01KHN0NVRB1FDYX6ZAQ9AFEMVA: test-mg-lower

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

Buildomat Job: 01KHN0Q58V1X70YGBQMW7XCME3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-17T05:30:22.673Zjob assigned to worker 01KHN16HPHJQ2VYGD5DHT8JMTZ [factory aws, i-0d856ad786518a2f2] (queued for 9 m 12 s)
 
22026-02-17T05:30:31.368Zstarting task 0: "setup"
32026-02-17T05:30:31.374Z++ uname -s
42026-02-17T05:30:31.374Z+ kern=SunOS
52026-02-17T05:30:31.374Z+ build_user=build
62026-02-17T05:30:31.374Z+ build_uid=12345
72026-02-17T05:30:31.374Z+ work_dir=/work
82026-02-17T05:30:31.374Z+ input_dir=/input
92026-02-17T05:30:31.374Z+ [[ 0 == 12345 ]]
102026-02-17T05:30:31.374Z+ case "$kern" in
112026-02-17T05:30:31.374Z+ groupadd -g 12345 build
122026-02-17T05:30:31.374Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-17T05:30:33.380Z+ zfs create -o mountpoint=/work rpool/work
142026-02-17T05:30:33.508Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-17T05:30:33.513Z+ home_fs=zfs
162026-02-17T05:30:33.513Z+ [[ zfs == autofs ]]
172026-02-17T05:30:33.513Z+ mkdir -p /home/build
182026-02-17T05:30:33.513Z+ chown build:build /home/build /work
192026-02-17T05:30:35.711Z+ chmod 0700 /home/build /work
202026-02-17T05:30:35.772Zprocess exited: duration 4158 ms, exit code 0
 
212026-02-17T05:30:35.794Zstarting task 1: "rust-toolchain"
222026-02-17T05:30:35.798Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-17T05:30:35.798Z * rust toolchain channel = "stable"
242026-02-17T05:30:35.798Z * rust toolchain profile = "default"
252026-02-17T05:30:35.798Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-17T05:30:35.798Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-17T05:30:35.798Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-17T05:30:35.801Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-17T05:30:35.801Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-17T05:30:35.928Zinfo: downloading installer
312026-02-17T05:30:37.652Zwarn: It looks like you have an existing installation of Rust at:
322026-02-17T05:30:37.652Zwarn: /opt/ooce/bin
332026-02-17T05:30:37.652Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-17T05:30:37.652Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-17T05:30:37.652Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-17T05:30:37.652Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-17T05:30:37.652Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-17T05:30:37.652Zerror: cannot install while Rust is installed
392026-02-17T05:30:37.652Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-17T05:30:37.661Zinfo: profile set to 'default'
412026-02-17T05:30:37.661Zinfo: default host triple is x86_64-unknown-illumos
422026-02-17T05:30:37.661Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-17T05:30:37.852Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-17T05:30:37.860Zinfo: downloading component 'cargo'
452026-02-17T05:30:39.052Zinfo: downloading component 'clippy'
462026-02-17T05:30:39.438Zinfo: downloading component 'rust-docs'
472026-02-17T05:30:40.987Zinfo: downloading component 'rust-std'
482026-02-17T05:30:43.527Zinfo: downloading component 'rustc'
492026-02-17T05:30:50.255Zinfo: downloading component 'rustfmt'
502026-02-17T05:30:50.569Zinfo: installing component 'cargo'
512026-02-17T05:30:51.477Zinfo: installing component 'clippy'
522026-02-17T05:30:51.871Zinfo: installing component 'rust-docs'
532026-02-17T05:30:53.929Zinfo: installing component 'rust-std'
542026-02-17T05:30:55.699Zinfo: installing component 'rustc'
552026-02-17T05:31:02.336Zinfo: installing component 'rustfmt'
562026-02-17T05:31:02.639Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-17T05:31:02.639Z
582026-02-17T05:31:03.124Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-17T05:31:03.124Z
602026-02-17T05:31:03.127Z
612026-02-17T05:31:03.127ZRust is installed now. Great!
622026-02-17T05:31:03.127Z
632026-02-17T05:31:03.127ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-17T05:31:03.127Zenvironment variable. This has not been done automatically.
652026-02-17T05:31:03.127Z
662026-02-17T05:31:03.127ZTo configure your current shell, you need to source
672026-02-17T05:31:03.127Zthe corresponding env file under $HOME/.cargo.
682026-02-17T05:31:03.127Z
692026-02-17T05:31:03.127ZThis is usually done by running one of the following (note the leading DOT):
702026-02-17T05:31:03.127Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-17T05:31:03.127Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-17T05:31:03.127Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-17T05:31:03.246Z+ rustup --version
742026-02-17T05:31:03.257Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-17T05:31:03.261Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-17T05:31:03.335Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-17T05:31:03.339Z+ cargo --version
782026-02-17T05:31:03.391Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-17T05:31:03.409Z+ rustc --version
802026-02-17T05:31:03.459Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-17T05:31:03.463Zprocess exited: duration 27663 ms, exit code 0
 
822026-02-17T05:31:03.473Zstarting task 2: "authentication"
832026-02-17T05:31:03.498Zprocess exited: duration 26 ms, exit code 0
 
842026-02-17T05:31:03.510Zstarting task 3: "clone repository"
852026-02-17T05:31:03.514Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-17T05:31:03.518Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-17T05:31:03.555ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-17T05:31:04.564Z+ cd /work/oxidecomputer/maghemite
892026-02-17T05:31:04.568Z+ git fetch origin e54075acdda557ae93a20bcbed9bf2b94aa48ff8
902026-02-17T05:31:04.799ZFrom https://github.com/oxidecomputer/maghemite
912026-02-17T05:31:04.800Z * branch e54075acdda557ae93a20bcbed9bf2b94aa48ff8 -> FETCH_HEAD
922026-02-17T05:31:04.808Z+ [[ -n renovate/reqwest-0.x ]]
932026-02-17T05:31:04.811Z++ git branch --show-current
942026-02-17T05:31:04.814Z+ current=main
952026-02-17T05:31:04.814Z+ [[ main != renovate/reqwest-0.x ]]
962026-02-17T05:31:04.814Z+ git branch -f renovate/reqwest-0.x e54075acdda557ae93a20bcbed9bf2b94aa48ff8
972026-02-17T05:31:04.817Z+ git checkout -f renovate/reqwest-0.x
982026-02-17T05:31:04.844ZSwitched to branch 'renovate/reqwest-0.x'
992026-02-17T05:31:04.848Z+ git reset --hard e54075acdda557ae93a20bcbed9bf2b94aa48ff8
1002026-02-17T05:31:04.851ZHEAD is now at e54075a Update Rust crate reqwest to 0.13
1012026-02-17T05:31:04.851Zprocess exited: duration 1342 ms, exit code 0
 
1022026-02-17T05:31:04.862Zstarting task 4: "build"
1032026-02-17T05:31:04.865Z+ set -e
1042026-02-17T05:31:04.865Z+ source .github/buildomat/test-common.sh
1052026-02-17T05:31:04.869Z++ NEXTEST_VERSION=0.9.97
1062026-02-17T05:31:04.869Z++ PLATFORM=illumos
1072026-02-17T05:31:04.869Z++ banner install
1082026-02-17T05:31:04.869Z
1092026-02-17T05:31:04.869Z # # # #### ##### ## # #
1102026-02-17T05:31:04.869Z # ## # # # # # # #
1112026-02-17T05:31:04.869Z # # # # #### # # # # #
1122026-02-17T05:31:04.869Z # # # # # # ###### # #
1132026-02-17T05:31:04.869Z # # ## # # # # # # #
1142026-02-17T05:31:04.869Z # # # #### # # # ###### ######
1152026-02-17T05:31:04.869Z
1162026-02-17T05:31:04.869Z++ set +o errexit
1172026-02-17T05:31:04.872Z++ pkg info clang-15
1182026-02-17T05:31:04.872Z++ grep -qi installed
1192026-02-17T05:31:06.537Zpkg: info: no packages matching the following patterns you specified are
1202026-02-17T05:31:06.537Zinstalled on the system. Try querying remotely instead:
1212026-02-17T05:31:06.538Z
1222026-02-17T05:31:06.538Z clang-15
1232026-02-17T05:31:06.585Z++ [[ 1 != 0 ]]
1242026-02-17T05:31:06.585Z++ set -o errexit
1252026-02-17T05:31:06.588Z++ pfexec pkg install clang-15
1262026-02-17T05:31:14.653Z Startup: Refreshing catalog 'helios-dev' ... Done
1272026-02-17T05:31:25.344Z Startup: Caching catalogs ... Done
1282026-02-17T05:31:47.054ZPlanning: Solver setup ... Done
1292026-02-17T05:31:47.201ZPlanning: Running solver ... Done
1302026-02-17T05:31:47.373ZPlanning: Finding local manifests ... Done
1312026-02-17T05:31:47.385ZPlanning: Fetching manifests: 0/2 0% complete
1322026-02-17T05:31:47.514ZPlanning: Fetching manifests: 2/2 100% complete
1332026-02-17T05:31:47.558ZPlanning: Package planning ... Done
1342026-02-17T05:31:47.606ZPlanning: Merging actions ... Done
1352026-02-17T05:31:47.777ZPlanning: Checking for conflicting actions ... Done
1362026-02-17T05:31:47.785ZPlanning: Consolidating action changes ... Done
1372026-02-17T05:31:48.898ZPlanning: Evaluating mediators ... Done
1382026-02-17T05:31:48.911ZPlanning: Planning completed in 24.03 seconds
1392026-02-17T05:31:48.921Z Packages to install: 2
1402026-02-17T05:31:48.921Z Mediators to change: 2
1412026-02-17T05:31:48.921Z Services to change: 1
1422026-02-17T05:31:48.925Z Create boot environment: No
1432026-02-17T05:31:48.925ZCreate backup boot environment: No
1442026-02-17T05:31:48.975Z
1452026-02-17T05:31:48.975ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1462026-02-17T05:31:53.975ZDownload: 1274/3076 items 114.0/211.3MB 53% complete (23.6M/s)
1472026-02-17T05:31:58.978ZDownload: 2496/3076 items 119.5/211.3MB 56% complete (12.1M/s)
1482026-02-17T05:32:01.962ZDownload: Completed 211.31 MB in 12.99 seconds (16.3M/s)
1492026-02-17T05:32:02.365Z Actions: 1/3418 actions (Installing new actions)
1502026-02-17T05:32:06.868Z Actions: Completed 3418 actions in 4.50 seconds.
1512026-02-17T05:32:07.296Z Done
1522026-02-17T05:32:07.297Z Done
1532026-02-17T05:32:08.392Z Done
1542026-02-17T05:32:12.868Z Done
1552026-02-17T05:32:12.960Z Done
1562026-02-17T05:32:12.963Z Done
1572026-02-17T05:32:13.116Z Done
1582026-02-17T05:32:13.773Z++ set -o errexit
1592026-02-17T05:32:13.773Z++ cargo --version
1602026-02-17T05:32:13.781Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1612026-02-17T05:32:13.991Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1622026-02-17T05:32:13.995Zinfo: downloading component 'cargo'
1632026-02-17T05:32:14.976Zinfo: downloading component 'clippy'
1642026-02-17T05:32:15.408Zinfo: downloading component 'rust-docs'
1652026-02-17T05:32:16.913Zinfo: downloading component 'rust-std'
1662026-02-17T05:32:18.804Zinfo: downloading component 'rustc'
1672026-02-17T05:32:26.222Zinfo: downloading component 'rustfmt'
1682026-02-17T05:32:26.564Zinfo: installing component 'cargo'
1692026-02-17T05:32:27.472Zinfo: installing component 'clippy'
1702026-02-17T05:32:27.862Zinfo: installing component 'rust-docs'
1712026-02-17T05:32:29.817Zinfo: installing component 'rust-std'
1722026-02-17T05:32:31.629Zinfo: installing component 'rustc'
1732026-02-17T05:32:38.230Zinfo: installing component 'rustfmt'
1742026-02-17T05:32:38.686Zcargo 1.92.0 (344c4567c 2025-10-21)
1752026-02-17T05:32:38.689Z++ rustc --version
1762026-02-17T05:32:38.775Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1772026-02-17T05:32:38.781Z++ cargo install cargo-nextest --version 0.9.97
1782026-02-17T05:32:38.885Z Updating crates.io index
1792026-02-17T05:32:39.006Z Downloading crates ...
1802026-02-17T05:32:39.085Z Downloaded cargo-nextest v0.9.97
1812026-02-17T05:32:39.166Z Installing cargo-nextest v0.9.97
1822026-02-17T05:32:39.223Z Updating crates.io index
1832026-02-17T05:32:41.869Z Locking 405 packages to latest compatible versions
1842026-02-17T05:32:41.875Z Adding dialoguer v0.11.0 (available: v0.12.0)
1852026-02-17T05:32:41.879Z Adding duct v0.13.7 (available: v1.1.1)
1862026-02-17T05:32:41.879Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1872026-02-17T05:32:41.879Z Adding generic-array v0.14.7 (available: v0.14.9)
1882026-02-17T05:32:41.882Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1892026-02-17T05:32:41.885Z Adding nextest-filtering v0.15.0 (available: v0.18.0)
1902026-02-17T05:32:41.885Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1912026-02-17T05:32:41.885Z Adding nextest-runner v0.80.0 (available: v0.108.0)
1922026-02-17T05:32:41.908Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1932026-02-17T05:32:41.923Z Downloading crates ...
1942026-02-17T05:32:42.020Z Downloaded crypto-common v0.1.7
1952026-02-17T05:32:42.024Z Downloaded cfg-if v1.0.4
1962026-02-17T05:32:42.027Z Downloaded document-features v0.2.12
1972026-02-17T05:32:42.031Z Downloaded http-body v1.0.1
1982026-02-17T05:32:42.036Z Downloaded addr2line v0.25.1
1992026-02-17T05:32:42.041Z Downloaded ordered-float v2.10.1
2002026-02-17T05:32:42.045Z Downloaded const-oid v0.9.6
2012026-02-17T05:32:42.048Z Downloaded derive-where v1.6.0
2022026-02-17T05:32:42.051Z Downloaded hyper-tls v0.6.0
2032026-02-17T05:32:42.054Z Downloaded ppv-lite86 v0.2.21
2042026-02-17T05:32:42.058Z Downloaded flate2 v1.1.9
2052026-02-17T05:32:42.061Z Downloaded backtrace v0.3.76
2062026-02-17T05:32:42.065Z Downloaded is_ci v1.2.0
2072026-02-17T05:32:42.069Z Downloaded is_terminal_polyfill v1.70.2
2082026-02-17T05:32:42.072Z Downloaded http-body-util v0.1.3
2092026-02-17T05:32:42.075Z Downloaded futures-util v0.3.32
2102026-02-17T05:32:42.086Z Downloaded lazy_static v1.5.0
2112026-02-17T05:32:42.089Z Downloaded pin-project-lite v0.2.16
2122026-02-17T05:32:42.094Z Downloaded humantime v2.3.0
2132026-02-17T05:32:42.098Z Downloaded home v0.5.12
2142026-02-17T05:32:42.101Z Downloaded os_pipe v1.2.3
2152026-02-17T05:32:42.101Z Downloaded lru-slab v0.1.2
2162026-02-17T05:32:42.104Z Downloaded anstyle-query v1.1.5
2172026-02-17T05:32:42.107Z Downloaded hex v0.4.3
2182026-02-17T05:32:42.107Z Downloaded heck v0.5.0
2192026-02-17T05:32:42.111Z Downloaded futures-io v0.3.32
2202026-02-17T05:32:42.111Z Downloaded enable-ansi-support v0.2.1
2212026-02-17T05:32:42.115Z Downloaded async-scoped v0.9.0
2222026-02-17T05:32:42.115Z Downloaded futures-core v0.3.32
2232026-02-17T05:32:42.119Z Downloaded foreign-types-shared v0.1.1
2242026-02-17T05:32:42.119Z Downloaded curve25519-dalek-derive v0.1.1
2252026-02-17T05:32:42.122Z Downloaded cfg_aliases v0.2.1
2262026-02-17T05:32:42.122Z Downloaded atomic-waker v1.1.2
2272026-02-17T05:32:42.125Z Downloaded fastrand v2.3.0
2282026-02-17T05:32:42.125Z Downloaded cpufeatures v0.2.17
2292026-02-17T05:32:42.128Z Downloaded cargo-platform v0.2.0
2302026-02-17T05:32:42.131Z Downloaded miette-derive v7.6.0
2312026-02-17T05:32:42.131Z Downloaded idna v1.1.0
2322026-02-17T05:32:42.134Z Downloaded iana-time-zone v0.1.65
2332026-02-17T05:32:42.138Z Downloaded mukti-metadata v0.3.0
2342026-02-17T05:32:42.141Z Downloaded guppy-workspace-hack v0.1.0
2352026-02-17T05:32:42.141Z Downloaded colorchoice v1.0.4
2362026-02-17T05:32:42.144Z Downloaded clap_lex v1.0.0
2372026-02-17T05:32:42.144Z Downloaded itoa v1.0.17
2382026-02-17T05:32:42.148Z Downloaded percent-encoding v2.3.2
2392026-02-17T05:32:42.148Z Downloaded rustc-hash v2.1.1
2402026-02-17T05:32:42.151Z Downloaded serde-value v0.7.0
2412026-02-17T05:32:42.151Z Downloaded adler2 v2.0.1
2422026-02-17T05:32:42.154Z Downloaded futures-sink v0.3.32
2432026-02-17T05:32:42.154Z Downloaded cargo-platform v0.3.2
2442026-02-17T05:32:42.157Z Downloaded debug-ignore v1.0.5
2452026-02-17T05:32:42.157Z Downloaded atomicwrites v0.4.4
2462026-02-17T05:32:42.160Z Downloaded nextest-workspace-hack v0.1.0
2472026-02-17T05:32:42.160Z Downloaded filetime v0.2.27
2482026-02-17T05:32:42.164Z Downloaded cargo-util-schemas v0.2.0
2492026-02-17T05:32:42.164Z Downloaded block-buffer v0.10.4
2502026-02-17T05:32:42.167Z Downloaded rustc_version v0.4.1
2512026-02-17T05:32:42.170Z Downloaded pathdiff v0.2.3
2522026-02-17T05:32:42.170Z Downloaded future-queue v0.4.0
2532026-02-17T05:32:42.173Z Downloaded backtrace-ext v0.2.1
2542026-02-17T05:32:42.173Z Downloaded anstyle-parse v0.2.7
2552026-02-17T05:32:42.176Z Downloaded serde_ignored v0.1.14
2562026-02-17T05:32:42.180Z Downloaded signature v2.2.0
2572026-02-17T05:32:42.180Z Downloaded signal-hook-mio v0.2.5
2582026-02-17T05:32:42.183Z Downloaded shell-words v1.1.1
2592026-02-17T05:32:42.183Z Downloaded serde_spanned v1.0.4
2602026-02-17T05:32:42.189Z Downloaded openssl-macros v0.1.1
2612026-02-17T05:32:42.189Z Downloaded strip-ansi-escapes v0.2.1
2622026-02-17T05:32:42.195Z Downloaded scopeguard v1.2.0
2632026-02-17T05:32:42.195Z Downloaded supports-hyperlinks v3.2.0
2642026-02-17T05:32:42.195Z Downloaded number_prefix v0.4.0
2652026-02-17T05:32:42.195Z Downloaded swrite v0.1.0
2662026-02-17T05:32:42.195Z Downloaded supports-unicode v3.0.0
2672026-02-17T05:32:42.198Z Downloaded serde_spanned v0.6.9
2682026-02-17T05:32:42.198Z Downloaded hyper-rustls v0.27.7
2692026-02-17T05:32:42.201Z Downloaded futures-macro v0.3.32
2702026-02-17T05:32:42.201Z Downloaded fixedbitset v0.5.7
2712026-02-17T05:32:42.204Z Downloaded anstyle v1.0.13
2722026-02-17T05:32:42.204Z Downloaded dialoguer v0.11.0
2732026-02-17T05:32:42.207Z Downloaded nextest-metadata v0.12.2
2742026-02-17T05:32:42.211Z Downloaded lock_api v0.4.14
2752026-02-17T05:32:42.211Z Downloaded autocfg v1.5.0
2762026-02-17T05:32:42.214Z Downloaded base64ct v1.8.3
2772026-02-17T05:32:42.217Z Downloaded anstream v0.6.21
2782026-02-17T05:32:42.220Z Downloaded httparse v1.10.1
2792026-02-17T05:32:42.223Z Downloaded idna_adapter v1.0.0
2802026-02-17T05:32:42.223Z Downloaded serde_urlencoded v0.7.1
2812026-02-17T05:32:42.223Z Downloaded futures-executor v0.3.32
2822026-02-17T05:32:42.226Z Downloaded shared_child v1.1.1
2832026-02-17T05:32:42.229Z Downloaded duct v0.13.7
2842026-02-17T05:32:42.229Z Downloaded sigchld v0.2.4
2852026-02-17T05:32:42.232Z Downloaded globset v0.4.18
2862026-02-17T05:32:42.232Z Downloaded strsim v0.11.1
2872026-02-17T05:32:42.236Z Downloaded sync_wrapper v1.0.2
2882026-02-17T05:32:42.236Z Downloaded supports-color v3.0.2
2892026-02-17T05:32:42.236Z Downloaded semver v1.0.27
2902026-02-17T05:32:42.239Z Downloaded clap_derive v4.5.55
2912026-02-17T05:32:42.242Z Downloaded tinyvec_macros v0.1.1
2922026-02-17T05:32:42.242Z Downloaded ahash v0.8.12
2932026-02-17T05:32:42.245Z Downloaded target-spec-miette v0.4.5
2942026-02-17T05:32:42.248Z Downloaded pin-project-internal v1.1.10
2952026-02-17T05:32:42.248Z Downloaded cargo_metadata v0.23.1
2962026-02-17T05:32:42.252Z Downloaded pin-utils v0.1.0
2972026-02-17T05:32:42.254Z Downloaded ipnet v2.11.0
2982026-02-17T05:32:42.254Z Downloaded serde_path_to_error v0.1.20
2992026-02-17T05:32:42.258Z Downloaded pkg-config v0.3.32
3002026-02-17T05:32:42.258Z Downloaded rand_chacha v0.9.0
3012026-02-17T05:32:42.261Z Downloaded spki v0.7.3
3022026-02-17T05:32:42.261Z Downloaded simd-adler32 v0.3.8
3032026-02-17T05:32:42.264Z Downloaded signal-hook-registry v1.4.8
3042026-02-17T05:32:42.265Z Downloaded rustc-demangle v0.1.27
3052026-02-17T05:32:42.267Z Downloaded openssl-probe v0.2.1
3062026-02-17T05:32:42.267Z Downloaded toml_write v0.1.2
3072026-02-17T05:32:42.271Z Downloaded tower-service v0.3.3
3082026-02-17T05:32:42.271Z Downloaded toml_datetime v0.6.11
3092026-02-17T05:32:42.274Z Downloaded subtle v2.6.1
3102026-02-17T05:32:42.274Z Downloaded foldhash v0.1.5
3112026-02-17T05:32:42.274Z Downloaded ed25519 v2.2.3
3122026-02-17T05:32:42.277Z Downloaded serde-untagged v0.1.9
3132026-02-17T05:32:42.280Z Downloaded tracing-error v0.2.1
3142026-02-17T05:32:42.280Z Downloaded eyre v0.6.12
3152026-02-17T05:32:42.284Z Downloaded cargo_metadata v0.20.0
3162026-02-17T05:32:42.287Z Downloaded convert_case v0.10.0
3172026-02-17T05:32:42.287Z Downloaded self-replace v1.5.0
3182026-02-17T05:32:42.290Z Downloaded futures-task v0.3.32
3192026-02-17T05:32:42.290Z Downloaded bitflags v2.11.0
3202026-02-17T05:32:42.293Z Downloaded nextest-filtering v0.15.0
3212026-02-17T05:32:42.296Z Downloaded camino-tempfile v1.4.1
3222026-02-17T05:32:42.300Z Downloaded futures-channel v0.3.32
3232026-02-17T05:32:42.300Z Downloaded cfg-expr v0.20.6
3242026-02-17T05:32:42.303Z Downloaded self_update v0.42.0
3252026-02-17T05:32:42.306Z Downloaded quinn-udp v0.5.14
3262026-02-17T05:32:42.309Z Downloaded tower-layer v0.3.3
3272026-02-17T05:32:42.309Z Downloaded try-lock v0.2.5
3282026-02-17T05:32:42.309Z Downloaded crc32fast v1.5.0
3292026-02-17T05:32:42.312Z Downloaded typeid v1.0.3
3302026-02-17T05:32:42.312Z Downloaded console v0.15.11
3312026-02-17T05:32:42.315Z Downloaded unicode-xid v0.2.6
3322026-02-17T05:32:42.318Z Downloaded getrandom v0.2.17
3332026-02-17T05:32:42.321Z Downloaded digest v0.10.7
3342026-02-17T05:32:42.321Z Downloaded urlencoding v2.1.3
3352026-02-17T05:32:42.321Z Downloaded unicode-linebreak v0.1.5
3362026-02-17T05:32:42.324Z Downloaded xattr v1.6.1
3372026-02-17T05:32:42.324Z Downloaded static_assertions v1.1.0
3382026-02-17T05:32:42.327Z Downloaded shlex v1.3.0
3392026-02-17T05:32:42.327Z Downloaded utf8parse v0.2.2
3402026-02-17T05:32:42.331Z Downloaded untrusted v0.9.0
3412026-02-17T05:32:42.331Z Downloaded terminal_size v0.4.3
3422026-02-17T05:32:42.334Z Downloaded thiserror v1.0.69
3432026-02-17T05:32:42.337Z Downloaded utf8_iter v1.0.4
3442026-02-17T05:32:42.337Z Downloaded thread_local v1.1.9
3452026-02-17T05:32:42.340Z Downloaded thiserror-impl v2.0.18
3462026-02-17T05:32:42.340Z Downloaded want v0.3.1
3472026-02-17T05:32:42.343Z Downloaded quote v1.0.44
3482026-02-17T05:32:42.343Z Downloaded smallvec v1.15.1
3492026-02-17T05:32:42.347Z Downloaded sha2 v0.10.9
3502026-02-17T05:32:42.350Z Downloaded smol_str v0.3.5
3512026-02-17T05:32:42.350Z Downloaded quick-junit v0.5.2
3522026-02-17T05:32:42.353Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3532026-02-17T05:32:42.356Z Downloaded parking_lot v0.12.5
3542026-02-17T05:32:42.359Z Downloaded once_cell v1.21.3
3552026-02-17T05:32:42.359Z Downloaded rustls-pki-types v1.14.0
3562026-02-17T05:32:42.362Z Downloaded version_check v0.9.5
3572026-02-17T05:32:42.365Z Downloaded thiserror-impl v1.0.69
3582026-02-17T05:32:42.365Z Downloaded tracing-log v0.2.0
3592026-02-17T05:32:42.365Z Downloaded tokio-macros v2.6.0
3602026-02-17T05:32:42.368Z Downloaded clap v4.5.59
3612026-02-17T05:32:42.375Z Downloaded miniz_oxide v0.8.9
3622026-02-17T05:32:42.378Z Downloaded indicatif v0.17.11
3632026-02-17T05:32:42.382Z Downloaded log v0.4.29
3642026-02-17T05:32:42.385Z Downloaded getrandom v0.4.1
3652026-02-17T05:32:42.388Z Downloaded getrandom v0.3.4
3662026-02-17T05:32:42.391Z Downloaded toml_writer v1.0.6+spec-1.1.0
3672026-02-17T05:32:42.394Z Downloaded target-spec v3.5.7
3682026-02-17T05:32:42.394Z Downloaded unicase v2.9.0
3692026-02-17T05:32:42.398Z Downloaded futures v0.3.32
3702026-02-17T05:32:42.401Z Downloaded xxhash-rust v0.8.15
3712026-02-17T05:32:42.405Z Downloaded zstd-safe v7.2.4
3722026-02-17T05:32:42.405Z Downloaded camino v1.2.2
3732026-02-17T05:32:42.409Z Downloaded target-lexicon v0.13.3
3742026-02-17T05:32:42.409Z Downloaded num-traits v0.2.19
3752026-02-17T05:32:42.412Z Downloaded litrs v1.0.0
3762026-02-17T05:32:42.416Z Downloaded toml v0.8.23
3772026-02-17T05:32:42.416Z Downloaded tokio-stream v0.1.18
3782026-02-17T05:32:42.419Z Downloaded zipsign-api v0.1.5
3792026-02-17T05:32:42.422Z Downloaded zeroize v1.8.2
3802026-02-17T05:32:42.426Z Downloaded tracing-attributes v0.1.31
3812026-02-17T05:32:42.426Z Downloaded tokio-rustls v0.26.4
3822026-02-17T05:32:42.429Z Downloaded serde_derive v1.0.228
3832026-02-17T05:32:42.432Z Downloaded config v0.15.19
3842026-02-17T05:32:42.435Z Downloaded tokio-native-tls v0.3.1
3852026-02-17T05:32:42.438Z Downloaded base64 v0.22.1
3862026-02-17T05:32:42.441Z Downloaded tar v0.4.44
3872026-02-17T05:32:42.444Z Downloaded serde_core v1.0.228
3882026-02-17T05:32:42.447Z Downloaded pin-project v1.1.10
3892026-02-17T05:32:42.456Z Downloaded textwrap v0.16.2
3902026-02-17T05:32:42.459Z Downloaded zstd v0.13.3
3912026-02-17T05:32:42.462Z Downloaded zmij v1.0.21
3922026-02-17T05:32:42.465Z Downloaded toml_parser v1.0.9+spec-1.1.0
3932026-02-17T05:32:42.465Z Downloaded tinyvec v1.10.0
3942026-02-17T05:32:42.468Z Downloaded derive_more v2.1.1
3952026-02-17T05:32:42.478Z Downloaded openssl-sys v0.9.111
3962026-02-17T05:32:42.485Z Downloaded cc v1.2.56
3972026-02-17T05:32:42.488Z Downloaded serde v1.0.228
3982026-02-17T05:32:42.491Z Downloaded toml v0.9.12+spec-1.1.0
3992026-02-17T05:32:42.494Z Downloaded uuid v1.21.0
4002026-02-17T05:32:42.497Z Downloaded rand v0.9.2
4012026-02-17T05:32:42.500Z Downloaded indexmap v2.13.0
4022026-02-17T05:32:42.504Z Downloaded unicode-ident v1.0.24
4032026-02-17T05:32:42.507Z Downloaded ed25519-dalek v2.2.0
4042026-02-17T05:32:42.510Z Downloaded rustls-webpki v0.103.9
4052026-02-17T05:32:42.514Z Downloaded typenum v1.19.0
4062026-02-17T05:32:42.517Z Downloaded memchr v2.8.0
4072026-02-17T05:32:42.520Z Downloaded derive_more-impl v2.1.1
4082026-02-17T05:32:42.524Z Downloaded quinn v0.11.9
4092026-02-17T05:32:42.527Z Downloaded borsh v1.6.0
4102026-02-17T05:32:42.533Z Downloaded der v0.7.10
4112026-02-17T05:32:42.538Z Downloaded hyper-util v0.1.20
4122026-02-17T05:32:42.543Z Downloaded tracing-core v0.1.36
4132026-02-17T05:32:42.547Z Downloaded vte v0.14.1
4142026-02-17T05:32:42.550Z Downloaded url v2.5.8
4152026-02-17T05:32:42.553Z Downloaded mio v1.1.1
4162026-02-17T05:32:42.556Z Downloaded miette v7.6.0
4172026-02-17T05:32:42.560Z Downloaded http v1.4.0
4182026-02-17T05:32:42.564Z Downloaded socket2 v0.6.2
4192026-02-17T05:32:42.567Z Downloaded hashbrown v0.15.5
4202026-02-17T05:32:42.570Z Downloaded toml_edit v0.22.27
4212026-02-17T05:32:42.574Z Downloaded tower v0.5.3
4222026-02-17T05:32:42.583Z Downloaded ron v0.12.0
4232026-02-17T05:32:42.592Z Downloaded unicode-segmentation v1.12.0
4242026-02-17T05:32:42.595Z Downloaded hashbrown v0.16.1
4252026-02-17T05:32:42.598Z Downloaded iri-string v0.7.10
4262026-02-17T05:32:42.605Z Downloaded guppy v0.17.25
4272026-02-17T05:32:42.610Z Downloaded serde_json v1.0.149
4282026-02-17T05:32:42.617Z Downloaded tokio-util v0.7.18
4292026-02-17T05:32:42.623Z Downloaded unicode-normalization v0.1.25
4302026-02-17T05:32:42.626Z Downloaded itertools v0.14.0
4312026-02-17T05:32:42.633Z Downloaded crossterm v0.29.0
4322026-02-17T05:32:42.638Z Downloaded h2 v0.4.13
4332026-02-17T05:32:42.644Z Downloaded clap_builder v4.5.59
4342026-02-17T05:32:42.650Z Downloaded tempfile v3.25.0
4352026-02-17T05:32:42.653Z Downloaded signal-hook v0.3.18
4362026-02-17T05:32:42.657Z Downloaded quick-xml v0.38.4
4372026-02-17T05:32:42.661Z Downloaded hyper v1.8.1
4382026-02-17T05:32:42.666Z Downloaded sharded-slab v0.1.7
4392026-02-17T05:32:42.669Z Downloaded winnow v0.7.14
4402026-02-17T05:32:42.678Z Downloaded reqwest v0.12.28
4412026-02-17T05:32:42.682Z Downloaded pulldown-cmark v0.13.0
4422026-02-17T05:32:42.687Z Downloaded tower-http v0.6.8
4432026-02-17T05:32:42.694Z Downloaded regex v1.12.3
4442026-02-17T05:32:42.698Z Downloaded bytes v1.11.1
4452026-02-17T05:32:42.704Z Downloaded ryu v1.0.23
4462026-02-17T05:32:42.707Z Downloaded proc-macro2 v1.0.106
4472026-02-17T05:32:42.710Z Downloaded chrono v0.4.43
4482026-02-17T05:32:42.714Z Downloaded slab v0.4.12
4492026-02-17T05:32:42.717Z Downloaded thiserror v2.0.18
4502026-02-17T05:32:42.720Z Downloaded owo-colors v4.2.3
4512026-02-17T05:32:42.723Z Downloaded quick-xml v0.37.5
4522026-02-17T05:32:42.728Z Downloaded parking_lot_core v0.9.12
4532026-02-17T05:32:42.731Z Downloaded gimli v0.32.3
4542026-02-17T05:32:42.737Z Downloaded newtype-uuid v1.3.2
4552026-02-17T05:32:42.740Z Downloaded rand_core v0.9.5
4562026-02-17T05:32:42.740Z Downloaded rand_core v0.6.4
4572026-02-17T05:32:42.743Z Downloaded curve25519-dalek v4.1.3
4582026-02-17T05:32:42.748Z Downloaded unicode-width v0.2.2
4592026-02-17T05:32:42.753Z Downloaded syn v2.0.116
4602026-02-17T05:32:42.762Z Downloaded unicode-width v0.1.14
4612026-02-17T05:32:42.767Z Downloaded pkcs8 v0.10.2
4622026-02-17T05:32:42.770Z Downloaded bstr v1.12.1
4632026-02-17T05:32:42.777Z Downloaded portable-atomic v1.13.1
4642026-02-17T05:32:42.783Z Downloaded nested v0.1.1
4652026-02-17T05:32:42.786Z Downloaded erased-serde v0.4.9
4662026-02-17T05:32:42.786Z Downloaded color-spantrace v0.3.0
4672026-02-17T05:32:42.790Z Downloaded jobserver v0.1.34
4682026-02-17T05:32:42.790Z Downloaded tracing v0.1.44
4692026-02-17T05:32:42.806Z Downloaded tracing-subscriber v0.3.22
4702026-02-17T05:32:42.813Z Downloaded quinn-proto v0.11.13
4712026-02-17T05:32:42.818Z Downloaded foreign-types v0.3.2
4722026-02-17T05:32:42.822Z Downloaded fnv v1.0.7
4732026-02-17T05:32:42.822Z Downloaded equivalent v1.0.2
4742026-02-17T05:32:42.822Z Downloaded generic-array v0.14.7
4752026-02-17T05:32:42.825Z Downloaded find-msvc-tools v0.1.9
4762026-02-17T05:32:42.825Z Downloaded errno v0.3.14
4772026-02-17T05:32:42.825Z Downloaded either v1.15.0
4782026-02-17T05:32:42.828Z Downloaded indenter v0.3.4
4792026-02-17T05:32:42.828Z Downloaded humantime-serde v1.1.1
4802026-02-17T05:32:42.828Z Downloaded aho-corasick v1.1.4
4812026-02-17T05:32:42.834Z Downloaded webpki-roots v1.0.6
4822026-02-17T05:32:42.837Z Downloaded vcpkg v0.2.15
4832026-02-17T05:32:42.871Z Downloaded indent_write v2.2.0
4842026-02-17T05:32:42.874Z Downloaded openssl v0.10.75
4852026-02-17T05:32:42.880Z Downloaded form_urlencoded v1.2.2
4862026-02-17T05:32:42.883Z Downloaded native-tls v0.2.16
4872026-02-17T05:32:42.883Z Downloaded color-eyre v0.6.5
4882026-02-17T05:32:42.897Z Downloaded nextest-runner v0.80.0
4892026-02-17T05:32:42.908Z Downloaded zerocopy v0.8.39
4902026-02-17T05:32:42.925Z Downloaded nix v0.30.1
4912026-02-17T05:32:42.935Z Downloaded object v0.37.3
4922026-02-17T05:32:42.944Z Downloaded regex-syntax v0.8.9
4932026-02-17T05:32:42.950Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4942026-02-17T05:32:42.964Z Downloaded rustls v0.23.36
4952026-02-17T05:32:42.974Z Downloaded rustix v0.38.44
4962026-02-17T05:32:42.993Z Downloaded rustix v1.1.3
4972026-02-17T05:32:43.012Z Downloaded tokio v1.49.0
4982026-02-17T05:32:43.112Z Downloaded regex-automata v0.4.14
4992026-02-17T05:32:43.157Z Downloaded libc v0.2.182
5002026-02-17T05:32:43.184Z Downloaded petgraph v0.8.3
5012026-02-17T05:32:43.286Z Downloaded recursion v0.5.4
5022026-02-17T05:32:43.300Z Downloaded ring v0.17.14
5032026-02-17T05:32:43.380Z Compiling proc-macro2 v1.0.106
5042026-02-17T05:32:43.383Z Compiling libc v0.2.182
5052026-02-17T05:32:43.383Z Compiling quote v1.0.44
5062026-02-17T05:32:43.383Z Compiling unicode-ident v1.0.24
5072026-02-17T05:32:43.383Z Compiling serde_core v1.0.228
5082026-02-17T05:32:43.383Z Compiling cfg-if v1.0.4
5092026-02-17T05:32:43.383Z Compiling memchr v2.8.0
5102026-02-17T05:32:43.383Z Compiling once_cell v1.21.3
5112026-02-17T05:32:43.736Z Compiling log v0.4.29
5122026-02-17T05:32:43.794Z Compiling pin-project-lite v0.2.16
5132026-02-17T05:32:43.941Z Compiling itoa v1.0.17
5142026-02-17T05:32:44.051Z Compiling serde v1.0.228
5152026-02-17T05:32:44.229Z Compiling futures-core v0.3.32
5162026-02-17T05:32:44.419Z Compiling bitflags v2.11.0
5172026-02-17T05:32:44.489Z Compiling smallvec v1.15.1
5182026-02-17T05:32:44.727Z Compiling equivalent v1.0.2
5192026-02-17T05:32:44.861Z Compiling find-msvc-tools v0.1.9
5202026-02-17T05:32:45.059Z Compiling hashbrown v0.16.1
5212026-02-17T05:32:45.318Z Compiling shlex v1.3.0
5222026-02-17T05:32:45.338Z Compiling bytes v1.11.1
5232026-02-17T05:32:46.004Z Compiling errno v0.3.14
5242026-02-17T05:32:46.033Z Compiling jobserver v0.1.34
5252026-02-17T05:32:46.091Z Compiling syn v2.0.116
5262026-02-17T05:32:46.256Z Compiling signal-hook-registry v1.4.8
5272026-02-17T05:32:46.299Z Compiling mio v1.1.1
5282026-02-17T05:32:46.339Z Compiling futures-sink v0.3.32
5292026-02-17T05:32:46.523Z Compiling cc v1.2.56
5302026-02-17T05:32:46.653Z Compiling rustix v1.1.3
5312026-02-17T05:32:46.699Z Compiling socket2 v0.6.2
5322026-02-17T05:32:47.305Z Compiling slab v0.4.12
5332026-02-17T05:32:47.378Z Compiling zmij v1.0.21
5342026-02-17T05:32:47.682Z Compiling futures-channel v0.3.32
5352026-02-17T05:32:47.808Z Compiling tracing-core v0.1.36
5362026-02-17T05:32:47.986Z Compiling version_check v0.9.5
5372026-02-17T05:32:48.190Z Compiling serde_json v1.0.149
5382026-02-17T05:32:48.533Z Compiling futures-io v0.3.32
5392026-02-17T05:32:48.642Z Compiling futures-task v0.3.32
5402026-02-17T05:32:48.884Z Compiling getrandom v0.4.1
5412026-02-17T05:32:48.965Z Compiling camino v1.2.2
5422026-02-17T05:32:49.138Z Compiling indexmap v2.13.0
5432026-02-17T05:32:49.493Z Compiling unicode-width v0.2.2
5442026-02-17T05:32:49.596Z Compiling ring v0.17.14
5452026-02-17T05:32:49.936Z Compiling http v1.4.0
5462026-02-17T05:32:50.123Z Compiling simd-adler32 v0.3.8
5472026-02-17T05:32:50.215Z Compiling zeroize v1.8.2
5482026-02-17T05:32:50.578Z Compiling adler2 v2.0.1
5492026-02-17T05:32:50.701Z Compiling autocfg v1.5.0
5502026-02-17T05:32:50.865Z Compiling percent-encoding v2.3.2
5512026-02-17T05:32:50.954Z Compiling miniz_oxide v0.8.9
5522026-02-17T05:32:51.445Z Compiling num-traits v0.2.19
5532026-02-17T05:32:52.178Z Compiling object v0.37.3
5542026-02-17T05:32:52.187Z Compiling zerocopy v0.8.39
5552026-02-17T05:32:52.739Z Compiling getrandom v0.3.4
5562026-02-17T05:32:53.008Z Compiling target-lexicon v0.13.3
5572026-02-17T05:32:53.172Z Compiling winnow v0.7.14
5582026-02-17T05:32:53.794Z Compiling http-body v1.0.1
5592026-02-17T05:32:54.046Z Compiling rustls-pki-types v1.14.0
5602026-02-17T05:32:54.065Z Compiling semver v1.0.27
5612026-02-17T05:32:54.083Z Compiling getrandom v0.2.17
5622026-02-17T05:32:54.150Z Compiling thiserror v2.0.18
5632026-02-17T05:32:54.418Z Compiling owo-colors v4.2.3
5642026-02-17T05:32:54.825Z Compiling fnv v1.0.7
5652026-02-17T05:32:54.990Z Compiling guppy-workspace-hack v0.1.0
5662026-02-17T05:32:55.046Z Compiling httparse v1.10.1
5672026-02-17T05:32:55.134Z Compiling gimli v0.32.3
5682026-02-17T05:32:55.361Z Compiling typenum v1.19.0
5692026-02-17T05:32:55.421Z Compiling signal-hook v0.3.18
5702026-02-17T05:32:55.678Z Compiling untrusted v0.9.0
5712026-02-17T05:32:55.962Z Compiling serde_derive v1.0.228
5722026-02-17T05:32:56.004Z Compiling tokio-macros v2.6.0
5732026-02-17T05:32:56.283Z Compiling futures-macro v0.3.32
5742026-02-17T05:32:57.211Z Compiling tracing-attributes v0.1.31
5752026-02-17T05:32:57.564Z Compiling tokio v1.49.0
5762026-02-17T05:32:57.641Z Compiling thiserror-impl v2.0.18
5772026-02-17T05:32:58.096Z Compiling futures-util v0.3.32
5782026-02-17T05:32:59.915Z Compiling tracing v0.1.44
5792026-02-17T05:33:00.407Z Compiling addr2line v0.25.1
5802026-02-17T05:33:01.586Z Compiling form_urlencoded v1.2.2
5812026-02-17T05:33:01.726Z Compiling generic-array v0.14.7
5822026-02-17T05:33:02.097Z Compiling utf8_iter v1.0.4
5832026-02-17T05:33:02.122Z Compiling pkg-config v0.3.32
5842026-02-17T05:33:02.375Z Compiling rustls v0.23.36
5852026-02-17T05:33:02.763Z Compiling target-spec v3.5.7
5862026-02-17T05:33:03.133Z Compiling try-lock v0.2.5
5872026-02-17T05:33:03.270Z Compiling thiserror v1.0.69
5882026-02-17T05:33:03.317Z Compiling typeid v1.0.3
5892026-02-17T05:33:03.821Z Compiling idna_adapter v1.0.0
5902026-02-17T05:33:03.840Z Compiling atomic-waker v1.1.2
5912026-02-17T05:33:03.860Z Compiling rustc-demangle v0.1.27
5922026-02-17T05:33:03.988Z Compiling tower-service v0.3.3
5932026-02-17T05:33:04.043Z Compiling fastrand v2.3.0
5942026-02-17T05:33:04.136Z Compiling idna v1.1.0
5952026-02-17T05:33:04.722Z Compiling tempfile v3.25.0
5962026-02-17T05:33:04.777Z Compiling backtrace v0.3.76
5972026-02-17T05:33:05.880Z Compiling want v0.3.1
5982026-02-17T05:33:06.041Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5992026-02-17T05:33:06.291Z Compiling tokio-util v0.7.18
6002026-02-17T05:33:06.888Z Compiling cfg-expr v0.20.6
6012026-02-17T05:33:07.871Z Compiling rustls-webpki v0.103.9
6022026-02-17T05:33:08.172Z Compiling h2 v0.4.13
6032026-02-17T05:33:08.742Z Compiling thiserror-impl v1.0.69
6042026-02-17T05:33:11.283Z Compiling terminal_size v0.4.3
6052026-02-17T05:33:11.350Z Compiling aho-corasick v1.1.4
6062026-02-17T05:33:11.550Z Compiling subtle v2.6.1
6072026-02-17T05:33:11.755Z Compiling regex-syntax v0.8.9
6082026-02-17T05:33:11.865Z Compiling pin-utils v0.1.0
6092026-02-17T05:33:11.989Z Compiling erased-serde v0.4.9
6102026-02-17T05:33:13.713Z Compiling hyper v1.8.1
6112026-02-17T05:33:16.044Z Compiling regex-automata v0.4.14
6122026-02-17T05:33:22.543Z Compiling url v2.5.8
6132026-02-17T05:33:23.386Z Compiling toml_datetime v0.6.11
6142026-02-17T05:33:24.186Z Compiling serde_spanned v0.6.9
6152026-02-17T05:33:24.464Z Compiling ahash v0.8.12
6162026-02-17T05:33:24.771Z Compiling sync_wrapper v1.0.2
6172026-02-17T05:33:24.909Z Compiling is_ci v1.2.0
6182026-02-17T05:33:24.955Z Compiling portable-atomic v1.13.1
6192026-02-17T05:33:25.220Z Compiling unicode-linebreak v0.1.5
6202026-02-17T05:33:25.789Z Compiling base64 v0.22.1
6212026-02-17T05:33:25.874Z Compiling either v1.15.0
6222026-02-17T05:33:26.334Z Compiling unicode-segmentation v1.12.0
6232026-02-17T05:33:26.588Z Compiling tower-layer v0.3.3
6242026-02-17T05:33:26.843Z Compiling foldhash v0.1.5
6252026-02-17T05:33:27.060Z Compiling nextest-workspace-hack v0.1.0
6262026-02-17T05:33:27.082Z Compiling ipnet v2.11.0
6272026-02-17T05:33:27.273Z Compiling toml_write v0.1.2
6282026-02-17T05:33:27.445Z Compiling parking_lot_core v0.9.12
6292026-02-17T05:33:27.740Z Compiling crc32fast v1.5.0
6302026-02-17T05:33:27.934Z Compiling lazy_static v1.5.0
6312026-02-17T05:33:28.054Z Compiling sharded-slab v0.1.7
6322026-02-17T05:33:28.125Z Compiling hyper-util v0.1.20
6332026-02-17T05:33:28.332Z Compiling toml_edit v0.22.27
6342026-02-17T05:33:28.764Z Compiling hashbrown v0.15.5
6352026-02-17T05:33:29.600Z Compiling tower v0.5.3
6362026-02-17T05:33:29.800Z Compiling convert_case v0.10.0
6372026-02-17T05:33:30.284Z Compiling textwrap v0.16.2
6382026-02-17T05:33:30.362Z Compiling supports-color v3.0.2
6392026-02-17T05:33:30.908Z Compiling tokio-rustls v0.26.4
6402026-02-17T05:33:31.460Z Compiling backtrace-ext v0.2.1
6412026-02-17T05:33:31.979Z Compiling ordered-float v2.10.1
6422026-02-17T05:33:32.294Z Compiling miette-derive v7.6.0
6432026-02-17T05:33:32.637Z Compiling webpki-roots v1.0.6
6442026-02-17T05:33:32.863Z Compiling pathdiff v0.2.3
6452026-02-17T05:33:33.079Z Compiling console v0.15.11
6462026-02-17T05:33:33.342Z Compiling cargo-platform v0.3.2
6472026-02-17T05:33:33.992Z Compiling tracing-log v0.2.0
6482026-02-17T05:33:34.573Z Compiling os_pipe v1.2.3
6492026-02-17T05:33:34.674Z Compiling thread_local v1.1.9
6502026-02-17T05:33:34.852Z Compiling debug-ignore v1.0.5
6512026-02-17T05:33:34.994Z Compiling ryu v1.0.23
6522026-02-17T05:33:35.346Z Compiling supports-hyperlinks v3.2.0
6532026-02-17T05:33:35.567Z Compiling supports-unicode v3.0.0
6542026-02-17T05:33:35.658Z Compiling iri-string v0.7.10
6552026-02-17T05:33:35.710Z Compiling unicode-width v0.1.14
6562026-02-17T05:33:35.863Z Compiling scopeguard v1.2.0
6572026-02-17T05:33:36.047Z Compiling utf8parse v0.2.2
6582026-02-17T05:33:36.079Z Compiling rustix v0.38.44
6592026-02-17T05:33:36.231Z Compiling zstd-safe v7.2.4
6602026-02-17T05:33:36.288Z Compiling fixedbitset v0.5.7
6612026-02-17T05:33:36.657Z Compiling cfg_aliases v0.2.1
6622026-02-17T05:33:36.769Z Compiling pulldown-cmark v0.13.0
6632026-02-17T05:33:36.926Z Compiling nix v0.30.1
6642026-02-17T05:33:37.212Z Compiling petgraph v0.8.3
6652026-02-17T05:33:37.322Z Compiling anstyle-parse v0.2.7
6662026-02-17T05:33:37.757Z Compiling miette v7.6.0
6672026-02-17T05:33:37.788Z Compiling lock_api v0.4.14
6682026-02-17T05:33:38.369Z Compiling serde_urlencoded v0.7.1
6692026-02-17T05:33:38.964Z Compiling tower-http v0.6.8
6702026-02-17T05:33:41.156Z Compiling tracing-subscriber v0.3.22
6712026-02-17T05:33:41.389Z Compiling sigchld v0.2.4
6722026-02-17T05:33:41.725Z Compiling cargo_metadata v0.23.1
6732026-02-17T05:33:41.746Z Compiling hyper-rustls v0.27.7
6742026-02-17T05:33:41.907Z Compiling serde-value v0.7.0
6752026-02-17T05:33:43.110Z Compiling toml v0.8.23
6762026-02-17T05:33:43.570Z Compiling serde-untagged v0.1.9
6772026-02-17T05:33:44.891Z Compiling derive_more-impl v2.1.1
6782026-02-17T05:33:48.157Z Compiling itertools v0.14.0
6792026-02-17T05:33:48.446Z Compiling block-buffer v0.10.4
6802026-02-17T05:33:48.713Z Compiling crypto-common v0.1.7
6812026-02-17T05:33:48.960Z Compiling regex v1.12.3
6822026-02-17T05:33:48.964Z Compiling ppv-lite86 v0.2.21
6832026-02-17T05:33:49.541Z Compiling futures-executor v0.3.32
6842026-02-17T05:33:49.831Z Compiling rand_core v0.9.5
6852026-02-17T05:33:50.352Z Compiling toml_parser v1.0.9+spec-1.1.0
6862026-02-17T05:33:50.478Z Compiling pin-project-internal v1.1.10
6872026-02-17T05:33:50.611Z Compiling http-body-util v0.1.3
6882026-02-17T05:33:51.163Z Compiling uuid v1.21.0
6892026-02-17T05:33:51.665Z Compiling smol_str v0.3.5
6902026-02-17T05:33:52.086Z Compiling toml_datetime v0.7.5+spec-1.1.0
6912026-02-17T05:33:52.330Z Compiling serde_spanned v1.0.4
6922026-02-17T05:33:52.356Z Compiling filetime v0.2.27
6932026-02-17T05:33:52.569Z Compiling bstr v1.12.1
6942026-02-17T05:33:52.713Z Compiling vte v0.14.1
6952026-02-17T05:33:52.915Z Compiling is_terminal_polyfill v1.70.2
6962026-02-17T05:33:52.953Z Compiling color-spantrace v0.3.0
6972026-02-17T05:33:53.071Z Compiling static_assertions v1.1.0
6982026-02-17T05:33:53.098Z Compiling eyre v0.6.12
6992026-02-17T05:33:53.199Z Compiling unicase v2.9.0
7002026-02-17T05:33:53.496Z Compiling self_update v0.42.0
7012026-02-17T05:33:53.559Z Compiling tinyvec_macros v0.1.1
7022026-02-17T05:33:53.650Z Compiling litrs v1.0.0
7032026-02-17T05:33:53.673Z Compiling anstyle-query v1.1.5
7042026-02-17T05:33:53.844Z Compiling colorchoice v1.0.4
7052026-02-17T05:33:53.929Z Compiling anstyle v1.0.13
7062026-02-17T05:33:54.029Z Compiling xattr v1.6.1
7072026-02-17T05:33:54.050Z Compiling unicode-xid v0.2.6
7082026-02-17T05:33:54.306Z Compiling number_prefix v0.4.0
7092026-02-17T05:33:54.336Z Compiling iana-time-zone v0.1.65
7102026-02-17T05:33:54.452Z Compiling nested v0.1.1
7112026-02-17T05:33:54.554Z Compiling chrono v0.4.43
7122026-02-17T05:33:54.575Z Compiling indicatif v0.17.11
7132026-02-17T05:33:54.626Z Compiling document-features v0.2.12
7142026-02-17T05:33:54.712Z Compiling guppy v0.17.25
7152026-02-17T05:33:54.918Z Compiling anstream v0.6.21
7162026-02-17T05:33:55.673Z Compiling tar v0.4.44
7172026-02-17T05:33:55.933Z Compiling cargo-util-schemas v0.2.0
7182026-02-17T05:33:57.523Z Compiling tinyvec v1.10.0
7192026-02-17T05:33:58.509Z Compiling globset v0.4.18
7202026-02-17T05:33:58.622Z Compiling strip-ansi-escapes v0.2.1
7212026-02-17T05:33:59.783Z Compiling pin-project v1.1.10
7222026-02-17T05:33:59.944Z Compiling toml v0.9.12+spec-1.1.0
7232026-02-17T05:34:01.391Z Compiling nextest-metadata v0.12.2
7242026-02-17T05:34:01.480Z Compiling newtype-uuid v1.3.2
7252026-02-17T05:34:01.694Z Compiling reqwest v0.12.28
7262026-02-17T05:34:01.796Z Compiling rand_chacha v0.9.0
7272026-02-17T05:34:02.502Z Compiling futures v0.3.32
7282026-02-17T05:34:02.639Z Compiling digest v0.10.7
7292026-02-17T05:34:03.063Z Compiling parking_lot v0.12.5
7302026-02-17T05:34:03.108Z Compiling flate2 v1.1.9
7312026-02-17T05:34:04.401Z Compiling derive_more v2.1.1
7322026-02-17T05:34:04.527Z Compiling tracing-error v0.2.1
7332026-02-17T05:34:04.990Z Compiling shared_child v1.1.1
7342026-02-17T05:34:05.933Z Compiling signal-hook-mio v0.2.5
7352026-02-17T05:34:06.007Z Compiling self-replace v1.5.0
7362026-02-17T05:34:06.152Z Compiling cargo-platform v0.2.0
7372026-02-17T05:34:06.566Z Compiling quick-xml v0.37.5
7382026-02-17T05:34:07.368Z Compiling quick-xml v0.38.4
7392026-02-17T05:34:07.415Z Compiling indenter v0.3.4
7402026-02-17T05:34:07.637Z Compiling urlencoding v2.1.3
7412026-02-17T05:34:08.141Z Compiling humantime v2.3.0
7422026-02-17T05:34:08.753Z Compiling shell-words v1.1.1
7432026-02-17T05:34:09.097Z Compiling recursion v0.5.4
7442026-02-17T05:34:09.262Z Compiling clap_lex v1.0.0
7452026-02-17T05:34:09.337Z Compiling strsim v0.11.1
7462026-02-17T05:34:09.960Z Compiling cpufeatures v0.2.17
7472026-02-17T05:34:10.083Z Compiling heck v0.5.0
7482026-02-17T05:34:10.515Z Compiling clap_derive v4.5.55
7492026-02-17T05:34:10.905Z Compiling clap_builder v4.5.59
7502026-02-17T05:34:11.019Z Compiling sha2 v0.10.9
7512026-02-17T05:34:11.075Z Compiling nextest-filtering v0.15.0
7522026-02-17T05:34:13.505Z Compiling quick-junit v0.5.2
7532026-02-17T05:34:14.345Z Compiling humantime-serde v1.1.1
7542026-02-17T05:34:15.866Z Compiling atomicwrites v0.4.4
7552026-02-17T05:34:16.396Z Compiling cargo_metadata v0.20.0
7562026-02-17T05:34:19.845Z Compiling crossterm v0.29.0
7572026-02-17T05:34:20.937Z Compiling cargo-nextest v0.9.97
7582026-02-17T05:34:23.460Z Compiling duct v0.13.7
7592026-02-17T05:34:24.153Z Compiling zstd v0.13.3
7602026-02-17T05:34:25.991Z Compiling async-scoped v0.9.0
7612026-02-17T05:34:26.335Z Compiling rand v0.9.2
7622026-02-17T05:34:26.576Z Compiling config v0.15.19
7632026-02-17T05:34:27.215Z Compiling unicode-normalization v0.1.25
7642026-02-17T05:34:27.336Z Compiling target-spec-miette v0.4.5
7652026-02-17T05:34:27.913Z Compiling future-queue v0.4.0
7662026-02-17T05:34:28.128Z Compiling mukti-metadata v0.3.0
7672026-02-17T05:34:28.464Z Compiling tokio-stream v0.1.18
7682026-02-17T05:34:28.482Z Compiling camino-tempfile v1.4.1
7692026-02-17T05:34:28.956Z Compiling derive-where v1.6.0
7702026-02-17T05:34:29.191Z Compiling serde_path_to_error v0.1.20
7712026-02-17T05:34:29.315Z Compiling serde_ignored v0.1.14
7722026-02-17T05:34:29.644Z Compiling hex v0.4.3
7732026-02-17T05:34:29.861Z Compiling indent_write v2.2.0
7742026-02-17T05:34:29.972Z Compiling xxhash-rust v0.8.15
7752026-02-17T05:34:30.122Z Compiling home v0.5.12
7762026-02-17T05:34:30.200Z Compiling swrite v0.1.0
7772026-02-17T05:34:30.280Z Compiling color-eyre v0.6.5
7782026-02-17T05:34:30.329Z Compiling clap v4.5.59
7792026-02-17T05:34:30.368Z Compiling dialoguer v0.11.0
7802026-02-17T05:34:30.393Z Compiling enable-ansi-support v0.2.1
7812026-02-17T05:34:31.848Z Compiling nextest-runner v0.80.0
7822026-02-17T05:35:10.203Z Finished `release` profile [optimized] target(s) in 2m 31s
7832026-02-17T05:35:10.433Z Installing /home/build/.cargo/bin/cargo-nextest
7842026-02-17T05:35:10.437Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7852026-02-17T05:35:10.555Z+ pushd mg-lower
7862026-02-17T05:35:10.558Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7872026-02-17T05:35:10.558Z+ cargo nextest run
7882026-02-17T05:35:10.924Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-02-17T05:35:11.734ZFrom https://github.com/oxidecomputer/falcon
7902026-02-17T05:35:11.734Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
7912026-02-17T05:35:11.842Z Updating crates.io index
7922026-02-17T05:35:11.886Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7932026-02-17T05:35:12.595ZFrom https://github.com/oxidecomputer/dendrite
7942026-02-17T05:35:12.595Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7952026-02-17T05:35:12.700Z Updating git repository `https://github.com/oxidecomputer/ispf`
7962026-02-17T05:35:12.967ZFrom https://github.com/oxidecomputer/ispf
7972026-02-17T05:35:12.968Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7982026-02-17T05:35:12.976Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7992026-02-17T05:35:13.331ZFrom https://github.com/oxidecomputer/netadm-sys
8002026-02-17T05:35:13.331Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
8012026-02-17T05:35:13.342Z Updating git repository `https://github.com/oxidecomputer/omicron`
8022026-02-17T05:35:21.539ZFrom https://github.com/oxidecomputer/omicron
8032026-02-17T05:35:21.539Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
8042026-02-17T05:35:22.242Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-02-17T05:35:22.846ZFrom https://github.com/oxidecomputer/opte
8062026-02-17T05:35:22.846Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8072026-02-17T05:35:22.890Z Updating git repository `https://github.com/illumos/smf-rs`
8082026-02-17T05:35:23.143ZFrom https://github.com/illumos/smf-rs
8092026-02-17T05:35:23.143Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8102026-02-17T05:35:23.420Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8112026-02-17T05:35:23.673ZFrom https://github.com/oxidecomputer/network-interface
8122026-02-17T05:35:23.673Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8132026-02-17T05:35:23.802Z Updating git repository `https://github.com/oxidecomputer/zone`
8142026-02-17T05:35:24.046ZFrom https://github.com/oxidecomputer/zone
8152026-02-17T05:35:24.046Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8162026-02-17T05:35:24.075Z Updating git repository `https://github.com/oxidecomputer/propolis`
8172026-02-17T05:35:25.277ZFrom https://github.com/oxidecomputer/propolis
8182026-02-17T05:35:25.277Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8192026-02-17T05:35:25.450Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8202026-02-17T05:35:25.918ZFrom https://github.com/oxidecomputer/transceiver-control
8212026-02-17T05:35:25.918Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8222026-02-17T05:35:25.934Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8232026-02-17T05:35:26.184ZFrom https://github.com/oxidecomputer/dlpi-sys
8242026-02-17T05:35:26.184Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8252026-02-17T05:35:26.204Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8262026-02-17T05:35:26.476ZFrom https://github.com/jmesmon/rust-libzfs
8272026-02-17T05:35:26.476Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8282026-02-17T05:35:26.488Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8292026-02-17T05:35:26.731ZFrom https://github.com/oxidecomputer/rusty-doors
8302026-02-17T05:35:26.731Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8312026-02-17T05:35:26.788Z Updating git repository `https://github.com/oxidecomputer/lldp`
8322026-02-17T05:35:27.086ZFrom https://github.com/oxidecomputer/lldp
8332026-02-17T05:35:27.086Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8342026-02-17T05:35:27.111Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8352026-02-17T05:35:27.946ZFrom https://github.com/oxidecomputer/maghemite
8362026-02-17T05:35:27.946Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8372026-02-17T05:35:27.996Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8382026-02-17T05:35:28.244ZFrom https://github.com/oxidecomputer/serde_human_bytes
8392026-02-17T05:35:28.244Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8402026-02-17T05:35:28.291Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8412026-02-17T05:35:28.544ZFrom https://github.com/oxidecomputer/slog-error-chain
8422026-02-17T05:35:28.544Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8432026-02-17T05:35:28.745Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8442026-02-17T05:35:29.026ZFrom https://github.com/oxidecomputer/tufaceous
8452026-02-17T05:35:29.026Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8462026-02-17T05:35:29.072Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8472026-02-17T05:35:29.481ZFrom https://github.com/oxidecomputer/management-gateway-service
8482026-02-17T05:35:29.481Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8492026-02-17T05:35:29.543Z Updating git repository `https://github.com/oxidecomputer/crucible`
8502026-02-17T05:35:31.026ZFrom https://github.com/oxidecomputer/crucible
8512026-02-17T05:35:31.026Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8522026-02-17T05:35:31.482Z Updating git repository `https://github.com/oxidecomputer/propolis`
8532026-02-17T05:35:31.869ZFrom https://github.com/oxidecomputer/propolis
8542026-02-17T05:35:31.869Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8552026-02-17T05:35:31.948Z Updating git repository `https://github.com/oxidecomputer/tofino`
8562026-02-17T05:35:32.210ZFrom https://github.com/oxidecomputer/tofino
8572026-02-17T05:35:32.210Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8582026-02-17T05:35:32.272Z Updating git repository `https://github.com/oxidecomputer/clickward`
8592026-02-17T05:35:32.520ZFrom https://github.com/oxidecomputer/clickward
8602026-02-17T05:35:32.520Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8612026-02-17T05:35:32.541Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-02-17T05:35:32.793ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-02-17T05:35:32.793Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-02-17T05:35:33.537Zerror: failed to select a version for `reqwest`.
8652026-02-17T05:35:33.538Z ... required by package `ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)`
8662026-02-17T05:35:33.538Z ... which satisfies path dependency `ddm-admin-client` (locked to 0.1.0) of package `ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)`
8672026-02-17T05:35:33.538Zversions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0
8682026-02-17T05:35:33.538Z
8692026-02-17T05:35:33.538Zpackage `ddm-admin-client` depends on `reqwest` with feature `rustls-tls` but `reqwest` does not have that feature.
8702026-02-17T05:35:33.538Z
8712026-02-17T05:35:33.538Z
8722026-02-17T05:35:33.538Zfailed to select a version for `reqwest` which could resolve this conflict
8732026-02-17T05:35:33.574Zerror: 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
8742026-02-17T05:35:33.578Zprocess exited: duration 268685 ms, exit code 102
 
8752026-02-17T05:35:33.593Zfound 0 output files