01JPKRVSKHTNTZGKTMX8RWZF0Q: 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: 01JPKRWE084H6BDG37E5893W2C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-18T04:42:01.763Zjob assigned to worker 01JPKRWNE84ANAA2EK863ZF8QD [factory aws, i-00aba5c20ff8cb7ad] (queued for 51 s)
 
22025-03-18T04:42:09.993Zstarting task 0: "setup"
32025-03-18T04:42:09.998Z++ uname -s
42025-03-18T04:42:10.001Z+ kern=SunOS
52025-03-18T04:42:10.001Z+ build_user=build
62025-03-18T04:42:10.001Z+ build_uid=12345
72025-03-18T04:42:10.001Z+ work_dir=/work
82025-03-18T04:42:10.001Z+ input_dir=/input
92025-03-18T04:42:10.001Z+ [[ 0 == 12345 ]]
102025-03-18T04:42:10.001Z+ case "$kern" in
112025-03-18T04:42:10.001Z+ groupadd -g 12345 build
122025-03-18T04:42:10.005Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-18T04:42:12.010Z+ zfs create -o mountpoint=/work rpool/work
142025-03-18T04:42:12.193Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-18T04:42:12.197Z+ home_fs=zfs
162025-03-18T04:42:12.197Z+ [[ zfs == autofs ]]
172025-03-18T04:42:12.197Z+ mkdir -p /home/build
182025-03-18T04:42:12.200Z+ chown build:build /home/build /work
192025-03-18T04:42:13.200Z+ chmod 0700 /home/build /work
202025-03-18T04:42:13.203Zprocess exited: duration 3212 ms, exit code 0
 
212025-03-18T04:42:13.225Zstarting task 1: "rust-toolchain"
222025-03-18T04:42:13.229Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232025-03-18T04:42:13.229Z * rust toolchain channel = "1.84.0"
242025-03-18T04:42:13.229Z * rust toolchain profile = "default"
252025-03-18T04:42:13.229Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-03-18T04:42:13.229Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-18T04:42:13.229Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-18T04:42:13.229Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-18T04:42:13.229Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302025-03-18T04:42:13.339Zinfo: downloading installer
312025-03-18T04:42:14.982Zwarn: It looks like you have an existing installation of Rust at:
322025-03-18T04:42:14.982Zwarn: /opt/ooce/bin
332025-03-18T04:42:14.982Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-18T04:42:14.982Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-18T04:42:14.982Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-18T04:42:14.982Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-18T04:42:14.982Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-18T04:42:14.982Zerror: cannot install while Rust is installed
392025-03-18T04:42:14.982Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-18T04:42:14.999Zinfo: profile set to 'default'
412025-03-18T04:42:15.000Zinfo: default host triple is x86_64-unknown-illumos
422025-03-18T04:42:15.003Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
432025-03-18T04:42:15.152Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
442025-03-18T04:42:15.152Zinfo: downloading component 'cargo'
452025-03-18T04:42:15.919Zinfo: downloading component 'clippy'
462025-03-18T04:42:16.348Zinfo: downloading component 'rust-docs'
472025-03-18T04:42:17.785Zinfo: downloading component 'rust-std'
482025-03-18T04:42:19.687Zinfo: downloading component 'rustc'
492025-03-18T04:42:27.727Zinfo: downloading component 'rustfmt'
502025-03-18T04:42:28.018Zinfo: installing component 'cargo'
512025-03-18T04:42:28.854Zinfo: installing component 'clippy'
522025-03-18T04:42:29.234Zinfo: installing component 'rust-docs'
532025-03-18T04:42:30.944Zinfo: installing component 'rust-std'
542025-03-18T04:42:32.674Zinfo: installing component 'rustc'
552025-03-18T04:42:38.771Zinfo: installing component 'rustfmt'
562025-03-18T04:42:39.106Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
572025-03-18T04:42:39.106Z
582025-03-18T04:42:39.499Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
592025-03-18T04:42:39.499Z
602025-03-18T04:42:39.502Z
612025-03-18T04:42:39.502ZRust is installed now. Great!
622025-03-18T04:42:39.502Z
632025-03-18T04:42:39.502ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-18T04:42:39.502Zenvironment variable. This has not been done automatically.
652025-03-18T04:42:39.502Z
662025-03-18T04:42:39.502ZTo configure your current shell, you need to source
672025-03-18T04:42:39.502Zthe corresponding env file under $HOME/.cargo.
682025-03-18T04:42:39.502Z
692025-03-18T04:42:39.502ZThis is usually done by running one of the following (note the leading DOT):
702025-03-18T04:42:39.502Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-18T04:42:39.502Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-18T04:42:39.502Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-18T04:42:39.584Z+ rustup --version
742025-03-18T04:42:39.595Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-18T04:42:39.595Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-18T04:42:39.624Zinfo: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
772025-03-18T04:42:39.627Z+ cargo --version
782025-03-18T04:42:39.648Zcargo 1.84.0 (66221abde 2024-11-19)
792025-03-18T04:42:39.651Z+ rustc --version
802025-03-18T04:42:39.676Zrustc 1.84.0 (9fc6b4312 2025-01-07)
812025-03-18T04:42:39.680Zprocess exited: duration 26466 ms, exit code 0
 
822025-03-18T04:42:39.687Zstarting task 2: "authentication"
832025-03-18T04:42:39.709Zprocess exited: duration 22 ms, exit code 0
 
842025-03-18T04:42:39.716Zstarting task 3: "clone repository"
852025-03-18T04:42:39.721Z+ mkdir -p /work/oxidecomputer/crucible
862025-03-18T04:42:39.724Z+ git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible
872025-03-18T04:42:39.841ZCloning into '/work/oxidecomputer/crucible'...
882025-03-18T04:42:41.564Z+ cd /work/oxidecomputer/crucible
892025-03-18T04:42:41.564Z+ git fetch origin 41d5cc61029b2827ba5a5c32ceeb9a4edfd89750
902025-03-18T04:42:41.799ZFrom https://github.com/oxidecomputer/crucible
912025-03-18T04:42:41.799Z * branch 41d5cc61029b2827ba5a5c32ceeb9a4edfd89750 -> FETCH_HEAD
922025-03-18T04:42:41.808Z+ [[ -n renovate/tracing-opentelemetry-0.x ]]
932025-03-18T04:42:41.811Z++ git branch --show-current
942025-03-18T04:42:41.815Z+ current=main
952025-03-18T04:42:41.815Z+ [[ main != renovate/tracing-opentelemetry-0.x ]]
962025-03-18T04:42:41.815Z+ git branch -f renovate/tracing-opentelemetry-0.x 41d5cc61029b2827ba5a5c32ceeb9a4edfd89750
972025-03-18T04:42:41.818Z+ git checkout -f renovate/tracing-opentelemetry-0.x
982025-03-18T04:42:41.845ZSwitched to branch 'renovate/tracing-opentelemetry-0.x'
992025-03-18T04:42:41.848Z+ git reset --hard 41d5cc61029b2827ba5a5c32ceeb9a4edfd89750
1002025-03-18T04:42:41.874ZHEAD is now at 41d5cc6 Update Rust crate tracing-opentelemetry to 0.29.0
1012025-03-18T04:42:41.877Zprocess exited: duration 2158 ms, exit code 0
 
1022025-03-18T04:42:41.884Zstarting task 4: "build"
1032025-03-18T04:42:41.889Z+ cargo --version
1042025-03-18T04:42:41.944Zcargo 1.84.0 (66221abde 2024-11-19)
1052025-03-18T04:42:41.948Z+ rustc --version
1062025-03-18T04:42:42.016Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1072025-03-18T04:42:42.019Z+ banner cores
1082025-03-18T04:42:42.022Z
1092025-03-18T04:42:42.022Z #### #### ##### ###### ####
1102025-03-18T04:42:42.022Z # # # # # # # #
1112025-03-18T04:42:42.022Z # # # # # ##### ####
1122025-03-18T04:42:42.022Z # # # ##### # #
1132025-03-18T04:42:42.022Z # # # # # # # # #
1142025-03-18T04:42:42.023Z #### #### # # ###### ####
1152025-03-18T04:42:42.023Z
1162025-03-18T04:42:42.023Z+ pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid
1172025-03-18T04:42:42.032Z+ banner build
1182025-03-18T04:42:42.035Z
1192025-03-18T04:42:42.035Z ##### # # # # #####
1202025-03-18T04:42:42.035Z # # # # # # # #
1212025-03-18T04:42:42.035Z ##### # # # # # #
1222025-03-18T04:42:42.035Z # # # # # # # #
1232025-03-18T04:42:42.035Z # # # # # # # #
1242025-03-18T04:42:42.035Z ##### #### # ###### #####
1252025-03-18T04:42:42.035Z
1262025-03-18T04:42:42.035Z+ ptime -m cargo build --verbose --all-features
1272025-03-18T04:42:42.216Z Updating crates.io index
1282025-03-18T04:42:42.305Z Updating git repository `https://github.com/oxidecomputer/omicron`
1292025-03-18T04:42:49.607Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1302025-03-18T04:42:49.968Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1312025-03-18T04:42:50.499Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1322025-03-18T04:42:50.787Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
1332025-03-18T04:42:51.073Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1342025-03-18T04:42:51.417Z Updating git repository `https://github.com/oxidecomputer/propolis`
1352025-03-18T04:42:52.291Z Updating git repository `https://github.com/oxidecomputer/crucible`
1362025-03-18T04:42:53.746Z Updating git repository `https://github.com/oxidecomputer/opte`
1372025-03-18T04:42:54.397Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1382025-03-18T04:42:54.929Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392025-03-18T04:42:55.210Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402025-03-18T04:42:55.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412025-03-18T04:42:55.816Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422025-03-18T04:42:56.097Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432025-03-18T04:42:57.110Z Downloading crates ...
1442025-03-18T04:42:57.207Z Downloaded aead v0.5.2
1452025-03-18T04:42:57.214Z Downloaded base64ct v1.6.0
1462025-03-18T04:42:57.219Z Downloaded async-recursion v1.1.1
1472025-03-18T04:42:57.224Z Downloaded autocfg v0.1.8
1482025-03-18T04:42:57.227Z Downloaded atty v0.2.14
1492025-03-18T04:42:57.238Z Downloaded num_enum_derive v0.7.3
1502025-03-18T04:42:57.242Z Downloaded dtrace-parser v0.2.0
1512025-03-18T04:42:57.245Z Downloaded async-stream-impl v0.3.6
1522025-03-18T04:42:57.248Z Downloaded colorchoice v1.0.0
1532025-03-18T04:42:57.248Z Downloaded nu-ansi-term v0.46.0
1542025-03-18T04:42:57.251Z Downloaded darling_macro v0.20.3
1552025-03-18T04:42:57.251Z Downloaded native-tls v0.2.11
1562025-03-18T04:42:57.257Z Downloaded cstr-argument v0.1.2
1572025-03-18T04:42:57.260Z Downloaded num-conv v0.1.0
1582025-03-18T04:42:57.260Z Downloaded cfg_aliases v0.2.1
1592025-03-18T04:42:57.263Z Downloaded openssl-probe v0.1.5
1602025-03-18T04:42:57.268Z Downloaded number_prefix v0.4.0
1612025-03-18T04:42:57.271Z Downloaded num_threads v0.1.6
1622025-03-18T04:42:57.271Z Downloaded crypto-common v0.1.6
1632025-03-18T04:42:57.275Z Downloaded openssl-macros v0.1.1
1642025-03-18T04:42:57.275Z Downloaded block-buffer v0.10.4
1652025-03-18T04:42:57.275Z Downloaded arrayref v0.3.7
1662025-03-18T04:42:57.278Z Downloaded newtype_derive v0.1.6
1672025-03-18T04:42:57.278Z Downloaded defmt-parser v0.3.4
1682025-03-18T04:42:57.278Z Downloaded cfg_aliases v0.1.1
1692025-03-18T04:42:57.281Z Downloaded newline-converter v0.3.0
1702025-03-18T04:42:57.285Z Downloaded bitflags v1.3.2
1712025-03-18T04:42:57.288Z Downloaded pretty-hex v0.4.1
1722025-03-18T04:42:57.292Z Downloaded pretty-hex v0.2.1
1732025-03-18T04:42:57.292Z Downloaded camino-tempfile v1.1.1
1742025-03-18T04:42:57.295Z Downloaded opaque-debug v0.3.0
1752025-03-18T04:42:57.295Z Downloaded autocfg v1.1.0
1762025-03-18T04:42:57.298Z Downloaded pin-utils v0.1.0
1772025-03-18T04:42:57.298Z Downloaded num-integer v0.1.46
1782025-03-18T04:42:57.301Z Downloaded clap_lex v0.7.4
1792025-03-18T04:42:57.301Z Downloaded cipher v0.4.4
1802025-03-18T04:42:57.304Z Downloaded progenitor v0.9.1
1812025-03-18T04:42:57.304Z Downloaded radium v0.7.0
1822025-03-18T04:42:57.308Z Downloaded phf_generator v0.11.2
1832025-03-18T04:42:57.308Z Downloaded defmt v0.3.8
1842025-03-18T04:42:57.311Z Downloaded adler v1.0.2
1852025-03-18T04:42:57.314Z Downloaded digest v0.10.7
1862025-03-18T04:42:57.317Z Downloaded parse-display-derive v0.10.0
1872025-03-18T04:42:57.317Z Downloaded parse-display v0.10.0
1882025-03-18T04:42:57.317Z Downloaded cobs v0.2.3
1892025-03-18T04:42:57.320Z Downloaded anstyle v1.0.8
1902025-03-18T04:42:57.320Z Downloaded take_mut v0.2.2
1912025-03-18T04:42:57.324Z Downloaded base64 v0.22.1
1922025-03-18T04:42:57.327Z Downloaded progenitor-client v0.9.1
1932025-03-18T04:42:57.327Z Downloaded paste v1.0.15
1942025-03-18T04:42:57.330Z Downloaded phf_shared v0.11.2
1952025-03-18T04:42:57.333Z Downloaded progenitor v0.8.0
1962025-03-18T04:42:57.333Z Downloaded pest_generator v2.7.6
1972025-03-18T04:42:57.336Z Downloaded either v1.13.0
1982025-03-18T04:42:57.336Z Downloaded dyn-clone v1.0.16
1992025-03-18T04:42:57.339Z Downloaded num-rational v0.2.4
2002025-03-18T04:42:57.339Z Downloaded dirs-sys-next v0.1.2
2012025-03-18T04:42:57.343Z Downloaded proc-macro-crate v2.0.0
2022025-03-18T04:42:57.343Z Downloaded num_enum_derive v0.5.11
2032025-03-18T04:42:57.346Z Downloaded deranged v0.3.9
2042025-03-18T04:42:57.346Z Downloaded debug-ignore v1.0.5
2052025-03-18T04:42:57.349Z Downloaded progenitor-macro v0.8.0
2062025-03-18T04:42:57.349Z Downloaded dof v0.3.0
2072025-03-18T04:42:57.352Z Downloaded atomicwrites v0.4.4
2082025-03-18T04:42:57.352Z Downloaded time-core v0.1.2
2092025-03-18T04:42:57.355Z Downloaded aes-gcm-siv v0.11.1
2102025-03-18T04:42:57.355Z Downloaded num_enum v0.7.3
2112025-03-18T04:42:57.359Z Downloaded urlencoding v2.1.3
2122025-03-18T04:42:57.362Z Downloaded managed v0.8.0
2132025-03-18T04:42:57.362Z Downloaded byte-unit v5.1.6
2142025-03-18T04:42:57.367Z Downloaded quinn-udp v0.5.5
2152025-03-18T04:42:57.370Z Downloaded crc32fast v1.3.2
2162025-03-18T04:42:57.370Z Downloaded pin-project-lite v0.2.13
2172025-03-18T04:42:57.374Z Downloaded parking_lot_core v0.9.9
2182025-03-18T04:42:57.378Z Downloaded progenitor-macro v0.9.1
2192025-03-18T04:42:57.381Z Downloaded equivalent v1.0.1
2202025-03-18T04:42:57.381Z Downloaded want v0.3.1
2212025-03-18T04:42:57.381Z Downloaded embedded-io v0.4.0
2222025-03-18T04:42:57.384Z Downloaded ordered-float v2.10.1
2232025-03-18T04:42:57.384Z Downloaded polyval v0.6.1
2242025-03-18T04:42:57.388Z Downloaded quick-error v1.2.3
2252025-03-18T04:42:57.388Z Downloaded bytecheck v0.6.11
2262025-03-18T04:42:57.393Z Downloaded cancel-safe-futures v0.1.5
2272025-03-18T04:42:57.396Z Downloaded num-rational v0.4.2
2282025-03-18T04:42:57.396Z Downloaded memoffset v0.9.0
2292025-03-18T04:42:57.396Z Downloaded powerfmt v0.2.0
2302025-03-18T04:42:57.400Z Downloaded phf v0.11.2
2312025-03-18T04:42:57.400Z Downloaded csv-core v0.1.11
2322025-03-18T04:42:57.404Z Downloaded console v0.15.7
2332025-03-18T04:42:57.404Z Downloaded omicron-zone-package v0.12.0
2342025-03-18T04:42:57.409Z Downloaded foreign-types-shared v0.3.1
2352025-03-18T04:42:57.409Z Downloaded foreign-types-shared v0.1.1
2362025-03-18T04:42:57.412Z Downloaded anstream v0.6.12
2372025-03-18T04:42:57.412Z Downloaded nu-ansi-term v0.50.0
2382025-03-18T04:42:57.416Z Downloaded typify-macro v0.2.0
2392025-03-18T04:42:57.416Z Downloaded phf_codegen v0.11.2
2402025-03-18T04:42:57.419Z Downloaded ordered-float v4.2.0
2412025-03-18T04:42:57.419Z Downloaded derive_more v0.99.18
2422025-03-18T04:42:57.422Z Downloaded untrusted v0.9.0
2432025-03-18T04:42:57.425Z Downloaded quote v1.0.38
2442025-03-18T04:42:57.429Z Downloaded opentelemetry-semantic-conventions v0.13.0
2452025-03-18T04:42:57.432Z Downloaded walkdir v2.4.0
2462025-03-18T04:42:57.432Z Downloaded strum_macros v0.26.4
2472025-03-18T04:42:57.435Z Downloaded cookie v0.18.1
2482025-03-18T04:42:57.438Z Downloaded foldhash v0.1.4
2492025-03-18T04:42:57.438Z Downloaded crossbeam-utils v0.8.20
2502025-03-18T04:42:57.442Z Downloaded postcard v1.0.10
2512025-03-18T04:42:57.445Z Downloaded parking_lot v0.12.1
2522025-03-18T04:42:57.448Z Downloaded dropshot_endpoint v0.16.0
2532025-03-18T04:42:57.451Z Downloaded try-lock v0.2.4
2542025-03-18T04:42:57.451Z Downloaded swrite v0.1.0
2552025-03-18T04:42:57.454Z Downloaded dropshot_endpoint v0.12.0
2562025-03-18T04:42:57.458Z Downloaded httpdate v1.0.3
2572025-03-18T04:42:57.458Z Downloaded funty v2.0.0
2582025-03-18T04:42:57.458Z Downloaded form_urlencoded v1.2.1
2592025-03-18T04:42:57.461Z Downloaded thread-id v4.2.1
2602025-03-18T04:42:57.461Z Downloaded proc-macro2 v1.0.92
2612025-03-18T04:42:57.464Z Downloaded unicode-ident v1.0.14
2622025-03-18T04:42:57.467Z Downloaded instant v0.1.12
2632025-03-18T04:42:57.467Z Downloaded tower-layer v0.3.3
2642025-03-18T04:42:57.470Z Downloaded zone_cfg_derive v0.3.0
2652025-03-18T04:42:57.470Z Downloaded tinyvec_macros v0.1.1
2662025-03-18T04:42:57.470Z Downloaded ctr v0.9.2
2672025-03-18T04:42:57.473Z Downloaded sigpipe v0.1.3
2682025-03-18T04:42:57.473Z Downloaded hubpack v0.1.2
2692025-03-18T04:42:57.476Z Downloaded http-range v0.1.5
2702025-03-18T04:42:57.477Z Downloaded owo-colors v4.1.0
2712025-03-18T04:42:57.479Z Downloaded once_cell v1.19.0
2722025-03-18T04:42:57.483Z Downloaded scopeguard v1.2.0
2732025-03-18T04:42:57.486Z Downloaded rand_chacha v0.1.1
2742025-03-18T04:42:57.486Z Downloaded mime v0.3.17
2752025-03-18T04:42:57.489Z Downloaded lazy_static v1.5.0
2762025-03-18T04:42:57.489Z Downloaded overload v0.1.1
2772025-03-18T04:42:57.492Z Downloaded rand_isaac v0.1.1
2782025-03-18T04:42:57.492Z Downloaded openssl-sys v0.9.95
2792025-03-18T04:42:57.496Z Downloaded serde-big-array v0.5.1
2802025-03-18T04:42:57.499Z Downloaded terminfo v0.9.0
2812025-03-18T04:42:57.502Z Downloaded rend v0.4.1
2822025-03-18T04:42:57.502Z Downloaded strip-ansi-escapes v0.2.0
2832025-03-18T04:42:57.505Z Downloaded mio v1.0.2
2842025-03-18T04:42:57.510Z Downloaded zone v0.3.0
2852025-03-18T04:42:57.515Z Downloaded subtle v2.5.0
2862025-03-18T04:42:57.515Z Downloaded bytes v1.10.0
2872025-03-18T04:42:57.518Z Downloaded cc v1.0.83
2882025-03-18T04:42:57.521Z Downloaded opentelemetry v0.28.0
2892025-03-18T04:42:57.524Z Downloaded foreign-types v0.3.2
2902025-03-18T04:42:57.527Z Downloaded hyper-rustls v0.27.3
2912025-03-18T04:42:57.530Z Downloaded hostname v0.3.1
2922025-03-18T04:42:57.530Z Downloaded rand_core v0.4.2
2932025-03-18T04:42:57.533Z Downloaded whoami v1.5.1
2942025-03-18T04:42:57.536Z Downloaded ipnetwork v0.20.0
2952025-03-18T04:42:57.536Z Downloaded ident_case v1.0.1
2962025-03-18T04:42:57.540Z Downloaded vte_generate_state_changes v0.1.1
2972025-03-18T04:42:57.540Z Downloaded num-traits v0.2.19
2982025-03-18T04:42:57.543Z Downloaded integer-encoding v3.0.4
2992025-03-18T04:42:57.543Z Downloaded inout v0.1.3
3002025-03-18T04:42:57.546Z Downloaded signal-hook-tokio v0.3.1
3012025-03-18T04:42:57.546Z Downloaded heck v0.5.0
3022025-03-18T04:42:57.549Z Downloaded typenum v1.17.0
3032025-03-18T04:42:57.549Z Downloaded pest_meta v2.7.6
3042025-03-18T04:42:57.553Z Downloaded serde_urlencoded v0.7.1
3052025-03-18T04:42:57.556Z Downloaded ringbuffer v0.15.0
3062025-03-18T04:42:57.556Z Downloaded structmeta v0.3.0
3072025-03-18T04:42:57.559Z Downloaded resolv-conf v0.7.0
3082025-03-18T04:42:57.559Z Downloaded usdt-attr-macro v0.5.0
3092025-03-18T04:42:57.563Z Downloaded memmap v0.7.0
3102025-03-18T04:42:57.563Z Downloaded time-macros v0.2.18
3112025-03-18T04:42:57.567Z Downloaded serde_with_macros v3.9.0
3122025-03-18T04:42:57.567Z Downloaded sha2 v0.10.8
3132025-03-18T04:42:57.572Z Downloaded thiserror v1.0.69
3142025-03-18T04:42:57.576Z Downloaded universal-hash v0.5.1
3152025-03-18T04:42:57.576Z Downloaded strum_macros v0.27.1
3162025-03-18T04:42:57.579Z Downloaded indexmap v1.9.3
3172025-03-18T04:42:57.583Z Downloaded thiserror v2.0.11
3182025-03-18T04:42:57.587Z Downloaded tracing-log v0.2.0
3192025-03-18T04:42:57.590Z Downloaded futures-io v0.3.31
3202025-03-18T04:42:57.590Z Downloaded futures-core v0.3.31
3212025-03-18T04:42:57.594Z Downloaded foreign-types v0.5.0
3222025-03-18T04:42:57.594Z Downloaded enum-as-inner v0.6.0
3232025-03-18T04:42:57.597Z Downloaded iana-time-zone v0.1.58
3242025-03-18T04:42:57.597Z Downloaded zeroize v1.7.0
3252025-03-18T04:42:57.600Z Downloaded rand_core v0.6.4
3262025-03-18T04:42:57.600Z Downloaded semver v0.1.20
3272025-03-18T04:42:57.603Z Downloaded structmeta-derive v0.3.0
3282025-03-18T04:42:57.604Z Downloaded hash32 v0.3.1
3292025-03-18T04:42:57.607Z Downloaded opentelemetry v0.21.0
3302025-03-18T04:42:57.610Z Downloaded humantime v2.1.0
3312025-03-18T04:42:57.613Z Downloaded serde_spanned v0.6.8
3322025-03-18T04:42:57.613Z Downloaded rand_jitter v0.1.4
3332025-03-18T04:42:57.613Z Downloaded rand_core v0.3.1
3342025-03-18T04:42:57.616Z Downloaded env_home v0.1.0
3352025-03-18T04:42:57.616Z Downloaded schemars_derive v0.8.21
3362025-03-18T04:42:57.619Z Downloaded strum_macros v0.25.3
3372025-03-18T04:42:57.622Z Downloaded statistical v1.0.0
3382025-03-18T04:42:57.622Z Downloaded slog-json v2.6.1
3392025-03-18T04:42:57.629Z Downloaded generic-array v0.14.7
3402025-03-18T04:42:57.629Z Downloaded strsim v0.11.0
3412025-03-18T04:42:57.629Z Downloaded signal-hook-registry v1.4.1
3422025-03-18T04:42:57.629Z Downloaded slog-term v2.9.1
3432025-03-18T04:42:57.633Z Downloaded waitgroup v0.1.2
3442025-03-18T04:42:57.633Z Downloaded rand_pcg v0.1.2
3452025-03-18T04:42:57.633Z Downloaded tokio-rustls v0.25.0
3462025-03-18T04:42:57.636Z Downloaded socket2 v0.5.5
3472025-03-18T04:42:57.639Z Downloaded strsim v0.10.0
3482025-03-18T04:42:57.639Z Downloaded unicode-bidi v0.3.13
3492025-03-18T04:42:57.642Z Downloaded usdt v0.5.0
3502025-03-18T04:42:57.646Z Downloaded crossbeam-channel v0.5.13
3512025-03-18T04:42:57.650Z Downloaded scroll_derive v0.12.0
3522025-03-18T04:42:57.650Z Downloaded futures-macro v0.3.31
3532025-03-18T04:42:57.653Z Downloaded typify-macro v0.3.0
3542025-03-18T04:42:57.653Z Downloaded rustls-pemfile v1.0.4
3552025-03-18T04:42:57.653Z Downloaded usdt-impl v0.5.0
3562025-03-18T04:42:57.658Z Downloaded rustc-hash v2.0.0
3572025-03-18T04:42:57.658Z Downloaded futures-channel v0.3.31
3582025-03-18T04:42:57.661Z Downloaded linked-hash-map v0.5.6
3592025-03-18T04:42:57.661Z Downloaded futures v0.3.31
3602025-03-18T04:42:57.665Z Downloaded futures-task v0.3.31
3612025-03-18T04:42:57.668Z Downloaded tower-service v0.3.3
3622025-03-18T04:42:57.668Z Downloaded human_bytes v0.4.3
3632025-03-18T04:42:57.671Z Downloaded sync_wrapper v1.0.1
3642025-03-18T04:42:57.671Z Downloaded hashlink v0.10.0
3652025-03-18T04:42:57.675Z Downloaded serde_repr v0.1.18
3662025-03-18T04:42:57.675Z Downloaded libsw v3.3.1
3672025-03-18T04:42:57.678Z Downloaded hyper-staticfile v0.10.1
3682025-03-18T04:42:57.681Z Downloaded rustls-pki-types v1.8.0
3692025-03-18T04:42:57.685Z Downloaded semver v1.0.26
3702025-03-18T04:42:57.685Z Downloaded httparse v1.10.1
3712025-03-18T04:42:57.688Z Downloaded tokio-native-tls v0.3.1
3722025-03-18T04:42:57.691Z Downloaded url v2.4.1
3732025-03-18T04:42:57.695Z Downloaded is-terminal v0.4.12
3742025-03-18T04:42:57.695Z Downloaded version_check v0.9.5
3752025-03-18T04:42:57.695Z Downloaded threadpool v1.8.1
3762025-03-18T04:42:57.698Z Downloaded heck v0.4.1
3772025-03-18T04:42:57.698Z Downloaded thread_local v1.1.7
3782025-03-18T04:42:57.701Z Downloaded float-ord v0.3.2
3792025-03-18T04:42:57.701Z Downloaded rustls-pemfile v2.1.3
3802025-03-18T04:42:57.704Z Downloaded serde_yaml v0.9.27
3812025-03-18T04:42:57.707Z Downloaded toml_edit v0.20.7
3822025-03-18T04:42:57.727Z Downloaded utf8-width v0.1.6
3832025-03-18T04:42:57.730Z Downloaded http-body v1.0.1
3842025-03-18T04:42:57.730Z Downloaded rand_xorshift v0.1.1
3852025-03-18T04:42:57.730Z Downloaded rand_chacha v0.3.1
3862025-03-18T04:42:57.733Z Downloaded hex v0.4.3
3872025-03-18T04:42:57.733Z Downloaded tabwriter v1.4.0
3882025-03-18T04:42:57.737Z Downloaded same-file v1.0.6
3892025-03-18T04:42:57.737Z Downloaded lru-cache v0.1.2
3902025-03-18T04:42:57.740Z Downloaded fixedbitset v0.4.2
3912025-03-18T04:42:57.740Z Downloaded filetime v0.2.22
3922025-03-18T04:42:57.740Z Downloaded which v7.0.2
3932025-03-18T04:42:57.744Z Downloaded rustversion v1.0.14
3942025-03-18T04:42:57.747Z Downloaded serde_derive_internals v0.29.1
3952025-03-18T04:42:57.747Z Downloaded thiserror-impl v2.0.11
3962025-03-18T04:42:57.750Z Downloaded static_assertions v1.1.0
3972025-03-18T04:42:57.750Z Downloaded fastrand v2.0.1
3982025-03-18T04:42:57.754Z Downloaded thrift v0.17.0
3992025-03-18T04:42:57.754Z Downloaded simdutf8 v0.1.4
4002025-03-18T04:42:57.757Z Downloaded tokio-rustls v0.24.1
4012025-03-18T04:42:57.760Z Downloaded linear-map v1.2.0
4022025-03-18T04:42:57.760Z Downloaded futures-executor v0.3.31
4032025-03-18T04:42:57.763Z Downloaded vte v0.11.1
4042025-03-18T04:42:57.763Z Downloaded match_cfg v0.1.0
4052025-03-18T04:42:57.766Z Downloaded stable_deref_trait v1.2.0
4062025-03-18T04:42:57.766Z Downloaded slog-async v2.8.0
4072025-03-18T04:42:57.769Z Downloaded similar v2.3.0
4082025-03-18T04:42:57.773Z Downloaded hubpack_derive v0.1.1
4092025-03-18T04:42:57.773Z Downloaded pest v2.7.6
4102025-03-18T04:42:57.777Z Downloaded usdt-macro v0.5.0
4112025-03-18T04:42:57.780Z Downloaded fallible-streaming-iterator v0.1.9
4122025-03-18T04:42:57.780Z Downloaded fallible-iterator v0.3.0
4132025-03-18T04:42:57.780Z Downloaded indexmap v2.7.1
4142025-03-18T04:42:57.785Z Downloaded toml v0.8.20
4152025-03-18T04:42:57.788Z Downloaded rand_os v0.1.3
4162025-03-18T04:42:57.791Z Downloaded strum v0.27.1
4172025-03-18T04:42:57.791Z Downloaded utf8parse v0.2.1
4182025-03-18T04:42:57.794Z Downloaded sct v0.7.1
4192025-03-18T04:42:57.797Z Downloaded ucd-trie v0.1.6
4202025-03-18T04:42:57.797Z Downloaded scroll v0.12.0
4212025-03-18T04:42:57.801Z Downloaded lock_api v0.4.11
4222025-03-18T04:42:57.801Z Downloaded jobserver v0.1.27
4232025-03-18T04:42:57.804Z Downloaded serde_path_to_error v0.1.16
4242025-03-18T04:42:57.804Z Downloaded hyper-util v0.1.10
4252025-03-18T04:42:57.808Z Downloaded hostname v0.4.0
4262025-03-18T04:42:57.811Z Downloaded syn_derive v0.1.8
4272025-03-18T04:42:57.811Z Downloaded itoa v1.0.9
4282025-03-18T04:42:57.814Z Downloaded strum v0.26.3
4292025-03-18T04:42:57.814Z Downloaded quinn v0.11.5
4302025-03-18T04:42:57.817Z Downloaded slog-bunyan v2.5.0
4312025-03-18T04:42:57.817Z Downloaded tar v0.4.40
4322025-03-18T04:42:57.821Z Downloaded getrandom v0.2.11
4332025-03-18T04:42:57.824Z Downloaded topological-sort v0.2.2
4342025-03-18T04:42:57.827Z Downloaded crossterm v0.28.1
4352025-03-18T04:42:57.830Z Downloaded aes v0.8.3
4362025-03-18T04:42:57.834Z Downloaded tap v1.0.1
4372025-03-18T04:42:57.838Z Downloaded slab v0.4.9
4382025-03-18T04:42:57.838Z Downloaded signal-hook-mio v0.2.4
4392025-03-18T04:42:57.841Z Downloaded http-body-util v0.1.2
4402025-03-18T04:42:57.841Z Downloaded opentelemetry_sdk v0.21.2
4412025-03-18T04:42:57.846Z Downloaded serde_tokenstream v0.2.2
4422025-03-18T04:42:57.850Z Downloaded rustc_version v0.1.7
4432025-03-18T04:42:57.850Z Downloaded siphasher v0.3.11
4442025-03-18T04:42:57.853Z Downloaded xattr v1.0.1
4452025-03-18T04:42:57.853Z Downloaded wyz v0.5.1
4462025-03-18T04:42:57.856Z Downloaded futures-sink v0.3.31
4472025-03-18T04:42:57.856Z Downloaded fnv v1.0.7
4482025-03-18T04:42:57.856Z Downloaded hashbrown v0.12.3
4492025-03-18T04:42:57.859Z Downloaded ryu v1.0.15
4502025-03-18T04:42:57.862Z Downloaded serde_derive v1.0.218
4512025-03-18T04:42:57.866Z Downloaded libm v0.2.8
4522025-03-18T04:42:57.873Z Downloaded thiserror-impl v1.0.69
4532025-03-18T04:42:57.876Z Downloaded macaddr v1.0.1
4542025-03-18T04:42:57.876Z Downloaded smf v0.2.3
4552025-03-18T04:42:57.879Z Downloaded fd-lock v4.0.2
4562025-03-18T04:42:57.879Z Downloaded smallvec v1.13.2
4572025-03-18T04:42:57.882Z Downloaded seahash v4.1.0
4582025-03-18T04:42:57.886Z Downloaded nom v7.1.3
4592025-03-18T04:42:57.889Z Downloaded vergen v8.3.2
4602025-03-18T04:42:57.892Z Downloaded mime_guess v2.0.5
4612025-03-18T04:42:57.892Z Downloaded tokio-util v0.7.14
4622025-03-18T04:42:57.899Z Downloaded tempfile v3.8.1
4632025-03-18T04:42:57.902Z Downloaded memmap2 v0.9.4
4642025-03-18T04:42:57.906Z Downloaded blake3 v1.5.1
4652025-03-18T04:42:57.911Z Downloaded toml v0.7.8
4662025-03-18T04:42:57.914Z Downloaded rkyv_derive v0.7.43
4672025-03-18T04:42:57.917Z Downloaded term v0.7.0
4682025-03-18T04:42:57.920Z Downloaded highway v1.2.0
4692025-03-18T04:42:57.923Z Downloaded log v0.4.22
4702025-03-18T04:42:57.923Z Downloaded rangemap v1.5.1
4712025-03-18T04:42:57.926Z Downloaded sharded-slab v0.1.7
4722025-03-18T04:42:57.930Z Downloaded tokio-rustls v0.26.0
4732025-03-18T04:42:57.933Z Downloaded clearscreen v4.0.1
4742025-03-18T04:42:57.937Z Downloaded typify v0.3.0
4752025-03-18T04:42:57.940Z Downloaded tracing-attributes v0.1.28
4762025-03-18T04:42:57.940Z Downloaded clap_builder v4.5.31
4772025-03-18T04:42:57.947Z Downloaded slog v2.7.0
4782025-03-18T04:42:57.950Z Downloaded unicode-normalization v0.1.22
4792025-03-18T04:42:57.954Z Downloaded hashbrown v0.14.3
4802025-03-18T04:42:57.959Z Downloaded hashbrown v0.15.2
4812025-03-18T04:42:57.964Z Downloaded reedline v0.38.0
4822025-03-18T04:42:57.972Z Downloaded opentelemetry-jaeger v0.20.0
4832025-03-18T04:42:57.976Z Downloaded zerocopy v0.6.6
4842025-03-18T04:42:57.979Z Downloaded rayon-core v1.12.1
4852025-03-18T04:42:57.983Z Downloaded uuid v1.15.1
4862025-03-18T04:42:57.986Z Downloaded signal-hook v0.3.17
4872025-03-18T04:42:57.989Z Downloaded rand v0.8.5
4882025-03-18T04:42:57.995Z Downloaded heapless v0.8.0
4892025-03-18T04:42:57.999Z Downloaded minimal-lexical v0.2.1
4902025-03-18T04:42:58.002Z Downloaded time v0.3.36
4912025-03-18T04:42:58.008Z Downloaded flate2 v1.0.28
4922025-03-18T04:42:58.012Z Downloaded tracing-opentelemetry v0.29.0
4932025-03-18T04:42:58.017Z Downloaded serde_with v3.9.0
4942025-03-18T04:42:58.025Z Downloaded rust_decimal v1.33.1
4952025-03-18T04:42:58.031Z Downloaded tracing v0.1.41
4962025-03-18T04:42:58.035Z Downloaded tower v0.5.2
4972025-03-18T04:42:58.044Z Downloaded expectorate v1.1.0
4982025-03-18T04:42:58.047Z Downloaded futures-util v0.3.31
4992025-03-18T04:42:58.059Z Downloaded hickory-resolver v0.24.1
5002025-03-18T04:42:58.065Z Downloaded rand v0.6.5
5012025-03-18T04:42:58.068Z Downloaded chrono v0.4.39
5022025-03-18T04:42:58.075Z Downloaded aho-corasick v1.1.2
5032025-03-18T04:42:58.081Z Downloaded toml_edit v0.22.24
5042025-03-18T04:42:58.102Z Downloaded http v1.2.0
5052025-03-18T04:42:58.106Z Downloaded tracing-subscriber v0.3.19
5062025-03-18T04:42:58.114Z Downloaded reqwest v0.12.12
5072025-03-18T04:42:58.123Z Downloaded rkyv v0.7.43
5082025-03-18T04:42:58.131Z Downloaded itertools v0.10.5
5092025-03-18T04:42:58.136Z Downloaded itertools v0.14.0
5102025-03-18T04:42:58.144Z Downloaded itertools v0.12.1
5112025-03-18T04:42:58.150Z Downloaded rusqlite v0.34.0
5122025-03-18T04:42:58.158Z Downloaded itertools v0.13.0
5132025-03-18T04:42:58.164Z Downloaded goblin v0.8.0
5142025-03-18T04:42:58.171Z Downloaded rayon v1.10.0
5152025-03-18T04:42:58.179Z Downloaded syn v1.0.109
5162025-03-18T04:42:58.190Z Downloaded openssl v0.10.59
5172025-03-18T04:42:58.203Z Downloaded winnow v0.7.3
5182025-03-18T04:42:58.209Z Downloaded webpki-roots v0.26.6
5192025-03-18T04:42:58.212Z Downloaded vcpkg v0.2.15
5202025-03-18T04:42:58.250Z Downloaded winnow v0.6.18
5212025-03-18T04:42:58.258Z Downloaded unicode-width v0.2.0
5222025-03-18T04:42:58.264Z Downloaded git2 v0.19.0
5232025-03-18T04:42:58.272Z Downloaded idna v0.4.0
5242025-03-18T04:42:58.279Z Downloaded openapiv3 v2.0.0
5252025-03-18T04:42:58.290Z Downloaded nix v0.29.0
5262025-03-18T04:42:58.301Z Downloaded rustix v0.38.37
5272025-03-18T04:42:58.324Z Downloaded regress v0.10.1
5282025-03-18T04:42:58.331Z Downloaded regress v0.9.1
5292025-03-18T04:42:58.338Z Downloaded unicode-width v0.1.14
5302025-03-18T04:42:58.344Z Downloaded dropshot v0.12.0
5312025-03-18T04:42:58.363Z Downloaded hickory-proto v0.24.1
5322025-03-18T04:42:58.378Z Downloaded regex-syntax v0.8.5
5332025-03-18T04:42:58.386Z Downloaded dropshot v0.16.0
5342025-03-18T04:42:58.407Z Downloaded rustls-webpki v0.102.8
5352025-03-18T04:42:58.424Z Downloaded smoltcp v0.11.0
5362025-03-18T04:42:58.436Z Downloaded rustls v0.23.13
5372025-03-18T04:42:58.447Z Downloaded rustls v0.22.4
5382025-03-18T04:42:58.459Z Downloaded regex v1.11.1
5392025-03-18T04:42:58.471Z Downloaded syn v2.0.99
5402025-03-18T04:42:58.485Z Downloaded typify-impl v0.3.0
5412025-03-18T04:42:58.496Z Downloaded zerocopy-derive v0.6.6
5422025-03-18T04:42:58.505Z Downloaded rustls v0.21.9
5432025-03-18T04:42:58.516Z Downloaded typify-impl v0.2.0
5442025-03-18T04:42:58.529Z Downloaded zerocopy v0.7.32
5452025-03-18T04:42:58.544Z Downloaded rustls-webpki v0.101.7
5462025-03-18T04:42:58.557Z Downloaded bitvec v1.0.1
5472025-03-18T04:42:58.571Z Downloaded petgraph v0.6.5
5482025-03-18T04:42:58.587Z Downloaded regex-automata v0.4.9
5492025-03-18T04:42:58.603Z Downloaded hyper v1.6.0
5502025-03-18T04:42:58.609Z Downloaded http v0.2.12
5512025-03-18T04:42:58.612Z Downloaded h2 v0.4.6
5522025-03-18T04:42:58.618Z Downloaded quinn-proto v0.11.8
5532025-03-18T04:42:58.624Z Downloaded winnow v0.5.19
5542025-03-18T04:42:58.632Z Downloaded libc v0.2.170
5552025-03-18T04:42:58.655Z Downloaded opentelemetry_sdk v0.28.0
5562025-03-18T04:42:58.663Z Downloaded tokio v1.43.0
5572025-03-18T04:42:58.699Z Downloaded serde_json v1.0.139
5582025-03-18T04:42:58.706Z Downloaded spin v0.9.8
5592025-03-18T04:42:58.709Z Downloaded portable-atomic v1.5.1
5602025-03-18T04:42:58.713Z Downloaded memchr v2.7.4
5612025-03-18T04:42:58.718Z Downloaded toml_edit v0.19.15
5622025-03-18T04:42:58.734Z Downloaded unicode-segmentation v1.10.1
5632025-03-18T04:42:58.737Z Downloaded rustc_version v0.4.0
5642025-03-18T04:42:58.740Z Downloaded twox-hash v2.1.0
5652025-03-18T04:42:58.744Z Downloaded tracing-core v0.1.33
5662025-03-18T04:42:58.744Z Downloaded typify v0.2.0
5672025-03-18T04:42:58.747Z Downloaded getrandom v0.3.1
5682025-03-18T04:42:58.750Z Downloaded serde v1.0.218
5692025-03-18T04:42:58.753Z Downloaded steno v0.4.1
5702025-03-18T04:42:58.756Z Downloaded csv v1.3.1
5712025-03-18T04:42:58.775Z Downloaded num-bigint v0.2.6
5722025-03-18T04:42:58.778Z Downloaded schemars v0.8.21
5732025-03-18T04:42:58.789Z Downloaded hyper-tls v0.6.0
5742025-03-18T04:42:58.792Z Downloaded indicatif v0.17.11
5752025-03-18T04:42:58.795Z Downloaded ipnet v2.9.0
5762025-03-18T04:42:58.795Z Downloaded indent_write v2.2.0
5772025-03-18T04:42:58.798Z Downloaded glob v0.3.1
5782025-03-18T04:42:58.798Z Downloaded toml_datetime v0.6.8
5792025-03-18T04:42:58.798Z Downloaded tinyvec v1.6.0
5802025-03-18T04:42:58.801Z Downloaded unsafe-libyaml v0.2.9
5812025-03-18T04:42:58.805Z Downloaded terminal_size v0.4.0
5822025-03-18T04:42:58.808Z Downloaded slog-dtrace v0.3.0
5832025-03-18T04:42:58.808Z Downloaded foreign-types-macros v0.2.3
5842025-03-18T04:42:58.808Z Downloaded embedded-io v0.6.1
5852025-03-18T04:42:58.811Z Downloaded prettyplease v0.2.22
5862025-03-18T04:42:58.811Z Downloaded pest_derive v2.7.6
5872025-03-18T04:42:58.815Z Downloaded unicase v2.7.0
5882025-03-18T04:42:58.815Z Downloaded zerocopy-derive v0.7.32
5892025-03-18T04:42:58.818Z Downloaded sha1 v0.10.6
5902025-03-18T04:42:58.821Z Downloaded base64 v0.21.7
5912025-03-18T04:42:58.824Z Downloaded pkg-config v0.3.27
5922025-03-18T04:42:58.828Z Downloaded darling_core v0.20.3
5932025-03-18T04:42:58.831Z Downloaded allocator-api2 v0.2.16
5942025-03-18T04:42:58.834Z Downloaded rand_hc v0.1.0
5952025-03-18T04:42:58.834Z Downloaded errno v0.3.9
5962025-03-18T04:42:58.838Z Downloaded borsh v1.3.0
5972025-03-18T04:42:58.842Z Downloaded blake2 v0.10.6
5982025-03-18T04:42:58.842Z Downloaded cargo_metadata v0.18.1
5992025-03-18T04:42:58.845Z Downloaded clap v4.5.31
6002025-03-18T04:42:58.851Z Downloaded progenitor-impl v0.9.1
6012025-03-18T04:42:58.854Z Downloaded progenitor-impl v0.8.0
6022025-03-18T04:42:58.857Z Downloaded derive-where v1.2.7
6032025-03-18T04:42:58.861Z Downloaded tokio-macros v2.5.0
6042025-03-18T04:42:58.861Z Downloaded multer v3.1.0
6052025-03-18T04:42:58.864Z Downloaded miniz_oxide v0.7.1
6062025-03-18T04:42:58.864Z Downloaded num_cpus v1.16.0
6072025-03-18T04:42:58.867Z Downloaded num-complex v0.2.4
6082025-03-18T04:42:58.867Z Downloaded crossbeam-epoch v0.9.15
6092025-03-18T04:42:58.870Z Downloaded anyhow v1.0.96
6102025-03-18T04:42:58.873Z Downloaded async-trait v0.1.86
6112025-03-18T04:42:58.876Z Downloaded encoding_rs v0.8.33
6122025-03-18T04:42:58.896Z Downloaded ahash v0.8.6
6132025-03-18T04:42:58.899Z Downloaded camino v1.1.9
6142025-03-18T04:42:58.902Z Downloaded bitflags v2.6.0
6152025-03-18T04:42:58.905Z Downloaded libgit2-sys v0.17.0+1.8.1
6162025-03-18T04:42:58.957Z Downloaded password-hash v0.5.0
6172025-03-18T04:42:58.960Z Downloaded num-complex v0.4.6
6182025-03-18T04:42:58.964Z Downloaded darling v0.20.3
6192025-03-18T04:42:58.964Z Downloaded borsh-derive v1.3.0
6202025-03-18T04:42:58.967Z Downloaded backoff v0.4.0
6212025-03-18T04:42:58.971Z Downloaded ahash v0.7.7
6222025-03-18T04:42:58.971Z Downloaded clap_derive v4.5.28
6232025-03-18T04:42:58.974Z Downloaded num-iter v0.1.45
6242025-03-18T04:42:58.974Z Downloaded bincode v1.3.3
6252025-03-18T04:42:58.977Z Downloaded async-stream v0.3.6
6262025-03-18T04:42:58.977Z Downloaded argon2 v0.5.3
6272025-03-18T04:42:58.980Z Downloaded proc-macro-error v1.0.4
6282025-03-18T04:42:58.983Z Downloaded anstyle-parse v0.2.2
6292025-03-18T04:42:58.984Z Downloaded cpufeatures v0.2.12
6302025-03-18T04:42:58.987Z Downloaded arrayvec v0.7.4
6312025-03-18T04:42:58.990Z Downloaded dirs-next v2.0.0
6322025-03-18T04:42:58.990Z Downloaded defmt-macros v0.3.9
6332025-03-18T04:42:58.993Z Downloaded crossbeam-deque v0.8.3
6342025-03-18T04:42:58.993Z Downloaded anstyle-query v1.0.0
6352025-03-18T04:42:58.997Z Downloaded num-derive v0.4.2
6362025-03-18T04:42:58.997Z Downloaded data-encoding v2.5.0
6372025-03-18T04:42:58.997Z Downloaded convert_case v0.4.0
6382025-03-18T04:42:59.001Z Downloaded cargo-platform v0.1.8
6392025-03-18T04:42:59.001Z Downloaded proc-macro-error-attr v1.0.4
6402025-03-18T04:42:59.001Z Downloaded plain v0.2.3
6412025-03-18T04:42:59.001Z Downloaded cfg-if v1.0.0
6422025-03-18T04:42:59.001Z Downloaded progenitor-client v0.8.0
6432025-03-18T04:42:59.004Z Downloaded num_enum v0.5.11
6442025-03-18T04:42:59.007Z Downloaded newtype-uuid v1.1.0
6452025-03-18T04:42:59.007Z Downloaded nbd v0.3.1
6462025-03-18T04:42:59.011Z Downloaded colored v2.1.0
6472025-03-18T04:42:59.011Z Downloaded ptr_meta_derive v0.1.4
6482025-03-18T04:42:59.011Z Downloaded ptr_meta v0.1.4
6492025-03-18T04:42:59.014Z Downloaded constant_time_eq v0.3.0
6502025-03-18T04:42:59.014Z Downloaded proc-macro-crate v1.3.1
6512025-03-18T04:42:59.014Z Downloaded ppv-lite86 v0.2.17
6522025-03-18T04:42:59.018Z Downloaded num v0.4.3
6532025-03-18T04:42:59.018Z Downloaded percent-encoding v2.3.1
6542025-03-18T04:42:59.018Z Downloaded omicron-workspace-hack v0.1.0
6552025-03-18T04:42:59.018Z Downloaded num v0.2.1
6562025-03-18T04:42:59.022Z Downloaded bytecheck_derive v0.6.11
6572025-03-18T04:42:59.022Z Downloaded atomic-waker v1.1.2
6582025-03-18T04:42:59.022Z Downloaded byteorder v1.5.0
6592025-03-18T04:42:59.141Z Downloaded ring v0.17.5
6602025-03-18T04:42:59.236Z Downloaded libz-sys v1.1.12
6612025-03-18T04:42:59.440Z Downloaded libsqlite3-sys v0.32.0
6622025-03-18T04:42:59.934Z Compiling proc-macro2 v1.0.92
6632025-03-18T04:42:59.934Z Compiling unicode-ident v1.0.14
6642025-03-18T04:42:59.937Z Compiling libc v0.2.170
6652025-03-18T04:42:59.938Z Compiling serde v1.0.218
6662025-03-18T04:42:59.938Z Compiling autocfg v1.1.0
6672025-03-18T04:42:59.978Z Compiling cfg-if v1.0.0
6682025-03-18T04:42:59.981Z Compiling version_check v0.9.5
6692025-03-18T04:42:59.995Z 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'`
6702025-03-18T04:43:00.027Z 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'`
6712025-03-18T04:43:00.031Z 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.170/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=a07426560318bf01 -C extra-filename=-a07426560318bf01 --out-dir /work/oxidecomputer/crucible/target/debug/build/libc-a07426560318bf01 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6722025-03-18T04:43:00.031Z 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.218/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=ae49c9d86c119bcd -C extra-filename=-ae49c9d86c119bcd --out-dir /work/oxidecomputer/crucible/target/debug/build/serde-ae49c9d86c119bcd -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6732025-03-18T04:43:00.031Z 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'`
6742025-03-18T04:43:00.031Z 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'`
6752025-03-18T04:43:00.031Z 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'`
6762025-03-18T04:43:00.031Z 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'`
6772025-03-18T04:43:00.103Z Compiling libm v0.2.8
6782025-03-18T04:43:00.163Z 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'`
6792025-03-18T04:43:00.198Z Compiling serde_json v1.0.139
6802025-03-18T04:43:00.218Z 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.139/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=668424a4521b1714 -C extra-filename=-668424a4521b1714 --out-dir /work/oxidecomputer/crucible/target/debug/build/serde_json-668424a4521b1714 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
6812025-03-18T04:43:00.232Z Compiling memchr v2.7.4
6822025-03-18T04:43:00.275Z 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'`
6832025-03-18T04:43:00.682Z Compiling num-traits v0.2.19
6842025-03-18T04:43:00.685Z 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'`
6852025-03-18T04:43:00.745Z 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'`
6862025-03-18T04:43:00.788Z Running `/work/oxidecomputer/crucible/target/debug/build/serde-ae49c9d86c119bcd/build-script-build`
6872025-03-18T04:43:00.788Z Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro2-f95487ef5204fd46/build-script-build`
6882025-03-18T04:43:00.788Z Running `/work/oxidecomputer/crucible/target/debug/build/libm-6d54c0209c76ad66/build-script-build`
6892025-03-18T04:43:00.826Z Running `/work/oxidecomputer/crucible/target/debug/build/serde_json-668424a4521b1714/build-script-build`
6902025-03-18T04:43:00.843Z Running `/work/oxidecomputer/crucible/target/debug/build/libc-a07426560318bf01/build-script-build`
6912025-03-18T04:43:00.864Z Compiling once_cell v1.19.0
6922025-03-18T04:43:00.868Z Compiling lock_api v0.4.11
6932025-03-18T04:43:00.868Z 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'`
6942025-03-18T04:43:00.868Z 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'`
6952025-03-18T04:43:00.904Z Compiling parking_lot_core v0.9.9
6962025-03-18T04:43:00.924Z 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'`
6972025-03-18T04:43:00.927Z 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.170/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=e3a18bea0c9f556b -C extra-filename=-e3a18bea0c9f556b --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_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(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"))'`
6982025-03-18T04:43:01.023Z 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.170/src/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=9c89c5b8c6a2c599 -C extra-filename=-9c89c5b8c6a2c599 --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_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(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"))'`
6992025-03-18T04:43:01.170Z 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)'`
7002025-03-18T04:43:01.248Z Compiling itoa v1.0.9
7012025-03-18T04:43:01.251Z Running `/work/oxidecomputer/crucible/target/debug/build/num-traits-8596454a3310c267/build-script-build`
7022025-03-18T04:43:01.251Z 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'`
7032025-03-18T04:43:01.381Z Running `/work/oxidecomputer/crucible/target/debug/build/parking_lot_core-c80e2d380100bde0/build-script-build`
7042025-03-18T04:43:01.409Z Running `/work/oxidecomputer/crucible/target/debug/build/lock_api-b8a5d040bf4afb0e/build-script-build`
7052025-03-18T04:43:01.504Z Compiling thiserror v1.0.69
7062025-03-18T04:43:01.508Z 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.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d55696340f4b4bc -C extra-filename=-3d55696340f4b4bc --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-3d55696340f4b4bc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7072025-03-18T04:43:01.525Z Compiling log v0.4.22
7082025-03-18T04:43:01.553Z 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'`
7092025-03-18T04:43:01.562Z 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'`
7102025-03-18T04:43:01.693Z Compiling slab v0.4.9
7112025-03-18T04:43:01.696Z 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'`
7122025-03-18T04:43:01.990Z Compiling getrandom v0.3.1
7132025-03-18T04:43:01.994Z 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/getrandom-0.3.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=2f2f769f120724d2 -C extra-filename=-2f2f769f120724d2 --out-dir /work/oxidecomputer/crucible/target/debug/build/getrandom-2f2f769f120724d2 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7142025-03-18T04:43:02.092Z 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'`
7152025-03-18T04:43:02.190Z Compiling quote v1.0.38
7162025-03-18T04:43:02.193Z 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'`
7172025-03-18T04:43:02.231Z Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-3d55696340f4b4bc/build-script-build`
7182025-03-18T04:43:02.355Z Compiling jobserver v0.1.27
7192025-03-18T04:43:02.359Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.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=4df97a998de71732 -C extra-filename=-4df97a998de71732 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
7202025-03-18T04:43:02.432Z Running `/work/oxidecomputer/crucible/target/debug/build/slab-142ab5acffa737c2/build-script-build`
7212025-03-18T04:43:02.437Z Compiling ryu v1.0.15
7222025-03-18T04:43:02.437Z 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'`
7232025-03-18T04:43:02.475Z Compiling getrandom v0.2.11
7242025-03-18T04:43:02.496Z 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=37af4d887814586d -C extra-filename=-37af4d887814586d --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
7252025-03-18T04:43:02.499Z Running `/work/oxidecomputer/crucible/target/debug/build/getrandom-2f2f769f120724d2/build-script-build`
7262025-03-18T04:43:02.529Z Compiling schemars v0.8.21
7272025-03-18T04:43:02.533Z 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'`
7282025-03-18T04:43:02.562Z Compiling syn v2.0.99
7292025-03-18T04:43:02.566Z 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.99/src/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=540d08e8c3ee5a3f -C extra-filename=-540d08e8c3ee5a3f --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'`
7302025-03-18T04:43:02.594Z Compiling pin-project-lite v0.2.13
7312025-03-18T04:43:02.598Z 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'`
7322025-03-18T04:43:02.690Z 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'`
7332025-03-18T04:43:02.742Z Compiling cc v1.0.83
7342025-03-18T04:43:02.745Z 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.0.83/src/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="jobserver"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=b6cc1d5b9c775eb0 -C extra-filename=-b6cc1d5b9c775eb0 --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-4df97a998de71732.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
7352025-03-18T04:43:02.767Z 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'`
7362025-03-18T04:43:02.791Z Compiling pkg-config v0.3.27
7372025-03-18T04:43:02.794Z 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'`
7382025-03-18T04:43:02.861Z Compiling scopeguard v1.2.0
7392025-03-18T04:43:02.864Z 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'`
7402025-03-18T04:43:02.927Z Running `/work/oxidecomputer/crucible/target/debug/build/schemars-24288f7895dd5265/build-script-build`
7412025-03-18T04:43:02.955Z Compiling vcpkg v0.2.15
7422025-03-18T04:43:02.976Z 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'`
7432025-03-18T04:43:03.021Z Compiling heck v0.5.0
7442025-03-18T04:43:03.042Z 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'`
7452025-03-18T04:43:03.074Z Compiling smallvec v1.13.2
7462025-03-18T04:43:03.077Z 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'`
7472025-03-18T04:43:03.094Z Compiling byteorder v1.5.0
7482025-03-18T04:43:03.120Z 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'`
7492025-03-18T04:43:03.460Z Compiling foldhash v0.1.4
7502025-03-18T04:43:03.463Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=60c62b04980cb789 -C extra-filename=-60c62b04980cb789 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7512025-03-18T04:43:03.481Z Compiling equivalent v1.0.1
7522025-03-18T04:43:03.492Z 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'`
7532025-03-18T04:43:03.582Z Compiling futures-core v0.3.31
7542025-03-18T04:43:03.585Z 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'`
7552025-03-18T04:43:03.627Z Compiling signal-hook-registry v1.4.1
7562025-03-18T04:43:03.631Z 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=962bd0e087841cf7 -C extra-filename=-962bd0e087841cf7 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
7572025-03-18T04:43:03.742Z 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`
7582025-03-18T04:43:03.772Z Compiling hashbrown v0.15.2
7592025-03-18T04:43:03.794Z 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 --cfg 'feature="default-hasher"' --cfg 'feature="inline-more"' --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=bcdb8042147c2ef6 -C extra-filename=-bcdb8042147c2ef6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foldhash=/work/oxidecomputer/crucible/target/debug/deps/libfoldhash-60c62b04980cb789.rmeta --cap-lints allow '-Wclippy::unused-async'`
7602025-03-18T04:43:03.847Z 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'`
7612025-03-18T04:43:04.208Z 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'`
7622025-03-18T04:43:04.467Z Compiling semver v1.0.26
7632025-03-18T04:43:04.471Z 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.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b1b3251476fe3fc5 -C extra-filename=-b1b3251476fe3fc5 --out-dir /work/oxidecomputer/crucible/target/debug/build/semver-b1b3251476fe3fc5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7642025-03-18T04:43:04.490Z 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=34b1379f354837a3 -C extra-filename=-34b1379f354837a3 --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-e3a18bea0c9f556b.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --cap-lints allow '-Wclippy::unused-async'`
7652025-03-18T04:43:04.606Z 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`
7662025-03-18T04:43:04.962Z 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`
7672025-03-18T04:43:05.009Z Running `/work/oxidecomputer/crucible/target/debug/build/semver-b1b3251476fe3fc5/build-script-build`
7682025-03-18T04:43:05.051Z Compiling mio v1.0.2
7692025-03-18T04:43:05.055Z 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=a091bf7f79873caa -C extra-filename=-a091bf7f79873caa --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-e3a18bea0c9f556b.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --cap-lints allow '-Wclippy::unused-async'`
7702025-03-18T04:43:05.082Z Compiling parking_lot v0.12.1
7712025-03-18T04:43:05.085Z 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=46a1ef43c7ab0018 -C extra-filename=-46a1ef43c7ab0018 --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-34b1379f354837a3.rmeta --cap-lints allow '-Wclippy::unused-async'`
7722025-03-18T04:43:05.107Z Compiling futures-sink v0.3.31
7732025-03-18T04:43:05.110Z Compiling fnv v1.0.7
7742025-03-18T04:43:05.129Z 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'`
7752025-03-18T04:43:05.129Z 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'`
7762025-03-18T04:43:05.169Z Compiling ring v0.17.5
7772025-03-18T04:43:05.173Z 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=bbd620e4e5bea004 -C extra-filename=-bbd620e4e5bea004 --out-dir /work/oxidecomputer/crucible/target/debug/build/ring-bbd620e4e5bea004 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-b6cc1d5b9c775eb0.rlib --cap-lints allow '-Wclippy::unused-async'`
7782025-03-18T04:43:05.265Z Compiling socket2 v0.5.5
7792025-03-18T04:43:05.268Z 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=a5a9a20879de0344 -C extra-filename=-a5a9a20879de0344 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
7802025-03-18T04:43:05.284Z Compiling httparse v1.10.1
7812025-03-18T04:43:05.288Z 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.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=67fd054d2753c159 -C extra-filename=-67fd054d2753c159 --out-dir /work/oxidecomputer/crucible/target/debug/build/httparse-67fd054d2753c159 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7822025-03-18T04:43:05.559Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3e1570fad87f3f61 -C extra-filename=-3e1570fad87f3f61 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
7832025-03-18T04:43:05.909Z Compiling typenum v1.17.0
7842025-03-18T04:43:05.913Z 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'`
7852025-03-18T04:43:05.988Z 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 --cfg 'feature="default-hasher"' --cfg 'feature="inline-more"' --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=5052e5e1671e898b -C extra-filename=-5052e5e1671e898b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foldhash=/work/oxidecomputer/crucible/target/debug/deps/libfoldhash-3e1570fad87f3f61.rmeta --cap-lints allow '-Wclippy::unused-async'`
7862025-03-18T04:43:06.073Z Running `/work/oxidecomputer/crucible/target/debug/build/httparse-67fd054d2753c159/build-script-build`
7872025-03-18T04:43:06.149Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=cda1e2c2a667f236 -C extra-filename=-cda1e2c2a667f236 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
7882025-03-18T04:43:06.256Z Compiling iana-time-zone v0.1.58
7892025-03-18T04:43:06.259Z 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'`
7902025-03-18T04:43:06.282Z Running `/work/oxidecomputer/crucible/target/debug/build/ring-bbd620e4e5bea004/build-script-build`
7912025-03-18T04:43:06.315Z 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'`
7922025-03-18T04:43:06.337Z Compiling generic-array v0.14.7
7932025-03-18T04:43:06.340Z 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'`
7942025-03-18T04:43:06.426Z Compiling dyn-clone v1.0.16
7952025-03-18T04:43:06.429Z 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'`
7962025-03-18T04:43:06.600Z Compiling openssl-sys v0.9.95
7972025-03-18T04:43:06.626Z 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=26b34bcb092c17d5 -C extra-filename=-26b34bcb092c17d5 --out-dir /work/oxidecomputer/crucible/target/debug/build/openssl-sys-26b34bcb092c17d5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-b6cc1d5b9c775eb0.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'`
7982025-03-18T04:43:06.646Z Compiling rand_core v0.6.4
7992025-03-18T04:43:06.649Z 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=3516bcd5d139aba4 -C extra-filename=-3516bcd5d139aba4 --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-37af4d887814586d.rmeta --cap-lints allow '-Wclippy::unused-async'`
8002025-03-18T04:43:06.699Z 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'`
8012025-03-18T04:43:06.702Z Running `/work/oxidecomputer/crucible/target/debug/build/generic-array-d9d9e7b7462a459e/build-script-build`
8022025-03-18T04:43:06.795Z 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'`
8032025-03-18T04:43:06.799Z Compiling futures-channel v0.3.31
8042025-03-18T04:43:06.799Z 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'`
8052025-03-18T04:43:06.849Z Running `/work/oxidecomputer/crucible/target/debug/build/typenum-9b6976c77d68e316/build-script-main`
8062025-03-18T04:43:06.961Z 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'`
8072025-03-18T04:43:06.968Z Compiling pin-utils v0.1.0
8082025-03-18T04:43:06.971Z 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'`
8092025-03-18T04:43:07.044Z Compiling futures-io v0.3.31
8102025-03-18T04:43:07.070Z 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'`
8112025-03-18T04:43:07.074Z Compiling futures-task v0.3.31
8122025-03-18T04:43:07.074Z 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'`
8132025-03-18T04:43:07.092Z Compiling slog v2.7.0
8142025-03-18T04:43:07.096Z 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'`
8152025-03-18T04:43:07.151Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=8716bd9cb1691a93 -C extra-filename=-8716bd9cb1691a93 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
8162025-03-18T04:43:07.196Z Compiling ahash v0.8.6
8172025-03-18T04:43:07.200Z 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'`
8182025-03-18T04:43:07.324Z Compiling openssl v0.10.59
8192025-03-18T04:43:07.328Z 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'`
8202025-03-18T04:43:07.346Z Compiling tracing-core v0.1.33
8212025-03-18T04:43:07.369Z 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --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=ef366177fece7b51 -C extra-filename=-ef366177fece7b51 --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'`
8222025-03-18T04:43:07.369Z Compiling native-tls v0.2.11
8232025-03-18T04:43:07.369Z 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'`
8242025-03-18T04:43:07.452Z 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'`
8252025-03-18T04:43:07.573Z Running `/work/oxidecomputer/crucible/target/debug/build/ahash-50fe0333327058cb/build-script-build`
8262025-03-18T04:43:07.598Z Running `/work/oxidecomputer/crucible/target/debug/build/slog-b237b2467731c3ac/build-script-build`
8272025-03-18T04:43:07.617Z Running `/work/oxidecomputer/crucible/target/debug/build/openssl-sys-26b34bcb092c17d5/build-script-main`
8282025-03-18T04:43:07.639Z Compiling subtle v2.5.0
8292025-03-18T04:43:07.643Z 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'`
8302025-03-18T04:43:07.680Z Compiling rustls v0.23.13
8312025-03-18T04:43:07.683Z 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.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --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=356ee3a6ccbfc5da -C extra-filename=-356ee3a6ccbfc5da --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-356ee3a6ccbfc5da -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8322025-03-18T04:43:07.701Z 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'`
8332025-03-18T04:43:07.730Z 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=6c8dd67ff824dd25 -C extra-filename=-6c8dd67ff824dd25 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
8342025-03-18T04:43:07.733Z Compiling aho-corasick v1.1.2
8352025-03-18T04:43:07.733Z 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'`
8362025-03-18T04:43:07.840Z Compiling regex-syntax v0.8.5
8372025-03-18T04:43:07.850Z 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'`
8382025-03-18T04:43:07.860Z Running `/work/oxidecomputer/crucible/target/debug/build/openssl-9de1f97b64610634/build-script-build`
8392025-03-18T04:43:07.891Z Running `/work/oxidecomputer/crucible/target/debug/build/native-tls-fc5fcc4526ba002f/build-script-build`
8402025-03-18T04:43:07.912Z Compiling crossbeam-utils v0.8.20
8412025-03-18T04:43:07.932Z 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'`
8422025-03-18T04:43:07.996Z 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'`
8432025-03-18T04:43:08.023Z Compiling spin v0.9.8
8442025-03-18T04:43:08.050Z 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'`
8452025-03-18T04:43:08.063Z Compiling untrusted v0.9.0
8462025-03-18T04:43:08.084Z 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'`
8472025-03-18T04:43:08.087Z Compiling ucd-trie v0.1.6
8482025-03-18T04:43:08.108Z 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'`
8492025-03-18T04:43:08.260Z Compiling time-core v0.1.2
8502025-03-18T04:43:08.263Z 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'`
8512025-03-18T04:43:08.282Z Compiling num-conv v0.1.0
8522025-03-18T04:43:08.287Z 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'`
8532025-03-18T04:43:08.437Z Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-utils-d747d245ca983f6f/build-script-build`
8542025-03-18T04:43:08.458Z Compiling percent-encoding v2.3.1
8552025-03-18T04:43:08.461Z 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'`
8562025-03-18T04:43:08.486Z 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'`
8572025-03-18T04:43:08.560Z Compiling time-macros v0.2.18
8582025-03-18T04:43:08.563Z 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'`
8592025-03-18T04:43:08.563Z 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'`
8602025-03-18T04:43:08.686Z Compiling allocator-api2 v0.2.16
8612025-03-18T04:43:08.690Z 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'`
8622025-03-18T04:43:08.739Z 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'`
8632025-03-18T04:43:08.810Z Compiling rustls-pki-types v1.8.0
8642025-03-18T04:43:08.813Z 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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2491755703427cfd -C extra-filename=-2491755703427cfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
8652025-03-18T04:43:09.000Z 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)'`
8662025-03-18T04:43:09.413Z Compiling serde_derive_internals v0.29.1
8672025-03-18T04:43:09.417Z 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=e2757b218655762d -C extra-filename=-e2757b218655762d --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-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'`
8682025-03-18T04:43:09.501Z 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'`
8692025-03-18T04:43:09.803Z 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`
8702025-03-18T04:43:09.897Z Compiling rustix v0.38.37
8712025-03-18T04:43:09.900Z 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'`
8722025-03-18T04:43:10.652Z 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'`
8732025-03-18T04:43:10.713Z Running `/work/oxidecomputer/crucible/target/debug/build/rustix-4a21dc3cf62c6842/build-script-build`
8742025-03-18T04:43:10.829Z 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`
8752025-03-18T04:43:10.852Z 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=e6cf04ca2b344d59 -C extra-filename=-e6cf04ca2b344d59 --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-9c89c5b8c6a2c599.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rmeta --cap-lints allow '-Wclippy::unused-async'`
8762025-03-18T04:43:11.038Z 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'`
8772025-03-18T04:43:11.291Z Compiling atomic-waker v1.1.2
8782025-03-18T04:43:11.295Z 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'`
8792025-03-18T04:43:11.385Z 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'`
8802025-03-18T04:43:11.477Z 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.99/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=d8b6cc53237e89ec -C extra-filename=-d8b6cc53237e89ec --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'`
8812025-03-18T04:43:11.501Z 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=62d70997c27b477c -C extra-filename=-62d70997c27b477c --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-e6cf04ca2b344d59.rmeta --cap-lints allow '-Wclippy::unused-async'`
8822025-03-18T04:43:11.504Z 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.10.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(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7cc41e5811456d1a -C extra-filename=-7cc41e5811456d1a --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_neon_intrinsics --cfg httparse_simd`
8832025-03-18T04:43:11.552Z Compiling regex-automata v0.4.9
8842025-03-18T04:43:11.591Z 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'`
8852025-03-18T04:43:11.698Z 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=34935c5882918084 -C extra-filename=-34935c5882918084 --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-9c89c5b8c6a2c599.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --cap-lints allow '-Wclippy::unused-async'`
8862025-03-18T04:43:11.822Z 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=07f58484954de9c7 -C extra-filename=-07f58484954de9c7 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
8872025-03-18T04:43:12.238Z 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=c04805922be49ffc -C extra-filename=-c04805922be49ffc --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
8882025-03-18T04:43:12.247Z Compiling usdt-impl v0.5.0
8892025-03-18T04:43:12.250Z 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'`
8902025-03-18T04:43:12.635Z Compiling plain v0.2.3
8912025-03-18T04:43:12.657Z 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'`
8922025-03-18T04:43:12.657Z Compiling zeroize v1.7.0
8932025-03-18T04:43:12.660Z 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'`
8942025-03-18T04:43:12.686Z Compiling try-lock v0.2.4
8952025-03-18T04:43:12.689Z 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'`
8962025-03-18T04:43:12.744Z Running `/work/oxidecomputer/crucible/target/debug/build/usdt-impl-54a81169c281d9af/build-script-build`
8972025-03-18T04:43:12.809Z Compiling crypto-common v0.1.6
8982025-03-18T04:43:12.812Z 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=c85f5e45e763fd9e -C extra-filename=-c85f5e45e763fd9e --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-3516bcd5d139aba4.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-10230e8c615dd4ad.rmeta --cap-lints allow '-Wclippy::unused-async'`
8992025-03-18T04:43:12.859Z Compiling want v0.3.1
9002025-03-18T04:43:12.859Z 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'`
9012025-03-18T04:43:12.904Z Compiling form_urlencoded v1.2.1
9022025-03-18T04:43:12.908Z 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'`
9032025-03-18T04:43:13.005Z 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'`
9042025-03-18T04:43:13.027Z Compiling httpdate v1.0.3
9052025-03-18T04:43:13.031Z 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'`
9062025-03-18T04:43:13.152Z Compiling tinyvec_macros v0.1.1
9072025-03-18T04:43:13.155Z 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'`
9082025-03-18T04:43:13.247Z Compiling pretty-hex v0.4.1
9092025-03-18T04:43:13.250Z 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'`
9102025-03-18T04:43:13.269Z Compiling tinyvec v1.6.0
9112025-03-18T04:43:13.294Z 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'`
9122025-03-18T04:43:13.312Z 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'`
9132025-03-18T04:43:13.432Z Compiling thread-id v4.2.1
9142025-03-18T04:43:13.435Z 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=95d9de5f003d6dd7 -C extra-filename=-95d9de5f003d6dd7 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
9152025-03-18T04:43:13.476Z 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'`
9162025-03-18T04:43:13.523Z 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'`
9172025-03-18T04:43:13.556Z Compiling ppv-lite86 v0.2.17
9182025-03-18T04:43:13.598Z 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'`
9192025-03-18T04:43:13.629Z 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'`
9202025-03-18T04:43:13.694Z Compiling tower-service v0.3.3
9212025-03-18T04:43:13.697Z 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.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=3df827be42301400 -C extra-filename=-3df827be42301400 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9222025-03-18T04:43:13.718Z Compiling serde_derive v1.0.218
9232025-03-18T04:43:13.726Z 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.218/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=0c6f77f36969dd6a -C extra-filename=-0c6f77f36969dd6a --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9242025-03-18T04:43:13.758Z Compiling thiserror-impl v1.0.69
9252025-03-18T04:43:13.799Z 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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e79956a65cfe029 -C extra-filename=-8e79956a65cfe029 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9262025-03-18T04:43:13.838Z Compiling tokio-macros v2.5.0
9272025-03-18T04:43:13.838Z 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=bd9b1f0253ad907b -C extra-filename=-bd9b1f0253ad907b --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9282025-03-18T04:43:13.872Z Compiling zerocopy-derive v0.7.32
9292025-03-18T04:43:13.876Z 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=d9d7b0a68787ce5a -C extra-filename=-d9d7b0a68787ce5a --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9302025-03-18T04:43:14.238Z Compiling futures-macro v0.3.31
9312025-03-18T04:43:14.241Z 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=70ffe431cbdfa988 -C extra-filename=-70ffe431cbdfa988 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9322025-03-18T04:43:14.691Z Compiling schemars_derive v0.8.21
9332025-03-18T04:43:14.694Z 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=7f7595eeefb5fb6b -C extra-filename=-7f7595eeefb5fb6b --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-e2757b218655762d.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9342025-03-18T04:43:15.368Z Compiling tracing-attributes v0.1.28
9352025-03-18T04:43:15.397Z 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.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=28c0ee56e9145044 -C extra-filename=-28c0ee56e9145044 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9362025-03-18T04:43:15.899Z Compiling zerocopy v0.7.32
9372025-03-18T04:43:15.902Z 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=656f42312dd2a357 -C extra-filename=-656f42312dd2a357 --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-d9d7b0a68787ce5a.so --cap-lints allow '-Wclippy::unused-async'`
9382025-03-18T04:43:16.174Z Compiling futures-util v0.3.31
9392025-03-18T04:43:16.196Z 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=f474818a7309cb90 -C extra-filename=-f474818a7309cb90 --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-70ffe431cbdfa988.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'`
9402025-03-18T04:43:16.579Z 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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2d91b1261e9eeb5 -C extra-filename=-e2d91b1261e9eeb5 --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-8e79956a65cfe029.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
9412025-03-18T04:43:16.744Z 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.69/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=6e5d85e94520d852 -C extra-filename=-6e5d85e94520d852 --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-8e79956a65cfe029.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
9422025-03-18T04:43:16.904Z Compiling openssl-macros v0.1.1
9432025-03-18T04:43:16.935Z 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=73ab6dd8e5f63382 -C extra-filename=-73ab6dd8e5f63382 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9442025-03-18T04:43:17.343Z 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=014c22bea19d82ff -C extra-filename=-014c22bea19d82ff --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-d9d7b0a68787ce5a.so --cap-lints allow '-Wclippy::unused-async'`
9452025-03-18T04:43:17.602Z Compiling scroll_derive v0.12.0
9462025-03-18T04:43:17.605Z 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=2d6f93f3896f225f -C extra-filename=-2d6f93f3896f225f --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9472025-03-18T04:43:17.705Z Compiling pest v2.7.6
9482025-03-18T04:43:17.748Z 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=2dc9bb78c23cf2b3 -C extra-filename=-2dc9bb78c23cf2b3 --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-e2d91b1261e9eeb5.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-327f5aa9042d4b15.rmeta --cap-lints allow '-Wclippy::unused-async'`
9492025-03-18T04:43:18.452Z Compiling tracing v0.1.41
9502025-03-18T04:43:18.455Z 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.41/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(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --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=da6e4d4fdc1f24ff -C extra-filename=-da6e4d4fdc1f24ff --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-28c0ee56e9145044.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-ef366177fece7b51.rmeta --cap-lints allow '-Wclippy::unused-async'`
9512025-03-18T04:43:18.691Z 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=2ae4d8616a5b57e6 -C extra-filename=-2ae4d8616a5b57e6 --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-656f42312dd2a357.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'`
9522025-03-18T04:43:18.888Z Compiling regex v1.11.1
9532025-03-18T04:43:18.892Z 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'`
9542025-03-18T04:43:19.084Z Compiling hashbrown v0.14.3
9552025-03-18T04:43:19.113Z 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=ef6618e8558929e8 -C extra-filename=-ef6618e8558929e8 --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-2ae4d8616a5b57e6.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-a4562574ebc3beef.rmeta --cap-lints allow '-Wclippy::unused-async'`
9562025-03-18T04:43:19.116Z Compiling scroll v0.12.0
9572025-03-18T04:43:19.116Z 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=ac11842c752e1255 -C extra-filename=-ac11842c752e1255 --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-2d6f93f3896f225f.so --cap-lints allow '-Wclippy::unused-async'`
9582025-03-18T04:43:19.667Z Compiling goblin v0.8.0
9592025-03-18T04:43:19.670Z 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=1244431350ebfcbf -C extra-filename=-1244431350ebfcbf --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-ac11842c752e1255.rmeta --cap-lints allow '-Wclippy::unused-async'`
9602025-03-18T04:43:19.817Z 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=15108ce66d4238d2 -C extra-filename=-15108ce66d4238d2 --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-70ffe431cbdfa988.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'`
9612025-03-18T04:43:19.875Z Compiling unicode-normalization v0.1.22
9622025-03-18T04:43:19.878Z 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'`
9632025-03-18T04:43:20.318Z Compiling pest_meta v2.7.6
9642025-03-18T04:43:20.321Z 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=2a07a8eae59d44be -C extra-filename=-2a07a8eae59d44be --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-2dc9bb78c23cf2b3.rmeta --cap-lints allow '-Wclippy::unused-async'`
9652025-03-18T04:43:20.541Z Compiling regress v0.10.1
9662025-03-18T04:43:20.545Z 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=b631e5eeae856827 -C extra-filename=-b631e5eeae856827 --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-ef6618e8558929e8.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'`
9672025-03-18T04:43:21.022Z Compiling rand_chacha v0.3.1
9682025-03-18T04:43:21.025Z 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=8f3f296417c6c6a3 -C extra-filename=-8f3f296417c6c6a3 --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-3516bcd5d139aba4.rmeta --cap-lints allow '-Wclippy::unused-async'`
9692025-03-18T04:43:21.046Z 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.218/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=05b5cc208b20b551 -C extra-filename=-05b5cc208b20b551 --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-0c6f77f36969dd6a.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)'`
9702025-03-18T04:43:21.673Z 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.218/src/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=46b936433a10a75b -C extra-filename=-46b936433a10a75b --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-0c6f77f36969dd6a.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)'`
9712025-03-18T04:43:22.021Z Compiling pest_generator v2.7.6
9722025-03-18T04:43:22.025Z 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=f60f850928b7fabf -C extra-filename=-f60f850928b7fabf --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-2dc9bb78c23cf2b3.rmeta --extern pest_meta=/work/oxidecomputer/crucible/target/debug/deps/libpest_meta-2a07a8eae59d44be.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-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'`
9732025-03-18T04:43:23.783Z 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`
9742025-03-18T04:43:24.119Z Compiling pest_derive v2.7.6
9752025-03-18T04:43:24.123Z 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=87e158355cd59b77 -C extra-filename=-87e158355cd59b77 --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-2dc9bb78c23cf2b3.rlib --extern pest_generator=/work/oxidecomputer/crucible/target/debug/deps/libpest_generator-f60f850928b7fabf.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
9762025-03-18T04:43:24.173Z Compiling foreign-types-shared v0.1.1
9772025-03-18T04:43:24.218Z 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'`
9782025-03-18T04:43:24.314Z Compiling mime v0.3.17
9792025-03-18T04:43:24.318Z 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'`
9802025-03-18T04:43:24.545Z Compiling anyhow v1.0.96
9812025-03-18T04:43:24.549Z 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.96/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=dc621fc287eaf870 -C extra-filename=-dc621fc287eaf870 --out-dir /work/oxidecomputer/crucible/target/debug/build/anyhow-dc621fc287eaf870 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
9822025-03-18T04:43:24.865Z Compiling unicode-bidi v0.3.13
9832025-03-18T04:43:24.868Z 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'`
9842025-03-18T04:43:25.029Z Compiling dtrace-parser v0.2.0
9852025-03-18T04:43:25.032Z 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=9de78c43f6495645 -C extra-filename=-9de78c43f6495645 --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-2dc9bb78c23cf2b3.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-87e158355cd59b77.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --cap-lints allow '-Wclippy::unused-async'`
9862025-03-18T04:43:25.160Z Running `/work/oxidecomputer/crucible/target/debug/build/anyhow-dc621fc287eaf870/build-script-build`
9872025-03-18T04:43:25.179Z Compiling foreign-types v0.3.2
9882025-03-18T04:43:25.179Z 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'`
9892025-03-18T04:43:25.290Z Compiling rand v0.8.5
9902025-03-18T04:43:25.293Z 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=37130889923e6930 -C extra-filename=-37130889923e6930 --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-e3a18bea0c9f556b.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-8f3f296417c6c6a3.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-3516bcd5d139aba4.rmeta --cap-lints allow '-Wclippy::unused-async'`
9912025-03-18T04:43:25.349Z 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)'`
9922025-03-18T04:43:25.580Z Compiling idna v0.4.0
9932025-03-18T04:43:25.584Z 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'`
9942025-03-18T04:43:26.330Z Compiling bytes v1.10.0
9952025-03-18T04:43:26.333Z 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.10.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 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=4208ca63f9c0fa7d -C extra-filename=-4208ca63f9c0fa7d --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
9962025-03-18T04:43:26.563Z 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.139/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=a2bff68dbec11818 -C extra-filename=-a2bff68dbec11818 --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
9972025-03-18T04:43:26.595Z Compiling indexmap v2.7.1
9982025-03-18T04:43:26.626Z 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.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 '--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=5ef4dcb66fda1955 -C extra-filename=-5ef4dcb66fda1955 --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-5052e5e1671e898b.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
9992025-03-18T04:43:26.629Z Compiling chrono v0.4.39
10002025-03-18T04:43:26.629Z Compiling bitflags v2.6.0
10012025-03-18T04:43:26.647Z 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.39/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=ec4b3a417bba521e -C extra-filename=-ec4b3a417bba521e --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
10022025-03-18T04:43:26.647Z 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=bb7f03d7fd84e20b -C extra-filename=-bb7f03d7fd84e20b --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
10032025-03-18T04:43:27.132Z 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.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=7c3d793de1bb9c39 -C extra-filename=-7c3d793de1bb9c39 --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10042025-03-18T04:43:27.345Z 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.139/src/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=b4d47d39ffdee5f7 -C extra-filename=-b4d47d39ffdee5f7 --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
10052025-03-18T04:43:27.391Z 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.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 '--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=4584b9f1a72beff9 -C extra-filename=-4584b9f1a72beff9 --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-bcdb8042147c2ef6.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10062025-03-18T04:43:27.814Z Compiling tokio v1.43.0
10072025-03-18T04:43:27.858Z 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=85c8e9e779c06aac -C extra-filename=-85c8e9e779c06aac --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-4208ca63f9c0fa7d.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-a091bf7f79873caa.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-46a1ef43c7ab0018.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-962bd0e087841cf7.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-a5a9a20879de0344.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-bd9b1f0253ad907b.so --cap-lints allow '-Wclippy::unused-async'`
10082025-03-18T04:43:27.922Z Compiling serde_tokenstream v0.2.2
10092025-03-18T04:43:27.925Z 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=0819be7ffe7be3cd -C extra-filename=-0819be7ffe7be3cd --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-46b936433a10a75b.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'`
10102025-03-18T04:43:28.161Z 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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=063d47f12e81d337 -C extra-filename=-063d47f12e81d337 --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-46b936433a10a75b.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)'`
10112025-03-18T04:43:28.497Z 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.39/src/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=6f1340b365e29470 -C extra-filename=-6f1340b365e29470 --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10122025-03-18T04:43:28.576Z Compiling uuid v1.15.1
10132025-03-18T04:43:28.580Z 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.15.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 --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", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=9b7d4517b94becbf -C extra-filename=-9b7d4517b94becbf --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-cda1e2c2a667f236.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10142025-03-18T04:43:28.683Z Compiling http v1.2.0
10152025-03-18T04:43:28.686Z 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=be1eb7f926a40b4c -C extra-filename=-be1eb7f926a40b4c --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-7c3d793de1bb9c39.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'`
10162025-03-18T04:43:28.876Z 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.15.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 --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", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=2b2ee169322bf666 -C extra-filename=-2b2ee169322bf666 --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-8716bd9cb1691a93.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
10172025-03-18T04:43:29.319Z 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=c541a58c30255fa0 -C extra-filename=-c541a58c30255fa0 --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-4208ca63f9c0fa7d.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'`
10182025-03-18T04:43:29.399Z Compiling openapiv3 v2.0.0
10192025-03-18T04:43:29.403Z 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=82cc985d1cd4d3b8 -C extra-filename=-82cc985d1cd4d3b8 --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-4584b9f1a72beff9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --cap-lints allow '-Wclippy::unused-async'`
10202025-03-18T04:43:29.732Z 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=8d1e8721a6ce9d74 -C extra-filename=-8d1e8721a6ce9d74 --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-4208ca63f9c0fa7d.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.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-7f7595eeefb5fb6b.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic`
10212025-03-18T04:43:29.814Z 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=88360fa8682b4c4d -C extra-filename=-88360fa8682b4c4d --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-7c3d793de1bb9c39.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-9c89c5b8c6a2c599.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-34935c5882918084.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-62d70997c27b477c.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-c04805922be49ffc.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-07f58484954de9c7.rmeta --extern tokio_macros=/work/oxidecomputer/crucible/target/debug/deps/libtokio_macros-bd9b1f0253ad907b.so --cap-lints allow '-Wclippy::unused-async'`
10222025-03-18T04:43:30.284Z 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=d5be499193bdca8f -C extra-filename=-d5be499193bdca8f --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10232025-03-18T04:43:30.739Z Compiling dof v0.3.0
10242025-03-18T04:43:30.744Z 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=726cc99c0c0b44ed -C extra-filename=-726cc99c0c0b44ed --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-1244431350ebfcbf.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-e0ffa60808e1e7f2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-656f42312dd2a357.rmeta --cap-lints allow '-Wclippy::unused-async'`
10252025-03-18T04:43:30.768Z 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=8356d1730a61928e -C extra-filename=-8356d1730a61928e --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-7c3d793de1bb9c39.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-6f1340b365e29470.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-7f7595eeefb5fb6b.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern uuid1=/work/oxidecomputer/crucible/target/debug/deps/libuuid-9b7d4517b94becbf.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg std_atomic64 --cfg std_atomic`
10262025-03-18T04:43:31.707Z Compiling http-body v1.0.1
10272025-03-18T04:43:31.729Z 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=1893649ee7a9fe0b -C extra-filename=-1893649ee7a9fe0b --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-4208ca63f9c0fa7d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --cap-lints allow '-Wclippy::unused-async'`
10282025-03-18T04:43:31.769Z 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=1096cc81182f5a3d -C extra-filename=-1096cc81182f5a3d --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-726cc99c0c0b44ed.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-9de78c43f6495645.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-9c89c5b8c6a2c599.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-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-95d9de5f003d6dd7.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard`
10292025-03-18T04:43:31.978Z Compiling toml_datetime v0.6.8
10302025-03-18T04:43:31.981Z 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=b6ddbcf5fb574a79 -C extra-filename=-b6ddbcf5fb574a79 --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10312025-03-18T04:43:32.301Z 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.26/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=c97a1e9eaeb97800 -C extra-filename=-c97a1e9eaeb97800 --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-05b5cc208b20b551.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)'`
10322025-03-18T04:43:32.426Z 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=8a98a3862b7fcb4c -C extra-filename=-8a98a3862b7fcb4c --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-6c8dd67ff824dd25.rmeta --cap-lints allow '-Wclippy::unused-async'`
10332025-03-18T04:43:32.851Z 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=fdf1baa8fc48c5db -C extra-filename=-fdf1baa8fc48c5db --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-e3a18bea0c9f556b.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`
10342025-03-18T04:43:32.973Z 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'`
10352025-03-18T04:43:33.079Z 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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=f68e45282598b835 -C extra-filename=-f68e45282598b835 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10362025-03-18T04:43:33.237Z Compiling usdt-macro v0.5.0
10372025-03-18T04:43:33.272Z 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=387a6f531648e2ac -C extra-filename=-387a6f531648e2ac --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-9de78c43f6495645.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-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-1096cc81182f5a3d.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
10382025-03-18T04:43:33.276Z Compiling usdt-attr-macro v0.5.0
10392025-03-18T04:43:33.297Z 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=5201202870fecda3 -C extra-filename=-5201202870fecda3 --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-9de78c43f6495645.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-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-1096cc81182f5a3d.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
10402025-03-18T04:43:33.400Z Compiling http-body-util v0.1.2
10412025-03-18T04:43:33.403Z 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=ffbe22468b5b7710 -C extra-filename=-ffbe22468b5b7710 --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-4208ca63f9c0fa7d.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-1893649ee7a9fe0b.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --cap-lints allow '-Wclippy::unused-async'`
10422025-03-18T04:43:33.753Z Compiling url v2.4.1
10432025-03-18T04:43:33.788Z 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'`
10442025-03-18T04:43:33.809Z Compiling encoding_rs v0.8.33
10452025-03-18T04:43:33.809Z 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'`
10462025-03-18T04:43:33.919Z Compiling base64 v0.22.1
10472025-03-18T04:43:33.955Z 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'`
10482025-03-18T04:43:34.114Z 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=b89fc4d2266c885d -C extra-filename=-b89fc4d2266c885d --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-bb7f03d7fd84e20b.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-e3a18bea0c9f556b.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-73ab6dd8e5f63382.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-fdf1baa8fc48c5db.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`
10492025-03-18T04:43:34.703Z 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'`
10502025-03-18T04:43:34.767Z 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'`
10512025-03-18T04:43:34.910Z Compiling openssl-probe v0.1.5
10522025-03-18T04:43:34.914Z 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'`
10532025-03-18T04:43:34.953Z 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'`
10542025-03-18T04:43:35.085Z 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'`
10552025-03-18T04:43:35.150Z 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'`
10562025-03-18T04:43:35.189Z 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'`
10572025-03-18T04:43:35.227Z Compiling rustls-pemfile v2.1.3
10582025-03-18T04:43:35.230Z 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=430327ca2ab8a56f -C extra-filename=-430327ca2ab8a56f --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-2491755703427cfd.rmeta --cap-lints allow '-Wclippy::unused-async'`
10592025-03-18T04:43:35.505Z Compiling serde_urlencoded v0.7.1
10602025-03-18T04:43:35.510Z 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=e0356821abeb72ac -C extra-filename=-e0356821abeb72ac --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
10612025-03-18T04:43:35.557Z 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.33/src/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(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --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=a1935ef9489ed687 -C extra-filename=-a1935ef9489ed687 --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'`
10622025-03-18T04:43:35.724Z 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'`
10632025-03-18T04:43:35.937Z Compiling tokio-util v0.7.14
10642025-03-18T04:43:35.940Z 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --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=f4e45da41a3d5085 -C extra-filename=-f4e45da41a3d5085 --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-4208ca63f9c0fa7d.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-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async'`
10652025-03-18T04:43:36.008Z Compiling ipnet v2.9.0
10662025-03-18T04:43:36.028Z 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'`
10672025-03-18T04:43:36.705Z Compiling rustversion v1.0.14
10682025-03-18T04:43:36.708Z 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'`
10692025-03-18T04:43:36.740Z 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'`
10702025-03-18T04:43:37.197Z Compiling h2 v0.4.6
10712025-03-18T04:43:37.202Z 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=bcb473e8786c2d53 -C extra-filename=-bcb473e8786c2d53 --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-4208ca63f9c0fa7d.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-c541a58c30255fa0.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-b4fe7f623e4bad47.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-f4e45da41a3d5085.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --cap-lints allow '-Wclippy::unused-async'`
10722025-03-18T04:43:37.318Z 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.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --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=bc51030b4d361790 -C extra-filename=-bc51030b4d361790 --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-28c0ee56e9145044.so --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-a1935ef9489ed687.rmeta --cap-lints allow '-Wclippy::unused-async'`
10732025-03-18T04:43:37.350Z Running `/work/oxidecomputer/crucible/target/debug/build/rustversion-58eea608960c4a41/build-script-build`
10742025-03-18T04:43:37.422Z 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=904138aa66c5f3a9 -C extra-filename=-904138aa66c5f3a9 --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-7c3d793de1bb9c39.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --cap-lints allow '-Wclippy::unused-async'`
10752025-03-18T04:43:37.681Z Compiling serde_spanned v0.6.8
10762025-03-18T04:43:37.684Z 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.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=f7bdfa51119707bd -C extra-filename=-f7bdfa51119707bd --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10772025-03-18T04:43:37.725Z Compiling futures-executor v0.3.31
10782025-03-18T04:43:37.728Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8ddd9e2b44ef29d0 -C extra-filename=-8ddd9e2b44ef29d0 --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_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-31b46e1276a7fb9b.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --cap-lints allow '-Wclippy::unused-async'`
10792025-03-18T04:43:37.811Z Compiling webpki-roots v0.26.6
10802025-03-18T04:43:37.841Z 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=b2de3bb35aaef71c -C extra-filename=-b2de3bb35aaef71c --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-2491755703427cfd.rmeta --cap-lints allow '-Wclippy::unused-async'`
10812025-03-18T04:43:37.943Z 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4249fd7f34fe0ee4 -C extra-filename=-4249fd7f34fe0ee4 --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_neon_intrinsics --cfg httparse_simd`
10822025-03-18T04:43:38.050Z 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.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --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=4ba83ff5cb32e54d -C extra-filename=-4ba83ff5cb32e54d --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-7c3d793de1bb9c39.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-88360fa8682b4c4d.rmeta --cap-lints allow '-Wclippy::unused-async'`
10832025-03-18T04:43:38.307Z Compiling sync_wrapper v1.0.1
10842025-03-18T04:43:38.307Z 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'`
10852025-03-18T04:43:38.479Z Compiling errno v0.3.9
10862025-03-18T04:43:38.483Z 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=11f7185bae72fb26 -C extra-filename=-11f7185bae72fb26 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
10872025-03-18T04:43:38.502Z 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'`
10882025-03-18T04:43:38.525Z 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'`
10892025-03-18T04:43:38.732Z 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'`
10902025-03-18T04:43:39.101Z 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'`
10912025-03-18T04:43:39.219Z 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'`
10922025-03-18T04:43:39.382Z Compiling tower-layer v0.3.3
10932025-03-18T04:43:39.385Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d11d4cc269b711c9 -C extra-filename=-d11d4cc269b711c9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
10942025-03-18T04:43:39.661Z Compiling tower v0.5.2
10952025-03-18T04:43:39.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=6fcad2cc8ce5a1c9 -C extra-filename=-6fcad2cc8ce5a1c9 --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_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-225ebeedc4a85d39.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tower_layer=/work/oxidecomputer/crucible/target/debug/deps/libtower_layer-d11d4cc269b711c9.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --cap-lints allow '-Wclippy::unused-async'`
10962025-03-18T04:43:39.736Z 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=b700e6e0b4c3b247 -C extra-filename=-b700e6e0b4c3b247 --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-b89fc4d2266c885d.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-fdf1baa8fc48c5db.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
10972025-03-18T04:43:40.304Z Compiling tokio-native-tls v0.3.1
10982025-03-18T04:43:40.307Z 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=080df03a9a22203c -C extra-filename=-080df03a9a22203c --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-b700e6e0b4c3b247.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64`
10992025-03-18T04:43:40.544Z 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'`
11002025-03-18T04:43:40.626Z 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'`
11012025-03-18T04:43:40.847Z 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=ab728171cc85801f -C extra-filename=-ab728171cc85801f --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-7c3d793de1bb9c39.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-be1eb7f926a40b4c.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-4584b9f1a72beff9.rmeta --extern slab=/work/oxidecomputer/crucible/target/debug/deps/libslab-8abaa7fddf8c785c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba83ff5cb32e54d.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc51030b4d361790.rmeta --cap-lints allow '-Wclippy::unused-async'`
11022025-03-18T04:43:41.956Z 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=1e4bf4eea7c2705f -C extra-filename=-1e4bf4eea7c2705f --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-bb7f03d7fd84e20b.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-11f7185bae72fb26.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish`
11032025-03-18T04:43:42.016Z Compiling hyper v1.6.0
11042025-03-18T04:43:42.020Z 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.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 --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("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=7a44ec1a330558e7 -C extra-filename=-7a44ec1a330558e7 --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-4208ca63f9c0fa7d.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-f474818a7309cb90.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-bcb473e8786c2d53.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-1893649ee7a9fe0b.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-7cc41e5811456d1a.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-85c8e9e779c06aac.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-67e98b84bcadd528.rmeta --cap-lints allow '-Wclippy::unused-async'`
11052025-03-18T04:43:42.043Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/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=edd51d925182348b -C extra-filename=-edd51d925182348b --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'`
11062025-03-18T04:43:42.374Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=b28c1043e71bb71c -C extra-filename=-b28c1043e71bb71c --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-5ef4dcb66fda1955.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --cap-lints allow '-Wclippy::unused-async'`
11072025-03-18T04:43:43.295Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --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=60edc595d00e0a3c -C extra-filename=-60edc595d00e0a3c --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-eb42340f8849aac7.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'`
11082025-03-18T04:43:43.610Z Compiling block-buffer v0.10.4
11092025-03-18T04:43:43.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b2d2b04b6f8a233 -C extra-filename=-5b2d2b04b6f8a233 --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 --cap-lints allow '-Wclippy::unused-async'`
11102025-03-18T04:43:43.860Z 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.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=6ec1ef2bbbc5be8b -C extra-filename=-6ec1ef2bbbc5be8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11112025-03-18T04:43:44.045Z 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'`
11122025-03-18T04:43:44.439Z Compiling hyper-util v0.1.10
11132025-03-18T04:43:44.443Z 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.10/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=3ef1703511f806f3 -C extra-filename=-3ef1703511f806f3 --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-4208ca63f9c0fa7d.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-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-1893649ee7a9fe0b.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.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-a5a9a20879de0344.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --cap-lints allow '-Wclippy::unused-async'`
11142025-03-18T04:43:44.622Z 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'`
11152025-03-18T04:43:44.774Z 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'`
11162025-03-18T04:43:44.916Z Compiling powerfmt v0.2.0
11172025-03-18T04:43:44.974Z 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'`
11182025-03-18T04:43:45.313Z 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=71124463922712d1 -C extra-filename=-71124463922712d1 --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-8a98a3862b7fcb4c.rmeta --cap-lints allow '-Wclippy::unused-async'`
11192025-03-18T04:43:45.337Z Compiling deranged v0.3.9
11202025-03-18T04:43:45.337Z 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'`
11212025-03-18T04:43:45.709Z 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.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 --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("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=1970ebb89b1ff662 -C extra-filename=-1970ebb89b1ff662 --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-7c3d793de1bb9c39.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-ab728171cc85801f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-904138aa66c5f3a9.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-4249fd7f34fe0ee4.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-ceb5109e77851e6d.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern want=/work/oxidecomputer/crucible/target/debug/deps/libwant-06e20cebbdecfbc4.rmeta --cap-lints allow '-Wclippy::unused-async'`
11222025-03-18T04:43:45.943Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c27d41a2184bc210 -C extra-filename=-c27d41a2184bc210 --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-dc4d10b7311586a0.rmeta --cap-lints allow '-Wclippy::unused-async'`
11232025-03-18T04:43:46.058Z Compiling digest v0.10.7
11242025-03-18T04:43:46.062Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=eb9874bf82d94b67 -C extra-filename=-eb9874bf82d94b67 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-5b2d2b04b6f8a233.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-c85f5e45e763fd9e.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'`
11252025-03-18T04:43:46.303Z Compiling hyper-tls v0.6.0
11262025-03-18T04:43:46.307Z 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=106f7c63c71fc3f4 -C extra-filename=-106f7c63c71fc3f4 --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-4208ca63f9c0fa7d.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ffbe22468b5b7710.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-3ef1703511f806f3.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-b700e6e0b4c3b247.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-080df03a9a22203c.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64`
11272025-03-18T04:43:46.456Z 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'`
11282025-03-18T04:43:46.487Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=979b73fa33426559 -C extra-filename=-979b73fa33426559 --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-9c89c5b8c6a2c599.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`
11292025-03-18T04:43:46.723Z Compiling num_threads v0.1.6
11302025-03-18T04:43:46.768Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=02649050c7c3f33f -C extra-filename=-02649050c7c3f33f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11312025-03-18T04:43:46.791Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=93e73b774428bce3 -C extra-filename=-93e73b774428bce3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11322025-03-18T04:43:46.872Z Compiling camino v1.1.9
11332025-03-18T04:43:46.929Z 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/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=5589b96b1842068f -C extra-filename=-5589b96b1842068f --out-dir /work/oxidecomputer/crucible/target/debug/build/camino-5589b96b1842068f -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11342025-03-18T04:43:47.120Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --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=665b08dc86914dc5 -C extra-filename=-665b08dc86914dc5 --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-93e73b774428bce3.rmeta --cap-lints allow '-Wclippy::unused-async'`
11352025-03-18T04:43:47.188Z Compiling time v0.3.36
11362025-03-18T04:43:47.191Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=7ba3098970f18333 -C extra-filename=-7ba3098970f18333 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-48059e68a201f95f.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-9c89c5b8c6a2c599.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-a193a8191ebdd77d.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-02649050c7c3f33f.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-6aa3b04a1c9c5d6f.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-5e0cafecb193e6e8.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --cap-lints allow '-Wclippy::unused-async'`
11372025-03-18T04:43:47.488Z Running `/work/oxidecomputer/crucible/target/debug/build/camino-5589b96b1842068f/build-script-build`
11382025-03-18T04:43:47.562Z 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 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=f2f66cec4bf14cfd -C extra-filename=-f2f66cec4bf14cfd --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-d5be499193bdca8f.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-c27d41a2184bc210.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-9c89c5b8c6a2c599.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern openssl_macros=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_macros-73ab6dd8e5f63382.so --extern ffi=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-979b73fa33426559.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`
11392025-03-18T04:43:47.602Z 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 embed-bitcode=no --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=9abfe5f2cd29ae4f -C extra-filename=-9abfe5f2cd29ae4f --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-9c89c5b8c6a2c599.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-71124463922712d1.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-8a98a3862b7fcb4c.rmeta --cap-lints allow '-Wclippy::unused-async'`
11402025-03-18T04:43:47.697Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=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=254dc3ed244b817a -C extra-filename=-254dc3ed244b817a --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
11412025-03-18T04:43:48.035Z 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.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 --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=1cb4208edb2dfd97 -C extra-filename=-1cb4208edb2dfd97 --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
11422025-03-18T04:43:48.211Z 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.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="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=91426eb899857460 -C extra-filename=-91426eb899857460 --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-7c3d793de1bb9c39.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-904138aa66c5f3a9.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1970ebb89b1ff662.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-07f58484954de9c7.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc51030b4d361790.rmeta --cap-lints allow '-Wclippy::unused-async'`
11432025-03-18T04:43:48.303Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=de9d27ea9cba45e6 -C extra-filename=-de9d27ea9cba45e6 --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-2d6f93f3896f225f.so --cap-lints allow '-Wclippy::unused-async'`
11442025-03-18T04:43:48.457Z 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 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=fd24c0f4ca15faba -C extra-filename=-fd24c0f4ca15faba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg integer128`
11452025-03-18T04:43:48.852Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3b27ac276f69e58c -C extra-filename=-3b27ac276f69e58c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11462025-03-18T04:43:48.882Z 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 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=5fea8601423eee6f -C extra-filename=-5fea8601423eee6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11472025-03-18T04:43:49.173Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76ff00c2e45592dc -C extra-filename=-76ff00c2e45592dc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11482025-03-18T04:43:49.176Z Compiling either v1.13.0
11492025-03-18T04:43:49.176Z 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 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", "serde", "use_std"))' -C metadata=2f45379508106f01 -C extra-filename=-2f45379508106f01 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11502025-03-18T04:43:49.203Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c2fdd80a4f6835b -C extra-filename=-3c2fdd80a4f6835b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11512025-03-18T04:43:49.384Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67fd6a23309f1180 -C extra-filename=-67fd6a23309f1180 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11522025-03-18T04:43:49.459Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee7ebf239e1c21db -C extra-filename=-ee7ebf239e1c21db --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11532025-03-18T04:43:49.514Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=86bc2c6b264bbf40 -C extra-filename=-86bc2c6b264bbf40 --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 plain=/work/oxidecomputer/crucible/target/debug/deps/libplain-3c2fdd80a4f6835b.rmeta --extern scroll=/work/oxidecomputer/crucible/target/debug/deps/libscroll-de9d27ea9cba45e6.rmeta --cap-lints allow '-Wclippy::unused-async'`
11542025-03-18T04:43:49.560Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --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=84ff9874e8a83dae -C extra-filename=-84ff9874e8a83dae --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 --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern ucd_trie=/work/oxidecomputer/crucible/target/debug/deps/libucd_trie-5fea8601423eee6f.rmeta --cap-lints allow '-Wclippy::unused-async'`
11552025-03-18T04:43:49.584Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=a5e14837642541c5 -C extra-filename=-a5e14837642541c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern deranged=/work/oxidecomputer/crucible/target/debug/deps/libderanged-665b08dc86914dc5.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-ea0f017d02a7105b.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern num_conv=/work/oxidecomputer/crucible/target/debug/deps/libnum_conv-3b27ac276f69e58c.rmeta --extern num_threads=/work/oxidecomputer/crucible/target/debug/deps/libnum_threads-ee7ebf239e1c21db.rmeta --extern powerfmt=/work/oxidecomputer/crucible/target/debug/deps/libpowerfmt-93e73b774428bce3.rmeta --extern time_core=/work/oxidecomputer/crucible/target/debug/deps/libtime_core-67fd6a23309f1180.rmeta --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --cap-lints allow '-Wclippy::unused-async'`
11562025-03-18T04:43:49.607Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=442a1d380018bbc3 -C extra-filename=-442a1d380018bbc3 --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-7c3d793de1bb9c39.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-904138aa66c5f3a9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --cap-lints allow '-Wclippy::unused-async'`
11572025-03-18T04:43:50.100Z 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=8b8fceea39902050 -C extra-filename=-8b8fceea39902050 --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-014c22bea19d82ff.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg 'feature="folded_multiply"'`
11582025-03-18T04:43:50.620Z Compiling async-trait v0.1.86
11592025-03-18T04:43:50.623Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.86/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=6d37a81b7654cecf -C extra-filename=-6d37a81b7654cecf --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
11602025-03-18T04:43:50.644Z 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 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=60bdd008bf049ad3 -C extra-filename=-60bdd008bf049ad3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11612025-03-18T04:43:51.570Z 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 embed-bitcode=no --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=130de0a54fb4383a -C extra-filename=-130de0a54fb4383a --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'`
11622025-03-18T04:43:51.859Z 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 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=498ab88b9d5b7b53 -C extra-filename=-498ab88b9d5b7b53 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11632025-03-18T04:43:52.515Z 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'`
11642025-03-18T04:43:52.612Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36973217fecc7797 -C extra-filename=-36973217fecc7797 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11652025-03-18T04:43:53.018Z Compiling winnow v0.5.19
11662025-03-18T04:43:53.022Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=6d3a834276e35f6f -C extra-filename=-6d3a834276e35f6f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11672025-03-18T04:43:53.080Z Compiling unsafe-libyaml v0.2.9
11682025-03-18T04:43:53.085Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ecc480b04482755 -C extra-filename=-0ecc480b04482755 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11692025-03-18T04:43:53.304Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=a0a0430e25f67164 -C extra-filename=-a0a0430e25f67164 --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 openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-f2f66cec4bf14cfd.rmeta --extern openssl_probe=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_probe-76ff00c2e45592dc.rmeta --extern openssl_sys=/work/oxidecomputer/crucible/target/debug/deps/libopenssl_sys-979b73fa33426559.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
11702025-03-18T04:43:53.551Z 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 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"))' -C metadata=ac35cb7c177c409f -C extra-filename=-ac35cb7c177c409f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11712025-03-18T04:43:53.814Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=3faa42fbfeb390b7 -C extra-filename=-3faa42fbfeb390b7 --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-a0a0430e25f67164.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64`
11722025-03-18T04:43:53.818Z 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=e284abccd369e10f -C extra-filename=-e284abccd369e10f --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-8b8fceea39902050.rmeta --extern allocator_api2=/work/oxidecomputer/crucible/target/debug/deps/liballocator_api2-2eed6a679075b5cb.rmeta --cap-lints allow '-Wclippy::unused-async'`
11732025-03-18T04:43:54.109Z 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 embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6c63db6464feb264 -C extra-filename=-6c63db6464feb264 --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-498ab88b9d5b7b53.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --cap-lints allow '-Wclippy::unused-async'`
11742025-03-18T04:43:54.523Z Compiling serde_yaml v0.9.27
11752025-03-18T04:43:54.526Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.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=b280831f7cf42be5 -C extra-filename=-b280831f7cf42be5 --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-4584b9f1a72beff9.rmeta --extern itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern unsafe_libyaml=/work/oxidecomputer/crucible/target/debug/deps/libunsafe_libyaml-0ecc480b04482755.rmeta --cap-lints allow '-Wclippy::unused-async'`
11762025-03-18T04:43:54.729Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b163fd79d42b43a2 -C extra-filename=-b163fd79d42b43a2 --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-84ff9874e8a83dae.rmeta --extern pest_derive=/work/oxidecomputer/crucible/target/debug/deps/libpest_derive-87e158355cd59b77.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'`
11772025-03-18T04:43:54.855Z 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 embed-bitcode=no --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=396964c5b9dd4c23 -C extra-filename=-396964c5b9dd4c23 --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-60bdd008bf049ad3.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg relaxed_coherence`
11782025-03-18T04:43:54.944Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47860bd3b053ccfb -C extra-filename=-47860bd3b053ccfb --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 itoa=/work/oxidecomputer/crucible/target/debug/deps/libitoa-71a6a6543ead115f.rmeta --extern ryu=/work/oxidecomputer/crucible/target/debug/deps/libryu-5a8ab827ee817ff2.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
11792025-03-18T04:43:55.038Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3550d0a4b4cfc20e -C extra-filename=-3550d0a4b4cfc20e --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-f68e45282598b835.rmeta --cap-lints allow '-Wclippy::unused-async'`
11802025-03-18T04:43:55.260Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --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=547f14653fcc489b -C extra-filename=-547f14653fcc489b --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-86bc2c6b264bbf40.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-ac35cb7c177c409f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-014c22bea19d82ff.rmeta --cap-lints allow '-Wclippy::unused-async'`
11812025-03-18T04:43:55.378Z 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 embed-bitcode=no --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=4130c15e46fcd865 -C extra-filename=-4130c15e46fcd865 --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 --cap-lints allow '-Wclippy::unused-async'`
11822025-03-18T04:43:55.490Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19fe5e80bfbd6e5c -C extra-filename=-19fe5e80bfbd6e5c --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
11832025-03-18T04:43:55.554Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=121807c46a8f2973 -C extra-filename=-121807c46a8f2973 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11842025-03-18T04:43:55.634Z 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 embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=06d681a6b3f0684a -C extra-filename=-06d681a6b3f0684a --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-7c3d793de1bb9c39.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-442a1d380018bbc3.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1970ebb89b1ff662.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-91426eb899857460.rmeta --extern native_tls=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-a0a0430e25f67164.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-3faa42fbfeb390b7.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/ssl-3/lib/amd64`
11852025-03-18T04:43:55.851Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=520d61870ac67883 -C extra-filename=-520d61870ac67883 --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_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-4130c15e46fcd865.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern tower_layer=/work/oxidecomputer/crucible/target/debug/deps/libtower_layer-121807c46a8f2973.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --cap-lints allow '-Wclippy::unused-async'`
11862025-03-18T04:43:56.027Z Compiling num-integer v0.1.46
11872025-03-18T04:43:56.027Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b792e13107f508d2 -C extra-filename=-b792e13107f508d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
11882025-03-18T04:43:56.069Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=158bbbb4b2325503 -C extra-filename=-158bbbb4b2325503 --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 dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-547f14653fcc489b.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-b163fd79d42b43a2.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --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 serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern thread_id=/work/oxidecomputer/crucible/target/debug/deps/libthread_id-19fe5e80bfbd6e5c.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --cfg usdt_backend_standard`
11892025-03-18T04:43:56.412Z Compiling memmap v0.7.0
11902025-03-18T04:43:56.415Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21ded4fd74a2ce18 -C extra-filename=-21ded4fd74a2ce18 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
11912025-03-18T04:43:56.556Z 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 embed-bitcode=no --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=86764da6759ba154 -C extra-filename=-86764da6759ba154 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
11922025-03-18T04:43:56.684Z 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 embed-bitcode=no --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=95e71577e6e47b9f -C extra-filename=-95e71577e6e47b9f --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-396964c5b9dd4c23.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-8a98a3862b7fcb4c.rmeta --extern typenum=/work/oxidecomputer/crucible/target/debug/deps/libtypenum-60bdd008bf049ad3.rmeta --cap-lints allow '-Wclippy::unused-async'`
11932025-03-18T04:43:56.772Z Compiling usdt v0.5.0
11942025-03-18T04:43:56.775Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=a1aa1e8a446446bd -C extra-filename=-a1aa1e8a446446bd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-547f14653fcc489b.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-b163fd79d42b43a2.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-86bc2c6b264bbf40.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-21ded4fd74a2ce18.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-5201202870fecda3.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-158bbbb4b2325503.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-387a6f531648e2ac.so --cap-lints allow '-Wclippy::unused-async'`
11952025-03-18T04:43:56.794Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=682e7a27d089a975 -C extra-filename=-682e7a27d089a975 --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-396964c5b9dd4c23.rmeta --cap-lints allow '-Wclippy::unused-async'`
11962025-03-18T04:43:56.920Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --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=b7d727334a61bd08 -C extra-filename=-b7d727334a61bd08 --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-e284abccd369e10f.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'`
11972025-03-18T04:43:57.061Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=ee56b1422fd07671 -C extra-filename=-ee56b1422fd07671 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
11982025-03-18T04:43:57.271Z 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 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=b866ef01f72144b2 -C extra-filename=-b866ef01f72144b2 --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)'`
11992025-03-18T04:43:57.315Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0141b157cb81e95d -C extra-filename=-0141b157cb81e95d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12002025-03-18T04:43:57.526Z Compiling utf8parse v0.2.1
12012025-03-18T04:43:57.548Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=353c36a14bd8f05b -C extra-filename=-353c36a14bd8f05b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12022025-03-18T04:43:57.579Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=d0b07278586543bf -C extra-filename=-d0b07278586543bf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern block_buffer=/work/oxidecomputer/crucible/target/debug/deps/libblock_buffer-682e7a27d089a975.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-95e71577e6e47b9f.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --cap-lints allow '-Wclippy::unused-async'`
12032025-03-18T04:43:57.720Z Compiling hex v0.4.3
12042025-03-18T04:43:57.723Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.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="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=9682259434989048 -C extra-filename=-9682259434989048 --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
12052025-03-18T04:43:57.824Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8ae0148792336cd2 -C extra-filename=-8ae0148792336cd2 --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_task=/work/oxidecomputer/crucible/target/debug/deps/libfutures_task-9cab553b07e0c4ef.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --cap-lints allow '-Wclippy::unused-async'`
12062025-03-18T04:43:57.847Z Compiling clap_derive v4.5.28
12072025-03-18T04:43:57.850Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.28/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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=6cccd81401d5f501 -C extra-filename=-6cccd81401d5f501 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
12082025-03-18T04:43:57.915Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=a1e40ef0cebf30e5 -C extra-filename=-a1e40ef0cebf30e5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'`
12092025-03-18T04:43:57.972Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8d060ee0c57e5c8 -C extra-filename=-a8d060ee0c57e5c8 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
12102025-03-18T04:43:58.299Z 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=f8c0a01433fc2ba9 -C extra-filename=-f8c0a01433fc2ba9 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
12112025-03-18T04:43:58.320Z Compiling rustls v0.22.4
12122025-03-18T04:43:58.320Z Compiling siphasher v0.3.11
12132025-03-18T04:43:58.320Z 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.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=c6f031ebdd6ad5f5 -C extra-filename=-c6f031ebdd6ad5f5 --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-c6f031ebdd6ad5f5 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12142025-03-18T04:43:58.323Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=221ec4df0c4594a7 -C extra-filename=-221ec4df0c4594a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12152025-03-18T04:43:58.365Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=029008a30f27de22 -C extra-filename=-029008a30f27de22 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12162025-03-18T04:43:58.526Z Compiling anstyle-parse v0.2.2
12172025-03-18T04:43:58.529Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-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 --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=ac2403a72561af5d -C extra-filename=-ac2403a72561af5d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-029008a30f27de22.rmeta --cap-lints allow '-Wclippy::unused-async'`
12182025-03-18T04:43:58.548Z 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=501b7e241a20fc0f -C extra-filename=-501b7e241a20fc0f --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-d5be499193bdca8f.rmeta --extern libc_errno=/work/oxidecomputer/crucible/target/debug/deps/liberrno-f8c0a01433fc2ba9.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg static_assertions --cfg libc --cfg solarish`
12192025-03-18T04:43:58.655Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=0812f0d931fb792e -C extra-filename=-0812f0d931fb792e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-726cc99c0c0b44ed.rmeta --extern dtrace_parser=/work/oxidecomputer/crucible/target/debug/deps/libdtrace_parser-9de78c43f6495645.rmeta --extern goblin=/work/oxidecomputer/crucible/target/debug/deps/libgoblin-1244431350ebfcbf.rmeta --extern memmap=/work/oxidecomputer/crucible/target/debug/deps/libmemmap-a8d060ee0c57e5c8.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern usdt_attr_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_attr_macro-5201202870fecda3.so --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-1096cc81182f5a3d.rmeta --extern usdt_macro=/work/oxidecomputer/crucible/target/debug/deps/libusdt_macro-387a6f531648e2ac.so --cap-lints allow '-Wclippy::unused-async'`
12202025-03-18T04:43:58.658Z Compiling toml_edit v0.19.15
12212025-03-18T04:43:58.658Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.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 --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=9fdcf63276bbf3fb -C extra-filename=-9fdcf63276bbf3fb --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-4584b9f1a72beff9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-f7bdfa51119707bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-6d3a834276e35f6f.rmeta --cap-lints allow '-Wclippy::unused-async'`
12222025-03-18T04:43:58.728Z Compiling phf_shared v0.11.2
12232025-03-18T04:43:58.731Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=fe9caec71baba2f6 -C extra-filename=-fe9caec71baba2f6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-221ec4df0c4594a7.rmeta --cap-lints allow '-Wclippy::unused-async'`
12242025-03-18T04:43:58.859Z Compiling typify-impl v0.2.0
12252025-03-18T04:43:58.879Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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=c9c18d03c7858925 -C extra-filename=-c9c18d03c7858925 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.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 regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-b631e5eeae856827.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'`
12262025-03-18T04:43:59.063Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=4fbc81f64da6ef47 -C extra-filename=-4fbc81f64da6ef47 --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
12272025-03-18T04:43:59.086Z Compiling paste v1.0.15
12282025-03-18T04:43:59.092Z 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'`
12292025-03-18T04:43:59.598Z Compiling anstyle v1.0.8
12302025-03-18T04:43:59.601Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.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=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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bff069c07dd7ab8a -C extra-filename=-bff069c07dd7ab8a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12312025-03-18T04:43:59.619Z Compiling colorchoice v1.0.0
12322025-03-18T04:43:59.622Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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())' -C metadata=03fa8b49bc54a2b4 -C extra-filename=-03fa8b49bc54a2b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12332025-03-18T04:43:59.650Z Compiling anstyle-query v1.0.0
12342025-03-18T04:43:59.654Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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())' -C metadata=cca0ab2868d9db9a -C extra-filename=-cca0ab2868d9db9a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12352025-03-18T04:43:59.786Z Compiling cpufeatures v0.2.12
12362025-03-18T04:43:59.790Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15edc6e9ccf6fbc4 -C extra-filename=-15edc6e9ccf6fbc4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12372025-03-18T04:43:59.809Z Running `/work/oxidecomputer/crucible/target/debug/build/paste-4eacc5740c351067/build-script-build`
12382025-03-18T04:43:59.880Z Compiling num-iter v0.1.45
12392025-03-18T04:43:59.901Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/src/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b21205cc3a0be61c -C extra-filename=-b21205cc3a0be61c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'`
12402025-03-18T04:43:59.905Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.45/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=53f2ce350b05432f -C extra-filename=-53f2ce350b05432f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
12412025-03-18T04:44:00.034Z Compiling anstream v0.6.12
12422025-03-18T04:44:00.037Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=b6522fc9b892d27a -C extra-filename=-b6522fc9b892d27a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-bff069c07dd7ab8a.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-ac2403a72561af5d.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-cca0ab2868d9db9a.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-03fa8b49bc54a2b4.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-029008a30f27de22.rmeta --cap-lints allow '-Wclippy::unused-async'`
12432025-03-18T04:44:00.071Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --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=16a78c49a6047436 -C extra-filename=-16a78c49a6047436 --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-eb42340f8849aac7.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-60edc595d00e0a3c.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'`
12442025-03-18T04:44:00.105Z Compiling multer v3.1.0
12452025-03-18T04:44:00.109Z 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/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=4efb1af69c5a36ce -C extra-filename=-4efb1af69c5a36ce --out-dir /work/oxidecomputer/crucible/target/debug/build/multer-4efb1af69c5a36ce -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'`
12462025-03-18T04:44:00.511Z Compiling clap_lex v0.7.4
12472025-03-18T04:44:00.515Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2ac398bf3639800 -C extra-filename=-c2ac398bf3639800 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12482025-03-18T04:44:00.633Z Compiling terminal_size v0.4.0
12492025-03-18T04:44:00.636Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c858f2fa7584bc76 -C extra-filename=-c858f2fa7584bc76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-501b7e241a20fc0f.rmeta --cap-lints allow '-Wclippy::unused-async'`
12502025-03-18T04:44:00.880Z Compiling strsim v0.11.0
12512025-03-18T04:44:00.890Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd800e89853273fe -C extra-filename=-bd800e89853273fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12522025-03-18T04:44:00.943Z Compiling slog-async v2.8.0
12532025-03-18T04:44:00.946Z 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-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=5436508402c3c3ac -C extra-filename=-5436508402c3c3ac --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-async-5436508402c3c3ac -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12542025-03-18T04:44:01.099Z Running `/work/oxidecomputer/crucible/target/debug/build/multer-4efb1af69c5a36ce/build-script-build`
12552025-03-18T04:44:01.173Z 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"))'`
12562025-03-18T04:44:01.218Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=006f50001c1b533e -C extra-filename=-006f50001c1b533e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-353c36a14bd8f05b.rmeta --cap-lints allow '-Wclippy::unused-async'`
12572025-03-18T04:44:01.464Z Running `/work/oxidecomputer/crucible/target/debug/build/slog-async-5436508402c3c3ac/build-script-build`
12582025-03-18T04:44:01.531Z Compiling clap_builder v4.5.31
12592025-03-18T04:44:01.553Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=9e77aa1d3866a197 -C extra-filename=-9e77aa1d3866a197 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-b6522fc9b892d27a.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-bff069c07dd7ab8a.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-c2ac398bf3639800.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-bd800e89853273fe.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-c858f2fa7584bc76.rmeta --cap-lints allow '-Wclippy::unused-async'`
12602025-03-18T04:44:01.556Z Compiling async-stream-impl v0.3.6
12612025-03-18T04:44:01.556Z Compiling thiserror v2.0.11
12622025-03-18T04:44:01.556Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4a08922b063fef6 -C extra-filename=-a4a08922b063fef6 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
12632025-03-18T04:44:01.575Z 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-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=acf757342d444fcf -C extra-filename=-acf757342d444fcf --out-dir /work/oxidecomputer/crucible/target/debug/build/thiserror-acf757342d444fcf -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12642025-03-18T04:44:01.924Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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())' -C metadata=b94234c32fcfb241 -C extra-filename=-b94234c32fcfb241 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12652025-03-18T04:44:02.149Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.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 '--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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=448ad797e0c5c528 -C extra-filename=-448ad797e0c5c528 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12662025-03-18T04:44:02.209Z Compiling omicron-workspace-hack v0.1.0
12672025-03-18T04:44:02.212Z 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/omicron-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c0614dd52528ccb -C extra-filename=-5c0614dd52528ccb --out-dir /work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-5c0614dd52528ccb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12682025-03-18T04:44:02.213Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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())' -C metadata=ace12100e958aade -C extra-filename=-ace12100e958aade --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12692025-03-18T04:44:02.290Z Running `/work/oxidecomputer/crucible/target/debug/build/thiserror-acf757342d444fcf/build-script-build`
12702025-03-18T04:44:02.386Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c808ce99fffe73b2 -C extra-filename=-c808ce99fffe73b2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-1e4bf4eea7c2705f.rmeta --cap-lints allow '-Wclippy::unused-async'`
12712025-03-18T04:44:02.550Z Running `/work/oxidecomputer/crucible/target/debug/build/omicron-workspace-hack-5c0614dd52528ccb/build-script-build`
12722025-03-18T04:44:02.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.12/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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=8b03f547b3bfb196 -C extra-filename=-8b03f547b3bfb196 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-448ad797e0c5c528.rmeta --extern anstyle_parse=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_parse-006f50001c1b533e.rmeta --extern anstyle_query=/work/oxidecomputer/crucible/target/debug/deps/libanstyle_query-ace12100e958aade.rmeta --extern colorchoice=/work/oxidecomputer/crucible/target/debug/deps/libcolorchoice-b94234c32fcfb241.rmeta --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-353c36a14bd8f05b.rmeta --cap-lints allow '-Wclippy::unused-async'`
12732025-03-18T04:44:02.618Z Compiling thiserror-impl v2.0.11
12742025-03-18T04:44:02.618Z 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-2.0.11/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=04cf47f865b1a641 -C extra-filename=-04cf47f865b1a641 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
12752025-03-18T04:44:02.663Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e5eaa5c0e531911 -C extra-filename=-6e5eaa5c0e531911 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12762025-03-18T04:44:02.667Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=487e6ccda55f55c5 -C extra-filename=-487e6ccda55f55c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12772025-03-18T04:44:02.831Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=004b773664552936 -C extra-filename=-004b773664552936 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12782025-03-18T04:44:03.164Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d391b81eed053173 -C extra-filename=-d391b81eed053173 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anstream=/work/oxidecomputer/crucible/target/debug/deps/libanstream-8b03f547b3bfb196.rmeta --extern anstyle=/work/oxidecomputer/crucible/target/debug/deps/libanstyle-448ad797e0c5c528.rmeta --extern clap_lex=/work/oxidecomputer/crucible/target/debug/deps/libclap_lex-6e5eaa5c0e531911.rmeta --extern strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-487e6ccda55f55c5.rmeta --extern terminal_size=/work/oxidecomputer/crucible/target/debug/deps/libterminal_size-c808ce99fffe73b2.rmeta --cap-lints allow '-Wclippy::unused-async'`
12792025-03-18T04:44:03.248Z Compiling ident_case v1.0.1
12802025-03-18T04:44:03.251Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-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=4e670adb6377e154 -C extra-filename=-4e670adb6377e154 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12812025-03-18T04:44:03.299Z Compiling strsim v0.10.0
12822025-03-18T04:44:03.302Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4d0f81e900793d9 -C extra-filename=-c4d0f81e900793d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12832025-03-18T04:44:03.453Z Compiling arrayvec v0.7.4
12842025-03-18T04:44:03.457Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=b613a1f9372de23d -C extra-filename=-b613a1f9372de23d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12852025-03-18T04:44:03.485Z Compiling cfg_aliases v0.2.1
12862025-03-18T04:44:03.488Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-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 '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0baa6f3bfacf51e4 -C extra-filename=-0baa6f3bfacf51e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12872025-03-18T04:44:03.603Z Compiling nix v0.29.0
12882025-03-18T04:44:03.628Z 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/nix-0.29.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="feature"' --cfg 'feature="fs"' --cfg 'feature="term"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6803a03b24274177 -C extra-filename=-6803a03b24274177 --out-dir /work/oxidecomputer/crucible/target/debug/build/nix-6803a03b24274177 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/crucible/target/debug/deps/libcfg_aliases-0baa6f3bfacf51e4.rlib --cap-lints allow '-Wclippy::unused-async'`
12892025-03-18T04:44:03.893Z Compiling darling_core v0.20.3
12902025-03-18T04:44:03.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=8fb0994f215fb5d8 -C extra-filename=-8fb0994f215fb5d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-288f422319731adc.rmeta --extern ident_case=/work/oxidecomputer/crucible/target/debug/deps/libident_case-4e670adb6377e154.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 strsim=/work/oxidecomputer/crucible/target/debug/deps/libstrsim-c4d0f81e900793d9.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'`
12912025-03-18T04:44:03.921Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=f69f9347a124d733 -C extra-filename=-f69f9347a124d733 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern siphasher=/work/oxidecomputer/crucible/target/debug/deps/libsiphasher-004b773664552936.rmeta --cap-lints allow '-Wclippy::unused-async'`
12922025-03-18T04:44:04.316Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=36e0f5244c79c2b2 -C extra-filename=-36e0f5244c79c2b2 --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
12932025-03-18T04:44:04.494Z Compiling futures v0.3.31
12942025-03-18T04:44:04.528Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=bc10d2342f992d76 -C extra-filename=-bc10d2342f992d76 --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_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ddd9e2b44ef29d0.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --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 futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --cap-lints allow '-Wclippy::unused-async'`
12952025-03-18T04:44:04.625Z Compiling thread_local v1.1.7
12962025-03-18T04:44:04.663Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=07a92696d5d391fc -C extra-filename=-07a92696d5d391fc --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 --cap-lints allow '-Wclippy::unused-async'`
12972025-03-18T04:44:04.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc"))' -C metadata=c5ca7e29ac411ff3 -C extra-filename=-c5ca7e29ac411ff3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
12982025-03-18T04:44:05.163Z Compiling match_cfg v0.1.0
12992025-03-18T04:44:05.185Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=f4ab0765b10efe59 -C extra-filename=-f4ab0765b10efe59 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13002025-03-18T04:44:05.274Z Compiling hostname v0.3.1
13012025-03-18T04:44:05.278Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=a6a31cf8a634bbb1 -C extra-filename=-a6a31cf8a634bbb1 --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-e3a18bea0c9f556b.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-f4ab0765b10efe59.rmeta --cap-lints allow '-Wclippy::unused-async'`
13022025-03-18T04:44:05.297Z Running `/work/oxidecomputer/crucible/target/debug/build/nix-6803a03b24274177/build-script-build`
13032025-03-18T04:44:05.327Z Compiling crossbeam-channel v0.5.13
13042025-03-18T04:44:05.347Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ccef70431996bc2 -C extra-filename=-3ccef70431996bc2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'`
13052025-03-18T04:44:05.497Z Compiling clap v4.5.31
13062025-03-18T04:44:05.501Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a36b8980bbc8125b -C extra-filename=-a36b8980bbc8125b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-9e77aa1d3866a197.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-6cccd81401d5f501.so --cap-lints allow '-Wclippy::unused-async'`
13072025-03-18T04:44:05.636Z Compiling dirs-sys-next v0.1.2
13082025-03-18T04:44:05.639Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ab8b07b0336e6198 -C extra-filename=-ab8b07b0336e6198 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
13092025-03-18T04:44:05.679Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.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="feature"' --cfg 'feature="fs"' --cfg 'feature="term"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9dc8eccdd6b99aa0 -C extra-filename=-9dc8eccdd6b99aa0 --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-bb7f03d7fd84e20b.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
13102025-03-18T04:44:06.323Z Compiling dirs-next v2.0.0
13112025-03-18T04:44:06.326Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04b64a516c150d0f -C extra-filename=-04b64a516c150d0f --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 dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-ab8b07b0336e6198.rmeta --cap-lints allow '-Wclippy::unused-async'`
13122025-03-18T04:44:06.442Z Compiling strum_macros v0.26.4
13132025-03-18T04:44:06.446Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.26.4/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=bbe5e0a1272d105b -C extra-filename=-bbe5e0a1272d105b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.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 rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13142025-03-18T04:44:06.537Z Compiling winnow v0.7.3
13152025-03-18T04:44:06.540Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=5928cadce4cb97d0 -C extra-filename=-5928cadce4cb97d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13162025-03-18T04:44:08.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d4ae3d6efffc165e -C extra-filename=-d4ae3d6efffc165e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-d391b81eed053173.rmeta --extern clap_derive=/work/oxidecomputer/crucible/target/debug/deps/libclap_derive-6cccd81401d5f501.so --cap-lints allow '-Wclippy::unused-async'`
13172025-03-18T04:44:08.465Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.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 --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=a3504116fe8551b5 -C extra-filename=-a3504116fe8551b5 --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-5ef4dcb66fda1955.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1cb4208edb2dfd97.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-c5ca7e29ac411ff3.rmeta --cap-lints allow '-Wclippy::unused-async'`
13182025-03-18T04:44:08.469Z Compiling term v0.7.0
13192025-03-18T04:44:08.469Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=97ebef05f81ba753 -C extra-filename=-97ebef05f81ba753 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-04b64a516c150d0f.rmeta --cap-lints allow '-Wclippy::unused-async'`
13202025-03-18T04:44:08.718Z Compiling darling_macro v0.20.3
13212025-03-18T04:44:08.721Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7dba3d7929c1e6a -C extra-filename=-b7dba3d7929c1e6a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-8fb0994f215fb5d8.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13222025-03-18T04:44:08.798Z Compiling slog-json v2.6.1
13232025-03-18T04:44:08.827Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=79ddad49bfeb1270 -C extra-filename=-79ddad49bfeb1270 --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-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a5e14837642541c5.rmeta --cap-lints allow '-Wclippy::unused-async'`
13242025-03-18T04:44:09.196Z Compiling structmeta-derive v0.3.0
13252025-03-18T04:44:09.249Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.3.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=b69d48921b536a61 -C extra-filename=-b69d48921b536a61 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13262025-03-18T04:44:09.748Z Compiling darling v0.20.3
13272025-03-18T04:44:09.751Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=e9dad1a4d826c1ca -C extra-filename=-e9dad1a4d826c1ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling_core=/work/oxidecomputer/crucible/target/debug/deps/libdarling_core-8fb0994f215fb5d8.rmeta --extern darling_macro=/work/oxidecomputer/crucible/target/debug/deps/libdarling_macro-b7dba3d7929c1e6a.so --cap-lints allow '-Wclippy::unused-async'`
13282025-03-18T04:44:09.880Z Compiling serde_with_macros v3.9.0
13292025-03-18T04:44:09.883Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=795517ff689074f9 -C extra-filename=-795517ff689074f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern darling=/work/oxidecomputer/crucible/target/debug/deps/libdarling-e9dad1a4d826c1ca.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13302025-03-18T04:44:09.930Z Compiling toml_edit v0.22.24
13312025-03-18T04:44:09.956Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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 --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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=62612fddcf85a949 -C extra-filename=-62612fddcf85a949 --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-5ef4dcb66fda1955.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1cb4208edb2dfd97.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-5928cadce4cb97d0.rmeta --cap-lints allow '-Wclippy::unused-async'`
13322025-03-18T04:44:10.111Z Compiling is-terminal v0.4.12
13332025-03-18T04:44:10.114Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f7e8dd0b6926e48 -C extra-filename=-5f7e8dd0b6926e48 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
13342025-03-18T04:44:10.265Z Compiling syn v1.0.109
13352025-03-18T04:44:10.315Z 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/syn-1.0.109/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="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="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a8a5354ca8587e56 -C extra-filename=-a8a5354ca8587e56 --out-dir /work/oxidecomputer/crucible/target/debug/build/syn-a8a5354ca8587e56 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13362025-03-18T04:44:10.888Z Compiling debug-ignore v1.0.5
13372025-03-18T04:44:10.892Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=31ef66e57d33f4b1 -C extra-filename=-31ef66e57d33f4b1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13382025-03-18T04:44:10.938Z Compiling take_mut v0.2.2
13392025-03-18T04:44:10.970Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4fdf1ec44f0ec71c -C extra-filename=-4fdf1ec44f0ec71c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13402025-03-18T04:44:11.117Z Running `/work/oxidecomputer/crucible/target/debug/build/syn-a8a5354ca8587e56/build-script-build`
13412025-03-18T04:44:11.121Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=0b53b07d7e0b2bb3 -C extra-filename=-0b53b07d7e0b2bb3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-3ccef70431996bc2.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-4fdf1ec44f0ec71c.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-07a92696d5d391fc.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128`
13422025-03-18T04:44:11.142Z Compiling slog-term v2.9.1
13432025-03-18T04:44:11.142Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=252afbbfaa65305d -C extra-filename=-252afbbfaa65305d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-5f7e8dd0b6926e48.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-97ebef05f81ba753.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-07a92696d5d391fc.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a5e14837642541c5.rmeta --cap-lints allow '-Wclippy::unused-async'`
13442025-03-18T04:44:11.284Z Compiling typify-macro v0.2.0
13452025-03-18T04:44:11.349Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.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=752fe54906ea44d7 -C extra-filename=-752fe54906ea44d7 --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 schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-c9c18d03c7858925.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13462025-03-18T04:44:11.833Z Compiling structmeta v0.3.0
13472025-03-18T04:44:11.836Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e1b2750da792983 -C extra-filename=-5e1b2750da792983 --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 structmeta_derive=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta_derive-b69d48921b536a61.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async'`
13482025-03-18T04:44:12.184Z Compiling slog-bunyan v2.5.0
13492025-03-18T04:44:12.188Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=7fa0bd899a81572e -C extra-filename=-7fa0bd899a81572e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-a6a31cf8a634bbb1.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-79ddad49bfeb1270.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a5e14837642541c5.rmeta --cap-lints allow '-Wclippy::unused-async'`
13502025-03-18T04:44:12.219Z Compiling async-stream v0.3.6
13512025-03-18T04:44:12.222Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8d69e96cce440a0 -C extra-filename=-c8d69e96cce440a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-a4a08922b063fef6.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --cap-lints allow '-Wclippy::unused-async'`
13522025-03-18T04:44:12.242Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=acef45a1f42a9988 -C extra-filename=-acef45a1f42a9988 --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-4208ca63f9c0fa7d.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-983d51f9fcaacf24.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-7cc41e5811456d1a.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-2e29f70ea0a7aa12.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --cap-lints allow '-Wclippy::unused-async'`
13532025-03-18T04:44:12.266Z Compiling sha1 v0.10.6
13542025-03-18T04:44:12.270Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=cd26745f800d4c5d -C extra-filename=-cd26745f800d4c5d --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 cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-eb9874bf82d94b67.rmeta --cap-lints allow '-Wclippy::unused-async'`
13552025-03-18T04:44:12.399Z Compiling serde_path_to_error v0.1.16
13562025-03-18T04:44:12.403Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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=6520091b4786c2ec -C extra-filename=-6520091b4786c2ec --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 serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
13572025-03-18T04:44:12.419Z Compiling waitgroup v0.1.2
13582025-03-18T04:44:12.423Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f97e53a8285f8bd7 -C extra-filename=-f97e53a8285f8bd7 --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 --cap-lints allow '-Wclippy::unused-async'`
13592025-03-18T04:44:12.524Z Compiling hostname v0.4.0
13602025-03-18T04:44:12.528Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=ab0ec59e150129a1 -C extra-filename=-ab0ec59e150129a1 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
13612025-03-18T04:44:12.665Z Compiling dropshot v0.12.0
13622025-03-18T04:44:12.668Z 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/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4c9f2e64e22203db -C extra-filename=-4c9f2e64e22203db --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-4c9f2e64e22203db -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'`
13632025-03-18T04:44:12.725Z Compiling parse-display-derive v0.10.0
13642025-03-18T04:44:12.725Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.10.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=1d775b66c9f70ceb -C extra-filename=-1d775b66c9f70ceb --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 regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rlib --extern structmeta=/work/oxidecomputer/crucible/target/debug/deps/libstructmeta-5e1b2750da792983.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13652025-03-18T04:44:12.763Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/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="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=b4875cef346b20f8 -C extra-filename=-b4875cef346b20f8 --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' --cfg syn_disable_nightly_tests`
13662025-03-18T04:44:13.043Z Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-4c9f2e64e22203db/build-script-build`
13672025-03-18T04:44:13.121Z 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-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=49d2920fb94d7d34 -C extra-filename=-49d2920fb94d7d34 --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-04cf47f865b1a641.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
13682025-03-18T04:44:13.222Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-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=c33494d2241faf4b -C extra-filename=-c33494d2241faf4b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13692025-03-18T04:44:13.295Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dfb30b5405ae5b35 -C extra-filename=-dfb30b5405ae5b35 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --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 regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-b7d727334a61bd08.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'`
13702025-03-18T04:44:13.328Z Compiling ipnetwork v0.20.0
13712025-03-18T04:44:13.332Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.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="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=e127f113761d7b38 -C extra-filename=-e127f113761d7b38 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
13722025-03-18T04:44:13.351Z Compiling dropshot_endpoint v0.12.0
13732025-03-18T04:44:13.354Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d0e2a1ef05ad225 -C extra-filename=-3d0e2a1ef05ad225 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.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=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13742025-03-18T04:44:14.233Z Compiling toml v0.8.20
13752025-03-18T04:44:14.267Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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=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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=822266b9375f62ab -C extra-filename=-822266b9375f62ab --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-05b5cc208b20b551.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1cb4208edb2dfd97.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-62612fddcf85a949.rmeta --cap-lints allow '-Wclippy::unused-async'`
13762025-03-18T04:44:14.817Z Compiling typify v0.2.0
13772025-03-18T04:44:14.822Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=17beb5d2603626a2 -C extra-filename=-17beb5d2603626a2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-c9c18d03c7858925.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-752fe54906ea44d7.so --cap-lints allow '-Wclippy::unused-async'`
13782025-03-18T04:44:14.965Z Compiling progenitor-impl v0.8.0
13792025-03-18T04:44:14.969Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=25c0cd76387261ea -C extra-filename=-25c0cd76387261ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-4584b9f1a72beff9.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-82cc985d1cd4d3b8.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 schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-17beb5d2603626a2.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'`
13802025-03-18T04:44:15.813Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13812025-03-18T04:44:15.817Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/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("nested-values"))' -C metadata=3e7619fd2157c35e -C extra-filename=-3e7619fd2157c35e --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13822025-03-18T04:44:15.893Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-workspace-hack-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=e3dc400f9692c3a7 -C extra-filename=-e3dc400f9692c3a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13832025-03-18T04:44:16.006Z Compiling lazy_static v1.5.0
13842025-03-18T04:44:16.028Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=62a6552aba2a2acc -C extra-filename=-62a6552aba2a2acc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13852025-03-18T04:44:16.171Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
13862025-03-18T04:44:16.174Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0d8186b20f934ca -C extra-filename=-b0d8186b20f934ca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
13872025-03-18T04:44:16.517Z Compiling unicode-width v0.1.14
13882025-03-18T04:44:16.543Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.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 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0799ecb34bd3fe47 -C extra-filename=-0799ecb34bd3fe47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13892025-03-18T04:44:16.660Z Compiling fastrand v2.0.1
13902025-03-18T04:44:16.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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", "getrandom", "js", "std"))' -C metadata=bc8052146b3df7f3 -C extra-filename=-bc8052146b3df7f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
13912025-03-18T04:44:16.987Z Compiling strum v0.26.3
13922025-03-18T04:44:16.991Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=a8d52735b59e346b -C extra-filename=-a8d52735b59e346b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-bbe5e0a1272d105b.so --cap-lints allow '-Wclippy::unused-async'`
13932025-03-18T04:44:17.088Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=c2d0011a098f14c5 -C extra-filename=-c2d0011a098f14c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-dfb30b5405ae5b35.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-752fe54906ea44d7.so --cap-lints allow '-Wclippy::unused-async'`
13942025-03-18T04:44:17.223Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=775d5e2459e201df -C extra-filename=-775d5e2459e201df --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-b28c1043e71bb71c.rmeta --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 regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-c2d0011a098f14c5.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'`
13952025-03-18T04:44:17.223Z Compiling tempfile v3.8.1
13962025-03-18T04:44:17.223Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.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("nightly"))' -C metadata=80889c58bb273e29 -C extra-filename=-80889c58bb273e29 --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 fastrand=/work/oxidecomputer/crucible/target/debug/deps/libfastrand-bc8052146b3df7f3.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-1e4bf4eea7c2705f.rmeta --cap-lints allow '-Wclippy::unused-async'`
13972025-03-18T04:44:17.247Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=5d2836c4da97b973 -C extra-filename=-5d2836c4da97b973 --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
13982025-03-18T04:44:17.333Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
13992025-03-18T04:44:17.336Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=29cacefe81c4c2c0 -C extra-filename=-29cacefe81c4c2c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-e127f113761d7b38.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --cap-lints allow '-Wclippy::unused-async'`
14002025-03-18T04:44:17.783Z Compiling serde_with v3.9.0
14012025-03-18T04:44:17.786Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=d9ffbc54276f96fc -C extra-filename=-d9ffbc54276f96fc --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-05b5cc208b20b551.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-795517ff689074f9.so --cap-lints allow '-Wclippy::unused-async'`
14022025-03-18T04:44:18.007Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f1bbde9980f21dac -C extra-filename=-f1bbde9980f21dac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
14032025-03-18T04:44:18.030Z Compiling newtype-uuid v1.1.0
14042025-03-18T04:44:18.034Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=1790a054de09f898 -C extra-filename=-1790a054de09f898 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async'`
14052025-03-18T04:44:18.096Z Compiling instant v0.1.12
14062025-03-18T04:44:18.100Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/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("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=a45fa9f41e84e983 -C extra-filename=-a45fa9f41e84e983 --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'`
14072025-03-18T04:44:18.278Z Compiling heck v0.4.1
14082025-03-18T04:44:18.281Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=c68e5d597e2b26e1 -C extra-filename=-c68e5d597e2b26e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14092025-03-18T04:44:18.337Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
14102025-03-18T04:44:18.340Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/uuid-kinds/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=0c87f86a276b6c56 -C extra-filename=-0c87f86a276b6c56 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-1790a054de09f898.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --cap-lints allow '-Wclippy::unused-async'`
14112025-03-18T04:44:18.653Z Compiling backoff v0.4.0
14122025-03-18T04:44:18.657Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-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="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=eeae0e6f75b81f84 -C extra-filename=-eeae0e6f75b81f84 --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 getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-37af4d887814586d.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-a45fa9f41e84e983.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async'`
14132025-03-18T04:44:18.682Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14142025-03-18T04:44:18.714Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/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="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=522ec9818b4c5984 -C extra-filename=-522ec9818b4c5984 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-3e7619fd2157c35e.so --cap-lints allow '-Wclippy::unused-async'`
14152025-03-18T04:44:18.718Z Compiling parse-display v0.10.0
14162025-03-18T04:44:18.718Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.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="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=6714444e974d5eff -C extra-filename=-6714444e974d5eff --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-1d775b66c9f70ceb.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --cap-lints allow '-Wclippy::unused-async'`
14172025-03-18T04:44:18.881Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14182025-03-18T04:44:18.884Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/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=c5ac2e9b12b31e63 -C extra-filename=-c5ac2e9b12b31e63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
14192025-03-18T04:44:19.004Z Compiling regress v0.9.1
14202025-03-18T04:44:19.007Z 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.9.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="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=02ce53cfa56069d4 -C extra-filename=-02ce53cfa56069d4 --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-e284abccd369e10f.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'`
14212025-03-18T04:44:19.065Z Compiling macaddr v1.0.1
14222025-03-18T04:44:19.068Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-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="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=c59b05861ac25ee2 -C extra-filename=-c59b05861ac25ee2 --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
14232025-03-18T04:44:19.431Z Compiling libz-sys v1.1.12
14242025-03-18T04:44:19.434Z 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/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=4d37a9423039bcef -C extra-filename=-4d37a9423039bcef --out-dir /work/oxidecomputer/crucible/target/debug/build/libz-sys-4d37a9423039bcef -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-b6cc1d5b9c775eb0.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'`
14252025-03-18T04:44:19.548Z Compiling heapless v0.8.0
14262025-03-18T04:44:19.579Z 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/heapless-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=7942a72fedbf688b -C extra-filename=-7942a72fedbf688b --out-dir /work/oxidecomputer/crucible/target/debug/build/heapless-7942a72fedbf688b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14272025-03-18T04:44:20.095Z Running `/work/oxidecomputer/crucible/target/debug/build/libz-sys-4d37a9423039bcef/build-script-build`
14282025-03-18T04:44:20.103Z Compiling hash32 v0.3.1
14292025-03-18T04:44:20.126Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-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=c425fa6f47755e99 -C extra-filename=-c425fa6f47755e99 --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 --cap-lints allow '-Wclippy::unused-async'`
14302025-03-18T04:44:20.150Z Running `/work/oxidecomputer/crucible/target/debug/build/heapless-7942a72fedbf688b/build-script-build`
14312025-03-18T04:44:20.375Z Compiling libgit2-sys v0.17.0+1.8.1
14322025-03-18T04:44:20.418Z 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/libgit2-sys-0.17.0+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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=0710ded1ca2ead3b -C extra-filename=-0710ded1ca2ead3b --out-dir /work/oxidecomputer/crucible/target/debug/build/libgit2-sys-0710ded1ca2ead3b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-b6cc1d5b9c775eb0.rlib --extern pkg_config=/work/oxidecomputer/crucible/target/debug/deps/libpkg_config-eeeb5cdfd34d31bb.rlib --cap-lints allow '-Wclippy::unused-async'`
14332025-03-18T04:44:20.489Z Compiling smoltcp v0.11.0
14342025-03-18T04:44:20.492Z 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/smoltcp-0.11.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="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9fcd65b53c805ccf -C extra-filename=-9fcd65b53c805ccf --out-dir /work/oxidecomputer/crucible/target/debug/build/smoltcp-9fcd65b53c805ccf -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14352025-03-18T04:44:21.011Z Compiling progenitor-macro v0.8.0
14362025-03-18T04:44:21.014Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.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=951f0767a70d4f98 -C extra-filename=-951f0767a70d4f98 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-82cc985d1cd4d3b8.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-25c0cd76387261ea.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-b280831f7cf42be5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
14372025-03-18T04:44:21.127Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14382025-03-18T04:44:21.130Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/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=096bb0bc0ddd17aa -C extra-filename=-096bb0bc0ddd17aa --out-dir /work/oxidecomputer/crucible/target/debug/build/nvpair-sys-096bb0bc0ddd17aa -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14392025-03-18T04:44:21.225Z Compiling stable_deref_trait v1.2.0
14402025-03-18T04:44:21.257Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0e2ab31aa3d7d839 -C extra-filename=-0e2ab31aa3d7d839 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14412025-03-18T04:44:21.358Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=bbddc2cc7a74a1fe -C extra-filename=-bbddc2cc7a74a1fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hash32=/work/oxidecomputer/crucible/target/debug/deps/libhash32-c425fa6f47755e99.rmeta --extern stable_deref_trait=/work/oxidecomputer/crucible/target/debug/deps/libstable_deref_trait-0e2ab31aa3d7d839.rmeta --cap-lints allow '-Wclippy::unused-async'`
14422025-03-18T04:44:21.418Z Running `/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-0710ded1ca2ead3b/build-script-build`
14432025-03-18T04:44:21.433Z Running `/work/oxidecomputer/crucible/target/debug/build/smoltcp-9fcd65b53c805ccf/build-script-build`
14442025-03-18T04:44:21.467Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=cba99975d91bcab4 -C extra-filename=-cba99975d91bcab4 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l z`
14452025-03-18T04:44:21.544Z Running `/work/oxidecomputer/crucible/target/debug/build/nvpair-sys-096bb0bc0ddd17aa/build-script-build`
14462025-03-18T04:44:21.548Z Compiling proc-macro-crate v1.3.1
14472025-03-18T04:44:21.585Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=623b7f6c084885a1 -C extra-filename=-623b7f6c084885a1 --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 toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-9fdcf63276bbf3fb.rmeta --cap-lints allow '-Wclippy::unused-async'`
14482025-03-18T04:44:21.640Z Compiling proc-macro-error-attr v1.0.4
14492025-03-18T04:44:21.645Z 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/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1af1a60316a1f3d9 -C extra-filename=-1af1a60316a1f3d9 --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-1af1a60316a1f3d9 -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'`
14502025-03-18T04:44:22.012Z Compiling bitflags v1.3.2
14512025-03-18T04:44:22.016Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.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("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=99fc9f4bd7d7ec7e -C extra-filename=-99fc9f4bd7d7ec7e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14522025-03-18T04:44:22.134Z Compiling managed v0.8.0
14532025-03-18T04:44:22.137Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=57d56d8b93568e99 -C extra-filename=-57d56d8b93568e99 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14542025-03-18T04:44:22.277Z Compiling cobs v0.2.3
14552025-03-18T04:44:22.281Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ad7f63f9d009ca20 -C extra-filename=-ad7f63f9d009ca20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14562025-03-18T04:44:22.359Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14572025-03-18T04:44:22.379Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/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=22eb8e2061a3e575 -C extra-filename=-22eb8e2061a3e575 --out-dir /work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-22eb8e2061a3e575 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14582025-03-18T04:44:22.584Z Compiling postcard v1.0.10
14592025-03-18T04:44:22.587Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.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="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=5823ac4866f982ae -C extra-filename=-5823ac4866f982ae --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-99fc9f4bd7d7ec7e.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern heapless=/work/oxidecomputer/crucible/target/debug/deps/libheapless-bbddc2cc7a74a1fe.rmeta --extern managed=/work/oxidecomputer/crucible/target/debug/deps/libmanaged-57d56d8b93568e99.rmeta --cap-lints allow '-Wclippy::unused-async'`
14602025-03-18T04:44:22.587Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/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", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=36a88c0595e59073 -C extra-filename=-36a88c0595e59073 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cobs=/work/oxidecomputer/crucible/target/debug/deps/libcobs-ad7f63f9d009ca20.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
14612025-03-18T04:44:22.713Z Running `/work/oxidecomputer/crucible/target/debug/build/libdlpi-sys-22eb8e2061a3e575/build-script-build`
14622025-03-18T04:44:22.743Z Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-attr-1af1a60316a1f3d9/build-script-build`
14632025-03-18T04:44:22.813Z Compiling vergen v8.3.2
14642025-03-18T04:44:22.816Z 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/vergen-8.3.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=f530d7d2e1455c8e -C extra-filename=-f530d7d2e1455c8e --out-dir /work/oxidecomputer/crucible/target/debug/build/vergen-f530d7d2e1455c8e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --cap-lints allow '-Wclippy::unused-async'`
14652025-03-18T04:44:22.834Z Compiling num_enum_derive v0.5.11
14662025-03-18T04:44:22.839Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/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="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=a58280ddb0a22f74 -C extra-filename=-a58280ddb0a22f74 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-623b7f6c084885a1.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
14672025-03-18T04:44:23.175Z Compiling cargo-platform v0.1.8
14682025-03-18T04:44:23.178Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c96852909f19e102 -C extra-filename=-c96852909f19e102 --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
14692025-03-18T04:44:23.213Z Compiling foreign-types-macros v0.2.3
14702025-03-18T04:44:23.216Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3be6f9c909b73010 -C extra-filename=-3be6f9c909b73010 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
14712025-03-18T04:44:23.674Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5393fe0f66ab55a -C extra-filename=-e5393fe0f66ab55a --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
14722025-03-18T04:44:24.153Z Compiling proc-macro-error v1.0.4
14732025-03-18T04:44:24.157Z 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/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=87e0ecd4bdd8faec -C extra-filename=-87e0ecd4bdd8faec --out-dir /work/oxidecomputer/crucible/target/debug/build/proc-macro-error-87e0ecd4bdd8faec -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'`
14742025-03-18T04:44:24.181Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
14752025-03-18T04:44:24.184Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte/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="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=fec1e49dd2973bf2 -C extra-filename=-fec1e49dd2973bf2 --out-dir /work/oxidecomputer/crucible/target/debug/build/opte-fec1e49dd2973bf2 -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'`
14762025-03-18T04:44:24.517Z Compiling memoffset v0.9.0
14772025-03-18T04:44:24.517Z 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/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=93ee2536f16da120 -C extra-filename=-93ee2536f16da120 --out-dir /work/oxidecomputer/crucible/target/debug/build/memoffset-93ee2536f16da120 -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'`
14782025-03-18T04:44:24.545Z Compiling foreign-types-shared v0.3.1
14792025-03-18T04:44:24.548Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-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=85771d4018b24a29 -C extra-filename=-85771d4018b24a29 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14802025-03-18T04:44:24.548Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
14812025-03-18T04:44:24.566Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/illumos-sys-hdrs/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", "kernel"))' -C metadata=518e78ba8fb9192e -C extra-filename=-518e78ba8fb9192e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
14822025-03-18T04:44:24.683Z Compiling foreign-types v0.5.0
14832025-03-18T04:44:24.704Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-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 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=1e8b9afbbb22f1ba -C extra-filename=-1e8b9afbbb22f1ba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_macros-3be6f9c909b73010.so --extern foreign_types_shared=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types_shared-85771d4018b24a29.rmeta --cap-lints allow '-Wclippy::unused-async'`
14842025-03-18T04:44:24.774Z Running `/work/oxidecomputer/crucible/target/debug/build/opte-fec1e49dd2973bf2/build-script-build`
14852025-03-18T04:44:24.832Z Running `/work/oxidecomputer/crucible/target/debug/build/proc-macro-error-87e0ecd4bdd8faec/build-script-build`
14862025-03-18T04:44:24.837Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1355a41790b53bf2 -C extra-filename=-1355a41790b53bf2 --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 dirs_sys_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_sys_next-e5393fe0f66ab55a.rmeta --cap-lints allow '-Wclippy::unused-async'`
14872025-03-18T04:44:24.914Z Running `/work/oxidecomputer/crucible/target/debug/build/memoffset-93ee2536f16da120/build-script-build`
14882025-03-18T04:44:24.958Z Compiling num_enum v0.5.11
14892025-03-18T04:44:24.962Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=38127b5a5b9c8c40 -C extra-filename=-38127b5a5b9c8c40 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-a58280ddb0a22f74.so --cap-lints allow '-Wclippy::unused-async'`
14902025-03-18T04:44:24.980Z Compiling cargo_metadata v0.18.1
14912025-03-18T04:44:25.010Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.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("builder", "default", "derive_builder", "unstable"))' -C metadata=3478f49f21ef4ae6 -C extra-filename=-3478f49f21ef4ae6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-5d2836c4da97b973.rmeta --extern cargo_platform=/work/oxidecomputer/crucible/target/debug/deps/libcargo_platform-c96852909f19e102.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --cap-lints allow '-Wclippy::unused-async'`
14922025-03-18T04:44:25.020Z Running `/work/oxidecomputer/crucible/target/debug/build/vergen-f530d7d2e1455c8e/build-script-build`
14932025-03-18T04:44:25.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14942025-03-18T04:44:25.056Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/macros/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=53bc97f0221f48cd -C extra-filename=-53bc97f0221f48cd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
14952025-03-18T04:44:25.098Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/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=0ed39007cbaa352a -C extra-filename=-0ed39007cbaa352a --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 proc_macro --cap-lints allow '-Wclippy::unused-async'`
14962025-03-18T04:44:25.126Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/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=d475323337d3bc96 -C extra-filename=-d475323337d3bc96 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l dlpi`
14972025-03-18T04:44:25.176Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/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=ccf7d2a1dc83fb2f -C extra-filename=-ccf7d2a1dc83fb2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -l nvpair -l zfs`
14982025-03-18T04:44:25.313Z Compiling camino-tempfile v1.1.1
14992025-03-18T04:44:25.317Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=9216b7f0e4389277 -C extra-filename=-9216b7f0e4389277 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-80889c58bb273e29.rmeta --cap-lints allow '-Wclippy::unused-async'`
15002025-03-18T04:44:25.368Z Compiling tabwriter v1.4.0
15012025-03-18T04:44:25.415Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=097482794c9315d9 -C extra-filename=-097482794c9315d9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'`
15022025-03-18T04:44:25.826Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
15032025-03-18T04:44:25.830Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/opte-api/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="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=a68713ee8157a6e1 -C extra-filename=-a68713ee8157a6e1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-518e78ba8fb9192e.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-e127f113761d7b38.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-36a88c0595e59073.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-5823ac4866f982ae.rmeta --cap-lints allow '-Wclippy::unused-async'`
15042025-03-18T04:44:25.891Z Compiling rustc_version v0.4.0
15052025-03-18T04:44:25.895Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3be919040b73d2c3 -C extra-filename=-3be919040b73d2c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --cap-lints allow '-Wclippy::unused-async'`
15062025-03-18T04:44:25.913Z Compiling num-derive v0.4.2
15072025-03-18T04:44:25.917Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/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=f736151e0c83ec7e -C extra-filename=-f736151e0c83ec7e --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
15082025-03-18T04:44:25.978Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
15092025-03-18T04:44:26.022Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/crates/kstat-macro/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=41dd0a9aef023c2c -C extra-filename=-41dd0a9aef023c2c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
15102025-03-18T04:44:26.501Z Compiling cstr-argument v0.1.2
15112025-03-18T04:44:26.505Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-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("nightly"))' -C metadata=41f1d6b1c8546be9 -C extra-filename=-41f1d6b1c8546be9 --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 memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --cap-lints allow '-Wclippy::unused-async'`
15122025-03-18T04:44:26.778Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=22878781ee5b4936 -C extra-filename=-22878781ee5b4936 --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 --cap-lints allow '-Wclippy::unused-async'`
15132025-03-18T04:44:26.920Z Compiling slog-dtrace v0.3.0
15142025-03-18T04:44:26.923Z 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/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fa1ae65fe750721 -C extra-filename=-3fa1ae65fe750721 --out-dir /work/oxidecomputer/crucible/target/debug/build/slog-dtrace-3fa1ae65fe750721 -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'`
15152025-03-18T04:44:27.271Z Compiling crossbeam-epoch v0.9.15
15162025-03-18T04:44:27.274Z 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/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=201cef19b95b1a8a -C extra-filename=-201cef19b95b1a8a --out-dir /work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-201cef19b95b1a8a -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'`
15172025-03-18T04:44:27.296Z Compiling rustls v0.21.9
15182025-03-18T04:44:27.296Z 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.21.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=40d32f4d5765d76c -C extra-filename=-40d32f4d5765d76c --out-dir /work/oxidecomputer/crucible/target/debug/build/rustls-40d32f4d5765d76c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15192025-03-18T04:44:27.419Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
15202025-03-18T04:44:27.423Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/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=b8fcd1481f39961d -C extra-filename=-b8fcd1481f39961d --out-dir /work/oxidecomputer/crucible/target/debug/build/libnet-b8fcd1481f39961d -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15212025-03-18T04:44:27.639Z Compiling pretty-hex v0.2.1
15222025-03-18T04:44:27.642Z 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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=2ad0dd6e2f1a152c -C extra-filename=-2ad0dd6e2f1a152c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15232025-03-18T04:44:27.734Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=146f842fe6848f3e -C extra-filename=-146f842fe6848f3e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15242025-03-18T04:44:27.756Z Compiling unicode-segmentation v1.10.1
15252025-03-18T04:44:27.780Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=a9713c38fbad314d -C extra-filename=-a9713c38fbad314d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15262025-03-18T04:44:27.783Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0b2a442dfe473bba -C extra-filename=-0b2a442dfe473bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15272025-03-18T04:44:27.857Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=9d97be89bac38845 -C extra-filename=-9d97be89bac38845 --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-9c89c5b8c6a2c599.rmeta --extern match_cfg=/work/oxidecomputer/crucible/target/debug/deps/libmatch_cfg-146f842fe6848f3e.rmeta --cap-lints allow '-Wclippy::unused-async'`
15282025-03-18T04:44:27.860Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15292025-03-18T04:44:27.879Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/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=07fda87a339dcc6a -C extra-filename=-07fda87a339dcc6a --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-e3a18bea0c9f556b.rmeta --extern libdlpi_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibdlpi_sys-d475323337d3bc96.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-38127b5a5b9c8c40.rmeta --extern pretty_hex=/work/oxidecomputer/crucible/target/debug/deps/libpretty_hex-2ad0dd6e2f1a152c.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async'`
15302025-03-18T04:44:27.957Z Running `/work/oxidecomputer/crucible/target/debug/build/libnet-b8fcd1481f39961d/build-script-build`
15312025-03-18T04:44:27.988Z Running `/work/oxidecomputer/crucible/target/debug/build/crossbeam-epoch-201cef19b95b1a8a/build-script-build`
15322025-03-18T04:44:28.092Z Running `/work/oxidecomputer/crucible/target/debug/build/slog-dtrace-3fa1ae65fe750721/build-script-build`
15332025-03-18T04:44:28.143Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte/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="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e630e001e2757fdc -C extra-filename=-e630e001e2757fdc --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 dyn_clone=/work/oxidecomputer/crucible/target/debug/deps/libdyn_clone-febcbe9ce6ad36dc.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-518e78ba8fb9192e.rmeta --extern kstat_macro=/work/oxidecomputer/crucible/target/debug/deps/libkstat_macro-41dd0a9aef023c2c.so --extern opte_api=/work/oxidecomputer/crucible/target/debug/deps/libopte_api-a68713ee8157a6e1.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-36a88c0595e59073.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-5823ac4866f982ae.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-097482794c9315d9.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
15342025-03-18T04:44:28.143Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15352025-03-18T04:44:28.146Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/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=bf2b61db5bbbd6d0 -C extra-filename=-bf2b61db5bbbd6d0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cstr_argument=/work/oxidecomputer/crucible/target/debug/deps/libcstr_argument-41f1d6b1c8546be9.rmeta --extern foreign_types=/work/oxidecomputer/crucible/target/debug/deps/libforeign_types-1e8b9afbbb22f1ba.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-ccf7d2a1dc83fb2f.rmeta --cap-lints allow '-Wclippy::unused-async'`
15362025-03-18T04:44:28.170Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15372025-03-18T04:44:28.175Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/0e3a149/lib/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=d68b8d4f7157043d -C extra-filename=-d68b8d4f7157043d --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-e3a18bea0c9f556b.rmeta --extern rusty_doors_macros=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors_macros-53bc97f0221f48cd.so --cap-lints allow '-Wclippy::unused-async'`
15382025-03-18T04:44:28.246Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=2ff29a31fd0dfc1b -C extra-filename=-2ff29a31fd0dfc1b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error_attr-0ed39007cbaa352a.so --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-b4875cef346b20f8.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg use_fallback`
15392025-03-18T04:44:28.353Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=d5abcda21863d7d2 -C extra-filename=-d5abcda21863d7d2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
15402025-03-18T04:44:28.397Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=a2eb84ee2919ba45 -C extra-filename=-a2eb84ee2919ba45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern dirs_next=/work/oxidecomputer/crucible/target/debug/deps/libdirs_next-1355a41790b53bf2.rmeta --cap-lints allow '-Wclippy::unused-async'`
15412025-03-18T04:44:28.490Z Compiling console v0.15.7
15422025-03-18T04:44:28.494Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=11f6daea1a242f0d -C extra-filename=-11f6daea1a242f0d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'`
15432025-03-18T04:44:28.594Z Compiling colored v2.1.0
15442025-03-18T04:44:28.597Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.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("no-color"))' -C metadata=0fd66cb23ba5cc48 -C extra-filename=-0fd66cb23ba5cc48 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --cap-lints allow '-Wclippy::unused-async'`
15452025-03-18T04:44:28.685Z 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-2.0.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d7def18141c674fe -C extra-filename=-d7def18141c674fe --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-04cf47f865b1a641.so --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
15462025-03-18T04:44:28.793Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1bfedb21ddbd58e2 -C extra-filename=-1bfedb21ddbd58e2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-b866ef01f72144b2.rmeta --cap-lints allow '-Wclippy::unused-async'`
15472025-03-18T04:44:28.849Z Compiling num-rational v0.4.2
15482025-03-18T04:44:28.852Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=99f7f669f0492d99 -C extra-filename=-99f7f669f0492d99 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
15492025-03-18T04:44:29.306Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=4d526d6c7bc6206c -C extra-filename=-4d526d6c7bc6206c --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-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-7ba3098970f18333.rmeta --cap-lints allow '-Wclippy::unused-async'`
15502025-03-18T04:44:29.524Z Compiling num-complex v0.4.6
15512025-03-18T04:44:29.528Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=d027573c0e72ef49 -C extra-filename=-d027573c0e72ef49 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
15522025-03-18T04:44:29.667Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b46af440de80c3c -C extra-filename=-2b46af440de80c3c --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
15532025-03-18T04:44:29.779Z Compiling dropshot v0.16.0
15542025-03-18T04:44:29.782Z 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/dropshot-0.16.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4ed99209161cebc9 -C extra-filename=-4ed99209161cebc9 --out-dir /work/oxidecomputer/crucible/target/debug/build/dropshot-4ed99209161cebc9 -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'`
15552025-03-18T04:44:29.819Z Compiling prettyplease v0.2.22
15562025-03-18T04:44:29.823Z 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'`
15572025-03-18T04:44:29.918Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=daf20d8a40eddfbe -C extra-filename=-daf20d8a40eddfbe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15582025-03-18T04:44:30.026Z Compiling winnow v0.6.18
15592025-03-18T04:44:30.029Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=3852e8dc435940f2 -C extra-filename=-3852e8dc435940f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15602025-03-18T04:44:30.151Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f0b008ebbad0aa2 -C extra-filename=-4f0b008ebbad0aa2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15612025-03-18T04:44:30.174Z Compiling semver v0.1.20
15622025-03-18T04:44:30.223Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bfefd69b92cdaad8 -C extra-filename=-bfefd69b92cdaad8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15632025-03-18T04:44:30.226Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15642025-03-18T04:44:30.226Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/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=4d4529746b08173f -C extra-filename=-4d4529746b08173f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
15652025-03-18T04:44:30.320Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=7b10f2936c858524 -C extra-filename=-7b10f2936c858524 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-1bfedb21ddbd58e2.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern take_mut=/work/oxidecomputer/crucible/target/debug/deps/libtake_mut-4f0b008ebbad0aa2.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-22878781ee5b4936.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg integer128`
15662025-03-18T04:44:30.540Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
15672025-03-18T04:44:30.558Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/oxide-vpc/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="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=79c33e89ff6f235a -C extra-filename=-79c33e89ff6f235a --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 illumos_sys_hdrs=/work/oxidecomputer/crucible/target/debug/deps/libillumos_sys_hdrs-518e78ba8fb9192e.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-e630e001e2757fdc.rmeta --extern poptrie=/work/oxidecomputer/crucible/target/debug/deps/libpoptrie-4d4529746b08173f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern smoltcp=/work/oxidecomputer/crucible/target/debug/deps/libsmoltcp-5823ac4866f982ae.rmeta --extern tabwriter=/work/oxidecomputer/crucible/target/debug/deps/libtabwriter-097482794c9315d9.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-014c22bea19d82ff.rmeta --cap-lints allow '-Wclippy::unused-async'`
15682025-03-18T04:44:30.630Z Compiling rustc_version v0.1.7
15692025-03-18T04:44:30.633Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d4a9d2099c5c0ee -C extra-filename=-6d4a9d2099c5c0ee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-bfefd69b92cdaad8.rmeta --cap-lints allow '-Wclippy::unused-async'`
15702025-03-18T04:44:30.780Z Compiling num v0.4.3
15712025-03-18T04:44:30.783Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.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="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=abd49506c79aef20 -C extra-filename=-abd49506c79aef20 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-d027573c0e72ef49.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-99f7f669f0492d99.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
15722025-03-18T04:44:30.873Z Running `/work/oxidecomputer/crucible/target/debug/build/prettyplease-94f360c5d467109c/build-script-build`
15732025-03-18T04:44:30.897Z Running `/work/oxidecomputer/crucible/target/debug/build/dropshot-4ed99209161cebc9/build-script-build`
15742025-03-18T04:44:30.925Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=d1a872d78548c2be -C extra-filename=-d1a872d78548c2be --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 cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-daf20d8a40eddfbe.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-d0b07278586543bf.rmeta --cap-lints allow '-Wclippy::unused-async'`
15752025-03-18T04:44:30.974Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=90bf0e498fc4d91a -C extra-filename=-90bf0e498fc4d91a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern is_terminal=/work/oxidecomputer/crucible/target/debug/deps/libis_terminal-2b46af440de80c3c.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern term=/work/oxidecomputer/crucible/target/debug/deps/libterm-a2eb84ee2919ba45.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-22878781ee5b4936.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-7ba3098970f18333.rmeta --cap-lints allow '-Wclippy::unused-async'`
15762025-03-18T04:44:31.048Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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 --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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--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="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=ad4c2ebe5891fb13 -C extra-filename=-ad4c2ebe5891fb13 --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-4584b9f1a72beff9.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-f7bdfa51119707bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-0b2a442dfe473bba.rmeta --cap-lints allow '-Wclippy::unused-async'`
15772025-03-18T04:44:31.286Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c7f1987bffa5bb2b -C extra-filename=-c7f1987bffa5bb2b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-9d97be89bac38845.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-4d526d6c7bc6206c.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-7ba3098970f18333.rmeta --cap-lints allow '-Wclippy::unused-async'`
15782025-03-18T04:44:31.294Z Compiling typify-impl v0.3.0
15792025-03-18T04:44:31.341Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e523c9e6e311925 -C extra-filename=-6e523c9e6e311925 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.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 regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-b631e5eeae856827.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-d7def18141c674fe.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'`
15802025-03-18T04:44:31.345Z Compiling zone_cfg_derive v0.3.0
15812025-03-18T04:44:31.345Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.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=0ee9cce7ed020f63 -C extra-filename=-0ee9cce7ed020f63 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c68e5d597e2b26e1.rlib --extern proc_macro_error=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_error-2ff29a31fd0dfc1b.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
15822025-03-18T04:44:31.477Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=fcb53b959b1f10cd -C extra-filename=-fcb53b959b1f10cd --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 crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --extern memoffset=/work/oxidecomputer/crucible/target/debug/deps/libmemoffset-d5abcda21863d7d2.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --cap-lints allow '-Wclippy::unused-async'`
15832025-03-18T04:44:32.065Z Compiling newline-converter v0.3.0
15842025-03-18T04:44:32.069Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80cd59a252a916e3 -C extra-filename=-80cd59a252a916e3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-a9713c38fbad314d.rmeta --cap-lints allow '-Wclippy::unused-async'`
15852025-03-18T04:44:32.257Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1166902d28e08403 -C extra-filename=-1166902d28e08403 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-a1aa1e8a446446bd.rmeta --cap-lints allow '-Wclippy::unused-async'`
15862025-03-18T04:44:32.279Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
15872025-03-18T04:44:32.303Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4ba9c33/crates/bhyve-api/sys/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=d223870e9ac36b0c -C extra-filename=-d223870e9ac36b0c --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-e3a18bea0c9f556b.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --cap-lints allow '-Wclippy::unused-async'`
15882025-03-18T04:44:32.422Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94326d3b06950124 -C extra-filename=-94326d3b06950124 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream_impl-a4a08922b063fef6.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --cap-lints allow '-Wclippy::unused-async'`
15892025-03-18T04:44:32.621Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=edcf1c1f1f7b6c9f -C extra-filename=-edcf1c1f1f7b6c9f --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-7c3d793de1bb9c39.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-130de0a54fb4383a.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern httparse=/work/oxidecomputer/crucible/target/debug/deps/libhttparse-4249fd7f34fe0ee4.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-36973217fecc7797.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rmeta --cap-lints allow '-Wclippy::unused-async'`
15902025-03-18T04:44:32.703Z Compiling itertools v0.10.5
15912025-03-18T04:44:32.707Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=41ca01cc2ae22e08 -C extra-filename=-41ca01cc2ae22e08 --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_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ae0148792336cd2.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-794181057a2c0ba0.rmeta --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 futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --cap-lints allow '-Wclippy::unused-async'`
15922025-03-18T04:44:32.707Z 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.10.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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=210af047eaa3cfe3 -C extra-filename=-210af047eaa3cfe3 --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-2f45379508106f01.rmeta --cap-lints allow '-Wclippy::unused-async'`
15932025-03-18T04:44:32.756Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddd7e08b2aa4659c -C extra-filename=-ddd7e08b2aa4659c --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 --cap-lints allow '-Wclippy::unused-async'`
15942025-03-18T04:44:32.813Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=e1623858c849e812 -C extra-filename=-e1623858c849e812 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-9b7d4517b94becbf.rmeta --cap-lints allow '-Wclippy::unused-async'`
15952025-03-18T04:44:32.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=ded67cfd67a66cb5 -C extra-filename=-ded67cfd67a66cb5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
15962025-03-18T04:44:32.976Z Compiling dropshot_endpoint v0.16.0
15972025-03-18T04:44:32.980Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.16.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f2c850508f53cdee -C extra-filename=-f2c850508f53cdee --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.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 semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
15982025-03-18T04:44:33.126Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/libnet/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=b485437f9f4b7db5 -C extra-filename=-b485437f9f4b7db5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern colored=/work/oxidecomputer/crucible/target/debug/deps/libcolored-0fd66cb23ba5cc48.rmeta --extern dlpi=/work/oxidecomputer/crucible/target/debug/deps/libdlpi-07fda87a339dcc6a.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-38127b5a5b9c8c40.rmeta --extern nvpair=/work/oxidecomputer/crucible/target/debug/deps/libnvpair-bf2b61db5bbbd6d0.rmeta --extern nvpair_sys=/work/oxidecomputer/crucible/target/debug/deps/libnvpair_sys-ccf7d2a1dc83fb2f.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-29cacefe81c4c2c0.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern rusty_doors=/work/oxidecomputer/crucible/target/debug/deps/librusty_doors-d68b8d4f7157043d.rmeta --extern socket2=/work/oxidecomputer/crucible/target/debug/deps/libsocket2-a5a9a20879de0344.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-3852e8dc435940f2.rmeta --cap-lints allow '-Wclippy::unused-async' -l kstat`
15992025-03-18T04:44:33.458Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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=e4728f8f647bc2d4 -C extra-filename=-e4728f8f647bc2d4 --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 serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
16002025-03-18T04:44:33.458Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=976db2795c916427 -C extra-filename=-976db2795c916427 --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-9c89c5b8c6a2c599.rmeta --cap-lints allow '-Wclippy::unused-async'`
16012025-03-18T04:44:33.554Z Compiling sigpipe v0.1.3
16022025-03-18T04:44:33.591Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71d0cf2f549bd398 -C extra-filename=-71d0cf2f549bd398 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
16032025-03-18T04:44:33.642Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=850a96b671ae8149 -C extra-filename=-850a96b671ae8149 --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'`
16042025-03-18T04:44:33.688Z Compiling base64ct v1.6.0
16052025-03-18T04:44:33.731Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2979dbf9531b4c21 -C extra-filename=-2979dbf9531b4c21 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16062025-03-18T04:44:33.811Z Compiling float-ord v0.3.2
16072025-03-18T04:44:33.814Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-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=8a91bf6ba4e8a6c7 -C extra-filename=-8a91bf6ba4e8a6c7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16082025-03-18T04:44:34.009Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
16092025-03-18T04:44:34.013Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=3e0b103087fad589 -C extra-filename=-3e0b103087fad589 --out-dir /work/oxidecomputer/crucible/target/debug/build/illumos-utils-3e0b103087fad589 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16102025-03-18T04:44:34.207Z Compiling rayon-core v1.12.1
16112025-03-18T04:44:34.238Z 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/rayon-core-1.12.1/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("web_spin_lock"))' -C metadata=cbe273fb00b6340c -C extra-filename=-cbe273fb00b6340c --out-dir /work/oxidecomputer/crucible/target/debug/build/rayon-core-cbe273fb00b6340c -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16122025-03-18T04:44:34.306Z Compiling base64 v0.21.7
16132025-03-18T04:44:34.309Z 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.21.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7894406f26617bba -C extra-filename=-7894406f26617bba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16142025-03-18T04:44:34.370Z Compiling similar v2.3.0
16152025-03-18T04:44:34.373Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.3.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="text"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=19dbc7e62f730ace -C extra-filename=-19dbc7e62f730ace --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16162025-03-18T04:44:34.561Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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 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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=cdb12aaf16878abf -C extra-filename=-cdb12aaf16878abf --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-46b936433a10a75b.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-f7bdfa51119707bd.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-ad4c2ebe5891fb13.rmeta --cap-lints allow '-Wclippy::unused-async'`
16172025-03-18T04:44:35.069Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5ed18d74e0a4232e -C extra-filename=-5ed18d74e0a4232e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16182025-03-18T04:44:35.248Z Compiling expectorate v1.1.0
16192025-03-18T04:44:35.251Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=e1cac4fb10adc4d8 -C extra-filename=-e1cac4fb10adc4d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-11f6daea1a242f0d.rmeta --extern newline_converter=/work/oxidecomputer/crucible/target/debug/deps/libnewline_converter-80cd59a252a916e3.rmeta --extern similar=/work/oxidecomputer/crucible/target/debug/deps/libsimilar-19dbc7e62f730ace.rmeta --cap-lints allow '-Wclippy::unused-async'`
16202025-03-18T04:44:35.307Z Compiling zone v0.3.0
16212025-03-18T04:44:35.311Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=42f7cf2c57d167bb -C extra-filename=-42f7cf2c57d167bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-210af047eaa3cfe3.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern zone_cfg_derive=/work/oxidecomputer/crucible/target/debug/deps/libzone_cfg_derive-0ee9cce7ed020f63.so --cap-lints allow '-Wclippy::unused-async'`
16222025-03-18T04:44:35.453Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
16232025-03-18T04:44:35.457Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/76878de/lib/opte-ioctl/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=2b1bad4c6dab913c -C extra-filename=-2b1bad4c6dab913c --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-e3a18bea0c9f556b.rmeta --extern libnet=/work/oxidecomputer/crucible/target/debug/deps/liblibnet-b485437f9f4b7db5.rmeta --extern opte=/work/oxidecomputer/crucible/target/debug/deps/libopte-e630e001e2757fdc.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-79c33e89ff6f235a.rmeta --extern postcard=/work/oxidecomputer/crucible/target/debug/deps/libpostcard-36a88c0595e59073.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'`
16242025-03-18T04:44:36.030Z Compiling rustls-pemfile v1.0.4
16252025-03-18T04:44:36.033Z 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-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a546a6cc846c1f03 -C extra-filename=-a546a6cc846c1f03 --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-7894406f26617bba.rmeta --cap-lints allow '-Wclippy::unused-async'`
16262025-03-18T04:44:36.516Z Running `/work/oxidecomputer/crucible/target/debug/build/rayon-core-cbe273fb00b6340c/build-script-build`
16272025-03-18T04:44:36.538Z Running `/work/oxidecomputer/crucible/target/debug/build/illumos-utils-3e0b103087fad589/build-script-build`
16282025-03-18T04:44:36.552Z Compiling password-hash v0.5.0
16292025-03-18T04:44:36.556Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=d6e9bb5066ed6b7a -C extra-filename=-d6e9bb5066ed6b7a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-2979dbf9531b4c21.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-3516bcd5d139aba4.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'`
16302025-03-18T04:44:36.573Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-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="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=fb04ffae293f51d6 -C extra-filename=-fb04ffae293f51d6 --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 getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-6c8dd67ff824dd25.rmeta --extern instant=/work/oxidecomputer/crucible/target/debug/deps/libinstant-850a96b671ae8149.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-9abfe5f2cd29ae4f.rmeta --extern tokio_1=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --cap-lints allow '-Wclippy::unused-async'`
16312025-03-18T04:44:36.594Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
16322025-03-18T04:44:36.594Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/dev-tools/oxlog/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=525ec42c16ee650f -C extra-filename=-525ec42c16ee650f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern sigpipe=/work/oxidecomputer/crucible/target/debug/deps/libsigpipe-71d0cf2f549bd398.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async'`
16332025-03-18T04:44:36.628Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/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="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=98f6a5abffe91fa9 -C extra-filename=-98f6a5abffe91fa9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ded67cfd67a66cb5.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --cap-lints allow '-Wclippy::unused-async'`
16342025-03-18T04:44:36.887Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/uuid-kinds/src/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=36ed0c0ac7d85cb3 -C extra-filename=-36ed0c0ac7d85cb3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-e1623858c849e812.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --cap-lints allow '-Wclippy::unused-async'`
16352025-03-18T04:44:36.910Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
16362025-03-18T04:44:36.913Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4ba9c33/crates/bhyve-api/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=4f0b5306a3e95fa8 -C extra-filename=-4f0b5306a3e95fa8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api_sys-d223870e9ac36b0c.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --cap-lints allow '-Wclippy::unused-async'`
16372025-03-18T04:44:37.122Z Compiling crossbeam-deque v0.8.3
16382025-03-18T04:44:37.125Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.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="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crossbeam-epoch", "crossbeam-utils", "default", "std"))' -C metadata=4aab5e45dcb0b639 -C extra-filename=-4aab5e45dcb0b639 --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 crossbeam_epoch=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_epoch-fcb53b959b1f10cd.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'`
16392025-03-18T04:44:37.229Z Compiling newtype_derive v0.1.6
16402025-03-18T04:44:37.233Z 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/newtype_derive-0.1.6/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", "std-unstable"))' -C metadata=8db9fe52a338f107 -C extra-filename=-8db9fe52a338f107 --out-dir /work/oxidecomputer/crucible/target/debug/build/newtype_derive-8db9fe52a338f107 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-6d4a9d2099c5c0ee.rlib --cap-lints allow '-Wclippy::unused-async'`
16412025-03-18T04:44:37.273Z Compiling hubpack_derive v0.1.1
16422025-03-18T04:44:37.277Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-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=b577d52a64552cb2 -C extra-filename=-b577d52a64552cb2 --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-b4875cef346b20f8.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
16432025-03-18T04:44:37.367Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/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="slog-error-chain-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=13805d76881a6dba -C extra-filename=-13805d76881a6dba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain_derive-3e7619fd2157c35e.so --cap-lints allow '-Wclippy::unused-async'`
16442025-03-18T04:44:37.491Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=188a7c42e4bdc721 -C extra-filename=-188a7c42e4bdc721 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/crucible/target/debug/deps/libparse_display_derive-1d775b66c9f70ceb.so --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rmeta --cap-lints allow '-Wclippy::unused-async'`
16452025-03-18T04:44:37.523Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=115fd930ff880c2d -C extra-filename=-115fd930ff880c2d --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-46b936433a10a75b.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --extern serde_with_macros=/work/oxidecomputer/crucible/target/debug/deps/libserde_with_macros-795517ff689074f9.so --cap-lints allow '-Wclippy::unused-async'`
16462025-03-18T04:44:37.552Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.26.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="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=f114039a65cc2c1d -C extra-filename=-f114039a65cc2c1d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-bbe5e0a1272d105b.so --cap-lints allow '-Wclippy::unused-async'`
16472025-03-18T04:44:37.598Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/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=6d0c5353702c41f9 -C extra-filename=-6d0c5353702c41f9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-4fbc81f64da6ef47.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
16482025-03-18T04:44:37.714Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=e26c69ce539975a6 -C extra-filename=-e26c69ce539975a6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'`
16492025-03-18T04:44:37.733Z Compiling blake2 v0.10.6
16502025-03-18T04:44:37.743Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=8c076658e8d5088c -C extra-filename=-8c076658e8d5088c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-eb9874bf82d94b67.rmeta --cap-lints allow '-Wclippy::unused-async'`
16512025-03-18T04:44:37.754Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=07cda9cee97c99e9 -C extra-filename=-07cda9cee97c99e9 --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-46b936433a10a75b.rmeta --cap-lints allow '-Wclippy::unused-async'`
16522025-03-18T04:44:37.775Z Compiling twox-hash v2.1.0
16532025-03-18T04:44:37.778Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=cd7eb780926a118a -C extra-filename=-cd7eb780926a118a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --cap-lints allow '-Wclippy::unused-async'`
16542025-03-18T04:44:37.990Z 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.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=a508eb8c5e46acd5 -C extra-filename=-a508eb8c5e46acd5 --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-ef6618e8558929e8.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rmeta --cap-lints allow '-Wclippy::unused-async'`
16552025-03-18T04:44:38.181Z Compiling smf v0.2.3
16562025-03-18T04:44:38.185Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=312ae5d1fe95d1b5 -C extra-filename=-312ae5d1fe95d1b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'`
16572025-03-18T04:44:38.205Z Compiling zerocopy-derive v0.6.6
16582025-03-18T04:44:38.209Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5467b2de5625b614 -C extra-filename=-5467b2de5625b614 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
16592025-03-18T04:44:38.530Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=bec88396db8b2b8a -C extra-filename=-bec88396db8b2b8a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'`
16602025-03-18T04:44:38.763Z Compiling atty v0.2.14
16612025-03-18T04:44:38.766Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b0fba2378c3dbc5a -C extra-filename=-b0fba2378c3dbc5a --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
16622025-03-18T04:44:38.925Z Compiling cancel-safe-futures v0.1.5
16632025-03-18T04:44:38.929Z 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/cancel-safe-futures-0.1.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="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=0747ff9f550f0f5a -C extra-filename=-0747ff9f550f0f5a --out-dir /work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-0747ff9f550f0f5a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16642025-03-18T04:44:39.119Z Compiling owo-colors v4.1.0
16652025-03-18T04:44:39.122Z 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/owo-colors-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e242defa805768f3 -C extra-filename=-e242defa805768f3 --out-dir /work/oxidecomputer/crucible/target/debug/build/owo-colors-e242defa805768f3 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16662025-03-18T04:44:39.319Z Compiling fixedbitset v0.4.2
16672025-03-18T04:44:39.339Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=036143ce881cadba -C extra-filename=-036143ce881cadba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16682025-03-18T04:44:39.448Z Compiling whoami v1.5.1
16692025-03-18T04:44:39.477Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=f72018d03ec018ef -C extra-filename=-f72018d03ec018ef --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16702025-03-18T04:44:39.499Z Running `/work/oxidecomputer/crucible/target/debug/build/owo-colors-e242defa805768f3/build-script-build`
16712025-03-18T04:44:39.550Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=33438feb661277f3 -C extra-filename=-33438feb661277f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-bec88396db8b2b8a.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-b21205cc3a0be61c.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-e26c69ce539975a6.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rmeta --cap-lints allow '-Wclippy::unused-async'`
16722025-03-18T04:44:39.556Z Running `/work/oxidecomputer/crucible/target/debug/build/cancel-safe-futures-0747ff9f550f0f5a/build-script-build`
16732025-03-18T04:44:39.580Z Compiling hubpack v0.1.2
16742025-03-18T04:44:39.602Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-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=ebe93c966e58eab1 -C extra-filename=-ebe93c966e58eab1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/crucible/target/debug/deps/libhubpack_derive-b577d52a64552cb2.so --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
16752025-03-18T04:44:39.644Z Compiling petgraph v0.6.5
16762025-03-18T04:44:39.647Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=84356e7f8849b390 -C extra-filename=-84356e7f8849b390 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fixedbitset=/work/oxidecomputer/crucible/target/debug/deps/libfixedbitset-036143ce881cadba.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --cap-lints allow '-Wclippy::unused-async'`
16772025-03-18T04:44:39.776Z Compiling argon2 v0.5.3
16782025-03-18T04:44:39.780Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.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="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=b9a7ab6c9dfa1b2d -C extra-filename=-b9a7ab6c9dfa1b2d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64ct=/work/oxidecomputer/crucible/target/debug/deps/libbase64ct-2979dbf9531b4c21.rmeta --extern blake2=/work/oxidecomputer/crucible/target/debug/deps/libblake2-8c076658e8d5088c.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern password_hash=/work/oxidecomputer/crucible/target/debug/deps/libpassword_hash-d6e9bb5066ed6b7a.rmeta --cap-lints allow '-Wclippy::unused-async'`
16792025-03-18T04:44:40.042Z Running `/work/oxidecomputer/crucible/target/debug/build/newtype_derive-8db9fe52a338f107/build-script-build`
16802025-03-18T04:44:40.076Z Compiling zerocopy v0.6.6
16812025-03-18T04:44:40.079Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.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("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=d8d633eefc31b7dd -C extra-filename=-d8d633eefc31b7dd --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-5467b2de5625b614.so --cap-lints allow '-Wclippy::unused-async'`
16822025-03-18T04:44:40.120Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=e172a829c8cd6e0e -C extra-filename=-e172a829c8cd6e0e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_deque-4aab5e45dcb0b639.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --cap-lints allow '-Wclippy::unused-async'`
16832025-03-18T04:44:40.139Z Compiling strum_macros v0.25.3
16842025-03-18T04:44:40.139Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21bcba91266164c0 -C extra-filename=-21bcba91266164c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c68e5d597e2b26e1.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 rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
16852025-03-18T04:44:40.840Z Compiling serde-big-array v0.5.1
16862025-03-18T04:44:40.845Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=680887dc4cca7f5c -C extra-filename=-680887dc4cca7f5c --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
16872025-03-18T04:44:41.010Z Compiling serde_repr v0.1.18
16882025-03-18T04:44:41.013Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d690b47782a36cf4 -C extra-filename=-d690b47782a36cf4 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
16892025-03-18T04:44:41.099Z Compiling cookie v0.18.1
16902025-03-18T04:44:41.103Z 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/cookie-0.18.1/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("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=a42ba30d64380974 -C extra-filename=-a42ba30d64380974 --out-dir /work/oxidecomputer/crucible/target/debug/build/cookie-a42ba30d64380974 -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'`
16912025-03-18T04:44:41.123Z Compiling static_assertions v1.1.0
16922025-03-18T04:44:41.123Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c4a73658517679aa -C extra-filename=-c4a73658517679aa --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16932025-03-18T04:44:41.238Z Compiling convert_case v0.4.0
16942025-03-18T04:44:41.241Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=034ca0ccc974504d -C extra-filename=-034ca0ccc974504d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16952025-03-18T04:44:41.471Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef4d24977ddb28f3 -C extra-filename=-ef4d24977ddb28f3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
16962025-03-18T04:44:41.665Z Running `/work/oxidecomputer/crucible/target/debug/build/cookie-a42ba30d64380974/build-script-build`
16972025-03-18T04:44:41.739Z Compiling rayon v1.10.0
16982025-03-18T04:44:41.742Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=9d8a3b4ea986df08 -C extra-filename=-9d8a3b4ea986df08 --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-2f45379508106f01.rmeta --extern rayon_core=/work/oxidecomputer/crucible/target/debug/deps/librayon_core-e172a829c8cd6e0e.rmeta --cap-lints allow '-Wclippy::unused-async'`
16992025-03-18T04:44:41.742Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
17002025-03-18T04:44:41.761Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/passwords/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0702bb5c1e0ee434 -C extra-filename=-0702bb5c1e0ee434 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern argon2=/work/oxidecomputer/crucible/target/debug/deps/libargon2-b9a7ab6c9dfa1b2d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-d9ffbc54276f96fc.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'`
17012025-03-18T04:44:41.943Z Compiling derive_more v0.99.18
17022025-03-18T04:44:41.946Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=dbcd0428b5038a53 -C extra-filename=-dbcd0428b5038a53 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern convert_case=/work/oxidecomputer/crucible/target/debug/deps/libconvert_case-034ca0ccc974504d.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
17032025-03-18T04:44:42.171Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=7a200830e12c88fe -C extra-filename=-7a200830e12c88fe --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg op_assign`
17042025-03-18T04:44:42.210Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=9e8cfecbc98afc9e -C extra-filename=-9e8cfecbc98afc9e --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 --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.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-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async'`
17052025-03-18T04:44:42.321Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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("alloc", "supports-color", "supports-colors"))' -C metadata=3e07df19c18d664a -C extra-filename=-3e07df19c18d664a --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(doc_cfg)'`
17062025-03-18T04:44:42.764Z 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=96f6138ecaa8cd57 -C extra-filename=-96f6138ecaa8cd57 --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-540d08e8c3ee5a3f.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
17072025-03-18T04:44:42.790Z Compiling enum-as-inner v0.6.0
17082025-03-18T04:44:42.793Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8c1f62a41e8813c3 -C extra-filename=-8c1f62a41e8813c3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c68e5d597e2b26e1.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
17092025-03-18T04:44:43.263Z Compiling atomicwrites v0.4.4
17102025-03-18T04:44:43.266Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=524277732ed22bd2 -C extra-filename=-524277732ed22bd2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-1e4bf4eea7c2705f.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-80889c58bb273e29.rmeta --cap-lints allow '-Wclippy::unused-async'`
17112025-03-18T04:44:43.618Z Compiling toml_edit v0.20.7
17122025-03-18T04:44:43.621Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=9f9a22eced02ce13 -C extra-filename=-9f9a22eced02ce13 --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-4584b9f1a72beff9.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rmeta --extern winnow=/work/oxidecomputer/crucible/target/debug/deps/libwinnow-6d3a834276e35f6f.rmeta --cap-lints allow '-Wclippy::unused-async'`
17132025-03-18T04:44:43.662Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17142025-03-18T04:44:43.666Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-messages/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", "smoltcp", "std"))' -C metadata=3f6bd6ef2160d4f2 -C extra-filename=-3f6bd6ef2160d4f2 --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-bb7f03d7fd84e20b.rmeta --extern hubpack=/work/oxidecomputer/crucible/target/debug/deps/libhubpack-ebe93c966e58eab1.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_big_array=/work/oxidecomputer/crucible/target/debug/deps/libserde_big_array-680887dc4cca7f5c.rmeta --extern serde_repr=/work/oxidecomputer/crucible/target/debug/deps/libserde_repr-d690b47782a36cf4.so --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-c4a73658517679aa.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-21bcba91266164c0.so --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-d8d633eefc31b7dd.rmeta --cap-lints allow '-Wclippy::unused-async'`
17152025-03-18T04:44:43.895Z Compiling typify-macro v0.3.0
17162025-03-18T04:44:43.898Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.3.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=867a800e59622f8a -C extra-filename=-867a800e59622f8a --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 schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-6e523c9e6e311925.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
17172025-03-18T04:44:43.923Z Compiling itertools v0.13.0
17182025-03-18T04:44:43.927Z 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.13.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_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=2aac5991307ea516 -C extra-filename=-2aac5991307ea516 --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-2f45379508106f01.rmeta --cap-lints allow '-Wclippy::unused-async'`
17192025-03-18T04:44:44.375Z Compiling libsw v3.3.1
17202025-03-18T04:44:44.378Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.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"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=5c43c97ee02fd7b7 -C extra-filename=-5c43c97ee02fd7b7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async'`
17212025-03-18T04:44:44.710Z Compiling derive-where v1.2.7
17222025-03-18T04:44:44.714Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.7/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("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=4171eeebac6ed188 -C extra-filename=-4171eeebac6ed188 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
17232025-03-18T04:44:45.151Z Compiling autocfg v0.1.8
17242025-03-18T04:44:45.155Z 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-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a52a896d8a2cc5f -C extra-filename=-0a52a896d8a2cc5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-f1e4fb22e544a929.rmeta --cap-lints allow '-Wclippy::unused-async'`
17252025-03-18T04:44:45.267Z Compiling linked-hash-map v0.5.6
17262025-03-18T04:44:45.292Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.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("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=2945c76275cb26ce -C extra-filename=-2945c76275cb26ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17272025-03-18T04:44:45.680Z Compiling data-encoding v2.5.0
17282025-03-18T04:44:45.684Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e814b55aff9a5a3a -C extra-filename=-e814b55aff9a5a3a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17292025-03-18T04:44:46.253Z Compiling rand_core v0.4.2
17302025-03-18T04:44:46.256Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "serde", "serde1", "serde_derive", "std"))' -C metadata=c66847f89fe332e4 -C extra-filename=-c66847f89fe332e4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17312025-03-18T04:44:46.675Z Compiling linear-map v1.2.0
17322025-03-18T04:44:46.679Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=159a91b7679397e6 -C extra-filename=-159a91b7679397e6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17332025-03-18T04:44:46.950Z Compiling quick-error v1.2.3
17342025-03-18T04:44:46.954Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.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=41eefdb9f4c660ce -C extra-filename=-41eefdb9f4c660ce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17352025-03-18T04:44:47.045Z Compiling swrite v0.1.0
17362025-03-18T04:44:47.049Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-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("osstring"))' -C metadata=c35b54bfc018ca50 -C extra-filename=-c35b54bfc018ca50 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17372025-03-18T04:44:47.119Z Compiling highway v1.2.0
17382025-03-18T04:44:47.122Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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=365e0ef4c46866f0 -C extra-filename=-365e0ef4c46866f0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17392025-03-18T04:44:47.192Z Compiling indent_write v2.2.0
17402025-03-18T04:44:47.196Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=91ae0a2ee01ea4b6 -C extra-filename=-91ae0a2ee01ea4b6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17412025-03-18T04:44:47.435Z Compiling resolv-conf v0.7.0
17422025-03-18T04:44:47.460Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=216e5559dd867b6e -C extra-filename=-216e5559dd867b6e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-a6a31cf8a634bbb1.rmeta --extern quick_error=/work/oxidecomputer/crucible/target/debug/deps/libquick_error-41eefdb9f4c660ce.rmeta --cap-lints allow '-Wclippy::unused-async'`
17432025-03-18T04:44:47.533Z Compiling typify v0.3.0
17442025-03-18T04:44:47.536Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=dea14bffaa83ee71 -C extra-filename=-dea14bffaa83ee71 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-6e523c9e6e311925.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-867a800e59622f8a.so --cap-lints allow '-Wclippy::unused-async'`
17452025-03-18T04:44:47.670Z Compiling proc-macro-crate v2.0.0
17462025-03-18T04:44:47.715Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=242db03ddb1bd658 -C extra-filename=-242db03ddb1bd658 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-9f9a22eced02ce13.rmeta --cap-lints allow '-Wclippy::unused-async'`
17472025-03-18T04:44:47.849Z Compiling hickory-proto v0.24.1
17482025-03-18T04:44:47.887Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.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="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=df5c8ffb6fb7cc92 -C extra-filename=-df5c8ffb6fb7cc92 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern data_encoding=/work/oxidecomputer/crucible/target/debug/deps/libdata_encoding-e814b55aff9a5a3a.rmeta --extern enum_as_inner=/work/oxidecomputer/crucible/target/debug/deps/libenum_as_inner-8c1f62a41e8813c3.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_io=/work/oxidecomputer/crucible/target/debug/deps/libfutures_io-18c4c86e5e305ba5.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern idna=/work/oxidecomputer/crucible/target/debug/deps/libidna-85b0a1637ee8e307.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-4efa376f343665d9.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tinyvec=/work/oxidecomputer/crucible/target/debug/deps/libtinyvec-934398379b5c52b4.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --cap-lints allow '-Wclippy::unused-async'`
17492025-03-18T04:44:47.887Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
17502025-03-18T04:44:47.888Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/update-engine/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50233fecd901b05e -C extra-filename=-50233fecd901b05e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern cancel_safe_futures=/work/oxidecomputer/crucible/target/debug/deps/libcancel_safe_futures-9e8cfecbc98afc9e.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-31ef66e57d33f4b1.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-4171eeebac6ed188.so --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-2f45379508106f01.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern indent_write=/work/oxidecomputer/crucible/target/debug/deps/libindent_write-91ae0a2ee01ea4b6.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern libsw=/work/oxidecomputer/crucible/target/debug/deps/liblibsw-5c43c97ee02fd7b7.rmeta --extern linear_map=/work/oxidecomputer/crucible/target/debug/deps/liblinear_map-159a91b7679397e6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern owo_colors=/work/oxidecomputer/crucible/target/debug/deps/libowo_colors-3e07df19c18d664a.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-84356e7f8849b390.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-d9ffbc54276f96fc.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern swrite=/work/oxidecomputer/crucible/target/debug/deps/libswrite-c35b54bfc018ca50.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async'`
17512025-03-18T04:44:48.035Z Compiling lru-cache v0.1.2
17522025-03-18T04:44:48.038Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-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("heapsize", "heapsize_impl"))' -C metadata=9a2971d5704b9e05 -C extra-filename=-9a2971d5704b9e05 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/crucible/target/debug/deps/liblinked_hash_map-2945c76275cb26ce.rmeta --cap-lints allow '-Wclippy::unused-async'`
17532025-03-18T04:44:48.057Z Compiling steno v0.4.1
17542025-03-18T04:44:48.057Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=16094eef46b3942c -C extra-filename=-16094eef46b3942c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7a200830e12c88fe.rmeta --extern petgraph=/work/oxidecomputer/crucible/target/debug/deps/libpetgraph-84356e7f8849b390.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async'`
17552025-03-18T04:44:48.215Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.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("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=522c427c78a883ae -C extra-filename=-522c427c78a883ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a5e14837642541c5.rmeta --cap-lints allow '-Wclippy::unused-async'`
17562025-03-18T04:44:48.246Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=72bb8c278e377c95 -C extra-filename=-72bb8c278e377c95 --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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --cap-lints allow '-Wclippy::unused-async' --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
17572025-03-18T04:44:48.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b156db5c9d5a23f -C extra-filename=-8b156db5c9d5a23f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --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 regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-b7d727334a61bd08.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'`
17582025-03-18T04:44:49.282Z Compiling humantime v2.1.0
17592025-03-18T04:44:49.286Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.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=3aa96f70d333bea5 -C extra-filename=-3aa96f70d333bea5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17602025-03-18T04:44:49.320Z Compiling num_enum_derive v0.7.3
17612025-03-18T04:44:49.323Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=7f6c2b32d743d7f7 -C extra-filename=-7f6c2b32d743d7f7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro_crate-242db03ddb1bd658.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
17622025-03-18T04:44:49.848Z Compiling progenitor-impl v0.9.1
17632025-03-18T04:44:49.852Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a0dddf19829afe4 -C extra-filename=-7a0dddf19829afe4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-4584b9f1a72beff9.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-82cc985d1cd4d3b8.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 schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-d7def18141c674fe.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-dea14bffaa83ee71.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-abd376aa63167a98.rmeta --cap-lints allow '-Wclippy::unused-async'`
17642025-03-18T04:44:50.059Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
17652025-03-18T04:44:50.063Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dbe51b7c7ff50644 -C extra-filename=-dbe51b7c7ff50644 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
17662025-03-18T04:44:51.287Z Compiling inout v0.1.3
17672025-03-18T04:44:51.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=aaadbd00a7160d32 -C extra-filename=-aaadbd00a7160d32 --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 --cap-lints allow '-Wclippy::unused-async'`
17682025-03-18T04:44:51.380Z Compiling strum_macros v0.27.1
17692025-03-18T04:44:51.383Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.27.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=3b03db545d6525ed -C extra-filename=-3b03db545d6525ed --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.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 rustversion=/work/oxidecomputer/crucible/target/debug/deps/librustversion-edd51d925182348b.so --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
17702025-03-18T04:44:51.518Z Compiling cipher v0.4.4
17712025-03-18T04:44:51.521Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=6673615181619f5c -C extra-filename=-6673615181619f5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-c85f5e45e763fd9e.rmeta --extern inout=/work/oxidecomputer/crucible/target/debug/deps/libinout-aaadbd00a7160d32.rmeta --cap-lints allow '-Wclippy::unused-async'`
17722025-03-18T04:44:51.696Z Compiling num_enum v0.7.3
17732025-03-18T04:44:51.699Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=b47e6548b53d2eba -C extra-filename=-b47e6548b53d2eba --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum_derive-7f6c2b32d743d7f7.so --cap-lints allow '-Wclippy::unused-async'`
17742025-03-18T04:44:51.734Z Compiling bincode v1.3.3
17752025-03-18T04:44:51.737Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bincode --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.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("i128"))' -C metadata=4c5b2c1f8078c60a -C extra-filename=-4c5b2c1f8078c60a --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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
17762025-03-18T04:44:51.894Z Compiling strum v0.27.1
17772025-03-18T04:44:51.898Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.27.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", "derive", "phf", "std", "strum_macros"))' -C metadata=ab39709cfc5d7861 -C extra-filename=-ab39709cfc5d7861 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17782025-03-18T04:44:51.953Z Compiling rand_core v0.3.1
17792025-03-18T04:44:51.957Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-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("alloc", "default", "serde1", "std"))' -C metadata=5e5c64533adba28a -C extra-filename=-5e5c64533adba28a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'`
17802025-03-18T04:44:52.075Z Compiling hickory-resolver v0.24.1
17812025-03-18T04:44:52.106Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.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="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=fddc09414c4ac8ea -C extra-filename=-fddc09414c4ac8ea --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 futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern hickory_proto=/work/oxidecomputer/crucible/target/debug/deps/libhickory_proto-df5c8ffb6fb7cc92.rmeta --extern lru_cache=/work/oxidecomputer/crucible/target/debug/deps/liblru_cache-9a2971d5704b9e05.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-46a1ef43c7ab0018.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern resolv_conf=/work/oxidecomputer/crucible/target/debug/deps/libresolv_conf-216e5559dd867b6e.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --cap-lints allow '-Wclippy::unused-async'`
17822025-03-18T04:44:52.109Z Compiling itertools v0.14.0
17832025-03-18T04:44:52.109Z 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.14.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_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=6670ed5cdb7c8adf -C extra-filename=-6670ed5cdb7c8adf --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-2f45379508106f01.rmeta --cap-lints allow '-Wclippy::unused-async'`
17842025-03-18T04:44:52.688Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=3d4d4479e5519389 -C extra-filename=-3d4d4479e5519389 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern typify_impl=/work/oxidecomputer/crucible/target/debug/deps/libtypify_impl-8b156db5c9d5a23f.rmeta --extern typify_macro=/work/oxidecomputer/crucible/target/debug/deps/libtypify_macro-867a800e59622f8a.so --cap-lints allow '-Wclippy::unused-async'`
17852025-03-18T04:44:52.846Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b89d118e6678bb1 -C extra-filename=-2b89d118e6678bb1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-b28c1043e71bb71c.rmeta --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 regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta --extern typify=/work/oxidecomputer/crucible/target/debug/deps/libtypify-3d4d4479e5519389.rmeta --extern unicode_ident=/work/oxidecomputer/crucible/target/debug/deps/libunicode_ident-8b7c5577c0fbbf7b.rmeta --cap-lints allow '-Wclippy::unused-async'`
17862025-03-18T04:44:55.132Z Compiling universal-hash v0.5.1
17872025-03-18T04:44:55.135Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d022dadea0d5922a -C extra-filename=-d022dadea0d5922a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-c85f5e45e763fd9e.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --cap-lints allow '-Wclippy::unused-async'`
17882025-03-18T04:44:55.357Z Compiling opaque-debug v0.3.0
17892025-03-18T04:44:55.360Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=927dd0e911d66b82 -C extra-filename=-927dd0e911d66b82 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17902025-03-18T04:44:55.503Z Compiling ringbuffer v0.15.0
17912025-03-18T04:44:55.506Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.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("alloc", "default"))' -C metadata=3964a94d911ec5ae -C extra-filename=-3964a94d911ec5ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
17922025-03-18T04:44:55.525Z Compiling polyval v0.6.1
17932025-03-18T04:44:55.525Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.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("std", "zeroize"))' -C metadata=59c3bd8737e4c259 -C extra-filename=-59c3bd8737e4c259 --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 cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern opaque_debug=/work/oxidecomputer/crucible/target/debug/deps/libopaque_debug-927dd0e911d66b82.rmeta --extern universal_hash=/work/oxidecomputer/crucible/target/debug/deps/libuniversal_hash-d022dadea0d5922a.rmeta --cap-lints allow '-Wclippy::unused-async'`
17942025-03-18T04:44:55.726Z Compiling ctr v0.9.2
17952025-03-18T04:44:55.730Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=ff8717ff30042e41 -C extra-filename=-ff8717ff30042e41 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-6673615181619f5c.rmeta --cap-lints allow '-Wclippy::unused-async'`
17962025-03-18T04:44:55.928Z Compiling progenitor-macro v0.9.1
17972025-03-18T04:44:55.932Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.9.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=dc8ea95b7ed5de85 -C extra-filename=-dc8ea95b7ed5de85 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-82cc985d1cd4d3b8.rlib --extern proc_macro2=/work/oxidecomputer/crucible/target/debug/deps/libproc_macro2-5eeacb47f161db31.rlib --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-7a0dddf19829afe4.rlib --extern quote=/work/oxidecomputer/crucible/target/debug/deps/libquote-c4984275da3096ab.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern serde_tokenstream=/work/oxidecomputer/crucible/target/debug/deps/libserde_tokenstream-0819be7ffe7be3cd.rlib --extern serde_yaml=/work/oxidecomputer/crucible/target/debug/deps/libserde_yaml-b280831f7cf42be5.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
17982025-03-18T04:44:55.968Z Compiling aes v0.8.3
17992025-03-18T04:44:56.016Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.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("hazmat", "zeroize"))' -C metadata=40a9dffa337da8b8 -C extra-filename=-40a9dffa337da8b8 --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 cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-6673615181619f5c.rmeta --extern cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --cap-lints allow '-Wclippy::unused-async'`
18002025-03-18T04:44:56.035Z Compiling aead v0.5.2
18012025-03-18T04:44:56.055Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=5ead898091dc86df -C extra-filename=-5ead898091dc86df --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-c85f5e45e763fd9e.rmeta --extern generic_array=/work/oxidecomputer/crucible/target/debug/deps/libgeneric_array-236eeccb58da35c2.rmeta --cap-lints allow '-Wclippy::unused-async'`
18022025-03-18T04:44:56.059Z Compiling crucible v0.0.1 (/work/oxidecomputer/crucible/upstairs)
18032025-03-18T04:44:56.059Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 upstairs/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="integration-tests"' --cfg 'feature="notify-nexus"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "integration-tests", "notify-nexus"))' -C metadata=a63ce342d7e82e85 -C extra-filename=-a63ce342d7e82e85 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-a63ce342d7e82e85 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib '-Wclippy::unused-async'`
18042025-03-18T04:44:56.228Z Compiling num-bigint v0.2.6
18052025-03-18T04:44:56.232Z 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/num-bigint-0.2.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=af857027554580d5 -C extra-filename=-af857027554580d5 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-bigint-af857027554580d5 -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'`
18062025-03-18T04:44:56.318Z Compiling rand_chacha v0.1.1
18072025-03-18T04:44:56.334Z 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/rand_chacha-0.1.1/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=2f6569a5b3a9fb11 -C extra-filename=-2f6569a5b3a9fb11 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_chacha-2f6569a5b3a9fb11 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'`
18082025-03-18T04:44:56.467Z Running `/work/oxidecomputer/crucible/target/debug/build/crucible-a63ce342d7e82e85/build-script-build`
18092025-03-18T04:44:56.538Z Compiling rand_pcg v0.1.2
18102025-03-18T04:44:56.541Z 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/rand_pcg-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1", "serde_derive"))' -C metadata=c39cae3964e55a51 -C extra-filename=-c39cae3964e55a51 --out-dir /work/oxidecomputer/crucible/target/debug/build/rand_pcg-c39cae3964e55a51 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'`
18112025-03-18T04:44:56.618Z Running `/work/oxidecomputer/crucible/target/debug/build/num-bigint-af857027554580d5/build-script-build`
18122025-03-18T04:44:56.695Z Compiling async-recursion v1.1.1
18132025-03-18T04:44:56.722Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.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=bc83127b8f885ee9 -C extra-filename=-bc83127b8f885ee9 --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-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async'`
18142025-03-18T04:44:56.859Z Compiling aes-gcm-siv v0.11.1
18152025-03-18T04:44:56.920Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.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="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aes", "alloc", "default", "getrandom", "heapless", "std", "stream"))' -C metadata=cfcc4d20f2d7438e -C extra-filename=-cfcc4d20f2d7438e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aead=/work/oxidecomputer/crucible/target/debug/deps/libaead-5ead898091dc86df.rmeta --extern aes=/work/oxidecomputer/crucible/target/debug/deps/libaes-40a9dffa337da8b8.rmeta --extern cipher=/work/oxidecomputer/crucible/target/debug/deps/libcipher-6673615181619f5c.rmeta --extern ctr=/work/oxidecomputer/crucible/target/debug/deps/libctr-ff8717ff30042e41.rmeta --extern polyval=/work/oxidecomputer/crucible/target/debug/deps/libpolyval-59c3bd8737e4c259.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async'`
18162025-03-18T04:44:56.931Z Compiling unicase v2.7.0
18172025-03-18T04:44:56.984Z 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/unicase-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f72a125d36ffd565 -C extra-filename=-f72a125d36ffd565 --out-dir /work/oxidecomputer/crucible/target/debug/build/unicase-f72a125d36ffd565 -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'`
18182025-03-18T04:44:57.144Z Compiling num-complex v0.2.4
18192025-03-18T04:44:57.148Z 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/num-complex-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=e64b020710c12d22 -C extra-filename=-e64b020710c12d22 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-complex-e64b020710c12d22 -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'`
18202025-03-18T04:44:57.219Z Compiling num-rational v0.2.4
18212025-03-18T04:44:57.222Z 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/num-rational-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=4161d85647398421 -C extra-filename=-4161d85647398421 --out-dir /work/oxidecomputer/crucible/target/debug/build/num-rational-4161d85647398421 -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'`
18222025-03-18T04:44:57.315Z Compiling signal-hook v0.3.17
18232025-03-18T04:44:57.318Z 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/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=5a55acfc35a1490a -C extra-filename=-5a55acfc35a1490a --out-dir /work/oxidecomputer/crucible/target/debug/build/signal-hook-5a55acfc35a1490a -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
18242025-03-18T04:44:57.557Z Running `/work/oxidecomputer/crucible/target/debug/build/num-complex-e64b020710c12d22/build-script-build`
18252025-03-18T04:44:57.625Z Running `/work/oxidecomputer/crucible/target/debug/build/num-rational-4161d85647398421/build-script-build`
18262025-03-18T04:44:57.675Z Running `/work/oxidecomputer/crucible/target/debug/build/signal-hook-5a55acfc35a1490a/build-script-build`
18272025-03-18T04:44:57.705Z Running `/work/oxidecomputer/crucible/target/debug/build/unicase-f72a125d36ffd565/build-script-build`
18282025-03-18T04:44:57.777Z Running `/work/oxidecomputer/crucible/target/debug/build/rand_pcg-c39cae3964e55a51/build-script-build`
18292025-03-18T04:44:57.851Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "quickcheck", "quickcheck_macros", "rand", "serde", "std"))' -C metadata=92d20775ad2699f4 -C extra-filename=-92d20775ad2699f4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128`
18302025-03-18T04:44:57.873Z Running `/work/oxidecomputer/crucible/target/debug/build/rand_chacha-2f6569a5b3a9fb11/build-script-build`
18312025-03-18T04:44:57.895Z Compiling rand v0.6.5
18322025-03-18T04:44:57.895Z 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/rand-0.6.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="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=dfd2b05146013ced -C extra-filename=-dfd2b05146013ced --out-dir /work/oxidecomputer/crucible/target/debug/build/rand-dfd2b05146013ced -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern autocfg=/work/oxidecomputer/crucible/target/debug/deps/libautocfg-0a52a896d8a2cc5f.rlib --cap-lints allow '-Wclippy::unused-async'`
18332025-03-18T04:44:57.921Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_pcg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-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("serde", "serde1", "serde_derive"))' -C metadata=d285ea63b0cca2b9 -C extra-filename=-d285ea63b0cca2b9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26`
18342025-03-18T04:44:58.021Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-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=a68b25cc1566d2d8 -C extra-filename=-a68b25cc1566d2d8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_26`
18352025-03-18T04:44:58.109Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "rand", "serde", "std"))' -C metadata=eeff8c758e79942a -C extra-filename=-eeff8c758e79942a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn`
18362025-03-18T04:44:58.162Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=fc8d4dcfe970b34c -C extra-filename=-fc8d4dcfe970b34c --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-e3a18bea0c9f556b.rmeta --extern signal_hook_registry=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_registry-962bd0e087841cf7.rmeta --cap-lints allow '-Wclippy::unused-async'`
18372025-03-18T04:44:58.268Z Running `/work/oxidecomputer/crucible/target/debug/build/rand-dfd2b05146013ced/build-script-build`
18382025-03-18T04:44:58.328Z Compiling rand_hc v0.1.0
18392025-03-18T04:44:58.356Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_hc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-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=4e8ca24dcb5c4cfd -C extra-filename=-4e8ca24dcb5c4cfd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'`
18402025-03-18T04:44:58.420Z Compiling rand_xorshift v0.1.1
18412025-03-18T04:44:58.423Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-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("serde", "serde1", "serde_derive"))' -C metadata=00f8450f0afe3db6 -C extra-filename=-00f8450f0afe3db6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'`
18422025-03-18T04:44:58.701Z Compiling rand_isaac v0.1.1
18432025-03-18T04:44:58.704Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_isaac --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-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("serde", "serde1", "serde_derive"))' -C metadata=a0260cdf267d683c -C extra-filename=-a0260cdf267d683c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-5e5c64533adba28a.rmeta --cap-lints allow '-Wclippy::unused-async'`
18442025-03-18T04:44:58.873Z Compiling rand_os v0.1.3
18452025-03-18T04:44:58.876Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_os --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "stdweb", "wasm-bindgen"))' -C metadata=a92ed5b0ebd8f5e2 -C extra-filename=-a92ed5b0ebd8f5e2 --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-e3a18bea0c9f556b.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'`
18462025-03-18T04:44:59.084Z Compiling rand_jitter v0.1.4
18472025-03-18T04:44:59.088Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_jitter --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log", "std"))' -C metadata=5467784f9dc8d907 -C extra-filename=-5467784f9dc8d907 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --cap-lints allow '-Wclippy::unused-async'`
18482025-03-18T04:44:59.122Z Compiling urlencoding v2.1.3
18492025-03-18T04:44:59.126Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name urlencoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0c938f2adbd3a4a -C extra-filename=-c0c938f2adbd3a4a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
18502025-03-18T04:44:59.191Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fd9816aa8d9903fb -C extra-filename=-fd9816aa8d9903fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
18512025-03-18T04:44:59.377Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_os"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "i128_support", "log", "nightly", "packed_simd", "rand_os", "serde1", "simd_support", "std", "stdweb", "wasm-bindgen"))' -C metadata=d3a3ad8f41112ab6 -C extra-filename=-d3a3ad8f41112ab6 --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-e3a18bea0c9f556b.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-a68b25cc1566d2d8.rmeta --extern rand_core=/work/oxidecomputer/crucible/target/debug/deps/librand_core-c66847f89fe332e4.rmeta --extern rand_hc=/work/oxidecomputer/crucible/target/debug/deps/librand_hc-4e8ca24dcb5c4cfd.rmeta --extern rand_isaac=/work/oxidecomputer/crucible/target/debug/deps/librand_isaac-a0260cdf267d683c.rmeta --extern rand_jitter=/work/oxidecomputer/crucible/target/debug/deps/librand_jitter-5467784f9dc8d907.rmeta --extern rand_os=/work/oxidecomputer/crucible/target/debug/deps/librand_os-a92ed5b0ebd8f5e2.rmeta --extern rand_pcg=/work/oxidecomputer/crucible/target/debug/deps/librand_pcg-d285ea63b0cca2b9.rmeta --extern rand_xorshift=/work/oxidecomputer/crucible/target/debug/deps/librand_xorshift-00f8450f0afe3db6.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg rustc_1_25 --cfg rustc_1_26 --cfg rustc_1_27`
18522025-03-18T04:44:59.454Z Compiling opentelemetry v0.21.0
18532025-03-18T04:44:59.459Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.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="pin-project-lite"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logs", "logs_level_enabled", "metrics", "pin-project-lite", "testing", "trace"))' -C metadata=0f0d3dd85033a931 -C extra-filename=-0f0d3dd85033a931 --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 --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern urlencoding=/work/oxidecomputer/crucible/target/debug/deps/liburlencoding-c0c938f2adbd3a4a.rmeta --cap-lints allow '-Wclippy::unused-async'`
18542025-03-18T04:44:59.493Z Compiling sha2 v0.10.8
18552025-03-18T04:44:59.496Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=8ac3b44f03147d2f -C extra-filename=-8ac3b44f03147d2f --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 cpufeatures=/work/oxidecomputer/crucible/target/debug/deps/libcpufeatures-15edc6e9ccf6fbc4.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-eb9874bf82d94b67.rmeta --cap-lints allow '-Wclippy::unused-async'`
18562025-03-18T04:44:59.576Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-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 --cfg 'feature="bigint"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigint", "bigint-std", "default", "i128", "num-bigint", "serde", "std"))' -C metadata=896b808c1cd9a8ea -C extra-filename=-896b808c1cd9a8ea --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-92d20775ad2699f4.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async' --cfg has_i128 --cfg has_const_fn`
18572025-03-18T04:45:00.188Z Compiling num v0.2.1
18582025-03-18T04:45:00.191Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "num-bigint", "rand", "serde", "std"))' -C metadata=e3b93be95f4fbfbd -C extra-filename=-e3b93be95f4fbfbd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_bigint=/work/oxidecomputer/crucible/target/debug/deps/libnum_bigint-92d20775ad2699f4.rmeta --extern num_complex=/work/oxidecomputer/crucible/target/debug/deps/libnum_complex-eeff8c758e79942a.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_rational=/work/oxidecomputer/crucible/target/debug/deps/libnum_rational-896b808c1cd9a8ea.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
18592025-03-18T04:45:00.309Z Compiling phf_generator v0.11.2
18602025-03-18T04:45:00.354Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.11.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("criterion"))' -C metadata=f36b74bc1e1f28bc -C extra-filename=-f36b74bc1e1f28bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-fe9caec71baba2f6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-9abfe5f2cd29ae4f.rmeta --cap-lints allow '-Wclippy::unused-async'`
18612025-03-18T04:45:00.419Z Compiling num_cpus v1.16.0
18622025-03-18T04:45:00.422Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.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=0f9e751762d3bd88 -C extra-filename=-0f9e751762d3bd88 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
18632025-03-18T04:45:00.542Z Compiling overload v0.1.1
18642025-03-18T04:45:00.545Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name overload --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-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=138fb4137b5aa626 -C extra-filename=-138fb4137b5aa626 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
18652025-03-18T04:45:00.588Z Compiling threadpool v1.8.1
18662025-03-18T04:45:00.592Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a81d873a5c75ae0d -C extra-filename=-a81d873a5c75ae0d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_cpus=/work/oxidecomputer/crucible/target/debug/deps/libnum_cpus-0f9e751762d3bd88.rmeta --cap-lints allow '-Wclippy::unused-async'`
18672025-03-18T04:45:00.670Z Compiling nu-ansi-term v0.46.0
18682025-03-18T04:45:00.681Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.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("derive_serde_style", "serde"))' -C metadata=264b825f481227b5 -C extra-filename=-264b825f481227b5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern overload=/work/oxidecomputer/crucible/target/debug/deps/liboverload-138fb4137b5aa626.rmeta --cap-lints allow '-Wclippy::unused-async'`
18692025-03-18T04:45:00.854Z Compiling statistical v1.0.0
18702025-03-18T04:45:00.875Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name statistical --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/statistical-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())' -C metadata=62777b91b0696bca -C extra-filename=-62777b91b0696bca --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-e3b93be95f4fbfbd.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-d3a3ad8f41112ab6.rmeta --cap-lints allow '-Wclippy::unused-async'`
18712025-03-18T04:45:01.037Z Compiling phf_codegen v0.11.2
18722025-03-18T04:45:01.040Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.11.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=0d0556026d631994 -C extra-filename=-0d0556026d631994 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_generator=/work/oxidecomputer/crucible/target/debug/deps/libphf_generator-f36b74bc1e1f28bc.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-fe9caec71baba2f6.rmeta --cap-lints allow '-Wclippy::unused-async'`
18732025-03-18T04:45:01.109Z Compiling mime_guess v2.0.5
18742025-03-18T04:45:01.114Z 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/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=9081dffa98f914bc -C extra-filename=-9081dffa98f914bc --out-dir /work/oxidecomputer/crucible/target/debug/build/mime_guess-9081dffa98f914bc -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-fd9816aa8d9903fb.rlib --cap-lints allow '-Wclippy::unused-async'`
18752025-03-18T04:45:01.177Z Compiling sharded-slab v0.1.7
18762025-03-18T04:45:01.180Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=8336b424af7e7824 -C extra-filename=-8336b424af7e7824 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern lazy_static=/work/oxidecomputer/crucible/target/debug/deps/liblazy_static-62a6552aba2a2acc.rmeta --cap-lints allow '-Wclippy::unused-async'`
18772025-03-18T04:45:01.271Z Compiling opentelemetry v0.28.0
18782025-03-18T04:45:01.275Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.28.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="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="internal-logs"' --cfg 'feature="logs"' --cfg 'feature="metrics"' --cfg 'feature="pin-project-lite"' --cfg 'feature="thiserror"' --cfg 'feature="trace"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-core", "futures-sink", "internal-logs", "logs", "metrics", "pin-project-lite", "spec_unstable_logs_enabled", "testing", "thiserror", "trace", "tracing"))' -C metadata=ad9f44b322667668 -C extra-filename=-ad9f44b322667668 --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 --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --cap-lints allow '-Wclippy::unused-async'`
18792025-03-18T04:45:01.368Z Compiling http v0.2.12
18802025-03-18T04:45:01.371Z 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-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61838a0a067337e6 -C extra-filename=-61838a0a067337e6 --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-4208ca63f9c0fa7d.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'`
18812025-03-18T04:45:01.462Z Compiling tracing-log v0.2.0
18822025-03-18T04:45:01.465Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_log --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=510acad0e5b3e9ae -C extra-filename=-510acad0e5b3e9ae --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 once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-ef366177fece7b51.rmeta --cap-lints allow '-Wclippy::unused-async'`
18832025-03-18T04:45:01.685Z Compiling ordered-float v2.10.1
18842025-03-18T04:45:01.688Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-2.10.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("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=9ebe592d6e7af115 -C extra-filename=-9ebe592d6e7af115 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
18852025-03-18T04:45:01.968Z Compiling ordered-float v4.2.0
18862025-03-18T04:45:01.968Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-4.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("arbitrary", "borsh", "bytemuck", "default", "proptest", "rand", "randtest", "rkyv", "rkyv_16", "rkyv_32", "rkyv_64", "rkyv_ck", "schemars", "serde", "speedy", "std"))' -C metadata=99c83c6ad7c7679a -C extra-filename=-99c83c6ad7c7679a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
18872025-03-18T04:45:02.242Z Compiling libsqlite3-sys v0.32.0
18882025-03-18T04:45:02.263Z 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/libsqlite3-sys-0.32.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="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=573fb62c3615644b -C extra-filename=-573fb62c3615644b --out-dir /work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-573fb62c3615644b -L dependency=/work/oxidecomputer/crucible/target/debug/deps --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'`
18892025-03-18T04:45:02.267Z Compiling crc32fast v1.3.2
18902025-03-18T04:45:02.267Z 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/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=91f2ea9b8f62d034 -C extra-filename=-91f2ea9b8f62d034 --out-dir /work/oxidecomputer/crucible/target/debug/build/crc32fast-91f2ea9b8f62d034 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
18912025-03-18T04:45:02.494Z Compiling glob v0.3.1
18922025-03-18T04:45:02.497Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af08fab7bb80bca8 -C extra-filename=-af08fab7bb80bca8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
18932025-03-18T04:45:02.732Z Compiling integer-encoding v3.0.4
18942025-03-18T04:45:02.732Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name integer_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/integer-encoding-3.0.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("async-trait", "futures-util", "futures_async", "tokio", "tokio_async"))' -C metadata=d98c5d48604e717d -C extra-filename=-d98c5d48604e717d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
18952025-03-18T04:45:02.809Z Running `/work/oxidecomputer/crucible/target/debug/build/crc32fast-91f2ea9b8f62d034/build-script-build`
18962025-03-18T04:45:02.815Z Running `/work/oxidecomputer/crucible/target/debug/build/libsqlite3-sys-573fb62c3615644b/build-script-build`
18972025-03-18T04:45:02.854Z Compiling opentelemetry_sdk v0.21.2
18982025-03-18T04:45:02.876Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_sdk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.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="async-trait"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="percent-encoding"' --cfg 'feature="rand"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async-trait", "crossbeam-channel", "default", "glob", "http", "jaeger_remote_sampler", "logs", "logs_level_enabled", "metrics", "opentelemetry-http", "percent-encoding", "rand", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "serde", "serde_json", "testing", "tokio", "tokio-stream", "trace", "url"))' -C metadata=0e9f03b7ac24a8a7 -C extra-filename=-0e9f03b7ac24a8a7 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern crossbeam_channel=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_channel-3ccef70431996bc2.rmeta --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ddd9e2b44ef29d0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-0f0d3dd85033a931.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-99c83c6ad7c7679a.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async'`
18992025-03-18T04:45:02.897Z Compiling opentelemetry_sdk v0.28.0
19002025-03-18T04:45:02.897Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_sdk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.28.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="async-trait"' --cfg 'feature="glob"' --cfg 'feature="metrics"' --cfg 'feature="percent-encoding"' --cfg 'feature="rand"' --cfg 'feature="trace"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "async-trait", "default", "experimental_async_runtime", "experimental_logs_batch_log_processor_with_async_runtime", "experimental_metrics_disable_name_validation", "experimental_metrics_periodicreader_with_async_runtime", "experimental_trace_batch_span_processor_with_async_runtime", "glob", "http", "internal-logs", "jaeger_remote_sampler", "logs", "metrics", "opentelemetry-http", "percent-encoding", "rand", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "serde", "serde_json", "spec_unstable_logs_enabled", "spec_unstable_metrics_views", "testing", "tokio", "tokio-stream", "trace", "tracing", "url"))' -C metadata=89f59bc07bcdb260 -C extra-filename=-89f59bc07bcdb260 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-48b0946d906b5624.rmeta --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ddd9e2b44ef29d0.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern glob=/work/oxidecomputer/crucible/target/debug/deps/libglob-af08fab7bb80bca8.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-ad9f44b322667668.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta --cap-lints allow '-Wclippy::unused-async'`
19012025-03-18T04:45:03.166Z Compiling thrift v0.17.0
19022025-03-18T04:45:03.169Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thrift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thrift-0.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 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="server"' --cfg 'feature="threadpool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "server", "threadpool"))' -C metadata=364be18ac83b5e12 -C extra-filename=-364be18ac83b5e12 --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 integer_encoding=/work/oxidecomputer/crucible/target/debug/deps/libinteger_encoding-d98c5d48604e717d.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern ordered_float=/work/oxidecomputer/crucible/target/debug/deps/libordered_float-9ebe592d6e7af115.rmeta --extern threadpool=/work/oxidecomputer/crucible/target/debug/deps/libthreadpool-a81d873a5c75ae0d.rmeta --cap-lints allow '-Wclippy::unused-async'`
19032025-03-18T04:45:03.435Z Compiling tracing-subscriber v0.3.19
19042025-03-18T04:45:03.438Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="fmt"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=0d5ff3dd4c490179 -C extra-filename=-0d5ff3dd4c490179 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-264b825f481227b5.rmeta --extern sharded_slab=/work/oxidecomputer/crucible/target/debug/deps/libsharded_slab-8336b424af7e7824.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern thread_local=/work/oxidecomputer/crucible/target/debug/deps/libthread_local-07a92696d5d391fc.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-ef366177fece7b51.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-510acad0e5b3e9ae.rmeta --cap-lints allow '-Wclippy::unused-async'`
19052025-03-18T04:45:03.738Z Running `/work/oxidecomputer/crucible/target/debug/build/mime_guess-9081dffa98f914bc/build-script-build`
19062025-03-18T04:45:03.785Z Compiling terminfo v0.9.0
19072025-03-18T04:45:03.806Z 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/terminfo-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a646a658751b83e -C extra-filename=-8a646a658751b83e --out-dir /work/oxidecomputer/crucible/target/debug/build/terminfo-8a646a658751b83e -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_codegen=/work/oxidecomputer/crucible/target/debug/deps/libphf_codegen-0d0556026d631994.rlib --cap-lints allow '-Wclippy::unused-async'`
19082025-03-18T04:45:03.944Z Compiling opentelemetry-semantic-conventions v0.13.0
19092025-03-18T04:45:03.947Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_semantic_conventions --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-semantic-conventions-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=135dc99691cbd112 -C extra-filename=-135dc99691cbd112 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-0f0d3dd85033a931.rmeta --cap-lints allow '-Wclippy::unused-async'`
19102025-03-18T04:45:04.208Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4ac716e46acb0cbf -C extra-filename=-4ac716e46acb0cbf --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
19112025-03-18T04:45:04.636Z Compiling blake3 v1.5.1
19122025-03-18T04:45:04.639Z 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/blake3-1.5.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="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=3d5e9e3d902965e8 -C extra-filename=-3d5e9e3d902965e8 --out-dir /work/oxidecomputer/crucible/target/debug/build/blake3-3d5e9e3d902965e8 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-b6cc1d5b9c775eb0.rlib --cap-lints allow '-Wclippy::unused-async'`
19132025-03-18T04:45:04.983Z Compiling vte_generate_state_changes v0.1.1
19142025-03-18T04:45:04.985Z Compiling adler v1.0.2
19152025-03-18T04:45:04.986Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-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=31e806e0503c6904 -C extra-filename=-31e806e0503c6904 --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 proc_macro --cap-lints allow '-Wclippy::unused-async'`
19162025-03-18T04:45:04.986Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=3a4294a1d0d84d2f -C extra-filename=-3a4294a1d0d84d2f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19172025-03-18T04:45:05.236Z Compiling rust_decimal v1.33.1
19182025-03-18T04:45:05.241Z 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/rust_decimal-1.33.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=6d624b722c2b86bb -C extra-filename=-6d624b722c2b86bb --out-dir /work/oxidecomputer/crucible/target/debug/build/rust_decimal-6d624b722c2b86bb -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19192025-03-18T04:45:05.264Z Compiling portable-atomic v1.5.1
19202025-03-18T04:45:05.269Z 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/portable-atomic-1.5.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="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=9de4036e84981035 -C extra-filename=-9de4036e84981035 --out-dir /work/oxidecomputer/crucible/target/debug/build/portable-atomic-9de4036e84981035 -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19212025-03-18T04:45:05.701Z Compiling minimal-lexical v0.2.1
19222025-03-18T04:45:05.705Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=916359e0d8dad5bb -C extra-filename=-916359e0d8dad5bb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19232025-03-18T04:45:05.942Z Running `/work/oxidecomputer/crucible/target/debug/build/rust_decimal-6d624b722c2b86bb/build-script-build`
19242025-03-18T04:45:05.945Z Compiling vte v0.11.1
19252025-03-18T04:45:05.945Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.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("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=acffc14aa68b2828 -C extra-filename=-acffc14aa68b2828 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern utf8parse=/work/oxidecomputer/crucible/target/debug/deps/libutf8parse-353c36a14bd8f05b.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/crucible/target/debug/deps/libvte_generate_state_changes-31e806e0503c6904.so --cap-lints allow '-Wclippy::unused-async'`
19262025-03-18T04:45:06.248Z Running `/work/oxidecomputer/crucible/target/debug/build/portable-atomic-9de4036e84981035/build-script-build`
19272025-03-18T04:45:06.251Z Compiling nom v7.1.3
19282025-03-18T04:45:06.270Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=62ef4b32c7bc7b1b -C extra-filename=-62ef4b32c7bc7b1b --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 --extern minimal_lexical=/work/oxidecomputer/crucible/target/debug/deps/libminimal_lexical-916359e0d8dad5bb.rmeta --cap-lints allow '-Wclippy::unused-async'`
19292025-03-18T04:45:06.302Z Compiling tracing-opentelemetry v0.29.0
19302025-03-18T04:45:06.305Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_opentelemetry --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.29.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="metrics"' --cfg 'feature="smallvec"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-trait", "default", "futures-util", "lazy_static", "metrics", "metrics_gauge_unstable", "smallvec", "thiserror", "thiserror-1", "tracing-log"))' -C metadata=71d2707df69748e0 -C extra-filename=-71d2707df69748e0 --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 --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-ad9f44b322667668.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-89f59bc07bcdb260.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-ef366177fece7b51.rmeta --extern tracing_log=/work/oxidecomputer/crucible/target/debug/deps/libtracing_log-510acad0e5b3e9ae.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-0d5ff3dd4c490179.rmeta --cap-lints allow '-Wclippy::unused-async'`
19312025-03-18T04:45:06.326Z Running `/work/oxidecomputer/crucible/target/debug/build/blake3-3d5e9e3d902965e8/build-script-build`
19322025-03-18T04:45:06.862Z Compiling miniz_oxide v0.7.1
19332025-03-18T04:45:06.865Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=4e4885fead6a75b3 -C extra-filename=-4e4885fead6a75b3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern adler=/work/oxidecomputer/crucible/target/debug/deps/libadler-3a4294a1d0d84d2f.rmeta --cap-lints allow '-Wclippy::unused-async'`
19342025-03-18T04:45:07.145Z Running `/work/oxidecomputer/crucible/target/debug/build/terminfo-8a646a658751b83e/build-script-build`
19352025-03-18T04:45:07.169Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=0e224f719f933e76 -C extra-filename=-0e224f719f933e76 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-2e29f70ea0a7aa12.rmeta --extern unicase=/work/oxidecomputer/crucible/target/debug/deps/libunicase-4ac716e46acb0cbf.rmeta --cap-lints allow '-Wclippy::unused-async'`
19362025-03-18T04:45:07.260Z Compiling opentelemetry-jaeger v0.20.0
19372025-03-18T04:45:07.263Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opentelemetry_jaeger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-jaeger-0.20.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-std", "base64", "collector_client", "default", "full", "futures-executor", "headers", "http", "hyper", "hyper-tls", "hyper_collector_client", "hyper_tls_collector_client", "integration_test", "isahc", "isahc_collector_client", "js-sys", "opentelemetry-http", "pin-project-lite", "prost", "prost-types", "reqwest", "reqwest_blocking_collector_client", "reqwest_collector_client", "reqwest_rustls_collector_client", "rt-async-std", "rt-tokio", "rt-tokio-current-thread", "surf", "surf_collector_client", "tokio", "tonic", "wasm-bindgen", "wasm-bindgen-futures", "wasm_collector_client", "web-sys"))' -C metadata=4579b62f7c54459f -C extra-filename=-4579b62f7c54459f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-0f0d3dd85033a931.rmeta --extern opentelemetry_semantic_conventions=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_semantic_conventions-135dc99691cbd112.rmeta --extern opentelemetry_sdk=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_sdk-0e9f03b7ac24a8a7.rmeta --extern thrift=/work/oxidecomputer/crucible/target/debug/deps/libthrift-364be18ac83b5e12.rmeta --cap-lints allow '-Wclippy::unused-async'`
19382025-03-18T04:45:07.435Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=5c5c086a355f2950 -C extra-filename=-5c5c086a355f2950 --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' --cfg crc32fast_stdarchx86`
19392025-03-18T04:45:07.551Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.32.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="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=ffd33597ef812660 -C extra-filename=-ffd33597ef812660 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64 -l sqlite3`
19402025-03-18T04:45:07.787Z Compiling signal-hook-mio v0.2.4
19412025-03-18T04:45:07.790Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-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 --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=c3d6d1c6fc8b5f48 -C extra-filename=-c3d6d1c6fc8b5f48 --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-e3a18bea0c9f556b.rmeta --extern mio_1_0=/work/oxidecomputer/crucible/target/debug/deps/libmio-a091bf7f79873caa.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-fc8d4dcfe970b34c.rmeta --cap-lints allow '-Wclippy::unused-async'`
19422025-03-18T04:45:07.957Z Compiling signal-hook-tokio v0.3.1
19432025-03-18T04:45:07.960Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-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="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=09fa51f88e5cd3fb -C extra-filename=-09fa51f88e5cd3fb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-fc8d4dcfe970b34c.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async'`
19442025-03-18T04:45:07.979Z Compiling phf v0.11.2
19452025-03-18T04:45:07.983Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=559c937a82430663 -C extra-filename=-559c937a82430663 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-f69f9347a124d733.rmeta --cap-lints allow '-Wclippy::unused-async'`
19462025-03-18T04:45:08.170Z Compiling hashlink v0.10.0
19472025-03-18T04:45:08.174Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.10.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("serde", "serde_impl"))' -C metadata=aee4876d89ab81e5 -C extra-filename=-aee4876d89ab81e5 --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-5052e5e1671e898b.rmeta --cap-lints allow '-Wclippy::unused-async'`
19482025-03-18T04:45:08.235Z Compiling memmap2 v0.9.4
19492025-03-18T04:45:08.238Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=9369d6c697a12ecd -C extra-filename=-9369d6c697a12ecd --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
19502025-03-18T04:45:08.257Z Compiling filetime v0.2.22
19512025-03-18T04:45:08.261Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3df3ce0c6ed1a1a4 -C extra-filename=-3df3ce0c6ed1a1a4 --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
19522025-03-18T04:45:08.322Z Compiling xattr v1.0.1
19532025-03-18T04:45:08.326Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-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="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=07165965f2a4dbef -C extra-filename=-07165965f2a4dbef --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-e3a18bea0c9f556b.rmeta --cap-lints allow '-Wclippy::unused-async'`
19542025-03-18T04:45:08.574Z Compiling crucible-downstairs v0.0.1 (/work/oxidecomputer/crucible/downstairs)
19552025-03-18T04:45:08.577Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 downstairs/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="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=9dac89db6666cdcb -C extra-filename=-9dac89db6666cdcb --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9dac89db6666cdcb -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern version_check=/work/oxidecomputer/crucible/target/debug/deps/libversion_check-56fb3abe49580ef3.rlib '-Wclippy::unused-async'`
19562025-03-18T04:45:08.622Z Compiling constant_time_eq v0.3.0
19572025-03-18T04:45:08.625Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=7a8ca31a70ef5b75 -C extra-filename=-7a8ca31a70ef5b75 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19582025-03-18T04:45:08.677Z Compiling env_home v0.1.0
19592025-03-18T04:45:08.680Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_home --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_home-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=c0fde6ffa0664d10 -C extra-filename=-c0fde6ffa0664d10 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19602025-03-18T04:45:08.725Z Compiling http-range v0.1.5
19612025-03-18T04:45:08.760Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-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=235ab4bf305a3ba9 -C extra-filename=-235ab4bf305a3ba9 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19622025-03-18T04:45:08.792Z Compiling arrayref v0.3.7
19632025-03-18T04:45:08.795Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=692c387d8b05d294 -C extra-filename=-692c387d8b05d294 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19642025-03-18T04:45:08.836Z Compiling fallible-iterator v0.3.0
19652025-03-18T04:45:08.836Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-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 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", "std"))' -C metadata=dba7559b2ae7c3ac -C extra-filename=-dba7559b2ae7c3ac --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19662025-03-18T04:45:08.893Z Compiling same-file v1.0.6
19672025-03-18T04:45:08.896Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.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=2ac09210951c87f2 -C extra-filename=-2ac09210951c87f2 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19682025-03-18T04:45:08.949Z Compiling fallible-streaming-iterator v0.1.9
19692025-03-18T04:45:08.952Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("std"))' -C metadata=14436150a7da7e16 -C extra-filename=-14436150a7da7e16 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
19702025-03-18T04:45:09.064Z Running `/work/oxidecomputer/crucible/target/debug/build/crucible-downstairs-9dac89db6666cdcb/build-script-build`
19712025-03-18T04:45:09.141Z Compiling walkdir v2.4.0
19722025-03-18T04:45:09.153Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd9149dd0623ab8b -C extra-filename=-fd9149dd0623ab8b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern same_file=/work/oxidecomputer/crucible/target/debug/deps/libsame_file-2ac09210951c87f2.rmeta --cap-lints allow '-Wclippy::unused-async'`
19732025-03-18T04:45:09.205Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name terminfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminfo-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=bef24a99f2ddd55d -C extra-filename=-bef24a99f2ddd55d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern fnv=/work/oxidecomputer/crucible/target/debug/deps/libfnv-43f5f6e3f771145c.rmeta --extern nom=/work/oxidecomputer/crucible/target/debug/deps/libnom-62ef4b32c7bc7b1b.rmeta --extern phf=/work/oxidecomputer/crucible/target/debug/deps/libphf-559c937a82430663.rmeta --cap-lints allow '-Wclippy::unused-async'`
19742025-03-18T04:45:09.228Z Compiling hyper-staticfile v0.10.1
19752025-03-18T04:45:09.232Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=500f96d218038e45 -C extra-filename=-500f96d218038e45 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern http_range=/work/oxidecomputer/crucible/target/debug/deps/libhttp_range-235ab4bf305a3ba9.rmeta --extern httpdate=/work/oxidecomputer/crucible/target/debug/deps/libhttpdate-d04f698adc8c57b7.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --cap-lints allow '-Wclippy::unused-async'`
19762025-03-18T04:45:09.362Z Compiling which v7.0.2
19772025-03-18T04:45:09.366Z 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-7.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("regex", "tracing"))' -C metadata=121a4a05b563aff9 -C extra-filename=-121a4a05b563aff9 --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-2f45379508106f01.rmeta --extern env_home=/work/oxidecomputer/crucible/target/debug/deps/libenv_home-c0fde6ffa0664d10.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-1e4bf4eea7c2705f.rmeta --cap-lints allow '-Wclippy::unused-async'`
19782025-03-18T04:45:09.446Z Compiling rusqlite v0.34.0
19792025-03-18T04:45:09.450Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.34.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("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "jiff", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=0eb16a083ceff17c -C extra-filename=-0eb16a083ceff17c --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-bb7f03d7fd84e20b.rmeta --extern fallible_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_iterator-dba7559b2ae7c3ac.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/crucible/target/debug/deps/libfallible_streaming_iterator-14436150a7da7e16.rmeta --extern hashlink=/work/oxidecomputer/crucible/target/debug/deps/libhashlink-aee4876d89ab81e5.rmeta --extern libsqlite3_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibsqlite3_sys-ffd33597ef812660.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/usr/lib/amd64`
19802025-03-18T04:45:09.478Z Compiling tar v0.4.40
19812025-03-18T04:45:09.482Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.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="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=d6ea87ac19c88bce -C extra-filename=-d6ea87ac19c88bce --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-3df3ce0c6ed1a1a4.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern xattr=/work/oxidecomputer/crucible/target/debug/deps/libxattr-07165965f2a4dbef.rmeta --cap-lints allow '-Wclippy::unused-async'`
19822025-03-18T04:45:09.728Z Compiling crossterm v0.28.1
19832025-03-18T04:45:09.731Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.28.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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=561d0ecb6b1b0941 -C extra-filename=-561d0ecb6b1b0941 --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-bb7f03d7fd84e20b.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-a091bf7f79873caa.rmeta --extern parking_lot=/work/oxidecomputer/crucible/target/debug/deps/libparking_lot-46a1ef43c7ab0018.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-1e4bf4eea7c2705f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-fc8d4dcfe970b34c.rmeta --extern signal_hook_mio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_mio-c3d6d1c6fc8b5f48.rmeta --cap-lints allow '-Wclippy::unused-async'`
19842025-03-18T04:45:09.791Z Compiling flate2 v1.0.28
19852025-03-18T04:45:09.795Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat"))' -C metadata=6b5cfd3063a1859e -C extra-filename=-6b5cfd3063a1859e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crc32fast=/work/oxidecomputer/crucible/target/debug/deps/libcrc32fast-5c5c086a355f2950.rmeta --extern miniz_oxide=/work/oxidecomputer/crucible/target/debug/deps/libminiz_oxide-4e4885fead6a75b3.rmeta --cap-lints allow '-Wclippy::unused-async'`
19862025-03-18T04:45:09.872Z Compiling strip-ansi-escapes v0.2.0
19872025-03-18T04:45:09.907Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f9e5d81e269286eb -C extra-filename=-f9e5d81e269286eb --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vte=/work/oxidecomputer/crucible/target/debug/deps/libvte-acffc14aa68b2828.rmeta --cap-lints allow '-Wclippy::unused-async'`
19882025-03-18T04:45:10.299Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=96457aea94c8cb42 -C extra-filename=-96457aea94c8cb42 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async' --cfg portable_atomic_llvm_16`
19892025-03-18T04:45:10.361Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rust_decimal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust_decimal-1.33.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("borsh", "c-repr", "db-diesel-mysql", "db-diesel-postgres", "db-diesel1-mysql", "db-diesel1-postgres", "db-diesel2-mysql", "db-diesel2-postgres", "db-postgres", "db-tokio-postgres", "default", "diesel1", "diesel2", "legacy-ops", "maths", "maths-nopanic", "ndarray", "proptest", "rand", "rkyv", "rkyv-safe", "rocket-traits", "rust-fuzz", "serde", "serde-arbitrary-precision", "serde-bincode", "serde-float", "serde-str", "serde-with-arbitrary-precision", "serde-with-float", "serde-with-str", "serde_json", "std", "tokio-pg"))' -C metadata=03f478e3602d31a0 -C extra-filename=-03f478e3602d31a0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-b613a1f9372de23d.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --cap-lints allow '-Wclippy::unused-async'`
19902025-03-18T04:45:10.792Z Compiling toml v0.7.8
19912025-03-18T04:45:10.795Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=2eaf2ed805b67a96 -C extra-filename=-2eaf2ed805b67a96 --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-05b5cc208b20b551.rmeta --extern serde_spanned=/work/oxidecomputer/crucible/target/debug/deps/libserde_spanned-1cb4208edb2dfd97.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-a3504116fe8551b5.rmeta --cap-lints allow '-Wclippy::unused-async'`
19922025-03-18T04:45:10.836Z Compiling itertools v0.12.1
19932025-03-18T04:45:10.840Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=f8719e1361becf2c -C extra-filename=-f8719e1361becf2c --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-2f45379508106f01.rmeta --cap-lints allow '-Wclippy::unused-async'`
19942025-03-18T04:45:11.669Z Compiling fd-lock v4.0.2
19952025-03-18T04:45:11.673Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=103d2b7652f18217 -C extra-filename=-103d2b7652f18217 --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 rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-1e4bf4eea7c2705f.rmeta --cap-lints allow '-Wclippy::unused-async'`
19962025-03-18T04:45:11.779Z Compiling csv-core v0.1.11
19972025-03-18T04:45:11.782Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=fb2564756a322dee -C extra-filename=-fb2564756a322dee --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'`
19982025-03-18T04:45:11.895Z Compiling topological-sort v0.2.2
19992025-03-18T04:45:11.899Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21bc8884fb088e39 -C extra-filename=-21bc8884fb088e39 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
20002025-03-18T04:45:12.144Z Compiling nu-ansi-term v0.50.0
20012025-03-18T04:45:12.148Z Compiling utf8-width v0.1.6
20022025-03-18T04:45:12.148Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.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("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=764caf65eea867da -C extra-filename=-764caf65eea867da --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
20032025-03-18T04:45:12.148Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8-width-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=afa543da200634a3 -C extra-filename=-afa543da200634a3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
20042025-03-18T04:45:12.286Z Compiling unicode-width v0.2.0
20052025-03-18T04:45:12.295Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=e644bca33c967182 -C extra-filename=-e644bca33c967182 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
20062025-03-18T04:45:12.337Z Compiling rangemap v1.5.1
20072025-03-18T04:45:12.340Z Compiling number_prefix v0.4.0
20082025-03-18T04:45:12.340Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rangemap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rangemap-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_fn", "nightly", "serde", "serde1"))' -C metadata=9c59cad9fffd9fcd -C extra-filename=-9c59cad9fffd9fcd --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
20092025-03-18T04:45:12.340Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ac4cb5b20bff998b -C extra-filename=-ac4cb5b20bff998b --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
20102025-03-18T04:45:12.484Z Compiling byte-unit v5.1.6
20112025-03-18T04:45:12.585Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name byte_unit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byte-unit-5.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="byte"' --cfg 'feature="default"' --cfg 'feature="rust_decimal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bit", "byte", "default", "rocket", "rust_decimal", "serde", "std", "u128"))' -C metadata=c481e76e7d69fbd6 -C extra-filename=-c481e76e7d69fbd6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rust_decimal=/work/oxidecomputer/crucible/target/debug/deps/librust_decimal-03f478e3602d31a0.rmeta --extern utf8_width=/work/oxidecomputer/crucible/target/debug/deps/libutf8_width-afa543da200634a3.rmeta --cap-lints allow '-Wclippy::unused-async'`
20122025-03-18T04:45:12.588Z Compiling csv v1.3.1
20132025-03-18T04:45:12.627Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cad924ea83c92432 -C extra-filename=-cad924ea83c92432 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern csv_core=/work/oxidecomputer/crucible/target/debug/deps/libcsv_core-fb2564756a322dee.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-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async'`
20142025-03-18T04:45:12.812Z Compiling indicatif v0.17.11
20152025-03-18T04:45:12.815Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=17e7eed2824cad22 -C extra-filename=-17e7eed2824cad22 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern console=/work/oxidecomputer/crucible/target/debug/deps/libconsole-11f6daea1a242f0d.rmeta --extern number_prefix=/work/oxidecomputer/crucible/target/debug/deps/libnumber_prefix-ac4cb5b20bff998b.rmeta --extern portable_atomic=/work/oxidecomputer/crucible/target/debug/deps/libportable_atomic-96457aea94c8cb42.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-e644bca33c967182.rmeta --cap-lints allow '-Wclippy::unused-async'`
20162025-03-18T04:45:12.860Z Compiling nbd v0.3.1
20172025-03-18T04:45:12.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nbd --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nbd-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=755ebb1ffeb5b707 -C extra-filename=-755ebb1ffeb5b707 --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 --cap-lints allow '-Wclippy::unused-async'`
20182025-03-18T04:45:12.863Z Compiling human_bytes v0.4.3
20192025-03-18T04:45:12.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name human_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/human_bytes-0.4.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="si-units"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "build-binary", "default", "fast", "lexopt", "ryu", "si-units"))' -C metadata=e1ef5a15e03a1694 -C extra-filename=-e1ef5a15e03a1694 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --cap-lints allow '-Wclippy::unused-async'`
20202025-03-18T04:45:13.566Z Compiling reedline v0.38.0
20212025-03-18T04:45:13.570Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.38.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("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=a1a67c0b3e99da12 -C extra-filename=-a1a67c0b3e99da12 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern crossterm=/work/oxidecomputer/crucible/target/debug/deps/libcrossterm-561d0ecb6b1b0941.rmeta --extern fd_lock=/work/oxidecomputer/crucible/target/debug/deps/libfd_lock-103d2b7652f18217.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-f8719e1361becf2c.rmeta --extern nu_ansi_term=/work/oxidecomputer/crucible/target/debug/deps/libnu_ansi_term-764caf65eea867da.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/crucible/target/debug/deps/libstrip_ansi_escapes-f9e5d81e269286eb.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-bbe5e0a1272d105b.so --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern unicode_segmentation=/work/oxidecomputer/crucible/target/debug/deps/libunicode_segmentation-a9713c38fbad314d.rmeta --extern unicode_width=/work/oxidecomputer/crucible/target/debug/deps/libunicode_width-0799ecb34bd3fe47.rmeta --cap-lints allow '-Wclippy::unused-async'`
20222025-03-18T04:45:13.966Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=07ca2db25a0dff0a -C extra-filename=-07ca2db25a0dff0a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayref=/work/oxidecomputer/crucible/target/debug/deps/libarrayref-692c387d8b05d294.rmeta --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-b613a1f9372de23d.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern constant_time_eq=/work/oxidecomputer/crucible/target/debug/deps/libconstant_time_eq-7a8ca31a70ef5b75.rmeta --extern memmap2=/work/oxidecomputer/crucible/target/debug/deps/libmemmap2-9369d6c697a12ecd.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-498b408a2e6e6ce2/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-498b408a2e6e6ce2/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi`
20232025-03-18T04:45:14.379Z Compiling clearscreen v4.0.1
20242025-03-18T04:45:14.379Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clearscreen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clearscreen-4.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("windows-console"))' -C metadata=51aa35915421ab04 -C extra-filename=-51aa35915421ab04 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9dc8eccdd6b99aa0.rmeta --extern terminfo=/work/oxidecomputer/crucible/target/debug/deps/libterminfo-bef24a99f2ddd55d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta --extern which=/work/oxidecomputer/crucible/target/debug/deps/libwhich-121a4a05b563aff9.rmeta --cap-lints allow '-Wclippy::unused-async'`
20252025-03-18T04:45:15.537Z Running `/work/oxidecomputer/crucible/target/debug/build/rustls-356ee3a6ccbfc5da/build-script-build`
20262025-03-18T04:45:15.564Z 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=d390854e5be4950a -C extra-filename=-d390854e5be4950a --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-37af4d887814586d.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-c9e2f37758e26530/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
20272025-03-18T04:45:15.612Z 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=d0e572adf433e392 -C extra-filename=-d0e572adf433e392 --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-6c8dd67ff824dd25.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-c9e2f37758e26530/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
20282025-03-18T04:45:15.615Z Running `/work/oxidecomputer/crucible/target/debug/build/rustls-c6f031ebdd6ad5f5/build-script-build`
20292025-03-18T04:45:15.615Z Running `/work/oxidecomputer/crucible/target/debug/build/rustls-40d32f4d5765d76c/build-script-build`
20302025-03-18T04:45:17.417Z Compiling rustls-webpki v0.102.8
20312025-03-18T04:45:17.421Z Compiling sct v0.7.1
20322025-03-18T04:45:17.438Z 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 panic=abort -C embed-bitcode=no -C debuginfo=2 --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=c035246879fa01b5 -C extra-filename=-c035246879fa01b5 --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-d390854e5be4950a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.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-c9e2f37758e26530/out`
20332025-03-18T04:45:17.441Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-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=9e030a209dc77741 -C extra-filename=-9e030a209dc77741 --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-d390854e5be4950a.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-c9e2f37758e26530/out`
20342025-03-18T04:45:17.617Z 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=5b57ea3e52bebf54 -C extra-filename=-5b57ea3e52bebf54 --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-d0e572adf433e392.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.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-c9e2f37758e26530/out`
20352025-03-18T04:45:17.764Z Compiling rustls-webpki v0.101.7
20362025-03-18T04:45:17.768Z 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.101.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=138c68d663c3b837 -C extra-filename=-138c68d663c3b837 --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-d390854e5be4950a.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-c9e2f37758e26530/out`
20372025-03-18T04:45:18.318Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --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=8286259994fb9b28 -C extra-filename=-8286259994fb9b28 --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 --extern ring=/work/oxidecomputer/crucible/target/debug/deps/libring-d390854e5be4950a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-c035246879fa01b5.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
20382025-03-18T04:45:18.469Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=4785d58d252364a7 -C extra-filename=-4785d58d252364a7 --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 ring=/work/oxidecomputer/crucible/target/debug/deps/libring-d390854e5be4950a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-c035246879fa01b5.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-998db88b41091cd0.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-8b2154ab004e0204.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20392025-03-18T04:45:18.626Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=4641b213ff598d0e -C extra-filename=-4641b213ff598d0e --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 ring=/work/oxidecomputer/crucible/target/debug/deps/libring-d0e572adf433e392.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-5b57ea3e52bebf54.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-b62fff60b00a7e6d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
20402025-03-18T04:45:18.767Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=3496f3973950aa6a -C extra-filename=-3496f3973950aa6a --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 ring=/work/oxidecomputer/crucible/target/debug/deps/libring-d0e572adf433e392.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-5b57ea3e52bebf54.rmeta --extern subtle=/work/oxidecomputer/crucible/target/debug/deps/libsubtle-ce10c79b8b3b342e.rmeta --extern zeroize=/work/oxidecomputer/crucible/target/debug/deps/libzeroize-b62fff60b00a7e6d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20412025-03-18T04:45:19.003Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=02f9ab225824da77 -C extra-filename=-02f9ab225824da77 --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 ring=/work/oxidecomputer/crucible/target/debug/deps/libring-d390854e5be4950a.rmeta --extern webpki=/work/oxidecomputer/crucible/target/debug/deps/libwebpki-138c68d663c3b837.rmeta --extern sct=/work/oxidecomputer/crucible/target/debug/deps/libsct-9e030a209dc77741.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20422025-03-18T04:45:22.323Z Compiling tokio-rustls v0.25.0
20432025-03-18T04:45:22.327Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=0beacd51342d1a24 -C extra-filename=-0beacd51342d1a24 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-4785d58d252364a7.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20442025-03-18T04:45:22.725Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 panic=abort -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=0bea8fe660b65426 -C extra-filename=-0bea8fe660b65426 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-c8d69e96cce440a0.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-31ef66e57d33f4b1.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-3d0e2a1ef05ad225.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-0170236e9d42b6ab.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-ab0ec59e150129a1.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ffbe22468b5b7710.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-3ef1703511f806f3.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-acef45a1f42a9988.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-b28c1043e71bb71c.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-4785d58d252364a7.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-430327ca2ab8a56f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-6520091b4786c2ec.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-cd26745f800d4c5d.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-7fa0bd899a81572e.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-79ddad49bfeb1270.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-252afbbfaa65305d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0beacd51342d1a24.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-a1aa1e8a446446bd.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-f97e53a8285f8bd7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20452025-03-18T04:45:22.748Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=43e8ca8a2b90b60d -C extra-filename=-43e8ca8a2b90b60d --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3496f3973950aa6a.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20462025-03-18T04:45:22.852Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.16.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' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=3151b946b50b0248 -C extra-filename=-3151b946b50b0248 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-c8d69e96cce440a0.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-31ef66e57d33f4b1.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-f2c850508f53cdee.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-0170236e9d42b6ab.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-ab0ec59e150129a1.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ffbe22468b5b7710.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-3ef1703511f806f3.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-acef45a1f42a9988.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-b28c1043e71bb71c.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-4785d58d252364a7.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-430327ca2ab8a56f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-6520091b4786c2ec.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-cd26745f800d4c5d.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-7fa0bd899a81572e.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-79ddad49bfeb1270.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-252afbbfaa65305d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-0beacd51342d1a24.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-a1aa1e8a446446bd.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-f97e53a8285f8bd7.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20472025-03-18T04:45:23.163Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=8d6c4e454dc29f8e -C extra-filename=-8d6c4e454dc29f8e --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern async_stream=/work/oxidecomputer/crucible/target/debug/deps/libasync_stream-94326d3b06950124.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-498ab88b9d5b7b53.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7c3d793de1bb9c39.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-5d2836c4da97b973.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-6f1340b365e29470.rmeta --extern debug_ignore=/work/oxidecomputer/crucible/target/debug/deps/libdebug_ignore-5ed18d74e0a4232e.rmeta --extern dropshot_endpoint=/work/oxidecomputer/crucible/target/debug/deps/libdropshot_endpoint-3d0e2a1ef05ad225.so --extern form_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libform_urlencoded-360e3c86a64891f8.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-41ca01cc2ae22e08.rmeta --extern hostname=/work/oxidecomputer/crucible/target/debug/deps/libhostname-976db2795c916427.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-442a1d380018bbc3.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1970ebb89b1ff662.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-91426eb899857460.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-4584b9f1a72beff9.rmeta --extern multer=/work/oxidecomputer/crucible/target/debug/deps/libmulter-edcf1c1f1f7b6c9f.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-82cc985d1cd4d3b8.rmeta --extern paste=/work/oxidecomputer/crucible/target/debug/deps/libpaste-e0992995bb0b68e2.so --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-3496f3973950aa6a.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-6c63db6464feb264.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-832c3b605fbf99ab.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_path_to_error=/work/oxidecomputer/crucible/target/debug/deps/libserde_path_to_error-e4728f8f647bc2d4.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-47860bd3b053ccfb.rmeta --extern sha1=/work/oxidecomputer/crucible/target/debug/deps/libsha1-d1a872d78548c2be.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-7b10f2936c858524.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-c7f1987bffa5bb2b.rmeta --extern slog_json=/work/oxidecomputer/crucible/target/debug/deps/libslog_json-4d526d6c7bc6206c.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-90bf0e498fc4d91a.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-43e8ca8a2b90b60d.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-cdb12aaf16878abf.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-0812f0d931fb792e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-9b7d4517b94becbf.rmeta --extern waitgroup=/work/oxidecomputer/crucible/target/debug/deps/libwaitgroup-ddd7e08b2aa4659c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20482025-03-18T04:45:26.360Z Compiling tokio-rustls v0.26.0
20492025-03-18T04:45:26.380Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=353975c4dff023c0 -C extra-filename=-353975c4dff023c0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8286259994fb9b28.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20502025-03-18T04:45:26.853Z Compiling hyper-rustls v0.27.3
20512025-03-18T04:45:26.904Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=a167c53e09d175ae -C extra-filename=-a167c53e09d175ae --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-3ef1703511f806f3.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8286259994fb9b28.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-353975c4dff023c0.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-b2de3bb35aaef71c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20522025-03-18T04:45:27.162Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=6cf8430fcc186e4c -C extra-filename=-6cf8430fcc186e4c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-4641b213ff598d0e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20532025-03-18T04:45:27.307Z Compiling reqwest v0.12.12
20542025-03-18T04:45:27.310Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.12/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(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=7a0f15f56fefbc8f -C extra-filename=-7a0f15f56fefbc8f --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 bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-983d51f9fcaacf24.rmeta --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_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-bcb473e8786c2d53.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-1893649ee7a9fe0b.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-ffbe22468b5b7710.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-a167c53e09d175ae.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-106f7c63c71fc3f4.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-3ef1703511f806f3.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-4efa376f343665d9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-2e29f70ea0a7aa12.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-b700e6e0b4c3b247.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-ebae1a32f1902851.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-8286259994fb9b28.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-430327ca2ab8a56f.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-225ebeedc4a85d39.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-080df03a9a22203c.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-353975c4dff023c0.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-f4e45da41a3d5085.rmeta --extern tower=/work/oxidecomputer/crucible/target/debug/deps/libtower-6fcad2cc8ce5a1c9.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-3df827be42301400.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-a90af2d5077ca666.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-b2de3bb35aaef71c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20552025-03-18T04:45:27.493Z Compiling tokio-rustls v0.24.1
20562025-03-18T04:45:27.497Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.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="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=58af426a30357a22 -C extra-filename=-58af426a30357a22 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-02f9ab225824da77.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20572025-03-18T04:45:27.628Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=a985d10c6d6b3287 -C extra-filename=-a985d10c6d6b3287 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1970ebb89b1ff662.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-91426eb899857460.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-4641b213ff598d0e.rmeta --extern pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-6cf8430fcc186e4c.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-3550d0a4b4cfc20e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out`
20582025-03-18T04:45:28.154Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=a1edcb5aee404440 -C extra-filename=-a1edcb5aee404440 --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-498ab88b9d5b7b53.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7c3d793de1bb9c39.rmeta --extern encoding_rs=/work/oxidecomputer/crucible/target/debug/deps/libencoding_rs-130de0a54fb4383a.rmeta --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_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rmeta --extern h2=/work/oxidecomputer/crucible/target/debug/deps/libh2-ab728171cc85801f.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern http_body=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body-904138aa66c5f3a9.rmeta --extern http_body_util=/work/oxidecomputer/crucible/target/debug/deps/libhttp_body_util-442a1d380018bbc3.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1970ebb89b1ff662.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-a985d10c6d6b3287.rmeta --extern hyper_tls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_tls-06d681a6b3f0684a.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-91426eb899857460.rmeta --extern ipnet=/work/oxidecomputer/crucible/target/debug/deps/libipnet-86764da6759ba154.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern mime=/work/oxidecomputer/crucible/target/debug/deps/libmime-36973217fecc7797.rmeta --extern native_tls_crate=/work/oxidecomputer/crucible/target/debug/deps/libnative_tls-a0a0430e25f67164.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern pin_project_lite=/work/oxidecomputer/crucible/target/debug/deps/libpin_project_lite-db0780f6db0d7b83.rmeta --extern rustls=/work/oxidecomputer/crucible/target/debug/deps/librustls-4641b213ff598d0e.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-6c63db6464feb264.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-47860bd3b053ccfb.rmeta --extern sync_wrapper=/work/oxidecomputer/crucible/target/debug/deps/libsync_wrapper-4130c15e46fcd865.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern tokio_native_tls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_native_tls-3faa42fbfeb390b7.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-6cf8430fcc186e4c.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba83ff5cb32e54d.rmeta --extern tower=/work/oxidecomputer/crucible/target/debug/deps/libtower-520d61870ac67883.rmeta --extern tower_service=/work/oxidecomputer/crucible/target/debug/deps/libtower_service-6ec1ef2bbbc5be8b.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-eac64c6dbaff072c.rmeta --extern webpki_roots=/work/oxidecomputer/crucible/target/debug/deps/libwebpki_roots-3550d0a4b4cfc20e.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20592025-03-18T04:45:30.528Z Compiling progenitor-client v0.8.0
20602025-03-18T04:45:30.531Z Compiling progenitor-client v0.9.1
20612025-03-18T04:45:30.531Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6836ffabc7cd6cb -C extra-filename=-a6836ffabc7cd6cb --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-4208ca63f9c0fa7d.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20622025-03-18T04:45:30.532Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67699877dfcd93db -C extra-filename=-67699877dfcd93db --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-4208ca63f9c0fa7d.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-e0356821abeb72ac.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20632025-03-18T04:45:30.629Z Compiling omicron-zone-package v0.12.0
20642025-03-18T04:45:30.632Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fde582f5fcd92a47 -C extra-filename=-fde582f5fcd92a47 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern blake3=/work/oxidecomputer/crucible/target/debug/deps/libblake3-07ca2db25a0dff0a.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-9216b7f0e4389277.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern filetime=/work/oxidecomputer/crucible/target/debug/deps/libfiletime-3df3ce0c6ed1a1a4.rmeta --extern flate2=/work/oxidecomputer/crucible/target/debug/deps/libflate2-6b5cfd3063a1859e.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_derive=/work/oxidecomputer/crucible/target/debug/deps/libserde_derive-0c6f77f36969dd6a.so --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-8ac3b44f03147d2f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern tar=/work/oxidecomputer/crucible/target/debug/deps/libtar-d6ea87ac19c88bce.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-2eaf2ed805b67a96.rmeta --extern topological_sort=/work/oxidecomputer/crucible/target/debug/deps/libtopological_sort-21bc8884fb088e39.rmeta --extern walkdir=/work/oxidecomputer/crucible/target/debug/deps/libwalkdir-fd9149dd0623ab8b.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-498b408a2e6e6ce2/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-498b408a2e6e6ce2/out -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20652025-03-18T04:45:31.013Z Compiling progenitor v0.8.0
20662025-03-18T04:45:31.016Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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 panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c8c5116540c45013 -C extra-filename=-c8c5116540c45013 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-a6836ffabc7cd6cb.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-775d5e2459e201df.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-951f0767a70d4f98.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20672025-03-18T04:45:31.036Z Compiling progenitor v0.9.1
20682025-03-18T04:45:31.040Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=275cdc3058404bc6 -C extra-filename=-275cdc3058404bc6 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-67699877dfcd93db.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-2b89d118e6678bb1.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-dc8ea95b7ed5de85.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20692025-03-18T04:45:31.203Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
20702025-03-18T04:45:31.207Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/b13b5b2/mg-admin-client/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=0655b025d1073bd0 -C extra-filename=-0655b025d1073bd0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-c8c5116540c45013.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20712025-03-18T04:45:31.235Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
20722025-03-18T04:45:31.239Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/dns-service-client/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=472dd92003a0cb1f -C extra-filename=-472dd92003a0cb1f --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-e1cac4fb10adc4d8.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-c8c5116540c45013.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20732025-03-18T04:45:31.268Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
20742025-03-18T04:45:31.271Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/gateway-client/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c7a19c813dbf5c -C extra-filename=-47c7a19c813dbf5c --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 chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern gateway_messages=/work/oxidecomputer/crucible/target/debug/deps/libgateway_messages-3f6bd6ef2160d4f2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-c8c5116540c45013.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20752025-03-18T04:45:31.457Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f4225871c3efbb6 -C extra-filename=-5f4225871c3efbb6 --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-7c3d793de1bb9c39.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-a1edcb5aee404440.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_urlencoded=/work/oxidecomputer/crucible/target/debug/deps/libserde_urlencoded-47860bd3b053ccfb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20762025-03-18T04:45:31.836Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22fa9a9bccdcf570 -C extra-filename=-22fa9a9bccdcf570 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-5f4225871c3efbb6.rmeta --extern progenitor_impl=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_impl-25c0cd76387261ea.rmeta --extern progenitor_macro=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_macro-951f0767a70d4f98.so --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20772025-03-18T04:45:32.039Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/b13b5b2/mg-admin-client/src/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=c743cfb9b0cf4070 -C extra-filename=-c743cfb9b0cf4070 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-f1bbde9980f21dac.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-6f1340b365e29470.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2fc6bb0c382c2ae9.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-22fa9a9bccdcf570.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-a1edcb5aee404440.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20782025-03-18T04:45:34.426Z Compiling crucible-workspace-hack v0.1.0 (/work/oxidecomputer/crucible/workspace-hack)
20792025-03-18T04:45:34.431Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 workspace-hack/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=6f7fb630c064c791 -C extra-filename=-6f7fb630c064c791 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-6f7fb630c064c791 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-d5be499193bdca8f.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-7c3d793de1bb9c39.rlib --extern cc=/work/oxidecomputer/crucible/target/debug/deps/libcc-b6cc1d5b9c775eb0.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-6f1340b365e29470.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a36b8980bbc8125b.rlib --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-9e77aa1d3866a197.rlib --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-b866ef01f72144b2.rlib --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-95e71577e6e47b9f.rlib --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-d0b07278586543bf.rlib --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-726cc99c0c0b44ed.rlib --extern futures_channel=/work/oxidecomputer/crucible/target/debug/deps/libfutures_channel-1e9e6691e7678efa.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-a9ab754dfee47de0.rlib --extern futures_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ae0148792336cd2.rlib --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-94a5b44d2411bcb9.rlib --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-15108ce66d4238d2.rlib --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-6c8dd67ff824dd25.rlib --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-bcdb8042147c2ef6.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-4fbc81f64da6ef47.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-1970ebb89b1ff662.rlib --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-a985d10c6d6b3287.rlib --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-91426eb899857460.rlib --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-4584b9f1a72beff9.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-9c89c5b8c6a2c599.rlib --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rlib --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-187ef387dbb05ae2.rlib --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-34935c5882918084.rlib --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-a1e40ef0cebf30e5.rlib --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-b21205cc3a0be61c.rlib --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-907ada65ac7aecfb.rlib --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rlib --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-82cc985d1cd4d3b8.rlib --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-fe9caec71baba2f6.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-9abfe5f2cd29ae4f.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-71124463922712d1.rlib --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-4e2eaca3c98e884a.rlib --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-4db9c100793868b3.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-a1edcb5aee404440.rlib --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-501b7e241a20fc0f.rlib --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-f68e45282598b835.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rlib --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-832c3b605fbf99ab.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rlib --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-c7aa021fcbdfe8b6.rlib --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-13aa9d3db9a4455e.rlib --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-7ba3098970f18333.rlib --extern time_macros=/work/oxidecomputer/crucible/target/debug/deps/libtime_macros-36e6e95877b3a76b.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-4ba83ff5cb32e54d.rlib --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-b6ddbcf5fb574a79.rlib --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-9fdcf63276bbf3fb.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-bc51030b4d361790.rlib --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-a1935ef9489ed687.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-0812f0d931fb792e.rlib --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-1096cc81182f5a3d.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-9b7d4517b94becbf.rlib --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-656f42312dd2a357.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20802025-03-18T04:45:34.844Z Running `/work/oxidecomputer/crucible/target/debug/build/crucible-workspace-hack-6f7fb630c064c791/build-script-build`
20812025-03-18T04:45:34.851Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2021 workspace-hack/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=49826f85d6ff1712 -C extra-filename=-49826f85d6ff1712 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern arrayvec=/work/oxidecomputer/crucible/target/debug/deps/libarrayvec-b613a1f9372de23d.rmeta --extern bitflags=/work/oxidecomputer/crucible/target/debug/deps/libbitflags-bb7f03d7fd84e20b.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rmeta --extern clap_builder=/work/oxidecomputer/crucible/target/debug/deps/libclap_builder-d391b81eed053173.rmeta --extern crossbeam_utils=/work/oxidecomputer/crucible/target/debug/deps/libcrossbeam_utils-03092a79053791f0.rmeta --extern crypto_common=/work/oxidecomputer/crucible/target/debug/deps/libcrypto_common-c85f5e45e763fd9e.rmeta --extern digest=/work/oxidecomputer/crucible/target/debug/deps/libdigest-eb9874bf82d94b67.rmeta --extern dof=/work/oxidecomputer/crucible/target/debug/deps/libdof-547f14653fcc489b.rmeta --extern either=/work/oxidecomputer/crucible/target/debug/deps/libeither-2f45379508106f01.rmeta --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_executor=/work/oxidecomputer/crucible/target/debug/deps/libfutures_executor-8ddd9e2b44ef29d0.rmeta --extern futures_sink=/work/oxidecomputer/crucible/target/debug/deps/libfutures_sink-dc6d8001af963309.rmeta --extern futures_util=/work/oxidecomputer/crucible/target/debug/deps/libfutures_util-f474818a7309cb90.rmeta --extern getrandom=/work/oxidecomputer/crucible/target/debug/deps/libgetrandom-37af4d887814586d.rmeta --extern hashbrown=/work/oxidecomputer/crucible/target/debug/deps/libhashbrown-5052e5e1671e898b.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern hyper_rustls=/work/oxidecomputer/crucible/target/debug/deps/libhyper_rustls-a167c53e09d175ae.rmeta --extern hyper_util=/work/oxidecomputer/crucible/target/debug/deps/libhyper_util-3ef1703511f806f3.rmeta --extern indexmap=/work/oxidecomputer/crucible/target/debug/deps/libindexmap-5ef4dcb66fda1955.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-d53a21f98f031de6.rmeta --extern memchr=/work/oxidecomputer/crucible/target/debug/deps/libmemchr-ad8c4b9cff4819c0.rmeta --extern mio=/work/oxidecomputer/crucible/target/debug/deps/libmio-a091bf7f79873caa.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9dc8eccdd6b99aa0.rmeta --extern num_integer=/work/oxidecomputer/crucible/target/debug/deps/libnum_integer-b792e13107f508d2.rmeta --extern num_iter=/work/oxidecomputer/crucible/target/debug/deps/libnum_iter-53f2ce350b05432f.rmeta --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern openapiv3=/work/oxidecomputer/crucible/target/debug/deps/libopenapiv3-b28c1043e71bb71c.rmeta --extern phf_shared=/work/oxidecomputer/crucible/target/debug/deps/libphf_shared-f69f9347a124d733.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-8f3f296417c6c6a3.rmeta --extern regex_automata=/work/oxidecomputer/crucible/target/debug/deps/libregex_automata-60edc595d00e0a3c.rmeta --extern regex_syntax=/work/oxidecomputer/crucible/target/debug/deps/libregex_syntax-bee669ddc794b8b0.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern rustix=/work/oxidecomputer/crucible/target/debug/deps/librustix-1e4bf4eea7c2705f.rmeta --extern rustls_pki_types=/work/oxidecomputer/crucible/target/debug/deps/librustls_pki_types-2491755703427cfd.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern scopeguard=/work/oxidecomputer/crucible/target/debug/deps/libscopeguard-9a84037b0fa8b010.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern smallvec=/work/oxidecomputer/crucible/target/debug/deps/libsmallvec-ee50fdcf798ecfc4.rmeta --extern spin=/work/oxidecomputer/crucible/target/debug/deps/libspin-80ed5ff7714732e2.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-a5e14837642541c5.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-f4e45da41a3d5085.rmeta --extern toml_datetime=/work/oxidecomputer/crucible/target/debug/deps/libtoml_datetime-254dc3ed244b817a.rmeta --extern toml_edit=/work/oxidecomputer/crucible/target/debug/deps/libtoml_edit-a3504116fe8551b5.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --extern tracing_core=/work/oxidecomputer/crucible/target/debug/deps/libtracing_core-ef366177fece7b51.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-a1aa1e8a446446bd.rmeta --extern usdt_impl=/work/oxidecomputer/crucible/target/debug/deps/libusdt_impl-158bbbb4b2325503.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --extern zerocopy=/work/oxidecomputer/crucible/target/debug/deps/libzerocopy-014c22bea19d82ff.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20822025-03-18T04:45:34.972Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
20832025-03-18T04:45:34.975Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/74286f9/smf/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=a02413878cb35f22 -C extra-filename=-a02413878cb35f22 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-f736151e0c83ec7e.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20842025-03-18T04:45:35.629Z Compiling crucible-client-types v0.1.0 (/work/oxidecomputer/crucible/crucible-client-types)
20852025-03-18T04:45:35.633Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 crucible-client-types/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=58b5819d67eb5abd -C extra-filename=-58b5819d67eb5abd --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20862025-03-18T04:45:35.733Z Compiling crucible-smf v0.0.0 (/work/oxidecomputer/crucible/smf)
20872025-03-18T04:45:35.736Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 smf/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=fe906909ef673607 -C extra-filename=-fe906909ef673607 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern num_derive=/work/oxidecomputer/crucible/target/debug/deps/libnum_derive-f736151e0c83ec7e.so --extern num_traits=/work/oxidecomputer/crucible/target/debug/deps/libnum_traits-84a9bf763c3c6fcd.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20882025-03-18T04:45:35.923Z Compiling dsc-client v0.0.1 (/work/oxidecomputer/crucible/dsc-client)
20892025-03-18T04:45:35.926Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc_client --edition=2021 dsc-client/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=f55beba04ec6c0b8 -C extra-filename=-f55beba04ec6c0b8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-275cdc3058404bc6.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20902025-03-18T04:45:35.987Z Compiling crucible-control-client v0.0.1 (/work/oxidecomputer/crucible/control-client)
20912025-03-18T04:45:35.991Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_control_client --edition=2021 control-client/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=c15e04a2dbf40096 -C extra-filename=-c15e04a2dbf40096 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-275cdc3058404bc6.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20922025-03-18T04:45:36.099Z Compiling crucible-agent-client v0.0.1 (/work/oxidecomputer/crucible/agent-client)
20932025-03-18T04:45:36.103Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 agent-client/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=6b90772512548cba -C extra-filename=-6b90772512548cba --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-275cdc3058404bc6.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20942025-03-18T04:45:36.888Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
20952025-03-18T04:45:36.892Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/common/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=f6a8270417ea7ba8 -C extra-filename=-f6a8270417ea7ba8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-b0d8186b20f934ca.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-eeae0e6f75b81f84.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0bea8fe660b65426.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-e127f113761d7b38.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-c59b05861ac25ee2.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-0655b025d1073bd0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0c87f86a276b6c56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-e732a754ac484db6.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-29cacefe81c4c2c0.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-6714444e974d5eff.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-c8c5116540c45013.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-a6836ffabc7cd6cb.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-02ce53cfa56069d4.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-c5ac2e9b12b31e63.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-d9ffbc54276f96fc.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-522ec9818b4c5984.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
20962025-03-18T04:45:36.907Z Compiling crucible-package v0.1.0 (/work/oxidecomputer/crucible/package)
20972025-03-18T04:45:36.911Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_package --edition=2021 package/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4a3162cff3adb473 -C extra-filename=-4a3162cff3adb473 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rlib --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rlib --extern omicron_zone_package=/work/oxidecomputer/crucible/target/debug/deps/libomicron_zone_package-fde582f5fcd92a47.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-498b408a2e6e6ce2/out -L native=/work/oxidecomputer/crucible/target/debug/build/blake3-498b408a2e6e6ce2/out`
20982025-03-18T04:45:37.176Z Compiling crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests)
20992025-03-18T04:45:37.207Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_integration_tests --edition=2021 integration_tests/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=b10484e820eb0315 -C extra-filename=-b10484e820eb0315 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21002025-03-18T04:45:37.334Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/common/src/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=dab27a5e87bb054a -C extra-filename=-dab27a5e87bb054a --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-f1bbde9980f21dac.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-b0d8186b20f934ca.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern backoff=/work/oxidecomputer/crucible/target/debug/deps/libbackoff-fb04ffae293f51d6.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-5d2836c4da97b973.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-6f1340b365e29470.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-8d6c4e454dc29f8e.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-41ca01cc2ae22e08.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-4fbc81f64da6ef47.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-be1eb7f926a40b4c.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-ded67cfd67a66cb5.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-07cda9cee97c99e9.rmeta --extern mg_admin_client=/work/oxidecomputer/crucible/target/debug/deps/libmg_admin_client-c743cfb9b0cf4070.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-36ed0c0ac7d85cb3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern once_cell=/work/oxidecomputer/crucible/target/debug/deps/libonce_cell-6251a48351283bd4.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-98f6a5abffe91fa9.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-188a7c42e4bdc721.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-22fa9a9bccdcf570.rmeta --extern progenitor_client=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor_client-5f4225871c3efbb6.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-9abfe5f2cd29ae4f.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-a508eb8c5e46acd5.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-a1edcb5aee404440.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-063d47f12e81d337.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern serde_human_bytes=/work/oxidecomputer/crucible/target/debug/deps/libserde_human_bytes-6d0c5353702c41f9.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-b4d47d39ffdee5f7.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-115fd930ff880c2d.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-fd24c0f4ca15faba.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-13805d76881a6dba.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f114039a65cc2c1d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-88360fa8682b4c4d.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-9b7d4517b94becbf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21012025-03-18T04:45:37.536Z Compiling crucible-pantry-client v0.0.1 (/work/oxidecomputer/crucible/pantry-client)
21022025-03-18T04:45:37.559Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 pantry-client/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=558efb159dc2d4b8 -C extra-filename=-558efb159dc2d4b8 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-275cdc3058404bc6.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21032025-03-18T04:45:41.410Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=f75d51f8f73084b9 -C extra-filename=-f75d51f8f73084b9 --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-9c89c5b8c6a2c599.rmeta --extern libz_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibz_sys-cba99975d91bcab4.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e2e66cde765713a5/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
21042025-03-18T04:45:41.755Z Compiling git2 v0.19.0
21052025-03-18T04:45:41.758Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=bba9726cb1a32df0 -C extra-filename=-bba9726cb1a32df0 --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-d5be499193bdca8f.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-9c89c5b8c6a2c599.rmeta --extern libgit2_sys=/work/oxidecomputer/crucible/target/debug/deps/liblibgit2_sys-f75d51f8f73084b9.rmeta --extern log=/work/oxidecomputer/crucible/target/debug/deps/liblog-e95446108fba6bad.rmeta --extern url=/work/oxidecomputer/crucible/target/debug/deps/liburl-eac64c6dbaff072c.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e2e66cde765713a5/out/build -L native=/usr/lib/amd64`
21062025-03-18T04:45:45.241Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=7fb05b2948e87980 -C extra-filename=-7fb05b2948e87980 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-f1bbde9980f21dac.rmeta --extern cargo_metadata=/work/oxidecomputer/crucible/target/debug/deps/libcargo_metadata-3478f49f21ef4ae6.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-6fd4a91ecd25bcee.rmeta --extern git2_rs=/work/oxidecomputer/crucible/target/debug/deps/libgit2-bba9726cb1a32df0.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern rustc_version=/work/oxidecomputer/crucible/target/debug/deps/librustc_version-3be919040b73d2c3.rmeta --extern time=/work/oxidecomputer/crucible/target/debug/deps/libtime-7ba3098970f18333.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e2e66cde765713a5/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
21072025-03-18T04:45:45.536Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21082025-03-18T04:45:45.539Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/types/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=099dd07e279d8287 -C extra-filename=-099dd07e279d8287 --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-4208ca63f9c0fa7d.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-8a91bf6ba4e8a6c7.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-abd49506c79aef20.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-16a78c49a6047436.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21092025-03-18T04:45:45.618Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/illumos-utils/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=e6c01438355712b4 -C extra-filename=-e6c01438355712b4 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern bhyve_api=/work/oxidecomputer/crucible/target/debug/deps/libbhyve_api-4f0b5306a3e95fa8.rmeta --extern byteorder=/work/oxidecomputer/crucible/target/debug/deps/libbyteorder-44628c75e1414eae.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-9216b7f0e4389277.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-a02413878cb35f22.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-e127f113761d7b38.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern macaddr=/work/oxidecomputer/crucible/target/debug/deps/libmacaddr-c59b05861ac25ee2.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0c87f86a276b6c56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern opte_ioctl=/work/oxidecomputer/crucible/target/debug/deps/libopte_ioctl-2b1bad4c6dab913c.rmeta --extern oxide_vpc=/work/oxidecomputer/crucible/target/debug/deps/liboxide_vpc-79c33e89ff6f235a.rmeta --extern oxlog=/work/oxidecomputer/crucible/target/debug/deps/liboxlog-525ec42c16ee650f.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-29cacefe81c4c2c0.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern smf=/work/oxidecomputer/crucible/target/debug/deps/libsmf-312ae5d1fe95d1b5.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --extern whoami=/work/oxidecomputer/crucible/target/debug/deps/libwhoami-f72018d03ec018ef.rmeta --extern zone=/work/oxidecomputer/crucible/target/debug/deps/libzone-42f7cf2c57d167bb.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
21102025-03-18T04:45:45.800Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21112025-03-18T04:45:45.804Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clickhouse-admin/types/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2151d381b462983 -C extra-filename=-a2151d381b462983 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern atomicwrites=/work/oxidecomputer/crucible/target/debug/deps/libatomicwrites-524277732ed22bd2.rmeta --extern camino=/work/oxidecomputer/crucible/target/debug/deps/libcamino-36e0f5244c79c2b2.rmeta --extern camino_tempfile=/work/oxidecomputer/crucible/target/debug/deps/libcamino_tempfile-9216b7f0e4389277.rmeta --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-dbcd0428b5038a53.so --extern expectorate=/work/oxidecomputer/crucible/target/debug/deps/libexpectorate-e1cac4fb10adc4d8.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-2aac5991307ea516.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21122025-03-18T04:45:46.711Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/types/src/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22077cc25275bd78 -C extra-filename=-22077cc25275bd78 --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-7c3d793de1bb9c39.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-6f1340b365e29470.rmeta --extern float_ord=/work/oxidecomputer/crucible/target/debug/deps/libfloat_ord-ef4d24977ddb28f3.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-33438feb661277f3.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-dab27a5e87bb054a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern regex=/work/oxidecomputer/crucible/target/debug/deps/libregex-9cfa7acdf2cfd9ab.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-f114039a65cc2c1d.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-e2d91b1261e9eeb5.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-9b7d4517b94becbf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21132025-03-18T04:45:47.101Z Compiling crucible-common v0.0.1 (/work/oxidecomputer/crucible/common)
21142025-03-18T04:45:47.105Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 common/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=58f84ba2be990cf7 -C extra-filename=-58f84ba2be990cf7 --out-dir /work/oxidecomputer/crucible/target/debug/build/crucible-common-58f84ba2be990cf7 -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern vergen=/work/oxidecomputer/crucible/target/debug/deps/libvergen-7fb05b2948e87980.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/libgit2-sys-e2e66cde765713a5/out/build -L native=/usr/lib/amd64`
21152025-03-18T04:45:47.298Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21162025-03-18T04:45:47.301Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/internal-dns/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93e8e32ac6bfb253 -C extra-filename=-93e8e32ac6bfb253 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-472dd92003a0cb1f.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hickory_resolver=/work/oxidecomputer/crucible/target/debug/deps/libhickory_resolver-fddc09414c4ac8ea.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0c87f86a276b6c56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21172025-03-18T04:45:48.580Z Running `/work/oxidecomputer/crucible/target/debug/build/crucible-common-58f84ba2be990cf7/build-script-build`
21182025-03-18T04:45:49.095Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21192025-03-18T04:45:49.099Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/sled-hardware/types/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f9dcd589d676bd1 -C extra-filename=-9f9dcd589d676bd1 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_utils=/work/oxidecomputer/crucible/target/debug/deps/libillumos_utils-e6c01438355712b4.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21202025-03-18T04:45:49.998Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21212025-03-18T04:45:50.002Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/nexus-sled-agent-shared/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8d5f9af60bad862 -C extra-filename=-e8d5f9af60bad862 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern illumos_utils=/work/oxidecomputer/crucible/target/debug/deps/libillumos_utils-e6c01438355712b4.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-0702bb5c1e0ee434.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0c87f86a276b6c56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern sled_hardware_types=/work/oxidecomputer/crucible/target/debug/deps/libsled_hardware_types-9f9dcd589d676bd1.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21222025-03-18T04:45:50.189Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21232025-03-18T04:45:50.195Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oxql-types/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3680335601ef8a10 -C extra-filename=-3680335601ef8a10 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern highway=/work/oxidecomputer/crucible/target/debug/deps/libhighway-365e0ef4c46866f0.rmeta --extern num=/work/oxidecomputer/crucible/target/debug/deps/libnum-abd49506c79aef20.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-099dd07e279d8287.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21242025-03-18T04:45:51.618Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21252025-03-18T04:45:51.622Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/schema/src/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7aa2c85352c9bac0 -C extra-filename=-7aa2c85352c9bac0 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-f1bbde9980f21dac.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-6f1340b365e29470.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-a36b8980bbc8125b.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-c36b67d624d3a7a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-22077cc25275bd78.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-96f6138ecaa8cd57.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 schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8356d1730a61928e.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-46b936433a10a75b.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-13805d76881a6dba.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-cdb12aaf16878abf.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21262025-03-18T04:45:52.177Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21272025-03-18T04:45:52.180Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/nexus/types/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ff7a615e1ea1fbe3 -C extra-filename=-ff7a615e1ea1fbe3 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern api_identity=/work/oxidecomputer/crucible/target/debug/deps/libapi_identity-b0d8186b20f934ca.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/crucible/target/debug/deps/libclickhouse_admin_types-a2151d381b462983.rmeta --extern cookie=/work/oxidecomputer/crucible/target/debug/deps/libcookie-522c427c78a883ae.rmeta --extern derive_where=/work/oxidecomputer/crucible/target/debug/deps/libderive_where-4171eeebac6ed188.so --extern derive_more=/work/oxidecomputer/crucible/target/debug/deps/libderive_more-dbcd0428b5038a53.so --extern dns_service_client=/work/oxidecomputer/crucible/target/debug/deps/libdns_service_client-472dd92003a0cb1f.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0bea8fe660b65426.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern gateway_client=/work/oxidecomputer/crucible/target/debug/deps/libgateway_client-47c7a19c813dbf5c.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-c541a58c30255fa0.rmeta --extern humantime=/work/oxidecomputer/crucible/target/debug/deps/libhumantime-3aa96f70d333bea5.rmeta --extern ipnetwork=/work/oxidecomputer/crucible/target/debug/deps/libipnetwork-e127f113761d7b38.rmeta --extern newtype_uuid=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_uuid-1790a054de09f898.rmeta --extern newtype_derive=/work/oxidecomputer/crucible/target/debug/deps/libnewtype_derive-7a200830e12c88fe.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-e8d5f9af60bad862.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-0702bb5c1e0ee434.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0c87f86a276b6c56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern openssl=/work/oxidecomputer/crucible/target/debug/deps/libopenssl-b89fc4d2266c885d.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-29cacefe81c4c2c0.rmeta --extern oxql_types=/work/oxidecomputer/crucible/target/debug/deps/liboxql_types-3680335601ef8a10.rmeta --extern parse_display=/work/oxidecomputer/crucible/target/debug/deps/libparse_display-6714444e974d5eff.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern serde_with=/work/oxidecomputer/crucible/target/debug/deps/libserde_with-d9ffbc54276f96fc.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-522ec9818b4c5984.rmeta --extern steno=/work/oxidecomputer/crucible/target/debug/deps/libsteno-16094eef46b3942c.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-a8d52735b59e346b.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern update_engine=/work/oxidecomputer/crucible/target/debug/deps/libupdate_engine-50233fecd901b05e.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21282025-03-18T04:45:52.588Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/schema/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a30290c85ebfc43 -C extra-filename=-0a30290c85ebfc43 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rmeta --extern heck=/work/oxidecomputer/crucible/target/debug/deps/libheck-0141b157cb81e95d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-099dd07e279d8287.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-72bb8c278e377c95.rmeta --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 schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern slog_error_chain=/work/oxidecomputer/crucible/target/debug/deps/libslog_error_chain-522ec9818b4c5984.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21292025-03-18T04:45:53.719Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21302025-03-18T04:45:53.724Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c7b9c23a8027d5c -C extra-filename=-4c7b9c23a8027d5c --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-c33494d2241faf4b.rlib --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-7aa2c85352c9bac0.rlib --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-22077cc25275bd78.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 syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-540d08e8c3ee5a3f.rlib --extern proc_macro --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21312025-03-18T04:45:55.111Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 common/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=a42834775af18d5a -C extra-filename=-a42834775af18d5a --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern atty=/work/oxidecomputer/crucible/target/debug/deps/libatty-b0fba2378c3dbc5a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-3151b946b50b0248.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9dc8eccdd6b99aa0.rmeta --extern rustls_pemfile=/work/oxidecomputer/crucible/target/debug/deps/librustls_pemfile-a546a6cc846c1f03.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-7fa0bd899a81572e.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1166902d28e08403.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-252afbbfaa65305d.rmeta --extern tempfile=/work/oxidecomputer/crucible/target/debug/deps/libtempfile-80889c58bb273e29.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-58af426a30357a22.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rmeta --extern twox_hash=/work/oxidecomputer/crucible/target/debug/deps/libtwox_hash-cd7eb780926a118a.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21322025-03-18T04:45:56.497Z Compiling crucible-protocol v0.0.0 (/work/oxidecomputer/crucible/protocol)
21332025-03-18T04:45:56.497Z Compiling repair-client v0.0.1 (/work/oxidecomputer/crucible/repair-client)
21342025-03-18T04:45:56.503Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 protocol/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=0a9fb5120f7fee40 -C extra-filename=-0a9fb5120f7fee40 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern num_enum=/work/oxidecomputer/crucible/target/debug/deps/libnum_enum-b47e6548b53d2eba.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern strum=/work/oxidecomputer/crucible/target/debug/deps/libstrum-ab39709cfc5d7861.rmeta --extern strum_macros=/work/oxidecomputer/crucible/target/debug/deps/libstrum_macros-3b03db545d6525ed.so --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-f4e45da41a3d5085.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21352025-03-18T04:45:56.503Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name repair_client --edition=2021 repair-client/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=7cef1780db2a9e31 -C extra-filename=-7cef1780db2a9e31 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern percent_encoding=/work/oxidecomputer/crucible/target/debug/deps/libpercent_encoding-2892751421a0efb1.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-275cdc3058404bc6.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21362025-03-18T04:45:57.021Z Compiling dsc v0.1.0 (/work/oxidecomputer/crucible/dsc)
21372025-03-18T04:45:57.022Z Compiling crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent)
21382025-03-18T04:45:57.027Z Compiling agent-antagonist v0.1.0 (/work/oxidecomputer/crucible/agent-antagonist)
21392025-03-18T04:45:57.027Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dsc --edition=2021 dsc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84dd090d44e1b79b -C extra-filename=-84dd090d44e1b79b --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rlib --extern byte_unit=/work/oxidecomputer/crucible/target/debug/deps/libbyte_unit-c481e76e7d69fbd6.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rlib --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-58b5819d67eb5abd.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rlib --extern csv=/work/oxidecomputer/crucible/target/debug/deps/libcsv-cad924ea83c92432.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-3151b946b50b0248.rlib --extern dsc_client=/work/oxidecomputer/crucible/target/debug/deps/libdsc_client-f55beba04ec6c0b8.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rlib --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-8f3f296417c6c6a3.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-62777b91b0696bca.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21402025-03-18T04:45:57.027Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent --edition=2021 agent/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc5fcecf79f5aa5f -C extra-filename=-fc5fcecf79f5aa5f --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rlib --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-fe906909ef673607.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-3151b946b50b0248.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-61838a0a067337e6.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21412025-03-18T04:45:57.027Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name agent_antagonist --edition=2021 agent-antagonist/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90de28a519e49c8d -C extra-filename=-90de28a519e49c8d --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rlib --extern crucible_agent_client=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_agent_client-6b90772512548cba.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern signal_hook=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook-fc8d4dcfe970b34c.rlib --extern signal_hook_tokio=/work/oxidecomputer/crucible/target/debug/deps/libsignal_hook_tokio-09fa51f88e5cd3fb.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern slog_bunyan=/work/oxidecomputer/crucible/target/debug/deps/libslog_bunyan-7fa0bd899a81572e.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-252afbbfaa65305d.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21422025-03-18T04:45:58.841Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21432025-03-18T04:45:58.845Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/oximeter/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d8f1439648b0615 -C extra-filename=-3d8f1439648b0615 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_macro_impl-dbe51b7c7ff50644.so --extern oximeter_schema=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_schema-0a30290c85ebfc43.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_timeseries_macro-4c7b9c23a8027d5c.so --extern oximeter_types=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_types-099dd07e279d8287.rmeta --extern prettyplease=/work/oxidecomputer/crucible/target/debug/deps/libprettyplease-72bb8c278e377c95.rmeta --extern syn=/work/oxidecomputer/crucible/target/debug/deps/libsyn-d8b6cc53237e89ec.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21442025-03-18T04:46:06.902Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21452025-03-18T04:46:06.906Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/clients/nexus-client/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=050e673fa2263609 -C extra-filename=-050e673fa2263609 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/crucible/target/debug/deps/libnexus_sled_agent_shared-e8d5f9af60bad862.rmeta --extern nexus_types=/work/oxidecomputer/crucible/target/debug/deps/libnexus_types-ff7a615e1ea1fbe3.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_passwords=/work/oxidecomputer/crucible/target/debug/deps/libomicron_passwords-0702bb5c1e0ee434.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0c87f86a276b6c56.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oxnet=/work/oxidecomputer/crucible/target/debug/deps/liboxnet-29cacefe81c4c2c0.rmeta --extern progenitor=/work/oxidecomputer/crucible/target/debug/deps/libprogenitor-c8c5116540c45013.rmeta --extern regress=/work/oxidecomputer/crucible/target/debug/deps/libregress-02ce53cfa56069d4.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21462025-03-18T04:46:14.057Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)
21472025-03-18T04:46:14.061Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/75214e1/oximeter/producer/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cc6b07126d123434 -C extra-filename=-cc6b07126d123434 --out-dir /work/oxidecomputer/crucible/target/debug/deps -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-0bea8fe660b65426.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-93e8e32ac6bfb253.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-050e673fa2263609.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libomicron_workspace_hack-e3dc400f9692c3a7.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-3d8f1439648b0615.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1166902d28e08403.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-6e5d85e94520d852.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta --cap-lints allow '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21482025-03-18T04:46:15.705Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 upstairs/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="asm"' --cfg 'feature="integration-tests"' --cfg 'feature="notify-nexus"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "integration-tests", "notify-nexus"))' -C metadata=1d81a2f113d63708 -C extra-filename=-1d81a2f113d63708 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/crucible/target/debug/deps/libaes_gcm_siv-cfcc4d20f2d7438e.rmeta --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern async_recursion=/work/oxidecomputer/crucible/target/debug/deps/libasync_recursion-bc83127b8f885ee9.so --extern async_trait=/work/oxidecomputer/crucible/target/debug/deps/libasync_trait-6d37a81b7654cecf.so --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rmeta --extern cfg_if=/work/oxidecomputer/crucible/target/debug/deps/libcfg_if-2ae49a296a666b20.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern crucible_client_types=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_client_types-58b5819d67eb5abd.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-0a9fb5120f7fee40.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-3151b946b50b0248.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern internal_dns=/work/oxidecomputer/crucible/target/debug/deps/libinternal_dns-93e8e32ac6bfb253.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-6670ed5cdb7c8adf.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern nexus_client=/work/oxidecomputer/crucible/target/debug/deps/libnexus_client-050e673fa2263609.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/crucible/target/debug/deps/libomicron_uuid_kinds-0c87f86a276b6c56.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-3d8f1439648b0615.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-cc6b07126d123434.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern rand_chacha=/work/oxidecomputer/crucible/target/debug/deps/librand_chacha-8f3f296417c6c6a3.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1166902d28e08403.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-252afbbfaa65305d.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-58af426a30357a22.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-f4e45da41a3d5085.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-a1aa1e8a446446bd.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21492025-03-18T04:46:15.709Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/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="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=eb629c728813a133 -C extra-filename=-eb629c728813a133 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rmeta --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-0a9fb5120f7fee40.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-3151b946b50b0248.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-61838a0a067337e6.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-500f96d218038e45.rmeta --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-6670ed5cdb7c8adf.rmeta --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rmeta --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rmeta --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9dc8eccdd6b99aa0.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-ad9f44b322667668.rmeta --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-4579b62f7c54459f.rmeta --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-3d8f1439648b0615.rmeta --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-cc6b07126d123434.rmeta --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rmeta --extern rangemap=/work/oxidecomputer/crucible/target/debug/deps/librangemap-9c59cad9fffd9fcd.rmeta --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rmeta --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7cef1780db2a9e31.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rmeta --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-0eb16a083ceff17c.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-8ac3b44f03147d2f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rmeta --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1166902d28e08403.rmeta --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-252afbbfaa65305d.rmeta --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-62777b91b0696bca.rmeta --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-58af426a30357a22.rmeta --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-f4e45da41a3d5085.rmeta --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rmeta --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rmeta --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-71d2707df69748e0.rmeta --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-0d5ff3dd4c490179.rmeta --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-a1aa1e8a446446bd.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
21502025-03-18T04:46:24.385Z Compiling crucible-pantry v0.0.1 (/work/oxidecomputer/crucible/pantry)
21512025-03-18T04:46:24.390Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry --edition=2021 pantry/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=4757f8504b5c92c5 -C extra-filename=-4757f8504b5c92c5 --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rmeta --extern base64=/work/oxidecomputer/crucible/target/debug/deps/libbase64-185e749141543923.rmeta --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rmeta --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rmeta --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rmeta --extern crucible=/work/oxidecomputer/crucible/target/debug/deps/libcrucible-1d81a2f113d63708.rmeta --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rmeta --extern crucible_smf=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_smf-fe906909ef673607.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rmeta --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-3151b946b50b0248.rmeta --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rmeta --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rmeta --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-61838a0a067337e6.rmeta --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rmeta --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rmeta --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rmeta --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rmeta --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rmeta --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rmeta --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rmeta --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-8ac3b44f03147d2f.rmeta --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rmeta --extern static_assertions=/work/oxidecomputer/crucible/target/debug/deps/libstatic_assertions-c4a73658517679aa.rmeta --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rmeta --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rmeta '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64`
21522025-03-18T04:46:28.448Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=e47c3527cd9c02bc -C extra-filename=-e47c3527cd9c02bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-eb629c728813a133.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-0a9fb5120f7fee40.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-3151b946b50b0248.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-61838a0a067337e6.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-500f96d218038e45.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-6670ed5cdb7c8adf.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9dc8eccdd6b99aa0.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-ad9f44b322667668.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-4579b62f7c54459f.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-3d8f1439648b0615.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-cc6b07126d123434.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rlib --extern rangemap=/work/oxidecomputer/crucible/target/debug/deps/librangemap-9c59cad9fffd9fcd.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7cef1780db2a9e31.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-0eb16a083ceff17c.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-8ac3b44f03147d2f.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1166902d28e08403.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-252afbbfaa65305d.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-62777b91b0696bca.rlib --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-58af426a30357a22.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-f4e45da41a3d5085.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-71d2707df69748e0.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-0d5ff3dd4c490179.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-a1aa1e8a446446bd.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
21532025-03-18T04:46:29.513Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version
21542025-03-18T04:46:29.513Z --> downstairs/src/main.rs:293:64
21552025-03-18T04:46:29.513Z |
21562025-03-18T04:46:29.513Z293 | tracing_opentelemetry::layer().with_tracer(tracer);
21572025-03-18T04:46:29.513Z | ^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
21582025-03-18T04:46:29.513Z |
21592025-03-18T04:46:29.513Zhelp: trait impl with same name found
21602025-03-18T04:46:29.513Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1
21612025-03-18T04:46:29.513Z |
21622025-03-18T04:46:29.513Z125 | impl opentelemetry::trace::Tracer for Tracer {
21632025-03-18T04:46:29.513Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21642025-03-18T04:46:29.513Z = note: perhaps two different versions of crate `opentelemetry` are being used?
21652025-03-18T04:46:29.513Znote: there are multiple different versions of crate `opentelemetry` in the dependency graph
21662025-03-18T04:46:29.513Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.28.0/src/trace/tracer.rs:121:1
21672025-03-18T04:46:29.513Z |
21682025-03-18T04:46:29.513Z121 | pub trait Tracer {
21692025-03-18T04:46:29.513Z | ^^^^^^^^^^^^^^^^ this is the required trait
21702025-03-18T04:46:29.513Z |
21712025-03-18T04:46:29.513Z ::: downstairs/src/main.rs:286:30
21722025-03-18T04:46:29.513Z |
21732025-03-18T04:46:29.513Z286 | let tracer = opentelemetry_jaeger::new_agent_pipeline()
21742025-03-18T04:46:29.513Z | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger`
21752025-03-18T04:46:29.513Z...
21762025-03-18T04:46:29.513Z293 | tracing_opentelemetry::layer().with_tracer(tracer);
21772025-03-18T04:46:29.513Z | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry`
21782025-03-18T04:46:29.513Z |
21792025-03-18T04:46:29.517Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1
21802025-03-18T04:46:29.517Z |
21812025-03-18T04:46:29.517Z31 | pub struct Tracer {
21822025-03-18T04:46:29.517Z | ----------------- this type doesn't implement the required trait
21832025-03-18T04:46:29.517Z |
21842025-03-18T04:46:29.517Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1
21852025-03-18T04:46:29.517Z |
21862025-03-18T04:46:29.517Z13 | pub trait ObjectSafeSpan {
21872025-03-18T04:46:29.517Z | ------------------------ this is the found trait
21882025-03-18T04:46:29.517Z = help: you can use `cargo tree` to explore your dependency tree
21892025-03-18T04:46:29.517Z
21902025-03-18T04:46:29.517Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied
21912025-03-18T04:46:29.517Z --> downstairs/src/main.rs:293:64
21922025-03-18T04:46:29.517Z |
21932025-03-18T04:46:29.517Z293 | tracing_opentelemetry::layer().with_tracer(tracer);
21942025-03-18T04:46:29.517Z | ----------- ^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
21952025-03-18T04:46:29.517Z | |
21962025-03-18T04:46:29.517Z | required by a bound introduced by this call
21972025-03-18T04:46:29.517Z |
21982025-03-18T04:46:29.517Z = help: the following other types implement trait `PreSampledTracer`:
21992025-03-18T04:46:29.517Z opentelemetry::trace::noop::NoopTracer
22002025-03-18T04:46:29.517Z opentelemetry_sdk::trace::tracer::SdkTracer
22012025-03-18T04:46:29.517Znote: required by a bound in `OpenTelemetryLayer::<S, T>::with_tracer`
22022025-03-18T04:46:29.517Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.29.0/src/layer.rs:616:32
22032025-03-18T04:46:29.517Z |
22042025-03-18T04:46:29.517Z614 | pub fn with_tracer<Tracer>(self, tracer: Tracer) -> OpenTelemetryLayer<S, Tracer>
22052025-03-18T04:46:29.517Z | ----------- required by a bound in this associated function
22062025-03-18T04:46:29.517Z615 | where
22072025-03-18T04:46:29.518Z616 | Tracer: otel::Tracer + PreSampledTracer + 'static,
22082025-03-18T04:46:29.518Z | ^^^^^^^^^^^^^^^^ required by this bound in `OpenTelemetryLayer::<S, T>::with_tracer`
22092025-03-18T04:46:29.518Z
22102025-03-18T04:46:29.523Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version
22112025-03-18T04:46:29.523Z --> downstairs/src/main.rs:296:27
22122025-03-18T04:46:29.523Z |
22132025-03-18T04:46:29.523Z296 | .with(telemetry)
22142025-03-18T04:46:29.523Z | ^^^^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
22152025-03-18T04:46:29.523Z |
22162025-03-18T04:46:29.523Zhelp: trait impl with same name found
22172025-03-18T04:46:29.523Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1
22182025-03-18T04:46:29.523Z |
22192025-03-18T04:46:29.523Z125 | impl opentelemetry::trace::Tracer for Tracer {
22202025-03-18T04:46:29.523Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22212025-03-18T04:46:29.523Z = note: perhaps two different versions of crate `opentelemetry` are being used?
22222025-03-18T04:46:29.523Znote: there are multiple different versions of crate `opentelemetry` in the dependency graph
22232025-03-18T04:46:29.523Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.28.0/src/trace/tracer.rs:121:1
22242025-03-18T04:46:29.523Z |
22252025-03-18T04:46:29.527Z121 | pub trait Tracer {
22262025-03-18T04:46:29.527Z | ^^^^^^^^^^^^^^^^ this is the required trait
22272025-03-18T04:46:29.527Z |
22282025-03-18T04:46:29.527Z ::: downstairs/src/main.rs:286:30
22292025-03-18T04:46:29.527Z |
22302025-03-18T04:46:29.527Z286 | let tracer = opentelemetry_jaeger::new_agent_pipeline()
22312025-03-18T04:46:29.527Z | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger`
22322025-03-18T04:46:29.527Z...
22332025-03-18T04:46:29.527Z293 | tracing_opentelemetry::layer().with_tracer(tracer);
22342025-03-18T04:46:29.527Z | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry`
22352025-03-18T04:46:29.527Z |
22362025-03-18T04:46:29.527Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1
22372025-03-18T04:46:29.527Z |
22382025-03-18T04:46:29.527Z31 | pub struct Tracer {
22392025-03-18T04:46:29.527Z | ----------------- this type doesn't implement the required trait
22402025-03-18T04:46:29.527Z |
22412025-03-18T04:46:29.527Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1
22422025-03-18T04:46:29.527Z |
22432025-03-18T04:46:29.527Z13 | pub trait ObjectSafeSpan {
22442025-03-18T04:46:29.527Z | ------------------------ this is the found trait
22452025-03-18T04:46:29.527Z = help: you can use `cargo tree` to explore your dependency tree
22462025-03-18T04:46:29.527Z
22472025-03-18T04:46:29.528Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied
22482025-03-18T04:46:29.528Z --> downstairs/src/main.rs:296:27
22492025-03-18T04:46:29.528Z |
22502025-03-18T04:46:29.528Z296 | .with(telemetry)
22512025-03-18T04:46:29.528Z | ---- ^^^^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
22522025-03-18T04:46:29.528Z | |
22532025-03-18T04:46:29.528Z | required by a bound introduced by this call
22542025-03-18T04:46:29.528Z |
22552025-03-18T04:46:29.528Z = help: the following other types implement trait `PreSampledTracer`:
22562025-03-18T04:46:29.528Z opentelemetry::trace::noop::NoopTracer
22572025-03-18T04:46:29.528Z opentelemetry_sdk::trace::tracer::SdkTracer
22582025-03-18T04:46:29.528Z = note: required for `OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>` to implement `__tracing_subscriber_Layer<Registry>`
22592025-03-18T04:46:29.528Znote: required by a bound in `with`
22602025-03-18T04:46:29.528Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/mod.rs:1504:12
22612025-03-18T04:46:29.528Z |
22622025-03-18T04:46:29.528Z1502 | fn with<L>(self, layer: L) -> Layered<L, Self>
22632025-03-18T04:46:29.528Z | ---- required by a bound in this associated function
22642025-03-18T04:46:29.528Z1503 | where
22652025-03-18T04:46:29.528Z1504 | L: Layer<Self>,
22662025-03-18T04:46:29.528Z | ^^^^^^^^^^^ required by this bound in `__tracing_subscriber_SubscriberExt::with`
22672025-03-18T04:46:29.528Z
22682025-03-18T04:46:29.672Zerror[E0599]: the method `try_init` exists for struct `Layered<OpenTelemetryLayer<Registry, Tracer>, Registry>`, but its trait bounds were not satisfied
22692025-03-18T04:46:29.672Z --> downstairs/src/main.rs:297:22
22702025-03-18T04:46:29.672Z |
22712025-03-18T04:46:29.672Z295 | / tracing_subscriber::registry()
22722025-03-18T04:46:29.672Z296 | | .with(telemetry)
22732025-03-18T04:46:29.672Z297 | | .try_init()
22742025-03-18T04:46:29.672Z | |_____________________-^^^^^^^^
22752025-03-18T04:46:29.672Z |
22762025-03-18T04:46:29.672Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/layered.rs:22:1
22772025-03-18T04:46:29.672Z |
22782025-03-18T04:46:29.672Z22 | pub struct Layered<L, I, S = I> {
22792025-03-18T04:46:29.672Z | ------------------------------- doesn't satisfy `_: Into<Dispatch>` or `_: SubscriberInitExt`
22802025-03-18T04:46:29.672Z |
22812025-03-18T04:46:29.672Z = note: the following trait bounds were not satisfied:
22822025-03-18T04:46:29.672Z `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
22832025-03-18T04:46:29.672Z which is required by `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
22842025-03-18T04:46:29.672Z `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
22852025-03-18T04:46:29.672Z which is required by `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
22862025-03-18T04:46:29.672Z `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
22872025-03-18T04:46:29.672Z which is required by `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
22882025-03-18T04:46:29.672Z
22892025-03-18T04:46:29.692Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version
22902025-03-18T04:46:29.692Z --> downstairs/src/main.rs:406:64
22912025-03-18T04:46:29.692Z |
22922025-03-18T04:46:29.692Z406 | tracing_opentelemetry::layer().with_tracer(tracer);
22932025-03-18T04:46:29.692Z | ^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
22942025-03-18T04:46:29.692Z |
22952025-03-18T04:46:29.692Zhelp: trait impl with same name found
22962025-03-18T04:46:29.692Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1
22972025-03-18T04:46:29.692Z |
22982025-03-18T04:46:29.692Z125 | impl opentelemetry::trace::Tracer for Tracer {
22992025-03-18T04:46:29.692Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23002025-03-18T04:46:29.692Z = note: perhaps two different versions of crate `opentelemetry` are being used?
23012025-03-18T04:46:29.692Znote: there are multiple different versions of crate `opentelemetry` in the dependency graph
23022025-03-18T04:46:29.692Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.28.0/src/trace/tracer.rs:121:1
23032025-03-18T04:46:29.692Z |
23042025-03-18T04:46:29.692Z121 | pub trait Tracer {
23052025-03-18T04:46:29.692Z | ^^^^^^^^^^^^^^^^ this is the required trait
23062025-03-18T04:46:29.692Z |
23072025-03-18T04:46:29.692Z ::: downstairs/src/main.rs:286:30
23082025-03-18T04:46:29.692Z |
23092025-03-18T04:46:29.692Z286 | let tracer = opentelemetry_jaeger::new_agent_pipeline()
23102025-03-18T04:46:29.692Z | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger`
23112025-03-18T04:46:29.692Z...
23122025-03-18T04:46:29.692Z293 | tracing_opentelemetry::layer().with_tracer(tracer);
23132025-03-18T04:46:29.692Z | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry`
23142025-03-18T04:46:29.692Z |
23152025-03-18T04:46:29.692Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1
23162025-03-18T04:46:29.692Z |
23172025-03-18T04:46:29.692Z31 | pub struct Tracer {
23182025-03-18T04:46:29.693Z | ----------------- this type doesn't implement the required trait
23192025-03-18T04:46:29.693Z |
23202025-03-18T04:46:29.693Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1
23212025-03-18T04:46:29.693Z |
23222025-03-18T04:46:29.697Z13 | pub trait ObjectSafeSpan {
23232025-03-18T04:46:29.697Z | ------------------------ this is the found trait
23242025-03-18T04:46:29.697Z = help: you can use `cargo tree` to explore your dependency tree
23252025-03-18T04:46:29.697Z
23262025-03-18T04:46:29.697Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied
23272025-03-18T04:46:29.697Z --> downstairs/src/main.rs:406:64
23282025-03-18T04:46:29.697Z |
23292025-03-18T04:46:29.697Z406 | tracing_opentelemetry::layer().with_tracer(tracer);
23302025-03-18T04:46:29.697Z | ----------- ^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
23312025-03-18T04:46:29.697Z | |
23322025-03-18T04:46:29.698Z | required by a bound introduced by this call
23332025-03-18T04:46:29.698Z |
23342025-03-18T04:46:29.698Z = help: the following other types implement trait `PreSampledTracer`:
23352025-03-18T04:46:29.698Z opentelemetry::trace::noop::NoopTracer
23362025-03-18T04:46:29.698Z opentelemetry_sdk::trace::tracer::SdkTracer
23372025-03-18T04:46:29.698Znote: required by a bound in `OpenTelemetryLayer::<S, T>::with_tracer`
23382025-03-18T04:46:29.698Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.29.0/src/layer.rs:616:32
23392025-03-18T04:46:29.698Z |
23402025-03-18T04:46:29.698Z614 | pub fn with_tracer<Tracer>(self, tracer: Tracer) -> OpenTelemetryLayer<S, Tracer>
23412025-03-18T04:46:29.698Z | ----------- required by a bound in this associated function
23422025-03-18T04:46:29.698Z615 | where
23432025-03-18T04:46:29.698Z616 | Tracer: otel::Tracer + PreSampledTracer + 'static,
23442025-03-18T04:46:29.698Z | ^^^^^^^^^^^^^^^^ required by this bound in `OpenTelemetryLayer::<S, T>::with_tracer`
23452025-03-18T04:46:29.698Z
23462025-03-18T04:46:29.703Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version
23472025-03-18T04:46:29.704Z --> downstairs/src/main.rs:409:27
23482025-03-18T04:46:29.704Z |
23492025-03-18T04:46:29.704Z409 | .with(telemetry)
23502025-03-18T04:46:29.704Z | ^^^^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
23512025-03-18T04:46:29.704Z |
23522025-03-18T04:46:29.704Zhelp: trait impl with same name found
23532025-03-18T04:46:29.704Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1
23542025-03-18T04:46:29.704Z |
23552025-03-18T04:46:29.704Z125 | impl opentelemetry::trace::Tracer for Tracer {
23562025-03-18T04:46:29.704Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23572025-03-18T04:46:29.704Z = note: perhaps two different versions of crate `opentelemetry` are being used?
23582025-03-18T04:46:29.704Znote: there are multiple different versions of crate `opentelemetry` in the dependency graph
23592025-03-18T04:46:29.704Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.28.0/src/trace/tracer.rs:121:1
23602025-03-18T04:46:29.704Z |
23612025-03-18T04:46:29.704Z121 | pub trait Tracer {
23622025-03-18T04:46:29.704Z | ^^^^^^^^^^^^^^^^ this is the required trait
23632025-03-18T04:46:29.704Z |
23642025-03-18T04:46:29.704Z ::: downstairs/src/main.rs:286:30
23652025-03-18T04:46:29.704Z |
23662025-03-18T04:46:29.704Z286 | let tracer = opentelemetry_jaeger::new_agent_pipeline()
23672025-03-18T04:46:29.704Z | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger`
23682025-03-18T04:46:29.704Z...
23692025-03-18T04:46:29.704Z293 | tracing_opentelemetry::layer().with_tracer(tracer);
23702025-03-18T04:46:29.704Z | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry`
23712025-03-18T04:46:29.704Z |
23722025-03-18T04:46:29.704Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1
23732025-03-18T04:46:29.704Z |
23742025-03-18T04:46:29.704Z31 | pub struct Tracer {
23752025-03-18T04:46:29.704Z | ----------------- this type doesn't implement the required trait
23762025-03-18T04:46:29.704Z |
23772025-03-18T04:46:29.704Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1
23782025-03-18T04:46:29.704Z |
23792025-03-18T04:46:29.704Z13 | pub trait ObjectSafeSpan {
23802025-03-18T04:46:29.704Z | ------------------------ this is the found trait
23812025-03-18T04:46:29.704Z = help: you can use `cargo tree` to explore your dependency tree
23822025-03-18T04:46:29.704Z
23832025-03-18T04:46:29.704Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied
23842025-03-18T04:46:29.705Z --> downstairs/src/main.rs:409:27
23852025-03-18T04:46:29.705Z |
23862025-03-18T04:46:29.705Z409 | .with(telemetry)
23872025-03-18T04:46:29.705Z | ---- ^^^^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
23882025-03-18T04:46:29.705Z | |
23892025-03-18T04:46:29.705Z | required by a bound introduced by this call
23902025-03-18T04:46:29.705Z |
23912025-03-18T04:46:29.705Z = help: the following other types implement trait `PreSampledTracer`:
23922025-03-18T04:46:29.705Z opentelemetry::trace::noop::NoopTracer
23932025-03-18T04:46:29.705Z opentelemetry_sdk::trace::tracer::SdkTracer
23942025-03-18T04:46:29.705Z = note: required for `OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>` to implement `__tracing_subscriber_Layer<Registry>`
23952025-03-18T04:46:29.705Znote: required by a bound in `with`
23962025-03-18T04:46:29.705Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/mod.rs:1504:12
23972025-03-18T04:46:29.705Z |
23982025-03-18T04:46:29.705Z1502 | fn with<L>(self, layer: L) -> Layered<L, Self>
23992025-03-18T04:46:29.705Z | ---- required by a bound in this associated function
24002025-03-18T04:46:29.705Z1503 | where
24012025-03-18T04:46:29.705Z1504 | L: Layer<Self>,
24022025-03-18T04:46:29.705Z | ^^^^^^^^^^^ required by this bound in `__tracing_subscriber_SubscriberExt::with`
24032025-03-18T04:46:29.705Z
24042025-03-18T04:46:29.724Zerror[E0599]: the method `try_init` exists for struct `Layered<OpenTelemetryLayer<Registry, Tracer>, Registry>`, but its trait bounds were not satisfied
24052025-03-18T04:46:29.724Z --> downstairs/src/main.rs:410:22
24062025-03-18T04:46:29.724Z |
24072025-03-18T04:46:29.724Z408 | / tracing_subscriber::registry()
24082025-03-18T04:46:29.724Z409 | | .with(telemetry)
24092025-03-18T04:46:29.724Z410 | | .try_init()
24102025-03-18T04:46:29.724Z | |_____________________-^^^^^^^^
24112025-03-18T04:46:29.724Z |
24122025-03-18T04:46:29.724Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/layered.rs:22:1
24132025-03-18T04:46:29.724Z |
24142025-03-18T04:46:29.724Z22 | pub struct Layered<L, I, S = I> {
24152025-03-18T04:46:29.724Z | ------------------------------- doesn't satisfy `_: Into<Dispatch>` or `_: SubscriberInitExt`
24162025-03-18T04:46:29.724Z |
24172025-03-18T04:46:29.724Z = note: the following trait bounds were not satisfied:
24182025-03-18T04:46:29.724Z `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
24192025-03-18T04:46:29.724Z which is required by `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
24202025-03-18T04:46:29.724Z `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
24212025-03-18T04:46:29.724Z which is required by `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
24222025-03-18T04:46:29.724Z `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
24232025-03-18T04:46:29.724Z which is required by `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
24242025-03-18T04:46:29.724Z
24252025-03-18T04:46:29.735Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version
24262025-03-18T04:46:29.735Z --> downstairs/src/main.rs:451:64
24272025-03-18T04:46:29.735Z |
24282025-03-18T04:46:29.735Z451 | tracing_opentelemetry::layer().with_tracer(tracer);
24292025-03-18T04:46:29.735Z | ^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
24302025-03-18T04:46:29.735Z |
24312025-03-18T04:46:29.735Zhelp: trait impl with same name found
24322025-03-18T04:46:29.735Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1
24332025-03-18T04:46:29.735Z |
24342025-03-18T04:46:29.735Z125 | impl opentelemetry::trace::Tracer for Tracer {
24352025-03-18T04:46:29.735Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24362025-03-18T04:46:29.735Z = note: perhaps two different versions of crate `opentelemetry` are being used?
24372025-03-18T04:46:29.735Znote: there are multiple different versions of crate `opentelemetry` in the dependency graph
24382025-03-18T04:46:29.735Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.28.0/src/trace/tracer.rs:121:1
24392025-03-18T04:46:29.735Z |
24402025-03-18T04:46:29.735Z121 | pub trait Tracer {
24412025-03-18T04:46:29.735Z | ^^^^^^^^^^^^^^^^ this is the required trait
24422025-03-18T04:46:29.735Z |
24432025-03-18T04:46:29.735Z ::: downstairs/src/main.rs:286:30
24442025-03-18T04:46:29.735Z |
24452025-03-18T04:46:29.740Z286 | let tracer = opentelemetry_jaeger::new_agent_pipeline()
24462025-03-18T04:46:29.740Z | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger`
24472025-03-18T04:46:29.740Z...
24482025-03-18T04:46:29.740Z293 | tracing_opentelemetry::layer().with_tracer(tracer);
24492025-03-18T04:46:29.740Z | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry`
24502025-03-18T04:46:29.740Z |
24512025-03-18T04:46:29.740Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1
24522025-03-18T04:46:29.740Z |
24532025-03-18T04:46:29.740Z31 | pub struct Tracer {
24542025-03-18T04:46:29.740Z | ----------------- this type doesn't implement the required trait
24552025-03-18T04:46:29.740Z |
24562025-03-18T04:46:29.740Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1
24572025-03-18T04:46:29.740Z |
24582025-03-18T04:46:29.740Z13 | pub trait ObjectSafeSpan {
24592025-03-18T04:46:29.740Z | ------------------------ this is the found trait
24602025-03-18T04:46:29.740Z = help: you can use `cargo tree` to explore your dependency tree
24612025-03-18T04:46:29.740Z
24622025-03-18T04:46:29.740Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied
24632025-03-18T04:46:29.740Z --> downstairs/src/main.rs:451:64
24642025-03-18T04:46:29.740Z |
24652025-03-18T04:46:29.740Z451 | tracing_opentelemetry::layer().with_tracer(tracer);
24662025-03-18T04:46:29.740Z | ----------- ^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
24672025-03-18T04:46:29.740Z | |
24682025-03-18T04:46:29.740Z | required by a bound introduced by this call
24692025-03-18T04:46:29.740Z |
24702025-03-18T04:46:29.741Z = help: the following other types implement trait `PreSampledTracer`:
24712025-03-18T04:46:29.741Z opentelemetry::trace::noop::NoopTracer
24722025-03-18T04:46:29.741Z opentelemetry_sdk::trace::tracer::SdkTracer
24732025-03-18T04:46:29.741Znote: required by a bound in `OpenTelemetryLayer::<S, T>::with_tracer`
24742025-03-18T04:46:29.741Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-opentelemetry-0.29.0/src/layer.rs:616:32
24752025-03-18T04:46:29.741Z |
24762025-03-18T04:46:29.741Z614 | pub fn with_tracer<Tracer>(self, tracer: Tracer) -> OpenTelemetryLayer<S, Tracer>
24772025-03-18T04:46:29.741Z | ----------- required by a bound in this associated function
24782025-03-18T04:46:29.741Z615 | where
24792025-03-18T04:46:29.741Z616 | Tracer: otel::Tracer + PreSampledTracer + 'static,
24802025-03-18T04:46:29.741Z | ^^^^^^^^^^^^^^^^ required by this bound in `OpenTelemetryLayer::<S, T>::with_tracer`
24812025-03-18T04:46:29.741Z
24822025-03-18T04:46:29.741Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: opentelemetry::trace::tracer::Tracer` is not satisfied because the trait comes from a different crate version
24832025-03-18T04:46:29.741Z --> downstairs/src/main.rs:454:27
24842025-03-18T04:46:29.741Z |
24852025-03-18T04:46:29.741Z454 | .with(telemetry)
24862025-03-18T04:46:29.741Z | ^^^^^^^^^ the trait `opentelemetry::trace::tracer::Tracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
24872025-03-18T04:46:29.741Z |
24882025-03-18T04:46:29.741Zhelp: trait impl with same name found
24892025-03-18T04:46:29.741Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:125:1
24902025-03-18T04:46:29.741Z |
24912025-03-18T04:46:29.741Z125 | impl opentelemetry::trace::Tracer for Tracer {
24922025-03-18T04:46:29.741Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24932025-03-18T04:46:29.741Z = note: perhaps two different versions of crate `opentelemetry` are being used?
24942025-03-18T04:46:29.741Znote: there are multiple different versions of crate `opentelemetry` in the dependency graph
24952025-03-18T04:46:29.741Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.28.0/src/trace/tracer.rs:121:1
24962025-03-18T04:46:29.741Z |
24972025-03-18T04:46:29.741Z121 | pub trait Tracer {
24982025-03-18T04:46:29.741Z | ^^^^^^^^^^^^^^^^ this is the required trait
24992025-03-18T04:46:29.741Z |
25002025-03-18T04:46:29.742Z ::: downstairs/src/main.rs:286:30
25012025-03-18T04:46:29.742Z |
25022025-03-18T04:46:29.742Z286 | let tracer = opentelemetry_jaeger::new_agent_pipeline()
25032025-03-18T04:46:29.742Z | -------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `opentelemetry_jaeger`
25042025-03-18T04:46:29.742Z...
25052025-03-18T04:46:29.742Z293 | tracing_opentelemetry::layer().with_tracer(tracer);
25062025-03-18T04:46:29.742Z | --------------------- one version of crate `opentelemetry` is used here, as a dependency of crate `tracing_opentelemetry`
25072025-03-18T04:46:29.742Z |
25082025-03-18T04:46:29.742Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry_sdk-0.21.2/src/trace/tracer.rs:31:1
25092025-03-18T04:46:29.742Z |
25102025-03-18T04:46:29.742Z31 | pub struct Tracer {
25112025-03-18T04:46:29.742Z | ----------------- this type doesn't implement the required trait
25122025-03-18T04:46:29.742Z |
25132025-03-18T04:46:29.742Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opentelemetry-0.21.0/src/global/trace.rs:13:1
25142025-03-18T04:46:29.745Z |
25152025-03-18T04:46:29.745Z13 | pub trait ObjectSafeSpan {
25162025-03-18T04:46:29.745Z | ------------------------ this is the found trait
25172025-03-18T04:46:29.745Z = help: you can use `cargo tree` to explore your dependency tree
25182025-03-18T04:46:29.745Z
25192025-03-18T04:46:29.750Zerror[E0277]: the trait bound `opentelemetry_sdk::trace::tracer::Tracer: PreSampledTracer` is not satisfied
25202025-03-18T04:46:29.750Z --> downstairs/src/main.rs:454:27
25212025-03-18T04:46:29.750Z |
25222025-03-18T04:46:29.750Z454 | .with(telemetry)
25232025-03-18T04:46:29.750Z | ---- ^^^^^^^^^ the trait `PreSampledTracer` is not implemented for `opentelemetry_sdk::trace::tracer::Tracer`
25242025-03-18T04:46:29.750Z | |
25252025-03-18T04:46:29.750Z | required by a bound introduced by this call
25262025-03-18T04:46:29.750Z |
25272025-03-18T04:46:29.750Z = help: the following other types implement trait `PreSampledTracer`:
25282025-03-18T04:46:29.750Z opentelemetry::trace::noop::NoopTracer
25292025-03-18T04:46:29.750Z opentelemetry_sdk::trace::tracer::SdkTracer
25302025-03-18T04:46:29.750Z = note: required for `OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>` to implement `__tracing_subscriber_Layer<Registry>`
25312025-03-18T04:46:29.750Znote: required by a bound in `with`
25322025-03-18T04:46:29.750Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/mod.rs:1504:12
25332025-03-18T04:46:29.750Z |
25342025-03-18T04:46:29.750Z1502 | fn with<L>(self, layer: L) -> Layered<L, Self>
25352025-03-18T04:46:29.750Z | ---- required by a bound in this associated function
25362025-03-18T04:46:29.750Z1503 | where
25372025-03-18T04:46:29.750Z1504 | L: Layer<Self>,
25382025-03-18T04:46:29.750Z | ^^^^^^^^^^^ required by this bound in `__tracing_subscriber_SubscriberExt::with`
25392025-03-18T04:46:29.750Z
25402025-03-18T04:46:29.764Zerror[E0599]: the method `try_init` exists for struct `Layered<OpenTelemetryLayer<Registry, Tracer>, Registry>`, but its trait bounds were not satisfied
25412025-03-18T04:46:29.764Z --> downstairs/src/main.rs:455:22
25422025-03-18T04:46:29.764Z |
25432025-03-18T04:46:29.764Z453 | / tracing_subscriber::registry()
25442025-03-18T04:46:29.764Z454 | | .with(telemetry)
25452025-03-18T04:46:29.764Z455 | | .try_init()
25462025-03-18T04:46:29.764Z | |_____________________-^^^^^^^^
25472025-03-18T04:46:29.764Z |
25482025-03-18T04:46:29.764Z ::: /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.19/src/layer/layered.rs:22:1
25492025-03-18T04:46:29.764Z |
25502025-03-18T04:46:29.764Z22 | pub struct Layered<L, I, S = I> {
25512025-03-18T04:46:29.764Z | ------------------------------- doesn't satisfy `_: Into<Dispatch>` or `_: SubscriberInitExt`
25522025-03-18T04:46:29.764Z |
25532025-03-18T04:46:29.764Z = note: the following trait bounds were not satisfied:
25542025-03-18T04:46:29.764Z `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
25552025-03-18T04:46:29.764Z which is required by `Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
25562025-03-18T04:46:29.764Z `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
25572025-03-18T04:46:29.764Z which is required by `&Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
25582025-03-18T04:46:29.764Z `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: Into<tracing_core::dispatcher::Dispatch>`
25592025-03-18T04:46:29.765Z which is required by `&mut Layered<OpenTelemetryLayer<Registry, opentelemetry_sdk::trace::tracer::Tracer>, Registry>: SubscriberInitExt`
25602025-03-18T04:46:29.765Z
25612025-03-18T04:46:30.068ZSome errors have detailed explanations: E0277, E0599.
25622025-03-18T04:46:30.068ZFor more information about an error, try `rustc --explain E0277`.
25632025-03-18T04:46:30.330Zerror: could not compile `crucible-downstairs` (bin "crucible-downstairs") due to 15 previous errors
25642025-03-18T04:46:30.330Z
25652025-03-18T04:46:30.330ZCaused by:
25662025-03-18T04:46:30.330Z process didn't exit successfully: `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_downstairs --edition=2021 downstairs/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="integration-tests"' --cfg 'feature="omicron-build"' --cfg 'feature="zfs_snapshot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "integration-tests", "omicron-build", "zfs_snapshot"))' -C metadata=e47c3527cd9c02bc -C extra-filename=-e47c3527cd9c02bc --out-dir /work/oxidecomputer/crucible/target/debug/deps -C incremental=/work/oxidecomputer/crucible/target/debug/incremental -L dependency=/work/oxidecomputer/crucible/target/debug/deps --extern anyhow=/work/oxidecomputer/crucible/target/debug/deps/libanyhow-ee56b1422fd07671.rlib --extern bincode=/work/oxidecomputer/crucible/target/debug/deps/libbincode-4c5b2c1f8078c60a.rlib --extern bytes=/work/oxidecomputer/crucible/target/debug/deps/libbytes-4208ca63f9c0fa7d.rlib --extern chrono=/work/oxidecomputer/crucible/target/debug/deps/libchrono-ec4b3a417bba521e.rlib --extern clap=/work/oxidecomputer/crucible/target/debug/deps/libclap-d4ae3d6efffc165e.rlib --extern crucible_common=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_common-a42834775af18d5a.rlib --extern crucible_downstairs=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_downstairs-eb629c728813a133.rlib --extern crucible_protocol=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_protocol-0a9fb5120f7fee40.rlib --extern crucible_workspace_hack=/work/oxidecomputer/crucible/target/debug/deps/libcrucible_workspace_hack-49826f85d6ff1712.rlib --extern dropshot=/work/oxidecomputer/crucible/target/debug/deps/libdropshot-3151b946b50b0248.rlib --extern futures=/work/oxidecomputer/crucible/target/debug/deps/libfutures-bc10d2342f992d76.rlib --extern futures_core=/work/oxidecomputer/crucible/target/debug/deps/libfutures_core-63f70cb0fb7b3737.rlib --extern hex=/work/oxidecomputer/crucible/target/debug/deps/libhex-9682259434989048.rlib --extern http=/work/oxidecomputer/crucible/target/debug/deps/libhttp-61838a0a067337e6.rlib --extern hyper=/work/oxidecomputer/crucible/target/debug/deps/libhyper-7a44ec1a330558e7.rlib --extern hyper_staticfile=/work/oxidecomputer/crucible/target/debug/deps/libhyper_staticfile-500f96d218038e45.rlib --extern itertools=/work/oxidecomputer/crucible/target/debug/deps/libitertools-6670ed5cdb7c8adf.rlib --extern libc=/work/oxidecomputer/crucible/target/debug/deps/liblibc-e3a18bea0c9f556b.rlib --extern mime_guess=/work/oxidecomputer/crucible/target/debug/deps/libmime_guess-0e224f719f933e76.rlib --extern nix=/work/oxidecomputer/crucible/target/debug/deps/libnix-9dc8eccdd6b99aa0.rlib --extern omicron_common=/work/oxidecomputer/crucible/target/debug/deps/libomicron_common-f6a8270417ea7ba8.rlib --extern opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry-ad9f44b322667668.rlib --extern opentelemetry_jaeger=/work/oxidecomputer/crucible/target/debug/deps/libopentelemetry_jaeger-4579b62f7c54459f.rlib --extern oximeter=/work/oxidecomputer/crucible/target/debug/deps/liboximeter-3d8f1439648b0615.rlib --extern oximeter_producer=/work/oxidecomputer/crucible/target/debug/deps/liboximeter_producer-cc6b07126d123434.rlib --extern rand=/work/oxidecomputer/crucible/target/debug/deps/librand-37130889923e6930.rlib --extern rangemap=/work/oxidecomputer/crucible/target/debug/deps/librangemap-9c59cad9fffd9fcd.rlib --extern rayon=/work/oxidecomputer/crucible/target/debug/deps/librayon-9d8a3b4ea986df08.rlib --extern repair_client=/work/oxidecomputer/crucible/target/debug/deps/librepair_client-7cef1780db2a9e31.rlib --extern reqwest=/work/oxidecomputer/crucible/target/debug/deps/libreqwest-7a0f15f56fefbc8f.rlib --extern ringbuffer=/work/oxidecomputer/crucible/target/debug/deps/libringbuffer-3964a94d911ec5ae.rlib --extern rusqlite=/work/oxidecomputer/crucible/target/debug/deps/librusqlite-0eb16a083ceff17c.rlib --extern schemars=/work/oxidecomputer/crucible/target/debug/deps/libschemars-8d1e8721a6ce9d74.rlib --extern semver=/work/oxidecomputer/crucible/target/debug/deps/libsemver-c97a1e9eaeb97800.rlib --extern serde=/work/oxidecomputer/crucible/target/debug/deps/libserde-05b5cc208b20b551.rlib --extern serde_json=/work/oxidecomputer/crucible/target/debug/deps/libserde_json-a2bff68dbec11818.rlib --extern sha2=/work/oxidecomputer/crucible/target/debug/deps/libsha2-8ac3b44f03147d2f.rlib --extern slog=/work/oxidecomputer/crucible/target/debug/deps/libslog-f4bbc91d8ca58e87.rlib --extern slog_async=/work/oxidecomputer/crucible/target/debug/deps/libslog_async-0b53b07d7e0b2bb3.rlib --extern slog_dtrace=/work/oxidecomputer/crucible/target/debug/deps/libslog_dtrace-1166902d28e08403.rlib --extern slog_term=/work/oxidecomputer/crucible/target/debug/deps/libslog_term-252afbbfaa65305d.rlib --extern statistical=/work/oxidecomputer/crucible/target/debug/deps/libstatistical-62777b91b0696bca.rlib --extern thiserror=/work/oxidecomputer/crucible/target/debug/deps/libthiserror-49d2920fb94d7d34.rlib --extern tokio=/work/oxidecomputer/crucible/target/debug/deps/libtokio-85c8e9e779c06aac.rlib --extern tokio_rustls=/work/oxidecomputer/crucible/target/debug/deps/libtokio_rustls-58af426a30357a22.rlib --extern tokio_util=/work/oxidecomputer/crucible/target/debug/deps/libtokio_util-f4e45da41a3d5085.rlib --extern toml=/work/oxidecomputer/crucible/target/debug/deps/libtoml-822266b9375f62ab.rlib --extern tracing=/work/oxidecomputer/crucible/target/debug/deps/libtracing-da6e4d4fdc1f24ff.rlib --extern tracing_opentelemetry=/work/oxidecomputer/crucible/target/debug/deps/libtracing_opentelemetry-71d2707df69748e0.rlib --extern tracing_subscriber=/work/oxidecomputer/crucible/target/debug/deps/libtracing_subscriber-0d5ff3dd4c490179.rlib --extern usdt=/work/oxidecomputer/crucible/target/debug/deps/libusdt-a1aa1e8a446446bd.rlib --extern uuid=/work/oxidecomputer/crucible/target/debug/deps/libuuid-2b2ee169322bf666.rlib '-Wclippy::unused-async' -L native=/work/oxidecomputer/crucible/target/debug/build/ring-c9e2f37758e26530/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` (exit status: 1)
25672025-03-18T04:46:30.330Zwarning: build failed, waiting for other jobs to finish...
25682025-03-18T04:46:32.737Z
25692025-03-18T04:46:32.737Zreal 3:50.609314852
25702025-03-18T04:46:32.737Zuser 22:12.081004650
25712025-03-18T04:46:32.738Zsys 3:02.352082937
25722025-03-18T04:46:32.738Ztrap 0.873454084
25732025-03-18T04:46:32.738Ztflt 1.619291969
25742025-03-18T04:46:32.738Zdflt 0.662662227
25752025-03-18T04:46:32.738Zkflt 0.010689502
25762025-03-18T04:46:32.738Zlock 33:29.170282100
25772025-03-18T04:46:32.738Zslp 1:33:39.648310094
25782025-03-18T04:46:32.738Zlat 1:31.914997264
25792025-03-18T04:46:32.743Zstop 4:29.797921913
25802025-03-18T04:46:32.743Zprocess exited: duration 230824 ms, exit code 101
 
25812025-03-18T04:46:32.752Zfound 0 output files