01KP5270300FWY0H5EEQMVC7V7: build-and-test

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

Buildomat Job: 01KP5275S8MPBW16T5XS23VTH2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T03:59:02.664Zjob assigned to worker 01KP527B2G7FJNVE2DAZPB2K7Q [factory aws, i-01f5b7740901f2f08] (queued for 1 m 1 s)
 
22026-04-14T03:59:09.351Zstarting task 0: "setup"
32026-04-14T03:59:09.355Z++ uname -s
42026-04-14T03:59:09.358Z+ kern=SunOS
52026-04-14T03:59:09.358Z+ build_user=build
62026-04-14T03:59:09.358Z+ build_uid=12345
72026-04-14T03:59:09.358Z+ work_dir=/work
82026-04-14T03:59:09.358Z+ input_dir=/input
92026-04-14T03:59:09.359Z+ [[ 0 == 12345 ]]
102026-04-14T03:59:09.359Z+ case "$kern" in
112026-04-14T03:59:09.360Z+ groupadd -g 12345 build
122026-04-14T03:59:09.363Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T03:59:11.366Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T03:59:11.491Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T03:59:11.494Z+ home_fs=zfs
162026-04-14T03:59:11.494Z+ [[ zfs == autofs ]]
172026-04-14T03:59:11.495Z+ mkdir -p /home/build
182026-04-14T03:59:11.495Z+ chown build:build /home/build /work
192026-04-14T03:59:13.496Z+ chmod 0700 /home/build /work
202026-04-14T03:59:13.499Zprocess exited: duration 4149 ms, exit code 0
 
212026-04-14T03:59:13.506Zstarting task 1: "rust-toolchain"
222026-04-14T03:59:13.509Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-14T03:59:13.509Z * rust toolchain channel = "stable"
242026-04-14T03:59:13.512Z * rust toolchain profile = "default"
252026-04-14T03:59:13.512Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-14T03:59:13.512Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-14T03:59:13.512Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-14T03:59:13.512Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T03:59:13.513Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-14T03:59:13.628Zinfo: downloading installer
312026-04-14T03:59:15.021Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T03:59:15.021Zwarn: /opt/ooce/bin
332026-04-14T03:59:15.021Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T03:59:15.021Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T03:59:15.021Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T03:59:15.021Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T03:59:15.021Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T03:59:15.021Zerror: cannot install while Rust is installed
392026-04-14T03:59:15.021Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T03:59:15.022Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T03:59:15.022Zwarn: /home/build/.rustup/settings.toml
422026-04-14T03:59:15.022Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T03:59:15.022Zwarn: instead of the one inferred from the default host triple.
442026-04-14T03:59:15.035Zinfo: profile set to default
452026-04-14T03:59:15.035Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T03:59:15.038Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-14T03:59:15.173Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-14T03:59:15.176Zinfo: downloading 6 components
492026-04-14T03:59:29.382Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-14T03:59:29.382Z
512026-04-14T03:59:29.413Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-14T03:59:29.413Z
532026-04-14T03:59:29.413Z
542026-04-14T03:59:29.413ZRust is installed now. Great!
552026-04-14T03:59:29.413Z
562026-04-14T03:59:29.413ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T03:59:29.413Zenvironment variable. This has not been done automatically.
582026-04-14T03:59:29.413Z
592026-04-14T03:59:29.413ZTo configure your current shell, you need to source
602026-04-14T03:59:29.413Zthe corresponding env file under $HOME/.cargo.
612026-04-14T03:59:29.413Z
622026-04-14T03:59:29.413ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T03:59:29.413Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T03:59:29.413Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T03:59:29.413Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T03:59:29.413Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T03:59:29.413Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T03:59:29.413Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T03:59:29.416Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T03:59:29.416Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T03:59:29.513Z+ rustup --version
722026-04-14T03:59:29.521Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T03:59:29.525Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T03:59:29.543Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-14T03:59:29.546Z+ cargo --version
762026-04-14T03:59:29.559Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-14T03:59:29.562Z+ rustc --version
782026-04-14T03:59:29.582Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-14T03:59:29.584Zprocess exited: duration 16078 ms, exit code 0
 
802026-04-14T03:59:29.591Zstarting task 2: "authentication"
812026-04-14T03:59:29.607Zprocess exited: duration 15 ms, exit code 0
 
822026-04-14T03:59:29.612Zstarting task 3: "clone repository"
832026-04-14T03:59:29.616Z+ mkdir -p /work/oxidecomputer/falcon
842026-04-14T03:59:29.619Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-04-14T03:59:29.674ZCloning into '/work/oxidecomputer/falcon'...
862026-04-14T03:59:30.394Z+ cd /work/oxidecomputer/falcon
872026-04-14T03:59:30.394Z+ git fetch origin fcf8e4d8bb9355f26535d2e1e12de074ddf00989
882026-04-14T03:59:30.658ZFrom https://github.com/oxidecomputer/falcon
892026-04-14T03:59:30.658Z * branch fcf8e4d8bb9355f26535d2e1e12de074ddf00989 -> FETCH_HEAD
902026-04-14T03:59:30.665Z+ [[ -n '' ]]
912026-04-14T03:59:30.665Z+ git reset --hard fcf8e4d8bb9355f26535d2e1e12de074ddf00989
922026-04-14T03:59:30.732ZHEAD is now at fcf8e4d Update propolis-client digest to bc489dd
932026-04-14T03:59:30.735Zprocess exited: duration 1119 ms, exit code 0
 
942026-04-14T03:59:30.741Zstarting task 4: "build"
952026-04-14T03:59:30.745Z+ cargo --version
962026-04-14T03:59:30.751Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
972026-04-14T03:59:30.916Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
982026-04-14T03:59:30.919Zinfo: downloading 6 components
992026-04-14T03:59:48.113Zcargo 1.92.0 (344c4567c 2025-10-21)
1002026-04-14T03:59:48.117Z+ rustc --version
1012026-04-14T03:59:48.147Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1022026-04-14T03:59:48.152Z+ banner build
1032026-04-14T03:59:48.155Z
1042026-04-14T03:59:48.155Z ##### # # # # #####
1052026-04-14T03:59:48.155Z # # # # # # # #
1062026-04-14T03:59:48.155Z ##### # # # # # #
1072026-04-14T03:59:48.155Z # # # # # # # #
1082026-04-14T03:59:48.155Z # # # # # # # #
1092026-04-14T03:59:48.155Z ##### #### # ###### #####
1102026-04-14T03:59:48.155Z
1112026-04-14T03:59:48.155Z+ ptime -m cargo build --all
1122026-04-14T03:59:48.239Z Updating crates.io index
1132026-04-14T03:59:48.242Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142026-04-14T03:59:48.566ZFrom https://github.com/oxidecomputer/netadm-sys
1152026-04-14T03:59:48.566Z * [new ref] c1d9f7474d6db11c3bec6fb329abdd35985311f8 -> refs/commit/c1d9f7474d6db11c3bec6fb329abdd35985311f8
1162026-04-14T03:59:48.749Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-04-14T03:59:50.039ZFrom https://github.com/oxidecomputer/propolis
1182026-04-14T03:59:50.039Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
1192026-04-14T03:59:50.084Z Updating git repository `https://github.com/oxidecomputer/zone`
1202026-04-14T03:59:50.349ZFrom https://github.com/oxidecomputer/zone
1212026-04-14T03:59:50.350Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1222026-04-14T03:59:50.875Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1232026-04-14T03:59:51.142ZFrom https://github.com/oxidecomputer/dlpi-sys
1242026-04-14T03:59:51.142Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1252026-04-14T03:59:51.156Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1262026-04-14T03:59:51.443ZFrom https://github.com/jmesmon/rust-libzfs
1272026-04-14T03:59:51.446Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1282026-04-14T03:59:51.464Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-04-14T03:59:51.727ZFrom https://github.com/oxidecomputer/rusty-doors
1302026-04-14T03:59:51.728Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1312026-04-14T03:59:51.798Z Updating git repository `https://github.com/oxidecomputer/crucible`
1322026-04-14T03:59:52.665ZFrom https://github.com/oxidecomputer/crucible
1332026-04-14T03:59:52.665Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
1342026-04-14T03:59:54.611Z Downloading crates ...
1352026-04-14T03:59:54.683Z Downloaded arc-swap v1.8.2
1362026-04-14T03:59:54.692Z Downloaded ppv-lite86 v0.2.21
1372026-04-14T03:59:54.695Z Downloaded proc-macro2 v1.0.106
1382026-04-14T03:59:54.699Z Downloaded num-conv v0.2.0
1392026-04-14T03:59:54.699Z Downloaded autocfg v1.5.0
1402026-04-14T03:59:54.699Z Downloaded httparse v1.10.1
1412026-04-14T03:59:54.701Z Downloaded rand_chacha v0.3.1
1422026-04-14T03:59:54.704Z Downloaded powerfmt v0.2.0
1432026-04-14T03:59:54.704Z Downloaded pin-utils v0.1.0
1442026-04-14T03:59:54.704Z Downloaded num_enum_derive v0.7.6
1452026-04-14T03:59:54.707Z Downloaded lru-slab v0.1.2
1462026-04-14T03:59:54.710Z Downloaded byteorder v1.5.0
1472026-04-14T03:59:54.713Z Downloaded serde_spanned v1.0.4
1482026-04-14T03:59:54.713Z Downloaded percent-encoding v2.3.2
1492026-04-14T03:59:54.717Z Downloaded schemars_derive v0.8.22
1502026-04-14T03:59:54.722Z Downloaded lazy_static v1.5.0
1512026-04-14T03:59:54.728Z Downloaded slog-term v2.9.2
1522026-04-14T03:59:54.731Z Downloaded serde_tokenstream v0.2.3
1532026-04-14T03:59:54.731Z Downloaded cpufeatures v0.3.0
1542026-04-14T03:59:54.734Z Downloaded heck v0.5.0
1552026-04-14T03:59:54.737Z Downloaded errno v0.3.14
1562026-04-14T03:59:54.740Z Downloaded strsim v0.11.1
1572026-04-14T03:59:54.743Z Downloaded sync_wrapper v1.0.2
1582026-04-14T03:59:54.746Z Downloaded proc-macro-crate v3.5.0
1592026-04-14T03:59:54.746Z Downloaded futures-core v0.3.32
1602026-04-14T03:59:54.749Z Downloaded atomic-waker v1.1.2
1612026-04-14T03:59:54.749Z Downloaded crypto-common v0.1.7
1622026-04-14T03:59:54.752Z Downloaded proc-macro-error-attr v1.0.4
1632026-04-14T03:59:54.752Z Downloaded clap_lex v1.1.0
1642026-04-14T03:59:54.755Z Downloaded digest v0.10.7
1652026-04-14T03:59:54.755Z Downloaded progenitor v0.13.0
1662026-04-14T03:59:54.758Z Downloaded crossbeam-channel v0.5.15
1672026-04-14T03:59:54.758Z Downloaded stable_deref_trait v1.2.1
1682026-04-14T03:59:54.761Z Downloaded sha1 v0.10.6
1692026-04-14T03:59:54.761Z Downloaded futures-io v0.3.32
1702026-04-14T03:59:54.761Z Downloaded idna_adapter v1.2.1
1712026-04-14T03:59:54.764Z Downloaded pretty-hex v0.4.2
1722026-04-14T03:59:54.764Z Downloaded generic-array v0.14.7
1732026-04-14T03:59:54.764Z Downloaded dunce v1.0.5
1742026-04-14T03:59:54.767Z Downloaded openssl-probe v0.2.1
1752026-04-14T03:59:54.767Z Downloaded subtle v2.6.1
1762026-04-14T03:59:54.767Z Downloaded scopeguard v1.2.0
1772026-04-14T03:59:54.767Z Downloaded is-terminal v0.4.17
1782026-04-14T03:59:54.770Z Downloaded cfg-if v1.0.4
1792026-04-14T03:59:54.770Z Downloaded foreign-types v0.5.0
1802026-04-14T03:59:54.770Z Downloaded futures-task v0.3.32
1812026-04-14T03:59:54.773Z Downloaded potential_utf v0.1.4
1822026-04-14T03:59:54.773Z Downloaded futures-macro v0.3.32
1832026-04-14T03:59:54.773Z Downloaded serde_derive_internals v0.29.1
1842026-04-14T03:59:54.776Z Downloaded progenitor-client v0.13.0
1852026-04-14T03:59:54.776Z Downloaded pin-project-lite v0.2.17
1862026-04-14T03:59:54.781Z Downloaded rustls-platform-verifier v0.6.2
1872026-04-14T03:59:54.781Z Downloaded futures-sink v0.3.32
1882026-04-14T03:59:54.781Z Downloaded anstyle-query v1.1.5
1892026-04-14T03:59:54.781Z Downloaded icu_normalizer v2.1.1
1902026-04-14T03:59:54.784Z Downloaded progenitor-macro v0.13.0
1912026-04-14T03:59:54.784Z Downloaded heck v0.4.1
1922026-04-14T03:59:54.787Z Downloaded foreign-types-shared v0.3.1
1932026-04-14T03:59:54.787Z Downloaded log v0.4.29
1942026-04-14T03:59:54.791Z Downloaded colorchoice v1.0.5
1952026-04-14T03:59:54.791Z Downloaded dyn-clone v1.0.20
1962026-04-14T03:59:54.791Z Downloaded deranged v0.5.8
1972026-04-14T03:59:54.791Z Downloaded serde_urlencoded v0.7.1
1982026-04-14T03:59:54.794Z Downloaded rustc-hash v2.1.1
1992026-04-14T03:59:54.797Z Downloaded equivalent v1.0.2
2002026-04-14T03:59:54.797Z Downloaded cpufeatures v0.2.17
2012026-04-14T03:59:54.797Z Downloaded base16ct v1.0.0
2022026-04-14T03:59:54.799Z Downloaded crucible-workspace-hack v0.1.0
2032026-04-14T03:59:54.799Z Downloaded cfg_aliases v0.2.1
2042026-04-14T03:59:54.800Z Downloaded block-buffer v0.10.4
2052026-04-14T03:59:54.802Z Downloaded http-body v1.0.1
2062026-04-14T03:59:54.805Z Downloaded signal-hook-registry v1.4.8
2072026-04-14T03:59:54.805Z Downloaded lock_api v0.4.14
2082026-04-14T03:59:54.805Z Downloaded foreign-types-macros v0.2.3
2092026-04-14T03:59:54.808Z Downloaded rand_core v0.10.0
2102026-04-14T03:59:54.808Z Downloaded rand_core v0.6.4
2112026-04-14T03:59:54.808Z Downloaded pkg-config v0.3.32
2122026-04-14T03:59:54.811Z Downloaded take_mut v0.2.2
2132026-04-14T03:59:54.811Z Downloaded oxnet v0.1.4
2142026-04-14T03:59:54.815Z Downloaded tinyvec_macros v0.1.1
2152026-04-14T03:59:54.818Z Downloaded futures-executor v0.3.32
2162026-04-14T03:59:54.821Z Downloaded time-core v0.1.8
2172026-04-14T03:59:54.821Z Downloaded slab v0.4.12
2182026-04-14T03:59:54.821Z Downloaded cstr-argument v0.1.2
2192026-04-14T03:59:54.823Z Downloaded rand_core v0.9.5
2202026-04-14T03:59:54.823Z Downloaded proc-macro-error v1.0.4
2212026-04-14T03:59:54.826Z Downloaded parking_lot_core v0.9.12
2222026-04-14T03:59:54.827Z Downloaded synstructure v0.13.2
2232026-04-14T03:59:54.830Z Downloaded shlex v1.3.0
2242026-04-14T03:59:54.830Z Downloaded tabwriter v1.4.1
2252026-04-14T03:59:54.830Z Downloaded rustls-native-certs v0.8.3
2262026-04-14T03:59:54.833Z Downloaded is_terminal_polyfill v1.70.2
2272026-04-14T03:59:54.833Z Downloaded anstyle-parse v1.0.0
2282026-04-14T03:59:54.836Z Downloaded socket2 v0.6.3
2292026-04-14T03:59:54.836Z Downloaded itoa v1.0.17
2302026-04-14T03:59:54.836Z Downloaded num_enum v0.7.6
2312026-04-14T03:59:54.846Z Downloaded tower-service v0.3.3
2322026-04-14T03:59:54.849Z Downloaded thread_local v1.1.9
2332026-04-14T03:59:54.849Z Downloaded slog-envlogger v2.2.0
2342026-04-14T03:59:54.849Z Downloaded sha2 v0.10.9
2352026-04-14T03:59:54.852Z Downloaded rustversion v1.0.22
2362026-04-14T03:59:54.852Z Downloaded quote v1.0.45
2372026-04-14T03:59:54.855Z Downloaded icu_collections v2.1.1
2382026-04-14T03:59:54.858Z Downloaded form_urlencoded v1.2.2
2392026-04-14T03:59:54.858Z Downloaded base64 v0.21.7
2402026-04-14T03:59:54.861Z Downloaded anstream v1.0.0
2412026-04-14T03:59:54.861Z Downloaded cmake v0.1.58
2422026-04-14T03:59:54.864Z Downloaded anstyle v1.0.14
2432026-04-14T03:59:54.867Z Downloaded semver v1.0.27
2442026-04-14T03:59:54.867Z Downloaded erased-serde v0.3.31
2452026-04-14T03:59:54.870Z Downloaded async-trait v0.1.89
2462026-04-14T03:59:54.873Z Downloaded utf8_iter v1.0.4
2472026-04-14T03:59:54.873Z Downloaded typify-macro v0.6.1
2482026-04-14T03:59:54.873Z Downloaded tower-layer v0.3.3
2492026-04-14T03:59:54.873Z Downloaded try-lock v0.2.5
2502026-04-14T03:59:54.878Z Downloaded either v1.15.0
2512026-04-14T03:59:54.878Z Downloaded aho-corasick v1.1.4
2522026-04-14T03:59:54.942Z Downloaded smf v0.2.3
2532026-04-14T03:59:54.942Z Downloaded thiserror-impl v2.0.18
2542026-04-14T03:59:54.942Z Downloaded thiserror v1.0.69
2552026-04-14T03:59:54.942Z Downloaded unit-prefix v0.5.2
2562026-04-14T03:59:54.942Z Downloaded find-msvc-tools v0.1.9
2572026-04-14T03:59:54.942Z Downloaded rand_chacha v0.9.0
2582026-04-14T03:59:54.942Z Downloaded parking_lot v0.12.5
2592026-04-14T03:59:54.942Z Downloaded fs_extra v1.3.0
2602026-04-14T03:59:54.942Z Downloaded yoke-derive v0.8.1
2612026-04-14T03:59:54.942Z Downloaded once_cell v1.21.4
2622026-04-14T03:59:54.942Z Downloaded http-body-util v0.1.3
2632026-04-14T03:59:54.942Z Downloaded zerofrom v0.1.6
2642026-04-14T03:59:54.942Z Downloaded utf8parse v0.2.2
2652026-04-14T03:59:54.942Z Downloaded untrusted v0.9.0
2662026-04-14T03:59:54.942Z Downloaded zerofrom-derive v0.1.6
2672026-04-14T03:59:54.942Z Downloaded want v0.3.1
2682026-04-14T03:59:54.942Z Downloaded foldhash v0.2.0
2692026-04-14T03:59:54.942Z Downloaded data-encoding v2.10.0
2702026-04-14T03:59:54.942Z Downloaded tinystr v0.8.2
2712026-04-14T03:59:54.942Z Downloaded ipnet v2.12.0
2722026-04-14T03:59:54.943Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2732026-04-14T03:59:54.943Z Downloaded thiserror-impl v1.0.69
2742026-04-14T03:59:54.943Z Downloaded thiserror v2.0.18
2752026-04-14T03:59:54.943Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2762026-04-14T03:59:54.943Z Downloaded tokio-tungstenite v0.21.0
2772026-04-14T03:59:54.943Z Downloaded zone_cfg_derive v0.3.1
2782026-04-14T03:59:54.943Z Downloaded version_check v0.9.5
2792026-04-14T03:59:54.943Z Downloaded tokio-macros v2.6.1
2802026-04-14T03:59:54.943Z Downloaded time-macros v0.2.27
2812026-04-14T03:59:54.943Z Downloaded rustls-pki-types v1.14.0
2822026-04-14T03:59:54.943Z Downloaded term v1.2.1
2832026-04-14T03:59:54.943Z Downloaded smallvec v1.15.1
2842026-04-14T03:59:54.943Z Downloaded quinn-udp v0.5.14
2852026-04-14T03:59:54.943Z Downloaded hyper-rustls v0.27.7
2862026-04-14T03:59:54.943Z Downloaded chacha20 v0.10.0
2872026-04-14T03:59:54.943Z Downloaded litemap v0.8.1
2882026-04-14T03:59:54.943Z Downloaded typeid v1.0.3
2892026-04-14T03:59:54.943Z Downloaded cargo_toml v0.22.3
2902026-04-14T03:59:54.943Z Downloaded iana-time-zone v0.1.65
2912026-04-14T03:59:54.943Z Downloaded bitflags v2.11.0
2922026-04-14T03:59:54.943Z Downloaded jobserver v0.1.34
2932026-04-14T03:59:54.943Z Downloaded console v0.16.3
2942026-04-14T03:59:54.943Z Downloaded zone v0.3.1
2952026-04-14T03:59:54.943Z Downloaded icu_provider v2.1.1
2962026-04-14T03:59:54.948Z Downloaded base64 v0.22.1
2972026-04-14T03:59:54.948Z Downloaded futures-channel v0.3.32
2982026-04-14T03:59:54.948Z Downloaded colored v3.1.1
2992026-04-14T03:59:54.948Z Downloaded xz2 v0.1.7
3002026-04-14T03:59:54.948Z Downloaded serde_derive v1.0.228
3012026-04-14T03:59:54.951Z Downloaded slog v2.8.2
3022026-04-14T03:59:54.951Z Downloaded slog-stdlog v4.1.1
3032026-04-14T03:59:54.954Z Downloaded serde_yaml v0.9.34+deprecated
3042026-04-14T03:59:54.954Z Downloaded ryu v1.0.23
3052026-04-14T03:59:54.957Z Downloaded zerovec-derive v0.11.2
3062026-04-14T03:59:54.958Z Downloaded displaydoc v0.2.5
3072026-04-14T03:59:54.961Z Downloaded writeable v0.6.2
3082026-04-14T03:59:54.961Z Downloaded yoke v0.8.1
3092026-04-14T03:59:54.961Z Downloaded tokio-rustls v0.26.4
3102026-04-14T03:59:54.961Z Downloaded futures v0.3.32
3112026-04-14T03:59:54.964Z Downloaded getrandom v0.2.17
3122026-04-14T03:59:54.966Z Downloaded zmij v1.0.21
3132026-04-14T03:59:54.967Z Downloaded clap_derive v4.6.0
3142026-04-14T03:59:54.970Z Downloaded zeroize v1.8.2
3152026-04-14T03:59:54.970Z Downloaded utf-8 v0.7.6
3162026-04-14T03:59:54.970Z Downloaded cc v1.2.57
3172026-04-14T03:59:54.972Z Downloaded toml_writer v1.0.6+spec-1.1.0
3182026-04-14T03:59:54.972Z Downloaded slog-async v2.8.0
3192026-04-14T03:59:54.973Z Downloaded progenitor-impl v0.13.0
3202026-04-14T03:59:54.975Z Downloaded clap v4.6.0
3212026-04-14T03:59:54.978Z Downloaded num-traits v0.2.19
3222026-04-14T03:59:54.981Z Downloaded prettyplease v0.2.37
3232026-04-14T03:59:54.984Z Downloaded camino v1.2.2
3242026-04-14T03:59:54.987Z Downloaded anyhow v1.0.102
3252026-04-14T03:59:54.990Z Downloaded allocator-api2 v0.2.21
3262026-04-14T03:59:54.990Z Downloaded tracing-attributes v0.1.31
3272026-04-14T03:59:54.993Z Downloaded getrandom v0.3.4
3282026-04-14T03:59:54.996Z Downloaded slog-scope v4.4.1
3292026-04-14T03:59:54.996Z Downloaded getrandom v0.4.2
3302026-04-14T03:59:54.999Z Downloaded serde_core v1.0.228
3312026-04-14T03:59:54.999Z Downloaded rand v0.8.5
3322026-04-14T03:59:55.002Z Downloaded crossbeam-utils v0.8.21
3332026-04-14T03:59:55.002Z Downloaded toml_parser v1.0.9+spec-1.1.0
3342026-04-14T03:59:55.006Z Downloaded toml v0.9.12+spec-1.1.0
3352026-04-14T03:59:55.006Z Downloaded schemars v0.8.22
3362026-04-14T03:59:55.012Z Downloaded icu_normalizer_data v2.1.1
3372026-04-14T03:59:55.015Z Downloaded tracing-core v0.1.36
3382026-04-14T03:59:55.015Z Downloaded bytes v1.11.1
3392026-04-14T03:59:55.018Z Downloaded icu_properties v2.1.2
3402026-04-14T03:59:55.021Z Downloaded tungstenite v0.21.0
3412026-04-14T03:59:55.021Z Downloaded aws-lc-rs v1.16.2
3422026-04-14T03:59:55.026Z Downloaded unsafe-libyaml v0.2.11
3432026-04-14T03:59:55.028Z Downloaded typify v0.6.1
3442026-04-14T03:59:55.031Z Downloaded toml_edit v0.25.4+spec-1.1.0
3452026-04-14T03:59:55.031Z Downloaded serde v1.0.228
3462026-04-14T03:59:55.034Z Downloaded indicatif v0.18.4
3472026-04-14T03:59:55.037Z Downloaded uuid v1.22.0
3482026-04-14T03:59:55.037Z Downloaded tinyvec v1.11.0
3492026-04-14T03:59:55.040Z Downloaded rustls-webpki v0.103.9
3502026-04-14T03:59:55.043Z Downloaded icu_locale_core v2.1.1
3512026-04-14T03:59:55.046Z Downloaded quinn v0.11.9
3522026-04-14T03:59:55.049Z Downloaded memchr v2.8.0
3532026-04-14T03:59:55.052Z Downloaded unicode-ident v1.0.24
3542026-04-14T03:59:55.055Z Downloaded zerotrie v0.2.3
3552026-04-14T03:59:55.059Z Downloaded hyper-util v0.1.20
3562026-04-14T03:59:55.062Z Downloaded http v1.4.0
3572026-04-14T03:59:55.066Z Downloaded rand v0.9.2
3582026-04-14T03:59:55.069Z Downloaded typenum v1.19.0
3592026-04-14T03:59:55.073Z Downloaded url v2.5.8
3602026-04-14T03:59:55.076Z Downloaded icu_properties_data v2.1.2
3612026-04-14T03:59:55.081Z Downloaded indexmap v2.13.0
3622026-04-14T03:59:55.085Z Downloaded regex v1.12.3
3632026-04-14T03:59:55.088Z Downloaded mio v1.1.1
3642026-04-14T03:59:55.091Z Downloaded tower v0.5.3
3652026-04-14T03:59:55.096Z Downloaded itertools v0.12.1
3662026-04-14T03:59:55.099Z Downloaded hashbrown v0.16.1
3672026-04-14T03:59:55.103Z Downloaded rand v0.10.0
3682026-04-14T03:59:55.107Z Downloaded zerovec v0.11.5
3692026-04-14T03:59:55.110Z Downloaded tower-http v0.6.8
3702026-04-14T03:59:55.115Z Downloaded tokio-util v0.7.18
3712026-04-14T03:59:55.119Z Downloaded hyper v1.8.1
3722026-04-14T03:59:55.122Z Downloaded futures-util v0.3.32
3732026-04-14T03:59:55.129Z Downloaded iri-string v0.7.10
3742026-04-14T03:59:55.132Z Downloaded ron v0.12.0
3752026-04-14T03:59:55.136Z Downloaded clap_builder v4.6.0
3762026-04-14T03:59:55.140Z Downloaded idna v1.1.0
3772026-04-14T03:59:55.142Z Downloaded chrono v0.4.44
3782026-04-14T03:59:55.146Z Downloaded serde_json v1.0.149
3792026-04-14T03:59:55.150Z Downloaded reqwest v0.12.28
3802026-04-14T03:59:55.153Z Downloaded reqwest v0.13.2
3812026-04-14T03:59:55.156Z Downloaded zerocopy v0.8.42
3822026-04-14T03:59:55.185Z Downloaded portable-atomic v1.13.1
3832026-04-14T03:59:55.195Z Downloaded typify-impl v0.6.1
3842026-04-14T03:59:55.201Z Downloaded winnow v0.7.15
3852026-04-14T03:59:55.206Z Downloaded tracing v0.1.44
3862026-04-14T03:59:55.237Z Downloaded syn v1.0.109
3872026-04-14T03:59:55.241Z Downloaded time v0.3.47
3882026-04-14T03:59:55.248Z Downloaded quinn-proto v0.11.14
3892026-04-14T03:59:55.258Z Downloaded unicode-width v0.2.2
3902026-04-14T03:59:55.264Z Downloaded syn v2.0.117
3912026-04-14T03:59:55.290Z Downloaded rustls v0.23.37
3922026-04-14T03:59:55.296Z Downloaded regress v0.10.5
3932026-04-14T03:59:55.300Z Downloaded regex-syntax v0.8.10
3942026-04-14T03:59:55.305Z Downloaded openapiv3 v2.2.0
3952026-04-14T03:59:55.391Z Downloaded regex-automata v0.4.14
3962026-04-14T03:59:55.407Z Downloaded lzma-sys v0.1.20
3972026-04-14T03:59:55.429Z Downloaded libc v0.2.183
3982026-04-14T03:59:55.446Z Downloaded tokio v1.50.0
3992026-04-14T03:59:55.494Z Downloaded ring v0.17.14
4002026-04-14T03:59:55.780Z Downloaded aws-lc-sys v0.39.1
4012026-04-14T03:59:55.983Z Compiling proc-macro2 v1.0.106
4022026-04-14T03:59:55.983Z Compiling unicode-ident v1.0.24
4032026-04-14T03:59:55.983Z Compiling quote v1.0.45
4042026-04-14T03:59:55.983Z Compiling libc v0.2.183
4052026-04-14T03:59:55.986Z Compiling cfg-if v1.0.4
4062026-04-14T03:59:55.986Z Compiling itoa v1.0.17
4072026-04-14T03:59:56.077Z Compiling serde_core v1.0.228
4082026-04-14T03:59:56.146Z Compiling memchr v2.8.0
4092026-04-14T03:59:56.208Z Compiling foldhash v0.2.0
4102026-04-14T03:59:56.255Z Compiling allocator-api2 v0.2.21
4112026-04-14T03:59:56.365Z Compiling equivalent v1.0.2
4122026-04-14T03:59:56.443Z Compiling serde v1.0.228
4132026-04-14T03:59:56.551Z Compiling hashbrown v0.16.1
4142026-04-14T03:59:56.604Z Compiling zmij v1.0.21
4152026-04-14T03:59:56.807Z Compiling autocfg v1.5.0
4162026-04-14T03:59:56.816Z Compiling serde_json v1.0.149
4172026-04-14T03:59:56.941Z Compiling version_check v0.9.5
4182026-04-14T03:59:57.059Z Compiling jobserver v0.1.34
4192026-04-14T03:59:57.130Z Compiling shlex v1.3.0
4202026-04-14T03:59:57.156Z Compiling num-traits v0.2.19
4212026-04-14T03:59:57.209Z Compiling smallvec v1.15.1
4222026-04-14T03:59:57.311Z Compiling pin-project-lite v0.2.17
4232026-04-14T03:59:57.372Z Compiling find-msvc-tools v0.1.9
4242026-04-14T03:59:57.386Z Compiling bytes v1.11.1
4252026-04-14T03:59:57.415Z Compiling syn v2.0.117
4262026-04-14T03:59:57.526Z Compiling cc v1.2.57
4272026-04-14T03:59:57.565Z Compiling stable_deref_trait v1.2.1
4282026-04-14T03:59:57.669Z Compiling futures-core v0.3.32
4292026-04-14T03:59:57.820Z Compiling parking_lot_core v0.9.12
4302026-04-14T03:59:58.020Z Compiling http v1.4.0
4312026-04-14T03:59:58.108Z Compiling socket2 v0.6.3
4322026-04-14T03:59:58.117Z Compiling scopeguard v1.2.0
4332026-04-14T03:59:58.212Z Compiling futures-sink v0.3.32
4342026-04-14T03:59:58.222Z Compiling schemars v0.8.22
4352026-04-14T03:59:58.485Z Compiling rustversion v1.0.22
4362026-04-14T03:59:58.529Z Compiling cmake v0.1.58
4372026-04-14T03:59:58.538Z Compiling lock_api v0.4.14
4382026-04-14T03:59:58.764Z Compiling errno v0.3.14
4392026-04-14T03:59:58.864Z Compiling thiserror v2.0.18
4402026-04-14T03:59:58.878Z Compiling once_cell v1.21.4
4412026-04-14T03:59:58.888Z Compiling dyn-clone v1.0.20
4422026-04-14T03:59:58.896Z Compiling rand_core v0.10.0
4432026-04-14T03:59:58.917Z Compiling dunce v1.0.5
4442026-04-14T03:59:58.920Z Compiling fs_extra v1.3.0
4452026-04-14T03:59:59.011Z Compiling getrandom v0.4.2
4462026-04-14T03:59:59.048Z Compiling signal-hook-registry v1.4.8
4472026-04-14T03:59:59.062Z Compiling parking_lot v0.12.5
4482026-04-14T03:59:59.087Z Compiling futures-channel v0.3.32
4492026-04-14T03:59:59.190Z Compiling aws-lc-sys v0.39.1
4502026-04-14T03:59:59.302Z Compiling mio v1.1.1
4512026-04-14T03:59:59.319Z Compiling litemap v0.8.1
4522026-04-14T03:59:59.358Z Compiling winnow v0.7.15
4532026-04-14T03:59:59.420Z Compiling writeable v0.6.2
4542026-04-14T03:59:59.510Z Compiling indexmap v2.13.0
4552026-04-14T03:59:59.617Z Compiling icu_normalizer_data v2.1.1
4562026-04-14T03:59:59.627Z Compiling futures-io v0.3.32
4572026-04-14T03:59:59.670Z Compiling log v0.4.29
4582026-04-14T03:59:59.788Z Compiling icu_properties_data v2.1.2
4592026-04-14T03:59:59.843Z Compiling futures-task v0.3.32
4602026-04-14T03:59:59.884Z Compiling slab v0.4.12
4612026-04-14T04:00:00.012Z Compiling percent-encoding v2.3.2
4622026-04-14T04:00:00.047Z Compiling heck v0.5.0
4632026-04-14T04:00:00.065Z Compiling zeroize v1.8.2
4642026-04-14T04:00:00.160Z Compiling aws-lc-rs v1.16.2
4652026-04-14T04:00:00.205Z Compiling httparse v1.10.1
4662026-04-14T04:00:00.233Z Compiling iana-time-zone v0.1.65
4672026-04-14T04:00:00.434Z Compiling synstructure v0.13.2
4682026-04-14T04:00:00.450Z Compiling serde_derive_internals v0.29.1
4692026-04-14T04:00:00.462Z Compiling chrono v0.4.44
4702026-04-14T04:00:00.880Z Compiling toml_parser v1.0.9+spec-1.1.0
4712026-04-14T04:00:00.937Z Compiling typenum v1.19.0
4722026-04-14T04:00:01.033Z Compiling syn v1.0.109
4732026-04-14T04:00:01.307Z Compiling rustls-pki-types v1.14.0
4742026-04-14T04:00:01.396Z Compiling tracing-core v0.1.36
4752026-04-14T04:00:01.426Z Compiling http-body v1.0.1
4762026-04-14T04:00:01.570Z Compiling generic-array v0.14.7
4772026-04-14T04:00:01.580Z Compiling serde_derive v1.0.228
4782026-04-14T04:00:01.782Z Compiling zerofrom-derive v0.1.6
4792026-04-14T04:00:01.785Z Compiling yoke-derive v0.8.1
4802026-04-14T04:00:01.802Z Compiling zerovec-derive v0.11.2
4812026-04-14T04:00:01.924Z Compiling displaydoc v0.2.5
4822026-04-14T04:00:01.993Z Compiling schemars_derive v0.8.22
4832026-04-14T04:00:02.262Z Compiling tokio-macros v2.6.1
4842026-04-14T04:00:02.715Z Compiling thiserror-impl v2.0.18
4852026-04-14T04:00:02.852Z Compiling futures-macro v0.3.32
4862026-04-14T04:00:02.927Z Compiling tracing-attributes v0.1.31
4872026-04-14T04:00:02.988Z Compiling zerofrom v0.1.6
4882026-04-14T04:00:03.067Z Compiling tokio v1.50.0
4892026-04-14T04:00:03.110Z Compiling yoke v0.8.1
4902026-04-14T04:00:03.213Z Compiling zerocopy v0.8.42
4912026-04-14T04:00:03.294Z Compiling zerovec v0.11.5
4922026-04-14T04:00:03.611Z Compiling zerotrie v0.2.3
4932026-04-14T04:00:03.693Z Compiling futures-util v0.3.32
4942026-04-14T04:00:03.798Z Compiling tinystr v0.8.2
4952026-04-14T04:00:03.922Z Compiling potential_utf v0.1.4
4962026-04-14T04:00:03.993Z Compiling icu_locale_core v2.1.1
4972026-04-14T04:00:04.067Z Compiling icu_collections v2.1.1
4982026-04-14T04:00:04.082Z Compiling thiserror v1.0.69
4992026-04-14T04:00:04.155Z Compiling uuid v1.22.0
5002026-04-14T04:00:04.426Z Compiling regex-syntax v0.8.10
5012026-04-14T04:00:04.581Z Compiling icu_provider v2.1.1
5022026-04-14T04:00:04.841Z Compiling icu_normalizer v2.1.1
5032026-04-14T04:00:04.871Z Compiling icu_properties v2.1.2
5042026-04-14T04:00:05.097Z Compiling tracing v0.1.44
5052026-04-14T04:00:05.415Z Compiling thiserror-impl v1.0.69
5062026-04-14T04:00:05.979Z Compiling idna_adapter v1.2.1
5072026-04-14T04:00:06.112Z Compiling form_urlencoded v1.2.2
5082026-04-14T04:00:06.327Z Compiling regress v0.10.5
5092026-04-14T04:00:06.572Z Compiling semver v1.0.27
5102026-04-14T04:00:06.713Z Compiling utf8_iter v1.0.4
5112026-04-14T04:00:06.755Z Compiling base64 v0.22.1
5122026-04-14T04:00:06.859Z Compiling rustls v0.23.37
5132026-04-14T04:00:06.862Z Compiling tower-service v0.3.3
5142026-04-14T04:00:06.952Z Compiling try-lock v0.2.5
5152026-04-14T04:00:07.047Z Compiling untrusted v0.9.0
5162026-04-14T04:00:07.058Z Compiling want v0.3.1
5172026-04-14T04:00:07.079Z Compiling idna v1.1.0
5182026-04-14T04:00:07.711Z Compiling serde_tokenstream v0.2.3
5192026-04-14T04:00:07.890Z Compiling typify-impl v0.6.1
5202026-04-14T04:00:08.008Z Compiling slog v2.8.2
5212026-04-14T04:00:08.241Z Compiling proc-macro-error-attr v1.0.4
5222026-04-14T04:00:08.478Z Compiling pin-utils v0.1.0
5232026-04-14T04:00:08.549Z Compiling subtle v2.6.1
5242026-04-14T04:00:08.705Z Compiling ryu v1.0.23
5252026-04-14T04:00:08.720Z Compiling atomic-waker v1.1.2
5262026-04-14T04:00:08.809Z Compiling hyper v1.8.1
5272026-04-14T04:00:08.894Z Compiling url v2.5.8
5282026-04-14T04:00:08.906Z Compiling erased-serde v0.3.31
5292026-04-14T04:00:09.160Z Compiling bitflags v2.11.0
5302026-04-14T04:00:09.388Z Compiling sync_wrapper v1.0.2
5312026-04-14T04:00:09.405Z Compiling proc-macro-error v1.0.4
5322026-04-14T04:00:09.497Z Compiling ipnet v2.12.0
5332026-04-14T04:00:09.640Z Compiling tower-layer v0.3.3
5342026-04-14T04:00:09.726Z Compiling toml_datetime v1.0.0+spec-1.1.0
5352026-04-14T04:00:09.801Z Compiling tower v0.5.3
5362026-04-14T04:00:09.955Z Compiling toml_edit v0.25.4+spec-1.1.0
5372026-04-14T04:00:10.020Z Compiling hyper-util v0.1.20
5382026-04-14T04:00:10.135Z Compiling ppv-lite86 v0.2.21
5392026-04-14T04:00:10.307Z Compiling crypto-common v0.1.7
5402026-04-14T04:00:10.463Z Compiling block-buffer v0.10.4
5412026-04-14T04:00:10.472Z Compiling aho-corasick v1.1.4
5422026-04-14T04:00:10.590Z Compiling getrandom v0.2.17
5432026-04-14T04:00:10.742Z Compiling getrandom v0.3.4
5442026-04-14T04:00:10.772Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5452026-04-14T04:00:10.874Z Compiling openssl-probe v0.2.1
5462026-04-14T04:00:11.025Z Compiling iri-string v0.7.10
5472026-04-14T04:00:11.071Z Compiling rustls-native-certs v0.8.3
5482026-04-14T04:00:11.360Z Compiling regex-automata v0.4.14
5492026-04-14T04:00:11.390Z Compiling rand_core v0.6.4
5502026-04-14T04:00:11.619Z Compiling digest v0.10.7
5512026-04-14T04:00:11.813Z Compiling proc-macro-crate v3.5.0
5522026-04-14T04:00:12.247Z Compiling tower-http v0.6.8
5532026-04-14T04:00:12.515Z Compiling serde_urlencoded v0.7.1
5542026-04-14T04:00:12.673Z Compiling http-body-util v0.1.3
5552026-04-14T04:00:12.804Z Compiling crucible-workspace-hack v0.1.0
5562026-04-14T04:00:12.912Z Compiling cpufeatures v0.2.17
5572026-04-14T04:00:12.983Z Compiling toml_writer v1.0.6+spec-1.1.0
5582026-04-14T04:00:13.200Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5592026-04-14T04:00:13.365Z Compiling heck v0.4.1
5602026-04-14T04:00:13.430Z Compiling crossbeam-utils v0.8.21
5612026-04-14T04:00:13.578Z Compiling regex v1.12.3
5622026-04-14T04:00:14.061Z Compiling num_enum_derive v0.7.6
5632026-04-14T04:00:14.233Z Compiling rand_chacha v0.3.1
5642026-04-14T04:00:14.265Z Compiling typify-macro v0.6.1
5652026-04-14T04:00:14.901Z Compiling tokio-util v0.7.18
5662026-04-14T04:00:15.079Z Compiling openapiv3 v2.2.0
5672026-04-14T04:00:15.095Z Compiling foreign-types-macros v0.2.3
5682026-04-14T04:00:15.377Z Compiling toml_datetime v0.7.5+spec-1.1.0
5692026-04-14T04:00:15.689Z Compiling serde_spanned v1.0.4
5702026-04-14T04:00:15.844Z Compiling cpufeatures v0.3.0
5712026-04-14T04:00:15.918Z Compiling pkg-config v0.3.32
5722026-04-14T04:00:16.300Z Compiling typify v0.6.1
5732026-04-14T04:00:16.373Z Compiling either v1.15.0
5742026-04-14T04:00:16.386Z Compiling foreign-types-shared v0.3.1
5752026-04-14T04:00:16.396Z Compiling prettyplease v0.2.37
5762026-04-14T04:00:16.474Z Compiling unsafe-libyaml v0.2.11
5772026-04-14T04:00:16.525Z Compiling time-core v0.1.8
5782026-04-14T04:00:16.573Z Compiling num-conv v0.2.0
5792026-04-14T04:00:16.577Z Compiling powerfmt v0.2.0
5802026-04-14T04:00:16.635Z Compiling utf8parse v0.2.2
5812026-04-14T04:00:16.669Z Compiling anyhow v1.0.102
5822026-04-14T04:00:16.709Z Compiling itertools v0.12.1
5832026-04-14T04:00:16.719Z Compiling time-macros v0.2.27
5842026-04-14T04:00:16.740Z Compiling deranged v0.5.8
5852026-04-14T04:00:16.780Z Compiling anstyle-parse v1.0.0
5862026-04-14T04:00:16.965Z Compiling progenitor-impl v0.13.0
5872026-04-14T04:00:17.145Z Compiling serde_yaml v0.9.34+deprecated
5882026-04-14T04:00:17.206Z Compiling foreign-types v0.5.0
5892026-04-14T04:00:17.282Z Compiling lzma-sys v0.1.20
5902026-04-14T04:00:17.784Z Compiling chacha20 v0.10.0
5912026-04-14T04:00:17.876Z Compiling toml v0.9.12+spec-1.1.0
5922026-04-14T04:00:17.940Z Compiling num_enum v0.7.6
5932026-04-14T04:00:18.061Z Compiling rand_core v0.9.5
5942026-04-14T04:00:18.062Z Compiling rand v0.8.5
5952026-04-14T04:00:18.604Z Compiling sha1 v0.10.6
5962026-04-14T04:00:18.839Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5972026-04-14T04:00:18.855Z Compiling arc-swap v1.8.2
5982026-04-14T04:00:18.884Z Compiling cstr-argument v0.1.2
5992026-04-14T04:00:19.042Z Compiling thread_local v1.1.9
6002026-04-14T04:00:19.162Z Compiling pretty-hex v0.4.2
6012026-04-14T04:00:19.308Z Compiling anstyle-query v1.1.5
6022026-04-14T04:00:19.318Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6032026-04-14T04:00:19.346Z Compiling data-encoding v2.10.0
6042026-04-14T04:00:19.388Z Compiling lazy_static v1.5.0
6052026-04-14T04:00:19.410Z Compiling is_terminal_polyfill v1.70.2
6062026-04-14T04:00:19.444Z Compiling colorchoice v1.0.5
6072026-04-14T04:00:19.486Z Compiling byteorder v1.5.0
6082026-04-14T04:00:19.500Z Compiling unicode-width v0.2.2
6092026-04-14T04:00:19.536Z Compiling anstyle v1.0.14
6102026-04-14T04:00:19.558Z Compiling portable-atomic v1.13.1
6112026-04-14T04:00:19.712Z Compiling slog-async v2.8.0
6122026-04-14T04:00:19.756Z Compiling utf-8 v0.7.6
6132026-04-14T04:00:19.784Z Compiling typeid v1.0.3
6142026-04-14T04:00:19.937Z Compiling tungstenite v0.21.0
6152026-04-14T04:00:20.047Z Compiling anstream v1.0.0
6162026-04-14T04:00:20.070Z Compiling slog-scope v4.4.1
6172026-04-14T04:00:20.119Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6182026-04-14T04:00:20.185Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6192026-04-14T04:00:20.330Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6202026-04-14T04:00:20.360Z Compiling crossbeam-channel v0.5.15
6212026-04-14T04:00:20.383Z Compiling cargo_toml v0.22.3
6222026-04-14T04:00:20.526Z Compiling progenitor-macro v0.13.0
6232026-04-14T04:00:20.588Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
6242026-04-14T04:00:20.841Z Compiling rand_chacha v0.9.0
6252026-04-14T04:00:20.852Z Compiling rand v0.10.0
6262026-04-14T04:00:21.022Z Compiling time v0.3.47
6272026-04-14T04:00:21.487Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
6282026-04-14T04:00:21.509Z Compiling futures-executor v0.3.32
6292026-04-14T04:00:21.787Z Compiling is-terminal v0.4.17
6302026-04-14T04:00:21.787Z Compiling clap_lex v1.1.0
6312026-04-14T04:00:21.881Z Compiling camino v1.2.2
6322026-04-14T04:00:21.967Z Compiling colored v3.1.1
6332026-04-14T04:00:22.042Z Compiling term v1.2.1
6342026-04-14T04:00:22.085Z Compiling oxnet v0.1.4
6352026-04-14T04:00:22.222Z Compiling strsim v0.11.1
6362026-04-14T04:00:22.351Z Compiling take_mut v0.2.2
6372026-04-14T04:00:22.363Z Compiling slog-term v2.9.2
6382026-04-14T04:00:22.565Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6392026-04-14T04:00:22.648Z Compiling clap_builder v4.6.0
6402026-04-14T04:00:23.038Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
6412026-04-14T04:00:23.069Z Compiling futures v0.3.32
6422026-04-14T04:00:23.259Z Compiling rand v0.9.2
6432026-04-14T04:00:23.664Z Compiling tokio-tungstenite v0.21.0
6442026-04-14T04:00:23.785Z Compiling slog-stdlog v4.1.1
6452026-04-14T04:00:23.981Z Compiling console v0.16.3
6462026-04-14T04:00:23.990Z Compiling zone_cfg_derive v0.3.1
6472026-04-14T04:00:24.325Z Compiling clap_derive v4.6.0
6482026-04-14T04:00:24.474Z Compiling async-trait v0.1.89
6492026-04-14T04:00:25.161Z Compiling base64 v0.21.7
6502026-04-14T04:00:25.342Z Compiling unit-prefix v0.5.2
6512026-04-14T04:00:25.474Z Compiling indicatif v0.18.4
6522026-04-14T04:00:25.496Z Compiling zone v0.3.1
6532026-04-14T04:00:25.653Z Compiling ron v0.12.0
6542026-04-14T04:00:25.868Z Compiling slog-envlogger v2.2.0
6552026-04-14T04:00:26.013Z Compiling clap v4.6.0
6562026-04-14T04:00:26.108Z Compiling xz2 v0.1.7
6572026-04-14T04:00:26.272Z Compiling tabwriter v1.4.1
6582026-04-14T04:00:26.322Z Compiling sha2 v0.10.9
6592026-04-14T04:00:26.341Z Compiling reqwest v0.12.28
6602026-04-14T04:00:26.469Z Compiling smf v0.2.3
6612026-04-14T04:00:26.507Z Compiling base16ct v1.0.0
6622026-04-14T04:00:26.567Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6632026-04-14T04:00:27.219Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6642026-04-14T04:00:27.592Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6652026-04-14T04:00:30.949Z Compiling rustls-webpki v0.103.9
6662026-04-14T04:00:33.599Z Compiling tokio-rustls v0.26.4
6672026-04-14T04:00:33.599Z Compiling rustls-platform-verifier v0.6.2
6682026-04-14T04:00:33.783Z Compiling hyper-rustls v0.27.7
6692026-04-14T04:00:33.939Z Compiling reqwest v0.13.2
6702026-04-14T04:00:34.831Z Compiling progenitor-client v0.13.0
6712026-04-14T04:00:35.015Z Compiling progenitor v0.13.0
6722026-04-14T04:00:35.098Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
6732026-04-14T04:00:37.158Zerror[E0308]: mismatched types
6742026-04-14T04:00:37.158Z --> lib/src/lib.rs:1732:9
6752026-04-14T04:00:37.158Z |
6762026-04-14T04:00:37.158Z1730 | let client = propolis_client::Client::new_with_client(
6772026-04-14T04:00:37.158Z | ---------------------------------------- arguments to this function are incorrect
6782026-04-14T04:00:37.158Z1731 | &format!("http://{}", sockaddr),
6792026-04-14T04:00:37.158Z1732 | reqwest_client,
6802026-04-14T04:00:37.159Z | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client`
6812026-04-14T04:00:37.159Z |
6822026-04-14T04:00:37.159Znote: two different versions of crate `reqwest` are being used; two types coming from two different versions of the same crate are different types even if they look the same
6832026-04-14T04:00:37.159Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
6842026-04-14T04:00:37.159Z |
6852026-04-14T04:00:37.159Z 93 | pub struct Client {
6862026-04-14T04:00:37.159Z | ^^^^^^^^^^^^^^^^^ this is the expected type `reqwest::async_impl::client::Client`
6872026-04-14T04:00:37.159Z |
6882026-04-14T04:00:37.159Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
6892026-04-14T04:00:37.159Z |
6902026-04-14T04:00:37.159Z 93 | pub struct Client {
6912026-04-14T04:00:37.159Z | ^^^^^^^^^^^^^^^^^ this is the found type `reqwest::Client`
6922026-04-14T04:00:37.159Z |
6932026-04-14T04:00:37.159Z ::: lib/src/cli.rs:21:5
6942026-04-14T04:00:37.159Z |
6952026-04-14T04:00:37.159Z 21 | use propolis_client::{
6962026-04-14T04:00:37.159Z | --------------- one version of crate `reqwest` used here, as a dependency of crate `progenitor_client`
6972026-04-14T04:00:37.159Z |
6982026-04-14T04:00:37.160Z ::: lib/src/ovmf.rs:62:18
6992026-04-14T04:00:37.160Z |
7002026-04-14T04:00:37.160Z 62 | let client = reqwest::ClientBuilder::new()
7012026-04-14T04:00:37.160Z | ------- one version of crate `reqwest` used here, as a direct dependency of the current crate
7022026-04-14T04:00:37.160Z = help: you can use `cargo tree` to explore your dependency tree
7032026-04-14T04:00:37.160Znote: associated function defined here
7042026-04-14T04:00:37.160Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/bc489dd/lib/propolis-client/src/lib.rs:44:1
7052026-04-14T04:00:37.160Z |
7062026-04-14T04:00:37.160Z 44 | / progenitor::generate_api!(
7072026-04-14T04:00:37.160Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7082026-04-14T04:00:37.160Z 46 | | interface = Builder,
7092026-04-14T04:00:37.160Z 47 | | tags = Separate,
7102026-04-14T04:00:37.160Z... |
7112026-04-14T04:00:37.160Z 70 | | );
7122026-04-14T04:00:37.160Z | |_^
7132026-04-14T04:00:37.160Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7142026-04-14T04:00:37.160Z
7152026-04-14T04:00:37.179Zerror[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)`
7162026-04-14T04:00:37.180Z --> lib/src/lib.rs:1769:18
7172026-04-14T04:00:37.180Z |
7182026-04-14T04:00:37.180Z1769 | .collect()
7192026-04-14T04:00:37.180Z | ^^^^^^^ 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)>`
7202026-04-14T04:00:37.180Z |
7212026-04-14T04:00:37.180Z = help: the trait `FromIterator<(propolis_client::instance_spec::SpecKey, ComponentV0)>` is not implemented for `BTreeMap<propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component>`
7222026-04-14T04:00:37.180Z but trait `FromIterator<(propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component)>` is implemented for it
7232026-04-14T04:00:37.180Z = help: for that trait implementation, expected `propolis_client::instance_spec::Component`, found `ComponentV0`
7242026-04-14T04:00:37.180Znote: the method call chain might not have had the expected associated types
7252026-04-14T04:00:37.180Z --> lib/src/lib.rs:1768:18
7262026-04-14T04:00:37.180Z |
7272026-04-14T04:00:37.180Z1766 | components
7282026-04-14T04:00:37.180Z | ---------- this expression has type `&BTreeMap<SpecKey, ComponentV0>`
7292026-04-14T04:00:37.180Z1767 | .iter()
7302026-04-14T04:00:37.180Z | ------ `Iterator::Item` is `(&SpecKey, &ComponentV0)` here
7312026-04-14T04:00:37.180Z1768 | .map(|(spec_key, comp)| (spec_key.clone(), comp.clone()))
7322026-04-14T04:00:37.180Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Iterator::Item` changed to `(SpecKey, ComponentV0)` here
7332026-04-14T04:00:37.181Znote: required by a bound in `std::iter::Iterator::collect`
7342026-04-14T04:00:37.181Z --> /rustc/ded5c06cf21d2b93bffd5d884aa6e96934ee4234/library/core/src/iter/traits/iterator.rs:2015:5
7352026-04-14T04:00:37.181Z
7362026-04-14T04:00:37.181Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7372026-04-14T04:00:37.181Z --> lib/src/lib.rs:1786:40
7382026-04-14T04:00:37.181Z |
7392026-04-14T04:00:37.181Z1786 | match client.instance_ensure().body(&req).send().await {
7402026-04-14T04:00:37.181Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7412026-04-14T04:00:37.181Z |
7422026-04-14T04:00:37.181Z = help: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7432026-04-14T04:00:37.181Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7442026-04-14T04:00:37.181Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7452026-04-14T04:00:37.181Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7462026-04-14T04:00:37.181Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7472026-04-14T04:00:37.181Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-7f4a5a5241fa616a.long-type-15446785264953450033.txt'
7482026-04-14T04:00:37.181Z = note: consider using `--verbose` to print the full type name to the console
7492026-04-14T04:00:37.181Z
7502026-04-14T04:00:37.181Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7512026-04-14T04:00:37.181Z --> lib/src/lib.rs:1803:34
7522026-04-14T04:00:37.181Z |
7532026-04-14T04:00:37.181Z1803 | client.instance_ensure().body(&req).send().await?;
7542026-04-14T04:00:37.181Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7552026-04-14T04:00:37.181Z |
7562026-04-14T04:00:37.181Z = help: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7572026-04-14T04:00:37.181Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7582026-04-14T04:00:37.181Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7592026-04-14T04:00:37.181Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7602026-04-14T04:00:37.181Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7612026-04-14T04:00:37.181Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-7f4a5a5241fa616a.long-type-5808810897530576109.txt'
7622026-04-14T04:00:37.181Z = note: consider using `--verbose` to print the full type name to the console
7632026-04-14T04:00:37.181Z
7642026-04-14T04:00:37.216Zerror[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope
7652026-04-14T04:00:37.216Z --> lib/src/lib.rs:1950:31
7662026-04-14T04:00:37.217Z |
7672026-04-14T04:00:37.217Z1950 | let mut stream = response.bytes_stream();
7682026-04-14T04:00:37.217Z | ^^^^^^^^^^^^ method not found in `reqwest::Response`
7692026-04-14T04:00:37.217Z
7702026-04-14T04:00:37.220Zerror[E0282]: type annotations needed
7712026-04-14T04:00:37.220Z --> lib/src/lib.rs:1952:21
7722026-04-14T04:00:37.220Z |
7732026-04-14T04:00:37.220Z1952 | let chunk = chunk
7742026-04-14T04:00:37.220Z | ^^^^^ cannot infer type
7752026-04-14T04:00:37.220Z
7762026-04-14T04:00:37.803ZSome errors have detailed explanations: E0277, E0282, E0308, E0599.
7772026-04-14T04:00:37.803ZFor more information about an error, try `rustc --explain E0277`.
7782026-04-14T04:00:37.850Zerror: could not compile `libfalcon` (lib) due to 6 previous errors
7792026-04-14T04:00:38.019Z
7802026-04-14T04:00:38.019Zreal 49.830094456
7812026-04-14T04:00:38.022Zuser 3:26.317527414
7822026-04-14T04:00:38.022Zsys 41.555908882
7832026-04-14T04:00:38.022Ztrap 0.122828947
7842026-04-14T04:00:38.022Ztflt 0.525221703
7852026-04-14T04:00:38.022Zdflt 0.521162361
7862026-04-14T04:00:38.022Zkflt 0.009070119
7872026-04-14T04:00:38.022Zlock 7:42.549838319
7882026-04-14T04:00:38.022Zslp 14:52.673801020
7892026-04-14T04:00:38.022Zlat 13.356844943
7902026-04-14T04:00:38.022Zstop 35.816771149
7912026-04-14T04:00:38.022Zprocess exited: duration 67274 ms, exit code 101
 
7922026-04-14T04:00:38.029Zfound 0 output files