01JJNPV13234WSXBF3J32104TE: build

BasicConfig {
    output_rules: [
        "/work/bins/*",
        "/work/scripts/*",
        "/tmp/core.*",
        "/tmp/*.log",
    ],
    rust_toolchain: Some(
        String(
            "1.84.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JJNPVAKM5QRNZ6PA15DE2T57

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-28T05:42:19.884Zjob assigned to worker 01JJNPVE5R3B7BN0YGGPZ7408R [factory aws, i-0f95c81c49f4df5da] (queued for 1 m 1 s)
 
22025-01-28T05:42:28.265Zstarting task 0: "setup"
32025-01-28T05:42:28.273Z++ uname -s
42025-01-28T05:42:28.276Z+ kern=SunOS
52025-01-28T05:42:28.276Z+ case "$kern" in
62025-01-28T05:42:28.276Z+ groupadd -g 12345 build
72025-01-28T05:42:28.279Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-28T05:42:30.285Z+ zfs create -o mountpoint=/work rpool/work
92025-01-28T05:42:30.362Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-28T05:42:30.365Z+ home_fs=zfs
112025-01-28T05:42:30.365Z+ [[ zfs == autofs ]]
122025-01-28T05:42:30.365Z+ mkdir -p /home/build
132025-01-28T05:42:30.369Z+ chown build:build /home/build /work
142025-01-28T05:42:32.369Z+ chmod 0700 /home/build /work
152025-01-28T05:42:32.373Zprocess exited: duration 4107 ms, exit code 0
 
162025-01-28T05:42:32.379Zstarting task 1: "rust-toolchain"
172025-01-28T05:42:32.384Z+ printf ' * toolchain channel = "%s"
182025-01-28T05:42:32.384Z * toolchain channel = "1.84.0"
192025-01-28T05:42:32.385Z' 1.84.0
202025-01-28T05:42:32.385Z+ printf ' * toolchain profile = "%s"
212025-01-28T05:42:32.385Z' default
222025-01-28T05:42:32.385Z * toolchain profile = "default"
232025-01-28T05:42:32.387Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-28T05:42:32.387Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-28T05:42:32.496Zinfo: downloading installer
262025-01-28T05:42:33.909Zinfo: profile set to 'default'
272025-01-28T05:42:33.909Zinfo: default host triple is x86_64-unknown-illumos
282025-01-28T05:42:33.912Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-28T05:42:34.051Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-28T05:42:34.051Zinfo: downloading component 'cargo'
312025-01-28T05:42:34.794Zinfo: downloading component 'clippy'
322025-01-28T05:42:35.078Zinfo: downloading component 'rust-docs'
332025-01-28T05:42:36.090Zinfo: downloading component 'rust-std'
342025-01-28T05:42:37.595Zinfo: downloading component 'rustc'
352025-01-28T05:42:43.349Zinfo: downloading component 'rustfmt'
362025-01-28T05:42:43.579Zinfo: installing component 'cargo'
372025-01-28T05:42:44.444Zinfo: installing component 'clippy'
382025-01-28T05:42:44.845Zinfo: installing component 'rust-docs'
392025-01-28T05:42:46.553Zinfo: installing component 'rust-std'
402025-01-28T05:42:48.302Zinfo: installing component 'rustc'
412025-01-28T05:42:54.567Zinfo: installing component 'rustfmt'
422025-01-28T05:42:54.905Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-28T05:42:54.907Z
442025-01-28T05:42:55.310Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-28T05:42:55.310Z
462025-01-28T05:42:55.319Z
472025-01-28T05:42:55.319ZRust is installed now. Great!
482025-01-28T05:42:55.319Z
492025-01-28T05:42:55.319ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-28T05:42:55.320Zenvironment variable. This has not been done automatically.
512025-01-28T05:42:55.320Z
522025-01-28T05:42:55.320ZTo configure your current shell, you need to source
532025-01-28T05:42:55.320Zthe corresponding env file under $HOME/.cargo.
542025-01-28T05:42:55.320Z
552025-01-28T05:42:55.320ZThis is usually done by running one of the following (note the leading DOT):
562025-01-28T05:42:55.320Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-28T05:42:55.320Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-28T05:42:55.390Z+ rustc --version
592025-01-28T05:42:55.468Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-28T05:42:55.496Zprocess exited: duration 23063 ms, exit code 0
 
612025-01-28T05:42:55.533Zstarting task 2: "authentication"
622025-01-28T05:42:55.577Zprocess exited: duration 42 ms, exit code 0
 
632025-01-28T05:42:55.623Zstarting task 3: "clone repository"
642025-01-28T05:42:55.630Z+ mkdir -p /work/oxidecomputer/crucible
652025-01-28T05:42:55.630Z+ git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible
662025-01-28T05:42:56.980ZCloning into '/work/oxidecomputer/crucible'...
672025-01-28T05:42:58.664Z+ cd /work/oxidecomputer/crucible
682025-01-28T05:42:58.668Z+ git fetch origin 2cd1a275e696328dab18b952f501fc4388885863
692025-01-28T05:42:58.904ZFrom https://github.com/oxidecomputer/crucible
702025-01-28T05:42:58.904Z * branch 2cd1a275e696328dab18b952f501fc4388885863 -> FETCH_HEAD
712025-01-28T05:42:58.913Z+ [[ -n '' ]]
722025-01-28T05:42:58.913Z+ git reset --hard 2cd1a275e696328dab18b952f501fc4388885863
732025-01-28T05:42:58.941ZHEAD is now at 2cd1a27 Update Rust crate tokio-rustls to 0.26.1
742025-01-28T05:42:58.944Zprocess exited: duration 3326 ms, exit code 0
 
752025-01-28T05:42:58.949Zstarting task 4: "build"
762025-01-28T05:42:58.955Z+ cargo --version
772025-01-28T05:42:59.015Zcargo 1.84.0 (66221abde 2024-11-19)
782025-01-28T05:42:59.018Z+ rustc --version
792025-01-28T05:42:59.080Zrustc 1.84.0 (9fc6b4312 2025-01-07)
802025-01-28T05:42:59.083Z+ banner cores
812025-01-28T05:42:59.188Z
822025-01-28T05:42:59.188Z #### #### ##### ###### ####
832025-01-28T05:42:59.188Z # # # # # # # #
842025-01-28T05:42:59.188Z # # # # # ##### ####
852025-01-28T05:42:59.188Z # # # ##### # #
862025-01-28T05:42:59.188Z # # # # # # # # #
872025-01-28T05:42:59.188Z #### #### # # ###### ####
882025-01-28T05:42:59.188Z
892025-01-28T05:42:59.191Z+ pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid
902025-01-28T05:42:59.199Z+ banner build
912025-01-28T05:42:59.201Z
922025-01-28T05:42:59.202Z ##### # # # # #####
932025-01-28T05:42:59.202Z # # # # # # # #
942025-01-28T05:42:59.202Z ##### # # # # # #
952025-01-28T05:42:59.202Z # # # # # # # #
962025-01-28T05:42:59.202Z # # # # # # # #
972025-01-28T05:42:59.202Z ##### #### # ###### #####
982025-01-28T05:42:59.202Z
992025-01-28T05:42:59.202Z+ ptime -m cargo build --verbose --all-features
1002025-01-28T05:42:59.364Z Updating crates.io index
1012025-01-28T05:42:59.371Z Updating git repository `https://github.com/oxidecomputer/omicron`
1022025-01-28T05:43:05.957Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1032025-01-28T05:43:06.635Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1042025-01-28T05:43:07.292Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1052025-01-28T05:43:07.591Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
1062025-01-28T05:43:07.857Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1072025-01-28T05:43:08.200Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082025-01-28T05:43:09.033Z Updating git repository `https://github.com/oxidecomputer/crucible`
1092025-01-28T05:43:10.512Z Updating git repository `https://github.com/oxidecomputer/opte`
1102025-01-28T05:43:11.132Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1112025-01-28T05:43:11.767Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122025-01-28T05:43:12.034Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132025-01-28T05:43:12.369Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1142025-01-28T05:43:12.617Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1152025-01-28T05:43:12.884Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1162025-01-28T05:43:13.936Z Downloading crates ...
1172025-01-28T05:43:14.003Z Downloaded adler v1.0.2
1182025-01-28T05:43:14.010Z Downloaded anstyle v1.0.8
1192025-01-28T05:43:14.012Z Downloaded ahash v0.8.6
1202025-01-28T05:43:14.015Z Downloaded argon2 v0.5.3
1212025-01-28T05:43:14.019Z Downloaded autocfg v0.1.8
1222025-01-28T05:43:14.024Z Downloaded cfg_aliases v0.2.1
1232025-01-28T05:43:14.026Z Downloaded atty v0.2.14
1242025-01-28T05:43:14.026Z Downloaded cstr-argument v0.1.2
1252025-01-28T05:43:14.029Z Downloaded async-stream-impl v0.3.5
1262025-01-28T05:43:14.032Z Downloaded darling_macro v0.20.3
1272025-01-28T05:43:14.032Z Downloaded colorchoice v1.0.0
1282025-01-28T05:43:14.036Z Downloaded newline-converter v0.3.0
1292025-01-28T05:43:14.040Z Downloaded cfg_aliases v0.1.1
1302025-01-28T05:43:14.043Z Downloaded bytecheck_derive v0.6.11
1312025-01-28T05:43:14.046Z Downloaded cfg-if v1.0.0
1322025-01-28T05:43:14.048Z Downloaded anstream v0.6.12
1332025-01-28T05:43:14.051Z Downloaded anstyle-query v1.0.0
1342025-01-28T05:43:14.051Z Downloaded newtype_derive v0.1.6
1352025-01-28T05:43:14.053Z Downloaded aead v0.5.2
1362025-01-28T05:43:14.056Z Downloaded atomic-waker v1.1.2
1372025-01-28T05:43:14.056Z Downloaded colored v2.1.0
1382025-01-28T05:43:14.059Z Downloaded atomicwrites v0.4.4
1392025-01-28T05:43:14.068Z Downloaded dirs-next v2.0.0
1402025-01-28T05:43:14.070Z Downloaded num-conv v0.1.0
1412025-01-28T05:43:14.070Z Downloaded cargo-platform v0.1.8
1422025-01-28T05:43:14.073Z Downloaded digest v0.10.7
1432025-01-28T05:43:14.076Z Downloaded bytecheck v0.6.11
1442025-01-28T05:43:14.078Z Downloaded cpufeatures v0.2.12
1452025-01-28T05:43:14.078Z Downloaded arrayref v0.3.7
1462025-01-28T05:43:14.081Z Downloaded num_threads v0.1.6
1472025-01-28T05:43:14.081Z Downloaded block-buffer v0.10.4
1482025-01-28T05:43:14.083Z Downloaded number_prefix v0.4.0
1492025-01-28T05:43:14.083Z Downloaded debug-ignore v1.0.5
1502025-01-28T05:43:14.086Z Downloaded convert_case v0.4.0
1512025-01-28T05:43:14.088Z Downloaded pretty-hex v0.2.1
1522025-01-28T05:43:14.089Z Downloaded deranged v0.3.9
1532025-01-28T05:43:14.091Z Downloaded openssl-probe v0.1.5
1542025-01-28T05:43:14.091Z Downloaded clap_lex v0.7.0
1552025-01-28T05:43:14.094Z Downloaded defmt-parser v0.3.4
1562025-01-28T05:43:14.094Z Downloaded openssl-macros v0.1.1
1572025-01-28T05:43:14.097Z Downloaded opaque-debug v0.3.0
1582025-01-28T05:43:14.097Z Downloaded crc32fast v1.3.2
1592025-01-28T05:43:14.097Z Downloaded ahash v0.7.7
1602025-01-28T05:43:14.099Z Downloaded ptr_meta_derive v0.1.4
1612025-01-28T05:43:14.102Z Downloaded dirs-sys v0.3.7
1622025-01-28T05:43:14.102Z Downloaded aes-gcm-siv v0.11.1
1632025-01-28T05:43:14.104Z Downloaded omicron-workspace-hack v0.1.0
1642025-01-28T05:43:14.104Z Downloaded async-trait v0.1.83
1652025-01-28T05:43:14.107Z Downloaded dirs-sys-next v0.1.2
1662025-01-28T05:43:14.109Z Downloaded bitflags v1.3.2
1672025-01-28T05:43:14.112Z Downloaded cipher v0.4.4
1682025-01-28T05:43:14.115Z Downloaded data-encoding v2.5.0
1692025-01-28T05:43:14.115Z Downloaded crossbeam-deque v0.8.3
1702025-01-28T05:43:14.118Z Downloaded ctr v0.9.2
1712025-01-28T05:43:14.118Z Downloaded progenitor-client v0.9.1
1722025-01-28T05:43:14.121Z Downloaded ptr_meta v0.1.4
1732025-01-28T05:43:14.121Z Downloaded cmake v0.1.53
1742025-01-28T05:43:14.123Z Downloaded pretty-hex v0.4.1
1752025-01-28T05:43:14.123Z Downloaded num_enum_derive v0.5.11
1762025-01-28T05:43:14.126Z Downloaded dof v0.3.0
1772025-01-28T05:43:14.126Z Downloaded newtype-uuid v1.1.0
1782025-01-28T05:43:14.129Z Downloaded darling v0.20.3
1792025-01-28T05:43:14.132Z Downloaded num_enum v0.5.11
1802025-01-28T05:43:14.135Z Downloaded num-integer v0.1.46
1812025-01-28T05:43:14.138Z Downloaded base64ct v1.6.0
1822025-01-28T05:43:14.142Z Downloaded byte-unit v5.1.4
1832025-01-28T05:43:14.145Z Downloaded ordered-float v4.2.0
1842025-01-28T05:43:14.145Z Downloaded ppv-lite86 v0.2.17
1852025-01-28T05:43:14.147Z Downloaded num-rational v0.2.4
1862025-01-28T05:43:14.147Z Downloaded defmt v0.3.8
1872025-01-28T05:43:14.150Z Downloaded pkg-config v0.3.27
1882025-01-28T05:43:14.153Z Downloaded phf_codegen v0.11.2
1892025-01-28T05:43:14.153Z Downloaded defmt-macros v0.3.9
1902025-01-28T05:43:14.156Z Downloaded proc-macro-crate v2.0.0
1912025-01-28T05:43:14.158Z Downloaded constant_time_eq v0.3.0
1922025-01-28T05:43:14.161Z Downloaded macaddr v1.0.1
1932025-01-28T05:43:14.161Z Downloaded float-ord v0.3.2
1942025-01-28T05:43:14.161Z Downloaded progenitor-macro v0.8.0
1952025-01-28T05:43:14.165Z Downloaded proc-macro-crate v1.3.1
1962025-01-28T05:43:14.165Z Downloaded http-body v1.0.1
1972025-01-28T05:43:14.167Z Downloaded equivalent v1.0.1
1982025-01-28T05:43:14.167Z Downloaded plain v0.2.3
1992025-01-28T05:43:14.167Z Downloaded num-iter v0.1.45
2002025-01-28T05:43:14.170Z Downloaded nom v7.1.3
2012025-01-28T05:43:14.173Z Downloaded tokio-native-tls v0.3.1
2022025-01-28T05:43:14.176Z Downloaded tracing-log v0.2.0
2032025-01-28T05:43:14.180Z Downloaded csv-core v0.1.11
2042025-01-28T05:43:14.183Z Downloaded clap_derive v4.5.18
2052025-01-28T05:43:14.183Z Downloaded paste v1.0.15
2062025-01-28T05:43:14.186Z Downloaded num_enum_derive v0.7.3
2072025-01-28T05:43:14.188Z Downloaded camino v1.1.9
2082025-01-28T05:43:14.188Z Downloaded blake2 v0.10.6
2092025-01-28T05:43:14.191Z Downloaded progenitor v0.9.1
2102025-01-28T05:43:14.193Z Downloaded derive_more v0.99.18
2112025-01-28T05:43:14.197Z Downloaded is-terminal v0.4.12
2122025-01-28T05:43:14.199Z Downloaded proc-macro-error-attr v1.0.4
2132025-01-28T05:43:14.202Z Downloaded walkdir v2.4.0
2142025-01-28T05:43:14.202Z Downloaded rand_chacha v0.1.1
2152025-01-28T05:43:14.204Z Downloaded progenitor-macro v0.9.1
2162025-01-28T05:43:14.204Z Downloaded version_check v0.9.5
2172025-01-28T05:43:14.207Z Downloaded quinn-udp v0.5.5
2182025-01-28T05:43:14.207Z Downloaded errno v0.3.9
2192025-01-28T05:43:14.210Z Downloaded tap v1.0.1
2202025-01-28T05:43:14.210Z Downloaded overload v0.1.1
2212025-01-28T05:43:14.212Z Downloaded futures-macro v0.3.31
2222025-01-28T05:43:14.212Z Downloaded pin-utils v0.1.0
2232025-01-28T05:43:14.215Z Downloaded proc-macro-error v1.0.4
2242025-01-28T05:43:14.217Z Downloaded password-hash v0.5.0
2252025-01-28T05:43:14.220Z Downloaded hostname v0.4.0
2262025-01-28T05:43:14.222Z Downloaded linear-map v1.2.0
2272025-01-28T05:43:14.223Z Downloaded libsw v3.3.1
2282025-01-28T05:43:14.225Z Downloaded signal-hook-tokio v0.3.1
2292025-01-28T05:43:14.225Z Downloaded cookie v0.18.1
2302025-01-28T05:43:14.228Z Downloaded bytes v1.9.0
2312025-01-28T05:43:14.232Z Downloaded tinyvec_macros v0.1.1
2322025-01-28T05:43:14.234Z Downloaded pest_derive v2.7.6
2332025-01-28T05:43:14.237Z Downloaded darling_core v0.20.3
2342025-01-28T05:43:14.239Z Downloaded num-derive v0.4.2
2352025-01-28T05:43:14.242Z Downloaded num-complex v0.2.4
2362025-01-28T05:43:14.244Z Downloaded strum v0.26.3
2372025-01-28T05:43:14.244Z Downloaded opentelemetry-semantic-conventions v0.13.0
2382025-01-28T05:43:14.247Z Downloaded resolv-conf v0.7.0
2392025-01-28T05:43:14.249Z Downloaded rand_xorshift v0.1.1
2402025-01-28T05:43:14.250Z Downloaded derive-where v1.2.7
2412025-01-28T05:43:14.252Z Downloaded borsh v1.3.0
2422025-01-28T05:43:14.257Z Downloaded match_cfg v0.1.0
2432025-01-28T05:43:14.259Z Downloaded ident_case v1.0.1
2442025-01-28T05:43:14.259Z Downloaded hash32 v0.3.1
2452025-01-28T05:43:14.262Z Downloaded funty v2.0.0
2462025-01-28T05:43:14.262Z Downloaded base64 v0.22.1
2472025-01-28T05:43:14.265Z Downloaded structmeta-derive v0.3.0
2482025-01-28T05:43:14.268Z Downloaded structmeta v0.3.0
2492025-01-28T05:43:14.270Z Downloaded thiserror-impl v1.0.66
2502025-01-28T05:43:14.270Z Downloaded proc-macro2 v1.0.92
2512025-01-28T05:43:14.273Z Downloaded zone_cfg_derive v0.3.0
2522025-01-28T05:43:14.276Z Downloaded tar v0.4.40
2532025-01-28T05:43:14.278Z Downloaded once_cell v1.19.0
2542025-01-28T05:43:14.281Z Downloaded swrite v0.1.0
2552025-01-28T05:43:14.284Z Downloaded crossbeam-epoch v0.9.15
2562025-01-28T05:43:14.286Z Downloaded untrusted v0.7.1
2572025-01-28T05:43:14.286Z Downloaded unicode-bidi v0.3.13
2582025-01-28T05:43:14.289Z Downloaded memmap2 v0.9.4
2592025-01-28T05:43:14.292Z Downloaded base64 v0.21.7
2602025-01-28T05:43:14.295Z Downloaded fnv v1.0.7
2612025-01-28T05:43:14.299Z Downloaded glob v0.3.1
2622025-01-28T05:43:14.301Z Downloaded fixedbitset v0.4.2
2632025-01-28T05:43:14.301Z Downloaded wyz v0.5.1
2642025-01-28T05:43:14.304Z Downloaded pest_meta v2.7.6
2652025-01-28T05:43:14.307Z Downloaded usdt-impl v0.5.0
2662025-01-28T05:43:14.307Z Downloaded strsim v0.11.0
2672025-01-28T05:43:14.310Z Downloaded serde_path_to_error v0.1.16
2682025-01-28T05:43:14.310Z Downloaded progenitor-impl v0.8.0
2692025-01-28T05:43:14.313Z Downloaded untrusted v0.9.0
2702025-01-28T05:43:14.315Z Downloaded foreign-types v0.3.2
2712025-01-28T05:43:14.315Z Downloaded waitgroup v0.1.2
2722025-01-28T05:43:14.318Z Downloaded vte_generate_state_changes v0.1.1
2732025-01-28T05:43:14.318Z Downloaded shlex v1.3.0
2742025-01-28T05:43:14.321Z Downloaded take_mut v0.2.2
2752025-01-28T05:43:14.321Z Downloaded iana-time-zone v0.1.58
2762025-01-28T05:43:14.323Z Downloaded subtle v2.5.0
2772025-01-28T05:43:14.326Z Downloaded thread_local v1.1.7
2782025-01-28T05:43:14.328Z Downloaded spin v0.5.2
2792025-01-28T05:43:14.328Z Downloaded sha1 v0.10.6
2802025-01-28T05:43:14.331Z Downloaded tokio-rustls v0.25.0
2812025-01-28T05:43:14.334Z Downloaded thiserror v2.0.11
2822025-01-28T05:43:14.338Z Downloaded openssl-sys v0.9.95
2832025-01-28T05:43:14.344Z Downloaded rand_core v0.6.4
2842025-01-28T05:43:14.347Z Downloaded rand_core v0.3.1
2852025-01-28T05:43:14.349Z Downloaded filetime v0.2.22
2862025-01-28T05:43:14.349Z Downloaded utf8parse v0.2.1
2872025-01-28T05:43:14.352Z Downloaded unicase v2.7.0
2882025-01-28T05:43:14.354Z Downloaded typify-macro v0.3.0
2892025-01-28T05:43:14.354Z Downloaded threadpool v1.8.1
2902025-01-28T05:43:14.358Z Downloaded http-range v0.1.5
2912025-01-28T05:43:14.358Z Downloaded rand_core v0.4.2
2922025-01-28T05:43:14.361Z Downloaded rand_chacha v0.3.1
2932025-01-28T05:43:14.361Z Downloaded mime v0.3.17
2942025-01-28T05:43:14.363Z Downloaded multer v3.1.0
2952025-01-28T05:43:14.366Z Downloaded inout v0.1.3
2962025-01-28T05:43:14.366Z Downloaded memoffset v0.9.0
2972025-01-28T05:43:14.368Z Downloaded serde_with_macros v3.9.0
2982025-01-28T05:43:14.371Z Downloaded semver v0.1.20
2992025-01-28T05:43:14.371Z Downloaded smallvec v1.13.2
3002025-01-28T05:43:14.373Z Downloaded semver v1.0.24
3012025-01-28T05:43:14.376Z Downloaded syn_derive v0.1.8
3022025-01-28T05:43:14.379Z Downloaded utf8-width v0.1.6
3032025-01-28T05:43:14.379Z Downloaded scopeguard v1.2.0
3042025-01-28T05:43:14.379Z Downloaded rustversion v1.0.14
3052025-01-28T05:43:14.382Z Downloaded strum_macros v0.26.4
3062025-01-28T05:43:14.386Z Downloaded want v0.3.1
3072025-01-28T05:43:14.388Z Downloaded crossbeam-channel v0.5.13
3082025-01-28T05:43:14.391Z Downloaded topological-sort v0.2.2
3092025-01-28T05:43:14.394Z Downloaded thiserror v1.0.66
3102025-01-28T05:43:14.397Z Downloaded human_bytes v0.4.3
3112025-01-28T05:43:14.399Z Downloaded sha2 v0.10.8
3122025-01-28T05:43:14.402Z Downloaded quinn v0.11.5
3132025-01-28T05:43:14.405Z Downloaded foreign-types-macros v0.2.3
3142025-01-28T05:43:14.408Z Downloaded http-body-util v0.1.2
3152025-01-28T05:43:14.408Z Downloaded hostname v0.3.1
3162025-01-28T05:43:14.410Z Downloaded rustls-pki-types v1.11.0
3172025-01-28T05:43:14.414Z Downloaded statistical v1.0.0
3182025-01-28T05:43:14.417Z Downloaded rend v0.4.1
3192025-01-28T05:43:14.419Z Downloaded flate2 v1.0.28
3202025-01-28T05:43:14.422Z Downloaded foreign-types-shared v0.3.1
3212025-01-28T05:43:14.425Z Downloaded usdt-attr-macro v0.5.0
3222025-01-28T05:43:14.425Z Downloaded signal-hook-mio v0.2.4
3232025-01-28T05:43:14.428Z Downloaded strum_macros v0.25.3
3242025-01-28T05:43:14.430Z Downloaded either v1.13.0
3252025-01-28T05:43:14.430Z Downloaded whoami v1.5.1
3262025-01-28T05:43:14.434Z Downloaded slog-json v2.6.1
3272025-01-28T05:43:14.443Z Downloaded minimal-lexical v0.2.1
3282025-01-28T05:43:14.443Z Downloaded try-lock v0.2.4
3292025-01-28T05:43:14.443Z Downloaded sync_wrapper v1.0.1
3302025-01-28T05:43:14.449Z Downloaded rand_jitter v0.1.4
3312025-01-28T05:43:14.449Z Downloaded rand_os v0.1.3
3322025-01-28T05:43:14.449Z Downloaded vergen v8.3.2
3332025-01-28T05:43:14.453Z Downloaded instant v0.1.12
3342025-01-28T05:43:14.453Z Downloaded fs_extra v1.3.0
3352025-01-28T05:43:14.453Z Downloaded which v4.4.2
3362025-01-28T05:43:14.458Z Downloaded vte v0.11.1
3372025-01-28T05:43:14.460Z Downloaded rustc-hash v2.0.0
3382025-01-28T05:43:14.460Z Downloaded rustc-hash v1.1.0
3392025-01-28T05:43:14.460Z Downloaded dropshot_endpoint v0.12.0
3402025-01-28T05:43:14.463Z Downloaded rand v0.8.5
3412025-01-28T05:43:14.465Z Downloaded sharded-slab v0.1.7
3422025-01-28T05:43:14.468Z Downloaded slog-bunyan v2.5.0
3432025-01-28T05:43:14.471Z Downloaded time-core v0.1.2
3442025-01-28T05:43:14.473Z Downloaded static_assertions v1.1.0
3452025-01-28T05:43:14.473Z Downloaded futures-io v0.3.31
3462025-01-28T05:43:14.476Z Downloaded tracing-attributes v0.1.27
3472025-01-28T05:43:14.476Z Downloaded usdt v0.5.0
3482025-01-28T05:43:14.479Z Downloaded spin v0.9.8
3492025-01-28T05:43:14.481Z Downloaded indexmap v2.7.0
3502025-01-28T05:43:14.484Z Downloaded rkyv_derive v0.7.43
3512025-01-28T05:43:14.487Z Downloaded ringbuffer v0.15.0
3522025-01-28T05:43:14.489Z Downloaded typify v0.3.0
3532025-01-28T05:43:14.492Z Downloaded dtrace-parser v0.2.0
3542025-01-28T05:43:14.494Z Downloaded ucd-trie v0.1.6
3552025-01-28T05:43:14.497Z Downloaded tabwriter v1.4.0
3562025-01-28T05:43:14.497Z Downloaded crossterm v0.28.1
3572025-01-28T05:43:14.503Z Downloaded serde_urlencoded v0.7.1
3582025-01-28T05:43:14.505Z Downloaded miniz_oxide v0.7.1
3592025-01-28T05:43:14.508Z Downloaded serde_tokenstream v0.2.2
3602025-01-28T05:43:14.511Z Downloaded serde_spanned v0.6.7
3612025-01-28T05:43:14.511Z Downloaded serde_derive_internals v0.29.1
3622025-01-28T05:43:14.513Z Downloaded httpdate v1.0.3
3632025-01-28T05:43:14.513Z Downloaded indicatif v0.17.8
3642025-01-28T05:43:14.517Z Downloaded serde_yaml v0.9.27
3652025-01-28T05:43:14.521Z Downloaded strip-ansi-escapes v0.2.0
3662025-01-28T05:43:14.523Z Downloaded xattr v1.0.1
3672025-01-28T05:43:14.526Z Downloaded slab v0.4.9
3682025-01-28T05:43:14.526Z Downloaded linked-hash-map v0.5.6
3692025-01-28T05:43:14.528Z Downloaded rustc_version v0.1.7
3702025-01-28T05:43:14.529Z Downloaded fallible-streaming-iterator v0.1.9
3712025-01-28T05:43:14.531Z Downloaded http v1.2.0
3722025-01-28T05:43:14.534Z Downloaded usdt-macro v0.5.0
3732025-01-28T05:43:14.534Z Downloaded mio v1.0.2
3742025-01-28T05:43:14.539Z Downloaded httparse v1.8.0
3752025-01-28T05:43:14.542Z Downloaded clearscreen v2.0.1
3762025-01-28T05:43:14.545Z Downloaded rustc_version v0.4.0
3772025-01-28T05:43:14.547Z Downloaded humantime v2.1.0
3782025-01-28T05:43:14.550Z Downloaded embedded-io v0.6.1
3792025-01-28T05:43:14.550Z Downloaded hyper-util v0.1.9
3802025-01-28T05:43:14.553Z Downloaded generic-array v0.14.7
3812025-01-28T05:43:14.556Z Downloaded futures-task v0.3.31
3822025-01-28T05:43:14.558Z Downloaded slog-dtrace v0.3.0
3832025-01-28T05:43:14.558Z Downloaded signal-hook v0.3.17
3842025-01-28T05:43:14.561Z Downloaded heapless v0.8.0
3852025-01-28T05:43:14.565Z Downloaded sigpipe v0.1.3
3862025-01-28T05:43:14.567Z Downloaded tower-service v0.3.2
3872025-01-28T05:43:14.567Z Downloaded serde v1.0.217
3882025-01-28T05:43:14.571Z Downloaded slog-async v2.8.0
3892025-01-28T05:43:14.573Z Downloaded managed v0.8.0
3902025-01-28T05:43:14.573Z Downloaded hex v0.4.3
3912025-01-28T05:43:14.576Z Downloaded futures-executor v0.3.31
3922025-01-28T05:43:14.578Z Downloaded fd-lock v4.0.2
3932025-01-28T05:43:14.581Z Downloaded hyper-tls v0.6.0
3942025-01-28T05:43:14.581Z Downloaded libloading v0.8.6
3952025-01-28T05:43:14.584Z Downloaded http v0.2.12
3962025-01-28T05:43:14.587Z Downloaded thrift v0.17.0
3972025-01-28T05:43:14.590Z Downloaded toml_edit v0.19.15
3982025-01-28T05:43:14.607Z Downloaded schemars_derive v0.8.21
3992025-01-28T05:43:14.609Z Downloaded opentelemetry_sdk v0.21.2
4002025-01-28T05:43:14.615Z Downloaded unicode-ident v1.0.14
4012025-01-28T05:43:14.618Z Downloaded toml v0.8.19
4022025-01-28T05:43:14.621Z Downloaded uuid v1.11.0
4032025-01-28T05:43:14.624Z Downloaded memchr v2.7.4
4042025-01-28T05:43:14.630Z Downloaded typify v0.2.0
4052025-01-28T05:43:14.632Z Downloaded twox-hash v2.1.0
4062025-01-28T05:43:14.635Z Downloaded ipnet v2.9.0
4072025-01-28T05:43:14.637Z Downloaded unsafe-libyaml v0.2.9
4082025-01-28T05:43:14.640Z Downloaded rand_isaac v0.1.1
4092025-01-28T05:43:14.643Z Downloaded rand_hc v0.1.0
4102025-01-28T05:43:14.643Z Downloaded lazycell v1.3.0
4112025-01-28T05:43:14.645Z Downloaded hyper-staticfile v0.10.1
4122025-01-28T05:43:14.645Z Downloaded toml_edit v0.20.7
4132025-01-28T05:43:14.665Z Downloaded highway v1.2.0
4142025-01-28T05:43:14.668Z Downloaded pest v2.7.6
4152025-01-28T05:43:14.673Z Downloaded toml_datetime v0.6.8
4162025-01-28T05:43:14.675Z Downloaded socket2 v0.5.5
4172025-01-28T05:43:14.675Z Downloaded typenum v1.17.0
4182025-01-28T05:43:14.678Z Downloaded stable_deref_trait v1.2.0
4192025-01-28T05:43:14.680Z Downloaded hyper-rustls v0.27.3
4202025-01-28T05:43:14.684Z Downloaded steno v0.4.1
4212025-01-28T05:43:14.686Z Downloaded blake3 v1.5.1
4222025-01-28T05:43:14.692Z Downloaded siphasher v0.3.11
4232025-01-28T05:43:14.695Z Downloaded jobserver v0.1.32
4242025-01-28T05:43:14.697Z Downloaded aws-lc-rs v1.12.2
4252025-01-28T05:43:14.705Z Downloaded zerocopy v0.6.6
4262025-01-28T05:43:14.707Z Downloaded rustls-pemfile v2.1.3
4272025-01-28T05:43:14.710Z Downloaded term v0.7.0
4282025-01-28T05:43:14.712Z Downloaded aho-corasick v1.1.2
4292025-01-28T05:43:14.718Z Downloaded h2 v0.4.6
4302025-01-28T05:43:14.725Z Downloaded winnow v0.6.18
4312025-01-28T05:43:14.734Z Downloaded tracing v0.1.40
4322025-01-28T05:43:14.739Z Downloaded simdutf8 v0.1.4
4332025-01-28T05:43:14.741Z Downloaded tempfile v3.8.1
4342025-01-28T05:43:14.744Z Downloaded itertools v0.10.5
4352025-01-28T05:43:14.749Z Downloaded similar v2.3.0
4362025-01-28T05:43:14.754Z Downloaded tracing-opentelemetry v0.22.0
4372025-01-28T05:43:14.758Z Downloaded indexmap v1.9.3
4382025-01-28T05:43:14.761Z Downloaded opentelemetry-jaeger v0.20.0
4392025-01-28T05:43:14.765Z Downloaded goblin v0.8.0
4402025-01-28T05:43:14.771Z Downloaded schemars v0.8.21
4412025-01-28T05:43:14.782Z Downloaded toml v0.7.8
4422025-01-28T05:43:14.786Z Downloaded libm v0.2.8
4432025-01-28T05:43:14.793Z Downloaded bitvec v1.0.1
4442025-01-28T05:43:14.808Z Downloaded ryu v1.0.15
4452025-01-28T05:43:14.811Z Downloaded rayon-core v1.12.1
4462025-01-28T05:43:14.814Z Downloaded serde_with v3.9.0
4472025-01-28T05:43:14.825Z Downloaded reedline v0.36.0
4482025-01-28T05:43:14.850Z Downloaded git2 v0.19.0
4492025-01-28T05:43:14.854Z Downloaded serde_json v1.0.135
4502025-01-28T05:43:14.854Z Downloaded futures-util v0.3.31
4512025-01-28T05:43:14.860Z Downloaded time v0.3.36
4522025-01-28T05:43:14.865Z Downloaded hashbrown v0.15.2
4532025-01-28T05:43:14.874Z Downloaded rkyv v0.7.43
4542025-01-28T05:43:14.878Z Downloaded tokio-util v0.7.11
4552025-01-28T05:43:14.885Z Downloaded syn v2.0.96
4562025-01-28T05:43:14.898Z Downloaded hashbrown v0.14.3
4572025-01-28T05:43:14.906Z Downloaded unicode-normalization v0.1.22
4582025-01-28T05:43:14.910Z Downloaded winnow v0.5.19
4592025-01-28T05:43:14.914Z Downloaded itertools v0.12.1
4602025-01-28T05:43:14.920Z Downloaded regex v1.11.1
4612025-01-28T05:43:14.937Z Downloaded rusqlite v0.32.1
4622025-01-28T05:43:14.941Z Downloaded rayon v1.10.0
4632025-01-28T05:43:14.949Z Downloaded regress v0.9.1
4642025-01-28T05:43:14.956Z Downloaded rust_decimal v1.33.1
4652025-01-28T05:43:14.966Z Downloaded nix v0.26.4
4662025-01-28T05:43:14.973Z Downloaded regex-syntax v0.8.5
4672025-01-28T05:43:14.981Z Downloaded regress v0.10.1
4682025-01-28T05:43:14.988Z Downloaded zerocopy v0.7.32
4692025-01-28T05:43:15.004Z Downloaded hickory-proto v0.24.1
4702025-01-28T05:43:15.018Z Downloaded vcpkg v0.2.15
4712025-01-28T05:43:15.055Z Downloaded openssl v0.10.59
4722025-01-28T05:43:15.063Z Downloaded tracing-subscriber v0.3.18
4732025-01-28T05:43:15.071Z Downloaded rustls-webpki v0.102.8
4742025-01-28T05:43:15.088Z Downloaded idna v0.4.0
4752025-01-28T05:43:15.094Z Downloaded zerocopy-derive v0.6.6
4762025-01-28T05:43:15.103Z Downloaded itertools v0.13.0
4772025-01-28T05:43:15.108Z Downloaded hyper v1.4.1
4782025-01-28T05:43:15.118Z Downloaded typify-impl v0.3.0
4792025-01-28T05:43:15.130Z Downloaded syn v1.0.109
4802025-01-28T05:43:15.138Z Downloaded webpki-roots v0.26.6
4812025-01-28T05:43:15.148Z Downloaded dropshot v0.12.0
4822025-01-28T05:43:15.167Z Downloaded nix v0.29.0
4832025-01-28T05:43:15.172Z Downloaded rustls v0.22.4
4842025-01-28T05:43:15.183Z Downloaded quinn-proto v0.11.8
4852025-01-28T05:43:15.198Z Downloaded smoltcp v0.11.0
4862025-01-28T05:43:15.208Z Downloaded openapiv3 v2.0.0
4872025-01-28T05:43:15.219Z Downloaded unicode-width v0.1.14
4882025-01-28T05:43:15.224Z Downloaded reqwest v0.12.9
4892025-01-28T05:43:15.232Z Downloaded rustls v0.23.21
4902025-01-28T05:43:15.242Z Downloaded rustix v0.38.37
4912025-01-28T05:43:15.263Z Downloaded chrono v0.4.38
4922025-01-28T05:43:15.271Z Downloaded bindgen v0.69.5
4932025-01-28T05:43:15.277Z Downloaded libc v0.2.169
4942025-01-28T05:43:15.302Z Downloaded expectorate v1.1.0
4952025-01-28T05:43:15.312Z Downloaded typify-impl v0.2.0
4962025-01-28T05:43:15.318Z Downloaded tokio v1.43.0
4972025-01-28T05:43:15.351Z Downloaded csv v1.3.0
4982025-01-28T05:43:15.369Z Downloaded hashbrown v0.12.3
4992025-01-28T05:43:15.374Z Downloaded portable-atomic v1.5.1
5002025-01-28T05:43:15.381Z Downloaded url v2.4.1
5012025-01-28T05:43:15.381Z Downloaded unicode-segmentation v1.10.1
5022025-01-28T05:43:15.391Z Downloaded tinyvec v1.6.0
5032025-01-28T05:43:15.391Z Downloaded log v0.4.22
5042025-01-28T05:43:15.398Z Downloaded same-file v1.0.6
5052025-01-28T05:43:15.398Z Downloaded terminal_size v0.4.0
5062025-01-28T05:43:15.398Z Downloaded terminfo v0.8.0
5072025-01-28T05:43:15.398Z Downloaded rustls-pemfile v1.0.4
5082025-01-28T05:43:15.398Z Downloaded serde_derive v1.0.217
5092025-01-28T05:43:15.398Z Downloaded clap_builder v4.5.20
5102025-01-28T05:43:15.403Z Downloaded lazy_static v1.5.0
5112025-01-28T05:43:15.409Z Downloaded itoa v1.0.9
5122025-01-28T05:43:15.409Z Downloaded time-macros v0.2.18
5132025-01-28T05:43:15.409Z Downloaded lock_api v0.4.11
5142025-01-28T05:43:15.409Z Downloaded futures-sink v0.3.31
5152025-01-28T05:43:15.409Z Downloaded serde_repr v0.1.18
5162025-01-28T05:43:15.413Z Downloaded fallible-iterator v0.3.0
5172025-01-28T05:43:15.413Z Downloaded dyn-clone v1.0.16
5182025-01-28T05:43:15.413Z Downloaded zeroize v1.7.0
5192025-01-28T05:43:15.421Z Downloaded hubpack v0.1.2
5202025-01-28T05:43:15.421Z Downloaded embedded-io v0.4.0
5212025-01-28T05:43:15.421Z Downloaded strsim v0.10.0
5222025-01-28T05:43:15.421Z Downloaded form_urlencoded v1.2.1
5232025-01-28T05:43:15.439Z Downloaded fastrand v2.0.1
5242025-01-28T05:43:15.439Z Downloaded hickory-resolver v0.24.1
5252025-01-28T05:43:15.453Z Downloaded toml_edit v0.22.20
5262025-01-28T05:43:15.453Z Downloaded rand v0.6.5
5272025-01-28T05:43:15.453Z Downloaded petgraph v0.6.5
5282025-01-28T05:43:15.482Z Downloaded regex-automata v0.4.9
5292025-01-28T05:43:15.501Z Downloaded signal-hook-registry v1.4.1
5302025-01-28T05:43:15.501Z Downloaded integer-encoding v3.0.4
5312025-01-28T05:43:15.501Z Downloaded heck v0.5.0
5322025-01-28T05:43:15.501Z Downloaded heck v0.4.1
5332025-01-28T05:43:15.501Z Downloaded hashlink v0.9.1
5342025-01-28T05:43:15.501Z Downloaded foreign-types v0.5.0
5352025-01-28T05:43:15.501Z Downloaded mime_guess v2.0.5
5362025-01-28T05:43:15.501Z Downloaded rand_pcg v0.1.2
5372025-01-28T05:43:15.525Z Downloaded home v0.5.5
5382025-01-28T05:43:15.525Z Downloaded futures-core v0.3.31
5392025-01-28T05:43:15.525Z Downloaded enum-as-inner v0.6.0
5402025-01-28T05:43:15.525Z Downloaded futures v0.3.31
5412025-01-28T05:43:15.525Z Downloaded num-bigint v0.2.6
5422025-01-28T05:43:15.525Z Downloaded opentelemetry v0.21.0
5432025-01-28T05:43:15.526Z Downloaded aes v0.8.3
5442025-01-28T05:43:15.526Z Downloaded hubpack_derive v0.1.1
5452025-01-28T05:43:15.534Z Downloaded foreign-types-shared v0.1.1
5462025-01-28T05:43:15.535Z Downloaded tracing-core v0.1.32
5472025-01-28T05:43:15.535Z Downloaded cc v1.2.10
5482025-01-28T05:43:15.535Z Downloaded urlencoding v2.1.3
5492025-01-28T05:43:15.535Z Downloaded opentelemetry v0.24.0
5502025-01-28T05:43:15.535Z Downloaded encoding_rs v0.8.33
5512025-01-28T05:43:15.545Z Downloaded zone v0.3.0
5522025-01-28T05:43:15.554Z Downloaded slog v2.7.0
5532025-01-28T05:43:15.554Z Downloaded tokio-rustls v0.26.1
5542025-01-28T05:43:15.554Z Downloaded progenitor-impl v0.9.1
5552025-01-28T05:43:15.554Z Downloaded prettyplease v0.2.22
5562025-01-28T05:43:15.554Z Downloaded num-traits v0.2.19
5572025-01-28T05:43:15.559Z Downloaded memmap v0.7.0
5582025-01-28T05:43:15.559Z Downloaded slog-term v2.9.1
5592025-01-28T05:43:15.559Z Downloaded seahash v4.1.0
5602025-01-28T05:43:15.559Z Downloaded indent_write v2.2.0
5612025-01-28T05:43:15.559Z Downloaded futures-channel v0.3.31
5622025-01-28T05:43:15.567Z Downloaded getrandom v0.2.11
5632025-01-28T05:43:15.567Z Downloaded omicron-zone-package v0.11.1
5642025-01-28T05:43:15.568Z Downloaded serde-big-array v0.5.1
5652025-01-28T05:43:15.578Z Downloaded scroll v0.12.0
5662025-01-28T05:43:15.578Z Downloaded typify-macro v0.2.0
5672025-01-28T05:43:15.578Z Downloaded smf v0.2.3
5682025-01-28T05:43:15.578Z Downloaded parking_lot_core v0.9.9
5692025-01-28T05:43:15.578Z Downloaded parking_lot v0.12.1
5702025-01-28T05:43:15.578Z Downloaded nu-ansi-term v0.46.0
5712025-01-28T05:43:15.587Z Downloaded dunce v1.0.5
5722025-01-28T05:43:15.587Z Downloaded zerocopy-derive v0.7.32
5732025-01-28T05:43:15.587Z Downloaded pest_generator v2.7.6
5742025-01-28T05:43:15.587Z Downloaded num-rational v0.4.2
5752025-01-28T05:43:15.587Z Downloaded native-tls v0.2.11
5762025-01-28T05:43:15.598Z Downloaded scroll_derive v0.12.0
5772025-01-28T05:43:15.598Z Downloaded ipnetwork v0.20.0
5782025-01-28T05:43:15.598Z Downloaded quote v1.0.38
5792025-01-28T05:43:15.598Z Downloaded postcard v1.0.10
5802025-01-28T05:43:15.598Z Downloaded owo-colors v4.1.0
5812025-01-28T05:43:15.598Z Downloaded num-complex v0.4.6
5822025-01-28T05:43:15.606Z Downloaded console v0.15.7
5832025-01-28T05:43:15.606Z Downloaded pin-project-lite v0.2.13
5842025-01-28T05:43:15.606Z Downloaded nu-ansi-term v0.50.0
5852025-01-28T05:43:15.616Z Downloaded crypto-common v0.1.6
5862025-01-28T05:43:15.616Z Downloaded universal-hash v0.5.1
5872025-01-28T05:43:15.616Z Downloaded quick-error v1.2.3
5882025-01-28T05:43:15.616Z Downloaded progenitor-client v0.8.0
5892025-01-28T05:43:15.616Z Downloaded percent-encoding v2.3.1
5902025-01-28T05:43:15.616Z Downloaded clap v4.5.20
5912025-01-28T05:43:15.626Z Downloaded allocator-api2 v0.2.16
5922025-01-28T05:43:15.626Z Downloaded crossbeam-utils v0.8.20
5932025-01-28T05:43:15.637Z Downloaded backoff v0.4.0
5942025-01-28T05:43:15.637Z Downloaded bitflags v2.6.0
5952025-01-28T05:43:15.637Z Downloaded anyhow v1.0.92
5962025-01-28T05:43:15.645Z Downloaded clang-sys v1.8.1
5972025-01-28T05:43:15.645Z Downloaded camino-tempfile v1.1.1
5982025-01-28T05:43:15.646Z Downloaded borsh-derive v1.3.0
5992025-01-28T05:43:15.646Z Downloaded thread-id v4.2.1
6002025-01-28T05:43:15.646Z Downloaded thiserror-impl v2.0.11
6012025-01-28T05:43:15.646Z Downloaded tokio-macros v2.5.0
6022025-01-28T05:43:15.646Z Downloaded radium v0.7.0
6032025-01-28T05:43:15.655Z Downloaded progenitor v0.8.0
6042025-01-28T05:43:15.655Z Downloaded powerfmt v0.2.0
6052025-01-28T05:43:15.655Z Downloaded phf_shared v0.11.2
6062025-01-28T05:43:15.655Z Downloaded phf_generator v0.11.2
6072025-01-28T05:43:15.655Z Downloaded parse-display v0.10.0
6082025-01-28T05:43:15.655Z Downloaded ordered-float v2.10.1
6092025-01-28T05:43:15.655Z Downloaded num_cpus v1.16.0
6102025-01-28T05:43:15.655Z Downloaded arrayvec v0.7.4
6112025-01-28T05:43:15.667Z Downloaded polyval v0.6.1
6122025-01-28T05:43:15.667Z Downloaded lru-cache v0.1.2
6132025-01-28T05:43:15.667Z Downloaded cexpr v0.6.0
6142025-01-28T05:43:15.667Z Downloaded byteorder v1.5.0
6152025-01-28T05:43:15.667Z Downloaded cobs v0.2.3
6162025-01-28T05:43:15.667Z Downloaded parse-display-derive v0.10.0
6172025-01-28T05:43:15.667Z Downloaded num v0.4.3
6182025-01-28T05:43:15.667Z Downloaded num v0.2.1
6192025-01-28T05:43:15.676Z Downloaded phf v0.11.2
6202025-01-28T05:43:15.676Z Downloaded num_enum v0.7.3
6212025-01-28T05:43:15.676Z Downloaded dirs v4.0.0
6222025-01-28T05:43:15.676Z Downloaded cargo_metadata v0.18.1
6232025-01-28T05:43:15.676Z Downloaded cancel-safe-futures v0.1.5
6242025-01-28T05:43:15.695Z Downloaded bincode v1.3.3
6252025-01-28T05:43:15.695Z Downloaded async-stream v0.3.5
6262025-01-28T05:43:15.695Z Downloaded async-recursion v1.1.1
6272025-01-28T05:43:15.695Z Downloaded nbd v0.3.1
6282025-01-28T05:43:15.715Z Downloaded anstyle-parse v0.2.2
6292025-01-28T05:43:15.715Z Downloaded autocfg v1.1.0
6302025-01-28T05:43:15.738Z Downloaded libz-sys v1.1.12
6312025-01-28T05:43:15.900Z Downloaded libgit2-sys v0.17.0+1.8.1
6322025-01-28T05:43:16.130Z Downloaded aws-lc-sys v0.25.0
6332025-01-28T05:43:16.685Z Downloaded ring v0.17.5
6342025-01-28T05:43:16.864Z Downloaded ring v0.16.20
6352025-01-28T05:43:16.944Z Downloaded libsqlite3-sys v0.30.1
6362025-01-28T05:43:17.449Z Compiling proc-macro2 v1.0.92
6372025-01-28T05:43:17.449Z Compiling unicode-ident v1.0.14
6382025-01-28T05:43:17.452Z Compiling libc v0.2.169
6392025-01-28T05:43:17.452Z Compiling serde v1.0.217
6402025-01-28T05:43:17.452Z Compiling autocfg v1.1.0
6412025-01-28T05:43:17.452Z Compiling cfg-if v1.0.0
6422025-01-28T05:43:17.494Z Compiling version_check v0.9.5
6432025-01-28T05:43:17.498Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=f95487ef5204fd46 -C extra-filename=-f95487ef5204fd46 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro2-f95487ef5204fd46 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6442025-01-28T05:43:17.498Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abd376aa63167a98 -C extra-filename=-abd376aa63167a98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6452025-01-28T05:43:17.498Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=84a50a50f277d519 -C extra-filename=-84a50a50f277d519 --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-84a50a50f277d519 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6462025-01-28T05:43:17.499Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=2ae49a296a666b20 -C extra-filename=-2ae49a296a666b20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6472025-01-28T05:43:17.499Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f1e4fb22e544a929 -C extra-filename=-f1e4fb22e544a929 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6482025-01-28T05:43:17.499Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=56fb3abe49580ef3 -C extra-filename=-56fb3abe49580ef3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6492025-01-28T05:43:17.499Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=6fd4a91ecd25bcee -C extra-filename=-6fd4a91ecd25bcee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6502025-01-28T05:43:17.499Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/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="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=ecd0c3d630ea3eff -C extra-filename=-ecd0c3d630ea3eff --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-ecd0c3d630ea3eff -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6512025-01-28T05:43:17.638Z Compiling memchr v2.7.4
6522025-01-28T05:43:17.641Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=187ef387dbb05ae2 -C extra-filename=-187ef387dbb05ae2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6532025-01-28T05:43:17.661Z Compiling libm v0.2.8
6542025-01-28T05:43:17.663Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=6d54c0209c76ad66 -C extra-filename=-6d54c0209c76ad66 --out-dir /work/oxidecomputer/crucible/target/debug/build/libm-6d54c0209c76ad66 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6552025-01-28T05:43:17.693Z Compiling shlex v1.3.0
6562025-01-28T05:43:17.696Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2c4dd18ee1fb68d4 -C extra-filename=-2c4dd18ee1fb68d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6572025-01-28T05:43:18.021Z Compiling serde_json v1.0.135
6582025-01-28T05:43:18.024Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/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"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=7008657a4a87e401 -C extra-filename=-7008657a4a87e401 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-7008657a4a87e401 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6592025-01-28T05:43:18.109Z Compiling log v0.4.22
6602025-01-28T05:43:18.112Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "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", "sval_ref", "value-bag"))' -C metadata=e95446108fba6bad -C extra-filename=-e95446108fba6bad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6612025-01-28T05:43:18.153Z Compiling num-traits v0.2.19
6622025-01-28T05:43:18.156Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/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="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8596454a3310c267 -C extra-filename=-8596454a3310c267 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-traits-8596454a3310c267 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'`
6632025-01-28T05:43:18.387Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ad8c4b9cff4819c0 -C extra-filename=-ad8c4b9cff4819c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6642025-01-28T05:43:18.696Z Compiling once_cell v1.19.0
6652025-01-28T05:43:18.699Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=6251a48351283bd4 -C extra-filename=-6251a48351283bd4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6662025-01-28T05:43:19.003Z Compiling itoa v1.0.9
6672025-01-28T05:43:19.006Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=71a6a6543ead115f -C extra-filename=-71a6a6543ead115f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6682025-01-28T05:43:19.168Z Compiling thiserror v1.0.66
6692025-01-28T05:43:19.170Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/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)' --check-cfg 'cfg(feature, values())' -C metadata=5a9c2da329e4e239 -C extra-filename=-5a9c2da329e4e239 --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-5a9c2da329e4e239 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6702025-01-28T05:43:19.454Z Compiling lock_api v0.4.11
6712025-01-28T05:43:19.456Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=b8a5d040bf4afb0e -C extra-filename=-b8a5d040bf4afb0e --out-dir /work/oxidecomputer/crucible/target/debug/build/lock_api-b8a5d040bf4afb0e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'`
6722025-01-28T05:43:19.724Z Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-8596454a3310c267/build-script-build`
6732025-01-28T05:43:19.727Z Running `/work/oxidecomputer/crucible/target/debug/build/serde-ecd0c3d630ea3eff/build-script-build`
6742025-01-28T05:43:19.727Z Running `/work/oxidecomputer/crucible/target/debug/build/libm-6d54c0209c76ad66/build-script-build`
6752025-01-28T05:43:19.727Z Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-5a9c2da329e4e239/build-script-build`
6762025-01-28T05:43:19.727Z Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-7008657a4a87e401/build-script-build`
6772025-01-28T05:43:19.727Z Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-f95487ef5204fd46/build-script-build`
6782025-01-28T05:43:19.727Z Running `/work/oxidecomputer/crucible/target/debug/build/libc-84a50a50f277d519/build-script-build`
6792025-01-28T05:43:19.798Z Compiling parking_lot_core v0.9.9
6802025-01-28T05:43:19.836Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=c80e2d380100bde0 -C extra-filename=-c80e2d380100bde0 --out-dir /work/oxidecomputer/crucible/target/debug/build/parking_lot_core-c80e2d380100bde0 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6812025-01-28T05:43:19.857Z Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-b8a5d040bf4afb0e/build-script-build`
6822025-01-28T05:43:19.875Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "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", "sval_ref", "value-bag"))' -C metadata=d53a21f98f031de6 -C extra-filename=-d53a21f98f031de6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6832025-01-28T05:43:19.897Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ea0f017d02a7105b -C extra-filename=-ea0f017d02a7105b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6842025-01-28T05:43:19.916Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=d790b9ff5437b662 -C extra-filename=-d790b9ff5437b662 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
6852025-01-28T05:43:19.916Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=7c85a98bf7e0573c -C extra-filename=-7c85a98bf7e0573c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
6862025-01-28T05:43:19.970Z Compiling slab v0.4.9
6872025-01-28T05:43:19.973Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=142ab5acffa737c2 -C extra-filename=-142ab5acffa737c2 --out-dir /work/oxidecomputer/crucible/target/debug/build/slab-142ab5acffa737c2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rlib --cap-lints allow '-Wclippy::unused-async'`
6882025-01-28T05:43:20.046Z Compiling ryu v1.0.15
6892025-01-28T05:43:20.049Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=5a8ab827ee817ff2 -C extra-filename=-5a8ab827ee817ff2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6902025-01-28T05:43:20.145Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=e732a754ac484db6 -C extra-filename=-e732a754ac484db6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6912025-01-28T05:43:20.149Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=5eeacb47f161db31 -C extra-filename=-5eeacb47f161db31 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async' --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)'`
6922025-01-28T05:43:20.273Z Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-c80e2d380100bde0/build-script-build`
6932025-01-28T05:43:20.273Z Compiling schemars v0.8.21
6942025-01-28T05:43:20.293Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=24288f7895dd5265 -C extra-filename=-24288f7895dd5265 --out-dir /work/oxidecomputer/crucible/target/debug/build/schemars-24288f7895dd5265 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6952025-01-28T05:43:20.299Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=d8b97463a0f3540d -C extra-filename=-d8b97463a0f3540d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6962025-01-28T05:43:20.359Z Running `/work/oxidecomputer/crucible/target/debug/build/slab-142ab5acffa737c2/build-script-build`
6972025-01-28T05:43:20.362Z Compiling pkg-config v0.3.27
6982025-01-28T05:43:20.362Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eeeb5cdfd34d31bb -C extra-filename=-eeeb5cdfd34d31bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6992025-01-28T05:43:20.460Z Compiling pin-project-lite v0.2.13
7002025-01-28T05:43:20.463Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ebae1a32f1902851 -C extra-filename=-ebae1a32f1902851 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7012025-01-28T05:43:20.489Z Compiling vcpkg v0.2.15
7022025-01-28T05:43:20.492Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=67af2ed6005ab61b -C extra-filename=-67af2ed6005ab61b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7032025-01-28T05:43:20.599Z Compiling rustix v0.38.37
7042025-01-28T05:43:20.603Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/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="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --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=4a21dc3cf62c6842 -C extra-filename=-4a21dc3cf62c6842 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustix-4a21dc3cf62c6842 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7052025-01-28T05:43:20.649Z Running `/work/oxidecomputer/crucible/target/debug/build/schemars-24288f7895dd5265/build-script-build`
7062025-01-28T05:43:20.678Z Compiling aho-corasick v1.1.2
7072025-01-28T05:43:20.681Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-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 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2a12e571077c3fea -C extra-filename=-2a12e571077c3fea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'`
7082025-01-28T05:43:21.240Z Compiling quote v1.0.38
7092025-01-28T05:43:21.243Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c4984275da3096ab -C extra-filename=-c4984275da3096ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --cap-lints allow '-Wclippy::unused-async'`
7102025-01-28T05:43:21.263Z Compiling jobserver v0.1.32
7112025-01-28T05:43:21.284Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f220310ff200730 -C extra-filename=-6f220310ff200730 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --cap-lints allow '-Wclippy::unused-async'`
7122025-01-28T05:43:21.290Z Compiling getrandom v0.2.11
7132025-01-28T05:43:21.311Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=efa7b3f0b550de82 -C extra-filename=-efa7b3f0b550de82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --cap-lints allow '-Wclippy::unused-async'`
7142025-01-28T05:43:21.346Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=ac6a1766faf9c837 -C extra-filename=-ac6a1766faf9c837 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --cap-lints allow '-Wclippy::unused-async'`
7152025-01-28T05:43:21.432Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=84a9bf763c3c6fcd -C extra-filename=-84a9bf763c3c6fcd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-d8b97463a0f3540d.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp`
7162025-01-28T05:43:21.661Z Compiling syn v2.0.96
7172025-01-28T05:43:21.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/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="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=077ec211096cdc30 -C extra-filename=-077ec211096cdc30 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'`
7182025-01-28T05:43:21.686Z Compiling cc v1.2.10
7192025-01-28T05:43:21.708Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.2.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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=410ca0a3afb8823f -C extra-filename=-410ca0a3afb8823f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern jobserver=/work/oxidecomputer/crucible/target/debug/deps/libjobserver-6f220310ff200730.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --extern shlex=/work/oxidecomputer/crucible/target/debug/deps/libshlex-2c4dd18ee1fb68d4.rmeta --cap-lints allow '-Wclippy::unused-async'`
7202025-01-28T05:43:21.711Z Running `/work/oxidecomputer/crucible/target/debug/build/rustix-4a21dc3cf62c6842/build-script-build`
7212025-01-28T05:43:21.819Z Compiling scopeguard v1.2.0
7222025-01-28T05:43:21.822Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=9a84037b0fa8b010 -C extra-filename=-9a84037b0fa8b010 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7232025-01-28T05:43:21.841Z Compiling regex-syntax v0.8.5
7242025-01-28T05:43:21.844Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.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 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=4db9c100793868b3 -C extra-filename=-4db9c100793868b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7252025-01-28T05:43:21.943Z Compiling equivalent v1.0.1
7262025-01-28T05:43:21.973Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a84b2f061c359b52 -C extra-filename=-a84b2f061c359b52 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7272025-01-28T05:43:21.977Z Compiling byteorder v1.5.0
7282025-01-28T05:43:21.998Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=65057e340f8a6547 -C extra-filename=-65057e340f8a6547 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7292025-01-28T05:43:22.000Z Compiling hashbrown v0.15.2
7302025-01-28T05:43:22.000Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --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=c061007c4122a3dc -C extra-filename=-c061007c4122a3dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7312025-01-28T05:43:22.058Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=6fa0e05af2b3bd9e -C extra-filename=-6fa0e05af2b3bd9e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7322025-01-28T05:43:22.427Z Compiling ahash v0.8.6
7332025-01-28T05:43:22.430Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/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)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=50fe0333327058cb -C extra-filename=-50fe0333327058cb --out-dir /work/oxidecomputer/crucible/target/debug/build/ahash-50fe0333327058cb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'`
7342025-01-28T05:43:22.802Z Compiling smallvec v1.13.2
7352025-01-28T05:43:22.805Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --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=ee50fdcf798ecfc4 -C extra-filename=-ee50fdcf798ecfc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7362025-01-28T05:43:23.129Z Compiling heck v0.5.0
7372025-01-28T05:43:23.132Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c36b67d624d3a7a9 -C extra-filename=-c36b67d624d3a7a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7382025-01-28T05:43:23.155Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=907ada65ac7aecfb -C extra-filename=-907ada65ac7aecfb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libm=/work/oxidecomputer/crucible/target/debug/deps/liblibm-6fa0e05af2b3bd9e.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_total_cmp`
7392025-01-28T05:43:23.197Z Running `/work/oxidecomputer/crucible/target/debug/build/ahash-50fe0333327058cb/build-script-build`
7402025-01-28T05:43:23.242Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=dcec997560ddd0e7 -C extra-filename=-dcec997560ddd0e7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7412025-01-28T05:43:23.303Z Compiling futures-core v0.3.31
7422025-01-28T05:43:23.306Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=63f70cb0fb7b3737 -C extra-filename=-63f70cb0fb7b3737 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7432025-01-28T05:43:23.535Z Compiling semver v1.0.24
7442025-01-28T05:43:23.538Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7afe2f4b32bfdcb8 -C extra-filename=-7afe2f4b32bfdcb8 --out-dir /work/oxidecomputer/crucible/target/debug/build/semver-7afe2f4b32bfdcb8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7452025-01-28T05:43:23.558Z Compiling signal-hook-registry v1.4.1
7462025-01-28T05:43:23.567Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10f9d5cd854b09d0 -C extra-filename=-10f9d5cd854b09d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --cap-lints allow '-Wclippy::unused-async'`
7472025-01-28T05:43:23.597Z Compiling fnv v1.0.7
7482025-01-28T05:43:23.599Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=288f422319731adc -C extra-filename=-288f422319731adc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7492025-01-28T05:43:23.777Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=6e3895caf42c20c3 -C extra-filename=-6e3895caf42c20c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --cap-lints allow '-Wclippy::unused-async'`
7502025-01-28T05:43:24.047Z Running `/work/oxidecomputer/crucible/target/debug/build/semver-7afe2f4b32bfdcb8/build-script-build`
7512025-01-28T05:43:24.160Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=109ebf25deffb944 -C extra-filename=-109ebf25deffb944 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound`
7522025-01-28T05:43:24.351Z Compiling mio v1.0.2
7532025-01-28T05:43:24.354Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 panic=abort -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="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=2b0908b20225e222 -C extra-filename=-2b0908b20225e222 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --cap-lints allow '-Wclippy::unused-async'`
7542025-01-28T05:43:24.402Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=44628c75e1414eae -C extra-filename=-44628c75e1414eae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7552025-01-28T05:43:24.552Z Compiling parking_lot v0.12.1
7562025-01-28T05:43:24.554Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=99d7473f0f240d51 -C extra-filename=-99d7473f0f240d51 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-109ebf25deffb944.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-6e3895caf42c20c3.rmeta --cap-lints allow '-Wclippy::unused-async'`
7572025-01-28T05:43:24.639Z Compiling httparse v1.8.0
7582025-01-28T05:43:24.643Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2a576f871f9bc21d -C extra-filename=-2a576f871f9bc21d --out-dir /work/oxidecomputer/crucible/target/debug/build/httparse-2a576f871f9bc21d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7592025-01-28T05:43:24.833Z Compiling futures-sink v0.3.31
7602025-01-28T05:43:24.835Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dc6d8001af963309 -C extra-filename=-dc6d8001af963309 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7612025-01-28T05:43:24.852Z Compiling iana-time-zone v0.1.58
7622025-01-28T05:43:24.855Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/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="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=36e15320f5f5ed42 -C extra-filename=-36e15320f5f5ed42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7632025-01-28T05:43:24.981Z Compiling socket2 v0.5.5
7642025-01-28T05:43:25.002Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=4ca21d33397a6e37 -C extra-filename=-4ca21d33397a6e37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --cap-lints allow '-Wclippy::unused-async'`
7652025-01-28T05:43:25.060Z Running `/work/oxidecomputer/crucible/target/debug/build/httparse-2a576f871f9bc21d/build-script-build`
7662025-01-28T05:43:25.083Z Compiling ring v0.17.5
7672025-01-28T05:43:25.086Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=b2b6173ccf8e0b3a -C extra-filename=-b2b6173ccf8e0b3a --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-b2b6173ccf8e0b3a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-410ca0a3afb8823f.rlib --cap-lints allow '-Wclippy::unused-async'`
7682025-01-28T05:43:25.109Z Compiling typenum v1.17.0
7692025-01-28T05:43:25.113Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=9b6976c77d68e316 -C extra-filename=-9b6976c77d68e316 --out-dir /work/oxidecomputer/crucible/target/debug/build/typenum-9b6976c77d68e316 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7702025-01-28T05:43:25.186Z Compiling dyn-clone v1.0.16
7712025-01-28T05:43:25.222Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=57ac2cf7c3c4548c -C extra-filename=-57ac2cf7c3c4548c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7722025-01-28T05:43:25.380Z Compiling openssl-sys v0.9.95
7732025-01-28T05:43:25.383Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=1c677eaff046e451 -C extra-filename=-1c677eaff046e451 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-1c677eaff046e451 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-410ca0a3afb8823f.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --extern vcpkg=/work/oxidecomputer/crucible/target/debug/deps/libvcpkg-67af2ed6005ab61b.rlib --cap-lints allow '-Wclippy::unused-async'`
7742025-01-28T05:43:25.403Z Compiling errno v0.3.9
7752025-01-28T05:43:25.406Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=42c724ee5ed2010f -C extra-filename=-42c724ee5ed2010f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --cap-lints allow '-Wclippy::unused-async'`
7762025-01-28T05:43:25.492Z Compiling regex-automata v0.4.9
7772025-01-28T05:43:25.494Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-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 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=4e2eaca3c98e884a -C extra-filename=-4e2eaca3c98e884a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-2a12e571077c3fea.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'`
7782025-01-28T05:43:25.752Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bc7b39fca9ce439 -C extra-filename=-9bc7b39fca9ce439 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7792025-01-28T05:43:25.839Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --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=bc4fe565e42739d5 -C extra-filename=-bc4fe565e42739d5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7802025-01-28T05:43:25.996Z Compiling generic-array v0.14.7
7812025-01-28T05:43:25.999Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=d9d9e7b7462a459e -C extra-filename=-d9d9e7b7462a459e --out-dir /work/oxidecomputer/crucible/target/debug/build/generic-array-d9d9e7b7462a459e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'`
7822025-01-28T05:43:26.074Z Running `/work/oxidecomputer/crucible/target/debug/build/typenum-9b6976c77d68e316/build-script-main`
7832025-01-28T05:43:26.093Z Running `/work/oxidecomputer/crucible/target/debug/build/ring-b2b6173ccf8e0b3a/build-script-build`
7842025-01-28T05:43:26.232Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=4c8547669ecc4b98 -C extra-filename=-4c8547669ecc4b98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7852025-01-28T05:43:26.327Z Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-d9d9e7b7462a459e/build-script-build`
7862025-01-28T05:43:26.397Z Compiling allocator-api2 v0.2.16
7872025-01-28T05:43:26.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=a4562574ebc3beef -C extra-filename=-a4562574ebc3beef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7882025-01-28T05:43:26.420Z Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-1c677eaff046e451/build-script-main`
7892025-01-28T05:43:26.635Z Compiling rand_core v0.6.4
7902025-01-28T05:43:26.638Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=d3da20c758d9e2bf -C extra-filename=-d3da20c758d9e2bf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-efa7b3f0b550de82.rmeta --cap-lints allow '-Wclippy::unused-async'`
7912025-01-28T05:43:26.834Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b4fe7f623e4bad47 -C extra-filename=-b4fe7f623e4bad47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7922025-01-28T05:43:27.025Z Compiling slog v2.7.0
7932025-01-28T05:43:27.028Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b237b2467731c3ac -C extra-filename=-b237b2467731c3ac --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-b237b2467731c3ac -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7942025-01-28T05:43:27.049Z Compiling prettyplease v0.2.22
7952025-01-28T05:43:27.051Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=94f360c5d467109c -C extra-filename=-94f360c5d467109c --out-dir /work/oxidecomputer/crucible/target/debug/build/prettyplease-94f360c5d467109c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7962025-01-28T05:43:27.084Z Compiling futures-channel v0.3.31
7972025-01-28T05:43:27.087Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=48b0946d906b5624 -C extra-filename=-48b0946d906b5624 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --cap-lints allow '-Wclippy::unused-async'`
7982025-01-28T05:43:27.221Z Compiling openssl v0.10.59
7992025-01-28T05:43:27.224Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=9de1f97b64610634 -C extra-filename=-9de1f97b64610634 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-9de1f97b64610634 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8002025-01-28T05:43:27.360Z Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-94f360c5d467109c/build-script-build`
8012025-01-28T05:43:27.389Z Compiling pin-utils v0.1.0
8022025-01-28T05:43:27.392Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8dcb54e602e4f2e -C extra-filename=-c8dcb54e602e4f2e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8032025-01-28T05:43:27.414Z Compiling futures-task v0.3.31
8042025-01-28T05:43:27.417Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=31b46e1276a7fb9b -C extra-filename=-31b46e1276a7fb9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8052025-01-28T05:43:27.447Z Running `/work/oxidecomputer/crucible/target/debug/build/slog-b237b2467731c3ac/build-script-build`
8062025-01-28T05:43:27.471Z Compiling futures-io v0.3.31
8072025-01-28T05:43:27.474Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -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)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=18c4c86e5e305ba5 -C extra-filename=-18c4c86e5e305ba5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8082025-01-28T05:43:27.508Z Compiling paste v1.0.15
8092025-01-28T05:43:27.510Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4eacc5740c351067 -C extra-filename=-4eacc5740c351067 --out-dir /work/oxidecomputer/crucible/target/debug/build/paste-4eacc5740c351067 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8102025-01-28T05:43:27.603Z Compiling glob v0.3.1
8112025-01-28T05:43:27.606Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11e0174feb1baa7a -C extra-filename=-11e0174feb1baa7a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8122025-01-28T05:43:27.645Z Compiling native-tls v0.2.11
8132025-01-28T05:43:27.648Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=fc5fcc4526ba002f -C extra-filename=-fc5fcc4526ba002f --out-dir /work/oxidecomputer/crucible/target/debug/build/native-tls-fc5fcc4526ba002f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8142025-01-28T05:43:27.712Z Compiling subtle v2.5.0
8152025-01-28T05:43:27.715Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=998db88b41091cd0 -C extra-filename=-998db88b41091cd0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8162025-01-28T05:43:27.931Z Running `/work/oxidecomputer/crucible/target/debug/build/paste-4eacc5740c351067/build-script-build`
8172025-01-28T05:43:27.952Z Compiling crossbeam-utils v0.8.20
8182025-01-28T05:43:27.955Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d747d245ca983f6f -C extra-filename=-d747d245ca983f6f --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d747d245ca983f6f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8192025-01-28T05:43:27.983Z Compiling either v1.13.0
8202025-01-28T05:43:27.986Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=e742740bcd280181 -C extra-filename=-e742740bcd280181 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8212025-01-28T05:43:28.006Z Compiling serde_derive_internals v0.29.1
8222025-01-28T05:43:28.009Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.29.1/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)' --check-cfg 'cfg(feature, values())' -C metadata=a0b64adac715ac3b -C extra-filename=-a0b64adac715ac3b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async'`
8232025-01-28T05:43:28.216Z Compiling clang-sys v1.8.1
8242025-01-28T05:43:28.219Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=718d9b242c522993 -C extra-filename=-718d9b242c522993 --out-dir /work/oxidecomputer/crucible/target/debug/build/clang-sys-718d9b242c522993 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-11e0174feb1baa7a.rlib --cap-lints allow '-Wclippy::unused-async'`
8252025-01-28T05:43:28.315Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0992995bb0b68e2 -C extra-filename=-e0992995bb0b68e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
8262025-01-28T05:43:28.404Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=294d7e44c725cc13 -C extra-filename=-294d7e44c725cc13 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
8272025-01-28T05:43:28.825Z Running `/work/oxidecomputer/crucible/target/debug/build/clang-sys-718d9b242c522993/build-script-build`
8282025-01-28T05:43:28.856Z Compiling minimal-lexical v0.2.1
8292025-01-28T05:43:28.859Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=3f6724166ee2b414 -C extra-filename=-3f6724166ee2b414 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8302025-01-28T05:43:29.221Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=febcbe9ce6ad36dc -C extra-filename=-febcbe9ce6ad36dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8312025-01-28T05:43:29.443Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=43f5f6e3f771145c -C extra-filename=-43f5f6e3f771145c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8322025-01-28T05:43:29.576Z Compiling regex v1.11.1
8332025-01-28T05:43:29.579Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=9cfa7acdf2cfd9ab -C extra-filename=-9cfa7acdf2cfd9ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aho_corasick=/work/oxidecomputer/crucible/target/debug/deps/libaho_corasick-2a12e571077c3fea.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-4e2eaca3c98e884a.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'`
8342025-01-28T05:43:29.648Z Compiling nom v7.1.3
8352025-01-28T05:43:29.651Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=e6390fb5e2226ba8 -C extra-filename=-e6390fb5e2226ba8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern minimal_lexical=/work/oxidecomputer/crucible/target/debug/deps/libminimal_lexical-3f6724166ee2b414.rmeta --cap-lints allow '-Wclippy::unused-async'`
8362025-01-28T05:43:29.710Z Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d747d245ca983f6f/build-script-build`
8372025-01-28T05:43:29.740Z Compiling tracing-core v0.1.32
8382025-01-28T05:43:29.743Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=54dbd34e1d53989f -C extra-filename=-54dbd34e1d53989f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --cap-lints allow '-Wclippy::unused-async'`
8392025-01-28T05:43:30.293Z Compiling libloading v0.8.6
8402025-01-28T05:43:30.296Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74a7cd4543b8e03b -C extra-filename=-74a7cd4543b8e03b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --cap-lints allow '-Wclippy::unused-async'`
8412025-01-28T05:43:30.569Z Compiling home v0.5.5
8422025-01-28T05:43:30.569Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26d347eadfc62b9e -C extra-filename=-26d347eadfc62b9e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8432025-01-28T05:43:30.611Z Compiling bindgen v0.69.5
8442025-01-28T05:43:30.614Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=17893ce9d530a270 -C extra-filename=-17893ce9d530a270 --out-dir /work/oxidecomputer/crucible/target/debug/build/bindgen-17893ce9d530a270 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8452025-01-28T05:43:30.806Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=d116bc925651db11 -C extra-filename=-d116bc925651db11 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-11e0174feb1baa7a.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --extern libloading=/work/oxidecomputer/crucible/target/debug/deps/liblibloading-74a7cd4543b8e03b.rmeta --cap-lints allow '-Wclippy::unused-async'`
8462025-01-28T05:43:30.871Z Compiling itertools v0.12.1
8472025-01-28T05:43:30.874Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=279a394bb85ea0c5 -C extra-filename=-279a394bb85ea0c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-e742740bcd280181.rmeta --cap-lints allow '-Wclippy::unused-async'`
8482025-01-28T05:43:31.015Z Running `/work/oxidecomputer/crucible/target/debug/build/bindgen-17893ce9d530a270/build-script-build`
8492025-01-28T05:43:31.038Z Compiling lazy_static v1.5.0
8502025-01-28T05:43:31.041Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=bb24aeee044bbd27 -C extra-filename=-bb24aeee044bbd27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8512025-01-28T05:43:31.167Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=db0780f6db0d7b83 -C extra-filename=-db0780f6db0d7b83 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8522025-01-28T05:43:31.261Z Running `/work/oxidecomputer/crucible/target/debug/build/openssl-9de1f97b64610634/build-script-build`
8532025-01-28T05:43:31.292Z Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-fc5fcc4526ba002f/build-script-build`
8542025-01-28T05:43:31.313Z Compiling lazycell v1.3.0
8552025-01-28T05:43:31.316Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=61f16ddc0dc4421c -C extra-filename=-61f16ddc0dc4421c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8562025-01-28T05:43:31.340Z Compiling rustc-hash v1.1.0
8572025-01-28T05:43:31.343Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8a152ff5b5e2ef9b -C extra-filename=-8a152ff5b5e2ef9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8582025-01-28T05:43:31.477Z Compiling cmake v0.1.53
8592025-01-28T05:43:31.480Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.53/src/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)' --check-cfg 'cfg(feature, values())' -C metadata=0f536a030941d658 -C extra-filename=-0f536a030941d658 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-410ca0a3afb8823f.rmeta --cap-lints allow '-Wclippy::unused-async'`
8602025-01-28T05:43:31.501Z Compiling dunce v1.0.5
8612025-01-28T05:43:31.505Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=79dacd224fc2ca35 -C extra-filename=-79dacd224fc2ca35 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8622025-01-28T05:43:31.635Z Compiling fs_extra v1.3.0
8632025-01-28T05:43:31.638Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b78999ed3a5bf9e3 -C extra-filename=-b78999ed3a5bf9e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8642025-01-28T05:43:31.879Z Compiling serde_derive v1.0.217
8652025-01-28T05:43:31.882Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=8e6aba1b38662c11 -C extra-filename=-8e6aba1b38662c11 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8662025-01-28T05:43:32.060Z Compiling thiserror-impl v1.0.66
8672025-01-28T05:43:32.063Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.66/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)' --check-cfg 'cfg(feature, values())' -C metadata=9a68f62efcc91851 -C extra-filename=-9a68f62efcc91851 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8682025-01-28T05:43:32.203Z Compiling tokio-macros v2.5.0
8692025-01-28T05:43:32.206Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=faa842ec6062b756 -C extra-filename=-faa842ec6062b756 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8702025-01-28T05:43:32.307Z Compiling zerocopy-derive v0.7.32
8712025-01-28T05:43:32.310Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5050ac9e6653b735 -C extra-filename=-5050ac9e6653b735 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8722025-01-28T05:43:32.613Z Compiling schemars_derive v0.8.21
8732025-01-28T05:43:32.616Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/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)' --check-cfg 'cfg(feature, values())' -C metadata=e544ec633bf97c65 -C extra-filename=-e544ec633bf97c65 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_derive_internals=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive_internals-a0b64adac715ac3b.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8742025-01-28T05:43:32.877Z Compiling futures-macro v0.3.31
8752025-01-28T05:43:32.880Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4d6af20d89a04838 -C extra-filename=-4d6af20d89a04838 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8762025-01-28T05:43:33.605Z Compiling tracing-attributes v0.1.27
8772025-01-28T05:43:33.608Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=40ad2139a15e56a5 -C extra-filename=-40ad2139a15e56a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8782025-01-28T05:43:33.999Z Compiling zerocopy v0.7.32
8792025-01-28T05:43:34.002Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=7a17e26650f1fc8b -C extra-filename=-7a17e26650f1fc8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-65057e340f8a6547.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-5050ac9e6653b735.so --cap-lints allow '-Wclippy::unused-async'`
8802025-01-28T05:43:34.442Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/src/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)' --check-cfg 'cfg(feature, values())' -C metadata=dcea43d6010ec164 -C extra-filename=-dcea43d6010ec164 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-9a68f62efcc91851.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8812025-01-28T05:43:34.565Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed4fc2b2646525a4 -C extra-filename=-ed4fc2b2646525a4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/crucible/target/debug/deps/libthiserror_impl-9a68f62efcc91851.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
8822025-01-28T05:43:34.587Z Compiling futures-util v0.3.31
8832025-01-28T05:43:34.590Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -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)' --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=3a79c27057c15a6f -C extra-filename=-3a79c27057c15a6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-4d6af20d89a04838.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31b46e1276a7fb9b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-c8dcb54e602e4f2e.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-b4fe7f623e4bad47.rmeta --cap-lints allow '-Wclippy::unused-async'`
8842025-01-28T05:43:34.710Z Compiling openssl-macros v0.1.1
8852025-01-28T05:43:34.712Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bb5f2a72da377e9b -C extra-filename=-bb5f2a72da377e9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8862025-01-28T05:43:35.232Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=9f79e2911125d81b -C extra-filename=-9f79e2911125d81b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a17e26650f1fc8b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'`
8872025-01-28T05:43:35.354Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=b1a948a8a5a63201 -C extra-filename=-b1a948a8a5a63201 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern zerocopy_derive=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy_derive-5050ac9e6653b735.so --cap-lints allow '-Wclippy::unused-async'`
8882025-01-28T05:43:35.449Z Compiling cexpr v0.6.0
8892025-01-28T05:43:35.452Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3f28c8fc99815dc2 -C extra-filename=-3f28c8fc99815dc2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-e6390fb5e2226ba8.rmeta --cap-lints allow '-Wclippy::unused-async'`
8902025-01-28T05:43:35.720Z Compiling hashbrown v0.14.3
8912025-01-28T05:43:35.723Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.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 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=7f031d079a506afd -C extra-filename=-7f031d079a506afd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ahash=/work/oxidecomputer/crucible/target/debug/deps/libahash-9f79e2911125d81b.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-a4562574ebc3beef.rmeta --cap-lints allow '-Wclippy::unused-async'`
8922025-01-28T05:43:36.458Z Compiling tracing v0.1.40
8932025-01-28T05:43:36.461Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --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=a6489151053c3188 -C extra-filename=-a6489151053c3188 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-40ad2139a15e56a5.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-54dbd34e1d53989f.rmeta --cap-lints allow '-Wclippy::unused-async'`
8942025-01-28T05:43:36.645Z Compiling scroll_derive v0.12.0
8952025-01-28T05:43:36.650Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=566465ffdc18a895 -C extra-filename=-566465ffdc18a895 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
8962025-01-28T05:43:36.850Z Compiling time-core v0.1.2
8972025-01-28T05:43:36.853Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e0cafecb193e6e8 -C extra-filename=-5e0cafecb193e6e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8982025-01-28T05:43:36.873Z Compiling ucd-trie v0.1.6
8992025-01-28T05:43:36.876Z Compiling num-conv v0.1.0
9002025-01-28T05:43:36.876Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=327f5aa9042d4b15 -C extra-filename=-327f5aa9042d4b15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9012025-01-28T05:43:36.876Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a193a8191ebdd77d -C extra-filename=-a193a8191ebdd77d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9022025-01-28T05:43:37.007Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=a9ab754dfee47de0 -C extra-filename=-a9ab754dfee47de0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9032025-01-28T05:43:37.141Z Compiling time-macros v0.2.18
9042025-01-28T05:43:37.144Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=36e6e95877b3a76b -C extra-filename=-36e6e95877b3a76b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-a193a8191ebdd77d.rlib --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-5e0cafecb193e6e8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9052025-01-28T05:43:37.244Z Compiling pest v2.7.6
9062025-01-28T05:43:37.247Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=0d43fb839ab0b1b6 -C extra-filename=-0d43fb839ab0b1b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-327f5aa9042d4b15.rmeta --cap-lints allow '-Wclippy::unused-async'`
9072025-01-28T05:43:37.297Z Compiling aws-lc-rs v1.12.2
9082025-01-28T05:43:37.300Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.12.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aws-lc-sys"' --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=abfc664a2bd4726a -C extra-filename=-abfc664a2bd4726a --out-dir /work/oxidecomputer/crucible/target/debug/build/aws-lc-rs-abfc664a2bd4726a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9092025-01-28T05:43:37.702Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b7c5577c0fbbf7b -C extra-filename=-8b7c5577c0fbbf7b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9102025-01-28T05:43:37.891Z Compiling percent-encoding v2.3.1
9112025-01-28T05:43:37.895Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2892751421a0efb1 -C extra-filename=-2892751421a0efb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9122025-01-28T05:43:37.976Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0bc88fea3f03f95c -C extra-filename=-0bc88fea3f03f95c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async' --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)'`
9132025-01-28T05:43:38.183Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=10230e8c615dd4ad -C extra-filename=-10230e8c615dd4ad --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9142025-01-28T05:43:38.444Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=5c37e7c2e2aadf33 -C extra-filename=-5c37e7c2e2aadf33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8e6aba1b38662c11.so --cap-lints allow '-Wclippy::unused-async' --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)'`
9152025-01-28T05:43:39.212Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=787395c83cd853ea -C extra-filename=-787395c83cd853ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-8e6aba1b38662c11.so --cap-lints allow '-Wclippy::unused-async' --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)'`
9162025-01-28T05:43:39.348Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --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=c7aa021fcbdfe8b6 -C extra-filename=-c7aa021fcbdfe8b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9172025-01-28T05:43:39.544Z Compiling pest_meta v2.7.6
9182025-01-28T05:43:39.547Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=684ed8dbcb9d5f09 -C extra-filename=-684ed8dbcb9d5f09 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-0d43fb839ab0b1b6.rmeta --cap-lints allow '-Wclippy::unused-async'`
9192025-01-28T05:43:39.737Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=832c3b605fbf99ab -C extra-filename=-832c3b605fbf99ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9202025-01-28T05:43:39.761Z Compiling spin v0.9.8
9212025-01-28T05:43:39.761Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --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=80ed5ff7714732e2 -C extra-filename=-80ed5ff7714732e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9222025-01-28T05:43:39.785Z Compiling rustls-pki-types v1.11.0
9232025-01-28T05:43:39.788Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=a7d40b43784c9669 -C extra-filename=-a7d40b43784c9669 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9242025-01-28T05:43:39.850Z Compiling zeroize v1.7.0
9252025-01-28T05:43:39.853Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=8b2154ab004e0204 -C extra-filename=-8b2154ab004e0204 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9262025-01-28T05:43:39.891Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.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 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=82cb6de7941d230c -C extra-filename=-82cb6de7941d230c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-832c3b605fbf99ab.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_const_fn_trait_bound`
9272025-01-28T05:43:40.003Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=8976cd4ad1de3311 -C extra-filename=-8976cd4ad1de3311 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rmeta --cap-lints allow '-Wclippy::unused-async'`
9282025-01-28T05:43:40.150Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=236eeccb58da35c2 -C extra-filename=-236eeccb58da35c2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-10230e8c615dd4ad.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence`
9292025-01-28T05:43:40.239Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=6d9547d7313735f2 -C extra-filename=-6d9547d7313735f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --cap-lints allow '-Wclippy::unused-async'`
9302025-01-28T05:43:40.498Z Compiling regress v0.10.1
9312025-01-28T05:43:40.501Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=37ba3474ac197f89 -C extra-filename=-37ba3474ac197f89 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-7f031d079a506afd.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'`
9322025-01-28T05:43:40.864Z Compiling pest_generator v2.7.6
9332025-01-28T05:43:40.867Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=ac5e2c0375bdcedb -C extra-filename=-ac5e2c0375bdcedb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-0d43fb839ab0b1b6.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-684ed8dbcb9d5f09.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async'`
9342025-01-28T05:43:40.892Z Compiling untrusted v0.9.0
9352025-01-28T05:43:40.913Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=472479a157f7f31b -C extra-filename=-472479a157f7f31b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9362025-01-28T05:43:41.075Z Compiling atomic-waker v1.1.2
9372025-01-28T05:43:41.078Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=773925d7af7a3cd8 -C extra-filename=-773925d7af7a3cd8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9382025-01-28T05:43:41.258Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=94a5b44d2411bcb9 -C extra-filename=-94a5b44d2411bcb9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9392025-01-28T05:43:41.323Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=1057db95c044d9e1 -C extra-filename=-1057db95c044d9e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-0bc88fea3f03f95c.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-6d9547d7313735f2.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'`
9402025-01-28T05:43:41.405Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=d65de193d9196d9b -C extra-filename=-d65de193d9196d9b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lock_api=/work/oxidecomputer/crucible/target/debug/deps/liblock_api-82cb6de7941d230c.rmeta --extern parking_lot_core=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot_core-8976cd4ad1de3311.rmeta --cap-lints allow '-Wclippy::unused-async'`
9412025-01-28T05:43:42.121Z Compiling scroll v0.12.0
9422025-01-28T05:43:42.124Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=fd9f83fa1b24b488 -C extra-filename=-fd9f83fa1b24b488 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern scroll_derive=/work/oxidecomputer/crucible/target/debug/deps/libscroll_derive-566465ffdc18a895.so --cap-lints allow '-Wclippy::unused-async'`
9432025-01-28T05:43:42.370Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=c730189a7f241af0 -C extra-filename=-c730189a7f241af0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-b1a948a8a5a63201.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'`
9442025-01-28T05:43:42.582Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1c3bba72ce7010ef -C extra-filename=-1c3bba72ce7010ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd`
9452025-01-28T05:43:42.800Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54769359ec19597f -C extra-filename=-54769359ec19597f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --cap-lints allow '-Wclippy::unused-async'`
9462025-01-28T05:43:42.854Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=91470f671d03d2e0 -C extra-filename=-91470f671d03d2e0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-efa7b3f0b550de82.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-472479a157f7f31b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-5698e4a3402e38db/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
9472025-01-28T05:43:42.936Z Compiling pest_derive v2.7.6
9482025-01-28T05:43:42.939Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=38bae5569dff93a5 -C extra-filename=-38bae5569dff93a5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-0d43fb839ab0b1b6.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-ac5e2c0375bdcedb.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9492025-01-28T05:43:43.237Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=48e85e532138e9fc -C extra-filename=-48e85e532138e9fc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --cap-lints allow '-Wclippy::unused-async'`
9502025-01-28T05:43:43.353Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=07d44ee1a49676dd -C extra-filename=-07d44ee1a49676dd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --cap-lints allow '-Wclippy::unused-async'`
9512025-01-28T05:43:43.710Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/src/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"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=e1f630314ec2deb3 -C extra-filename=-e1f630314ec2deb3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
9522025-01-28T05:43:43.798Z Compiling bytes v1.9.0
9532025-01-28T05:43:43.824Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6b283c8fc4249a27 -C extra-filename=-6b283c8fc4249a27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'`
9542025-01-28T05:43:44.081Z Compiling bitflags v2.6.0
9552025-01-28T05:43:44.083Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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 --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=198daac913c37f38 -C extra-filename=-198daac913c37f38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'`
9562025-01-28T05:43:44.268Z Compiling indexmap v2.7.0
9572025-01-28T05:43:44.271Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=da7b5a91ec334920 -C extra-filename=-da7b5a91ec334920 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-a84b2f061c359b52.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-c061007c4122a3dc.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'`
9582025-01-28T05:43:44.494Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=65d513cddc52aa94 -C extra-filename=-65d513cddc52aa94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'`
9592025-01-28T05:43:44.680Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a718eaa969ca6a1f -C extra-filename=-a718eaa969ca6a1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dcec997560ddd0e7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
9602025-01-28T05:43:44.880Z Compiling serde_tokenstream v0.2.2
9612025-01-28T05:43:44.883Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5e2344c8a8f6abb2 -C extra-filename=-5e2344c8a8f6abb2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --cap-lints allow '-Wclippy::unused-async'`
9622025-01-28T05:43:45.029Z Compiling chrono v0.4.38
9632025-01-28T05:43:45.032Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --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-targets"))' -C metadata=435b00a415ade40b -C extra-filename=-435b00a415ade40b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-36e15320f5f5ed42.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'`
9642025-01-28T05:43:45.413Z Compiling uuid v1.11.0
9652025-01-28T05:43:45.415Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=1f68898a95fa17aa -C extra-filename=-1f68898a95fa17aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-ac6a1766faf9c837.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'`
9662025-01-28T05:43:45.562Z Compiling tokio v1.43.0
9672025-01-28T05:43:45.564Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --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="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --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=4cd319c143717ebe -C extra-filename=-4cd319c143717ebe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-2b0908b20225e222.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-99d7473f0f240d51.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-10f9d5cd854b09d0.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-4ca21d33397a6e37.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-faa842ec6062b756.so --cap-lints allow '-Wclippy::unused-async'`
9682025-01-28T05:43:45.740Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=bbeaaaacfb7f3ce9 -C extra-filename=-bbeaaaacfb7f3ce9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async' --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)'`
9692025-01-28T05:43:46.147Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --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=398821aac7bec596 -C extra-filename=-398821aac7bec596 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-198daac913c37f38.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-42c724ee5ed2010f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish`
9702025-01-28T05:43:46.190Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=552fa953615e642f -C extra-filename=-552fa953615e642f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern equivalent=/work/oxidecomputer/crucible/target/debug/deps/libequivalent-9bc7b39fca9ce439.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-bc4fe565e42739d5.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'`
9712025-01-28T05:43:46.387Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=9c852c7d952cc48b -C extra-filename=-9c852c7d952cc48b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'`
9722025-01-28T05:43:46.549Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs)' --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-targets"))' -C metadata=0eb700ad0faf45c0 -C extra-filename=-0eb700ad0faf45c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/crucible/target/debug/deps/libiana_time_zone-4c8547669ecc4b98.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'`
9732025-01-28T05:43:46.822Z Compiling http v1.2.0
9742025-01-28T05:43:46.825Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=605918d7c5ae7269 -C extra-filename=-605918d7c5ae7269 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --cap-lints allow '-Wclippy::unused-async'`
9752025-01-28T05:43:47.450Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=db2d6d5cb5c9d104 -C extra-filename=-db2d6d5cb5c9d104 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-435b00a415ade40b.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-57ac2cf7c3c4548c.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-e544ec633bf97c65.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-1f68898a95fa17aa.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic`
9762025-01-28T05:43:47.483Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=6d6e81e2afff7c94 -C extra-filename=-6d6e81e2afff7c94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-efa7b3f0b550de82.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'`
9772025-01-28T05:43:48.167Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=21a897e9a70cbf20 -C extra-filename=-21a897e9a70cbf20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --cap-lints allow '-Wclippy::unused-async'`
9782025-01-28T05:43:48.280Z Compiling which v4.4.2
9792025-01-28T05:43:48.317Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=d120d1a1b997b3bb -C extra-filename=-d120d1a1b997b3bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-e742740bcd280181.rmeta --extern home=/work/oxidecomputer/crucible/target/debug/deps/libhome-26d347eadfc62b9e.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-398821aac7bec596.rmeta --cap-lints allow '-Wclippy::unused-async'`
9802025-01-28T05:43:48.733Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=cc6dd5dad86c7f27 -C extra-filename=-cc6dd5dad86c7f27 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-0eb700ad0faf45c0.rmeta --extern dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-febcbe9ce6ad36dc.rmeta --extern schemars_derive=/work/oxidecomputer/crucible/target/debug/deps/libschemars_derive-e544ec633bf97c65.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a718eaa969ca6a1f.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-6d6e81e2afff7c94.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic`
9812025-01-28T05:43:48.848Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=4ecfe2be0256ffd7 -C extra-filename=-4ecfe2be0256ffd7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-198daac913c37f38.rmeta --extern cexpr=/work/oxidecomputer/crucible/target/debug/deps/libcexpr-3f28c8fc99815dc2.rmeta --extern clang_sys=/work/oxidecomputer/crucible/target/debug/deps/libclang_sys-d116bc925651db11.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-279a394bb85ea0c5.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-bb24aeee044bbd27.rmeta --extern lazycell=/work/oxidecomputer/crucible/target/debug/deps/liblazycell-61f16ddc0dc4421c.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-294d7e44c725cc13.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern rustc_hash=/work/oxidecomputer/crucible/target/debug/deps/librustc_hash-8a152ff5b5e2ef9b.rmeta --extern shlex=/work/oxidecomputer/crucible/target/debug/deps/libshlex-2c4dd18ee1fb68d4.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-d120d1a1b997b3bb.rmeta --cap-lints allow '-Wclippy::unused-async'`
9822025-01-28T05:43:48.851Z Compiling openapiv3 v2.0.0
9832025-01-28T05:43:48.874Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=24c84570f74f2f67 -C extra-filename=-24c84570f74f2f67 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-da7b5a91ec334920.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --cap-lints allow '-Wclippy::unused-async'`
9842025-01-28T05:43:50.057Z Compiling http-body v1.0.1
9852025-01-28T05:43:50.060Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=deea79aaf247d755 -C extra-filename=-deea79aaf247d755 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --cap-lints allow '-Wclippy::unused-async'`
9862025-01-28T05:43:50.305Z Compiling usdt-impl v0.5.0
9872025-01-28T05:43:50.308Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=54a81169c281d9af -C extra-filename=-54a81169c281d9af --out-dir /work/oxidecomputer/crucible/target/debug/build/usdt-impl-54a81169c281d9af -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib --cap-lints allow '-Wclippy::unused-async'`
9882025-01-28T05:43:50.510Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=2eed6a679075b5cb -C extra-filename=-2eed6a679075b5cb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9892025-01-28T05:43:50.513Z Compiling plain v0.2.3
9902025-01-28T05:43:50.513Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71fe12c41dd9f55d -C extra-filename=-71fe12c41dd9f55d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9912025-01-28T05:43:50.717Z Compiling tinyvec_macros v0.1.1
9922025-01-28T05:43:50.718Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bf2132742813449 -C extra-filename=-3bf2132742813449 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9932025-01-28T05:43:50.749Z Compiling try-lock v0.2.4
9942025-01-28T05:43:50.754Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e42946a00469a68 -C extra-filename=-9e42946a00469a68 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9952025-01-28T05:43:50.827Z Compiling tinyvec v1.6.0
9962025-01-28T05:43:50.829Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=934398379b5c52b4 -C extra-filename=-934398379b5c52b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-3bf2132742813449.rmeta --cap-lints allow '-Wclippy::unused-async'`
9972025-01-28T05:43:50.919Z Compiling want v0.3.1
9982025-01-28T05:43:50.960Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67e98b84bcadd528 -C extra-filename=-67e98b84bcadd528 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-9e42946a00469a68.rmeta --cap-lints allow '-Wclippy::unused-async'`
9992025-01-28T05:43:51.220Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=5a38dcf097c9602d -C extra-filename=-5a38dcf097c9602d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ahash=/work/oxidecomputer/crucible/target/debug/deps/libahash-c730189a7f241af0.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-2eed6a679075b5cb.rmeta --cap-lints allow '-Wclippy::unused-async'`
10002025-01-28T05:43:51.243Z Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-54a81169c281d9af/build-script-build`
10012025-01-28T05:43:51.397Z Compiling goblin v0.8.0
10022025-01-28T05:43:51.400Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=b923c5585064336b -C extra-filename=-b923c5585064336b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-71fe12c41dd9f55d.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-fd9f83fa1b24b488.rmeta --cap-lints allow '-Wclippy::unused-async'`
10032025-01-28T05:43:52.031Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/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="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="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --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=f227dd1b16128e94 -C extra-filename=-f227dd1b16128e94 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-07d44ee1a49676dd.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-d65de193d9196d9b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-54769359ec19597f.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-48e85e532138e9fc.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-faa842ec6062b756.so --cap-lints allow '-Wclippy::unused-async'`
10042025-01-28T05:43:52.229Z Compiling form_urlencoded v1.2.1
10052025-01-28T05:43:52.232Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0170236e9d42b6ab -C extra-filename=-0170236e9d42b6ab --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --cap-lints allow '-Wclippy::unused-async'`
10062025-01-28T05:43:52.397Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8abaa7fddf8c785c -C extra-filename=-8abaa7fddf8c785c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10072025-01-28T05:43:52.549Z Compiling pretty-hex v0.4.1
10082025-01-28T05:43:52.563Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e0ffa60808e1e7f2 -C extra-filename=-e0ffa60808e1e7f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10092025-01-28T05:43:52.679Z Compiling httpdate v1.0.3
10102025-01-28T05:43:52.682Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d04f698adc8c57b7 -C extra-filename=-d04f698adc8c57b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10112025-01-28T05:43:52.751Z Compiling unicode-normalization v0.1.22
10122025-01-28T05:43:52.753Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=76285573ef162a6a -C extra-filename=-76285573ef162a6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-934398379b5c52b4.rmeta --cap-lints allow '-Wclippy::unused-async'`
10132025-01-28T05:43:52.773Z Compiling dtrace-parser v0.2.0
10142025-01-28T05:43:52.776Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=664184532b386e15 -C extra-filename=-664184532b386e15 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pest=/work/oxidecomputer/crucible/target/debug/deps/libpest-0d43fb839ab0b1b6.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-38bae5569dff93a5.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --cap-lints allow '-Wclippy::unused-async'`
10152025-01-28T05:43:53.171Z Compiling toml_datetime v0.6.8
10162025-01-28T05:43:53.174Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--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' '--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' '--warn=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' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=28e7a1c8deab26f0 -C extra-filename=-28e7a1c8deab26f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'`
10172025-01-28T05:43:53.573Z Compiling tokio-util v0.7.11
10182025-01-28T05:43:53.576Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --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=8098f7a8db780950 -C extra-filename=-8098f7a8db780950 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-4cd319c143717ebe.rmeta --cap-lints allow '-Wclippy::unused-async'`
10192025-01-28T05:43:53.644Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=1e9e6691e7678efa -C extra-filename=-1e9e6691e7678efa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --cap-lints allow '-Wclippy::unused-async'`
10202025-01-28T05:43:53.804Z Compiling crypto-common v0.1.6
10212025-01-28T05:43:53.807Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=62e338a15135024e -C extra-filename=-62e338a15135024e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-236eeccb58da35c2.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-d3da20c758d9e2bf.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-10230e8c615dd4ad.rmeta --cap-lints allow '-Wclippy::unused-async'`
10222025-01-28T05:43:54.008Z Compiling thread-id v4.2.1
10232025-01-28T05:43:54.011Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18bae8d9bde51bba -C extra-filename=-18bae8d9bde51bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --cap-lints allow '-Wclippy::unused-async'`
10242025-01-28T05:43:54.042Z Compiling ppv-lite86 v0.2.17
10252025-01-28T05:43:54.045Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=cb8b3e1610c80e8e -C extra-filename=-cb8b3e1610c80e8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10262025-01-28T05:43:54.125Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=794181057a2c0ba0 -C extra-filename=-794181057a2c0ba0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10272025-01-28T05:43:54.264Z Compiling anyhow v1.0.92
10282025-01-28T05:43:54.267Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0442dbbeb0ade0d6 -C extra-filename=-0442dbbeb0ade0d6 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-0442dbbeb0ade0d6 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10292025-01-28T05:43:54.361Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2790109da1ee323 -C extra-filename=-c2790109da1ee323 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10302025-01-28T05:43:54.469Z Compiling h2 v0.4.6
10312025-01-28T05:43:54.472Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=81460f7e7dabdf60 -C extra-filename=-81460f7e7dabdf60 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-773925d7af7a3cd8.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-552fa953615e642f.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-b4fe7f623e4bad47.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-4cd319c143717ebe.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-8098f7a8db780950.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --cap-lints allow '-Wclippy::unused-async'`
10322025-01-28T05:43:54.745Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=9cab553b07e0c4ef -C extra-filename=-9cab553b07e0c4ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10332025-01-28T05:43:54.789Z Compiling foreign-types-shared v0.1.1
10342025-01-28T05:43:54.791Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54d5e90548683bf2 -C extra-filename=-54d5e90548683bf2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10352025-01-28T05:43:54.841Z Compiling unicode-bidi v0.3.13
10362025-01-28T05:43:54.869Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=f93eceeaa1c4a9d4 -C extra-filename=-f93eceeaa1c4a9d4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10372025-01-28T05:43:54.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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=d32cfba626706166 -C extra-filename=-d32cfba626706166 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-794181057a2c0ba0.rmeta --extern futures_macro=/work/oxidecomputer/crucible/target/debug/deps/libfutures_macro-4d6af20d89a04838.so --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern futures_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-9cab553b07e0c4ef.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern pin_utils=/work/oxidecomputer/crucible/target/debug/deps/libpin_utils-c2790109da1ee323.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-8abaa7fddf8c785c.rmeta --cap-lints allow '-Wclippy::unused-async'`
10382025-01-28T05:43:54.975Z Compiling foreign-types v0.3.2
10392025-01-28T05:43:54.978Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c8fc9fae25190fd -C extra-filename=-9c8fc9fae25190fd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-54d5e90548683bf2.rmeta --cap-lints allow '-Wclippy::unused-async'`
10402025-01-28T05:43:55.079Z Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-0442dbbeb0ade0d6/build-script-build`
10412025-01-28T05:43:55.465Z Compiling idna v0.4.0
10422025-01-28T05:43:55.468Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=85b0a1637ee8e307 -C extra-filename=-85b0a1637ee8e307 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-f93eceeaa1c4a9d4.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-76285573ef162a6a.rmeta --cap-lints allow '-Wclippy::unused-async'`
10432025-01-28T05:43:56.218Z Compiling rand_chacha v0.3.1
10442025-01-28T05:43:56.221Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=1bda3532559709ae -C extra-filename=-1bda3532559709ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-cb8b3e1610c80e8e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-d3da20c758d9e2bf.rmeta --cap-lints allow '-Wclippy::unused-async'`
10452025-01-28T05:43:57.095Z Compiling dof v0.3.0
10462025-01-28T05:43:57.098Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=bd46f240fb034e33 -C extra-filename=-bd46f240fb034e33 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-b923c5585064336b.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-e0ffa60808e1e7f2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-7a17e26650f1fc8b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10472025-01-28T05:43:57.265Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=4b034561278b6833 -C extra-filename=-4b034561278b6833 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --cap-lints allow '-Wclippy::unused-async' -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`
10482025-01-28T05:43:58.441Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=fe3f990b24b8ad37 -C extra-filename=-fe3f990b24b8ad37 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-65057e340f8a6547.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-bd46f240fb034e33.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-664184532b386e15.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-d790b9ff5437b662.rmeta --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rmeta --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-e1f630314ec2deb3.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-dcea43d6010ec164.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-18bae8d9bde51bba.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard`
10492025-01-28T05:43:58.628Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=03092a79053791f0 -C extra-filename=-03092a79053791f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
10502025-01-28T05:43:59.325Z Compiling hyper v1.4.1
10512025-01-28T05:43:59.328Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=4390aaf30af9e926 -C extra-filename=-4390aaf30af9e926 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-81460f7e7dabdf60.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-deea79aaf247d755.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-1c3bba72ce7010ef.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-d04f698adc8c57b7.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-4cd319c143717ebe.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-67e98b84bcadd528.rmeta --cap-lints allow '-Wclippy::unused-async'`
10522025-01-28T05:43:59.661Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -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)' --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=f4bbc91d8ca58e87 -C extra-filename=-f4bbc91d8ca58e87 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128`
10532025-01-28T05:43:59.691Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.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 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=1acdc3e54ac1cb3f -C extra-filename=-1acdc3e54ac1cb3f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-ac6a1766faf9c837.rmeta --cap-lints allow '-Wclippy::unused-async'`
10542025-01-28T05:43:59.790Z Compiling tower-service v0.3.2
10552025-01-28T05:43:59.793Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fd99c6cb460a211 -C extra-filename=-6fd99c6cb460a211 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10562025-01-28T05:43:59.932Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs)' --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=13aa9d3db9a4455e -C extra-filename=-13aa9d3db9a4455e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10572025-01-28T05:44:00.083Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=ffe1f8f1ef02e717 -C extra-filename=-ffe1f8f1ef02e717 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10582025-01-28T05:44:00.182Z Compiling rustls v0.23.21
10592025-01-28T05:44:00.202Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.21/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="aws_lc_rs"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --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=70f32d2eafdcfc41 -C extra-filename=-70f32d2eafdcfc41 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-70f32d2eafdcfc41 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10602025-01-28T05:44:00.242Z Compiling mime v0.3.17
10612025-01-28T05:44:00.269Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e29f70ea0a7aa12 -C extra-filename=-2e29f70ea0a7aa12 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10622025-01-28T05:44:00.381Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.59/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=0e8254b8caea6082 -C extra-filename=-0e8254b8caea6082 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9c852c7d952cc48b.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-9c8fc9fae25190fd.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-bb5f2a72da377e9b.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-4b034561278b6833.rmeta --cap-lints allow '-Wclippy::unused-async' -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 ossl300`
10632025-01-28T05:44:00.522Z Compiling rand v0.8.5
10642025-01-28T05:44:00.548Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=d49cc57c5e42c1e8 -C extra-filename=-d49cc57c5e42c1e8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-1bda3532559709ae.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-d3da20c758d9e2bf.rmeta --cap-lints allow '-Wclippy::unused-async'`
10652025-01-28T05:44:00.849Z Compiling url v2.4.1
10662025-01-28T05:44:00.851Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=a90af2d5077ca666 -C extra-filename=-a90af2d5077ca666 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-0170236e9d42b6ab.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-85b0a1637ee8e307.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --cap-lints allow '-Wclippy::unused-async'`
10672025-01-28T05:44:00.946Z Compiling aws-lc-sys v0.25.0
10682025-01-28T05:44:00.968Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.25.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=bb7adc771ea155f2 -C extra-filename=-bb7adc771ea155f2 --out-dir /work/oxidecomputer/crucible/target/debug/build/aws-lc-sys-bb7adc771ea155f2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bindgen=/work/oxidecomputer/crucible/target/debug/deps/libbindgen-4ecfe2be0256ffd7.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-410ca0a3afb8823f.rlib --extern cmake=/work/oxidecomputer/crucible/target/debug/deps/libcmake-0f536a030941d658.rlib --extern dunce=/work/oxidecomputer/crucible/target/debug/deps/libdunce-79dacd224fc2ca35.rlib --extern fs_extra=/work/oxidecomputer/crucible/target/debug/deps/libfs_extra-b78999ed3a5bf9e3.rlib --cap-lints allow '-Wclippy::unused-async'`
10692025-01-28T05:44:01.062Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b3193beec6a073ee -C extra-filename=-b3193beec6a073ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async' --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)'`
10702025-01-28T05:44:01.761Z Compiling hyper-util v0.1.9
10712025-01-28T05:44:01.785Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="client-legacy"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=3429ebe6b2643f7e -C extra-filename=-3429ebe6b2643f7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-deea79aaf247d755.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-4390aaf30af9e926.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-4ca21d33397a6e37.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-4cd319c143717ebe.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6fd99c6cb460a211.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-a6489151053c3188.rmeta --cap-lints allow '-Wclippy::unused-async'`
10722025-01-28T05:44:01.799Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=ce10c79b8b3b342e -C extra-filename=-ce10c79b8b3b342e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10732025-01-28T05:44:01.822Z Compiling openssl-probe v0.1.5
10742025-01-28T05:44:01.825Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=05358cb01549b062 -C extra-filename=-05358cb01549b062 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10752025-01-28T05:44:02.072Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13a2bf0e78d48657 -C extra-filename=-13a2bf0e78d48657 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10762025-01-28T05:44:02.141Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2fc6bb0c382c2ae9 -C extra-filename=-2fc6bb0c382c2ae9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10772025-01-28T05:44:02.304Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b22bbf4dba87c63 -C extra-filename=-5b22bbf4dba87c63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10782025-01-28T05:44:02.371Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=360e3c86a64891f8 -C extra-filename=-360e3c86a64891f8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --cap-lints allow '-Wclippy::unused-async'`
10792025-01-28T05:44:02.456Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=5232abdcc2ff3fd6 -C extra-filename=-5232abdcc2ff3fd6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec_macros-5b22bbf4dba87c63.rmeta --cap-lints allow '-Wclippy::unused-async'`
10802025-01-28T05:44:02.614Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=47b03c86d36f18d3 -C extra-filename=-47b03c86d36f18d3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-ac6a1766faf9c837.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-13a2bf0e78d48657.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-5698e4a3402e38db/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
10812025-01-28T05:44:02.675Z Compiling usdt-attr-macro v0.5.0
10822025-01-28T05:44:02.678Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=3fd8d8c35cec53c3 -C extra-filename=-3fd8d8c35cec53c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-664184532b386e15.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-fe3f990b24b8ad37.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
10832025-01-28T05:44:02.966Z Compiling usdt-macro v0.5.0
10842025-01-28T05:44:02.970Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=78d2d50f0aa52e32 -C extra-filename=-78d2d50f0aa52e32 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-664184532b386e15.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-5e2344c8a8f6abb2.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-077ec211096cdc30.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-fe3f990b24b8ad37.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
10852025-01-28T05:44:03.834Z Running `/work/oxidecomputer/crucible/target/debug/build/aws-lc-sys-bb7adc771ea155f2/build-script-main`
10862025-01-28T05:44:03.910Z Compiling http-body-util v0.1.2
10872025-01-28T05:44:03.914Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe661b7c0e83de1d -C extra-filename=-fe661b7c0e83de1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-3a79c27057c15a6f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-21a897e9a70cbf20.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-deea79aaf247d755.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --cap-lints allow '-Wclippy::unused-async'`
10882025-01-28T05:44:04.152Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=ebfbb7c86d6d5d1b -C extra-filename=-ebfbb7c86d6d5d1b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --cap-lints allow '-Wclippy::unused-async'`
10892025-01-28T05:44:04.215Z Compiling encoding_rs v0.8.33
10902025-01-28T05:44:04.218Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --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=983d51f9fcaacf24 -C extra-filename=-983d51f9fcaacf24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --cap-lints allow '-Wclippy::unused-async'`
10912025-01-28T05:44:04.238Z Compiling ipnet v2.9.0
10922025-01-28T05:44:04.241Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=4efa376f343665d9 -C extra-filename=-4efa376f343665d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10932025-01-28T05:44:04.331Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=5ab30d554b0e5572 -C extra-filename=-5ab30d554b0e5572 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10942025-01-28T05:44:04.351Z Compiling base64 v0.22.1
10952025-01-28T05:44:04.354Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=185e749141543923 -C extra-filename=-185e749141543923 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10962025-01-28T05:44:04.478Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4a294997008ce497 -C extra-filename=-4a294997008ce497 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-5232abdcc2ff3fd6.rmeta --cap-lints allow '-Wclippy::unused-async'`
10972025-01-28T05:44:04.987Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --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=e3b297eb9df43352 -C extra-filename=-e3b297eb9df43352 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern tracing_attributes=/work/oxidecomputer/crucible/target/debug/deps/libtracing_attributes-40ad2139a15e56a5.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-ebfbb7c86d6d5d1b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10982025-01-28T05:44:05.174Z Compiling rustls-pemfile v2.1.3
10992025-01-28T05:44:05.178Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=abd3fd9102e5651b -C extra-filename=-abd3fd9102e5651b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-a7d40b43784c9669.rmeta --cap-lints allow '-Wclippy::unused-async'`
11002025-01-28T05:44:05.296Z Compiling rustls-webpki v0.102.8
11012025-01-28T05:44:05.299Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=ff856177e3cd8bf6 -C extra-filename=-ff856177e3cd8bf6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-47b03c86d36f18d3.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-ffe1f8f1ef02e717.rmeta --extern untrusted=/work/oxidecomputer/crucible/target/debug/deps/libuntrusted-13a2bf0e78d48657.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-5698e4a3402e38db/out`
11022025-01-28T05:44:05.337Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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 --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --check-cfg 'cfg(docsrs)' --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=4ca90637eecff690 -C extra-filename=-4ca90637eecff690 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f227dd1b16128e94.rmeta --cap-lints allow '-Wclippy::unused-async'`
11032025-01-28T05:44:05.429Z Compiling serde_urlencoded v0.7.1
11042025-01-28T05:44:05.431Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b119eab37472e48d -C extra-filename=-b119eab37472e48d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-0170236e9d42b6ab.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-dcec997560ddd0e7.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-787395c83cd853ea.rmeta --cap-lints allow '-Wclippy::unused-async'`
11052025-01-28T05:44:05.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e92c1adcb20bc57 -C extra-filename=-4e92c1adcb20bc57 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --cap-lints allow '-Wclippy::unused-async'`
11062025-01-28T05:44:05.682Z Compiling serde_spanned v0.6.7
11072025-01-28T05:44:05.685Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--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::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--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::items_after_statements' '--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' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2c7f6919b740ce5f -C extra-filename=-2c7f6919b740ce5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-5c37e7c2e2aadf33.rmeta --cap-lints allow '-Wclippy::unused-async'`
11082025-01-28T05:44:05.854Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=728e0b1ac08e6204 -C extra-filename=-728e0b1ac08e6204 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-0e8254b8caea6082.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-05358cb01549b062.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-4b034561278b6833.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
11092025-01-28T05:44:05.889Z Compiling webpki-roots v0.26.6
11102025-01-28T05:44:05.892Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93a493857b8a40c8 -C extra-filename=-93a493857b8a40c8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-a7d40b43784c9669.rmeta --cap-lints allow '-Wclippy::unused-async'`
11112025-01-28T05:44:05.990Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=474421277e1627c6 -C extra-filename=-474421277e1627c6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg httparse_simd`
11122025-01-28T05:44:06.082Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c4e637bedc375baa -C extra-filename=-c4e637bedc375baa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --cap-lints allow '-Wclippy::unused-async'`
11132025-01-28T05:44:06.314Z Compiling tokio-native-tls v0.3.1
11142025-01-28T05:44:06.317Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=f11d5a31c21e74f3 -C extra-filename=-f11d5a31c21e74f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-728e0b1ac08e6204.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-4cd319c143717ebe.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64`
11152025-01-28T05:44:06.391Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=eb42340f8849aac7 -C extra-filename=-eb42340f8849aac7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'`
11162025-01-28T05:44:06.416Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3454eedd05e17889 -C extra-filename=-3454eedd05e17889 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11172025-01-28T05:44:06.567Z Compiling rustversion v1.0.14
11182025-01-28T05:44:06.570Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=bee669ddc794b8b0 -C extra-filename=-bee669ddc794b8b0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11192025-01-28T05:44:06.570Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58eea608960c4a41 -C extra-filename=-58eea608960c4a41 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustversion-58eea608960c4a41 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11202025-01-28T05:44:06.570Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "std", "zeroize_derive"))' -C metadata=b62fff60b00a7e6d -C extra-filename=-b62fff60b00a7e6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11212025-01-28T05:44:06.817Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.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 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=846004a314cd2cf3 -C extra-filename=-846004a314cd2cf3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11222025-01-28T05:44:06.889Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=06e20cebbdecfbc4 -C extra-filename=-06e20cebbdecfbc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern try_lock=/work/oxidecomputer/crucible/target/debug/deps/libtry_lock-3454eedd05e17889.rmeta --cap-lints allow '-Wclippy::unused-async'`
11232025-01-28T05:44:07.147Z Compiling hyper-tls v0.6.0
11242025-01-28T05:44:07.149Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=23d7f2e4a3fd509a -C extra-filename=-23d7f2e4a3fd509a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-65d513cddc52aa94.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-fe661b7c0e83de1d.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-4390aaf30af9e926.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-3429ebe6b2643f7e.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-728e0b1ac08e6204.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-4cd319c143717ebe.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-f11d5a31c21e74f3.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6fd99c6cb460a211.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64`
11252025-01-28T05:44:07.170Z Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-58eea608960c4a41/build-script-build`
11262025-01-28T05:44:07.234Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -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="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --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=922c5e886d2de669 -C extra-filename=-922c5e886d2de669 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-9c852c7d952cc48b.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-c4e637bedc375baa.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-7c85a98bf7e0573c.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish`
11272025-01-28T05:44:07.529Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8c281df234576938 -C extra-filename=-8c281df234576938 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/crucible/target/debug/deps/libunicode_bidi-846004a314cd2cf3.rmeta --extern unicode_normalization=/work/oxidecomputer/crucible/target/debug/deps/libunicode_normalization-4a294997008ce497.rmeta --cap-lints allow '-Wclippy::unused-async'`
11282025-01-28T05:44:07.827Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=4e423788996701a9 -C extra-filename=-4e423788996701a9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern atomic_waker=/work/oxidecomputer/crucible/target/debug/deps/libatomic_waker-5ab30d554b0e5572.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-6b283c8fc4249a27.rmeta --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-605918d7c5ae7269.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-da7b5a91ec334920.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-8abaa7fddf8c785c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-f227dd1b16128e94.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ca90637eecff690.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-e3b297eb9df43352.rmeta --cap-lints allow '-Wclippy::unused-async'`
11292025-01-28T05:44:07.912Z Compiling sync_wrapper v1.0.1
11302025-01-28T05:44:07.915Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=225ebeedc4a85d39 -C extra-filename=-225ebeedc4a85d39 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --cap-lints allow '-Wclippy::unused-async'`
11312025-01-28T05:44:08.074Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc4d10b7311586a0 -C extra-filename=-dc4d10b7311586a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11322025-01-28T05:44:08.196Z Compiling powerfmt v0.2.0
11332025-01-28T05:44:08.199Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=6aa3b04a1c9c5d6f -C extra-filename=-6aa3b04a1c9c5d6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11342025-01-28T05:44:08.379Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ceb5109e77851e6d -C extra-filename=-ceb5109e77851e6d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11352025-01-28T05:44:08.511Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ad992e784ac04f0e -C extra-filename=-ad992e784ac04f0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11362025-01-28T05:44:08.755Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=eac64c6dbaff072c -C extra-filename=-eac64c6dbaff072c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-360e3c86a64891f8.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-8c281df234576938.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --cap-lints allow '-Wclippy::unused-async'`
11372025-01-28T05:44:08.899Z Compiling deranged v0.3.9
11382025-01-28T05:44:08.902Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.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 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=48059e68a201f95f -C extra-filename=-48059e68a201f95f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-6aa3b04a1c9c5d6f.rmeta --cap-lints allow '-Wclippy::unused-async'`
11392025-01-28T05:44:09.168Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=e7c0d0e7b3d05e18 -C extra-filename=-e7c0d0e7b3d05e18 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/crucible/target/debug/deps/libppv_lite86-ad992e784ac04f0e.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-1acdc3e54ac1cb3f.rmeta --cap-lints allow '-Wclippy::unused-async'`
11402025-01-28T05:44:09.292Zwarning: aws-lc-sys@0.25.0: Building with: CMake
11412025-01-28T05:44:09.292Zwarning: aws-lc-sys@0.25.0: Symbol Prefix: Some("aws_lc_0_25_0")
11422025-01-28T05:44:09.292Zwarning: aws-lc-sys@0.25.0: CMAKE environment variable set: cmake
11432025-01-28T05:44:09.295Zerror: failed to run custom build command for `aws-lc-sys v0.25.0`
11442025-01-28T05:44:09.295Z
11452025-01-28T05:44:09.295ZCaused by:
11462025-01-28T05:44:09.295Z process didn't exit successfully: `/work/oxidecomputer/crucible/target/debug/build/aws-lc-sys-bb7adc771ea155f2/build-script-main` (exit status: 101)
11472025-01-28T05:44:09.295Z --- stdout
11482025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREFIX
11492025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_PREGENERATING_BINDINGS
11502025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_EXTERNAL_BINDGEN
11512025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_NO_ASM
11522025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_CFLAGS
11532025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_PREBUILT_NASM
11542025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_C_STD
11552025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_CMAKE_BUILDER
11562025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC
11572025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=CMAKE
11582025-01-28T05:44:09.295Z cargo:warning=Building with: CMake
11592025-01-28T05:44:09.295Z cargo:warning=Symbol Prefix: Some("aws_lc_0_25_0")
11602025-01-28T05:44:09.295Z cargo:rerun-if-env-changed=CMAKE
11612025-01-28T05:44:09.295Z cargo:warning=CMAKE environment variable set: cmake
11622025-01-28T05:44:09.295Z
11632025-01-28T05:44:09.296Z --- stderr
11642025-01-28T05:44:09.296Z thread 'main' panicked at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs:622:31:
11652025-01-28T05:44:09.296Z Unable to find libclang: "couldn't find any valid shared libraries matching: ['libclang.so'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"
11662025-01-28T05:44:09.296Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
11672025-01-28T05:44:09.296Zwarning: build failed, waiting for other jobs to finish...
11682025-01-28T05:44:12.285Z
11692025-01-28T05:44:12.285Zreal 1:13.012486621
11702025-01-28T05:44:12.285Zuser 5:40.832671735
11712025-01-28T05:44:12.285Zsys 49.314252916
11722025-01-28T05:44:12.285Ztrap 0.202511693
11732025-01-28T05:44:12.285Ztflt 10.998727985
11742025-01-28T05:44:12.285Zdflt 6.647710546
11752025-01-28T05:44:12.288Zkflt 0.026823224
11762025-01-28T05:44:12.288Zlock 7:21.583299685
11772025-01-28T05:44:12.288Zslp 22:55.368532569
11782025-01-28T05:44:12.288Zlat 17.261009332
11792025-01-28T05:44:12.289Zstop 1:11.102657183
11802025-01-28T05:44:12.289Zprocess exited: duration 73323 ms, exit code 101
 
11812025-01-28T05:44:12.295Zfound 0 output files