01KMS7ZCY8RN9WCAG7QERZDSCV: build-and-test

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

Buildomat Job: 01KMS7ZJF7ATJFK4FF86V3DA7H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-28T03:33:07.597Zjob assigned to worker 01KMS7ZRM4WPFFA7B8BPH2CF4Z [factory aws, i-09354182dbec16d75] (queued for 58 s)
 
22026-03-28T03:33:14.115Zstarting task 0: "setup"
32026-03-28T03:33:14.122Z++ uname -s
42026-03-28T03:33:14.125Z+ kern=SunOS
52026-03-28T03:33:14.125Z+ build_user=build
62026-03-28T03:33:14.125Z+ build_uid=12345
72026-03-28T03:33:14.125Z+ work_dir=/work
82026-03-28T03:33:14.125Z+ input_dir=/input
92026-03-28T03:33:14.125Z+ [[ 0 == 12345 ]]
102026-03-28T03:33:14.125Z+ case "$kern" in
112026-03-28T03:33:14.125Z+ groupadd -g 12345 build
122026-03-28T03:33:14.128Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-28T03:33:16.134Z+ zfs create -o mountpoint=/work rpool/work
142026-03-28T03:33:16.249Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-28T03:33:16.252Z+ home_fs=zfs
162026-03-28T03:33:16.252Z+ [[ zfs == autofs ]]
172026-03-28T03:33:16.252Z+ mkdir -p /home/build
182026-03-28T03:33:16.252Z+ chown build:build /home/build /work
192026-03-28T03:33:18.254Z+ chmod 0700 /home/build /work
202026-03-28T03:33:18.257Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-28T03:33:18.263Zstarting task 1: "rust-toolchain"
222026-03-28T03:33:18.268Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-28T03:33:18.268Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-28T03:33:18.268Z * rust toolchain channel = "stable"
252026-03-28T03:33:18.268Z * rust toolchain profile = "default"
262026-03-28T03:33:18.268Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-28T03:33:18.268Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-28T03:33:18.271Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-28T03:33:18.271Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-28T03:33:18.390Zinfo: downloading installer
312026-03-28T03:33:19.815Zwarn: It looks like you have an existing installation of Rust at:
322026-03-28T03:33:19.815Zwarn: /opt/ooce/bin
332026-03-28T03:33:19.815Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-28T03:33:19.815Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-28T03:33:19.815Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-28T03:33:19.815Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-28T03:33:19.815Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-28T03:33:19.815Zerror: cannot install while Rust is installed
392026-03-28T03:33:19.815Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-28T03:33:19.818Zwarn: It looks like you have an existing rustup settings file at:
412026-03-28T03:33:19.818Zwarn: /home/build/.rustup/settings.toml
422026-03-28T03:33:19.818Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-28T03:33:19.818Zwarn: instead of the one inferred from the default host triple.
442026-03-28T03:33:19.829Zinfo: profile set to default
452026-03-28T03:33:19.829Zinfo: default host triple is x86_64-unknown-illumos
462026-03-28T03:33:19.832Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-28T03:33:19.961Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-28T03:33:19.965Zinfo: downloading 6 components
492026-03-28T03:33:34.862Z
502026-03-28T03:33:34.862Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-28T03:33:34.892Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-28T03:33:34.892Z
532026-03-28T03:33:34.892Z
542026-03-28T03:33:34.892ZRust is installed now. Great!
552026-03-28T03:33:34.892Z
562026-03-28T03:33:34.892ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-28T03:33:34.892Zenvironment variable. This has not been done automatically.
582026-03-28T03:33:34.892Z
592026-03-28T03:33:34.892ZTo configure your current shell, you need to source
602026-03-28T03:33:34.892Zthe corresponding env file under $HOME/.cargo.
612026-03-28T03:33:34.892Z
622026-03-28T03:33:34.892ZThis is usually done by running one of the following (note the leading DOT):
632026-03-28T03:33:34.892Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-28T03:33:34.892Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-28T03:33:34.892Zsource "~/.cargo/env.nu" # For nushell
662026-03-28T03:33:34.892Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-28T03:33:34.892Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-28T03:33:34.892Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-28T03:33:34.895Zwarn: no default linker (`cc`) was found in your PATH
702026-03-28T03:33:34.895Zwarn: many Rust crates require a system C toolchain to build
712026-03-28T03:33:34.991Z+ rustup --version
722026-03-28T03:33:34.999Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-28T03:33:35.002Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-28T03:33:35.021Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-28T03:33:35.024Z+ cargo --version
762026-03-28T03:33:35.037Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-28T03:33:35.039Z+ rustc --version
782026-03-28T03:33:35.059Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-28T03:33:35.062Zprocess exited: duration 16796 ms, exit code 0
 
802026-03-28T03:33:35.068Zstarting task 2: "authentication"
812026-03-28T03:33:35.084Zprocess exited: duration 16 ms, exit code 0
 
822026-03-28T03:33:35.090Zstarting task 3: "clone repository"
832026-03-28T03:33:35.093Z+ mkdir -p /work/oxidecomputer/falcon
842026-03-28T03:33:35.096Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-03-28T03:33:35.128ZCloning into '/work/oxidecomputer/falcon'...
862026-03-28T03:33:35.952Z+ cd /work/oxidecomputer/falcon
872026-03-28T03:33:35.952Z+ git fetch origin 40a2a45638946357e145498b3496f7757249fe18
882026-03-28T03:33:36.211ZFrom https://github.com/oxidecomputer/falcon
892026-03-28T03:33:36.211Z * branch 40a2a45638946357e145498b3496f7757249fe18 -> FETCH_HEAD
902026-03-28T03:33:36.216Z+ [[ -n renovate/propolis-client-digest ]]
912026-03-28T03:33:36.219Z++ git branch --show-current
922026-03-28T03:33:36.219Z+ current=main
932026-03-28T03:33:36.219Z+ [[ main != renovate/propolis-client-digest ]]
942026-03-28T03:33:36.219Z+ git branch -f renovate/propolis-client-digest 40a2a45638946357e145498b3496f7757249fe18
952026-03-28T03:33:36.222Z+ git checkout -f renovate/propolis-client-digest
962026-03-28T03:33:36.287ZSwitched to branch 'renovate/propolis-client-digest'
972026-03-28T03:33:36.290Z+ git reset --hard 40a2a45638946357e145498b3496f7757249fe18
982026-03-28T03:33:36.293ZHEAD is now at 40a2a45 Update propolis-client digest to 546b652
992026-03-28T03:33:36.293Zprocess exited: duration 1201 ms, exit code 0
 
1002026-03-28T03:33:36.299Zstarting task 4: "build"
1012026-03-28T03:33:36.303Z+ cargo --version
1022026-03-28T03:33:36.308Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-03-28T03:33:36.469Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-03-28T03:33:36.472Zinfo: downloading 6 components
1052026-03-28T03:33:54.711Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-03-28T03:33:54.714Z+ rustc --version
1072026-03-28T03:33:54.741Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-03-28T03:33:54.746Z+ banner build
1092026-03-28T03:33:54.749Z
1102026-03-28T03:33:54.749Z ##### # # # # #####
1112026-03-28T03:33:54.749Z # # # # # # # #
1122026-03-28T03:33:54.749Z ##### # # # # # #
1132026-03-28T03:33:54.749Z # # # # # # # #
1142026-03-28T03:33:54.749Z # # # # # # # #
1152026-03-28T03:33:54.749Z ##### #### # ###### #####
1162026-03-28T03:33:54.749Z
1172026-03-28T03:33:54.749Z+ ptime -m cargo build --all
1182026-03-28T03:33:54.830Z Updating crates.io index
1192026-03-28T03:33:54.863Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-03-28T03:33:55.189ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-03-28T03:33:55.189Z * [new ref] c1d9f7474d6db11c3bec6fb329abdd35985311f8 -> refs/commit/c1d9f7474d6db11c3bec6fb329abdd35985311f8
1222026-03-28T03:33:55.318Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-03-28T03:33:56.532ZFrom https://github.com/oxidecomputer/propolis
1242026-03-28T03:33:56.532Z * [new ref] 546b6520645e24bf3ad3c47d2d219e10d4b105b3 -> refs/commit/546b6520645e24bf3ad3c47d2d219e10d4b105b3
1252026-03-28T03:33:57.097Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-03-28T03:33:57.379ZFrom https://github.com/oxidecomputer/zone
1272026-03-28T03:33:57.380Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-03-28T03:33:57.394Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-03-28T03:33:57.645ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-03-28T03:33:57.645Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1312026-03-28T03:33:57.687Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-03-28T03:33:57.968ZFrom https://github.com/jmesmon/rust-libzfs
1332026-03-28T03:33:57.968Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-03-28T03:33:57.977Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-03-28T03:33:58.241ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-03-28T03:33:58.241Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-03-28T03:33:58.337Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-03-28T03:33:59.148ZFrom https://github.com/oxidecomputer/crucible
1392026-03-28T03:33:59.148Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
1402026-03-28T03:34:01.186Z Downloading crates ...
1412026-03-28T03:34:01.265Z Downloaded crucible-workspace-hack v0.1.0
1422026-03-28T03:34:01.268Z Downloaded erased-serde v0.3.31
1432026-03-28T03:34:01.268Z Downloaded digest v0.10.7
1442026-03-28T03:34:01.277Z Downloaded serde_urlencoded v0.7.1
1452026-03-28T03:34:01.280Z Downloaded form_urlencoded v1.2.2
1462026-03-28T03:34:01.283Z Downloaded arc-swap v1.8.2
1472026-03-28T03:34:01.285Z Downloaded bytes v1.11.1
1482026-03-28T03:34:01.288Z Downloaded num_enum_derive v0.7.6
1492026-03-28T03:34:01.288Z Downloaded rand_chacha v0.3.1
1502026-03-28T03:34:01.291Z Downloaded http-body v1.0.1
1512026-03-28T03:34:01.291Z Downloaded pin-utils v0.1.0
1522026-03-28T03:34:01.291Z Downloaded openssl-probe v0.2.1
1532026-03-28T03:34:01.294Z Downloaded lru-slab v0.1.2
1542026-03-28T03:34:01.294Z Downloaded lock_api v0.4.14
1552026-03-28T03:34:01.297Z Downloaded subtle v2.6.1
1562026-03-28T03:34:01.297Z Downloaded bitflags v2.11.0
1572026-03-28T03:34:01.300Z Downloaded cstr-argument v0.1.2
1582026-03-28T03:34:01.304Z Downloaded rustversion v1.0.22
1592026-03-28T03:34:01.306Z Downloaded heck v0.4.1
1602026-03-28T03:34:01.309Z Downloaded anstream v1.0.0
1612026-03-28T03:34:01.309Z Downloaded generic-array v0.14.7
1622026-03-28T03:34:01.309Z Downloaded either v1.15.0
1632026-03-28T03:34:01.312Z Downloaded crossbeam-utils v0.8.21
1642026-03-28T03:34:01.312Z Downloaded ppv-lite86 v0.2.21
1652026-03-28T03:34:01.315Z Downloaded hashbrown v0.16.1
1662026-03-28T03:34:01.318Z Downloaded displaydoc v0.2.5
1672026-03-28T03:34:01.321Z Downloaded parking_lot v0.12.5
1682026-03-28T03:34:01.321Z Downloaded cpufeatures v0.3.0
1692026-03-28T03:34:01.323Z Downloaded futures-channel v0.3.32
1702026-03-28T03:34:01.323Z Downloaded oxnet v0.1.4
1712026-03-28T03:34:01.326Z Downloaded iri-string v0.7.10
1722026-03-28T03:34:01.329Z Downloaded once_cell v1.21.4
1732026-03-28T03:34:01.332Z Downloaded anstyle-query v1.1.5
1742026-03-28T03:34:01.332Z Downloaded smallvec v1.15.1
1752026-03-28T03:34:01.335Z Downloaded futures-sink v0.3.32
1762026-03-28T03:34:01.335Z Downloaded futures-io v0.3.32
1772026-03-28T03:34:01.335Z Downloaded cpufeatures v0.2.17
1782026-03-28T03:34:01.335Z Downloaded cfg-if v1.0.4
1792026-03-28T03:34:01.338Z Downloaded semver v1.0.27
1802026-03-28T03:34:01.338Z Downloaded num_enum v0.7.6
1812026-03-28T03:34:01.341Z Downloaded memchr v2.8.0
1822026-03-28T03:34:01.344Z Downloaded progenitor-macro v0.13.0
1832026-03-28T03:34:01.344Z Downloaded colorchoice v1.0.5
1842026-03-28T03:34:01.347Z Downloaded cfg_aliases v0.2.1
1852026-03-28T03:34:01.347Z Downloaded console v0.16.3
1862026-03-28T03:34:01.347Z Downloaded serde_derive_internals v0.29.1
1872026-03-28T03:34:01.350Z Downloaded proc-macro-error-attr v1.0.4
1882026-03-28T03:34:01.350Z Downloaded futures-macro v0.3.32
1892026-03-28T03:34:01.350Z Downloaded foreign-types-shared v0.3.1
1902026-03-28T03:34:01.353Z Downloaded errno v0.3.14
1912026-03-28T03:34:01.356Z Downloaded rustc-hash v2.1.1
1922026-03-28T03:34:01.359Z Downloaded pretty-hex v0.4.2
1932026-03-28T03:34:01.359Z Downloaded time-core v0.1.8
1942026-03-28T03:34:01.361Z Downloaded dyn-clone v1.0.20
1952026-03-28T03:34:01.361Z Downloaded sha1 v0.10.6
1962026-03-28T03:34:01.362Z Downloaded idna_adapter v1.2.1
1972026-03-28T03:34:01.364Z Downloaded block-buffer v0.10.4
1982026-03-28T03:34:01.364Z Downloaded base16ct v1.0.0
1992026-03-28T03:34:01.364Z Downloaded slog-async v2.8.0
2002026-03-28T03:34:01.367Z Downloaded jobserver v0.1.34
2012026-03-28T03:34:01.380Z Downloaded anstyle-parse v1.0.0
2022026-03-28T03:34:01.383Z Downloaded getrandom v0.2.17
2032026-03-28T03:34:01.386Z Downloaded futures-core v0.3.32
2042026-03-28T03:34:01.386Z Downloaded stable_deref_trait v1.2.1
2052026-03-28T03:34:01.386Z Downloaded is-terminal v0.4.17
2062026-03-28T03:34:01.388Z Downloaded proc-macro-crate v3.5.0
2072026-03-28T03:34:01.391Z Downloaded take_mut v0.2.2
2082026-03-28T03:34:01.394Z Downloaded foreign-types v0.5.0
2092026-03-28T03:34:01.394Z Downloaded equivalent v1.0.2
2102026-03-28T03:34:01.394Z Downloaded heck v0.5.0
2112026-03-28T03:34:01.397Z Downloaded dunce v1.0.5
2122026-03-28T03:34:01.397Z Downloaded atomic-waker v1.1.2
2132026-03-28T03:34:01.397Z Downloaded potential_utf v0.1.4
2142026-03-28T03:34:01.400Z Downloaded percent-encoding v2.3.2
2152026-03-28T03:34:01.404Z Downloaded sync_wrapper v1.0.2
2162026-03-28T03:34:01.407Z Downloaded crypto-common v0.1.7
2172026-03-28T03:34:01.407Z Downloaded powerfmt v0.2.0
2182026-03-28T03:34:01.410Z Downloaded tinyvec_macros v0.1.1
2192026-03-28T03:34:01.415Z Downloaded signal-hook-registry v1.4.8
2202026-03-28T03:34:01.418Z Downloaded serde_spanned v1.0.4
2212026-03-28T03:34:01.421Z Downloaded find-msvc-tools v0.1.9
2222026-03-28T03:34:01.425Z Downloaded num-conv v0.2.0
2232026-03-28T03:34:01.428Z Downloaded is_terminal_polyfill v1.70.2
2242026-03-28T03:34:01.428Z Downloaded async-trait v0.1.89
2252026-03-28T03:34:01.430Z Downloaded scopeguard v1.2.0
2262026-03-28T03:34:01.430Z Downloaded itoa v1.0.17
2272026-03-28T03:34:01.433Z Downloaded futures-task v0.3.32
2282026-03-28T03:34:01.433Z Downloaded clap_lex v1.1.0
2292026-03-28T03:34:01.442Z Downloaded lazy_static v1.5.0
2302026-03-28T03:34:01.442Z Downloaded slog-envlogger v2.2.0
2312026-03-28T03:34:01.447Z Downloaded ipnet v2.12.0
2322026-03-28T03:34:01.449Z Downloaded data-encoding v2.10.0
2332026-03-28T03:34:01.452Z Downloaded fs_extra v1.3.0
2342026-03-28T03:34:01.452Z Downloaded cmake v0.1.58
2352026-03-28T03:34:01.452Z Downloaded anstyle v1.0.14
2362026-03-28T03:34:01.455Z Downloaded clap_derive v4.6.0
2372026-03-28T03:34:01.458Z Downloaded rand_core v0.10.0
2382026-03-28T03:34:01.461Z Downloaded tower-layer v0.3.3
2392026-03-28T03:34:01.461Z Downloaded tabwriter v1.4.1
2402026-03-28T03:34:01.466Z Downloaded try-lock v0.2.5
2412026-03-28T03:34:01.470Z Downloaded tower-service v0.3.3
2422026-03-28T03:34:01.473Z Downloaded utf-8 v0.7.6
2432026-03-28T03:34:01.473Z Downloaded typify-macro v0.6.1
2442026-03-28T03:34:01.476Z Downloaded foreign-types-macros v0.2.3
2452026-03-28T03:34:01.476Z Downloaded utf8parse v0.2.2
2462026-03-28T03:34:01.480Z Downloaded version_check v0.9.5
2472026-03-28T03:34:01.483Z Downloaded thiserror v2.0.18
2482026-03-28T03:34:01.486Z Downloaded smf v0.2.3
2492026-03-28T03:34:01.489Z Downloaded utf8_iter v1.0.4
2502026-03-28T03:34:01.489Z Downloaded foldhash v0.2.0
2512026-03-28T03:34:01.492Z Downloaded thiserror-impl v1.0.69
2522026-03-28T03:34:01.492Z Downloaded slog-term v2.9.2
2532026-03-28T03:34:01.495Z Downloaded unit-prefix v0.5.2
2542026-03-28T03:34:01.495Z Downloaded slog-scope v4.4.1
2552026-03-28T03:34:01.495Z Downloaded yoke-derive v0.8.1
2562026-03-28T03:34:01.495Z Downloaded untrusted v0.9.0
2572026-03-28T03:34:01.498Z Downloaded strsim v0.11.1
2582026-03-28T03:34:01.498Z Downloaded typeid v1.0.3
2592026-03-28T03:34:01.501Z Downloaded slog-stdlog v4.1.1
2602026-03-28T03:34:01.501Z Downloaded proc-macro-error v1.0.4
2612026-03-28T03:34:01.503Z Downloaded camino v1.2.2
2622026-03-28T03:34:01.504Z Downloaded zerofrom-derive v0.1.6
2632026-03-28T03:34:01.507Z Downloaded want v0.3.1
2642026-03-28T03:34:01.507Z Downloaded pkg-config v0.3.32
2652026-03-28T03:34:01.507Z Downloaded zone v0.3.1
2662026-03-28T03:34:01.507Z Downloaded zerofrom v0.1.6
2672026-03-28T03:34:01.507Z Downloaded tokio-macros v2.6.1
2682026-03-28T03:34:01.510Z Downloaded byteorder v1.5.0
2692026-03-28T03:34:01.512Z Downloaded hyper-rustls v0.27.7
2702026-03-28T03:34:01.512Z Downloaded shlex v1.3.0
2712026-03-28T03:34:01.513Z Downloaded rand_core v0.9.5
2722026-03-28T03:34:01.516Z Downloaded slab v0.4.12
2732026-03-28T03:34:01.516Z Downloaded synstructure v0.13.2
2742026-03-28T03:34:01.516Z Downloaded thiserror v1.0.69
2752026-03-28T03:34:01.519Z Downloaded iana-time-zone v0.1.65
2762026-03-28T03:34:01.522Z Downloaded serde_tokenstream v0.2.3
2772026-03-28T03:34:01.522Z Downloaded deranged v0.5.8
2782026-03-28T03:34:01.522Z Downloaded rand_core v0.6.4
2792026-03-28T03:34:01.525Z Downloaded progenitor-client v0.13.0
2802026-03-28T03:34:01.525Z Downloaded thread_local v1.1.9
2812026-03-28T03:34:01.525Z Downloaded rustls-native-certs v0.8.3
2822026-03-28T03:34:01.527Z Downloaded anyhow v1.0.102
2832026-03-28T03:34:01.527Z Downloaded quote v1.0.45
2842026-03-28T03:34:01.530Z Downloaded progenitor v0.13.0
2852026-03-28T03:34:01.530Z Downloaded zone_cfg_derive v0.3.1
2862026-03-28T03:34:01.530Z Downloaded rand_chacha v0.9.0
2872026-03-28T03:34:01.533Z Downloaded quinn-udp v0.5.14
2882026-03-28T03:34:01.533Z Downloaded pin-project-lite v0.2.17
2892026-03-28T03:34:01.536Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2902026-03-28T03:34:01.536Z Downloaded http-body-util v0.1.3
2912026-03-28T03:34:01.539Z Downloaded mio v1.1.1
2922026-03-28T03:34:01.542Z Downloaded tokio-tungstenite v0.21.0
2932026-03-28T03:34:01.542Z Downloaded tinystr v0.8.2
2942026-03-28T03:34:01.545Z Downloaded allocator-api2 v0.2.21
2952026-03-28T03:34:01.545Z Downloaded icu_properties v2.1.2
2962026-03-28T03:34:01.548Z Downloaded chacha20 v0.10.0
2972026-03-28T03:34:01.548Z Downloaded parking_lot_core v0.9.12
2982026-03-28T03:34:01.548Z Downloaded toml_writer v1.0.6+spec-1.1.0
2992026-03-28T03:34:01.550Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3002026-03-28T03:34:01.550Z Downloaded autocfg v1.5.0
3012026-03-28T03:34:01.550Z Downloaded num-traits v0.2.19
3022026-03-28T03:34:01.556Z Downloaded rustls-pki-types v1.14.0
3032026-03-28T03:34:01.562Z Downloaded litemap v0.8.1
3042026-03-28T03:34:01.565Z Downloaded thiserror-impl v2.0.18
3052026-03-28T03:34:01.565Z Downloaded zeroize v1.8.2
3062026-03-28T03:34:01.568Z Downloaded term v1.2.1
3072026-03-28T03:34:01.568Z Downloaded colored v3.1.1
3082026-03-28T03:34:01.571Z Downloaded futures-executor v0.3.32
3092026-03-28T03:34:01.574Z Downloaded yoke v0.8.1
3102026-03-28T03:34:01.574Z Downloaded writeable v0.6.2
3112026-03-28T03:34:01.576Z Downloaded time-macros v0.2.27
3122026-03-28T03:34:01.576Z Downloaded xz2 v0.1.7
3132026-03-28T03:34:01.576Z Downloaded sha2 v0.10.9
3142026-03-28T03:34:01.579Z Downloaded schemars_derive v0.8.22
3152026-03-28T03:34:01.579Z Downloaded getrandom v0.4.2
3162026-03-28T03:34:01.582Z Downloaded serde_yaml v0.9.34+deprecated
3172026-03-28T03:34:01.587Z Downloaded tokio-rustls v0.26.4
3182026-03-28T03:34:01.589Z Downloaded futures v0.3.32
3192026-03-28T03:34:01.592Z Downloaded toml_parser v1.0.9+spec-1.1.0
3202026-03-28T03:34:01.595Z Downloaded httparse v1.10.1
3212026-03-28T03:34:01.595Z Downloaded cargo_toml v0.22.3
3222026-03-28T03:34:01.598Z Downloaded zmij v1.0.21
3232026-03-28T03:34:01.598Z Downloaded clap v4.6.0
3242026-03-28T03:34:01.602Z Downloaded icu_normalizer_data v2.1.1
3252026-03-28T03:34:01.605Z Downloaded slog v2.8.2
3262026-03-28T03:34:01.608Z Downloaded zerovec-derive v0.11.2
3272026-03-28T03:34:01.608Z Downloaded tracing-attributes v0.1.31
3282026-03-28T03:34:01.611Z Downloaded log v0.4.29
3292026-03-28T03:34:01.617Z Downloaded serde_derive v1.0.228
3302026-03-28T03:34:01.620Z Downloaded ryu v1.0.23
3312026-03-28T03:34:01.623Z Downloaded serde_core v1.0.228
3322026-03-28T03:34:01.626Z Downloaded getrandom v0.3.4
3332026-03-28T03:34:01.629Z Downloaded rustls-webpki v0.103.9
3342026-03-28T03:34:01.632Z Downloaded proc-macro2 v1.0.106
3352026-03-28T03:34:01.632Z Downloaded icu_locale_core v2.1.1
3362026-03-28T03:34:01.636Z Downloaded unicode-ident v1.0.24
3372026-03-28T03:34:01.643Z Downloaded http v1.4.0
3382026-03-28T03:34:01.650Z Downloaded tracing-core v0.1.36
3392026-03-28T03:34:01.652Z Downloaded schemars v0.8.22
3402026-03-28T03:34:01.657Z Downloaded tungstenite v0.21.0
3412026-03-28T03:34:01.660Z Downloaded socket2 v0.6.3
3422026-03-28T03:34:01.663Z Downloaded unsafe-libyaml v0.2.11
3432026-03-28T03:34:01.663Z Downloaded uuid v1.22.0
3442026-03-28T03:34:01.666Z Downloaded indicatif v0.18.4
3452026-03-28T03:34:01.666Z Downloaded rustls-platform-verifier v0.6.2
3462026-03-28T03:34:01.669Z Downloaded serde v1.0.228
3472026-03-28T03:34:01.672Z Downloaded crossbeam-channel v0.5.15
3482026-03-28T03:34:01.675Z Downloaded base64 v0.22.1
3492026-03-28T03:34:01.675Z Downloaded icu_provider v2.1.1
3502026-03-28T03:34:01.678Z Downloaded typenum v1.19.0
3512026-03-28T03:34:01.678Z Downloaded icu_normalizer v2.1.1
3522026-03-28T03:34:01.681Z Downloaded progenitor-impl v0.13.0
3532026-03-28T03:34:01.681Z Downloaded toml_edit v0.25.4+spec-1.1.0
3542026-03-28T03:34:01.687Z Downloaded reqwest v0.13.2
3552026-03-28T03:34:01.690Z Downloaded base64 v0.21.7
3562026-03-28T03:34:01.693Z Downloaded rand v0.8.5
3572026-03-28T03:34:01.696Z Downloaded icu_collections v2.1.1
3582026-03-28T03:34:01.709Z Downloaded zerotrie v0.2.3
3592026-03-28T03:34:01.711Z Downloaded tinyvec v1.11.0
3602026-03-28T03:34:01.714Z Downloaded cc v1.2.57
3612026-03-28T03:34:01.714Z Downloaded regex v1.12.3
3622026-03-28T03:34:01.717Z Downloaded typify v0.6.1
3632026-03-28T03:34:01.720Z Downloaded tower v0.5.3
3642026-03-28T03:34:01.724Z Downloaded toml v0.9.12+spec-1.1.0
3652026-03-28T03:34:01.727Z Downloaded quinn v0.11.9
3662026-03-28T03:34:01.730Z Downloaded url v2.5.8
3672026-03-28T03:34:01.733Z Downloaded indexmap v2.13.0
3682026-03-28T03:34:01.736Z Downloaded prettyplease v0.2.37
3692026-03-28T03:34:01.736Z Downloaded hyper-util v0.1.20
3702026-03-28T03:34:01.739Z Downloaded rand v0.9.2
3712026-03-28T03:34:01.742Z Downloaded rand v0.10.0
3722026-03-28T03:34:01.745Z Downloaded futures-util v0.3.32
3732026-03-28T03:34:01.750Z Downloaded itertools v0.12.1
3742026-03-28T03:34:01.754Z Downloaded idna v1.1.0
3752026-03-28T03:34:01.757Z Downloaded icu_properties_data v2.1.2
3762026-03-28T03:34:01.762Z Downloaded tokio-util v0.7.18
3772026-03-28T03:34:01.766Z Downloaded zerovec v0.11.5
3782026-03-28T03:34:01.769Z Downloaded tower-http v0.6.8
3792026-03-28T03:34:01.774Z Downloaded hyper v1.8.1
3802026-03-28T03:34:01.777Z Downloaded clap_builder v4.6.0
3812026-03-28T03:34:01.781Z Downloaded ron v0.12.0
3822026-03-28T03:34:01.786Z Downloaded aho-corasick v1.1.4
3832026-03-28T03:34:01.791Z Downloaded aws-lc-rs v1.16.2
3842026-03-28T03:34:01.797Z Downloaded chrono v0.4.44
3852026-03-28T03:34:01.802Z Downloaded zerocopy v0.8.42
3862026-03-28T03:34:01.811Z Downloaded reqwest v0.12.28
3872026-03-28T03:34:01.817Z Downloaded serde_json v1.0.149
3882026-03-28T03:34:01.875Z Downloaded winnow v0.7.15
3892026-03-28T03:34:01.879Z Downloaded portable-atomic v1.13.1
3902026-03-28T03:34:01.914Z Downloaded syn v1.0.109
3912026-03-28T03:34:01.923Z Downloaded time v0.3.47
3922026-03-28T03:34:01.932Z Downloaded quinn-proto v0.11.14
3932026-03-28T03:34:01.967Z Downloaded unicode-width v0.2.2
3942026-03-28T03:34:01.972Z Downloaded rustls v0.23.37
3952026-03-28T03:34:01.988Z Downloaded openapiv3 v2.2.0
3962026-03-28T03:34:01.995Z Downloaded syn v2.0.117
3972026-03-28T03:34:02.024Z Downloaded regex-syntax v0.8.10
3982026-03-28T03:34:02.028Z Downloaded regress v0.10.5
3992026-03-28T03:34:02.090Z Downloaded tracing v0.1.44
4002026-03-28T03:34:02.101Z Downloaded typify-impl v0.6.1
4012026-03-28T03:34:02.175Z Downloaded regex-automata v0.4.14
4022026-03-28T03:34:02.203Z Downloaded libc v0.2.183
4032026-03-28T03:34:02.222Z Downloaded lzma-sys v0.1.20
4042026-03-28T03:34:02.238Z Downloaded tokio v1.50.0
4052026-03-28T03:34:02.292Z Downloaded ring v0.17.14
4062026-03-28T03:34:02.551Z Downloaded aws-lc-sys v0.39.1
4072026-03-28T03:34:02.751Z Compiling proc-macro2 v1.0.106
4082026-03-28T03:34:02.755Z Compiling unicode-ident v1.0.24
4092026-03-28T03:34:02.755Z Compiling quote v1.0.45
4102026-03-28T03:34:02.755Z Compiling libc v0.2.183
4112026-03-28T03:34:02.755Z Compiling cfg-if v1.0.4
4122026-03-28T03:34:02.755Z Compiling itoa v1.0.17
4132026-03-28T03:34:02.755Z Compiling serde_core v1.0.228
4142026-03-28T03:34:02.924Z Compiling memchr v2.8.0
4152026-03-28T03:34:02.963Z Compiling equivalent v1.0.2
4162026-03-28T03:34:03.033Z Compiling allocator-api2 v0.2.21
4172026-03-28T03:34:03.041Z Compiling foldhash v0.2.0
4182026-03-28T03:34:03.195Z Compiling serde v1.0.228
4192026-03-28T03:34:03.249Z Compiling zmij v1.0.21
4202026-03-28T03:34:03.348Z Compiling hashbrown v0.16.1
4212026-03-28T03:34:03.549Z Compiling autocfg v1.5.0
4222026-03-28T03:34:03.579Z Compiling version_check v0.9.5
4232026-03-28T03:34:03.597Z Compiling serde_json v1.0.149
4242026-03-28T03:34:03.833Z Compiling jobserver v0.1.34
4252026-03-28T03:34:03.842Z Compiling find-msvc-tools v0.1.9
4262026-03-28T03:34:03.895Z Compiling num-traits v0.2.19
4272026-03-28T03:34:03.911Z Compiling pin-project-lite v0.2.17
4282026-03-28T03:34:04.002Z Compiling shlex v1.3.0
4292026-03-28T03:34:04.067Z Compiling syn v2.0.117
4302026-03-28T03:34:04.120Z Compiling smallvec v1.15.1
4312026-03-28T03:34:04.146Z Compiling bytes v1.11.1
4322026-03-28T03:34:04.169Z Compiling cc v1.2.57
4332026-03-28T03:34:04.225Z Compiling stable_deref_trait v1.2.1
4342026-03-28T03:34:04.332Z Compiling futures-core v0.3.32
4352026-03-28T03:34:04.491Z Compiling parking_lot_core v0.9.12
4362026-03-28T03:34:04.652Z Compiling http v1.4.0
4372026-03-28T03:34:04.767Z Compiling socket2 v0.6.3
4382026-03-28T03:34:04.792Z Compiling scopeguard v1.2.0
4392026-03-28T03:34:04.889Z Compiling futures-sink v0.3.32
4402026-03-28T03:34:04.914Z Compiling schemars v0.8.22
4412026-03-28T03:34:04.988Z Compiling rustversion v1.0.22
4422026-03-28T03:34:05.077Z Compiling cmake v0.1.58
4432026-03-28T03:34:05.166Z Compiling lock_api v0.4.14
4442026-03-28T03:34:05.377Z Compiling errno v0.3.14
4452026-03-28T03:34:05.386Z Compiling fs_extra v1.3.0
4462026-03-28T03:34:05.405Z Compiling thiserror v2.0.18
4472026-03-28T03:34:05.415Z Compiling dyn-clone v1.0.20
4482026-03-28T03:34:05.506Z Compiling rand_core v0.10.0
4492026-03-28T03:34:05.521Z Compiling dunce v1.0.5
4502026-03-28T03:34:05.551Z Compiling getrandom v0.4.2
4512026-03-28T03:34:05.570Z Compiling once_cell v1.21.4
4522026-03-28T03:34:05.606Z Compiling signal-hook-registry v1.4.8
4532026-03-28T03:34:05.631Z Compiling aws-lc-sys v0.39.1
4542026-03-28T03:34:05.642Z Compiling parking_lot v0.12.5
4552026-03-28T03:34:05.773Z Compiling futures-channel v0.3.32
4562026-03-28T03:34:05.832Z Compiling mio v1.1.1
4572026-03-28T03:34:05.994Z Compiling writeable v0.6.2
4582026-03-28T03:34:06.019Z Compiling winnow v0.7.15
4592026-03-28T03:34:06.031Z Compiling litemap v0.8.1
4602026-03-28T03:34:06.184Z Compiling indexmap v2.13.0
4612026-03-28T03:34:06.220Z Compiling log v0.4.29
4622026-03-28T03:34:06.291Z Compiling icu_normalizer_data v2.1.1
4632026-03-28T03:34:06.301Z Compiling futures-io v0.3.32
4642026-03-28T03:34:06.372Z Compiling icu_properties_data v2.1.2
4652026-03-28T03:34:06.430Z Compiling slab v0.4.12
4662026-03-28T03:34:06.457Z Compiling futures-task v0.3.32
4672026-03-28T03:34:06.601Z Compiling httparse v1.10.1
4682026-03-28T03:34:06.621Z Compiling percent-encoding v2.3.2
4692026-03-28T03:34:06.629Z Compiling aws-lc-rs v1.16.2
4702026-03-28T03:34:06.822Z Compiling heck v0.5.0
4712026-03-28T03:34:06.847Z Compiling zeroize v1.8.2
4722026-03-28T03:34:06.943Z Compiling iana-time-zone v0.1.65
4732026-03-28T03:34:06.962Z Compiling synstructure v0.13.2
4742026-03-28T03:34:07.022Z Compiling serde_derive_internals v0.29.1
4752026-03-28T03:34:07.085Z Compiling chrono v0.4.44
4762026-03-28T03:34:07.421Z Compiling toml_parser v1.0.9+spec-1.1.0
4772026-03-28T03:34:07.566Z Compiling typenum v1.19.0
4782026-03-28T03:34:07.702Z Compiling syn v1.0.109
4792026-03-28T03:34:07.946Z Compiling rustls-pki-types v1.14.0
4802026-03-28T03:34:07.987Z Compiling tracing-core v0.1.36
4812026-03-28T03:34:08.067Z Compiling http-body v1.0.1
4822026-03-28T03:34:08.216Z Compiling generic-array v0.14.7
4832026-03-28T03:34:08.228Z Compiling serde_derive v1.0.228
4842026-03-28T03:34:08.440Z Compiling zerofrom-derive v0.1.6
4852026-03-28T03:34:08.450Z Compiling yoke-derive v0.8.1
4862026-03-28T03:34:08.597Z Compiling zerovec-derive v0.11.2
4872026-03-28T03:34:08.606Z Compiling displaydoc v0.2.5
4882026-03-28T03:34:08.627Z Compiling schemars_derive v0.8.22
4892026-03-28T03:34:08.902Z Compiling tokio-macros v2.6.1
4902026-03-28T03:34:09.350Z Compiling thiserror-impl v2.0.18
4912026-03-28T03:34:09.479Z Compiling futures-macro v0.3.32
4922026-03-28T03:34:09.629Z Compiling zerofrom v0.1.6
4932026-03-28T03:34:09.660Z Compiling tokio v1.50.0
4942026-03-28T03:34:09.669Z Compiling tracing-attributes v0.1.31
4952026-03-28T03:34:09.746Z Compiling yoke v0.8.1
4962026-03-28T03:34:09.820Z Compiling regex-syntax v0.8.10
4972026-03-28T03:34:09.922Z Compiling zerovec v0.11.5
4982026-03-28T03:34:10.310Z Compiling zerotrie v0.2.3
4992026-03-28T03:34:10.411Z Compiling tinystr v0.8.2
5002026-03-28T03:34:10.606Z Compiling icu_locale_core v2.1.1
5012026-03-28T03:34:10.610Z Compiling potential_utf v0.1.4
5022026-03-28T03:34:10.688Z Compiling futures-util v0.3.32
5032026-03-28T03:34:10.767Z Compiling icu_collections v2.1.1
5042026-03-28T03:34:11.339Z Compiling icu_provider v2.1.1
5052026-03-28T03:34:11.383Z Compiling uuid v1.22.0
5062026-03-28T03:34:11.430Z Compiling thiserror v1.0.69
5072026-03-28T03:34:11.596Z Compiling icu_properties v2.1.2
5082026-03-28T03:34:11.633Z Compiling icu_normalizer v2.1.1
5092026-03-28T03:34:11.650Z Compiling zerocopy v0.8.42
5102026-03-28T03:34:12.079Z Compiling tracing v0.1.44
5112026-03-28T03:34:12.269Z Compiling thiserror-impl v1.0.69
5122026-03-28T03:34:12.485Z Compiling idna_adapter v1.2.1
5132026-03-28T03:34:12.738Z Compiling form_urlencoded v1.2.2
5142026-03-28T03:34:13.050Z Compiling regress v0.10.5
5152026-03-28T03:34:13.178Z Compiling semver v1.0.27
5162026-03-28T03:34:13.330Z Compiling try-lock v0.2.5
5172026-03-28T03:34:13.400Z Compiling rustls v0.23.37
5182026-03-28T03:34:13.435Z Compiling utf8_iter v1.0.4
5192026-03-28T03:34:13.438Z Compiling tower-service v0.3.3
5202026-03-28T03:34:13.468Z Compiling untrusted v0.9.0
5212026-03-28T03:34:13.530Z Compiling base64 v0.22.1
5222026-03-28T03:34:13.584Z Compiling idna v1.1.0
5232026-03-28T03:34:13.712Z Compiling want v0.3.1
5242026-03-28T03:34:14.333Z Compiling serde_tokenstream v0.2.3
5252026-03-28T03:34:14.342Z Compiling slog v2.8.2
5262026-03-28T03:34:14.580Z Compiling typify-impl v0.6.1
5272026-03-28T03:34:14.629Z Compiling proc-macro-error-attr v1.0.4
5282026-03-28T03:34:14.859Z Compiling subtle v2.6.1
5292026-03-28T03:34:15.010Z Compiling pin-utils v0.1.0
5302026-03-28T03:34:15.080Z Compiling atomic-waker v1.1.2
5312026-03-28T03:34:15.204Z Compiling ryu v1.0.23
5322026-03-28T03:34:15.231Z Compiling hyper v1.8.1
5332026-03-28T03:34:15.444Z Compiling url v2.5.8
5342026-03-28T03:34:15.618Z Compiling erased-serde v0.3.31
5352026-03-28T03:34:15.737Z Compiling bitflags v2.11.0
5362026-03-28T03:34:15.987Z Compiling sync_wrapper v1.0.2
5372026-03-28T03:34:16.097Z Compiling proc-macro-error v1.0.4
5382026-03-28T03:34:16.174Z Compiling ipnet v2.12.0
5392026-03-28T03:34:16.279Z Compiling toml_datetime v1.0.0+spec-1.1.0
5402026-03-28T03:34:16.335Z Compiling tower-layer v0.3.3
5412026-03-28T03:34:16.448Z Compiling toml_edit v0.25.4+spec-1.1.0
5422026-03-28T03:34:16.495Z Compiling tower v0.5.3
5432026-03-28T03:34:16.505Z Compiling hyper-util v0.1.20
5442026-03-28T03:34:16.815Z Compiling ppv-lite86 v0.2.21
5452026-03-28T03:34:16.970Z Compiling crypto-common v0.1.7
5462026-03-28T03:34:17.094Z Compiling block-buffer v0.10.4
5472026-03-28T03:34:17.125Z Compiling aho-corasick v1.1.4
5482026-03-28T03:34:17.222Z Compiling getrandom v0.2.17
5492026-03-28T03:34:17.326Z Compiling getrandom v0.3.4
5502026-03-28T03:34:17.360Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5512026-03-28T03:34:17.400Z Compiling iri-string v0.7.10
5522026-03-28T03:34:17.606Z Compiling openssl-probe v0.2.1
5532026-03-28T03:34:17.683Z Compiling rand_core v0.6.4
5542026-03-28T03:34:17.790Z Compiling rustls-native-certs v0.8.3
5552026-03-28T03:34:17.907Z Compiling digest v0.10.7
5562026-03-28T03:34:18.099Z Compiling regex-automata v0.4.14
5572026-03-28T03:34:18.119Z Compiling proc-macro-crate v3.5.0
5582026-03-28T03:34:18.547Z Compiling tower-http v0.6.8
5592026-03-28T03:34:18.953Z Compiling serde_urlencoded v0.7.1
5602026-03-28T03:34:19.013Z Compiling http-body-util v0.1.3
5612026-03-28T03:34:19.243Z Compiling toml_writer v1.0.6+spec-1.1.0
5622026-03-28T03:34:19.253Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5632026-03-28T03:34:19.470Z Compiling heck v0.4.1
5642026-03-28T03:34:19.663Z Compiling crossbeam-utils v0.8.21
5652026-03-28T03:34:19.779Z Compiling cpufeatures v0.2.17
5662026-03-28T03:34:19.849Z Compiling crucible-workspace-hack v0.1.0
5672026-03-28T03:34:19.989Z Compiling regex v1.12.3
5682026-03-28T03:34:20.471Z Compiling num_enum_derive v0.7.6
5692026-03-28T03:34:20.551Z Compiling rand_chacha v0.3.1
5702026-03-28T03:34:20.838Z Compiling typify-macro v0.6.1
5712026-03-28T03:34:21.542Z Compiling tokio-util v0.7.18
5722026-03-28T03:34:21.593Z Compiling openapiv3 v2.2.0
5732026-03-28T03:34:21.711Z Compiling foreign-types-macros v0.2.3
5742026-03-28T03:34:22.368Z Compiling toml_datetime v0.7.5+spec-1.1.0
5752026-03-28T03:34:22.646Z Compiling serde_spanned v1.0.4
5762026-03-28T03:34:22.675Z Compiling pkg-config v0.3.32
5772026-03-28T03:34:22.798Z Compiling either v1.15.0
5782026-03-28T03:34:22.912Z Compiling typify v0.6.1
5792026-03-28T03:34:22.996Z Compiling cpufeatures v0.3.0
5802026-03-28T03:34:23.005Z Compiling utf8parse v0.2.2
5812026-03-28T03:34:23.044Z Compiling time-core v0.1.8
5822026-03-28T03:34:23.053Z Compiling anyhow v1.0.102
5832026-03-28T03:34:23.063Z Compiling unsafe-libyaml v0.2.11
5842026-03-28T03:34:23.107Z Compiling num-conv v0.2.0
5852026-03-28T03:34:23.116Z Compiling foreign-types-shared v0.3.1
5862026-03-28T03:34:23.186Z Compiling powerfmt v0.2.0
5872026-03-28T03:34:23.203Z Compiling prettyplease v0.2.37
5882026-03-28T03:34:23.214Z Compiling foreign-types v0.5.0
5892026-03-28T03:34:23.239Z Compiling time-macros v0.2.27
5902026-03-28T03:34:23.286Z Compiling lzma-sys v0.1.20
5912026-03-28T03:34:23.384Z Compiling deranged v0.5.8
5922026-03-28T03:34:23.453Z Compiling anstyle-parse v1.0.0
5932026-03-28T03:34:23.579Z Compiling serde_yaml v0.9.34+deprecated
5942026-03-28T03:34:23.635Z Compiling chacha20 v0.10.0
5952026-03-28T03:34:23.688Z Compiling progenitor-impl v0.13.0
5962026-03-28T03:34:23.722Z Compiling itertools v0.12.1
5972026-03-28T03:34:23.980Z Compiling toml v0.9.12+spec-1.1.0
5982026-03-28T03:34:24.388Z Compiling rand_core v0.9.5
5992026-03-28T03:34:24.607Z Compiling num_enum v0.7.6
6002026-03-28T03:34:24.724Z Compiling rand v0.8.5
6012026-03-28T03:34:24.983Z Compiling sha1 v0.10.6
6022026-03-28T03:34:25.324Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6032026-03-28T03:34:25.383Z Compiling arc-swap v1.8.2
6042026-03-28T03:34:25.468Z Compiling cstr-argument v0.1.2
6052026-03-28T03:34:25.523Z Compiling thread_local v1.1.9
6062026-03-28T03:34:25.622Z Compiling portable-atomic v1.13.1
6072026-03-28T03:34:25.687Z Compiling is_terminal_polyfill v1.70.2
6082026-03-28T03:34:25.781Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6092026-03-28T03:34:25.793Z Compiling byteorder v1.5.0
6102026-03-28T03:34:25.837Z Compiling anstyle v1.0.14
6112026-03-28T03:34:25.877Z Compiling anstyle-query v1.1.5
6122026-03-28T03:34:25.999Z Compiling unicode-width v0.2.2
6132026-03-28T03:34:26.039Z Compiling utf-8 v0.7.6
6142026-03-28T03:34:26.042Z Compiling typeid v1.0.3
6152026-03-28T03:34:26.081Z Compiling colorchoice v1.0.5
6162026-03-28T03:34:26.157Z Compiling slog-async v2.8.0
6172026-03-28T03:34:26.196Z Compiling lazy_static v1.5.0
6182026-03-28T03:34:26.224Z Compiling pretty-hex v0.4.2
6192026-03-28T03:34:26.285Z Compiling data-encoding v2.10.0
6202026-03-28T03:34:26.296Z Compiling slog-scope v4.4.1
6212026-03-28T03:34:26.362Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6222026-03-28T03:34:26.428Z Compiling anstream v1.0.0
6232026-03-28T03:34:26.513Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6242026-03-28T03:34:26.555Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6252026-03-28T03:34:26.630Z Compiling tungstenite v0.21.0
6262026-03-28T03:34:26.754Z Compiling crossbeam-channel v0.5.15
6272026-03-28T03:34:26.824Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
6282026-03-28T03:34:27.123Z Compiling cargo_toml v0.22.3
6292026-03-28T03:34:27.246Z Compiling rand_chacha v0.9.0
6302026-03-28T03:34:27.274Z Compiling progenitor-macro v0.13.0
6312026-03-28T03:34:27.300Z Compiling time v0.3.47
6322026-03-28T03:34:27.418Z Compiling rand v0.10.0
6332026-03-28T03:34:27.985Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=546b6520645e24bf3ad3c47d2d219e10d4b105b3#546b6520)
6342026-03-28T03:34:28.076Z Compiling futures-executor v0.3.32
6352026-03-28T03:34:28.288Z Compiling is-terminal v0.4.17
6362026-03-28T03:34:28.346Z Compiling strsim v0.11.1
6372026-03-28T03:34:28.356Z Compiling camino v1.2.2
6382026-03-28T03:34:28.359Z Compiling oxnet v0.1.4
6392026-03-28T03:34:28.377Z Compiling term v1.2.1
6402026-03-28T03:34:28.623Z Compiling take_mut v0.2.2
6412026-03-28T03:34:28.688Z Compiling colored v3.1.1
6422026-03-28T03:34:28.730Z Compiling clap_lex v1.1.0
6432026-03-28T03:34:29.069Z Compiling clap_builder v4.6.0
6442026-03-28T03:34:29.120Z Compiling slog-term v2.9.2
6452026-03-28T03:34:29.256Z Compiling futures v0.3.32
6462026-03-28T03:34:29.328Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6472026-03-28T03:34:29.338Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=546b6520645e24bf3ad3c47d2d219e10d4b105b3#546b6520)
6482026-03-28T03:34:29.815Z Compiling rand v0.9.2
6492026-03-28T03:34:30.076Z Compiling tokio-tungstenite v0.21.0
6502026-03-28T03:34:30.401Z Compiling slog-stdlog v4.1.1
6512026-03-28T03:34:30.484Z Compiling console v0.16.3
6522026-03-28T03:34:30.516Z Compiling zone_cfg_derive v0.3.1
6532026-03-28T03:34:30.606Z Compiling clap_derive v4.6.0
6542026-03-28T03:34:30.930Z Compiling async-trait v0.1.89
6552026-03-28T03:34:31.662Z Compiling base64 v0.21.7
6562026-03-28T03:34:31.861Z Compiling unit-prefix v0.5.2
6572026-03-28T03:34:31.963Z Compiling indicatif v0.18.4
6582026-03-28T03:34:31.991Z Compiling zone v0.3.1
6592026-03-28T03:34:32.001Z Compiling slog-envlogger v2.2.0
6602026-03-28T03:34:32.338Z Compiling clap v4.6.0
6612026-03-28T03:34:32.405Z Compiling ron v0.12.0
6622026-03-28T03:34:32.431Z Compiling xz2 v0.1.7
6632026-03-28T03:34:32.650Z Compiling tabwriter v1.4.1
6642026-03-28T03:34:32.664Z Compiling sha2 v0.10.9
6652026-03-28T03:34:32.684Z Compiling reqwest v0.12.28
6662026-03-28T03:34:32.884Z Compiling smf v0.2.3
6672026-03-28T03:34:32.961Z Compiling base16ct v1.0.0
6682026-03-28T03:34:32.971Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6692026-03-28T03:34:33.623Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6702026-03-28T03:34:34.025Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6712026-03-28T03:34:37.189Z Compiling rustls-webpki v0.103.9
6722026-03-28T03:34:39.844Z Compiling tokio-rustls v0.26.4
6732026-03-28T03:34:39.844Z Compiling rustls-platform-verifier v0.6.2
6742026-03-28T03:34:40.025Z Compiling hyper-rustls v0.27.7
6752026-03-28T03:34:40.175Z Compiling reqwest v0.13.2
6762026-03-28T03:34:41.085Z Compiling progenitor-client v0.13.0
6772026-03-28T03:34:41.270Z Compiling progenitor v0.13.0
6782026-03-28T03:34:41.353Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=546b6520645e24bf3ad3c47d2d219e10d4b105b3#546b6520)
6792026-03-28T03:34:43.391Zerror[E0308]: mismatched types
6802026-03-28T03:34:43.391Z --> lib/src/lib.rs:1732:9
6812026-03-28T03:34:43.391Z |
6822026-03-28T03:34:43.391Z1730 | let client = propolis_client::Client::new_with_client(
6832026-03-28T03:34:43.391Z | ---------------------------------------- arguments to this function are incorrect
6842026-03-28T03:34:43.391Z1731 | &format!("http://{}", sockaddr),
6852026-03-28T03:34:43.391Z1732 | reqwest_client,
6862026-03-28T03:34:43.391Z | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client`
6872026-03-28T03:34:43.391Z |
6882026-03-28T03:34:43.391Znote: two different versions of crate `reqwest` are being used; two types coming from two different versions of the same crate are different types even if they look the same
6892026-03-28T03:34:43.392Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
6902026-03-28T03:34:43.392Z |
6912026-03-28T03:34:43.392Z 93 | pub struct Client {
6922026-03-28T03:34:43.392Z | ^^^^^^^^^^^^^^^^^ this is the expected type `reqwest::async_impl::client::Client`
6932026-03-28T03:34:43.392Z |
6942026-03-28T03:34:43.392Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
6952026-03-28T03:34:43.392Z |
6962026-03-28T03:34:43.392Z 93 | pub struct Client {
6972026-03-28T03:34:43.392Z | ^^^^^^^^^^^^^^^^^ this is the found type `reqwest::Client`
6982026-03-28T03:34:43.392Z |
6992026-03-28T03:34:43.392Z ::: lib/src/cli.rs:21:5
7002026-03-28T03:34:43.392Z |
7012026-03-28T03:34:43.392Z 21 | use propolis_client::{
7022026-03-28T03:34:43.392Z | --------------- one version of crate `reqwest` used here, as a dependency of crate `progenitor_client`
7032026-03-28T03:34:43.392Z |
7042026-03-28T03:34:43.392Z ::: lib/src/ovmf.rs:62:18
7052026-03-28T03:34:43.392Z |
7062026-03-28T03:34:43.392Z 62 | let client = reqwest::ClientBuilder::new()
7072026-03-28T03:34:43.392Z | ------- one version of crate `reqwest` used here, as a direct dependency of the current crate
7082026-03-28T03:34:43.392Z = help: you can use `cargo tree` to explore your dependency tree
7092026-03-28T03:34:43.392Znote: associated function defined here
7102026-03-28T03:34:43.392Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/546b652/lib/propolis-client/src/lib.rs:44:1
7112026-03-28T03:34:43.392Z |
7122026-03-28T03:34:43.392Z 44 | / progenitor::generate_api!(
7132026-03-28T03:34:43.392Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7142026-03-28T03:34:43.392Z 46 | | interface = Builder,
7152026-03-28T03:34:43.392Z 47 | | tags = Separate,
7162026-03-28T03:34:43.392Z... |
7172026-03-28T03:34:43.392Z 70 | | );
7182026-03-28T03:34:43.392Z | |_^
7192026-03-28T03:34:43.392Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7202026-03-28T03:34:43.392Z
7212026-03-28T03:34:43.396Zerror[E0277]: a value of type `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>` cannot be built from an iterator over elements of type `(propolis_client::instance_spec::SpecKey, ComponentV0)`
7222026-03-28T03:34:43.396Z --> lib/src/lib.rs:1769:18
7232026-03-28T03:34:43.396Z |
7242026-03-28T03:34:43.396Z1769 | .collect()
7252026-03-28T03:34:43.396Z | ^^^^^^^ value of type `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>` cannot be built from `std::iter::Iterator<Item=(propolis_client::instance_spec::SpecKey, ComponentV0)>`
7262026-03-28T03:34:43.396Z |
7272026-03-28T03:34:43.396Z = help: the trait `FromIterator<(propolis_client::instance_spec::SpecKey, ComponentV0)>` is not implemented for `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>`
7282026-03-28T03:34:43.396Z but trait `FromIterator<(propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component)>` is implemented for it
7292026-03-28T03:34:43.396Z = help: for that trait implementation, expected `propolis_client::instance_spec::Component`, found `ComponentV0`
7302026-03-28T03:34:43.396Znote: the method call chain might not have had the expected associated types
7312026-03-28T03:34:43.396Z --> lib/src/lib.rs:1768:18
7322026-03-28T03:34:43.396Z |
7332026-03-28T03:34:43.396Z1766 | components
7342026-03-28T03:34:43.396Z | ---------- this expression has type `&BTreeMap<SpecKey, ComponentV0>`
7352026-03-28T03:34:43.396Z1767 | .iter()
7362026-03-28T03:34:43.396Z | ------ `Iterator::Item` is `(&SpecKey, &ComponentV0)` here
7372026-03-28T03:34:43.396Z1768 | .map(|(spec_key, comp)| (spec_key.clone(), comp.clone()))
7382026-03-28T03:34:43.396Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Iterator::Item` changed to `(SpecKey, ComponentV0)` here
7392026-03-28T03:34:43.396Znote: required by a bound in `std::iter::Iterator::collect`
7402026-03-28T03:34:43.396Z --> /rustc/ded5c06cf21d2b93bffd5d884aa6e96934ee4234/library/core/src/iter/traits/iterator.rs:2015:5
7412026-03-28T03:34:43.396Z
7422026-03-28T03:34:43.400Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7432026-03-28T03:34:43.400Z --> lib/src/lib.rs:1786:40
7442026-03-28T03:34:43.400Z |
7452026-03-28T03:34:43.400Z1786 | match client.instance_ensure().body(&req).send().await {
7462026-03-28T03:34:43.400Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7472026-03-28T03:34:43.400Z |
7482026-03-28T03:34:43.400Z = help: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7492026-03-28T03:34:43.400Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7502026-03-28T03:34:43.400Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7512026-03-28T03:34:43.401Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7522026-03-28T03:34:43.401Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7532026-03-28T03:34:43.401Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-56f60e5109ee8bca.long-type-15446785264953450033.txt'
7542026-03-28T03:34:43.401Z = note: consider using `--verbose` to print the full type name to the console
7552026-03-28T03:34:43.401Z
7562026-03-28T03:34:43.404Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7572026-03-28T03:34:43.404Z --> lib/src/lib.rs:1803:34
7582026-03-28T03:34:43.404Z |
7592026-03-28T03:34:43.404Z1803 | client.instance_ensure().body(&req).send().await?;
7602026-03-28T03:34:43.404Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7612026-03-28T03:34:43.404Z |
7622026-03-28T03:34:43.404Z = help: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7632026-03-28T03:34:43.404Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7642026-03-28T03:34:43.404Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7652026-03-28T03:34:43.404Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7662026-03-28T03:34:43.404Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7672026-03-28T03:34:43.404Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-56f60e5109ee8bca.long-type-5808810897530576109.txt'
7682026-03-28T03:34:43.404Z = note: consider using `--verbose` to print the full type name to the console
7692026-03-28T03:34:43.404Z
7702026-03-28T03:34:43.447Zerror[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope
7712026-03-28T03:34:43.447Z --> lib/src/lib.rs:1950:31
7722026-03-28T03:34:43.447Z |
7732026-03-28T03:34:43.447Z1950 | let mut stream = response.bytes_stream();
7742026-03-28T03:34:43.447Z | ^^^^^^^^^^^^ method not found in `reqwest::Response`
7752026-03-28T03:34:43.447Z
7762026-03-28T03:34:43.450Zerror[E0282]: type annotations needed
7772026-03-28T03:34:43.450Z --> lib/src/lib.rs:1952:21
7782026-03-28T03:34:43.450Z |
7792026-03-28T03:34:43.450Z1952 | let chunk = chunk
7802026-03-28T03:34:43.450Z | ^^^^^ cannot infer type
7812026-03-28T03:34:43.450Z
7822026-03-28T03:34:44.018ZSome errors have detailed explanations: E0277, E0282, E0308, E0599.
7832026-03-28T03:34:44.018ZFor more information about an error, try `rustc --explain E0277`.
7842026-03-28T03:34:44.065Zerror: could not compile `libfalcon` (lib) due to 6 previous errors
7852026-03-28T03:34:44.229Z
7862026-03-28T03:34:44.232Zreal 49.444702762
7872026-03-28T03:34:44.232Zuser 3:25.016137284
7882026-03-28T03:34:44.232Zsys 41.117324883
7892026-03-28T03:34:44.232Ztrap 0.117276266
7902026-03-28T03:34:44.232Ztflt 0.349213137
7912026-03-28T03:34:44.232Zdflt 0.245221320
7922026-03-28T03:34:44.232Zkflt 0.009882085
7932026-03-28T03:34:44.232Zlock 7:36.424891413
7942026-03-28T03:34:44.232Zslp 14:44.514233837
7952026-03-28T03:34:44.232Zlat 11.776077232
7962026-03-28T03:34:44.232Zstop 34.157539803
7972026-03-28T03:34:44.232Zprocess exited: duration 67924 ms, exit code 101
 
7982026-03-28T03:34:44.239Zfound 0 output files