01KVF85ERV1ZZ786GC3YDRXKA1: test-mg-lower

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

Buildomat Job: 01KVF85ZGTCPKPH7T6AQZAJSKX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:14:10.101Zjob assigned to worker 01KVF86KZMRXBE3PJSJEN3HEFX [factory aws, i-0809692a4e0bc1f5a] (queued for 1 m 2 s)
 
22026-06-19T06:14:16.741Zstarting task 0: "setup"
32026-06-19T06:14:16.747Z++ uname -s
42026-06-19T06:14:16.750Z+ kern=SunOS
52026-06-19T06:14:16.750Z+ build_user=build
62026-06-19T06:14:16.750Z+ build_uid=12345
72026-06-19T06:14:16.750Z+ work_dir=/work
82026-06-19T06:14:16.750Z+ input_dir=/input
92026-06-19T06:14:16.750Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:16.750Z+ case "$kern" in
112026-06-19T06:14:16.750Z+ groupadd -g 12345 build
122026-06-19T06:14:16.750Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:18.757Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:18.872Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:18.875Z+ home_fs=zfs
162026-06-19T06:14:18.875Z+ [[ zfs == autofs ]]
172026-06-19T06:14:18.875Z+ mkdir -p /home/build
182026-06-19T06:14:18.875Z+ chown build:build /home/build /work
192026-06-19T06:14:20.878Z+ chmod 0700 /home/build /work
202026-06-19T06:14:20.882Zprocess exited: duration 4139 ms, exit code 0
 
212026-06-19T06:14:20.888Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:20.894Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:20.894Z * rust toolchain channel = "stable"
242026-06-19T06:14:20.894Z * rust toolchain profile = "default"
252026-06-19T06:14:20.894Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-19T06:14:20.895Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:20.895Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:20.895Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:20.898Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:21.153Zinfo: downloading installer
312026-06-19T06:14:22.738Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:22.738Zwarn: /opt/ooce/bin
332026-06-19T06:14:22.738Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:22.738Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:22.738Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:22.738Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:22.738Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:22.738Zerror: cannot install while Rust is installed
392026-06-19T06:14:22.738Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:22.738Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:22.738Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:22.738Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:22.738Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:22.750Zinfo: profile set to default
452026-06-19T06:14:22.750Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:22.754Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:22.885Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:22.888Zinfo: downloading 6 components
492026-06-19T06:14:39.328Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:39.328Z
512026-06-19T06:14:39.347Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:39.347Z
532026-06-19T06:14:39.348Z
542026-06-19T06:14:39.348ZRust is installed now. Great!
552026-06-19T06:14:39.348Z
562026-06-19T06:14:39.348ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:39.348Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:39.348Z
592026-06-19T06:14:39.348ZTo configure your current shell, you need to source
602026-06-19T06:14:39.348Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:39.348Z
622026-06-19T06:14:39.348ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:39.348Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:39.348Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:39.348Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:39.348Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:39.348Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:39.348Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:39.375Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:39.375Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:39.449Z+ rustup --version
722026-06-19T06:14:39.460Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:39.460Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:39.466Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:39.478Z+ cargo --version
762026-06-19T06:14:39.484Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:39.490Z+ rustc --version
782026-06-19T06:14:39.508Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:39.518Zprocess exited: duration 18615 ms, exit code 0
 
802026-06-19T06:14:39.596Zstarting task 2: "authentication"
812026-06-19T06:14:39.645Zprocess exited: duration 62 ms, exit code 0
 
822026-06-19T06:14:39.689Zstarting task 3: "clone repository"
832026-06-19T06:14:39.710Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:39.710Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:39.732ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:41.100Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:41.100Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:41.521ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:41.521Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:41.529Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:41.532Z++ git branch --show-current
922026-06-19T06:14:41.532Z+ current=main
932026-06-19T06:14:41.532Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:41.532Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:41.535Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:41.553ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:41.556Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:41.559ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:41.559Zprocess exited: duration 1874 ms, exit code 0
 
1002026-06-19T06:14:41.564Zstarting task 4: "build"
1012026-06-19T06:14:41.568Z+ set -e
1022026-06-19T06:14:41.568Z+ source .github/buildomat/test-common.sh
1032026-06-19T06:14:41.571Z++ NEXTEST_VERSION=0.9.97
1042026-06-19T06:14:41.571Z++ PLATFORM=illumos
1052026-06-19T06:14:41.571Z++ banner install
1062026-06-19T06:14:41.571Z
1072026-06-19T06:14:41.571Z # # # #### ##### ## # #
1082026-06-19T06:14:41.571Z # ## # # # # # # #
1092026-06-19T06:14:41.571Z # # # # #### # # # # #
1102026-06-19T06:14:41.571Z # # # # # # ###### # #
1112026-06-19T06:14:41.571Z # # ## # # # # # # #
1122026-06-19T06:14:41.571Z # # # #### # # # ###### ######
1132026-06-19T06:14:41.571Z
1142026-06-19T06:14:41.571Z++ set +o errexit
1152026-06-19T06:14:41.571Z++ pkg info clang-15
1162026-06-19T06:14:41.574Z++ grep -qi installed
1172026-06-19T06:14:42.758Zpkg: info: no packages matching the following patterns you specified are
1182026-06-19T06:14:42.758Zinstalled on the system. Try querying remotely instead:
1192026-06-19T06:14:42.758Z
1202026-06-19T06:14:42.758Z clang-15
1212026-06-19T06:14:42.796Z++ [[ 1 != 0 ]]
1222026-06-19T06:14:42.796Z++ set -o errexit
1232026-06-19T06:14:42.799Z++ pfexec pkg install clang-15
1242026-06-19T06:14:49.931Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-19T06:14:57.796Z Startup: Caching catalogs ... Done
1262026-06-19T06:15:05.158ZPlanning: Solver setup ... Done
1272026-06-19T06:15:05.199ZPlanning: Running solver ... Done
1282026-06-19T06:15:05.341ZPlanning: Finding local manifests ... Done
1292026-06-19T06:15:05.766ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-19T06:15:05.860ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-19T06:15:05.888ZPlanning: Package planning ... Done
1322026-06-19T06:15:05.914ZPlanning: Merging actions ... Done
1332026-06-19T06:15:06.021ZPlanning: Checking for conflicting actions ... Done
1342026-06-19T06:15:06.027ZPlanning: Consolidating action changes ... Done
1352026-06-19T06:15:06.807ZPlanning: Evaluating mediators ... Done
1362026-06-19T06:15:06.812ZPlanning: Planning completed in 8.85 seconds
1372026-06-19T06:15:06.823Z Packages to install: 2
1382026-06-19T06:15:06.823Z Mediators to change: 2
1392026-06-19T06:15:06.823Z Services to change: 1
1402026-06-19T06:15:06.823Z Create boot environment: No
1412026-06-19T06:15:06.823ZCreate backup boot environment: No
1422026-06-19T06:15:06.866Z
1432026-06-19T06:15:06.866ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-19T06:15:11.879ZDownload: 661/3076 items 17.5/211.3MB 8% complete (3.7M/s)
1452026-06-19T06:15:17.104ZDownload: 980/3076 items 82.2/211.3MB 38% complete (10.3M/s)
1462026-06-19T06:15:22.111ZDownload: 1334/3076 items 114.6/211.3MB 54% complete (9.7M/s)
1472026-06-19T06:15:31.894ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (3.6M/s)
1482026-06-19T06:15:36.895ZDownload: 2953/3076 items 172.5/211.3MB 81% complete (10.8M/s)
1492026-06-19T06:15:44.375ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (14.0M/s)
1502026-06-19T06:15:50.523ZDownload: 3072/3076 items 210.5/211.3MB 99% complete (8.8M/s)
1512026-06-19T06:15:50.543ZDownload: Completed 211.31 MB in 43.67 seconds (4.8M/s)
1522026-06-19T06:15:50.730Z Actions: 1/3418 actions (Installing new actions)
1532026-06-19T06:15:53.858Z Actions: Completed 3418 actions in 3.13 seconds.
1542026-06-19T06:15:54.501Z Done
1552026-06-19T06:15:54.501Z Done
1562026-06-19T06:15:55.237Z Done
1572026-06-19T06:15:58.629Z Done
1582026-06-19T06:15:58.700Z Done
1592026-06-19T06:15:58.703Z Done
1602026-06-19T06:15:59.008Z Done
1612026-06-19T06:15:59.690Z++ set -o errexit
1622026-06-19T06:15:59.690Z++ cargo --version
1632026-06-19T06:15:59.698Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-06-19T06:15:59.887Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-06-19T06:15:59.891Zinfo: downloading 6 components
1662026-06-19T06:16:14.899Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-06-19T06:16:14.903Z++ rustc --version
1682026-06-19T06:16:14.928Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-06-19T06:16:14.931Z++ cargo install cargo-nextest --version 0.9.97
1702026-06-19T06:16:14.975Z Updating crates.io index
1712026-06-19T06:16:15.085Z Downloading crates ...
1722026-06-19T06:16:15.143Z Downloaded cargo-nextest v0.9.97
1732026-06-19T06:16:15.209Z Installing cargo-nextest v0.9.97
1742026-06-19T06:16:15.249Z Updating crates.io index
1752026-06-19T06:16:18.087Z Locking 390 packages to latest compatible versions
1762026-06-19T06:16:18.091Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-06-19T06:16:18.091Z Adding duct v0.13.7 (available: v1.1.1)
1782026-06-19T06:16:18.091Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-06-19T06:16:18.094Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-06-19T06:16:18.094Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-06-19T06:16:18.094Z Adding itertools v0.14.0 (available: v0.15.0)
1822026-06-19T06:16:18.098Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1832026-06-19T06:16:18.098Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1842026-06-19T06:16:18.098Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1852026-06-19T06:16:18.102Z Adding quick-junit v0.5.2 (available: v0.6.0)
1862026-06-19T06:16:18.128Z Downloading crates ...
1872026-06-19T06:16:18.204Z Downloaded backtrace-ext v0.2.1
1882026-06-19T06:16:18.208Z Downloaded anstyle-parse v1.0.0
1892026-06-19T06:16:18.211Z Downloaded addr2line v0.25.1
1902026-06-19T06:16:18.214Z Downloaded base64ct v1.8.3
1912026-06-19T06:16:18.217Z Downloaded base64 v0.22.1
1922026-06-19T06:16:18.220Z Downloaded indenter v0.3.4
1932026-06-19T06:16:18.225Z Downloaded futures-sink v0.3.32
1942026-06-19T06:16:18.225Z Downloaded cargo-platform v0.2.0
1952026-06-19T06:16:18.225Z Downloaded color-spantrace v0.3.0
1962026-06-19T06:16:18.225Z Downloaded backtrace v0.3.76
1972026-06-19T06:16:18.228Z Downloaded home v0.5.12
1982026-06-19T06:16:18.228Z Downloaded form_urlencoded v1.2.2
1992026-06-19T06:16:18.232Z Downloaded lru-slab v0.1.2
2002026-06-19T06:16:18.232Z Downloaded ed25519 v2.2.3
2012026-06-19T06:16:18.235Z Downloaded futures-channel v0.3.32
2022026-06-19T06:16:18.235Z Downloaded idna_adapter v1.0.0
2032026-06-19T06:16:18.235Z Downloaded dialoguer v0.11.0
2042026-06-19T06:16:18.238Z Downloaded futures-core v0.3.32
2052026-06-19T06:16:18.238Z Downloaded equivalent v1.0.2
2062026-06-19T06:16:18.241Z Downloaded duct v0.13.7
2072026-06-19T06:16:18.241Z Downloaded nextest-workspace-hack v0.1.0
2082026-06-19T06:16:18.241Z Downloaded lock_api v0.4.14
2092026-06-19T06:16:18.246Z Downloaded indent_write v2.2.0
2102026-06-19T06:16:18.246Z Downloaded cargo_metadata v0.20.0
2112026-06-19T06:16:18.246Z Downloaded colorchoice v1.0.5
2122026-06-19T06:16:18.248Z Downloaded cargo-util-schemas v0.2.0
2132026-06-19T06:16:18.248Z Downloaded getrandom v0.4.3
2142026-06-19T06:16:18.251Z Downloaded miette v7.6.0
2152026-06-19T06:16:18.254Z Downloaded futures-task v0.3.32
2162026-06-19T06:16:18.254Z Downloaded getrandom v0.3.4
2172026-06-19T06:16:18.257Z Downloaded rustc-hash v2.1.2
2182026-06-19T06:16:18.257Z Downloaded quinn-udp v0.5.14
2192026-06-19T06:16:18.261Z Downloaded http v1.4.2
2202026-06-19T06:16:18.264Z Downloaded heck v0.5.0
2212026-06-19T06:16:18.264Z Downloaded foldhash v0.1.5
2222026-06-19T06:16:18.264Z Downloaded quote v1.0.45
2232026-06-19T06:16:18.267Z Downloaded enable-ansi-support v0.2.1
2242026-06-19T06:16:18.267Z Downloaded async-scoped v0.9.0
2252026-06-19T06:16:18.267Z Downloaded futures-io v0.3.32
2262026-06-19T06:16:18.270Z Downloaded atomicwrites v0.4.4
2272026-06-19T06:16:18.270Z Downloaded fnv v1.0.7
2282026-06-19T06:16:18.270Z Downloaded debug-ignore v1.0.5
2292026-06-19T06:16:18.273Z Downloaded curve25519-dalek-derive v0.1.1
2302026-06-19T06:16:18.273Z Downloaded os_pipe v1.2.3
2312026-06-19T06:16:18.276Z Downloaded hyper-tls v0.6.0
2322026-06-19T06:16:18.276Z Downloaded pin-project-internal v1.1.13
2332026-06-19T06:16:18.276Z Downloaded futures-macro v0.3.32
2342026-06-19T06:16:18.279Z Downloaded foreign-types-shared v0.1.1
2352026-06-19T06:16:18.279Z Downloaded errno v0.3.14
2362026-06-19T06:16:18.279Z Downloaded jobserver v0.1.34
2372026-06-19T06:16:18.282Z Downloaded foreign-types v0.3.2
2382026-06-19T06:16:18.282Z Downloaded humantime-serde v1.1.1
2392026-06-19T06:16:18.282Z Downloaded cargo-platform v0.3.3
2402026-06-19T06:16:18.285Z Downloaded number_prefix v0.4.0
2412026-06-19T06:16:18.285Z Downloaded nested v0.1.1
2422026-06-19T06:16:18.288Z Downloaded hex v0.4.3
2432026-06-19T06:16:18.288Z Downloaded cargo_metadata v0.23.1
2442026-06-19T06:16:18.288Z Downloaded cpufeatures v0.2.17
2452026-06-19T06:16:18.291Z Downloaded clap_lex v1.1.0
2462026-06-19T06:16:18.291Z Downloaded document-features v0.2.12
2472026-06-19T06:16:18.294Z Downloaded http-body v1.0.1
2482026-06-19T06:16:18.294Z Downloaded cfg_aliases v0.2.1
2492026-06-19T06:16:18.294Z Downloaded anstyle-query v1.1.5
2502026-06-19T06:16:18.297Z Downloaded memchr v2.8.2
2512026-06-19T06:16:18.300Z Downloaded is_terminal_polyfill v1.70.2
2522026-06-19T06:16:18.300Z Downloaded lazy_static v1.5.0
2532026-06-19T06:16:18.303Z Downloaded is_ci v1.2.0
2542026-06-19T06:16:18.303Z Downloaded block-buffer v0.10.4
2552026-06-19T06:16:18.303Z Downloaded atomic-waker v1.1.2
2562026-06-19T06:16:18.306Z Downloaded log v0.4.32
2572026-06-19T06:16:18.306Z Downloaded miette-derive v7.6.0
2582026-06-19T06:16:18.309Z Downloaded once_cell v1.21.4
2592026-06-19T06:16:18.309Z Downloaded iana-time-zone v0.1.65
2602026-06-19T06:16:18.312Z Downloaded generic-array v0.14.7
2612026-06-19T06:16:18.315Z Downloaded serde_spanned v1.1.1
2622026-06-19T06:16:18.315Z Downloaded cfg-if v1.0.4
2632026-06-19T06:16:18.315Z Downloaded rustc_version v0.4.1
2642026-06-19T06:16:18.318Z Downloaded adler2 v2.0.1
2652026-06-19T06:16:18.318Z Downloaded scopeguard v1.2.0
2662026-06-19T06:16:18.318Z Downloaded openssl-macros v0.1.1
2672026-06-19T06:16:18.321Z Downloaded crypto-common v0.1.7
2682026-06-19T06:16:18.321Z Downloaded cfg-expr v0.20.8
2692026-06-19T06:16:18.321Z Downloaded camino-tempfile v1.4.1
2702026-06-19T06:16:18.323Z Downloaded itoa v1.0.18
2712026-06-19T06:16:18.324Z Downloaded guppy-workspace-hack v0.1.0
2722026-06-19T06:16:18.327Z Downloaded serde_ignored v0.1.14
2732026-06-19T06:16:18.327Z Downloaded serde_spanned v0.6.9
2742026-06-19T06:16:18.331Z Downloaded percent-encoding v2.3.2
2752026-06-19T06:16:18.334Z Downloaded convert_case v0.10.0
2762026-06-19T06:16:18.334Z Downloaded ordered-float v2.10.1
2772026-06-19T06:16:18.336Z Downloaded shared_child v1.1.1
2782026-06-19T06:16:18.339Z Downloaded pathdiff v0.2.3
2792026-06-19T06:16:18.342Z Downloaded mukti-metadata v0.3.0
2802026-06-19T06:16:18.345Z Downloaded sigchld v0.2.4
2812026-06-19T06:16:18.348Z Downloaded either v1.16.0
2822026-06-19T06:16:18.351Z Downloaded shell-words v1.1.1
2832026-06-19T06:16:18.354Z Downloaded openssl-probe v0.2.1
2842026-06-19T06:16:18.354Z Downloaded autocfg v1.5.1
2852026-06-19T06:16:18.354Z Downloaded strip-ansi-escapes v0.2.1
2862026-06-19T06:16:18.357Z Downloaded signal-hook-mio v0.2.5
2872026-06-19T06:16:18.357Z Downloaded sync_wrapper v1.0.2
2882026-06-19T06:16:18.360Z Downloaded swrite v0.1.0
2892026-06-19T06:16:18.360Z Downloaded supports-unicode v3.0.0
2902026-06-19T06:16:18.360Z Downloaded strsim v0.11.1
2912026-06-19T06:16:18.363Z Downloaded terminal_size v0.4.4
2922026-06-19T06:16:18.367Z Downloaded tinyvec_macros v0.1.1
2932026-06-19T06:16:18.370Z Downloaded native-tls v0.2.18
2942026-06-19T06:16:18.373Z Downloaded humantime v2.3.0
2952026-06-19T06:16:18.373Z Downloaded filetime v0.2.29
2962026-06-19T06:16:18.376Z Downloaded rand_core v0.6.4
2972026-06-19T06:16:18.376Z Downloaded anstream v1.0.0
2982026-06-19T06:16:18.376Z Downloaded nextest-metadata v0.12.2
2992026-06-19T06:16:18.379Z Downloaded miniz_oxide v0.8.9
3002026-06-19T06:16:18.379Z Downloaded globset v0.4.18
3012026-06-19T06:16:18.382Z Downloaded digest v0.10.7
3022026-06-19T06:16:18.382Z Downloaded supports-color v3.0.2
3032026-06-19T06:16:18.382Z Downloaded serde-value v0.7.0
3042026-06-19T06:16:18.386Z Downloaded supports-hyperlinks v3.2.0
3052026-06-19T06:16:18.386Z Downloaded subtle v2.6.1
3062026-06-19T06:16:18.386Z Downloaded tokio-macros v2.7.0
3072026-06-19T06:16:18.386Z Downloaded fastrand v2.4.1
3082026-06-19T06:16:18.389Z Downloaded futures-executor v0.3.32
3092026-06-19T06:16:18.389Z Downloaded erased-serde v0.4.10
3102026-06-19T06:16:18.389Z Downloaded http-body-util v0.1.3
3112026-06-19T06:16:18.390Z Downloaded tower-layer v0.3.3
3122026-06-19T06:16:18.393Z Downloaded serde_path_to_error v0.1.20
3132026-06-19T06:16:18.397Z Downloaded ipnet v2.12.0
3142026-06-19T06:16:18.400Z Downloaded serde_urlencoded v0.7.1
3152026-06-19T06:16:18.403Z Downloaded rand_chacha v0.9.0
3162026-06-19T06:16:18.403Z Downloaded pkg-config v0.3.33
3172026-06-19T06:16:18.406Z Downloaded toml_datetime v0.6.11
3182026-06-19T06:16:18.410Z Downloaded eyre v0.6.12
3192026-06-19T06:16:18.413Z Downloaded shlex v2.0.1
3202026-06-19T06:16:18.413Z Downloaded pkcs8 v0.10.2
3212026-06-19T06:16:18.413Z Downloaded find-msvc-tools v0.1.9
3222026-06-19T06:16:18.416Z Downloaded sha2 v0.10.9
3232026-06-19T06:16:18.416Z Downloaded serde-untagged v0.1.9
3242026-06-19T06:16:18.419Z Downloaded signature v2.2.0
3252026-06-19T06:16:18.419Z Downloaded derive_more v2.1.1
3262026-06-19T06:16:18.425Z Downloaded tracing-error v0.2.1
3272026-06-19T06:16:18.428Z Downloaded typeid v1.0.3
3282026-06-19T06:16:18.428Z Downloaded try-lock v0.2.5
3292026-06-19T06:16:18.428Z Downloaded tower-service v0.3.3
3302026-06-19T06:16:18.428Z Downloaded unicode-xid v0.2.6
3312026-06-19T06:16:18.431Z Downloaded unicode-linebreak v0.1.5
3322026-06-19T06:16:18.431Z Downloaded spki v0.7.3
3332026-06-19T06:16:18.431Z Downloaded simd-adler32 v0.3.9
3342026-06-19T06:16:18.434Z Downloaded slab v0.4.12
3352026-06-19T06:16:18.434Z Downloaded signal-hook-registry v1.4.8
3362026-06-19T06:16:18.434Z Downloaded rand_core v0.9.5
3372026-06-19T06:16:18.437Z Downloaded ppv-lite86 v0.2.21
3382026-06-19T06:16:18.437Z Downloaded thread_local v1.1.9
3392026-06-19T06:16:18.437Z Downloaded static_assertions v1.1.0
3402026-06-19T06:16:18.437Z Downloaded thiserror-impl v1.0.69
3412026-06-19T06:16:18.440Z Downloaded litrs v1.0.0
3422026-06-19T06:16:18.440Z Downloaded httparse v1.10.1
3432026-06-19T06:16:18.443Z Downloaded urlencoding v2.1.3
3442026-06-19T06:16:18.443Z Downloaded num-traits v0.2.19
3452026-06-19T06:16:18.446Z Downloaded version_check v0.9.5
3462026-06-19T06:16:18.446Z Downloaded parking_lot_core v0.9.12
3472026-06-19T06:16:18.446Z Downloaded newtype-uuid v1.3.2
3482026-06-19T06:16:18.449Z Downloaded thiserror v1.0.69
3492026-06-19T06:16:18.449Z Downloaded ahash v0.8.12
3502026-06-19T06:16:18.452Z Downloaded future-queue v0.4.0
3512026-06-19T06:16:18.452Z Downloaded utf8parse v0.2.2
3522026-06-19T06:16:18.455Z Downloaded smol_str v0.3.6
3532026-06-19T06:16:18.455Z Downloaded utf8_iter v1.0.4
3542026-06-19T06:16:18.455Z Downloaded target-lexicon v0.13.5
3552026-06-19T06:16:18.455Z Downloaded getrandom v0.2.17
3562026-06-19T06:16:18.458Z Downloaded anstyle v1.0.14
3572026-06-19T06:16:18.458Z Downloaded fixedbitset v0.5.7
3582026-06-19T06:16:18.462Z Downloaded console v0.15.11
3592026-06-19T06:16:18.462Z Downloaded clap_derive v4.6.1
3602026-06-19T06:16:18.465Z Downloaded tokio-native-tls v0.3.1
3612026-06-19T06:16:18.465Z Downloaded camino v1.2.3
3622026-06-19T06:16:18.465Z Downloaded want v0.3.1
3632026-06-19T06:16:18.465Z Downloaded target-spec-miette v0.4.8
3642026-06-19T06:16:18.468Z Downloaded xattr v1.6.1
3652026-06-19T06:16:18.471Z Downloaded owo-colors v4.3.0
3662026-06-19T06:16:18.471Z Downloaded crc32fast v1.5.0
3672026-06-19T06:16:18.471Z Downloaded toml_write v0.1.2
3682026-06-19T06:16:18.474Z Downloaded toml_writer v1.1.1+spec-1.1.0
3692026-06-19T06:16:18.474Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3702026-06-19T06:16:18.474Z Downloaded config v0.15.24
3712026-06-19T06:16:18.477Z Downloaded quick-junit v0.5.2
3722026-06-19T06:16:18.481Z Downloaded derive-where v1.6.1
3732026-06-19T06:16:18.484Z Downloaded rustc-demangle v0.1.27
3742026-06-19T06:16:18.484Z Downloaded pin-project-lite v0.2.17
3752026-06-19T06:16:18.487Z Downloaded rustls-pki-types v1.14.1
3762026-06-19T06:16:18.489Z Downloaded const-oid v0.9.6
3772026-06-19T06:16:18.489Z Downloaded hyper-rustls v0.27.9
3782026-06-19T06:16:18.496Z Downloaded tracing-log v0.2.0
3792026-06-19T06:16:18.499Z Downloaded smallvec v1.15.2
3802026-06-19T06:16:18.502Z Downloaded self-replace v1.5.0
3812026-06-19T06:16:18.505Z Downloaded unicase v2.9.0
3822026-06-19T06:16:18.505Z Downloaded toml v0.8.23
3832026-06-19T06:16:18.508Z Downloaded thiserror v2.0.18
3842026-06-19T06:16:18.511Z Downloaded semver v1.0.28
3852026-06-19T06:16:18.511Z Downloaded xxhash-rust v0.8.15
3862026-06-19T06:16:18.514Z Downloaded parking_lot v0.12.5
3872026-06-19T06:16:18.514Z Downloaded nextest-filtering v0.15.0
3882026-06-19T06:16:18.517Z Downloaded bitflags v2.13.0
3892026-06-19T06:16:18.517Z Downloaded untrusted v0.9.0
3902026-06-19T06:16:18.520Z Downloaded serde_derive v1.0.228
3912026-06-19T06:16:18.523Z Downloaded tempfile v3.27.0
3922026-06-19T06:16:18.523Z Downloaded thiserror-impl v2.0.18
3932026-06-19T06:16:18.523Z Downloaded serde_core v1.0.228
3942026-06-19T06:16:18.526Z Downloaded clap v4.6.1
3952026-06-19T06:16:18.530Z Downloaded zstd-safe v7.2.4
3962026-06-19T06:16:18.533Z Downloaded zeroize v1.9.0
3972026-06-19T06:16:18.533Z Downloaded toml_parser v1.1.2+spec-1.1.0
3982026-06-19T06:16:18.536Z Downloaded tokio-stream v0.1.18
3992026-06-19T06:16:18.539Z Downloaded hyper-util v0.1.20
4002026-06-19T06:16:18.541Z Downloaded zstd v0.13.3
4012026-06-19T06:16:18.541Z Downloaded zmij v1.0.21
4022026-06-19T06:16:18.545Z Downloaded signal-hook v0.3.18
4032026-06-19T06:16:18.545Z Downloaded sharded-slab v0.1.7
4042026-06-19T06:16:18.549Z Downloaded bytes v1.12.0
4052026-06-19T06:16:18.552Z Downloaded target-spec v3.6.0
4062026-06-19T06:16:18.552Z Downloaded tinyvec v1.11.0
4072026-06-19T06:16:18.555Z Downloaded textwrap v0.16.2
4082026-06-19T06:16:18.558Z Downloaded tokio-rustls v0.26.4
4092026-06-19T06:16:18.558Z Downloaded tracing-attributes v0.1.31
4102026-06-19T06:16:18.561Z Downloaded self_update v0.42.0
4112026-06-19T06:16:18.561Z Downloaded proc-macro2 v1.0.106
4122026-06-19T06:16:18.565Z Downloaded ryu v1.0.23
4132026-06-19T06:16:18.569Z Downloaded zipsign-api v0.1.5
4142026-06-19T06:16:18.575Z Downloaded toml v1.1.2+spec-1.1.0
4152026-06-19T06:16:18.579Z Downloaded serde v1.0.228
4162026-06-19T06:16:18.582Z Downloaded socket2 v0.6.4
4172026-06-19T06:16:18.585Z Downloaded vte v0.14.1
4182026-06-19T06:16:18.585Z Downloaded borsh v1.7.0
4192026-06-19T06:16:18.589Z Downloaded flate2 v1.1.9
4202026-06-19T06:16:18.592Z Downloaded futures v0.3.32
4212026-06-19T06:16:18.595Z Downloaded tar v0.4.46
4222026-06-19T06:16:18.597Z Downloaded pin-project v1.1.13
4232026-06-19T06:16:18.603Z Downloaded ed25519-dalek v2.2.0
4242026-06-19T06:16:18.605Z Downloaded indicatif v0.17.11
4252026-06-19T06:16:18.609Z Downloaded tracing-core v0.1.36
4262026-06-19T06:16:18.612Z Downloaded unicode-ident v1.0.24
4272026-06-19T06:16:18.612Z Downloaded derive_more-impl v2.1.1
4282026-06-19T06:16:18.616Z Downloaded cc v1.2.64
4292026-06-19T06:16:18.619Z Downloaded der v0.7.10
4302026-06-19T06:16:18.624Z Downloaded uuid v1.23.3
4312026-06-19T06:16:18.638Z Downloaded rustls-webpki v0.103.13
4322026-06-19T06:16:18.641Z Downloaded openssl-sys v0.9.117
4332026-06-19T06:16:18.662Z Downloaded hashbrown v0.15.5
4342026-06-19T06:16:18.670Z Downloaded crossterm v0.29.0
4352026-06-19T06:16:18.678Z Downloaded hashbrown v0.17.1
4362026-06-19T06:16:18.683Z Downloaded futures-util v0.3.32
4372026-06-19T06:16:18.688Z Downloaded tokio-util v0.7.18
4382026-06-19T06:16:18.693Z Downloaded quinn v0.11.9
4392026-06-19T06:16:18.696Z Downloaded mio v1.2.1
4402026-06-19T06:16:18.699Z Downloaded serde_json v1.0.150
4412026-06-19T06:16:18.702Z Downloaded url v2.5.8
4422026-06-19T06:16:18.705Z Downloaded toml_edit v0.22.27
4432026-06-19T06:16:18.708Z Downloaded idna v1.1.0
4442026-06-19T06:16:18.708Z Downloaded clap_builder v4.6.0
4452026-06-19T06:16:18.711Z Downloaded rand v0.9.4
4462026-06-19T06:16:18.714Z Downloaded h2 v0.4.15
4472026-06-19T06:16:18.717Z Downloaded indexmap v2.14.0
4482026-06-19T06:16:18.720Z Downloaded guppy v0.17.26
4492026-06-19T06:16:18.723Z Downloaded aho-corasick v1.1.4
4502026-06-19T06:16:18.726Z Downloaded tower v0.5.3
4512026-06-19T06:16:18.735Z Downloaded ron v0.12.1
4522026-06-19T06:16:18.740Z Downloaded unicode-segmentation v1.13.3
4532026-06-19T06:16:18.743Z Downloaded winnow v1.0.3
4542026-06-19T06:16:18.750Z Downloaded winnow v0.7.15
4552026-06-19T06:16:18.753Z Downloaded typenum v1.20.1
4562026-06-19T06:16:18.769Z Downloaded chrono v0.4.45
4572026-06-19T06:16:18.773Z Downloaded unicode-normalization v0.1.25
4582026-06-19T06:16:18.776Z Downloaded hyper v1.10.1
4592026-06-19T06:16:18.779Z Downloaded tracing-subscriber v0.3.23
4602026-06-19T06:16:18.784Z Downloaded regex v1.12.4
4612026-06-19T06:16:18.787Z Downloaded itertools v0.14.0
4622026-06-19T06:16:18.790Z Downloaded reqwest v0.12.28
4632026-06-19T06:16:18.795Z Downloaded curve25519-dalek v4.1.3
4642026-06-19T06:16:18.800Z Downloaded unicode-width v0.1.14
4652026-06-19T06:16:18.804Z Downloaded zerocopy v0.8.52
4662026-06-19T06:16:18.816Z Downloaded gimli v0.32.3
4672026-06-19T06:16:18.820Z Downloaded syn v2.0.118
4682026-06-19T06:16:18.826Z Downloaded bstr v1.12.1
4692026-06-19T06:16:18.831Z Downloaded quick-xml v0.37.5
4702026-06-19T06:16:18.834Z Downloaded pulldown-cmark v0.13.4
4712026-06-19T06:16:18.838Z Downloaded portable-atomic v1.13.1
4722026-06-19T06:16:18.841Z Downloaded tower-http v0.6.11
4732026-06-19T06:16:18.845Z Downloaded quick-xml v0.38.4
4742026-06-19T06:16:18.855Z Downloaded tracing v0.1.44
4752026-06-19T06:16:18.869Z Downloaded color-eyre v0.6.5
4762026-06-19T06:16:18.883Z Downloaded tokio v1.52.3
4772026-06-19T06:16:18.905Z Downloaded quinn-proto v0.11.14
4782026-06-19T06:16:18.913Z Downloaded webpki-roots v1.0.8
4792026-06-19T06:16:18.927Z Downloaded vcpkg v0.2.15
4802026-06-19T06:16:18.965Z Downloaded unicode-width v0.2.2
4812026-06-19T06:16:18.971Z Downloaded nextest-runner v0.80.0
4822026-06-19T06:16:18.979Z Downloaded openssl v0.10.81
4832026-06-19T06:16:18.993Z Downloaded object v0.37.3
4842026-06-19T06:16:18.999Z Downloaded regex-syntax v0.8.11
4852026-06-19T06:16:19.007Z Downloaded nix v0.30.1
4862026-06-19T06:16:19.015Z Downloaded rustix v0.38.44
4872026-06-19T06:16:19.027Z Downloaded rustls v0.23.40
4882026-06-19T06:16:19.042Z Downloaded rustix v1.1.4
4892026-06-19T06:16:19.108Z Downloaded regex-automata v0.4.14
4902026-06-19T06:16:19.153Z Downloaded petgraph v0.8.3
4912026-06-19T06:16:19.169Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4922026-06-19T06:16:19.179Z Downloaded libc v0.2.186
4932026-06-19T06:16:19.250Z Downloaded recursion v0.5.4
4942026-06-19T06:16:19.255Z Downloaded ring v0.17.14
4952026-06-19T06:16:19.313Z Compiling proc-macro2 v1.0.106
4962026-06-19T06:16:19.313Z Compiling libc v0.2.186
4972026-06-19T06:16:19.316Z Compiling quote v1.0.45
4982026-06-19T06:16:19.316Z Compiling unicode-ident v1.0.24
4992026-06-19T06:16:19.316Z Compiling serde_core v1.0.228
5002026-06-19T06:16:19.316Z Compiling cfg-if v1.0.4
5012026-06-19T06:16:19.316Z Compiling memchr v2.8.2
5022026-06-19T06:16:19.316Z Compiling once_cell v1.21.4
5032026-06-19T06:16:19.548Z Compiling log v0.4.32
5042026-06-19T06:16:19.563Z Compiling pin-project-lite v0.2.17
5052026-06-19T06:16:19.655Z Compiling serde v1.0.228
5062026-06-19T06:16:19.695Z Compiling itoa v1.0.18
5072026-06-19T06:16:19.855Z Compiling futures-core v0.3.32
5082026-06-19T06:16:19.936Z Compiling smallvec v1.15.2
5092026-06-19T06:16:20.008Z Compiling bitflags v2.13.0
5102026-06-19T06:16:20.021Z Compiling hashbrown v0.17.1
5112026-06-19T06:16:20.181Z Compiling find-msvc-tools v0.1.9
5122026-06-19T06:16:20.401Z Compiling errno v0.3.14
5132026-06-19T06:16:20.413Z Compiling shlex v2.0.1
5142026-06-19T06:16:20.413Z Compiling equivalent v1.0.2
5152026-06-19T06:16:20.542Z Compiling signal-hook-registry v1.4.8
5162026-06-19T06:16:20.595Z Compiling jobserver v0.1.34
5172026-06-19T06:16:20.599Z Compiling bytes v1.12.0
5182026-06-19T06:16:20.622Z Compiling mio v1.2.1
5192026-06-19T06:16:20.684Z Compiling futures-sink v0.3.32
5202026-06-19T06:16:20.709Z Compiling syn v2.0.118
5212026-06-19T06:16:20.768Z Compiling rustix v1.1.4
5222026-06-19T06:16:20.794Z Compiling socket2 v0.6.4
5232026-06-19T06:16:20.909Z Compiling cc v1.2.64
5242026-06-19T06:16:21.095Z Compiling zmij v1.0.21
5252026-06-19T06:16:21.311Z Compiling slab v0.4.12
5262026-06-19T06:16:21.483Z Compiling futures-channel v0.3.32
5272026-06-19T06:16:21.525Z Compiling tracing-core v0.1.36
5282026-06-19T06:16:21.538Z Compiling version_check v0.9.5
5292026-06-19T06:16:21.659Z Compiling serde_json v1.0.150
5302026-06-19T06:16:21.749Z Compiling indexmap v2.14.0
5312026-06-19T06:16:21.940Z Compiling futures-task v0.3.32
5322026-06-19T06:16:21.954Z Compiling futures-io v0.3.32
5332026-06-19T06:16:22.125Z Compiling getrandom v0.4.3
5342026-06-19T06:16:22.165Z Compiling camino v1.2.3
5352026-06-19T06:16:22.250Z Compiling percent-encoding v2.3.2
5362026-06-19T06:16:22.441Z Compiling unicode-width v0.2.2
5372026-06-19T06:16:22.557Z Compiling ring v0.17.14
5382026-06-19T06:16:22.623Z Compiling http v1.4.2
5392026-06-19T06:16:22.667Z Compiling zeroize v1.9.0
5402026-06-19T06:16:22.704Z Compiling simd-adler32 v0.3.9
5412026-06-19T06:16:22.758Z Compiling autocfg v1.5.1
5422026-06-19T06:16:22.869Z Compiling adler2 v2.0.1
5432026-06-19T06:16:23.039Z Compiling miniz_oxide v0.8.9
5442026-06-19T06:16:23.108Z Compiling num-traits v0.2.19
5452026-06-19T06:16:23.379Z Compiling object v0.37.3
5462026-06-19T06:16:23.547Z Compiling getrandom v0.3.4
5472026-06-19T06:16:23.709Z Compiling zerocopy v0.8.52
5482026-06-19T06:16:23.923Z Compiling target-lexicon v0.13.5
5492026-06-19T06:16:24.153Z Compiling http-body v1.0.1
5502026-06-19T06:16:24.167Z Compiling rustls-pki-types v1.14.1
5512026-06-19T06:16:24.317Z Compiling form_urlencoded v1.2.2
5522026-06-19T06:16:24.365Z Compiling serde_derive v1.0.228
5532026-06-19T06:16:24.401Z Compiling tokio-macros v2.7.0
5542026-06-19T06:16:24.479Z Compiling futures-macro v0.3.32
5552026-06-19T06:16:24.564Z Compiling tracing-attributes v0.1.31
5562026-06-19T06:16:24.634Z Compiling semver v1.0.28
5572026-06-19T06:16:24.803Z Compiling getrandom v0.2.17
5582026-06-19T06:16:24.998Z Compiling guppy-workspace-hack v0.1.0
5592026-06-19T06:16:25.052Z Compiling idna_adapter v1.0.0
5602026-06-19T06:16:25.146Z Compiling tokio v1.52.3
5612026-06-19T06:16:25.159Z Compiling owo-colors v4.3.0
5622026-06-19T06:16:25.230Z Compiling fnv v1.0.7
5632026-06-19T06:16:25.300Z Compiling signal-hook v0.3.18
5642026-06-19T06:16:25.318Z Compiling futures-util v0.3.32
5652026-06-19T06:16:25.336Z Compiling thiserror v2.0.18
5662026-06-19T06:16:25.496Z Compiling httparse v1.10.1
5672026-06-19T06:16:25.529Z Compiling utf8_iter v1.0.4
5682026-06-19T06:16:25.688Z Compiling untrusted v0.9.0
5692026-06-19T06:16:25.700Z Compiling gimli v0.32.3
5702026-06-19T06:16:25.772Z Compiling tracing v0.1.44
5712026-06-19T06:16:25.897Z Compiling idna v1.1.0
5722026-06-19T06:16:26.109Z Compiling thiserror-impl v2.0.18
5732026-06-19T06:16:27.553Z Compiling addr2line v0.25.1
5742026-06-19T06:16:27.821Z Compiling generic-array v0.14.7
5752026-06-19T06:16:27.990Z Compiling rustc-demangle v0.1.27
5762026-06-19T06:16:28.003Z Compiling thiserror v1.0.69
5772026-06-19T06:16:28.071Z Compiling typeid v1.0.3
5782026-06-19T06:16:28.319Z Compiling try-lock v0.2.5
5792026-06-19T06:16:28.331Z Compiling fastrand v2.4.1
5802026-06-19T06:16:28.368Z Compiling rustls v0.23.40
5812026-06-19T06:16:28.432Z Compiling target-spec v3.6.0
5822026-06-19T06:16:28.591Z Compiling tower-service v0.3.3
5832026-06-19T06:16:28.655Z Compiling pkg-config v0.3.33
5842026-06-19T06:16:28.690Z Compiling atomic-waker v1.1.2
5852026-06-19T06:16:28.741Z Compiling tempfile v3.27.0
5862026-06-19T06:16:28.826Z Compiling want v0.3.1
5872026-06-19T06:16:29.013Z Compiling tokio-util v0.7.18
5882026-06-19T06:16:29.088Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5892026-06-19T06:16:29.380Z Compiling cfg-expr v0.20.8
5902026-06-19T06:16:29.501Z Compiling h2 v0.4.15
5912026-06-19T06:16:29.637Z Compiling url v2.5.8
5922026-06-19T06:16:30.207Z Compiling backtrace v0.3.76
5932026-06-19T06:16:30.862Z Compiling thiserror-impl v1.0.69
5942026-06-19T06:16:31.173Z Compiling terminal_size v0.4.4
5952026-06-19T06:16:31.213Z Compiling aho-corasick v1.1.4
5962026-06-19T06:16:31.331Z Compiling regex-syntax v0.8.11
5972026-06-19T06:16:32.026Z Compiling rustls-webpki v0.103.13
5982026-06-19T06:16:32.125Z Compiling winnow v0.7.15
5992026-06-19T06:16:34.062Z Compiling erased-serde v0.4.10
6002026-06-19T06:16:34.367Z Compiling typenum v1.20.1
6012026-06-19T06:16:34.527Z Compiling subtle v2.6.1
6022026-06-19T06:16:34.641Z Compiling regex-automata v0.4.14
6032026-06-19T06:16:35.156Z Compiling hyper v1.10.1
6042026-06-19T06:16:36.765Z Compiling serde_spanned v0.6.9
6052026-06-19T06:16:36.926Z Compiling toml_datetime v0.6.11
6062026-06-19T06:16:37.292Z Compiling ahash v0.8.12
6072026-06-19T06:16:37.563Z Compiling sync_wrapper v1.0.2
6082026-06-19T06:16:37.683Z Compiling base64 v0.22.1
6092026-06-19T06:16:38.021Z Compiling tower-layer v0.3.3
6102026-06-19T06:16:38.169Z Compiling is_ci v1.2.0
6112026-06-19T06:16:38.227Z Compiling foldhash v0.1.5
6122026-06-19T06:16:38.338Z Compiling unicode-segmentation v1.13.3
6132026-06-19T06:16:38.453Z Compiling unicode-linebreak v0.1.5
6142026-06-19T06:16:38.727Z Compiling nextest-workspace-hack v0.1.0
6152026-06-19T06:16:38.742Z Compiling toml_write v0.1.2
6162026-06-19T06:16:38.753Z Compiling parking_lot_core v0.9.12
6172026-06-19T06:16:38.888Z Compiling crc32fast v1.5.0
6182026-06-19T06:16:38.957Z Compiling either v1.16.0
6192026-06-19T06:16:38.979Z Compiling lazy_static v1.5.0
6202026-06-19T06:16:39.032Z Compiling portable-atomic v1.13.1
6212026-06-19T06:16:39.068Z Compiling ipnet v2.12.0
6222026-06-19T06:16:39.085Z Compiling sharded-slab v0.1.7
6232026-06-19T06:16:39.226Z Compiling toml_edit v0.22.27
6242026-06-19T06:16:39.239Z Compiling convert_case v0.10.0
6252026-06-19T06:16:39.508Z Compiling hyper-util v0.1.20
6262026-06-19T06:16:39.541Z Compiling textwrap v0.16.2
6272026-06-19T06:16:39.696Z Compiling hashbrown v0.15.5
6282026-06-19T06:16:40.251Z Compiling supports-color v3.0.2
6292026-06-19T06:16:40.313Z Compiling tower v0.5.3
6302026-06-19T06:16:40.486Z Compiling tokio-rustls v0.26.4
6312026-06-19T06:16:40.911Z Compiling backtrace-ext v0.2.1
6322026-06-19T06:16:40.935Z Compiling ordered-float v2.10.1
6332026-06-19T06:16:41.170Z Compiling webpki-roots v1.0.8
6342026-06-19T06:16:41.215Z Compiling miette-derive v7.6.0
6352026-06-19T06:16:41.300Z Compiling pathdiff v0.2.3
6362026-06-19T06:16:41.409Z Compiling console v0.15.11
6372026-06-19T06:16:41.441Z Compiling tracing-log v0.2.0
6382026-06-19T06:16:41.807Z Compiling cargo-platform v0.3.3
6392026-06-19T06:16:42.125Z Compiling os_pipe v1.2.3
6402026-06-19T06:16:42.340Z Compiling thread_local v1.1.9
6412026-06-19T06:16:42.386Z Compiling utf8parse v0.2.2
6422026-06-19T06:16:42.389Z Compiling unicode-width v0.1.14
6432026-06-19T06:16:42.508Z Compiling scopeguard v1.2.0
6442026-06-19T06:16:42.618Z Compiling fixedbitset v0.5.7
6452026-06-19T06:16:42.688Z Compiling zstd-safe v7.2.4
6462026-06-19T06:16:42.723Z Compiling cfg_aliases v0.2.1
6472026-06-19T06:16:42.726Z Compiling pulldown-cmark v0.13.4
6482026-06-19T06:16:42.797Z Compiling rustix v0.38.44
6492026-06-19T06:16:42.938Z Compiling ryu v1.0.23
6502026-06-19T06:16:42.968Z Compiling debug-ignore v1.0.5
6512026-06-19T06:16:43.083Z Compiling supports-hyperlinks v3.2.0
6522026-06-19T06:16:43.208Z Compiling supports-unicode v3.0.0
6532026-06-19T06:16:43.243Z Compiling winnow v1.0.3
6542026-06-19T06:16:43.302Z Compiling miette v7.6.0
6552026-06-19T06:16:43.460Z Compiling serde_urlencoded v0.7.1
6562026-06-19T06:16:43.535Z Compiling petgraph v0.8.3
6572026-06-19T06:16:43.740Z Compiling nix v0.30.1
6582026-06-19T06:16:44.132Z Compiling lock_api v0.4.14
6592026-06-19T06:16:44.379Z Compiling toml_parser v1.1.2+spec-1.1.0
6602026-06-19T06:16:44.705Z Compiling tracing-subscriber v0.3.23
6612026-06-19T06:16:45.461Z Compiling anstyle-parse v1.0.0
6622026-06-19T06:16:45.687Z Compiling sigchld v0.2.4
6632026-06-19T06:16:45.720Z Compiling cargo_metadata v0.23.1
6642026-06-19T06:16:45.836Z Compiling hyper-rustls v0.27.9
6652026-06-19T06:16:45.887Z Compiling serde-untagged v0.1.9
6662026-06-19T06:16:46.257Z Compiling serde-value v0.7.0
6672026-06-19T06:16:46.794Z Compiling toml v0.8.23
6682026-06-19T06:16:47.031Z Compiling tower-http v0.6.11
6692026-06-19T06:16:47.693Z Compiling derive_more-impl v2.1.1
6702026-06-19T06:16:48.265Z Compiling itertools v0.14.0
6712026-06-19T06:16:48.519Z Compiling regex v1.12.4
6722026-06-19T06:16:48.614Z Compiling crypto-common v0.1.7
6732026-06-19T06:16:48.703Z Compiling block-buffer v0.10.4
6742026-06-19T06:16:48.748Z Compiling ppv-lite86 v0.2.21
6752026-06-19T06:16:48.851Z Compiling rand_core v0.9.5
6762026-06-19T06:16:49.078Z Compiling futures-executor v0.3.32
6772026-06-19T06:16:49.103Z Compiling pin-project-internal v1.1.13
6782026-06-19T06:16:49.613Z Compiling http-body-util v0.1.3
6792026-06-19T06:16:49.630Z Compiling uuid v1.23.3
6802026-06-19T06:16:49.739Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-19T06:16:49.887Z Compiling serde_spanned v1.1.1
6822026-06-19T06:16:49.946Z Compiling smol_str v0.3.6
6832026-06-19T06:16:50.035Z Compiling filetime v0.2.29
6842026-06-19T06:16:50.160Z Compiling bstr v1.12.1
6852026-06-19T06:16:50.163Z Compiling vte v0.14.1
6862026-06-19T06:16:50.186Z Compiling number_prefix v0.4.0
6872026-06-19T06:16:50.247Z Compiling xattr v1.6.1
6882026-06-19T06:16:50.291Z Compiling static_assertions v1.1.0
6892026-06-19T06:16:50.366Z Compiling iana-time-zone v0.1.65
6902026-06-19T06:16:50.385Z Compiling self_update v0.42.0
6912026-06-19T06:16:50.434Z Compiling colorchoice v1.0.5
6922026-06-19T06:16:50.559Z Compiling nested v0.1.1
6932026-06-19T06:16:50.634Z Compiling tinyvec_macros v0.1.1
6942026-06-19T06:16:50.706Z Compiling anstyle v1.0.14
6952026-06-19T06:16:50.751Z Compiling anstyle-query v1.1.5
6962026-06-19T06:16:50.847Z Compiling unicase v2.9.0
6972026-06-19T06:16:50.860Z Compiling is_terminal_polyfill v1.70.2
6982026-06-19T06:16:50.876Z Compiling unicode-xid v0.2.6
6992026-06-19T06:16:50.908Z Compiling color-spantrace v0.3.0
7002026-06-19T06:16:50.926Z Compiling litrs v1.0.0
7012026-06-19T06:16:50.951Z Compiling eyre v0.6.12
7022026-06-19T06:16:50.969Z Compiling anstream v1.0.0
7032026-06-19T06:16:51.011Z Compiling cargo-util-schemas v0.2.0
7042026-06-19T06:16:51.262Z Compiling tinyvec v1.11.0
7052026-06-19T06:16:51.361Z Compiling document-features v0.2.12
7062026-06-19T06:16:51.469Z Compiling guppy v0.17.26
7072026-06-19T06:16:51.557Z Compiling globset v0.4.18
7082026-06-19T06:16:51.691Z Compiling chrono v0.4.45
7092026-06-19T06:16:51.935Z Compiling tar v0.4.46
7102026-06-19T06:16:52.168Z Compiling strip-ansi-escapes v0.2.1
7112026-06-19T06:16:52.661Z Compiling indicatif v0.17.11
7122026-06-19T06:16:53.466Z Compiling pin-project v1.1.13
7132026-06-19T06:16:53.573Z Compiling nextest-metadata v0.12.2
7142026-06-19T06:16:53.992Z Compiling toml v1.1.2+spec-1.1.0
7152026-06-19T06:16:54.427Z Compiling newtype-uuid v1.3.2
7162026-06-19T06:16:54.616Z Compiling reqwest v0.12.28
7172026-06-19T06:16:54.759Z Compiling futures v0.3.32
7182026-06-19T06:16:54.843Z Compiling rand_chacha v0.9.0
7192026-06-19T06:16:55.053Z Compiling digest v0.10.7
7202026-06-19T06:16:55.284Z Compiling derive_more v2.1.1
7212026-06-19T06:16:55.368Z Compiling parking_lot v0.12.5
7222026-06-19T06:16:55.413Z Compiling flate2 v1.1.9
7232026-06-19T06:16:55.797Z Compiling shared_child v1.1.1
7242026-06-19T06:16:55.967Z Compiling tracing-error v0.2.1
7252026-06-19T06:16:56.282Z Compiling signal-hook-mio v0.2.5
7262026-06-19T06:16:56.421Z Compiling self-replace v1.5.0
7272026-06-19T06:16:56.496Z Compiling cargo-platform v0.2.0
7282026-06-19T06:16:56.714Z Compiling quick-xml v0.37.5
7292026-06-19T06:16:57.054Z Compiling quick-xml v0.38.4
7302026-06-19T06:16:57.213Z Compiling heck v0.5.0
7312026-06-19T06:16:57.420Z Compiling shell-words v1.1.1
7322026-06-19T06:16:57.538Z Compiling cpufeatures v0.2.17
7332026-06-19T06:16:57.616Z Compiling recursion v0.5.4
7342026-06-19T06:16:57.670Z Compiling clap_lex v1.1.0
7352026-06-19T06:16:57.752Z Compiling indenter v0.3.4
7362026-06-19T06:16:58.034Z Compiling urlencoding v2.1.3
7372026-06-19T06:16:58.242Z Compiling strsim v0.11.1
7382026-06-19T06:16:58.276Z Compiling humantime v2.3.0
7392026-06-19T06:16:58.694Z Compiling clap_builder v4.6.0
7402026-06-19T06:16:58.707Z Compiling humantime-serde v1.1.1
7412026-06-19T06:16:58.745Z Compiling clap_derive v4.6.1
7422026-06-19T06:16:59.071Z Compiling nextest-filtering v0.15.0
7432026-06-19T06:16:59.375Z Compiling quick-junit v0.5.2
7442026-06-19T06:17:00.544Z Compiling sha2 v0.10.9
7452026-06-19T06:17:01.780Z Compiling atomicwrites v0.4.4
7462026-06-19T06:17:02.064Z Compiling cargo_metadata v0.20.0
7472026-06-19T06:17:02.495Z Compiling cargo-nextest v0.9.97
7482026-06-19T06:17:02.828Z Compiling crossterm v0.29.0
7492026-06-19T06:17:04.339Z Compiling duct v0.13.7
7502026-06-19T06:17:04.861Z Compiling rand v0.9.4
7512026-06-19T06:17:05.055Z Compiling zstd v0.13.3
7522026-06-19T06:17:05.178Z Compiling async-scoped v0.9.0
7532026-06-19T06:17:05.373Z Compiling config v0.15.24
7542026-06-19T06:17:05.494Z Compiling unicode-normalization v0.1.25
7552026-06-19T06:17:05.607Z Compiling target-spec-miette v0.4.8
7562026-06-19T06:17:06.053Z Compiling future-queue v0.4.0
7572026-06-19T06:17:06.065Z Compiling mukti-metadata v0.3.0
7582026-06-19T06:17:06.077Z Compiling tokio-stream v0.1.18
7592026-06-19T06:17:06.081Z Compiling camino-tempfile v1.4.1
7602026-06-19T06:17:06.338Z Compiling derive-where v1.6.1
7612026-06-19T06:17:06.522Z Compiling serde_path_to_error v0.1.20
7622026-06-19T06:17:06.550Z Compiling serde_ignored v0.1.14
7632026-06-19T06:17:06.615Z Compiling home v0.5.12
7642026-06-19T06:17:06.773Z Compiling swrite v0.1.0
7652026-06-19T06:17:06.786Z Compiling xxhash-rust v0.8.15
7662026-06-19T06:17:06.884Z Compiling hex v0.4.3
7672026-06-19T06:17:06.968Z Compiling indent_write v2.2.0
7682026-06-19T06:17:07.103Z Compiling color-eyre v0.6.5
7692026-06-19T06:17:07.150Z Compiling clap v4.6.1
7702026-06-19T06:17:07.189Z Compiling dialoguer v0.11.0
7712026-06-19T06:17:07.233Z Compiling enable-ansi-support v0.2.1
7722026-06-19T06:17:07.589Z Compiling nextest-runner v0.80.0
7732026-06-19T06:17:25.712Z Finished `release` profile [optimized] target(s) in 1m 10s
7742026-06-19T06:17:25.898Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-06-19T06:17:25.901Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-06-19T06:17:26.018Z+ pushd mg-lower
7772026-06-19T06:17:26.022Z+ cargo nextest run
7782026-06-19T06:17:26.022Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7792026-06-19T06:17:26.178Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-06-19T06:17:26.839ZFrom https://github.com/oxidecomputer/falcon
7812026-06-19T06:17:26.839Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7822026-06-19T06:17:26.916Z Updating crates.io index
7832026-06-19T06:17:26.970Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7842026-06-19T06:17:27.358ZFrom https://github.com/oxidecomputer/dendrite
7852026-06-19T06:17:27.358Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
7862026-06-19T06:17:27.423Z Updating git repository `https://github.com/oxidecomputer/ispf`
7872026-06-19T06:17:27.687ZFrom https://github.com/oxidecomputer/ispf
7882026-06-19T06:17:27.687Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7892026-06-19T06:17:27.692Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7902026-06-19T06:17:28.032ZFrom https://github.com/oxidecomputer/netadm-sys
7912026-06-19T06:17:28.032Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7922026-06-19T06:17:28.040Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-06-19T06:17:34.184ZFrom https://github.com/oxidecomputer/omicron
7942026-06-19T06:17:34.184Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7952026-06-19T06:17:34.605Z Updating git repository `https://github.com/oxidecomputer/opte`
7962026-06-19T06:17:35.243ZFrom https://github.com/oxidecomputer/opte
7972026-06-19T06:17:35.243Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7982026-06-19T06:17:35.275Z Updating git repository `https://github.com/illumos/smf-rs`
7992026-06-19T06:17:35.515ZFrom https://github.com/illumos/smf-rs
8002026-06-19T06:17:35.515Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8012026-06-19T06:17:35.629Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-06-19T06:17:35.863ZFrom https://github.com/oxidecomputer/network-interface
8032026-06-19T06:17:35.863Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-06-19T06:17:35.970Z Updating git repository `https://github.com/oxidecomputer/zone`
8052026-06-19T06:17:36.206ZFrom https://github.com/oxidecomputer/zone
8062026-06-19T06:17:36.206Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8072026-06-19T06:17:36.314Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082026-06-19T06:17:36.934ZFrom https://github.com/oxidecomputer/propolis
8092026-06-19T06:17:36.934Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8102026-06-19T06:17:36.981Z Updating crates.io index
8112026-06-19T06:17:37.023Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8122026-06-19T06:17:37.518ZFrom https://github.com/oxidecomputer/transceiver-control
8132026-06-19T06:17:37.518Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8142026-06-19T06:17:37.529Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8152026-06-19T06:17:37.782ZFrom https://github.com/oxidecomputer/dlpi-sys
8162026-06-19T06:17:37.782Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8172026-06-19T06:17:37.804Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8182026-06-19T06:17:38.082ZFrom https://github.com/jmesmon/rust-libzfs
8192026-06-19T06:17:38.082Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8202026-06-19T06:17:38.090Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8212026-06-19T06:17:38.319ZFrom https://github.com/oxidecomputer/rusty-doors
8222026-06-19T06:17:38.319Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8232026-06-19T06:17:38.397Z Updating git repository `https://github.com/oxidecomputer/lldp`
8242026-06-19T06:17:38.713ZFrom https://github.com/oxidecomputer/lldp
8252026-06-19T06:17:38.713Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8262026-06-19T06:17:38.927Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8272026-06-19T06:17:39.215ZFrom https://github.com/oxidecomputer/slog-error-chain
8282026-06-19T06:17:39.215Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8292026-06-19T06:17:39.237Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8302026-06-19T06:17:39.528ZFrom https://github.com/oxidecomputer/tufaceous
8312026-06-19T06:17:39.528Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8322026-06-19T06:17:39.677Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8332026-06-19T06:17:40.289ZFrom https://github.com/oxidecomputer/management-gateway-service
8342026-06-19T06:17:40.289Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8352026-06-19T06:17:40.385Z Updating git repository `https://github.com/oxidecomputer/crucible`
8362026-06-19T06:17:41.509ZFrom https://github.com/oxidecomputer/crucible
8372026-06-19T06:17:41.510Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8382026-06-19T06:17:41.726Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8392026-06-19T06:17:41.973ZFrom https://github.com/oxidecomputer/serde_human_bytes
8402026-06-19T06:17:41.973Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8412026-06-19T06:17:41.986Z Updating git repository `https://github.com/oxidecomputer/propolis`
8422026-06-19T06:17:42.406ZFrom https://github.com/oxidecomputer/propolis
8432026-06-19T06:17:42.406Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8442026-06-19T06:17:42.753Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-06-19T06:17:43.522ZFrom https://github.com/oxidecomputer/crucible
8462026-06-19T06:17:43.522Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8472026-06-19T06:17:43.599Z Updating git repository `https://github.com/oxidecomputer/tofino`
8482026-06-19T06:17:43.925ZFrom https://github.com/oxidecomputer/tofino
8492026-06-19T06:17:43.925Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8502026-06-19T06:17:43.961Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8512026-06-19T06:17:44.590ZFrom https://github.com/oxidecomputer/maghemite
8522026-06-19T06:17:44.590Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8532026-06-19T06:17:44.621Z Updating git repository `https://github.com/oxidecomputer/clickward`
8542026-06-19T06:17:44.878ZFrom https://github.com/oxidecomputer/clickward
8552026-06-19T06:17:44.878Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8562026-06-19T06:17:44.937Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8572026-06-19T06:17:45.186ZFrom https://github.com/oxidecomputer/illumos-devinfo
8582026-06-19T06:17:45.186Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8592026-06-19T06:17:45.671Zerror: failed to select a version for `http`.
8602026-06-19T06:17:45.671Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
8612026-06-19T06:17:45.671Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
8622026-06-19T06:17:45.671Zversions that meet the requirements `^1.4.2` are: 1.4.2
8632026-06-19T06:17:45.671Z
8642026-06-19T06:17:45.671Zall possible versions conflict with previously selected packages.
8652026-06-19T06:17:45.671Z
8662026-06-19T06:17:45.672Z previously selected package `http v1.4.1`
8672026-06-19T06:17:45.672Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
8682026-06-19T06:17:45.672Z
8692026-06-19T06:17:45.672Zfailed to select a version for `http` which could resolve this conflict
8702026-06-19T06:17:45.689Zerror: command `/home/build/.rustup/toolchains/1.95.0-x86_64-unknown-illumos/bin/cargo metadata '--format-version=1' --all-features --filter-platform x86_64-unknown-illumos` failed with exit status: 101
8712026-06-19T06:17:45.692Zprocess exited: duration 184098 ms, exit code 102
 
8722026-06-19T06:17:45.698Zfound 0 output files