01KYRJNS9XFXDCD5JEMJ86XJXH: build-and-test

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

Buildomat Job: 01KYRJP88EBDZVKZZQ24VZN8JP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:57:49.679Zjob assigned to worker 01KYRJPDG59261KWDHQZM8NT6J [factory aws, i-05368d54c1ad50342] (queued for 48 s)
 
22026-07-30T03:57:56.135Zstarting task 0: "setup"
32026-07-30T03:57:56.142Z++ uname -s
42026-07-30T03:57:56.145Z+ kern=SunOS
52026-07-30T03:57:56.145Z+ build_user=build
62026-07-30T03:57:56.145Z+ build_uid=12345
72026-07-30T03:57:56.145Z+ work_dir=/work
82026-07-30T03:57:56.145Z+ input_dir=/input
92026-07-30T03:57:56.145Z+ [[ 0 == 12345 ]]
102026-07-30T03:57:56.145Z+ case "$kern" in
112026-07-30T03:57:56.145Z+ groupadd -g 12345 build
122026-07-30T03:57:56.148Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:57:58.152Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:57:58.215Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:57:58.218Z+ home_fs=zfs
162026-07-30T03:57:58.219Z+ [[ zfs == autofs ]]
172026-07-30T03:57:58.219Z+ mkdir -p /home/build
182026-07-30T03:57:58.219Z+ chown build:build /home/build /work
192026-07-30T03:58:00.272Z+ chmod 0700 /home/build /work
202026-07-30T03:58:00.277Zprocess exited: duration 4086 ms, exit code 0
 
212026-07-30T03:58:00.285Zstarting task 1: "rust-toolchain"
222026-07-30T03:58:00.289Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:58:00.289Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-30T03:58:00.289Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-30T03:58:00.289Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-30T03:58:00.289Z * rust toolchain channel = "stable"
272026-07-30T03:58:00.289Z * rust toolchain profile = "default"
282026-07-30T03:58:00.292Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:58:00.292Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:58:00.417Zinfo: downloading installer
312026-07-30T03:58:01.883Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:58:01.883Zwarn: /opt/ooce/bin
332026-07-30T03:58:01.883Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:58:01.883Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:58:01.883Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:58:01.883Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:58:01.883Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:58:01.883Zerror: cannot install while Rust is installed
392026-07-30T03:58:01.883Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:58:01.883Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:58:01.883Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:58:01.883Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:58:01.883Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:58:01.897Zinfo: profile set to default
452026-07-30T03:58:01.897Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:58:01.900Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:58:02.042Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:58:02.045Zinfo: downloading 6 components
492026-07-30T03:58:17.513Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-30T03:58:17.513Z
512026-07-30T03:58:17.540Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:58:17.540Z
532026-07-30T03:58:17.540Z
542026-07-30T03:58:17.540ZRust is installed now. Great!
552026-07-30T03:58:17.540Z
562026-07-30T03:58:17.540ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:58:17.540Zenvironment variable. This has not been done automatically.
582026-07-30T03:58:17.540Z
592026-07-30T03:58:17.540ZTo configure your current shell, you need to source
602026-07-30T03:58:17.540Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:58:17.540Z
622026-07-30T03:58:17.540ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:58:17.540Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:58:17.540Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:58:17.540Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:58:17.540Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:58:17.540Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:58:17.540Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:58:17.543Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:58:17.543Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:58:18.044Z+ rustup --version
722026-07-30T03:58:18.054Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:58:18.054Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:58:18.054Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:58:18.054Z+ cargo --version
762026-07-30T03:58:18.054Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:58:18.054Z+ rustc --version
782026-07-30T03:58:18.054Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:58:18.054Zprocess exited: duration 17413 ms, exit code 0
 
802026-07-30T03:58:18.065Zstarting task 2: "authentication"
812026-07-30T03:58:18.082Zprocess exited: duration 17 ms, exit code 0
 
822026-07-30T03:58:18.090Zstarting task 3: "clone repository"
832026-07-30T03:58:18.093Z+ mkdir -p /work/oxidecomputer/falcon
842026-07-30T03:58:18.098Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-07-30T03:58:18.126ZCloning into '/work/oxidecomputer/falcon'...
862026-07-30T03:58:19.310Z+ cd /work/oxidecomputer/falcon
872026-07-30T03:58:19.311Z+ git fetch origin dd5af36d650582043e5aaa8fd961a72c39f19b3e
882026-07-30T03:58:19.655ZFrom https://github.com/oxidecomputer/falcon
892026-07-30T03:58:19.655Z * branch dd5af36d650582043e5aaa8fd961a72c39f19b3e -> FETCH_HEAD
902026-07-30T03:58:19.660Z+ [[ -n renovate/propolis-client-digest ]]
912026-07-30T03:58:19.663Z++ git branch --show-current
922026-07-30T03:58:19.663Z+ current=main
932026-07-30T03:58:19.663Z+ [[ main != renovate/propolis-client-digest ]]
942026-07-30T03:58:19.663Z+ git branch -f renovate/propolis-client-digest dd5af36d650582043e5aaa8fd961a72c39f19b3e
952026-07-30T03:58:19.667Z+ git checkout -f renovate/propolis-client-digest
962026-07-30T03:58:19.732ZSwitched to branch 'renovate/propolis-client-digest'
972026-07-30T03:58:19.735Z+ git reset --hard dd5af36d650582043e5aaa8fd961a72c39f19b3e
982026-07-30T03:58:19.738ZHEAD is now at dd5af36 Update propolis-client digest to 046f743
992026-07-30T03:58:19.738Zprocess exited: duration 1647 ms, exit code 0
 
1002026-07-30T03:58:19.744Zstarting task 4: "build"
1012026-07-30T03:58:19.751Z+ cargo --version
1022026-07-30T03:58:19.754Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
1032026-07-30T03:58:19.924Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
1042026-07-30T03:58:19.928Zinfo: downloading 6 components
1052026-07-30T03:58:37.429Zcargo 1.96.0 (30a34c682 2026-05-25)
1062026-07-30T03:58:37.432Z+ rustc --version
1072026-07-30T03:58:37.462Zrustc 1.96.0 (ac68faa20 2026-05-25)
1082026-07-30T03:58:37.466Z+ banner build
1092026-07-30T03:58:37.469Z
1102026-07-30T03:58:37.469Z ##### # # # # #####
1112026-07-30T03:58:37.469Z # # # # # # # #
1122026-07-30T03:58:37.469Z ##### # # # # # #
1132026-07-30T03:58:37.469Z # # # # # # # #
1142026-07-30T03:58:37.469Z # # # # # # # #
1152026-07-30T03:58:37.469Z ##### #### # ###### #####
1162026-07-30T03:58:37.469Z
1172026-07-30T03:58:37.469Z+ ptime -m cargo build --all
1182026-07-30T03:58:37.553Z Updating crates.io index
1192026-07-30T03:58:37.556Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-07-30T03:58:37.908ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-07-30T03:58:37.908Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1222026-07-30T03:58:37.916Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-07-30T03:58:38.716ZFrom https://github.com/oxidecomputer/propolis
1242026-07-30T03:58:38.716Z * [new ref] 046f74302e2ea09a75b0a6810645d42c7df6644a -> refs/commit/046f74302e2ea09a75b0a6810645d42c7df6644a
1252026-07-30T03:58:38.764Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-30T03:58:39.020ZFrom https://github.com/oxidecomputer/zone
1272026-07-30T03:58:39.020Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-07-30T03:58:39.026Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-07-30T03:58:39.276ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-07-30T03:58:39.277Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1312026-07-30T03:58:39.333Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-07-30T03:58:39.554ZFrom https://github.com/jmesmon/rust-libzfs
1332026-07-30T03:58:39.554Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-07-30T03:58:39.562Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-07-30T03:58:39.827ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-07-30T03:58:39.827Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-07-30T03:58:39.833Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-07-30T03:58:41.127ZFrom https://github.com/oxidecomputer/crucible
1392026-07-30T03:58:41.127Z * [new ref] ad8a31742adc45e925e63443a5b43c8e30604022 -> refs/commit/ad8a31742adc45e925e63443a5b43c8e30604022
1402026-07-30T03:58:43.054Z Downloading crates ...
1412026-07-30T03:58:43.114Z Downloaded cfg-if v1.0.4
1422026-07-30T03:58:43.122Z Downloaded cstr-argument v0.1.2
1432026-07-30T03:58:43.125Z Downloaded foreign-types v0.5.0
1442026-07-30T03:58:43.125Z Downloaded bitflags v2.13.0
1452026-07-30T03:58:43.133Z Downloaded futures-io v0.3.32
1462026-07-30T03:58:43.136Z Downloaded iana-time-zone v0.1.65
1472026-07-30T03:58:43.147Z Downloaded percent-encoding v2.3.2
1482026-07-30T03:58:43.150Z Downloaded itoa v1.0.18
1492026-07-30T03:58:43.153Z Downloaded icu_properties_data v2.2.0
1502026-07-30T03:58:43.156Z Downloaded proc-macro-error-attr v1.0.4
1512026-07-30T03:58:43.159Z Downloaded icu_normalizer v2.2.0
1522026-07-30T03:58:43.159Z Downloaded futures-channel v0.3.32
1532026-07-30T03:58:43.163Z Downloaded powerfmt v0.2.0
1542026-07-30T03:58:43.166Z Downloaded tabwriter v1.4.1
1552026-07-30T03:58:43.166Z Downloaded serde_urlencoded v0.7.1
1562026-07-30T03:58:43.176Z Downloaded equivalent v1.0.2
1572026-07-30T03:58:43.179Z Downloaded block-buffer v0.10.4
1582026-07-30T03:58:43.184Z Downloaded openssl-probe v0.2.1
1592026-07-30T03:58:43.188Z Downloaded lazy_static v1.5.0
1602026-07-30T03:58:43.192Z Downloaded anstyle-query v1.1.5
1612026-07-30T03:58:43.196Z Downloaded lru-slab v0.1.2
1622026-07-30T03:58:43.196Z Downloaded aho-corasick v1.1.4
1632026-07-30T03:58:43.199Z Downloaded atomic-waker v1.1.2
1642026-07-30T03:58:43.202Z Downloaded potential_utf v0.1.5
1652026-07-30T03:58:43.205Z Downloaded base16ct v1.0.0
1662026-07-30T03:58:43.208Z Downloaded crucible-workspace-hack v0.1.0
1672026-07-30T03:58:43.212Z Downloaded scopeguard v1.2.0
1682026-07-30T03:58:43.212Z Downloaded dyn-clone v1.0.20
1692026-07-30T03:58:43.215Z Downloaded displaydoc v0.2.6
1702026-07-30T03:58:43.216Z Downloaded data-encoding v2.11.0
1712026-07-30T03:58:43.216Z Downloaded slog-stdlog v4.1.1
1722026-07-30T03:58:43.219Z Downloaded progenitor-client v0.14.0
1732026-07-30T03:58:43.219Z Downloaded num_enum_derive v0.7.6
1742026-07-30T03:58:43.219Z Downloaded byteorder v1.5.0
1752026-07-30T03:58:43.222Z Downloaded rand_core v0.6.4
1762026-07-30T03:58:43.222Z Downloaded futures-macro v0.3.32
1772026-07-30T03:58:43.225Z Downloaded clap_lex v1.1.0
1782026-07-30T03:58:43.226Z Downloaded is-terminal v0.4.17
1792026-07-30T03:58:43.226Z Downloaded crypto-common v0.1.7
1802026-07-30T03:58:43.229Z Downloaded heck v0.5.0
1812026-07-30T03:58:43.229Z Downloaded errno v0.3.14
1822026-07-30T03:58:43.233Z Downloaded cfg_aliases v0.2.1
1832026-07-30T03:58:43.233Z Downloaded rand_chacha v0.3.1
1842026-07-30T03:58:43.233Z Downloaded foreign-types-shared v0.3.1
1852026-07-30T03:58:43.237Z Downloaded progenitor-macro v0.14.0
1862026-07-30T03:58:43.237Z Downloaded stable_deref_trait v1.2.1
1872026-07-30T03:58:43.240Z Downloaded cpufeatures v0.2.17
1882026-07-30T03:58:43.240Z Downloaded num-conv v0.2.2
1892026-07-30T03:58:43.243Z Downloaded anstyle v1.0.14
1902026-07-30T03:58:43.243Z Downloaded cmake v0.1.58
1912026-07-30T03:58:43.243Z Downloaded colorchoice v1.0.5
1922026-07-30T03:58:43.248Z Downloaded slab v0.4.12
1932026-07-30T03:58:43.251Z Downloaded is_terminal_polyfill v1.70.2
1942026-07-30T03:58:43.251Z Downloaded pin-project-lite v0.2.17
1952026-07-30T03:58:43.254Z Downloaded rand_core v0.10.1
1962026-07-30T03:58:43.257Z Downloaded once_cell v1.21.4
1972026-07-30T03:58:43.257Z Downloaded dunce v1.0.5
1982026-07-30T03:58:43.260Z Downloaded jobserver v0.1.35
1992026-07-30T03:58:43.260Z Downloaded console v0.16.3
2002026-07-30T03:58:43.263Z Downloaded sync_wrapper v1.0.2
2012026-07-30T03:58:43.263Z Downloaded base64 v0.21.7
2022026-07-30T03:58:43.266Z Downloaded foreign-types-macros v0.2.3
2032026-07-30T03:58:43.269Z Downloaded sha1 v0.10.6
2042026-07-30T03:58:43.272Z Downloaded take_mut v0.2.2
2052026-07-30T03:58:43.273Z Downloaded futures-core v0.3.32
2062026-07-30T03:58:43.276Z Downloaded idna_adapter v1.2.2
2072026-07-30T03:58:43.276Z Downloaded serde_spanned v1.1.1
2082026-07-30T03:58:43.276Z Downloaded pretty-hex v0.4.2
2092026-07-30T03:58:43.279Z Downloaded cpufeatures v0.3.0
2102026-07-30T03:58:43.279Z Downloaded subtle v2.6.1
2112026-07-30T03:58:43.282Z Downloaded rustc-hash v2.1.2
2122026-07-30T03:58:43.282Z Downloaded http-body v1.0.1
2132026-07-30T03:58:43.282Z Downloaded generic-array v0.14.7
2142026-07-30T03:58:43.288Z Downloaded heck v0.4.1
2152026-07-30T03:58:43.294Z Downloaded strsim v0.11.1
2162026-07-30T03:58:43.296Z Downloaded futures-task v0.3.32
2172026-07-30T03:58:43.300Z Downloaded tinyvec_macros v0.1.1
2182026-07-30T03:58:43.303Z Downloaded smf v0.2.3
2192026-07-30T03:58:43.303Z Downloaded pkg-config v0.3.33
2202026-07-30T03:58:43.306Z Downloaded rand_core v0.9.5
2212026-07-30T03:58:43.306Z Downloaded hyper-rustls v0.27.9
2222026-07-30T03:58:43.309Z Downloaded rand_chacha v0.9.0
2232026-07-30T03:58:43.309Z Downloaded proc-macro-error v1.0.4
2242026-07-30T03:58:43.312Z Downloaded serde_tokenstream v0.2.3
2252026-07-30T03:58:43.312Z Downloaded quote v1.0.45
2262026-07-30T03:58:43.315Z Downloaded digest v0.10.7
2272026-07-30T03:58:43.315Z Downloaded lock_api v0.4.14
2282026-07-30T03:58:43.315Z Downloaded ppv-lite86 v0.2.21
2292026-07-30T03:58:43.319Z Downloaded tokio-macros v2.7.0
2302026-07-30T03:58:43.319Z Downloaded time-core v0.1.8
2312026-07-30T03:58:43.319Z Downloaded parking_lot_core v0.9.12
2322026-07-30T03:58:43.386Z Downloaded serde_derive_internals v0.29.1
2332026-07-30T03:58:43.386Z Downloaded proc-macro-crate v3.5.0
2342026-07-30T03:58:43.386Z Downloaded num_enum v0.7.6
2352026-07-30T03:58:43.390Z Downloaded chacha20 v0.10.0
2362026-07-30T03:58:43.390Z Downloaded futures-sink v0.3.32
2372026-07-30T03:58:43.390Z Downloaded form_urlencoded v1.2.2
2382026-07-30T03:58:43.390Z Downloaded slog-scope v4.4.1
2392026-07-30T03:58:43.390Z Downloaded log v0.4.32
2402026-07-30T03:58:43.390Z Downloaded synstructure v0.13.2
2412026-07-30T03:58:43.390Z Downloaded slog-async v2.8.0
2422026-07-30T03:58:43.390Z Downloaded rustversion v1.0.22
2432026-07-30T03:58:43.390Z Downloaded parking_lot v0.12.5
2442026-07-30T03:58:43.391Z Downloaded either v1.16.0
2452026-07-30T03:58:43.391Z Downloaded litemap v0.8.2
2462026-07-30T03:58:43.391Z Downloaded deranged v0.5.8
2472026-07-30T03:58:43.391Z Downloaded try-lock v0.2.5
2482026-07-30T03:58:43.391Z Downloaded typeid v1.0.3
2492026-07-30T03:58:43.391Z Downloaded tower-layer v0.3.3
2502026-07-30T03:58:43.391Z Downloaded shlex v2.0.1
2512026-07-30T03:58:43.391Z Downloaded sha2 v0.10.9
2522026-07-30T03:58:43.391Z Downloaded clap_derive v4.6.1
2532026-07-30T03:58:43.391Z Downloaded rustls-native-certs v0.8.4
2542026-07-30T03:58:43.391Z Downloaded slog-envlogger v2.2.0
2552026-07-30T03:58:43.391Z Downloaded tower-service v0.3.3
2562026-07-30T03:58:43.391Z Downloaded signal-hook-registry v1.4.8
2572026-07-30T03:58:43.391Z Downloaded schemars_derive v0.8.22
2582026-07-30T03:58:43.391Z Downloaded typify-macro v0.6.2
2592026-07-30T03:58:43.391Z Downloaded thread_local v1.1.9
2602026-07-30T03:58:43.391Z Downloaded unit-prefix v0.5.2
2612026-07-30T03:58:43.391Z Downloaded slog-term v2.9.2
2622026-07-30T03:58:43.391Z Downloaded untrusted v0.9.0
2632026-07-30T03:58:43.391Z Downloaded utf8_iter v1.0.4
2642026-07-30T03:58:43.391Z Downloaded utf-8 v0.7.6
2652026-07-30T03:58:43.391Z Downloaded async-trait v0.1.89
2662026-07-30T03:58:43.391Z Downloaded find-msvc-tools v0.1.9
2672026-07-30T03:58:43.391Z Downloaded quinn-udp v0.5.14
2682026-07-30T03:58:43.391Z Downloaded autocfg v1.5.1
2692026-07-30T03:58:43.391Z Downloaded foldhash v0.2.0
2702026-07-30T03:58:43.395Z Downloaded oxnet v0.1.6
2712026-07-30T03:58:43.395Z Downloaded thiserror-impl v1.0.69
2722026-07-30T03:58:43.395Z Downloaded thiserror v2.0.18
2732026-07-30T03:58:43.398Z Downloaded zerofrom v0.1.8
2742026-07-30T03:58:43.398Z Downloaded version_check v0.9.5
2752026-07-30T03:58:43.398Z Downloaded want v0.3.1
2762026-07-30T03:58:43.402Z Downloaded utf8parse v0.2.2
2772026-07-30T03:58:43.405Z Downloaded yoke-derive v0.8.2
2782026-07-30T03:58:43.406Z Downloaded zerofrom-derive v0.1.7
2792026-07-30T03:58:43.413Z Downloaded crossbeam-utils v0.8.21
2802026-07-30T03:58:43.417Z Downloaded thiserror v1.0.69
2812026-07-30T03:58:43.422Z Downloaded fs_extra v1.3.0
2822026-07-30T03:58:43.422Z Downloaded toml_writer v1.1.1+spec-1.1.0
2832026-07-30T03:58:43.422Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2842026-07-30T03:58:43.422Z Downloaded ipnet v2.12.0
2852026-07-30T03:58:43.426Z Downloaded thiserror-impl v2.0.18
2862026-07-30T03:58:43.426Z Downloaded futures-executor v0.3.32
2872026-07-30T03:58:43.432Z Downloaded cargo_toml v0.22.3
2882026-07-30T03:58:43.435Z Downloaded camino v1.2.3
2892026-07-30T03:58:43.435Z Downloaded zone_cfg_derive v0.3.1
2902026-07-30T03:58:43.435Z Downloaded zone v0.3.1
2912026-07-30T03:58:43.438Z Downloaded colored v3.1.1
2922026-07-30T03:58:43.438Z Downloaded anstyle-parse v1.0.0
2932026-07-30T03:58:43.438Z Downloaded base64 v0.22.1
2942026-07-30T03:58:43.442Z Downloaded anstream v1.0.0
2952026-07-30T03:58:43.442Z Downloaded rustls-pki-types v1.14.1
2962026-07-30T03:58:43.445Z Downloaded getrandom v0.3.4
2972026-07-30T03:58:43.445Z Downloaded futures v0.3.32
2982026-07-30T03:58:43.448Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2992026-07-30T03:58:43.451Z Downloaded tokio-tungstenite v0.21.0
3002026-07-30T03:58:43.454Z Downloaded smallvec v1.15.1
3012026-07-30T03:58:43.457Z Downloaded progenitor v0.14.0
3022026-07-30T03:58:43.457Z Downloaded num-traits v0.2.19
3032026-07-30T03:58:43.461Z Downloaded rustls-platform-verifier v0.7.0
3042026-07-30T03:58:43.464Z Downloaded httparse v1.10.1
3052026-07-30T03:58:43.467Z Downloaded erased-serde v0.3.31
3062026-07-30T03:58:43.470Z Downloaded getrandom v0.2.17
3072026-07-30T03:58:43.473Z Downloaded serde_core v1.0.228
3082026-07-30T03:58:43.473Z Downloaded semver v1.0.28
3092026-07-30T03:58:43.476Z Downloaded schemars v0.8.22
3102026-07-30T03:58:43.480Z Downloaded writeable v0.6.3
3112026-07-30T03:58:43.484Z Downloaded allocator-api2 v0.2.21
3122026-07-30T03:58:43.484Z Downloaded socket2 v0.6.4
3132026-07-30T03:58:43.487Z Downloaded http-body-util v0.1.3
3142026-07-30T03:58:43.487Z Downloaded zerovec-derive v0.11.3
3152026-07-30T03:58:43.487Z Downloaded zeroize v1.8.2
3162026-07-30T03:58:43.493Z Downloaded time-macros v0.2.27
3172026-07-30T03:58:43.496Z Downloaded progenitor-impl v0.14.0
3182026-07-30T03:58:43.499Z Downloaded icu_properties v2.2.0
3192026-07-30T03:58:43.504Z Downloaded serde_yaml v0.9.34+deprecated
3202026-07-30T03:58:43.507Z Downloaded zmij v1.0.21
3212026-07-30T03:58:43.507Z Downloaded toml_parser v1.1.2+spec-1.1.0
3222026-07-30T03:58:43.507Z Downloaded tinyvec v1.11.0
3232026-07-30T03:58:43.510Z Downloaded tokio-rustls v0.26.4
3242026-07-30T03:58:43.510Z Downloaded tinystr v0.8.3
3252026-07-30T03:58:43.510Z Downloaded serde_derive v1.0.228
3262026-07-30T03:58:43.513Z Downloaded tracing-attributes v0.1.31
3272026-07-30T03:58:43.521Z Downloaded getrandom v0.4.2
3282026-07-30T03:58:43.525Z Downloaded xz2 v0.1.7
3292026-07-30T03:58:43.525Z Downloaded ryu v1.0.23
3302026-07-30T03:58:43.528Z Downloaded rand v0.8.6
3312026-07-30T03:58:43.528Z Downloaded term v1.2.1
3322026-07-30T03:58:43.532Z Downloaded icu_provider v2.2.0
3332026-07-30T03:58:43.532Z Downloaded tungstenite v0.21.0
3342026-07-30T03:58:43.535Z Downloaded toml v0.9.12+spec-1.1.0
3352026-07-30T03:58:43.536Z Downloaded prettyplease v0.2.37
3362026-07-30T03:58:43.539Z Downloaded proc-macro2 v1.0.106
3372026-07-30T03:58:43.542Z Downloaded icu_normalizer_data v2.2.0
3382026-07-30T03:58:43.542Z Downloaded anyhow v1.0.102
3392026-07-30T03:58:43.545Z Downloaded indicatif v0.18.4
3402026-07-30T03:58:43.545Z Downloaded rand v0.9.4
3412026-07-30T03:58:43.549Z Downloaded memchr v2.8.1
3422026-07-30T03:58:43.552Z Downloaded slog v2.8.2
3432026-07-30T03:58:43.552Z Downloaded clap v4.6.1
3442026-07-30T03:58:43.557Z Downloaded yoke v0.8.3
3452026-07-30T03:58:43.560Z Downloaded uuid v1.23.3
3462026-07-30T03:58:43.560Z Downloaded quinn v0.11.9
3472026-07-30T03:58:43.563Z Downloaded tracing-core v0.1.36
3482026-07-30T03:58:43.566Z Downloaded typify v0.6.2
3492026-07-30T03:58:43.566Z Downloaded unsafe-libyaml v0.2.11
3502026-07-30T03:58:43.569Z Downloaded serde v1.0.228
3512026-07-30T03:58:43.572Z Downloaded icu_locale_core v2.2.0
3522026-07-30T03:58:43.586Z Downloaded bytes v1.11.1
3532026-07-30T03:58:43.590Z Downloaded crossbeam-channel v0.5.15
3542026-07-30T03:58:43.593Z Downloaded arc-swap v1.9.1
3552026-07-30T03:58:43.598Z Downloaded toml_edit v0.25.12+spec-1.1.0
3562026-07-30T03:58:43.601Z Downloaded unicode-ident v1.0.24
3572026-07-30T03:58:43.607Z Downloaded mio v1.2.1
3582026-07-30T03:58:43.610Z Downloaded rustls-webpki v0.103.13
3592026-07-30T03:58:43.613Z Downloaded icu_collections v2.2.0
3602026-07-30T03:58:43.616Z Downloaded rand v0.10.1
3612026-07-30T03:58:43.642Z Downloaded http v1.4.1
3622026-07-30T03:58:43.648Z Downloaded url v2.5.8
3632026-07-30T03:58:43.651Z Downloaded ron v0.12.1
3642026-07-30T03:58:43.654Z Downloaded indexmap v2.14.0
3652026-07-30T03:58:43.658Z Downloaded cc v1.2.63
3662026-07-30T03:58:43.658Z Downloaded typenum v1.20.1
3672026-07-30T03:58:43.665Z Downloaded hyper-util v0.1.20
3682026-07-30T03:58:43.670Z Downloaded zerotrie v0.2.4
3692026-07-30T03:58:43.691Z Downloaded reqwest v0.12.28
3702026-07-30T03:58:43.696Z Downloaded regex v1.12.4
3712026-07-30T03:58:43.701Z Downloaded reqwest v0.13.4
3722026-07-30T03:58:43.705Z Downloaded serde_json v1.0.150
3732026-07-30T03:58:43.708Z Downloaded itertools v0.12.1
3742026-07-30T03:58:43.712Z Downloaded hyper v1.10.1
3752026-07-30T03:58:43.715Z Downloaded tokio-util v0.7.18
3762026-07-30T03:58:43.720Z Downloaded zerovec v0.11.6
3772026-07-30T03:58:43.724Z Downloaded tower v0.5.3
3782026-07-30T03:58:43.727Z Downloaded aws-lc-rs v1.17.3
3792026-07-30T03:58:43.731Z Downloaded portable-atomic v1.13.1
3802026-07-30T03:58:43.735Z Downloaded idna v1.1.0
3812026-07-30T03:58:43.738Z Downloaded tower-http v0.6.11
3822026-07-30T03:58:43.742Z Downloaded futures-util v0.3.32
3832026-07-30T03:58:43.748Z Downloaded hashbrown v0.17.1
3842026-07-30T03:58:43.751Z Downloaded hashbrown v0.16.1
3852026-07-30T03:58:43.754Z Downloaded clap_builder v4.6.0
3862026-07-30T03:58:43.758Z Downloaded winnow v1.0.3
3872026-07-30T03:58:43.762Z Downloaded winnow v0.7.15
3882026-07-30T03:58:43.776Z Downloaded time v0.3.47
3892026-07-30T03:58:43.782Z Downloaded chrono v0.4.45
3902026-07-30T03:58:43.795Z Downloaded syn v1.0.109
3912026-07-30T03:58:43.802Z Downloaded quinn-proto v0.11.14
3922026-07-30T03:58:43.807Z Downloaded unicode-width v0.2.2
3932026-07-30T03:58:43.844Z Downloaded typify-impl v0.6.2
3942026-07-30T03:58:43.851Z Downloaded tracing v0.1.44
3952026-07-30T03:58:43.863Z Downloaded zerocopy v0.8.50
3962026-07-30T03:58:43.876Z Downloaded syn v2.0.118
3972026-07-30T03:58:43.890Z Downloaded rustls v0.23.40
3982026-07-30T03:58:43.896Z Downloaded regex-syntax v0.8.11
3992026-07-30T03:58:43.904Z Downloaded regress v0.11.1
4002026-07-30T03:58:43.908Z Downloaded openapiv3 v2.2.0
4012026-07-30T03:58:44.006Z Downloaded regex-automata v0.4.14
4022026-07-30T03:58:44.053Z Downloaded lzma-sys v0.1.20
4032026-07-30T03:58:44.068Z Downloaded libc v0.2.186
4042026-07-30T03:58:44.086Z Downloaded tokio v1.52.3
4052026-07-30T03:58:44.152Z Downloaded ring v0.17.14
4062026-07-30T03:58:44.605Z Downloaded aws-lc-sys v0.43.0
4072026-07-30T03:58:44.812Z Compiling proc-macro2 v1.0.106
4082026-07-30T03:58:44.812Z Compiling unicode-ident v1.0.24
4092026-07-30T03:58:44.812Z Compiling quote v1.0.45
4102026-07-30T03:58:44.813Z Compiling libc v0.2.186
4112026-07-30T03:58:44.813Z Compiling cfg-if v1.0.4
4122026-07-30T03:58:44.820Z Compiling itoa v1.0.18
4132026-07-30T03:58:44.820Z Compiling serde_core v1.0.228
4142026-07-30T03:58:44.986Z Compiling memchr v2.8.1
4152026-07-30T03:58:45.043Z Compiling equivalent v1.0.2
4162026-07-30T03:58:45.112Z Compiling serde v1.0.228
4172026-07-30T03:58:45.122Z Compiling zmij v1.0.21
4182026-07-30T03:58:45.384Z Compiling autocfg v1.5.1
4192026-07-30T03:58:45.453Z Compiling version_check v0.9.5
4202026-07-30T03:58:45.466Z Compiling serde_json v1.0.150
4212026-07-30T03:58:45.660Z Compiling jobserver v0.1.35
4222026-07-30T03:58:45.672Z Compiling num-traits v0.2.19
4232026-07-30T03:58:45.720Z Compiling find-msvc-tools v0.1.9
4242026-07-30T03:58:45.741Z Compiling pin-project-lite v0.2.17
4252026-07-30T03:58:45.833Z Compiling stable_deref_trait v1.2.1
4262026-07-30T03:58:45.888Z Compiling smallvec v1.15.1
4272026-07-30T03:58:45.904Z Compiling bytes v1.11.1
4282026-07-30T03:58:45.953Z Compiling shlex v2.0.1
4292026-07-30T03:58:46.095Z Compiling cc v1.2.63
4302026-07-30T03:58:46.127Z Compiling syn v2.0.118
4312026-07-30T03:58:46.224Z Compiling pkg-config v0.3.33
4322026-07-30T03:58:46.303Z Compiling futures-core v0.3.32
4332026-07-30T03:58:46.526Z Compiling parking_lot_core v0.9.12
4342026-07-30T03:58:46.947Z Compiling hashbrown v0.17.1
4352026-07-30T03:58:46.963Z Compiling http v1.4.1
4362026-07-30T03:58:46.963Z Compiling socket2 v0.6.4
4372026-07-30T03:58:46.963Z Compiling rustversion v1.0.22
4382026-07-30T03:58:47.106Z Compiling futures-sink v0.3.32
4392026-07-30T03:58:47.157Z Compiling schemars v0.8.22
4402026-07-30T03:58:47.206Z Compiling scopeguard v1.2.0
4412026-07-30T03:58:47.308Z Compiling cmake v0.1.58
4422026-07-30T03:58:47.336Z Compiling lock_api v0.4.14
4432026-07-30T03:58:47.447Z Compiling errno v0.3.14
4442026-07-30T03:58:47.458Z Compiling writeable v0.6.3
4452026-07-30T03:58:47.562Z Compiling getrandom v0.4.2
4462026-07-30T03:58:47.601Z Compiling dyn-clone v1.0.20
4472026-07-30T03:58:47.649Z Compiling dunce v1.0.5
4482026-07-30T03:58:47.649Z Compiling litemap v0.8.2
4492026-07-30T03:58:47.668Z Compiling thiserror v2.0.18
4502026-07-30T03:58:47.739Z Compiling rand_core v0.10.1
4512026-07-30T03:58:47.743Z Compiling once_cell v1.21.4
4522026-07-30T03:58:47.758Z Compiling fs_extra v1.3.0
4532026-07-30T03:58:47.783Z Compiling signal-hook-registry v1.4.8
4542026-07-30T03:58:47.849Z Compiling parking_lot v0.12.5
4552026-07-30T03:58:47.903Z Compiling futures-channel v0.3.32
4562026-07-30T03:58:47.958Z Compiling mio v1.2.1
4572026-07-30T03:58:48.018Z Compiling aws-lc-sys v0.43.0
4582026-07-30T03:58:48.088Z Compiling winnow v1.0.3
4592026-07-30T03:58:48.133Z Compiling icu_normalizer_data v2.2.0
4602026-07-30T03:58:48.203Z Compiling icu_properties_data v2.2.0
4612026-07-30T03:58:48.269Z Compiling utf8_iter v1.0.4
4622026-07-30T03:58:48.442Z Compiling indexmap v2.14.0
4632026-07-30T03:58:48.454Z Compiling percent-encoding v2.3.2
4642026-07-30T03:58:48.475Z Compiling futures-io v0.3.32
4652026-07-30T03:58:48.487Z Compiling foldhash v0.2.0
4662026-07-30T03:58:48.585Z Compiling log v0.4.32
4672026-07-30T03:58:48.638Z Compiling allocator-api2 v0.2.21
4682026-07-30T03:58:48.654Z Compiling slab v0.4.12
4692026-07-30T03:58:48.664Z Compiling futures-task v0.3.32
4702026-07-30T03:58:48.907Z Compiling httparse v1.10.1
4712026-07-30T03:58:48.955Z Compiling hashbrown v0.16.1
4722026-07-30T03:58:48.974Z Compiling heck v0.5.0
4732026-07-30T03:58:49.127Z Compiling synstructure v0.13.2
4742026-07-30T03:58:49.207Z Compiling serde_derive_internals v0.29.1
4752026-07-30T03:58:49.258Z Compiling aws-lc-rs v1.17.3
4762026-07-30T03:58:49.261Z Compiling zeroize v1.8.2
4772026-07-30T03:58:49.445Z Compiling iana-time-zone v0.1.65
4782026-07-30T03:58:49.558Z Compiling chrono v0.4.45
4792026-07-30T03:58:49.610Z Compiling toml_parser v1.1.2+spec-1.1.0
4802026-07-30T03:58:49.673Z Compiling syn v1.0.109
4812026-07-30T03:58:50.013Z Compiling rustls-pki-types v1.14.1
4822026-07-30T03:58:50.072Z Compiling form_urlencoded v1.2.2
4832026-07-30T03:58:50.167Z Compiling tracing-core v0.1.36
4842026-07-30T03:58:50.200Z Compiling http-body v1.0.1
4852026-07-30T03:58:50.290Z Compiling serde_derive v1.0.228
4862026-07-30T03:58:50.342Z Compiling zerofrom-derive v0.1.7
4872026-07-30T03:58:50.498Z Compiling yoke-derive v0.8.2
4882026-07-30T03:58:50.756Z Compiling zerovec-derive v0.11.3
4892026-07-30T03:58:50.775Z Compiling displaydoc v0.2.6
4902026-07-30T03:58:51.022Z Compiling schemars_derive v0.8.22
4912026-07-30T03:58:51.032Z Compiling thiserror-impl v2.0.18
4922026-07-30T03:58:51.524Z Compiling zerofrom v0.1.8
4932026-07-30T03:58:51.562Z Compiling tokio-macros v2.7.0
4942026-07-30T03:58:51.565Z Compiling futures-macro v0.3.32
4952026-07-30T03:58:51.641Z Compiling yoke v0.8.3
4962026-07-30T03:58:51.827Z Compiling zerotrie v0.2.4
4972026-07-30T03:58:51.839Z Compiling zerovec v0.11.6
4982026-07-30T03:58:52.119Z Compiling tracing-attributes v0.1.31
4992026-07-30T03:58:52.193Z Compiling generic-array v0.14.7
5002026-07-30T03:58:52.339Z Compiling tokio v1.52.3
5012026-07-30T03:58:52.390Z Compiling tinystr v0.8.3
5022026-07-30T03:58:52.418Z Compiling potential_utf v0.1.5
5032026-07-30T03:58:52.429Z Compiling futures-util v0.3.32
5042026-07-30T03:58:52.439Z Compiling uuid v1.23.3
5052026-07-30T03:58:52.583Z Compiling icu_locale_core v2.2.0
5062026-07-30T03:58:52.595Z Compiling icu_collections v2.2.0
5072026-07-30T03:58:52.717Z Compiling regex-syntax v0.8.11
5082026-07-30T03:58:53.364Z Compiling icu_provider v2.2.0
5092026-07-30T03:58:53.520Z Compiling thiserror v1.0.69
5102026-07-30T03:58:53.618Z Compiling icu_properties v2.2.0
5112026-07-30T03:58:53.675Z Compiling icu_normalizer v2.2.0
5122026-07-30T03:58:53.693Z Compiling zerocopy v0.8.50
5132026-07-30T03:58:54.111Z Compiling tracing v0.1.44
5142026-07-30T03:58:54.297Z Compiling thiserror-impl v1.0.69
5152026-07-30T03:58:54.761Z Compiling idna_adapter v1.2.2
5162026-07-30T03:58:54.785Z Compiling regress v0.11.1
5172026-07-30T03:58:54.895Z Compiling idna v1.1.0
5182026-07-30T03:58:55.464Z Compiling semver v1.0.28
5192026-07-30T03:58:55.631Z Compiling base64 v0.22.1
5202026-07-30T03:58:55.656Z Compiling untrusted v0.9.0
5212026-07-30T03:58:55.738Z Compiling typenum v1.20.1
5222026-07-30T03:58:55.775Z Compiling tower-service v0.3.3
5232026-07-30T03:58:55.786Z Compiling rustls v0.23.40
5242026-07-30T03:58:55.869Z Compiling try-lock v0.2.5
5252026-07-30T03:58:55.959Z Compiling want v0.3.1
5262026-07-30T03:58:56.087Z Compiling url v2.5.8
5272026-07-30T03:58:56.869Z Compiling typify-impl v0.6.2
5282026-07-30T03:58:56.902Z Compiling serde_tokenstream v0.2.3
5292026-07-30T03:58:57.187Z Compiling slog v2.8.2
5302026-07-30T03:58:57.437Z Compiling proc-macro-error-attr v1.0.4
5312026-07-30T03:58:57.485Z Compiling ryu v1.0.23
5322026-07-30T03:58:57.659Z Compiling atomic-waker v1.1.2
5332026-07-30T03:58:57.671Z Compiling subtle v2.6.1
5342026-07-30T03:58:57.746Z Compiling hyper v1.10.1
5352026-07-30T03:58:57.788Z Compiling erased-serde v0.3.31
5362026-07-30T03:58:57.824Z Compiling bitflags v2.13.0
5372026-07-30T03:58:58.061Z Compiling sync_wrapper v1.0.2
5382026-07-30T03:58:58.171Z Compiling proc-macro-error v1.0.4
5392026-07-30T03:58:58.295Z Compiling tower-layer v0.3.3
5402026-07-30T03:58:58.401Z Compiling ipnet v2.12.0
5412026-07-30T03:58:58.442Z Compiling toml_datetime v1.1.1+spec-1.1.0
5422026-07-30T03:58:58.460Z Compiling tower v0.5.3
5432026-07-30T03:58:58.668Z Compiling hyper-util v0.1.20
5442026-07-30T03:58:58.813Z Compiling toml_edit v0.25.12+spec-1.1.0
5452026-07-30T03:58:58.928Z Compiling ppv-lite86 v0.2.21
5462026-07-30T03:58:59.029Z Compiling block-buffer v0.10.4
5472026-07-30T03:58:59.161Z Compiling crypto-common v0.1.7
5482026-07-30T03:58:59.236Z Compiling aho-corasick v1.1.4
5492026-07-30T03:58:59.284Z Compiling getrandom v0.2.17
5502026-07-30T03:58:59.449Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5512026-07-30T03:58:59.471Z Compiling openssl-probe v0.2.1
5522026-07-30T03:58:59.659Z Compiling getrandom v0.3.4
5532026-07-30T03:58:59.699Z Compiling rustls-native-certs v0.8.4
5542026-07-30T03:58:59.973Z Compiling rand_core v0.6.4
5552026-07-30T03:59:00.001Z Compiling proc-macro-crate v3.5.0
5562026-07-30T03:59:00.040Z Compiling digest v0.10.7
5572026-07-30T03:59:00.067Z Compiling regex-automata v0.4.14
5582026-07-30T03:59:00.236Z Compiling tower-http v0.6.11
5592026-07-30T03:59:00.527Z Compiling serde_urlencoded v0.7.1
5602026-07-30T03:59:00.650Z Compiling http-body-util v0.1.3
5612026-07-30T03:59:01.270Z Compiling crossbeam-utils v0.8.21
5622026-07-30T03:59:01.313Z Compiling cpufeatures v0.2.17
5632026-07-30T03:59:01.941Z Compiling winnow v0.7.15
5642026-07-30T03:59:01.998Z Compiling heck v0.4.1
5652026-07-30T03:59:01.998Z Compiling toml_writer v1.1.1+spec-1.1.0
5662026-07-30T03:59:02.132Z Compiling crucible-workspace-hack v0.1.0
5672026-07-30T03:59:02.398Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5682026-07-30T03:59:02.643Z Compiling regex v1.12.4
5692026-07-30T03:59:03.248Z Compiling typify-macro v0.6.2
5702026-07-30T03:59:03.582Z Compiling num_enum_derive v0.7.6
5712026-07-30T03:59:03.598Z Compiling rand_chacha v0.3.1
5722026-07-30T03:59:03.834Z Compiling tokio-util v0.7.18
5732026-07-30T03:59:04.050Z Compiling openapiv3 v2.2.0
5742026-07-30T03:59:04.305Z Compiling foreign-types-macros v0.2.3
5752026-07-30T03:59:04.709Z Compiling toml_datetime v0.7.5+spec-1.1.0
5762026-07-30T03:59:04.739Z Compiling serde_spanned v1.1.1
5772026-07-30T03:59:04.889Z Compiling powerfmt v0.2.0
5782026-07-30T03:59:04.941Z Compiling either v1.16.0
5792026-07-30T03:59:05.012Z Compiling foreign-types-shared v0.3.1
5802026-07-30T03:59:05.100Z Compiling anyhow v1.0.102
5812026-07-30T03:59:05.109Z Compiling num-conv v0.2.2
5822026-07-30T03:59:05.151Z Compiling cpufeatures v0.3.0
5832026-07-30T03:59:05.228Z Compiling time-core v0.1.8
5842026-07-30T03:59:05.255Z Compiling utf8parse v0.2.2
5852026-07-30T03:59:05.258Z Compiling prettyplease v0.2.37
5862026-07-30T03:59:05.328Z Compiling typify v0.6.2
5872026-07-30T03:59:05.358Z Compiling unsafe-libyaml v0.2.11
5882026-07-30T03:59:05.358Z Compiling time-macros v0.2.27
5892026-07-30T03:59:05.410Z Compiling anstyle-parse v1.0.0
5902026-07-30T03:59:05.503Z Compiling progenitor-impl v0.14.0
5912026-07-30T03:59:05.731Z Compiling chacha20 v0.10.0
5922026-07-30T03:59:05.734Z Compiling itertools v0.12.1
5932026-07-30T03:59:05.876Z Compiling serde_yaml v0.9.34+deprecated
5942026-07-30T03:59:06.037Z Compiling foreign-types v0.5.0
5952026-07-30T03:59:06.113Z Compiling deranged v0.5.8
5962026-07-30T03:59:06.391Z Compiling toml v0.9.12+spec-1.1.0
5972026-07-30T03:59:06.900Z Compiling num_enum v0.7.6
5982026-07-30T03:59:07.015Z Compiling rand v0.8.6
5992026-07-30T03:59:07.086Z Compiling rand_core v0.9.5
6002026-07-30T03:59:07.357Z Compiling sha1 v0.10.6
6012026-07-30T03:59:07.576Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6022026-07-30T03:59:07.585Z Compiling arc-swap v1.9.1
6032026-07-30T03:59:07.698Z Compiling lzma-sys v0.1.20
6042026-07-30T03:59:07.727Z Compiling cstr-argument v0.1.2
6052026-07-30T03:59:07.877Z Compiling thread_local v1.1.9
6062026-07-30T03:59:07.899Z Compiling utf-8 v0.7.6
6072026-07-30T03:59:07.958Z Compiling portable-atomic v1.13.1
6082026-07-30T03:59:08.084Z Compiling lazy_static v1.5.0
6092026-07-30T03:59:08.094Z Compiling data-encoding v2.11.0
6102026-07-30T03:59:08.106Z Compiling pretty-hex v0.4.2
6112026-07-30T03:59:08.158Z Compiling colorchoice v1.0.5
6122026-07-30T03:59:08.182Z Compiling slog-async v2.8.0
6132026-07-30T03:59:08.244Z Compiling anstyle-query v1.1.5
6142026-07-30T03:59:08.275Z Compiling anstyle v1.0.14
6152026-07-30T03:59:08.353Z Compiling typeid v1.0.3
6162026-07-30T03:59:08.416Z Compiling is_terminal_polyfill v1.70.2
6172026-07-30T03:59:08.475Z Compiling unicode-width v0.2.2
6182026-07-30T03:59:08.502Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
6192026-07-30T03:59:08.514Z Compiling byteorder v1.5.0
6202026-07-30T03:59:08.688Z Compiling anstream v1.0.0
6212026-07-30T03:59:08.737Z Compiling tungstenite v0.21.0
6222026-07-30T03:59:08.791Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
6232026-07-30T03:59:08.805Z Compiling slog-scope v4.4.1
6242026-07-30T03:59:08.974Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6252026-07-30T03:59:08.988Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6262026-07-30T03:59:09.017Z Compiling crossbeam-channel v0.5.15
6272026-07-30T03:59:09.070Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
6282026-07-30T03:59:09.091Z Compiling rand_chacha v0.9.0
6292026-07-30T03:59:09.135Z Compiling progenitor-macro v0.14.0
6302026-07-30T03:59:09.374Z Compiling cargo_toml v0.22.3
6312026-07-30T03:59:09.504Z Compiling time v0.3.47
6322026-07-30T03:59:09.528Z Compiling rand v0.10.1
6332026-07-30T03:59:10.068Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
6342026-07-30T03:59:10.201Z Compiling futures-executor v0.3.32
6352026-07-30T03:59:10.373Z Compiling is-terminal v0.4.17
6362026-07-30T03:59:10.459Z Compiling colored v3.1.1
6372026-07-30T03:59:10.470Z Compiling camino v1.2.3
6382026-07-30T03:59:10.483Z Compiling strsim v0.11.1
6392026-07-30T03:59:10.562Z Compiling term v1.2.1
6402026-07-30T03:59:10.791Z Compiling oxnet v0.1.6
6412026-07-30T03:59:10.843Z Compiling clap_lex v1.1.0
6422026-07-30T03:59:10.870Z Compiling take_mut v0.2.2
6432026-07-30T03:59:11.068Z Compiling clap_builder v4.6.0
6442026-07-30T03:59:11.274Z Compiling slog-term v2.9.2
6452026-07-30T03:59:11.569Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6462026-07-30T03:59:11.657Z Compiling futures v0.3.32
6472026-07-30T03:59:11.737Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
6482026-07-30T03:59:11.860Z Compiling rand v0.9.4
6492026-07-30T03:59:12.478Z Compiling tokio-tungstenite v0.21.0
6502026-07-30T03:59:12.635Z Compiling slog-stdlog v4.1.1
6512026-07-30T03:59:12.784Z Compiling console v0.16.3
6522026-07-30T03:59:12.842Z Compiling zone_cfg_derive v0.3.1
6532026-07-30T03:59:12.901Z Compiling clap_derive v4.6.1
6542026-07-30T03:59:13.200Z Compiling async-trait v0.1.89
6552026-07-30T03:59:13.996Z Compiling base64 v0.21.7
6562026-07-30T03:59:14.158Z Compiling unit-prefix v0.5.2
6572026-07-30T03:59:14.306Z Compiling indicatif v0.18.4
6582026-07-30T03:59:14.325Z Compiling zone v0.3.1
6592026-07-30T03:59:14.450Z Compiling ron v0.12.1
6602026-07-30T03:59:14.585Z Compiling clap v4.6.1
6612026-07-30T03:59:14.662Z Compiling slog-envlogger v2.2.0
6622026-07-30T03:59:14.776Z Compiling xz2 v0.1.7
6632026-07-30T03:59:14.991Z Compiling tabwriter v1.4.1
6642026-07-30T03:59:15.010Z Compiling sha2 v0.10.9
6652026-07-30T03:59:15.060Z Compiling reqwest v0.12.28
6662026-07-30T03:59:15.228Z Compiling smf v0.2.3
6672026-07-30T03:59:15.319Z Compiling base16ct v1.0.0
6682026-07-30T03:59:15.360Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6692026-07-30T03:59:16.053Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6702026-07-30T03:59:16.436Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6712026-07-30T03:59:19.967Z Compiling rustls-webpki v0.103.13
6722026-07-30T03:59:22.605Z Compiling tokio-rustls v0.26.4
6732026-07-30T03:59:22.605Z Compiling rustls-platform-verifier v0.7.0
6742026-07-30T03:59:22.787Z Compiling hyper-rustls v0.27.9
6752026-07-30T03:59:22.946Z Compiling reqwest v0.13.4
6762026-07-30T03:59:23.850Z Compiling progenitor-client v0.14.0
6772026-07-30T03:59:24.035Z Compiling progenitor v0.14.0
6782026-07-30T03:59:24.116Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
6792026-07-30T03:59:27.351Zerror[E0308]: mismatched types
6802026-07-30T03:59:27.351Z --> lib/src/lib.rs:1793:9
6812026-07-30T03:59:27.351Z |
6822026-07-30T03:59:27.351Z1791 | let client = propolis_client::Client::new_with_client(
6832026-07-30T03:59:27.351Z | ---------------------------------------- arguments to this function are incorrect
6842026-07-30T03:59:27.351Z1792 | &format!("http://{}", sockaddr),
6852026-07-30T03:59:27.351Z1793 | reqwest_client,
6862026-07-30T03:59:27.351Z | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client`
6872026-07-30T03:59:27.351Z |
6882026-07-30T03:59:27.351Znote: there are multiple different versions of crate `reqwest` in the dependency graph
6892026-07-30T03:59:27.351Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/async_impl/client.rs:93:1
6902026-07-30T03:59:27.351Z |
6912026-07-30T03:59:27.351Z 93 | pub struct Client {
6922026-07-30T03:59:27.351Z | ^^^^^^^^^^^^^^^^^ this is the expected type
6932026-07-30T03:59:27.351Z |
6942026-07-30T03:59:27.351Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
6952026-07-30T03:59:27.351Z |
6962026-07-30T03:59:27.351Z 93 | pub struct Client {
6972026-07-30T03:59:27.351Z | ----------------- this is the found type
6982026-07-30T03:59:27.351Z = help: you can use `cargo tree` to explore your dependency tree
6992026-07-30T03:59:27.351Znote: associated function defined here
7002026-07-30T03:59:27.351Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs:44:1
7012026-07-30T03:59:27.351Z |
7022026-07-30T03:59:27.351Z 44 | / progenitor::generate_api!(
7032026-07-30T03:59:27.351Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7042026-07-30T03:59:27.351Z 46 | | interface = Builder,
7052026-07-30T03:59:27.351Z 47 | | tags = Separate,
7062026-07-30T03:59:27.351Z... |
7072026-07-30T03:59:27.351Z 70 | | );
7082026-07-30T03:59:27.351Z | |_^
7092026-07-30T03:59:27.352Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7102026-07-30T03:59:27.352Z
7112026-07-30T03:59:27.356Zerror[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)`
7122026-07-30T03:59:27.356Z --> lib/src/lib.rs:1830:18
7132026-07-30T03:59:27.356Z |
7142026-07-30T03:59:27.356Z1830 | .collect()
7152026-07-30T03:59:27.356Z | ^^^^^^^ 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)>`
7162026-07-30T03:59:27.356Z |
7172026-07-30T03:59:27.356Zhelp: the trait `FromIterator<(propolis_client::instance_spec::SpecKey, ComponentV0)>` is not implemented for `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>`
7182026-07-30T03:59:27.356Z but trait `FromIterator<(propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component)>` is implemented for it
7192026-07-30T03:59:27.356Z --> /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/alloc/src/collections/btree/map.rs:2518:0
7202026-07-30T03:59:27.356Z = help: for that trait implementation, expected `propolis_client::instance_spec::Component`, found `ComponentV0`
7212026-07-30T03:59:27.356Znote: the method call chain might not have had the expected associated types
7222026-07-30T03:59:27.356Z --> lib/src/lib.rs:1829:18
7232026-07-30T03:59:27.356Z |
7242026-07-30T03:59:27.356Z1827 | components
7252026-07-30T03:59:27.356Z | ---------- this expression has type `&BTreeMap<SpecKey, ComponentV0>`
7262026-07-30T03:59:27.356Z1828 | .iter()
7272026-07-30T03:59:27.356Z | ------ `Iterator::Item` is `(&SpecKey, &ComponentV0)` here
7282026-07-30T03:59:27.356Z1829 | .map(|(spec_key, comp)| (spec_key.clone(), comp.clone()))
7292026-07-30T03:59:27.356Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Iterator::Item` changed to `(SpecKey, ComponentV0)` here
7302026-07-30T03:59:27.356Znote: required by a bound in `std::iter::Iterator::collect`
7312026-07-30T03:59:27.356Z --> /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/core/src/iter/traits/iterator.rs:2079:4
7322026-07-30T03:59:27.357Z
7332026-07-30T03:59:27.357Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7342026-07-30T03:59:27.357Z --> lib/src/lib.rs:1849:40
7352026-07-30T03:59:27.357Z |
7362026-07-30T03:59:27.357Z1849 | match client.instance_ensure().body(&req).send().await {
7372026-07-30T03:59:27.357Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7382026-07-30T03:59:27.357Z |
7392026-07-30T03:59:27.357Zhelp: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7402026-07-30T03:59:27.357Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7412026-07-30T03:59:27.357Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs:44:1
7422026-07-30T03:59:27.358Z |
7432026-07-30T03:59:27.358Z 44 | / progenitor::generate_api!(
7442026-07-30T03:59:27.358Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7452026-07-30T03:59:27.358Z 46 | | interface = Builder,
7462026-07-30T03:59:27.358Z 47 | | tags = Separate,
7472026-07-30T03:59:27.358Z... |
7482026-07-30T03:59:27.358Z 70 | | );
7492026-07-30T03:59:27.358Z | |_^
7502026-07-30T03:59:27.358Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7512026-07-30T03:59:27.358Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7522026-07-30T03:59:27.358Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7532026-07-30T03:59:27.358Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-dbc9b9e7e3ef21d9.long-type-8428060444505758550.txt'
7542026-07-30T03:59:27.358Z = note: consider using `--verbose` to print the full type name to the console
7552026-07-30T03:59:27.358Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7562026-07-30T03:59:27.358Z
7572026-07-30T03:59:27.358Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7582026-07-30T03:59:27.358Z --> lib/src/lib.rs:1871:34
7592026-07-30T03:59:27.358Z |
7602026-07-30T03:59:27.358Z1871 | client.instance_ensure().body(&req).send().await?;
7612026-07-30T03:59:27.358Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7622026-07-30T03:59:27.358Z |
7632026-07-30T03:59:27.358Zhelp: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7642026-07-30T03:59:27.358Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7652026-07-30T03:59:27.358Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs:44:1
7662026-07-30T03:59:27.358Z |
7672026-07-30T03:59:27.358Z 44 | / progenitor::generate_api!(
7682026-07-30T03:59:27.358Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7692026-07-30T03:59:27.358Z 46 | | interface = Builder,
7702026-07-30T03:59:27.358Z 47 | | tags = Separate,
7712026-07-30T03:59:27.358Z... |
7722026-07-30T03:59:27.358Z 70 | | );
7732026-07-30T03:59:27.358Z | |_^
7742026-07-30T03:59:27.358Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7752026-07-30T03:59:27.358Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7762026-07-30T03:59:27.358Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7772026-07-30T03:59:27.358Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-dbc9b9e7e3ef21d9.long-type-894034042591093834.txt'
7782026-07-30T03:59:27.358Z = note: consider using `--verbose` to print the full type name to the console
7792026-07-30T03:59:27.358Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7802026-07-30T03:59:27.359Z
7812026-07-30T03:59:27.359Zerror[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope
7822026-07-30T03:59:27.359Z --> lib/src/lib.rs:2025:31
7832026-07-30T03:59:27.359Z |
7842026-07-30T03:59:27.359Z2025 | let mut stream = response.bytes_stream();
7852026-07-30T03:59:27.359Z | ^^^^^^^^^^^^ method not found in `reqwest::Response`
7862026-07-30T03:59:27.359Z
7872026-07-30T03:59:27.359ZSome errors have detailed explanations: E0277, E0308, E0599.
7882026-07-30T03:59:27.359ZFor more information about an error, try `rustc --explain E0277`.
7892026-07-30T03:59:27.359Zerror: could not compile `libfalcon` (lib) due to 5 previous errors
7902026-07-30T03:59:27.359Z
7912026-07-30T03:59:27.359Zreal 49.719942122
7922026-07-30T03:59:27.359Zuser 3:27.970485206
7932026-07-30T03:59:27.359Zsys 41.429040182
7942026-07-30T03:59:27.359Ztrap 0.123425488
7952026-07-30T03:59:27.359Ztflt 0.327944907
7962026-07-30T03:59:27.359Zdflt 0.284235377
7972026-07-30T03:59:27.359Zkflt 0.009519801
7982026-07-30T03:59:27.359Zlock 12:44.188120515
7992026-07-30T03:59:27.359Zslp 11:23.277187615
8002026-07-30T03:59:27.359Zlat 12.785887420
8012026-07-30T03:59:27.359Zstop 42.958277927
8022026-07-30T03:59:27.359Zprocess exited: duration 67480 ms, exit code 101
 
8032026-07-30T03:59:27.366Zfound 0 output files