01KT8DSBYS9DWTZF964HMT6PDT: build-and-test

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

Buildomat Job: 01KT8DSY3Z1H9AQSDMW0QK4E67

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T04:21:46.258Zjob assigned to worker 01KT8DT1J7JBSME1571X525MY2 [factory aws, i-0abb5e727a60a5be0] (queued for 45 s)
 
22026-06-04T04:21:53.547Zstarting task 0: "setup"
32026-06-04T04:21:53.551Z++ uname -s
42026-06-04T04:21:53.554Z+ kern=SunOS
52026-06-04T04:21:53.554Z+ build_user=build
62026-06-04T04:21:53.554Z+ build_uid=12345
72026-06-04T04:21:53.554Z+ work_dir=/work
82026-06-04T04:21:53.555Z+ input_dir=/input
92026-06-04T04:21:53.555Z+ [[ 0 == 12345 ]]
102026-06-04T04:21:53.555Z+ case "$kern" in
112026-06-04T04:21:53.555Z+ groupadd -g 12345 build
122026-06-04T04:21:53.557Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T04:21:55.561Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T04:21:55.619Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T04:21:55.622Z+ home_fs=zfs
162026-06-04T04:21:55.622Z+ [[ zfs == autofs ]]
172026-06-04T04:21:55.622Z+ mkdir -p /home/build
182026-06-04T04:21:55.622Z+ chown build:build /home/build /work
192026-06-04T04:21:57.624Z+ chmod 0700 /home/build /work
202026-06-04T04:21:57.627Zprocess exited: duration 4080 ms, exit code 0
 
212026-06-04T04:21:57.632Zstarting task 1: "rust-toolchain"
222026-06-04T04:21:57.636Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-04T04:21:57.637Z * rust toolchain channel = "stable"
242026-06-04T04:21:57.637Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-04T04:21:57.637Z * rust toolchain profile = "default"
262026-06-04T04:21:57.637Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T04:21:57.637Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T04:21:57.640Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T04:21:57.640Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-04T04:21:57.712Zinfo: downloading installer
312026-06-04T04:21:59.055Zwarn: It looks like you have an existing installation of Rust at:
322026-06-04T04:21:59.055Zwarn: /opt/ooce/bin
332026-06-04T04:21:59.055Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-04T04:21:59.055Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-04T04:21:59.055Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-04T04:21:59.055Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-04T04:21:59.055Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-04T04:21:59.055Zerror: cannot install while Rust is installed
392026-06-04T04:21:59.055Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-04T04:21:59.058Zwarn: It looks like you have an existing rustup settings file at:
412026-06-04T04:21:59.058Zwarn: /home/build/.rustup/settings.toml
422026-06-04T04:21:59.058Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-04T04:21:59.058Zwarn: instead of the one inferred from the default host triple.
442026-06-04T04:21:59.069Zinfo: profile set to default
452026-06-04T04:21:59.069Zinfo: default host triple is x86_64-unknown-illumos
462026-06-04T04:21:59.072Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-04T04:21:59.215Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-04T04:21:59.218Zinfo: downloading 6 components
492026-06-04T04:22:13.761Z
502026-06-04T04:22:13.761Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-04T04:22:13.795Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-04T04:22:13.795Z
532026-06-04T04:22:13.795Z
542026-06-04T04:22:13.795ZRust is installed now. Great!
552026-06-04T04:22:13.795Z
562026-06-04T04:22:13.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-04T04:22:13.795Zenvironment variable. This has not been done automatically.
582026-06-04T04:22:13.795Z
592026-06-04T04:22:13.795ZTo configure your current shell, you need to source
602026-06-04T04:22:13.795Zthe corresponding env file under $HOME/.cargo.
612026-06-04T04:22:13.795Z
622026-06-04T04:22:13.795ZThis is usually done by running one of the following (note the leading DOT):
632026-06-04T04:22:13.795Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-04T04:22:13.796Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-04T04:22:13.796Zsource "~/.cargo/env.nu" # For nushell
662026-06-04T04:22:13.796Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-04T04:22:13.796Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-04T04:22:13.796Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-04T04:22:13.799Zwarn: no default linker (`cc`) was found in your PATH
702026-06-04T04:22:13.799Zwarn: many Rust crates require a system C toolchain to build
712026-06-04T04:22:13.881Z+ rustup --version
722026-06-04T04:22:13.890Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-04T04:22:13.893Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-04T04:22:13.912Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-04T04:22:13.915Z+ cargo --version
762026-06-04T04:22:13.927Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-04T04:22:13.930Z+ rustc --version
782026-06-04T04:22:13.949Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-04T04:22:13.952Zprocess exited: duration 16317 ms, exit code 0
 
802026-06-04T04:22:13.959Zstarting task 2: "authentication"
812026-06-04T04:22:13.975Zprocess exited: duration 16 ms, exit code 0
 
822026-06-04T04:22:13.983Zstarting task 3: "clone repository"
832026-06-04T04:22:13.986Z+ mkdir -p /work/oxidecomputer/falcon
842026-06-04T04:22:13.989Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-06-04T04:22:14.095ZCloning into '/work/oxidecomputer/falcon'...
862026-06-04T04:22:14.915Z+ cd /work/oxidecomputer/falcon
872026-06-04T04:22:14.915Z+ git fetch origin aac693731e84acec75fd467e36e1a581bae1d479
882026-06-04T04:22:15.136ZFrom https://github.com/oxidecomputer/falcon
892026-06-04T04:22:15.136Z * branch aac693731e84acec75fd467e36e1a581bae1d479 -> FETCH_HEAD
902026-06-04T04:22:15.143Z+ [[ -n renovate/propolis-client-digest ]]
912026-06-04T04:22:15.147Z++ git branch --show-current
922026-06-04T04:22:15.147Z+ current=main
932026-06-04T04:22:15.147Z+ [[ main != renovate/propolis-client-digest ]]
942026-06-04T04:22:15.147Z+ git branch -f renovate/propolis-client-digest aac693731e84acec75fd467e36e1a581bae1d479
952026-06-04T04:22:15.150Z+ git checkout -f renovate/propolis-client-digest
962026-06-04T04:22:15.212ZSwitched to branch 'renovate/propolis-client-digest'
972026-06-04T04:22:15.215Z+ git reset --hard aac693731e84acec75fd467e36e1a581bae1d479
982026-06-04T04:22:15.276ZHEAD is now at aac6937 Update propolis-client digest to f0e52fe
992026-06-04T04:22:15.279Zprocess exited: duration 1295 ms, exit code 0
 
1002026-06-04T04:22:15.285Zstarting task 4: "build"
1012026-06-04T04:22:15.289Z+ cargo --version
1022026-06-04T04:22:15.295Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
1032026-06-04T04:22:15.452Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
1042026-06-04T04:22:15.455Zinfo: downloading 6 components
1052026-06-04T04:22:29.977Zcargo 1.96.0 (30a34c682 2026-05-25)
1062026-06-04T04:22:29.980Z+ rustc --version
1072026-06-04T04:22:30.046Zrustc 1.96.0 (ac68faa20 2026-05-25)
1082026-06-04T04:22:30.052Z+ banner build
1092026-06-04T04:22:30.052Z
1102026-06-04T04:22:30.052Z ##### # # # # #####
1112026-06-04T04:22:30.052Z # # # # # # # #
1122026-06-04T04:22:30.052Z ##### # # # # # #
1132026-06-04T04:22:30.052Z # # # # # # # #
1142026-06-04T04:22:30.052Z # # # # # # # #
1152026-06-04T04:22:30.052Z ##### #### # ###### #####
1162026-06-04T04:22:30.052Z
1172026-06-04T04:22:30.052Z+ ptime -m cargo build --all
1182026-06-04T04:22:30.101Z Updating crates.io index
1192026-06-04T04:22:30.104Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-06-04T04:22:30.447ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-06-04T04:22:30.447Z * [new ref] 201992c327b69211c29f097cc767dc2801315fa3 -> refs/commit/201992c327b69211c29f097cc767dc2801315fa3
1222026-06-04T04:22:30.455Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-06-04T04:22:31.170ZFrom https://github.com/oxidecomputer/propolis
1242026-06-04T04:22:31.170Z * [new ref] f0e52fe05143b415e439ecd234b90ac73739e066 -> refs/commit/f0e52fe05143b415e439ecd234b90ac73739e066
1252026-06-04T04:22:31.218Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-04T04:22:31.471ZFrom https://github.com/oxidecomputer/zone
1272026-06-04T04:22:31.471Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-06-04T04:22:31.478Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-06-04T04:22:31.744ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-06-04T04:22:31.744Z * [new ref] 37a4abfd821ac5adaee280e112997fe169cc9902 -> refs/commit/37a4abfd821ac5adaee280e112997fe169cc9902
1312026-06-04T04:22:31.753Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-06-04T04:22:32.026ZFrom https://github.com/jmesmon/rust-libzfs
1332026-06-04T04:22:32.026Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-06-04T04:22:32.033Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-06-04T04:22:32.306ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-06-04T04:22:32.306Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-06-04T04:22:32.314Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-06-04T04:22:33.725ZFrom https://github.com/oxidecomputer/crucible
1392026-06-04T04:22:33.725Z * [new ref] e7af674f27ed04ce27739edee96829f7d7d5e6c0 -> refs/commit/e7af674f27ed04ce27739edee96829f7d7d5e6c0
1402026-06-04T04:22:36.080Z Downloading crates ...
1412026-06-04T04:22:36.158Z Downloaded cfg_aliases v0.2.1
1422026-06-04T04:22:36.165Z Downloaded cstr-argument v0.1.2
1432026-06-04T04:22:36.168Z Downloaded base16ct v1.0.0
1442026-06-04T04:22:36.168Z Downloaded lazy_static v1.5.0
1452026-06-04T04:22:36.168Z Downloaded cargo_toml v0.22.3
1462026-06-04T04:22:36.171Z Downloaded byteorder v1.5.0
1472026-06-04T04:22:36.171Z Downloaded futures-core v0.3.32
1482026-06-04T04:22:36.176Z Downloaded lock_api v0.4.14
1492026-06-04T04:22:36.176Z Downloaded rand_core v0.6.4
1502026-06-04T04:22:36.180Z Downloaded lru-slab v0.1.2
1512026-06-04T04:22:36.180Z Downloaded foldhash v0.2.0
1522026-06-04T04:22:36.183Z Downloaded aho-corasick v1.1.4
1532026-06-04T04:22:36.183Z Downloaded thiserror v1.0.69
1542026-06-04T04:22:36.186Z Downloaded thread_local v1.1.9
1552026-06-04T04:22:36.189Z Downloaded stable_deref_trait v1.2.1
1562026-06-04T04:22:36.189Z Downloaded rand_chacha v0.3.1
1572026-06-04T04:22:36.189Z Downloaded openssl-probe v0.2.1
1582026-06-04T04:22:36.192Z Downloaded num-conv v0.2.2
1592026-06-04T04:22:36.192Z Downloaded powerfmt v0.2.0
1602026-06-04T04:22:36.192Z Downloaded is-terminal v0.4.17
1612026-06-04T04:22:36.195Z Downloaded potential_utf v0.1.5
1622026-06-04T04:22:36.195Z Downloaded anstyle v1.0.14
1632026-06-04T04:22:36.195Z Downloaded find-msvc-tools v0.1.9
1642026-06-04T04:22:36.198Z Downloaded pretty-hex v0.4.2
1652026-06-04T04:22:36.202Z Downloaded icu_provider v2.2.0
1662026-06-04T04:22:36.205Z Downloaded percent-encoding v2.3.2
1672026-06-04T04:22:36.205Z Downloaded bitflags v2.11.1
1682026-06-04T04:22:36.208Z Downloaded proc-macro-crate v3.5.0
1692026-06-04T04:22:36.210Z Downloaded equivalent v1.0.2
1702026-06-04T04:22:36.210Z Downloaded base64 v0.21.7
1712026-06-04T04:22:36.213Z Downloaded rand_core v0.9.5
1722026-06-04T04:22:36.213Z Downloaded num_enum_derive v0.7.6
1732026-06-04T04:22:36.216Z Downloaded futures-io v0.3.32
1742026-06-04T04:22:36.216Z Downloaded sha1 v0.10.6
1752026-06-04T04:22:36.219Z Downloaded crypto-common v0.1.7
1762026-06-04T04:22:36.219Z Downloaded progenitor-macro v0.14.0
1772026-06-04T04:22:36.219Z Downloaded itoa v1.0.18
1782026-06-04T04:22:36.222Z Downloaded sync_wrapper v1.0.2
1792026-06-04T04:22:36.222Z Downloaded serde_spanned v1.1.1
1802026-06-04T04:22:36.222Z Downloaded cpufeatures v0.3.0
1812026-06-04T04:22:36.224Z Downloaded http-body v1.0.1
1822026-06-04T04:22:36.224Z Downloaded async-trait v0.1.89
1832026-06-04T04:22:36.227Z Downloaded slog-envlogger v2.2.0
1842026-06-04T04:22:36.227Z Downloaded serde_urlencoded v0.7.1
1852026-06-04T04:22:36.284Z Downloaded iana-time-zone v0.1.65
1862026-06-04T04:22:36.284Z Downloaded clap_derive v4.6.1
1872026-06-04T04:22:36.284Z Downloaded subtle v2.6.1
1882026-06-04T04:22:36.284Z Downloaded rand_chacha v0.9.0
1892026-06-04T04:22:36.284Z Downloaded progenitor v0.14.0
1902026-06-04T04:22:36.284Z Downloaded rustversion v1.0.22
1912026-06-04T04:22:36.284Z Downloaded futures-channel v0.3.32
1922026-06-04T04:22:36.284Z Downloaded quote v1.0.45
1932026-06-04T04:22:36.284Z Downloaded synstructure v0.13.2
1942026-06-04T04:22:36.284Z Downloaded num_enum v0.7.6
1952026-06-04T04:22:36.284Z Downloaded progenitor-client v0.14.0
1962026-06-04T04:22:36.284Z Downloaded proc-macro-error-attr v1.0.4
1972026-06-04T04:22:36.284Z Downloaded strsim v0.11.1
1982026-06-04T04:22:36.284Z Downloaded foreign-types-macros v0.2.3
1992026-06-04T04:22:36.284Z Downloaded icu_locale_core v2.2.0
2002026-06-04T04:22:36.284Z Downloaded heck v0.4.1
2012026-06-04T04:22:36.284Z Downloaded deranged v0.5.8
2022026-06-04T04:22:36.284Z Downloaded cpufeatures v0.2.17
2032026-06-04T04:22:36.284Z Downloaded hyper v1.10.1
2042026-06-04T04:22:36.284Z Downloaded take_mut v0.2.2
2052026-06-04T04:22:36.284Z Downloaded quinn-udp v0.5.14
2062026-06-04T04:22:36.284Z Downloaded http-body-util v0.1.3
2072026-06-04T04:22:36.284Z Downloaded digest v0.10.7
2082026-06-04T04:22:36.284Z Downloaded either v1.16.0
2092026-06-04T04:22:36.284Z Downloaded crossbeam-channel v0.5.15
2102026-06-04T04:22:36.284Z Downloaded scopeguard v1.2.0
2112026-06-04T04:22:36.285Z Downloaded getrandom v0.3.4
2122026-06-04T04:22:36.285Z Downloaded tabwriter v1.4.1
2132026-06-04T04:22:36.285Z Downloaded time-core v0.1.8
2142026-06-04T04:22:36.285Z Downloaded fs_extra v1.3.0
2152026-06-04T04:22:36.285Z Downloaded foreign-types-shared v0.3.1
2162026-06-04T04:22:36.288Z Downloaded httparse v1.10.1
2172026-06-04T04:22:36.288Z Downloaded thiserror-impl v1.0.69
2182026-06-04T04:22:36.288Z Downloaded rand_core v0.10.1
2192026-06-04T04:22:36.288Z Downloaded slog-stdlog v4.1.1
2202026-06-04T04:22:36.288Z Downloaded term v1.2.1
2212026-06-04T04:22:36.288Z Downloaded tokio-macros v2.7.0
2222026-06-04T04:22:36.290Z Downloaded rustc-hash v2.1.2
2232026-06-04T04:22:36.290Z Downloaded base64 v0.22.1
2242026-06-04T04:22:36.293Z Downloaded tower-layer v0.3.3
2252026-06-04T04:22:36.296Z Downloaded serde_tokenstream v0.2.3
2262026-06-04T04:22:36.298Z Downloaded smallvec v1.15.1
2272026-06-04T04:22:36.301Z Downloaded tinystr v0.8.3
2282026-06-04T04:22:36.301Z Downloaded typify-macro v0.6.2
2292026-06-04T04:22:36.305Z Downloaded hashbrown v0.16.1
2302026-06-04T04:22:36.307Z Downloaded sha2 v0.10.9
2312026-06-04T04:22:36.307Z Downloaded schemars_derive v0.8.22
2322026-06-04T04:22:36.310Z Downloaded displaydoc v0.2.6
2332026-06-04T04:22:36.310Z Downloaded getrandom v0.2.17
2342026-06-04T04:22:36.312Z Downloaded slog-scope v4.4.1
2352026-06-04T04:22:36.315Z Downloaded dunce v1.0.5
2362026-06-04T04:22:36.318Z Downloaded signal-hook-registry v1.4.8
2372026-06-04T04:22:36.318Z Downloaded ppv-lite86 v0.2.21
2382026-06-04T04:22:36.318Z Downloaded futures-sink v0.3.32
2392026-06-04T04:22:36.321Z Downloaded futures-task v0.3.32
2402026-06-04T04:22:36.325Z Downloaded tower-service v0.3.3
2412026-06-04T04:22:36.325Z Downloaded tinyvec v1.11.0
2422026-06-04T04:22:36.328Z Downloaded erased-serde v0.3.31
2432026-06-04T04:22:36.328Z Downloaded block-buffer v0.10.4
2442026-06-04T04:22:36.328Z Downloaded try-lock v0.2.5
2452026-06-04T04:22:36.331Z Downloaded utf-8 v0.7.6
2462026-06-04T04:22:36.331Z Downloaded futures-macro v0.3.32
2472026-06-04T04:22:36.331Z Downloaded shlex v2.0.1
2482026-06-04T04:22:36.335Z Downloaded thiserror v2.0.18
2492026-06-04T04:22:36.338Z Downloaded time-macros v0.2.27
2502026-06-04T04:22:36.338Z Downloaded pkg-config v0.3.33
2512026-06-04T04:22:36.340Z Downloaded heck v0.5.0
2522026-06-04T04:22:36.340Z Downloaded atomic-waker v1.1.2
2532026-06-04T04:22:36.340Z Downloaded is_terminal_polyfill v1.70.2
2542026-06-04T04:22:36.343Z Downloaded cfg-if v1.0.4
2552026-06-04T04:22:36.343Z Downloaded semver v1.0.28
2562026-06-04T04:22:36.343Z Downloaded icu_normalizer v2.2.0
2572026-06-04T04:22:36.346Z Downloaded rustls-native-certs v0.8.4
2582026-06-04T04:22:36.349Z Downloaded oxnet v0.1.6
2592026-06-04T04:22:36.349Z Downloaded futures-executor v0.3.32
2602026-06-04T04:22:36.349Z Downloaded generic-array v0.14.7
2612026-06-04T04:22:36.351Z Downloaded anstyle-parse v1.0.0
2622026-06-04T04:22:36.351Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2632026-06-04T04:22:36.354Z Downloaded futures v0.3.32
2642026-06-04T04:22:36.357Z Downloaded toml_writer v1.1.1+spec-1.1.0
2652026-06-04T04:22:36.357Z Downloaded pin-project-lite v0.2.17
2662026-06-04T04:22:36.360Z Downloaded zerofrom v0.1.8
2672026-06-04T04:22:36.360Z Downloaded want v0.3.1
2682026-06-04T04:22:36.363Z Downloaded version_check v0.9.5
2692026-06-04T04:22:36.363Z Downloaded idna_adapter v1.2.2
2702026-06-04T04:22:36.363Z Downloaded colorchoice v1.0.5
2712026-06-04T04:22:36.363Z Downloaded form_urlencoded v1.2.2
2722026-06-04T04:22:36.366Z Downloaded anstyle-query v1.1.5
2732026-06-04T04:22:36.366Z Downloaded indexmap v2.14.0
2742026-06-04T04:22:36.369Z Downloaded serde_yaml v0.9.34+deprecated
2752026-06-04T04:22:36.369Z Downloaded rustls-platform-verifier v0.7.0
2762026-06-04T04:22:36.373Z Downloaded autocfg v1.5.1
2772026-06-04T04:22:36.373Z Downloaded ipnet v2.12.0
2782026-06-04T04:22:36.377Z Downloaded unit-prefix v0.5.2
2792026-06-04T04:22:36.377Z Downloaded crucible-workspace-hack v0.1.0
2802026-06-04T04:22:36.377Z Downloaded errno v0.3.14
2812026-06-04T04:22:36.377Z Downloaded utf8parse v0.2.2
2822026-06-04T04:22:36.377Z Downloaded slog-term v2.9.2
2832026-06-04T04:22:36.380Z Downloaded yoke-derive v0.8.2
2842026-06-04T04:22:36.380Z Downloaded untrusted v0.9.0
2852026-06-04T04:22:36.380Z Downloaded zerofrom-derive v0.1.7
2862026-06-04T04:22:36.380Z Downloaded proc-macro2 v1.0.106
2872026-06-04T04:22:36.384Z Downloaded writeable v0.6.3
2882026-06-04T04:22:36.384Z Downloaded allocator-api2 v0.2.21
2892026-06-04T04:22:36.388Z Downloaded clap v4.6.1
2902026-06-04T04:22:36.393Z Downloaded zone v0.3.1
2912026-06-04T04:22:36.393Z Downloaded clap_lex v1.1.0
2922026-06-04T04:22:36.393Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2932026-06-04T04:22:36.396Z Downloaded dyn-clone v1.0.20
2942026-06-04T04:22:36.396Z Downloaded foreign-types v0.5.0
2952026-06-04T04:22:36.398Z Downloaded litemap v0.8.2
2962026-06-04T04:22:36.401Z Downloaded proc-macro-error v1.0.4
2972026-06-04T04:22:36.404Z Downloaded rustls-pki-types v1.14.1
2982026-06-04T04:22:36.407Z Downloaded xz2 v0.1.7
2992026-06-04T04:22:36.407Z Downloaded serde_derive_internals v0.29.1
3002026-06-04T04:22:36.407Z Downloaded log v0.4.30
3012026-06-04T04:22:36.410Z Downloaded hyper-rustls v0.27.9
3022026-06-04T04:22:36.410Z Downloaded data-encoding v2.11.0
3032026-06-04T04:22:36.410Z Downloaded console v0.16.3
3042026-06-04T04:22:36.413Z Downloaded smf v0.2.3
3052026-06-04T04:22:36.416Z Downloaded zeroize v1.8.2
3062026-06-04T04:22:36.416Z Downloaded anstream v1.0.0
3072026-06-04T04:22:36.416Z Downloaded camino v1.2.2
3082026-06-04T04:22:36.419Z Downloaded parking_lot_core v0.9.12
3092026-06-04T04:22:36.419Z Downloaded typeid v1.0.3
3102026-06-04T04:22:36.422Z Downloaded serde_derive v1.0.228
3112026-06-04T04:22:36.426Z Downloaded socket2 v0.6.4
3122026-06-04T04:22:36.430Z Downloaded progenitor-impl v0.14.0
3132026-06-04T04:22:36.437Z Downloaded icu_normalizer_data v2.2.0
3142026-06-04T04:22:36.440Z Downloaded tinyvec_macros v0.1.1
3152026-06-04T04:22:36.440Z Downloaded tokio-rustls v0.26.4
3162026-06-04T04:22:36.440Z Downloaded utf8_iter v1.0.4
3172026-06-04T04:22:36.440Z Downloaded rand v0.9.4
3182026-06-04T04:22:36.440Z Downloaded zone_cfg_derive v0.3.1
3192026-06-04T04:22:36.444Z Downloaded colored v3.1.1
3202026-06-04T04:22:36.447Z Downloaded slog v2.8.2
3212026-06-04T04:22:36.450Z Downloaded once_cell v1.21.4
3222026-06-04T04:22:36.450Z Downloaded cmake v0.1.58
3232026-06-04T04:22:36.452Z Downloaded arc-swap v1.9.1
3242026-06-04T04:22:36.457Z Downloaded ryu v1.0.23
3252026-06-04T04:22:36.461Z Downloaded crossbeam-utils v0.8.21
3262026-06-04T04:22:36.464Z Downloaded parking_lot v0.12.5
3272026-06-04T04:22:36.467Z Downloaded tokio-tungstenite v0.21.0
3282026-06-04T04:22:36.467Z Downloaded schemars v0.8.22
3292026-06-04T04:22:36.473Z Downloaded zmij v1.0.21
3302026-06-04T04:22:36.475Z Downloaded yoke v0.8.2
3312026-06-04T04:22:36.475Z Downloaded mio v1.2.1
3322026-06-04T04:22:36.480Z Downloaded thiserror-impl v2.0.18
3332026-06-04T04:22:36.483Z Downloaded unicode-ident v1.0.24
3342026-06-04T04:22:36.483Z Downloaded clap_builder v4.6.0
3352026-06-04T04:22:36.485Z Downloaded slab v0.4.12
3362026-06-04T04:22:36.485Z Downloaded icu_collections v2.2.0
3372026-06-04T04:22:36.488Z Downloaded tracing-attributes v0.1.31
3382026-06-04T04:22:36.491Z Downloaded rustls-webpki v0.103.13
3392026-06-04T04:22:36.491Z Downloaded anyhow v1.0.102
3402026-06-04T04:22:36.494Z Downloaded zerovec-derive v0.11.3
3412026-06-04T04:22:36.494Z Downloaded toml_parser v1.1.2+spec-1.1.0
3422026-06-04T04:22:36.497Z Downloaded icu_properties v2.2.0
3432026-06-04T04:22:36.497Z Downloaded memchr v2.8.1
3442026-06-04T04:22:36.500Z Downloaded uuid v1.23.2
3452026-06-04T04:22:36.502Z Downloaded chacha20 v0.10.0
3462026-06-04T04:22:36.507Z Downloaded bytes v1.11.1
3472026-06-04T04:22:36.507Z Downloaded tower v0.5.3
3482026-06-04T04:22:36.510Z Downloaded typify v0.6.2
3492026-06-04T04:22:36.513Z Downloaded tracing-core v0.1.36
3502026-06-04T04:22:36.516Z Downloaded serde_core v1.0.228
3512026-06-04T04:22:36.516Z Downloaded unsafe-libyaml v0.2.11
3522026-06-04T04:22:36.519Z Downloaded quinn v0.11.9
3532026-06-04T04:22:36.519Z Downloaded tungstenite v0.21.0
3542026-06-04T04:22:36.524Z Downloaded serde v1.0.228
3552026-06-04T04:22:36.529Z Downloaded toml v0.9.12+spec-1.1.0
3562026-06-04T04:22:36.529Z Downloaded rand v0.10.1
3572026-06-04T04:22:36.530Z Downloaded hyper-util v0.1.20
3582026-06-04T04:22:36.532Z Downloaded indicatif v0.18.4
3592026-06-04T04:22:36.532Z Downloaded cc v1.2.63
3602026-06-04T04:22:36.535Z Downloaded http v1.4.1
3612026-06-04T04:22:36.538Z Downloaded getrandom v0.4.2
3622026-06-04T04:22:36.538Z Downloaded slog-async v2.8.0
3632026-06-04T04:22:36.541Z Downloaded rand v0.8.6
3642026-06-04T04:22:36.541Z Downloaded zerotrie v0.2.4
3652026-06-04T04:22:36.544Z Downloaded url v2.5.8
3662026-06-04T04:22:36.547Z Downloaded prettyplease v0.2.37
3672026-06-04T04:22:36.547Z Downloaded toml_edit v0.25.12+spec-1.1.0
3682026-06-04T04:22:36.559Z Downloaded ron v0.12.1
3692026-06-04T04:22:36.565Z Downloaded typenum v1.20.1
3702026-06-04T04:22:36.572Z Downloaded idna v1.1.0
3712026-06-04T04:22:36.575Z Downloaded itertools v0.12.1
3722026-06-04T04:22:36.579Z Downloaded futures-util v0.3.32
3732026-06-04T04:22:36.585Z Downloaded hashbrown v0.17.1
3742026-06-04T04:22:36.589Z Downloaded zerovec v0.11.6
3752026-06-04T04:22:36.593Z Downloaded tokio-util v0.7.18
3762026-06-04T04:22:36.600Z Downloaded icu_properties_data v2.2.0
3772026-06-04T04:22:36.605Z Downloaded reqwest v0.13.4
3782026-06-04T04:22:36.609Z Downloaded reqwest v0.12.28
3792026-06-04T04:22:36.612Z Downloaded tower-http v0.6.11
3802026-06-04T04:22:36.616Z Downloaded regex v1.12.3
3812026-06-04T04:22:36.620Z Downloaded num-traits v0.2.19
3822026-06-04T04:22:36.625Z Downloaded portable-atomic v1.13.1
3832026-06-04T04:22:36.628Z Downloaded serde_json v1.0.150
3842026-06-04T04:22:36.632Z Downloaded winnow v1.0.3
3852026-06-04T04:22:36.637Z Downloaded chrono v0.4.44
3862026-06-04T04:22:36.641Z Downloaded aws-lc-rs v1.17.0
3872026-06-04T04:22:36.647Z Downloaded jobserver v0.1.34
3882026-06-04T04:22:36.651Z Downloaded zerocopy v0.8.50
3892026-06-04T04:22:36.676Z Downloaded winnow v0.7.15
3902026-06-04T04:22:36.687Z Downloaded tracing v0.1.44
3912026-06-04T04:22:36.698Z Downloaded time v0.3.47
3922026-06-04T04:22:36.704Z Downloaded syn v1.0.109
3932026-06-04T04:22:36.731Z Downloaded unicode-width v0.2.2
3942026-06-04T04:22:36.737Z Downloaded quinn-proto v0.11.14
3952026-06-04T04:22:36.741Z Downloaded tokio v1.52.3
3962026-06-04T04:22:36.762Z Downloaded syn v2.0.117
3972026-06-04T04:22:36.781Z Downloaded openapiv3 v2.2.0
3982026-06-04T04:22:36.786Z Downloaded regex-syntax v0.8.10
3992026-06-04T04:22:36.790Z Downloaded rustls v0.23.40
4002026-06-04T04:22:36.796Z Downloaded regress v0.11.1
4012026-06-04T04:22:36.823Z Downloaded typify-impl v0.6.2
4022026-06-04T04:22:36.850Z Downloaded regex-automata v0.4.14
4032026-06-04T04:22:36.867Z Downloaded lzma-sys v0.1.20
4042026-06-04T04:22:36.882Z Downloaded libc v0.2.186
4052026-06-04T04:22:36.927Z Downloaded ring v0.17.14
4062026-06-04T04:22:37.354Z Downloaded aws-lc-sys v0.41.0
4072026-06-04T04:22:37.555Z Compiling proc-macro2 v1.0.106
4082026-06-04T04:22:37.555Z Compiling unicode-ident v1.0.24
4092026-06-04T04:22:37.555Z Compiling quote v1.0.45
4102026-06-04T04:22:37.556Z Compiling libc v0.2.186
4112026-06-04T04:22:37.556Z Compiling cfg-if v1.0.4
4122026-06-04T04:22:37.559Z Compiling itoa v1.0.18
4132026-06-04T04:22:37.559Z Compiling serde_core v1.0.228
4142026-06-04T04:22:37.752Z Compiling memchr v2.8.1
4152026-06-04T04:22:37.788Z Compiling equivalent v1.0.2
4162026-06-04T04:22:37.883Z Compiling serde v1.0.228
4172026-06-04T04:22:37.889Z Compiling zmij v1.0.21
4182026-06-04T04:22:38.377Z Compiling autocfg v1.5.1
4192026-06-04T04:22:38.397Z Compiling serde_json v1.0.150
4202026-06-04T04:22:38.402Z Compiling version_check v0.9.5
4212026-06-04T04:22:38.628Z Compiling smallvec v1.15.1
4222026-06-04T04:22:38.663Z Compiling jobserver v0.1.34
4232026-06-04T04:22:38.681Z Compiling stable_deref_trait v1.2.1
4242026-06-04T04:22:38.699Z Compiling shlex v2.0.1
4252026-06-04T04:22:38.713Z Compiling num-traits v0.2.19
4262026-06-04T04:22:38.748Z Compiling bytes v1.11.1
4272026-06-04T04:22:38.829Z Compiling find-msvc-tools v0.1.9
4282026-06-04T04:22:38.864Z Compiling pin-project-lite v0.2.17
4292026-06-04T04:22:38.964Z Compiling futures-core v0.3.32
4302026-06-04T04:22:39.085Z Compiling cc v1.2.63
4312026-06-04T04:22:39.266Z Compiling syn v2.0.117
4322026-06-04T04:22:39.365Z Compiling hashbrown v0.17.1
4332026-06-04T04:22:39.374Z Compiling parking_lot_core v0.9.12
4342026-06-04T04:22:39.390Z Compiling http v1.4.1
4352026-06-04T04:22:39.639Z Compiling socket2 v0.6.4
4362026-06-04T04:22:39.661Z Compiling schemars v0.8.22
4372026-06-04T04:22:39.924Z Compiling scopeguard v1.2.0
4382026-06-04T04:22:39.992Z Compiling futures-sink v0.3.32
4392026-06-04T04:22:40.087Z Compiling rustversion v1.0.22
4402026-06-04T04:22:40.167Z Compiling lock_api v0.4.14
4412026-06-04T04:22:40.241Z Compiling cmake v0.1.58
4422026-06-04T04:22:40.392Z Compiling errno v0.3.14
4432026-06-04T04:22:40.433Z Compiling litemap v0.8.2
4442026-06-04T04:22:40.473Z Compiling fs_extra v1.3.0
4452026-06-04T04:22:40.495Z Compiling writeable v0.6.3
4462026-06-04T04:22:40.539Z Compiling dyn-clone v1.0.20
4472026-06-04T04:22:40.578Z Compiling once_cell v1.21.4
4482026-06-04T04:22:40.603Z Compiling dunce v1.0.5
4492026-06-04T04:22:40.606Z Compiling thiserror v2.0.18
4502026-06-04T04:22:40.624Z Compiling rand_core v0.10.1
4512026-06-04T04:22:40.671Z Compiling getrandom v0.4.2
4522026-06-04T04:22:40.690Z Compiling signal-hook-registry v1.4.8
4532026-06-04T04:22:40.700Z Compiling parking_lot v0.12.5
4542026-06-04T04:22:40.723Z Compiling aws-lc-sys v0.41.0
4552026-06-04T04:22:40.797Z Compiling futures-channel v0.3.32
4562026-06-04T04:22:40.939Z Compiling mio v1.2.1
4572026-06-04T04:22:40.995Z Compiling icu_properties_data v2.2.0
4582026-06-04T04:22:41.016Z Compiling utf8_iter v1.0.4
4592026-06-04T04:22:41.122Z Compiling winnow v1.0.3
4602026-06-04T04:22:41.139Z Compiling icu_normalizer_data v2.2.0
4612026-06-04T04:22:41.231Z Compiling indexmap v2.14.0
4622026-06-04T04:22:41.343Z Compiling allocator-api2 v0.2.21
4632026-06-04T04:22:41.384Z Compiling percent-encoding v2.3.2
4642026-06-04T04:22:41.408Z Compiling foldhash v0.2.0
4652026-06-04T04:22:41.465Z Compiling futures-task v0.3.32
4662026-06-04T04:22:41.563Z Compiling log v0.4.30
4672026-06-04T04:22:41.574Z Compiling slab v0.4.12
4682026-06-04T04:22:41.633Z Compiling futures-io v0.3.32
4692026-06-04T04:22:41.670Z Compiling hashbrown v0.16.1
4702026-06-04T04:22:41.800Z Compiling heck v0.5.0
4712026-06-04T04:22:41.879Z Compiling iana-time-zone v0.1.65
4722026-06-04T04:22:41.890Z Compiling zeroize v1.8.2
4732026-06-04T04:22:42.054Z Compiling aws-lc-rs v1.17.0
4742026-06-04T04:22:42.070Z Compiling httparse v1.10.1
4752026-06-04T04:22:42.107Z Compiling synstructure v0.13.2
4762026-06-04T04:22:42.233Z Compiling serde_derive_internals v0.29.1
4772026-06-04T04:22:42.243Z Compiling toml_parser v1.1.2+spec-1.1.0
4782026-06-04T04:22:42.340Z Compiling chrono v0.4.44
4792026-06-04T04:22:42.591Z Compiling syn v1.0.109
4802026-06-04T04:22:42.901Z Compiling rustls-pki-types v1.14.1
4812026-06-04T04:22:42.930Z Compiling form_urlencoded v1.2.2
4822026-06-04T04:22:42.948Z Compiling tracing-core v0.1.36
4832026-06-04T04:22:43.065Z Compiling http-body v1.0.1
4842026-06-04T04:22:43.204Z Compiling generic-array v0.14.7
4852026-06-04T04:22:43.295Z Compiling serde_derive v1.0.228
4862026-06-04T04:22:43.365Z Compiling zerofrom-derive v0.1.7
4872026-06-04T04:22:43.413Z Compiling yoke-derive v0.8.2
4882026-06-04T04:22:43.542Z Compiling zerovec-derive v0.11.3
4892026-06-04T04:22:43.557Z Compiling displaydoc v0.2.6
4902026-06-04T04:22:43.778Z Compiling schemars_derive v0.8.22
4912026-06-04T04:22:43.867Z Compiling thiserror-impl v2.0.18
4922026-06-04T04:22:44.312Z Compiling tokio-macros v2.7.0
4932026-06-04T04:22:44.452Z Compiling futures-macro v0.3.32
4942026-06-04T04:22:44.516Z Compiling zerofrom v0.1.8
4952026-06-04T04:22:44.611Z Compiling yoke v0.8.2
4962026-06-04T04:22:44.628Z Compiling tracing-attributes v0.1.31
4972026-06-04T04:22:44.843Z Compiling zerovec v0.11.6
4982026-06-04T04:22:45.023Z Compiling zerotrie v0.2.4
4992026-06-04T04:22:45.084Z Compiling tokio v1.52.3
5002026-06-04T04:22:45.234Z Compiling zerocopy v0.8.50
5012026-06-04T04:22:45.313Z Compiling tinystr v0.8.3
5022026-06-04T04:22:45.335Z Compiling potential_utf v0.1.5
5032026-06-04T04:22:45.375Z Compiling futures-util v0.3.32
5042026-06-04T04:22:45.493Z Compiling icu_locale_core v2.2.0
5052026-06-04T04:22:45.507Z Compiling icu_collections v2.2.0
5062026-06-04T04:22:45.602Z Compiling regex-syntax v0.8.10
5072026-06-04T04:22:45.874Z Compiling thiserror v1.0.69
5082026-06-04T04:22:46.163Z Compiling uuid v1.23.2
5092026-06-04T04:22:46.438Z Compiling icu_provider v2.2.0
5102026-06-04T04:22:46.550Z Compiling tracing v0.1.44
5112026-06-04T04:22:46.650Z Compiling icu_normalizer v2.2.0
5122026-06-04T04:22:46.743Z Compiling icu_properties v2.2.0
5132026-06-04T04:22:46.857Z Compiling thiserror-impl v1.0.69
5142026-06-04T04:22:47.637Z Compiling idna_adapter v1.2.2
5152026-06-04T04:22:47.768Z Compiling idna v1.1.0
5162026-06-04T04:22:47.888Z Compiling regress v0.11.1
5172026-06-04T04:22:47.987Z Compiling semver v1.0.28
5182026-06-04T04:22:48.163Z Compiling untrusted v0.9.0
5192026-06-04T04:22:48.266Z Compiling base64 v0.22.1
5202026-06-04T04:22:48.275Z Compiling rustls v0.23.40
5212026-06-04T04:22:48.326Z Compiling typenum v1.20.1
5222026-06-04T04:22:48.472Z Compiling tower-service v0.3.3
5232026-06-04T04:22:48.558Z Compiling try-lock v0.2.5
5242026-06-04T04:22:48.657Z Compiling want v0.3.1
5252026-06-04T04:22:48.705Z Compiling url v2.5.8
5262026-06-04T04:22:49.379Z Compiling serde_tokenstream v0.2.3
5272026-06-04T04:22:49.502Z Compiling typify-impl v0.6.2
5282026-06-04T04:22:49.659Z Compiling slog v2.8.2
5292026-06-04T04:22:49.931Z Compiling proc-macro-error-attr v1.0.4
5302026-06-04T04:22:50.030Z Compiling atomic-waker v1.1.2
5312026-06-04T04:22:50.147Z Compiling subtle v2.6.1
5322026-06-04T04:22:50.157Z Compiling ryu v1.0.23
5332026-06-04T04:22:50.332Z Compiling hyper v1.10.1
5342026-06-04T04:22:50.354Z Compiling erased-serde v0.3.31
5352026-06-04T04:22:50.512Z Compiling bitflags v2.11.1
5362026-06-04T04:22:50.739Z Compiling sync_wrapper v1.0.2
5372026-06-04T04:22:50.839Z Compiling proc-macro-error v1.0.4
5382026-06-04T04:22:50.849Z Compiling ipnet v2.12.0
5392026-06-04T04:22:51.060Z Compiling tower-layer v0.3.3
5402026-06-04T04:22:51.088Z Compiling toml_datetime v1.1.1+spec-1.1.0
5412026-06-04T04:22:51.215Z Compiling tower v0.5.3
5422026-06-04T04:22:51.305Z Compiling toml_edit v0.25.12+spec-1.1.0
5432026-06-04T04:22:51.373Z Compiling hyper-util v0.1.20
5442026-06-04T04:22:51.684Z Compiling ppv-lite86 v0.2.21
5452026-06-04T04:22:51.912Z Compiling crypto-common v0.1.7
5462026-06-04T04:22:51.971Z Compiling block-buffer v0.10.4
5472026-06-04T04:22:51.990Z Compiling aho-corasick v1.1.4
5482026-06-04T04:22:52.023Z Compiling getrandom v0.2.17
5492026-06-04T04:22:52.193Z Compiling getrandom v0.3.4
5502026-06-04T04:22:52.202Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5512026-06-04T04:22:52.236Z Compiling openssl-probe v0.2.1
5522026-06-04T04:22:52.417Z Compiling rustls-native-certs v0.8.4
5532026-06-04T04:22:52.538Z Compiling rand_core v0.6.4
5542026-06-04T04:22:52.691Z Compiling digest v0.10.7
5552026-06-04T04:22:52.722Z Compiling proc-macro-crate v3.5.0
5562026-06-04T04:22:52.735Z Compiling tower-http v0.6.11
5572026-06-04T04:22:52.745Z Compiling serde_urlencoded v0.7.1
5582026-06-04T04:22:52.875Z Compiling regex-automata v0.4.14
5592026-06-04T04:22:53.124Z Compiling http-body-util v0.1.3
5602026-06-04T04:22:53.984Z Compiling crossbeam-utils v0.8.21
5612026-06-04T04:22:54.077Z Compiling winnow v0.7.15
5622026-06-04T04:22:54.614Z Compiling crucible-workspace-hack v0.1.0
5632026-06-04T04:22:54.841Z Compiling heck v0.4.1
5642026-06-04T04:22:55.038Z Compiling toml_writer v1.1.1+spec-1.1.0
5652026-06-04T04:22:55.253Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
5662026-06-04T04:22:55.462Z Compiling cpufeatures v0.2.17
5672026-06-04T04:22:55.542Z Compiling regex v1.12.3
5682026-06-04T04:22:55.902Z Compiling typify-macro v0.6.2
5692026-06-04T04:22:56.319Z Compiling num_enum_derive v0.7.6
5702026-06-04T04:22:56.448Z Compiling rand_chacha v0.3.1
5712026-06-04T04:22:56.653Z Compiling tokio-util v0.7.18
5722026-06-04T04:22:56.890Z Compiling openapiv3 v2.2.0
5732026-06-04T04:22:57.119Z Compiling foreign-types-macros v0.2.3
5742026-06-04T04:22:57.162Z Compiling toml_datetime v0.7.5+spec-1.1.0
5752026-06-04T04:22:57.331Z Compiling serde_spanned v1.1.1
5762026-06-04T04:22:57.454Z Compiling utf8parse v0.2.2
5772026-06-04T04:22:57.471Z Compiling powerfmt v0.2.0
5782026-06-04T04:22:57.556Z Compiling unsafe-libyaml v0.2.11
5792026-06-04T04:22:57.674Z Compiling foreign-types-shared v0.3.1
5802026-06-04T04:22:57.744Z Compiling anyhow v1.0.102
5812026-06-04T04:22:57.753Z Compiling pkg-config v0.3.33
5822026-06-04T04:22:57.762Z Compiling prettyplease v0.2.37
5832026-06-04T04:22:57.942Z Compiling typify v0.6.2
5842026-06-04T04:22:57.978Z Compiling either v1.16.0
5852026-06-04T04:22:58.025Z Compiling num-conv v0.2.2
5862026-06-04T04:22:58.050Z Compiling cpufeatures v0.3.0
5872026-06-04T04:22:58.118Z Compiling time-core v0.1.8
5882026-06-04T04:22:58.169Z Compiling itertools v0.12.1
5892026-06-04T04:22:58.178Z Compiling chacha20 v0.10.0
5902026-06-04T04:22:58.188Z Compiling lzma-sys v0.1.20
5912026-06-04T04:22:58.215Z Compiling serde_yaml v0.9.34+deprecated
5922026-06-04T04:22:58.259Z Compiling time-macros v0.2.27
5932026-06-04T04:22:58.448Z Compiling progenitor-impl v0.14.0
5942026-06-04T04:22:58.670Z Compiling foreign-types v0.5.0
5952026-06-04T04:22:58.738Z Compiling deranged v0.5.8
5962026-06-04T04:22:59.218Z Compiling anstyle-parse v1.0.0
5972026-06-04T04:22:59.367Z Compiling toml v0.9.12+spec-1.1.0
5982026-06-04T04:22:59.397Z Compiling num_enum v0.7.6
5992026-06-04T04:22:59.457Z Compiling rand v0.8.6
6002026-06-04T04:22:59.506Z Compiling rand_core v0.9.5
6012026-06-04T04:22:59.824Z Compiling sha1 v0.10.6
6022026-06-04T04:23:00.148Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6032026-06-04T04:23:00.260Z Compiling arc-swap v1.9.1
6042026-06-04T04:23:00.271Z Compiling cstr-argument v0.1.2
6052026-06-04T04:23:00.384Z Compiling thread_local v1.1.9
6062026-06-04T04:23:00.416Z Compiling unicode-width v0.2.2
6072026-06-04T04:23:00.552Z Compiling portable-atomic v1.13.1
6082026-06-04T04:23:00.650Z Compiling anstyle v1.0.14
6092026-06-04T04:23:00.662Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
6102026-06-04T04:23:00.698Z Compiling is_terminal_polyfill v1.70.2
6112026-06-04T04:23:00.788Z Compiling slog-async v2.8.0
6122026-06-04T04:23:00.871Z Compiling byteorder v1.5.0
6132026-06-04T04:23:00.881Z Compiling anstyle-query v1.1.5
6142026-06-04T04:23:00.948Z Compiling data-encoding v2.11.0
6152026-06-04T04:23:00.983Z Compiling pretty-hex v0.4.2
6162026-06-04T04:23:00.996Z Compiling lazy_static v1.5.0
6172026-06-04T04:23:01.073Z Compiling utf-8 v0.7.6
6182026-06-04T04:23:01.089Z Compiling colorchoice v1.0.5
6192026-06-04T04:23:01.098Z Compiling typeid v1.0.3
6202026-06-04T04:23:01.153Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
6212026-06-04T04:23:01.194Z Compiling anstream v1.0.0
6222026-06-04T04:23:01.253Z Compiling tungstenite v0.21.0
6232026-06-04T04:23:01.345Z Compiling slog-scope v4.4.1
6242026-06-04T04:23:01.474Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6252026-06-04T04:23:01.508Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6262026-06-04T04:23:01.599Z Compiling cargo_toml v0.22.3
6272026-06-04T04:23:01.766Z Compiling crossbeam-channel v0.5.15
6282026-06-04T04:23:01.794Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e7af674f27ed04ce27739edee96829f7d7d5e6c0#e7af674f)
6292026-06-04T04:23:01.831Z Compiling rand_chacha v0.9.0
6302026-06-04T04:23:02.019Z Compiling progenitor-macro v0.14.0
6312026-06-04T04:23:02.167Z Compiling time v0.3.47
6322026-06-04T04:23:02.551Z Compiling rand v0.10.1
6332026-06-04T04:23:02.629Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f0e52fe05143b415e439ecd234b90ac73739e066#f0e52fe0)
6342026-06-04T04:23:02.917Z Compiling futures-executor v0.3.32
6352026-06-04T04:23:02.920Z Compiling is-terminal v0.4.17
6362026-06-04T04:23:03.016Z Compiling oxnet v0.1.6
6372026-06-04T04:23:03.196Z Compiling clap_lex v1.1.0
6382026-06-04T04:23:03.206Z Compiling strsim v0.11.1
6392026-06-04T04:23:03.222Z Compiling take_mut v0.2.2
6402026-06-04T04:23:03.285Z Compiling colored v3.1.1
6412026-06-04T04:23:03.323Z Compiling term v1.2.1
6422026-06-04T04:23:03.430Z Compiling camino v1.2.2
6432026-06-04T04:23:03.587Z Compiling slog-term v2.9.2
6442026-06-04T04:23:03.785Z Compiling clap_builder v4.6.0
6452026-06-04T04:23:03.788Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6462026-06-04T04:23:04.165Z Compiling futures v0.3.32
6472026-06-04T04:23:04.238Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f0e52fe05143b415e439ecd234b90ac73739e066#f0e52fe0)
6482026-06-04T04:23:04.646Z Compiling rand v0.9.4
6492026-06-04T04:23:04.890Z Compiling tokio-tungstenite v0.21.0
6502026-06-04T04:23:05.127Z Compiling slog-stdlog v4.1.1
6512026-06-04T04:23:05.301Z Compiling console v0.16.3
6522026-06-04T04:23:05.304Z Compiling zone_cfg_derive v0.3.1
6532026-06-04T04:23:05.326Z Compiling clap_derive v4.6.1
6542026-06-04T04:23:05.699Z Compiling async-trait v0.1.89
6552026-06-04T04:23:06.433Z Compiling unit-prefix v0.5.2
6562026-06-04T04:23:06.577Z Compiling base64 v0.21.7
6572026-06-04T04:23:06.627Z Compiling indicatif v0.18.4
6582026-06-04T04:23:06.888Z Compiling zone v0.3.1
6592026-06-04T04:23:06.905Z Compiling ron v0.12.1
6602026-06-04T04:23:07.013Z Compiling clap v4.6.1
6612026-06-04T04:23:07.090Z Compiling slog-envlogger v2.2.0
6622026-06-04T04:23:07.333Z Compiling xz2 v0.1.7
6632026-06-04T04:23:07.482Z Compiling tabwriter v1.4.1
6642026-06-04T04:23:07.545Z Compiling sha2 v0.10.9
6652026-06-04T04:23:07.562Z Compiling reqwest v0.12.28
6662026-06-04T04:23:07.634Z Compiling smf v0.2.3
6672026-06-04T04:23:07.719Z Compiling base16ct v1.0.0
6682026-06-04T04:23:07.829Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6692026-06-04T04:23:08.467Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6702026-06-04T04:23:08.878Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6712026-06-04T04:23:12.268Z Compiling rustls-webpki v0.103.13
6722026-06-04T04:23:14.875Z Compiling tokio-rustls v0.26.4
6732026-06-04T04:23:14.875Z Compiling rustls-platform-verifier v0.7.0
6742026-06-04T04:23:15.057Z Compiling hyper-rustls v0.27.9
6752026-06-04T04:23:15.215Z Compiling reqwest v0.13.4
6762026-06-04T04:23:16.116Z Compiling progenitor-client v0.14.0
6772026-06-04T04:23:16.299Z Compiling progenitor v0.14.0
6782026-06-04T04:23:16.382Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f0e52fe05143b415e439ecd234b90ac73739e066#f0e52fe0)
6792026-06-04T04:23:18.622Zerror[E0308]: mismatched types
6802026-06-04T04:23:18.622Z --> lib/src/lib.rs:1793:9
6812026-06-04T04:23:18.622Z |
6822026-06-04T04:23:18.622Z1791 | let client = propolis_client::Client::new_with_client(
6832026-06-04T04:23:18.622Z | ---------------------------------------- arguments to this function are incorrect
6842026-06-04T04:23:18.622Z1792 | &format!("http://{}", sockaddr),
6852026-06-04T04:23:18.622Z1793 | reqwest_client,
6862026-06-04T04:23:18.622Z | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client`
6872026-06-04T04:23:18.622Z |
6882026-06-04T04:23:18.622Znote: there are multiple different versions of crate `reqwest` in the dependency graph
6892026-06-04T04:23:18.622Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/async_impl/client.rs:93:1
6902026-06-04T04:23:18.622Z |
6912026-06-04T04:23:18.622Z 93 | pub struct Client {
6922026-06-04T04:23:18.622Z | ^^^^^^^^^^^^^^^^^ this is the expected type
6932026-06-04T04:23:18.622Z |
6942026-06-04T04:23:18.622Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
6952026-06-04T04:23:18.622Z |
6962026-06-04T04:23:18.622Z 93 | pub struct Client {
6972026-06-04T04:23:18.622Z | ----------------- this is the found type
6982026-06-04T04:23:18.622Z = help: you can use `cargo tree` to explore your dependency tree
6992026-06-04T04:23:18.622Znote: associated function defined here
7002026-06-04T04:23:18.622Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/f0e52fe/lib/propolis-client/src/lib.rs:44:1
7012026-06-04T04:23:18.622Z |
7022026-06-04T04:23:18.622Z 44 | / progenitor::generate_api!(
7032026-06-04T04:23:18.622Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7042026-06-04T04:23:18.622Z 46 | | interface = Builder,
7052026-06-04T04:23:18.622Z 47 | | tags = Separate,
7062026-06-04T04:23:18.622Z... |
7072026-06-04T04:23:18.623Z 70 | | );
7082026-06-04T04:23:18.623Z | |_^
7092026-06-04T04:23:18.623Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7102026-06-04T04:23:18.623Z
7112026-06-04T04:23:18.626Zerror[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-06-04T04:23:18.626Z --> lib/src/lib.rs:1830:18
7132026-06-04T04:23:18.626Z |
7142026-06-04T04:23:18.626Z1830 | .collect()
7152026-06-04T04:23:18.626Z | ^^^^^^^ 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-06-04T04:23:18.626Z |
7172026-06-04T04:23:18.626Zhelp: 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-06-04T04:23:18.626Z but trait `FromIterator<(propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component)>` is implemented for it
7192026-06-04T04:23:18.626Z --> /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/alloc/src/collections/btree/map.rs:2518:0
7202026-06-04T04:23:18.626Z = help: for that trait implementation, expected `propolis_client::instance_spec::Component`, found `ComponentV0`
7212026-06-04T04:23:18.626Znote: the method call chain might not have had the expected associated types
7222026-06-04T04:23:18.626Z --> lib/src/lib.rs:1829:18
7232026-06-04T04:23:18.626Z |
7242026-06-04T04:23:18.626Z1827 | components
7252026-06-04T04:23:18.626Z | ---------- this expression has type `&BTreeMap<SpecKey, ComponentV0>`
7262026-06-04T04:23:18.626Z1828 | .iter()
7272026-06-04T04:23:18.626Z | ------ `Iterator::Item` is `(&SpecKey, &ComponentV0)` here
7282026-06-04T04:23:18.626Z1829 | .map(|(spec_key, comp)| (spec_key.clone(), comp.clone()))
7292026-06-04T04:23:18.626Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Iterator::Item` changed to `(SpecKey, ComponentV0)` here
7302026-06-04T04:23:18.626Znote: required by a bound in `std::iter::Iterator::collect`
7312026-06-04T04:23:18.626Z --> /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/core/src/iter/traits/iterator.rs:2079:4
7322026-06-04T04:23:18.626Z
7332026-06-04T04:23:18.630Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7342026-06-04T04:23:18.630Z --> lib/src/lib.rs:1849:40
7352026-06-04T04:23:18.630Z |
7362026-06-04T04:23:18.630Z1849 | match client.instance_ensure().body(&req).send().await {
7372026-06-04T04:23:18.630Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7382026-06-04T04:23:18.630Z |
7392026-06-04T04:23:18.630Zhelp: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7402026-06-04T04:23:18.630Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7412026-06-04T04:23:18.630Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/f0e52fe/lib/propolis-client/src/lib.rs:44:1
7422026-06-04T04:23:18.630Z |
7432026-06-04T04:23:18.630Z 44 | / progenitor::generate_api!(
7442026-06-04T04:23:18.630Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7452026-06-04T04:23:18.630Z 46 | | interface = Builder,
7462026-06-04T04:23:18.630Z 47 | | tags = Separate,
7472026-06-04T04:23:18.630Z... |
7482026-06-04T04:23:18.630Z 70 | | );
7492026-06-04T04:23:18.630Z | |_^
7502026-06-04T04:23:18.631Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7512026-06-04T04:23:18.631Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7522026-06-04T04:23:18.631Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7532026-06-04T04:23:18.631Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-c6a3cc58eebec196.long-type-2470483044908858464.txt'
7542026-06-04T04:23:18.631Z = note: consider using `--verbose` to print the full type name to the console
7552026-06-04T04:23:18.631Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7562026-06-04T04:23:18.631Z
7572026-06-04T04:23:18.634Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7582026-06-04T04:23:18.634Z --> lib/src/lib.rs:1871:34
7592026-06-04T04:23:18.634Z |
7602026-06-04T04:23:18.634Z1871 | client.instance_ensure().body(&req).send().await?;
7612026-06-04T04:23:18.634Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7622026-06-04T04:23:18.634Z |
7632026-06-04T04:23:18.634Zhelp: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7642026-06-04T04:23:18.634Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7652026-06-04T04:23:18.634Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/f0e52fe/lib/propolis-client/src/lib.rs:44:1
7662026-06-04T04:23:18.634Z |
7672026-06-04T04:23:18.634Z 44 | / progenitor::generate_api!(
7682026-06-04T04:23:18.634Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7692026-06-04T04:23:18.634Z 46 | | interface = Builder,
7702026-06-04T04:23:18.634Z 47 | | tags = Separate,
7712026-06-04T04:23:18.634Z... |
7722026-06-04T04:23:18.634Z 70 | | );
7732026-06-04T04:23:18.634Z | |_^
7742026-06-04T04:23:18.634Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7752026-06-04T04:23:18.634Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7762026-06-04T04:23:18.634Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7772026-06-04T04:23:18.635Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-c6a3cc58eebec196.long-type-17146141788256917704.txt'
7782026-06-04T04:23:18.635Z = note: consider using `--verbose` to print the full type name to the console
7792026-06-04T04:23:18.635Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7802026-06-04T04:23:18.635Z
7812026-06-04T04:23:18.681Zerror[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope
7822026-06-04T04:23:18.681Z --> lib/src/lib.rs:2025:31
7832026-06-04T04:23:18.681Z |
7842026-06-04T04:23:18.681Z2025 | let mut stream = response.bytes_stream();
7852026-06-04T04:23:18.681Z | ^^^^^^^^^^^^ method not found in `reqwest::Response`
7862026-06-04T04:23:18.681Z
7872026-06-04T04:23:19.258ZSome errors have detailed explanations: E0277, E0308, E0599.
7882026-06-04T04:23:19.258ZFor more information about an error, try `rustc --explain E0277`.
7892026-06-04T04:23:19.304Zerror: could not compile `libfalcon` (lib) due to 5 previous errors
7902026-06-04T04:23:19.474Z
7912026-06-04T04:23:19.474Zreal 49.415631231
7922026-06-04T04:23:19.474Zuser 3:25.175962340
7932026-06-04T04:23:19.475Zsys 39.616729648
7942026-06-04T04:23:19.475Ztrap 0.124212966
7952026-06-04T04:23:19.475Ztflt 0.848402503
7962026-06-04T04:23:19.475Zdflt 1.172331580
7972026-06-04T04:23:19.475Zkflt 0.018333513
7982026-06-04T04:23:19.475Zlock 12:38.829202174
7992026-06-04T04:23:19.475Zslp 11:22.547874615
8002026-06-04T04:23:19.479Zlat 11.364827719
8012026-06-04T04:23:19.479Zstop 40.570673343
8022026-06-04T04:23:19.479Zprocess exited: duration 64181 ms, exit code 101
 
8032026-06-04T04:23:19.486Zfound 0 output files