01KSVG7HFX8SSDKASRXX167Z30: build-and-test

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

Buildomat Job: 01KSVG7RX0Z2494HR4C3GE5BTK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-30T03:54:16.324Zjob assigned to worker 01KSVG7TCBM5S40PZDTXYP6YZZ [factory aws, i-0fc4050cb60b606ac] (queued for 52 s)
 
22026-05-30T03:54:23.533Zstarting task 0: "setup"
32026-05-30T03:54:23.537Z++ uname -s
42026-05-30T03:54:23.540Z+ kern=SunOS
52026-05-30T03:54:23.540Z+ build_user=build
62026-05-30T03:54:23.541Z+ build_uid=12345
72026-05-30T03:54:23.541Z+ work_dir=/work
82026-05-30T03:54:23.541Z+ input_dir=/input
92026-05-30T03:54:23.541Z+ [[ 0 == 12345 ]]
102026-05-30T03:54:23.541Z+ case "$kern" in
112026-05-30T03:54:23.541Z+ groupadd -g 12345 build
122026-05-30T03:54:23.544Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-30T03:54:25.547Z+ zfs create -o mountpoint=/work rpool/work
142026-05-30T03:54:25.667Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-30T03:54:25.670Z+ home_fs=zfs
162026-05-30T03:54:25.670Z+ [[ zfs == autofs ]]
172026-05-30T03:54:25.670Z+ mkdir -p /home/build
182026-05-30T03:54:25.670Z+ chown build:build /home/build /work
192026-05-30T03:54:27.671Z+ chmod 0700 /home/build /work
202026-05-30T03:54:27.674Zprocess exited: duration 4142 ms, exit code 0
 
212026-05-30T03:54:27.680Zstarting task 1: "rust-toolchain"
222026-05-30T03:54:27.685Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-30T03:54:27.685Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-30T03:54:27.685Z * rust toolchain channel = "stable"
252026-05-30T03:54:27.685Z * rust toolchain profile = "default"
262026-05-30T03:54:27.688Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-30T03:54:27.688Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-30T03:54:27.688Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-30T03:54:27.688Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-30T03:54:27.807Zinfo: downloading installer
312026-05-30T03:54:29.094Zwarn: It looks like you have an existing installation of Rust at:
322026-05-30T03:54:29.095Zwarn: /opt/ooce/bin
332026-05-30T03:54:29.095Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-30T03:54:29.095Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-30T03:54:29.095Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-30T03:54:29.095Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-30T03:54:29.095Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-30T03:54:29.095Zerror: cannot install while Rust is installed
392026-05-30T03:54:29.095Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-30T03:54:29.095Zwarn: It looks like you have an existing rustup settings file at:
412026-05-30T03:54:29.095Zwarn: /home/build/.rustup/settings.toml
422026-05-30T03:54:29.095Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-30T03:54:29.095Zwarn: instead of the one inferred from the default host triple.
442026-05-30T03:54:29.108Zinfo: profile set to default
452026-05-30T03:54:29.108Zinfo: default host triple is x86_64-unknown-illumos
462026-05-30T03:54:29.111Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-30T03:54:29.246Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-05-30T03:54:29.249Zinfo: downloading 6 components
492026-05-30T03:54:45.790Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-30T03:54:45.790Z
512026-05-30T03:54:45.817Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-05-30T03:54:45.817Z
532026-05-30T03:54:45.817Z
542026-05-30T03:54:45.817ZRust is installed now. Great!
552026-05-30T03:54:45.817Z
562026-05-30T03:54:45.821ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-30T03:54:45.821Zenvironment variable. This has not been done automatically.
582026-05-30T03:54:45.821Z
592026-05-30T03:54:45.821ZTo configure your current shell, you need to source
602026-05-30T03:54:45.821Zthe corresponding env file under $HOME/.cargo.
612026-05-30T03:54:45.821Z
622026-05-30T03:54:45.821ZThis is usually done by running one of the following (note the leading DOT):
632026-05-30T03:54:45.821Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-30T03:54:45.821Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-30T03:54:45.821Zsource "~/.cargo/env.nu" # For nushell
662026-05-30T03:54:45.821Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-30T03:54:45.821Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-30T03:54:45.821Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-30T03:54:45.821Zwarn: no default linker (`cc`) was found in your PATH
702026-05-30T03:54:45.821Zwarn: many Rust crates require a system C toolchain to build
712026-05-30T03:54:45.915Z+ rustup --version
722026-05-30T03:54:45.924Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-30T03:54:45.927Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-30T03:54:45.945Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-05-30T03:54:45.948Z+ cargo --version
762026-05-30T03:54:45.960Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-05-30T03:54:45.963Z+ rustc --version
782026-05-30T03:54:45.981Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-05-30T03:54:45.984Zprocess exited: duration 18300 ms, exit code 0
 
802026-05-30T03:54:45.990Zstarting task 2: "authentication"
812026-05-30T03:54:46.008Zprocess exited: duration 17 ms, exit code 0
 
822026-05-30T03:54:46.014Zstarting task 3: "clone repository"
832026-05-30T03:54:46.017Z+ mkdir -p /work/oxidecomputer/falcon
842026-05-30T03:54:46.020Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-05-30T03:54:46.055ZCloning into '/work/oxidecomputer/falcon'...
862026-05-30T03:54:46.787Z+ cd /work/oxidecomputer/falcon
872026-05-30T03:54:46.788Z+ git fetch origin a711688f5b0bf1a8b90fea79e5c4fc68c0d0048f
882026-05-30T03:54:47.143ZFrom https://github.com/oxidecomputer/falcon
892026-05-30T03:54:47.143Z * branch a711688f5b0bf1a8b90fea79e5c4fc68c0d0048f -> FETCH_HEAD
902026-05-30T03:54:47.148Z+ [[ -n '' ]]
912026-05-30T03:54:47.148Z+ git reset --hard a711688f5b0bf1a8b90fea79e5c4fc68c0d0048f
922026-05-30T03:54:47.214ZHEAD is now at a711688 Update propolis-client digest to 6873add
932026-05-30T03:54:47.217Zprocess exited: duration 1200 ms, exit code 0
 
942026-05-30T03:54:47.223Zstarting task 4: "build"
952026-05-30T03:54:47.227Z+ cargo --version
962026-05-30T03:54:47.233Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
972026-05-30T03:54:47.432Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
982026-05-30T03:54:47.435Zinfo: downloading 6 components
992026-05-30T03:55:04.472Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1002026-05-30T03:55:04.475Z+ rustc --version
1012026-05-30T03:55:04.502Zrustc 1.95.0 (59807616e 2026-04-14)
1022026-05-30T03:55:04.505Z+ banner build
1032026-05-30T03:55:04.508Z
1042026-05-30T03:55:04.508Z ##### # # # # #####
1052026-05-30T03:55:04.508Z # # # # # # # #
1062026-05-30T03:55:04.508Z ##### # # # # # #
1072026-05-30T03:55:04.508Z # # # # # # # #
1082026-05-30T03:55:04.508Z # # # # # # # #
1092026-05-30T03:55:04.508Z ##### #### # ###### #####
1102026-05-30T03:55:04.508Z
1112026-05-30T03:55:04.508Z+ ptime -m cargo build --all
1122026-05-30T03:55:04.584Z Updating crates.io index
1132026-05-30T03:55:04.618Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142026-05-30T03:55:04.988ZFrom https://github.com/oxidecomputer/netadm-sys
1152026-05-30T03:55:04.988Z * [new ref] ca2cb23e186d8f75dd1f206a7bbe9699758ab12d -> refs/commit/ca2cb23e186d8f75dd1f206a7bbe9699758ab12d
1162026-05-30T03:55:05.119Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-05-30T03:55:05.789ZFrom https://github.com/oxidecomputer/propolis
1182026-05-30T03:55:05.789Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
1192026-05-30T03:55:06.365Z Updating git repository `https://github.com/oxidecomputer/zone`
1202026-05-30T03:55:06.617ZFrom https://github.com/oxidecomputer/zone
1212026-05-30T03:55:06.617Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1222026-05-30T03:55:06.631Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1232026-05-30T03:55:06.889ZFrom https://github.com/oxidecomputer/dlpi-sys
1242026-05-30T03:55:06.889Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
1252026-05-30T03:55:06.904Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1262026-05-30T03:55:07.189ZFrom https://github.com/jmesmon/rust-libzfs
1272026-05-30T03:55:07.189Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1282026-05-30T03:55:07.198Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-30T03:55:07.484ZFrom https://github.com/oxidecomputer/rusty-doors
1302026-05-30T03:55:07.484Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1312026-05-30T03:55:07.541Z Updating git repository `https://github.com/oxidecomputer/crucible`
1322026-05-30T03:55:08.516ZFrom https://github.com/oxidecomputer/crucible
1332026-05-30T03:55:08.516Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
1342026-05-30T03:55:10.467Z Downloading crates ...
1352026-05-30T03:55:10.517Z Downloaded anstyle-query v1.1.5
1362026-05-30T03:55:10.522Z Downloaded cfg-if v1.0.4
1372026-05-30T03:55:10.539Z Downloaded aho-corasick v1.1.4
1382026-05-30T03:55:10.552Z Downloaded icu_normalizer_data v2.2.0
1392026-05-30T03:55:10.555Z Downloaded clap_builder v4.6.0
1402026-05-30T03:55:10.558Z Downloaded foldhash v0.2.0
1412026-05-30T03:55:10.561Z Downloaded atomic-waker v1.1.2
1422026-05-30T03:55:10.571Z Downloaded powerfmt v0.2.0
1432026-05-30T03:55:10.573Z Downloaded rustc-hash v2.1.2
1442026-05-30T03:55:10.576Z Downloaded aws-lc-rs v1.17.0
1452026-05-30T03:55:10.580Z Downloaded slog-term v2.9.2
1462026-05-30T03:55:10.583Z Downloaded heck v0.4.1
1472026-05-30T03:55:10.583Z Downloaded crypto-common v0.1.7
1482026-05-30T03:55:10.586Z Downloaded num-traits v0.2.19
1492026-05-30T03:55:10.588Z Downloaded generic-array v0.14.7
1502026-05-30T03:55:10.591Z Downloaded crucible-workspace-hack v0.1.0
1512026-05-30T03:55:10.594Z Downloaded proc-macro-crate v3.5.0
1522026-05-30T03:55:10.594Z Downloaded proc-macro-error-attr v1.0.4
1532026-05-30T03:55:10.594Z Downloaded pretty-hex v0.4.2
1542026-05-30T03:55:10.596Z Downloaded ppv-lite86 v0.2.21
1552026-05-30T03:55:10.596Z Downloaded lock_api v0.4.14
1562026-05-30T03:55:10.599Z Downloaded foreign-types v0.5.0
1572026-05-30T03:55:10.599Z Downloaded errno v0.3.14
1582026-05-30T03:55:10.603Z Downloaded idna_adapter v1.2.2
1592026-05-30T03:55:10.605Z Downloaded is-terminal v0.4.17
1602026-05-30T03:55:10.605Z Downloaded openssl-probe v0.2.1
1612026-05-30T03:55:10.608Z Downloaded cfg_aliases v0.2.1
1622026-05-30T03:55:10.608Z Downloaded heck v0.5.0
1632026-05-30T03:55:10.608Z Downloaded dyn-clone v1.0.20
1642026-05-30T03:55:10.610Z Downloaded base16ct v1.0.0
1652026-05-30T03:55:10.613Z Downloaded quote v1.0.45
1662026-05-30T03:55:10.616Z Downloaded num_enum_derive v0.7.6
1672026-05-30T03:55:10.616Z Downloaded icu_normalizer v2.2.0
1682026-05-30T03:55:10.618Z Downloaded clap_lex v1.1.0
1692026-05-30T03:55:10.621Z Downloaded take_mut v0.2.2
1702026-05-30T03:55:10.624Z Downloaded arc-swap v1.9.1
1712026-05-30T03:55:10.624Z Downloaded progenitor-client v0.14.0
1722026-05-30T03:55:10.626Z Downloaded futures-task v0.3.32
1732026-05-30T03:55:10.626Z Downloaded cpufeatures v0.2.17
1742026-05-30T03:55:10.630Z Downloaded futures-sink v0.3.32
1752026-05-30T03:55:10.632Z Downloaded subtle v2.6.1
1762026-05-30T03:55:10.633Z Downloaded futures-io v0.3.32
1772026-05-30T03:55:10.635Z Downloaded potential_utf v0.1.5
1782026-05-30T03:55:10.635Z Downloaded form_urlencoded v1.2.2
1792026-05-30T03:55:10.635Z Downloaded foreign-types-macros v0.2.3
1802026-05-30T03:55:10.635Z Downloaded cpufeatures v0.3.0
1812026-05-30T03:55:10.638Z Downloaded proc-macro-error v1.0.4
1822026-05-30T03:55:10.640Z Downloaded is_terminal_polyfill v1.70.2
1832026-05-30T03:55:10.641Z Downloaded http-body v1.0.1
1842026-05-30T03:55:10.641Z Downloaded equivalent v1.0.2
1852026-05-30T03:55:10.644Z Downloaded itoa v1.0.18
1862026-05-30T03:55:10.646Z Downloaded futures-core v0.3.32
1872026-05-30T03:55:10.649Z Downloaded sync_wrapper v1.0.2
1882026-05-30T03:55:10.652Z Downloaded colorchoice v1.0.5
1892026-05-30T03:55:10.652Z Downloaded sha1 v0.10.6
1902026-05-30T03:55:10.654Z Downloaded lazy_static v1.5.0
1912026-05-30T03:55:10.654Z Downloaded foreign-types-shared v0.3.1
1922026-05-30T03:55:10.657Z Downloaded num-conv v0.2.2
1932026-05-30T03:55:10.660Z Downloaded block-buffer v0.10.4
1942026-05-30T03:55:10.663Z Downloaded autocfg v1.5.1
1952026-05-30T03:55:10.663Z Downloaded rustversion v1.0.22
1962026-05-30T03:55:10.666Z Downloaded serde_spanned v1.1.1
1972026-05-30T03:55:10.666Z Downloaded rand_core v0.10.1
1982026-05-30T03:55:10.668Z Downloaded erased-serde v0.3.31
1992026-05-30T03:55:10.668Z Downloaded digest v0.10.7
2002026-05-30T03:55:10.671Z Downloaded scopeguard v1.2.0
2012026-05-30T03:55:10.671Z Downloaded rand_chacha v0.3.1
2022026-05-30T03:55:10.671Z Downloaded http-body-util v0.1.3
2032026-05-30T03:55:10.674Z Downloaded anstyle-parse v1.0.0
2042026-05-30T03:55:10.674Z Downloaded stable_deref_trait v1.2.1
2052026-05-30T03:55:10.674Z Downloaded anstream v1.0.0
2062026-05-30T03:55:10.677Z Downloaded progenitor-macro v0.14.0
2072026-05-30T03:55:10.677Z Downloaded icu_collections v2.2.0
2082026-05-30T03:55:10.680Z Downloaded ipnet v2.12.0
2092026-05-30T03:55:10.683Z Downloaded cstr-argument v0.1.2
2102026-05-30T03:55:10.683Z Downloaded futures-executor v0.3.32
2112026-05-30T03:55:10.683Z Downloaded rand_chacha v0.9.0
2122026-05-30T03:55:10.686Z Downloaded fs_extra v1.3.0
2132026-05-30T03:55:10.689Z Downloaded pkg-config v0.3.33
2142026-05-30T03:55:10.689Z Downloaded futures-macro v0.3.32
2152026-05-30T03:55:10.689Z Downloaded anstyle v1.0.14
2162026-05-30T03:55:10.692Z Downloaded deranged v0.5.8
2172026-05-30T03:55:10.692Z Downloaded find-msvc-tools v0.1.9
2182026-05-30T03:55:10.694Z Downloaded displaydoc v0.2.5
2192026-05-30T03:55:10.697Z Downloaded async-trait v0.1.89
2202026-05-30T03:55:10.699Z Downloaded strsim v0.11.1
2212026-05-30T03:55:10.702Z Downloaded tabwriter v1.4.1
2222026-05-30T03:55:10.702Z Downloaded slog-envlogger v2.2.0
2232026-05-30T03:55:10.702Z Downloaded cmake v0.1.58
2242026-05-30T03:55:10.705Z Downloaded hyper-rustls v0.27.9
2252026-05-30T03:55:10.705Z Downloaded byteorder v1.5.0
2262026-05-30T03:55:10.708Z Downloaded lru-slab v0.1.2
2272026-05-30T03:55:10.708Z Downloaded tokio-macros v2.7.0
2282026-05-30T03:55:10.711Z Downloaded serde_urlencoded v0.7.1
2292026-05-30T03:55:10.713Z Downloaded tinyvec_macros v0.1.1
2302026-05-30T03:55:10.713Z Downloaded console v0.16.3
2312026-05-30T03:55:10.713Z Downloaded clap_derive v4.6.1
2322026-05-30T03:55:10.716Z Downloaded data-encoding v2.11.0
2332026-05-30T03:55:10.716Z Downloaded bitflags v2.11.1
2342026-05-30T03:55:10.719Z Downloaded signal-hook-registry v1.4.8
2352026-05-30T03:55:10.722Z Downloaded serde_derive_internals v0.29.1
2362026-05-30T03:55:10.722Z Downloaded getrandom v0.2.17
2372026-05-30T03:55:10.724Z Downloaded thiserror v1.0.69
2382026-05-30T03:55:10.727Z Downloaded shlex v1.3.0
2392026-05-30T03:55:10.727Z Downloaded thiserror v2.0.18
2402026-05-30T03:55:10.730Z Downloaded try-lock v0.2.5
2412026-05-30T03:55:10.733Z Downloaded cc v1.2.62
2422026-05-30T03:55:10.735Z Downloaded camino v1.2.2
2432026-05-30T03:55:10.735Z Downloaded either v1.16.0
2442026-05-30T03:55:10.735Z Downloaded percent-encoding v2.3.2
2452026-05-30T03:55:10.738Z Downloaded colored v3.1.1
2462026-05-30T03:55:10.738Z Downloaded slog-scope v4.4.1
2472026-05-30T03:55:10.741Z Downloaded progenitor v0.14.0
2482026-05-30T03:55:10.741Z Downloaded slog-stdlog v4.1.1
2492026-05-30T03:55:10.741Z Downloaded parking_lot_core v0.9.12
2502026-05-30T03:55:10.743Z Downloaded dunce v1.0.5
2512026-05-30T03:55:10.744Z Downloaded term v1.2.1
2522026-05-30T03:55:10.746Z Downloaded slab v0.4.12
2532026-05-30T03:55:10.746Z Downloaded jobserver v0.1.34
2542026-05-30T03:55:10.749Z Downloaded quinn-proto v0.11.14
2552026-05-30T03:55:10.751Z Downloaded httparse v1.10.1
2562026-05-30T03:55:10.754Z Downloaded version_check v0.9.5
2572026-05-30T03:55:10.754Z Downloaded slog-async v2.8.0
2582026-05-30T03:55:10.757Z Downloaded once_cell v1.21.4
2592026-05-30T03:55:10.757Z Downloaded tower-layer v0.3.3
2602026-05-30T03:55:10.757Z Downloaded serde_tokenstream v0.2.3
2612026-05-30T03:55:10.759Z Downloaded rustls-native-certs v0.8.3
2622026-05-30T03:55:10.760Z Downloaded tinystr v0.8.3
2632026-05-30T03:55:10.762Z Downloaded iana-time-zone v0.1.65
2642026-05-30T03:55:10.762Z Downloaded rand_core v0.9.5
2652026-05-30T03:55:10.765Z Downloaded futures-channel v0.3.32
2662026-05-30T03:55:10.765Z Downloaded utf-8 v0.7.6
2672026-05-30T03:55:10.765Z Downloaded anyhow v1.0.102
2682026-05-30T03:55:10.768Z Downloaded pin-project-lite v0.2.17
2692026-05-30T03:55:10.770Z Downloaded typeid v1.0.3
2702026-05-30T03:55:10.770Z Downloaded tower-service v0.3.3
2712026-05-30T03:55:10.773Z Downloaded untrusted v0.9.0
2722026-05-30T03:55:10.776Z Downloaded schemars_derive v0.8.22
2732026-05-30T03:55:10.776Z Downloaded sha2 v0.10.9
2742026-05-30T03:55:10.776Z Downloaded time-macros v0.2.27
2752026-05-30T03:55:10.778Z Downloaded time-core v0.1.8
2762026-05-30T03:55:10.778Z Downloaded thiserror-impl v2.0.18
2772026-05-30T03:55:10.778Z Downloaded typify-macro v0.6.2
2782026-05-30T03:55:10.781Z Downloaded thiserror-impl v1.0.69
2792026-05-30T03:55:10.781Z Downloaded http v1.4.0
2802026-05-30T03:55:10.784Z Downloaded num_enum v0.7.6
2812026-05-30T03:55:10.787Z Downloaded unit-prefix v0.5.2
2822026-05-30T03:55:10.790Z Downloaded zerofrom-derive v0.1.7
2832026-05-30T03:55:10.790Z Downloaded utf8_iter v1.0.4
2842026-05-30T03:55:10.790Z Downloaded zerofrom v0.1.8
2852026-05-30T03:55:10.790Z Downloaded getrandom v0.4.2
2862026-05-30T03:55:10.792Z Downloaded tokio-tungstenite v0.21.0
2872026-05-30T03:55:10.795Z Downloaded semver v1.0.28
2882026-05-30T03:55:10.798Z Downloaded rustls-pki-types v1.14.1
2892026-05-30T03:55:10.798Z Downloaded icu_properties v2.2.0
2902026-05-30T03:55:10.800Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2912026-05-30T03:55:10.800Z Downloaded icu_provider v2.2.0
2922026-05-30T03:55:10.803Z Downloaded getrandom v0.3.4
2932026-05-30T03:55:10.805Z Downloaded want v0.3.1
2942026-05-30T03:55:10.805Z Downloaded toml_writer v1.1.1+spec-1.1.0
2952026-05-30T03:55:10.805Z Downloaded tokio-rustls v0.26.4
2962026-05-30T03:55:10.808Z Downloaded thread_local v1.1.9
2972026-05-30T03:55:10.808Z Downloaded futures v0.3.32
2982026-05-30T03:55:10.811Z Downloaded xz2 v0.1.7
2992026-05-30T03:55:10.814Z Downloaded rand_core v0.6.4
3002026-05-30T03:55:10.814Z Downloaded litemap v0.8.2
3012026-05-30T03:55:10.816Z Downloaded tinyvec v1.11.0
3022026-05-30T03:55:10.816Z Downloaded smallvec v1.15.1
3032026-05-30T03:55:10.819Z Downloaded indicatif v0.18.4
3042026-05-30T03:55:10.822Z Downloaded parking_lot v0.12.5
3052026-05-30T03:55:10.822Z Downloaded synstructure v0.13.2
3062026-05-30T03:55:10.824Z Downloaded chacha20 v0.10.0
3072026-05-30T03:55:10.824Z Downloaded ron v0.12.1
3082026-05-30T03:55:10.829Z Downloaded zone_cfg_derive v0.3.1
3092026-05-30T03:55:10.832Z Downloaded zmij v1.0.21
3102026-05-30T03:55:10.832Z Downloaded quinn-udp v0.5.14
3112026-05-30T03:55:10.832Z Downloaded base64 v0.22.1
3122026-05-30T03:55:10.834Z Downloaded utf8parse v0.2.2
3132026-05-30T03:55:10.834Z Downloaded crossbeam-utils v0.8.21
3142026-05-30T03:55:10.837Z Downloaded oxnet v0.1.5
3152026-05-30T03:55:10.837Z Downloaded cargo_toml v0.22.3
3162026-05-30T03:55:10.840Z Downloaded allocator-api2 v0.2.21
3172026-05-30T03:55:10.840Z Downloaded clap v4.6.1
3182026-05-30T03:55:10.844Z Downloaded yoke-derive v0.8.2
3192026-05-30T03:55:10.847Z Downloaded writeable v0.6.3
3202026-05-30T03:55:10.849Z Downloaded toml_parser v1.1.2+spec-1.1.0
3212026-05-30T03:55:10.849Z Downloaded smf v0.2.3
3222026-05-30T03:55:10.852Z Downloaded icu_locale_core v2.2.0
3232026-05-30T03:55:10.856Z Downloaded zeroize v1.8.2
3242026-05-30T03:55:10.859Z Downloaded zerovec-derive v0.11.3
3252026-05-30T03:55:10.859Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3262026-05-30T03:55:10.862Z Downloaded tracing-attributes v0.1.31
3272026-05-30T03:55:10.862Z Downloaded serde_yaml v0.9.34+deprecated
3282026-05-30T03:55:10.864Z Downloaded ryu v1.0.23
3292026-05-30T03:55:10.864Z Downloaded bytes v1.11.1
3302026-05-30T03:55:10.867Z Downloaded rustls-platform-verifier v0.7.0
3312026-05-30T03:55:10.870Z Downloaded progenitor-impl v0.14.0
3322026-05-30T03:55:10.873Z Downloaded rand v0.8.6
3332026-05-30T03:55:10.873Z Downloaded schemars v0.8.22
3342026-05-30T03:55:10.878Z Downloaded zone v0.3.1
3352026-05-30T03:55:10.881Z Downloaded uuid v1.23.1
3362026-05-30T03:55:10.881Z Downloaded typify v0.6.2
3372026-05-30T03:55:10.895Z Downloaded tungstenite v0.21.0
3382026-05-30T03:55:10.895Z Downloaded base64 v0.21.7
3392026-05-30T03:55:10.895Z Downloaded hyper-util v0.1.20
3402026-05-30T03:55:10.895Z Downloaded unsafe-libyaml v0.2.11
3412026-05-30T03:55:10.895Z Downloaded crossbeam-channel v0.5.15
3422026-05-30T03:55:10.895Z Downloaded unicode-ident v1.0.24
3432026-05-30T03:55:10.898Z Downloaded toml_edit v0.25.11+spec-1.1.0
3442026-05-30T03:55:10.898Z Downloaded yoke v0.8.2
3452026-05-30T03:55:10.901Z Downloaded toml v0.9.12+spec-1.1.0
3462026-05-30T03:55:10.904Z Downloaded log v0.4.30
3472026-05-30T03:55:10.904Z Downloaded proc-macro2 v1.0.106
3482026-05-30T03:55:10.906Z Downloaded tracing-core v0.1.36
3492026-05-30T03:55:10.906Z Downloaded serde_core v1.0.228
3502026-05-30T03:55:10.909Z Downloaded prettyplease v0.2.37
3512026-05-30T03:55:10.912Z Downloaded socket2 v0.6.3
3522026-05-30T03:55:10.914Z Downloaded quinn v0.11.9
3532026-05-30T03:55:10.914Z Downloaded reqwest v0.13.4
3542026-05-30T03:55:10.918Z Downloaded serde_derive v1.0.228
3552026-05-30T03:55:10.921Z Downloaded indexmap v2.14.0
3562026-05-30T03:55:10.923Z Downloaded tower v0.5.3
3572026-05-30T03:55:10.927Z Downloaded idna v1.1.0
3582026-05-30T03:55:10.929Z Downloaded hashbrown v0.16.1
3592026-05-30T03:55:10.932Z Downloaded hashbrown v0.17.1
3602026-05-30T03:55:10.935Z Downloaded hyper v1.9.0
3612026-05-30T03:55:10.939Z Downloaded itertools v0.12.1
3622026-05-30T03:55:10.942Z Downloaded memchr v2.8.0
3632026-05-30T03:55:10.945Z Downloaded slog v2.8.2
3642026-05-30T03:55:10.948Z Downloaded icu_properties_data v2.2.0
3652026-05-30T03:55:10.952Z Downloaded futures-util v0.3.32
3662026-05-30T03:55:10.958Z Downloaded tower-http v0.6.11
3672026-05-30T03:55:10.963Z Downloaded serde v1.0.228
3682026-05-30T03:55:10.968Z Downloaded winnow v0.7.15
3692026-05-30T03:55:10.973Z Downloaded winnow v1.0.3
3702026-05-30T03:55:10.978Z Downloaded chrono v0.4.44
3712026-05-30T03:55:10.982Z Downloaded zerotrie v0.2.4
3722026-05-30T03:55:10.984Z Downloaded rand v0.9.4
3732026-05-30T03:55:10.987Z Downloaded unicode-width v0.2.2
3742026-05-30T03:55:10.990Z Downloaded url v2.5.8
3752026-05-30T03:55:10.992Z Downloaded zerocopy v0.8.48
3762026-05-30T03:55:11.001Z Downloaded rand v0.10.1
3772026-05-30T03:55:11.004Z Downloaded mio v1.2.0
3782026-05-30T03:55:11.007Z Downloaded rustls-webpki v0.103.13
3792026-05-30T03:55:11.009Z Downloaded typenum v1.20.0
3802026-05-30T03:55:11.021Z Downloaded zerovec v0.11.6
3812026-05-30T03:55:11.029Z Downloaded serde_json v1.0.150
3822026-05-30T03:55:11.038Z Downloaded tokio-util v0.7.18
3832026-05-30T03:55:11.042Z Downloaded regex v1.12.3
3842026-05-30T03:55:11.072Z Downloaded reqwest v0.12.28
3852026-05-30T03:55:11.087Z Downloaded portable-atomic v1.13.1
3862026-05-30T03:55:11.120Z Downloaded syn v1.0.109
3872026-05-30T03:55:11.135Z Downloaded time v0.3.47
3882026-05-30T03:55:11.175Z Downloaded syn v2.0.117
3892026-05-30T03:55:11.211Z Downloaded regex-syntax v0.8.10
3902026-05-30T03:55:11.225Z Downloaded regress v0.11.1
3912026-05-30T03:55:11.233Z Downloaded rustls v0.23.40
3922026-05-30T03:55:11.241Z Downloaded openapiv3 v2.2.0
3932026-05-30T03:55:11.274Z Downloaded tracing v0.1.44
3942026-05-30T03:55:11.284Z Downloaded typify-impl v0.6.2
3952026-05-30T03:55:11.291Z Downloaded lzma-sys v0.1.20
3962026-05-30T03:55:11.323Z Downloaded regex-automata v0.4.14
3972026-05-30T03:55:11.358Z Downloaded libc v0.2.186
3982026-05-30T03:55:11.377Z Downloaded tokio v1.52.3
3992026-05-30T03:55:11.432Z Downloaded ring v0.17.14
4002026-05-30T03:55:11.615Z Downloaded aws-lc-sys v0.41.0
4012026-05-30T03:55:11.817Z Compiling proc-macro2 v1.0.106
4022026-05-30T03:55:11.817Z Compiling unicode-ident v1.0.24
4032026-05-30T03:55:11.817Z Compiling quote v1.0.45
4042026-05-30T03:55:11.817Z Compiling libc v0.2.186
4052026-05-30T03:55:11.821Z Compiling cfg-if v1.0.4
4062026-05-30T03:55:11.821Z Compiling itoa v1.0.18
4072026-05-30T03:55:11.821Z Compiling serde_core v1.0.228
4082026-05-30T03:55:12.003Z Compiling memchr v2.8.0
4092026-05-30T03:55:12.033Z Compiling equivalent v1.0.2
4102026-05-30T03:55:12.096Z Compiling serde v1.0.228
4112026-05-30T03:55:12.105Z Compiling zmij v1.0.21
4122026-05-30T03:55:12.327Z Compiling version_check v0.9.5
4132026-05-30T03:55:12.420Z Compiling serde_json v1.0.150
4142026-05-30T03:55:12.432Z Compiling autocfg v1.5.1
4152026-05-30T03:55:12.660Z Compiling jobserver v0.1.34
4162026-05-30T03:55:12.669Z Compiling pin-project-lite v0.2.17
4172026-05-30T03:55:12.678Z Compiling bytes v1.11.1
4182026-05-30T03:55:12.756Z Compiling shlex v1.3.0
4192026-05-30T03:55:12.774Z Compiling num-traits v0.2.19
4202026-05-30T03:55:12.863Z Compiling find-msvc-tools v0.1.9
4212026-05-30T03:55:12.962Z Compiling stable_deref_trait v1.2.1
4222026-05-30T03:55:13.005Z Compiling smallvec v1.15.1
4232026-05-30T03:55:13.089Z Compiling syn v2.0.117
4242026-05-30T03:55:13.184Z Compiling cc v1.2.62
4252026-05-30T03:55:13.202Z Compiling futures-core v0.3.32
4262026-05-30T03:55:13.284Z Compiling parking_lot_core v0.9.12
4272026-05-30T03:55:13.355Z Compiling hashbrown v0.17.1
4282026-05-30T03:55:13.585Z Compiling http v1.4.0
4292026-05-30T03:55:13.654Z Compiling socket2 v0.6.3
4302026-05-30T03:55:13.898Z Compiling scopeguard v1.2.0
4312026-05-30T03:55:13.991Z Compiling rustversion v1.0.22
4322026-05-30T03:55:14.087Z Compiling schemars v0.8.22
4332026-05-30T03:55:14.091Z Compiling futures-sink v0.3.32
4342026-05-30T03:55:14.108Z Compiling lock_api v0.4.14
4352026-05-30T03:55:14.191Z Compiling cmake v0.1.58
4362026-05-30T03:55:14.323Z Compiling errno v0.3.14
4372026-05-30T03:55:14.352Z Compiling dyn-clone v1.0.20
4382026-05-30T03:55:14.380Z Compiling getrandom v0.4.2
4392026-05-30T03:55:14.439Z Compiling writeable v0.6.3
4402026-05-30T03:55:14.468Z Compiling fs_extra v1.3.0
4412026-05-30T03:55:14.484Z Compiling once_cell v1.21.4
4422026-05-30T03:55:14.518Z Compiling litemap v0.8.2
4432026-05-30T03:55:14.550Z Compiling rand_core v0.10.1
4442026-05-30T03:55:14.602Z Compiling thiserror v2.0.18
4452026-05-30T03:55:14.630Z Compiling dunce v1.0.5
4462026-05-30T03:55:14.660Z Compiling parking_lot v0.12.5
4472026-05-30T03:55:14.686Z Compiling signal-hook-registry v1.4.8
4482026-05-30T03:55:14.698Z Compiling futures-channel v0.3.32
4492026-05-30T03:55:14.715Z Compiling mio v1.2.0
4502026-05-30T03:55:14.718Z Compiling aws-lc-sys v0.41.0
4512026-05-30T03:55:14.920Z Compiling utf8_iter v1.0.4
4522026-05-30T03:55:14.966Z Compiling winnow v1.0.3
4532026-05-30T03:55:15.048Z Compiling icu_properties_data v2.2.0
4542026-05-30T03:55:15.059Z Compiling icu_normalizer_data v2.2.0
4552026-05-30T03:55:15.216Z Compiling indexmap v2.14.0
4562026-05-30T03:55:15.259Z Compiling futures-task v0.3.32
4572026-05-30T03:55:15.298Z Compiling slab v0.4.12
4582026-05-30T03:55:15.307Z Compiling log v0.4.30
4592026-05-30T03:55:15.316Z Compiling allocator-api2 v0.2.21
4602026-05-30T03:55:15.424Z Compiling foldhash v0.2.0
4612026-05-30T03:55:15.469Z Compiling percent-encoding v2.3.2
4622026-05-30T03:55:15.514Z Compiling futures-io v0.3.32
4632026-05-30T03:55:15.706Z Compiling hashbrown v0.16.1
4642026-05-30T03:55:15.725Z Compiling aws-lc-rs v1.17.0
4652026-05-30T03:55:15.845Z Compiling synstructure v0.13.2
4662026-05-30T03:55:15.921Z Compiling serde_derive_internals v0.29.1
4672026-05-30T03:55:16.046Z Compiling iana-time-zone v0.1.65
4682026-05-30T03:55:16.126Z Compiling heck v0.5.0
4692026-05-30T03:55:16.263Z Compiling zeroize v1.8.2
4702026-05-30T03:55:16.278Z Compiling httparse v1.10.1
4712026-05-30T03:55:16.357Z Compiling chrono v0.4.44
4722026-05-30T03:55:16.390Z Compiling toml_parser v1.1.2+spec-1.1.0
4732026-05-30T03:55:16.642Z Compiling syn v1.0.109
4742026-05-30T03:55:16.859Z Compiling rustls-pki-types v1.14.1
4752026-05-30T03:55:16.934Z Compiling form_urlencoded v1.2.2
4762026-05-30T03:55:16.996Z Compiling tracing-core v0.1.36
4772026-05-30T03:55:17.005Z Compiling http-body v1.0.1
4782026-05-30T03:55:17.036Z Compiling serde_derive v1.0.228
4792026-05-30T03:55:17.113Z Compiling zerofrom-derive v0.1.7
4802026-05-30T03:55:17.144Z Compiling yoke-derive v0.8.2
4812026-05-30T03:55:17.351Z Compiling zerovec-derive v0.11.3
4822026-05-30T03:55:17.585Z Compiling displaydoc v0.2.5
4832026-05-30T03:55:17.616Z Compiling schemars_derive v0.8.22
4842026-05-30T03:55:17.828Z Compiling thiserror-impl v2.0.18
4852026-05-30T03:55:18.245Z Compiling tokio-macros v2.7.0
4862026-05-30T03:55:18.349Z Compiling zerofrom v0.1.8
4872026-05-30T03:55:18.363Z Compiling futures-macro v0.3.32
4882026-05-30T03:55:18.466Z Compiling yoke v0.8.2
4892026-05-30T03:55:18.481Z Compiling tracing-attributes v0.1.31
4902026-05-30T03:55:18.645Z Compiling zerovec v0.11.6
4912026-05-30T03:55:18.834Z Compiling zerotrie v0.2.4
4922026-05-30T03:55:18.983Z Compiling tokio v1.52.3
4932026-05-30T03:55:19.122Z Compiling tinystr v0.8.3
4942026-05-30T03:55:19.151Z Compiling potential_utf v0.1.5
4952026-05-30T03:55:19.187Z Compiling futures-util v0.3.32
4962026-05-30T03:55:19.308Z Compiling icu_locale_core v2.2.0
4972026-05-30T03:55:19.308Z Compiling icu_collections v2.2.0
4982026-05-30T03:55:19.825Z Compiling generic-array v0.14.7
4992026-05-30T03:55:19.918Z Compiling uuid v1.23.1
5002026-05-30T03:55:20.056Z Compiling icu_provider v2.2.0
5012026-05-30T03:55:20.178Z Compiling zerocopy v0.8.48
5022026-05-30T03:55:20.181Z Compiling regex-syntax v0.8.10
5032026-05-30T03:55:20.196Z Compiling thiserror v1.0.69
5042026-05-30T03:55:20.369Z Compiling icu_properties v2.2.0
5052026-05-30T03:55:20.387Z Compiling icu_normalizer v2.2.0
5062026-05-30T03:55:20.763Z Compiling tracing v0.1.44
5072026-05-30T03:55:21.004Z Compiling thiserror-impl v1.0.69
5082026-05-30T03:55:21.484Z Compiling idna_adapter v1.2.2
5092026-05-30T03:55:21.584Z Compiling idna v1.1.0
5102026-05-30T03:55:21.617Z Compiling regress v0.11.1
5112026-05-30T03:55:22.158Z Compiling semver v1.0.28
5122026-05-30T03:55:22.348Z Compiling typenum v1.20.0
5132026-05-30T03:55:22.443Z Compiling rustls v0.23.40
5142026-05-30T03:55:22.664Z Compiling base64 v0.22.1
5152026-05-30T03:55:22.667Z Compiling try-lock v0.2.5
5162026-05-30T03:55:22.767Z Compiling untrusted v0.9.0
5172026-05-30T03:55:22.835Z Compiling tower-service v0.3.3
5182026-05-30T03:55:22.881Z Compiling want v0.3.1
5192026-05-30T03:55:23.041Z Compiling url v2.5.8
5202026-05-30T03:55:23.392Z Compiling typify-impl v0.6.2
5212026-05-30T03:55:23.843Z Compiling serde_tokenstream v0.2.3
5222026-05-30T03:55:24.127Z Compiling slog v2.8.2
5232026-05-30T03:55:24.264Z Compiling proc-macro-error-attr v1.0.4
5242026-05-30T03:55:24.360Z Compiling atomic-waker v1.1.2
5252026-05-30T03:55:24.421Z Compiling subtle v2.6.1
5262026-05-30T03:55:24.481Z Compiling ryu v1.0.23
5272026-05-30T03:55:24.538Z Compiling hyper v1.9.0
5282026-05-30T03:55:24.581Z Compiling erased-serde v0.3.31
5292026-05-30T03:55:24.661Z Compiling bitflags v2.11.1
5302026-05-30T03:55:24.883Z Compiling sync_wrapper v1.0.2
5312026-05-30T03:55:24.953Z Compiling proc-macro-error v1.0.4
5322026-05-30T03:55:24.983Z Compiling ipnet v2.12.0
5332026-05-30T03:55:25.058Z Compiling tower-layer v0.3.3
5342026-05-30T03:55:25.185Z Compiling toml_datetime v1.1.1+spec-1.1.0
5352026-05-30T03:55:25.210Z Compiling hyper-util v0.1.20
5362026-05-30T03:55:25.406Z Compiling toml_edit v0.25.11+spec-1.1.0
5372026-05-30T03:55:25.545Z Compiling tower v0.5.3
5382026-05-30T03:55:25.722Z Compiling ppv-lite86 v0.2.21
5392026-05-30T03:55:25.996Z Compiling crypto-common v0.1.7
5402026-05-30T03:55:26.021Z Compiling block-buffer v0.10.4
5412026-05-30T03:55:26.031Z Compiling aho-corasick v1.1.4
5422026-05-30T03:55:26.119Z Compiling getrandom v0.2.17
5432026-05-30T03:55:26.307Z Compiling getrandom v0.3.4
5442026-05-30T03:55:26.321Z Compiling openssl-probe v0.2.1
5452026-05-30T03:55:26.340Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5462026-05-30T03:55:26.503Z Compiling rustls-native-certs v0.8.3
5472026-05-30T03:55:26.616Z Compiling rand_core v0.6.4
5482026-05-30T03:55:26.657Z Compiling digest v0.10.7
5492026-05-30T03:55:26.830Z Compiling regex-automata v0.4.14
5502026-05-30T03:55:26.840Z Compiling proc-macro-crate v3.5.0
5512026-05-30T03:55:26.843Z Compiling tower-http v0.6.11
5522026-05-30T03:55:26.858Z Compiling serde_urlencoded v0.7.1
5532026-05-30T03:55:27.273Z Compiling http-body-util v0.1.3
5542026-05-30T03:55:28.018Z Compiling cpufeatures v0.2.17
5552026-05-30T03:55:28.157Z Compiling toml_writer v1.1.1+spec-1.1.0
5562026-05-30T03:55:28.371Z Compiling heck v0.4.1
5572026-05-30T03:55:28.418Z Compiling crucible-workspace-hack v0.1.0
5582026-05-30T03:55:28.558Z Compiling winnow v0.7.15
5592026-05-30T03:55:28.639Z Compiling crossbeam-utils v0.8.21
5602026-05-30T03:55:28.949Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
5612026-05-30T03:55:29.646Z Compiling typify-macro v0.6.2
5622026-05-30T03:55:29.877Z Compiling regex v1.12.3
5632026-05-30T03:55:30.345Z Compiling num_enum_derive v0.7.6
5642026-05-30T03:55:30.511Z Compiling rand_chacha v0.3.1
5652026-05-30T03:55:30.927Z Compiling tokio-util v0.7.18
5662026-05-30T03:55:30.980Z Compiling openapiv3 v2.2.0
5672026-05-30T03:55:31.226Z Compiling foreign-types-macros v0.2.3
5682026-05-30T03:55:31.250Z Compiling serde_spanned v1.1.1
5692026-05-30T03:55:31.395Z Compiling toml_datetime v0.7.5+spec-1.1.0
5702026-05-30T03:55:31.442Z Compiling time-core v0.1.8
5712026-05-30T03:55:31.584Z Compiling powerfmt v0.2.0
5722026-05-30T03:55:31.697Z Compiling cpufeatures v0.3.0
5732026-05-30T03:55:31.706Z Compiling typify v0.6.2
5742026-05-30T03:55:31.766Z Compiling unsafe-libyaml v0.2.11
5752026-05-30T03:55:31.786Z Compiling either v1.16.0
5762026-05-30T03:55:31.796Z Compiling foreign-types-shared v0.3.1
5772026-05-30T03:55:31.873Z Compiling anyhow v1.0.102
5782026-05-30T03:55:31.882Z Compiling prettyplease v0.2.37
5792026-05-30T03:55:31.985Z Compiling utf8parse v0.2.2
5802026-05-30T03:55:32.025Z Compiling num-conv v0.2.2
5812026-05-30T03:55:32.091Z Compiling pkg-config v0.3.33
5822026-05-30T03:55:32.135Z Compiling anstyle-parse v1.0.0
5832026-05-30T03:55:32.172Z Compiling time-macros v0.2.27
5842026-05-30T03:55:32.312Z Compiling serde_yaml v0.9.34+deprecated
5852026-05-30T03:55:32.396Z Compiling progenitor-impl v0.14.0
5862026-05-30T03:55:32.527Z Compiling lzma-sys v0.1.20
5872026-05-30T03:55:32.579Z Compiling itertools v0.12.1
5882026-05-30T03:55:32.929Z Compiling foreign-types v0.5.0
5892026-05-30T03:55:33.004Z Compiling chacha20 v0.10.0
5902026-05-30T03:55:33.159Z Compiling deranged v0.5.8
5912026-05-30T03:55:33.341Z Compiling toml v0.9.12+spec-1.1.0
5922026-05-30T03:55:33.542Z Compiling num_enum v0.7.6
5932026-05-30T03:55:33.654Z Compiling rand_core v0.9.5
5942026-05-30T03:55:33.761Z Compiling rand v0.8.6
5952026-05-30T03:55:34.085Z Compiling sha1 v0.10.6
5962026-05-30T03:55:34.215Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5972026-05-30T03:55:34.304Z Compiling arc-swap v1.9.1
5982026-05-30T03:55:34.398Z Compiling cstr-argument v0.1.2
5992026-05-30T03:55:34.433Z Compiling thread_local v1.1.9
6002026-05-30T03:55:34.546Z Compiling lazy_static v1.5.0
6012026-05-30T03:55:34.603Z Compiling byteorder v1.5.0
6022026-05-30T03:55:34.643Z Compiling pretty-hex v0.4.2
6032026-05-30T03:55:34.704Z Compiling typeid v1.0.3
6042026-05-30T03:55:34.729Z Compiling slog-async v2.8.0
6052026-05-30T03:55:34.779Z Compiling colorchoice v1.0.5
6062026-05-30T03:55:34.833Z Compiling is_terminal_polyfill v1.70.2
6072026-05-30T03:55:34.848Z Compiling data-encoding v2.11.0
6082026-05-30T03:55:34.886Z Compiling anstyle-query v1.1.5
6092026-05-30T03:55:34.919Z Compiling utf-8 v0.7.6
6102026-05-30T03:55:34.991Z Compiling unicode-width v0.2.2
6112026-05-30T03:55:35.001Z Compiling anstyle v1.0.14
6122026-05-30T03:55:35.026Z Compiling portable-atomic v1.13.1
6132026-05-30T03:55:35.095Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
6142026-05-30T03:55:35.219Z Compiling anstream v1.0.0
6152026-05-30T03:55:35.267Z Compiling tungstenite v0.21.0
6162026-05-30T03:55:35.418Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
6172026-05-30T03:55:35.487Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6182026-05-30T03:55:35.520Z Compiling slog-scope v4.4.1
6192026-05-30T03:55:35.562Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6202026-05-30T03:55:35.619Z Compiling crossbeam-channel v0.5.15
6212026-05-30T03:55:35.678Z Compiling time v0.3.47
6222026-05-30T03:55:35.726Z Compiling cargo_toml v0.22.3
6232026-05-30T03:55:35.799Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
6242026-05-30T03:55:35.830Z Compiling rand_chacha v0.9.0
6252026-05-30T03:55:35.983Z Compiling progenitor-macro v0.14.0
6262026-05-30T03:55:36.258Z Compiling rand v0.10.1
6272026-05-30T03:55:36.692Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
6282026-05-30T03:55:36.751Z Compiling futures-executor v0.3.32
6292026-05-30T03:55:36.919Z Compiling is-terminal v0.4.17
6302026-05-30T03:55:36.992Z Compiling oxnet v0.1.5
6312026-05-30T03:55:37.013Z Compiling colored v3.1.1
6322026-05-30T03:55:37.035Z Compiling strsim v0.11.1
6332026-05-30T03:55:37.181Z Compiling take_mut v0.2.2
6342026-05-30T03:55:37.252Z Compiling camino v1.2.2
6352026-05-30T03:55:37.286Z Compiling term v1.2.1
6362026-05-30T03:55:37.391Z Compiling clap_lex v1.1.0
6372026-05-30T03:55:37.626Z Compiling slog-term v2.9.2
6382026-05-30T03:55:37.629Z Compiling clap_builder v4.6.0
6392026-05-30T03:55:37.912Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6402026-05-30T03:55:37.967Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
6412026-05-30T03:55:38.209Z Compiling futures v0.3.32
6422026-05-30T03:55:38.393Z Compiling rand v0.9.4
6432026-05-30T03:55:38.980Z Compiling tokio-tungstenite v0.21.0
6442026-05-30T03:55:38.990Z Compiling slog-stdlog v4.1.1
6452026-05-30T03:55:39.380Z Compiling console v0.16.3
6462026-05-30T03:55:39.408Z Compiling zone_cfg_derive v0.3.1
6472026-05-30T03:55:39.590Z Compiling async-trait v0.1.89
6482026-05-30T03:55:39.682Z Compiling clap_derive v4.6.1
6492026-05-30T03:55:40.530Z Compiling unit-prefix v0.5.2
6502026-05-30T03:55:40.555Z Compiling base64 v0.21.7
6512026-05-30T03:55:40.691Z Compiling indicatif v0.18.4
6522026-05-30T03:55:40.740Z Compiling zone v0.3.1
6532026-05-30T03:55:40.873Z Compiling ron v0.12.1
6542026-05-30T03:55:41.190Z Compiling slog-envlogger v2.2.0
6552026-05-30T03:55:41.279Z Compiling xz2 v0.1.7
6562026-05-30T03:55:41.420Z Compiling clap v4.6.1
6572026-05-30T03:55:41.495Z Compiling tabwriter v1.4.1
6582026-05-30T03:55:41.511Z Compiling sha2 v0.10.9
6592026-05-30T03:55:41.591Z Compiling reqwest v0.12.28
6602026-05-30T03:55:41.708Z Compiling smf v0.2.3
6612026-05-30T03:55:41.733Z Compiling base16ct v1.0.0
6622026-05-30T03:55:41.815Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6632026-05-30T03:55:42.463Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6642026-05-30T03:55:42.860Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6652026-05-30T03:55:46.150Z Compiling rustls-webpki v0.103.13
6662026-05-30T03:55:48.737Z Compiling tokio-rustls v0.26.4
6672026-05-30T03:55:48.737Z Compiling rustls-platform-verifier v0.7.0
6682026-05-30T03:55:48.916Z Compiling hyper-rustls v0.27.9
6692026-05-30T03:55:49.070Z Compiling reqwest v0.13.4
6702026-05-30T03:55:49.968Z Compiling progenitor-client v0.14.0
6712026-05-30T03:55:50.148Z Compiling progenitor v0.14.0
6722026-05-30T03:55:50.231Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
6732026-05-30T03:55:52.443Zerror[E0308]: mismatched types
6742026-05-30T03:55:52.443Z --> lib/src/lib.rs:1793:9
6752026-05-30T03:55:52.443Z |
6762026-05-30T03:55:52.443Z1791 | let client = propolis_client::Client::new_with_client(
6772026-05-30T03:55:52.443Z | ---------------------------------------- arguments to this function are incorrect
6782026-05-30T03:55:52.443Z1792 | &format!("http://{}", sockaddr),
6792026-05-30T03:55:52.443Z1793 | reqwest_client,
6802026-05-30T03:55:52.443Z | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client`
6812026-05-30T03:55:52.443Z |
6822026-05-30T03:55:52.443Znote: there are multiple different versions of crate `reqwest` in the dependency graph
6832026-05-30T03:55:52.443Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/async_impl/client.rs:93:1
6842026-05-30T03:55:52.443Z |
6852026-05-30T03:55:52.443Z 93 | pub struct Client {
6862026-05-30T03:55:52.443Z | ^^^^^^^^^^^^^^^^^ this is the expected type
6872026-05-30T03:55:52.443Z |
6882026-05-30T03:55:52.443Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
6892026-05-30T03:55:52.444Z |
6902026-05-30T03:55:52.444Z 93 | pub struct Client {
6912026-05-30T03:55:52.444Z | ----------------- this is the found type
6922026-05-30T03:55:52.444Z = help: you can use `cargo tree` to explore your dependency tree
6932026-05-30T03:55:52.444Znote: associated function defined here
6942026-05-30T03:55:52.444Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/lib/propolis-client/src/lib.rs:44:1
6952026-05-30T03:55:52.444Z |
6962026-05-30T03:55:52.444Z 44 | / progenitor::generate_api!(
6972026-05-30T03:55:52.444Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
6982026-05-30T03:55:52.444Z 46 | | interface = Builder,
6992026-05-30T03:55:52.444Z 47 | | tags = Separate,
7002026-05-30T03:55:52.444Z... |
7012026-05-30T03:55:52.444Z 70 | | );
7022026-05-30T03:55:52.444Z | |_^
7032026-05-30T03:55:52.444Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7042026-05-30T03:55:52.444Z
7052026-05-30T03:55:52.447Zerror[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)`
7062026-05-30T03:55:52.447Z --> lib/src/lib.rs:1830:18
7072026-05-30T03:55:52.447Z |
7082026-05-30T03:55:52.447Z1830 | .collect()
7092026-05-30T03:55:52.447Z | ^^^^^^^ 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)>`
7102026-05-30T03:55:52.447Z |
7112026-05-30T03:55:52.447Zhelp: the trait `FromIterator<(propolis_client::instance_spec::SpecKey, ComponentV0)>` is not implemented for `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>`
7122026-05-30T03:55:52.447Z but trait `FromIterator<(propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component)>` is implemented for it
7132026-05-30T03:55:52.448Z --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/collections/btree/map.rs:2535:0
7142026-05-30T03:55:52.448Z = help: for that trait implementation, expected `propolis_client::instance_spec::Component`, found `ComponentV0`
7152026-05-30T03:55:52.448Znote: the method call chain might not have had the expected associated types
7162026-05-30T03:55:52.448Z --> lib/src/lib.rs:1829:18
7172026-05-30T03:55:52.448Z |
7182026-05-30T03:55:52.448Z1827 | components
7192026-05-30T03:55:52.448Z | ---------- this expression has type `&BTreeMap<SpecKey, ComponentV0>`
7202026-05-30T03:55:52.448Z1828 | .iter()
7212026-05-30T03:55:52.448Z | ------ `Iterator::Item` is `(&SpecKey, &ComponentV0)` here
7222026-05-30T03:55:52.448Z1829 | .map(|(spec_key, comp)| (spec_key.clone(), comp.clone()))
7232026-05-30T03:55:52.448Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Iterator::Item` changed to `(SpecKey, ComponentV0)` here
7242026-05-30T03:55:52.448Znote: required by a bound in `std::iter::Iterator::collect`
7252026-05-30T03:55:52.448Z --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/iter/traits/iterator.rs:2051:4
7262026-05-30T03:55:52.448Z
7272026-05-30T03:55:52.451Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7282026-05-30T03:55:52.451Z --> lib/src/lib.rs:1849:40
7292026-05-30T03:55:52.451Z |
7302026-05-30T03:55:52.451Z1849 | match client.instance_ensure().body(&req).send().await {
7312026-05-30T03:55:52.451Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7322026-05-30T03:55:52.451Z |
7332026-05-30T03:55:52.451Zhelp: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7342026-05-30T03:55:52.451Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7352026-05-30T03:55:52.451Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/lib/propolis-client/src/lib.rs:44:1
7362026-05-30T03:55:52.451Z |
7372026-05-30T03:55:52.451Z 44 | / progenitor::generate_api!(
7382026-05-30T03:55:52.451Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7392026-05-30T03:55:52.451Z 46 | | interface = Builder,
7402026-05-30T03:55:52.451Z 47 | | tags = Separate,
7412026-05-30T03:55:52.451Z... |
7422026-05-30T03:55:52.451Z 70 | | );
7432026-05-30T03:55:52.452Z | |_^
7442026-05-30T03:55:52.452Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7452026-05-30T03:55:52.452Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7462026-05-30T03:55:52.452Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7472026-05-30T03:55:52.452Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-087d412a4e7483dd.long-type-8833886512108699534.txt'
7482026-05-30T03:55:52.452Z = note: consider using `--verbose` to print the full type name to the console
7492026-05-30T03:55:52.452Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7502026-05-30T03:55:52.452Z
7512026-05-30T03:55:52.455Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7522026-05-30T03:55:52.455Z --> lib/src/lib.rs:1871:34
7532026-05-30T03:55:52.455Z |
7542026-05-30T03:55:52.455Z1871 | client.instance_ensure().body(&req).send().await?;
7552026-05-30T03:55:52.455Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7562026-05-30T03:55:52.455Z |
7572026-05-30T03:55:52.455Zhelp: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7582026-05-30T03:55:52.455Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7592026-05-30T03:55:52.455Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/6873add/lib/propolis-client/src/lib.rs:44:1
7602026-05-30T03:55:52.455Z |
7612026-05-30T03:55:52.455Z 44 | / progenitor::generate_api!(
7622026-05-30T03:55:52.455Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7632026-05-30T03:55:52.455Z 46 | | interface = Builder,
7642026-05-30T03:55:52.455Z 47 | | tags = Separate,
7652026-05-30T03:55:52.455Z... |
7662026-05-30T03:55:52.455Z 70 | | );
7672026-05-30T03:55:52.455Z | |_^
7682026-05-30T03:55:52.455Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7692026-05-30T03:55:52.455Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7702026-05-30T03:55:52.455Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7712026-05-30T03:55:52.455Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-087d412a4e7483dd.long-type-12364793628077681246.txt'
7722026-05-30T03:55:52.455Z = note: consider using `--verbose` to print the full type name to the console
7732026-05-30T03:55:52.455Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7742026-05-30T03:55:52.455Z
7752026-05-30T03:55:52.501Zerror[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope
7762026-05-30T03:55:52.501Z --> lib/src/lib.rs:2025:31
7772026-05-30T03:55:52.501Z |
7782026-05-30T03:55:52.501Z2025 | let mut stream = response.bytes_stream();
7792026-05-30T03:55:52.501Z | ^^^^^^^^^^^^ method not found in `reqwest::Response`
7802026-05-30T03:55:52.501Z
7812026-05-30T03:55:53.093ZSome errors have detailed explanations: E0277, E0308, E0599.
7822026-05-30T03:55:53.093ZFor more information about an error, try `rustc --explain E0277`.
7832026-05-30T03:55:53.138Zerror: could not compile `libfalcon` (lib) due to 5 previous errors
7842026-05-30T03:55:53.314Z
7852026-05-30T03:55:53.314Zreal 48.768724819
7862026-05-30T03:55:53.314Zuser 3:23.421855200
7872026-05-30T03:55:53.314Zsys 40.973537669
7882026-05-30T03:55:53.314Ztrap 0.114130369
7892026-05-30T03:55:53.314Ztflt 0.228676556
7902026-05-30T03:55:53.314Zdflt 0.359117928
7912026-05-30T03:55:53.314Zkflt 0.011757164
7922026-05-30T03:55:53.314Zlock 10:57.591032122
7932026-05-30T03:55:53.314Zslp 11:09.110796679
7942026-05-30T03:55:53.314Zlat 12.843792390
7952026-05-30T03:55:53.317Zstop 36.112350648
7962026-05-30T03:55:53.317Zprocess exited: duration 66085 ms, exit code 101
 
7972026-05-30T03:55:53.324Zfound 0 output files