01KW1122C38CE2Q14Y9KJFP8RS: build-and-test

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

Buildomat Job: 01KW1129SDY1WWF5QETCDXY8CR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T03:55:53.862Zjob assigned to worker 01KW112FEAKVSPD3KNFXTY99WC [factory aws, i-00104f06f62bfa3b8] (queued for 47 s)
 
22026-06-26T03:56:00.542Zstarting task 0: "setup"
32026-06-26T03:56:00.547Z++ uname -s
42026-06-26T03:56:00.550Z+ kern=SunOS
52026-06-26T03:56:00.550Z+ build_user=build
62026-06-26T03:56:00.550Z+ build_uid=12345
72026-06-26T03:56:00.550Z+ work_dir=/work
82026-06-26T03:56:00.550Z+ input_dir=/input
92026-06-26T03:56:00.550Z+ [[ 0 == 12345 ]]
102026-06-26T03:56:00.550Z+ case "$kern" in
112026-06-26T03:56:00.550Z+ groupadd -g 12345 build
122026-06-26T03:56:00.553Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T03:56:02.557Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T03:56:02.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T03:56:02.676Z+ home_fs=zfs
162026-06-26T03:56:02.676Z+ [[ zfs == autofs ]]
172026-06-26T03:56:02.676Z+ mkdir -p /home/build
182026-06-26T03:56:02.676Z+ chown build:build /home/build /work
192026-06-26T03:56:04.678Z+ chmod 0700 /home/build /work
202026-06-26T03:56:04.681Zprocess exited: duration 4139 ms, exit code 0
 
212026-06-26T03:56:04.688Zstarting task 1: "rust-toolchain"
222026-06-26T03:56:04.692Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T03:56:04.692Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T03:56:04.692Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T03:56:04.692Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-26T03:56:04.692Z * rust toolchain channel = "stable"
272026-06-26T03:56:04.692Z * rust toolchain profile = "default"
282026-06-26T03:56:04.695Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T03:56:04.695Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T03:56:04.793Zinfo: downloading installer
312026-06-26T03:56:06.369Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T03:56:06.369Zwarn: /opt/ooce/bin
332026-06-26T03:56:06.369Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T03:56:06.369Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T03:56:06.369Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T03:56:06.369Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T03:56:06.369Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T03:56:06.369Zerror: cannot install while Rust is installed
392026-06-26T03:56:06.369Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T03:56:06.369Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T03:56:06.369Zwarn: /home/build/.rustup/settings.toml
422026-06-26T03:56:06.369Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T03:56:06.369Zwarn: instead of the one inferred from the default host triple.
442026-06-26T03:56:06.383Zinfo: profile set to default
452026-06-26T03:56:06.383Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T03:56:06.386Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T03:56:06.549Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T03:56:06.552Zinfo: downloading 6 components
492026-06-26T03:56:23.008Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T03:56:23.008Z
512026-06-26T03:56:23.035Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T03:56:23.035Z
532026-06-26T03:56:23.035Z
542026-06-26T03:56:23.035ZRust is installed now. Great!
552026-06-26T03:56:23.035Z
562026-06-26T03:56:23.038ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T03:56:23.039Zenvironment variable. This has not been done automatically.
582026-06-26T03:56:23.039Z
592026-06-26T03:56:23.039ZTo configure your current shell, you need to source
602026-06-26T03:56:23.039Zthe corresponding env file under $HOME/.cargo.
612026-06-26T03:56:23.039Z
622026-06-26T03:56:23.039ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T03:56:23.039Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T03:56:23.039Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T03:56:23.039Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T03:56:23.039Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T03:56:23.039Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T03:56:23.039Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T03:56:23.039Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T03:56:23.039Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T03:56:23.131Z+ rustup --version
722026-06-26T03:56:23.139Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T03:56:23.142Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T03:56:23.160Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T03:56:23.163Z+ cargo --version
762026-06-26T03:56:23.176Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T03:56:23.178Z+ rustc --version
782026-06-26T03:56:23.197Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T03:56:23.200Zprocess exited: duration 18508 ms, exit code 0
 
802026-06-26T03:56:23.206Zstarting task 2: "authentication"
812026-06-26T03:56:23.222Zprocess exited: duration 16 ms, exit code 0
 
822026-06-26T03:56:23.229Zstarting task 3: "clone repository"
832026-06-26T03:56:23.233Z+ mkdir -p /work/oxidecomputer/falcon
842026-06-26T03:56:23.236Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-06-26T03:56:23.267ZCloning into '/work/oxidecomputer/falcon'...
862026-06-26T03:56:24.106Z+ cd /work/oxidecomputer/falcon
872026-06-26T03:56:24.106Z+ git fetch origin af260d6477bd0d674f615d9c8915bb0418191b6a
882026-06-26T03:56:24.349ZFrom https://github.com/oxidecomputer/falcon
892026-06-26T03:56:24.349Z * branch af260d6477bd0d674f615d9c8915bb0418191b6a -> FETCH_HEAD
902026-06-26T03:56:24.354Z+ [[ -n renovate/propolis-client-digest ]]
912026-06-26T03:56:24.357Z++ git branch --show-current
922026-06-26T03:56:24.357Z+ current=main
932026-06-26T03:56:24.357Z+ [[ main != renovate/propolis-client-digest ]]
942026-06-26T03:56:24.357Z+ git branch -f renovate/propolis-client-digest af260d6477bd0d674f615d9c8915bb0418191b6a
952026-06-26T03:56:24.360Z+ git checkout -f renovate/propolis-client-digest
962026-06-26T03:56:24.424ZSwitched to branch 'renovate/propolis-client-digest'
972026-06-26T03:56:24.427Z+ git reset --hard af260d6477bd0d674f615d9c8915bb0418191b6a
982026-06-26T03:56:24.430ZHEAD is now at af260d6 Update propolis-client digest to 979b728
992026-06-26T03:56:24.430Zprocess exited: duration 1200 ms, exit code 0
 
1002026-06-26T03:56:24.436Zstarting task 4: "build"
1012026-06-26T03:56:24.440Z+ cargo --version
1022026-06-26T03:56:24.446Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
1032026-06-26T03:56:24.612Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
1042026-06-26T03:56:24.617Zinfo: downloading 6 components
1052026-06-26T03:56:40.729Zcargo 1.96.0 (30a34c682 2026-05-25)
1062026-06-26T03:56:40.732Z+ rustc --version
1072026-06-26T03:56:40.759Zrustc 1.96.0 (ac68faa20 2026-05-25)
1082026-06-26T03:56:40.763Z+ banner build
1092026-06-26T03:56:40.766Z
1102026-06-26T03:56:40.766Z ##### # # # # #####
1112026-06-26T03:56:40.766Z # # # # # # # #
1122026-06-26T03:56:40.766Z ##### # # # # # #
1132026-06-26T03:56:40.766Z # # # # # # # #
1142026-06-26T03:56:40.766Z # # # # # # # #
1152026-06-26T03:56:40.766Z ##### #### # ###### #####
1162026-06-26T03:56:40.766Z
1172026-06-26T03:56:40.769Z+ ptime -m cargo build --all
1182026-06-26T03:56:40.851Z Updating crates.io index
1192026-06-26T03:56:40.854Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-06-26T03:56:41.228ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-06-26T03:56:41.228Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
1222026-06-26T03:56:41.237Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-06-26T03:56:42.022ZFrom https://github.com/oxidecomputer/propolis
1242026-06-26T03:56:42.022Z * [new ref] 979b72896bc39a876c98fb32fe706da37a4fc408 -> refs/commit/979b72896bc39a876c98fb32fe706da37a4fc408
1252026-06-26T03:56:42.071Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-26T03:56:42.374ZFrom https://github.com/oxidecomputer/zone
1272026-06-26T03:56:42.374Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-06-26T03:56:42.380Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-06-26T03:56:42.658ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-06-26T03:56:42.659Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
1312026-06-26T03:56:42.664Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-06-26T03:56:43.000ZFrom https://github.com/jmesmon/rust-libzfs
1332026-06-26T03:56:43.000Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-06-26T03:56:43.007Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-06-26T03:56:43.332ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-06-26T03:56:43.332Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-06-26T03:56:43.338Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-06-26T03:56:44.485ZFrom https://github.com/oxidecomputer/crucible
1392026-06-26T03:56:44.485Z * [new ref] 2bfe090eb5318ec8c467157018db2429d4df535b -> refs/commit/2bfe090eb5318ec8c467157018db2429d4df535b
1402026-06-26T03:56:46.725Z Downloading crates ...
1412026-06-26T03:56:46.799Z Downloaded clap_lex v1.1.0
1422026-06-26T03:56:46.802Z Downloaded base16ct v1.0.0
1432026-06-26T03:56:46.806Z Downloaded is_terminal_polyfill v1.70.2
1442026-06-26T03:56:46.809Z Downloaded http-body v1.0.1
1452026-06-26T03:56:46.809Z Downloaded rand_chacha v0.9.0
1462026-06-26T03:56:46.809Z Downloaded num_enum_derive v0.7.6
1472026-06-26T03:56:46.812Z Downloaded cstr-argument v0.1.2
1482026-06-26T03:56:46.812Z Downloaded anstyle-query v1.1.5
1492026-06-26T03:56:46.812Z Downloaded byteorder v1.5.0
1502026-06-26T03:56:46.815Z Downloaded scopeguard v1.2.0
1512026-06-26T03:56:46.815Z Downloaded autocfg v1.5.1
1522026-06-26T03:56:46.818Z Downloaded dyn-clone v1.0.20
1532026-06-26T03:56:46.818Z Downloaded ryu v1.0.23
1542026-06-26T03:56:46.821Z Downloaded futures-task v0.3.32
1552026-06-26T03:56:46.821Z Downloaded digest v0.10.7
1562026-06-26T03:56:46.821Z Downloaded oxnet v0.1.6
1572026-06-26T03:56:46.824Z Downloaded signal-hook-registry v1.4.8
1582026-06-26T03:56:46.824Z Downloaded parking_lot_core v0.9.12
1592026-06-26T03:56:46.826Z Downloaded block-buffer v0.10.4
1602026-06-26T03:56:46.826Z Downloaded progenitor-macro v0.14.0
1612026-06-26T03:56:46.827Z Downloaded openssl-probe v0.2.1
1622026-06-26T03:56:46.829Z Downloaded slog-scope v4.4.1
1632026-06-26T03:56:46.829Z Downloaded num_enum v0.7.6
1642026-06-26T03:56:46.832Z Downloaded bitflags v2.13.0
1652026-06-26T03:56:46.835Z Downloaded crossbeam-utils v0.8.21
1662026-06-26T03:56:46.838Z Downloaded colored v3.1.1
1672026-06-26T03:56:46.838Z Downloaded anstyle-parse v1.0.0
1682026-06-26T03:56:46.841Z Downloaded crucible-workspace-hack v0.1.0
1692026-06-26T03:56:46.841Z Downloaded proc-macro-error-attr v1.0.4
1702026-06-26T03:56:46.844Z Downloaded memchr v2.8.1
1712026-06-26T03:56:46.846Z Downloaded camino v1.2.3
1722026-06-26T03:56:46.849Z Downloaded atomic-waker v1.1.2
1732026-06-26T03:56:46.852Z Downloaded parking_lot v0.12.5
1742026-06-26T03:56:46.852Z Downloaded num-conv v0.2.2
1752026-06-26T03:56:46.852Z Downloaded crypto-common v0.1.7
1762026-06-26T03:56:46.860Z Downloaded icu_provider v2.2.0
1772026-06-26T03:56:46.863Z Downloaded base64 v0.22.1
1782026-06-26T03:56:46.866Z Downloaded proc-macro-error v1.0.4
1792026-06-26T03:56:46.868Z Downloaded jobserver v0.1.34
1802026-06-26T03:56:46.868Z Downloaded cpufeatures v0.3.0
1812026-06-26T03:56:46.871Z Downloaded quinn-udp v0.5.14
1822026-06-26T03:56:46.871Z Downloaded rand_chacha v0.3.1
1832026-06-26T03:56:46.871Z Downloaded percent-encoding v2.3.2
1842026-06-26T03:56:46.874Z Downloaded colorchoice v1.0.5
1852026-06-26T03:56:46.874Z Downloaded ppv-lite86 v0.2.21
1862026-06-26T03:56:46.874Z Downloaded arc-swap v1.9.1
1872026-06-26T03:56:46.877Z Downloaded base64 v0.21.7
1882026-06-26T03:56:46.880Z Downloaded lru-slab v0.1.2
1892026-06-26T03:56:46.880Z Downloaded serde_urlencoded v0.7.1
1902026-06-26T03:56:46.883Z Downloaded lazy_static v1.5.0
1912026-06-26T03:56:46.883Z Downloaded foreign-types-macros v0.2.3
1922026-06-26T03:56:46.886Z Downloaded is-terminal v0.4.17
1932026-06-26T03:56:46.886Z Downloaded dunce v1.0.5
1942026-06-26T03:56:46.889Z Downloaded cfg-if v1.0.4
1952026-06-26T03:56:46.891Z Downloaded futures-io v0.3.32
1962026-06-26T03:56:46.891Z Downloaded form_urlencoded v1.2.2
1972026-06-26T03:56:46.891Z Downloaded cfg_aliases v0.2.1
1982026-06-26T03:56:46.894Z Downloaded potential_utf v0.1.5
1992026-06-26T03:56:46.894Z Downloaded heck v0.5.0
2002026-06-26T03:56:46.897Z Downloaded generic-array v0.14.7
2012026-06-26T03:56:46.897Z Downloaded equivalent v1.0.2
2022026-06-26T03:56:46.900Z Downloaded sha2 v0.10.9
2032026-06-26T03:56:46.903Z Downloaded pkg-config v0.3.33
2042026-06-26T03:56:46.905Z Downloaded idna_adapter v1.2.2
2052026-06-26T03:56:46.908Z Downloaded cpufeatures v0.2.17
2062026-06-26T03:56:46.911Z Downloaded take_mut v0.2.2
2072026-06-26T03:56:46.911Z Downloaded futures-macro v0.3.32
2082026-06-26T03:56:46.915Z Downloaded futures-core v0.3.32
2092026-06-26T03:56:46.915Z Downloaded tabwriter v1.4.1
2102026-06-26T03:56:46.918Z Downloaded subtle v2.6.1
2112026-06-26T03:56:46.921Z Downloaded foreign-types-shared v0.3.1
2122026-06-26T03:56:46.921Z Downloaded errno v0.3.14
2132026-06-26T03:56:46.923Z Downloaded progenitor-client v0.14.0
2142026-06-26T03:56:46.923Z Downloaded lock_api v0.4.14
2152026-06-26T03:56:46.926Z Downloaded itoa v1.0.18
2162026-06-26T03:56:46.929Z Downloaded erased-serde v0.3.31
2172026-06-26T03:56:46.929Z Downloaded displaydoc v0.2.6
2182026-06-26T03:56:46.932Z Downloaded rand_core v0.6.4
2192026-06-26T03:56:46.932Z Downloaded progenitor v0.14.0
2202026-06-26T03:56:46.935Z Downloaded futures-sink v0.3.32
2212026-06-26T03:56:46.935Z Downloaded async-trait v0.1.89
2222026-06-26T03:56:46.935Z Downloaded shlex v2.0.1
2232026-06-26T03:56:46.938Z Downloaded foreign-types v0.5.0
2242026-06-26T03:56:46.938Z Downloaded time-core v0.1.8
2252026-06-26T03:56:46.941Z Downloaded sync_wrapper v1.0.2
2262026-06-26T03:56:46.942Z Downloaded data-encoding v2.11.0
2272026-06-26T03:56:46.945Z Downloaded tinyvec_macros v0.1.1
2282026-06-26T03:56:46.945Z Downloaded heck v0.4.1
2292026-06-26T03:56:46.945Z Downloaded stable_deref_trait v1.2.1
2302026-06-26T03:56:46.947Z Downloaded serde_spanned v1.1.1
2312026-06-26T03:56:46.948Z Downloaded tokio-macros v2.7.0
2322026-06-26T03:56:46.950Z Downloaded tower-service v0.3.3
2332026-06-26T03:56:46.953Z Downloaded tower-layer v0.3.3
2342026-06-26T03:56:46.953Z Downloaded rustversion v1.0.22
2352026-06-26T03:56:46.953Z Downloaded typeid v1.0.3
2362026-06-26T03:56:46.957Z Downloaded powerfmt v0.2.0
2372026-06-26T03:56:46.957Z Downloaded try-lock v0.2.5
2382026-06-26T03:56:46.960Z Downloaded pretty-hex v0.4.2
2392026-06-26T03:56:46.962Z Downloaded unit-prefix v0.5.2
2402026-06-26T03:56:46.962Z Downloaded strsim v0.11.1
2412026-06-26T03:56:46.965Z Downloaded sha1 v0.10.6
2422026-06-26T03:56:46.965Z Downloaded anstream v1.0.0
2432026-06-26T03:56:46.965Z Downloaded cmake v0.1.58
2442026-06-26T03:56:46.968Z Downloaded fs_extra v1.3.0
2452026-06-26T03:56:46.968Z Downloaded utf-8 v0.7.6
2462026-06-26T03:56:46.968Z Downloaded slog-envlogger v2.2.0
2472026-06-26T03:56:46.971Z Downloaded typify-macro v0.6.2
2482026-06-26T03:56:46.971Z Downloaded ipnet v2.12.0
2492026-06-26T03:56:46.974Z Downloaded quote v1.0.45
2502026-06-26T03:56:46.977Z Downloaded smf v0.2.3
2512026-06-26T03:56:46.977Z Downloaded rustc-hash v2.1.2
2522026-06-26T03:56:46.977Z Downloaded anstyle v1.0.14
2532026-06-26T03:56:46.980Z Downloaded either v1.16.0
2542026-06-26T03:56:46.980Z Downloaded rand_core v0.9.5
2552026-06-26T03:56:46.983Z Downloaded synstructure v0.13.2
2562026-06-26T03:56:46.983Z Downloaded slog-term v2.9.2
2572026-06-26T03:56:46.983Z Downloaded serde_derive_internals v0.29.1
2582026-06-26T03:56:46.986Z Downloaded deranged v0.5.8
2592026-06-26T03:56:46.988Z Downloaded proc-macro-crate v3.5.0
2602026-06-26T03:56:46.988Z Downloaded thiserror v1.0.69
2612026-06-26T03:56:46.991Z Downloaded want v0.3.1
2622026-06-26T03:56:46.991Z Downloaded find-msvc-tools v0.1.9
2632026-06-26T03:56:46.994Z Downloaded icu_locale_core v2.2.0
2642026-06-26T03:56:46.998Z Downloaded cc v1.2.63
2652026-06-26T03:56:47.001Z Downloaded smallvec v1.15.1
2662026-06-26T03:56:47.004Z Downloaded http-body-util v0.1.3
2672026-06-26T03:56:47.004Z Downloaded untrusted v0.9.0
2682026-06-26T03:56:47.007Z Downloaded utf8parse v0.2.2
2692026-06-26T03:56:47.010Z Downloaded version_check v0.9.5
2702026-06-26T03:56:47.012Z Downloaded serde_derive v1.0.228
2712026-06-26T03:56:47.015Z Downloaded zerofrom-derive v0.1.7
2722026-06-26T03:56:47.015Z Downloaded thread_local v1.1.9
2732026-06-26T03:56:47.018Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2742026-06-26T03:56:47.018Z Downloaded tinystr v0.8.3
2752026-06-26T03:56:47.018Z Downloaded slog-async v2.8.0
2762026-06-26T03:56:47.021Z Downloaded thiserror-impl v2.0.18
2772026-06-26T03:56:47.021Z Downloaded thiserror-impl v1.0.69
2782026-06-26T03:56:47.021Z Downloaded foldhash v0.2.0
2792026-06-26T03:56:47.024Z Downloaded thiserror v2.0.18
2802026-06-26T03:56:47.027Z Downloaded toml_writer v1.1.1+spec-1.1.0
2812026-06-26T03:56:47.027Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2822026-06-26T03:56:47.027Z Downloaded pin-project-lite v0.2.17
2832026-06-26T03:56:47.030Z Downloaded zone v0.3.1
2842026-06-26T03:56:47.033Z Downloaded zone_cfg_derive v0.3.1
2852026-06-26T03:56:47.033Z Downloaded chacha20 v0.10.0
2862026-06-26T03:56:47.033Z Downloaded slab v0.4.12
2872026-06-26T03:56:47.035Z Downloaded rustls-webpki v0.103.13
2882026-06-26T03:56:47.035Z Downloaded slog-stdlog v4.1.1
2892026-06-26T03:56:47.038Z Downloaded regex v1.12.4
2902026-06-26T03:56:47.041Z Downloaded zerofrom v0.1.8
2912026-06-26T03:56:47.041Z Downloaded iana-time-zone v0.1.65
2922026-06-26T03:56:47.044Z Downloaded hyper-rustls v0.27.9
2932026-06-26T03:56:47.044Z Downloaded getrandom v0.2.17
2942026-06-26T03:56:47.044Z Downloaded schemars_derive v0.8.22
2952026-06-26T03:56:47.047Z Downloaded rustls-native-certs v0.8.4
2962026-06-26T03:56:47.047Z Downloaded cargo_toml v0.22.3
2972026-06-26T03:56:47.047Z Downloaded once_cell v1.21.4
2982026-06-26T03:56:47.050Z Downloaded futures-executor v0.3.32
2992026-06-26T03:56:47.050Z Downloaded allocator-api2 v0.2.21
3002026-06-26T03:56:47.053Z Downloaded clap_derive v4.6.1
3012026-06-26T03:56:47.056Z Downloaded serde_tokenstream v0.2.3
3022026-06-26T03:56:47.059Z Downloaded schemars v0.8.22
3032026-06-26T03:56:47.065Z Downloaded yoke-derive v0.8.2
3042026-06-26T03:56:47.068Z Downloaded anyhow v1.0.102
3052026-06-26T03:56:47.070Z Downloaded utf8_iter v1.0.4
3062026-06-26T03:56:47.070Z Downloaded zmij v1.0.21
3072026-06-26T03:56:47.070Z Downloaded zeroize v1.8.2
3082026-06-26T03:56:47.070Z Downloaded writeable v0.6.3
3092026-06-26T03:56:47.073Z Downloaded time-macros v0.2.27
3102026-06-26T03:56:47.073Z Downloaded xz2 v0.1.7
3112026-06-26T03:56:47.076Z Downloaded tokio-tungstenite v0.21.0
3122026-06-26T03:56:47.076Z Downloaded term v1.2.1
3132026-06-26T03:56:47.079Z Downloaded futures v0.3.32
3142026-06-26T03:56:47.082Z Downloaded getrandom v0.4.2
3152026-06-26T03:56:47.082Z Downloaded slog v2.8.2
3162026-06-26T03:56:47.085Z Downloaded icu_properties v2.2.0
3172026-06-26T03:56:47.085Z Downloaded getrandom v0.3.4
3182026-06-26T03:56:47.088Z Downloaded tokio-rustls v0.26.4
3192026-06-26T03:56:47.088Z Downloaded rustls-pki-types v1.14.1
3202026-06-26T03:56:47.091Z Downloaded litemap v0.8.2
3212026-06-26T03:56:47.091Z Downloaded console v0.16.3
3222026-06-26T03:56:47.094Z Downloaded rand_core v0.10.1
3232026-06-26T03:56:47.094Z Downloaded progenitor-impl v0.14.0
3242026-06-26T03:56:47.097Z Downloaded semver v1.0.28
3252026-06-26T03:56:47.097Z Downloaded futures-channel v0.3.32
3262026-06-26T03:56:47.097Z Downloaded proc-macro2 v1.0.106
3272026-06-26T03:56:47.100Z Downloaded tracing-core v0.1.36
3282026-06-26T03:56:47.100Z Downloaded typify v0.6.2
3292026-06-26T03:56:47.104Z Downloaded socket2 v0.6.4
3302026-06-26T03:56:47.106Z Downloaded yoke v0.8.3
3312026-06-26T03:56:47.106Z Downloaded bytes v1.11.1
3322026-06-26T03:56:47.110Z Downloaded serde_core v1.0.228
3332026-06-26T03:56:47.113Z Downloaded indicatif v0.18.4
3342026-06-26T03:56:47.115Z Downloaded icu_normalizer_data v2.2.0
3352026-06-26T03:56:47.118Z Downloaded toml_parser v1.1.2+spec-1.1.0
3362026-06-26T03:56:47.121Z Downloaded uuid v1.23.3
3372026-06-26T03:56:47.124Z Downloaded crossbeam-channel v0.5.15
3382026-06-26T03:56:47.127Z Downloaded rand v0.8.6
3392026-06-26T03:56:47.129Z Downloaded hyper-util v0.1.20
3402026-06-26T03:56:47.132Z Downloaded rustls-platform-verifier v0.7.0
3412026-06-26T03:56:47.135Z Downloaded log v0.4.32
3422026-06-26T03:56:47.139Z Downloaded icu_normalizer v2.2.0
3432026-06-26T03:56:47.141Z Downloaded unicode-ident v1.0.24
3442026-06-26T03:56:47.144Z Downloaded tracing-attributes v0.1.31
3452026-06-26T03:56:47.144Z Downloaded tinyvec v1.11.0
3462026-06-26T03:56:47.147Z Downloaded indexmap v2.14.0
3472026-06-26T03:56:47.150Z Downloaded serde_yaml v0.9.34+deprecated
3482026-06-26T03:56:47.154Z Downloaded unsafe-libyaml v0.2.11
3492026-06-26T03:56:47.157Z Downloaded tungstenite v0.21.0
3502026-06-26T03:56:47.160Z Downloaded http v1.4.1
3512026-06-26T03:56:47.163Z Downloaded icu_collections v2.2.0
3522026-06-26T03:56:47.168Z Downloaded tower v0.5.3
3532026-06-26T03:56:47.173Z Downloaded zerovec-derive v0.11.3
3542026-06-26T03:56:47.176Z Downloaded num-traits v0.2.19
3552026-06-26T03:56:47.176Z Downloaded aho-corasick v1.1.4
3562026-06-26T03:56:47.179Z Downloaded zerotrie v0.2.4
3572026-06-26T03:56:47.181Z Downloaded toml v0.9.12+spec-1.1.0
3582026-06-26T03:56:47.184Z Downloaded toml_edit v0.25.12+spec-1.1.0
3592026-06-26T03:56:47.184Z Downloaded serde v1.0.228
3602026-06-26T03:56:47.187Z Downloaded typenum v1.20.1
3612026-06-26T03:56:47.190Z Downloaded rand v0.10.1
3622026-06-26T03:56:47.193Z Downloaded prettyplease v0.2.37
3632026-06-26T03:56:47.196Z Downloaded rand v0.9.4
3642026-06-26T03:56:47.199Z Downloaded mio v1.2.1
3652026-06-26T03:56:47.201Z Downloaded itertools v0.12.1
3662026-06-26T03:56:47.204Z Downloaded quinn v0.11.9
3672026-06-26T03:56:47.207Z Downloaded idna v1.1.0
3682026-06-26T03:56:47.213Z Downloaded hashbrown v0.16.1
3692026-06-26T03:56:47.219Z Downloaded hyper v1.10.1
3702026-06-26T03:56:47.222Z Downloaded tower-http v0.6.11
3712026-06-26T03:56:47.227Z Downloaded url v2.5.8
3722026-06-26T03:56:47.230Z Downloaded icu_properties_data v2.2.0
3732026-06-26T03:56:47.234Z Downloaded futures-util v0.3.32
3742026-06-26T03:56:47.240Z Downloaded hashbrown v0.17.1
3752026-06-26T03:56:47.243Z Downloaded aws-lc-rs v1.17.0
3762026-06-26T03:56:47.248Z Downloaded clap_builder v4.6.0
3772026-06-26T03:56:47.252Z Downloaded ron v0.12.1
3782026-06-26T03:56:47.260Z Downloaded winnow v1.0.3
3792026-06-26T03:56:47.267Z Downloaded chrono v0.4.45
3802026-06-26T03:56:47.271Z Downloaded clap v4.6.1
3812026-06-26T03:56:47.284Z Downloaded zerovec v0.11.6
3822026-06-26T03:56:47.287Z Downloaded zerocopy v0.8.50
3832026-06-26T03:56:47.297Z Downloaded openapiv3 v2.2.0
3842026-06-26T03:56:47.303Z Downloaded tokio-util v0.7.18
3852026-06-26T03:56:47.306Z Downloaded serde_json v1.0.150
3862026-06-26T03:56:47.316Z Downloaded typify-impl v0.6.2
3872026-06-26T03:56:47.323Z Downloaded reqwest v0.13.4
3882026-06-26T03:56:47.326Z Downloaded reqwest v0.12.28
3892026-06-26T03:56:47.329Z Downloaded portable-atomic v1.13.1
3902026-06-26T03:56:47.345Z Downloaded winnow v0.7.15
3912026-06-26T03:56:47.358Z Downloaded quinn-proto v0.11.14
3922026-06-26T03:56:47.373Z Downloaded time v0.3.47
3932026-06-26T03:56:47.381Z Downloaded syn v1.0.109
3942026-06-26T03:56:47.387Z Downloaded tokio v1.52.3
3952026-06-26T03:56:47.411Z Downloaded httparse v1.10.1
3962026-06-26T03:56:47.418Z Downloaded unicode-width v0.2.2
3972026-06-26T03:56:47.426Z Downloaded syn v2.0.118
3982026-06-26T03:56:47.455Z Downloaded rustls v0.23.40
3992026-06-26T03:56:47.462Z Downloaded regress v0.11.1
4002026-06-26T03:56:47.466Z Downloaded regex-syntax v0.8.11
4012026-06-26T03:56:47.493Z Downloaded tracing v0.1.44
4022026-06-26T03:56:47.519Z Downloaded regex-automata v0.4.14
4032026-06-26T03:56:47.544Z Downloaded lzma-sys v0.1.20
4042026-06-26T03:56:47.559Z Downloaded libc v0.2.186
4052026-06-26T03:56:47.608Z Downloaded ring v0.17.14
4062026-06-26T03:56:47.976Z Downloaded aws-lc-sys v0.41.0
4072026-06-26T03:56:48.181Z Compiling proc-macro2 v1.0.106
4082026-06-26T03:56:48.182Z Compiling quote v1.0.45
4092026-06-26T03:56:48.182Z Compiling unicode-ident v1.0.24
4102026-06-26T03:56:48.185Z Compiling libc v0.2.186
4112026-06-26T03:56:48.185Z Compiling cfg-if v1.0.4
4122026-06-26T03:56:48.185Z Compiling itoa v1.0.18
4132026-06-26T03:56:48.185Z Compiling serde_core v1.0.228
4142026-06-26T03:56:48.348Z Compiling memchr v2.8.1
4152026-06-26T03:56:48.406Z Compiling equivalent v1.0.2
4162026-06-26T03:56:48.483Z Compiling serde v1.0.228
4172026-06-26T03:56:48.492Z Compiling zmij v1.0.21
4182026-06-26T03:56:48.665Z Compiling autocfg v1.5.1
4192026-06-26T03:56:48.812Z Compiling serde_json v1.0.150
4202026-06-26T03:56:48.830Z Compiling version_check v0.9.5
4212026-06-26T03:56:49.026Z Compiling num-traits v0.2.19
4222026-06-26T03:56:49.047Z Compiling jobserver v0.1.34
4232026-06-26T03:56:49.057Z Compiling stable_deref_trait v1.2.1
4242026-06-26T03:56:49.111Z Compiling pin-project-lite v0.2.17
4252026-06-26T03:56:49.133Z Compiling bytes v1.11.1
4262026-06-26T03:56:49.204Z Compiling smallvec v1.15.1
4272026-06-26T03:56:49.246Z Compiling shlex v2.0.1
4282026-06-26T03:56:49.365Z Compiling find-msvc-tools v0.1.9
4292026-06-26T03:56:49.589Z Compiling syn v2.0.118
4302026-06-26T03:56:49.603Z Compiling cc v1.2.63
4312026-06-26T03:56:49.707Z Compiling futures-core v0.3.32
4322026-06-26T03:56:49.784Z Compiling hashbrown v0.17.1
4332026-06-26T03:56:49.793Z Compiling parking_lot_core v0.9.12
4342026-06-26T03:56:49.854Z Compiling http v1.4.1
4352026-06-26T03:56:50.058Z Compiling socket2 v0.6.4
4362026-06-26T03:56:50.191Z Compiling schemars v0.8.22
4372026-06-26T03:56:50.340Z Compiling scopeguard v1.2.0
4382026-06-26T03:56:50.419Z Compiling futures-sink v0.3.32
4392026-06-26T03:56:50.503Z Compiling rustversion v1.0.22
4402026-06-26T03:56:50.522Z Compiling lock_api v0.4.14
4412026-06-26T03:56:50.533Z Compiling cmake v0.1.58
4422026-06-26T03:56:50.739Z Compiling errno v0.3.14
4432026-06-26T03:56:50.849Z Compiling once_cell v1.21.4
4442026-06-26T03:56:50.849Z Compiling dunce v1.0.5
4452026-06-26T03:56:50.865Z Compiling thiserror v2.0.18
4462026-06-26T03:56:50.875Z Compiling writeable v0.6.3
4472026-06-26T03:56:50.884Z Compiling dyn-clone v1.0.20
4482026-06-26T03:56:50.893Z Compiling rand_core v0.10.1
4492026-06-26T03:56:50.941Z Compiling fs_extra v1.3.0
4502026-06-26T03:56:50.995Z Compiling getrandom v0.4.2
4512026-06-26T03:56:51.016Z Compiling litemap v0.8.2
4522026-06-26T03:56:51.055Z Compiling signal-hook-registry v1.4.8
4532026-06-26T03:56:51.067Z Compiling parking_lot v0.12.5
4542026-06-26T03:56:51.197Z Compiling aws-lc-sys v0.41.0
4552026-06-26T03:56:51.201Z Compiling futures-channel v0.3.32
4562026-06-26T03:56:51.263Z Compiling mio v1.2.1
4572026-06-26T03:56:51.342Z Compiling utf8_iter v1.0.4
4582026-06-26T03:56:51.377Z Compiling icu_normalizer_data v2.2.0
4592026-06-26T03:56:51.425Z Compiling winnow v1.0.3
4602026-06-26T03:56:51.468Z Compiling icu_properties_data v2.2.0
4612026-06-26T03:56:51.594Z Compiling indexmap v2.14.0
4622026-06-26T03:56:51.613Z Compiling slab v0.4.12
4632026-06-26T03:56:51.660Z Compiling allocator-api2 v0.2.21
4642026-06-26T03:56:51.697Z Compiling futures-task v0.3.32
4652026-06-26T03:56:51.765Z Compiling foldhash v0.2.0
4662026-06-26T03:56:51.785Z Compiling percent-encoding v2.3.2
4672026-06-26T03:56:51.865Z Compiling log v0.4.32
4682026-06-26T03:56:51.931Z Compiling futures-io v0.3.32
4692026-06-26T03:56:51.979Z Compiling hashbrown v0.16.1
4702026-06-26T03:56:52.117Z Compiling heck v0.5.0
4712026-06-26T03:56:52.143Z Compiling httparse v1.10.1
4722026-06-26T03:56:52.251Z Compiling zeroize v1.8.2
4732026-06-26T03:56:52.372Z Compiling synstructure v0.13.2
4742026-06-26T03:56:52.429Z Compiling serde_derive_internals v0.29.1
4752026-06-26T03:56:52.480Z Compiling iana-time-zone v0.1.65
4762026-06-26T03:56:52.505Z Compiling aws-lc-rs v1.17.0
4772026-06-26T03:56:52.600Z Compiling chrono v0.4.45
4782026-06-26T03:56:52.716Z Compiling toml_parser v1.1.2+spec-1.1.0
4792026-06-26T03:56:52.943Z Compiling syn v1.0.109
4802026-06-26T03:56:53.288Z Compiling rustls-pki-types v1.14.1
4812026-06-26T03:56:53.298Z Compiling form_urlencoded v1.2.2
4822026-06-26T03:56:53.307Z Compiling tracing-core v0.1.36
4832026-06-26T03:56:53.475Z Compiling http-body v1.0.1
4842026-06-26T03:56:53.526Z Compiling serde_derive v1.0.228
4852026-06-26T03:56:53.546Z Compiling zerofrom-derive v0.1.7
4862026-06-26T03:56:53.620Z Compiling yoke-derive v0.8.2
4872026-06-26T03:56:53.765Z Compiling zerovec-derive v0.11.3
4882026-06-26T03:56:53.919Z Compiling displaydoc v0.2.6
4892026-06-26T03:56:53.959Z Compiling schemars_derive v0.8.22
4902026-06-26T03:56:54.119Z Compiling thiserror-impl v2.0.18
4912026-06-26T03:56:54.707Z Compiling tokio-macros v2.7.0
4922026-06-26T03:56:54.717Z Compiling futures-macro v0.3.32
4932026-06-26T03:56:54.748Z Compiling zerofrom v0.1.8
4942026-06-26T03:56:54.866Z Compiling yoke v0.8.3
4952026-06-26T03:56:54.867Z Compiling tracing-attributes v0.1.31
4962026-06-26T03:56:55.057Z Compiling zerovec v0.11.6
4972026-06-26T03:56:55.157Z Compiling zerotrie v0.2.4
4982026-06-26T03:56:55.432Z Compiling tokio v1.52.3
4992026-06-26T03:56:55.458Z Compiling generic-array v0.14.7
5002026-06-26T03:56:55.562Z Compiling tinystr v0.8.3
5012026-06-26T03:56:55.586Z Compiling potential_utf v0.1.5
5022026-06-26T03:56:55.685Z Compiling futures-util v0.3.32
5032026-06-26T03:56:55.747Z Compiling icu_locale_core v2.2.0
5042026-06-26T03:56:55.759Z Compiling icu_collections v2.2.0
5052026-06-26T03:56:56.083Z Compiling uuid v1.23.3
5062026-06-26T03:56:56.264Z Compiling regex-syntax v0.8.11
5072026-06-26T03:56:56.361Z Compiling thiserror v1.0.69
5082026-06-26T03:56:56.661Z Compiling icu_provider v2.2.0
5092026-06-26T03:56:56.695Z Compiling zerocopy v0.8.50
5102026-06-26T03:56:56.894Z Compiling icu_properties v2.2.0
5112026-06-26T03:56:56.980Z Compiling icu_normalizer v2.2.0
5122026-06-26T03:56:57.106Z Compiling tracing v0.1.44
5132026-06-26T03:56:57.380Z Compiling thiserror-impl v1.0.69
5142026-06-26T03:56:57.998Z Compiling idna_adapter v1.2.2
5152026-06-26T03:56:58.105Z Compiling idna v1.1.0
5162026-06-26T03:56:58.135Z Compiling regress v0.11.1
5172026-06-26T03:56:58.560Z Compiling semver v1.0.28
5182026-06-26T03:56:58.761Z Compiling untrusted v0.9.0
5192026-06-26T03:56:58.854Z Compiling rustls v0.23.40
5202026-06-26T03:56:58.881Z Compiling try-lock v0.2.5
5212026-06-26T03:56:58.950Z Compiling typenum v1.20.1
5222026-06-26T03:56:58.987Z Compiling tower-service v0.3.3
5232026-06-26T03:56:59.060Z Compiling base64 v0.22.1
5242026-06-26T03:56:59.060Z Compiling want v0.3.1
5252026-06-26T03:56:59.340Z Compiling url v2.5.8
5262026-06-26T03:57:00.094Z Compiling typify-impl v0.6.2
5272026-06-26T03:57:00.160Z Compiling serde_tokenstream v0.2.3
5282026-06-26T03:57:00.453Z Compiling slog v2.8.2
5292026-06-26T03:57:00.520Z Compiling proc-macro-error-attr v1.0.4
5302026-06-26T03:57:00.673Z Compiling ryu v1.0.23
5312026-06-26T03:57:00.741Z Compiling atomic-waker v1.1.2
5322026-06-26T03:57:00.857Z Compiling subtle v2.6.1
5332026-06-26T03:57:00.867Z Compiling hyper v1.10.1
5342026-06-26T03:57:00.963Z Compiling erased-serde v0.3.31
5352026-06-26T03:57:01.004Z Compiling bitflags v2.13.0
5362026-06-26T03:57:01.234Z Compiling sync_wrapper v1.0.2
5372026-06-26T03:57:01.342Z Compiling proc-macro-error v1.0.4
5382026-06-26T03:57:01.467Z Compiling ipnet v2.12.0
5392026-06-26T03:57:01.557Z Compiling toml_datetime v1.1.1+spec-1.1.0
5402026-06-26T03:57:01.568Z Compiling tower-layer v0.3.3
5412026-06-26T03:57:01.723Z Compiling toml_edit v0.25.12+spec-1.1.0
5422026-06-26T03:57:01.780Z Compiling hyper-util v0.1.20
5432026-06-26T03:57:01.990Z Compiling tower v0.5.3
5442026-06-26T03:57:02.054Z Compiling ppv-lite86 v0.2.21
5452026-06-26T03:57:02.363Z Compiling block-buffer v0.10.4
5462026-06-26T03:57:02.463Z Compiling crypto-common v0.1.7
5472026-06-26T03:57:02.498Z Compiling aho-corasick v1.1.4
5482026-06-26T03:57:02.540Z Compiling getrandom v0.2.17
5492026-06-26T03:57:02.610Z Compiling openssl-probe v0.2.1
5502026-06-26T03:57:02.675Z Compiling getrandom v0.3.4
5512026-06-26T03:57:02.723Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5522026-06-26T03:57:02.799Z Compiling rustls-native-certs v0.8.4
5532026-06-26T03:57:03.073Z Compiling rand_core v0.6.4
5542026-06-26T03:57:03.154Z Compiling digest v0.10.7
5552026-06-26T03:57:03.218Z Compiling tower-http v0.6.11
5562026-06-26T03:57:03.268Z Compiling proc-macro-crate v3.5.0
5572026-06-26T03:57:03.317Z Compiling serde_urlencoded v0.7.1
5582026-06-26T03:57:03.349Z Compiling http-body-util v0.1.3
5592026-06-26T03:57:03.563Z Compiling regex-automata v0.4.14
5602026-06-26T03:57:04.593Z Compiling winnow v0.7.15
5612026-06-26T03:57:04.986Z Compiling crossbeam-utils v0.8.21
5622026-06-26T03:57:05.290Z Compiling cpufeatures v0.2.17
5632026-06-26T03:57:05.359Z Compiling heck v0.4.1
5642026-06-26T03:57:05.563Z Compiling toml_writer v1.1.1+spec-1.1.0
5652026-06-26T03:57:05.775Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5662026-06-26T03:57:05.930Z Compiling crucible-workspace-hack v0.1.0
5672026-06-26T03:57:06.162Z Compiling regex v1.12.4
5682026-06-26T03:57:06.396Z Compiling typify-macro v0.6.2
5692026-06-26T03:57:06.986Z Compiling num_enum_derive v0.7.6
5702026-06-26T03:57:06.997Z Compiling rand_chacha v0.3.1
5712026-06-26T03:57:07.292Z Compiling tokio-util v0.7.18
5722026-06-26T03:57:07.438Z Compiling openapiv3 v2.2.0
5732026-06-26T03:57:07.448Z Compiling foreign-types-macros v0.2.3
5742026-06-26T03:57:07.752Z Compiling toml_datetime v0.7.5+spec-1.1.0
5752026-06-26T03:57:08.017Z Compiling serde_spanned v1.1.1
5762026-06-26T03:57:08.082Z Compiling pkg-config v0.3.33
5772026-06-26T03:57:08.127Z Compiling foreign-types-shared v0.3.1
5782026-06-26T03:57:08.166Z Compiling utf8parse v0.2.2
5792026-06-26T03:57:08.218Z Compiling unsafe-libyaml v0.2.11
5802026-06-26T03:57:08.276Z Compiling anyhow v1.0.102
5812026-06-26T03:57:08.292Z Compiling num-conv v0.2.2
5822026-06-26T03:57:08.444Z Compiling prettyplease v0.2.37
5832026-06-26T03:57:08.505Z Compiling typify v0.6.2
5842026-06-26T03:57:08.534Z Compiling either v1.16.0
5852026-06-26T03:57:08.592Z Compiling cpufeatures v0.3.0
5862026-06-26T03:57:08.602Z Compiling time-core v0.1.8
5872026-06-26T03:57:08.663Z Compiling powerfmt v0.2.0
5882026-06-26T03:57:08.694Z Compiling chacha20 v0.10.0
5892026-06-26T03:57:08.739Z Compiling serde_yaml v0.9.34+deprecated
5902026-06-26T03:57:08.739Z Compiling time-macros v0.2.27
5912026-06-26T03:57:08.876Z Compiling deranged v0.5.8
5922026-06-26T03:57:08.900Z Compiling itertools v0.12.1
5932026-06-26T03:57:08.954Z Compiling progenitor-impl v0.14.0
5942026-06-26T03:57:09.349Z Compiling lzma-sys v0.1.20
5952026-06-26T03:57:09.743Z Compiling anstyle-parse v1.0.0
5962026-06-26T03:57:09.847Z Compiling foreign-types v0.5.0
5972026-06-26T03:57:09.920Z Compiling toml v0.9.12+spec-1.1.0
5982026-06-26T03:57:09.930Z Compiling num_enum v0.7.6
5992026-06-26T03:57:10.017Z Compiling rand_core v0.9.5
6002026-06-26T03:57:10.041Z Compiling rand v0.8.6
6012026-06-26T03:57:10.422Z Compiling sha1 v0.10.6
6022026-06-26T03:57:10.648Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6032026-06-26T03:57:10.683Z Compiling arc-swap v1.9.1
6042026-06-26T03:57:10.741Z Compiling cstr-argument v0.1.2
6052026-06-26T03:57:10.896Z Compiling thread_local v1.1.9
6062026-06-26T03:57:10.982Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
6072026-06-26T03:57:11.152Z Compiling colorchoice v1.0.5
6082026-06-26T03:57:11.172Z Compiling slog-async v2.8.0
6092026-06-26T03:57:11.199Z Compiling anstyle-query v1.1.5
6102026-06-26T03:57:11.265Z Compiling utf-8 v0.7.6
6112026-06-26T03:57:11.305Z Compiling anstyle v1.0.14
6122026-06-26T03:57:11.446Z Compiling byteorder v1.5.0
6132026-06-26T03:57:11.450Z Compiling typeid v1.0.3
6142026-06-26T03:57:11.468Z Compiling data-encoding v2.11.0
6152026-06-26T03:57:11.471Z Compiling pretty-hex v0.4.2
6162026-06-26T03:57:11.531Z Compiling unicode-width v0.2.2
6172026-06-26T03:57:11.610Z Compiling is_terminal_polyfill v1.70.2
6182026-06-26T03:57:11.675Z Compiling lazy_static v1.5.0
6192026-06-26T03:57:11.700Z Compiling portable-atomic v1.13.1
6202026-06-26T03:57:11.772Z Compiling tungstenite v0.21.0
6212026-06-26T03:57:11.782Z Compiling slog-scope v4.4.1
6222026-06-26T03:57:11.812Z Compiling anstream v1.0.0
6232026-06-26T03:57:12.040Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
6242026-06-26T03:57:12.199Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6252026-06-26T03:57:12.242Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6262026-06-26T03:57:12.303Z Compiling cargo_toml v0.22.3
6272026-06-26T03:57:12.315Z Compiling crossbeam-channel v0.5.15
6282026-06-26T03:57:12.335Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
6292026-06-26T03:57:12.479Z Compiling progenitor-macro v0.14.0
6302026-06-26T03:57:12.504Z Compiling rand_chacha v0.9.0
6312026-06-26T03:57:12.688Z Compiling time v0.3.47
6322026-06-26T03:57:12.957Z Compiling rand v0.10.1
6332026-06-26T03:57:13.234Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
6342026-06-26T03:57:13.545Z Compiling futures-executor v0.3.32
6352026-06-26T03:57:13.630Z Compiling is-terminal v0.4.17
6362026-06-26T03:57:13.730Z Compiling camino v1.2.3
6372026-06-26T03:57:13.742Z Compiling colored v3.1.1
6382026-06-26T03:57:13.792Z Compiling oxnet v0.1.6
6392026-06-26T03:57:13.842Z Compiling clap_lex v1.1.0
6402026-06-26T03:57:14.060Z Compiling strsim v0.11.1
6412026-06-26T03:57:14.070Z Compiling take_mut v0.2.2
6422026-06-26T03:57:14.088Z Compiling term v1.2.1
6432026-06-26T03:57:14.455Z Compiling slog-term v2.9.2
6442026-06-26T03:57:14.593Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6452026-06-26T03:57:14.707Z Compiling clap_builder v4.6.0
6462026-06-26T03:57:14.805Z Compiling futures v0.3.32
6472026-06-26T03:57:14.883Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
6482026-06-26T03:57:15.149Z Compiling rand v0.9.4
6492026-06-26T03:57:15.664Z Compiling tokio-tungstenite v0.21.0
6502026-06-26T03:57:15.743Z Compiling slog-stdlog v4.1.1
6512026-06-26T03:57:15.856Z Compiling console v0.16.3
6522026-06-26T03:57:15.946Z Compiling zone_cfg_derive v0.3.1
6532026-06-26T03:57:15.960Z Compiling clap_derive v4.6.1
6542026-06-26T03:57:16.172Z Compiling async-trait v0.1.89
6552026-06-26T03:57:17.082Z Compiling unit-prefix v0.5.2
6562026-06-26T03:57:17.141Z Compiling base64 v0.21.7
6572026-06-26T03:57:17.187Z Compiling indicatif v0.18.4
6582026-06-26T03:57:17.466Z Compiling zone v0.3.1
6592026-06-26T03:57:17.528Z Compiling slog-envlogger v2.2.0
6602026-06-26T03:57:17.656Z Compiling clap v4.6.1
6612026-06-26T03:57:17.734Z Compiling ron v0.12.1
6622026-06-26T03:57:17.915Z Compiling xz2 v0.1.7
6632026-06-26T03:57:18.149Z Compiling tabwriter v1.4.1
6642026-06-26T03:57:18.206Z Compiling sha2 v0.10.9
6652026-06-26T03:57:18.265Z Compiling reqwest v0.12.28
6662026-06-26T03:57:18.295Z Compiling smf v0.2.3
6672026-06-26T03:57:18.392Z Compiling base16ct v1.0.0
6682026-06-26T03:57:18.411Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6692026-06-26T03:57:19.063Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6702026-06-26T03:57:19.563Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6712026-06-26T03:57:22.737Z Compiling rustls-webpki v0.103.13
6722026-06-26T03:57:25.408Z Compiling tokio-rustls v0.26.4
6732026-06-26T03:57:25.408Z Compiling rustls-platform-verifier v0.7.0
6742026-06-26T03:57:25.589Z Compiling hyper-rustls v0.27.9
6752026-06-26T03:57:25.746Z Compiling reqwest v0.13.4
6762026-06-26T03:57:26.647Z Compiling progenitor-client v0.14.0
6772026-06-26T03:57:26.832Z Compiling progenitor v0.14.0
6782026-06-26T03:57:26.915Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
6792026-06-26T03:57:29.148Zerror[E0308]: mismatched types
6802026-06-26T03:57:29.148Z --> lib/src/lib.rs:1793:9
6812026-06-26T03:57:29.148Z |
6822026-06-26T03:57:29.148Z1791 | let client = propolis_client::Client::new_with_client(
6832026-06-26T03:57:29.148Z | ---------------------------------------- arguments to this function are incorrect
6842026-06-26T03:57:29.148Z1792 | &format!("http://{}", sockaddr),
6852026-06-26T03:57:29.148Z1793 | reqwest_client,
6862026-06-26T03:57:29.148Z | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client`
6872026-06-26T03:57:29.148Z |
6882026-06-26T03:57:29.148Znote: there are multiple different versions of crate `reqwest` in the dependency graph
6892026-06-26T03:57:29.148Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/async_impl/client.rs:93:1
6902026-06-26T03:57:29.148Z |
6912026-06-26T03:57:29.148Z 93 | pub struct Client {
6922026-06-26T03:57:29.148Z | ^^^^^^^^^^^^^^^^^ this is the expected type
6932026-06-26T03:57:29.148Z |
6942026-06-26T03:57:29.148Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
6952026-06-26T03:57:29.148Z |
6962026-06-26T03:57:29.148Z 93 | pub struct Client {
6972026-06-26T03:57:29.148Z | ----------------- this is the found type
6982026-06-26T03:57:29.148Z = help: you can use `cargo tree` to explore your dependency tree
6992026-06-26T03:57:29.148Znote: associated function defined here
7002026-06-26T03:57:29.148Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/lib/propolis-client/src/lib.rs:44:1
7012026-06-26T03:57:29.148Z |
7022026-06-26T03:57:29.148Z 44 | / progenitor::generate_api!(
7032026-06-26T03:57:29.148Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7042026-06-26T03:57:29.148Z 46 | | interface = Builder,
7052026-06-26T03:57:29.149Z 47 | | tags = Separate,
7062026-06-26T03:57:29.149Z... |
7072026-06-26T03:57:29.149Z 70 | | );
7082026-06-26T03:57:29.149Z | |_^
7092026-06-26T03:57:29.149Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7102026-06-26T03:57:29.149Z
7112026-06-26T03:57:29.152Zerror[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-26T03:57:29.152Z --> lib/src/lib.rs:1830:18
7132026-06-26T03:57:29.152Z |
7142026-06-26T03:57:29.152Z1830 | .collect()
7152026-06-26T03:57:29.152Z | ^^^^^^^ 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-26T03:57:29.152Z |
7172026-06-26T03:57:29.152Zhelp: 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-26T03:57:29.152Z but trait `FromIterator<(propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component)>` is implemented for it
7192026-06-26T03:57:29.152Z --> /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/alloc/src/collections/btree/map.rs:2518:0
7202026-06-26T03:57:29.152Z = help: for that trait implementation, expected `propolis_client::instance_spec::Component`, found `ComponentV0`
7212026-06-26T03:57:29.153Znote: the method call chain might not have had the expected associated types
7222026-06-26T03:57:29.153Z --> lib/src/lib.rs:1829:18
7232026-06-26T03:57:29.153Z |
7242026-06-26T03:57:29.153Z1827 | components
7252026-06-26T03:57:29.153Z | ---------- this expression has type `&BTreeMap<SpecKey, ComponentV0>`
7262026-06-26T03:57:29.153Z1828 | .iter()
7272026-06-26T03:57:29.153Z | ------ `Iterator::Item` is `(&SpecKey, &ComponentV0)` here
7282026-06-26T03:57:29.153Z1829 | .map(|(spec_key, comp)| (spec_key.clone(), comp.clone()))
7292026-06-26T03:57:29.153Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Iterator::Item` changed to `(SpecKey, ComponentV0)` here
7302026-06-26T03:57:29.153Znote: required by a bound in `std::iter::Iterator::collect`
7312026-06-26T03:57:29.153Z --> /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/core/src/iter/traits/iterator.rs:2079:4
7322026-06-26T03:57:29.153Z
7332026-06-26T03:57:29.156Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7342026-06-26T03:57:29.156Z --> lib/src/lib.rs:1849:40
7352026-06-26T03:57:29.156Z |
7362026-06-26T03:57:29.156Z1849 | match client.instance_ensure().body(&req).send().await {
7372026-06-26T03:57:29.156Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7382026-06-26T03:57:29.156Z |
7392026-06-26T03:57:29.156Zhelp: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7402026-06-26T03:57:29.156Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7412026-06-26T03:57:29.156Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/lib/propolis-client/src/lib.rs:44:1
7422026-06-26T03:57:29.156Z |
7432026-06-26T03:57:29.156Z 44 | / progenitor::generate_api!(
7442026-06-26T03:57:29.156Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7452026-06-26T03:57:29.157Z 46 | | interface = Builder,
7462026-06-26T03:57:29.157Z 47 | | tags = Separate,
7472026-06-26T03:57:29.157Z... |
7482026-06-26T03:57:29.157Z 70 | | );
7492026-06-26T03:57:29.157Z | |_^
7502026-06-26T03:57:29.157Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7512026-06-26T03:57:29.157Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7522026-06-26T03:57:29.157Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7532026-06-26T03:57:29.157Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-5663aaa23e081423.long-type-18200751434977916986.txt'
7542026-06-26T03:57:29.157Z = note: consider using `--verbose` to print the full type name to the console
7552026-06-26T03:57:29.157Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7562026-06-26T03:57:29.157Z
7572026-06-26T03:57:29.160Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7582026-06-26T03:57:29.160Z --> lib/src/lib.rs:1871:34
7592026-06-26T03:57:29.160Z |
7602026-06-26T03:57:29.160Z1871 | client.instance_ensure().body(&req).send().await?;
7612026-06-26T03:57:29.160Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7622026-06-26T03:57:29.160Z |
7632026-06-26T03:57:29.160Zhelp: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7642026-06-26T03:57:29.160Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7652026-06-26T03:57:29.160Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/979b728/lib/propolis-client/src/lib.rs:44:1
7662026-06-26T03:57:29.160Z |
7672026-06-26T03:57:29.160Z 44 | / progenitor::generate_api!(
7682026-06-26T03:57:29.161Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7692026-06-26T03:57:29.161Z 46 | | interface = Builder,
7702026-06-26T03:57:29.161Z 47 | | tags = Separate,
7712026-06-26T03:57:29.161Z... |
7722026-06-26T03:57:29.161Z 70 | | );
7732026-06-26T03:57:29.161Z | |_^
7742026-06-26T03:57:29.161Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7752026-06-26T03:57:29.161Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7762026-06-26T03:57:29.161Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7772026-06-26T03:57:29.161Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-5663aaa23e081423.long-type-8520656166553215398.txt'
7782026-06-26T03:57:29.161Z = note: consider using `--verbose` to print the full type name to the console
7792026-06-26T03:57:29.161Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7802026-06-26T03:57:29.161Z
7812026-06-26T03:57:29.207Zerror[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope
7822026-06-26T03:57:29.207Z --> lib/src/lib.rs:2025:31
7832026-06-26T03:57:29.207Z |
7842026-06-26T03:57:29.208Z2025 | let mut stream = response.bytes_stream();
7852026-06-26T03:57:29.208Z | ^^^^^^^^^^^^ method not found in `reqwest::Response`
7862026-06-26T03:57:29.208Z
7872026-06-26T03:57:29.790ZSome errors have detailed explanations: E0277, E0308, E0599.
7882026-06-26T03:57:29.790ZFor more information about an error, try `rustc --explain E0277`.
7892026-06-26T03:57:29.837Zerror: could not compile `libfalcon` (lib) due to 5 previous errors
7902026-06-26T03:57:30.006Z
7912026-06-26T03:57:30.006Zreal 49.200134032
7922026-06-26T03:57:30.006Zuser 3:25.905526600
7932026-06-26T03:57:30.006Zsys 40.989579086
7942026-06-26T03:57:30.006Ztrap 0.123668951
7952026-06-26T03:57:30.006Ztflt 0.349857215
7962026-06-26T03:57:30.006Zdflt 0.314506972
7972026-06-26T03:57:30.006Zkflt 0.010132614
7982026-06-26T03:57:30.006Zlock 12:38.186659612
7992026-06-26T03:57:30.006Zslp 11:16.469042451
8002026-06-26T03:57:30.006Zlat 11.499591365
8012026-06-26T03:57:30.006Zstop 40.368430652
8022026-06-26T03:57:30.009Zprocess exited: duration 65559 ms, exit code 101
 
8032026-06-26T03:57:30.016Zfound 0 output files