01KJEMJNZDTDE1565BXDA71NBH: 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: 01KJEMKFCHSKNDW2SQRPY4RGYA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-27T04:10:50.792Zjob assigned to worker 01KJEMKZ3JNNCPAC1JPJ1YQ645 [factory aws, i-0081caaf6a1ac64eb] (queued for 1 m 9 s)
 
22026-02-27T04:10:59.456Zstarting task 0: "setup"
32026-02-27T04:10:59.461Z++ uname -s
42026-02-27T04:10:59.464Z+ kern=SunOS
52026-02-27T04:10:59.464Z+ build_user=build
62026-02-27T04:10:59.464Z+ build_uid=12345
72026-02-27T04:10:59.464Z+ work_dir=/work
82026-02-27T04:10:59.464Z+ input_dir=/input
92026-02-27T04:10:59.464Z+ [[ 0 == 12345 ]]
102026-02-27T04:10:59.464Z+ case "$kern" in
112026-02-27T04:10:59.464Z+ groupadd -g 12345 build
122026-02-27T04:10:59.467Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-27T04:11:01.473Z+ zfs create -o mountpoint=/work rpool/work
142026-02-27T04:11:01.592Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-27T04:11:01.596Z+ home_fs=zfs
162026-02-27T04:11:01.596Z+ [[ zfs == autofs ]]
172026-02-27T04:11:01.596Z+ mkdir -p /home/build
182026-02-27T04:11:01.599Z+ chown build:build /home/build /work
192026-02-27T04:11:02.601Z+ chmod 0700 /home/build /work
202026-02-27T04:11:02.604Zprocess exited: duration 3147 ms, exit code 0
 
212026-02-27T04:11:02.610Zstarting task 1: "rust-toolchain"
222026-02-27T04:11:02.616Z * rust toolchain channel = "stable"
232026-02-27T04:11:02.616Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-02-27T04:11:02.616Z * rust toolchain profile = "default"
252026-02-27T04:11:02.616Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-27T04:11:02.617Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-27T04:11:02.617Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-27T04:11:02.620Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-27T04:11:02.621Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-27T04:11:02.732Zinfo: downloading installer
312026-02-27T04:11:04.479Zwarn: It looks like you have an existing installation of Rust at:
322026-02-27T04:11:04.479Zwarn: /opt/ooce/bin
332026-02-27T04:11:04.479Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-27T04:11:04.479Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-27T04:11:04.479Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-27T04:11:04.479Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-27T04:11:04.479Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-27T04:11:04.479Zerror: cannot install while Rust is installed
392026-02-27T04:11:04.479Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-27T04:11:04.516Zinfo: profile set to 'default'
412026-02-27T04:11:04.516Zinfo: default host triple is x86_64-unknown-illumos
422026-02-27T04:11:04.520Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-27T04:11:04.692Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-02-27T04:11:04.692Zinfo: downloading component 'cargo'
452026-02-27T04:11:05.853Zinfo: downloading component 'clippy'
462026-02-27T04:11:06.227Zinfo: downloading component 'rust-docs'
472026-02-27T04:11:07.692Zinfo: downloading component 'rust-std'
482026-02-27T04:11:09.966Zinfo: downloading component 'rustc'
492026-02-27T04:11:17.268Zinfo: downloading component 'rustfmt'
502026-02-27T04:11:17.534Zinfo: installing component 'cargo'
512026-02-27T04:11:18.452Zinfo: installing component 'clippy'
522026-02-27T04:11:18.838Zinfo: installing component 'rust-docs'
532026-02-27T04:11:20.799Zinfo: installing component 'rust-std'
542026-02-27T04:11:22.611Zinfo: installing component 'rustc'
552026-02-27T04:11:29.390Zinfo: installing component 'rustfmt'
562026-02-27T04:11:29.697Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-27T04:11:29.697Z
582026-02-27T04:11:30.177Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-02-27T04:11:30.177Z
602026-02-27T04:11:30.181Z
612026-02-27T04:11:30.181ZRust is installed now. Great!
622026-02-27T04:11:30.181Z
632026-02-27T04:11:30.181ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-27T04:11:30.181Zenvironment variable. This has not been done automatically.
652026-02-27T04:11:30.181Z
662026-02-27T04:11:30.181ZTo configure your current shell, you need to source
672026-02-27T04:11:30.181Zthe corresponding env file under $HOME/.cargo.
682026-02-27T04:11:30.181Z
692026-02-27T04:11:30.181ZThis is usually done by running one of the following (note the leading DOT):
702026-02-27T04:11:30.181Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-27T04:11:30.181Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-27T04:11:30.181Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-27T04:11:30.286Z+ rustup --version
742026-02-27T04:11:30.298Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-27T04:11:30.301Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-27T04:11:30.372Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-02-27T04:11:30.375Z+ cargo --version
782026-02-27T04:11:30.432Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-02-27T04:11:30.435Z+ rustc --version
802026-02-27T04:11:30.502Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-02-27T04:11:30.507Zprocess exited: duration 27892 ms, exit code 0
 
822026-02-27T04:11:30.515Zstarting task 2: "authentication"
832026-02-27T04:11:30.536Zprocess exited: duration 22 ms, exit code 0
 
842026-02-27T04:11:30.546Zstarting task 3: "clone repository"
852026-02-27T04:11:30.550Z+ mkdir -p /work/oxidecomputer/maghemite
862026-02-27T04:11:30.554Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
872026-02-27T04:11:30.646ZCloning into '/work/oxidecomputer/maghemite'...
882026-02-27T04:11:34.132Z+ cd /work/oxidecomputer/maghemite
892026-02-27T04:11:34.132Z+ git fetch origin 8b177f7e9f8e6db76b6686183dfb36c066ed3177
902026-02-27T04:11:34.503ZFrom https://github.com/oxidecomputer/maghemite
912026-02-27T04:11:34.503Z * branch 8b177f7e9f8e6db76b6686183dfb36c066ed3177 -> FETCH_HEAD
922026-02-27T04:11:34.511Z+ [[ -n renovate/oxide-vpc-digest ]]
932026-02-27T04:11:34.514Z++ git branch --show-current
942026-02-27T04:11:34.517Z+ current=main
952026-02-27T04:11:34.517Z+ [[ main != renovate/oxide-vpc-digest ]]
962026-02-27T04:11:34.517Z+ git branch -f renovate/oxide-vpc-digest 8b177f7e9f8e6db76b6686183dfb36c066ed3177
972026-02-27T04:11:34.520Z+ git checkout -f renovate/oxide-vpc-digest
982026-02-27T04:11:34.547ZSwitched to branch 'renovate/oxide-vpc-digest'
992026-02-27T04:11:34.550Z+ git reset --hard 8b177f7e9f8e6db76b6686183dfb36c066ed3177
1002026-02-27T04:11:34.554ZHEAD is now at 8b177f7 Update oxide-vpc digest to 5d0c819
1012026-02-27T04:11:34.557Zprocess exited: duration 4012 ms, exit code 0
 
1022026-02-27T04:11:34.566Zstarting task 4: "build"
1032026-02-27T04:11:34.569Z+ set -e
1042026-02-27T04:11:34.569Z+ source .github/buildomat/test-common.sh
1052026-02-27T04:11:34.569Z++ NEXTEST_VERSION=0.9.97
1062026-02-27T04:11:34.569Z++ PLATFORM=illumos
1072026-02-27T04:11:34.569Z++ banner install
1082026-02-27T04:11:34.572Z
1092026-02-27T04:11:34.572Z # # # #### ##### ## # #
1102026-02-27T04:11:34.572Z # ## # # # # # # #
1112026-02-27T04:11:34.572Z # # # # #### # # # # #
1122026-02-27T04:11:34.572Z # # # # # # ###### # #
1132026-02-27T04:11:34.572Z # # ## # # # # # # #
1142026-02-27T04:11:34.572Z # # # #### # # # ###### ######
1152026-02-27T04:11:34.572Z
1162026-02-27T04:11:34.572Z++ set +o errexit
1172026-02-27T04:11:34.575Z++ pkg info clang-15
1182026-02-27T04:11:34.575Z++ grep -qi installed
1192026-02-27T04:11:39.582Zpkg: info: no packages matching the following patterns you specified are
1202026-02-27T04:11:39.582Zinstalled on the system. Try querying remotely instead:
1212026-02-27T04:11:39.582Z
1222026-02-27T04:11:39.582Z clang-15
1232026-02-27T04:11:39.630Z++ [[ 1 != 0 ]]
1242026-02-27T04:11:39.630Z++ set -o errexit
1252026-02-27T04:11:39.630Z++ pfexec pkg install clang-15
1262026-02-27T04:11:48.259Z Startup: Refreshing catalog 'helios-dev' ... Done
1272026-02-27T04:11:58.874Z Startup: Caching catalogs ... Done
1282026-02-27T04:12:23.369ZPlanning: Solver setup ... Done
1292026-02-27T04:12:23.535ZPlanning: Running solver ... Done
1302026-02-27T04:12:23.706ZPlanning: Finding local manifests ... Done
1312026-02-27T04:12:24.197ZPlanning: Fetching manifests: 0/2 0% complete
1322026-02-27T04:12:24.370ZPlanning: Fetching manifests: 2/2 100% complete
1332026-02-27T04:12:24.416ZPlanning: Package planning ... Done
1342026-02-27T04:12:24.462ZPlanning: Merging actions ... Done
1352026-02-27T04:12:24.802ZPlanning: Checking for conflicting actions ... Done
1362026-02-27T04:12:24.814ZPlanning: Consolidating action changes ... Done
1372026-02-27T04:12:28.651ZPlanning: Evaluating mediators ... Done
1382026-02-27T04:12:28.665ZPlanning: Planning completed in 29.63 seconds
1392026-02-27T04:12:28.677Z Packages to install: 2
1402026-02-27T04:12:28.677Z Mediators to change: 2
1412026-02-27T04:12:28.681Z Services to change: 1
1422026-02-27T04:12:28.681Z Create boot environment: No
1432026-02-27T04:12:28.681ZCreate backup boot environment: No
1442026-02-27T04:12:28.946Z
1452026-02-27T04:12:28.946ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1462026-02-27T04:12:38.223ZDownload: 983/3076 items 82.2/211.3MB 38% complete (21.8M/s)
1472026-02-27T04:12:43.682ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1482026-02-27T04:12:48.727ZDownload: 1498/3076 items 115.4/211.3MB 54% complete (4.7M/s)
1492026-02-27T04:12:54.017ZDownload: 2003/3076 items 117.3/211.3MB 55% complete (3.6M/s)
1502026-02-27T04:12:59.872ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (1.8M/s)
1512026-02-27T04:13:04.896ZDownload: 3031/3076 items 201.4/211.3MB 95% complete (8.8M/s)
1522026-02-27T04:13:06.934ZDownload: Completed 211.31 MB in 37.99 seconds (5.6M/s)
1532026-02-27T04:13:07.116Z Actions: 1/3418 actions (Installing new actions)
1542026-02-27T04:13:11.792Z Actions: Completed 3418 actions in 4.67 seconds.
1552026-02-27T04:13:12.219Z Done
1562026-02-27T04:13:12.220Z Done
1572026-02-27T04:13:13.325Z Done
1582026-02-27T04:13:18.394Z Done
1592026-02-27T04:13:18.482Z Done
1602026-02-27T04:13:18.487Z Done
1612026-02-27T04:13:18.642Z Done
1622026-02-27T04:13:19.316Z++ set -o errexit
1632026-02-27T04:13:19.316Z++ cargo --version
1642026-02-27T04:13:19.324Zinfo: syncing channel updates for '1.92.0-x86_64-unknown-illumos'
1652026-02-27T04:13:19.535Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
1662026-02-27T04:13:19.535Zinfo: downloading component 'cargo'
1672026-02-27T04:13:20.876Zinfo: downloading component 'clippy'
1682026-02-27T04:13:21.415Zinfo: downloading component 'rust-docs'
1692026-02-27T04:13:23.187Zinfo: downloading component 'rust-std'
1702026-02-27T04:13:25.567Zinfo: downloading component 'rustc'
1712026-02-27T04:13:33.464Zinfo: downloading component 'rustfmt'
1722026-02-27T04:13:33.737Zinfo: installing component 'cargo'
1732026-02-27T04:13:34.671Zinfo: installing component 'clippy'
1742026-02-27T04:13:35.058Zinfo: installing component 'rust-docs'
1752026-02-27T04:13:36.993Zinfo: installing component 'rust-std'
1762026-02-27T04:13:38.790Zinfo: installing component 'rustc'
1772026-02-27T04:13:45.434Zinfo: installing component 'rustfmt'
1782026-02-27T04:13:45.888Zcargo 1.92.0 (344c4567c 2025-10-21)
1792026-02-27T04:13:45.897Z++ rustc --version
1802026-02-27T04:13:45.978Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1812026-02-27T04:13:45.985Z++ cargo install cargo-nextest --version 0.9.97
1822026-02-27T04:13:46.106Z Updating crates.io index
1832026-02-27T04:13:46.200Z Downloading crates ...
1842026-02-27T04:13:46.283Z Downloaded cargo-nextest v0.9.97
1852026-02-27T04:13:46.392Z Installing cargo-nextest v0.9.97
1862026-02-27T04:13:46.477Z Updating crates.io index
1872026-02-27T04:13:49.411Z Locking 405 packages to latest compatible versions
1882026-02-27T04:13:49.425Z Adding dialoguer v0.11.0 (available: v0.12.0)
1892026-02-27T04:13:49.425Z Adding duct v0.13.7 (available: v1.1.1)
1902026-02-27T04:13:49.425Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1912026-02-27T04:13:49.425Z Adding generic-array v0.14.7 (available: v0.14.9)
1922026-02-27T04:13:49.443Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1932026-02-27T04:13:49.443Z Adding nextest-filtering v0.15.0 (available: v0.18.0)
1942026-02-27T04:13:49.443Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1952026-02-27T04:13:49.443Z Adding nextest-runner v0.80.0 (available: v0.110.0)
1962026-02-27T04:13:49.457Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1972026-02-27T04:13:49.476Z Downloading crates ...
1982026-02-27T04:13:49.548Z Downloaded atomic-waker v1.1.2
1992026-02-27T04:13:49.552Z Downloaded block-buffer v0.10.4
2002026-02-27T04:13:49.556Z Downloaded anstream v0.6.21
2012026-02-27T04:13:49.560Z Downloaded hex v0.4.3
2022026-02-27T04:13:49.560Z Downloaded bitflags v2.11.0
2032026-02-27T04:13:49.565Z Downloaded guppy-workspace-hack v0.1.0
2042026-02-27T04:13:49.576Z Downloaded adler2 v2.0.1
2052026-02-27T04:13:49.576Z Downloaded addr2line v0.25.1
2062026-02-27T04:13:49.576Z Downloaded borsh v1.6.0
2072026-02-27T04:13:49.581Z Downloaded http-body-util v0.1.3
2082026-02-27T04:13:49.581Z Downloaded http v1.4.0
2092026-02-27T04:13:49.585Z Downloaded cfg_aliases v0.2.1
2102026-02-27T04:13:49.586Z Downloaded derive_more-impl v2.1.1
2112026-02-27T04:13:49.596Z Downloaded curve25519-dalek-derive v0.1.1
2122026-02-27T04:13:49.602Z Downloaded ryu v1.0.23
2132026-02-27T04:13:49.602Z Downloaded filetime v0.2.27
2142026-02-27T04:13:49.602Z Downloaded clap_lex v1.0.0
2152026-02-27T04:13:49.602Z Downloaded cargo-util-schemas v0.2.0
2162026-02-27T04:13:49.606Z Downloaded enable-ansi-support v0.2.1
2172026-02-27T04:13:49.606Z Downloaded portable-atomic v1.13.1
2182026-02-27T04:13:49.611Z Downloaded owo-colors v4.3.0
2192026-02-27T04:13:49.614Z Downloaded ordered-float v2.10.1
2202026-02-27T04:13:49.619Z Downloaded convert_case v0.10.0
2212026-02-27T04:13:49.619Z Downloaded cargo-platform v0.3.2
2222026-02-27T04:13:49.623Z Downloaded duct v0.13.7
2232026-02-27T04:13:49.623Z Downloaded once_cell v1.21.3
2242026-02-27T04:13:49.626Z Downloaded nested v0.1.1
2252026-02-27T04:13:49.626Z Downloaded pin-utils v0.1.0
2262026-02-27T04:13:49.629Z Downloaded nextest-filtering v0.15.0
2272026-02-27T04:13:49.632Z Downloaded foldhash v0.1.5
2282026-02-27T04:13:49.632Z Downloaded cpufeatures v0.2.17
2292026-02-27T04:13:49.645Z Downloaded pathdiff v0.2.3
2302026-02-27T04:13:49.645Z Downloaded openssl-macros v0.1.1
2312026-02-27T04:13:49.645Z Downloaded foreign-types v0.3.2
2322026-02-27T04:13:49.645Z Downloaded derive_more v2.1.1
2332026-02-27T04:13:49.651Z Downloaded sha2 v0.10.9
2342026-02-27T04:13:49.656Z Downloaded rustc-demangle v0.1.27
2352026-02-27T04:13:49.656Z Downloaded nextest-workspace-hack v0.1.0
2362026-02-27T04:13:49.656Z Downloaded futures-executor v0.3.32
2372026-02-27T04:13:49.665Z Downloaded crc32fast v1.5.0
2382026-02-27T04:13:49.665Z Downloaded equivalent v1.0.2
2392026-02-27T04:13:49.689Z Downloaded futures-core v0.3.32
2402026-02-27T04:13:49.689Z Downloaded errno v0.3.14
2412026-02-27T04:13:49.689Z Downloaded futures-sink v0.3.32
2422026-02-27T04:13:49.689Z Downloaded crypto-common v0.1.7
2432026-02-27T04:13:49.689Z Downloaded colorchoice v1.0.4
2442026-02-27T04:13:49.697Z Downloaded clap v4.5.60
2452026-02-27T04:13:49.697Z Downloaded indenter v0.3.4
2462026-02-27T04:13:49.698Z Downloaded percent-encoding v2.3.2
2472026-02-27T04:13:49.698Z Downloaded form_urlencoded v1.2.2
2482026-02-27T04:13:49.698Z Downloaded itoa v1.0.17
2492026-02-27T04:13:49.698Z Downloaded idna_adapter v1.0.0
2502026-02-27T04:13:49.698Z Downloaded backtrace-ext v0.2.1
2512026-02-27T04:13:49.698Z Downloaded fixedbitset v0.5.7
2522026-02-27T04:13:49.698Z Downloaded futures-io v0.3.32
2532026-02-27T04:13:49.698Z Downloaded find-msvc-tools v0.1.9
2542026-02-27T04:13:49.698Z Downloaded lazy_static v1.5.0
2552026-02-27T04:13:49.702Z Downloaded erased-serde v0.4.9
2562026-02-27T04:13:49.702Z Downloaded atomicwrites v0.4.4
2572026-02-27T04:13:49.703Z Downloaded console v0.15.11
2582026-02-27T04:13:49.703Z Downloaded serde_urlencoded v0.7.1
2592026-02-27T04:13:49.718Z Downloaded mukti-metadata v0.3.0
2602026-02-27T04:13:49.718Z Downloaded indent_write v2.2.0
2612026-02-27T04:13:49.718Z Downloaded cargo_metadata v0.20.0
2622026-02-27T04:13:49.722Z Downloaded autocfg v1.5.0
2632026-02-27T04:13:49.722Z Downloaded fnv v1.0.7
2642026-02-27T04:13:49.722Z Downloaded rustc-hash v2.1.1
2652026-02-27T04:13:49.722Z Downloaded bytes v1.11.1
2662026-02-27T04:13:49.722Z Downloaded openssl-sys v0.9.111
2672026-02-27T04:13:49.722Z Downloaded swrite v0.1.0
2682026-02-27T04:13:49.722Z Downloaded heck v0.5.0
2692026-02-27T04:13:49.726Z Downloaded document-features v0.2.12
2702026-02-27T04:13:49.726Z Downloaded shared_child v1.1.1
2712026-02-27T04:13:49.726Z Downloaded rustc_version v0.4.1
2722026-02-27T04:13:49.733Z Downloaded signal-hook-mio v0.2.5
2732026-02-27T04:13:49.733Z Downloaded openssl-probe v0.2.1
2742026-02-27T04:13:49.733Z Downloaded futures-macro v0.3.32
2752026-02-27T04:13:49.742Z Downloaded anstyle-query v1.1.5
2762026-02-27T04:13:49.742Z Downloaded serde-value v0.7.0
2772026-02-27T04:13:49.742Z Downloaded base64ct v1.8.3
2782026-02-27T04:13:49.742Z Downloaded os_pipe v1.2.3
2792026-02-27T04:13:49.742Z Downloaded supports-hyperlinks v3.2.0
2802026-02-27T04:13:49.749Z Downloaded signature v2.2.0
2812026-02-27T04:13:49.749Z Downloaded supports-unicode v3.0.0
2822026-02-27T04:13:49.749Z Downloaded slab v0.4.12
2832026-02-27T04:13:49.749Z Downloaded hyper-tls v0.6.0
2842026-02-27T04:13:49.749Z Downloaded futures-task v0.3.32
2852026-02-27T04:13:49.749Z Downloaded shell-words v1.1.1
2862026-02-27T04:13:49.754Z Downloaded is_terminal_polyfill v1.70.2
2872026-02-27T04:13:49.754Z Downloaded camino-tempfile v1.4.1
2882026-02-27T04:13:49.754Z Downloaded humantime-serde v1.1.1
2892026-02-27T04:13:49.754Z Downloaded terminal_size v0.4.3
2902026-02-27T04:13:49.755Z Downloaded serde_ignored v0.1.14
2912026-02-27T04:13:49.760Z Downloaded serde_spanned v0.6.9
2922026-02-27T04:13:49.760Z Downloaded scopeguard v1.2.0
2932026-02-27T04:13:49.760Z Downloaded anstyle-parse v0.2.7
2942026-02-27T04:13:49.761Z Downloaded future-queue v0.4.0
2952026-02-27T04:13:49.761Z Downloaded either v1.15.0
2962026-02-27T04:13:49.765Z Downloaded subtle v2.6.1
2972026-02-27T04:13:49.766Z Downloaded clap_derive v4.5.55
2982026-02-27T04:13:49.770Z Downloaded strsim v0.11.1
2992026-02-27T04:13:49.770Z Downloaded eyre v0.6.12
3002026-02-27T04:13:49.770Z Downloaded tinyvec_macros v0.1.1
3012026-02-27T04:13:49.773Z Downloaded sync_wrapper v1.0.2
3022026-02-27T04:13:49.773Z Downloaded strip-ansi-escapes v0.2.1
3032026-02-27T04:13:49.773Z Downloaded sigchld v0.2.4
3042026-02-27T04:13:49.773Z Downloaded serde_spanned v1.0.4
3052026-02-27T04:13:49.783Z Downloaded globset v0.4.18
3062026-02-27T04:13:49.783Z Downloaded lock_api v0.4.14
3072026-02-27T04:13:49.783Z Downloaded digest v0.10.7
3082026-02-27T04:13:49.783Z Downloaded camino v1.2.2
3092026-02-27T04:13:49.784Z Downloaded futures-channel v0.3.32
3102026-02-27T04:13:49.784Z Downloaded rand_core v0.9.5
3112026-02-27T04:13:49.788Z Downloaded pin-project-lite v0.2.16
3122026-02-27T04:13:49.801Z Downloaded target-spec-miette v0.4.5
3132026-02-27T04:13:49.801Z Downloaded der v0.7.10
3142026-02-27T04:13:49.809Z Downloaded thiserror v1.0.69
3152026-02-27T04:13:49.809Z Downloaded nextest-metadata v0.12.2
3162026-02-27T04:13:49.809Z Downloaded miniz_oxide v0.8.9
3172026-02-27T04:13:49.809Z Downloaded humantime v2.3.0
3182026-02-27T04:13:49.867Z Downloaded spki v0.7.3
3192026-02-27T04:13:49.867Z Downloaded serde-untagged v0.1.9
3202026-02-27T04:13:49.867Z Downloaded dialoguer v0.11.0
3212026-02-27T04:13:49.867Z Downloaded typeid v1.0.3
3222026-02-27T04:13:49.867Z Downloaded toml_write v0.1.2
3232026-02-27T04:13:49.878Z Downloaded toml_datetime v0.6.11
3242026-02-27T04:13:49.878Z Downloaded unicode-xid v0.2.6
3252026-02-27T04:13:49.878Z Downloaded unicode-linebreak v0.1.5
3262026-02-27T04:13:49.878Z Downloaded tower-service v0.3.3
3272026-02-27T04:13:49.879Z Downloaded litrs v1.0.0
3282026-02-27T04:13:49.879Z Downloaded anstyle v1.0.13
3292026-02-27T04:13:49.879Z Downloaded smol_str v0.3.5
3302026-02-27T04:13:49.879Z Downloaded config v0.15.19
3312026-02-27T04:13:49.879Z Downloaded try-lock v0.2.5
3322026-02-27T04:13:49.879Z Downloaded untrusted v0.9.0
3332026-02-27T04:13:49.879Z Downloaded tracing-error v0.2.1
3342026-02-27T04:13:49.879Z Downloaded semver v1.0.27
3352026-02-27T04:13:49.879Z Downloaded urlencoding v2.1.3
3362026-02-27T04:13:49.879Z Downloaded is_ci v1.2.0
3372026-02-27T04:13:49.879Z Downloaded getrandom v0.2.17
3382026-02-27T04:13:49.879Z Downloaded pkcs8 v0.10.2
3392026-02-27T04:13:49.879Z Downloaded base64 v0.22.1
3402026-02-27T04:13:49.879Z Downloaded thiserror-impl v2.0.18
3412026-02-27T04:13:49.879Z Downloaded simd-adler32 v0.3.8
3422026-02-27T04:13:49.879Z Downloaded utf8parse v0.2.2
3432026-02-27T04:13:49.879Z Downloaded version_check v0.9.5
3442026-02-27T04:13:49.879Z Downloaded signal-hook-registry v1.4.8
3452026-02-27T04:13:49.879Z Downloaded want v0.3.1
3462026-02-27T04:13:49.879Z Downloaded ahash v0.8.12
3472026-02-27T04:13:49.879Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3482026-02-27T04:13:49.879Z Downloaded supports-color v3.0.2
3492026-02-27T04:13:49.880Z Downloaded shlex v1.3.0
3502026-02-27T04:13:49.880Z Downloaded target-spec v3.5.7
3512026-02-27T04:13:49.880Z Downloaded tower-layer v0.3.3
3522026-02-27T04:13:49.880Z Downloaded thread_local v1.1.9
3532026-02-27T04:13:49.880Z Downloaded serde_path_to_error v0.1.20
3542026-02-27T04:13:49.880Z Downloaded rand_chacha v0.9.0
3552026-02-27T04:13:49.880Z Downloaded ppv-lite86 v0.2.21
3562026-02-27T04:13:49.880Z Downloaded static_assertions v1.1.0
3572026-02-27T04:13:49.880Z Downloaded utf8_iter v1.0.4
3582026-02-27T04:13:49.880Z Downloaded getrandom v0.4.1
3592026-02-27T04:13:49.880Z Downloaded parking_lot_core v0.9.12
3602026-02-27T04:13:49.880Z Downloaded iana-time-zone v0.1.65
3612026-02-27T04:13:49.891Z Downloaded self-replace v1.5.0
3622026-02-27T04:13:49.892Z Downloaded thiserror-impl v1.0.69
3632026-02-27T04:13:49.892Z Downloaded thiserror v2.0.18
3642026-02-27T04:13:49.892Z Downloaded quinn-udp v0.5.14
3652026-02-27T04:13:49.892Z Downloaded derive-where v1.6.0
3662026-02-27T04:13:49.903Z Downloaded futures v0.3.32
3672026-02-27T04:13:49.903Z Downloaded tracing-log v0.2.0
3682026-02-27T04:13:49.903Z Downloaded smallvec v1.15.1
3692026-02-27T04:13:49.907Z Downloaded parking_lot v0.12.5
3702026-02-27T04:13:49.907Z Downloaded hyper-rustls v0.27.7
3712026-02-27T04:13:49.907Z Downloaded httparse v1.10.1
3722026-02-27T04:13:49.907Z Downloaded quote v1.0.44
3732026-02-27T04:13:49.907Z Downloaded rand_core v0.6.4
3742026-02-27T04:13:49.911Z Downloaded pkg-config v0.3.32
3752026-02-27T04:13:49.911Z Downloaded serde_derive v1.0.228
3762026-02-27T04:13:49.912Z Downloaded newtype-uuid v1.3.2
3772026-02-27T04:13:49.929Z Downloaded signal-hook v0.3.18
3782026-02-27T04:13:49.929Z Downloaded xattr v1.6.1
3792026-02-27T04:13:49.929Z Downloaded tokio-rustls v0.26.4
3802026-02-27T04:13:49.929Z Downloaded tokio-macros v2.6.0
3812026-02-27T04:13:49.938Z Downloaded sharded-slab v0.1.7
3822026-02-27T04:13:49.938Z Downloaded zmij v1.0.21
3832026-02-27T04:13:49.938Z Downloaded zeroize v1.8.2
3842026-02-27T04:13:49.938Z Downloaded zstd-safe v7.2.4
3852026-02-27T04:13:49.938Z Downloaded xxhash-rust v0.8.15
3862026-02-27T04:13:49.938Z Downloaded toml_writer v1.0.6+spec-1.1.0
3872026-02-27T04:13:49.938Z Downloaded zipsign-api v0.1.5
3882026-02-27T04:13:49.938Z Downloaded ipnet v2.11.0
3892026-02-27T04:13:49.938Z Downloaded serde_core v1.0.228
3902026-02-27T04:13:49.958Z Downloaded self_update v0.42.0
3912026-02-27T04:13:49.958Z Downloaded tokio-stream v0.1.18
3922026-02-27T04:13:49.959Z Downloaded quick-junit v0.5.2
3932026-02-27T04:13:49.966Z Downloaded toml_parser v1.0.9+spec-1.1.0
3942026-02-27T04:13:49.966Z Downloaded backtrace v0.3.76
3952026-02-27T04:13:49.966Z Downloaded tinyvec v1.10.0
3962026-02-27T04:13:49.966Z Downloaded textwrap v0.16.2
3972026-02-27T04:13:49.966Z Downloaded ed25519 v2.2.3
3982026-02-27T04:13:49.966Z Downloaded flate2 v1.1.9
3992026-02-27T04:13:49.966Z Downloaded tempfile v3.26.0
4002026-02-27T04:13:49.966Z Downloaded target-lexicon v0.13.3
4012026-02-27T04:13:49.978Z Downloaded native-tls v0.2.18
4022026-02-27T04:13:49.978Z Downloaded ed25519-dalek v2.2.0
4032026-02-27T04:13:49.978Z Downloaded pin-project-internal v1.1.10
4042026-02-27T04:13:49.978Z Downloaded miette-derive v7.6.0
4052026-02-27T04:13:49.986Z Downloaded generic-array v0.14.7
4062026-02-27T04:13:49.986Z Downloaded unicase v2.9.0
4072026-02-27T04:13:49.987Z Downloaded color-spantrace v0.3.0
4082026-02-27T04:13:49.987Z Downloaded getrandom v0.3.4
4092026-02-27T04:13:49.987Z Downloaded unicode-ident v1.0.24
4102026-02-27T04:13:49.987Z Downloaded pin-project v1.1.10
4112026-02-27T04:13:50.002Z Downloaded uuid v1.21.0
4122026-02-27T04:13:50.002Z Downloaded zstd v0.13.3
4132026-02-27T04:13:50.002Z Downloaded tokio-native-tls v0.3.1
4142026-02-27T04:13:50.008Z Downloaded cc v1.2.56
4152026-02-27T04:13:50.008Z Downloaded toml v0.8.23
4162026-02-27T04:13:50.008Z Downloaded serde v1.0.228
4172026-02-27T04:13:50.008Z Downloaded tracing-attributes v0.1.31
4182026-02-27T04:13:50.008Z Downloaded jobserver v0.1.34
4192026-02-27T04:13:50.013Z Downloaded http-body v1.0.1
4202026-02-27T04:13:50.013Z Downloaded toml_edit v0.22.27
4212026-02-27T04:13:50.019Z Downloaded log v0.4.29
4222026-02-27T04:13:50.019Z Downloaded rustls-pki-types v1.14.0
4232026-02-27T04:13:50.036Z Downloaded home v0.5.12
4242026-02-27T04:13:50.037Z Downloaded foreign-types-shared v0.1.1
4252026-02-27T04:13:50.037Z Downloaded num-traits v0.2.19
4262026-02-27T04:13:50.037Z Downloaded proc-macro2 v1.0.106
4272026-02-27T04:13:50.047Z Downloaded lru-slab v0.1.2
4282026-02-27T04:13:50.047Z Downloaded fastrand v2.3.0
4292026-02-27T04:13:50.047Z Downloaded debug-ignore v1.0.5
4302026-02-27T04:13:50.047Z Downloaded cfg-if v1.0.4
4312026-02-27T04:13:50.047Z Downloaded cfg-expr v0.20.6
4322026-02-27T04:13:50.047Z Downloaded tar v0.4.44
4332026-02-27T04:13:50.047Z Downloaded socket2 v0.6.2
4342026-02-27T04:13:50.047Z Downloaded cargo_metadata v0.23.1
4352026-02-27T04:13:50.047Z Downloaded cargo-platform v0.2.0
4362026-02-27T04:13:50.047Z Downloaded number_prefix v0.4.0
4372026-02-27T04:13:50.047Z Downloaded const-oid v0.9.6
4382026-02-27T04:13:50.047Z Downloaded async-scoped v0.9.0
4392026-02-27T04:13:50.047Z Downloaded tower v0.5.3
4402026-02-27T04:13:50.066Z Downloaded indicatif v0.17.11
4412026-02-27T04:13:50.071Z Downloaded toml v0.9.12+spec-1.1.0
4422026-02-27T04:13:50.075Z Downloaded guppy v0.17.25
4432026-02-27T04:13:50.079Z Downloaded futures-util v0.3.32
4442026-02-27T04:13:50.086Z Downloaded hashbrown v0.16.1
4452026-02-27T04:13:50.091Z Downloaded tokio-util v0.7.18
4462026-02-27T04:13:50.103Z Downloaded tower-http v0.6.8
4472026-02-27T04:13:50.108Z Downloaded vte v0.14.1
4482026-02-27T04:13:50.109Z Downloaded rustls-webpki v0.103.9
4492026-02-27T04:13:50.113Z Downloaded chrono v0.4.44
4502026-02-27T04:13:50.122Z Downloaded aho-corasick v1.1.4
4512026-02-27T04:13:50.129Z Downloaded memchr v2.8.0
4522026-02-27T04:13:50.130Z Downloaded hyper v1.8.1
4532026-02-27T04:13:50.135Z Downloaded typenum v1.19.0
4542026-02-27T04:13:50.135Z Downloaded tracing-core v0.1.36
4552026-02-27T04:13:50.135Z Downloaded serde_json v1.0.149
4562026-02-27T04:13:50.138Z Downloaded h2 v0.4.13
4572026-02-27T04:13:50.143Z Downloaded clap_builder v4.5.60
4582026-02-27T04:13:50.149Z Downloaded winnow v0.7.14
4592026-02-27T04:13:50.156Z Downloaded quinn v0.11.9
4602026-02-27T04:13:50.159Z Downloaded hashbrown v0.15.5
4612026-02-27T04:13:50.164Z Downloaded crossterm v0.29.0
4622026-02-27T04:13:50.175Z Downloaded vcpkg v0.2.15
4632026-02-27T04:13:50.216Z Downloaded rand v0.9.2
4642026-02-27T04:13:50.225Z Downloaded hyper-util v0.1.20
4652026-02-27T04:13:50.226Z Downloaded mio v1.1.1
4662026-02-27T04:13:50.226Z Downloaded zerocopy v0.8.40
4672026-02-27T04:13:50.330Z Downloaded syn v2.0.117
4682026-02-27T04:13:50.330Z Downloaded gimli v0.32.3
4692026-02-27T04:13:50.330Z Downloaded bstr v1.12.1
4702026-02-27T04:13:50.330Z Downloaded indexmap v2.13.0
4712026-02-27T04:13:50.330Z Downloaded url v2.5.8
4722026-02-27T04:13:50.330Z Downloaded ron v0.12.0
4732026-02-27T04:13:50.330Z Downloaded unicode-width v0.2.2
4742026-02-27T04:13:50.330Z Downloaded unicode-width v0.1.14
4752026-02-27T04:13:50.330Z Downloaded idna v1.1.0
4762026-02-27T04:13:50.330Z Downloaded unicode-segmentation v1.12.0
4772026-02-27T04:13:50.330Z Downloaded iri-string v0.7.10
4782026-02-27T04:13:50.330Z Downloaded miette v7.6.0
4792026-02-27T04:13:50.330Z Downloaded tracing v0.1.44
4802026-02-27T04:13:50.330Z Downloaded curve25519-dalek v4.1.3
4812026-02-27T04:13:50.330Z Downloaded color-eyre v0.6.5
4822026-02-27T04:13:50.330Z Downloaded unicode-normalization v0.1.25
4832026-02-27T04:13:50.336Z Downloaded itertools v0.14.0
4842026-02-27T04:13:50.339Z Downloaded reqwest v0.12.28
4852026-02-27T04:13:50.369Z Downloaded pulldown-cmark v0.13.1
4862026-02-27T04:13:50.381Z Downloaded regex v1.12.3
4872026-02-27T04:13:50.424Z Downloaded quick-xml v0.38.4
4882026-02-27T04:13:50.461Z Downloaded quick-xml v0.37.5
4892026-02-27T04:13:50.470Z Downloaded openssl v0.10.75
4902026-02-27T04:13:50.490Z Downloaded tracing-subscriber v0.3.22
4912026-02-27T04:13:50.509Z Downloaded quinn-proto v0.11.13
4922026-02-27T04:13:50.580Z Downloaded webpki-roots v1.0.6
4932026-02-27T04:13:50.586Z Downloaded nextest-runner v0.80.0
4942026-02-27T04:13:50.618Z Downloaded object v0.37.3
4952026-02-27T04:13:50.627Z Downloaded rustix v0.38.44
4962026-02-27T04:13:50.653Z Downloaded nix v0.30.1
4972026-02-27T04:13:50.663Z Downloaded rustls v0.23.37
4982026-02-27T04:13:50.670Z Downloaded regex-syntax v0.8.10
4992026-02-27T04:13:50.685Z Downloaded rustix v1.1.4
5002026-02-27T04:13:50.815Z Downloaded regex-automata v0.4.14
5012026-02-27T04:13:50.916Z Downloaded libc v0.2.182
5022026-02-27T04:13:50.936Z Downloaded petgraph v0.8.3
5032026-02-27T04:13:50.958Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5042026-02-27T04:13:50.973Z Downloaded tokio v1.49.0
5052026-02-27T04:13:51.055Z Downloaded recursion v0.5.4
5062026-02-27T04:13:51.073Z Downloaded ring v0.17.14
5072026-02-27T04:13:51.158Z Compiling libc v0.2.182
5082026-02-27T04:13:51.162Z Compiling proc-macro2 v1.0.106
5092026-02-27T04:13:51.162Z Compiling unicode-ident v1.0.24
5102026-02-27T04:13:51.162Z Compiling quote v1.0.44
5112026-02-27T04:13:51.162Z Compiling serde_core v1.0.228
5122026-02-27T04:13:51.162Z Compiling cfg-if v1.0.4
5132026-02-27T04:13:51.351Z Compiling memchr v2.8.0
5142026-02-27T04:13:51.366Z Compiling once_cell v1.21.3
5152026-02-27T04:13:51.516Z Compiling log v0.4.29
5162026-02-27T04:13:51.576Z Compiling pin-project-lite v0.2.16
5172026-02-27T04:13:51.748Z Compiling itoa v1.0.17
5182026-02-27T04:13:51.870Z Compiling serde v1.0.228
5192026-02-27T04:13:52.158Z Compiling futures-core v0.3.32
5202026-02-27T04:13:52.464Z Compiling smallvec v1.15.1
5212026-02-27T04:13:52.474Z Compiling bitflags v2.11.0
5222026-02-27T04:13:52.543Z Compiling hashbrown v0.16.1
5232026-02-27T04:13:53.010Z Compiling find-msvc-tools v0.1.9
5242026-02-27T04:13:53.300Z Compiling shlex v1.3.0
5252026-02-27T04:13:53.462Z Compiling equivalent v1.0.2
5262026-02-27T04:13:53.594Z Compiling jobserver v0.1.34
5272026-02-27T04:13:53.634Z Compiling bytes v1.11.1
5282026-02-27T04:13:53.643Z Compiling rustix v1.1.4
5292026-02-27T04:13:53.987Z Compiling errno v0.3.14
5302026-02-27T04:13:54.039Z Compiling cc v1.2.56
5312026-02-27T04:13:54.255Z Compiling signal-hook-registry v1.4.8
5322026-02-27T04:13:54.273Z Compiling mio v1.1.1
5332026-02-27T04:13:54.303Z Compiling futures-sink v0.3.32
5342026-02-27T04:13:54.492Z Compiling syn v2.0.117
5352026-02-27T04:13:54.516Z Compiling socket2 v0.6.2
5362026-02-27T04:13:55.362Z Compiling zmij v1.0.21
5372026-02-27T04:13:55.706Z Compiling slab v0.4.12
5382026-02-27T04:13:55.840Z Compiling futures-channel v0.3.32
5392026-02-27T04:13:56.016Z Compiling tracing-core v0.1.36
5402026-02-27T04:13:56.046Z Compiling version_check v0.9.5
5412026-02-27T04:13:56.233Z Compiling serde_json v1.0.149
5422026-02-27T04:13:56.634Z Compiling getrandom v0.4.1
5432026-02-27T04:13:56.681Z Compiling futures-task v0.3.32
5442026-02-27T04:13:57.010Z Compiling futures-io v0.3.32
5452026-02-27T04:13:57.089Z Compiling camino v1.2.2
5462026-02-27T04:13:57.147Z Compiling unicode-width v0.2.2
5472026-02-27T04:13:57.235Z Compiling ring v0.17.14
5482026-02-27T04:13:57.637Z Compiling indexmap v2.13.0
5492026-02-27T04:13:57.765Z Compiling http v1.4.0
5502026-02-27T04:13:57.813Z Compiling adler2 v2.0.1
5512026-02-27T04:13:58.122Z Compiling simd-adler32 v0.3.8
5522026-02-27T04:13:58.283Z Compiling percent-encoding v2.3.2
5532026-02-27T04:13:58.418Z Compiling autocfg v1.5.0
5542026-02-27T04:13:58.812Z Compiling zeroize v1.8.2
5552026-02-27T04:13:59.185Z Compiling miniz_oxide v0.8.9
5562026-02-27T04:13:59.201Z Compiling num-traits v0.2.19
5572026-02-27T04:13:59.619Z Compiling zerocopy v0.8.40
5582026-02-27T04:14:00.217Z Compiling object v0.37.3
5592026-02-27T04:14:00.281Z Compiling getrandom v0.3.4
5602026-02-27T04:14:00.737Z Compiling target-lexicon v0.13.3
5612026-02-27T04:14:00.798Z Compiling winnow v0.7.14
5622026-02-27T04:14:01.340Z Compiling http-body v1.0.1
5632026-02-27T04:14:01.609Z Compiling rustls-pki-types v1.14.0
5642026-02-27T04:14:01.783Z Compiling semver v1.0.27
5652026-02-27T04:14:01.788Z Compiling getrandom v0.2.17
5662026-02-27T04:14:02.127Z Compiling guppy-workspace-hack v0.1.0
5672026-02-27T04:14:02.341Z Compiling untrusted v0.9.0
5682026-02-27T04:14:02.536Z Compiling httparse v1.10.1
5692026-02-27T04:14:02.578Z Compiling gimli v0.32.3
5702026-02-27T04:14:03.226Z Compiling fnv v1.0.7
5712026-02-27T04:14:03.293Z Compiling owo-colors v4.3.0
5722026-02-27T04:14:03.356Z Compiling typenum v1.19.0
5732026-02-27T04:14:03.455Z Compiling signal-hook v0.3.18
5742026-02-27T04:14:03.491Z Compiling thiserror v2.0.18
5752026-02-27T04:14:04.274Z Compiling serde_derive v1.0.228
5762026-02-27T04:14:04.523Z Compiling tokio-macros v2.6.0
5772026-02-27T04:14:05.177Z Compiling futures-macro v0.3.32
5782026-02-27T04:14:05.293Z Compiling tracing-attributes v0.1.31
5792026-02-27T04:14:06.015Z Compiling thiserror-impl v2.0.18
5802026-02-27T04:14:06.033Z Compiling tokio v1.49.0
5812026-02-27T04:14:06.982Z Compiling futures-util v0.3.32
5822026-02-27T04:14:08.124Z Compiling tracing v0.1.44
5832026-02-27T04:14:08.739Z Compiling addr2line v0.25.1
5842026-02-27T04:14:09.676Z Compiling form_urlencoded v1.2.2
5852026-02-27T04:14:09.717Z Compiling generic-array v0.14.7
5862026-02-27T04:14:10.014Z Compiling utf8_iter v1.0.4
5872026-02-27T04:14:10.137Z Compiling thiserror v1.0.69
5882026-02-27T04:14:10.285Z Compiling rustc-demangle v0.1.27
5892026-02-27T04:14:10.737Z Compiling fastrand v2.3.0
5902026-02-27T04:14:11.392Z Compiling typeid v1.0.3
5912026-02-27T04:14:11.804Z Compiling rustls v0.23.37
5922026-02-27T04:14:11.908Z Compiling pkg-config v0.3.32
5932026-02-27T04:14:12.194Z Compiling tower-service v0.3.3
5942026-02-27T04:14:12.352Z Compiling try-lock v0.2.5
5952026-02-27T04:14:12.490Z Compiling idna_adapter v1.0.0
5962026-02-27T04:14:12.557Z Compiling atomic-waker v1.1.2
5972026-02-27T04:14:12.662Z Compiling target-spec v3.5.7
5982026-02-27T04:14:12.684Z Compiling idna v1.1.0
5992026-02-27T04:14:12.778Z Compiling want v0.3.1
6002026-02-27T04:14:12.871Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6012026-02-27T04:14:13.163Z Compiling tempfile v3.26.0
6022026-02-27T04:14:13.567Z Compiling cfg-expr v0.20.6
6032026-02-27T04:14:13.740Z Compiling thiserror-impl v1.0.69
6042026-02-27T04:14:18.755Z Compiling tokio-util v0.7.18
6052026-02-27T04:14:18.982Z Compiling h2 v0.4.13
6062026-02-27T04:14:18.982Z Compiling terminal_size v0.4.3
6072026-02-27T04:14:18.982Z Compiling backtrace v0.3.76
6082026-02-27T04:14:18.983Z Compiling aho-corasick v1.1.4
6092026-02-27T04:14:18.983Z Compiling rustls-webpki v0.103.9
6102026-02-27T04:14:18.983Z Compiling subtle v2.6.1
6112026-02-27T04:14:18.983Z Compiling erased-serde v0.4.9
6122026-02-27T04:14:18.983Z Compiling pin-utils v0.1.0
6132026-02-27T04:14:18.985Z Compiling regex-syntax v0.8.10
6142026-02-27T04:14:23.329Z Compiling regex-automata v0.4.14
6152026-02-27T04:14:24.058Z Compiling hyper v1.8.1
6162026-02-27T04:14:32.126Z Compiling url v2.5.8
6172026-02-27T04:14:32.769Z Compiling serde_spanned v0.6.9
6182026-02-27T04:14:33.055Z Compiling toml_datetime v0.6.11
6192026-02-27T04:14:33.861Z Compiling ahash v0.8.12
6202026-02-27T04:14:34.321Z Compiling sync_wrapper v1.0.2
6212026-02-27T04:14:34.505Z Compiling foldhash v0.1.5
6222026-02-27T04:14:34.945Z Compiling nextest-workspace-hack v0.1.0
6232026-02-27T04:14:35.304Z Compiling lazy_static v1.5.0
6242026-02-27T04:14:35.439Z Compiling portable-atomic v1.13.1
6252026-02-27T04:14:35.472Z Compiling tower-layer v0.3.3
6262026-02-27T04:14:35.558Z Compiling ipnet v2.11.0
6272026-02-27T04:14:35.673Z Compiling toml_write v0.1.2
6282026-02-27T04:14:35.970Z Compiling crc32fast v1.5.0
6292026-02-27T04:14:36.177Z Compiling is_ci v1.2.0
6302026-02-27T04:14:36.369Z Compiling unicode-linebreak v0.1.5
6312026-02-27T04:14:36.478Z Compiling base64 v0.22.1
6322026-02-27T04:14:36.536Z Compiling either v1.15.0
6332026-02-27T04:14:36.930Z Compiling unicode-segmentation v1.12.0
6342026-02-27T04:14:37.027Z Compiling parking_lot_core v0.9.12
6352026-02-27T04:14:37.522Z Compiling hyper-util v0.1.20
6362026-02-27T04:14:37.570Z Compiling textwrap v0.16.2
6372026-02-27T04:14:37.652Z Compiling convert_case v0.10.0
6382026-02-27T04:14:37.933Z Compiling supports-color v3.0.2
6392026-02-27T04:14:38.215Z Compiling toml_edit v0.22.27
6402026-02-27T04:14:38.235Z Compiling tower v0.5.3
6412026-02-27T04:14:38.365Z Compiling sharded-slab v0.1.7
6422026-02-27T04:14:39.566Z Compiling hashbrown v0.15.5
6432026-02-27T04:14:40.730Z Compiling tokio-rustls v0.26.4
6442026-02-27T04:14:40.994Z Compiling backtrace-ext v0.2.1
6452026-02-27T04:14:41.329Z Compiling ordered-float v2.10.1
6462026-02-27T04:14:41.488Z Compiling miette-derive v7.6.0
6472026-02-27T04:14:41.515Z Compiling webpki-roots v1.0.6
6482026-02-27T04:14:41.747Z Compiling pathdiff v0.2.3
6492026-02-27T04:14:41.940Z Compiling console v0.15.11
6502026-02-27T04:14:41.961Z Compiling cargo-platform v0.3.2
6512026-02-27T04:14:43.197Z Compiling tracing-log v0.2.0
6522026-02-27T04:14:43.529Z Compiling os_pipe v1.2.3
6532026-02-27T04:14:43.818Z Compiling thread_local v1.1.9
6542026-02-27T04:14:43.893Z Compiling scopeguard v1.2.0
6552026-02-27T04:14:44.128Z Compiling utf8parse v0.2.2
6562026-02-27T04:14:44.317Z Compiling iri-string v0.7.10
6572026-02-27T04:14:44.483Z Compiling rustix v0.38.44
6582026-02-27T04:14:44.700Z Compiling debug-ignore v1.0.5
6592026-02-27T04:14:44.888Z Compiling pulldown-cmark v0.13.1
6602026-02-27T04:14:44.924Z Compiling supports-hyperlinks v3.2.0
6612026-02-27T04:14:45.150Z Compiling cfg_aliases v0.2.1
6622026-02-27T04:14:45.263Z Compiling zstd-safe v7.2.4
6632026-02-27T04:14:45.267Z Compiling ryu v1.0.23
6642026-02-27T04:14:45.334Z Compiling supports-unicode v3.0.0
6652026-02-27T04:14:45.646Z Compiling fixedbitset v0.5.7
6662026-02-27T04:14:45.697Z Compiling unicode-width v0.1.14
6672026-02-27T04:14:45.891Z Compiling serde_urlencoded v0.7.1
6682026-02-27T04:14:46.310Z Compiling miette v7.6.0
6692026-02-27T04:14:46.504Z Compiling petgraph v0.8.3
6702026-02-27T04:14:46.738Z Compiling nix v0.30.1
6712026-02-27T04:14:47.800Z Compiling tower-http v0.6.8
6722026-02-27T04:14:49.881Z Compiling anstyle-parse v0.2.7
6732026-02-27T04:14:49.996Z Compiling tracing-subscriber v0.3.22
6742026-02-27T04:14:50.069Z Compiling lock_api v0.4.14
6752026-02-27T04:14:50.298Z Compiling sigchld v0.2.4
6762026-02-27T04:14:50.571Z Compiling cargo_metadata v0.23.1
6772026-02-27T04:14:50.638Z Compiling toml v0.8.23
6782026-02-27T04:14:51.039Z Compiling serde-value v0.7.0
6792026-02-27T04:14:52.767Z Compiling hyper-rustls v0.27.7
6802026-02-27T04:14:54.168Z Compiling serde-untagged v0.1.9
6812026-02-27T04:14:55.621Z Compiling derive_more-impl v2.1.1
6822026-02-27T04:14:57.404Z Compiling itertools v0.14.0
6832026-02-27T04:14:57.593Z Compiling crypto-common v0.1.7
6842026-02-27T04:14:57.856Z Compiling block-buffer v0.10.4
6852026-02-27T04:14:58.065Z Compiling regex v1.12.3
6862026-02-27T04:14:58.139Z Compiling futures-executor v0.3.32
6872026-02-27T04:14:58.200Z Compiling ppv-lite86 v0.2.21
6882026-02-27T04:14:59.049Z Compiling rand_core v0.9.5
6892026-02-27T04:14:59.272Z Compiling toml_parser v1.0.9+spec-1.1.0
6902026-02-27T04:14:59.587Z Compiling pin-project-internal v1.1.10
6912026-02-27T04:15:00.608Z Compiling http-body-util v0.1.3
6922026-02-27T04:15:00.857Z Compiling uuid v1.21.0
6932026-02-27T04:15:01.178Z Compiling smol_str v0.3.5
6942026-02-27T04:15:01.269Z Compiling serde_spanned v1.0.4
6952026-02-27T04:15:01.534Z Compiling toml_datetime v0.7.5+spec-1.1.0
6962026-02-27T04:15:01.858Z Compiling filetime v0.2.27
6972026-02-27T04:15:02.065Z Compiling bstr v1.12.1
6982026-02-27T04:15:02.162Z Compiling vte v0.14.1
6992026-02-27T04:15:02.226Z Compiling xattr v1.6.1
7002026-02-27T04:15:02.287Z Compiling litrs v1.0.0
7012026-02-27T04:15:02.416Z Compiling anstyle v1.0.13
7022026-02-27T04:15:02.554Z Compiling anstyle-query v1.1.5
7032026-02-27T04:15:02.573Z Compiling static_assertions v1.1.0
7042026-02-27T04:15:02.699Z Compiling eyre v0.6.12
7052026-02-27T04:15:02.728Z Compiling number_prefix v0.4.0
7062026-02-27T04:15:02.955Z Compiling unicase v2.9.0
7072026-02-27T04:15:02.989Z Compiling tinyvec_macros v0.1.1
7082026-02-27T04:15:03.090Z Compiling nested v0.1.1
7092026-02-27T04:15:03.265Z Compiling iana-time-zone v0.1.65
7102026-02-27T04:15:03.283Z Compiling self_update v0.42.0
7112026-02-27T04:15:03.307Z Compiling unicode-xid v0.2.6
7122026-02-27T04:15:03.427Z Compiling colorchoice v1.0.4
7132026-02-27T04:15:03.524Z Compiling is_terminal_polyfill v1.70.2
7142026-02-27T04:15:03.586Z Compiling color-spantrace v0.3.0
7152026-02-27T04:15:03.682Z Compiling anstream v0.6.21
7162026-02-27T04:15:03.714Z Compiling cargo-util-schemas v0.2.0
7172026-02-27T04:15:03.862Z Compiling chrono v0.4.44
7182026-02-27T04:15:03.930Z Compiling guppy v0.17.25
7192026-02-27T04:15:04.234Z Compiling document-features v0.2.12
7202026-02-27T04:15:04.819Z Compiling tinyvec v1.10.0
7212026-02-27T04:15:05.279Z Compiling globset v0.4.18
7222026-02-27T04:15:05.347Z Compiling indicatif v0.17.11
7232026-02-27T04:15:05.794Z Compiling tar v0.4.44
7242026-02-27T04:15:07.387Z Compiling strip-ansi-escapes v0.2.1
7252026-02-27T04:15:08.546Z Compiling pin-project v1.1.10
7262026-02-27T04:15:08.715Z Compiling toml v0.9.12+spec-1.1.0
7272026-02-27T04:15:09.295Z Compiling nextest-metadata v0.12.2
7282026-02-27T04:15:11.750Z Compiling newtype-uuid v1.3.2
7292026-02-27T04:15:11.948Z Compiling reqwest v0.12.28
7302026-02-27T04:15:12.103Z Compiling rand_chacha v0.9.0
7312026-02-27T04:15:12.524Z Compiling futures v0.3.32
7322026-02-27T04:15:12.662Z Compiling digest v0.10.7
7332026-02-27T04:15:12.716Z Compiling parking_lot v0.12.5
7342026-02-27T04:15:13.108Z Compiling derive_more v2.1.1
7352026-02-27T04:15:13.207Z Compiling flate2 v1.1.9
7362026-02-27T04:15:13.431Z Compiling tracing-error v0.2.1
7372026-02-27T04:15:13.873Z Compiling shared_child v1.1.1
7382026-02-27T04:15:14.769Z Compiling signal-hook-mio v0.2.5
7392026-02-27T04:15:14.982Z Compiling self-replace v1.5.0
7402026-02-27T04:15:15.255Z Compiling cargo-platform v0.2.0
7412026-02-27T04:15:15.586Z Compiling quick-xml v0.38.4
7422026-02-27T04:15:16.265Z Compiling quick-xml v0.37.5
7432026-02-27T04:15:16.491Z Compiling cpufeatures v0.2.17
7442026-02-27T04:15:16.615Z Compiling recursion v0.5.4
7452026-02-27T04:15:17.424Z Compiling shell-words v1.1.1
7462026-02-27T04:15:17.612Z Compiling humantime v2.3.0
7472026-02-27T04:15:17.930Z Compiling urlencoding v2.1.3
7482026-02-27T04:15:18.396Z Compiling heck v0.5.0
7492026-02-27T04:15:18.547Z Compiling indenter v0.3.4
7502026-02-27T04:15:18.796Z Compiling strsim v0.11.1
7512026-02-27T04:15:19.276Z Compiling clap_lex v1.0.0
7522026-02-27T04:15:19.292Z Compiling clap_derive v4.5.55
7532026-02-27T04:15:19.698Z Compiling clap_builder v4.5.60
7542026-02-27T04:15:21.096Z Compiling humantime-serde v1.1.1
7552026-02-27T04:15:21.369Z Compiling quick-junit v0.5.2
7562026-02-27T04:15:21.756Z Compiling nextest-filtering v0.15.0
7572026-02-27T04:15:23.701Z Compiling sha2 v0.10.9
7582026-02-27T04:15:26.990Z Compiling atomicwrites v0.4.4
7592026-02-27T04:15:27.568Z Compiling cargo_metadata v0.20.0
7602026-02-27T04:15:28.955Z Compiling cargo-nextest v0.9.97
7612026-02-27T04:15:29.550Z Compiling crossterm v0.29.0
7622026-02-27T04:15:32.857Z Compiling zstd v0.13.3
7632026-02-27T04:15:32.967Z Compiling duct v0.13.7
7642026-02-27T04:15:34.653Z Compiling async-scoped v0.9.0
7652026-02-27T04:15:35.074Z Compiling rand v0.9.2
7662026-02-27T04:15:36.437Z Compiling config v0.15.19
7672026-02-27T04:15:36.443Z Compiling unicode-normalization v0.1.25
7682026-02-27T04:15:36.706Z Compiling target-spec-miette v0.4.5
7692026-02-27T04:15:36.854Z Compiling future-queue v0.4.0
7702026-02-27T04:15:40.911Z Compiling mukti-metadata v0.3.0
7712026-02-27T04:15:40.989Z Compiling tokio-stream v0.1.18
7722026-02-27T04:15:40.989Z Compiling camino-tempfile v1.4.1
7732026-02-27T04:15:40.989Z Compiling derive-where v1.6.0
7742026-02-27T04:15:40.989Z Compiling serde_ignored v0.1.14
7752026-02-27T04:15:40.989Z Compiling serde_path_to_error v0.1.20
7762026-02-27T04:15:40.989Z Compiling indent_write v2.2.0
7772026-02-27T04:15:40.989Z Compiling xxhash-rust v0.8.15
7782026-02-27T04:15:40.989Z Compiling swrite v0.1.0
7792026-02-27T04:15:40.989Z Compiling home v0.5.12
7802026-02-27T04:15:40.989Z Compiling hex v0.4.3
7812026-02-27T04:15:40.989Z Compiling color-eyre v0.6.5
7822026-02-27T04:15:41.046Z Compiling clap v4.5.60
7832026-02-27T04:15:41.046Z Compiling dialoguer v0.11.0
7842026-02-27T04:15:41.046Z Compiling enable-ansi-support v0.2.1
7852026-02-27T04:15:41.046Z Compiling nextest-runner v0.80.0
7862026-02-27T04:16:19.682Z Finished `release` profile [optimized] target(s) in 2m 33s
7872026-02-27T04:16:19.916Z Installing /home/build/.cargo/bin/cargo-nextest
7882026-02-27T04:16:19.920Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7892026-02-27T04:16:20.039Z+ pushd bgp
7902026-02-27T04:16:20.042Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7912026-02-27T04:16:20.042Z+ pfexec cargo nextest run
7922026-02-27T04:16:20.412Z Updating git repository `https://github.com/oxidecomputer/falcon`
7932026-02-27T04:16:24.054ZFrom https://github.com/oxidecomputer/falcon
7942026-02-27T04:16:24.054Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
7952026-02-27T04:16:24.164Z Updating crates.io index
7962026-02-27T04:16:24.167Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7972026-02-27T04:16:25.705ZFrom https://github.com/oxidecomputer/dendrite
7982026-02-27T04:16:25.705Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7992026-02-27T04:16:25.804Z Updating git repository `https://github.com/oxidecomputer/ispf`
8002026-02-27T04:16:26.264ZFrom https://github.com/oxidecomputer/ispf
8012026-02-27T04:16:26.264Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8022026-02-27T04:16:26.303Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8032026-02-27T04:16:27.080ZFrom https://github.com/oxidecomputer/netadm-sys
8042026-02-27T04:16:27.081Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
8052026-02-27T04:16:27.093Z Updating git repository `https://github.com/oxidecomputer/omicron`
8062026-02-27T04:17:11.484ZFrom https://github.com/oxidecomputer/omicron
8072026-02-27T04:17:11.484Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
8082026-02-27T04:17:12.200Z Updating git repository `https://github.com/oxidecomputer/opte`
8092026-02-27T04:17:14.756ZFrom https://github.com/oxidecomputer/opte
8102026-02-27T04:17:14.756Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8112026-02-27T04:17:14.799Z Updating git repository `https://github.com/oxidecomputer/opte`
8122026-02-27T04:17:15.247ZFrom https://github.com/oxidecomputer/opte
8132026-02-27T04:17:15.247Z * [new ref] 5d0c81948b6160eb53939532761fa3a8036e0e24 -> refs/commit/5d0c81948b6160eb53939532761fa3a8036e0e24
8142026-02-27T04:17:15.380Z Updating git repository `https://github.com/illumos/smf-rs`
8152026-02-27T04:17:15.797ZFrom https://github.com/illumos/smf-rs
8162026-02-27T04:17:15.797Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8172026-02-27T04:17:15.834Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8182026-02-27T04:17:16.235ZFrom https://github.com/oxidecomputer/network-interface
8192026-02-27T04:17:16.235Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8202026-02-27T04:17:16.260Z Updating git repository `https://github.com/oxidecomputer/zone`
8212026-02-27T04:17:16.704ZFrom https://github.com/oxidecomputer/zone
8222026-02-27T04:17:16.705Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8232026-02-27T04:17:16.771Z Updating git repository `https://github.com/oxidecomputer/propolis`
8242026-02-27T04:17:22.299ZFrom https://github.com/oxidecomputer/propolis
8252026-02-27T04:17:22.299Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8262026-02-27T04:17:22.390Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8272026-02-27T04:17:23.408ZFrom https://github.com/oxidecomputer/transceiver-control
8282026-02-27T04:17:23.408Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8292026-02-27T04:17:23.502Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8302026-02-27T04:17:23.966ZFrom https://github.com/oxidecomputer/dlpi-sys
8312026-02-27T04:17:23.966Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8322026-02-27T04:17:23.973Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8332026-02-27T04:17:24.546ZFrom https://github.com/jmesmon/rust-libzfs
8342026-02-27T04:17:24.546Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8352026-02-27T04:17:24.559Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8362026-02-27T04:17:24.968ZFrom https://github.com/oxidecomputer/rusty-doors
8372026-02-27T04:17:24.968Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8382026-02-27T04:17:24.981Z Updating git repository `https://github.com/oxidecomputer/lldp`
8392026-02-27T04:17:25.599ZFrom https://github.com/oxidecomputer/lldp
8402026-02-27T04:17:25.599Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8412026-02-27T04:17:25.639Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8422026-02-27T04:17:28.031ZFrom https://github.com/oxidecomputer/maghemite
8432026-02-27T04:17:28.031Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8442026-02-27T04:17:28.094Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-02-27T04:17:28.527ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-02-27T04:17:28.527Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-02-27T04:17:28.557Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8482026-02-27T04:17:28.994ZFrom https://github.com/oxidecomputer/slog-error-chain
8492026-02-27T04:17:28.995Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8502026-02-27T04:17:29.111Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8512026-02-27T04:17:29.655ZFrom https://github.com/oxidecomputer/tufaceous
8522026-02-27T04:17:29.655Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8532026-02-27T04:17:29.695Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8542026-02-27T04:17:30.952ZFrom https://github.com/oxidecomputer/management-gateway-service
8552026-02-27T04:17:30.952Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8562026-02-27T04:17:31.011Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-02-27T04:17:36.370ZFrom https://github.com/oxidecomputer/crucible
8582026-02-27T04:17:36.370Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8592026-02-27T04:17:36.809Z Updating git repository `https://github.com/oxidecomputer/propolis`
8602026-02-27T04:17:38.469ZFrom https://github.com/oxidecomputer/propolis
8612026-02-27T04:17:38.470Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8622026-02-27T04:17:38.534Z Updating git repository `https://github.com/oxidecomputer/tofino`
8632026-02-27T04:17:39.002ZFrom https://github.com/oxidecomputer/tofino
8642026-02-27T04:17:39.002Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8652026-02-27T04:17:39.026Z Updating git repository `https://github.com/oxidecomputer/clickward`
8662026-02-27T04:17:39.455ZFrom https://github.com/oxidecomputer/clickward
8672026-02-27T04:17:39.455Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8682026-02-27T04:17:39.512Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8692026-02-27T04:17:39.941ZFrom https://github.com/oxidecomputer/illumos-devinfo
8702026-02-27T04:17:39.941Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8712026-02-27T04:17:41.154Z Downloading crates ...
8722026-02-27T04:17:41.302Z Downloaded aead v0.5.2
8732026-02-27T04:17:41.315Z Downloaded dunce v1.0.5
8742026-02-27T04:17:41.322Z Downloaded crossbeam-deque v0.8.6
8752026-02-27T04:17:41.326Z Downloaded clap v4.5.59
8762026-02-27T04:17:41.349Z Downloaded arrayvec v0.7.6
8772026-02-27T04:17:41.352Z Downloaded deranged v0.5.6
8782026-02-27T04:17:41.356Z Downloaded lru-cache v0.1.2
8792026-02-27T04:17:41.361Z Downloaded dof v0.3.0
8802026-02-27T04:17:41.361Z Downloaded cipher v0.4.4
8812026-02-27T04:17:41.364Z Downloaded bit-set v0.8.0
8822026-02-27T04:17:41.367Z Downloaded libsw v3.5.0
8832026-02-27T04:17:41.371Z Downloaded newtype-uuid-macros v0.1.0
8842026-02-27T04:17:41.371Z Downloaded critical-section v1.2.0
8852026-02-27T04:17:41.374Z Downloaded crucible-workspace-hack v0.1.0
8862026-02-27T04:17:41.374Z Downloaded heck v0.4.1
8872026-02-27T04:17:41.377Z Downloaded constant_time_eq v0.4.2
8882026-02-27T04:17:41.381Z Downloaded oxnet v0.1.4
8892026-02-27T04:17:41.384Z Downloaded num-integer v0.1.46
8902026-02-27T04:17:41.384Z Downloaded backoff v0.4.0
8912026-02-27T04:17:41.388Z Downloaded async-trait v0.1.89
8922026-02-27T04:17:41.394Z Downloaded indexmap v1.9.3
8932026-02-27T04:17:41.399Z Downloaded fixedbitset v0.4.2
8942026-02-27T04:17:41.402Z Downloaded diff v0.1.13
8952026-02-27T04:17:41.406Z Downloaded defmt v0.3.100
8962026-02-27T04:17:41.406Z Downloaded pest_generator v2.8.6
8972026-02-27T04:17:41.411Z Downloaded float-ord v0.3.2
8982026-02-27T04:17:41.416Z Downloaded foreign-types v0.5.0
8992026-02-27T04:17:41.416Z Downloaded base16ct v1.0.0
9002026-02-27T04:17:41.416Z Downloaded displaydoc v0.2.5
9012026-02-27T04:17:41.428Z Downloaded memoffset v0.9.1
9022026-02-27T04:17:41.431Z Downloaded ident_case v1.0.1
9032026-02-27T04:17:41.431Z Downloaded argon2 v0.5.3
9042026-02-27T04:17:41.431Z Downloaded dropshot-api-manager v0.3.0
9052026-02-27T04:17:41.431Z Downloaded pem v3.0.6
9062026-02-27T04:17:41.431Z Downloaded newtype_derive v0.1.6
9072026-02-27T04:17:41.435Z Downloaded dyn-clone v1.0.20
9082026-02-27T04:17:41.440Z Downloaded minimal-lexical v0.2.1
9092026-02-27T04:17:41.448Z Downloaded poly1305 v0.8.0
9102026-02-27T04:17:41.448Z Downloaded fs-err v3.3.0
9112026-02-27T04:17:41.452Z Downloaded managed v0.8.0
9122026-02-27T04:17:41.452Z Downloaded allocator-api2 v0.2.21
9132026-02-27T04:17:41.455Z Downloaded memmap2 v0.9.10
9142026-02-27T04:17:41.455Z Downloaded async-stream v0.3.6
9152026-02-27T04:17:41.458Z Downloaded opaque-debug v0.3.1
9162026-02-27T04:17:41.461Z Downloaded fxhash v0.2.1
9172026-02-27T04:17:41.462Z Downloaded internet-checksum v0.2.1
9182026-02-27T04:17:41.465Z Downloaded phf_shared v0.12.1
9192026-02-27T04:17:41.465Z Downloaded foreign-types-macros v0.2.3
9202026-02-27T04:17:41.468Z Downloaded omicron-workspace-hack v0.1.0
9212026-02-27T04:17:41.468Z Downloaded num-derive v0.4.2
9222026-02-27T04:17:41.475Z Downloaded hubpack_derive v0.1.1
9232026-02-27T04:17:41.478Z Downloaded dtrace-parser v0.3.0
9242026-02-27T04:17:41.478Z Downloaded proc-macro-crate v3.4.0
9252026-02-27T04:17:41.478Z Downloaded drift v0.1.3
9262026-02-27T04:17:41.482Z Downloaded litemap v0.8.1
9272026-02-27T04:17:41.486Z Downloaded ipnetwork v0.21.1
9282026-02-27T04:17:41.489Z Downloaded instant v0.1.13
9292026-02-27T04:17:41.492Z Downloaded inout v0.1.4
9302026-02-27T04:17:41.492Z Downloaded cstr-argument v0.1.2
9312026-02-27T04:17:41.495Z Downloaded linked-hash-map v0.5.6
9322026-02-27T04:17:41.495Z Downloaded gethostname v0.5.0
9332026-02-27T04:17:41.499Z Downloaded hostname v0.3.1
9342026-02-27T04:17:41.502Z Downloaded proc-macro-crate v1.3.1
9352026-02-27T04:17:41.502Z Downloaded pretty-hex v0.4.1
9362026-02-27T04:17:41.507Z Downloaded num-iter v0.1.45
9372026-02-27T04:17:41.507Z Downloaded natord v1.0.9
9382026-02-27T04:17:41.510Z Downloaded match_cfg v0.1.0
9392026-02-27T04:17:41.510Z Downloaded libscf-sys v1.1.0
9402026-02-27T04:17:41.510Z Downloaded const_format_proc_macros v0.2.34
9412026-02-27T04:17:41.513Z Downloaded progenitor-client v0.11.2
9422026-02-27T04:17:41.519Z Downloaded progenitor-client v0.10.0
9432026-02-27T04:17:41.519Z Downloaded num_threads v0.1.7
9442026-02-27T04:17:41.522Z Downloaded proc-macro-error-attr v1.0.4
9452026-02-27T04:17:41.522Z Downloaded potential_utf v0.1.4
9462026-02-27T04:17:41.522Z Downloaded progenitor-macro v0.10.0
9472026-02-27T04:17:41.525Z Downloaded keccak v0.1.6
9482026-02-27T04:17:41.525Z Downloaded rand_xorshift v0.4.0
9492026-02-27T04:17:41.528Z Downloaded parking_lot_core v0.8.6
9502026-02-27T04:17:41.528Z Downloaded num_enum_derive v0.7.5
9512026-02-27T04:17:41.531Z Downloaded ref-cast v1.0.25
9522026-02-27T04:17:41.534Z Downloaded icu_normalizer v2.1.1
9532026-02-27T04:17:41.538Z Downloaded cmake v0.1.57
9542026-02-27T04:17:41.540Z Downloaded rand_chacha v0.3.1
9552026-02-27T04:17:41.543Z Downloaded progenitor v0.10.0
9562026-02-27T04:17:41.546Z Downloaded password-hash v0.5.0
9572026-02-27T04:17:41.546Z Downloaded ff v0.13.1
9582026-02-27T04:17:41.548Z Downloaded daft v0.1.5
9592026-02-27T04:17:41.551Z Downloaded ref-cast-impl v1.0.25
9602026-02-27T04:17:41.555Z Downloaded dof v0.4.0
9612026-02-27T04:17:41.555Z Downloaded ingot-types v0.1.2
9622026-02-27T04:17:41.557Z Downloaded dropshot-api-manager-types v0.3.0
9632026-02-27T04:17:41.557Z Downloaded bytecount v0.6.9
9642026-02-27T04:17:41.560Z Downloaded ciborium v0.2.2
9652026-02-27T04:17:41.565Z Downloaded proc-macro-error v1.0.4
9662026-02-27T04:17:41.567Z Downloaded postcard v1.1.3
9672026-02-27T04:17:41.570Z Downloaded oxide-tokio-rt v0.1.2
9682026-02-27T04:17:41.570Z Downloaded glob v0.3.3
9692026-02-27T04:17:41.574Z Downloaded darling_macro v0.21.3
9702026-02-27T04:17:41.574Z Downloaded ciborium-io v0.2.2
9712026-02-27T04:17:41.577Z Downloaded const-random-macro v0.1.16
9722026-02-27T04:17:41.577Z Downloaded arrayref v0.3.9
9732026-02-27T04:17:41.577Z Downloaded scroll_derive v0.13.1
9742026-02-27T04:17:41.580Z Downloaded multer v3.1.0
9752026-02-27T04:17:41.583Z Downloaded base16ct v0.2.0
9762026-02-27T04:17:41.583Z Downloaded parse-display v0.10.0
9772026-02-27T04:17:41.586Z Downloaded parking_lot v0.11.2
9782026-02-27T04:17:41.589Z Downloaded crunchy v0.2.4
9792026-02-27T04:17:41.589Z Downloaded icu_collections v2.1.1
9802026-02-27T04:17:41.594Z Downloaded secrecy v0.10.3
9812026-02-27T04:17:41.597Z Downloaded plain v0.2.3
9822026-02-27T04:17:41.597Z Downloaded proc-macro-error2 v2.0.1
9832026-02-27T04:17:41.600Z Downloaded num_enum v0.5.11
9842026-02-27T04:17:41.605Z Downloaded linear-map v1.2.0
9852026-02-27T04:17:41.608Z Downloaded serde_plain v1.0.2
9862026-02-27T04:17:41.611Z Downloaded fs_extra v1.3.0
9872026-02-27T04:17:41.611Z Downloaded serial_test v3.3.1
9882026-02-27T04:17:41.614Z Downloaded quick-error v1.2.3
9892026-02-27T04:17:41.617Z Downloaded proc-macro-error-attr2 v2.0.0
9902026-02-27T04:17:41.617Z Downloaded idna_adapter v1.2.1
9912026-02-27T04:17:41.617Z Downloaded hubpack v0.1.2
9922026-02-27T04:17:41.621Z Downloaded console v0.16.2
9932026-02-27T04:17:41.630Z Downloaded cancel-safe-futures v0.1.5
9942026-02-27T04:17:41.631Z Downloaded phf v0.12.1
9952026-02-27T04:17:41.639Z Downloaded mime v0.3.17
9962026-02-27T04:17:41.639Z Downloaded macaddr v1.0.1
9972026-02-27T04:17:41.639Z Downloaded csv-core v0.1.13
9982026-02-27T04:17:41.639Z Downloaded ingot v0.1.1
9992026-02-27T04:17:41.640Z Downloaded rustc_version v0.1.7
10002026-02-27T04:17:41.640Z Downloaded embedded-io v0.4.0
10012026-02-27T04:17:41.643Z Downloaded same-file v1.0.6
10022026-02-27T04:17:41.643Z Downloaded siphasher v1.0.2
10032026-02-27T04:17:41.644Z Downloaded foldhash v0.2.0
10042026-02-27T04:17:41.644Z Downloaded serial_test_derive v3.3.1
10052026-02-27T04:17:41.644Z Downloaded num-conv v0.2.0
10062026-02-27T04:17:41.644Z Downloaded newline-converter v0.3.0
10072026-02-27T04:17:41.647Z Downloaded serde-big-array v0.5.1
10082026-02-27T04:17:41.647Z Downloaded sigpipe v0.1.3
10092026-02-27T04:17:41.647Z Downloaded papergrid v0.11.0
10102026-02-27T04:17:41.651Z Downloaded scroll_derive v0.12.1
10112026-02-27T04:17:41.656Z Downloaded foreign-types-shared v0.3.1
10122026-02-27T04:17:41.656Z Downloaded owo-colors v4.2.3
10132026-02-27T04:17:41.659Z Downloaded scroll v0.12.0
10142026-02-27T04:17:41.659Z Downloaded num_enum v0.7.5
10152026-02-27T04:17:41.663Z Downloaded rustversion v1.0.22
10162026-02-27T04:17:41.666Z Downloaded slog-envlogger v2.2.0
10172026-02-27T04:17:41.669Z Downloaded olpc-cjson v0.1.4
10182026-02-27T04:17:41.669Z Downloaded hash32 v0.3.1
10192026-02-27T04:17:41.672Z Downloaded parse-display-derive v0.10.0
10202026-02-27T04:17:41.672Z Downloaded num v0.4.3
10212026-02-27T04:17:41.675Z Downloaded paste v1.0.15
10222026-02-27T04:17:41.682Z Downloaded erased-serde v0.3.31
10232026-02-27T04:17:41.685Z Downloaded stable_deref_trait v1.2.1
10242026-02-27T04:17:41.685Z Downloaded semver v0.1.20
10252026-02-27T04:17:41.685Z Downloaded half v2.7.1
10262026-02-27T04:17:41.685Z Downloaded resolv-conf v0.7.6
10272026-02-27T04:17:41.685Z Downloaded dropshot_endpoint v0.16.7
10282026-02-27T04:17:41.688Z Downloaded byteorder v1.5.0
10292026-02-27T04:17:41.691Z Downloaded blake2 v0.10.6
10302026-02-27T04:17:41.694Z Downloaded defmt v1.0.1
10312026-02-27T04:17:41.697Z Downloaded sha1 v0.10.6
10322026-02-27T04:17:41.700Z Downloaded powerfmt v0.2.0
10332026-02-27T04:17:41.700Z Downloaded progenitor-macro v0.11.2
10342026-02-27T04:17:41.703Z Downloaded const_format v0.2.35
10352026-02-27T04:17:41.705Z Downloaded structmeta v0.3.0
10362026-02-27T04:17:41.705Z Downloaded serde_repr v0.1.20
10372026-02-27T04:17:41.709Z Downloaded rhai_codegen v3.1.0
10382026-02-27T04:17:41.716Z Downloaded strum v0.26.3
10392026-02-27T04:17:41.718Z Downloaded rusty-fork v0.3.1
10402026-02-27T04:17:41.718Z Downloaded prettyplease v0.2.37
10412026-02-27T04:17:41.722Z Downloaded spin v0.5.2
10422026-02-27T04:17:41.726Z Downloaded schemars_derive v0.8.22
10432026-02-27T04:17:41.727Z Downloaded darling_core v0.21.3
10442026-02-27T04:17:41.730Z Downloaded tagptr v0.2.0
10452026-02-27T04:17:41.732Z Downloaded tabled_derive v0.7.0
10462026-02-27T04:17:41.733Z Downloaded strum v0.27.2
10472026-02-27T04:17:41.733Z Downloaded tabled_derive v0.11.0
10482026-02-27T04:17:41.735Z Downloaded thread-id v5.1.0
10492026-02-27T04:17:41.735Z Downloaded termtree v0.5.1
10502026-02-27T04:17:41.739Z Downloaded structmeta-derive v0.3.0
10512026-02-27T04:17:41.739Z Downloaded pest_derive v2.8.6
10522026-02-27T04:17:41.742Z Downloaded slog-bunyan v2.5.0
10532026-02-27T04:17:41.742Z Downloaded bcs v0.1.6
10542026-02-27T04:17:41.746Z Downloaded testing_table v0.3.0
10552026-02-27T04:17:41.746Z Downloaded smf v0.2.3
10562026-02-27T04:17:41.749Z Downloaded elliptic-curve v0.13.8
10572026-02-27T04:17:41.749Z Downloaded darling v0.21.3
10582026-02-27T04:17:41.755Z Downloaded num-rational v0.4.2
10592026-02-27T04:17:41.759Z Downloaded thiserror-impl-no-std v2.0.2
10602026-02-27T04:17:41.759Z Downloaded take_mut v0.2.2
10612026-02-27T04:17:41.759Z Downloaded smawk v0.3.2
10622026-02-27T04:17:41.762Z Downloaded thread-id v4.2.2
10632026-02-27T04:17:41.762Z Downloaded slog-async v2.8.0
10642026-02-27T04:17:41.762Z Downloaded serde_tokenstream v0.2.2
10652026-02-27T04:17:41.765Z Downloaded no-std-compat v0.4.1
10662026-02-27T04:17:41.765Z Downloaded icu_properties v2.1.2
10672026-02-27T04:17:41.768Z Downloaded time-core v0.1.8
10682026-02-27T04:17:41.768Z Downloaded snafu-derive v0.8.9
10692026-02-27T04:17:41.771Z Downloaded slog-scope v4.4.1
10702026-02-27T04:17:41.771Z Downloaded pest_meta v2.8.6
10712026-02-27T04:17:41.774Z Downloaded scroll v0.13.0
10722026-02-27T04:17:41.777Z Downloaded num_enum_derive v0.5.11
10732026-02-27T04:17:41.777Z Downloaded unit-prefix v0.5.2
10742026-02-27T04:17:41.777Z Downloaded smartstring v1.0.1
10752026-02-27T04:17:41.780Z Downloaded unarray v0.1.4
10762026-02-27T04:17:41.783Z Downloaded typify-macro v0.4.3
10772026-02-27T04:17:41.783Z Downloaded hickory-resolver v0.25.2
10782026-02-27T04:17:41.786Z Downloaded base64 v0.21.7
10792026-02-27T04:17:41.789Z Downloaded serde_with_macros v3.16.1
10802026-02-27T04:17:41.792Z Downloaded serde_derive_internals v0.29.1
10812026-02-27T04:17:41.792Z Downloaded crossbeam-utils v0.8.21
10822026-02-27T04:17:41.795Z Downloaded usdt v0.6.0
10832026-02-27T04:17:41.795Z Downloaded usdt-attr-macro v0.6.0
10842026-02-27T04:17:41.798Z Downloaded utf-8 v0.7.6
10852026-02-27T04:17:41.798Z Downloaded usdt-macro v0.5.0
10862026-02-27T04:17:41.798Z Downloaded untrusted v0.7.1
10872026-02-27T04:17:41.802Z Downloaded universal-hash v0.5.1
10882026-02-27T04:17:41.802Z Downloaded synstructure v0.13.2
10892026-02-27T04:17:41.802Z Downloaded usdt v0.5.0
10902026-02-27T04:17:41.804Z Downloaded usdt-macro v0.6.0
10912026-02-27T04:17:41.804Z Downloaded slog-json v2.6.1
10922026-02-27T04:17:41.807Z Downloaded topological-sort v0.2.2
10932026-02-27T04:17:41.808Z Downloaded slog-stdlog v4.1.1
10942026-02-27T04:17:41.808Z Downloaded sdd v3.0.10
10952026-02-27T04:17:41.811Z Downloaded progenitor-impl v0.10.0
10962026-02-27T04:17:41.814Z Downloaded cookie v0.18.1
10972026-02-27T04:17:41.817Z Downloaded strum_macros v0.26.4
10982026-02-27T04:17:41.817Z Downloaded hmac v0.12.1
10992026-02-27T04:17:41.820Z Downloaded tabwriter v1.4.1
11002026-02-27T04:17:41.820Z Downloaded strum_macros v0.27.2
11012026-02-27T04:17:41.823Z Downloaded zeroize_derive v1.4.3
11022026-02-27T04:17:41.823Z Downloaded yoke-derive v0.8.1
11032026-02-27T04:17:41.823Z Downloaded waitgroup v0.1.2
11042026-02-27T04:17:41.827Z Downloaded wait-timeout v0.2.1
11052026-02-27T04:17:41.827Z Downloaded icu_provider v2.1.1
11062026-02-27T04:17:41.829Z Downloaded zerofrom v0.1.6
11072026-02-27T04:17:41.829Z Downloaded num-derive v0.3.3
11082026-02-27T04:17:41.832Z Downloaded progenitor v0.11.2
11092026-02-27T04:17:41.832Z Downloaded num-complex v0.4.6
11102026-02-27T04:17:41.835Z Downloaded zerofrom-derive v0.1.6
11112026-02-27T04:17:41.836Z Downloaded tinystr v0.8.2
11122026-02-27T04:17:41.839Z Downloaded ingot-macros v0.1.1
11132026-02-27T04:17:41.839Z Downloaded crossbeam-epoch v0.9.18
11142026-02-27T04:17:41.843Z Downloaded slog-dtrace v0.3.0
11152026-02-27T04:17:41.843Z Downloaded slog-term v2.9.2
11162026-02-27T04:17:41.846Z Downloaded indicatif v0.18.4
11172026-02-27T04:17:41.848Z Downloaded progenitor-impl v0.11.2
11182026-02-27T04:17:41.851Z Downloaded icu_normalizer_data v2.1.1
11192026-02-27T04:17:41.854Z Downloaded chacha20 v0.9.1
11202026-02-27T04:17:41.854Z Downloaded cargo_toml v0.22.3
11212026-02-27T04:17:41.857Z Downloaded icu_locale_core v2.1.1
11222026-02-27T04:17:41.860Z Downloaded tokio-dtrace v0.1.1
11232026-02-27T04:17:41.863Z Downloaded convert_case v0.4.0
11242026-02-27T04:17:41.864Z Downloaded memmap v0.7.0
11252026-02-27T04:17:41.866Z Downloaded dtrace-parser v0.2.0
11262026-02-27T04:17:41.866Z Downloaded libsw-core v0.3.2
11272026-02-27T04:17:41.869Z Downloaded is-terminal v0.4.17
11282026-02-27T04:17:41.869Z Downloaded zone_cfg_derive v0.3.1
11292026-02-27T04:17:41.869Z Downloaded defmt-parser v1.0.0
11302026-02-27T04:17:41.872Z Downloaded hostname v0.4.2
11312026-02-27T04:17:41.872Z Downloaded time-macros v0.2.27
11322026-02-27T04:17:41.875Z Downloaded heapless v0.8.0
11332026-02-27T04:17:41.879Z Downloaded tokio-rustls v0.25.0
11342026-02-27T04:17:41.882Z Downloaded derive_more v0.99.20
11352026-02-27T04:17:41.885Z Downloaded derive-ex v0.1.8
11362026-02-27T04:17:41.885Z Downloaded embedded-io v0.6.1
11372026-02-27T04:17:41.888Z Downloaded spin v0.9.8
11382026-02-27T04:17:41.888Z Downloaded walkdir v2.5.0
11392026-02-27T04:17:41.893Z Downloaded rand v0.8.5
11402026-02-27T04:17:41.897Z Downloaded usdt-attr-macro v0.5.0
11412026-02-27T04:17:41.897Z Downloaded rustls-pemfile v2.2.0
11422026-02-27T04:17:41.897Z Downloaded term v1.2.1
11432026-02-27T04:17:41.901Z Downloaded thiserror-no-std v2.0.2
11442026-02-27T04:17:41.904Z Downloaded chacha20poly1305 v0.10.1
11452026-02-27T04:17:41.904Z Downloaded omicron-zone-package v0.12.2
11462026-02-27T04:17:41.907Z Downloaded serde_yaml v0.9.34+deprecated
11472026-02-27T04:17:41.911Z Downloaded usdt-impl v0.6.0
11482026-02-27T04:17:41.959Z Downloaded usdt-impl v0.5.0
11492026-02-27T04:17:41.960Z Downloaded zone v0.3.1
11502026-02-27T04:17:41.960Z Downloaded thin-vec v0.2.14
11512026-02-27T04:17:41.964Z Downloaded expectorate v1.2.0
11522026-02-27T04:17:41.964Z Downloaded crypto-bigint v0.5.5
11532026-02-27T04:17:41.964Z Downloaded xz2 v0.1.7
11542026-02-27T04:17:41.964Z Downloaded whoami v1.6.1
11552026-02-27T04:17:41.964Z Downloaded rayon-core v1.13.0
11562026-02-27T04:17:41.964Z Downloaded anyhow v1.0.101
11572026-02-27T04:17:41.964Z Downloaded zerovec-derive v0.11.2
11582026-02-27T04:17:41.964Z Downloaded papergrid v0.17.0
11592026-02-27T04:17:41.964Z Downloaded schemars v0.9.0
11602026-02-27T04:17:41.964Z Downloaded zerocopy-derive v0.7.35
11612026-02-27T04:17:41.964Z Downloaded tokio-tungstenite v0.21.0
11622026-02-27T04:17:41.964Z Downloaded socket2 v0.5.10
11632026-02-27T04:17:41.965Z Downloaded snafu v0.8.9
11642026-02-27T04:17:41.966Z Downloaded tungstenite v0.21.0
11652026-02-27T04:17:41.973Z Downloaded ucd-trie v0.1.7
11662026-02-27T04:17:41.973Z Downloaded slog v2.8.2
11672026-02-27T04:17:41.977Z Downloaded similar v2.7.0
11682026-02-27T04:17:41.977Z Downloaded unsafe-libyaml v0.2.11
11692026-02-27T04:17:41.981Z Downloaded yoke v0.8.1
11702026-02-27T04:17:41.981Z Downloaded writeable v0.6.2
11712026-02-27T04:17:41.984Z Downloaded toml v0.7.8
11722026-02-27T04:17:41.984Z Downloaded qorb v0.4.1
11732026-02-27T04:17:41.988Z Downloaded itertools v0.12.1
11742026-02-27T04:17:41.993Z Downloaded tiny-keccak v2.0.2
11752026-02-27T04:17:41.997Z Downloaded schemars v1.2.1
11762026-02-27T04:17:42.009Z Downloaded typify v0.4.3
11772026-02-27T04:17:42.013Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-02-27T04:17:42.016Z Downloaded test-strategy v0.4.5
11792026-02-27T04:17:42.019Z Downloaded zerotrie v0.2.3
11802026-02-27T04:17:42.024Z Downloaded pretty_assertions v1.4.1
11812026-02-27T04:17:42.027Z Downloaded tempfile v3.25.0
11822026-02-27T04:17:42.028Z Downloaded schemars v0.8.22
11832026-02-27T04:17:42.037Z Downloaded nom v7.1.3
11842026-02-27T04:17:42.041Z Downloaded jiff-static v0.2.20
11852026-02-27T04:17:42.044Z Downloaded hashbrown v0.12.3
11862026-02-27T04:17:42.047Z Downloaded hickory-resolver v0.24.4
11872026-02-27T04:17:42.051Z Downloaded vsss-rs v3.3.4
11882026-02-27T04:17:42.054Z Downloaded arc-swap v1.8.2
11892026-02-27T04:17:42.057Z Downloaded libm v0.2.16
11902026-02-27T04:17:42.065Z Downloaded yansi v1.0.1
11912026-02-27T04:17:42.069Z Downloaded toml_edit v0.19.15
11922026-02-27T04:17:42.083Z Downloaded clap_builder v4.5.59
11932026-02-27T04:17:42.090Z Downloaded blake3 v1.8.3
11942026-02-27T04:17:42.096Z Downloaded scc v2.4.0
11952026-02-27T04:17:42.100Z Downloaded steno v0.4.1
11962026-02-27T04:17:42.108Z Downloaded pest v2.8.6
11972026-02-27T04:17:42.112Z Downloaded typed-path v0.9.3
11982026-02-27T04:17:42.115Z Downloaded icu_properties_data v2.1.2
11992026-02-27T04:17:42.122Z Downloaded zerocopy-derive v0.8.39
12002026-02-27T04:17:42.130Z Downloaded hkdf v0.12.4
12012026-02-27T04:17:42.137Z Downloaded goblin v0.8.2
12022026-02-27T04:17:42.140Z Downloaded crossbeam-channel v0.5.15
12032026-02-27T04:17:42.144Z Downloaded data-encoding v2.10.0
12042026-02-27T04:17:42.144Z Downloaded daft-derive v0.1.5
12052026-02-27T04:17:42.149Z Downloaded const-random v0.1.18
12062026-02-27T04:17:42.149Z Downloaded iddqd v0.3.17
12072026-02-27T04:17:42.153Z Downloaded httpdate v1.0.3
12082026-02-27T04:17:42.156Z Downloaded zerovec v0.11.5
12092026-02-27T04:17:42.160Z Downloaded colored v3.1.1
12102026-02-27T04:17:42.163Z Downloaded bitflags v1.3.2
12112026-02-27T04:17:42.168Z Downloaded cobs v0.3.0
12122026-02-27T04:17:42.168Z Downloaded highway v1.3.0
12132026-02-27T04:17:42.172Z Downloaded group v0.13.0
12142026-02-27T04:17:42.172Z Downloaded enum-as-inner v0.6.1
12152026-02-27T04:17:42.172Z Downloaded defmt-macros v1.0.1
12162026-02-27T04:17:42.172Z Downloaded rayon v1.11.0
12172026-02-27T04:17:42.180Z Downloaded ciborium-ll v0.2.2
12182026-02-27T04:17:42.185Z Downloaded bit-vec v0.8.0
12192026-02-27T04:17:42.185Z Downloaded async-recursion v1.1.1
12202026-02-27T04:17:42.189Z Downloaded crc8 v0.1.1
12212026-02-27T04:17:42.189Z Downloaded async-stream-impl v0.3.6
12222026-02-27T04:17:42.193Z Downloaded tough v0.20.0
12232026-02-27T04:17:42.207Z Downloaded zerocopy v0.7.35
12242026-02-27T04:17:42.237Z Downloaded proptest v1.10.0
12252026-02-27T04:17:42.253Z Downloaded aws-lc-rs v1.15.4
12262026-02-27T04:17:42.265Z Downloaded chrono v0.4.43
12272026-02-27T04:17:42.271Z Downloaded winnow v0.5.40
12282026-02-27T04:17:42.278Z Downloaded tabled v0.15.0
12292026-02-27T04:17:42.293Z Downloaded serde_with v3.16.1
12302026-02-27T04:17:42.304Z Downloaded time v0.3.47
12312026-02-27T04:17:42.315Z Downloaded tabled v0.20.0
12322026-02-27T04:17:42.330Z Downloaded syn v1.0.109
12332026-02-27T04:17:42.339Z Downloaded moka v0.12.13
12342026-02-27T04:17:42.345Z Downloaded dropshot v0.16.7
12352026-02-27T04:17:42.365Z Downloaded syn v2.0.116
12362026-02-27T04:17:42.376Z Downloaded zerocopy v0.8.39
12372026-02-27T04:17:42.392Z Downloaded goblin v0.10.5
12382026-02-27T04:17:42.399Z Downloaded smoltcp v0.11.0
12392026-02-27T04:17:42.410Z Downloaded regress v0.10.5
12402026-02-27T04:17:42.415Z Downloaded rhai v1.24.0
12412026-02-27T04:17:42.425Z Downloaded rustls v0.23.36
12422026-02-27T04:17:42.435Z Downloaded hickory-proto v0.24.4
12432026-02-27T04:17:42.447Z Downloaded openapiv3 v2.2.0
12442026-02-27T04:17:42.456Z Downloaded rustix v1.1.3
12452026-02-27T04:17:42.476Z Downloaded regex-syntax v0.8.9
12462026-02-27T04:17:42.482Z Downloaded rustls v0.22.4
12472026-02-27T04:17:42.493Z Downloaded nix v0.31.1
12482026-02-27T04:17:42.503Z Downloaded hickory-proto v0.25.2
12492026-02-27T04:17:42.516Z Downloaded rustls-webpki v0.102.8
12502026-02-27T04:17:42.532Z Downloaded typify-impl v0.4.3
12512026-02-27T04:17:42.543Z Downloaded sled v0.34.7
12522026-02-27T04:17:42.596Z Downloaded petgraph v0.6.5
12532026-02-27T04:17:42.613Z Downloaded libc v0.2.180
12542026-02-27T04:17:42.644Z Downloaded lzma-sys v0.1.20
12552026-02-27T04:17:42.671Z Downloaded jiff v0.2.20
12562026-02-27T04:17:42.697Z Downloaded chrono-tz v0.10.4
12572026-02-27T04:17:42.718Z Downloaded csv v1.4.0
12582026-02-27T04:17:42.746Z Downloaded sha3 v0.10.8
12592026-02-27T04:17:42.831Z Downloaded encoding_rs v0.8.35
12602026-02-27T04:17:43.537Z Downloaded aws-lc-sys v0.37.1
12612026-02-27T04:17:44.784Z Compiling proc-macro2 v1.0.106
12622026-02-27T04:17:44.784Z Compiling unicode-ident v1.0.24
12632026-02-27T04:17:44.784Z Compiling quote v1.0.44
12642026-02-27T04:17:44.784Z Compiling serde_core v1.0.228
12652026-02-27T04:17:44.787Z Compiling cfg-if v1.0.4
12662026-02-27T04:17:44.787Z Compiling serde v1.0.228
12672026-02-27T04:17:44.787Z Compiling libc v0.2.180
12682026-02-27T04:17:44.787Z Compiling memchr v2.8.0
12692026-02-27T04:17:45.080Z Compiling itoa v1.0.17
12702026-02-27T04:17:45.414Z Compiling zmij v1.0.21
12712026-02-27T04:17:45.429Z Compiling autocfg v1.5.0
12722026-02-27T04:17:45.573Z Compiling libm v0.2.16
12732026-02-27T04:17:46.192Z Compiling version_check v0.9.5
12742026-02-27T04:17:46.580Z Compiling getrandom v0.4.1
12752026-02-27T04:17:46.608Z Compiling stable_deref_trait v1.2.1
12762026-02-27T04:17:46.731Z Compiling iana-time-zone v0.1.65
12772026-02-27T04:17:46.777Z Compiling pin-project-lite v0.2.16
12782026-02-27T04:17:46.889Z Compiling equivalent v1.0.2
12792026-02-27T04:17:46.932Z Compiling foldhash v0.2.0
12802026-02-27T04:17:47.013Z Compiling allocator-api2 v0.2.21
12812026-02-27T04:17:47.162Z Compiling writeable v0.6.2
12822026-02-27T04:17:47.183Z Compiling litemap v0.8.1
12832026-02-27T04:17:47.425Z Compiling icu_normalizer_data v2.1.1
12842026-02-27T04:17:47.561Z Compiling syn v2.0.116
12852026-02-27T04:17:47.592Z Compiling icu_properties_data v2.1.2
12862026-02-27T04:17:47.722Z Compiling hashbrown v0.16.1
12872026-02-27T04:17:47.737Z Compiling parking_lot_core v0.9.12
12882026-02-27T04:17:47.859Z Compiling percent-encoding v2.3.2
12892026-02-27T04:17:47.929Z Compiling scopeguard v1.2.0
12902026-02-27T04:17:48.105Z Compiling lock_api v0.4.14
12912026-02-27T04:17:48.208Z Compiling dyn-clone v1.0.20
12922026-02-27T04:17:48.244Z Compiling form_urlencoded v1.2.2
12932026-02-27T04:17:48.384Z Compiling utf8_iter v1.0.4
12942026-02-27T04:17:48.474Z Compiling log v0.4.29
12952026-02-27T04:17:48.568Z Compiling serde_json v1.0.149
12962026-02-27T04:17:48.585Z Compiling jobserver v0.1.34
12972026-02-27T04:17:48.840Z Compiling shlex v1.3.0
12982026-02-27T04:17:49.038Z Compiling find-msvc-tools v0.1.9
12992026-02-27T04:17:49.091Z Compiling thiserror v2.0.18
13002026-02-27T04:17:49.119Z Compiling futures-core v0.3.32
13012026-02-27T04:17:49.220Z Compiling num-traits v0.2.19
13022026-02-27T04:17:49.281Z Compiling zerocopy v0.8.39
13032026-02-27T04:17:49.297Z Compiling cc v1.2.56
13042026-02-27T04:17:49.380Z Compiling heck v0.5.0
13052026-02-27T04:17:49.451Z Compiling errno v0.3.14
13062026-02-27T04:17:49.693Z Compiling fnv v1.0.7
13072026-02-27T04:17:49.866Z Compiling futures-sink v0.3.32
13082026-02-27T04:17:49.981Z Compiling getrandom v0.2.17
13092026-02-27T04:17:50.119Z Compiling slab v0.4.12
13102026-02-27T04:17:50.135Z Compiling futures-channel v0.3.32
13112026-02-27T04:17:50.156Z Compiling futures-task v0.3.32
13122026-02-27T04:17:50.303Z Compiling futures-io v0.3.32
13132026-02-27T04:17:50.407Z Compiling semver v1.0.27
13142026-02-27T04:17:50.432Z Compiling indexmap v2.13.0
13152026-02-27T04:17:50.681Z Compiling uuid v1.21.0
13162026-02-27T04:17:51.099Z Compiling portable-atomic v1.13.1
13172026-02-27T04:17:51.625Z Compiling typenum v1.19.0
13182026-02-27T04:17:51.947Z Compiling socket2 v0.6.2
13192026-02-27T04:17:52.315Z Compiling rustversion v1.0.22
13202026-02-27T04:17:52.495Z Compiling ring v0.17.14
13212026-02-27T04:17:52.938Z Compiling schemars v0.8.22
13222026-02-27T04:17:52.957Z Compiling critical-section v1.2.0
13232026-02-27T04:17:53.118Z Compiling untrusted v0.9.0
13242026-02-27T04:17:53.317Z Compiling once_cell v1.21.3
13252026-02-27T04:17:53.336Z Compiling regex-syntax v0.8.9
13262026-02-27T04:17:53.402Z Compiling bitflags v2.11.0
13272026-02-27T04:17:53.710Z Compiling signal-hook-registry v1.4.8
13282026-02-27T04:17:53.843Z Compiling mio v1.1.1
13292026-02-27T04:17:53.967Z Compiling byteorder v1.5.0
13302026-02-27T04:17:54.279Z Compiling subtle v2.6.1
13312026-02-27T04:17:54.410Z Compiling rand_core v0.6.4
13322026-02-27T04:17:54.536Z Compiling rustix v1.1.3
13332026-02-27T04:17:54.581Z Compiling base64 v0.22.1
13342026-02-27T04:17:54.813Z Compiling synstructure v0.13.2
13352026-02-27T04:17:54.883Z Compiling serde_derive_internals v0.29.1
13362026-02-27T04:17:55.244Z Compiling getrandom v0.3.4
13372026-02-27T04:17:55.502Z Compiling atomic-waker v1.1.2
13382026-02-27T04:17:55.707Z Compiling ucd-trie v0.1.7
13392026-02-27T04:17:55.767Z Compiling httparse v1.10.1
13402026-02-27T04:17:55.863Z Compiling ipnet v2.11.0
13412026-02-27T04:17:55.904Z Compiling tower-layer v0.3.3
13422026-02-27T04:17:56.205Z Compiling pest v2.8.6
13432026-02-27T04:17:56.335Z Compiling tower-service v0.3.3
13442026-02-27T04:17:56.492Z Compiling thiserror v1.0.69
13452026-02-27T04:17:56.728Z Compiling try-lock v0.2.5
13462026-02-27T04:17:56.895Z Compiling ryu v1.0.23
13472026-02-27T04:17:57.032Z Compiling want v0.3.1
13482026-02-27T04:17:57.174Z Compiling generic-array v0.14.7
13492026-02-27T04:17:57.241Z Compiling pretty-hex v0.4.1
13502026-02-27T04:17:57.324Z Compiling pin-utils v0.1.0
13512026-02-27T04:17:57.401Z Compiling httpdate v1.0.3
13522026-02-27T04:17:57.425Z Compiling plain v0.2.3
13532026-02-27T04:17:57.437Z Compiling slog v2.8.2
13542026-02-27T04:17:57.587Z Compiling aho-corasick v1.1.4
13552026-02-27T04:17:57.612Z Compiling strsim v0.11.1
13562026-02-27T04:17:57.787Z Compiling tracing-core v0.1.36
13572026-02-27T04:17:57.835Z Compiling winnow v0.7.14
13582026-02-27T04:17:58.209Z Compiling serde_derive v1.0.228
13592026-02-27T04:17:58.461Z Compiling zerofrom-derive v0.1.6
13602026-02-27T04:17:58.974Z Compiling yoke-derive v0.8.1
13612026-02-27T04:17:59.101Z Compiling zerovec-derive v0.11.2
13622026-02-27T04:17:59.105Z Compiling displaydoc v0.2.5
13632026-02-27T04:17:59.475Z Compiling schemars_derive v0.8.22
13642026-02-27T04:18:00.661Z Compiling tokio-macros v2.6.0
13652026-02-27T04:18:01.111Z Compiling thiserror-impl v2.0.18
13662026-02-27T04:18:01.346Z Compiling zerofrom v0.1.6
13672026-02-27T04:18:01.406Z Compiling zerocopy-derive v0.8.39
13682026-02-27T04:18:01.553Z Compiling yoke v0.8.1
13692026-02-27T04:18:01.569Z Compiling zeroize_derive v1.4.3
13702026-02-27T04:18:01.695Z Compiling futures-macro v0.3.32
13712026-02-27T04:18:01.915Z Compiling zerovec v0.11.5
13722026-02-27T04:18:02.258Z Compiling zerotrie v0.2.3
13732026-02-27T04:18:02.275Z Compiling pest_meta v2.8.6
13742026-02-27T04:18:02.894Z Compiling thiserror-impl v1.0.69
13752026-02-27T04:18:02.948Z Compiling zeroize v1.8.2
13762026-02-27T04:18:03.126Z Compiling tinystr v0.8.2
13772026-02-27T04:18:03.340Z Compiling potential_utf v0.1.4
13782026-02-27T04:18:03.447Z Compiling icu_locale_core v2.1.1
13792026-02-27T04:18:03.506Z Compiling futures-util v0.3.32
13802026-02-27T04:18:03.633Z Compiling icu_collections v2.1.1
13812026-02-27T04:18:04.117Z Compiling pest_generator v2.8.6
13822026-02-27T04:18:05.439Z Compiling icu_provider v2.1.1
13832026-02-27T04:18:05.773Z Compiling regex-automata v0.4.14
13842026-02-27T04:18:05.792Z Compiling tracing-attributes v0.1.31
13852026-02-27T04:18:05.824Z Compiling pest_derive v2.8.6
13862026-02-27T04:18:06.017Z Compiling bytes v1.11.1
13872026-02-27T04:18:06.034Z Compiling smallvec v1.15.1
13882026-02-27T04:18:06.140Z Compiling icu_properties v2.1.2
13892026-02-27T04:18:06.551Z Compiling icu_normalizer v2.1.1
13902026-02-27T04:18:06.881Z Compiling chrono v0.4.43
13912026-02-27T04:18:07.609Z Compiling http v1.4.0
13922026-02-27T04:18:07.905Z Compiling serde_tokenstream v0.2.2
13932026-02-27T04:18:08.472Z Compiling idna_adapter v1.2.1
13942026-02-27T04:18:08.688Z Compiling idna v1.1.0
13952026-02-27T04:18:09.110Z Compiling parking_lot v0.12.5
13962026-02-27T04:18:09.352Z Compiling url v2.5.8
13972026-02-27T04:18:09.824Z Compiling tokio v1.49.0
13982026-02-27T04:18:10.046Z Compiling http-body v1.0.1
13992026-02-27T04:18:10.314Z Compiling erased-serde v0.3.31
14002026-02-27T04:18:10.540Z Compiling regex v1.12.3
14012026-02-27T04:18:11.358Z Compiling http-body-util v0.1.3
14022026-02-27T04:18:11.863Z Compiling tracing v0.1.44
14032026-02-27T04:18:12.326Z Compiling serde_urlencoded v0.7.1
14042026-02-27T04:18:12.468Z Compiling crypto-common v0.1.7
14052026-02-27T04:18:12.560Z Compiling paste v1.0.15
14062026-02-27T04:18:12.698Z Compiling sync_wrapper v1.0.2
14072026-02-27T04:18:12.832Z Compiling regress v0.10.5
14082026-02-27T04:18:12.863Z Compiling ppv-lite86 v0.2.21
14092026-02-27T04:18:13.210Z Compiling rustls-pki-types v1.14.0
14102026-02-27T04:18:13.289Z Compiling scroll_derive v0.13.1
14112026-02-27T04:18:14.210Z Compiling powerfmt v0.2.0
14122026-02-27T04:18:14.302Z Compiling anyhow v1.0.101
14132026-02-27T04:18:14.342Z Compiling num-conv v0.2.0
14142026-02-27T04:18:14.553Z Compiling time-core v0.1.8
14152026-02-27T04:18:14.607Z Compiling deranged v0.5.6
14162026-02-27T04:18:14.633Z Compiling fastrand v2.3.0
14172026-02-27T04:18:14.855Z Compiling time-macros v0.2.27
14182026-02-27T04:18:15.083Z Compiling scroll v0.13.0
14192026-02-27T04:18:15.155Z Compiling iri-string v0.7.10
14202026-02-27T04:18:15.340Z Compiling num_threads v0.1.7
14212026-02-27T04:18:15.543Z Compiling ident_case v1.0.1
14222026-02-27T04:18:15.601Z Compiling cpufeatures v0.2.17
14232026-02-27T04:18:15.680Z Compiling darling_core v0.21.3
14242026-02-27T04:18:15.702Z Compiling goblin v0.10.5
14252026-02-27T04:18:17.268Z Compiling typify-impl v0.4.3
14262026-02-27T04:18:18.167Z Compiling ipnetwork v0.21.1
14272026-02-27T04:18:19.243Z Compiling daft-derive v0.1.5
14282026-02-27T04:18:20.802Z Compiling omicron-workspace-hack v0.1.0
14292026-02-27T04:18:21.212Z Compiling tokio-util v0.7.18
14302026-02-27T04:18:21.487Z Compiling darling_macro v0.21.3
14312026-02-27T04:18:22.312Z Compiling async-trait v0.1.89
14322026-02-27T04:18:22.950Z Compiling cmake v0.1.57
14332026-02-27T04:18:23.717Z Compiling dunce v1.0.5
14342026-02-27T04:18:23.875Z Compiling usdt-impl v0.6.0
14352026-02-27T04:18:23.975Z Compiling fs_extra v1.3.0
14362026-02-27T04:18:24.331Z Compiling darling v0.21.3
14372026-02-27T04:18:24.408Z Compiling aws-lc-sys v0.37.1
14382026-02-27T04:18:24.645Z Compiling futures-executor v0.3.32
14392026-02-27T04:18:24.645Z Compiling dtrace-parser v0.3.0
14402026-02-27T04:18:25.131Z Compiling block-buffer v0.10.4
14412026-02-27T04:18:25.426Z Compiling crossbeam-utils v0.8.21
14422026-02-27T04:18:25.574Z Compiling digest v0.10.7
14432026-02-27T04:18:25.887Z Compiling dof v0.4.0
14442026-02-27T04:18:25.988Z Compiling openapiv3 v2.2.0
14452026-02-27T04:18:26.001Z Compiling structmeta-derive v0.3.0
14462026-02-27T04:18:26.166Z Compiling thread-id v5.1.0
14472026-02-27T04:18:26.203Z Compiling rustls v0.22.4
14482026-02-27T04:18:26.650Z Compiling camino v1.2.2
14492026-02-27T04:18:26.679Z Compiling hex v0.4.3
14502026-02-27T04:18:27.292Z Compiling futures v0.3.32
14512026-02-27T04:18:27.468Z Compiling rand_core v0.9.5
14522026-02-27T04:18:28.325Z Compiling h2 v0.4.13
14532026-02-27T04:18:28.451Z Compiling structmeta v0.3.0
14542026-02-27T04:18:28.591Z Compiling oxnet v0.1.4
14552026-02-27T04:18:28.661Z Compiling thread_local v1.1.9
14562026-02-27T04:18:29.115Z Compiling syn v1.0.109
14572026-02-27T04:18:29.274Z Compiling match_cfg v0.1.0
14582026-02-27T04:18:29.309Z Compiling aws-lc-rs v1.15.4
14592026-02-27T04:18:29.372Z Compiling quick-error v1.2.3
14602026-02-27T04:18:29.516Z Compiling unicode-width v0.2.2
14612026-02-27T04:18:29.761Z Compiling unsafe-libyaml v0.2.11
14622026-02-27T04:18:29.899Z Compiling slog-async v2.8.0
14632026-02-27T04:18:29.996Z Compiling usdt-attr-macro v0.6.0
14642026-02-27T04:18:30.228Z Compiling usdt-macro v0.6.0
14652026-02-27T04:18:30.378Z Compiling rand_chacha v0.9.0
14662026-02-27T04:18:31.413Z Compiling serde_yaml v0.9.34+deprecated
14672026-02-27T04:18:31.514Z Compiling newtype-uuid-macros v0.1.0
14682026-02-27T04:18:32.047Z Compiling strum_macros v0.26.4
14692026-02-27T04:18:32.354Z Compiling serde_spanned v1.0.4
14702026-02-27T04:18:32.373Z Compiling typify-macro v0.4.3
14712026-02-27T04:18:32.507Z Compiling multer v3.1.0
14722026-02-27T04:18:33.112Z Compiling hyper v1.8.1
14732026-02-27T04:18:33.135Z Compiling take_mut v0.2.2
14742026-02-27T04:18:33.296Z Compiling term v1.2.1
14752026-02-27T04:18:34.531Z Compiling toml_writer v1.0.6+spec-1.1.0
14762026-02-27T04:18:34.842Z Compiling untrusted v0.7.1
14772026-02-27T04:18:34.972Z Compiling debug-ignore v1.0.5
14782026-02-27T04:18:35.039Z Compiling bit-vec v0.8.0
14792026-02-27T04:18:35.206Z Compiling rand v0.9.2
14802026-02-27T04:18:35.320Z Compiling async-stream-impl v0.3.6
14812026-02-27T04:18:35.499Z Compiling hyper-util v0.1.20
14822026-02-27T04:18:35.838Z Compiling strum v0.26.3
14832026-02-27T04:18:36.043Z Compiling bit-set v0.8.0
14842026-02-27T04:18:36.394Z Compiling dropshot v0.16.7
14852026-02-27T04:18:36.448Z Compiling typify v0.4.3
14862026-02-27T04:18:36.517Z Compiling encoding_rs v0.8.35
14872026-02-27T04:18:36.550Z Compiling ref-cast v1.0.25
14882026-02-27T04:18:36.578Z Compiling mime v0.3.17
14892026-02-27T04:18:36.763Z Compiling unarray v0.1.4
14902026-02-27T04:18:36.945Z Compiling spin v0.9.8
14912026-02-27T04:18:37.089Z Compiling rustls v0.23.36
14922026-02-27T04:18:37.149Z Compiling async-stream v0.3.6
14932026-02-27T04:18:37.179Z Compiling derive-ex v0.1.8
14942026-02-27T04:18:37.200Z Compiling dropshot_endpoint v0.16.7
14952026-02-27T04:18:37.457Z Compiling macaddr v1.0.1
14962026-02-27T04:18:37.468Z Compiling ref-cast-impl v1.0.25
14972026-02-27T04:18:37.888Z Compiling waitgroup v0.1.2
14982026-02-27T04:18:38.124Z Compiling serde_path_to_error v0.1.20
14992026-02-27T04:18:39.086Z Compiling progenitor-impl v0.11.2
15002026-02-27T04:18:39.314Z Compiling tabwriter v1.4.1
15012026-02-27T04:18:39.693Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15022026-02-27T04:18:39.885Z Compiling tempfile v3.25.0
15032026-02-27T04:18:39.997Z Compiling newtype-uuid v1.3.2
15042026-02-27T04:18:40.633Z Compiling strum_macros v0.27.2
15052026-02-27T04:18:40.862Z Compiling instant v0.1.13
15062026-02-27T04:18:40.881Z Compiling test-strategy v0.4.5
15072026-02-27T04:18:41.443Z Compiling daft v0.1.5
15082026-02-27T04:18:41.975Z Compiling serde_with_macros v3.16.1
15092026-02-27T04:18:43.507Z Compiling tower v0.5.3
15102026-02-27T04:18:44.005Z Compiling time v0.3.47
15112026-02-27T04:18:44.312Z Compiling webpki-roots v1.0.6
15122026-02-27T04:18:44.510Z Compiling colored v3.1.1
15132026-02-27T04:18:44.528Z Compiling tower-http v0.6.8
15142026-02-27T04:18:44.778Z Compiling crossbeam-channel v0.5.15
15152026-02-27T04:18:45.011Z Compiling strum v0.27.2
15162026-02-27T04:18:45.380Z Compiling parse-display-derive v0.10.0
15172026-02-27T04:18:45.854Z Compiling rustls-webpki v0.102.8
15182026-02-27T04:18:47.385Z Compiling progenitor-macro v0.11.2
15192026-02-27T04:18:47.938Z Compiling rustc-hash v2.1.1
15202026-02-27T04:18:48.138Z Compiling slog-json v2.6.1
15212026-02-27T04:18:48.736Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15222026-02-27T04:18:48.876Z Compiling hostname v0.3.1
15232026-02-27T04:18:48.951Z Compiling rand_chacha v0.3.1
15242026-02-27T04:18:49.588Z Compiling toml_parser v1.0.9+spec-1.1.0
15252026-02-27T04:18:49.638Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15262026-02-27T04:18:50.055Z Compiling toml_datetime v0.7.5+spec-1.1.0
15272026-02-27T04:18:50.204Z Compiling is-terminal v0.4.17
15282026-02-27T04:18:50.250Z Compiling memmap2 v0.9.10
15292026-02-27T04:18:50.331Z Compiling wait-timeout v0.2.1
15302026-02-27T04:18:50.554Z Compiling either v1.15.0
15312026-02-27T04:18:50.657Z Compiling rusty-fork v0.3.1
15322026-02-27T04:18:50.676Z Compiling usdt v0.6.0
15332026-02-27T04:18:50.915Z Compiling toml v0.9.12+spec-1.1.0
15342026-02-27T04:18:50.937Z Compiling slog-term v2.9.2
15352026-02-27T04:18:51.204Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-02-27T04:18:51.398Z Compiling rand v0.8.5
15372026-02-27T04:18:51.416Z Compiling slog-bunyan v2.5.0
15382026-02-27T04:18:52.845Z Compiling tokio-rustls v0.25.0
15392026-02-27T04:18:52.884Z Compiling rand_xorshift v0.4.0
15402026-02-27T04:18:53.023Z Compiling sha1 v0.10.6
15412026-02-27T04:18:53.139Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15422026-02-27T04:18:53.254Z Compiling rustls-pemfile v2.2.0
15432026-02-27T04:18:53.433Z Compiling hostname v0.4.2
15442026-02-27T04:18:53.679Z Compiling proptest v1.10.0
15452026-02-27T04:18:57.850Z Compiling itertools v0.14.0
15462026-02-27T04:18:58.936Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15472026-02-27T04:19:00.117Z Compiling serde_with v3.16.1
15482026-02-27T04:19:00.765Z Compiling utf8parse v0.2.2
15492026-02-27T04:19:00.951Z Compiling anstyle-parse v0.2.7
15502026-02-27T04:19:01.078Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
15512026-02-27T04:19:01.300Z Compiling toml_datetime v0.6.11
15522026-02-27T04:19:01.875Z Compiling colorchoice v1.0.4
15532026-02-27T04:19:01.898Z Compiling is_terminal_polyfill v1.70.2
15542026-02-27T04:19:02.072Z Compiling anstyle v1.0.13
15552026-02-27T04:19:02.494Z Compiling anstyle-query v1.1.5
15562026-02-27T04:19:02.537Z Compiling backoff v0.4.0
15572026-02-27T04:19:02.656Z Compiling anstream v0.6.21
15582026-02-27T04:19:03.322Z Compiling parse-display v0.10.0
15592026-02-27T04:19:03.342Z Compiling iddqd v0.3.17
15602026-02-27T04:19:04.535Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15612026-02-27T04:19:05.922Z Compiling clap_lex v1.0.0
15622026-02-27T04:19:06.440Z Compiling clap_derive v4.5.55
15632026-02-27T04:19:07.460Z Compiling terminal_size v0.4.3
15642026-02-27T04:19:07.696Z Compiling crossbeam-epoch v0.9.18
15652026-02-27T04:19:08.490Z Compiling clap_builder v4.5.59
15662026-02-27T04:19:08.640Z Compiling rustls-webpki v0.103.9
15672026-02-27T04:19:08.807Z Compiling proc-macro-error-attr v1.0.4
15682026-02-27T04:19:09.170Z Compiling heapless v0.8.0
15692026-02-27T04:19:10.378Z Compiling ingot-macros v0.1.1
15702026-02-27T04:19:10.455Z Compiling toml_edit v0.23.10+spec-1.0.0
15712026-02-27T04:19:12.473Z Compiling clap v4.5.59
15722026-02-27T04:19:12.800Z Compiling zerocopy-derive v0.7.35
15732026-02-27T04:19:13.510Z Compiling hash32 v0.3.1
15742026-02-27T04:19:13.774Z Compiling proc-macro-error v1.0.4
15752026-02-27T04:19:14.554Z Compiling winnow v0.5.40
15762026-02-27T04:19:14.582Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15772026-02-27T04:19:15.006Z Compiling smoltcp v0.11.0
15782026-02-27T04:19:15.731Z Compiling zerocopy v0.7.35
15792026-02-27T04:19:16.854Z Compiling ingot-types v0.1.2
15802026-02-27T04:19:17.080Z Compiling tokio-rustls v0.26.4
15812026-02-27T04:19:17.554Z Compiling proc-macro-crate v3.4.0
15822026-02-27T04:19:18.020Z Compiling toml_edit v0.19.15
15832026-02-27T04:19:18.494Z Compiling cobs v0.3.0
15842026-02-27T04:19:18.864Z Compiling bitflags v1.3.2
15852026-02-27T04:19:18.961Z Compiling crucible-workspace-hack v0.1.0
15862026-02-27T04:19:18.979Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
15872026-02-27T04:19:19.327Z Compiling managed v0.8.0
15882026-02-27T04:19:19.535Z Compiling postcard v1.1.3
15892026-02-27T04:19:19.813Z Compiling hyper-rustls v0.27.7
15902026-02-27T04:19:20.247Z Compiling num_enum_derive v0.7.5
15912026-02-27T04:19:20.271Z Compiling ingot v0.1.1
15922026-02-27T04:19:20.613Z Compiling foreign-types-macros v0.2.3
15932026-02-27T04:19:20.960Z Compiling proc-macro-crate v1.3.1
15942026-02-27T04:19:21.638Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
15952026-02-27T04:19:21.791Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
15962026-02-27T04:19:21.957Z Compiling foreign-types-shared v0.3.1
15972026-02-27T04:19:22.092Z Compiling rayon-core v1.13.0
15982026-02-27T04:19:22.257Z Compiling heck v0.4.1
15992026-02-27T04:19:22.488Z Compiling num_enum v0.7.5
16002026-02-27T04:19:22.592Z Compiling foreign-types v0.5.0
16012026-02-27T04:19:22.645Z Compiling reqwest v0.12.28
16022026-02-27T04:19:22.800Z Compiling crossbeam-deque v0.8.6
16032026-02-27T04:19:22.877Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16042026-02-27T04:19:23.006Z Compiling num_enum_derive v0.5.11
16052026-02-27T04:19:23.789Z Compiling dtrace-parser v0.2.0
16062026-02-27T04:19:23.806Z Compiling scroll_derive v0.12.1
16072026-02-27T04:19:24.254Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16082026-02-27T04:19:25.103Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16092026-02-27T04:19:25.223Z Compiling usdt-impl v0.5.0
16102026-02-27T04:19:25.226Z Compiling memoffset v0.9.1
16112026-02-27T04:19:25.258Z Compiling cstr-argument v0.1.2
16122026-02-27T04:19:25.283Z Compiling tinyvec_macros v0.1.1
16132026-02-27T04:19:25.388Z Compiling cfg_aliases v0.2.1
16142026-02-27T04:19:25.477Z Compiling convert_case v0.4.0
16152026-02-27T04:19:25.513Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
16162026-02-27T04:19:25.794Z Compiling nix v0.30.1
16172026-02-27T04:19:25.822Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16182026-02-27T04:19:25.890Z Compiling tinyvec v1.10.0
16192026-02-27T04:19:25.920Z Compiling scroll v0.12.0
16202026-02-27T04:19:26.098Z Compiling derive_more v0.99.20
16212026-02-27T04:19:26.352Z Compiling num_enum v0.5.11
16222026-02-27T04:19:26.507Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16232026-02-27T04:19:26.683Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
16242026-02-27T04:19:27.791Z Compiling dof v0.3.0
16252026-02-27T04:19:28.329Z Compiling camino-tempfile v1.4.1
16262026-02-27T04:19:28.581Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16272026-02-27T04:19:28.762Z Compiling thread-id v4.2.2
16282026-02-27T04:19:29.783Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16292026-02-27T04:19:30.243Z Compiling rayon v1.11.0
16302026-02-27T04:19:31.506Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16312026-02-27T04:19:31.659Z Compiling goblin v0.8.2
16322026-02-27T04:19:32.318Z Compiling progenitor-client v0.11.2
16332026-02-27T04:19:32.762Z Compiling zone_cfg_derive v0.3.1
16342026-02-27T04:19:32.841Z Compiling itertools v0.12.1
16352026-02-27T04:19:33.037Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16362026-02-27T04:19:33.670Z Compiling serde_spanned v0.6.9
16372026-02-27T04:19:33.908Z Compiling num-derive v0.4.2
16382026-02-27T04:19:34.142Z Compiling sigpipe v0.1.3
16392026-02-27T04:19:34.718Z Compiling jiff v0.2.20
16402026-02-27T04:19:34.766Z Compiling glob v0.3.3
16412026-02-27T04:19:35.067Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16422026-02-27T04:19:35.450Z Compiling toml_write v0.1.2
16432026-02-27T04:19:35.720Z Compiling zone v0.3.1
16442026-02-27T04:19:35.739Z Compiling toml_edit v0.22.27
16452026-02-27T04:19:36.032Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
16462026-02-27T04:19:37.598Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16472026-02-27T04:19:38.011Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16482026-02-27T04:19:38.914Z Compiling progenitor v0.11.2
16492026-02-27T04:19:41.690Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16502026-02-27T04:19:42.496Z Compiling smf v0.2.3
16512026-02-27T04:19:42.511Z Compiling secrecy v0.10.3
16522026-02-27T04:19:42.775Z Compiling num-integer v0.1.46
16532026-02-27T04:19:43.505Z Compiling rustc_version v0.4.1
16542026-02-27T04:19:43.848Z Compiling float-ord v0.3.2
16552026-02-27T04:19:43.988Z Compiling prettyplease v0.2.37
16562026-02-27T04:19:44.028Z Compiling whoami v1.6.1
16572026-02-27T04:19:44.054Z Compiling rustix v0.38.44
16582026-02-27T04:19:44.054Z Compiling curve25519-dalek v4.1.3
16592026-02-27T04:19:44.830Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
16602026-02-27T04:19:45.903Z Compiling toml v0.8.23
16612026-02-27T04:19:45.998Z Compiling usdt-attr-macro v0.5.0
16622026-02-27T04:19:46.068Z Compiling usdt-macro v0.5.0
16632026-02-27T04:19:47.501Z Compiling progenitor-client v0.10.0
16642026-02-27T04:19:47.957Z Compiling hmac v0.12.1
16652026-02-27T04:19:48.223Z Compiling inout v0.1.4
16662026-02-27T04:19:48.470Z Compiling enum-as-inner v0.6.1
16672026-02-27T04:19:48.770Z Compiling ff v0.13.1
16682026-02-27T04:19:48.967Z Compiling memmap v0.7.0
16692026-02-27T04:19:49.009Z Compiling static_assertions v1.1.0
16702026-02-27T04:19:49.111Z Compiling data-encoding v2.10.0
16712026-02-27T04:19:49.287Z Compiling usdt v0.5.0
16722026-02-27T04:19:49.653Z Compiling group v0.13.0
16732026-02-27T04:19:49.800Z Compiling cipher v0.4.4
16742026-02-27T04:19:49.849Z Compiling hkdf v0.12.4
16752026-02-27T04:19:50.402Z Compiling num-iter v0.1.45
16762026-02-27T04:19:50.471Z Compiling num-rational v0.4.2
16772026-02-27T04:19:51.115Z Compiling thiserror-impl-no-std v2.0.2
16782026-02-27T04:19:51.216Z Compiling half v2.7.1
16792026-02-27T04:19:51.983Z Compiling universal-hash v0.5.1
16802026-02-27T04:19:52.047Z Compiling crypto-bigint v0.5.5
16812026-02-27T04:19:52.278Z Compiling curve25519-dalek-derive v0.1.1
16822026-02-27T04:19:52.311Z Compiling num-complex v0.4.6
16832026-02-27T04:19:53.725Z Compiling base16ct v0.2.0
16842026-02-27T04:19:53.795Z Compiling opaque-debug v0.3.1
16852026-02-27T04:19:53.795Z Compiling ciborium-io v0.2.2
16862026-02-27T04:19:53.795Z Compiling base64ct v1.8.3
16872026-02-27T04:19:53.795Z Compiling thiserror-no-std v2.0.2
16882026-02-27T04:19:53.841Z Compiling ciborium-ll v0.2.2
16892026-02-27T04:19:54.187Z Compiling password-hash v0.5.0
16902026-02-27T04:19:54.240Z Compiling poly1305 v0.8.0
16912026-02-27T04:19:55.138Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16922026-02-27T04:19:55.156Z Compiling elliptic-curve v0.13.8
16932026-02-27T04:19:55.457Z Compiling num v0.4.3
16942026-02-27T04:19:55.691Z Compiling chacha20 v0.9.1
16952026-02-27T04:19:55.831Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16962026-02-27T04:19:56.217Z Compiling hubpack_derive v0.1.1
16972026-02-27T04:19:56.661Z Compiling blake2 v0.10.6
16982026-02-27T04:19:56.743Z Compiling aead v0.5.2
16992026-02-27T04:19:57.023Z Compiling vcpkg v0.2.15
17002026-02-27T04:19:57.130Z Compiling keccak v0.1.6
17012026-02-27T04:19:57.711Z Compiling linked-hash-map v0.5.6
17022026-02-27T04:19:57.745Z Compiling semver v0.1.20
17032026-02-27T04:19:58.071Z Compiling resolv-conf v0.7.6
17042026-02-27T04:19:58.231Z Compiling pkg-config v0.3.32
17052026-02-27T04:19:58.360Z Compiling rustc_version v0.1.7
17062026-02-27T04:19:58.640Z Compiling lru-cache v0.1.2
17072026-02-27T04:19:58.719Z Compiling sha3 v0.10.8
17082026-02-27T04:19:58.857Z Compiling hubpack v0.1.2
17092026-02-27T04:19:58.889Z Compiling argon2 v0.5.3
17102026-02-27T04:19:59.328Z Compiling chacha20poly1305 v0.10.1
17112026-02-27T04:19:59.342Z Compiling openssl-sys v0.9.111
17122026-02-27T04:19:59.391Z Compiling vsss-rs v3.3.4
17132026-02-27T04:19:59.576Z Compiling ciborium v0.2.2
17142026-02-27T04:19:59.937Z Compiling hickory-proto v0.24.4
17152026-02-27T04:20:00.343Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17162026-02-27T04:20:00.978Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17172026-02-27T04:20:01.505Z Compiling serde-big-array v0.5.1
17182026-02-27T04:20:01.584Z Compiling serde_repr v0.1.20
17192026-02-27T04:20:01.742Z Compiling derive-where v1.6.0
17202026-02-27T04:20:02.729Z Compiling siphasher v1.0.2
17212026-02-27T04:20:04.087Z Compiling minimal-lexical v0.2.1
17222026-02-27T04:20:04.154Z Compiling indent_write v2.2.0
17232026-02-27T04:20:04.154Z Compiling unicode-segmentation v1.12.0
17242026-02-27T04:20:04.155Z Compiling nom v7.1.3
17252026-02-27T04:20:04.155Z Compiling phf_shared v0.12.1
17262026-02-27T04:20:04.155Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-02-27T04:20:04.423Z Compiling hickory-resolver v0.24.4
17282026-02-27T04:20:04.707Z Compiling newline-converter v0.3.0
17292026-02-27T04:20:04.903Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17302026-02-27T04:20:08.171Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17312026-02-27T04:20:08.628Z Compiling newtype_derive v0.1.6
17322026-02-27T04:20:09.035Z Compiling atomicwrites v0.4.4
17332026-02-27T04:20:10.154Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17342026-02-27T04:20:10.617Z Compiling progenitor-impl v0.10.0
17352026-02-27T04:20:10.693Z Compiling console v0.15.11
17362026-02-27T04:20:10.942Z Compiling tokio-stream v0.1.18
17372026-02-27T04:20:11.201Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17382026-02-27T04:20:11.988Z Compiling pin-project-internal v1.1.10
17392026-02-27T04:20:12.246Z Compiling slog-dtrace v0.3.0
17402026-02-27T04:20:12.649Z Compiling csv-core v0.1.13
17412026-02-27T04:20:12.863Z Compiling foldhash v0.1.5
17422026-02-27T04:20:13.216Z Compiling unicode-width v0.1.14
17432026-02-27T04:20:13.243Z Compiling cancel-safe-futures v0.1.5
17442026-02-27T04:20:13.431Z Compiling chrono-tz v0.10.4
17452026-02-27T04:20:13.666Z Compiling similar v2.7.0
17462026-02-27T04:20:13.758Z Compiling owo-colors v4.2.3
17472026-02-27T04:20:13.816Z Compiling unicode-xid v0.2.6
17482026-02-27T04:20:14.044Z Compiling swrite v0.1.0
17492026-02-27T04:20:14.161Z Compiling const_format_proc_macros v0.2.34
17502026-02-27T04:20:14.421Z Compiling pin-project v1.1.10
17512026-02-27T04:20:14.494Z Compiling hashbrown v0.15.5
17522026-02-27T04:20:14.584Z Compiling expectorate v1.2.0
17532026-02-27T04:20:14.845Z Compiling csv v1.4.0
17542026-02-27T04:20:15.691Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17552026-02-27T04:20:15.878Z Compiling qorb v0.4.1
17562026-02-27T04:20:16.002Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17572026-02-27T04:20:16.157Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17582026-02-27T04:20:16.686Z Compiling phf v0.12.1
17592026-02-27T04:20:16.979Z Compiling tokio-dtrace v0.1.1
17602026-02-27T04:20:17.249Z Compiling unicode-normalization v0.1.25
17612026-02-27T04:20:18.305Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17622026-02-27T04:20:19.218Z Compiling progenitor-macro v0.10.0
17632026-02-27T04:20:19.453Z Compiling libsw-core v0.3.2
17642026-02-27T04:20:19.666Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17652026-02-27T04:20:19.727Z Compiling async-recursion v1.1.1
17662026-02-27T04:20:20.905Z Compiling snafu-derive v0.8.9
17672026-02-27T04:20:21.143Z Compiling cookie v0.18.1
17682026-02-27T04:20:21.373Z Compiling bstr v1.12.1
17692026-02-27T04:20:21.576Z Compiling openssl v0.10.75
17702026-02-27T04:20:22.078Z Compiling foreign-types-shared v0.1.1
17712026-02-27T04:20:22.188Z Compiling same-file v1.0.6
17722026-02-27T04:20:22.222Z Compiling fixedbitset v0.4.2
17732026-02-27T04:20:22.467Z Compiling highway v1.3.0
17742026-02-27T04:20:22.551Z Compiling fixedbitset v0.5.7
17752026-02-27T04:20:22.693Z Compiling bytecount v0.6.9
17762026-02-27T04:20:22.936Z Compiling papergrid v0.11.0
17772026-02-27T04:20:23.261Z Compiling petgraph v0.8.3
17782026-02-27T04:20:23.288Z Compiling petgraph v0.6.5
17792026-02-27T04:20:25.223Z Compiling snafu v0.8.9
17802026-02-27T04:20:25.988Z Compiling walkdir v2.5.0
17812026-02-27T04:20:26.036Z Compiling globset v0.4.18
17822026-02-27T04:20:26.770Z Compiling foreign-types v0.3.2
17832026-02-27T04:20:26.960Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17842026-02-27T04:20:26.988Z Compiling libsw v3.5.0
17852026-02-27T04:20:27.215Z Compiling olpc-cjson v0.1.4
17862026-02-27T04:20:27.233Z Compiling oxide-tokio-rt v0.1.2
17872026-02-27T04:20:27.536Z Compiling const_format v0.2.35
17882026-02-27T04:20:27.636Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17892026-02-27T04:20:28.474Z Compiling gethostname v0.5.0
17902026-02-27T04:20:28.680Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17912026-02-27T04:20:29.536Z Compiling tabled_derive v0.7.0
17922026-02-27T04:20:29.717Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17932026-02-27T04:20:30.157Z Compiling bcs v0.1.6
17942026-02-27T04:20:30.794Z Compiling serde_plain v1.0.2
17952026-02-27T04:20:30.862Z Compiling openssl-macros v0.1.1
17962026-02-27T04:20:31.177Z Compiling pem v3.0.6
17972026-02-27T04:20:31.648Z Compiling smawk v0.3.2
17982026-02-27T04:20:31.737Z Compiling crunchy v0.2.4
17992026-02-27T04:20:31.809Z Compiling progenitor v0.10.0
18002026-02-27T04:20:31.849Z Compiling linear-map v1.2.0
18012026-02-27T04:20:31.892Z Compiling typed-path v0.9.3
18022026-02-27T04:20:32.002Z Compiling termtree v0.5.1
18032026-02-27T04:20:32.296Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18042026-02-27T04:20:32.344Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18052026-02-27T04:20:34.242Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18062026-02-27T04:20:35.026Z Compiling tagptr v0.2.0
18072026-02-27T04:20:35.148Z Compiling lazy_static v1.5.0
18082026-02-27T04:20:35.255Z Compiling unicode-linebreak v0.1.5
18092026-02-27T04:20:35.325Z Compiling moka v0.12.13
18102026-02-27T04:20:35.834Z Compiling textwrap v0.16.2
18112026-02-27T04:20:37.114Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18122026-02-27T04:20:37.251Z Compiling steno v0.4.1
18132026-02-27T04:20:37.331Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18142026-02-27T04:20:38.858Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18152026-02-27T04:20:39.128Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18162026-02-27T04:20:39.456Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18172026-02-27T04:20:40.220Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18182026-02-27T04:20:40.621Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18192026-02-27T04:20:40.986Z Compiling tough v0.20.0
18202026-02-27T04:20:41.035Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18212026-02-27T04:20:41.363Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18222026-02-27T04:20:43.023Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18232026-02-27T04:20:44.756Z Compiling tabled v0.15.0
18242026-02-27T04:20:45.116Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18252026-02-27T04:20:46.750Z Compiling hickory-proto v0.25.2
18262026-02-27T04:20:49.120Z Compiling tiny-keccak v2.0.2
18272026-02-27T04:20:49.131Z Compiling humantime v2.3.0
18282026-02-27T04:20:49.330Z Compiling num-derive v0.3.3
18292026-02-27T04:20:49.445Z Compiling parking_lot_core v0.8.6
18302026-02-27T04:20:49.998Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18312026-02-27T04:20:50.364Z Compiling crc32fast v1.5.0
18322026-02-27T04:20:50.424Z Compiling const-random-macro v0.1.16
18332026-02-27T04:20:51.155Z Compiling smartstring v1.0.1
18342026-02-27T04:20:51.342Z Compiling hickory-resolver v0.25.2
18352026-02-27T04:20:51.436Z Compiling libscf-sys v1.1.0
18362026-02-27T04:20:51.629Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18372026-02-27T04:20:51.663Z Compiling ahash v0.8.12
18382026-02-27T04:20:52.185Z Compiling parking_lot v0.11.2
18392026-02-27T04:20:52.211Z Compiling const-random v0.1.18
18402026-02-27T04:20:52.496Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18412026-02-27T04:20:52.664Z Compiling fxhash v0.2.1
18422026-02-27T04:20:52.870Z Compiling socket2 v0.5.10
18432026-02-27T04:20:52.894Z Compiling internet-checksum v0.2.1
18442026-02-27T04:20:52.989Z Compiling sled v0.34.7
18452026-02-27T04:20:53.604Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18462026-02-27T04:20:53.688Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18472026-02-27T04:20:53.881Z Compiling thin-vec v0.2.14
18482026-02-27T04:20:54.479Z Compiling rhai_codegen v3.1.0
18492026-02-27T04:20:54.713Z Compiling sdd v3.0.10
18502026-02-27T04:20:55.236Z Compiling scc v2.4.0
18512026-02-27T04:20:55.289Z Compiling serial_test_derive v3.3.1
18522026-02-27T04:20:55.420Z Compiling diff v0.1.13
18532026-02-27T04:20:56.045Z Compiling yansi v1.0.1
18542026-02-27T04:20:56.710Z Compiling pretty_assertions v1.4.1
18552026-02-27T04:20:56.790Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18562026-02-27T04:20:57.312Z Compiling rhai v1.24.0
18572026-02-27T04:20:57.972Z Compiling serial_test v3.3.1
18582026-02-27T04:20:59.084Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18592026-02-27T04:21:01.810Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18602026-02-27T04:21:24.515Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18612026-02-27T04:21:27.017Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18622026-02-27T04:21:29.094Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18632026-02-27T04:21:31.637Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18642026-02-27T04:21:33.151Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18652026-02-27T04:21:36.002Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18662026-02-27T04:22:26.344Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 42s
18672026-02-27T04:22:26.581Z────────────
18682026-02-27T04:22:26.581Z Nextest run ID 01ba1128-5c12-4a70-9624-079931185f2b with nextest profile: default
18692026-02-27T04:22:26.581Z Starting 150 tests across 1 binary
18702026-02-27T04:22:26.599Z PASS [ 0.016s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18712026-02-27T04:22:26.602Z PASS [ 0.017s] bgp messages::tests::bgp_nexthop_byte_len
18722026-02-27T04:22:26.603Z PASS [ 0.017s] bgp messages::tests::bgp_nexthop_length_mismatch
18732026-02-27T04:22:26.603Z PASS [ 0.018s] bgp messages::tests::bgp_nexthop_round_trip
18742026-02-27T04:22:26.603Z PASS [ 0.018s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18752026-02-27T04:22:26.603Z PASS [ 0.018s] bgp messages::tests::bgp_nexthop_invalid_length
18762026-02-27T04:22:26.603Z PASS [ 0.018s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18772026-02-27T04:22:26.603Z PASS [ 0.019s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18782026-02-27T04:22:26.615Z PASS [ 0.016s] bgp messages::tests::empty_update_end_of_rib
18792026-02-27T04:22:26.615Z PASS [ 0.017s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
18802026-02-27T04:22:26.615Z PASS [ 0.017s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
18812026-02-27T04:22:26.619Z PASS [ 0.016s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
18822026-02-27T04:22:26.619Z PASS [ 0.017s] bgp messages::tests::header_round_trip
18832026-02-27T04:22:26.619Z PASS [ 0.016s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
18842026-02-27T04:22:26.619Z PASS [ 0.016s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
18852026-02-27T04:22:26.619Z PASS [ 0.017s] bgp messages::tests::header_tests::new_accepts_maximum_length
18862026-02-27T04:22:26.634Z PASS [ 0.017s] bgp messages::tests::header_tests::new_rejects_length_too_large
18872026-02-27T04:22:26.640Z PASS [ 0.017s] bgp messages::tests::header_tests::new_rejects_length_too_small
18882026-02-27T04:22:26.640Z PASS [ 0.017s] bgp messages::tests::header_tests::roundtrip_keepalive_header
18892026-02-27T04:22:26.640Z PASS [ 0.017s] bgp messages::tests::ipv4_unicast_dual_encoding
18902026-02-27T04:22:26.640Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
18912026-02-27T04:22:26.640Z PASS [ 0.016s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
18922026-02-27T04:22:26.640Z PASS [ 0.018s] bgp messages::tests::header_tests::new_accepts_minimum_length
18932026-02-27T04:22:26.640Z PASS [ 0.017s] bgp messages::tests::header_tests::roundtrip_max_length_header
18942026-02-27T04:22:26.650Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
18952026-02-27T04:22:26.653Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
18962026-02-27T04:22:26.653Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
18972026-02-27T04:22:26.653Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
18982026-02-27T04:22:26.654Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
18992026-02-27T04:22:26.654Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19002026-02-27T04:22:26.654Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19012026-02-27T04:22:26.654Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19022026-02-27T04:22:26.668Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19032026-02-27T04:22:26.671Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19042026-02-27T04:22:26.671Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19052026-02-27T04:22:26.671Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19062026-02-27T04:22:26.671Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19072026-02-27T04:22:26.671Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19082026-02-27T04:22:26.671Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19092026-02-27T04:22:26.671Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19102026-02-27T04:22:26.684Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19112026-02-27T04:22:26.687Z PASS [ 0.016s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19122026-02-27T04:22:26.687Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19132026-02-27T04:22:26.688Z PASS [ 0.016s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19142026-02-27T04:22:26.688Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19152026-02-27T04:22:26.688Z PASS [ 0.016s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19162026-02-27T04:22:26.688Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19172026-02-27T04:22:26.688Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19182026-02-27T04:22:26.702Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19192026-02-27T04:22:26.705Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19202026-02-27T04:22:26.705Z PASS [ 0.017s] bgp messages::tests::mp_reach_nlri_round_trip
19212026-02-27T04:22:26.705Z PASS [ 0.018s] bgp messages::tests::mp_bgp_attributes_encoded_first
19222026-02-27T04:22:26.705Z PASS [ 0.017s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19232026-02-27T04:22:26.705Z PASS [ 0.017s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19242026-02-27T04:22:26.705Z PASS [ 0.017s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19252026-02-27T04:22:26.705Z PASS [ 0.017s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19262026-02-27T04:22:26.718Z PASS [ 0.017s] bgp messages::tests::mp_unreach_nlri_round_trip
19272026-02-27T04:22:26.722Z PASS [ 0.016s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19282026-02-27T04:22:26.722Z PASS [ 0.017s] bgp messages::tests::notification_round_trip
19292026-02-27T04:22:26.722Z PASS [ 0.017s] bgp messages::tests::prefix_conversion
19302026-02-27T04:22:26.722Z PASS [ 0.018s] bgp messages::tests::open_round_trip_extended_nexthop
19312026-02-27T04:22:26.722Z PASS [ 0.017s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19322026-02-27T04:22:26.722Z PASS [ 0.018s] bgp messages::tests::prefix_within
19332026-02-27T04:22:26.722Z PASS [ 0.019s] bgp messages::tests::open_round_trip
19342026-02-27T04:22:26.734Z PASS [ 0.015s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19352026-02-27T04:22:26.737Z PASS [ 0.016s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19362026-02-27T04:22:26.737Z PASS [ 0.016s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19372026-02-27T04:22:26.737Z PASS [ 0.016s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19382026-02-27T04:22:26.741Z PASS [ 0.017s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19392026-02-27T04:22:26.741Z PASS [ 0.017s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19402026-02-27T04:22:26.741Z PASS [ 0.018s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19412026-02-27T04:22:26.741Z PASS [ 0.017s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19422026-02-27T04:22:26.751Z PASS [ 0.017s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19432026-02-27T04:22:26.778Z PASS [ 0.017s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19442026-02-27T04:22:26.778Z PASS [ 0.016s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19452026-02-27T04:22:26.778Z PASS [ 0.017s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19462026-02-27T04:22:26.781Z PASS [ 0.018s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19472026-02-27T04:22:26.781Z PASS [ 0.016s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19482026-02-27T04:22:26.781Z PASS [ 0.017s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19492026-02-27T04:22:26.781Z PASS [ 0.017s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19502026-02-27T04:22:26.781Z PASS [ 0.016s] bgp messages::tests::route_refresh_round_trip
19512026-02-27T04:22:26.781Z PASS [ 0.017s] bgp messages::tests::test_nexthop_length_validation
19522026-02-27T04:22:26.781Z PASS [ 0.018s] bgp messages::tests::update_round_trip
19532026-02-27T04:22:26.796Z PASS [ 0.042s] bgp policy::test::open_add_4byte_as
19542026-02-27T04:22:26.799Z PASS [ 0.042s] bgp policy::test::update_shape_community
19552026-02-27T04:22:26.804Z PASS [ 0.028s] bgp proptest::prop_ipv4_prefixes_roundtrip
19562026-02-27T04:22:26.807Z PASS [ 0.051s] bgp policy::test::open_require_4byte_as
19572026-02-27T04:22:26.807Z PASS [ 0.051s] bgp policy::test::shape_update_prefixes
19582026-02-27T04:22:26.807Z PASS [ 0.051s] bgp policy::test::update_drop_on_no_export
19592026-02-27T04:22:26.807Z PASS [ 0.040s] bgp proptest::prop_duplicate_attrs_deduplicated
19602026-02-27T04:22:26.824Z PASS [ 0.025s] bgp proptest::prop_ipv4_wire_format_roundtrip
19612026-02-27T04:22:26.827Z PASS [ 0.032s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19622026-02-27T04:22:26.832Z PASS [ 0.036s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19632026-02-27T04:22:26.832Z PASS [ 0.025s] bgp proptest::prop_ipv6_wire_format_roundtrip
19642026-02-27T04:22:26.836Z PASS [ 0.028s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19652026-02-27T04:22:26.836Z PASS [ 0.029s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19662026-02-27T04:22:26.836Z PASS [ 0.029s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19672026-02-27T04:22:26.839Z PASS [ 0.066s] bgp proptest::prop_encode_decode_semantic_equivalence
19682026-02-27T04:22:26.853Z PASS [ 0.029s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19692026-02-27T04:22:26.860Z PASS [ 0.028s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19702026-02-27T04:22:26.863Z PASS [ 0.028s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19712026-02-27T04:22:26.863Z PASS [ 0.029s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19722026-02-27T04:22:26.868Z PASS [ 0.034s] bgp proptest::prop_update_mp_unreach_roundtrip
19732026-02-27T04:22:26.872Z PASS [ 0.017s] bgp session::tests::route_update_is_announcement_and_withdrawal
19742026-02-27T04:22:26.878Z PASS [ 0.017s] bgp session::tests::test_fsm_event_history_major_filtering
19752026-02-27T04:22:26.881Z PASS [ 0.019s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19762026-02-27T04:22:26.882Z PASS [ 0.019s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19772026-02-27T04:22:26.885Z PASS [ 0.016s] bgp session::tests::test_fsm_event_record_creation
19782026-02-27T04:22:26.888Z PASS [ 0.016s] bgp session::tests::test_resolve_collision_decision
19792026-02-27T04:22:26.888Z PASS [ 0.060s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19802026-02-27T04:22:26.891Z PASS [ 0.055s] bgp proptest::prop_update_traditional_roundtrip
19812026-02-27T04:22:26.895Z PASS [ 0.016s] bgp session::tests::test_select_nexthop_ipv4_configured
19822026-02-27T04:22:26.899Z PASS [ 0.017s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
19832026-02-27T04:22:26.899Z PASS [ 0.016s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
19842026-02-27T04:22:26.903Z PASS [ 0.016s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
19852026-02-27T04:22:26.903Z PASS [ 0.066s] bgp proptest::prop_update_mp_reach_roundtrip
19862026-02-27T04:22:26.907Z PASS [ 0.016s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
19872026-02-27T04:22:26.907Z PASS [ 0.016s] bgp session::tests::test_select_nexthop_ipv6_configured
19882026-02-27T04:22:26.911Z PASS [ 0.016s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
19892026-02-27T04:22:26.914Z PASS [ 0.016s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
19902026-02-27T04:22:26.914Z PASS [ 0.017s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
19912026-02-27T04:22:30.051Z PASS [ 3.155s] bgp test::test_basic_peering_active
19922026-02-27T04:22:30.063Z PASS [ 3.163s] bgp test::test_basic_peering_passive
19932026-02-27T04:22:30.067Z PASS [ 3.156s] bgp test::test_basic_update_ipv6
19942026-02-27T04:22:30.077Z PASS [ 3.168s] bgp test::test_basic_peering_passive_tcp
19952026-02-27T04:22:30.080Z PASS [ 3.169s] bgp test::test_basic_update
19962026-02-27T04:22:30.080Z PASS [ 3.175s] bgp test::test_basic_peering_active_tcp
19972026-02-27T04:22:30.093Z PASS [ 3.181s] bgp test::test_basic_update_ipv6_tcp
19982026-02-27T04:22:30.093Z PASS [ 3.181s] bgp test::test_basic_update_tcp
19992026-02-27T04:22:33.231Z PASS [ 3.157s] bgp test::test_ipv6_basic_peering_active
20002026-02-27T04:22:33.256Z PASS [ 3.158s] bgp test::test_ipv6_basic_peering_passive
20012026-02-27T04:22:33.260Z PASS [ 3.180s] bgp test::test_ipv6_basic_peering_active_tcp
20022026-02-27T04:22:33.264Z PASS [ 3.172s] bgp test::test_ipv6_basic_peering_passive_tcp
20032026-02-27T04:22:34.231Z PASS [ 4.179s] bgp test::test_dual_stack_routes_ipv4_peer_success
20042026-02-27T04:22:34.248Z PASS [ 4.186s] bgp test::test_dual_stack_routes_ipv6_peer_success
20052026-02-27T04:22:34.252Z PASS [ 4.178s] bgp test::test_ipv4_routes_ipv6_peer_success
20062026-02-27T04:22:34.254Z PASS [ 4.189s] bgp test::test_import_export_policy_filtering
20072026-02-27T04:22:34.347Z PASS [ 1.096s] bgp test::test_multiple_unnumbered_sessions
20082026-02-27T04:22:34.363Z PASS [ 1.098s] bgp test::test_same_linklocal_multiple_interfaces
20092026-02-27T04:22:35.392Z PASS [ 1.160s] bgp test::test_three_router_chain_tcp
20102026-02-27T04:22:35.450Z PASS [ 1.201s] bgp test::test_three_router_chain_tcp_ipv6
20112026-02-27T04:22:35.509Z PASS [ 1.143s] bgp test::test_unnumbered_ndp_change
20122026-02-27T04:22:36.432Z PASS [ 3.175s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20132026-02-27T04:22:37.380Z PASS [ 4.150s] bgp test::test_ipv6_routes_ipv4_peer_success
20142026-02-27T04:22:37.391Z PASS [ 3.141s] bgp test::test_three_router_chain_unnumbered
20152026-02-27T04:22:39.349Z PASS [ 5.096s] bgp test::test_unnumbered_dualstack_route_exchange
20162026-02-27T04:22:40.553Z PASS [ 5.100s] bgp test::test_unnumbered_session_survives_peer_change
20172026-02-27T04:22:44.487Z PASS [ 9.096s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20182026-02-27T04:22:44.602Z PASS [ 9.096s] bgp test::test_unnumbered_unaffected_by_ndp
20192026-02-27T04:22:52.493Z PASS [ 18.146s] bgp test::test_unnumbered_interface_lifecycle
20202026-02-27T04:22:52.496Z────────────
20212026-02-27T04:22:52.496Z Summary [ 25.911s] 150 tests run: 150 passed, 0 skipped
20222026-02-27T04:22:52.507Z+ 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/
20232026-02-27T04:22:52.516Z+ popd
20242026-02-27T04:22:52.519Z/work/oxidecomputer/maghemite
20252026-02-27T04:22:52.520Z+ pushd mgd
20262026-02-27T04:22:52.520Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20272026-02-27T04:22:52.520Z+ pfexec cargo nextest run
20282026-02-27T04:22:54.282Z Compiling slog v2.8.2
20292026-02-27T04:22:54.411Z Compiling usdt v0.6.0
20302026-02-27T04:22:54.541Z Compiling proc-macro-error-attr2 v2.0.0
20312026-02-27T04:22:54.566Z Compiling nix v0.31.1
20322026-02-27T04:22:54.581Z Compiling papergrid v0.17.0
20332026-02-27T04:22:54.584Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
20342026-02-27T04:22:54.887Z Compiling testing_table v0.3.0
20352026-02-27T04:22:54.939Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
20362026-02-27T04:22:55.215Z Compiling slog-json v2.6.1
20372026-02-27T04:22:55.229Z Compiling slog-term v2.9.2
20382026-02-27T04:22:55.394Z Compiling slog-async v2.8.0
20392026-02-27T04:22:55.571Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
20402026-02-27T04:22:55.601Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20412026-02-27T04:22:55.752Z Compiling slog-bunyan v2.5.0
20422026-02-27T04:22:55.997Z Compiling dropshot v0.16.7
20432026-02-27T04:22:56.837Z Compiling slog-dtrace v0.3.0
20442026-02-27T04:22:56.909Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20452026-02-27T04:22:57.310Z Compiling steno v0.4.1
20462026-02-27T04:22:57.458Z Compiling proc-macro-error2 v2.0.1
20472026-02-27T04:22:58.043Z Compiling tabled_derive v0.11.0
20482026-02-27T04:23:00.622Z Compiling tabled v0.20.0
20492026-02-27T04:23:00.720Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
20502026-02-27T04:23:01.644Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20512026-02-27T04:23:02.544Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20522026-02-27T04:23:04.749Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20532026-02-27T04:23:05.978Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20542026-02-27T04:23:07.932Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20552026-02-27T04:23:08.059Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20562026-02-27T04:23:08.231Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20572026-02-27T04:23:09.490Z Compiling crc8 v0.1.1
20582026-02-27T04:23:09.674Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20592026-02-27T04:23:10.961Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20602026-02-27T04:23:11.722Z Compiling dropshot-api-manager-types v0.3.0
20612026-02-27T04:23:17.428Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20622026-02-27T04:23:17.428Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20632026-02-27T04:23:17.428Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20642026-02-27T04:23:17.432Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20652026-02-27T04:23:18.576Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20662026-02-27T04:23:19.509Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20672026-02-27T04:23:22.267Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20682026-02-27T04:23:22.306Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20692026-02-27T04:23:22.657Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20702026-02-27T04:23:23.023Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20712026-02-27T04:23:23.917Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20722026-02-27T04:23:26.330Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20732026-02-27T04:23:27.003Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20742026-02-27T04:23:27.126Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20752026-02-27T04:23:28.377Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20762026-02-27T04:23:29.272Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20772026-02-27T04:23:37.823Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20782026-02-27T04:23:38.462Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20792026-02-27T04:23:38.826Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20802026-02-27T04:23:39.804Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20812026-02-27T04:23:43.139Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20822026-02-27T04:24:05.243Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20832026-02-27T04:24:07.807Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20842026-02-27T04:24:09.841Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20852026-02-27T04:24:12.160Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20862026-02-27T04:24:13.708Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20872026-02-27T04:24:16.158Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20882026-02-27T04:24:16.158Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
20892026-02-27T04:24:16.160Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
20902026-02-27T04:24:28.066Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
20912026-02-27T04:24:31.920Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
20922026-02-27T04:25:09.659Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
20932026-02-27T04:25:09.845Z────────────
20942026-02-27T04:25:09.845Z Nextest run ID b3e558c8-e25f-41cf-b8fc-8ad8d5a95147 with nextest profile: default
20952026-02-27T04:25:09.845Z Starting 30 tests across 1 binary
20962026-02-27T04:25:09.875Z PASS [ 0.029s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
20972026-02-27T04:25:09.904Z PASS [ 0.028s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
20982026-02-27T04:25:09.931Z PASS [ 0.028s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
20992026-02-27T04:25:09.964Z PASS [ 0.032s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21002026-02-27T04:25:09.980Z PASS [ 0.017s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21012026-02-27T04:25:09.987Z PASS [ 0.141s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21022026-02-27T04:25:09.990Z PASS [ 0.142s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21032026-02-27T04:25:09.990Z PASS [ 0.142s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21042026-02-27T04:25:09.990Z PASS [ 0.143s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21052026-02-27T04:25:09.990Z PASS [ 0.143s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21062026-02-27T04:25:09.994Z PASS [ 0.146s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21072026-02-27T04:25:09.997Z PASS [ 0.016s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21082026-02-27T04:25:10.002Z PASS [ 0.152s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21092026-02-27T04:25:10.006Z PASS [ 0.016s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21102026-02-27T04:25:10.006Z PASS [ 0.017s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21112026-02-27T04:25:10.006Z PASS [ 0.016s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21122026-02-27T04:25:10.006Z PASS [ 0.016s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21132026-02-27T04:25:10.006Z PASS [ 0.017s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21142026-02-27T04:25:10.009Z PASS [ 0.016s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21152026-02-27T04:25:10.013Z PASS [ 0.015s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21162026-02-27T04:25:10.017Z PASS [ 0.015s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21172026-02-27T04:25:10.020Z PASS [ 0.015s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21182026-02-27T04:25:10.020Z PASS [ 0.015s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21192026-02-27T04:25:10.020Z PASS [ 0.015s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21202026-02-27T04:25:10.020Z PASS [ 0.016s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21212026-02-27T04:25:10.023Z PASS [ 0.015s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21222026-02-27T04:25:10.023Z PASS [ 0.014s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21232026-02-27T04:25:10.026Z PASS [ 0.014s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21242026-02-27T04:25:10.030Z PASS [ 0.013s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21252026-02-27T04:25:10.030Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21262026-02-27T04:25:10.030Z────────────
21272026-02-27T04:25:10.030Z Summary [ 0.185s] 30 tests run: 30 passed, 0 skipped
21282026-02-27T04:25:10.043Z+ cp apply_remove_entire_group.log /work/
21292026-02-27T04:25:10.046Z+ popd
21302026-02-27T04:25:10.046Z/work/oxidecomputer/maghemite
21312026-02-27T04:25:10.046Zprocess exited: duration 815462 ms, exit code 0
 
21322026-02-27T04:25:10.060Zfound 66 output files
21332026-02-27T04:25:10.060Zuploading: /work/apply_remove_entire_group.log (19802 bytes)
21342026-02-27T04:25:11.077Zuploaded: /work/apply_remove_entire_group.log
21352026-02-27T04:25:11.080Zuploading: /work/dualstack_routes.log (142072 bytes)
21362026-02-27T04:25:12.100Zuploaded: /work/dualstack_routes.log
21372026-02-27T04:25:12.100Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2371 bytes)
21382026-02-27T04:25:13.155Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21392026-02-27T04:25:13.155Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1294 bytes)
21402026-02-27T04:25:14.166Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21412026-02-27T04:25:14.166Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2214 bytes)
21422026-02-27T04:25:15.175Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21432026-02-27T04:25:15.179Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2188 bytes)
21442026-02-27T04:25:16.240Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21452026-02-27T04:25:16.244Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2309 bytes)
21462026-02-27T04:25:17.256Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21472026-02-27T04:25:17.264Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2070 bytes)
21482026-02-27T04:25:18.300Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21492026-02-27T04:25:18.306Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2279 bytes)
21502026-02-27T04:25:19.314Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21512026-02-27T04:25:19.319Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2232 bytes)
21522026-02-27T04:25:20.328Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21532026-02-27T04:25:20.331Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2105 bytes)
21542026-02-27T04:25:21.339Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21552026-02-27T04:25:21.342Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2144 bytes)
21562026-02-27T04:25:22.350Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21572026-02-27T04:25:22.353Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2298 bytes)
21582026-02-27T04:25:23.359Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21592026-02-27T04:25:23.363Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2363 bytes)
21602026-02-27T04:25:24.371Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21612026-02-27T04:25:24.376Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3539 bytes)
21622026-02-27T04:25:25.382Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21632026-02-27T04:25:25.387Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3496 bytes)
21642026-02-27T04:25:26.397Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
21652026-02-27T04:25:26.397Zuploading: /work/multiple_unnumbered.log (146044 bytes)
21662026-02-27T04:25:27.488Zuploaded: /work/multiple_unnumbered.log
21672026-02-27T04:25:27.488Zuploading: /work/ndp_change_reset.log (36295 bytes)
21682026-02-27T04:25:28.502Zuploaded: /work/ndp_change_reset.log
21692026-02-27T04:25:28.506Zuploading: /work/ndp_changes.log (86903 bytes)
21702026-02-27T04:25:29.523Zuploaded: /work/ndp_changes.log
21712026-02-27T04:25:29.523Zuploading: /work/r1.test_basic_peering_active.log (37848 bytes)
21722026-02-27T04:25:30.537Zuploaded: /work/r1.test_basic_peering_active.log
21732026-02-27T04:25:30.540Zuploading: /work/r1.test_basic_peering_active_tcp.log (49593 bytes)
21742026-02-27T04:25:31.552Zuploaded: /work/r1.test_basic_peering_active_tcp.log
21752026-02-27T04:25:31.555Zuploading: /work/r1.test_basic_peering_passive.log (32317 bytes)
21762026-02-27T04:25:32.570Zuploaded: /work/r1.test_basic_peering_passive.log
21772026-02-27T04:25:32.574Zuploading: /work/r1.test_basic_peering_passive_tcp.log (37174 bytes)
21782026-02-27T04:25:33.591Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
21792026-02-27T04:25:33.594Zuploading: /work/r1.test_basic_update.log (40235 bytes)
21802026-02-27T04:25:34.608Zuploaded: /work/r1.test_basic_update.log
21812026-02-27T04:25:34.608Zuploading: /work/r1.test_basic_update_ipv6.log (43623 bytes)
21822026-02-27T04:25:35.622Zuploaded: /work/r1.test_basic_update_ipv6.log
21832026-02-27T04:25:35.625Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29763 bytes)
21842026-02-27T04:25:36.636Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
21852026-02-27T04:25:36.639Zuploading: /work/r1.test_basic_update_tcp.log (29982 bytes)
21862026-02-27T04:25:37.651Zuploaded: /work/r1.test_basic_update_tcp.log
21872026-02-27T04:25:37.654Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (54368 bytes)
21882026-02-27T04:25:38.668Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
21892026-02-27T04:25:38.671Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (40746 bytes)
21902026-02-27T04:25:39.684Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
21912026-02-27T04:25:39.687Zuploading: /work/r1.test_import_export_policy_filtering.log (37962 bytes)
21922026-02-27T04:25:40.700Zuploaded: /work/r1.test_import_export_policy_filtering.log
21932026-02-27T04:25:40.703Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (33256 bytes)
21942026-02-27T04:25:41.714Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
21952026-02-27T04:25:41.714Zuploading: /work/r1.test_ipv6_basic_peering_active.log (39966 bytes)
21962026-02-27T04:25:42.729Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
21972026-02-27T04:25:42.732Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45571 bytes)
21982026-02-27T04:25:43.748Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
21992026-02-27T04:25:43.752Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32196 bytes)
22002026-02-27T04:25:44.761Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22012026-02-27T04:25:44.762Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40060 bytes)
22022026-02-27T04:25:45.791Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22032026-02-27T04:25:45.791Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (33067 bytes)
22042026-02-27T04:25:46.823Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22052026-02-27T04:25:46.823Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28287 bytes)
22062026-02-27T04:25:47.833Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22072026-02-27T04:25:47.836Zuploading: /work/r1.test_three_router_chain_tcp.log (22015 bytes)
22082026-02-27T04:25:48.848Zuploaded: /work/r1.test_three_router_chain_tcp.log
22092026-02-27T04:25:48.851Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24858 bytes)
22102026-02-27T04:25:49.862Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22112026-02-27T04:25:49.862Zuploading: /work/r2.test_basic_peering_active.log (36669 bytes)
22122026-02-27T04:25:50.878Zuploaded: /work/r2.test_basic_peering_active.log
22132026-02-27T04:25:50.881Zuploading: /work/r2.test_basic_peering_active_tcp.log (44872 bytes)
22142026-02-27T04:25:51.895Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22152026-02-27T04:25:51.895Zuploading: /work/r2.test_basic_peering_passive.log (40341 bytes)
22162026-02-27T04:25:52.912Zuploaded: /work/r2.test_basic_peering_passive.log
22172026-02-27T04:25:52.912Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45575 bytes)
22182026-02-27T04:25:53.928Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22192026-02-27T04:25:53.928Zuploading: /work/r2.test_basic_update.log (44874 bytes)
22202026-02-27T04:25:54.946Zuploaded: /work/r2.test_basic_update.log
22212026-02-27T04:25:54.946Zuploading: /work/r2.test_basic_update_ipv6.log (45223 bytes)
22222026-02-27T04:25:55.962Zuploaded: /work/r2.test_basic_update_ipv6.log
22232026-02-27T04:25:55.962Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (34698 bytes)
22242026-02-27T04:25:56.981Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22252026-02-27T04:25:56.981Zuploading: /work/r2.test_basic_update_tcp.log (34787 bytes)
22262026-02-27T04:25:57.996Zuploaded: /work/r2.test_basic_update_tcp.log
22272026-02-27T04:25:57.999Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (53118 bytes)
22282026-02-27T04:25:59.013Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22292026-02-27T04:25:59.016Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (41370 bytes)
22302026-02-27T04:26:00.029Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22312026-02-27T04:26:00.032Zuploading: /work/r2.test_import_export_policy_filtering.log (36100 bytes)
22322026-02-27T04:26:01.048Zuploaded: /work/r2.test_import_export_policy_filtering.log
22332026-02-27T04:26:01.052Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (35620 bytes)
22342026-02-27T04:26:02.064Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22352026-02-27T04:26:02.067Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36595 bytes)
22362026-02-27T04:26:03.081Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22372026-02-27T04:26:03.081Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (40975 bytes)
22382026-02-27T04:26:04.095Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22392026-02-27T04:26:04.099Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40232 bytes)
22402026-02-27T04:26:05.111Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22412026-02-27T04:26:05.114Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (47305 bytes)
22422026-02-27T04:26:06.126Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22432026-02-27T04:26:06.130Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37418 bytes)
22442026-02-27T04:26:07.143Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22452026-02-27T04:26:07.145Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28148 bytes)
22462026-02-27T04:26:08.155Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22472026-02-27T04:26:08.158Zuploading: /work/r2.test_three_router_chain_tcp.log (44311 bytes)
22482026-02-27T04:26:09.171Zuploaded: /work/r2.test_three_router_chain_tcp.log
22492026-02-27T04:26:09.171Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (43986 bytes)
22502026-02-27T04:26:10.186Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22512026-02-27T04:26:10.189Zuploading: /work/r3.test_three_router_chain_tcp.log (23812 bytes)
22522026-02-27T04:26:11.204Zuploaded: /work/r3.test_three_router_chain_tcp.log
22532026-02-27T04:26:11.204Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20488 bytes)
22542026-02-27T04:26:12.220Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22552026-02-27T04:26:12.220Zuploading: /work/same_linklocal.log (108006 bytes)
22562026-02-27T04:26:13.275Zuploaded: /work/same_linklocal.log
22572026-02-27T04:26:13.276Zuploading: /work/three_chain.log (157219 bytes)
22582026-02-27T04:26:14.306Zuploaded: /work/three_chain.log
22592026-02-27T04:26:14.311Zuploading: /work/unnumbered_expiry.log (91942 bytes)
22602026-02-27T04:26:15.324Zuploaded: /work/unnumbered_expiry.log
22612026-02-27T04:26:15.324Zuploading: /work/unnumbered_interface_lifecycle.log (192308 bytes)
22622026-02-27T04:26:16.347Zuploaded: /work/unnumbered_interface_lifecycle.log
22632026-02-27T04:26:16.348Zuploading: /work/unnumbered_peer_change.log (76839 bytes)
22642026-02-27T04:26:17.369Zuploaded: /work/unnumbered_peer_change.log