01KVF85ERMW08K4X5368RP5TYS: test-ddm

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

Buildomat Job: 01KVF85ZD9RHJ4J4AVV45SNF02

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:14:06.079Zjob assigned to worker 01KVF86F8DTSM97SC13Q1X3G9M [factory aws, i-0de9288b3b66168b0] (queued for 58 s)
 
22026-06-19T06:14:12.421Zstarting task 0: "setup"
32026-06-19T06:14:12.425Z++ uname -s
42026-06-19T06:14:12.428Z+ kern=SunOS
52026-06-19T06:14:12.428Z+ build_user=build
62026-06-19T06:14:12.429Z+ build_uid=12345
72026-06-19T06:14:12.429Z+ work_dir=/work
82026-06-19T06:14:12.429Z+ input_dir=/input
92026-06-19T06:14:12.429Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:12.429Z+ case "$kern" in
112026-06-19T06:14:12.429Z+ groupadd -g 12345 build
122026-06-19T06:14:12.432Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:14.435Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:14.507Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:14.510Z+ home_fs=zfs
162026-06-19T06:14:14.510Z+ [[ zfs == autofs ]]
172026-06-19T06:14:14.510Z+ mkdir -p /home/build
182026-06-19T06:14:14.510Z+ chown build:build /home/build /work
192026-06-19T06:14:16.511Z+ chmod 0700 /home/build /work
202026-06-19T06:14:16.515Zprocess exited: duration 4092 ms, exit code 0
 
212026-06-19T06:14:16.521Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:16.524Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:16.524Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-19T06:14:16.524Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-19T06:14:16.524Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-19T06:14:16.524Z * rust toolchain channel = "stable"
272026-06-19T06:14:16.524Z * rust toolchain profile = "default"
282026-06-19T06:14:16.528Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:16.528Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:16.625Zinfo: downloading installer
312026-06-19T06:14:18.371Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:18.371Zwarn: /opt/ooce/bin
332026-06-19T06:14:18.371Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:18.371Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:18.371Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:18.371Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:18.371Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:18.371Zerror: cannot install while Rust is installed
392026-06-19T06:14:18.371Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:18.371Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:18.371Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:18.371Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:18.371Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:18.383Zinfo: profile set to default
452026-06-19T06:14:18.384Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:18.387Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:18.523Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:18.527Zinfo: downloading 6 components
492026-06-19T06:14:33.807Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:33.807Z
512026-06-19T06:14:33.843Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:33.843Z
532026-06-19T06:14:33.843Z
542026-06-19T06:14:33.843ZRust is installed now. Great!
552026-06-19T06:14:33.843Z
562026-06-19T06:14:33.846ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:33.846Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:33.846Z
592026-06-19T06:14:33.846ZTo configure your current shell, you need to source
602026-06-19T06:14:33.846Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:33.846Z
622026-06-19T06:14:33.846ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:33.846Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:33.847Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:33.847Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:33.847Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:33.847Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:33.847Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:33.847Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:33.847Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:33.928Z+ rustup --version
722026-06-19T06:14:33.936Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:33.940Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:33.958Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:33.962Z+ cargo --version
762026-06-19T06:14:33.974Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:33.977Z+ rustc --version
782026-06-19T06:14:33.996Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:34.000Zprocess exited: duration 17473 ms, exit code 0
 
802026-06-19T06:14:34.007Zstarting task 2: "authentication"
812026-06-19T06:14:34.025Zprocess exited: duration 16 ms, exit code 0
 
822026-06-19T06:14:34.031Zstarting task 3: "clone repository"
832026-06-19T06:14:34.035Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:34.038Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:34.078ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:35.154Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:35.154Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:35.406ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:35.406Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:35.411Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:35.414Z++ git branch --show-current
922026-06-19T06:14:35.414Z+ current=main
932026-06-19T06:14:35.414Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:35.414Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:35.418Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:35.434ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:35.437Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:35.441ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:35.441Zprocess exited: duration 1406 ms, exit code 0
 
1002026-06-19T06:14:35.448Zstarting task 4: "build"
1012026-06-19T06:14:35.452Z+ set -o errexit
1022026-06-19T06:14:35.452Z+ set -o pipefail
1032026-06-19T06:14:35.452Z+ source .github/buildomat/test-common.sh
1042026-06-19T06:14:35.455Z++ NEXTEST_VERSION=0.9.97
1052026-06-19T06:14:35.455Z++ PLATFORM=illumos
1062026-06-19T06:14:35.455Z++ banner install
1072026-06-19T06:14:35.455Z
1082026-06-19T06:14:35.455Z # # # #### ##### ## # #
1092026-06-19T06:14:35.455Z # ## # # # # # # #
1102026-06-19T06:14:35.455Z # # # # #### # # # # #
1112026-06-19T06:14:35.455Z # # # # # # ###### # #
1122026-06-19T06:14:35.455Z # # ## # # # # # # #
1132026-06-19T06:14:35.455Z # # # #### # # # ###### ######
1142026-06-19T06:14:35.455Z
1152026-06-19T06:14:35.455Z++ set +o errexit
1162026-06-19T06:14:35.455Z++ pkg info clang-15
1172026-06-19T06:14:35.459Z++ grep -qi installed
1182026-06-19T06:14:36.702Zpkg: info: no packages matching the following patterns you specified are
1192026-06-19T06:14:36.702Zinstalled on the system. Try querying remotely instead:
1202026-06-19T06:14:36.702Z
1212026-06-19T06:14:36.702Z clang-15
1222026-06-19T06:14:36.738Z++ [[ 1 != 0 ]]
1232026-06-19T06:14:36.738Z++ set -o errexit
1242026-06-19T06:14:36.741Z++ pfexec pkg install clang-15
1252026-06-19T06:14:44.521Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-19T06:14:52.222Z Startup: Caching catalogs ... Done
1272026-06-19T06:14:59.642ZPlanning: Solver setup ... Done
1282026-06-19T06:14:59.683ZPlanning: Running solver ... Done
1292026-06-19T06:14:59.830ZPlanning: Finding local manifests ... Done
1302026-06-19T06:14:59.848ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-19T06:14:59.945ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-19T06:14:59.975ZPlanning: Package planning ... Done
1332026-06-19T06:15:00.002ZPlanning: Merging actions ... Done
1342026-06-19T06:15:00.107ZPlanning: Checking for conflicting actions ... Done
1352026-06-19T06:15:00.113ZPlanning: Consolidating action changes ... Done
1362026-06-19T06:15:00.856ZPlanning: Evaluating mediators ... Done
1372026-06-19T06:15:00.862ZPlanning: Planning completed in 8.47 seconds
1382026-06-19T06:15:00.873Z Packages to install: 2
1392026-06-19T06:15:00.876Z Mediators to change: 2
1402026-06-19T06:15:00.877Z Services to change: 1
1412026-06-19T06:15:00.877Z Create boot environment: No
1422026-06-19T06:15:00.877ZCreate backup boot environment: No
1432026-06-19T06:15:00.915Z
1442026-06-19T06:15:00.915ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-19T06:15:06.539ZDownload: 983/3076 items 82.2/211.3MB 38% complete (25.0M/s)
1462026-06-19T06:15:11.547ZDownload: 1091/3076 items 113.2/211.3MB 53% complete (10.8M/s)
1472026-06-19T06:15:16.551ZDownload: 1988/3076 items 117.9/211.3MB 55% complete (4.0M/s)
1482026-06-19T06:15:34.964ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1492026-06-19T06:15:40.978ZDownload: 3031/3076 items 201.6/211.3MB 95% complete (19.6M/s)
1502026-06-19T06:15:44.039ZDownload: Completed 211.31 MB in 43.11 seconds (4.9M/s)
1512026-06-19T06:15:44.161Z Actions: 1/3418 actions (Installing new actions)
1522026-06-19T06:15:47.314Z Actions: Completed 3418 actions in 3.15 seconds.
1532026-06-19T06:15:47.964Z Done
1542026-06-19T06:15:47.965Z Done
1552026-06-19T06:15:48.719Z Done
1562026-06-19T06:15:52.113Z Done
1572026-06-19T06:15:52.182Z Done
1582026-06-19T06:15:52.186Z Done
1592026-06-19T06:15:52.455Z Done
1602026-06-19T06:15:53.134Z++ set -o errexit
1612026-06-19T06:15:53.134Z++ cargo --version
1622026-06-19T06:15:53.140Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-19T06:15:53.296Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-19T06:15:53.299Zinfo: downloading 6 components
1652026-06-19T06:16:09.834Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-19T06:16:09.838Z++ rustc --version
1672026-06-19T06:16:09.863Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-19T06:16:09.868Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-19T06:16:09.910Z Updating crates.io index
1702026-06-19T06:16:10.010Z Downloading crates ...
1712026-06-19T06:16:10.062Z Downloaded cargo-nextest v0.9.97
1722026-06-19T06:16:10.123Z Installing cargo-nextest v0.9.97
1732026-06-19T06:16:10.164Z Updating crates.io index
1742026-06-19T06:16:12.597Z Locking 390 packages to latest compatible versions
1752026-06-19T06:16:12.601Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-19T06:16:12.606Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-19T06:16:12.606Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-19T06:16:12.606Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-19T06:16:12.612Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-19T06:16:12.612Z Adding itertools v0.14.0 (available: v0.15.0)
1812026-06-19T06:16:12.612Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1822026-06-19T06:16:12.612Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-06-19T06:16:12.616Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1842026-06-19T06:16:12.616Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-06-19T06:16:12.640Z Downloading crates ...
1862026-06-19T06:16:12.706Z Downloaded atomic-waker v1.1.2
1872026-06-19T06:16:12.709Z Downloaded anstyle-query v1.1.5
1882026-06-19T06:16:12.716Z Downloaded futures-io v0.3.32
1892026-06-19T06:16:12.719Z Downloaded atomicwrites v0.4.4
1902026-06-19T06:16:12.720Z Downloaded form_urlencoded v1.2.2
1912026-06-19T06:16:12.724Z Downloaded foreign-types v0.3.2
1922026-06-19T06:16:12.724Z Downloaded backtrace-ext v0.2.1
1932026-06-19T06:16:12.730Z Downloaded fastrand v2.4.1
1942026-06-19T06:16:12.730Z Downloaded futures-channel v0.3.32
1952026-06-19T06:16:12.733Z Downloaded http-body v1.0.1
1962026-06-19T06:16:12.733Z Downloaded digest v0.10.7
1972026-06-19T06:16:12.733Z Downloaded clap_derive v4.6.1
1982026-06-19T06:16:12.733Z Downloaded cfg-expr v0.20.8
1992026-06-19T06:16:12.736Z Downloaded futures-core v0.3.32
2002026-06-19T06:16:12.739Z Downloaded camino v1.2.3
2012026-06-19T06:16:12.739Z Downloaded home v0.5.12
2022026-06-19T06:16:12.742Z Downloaded backtrace v0.3.76
2032026-06-19T06:16:12.748Z Downloaded humantime v2.3.0
2042026-06-19T06:16:12.748Z Downloaded eyre v0.6.12
2052026-06-19T06:16:12.751Z Downloaded http-body-util v0.1.3
2062026-06-19T06:16:12.751Z Downloaded httparse v1.10.1
2072026-06-19T06:16:12.751Z Downloaded http v1.4.2
2082026-06-19T06:16:12.754Z Downloaded convert_case v0.10.0
2092026-06-19T06:16:12.758Z Downloaded ppv-lite86 v0.2.21
2102026-06-19T06:16:12.759Z Downloaded crypto-common v0.1.7
2112026-06-19T06:16:12.759Z Downloaded duct v0.13.7
2122026-06-19T06:16:12.763Z Downloaded rustc-demangle v0.1.27
2132026-06-19T06:16:12.763Z Downloaded pin-project v1.1.13
2142026-06-19T06:16:12.769Z Downloaded indent_write v2.2.0
2152026-06-19T06:16:12.773Z Downloaded lazy_static v1.5.0
2162026-06-19T06:16:12.773Z Downloaded log v0.4.32
2172026-06-19T06:16:12.776Z Downloaded cpufeatures v0.2.17
2182026-06-19T06:16:12.776Z Downloaded miette-derive v7.6.0
2192026-06-19T06:16:12.776Z Downloaded cfg_aliases v0.2.1
2202026-06-19T06:16:12.779Z Downloaded openssl-probe v0.2.1
2212026-06-19T06:16:12.779Z Downloaded base64ct v1.8.3
2222026-06-19T06:16:12.782Z Downloaded openssl-macros v0.1.1
2232026-06-19T06:16:12.782Z Downloaded pathdiff v0.2.3
2242026-06-19T06:16:12.783Z Downloaded cargo-platform v0.3.3
2252026-06-19T06:16:12.786Z Downloaded cargo-platform v0.2.0
2262026-06-19T06:16:12.786Z Downloaded number_prefix v0.4.0
2272026-06-19T06:16:12.786Z Downloaded guppy-workspace-hack v0.1.0
2282026-06-19T06:16:12.789Z Downloaded ordered-float v2.10.1
2292026-06-19T06:16:12.789Z Downloaded heck v0.5.0
2302026-06-19T06:16:12.792Z Downloaded rustc-hash v2.1.2
2312026-06-19T06:16:12.792Z Downloaded color-spantrace v0.3.0
2322026-06-19T06:16:12.792Z Downloaded hex v0.4.3
2332026-06-19T06:16:12.792Z Downloaded futures-macro v0.3.32
2342026-06-19T06:16:12.795Z Downloaded futures-sink v0.3.32
2352026-06-19T06:16:12.795Z Downloaded foreign-types-shared v0.1.1
2362026-06-19T06:16:12.795Z Downloaded find-msvc-tools v0.1.9
2372026-06-19T06:16:12.798Z Downloaded os_pipe v1.2.3
2382026-06-19T06:16:12.798Z Downloaded errno v0.3.14
2392026-06-19T06:16:12.803Z Downloaded anstream v1.0.0
2402026-06-19T06:16:12.803Z Downloaded nested v0.1.1
2412026-06-19T06:16:12.803Z Downloaded hyper-tls v0.6.0
2422026-06-19T06:16:12.806Z Downloaded document-features v0.2.12
2432026-06-19T06:16:12.806Z Downloaded nextest-workspace-hack v0.1.0
2442026-06-19T06:16:12.806Z Downloaded idna_adapter v1.0.0
2452026-06-19T06:16:12.806Z Downloaded adler2 v2.0.1
2462026-06-19T06:16:12.806Z Downloaded newtype-uuid v1.3.2
2472026-06-19T06:16:12.810Z Downloaded getrandom v0.2.17
2482026-06-19T06:16:12.810Z Downloaded clap_lex v1.1.0
2492026-06-19T06:16:12.814Z Downloaded enable-ansi-support v0.2.1
2502026-06-19T06:16:12.814Z Downloaded dialoguer v0.11.0
2512026-06-19T06:16:12.814Z Downloaded nextest-metadata v0.12.2
2522026-06-19T06:16:12.814Z Downloaded equivalent v1.0.2
2532026-06-19T06:16:12.817Z Downloaded pin-project-internal v1.1.13
2542026-06-19T06:16:12.817Z Downloaded native-tls v0.2.18
2552026-06-19T06:16:12.821Z Downloaded generic-array v0.14.7
2562026-06-19T06:16:12.822Z Downloaded futures-task v0.3.32
2572026-06-19T06:16:12.822Z Downloaded cfg-if v1.0.4
2582026-06-19T06:16:12.827Z Downloaded lru-slab v0.1.2
2592026-06-19T06:16:12.827Z Downloaded block-buffer v0.10.4
2602026-06-19T06:16:12.827Z Downloaded curve25519-dalek-derive v0.1.1
2612026-06-19T06:16:12.827Z Downloaded mukti-metadata v0.3.0
2622026-06-19T06:16:12.827Z Downloaded debug-ignore v1.0.5
2632026-06-19T06:16:12.831Z Downloaded scopeguard v1.2.0
2642026-06-19T06:16:12.831Z Downloaded fnv v1.0.7
2652026-06-19T06:16:12.831Z Downloaded console v0.15.11
2662026-06-19T06:16:12.831Z Downloaded autocfg v1.5.1
2672026-06-19T06:16:12.836Z Downloaded serde-value v0.7.0
2682026-06-19T06:16:12.836Z Downloaded is_ci v1.2.0
2692026-06-19T06:16:12.836Z Downloaded addr2line v0.25.1
2702026-06-19T06:16:12.836Z Downloaded percent-encoding v2.3.2
2712026-06-19T06:16:12.836Z Downloaded itoa v1.0.18
2722026-06-19T06:16:12.839Z Downloaded async-scoped v0.9.0
2732026-06-19T06:16:12.839Z Downloaded indenter v0.3.4
2742026-06-19T06:16:12.839Z Downloaded humantime-serde v1.1.1
2752026-06-19T06:16:12.839Z Downloaded serde_spanned v1.1.1
2762026-06-19T06:16:12.844Z Downloaded is_terminal_polyfill v1.70.2
2772026-06-19T06:16:12.844Z Downloaded serde_ignored v0.1.14
2782026-06-19T06:16:12.847Z Downloaded serde_spanned v0.6.9
2792026-06-19T06:16:12.847Z Downloaded shared_child v1.1.1
2802026-06-19T06:16:12.850Z Downloaded signature v2.2.0
2812026-06-19T06:16:12.853Z Downloaded sigchld v0.2.4
2822026-06-19T06:16:12.853Z Downloaded serde_urlencoded v0.7.1
2832026-06-19T06:16:12.856Z Downloaded globset v0.4.18
2842026-06-19T06:16:12.856Z Downloaded rustc_version v0.4.1
2852026-06-19T06:16:12.856Z Downloaded filetime v0.2.29
2862026-06-19T06:16:12.859Z Downloaded erased-serde v0.4.10
2872026-06-19T06:16:12.859Z Downloaded cargo-util-schemas v0.2.0
2882026-06-19T06:16:12.862Z Downloaded cargo_metadata v0.23.1
2892026-06-19T06:16:12.865Z Downloaded futures-executor v0.3.32
2902026-06-19T06:16:12.865Z Downloaded supports-color v3.0.2
2912026-06-19T06:16:12.865Z Downloaded strip-ansi-escapes v0.2.1
2922026-06-19T06:16:12.865Z Downloaded either v1.16.0
2932026-06-19T06:16:12.869Z Downloaded camino-tempfile v1.4.1
2942026-06-19T06:16:12.869Z Downloaded anstyle-parse v1.0.0
2952026-06-19T06:16:12.869Z Downloaded const-oid v0.9.6
2962026-06-19T06:16:12.873Z Downloaded owo-colors v4.3.0
2972026-06-19T06:16:12.873Z Downloaded strsim v0.11.1
2982026-06-19T06:16:12.876Z Downloaded subtle v2.6.1
2992026-06-19T06:16:12.876Z Downloaded supports-hyperlinks v3.2.0
3002026-06-19T06:16:12.879Z Downloaded sync_wrapper v1.0.2
3012026-06-19T06:16:12.882Z Downloaded lock_api v0.4.14
3022026-06-19T06:16:12.882Z Downloaded hyper-rustls v0.27.9
3032026-06-19T06:16:12.886Z Downloaded toml_datetime v0.6.11
3042026-06-19T06:16:12.889Z Downloaded rand_core v0.9.5
3052026-06-19T06:16:12.892Z Downloaded swrite v0.1.0
3062026-06-19T06:16:12.892Z Downloaded supports-unicode v3.0.0
3072026-06-19T06:16:12.895Z Downloaded terminal_size v0.4.4
3082026-06-19T06:16:12.895Z Downloaded serde-untagged v0.1.9
3092026-06-19T06:16:12.898Z Downloaded ed25519 v2.2.3
3102026-06-19T06:16:12.898Z Downloaded colorchoice v1.0.5
3112026-06-19T06:16:12.898Z Downloaded cargo_metadata v0.20.0
3122026-06-19T06:16:12.901Z Downloaded tinyvec_macros v0.1.1
3132026-06-19T06:16:12.901Z Downloaded anstyle v1.0.14
3142026-06-19T06:16:12.904Z Downloaded toml_write v0.1.2
3152026-06-19T06:16:12.904Z Downloaded foldhash v0.1.5
3162026-06-19T06:16:12.904Z Downloaded tower-layer v0.3.3
3172026-06-19T06:16:12.912Z Downloaded future-queue v0.4.0
3182026-06-19T06:16:12.917Z Downloaded pkg-config v0.3.33
3192026-06-19T06:16:12.917Z Downloaded sha2 v0.10.9
3202026-06-19T06:16:12.920Z Downloaded serde_path_to_error v0.1.20
3212026-06-19T06:16:12.920Z Downloaded jobserver v0.1.34
3222026-06-19T06:16:12.920Z Downloaded spki v0.7.3
3232026-06-19T06:16:12.923Z Downloaded tower-service v0.3.3
3242026-06-19T06:16:12.923Z Downloaded signal-hook-mio v0.2.5
3252026-06-19T06:16:12.926Z Downloaded rand_chacha v0.9.0
3262026-06-19T06:16:12.929Z Downloaded cc v1.2.64
3272026-06-19T06:16:12.932Z Downloaded rand_core v0.6.4
3282026-06-19T06:16:12.935Z Downloaded pkcs8 v0.10.2
3292026-06-19T06:16:12.935Z Downloaded ipnet v2.12.0
3302026-06-19T06:16:12.938Z Downloaded typeid v1.0.3
3312026-06-19T06:16:12.939Z Downloaded try-lock v0.2.5
3322026-06-19T06:16:12.942Z Downloaded shlex v2.0.1
3332026-06-19T06:16:12.942Z Downloaded shell-words v1.1.1
3342026-06-19T06:16:12.942Z Downloaded slab v0.4.12
3352026-06-19T06:16:12.942Z Downloaded self-replace v1.5.0
3362026-06-19T06:16:12.946Z Downloaded signal-hook-registry v1.4.8
3372026-06-19T06:16:12.946Z Downloaded quinn-udp v0.5.14
3382026-06-19T06:16:12.946Z Downloaded nextest-filtering v0.15.0
3392026-06-19T06:16:12.950Z Downloaded target-spec-miette v0.4.8
3402026-06-19T06:16:12.950Z Downloaded target-lexicon v0.13.5
3412026-06-19T06:16:12.953Z Downloaded tokio-native-tls v0.3.1
3422026-06-19T06:16:12.953Z Downloaded thiserror-impl v1.0.69
3432026-06-19T06:16:12.953Z Downloaded once_cell v1.21.4
3442026-06-19T06:16:12.956Z Downloaded static_assertions v1.1.0
3452026-06-19T06:16:12.956Z Downloaded utf8_iter v1.0.4
3462026-06-19T06:16:12.956Z Downloaded smol_str v0.3.6
3472026-06-19T06:16:12.959Z Downloaded xattr v1.6.1
3482026-06-19T06:16:12.959Z Downloaded want v0.3.1
3492026-06-19T06:16:12.959Z Downloaded urlencoding v2.1.3
3502026-06-19T06:16:12.959Z Downloaded untrusted v0.9.0
3512026-06-19T06:16:12.962Z Downloaded unicode-linebreak v0.1.5
3522026-06-19T06:16:12.962Z Downloaded utf8parse v0.2.2
3532026-06-19T06:16:12.962Z Downloaded version_check v0.9.5
3542026-06-19T06:16:12.962Z Downloaded pin-project-lite v0.2.17
3552026-06-19T06:16:12.966Z Downloaded self_update v0.42.0
3562026-06-19T06:16:12.969Z Downloaded quote v1.0.45
3572026-06-19T06:16:12.972Z Downloaded quick-junit v0.5.2
3582026-06-19T06:16:12.972Z Downloaded num-traits v0.2.19
3592026-06-19T06:16:12.975Z Downloaded tokio-macros v2.7.0
3602026-06-19T06:16:12.975Z Downloaded thread_local v1.1.9
3612026-06-19T06:16:12.975Z Downloaded thiserror-impl v2.0.18
3622026-06-19T06:16:12.978Z Downloaded thiserror v1.0.69
3632026-06-19T06:16:12.981Z Downloaded ahash v0.8.12
3642026-06-19T06:16:12.981Z Downloaded parking_lot v0.12.5
3652026-06-19T06:16:12.986Z Downloaded fixedbitset v0.5.7
3662026-06-19T06:16:12.986Z Downloaded crc32fast v1.5.0
3672026-06-19T06:16:12.992Z Downloaded iana-time-zone v0.1.65
3682026-06-19T06:16:12.995Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3692026-06-19T06:16:12.995Z Downloaded simd-adler32 v0.3.9
3702026-06-19T06:16:12.999Z Downloaded litrs v1.0.0
3712026-06-19T06:16:12.999Z Downloaded parking_lot_core v0.9.12
3722026-06-19T06:16:13.002Z Downloaded semver v1.0.28
3732026-06-19T06:16:13.005Z Downloaded toml_writer v1.1.1+spec-1.1.0
3742026-06-19T06:16:13.005Z Downloaded ed25519-dalek v2.2.0
3752026-06-19T06:16:13.008Z Downloaded bitflags v2.13.0
3762026-06-19T06:16:13.011Z Downloaded rustls-pki-types v1.14.1
3772026-06-19T06:16:13.014Z Downloaded smallvec v1.15.2
3782026-06-19T06:16:13.018Z Downloaded thiserror v2.0.18
3792026-06-19T06:16:13.022Z Downloaded tokio-rustls v0.26.4
3802026-06-19T06:16:13.025Z Downloaded unicode-xid v0.2.6
3812026-06-19T06:16:13.028Z Downloaded zmij v1.0.21
3822026-06-19T06:16:13.028Z Downloaded zeroize v1.9.0
3832026-06-19T06:16:13.031Z Downloaded zstd v0.13.3
3842026-06-19T06:16:13.031Z Downloaded xxhash-rust v0.8.15
3852026-06-19T06:16:13.034Z Downloaded tempfile v3.27.0
3862026-06-19T06:16:13.034Z Downloaded toml v0.8.23
3872026-06-19T06:16:13.037Z Downloaded config v0.15.24
3882026-06-19T06:16:13.040Z Downloaded zipsign-api v0.1.5
3892026-06-19T06:16:13.040Z Downloaded toml_parser v1.1.2+spec-1.1.0
3902026-06-19T06:16:13.040Z Downloaded tracing-log v0.2.0
3912026-06-19T06:16:13.043Z Downloaded serde_core v1.0.228
3922026-06-19T06:16:13.043Z Downloaded getrandom v0.3.4
3932026-06-19T06:16:13.047Z Downloaded serde_derive v1.0.228
3942026-06-19T06:16:13.047Z Downloaded clap v4.6.1
3952026-06-19T06:16:13.051Z Downloaded tokio-stream v0.1.18
3962026-06-19T06:16:13.054Z Downloaded zstd-safe v7.2.4
3972026-06-19T06:16:13.057Z Downloaded derive-where v1.6.1
3982026-06-19T06:16:13.057Z Downloaded socket2 v0.6.4
3992026-06-19T06:16:13.060Z Downloaded base64 v0.22.1
4002026-06-19T06:16:13.060Z Downloaded sharded-slab v0.1.7
4012026-06-19T06:16:13.063Z Downloaded proc-macro2 v1.0.106
4022026-06-19T06:16:13.066Z Downloaded unicase v2.9.0
4032026-06-19T06:16:13.066Z Downloaded futures v0.3.32
4042026-06-19T06:16:13.069Z Downloaded tracing-error v0.2.1
4052026-06-19T06:16:13.070Z Downloaded tracing-attributes v0.1.31
4062026-06-19T06:16:13.070Z Downloaded textwrap v0.16.2
4072026-06-19T06:16:13.073Z Downloaded miniz_oxide v0.8.9
4082026-06-19T06:16:13.073Z Downloaded target-spec v3.6.0
4092026-06-19T06:16:13.076Z Downloaded signal-hook v0.3.18
4102026-06-19T06:16:13.076Z Downloaded ryu v1.0.23
4112026-06-19T06:16:13.079Z Downloaded openssl-sys v0.9.117
4122026-06-19T06:16:13.089Z Downloaded getrandom v0.4.3
4132026-06-19T06:16:13.092Z Downloaded indicatif v0.17.11
4142026-06-19T06:16:13.096Z Downloaded toml v1.1.2+spec-1.1.0
4152026-06-19T06:16:13.099Z Downloaded bytes v1.12.0
4162026-06-19T06:16:13.104Z Downloaded tinyvec v1.11.0
4172026-06-19T06:16:13.109Z Downloaded uuid v1.23.3
4182026-06-19T06:16:13.112Z Downloaded tar v0.4.46
4192026-06-19T06:16:13.112Z Downloaded vte v0.14.1
4202026-06-19T06:16:13.121Z Downloaded unicode-ident v1.0.24
4212026-06-19T06:16:13.124Z Downloaded serde v1.0.228
4222026-06-19T06:16:13.127Z Downloaded flate2 v1.1.9
4232026-06-19T06:16:13.130Z Downloaded tracing-core v0.1.36
4242026-06-19T06:16:13.133Z Downloaded der v0.7.10
4252026-06-19T06:16:13.136Z Downloaded toml_edit v0.22.27
4262026-06-19T06:16:13.136Z Downloaded derive_more v2.1.1
4272026-06-19T06:16:13.143Z Downloaded quinn v0.11.9
4282026-06-19T06:16:13.146Z Downloaded borsh v1.7.0
4292026-06-19T06:16:13.149Z Downloaded rustls-webpki v0.103.13
4302026-06-19T06:16:13.153Z Downloaded derive_more-impl v2.1.1
4312026-06-19T06:16:13.156Z Downloaded memchr v2.8.2
4322026-06-19T06:16:13.159Z Downloaded pulldown-cmark v0.13.4
4332026-06-19T06:16:13.162Z Downloaded url v2.5.8
4342026-06-19T06:16:13.166Z Downloaded mio v1.2.1
4352026-06-19T06:16:13.170Z Downloaded indexmap v2.14.0
4362026-06-19T06:16:13.185Z Downloaded miette v7.6.0
4372026-06-19T06:16:13.188Z Downloaded tower v0.5.3
4382026-06-19T06:16:13.193Z Downloaded hashbrown v0.17.1
4392026-06-19T06:16:13.196Z Downloaded hyper v1.10.1
4402026-06-19T06:16:13.199Z Downloaded unicode-segmentation v1.13.3
4412026-06-19T06:16:13.202Z Downloaded hyper-util v0.1.20
4422026-06-19T06:16:13.205Z Downloaded crossterm v0.29.0
4432026-06-19T06:16:13.208Z Downloaded rand v0.9.4
4442026-06-19T06:16:13.211Z Downloaded hashbrown v0.15.5
4452026-06-19T06:16:13.215Z Downloaded clap_builder v4.6.0
4462026-06-19T06:16:13.217Z Downloaded unicode-normalization v0.1.25
4472026-06-19T06:16:13.222Z Downloaded ron v0.12.1
4482026-06-19T06:16:13.230Z Downloaded aho-corasick v1.1.4
4492026-06-19T06:16:13.233Z Downloaded tokio-util v0.7.18
4502026-06-19T06:16:13.238Z Downloaded guppy v0.17.26
4512026-06-19T06:16:13.243Z Downloaded typenum v1.20.1
4522026-06-19T06:16:13.246Z Downloaded serde_json v1.0.150
4532026-06-19T06:16:13.249Z Downloaded quick-xml v0.37.5
4542026-06-19T06:16:13.254Z Downloaded h2 v0.4.15
4552026-06-19T06:16:13.258Z Downloaded futures-util v0.3.32
4562026-06-19T06:16:13.274Z Downloaded reqwest v0.12.28
4572026-06-19T06:16:13.277Z Downloaded winnow v1.0.3
4582026-06-19T06:16:13.282Z Downloaded regex v1.12.4
4592026-06-19T06:16:13.286Z Downloaded winnow v0.7.15
4602026-06-19T06:16:13.290Z Downloaded tracing-subscriber v0.3.23
4612026-06-19T06:16:13.295Z Downloaded idna v1.1.0
4622026-06-19T06:16:13.298Z Downloaded vcpkg v0.2.15
4632026-06-19T06:16:13.319Z Downloaded webpki-roots v1.0.8
4642026-06-19T06:16:13.322Z Downloaded chrono v0.4.45
4652026-06-19T06:16:13.325Z Downloaded gimli v0.32.3
4662026-06-19T06:16:13.329Z Downloaded curve25519-dalek v4.1.3
4672026-06-19T06:16:13.333Z Downloaded itertools v0.14.0
4682026-06-19T06:16:13.337Z Downloaded tower-http v0.6.11
4692026-06-19T06:16:13.344Z Downloaded bstr v1.12.1
4702026-06-19T06:16:13.357Z Downloaded portable-atomic v1.13.1
4712026-06-19T06:16:13.361Z Downloaded tracing v0.1.44
4722026-06-19T06:16:13.371Z Downloaded color-eyre v0.6.5
4732026-06-19T06:16:13.386Z Downloaded quick-xml v0.38.4
4742026-06-19T06:16:13.434Z Downloaded quinn-proto v0.11.14
4752026-06-19T06:16:13.455Z Downloaded nextest-runner v0.80.0
4762026-06-19T06:16:13.482Z Downloaded unicode-width v0.2.2
4772026-06-19T06:16:13.493Z Downloaded unicode-width v0.1.14
4782026-06-19T06:16:13.508Z Downloaded openssl v0.10.81
4792026-06-19T06:16:13.515Z Downloaded object v0.37.3
4802026-06-19T06:16:13.531Z Downloaded syn v2.0.118
4812026-06-19T06:16:13.537Z Downloaded zerocopy v0.8.52
4822026-06-19T06:16:13.548Z Downloaded regex-syntax v0.8.11
4832026-06-19T06:16:13.552Z Downloaded rustix v0.38.44
4842026-06-19T06:16:13.564Z Downloaded nix v0.30.1
4852026-06-19T06:16:13.579Z Downloaded rustls v0.23.40
4862026-06-19T06:16:13.586Z Downloaded rustix v1.1.4
4872026-06-19T06:16:13.688Z Downloaded regex-automata v0.4.14
4882026-06-19T06:16:13.769Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-06-19T06:16:13.779Z Downloaded petgraph v0.8.3
4902026-06-19T06:16:13.791Z Downloaded libc v0.2.186
4912026-06-19T06:16:13.809Z Downloaded tokio v1.52.3
4922026-06-19T06:16:13.885Z Downloaded recursion v0.5.4
4932026-06-19T06:16:13.894Z Downloaded ring v0.17.14
4942026-06-19T06:16:13.954Z Compiling libc v0.2.186
4952026-06-19T06:16:13.954Z Compiling proc-macro2 v1.0.106
4962026-06-19T06:16:13.954Z Compiling unicode-ident v1.0.24
4972026-06-19T06:16:13.954Z Compiling quote v1.0.45
4982026-06-19T06:16:13.959Z Compiling serde_core v1.0.228
4992026-06-19T06:16:13.959Z Compiling cfg-if v1.0.4
5002026-06-19T06:16:14.082Z Compiling memchr v2.8.2
5012026-06-19T06:16:14.085Z Compiling once_cell v1.21.4
5022026-06-19T06:16:14.199Z Compiling log v0.4.32
5032026-06-19T06:16:14.233Z Compiling pin-project-lite v0.2.17
5042026-06-19T06:16:14.323Z Compiling serde v1.0.228
5052026-06-19T06:16:14.373Z Compiling itoa v1.0.18
5062026-06-19T06:16:14.507Z Compiling smallvec v1.15.2
5072026-06-19T06:16:14.610Z Compiling futures-core v0.3.32
5082026-06-19T06:16:14.684Z Compiling bitflags v2.13.0
5092026-06-19T06:16:14.760Z Compiling hashbrown v0.17.1
5102026-06-19T06:16:14.760Z Compiling shlex v2.0.1
5112026-06-19T06:16:14.952Z Compiling equivalent v1.0.2
5122026-06-19T06:16:15.043Z Compiling errno v0.3.14
5132026-06-19T06:16:15.063Z Compiling find-msvc-tools v0.1.9
5142026-06-19T06:16:15.064Z Compiling bytes v1.12.0
5152026-06-19T06:16:15.222Z Compiling signal-hook-registry v1.4.8
5162026-06-19T06:16:15.255Z Compiling jobserver v0.1.34
5172026-06-19T06:16:15.296Z Compiling mio v1.2.1
5182026-06-19T06:16:15.319Z Compiling rustix v1.1.4
5192026-06-19T06:16:15.412Z Compiling syn v2.0.118
5202026-06-19T06:16:15.445Z Compiling futures-sink v0.3.32
5212026-06-19T06:16:15.569Z Compiling cc v1.2.64
5222026-06-19T06:16:15.625Z Compiling socket2 v0.6.4
5232026-06-19T06:16:15.813Z Compiling zmij v1.0.21
5242026-06-19T06:16:16.015Z Compiling slab v0.4.12
5252026-06-19T06:16:16.031Z Compiling futures-channel v0.3.32
5262026-06-19T06:16:16.170Z Compiling tracing-core v0.1.36
5272026-06-19T06:16:16.224Z Compiling serde_json v1.0.150
5282026-06-19T06:16:16.298Z Compiling version_check v0.9.5
5292026-06-19T06:16:16.467Z Compiling indexmap v2.14.0
5302026-06-19T06:16:16.575Z Compiling futures-task v0.3.32
5312026-06-19T06:16:16.610Z Compiling getrandom v0.4.3
5322026-06-19T06:16:16.755Z Compiling futures-io v0.3.32
5332026-06-19T06:16:16.881Z Compiling unicode-width v0.2.2
5342026-06-19T06:16:16.914Z Compiling percent-encoding v2.3.2
5352026-06-19T06:16:16.956Z Compiling camino v1.2.3
5362026-06-19T06:16:17.202Z Compiling ring v0.17.14
5372026-06-19T06:16:17.304Z Compiling http v1.4.2
5382026-06-19T06:16:17.339Z Compiling zeroize v1.9.0
5392026-06-19T06:16:17.356Z Compiling simd-adler32 v0.3.9
5402026-06-19T06:16:17.369Z Compiling adler2 v2.0.1
5412026-06-19T06:16:17.528Z Compiling autocfg v1.5.1
5422026-06-19T06:16:17.540Z Compiling miniz_oxide v0.8.9
5432026-06-19T06:16:17.875Z Compiling num-traits v0.2.19
5442026-06-19T06:16:18.118Z Compiling object v0.37.3
5452026-06-19T06:16:18.202Z Compiling zerocopy v0.8.52
5462026-06-19T06:16:18.421Z Compiling target-lexicon v0.13.5
5472026-06-19T06:16:18.482Z Compiling getrandom v0.3.4
5482026-06-19T06:16:18.836Z Compiling http-body v1.0.1
5492026-06-19T06:16:18.849Z Compiling rustls-pki-types v1.14.1
5502026-06-19T06:16:18.936Z Compiling form_urlencoded v1.2.2
5512026-06-19T06:16:18.976Z Compiling semver v1.0.28
5522026-06-19T06:16:18.995Z Compiling getrandom v0.2.17
5532026-06-19T06:16:19.068Z Compiling serde_derive v1.0.228
5542026-06-19T06:16:19.187Z Compiling tokio-macros v2.7.0
5552026-06-19T06:16:19.199Z Compiling futures-macro v0.3.32
5562026-06-19T06:16:19.203Z Compiling tracing-attributes v0.1.31
5572026-06-19T06:16:19.479Z Compiling idna_adapter v1.0.0
5582026-06-19T06:16:19.585Z Compiling owo-colors v4.3.0
5592026-06-19T06:16:19.623Z Compiling fnv v1.0.7
5602026-06-19T06:16:19.702Z Compiling httparse v1.10.1
5612026-06-19T06:16:19.726Z Compiling signal-hook v0.3.18
5622026-06-19T06:16:19.918Z Compiling utf8_iter v1.0.4
5632026-06-19T06:16:19.943Z Compiling tokio v1.52.3
5642026-06-19T06:16:19.954Z Compiling guppy-workspace-hack v0.1.0
5652026-06-19T06:16:20.010Z Compiling futures-util v0.3.32
5662026-06-19T06:16:20.055Z Compiling gimli v0.32.3
5672026-06-19T06:16:20.080Z Compiling untrusted v0.9.0
5682026-06-19T06:16:20.174Z Compiling thiserror v2.0.18
5692026-06-19T06:16:20.269Z Compiling idna v1.1.0
5702026-06-19T06:16:20.414Z Compiling tracing v0.1.44
5712026-06-19T06:16:20.759Z Compiling thiserror-impl v2.0.18
5722026-06-19T06:16:21.945Z Compiling addr2line v0.25.1
5732026-06-19T06:16:22.326Z Compiling generic-array v0.14.7
5742026-06-19T06:16:22.369Z Compiling typeid v1.0.3
5752026-06-19T06:16:22.569Z Compiling thiserror v1.0.69
5762026-06-19T06:16:22.624Z Compiling rustc-demangle v0.1.27
5772026-06-19T06:16:22.662Z Compiling rustls v0.23.40
5782026-06-19T06:16:22.705Z Compiling target-spec v3.6.0
5792026-06-19T06:16:22.883Z Compiling pkg-config v0.3.33
5802026-06-19T06:16:22.886Z Compiling tower-service v0.3.3
5812026-06-19T06:16:22.988Z Compiling atomic-waker v1.1.2
5822026-06-19T06:16:22.991Z Compiling fastrand v2.4.1
5832026-06-19T06:16:23.118Z Compiling try-lock v0.2.5
5842026-06-19T06:16:23.235Z Compiling want v0.3.1
5852026-06-19T06:16:23.314Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-06-19T06:16:23.334Z Compiling tempfile v3.27.0
5872026-06-19T06:16:23.666Z Compiling cfg-expr v0.20.8
5882026-06-19T06:16:24.217Z Compiling tokio-util v0.7.18
5892026-06-19T06:16:24.231Z Compiling url v2.5.8
5902026-06-19T06:16:24.687Z Compiling h2 v0.4.15
5912026-06-19T06:16:25.081Z Compiling backtrace v0.3.76
5922026-06-19T06:16:25.102Z Compiling thiserror-impl v1.0.69
5932026-06-19T06:16:25.305Z Compiling terminal_size v0.4.4
5942026-06-19T06:16:25.381Z Compiling aho-corasick v1.1.4
5952026-06-19T06:16:25.500Z Compiling regex-syntax v0.8.11
5962026-06-19T06:16:26.242Z Compiling rustls-webpki v0.103.13
5972026-06-19T06:16:26.694Z Compiling winnow v0.7.15
5982026-06-19T06:16:28.566Z Compiling typenum v1.20.1
5992026-06-19T06:16:28.814Z Compiling erased-serde v0.4.10
6002026-06-19T06:16:29.120Z Compiling subtle v2.6.1
6012026-06-19T06:16:29.285Z Compiling regex-automata v0.4.14
6022026-06-19T06:16:29.721Z Compiling hyper v1.10.1
6032026-06-19T06:16:30.920Z Compiling toml_datetime v0.6.11
6042026-06-19T06:16:31.298Z Compiling serde_spanned v0.6.9
6052026-06-19T06:16:31.459Z Compiling ahash v0.8.12
6062026-06-19T06:16:31.723Z Compiling sync_wrapper v1.0.2
6072026-06-19T06:16:31.833Z Compiling lazy_static v1.5.0
6082026-06-19T06:16:31.938Z Compiling is_ci v1.2.0
6092026-06-19T06:16:32.111Z Compiling foldhash v0.1.5
6102026-06-19T06:16:32.334Z Compiling unicode-segmentation v1.13.3
6112026-06-19T06:16:32.736Z Compiling portable-atomic v1.13.1
6122026-06-19T06:16:32.854Z Compiling nextest-workspace-hack v0.1.0
6132026-06-19T06:16:32.870Z Compiling parking_lot_core v0.9.12
6142026-06-19T06:16:33.079Z Compiling ipnet v2.12.0
6152026-06-19T06:16:33.147Z Compiling toml_write v0.1.2
6162026-06-19T06:16:33.191Z Compiling unicode-linebreak v0.1.5
6172026-06-19T06:16:33.394Z Compiling either v1.16.0
6182026-06-19T06:16:33.446Z Compiling tower-layer v0.3.3
6192026-06-19T06:16:33.459Z Compiling crc32fast v1.5.0
6202026-06-19T06:16:33.570Z Compiling base64 v0.22.1
6212026-06-19T06:16:33.617Z Compiling tower v0.5.3
6222026-06-19T06:16:33.645Z Compiling textwrap v0.16.2
6232026-06-19T06:16:33.806Z Compiling toml_edit v0.22.27
6242026-06-19T06:16:34.060Z Compiling hyper-util v0.1.20
6252026-06-19T06:16:34.283Z Compiling convert_case v0.10.0
6262026-06-19T06:16:34.287Z Compiling tokio-rustls v0.26.4
6272026-06-19T06:16:34.540Z Compiling hashbrown v0.15.5
6282026-06-19T06:16:34.574Z Compiling supports-color v3.0.2
6292026-06-19T06:16:34.805Z Compiling sharded-slab v0.1.7
6302026-06-19T06:16:35.163Z Compiling backtrace-ext v0.2.1
6312026-06-19T06:16:35.404Z Compiling ordered-float v2.10.1
6322026-06-19T06:16:35.419Z Compiling webpki-roots v1.0.8
6332026-06-19T06:16:35.537Z Compiling miette-derive v7.6.0
6342026-06-19T06:16:35.670Z Compiling pathdiff v0.2.3
6352026-06-19T06:16:35.688Z Compiling console v0.15.11
6362026-06-19T06:16:35.793Z Compiling tracing-log v0.2.0
6372026-06-19T06:16:36.152Z Compiling cargo-platform v0.3.3
6382026-06-19T06:16:36.665Z Compiling os_pipe v1.2.3
6392026-06-19T06:16:36.679Z Compiling thread_local v1.1.9
6402026-06-19T06:16:36.713Z Compiling supports-unicode v3.0.0
6412026-06-19T06:16:36.915Z Compiling utf8parse v0.2.2
6422026-06-19T06:16:37.025Z Compiling ryu v1.0.23
6432026-06-19T06:16:37.038Z Compiling zstd-safe v7.2.4
6442026-06-19T06:16:37.049Z Compiling unicode-width v0.1.14
6452026-06-19T06:16:37.233Z Compiling winnow v1.0.3
6462026-06-19T06:16:37.278Z Compiling cfg_aliases v0.2.1
6472026-06-19T06:16:37.310Z Compiling scopeguard v1.2.0
6482026-06-19T06:16:37.341Z Compiling pulldown-cmark v0.13.4
6492026-06-19T06:16:37.354Z Compiling rustix v0.38.44
6502026-06-19T06:16:37.414Z Compiling supports-hyperlinks v3.2.0
6512026-06-19T06:16:37.572Z Compiling fixedbitset v0.5.7
6522026-06-19T06:16:37.659Z Compiling debug-ignore v1.0.5
6532026-06-19T06:16:37.787Z Compiling petgraph v0.8.3
6542026-06-19T06:16:37.798Z Compiling miette v7.6.0
6552026-06-19T06:16:38.079Z Compiling lock_api v0.4.14
6562026-06-19T06:16:38.320Z Compiling toml_parser v1.1.2+spec-1.1.0
6572026-06-19T06:16:38.702Z Compiling nix v0.30.1
6582026-06-19T06:16:39.148Z Compiling serde_urlencoded v0.7.1
6592026-06-19T06:16:39.433Z Compiling anstyle-parse v1.0.0
6602026-06-19T06:16:39.629Z Compiling tracing-subscriber v0.3.23
6612026-06-19T06:16:39.651Z Compiling sigchld v0.2.4
6622026-06-19T06:16:39.689Z Compiling cargo_metadata v0.23.1
6632026-06-19T06:16:39.845Z Compiling serde-value v0.7.0
6642026-06-19T06:16:40.523Z Compiling serde-untagged v0.1.9
6652026-06-19T06:16:40.618Z Compiling hyper-rustls v0.27.9
6662026-06-19T06:16:40.886Z Compiling toml v0.8.23
6672026-06-19T06:16:41.548Z Compiling derive_more-impl v2.1.1
6682026-06-19T06:16:42.366Z Compiling tower-http v0.6.11
6692026-06-19T06:16:43.035Z Compiling itertools v0.14.0
6702026-06-19T06:16:43.079Z Compiling regex v1.12.4
6712026-06-19T06:16:43.209Z Compiling crypto-common v0.1.7
6722026-06-19T06:16:43.221Z Compiling block-buffer v0.10.4
6732026-06-19T06:16:43.342Z Compiling ppv-lite86 v0.2.21
6742026-06-19T06:16:43.370Z Compiling futures-executor v0.3.32
6752026-06-19T06:16:43.666Z Compiling rand_core v0.9.5
6762026-06-19T06:16:43.734Z Compiling pin-project-internal v1.1.13
6772026-06-19T06:16:43.901Z Compiling http-body-util v0.1.3
6782026-06-19T06:16:43.914Z Compiling uuid v1.23.3
6792026-06-19T06:16:44.167Z Compiling serde_spanned v1.1.1
6802026-06-19T06:16:44.314Z Compiling smol_str v0.3.6
6812026-06-19T06:16:44.470Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-06-19T06:16:44.495Z Compiling filetime v0.2.29
6832026-06-19T06:16:44.498Z Compiling vte v0.14.1
6842026-06-19T06:16:44.662Z Compiling bstr v1.12.1
6852026-06-19T06:16:44.706Z Compiling static_assertions v1.1.0
6862026-06-19T06:16:44.706Z Compiling xattr v1.6.1
6872026-06-19T06:16:44.779Z Compiling eyre v0.6.12
6882026-06-19T06:16:44.791Z Compiling unicode-xid v0.2.6
6892026-06-19T06:16:44.870Z Compiling tinyvec_macros v0.1.1
6902026-06-19T06:16:44.905Z Compiling colorchoice v1.0.5
6912026-06-19T06:16:44.921Z Compiling anstyle-query v1.1.5
6922026-06-19T06:16:44.938Z Compiling anstyle v1.0.14
6932026-06-19T06:16:45.019Z Compiling number_prefix v0.4.0
6942026-06-19T06:16:45.032Z Compiling litrs v1.0.0
6952026-06-19T06:16:45.066Z Compiling self_update v0.42.0
6962026-06-19T06:16:45.098Z Compiling unicase v2.9.0
6972026-06-19T06:16:45.170Z Compiling nested v0.1.1
6982026-06-19T06:16:45.277Z Compiling color-spantrace v0.3.0
6992026-06-19T06:16:45.317Z Compiling iana-time-zone v0.1.65
7002026-06-19T06:16:45.341Z Compiling is_terminal_polyfill v1.70.2
7012026-06-19T06:16:45.384Z Compiling guppy v0.17.26
7022026-06-19T06:16:45.438Z Compiling chrono v0.4.45
7032026-06-19T06:16:45.459Z Compiling document-features v0.2.12
7042026-06-19T06:16:45.667Z Compiling anstream v1.0.0
7052026-06-19T06:16:45.749Z Compiling indicatif v0.17.11
7062026-06-19T06:16:46.187Z Compiling globset v0.4.18
7072026-06-19T06:16:46.319Z Compiling tinyvec v1.11.0
7082026-06-19T06:16:46.747Z Compiling cargo-util-schemas v0.2.0
7092026-06-19T06:16:46.781Z Compiling tar v0.4.46
7102026-06-19T06:16:48.490Z Compiling pin-project v1.1.13
7112026-06-19T06:16:48.598Z Compiling toml v1.1.2+spec-1.1.0
7122026-06-19T06:16:48.822Z Compiling strip-ansi-escapes v0.2.1
7132026-06-19T06:16:48.884Z Compiling nextest-metadata v0.12.2
7142026-06-19T06:16:49.196Z Compiling newtype-uuid v1.3.2
7152026-06-19T06:16:49.264Z Compiling reqwest v0.12.28
7162026-06-19T06:16:49.313Z Compiling rand_chacha v0.9.0
7172026-06-19T06:16:49.383Z Compiling futures v0.3.32
7182026-06-19T06:16:49.453Z Compiling digest v0.10.7
7192026-06-19T06:16:49.467Z Compiling flate2 v1.1.9
7202026-06-19T06:16:49.677Z Compiling derive_more v2.1.1
7212026-06-19T06:16:49.759Z Compiling parking_lot v0.12.5
7222026-06-19T06:16:49.864Z Compiling tracing-error v0.2.1
7232026-06-19T06:16:50.007Z Compiling shared_child v1.1.1
7242026-06-19T06:16:50.415Z Compiling signal-hook-mio v0.2.5
7252026-06-19T06:16:50.550Z Compiling self-replace v1.5.0
7262026-06-19T06:16:50.670Z Compiling cargo-platform v0.2.0
7272026-06-19T06:16:50.845Z Compiling quick-xml v0.37.5
7282026-06-19T06:16:51.242Z Compiling quick-xml v0.38.4
7292026-06-19T06:16:51.689Z Compiling clap_lex v1.1.0
7302026-06-19T06:16:51.798Z Compiling strsim v0.11.1
7312026-06-19T06:16:52.257Z Compiling shell-words v1.1.1
7322026-06-19T06:16:52.377Z Compiling recursion v0.5.4
7332026-06-19T06:16:52.511Z Compiling urlencoding v2.1.3
7342026-06-19T06:16:52.625Z Compiling heck v0.5.0
7352026-06-19T06:16:52.753Z Compiling indenter v0.3.4
7362026-06-19T06:16:52.780Z Compiling cpufeatures v0.2.17
7372026-06-19T06:16:52.824Z Compiling humantime v2.3.0
7382026-06-19T06:16:52.853Z Compiling sha2 v0.10.9
7392026-06-19T06:16:52.880Z Compiling clap_derive v4.6.1
7402026-06-19T06:16:53.239Z Compiling humantime-serde v1.1.1
7412026-06-19T06:16:53.379Z Compiling clap_builder v4.6.0
7422026-06-19T06:16:54.035Z Compiling nextest-filtering v0.15.0
7432026-06-19T06:16:54.070Z Compiling quick-junit v0.5.2
7442026-06-19T06:16:54.672Z Compiling atomicwrites v0.4.4
7452026-06-19T06:16:54.958Z Compiling cargo_metadata v0.20.0
7462026-06-19T06:16:57.194Z Compiling crossterm v0.29.0
7472026-06-19T06:16:57.969Z Compiling cargo-nextest v0.9.97
7482026-06-19T06:16:59.076Z Compiling duct v0.13.7
7492026-06-19T06:16:59.639Z Compiling rand v0.9.4
7502026-06-19T06:16:59.868Z Compiling zstd v0.13.3
7512026-06-19T06:16:59.888Z Compiling async-scoped v0.9.0
7522026-06-19T06:17:00.080Z Compiling config v0.15.24
7532026-06-19T06:17:00.141Z Compiling unicode-normalization v0.1.25
7542026-06-19T06:17:00.287Z Compiling target-spec-miette v0.4.8
7552026-06-19T06:17:00.385Z Compiling future-queue v0.4.0
7562026-06-19T06:17:00.418Z Compiling mukti-metadata v0.3.0
7572026-06-19T06:17:00.670Z Compiling tokio-stream v0.1.18
7582026-06-19T06:17:00.724Z Compiling camino-tempfile v1.4.1
7592026-06-19T06:17:00.724Z Compiling derive-where v1.6.1
7602026-06-19T06:17:00.791Z Compiling serde_path_to_error v0.1.20
7612026-06-19T06:17:00.915Z Compiling serde_ignored v0.1.14
7622026-06-19T06:17:01.151Z Compiling hex v0.4.3
7632026-06-19T06:17:01.178Z Compiling indent_write v2.2.0
7642026-06-19T06:17:01.242Z Compiling xxhash-rust v0.8.15
7652026-06-19T06:17:01.254Z Compiling swrite v0.1.0
7662026-06-19T06:17:01.325Z Compiling home v0.5.12
7672026-06-19T06:17:01.356Z Compiling color-eyre v0.6.5
7682026-06-19T06:17:01.429Z Compiling clap v4.6.1
7692026-06-19T06:17:01.444Z Compiling dialoguer v0.11.0
7702026-06-19T06:17:01.493Z Compiling enable-ansi-support v0.2.1
7712026-06-19T06:17:01.956Z Compiling nextest-runner v0.80.0
7722026-06-19T06:17:19.956Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-06-19T06:17:20.140Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-06-19T06:17:20.143Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-06-19T06:17:20.260Z+ banner ddm
7762026-06-19T06:17:20.263Z
7772026-06-19T06:17:20.263Z ##### ##### # #
7782026-06-19T06:17:20.263Z # # # # ## ##
7792026-06-19T06:17:20.263Z # # # # # ## #
7802026-06-19T06:17:20.264Z # # # # # #
7812026-06-19T06:17:20.264Z # # # # # #
7822026-06-19T06:17:20.264Z ##### ##### # #
7832026-06-19T06:17:20.264Z
7842026-06-19T06:17:20.264Z+ cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture
7852026-06-19T06:17:20.418Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-06-19T06:17:20.993ZFrom https://github.com/oxidecomputer/falcon
7872026-06-19T06:17:20.993Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7882026-06-19T06:17:21.070Z Updating crates.io index
7892026-06-19T06:17:21.113Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-06-19T06:17:21.524ZFrom https://github.com/oxidecomputer/dendrite
7912026-06-19T06:17:21.524Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
7922026-06-19T06:17:21.584Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-06-19T06:17:21.847ZFrom https://github.com/oxidecomputer/ispf
7942026-06-19T06:17:21.847Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7952026-06-19T06:17:21.852Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-06-19T06:17:22.207ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-06-19T06:17:22.207Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7982026-06-19T06:17:22.214Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-06-19T06:17:29.280ZFrom https://github.com/oxidecomputer/omicron
8002026-06-19T06:17:29.280Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8012026-06-19T06:17:29.702Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-06-19T06:17:30.314ZFrom https://github.com/oxidecomputer/opte
8032026-06-19T06:17:30.314Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8042026-06-19T06:17:30.427Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-06-19T06:17:30.682ZFrom https://github.com/illumos/smf-rs
8062026-06-19T06:17:30.682Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-06-19T06:17:30.737Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-06-19T06:17:30.979ZFrom https://github.com/oxidecomputer/network-interface
8092026-06-19T06:17:30.980Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-06-19T06:17:31.000Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-06-19T06:17:31.232ZFrom https://github.com/oxidecomputer/zone
8122026-06-19T06:17:31.232Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-06-19T06:17:31.287Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-06-19T06:17:31.909ZFrom https://github.com/oxidecomputer/propolis
8152026-06-19T06:17:31.909Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-06-19T06:17:31.956Z Updating crates.io index
8172026-06-19T06:17:31.990Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-06-19T06:17:32.485ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-06-19T06:17:32.486Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8202026-06-19T06:17:32.510Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-06-19T06:17:32.741ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-06-19T06:17:32.741Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8232026-06-19T06:17:32.746Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-06-19T06:17:33.002ZFrom https://github.com/jmesmon/rust-libzfs
8252026-06-19T06:17:33.002Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-06-19T06:17:33.010Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-06-19T06:17:33.272ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-06-19T06:17:33.272Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-06-19T06:17:33.315Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-06-19T06:17:33.626ZFrom https://github.com/oxidecomputer/lldp
8312026-06-19T06:17:33.626Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8322026-06-19T06:17:33.801Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-06-19T06:17:34.060ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-06-19T06:17:34.060Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-06-19T06:17:34.081Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-06-19T06:17:34.395ZFrom https://github.com/oxidecomputer/tufaceous
8372026-06-19T06:17:34.395Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8382026-06-19T06:17:34.499Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-06-19T06:17:34.933ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-06-19T06:17:34.933Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8412026-06-19T06:17:34.990Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-19T06:17:35.782ZFrom https://github.com/oxidecomputer/crucible
8432026-06-19T06:17:35.782Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-06-19T06:17:35.938Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-06-19T06:17:36.189ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-06-19T06:17:36.189Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-06-19T06:17:36.429Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-06-19T06:17:36.864ZFrom https://github.com/oxidecomputer/propolis
8492026-06-19T06:17:36.864Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8502026-06-19T06:17:36.933Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-06-19T06:17:37.426ZFrom https://github.com/oxidecomputer/crucible
8522026-06-19T06:17:37.426Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8532026-06-19T06:17:37.502Z Updating git repository `https://github.com/oxidecomputer/tofino`
8542026-06-19T06:17:37.835ZFrom https://github.com/oxidecomputer/tofino
8552026-06-19T06:17:37.835Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8562026-06-19T06:17:37.867Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8572026-06-19T06:17:38.492ZFrom https://github.com/oxidecomputer/maghemite
8582026-06-19T06:17:38.492Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8592026-06-19T06:17:38.568Z Updating git repository `https://github.com/oxidecomputer/clickward`
8602026-06-19T06:17:38.827ZFrom https://github.com/oxidecomputer/clickward
8612026-06-19T06:17:38.827Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8622026-06-19T06:17:39.229Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-06-19T06:17:39.587ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-06-19T06:17:39.587Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-06-19T06:17:39.715Zerror: failed to select a version for `http`.
8662026-06-19T06:17:39.715Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
8672026-06-19T06:17:39.715Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
8682026-06-19T06:17:39.715Zversions that meet the requirements `^1.4.2` are: 1.4.2
8692026-06-19T06:17:39.715Z
8702026-06-19T06:17:39.715Zall possible versions conflict with previously selected packages.
8712026-06-19T06:17:39.715Z
8722026-06-19T06:17:39.715Z previously selected package `http v1.4.1`
8732026-06-19T06:17:39.715Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
8742026-06-19T06:17:39.715Z
8752026-06-19T06:17:39.715Zfailed to select a version for `http` which could resolve this conflict
8762026-06-19T06:17:39.734Zerror: 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
8772026-06-19T06:17:39.737Zprocess exited: duration 184244 ms, exit code 102
 
8782026-06-19T06:17:39.745Zfound 0 output files