01KHN0NVRG2SHNN6PM34RQQT19: test-proptest

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/work/proptest-regressions/*",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KHN0Q662HBQMAG7J34P5J6P1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-17T05:30:38.732Zjob assigned to worker 01KHN16W33Y7KYM6HXC761YD6K [factory aws, i-015216368ed19b7ce] (queued for 9 m 27 s)
 
22026-02-17T05:30:47.650Zstarting task 0: "setup"
32026-02-17T05:30:47.654Z++ uname -s
42026-02-17T05:30:47.658Z+ kern=SunOS
52026-02-17T05:30:47.658Z+ build_user=build
62026-02-17T05:30:47.658Z+ build_uid=12345
72026-02-17T05:30:47.658Z+ work_dir=/work
82026-02-17T05:30:47.658Z+ input_dir=/input
92026-02-17T05:30:47.658Z+ [[ 0 == 12345 ]]
102026-02-17T05:30:47.658Z+ case "$kern" in
112026-02-17T05:30:47.658Z+ groupadd -g 12345 build
122026-02-17T05:30:47.662Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-17T05:30:49.668Z+ zfs create -o mountpoint=/work rpool/work
142026-02-17T05:30:49.821Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-17T05:30:49.825Z+ home_fs=zfs
162026-02-17T05:30:49.826Z+ [[ zfs == autofs ]]
172026-02-17T05:30:49.826Z+ mkdir -p /home/build
182026-02-17T05:30:49.826Z+ chown build:build /home/build /work
192026-02-17T05:30:51.828Z+ chmod 0700 /home/build /work
202026-02-17T05:30:51.832Zprocess exited: duration 4183 ms, exit code 0
 
212026-02-17T05:30:51.839Zstarting task 1: "rust-toolchain"
222026-02-17T05:30:51.846Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-17T05:30:51.846Z * rust toolchain channel = "stable"
242026-02-17T05:30:51.846Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-17T05:30:51.846Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-17T05:30:51.846Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-17T05:30:51.847Z * rust toolchain profile = "default"
282026-02-17T05:30:51.851Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-17T05:30:51.851Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-17T05:30:51.964Zinfo: downloading installer
312026-02-17T05:30:53.435Zwarn: It looks like you have an existing installation of Rust at:
322026-02-17T05:30:53.435Zwarn: /opt/ooce/bin
332026-02-17T05:30:53.435Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-17T05:30:53.435Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-17T05:30:53.435Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-17T05:30:53.435Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-17T05:30:53.436Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-17T05:30:53.436Zerror: cannot install while Rust is installed
392026-02-17T05:30:53.436Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-17T05:30:53.450Zinfo: profile set to 'default'
412026-02-17T05:30:53.450Zinfo: default host triple is x86_64-unknown-illumos
422026-02-17T05:30:53.458Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-17T05:30:53.614Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-17T05:30:53.615Zinfo: downloading component 'cargo'
452026-02-17T05:30:54.637Zinfo: downloading component 'clippy'
462026-02-17T05:30:55.036Zinfo: downloading component 'rust-docs'
472026-02-17T05:30:56.705Zinfo: downloading component 'rust-std'
482026-02-17T05:30:58.585Zinfo: downloading component 'rustc'
492026-02-17T05:31:05.897Zinfo: downloading component 'rustfmt'
502026-02-17T05:31:06.223Zinfo: installing component 'cargo'
512026-02-17T05:31:07.135Zinfo: installing component 'clippy'
522026-02-17T05:31:07.533Zinfo: installing component 'rust-docs'
532026-02-17T05:31:09.475Zinfo: installing component 'rust-std'
542026-02-17T05:31:11.298Zinfo: installing component 'rustc'
552026-02-17T05:31:18.200Zinfo: installing component 'rustfmt'
562026-02-17T05:31:18.365Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-17T05:31:18.365Z
582026-02-17T05:31:18.891Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-17T05:31:18.892Z
602026-02-17T05:31:18.901Z
612026-02-17T05:31:18.902ZRust is installed now. Great!
622026-02-17T05:31:18.902Z
632026-02-17T05:31:18.902ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-17T05:31:18.902Zenvironment variable. This has not been done automatically.
652026-02-17T05:31:18.902Z
662026-02-17T05:31:18.902ZTo configure your current shell, you need to source
672026-02-17T05:31:18.902Zthe corresponding env file under $HOME/.cargo.
682026-02-17T05:31:18.902Z
692026-02-17T05:31:18.902ZThis is usually done by running one of the following (note the leading DOT):
702026-02-17T05:31:18.902Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-17T05:31:18.902Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-17T05:31:18.902Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-17T05:31:18.992Z+ rustup --version
742026-02-17T05:31:18.998Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-17T05:31:18.998Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-17T05:31:19.089Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-17T05:31:19.103Z+ cargo --version
782026-02-17T05:31:19.146Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-17T05:31:19.170Z+ rustc --version
802026-02-17T05:31:19.190Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-17T05:31:19.204Zprocess exited: duration 27352 ms, exit code 0
 
822026-02-17T05:31:19.225Zstarting task 2: "authentication"
832026-02-17T05:31:19.267Zprocess exited: duration 26 ms, exit code 0
 
842026-02-17T05:31:19.286Zstarting task 3: "clone repository"
852026-02-17T05:31:19.295Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-17T05:31:19.295Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-17T05:31:19.333ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-17T05:31:20.326Z+ cd /work/oxidecomputer/maghemite
892026-02-17T05:31:20.326Z+ git fetch origin e54075acdda557ae93a20bcbed9bf2b94aa48ff8
902026-02-17T05:31:20.578ZFrom https://github.com/oxidecomputer/maghemite
912026-02-17T05:31:20.578Z * branch e54075acdda557ae93a20bcbed9bf2b94aa48ff8 -> FETCH_HEAD
922026-02-17T05:31:20.584Z+ [[ -n renovate/reqwest-0.x ]]
932026-02-17T05:31:20.590Z++ git branch --show-current
942026-02-17T05:31:20.590Z+ current=main
952026-02-17T05:31:20.590Z+ [[ main != renovate/reqwest-0.x ]]
962026-02-17T05:31:20.590Z+ git branch -f renovate/reqwest-0.x e54075acdda557ae93a20bcbed9bf2b94aa48ff8
972026-02-17T05:31:20.594Z+ git checkout -f renovate/reqwest-0.x
982026-02-17T05:31:20.635ZSwitched to branch 'renovate/reqwest-0.x'
992026-02-17T05:31:20.640Z+ git reset --hard e54075acdda557ae93a20bcbed9bf2b94aa48ff8
1002026-02-17T05:31:20.640ZHEAD is now at e54075a Update Rust crate reqwest to 0.13
1012026-02-17T05:31:20.640Zprocess exited: duration 1343 ms, exit code 0
 
1022026-02-17T05:31:20.670Zstarting task 4: "build"
1032026-02-17T05:31:20.686Z+ set -e
1042026-02-17T05:31:20.686Z+ NEXTEST_VERSION=0.9.97
1052026-02-17T05:31:20.686Z+ PLATFORM=illumos
1062026-02-17T05:31:20.687Z+ cargo --version
1072026-02-17T05:31:20.687Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1082026-02-17T05:31:20.894Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1092026-02-17T05:31:20.894Zinfo: downloading component 'cargo'
1102026-02-17T05:31:22.104Zinfo: downloading component 'clippy'
1112026-02-17T05:31:22.545Zinfo: downloading component 'rust-docs'
1122026-02-17T05:31:24.030Zinfo: downloading component 'rust-std'
1132026-02-17T05:31:25.866Zinfo: downloading component 'rustc'
1142026-02-17T05:31:33.380Zinfo: downloading component 'rustfmt'
1152026-02-17T05:31:33.666Zinfo: installing component 'cargo'
1162026-02-17T05:31:34.602Zinfo: installing component 'clippy'
1172026-02-17T05:31:34.992Zinfo: installing component 'rust-docs'
1182026-02-17T05:31:36.941Zinfo: installing component 'rust-std'
1192026-02-17T05:31:38.694Zinfo: installing component 'rustc'
1202026-02-17T05:31:45.449Zinfo: installing component 'rustfmt'
1212026-02-17T05:31:45.881Zcargo 1.92.0 (344c4567c 2025-10-21)
1222026-02-17T05:31:45.884Z+ rustc --version
1232026-02-17T05:31:45.966Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1242026-02-17T05:31:45.970Z+ cargo install cargo-nextest --version 0.9.97
1252026-02-17T05:31:46.073Z Updating crates.io index
1262026-02-17T05:31:46.175Z Downloading crates ...
1272026-02-17T05:31:46.230Z Downloaded cargo-nextest v0.9.97
1282026-02-17T05:31:46.305Z Installing cargo-nextest v0.9.97
1292026-02-17T05:31:46.360Z Updating crates.io index
1302026-02-17T05:31:49.047Z Locking 405 packages to latest compatible versions
1312026-02-17T05:31:49.053Z Adding dialoguer v0.11.0 (available: v0.12.0)
1322026-02-17T05:31:49.056Z Adding duct v0.13.7 (available: v1.1.1)
1332026-02-17T05:31:49.056Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1342026-02-17T05:31:49.056Z Adding generic-array v0.14.7 (available: v0.14.9)
1352026-02-17T05:31:49.059Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1362026-02-17T05:31:49.062Z Adding nextest-filtering v0.15.0 (available: v0.18.0)
1372026-02-17T05:31:49.062Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1382026-02-17T05:31:49.062Z Adding nextest-runner v0.80.0 (available: v0.108.0)
1392026-02-17T05:31:49.086Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1402026-02-17T05:31:49.102Z Downloading crates ...
1412026-02-17T05:31:49.183Z Downloaded adler2 v2.0.1
1422026-02-17T05:31:49.188Z Downloaded form_urlencoded v1.2.2
1432026-02-17T05:31:49.194Z Downloaded clap_lex v1.0.0
1442026-02-17T05:31:49.197Z Downloaded futures-executor v0.3.32
1452026-02-17T05:31:49.200Z Downloaded cargo_metadata v0.20.0
1462026-02-17T05:31:49.203Z Downloaded eyre v0.6.12
1472026-02-17T05:31:49.207Z Downloaded console v0.15.11
1482026-02-17T05:31:49.210Z Downloaded addr2line v0.25.1
1492026-02-17T05:31:49.213Z Downloaded home v0.5.12
1502026-02-17T05:31:49.213Z Downloaded is_terminal_polyfill v1.70.2
1512026-02-17T05:31:49.216Z Downloaded lazy_static v1.5.0
1522026-02-17T05:31:49.220Z Downloaded humantime-serde v1.1.1
1532026-02-17T05:31:49.223Z Downloaded gimli v0.32.3
1542026-02-17T05:31:49.229Z Downloaded mukti-metadata v0.3.0
1552026-02-17T05:31:49.233Z Downloaded hyper-tls v0.6.0
1562026-02-17T05:31:49.236Z Downloaded number_prefix v0.4.0
1572026-02-17T05:31:49.236Z Downloaded dialoguer v0.11.0
1582026-02-17T05:31:49.239Z Downloaded scopeguard v1.2.0
1592026-02-17T05:31:49.242Z Downloaded jobserver v0.1.34
1602026-02-17T05:31:49.246Z Downloaded indenter v0.3.4
1612026-02-17T05:31:49.246Z Downloaded itoa v1.0.17
1622026-02-17T05:31:49.249Z Downloaded crc32fast v1.5.0
1632026-02-17T05:31:49.249Z Downloaded fnv v1.0.7
1642026-02-17T05:31:49.253Z Downloaded color-spantrace v0.3.0
1652026-02-17T05:31:49.253Z Downloaded equivalent v1.0.2
1662026-02-17T05:31:49.256Z Downloaded anstyle-query v1.1.5
1672026-02-17T05:31:49.256Z Downloaded quinn-udp v0.5.14
1682026-02-17T05:31:49.259Z Downloaded parking_lot v0.12.5
1692026-02-17T05:31:49.262Z Downloaded pkg-config v0.3.32
1702026-02-17T05:31:49.265Z Downloaded ipnet v2.11.0
1712026-02-17T05:31:49.269Z Downloaded serde_path_to_error v0.1.20
1722026-02-17T05:31:49.272Z Downloaded foreign-types v0.3.2
1732026-02-17T05:31:49.272Z Downloaded atomicwrites v0.4.4
1742026-02-17T05:31:49.275Z Downloaded futures-task v0.3.32
1752026-02-17T05:31:49.275Z Downloaded indexmap v2.13.0
1762026-02-17T05:31:49.279Z Downloaded futures-macro v0.3.32
1772026-02-17T05:31:49.282Z Downloaded iri-string v0.7.10
1782026-02-17T05:31:49.288Z Downloaded openssl-macros v0.1.1
1792026-02-17T05:31:49.291Z Downloaded itertools v0.14.0
1802026-02-17T05:31:49.296Z Downloaded pin-project-lite v0.2.16
1812026-02-17T05:31:49.301Z Downloaded errno v0.3.14
1822026-02-17T05:31:49.305Z Downloaded cfg-if v1.0.4
1832026-02-17T05:31:49.308Z Downloaded generic-array v0.14.7
1842026-02-17T05:31:49.308Z Downloaded cargo-platform v0.2.0
1852026-02-17T05:31:49.311Z Downloaded heck v0.5.0
1862026-02-17T05:31:49.311Z Downloaded foreign-types-shared v0.1.1
1872026-02-17T05:31:49.311Z Downloaded cargo-platform v0.3.2
1882026-02-17T05:31:49.315Z Downloaded guppy-workspace-hack v0.1.0
1892026-02-17T05:31:49.315Z Downloaded document-features v0.2.12
1902026-02-17T05:31:49.318Z Downloaded ordered-float v2.10.1
1912026-02-17T05:31:49.318Z Downloaded futures-channel v0.3.32
1922026-02-17T05:31:49.321Z Downloaded percent-encoding v2.3.2
1932026-02-17T05:31:49.322Z Downloaded pin-utils v0.1.0
1942026-02-17T05:31:49.327Z Downloaded hex v0.4.3
1952026-02-17T05:31:49.327Z Downloaded enable-ansi-support v0.2.1
1962026-02-17T05:31:49.331Z Downloaded cpufeatures v0.2.17
1972026-02-17T05:31:49.331Z Downloaded cfg_aliases v0.2.1
1982026-02-17T05:31:49.331Z Downloaded ahash v0.8.12
1992026-02-17T05:31:49.334Z Downloaded future-queue v0.4.0
2002026-02-17T05:31:49.334Z Downloaded debug-ignore v1.0.5
2012026-02-17T05:31:49.337Z Downloaded openssl-probe v0.2.1
2022026-02-17T05:31:49.341Z Downloaded nextest-workspace-hack v0.1.0
2032026-02-17T05:31:49.341Z Downloaded globset v0.4.18
2042026-02-17T05:31:49.341Z Downloaded pathdiff v0.2.3
2052026-02-17T05:31:49.344Z Downloaded serde_ignored v0.1.14
2062026-02-17T05:31:49.344Z Downloaded serde-value v0.7.0
2072026-02-17T05:31:49.348Z Downloaded serde_urlencoded v0.7.1
2082026-02-17T05:31:49.348Z Downloaded cfg-expr v0.20.6
2092026-02-17T05:31:49.351Z Downloaded sigchld v0.2.4
2102026-02-17T05:31:49.354Z Downloaded rand_core v0.9.5
2112026-02-17T05:31:49.354Z Downloaded lru-slab v0.1.2
2122026-02-17T05:31:49.357Z Downloaded signal-hook-mio v0.2.5
2132026-02-17T05:31:49.358Z Downloaded subtle v2.6.1
2142026-02-17T05:31:49.361Z Downloaded strsim v0.11.1
2152026-02-17T05:31:49.361Z Downloaded signature v2.2.0
2162026-02-17T05:31:49.364Z Downloaded target-spec-miette v0.4.5
2172026-02-17T05:31:49.368Z Downloaded supports-hyperlinks v3.2.0
2182026-02-17T05:31:49.368Z Downloaded supports-color v3.0.2
2192026-02-17T05:31:49.373Z Downloaded strip-ansi-escapes v0.2.1
2202026-02-17T05:31:49.373Z Downloaded ed25519 v2.2.3
2212026-02-17T05:31:49.376Z Downloaded find-msvc-tools v0.1.9
2222026-02-17T05:31:49.376Z Downloaded digest v0.10.7
2232026-02-17T05:31:49.376Z Downloaded atomic-waker v1.1.2
2242026-02-17T05:31:49.380Z Downloaded either v1.15.0
2252026-02-17T05:31:49.383Z Downloaded base64ct v1.8.3
2262026-02-17T05:31:49.383Z Downloaded rustc_version v0.4.1
2272026-02-17T05:31:49.386Z Downloaded once_cell v1.21.3
2282026-02-17T05:31:49.389Z Downloaded semver v1.0.27
2292026-02-17T05:31:49.389Z Downloaded autocfg v1.5.0
2302026-02-17T05:31:49.393Z Downloaded pkcs8 v0.10.2
2312026-02-17T05:31:49.396Z Downloaded serde-untagged v0.1.9
2322026-02-17T05:31:49.396Z Downloaded fixedbitset v0.5.7
2332026-02-17T05:31:49.399Z Downloaded shell-words v1.1.1
2342026-02-17T05:31:49.399Z Downloaded is_ci v1.2.0
2352026-02-17T05:31:49.402Z Downloaded flate2 v1.1.9
2362026-02-17T05:31:49.406Z Downloaded tinyvec_macros v0.1.1
2372026-02-17T05:31:49.409Z Downloaded os_pipe v1.2.3
2382026-02-17T05:31:49.409Z Downloaded toml_datetime v0.6.11
2392026-02-17T05:31:49.413Z Downloaded nested v0.1.1
2402026-02-17T05:31:49.413Z Downloaded lock_api v0.4.14
2412026-02-17T05:31:49.418Z Downloaded futures v0.3.32
2422026-02-17T05:31:49.440Z Downloaded target-lexicon v0.13.3
2432026-02-17T05:31:49.440Z Downloaded slab v0.4.12
2442026-02-17T05:31:49.440Z Downloaded tower-service v0.3.3
2452026-02-17T05:31:49.440Z Downloaded tower-layer v0.3.3
2462026-02-17T05:31:49.440Z Downloaded try-lock v0.2.5
2472026-02-17T05:31:49.441Z Downloaded thiserror v1.0.69
2482026-02-17T05:31:49.441Z Downloaded sync_wrapper v1.0.2
2492026-02-17T05:31:49.441Z Downloaded unicode-xid v0.2.6
2502026-02-17T05:31:49.441Z Downloaded unicode-linebreak v0.1.5
2512026-02-17T05:31:49.441Z Downloaded supports-unicode v3.0.0
2522026-02-17T05:31:49.441Z Downloaded swrite v0.1.0
2532026-02-17T05:31:49.441Z Downloaded camino v1.2.2
2542026-02-17T05:31:49.444Z Downloaded thiserror-impl v2.0.18
2552026-02-17T05:31:49.444Z Downloaded thiserror-impl v1.0.69
2562026-02-17T05:31:49.444Z Downloaded terminal_size v0.4.3
2572026-02-17T05:31:49.444Z Downloaded httparse v1.10.1
2582026-02-17T05:31:49.448Z Downloaded rustc-demangle v0.1.27
2592026-02-17T05:31:49.448Z Downloaded ppv-lite86 v0.2.21
2602026-02-17T05:31:49.451Z Downloaded simd-adler32 v0.3.8
2612026-02-17T05:31:49.451Z Downloaded sha2 v0.10.9
2622026-02-17T05:31:49.455Z Downloaded native-tls v0.2.16
2632026-02-17T05:31:49.458Z Downloaded quote v1.0.44
2642026-02-17T05:31:49.458Z Downloaded newtype-uuid v1.3.2
2652026-02-17T05:31:49.461Z Downloaded erased-serde v0.4.9
2662026-02-17T05:31:49.465Z Downloaded clap_derive v4.5.55
2672026-02-17T05:31:49.465Z Downloaded getrandom v0.2.17
2682026-02-17T05:31:49.468Z Downloaded self-replace v1.5.0
2692026-02-17T05:31:49.471Z Downloaded humantime v2.3.0
2702026-02-17T05:31:49.471Z Downloaded version_check v0.9.5
2712026-02-17T05:31:49.474Z Downloaded untrusted v0.9.0
2722026-02-17T05:31:49.474Z Downloaded want v0.3.1
2732026-02-17T05:31:49.474Z Downloaded nextest-metadata v0.12.2
2742026-02-17T05:31:49.477Z Downloaded xattr v1.6.1
2752026-02-17T05:31:49.481Z Downloaded tokio-native-tls v0.3.1
2762026-02-17T05:31:49.481Z Downloaded miette-derive v7.6.0
2772026-02-17T05:31:49.484Z Downloaded tracing-error v0.2.1
2782026-02-17T05:31:49.484Z Downloaded http-body-util v0.1.3
2792026-02-17T05:31:49.488Z Downloaded tempfile v3.25.0
2802026-02-17T05:31:49.488Z Downloaded utf8parse v0.2.2
2812026-02-17T05:31:49.491Z Downloaded typeid v1.0.3
2822026-02-17T05:31:49.491Z Downloaded utf8_iter v1.0.4
2832026-02-17T05:31:49.491Z Downloaded tracing-log v0.2.0
2842026-02-17T05:31:49.495Z Downloaded toml_writer v1.0.6+spec-1.1.0
2852026-02-17T05:31:49.495Z Downloaded urlencoding v2.1.3
2862026-02-17T05:31:49.495Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2872026-02-17T05:31:49.499Z Downloaded smallvec v1.15.1
2882026-02-17T05:31:49.499Z Downloaded bitflags v2.11.0
2892026-02-17T05:31:49.502Z Downloaded anstream v0.6.21
2902026-02-17T05:31:49.505Z Downloaded serde_spanned v1.0.4
2912026-02-17T05:31:49.508Z Downloaded filetime v0.2.27
2922026-02-17T05:31:49.508Z Downloaded getrandom v0.4.1
2932026-02-17T05:31:49.512Z Downloaded rand_core v0.6.4
2942026-02-17T05:31:49.516Z Downloaded getrandom v0.3.4
2952026-02-17T05:31:49.519Z Downloaded static_assertions v1.1.0
2962026-02-17T05:31:49.520Z Downloaded spki v0.7.3
2972026-02-17T05:31:49.523Z Downloaded smol_str v0.3.5
2982026-02-17T05:31:49.523Z Downloaded thiserror v2.0.18
2992026-02-17T05:31:49.528Z Downloaded thread_local v1.1.9
3002026-02-17T05:31:49.531Z Downloaded proc-macro2 v1.0.106
3012026-02-17T05:31:49.534Z Downloaded tokio-macros v2.6.0
3022026-02-17T05:31:49.534Z Downloaded toml v0.8.23
3032026-02-17T05:31:49.537Z Downloaded toml_parser v1.0.9+spec-1.1.0
3042026-02-17T05:31:49.540Z Downloaded textwrap v0.16.2
3052026-02-17T05:31:49.547Z Downloaded hyper-rustls v0.27.7
3062026-02-17T05:31:49.550Z Downloaded zmij v1.0.21
3072026-02-17T05:31:49.550Z Downloaded zipsign-api v0.1.5
3082026-02-17T05:31:49.550Z Downloaded zstd-safe v7.2.4
3092026-02-17T05:31:49.550Z Downloaded num-traits v0.2.19
3102026-02-17T05:31:49.553Z Downloaded zstd v0.13.3
3112026-02-17T05:31:49.557Z Downloaded nextest-filtering v0.15.0
3122026-02-17T05:31:49.557Z Downloaded zeroize v1.8.2
3132026-02-17T05:31:49.560Z Downloaded quick-junit v0.5.2
3142026-02-17T05:31:49.563Z Downloaded bytes v1.11.1
3152026-02-17T05:31:49.567Z Downloaded xxhash-rust v0.8.15
3162026-02-17T05:31:49.570Z Downloaded unicase v2.9.0
3172026-02-17T05:31:49.570Z Downloaded toml_write v0.1.2
3182026-02-17T05:31:49.574Z Downloaded der v0.7.10
3192026-02-17T05:31:49.577Z Downloaded borsh v1.6.0
3202026-02-17T05:31:49.582Z Downloaded toml v0.9.12+spec-1.1.0
3212026-02-17T05:31:49.586Z Downloaded target-spec v3.5.7
3222026-02-17T05:31:49.589Z Downloaded tracing-attributes v0.1.31
3232026-02-17T05:31:49.593Z Downloaded serde_derive v1.0.228
3242026-02-17T05:31:49.596Z Downloaded pin-project v1.1.10
3252026-02-17T05:31:49.605Z Downloaded unicode-ident v1.0.24
3262026-02-17T05:31:49.608Z Downloaded ryu v1.0.23
3272026-02-17T05:31:49.611Z Downloaded tinyvec v1.10.0
3282026-02-17T05:31:49.614Z Downloaded signal-hook v0.3.18
3292026-02-17T05:31:49.617Z Downloaded vte v0.14.1
3302026-02-17T05:31:49.617Z Downloaded typenum v1.19.0
3312026-02-17T05:31:49.620Z Downloaded toml_edit v0.22.27
3322026-02-17T05:31:49.625Z Downloaded derive_more-impl v2.1.1
3332026-02-17T05:31:49.628Z Downloaded uuid v1.21.0
3342026-02-17T05:31:49.631Z Downloaded http v1.4.0
3352026-02-17T05:31:49.634Z Downloaded cc v1.2.56
3362026-02-17T05:31:49.638Z Downloaded openssl-sys v0.9.111
3372026-02-17T05:31:49.641Z Downloaded tokio-stream v0.1.18
3382026-02-17T05:31:49.645Z Downloaded ed25519-dalek v2.2.0
3392026-02-17T05:31:49.648Z Downloaded indicatif v0.17.11
3402026-02-17T05:31:49.652Z Downloaded miniz_oxide v0.8.9
3412026-02-17T05:31:49.655Z Downloaded tar v0.4.44
3422026-02-17T05:31:49.658Z Downloaded socket2 v0.6.2
3432026-02-17T05:31:49.658Z Downloaded log v0.4.29
3442026-02-17T05:31:49.661Z Downloaded base64 v0.22.1
3452026-02-17T05:31:49.664Z Downloaded unicode-segmentation v1.12.0
3462026-02-17T05:31:49.668Z Downloaded url v2.5.8
3472026-02-17T05:31:49.671Z Downloaded guppy v0.17.25
3482026-02-17T05:31:49.674Z Downloaded aho-corasick v1.1.4
3492026-02-17T05:31:49.678Z Downloaded crossterm v0.29.0
3502026-02-17T05:31:49.684Z Downloaded quinn v0.11.9
3512026-02-17T05:31:49.687Z Downloaded tower v0.5.3
3522026-02-17T05:31:49.695Z Downloaded hashbrown v0.16.1
3532026-02-17T05:31:49.700Z Downloaded tokio-util v0.7.18
3542026-02-17T05:31:49.706Z Downloaded unicode-normalization v0.1.25
3552026-02-17T05:31:49.709Z Downloaded h2 v0.4.13
3562026-02-17T05:31:49.714Z Downloaded tracing-core v0.1.36
3572026-02-17T05:31:49.718Z Downloaded clap_builder v4.5.59
3582026-02-17T05:31:49.722Z Downloaded rustls-webpki v0.103.9
3592026-02-17T05:31:49.726Z Downloaded memchr v2.8.0
3602026-02-17T05:31:49.729Z Downloaded idna v1.1.0
3612026-02-17T05:31:49.732Z Downloaded tracing-subscriber v0.3.22
3622026-02-17T05:31:49.740Z Downloaded rand v0.9.2
3632026-02-17T05:31:49.744Z Downloaded futures-util v0.3.32
3642026-02-17T05:31:49.753Z Downloaded hashbrown v0.15.5
3652026-02-17T05:31:49.757Z Downloaded mio v1.1.1
3662026-02-17T05:31:49.762Z Downloaded vcpkg v0.2.15
3672026-02-17T05:31:49.798Z Downloaded webpki-roots v1.0.6
3682026-02-17T05:31:49.802Z Downloaded curve25519-dalek v4.1.3
3692026-02-17T05:31:49.808Z Downloaded hyper-util v0.1.20
3702026-02-17T05:31:49.812Z Downloaded zerocopy v0.8.39
3712026-02-17T05:31:49.831Z Downloaded bstr v1.12.1
3722026-02-17T05:31:49.838Z Downloaded miette v7.6.0
3732026-02-17T05:31:49.842Z Downloaded ron v0.12.0
3742026-02-17T05:31:49.849Z Downloaded chrono v0.4.43
3752026-02-17T05:31:49.855Z Downloaded backtrace v0.3.76
3762026-02-17T05:31:49.861Z Downloaded serde_core v1.0.228
3772026-02-17T05:31:49.865Z Downloaded serde v1.0.228
3782026-02-17T05:31:49.869Z Downloaded self_update v0.42.0
3792026-02-17T05:31:49.869Z Downloaded rand_chacha v0.9.0
3802026-02-17T05:31:49.872Z Downloaded sharded-slab v0.1.7
3812026-02-17T05:31:49.872Z Downloaded rustls-pki-types v1.14.0
3822026-02-17T05:31:49.875Z Downloaded parking_lot_core v0.9.12
3832026-02-17T05:31:49.875Z Downloaded tokio-rustls v0.26.4
3842026-02-17T05:31:49.879Z Downloaded owo-colors v4.2.3
3852026-02-17T05:31:49.882Z Downloaded pin-project-internal v1.1.10
3862026-02-17T05:31:49.882Z Downloaded reqwest v0.12.28
3872026-02-17T05:31:49.886Z Downloaded litrs v1.0.0
3882026-02-17T05:31:49.890Z Downloaded derive_more v2.1.1
3892026-02-17T05:31:49.900Z Downloaded tower-http v0.6.8
3902026-02-17T05:31:49.906Z Downloaded color-eyre v0.6.5
3912026-02-17T05:31:49.913Z Downloaded serde_json v1.0.149
3922026-02-17T05:31:49.919Z Downloaded hyper v1.8.1
3932026-02-17T05:31:49.924Z Downloaded regex v1.12.3
3942026-02-17T05:31:49.929Z Downloaded quick-xml v0.37.5
3952026-02-17T05:31:49.933Z Downloaded portable-atomic v1.13.1
3962026-02-17T05:31:49.939Z Downloaded pulldown-cmark v0.13.0
3972026-02-17T05:31:49.944Z Downloaded quick-xml v0.38.4
3982026-02-17T05:31:49.949Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
3992026-02-17T05:31:49.963Z Downloaded signal-hook-registry v1.4.8
4002026-02-17T05:31:49.967Z Downloaded shlex v1.3.0
4012026-02-17T05:31:49.967Z Downloaded derive-where v1.6.0
4022026-02-17T05:31:49.970Z Downloaded clap v4.5.59
4032026-02-17T05:31:49.976Z Downloaded winnow v0.7.14
4042026-02-17T05:31:49.984Z Downloaded camino-tempfile v1.4.1
4052026-02-17T05:31:49.987Z Downloaded duct v0.13.7
4062026-02-17T05:31:49.987Z Downloaded cargo-util-schemas v0.2.0
4072026-02-17T05:31:49.991Z Downloaded backtrace-ext v0.2.1
4082026-02-17T05:31:49.991Z Downloaded colorchoice v1.0.4
4092026-02-17T05:31:49.991Z Downloaded cargo_metadata v0.23.1
4102026-02-17T05:31:49.994Z Downloaded serde_spanned v0.6.9
4112026-02-17T05:31:49.994Z Downloaded shared_child v1.1.1
4122026-02-17T05:31:49.994Z Downloaded rustc-hash v2.1.1
4132026-02-17T05:31:49.998Z Downloaded idna_adapter v1.0.0
4142026-02-17T05:31:49.998Z Downloaded http-body v1.0.1
4152026-02-17T05:31:49.999Z Downloaded const-oid v0.9.6
4162026-02-17T05:31:50.002Z Downloaded foldhash v0.1.5
4172026-02-17T05:31:50.002Z Downloaded anstyle-parse v0.2.7
4182026-02-17T05:31:50.002Z Downloaded fastrand v2.3.0
4192026-02-17T05:31:50.002Z Downloaded crypto-common v0.1.7
4202026-02-17T05:31:50.005Z Downloaded async-scoped v0.9.0
4212026-02-17T05:31:50.005Z Downloaded iana-time-zone v0.1.65
4222026-02-17T05:31:50.008Z Downloaded futures-sink v0.3.32
4232026-02-17T05:31:50.008Z Downloaded futures-io v0.3.32
4242026-02-17T05:31:50.008Z Downloaded anstyle v1.0.13
4252026-02-17T05:31:50.008Z Downloaded block-buffer v0.10.4
4262026-02-17T05:31:50.012Z Downloaded curve25519-dalek-derive v0.1.1
4272026-02-17T05:31:50.012Z Downloaded indent_write v2.2.0
4282026-02-17T05:31:50.012Z Downloaded futures-core v0.3.32
4292026-02-17T05:31:50.012Z Downloaded convert_case v0.10.0
4302026-02-17T05:31:50.015Z Downloaded config v0.15.19
4312026-02-17T05:31:50.025Z Downloaded quinn-proto v0.11.13
4322026-02-17T05:31:50.081Z Downloaded nix v0.30.1
4332026-02-17T05:31:50.090Z Downloaded object v0.37.3
4342026-02-17T05:31:50.099Z Downloaded unicode-width v0.1.14
4352026-02-17T05:31:50.103Z Downloaded syn v2.0.116
4362026-02-17T05:31:50.113Z Downloaded openssl v0.10.75
4372026-02-17T05:31:50.120Z Downloaded unicode-width v0.2.2
4382026-02-17T05:31:50.125Z Downloaded nextest-runner v0.80.0
4392026-02-17T05:31:50.156Z Downloaded regex-syntax v0.8.9
4402026-02-17T05:31:50.162Z Downloaded rustls v0.23.36
4412026-02-17T05:31:50.171Z Downloaded rustix v0.38.44
4422026-02-17T05:31:50.217Z Downloaded tracing v0.1.44
4432026-02-17T05:31:50.233Z Downloaded rustix v1.1.3
4442026-02-17T05:31:50.262Z Downloaded libc v0.2.182
4452026-02-17T05:31:50.305Z Downloaded regex-automata v0.4.14
4462026-02-17T05:31:50.354Z Downloaded petgraph v0.8.3
4472026-02-17T05:31:50.371Z Downloaded tokio v1.49.0
4482026-02-17T05:31:50.455Z Downloaded recursion v0.5.4
4492026-02-17T05:31:50.463Z Downloaded ring v0.17.14
4502026-02-17T05:31:50.553Z Compiling proc-macro2 v1.0.106
4512026-02-17T05:31:50.553Z Compiling libc v0.2.182
4522026-02-17T05:31:50.556Z Compiling quote v1.0.44
4532026-02-17T05:31:50.556Z Compiling unicode-ident v1.0.24
4542026-02-17T05:31:50.556Z Compiling serde_core v1.0.228
4552026-02-17T05:31:50.556Z Compiling cfg-if v1.0.4
4562026-02-17T05:31:50.556Z Compiling memchr v2.8.0
4572026-02-17T05:31:50.556Z Compiling once_cell v1.21.3
4582026-02-17T05:31:50.877Z Compiling log v0.4.29
4592026-02-17T05:31:50.909Z Compiling pin-project-lite v0.2.16
4602026-02-17T05:31:51.057Z Compiling serde v1.0.228
4612026-02-17T05:31:51.204Z Compiling itoa v1.0.17
4622026-02-17T05:31:51.366Z Compiling futures-core v0.3.32
4632026-02-17T05:31:51.624Z Compiling smallvec v1.15.1
4642026-02-17T05:31:51.651Z Compiling bitflags v2.11.0
4652026-02-17T05:31:51.668Z Compiling hashbrown v0.16.1
4662026-02-17T05:31:52.231Z Compiling equivalent v1.0.2
4672026-02-17T05:31:52.367Z Compiling find-msvc-tools v0.1.9
4682026-02-17T05:31:52.574Z Compiling shlex v1.3.0
4692026-02-17T05:31:52.951Z Compiling errno v0.3.14
4702026-02-17T05:31:53.046Z Compiling bytes v1.11.1
4712026-02-17T05:31:53.170Z Compiling signal-hook-registry v1.4.8
4722026-02-17T05:31:53.236Z Compiling jobserver v0.1.34
4732026-02-17T05:31:53.272Z Compiling syn v2.0.116
4742026-02-17T05:31:53.276Z Compiling mio v1.1.1
4752026-02-17T05:31:53.398Z Compiling futures-sink v0.3.32
4762026-02-17T05:31:53.520Z Compiling rustix v1.1.3
4772026-02-17T05:31:53.583Z Compiling socket2 v0.6.2
4782026-02-17T05:31:53.898Z Compiling cc v1.2.56
4792026-02-17T05:31:54.263Z Compiling zmij v1.0.21
4802026-02-17T05:31:54.803Z Compiling slab v0.4.12
4812026-02-17T05:31:54.887Z Compiling futures-channel v0.3.32
4822026-02-17T05:31:55.058Z Compiling tracing-core v0.1.36
4832026-02-17T05:31:55.178Z Compiling version_check v0.9.5
4842026-02-17T05:31:55.226Z Compiling serde_json v1.0.149
4852026-02-17T05:31:55.679Z Compiling futures-task v0.3.32
4862026-02-17T05:31:55.749Z Compiling futures-io v0.3.32
4872026-02-17T05:31:56.001Z Compiling getrandom v0.4.1
4882026-02-17T05:31:56.076Z Compiling unicode-width v0.2.2
4892026-02-17T05:31:56.093Z Compiling camino v1.2.2
4902026-02-17T05:31:56.457Z Compiling indexmap v2.13.0
4912026-02-17T05:31:56.798Z Compiling http v1.4.0
4922026-02-17T05:31:56.991Z Compiling ring v0.17.14
4932026-02-17T05:31:57.008Z Compiling simd-adler32 v0.3.8
4942026-02-17T05:31:57.388Z Compiling autocfg v1.5.0
4952026-02-17T05:31:58.034Z Compiling adler2 v2.0.1
4962026-02-17T05:31:58.156Z Compiling percent-encoding v2.3.2
4972026-02-17T05:31:58.322Z Compiling zeroize v1.8.2
4982026-02-17T05:31:58.380Z Compiling miniz_oxide v0.8.9
4992026-02-17T05:31:58.648Z Compiling num-traits v0.2.19
5002026-02-17T05:31:59.061Z Compiling target-lexicon v0.13.3
5012026-02-17T05:31:59.110Z Compiling winnow v0.7.14
5022026-02-17T05:32:00.026Z Compiling object v0.37.3
5032026-02-17T05:32:00.328Z Compiling zerocopy v0.8.39
5042026-02-17T05:32:00.564Z Compiling getrandom v0.3.4
5052026-02-17T05:32:01.166Z Compiling rustls-pki-types v1.14.0
5062026-02-17T05:32:01.210Z Compiling http-body v1.0.1
5072026-02-17T05:32:01.373Z Compiling semver v1.0.27
5082026-02-17T05:32:01.491Z Compiling getrandom v0.2.17
5092026-02-17T05:32:01.593Z Compiling thiserror v2.0.18
5102026-02-17T05:32:01.829Z Compiling typenum v1.19.0
5112026-02-17T05:32:02.234Z Compiling guppy-workspace-hack v0.1.0
5122026-02-17T05:32:02.356Z Compiling signal-hook v0.3.18
5132026-02-17T05:32:02.518Z Compiling gimli v0.32.3
5142026-02-17T05:32:02.598Z Compiling fnv v1.0.7
5152026-02-17T05:32:02.739Z Compiling owo-colors v4.2.3
5162026-02-17T05:32:02.765Z Compiling untrusted v0.9.0
5172026-02-17T05:32:02.769Z Compiling httparse v1.10.1
5182026-02-17T05:32:03.061Z Compiling serde_derive v1.0.228
5192026-02-17T05:32:03.298Z Compiling tokio-macros v2.6.0
5202026-02-17T05:32:03.381Z Compiling futures-macro v0.3.32
5212026-02-17T05:32:03.399Z Compiling tracing-attributes v0.1.31
5222026-02-17T05:32:03.727Z Compiling thiserror-impl v2.0.18
5232026-02-17T05:32:04.837Z Compiling tokio v1.49.0
5242026-02-17T05:32:05.150Z Compiling futures-util v0.3.32
5252026-02-17T05:32:06.047Z Compiling tracing v0.1.44
5262026-02-17T05:32:07.618Z Compiling addr2line v0.25.1
5272026-02-17T05:32:08.510Z Compiling form_urlencoded v1.2.2
5282026-02-17T05:32:08.834Z Compiling generic-array v0.14.7
5292026-02-17T05:32:09.009Z Compiling rustc-demangle v0.1.27
5302026-02-17T05:32:09.234Z Compiling rustls v0.23.36
5312026-02-17T05:32:09.597Z Compiling pkg-config v0.3.32
5322026-02-17T05:32:10.636Z Compiling try-lock v0.2.5
5332026-02-17T05:32:10.821Z Compiling thiserror v1.0.69
5342026-02-17T05:32:10.956Z Compiling target-spec v3.5.7
5352026-02-17T05:32:10.997Z Compiling utf8_iter v1.0.4
5362026-02-17T05:32:11.242Z Compiling idna_adapter v1.0.0
5372026-02-17T05:32:11.278Z Compiling typeid v1.0.3
5382026-02-17T05:32:11.396Z Compiling atomic-waker v1.1.2
5392026-02-17T05:32:11.420Z Compiling fastrand v2.3.0
5402026-02-17T05:32:11.444Z Compiling tower-service v0.3.3
5412026-02-17T05:32:11.627Z Compiling idna v1.1.0
5422026-02-17T05:32:11.857Z Compiling tempfile v3.25.0
5432026-02-17T05:32:11.990Z Compiling want v0.3.1
5442026-02-17T05:32:12.093Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5452026-02-17T05:32:12.368Z Compiling cfg-expr v0.20.6
5462026-02-17T05:32:13.559Z Compiling tokio-util v0.7.18
5472026-02-17T05:32:14.595Z Compiling backtrace v0.3.76
5482026-02-17T05:32:14.748Z Compiling h2 v0.4.13
5492026-02-17T05:32:15.175Z Compiling rustls-webpki v0.103.9
5502026-02-17T05:32:15.282Z Compiling thiserror-impl v1.0.69
5512026-02-17T05:32:17.009Z Compiling terminal_size v0.4.3
5522026-02-17T05:32:17.155Z Compiling aho-corasick v1.1.4
5532026-02-17T05:32:17.263Z Compiling subtle v2.6.1
5542026-02-17T05:32:17.567Z Compiling pin-utils v0.1.0
5552026-02-17T05:32:17.687Z Compiling regex-syntax v0.8.9
5562026-02-17T05:32:17.960Z Compiling erased-serde v0.4.9
5572026-02-17T05:32:21.037Z Compiling hyper v1.8.1
5582026-02-17T05:32:22.763Z Compiling regex-automata v0.4.14
5592026-02-17T05:32:29.469Z Compiling url v2.5.8
5602026-02-17T05:32:30.800Z Compiling serde_spanned v0.6.9
5612026-02-17T05:32:31.049Z Compiling toml_datetime v0.6.11
5622026-02-17T05:32:31.833Z Compiling ahash v0.8.12
5632026-02-17T05:32:32.275Z Compiling sync_wrapper v1.0.2
5642026-02-17T05:32:32.463Z Compiling toml_write v0.1.2
5652026-02-17T05:32:32.972Z Compiling either v1.15.0
5662026-02-17T05:32:33.145Z Compiling ipnet v2.11.0
5672026-02-17T05:32:33.450Z Compiling portable-atomic v1.13.1
5682026-02-17T05:32:33.576Z Compiling lazy_static v1.5.0
5692026-02-17T05:32:33.739Z Compiling crc32fast v1.5.0
5702026-02-17T05:32:34.265Z Compiling unicode-linebreak v0.1.5
5712026-02-17T05:32:34.363Z Compiling parking_lot_core v0.9.12
5722026-02-17T05:32:34.398Z Compiling unicode-segmentation v1.12.0
5732026-02-17T05:32:34.748Z Compiling foldhash v0.1.5
5742026-02-17T05:32:34.833Z Compiling nextest-workspace-hack v0.1.0
5752026-02-17T05:32:34.851Z Compiling base64 v0.22.1
5762026-02-17T05:32:35.139Z Compiling tower-layer v0.3.3
5772026-02-17T05:32:35.203Z Compiling is_ci v1.2.0
5782026-02-17T05:32:35.247Z Compiling convert_case v0.10.0
5792026-02-17T05:32:35.502Z Compiling hyper-util v0.1.20
5802026-02-17T05:32:35.628Z Compiling tower v0.5.3
5812026-02-17T05:32:35.680Z Compiling supports-color v3.0.2
5822026-02-17T05:32:35.812Z Compiling hashbrown v0.15.5
5832026-02-17T05:32:35.886Z Compiling textwrap v0.16.2
5842026-02-17T05:32:36.251Z Compiling sharded-slab v0.1.7
5852026-02-17T05:32:36.884Z Compiling toml_edit v0.22.27
5862026-02-17T05:32:37.795Z Compiling tokio-rustls v0.26.4
5872026-02-17T05:32:38.375Z Compiling backtrace-ext v0.2.1
5882026-02-17T05:32:38.768Z Compiling ordered-float v2.10.1
5892026-02-17T05:32:38.883Z Compiling miette-derive v7.6.0
5902026-02-17T05:32:39.038Z Compiling webpki-roots v1.0.6
5912026-02-17T05:32:39.239Z Compiling pathdiff v0.2.3
5922026-02-17T05:32:39.388Z Compiling console v0.15.11
5932026-02-17T05:32:39.439Z Compiling cargo-platform v0.3.2
5942026-02-17T05:32:40.697Z Compiling tracing-log v0.2.0
5952026-02-17T05:32:41.263Z Compiling os_pipe v1.2.3
5962026-02-17T05:32:41.348Z Compiling thread_local v1.1.9
5972026-02-17T05:32:41.391Z Compiling debug-ignore v1.0.5
5982026-02-17T05:32:41.542Z Compiling supports-unicode v3.0.0
5992026-02-17T05:32:41.565Z Compiling pulldown-cmark v0.13.0
6002026-02-17T05:32:41.834Z Compiling scopeguard v1.2.0
6012026-02-17T05:32:41.955Z Compiling ryu v1.0.23
6022026-02-17T05:32:41.998Z Compiling utf8parse v0.2.2
6032026-02-17T05:32:42.018Z Compiling rustix v0.38.44
6042026-02-17T05:32:42.178Z Compiling cfg_aliases v0.2.1
6052026-02-17T05:32:42.291Z Compiling iri-string v0.7.10
6062026-02-17T05:32:42.404Z Compiling supports-hyperlinks v3.2.0
6072026-02-17T05:32:42.558Z Compiling fixedbitset v0.5.7
6082026-02-17T05:32:42.686Z Compiling zstd-safe v7.2.4
6092026-02-17T05:32:42.796Z Compiling unicode-width v0.1.14
6102026-02-17T05:32:43.403Z Compiling miette v7.6.0
6112026-02-17T05:32:43.573Z Compiling petgraph v0.8.3
6122026-02-17T05:32:43.949Z Compiling nix v0.30.1
6132026-02-17T05:32:44.811Z Compiling serde_urlencoded v0.7.1
6142026-02-17T05:32:45.397Z Compiling anstyle-parse v0.2.7
6152026-02-17T05:32:45.811Z Compiling tower-http v0.6.8
6162026-02-17T05:32:47.947Z Compiling lock_api v0.4.14
6172026-02-17T05:32:48.016Z Compiling tracing-subscriber v0.3.22
6182026-02-17T05:32:48.056Z Compiling sigchld v0.2.4
6192026-02-17T05:32:48.393Z Compiling toml v0.8.23
6202026-02-17T05:32:48.455Z Compiling cargo_metadata v0.23.1
6212026-02-17T05:32:49.062Z Compiling serde-value v0.7.0
6222026-02-17T05:32:50.756Z Compiling hyper-rustls v0.27.7
6232026-02-17T05:32:52.120Z Compiling serde-untagged v0.1.9
6242026-02-17T05:32:54.685Z Compiling derive_more-impl v2.1.1
6252026-02-17T05:32:54.938Z Compiling itertools v0.14.0
6262026-02-17T05:32:55.038Z Compiling regex v1.12.3
6272026-02-17T05:32:55.194Z Compiling block-buffer v0.10.4
6282026-02-17T05:32:55.430Z Compiling crypto-common v0.1.7
6292026-02-17T05:32:55.680Z Compiling ppv-lite86 v0.2.21
6302026-02-17T05:32:56.373Z Compiling futures-executor v0.3.32
6312026-02-17T05:32:56.408Z Compiling rand_core v0.9.5
6322026-02-17T05:32:56.932Z Compiling pin-project-internal v1.1.10
6332026-02-17T05:32:57.435Z Compiling toml_parser v1.0.9+spec-1.1.0
6342026-02-17T05:32:58.173Z Compiling http-body-util v0.1.3
6352026-02-17T05:32:58.434Z Compiling uuid v1.21.0
6362026-02-17T05:32:58.708Z Compiling serde_spanned v1.0.4
6372026-02-17T05:32:58.967Z Compiling smol_str v0.3.5
6382026-02-17T05:32:58.986Z Compiling toml_datetime v0.7.5+spec-1.1.0
6392026-02-17T05:32:59.426Z Compiling filetime v0.2.27
6402026-02-17T05:32:59.573Z Compiling vte v0.14.1
6412026-02-17T05:32:59.624Z Compiling bstr v1.12.1
6422026-02-17T05:32:59.776Z Compiling anstyle-query v1.1.5
6432026-02-17T05:32:59.948Z Compiling unicase v2.9.0
6442026-02-17T05:33:00.154Z Compiling nested v0.1.1
6452026-02-17T05:33:00.319Z Compiling number_prefix v0.4.0
6462026-02-17T05:33:00.422Z Compiling color-spantrace v0.3.0
6472026-02-17T05:33:00.516Z Compiling is_terminal_polyfill v1.70.2
6482026-02-17T05:33:00.592Z Compiling unicode-xid v0.2.6
6492026-02-17T05:33:00.668Z Compiling static_assertions v1.1.0
6502026-02-17T05:33:00.777Z Compiling tinyvec_macros v0.1.1
6512026-02-17T05:33:00.835Z Compiling self_update v0.42.0
6522026-02-17T05:33:00.888Z Compiling anstyle v1.0.13
6532026-02-17T05:33:00.998Z Compiling iana-time-zone v0.1.65
6542026-02-17T05:33:01.056Z Compiling eyre v0.6.12
6552026-02-17T05:33:01.104Z Compiling xattr v1.6.1
6562026-02-17T05:33:01.222Z Compiling colorchoice v1.0.4
6572026-02-17T05:33:01.243Z Compiling litrs v1.0.0
6582026-02-17T05:33:01.396Z Compiling anstream v0.6.21
6592026-02-17T05:33:01.417Z Compiling tar v0.4.44
6602026-02-17T05:33:01.465Z Compiling chrono v0.4.43
6612026-02-17T05:33:01.657Z Compiling tinyvec v1.10.0
6622026-02-17T05:33:02.217Z Compiling document-features v0.2.12
6632026-02-17T05:33:02.469Z Compiling guppy v0.17.25
6642026-02-17T05:33:02.510Z Compiling cargo-util-schemas v0.2.0
6652026-02-17T05:33:03.391Z Compiling globset v0.4.18
6662026-02-17T05:33:03.925Z Compiling indicatif v0.17.11
6672026-02-17T05:33:04.648Z Compiling strip-ansi-escapes v0.2.1
6682026-02-17T05:33:05.783Z Compiling pin-project v1.1.10
6692026-02-17T05:33:05.944Z Compiling toml v0.9.12+spec-1.1.0
6702026-02-17T05:33:07.109Z Compiling nextest-metadata v0.12.2
6712026-02-17T05:33:08.025Z Compiling newtype-uuid v1.3.2
6722026-02-17T05:33:08.359Z Compiling reqwest v0.12.28
6732026-02-17T05:33:09.459Z Compiling rand_chacha v0.9.0
6742026-02-17T05:33:10.764Z Compiling futures v0.3.32
6752026-02-17T05:33:10.782Z Compiling derive_more v2.1.1
6762026-02-17T05:33:10.895Z Compiling digest v0.10.7
6772026-02-17T05:33:10.900Z Compiling parking_lot v0.12.5
6782026-02-17T05:33:10.975Z Compiling flate2 v1.1.9
6792026-02-17T05:33:11.334Z Compiling tracing-error v0.2.1
6802026-02-17T05:33:11.770Z Compiling shared_child v1.1.1
6812026-02-17T05:33:12.919Z Compiling signal-hook-mio v0.2.5
6822026-02-17T05:33:13.132Z Compiling self-replace v1.5.0
6832026-02-17T05:33:13.153Z Compiling cargo-platform v0.2.0
6842026-02-17T05:33:13.379Z Compiling quick-xml v0.38.4
6852026-02-17T05:33:13.715Z Compiling quick-xml v0.37.5
6862026-02-17T05:33:14.346Z Compiling heck v0.5.0
6872026-02-17T05:33:14.760Z Compiling indenter v0.3.4
6882026-02-17T05:33:14.970Z Compiling humantime v2.3.0
6892026-02-17T05:33:15.913Z Compiling recursion v0.5.4
6902026-02-17T05:33:16.159Z Compiling strsim v0.11.1
6912026-02-17T05:33:16.361Z Compiling shell-words v1.1.1
6922026-02-17T05:33:16.835Z Compiling cpufeatures v0.2.17
6932026-02-17T05:33:16.913Z Compiling urlencoding v2.1.3
6942026-02-17T05:33:16.946Z Compiling clap_lex v1.0.0
6952026-02-17T05:33:16.987Z Compiling sha2 v0.10.9
6962026-02-17T05:33:17.383Z Compiling clap_builder v4.5.59
6972026-02-17T05:33:17.908Z Compiling nextest-filtering v0.15.0
6982026-02-17T05:33:19.245Z Compiling clap_derive v4.5.55
6992026-02-17T05:33:20.245Z Compiling humantime-serde v1.1.1
7002026-02-17T05:33:21.577Z Compiling quick-junit v0.5.2
7012026-02-17T05:33:23.435Z Compiling atomicwrites v0.4.4
7022026-02-17T05:33:23.998Z Compiling cargo_metadata v0.20.0
7032026-02-17T05:33:26.712Z Compiling cargo-nextest v0.9.97
7042026-02-17T05:33:27.272Z Compiling crossterm v0.29.0
7052026-02-17T05:33:31.076Z Compiling duct v0.13.7
7062026-02-17T05:33:32.801Z Compiling zstd v0.13.3
7072026-02-17T05:33:33.486Z Compiling async-scoped v0.9.0
7082026-02-17T05:33:33.690Z Compiling rand v0.9.2
7092026-02-17T05:33:33.819Z Compiling config v0.15.19
7102026-02-17T05:33:33.958Z Compiling unicode-normalization v0.1.25
7112026-02-17T05:33:34.797Z Compiling target-spec-miette v0.4.5
7122026-02-17T05:33:34.876Z Compiling future-queue v0.4.0
7132026-02-17T05:33:35.200Z Compiling mukti-metadata v0.3.0
7142026-02-17T05:33:35.217Z Compiling tokio-stream v0.1.18
7152026-02-17T05:33:35.419Z Compiling camino-tempfile v1.4.1
7162026-02-17T05:33:35.602Z Compiling derive-where v1.6.0
7172026-02-17T05:33:36.211Z Compiling serde_path_to_error v0.1.20
7182026-02-17T05:33:36.270Z Compiling serde_ignored v0.1.14
7192026-02-17T05:33:36.388Z Compiling swrite v0.1.0
7202026-02-17T05:33:36.545Z Compiling indent_write v2.2.0
7212026-02-17T05:33:36.632Z Compiling home v0.5.12
7222026-02-17T05:33:36.808Z Compiling hex v0.4.3
7232026-02-17T05:33:36.921Z Compiling xxhash-rust v0.8.15
7242026-02-17T05:33:36.924Z Compiling color-eyre v0.6.5
7252026-02-17T05:33:37.209Z Compiling clap v4.5.59
7262026-02-17T05:33:37.249Z Compiling dialoguer v0.11.0
7272026-02-17T05:33:37.337Z Compiling enable-ansi-support v0.2.1
7282026-02-17T05:33:38.435Z Compiling nextest-runner v0.80.0
7292026-02-17T05:34:16.832Z Finished `release` profile [optimized] target(s) in 2m 30s
7302026-02-17T05:34:17.060Z Installing /home/build/.cargo/bin/cargo-nextest
7312026-02-17T05:34:17.063Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7322026-02-17T05:34:17.177Z+ source .github/buildomat/test-common.sh
7332026-02-17T05:34:17.180Z++ NEXTEST_VERSION=0.9.97
7342026-02-17T05:34:17.180Z++ PLATFORM=illumos
7352026-02-17T05:34:17.180Z++ banner install
7362026-02-17T05:34:17.180Z
7372026-02-17T05:34:17.180Z # # # #### ##### ## # #
7382026-02-17T05:34:17.180Z # ## # # # # # # #
7392026-02-17T05:34:17.181Z # # # # #### # # # # #
7402026-02-17T05:34:17.181Z # # # # # # ###### # #
7412026-02-17T05:34:17.181Z # # ## # # # # # # #
7422026-02-17T05:34:17.181Z # # # #### # # # ###### ######
7432026-02-17T05:34:17.181Z
7442026-02-17T05:34:17.181Z++ set +o errexit
7452026-02-17T05:34:17.181Z++ pkg info clang-15
7462026-02-17T05:34:17.184Z++ grep -qi installed
7472026-02-17T05:34:18.784Zpkg: info: no packages matching the following patterns you specified are
7482026-02-17T05:34:18.784Zinstalled on the system. Try querying remotely instead:
7492026-02-17T05:34:18.784Z
7502026-02-17T05:34:18.784Z clang-15
7512026-02-17T05:34:18.834Z++ [[ 1 != 0 ]]
7522026-02-17T05:34:18.834Z++ set -o errexit
7532026-02-17T05:34:18.837Z++ pfexec pkg install clang-15
7542026-02-17T05:34:27.268Z Startup: Refreshing catalog 'helios-dev' ... Done
7552026-02-17T05:34:37.315Z Startup: Caching catalogs ... Done
7562026-02-17T05:34:59.655ZPlanning: Solver setup ... Done
7572026-02-17T05:34:59.823ZPlanning: Running solver ... Done
7582026-02-17T05:34:59.975ZPlanning: Finding local manifests ... Done
7592026-02-17T05:35:01.214ZPlanning: Fetching manifests: 0/2 0% complete
7602026-02-17T05:35:01.351ZPlanning: Fetching manifests: 2/2 100% complete
7612026-02-17T05:35:01.396ZPlanning: Package planning ... Done
7622026-02-17T05:35:01.443ZPlanning: Merging actions ... Done
7632026-02-17T05:35:01.611ZPlanning: Checking for conflicting actions ... Done
7642026-02-17T05:35:01.618ZPlanning: Consolidating action changes ... Done
7652026-02-17T05:35:02.663ZPlanning: Evaluating mediators ... Done
7662026-02-17T05:35:02.676ZPlanning: Planning completed in 25.20 seconds
7672026-02-17T05:35:02.687Z Packages to install: 2
7682026-02-17T05:35:02.687Z Mediators to change: 2
7692026-02-17T05:35:02.693Z Services to change: 1
7702026-02-17T05:35:02.693Z Create boot environment: No
7712026-02-17T05:35:02.693ZCreate backup boot environment: No
7722026-02-17T05:35:02.821Z
7732026-02-17T05:35:02.821ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7742026-02-17T05:35:09.322ZDownload: 982/3076 items 82.2/211.3MB 38% complete (18.0M/s)
7752026-02-17T05:35:14.828ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (10.2M/s)
7762026-02-17T05:35:19.067ZDownload: Completed 211.31 MB in 16.32 seconds (12.9M/s)
7772026-02-17T05:35:19.410Z Actions: 1/3418 actions (Installing new actions)
7782026-02-17T05:35:23.897Z Actions: Completed 3418 actions in 4.49 seconds.
7792026-02-17T05:35:24.338Z Done
7802026-02-17T05:35:24.339Z Done
7812026-02-17T05:35:25.435Z Done
7822026-02-17T05:35:29.942Z Done
7832026-02-17T05:35:30.033Z Done
7842026-02-17T05:35:30.037Z Done
7852026-02-17T05:35:30.207Z Done
7862026-02-17T05:35:30.885Z++ set -o errexit
7872026-02-17T05:35:30.886Z++ cargo --version
7882026-02-17T05:35:30.947Zcargo 1.92.0 (344c4567c 2025-10-21)
7892026-02-17T05:35:30.950Z++ rustc --version
7902026-02-17T05:35:31.023Zrustc 1.92.0 (ded5c06cf 2025-12-08)
7912026-02-17T05:35:31.028Z++ cargo install cargo-nextest --version 0.9.97
7922026-02-17T05:35:31.154Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7932026-02-17T05:35:31.158Z+ pushd rdb
7942026-02-17T05:35:31.158Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7952026-02-17T05:35:31.158Z+ PROPTEST_CASES=1000000
7962026-02-17T05:35:31.158Z+ cargo nextest run --lib proptest
7972026-02-17T05:35:31.542Z Updating git repository `https://github.com/oxidecomputer/falcon`
7982026-02-17T05:35:32.158ZFrom https://github.com/oxidecomputer/falcon
7992026-02-17T05:35:32.158Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
8002026-02-17T05:35:32.273Z Updating crates.io index
8012026-02-17T05:35:32.277Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8022026-02-17T05:35:32.977ZFrom https://github.com/oxidecomputer/dendrite
8032026-02-17T05:35:32.977Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
8042026-02-17T05:35:33.090Z Updating git repository `https://github.com/oxidecomputer/ispf`
8052026-02-17T05:35:33.361ZFrom https://github.com/oxidecomputer/ispf
8062026-02-17T05:35:33.362Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8072026-02-17T05:35:33.372Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8082026-02-17T05:35:33.711ZFrom https://github.com/oxidecomputer/netadm-sys
8092026-02-17T05:35:33.711Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
8102026-02-17T05:35:33.723Z Updating git repository `https://github.com/oxidecomputer/omicron`
8112026-02-17T05:35:42.325ZFrom https://github.com/oxidecomputer/omicron
8122026-02-17T05:35:42.325Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
8132026-02-17T05:35:43.028Z Updating git repository `https://github.com/oxidecomputer/opte`
8142026-02-17T05:35:43.623ZFrom https://github.com/oxidecomputer/opte
8152026-02-17T05:35:43.623Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8162026-02-17T05:35:43.716Z Updating git repository `https://github.com/illumos/smf-rs`
8172026-02-17T05:35:44.018ZFrom https://github.com/illumos/smf-rs
8182026-02-17T05:35:44.018Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8192026-02-17T05:35:44.042Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8202026-02-17T05:35:44.310ZFrom https://github.com/oxidecomputer/network-interface
8212026-02-17T05:35:44.310Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8222026-02-17T05:35:44.365Z Updating git repository `https://github.com/oxidecomputer/zone`
8232026-02-17T05:35:46.019ZFrom https://github.com/oxidecomputer/zone
8242026-02-17T05:35:46.019Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8252026-02-17T05:35:46.095Z Updating git repository `https://github.com/oxidecomputer/propolis`
8262026-02-17T05:35:46.095ZFrom https://github.com/oxidecomputer/propolis
8272026-02-17T05:35:46.095Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8282026-02-17T05:35:46.095Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8292026-02-17T05:35:46.441ZFrom https://github.com/oxidecomputer/transceiver-control
8302026-02-17T05:35:46.441Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8312026-02-17T05:35:46.467Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8322026-02-17T05:35:46.732ZFrom https://github.com/oxidecomputer/dlpi-sys
8332026-02-17T05:35:46.732Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8342026-02-17T05:35:46.741Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8352026-02-17T05:35:47.019ZFrom https://github.com/jmesmon/rust-libzfs
8362026-02-17T05:35:47.020Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8372026-02-17T05:35:47.031Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8382026-02-17T05:35:47.285ZFrom https://github.com/oxidecomputer/rusty-doors
8392026-02-17T05:35:47.286Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8402026-02-17T05:35:47.301Z Updating git repository `https://github.com/oxidecomputer/lldp`
8412026-02-17T05:35:47.615ZFrom https://github.com/oxidecomputer/lldp
8422026-02-17T05:35:47.616Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8432026-02-17T05:35:47.660Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-02-17T05:35:48.509ZFrom https://github.com/oxidecomputer/maghemite
8452026-02-17T05:35:48.509Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8462026-02-17T05:35:48.581Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-02-17T05:35:48.889ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-02-17T05:35:48.889Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-02-17T05:35:48.953Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8502026-02-17T05:35:49.239ZFrom https://github.com/oxidecomputer/slog-error-chain
8512026-02-17T05:35:49.239Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8522026-02-17T05:35:49.263Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8532026-02-17T05:35:49.559ZFrom https://github.com/oxidecomputer/tufaceous
8542026-02-17T05:35:49.559Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8552026-02-17T05:35:49.607Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8562026-02-17T05:35:50.094ZFrom https://github.com/oxidecomputer/management-gateway-service
8572026-02-17T05:35:50.094Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8582026-02-17T05:35:50.127Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-02-17T05:35:51.647ZFrom https://github.com/oxidecomputer/crucible
8602026-02-17T05:35:51.647Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8612026-02-17T05:35:52.086Z Updating git repository `https://github.com/oxidecomputer/propolis`
8622026-02-17T05:35:52.447ZFrom https://github.com/oxidecomputer/propolis
8632026-02-17T05:35:52.447Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8642026-02-17T05:35:52.527Z Updating git repository `https://github.com/oxidecomputer/tofino`
8652026-02-17T05:35:52.792ZFrom https://github.com/oxidecomputer/tofino
8662026-02-17T05:35:52.792Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8672026-02-17T05:35:52.845Z Updating git repository `https://github.com/oxidecomputer/clickward`
8682026-02-17T05:35:53.116ZFrom https://github.com/oxidecomputer/clickward
8692026-02-17T05:35:53.116Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8702026-02-17T05:35:53.136Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8712026-02-17T05:35:53.400ZFrom https://github.com/oxidecomputer/illumos-devinfo
8722026-02-17T05:35:53.400Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8732026-02-17T05:35:54.160Zerror: failed to select a version for `reqwest`.
8742026-02-17T05:35:54.160Z ... required by package `ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)`
8752026-02-17T05:35:54.160Z ... which satisfies path dependency `ddm-admin-client` (locked to 0.1.0) of package `ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)`
8762026-02-17T05:35:54.160Zversions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0
8772026-02-17T05:35:54.160Z
8782026-02-17T05:35:54.161Zpackage `ddm-admin-client` depends on `reqwest` with feature `rustls-tls` but `reqwest` does not have that feature.
8792026-02-17T05:35:54.161Z
8802026-02-17T05:35:54.161Z
8812026-02-17T05:35:54.161Zfailed to select a version for `reqwest` which could resolve this conflict
8822026-02-17T05:35:54.198Zerror: command `/home/build/.rustup/toolchains/1.92.0-x86_64-unknown-illumos/bin/cargo metadata '--format-version=1' --all-features --filter-platform x86_64-unknown-illumos` failed with exit status: 101
8832026-02-17T05:35:54.203Zprocess exited: duration 273531 ms, exit code 102
 
8842026-02-17T05:35:54.212Zfound 0 output files