01KVF85ERYM40MSE5MZX3C2ZCZ: test-mgadm

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

Buildomat Job: 01KVF85ZZVTW54YD6E7VCDBZET

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:14:11.106Zjob assigned to worker 01KVF86N0WQ5X76AMW49D90EN8 [factory aws, i-07b16d3d1c6af54d9] (queued for 1 m 3 s)
 
22026-06-19T06:14:17.701Zstarting task 0: "setup"
32026-06-19T06:14:17.704Z++ uname -s
42026-06-19T06:14:17.707Z+ kern=SunOS
52026-06-19T06:14:17.707Z+ build_user=build
62026-06-19T06:14:17.707Z+ build_uid=12345
72026-06-19T06:14:17.707Z+ work_dir=/work
82026-06-19T06:14:17.707Z+ input_dir=/input
92026-06-19T06:14:17.707Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:17.707Z+ case "$kern" in
112026-06-19T06:14:17.707Z+ groupadd -g 12345 build
122026-06-19T06:14:17.710Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:19.715Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:19.829Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:19.834Z+ home_fs=zfs
162026-06-19T06:14:19.834Z+ [[ zfs == autofs ]]
172026-06-19T06:14:19.834Z+ mkdir -p /home/build
182026-06-19T06:14:19.835Z+ chown build:build /home/build /work
192026-06-19T06:14:21.818Z+ chmod 0700 /home/build /work
202026-06-19T06:14:21.821Zprocess exited: duration 4121 ms, exit code 0
 
212026-06-19T06:14:21.826Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:21.831Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:21.831Z * rust toolchain channel = "stable"
242026-06-19T06:14:21.831Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-19T06:14:21.831Z * rust toolchain profile = "default"
262026-06-19T06:14:21.831Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:21.831Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:21.834Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:21.834Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:21.906Zinfo: downloading installer
312026-06-19T06:14:23.554Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:23.554Zwarn: /opt/ooce/bin
332026-06-19T06:14:23.555Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:23.555Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:23.555Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:23.555Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:23.555Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:23.555Zerror: cannot install while Rust is installed
392026-06-19T06:14:23.555Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:23.555Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:23.555Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:23.555Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:23.555Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:23.568Zinfo: profile set to default
452026-06-19T06:14:23.568Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:23.571Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:23.712Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:23.717Zinfo: downloading 6 components
492026-06-19T06:14:40.184Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:40.185Z
512026-06-19T06:14:40.211Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:40.211Z
532026-06-19T06:14:40.211Z
542026-06-19T06:14:40.211ZRust is installed now. Great!
552026-06-19T06:14:40.211Z
562026-06-19T06:14:40.211ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:40.211Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:40.211Z
592026-06-19T06:14:40.211ZTo configure your current shell, you need to source
602026-06-19T06:14:40.211Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:40.211Z
622026-06-19T06:14:40.211ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:40.217Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:40.217Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:40.217Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:40.217Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:40.217Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:40.217Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:40.217Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:40.217Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:40.305Z+ rustup --version
722026-06-19T06:14:40.313Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:40.317Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:40.333Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:40.335Z+ cargo --version
762026-06-19T06:14:40.349Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:40.352Z+ rustc --version
782026-06-19T06:14:40.373Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:40.376Zprocess exited: duration 18545 ms, exit code 0
 
802026-06-19T06:14:40.382Zstarting task 2: "authentication"
812026-06-19T06:14:40.399Zprocess exited: duration 17 ms, exit code 0
 
822026-06-19T06:14:40.405Zstarting task 3: "clone repository"
832026-06-19T06:14:40.408Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:40.411Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:40.459ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:41.891Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:41.891Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:42.272ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:42.273Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:42.279Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:42.282Z++ git branch --show-current
922026-06-19T06:14:42.285Z+ current=main
932026-06-19T06:14:42.285Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:42.285Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:42.288Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:42.303ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:42.306Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:42.321ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:42.324Zprocess exited: duration 1917 ms, exit code 0
 
1002026-06-19T06:14:42.330Zstarting task 4: "build"
1012026-06-19T06:14:42.334Z+ set -e
1022026-06-19T06:14:42.334Z+ NEXTEST_VERSION=0.9.97
1032026-06-19T06:14:42.334Z+ PLATFORM=illumos
1042026-06-19T06:14:42.334Z+ cargo --version
1052026-06-19T06:14:42.339Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-06-19T06:14:42.491Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-06-19T06:14:42.494Zinfo: downloading 6 components
1082026-06-19T06:14:58.878Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-06-19T06:14:58.881Z+ rustc --version
1102026-06-19T06:14:58.908Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-06-19T06:14:58.912Z+ cargo install cargo-nextest --version 0.9.97
1122026-06-19T06:14:58.954Z Updating crates.io index
1132026-06-19T06:14:59.049Z Downloading crates ...
1142026-06-19T06:14:59.103Z Downloaded cargo-nextest v0.9.97
1152026-06-19T06:14:59.165Z Installing cargo-nextest v0.9.97
1162026-06-19T06:14:59.206Z Updating crates.io index
1172026-06-19T06:15:02.047Z Locking 390 packages to latest compatible versions
1182026-06-19T06:15:02.052Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-06-19T06:15:02.056Z Adding duct v0.13.7 (available: v1.1.1)
1202026-06-19T06:15:02.056Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-06-19T06:15:02.056Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-06-19T06:15:02.059Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-06-19T06:15:02.059Z Adding itertools v0.14.0 (available: v0.15.0)
1242026-06-19T06:15:02.060Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-19T06:15:02.060Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-19T06:15:02.063Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1272026-06-19T06:15:02.066Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-19T06:15:02.090Z Downloading crates ...
1292026-06-19T06:15:02.165Z Downloaded atomicwrites v0.4.4
1302026-06-19T06:15:02.168Z Downloaded cargo-platform v0.2.0
1312026-06-19T06:15:02.168Z Downloaded autocfg v1.5.1
1322026-06-19T06:15:02.171Z Downloaded block-buffer v0.10.4
1332026-06-19T06:15:02.173Z Downloaded camino v1.2.3
1342026-06-19T06:15:02.176Z Downloaded async-scoped v0.9.0
1352026-06-19T06:15:02.179Z Downloaded adler2 v2.0.1
1362026-06-19T06:15:02.179Z Downloaded backtrace-ext v0.2.1
1372026-06-19T06:15:02.182Z Downloaded base64ct v1.8.3
1382026-06-19T06:15:02.189Z Downloaded home v0.5.12
1392026-06-19T06:15:02.196Z Downloaded ipnet v2.12.0
1402026-06-19T06:15:02.198Z Downloaded pathdiff v0.2.3
1412026-06-19T06:15:02.199Z Downloaded addr2line v0.25.1
1422026-06-19T06:15:02.203Z Downloaded equivalent v1.0.2
1432026-06-19T06:15:02.203Z Downloaded errno v0.3.14
1442026-06-19T06:15:02.206Z Downloaded futures-task v0.3.32
1452026-06-19T06:15:02.206Z Downloaded futures-core v0.3.32
1462026-06-19T06:15:02.206Z Downloaded clap_lex v1.1.0
1472026-06-19T06:15:02.210Z Downloaded cpufeatures v0.2.17
1482026-06-19T06:15:02.213Z Downloaded quote v1.0.45
1492026-06-19T06:15:02.216Z Downloaded cargo-platform v0.3.3
1502026-06-19T06:15:02.216Z Downloaded crypto-common v0.1.7
1512026-06-19T06:15:02.216Z Downloaded fnv v1.0.7
1522026-06-19T06:15:02.216Z Downloaded curve25519-dalek-derive v0.1.1
1532026-06-19T06:15:02.219Z Downloaded http-body v1.0.1
1542026-06-19T06:15:02.219Z Downloaded foreign-types v0.3.2
1552026-06-19T06:15:02.223Z Downloaded document-features v0.2.12
1562026-06-19T06:15:02.227Z Downloaded mukti-metadata v0.3.0
1572026-06-19T06:15:02.230Z Downloaded guppy-workspace-hack v0.1.0
1582026-06-19T06:15:02.230Z Downloaded cfg_aliases v0.2.1
1592026-06-19T06:15:02.233Z Downloaded native-tls v0.2.18
1602026-06-19T06:15:02.233Z Downloaded bytes v1.12.0
1612026-06-19T06:15:02.236Z Downloaded nextest-workspace-hack v0.1.0
1622026-06-19T06:15:02.236Z Downloaded bitflags v2.13.0
1632026-06-19T06:15:02.239Z Downloaded heck v0.5.0
1642026-06-19T06:15:02.239Z Downloaded nested v0.1.1
1652026-06-19T06:15:02.242Z Downloaded http-body-util v0.1.3
1662026-06-19T06:15:02.244Z Downloaded is_ci v1.2.0
1672026-06-19T06:15:02.244Z Downloaded number_prefix v0.4.0
1682026-06-19T06:15:02.247Z Downloaded futures-sink v0.3.32
1692026-06-19T06:15:02.247Z Downloaded form_urlencoded v1.2.2
1702026-06-19T06:15:02.247Z Downloaded atomic-waker v1.1.2
1712026-06-19T06:15:02.253Z Downloaded owo-colors v4.3.0
1722026-06-19T06:15:02.256Z Downloaded foreign-types-shared v0.1.1
1732026-06-19T06:15:02.256Z Downloaded nextest-metadata v0.12.2
1742026-06-19T06:15:02.259Z Downloaded cargo_metadata v0.23.1
1752026-06-19T06:15:02.259Z Downloaded openssl-sys v0.9.117
1762026-06-19T06:15:02.261Z Downloaded humantime v2.3.0
1772026-06-19T06:15:02.264Z Downloaded nextest-filtering v0.15.0
1782026-06-19T06:15:02.267Z Downloaded lru-slab v0.1.2
1792026-06-19T06:15:02.267Z Downloaded fastrand v2.4.1
1802026-06-19T06:15:02.267Z Downloaded base64 v0.22.1
1812026-06-19T06:15:02.270Z Downloaded digest v0.10.7
1822026-06-19T06:15:02.273Z Downloaded futures-io v0.3.32
1832026-06-19T06:15:02.273Z Downloaded indent_write v2.2.0
1842026-06-19T06:15:02.273Z Downloaded console v0.15.11
1852026-06-19T06:15:02.276Z Downloaded color-spantrace v0.3.0
1862026-06-19T06:15:02.276Z Downloaded cfg-if v1.0.4
1872026-06-19T06:15:02.280Z Downloaded camino-tempfile v1.4.1
1882026-06-19T06:15:02.280Z Downloaded hex v0.4.3
1892026-06-19T06:15:02.280Z Downloaded debug-ignore v1.0.5
1902026-06-19T06:15:02.283Z Downloaded percent-encoding v2.3.2
1912026-06-19T06:15:02.283Z Downloaded colorchoice v1.0.5
1922026-06-19T06:15:02.290Z Downloaded os_pipe v1.2.3
1932026-06-19T06:15:02.295Z Downloaded hyper-tls v0.6.0
1942026-06-19T06:15:02.297Z Downloaded anstyle-query v1.1.5
1952026-06-19T06:15:02.300Z Downloaded futures-macro v0.3.32
1962026-06-19T06:15:02.303Z Downloaded ordered-float v2.10.1
1972026-06-19T06:15:02.303Z Downloaded newtype-uuid v1.3.2
1982026-06-19T06:15:02.308Z Downloaded lazy_static v1.5.0
1992026-06-19T06:15:02.308Z Downloaded serde_ignored v0.1.14
2002026-06-19T06:15:02.308Z Downloaded serde-value v0.7.0
2012026-06-19T06:15:02.311Z Downloaded serde_spanned v0.6.9
2022026-06-19T06:15:02.314Z Downloaded ppv-lite86 v0.2.21
2032026-06-19T06:15:02.317Z Downloaded serde_urlencoded v0.7.1
2042026-06-19T06:15:02.319Z Downloaded generic-array v0.14.7
2052026-06-19T06:15:02.319Z Downloaded ed25519 v2.2.3
2062026-06-19T06:15:02.322Z Downloaded anstream v1.0.0
2072026-06-19T06:15:02.322Z Downloaded humantime-serde v1.1.1
2082026-06-19T06:15:02.325Z Downloaded openssl-probe v0.2.1
2092026-06-19T06:15:02.325Z Downloaded either v1.16.0
2102026-06-19T06:15:02.328Z Downloaded fixedbitset v0.5.7
2112026-06-19T06:15:02.328Z Downloaded anstyle v1.0.14
2122026-06-19T06:15:02.328Z Downloaded scopeguard v1.2.0
2132026-06-19T06:15:02.331Z Downloaded cargo-util-schemas v0.2.0
2142026-06-19T06:15:02.331Z Downloaded indenter v0.3.4
2152026-06-19T06:15:02.331Z Downloaded idna_adapter v1.0.0
2162026-06-19T06:15:02.334Z Downloaded futures-channel v0.3.32
2172026-06-19T06:15:02.334Z Downloaded eyre v0.6.12
2182026-06-19T06:15:02.338Z Downloaded cfg-expr v0.20.8
2192026-06-19T06:15:02.338Z Downloaded shell-words v1.1.1
2202026-06-19T06:15:02.341Z Downloaded sigchld v0.2.4
2212026-06-19T06:15:02.344Z Downloaded pin-project-internal v1.1.13
2222026-06-19T06:15:02.344Z Downloaded is_terminal_polyfill v1.70.2
2232026-06-19T06:15:02.344Z Downloaded futures-executor v0.3.32
2242026-06-19T06:15:02.347Z Downloaded borsh v1.7.0
2252026-06-19T06:15:02.350Z Downloaded signal-hook-mio v0.2.5
2262026-06-19T06:15:02.350Z Downloaded serde_spanned v1.1.1
2272026-06-19T06:15:02.353Z Downloaded subtle v2.6.1
2282026-06-19T06:15:02.353Z Downloaded itoa v1.0.18
2292026-06-19T06:15:02.353Z Downloaded supports-unicode v3.0.0
2302026-06-19T06:15:02.356Z Downloaded supports-color v3.0.2
2312026-06-19T06:15:02.356Z Downloaded strsim v0.11.1
2322026-06-19T06:15:02.356Z Downloaded num-traits v0.2.19
2332026-06-19T06:15:02.358Z Downloaded iana-time-zone v0.1.65
2342026-06-19T06:15:02.361Z Downloaded openssl-macros v0.1.1
2352026-06-19T06:15:02.361Z Downloaded rustc_version v0.4.1
2362026-06-19T06:15:02.365Z Downloaded enable-ansi-support v0.2.1
2372026-06-19T06:15:02.369Z Downloaded signature v2.2.0
2382026-06-19T06:15:02.372Z Downloaded shared_child v1.1.1
2392026-06-19T06:15:02.372Z Downloaded foldhash v0.1.5
2402026-06-19T06:15:02.375Z Downloaded anstyle-parse v1.0.0
2412026-06-19T06:15:02.378Z Downloaded cargo_metadata v0.20.0
2422026-06-19T06:15:02.381Z Downloaded rustc-hash v2.1.2
2432026-06-19T06:15:02.381Z Downloaded pin-project-lite v0.2.17
2442026-06-19T06:15:02.384Z Downloaded rand_chacha v0.9.0
2452026-06-19T06:15:02.388Z Downloaded dialoguer v0.11.0
2462026-06-19T06:15:02.391Z Downloaded globset v0.4.18
2472026-06-19T06:15:02.391Z Downloaded duct v0.13.7
2482026-06-19T06:15:02.391Z Downloaded serde-untagged v0.1.9
2492026-06-19T06:15:02.391Z Downloaded rand_core v0.9.5
2502026-06-19T06:15:02.393Z Downloaded pkg-config v0.3.33
2512026-06-19T06:15:02.393Z Downloaded supports-hyperlinks v3.2.0
2522026-06-19T06:15:02.396Z Downloaded strip-ansi-escapes v0.2.1
2532026-06-19T06:15:02.396Z Downloaded erased-serde v0.4.10
2542026-06-19T06:15:02.399Z Downloaded swrite v0.1.0
2552026-06-19T06:15:02.399Z Downloaded sync_wrapper v1.0.2
2562026-06-19T06:15:02.399Z Downloaded tinyvec_macros v0.1.1
2572026-06-19T06:15:02.402Z Downloaded filetime v0.2.29
2582026-06-19T06:15:02.402Z Downloaded clap_derive v4.6.1
2592026-06-19T06:15:02.404Z Downloaded ahash v0.8.12
2602026-06-19T06:15:02.407Z Downloaded tokio-macros v2.7.0
2612026-06-19T06:15:02.410Z Downloaded const-oid v0.9.6
2622026-06-19T06:15:02.412Z Downloaded once_cell v1.21.4
2632026-06-19T06:15:02.415Z Downloaded httparse v1.10.1
2642026-06-19T06:15:02.415Z Downloaded toml_datetime v0.6.11
2652026-06-19T06:15:02.418Z Downloaded shlex v2.0.1
2662026-06-19T06:15:02.421Z Downloaded backtrace v0.3.76
2672026-06-19T06:15:02.423Z Downloaded find-msvc-tools v0.1.9
2682026-06-19T06:15:02.423Z Downloaded slab v0.4.12
2692026-06-19T06:15:02.426Z Downloaded simd-adler32 v0.3.9
2702026-06-19T06:15:02.426Z Downloaded signal-hook-registry v1.4.8
2712026-06-19T06:15:02.426Z Downloaded target-lexicon v0.13.5
2722026-06-19T06:15:02.434Z Downloaded tracing-error v0.2.1
2732026-06-19T06:15:02.437Z Downloaded terminal_size v0.4.4
2742026-06-19T06:15:02.440Z Downloaded typeid v1.0.3
2752026-06-19T06:15:02.440Z Downloaded utf8_iter v1.0.4
2762026-06-19T06:15:02.440Z Downloaded untrusted v0.9.0
2772026-06-19T06:15:02.442Z Downloaded try-lock v0.2.5
2782026-06-19T06:15:02.445Z Downloaded tower-layer v0.3.3
2792026-06-19T06:15:02.447Z Downloaded getrandom v0.2.17
2802026-06-19T06:15:02.450Z Downloaded rustc-demangle v0.1.27
2812026-06-19T06:15:02.450Z Downloaded jobserver v0.1.34
2822026-06-19T06:15:02.453Z Downloaded hyper-rustls v0.27.9
2832026-06-19T06:15:02.453Z Downloaded future-queue v0.4.0
2842026-06-19T06:15:02.453Z Downloaded convert_case v0.10.0
2852026-06-19T06:15:02.456Z Downloaded crc32fast v1.5.0
2862026-06-19T06:15:02.458Z Downloaded sha2 v0.10.9
2872026-06-19T06:15:02.458Z Downloaded miette-derive v7.6.0
2882026-06-19T06:15:02.461Z Downloaded self-replace v1.5.0
2892026-06-19T06:15:02.463Z Downloaded serde_path_to_error v0.1.20
2902026-06-19T06:15:02.466Z Downloaded tower-service v0.3.3
2912026-06-19T06:15:02.469Z Downloaded unicode-xid v0.2.6
2922026-06-19T06:15:02.472Z Downloaded thiserror-impl v1.0.69
2932026-06-19T06:15:02.472Z Downloaded urlencoding v2.1.3
2942026-06-19T06:15:02.472Z Downloaded thiserror v1.0.69
2952026-06-19T06:15:02.475Z Downloaded derive-where v1.6.1
2962026-06-19T06:15:02.478Z Downloaded tokio-native-tls v0.3.1
2972026-06-19T06:15:02.481Z Downloaded getrandom v0.3.4
2982026-06-19T06:15:02.483Z Downloaded want v0.3.1
2992026-06-19T06:15:02.483Z Downloaded smol_str v0.3.6
3002026-06-19T06:15:02.483Z Downloaded rand_core v0.6.4
3012026-06-19T06:15:02.486Z Downloaded quinn-udp v0.5.14
3022026-06-19T06:15:02.490Z Downloaded pkcs8 v0.10.2
3032026-06-19T06:15:02.492Z Downloaded parking_lot_core v0.9.12
3042026-06-19T06:15:02.502Z Downloaded static_assertions v1.1.0
3052026-06-19T06:15:02.502Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3062026-06-19T06:15:02.502Z Downloaded version_check v0.9.5
3072026-06-19T06:15:02.502Z Downloaded smallvec v1.15.2
3082026-06-19T06:15:02.505Z Downloaded target-spec v3.6.0
3092026-06-19T06:15:02.505Z Downloaded xattr v1.6.1
3102026-06-19T06:15:02.505Z Downloaded thiserror v2.0.18
3112026-06-19T06:15:02.507Z Downloaded thiserror-impl v2.0.18
3122026-06-19T06:15:02.509Z Downloaded spki v0.7.3
3132026-06-19T06:15:02.509Z Downloaded thread_local v1.1.9
3142026-06-19T06:15:02.512Z Downloaded config v0.15.24
3152026-06-19T06:15:02.514Z Downloaded getrandom v0.4.3
3162026-06-19T06:15:02.517Z Downloaded pin-project v1.1.13
3172026-06-19T06:15:02.522Z Downloaded clap v4.6.1
3182026-06-19T06:15:02.527Z Downloaded serde_derive v1.0.228
3192026-06-19T06:15:02.529Z Downloaded serde_core v1.0.228
3202026-06-19T06:15:02.532Z Downloaded semver v1.0.28
3212026-06-19T06:15:02.532Z Downloaded quick-junit v0.5.2
3222026-06-19T06:15:02.534Z Downloaded tempfile v3.27.0
3232026-06-19T06:15:02.544Z Downloaded toml_write v0.1.2
3242026-06-19T06:15:02.548Z Downloaded utf8parse v0.2.2
3252026-06-19T06:15:02.550Z Downloaded sharded-slab v0.1.7
3262026-06-19T06:15:02.553Z Downloaded parking_lot v0.12.5
3272026-06-19T06:15:02.553Z Downloaded zmij v1.0.21
3282026-06-19T06:15:02.555Z Downloaded xxhash-rust v0.8.15
3292026-06-19T06:15:02.559Z Downloaded zipsign-api v0.1.5
3302026-06-19T06:15:02.562Z Downloaded self_update v0.42.0
3312026-06-19T06:15:02.562Z Downloaded zeroize v1.9.0
3322026-06-19T06:15:02.564Z Downloaded signal-hook v0.3.18
3332026-06-19T06:15:02.564Z Downloaded unicode-linebreak v0.1.5
3342026-06-19T06:15:02.567Z Downloaded tracing-log v0.2.0
3352026-06-19T06:15:02.567Z Downloaded toml_writer v1.1.1+spec-1.1.0
3362026-06-19T06:15:02.567Z Downloaded rustls-pki-types v1.14.1
3372026-06-19T06:15:02.569Z Downloaded tracing-attributes v0.1.31
3382026-06-19T06:15:02.572Z Downloaded lock_api v0.4.14
3392026-06-19T06:15:02.579Z Downloaded futures v0.3.32
3402026-06-19T06:15:02.582Z Downloaded target-spec-miette v0.4.8
3412026-06-19T06:15:02.585Z Downloaded ryu v1.0.23
3422026-06-19T06:15:02.595Z Downloaded derive_more v2.1.1
3432026-06-19T06:15:02.601Z Downloaded textwrap v0.16.2
3442026-06-19T06:15:02.604Z Downloaded ed25519-dalek v2.2.0
3452026-06-19T06:15:02.606Z Downloaded toml v1.1.2+spec-1.1.0
3462026-06-19T06:15:02.610Z Downloaded proc-macro2 v1.0.106
3472026-06-19T06:15:02.612Z Downloaded log v0.4.32
3482026-06-19T06:15:02.615Z Downloaded socket2 v0.6.4
3492026-06-19T06:15:02.615Z Downloaded tracing-core v0.1.36
3502026-06-19T06:15:02.617Z Downloaded zstd v0.13.3
3512026-06-19T06:15:02.627Z Downloaded der v0.7.10
3522026-06-19T06:15:02.630Z Downloaded tokio-stream v0.1.18
3532026-06-19T06:15:02.633Z Downloaded toml_parser v1.1.2+spec-1.1.0
3542026-06-19T06:15:02.633Z Downloaded toml v0.8.23
3552026-06-19T06:15:02.635Z Downloaded litrs v1.0.0
3562026-06-19T06:15:02.638Z Downloaded tokio-rustls v0.26.4
3572026-06-19T06:15:02.641Z Downloaded uuid v1.23.3
3582026-06-19T06:15:02.644Z Downloaded unicase v2.9.0
3592026-06-19T06:15:02.646Z Downloaded flate2 v1.1.9
3602026-06-19T06:15:02.649Z Downloaded derive_more-impl v2.1.1
3612026-06-19T06:15:02.652Z Downloaded miniz_oxide v0.8.9
3622026-06-19T06:15:02.665Z Downloaded serde v1.0.228
3632026-06-19T06:15:02.668Z Downloaded cc v1.2.64
3642026-06-19T06:15:02.671Z Downloaded tinyvec v1.11.0
3652026-06-19T06:15:02.683Z Downloaded toml_edit v0.22.27
3662026-06-19T06:15:02.686Z Downloaded zstd-safe v7.2.4
3672026-06-19T06:15:02.702Z Downloaded indicatif v0.17.11
3682026-06-19T06:15:02.708Z Downloaded url v2.5.8
3692026-06-19T06:15:02.711Z Downloaded unicode-ident v1.0.24
3702026-06-19T06:15:02.711Z Downloaded rustls-webpki v0.103.13
3712026-06-19T06:15:02.714Z Downloaded quinn v0.11.9
3722026-06-19T06:15:02.719Z Downloaded tower v0.5.3
3732026-06-19T06:15:02.722Z Downloaded tar v0.4.46
3742026-06-19T06:15:02.747Z Downloaded hashbrown v0.15.5
3752026-06-19T06:15:02.750Z Downloaded crossterm v0.29.0
3762026-06-19T06:15:02.754Z Downloaded unicode-segmentation v1.13.3
3772026-06-19T06:15:02.757Z Downloaded typenum v1.20.1
3782026-06-19T06:15:02.762Z Downloaded hyper-util v0.1.20
3792026-06-19T06:15:02.765Z Downloaded mio v1.2.1
3802026-06-19T06:15:02.769Z Downloaded guppy v0.17.26
3812026-06-19T06:15:02.775Z Downloaded memchr v2.8.2
3822026-06-19T06:15:02.778Z Downloaded rand v0.9.4
3832026-06-19T06:15:02.787Z Downloaded vte v0.14.1
3842026-06-19T06:15:02.790Z Downloaded indexmap v2.14.0
3852026-06-19T06:15:02.793Z Downloaded h2 v0.4.15
3862026-06-19T06:15:02.796Z Downloaded serde_json v1.0.150
3872026-06-19T06:15:02.799Z Downloaded hashbrown v0.17.1
3882026-06-19T06:15:02.802Z Downloaded tokio-util v0.7.18
3892026-06-19T06:15:02.805Z Downloaded miette v7.6.0
3902026-06-19T06:15:02.808Z Downloaded futures-util v0.3.32
3912026-06-19T06:15:02.815Z Downloaded tower-http v0.6.11
3922026-06-19T06:15:02.820Z Downloaded http v1.4.2
3932026-06-19T06:15:02.823Z Downloaded clap_builder v4.6.0
3942026-06-19T06:15:02.830Z Downloaded unicode-normalization v0.1.25
3952026-06-19T06:15:02.833Z Downloaded aho-corasick v1.1.4
3962026-06-19T06:15:02.848Z Downloaded winnow v1.0.3
3972026-06-19T06:15:02.853Z Downloaded winnow v0.7.15
3982026-06-19T06:15:02.866Z Downloaded reqwest v0.12.28
3992026-06-19T06:15:02.869Z Downloaded idna v1.1.0
4002026-06-19T06:15:02.872Z Downloaded tracing-subscriber v0.3.23
4012026-06-19T06:15:02.876Z Downloaded ron v0.12.1
4022026-06-19T06:15:02.880Z Downloaded itertools v0.14.0
4032026-06-19T06:15:02.884Z Downloaded chrono v0.4.45
4042026-06-19T06:15:02.888Z Downloaded hyper v1.10.1
4052026-06-19T06:15:02.892Z Downloaded bstr v1.12.1
4062026-06-19T06:15:02.897Z Downloaded regex v1.12.4
4072026-06-19T06:15:02.902Z Downloaded gimli v0.32.3
4082026-06-19T06:15:02.906Z Downloaded syn v2.0.118
4092026-06-19T06:15:02.912Z Downloaded unicode-width v0.1.14
4102026-06-19T06:15:02.915Z Downloaded curve25519-dalek v4.1.3
4112026-06-19T06:15:02.920Z Downloaded pulldown-cmark v0.13.4
4122026-06-19T06:15:02.962Z Downloaded color-eyre v0.6.5
4132026-06-19T06:15:02.981Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4142026-06-19T06:15:02.991Z Downloaded portable-atomic v1.13.1
4152026-06-19T06:15:03.001Z Downloaded quick-xml v0.38.4
4162026-06-19T06:15:03.020Z Downloaded quick-xml v0.37.5
4172026-06-19T06:15:03.088Z Downloaded quinn-proto v0.11.14
4182026-06-19T06:15:03.116Z Downloaded webpki-roots v1.0.8
4192026-06-19T06:15:03.119Z Downloaded vcpkg v0.2.15
4202026-06-19T06:15:03.151Z Downloaded nextest-runner v0.80.0
4212026-06-19T06:15:03.189Z Downloaded openssl v0.10.81
4222026-06-19T06:15:03.195Z Downloaded zerocopy v0.8.52
4232026-06-19T06:15:03.227Z Downloaded unicode-width v0.2.2
4242026-06-19T06:15:03.257Z Downloaded object v0.37.3
4252026-06-19T06:15:03.263Z Downloaded nix v0.30.1
4262026-06-19T06:15:03.274Z Downloaded rustls v0.23.40
4272026-06-19T06:15:03.281Z Downloaded rustix v0.38.44
4282026-06-19T06:15:03.292Z Downloaded regex-syntax v0.8.11
4292026-06-19T06:15:03.332Z Downloaded rustix v1.1.4
4302026-06-19T06:15:03.370Z Downloaded tracing v0.1.44
4312026-06-19T06:15:03.436Z Downloaded regex-automata v0.4.14
4322026-06-19T06:15:03.515Z Downloaded petgraph v0.8.3
4332026-06-19T06:15:03.527Z Downloaded libc v0.2.186
4342026-06-19T06:15:03.546Z Downloaded tokio v1.52.3
4352026-06-19T06:15:03.645Z Downloaded recursion v0.5.4
4362026-06-19T06:15:03.656Z Downloaded ring v0.17.14
4372026-06-19T06:15:03.716Z Compiling libc v0.2.186
4382026-06-19T06:15:03.719Z Compiling proc-macro2 v1.0.106
4392026-06-19T06:15:03.719Z Compiling quote v1.0.45
4402026-06-19T06:15:03.719Z Compiling unicode-ident v1.0.24
4412026-06-19T06:15:03.719Z Compiling serde_core v1.0.228
4422026-06-19T06:15:03.719Z Compiling cfg-if v1.0.4
4432026-06-19T06:15:03.719Z Compiling memchr v2.8.2
4442026-06-19T06:15:03.719Z Compiling once_cell v1.21.4
4452026-06-19T06:15:03.913Z Compiling log v0.4.32
4462026-06-19T06:15:03.959Z Compiling pin-project-lite v0.2.17
4472026-06-19T06:15:04.047Z Compiling itoa v1.0.18
4482026-06-19T06:15:04.103Z Compiling serde v1.0.228
4492026-06-19T06:15:04.270Z Compiling smallvec v1.15.2
4502026-06-19T06:15:04.507Z Compiling futures-core v0.3.32
4512026-06-19T06:15:04.581Z Compiling bitflags v2.13.0
4522026-06-19T06:15:04.613Z Compiling hashbrown v0.17.1
4532026-06-19T06:15:04.650Z Compiling equivalent v1.0.2
4542026-06-19T06:15:04.734Z Compiling find-msvc-tools v0.1.9
4552026-06-19T06:15:04.942Z Compiling jobserver v0.1.34
4562026-06-19T06:15:04.959Z Compiling shlex v2.0.1
4572026-06-19T06:15:04.986Z Compiling bytes v1.12.0
4582026-06-19T06:15:05.006Z Compiling rustix v1.1.4
4592026-06-19T06:15:05.133Z Compiling errno v0.3.14
4602026-06-19T06:15:05.196Z Compiling cc v1.2.64
4612026-06-19T06:15:05.311Z Compiling signal-hook-registry v1.4.8
4622026-06-19T06:15:05.332Z Compiling mio v1.2.1
4632026-06-19T06:15:05.420Z Compiling futures-sink v0.3.32
4642026-06-19T06:15:05.532Z Compiling syn v2.0.118
4652026-06-19T06:15:05.549Z Compiling socket2 v0.6.4
4662026-06-19T06:15:05.866Z Compiling slab v0.4.12
4672026-06-19T06:15:05.974Z Compiling zmij v1.0.21
4682026-06-19T06:15:06.071Z Compiling futures-channel v0.3.32
4692026-06-19T06:15:06.085Z Compiling tracing-core v0.1.36
4702026-06-19T06:15:06.332Z Compiling version_check v0.9.5
4712026-06-19T06:15:06.342Z Compiling serde_json v1.0.150
4722026-06-19T06:15:06.518Z Compiling getrandom v0.4.3
4732026-06-19T06:15:06.609Z Compiling indexmap v2.14.0
4742026-06-19T06:15:06.634Z Compiling futures-task v0.3.32
4752026-06-19T06:15:06.715Z Compiling futures-io v0.3.32
4762026-06-19T06:15:06.802Z Compiling camino v1.2.3
4772026-06-19T06:15:06.827Z Compiling unicode-width v0.2.2
4782026-06-19T06:15:06.907Z Compiling percent-encoding v2.3.2
4792026-06-19T06:15:07.172Z Compiling ring v0.17.14
4802026-06-19T06:15:07.184Z Compiling http v1.4.2
4812026-06-19T06:15:07.196Z Compiling adler2 v2.0.1
4822026-06-19T06:15:07.294Z Compiling zeroize v1.9.0
4832026-06-19T06:15:07.357Z Compiling simd-adler32 v0.3.9
4842026-06-19T06:15:07.440Z Compiling autocfg v1.5.1
4852026-06-19T06:15:07.489Z Compiling miniz_oxide v0.8.9
4862026-06-19T06:15:07.784Z Compiling num-traits v0.2.19
4872026-06-19T06:15:08.031Z Compiling zerocopy v0.8.52
4882026-06-19T06:15:08.191Z Compiling getrandom v0.3.4
4892026-06-19T06:15:08.203Z Compiling target-lexicon v0.13.5
4902026-06-19T06:15:08.421Z Compiling object v0.37.3
4912026-06-19T06:15:08.724Z Compiling http-body v1.0.1
4922026-06-19T06:15:08.745Z Compiling rustls-pki-types v1.14.1
4932026-06-19T06:15:08.756Z Compiling form_urlencoded v1.2.2
4942026-06-19T06:15:08.877Z Compiling semver v1.0.28
4952026-06-19T06:15:08.880Z Compiling getrandom v0.2.17
4962026-06-19T06:15:09.021Z Compiling utf8_iter v1.0.4
4972026-06-19T06:15:09.073Z Compiling signal-hook v0.3.18
4982026-06-19T06:15:09.076Z Compiling httparse v1.10.1
4992026-06-19T06:15:09.107Z Compiling serde_derive v1.0.228
5002026-06-19T06:15:09.180Z Compiling tokio-macros v2.7.0
5012026-06-19T06:15:09.302Z Compiling futures-macro v0.3.32
5022026-06-19T06:15:09.327Z Compiling tracing-attributes v0.1.31
5032026-06-19T06:15:09.443Z Compiling thiserror v2.0.18
5042026-06-19T06:15:09.537Z Compiling idna_adapter v1.0.0
5052026-06-19T06:15:09.611Z Compiling gimli v0.32.3
5062026-06-19T06:15:09.637Z Compiling fnv v1.0.7
5072026-06-19T06:15:09.744Z Compiling untrusted v0.9.0
5082026-06-19T06:15:09.796Z Compiling owo-colors v4.3.0
5092026-06-19T06:15:09.872Z Compiling guppy-workspace-hack v0.1.0
5102026-06-19T06:15:09.991Z Compiling tokio v1.52.3
5112026-06-19T06:15:10.148Z Compiling futures-util v0.3.32
5122026-06-19T06:15:10.176Z Compiling idna v1.1.0
5132026-06-19T06:15:10.366Z Compiling thiserror-impl v2.0.18
5142026-06-19T06:15:10.554Z Compiling tracing v0.1.44
5152026-06-19T06:15:11.591Z Compiling addr2line v0.25.1
5162026-06-19T06:15:12.553Z Compiling generic-array v0.14.7
5172026-06-19T06:15:12.574Z Compiling tower-service v0.3.3
5182026-06-19T06:15:12.589Z Compiling target-spec v3.6.0
5192026-06-19T06:15:12.671Z Compiling atomic-waker v1.1.2
5202026-06-19T06:15:12.780Z Compiling try-lock v0.2.5
5212026-06-19T06:15:12.790Z Compiling rustc-demangle v0.1.27
5222026-06-19T06:15:12.800Z Compiling rustls v0.23.40
5232026-06-19T06:15:12.881Z Compiling thiserror v1.0.69
5242026-06-19T06:15:12.892Z Compiling fastrand v2.4.1
5252026-06-19T06:15:13.024Z Compiling pkg-config v0.3.33
5262026-06-19T06:15:13.206Z Compiling typeid v1.0.3
5272026-06-19T06:15:13.394Z Compiling tempfile v3.27.0
5282026-06-19T06:15:13.462Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5292026-06-19T06:15:13.565Z Compiling want v0.3.1
5302026-06-19T06:15:13.748Z Compiling backtrace v0.3.76
5312026-06-19T06:15:13.817Z Compiling cfg-expr v0.20.8
5322026-06-19T06:15:13.888Z Compiling tokio-util v0.7.18
5332026-06-19T06:15:14.291Z Compiling url v2.5.8
5342026-06-19T06:15:14.767Z Compiling h2 v0.4.15
5352026-06-19T06:15:15.276Z Compiling thiserror-impl v1.0.69
5362026-06-19T06:15:15.310Z Compiling terminal_size v0.4.4
5372026-06-19T06:15:15.460Z Compiling aho-corasick v1.1.4
5382026-06-19T06:15:15.872Z Compiling subtle v2.6.1
5392026-06-19T06:15:16.033Z Compiling erased-serde v0.4.10
5402026-06-19T06:15:16.350Z Compiling typenum v1.20.1
5412026-06-19T06:15:16.429Z Compiling regex-syntax v0.8.11
5422026-06-19T06:15:16.731Z Compiling winnow v0.7.15
5432026-06-19T06:15:17.575Z Compiling rustls-webpki v0.103.13
5442026-06-19T06:15:18.699Z Compiling regex-automata v0.4.14
5452026-06-19T06:15:20.133Z Compiling hyper v1.10.1
5462026-06-19T06:15:21.061Z Compiling serde_spanned v0.6.9
5472026-06-19T06:15:21.224Z Compiling toml_datetime v0.6.11
5482026-06-19T06:15:21.598Z Compiling ahash v0.8.12
5492026-06-19T06:15:21.862Z Compiling sync_wrapper v1.0.2
5502026-06-19T06:15:21.977Z Compiling toml_write v0.1.2
5512026-06-19T06:15:22.225Z Compiling base64 v0.22.1
5522026-06-19T06:15:22.701Z Compiling nextest-workspace-hack v0.1.0
5532026-06-19T06:15:22.830Z Compiling lazy_static v1.5.0
5542026-06-19T06:15:22.932Z Compiling portable-atomic v1.13.1
5552026-06-19T06:15:22.942Z Compiling unicode-linebreak v0.1.5
5562026-06-19T06:15:23.210Z Compiling tower-layer v0.3.3
5572026-06-19T06:15:23.390Z Compiling is_ci v1.2.0
5582026-06-19T06:15:23.415Z Compiling parking_lot_core v0.9.12
5592026-06-19T06:15:23.560Z Compiling ipnet v2.12.0
5602026-06-19T06:15:23.705Z Compiling crc32fast v1.5.0
5612026-06-19T06:15:23.778Z Compiling either v1.16.0
5622026-06-19T06:15:23.833Z Compiling unicode-segmentation v1.13.3
5632026-06-19T06:15:23.977Z Compiling foldhash v0.1.5
5642026-06-19T06:15:24.006Z Compiling hyper-util v0.1.20
5652026-06-19T06:15:24.069Z Compiling supports-color v3.0.2
5662026-06-19T06:15:24.191Z Compiling convert_case v0.10.0
5672026-06-19T06:15:24.240Z Compiling hashbrown v0.15.5
5682026-06-19T06:15:24.351Z Compiling tower v0.5.3
5692026-06-19T06:15:24.465Z Compiling textwrap v0.16.2
5702026-06-19T06:15:24.781Z Compiling sharded-slab v0.1.7
5712026-06-19T06:15:24.871Z Compiling toml_edit v0.22.27
5722026-06-19T06:15:24.984Z Compiling tokio-rustls v0.26.4
5732026-06-19T06:15:25.379Z Compiling backtrace-ext v0.2.1
5742026-06-19T06:15:25.642Z Compiling ordered-float v2.10.1
5752026-06-19T06:15:25.839Z Compiling miette-derive v7.6.0
5762026-06-19T06:15:25.866Z Compiling webpki-roots v1.0.8
5772026-06-19T06:15:25.914Z Compiling pathdiff v0.2.3
5782026-06-19T06:15:25.982Z Compiling console v0.15.11
5792026-06-19T06:15:26.036Z Compiling cargo-platform v0.3.3
5802026-06-19T06:15:26.591Z Compiling tracing-log v0.2.0
5812026-06-19T06:15:26.642Z Compiling os_pipe v1.2.3
5822026-06-19T06:15:26.813Z Compiling thread_local v1.1.9
5832026-06-19T06:15:26.968Z Compiling zstd-safe v7.2.4
5842026-06-19T06:15:26.971Z Compiling cfg_aliases v0.2.1
5852026-06-19T06:15:27.049Z Compiling utf8parse v0.2.2
5862026-06-19T06:15:27.162Z Compiling supports-hyperlinks v3.2.0
5872026-06-19T06:15:27.173Z Compiling ryu v1.0.23
5882026-06-19T06:15:27.315Z Compiling winnow v1.0.3
5892026-06-19T06:15:27.381Z Compiling scopeguard v1.2.0
5902026-06-19T06:15:27.456Z Compiling pulldown-cmark v0.13.4
5912026-06-19T06:15:27.485Z Compiling rustix v0.38.44
5922026-06-19T06:15:27.558Z Compiling supports-unicode v3.0.0
5932026-06-19T06:15:27.682Z Compiling debug-ignore v1.0.5
5942026-06-19T06:15:27.728Z Compiling fixedbitset v0.5.7
5952026-06-19T06:15:27.791Z Compiling unicode-width v0.1.14
5962026-06-19T06:15:27.945Z Compiling petgraph v0.8.3
5972026-06-19T06:15:28.094Z Compiling miette v7.6.0
5982026-06-19T06:15:28.282Z Compiling lock_api v0.4.14
5992026-06-19T06:15:28.526Z Compiling toml_parser v1.1.2+spec-1.1.0
6002026-06-19T06:15:28.774Z Compiling serde_urlencoded v0.7.1
6012026-06-19T06:15:29.043Z Compiling anstyle-parse v1.0.0
6022026-06-19T06:15:29.265Z Compiling nix v0.30.1
6032026-06-19T06:15:29.670Z Compiling tracing-subscriber v0.3.23
6042026-06-19T06:15:29.836Z Compiling sigchld v0.2.4
6052026-06-19T06:15:29.904Z Compiling toml v0.8.23
6062026-06-19T06:15:29.907Z Compiling cargo_metadata v0.23.1
6072026-06-19T06:15:30.027Z Compiling hyper-rustls v0.27.9
6082026-06-19T06:15:30.723Z Compiling serde-value v0.7.0
6092026-06-19T06:15:31.480Z Compiling serde-untagged v0.1.9
6102026-06-19T06:15:32.182Z Compiling tower-http v0.6.11
6112026-06-19T06:15:32.194Z Compiling derive_more-impl v2.1.1
6122026-06-19T06:15:33.013Z Compiling itertools v0.14.0
6132026-06-19T06:15:33.203Z Compiling regex v1.12.4
6142026-06-19T06:15:33.243Z Compiling block-buffer v0.10.4
6152026-06-19T06:15:33.393Z Compiling crypto-common v0.1.7
6162026-06-19T06:15:33.443Z Compiling ppv-lite86 v0.2.21
6172026-06-19T06:15:33.527Z Compiling rand_core v0.9.5
6182026-06-19T06:15:33.775Z Compiling futures-executor v0.3.32
6192026-06-19T06:15:33.775Z Compiling pin-project-internal v1.1.13
6202026-06-19T06:15:34.282Z Compiling http-body-util v0.1.3
6212026-06-19T06:15:34.303Z Compiling uuid v1.23.3
6222026-06-19T06:15:34.493Z Compiling smol_str v0.3.6
6232026-06-19T06:15:34.549Z Compiling serde_spanned v1.1.1
6242026-06-19T06:15:34.640Z Compiling toml_datetime v1.1.1+spec-1.1.0
6252026-06-19T06:15:34.695Z Compiling filetime v0.2.29
6262026-06-19T06:15:34.830Z Compiling bstr v1.12.1
6272026-06-19T06:15:34.833Z Compiling vte v0.14.1
6282026-06-19T06:15:34.853Z Compiling number_prefix v0.4.0
6292026-06-19T06:15:35.002Z Compiling is_terminal_polyfill v1.70.2
6302026-06-19T06:15:35.044Z Compiling eyre v0.6.12
6312026-06-19T06:15:35.047Z Compiling static_assertions v1.1.0
6322026-06-19T06:15:35.091Z Compiling iana-time-zone v0.1.65
6332026-06-19T06:15:35.095Z Compiling litrs v1.0.0
6342026-06-19T06:15:35.095Z Compiling color-spantrace v0.3.0
6352026-06-19T06:15:35.124Z Compiling anstyle-query v1.1.5
6362026-06-19T06:15:35.231Z Compiling nested v0.1.1
6372026-06-19T06:15:35.363Z Compiling tinyvec_macros v0.1.1
6382026-06-19T06:15:35.427Z Compiling anstyle v1.0.14
6392026-06-19T06:15:35.430Z Compiling colorchoice v1.0.5
6402026-06-19T06:15:35.430Z Compiling self_update v0.42.0
6412026-06-19T06:15:35.430Z Compiling unicase v2.9.0
6422026-06-19T06:15:35.544Z Compiling xattr v1.6.1
6432026-06-19T06:15:35.557Z Compiling unicode-xid v0.2.6
6442026-06-19T06:15:35.629Z Compiling anstream v1.0.0
6452026-06-19T06:15:35.688Z Compiling tar v0.4.46
6462026-06-19T06:15:35.711Z Compiling cargo-util-schemas v0.2.0
6472026-06-19T06:15:35.722Z Compiling document-features v0.2.12
6482026-06-19T06:15:35.774Z Compiling tinyvec v1.11.0
6492026-06-19T06:15:36.194Z Compiling guppy v0.17.26
6502026-06-19T06:15:36.283Z Compiling globset v0.4.18
6512026-06-19T06:15:36.391Z Compiling chrono v0.4.45
6522026-06-19T06:15:37.204Z Compiling strip-ansi-escapes v0.2.1
6532026-06-19T06:15:37.699Z Compiling indicatif v0.17.11
6542026-06-19T06:15:37.791Z Compiling toml v1.1.2+spec-1.1.0
6552026-06-19T06:15:38.139Z Compiling pin-project v1.1.13
6562026-06-19T06:15:38.195Z Compiling nextest-metadata v0.12.2
6572026-06-19T06:15:38.242Z Compiling newtype-uuid v1.3.2
6582026-06-19T06:15:38.431Z Compiling reqwest v0.12.28
6592026-06-19T06:15:39.487Z Compiling futures v0.3.32
6602026-06-19T06:15:39.571Z Compiling rand_chacha v0.9.0
6612026-06-19T06:15:39.824Z Compiling digest v0.10.7
6622026-06-19T06:15:40.056Z Compiling flate2 v1.1.9
6632026-06-19T06:15:40.128Z Compiling parking_lot v0.12.5
6642026-06-19T06:15:40.608Z Compiling derive_more v2.1.1
6652026-06-19T06:15:40.691Z Compiling tracing-error v0.2.1
6662026-06-19T06:15:40.819Z Compiling shared_child v1.1.1
6672026-06-19T06:15:41.046Z Compiling signal-hook-mio v0.2.5
6682026-06-19T06:15:41.152Z Compiling self-replace v1.5.0
6692026-06-19T06:15:41.174Z Compiling cargo-platform v0.2.0
6702026-06-19T06:15:41.264Z Compiling quick-xml v0.38.4
6712026-06-19T06:15:41.442Z Compiling quick-xml v0.37.5
6722026-06-19T06:15:42.224Z Compiling heck v0.5.0
6732026-06-19T06:15:42.314Z Compiling recursion v0.5.4
6742026-06-19T06:15:42.419Z Compiling shell-words v1.1.1
6752026-06-19T06:15:42.476Z Compiling indenter v0.3.4
6762026-06-19T06:15:42.611Z Compiling urlencoding v2.1.3
6772026-06-19T06:15:42.684Z Compiling clap_lex v1.1.0
6782026-06-19T06:15:42.854Z Compiling strsim v0.11.1
6792026-06-19T06:15:42.894Z Compiling humantime v2.3.0
6802026-06-19T06:15:42.968Z Compiling cpufeatures v0.2.17
6812026-06-19T06:15:43.040Z Compiling clap_builder v4.6.0
6822026-06-19T06:15:43.050Z Compiling sha2 v0.10.9
6832026-06-19T06:15:43.319Z Compiling humantime-serde v1.1.1
6842026-06-19T06:15:43.684Z Compiling nextest-filtering v0.15.0
6852026-06-19T06:15:43.978Z Compiling clap_derive v4.6.1
6862026-06-19T06:15:44.266Z Compiling quick-junit v0.5.2
6872026-06-19T06:15:45.762Z Compiling atomicwrites v0.4.4
6882026-06-19T06:15:46.043Z Compiling cargo_metadata v0.20.0
6892026-06-19T06:15:47.386Z Compiling cargo-nextest v0.9.97
6902026-06-19T06:15:47.618Z Compiling crossterm v0.29.0
6912026-06-19T06:15:47.710Z Compiling duct v0.13.7
6922026-06-19T06:15:49.865Z Compiling rand v0.9.4
6932026-06-19T06:15:50.208Z Compiling zstd v0.13.3
6942026-06-19T06:15:50.257Z Compiling async-scoped v0.9.0
6952026-06-19T06:15:50.278Z Compiling config v0.15.24
6962026-06-19T06:15:50.451Z Compiling unicode-normalization v0.1.25
6972026-06-19T06:15:50.629Z Compiling target-spec-miette v0.4.8
6982026-06-19T06:15:50.635Z Compiling future-queue v0.4.0
6992026-06-19T06:15:50.884Z Compiling mukti-metadata v0.3.0
7002026-06-19T06:15:50.911Z Compiling tokio-stream v0.1.18
7012026-06-19T06:15:51.041Z Compiling camino-tempfile v1.4.1
7022026-06-19T06:15:51.056Z Compiling derive-where v1.6.1
7032026-06-19T06:15:51.205Z Compiling serde_ignored v0.1.14
7042026-06-19T06:15:51.372Z Compiling serde_path_to_error v0.1.20
7052026-06-19T06:15:51.426Z Compiling indent_write v2.2.0
7062026-06-19T06:15:51.445Z Compiling swrite v0.1.0
7072026-06-19T06:15:51.472Z Compiling xxhash-rust v0.8.15
7082026-06-19T06:15:51.549Z Compiling hex v0.4.3
7092026-06-19T06:15:51.572Z Compiling home v0.5.12
7102026-06-19T06:15:51.737Z Compiling color-eyre v0.6.5
7112026-06-19T06:15:51.787Z Compiling clap v4.6.1
7122026-06-19T06:15:51.817Z Compiling dialoguer v0.11.0
7132026-06-19T06:15:51.833Z Compiling enable-ansi-support v0.2.1
7142026-06-19T06:15:52.307Z Compiling nextest-runner v0.80.0
7152026-06-19T06:16:10.387Z Finished `release` profile [optimized] target(s) in 1m 11s
7162026-06-19T06:16:10.570Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-19T06:16:10.573Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-19T06:16:10.685Z+ source .github/buildomat/test-common.sh
7192026-06-19T06:16:10.690Z++ NEXTEST_VERSION=0.9.97
7202026-06-19T06:16:10.690Z++ PLATFORM=illumos
7212026-06-19T06:16:10.690Z++ banner install
7222026-06-19T06:16:10.690Z
7232026-06-19T06:16:10.690Z # # # #### ##### ## # #
7242026-06-19T06:16:10.690Z # ## # # # # # # #
7252026-06-19T06:16:10.690Z # # # # #### # # # # #
7262026-06-19T06:16:10.690Z # # # # # # ###### # #
7272026-06-19T06:16:10.690Z # # ## # # # # # # #
7282026-06-19T06:16:10.690Z # # # #### # # # ###### ######
7292026-06-19T06:16:10.690Z
7302026-06-19T06:16:10.690Z++ set +o errexit
7312026-06-19T06:16:10.693Z++ pkg info clang-15
7322026-06-19T06:16:10.693Z++ grep -qi installed
7332026-06-19T06:16:11.809Zpkg: info: no packages matching the following patterns you specified are
7342026-06-19T06:16:11.809Zinstalled on the system. Try querying remotely instead:
7352026-06-19T06:16:11.809Z
7362026-06-19T06:16:11.809Z clang-15
7372026-06-19T06:16:11.848Z++ [[ 1 != 0 ]]
7382026-06-19T06:16:11.848Z++ set -o errexit
7392026-06-19T06:16:11.848Z++ pfexec pkg install clang-15
7402026-06-19T06:16:18.476Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-19T06:16:26.302Z Startup: Caching catalogs ... Done
7422026-06-19T06:16:33.752ZPlanning: Solver setup ... Done
7432026-06-19T06:16:33.792ZPlanning: Running solver ... Done
7442026-06-19T06:16:33.950ZPlanning: Finding local manifests ... Done
7452026-06-19T06:16:33.962ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-19T06:16:34.047ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-19T06:16:34.077ZPlanning: Package planning ... Done
7482026-06-19T06:16:34.102ZPlanning: Merging actions ... Done
7492026-06-19T06:16:34.210ZPlanning: Checking for conflicting actions ... Done
7502026-06-19T06:16:34.217ZPlanning: Consolidating action changes ... Done
7512026-06-19T06:16:34.856ZPlanning: Evaluating mediators ... Done
7522026-06-19T06:16:34.861ZPlanning: Planning completed in 8.38 seconds
7532026-06-19T06:16:34.994Z Packages to install: 2
7542026-06-19T06:16:34.994Z Mediators to change: 2
7552026-06-19T06:16:34.994Z Services to change: 1
7562026-06-19T06:16:34.994Z Create boot environment: No
7572026-06-19T06:16:34.994ZCreate backup boot environment: No
7582026-06-19T06:16:35.035Z
7592026-06-19T06:16:35.035ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-19T06:16:40.114ZDownload: 2009/3076 items 117.2/211.3MB 55% complete (31.8M/s)
7612026-06-19T06:16:45.115ZDownload: 2912/3076 items 137.6/211.3MB 65% complete (13.2M/s)
7622026-06-19T06:16:49.199ZDownload: Completed 211.31 MB in 14.16 seconds (14.9M/s)
7632026-06-19T06:16:49.407Z Actions: 1/3418 actions (Installing new actions)
7642026-06-19T06:16:52.570Z Actions: Completed 3418 actions in 3.16 seconds.
7652026-06-19T06:16:53.261Z Done
7662026-06-19T06:16:53.261Z Done
7672026-06-19T06:16:54.018Z Done
7682026-06-19T06:16:57.454Z Done
7692026-06-19T06:16:57.528Z Done
7702026-06-19T06:16:57.531Z Done
7712026-06-19T06:16:57.758Z Done
7722026-06-19T06:16:58.476Z++ set -o errexit
7732026-06-19T06:16:58.476Z++ cargo --version
7742026-06-19T06:16:58.485Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7752026-06-19T06:16:58.488Z++ rustc --version
7762026-06-19T06:16:58.508Zrustc 1.95.0 (59807616e 2026-04-14)
7772026-06-19T06:16:58.511Z++ cargo install cargo-nextest --version 0.9.97
7782026-06-19T06:16:58.563Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7792026-06-19T06:16:58.566Z+ pushd mgadm
7802026-06-19T06:16:58.566Z+ cargo nextest run
7812026-06-19T06:16:58.566Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7822026-06-19T06:16:58.731Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-06-19T06:16:59.588ZFrom https://github.com/oxidecomputer/falcon
7842026-06-19T06:16:59.588Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7852026-06-19T06:16:59.664Z Updating crates.io index
7862026-06-19T06:16:59.668Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-06-19T06:17:00.071ZFrom https://github.com/oxidecomputer/dendrite
7882026-06-19T06:17:00.071Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
7892026-06-19T06:17:00.173Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-06-19T06:17:00.442ZFrom https://github.com/oxidecomputer/ispf
7912026-06-19T06:17:00.442Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7922026-06-19T06:17:00.448Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-06-19T06:17:00.805ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-06-19T06:17:00.805Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7952026-06-19T06:17:00.813Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-06-19T06:17:06.893ZFrom https://github.com/oxidecomputer/omicron
7972026-06-19T06:17:06.893Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7982026-06-19T06:17:07.311Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-06-19T06:17:07.945ZFrom https://github.com/oxidecomputer/opte
8002026-06-19T06:17:07.945Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8012026-06-19T06:17:08.024Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-06-19T06:17:08.265ZFrom https://github.com/illumos/smf-rs
8032026-06-19T06:17:08.265Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-06-19T06:17:08.303Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-06-19T06:17:08.537ZFrom https://github.com/oxidecomputer/network-interface
8062026-06-19T06:17:08.537Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-06-19T06:17:08.544Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-19T06:17:08.801ZFrom https://github.com/oxidecomputer/zone
8092026-06-19T06:17:08.801Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-19T06:17:08.820Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-19T06:17:09.423ZFrom https://github.com/oxidecomputer/propolis
8122026-06-19T06:17:09.423Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-19T06:17:09.505Z Updating crates.io index
8142026-06-19T06:17:09.508Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8152026-06-19T06:17:09.993ZFrom https://github.com/oxidecomputer/transceiver-control
8162026-06-19T06:17:09.994Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8172026-06-19T06:17:10.048Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8182026-06-19T06:17:10.344ZFrom https://github.com/oxidecomputer/dlpi-sys
8192026-06-19T06:17:10.344Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8202026-06-19T06:17:10.350Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212026-06-19T06:17:10.640ZFrom https://github.com/jmesmon/rust-libzfs
8222026-06-19T06:17:10.640Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8232026-06-19T06:17:10.647Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242026-06-19T06:17:10.899ZFrom https://github.com/oxidecomputer/rusty-doors
8252026-06-19T06:17:10.899Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8262026-06-19T06:17:10.937Z Updating git repository `https://github.com/oxidecomputer/lldp`
8272026-06-19T06:17:11.305ZFrom https://github.com/oxidecomputer/lldp
8282026-06-19T06:17:11.305Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8292026-06-19T06:17:11.317Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8302026-06-19T06:17:11.574ZFrom https://github.com/oxidecomputer/slog-error-chain
8312026-06-19T06:17:11.575Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8322026-06-19T06:17:11.729Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-06-19T06:17:12.025ZFrom https://github.com/oxidecomputer/tufaceous
8342026-06-19T06:17:12.025Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-06-19T06:17:12.119Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8362026-06-19T06:17:12.564ZFrom https://github.com/oxidecomputer/management-gateway-service
8372026-06-19T06:17:12.564Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8382026-06-19T06:17:12.617Z Updating git repository `https://github.com/oxidecomputer/crucible`
8392026-06-19T06:17:13.412ZFrom https://github.com/oxidecomputer/crucible
8402026-06-19T06:17:13.412Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8412026-06-19T06:17:13.533Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8422026-06-19T06:17:13.764ZFrom https://github.com/oxidecomputer/serde_human_bytes
8432026-06-19T06:17:13.764Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8442026-06-19T06:17:13.777Z Updating git repository `https://github.com/oxidecomputer/propolis`
8452026-06-19T06:17:14.203ZFrom https://github.com/oxidecomputer/propolis
8462026-06-19T06:17:14.203Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8472026-06-19T06:17:14.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-06-19T06:17:14.956ZFrom https://github.com/oxidecomputer/crucible
8492026-06-19T06:17:14.957Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8502026-06-19T06:17:15.048Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-06-19T06:17:15.400ZFrom https://github.com/oxidecomputer/tofino
8522026-06-19T06:17:15.401Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8532026-06-19T06:17:15.412Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-06-19T06:17:16.070ZFrom https://github.com/oxidecomputer/maghemite
8552026-06-19T06:17:16.070Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-06-19T06:17:16.148Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-06-19T06:17:16.576ZFrom https://github.com/oxidecomputer/clickward
8582026-06-19T06:17:16.576Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-06-19T06:17:16.584Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8602026-06-19T06:17:16.867ZFrom https://github.com/oxidecomputer/illumos-devinfo
8612026-06-19T06:17:16.867Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8622026-06-19T06:17:17.336Zerror: failed to select a version for `http`.
8632026-06-19T06:17:17.336Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
8642026-06-19T06:17:17.336Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
8652026-06-19T06:17:17.336Zversions that meet the requirements `^1.4.2` are: 1.4.2
8662026-06-19T06:17:17.336Z
8672026-06-19T06:17:17.336Zall possible versions conflict with previously selected packages.
8682026-06-19T06:17:17.336Z
8692026-06-19T06:17:17.336Z previously selected package `http v1.4.1`
8702026-06-19T06:17:17.337Z ... 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.337Z
8722026-06-19T06:17:17.337Zfailed to select a version for `http` which could resolve this conflict
8732026-06-19T06:17:17.356Zerror: 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.360Zprocess exited: duration 155010 ms, exit code 102
 
8752026-06-19T06:17:17.368Zfound 0 output files