01KVF85ES3A5FZ1GNMYKPW2N2P: test-proptest

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

Buildomat Job: 01KVF860F1EY78MQJW3AKCTC5V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:14:21.145Zjob assigned to worker 01KVF86P53QHDV14H86J01HBWB [factory aws, i-0ccba544cb4973c06] (queued for 1 m 12 s)
 
22026-06-19T06:14:27.624Zstarting task 0: "setup"
32026-06-19T06:14:27.629Z++ uname -s
42026-06-19T06:14:27.632Z+ kern=SunOS
52026-06-19T06:14:27.632Z+ build_user=build
62026-06-19T06:14:27.632Z+ build_uid=12345
72026-06-19T06:14:27.632Z+ work_dir=/work
82026-06-19T06:14:27.632Z+ input_dir=/input
92026-06-19T06:14:27.632Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:27.632Z+ case "$kern" in
112026-06-19T06:14:27.632Z+ groupadd -g 12345 build
122026-06-19T06:14:27.635Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:29.639Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:29.764Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:29.767Z+ home_fs=zfs
162026-06-19T06:14:29.767Z+ [[ zfs == autofs ]]
172026-06-19T06:14:29.767Z+ mkdir -p /home/build
182026-06-19T06:14:29.767Z+ chown build:build /home/build /work
192026-06-19T06:14:31.768Z+ chmod 0700 /home/build /work
202026-06-19T06:14:31.771Zprocess exited: duration 4148 ms, exit code 0
 
212026-06-19T06:14:31.777Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:31.781Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:31.781Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-19T06:14:31.781Z * rust toolchain channel = "stable"
252026-06-19T06:14:31.781Z * rust toolchain profile = "default"
262026-06-19T06:14:31.781Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:31.781Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:31.784Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:31.784Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:31.882Zinfo: downloading installer
312026-06-19T06:14:33.326Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:33.326Zwarn: /opt/ooce/bin
332026-06-19T06:14:33.326Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:33.326Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:33.326Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:33.326Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:33.327Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:33.327Zerror: cannot install while Rust is installed
392026-06-19T06:14:33.327Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:33.327Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:33.327Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:33.327Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:33.327Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:33.340Zinfo: profile set to default
452026-06-19T06:14:33.340Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:33.343Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:33.480Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:33.483Zinfo: downloading 6 components
492026-06-19T06:14:48.202Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:48.202Z
512026-06-19T06:14:48.235Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:48.235Z
532026-06-19T06:14:48.235Z
542026-06-19T06:14:48.235ZRust is installed now. Great!
552026-06-19T06:14:48.235Z
562026-06-19T06:14:48.235ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:48.235Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:48.235Z
592026-06-19T06:14:48.235ZTo configure your current shell, you need to source
602026-06-19T06:14:48.235Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:48.235Z
622026-06-19T06:14:48.235ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:48.235Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:48.236Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:48.236Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:48.236Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:48.236Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:48.236Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:48.243Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:48.243Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:48.337Z+ rustup --version
722026-06-19T06:14:48.346Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:48.349Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:48.367Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:48.370Z+ cargo --version
762026-06-19T06:14:48.383Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:48.386Z+ rustc --version
782026-06-19T06:14:48.404Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:48.408Zprocess exited: duration 16627 ms, exit code 0
 
802026-06-19T06:14:48.414Zstarting task 2: "authentication"
812026-06-19T06:14:48.430Zprocess exited: duration 15 ms, exit code 0
 
822026-06-19T06:14:48.436Zstarting task 3: "clone repository"
832026-06-19T06:14:48.440Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:48.442Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:48.475ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:49.594Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:49.594Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:49.842ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:49.842Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:49.847Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:49.850Z++ git branch --show-current
922026-06-19T06:14:49.850Z+ current=main
932026-06-19T06:14:49.850Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:49.850Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:49.853Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:49.870ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:49.872Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:49.887ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:49.890Zprocess exited: duration 1451 ms, exit code 0
 
1002026-06-19T06:14:49.895Zstarting task 4: "build"
1012026-06-19T06:14:49.899Z+ set -e
1022026-06-19T06:14:49.899Z+ NEXTEST_VERSION=0.9.97
1032026-06-19T06:14:49.899Z+ PLATFORM=illumos
1042026-06-19T06:14:49.899Z+ cargo --version
1052026-06-19T06:14:49.904Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-19T06:14:50.044Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-19T06:14:50.047Zinfo: downloading 6 components
1082026-06-19T06:15:05.074Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-19T06:15:05.077Z+ rustc --version
1102026-06-19T06:15:05.104Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-19T06:15:05.108Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-19T06:15:05.151Z Updating crates.io index
1132026-06-19T06:15:05.248Z Downloading crates ...
1142026-06-19T06:15:05.307Z Downloaded cargo-nextest v0.9.97
1152026-06-19T06:15:05.372Z Installing cargo-nextest v0.9.97
1162026-06-19T06:15:05.415Z Updating crates.io index
1172026-06-19T06:15:07.935Z Locking 390 packages to latest compatible versions
1182026-06-19T06:15:07.940Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-19T06:15:07.942Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-19T06:15:07.942Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-19T06:15:07.942Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-19T06:15:07.945Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-19T06:15:07.945Z Adding itertools v0.14.0 (available: v0.15.0)
1242026-06-19T06:15:07.945Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-19T06:15:07.945Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-19T06:15:07.948Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1272026-06-19T06:15:07.950Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-19T06:15:07.977Z Downloading crates ...
1292026-06-19T06:15:08.053Z Downloaded addr2line v0.25.1
1302026-06-19T06:15:08.057Z Downloaded future-queue v0.4.0
1312026-06-19T06:15:08.064Z Downloaded adler2 v2.0.1
1322026-06-19T06:15:08.067Z Downloaded futures-executor v0.3.32
1332026-06-19T06:15:08.070Z Downloaded form_urlencoded v1.2.2
1342026-06-19T06:15:08.070Z Downloaded foreign-types-shared v0.1.1
1352026-06-19T06:15:08.070Z Downloaded cargo_metadata v0.20.0
1362026-06-19T06:15:08.073Z Downloaded either v1.16.0
1372026-06-19T06:15:08.073Z Downloaded bitflags v2.13.0
1382026-06-19T06:15:08.076Z Downloaded crypto-common v0.1.7
1392026-06-19T06:15:08.082Z Downloaded anstyle-query v1.1.5
1402026-06-19T06:15:08.084Z Downloaded document-features v0.2.12
1412026-06-19T06:15:08.087Z Downloaded home v0.5.12
1422026-06-19T06:15:08.087Z Downloaded hyper-rustls v0.27.9
1432026-06-19T06:15:08.090Z Downloaded foreign-types v0.3.2
1442026-06-19T06:15:08.093Z Downloaded ed25519 v2.2.3
1452026-06-19T06:15:08.095Z Downloaded pathdiff v0.2.3
1462026-06-19T06:15:08.095Z Downloaded foldhash v0.1.5
1472026-06-19T06:15:08.098Z Downloaded itoa v1.0.18
1482026-06-19T06:15:08.098Z Downloaded is_terminal_polyfill v1.70.2
1492026-06-19T06:15:08.101Z Downloaded nextest-workspace-hack v0.1.0
1502026-06-19T06:15:08.103Z Downloaded async-scoped v0.9.0
1512026-06-19T06:15:08.104Z Downloaded mukti-metadata v0.3.0
1522026-06-19T06:15:08.106Z Downloaded hyper-tls v0.6.0
1532026-06-19T06:15:08.112Z Downloaded cargo-platform v0.3.3
1542026-06-19T06:15:08.115Z Downloaded backtrace-ext v0.2.1
1552026-06-19T06:15:08.121Z Downloaded nested v0.1.1
1562026-06-19T06:15:08.123Z Downloaded cfg_aliases v0.2.1
1572026-06-19T06:15:08.126Z Downloaded http-body v1.0.1
1582026-06-19T06:15:08.129Z Downloaded curve25519-dalek-derive v0.1.1
1592026-06-19T06:15:08.129Z Downloaded indenter v0.3.4
1602026-06-19T06:15:08.132Z Downloaded cargo-util-schemas v0.2.0
1612026-06-19T06:15:08.132Z Downloaded number_prefix v0.4.0
1622026-06-19T06:15:08.135Z Downloaded scopeguard v1.2.0
1632026-06-19T06:15:08.135Z Downloaded os_pipe v1.2.3
1642026-06-19T06:15:08.135Z Downloaded lazy_static v1.5.0
1652026-06-19T06:15:08.138Z Downloaded indent_write v2.2.0
1662026-06-19T06:15:08.140Z Downloaded heck v0.5.0
1672026-06-19T06:15:08.143Z Downloaded native-tls v0.2.18
1682026-06-19T06:15:08.143Z Downloaded miette-derive v7.6.0
1692026-06-19T06:15:08.143Z Downloaded http-body-util v0.1.3
1702026-06-19T06:15:08.146Z Downloaded lock_api v0.4.14
1712026-06-19T06:15:08.146Z Downloaded humantime v2.3.0
1722026-06-19T06:15:08.148Z Downloaded atomicwrites v0.4.4
1732026-06-19T06:15:08.148Z Downloaded owo-colors v4.3.0
1742026-06-19T06:15:08.151Z Downloaded futures-io v0.3.32
1752026-06-19T06:15:08.151Z Downloaded cfg-if v1.0.4
1762026-06-19T06:15:08.154Z Downloaded futures-core v0.3.32
1772026-06-19T06:15:08.154Z Downloaded debug-ignore v1.0.5
1782026-06-19T06:15:08.156Z Downloaded block-buffer v0.10.4
1792026-06-19T06:15:08.156Z Downloaded futures-task v0.3.32
1802026-06-19T06:15:08.156Z Downloaded cpufeatures v0.2.17
1812026-06-19T06:15:08.159Z Downloaded openssl-probe v0.2.1
1822026-06-19T06:15:08.159Z Downloaded errno v0.3.14
1832026-06-19T06:15:08.162Z Downloaded rustc-hash v2.1.2
1842026-06-19T06:15:08.162Z Downloaded futures-macro v0.3.32
1852026-06-19T06:15:08.162Z Downloaded anstyle v1.0.14
1862026-06-19T06:15:08.165Z Downloaded autocfg v1.5.1
1872026-06-19T06:15:08.167Z Downloaded lru-slab v0.1.2
1882026-06-19T06:15:08.167Z Downloaded erased-serde v0.4.10
1892026-06-19T06:15:08.167Z Downloaded cargo_metadata v0.23.1
1902026-06-19T06:15:08.170Z Downloaded idna_adapter v1.0.0
1912026-06-19T06:15:08.170Z Downloaded color-spantrace v0.3.0
1922026-06-19T06:15:08.173Z Downloaded equivalent v1.0.2
1932026-06-19T06:15:08.176Z Downloaded httparse v1.10.1
1942026-06-19T06:15:08.178Z Downloaded generic-array v0.14.7
1952026-06-19T06:15:08.178Z Downloaded fnv v1.0.7
1962026-06-19T06:15:08.181Z Downloaded serde_ignored v0.1.14
1972026-06-19T06:15:08.185Z Downloaded futures-sink v0.3.32
1982026-06-19T06:15:08.193Z Downloaded percent-encoding v2.3.2
1992026-06-19T06:15:08.196Z Downloaded colorchoice v1.0.5
2002026-06-19T06:15:08.196Z Downloaded openssl-macros v0.1.1
2012026-06-19T06:15:08.196Z Downloaded is_ci v1.2.0
2022026-06-19T06:15:08.198Z Downloaded guppy-workspace-hack v0.1.0
2032026-06-19T06:15:08.198Z Downloaded filetime v0.2.29
2042026-06-19T06:15:08.201Z Downloaded convert_case v0.10.0
2052026-06-19T06:15:08.201Z Downloaded crc32fast v1.5.0
2062026-06-19T06:15:08.204Z Downloaded bytes v1.12.0
2072026-06-19T06:15:08.207Z Downloaded jobserver v0.1.34
2082026-06-19T06:15:08.207Z Downloaded serde_spanned v0.6.9
2092026-06-19T06:15:08.210Z Downloaded ppv-lite86 v0.2.21
2102026-06-19T06:15:08.210Z Downloaded rand_core v0.6.4
2112026-06-19T06:15:08.210Z Downloaded enable-ansi-support v0.2.1
2122026-06-19T06:15:08.213Z Downloaded nextest-metadata v0.12.2
2132026-06-19T06:15:08.213Z Downloaded serde-value v0.7.0
2142026-06-19T06:15:08.216Z Downloaded humantime-serde v1.1.1
2152026-06-19T06:15:08.216Z Downloaded cargo-platform v0.2.0
2162026-06-19T06:15:08.216Z Downloaded rustc_version v0.4.1
2172026-06-19T06:15:08.218Z Downloaded serde_urlencoded v0.7.1
2182026-06-19T06:15:08.218Z Downloaded shared_child v1.1.1
2192026-06-19T06:15:08.221Z Downloaded serde_spanned v1.1.1
2202026-06-19T06:15:08.221Z Downloaded signature v2.2.0
2212026-06-19T06:15:08.221Z Downloaded sigchld v0.2.4
2222026-06-19T06:15:08.224Z Downloaded shell-words v1.1.1
2232026-06-19T06:15:08.224Z Downloaded signal-hook-mio v0.2.5
2242026-06-19T06:15:08.226Z Downloaded hex v0.4.3
2252026-06-19T06:15:08.226Z Downloaded globset v0.4.18
2262026-06-19T06:15:08.226Z Downloaded atomic-waker v1.1.2
2272026-06-19T06:15:08.229Z Downloaded ordered-float v2.10.1
2282026-06-19T06:15:08.232Z Downloaded quote v1.0.45
2292026-06-19T06:15:08.234Z Downloaded pkg-config v0.3.33
2302026-06-19T06:15:08.234Z Downloaded parking_lot_core v0.9.12
2312026-06-19T06:15:08.237Z Downloaded iana-time-zone v0.1.65
2322026-06-19T06:15:08.240Z Downloaded strsim v0.11.1
2332026-06-19T06:15:08.240Z Downloaded newtype-uuid v1.3.2
2342026-06-19T06:15:08.243Z Downloaded pin-project-lite v0.2.17
2352026-06-19T06:15:08.245Z Downloaded self-replace v1.5.0
2362026-06-19T06:15:08.248Z Downloaded futures-channel v0.3.32
2372026-06-19T06:15:08.248Z Downloaded duct v0.13.7
2382026-06-19T06:15:08.251Z Downloaded clap_lex v1.1.0
2392026-06-19T06:15:08.251Z Downloaded anstyle-parse v1.0.0
2402026-06-19T06:15:08.251Z Downloaded anstream v1.0.0
2412026-06-19T06:15:08.254Z Downloaded fastrand v2.4.1
2422026-06-19T06:15:08.254Z Downloaded http v1.4.2
2432026-06-19T06:15:08.256Z Downloaded swrite v0.1.0
2442026-06-19T06:15:08.256Z Downloaded fixedbitset v0.5.7
2452026-06-19T06:15:08.259Z Downloaded sync_wrapper v1.0.2
2462026-06-19T06:15:08.259Z Downloaded supports-hyperlinks v3.2.0
2472026-06-19T06:15:08.262Z Downloaded strip-ansi-escapes v0.2.1
2482026-06-19T06:15:08.262Z Downloaded terminal_size v0.4.4
2492026-06-19T06:15:08.262Z Downloaded find-msvc-tools v0.1.9
2502026-06-19T06:15:08.264Z Downloaded supports-unicode v3.0.0
2512026-06-19T06:15:08.265Z Downloaded digest v0.10.7
2522026-06-19T06:15:08.265Z Downloaded supports-color v3.0.2
2532026-06-19T06:15:08.268Z Downloaded cfg-expr v0.20.8
2542026-06-19T06:15:08.268Z Downloaded base64ct v1.8.3
2552026-06-19T06:15:08.272Z Downloaded rand_chacha v0.9.0
2562026-06-19T06:15:08.272Z Downloaded ipnet v2.12.0
2572026-06-19T06:15:08.275Z Downloaded rand_core v0.9.5
2582026-06-19T06:15:08.275Z Downloaded sha2 v0.10.9
2592026-06-19T06:15:08.278Z Downloaded pin-project-internal v1.1.13
2602026-06-19T06:15:08.281Z Downloaded tinyvec_macros v0.1.1
2612026-06-19T06:15:08.285Z Downloaded shlex v2.0.1
2622026-06-19T06:15:08.287Z Downloaded serde-untagged v0.1.9
2632026-06-19T06:15:08.290Z Downloaded const-oid v0.9.6
2642026-06-19T06:15:08.293Z Downloaded ahash v0.8.12
2652026-06-19T06:15:08.295Z Downloaded rustc-demangle v0.1.27
2662026-06-19T06:15:08.295Z Downloaded static_assertions v1.1.0
2672026-06-19T06:15:08.295Z Downloaded clap_derive v4.6.1
2682026-06-19T06:15:08.299Z Downloaded toml_datetime v0.6.11
2692026-06-19T06:15:08.302Z Downloaded tokio-macros v2.7.0
2702026-06-19T06:15:08.302Z Downloaded slab v0.4.12
2712026-06-19T06:15:08.304Z Downloaded toml_write v0.1.2
2722026-06-19T06:15:08.304Z Downloaded simd-adler32 v0.3.9
2732026-06-19T06:15:08.304Z Downloaded tower-service v0.3.3
2742026-06-19T06:15:08.307Z Downloaded tower-layer v0.3.3
2752026-06-19T06:15:08.307Z Downloaded tracing-error v0.2.1
2762026-06-19T06:15:08.307Z Downloaded spki v0.7.3
2772026-06-19T06:15:08.310Z Downloaded num-traits v0.2.19
2782026-06-19T06:15:08.310Z Downloaded signal-hook-registry v1.4.8
2792026-06-19T06:15:08.313Z Downloaded derive-where v1.6.1
2802026-06-19T06:15:08.313Z Downloaded getrandom v0.3.4
2812026-06-19T06:15:08.316Z Downloaded once_cell v1.21.4
2822026-06-19T06:15:08.316Z Downloaded nextest-filtering v0.15.0
2832026-06-19T06:15:08.319Z Downloaded getrandom v0.2.17
2842026-06-19T06:15:08.321Z Downloaded eyre v0.6.12
2852026-06-19T06:15:08.322Z Downloaded dialoguer v0.11.0
2862026-06-19T06:15:08.324Z Downloaded camino-tempfile v1.4.1
2872026-06-19T06:15:08.327Z Downloaded derive_more-impl v2.1.1
2882026-06-19T06:15:08.330Z Downloaded typeid v1.0.3
2892026-06-19T06:15:08.330Z Downloaded try-lock v0.2.5
2902026-06-19T06:15:08.330Z Downloaded log v0.4.32
2912026-06-19T06:15:08.333Z Downloaded unicode-xid v0.2.6
2922026-06-19T06:15:08.333Z Downloaded unicode-linebreak v0.1.5
2932026-06-19T06:15:08.335Z Downloaded utf8parse v0.2.2
2942026-06-19T06:15:08.338Z Downloaded untrusted v0.9.0
2952026-06-19T06:15:08.338Z Downloaded subtle v2.6.1
2962026-06-19T06:15:08.338Z Downloaded target-lexicon v0.13.5
2972026-06-19T06:15:08.342Z Downloaded console v0.15.11
2982026-06-19T06:15:08.345Z Downloaded camino v1.2.3
2992026-06-19T06:15:08.345Z Downloaded urlencoding v2.1.3
3002026-06-19T06:15:08.345Z Downloaded serde_path_to_error v0.1.20
3012026-06-19T06:15:08.348Z Downloaded want v0.3.1
3022026-06-19T06:15:08.348Z Downloaded version_check v0.9.5
3032026-06-19T06:15:08.348Z Downloaded thread_local v1.1.9
3042026-06-19T06:15:08.348Z Downloaded thiserror-impl v2.0.18
3052026-06-19T06:15:08.351Z Downloaded thiserror v1.0.69
3062026-06-19T06:15:08.353Z Downloaded pkcs8 v0.10.2
3072026-06-19T06:15:08.356Z Downloaded litrs v1.0.0
3082026-06-19T06:15:08.356Z Downloaded semver v1.0.28
3092026-06-19T06:15:08.358Z Downloaded thiserror-impl v1.0.69
3102026-06-19T06:15:08.359Z Downloaded target-spec-miette v0.4.8
3112026-06-19T06:15:08.361Z Downloaded xattr v1.6.1
3122026-06-19T06:15:08.361Z Downloaded rustls-pki-types v1.14.1
3132026-06-19T06:15:08.364Z Downloaded quick-junit v0.5.2
3142026-06-19T06:15:08.367Z Downloaded parking_lot v0.12.5
3152026-06-19T06:15:08.369Z Downloaded toml_writer v1.1.1+spec-1.1.0
3162026-06-19T06:15:08.374Z Downloaded smol_str v0.3.6
3172026-06-19T06:15:08.376Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3182026-06-19T06:15:08.376Z Downloaded quinn-udp v0.5.14
3192026-06-19T06:15:08.379Z Downloaded getrandom v0.4.3
3202026-06-19T06:15:08.379Z Downloaded pin-project v1.1.13
3212026-06-19T06:15:08.385Z Downloaded smallvec v1.15.2
3222026-06-19T06:15:08.388Z Downloaded serde_core v1.0.228
3232026-06-19T06:15:08.388Z Downloaded tracing-log v0.2.0
3242026-06-19T06:15:08.391Z Downloaded proc-macro2 v1.0.106
3252026-06-19T06:15:08.395Z Downloaded utf8_iter v1.0.4
3262026-06-19T06:15:08.397Z Downloaded self_update v0.42.0
3272026-06-19T06:15:08.400Z Downloaded serde_derive v1.0.228
3282026-06-19T06:15:08.403Z Downloaded thiserror v2.0.18
3292026-06-19T06:15:08.409Z Downloaded zmij v1.0.21
3302026-06-19T06:15:08.412Z Downloaded clap v4.6.1
3312026-06-19T06:15:08.416Z Downloaded unicase v2.9.0
3322026-06-19T06:15:08.418Z Downloaded toml v0.8.23
3332026-06-19T06:15:08.418Z Downloaded tokio-stream v0.1.18
3342026-06-19T06:15:08.422Z Downloaded socket2 v0.6.4
3352026-06-19T06:15:08.425Z Downloaded base64 v0.22.1
3362026-06-19T06:15:08.425Z Downloaded toml_parser v1.1.2+spec-1.1.0
3372026-06-19T06:15:08.427Z Downloaded tempfile v3.27.0
3382026-06-19T06:15:08.427Z Downloaded tokio-native-tls v0.3.1
3392026-06-19T06:15:08.430Z Downloaded cc v1.2.64
3402026-06-19T06:15:08.433Z Downloaded target-spec v3.6.0
3412026-06-19T06:15:08.433Z Downloaded config v0.15.24
3422026-06-19T06:15:08.435Z Downloaded zstd v0.13.3
3432026-06-19T06:15:08.438Z Downloaded zeroize v1.9.0
3442026-06-19T06:15:08.438Z Downloaded zipsign-api v0.1.5
3452026-06-19T06:15:08.440Z Downloaded tokio-rustls v0.26.4
3462026-06-19T06:15:08.440Z Downloaded miniz_oxide v0.8.9
3472026-06-19T06:15:08.443Z Downloaded borsh v1.7.0
3482026-06-19T06:15:08.446Z Downloaded xxhash-rust v0.8.15
3492026-06-19T06:15:08.446Z Downloaded signal-hook v0.3.18
3502026-06-19T06:15:08.448Z Downloaded sharded-slab v0.1.7
3512026-06-19T06:15:08.451Z Downloaded futures v0.3.32
3522026-06-19T06:15:08.457Z Downloaded ryu v1.0.23
3532026-06-19T06:15:08.459Z Downloaded serde v1.0.228
3542026-06-19T06:15:08.462Z Downloaded toml v1.1.2+spec-1.1.0
3552026-06-19T06:15:08.464Z Downloaded der v0.7.10
3562026-06-19T06:15:08.468Z Downloaded tracing-attributes v0.1.31
3572026-06-19T06:15:08.481Z Downloaded unicode-ident v1.0.24
3582026-06-19T06:15:08.483Z Downloaded tinyvec v1.11.0
3592026-06-19T06:15:08.486Z Downloaded textwrap v0.16.2
3602026-06-19T06:15:08.486Z Downloaded indicatif v0.17.11
3612026-06-19T06:15:08.489Z Downloaded zstd-safe v7.2.4
3622026-06-19T06:15:08.489Z Downloaded derive_more v2.1.1
3632026-06-19T06:15:08.496Z Downloaded toml_edit v0.22.27
3642026-06-19T06:15:08.499Z Downloaded backtrace v0.3.76
3652026-06-19T06:15:08.502Z Downloaded hashbrown v0.15.5
3662026-06-19T06:15:08.505Z Downloaded tar v0.4.46
3672026-06-19T06:15:08.508Z Downloaded vte v0.14.1
3682026-06-19T06:15:08.510Z Downloaded flate2 v1.1.9
3692026-06-19T06:15:08.515Z Downloaded hyper-util v0.1.20
3702026-06-19T06:15:08.518Z Downloaded ed25519-dalek v2.2.0
3712026-06-19T06:15:08.521Z Downloaded aho-corasick v1.1.4
3722026-06-19T06:15:08.523Z Downloaded futures-util v0.3.32
3732026-06-19T06:15:08.531Z Downloaded uuid v1.23.3
3742026-06-19T06:15:08.533Z Downloaded rustls-webpki v0.103.13
3752026-06-19T06:15:08.536Z Downloaded rand v0.9.4
3762026-06-19T06:15:08.538Z Downloaded openssl-sys v0.9.117
3772026-06-19T06:15:08.541Z Downloaded crossterm v0.29.0
3782026-06-19T06:15:08.544Z Downloaded hyper v1.10.1
3792026-06-19T06:15:08.548Z Downloaded mio v1.2.1
3802026-06-19T06:15:08.552Z Downloaded indexmap v2.14.0
3812026-06-19T06:15:08.554Z Downloaded miette v7.6.0
3822026-06-19T06:15:08.557Z Downloaded tracing-core v0.1.36
3832026-06-19T06:15:08.560Z Downloaded h2 v0.4.15
3842026-06-19T06:15:08.563Z Downloaded memchr v2.8.2
3852026-06-19T06:15:08.566Z Downloaded typenum v1.20.1
3862026-06-19T06:15:08.569Z Downloaded quinn v0.11.9
3872026-06-19T06:15:08.572Z Downloaded hashbrown v0.17.1
3882026-06-19T06:15:08.578Z Downloaded guppy v0.17.26
3892026-06-19T06:15:08.583Z Downloaded serde_json v1.0.150
3902026-06-19T06:15:08.587Z Downloaded clap_builder v4.6.0
3912026-06-19T06:15:08.597Z Downloaded tower-http v0.6.11
3922026-06-19T06:15:08.627Z Downloaded chrono v0.4.45
3932026-06-19T06:15:08.633Z Downloaded url v2.5.8
3942026-06-19T06:15:08.636Z Downloaded winnow v1.0.3
3952026-06-19T06:15:08.641Z Downloaded winnow v0.7.15
3962026-06-19T06:15:08.646Z Downloaded curve25519-dalek v4.1.3
3972026-06-19T06:15:08.652Z Downloaded ron v0.12.1
3982026-06-19T06:15:08.657Z Downloaded itertools v0.14.0
3992026-06-19T06:15:08.665Z Downloaded vcpkg v0.2.15
4002026-06-19T06:15:08.688Z Downloaded tracing-subscriber v0.3.23
4012026-06-19T06:15:08.692Z Downloaded tower v0.5.3
4022026-06-19T06:15:08.697Z Downloaded unicode-segmentation v1.13.3
4032026-06-19T06:15:08.700Z Downloaded pulldown-cmark v0.13.4
4042026-06-19T06:15:08.703Z Downloaded gimli v0.32.3
4052026-06-19T06:15:08.707Z Downloaded unicode-normalization v0.1.25
4062026-06-19T06:15:08.710Z Downloaded regex v1.12.4
4072026-06-19T06:15:08.713Z Downloaded idna v1.1.0
4082026-06-19T06:15:08.716Z Downloaded bstr v1.12.1
4092026-06-19T06:15:08.732Z Downloaded tokio-util v0.7.18
4102026-06-19T06:15:08.737Z Downloaded reqwest v0.12.28
4112026-06-19T06:15:08.740Z Downloaded portable-atomic v1.13.1
4122026-06-19T06:15:08.748Z Downloaded quick-xml v0.37.5
4132026-06-19T06:15:08.751Z Downloaded tracing v0.1.44
4142026-06-19T06:15:08.765Z Downloaded quick-xml v0.38.4
4152026-06-19T06:15:08.783Z Downloaded color-eyre v0.6.5
4162026-06-19T06:15:08.792Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4172026-06-19T06:15:08.804Z Downloaded tokio v1.52.3
4182026-06-19T06:15:08.826Z Downloaded quinn-proto v0.11.14
4192026-06-19T06:15:08.833Z Downloaded webpki-roots v1.0.8
4202026-06-19T06:15:08.864Z Downloaded nextest-runner v0.80.0
4212026-06-19T06:15:08.887Z Downloaded unicode-width v0.1.14
4222026-06-19T06:15:08.891Z Downloaded object v0.37.3
4232026-06-19T06:15:08.898Z Downloaded zerocopy v0.8.52
4242026-06-19T06:15:08.908Z Downloaded unicode-width v0.2.2
4252026-06-19T06:15:08.912Z Downloaded openssl v0.10.81
4262026-06-19T06:15:08.918Z Downloaded syn v2.0.118
4272026-06-19T06:15:08.924Z Downloaded regex-syntax v0.8.11
4282026-06-19T06:15:08.929Z Downloaded nix v0.30.1
4292026-06-19T06:15:08.935Z Downloaded rustls v0.23.40
4302026-06-19T06:15:08.942Z Downloaded rustix v0.38.44
4312026-06-19T06:15:08.955Z Downloaded rustix v1.1.4
4322026-06-19T06:15:09.023Z Downloaded regex-automata v0.4.14
4332026-06-19T06:15:09.046Z Downloaded libc v0.2.186
4342026-06-19T06:15:09.075Z Downloaded petgraph v0.8.3
4352026-06-19T06:15:09.141Z Downloaded recursion v0.5.4
4362026-06-19T06:15:09.149Z Downloaded ring v0.17.14
4372026-06-19T06:15:09.210Z Compiling proc-macro2 v1.0.106
4382026-06-19T06:15:09.210Z Compiling libc v0.2.186
4392026-06-19T06:15:09.210Z Compiling quote v1.0.45
4402026-06-19T06:15:09.227Z Compiling unicode-ident v1.0.24
4412026-06-19T06:15:09.227Z Compiling serde_core v1.0.228
4422026-06-19T06:15:09.227Z Compiling cfg-if v1.0.4
4432026-06-19T06:15:09.227Z Compiling memchr v2.8.2
4442026-06-19T06:15:09.227Z Compiling once_cell v1.21.4
4452026-06-19T06:15:09.417Z Compiling log v0.4.32
4462026-06-19T06:15:09.456Z Compiling pin-project-lite v0.2.17
4472026-06-19T06:15:09.546Z Compiling serde v1.0.228
4482026-06-19T06:15:09.578Z Compiling itoa v1.0.18
4492026-06-19T06:15:09.743Z Compiling futures-core v0.3.32
4502026-06-19T06:15:09.814Z Compiling smallvec v1.15.2
4512026-06-19T06:15:09.897Z Compiling bitflags v2.13.0
4522026-06-19T06:15:09.907Z Compiling hashbrown v0.17.1
4532026-06-19T06:15:10.061Z Compiling equivalent v1.0.2
4542026-06-19T06:15:10.149Z Compiling shlex v2.0.1
4552026-06-19T06:15:10.290Z Compiling errno v0.3.14
4562026-06-19T06:15:10.334Z Compiling find-msvc-tools v0.1.9
4572026-06-19T06:15:10.337Z Compiling bytes v1.12.0
4582026-06-19T06:15:10.449Z Compiling signal-hook-registry v1.4.8
4592026-06-19T06:15:10.534Z Compiling jobserver v0.1.34
4602026-06-19T06:15:10.570Z Compiling mio v1.2.1
4612026-06-19T06:15:10.587Z Compiling futures-sink v0.3.32
4622026-06-19T06:15:10.598Z Compiling syn v2.0.118
4632026-06-19T06:15:10.670Z Compiling rustix v1.1.4
4642026-06-19T06:15:10.696Z Compiling socket2 v0.6.4
4652026-06-19T06:15:10.866Z Compiling cc v1.2.64
4662026-06-19T06:15:11.027Z Compiling slab v0.4.12
4672026-06-19T06:15:11.241Z Compiling zmij v1.0.21
4682026-06-19T06:15:11.262Z Compiling futures-channel v0.3.32
4692026-06-19T06:15:11.282Z Compiling tracing-core v0.1.36
4702026-06-19T06:15:11.520Z Compiling version_check v0.9.5
4712026-06-19T06:15:11.530Z Compiling serde_json v1.0.150
4722026-06-19T06:15:11.770Z Compiling indexmap v2.14.0
4732026-06-19T06:15:11.797Z Compiling futures-io v0.3.32
4742026-06-19T06:15:11.821Z Compiling getrandom v0.4.3
4752026-06-19T06:15:11.939Z Compiling futures-task v0.3.32
4762026-06-19T06:15:12.116Z Compiling unicode-width v0.2.2
4772026-06-19T06:15:12.128Z Compiling percent-encoding v2.3.2
4782026-06-19T06:15:12.172Z Compiling camino v1.2.3
4792026-06-19T06:15:12.390Z Compiling ring v0.17.14
4802026-06-19T06:15:12.419Z Compiling http v1.4.2
4812026-06-19T06:15:12.550Z Compiling autocfg v1.5.1
4822026-06-19T06:15:12.561Z Compiling zeroize v1.9.0
4832026-06-19T06:15:12.582Z Compiling adler2 v2.0.1
4842026-06-19T06:15:12.740Z Compiling simd-adler32 v0.3.9
4852026-06-19T06:15:12.888Z Compiling num-traits v0.2.19
4862026-06-19T06:15:13.128Z Compiling miniz_oxide v0.8.9
4872026-06-19T06:15:13.189Z Compiling target-lexicon v0.13.5
4882026-06-19T06:15:13.315Z Compiling object v0.37.3
4892026-06-19T06:15:13.563Z Compiling getrandom v0.3.4
4902026-06-19T06:15:13.618Z Compiling zerocopy v0.8.52
4912026-06-19T06:15:13.916Z Compiling http-body v1.0.1
4922026-06-19T06:15:13.927Z Compiling rustls-pki-types v1.14.1
4932026-06-19T06:15:14.048Z Compiling form_urlencoded v1.2.2
4942026-06-19T06:15:14.078Z Compiling semver v1.0.28
4952026-06-19T06:15:14.165Z Compiling serde_derive v1.0.228
4962026-06-19T06:15:14.299Z Compiling tokio-macros v2.7.0
4972026-06-19T06:15:14.311Z Compiling futures-macro v0.3.32
4982026-06-19T06:15:14.559Z Compiling tracing-attributes v0.1.31
4992026-06-19T06:15:14.616Z Compiling getrandom v0.2.17
5002026-06-19T06:15:14.734Z Compiling utf8_iter v1.0.4
5012026-06-19T06:15:14.785Z Compiling owo-colors v4.3.0
5022026-06-19T06:15:14.805Z Compiling idna_adapter v1.0.0
5032026-06-19T06:15:14.893Z Compiling gimli v0.32.3
5042026-06-19T06:15:14.904Z Compiling thiserror v2.0.18
5052026-06-19T06:15:15.042Z Compiling tokio v1.52.3
5062026-06-19T06:15:15.115Z Compiling untrusted v0.9.0
5072026-06-19T06:15:15.134Z Compiling futures-util v0.3.32
5082026-06-19T06:15:15.240Z Compiling signal-hook v0.3.18
5092026-06-19T06:15:15.253Z Compiling fnv v1.0.7
5102026-06-19T06:15:15.354Z Compiling guppy-workspace-hack v0.1.0
5112026-06-19T06:15:15.467Z Compiling httparse v1.10.1
5122026-06-19T06:15:15.745Z Compiling tracing v0.1.44
5132026-06-19T06:15:15.834Z Compiling idna v1.1.0
5142026-06-19T06:15:15.852Z Compiling thiserror-impl v2.0.18
5152026-06-19T06:15:17.041Z Compiling addr2line v0.25.1
5162026-06-19T06:15:17.648Z Compiling generic-array v0.14.7
5172026-06-19T06:15:17.747Z Compiling fastrand v2.4.1
5182026-06-19T06:15:17.883Z Compiling thiserror v1.0.69
5192026-06-19T06:15:18.074Z Compiling pkg-config v0.3.33
5202026-06-19T06:15:18.108Z Compiling atomic-waker v1.1.2
5212026-06-19T06:15:18.120Z Compiling try-lock v0.2.5
5222026-06-19T06:15:18.198Z Compiling rustc-demangle v0.1.27
5232026-06-19T06:15:18.227Z Compiling typeid v1.0.3
5242026-06-19T06:15:18.237Z Compiling tower-service v0.3.3
5252026-06-19T06:15:18.330Z Compiling target-spec v3.6.0
5262026-06-19T06:15:18.492Z Compiling rustls v0.23.40
5272026-06-19T06:15:18.560Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-06-19T06:15:18.715Z Compiling want v0.3.1
5292026-06-19T06:15:18.809Z Compiling tempfile v3.27.0
5302026-06-19T06:15:18.892Z Compiling tokio-util v0.7.18
5312026-06-19T06:15:19.011Z Compiling cfg-expr v0.20.8
5322026-06-19T06:15:19.165Z Compiling url v2.5.8
5332026-06-19T06:15:19.641Z Compiling h2 v0.4.15
5342026-06-19T06:15:20.044Z Compiling thiserror-impl v1.0.69
5352026-06-19T06:15:20.428Z Compiling backtrace v0.3.76
5362026-06-19T06:15:20.614Z Compiling terminal_size v0.4.4
5372026-06-19T06:15:20.771Z Compiling aho-corasick v1.1.4
5382026-06-19T06:15:20.783Z Compiling subtle v2.6.1
5392026-06-19T06:15:20.937Z Compiling regex-syntax v0.8.11
5402026-06-19T06:15:21.208Z Compiling erased-serde v0.4.10
5412026-06-19T06:15:21.515Z Compiling rustls-webpki v0.103.13
5422026-06-19T06:15:21.615Z Compiling typenum v1.20.1
5432026-06-19T06:15:22.274Z Compiling winnow v0.7.15
5442026-06-19T06:15:24.056Z Compiling regex-automata v0.4.14
5452026-06-19T06:15:24.760Z Compiling hyper v1.10.1
5462026-06-19T06:15:26.224Z Compiling serde_spanned v0.6.9
5472026-06-19T06:15:26.385Z Compiling toml_datetime v0.6.11
5482026-06-19T06:15:26.757Z Compiling ahash v0.8.12
5492026-06-19T06:15:27.018Z Compiling sync_wrapper v1.0.2
5502026-06-19T06:15:27.132Z Compiling unicode-linebreak v0.1.5
5512026-06-19T06:15:27.401Z Compiling base64 v0.22.1
5522026-06-19T06:15:27.735Z Compiling is_ci v1.2.0
5532026-06-19T06:15:27.882Z Compiling lazy_static v1.5.0
5542026-06-19T06:15:27.907Z Compiling either v1.16.0
5552026-06-19T06:15:27.988Z Compiling nextest-workspace-hack v0.1.0
5562026-06-19T06:15:28.132Z Compiling crc32fast v1.5.0
5572026-06-19T06:15:28.218Z Compiling foldhash v0.1.5
5582026-06-19T06:15:28.260Z Compiling tower-layer v0.3.3
5592026-06-19T06:15:28.427Z Compiling portable-atomic v1.13.1
5602026-06-19T06:15:28.438Z Compiling unicode-segmentation v1.13.3
5612026-06-19T06:15:28.444Z Compiling toml_write v0.1.2
5622026-06-19T06:15:28.459Z Compiling ipnet v2.12.0
5632026-06-19T06:15:28.689Z Compiling parking_lot_core v0.9.12
5642026-06-19T06:15:28.827Z Compiling convert_case v0.10.0
5652026-06-19T06:15:28.837Z Compiling hyper-util v0.1.20
5662026-06-19T06:15:28.913Z Compiling toml_edit v0.22.27
5672026-06-19T06:15:29.027Z Compiling tower v0.5.3
5682026-06-19T06:15:29.082Z Compiling hashbrown v0.15.5
5692026-06-19T06:15:29.643Z Compiling sharded-slab v0.1.7
5702026-06-19T06:15:29.654Z Compiling supports-color v3.0.2
5712026-06-19T06:15:29.731Z Compiling tokio-rustls v0.26.4
5722026-06-19T06:15:29.879Z Compiling textwrap v0.16.2
5732026-06-19T06:15:30.222Z Compiling backtrace-ext v0.2.1
5742026-06-19T06:15:30.480Z Compiling ordered-float v2.10.1
5752026-06-19T06:15:30.636Z Compiling webpki-roots v1.0.8
5762026-06-19T06:15:30.752Z Compiling miette-derive v7.6.0
5772026-06-19T06:15:30.755Z Compiling pathdiff v0.2.3
5782026-06-19T06:15:30.885Z Compiling console v0.15.11
5792026-06-19T06:15:31.259Z Compiling tracing-log v0.2.0
5802026-06-19T06:15:31.440Z Compiling cargo-platform v0.3.3
5812026-06-19T06:15:31.618Z Compiling os_pipe v1.2.3
5822026-06-19T06:15:31.789Z Compiling thread_local v1.1.9
5832026-06-19T06:15:31.847Z Compiling utf8parse v0.2.2
5842026-06-19T06:15:32.010Z Compiling ryu v1.0.23
5852026-06-19T06:15:32.145Z Compiling winnow v1.0.3
5862026-06-19T06:15:32.188Z Compiling zstd-safe v7.2.4
5872026-06-19T06:15:32.296Z Compiling fixedbitset v0.5.7
5882026-06-19T06:15:32.299Z Compiling unicode-width v0.1.14
5892026-06-19T06:15:32.434Z Compiling scopeguard v1.2.0
5902026-06-19T06:15:32.540Z Compiling supports-hyperlinks v3.2.0
5912026-06-19T06:15:32.602Z Compiling pulldown-cmark v0.13.4
5922026-06-19T06:15:32.790Z Compiling rustix v0.38.44
5932026-06-19T06:15:32.808Z Compiling supports-unicode v3.0.0
5942026-06-19T06:15:32.863Z Compiling cfg_aliases v0.2.1
5952026-06-19T06:15:32.935Z Compiling debug-ignore v1.0.5
5962026-06-19T06:15:32.974Z Compiling nix v0.30.1
5972026-06-19T06:15:33.045Z Compiling miette v7.6.0
5982026-06-19T06:15:33.232Z Compiling toml_parser v1.1.2+spec-1.1.0
5992026-06-19T06:15:33.377Z Compiling lock_api v0.4.14
6002026-06-19T06:15:33.576Z Compiling petgraph v0.8.3
6012026-06-19T06:15:33.659Z Compiling serde_urlencoded v0.7.1
6022026-06-19T06:15:33.930Z Compiling tracing-subscriber v0.3.23
6032026-06-19T06:15:34.533Z Compiling anstyle-parse v1.0.0
6042026-06-19T06:15:34.755Z Compiling sigchld v0.2.4
6052026-06-19T06:15:34.948Z Compiling cargo_metadata v0.23.1
6062026-06-19T06:15:35.133Z Compiling hyper-rustls v0.27.9
6072026-06-19T06:15:35.487Z Compiling serde-value v0.7.0
6082026-06-19T06:15:35.834Z Compiling toml v0.8.23
6092026-06-19T06:15:36.245Z Compiling serde-untagged v0.1.9
6102026-06-19T06:15:36.941Z Compiling tower-http v0.6.11
6112026-06-19T06:15:37.126Z Compiling derive_more-impl v2.1.1
6122026-06-19T06:15:37.880Z Compiling itertools v0.14.0
6132026-06-19T06:15:37.949Z Compiling regex v1.12.4
6142026-06-19T06:15:38.177Z Compiling crypto-common v0.1.7
6152026-06-19T06:15:38.288Z Compiling block-buffer v0.10.4
6162026-06-19T06:15:38.314Z Compiling ppv-lite86 v0.2.21
6172026-06-19T06:15:38.443Z Compiling rand_core v0.9.5
6182026-06-19T06:15:38.644Z Compiling futures-executor v0.3.32
6192026-06-19T06:15:38.676Z Compiling pin-project-internal v1.1.13
6202026-06-19T06:15:38.689Z Compiling http-body-util v0.1.3
6212026-06-19T06:15:38.950Z Compiling uuid v1.23.3
6222026-06-19T06:15:39.159Z Compiling toml_datetime v1.1.1+spec-1.1.0
6232026-06-19T06:15:39.348Z Compiling serde_spanned v1.1.1
6242026-06-19T06:15:39.373Z Compiling smol_str v0.3.6
6252026-06-19T06:15:39.482Z Compiling filetime v0.2.29
6262026-06-19T06:15:39.493Z Compiling vte v0.14.1
6272026-06-19T06:15:39.567Z Compiling bstr v1.12.1
6282026-06-19T06:15:39.683Z Compiling litrs v1.0.0
6292026-06-19T06:15:39.703Z Compiling eyre v0.6.12
6302026-06-19T06:15:39.706Z Compiling iana-time-zone v0.1.65
6312026-06-19T06:15:39.724Z Compiling self_update v0.42.0
6322026-06-19T06:15:39.973Z Compiling unicode-xid v0.2.6
6332026-06-19T06:15:40.023Z Compiling nested v0.1.1
6342026-06-19T06:15:40.046Z Compiling color-spantrace v0.3.0
6352026-06-19T06:15:40.110Z Compiling tinyvec_macros v0.1.1
6362026-06-19T06:15:40.121Z Compiling static_assertions v1.1.0
6372026-06-19T06:15:40.179Z Compiling unicase v2.9.0
6382026-06-19T06:15:40.190Z Compiling number_prefix v0.4.0
6392026-06-19T06:15:40.209Z Compiling is_terminal_polyfill v1.70.2
6402026-06-19T06:15:40.252Z Compiling xattr v1.6.1
6412026-06-19T06:15:40.332Z Compiling anstyle v1.0.14
6422026-06-19T06:15:40.352Z Compiling anstyle-query v1.1.5
6432026-06-19T06:15:40.356Z Compiling colorchoice v1.0.5
6442026-06-19T06:15:40.446Z Compiling tar v0.4.46
6452026-06-19T06:15:40.502Z Compiling anstream v1.0.0
6462026-06-19T06:15:40.513Z Compiling indicatif v0.17.11
6472026-06-19T06:15:40.592Z Compiling guppy v0.17.26
6482026-06-19T06:15:40.629Z Compiling tinyvec v1.11.0
6492026-06-19T06:15:40.996Z Compiling document-features v0.2.12
6502026-06-19T06:15:41.053Z Compiling cargo-util-schemas v0.2.0
6512026-06-19T06:15:41.628Z Compiling globset v0.4.18
6522026-06-19T06:15:41.821Z Compiling chrono v0.4.45
6532026-06-19T06:15:42.931Z Compiling pin-project v1.1.13
6542026-06-19T06:15:43.038Z Compiling strip-ansi-escapes v0.2.1
6552026-06-19T06:15:43.431Z Compiling nextest-metadata v0.12.2
6562026-06-19T06:15:43.480Z Compiling toml v1.1.2+spec-1.1.0
6572026-06-19T06:15:43.507Z Compiling newtype-uuid v1.3.2
6582026-06-19T06:15:43.582Z Compiling reqwest v0.12.28
6592026-06-19T06:15:43.697Z Compiling futures v0.3.32
6602026-06-19T06:15:43.779Z Compiling rand_chacha v0.9.0
6612026-06-19T06:15:44.331Z Compiling digest v0.10.7
6622026-06-19T06:15:44.560Z Compiling derive_more v2.1.1
6632026-06-19T06:15:44.641Z Compiling parking_lot v0.12.5
6642026-06-19T06:15:44.822Z Compiling flate2 v1.1.9
6652026-06-19T06:15:45.206Z Compiling shared_child v1.1.1
6662026-06-19T06:15:45.354Z Compiling tracing-error v0.2.1
6672026-06-19T06:15:45.582Z Compiling signal-hook-mio v0.2.5
6682026-06-19T06:15:45.710Z Compiling self-replace v1.5.0
6692026-06-19T06:15:45.856Z Compiling cargo-platform v0.2.0
6702026-06-19T06:15:46.003Z Compiling quick-xml v0.38.4
6712026-06-19T06:15:46.418Z Compiling quick-xml v0.37.5
6722026-06-19T06:15:46.844Z Compiling heck v0.5.0
6732026-06-19T06:15:46.867Z Compiling strsim v0.11.1
6742026-06-19T06:15:47.041Z Compiling cpufeatures v0.2.17
6752026-06-19T06:15:47.115Z Compiling clap_lex v1.1.0
6762026-06-19T06:15:47.664Z Compiling recursion v0.5.4
6772026-06-19T06:15:47.675Z Compiling urlencoding v2.1.3
6782026-06-19T06:15:47.740Z Compiling indenter v0.3.4
6792026-06-19T06:15:47.796Z Compiling humantime v2.3.0
6802026-06-19T06:15:47.864Z Compiling shell-words v1.1.1
6812026-06-19T06:15:48.113Z Compiling humantime-serde v1.1.1
6822026-06-19T06:15:48.220Z Compiling nextest-filtering v0.15.0
6832026-06-19T06:15:48.266Z Compiling clap_builder v4.6.0
6842026-06-19T06:15:48.406Z Compiling sha2 v0.10.9
6852026-06-19T06:15:48.542Z Compiling clap_derive v4.6.1
6862026-06-19T06:15:49.613Z Compiling quick-junit v0.5.2
6872026-06-19T06:15:50.304Z Compiling atomicwrites v0.4.4
6882026-06-19T06:15:50.587Z Compiling cargo_metadata v0.20.0
6892026-06-19T06:15:52.120Z Compiling cargo-nextest v0.9.97
6902026-06-19T06:15:52.448Z Compiling crossterm v0.29.0
6912026-06-19T06:15:54.009Z Compiling duct v0.13.7
6922026-06-19T06:15:54.198Z Compiling config v0.15.24
6932026-06-19T06:15:54.365Z Compiling rand v0.9.4
6942026-06-19T06:15:55.104Z Compiling zstd v0.13.3
6952026-06-19T06:15:55.129Z Compiling async-scoped v0.9.0
6962026-06-19T06:15:55.321Z Compiling unicode-normalization v0.1.25
6972026-06-19T06:15:55.525Z Compiling target-spec-miette v0.4.8
6982026-06-19T06:15:55.617Z Compiling future-queue v0.4.0
6992026-06-19T06:15:55.706Z Compiling mukti-metadata v0.3.0
7002026-06-19T06:15:55.719Z Compiling camino-tempfile v1.4.1
7012026-06-19T06:15:55.895Z Compiling tokio-stream v0.1.18
7022026-06-19T06:15:55.911Z Compiling derive-where v1.6.1
7032026-06-19T06:15:55.950Z Compiling serde_ignored v0.1.14
7042026-06-19T06:15:56.140Z Compiling serde_path_to_error v0.1.20
7052026-06-19T06:15:56.173Z Compiling hex v0.4.3
7062026-06-19T06:15:56.185Z Compiling swrite v0.1.0
7072026-06-19T06:15:56.292Z Compiling home v0.5.12
7082026-06-19T06:15:56.421Z Compiling indent_write v2.2.0
7092026-06-19T06:15:56.463Z Compiling xxhash-rust v0.8.15
7102026-06-19T06:15:56.566Z Compiling color-eyre v0.6.5
7112026-06-19T06:15:56.591Z Compiling clap v4.6.1
7122026-06-19T06:15:56.601Z Compiling dialoguer v0.11.0
7132026-06-19T06:15:56.636Z Compiling enable-ansi-support v0.2.1
7142026-06-19T06:15:57.150Z Compiling nextest-runner v0.80.0
7152026-06-19T06:16:15.033Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-06-19T06:16:15.211Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-19T06:16:15.214Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-19T06:16:15.324Z+ source .github/buildomat/test-common.sh
7192026-06-19T06:16:15.327Z++ NEXTEST_VERSION=0.9.97
7202026-06-19T06:16:15.328Z++ PLATFORM=illumos
7212026-06-19T06:16:15.328Z++ banner install
7222026-06-19T06:16:15.328Z
7232026-06-19T06:16:15.328Z # # # #### ##### ## # #
7242026-06-19T06:16:15.328Z # ## # # # # # # #
7252026-06-19T06:16:15.328Z # # # # #### # # # # #
7262026-06-19T06:16:15.328Z # # # # # # ###### # #
7272026-06-19T06:16:15.328Z # # ## # # # # # # #
7282026-06-19T06:16:15.328Z # # # #### # # # ###### ######
7292026-06-19T06:16:15.328Z
7302026-06-19T06:16:15.328Z++ set +o errexit
7312026-06-19T06:16:15.328Z++ pkg info clang-15
7322026-06-19T06:16:15.328Z++ grep -qi installed
7332026-06-19T06:16:16.526Zpkg: info: no packages matching the following patterns you specified are
7342026-06-19T06:16:16.526Zinstalled on the system. Try querying remotely instead:
7352026-06-19T06:16:16.527Z
7362026-06-19T06:16:16.527Z clang-15
7372026-06-19T06:16:16.564Z++ [[ 1 != 0 ]]
7382026-06-19T06:16:16.568Z++ set -o errexit
7392026-06-19T06:16:16.568Z++ pfexec pkg install clang-15
7402026-06-19T06:16:23.121Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-19T06:16:30.904Z Startup: Caching catalogs ... Done
7422026-06-19T06:16:38.185ZPlanning: Solver setup ... Done
7432026-06-19T06:16:38.225ZPlanning: Running solver ... Done
7442026-06-19T06:16:38.369ZPlanning: Finding local manifests ... Done
7452026-06-19T06:16:38.389ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-19T06:16:38.479ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-19T06:16:38.509ZPlanning: Package planning ... Done
7482026-06-19T06:16:38.535ZPlanning: Merging actions ... Done
7492026-06-19T06:16:38.642ZPlanning: Checking for conflicting actions ... Done
7502026-06-19T06:16:38.649ZPlanning: Consolidating action changes ... Done
7512026-06-19T06:16:39.431ZPlanning: Evaluating mediators ... Done
7522026-06-19T06:16:39.436ZPlanning: Planning completed in 8.36 seconds
7532026-06-19T06:16:39.447Z Packages to install: 2
7542026-06-19T06:16:39.447Z Mediators to change: 2
7552026-06-19T06:16:39.450Z Services to change: 1
7562026-06-19T06:16:39.450Z Create boot environment: No
7572026-06-19T06:16:39.450ZCreate backup boot environment: No
7582026-06-19T06:16:39.490Z
7592026-06-19T06:16:39.490ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-19T06:16:46.218ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (25.6M/s)
7612026-06-19T06:16:48.992ZDownload: Completed 211.31 MB in 9.50 seconds (22.2M/s)
7622026-06-19T06:16:49.226Z Actions: 1/3418 actions (Installing new actions)
7632026-06-19T06:16:52.347Z Actions: Completed 3418 actions in 3.12 seconds.
7642026-06-19T06:16:53.004Z Done
7652026-06-19T06:16:53.004Z Done
7662026-06-19T06:16:53.768Z Done
7672026-06-19T06:16:57.156Z Done
7682026-06-19T06:16:57.230Z Done
7692026-06-19T06:16:57.232Z Done
7702026-06-19T06:16:57.505Z Done
7712026-06-19T06:16:58.202Z++ set -o errexit
7722026-06-19T06:16:58.202Z++ cargo --version
7732026-06-19T06:16:58.213Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-06-19T06:16:58.216Z++ rustc --version
7752026-06-19T06:16:58.235Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-06-19T06:16:58.238Z++ cargo install cargo-nextest --version 0.9.97
7772026-06-19T06:16:58.290Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-06-19T06:16:58.294Z+ pushd rdb
7792026-06-19T06:16:58.294Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-06-19T06:16:58.294Z+ PROPTEST_CASES=1000000
7812026-06-19T06:16:58.294Z+ cargo nextest run --lib proptest
7822026-06-19T06:16:58.457Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-06-19T06:16:59.282ZFrom https://github.com/oxidecomputer/falcon
7842026-06-19T06:16:59.282Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7852026-06-19T06:16:59.358Z Updating crates.io index
7862026-06-19T06:16:59.361Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-06-19T06:16:59.751ZFrom https://github.com/oxidecomputer/dendrite
7882026-06-19T06:16:59.751Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
7892026-06-19T06:16:59.838Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-06-19T06:17:00.107ZFrom https://github.com/oxidecomputer/ispf
7912026-06-19T06:17:00.107Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7922026-06-19T06:17:00.134Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-06-19T06:17:00.474ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-06-19T06:17:00.474Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7952026-06-19T06:17:00.482Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-06-19T06:17:06.740ZFrom https://github.com/oxidecomputer/omicron
7972026-06-19T06:17:06.740Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7982026-06-19T06:17:07.158Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-06-19T06:17:07.811ZFrom https://github.com/oxidecomputer/opte
8002026-06-19T06:17:07.811Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8012026-06-19T06:17:07.900Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-06-19T06:17:08.162ZFrom https://github.com/illumos/smf-rs
8032026-06-19T06:17:08.162Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-06-19T06:17:08.172Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-06-19T06:17:08.465ZFrom https://github.com/oxidecomputer/network-interface
8062026-06-19T06:17:08.465Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-06-19T06:17:08.507Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-19T06:17:08.777ZFrom https://github.com/oxidecomputer/zone
8092026-06-19T06:17:08.777Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-19T06:17:08.803Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-19T06:17:09.819ZFrom https://github.com/oxidecomputer/propolis
8122026-06-19T06:17:09.819Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-19T06:17:09.913Z Updating crates.io index
8142026-06-19T06:17:09.916Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8152026-06-19T06:17:10.365ZFrom https://github.com/oxidecomputer/transceiver-control
8162026-06-19T06:17:10.366Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8172026-06-19T06:17:10.410Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182026-06-19T06:17:10.677ZFrom https://github.com/oxidecomputer/dlpi-sys
8192026-06-19T06:17:10.677Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8202026-06-19T06:17:10.698Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212026-06-19T06:17:10.961ZFrom https://github.com/jmesmon/rust-libzfs
8222026-06-19T06:17:10.962Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8232026-06-19T06:17:10.968Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242026-06-19T06:17:11.223ZFrom https://github.com/oxidecomputer/rusty-doors
8252026-06-19T06:17:11.223Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8262026-06-19T06:17:11.281Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-06-19T06:17:11.593ZFrom https://github.com/oxidecomputer/lldp
8282026-06-19T06:17:11.593Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8292026-06-19T06:17:11.605Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8302026-06-19T06:17:11.856ZFrom https://github.com/oxidecomputer/slog-error-chain
8312026-06-19T06:17:11.856Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8322026-06-19T06:17:12.043Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-06-19T06:17:12.340ZFrom https://github.com/oxidecomputer/tufaceous
8342026-06-19T06:17:12.340Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-06-19T06:17:12.370Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-06-19T06:17:12.841ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-06-19T06:17:12.841Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8382026-06-19T06:17:13.019Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-06-19T06:17:13.802ZFrom https://github.com/oxidecomputer/crucible
8402026-06-19T06:17:13.802Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-06-19T06:17:13.865Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-06-19T06:17:14.105ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-06-19T06:17:14.106Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-06-19T06:17:14.249Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-06-19T06:17:14.675ZFrom https://github.com/oxidecomputer/propolis
8462026-06-19T06:17:14.675Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8472026-06-19T06:17:14.963Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-06-19T06:17:15.448ZFrom https://github.com/oxidecomputer/crucible
8492026-06-19T06:17:15.448Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8502026-06-19T06:17:15.542Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-06-19T06:17:15.853ZFrom https://github.com/oxidecomputer/tofino
8522026-06-19T06:17:15.853Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8532026-06-19T06:17:15.864Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-06-19T06:17:16.495ZFrom https://github.com/oxidecomputer/maghemite
8552026-06-19T06:17:16.495Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-06-19T06:17:16.544Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-06-19T06:17:16.948ZFrom https://github.com/oxidecomputer/clickward
8582026-06-19T06:17:16.948Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-06-19T06:17:16.992Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-06-19T06:17:17.234ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-06-19T06:17:17.234Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-06-19T06:17:17.685Zerror: failed to select a version for `http`.
8632026-06-19T06:17:17.685Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
8642026-06-19T06:17:17.685Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
8652026-06-19T06:17:17.685Zversions that meet the requirements `^1.4.2` are: 1.4.2
8662026-06-19T06:17:17.686Z
8672026-06-19T06:17:17.686Zall possible versions conflict with previously selected packages.
8682026-06-19T06:17:17.686Z
8692026-06-19T06:17:17.686Z previously selected package `http v1.4.1`
8702026-06-19T06:17:17.686Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
8712026-06-19T06:17:17.686Z
8722026-06-19T06:17:17.686Zfailed to select a version for `http` which could resolve this conflict
8732026-06-19T06:17:17.703Zerror: 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
8742026-06-19T06:17:17.706Zprocess exited: duration 147794 ms, exit code 102
 
8752026-06-19T06:17:17.712Zfound 0 output files