01KMK9KJ6YVC1PRHGV4DWM57CF: test-bgp

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

Buildomat Job: 01KMK9MSXQDV0GMB7Q0Q8DZGZM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:14:51.203Zjob assigned to worker 01KMKA44H13GMSB63DYTAS14XZ [factory aws, i-07f4f7d1d48893a8e] (queued for 9 m 4 s)
 
22026-03-25T20:14:57.774Zstarting task 0: "setup"
32026-03-25T20:14:57.780Z++ uname -s
42026-03-25T20:14:57.783Z+ kern=SunOS
52026-03-25T20:14:57.783Z+ build_user=build
62026-03-25T20:14:57.783Z+ build_uid=12345
72026-03-25T20:14:57.783Z+ work_dir=/work
82026-03-25T20:14:57.783Z+ input_dir=/input
92026-03-25T20:14:57.783Z+ [[ 0 == 12345 ]]
102026-03-25T20:14:57.783Z+ case "$kern" in
112026-03-25T20:14:57.783Z+ groupadd -g 12345 build
122026-03-25T20:14:57.786Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:14:59.790Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:14:59.914Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:14:59.918Z+ home_fs=zfs
162026-03-25T20:14:59.918Z+ [[ zfs == autofs ]]
172026-03-25T20:14:59.918Z+ mkdir -p /home/build
182026-03-25T20:14:59.918Z+ chown build:build /home/build /work
192026-03-25T20:15:01.917Z+ chmod 0700 /home/build /work
202026-03-25T20:15:01.920Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-25T20:15:01.926Zstarting task 1: "rust-toolchain"
222026-03-25T20:15:01.930Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:15:01.930Z * rust toolchain channel = "stable"
242026-03-25T20:15:01.930Z * rust toolchain profile = "default"
252026-03-25T20:15:01.930Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-25T20:15:01.930Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:15:01.930Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:15:01.933Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:15:01.933Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:15:02.030Zinfo: downloading installer
312026-03-25T20:15:03.950Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:15:03.950Zwarn: /opt/ooce/bin
332026-03-25T20:15:03.950Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:15:03.950Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:15:03.950Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:15:03.950Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:15:03.950Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:15:03.950Zerror: cannot install while Rust is installed
392026-03-25T20:15:03.950Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:15:03.950Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:15:03.950Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:15:03.950Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:15:03.950Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:15:03.964Zinfo: profile set to default
452026-03-25T20:15:03.964Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:15:03.967Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:15:04.120Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:15:04.125Zinfo: downloading 6 components
492026-03-25T20:15:21.799Z
502026-03-25T20:15:21.799Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-25T20:15:21.831Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:15:21.831Z
532026-03-25T20:15:21.834Z
542026-03-25T20:15:21.834ZRust is installed now. Great!
552026-03-25T20:15:21.834Z
562026-03-25T20:15:21.834ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:15:21.834Zenvironment variable. This has not been done automatically.
582026-03-25T20:15:21.834Z
592026-03-25T20:15:21.834ZTo configure your current shell, you need to source
602026-03-25T20:15:21.834Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:15:21.834Z
622026-03-25T20:15:21.834ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:15:21.834Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:15:21.834Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:15:21.834Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:15:21.834Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:15:21.835Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:15:21.835Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:15:21.835Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:15:21.835Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:15:21.916Z+ rustup --version
722026-03-25T20:15:21.925Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:15:21.928Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:15:21.946Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:15:21.949Z+ cargo --version
762026-03-25T20:15:21.962Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:15:21.966Z+ rustc --version
782026-03-25T20:15:21.983Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:15:21.987Zprocess exited: duration 20055 ms, exit code 0
 
802026-03-25T20:15:21.993Zstarting task 2: "authentication"
812026-03-25T20:15:22.009Zprocess exited: duration 15 ms, exit code 0
 
822026-03-25T20:15:22.015Zstarting task 3: "clone repository"
832026-03-25T20:15:22.018Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:15:22.021Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:15:22.121ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:15:22.859Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:15:22.863Z+ git fetch origin 4949163aee7ca9ca8b89b2da582f866500156c36
882026-03-25T20:15:23.109ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:15:23.109Z * branch 4949163aee7ca9ca8b89b2da582f866500156c36 -> FETCH_HEAD
902026-03-25T20:15:23.112Z+ [[ -n renovate/clap-4.x ]]
912026-03-25T20:15:23.115Z++ git branch --show-current
922026-03-25T20:15:23.115Z+ current=main
932026-03-25T20:15:23.115Z+ [[ main != renovate/clap-4.x ]]
942026-03-25T20:15:23.115Z+ git branch -f renovate/clap-4.x 4949163aee7ca9ca8b89b2da582f866500156c36
952026-03-25T20:15:23.118Z+ git checkout -f renovate/clap-4.x
962026-03-25T20:15:23.134ZSwitched to branch 'renovate/clap-4.x'
972026-03-25T20:15:23.137Z+ git reset --hard 4949163aee7ca9ca8b89b2da582f866500156c36
982026-03-25T20:15:23.140ZHEAD is now at 4949163 Update Rust crate clap to 4.6.0
992026-03-25T20:15:23.140Zprocess exited: duration 1123 ms, exit code 0
 
1002026-03-25T20:15:23.146Zstarting task 4: "build"
1012026-03-25T20:15:23.150Z+ set -e
1022026-03-25T20:15:23.150Z+ source .github/buildomat/test-common.sh
1032026-03-25T20:15:23.154Z++ NEXTEST_VERSION=0.9.97
1042026-03-25T20:15:23.154Z++ PLATFORM=illumos
1052026-03-25T20:15:23.154Z++ banner install
1062026-03-25T20:15:23.154Z
1072026-03-25T20:15:23.154Z # # # #### ##### ## # #
1082026-03-25T20:15:23.154Z # ## # # # # # # #
1092026-03-25T20:15:23.154Z # # # # #### # # # # #
1102026-03-25T20:15:23.154Z # # # # # # ###### # #
1112026-03-25T20:15:23.154Z # # ## # # # # # # #
1122026-03-25T20:15:23.154Z # # # #### # # # ###### ######
1132026-03-25T20:15:23.154Z
1142026-03-25T20:15:23.154Z++ set +o errexit
1152026-03-25T20:15:23.154Z++ pkg info clang-15
1162026-03-25T20:15:23.157Z++ grep -qi installed
1172026-03-25T20:15:24.890Zpkg: info: no packages matching the following patterns you specified are
1182026-03-25T20:15:24.890Zinstalled on the system. Try querying remotely instead:
1192026-03-25T20:15:24.890Z
1202026-03-25T20:15:24.890Z clang-15
1212026-03-25T20:15:24.927Z++ [[ 1 != 0 ]]
1222026-03-25T20:15:24.927Z++ set -o errexit
1232026-03-25T20:15:24.930Z++ pfexec pkg install clang-15
1242026-03-25T20:15:31.134Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-25T20:15:38.079Z Startup: Caching catalogs ... Done
1262026-03-25T20:15:41.752ZPlanning: Solver setup ... Done
1272026-03-25T20:15:41.768ZPlanning: Running solver ... Done
1282026-03-25T20:15:41.884ZPlanning: Finding local manifests ... Done
1292026-03-25T20:15:41.908ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-25T20:15:42.007ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-25T20:15:42.035ZPlanning: Package planning ... Done
1322026-03-25T20:15:42.060ZPlanning: Merging actions ... Done
1332026-03-25T20:15:42.191ZPlanning: Checking for conflicting actions ... Done
1342026-03-25T20:15:42.198ZPlanning: Consolidating action changes ... Done
1352026-03-25T20:15:43.167ZPlanning: Evaluating mediators ... Done
1362026-03-25T20:15:43.174ZPlanning: Planning completed in 4.94 seconds
1372026-03-25T20:15:43.183Z Packages to install: 2
1382026-03-25T20:15:43.183Z Mediators to change: 2
1392026-03-25T20:15:43.186Z Services to change: 1
1402026-03-25T20:15:43.186Z Create boot environment: No
1412026-03-25T20:15:43.186ZCreate backup boot environment: No
1422026-03-25T20:15:43.255Z
1432026-03-25T20:15:43.255ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-25T20:15:48.358ZDownload: 2005/3076 items 117.7/211.3MB 55% complete (27.9M/s)
1452026-03-25T20:15:53.380ZDownload: 3028/3076 items 201.6/211.3MB 95% complete (19.7M/s)
1462026-03-25T20:15:54.387ZDownload: Completed 211.31 MB in 11.12 seconds (19.0M/s)
1472026-03-25T20:15:54.628Z Actions: 1/3418 actions (Installing new actions)
1482026-03-25T20:15:57.774Z Actions: Completed 3418 actions in 3.15 seconds.
1492026-03-25T20:15:58.069Z Done
1502026-03-25T20:15:58.069Z Done
1512026-03-25T20:15:58.754Z Done
1522026-03-25T20:16:02.515Z Done
1532026-03-25T20:16:02.590Z Done
1542026-03-25T20:16:02.593Z Done
1552026-03-25T20:16:02.896Z Done
1562026-03-25T20:16:03.524Z++ set -o errexit
1572026-03-25T20:16:03.524Z++ cargo --version
1582026-03-25T20:16:03.531Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1592026-03-25T20:16:03.696Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1602026-03-25T20:16:03.698Zinfo: downloading 6 components
1612026-03-25T20:16:18.170Zcargo 1.94.0 (85eff7c80 2026-01-15)
1622026-03-25T20:16:18.177Z++ rustc --version
1632026-03-25T20:16:18.242Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1642026-03-25T20:16:18.271Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-25T20:16:18.271Z Updating crates.io index
1662026-03-25T20:16:18.480Z Downloading crates ...
1672026-03-25T20:16:18.504Z Downloaded cargo-nextest v0.9.97
1682026-03-25T20:16:18.562Z Installing cargo-nextest v0.9.97
1692026-03-25T20:16:18.616Z Updating crates.io index
1702026-03-25T20:16:21.461Z Locking 408 packages to latest compatible versions
1712026-03-25T20:16:21.500Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-25T20:16:21.500Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-25T20:16:21.500Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-25T20:16:21.501Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-25T20:16:21.501Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-25T20:16:21.501Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-25T20:16:21.501Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-25T20:16:21.501Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-25T20:16:21.501Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-25T20:16:21.501Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-25T20:16:21.501Z Downloading crates ...
1822026-03-25T20:16:21.501Z Downloaded adler2 v2.0.1
1832026-03-25T20:16:21.501Z Downloaded block-buffer v0.10.4
1842026-03-25T20:16:21.501Z Downloaded async-scoped v0.9.0
1852026-03-25T20:16:21.501Z Downloaded atomic-waker v1.1.2
1862026-03-25T20:16:21.501Z Downloaded atomicwrites v0.4.4
1872026-03-25T20:16:21.501Z Downloaded anstyle-query v1.1.5
1882026-03-25T20:16:21.501Z Downloaded backtrace-ext v0.2.1
1892026-03-25T20:16:21.501Z Downloaded base64ct v1.8.3
1902026-03-25T20:16:21.501Z Downloaded ahash v0.8.12
1912026-03-25T20:16:21.501Z Downloaded foreign-types-shared v0.1.1
1922026-03-25T20:16:21.502Z Downloaded bitflags v2.11.0
1932026-03-25T20:16:21.502Z Downloaded pkcs8 v0.10.2
1942026-03-25T20:16:21.502Z Downloaded rand_core v0.6.4
1952026-03-25T20:16:21.502Z Downloaded nextest-filtering v0.15.0
1962026-03-25T20:16:21.502Z Downloaded fixedbitset v0.5.7
1972026-03-25T20:16:21.502Z Downloaded base64 v0.22.1
1982026-03-25T20:16:21.502Z Downloaded hyper-util v0.1.20
1992026-03-25T20:16:21.502Z Downloaded num-traits v0.2.19
2002026-03-25T20:16:21.502Z Downloaded idna_adapter v1.0.0
2012026-03-25T20:16:21.502Z Downloaded iana-time-zone v0.1.65
2022026-03-25T20:16:21.502Z Downloaded digest v0.10.7
2032026-03-25T20:16:21.502Z Downloaded clap v4.6.0
2042026-03-25T20:16:21.502Z Downloaded futures-channel v0.3.32
2052026-03-25T20:16:21.502Z Downloaded pin-project v1.1.11
2062026-03-25T20:16:21.502Z Downloaded quote v1.0.45
2072026-03-25T20:16:21.502Z Downloaded pin-utils v0.1.0
2082026-03-25T20:16:21.502Z Downloaded http-body v1.0.1
2092026-03-25T20:16:21.502Z Downloaded indent_write v2.2.0
2102026-03-25T20:16:21.502Z Downloaded fastrand v2.3.0
2112026-03-25T20:16:21.502Z Downloaded foreign-types v0.3.2
2122026-03-25T20:16:21.502Z Downloaded fnv v1.0.7
2132026-03-25T20:16:21.502Z Downloaded document-features v0.2.12
2142026-03-25T20:16:21.503Z Downloaded crypto-common v0.1.7
2152026-03-25T20:16:21.503Z Downloaded equivalent v1.0.2
2162026-03-25T20:16:21.503Z Downloaded humantime-serde v1.1.1
2172026-03-25T20:16:21.503Z Downloaded parking_lot_core v0.9.12
2182026-03-25T20:16:21.503Z Downloaded futures-sink v0.3.32
2192026-03-25T20:16:21.503Z Downloaded clap_lex v1.1.0
2202026-03-25T20:16:21.503Z Downloaded color-spantrace v0.3.0
2212026-03-25T20:16:21.503Z Downloaded guppy-workspace-hack v0.1.0
2222026-03-25T20:16:21.503Z Downloaded home v0.5.12
2232026-03-25T20:16:21.503Z Downloaded humantime v2.3.0
2242026-03-25T20:16:21.503Z Downloaded find-msvc-tools v0.1.9
2252026-03-25T20:16:21.503Z Downloaded nextest-metadata v0.12.2
2262026-03-25T20:16:21.503Z Downloaded heck v0.5.0
2272026-03-25T20:16:21.503Z Downloaded futures-core v0.3.32
2282026-03-25T20:16:21.503Z Downloaded once_cell v1.21.4
2292026-03-25T20:16:21.503Z Downloaded lazy_static v1.5.0
2302026-03-25T20:16:21.503Z Downloaded errno v0.3.14
2312026-03-25T20:16:21.503Z Downloaded cfg_aliases v0.2.1
2322026-03-25T20:16:21.503Z Downloaded ordered-float v2.10.1
2332026-03-25T20:16:21.503Z Downloaded either v1.15.0
2342026-03-25T20:16:21.503Z Downloaded mukti-metadata v0.3.0
2352026-03-25T20:16:21.503Z Downloaded itoa v1.0.18
2362026-03-25T20:16:21.504Z Downloaded futures-io v0.3.32
2372026-03-25T20:16:21.504Z Downloaded cfg-if v1.0.4
2382026-03-25T20:16:21.504Z Downloaded debug-ignore v1.0.5
2392026-03-25T20:16:21.504Z Downloaded backtrace v0.3.76
2402026-03-25T20:16:21.504Z Downloaded number_prefix v0.4.0
2412026-03-25T20:16:21.504Z Downloaded colorchoice v1.0.5
2422026-03-25T20:16:21.504Z Downloaded addr2line v0.25.1
2432026-03-25T20:16:21.504Z Downloaded rustc_version v0.4.1
2442026-03-25T20:16:21.504Z Downloaded os_pipe v1.2.3
2452026-03-25T20:16:21.504Z Downloaded is_ci v1.2.0
2462026-03-25T20:16:21.504Z Downloaded duct v0.13.7
2472026-03-25T20:16:21.504Z Downloaded rand_core v0.9.5
2482026-03-25T20:16:21.504Z Downloaded autocfg v1.5.0
2492026-03-25T20:16:21.504Z Downloaded hex v0.4.3
2502026-03-25T20:16:21.504Z Downloaded form_urlencoded v1.2.2
2512026-03-25T20:16:21.504Z Downloaded cargo-platform v0.3.2
2522026-03-25T20:16:21.504Z Downloaded cargo-platform v0.2.0
2532026-03-25T20:16:21.504Z Downloaded cargo_metadata v0.23.1
2542026-03-25T20:16:21.504Z Downloaded hyper-tls v0.6.0
2552026-03-25T20:16:21.504Z Downloaded is_terminal_polyfill v1.70.2
2562026-03-25T20:16:21.505Z Downloaded pathdiff v0.2.3
2572026-03-25T20:16:21.505Z Downloaded indenter v0.3.4
2582026-03-25T20:16:21.505Z Downloaded rustc-hash v2.1.1
2592026-03-25T20:16:21.505Z Downloaded cpufeatures v0.2.17
2602026-03-25T20:16:21.505Z Downloaded enable-ansi-support v0.2.1
2612026-03-25T20:16:21.505Z Downloaded futures-macro v0.3.32
2622026-03-25T20:16:21.505Z Downloaded openssl-probe v0.2.1
2632026-03-25T20:16:21.505Z Downloaded scopeguard v1.2.0
2642026-03-25T20:16:21.505Z Downloaded nested v0.1.1
2652026-03-25T20:16:21.505Z Downloaded futures-task v0.3.32
2662026-03-25T20:16:21.505Z Downloaded curve25519-dalek-derive v0.1.1
2672026-03-25T20:16:21.505Z Downloaded signature v2.2.0
2682026-03-25T20:16:21.505Z Downloaded lru-slab v0.1.2
2692026-03-25T20:16:21.505Z Downloaded serde_ignored v0.1.14
2702026-03-25T20:16:21.505Z Downloaded openssl-macros v0.1.1
2712026-03-25T20:16:21.549Z Downloaded serde_spanned v1.1.0
2722026-03-25T20:16:21.549Z Downloaded serde-value v0.7.0
2732026-03-25T20:16:21.549Z Downloaded percent-encoding v2.3.2
2742026-03-25T20:16:21.549Z Downloaded ipnet v2.12.0
2752026-03-25T20:16:21.550Z Downloaded globset v0.4.18
2762026-03-25T20:16:21.550Z Downloaded generic-array v0.14.7
2772026-03-25T20:16:21.550Z Downloaded dialoguer v0.11.0
2782026-03-25T20:16:21.550Z Downloaded ppv-lite86 v0.2.21
2792026-03-25T20:16:21.550Z Downloaded jobserver v0.1.34
2802026-03-25T20:16:21.550Z Downloaded anstyle-parse v1.0.0
2812026-03-25T20:16:21.550Z Downloaded supports-unicode v3.0.0
2822026-03-25T20:16:21.550Z Downloaded cargo-util-schemas v0.2.0
2832026-03-25T20:16:21.550Z Downloaded sigchld v0.2.4
2842026-03-25T20:16:21.550Z Downloaded nextest-workspace-hack v0.1.0
2852026-03-25T20:16:21.550Z Downloaded strip-ansi-escapes v0.2.1
2862026-03-25T20:16:21.550Z Downloaded serde_spanned v0.6.9
2872026-03-25T20:16:21.550Z Downloaded ed25519 v2.2.3
2882026-03-25T20:16:21.550Z Downloaded anstream v1.0.0
2892026-03-25T20:16:21.550Z Downloaded quinn-udp v0.5.14
2902026-03-25T20:16:21.550Z Downloaded signal-hook-mio v0.2.5
2912026-03-25T20:16:21.550Z Downloaded rustc-demangle v0.1.27
2922026-03-25T20:16:21.550Z Downloaded miette-derive v7.6.0
2932026-03-25T20:16:21.550Z Downloaded http-body-util v0.1.3
2942026-03-25T20:16:21.550Z Downloaded erased-serde v0.4.10
2952026-03-25T20:16:21.550Z Downloaded sync_wrapper v1.0.2
2962026-03-25T20:16:21.550Z Downloaded eyre v0.6.12
2972026-03-25T20:16:21.550Z Downloaded derive-where v1.6.1
2982026-03-25T20:16:21.550Z Downloaded serde_urlencoded v0.7.1
2992026-03-25T20:16:21.551Z Downloaded supports-hyperlinks v3.2.0
3002026-03-25T20:16:21.551Z Downloaded console v0.15.11
3012026-03-25T20:16:21.551Z Downloaded terminal_size v0.4.4
3022026-03-25T20:16:21.551Z Downloaded supports-color v3.0.2
3032026-03-25T20:16:21.551Z Downloaded shared_child v1.1.1
3042026-03-25T20:16:21.551Z Downloaded strsim v0.11.1
3052026-03-25T20:16:21.551Z Downloaded borsh v1.6.1
3062026-03-25T20:16:21.551Z Downloaded tinyvec_macros v0.1.1
3072026-03-25T20:16:21.551Z Downloaded self-replace v1.5.0
3082026-03-25T20:16:21.551Z Downloaded rand_chacha v0.9.0
3092026-03-25T20:16:21.551Z Downloaded pkg-config v0.3.32
3102026-03-25T20:16:21.551Z Downloaded camino-tempfile v1.4.1
3112026-03-25T20:16:21.551Z Downloaded pin-project-lite v0.2.17
3122026-03-25T20:16:21.551Z Downloaded lock_api v0.4.14
3132026-03-25T20:16:21.551Z Downloaded foldhash v0.1.5
3142026-03-25T20:16:21.551Z Downloaded filetime v0.2.27
3152026-03-25T20:16:21.551Z Downloaded shell-words v1.1.1
3162026-03-25T20:16:21.551Z Downloaded serde-untagged v0.1.9
3172026-03-25T20:16:21.551Z Downloaded semver v1.0.27
3182026-03-25T20:16:21.551Z Downloaded convert_case v0.10.0
3192026-03-25T20:16:21.551Z Downloaded tower-service v0.3.3
3202026-03-25T20:16:21.551Z Downloaded toml_write v0.1.2
3212026-03-25T20:16:21.551Z Downloaded tower-layer v0.3.3
3222026-03-25T20:16:21.551Z Downloaded toml_datetime v0.6.11
3232026-03-25T20:16:21.551Z Downloaded newtype-uuid v1.3.2
3242026-03-25T20:16:21.552Z Downloaded native-tls v0.2.18
3252026-03-25T20:16:21.552Z Downloaded clap_derive v4.6.0
3262026-03-25T20:16:21.552Z Downloaded pin-project-internal v1.1.11
3272026-03-25T20:16:21.552Z Downloaded shlex v1.3.0
3282026-03-25T20:16:21.552Z Downloaded flate2 v1.1.9
3292026-03-25T20:16:21.552Z Downloaded rustls-pki-types v1.14.0
3302026-03-25T20:16:21.552Z Downloaded swrite v0.1.0
3312026-03-25T20:16:21.552Z Downloaded parking_lot v0.12.5
3322026-03-25T20:16:21.552Z Downloaded subtle v2.6.1
3332026-03-25T20:16:21.552Z Downloaded static_assertions v1.1.0
3342026-03-25T20:16:21.552Z Downloaded spki v0.7.3
3352026-03-25T20:16:21.552Z Downloaded slab v0.4.12
3362026-03-25T20:16:21.552Z Downloaded typeid v1.0.3
3372026-03-25T20:16:21.552Z Downloaded smol_str v0.3.6
3382026-03-25T20:16:21.552Z Downloaded owo-colors v4.3.0
3392026-03-25T20:16:21.552Z Downloaded try-lock v0.2.5
3402026-03-25T20:16:21.552Z Downloaded cfg-expr v0.20.7
3412026-03-25T20:16:21.552Z Downloaded ryu v1.0.23
3422026-03-25T20:16:21.552Z Downloaded futures-executor v0.3.32
3432026-03-25T20:16:21.552Z Downloaded sha2 v0.10.9
3442026-03-25T20:16:21.552Z Downloaded thiserror v2.0.18
3452026-03-25T20:16:21.552Z Downloaded tokio-macros v2.6.1
3462026-03-25T20:16:21.552Z Downloaded target-lexicon v0.13.3
3472026-03-25T20:16:21.552Z Downloaded target-spec-miette v0.4.5
3482026-03-25T20:16:21.552Z Downloaded tokio-native-tls v0.3.1
3492026-03-25T20:16:21.552Z Downloaded thread_local v1.1.9
3502026-03-25T20:16:21.552Z Downloaded thiserror-impl v2.0.18
3512026-03-25T20:16:21.552Z Downloaded untrusted v0.9.0
3522026-03-25T20:16:21.553Z Downloaded unicode-xid v0.2.6
3532026-03-25T20:16:21.553Z Downloaded unicode-linebreak v0.1.5
3542026-03-25T20:16:21.553Z Downloaded thiserror-impl v1.0.69
3552026-03-25T20:16:21.553Z Downloaded thiserror v1.0.69
3562026-03-25T20:16:21.553Z Downloaded want v0.3.1
3572026-03-25T20:16:21.553Z Downloaded version_check v0.9.5
3582026-03-25T20:16:21.553Z Downloaded utf8parse v0.2.2
3592026-03-25T20:16:21.553Z Downloaded utf8_iter v1.0.4
3602026-03-25T20:16:21.553Z Downloaded crc32fast v1.5.0
3612026-03-25T20:16:21.553Z Downloaded xattr v1.6.1
3622026-03-25T20:16:21.553Z Downloaded urlencoding v2.1.3
3632026-03-25T20:16:21.553Z Downloaded target-spec v3.5.7
3642026-03-25T20:16:21.553Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3652026-03-25T20:16:21.553Z Downloaded future-queue v0.4.0
3662026-03-25T20:16:21.553Z Downloaded memchr v2.8.0
3672026-03-25T20:16:21.553Z Downloaded hyper-rustls v0.27.7
3682026-03-25T20:16:21.553Z Downloaded self_update v0.42.0
3692026-03-25T20:16:21.553Z Downloaded quick-junit v0.5.2
3702026-03-25T20:16:21.553Z Downloaded cargo_metadata v0.20.0
3712026-03-25T20:16:21.585Z Downloaded litrs v1.0.0
3722026-03-25T20:16:21.585Z Downloaded getrandom v0.2.17
3732026-03-25T20:16:21.585Z Downloaded camino v1.2.2
3742026-03-25T20:16:21.585Z Downloaded signal-hook-registry v1.4.8
3752026-03-25T20:16:21.585Z Downloaded serde_path_to_error v0.1.20
3762026-03-25T20:16:21.585Z Downloaded mio v1.1.1
3772026-03-25T20:16:21.585Z Downloaded ed25519-dalek v2.2.0
3782026-03-25T20:16:21.586Z Downloaded anstyle v1.0.14
3792026-03-25T20:16:21.586Z Downloaded toml_writer v1.1.0+spec-1.1.0
3802026-03-25T20:16:21.586Z Downloaded getrandom v0.4.2
3812026-03-25T20:16:21.586Z Downloaded futures v0.3.32
3822026-03-25T20:16:21.586Z Downloaded getrandom v0.3.4
3832026-03-25T20:16:21.586Z Downloaded tracing-log v0.2.0
3842026-03-25T20:16:21.586Z Downloaded simd-adler32 v0.3.8
3852026-03-25T20:16:21.586Z Downloaded tempfile v3.27.0
3862026-03-25T20:16:21.586Z Downloaded tokio-stream v0.1.18
3872026-03-25T20:16:21.586Z Downloaded rustls-webpki v0.103.10
3882026-03-25T20:16:21.586Z Downloaded config v0.15.22
3892026-03-25T20:16:21.586Z Downloaded zmij v1.0.21
3902026-03-25T20:16:21.586Z Downloaded http v1.4.0
3912026-03-25T20:16:21.586Z Downloaded toml v0.8.23
3922026-03-25T20:16:21.586Z Downloaded tracing-error v0.2.1
3932026-03-25T20:16:21.586Z Downloaded unicase v2.9.0
3942026-03-25T20:16:21.586Z Downloaded tokio-rustls v0.26.4
3952026-03-25T20:16:21.586Z Downloaded serde_derive v1.0.228
3962026-03-25T20:16:21.586Z Downloaded xxhash-rust v0.8.15
3972026-03-25T20:16:21.586Z Downloaded zstd-safe v7.2.4
3982026-03-25T20:16:21.586Z Downloaded zipsign-api v0.1.5
3992026-03-25T20:16:21.586Z Downloaded httparse v1.10.1
4002026-03-25T20:16:21.586Z Downloaded signal-hook v0.3.18
4012026-03-25T20:16:21.586Z Downloaded bytes v1.11.1
4022026-03-25T20:16:21.587Z Downloaded toml_parser v1.1.0+spec-1.1.0
4032026-03-25T20:16:21.587Z Downloaded zeroize v1.8.2
4042026-03-25T20:16:21.587Z Downloaded log v0.4.29
4052026-03-25T20:16:21.587Z Downloaded const-oid v0.9.6
4062026-03-25T20:16:21.587Z Downloaded socket2 v0.6.3
4072026-03-25T20:16:21.587Z Downloaded smallvec v1.15.1
4082026-03-25T20:16:21.587Z Downloaded serde_core v1.0.228
4092026-03-25T20:16:21.587Z Downloaded miniz_oxide v0.8.9
4102026-03-25T20:16:21.587Z Downloaded sharded-slab v0.1.7
4112026-03-25T20:16:21.587Z Downloaded tracing-attributes v0.1.31
4122026-03-25T20:16:21.587Z Downloaded derive_more v2.1.1
4132026-03-25T20:16:21.587Z Downloaded zstd v0.13.3
4142026-03-25T20:16:21.587Z Downloaded tinyvec v1.11.0
4152026-03-25T20:16:21.587Z Downloaded textwrap v0.16.2
4162026-03-25T20:16:21.587Z Downloaded toml v1.1.0+spec-1.1.0
4172026-03-25T20:16:21.587Z Downloaded proc-macro2 v1.0.106
4182026-03-25T20:16:21.587Z Downloaded vte v0.14.1
4192026-03-25T20:16:21.587Z Downloaded uuid v1.22.0
4202026-03-25T20:16:21.587Z Downloaded openssl-sys v0.9.112
4212026-03-25T20:16:21.587Z Downloaded der v0.7.10
4222026-03-25T20:16:21.587Z Downloaded quinn v0.11.9
4232026-03-25T20:16:21.587Z Downloaded unicode-ident v1.0.24
4242026-03-25T20:16:21.587Z Downloaded tar v0.4.45
4252026-03-25T20:16:21.587Z Downloaded idna v1.1.0
4262026-03-25T20:16:21.587Z Downloaded cc v1.2.57
4272026-03-25T20:16:21.587Z Downloaded serde v1.0.228
4282026-03-25T20:16:21.588Z Downloaded derive_more-impl v2.1.1
4292026-03-25T20:16:21.588Z Downloaded typenum v1.19.0
4302026-03-25T20:16:21.588Z Downloaded indicatif v0.17.11
4312026-03-25T20:16:21.588Z Downloaded url v2.5.8
4322026-03-25T20:16:21.631Z Downloaded toml_edit v0.22.27
4332026-03-25T20:16:21.632Z Downloaded tracing-core v0.1.36
4342026-03-25T20:16:21.632Z Downloaded indexmap v2.13.0
4352026-03-25T20:16:21.632Z Downloaded tower v0.5.3
4362026-03-25T20:16:21.632Z Downloaded hashbrown v0.15.5
4372026-03-25T20:16:21.632Z Downloaded guppy v0.17.25
4382026-03-25T20:16:21.632Z Downloaded miette v7.6.0
4392026-03-25T20:16:21.645Z Downloaded crossterm v0.29.0
4402026-03-25T20:16:21.645Z Downloaded rand v0.9.2
4412026-03-25T20:16:21.645Z Downloaded clap_builder v4.6.0
4422026-03-25T20:16:21.645Z Downloaded unicode-segmentation v1.13.1
4432026-03-25T20:16:21.645Z Downloaded tower-http v0.6.8
4442026-03-25T20:16:21.645Z Downloaded tokio-util v0.7.18
4452026-03-25T20:16:21.645Z Downloaded serde_json v1.0.149
4462026-03-25T20:16:21.673Z Downloaded ron v0.12.0
4472026-03-25T20:16:21.673Z Downloaded unicode-normalization v0.1.25
4482026-03-25T20:16:21.673Z Downloaded h2 v0.4.13
4492026-03-25T20:16:21.673Z Downloaded futures-util v0.3.32
4502026-03-25T20:16:21.680Z Downloaded hashbrown v0.16.1
4512026-03-25T20:16:21.680Z Downloaded pulldown-cmark v0.13.3
4522026-03-25T20:16:21.680Z Downloaded aho-corasick v1.1.4
4532026-03-25T20:16:21.680Z Downloaded regex v1.12.3
4542026-03-25T20:16:21.681Z Downloaded hyper v1.8.1
4552026-03-25T20:16:21.681Z Downloaded iri-string v0.7.11
4562026-03-25T20:16:21.687Z Downloaded reqwest v0.12.28
4572026-03-25T20:16:21.708Z Downloaded tracing-subscriber v0.3.23
4582026-03-25T20:16:21.717Z Downloaded chrono v0.4.44
4592026-03-25T20:16:21.717Z Downloaded itertools v0.14.0
4602026-03-25T20:16:21.722Z Downloaded gimli v0.32.3
4612026-03-25T20:16:21.722Z Downloaded vcpkg v0.2.15
4622026-03-25T20:16:21.742Z Downloaded quick-xml v0.38.4
4632026-03-25T20:16:21.747Z Downloaded zerocopy v0.8.47
4642026-03-25T20:16:21.755Z Downloaded portable-atomic v1.13.1
4652026-03-25T20:16:21.763Z Downloaded winnow v0.7.15
4662026-03-25T20:16:21.785Z Downloaded quick-xml v0.37.5
4672026-03-25T20:16:21.785Z Downloaded curve25519-dalek v4.1.3
4682026-03-25T20:16:21.819Z Downloaded winnow v1.0.0
4692026-03-25T20:16:21.819Z Downloaded bstr v1.12.1
4702026-03-25T20:16:21.830Z Downloaded tracing v0.1.44
4712026-03-25T20:16:21.830Z Downloaded quinn-proto v0.11.14
4722026-03-25T20:16:21.830Z Downloaded color-eyre v0.6.5
4732026-03-25T20:16:21.837Z Downloaded webpki-roots v1.0.6
4742026-03-25T20:16:21.864Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4752026-03-25T20:16:21.880Z Downloaded unicode-width v0.1.14
4762026-03-25T20:16:21.880Z Downloaded unicode-width v0.2.2
4772026-03-25T20:16:21.880Z Downloaded tokio v1.50.0
4782026-03-25T20:16:21.914Z Downloaded syn v2.0.117
4792026-03-25T20:16:21.923Z Downloaded object v0.37.3
4802026-03-25T20:16:21.923Z Downloaded nix v0.30.1
4812026-03-25T20:16:21.923Z Downloaded nextest-runner v0.80.0
4822026-03-25T20:16:21.923Z Downloaded rustls v0.23.37
4832026-03-25T20:16:21.923Z Downloaded rustix v0.38.44
4842026-03-25T20:16:21.946Z Downloaded regex-syntax v0.8.10
4852026-03-25T20:16:21.952Z Downloaded rustix v1.1.4
4862026-03-25T20:16:21.952Z Downloaded openssl v0.10.76
4872026-03-25T20:16:22.005Z Downloaded regex-automata v0.4.14
4882026-03-25T20:16:22.063Z Downloaded libc v0.2.183
4892026-03-25T20:16:22.079Z Downloaded petgraph v0.8.3
4902026-03-25T20:16:22.144Z Downloaded recursion v0.5.4
4912026-03-25T20:16:22.150Z Downloaded ring v0.17.14
4922026-03-25T20:16:22.214Z Compiling libc v0.2.183
4932026-03-25T20:16:22.214Z Compiling proc-macro2 v1.0.106
4942026-03-25T20:16:22.216Z Compiling quote v1.0.45
4952026-03-25T20:16:22.216Z Compiling unicode-ident v1.0.24
4962026-03-25T20:16:22.216Z Compiling serde_core v1.0.228
4972026-03-25T20:16:22.216Z Compiling cfg-if v1.0.4
4982026-03-25T20:16:22.348Z Compiling memchr v2.8.0
4992026-03-25T20:16:22.351Z Compiling once_cell v1.21.4
5002026-03-25T20:16:22.419Z Compiling log v0.4.29
5012026-03-25T20:16:22.477Z Compiling pin-project-lite v0.2.17
5022026-03-25T20:16:22.579Z Compiling itoa v1.0.18
5032026-03-25T20:16:22.644Z Compiling serde v1.0.228
5042026-03-25T20:16:22.729Z Compiling futures-core v0.3.32
5052026-03-25T20:16:22.815Z Compiling bitflags v2.11.0
5062026-03-25T20:16:22.887Z Compiling smallvec v1.15.1
5072026-03-25T20:16:22.991Z Compiling equivalent v1.0.2
5082026-03-25T20:16:23.101Z Compiling find-msvc-tools v0.1.9
5092026-03-25T20:16:23.155Z Compiling shlex v1.3.0
5102026-03-25T20:16:23.251Z Compiling errno v0.3.14
5112026-03-25T20:16:23.324Z Compiling hashbrown v0.16.1
5122026-03-25T20:16:23.331Z Compiling bytes v1.11.1
5132026-03-25T20:16:23.341Z Compiling mio v1.1.1
5142026-03-25T20:16:23.452Z Compiling signal-hook-registry v1.4.8
5152026-03-25T20:16:23.542Z Compiling jobserver v0.1.34
5162026-03-25T20:16:23.604Z Compiling rustix v1.1.4
5172026-03-25T20:16:23.682Z Compiling syn v2.0.117
5182026-03-25T20:16:23.843Z Compiling cc v1.2.57
5192026-03-25T20:16:23.938Z Compiling futures-sink v0.3.32
5202026-03-25T20:16:23.984Z Compiling socket2 v0.6.3
5212026-03-25T20:16:24.040Z Compiling slab v0.4.12
5222026-03-25T20:16:24.052Z Compiling zmij v1.0.21
5232026-03-25T20:16:24.198Z Compiling futures-channel v0.3.32
5242026-03-25T20:16:24.240Z Compiling tracing-core v0.1.36
5252026-03-25T20:16:24.376Z Compiling version_check v0.9.5
5262026-03-25T20:16:24.451Z Compiling serde_json v1.0.149
5272026-03-25T20:16:24.643Z Compiling indexmap v2.13.0
5282026-03-25T20:16:24.780Z Compiling getrandom v0.4.2
5292026-03-25T20:16:24.784Z Compiling futures-task v0.3.32
5302026-03-25T20:16:24.986Z Compiling futures-io v0.3.32
5312026-03-25T20:16:25.081Z Compiling unicode-width v0.2.2
5322026-03-25T20:16:25.094Z Compiling camino v1.2.2
5332026-03-25T20:16:25.188Z Compiling ring v0.17.14
5342026-03-25T20:16:25.520Z Compiling http v1.4.0
5352026-03-25T20:16:25.553Z Compiling autocfg v1.5.0
5362026-03-25T20:16:25.553Z Compiling simd-adler32 v0.3.8
5372026-03-25T20:16:25.553Z Compiling percent-encoding v2.3.2
5382026-03-25T20:16:25.685Z Compiling zeroize v1.8.2
5392026-03-25T20:16:25.785Z Compiling adler2 v2.0.1
5402026-03-25T20:16:25.803Z Compiling num-traits v0.2.19
5412026-03-25T20:16:25.883Z Compiling miniz_oxide v0.8.9
5422026-03-25T20:16:26.052Z Compiling object v0.37.3
5432026-03-25T20:16:26.378Z Compiling getrandom v0.3.4
5442026-03-25T20:16:26.390Z Compiling target-lexicon v0.13.3
5452026-03-25T20:16:26.680Z Compiling zerocopy v0.8.47
5462026-03-25T20:16:26.785Z Compiling http-body v1.0.1
5472026-03-25T20:16:28.037Z Compiling rustls-pki-types v1.14.0
5482026-03-25T20:16:28.079Z Compiling semver v1.0.27
5492026-03-25T20:16:28.079Z Compiling getrandom v0.2.17
5502026-03-25T20:16:28.079Z Compiling typenum v1.19.0
5512026-03-25T20:16:28.079Z Compiling thiserror v2.0.18
5522026-03-25T20:16:28.079Z Compiling serde_derive v1.0.228
5532026-03-25T20:16:28.079Z Compiling tokio-macros v2.6.1
5542026-03-25T20:16:28.079Z Compiling futures-macro v0.3.32
5552026-03-25T20:16:28.079Z Compiling tracing-attributes v0.1.31
5562026-03-25T20:16:28.079Z Compiling signal-hook v0.3.18
5572026-03-25T20:16:28.118Z Compiling fnv v1.0.7
5582026-03-25T20:16:28.118Z Compiling untrusted v0.9.0
5592026-03-25T20:16:28.118Z Compiling httparse v1.10.1
5602026-03-25T20:16:28.118Z Compiling owo-colors v4.3.0
5612026-03-25T20:16:28.118Z Compiling guppy-workspace-hack v0.1.0
5622026-03-25T20:16:28.198Z Compiling tokio v1.50.0
5632026-03-25T20:16:28.210Z Compiling gimli v0.32.3
5642026-03-25T20:16:28.342Z Compiling thiserror-impl v2.0.18
5652026-03-25T20:16:28.466Z Compiling futures-util v0.3.32
5662026-03-25T20:16:28.910Z Compiling tracing v0.1.44
5672026-03-25T20:16:30.269Z Compiling addr2line v0.25.1
5682026-03-25T20:16:30.706Z Compiling form_urlencoded v1.2.2
5692026-03-25T20:16:30.793Z Compiling generic-array v0.14.7
5702026-03-25T20:16:30.973Z Compiling atomic-waker v1.1.2
5712026-03-25T20:16:30.981Z Compiling fastrand v2.3.0
5722026-03-25T20:16:31.032Z Compiling try-lock v0.2.5
5732026-03-25T20:16:31.144Z Compiling rustls v0.23.37
5742026-03-25T20:16:31.148Z Compiling typeid v1.0.3
5752026-03-25T20:16:31.161Z Compiling pkg-config v0.3.32
5762026-03-25T20:16:31.365Z Compiling thiserror v1.0.69
5772026-03-25T20:16:31.382Z Compiling utf8_iter v1.0.4
5782026-03-25T20:16:31.455Z Compiling tower-service v0.3.3
5792026-03-25T20:16:31.556Z Compiling target-spec v3.5.7
5802026-03-25T20:16:31.559Z Compiling rustc-demangle v0.1.27
5812026-03-25T20:16:31.589Z Compiling idna_adapter v1.0.0
5822026-03-25T20:16:31.634Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-03-25T20:16:31.695Z Compiling idna v1.1.0
5842026-03-25T20:16:31.872Z Compiling tempfile v3.27.0
5852026-03-25T20:16:31.905Z Compiling want v0.3.1
5862026-03-25T20:16:32.092Z Compiling tokio-util v0.7.18
5872026-03-25T20:16:32.104Z Compiling cfg-expr v0.20.7
5882026-03-25T20:16:32.711Z Compiling h2 v0.4.13
5892026-03-25T20:16:33.114Z Compiling backtrace v0.3.76
5902026-03-25T20:16:33.491Z Compiling thiserror-impl v1.0.69
5912026-03-25T20:16:33.736Z Compiling terminal_size v0.4.4
5922026-03-25T20:16:33.889Z Compiling aho-corasick v1.1.4
5932026-03-25T20:16:33.902Z Compiling erased-serde v0.4.10
5942026-03-25T20:16:34.221Z Compiling regex-syntax v0.8.10
5952026-03-25T20:16:34.381Z Compiling subtle v2.6.1
5962026-03-25T20:16:34.548Z Compiling winnow v0.7.15
5972026-03-25T20:16:34.657Z Compiling pin-utils v0.1.0
5982026-03-25T20:16:36.493Z Compiling rustls-webpki v0.103.10
5992026-03-25T20:16:38.207Z Compiling regex-automata v0.4.14
6002026-03-25T20:16:38.294Z Compiling hyper v1.8.1
6012026-03-25T20:16:39.407Z Compiling url v2.5.8
6022026-03-25T20:16:39.650Z Compiling toml_datetime v0.6.11
6032026-03-25T20:16:40.036Z Compiling serde_spanned v0.6.9
6042026-03-25T20:16:40.197Z Compiling ahash v0.8.12
6052026-03-25T20:16:40.445Z Compiling sync_wrapper v1.0.2
6062026-03-25T20:16:40.575Z Compiling base64 v0.22.1
6072026-03-25T20:16:41.068Z Compiling either v1.15.0
6082026-03-25T20:16:41.301Z Compiling toml_write v0.1.2
6092026-03-25T20:16:41.458Z Compiling portable-atomic v1.13.1
6102026-03-25T20:16:41.558Z Compiling lazy_static v1.5.0
6112026-03-25T20:16:41.631Z Compiling ipnet v2.12.0
6122026-03-25T20:16:41.667Z Compiling tower-layer v0.3.3
6132026-03-25T20:16:41.876Z Compiling parking_lot_core v0.9.12
6142026-03-25T20:16:41.896Z Compiling nextest-workspace-hack v0.1.0
6152026-03-25T20:16:41.914Z Compiling foldhash v0.1.5
6162026-03-25T20:16:42.113Z Compiling unicode-segmentation v1.13.1
6172026-03-25T20:16:42.137Z Compiling is_ci v1.2.0
6182026-03-25T20:16:42.140Z Compiling crc32fast v1.5.0
6192026-03-25T20:16:42.167Z Compiling unicode-linebreak v0.1.5
6202026-03-25T20:16:42.333Z Compiling supports-color v3.0.2
6212026-03-25T20:16:42.484Z Compiling convert_case v0.10.0
6222026-03-25T20:16:42.497Z Compiling textwrap v0.16.2
6232026-03-25T20:16:42.552Z Compiling hashbrown v0.15.5
6242026-03-25T20:16:42.654Z Compiling hyper-util v0.1.20
6252026-03-25T20:16:42.753Z Compiling tower v0.5.3
6262026-03-25T20:16:42.851Z Compiling sharded-slab v0.1.7
6272026-03-25T20:16:43.208Z Compiling toml_edit v0.22.27
6282026-03-25T20:16:43.352Z Compiling tokio-rustls v0.26.4
6292026-03-25T20:16:43.636Z Compiling backtrace-ext v0.2.1
6302026-03-25T20:16:43.900Z Compiling ordered-float v2.10.1
6312026-03-25T20:16:43.935Z Compiling miette-derive v7.6.0
6322026-03-25T20:16:44.091Z Compiling webpki-roots v1.0.6
6332026-03-25T20:16:44.175Z Compiling pathdiff v0.2.3
6342026-03-25T20:16:44.214Z Compiling console v0.15.11
6352026-03-25T20:16:44.301Z Compiling tracing-log v0.2.0
6362026-03-25T20:16:44.667Z Compiling cargo-platform v0.3.2
6372026-03-25T20:16:45.050Z Compiling os_pipe v1.2.3
6382026-03-25T20:16:45.230Z Compiling thread_local v1.1.9
6392026-03-25T20:16:45.243Z Compiling supports-unicode v3.0.0
6402026-03-25T20:16:45.331Z Compiling iri-string v0.7.11
6412026-03-25T20:16:45.419Z Compiling unicode-width v0.1.14
6422026-03-25T20:16:45.545Z Compiling winnow v1.0.0
6432026-03-25T20:16:45.596Z Compiling utf8parse v0.2.2
6442026-03-25T20:16:45.715Z Compiling ryu v1.0.23
6452026-03-25T20:16:45.728Z Compiling scopeguard v1.2.0
6462026-03-25T20:16:45.833Z Compiling cfg_aliases v0.2.1
6472026-03-25T20:16:45.929Z Compiling zstd-safe v7.2.4
6482026-03-25T20:16:46.010Z Compiling debug-ignore v1.0.5
6492026-03-25T20:16:46.126Z Compiling fixedbitset v0.5.7
6502026-03-25T20:16:46.481Z Compiling pulldown-cmark v0.13.3
6512026-03-25T20:16:46.655Z Compiling rustix v0.38.44
6522026-03-25T20:16:46.702Z Compiling supports-hyperlinks v3.2.0
6532026-03-25T20:16:46.929Z Compiling miette v7.6.0
6542026-03-25T20:16:47.014Z Compiling tower-http v0.6.8
6552026-03-25T20:16:47.109Z Compiling toml_parser v1.1.0+spec-1.1.0
6562026-03-25T20:16:47.971Z Compiling petgraph v0.8.3
6572026-03-25T20:16:47.989Z Compiling nix v0.30.1
6582026-03-25T20:16:48.368Z Compiling serde_urlencoded v0.7.1
6592026-03-25T20:16:48.415Z Compiling lock_api v0.4.14
6602026-03-25T20:16:48.654Z Compiling anstyle-parse v1.0.0
6612026-03-25T20:16:48.662Z Compiling tracing-subscriber v0.3.23
6622026-03-25T20:16:48.872Z Compiling sigchld v0.2.4
6632026-03-25T20:16:49.075Z Compiling cargo_metadata v0.23.1
6642026-03-25T20:16:49.607Z Compiling toml v0.8.23
6652026-03-25T20:16:49.916Z Compiling hyper-rustls v0.27.7
6662026-03-25T20:16:50.598Z Compiling serde-value v0.7.0
6672026-03-25T20:16:51.095Z Compiling serde-untagged v0.1.9
6682026-03-25T20:16:51.468Z Compiling derive_more-impl v2.1.1
6692026-03-25T20:16:52.296Z Compiling itertools v0.14.0
6702026-03-25T20:16:52.441Z Compiling regex v1.12.3
6712026-03-25T20:16:52.501Z Compiling crypto-common v0.1.7
6722026-03-25T20:16:52.514Z Compiling block-buffer v0.10.4
6732026-03-25T20:16:52.634Z Compiling ppv-lite86 v0.2.21
6742026-03-25T20:16:52.661Z Compiling futures-executor v0.3.32
6752026-03-25T20:16:52.729Z Compiling rand_core v0.9.5
6762026-03-25T20:16:52.956Z Compiling pin-project-internal v1.1.11
6772026-03-25T20:16:52.987Z Compiling http-body-util v0.1.3
6782026-03-25T20:16:53.198Z Compiling uuid v1.22.0
6792026-03-25T20:16:53.252Z Compiling serde_spanned v1.1.0
6802026-03-25T20:16:53.416Z Compiling smol_str v0.3.6
6812026-03-25T20:16:53.737Z Compiling toml_datetime v1.1.0+spec-1.1.0
6822026-03-25T20:16:53.757Z Compiling filetime v0.2.27
6832026-03-25T20:16:53.784Z Compiling bstr v1.12.1
6842026-03-25T20:16:53.888Z Compiling vte v0.14.1
6852026-03-25T20:16:54.007Z Compiling anstyle-query v1.1.5
6862026-03-25T20:16:54.114Z Compiling unicase v2.9.0
6872026-03-25T20:16:54.124Z Compiling color-spantrace v0.3.0
6882026-03-25T20:16:54.148Z Compiling tinyvec_macros v0.1.1
6892026-03-25T20:16:54.224Z Compiling static_assertions v1.1.0
6902026-03-25T20:16:54.308Z Compiling nested v0.1.1
6912026-03-25T20:16:54.311Z Compiling number_prefix v0.4.0
6922026-03-25T20:16:54.421Z Compiling self_update v0.42.0
6932026-03-25T20:16:54.457Z Compiling xattr v1.6.1
6942026-03-25T20:16:54.459Z Compiling unicode-xid v0.2.6
6952026-03-25T20:16:54.483Z Compiling litrs v1.0.0
6962026-03-25T20:16:54.506Z Compiling colorchoice v1.0.5
6972026-03-25T20:16:54.510Z Compiling anstyle v1.0.14
6982026-03-25T20:16:54.600Z Compiling is_terminal_polyfill v1.70.2
6992026-03-25T20:16:54.628Z Compiling eyre v0.6.12
7002026-03-25T20:16:54.639Z Compiling iana-time-zone v0.1.65
7012026-03-25T20:16:54.667Z Compiling tar v0.4.45
7022026-03-25T20:16:54.693Z Compiling anstream v1.0.0
7032026-03-25T20:16:54.777Z Compiling chrono v0.4.44
7042026-03-25T20:16:54.942Z Compiling document-features v0.2.12
7052026-03-25T20:16:55.000Z Compiling cargo-util-schemas v0.2.0
7062026-03-25T20:16:55.196Z Compiling guppy v0.17.25
7072026-03-25T20:16:55.537Z Compiling indicatif v0.17.11
7082026-03-25T20:16:56.377Z Compiling tinyvec v1.11.0
7092026-03-25T20:16:56.812Z Compiling globset v0.4.18
7102026-03-25T20:16:57.326Z Compiling strip-ansi-escapes v0.2.1
7112026-03-25T20:16:57.448Z Compiling pin-project v1.1.11
7122026-03-25T20:16:57.558Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-25T20:16:57.643Z Compiling nextest-metadata v0.12.2
7142026-03-25T20:16:57.845Z Compiling newtype-uuid v1.3.2
7152026-03-25T20:16:58.045Z Compiling reqwest v0.12.28
7162026-03-25T20:16:58.202Z Compiling rand_chacha v0.9.0
7172026-03-25T20:16:58.718Z Compiling futures v0.3.32
7182026-03-25T20:16:58.758Z Compiling digest v0.10.7
7192026-03-25T20:16:58.801Z Compiling flate2 v1.1.9
7202026-03-25T20:16:58.978Z Compiling derive_more v2.1.1
7212026-03-25T20:16:59.062Z Compiling parking_lot v0.12.5
7222026-03-25T20:16:59.344Z Compiling tracing-error v0.2.1
7232026-03-25T20:16:59.586Z Compiling shared_child v1.1.1
7242026-03-25T20:17:00.046Z Compiling signal-hook-mio v0.2.5
7252026-03-25T20:17:00.180Z Compiling self-replace v1.5.0
7262026-03-25T20:17:00.302Z Compiling cargo-platform v0.2.0
7272026-03-25T20:17:00.472Z Compiling quick-xml v0.38.4
7282026-03-25T20:17:00.769Z Compiling quick-xml v0.37.5
7292026-03-25T20:17:00.853Z Compiling recursion v0.5.4
7302026-03-25T20:17:00.996Z Compiling cpufeatures v0.2.17
7312026-03-25T20:17:01.079Z Compiling shell-words v1.1.1
7322026-03-25T20:17:01.294Z Compiling heck v0.5.0
7332026-03-25T20:17:01.501Z Compiling clap_lex v1.1.0
7342026-03-25T20:17:01.551Z Compiling humantime v2.3.0
7352026-03-25T20:17:01.865Z Compiling strsim v0.11.1
7362026-03-25T20:17:01.979Z Compiling indenter v0.3.4
7372026-03-25T20:17:02.114Z Compiling urlencoding v2.1.3
7382026-03-25T20:17:02.297Z Compiling clap_builder v4.6.0
7392026-03-25T20:17:02.703Z Compiling humantime-serde v1.1.1
7402026-03-25T20:17:02.825Z Compiling clap_derive v4.6.0
7412026-03-25T20:17:02.864Z Compiling quick-junit v0.5.2
7422026-03-25T20:17:02.917Z Compiling sha2 v0.10.9
7432026-03-25T20:17:04.145Z Compiling nextest-filtering v0.15.0
7442026-03-25T20:17:04.610Z Compiling atomicwrites v0.4.4
7452026-03-25T20:17:04.907Z Compiling cargo_metadata v0.20.0
7462026-03-25T20:17:05.999Z Compiling cargo-nextest v0.9.97
7472026-03-25T20:17:06.349Z Compiling crossterm v0.29.0
7482026-03-25T20:17:08.595Z Compiling zstd v0.13.3
7492026-03-25T20:17:08.904Z Compiling duct v0.13.7
7502026-03-25T20:17:09.001Z Compiling async-scoped v0.9.0
7512026-03-25T20:17:09.026Z Compiling rand v0.9.2
7522026-03-25T20:17:09.199Z Compiling config v0.15.22
7532026-03-25T20:17:09.390Z Compiling unicode-normalization v0.1.25
7542026-03-25T20:17:09.578Z Compiling target-spec-miette v0.4.5
7552026-03-25T20:17:09.786Z Compiling future-queue v0.4.0
7562026-03-25T20:17:09.977Z Compiling mukti-metadata v0.3.0
7572026-03-25T20:17:09.992Z Compiling camino-tempfile v1.4.1
7582026-03-25T20:17:10.062Z Compiling tokio-stream v0.1.18
7592026-03-25T20:17:10.075Z Compiling derive-where v1.6.1
7602026-03-25T20:17:10.431Z Compiling serde_ignored v0.1.14
7612026-03-25T20:17:10.472Z Compiling serde_path_to_error v0.1.20
7622026-03-25T20:17:10.593Z Compiling swrite v0.1.0
7632026-03-25T20:17:10.652Z Compiling xxhash-rust v0.8.15
7642026-03-25T20:17:10.700Z Compiling hex v0.4.3
7652026-03-25T20:17:10.832Z Compiling indent_write v2.2.0
7662026-03-25T20:17:10.832Z Compiling home v0.5.12
7672026-03-25T20:17:10.925Z Compiling color-eyre v0.6.5
7682026-03-25T20:17:10.982Z Compiling clap v4.6.0
7692026-03-25T20:17:11.014Z Compiling dialoguer v0.11.0
7702026-03-25T20:17:11.027Z Compiling enable-ansi-support v0.2.1
7712026-03-25T20:17:11.344Z Compiling nextest-runner v0.80.0
7722026-03-25T20:17:29.770Z Finished `release` profile [optimized] target(s) in 1m 11s
7732026-03-25T20:17:29.943Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-25T20:17:29.946Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-25T20:17:30.065Z+ pushd bgp
7762026-03-25T20:17:30.068Z+ pfexec cargo nextest run
7772026-03-25T20:17:30.068Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7782026-03-25T20:17:30.224Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-03-25T20:17:30.850ZFrom https://github.com/oxidecomputer/falcon
7802026-03-25T20:17:30.850Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-03-25T20:17:30.925Z Updating crates.io index
7822026-03-25T20:17:30.929Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-03-25T20:17:31.639ZFrom https://github.com/oxidecomputer/dendrite
7842026-03-25T20:17:31.639Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-03-25T20:17:31.737Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-03-25T20:17:32.013ZFrom https://github.com/oxidecomputer/ispf
7872026-03-25T20:17:32.013Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-03-25T20:17:32.020Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-03-25T20:17:32.365ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-03-25T20:17:32.365Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-03-25T20:17:32.371Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-03-25T20:17:39.502ZFrom https://github.com/oxidecomputer/omicron
7932026-03-25T20:17:39.502Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7942026-03-25T20:17:39.922Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-03-25T20:17:40.503ZFrom https://github.com/oxidecomputer/opte
7962026-03-25T20:17:40.503Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7972026-03-25T20:17:40.534Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-03-25T20:17:40.808ZFrom https://github.com/illumos/smf-rs
7992026-03-25T20:17:40.808Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-03-25T20:17:40.861Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-03-25T20:17:41.128ZFrom https://github.com/oxidecomputer/network-interface
8022026-03-25T20:17:41.128Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-03-25T20:17:41.181Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-03-25T20:17:41.452ZFrom https://github.com/oxidecomputer/zone
8052026-03-25T20:17:41.452Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-03-25T20:17:41.483Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-03-25T20:17:42.710ZFrom https://github.com/oxidecomputer/propolis
8082026-03-25T20:17:42.710Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-03-25T20:17:42.757Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-03-25T20:17:43.260ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-03-25T20:17:43.261Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-03-25T20:17:43.297Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-03-25T20:17:43.559ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-03-25T20:17:43.559Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-03-25T20:17:43.573Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-03-25T20:17:43.874ZFrom https://github.com/jmesmon/rust-libzfs
8172026-03-25T20:17:43.874Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-03-25T20:17:43.882Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-03-25T20:17:44.177ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-03-25T20:17:44.177Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-03-25T20:17:44.201Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-03-25T20:17:44.556ZFrom https://github.com/oxidecomputer/lldp
8232026-03-25T20:17:44.556Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-03-25T20:17:44.569Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-03-25T20:17:46.140ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-03-25T20:17:46.140Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-03-25T20:17:46.187Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-03-25T20:17:46.505ZFrom https://github.com/oxidecomputer/tufaceous
8292026-03-25T20:17:46.506Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-03-25T20:17:46.532Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-03-25T20:17:47.030ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-03-25T20:17:47.030Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-03-25T20:17:47.087Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-03-25T20:17:47.994ZFrom https://github.com/oxidecomputer/crucible
8352026-03-25T20:17:47.994Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-03-25T20:17:48.140Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-25T20:17:48.420ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-25T20:17:48.420Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-25T20:17:48.439Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-03-25T20:17:48.836ZFrom https://github.com/oxidecomputer/propolis
8412026-03-25T20:17:48.836Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-03-25T20:17:49.074Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-03-25T20:17:49.385ZFrom https://github.com/oxidecomputer/tofino
8442026-03-25T20:17:49.385Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-03-25T20:17:49.394Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-03-25T20:17:49.923ZFrom https://github.com/oxidecomputer/maghemite
8472026-03-25T20:17:49.923Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-03-25T20:17:49.968Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-03-25T20:17:50.292ZFrom https://github.com/oxidecomputer/clickward
8502026-03-25T20:17:50.292Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-03-25T20:17:50.329Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-03-25T20:17:50.589ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-03-25T20:17:50.589Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-03-25T20:17:50.744Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-03-25T20:17:51.056ZFrom https://github.com/oxidecomputer/crucible
8562026-03-25T20:17:51.056Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-03-25T20:17:51.924Z Downloading crates ...
8582026-03-25T20:17:52.028Z Downloaded aead v0.5.2
8592026-03-25T20:17:52.037Z Downloaded bit-set v0.8.0
8602026-03-25T20:17:52.040Z Downloaded async-stream-impl v0.3.6
8612026-03-25T20:17:52.043Z Downloaded dropshot-api-manager-types v0.5.2
8622026-03-25T20:17:52.046Z Downloaded const-random v0.1.18
8632026-03-25T20:17:52.046Z Downloaded async-stream v0.3.6
8642026-03-25T20:17:52.046Z Downloaded defmt v0.3.100
8652026-03-25T20:17:52.048Z Downloaded csv-core v0.1.13
8662026-03-25T20:17:52.048Z Downloaded base16ct v1.0.0
8672026-03-25T20:17:52.048Z Downloaded foldhash v0.2.0
8682026-03-25T20:17:52.051Z Downloaded bit-vec v0.8.0
8692026-03-25T20:17:52.051Z Downloaded base16ct v0.2.0
8702026-03-25T20:17:52.051Z Downloaded arrayref v0.3.9
8712026-03-25T20:17:52.054Z Downloaded convert_case v0.4.0
8722026-03-25T20:17:52.057Z Downloaded dof v0.4.0
8732026-03-25T20:17:52.057Z Downloaded critical-section v1.2.0
8742026-03-25T20:17:52.057Z Downloaded bcs v0.1.6
8752026-03-25T20:17:52.059Z Downloaded async-trait v0.1.89
8762026-03-25T20:17:52.062Z Downloaded dunce v1.0.5
8772026-03-25T20:17:52.062Z Downloaded argon2 v0.5.3
8782026-03-25T20:17:52.065Z Downloaded backoff v0.4.0
8792026-03-25T20:17:52.065Z Downloaded httpdate v1.0.3
8802026-03-25T20:17:52.068Z Downloaded derive-ex v0.1.8
8812026-03-25T20:17:52.071Z Downloaded defmt v1.0.1
8822026-03-25T20:17:52.074Z Downloaded data-encoding v2.10.0
8832026-03-25T20:17:52.077Z Downloaded is-terminal v0.4.17
8842026-03-25T20:17:52.077Z Downloaded hostname v0.3.1
8852026-03-25T20:17:52.080Z Downloaded defmt-parser v1.0.0
8862026-03-25T20:17:52.080Z Downloaded half v2.7.1
8872026-03-25T20:17:52.080Z Downloaded cancel-safe-futures v0.1.5
8882026-03-25T20:17:52.083Z Downloaded dtrace-parser v0.3.0
8892026-03-25T20:17:52.085Z Downloaded hubpack v0.1.2
8902026-03-25T20:17:52.090Z Downloaded allocator-api2 v0.2.21
8912026-03-25T20:17:52.093Z Downloaded inout v0.1.4
8922026-03-25T20:17:52.096Z Downloaded internet-checksum v0.2.1
8932026-03-25T20:17:52.096Z Downloaded instant v0.1.13
8942026-03-25T20:17:52.096Z Downloaded crunchy v0.2.4
8952026-03-25T20:17:52.098Z Downloaded dof v0.3.0
8962026-03-25T20:17:52.098Z Downloaded num-derive v0.4.2
8972026-03-25T20:17:52.101Z Downloaded opaque-debug v0.3.1
8982026-03-25T20:17:52.105Z Downloaded ciborium-ll v0.2.2
8992026-03-25T20:17:52.108Z Downloaded no-std-compat v0.4.1
9002026-03-25T20:17:52.112Z Downloaded drift v0.1.3
9012026-03-25T20:17:52.116Z Downloaded hostname v0.4.2
9022026-03-25T20:17:52.118Z Downloaded heck v0.4.1
9032026-03-25T20:17:52.119Z Downloaded deranged v0.5.8
9042026-03-25T20:17:52.121Z Downloaded indicatif v0.18.4
9052026-03-25T20:17:52.121Z Downloaded heapless v0.8.0
9062026-03-25T20:17:52.124Z Downloaded dyn-clone v1.0.20
9072026-03-25T20:17:52.126Z Downloaded const-random-macro v0.1.16
9082026-03-25T20:17:52.126Z Downloaded libscf-sys v1.1.0
9092026-03-25T20:17:52.126Z Downloaded async-recursion v1.1.1
9102026-03-25T20:17:52.129Z Downloaded match_cfg v0.1.0
9112026-03-25T20:17:52.129Z Downloaded idna_adapter v1.2.1
9122026-03-25T20:17:52.132Z Downloaded cstr-argument v0.1.2
9132026-03-25T20:17:52.132Z Downloaded cobs v0.3.0
9142026-03-25T20:17:52.132Z Downloaded fixedbitset v0.4.2
9152026-03-25T20:17:52.135Z Downloaded managed v0.8.0
9162026-03-25T20:17:52.135Z Downloaded dtrace-parser v0.2.0
9172026-03-25T20:17:52.135Z Downloaded foreign-types v0.5.0
9182026-03-25T20:17:52.135Z Downloaded memoffset v0.9.1
9192026-03-25T20:17:52.139Z Downloaded macaddr v1.0.1
9202026-03-25T20:17:52.139Z Downloaded ciborium-io v0.2.2
9212026-03-25T20:17:52.139Z Downloaded keccak v0.1.6
9222026-03-25T20:17:52.139Z Downloaded linked-hash-map v0.5.6
9232026-03-25T20:17:52.142Z Downloaded fxhash v0.2.1
9242026-03-25T20:17:52.142Z Downloaded crc8 v0.1.1
9252026-03-25T20:17:52.142Z Downloaded cpufeatures v0.3.0
9262026-03-25T20:17:52.142Z Downloaded num_threads v0.1.7
9272026-03-25T20:17:52.145Z Downloaded num-conv v0.2.0
9282026-03-25T20:17:52.145Z Downloaded newline-converter v0.3.0
9292026-03-25T20:17:52.145Z Downloaded ident_case v1.0.1
9302026-03-25T20:17:52.148Z Downloaded byte-wrapper v0.1.0
9312026-03-25T20:17:52.148Z Downloaded lru-cache v0.1.2
9322026-03-25T20:17:52.148Z Downloaded backon v1.6.0
9332026-03-25T20:17:52.151Z Downloaded num_enum_derive v0.7.6
9342026-03-25T20:17:52.151Z Downloaded newtype_derive v0.1.6
9352026-03-25T20:17:52.154Z Downloaded fs-err v3.3.0
9362026-03-25T20:17:52.154Z Downloaded crucible-workspace-hack v0.1.0
9372026-03-25T20:17:52.154Z Downloaded bitflags v1.3.2
9382026-03-25T20:17:52.157Z Downloaded num-iter v0.1.45
9392026-03-25T20:17:52.157Z Downloaded num-derive v0.3.3
9402026-03-25T20:17:52.159Z Downloaded mime v0.3.17
9412026-03-25T20:17:52.159Z Downloaded darling_macro v0.21.3
9422026-03-25T20:17:52.162Z Downloaded num v0.4.3
9432026-03-25T20:17:52.162Z Downloaded foreign-types-macros v0.2.3
9442026-03-25T20:17:52.162Z Downloaded hubpack_derive v0.1.1
9452026-03-25T20:17:52.162Z Downloaded enum-as-inner v0.6.1
9462026-03-25T20:17:52.165Z Downloaded olpc-cjson v0.1.4
9472026-03-25T20:17:52.165Z Downloaded embedded-io v0.6.1
9482026-03-25T20:17:52.168Z Downloaded embedded-io v0.4.0
9492026-03-25T20:17:52.168Z Downloaded darling_macro v0.23.0
9502026-03-25T20:17:52.168Z Downloaded constant_time_eq v0.4.2
9512026-03-25T20:17:52.170Z Downloaded litemap v0.8.1
9522026-03-25T20:17:52.173Z Downloaded icu_provider v2.1.1
9532026-03-25T20:17:52.176Z Downloaded cipher v0.4.4
9542026-03-25T20:17:52.176Z Downloaded libsw v3.5.0
9552026-03-25T20:17:52.176Z Downloaded plain v0.2.3
9562026-03-25T20:17:52.196Z Downloaded arrayvec v0.7.6
9572026-03-25T20:17:52.196Z Downloaded omicron-workspace-hack v0.1.0
9582026-03-25T20:17:52.196Z Downloaded git-stub v1.0.0
9592026-03-25T20:17:52.197Z Downloaded num_enum_derive v0.5.11
9602026-03-25T20:17:52.197Z Downloaded newtype-uuid-macros v0.1.0
9612026-03-25T20:17:52.197Z Downloaded parse-display v0.10.0
9622026-03-25T20:17:52.197Z Downloaded powerfmt v0.2.0
9632026-03-25T20:17:52.197Z Downloaded proc-macro-crate v1.3.1
9642026-03-25T20:17:52.197Z Downloaded potential_utf v0.1.4
9652026-03-25T20:17:52.197Z Downloaded phf_shared v0.12.1
9662026-03-25T20:17:52.197Z Downloaded proc-macro-crate v3.5.0
9672026-03-25T20:17:52.197Z Downloaded natord v1.0.9
9682026-03-25T20:17:52.197Z Downloaded pretty-hex v0.4.2
9692026-03-25T20:17:52.197Z Downloaded gethostname v0.5.0
9702026-03-25T20:17:52.197Z Downloaded progenitor-client v0.11.2
9712026-03-25T20:17:52.197Z Downloaded proc-macro-error-attr2 v2.0.0
9722026-03-25T20:17:52.197Z Downloaded proc-macro-error-attr v1.0.4
9732026-03-25T20:17:52.200Z Downloaded ingot v0.1.1
9742026-03-25T20:17:52.200Z Downloaded ciborium v0.2.2
9752026-03-25T20:17:52.200Z Downloaded multer v3.1.0
9762026-03-25T20:17:52.200Z Downloaded ingot-types v0.1.2
9772026-03-25T20:17:52.203Z Downloaded cmake v0.1.57
9782026-03-25T20:17:52.203Z Downloaded chacha20 v0.9.1
9792026-03-25T20:17:52.203Z Downloaded memmap v0.7.0
9802026-03-25T20:17:52.206Z Downloaded linear-map v1.2.0
9812026-03-25T20:17:52.206Z Downloaded progenitor-client v0.10.0
9822026-03-25T20:17:52.206Z Downloaded const_format_proc_macros v0.2.34
9832026-03-25T20:17:52.209Z Downloaded defmt-macros v1.0.1
9842026-03-25T20:17:52.212Z Downloaded num_enum v0.5.11
9852026-03-25T20:17:52.215Z Downloaded num-complex v0.4.6
9862026-03-25T20:17:52.218Z Downloaded ipnetwork v0.21.1
9872026-03-25T20:17:52.218Z Downloaded git-stub-vcs v0.1.0
9882026-03-25T20:17:52.218Z Downloaded foreign-types-shared v0.3.1
9892026-03-25T20:17:52.221Z Downloaded num-rational v0.4.2
9902026-03-25T20:17:52.221Z Downloaded ref-cast-impl v1.0.25
9912026-03-25T20:17:52.221Z Downloaded glob v0.3.3
9922026-03-25T20:17:52.224Z Downloaded parking_lot_core v0.8.6
9932026-03-25T20:17:52.224Z Downloaded icu_properties v2.1.2
9942026-03-25T20:17:52.227Z Downloaded float-ord v0.3.2
9952026-03-25T20:17:52.227Z Downloaded ingot-macros v0.1.1
9962026-03-25T20:17:52.229Z Downloaded ff v0.13.1
9972026-03-25T20:17:52.229Z Downloaded erased-serde v0.3.31
9982026-03-25T20:17:52.232Z Downloaded oxide-tokio-rt v0.1.3
9992026-03-25T20:17:52.232Z Downloaded progenitor-macro v0.13.0
10002026-03-25T20:17:52.232Z Downloaded progenitor-macro v0.11.2
10012026-03-25T20:17:52.235Z Downloaded rustc_version v0.1.7
10022026-03-25T20:17:52.235Z Downloaded group v0.13.0
10032026-03-25T20:17:52.235Z Downloaded icu_normalizer v2.1.1
10042026-03-25T20:17:52.239Z Downloaded num_enum v0.7.6
10052026-03-25T20:17:52.246Z Downloaded ref-cast v1.0.25
10062026-03-25T20:17:52.248Z Downloaded fs_extra v1.3.0
10072026-03-25T20:17:52.248Z Downloaded quick-error v1.2.3
10082026-03-25T20:17:52.248Z Downloaded libsw-core v0.3.2
10092026-03-25T20:17:52.248Z Downloaded progenitor-macro v0.10.0
10102026-03-25T20:17:52.248Z Downloaded displaydoc v0.2.5
10112026-03-25T20:17:52.251Z Downloaded scroll_derive v0.12.1
10122026-03-25T20:17:52.251Z Downloaded daft-derive v0.1.5
10132026-03-25T20:17:52.254Z Downloaded colored v3.1.1
10142026-03-25T20:17:52.257Z Downloaded semver v0.1.20
10152026-03-25T20:17:52.257Z Downloaded proc-macro-error2 v2.0.1
10162026-03-25T20:17:52.260Z Downloaded pem v3.0.6
10172026-03-25T20:17:52.260Z Downloaded paste v1.0.15
10182026-03-25T20:17:52.263Z Downloaded poly1305 v0.8.0
10192026-03-25T20:17:52.265Z Downloaded serde_repr v0.1.20
10202026-03-25T20:17:52.265Z Downloaded scroll_derive v0.13.1
10212026-03-25T20:17:52.268Z Downloaded serde_plain v1.0.2
10222026-03-25T20:17:52.268Z Downloaded same-file v1.0.6
10232026-03-25T20:17:52.268Z Downloaded serial_test v3.4.0
10242026-03-25T20:17:52.271Z Downloaded cargo_toml v0.22.3
10252026-03-25T20:17:52.271Z Downloaded memmap2 v0.9.10
10262026-03-25T20:17:52.273Z Downloaded cookie v0.18.1
10272026-03-25T20:17:52.274Z Downloaded crossbeam-deque v0.8.6
10282026-03-25T20:17:52.276Z Downloaded serial_test_derive v3.4.0
10292026-03-25T20:17:52.277Z Downloaded byteorder v1.5.0
10302026-03-25T20:17:52.279Z Downloaded sigpipe v0.1.3
10312026-03-25T20:17:52.279Z Downloaded derive_more v0.99.20
10322026-03-25T20:17:52.282Z Downloaded slog-bunyan v2.5.0
10332026-03-25T20:17:52.282Z Downloaded serde-big-array v0.5.1
10342026-03-25T20:17:52.285Z Downloaded progenitor-client v0.13.0
10352026-03-25T20:17:52.285Z Downloaded siphasher v1.0.2
10362026-03-25T20:17:52.288Z Downloaded rand_core v0.10.0
10372026-03-25T20:17:52.288Z Downloaded progenitor v0.13.0
10382026-03-25T20:17:52.288Z Downloaded progenitor v0.10.0
10392026-03-25T20:17:52.291Z Downloaded slog-envlogger v2.2.0
10402026-03-25T20:17:52.291Z Downloaded spin v0.5.2
10412026-03-25T20:17:52.293Z Downloaded strum v0.27.2
10422026-03-25T20:17:52.293Z Downloaded anyhow v1.0.102
10432026-03-25T20:17:52.297Z Downloaded stable_deref_trait v1.2.1
10442026-03-25T20:17:52.297Z Downloaded smawk v0.3.2
10452026-03-25T20:17:52.301Z Downloaded oxnet v0.1.4
10462026-03-25T20:17:52.301Z Downloaded strum v0.26.3
10472026-03-25T20:17:52.301Z Downloaded rand_chacha v0.3.1
10482026-03-25T20:17:52.301Z Downloaded omicron-zone-package v0.12.2
10492026-03-25T20:17:52.305Z Downloaded rustls-native-certs v0.8.3
10502026-03-25T20:17:52.305Z Downloaded jiff-static v0.2.23
10512026-03-25T20:17:52.308Z Downloaded crossbeam-utils v0.8.21
10522026-03-25T20:17:52.308Z Downloaded chacha20poly1305 v0.10.1
10532026-03-25T20:17:52.308Z Downloaded secrecy v0.10.3
10542026-03-25T20:17:52.311Z Downloaded structmeta v0.3.0
10552026-03-25T20:17:52.311Z Downloaded rustversion v1.0.22
10562026-03-25T20:17:52.311Z Downloaded structmeta-derive v0.3.0
10572026-03-25T20:17:52.314Z Downloaded tabled_derive v0.7.0
10582026-03-25T20:17:52.314Z Downloaded dropshot_endpoint v0.16.7
10592026-03-25T20:17:52.317Z Downloaded papergrid v0.11.0
10602026-03-25T20:17:52.320Z Downloaded testing_table v0.3.0
10612026-03-25T20:17:52.320Z Downloaded take_mut v0.2.2
10622026-03-25T20:17:52.320Z Downloaded sdd v3.0.10
10632026-03-25T20:17:52.323Z Downloaded parse-display-derive v0.10.0
10642026-03-25T20:17:52.323Z Downloaded parking_lot v0.11.2
10652026-03-25T20:17:52.326Z Downloaded pest_generator v2.8.6
10662026-03-25T20:17:52.326Z Downloaded termtree v0.5.1
10672026-03-25T20:17:52.326Z Downloaded serde_tokenstream v0.2.3
10682026-03-25T20:17:52.329Z Downloaded postcard v1.1.3
10692026-03-25T20:17:52.329Z Downloaded tagptr v0.2.0
10702026-03-25T20:17:52.332Z Downloaded pest_derive v2.8.6
10712026-03-25T20:17:52.332Z Downloaded rusty-fork v0.3.1
10722026-03-25T20:17:52.338Z Downloaded progenitor v0.11.2
10732026-03-25T20:17:52.338Z Downloaded scroll v0.13.0
10742026-03-25T20:17:52.338Z Downloaded thread-id v4.2.2
10752026-03-25T20:17:52.343Z Downloaded tabwriter v1.4.1
10762026-03-25T20:17:52.343Z Downloaded time-core v0.1.8
10772026-03-25T20:17:52.343Z Downloaded darling v0.21.3
10782026-03-25T20:17:52.343Z Downloaded thread-id v5.1.0
10792026-03-25T20:17:52.346Z Downloaded thiserror-impl-no-std v2.0.2
10802026-03-25T20:17:52.346Z Downloaded scroll v0.12.0
10812026-03-25T20:17:52.346Z Downloaded serde_derive_internals v0.29.1
10822026-03-25T20:17:52.346Z Downloaded schemars_derive v0.8.22
10832026-03-25T20:17:52.349Z Downloaded sha1 v0.10.6
10842026-03-25T20:17:52.349Z Downloaded darling_core v0.21.3
10852026-03-25T20:17:52.353Z Downloaded slog-term v2.9.2
10862026-03-25T20:17:52.353Z Downloaded base64 v0.21.7
10872026-03-25T20:17:52.358Z Downloaded topological-sort v0.2.2
10882026-03-25T20:17:52.358Z Downloaded slog-scope v4.4.1
10892026-03-25T20:17:52.358Z Downloaded slog-async v2.8.0
10902026-03-25T20:17:52.360Z Downloaded resolv-conf v0.7.6
10912026-03-25T20:17:52.360Z Downloaded unit-prefix v0.5.2
10922026-03-25T20:17:52.360Z Downloaded slog-stdlog v4.1.1
10932026-03-25T20:17:52.360Z Downloaded universal-hash v0.5.1
10942026-03-25T20:17:52.360Z Downloaded strum_macros v0.26.4
10952026-03-25T20:17:52.363Z Downloaded synstructure v0.13.2
10962026-03-25T20:17:52.363Z Downloaded slog-json v2.6.1
10972026-03-25T20:17:52.366Z Downloaded rhai_codegen v3.1.0
10982026-03-25T20:17:52.369Z Downloaded rustls-pemfile v2.2.0
10992026-03-25T20:17:52.371Z Downloaded smf v0.2.3
11002026-03-25T20:17:52.371Z Downloaded slog-dtrace v0.3.0
11012026-03-25T20:17:52.374Z Downloaded strum_macros v0.27.2
11022026-03-25T20:17:52.374Z Downloaded typify-macro v0.6.1
11032026-03-25T20:17:52.374Z Downloaded typify-macro v0.4.3
11042026-03-25T20:17:52.377Z Downloaded snafu-derive v0.8.9
11052026-03-25T20:17:52.377Z Downloaded icu_collections v2.1.1
11062026-03-25T20:17:52.380Z Downloaded wait-timeout v0.2.1
11072026-03-25T20:17:52.382Z Downloaded waitgroup v0.1.2
11082026-03-25T20:17:52.382Z Downloaded utf-8 v0.7.6
11092026-03-25T20:17:52.382Z Downloaded usdt-macro v0.6.0
11102026-03-25T20:17:52.386Z Downloaded indexmap v1.9.3
11112026-03-25T20:17:52.386Z Downloaded usdt-macro v0.5.0
11122026-03-25T20:17:52.386Z Downloaded untrusted v0.7.1
11132026-03-25T20:17:52.388Z Downloaded usdt v0.6.0
11142026-03-25T20:17:52.388Z Downloaded rand_xorshift v0.4.0
11152026-03-25T20:17:52.388Z Downloaded progenitor-impl v0.13.0
11162026-03-25T20:17:52.391Z Downloaded usdt-attr-macro v0.5.0
11172026-03-25T20:17:52.391Z Downloaded papergrid v0.17.0
11182026-03-25T20:17:52.394Z Downloaded usdt-attr-macro v0.6.0
11192026-03-25T20:17:52.394Z Downloaded diff v0.1.13
11202026-03-25T20:17:52.397Z Downloaded chacha20 v0.10.0
11212026-03-25T20:17:52.397Z Downloaded darling v0.23.0
11222026-03-25T20:17:52.399Z Downloaded zerofrom-derive v0.1.6
11232026-03-25T20:17:52.402Z Downloaded icu_normalizer_data v2.1.1
11242026-03-25T20:17:52.402Z Downloaded tabled_derive v0.11.0
11252026-03-25T20:17:52.402Z Downloaded zerofrom v0.1.6
11262026-03-25T20:17:52.405Z Downloaded yoke-derive v0.8.1
11272026-03-25T20:17:52.405Z Downloaded icu_locale_core v2.1.1
11282026-03-25T20:17:52.408Z Downloaded zone v0.3.1
11292026-03-25T20:17:52.408Z Downloaded tinystr v0.8.2
11302026-03-25T20:17:52.410Z Downloaded tiny-keccak v2.0.2
11312026-03-25T20:17:52.410Z Downloaded time-macros v0.2.27
11322026-03-25T20:17:52.413Z Downloaded thiserror-no-std v2.0.2
11332026-03-25T20:17:52.416Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-03-25T20:17:52.416Z Downloaded hickory-resolver v0.25.2
11352026-03-25T20:17:52.420Z Downloaded zeroize_derive v1.4.3
11362026-03-25T20:17:52.420Z Downloaded zone_cfg_derive v0.3.1
11372026-03-25T20:17:52.420Z Downloaded serde_with_macros v3.18.0
11382026-03-25T20:17:52.423Z Downloaded crossbeam-epoch v0.9.18
11392026-03-25T20:17:52.423Z Downloaded console v0.16.3
11402026-03-25T20:17:52.427Z Downloaded smartstring v1.0.1
11412026-03-25T20:17:52.427Z Downloaded tokio-rustls v0.25.0
11422026-03-25T20:17:52.430Z Downloaded tokio-tungstenite v0.21.0
11432026-03-25T20:17:52.430Z Downloaded tokio-dtrace v0.1.1
11442026-03-25T20:17:52.430Z Downloaded unarray v0.1.4
11452026-03-25T20:17:52.430Z Downloaded rustls-platform-verifier v0.6.2
11462026-03-25T20:17:52.432Z Downloaded progenitor-extras v0.1.1
11472026-03-25T20:17:52.432Z Downloaded usdt v0.5.0
11482026-03-25T20:17:52.435Z Downloaded progenitor-impl v0.11.2
11492026-03-25T20:17:52.435Z Downloaded phf v0.12.1
11502026-03-25T20:17:52.438Z Downloaded hmac v0.12.1
11512026-03-25T20:17:52.438Z Downloaded proc-macro-error v1.0.4
11522026-03-25T20:17:52.441Z Downloaded password-hash v0.5.0
11532026-03-25T20:17:52.441Z Downloaded highway v1.3.0
11542026-03-25T20:17:52.441Z Downloaded thin-vec v0.2.14
11552026-03-25T20:17:52.443Z Downloaded progenitor-impl v0.10.0
11562026-03-25T20:17:52.443Z Downloaded usdt-impl v0.6.0
11572026-03-25T20:17:52.447Z Downloaded hash32 v0.3.1
11582026-03-25T20:17:52.447Z Downloaded daft v0.1.5
11592026-03-25T20:17:52.447Z Downloaded blake2 v0.10.6
11602026-03-25T20:17:52.451Z Downloaded hickory-resolver v0.24.4
11612026-03-25T20:17:52.451Z Downloaded zerovec-derive v0.11.2
11622026-03-25T20:17:52.453Z Downloaded usdt-impl v0.5.0
11632026-03-25T20:17:52.453Z Downloaded crypto-bigint v0.5.5
11642026-03-25T20:17:52.456Z Downloaded similar v2.7.0
11652026-03-25T20:17:52.459Z Downloaded num-integer v0.1.46
11662026-03-25T20:17:52.462Z Downloaded bytecount v0.6.9
11672026-03-25T20:17:52.462Z Downloaded prettyplease v0.2.37
11682026-03-25T20:17:52.465Z Downloaded pretty_assertions v1.4.1
11692026-03-25T20:17:52.465Z Downloaded spin v0.9.8
11702026-03-25T20:17:52.468Z Downloaded slog v2.8.2
11712026-03-25T20:17:52.468Z Downloaded xz2 v0.1.7
11722026-03-25T20:17:52.471Z Downloaded arc-swap v1.9.0
11732026-03-25T20:17:52.473Z Downloaded whoami v1.6.1
11742026-03-25T20:17:52.473Z Downloaded icu_properties_data v2.1.2
11752026-03-25T20:17:52.478Z Downloaded writeable v0.6.2
11762026-03-25T20:17:52.480Z Downloaded serde_yaml v0.9.34+deprecated
11772026-03-25T20:17:52.483Z Downloaded walkdir v2.5.0
11782026-03-25T20:17:52.483Z Downloaded schemars v0.9.0
11792026-03-25T20:17:52.489Z Downloaded yoke v0.8.1
11802026-03-25T20:17:52.493Z Downloaded qorb v0.4.1
11812026-03-25T20:17:52.495Z Downloaded toml v0.9.12+spec-1.1.0
11822026-03-25T20:17:52.495Z Downloaded test-strategy v0.4.5
11832026-03-25T20:17:52.498Z Downloaded rayon-core v1.13.0
11842026-03-25T20:17:52.501Z Downloaded hashbrown v0.12.3
11852026-03-25T20:17:52.503Z Downloaded minimal-lexical v0.2.1
11862026-03-25T20:17:52.506Z Downloaded ucd-trie v0.1.7
11872026-03-25T20:17:52.506Z Downloaded pest_meta v2.8.6
11882026-03-25T20:17:52.509Z Downloaded vsss-rs v3.3.4
11892026-03-25T20:17:52.509Z Downloaded typify v0.6.1
11902026-03-25T20:17:52.512Z Downloaded zerocopy-derive v0.7.35
11912026-03-25T20:17:52.516Z Downloaded unsafe-libyaml v0.2.11
11922026-03-25T20:17:52.519Z Downloaded darling_core v0.23.0
11932026-03-25T20:17:52.519Z Downloaded expectorate v1.2.0
11942026-03-25T20:17:52.521Z Downloaded elliptic-curve v0.13.8
11952026-03-25T20:17:52.524Z Downloaded tungstenite v0.21.0
11962026-03-25T20:17:52.524Z Downloaded nom v7.1.3
11972026-03-25T20:17:52.527Z Downloaded typify v0.4.3
11982026-03-25T20:17:52.529Z Downloaded toml v0.7.8
11992026-03-25T20:17:52.532Z Downloaded dropshot-api-manager v0.5.2
12002026-03-25T20:17:52.537Z Downloaded term v1.2.1
12012026-03-25T20:17:52.539Z Downloaded snafu v0.8.9
12022026-03-25T20:17:52.539Z Downloaded zerotrie v0.2.3
12032026-03-25T20:17:52.542Z Downloaded yansi v1.0.1
12042026-03-25T20:17:52.545Z Downloaded toml_edit v0.25.8+spec-1.1.0
12052026-03-25T20:17:52.548Z Downloaded pest v2.8.6
12062026-03-25T20:17:52.552Z Downloaded toml_edit v0.19.15
12072026-03-25T20:17:52.559Z Downloaded nom v8.0.0
12082026-03-25T20:17:52.562Z Downloaded rand v0.10.0
12092026-03-25T20:17:52.565Z Downloaded libm v0.2.16
12102026-03-25T20:17:52.570Z Downloaded typed-path v0.9.3
12112026-03-25T20:17:52.574Z Downloaded schemars v1.2.1
12122026-03-25T20:17:52.583Z Downloaded scc v2.4.0
12132026-03-25T20:17:52.586Z Downloaded hkdf v0.12.4
12142026-03-25T20:17:52.589Z Downloaded steno v0.4.1
12152026-03-25T20:17:52.591Z Downloaded iddqd v0.3.17
12162026-03-25T20:17:52.594Z Downloaded reqwest v0.13.2
12172026-03-25T20:17:52.597Z Downloaded itertools v0.12.1
12182026-03-25T20:17:52.601Z Downloaded schemars v0.8.22
12192026-03-25T20:17:52.608Z Downloaded rand v0.8.5
12202026-03-25T20:17:52.611Z Downloaded goblin v0.8.2
12212026-03-25T20:17:52.614Z Downloaded const_format v0.2.35
12222026-03-25T20:17:52.618Z Downloaded crossbeam-channel v0.5.15
12232026-03-25T20:17:52.627Z Downloaded zerocopy-derive v0.8.47
12242026-03-25T20:17:52.641Z Downloaded proptest v1.11.0
12252026-03-25T20:17:52.653Z Downloaded zerovec v0.11.5
12262026-03-25T20:17:52.666Z Downloaded tabled v0.20.0
12272026-03-25T20:17:52.675Z Downloaded goblin v0.10.5
12282026-03-25T20:17:52.682Z Downloaded moka v0.12.15
12292026-03-25T20:17:52.687Z Downloaded aws-lc-rs v1.16.2
12302026-03-25T20:17:52.695Z Downloaded rustls v0.22.4
12312026-03-25T20:17:52.701Z Downloaded nix v0.31.2
12322026-03-25T20:17:52.708Z Downloaded hickory-proto v0.24.4
12332026-03-25T20:17:52.716Z Downloaded tough v0.20.0
12342026-03-25T20:17:52.720Z Downloaded openapiv3 v2.2.0
12352026-03-25T20:17:52.726Z Downloaded zerocopy v0.7.35
12362026-03-25T20:17:52.735Z Downloaded serde_with v3.18.0
12372026-03-25T20:17:52.741Z Downloaded rustls-webpki v0.102.8
12382026-03-25T20:17:52.751Z Downloaded blake3 v1.8.3
12392026-03-25T20:17:52.755Z Downloaded winnow v0.5.40
12402026-03-25T20:17:52.760Z Downloaded hickory-proto v0.25.2
12412026-03-25T20:17:52.768Z Downloaded rayon v1.11.0
12422026-03-25T20:17:52.788Z Downloaded tabled v0.15.0
12432026-03-25T20:17:52.796Z Downloaded syn v1.0.109
12442026-03-25T20:17:52.801Z Downloaded time v0.3.47
12452026-03-25T20:17:52.817Z Downloaded lzma-sys v0.1.20
12462026-03-25T20:17:52.834Z Downloaded jiff v0.2.23
12472026-03-25T20:17:52.846Z Downloaded sha3 v0.10.8
12482026-03-25T20:17:52.850Z Downloaded dropshot v0.16.7
12492026-03-25T20:17:52.862Z Downloaded smoltcp v0.11.0
12502026-03-25T20:17:52.869Z Downloaded rhai v1.24.0
12512026-03-25T20:17:52.887Z Downloaded regress v0.10.5
12522026-03-25T20:17:52.925Z Downloaded typify-impl v0.6.1
12532026-03-25T20:17:52.939Z Downloaded typify-impl v0.4.3
12542026-03-25T20:17:52.948Z Downloaded sled v0.34.7
12552026-03-25T20:17:53.013Z Downloaded petgraph v0.6.5
12562026-03-25T20:17:53.041Z Downloaded csv v1.4.0
12572026-03-25T20:17:53.053Z Downloaded chrono-tz v0.10.4
12582026-03-25T20:17:53.118Z Downloaded encoding_rs v0.8.35
12592026-03-25T20:17:53.690Z Downloaded aws-lc-sys v0.39.0
12602026-03-25T20:17:54.573Z Compiling proc-macro2 v1.0.106
12612026-03-25T20:17:54.573Z Compiling quote v1.0.45
12622026-03-25T20:17:54.574Z Compiling unicode-ident v1.0.24
12632026-03-25T20:17:54.574Z Compiling serde_core v1.0.228
12642026-03-25T20:17:54.574Z Compiling cfg-if v1.0.4
12652026-03-25T20:17:54.574Z Compiling serde v1.0.228
12662026-03-25T20:17:54.577Z Compiling libc v0.2.183
12672026-03-25T20:17:54.577Z Compiling memchr v2.8.0
12682026-03-25T20:17:54.791Z Compiling itoa v1.0.18
12692026-03-25T20:17:54.951Z Compiling zmij v1.0.21
12702026-03-25T20:17:54.977Z Compiling autocfg v1.5.0
12712026-03-25T20:17:55.007Z Compiling version_check v0.9.5
12722026-03-25T20:17:55.276Z Compiling libm v0.2.16
12732026-03-25T20:17:55.325Z Compiling stable_deref_trait v1.2.1
12742026-03-25T20:17:55.384Z Compiling pin-project-lite v0.2.17
12752026-03-25T20:17:55.395Z Compiling writeable v0.6.2
12762026-03-25T20:17:55.476Z Compiling litemap v0.8.1
12772026-03-25T20:17:55.480Z Compiling icu_normalizer_data v2.1.1
12782026-03-25T20:17:55.532Z Compiling icu_properties_data v2.1.2
12792026-03-25T20:17:55.586Z Compiling percent-encoding v2.3.2
12802026-03-25T20:17:55.595Z Compiling iana-time-zone v0.1.65
12812026-03-25T20:17:55.776Z Compiling equivalent v1.0.2
12822026-03-25T20:17:55.785Z Compiling scopeguard v1.2.0
12832026-03-25T20:17:55.812Z Compiling parking_lot_core v0.9.12
12842026-03-25T20:17:55.855Z Compiling syn v2.0.117
12852026-03-25T20:17:55.884Z Compiling lock_api v0.4.14
12862026-03-25T20:17:55.896Z Compiling foldhash v0.2.0
12872026-03-25T20:17:55.947Z Compiling allocator-api2 v0.2.21
12882026-03-25T20:17:56.009Z Compiling form_urlencoded v1.2.2
12892026-03-25T20:17:56.076Z Compiling utf8_iter v1.0.4
12902026-03-25T20:17:56.106Z Compiling serde_json v1.0.149
12912026-03-25T20:17:56.125Z Compiling dyn-clone v1.0.20
12922026-03-25T20:17:56.185Z Compiling num-traits v0.2.19
12932026-03-25T20:17:56.217Z Compiling hashbrown v0.16.1
12942026-03-25T20:17:56.265Z Compiling log v0.4.29
12952026-03-25T20:17:56.284Z Compiling jobserver v0.1.34
12962026-03-25T20:17:56.393Z Compiling find-msvc-tools v0.1.9
12972026-03-25T20:17:56.502Z Compiling shlex v1.3.0
12982026-03-25T20:17:56.634Z Compiling cc v1.2.57
12992026-03-25T20:17:56.654Z Compiling zerocopy v0.8.47
13002026-03-25T20:17:56.683Z Compiling futures-core v0.3.32
13012026-03-25T20:17:56.837Z Compiling semver v1.0.27
13022026-03-25T20:17:56.900Z Compiling errno v0.3.14
13032026-03-25T20:17:56.921Z Compiling thiserror v2.0.18
13042026-03-25T20:17:57.054Z Compiling getrandom v0.4.2
13052026-03-25T20:17:57.086Z Compiling rand_core v0.10.0
13062026-03-25T20:17:57.198Z Compiling indexmap v2.13.0
13072026-03-25T20:17:57.279Z Compiling heck v0.5.0
13082026-03-25T20:17:57.479Z Compiling futures-sink v0.3.32
13092026-03-25T20:17:57.516Z Compiling slab v0.4.12
13102026-03-25T20:17:57.536Z Compiling fnv v1.0.7
13112026-03-25T20:17:57.576Z Compiling futures-channel v0.3.32
13122026-03-25T20:17:57.631Z Compiling uuid v1.22.0
13132026-03-25T20:17:57.699Z Compiling futures-io v0.3.32
13142026-03-25T20:17:57.814Z Compiling futures-task v0.3.32
13152026-03-25T20:17:57.850Z Compiling portable-atomic v1.13.1
13162026-03-25T20:17:57.861Z Compiling rustversion v1.0.22
13172026-03-25T20:17:57.937Z Compiling schemars v0.8.22
13182026-03-25T20:17:57.989Z Compiling typenum v1.19.0
13192026-03-25T20:17:58.061Z Compiling socket2 v0.6.3
13202026-03-25T20:17:58.072Z Compiling getrandom v0.2.17
13212026-03-25T20:17:58.193Z Compiling critical-section v1.2.0
13222026-03-25T20:17:58.257Z Compiling signal-hook-registry v1.4.8
13232026-03-25T20:17:58.299Z Compiling mio v1.1.1
13242026-03-25T20:17:58.454Z Compiling bitflags v2.11.0
13252026-03-25T20:17:58.529Z Compiling subtle v2.6.1
13262026-03-25T20:17:58.566Z Compiling base64 v0.22.1
13272026-03-25T20:17:58.702Z Compiling byteorder v1.5.0
13282026-03-25T20:17:58.702Z Compiling untrusted v0.9.0
13292026-03-25T20:17:58.824Z Compiling synstructure v0.13.2
13302026-03-25T20:17:58.833Z Compiling serde_derive_internals v0.29.1
13312026-03-25T20:17:58.852Z Compiling once_cell v1.21.4
13322026-03-25T20:17:58.878Z Compiling rand_core v0.6.4
13332026-03-25T20:17:58.911Z Compiling cmake v0.1.57
13342026-03-25T20:17:58.934Z Compiling dunce v1.0.5
13352026-03-25T20:17:58.954Z Compiling fs_extra v1.3.0
13362026-03-25T20:17:59.027Z Compiling rustix v1.1.4
13372026-03-25T20:17:59.053Z Compiling atomic-waker v1.1.2
13382026-03-25T20:17:59.099Z Compiling regex-syntax v0.8.10
13392026-03-25T20:17:59.176Z Compiling ipnet v2.12.0
13402026-03-25T20:17:59.205Z Compiling httparse v1.10.1
13412026-03-25T20:17:59.244Z Compiling aws-lc-sys v0.39.0
13422026-03-25T20:17:59.327Z Compiling strsim v0.11.1
13432026-03-25T20:17:59.574Z Compiling slog v2.8.2
13442026-03-25T20:17:59.587Z Compiling generic-array v0.14.7
13452026-03-25T20:17:59.598Z Compiling tower-layer v0.3.3
13462026-03-25T20:17:59.709Z Compiling ucd-trie v0.1.7
13472026-03-25T20:17:59.720Z Compiling getrandom v0.3.4
13482026-03-25T20:17:59.753Z Compiling tower-service v0.3.3
13492026-03-25T20:17:59.791Z Compiling thiserror v1.0.69
13502026-03-25T20:17:59.842Z Compiling pest v2.8.6
13512026-03-25T20:18:00.003Z Compiling serde_derive v1.0.228
13522026-03-25T20:18:00.014Z Compiling zerofrom-derive v0.1.6
13532026-03-25T20:18:00.035Z Compiling yoke-derive v0.8.1
13542026-03-25T20:18:00.071Z Compiling zerovec-derive v0.11.2
13552026-03-25T20:18:00.091Z Compiling displaydoc v0.2.5
13562026-03-25T20:18:00.173Z Compiling tokio-macros v2.6.1
13572026-03-25T20:18:00.835Z Compiling schemars_derive v0.8.22
13582026-03-25T20:18:00.945Z Compiling zerocopy-derive v0.8.47
13592026-03-25T20:18:01.069Z Compiling thiserror-impl v2.0.18
13602026-03-25T20:18:01.115Z Compiling zeroize_derive v1.4.3
13612026-03-25T20:18:01.149Z Compiling futures-macro v0.3.32
13622026-03-25T20:18:01.216Z Compiling zerofrom v0.1.6
13632026-03-25T20:18:01.382Z Compiling yoke v0.8.1
13642026-03-25T20:18:01.568Z Compiling zerovec v0.11.5
13652026-03-25T20:18:01.746Z Compiling zerotrie v0.2.3
13662026-03-25T20:18:01.862Z Compiling zeroize v1.8.2
13672026-03-25T20:18:02.044Z Compiling tinystr v0.8.2
13682026-03-25T20:18:02.058Z Compiling potential_utf v0.1.4
13692026-03-25T20:18:02.069Z Compiling futures-util v0.3.32
13702026-03-25T20:18:02.220Z Compiling icu_locale_core v2.1.1
13712026-03-25T20:18:02.242Z Compiling icu_collections v2.1.1
13722026-03-25T20:18:02.306Z Compiling thiserror-impl v1.0.69
13732026-03-25T20:18:02.472Z Compiling try-lock v0.2.5
13742026-03-25T20:18:02.578Z Compiling want v0.3.1
13752026-03-25T20:18:02.761Z Compiling pest_meta v2.8.6
13762026-03-25T20:18:03.159Z Compiling icu_provider v2.1.1
13772026-03-25T20:18:03.230Z Compiling bytes v1.11.1
13782026-03-25T20:18:03.275Z Compiling smallvec v1.15.1
13792026-03-25T20:18:03.456Z Compiling icu_properties v2.1.2
13802026-03-25T20:18:03.467Z Compiling icu_normalizer v2.1.1
13812026-03-25T20:18:03.500Z Compiling chrono v0.4.44
13822026-03-25T20:18:04.047Z Compiling parking_lot v0.12.5
13832026-03-25T20:18:04.050Z Compiling http v1.4.0
13842026-03-25T20:18:04.166Z Compiling serde_tokenstream v0.2.3
13852026-03-25T20:18:04.336Z Compiling idna_adapter v1.2.1
13862026-03-25T20:18:04.443Z Compiling idna v1.1.0
13872026-03-25T20:18:04.459Z Compiling tokio v1.50.0
13882026-03-25T20:18:04.482Z Compiling erased-serde v0.3.31
13892026-03-25T20:18:04.691Z Compiling http-body v1.0.1
13902026-03-25T20:18:04.840Z Compiling url v2.5.8
13912026-03-25T20:18:04.989Z Compiling pin-utils v0.1.0
13922026-03-25T20:18:05.018Z Compiling ryu v1.0.23
13932026-03-25T20:18:05.058Z Compiling httpdate v1.0.3
13942026-03-25T20:18:05.198Z Compiling ppv-lite86 v0.2.21
13952026-03-25T20:18:05.198Z Compiling pest_generator v2.8.6
13962026-03-25T20:18:05.288Z Compiling pretty-hex v0.4.2
13972026-03-25T20:18:05.364Z Compiling plain v0.2.3
13982026-03-25T20:18:05.416Z Compiling paste v1.0.15
13992026-03-25T20:18:05.472Z Compiling crypto-common v0.1.7
14002026-03-25T20:18:05.511Z Compiling ident_case v1.0.1
14012026-03-25T20:18:05.600Z Compiling omicron-workspace-hack v0.1.0
14022026-03-25T20:18:05.630Z Compiling tracing-attributes v0.1.31
14032026-03-25T20:18:05.712Z Compiling tracing-core v0.1.36
14042026-03-25T20:18:05.813Z Compiling pest_derive v2.8.6
14052026-03-25T20:18:05.894Z Compiling serde_urlencoded v0.7.1
14062026-03-25T20:18:06.132Z Compiling http-body-util v0.1.3
14072026-03-25T20:18:06.216Z Compiling ipnetwork v0.21.1
14082026-03-25T20:18:06.359Z Compiling daft-derive v0.1.5
14092026-03-25T20:18:06.370Z Compiling sync_wrapper v1.0.2
14102026-03-25T20:18:06.409Z Compiling fastrand v2.3.0
14112026-03-25T20:18:06.674Z Compiling aho-corasick v1.1.4
14122026-03-25T20:18:06.674Z Compiling winnow v1.0.0
14132026-03-25T20:18:06.694Z Compiling rustls-pki-types v1.14.0
14142026-03-25T20:18:06.866Z Compiling async-trait v0.1.89
14152026-03-25T20:18:06.894Z Compiling tracing v0.1.44
14162026-03-25T20:18:07.092Z Compiling scroll_derive v0.13.1
14172026-03-25T20:18:07.133Z Compiling ring v0.17.14
14182026-03-25T20:18:07.396Z Compiling cpufeatures v0.2.17
14192026-03-25T20:18:07.464Z Compiling regex-automata v0.4.14
14202026-03-25T20:18:07.635Z Compiling anyhow v1.0.102
14212026-03-25T20:18:07.763Z Compiling num-conv v0.2.0
14222026-03-25T20:18:07.839Z Compiling time-core v0.1.8
14232026-03-25T20:18:07.890Z Compiling iri-string v0.7.11
14242026-03-25T20:18:07.908Z Compiling powerfmt v0.2.0
14252026-03-25T20:18:07.979Z Compiling time-macros v0.2.27
14262026-03-25T20:18:08.072Z Compiling deranged v0.5.8
14272026-03-25T20:18:08.117Z Compiling scroll v0.13.0
14282026-03-25T20:18:08.536Z Compiling block-buffer v0.10.4
14292026-03-25T20:18:08.680Z Compiling num_threads v0.1.7
14302026-03-25T20:18:08.772Z Compiling hex v0.4.3
14312026-03-25T20:18:08.932Z Compiling digest v0.10.7
14322026-03-25T20:18:09.031Z Compiling goblin v0.10.5
14332026-03-25T20:18:09.136Z Compiling regex v1.12.3
14342026-03-25T20:18:09.593Z Compiling tokio-util v0.7.18
14352026-03-25T20:18:09.605Z Compiling oxnet v0.1.4
14362026-03-25T20:18:09.966Z Compiling camino v1.2.2
14372026-03-25T20:18:10.320Z Compiling openssl-probe v0.2.1
14382026-03-25T20:18:10.331Z Compiling usdt-impl v0.6.0
14392026-03-25T20:18:10.581Z Compiling dtrace-parser v0.3.0
14402026-03-25T20:18:10.904Z Compiling futures-executor v0.3.32
14412026-03-25T20:18:11.064Z Compiling crossbeam-utils v0.8.21
14422026-03-25T20:18:11.405Z Compiling h2 v0.4.13
14432026-03-25T20:18:11.416Z Compiling structmeta-derive v0.3.0
14442026-03-25T20:18:11.463Z Compiling regress v0.10.5
14452026-03-25T20:18:11.487Z Compiling thread-id v5.1.0
14462026-03-25T20:18:11.563Z Compiling syn v1.0.109
14472026-03-25T20:18:11.870Z Compiling dof v0.4.0
14482026-03-25T20:18:12.101Z Compiling rustls v0.22.4
14492026-03-25T20:18:12.450Z Compiling structmeta v0.3.0
14502026-03-25T20:18:13.042Z Compiling futures v0.3.32
14512026-03-25T20:18:13.122Z Compiling rand_core v0.9.5
14522026-03-25T20:18:13.236Z Compiling darling_core v0.23.0
14532026-03-25T20:18:13.342Z Compiling newtype-uuid-macros v0.1.0
14542026-03-25T20:18:13.361Z Compiling thread_local v1.1.9
14552026-03-25T20:18:13.634Z Compiling hyper v1.8.1
14562026-03-25T20:18:13.900Z Compiling aws-lc-rs v1.16.2
14572026-03-25T20:18:14.132Z Compiling match_cfg v0.1.0
14582026-03-25T20:18:14.199Z Compiling winnow v0.7.15
14592026-03-25T20:18:14.437Z Compiling newtype-uuid v1.3.2
14602026-03-25T20:18:14.486Z Compiling slog-async v2.8.0
14612026-03-25T20:18:14.769Z Compiling hyper-util v0.1.20
14622026-03-25T20:18:14.783Z Compiling ref-cast v1.0.25
14632026-03-25T20:18:15.096Z Compiling quick-error v1.2.3
14642026-03-25T20:18:15.349Z Compiling darling_macro v0.23.0
14652026-03-25T20:18:15.380Z Compiling daft v0.1.5
14662026-03-25T20:18:15.406Z Compiling usdt-attr-macro v0.6.0
14672026-03-25T20:18:15.416Z Compiling usdt-macro v0.6.0
14682026-03-25T20:18:15.633Z Compiling rand_chacha v0.9.0
14692026-03-25T20:18:15.702Z Compiling ref-cast-impl v1.0.25
14702026-03-25T20:18:15.905Z Compiling darling v0.23.0
14712026-03-25T20:18:15.987Z Compiling strum_macros v0.26.4
14722026-03-25T20:18:16.065Z Compiling serde_spanned v1.1.0
14732026-03-25T20:18:16.217Z Compiling toml_datetime v0.7.5+spec-1.1.0
14742026-03-25T20:18:16.360Z Compiling multer v3.1.0
14752026-03-25T20:18:16.477Z Compiling untrusted v0.7.1
14762026-03-25T20:18:16.547Z Compiling debug-ignore v1.0.5
14772026-03-25T20:18:16.575Z Compiling take_mut v0.2.2
14782026-03-25T20:18:16.586Z Compiling toml_writer v1.1.0+spec-1.1.0
14792026-03-25T20:18:16.599Z Compiling bit-vec v0.8.0
14802026-03-25T20:18:16.615Z Compiling term v1.2.1
14812026-03-25T20:18:16.694Z Compiling serde_with_macros v3.18.0
14822026-03-25T20:18:16.781Z Compiling bit-set v0.8.0
14832026-03-25T20:18:16.793Z Compiling rand v0.9.2
14842026-03-25T20:18:16.944Z Compiling async-stream-impl v0.3.6
14852026-03-25T20:18:17.320Z Compiling dropshot v0.16.7
14862026-03-25T20:18:17.404Z Compiling encoding_rs v0.8.35
14872026-03-25T20:18:17.545Z Compiling rustls v0.23.37
14882026-03-25T20:18:17.621Z Compiling mime v0.3.17
14892026-03-25T20:18:17.671Z Compiling strum v0.26.3
14902026-03-25T20:18:17.753Z Compiling spin v0.9.8
14912026-03-25T20:18:17.798Z Compiling unarray v0.1.4
14922026-03-25T20:18:17.821Z Compiling async-stream v0.3.6
14932026-03-25T20:18:17.863Z Compiling derive-ex v0.1.8
14942026-03-25T20:18:17.893Z Compiling dropshot_endpoint v0.16.7
14952026-03-25T20:18:17.905Z Compiling macaddr v1.0.1
14962026-03-25T20:18:17.992Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14972026-03-25T20:18:18.122Z Compiling waitgroup v0.1.2
14982026-03-25T20:18:18.262Z Compiling serde_path_to_error v0.1.20
14992026-03-25T20:18:18.452Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15002026-03-25T20:18:18.586Z Compiling tempfile v3.27.0
15012026-03-25T20:18:18.608Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15022026-03-25T20:18:18.783Z Compiling tower v0.5.3
15032026-03-25T20:18:18.894Z Compiling strum_macros v0.27.2
15042026-03-25T20:18:19.017Z Compiling instant v0.1.13
15052026-03-25T20:18:19.142Z Compiling time v0.3.47
15062026-03-25T20:18:19.292Z Compiling tower-http v0.6.8
15072026-03-25T20:18:19.438Z Compiling rustc-hash v2.1.1
15082026-03-25T20:18:19.442Z Compiling test-strategy v0.4.5
15092026-03-25T20:18:19.556Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15102026-03-25T20:18:19.715Z Compiling crossbeam-channel v0.5.15
15112026-03-25T20:18:20.405Z Compiling openapiv3 v2.2.0
15122026-03-25T20:18:20.758Z Compiling strum v0.27.2
15132026-03-25T20:18:20.884Z Compiling parse-display-derive v0.10.0
15142026-03-25T20:18:21.396Z Compiling rustls-webpki v0.102.8
15152026-03-25T20:18:22.049Z Compiling rustls-native-certs v0.8.3
15162026-03-25T20:18:22.089Z Compiling backon v1.6.0
15172026-03-25T20:18:22.284Z Compiling rand_chacha v0.3.1
15182026-03-25T20:18:22.588Z Compiling rand v0.8.5
15192026-03-25T20:18:22.752Z Compiling slog-json v2.6.1
15202026-03-25T20:18:22.878Z Compiling hostname v0.3.1
15212026-03-25T20:18:22.963Z Compiling toml_parser v1.1.0+spec-1.1.0
15222026-03-25T20:18:23.019Z Compiling memmap2 v0.9.10
15232026-03-25T20:18:23.103Z Compiling wait-timeout v0.2.1
15242026-03-25T20:18:23.236Z Compiling is-terminal v0.4.17
15252026-03-25T20:18:23.247Z Compiling either v1.15.0
15262026-03-25T20:18:23.407Z Compiling toml v0.9.12+spec-1.1.0
15272026-03-25T20:18:23.451Z Compiling slog-term v2.9.2
15282026-03-25T20:18:23.492Z Compiling rusty-fork v0.3.1
15292026-03-25T20:18:23.647Z Compiling usdt v0.6.0
15302026-03-25T20:18:23.752Z Compiling slog-bunyan v2.5.0
15312026-03-25T20:18:23.922Z Compiling serde_with v3.18.0
15322026-03-25T20:18:24.064Z Compiling rand_xorshift v0.4.0
15332026-03-25T20:18:24.211Z Compiling tokio-rustls v0.25.0
15342026-03-25T20:18:24.307Z Compiling sha1 v0.10.6
15352026-03-25T20:18:24.434Z Compiling rustls-pemfile v2.2.0
15362026-03-25T20:18:24.446Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15372026-03-25T20:18:24.532Z Compiling hostname v0.4.2
15382026-03-25T20:18:24.670Z Compiling proptest v1.11.0
15392026-03-25T20:18:25.672Z Compiling reqwest v0.12.28
15402026-03-25T20:18:25.689Z Compiling iddqd v0.3.17
15412026-03-25T20:18:25.796Z Compiling itertools v0.14.0
15422026-03-25T20:18:26.425Z Compiling utf8parse v0.2.2
15432026-03-25T20:18:26.541Z Compiling anstyle-parse v1.0.0
15442026-03-25T20:18:26.731Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15452026-03-25T20:18:26.868Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15462026-03-25T20:18:27.122Z Compiling toml_datetime v0.6.11
15472026-03-25T20:18:27.319Z Compiling anstyle-query v1.1.5
15482026-03-25T20:18:27.401Z Compiling is_terminal_polyfill v1.70.2
15492026-03-25T20:18:27.429Z Compiling anstyle v1.0.14
15502026-03-25T20:18:27.493Z Compiling colorchoice v1.0.5
15512026-03-25T20:18:27.657Z Compiling anstream v1.0.0
15522026-03-25T20:18:27.829Z Compiling progenitor-client v0.10.0
15532026-03-25T20:18:27.927Z Compiling parse-display v0.10.0
15542026-03-25T20:18:28.104Z Compiling backoff v0.4.0
15552026-03-25T20:18:28.267Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15562026-03-25T20:18:28.470Z Compiling clap_lex v1.1.0
15572026-03-25T20:18:28.712Z Compiling clap_derive v4.6.0
15582026-03-25T20:18:29.168Z Compiling unicode-width v0.2.2
15592026-03-25T20:18:29.239Z Compiling terminal_size v0.4.4
15602026-03-25T20:18:29.352Z Compiling darling_core v0.21.3
15612026-03-25T20:18:29.445Z Compiling zerocopy-derive v0.7.35
15622026-03-25T20:18:30.398Z Compiling zerocopy v0.7.35
15632026-03-25T20:18:30.987Z Compiling crossbeam-epoch v0.9.18
15642026-03-25T20:18:31.464Z Compiling clap_builder v4.6.0
15652026-03-25T20:18:31.477Z Compiling darling_macro v0.21.3
15662026-03-25T20:18:31.799Z Compiling proc-macro-error-attr v1.0.4
15672026-03-25T20:18:32.031Z Compiling heapless v0.8.0
15682026-03-25T20:18:32.056Z Compiling darling v0.21.3
15692026-03-25T20:18:32.100Z Compiling toml_datetime v1.1.0+spec-1.1.0
15702026-03-25T20:18:32.138Z Compiling tinyvec_macros v0.1.1
15712026-03-25T20:18:32.208Z Compiling convert_case v0.4.0
15722026-03-25T20:18:32.328Z Compiling toml_edit v0.25.8+spec-1.1.0
15732026-03-25T20:18:32.332Z Compiling tinyvec v1.11.0
15742026-03-25T20:18:32.332Z Compiling ingot-macros v0.1.1
15752026-03-25T20:18:32.510Z Compiling derive_more v0.99.20
15762026-03-25T20:18:33.263Z Compiling clap v4.6.0
15772026-03-25T20:18:33.422Z Compiling dtrace-parser v0.2.0
15782026-03-25T20:18:33.618Z Compiling secrecy v0.10.3
15792026-03-25T20:18:33.785Z Compiling scroll_derive v0.12.1
15802026-03-25T20:18:34.289Z Compiling hash32 v0.3.1
15812026-03-25T20:18:34.344Z Compiling proc-macro-error v1.0.4
15822026-03-25T20:18:34.478Z Compiling usdt-impl v0.5.0
15832026-03-25T20:18:34.492Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15842026-03-25T20:18:34.561Z Compiling crucible-workspace-hack v0.1.0
15852026-03-25T20:18:34.706Z Compiling smoltcp v0.11.0
15862026-03-25T20:18:34.711Z Compiling winnow v0.5.40
15872026-03-25T20:18:34.806Z Compiling scroll v0.12.0
15882026-03-25T20:18:35.058Z Compiling proc-macro-crate v3.5.0
15892026-03-25T20:18:35.067Z Compiling ingot-types v0.1.2
15902026-03-25T20:18:35.462Z Compiling dof v0.3.0
15912026-03-25T20:18:35.712Z Compiling typify-impl v0.6.1
15922026-03-25T20:18:35.719Z Compiling serde_spanned v0.6.9
15932026-03-25T20:18:35.765Z Compiling cobs v0.3.0
15942026-03-25T20:18:35.815Z Compiling thread-id v4.2.2
15952026-03-25T20:18:35.880Z Compiling memoffset v0.9.1
15962026-03-25T20:18:35.913Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
15972026-03-25T20:18:35.938Z Compiling cfg_aliases v0.2.1
15982026-03-25T20:18:35.966Z Compiling toml_edit v0.19.15
15992026-03-25T20:18:36.019Z Compiling toml_write v0.1.2
16002026-03-25T20:18:36.075Z Compiling managed v0.8.0
16012026-03-25T20:18:36.099Z Compiling bitflags v1.3.2
16022026-03-25T20:18:36.177Z Compiling toml_edit v0.22.27
16032026-03-25T20:18:36.181Z Compiling nix v0.31.2
16042026-03-25T20:18:36.210Z Compiling postcard v1.1.3
16052026-03-25T20:18:37.264Z Compiling proc-macro-crate v1.3.1
16062026-03-25T20:18:37.532Z Compiling num_enum_derive v0.7.6
16072026-03-25T20:18:37.574Z Compiling ingot v0.1.1
16082026-03-25T20:18:38.013Z Compiling goblin v0.8.2
16092026-03-25T20:18:38.578Z Compiling tabwriter v1.4.1
16102026-03-25T20:18:38.797Z Compiling foreign-types-macros v0.2.3
16112026-03-25T20:18:38.815Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16122026-03-25T20:18:39.106Z Compiling num-integer v0.1.46
16132026-03-25T20:18:39.426Z Compiling rustc_version v0.4.1
16142026-03-25T20:18:39.456Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16152026-03-25T20:18:39.640Z Compiling rayon-core v1.13.0
16162026-03-25T20:18:39.666Z Compiling float-ord v0.3.2
16172026-03-25T20:18:39.700Z Compiling cpufeatures v0.3.0
16182026-03-25T20:18:39.771Z Compiling foreign-types-shared v0.3.1
16192026-03-25T20:18:39.782Z Compiling heck v0.4.1
16202026-03-25T20:18:39.859Z Compiling foreign-types v0.5.0
16212026-03-25T20:18:39.871Z Compiling chacha20 v0.10.0
16222026-03-25T20:18:39.888Z Compiling curve25519-dalek v4.1.3
16232026-03-25T20:18:40.169Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16242026-03-25T20:18:40.590Z Compiling num_enum v0.7.6
16252026-03-25T20:18:40.709Z Compiling num_enum_derive v0.5.11
16262026-03-25T20:18:41.106Z Compiling toml v0.8.23
16272026-03-25T20:18:41.967Z Compiling crossbeam-deque v0.8.6
16282026-03-25T20:18:42.033Z Compiling typify-macro v0.6.1
16292026-03-25T20:18:42.152Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16302026-03-25T20:18:42.315Z Compiling hmac v0.12.1
16312026-03-25T20:18:42.454Z Compiling inout v0.1.4
16322026-03-25T20:18:42.559Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-03-25T20:18:42.598Z Compiling ff v0.13.1
16342026-03-25T20:18:42.732Z Compiling cstr-argument v0.1.2
16352026-03-25T20:18:42.862Z Compiling prettyplease v0.2.37
16362026-03-25T20:18:42.885Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16372026-03-25T20:18:43.108Z Compiling colored v3.1.1
16382026-03-25T20:18:43.111Z Compiling rustix v0.38.44
16392026-03-25T20:18:43.614Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16402026-03-25T20:18:43.874Z Compiling group v0.13.0
16412026-03-25T20:18:43.987Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16422026-03-25T20:18:44.097Z Compiling cipher v0.4.4
16432026-03-25T20:18:44.318Z Compiling hkdf v0.12.4
16442026-03-25T20:18:44.409Z Compiling rustls-webpki v0.103.10
16452026-03-25T20:18:44.716Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16462026-03-25T20:18:45.317Z Compiling num_enum v0.5.11
16472026-03-25T20:18:45.432Z Compiling rand v0.10.0
16482026-03-25T20:18:45.469Z Compiling num-rational v0.4.2
16492026-03-25T20:18:45.469Z Compiling num-iter v0.1.45
16502026-03-25T20:18:45.498Z Compiling usdt-macro v0.5.0
16512026-03-25T20:18:45.585Z Compiling usdt-attr-macro v0.5.0
16522026-03-25T20:18:46.528Z Compiling camino-tempfile v1.4.1
16532026-03-25T20:18:46.747Z Compiling thiserror-impl-no-std v2.0.2
16542026-03-25T20:18:46.779Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16552026-03-25T20:18:47.132Z Compiling universal-hash v0.5.1
16562026-03-25T20:18:47.263Z Compiling half v2.7.1
16572026-03-25T20:18:47.288Z Compiling crypto-bigint v0.5.5
16582026-03-25T20:18:47.475Z Compiling curve25519-dalek-derive v0.1.1
16592026-03-25T20:18:47.569Z Compiling enum-as-inner v0.6.1
16602026-03-25T20:18:47.855Z Compiling tokio-rustls v0.26.4
16612026-03-25T20:18:47.934Z Compiling rustls-platform-verifier v0.6.2
16622026-03-25T20:18:48.127Z Compiling hyper-rustls v0.27.7
16632026-03-25T20:18:48.179Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16642026-03-25T20:18:48.401Z Compiling reqwest v0.13.2
16652026-03-25T20:18:48.435Z Compiling num-complex v0.4.6
16662026-03-25T20:18:48.456Z Compiling memmap v0.7.0
16672026-03-25T20:18:48.459Z Compiling base16ct v0.2.0
16682026-03-25T20:18:48.645Z Compiling static_assertions v1.1.0
16692026-03-25T20:18:48.713Z Compiling opaque-debug v0.3.1
16702026-03-25T20:18:48.724Z Compiling base64ct v1.8.3
16712026-03-25T20:18:48.786Z Compiling ciborium-io v0.2.2
16722026-03-25T20:18:48.817Z Compiling data-encoding v2.10.0
16732026-03-25T20:18:48.882Z Compiling ciborium-ll v0.2.2
16742026-03-25T20:18:49.029Z Compiling password-hash v0.5.0
16752026-03-25T20:18:49.104Z Compiling poly1305 v0.8.0
16762026-03-25T20:18:49.402Z Compiling num v0.4.3
16772026-03-25T20:18:49.473Z Compiling elliptic-curve v0.13.8
16782026-03-25T20:18:49.484Z Compiling usdt v0.5.0
16792026-03-25T20:18:49.652Z Compiling progenitor-client v0.13.0
16802026-03-25T20:18:49.745Z Compiling thiserror-no-std v2.0.2
16812026-03-25T20:18:49.959Z Compiling progenitor-extras v0.1.1
16822026-03-25T20:18:50.200Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16832026-03-25T20:18:50.372Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16842026-03-25T20:18:50.716Z Compiling rayon v1.11.0
16852026-03-25T20:18:50.730Z Compiling chacha20 v0.9.1
16862026-03-25T20:18:50.951Z Compiling typify v0.6.1
16872026-03-25T20:18:51.130Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16882026-03-25T20:18:51.971Z Compiling zone_cfg_derive v0.3.1
16892026-03-25T20:18:52.014Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16902026-03-25T20:18:52.514Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16912026-03-25T20:18:52.518Z Compiling itertools v0.12.1
16922026-03-25T20:18:52.659Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16932026-03-25T20:18:52.860Z Compiling blake2 v0.10.6
16942026-03-25T20:18:52.886Z Compiling byte-wrapper v0.1.0
16952026-03-25T20:18:52.926Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16962026-03-25T20:18:53.102Z Compiling aead v0.5.2
16972026-03-25T20:18:53.247Z Compiling num-derive v0.4.2
16982026-03-25T20:18:53.247Z Compiling sigpipe v0.1.3
16992026-03-25T20:18:53.269Z Compiling unsafe-libyaml v0.2.11
17002026-03-25T20:18:53.317Z Compiling keccak v0.1.6
17012026-03-25T20:18:53.342Z Compiling glob v0.3.3
17022026-03-25T20:18:53.564Z Compiling vcpkg v0.2.15
17032026-03-25T20:18:53.737Z Compiling jiff v0.2.23
17042026-03-25T20:18:53.792Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17052026-03-25T20:18:53.946Z Compiling pkg-config v0.3.32
17062026-03-25T20:18:54.026Z Compiling serde_yaml v0.9.34+deprecated
17072026-03-25T20:18:54.133Z Compiling zone v0.3.1
17082026-03-25T20:18:54.201Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17092026-03-25T20:18:54.404Z Compiling openssl-sys v0.9.112
17102026-03-25T20:18:54.710Z Compiling sha3 v0.10.8
17112026-03-25T20:18:54.933Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17122026-03-25T20:18:54.943Z Compiling chacha20poly1305 v0.10.1
17132026-03-25T20:18:55.013Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17142026-03-25T20:18:55.304Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17152026-03-25T20:18:55.470Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17162026-03-25T20:18:55.602Z Compiling argon2 v0.5.3
17172026-03-25T20:18:56.214Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17182026-03-25T20:18:56.521Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17192026-03-25T20:18:57.306Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17202026-03-25T20:18:57.401Z Compiling progenitor-impl v0.13.0
17212026-03-25T20:18:57.708Z Compiling vsss-rs v3.3.4
17222026-03-25T20:18:57.878Z Compiling ciborium v0.2.2
17232026-03-25T20:18:58.340Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17242026-03-25T20:18:58.415Z Compiling hubpack_derive v0.1.1
17252026-03-25T20:18:58.459Z Compiling smf v0.2.3
17262026-03-25T20:18:58.475Z Compiling whoami v1.6.1
17272026-03-25T20:18:58.577Z Compiling linked-hash-map v0.5.6
17282026-03-25T20:18:58.766Z Compiling semver v0.1.20
17292026-03-25T20:18:58.778Z Compiling indent_write v2.2.0
17302026-03-25T20:18:58.914Z Compiling resolv-conf v0.7.6
17312026-03-25T20:18:58.931Z Compiling hubpack v0.1.2
17322026-03-25T20:18:58.982Z Compiling rustc_version v0.1.7
17332026-03-25T20:18:59.017Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17342026-03-25T20:18:59.022Z Compiling lru-cache v0.1.2
17352026-03-25T20:18:59.146Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17362026-03-25T20:18:59.175Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17372026-03-25T20:18:59.291Z Compiling hickory-proto v0.24.4
17382026-03-25T20:18:59.426Z Compiling serde-big-array v0.5.1
17392026-03-25T20:18:59.575Z Compiling pin-project-internal v1.1.11
17402026-03-25T20:19:00.665Z Compiling serde_repr v0.1.20
17412026-03-25T20:19:00.698Z Compiling derive-where v1.6.1
17422026-03-25T20:19:01.002Z Compiling progenitor-macro v0.13.0
17432026-03-25T20:19:01.263Z Compiling minimal-lexical v0.2.1
17442026-03-25T20:19:01.569Z Compiling swrite v0.1.0
17452026-03-25T20:19:01.671Z Compiling unicode-segmentation v1.13.1
17462026-03-25T20:19:01.942Z Compiling siphasher v1.0.2
17472026-03-25T20:19:02.036Z Compiling newline-converter v0.3.0
17482026-03-25T20:19:02.115Z Compiling phf_shared v0.12.1
17492026-03-25T20:19:02.151Z Compiling nom v7.1.3
17502026-03-25T20:19:02.162Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17512026-03-25T20:19:02.298Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17522026-03-25T20:19:02.665Z Compiling hickory-resolver v0.24.4
17532026-03-25T20:19:02.831Z Compiling pin-project v1.1.11
17542026-03-25T20:19:02.940Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17552026-03-25T20:19:03.068Z Compiling newtype_derive v0.1.6
17562026-03-25T20:19:03.297Z Compiling atomicwrites v0.4.4
17572026-03-25T20:19:03.541Z Compiling unicode-normalization v0.1.25
17582026-03-25T20:19:03.901Z Compiling console v0.15.11
17592026-03-25T20:19:04.017Z Compiling tokio-stream v0.1.18
17602026-03-25T20:19:04.479Z Compiling snafu-derive v0.8.9
17612026-03-25T20:19:04.578Z Compiling async-recursion v1.1.1
17622026-03-25T20:19:04.629Z Compiling slog-dtrace v0.3.0
17632026-03-25T20:19:04.867Z Compiling bstr v1.12.1
17642026-03-25T20:19:04.919Z Compiling csv-core v0.1.13
17652026-03-25T20:19:05.018Z Compiling foldhash v0.1.5
17662026-03-25T20:19:05.187Z Compiling owo-colors v4.3.0
17672026-03-25T20:19:05.210Z Compiling foreign-types-shared v0.1.1
17682026-03-25T20:19:05.262Z Compiling cancel-safe-futures v0.1.5
17692026-03-25T20:19:05.300Z Compiling highway v1.3.0
17702026-03-25T20:19:05.323Z Compiling same-file v1.0.6
17712026-03-25T20:19:05.365Z Compiling similar v2.7.0
17722026-03-25T20:19:05.497Z Compiling unicode-width v0.1.14
17732026-03-25T20:19:05.520Z Compiling chrono-tz v0.10.4
17742026-03-25T20:19:05.528Z Compiling openssl v0.10.76
17752026-03-25T20:19:05.700Z Compiling unicode-xid v0.2.6
17762026-03-25T20:19:05.777Z Compiling expectorate v1.2.0
17772026-03-25T20:19:05.788Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17782026-03-25T20:19:05.823Z Compiling const_format_proc_macros v0.2.34
17792026-03-25T20:19:05.836Z Compiling walkdir v2.5.0
17802026-03-25T20:19:05.926Z Compiling foreign-types v0.3.2
17812026-03-25T20:19:06.005Z Compiling globset v0.4.18
17822026-03-25T20:19:06.195Z Compiling hashbrown v0.15.5
17832026-03-25T20:19:06.240Z Compiling snafu v0.8.9
17842026-03-25T20:19:06.244Z Compiling progenitor v0.13.0
17852026-03-25T20:19:06.399Z Compiling csv v1.4.0
17862026-03-25T20:19:06.459Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17872026-03-25T20:19:06.638Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17882026-03-25T20:19:06.707Z Compiling qorb v0.4.1
17892026-03-25T20:19:06.939Z Compiling olpc-cjson v0.1.4
17902026-03-25T20:19:06.974Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17912026-03-25T20:19:07.162Z Compiling phf v0.12.1
17922026-03-25T20:19:07.528Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17932026-03-25T20:19:07.768Z Compiling tokio-dtrace v0.1.1
17942026-03-25T20:19:07.849Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17952026-03-25T20:19:08.054Z Compiling libsw-core v0.3.2
17962026-03-25T20:19:08.227Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-25T20:19:08.239Z Compiling serde_plain v1.0.2
17982026-03-25T20:19:08.453Z Compiling openssl-macros v0.1.1
17992026-03-25T20:19:08.494Z Compiling pem v3.0.6
18002026-03-25T20:19:08.527Z Compiling cookie v0.18.1
18012026-03-25T20:19:08.762Z Compiling bytecount v0.6.9
18022026-03-25T20:19:08.819Z Compiling fixedbitset v0.4.2
18032026-03-25T20:19:08.879Z Compiling fixedbitset v0.5.7
18042026-03-25T20:19:08.898Z Compiling typed-path v0.9.3
18052026-03-25T20:19:08.910Z Compiling papergrid v0.11.0
18062026-03-25T20:19:08.995Z Compiling petgraph v0.6.5
18072026-03-25T20:19:09.071Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18082026-03-25T20:19:09.237Z Compiling petgraph v0.8.3
18092026-03-25T20:19:09.262Z Compiling libsw v3.5.0
18102026-03-25T20:19:09.441Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18112026-03-25T20:19:10.251Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18122026-03-25T20:19:10.524Z Compiling tough v0.20.0
18132026-03-25T20:19:10.665Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18142026-03-25T20:19:10.701Z Compiling oxide-tokio-rt v0.1.3
18152026-03-25T20:19:11.118Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18162026-03-25T20:19:12.081Z Compiling const_format v0.2.35
18172026-03-25T20:19:12.427Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-25T20:19:13.588Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18192026-03-25T20:19:13.729Z Compiling gethostname v0.5.0
18202026-03-25T20:19:13.861Z Compiling tabled_derive v0.7.0
18212026-03-25T20:19:14.191Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18222026-03-25T20:19:14.456Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-25T20:19:14.536Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-25T20:19:14.693Z Compiling bcs v0.1.6
18252026-03-25T20:19:14.730Z Compiling smawk v0.3.2
18262026-03-25T20:19:14.809Z Compiling linear-map v1.2.0
18272026-03-25T20:19:14.873Z Compiling lazy_static v1.5.0
18282026-03-25T20:19:14.981Z Compiling unicode-linebreak v0.1.5
18292026-03-25T20:19:14.994Z Compiling tagptr v0.2.0
18302026-03-25T20:19:15.017Z Compiling crunchy v0.2.4
18312026-03-25T20:19:15.101Z Compiling termtree v0.5.1
18322026-03-25T20:19:15.144Z Compiling moka v0.12.15
18332026-03-25T20:19:15.237Z Compiling textwrap v0.16.2
18342026-03-25T20:19:15.257Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18352026-03-25T20:19:15.371Z Compiling steno v0.4.1
18362026-03-25T20:19:15.650Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18372026-03-25T20:19:15.688Z Compiling tabled v0.15.0
18382026-03-25T20:19:15.782Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18392026-03-25T20:19:15.944Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18402026-03-25T20:19:16.115Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-25T20:19:16.148Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-25T20:19:16.930Z Compiling hickory-proto v0.25.2
18432026-03-25T20:19:17.073Z Compiling tiny-keccak v2.0.2
18442026-03-25T20:19:17.299Z Compiling humantime v2.3.0
18452026-03-25T20:19:17.693Z Compiling num-derive v0.3.3
18462026-03-25T20:19:18.529Z Compiling parking_lot_core v0.8.6
18472026-03-25T20:19:18.660Z Compiling libscf-sys v1.1.0
18482026-03-25T20:19:18.802Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18492026-03-25T20:19:18.826Z Compiling crc32fast v1.5.0
18502026-03-25T20:19:18.862Z Compiling hickory-resolver v0.25.2
18512026-03-25T20:19:18.995Z Compiling const-random-macro v0.1.16
18522026-03-25T20:19:19.168Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18532026-03-25T20:19:19.270Z Compiling smartstring v1.0.1
18542026-03-25T20:19:19.383Z Compiling ahash v0.8.12
18552026-03-25T20:19:19.387Z Compiling const-random v0.1.18
18562026-03-25T20:19:19.458Z Compiling parking_lot v0.11.2
18572026-03-25T20:19:19.756Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18582026-03-25T20:19:19.807Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18592026-03-25T20:19:19.880Z Compiling fxhash v0.2.1
18602026-03-25T20:19:19.989Z Compiling internet-checksum v0.2.1
18612026-03-25T20:19:20.021Z Compiling sled v0.34.7
18622026-03-25T20:19:20.317Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18632026-03-25T20:19:20.373Z Compiling thin-vec v0.2.14
18642026-03-25T20:19:20.518Z Compiling rhai_codegen v3.1.0
18652026-03-25T20:19:20.654Z Compiling sdd v3.0.10
18662026-03-25T20:19:20.821Z Compiling serial_test_derive v3.4.0
18672026-03-25T20:19:20.994Z Compiling scc v2.4.0
18682026-03-25T20:19:21.147Z Compiling nom v8.0.0
18692026-03-25T20:19:21.603Z Compiling yansi v1.0.1
18702026-03-25T20:19:21.793Z Compiling rhai v1.24.0
18712026-03-25T20:19:21.931Z Compiling diff v0.1.13
18722026-03-25T20:19:22.221Z Compiling serial_test v3.4.0
18732026-03-25T20:19:22.233Z Compiling pretty_assertions v1.4.1
18742026-03-25T20:19:25.350Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18752026-03-25T20:19:33.087Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18762026-03-25T20:19:34.751Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18772026-03-25T20:19:35.861Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18782026-03-25T20:19:37.021Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18792026-03-25T20:19:37.807Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18802026-03-25T20:19:39.269Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18812026-03-25T20:20:15.617Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
18822026-03-25T20:20:15.797Z────────────
18832026-03-25T20:20:15.797Z Nextest run ID 89b556ca-1b69-4fd4-adc9-5d76c874fc33 with nextest profile: default
18842026-03-25T20:20:15.797Z Starting 150 tests across 1 binary
18852026-03-25T20:20:15.805Z PASS [ 0.008s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18862026-03-25T20:20:15.808Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
18872026-03-25T20:20:15.808Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
18882026-03-25T20:20:15.808Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18892026-03-25T20:20:15.808Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
18902026-03-25T20:20:15.808Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
18912026-03-25T20:20:15.808Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18922026-03-25T20:20:15.808Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18932026-03-25T20:20:15.814Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
18942026-03-25T20:20:15.818Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
18952026-03-25T20:20:15.821Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
18962026-03-25T20:20:15.822Z PASS [ 0.010s] bgp messages::tests::header_round_trip
18972026-03-25T20:20:15.822Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
18982026-03-25T20:20:15.822Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
18992026-03-25T20:20:15.822Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19002026-03-25T20:20:15.822Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19012026-03-25T20:20:15.825Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19022026-03-25T20:20:15.828Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19032026-03-25T20:20:15.828Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19042026-03-25T20:20:15.828Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19052026-03-25T20:20:15.828Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19062026-03-25T20:20:15.828Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19072026-03-25T20:20:15.828Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19082026-03-25T20:20:15.832Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19092026-03-25T20:20:15.832Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19102026-03-25T20:20:15.835Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19112026-03-25T20:20:15.838Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19122026-03-25T20:20:15.838Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19132026-03-25T20:20:15.838Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19142026-03-25T20:20:15.838Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19152026-03-25T20:20:15.838Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19162026-03-25T20:20:15.838Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19172026-03-25T20:20:15.841Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19182026-03-25T20:20:15.844Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19192026-03-25T20:20:15.845Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19202026-03-25T20:20:15.848Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19212026-03-25T20:20:15.848Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19222026-03-25T20:20:15.848Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19232026-03-25T20:20:15.848Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19242026-03-25T20:20:15.848Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19252026-03-25T20:20:15.851Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19262026-03-25T20:20:15.854Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19272026-03-25T20:20:15.854Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19282026-03-25T20:20:15.854Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19292026-03-25T20:20:15.858Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19302026-03-25T20:20:15.858Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19312026-03-25T20:20:15.858Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19322026-03-25T20:20:15.858Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19332026-03-25T20:20:15.858Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19342026-03-25T20:20:15.861Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19352026-03-25T20:20:15.864Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19362026-03-25T20:20:15.864Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19372026-03-25T20:20:15.864Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19382026-03-25T20:20:15.864Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19392026-03-25T20:20:15.867Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19402026-03-25T20:20:15.867Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19412026-03-25T20:20:15.867Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19422026-03-25T20:20:15.871Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19432026-03-25T20:20:15.874Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19442026-03-25T20:20:15.874Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19452026-03-25T20:20:15.874Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
19462026-03-25T20:20:15.874Z PASS [ 0.009s] bgp messages::tests::prefix_within
19472026-03-25T20:20:15.874Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19482026-03-25T20:20:15.874Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19492026-03-25T20:20:15.874Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19502026-03-25T20:20:15.881Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19512026-03-25T20:20:15.884Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19522026-03-25T20:20:15.884Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19532026-03-25T20:20:15.884Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19542026-03-25T20:20:15.884Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19552026-03-25T20:20:15.884Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19562026-03-25T20:20:15.884Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19572026-03-25T20:20:15.884Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19582026-03-25T20:20:15.891Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19592026-03-25T20:20:15.893Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19602026-03-25T20:20:15.893Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19612026-03-25T20:20:15.893Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19622026-03-25T20:20:15.893Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19632026-03-25T20:20:15.893Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19642026-03-25T20:20:15.893Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19652026-03-25T20:20:15.893Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19662026-03-25T20:20:15.900Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19672026-03-25T20:20:15.904Z PASS [ 0.010s] bgp messages::tests::update_round_trip
19682026-03-25T20:20:15.915Z PASS [ 0.022s] bgp policy::test::update_shape_community
19692026-03-25T20:20:15.915Z PASS [ 0.022s] bgp proptest::prop_duplicate_attrs_deduplicated
19702026-03-25T20:20:15.918Z PASS [ 0.024s] bgp policy::test::open_add_4byte_as
19712026-03-25T20:20:15.918Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19722026-03-25T20:20:15.918Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
19732026-03-25T20:20:15.918Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
19742026-03-25T20:20:15.918Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
19752026-03-25T20:20:15.929Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
19762026-03-25T20:20:15.932Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
19772026-03-25T20:20:15.932Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19782026-03-25T20:20:15.932Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
19792026-03-25T20:20:15.932Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19802026-03-25T20:20:15.935Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19812026-03-25T20:20:15.935Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19822026-03-25T20:20:15.935Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19832026-03-25T20:20:15.946Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19842026-03-25T20:20:15.950Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19852026-03-25T20:20:15.950Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19862026-03-25T20:20:15.950Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19872026-03-25T20:20:15.954Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
19882026-03-25T20:20:15.955Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
19892026-03-25T20:20:15.959Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19902026-03-25T20:20:15.959Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19912026-03-25T20:20:15.959Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
19922026-03-25T20:20:15.962Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
19932026-03-25T20:20:15.962Z PASS [ 0.028s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19942026-03-25T20:20:15.962Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
19952026-03-25T20:20:15.962Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
19962026-03-25T20:20:15.962Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
19972026-03-25T20:20:15.965Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
19982026-03-25T20:20:15.965Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
19992026-03-25T20:20:15.965Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20002026-03-25T20:20:15.968Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20012026-03-25T20:20:15.968Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20022026-03-25T20:20:15.968Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20032026-03-25T20:20:15.971Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20042026-03-25T20:20:15.971Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20052026-03-25T20:20:15.971Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20062026-03-25T20:20:19.038Z PASS [ 3.075s] bgp test::test_basic_peering_active
20072026-03-25T20:20:19.038Z PASS [ 3.071s] bgp test::test_basic_peering_passive
20082026-03-25T20:20:19.041Z PASS [ 3.071s] bgp test::test_basic_update
20092026-03-25T20:20:19.044Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
20102026-03-25T20:20:19.044Z PASS [ 3.072s] bgp test::test_basic_update_ipv6
20112026-03-25T20:20:19.048Z PASS [ 3.084s] bgp test::test_basic_peering_active_tcp
20122026-03-25T20:20:19.051Z PASS [ 3.078s] bgp test::test_basic_update_ipv6_tcp
20132026-03-25T20:20:19.065Z PASS [ 3.093s] bgp test::test_basic_update_tcp
20142026-03-25T20:20:22.112Z PASS [ 3.070s] bgp test::test_ipv6_basic_peering_active
20152026-03-25T20:20:22.117Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_passive
20162026-03-25T20:20:22.131Z PASS [ 3.082s] bgp test::test_ipv6_basic_peering_active_tcp
20172026-03-25T20:20:22.150Z PASS [ 3.085s] bgp test::test_ipv6_basic_peering_passive_tcp
20182026-03-25T20:20:23.125Z PASS [ 4.084s] bgp test::test_import_export_policy_filtering
20192026-03-25T20:20:23.125Z PASS [ 4.082s] bgp test::test_ipv4_routes_ipv6_peer_success
20202026-03-25T20:20:23.125Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv6_peer_success
20212026-03-25T20:20:23.125Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv4_peer_success
20222026-03-25T20:20:23.179Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20232026-03-25T20:20:24.215Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20242026-03-25T20:20:24.223Z PASS [ 1.098s] bgp test::test_three_router_chain_tcp_ipv6
20252026-03-25T20:20:24.226Z PASS [ 1.098s] bgp test::test_three_router_chain_tcp
20262026-03-25T20:20:24.956Z PASS [ 2.824s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20272026-03-25T20:20:25.279Z PASS [ 1.063s] bgp test::test_unnumbered_ndp_change
20282026-03-25T20:20:26.193Z PASS [ 4.079s] bgp test::test_ipv6_routes_ipv4_peer_success
20292026-03-25T20:20:27.195Z PASS [ 4.069s] bgp test::test_three_router_chain_unnumbered
20302026-03-25T20:20:28.191Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20312026-03-25T20:20:29.286Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20322026-03-25T20:20:33.291Z PASS [ 9.066s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20332026-03-25T20:20:34.021Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20342026-03-25T20:20:41.248Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20352026-03-25T20:20:41.248Z────────────
20362026-03-25T20:20:41.248Z Summary [ 25.447s] 150 tests run: 150 passed, 0 skipped
20372026-03-25T20:20:41.261Z+ cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_ipv4_routes_ipv6_peer_success.log loopback-manager.test_ipv6_basic_peering_active_tcp.log loopback-manager.test_ipv6_basic_peering_passive_tcp.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log loopback-manager.test_three_router_chain_tcp_ipv6.log loopback-manager.test_three_router_chain_tcp.log multiple_unnumbered.log ndp_change_reset.log ndp_changes.log r1.test_basic_peering_active_tcp.log r1.test_basic_peering_active.log r1.test_basic_peering_passive_tcp.log r1.test_basic_peering_passive.log r1.test_basic_update_ipv6_tcp.log r1.test_basic_update_ipv6.log r1.test_basic_update_tcp.log r1.test_basic_update.log r1.test_dual_stack_routes_ipv4_peer_success.log r1.test_dual_stack_routes_ipv6_peer_success.log r1.test_import_export_policy_filtering.log r1.test_ipv4_routes_ipv6_peer_success.log r1.test_ipv6_basic_peering_active_tcp.log r1.test_ipv6_basic_peering_active.log r1.test_ipv6_basic_peering_passive_tcp.log r1.test_ipv6_basic_peering_passive.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_three_router_chain_tcp_ipv6.log r1.test_three_router_chain_tcp.log r2.test_basic_peering_active_tcp.log r2.test_basic_peering_active.log r2.test_basic_peering_passive_tcp.log r2.test_basic_peering_passive.log r2.test_basic_update_ipv6_tcp.log r2.test_basic_update_ipv6.log r2.test_basic_update_tcp.log r2.test_basic_update.log r2.test_dual_stack_routes_ipv4_peer_success.log r2.test_dual_stack_routes_ipv6_peer_success.log r2.test_import_export_policy_filtering.log r2.test_ipv4_routes_ipv6_peer_success.log r2.test_ipv6_basic_peering_active_tcp.log r2.test_ipv6_basic_peering_active.log r2.test_ipv6_basic_peering_passive_tcp.log r2.test_ipv6_basic_peering_passive.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/
20382026-03-25T20:20:41.267Z+ popd
20392026-03-25T20:20:41.267Z+ pushd mgd
20402026-03-25T20:20:41.267Z/work/oxidecomputer/maghemite
20412026-03-25T20:20:41.267Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20422026-03-25T20:20:41.271Z+ pfexec cargo nextest run
20432026-03-25T20:20:42.422Z Compiling slog v2.8.2
20442026-03-25T20:20:42.526Z Compiling usdt v0.6.0
20452026-03-25T20:20:42.610Z Compiling typify-impl v0.4.3
20462026-03-25T20:20:42.626Z Compiling proc-macro-error-attr2 v2.0.0
20472026-03-25T20:20:42.649Z Compiling papergrid v0.17.0
20482026-03-25T20:20:42.806Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20492026-03-25T20:20:42.817Z Compiling testing_table v0.3.0
20502026-03-25T20:20:42.923Z Compiling slog-json v2.6.1
20512026-03-25T20:20:42.980Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20522026-03-25T20:20:43.061Z Compiling slog-term v2.9.2
20532026-03-25T20:20:43.114Z Compiling slog-async v2.8.0
20542026-03-25T20:20:43.283Z Compiling slog-bunyan v2.5.0
20552026-03-25T20:20:43.345Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20562026-03-25T20:20:43.429Z Compiling dropshot v0.16.7
20572026-03-25T20:20:43.799Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20582026-03-25T20:20:44.190Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20592026-03-25T20:20:44.261Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20602026-03-25T20:20:44.316Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20612026-03-25T20:20:44.722Z Compiling slog-dtrace v0.3.0
20622026-03-25T20:20:45.053Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20632026-03-25T20:20:45.188Z Compiling steno v0.4.1
20642026-03-25T20:20:45.421Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20652026-03-25T20:20:47.173Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20662026-03-25T20:20:48.561Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20672026-03-25T20:20:49.063Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20682026-03-25T20:20:49.089Z Compiling typify-macro v0.4.3
20692026-03-25T20:20:49.651Z Compiling proc-macro-error2 v2.0.1
20702026-03-25T20:20:49.801Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20712026-03-25T20:20:49.946Z Compiling tabled_derive v0.11.0
20722026-03-25T20:20:50.097Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20732026-03-25T20:20:50.185Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20742026-03-25T20:20:50.604Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20752026-03-25T20:20:50.741Z Compiling progenitor-client v0.11.2
20762026-03-25T20:20:50.791Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20772026-03-25T20:20:50.829Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20782026-03-25T20:20:51.048Z Compiling crc8 v0.1.1
20792026-03-25T20:20:51.104Z Compiling tabled v0.20.0
20802026-03-25T20:20:51.173Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20812026-03-25T20:20:51.201Z Compiling typify v0.4.3
20822026-03-25T20:20:51.303Z Compiling progenitor-impl v0.11.2
20832026-03-25T20:20:52.233Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20842026-03-25T20:20:52.824Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20852026-03-25T20:20:54.010Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20862026-03-25T20:20:54.023Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20872026-03-25T20:20:54.708Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20882026-03-25T20:20:55.019Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20892026-03-25T20:20:55.124Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20902026-03-25T20:20:55.775Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20912026-03-25T20:20:55.875Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20922026-03-25T20:20:56.463Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20932026-03-25T20:20:56.719Z Compiling progenitor-macro v0.11.2
20942026-03-25T20:20:56.853Z Compiling dropshot-api-manager-types v0.5.2
20952026-03-25T20:20:57.261Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20962026-03-25T20:20:57.533Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20972026-03-25T20:21:00.597Z Compiling progenitor v0.11.2
20982026-03-25T20:21:00.692Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20992026-03-25T20:21:03.180Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21002026-03-25T20:21:04.351Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21012026-03-25T20:21:04.351Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21022026-03-25T20:21:04.379Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21032026-03-25T20:21:04.561Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21042026-03-25T20:21:12.829Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21052026-03-25T20:21:19.987Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21062026-03-25T20:21:21.656Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21072026-03-25T20:21:22.796Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21082026-03-25T20:21:23.955Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21092026-03-25T20:21:24.755Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21102026-03-25T20:21:26.257Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21112026-03-25T20:21:26.257Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21122026-03-25T20:21:26.260Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21132026-03-25T20:21:32.943Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21142026-03-25T20:21:34.376Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21152026-03-25T20:21:34.376Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21162026-03-25T20:21:36.315Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21172026-03-25T20:22:05.512Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
21182026-03-25T20:22:05.679Z────────────
21192026-03-25T20:22:05.679Z Nextest run ID cf0c407a-79bb-4d5d-851f-1040931d22c0 with nextest profile: default
21202026-03-25T20:22:05.679Z Starting 32 tests across 1 binary
21212026-03-25T20:22:05.691Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21222026-03-25T20:22:05.694Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21232026-03-25T20:22:05.707Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21242026-03-25T20:22:05.723Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21252026-03-25T20:22:05.736Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21262026-03-25T20:22:05.739Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21272026-03-25T20:22:05.739Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21282026-03-25T20:22:05.739Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21292026-03-25T20:22:05.739Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21302026-03-25T20:22:05.742Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21312026-03-25T20:22:05.746Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21322026-03-25T20:22:05.749Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21332026-03-25T20:22:05.749Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21342026-03-25T20:22:05.749Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21352026-03-25T20:22:05.749Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21362026-03-25T20:22:05.749Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21372026-03-25T20:22:05.749Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21382026-03-25T20:22:05.754Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21392026-03-25T20:22:05.757Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21402026-03-25T20:22:05.757Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21412026-03-25T20:22:05.757Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21422026-03-25T20:22:05.757Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21432026-03-25T20:22:05.758Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21442026-03-25T20:22:05.761Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21452026-03-25T20:22:05.761Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21462026-03-25T20:22:05.764Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21472026-03-25T20:22:05.764Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21482026-03-25T20:22:05.764Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21492026-03-25T20:22:05.768Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21502026-03-25T20:22:05.768Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21512026-03-25T20:22:05.768Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21522026-03-25T20:22:05.768Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21532026-03-25T20:22:05.768Z────────────
21542026-03-25T20:22:05.768Z Summary [ 0.087s] 32 tests run: 32 passed, 0 skipped
21552026-03-25T20:22:05.778Z+ cp apply_remove_entire_group.log /work/
21562026-03-25T20:22:05.780Z+ popd
21572026-03-25T20:22:05.780Z/work/oxidecomputer/maghemite
21582026-03-25T20:22:05.780Zprocess exited: duration 402548 ms, exit code 0
 
21592026-03-25T20:22:05.792Zfound 66 output files
21602026-03-25T20:22:05.792Zuploading: /work/apply_remove_entire_group.log (18581 bytes)
21612026-03-25T20:22:06.803Zuploaded: /work/apply_remove_entire_group.log
21622026-03-25T20:22:06.803Zuploading: /work/dualstack_routes.log (115648 bytes)
21632026-03-25T20:22:07.824Zuploaded: /work/dualstack_routes.log
21642026-03-25T20:22:07.824Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2014 bytes)
21652026-03-25T20:22:08.839Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21662026-03-25T20:22:08.839Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1467 bytes)
21672026-03-25T20:22:09.853Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21682026-03-25T20:22:09.854Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2237 bytes)
21692026-03-25T20:22:10.862Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21702026-03-25T20:22:10.862Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2170 bytes)
21712026-03-25T20:22:11.875Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21722026-03-25T20:22:11.875Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2168 bytes)
21732026-03-25T20:22:12.887Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21742026-03-25T20:22:12.888Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2296 bytes)
21752026-03-25T20:22:13.899Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21762026-03-25T20:22:13.899Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2377 bytes)
21772026-03-25T20:22:14.911Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21782026-03-25T20:22:14.911Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2343 bytes)
21792026-03-25T20:22:15.951Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21802026-03-25T20:22:15.952Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2214 bytes)
21812026-03-25T20:22:16.970Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21822026-03-25T20:22:16.971Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2332 bytes)
21832026-03-25T20:22:17.982Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21842026-03-25T20:22:17.982Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2298 bytes)
21852026-03-25T20:22:18.992Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21862026-03-25T20:22:18.992Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2536 bytes)
21872026-03-25T20:22:20.005Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21882026-03-25T20:22:20.005Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3589 bytes)
21892026-03-25T20:22:21.017Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21902026-03-25T20:22:21.017Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3496 bytes)
21912026-03-25T20:22:22.029Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
21922026-03-25T20:22:22.029Zuploading: /work/multiple_unnumbered.log (139522 bytes)
21932026-03-25T20:22:23.072Zuploaded: /work/multiple_unnumbered.log
21942026-03-25T20:22:23.072Zuploading: /work/ndp_change_reset.log (68213 bytes)
21952026-03-25T20:22:24.112Zuploaded: /work/ndp_change_reset.log
21962026-03-25T20:22:24.112Zuploading: /work/ndp_changes.log (86337 bytes)
21972026-03-25T20:22:25.125Zuploaded: /work/ndp_changes.log
21982026-03-25T20:22:25.125Zuploading: /work/r1.test_basic_peering_active.log (40010 bytes)
21992026-03-25T20:22:26.141Zuploaded: /work/r1.test_basic_peering_active.log
22002026-03-25T20:22:26.141Zuploading: /work/r1.test_basic_peering_active_tcp.log (47723 bytes)
22012026-03-25T20:22:27.164Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22022026-03-25T20:22:27.164Zuploading: /work/r1.test_basic_peering_passive.log (32338 bytes)
22032026-03-25T20:22:28.187Zuploaded: /work/r1.test_basic_peering_passive.log
22042026-03-25T20:22:28.187Zuploading: /work/r1.test_basic_peering_passive_tcp.log (38321 bytes)
22052026-03-25T20:22:29.394Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22062026-03-25T20:22:29.394Zuploading: /work/r1.test_basic_update.log (27238 bytes)
22072026-03-25T20:22:30.500Zuploaded: /work/r1.test_basic_update.log
22082026-03-25T20:22:30.500Zuploading: /work/r1.test_basic_update_ipv6.log (27430 bytes)
22092026-03-25T20:22:31.541Zuploaded: /work/r1.test_basic_update_ipv6.log
22102026-03-25T20:22:31.542Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29457 bytes)
22112026-03-25T20:22:32.651Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22122026-03-25T20:22:32.651Zuploading: /work/r1.test_basic_update_tcp.log (29724 bytes)
22132026-03-25T20:22:33.673Zuploaded: /work/r1.test_basic_update_tcp.log
22142026-03-25T20:22:33.673Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (40101 bytes)
22152026-03-25T20:22:34.708Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22162026-03-25T20:22:34.708Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (60177 bytes)
22172026-03-25T20:22:35.742Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22182026-03-25T20:22:35.743Zuploading: /work/r1.test_import_export_policy_filtering.log (51679 bytes)
22192026-03-25T20:22:36.795Zuploaded: /work/r1.test_import_export_policy_filtering.log
22202026-03-25T20:22:36.795Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (46765 bytes)
22212026-03-25T20:22:37.857Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22222026-03-25T20:22:37.857Zuploading: /work/r1.test_ipv6_basic_peering_active.log (38012 bytes)
22232026-03-25T20:22:38.888Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22242026-03-25T20:22:38.888Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (46293 bytes)
22252026-03-25T20:22:40.746Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22262026-03-25T20:22:40.746Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32258 bytes)
22272026-03-25T20:22:41.828Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22282026-03-25T20:22:41.828Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (37137 bytes)
22292026-03-25T20:22:42.855Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22302026-03-25T20:22:42.855Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35104 bytes)
22312026-03-25T20:22:43.874Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22322026-03-25T20:22:43.874Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28282 bytes)
22332026-03-25T20:22:44.889Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22342026-03-25T20:22:44.889Zuploading: /work/r1.test_three_router_chain_tcp.log (24432 bytes)
22352026-03-25T20:22:45.903Zuploaded: /work/r1.test_three_router_chain_tcp.log
22362026-03-25T20:22:45.903Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24497 bytes)
22372026-03-25T20:22:46.914Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22382026-03-25T20:22:46.914Zuploading: /work/r2.test_basic_peering_active.log (36567 bytes)
22392026-03-25T20:22:47.929Zuploaded: /work/r2.test_basic_peering_active.log
22402026-03-25T20:22:47.929Zuploading: /work/r2.test_basic_peering_active_tcp.log (44161 bytes)
22412026-03-25T20:22:48.942Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22422026-03-25T20:22:48.942Zuploading: /work/r2.test_basic_peering_passive.log (40360 bytes)
22432026-03-25T20:22:49.961Zuploaded: /work/r2.test_basic_peering_passive.log
22442026-03-25T20:22:49.961Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45976 bytes)
22452026-03-25T20:22:50.988Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22462026-03-25T20:22:50.988Zuploading: /work/r2.test_basic_update.log (25920 bytes)
22472026-03-25T20:22:52.006Zuploaded: /work/r2.test_basic_update.log
22482026-03-25T20:22:52.006Zuploading: /work/r2.test_basic_update_ipv6.log (28755 bytes)
22492026-03-25T20:22:53.021Zuploaded: /work/r2.test_basic_update_ipv6.log
22502026-03-25T20:22:53.021Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32321 bytes)
22512026-03-25T20:22:54.034Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22522026-03-25T20:22:54.034Zuploading: /work/r2.test_basic_update_tcp.log (31810 bytes)
22532026-03-25T20:22:55.047Zuploaded: /work/r2.test_basic_update_tcp.log
22542026-03-25T20:22:55.047Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (41735 bytes)
22552026-03-25T20:22:56.070Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22562026-03-25T20:22:56.070Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (53936 bytes)
22572026-03-25T20:22:57.086Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22582026-03-25T20:22:57.086Zuploading: /work/r2.test_import_export_policy_filtering.log (43147 bytes)
22592026-03-25T20:22:58.102Zuploaded: /work/r2.test_import_export_policy_filtering.log
22602026-03-25T20:22:58.102Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (46789 bytes)
22612026-03-25T20:22:59.116Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22622026-03-25T20:22:59.117Zuploading: /work/r2.test_ipv6_basic_peering_active.log (37130 bytes)
22632026-03-25T20:23:00.130Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22642026-03-25T20:23:00.130Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44278 bytes)
22652026-03-25T20:23:01.143Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22662026-03-25T20:23:01.143Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40619 bytes)
22672026-03-25T20:23:02.157Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22682026-03-25T20:23:02.157Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (45589 bytes)
22692026-03-25T20:23:03.170Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22702026-03-25T20:23:03.170Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37702 bytes)
22712026-03-25T20:23:04.183Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22722026-03-25T20:23:04.183Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27653 bytes)
22732026-03-25T20:23:05.196Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22742026-03-25T20:23:05.196Zuploading: /work/r2.test_three_router_chain_tcp.log (43492 bytes)
22752026-03-25T20:23:06.212Zuploaded: /work/r2.test_three_router_chain_tcp.log
22762026-03-25T20:23:06.212Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (43639 bytes)
22772026-03-25T20:23:07.226Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22782026-03-25T20:23:07.227Zuploading: /work/r3.test_three_router_chain_tcp.log (20921 bytes)
22792026-03-25T20:23:08.243Zuploaded: /work/r3.test_three_router_chain_tcp.log
22802026-03-25T20:23:08.243Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20991 bytes)
22812026-03-25T20:23:09.259Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22822026-03-25T20:23:09.259Zuploading: /work/same_linklocal.log (114739 bytes)
22832026-03-25T20:23:10.278Zuploaded: /work/same_linklocal.log
22842026-03-25T20:23:10.279Zuploading: /work/three_chain.log (141103 bytes)
22852026-03-25T20:23:11.310Zuploaded: /work/three_chain.log
22862026-03-25T20:23:11.310Zuploading: /work/unnumbered_expiry.log (85585 bytes)
22872026-03-25T20:23:12.352Zuploaded: /work/unnumbered_expiry.log
22882026-03-25T20:23:12.352Zuploading: /work/unnumbered_interface_lifecycle.log (158933 bytes)
22892026-03-25T20:23:13.375Zuploaded: /work/unnumbered_interface_lifecycle.log
22902026-03-25T20:23:13.375Zuploading: /work/unnumbered_peer_change.log (76895 bytes)
22912026-03-25T20:23:14.408Zuploaded: /work/unnumbered_peer_change.log