01KHN0NVR4ZYXEX5ZH6HT0F2RX: test-bgp

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

Buildomat Job: 01KHN0Q55K78JPA0519B9DS7SN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-17T05:30:03.538Zjob assigned to worker 01KHN15YZQ6GMX2ECJP6PEYZXA [factory aws, i-0837052ae4634aa1d] (queued for 8 m 53 s)
 
22026-02-17T05:30:11.946Zstarting task 0: "setup"
32026-02-17T05:30:11.951Z++ uname -s
42026-02-17T05:30:11.955Z+ kern=SunOS
52026-02-17T05:30:11.955Z+ build_user=build
62026-02-17T05:30:11.955Z+ build_uid=12345
72026-02-17T05:30:11.955Z+ work_dir=/work
82026-02-17T05:30:11.955Z+ input_dir=/input
92026-02-17T05:30:11.955Z+ [[ 0 == 12345 ]]
102026-02-17T05:30:11.955Z+ case "$kern" in
112026-02-17T05:30:11.955Z+ groupadd -g 12345 build
122026-02-17T05:30:11.955Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-17T05:30:13.962Z+ zfs create -o mountpoint=/work rpool/work
142026-02-17T05:30:14.080Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-17T05:30:14.084Z+ home_fs=zfs
162026-02-17T05:30:14.084Z+ [[ zfs == autofs ]]
172026-02-17T05:30:14.084Z+ mkdir -p /home/build
182026-02-17T05:30:14.087Z+ chown build:build /home/build /work
192026-02-17T05:30:16.088Z+ chmod 0700 /home/build /work
202026-02-17T05:30:16.092Zprocess exited: duration 4146 ms, exit code 0
 
212026-02-17T05:30:16.113Zstarting task 1: "rust-toolchain"
222026-02-17T05:30:16.118Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-02-17T05:30:16.118Z * rust toolchain channel = "stable"
242026-02-17T05:30:16.118Z * rust toolchain profile = "default"
252026-02-17T05:30:16.118Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-17T05:30:16.119Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-17T05:30:16.122Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-17T05:30:16.122Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-17T05:30:16.122Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-17T05:30:16.259Zinfo: downloading installer
312026-02-17T05:30:17.996Zwarn: It looks like you have an existing installation of Rust at:
322026-02-17T05:30:17.996Zwarn: /opt/ooce/bin
332026-02-17T05:30:17.996Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-17T05:30:17.996Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-17T05:30:17.996Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-17T05:30:17.996Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-17T05:30:17.996Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-17T05:30:17.996Zerror: cannot install while Rust is installed
392026-02-17T05:30:17.996Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-17T05:30:18.011Zinfo: profile set to 'default'
412026-02-17T05:30:18.011Zinfo: default host triple is x86_64-unknown-illumos
422026-02-17T05:30:18.014Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-17T05:30:18.166Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-17T05:30:18.166Zinfo: downloading component 'cargo'
452026-02-17T05:30:19.136Zinfo: downloading component 'clippy'
462026-02-17T05:30:19.503Zinfo: downloading component 'rust-docs'
472026-02-17T05:30:21.032Zinfo: downloading component 'rust-std'
482026-02-17T05:30:23.238Zinfo: downloading component 'rustc'
492026-02-17T05:30:31.965Zinfo: downloading component 'rustfmt'
502026-02-17T05:30:32.229Zinfo: installing component 'cargo'
512026-02-17T05:30:33.128Zinfo: installing component 'clippy'
522026-02-17T05:30:33.541Zinfo: installing component 'rust-docs'
532026-02-17T05:30:35.754Zinfo: installing component 'rust-std'
542026-02-17T05:30:37.284Zinfo: installing component 'rustc'
552026-02-17T05:30:43.892Zinfo: installing component 'rustfmt'
562026-02-17T05:30:44.216Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-17T05:30:44.216Z
582026-02-17T05:30:44.685Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-17T05:30:44.685Z
602026-02-17T05:30:44.705Z
612026-02-17T05:30:44.705ZRust is installed now. Great!
622026-02-17T05:30:44.705Z
632026-02-17T05:30:44.705ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-17T05:30:44.705Zenvironment variable. This has not been done automatically.
652026-02-17T05:30:44.705Z
662026-02-17T05:30:44.705ZTo configure your current shell, you need to source
672026-02-17T05:30:44.705Zthe corresponding env file under $HOME/.cargo.
682026-02-17T05:30:44.706Z
692026-02-17T05:30:44.706ZThis is usually done by running one of the following (note the leading DOT):
702026-02-17T05:30:44.706Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-17T05:30:44.706Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-17T05:30:44.706Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-17T05:30:44.806Z+ rustup --version
742026-02-17T05:30:44.843Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-17T05:30:44.843Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-17T05:30:44.901Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-17T05:30:44.909Z+ cargo --version
782026-02-17T05:30:44.937Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-17T05:30:44.970Z+ rustc --version
802026-02-17T05:30:44.996Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-17T05:30:45.011Zprocess exited: duration 28877 ms, exit code 0
 
822026-02-17T05:30:45.024Zstarting task 2: "authentication"
832026-02-17T05:30:45.045Zprocess exited: duration 23 ms, exit code 0
 
842026-02-17T05:30:45.056Zstarting task 3: "clone repository"
852026-02-17T05:30:45.061Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-17T05:30:45.066Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-17T05:30:45.135ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-17T05:30:46.166Z+ cd /work/oxidecomputer/maghemite
892026-02-17T05:30:46.169Z+ git fetch origin e54075acdda557ae93a20bcbed9bf2b94aa48ff8
902026-02-17T05:30:46.402ZFrom https://github.com/oxidecomputer/maghemite
912026-02-17T05:30:46.402Z * branch e54075acdda557ae93a20bcbed9bf2b94aa48ff8 -> FETCH_HEAD
922026-02-17T05:30:46.413Z+ [[ -n renovate/reqwest-0.x ]]
932026-02-17T05:30:46.416Z++ git branch --show-current
942026-02-17T05:30:46.419Z+ current=main
952026-02-17T05:30:46.419Z+ [[ main != renovate/reqwest-0.x ]]
962026-02-17T05:30:46.420Z+ git branch -f renovate/reqwest-0.x e54075acdda557ae93a20bcbed9bf2b94aa48ff8
972026-02-17T05:30:46.426Z+ git checkout -f renovate/reqwest-0.x
982026-02-17T05:30:46.464ZSwitched to branch 'renovate/reqwest-0.x'
992026-02-17T05:30:46.467Z+ git reset --hard e54075acdda557ae93a20bcbed9bf2b94aa48ff8
1002026-02-17T05:30:46.471ZHEAD is now at e54075a Update Rust crate reqwest to 0.13
1012026-02-17T05:30:46.474Zprocess exited: duration 1415 ms, exit code 0
 
1022026-02-17T05:30:46.483Zstarting task 4: "build"
1032026-02-17T05:30:46.488Z+ set -e
1042026-02-17T05:30:46.488Z+ source .github/buildomat/test-common.sh
1052026-02-17T05:30:46.491Z++ NEXTEST_VERSION=0.9.97
1062026-02-17T05:30:46.491Z++ PLATFORM=illumos
1072026-02-17T05:30:46.492Z++ banner install
1082026-02-17T05:30:46.492Z
1092026-02-17T05:30:46.492Z # # # #### ##### ## # #
1102026-02-17T05:30:46.492Z # ## # # # # # # #
1112026-02-17T05:30:46.492Z # # # # #### # # # # #
1122026-02-17T05:30:46.492Z # # # # # # ###### # #
1132026-02-17T05:30:46.492Z # # ## # # # # # # #
1142026-02-17T05:30:46.492Z # # # #### # # # ###### ######
1152026-02-17T05:30:46.492Z
1162026-02-17T05:30:46.492Z++ set +o errexit
1172026-02-17T05:30:46.492Z++ pkg info clang-15
1182026-02-17T05:30:46.492Z++ grep -qi installed
1192026-02-17T05:30:48.022Zpkg: info: no packages matching the following patterns you specified are
1202026-02-17T05:30:48.022Zinstalled on the system. Try querying remotely instead:
1212026-02-17T05:30:48.022Z
1222026-02-17T05:30:48.022Z clang-15
1232026-02-17T05:30:48.067Z++ [[ 1 != 0 ]]
1242026-02-17T05:30:48.067Z++ set -o errexit
1252026-02-17T05:30:48.070Z++ pfexec pkg install clang-15
1262026-02-17T05:30:56.449Z Startup: Refreshing catalog 'helios-dev' ... Done
1272026-02-17T05:31:06.638Z Startup: Caching catalogs ... Done
1282026-02-17T05:31:28.796ZPlanning: Solver setup ... Done
1292026-02-17T05:31:28.944ZPlanning: Running solver ... Done
1302026-02-17T05:31:29.111ZPlanning: Finding local manifests ... Done
1312026-02-17T05:31:29.126ZPlanning: Fetching manifests: 0/2 0% complete
1322026-02-17T05:31:29.249ZPlanning: Fetching manifests: 2/2 100% complete
1332026-02-17T05:31:29.293ZPlanning: Package planning ... Done
1342026-02-17T05:31:29.340ZPlanning: Merging actions ... Done
1352026-02-17T05:31:29.531ZPlanning: Checking for conflicting actions ... Done
1362026-02-17T05:31:29.542ZPlanning: Consolidating action changes ... Done
1372026-02-17T05:31:30.586ZPlanning: Evaluating mediators ... Done
1382026-02-17T05:31:30.594ZPlanning: Planning completed in 23.80 seconds
1392026-02-17T05:31:30.691Z Packages to install: 2
1402026-02-17T05:31:30.691Z Mediators to change: 2
1412026-02-17T05:31:30.694Z Services to change: 1
1422026-02-17T05:31:30.694Z Create boot environment: No
1432026-02-17T05:31:30.694ZCreate backup boot environment: No
1442026-02-17T05:31:30.742Z
1452026-02-17T05:31:30.742ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1462026-02-17T05:31:35.743ZDownload: 2197/3076 items 118.5/211.3MB 56% complete (24.0M/s)
1472026-02-17T05:31:38.289ZDownload: Completed 211.31 MB in 7.55 seconds (28.0M/s)
1482026-02-17T05:31:38.590Z Actions: 1/3418 actions (Installing new actions)
1492026-02-17T05:31:43.242Z Actions: Completed 3418 actions in 4.65 seconds.
1502026-02-17T05:31:43.662Z Done
1512026-02-17T05:31:43.662Z Done
1522026-02-17T05:31:44.741Z Done
1532026-02-17T05:31:49.610Z Done
1542026-02-17T05:31:49.697Z Done
1552026-02-17T05:31:49.701Z Done
1562026-02-17T05:31:49.859Z Done
1572026-02-17T05:31:50.535Z++ set -o errexit
1582026-02-17T05:31:50.535Z++ cargo --version
1592026-02-17T05:31:50.543Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1602026-02-17T05:31:50.751Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1612026-02-17T05:31:50.751Zinfo: downloading component 'cargo'
1622026-02-17T05:31:51.930Zinfo: downloading component 'clippy'
1632026-02-17T05:31:52.317Zinfo: downloading component 'rust-docs'
1642026-02-17T05:31:53.775Zinfo: downloading component 'rust-std'
1652026-02-17T05:31:55.720Zinfo: downloading component 'rustc'
1662026-02-17T05:32:04.553Zinfo: downloading component 'rustfmt'
1672026-02-17T05:32:04.846Zinfo: installing component 'cargo'
1682026-02-17T05:32:05.777Zinfo: installing component 'clippy'
1692026-02-17T05:32:06.164Zinfo: installing component 'rust-docs'
1702026-02-17T05:32:08.068Zinfo: installing component 'rust-std'
1712026-02-17T05:32:09.883Zinfo: installing component 'rustc'
1722026-02-17T05:32:16.546Zinfo: installing component 'rustfmt'
1732026-02-17T05:32:16.996Zcargo 1.92.0 (344c4567c 2025-10-21)
1742026-02-17T05:32:17.001Z++ rustc --version
1752026-02-17T05:32:17.086Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1762026-02-17T05:32:17.091Z++ cargo install cargo-nextest --version 0.9.97
1772026-02-17T05:32:17.197Z Updating crates.io index
1782026-02-17T05:32:17.311Z Downloading crates ...
1792026-02-17T05:32:17.394Z Downloaded cargo-nextest v0.9.97
1802026-02-17T05:32:17.504Z Installing cargo-nextest v0.9.97
1812026-02-17T05:32:17.578Z Updating crates.io index
1822026-02-17T05:32:20.497Z Locking 405 packages to latest compatible versions
1832026-02-17T05:32:20.504Z Adding dialoguer v0.11.0 (available: v0.12.0)
1842026-02-17T05:32:20.507Z Adding duct v0.13.7 (available: v1.1.1)
1852026-02-17T05:32:20.507Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1862026-02-17T05:32:20.507Z Adding generic-array v0.14.7 (available: v0.14.9)
1872026-02-17T05:32:20.510Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1882026-02-17T05:32:20.510Z Adding nextest-filtering v0.15.0 (available: v0.18.0)
1892026-02-17T05:32:20.510Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1902026-02-17T05:32:20.513Z Adding nextest-runner v0.80.0 (available: v0.108.0)
1912026-02-17T05:32:20.533Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1922026-02-17T05:32:20.549Z Downloading crates ...
1932026-02-17T05:32:20.627Z Downloaded const-oid v0.9.6
1942026-02-17T05:32:20.633Z Downloaded autocfg v1.5.0
1952026-02-17T05:32:20.636Z Downloaded anstyle-query v1.1.5
1962026-02-17T05:32:20.639Z Downloaded backtrace-ext v0.2.1
1972026-02-17T05:32:20.642Z Downloaded addr2line v0.25.1
1982026-02-17T05:32:20.645Z Downloaded globset v0.4.18
1992026-02-17T05:32:20.648Z Downloaded adler2 v2.0.1
2002026-02-17T05:32:20.648Z Downloaded camino v1.2.2
2012026-02-17T05:32:20.651Z Downloaded home v0.5.12
2022026-02-17T05:32:20.654Z Downloaded atomic-waker v1.1.2
2032026-02-17T05:32:20.661Z Downloaded block-buffer v0.10.4
2042026-02-17T05:32:20.664Z Downloaded cargo_metadata v0.23.1
2052026-02-17T05:32:20.668Z Downloaded anstyle v1.0.13
2062026-02-17T05:32:20.671Z Downloaded atomicwrites v0.4.4
2072026-02-17T05:32:20.671Z Downloaded cargo-platform v0.2.0
2082026-02-17T05:32:20.674Z Downloaded anstyle-parse v0.2.7
2092026-02-17T05:32:20.677Z Downloaded anstream v0.6.21
2102026-02-17T05:32:20.677Z Downloaded cpufeatures v0.2.17
2112026-02-17T05:32:20.680Z Downloaded color-spantrace v0.3.0
2122026-02-17T05:32:20.683Z Downloaded litrs v1.0.0
2132026-02-17T05:32:20.686Z Downloaded document-features v0.2.12
2142026-02-17T05:32:20.689Z Downloaded cargo-platform v0.3.2
2152026-02-17T05:32:20.689Z Downloaded colorchoice v1.0.4
2162026-02-17T05:32:20.692Z Downloaded futures-core v0.3.32
2172026-02-17T05:32:20.692Z Downloaded indicatif v0.17.11
2182026-02-17T05:32:20.696Z Downloaded bitflags v2.11.0
2192026-02-17T05:32:20.701Z Downloaded futures-macro v0.3.32
2202026-02-17T05:32:20.704Z Downloaded fastrand v2.3.0
2212026-02-17T05:32:20.707Z Downloaded openssl-sys v0.9.111
2222026-02-17T05:32:20.711Z Downloaded hex v0.4.3
2232026-02-17T05:32:20.714Z Downloaded form_urlencoded v1.2.2
2242026-02-17T05:32:20.734Z Downloaded clap_lex v1.0.0
2252026-02-17T05:32:20.734Z Downloaded generic-array v0.14.7
2262026-02-17T05:32:20.734Z Downloaded number_prefix v0.4.0
2272026-02-17T05:32:20.734Z Downloaded nextest-workspace-hack v0.1.0
2282026-02-17T05:32:20.734Z Downloaded heck v0.5.0
2292026-02-17T05:32:20.734Z Downloaded async-scoped v0.9.0
2302026-02-17T05:32:20.734Z Downloaded futures-io v0.3.32
2312026-02-17T05:32:20.734Z Downloaded debug-ignore v1.0.5
2322026-02-17T05:32:20.734Z Downloaded errno v0.3.14
2332026-02-17T05:32:20.737Z Downloaded idna_adapter v1.0.0
2342026-02-17T05:32:20.737Z Downloaded percent-encoding v2.3.2
2352026-02-17T05:32:20.737Z Downloaded equivalent v1.0.2
2362026-02-17T05:32:20.737Z Downloaded cfg_aliases v0.2.1
2372026-02-17T05:32:20.741Z Downloaded http-body v1.0.1
2382026-02-17T05:32:20.741Z Downloaded enable-ansi-support v0.2.1
2392026-02-17T05:32:20.744Z Downloaded foreign-types-shared v0.1.1
2402026-02-17T05:32:20.744Z Downloaded fnv v1.0.7
2412026-02-17T05:32:20.747Z Downloaded foreign-types v0.3.2
2422026-02-17T05:32:20.747Z Downloaded curve25519-dalek-derive v0.1.1
2432026-02-17T05:32:20.750Z Downloaded cargo-util-schemas v0.2.0
2442026-02-17T05:32:20.750Z Downloaded miette v7.6.0
2452026-02-17T05:32:20.758Z Downloaded nextest-metadata v0.12.2
2462026-02-17T05:32:20.761Z Downloaded serde-value v0.7.0
2472026-02-17T05:32:20.761Z Downloaded guppy-workspace-hack v0.1.0
2482026-02-17T05:32:20.761Z Downloaded serde_ignored v0.1.14
2492026-02-17T05:32:20.762Z Downloaded getrandom v0.2.17
2502026-02-17T05:32:20.764Z Downloaded rustc-hash v2.1.1
2512026-02-17T05:32:20.768Z Downloaded serde_spanned v0.6.9
2522026-02-17T05:32:20.768Z Downloaded serde_spanned v1.0.4
2532026-02-17T05:32:20.771Z Downloaded shell-words v1.1.1
2542026-02-17T05:32:20.771Z Downloaded shared_child v1.1.1
2552026-02-17T05:32:20.777Z Downloaded signature v2.2.0
2562026-02-17T05:32:20.777Z Downloaded sigchld v0.2.4
2572026-02-17T05:32:20.780Z Downloaded serde_urlencoded v0.7.1
2582026-02-17T05:32:20.780Z Downloaded nested v0.1.1
2592026-02-17T05:32:20.780Z Downloaded lru-slab v0.1.2
2602026-02-17T05:32:20.780Z Downloaded mukti-metadata v0.3.0
2612026-02-17T05:32:20.783Z Downloaded pin-utils v0.1.0
2622026-02-17T05:32:20.783Z Downloaded is_terminal_polyfill v1.70.2
2632026-02-17T05:32:20.787Z Downloaded futures-task v0.3.32
2642026-02-17T05:32:20.787Z Downloaded find-msvc-tools v0.1.9
2652026-02-17T05:32:20.790Z Downloaded openssl-probe v0.2.1
2662026-02-17T05:32:20.790Z Downloaded futures-sink v0.3.32
2672026-02-17T05:32:20.793Z Downloaded lazy_static v1.5.0
2682026-02-17T05:32:20.793Z Downloaded base64ct v1.8.3
2692026-02-17T05:32:20.796Z Downloaded convert_case v0.10.0
2702026-02-17T05:32:20.799Z Downloaded either v1.15.0
2712026-02-17T05:32:20.799Z Downloaded ed25519 v2.2.3
2722026-02-17T05:32:20.802Z Downloaded openssl-macros v0.1.1
2732026-02-17T05:32:20.802Z Downloaded erased-serde v0.4.9
2742026-02-17T05:32:20.805Z Downloaded duct v0.13.7
2752026-02-17T05:32:20.808Z Downloaded signal-hook-mio v0.2.5
2762026-02-17T05:32:20.808Z Downloaded strip-ansi-escapes v0.2.1
2772026-02-17T05:32:20.811Z Downloaded strsim v0.11.1
2782026-02-17T05:32:20.812Z Downloaded pathdiff v0.2.3
2792026-02-17T05:32:20.814Z Downloaded supports-color v3.0.2
2802026-02-17T05:32:20.814Z Downloaded subtle v2.6.1
2812026-02-17T05:32:20.818Z Downloaded foldhash v0.1.5
2822026-02-17T05:32:20.818Z Downloaded console v0.15.11
2832026-02-17T05:32:20.821Z Downloaded bytes v1.11.1
2842026-02-17T05:32:20.824Z Downloaded swrite v0.1.0
2852026-02-17T05:32:20.827Z Downloaded ordered-float v2.10.1
2862026-02-17T05:32:20.827Z Downloaded ipnet v2.11.0
2872026-02-17T05:32:20.830Z Downloaded target-spec-miette v0.4.5
2882026-02-17T05:32:20.833Z Downloaded shlex v1.3.0
2892026-02-17T05:32:20.833Z Downloaded signal-hook-registry v1.4.8
2902026-02-17T05:32:20.837Z Downloaded self-replace v1.5.0
2912026-02-17T05:32:20.837Z Downloaded lock_api v0.4.14
2922026-02-17T05:32:20.840Z Downloaded terminal_size v0.4.3
2932026-02-17T05:32:20.840Z Downloaded httparse v1.10.1
2942026-02-17T05:32:20.843Z Downloaded tinyvec_macros v0.1.1
2952026-02-17T05:32:20.846Z Downloaded supports-unicode v3.0.0
2962026-02-17T05:32:20.846Z Downloaded jobserver v0.1.34
2972026-02-17T05:32:20.849Z Downloaded toml_datetime v0.6.11
2982026-02-17T05:32:20.849Z Downloaded simd-adler32 v0.3.8
2992026-02-17T05:32:20.852Z Downloaded eyre v0.6.12
3002026-02-17T05:32:20.855Z Downloaded sync_wrapper v1.0.2
3012026-02-17T05:32:20.855Z Downloaded crc32fast v1.5.0
3022026-02-17T05:32:20.858Z Downloaded rustc_version v0.4.1
3032026-02-17T05:32:20.858Z Downloaded rustc-demangle v0.1.27
3042026-02-17T05:32:20.864Z Downloaded newtype-uuid v1.3.2
3052026-02-17T05:32:20.864Z Downloaded filetime v0.2.27
3062026-02-17T05:32:20.867Z Downloaded clap_derive v4.5.55
3072026-02-17T05:32:20.867Z Downloaded ppv-lite86 v0.2.21
3082026-02-17T05:32:20.867Z Downloaded pkg-config v0.3.32
3092026-02-17T05:32:20.870Z Downloaded smol_str v0.3.5
3102026-02-17T05:32:20.870Z Downloaded slab v0.4.12
3112026-02-17T05:32:20.873Z Downloaded rand_core v0.9.5
3122026-02-17T05:32:20.873Z Downloaded http-body-util v0.1.3
3132026-02-17T05:32:20.876Z Downloaded rand_core v0.6.4
3142026-02-17T05:32:20.876Z Downloaded typeid v1.0.3
3152026-02-17T05:32:20.880Z Downloaded tracing-error v0.2.1
3162026-02-17T05:32:20.880Z Downloaded tower-service v0.3.3
3172026-02-17T05:32:20.880Z Downloaded static_assertions v1.1.0
3182026-02-17T05:32:20.883Z Downloaded futures-channel v0.3.32
3192026-02-17T05:32:20.883Z Downloaded spki v0.7.3
3202026-02-17T05:32:20.886Z Downloaded hyper-tls v0.6.0
3212026-02-17T05:32:20.886Z Downloaded serde_path_to_error v0.1.20
3222026-02-17T05:32:20.889Z Downloaded base64 v0.22.1
3232026-02-17T05:32:20.892Z Downloaded semver v1.0.27
3242026-02-17T05:32:20.895Z Downloaded unicode-linebreak v0.1.5
3252026-02-17T05:32:20.895Z Downloaded try-lock v0.2.5
3262026-02-17T05:32:20.895Z Downloaded utf8_iter v1.0.4
3272026-02-17T05:32:20.898Z Downloaded untrusted v0.9.0
3282026-02-17T05:32:20.898Z Downloaded unicode-xid v0.2.6
3292026-02-17T05:32:20.901Z Downloaded rand_chacha v0.9.0
3302026-02-17T05:32:20.902Z Downloaded utf8parse v0.2.2
3312026-02-17T05:32:20.902Z Downloaded sha2 v0.10.9
3322026-02-17T05:32:20.905Z Downloaded smallvec v1.15.1
3332026-02-17T05:32:20.909Z Downloaded tower-layer v0.3.3
3342026-02-17T05:32:20.909Z Downloaded miette-derive v7.6.0
3352026-02-17T05:32:20.912Z Downloaded thread_local v1.1.9
3362026-02-17T05:32:20.912Z Downloaded want v0.3.1
3372026-02-17T05:32:20.912Z Downloaded version_check v0.9.5
3382026-02-17T05:32:20.915Z Downloaded tokio-native-tls v0.3.1
3392026-02-17T05:32:20.915Z Downloaded pkcs8 v0.10.2
3402026-02-17T05:32:20.918Z Downloaded quinn-udp v0.5.14
3412026-02-17T05:32:20.921Z Downloaded once_cell v1.21.3
3422026-02-17T05:32:20.924Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3432026-02-17T05:32:20.924Z Downloaded hyper-rustls v0.27.7
3442026-02-17T05:32:20.927Z Downloaded config v0.15.19
3452026-02-17T05:32:20.930Z Downloaded derive-where v1.6.0
3462026-02-17T05:32:20.933Z Downloaded toml_write v0.1.2
3472026-02-17T05:32:20.937Z Downloaded nextest-filtering v0.15.0
3482026-02-17T05:32:20.941Z Downloaded urlencoding v2.1.3
3492026-02-17T05:32:20.941Z Downloaded toml_writer v1.0.6+spec-1.1.0
3502026-02-17T05:32:20.941Z Downloaded tracing-log v0.2.0
3512026-02-17T05:32:20.944Z Downloaded thiserror v1.0.69
3522026-02-17T05:32:20.948Z Downloaded serde_core v1.0.228
3532026-02-17T05:32:20.951Z Downloaded getrandom v0.4.1
3542026-02-17T05:32:20.952Z Downloaded xattr v1.6.1
3552026-02-17T05:32:20.955Z Downloaded signal-hook v0.3.18
3562026-02-17T05:32:20.958Z Downloaded tempfile v3.25.0
3572026-02-17T05:32:20.961Z Downloaded tokio-stream v0.1.18
3582026-02-17T05:32:20.964Z Downloaded thiserror v2.0.18
3592026-02-17T05:32:20.968Z Downloaded zstd-safe v7.2.4
3602026-02-17T05:32:20.971Z Downloaded pin-project-internal v1.1.10
3612026-02-17T05:32:20.974Z Downloaded rustls-pki-types v1.14.0
3622026-02-17T05:32:20.974Z Downloaded getrandom v0.3.4
3632026-02-17T05:32:20.977Z Downloaded zmij v1.0.21
3642026-02-17T05:32:20.980Z Downloaded toml_parser v1.0.9+spec-1.1.0
3652026-02-17T05:32:20.983Z Downloaded quote v1.0.44
3662026-02-17T05:32:20.986Z Downloaded der v0.7.10
3672026-02-17T05:32:20.990Z Downloaded serde_derive v1.0.228
3682026-02-17T05:32:20.993Z Downloaded derive_more v2.1.1
3692026-02-17T05:32:21.004Z Downloaded zstd v0.13.3
3702026-02-17T05:32:21.007Z Downloaded log v0.4.29
3712026-02-17T05:32:21.010Z Downloaded tinyvec v1.10.0
3722026-02-17T05:32:21.010Z Downloaded textwrap v0.16.2
3732026-02-17T05:32:21.013Z Downloaded num-traits v0.2.19
3742026-02-17T05:32:21.016Z Downloaded cc v1.2.56
3752026-02-17T05:32:21.019Z Downloaded flate2 v1.1.9
3762026-02-17T05:32:21.022Z Downloaded unicode-ident v1.0.24
3772026-02-17T05:32:21.025Z Downloaded tracing-core v0.1.36
3782026-02-17T05:32:21.028Z Downloaded zipsign-api v0.1.5
3792026-02-17T05:32:21.028Z Downloaded zeroize v1.8.2
3802026-02-17T05:32:21.031Z Downloaded xxhash-rust v0.8.15
3812026-02-17T05:32:21.032Z Downloaded uuid v1.21.0
3822026-02-17T05:32:21.035Z Downloaded ryu v1.0.23
3832026-02-17T05:32:21.039Z Downloaded owo-colors v4.2.3
3842026-02-17T05:32:21.042Z Downloaded serde v1.0.228
3852026-02-17T05:32:21.045Z Downloaded derive_more-impl v2.1.1
3862026-02-17T05:32:21.048Z Downloaded toml_edit v0.22.27
3872026-02-17T05:32:21.052Z Downloaded ed25519-dalek v2.2.0
3882026-02-17T05:32:21.055Z Downloaded pin-project v1.1.10
3892026-02-17T05:32:21.066Z Downloaded vte v0.14.1
3902026-02-17T05:32:21.069Z Downloaded aho-corasick v1.1.4
3912026-02-17T05:32:21.073Z Downloaded unicase v2.9.0
3922026-02-17T05:32:21.076Z Downloaded tracing-attributes v0.1.31
3932026-02-17T05:32:21.080Z Downloaded tower v0.5.3
3942026-02-17T05:32:21.085Z Downloaded url v2.5.8
3952026-02-17T05:32:21.089Z Downloaded hashbrown v0.16.1
3962026-02-17T05:32:21.093Z Downloaded proc-macro2 v1.0.106
3972026-02-17T05:32:21.096Z Downloaded guppy v0.17.25
3982026-02-17T05:32:21.101Z Downloaded crossterm v0.29.0
3992026-02-17T05:32:21.107Z Downloaded toml v0.8.23
4002026-02-17T05:32:21.110Z Downloaded toml v0.9.12+spec-1.1.0
4012026-02-17T05:32:21.113Z Downloaded h2 v0.4.13
4022026-02-17T05:32:21.119Z Downloaded hashbrown v0.15.5
4032026-02-17T05:32:21.123Z Downloaded clap_builder v4.5.59
4042026-02-17T05:32:21.129Z Downloaded futures-util v0.3.32
4052026-02-17T05:32:21.139Z Downloaded tar v0.4.44
4062026-02-17T05:32:21.143Z Downloaded memchr v2.8.0
4072026-02-17T05:32:21.146Z Downloaded quinn v0.11.9
4082026-02-17T05:32:21.149Z Downloaded socket2 v0.6.2
4092026-02-17T05:32:21.154Z Downloaded itertools v0.14.0
4102026-02-17T05:32:21.157Z Downloaded winnow v0.7.14
4112026-02-17T05:32:21.166Z Downloaded rustls-webpki v0.103.9
4122026-02-17T05:32:21.169Z Downloaded typenum v1.19.0
4132026-02-17T05:32:21.173Z Downloaded chrono v0.4.43
4142026-02-17T05:32:21.179Z Downloaded serde_json v1.0.149
4152026-02-17T05:32:21.188Z Downloaded mio v1.1.1
4162026-02-17T05:32:21.193Z Downloaded gimli v0.32.3
4172026-02-17T05:32:21.202Z Downloaded rand v0.9.2
4182026-02-17T05:32:21.202Z Downloaded curve25519-dalek v4.1.3
4192026-02-17T05:32:21.207Z Downloaded zerocopy v0.8.39
4202026-02-17T05:32:21.225Z Downloaded syn v2.0.116
4212026-02-17T05:32:21.235Z Downloaded bstr v1.12.1
4222026-02-17T05:32:21.243Z Downloaded portable-atomic v1.13.1
4232026-02-17T05:32:21.248Z Downloaded ron v0.12.0
4242026-02-17T05:32:21.255Z Downloaded hyper-util v0.1.20
4252026-02-17T05:32:21.262Z Downloaded indexmap v2.13.0
4262026-02-17T05:32:21.265Z Downloaded idna v1.1.0
4272026-02-17T05:32:21.269Z Downloaded unicode-segmentation v1.12.0
4282026-02-17T05:32:21.272Z Downloaded unicode-normalization v0.1.25
4292026-02-17T05:32:21.274Z Downloaded miniz_oxide v0.8.9
4302026-02-17T05:32:21.278Z Downloaded http v1.4.0
4312026-02-17T05:32:21.281Z Downloaded backtrace v0.3.76
4322026-02-17T05:32:21.284Z Downloaded tracing v0.1.44
4332026-02-17T05:32:21.303Z Downloaded reqwest v0.12.28
4342026-02-17T05:32:21.307Z Downloaded iri-string v0.7.10
4352026-02-17T05:32:21.313Z Downloaded tokio-rustls v0.26.4
4362026-02-17T05:32:21.316Z Downloaded self_update v0.42.0
4372026-02-17T05:32:21.319Z Downloaded color-eyre v0.6.5
4382026-02-17T05:32:21.323Z Downloaded pulldown-cmark v0.13.0
4392026-02-17T05:32:21.328Z Downloaded tower-http v0.6.8
4402026-02-17T05:32:21.334Z Downloaded hyper v1.8.1
4412026-02-17T05:32:21.340Z Downloaded tokio-util v0.7.18
4422026-02-17T05:32:21.346Z Downloaded regex v1.12.3
4432026-02-17T05:32:21.350Z Downloaded parking_lot_core v0.9.12
4442026-02-17T05:32:21.354Z Downloaded iana-time-zone v0.1.65
4452026-02-17T05:32:21.357Z Downloaded clap v4.5.59
4462026-02-17T05:32:21.363Z Downloaded quick-junit v0.5.2
4472026-02-17T05:32:21.366Z Downloaded pin-project-lite v0.2.16
4482026-02-17T05:32:21.370Z Downloaded target-spec v3.5.7
4492026-02-17T05:32:21.373Z Downloaded parking_lot v0.12.5
4502026-02-17T05:32:21.376Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4512026-02-17T05:32:21.388Z Downloaded quick-xml v0.37.5
4522026-02-17T05:32:21.392Z Downloaded nextest-runner v0.80.0
4532026-02-17T05:32:21.403Z Downloaded sharded-slab v0.1.7
4542026-02-17T05:32:21.406Z Downloaded target-lexicon v0.13.3
4552026-02-17T05:32:21.409Z Downloaded futures v0.3.32
4562026-02-17T05:32:21.412Z Downloaded future-queue v0.4.0
4572026-02-17T05:32:21.415Z Downloaded tokio-macros v2.6.0
4582026-02-17T05:32:21.415Z Downloaded thiserror-impl v2.0.18
4592026-02-17T05:32:21.415Z Downloaded thiserror-impl v1.0.69
4602026-02-17T05:32:21.418Z Downloaded supports-hyperlinks v3.2.0
4612026-02-17T05:32:21.418Z Downloaded serde-untagged v0.1.9
4622026-02-17T05:32:21.418Z Downloaded cfg-expr v0.20.6
4632026-02-17T05:32:21.421Z Downloaded itoa v1.0.17
4642026-02-17T05:32:21.424Z Downloaded scopeguard v1.2.0
4652026-02-17T05:32:21.424Z Downloaded os_pipe v1.2.3
4662026-02-17T05:32:21.425Z Downloaded fixedbitset v0.5.7
4672026-02-17T05:32:21.427Z Downloaded crypto-common v0.1.7
4682026-02-17T05:32:21.428Z Downloaded humantime-serde v1.1.1
4692026-02-17T05:32:21.428Z Downloaded is_ci v1.2.0
4702026-02-17T05:32:21.431Z Downloaded quinn-proto v0.11.13
4712026-02-17T05:32:21.434Z Downloaded indenter v0.3.4
4722026-02-17T05:32:21.437Z Downloaded camino-tempfile v1.4.1
4732026-02-17T05:32:21.437Z Downloaded ahash v0.8.12
4742026-02-17T05:32:21.441Z Downloaded tracing-subscriber v0.3.22
4752026-02-17T05:32:21.445Z Downloaded quick-xml v0.38.4
4762026-02-17T05:32:21.450Z Downloaded borsh v1.6.0
4772026-02-17T05:32:21.456Z Downloaded native-tls v0.2.16
4782026-02-17T05:32:21.459Z Downloaded humantime v2.3.0
4792026-02-17T05:32:21.459Z Downloaded futures-executor v0.3.32
4802026-02-17T05:32:21.462Z Downloaded digest v0.10.7
4812026-02-17T05:32:21.462Z Downloaded openssl v0.10.75
4822026-02-17T05:32:21.469Z Downloaded dialoguer v0.11.0
4832026-02-17T05:32:21.472Z Downloaded indent_write v2.2.0
4842026-02-17T05:32:21.475Z Downloaded vcpkg v0.2.15
4852026-02-17T05:32:21.508Z Downloaded webpki-roots v1.0.6
4862026-02-17T05:32:21.511Z Downloaded cargo_metadata v0.20.0
4872026-02-17T05:32:21.514Z Downloaded cfg-if v1.0.4
4882026-02-17T05:32:21.544Z Downloaded unicode-width v0.2.2
4892026-02-17T05:32:21.569Z Downloaded unicode-width v0.1.14
4902026-02-17T05:32:21.574Z Downloaded object v0.37.3
4912026-02-17T05:32:21.583Z Downloaded regex-syntax v0.8.9
4922026-02-17T05:32:21.589Z Downloaded rustls v0.23.36
4932026-02-17T05:32:21.599Z Downloaded rustix v0.38.44
4942026-02-17T05:32:21.618Z Downloaded nix v0.30.1
4952026-02-17T05:32:21.627Z Downloaded rustix v1.1.3
4962026-02-17T05:32:21.707Z Downloaded regex-automata v0.4.14
4972026-02-17T05:32:21.758Z Downloaded petgraph v0.8.3
4982026-02-17T05:32:21.775Z Downloaded libc v0.2.182
4992026-02-17T05:32:21.811Z Downloaded tokio v1.49.0
5002026-02-17T05:32:21.893Z Downloaded recursion v0.5.4
5012026-02-17T05:32:21.901Z Downloaded ring v0.17.14
5022026-02-17T05:32:21.987Z Compiling proc-macro2 v1.0.106
5032026-02-17T05:32:21.990Z Compiling libc v0.2.182
5042026-02-17T05:32:21.990Z Compiling unicode-ident v1.0.24
5052026-02-17T05:32:21.990Z Compiling quote v1.0.44
5062026-02-17T05:32:21.990Z Compiling serde_core v1.0.228
5072026-02-17T05:32:21.990Z Compiling cfg-if v1.0.4
5082026-02-17T05:32:22.152Z Compiling memchr v2.8.0
5092026-02-17T05:32:22.155Z Compiling once_cell v1.21.3
5102026-02-17T05:32:22.421Z Compiling log v0.4.29
5112026-02-17T05:32:22.440Z Compiling pin-project-lite v0.2.16
5122026-02-17T05:32:22.581Z Compiling serde v1.0.228
5132026-02-17T05:32:22.756Z Compiling itoa v1.0.17
5142026-02-17T05:32:23.228Z Compiling futures-core v0.3.32
5152026-02-17T05:32:23.259Z Compiling bitflags v2.11.0
5162026-02-17T05:32:23.279Z Compiling smallvec v1.15.1
5172026-02-17T05:32:23.486Z Compiling equivalent v1.0.2
5182026-02-17T05:32:23.628Z Compiling hashbrown v0.16.1
5192026-02-17T05:32:23.836Z Compiling find-msvc-tools v0.1.9
5202026-02-17T05:32:24.088Z Compiling shlex v1.3.0
5212026-02-17T05:32:24.309Z Compiling bytes v1.11.1
5222026-02-17T05:32:24.442Z Compiling rustix v1.1.3
5232026-02-17T05:32:24.733Z Compiling errno v0.3.14
5242026-02-17T05:32:24.870Z Compiling jobserver v0.1.34
5252026-02-17T05:32:24.993Z Compiling syn v2.0.116
5262026-02-17T05:32:25.016Z Compiling signal-hook-registry v1.4.8
5272026-02-17T05:32:25.106Z Compiling mio v1.1.1
5282026-02-17T05:32:25.109Z Compiling futures-sink v0.3.32
5292026-02-17T05:32:25.287Z Compiling cc v1.2.56
5302026-02-17T05:32:25.515Z Compiling socket2 v0.6.2
5312026-02-17T05:32:26.118Z Compiling zmij v1.0.21
5322026-02-17T05:32:26.281Z Compiling slab v0.4.12
5332026-02-17T05:32:26.590Z Compiling futures-channel v0.3.32
5342026-02-17T05:32:26.670Z Compiling tracing-core v0.1.36
5352026-02-17T05:32:26.761Z Compiling version_check v0.9.5
5362026-02-17T05:32:27.103Z Compiling serde_json v1.0.149
5372026-02-17T05:32:27.344Z Compiling getrandom v0.4.1
5382026-02-17T05:32:27.538Z Compiling futures-io v0.3.32
5392026-02-17T05:32:27.805Z Compiling futures-task v0.3.32
5402026-02-17T05:32:27.922Z Compiling camino v1.2.2
5412026-02-17T05:32:27.939Z Compiling unicode-width v0.2.2
5422026-02-17T05:32:28.400Z Compiling indexmap v2.13.0
5432026-02-17T05:32:28.512Z Compiling ring v0.17.14
5442026-02-17T05:32:28.559Z Compiling http v1.4.0
5452026-02-17T05:32:28.602Z Compiling simd-adler32 v0.3.8
5462026-02-17T05:32:29.006Z Compiling zeroize v1.8.2
5472026-02-17T05:32:29.361Z Compiling autocfg v1.5.0
5482026-02-17T05:32:29.584Z Compiling percent-encoding v2.3.2
5492026-02-17T05:32:29.857Z Compiling adler2 v2.0.1
5502026-02-17T05:32:30.099Z Compiling miniz_oxide v0.8.9
5512026-02-17T05:32:30.139Z Compiling num-traits v0.2.19
5522026-02-17T05:32:30.555Z Compiling zerocopy v0.8.39
5532026-02-17T05:32:30.601Z Compiling target-lexicon v0.13.3
5542026-02-17T05:32:31.282Z Compiling object v0.37.3
5552026-02-17T05:32:31.490Z Compiling winnow v0.7.14
5562026-02-17T05:32:31.522Z Compiling getrandom v0.3.4
5572026-02-17T05:32:32.216Z Compiling http-body v1.0.1
5582026-02-17T05:32:32.283Z Compiling rustls-pki-types v1.14.0
5592026-02-17T05:32:32.493Z Compiling semver v1.0.27
5602026-02-17T05:32:32.594Z Compiling getrandom v0.2.17
5612026-02-17T05:32:32.923Z Compiling gimli v0.32.3
5622026-02-17T05:32:33.192Z Compiling untrusted v0.9.0
5632026-02-17T05:32:33.421Z Compiling thiserror v2.0.18
5642026-02-17T05:32:33.889Z Compiling owo-colors v4.2.3
5652026-02-17T05:32:34.098Z Compiling guppy-workspace-hack v0.1.0
5662026-02-17T05:32:34.118Z Compiling httparse v1.10.1
5672026-02-17T05:32:34.139Z Compiling fnv v1.0.7
5682026-02-17T05:32:34.317Z Compiling signal-hook v0.3.18
5692026-02-17T05:32:34.474Z Compiling typenum v1.19.0
5702026-02-17T05:32:34.759Z Compiling serde_derive v1.0.228
5712026-02-17T05:32:34.778Z Compiling tokio-macros v2.6.0
5722026-02-17T05:32:34.985Z Compiling futures-macro v0.3.32
5732026-02-17T05:32:35.141Z Compiling tracing-attributes v0.1.31
5742026-02-17T05:32:36.066Z Compiling thiserror-impl v2.0.18
5752026-02-17T05:32:36.295Z Compiling tokio v1.49.0
5762026-02-17T05:32:36.793Z Compiling futures-util v0.3.32
5772026-02-17T05:32:37.827Z Compiling tracing v0.1.44
5782026-02-17T05:32:38.484Z Compiling addr2line v0.25.1
5792026-02-17T05:32:39.626Z Compiling form_urlencoded v1.2.2
5802026-02-17T05:32:40.059Z Compiling generic-array v0.14.7
5812026-02-17T05:32:40.142Z Compiling atomic-waker v1.1.2
5822026-02-17T05:32:40.352Z Compiling fastrand v2.3.0
5832026-02-17T05:32:40.474Z Compiling utf8_iter v1.0.4
5842026-02-17T05:32:40.784Z Compiling pkg-config v0.3.32
5852026-02-17T05:32:41.013Z Compiling idna_adapter v1.0.0
5862026-02-17T05:32:41.193Z Compiling typeid v1.0.3
5872026-02-17T05:32:41.614Z Compiling rustls v0.23.36
5882026-02-17T05:32:41.714Z Compiling tower-service v0.3.3
5892026-02-17T05:32:41.859Z Compiling rustc-demangle v0.1.27
5902026-02-17T05:32:41.965Z Compiling target-spec v3.5.7
5912026-02-17T05:32:42.483Z Compiling thiserror v1.0.69
5922026-02-17T05:32:42.554Z Compiling try-lock v0.2.5
5932026-02-17T05:32:42.745Z Compiling want v0.3.1
5942026-02-17T05:32:42.899Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5952026-02-17T05:32:43.037Z Compiling idna v1.1.0
5962026-02-17T05:32:43.391Z Compiling tempfile v3.25.0
5972026-02-17T05:32:43.775Z Compiling cfg-expr v0.20.6
5982026-02-17T05:32:45.214Z Compiling tokio-util v0.7.18
5992026-02-17T05:32:45.759Z Compiling thiserror-impl v1.0.69
6002026-02-17T05:32:46.694Z Compiling rustls-webpki v0.103.9
6012026-02-17T05:32:46.725Z Compiling h2 v0.4.13
6022026-02-17T05:32:47.005Z Compiling backtrace v0.3.76
6032026-02-17T05:32:48.006Z Compiling terminal_size v0.4.3
6042026-02-17T05:32:48.275Z Compiling aho-corasick v1.1.4
6052026-02-17T05:32:48.439Z Compiling pin-utils v0.1.0
6062026-02-17T05:32:48.557Z Compiling erased-serde v0.4.9
6072026-02-17T05:32:49.099Z Compiling regex-syntax v0.8.9
6082026-02-17T05:32:50.343Z Compiling subtle v2.6.1
6092026-02-17T05:32:52.573Z Compiling hyper v1.8.1
6102026-02-17T05:32:53.324Z Compiling regex-automata v0.4.14
6112026-02-17T05:33:01.851Z Compiling url v2.5.8
6122026-02-17T05:33:02.632Z Compiling serde_spanned v0.6.9
6132026-02-17T05:33:02.903Z Compiling toml_datetime v0.6.11
6142026-02-17T05:33:03.690Z Compiling ahash v0.8.12
6152026-02-17T05:33:04.140Z Compiling sync_wrapper v1.0.2
6162026-02-17T05:33:04.339Z Compiling lazy_static v1.5.0
6172026-02-17T05:33:04.509Z Compiling foldhash v0.1.5
6182026-02-17T05:33:04.961Z Compiling nextest-workspace-hack v0.1.0
6192026-02-17T05:33:05.132Z Compiling ipnet v2.11.0
6202026-02-17T05:33:05.350Z Compiling portable-atomic v1.13.1
6212026-02-17T05:33:06.001Z Compiling either v1.15.0
6222026-02-17T05:33:06.078Z Compiling crc32fast v1.5.0
6232026-02-17T05:33:06.288Z Compiling base64 v0.22.1
6242026-02-17T05:33:06.465Z Compiling is_ci v1.2.0
6252026-02-17T05:33:06.615Z Compiling parking_lot_core v0.9.12
6262026-02-17T05:33:06.767Z Compiling toml_write v0.1.2
6272026-02-17T05:33:07.116Z Compiling unicode-linebreak v0.1.5
6282026-02-17T05:33:07.271Z Compiling unicode-segmentation v1.12.0
6292026-02-17T05:33:07.314Z Compiling tower-layer v0.3.3
6302026-02-17T05:33:07.370Z Compiling toml_edit v0.22.27
6312026-02-17T05:33:07.677Z Compiling textwrap v0.16.2
6322026-02-17T05:33:07.761Z Compiling tower v0.5.3
6332026-02-17T05:33:07.825Z Compiling hyper-util v0.1.20
6342026-02-17T05:33:08.080Z Compiling convert_case v0.10.0
6352026-02-17T05:33:08.730Z Compiling supports-color v3.0.2
6362026-02-17T05:33:09.128Z Compiling hashbrown v0.15.5
6372026-02-17T05:33:09.167Z Compiling sharded-slab v0.1.7
6382026-02-17T05:33:10.599Z Compiling tokio-rustls v0.26.4
6392026-02-17T05:33:10.829Z Compiling backtrace-ext v0.2.1
6402026-02-17T05:33:11.181Z Compiling ordered-float v2.10.1
6412026-02-17T05:33:11.341Z Compiling miette-derive v7.6.0
6422026-02-17T05:33:11.840Z Compiling webpki-roots v1.0.6
6432026-02-17T05:33:12.018Z Compiling pathdiff v0.2.3
6442026-02-17T05:33:12.072Z Compiling console v0.15.11
6452026-02-17T05:33:12.229Z Compiling cargo-platform v0.3.2
6462026-02-17T05:33:13.451Z Compiling tracing-log v0.2.0
6472026-02-17T05:33:13.579Z Compiling os_pipe v1.2.3
6482026-02-17T05:33:13.853Z Compiling thread_local v1.1.9
6492026-02-17T05:33:13.892Z Compiling debug-ignore v1.0.5
6502026-02-17T05:33:14.059Z Compiling pulldown-cmark v0.13.0
6512026-02-17T05:33:14.098Z Compiling scopeguard v1.2.0
6522026-02-17T05:33:14.269Z Compiling rustix v0.38.44
6532026-02-17T05:33:14.446Z Compiling cfg_aliases v0.2.1
6542026-02-17T05:33:14.555Z Compiling supports-unicode v3.0.0
6552026-02-17T05:33:14.589Z Compiling iri-string v0.7.10
6562026-02-17T05:33:14.853Z Compiling ryu v1.0.23
6572026-02-17T05:33:14.946Z Compiling unicode-width v0.1.14
6582026-02-17T05:33:15.107Z Compiling utf8parse v0.2.2
6592026-02-17T05:33:15.299Z Compiling fixedbitset v0.5.7
6602026-02-17T05:33:15.550Z Compiling supports-hyperlinks v3.2.0
6612026-02-17T05:33:15.962Z Compiling zstd-safe v7.2.4
6622026-02-17T05:33:16.141Z Compiling petgraph v0.8.3
6632026-02-17T05:33:16.374Z Compiling miette v7.6.0
6642026-02-17T05:33:16.393Z Compiling anstyle-parse v0.2.7
6652026-02-17T05:33:16.799Z Compiling serde_urlencoded v0.7.1
6662026-02-17T05:33:17.509Z Compiling nix v0.30.1
6672026-02-17T05:33:18.329Z Compiling tower-http v0.6.8
6682026-02-17T05:33:19.417Z Compiling tracing-subscriber v0.3.22
6692026-02-17T05:33:20.316Z Compiling lock_api v0.4.14
6702026-02-17T05:33:20.577Z Compiling sigchld v0.2.4
6712026-02-17T05:33:20.675Z Compiling cargo_metadata v0.23.1
6722026-02-17T05:33:20.829Z Compiling hyper-rustls v0.27.7
6732026-02-17T05:33:20.913Z Compiling serde-value v0.7.0
6742026-02-17T05:33:22.217Z Compiling serde-untagged v0.1.9
6752026-02-17T05:33:22.568Z Compiling toml v0.8.23
6762026-02-17T05:33:25.854Z Compiling derive_more-impl v2.1.1
6772026-02-17T05:33:26.679Z Compiling itertools v0.14.0
6782026-02-17T05:33:27.236Z Compiling block-buffer v0.10.4
6792026-02-17T05:33:27.507Z Compiling crypto-common v0.1.7
6802026-02-17T05:33:27.570Z Compiling regex v1.12.3
6812026-02-17T05:33:27.759Z Compiling ppv-lite86 v0.2.21
6822026-02-17T05:33:28.590Z Compiling futures-executor v0.3.32
6832026-02-17T05:33:28.956Z Compiling rand_core v0.9.5
6842026-02-17T05:33:29.452Z Compiling toml_parser v1.0.9+spec-1.1.0
6852026-02-17T05:33:29.608Z Compiling pin-project-internal v1.1.10
6862026-02-17T05:33:29.637Z Compiling http-body-util v0.1.3
6872026-02-17T05:33:30.223Z Compiling uuid v1.21.0
6882026-02-17T05:33:30.271Z Compiling toml_datetime v0.7.5+spec-1.1.0
6892026-02-17T05:33:30.653Z Compiling serde_spanned v1.0.4
6902026-02-17T05:33:30.918Z Compiling smol_str v0.3.5
6912026-02-17T05:33:31.158Z Compiling filetime v0.2.27
6922026-02-17T05:33:31.407Z Compiling vte v0.14.1
6932026-02-17T05:33:31.517Z Compiling bstr v1.12.1
6942026-02-17T05:33:31.574Z Compiling static_assertions v1.1.0
6952026-02-17T05:33:31.693Z Compiling iana-time-zone v0.1.65
6962026-02-17T05:33:31.783Z Compiling is_terminal_polyfill v1.70.2
6972026-02-17T05:33:31.926Z Compiling unicode-xid v0.2.6
6982026-02-17T05:33:32.049Z Compiling xattr v1.6.1
6992026-02-17T05:33:32.160Z Compiling eyre v0.6.12
7002026-02-17T05:33:32.308Z Compiling anstyle-query v1.1.5
7012026-02-17T05:33:32.370Z Compiling color-spantrace v0.3.0
7022026-02-17T05:33:32.484Z Compiling unicase v2.9.0
7032026-02-17T05:33:32.521Z Compiling number_prefix v0.4.0
7042026-02-17T05:33:32.781Z Compiling tinyvec_macros v0.1.1
7052026-02-17T05:33:32.848Z Compiling nested v0.1.1
7062026-02-17T05:33:32.890Z Compiling anstyle v1.0.13
7072026-02-17T05:33:32.929Z Compiling self_update v0.42.0
7082026-02-17T05:33:33.004Z Compiling litrs v1.0.0
7092026-02-17T05:33:33.087Z Compiling colorchoice v1.0.4
7102026-02-17T05:33:33.253Z Compiling anstream v0.6.21
7112026-02-17T05:33:33.273Z Compiling guppy v0.17.25
7122026-02-17T05:33:33.391Z Compiling tinyvec v1.10.0
7132026-02-17T05:33:33.870Z Compiling document-features v0.2.12
7142026-02-17T05:33:33.967Z Compiling indicatif v0.17.11
7152026-02-17T05:33:34.368Z Compiling globset v0.4.18
7162026-02-17T05:33:34.391Z Compiling tar v0.4.44
7172026-02-17T05:33:34.992Z Compiling cargo-util-schemas v0.2.0
7182026-02-17T05:33:35.848Z Compiling pin-project v1.1.10
7192026-02-17T05:33:36.015Z Compiling chrono v0.4.43
7202026-02-17T05:33:37.082Z Compiling strip-ansi-escapes v0.2.1
7212026-02-17T05:33:38.204Z Compiling nextest-metadata v0.12.2
7222026-02-17T05:33:40.242Z Compiling toml v0.9.12+spec-1.1.0
7232026-02-17T05:33:40.599Z Compiling newtype-uuid v1.3.2
7242026-02-17T05:33:40.953Z Compiling reqwest v0.12.28
7252026-02-17T05:33:41.052Z Compiling rand_chacha v0.9.0
7262026-02-17T05:33:41.798Z Compiling futures v0.3.32
7272026-02-17T05:33:41.927Z Compiling digest v0.10.7
7282026-02-17T05:33:42.314Z Compiling derive_more v2.1.1
7292026-02-17T05:33:42.372Z Compiling parking_lot v0.12.5
7302026-02-17T05:33:42.445Z Compiling flate2 v1.1.9
7312026-02-17T05:33:43.633Z Compiling tracing-error v0.2.1
7322026-02-17T05:33:44.082Z Compiling shared_child v1.1.1
7332026-02-17T05:33:44.717Z Compiling signal-hook-mio v0.2.5
7342026-02-17T05:33:44.937Z Compiling self-replace v1.5.0
7352026-02-17T05:33:45.135Z Compiling cargo-platform v0.2.0
7362026-02-17T05:33:45.504Z Compiling quick-xml v0.38.4
7372026-02-17T05:33:46.319Z Compiling quick-xml v0.37.5
7382026-02-17T05:33:47.607Z Compiling shell-words v1.1.1
7392026-02-17T05:33:48.088Z Compiling cpufeatures v0.2.17
7402026-02-17T05:33:48.204Z Compiling indenter v0.3.4
7412026-02-17T05:33:48.234Z Compiling clap_lex v1.0.0
7422026-02-17T05:33:48.420Z Compiling recursion v0.5.4
7432026-02-17T05:33:48.667Z Compiling urlencoding v2.1.3
7442026-02-17T05:33:48.912Z Compiling strsim v0.11.1
7452026-02-17T05:33:49.142Z Compiling humantime v2.3.0
7462026-02-17T05:33:49.207Z Compiling heck v0.5.0
7472026-02-17T05:33:49.636Z Compiling clap_derive v4.5.55
7482026-02-17T05:33:49.713Z Compiling humantime-serde v1.1.1
7492026-02-17T05:33:49.979Z Compiling clap_builder v4.5.59
7502026-02-17T05:33:50.448Z Compiling nextest-filtering v0.15.0
7512026-02-17T05:33:51.724Z Compiling sha2 v0.10.9
7522026-02-17T05:33:53.773Z Compiling quick-junit v0.5.2
7532026-02-17T05:33:55.069Z Compiling atomicwrites v0.4.4
7542026-02-17T05:33:55.630Z Compiling cargo_metadata v0.20.0
7552026-02-17T05:33:59.367Z Compiling cargo-nextest v0.9.97
7562026-02-17T05:33:59.946Z Compiling crossterm v0.29.0
7572026-02-17T05:34:00.862Z Compiling duct v0.13.7
7582026-02-17T05:34:03.605Z Compiling zstd v0.13.3
7592026-02-17T05:34:04.714Z Compiling async-scoped v0.9.0
7602026-02-17T05:34:05.047Z Compiling config v0.15.19
7612026-02-17T05:34:05.066Z Compiling rand v0.9.2
7622026-02-17T05:34:05.593Z Compiling unicode-normalization v0.1.25
7632026-02-17T05:34:06.457Z Compiling target-spec-miette v0.4.5
7642026-02-17T05:34:06.746Z Compiling future-queue v0.4.0
7652026-02-17T05:34:06.839Z Compiling mukti-metadata v0.3.0
7662026-02-17T05:34:07.252Z Compiling tokio-stream v0.1.18
7672026-02-17T05:34:07.303Z Compiling camino-tempfile v1.4.1
7682026-02-17T05:34:07.475Z Compiling derive-where v1.6.0
7692026-02-17T05:34:07.892Z Compiling serde_ignored v0.1.14
7702026-02-17T05:34:08.167Z Compiling serde_path_to_error v0.1.20
7712026-02-17T05:34:08.355Z Compiling hex v0.4.3
7722026-02-17T05:34:08.434Z Compiling indent_write v2.2.0
7732026-02-17T05:34:08.483Z Compiling home v0.5.12
7742026-02-17T05:34:08.676Z Compiling xxhash-rust v0.8.15
7752026-02-17T05:34:08.975Z Compiling swrite v0.1.0
7762026-02-17T05:34:09.011Z Compiling color-eyre v0.6.5
7772026-02-17T05:34:09.065Z Compiling clap v4.5.59
7782026-02-17T05:34:09.141Z Compiling dialoguer v0.11.0
7792026-02-17T05:34:09.145Z Compiling enable-ansi-support v0.2.1
7802026-02-17T05:34:10.329Z Compiling nextest-runner v0.80.0
7812026-02-17T05:34:48.574Z Finished `release` profile [optimized] target(s) in 2m 31s
7822026-02-17T05:34:48.806Z Installing /home/build/.cargo/bin/cargo-nextest
7832026-02-17T05:34:48.809Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7842026-02-17T05:34:48.922Z+ pushd bgp
7852026-02-17T05:34:48.930Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7862026-02-17T05:34:48.930Z+ pfexec cargo nextest run
7872026-02-17T05:34:49.291Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-02-17T05:34:51.029ZFrom https://github.com/oxidecomputer/falcon
7892026-02-17T05:34:51.029Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
7902026-02-17T05:34:51.136Z Updating crates.io index
7912026-02-17T05:34:51.195Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-02-17T05:34:51.934ZFrom https://github.com/oxidecomputer/dendrite
7932026-02-17T05:34:51.934Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7942026-02-17T05:34:51.985Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-02-17T05:34:52.243ZFrom https://github.com/oxidecomputer/ispf
7962026-02-17T05:34:52.243Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7972026-02-17T05:34:52.300Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-02-17T05:34:52.634ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-02-17T05:34:52.634Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
8002026-02-17T05:34:52.646Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-02-17T05:35:00.573ZFrom https://github.com/oxidecomputer/omicron
8022026-02-17T05:35:00.573Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
8032026-02-17T05:35:01.270Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-02-17T05:35:01.903ZFrom https://github.com/oxidecomputer/opte
8052026-02-17T05:35:01.903Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8062026-02-17T05:35:01.949Z Updating git repository `https://github.com/illumos/smf-rs`
8072026-02-17T05:35:02.201ZFrom https://github.com/illumos/smf-rs
8082026-02-17T05:35:02.201Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8092026-02-17T05:35:02.342Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8102026-02-17T05:35:02.634ZFrom https://github.com/oxidecomputer/network-interface
8112026-02-17T05:35:02.634Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8122026-02-17T05:35:02.691Z Updating git repository `https://github.com/oxidecomputer/zone`
8132026-02-17T05:35:02.947ZFrom https://github.com/oxidecomputer/zone
8142026-02-17T05:35:02.947Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8152026-02-17T05:35:03.025Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-02-17T05:35:04.202ZFrom https://github.com/oxidecomputer/propolis
8172026-02-17T05:35:04.203Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8182026-02-17T05:35:04.305Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8192026-02-17T05:35:04.799ZFrom https://github.com/oxidecomputer/transceiver-control
8202026-02-17T05:35:04.800Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8212026-02-17T05:35:04.865Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222026-02-17T05:35:05.144ZFrom https://github.com/oxidecomputer/dlpi-sys
8232026-02-17T05:35:05.145Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8242026-02-17T05:35:05.162Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252026-02-17T05:35:05.440ZFrom https://github.com/jmesmon/rust-libzfs
8262026-02-17T05:35:05.440Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8272026-02-17T05:35:05.452Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282026-02-17T05:35:05.709ZFrom https://github.com/oxidecomputer/rusty-doors
8292026-02-17T05:35:05.709Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8302026-02-17T05:35:05.719Z Updating git repository `https://github.com/oxidecomputer/lldp`
8312026-02-17T05:35:06.019ZFrom https://github.com/oxidecomputer/lldp
8322026-02-17T05:35:06.019Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8332026-02-17T05:35:06.064Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8342026-02-17T05:35:06.877ZFrom https://github.com/oxidecomputer/maghemite
8352026-02-17T05:35:06.877Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8362026-02-17T05:35:06.936Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-02-17T05:35:07.190ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-02-17T05:35:07.190Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-02-17T05:35:07.220Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8402026-02-17T05:35:07.469ZFrom https://github.com/oxidecomputer/slog-error-chain
8412026-02-17T05:35:07.469Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8422026-02-17T05:35:07.636Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8432026-02-17T05:35:07.928ZFrom https://github.com/oxidecomputer/tufaceous
8442026-02-17T05:35:07.928Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8452026-02-17T05:35:07.982Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-02-17T05:35:08.475ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-02-17T05:35:08.475Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8482026-02-17T05:35:08.607Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-02-17T05:35:10.169ZFrom https://github.com/oxidecomputer/crucible
8502026-02-17T05:35:10.169Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-02-17T05:35:10.308Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-02-17T05:35:10.671ZFrom https://github.com/oxidecomputer/propolis
8532026-02-17T05:35:10.671Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8542026-02-17T05:35:11.083Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-02-17T05:35:11.346ZFrom https://github.com/oxidecomputer/tofino
8562026-02-17T05:35:11.346Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8572026-02-17T05:35:11.368Z Updating git repository `https://github.com/oxidecomputer/clickward`
8582026-02-17T05:35:11.678ZFrom https://github.com/oxidecomputer/clickward
8592026-02-17T05:35:11.678Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8602026-02-17T05:35:11.737Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8612026-02-17T05:35:12.001ZFrom https://github.com/oxidecomputer/illumos-devinfo
8622026-02-17T05:35:12.002Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8632026-02-17T05:35:12.748Zerror: failed to select a version for `reqwest`.
8642026-02-17T05:35:12.748Z ... required by package `ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)`
8652026-02-17T05:35:12.748Z ... which satisfies path dependency `ddm-admin-client` (locked to 0.1.0) of package `ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)`
8662026-02-17T05:35:12.748Zversions that meet the requirements `^0.13` are: 0.13.2, 0.13.1, 0.13.0
8672026-02-17T05:35:12.748Z
8682026-02-17T05:35:12.748Zpackage `ddm-admin-client` depends on `reqwest` with feature `rustls-tls` but `reqwest` does not have that feature.
8692026-02-17T05:35:12.748Z
8702026-02-17T05:35:12.748Z
8712026-02-17T05:35:12.748Zfailed to select a version for `reqwest` which could resolve this conflict
8722026-02-17T05:35:12.782Zerror: 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
8732026-02-17T05:35:12.786Zprocess exited: duration 266243 ms, exit code 102
 
8742026-02-17T05:35:12.795Zfound 0 output files