01KM4ND0GKJKT1MAZX0PAVN86R: build-and-test

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

Buildomat Job: 01KM4ND6FMCT2A0B4ZNS20G6R4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:43:52.802Zjob assigned to worker 01KM4NDD2BX78XJ61TMP3XDTD4 [factory aws, i-0703109627a74c3ba] (queued for 1 m 9 s)
 
22026-03-20T03:44:00.546Zstarting task 0: "setup"
32026-03-20T03:44:00.551Z++ uname -s
42026-03-20T03:44:00.554Z+ kern=SunOS
52026-03-20T03:44:00.554Z+ build_user=build
62026-03-20T03:44:00.554Z+ build_uid=12345
72026-03-20T03:44:00.554Z+ work_dir=/work
82026-03-20T03:44:00.554Z+ input_dir=/input
92026-03-20T03:44:00.554Z+ [[ 0 == 12345 ]]
102026-03-20T03:44:00.554Z+ case "$kern" in
112026-03-20T03:44:00.554Z+ groupadd -g 12345 build
122026-03-20T03:44:00.557Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:44:02.561Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:44:02.683Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:44:02.686Z+ home_fs=zfs
162026-03-20T03:44:02.686Z+ [[ zfs == autofs ]]
172026-03-20T03:44:02.686Z+ mkdir -p /home/build
182026-03-20T03:44:02.686Z+ chown build:build /home/build /work
192026-03-20T03:44:04.688Z+ chmod 0700 /home/build /work
202026-03-20T03:44:04.692Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-20T03:44:04.698Zstarting task 1: "rust-toolchain"
222026-03-20T03:44:04.702Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-20T03:44:04.702Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-20T03:44:04.702Z * rust toolchain channel = "stable"
252026-03-20T03:44:04.702Z * rust toolchain profile = "default"
262026-03-20T03:44:04.702Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:44:04.702Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:44:04.705Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:44:04.705Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-20T03:44:04.838Zinfo: downloading installer
312026-03-20T03:44:06.600Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:44:06.600Zwarn: /opt/ooce/bin
332026-03-20T03:44:06.600Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:44:06.600Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:44:06.600Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:44:06.600Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:44:06.600Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:44:06.600Zerror: cannot install while Rust is installed
392026-03-20T03:44:06.600Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:44:06.600Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:44:06.600Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:44:06.600Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:44:06.600Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:44:06.612Zinfo: profile set to default
452026-03-20T03:44:06.612Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:44:06.615Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-20T03:44:06.752Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T03:44:06.755Zinfo: downloading 6 components
492026-03-20T03:44:22.454Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-20T03:44:22.454Z
512026-03-20T03:44:22.493Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T03:44:22.493Z
532026-03-20T03:44:22.496Z
542026-03-20T03:44:22.496ZRust is installed now. Great!
552026-03-20T03:44:22.496Z
562026-03-20T03:44:22.496ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:44:22.496Zenvironment variable. This has not been done automatically.
582026-03-20T03:44:22.496Z
592026-03-20T03:44:22.496ZTo configure your current shell, you need to source
602026-03-20T03:44:22.496Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:44:22.496Z
622026-03-20T03:44:22.496ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:44:22.496Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:44:22.496Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:44:22.496Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:44:22.496Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:44:22.496Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:44:22.496Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:44:22.496Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:44:22.497Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:44:22.594Z+ rustup --version
722026-03-20T03:44:22.604Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:44:22.607Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:44:22.630Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T03:44:22.633Z+ cargo --version
762026-03-20T03:44:22.648Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T03:44:22.652Z+ rustc --version
782026-03-20T03:44:22.675Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T03:44:22.679Zprocess exited: duration 17983 ms, exit code 0
 
802026-03-20T03:44:22.685Zstarting task 2: "authentication"
812026-03-20T03:44:22.704Zprocess exited: duration 18 ms, exit code 0
 
822026-03-20T03:44:22.709Zstarting task 3: "clone repository"
832026-03-20T03:44:22.713Z+ mkdir -p /work/oxidecomputer/falcon
842026-03-20T03:44:22.716Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-03-20T03:44:22.750ZCloning into '/work/oxidecomputer/falcon'...
862026-03-20T03:44:23.537Z+ cd /work/oxidecomputer/falcon
872026-03-20T03:44:23.537Z+ git fetch origin 4852ab6889e7c6b1619690b2cbcd1f6fb591127a
882026-03-20T03:44:23.772ZFrom https://github.com/oxidecomputer/falcon
892026-03-20T03:44:23.772Z * branch 4852ab6889e7c6b1619690b2cbcd1f6fb591127a -> FETCH_HEAD
902026-03-20T03:44:23.779Z+ [[ -n renovate/propolis-client-digest ]]
912026-03-20T03:44:23.782Z++ git branch --show-current
922026-03-20T03:44:23.785Z+ current=main
932026-03-20T03:44:23.785Z+ [[ main != renovate/propolis-client-digest ]]
942026-03-20T03:44:23.785Z+ git branch -f renovate/propolis-client-digest 4852ab6889e7c6b1619690b2cbcd1f6fb591127a
952026-03-20T03:44:23.788Z+ git checkout -f renovate/propolis-client-digest
962026-03-20T03:44:23.875ZSwitched to branch 'renovate/propolis-client-digest'
972026-03-20T03:44:23.878Z+ git reset --hard 4852ab6889e7c6b1619690b2cbcd1f6fb591127a
982026-03-20T03:44:23.965ZHEAD is now at 4852ab6 Update propolis-client digest to 368a222
992026-03-20T03:44:23.968Zprocess exited: duration 1256 ms, exit code 0
 
1002026-03-20T03:44:23.974Zstarting task 4: "build"
1012026-03-20T03:44:23.979Z+ cargo --version
1022026-03-20T03:44:23.986Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1032026-03-20T03:44:24.150Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1042026-03-20T03:44:24.153Zinfo: downloading 6 components
1052026-03-20T03:44:42.342Zcargo 1.92.0 (344c4567c 2025-10-21)
1062026-03-20T03:44:42.346Z+ rustc --version
1072026-03-20T03:44:42.380Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1082026-03-20T03:44:42.385Z+ banner build
1092026-03-20T03:44:42.388Z
1102026-03-20T03:44:42.388Z ##### # # # # #####
1112026-03-20T03:44:42.388Z # # # # # # # #
1122026-03-20T03:44:42.388Z ##### # # # # # #
1132026-03-20T03:44:42.388Z # # # # # # # #
1142026-03-20T03:44:42.391Z # # # # # # # #
1152026-03-20T03:44:42.391Z ##### #### # ###### #####
1162026-03-20T03:44:42.391Z
1172026-03-20T03:44:42.391Z+ ptime -m cargo build --all
1182026-03-20T03:44:42.497Z Updating crates.io index
1192026-03-20T03:44:42.538Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-03-20T03:44:42.895ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-03-20T03:44:42.895Z * [new ref] c1d9f7474d6db11c3bec6fb329abdd35985311f8 -> refs/commit/c1d9f7474d6db11c3bec6fb329abdd35985311f8
1222026-03-20T03:44:43.026Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-03-20T03:44:44.398ZFrom https://github.com/oxidecomputer/propolis
1242026-03-20T03:44:44.399Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
1252026-03-20T03:44:45.079Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-03-20T03:44:45.663ZFrom https://github.com/oxidecomputer/zone
1272026-03-20T03:44:45.663Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-03-20T03:44:45.680Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-03-20T03:44:45.962ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-03-20T03:44:45.962Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1312026-03-20T03:44:45.981Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-03-20T03:44:46.294ZFrom https://github.com/jmesmon/rust-libzfs
1332026-03-20T03:44:46.295Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-03-20T03:44:46.306Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-03-20T03:44:46.582ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-03-20T03:44:46.582Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-03-20T03:44:46.649Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-03-20T03:44:47.537ZFrom https://github.com/oxidecomputer/crucible
1392026-03-20T03:44:47.537Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
1402026-03-20T03:44:49.568Z Downloading crates ...
1412026-03-20T03:44:49.627Z Downloaded block-buffer v0.10.4
1422026-03-20T03:44:49.631Z Downloaded dyn-clone v1.0.20
1432026-03-20T03:44:49.648Z Downloaded is_terminal_polyfill v1.70.2
1442026-03-20T03:44:49.661Z Downloaded http-body-util v0.1.3
1452026-03-20T03:44:49.664Z Downloaded futures-executor v0.3.32
1462026-03-20T03:44:49.666Z Downloaded clap_derive v4.5.55
1472026-03-20T03:44:49.666Z Downloaded cargo_toml v0.22.3
1482026-03-20T03:44:49.669Z Downloaded console v0.16.2
1492026-03-20T03:44:49.672Z Downloaded serde_urlencoded v0.7.1
1502026-03-20T03:44:49.676Z Downloaded serde_derive v1.0.228
1512026-03-20T03:44:49.679Z Downloaded smf v0.2.3
1522026-03-20T03:44:49.682Z Downloaded hyper-util v0.1.20
1532026-03-20T03:44:49.686Z Downloaded take_mut v0.2.2
1542026-03-20T03:44:49.689Z Downloaded aho-corasick v1.1.4
1552026-03-20T03:44:49.692Z Downloaded hashbrown v0.16.1
1562026-03-20T03:44:49.695Z Downloaded form_urlencoded v1.2.2
1572026-03-20T03:44:49.698Z Downloaded foreign-types-shared v0.3.1
1582026-03-20T03:44:49.698Z Downloaded rand_chacha v0.9.0
1592026-03-20T03:44:49.698Z Downloaded icu_properties_data v2.1.2
1602026-03-20T03:44:49.705Z Downloaded http-body v1.0.1
1612026-03-20T03:44:49.708Z Downloaded anstyle-query v1.1.5
1622026-03-20T03:44:49.708Z Downloaded rustls-webpki v0.103.9
1632026-03-20T03:44:49.711Z Downloaded generic-array v0.14.7
1642026-03-20T03:44:49.714Z Downloaded foreign-types v0.5.0
1652026-03-20T03:44:49.717Z Downloaded equivalent v1.0.2
1662026-03-20T03:44:49.717Z Downloaded futures-sink v0.3.32
1672026-03-20T03:44:49.720Z Downloaded litemap v0.8.1
1682026-03-20T03:44:49.721Z Downloaded reqwest v0.12.28
1692026-03-20T03:44:49.724Z Downloaded slog-scope v4.4.1
1702026-03-20T03:44:49.727Z Downloaded slog-envlogger v2.2.0
1712026-03-20T03:44:49.729Z Downloaded rustc-hash v2.1.1
1722026-03-20T03:44:49.729Z Downloaded is-terminal v0.4.17
1732026-03-20T03:44:49.729Z Downloaded openssl-probe v0.2.1
1742026-03-20T03:44:49.732Z Downloaded lru-slab v0.1.2
1752026-03-20T03:44:49.732Z Downloaded progenitor-client v0.13.0
1762026-03-20T03:44:49.735Z Downloaded ppv-lite86 v0.2.21
1772026-03-20T03:44:49.735Z Downloaded chrono v0.4.44
1782026-03-20T03:44:49.740Z Downloaded schemars_derive v0.8.22
1792026-03-20T03:44:49.743Z Downloaded autocfg v1.5.0
1802026-03-20T03:44:49.745Z Downloaded ipnet v2.12.0
1812026-03-20T03:44:49.745Z Downloaded cpufeatures v0.2.17
1822026-03-20T03:44:49.748Z Downloaded base16ct v1.0.0
1832026-03-20T03:44:49.748Z Downloaded cstr-argument v0.1.2
1842026-03-20T03:44:49.748Z Downloaded colorchoice v1.0.4
1852026-03-20T03:44:49.751Z Downloaded lazy_static v1.5.0
1862026-03-20T03:44:49.751Z Downloaded futures-core v0.3.32
1872026-03-20T03:44:49.754Z Downloaded atomic-waker v1.1.2
1882026-03-20T03:44:49.754Z Downloaded regex-syntax v0.8.10
1892026-03-20T03:44:49.759Z Downloaded thiserror v1.0.69
1902026-03-20T03:44:49.763Z Downloaded strsim v0.11.1
1912026-03-20T03:44:49.766Z Downloaded errno v0.3.14
1922026-03-20T03:44:49.766Z Downloaded pin-project-lite v0.2.17
1932026-03-20T03:44:49.770Z Downloaded tinyvec_macros v0.1.1
1942026-03-20T03:44:49.772Z Downloaded num-conv v0.2.0
1952026-03-20T03:44:49.772Z Downloaded heck v0.4.1
1962026-03-20T03:44:49.775Z Downloaded getrandom v0.3.4
1972026-03-20T03:44:49.778Z Downloaded erased-serde v0.3.31
1982026-03-20T03:44:49.778Z Downloaded find-msvc-tools v0.1.9
1992026-03-20T03:44:49.781Z Downloaded byteorder v1.5.0
2002026-03-20T03:44:49.781Z Downloaded thiserror v2.0.18
2012026-03-20T03:44:49.785Z Downloaded camino v1.2.2
2022026-03-20T03:44:49.794Z Downloaded shlex v1.3.0
2032026-03-20T03:44:49.797Z Downloaded allocator-api2 v0.2.21
2042026-03-20T03:44:49.800Z Downloaded smallvec v1.15.1
2052026-03-20T03:44:49.800Z Downloaded arc-swap v1.8.2
2062026-03-20T03:44:49.805Z Downloaded itoa v1.0.17
2072026-03-20T03:44:49.812Z Downloaded ryu v1.0.23
2082026-03-20T03:44:49.814Z Downloaded thread_local v1.1.9
2092026-03-20T03:44:49.817Z Downloaded cfg-if v1.0.4
2102026-03-20T03:44:49.820Z Downloaded typeid v1.0.3
2112026-03-20T03:44:49.820Z Downloaded parking_lot_core v0.9.12
2122026-03-20T03:44:49.823Z Downloaded serde_tokenstream v0.2.3
2132026-03-20T03:44:49.826Z Downloaded term v1.2.1
2142026-03-20T03:44:49.828Z Downloaded serde_core v1.0.228
2152026-03-20T03:44:49.829Z Downloaded fs_extra v1.3.0
2162026-03-20T03:44:49.832Z Downloaded anstyle-parse v0.2.7
2172026-03-20T03:44:49.832Z Downloaded try-lock v0.2.5
2182026-03-20T03:44:49.835Z Downloaded time-core v0.1.8
2192026-03-20T03:44:49.835Z Downloaded prettyplease v0.2.37
2202026-03-20T03:44:49.838Z Downloaded tokio-tungstenite v0.21.0
2212026-03-20T03:44:49.838Z Downloaded data-encoding v2.10.0
2222026-03-20T03:44:49.842Z Downloaded deranged v0.5.8
2232026-03-20T03:44:49.842Z Downloaded utf8parse v0.2.2
2242026-03-20T03:44:49.845Z Downloaded typify-macro v0.6.1
2252026-03-20T03:44:49.845Z Downloaded tower-service v0.3.3
2262026-03-20T03:44:49.845Z Downloaded rand v0.10.0
2272026-03-20T03:44:49.847Z Downloaded untrusted v0.9.0
2282026-03-20T03:44:49.847Z Downloaded futures-io v0.3.32
2292026-03-20T03:44:49.850Z Downloaded displaydoc v0.2.5
2302026-03-20T03:44:49.853Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2312026-03-20T03:44:49.853Z Downloaded httparse v1.10.1
2322026-03-20T03:44:49.856Z Downloaded colored v3.1.1
2332026-03-20T03:44:49.856Z Downloaded version_check v0.9.5
2342026-03-20T03:44:49.859Z Downloaded utf-8 v0.7.6
2352026-03-20T03:44:49.859Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2362026-03-20T03:44:49.862Z Downloaded rand v0.8.5
2372026-03-20T03:44:49.864Z Downloaded tinyvec v1.10.0
2382026-03-20T03:44:49.864Z Downloaded thiserror-impl v2.0.18
2392026-03-20T03:44:49.867Z Downloaded base64 v0.22.1
2402026-03-20T03:44:49.870Z Downloaded iana-time-zone v0.1.65
2412026-03-20T03:44:49.873Z Downloaded pkg-config v0.3.32
2422026-03-20T03:44:49.873Z Downloaded crossbeam-utils v0.8.21
2432026-03-20T03:44:49.875Z Downloaded getrandom v0.4.2
2442026-03-20T03:44:49.878Z Downloaded pin-utils v0.1.0
2452026-03-20T03:44:49.878Z Downloaded futures-channel v0.3.32
2462026-03-20T03:44:49.881Z Downloaded zerofrom-derive v0.1.6
2472026-03-20T03:44:49.881Z Downloaded xz2 v0.1.7
2482026-03-20T03:44:49.884Z Downloaded icu_properties v2.1.2
2492026-03-20T03:44:49.884Z Downloaded indexmap v2.13.0
2502026-03-20T03:44:49.888Z Downloaded toml_writer v1.0.6+spec-1.1.0
2512026-03-20T03:44:49.888Z Downloaded indicatif v0.18.4
2522026-03-20T03:44:49.891Z Downloaded typenum v1.19.0
2532026-03-20T03:44:49.894Z Downloaded cmake v0.1.57
2542026-03-20T03:44:49.897Z Downloaded progenitor v0.13.0
2552026-03-20T03:44:49.897Z Downloaded base64 v0.21.7
2562026-03-20T03:44:49.900Z Downloaded tracing-attributes v0.1.31
2572026-03-20T03:44:49.903Z Downloaded yoke v0.8.1
2582026-03-20T03:44:49.903Z Downloaded lock_api v0.4.14
2592026-03-20T03:44:49.906Z Downloaded toml_parser v1.0.9+spec-1.1.0
2602026-03-20T03:44:49.906Z Downloaded zerovec-derive v0.11.2
2612026-03-20T03:44:49.909Z Downloaded icu_normalizer v2.1.1
2622026-03-20T03:44:49.912Z Downloaded tabwriter v1.4.1
2632026-03-20T03:44:49.912Z Downloaded crossbeam-channel v0.5.15
2642026-03-20T03:44:49.915Z Downloaded num_enum v0.7.5
2652026-03-20T03:44:49.917Z Downloaded slog-stdlog v4.1.1
2662026-03-20T03:44:49.920Z Downloaded regex v1.12.3
2672026-03-20T03:44:49.923Z Downloaded uuid v1.22.0
2682026-03-20T03:44:49.926Z Downloaded potential_utf v0.1.4
2692026-03-20T03:44:49.926Z Downloaded progenitor-macro v0.13.0
2702026-03-20T03:44:49.929Z Downloaded rand_core v0.9.5
2712026-03-20T03:44:49.929Z Downloaded http v1.4.0
2722026-03-20T03:44:49.932Z Downloaded sync_wrapper v1.0.2
2732026-03-20T03:44:49.932Z Downloaded proc-macro-error v1.0.4
2742026-03-20T03:44:49.935Z Downloaded slog-term v2.9.2
2752026-03-20T03:44:49.937Z Downloaded rustls-native-certs v0.8.3
2762026-03-20T03:44:49.940Z Downloaded proc-macro2 v1.0.106
2772026-03-20T03:44:49.940Z Downloaded tower v0.5.3
2782026-03-20T03:44:49.947Z Downloaded stable_deref_trait v1.2.1
2792026-03-20T03:44:49.949Z Downloaded sha1 v0.10.6
2802026-03-20T03:44:49.950Z Downloaded serde_spanned v1.0.4
2812026-03-20T03:44:49.950Z Downloaded scopeguard v1.2.0
2822026-03-20T03:44:49.952Z Downloaded proc-macro-crate v3.5.0
2832026-03-20T03:44:49.952Z Downloaded num-traits v0.2.19
2842026-03-20T03:44:49.955Z Downloaded schemars v0.8.22
2852026-03-20T03:44:49.962Z Downloaded tower-layer v0.3.3
2862026-03-20T03:44:49.965Z Downloaded pretty-hex v0.4.1
2872026-03-20T03:44:49.965Z Downloaded tower-http v0.6.8
2882026-03-20T03:44:49.969Z Downloaded subtle v2.6.1
2892026-03-20T03:44:49.972Z Downloaded clap_builder v4.5.60
2902026-03-20T03:44:49.975Z Downloaded semver v1.0.27
2912026-03-20T03:44:49.978Z Downloaded rustversion v1.0.22
2922026-03-20T03:44:49.981Z Downloaded powerfmt v0.2.0
2932026-03-20T03:44:49.981Z Downloaded itertools v0.12.1
2942026-03-20T03:44:49.985Z Downloaded quinn-udp v0.5.14
2952026-03-20T03:44:49.987Z Downloaded aws-lc-rs v1.16.2
2962026-03-20T03:44:49.993Z Downloaded signal-hook-registry v1.4.8
2972026-03-20T03:44:49.996Z Downloaded jobserver v0.1.34
2982026-03-20T03:44:49.996Z Downloaded parking_lot v0.12.5
2992026-03-20T03:44:49.999Z Downloaded proc-macro-error-attr v1.0.4
3002026-03-20T03:44:49.999Z Downloaded percent-encoding v2.3.2
3012026-03-20T03:44:50.002Z Downloaded idna v1.1.0
3022026-03-20T03:44:50.002Z Downloaded serde_json v1.0.149
3032026-03-20T03:44:50.007Z Downloaded serde_derive_internals v0.29.1
3042026-03-20T03:44:50.010Z Downloaded num_enum_derive v0.7.5
3052026-03-20T03:44:50.010Z Downloaded icu_normalizer_data v2.1.1
3062026-03-20T03:44:50.013Z Downloaded zerocopy v0.8.41
3072026-03-20T03:44:50.022Z Downloaded zmij v1.0.21
3082026-03-20T03:44:50.026Z Downloaded oxnet v0.1.4
3092026-03-20T03:44:50.026Z Downloaded futures-task v0.3.32
3102026-03-20T03:44:50.029Z Downloaded serde_yaml v0.9.34+deprecated
3112026-03-20T03:44:50.029Z Downloaded rustls-platform-verifier v0.6.2
3122026-03-20T03:44:50.031Z Downloaded time-macros v0.2.27
3132026-03-20T03:44:50.034Z Downloaded rand_core v0.10.0
3142026-03-20T03:44:50.034Z Downloaded tracing v0.1.44
3152026-03-20T03:44:50.048Z Downloaded unit-prefix v0.5.2
3162026-03-20T03:44:50.051Z Downloaded tinystr v0.8.2
3172026-03-20T03:44:50.051Z Downloaded socket2 v0.6.3
3182026-03-20T03:44:50.054Z Downloaded slog v2.8.2
3192026-03-20T03:44:50.054Z Downloaded synstructure v0.13.2
3202026-03-20T03:44:50.057Z Downloaded rand_chacha v0.3.1
3212026-03-20T03:44:50.057Z Downloaded quote v1.0.45
3222026-03-20T03:44:50.060Z Downloaded progenitor-impl v0.13.0
3232026-03-20T03:44:50.060Z Downloaded unicode-width v0.2.2
3242026-03-20T03:44:50.064Z Downloaded rustls-pki-types v1.14.0
3252026-03-20T03:44:50.066Z Downloaded once_cell v1.21.3
3262026-03-20T03:44:50.069Z Downloaded slog-async v2.8.0
3272026-03-20T03:44:50.069Z Downloaded slab v0.4.12
3282026-03-20T03:44:50.069Z Downloaded rand_core v0.6.4
3292026-03-20T03:44:50.072Z Downloaded sha2 v0.10.9
3302026-03-20T03:44:50.075Z Downloaded bytes v1.11.1
3312026-03-20T03:44:50.078Z Downloaded icu_locale_core v2.1.1
3322026-03-20T03:44:50.081Z Downloaded writeable v0.6.2
3332026-03-20T03:44:50.083Z Downloaded bitflags v2.11.0
3342026-03-20T03:44:50.086Z Downloaded tokio-macros v2.6.1
3352026-03-20T03:44:50.086Z Downloaded unicode-ident v1.0.24
3362026-03-20T03:44:50.089Z Downloaded crypto-common v0.1.7
3372026-03-20T03:44:50.089Z Downloaded clap v4.5.60
3382026-03-20T03:44:50.095Z Downloaded dunce v1.0.5
3392026-03-20T03:44:50.097Z Downloaded rand v0.9.2
3402026-03-20T03:44:50.100Z Downloaded quinn v0.11.9
3412026-03-20T03:44:50.103Z Downloaded serde v1.0.228
3422026-03-20T03:44:50.103Z Downloaded log v0.4.29
3432026-03-20T03:44:50.106Z Downloaded anstyle v1.0.13
3442026-03-20T03:44:50.106Z Downloaded memchr v2.8.0
3452026-03-20T03:44:50.110Z Downloaded zerovec v0.11.5
3462026-03-20T03:44:50.113Z Downloaded typify v0.6.1
3472026-03-20T03:44:50.116Z Downloaded tracing-core v0.1.36
3482026-03-20T03:44:50.119Z Downloaded syn v1.0.109
3492026-03-20T03:44:50.125Z Downloaded yoke-derive v0.8.1
3502026-03-20T03:44:50.128Z Downloaded futures-macro v0.3.32
3512026-03-20T03:44:50.128Z Downloaded reqwest v0.13.2
3522026-03-20T03:44:50.131Z Downloaded zone v0.3.1
3532026-03-20T03:44:50.134Z Downloaded url v2.5.8
3542026-03-20T03:44:50.137Z Downloaded async-trait v0.1.89
3552026-03-20T03:44:50.140Z Downloaded want v0.3.1
3562026-03-20T03:44:50.140Z Downloaded either v1.15.0
3572026-03-20T03:44:50.140Z Downloaded clap_lex v1.0.0
3582026-03-20T03:44:50.140Z Downloaded heck v0.5.0
3592026-03-20T03:44:50.143Z Downloaded cpufeatures v0.3.0
3602026-03-20T03:44:50.143Z Downloaded mio v1.1.1
3612026-03-20T03:44:50.146Z Downloaded zerofrom v0.1.6
3622026-03-20T03:44:50.149Z Downloaded ron v0.12.0
3632026-03-20T03:44:50.152Z Downloaded thiserror-impl v1.0.69
3642026-03-20T03:44:50.155Z Downloaded foreign-types-macros v0.2.3
3652026-03-20T03:44:50.155Z Downloaded getrandom v0.2.17
3662026-03-20T03:44:50.158Z Downloaded anyhow v1.0.102
3672026-03-20T03:44:50.161Z Downloaded idna_adapter v1.2.1
3682026-03-20T03:44:50.161Z Downloaded cfg_aliases v0.2.1
3692026-03-20T03:44:50.161Z Downloaded crucible-workspace-hack v0.1.0
3702026-03-20T03:44:50.163Z Downloaded zone_cfg_derive v0.3.1
3712026-03-20T03:44:50.163Z Downloaded digest v0.10.7
3722026-03-20T03:44:50.163Z Downloaded futures v0.3.32
3732026-03-20T03:44:50.166Z Downloaded utf8_iter v1.0.4
3742026-03-20T03:44:50.169Z Downloaded toml_edit v0.25.4+spec-1.1.0
3752026-03-20T03:44:50.172Z Downloaded portable-atomic v1.13.1
3762026-03-20T03:44:50.175Z Downloaded zeroize v1.8.2
3772026-03-20T03:44:50.178Z Downloaded anstream v0.6.21
3782026-03-20T03:44:50.178Z Downloaded foldhash v0.2.0
3792026-03-20T03:44:50.181Z Downloaded chacha20 v0.10.0
3802026-03-20T03:44:50.184Z Downloaded cc v1.2.56
3812026-03-20T03:44:50.186Z Downloaded hyper-rustls v0.27.7
3822026-03-20T03:44:50.189Z Downloaded tungstenite v0.21.0
3832026-03-20T03:44:50.192Z Downloaded toml v0.9.12+spec-1.1.0
3842026-03-20T03:44:50.195Z Downloaded unsafe-libyaml v0.2.11
3852026-03-20T03:44:50.198Z Downloaded tokio-rustls v0.26.4
3862026-03-20T03:44:50.198Z Downloaded icu_provider v2.1.1
3872026-03-20T03:44:50.203Z Downloaded zerotrie v0.2.3
3882026-03-20T03:44:50.206Z Downloaded winnow v0.7.15
3892026-03-20T03:44:50.212Z Downloaded time v0.3.47
3902026-03-20T03:44:50.221Z Downloaded openapiv3 v2.2.0
3912026-03-20T03:44:50.228Z Downloaded quinn-proto v0.11.13
3922026-03-20T03:44:50.233Z Downloaded tokio-util v0.7.18
3932026-03-20T03:44:50.238Z Downloaded hyper v1.8.1
3942026-03-20T03:44:50.243Z Downloaded iri-string v0.7.10
3952026-03-20T03:44:50.248Z Downloaded futures-util v0.3.32
3962026-03-20T03:44:50.256Z Downloaded syn v2.0.117
3972026-03-20T03:44:50.264Z Downloaded icu_collections v2.1.1
3982026-03-20T03:44:50.273Z Downloaded rustls v0.23.37
3992026-03-20T03:44:50.282Z Downloaded regress v0.10.5
4002026-03-20T03:44:50.294Z Downloaded typify-impl v0.6.1
4012026-03-20T03:44:50.321Z Downloaded regex-automata v0.4.14
4022026-03-20T03:44:50.341Z Downloaded tokio v1.50.0
4032026-03-20T03:44:50.369Z Downloaded lzma-sys v0.1.20
4042026-03-20T03:44:50.389Z Downloaded libc v0.2.183
4052026-03-20T03:44:50.442Z Downloaded ring v0.17.14
4062026-03-20T03:44:50.875Z Downloaded aws-lc-sys v0.39.0
4072026-03-20T03:44:51.135Z Compiling proc-macro2 v1.0.106
4082026-03-20T03:44:51.135Z Compiling unicode-ident v1.0.24
4092026-03-20T03:44:51.138Z Compiling quote v1.0.45
4102026-03-20T03:44:51.138Z Compiling libc v0.2.183
4112026-03-20T03:44:51.138Z Compiling cfg-if v1.0.4
4122026-03-20T03:44:51.138Z Compiling itoa v1.0.17
4132026-03-20T03:44:51.138Z Compiling serde_core v1.0.228
4142026-03-20T03:44:51.337Z Compiling memchr v2.8.0
4152026-03-20T03:44:51.403Z Compiling foldhash v0.2.0
4162026-03-20T03:44:51.520Z Compiling allocator-api2 v0.2.21
4172026-03-20T03:44:51.608Z Compiling equivalent v1.0.2
4182026-03-20T03:44:51.733Z Compiling serde v1.0.228
4192026-03-20T03:44:51.769Z Compiling zmij v1.0.21
4202026-03-20T03:44:51.945Z Compiling hashbrown v0.16.1
4212026-03-20T03:44:52.163Z Compiling serde_json v1.0.149
4222026-03-20T03:44:52.195Z Compiling autocfg v1.5.0
4232026-03-20T03:44:52.248Z Compiling version_check v0.9.5
4242026-03-20T03:44:52.308Z Compiling jobserver v0.1.34
4252026-03-20T03:44:52.737Z Compiling num-traits v0.2.19
4262026-03-20T03:44:52.755Z Compiling shlex v1.3.0
4272026-03-20T03:44:52.768Z Compiling bytes v1.11.1
4282026-03-20T03:44:52.909Z Compiling pin-project-lite v0.2.17
4292026-03-20T03:44:52.988Z Compiling syn v2.0.117
4302026-03-20T03:44:53.020Z Compiling find-msvc-tools v0.1.9
4312026-03-20T03:44:53.023Z Compiling smallvec v1.15.1
4322026-03-20T03:44:53.128Z Compiling stable_deref_trait v1.2.1
4332026-03-20T03:44:53.211Z Compiling cc v1.2.56
4342026-03-20T03:44:53.303Z Compiling futures-core v0.3.32
4352026-03-20T03:44:53.493Z Compiling once_cell v1.21.3
4362026-03-20T03:44:53.686Z Compiling parking_lot_core v0.9.12
4372026-03-20T03:44:53.769Z Compiling http v1.4.0
4382026-03-20T03:44:53.805Z Compiling socket2 v0.6.3
4392026-03-20T03:44:54.033Z Compiling futures-sink v0.3.32
4402026-03-20T03:44:54.166Z Compiling rustversion v1.0.22
4412026-03-20T03:44:54.194Z Compiling schemars v0.8.22
4422026-03-20T03:44:54.473Z Compiling scopeguard v1.2.0
4432026-03-20T03:44:54.514Z Compiling cmake v0.1.57
4442026-03-20T03:44:54.589Z Compiling lock_api v0.4.14
4452026-03-20T03:44:54.675Z Compiling errno v0.3.14
4462026-03-20T03:44:54.868Z Compiling fs_extra v1.3.0
4472026-03-20T03:44:54.887Z Compiling getrandom v0.4.2
4482026-03-20T03:44:54.930Z Compiling rand_core v0.10.0
4492026-03-20T03:44:54.961Z Compiling dunce v1.0.5
4502026-03-20T03:44:55.056Z Compiling dyn-clone v1.0.20
4512026-03-20T03:44:55.069Z Compiling thiserror v2.0.18
4522026-03-20T03:44:55.121Z Compiling parking_lot v0.12.5
4532026-03-20T03:44:55.173Z Compiling signal-hook-registry v1.4.8
4542026-03-20T03:44:55.188Z Compiling aws-lc-sys v0.39.0
4552026-03-20T03:44:55.234Z Compiling futures-channel v0.3.32
4562026-03-20T03:44:55.263Z Compiling mio v1.1.1
4572026-03-20T03:44:55.518Z Compiling winnow v0.7.15
4582026-03-20T03:44:55.554Z Compiling litemap v0.8.1
4592026-03-20T03:44:55.655Z Compiling writeable v0.6.2
4602026-03-20T03:44:55.797Z Compiling indexmap v2.13.0
4612026-03-20T03:44:55.902Z Compiling icu_properties_data v2.1.2
4622026-03-20T03:44:55.942Z Compiling futures-task v0.3.32
4632026-03-20T03:44:55.969Z Compiling slab v0.4.12
4642026-03-20T03:44:55.983Z Compiling log v0.4.29
4652026-03-20T03:44:56.147Z Compiling futures-io v0.3.32
4662026-03-20T03:44:56.178Z Compiling icu_normalizer_data v2.1.1
4672026-03-20T03:44:56.236Z Compiling zeroize v1.8.2
4682026-03-20T03:44:56.342Z Compiling httparse v1.10.1
4692026-03-20T03:44:56.451Z Compiling iana-time-zone v0.1.65
4702026-03-20T03:44:56.479Z Compiling aws-lc-rs v1.16.2
4712026-03-20T03:44:56.663Z Compiling percent-encoding v2.3.2
4722026-03-20T03:44:56.720Z Compiling heck v0.5.0
4732026-03-20T03:44:56.834Z Compiling chrono v0.4.44
4742026-03-20T03:44:57.054Z Compiling synstructure v0.13.2
4752026-03-20T03:44:57.067Z Compiling serde_derive_internals v0.29.1
4762026-03-20T03:44:57.616Z Compiling toml_parser v1.0.9+spec-1.1.0
4772026-03-20T03:44:57.771Z Compiling typenum v1.19.0
4782026-03-20T03:44:57.783Z Compiling syn v1.0.109
4792026-03-20T03:44:58.242Z Compiling rustls-pki-types v1.14.0
4802026-03-20T03:44:58.255Z Compiling http-body v1.0.1
4812026-03-20T03:44:58.436Z Compiling tracing-core v0.1.36
4822026-03-20T03:44:58.538Z Compiling generic-array v0.14.7
4832026-03-20T03:44:58.550Z Compiling regex-syntax v0.8.10
4842026-03-20T03:44:58.818Z Compiling zerocopy v0.8.41
4852026-03-20T03:44:58.871Z Compiling thiserror v1.0.69
4862026-03-20T03:44:58.884Z Compiling serde_derive v1.0.228
4872026-03-20T03:44:58.896Z Compiling zerofrom-derive v0.1.6
4882026-03-20T03:44:59.245Z Compiling yoke-derive v0.8.1
4892026-03-20T03:44:59.262Z Compiling zerovec-derive v0.11.2
4902026-03-20T03:44:59.309Z Compiling displaydoc v0.2.5
4912026-03-20T03:44:59.448Z Compiling schemars_derive v0.8.22
4922026-03-20T03:45:00.288Z Compiling tokio-macros v2.6.1
4932026-03-20T03:45:00.564Z Compiling zerofrom v0.1.6
4942026-03-20T03:45:00.625Z Compiling thiserror-impl v2.0.18
4952026-03-20T03:45:00.692Z Compiling yoke v0.8.1
4962026-03-20T03:45:00.712Z Compiling futures-macro v0.3.32
4972026-03-20T03:45:00.927Z Compiling zerovec v0.11.5
4982026-03-20T03:45:01.050Z Compiling zerotrie v0.2.3
4992026-03-20T03:45:01.295Z Compiling tokio v1.50.0
5002026-03-20T03:45:01.438Z Compiling tracing-attributes v0.1.31
5012026-03-20T03:45:01.609Z Compiling tinystr v0.8.2
5022026-03-20T03:45:01.794Z Compiling potential_utf v0.1.4
5032026-03-20T03:45:01.865Z Compiling icu_locale_core v2.1.1
5042026-03-20T03:45:01.994Z Compiling icu_collections v2.1.1
5052026-03-20T03:45:02.149Z Compiling futures-util v0.3.32
5062026-03-20T03:45:02.407Z Compiling uuid v1.22.0
5072026-03-20T03:45:02.846Z Compiling icu_provider v2.1.1
5082026-03-20T03:45:03.172Z Compiling icu_normalizer v2.1.1
5092026-03-20T03:45:03.233Z Compiling icu_properties v2.1.2
5102026-03-20T03:45:03.249Z Compiling tracing v0.1.44
5112026-03-20T03:45:03.531Z Compiling thiserror-impl v1.0.69
5122026-03-20T03:45:04.344Z Compiling form_urlencoded v1.2.2
5132026-03-20T03:45:04.569Z Compiling idna_adapter v1.2.1
5142026-03-20T03:45:04.864Z Compiling regress v0.10.5
5152026-03-20T03:45:05.100Z Compiling semver v1.0.27
5162026-03-20T03:45:05.300Z Compiling try-lock v0.2.5
5172026-03-20T03:45:05.380Z Compiling tower-service v0.3.3
5182026-03-20T03:45:05.426Z Compiling untrusted v0.9.0
5192026-03-20T03:45:05.486Z Compiling base64 v0.22.1
5202026-03-20T03:45:05.489Z Compiling rustls v0.23.37
5212026-03-20T03:45:05.519Z Compiling utf8_iter v1.0.4
5222026-03-20T03:45:05.689Z Compiling idna v1.1.0
5232026-03-20T03:45:05.759Z Compiling want v0.3.1
5242026-03-20T03:45:06.027Z Compiling serde_tokenstream v0.2.3
5252026-03-20T03:45:06.636Z Compiling slog v2.8.2
5262026-03-20T03:45:06.714Z Compiling proc-macro-error-attr v1.0.4
5272026-03-20T03:45:06.915Z Compiling typify-impl v0.6.1
5282026-03-20T03:45:06.992Z Compiling atomic-waker v1.1.2
5292026-03-20T03:45:07.147Z Compiling subtle v2.6.1
5302026-03-20T03:45:07.333Z Compiling pin-utils v0.1.0
5312026-03-20T03:45:07.411Z Compiling ryu v1.0.23
5322026-03-20T03:45:07.684Z Compiling hyper v1.8.1
5332026-03-20T03:45:07.896Z Compiling url v2.5.8
5342026-03-20T03:45:08.915Z Compiling erased-serde v0.3.31
5352026-03-20T03:45:08.996Z Compiling bitflags v2.11.0
5362026-03-20T03:45:09.278Z Compiling sync_wrapper v1.0.2
5372026-03-20T03:45:09.300Z Compiling proc-macro-error v1.0.4
5382026-03-20T03:45:09.401Z Compiling toml_datetime v1.0.0+spec-1.1.0
5392026-03-20T03:45:09.585Z Compiling ipnet v2.12.0
5402026-03-20T03:45:09.660Z Compiling tower-layer v0.3.3
5412026-03-20T03:45:09.696Z Compiling toml_edit v0.25.4+spec-1.1.0
5422026-03-20T03:45:09.858Z Compiling tower v0.5.3
5432026-03-20T03:45:10.037Z Compiling hyper-util v0.1.20
5442026-03-20T03:45:10.357Z Compiling crypto-common v0.1.7
5452026-03-20T03:45:10.474Z Compiling block-buffer v0.10.4
5462026-03-20T03:45:10.504Z Compiling aho-corasick v1.1.4
5472026-03-20T03:45:10.640Z Compiling ppv-lite86 v0.2.21
5482026-03-20T03:45:10.801Z Compiling getrandom v0.2.17
5492026-03-20T03:45:10.973Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5502026-03-20T03:45:11.020Z Compiling iri-string v0.7.10
5512026-03-20T03:45:11.086Z Compiling getrandom v0.3.4
5522026-03-20T03:45:11.277Z Compiling openssl-probe v0.2.1
5532026-03-20T03:45:11.507Z Compiling rustls-native-certs v0.8.3
5542026-03-20T03:45:11.551Z Compiling rand_core v0.6.4
5552026-03-20T03:45:11.833Z Compiling regex-automata v0.4.14
5562026-03-20T03:45:11.934Z Compiling digest v0.10.7
5572026-03-20T03:45:12.211Z Compiling proc-macro-crate v3.5.0
5582026-03-20T03:45:12.840Z Compiling tower-http v0.6.8
5592026-03-20T03:45:13.321Z Compiling serde_urlencoded v0.7.1
5602026-03-20T03:45:13.358Z Compiling http-body-util v0.1.3
5612026-03-20T03:45:13.697Z Compiling toml_writer v1.0.6+spec-1.1.0
5622026-03-20T03:45:13.971Z Compiling cpufeatures v0.2.17
5632026-03-20T03:45:14.054Z Compiling heck v0.4.1
5642026-03-20T03:45:14.097Z Compiling crucible-workspace-hack v0.1.0
5652026-03-20T03:45:14.305Z Compiling crossbeam-utils v0.8.21
5662026-03-20T03:45:14.365Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5672026-03-20T03:45:14.658Z Compiling regex v1.12.3
5682026-03-20T03:45:15.291Z Compiling num_enum_derive v0.7.5
5692026-03-20T03:45:15.356Z Compiling rand_chacha v0.3.1
5702026-03-20T03:45:15.545Z Compiling typify-macro v0.6.1
5712026-03-20T03:45:16.732Z Compiling tokio-util v0.7.18
5722026-03-20T03:45:16.905Z Compiling openapiv3 v2.2.0
5732026-03-20T03:45:17.102Z Compiling foreign-types-macros v0.2.3
5742026-03-20T03:45:17.360Z Compiling toml_datetime v0.7.5+spec-1.1.0
5752026-03-20T03:45:17.823Z Compiling serde_spanned v1.0.4
5762026-03-20T03:45:18.018Z Compiling anyhow v1.0.102
5772026-03-20T03:45:18.311Z Compiling typify v0.6.1
5782026-03-20T03:45:18.418Z Compiling cpufeatures v0.3.0
5792026-03-20T03:45:18.447Z Compiling time-core v0.1.8
5802026-03-20T03:45:18.503Z Compiling unsafe-libyaml v0.2.11
5812026-03-20T03:45:18.633Z Compiling either v1.15.0
5822026-03-20T03:45:18.880Z Compiling foreign-types-shared v0.3.1
5832026-03-20T03:45:18.900Z Compiling powerfmt v0.2.0
5842026-03-20T03:45:18.913Z Compiling pkg-config v0.3.32
5852026-03-20T03:45:18.984Z Compiling utf8parse v0.2.2
5862026-03-20T03:45:18.997Z Compiling num-conv v0.2.0
5872026-03-20T03:45:19.114Z Compiling prettyplease v0.2.37
5882026-03-20T03:45:19.161Z Compiling anstyle-parse v0.2.7
5892026-03-20T03:45:19.173Z Compiling time-macros v0.2.27
5902026-03-20T03:45:19.194Z Compiling deranged v0.5.8
5912026-03-20T03:45:19.388Z Compiling serde_yaml v0.9.34+deprecated
5922026-03-20T03:45:19.415Z Compiling foreign-types v0.5.0
5932026-03-20T03:45:19.444Z Compiling progenitor-impl v0.13.0
5942026-03-20T03:45:19.504Z Compiling itertools v0.12.1
5952026-03-20T03:45:19.530Z Compiling lzma-sys v0.1.20
5962026-03-20T03:45:20.503Z Compiling chacha20 v0.10.0
5972026-03-20T03:45:20.870Z Compiling toml v0.9.12+spec-1.1.0
5982026-03-20T03:45:20.937Z Compiling rand_core v0.9.5
5992026-03-20T03:45:21.123Z Compiling num_enum v0.7.5
6002026-03-20T03:45:21.154Z Compiling rand v0.8.5
6012026-03-20T03:45:21.427Z Compiling sha1 v0.10.6
6022026-03-20T03:45:21.834Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6032026-03-20T03:45:21.943Z Compiling arc-swap v1.8.2
6042026-03-20T03:45:22.025Z Compiling cstr-argument v0.1.2
6052026-03-20T03:45:22.210Z Compiling thread_local v1.1.9
6062026-03-20T03:45:22.263Z Compiling colorchoice v1.0.4
6072026-03-20T03:45:22.333Z Compiling lazy_static v1.5.0
6082026-03-20T03:45:22.400Z Compiling is_terminal_polyfill v1.70.2
6092026-03-20T03:45:22.449Z Compiling utf-8 v0.7.6
6102026-03-20T03:45:22.467Z Compiling data-encoding v2.10.0
6112026-03-20T03:45:22.550Z Compiling unicode-width v0.2.2
6122026-03-20T03:45:22.621Z Compiling anstyle-query v1.1.5
6132026-03-20T03:45:22.700Z Compiling byteorder v1.5.0
6142026-03-20T03:45:22.746Z Compiling pretty-hex v0.4.1
6152026-03-20T03:45:22.910Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
6162026-03-20T03:45:22.921Z Compiling typeid v1.0.3
6172026-03-20T03:45:23.000Z Compiling anstyle v1.0.13
6182026-03-20T03:45:23.040Z Compiling portable-atomic v1.13.1
6192026-03-20T03:45:23.185Z Compiling slog-async v2.8.0
6202026-03-20T03:45:23.304Z Compiling anstream v0.6.21
6212026-03-20T03:45:23.360Z Compiling tungstenite v0.21.0
6222026-03-20T03:45:23.619Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
6232026-03-20T03:45:23.654Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6242026-03-20T03:45:23.692Z Compiling slog-scope v4.4.1
6252026-03-20T03:45:23.732Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6262026-03-20T03:45:23.855Z Compiling cargo_toml v0.22.3
6272026-03-20T03:45:24.018Z Compiling crossbeam-channel v0.5.15
6282026-03-20T03:45:24.073Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
6292026-03-20T03:45:24.292Z Compiling progenitor-macro v0.13.0
6302026-03-20T03:45:24.600Z Compiling rand_chacha v0.9.0
6312026-03-20T03:45:24.704Z Compiling rand v0.10.0
6322026-03-20T03:45:24.716Z Compiling time v0.3.47
6332026-03-20T03:45:25.201Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
6342026-03-20T03:45:25.575Z Compiling futures-executor v0.3.32
6352026-03-20T03:45:25.590Z Compiling is-terminal v0.4.17
6362026-03-20T03:45:25.694Z Compiling colored v3.1.1
6372026-03-20T03:45:25.934Z Compiling term v1.2.1
6382026-03-20T03:45:26.125Z Compiling clap_lex v1.0.0
6392026-03-20T03:45:26.171Z Compiling strsim v0.11.1
6402026-03-20T03:45:26.210Z Compiling take_mut v0.2.2
6412026-03-20T03:45:26.341Z Compiling camino v1.2.2
6422026-03-20T03:45:26.440Z Compiling oxnet v0.1.4
6432026-03-20T03:45:26.779Z Compiling clap_builder v4.5.60
6442026-03-20T03:45:26.857Z Compiling slog-term v2.9.2
6452026-03-20T03:45:27.077Z Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)
6462026-03-20T03:45:27.522Z Compiling futures v0.3.32
6472026-03-20T03:45:27.616Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
6482026-03-20T03:45:27.810Z Compiling rand v0.9.2
6492026-03-20T03:45:28.499Z Compiling tokio-tungstenite v0.21.0
6502026-03-20T03:45:28.624Z Compiling slog-stdlog v4.1.1
6512026-03-20T03:45:28.873Z Compiling console v0.16.2
6522026-03-20T03:45:28.887Z Compiling zone_cfg_derive v0.3.1
6532026-03-20T03:45:28.924Z Compiling async-trait v0.1.89
6542026-03-20T03:45:29.352Z Compiling clap_derive v4.5.55
6552026-03-20T03:45:30.260Z Compiling unit-prefix v0.5.2
6562026-03-20T03:45:31.338Z Compiling base64 v0.21.7
6572026-03-20T03:45:31.342Z Compiling indicatif v0.18.4
6582026-03-20T03:45:31.342Z Compiling zone v0.3.1
6592026-03-20T03:45:31.342Z Compiling ron v0.12.0
6602026-03-20T03:45:31.653Z Compiling clap v4.5.60
6612026-03-20T03:45:31.680Z Compiling slog-envlogger v2.2.0
6622026-03-20T03:45:31.743Z Compiling xz2 v0.1.7
6632026-03-20T03:45:31.805Z Compiling tabwriter v1.4.1
6642026-03-20T03:45:31.919Z Compiling sha2 v0.10.9
6652026-03-20T03:45:32.041Z Compiling reqwest v0.12.28
6662026-03-20T03:45:32.102Z Compiling smf v0.2.3
6672026-03-20T03:45:32.197Z Compiling base16ct v1.0.0
6682026-03-20T03:45:32.314Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6692026-03-20T03:45:33.208Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
6702026-03-20T03:45:33.726Z Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest)
6712026-03-20T03:45:37.394Z Compiling rustls-webpki v0.103.9
6722026-03-20T03:45:41.163Z Compiling tokio-rustls v0.26.4
6732026-03-20T03:45:41.163Z Compiling rustls-platform-verifier v0.6.2
6742026-03-20T03:45:41.402Z Compiling hyper-rustls v0.27.7
6752026-03-20T03:45:41.601Z Compiling reqwest v0.13.2
6762026-03-20T03:45:42.841Z Compiling progenitor-client v0.13.0
6772026-03-20T03:45:43.073Z Compiling progenitor v0.13.0
6782026-03-20T03:45:43.171Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
6792026-03-20T03:45:46.021Zerror[E0308]: mismatched types
6802026-03-20T03:45:46.022Z --> lib/src/lib.rs:1732:9
6812026-03-20T03:45:46.022Z |
6822026-03-20T03:45:46.022Z1730 | let client = propolis_client::Client::new_with_client(
6832026-03-20T03:45:46.022Z | ---------------------------------------- arguments to this function are incorrect
6842026-03-20T03:45:46.022Z1731 | &format!("http://{}", sockaddr),
6852026-03-20T03:45:46.022Z1732 | reqwest_client,
6862026-03-20T03:45:46.022Z | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client`
6872026-03-20T03:45:46.022Z |
6882026-03-20T03:45:46.022Znote: 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
6892026-03-20T03:45:46.022Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
6902026-03-20T03:45:46.022Z |
6912026-03-20T03:45:46.022Z 93 | pub struct Client {
6922026-03-20T03:45:46.022Z | ^^^^^^^^^^^^^^^^^ this is the expected type `reqwest::async_impl::client::Client`
6932026-03-20T03:45:46.022Z |
6942026-03-20T03:45:46.022Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
6952026-03-20T03:45:46.022Z |
6962026-03-20T03:45:46.022Z 93 | pub struct Client {
6972026-03-20T03:45:46.022Z | ^^^^^^^^^^^^^^^^^ this is the found type `reqwest::Client`
6982026-03-20T03:45:46.022Z |
6992026-03-20T03:45:46.022Z ::: lib/src/cli.rs:21:5
7002026-03-20T03:45:46.022Z |
7012026-03-20T03:45:46.022Z 21 | use propolis_client::{
7022026-03-20T03:45:46.022Z | --------------- one version of crate `reqwest` used here, as a dependency of crate `progenitor_client`
7032026-03-20T03:45:46.022Z |
7042026-03-20T03:45:46.022Z ::: lib/src/ovmf.rs:62:18
7052026-03-20T03:45:46.022Z |
7062026-03-20T03:45:46.022Z 62 | let client = reqwest::ClientBuilder::new()
7072026-03-20T03:45:46.022Z | ------- one version of crate `reqwest` used here, as a direct dependency of the current crate
7082026-03-20T03:45:46.022Z = help: you can use `cargo tree` to explore your dependency tree
7092026-03-20T03:45:46.026Znote: associated function defined here
7102026-03-20T03:45:46.026Z --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/368a222/lib/propolis-client/src/lib.rs:44:1
7112026-03-20T03:45:46.026Z |
7122026-03-20T03:45:46.026Z 44 | / progenitor::generate_api!(
7132026-03-20T03:45:46.026Z 45 | | spec = "../../openapi/propolis-server/propolis-server-latest.json",
7142026-03-20T03:45:46.026Z 46 | | interface = Builder,
7152026-03-20T03:45:46.026Z 47 | | tags = Separate,
7162026-03-20T03:45:46.026Z... |
7172026-03-20T03:45:46.026Z 70 | | );
7182026-03-20T03:45:46.026Z | |_^
7192026-03-20T03:45:46.026Z = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
7202026-03-20T03:45:46.026Z
7212026-03-20T03:45:46.029Zerror[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)`
7222026-03-20T03:45:46.029Z --> lib/src/lib.rs:1769:18
7232026-03-20T03:45:46.029Z |
7242026-03-20T03:45:46.029Z1769 | .collect()
7252026-03-20T03:45:46.029Z | ^^^^^^^ 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)>`
7262026-03-20T03:45:46.029Z |
7272026-03-20T03:45:46.029Z = 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>`
7282026-03-20T03:45:46.029Z but trait `FromIterator<(propolis_client::instance_spec::SpecKey, propolis_client::instance_spec::Component)>` is implemented for it
7292026-03-20T03:45:46.030Z = help: for that trait implementation, expected `propolis_client::instance_spec::Component`, found `ComponentV0`
7302026-03-20T03:45:46.030Znote: the method call chain might not have had the expected associated types
7312026-03-20T03:45:46.030Z --> lib/src/lib.rs:1768:18
7322026-03-20T03:45:46.030Z |
7332026-03-20T03:45:46.030Z1766 | components
7342026-03-20T03:45:46.030Z | ---------- this expression has type `&BTreeMap<SpecKey, ComponentV0>`
7352026-03-20T03:45:46.030Z1767 | .iter()
7362026-03-20T03:45:46.030Z | ------ `Iterator::Item` is `(&SpecKey, &ComponentV0)` here
7372026-03-20T03:45:46.030Z1768 | .map(|(spec_key, comp)| (spec_key.clone(), comp.clone()))
7382026-03-20T03:45:46.030Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Iterator::Item` changed to `(SpecKey, ComponentV0)` here
7392026-03-20T03:45:46.030Znote: required by a bound in `std::iter::Iterator::collect`
7402026-03-20T03:45:46.030Z --> /rustc/ded5c06cf21d2b93bffd5d884aa6e96934ee4234/library/core/src/iter/traits/iterator.rs:2015:5
7412026-03-20T03:45:46.030Z
7422026-03-20T03:45:46.036Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7432026-03-20T03:45:46.036Z --> lib/src/lib.rs:1786:40
7442026-03-20T03:45:46.036Z |
7452026-03-20T03:45:46.036Z1786 | match client.instance_ensure().body(&req).send().await {
7462026-03-20T03:45:46.036Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7472026-03-20T03:45:46.036Z |
7482026-03-20T03:45:46.036Z = help: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7492026-03-20T03:45:46.036Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7502026-03-20T03:45:46.036Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7512026-03-20T03:45:46.036Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7522026-03-20T03:45:46.036Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7532026-03-20T03:45:46.036Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-481bced9a34e7154.long-type-15446785264953450033.txt'
7542026-03-20T03:45:46.036Z = note: consider using `--verbose` to print the full type name to the console
7552026-03-20T03:45:46.036Z
7562026-03-20T03:45:46.040Zerror[E0277]: the trait bound `InstanceEnsureRequest: From<&InstanceEnsureRequest>` is not satisfied
7572026-03-20T03:45:46.040Z --> lib/src/lib.rs:1803:34
7582026-03-20T03:45:46.040Z |
7592026-03-20T03:45:46.040Z1803 | client.instance_ensure().body(&req).send().await?;
7602026-03-20T03:45:46.040Z | ^^^^ the trait `From<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7612026-03-20T03:45:46.040Z |
7622026-03-20T03:45:46.040Z = help: the trait `TryFrom<&propolis_client::types::InstanceEnsureRequest>` is not implemented for `propolis_client::types::InstanceEnsureRequest`
7632026-03-20T03:45:46.040Z but trait `TryFrom<propolis_client::types::builder::InstanceEnsureRequest>` is implemented for it
7642026-03-20T03:45:46.040Z = help: for that trait implementation, expected `propolis_client::types::builder::InstanceEnsureRequest`, found `&propolis_client::types::InstanceEnsureRequest`
7652026-03-20T03:45:46.040Z = note: required for `&propolis_client::types::InstanceEnsureRequest` to implement `Into<propolis_client::types::InstanceEnsureRequest>`
7662026-03-20T03:45:46.041Z = note: required for `propolis_client::types::InstanceEnsureRequest` to implement `TryFrom<&propolis_client::types::InstanceEnsureRequest>`
7672026-03-20T03:45:46.041Z = note: the full name for the type has been written to '/work/oxidecomputer/falcon/target/debug/deps/libfalcon-481bced9a34e7154.long-type-5808810897530576109.txt'
7682026-03-20T03:45:46.041Z = note: consider using `--verbose` to print the full type name to the console
7692026-03-20T03:45:46.041Z
7702026-03-20T03:45:46.103Zerror[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope
7712026-03-20T03:45:46.103Z --> lib/src/lib.rs:1950:31
7722026-03-20T03:45:46.103Z |
7732026-03-20T03:45:46.103Z1950 | let mut stream = response.bytes_stream();
7742026-03-20T03:45:46.103Z | ^^^^^^^^^^^^ method not found in `reqwest::Response`
7752026-03-20T03:45:46.103Z
7762026-03-20T03:45:46.106Zerror[E0282]: type annotations needed
7772026-03-20T03:45:46.106Z --> lib/src/lib.rs:1952:21
7782026-03-20T03:45:46.106Z |
7792026-03-20T03:45:46.106Z1952 | let chunk = chunk
7802026-03-20T03:45:46.106Z | ^^^^^ cannot infer type
7812026-03-20T03:45:46.106Z
7822026-03-20T03:45:46.914ZSome errors have detailed explanations: E0277, E0282, E0308, E0599.
7832026-03-20T03:45:46.914ZFor more information about an error, try `rustc --explain E0277`.
7842026-03-20T03:45:46.965Zerror: could not compile `libfalcon` (lib) due to 6 previous errors
7852026-03-20T03:45:47.161Z
7862026-03-20T03:45:47.164Zreal 1:04.749630986
7872026-03-20T03:45:47.164Zuser 4:46.842645544
7882026-03-20T03:45:47.164Zsys 50.432900411
7892026-03-20T03:45:47.164Ztrap 0.161940319
7902026-03-20T03:45:47.164Ztflt 0.288330216
7912026-03-20T03:45:47.164Zdflt 0.189160858
7922026-03-20T03:45:47.164Zkflt 0.005507150
7932026-03-20T03:45:47.164Zlock 11:07.490471919
7942026-03-20T03:45:47.164Zslp 20:06.395381956
7952026-03-20T03:45:47.164Zlat 18.854248151
7962026-03-20T03:45:47.164Zstop 46.833913530
7972026-03-20T03:45:47.164Zprocess exited: duration 83198 ms, exit code 101
 
7982026-03-20T03:45:47.171Zfound 0 output files