01KTB53XKE5GYP85Q3Y86J4Y5C: 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: 01KTB54MZ3ZABG87MPQN62A8WX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T05:48:19.390Zjob assigned to worker 01KTB558BY91S1TH5CQGZK4275 [factory aws, i-0105637f5f9398e44] (queued for 1 m 1 s)
 
22026-06-05T05:48:26.394Zstarting task 0: "setup"
32026-06-05T05:48:26.402Z++ uname -s
42026-06-05T05:48:26.405Z+ kern=SunOS
52026-06-05T05:48:26.405Z+ build_user=build
62026-06-05T05:48:26.405Z+ build_uid=12345
72026-06-05T05:48:26.405Z+ work_dir=/work
82026-06-05T05:48:26.405Z+ input_dir=/input
92026-06-05T05:48:26.405Z+ [[ 0 == 12345 ]]
102026-06-05T05:48:26.405Z+ case "$kern" in
112026-06-05T05:48:26.405Z+ groupadd -g 12345 build
122026-06-05T05:48:26.405Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T05:48:28.411Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T05:48:28.529Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T05:48:28.531Z+ home_fs=zfs
162026-06-05T05:48:28.531Z+ [[ zfs == autofs ]]
172026-06-05T05:48:28.531Z+ mkdir -p /home/build
182026-06-05T05:48:28.531Z+ chown build:build /home/build /work
192026-06-05T05:48:30.533Z+ chmod 0700 /home/build /work
202026-06-05T05:48:30.537Zprocess exited: duration 4140 ms, exit code 0
 
212026-06-05T05:48:30.544Zstarting task 1: "rust-toolchain"
222026-06-05T05:48:30.548Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T05:48:30.548Z * rust toolchain channel = "stable"
242026-06-05T05:48:30.548Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-05T05:48:30.548Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T05:48:30.549Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T05:48:30.549Z * rust toolchain profile = "default"
282026-06-05T05:48:30.553Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T05:48:30.553Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T05:48:30.662Zinfo: downloading installer
312026-06-05T05:48:32.282Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T05:48:32.282Zwarn: /opt/ooce/bin
332026-06-05T05:48:32.282Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T05:48:32.282Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T05:48:32.282Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T05:48:32.282Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T05:48:32.282Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T05:48:32.282Zerror: cannot install while Rust is installed
392026-06-05T05:48:32.282Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T05:48:32.282Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T05:48:32.282Zwarn: /home/build/.rustup/settings.toml
422026-06-05T05:48:32.282Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T05:48:32.283Zwarn: instead of the one inferred from the default host triple.
442026-06-05T05:48:32.296Zinfo: profile set to default
452026-06-05T05:48:32.296Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T05:48:32.299Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T05:48:32.446Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T05:48:32.449Zinfo: downloading 6 components
492026-06-05T05:48:46.695Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T05:48:46.695Z
512026-06-05T05:48:46.737Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T05:48:46.737Z
532026-06-05T05:48:46.737Z
542026-06-05T05:48:46.737ZRust is installed now. Great!
552026-06-05T05:48:46.737Z
562026-06-05T05:48:46.737ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T05:48:46.737Zenvironment variable. This has not been done automatically.
582026-06-05T05:48:46.738Z
592026-06-05T05:48:46.738ZTo configure your current shell, you need to source
602026-06-05T05:48:46.738Zthe corresponding env file under $HOME/.cargo.
612026-06-05T05:48:46.738Z
622026-06-05T05:48:46.738ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T05:48:46.738Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T05:48:46.738Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T05:48:46.738Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T05:48:46.738Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T05:48:46.738Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T05:48:46.738Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T05:48:46.741Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T05:48:46.741Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T05:48:46.826Z+ rustup --version
722026-06-05T05:48:46.835Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T05:48:46.838Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T05:48:46.856Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T05:48:46.858Z+ cargo --version
762026-06-05T05:48:46.871Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T05:48:46.874Z+ rustc --version
782026-06-05T05:48:46.893Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T05:48:46.896Zprocess exited: duration 16350 ms, exit code 0
 
802026-06-05T05:48:46.902Zstarting task 2: "authentication"
812026-06-05T05:48:46.918Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T05:48:46.924Zstarting task 3: "clone repository"
832026-06-05T05:48:46.927Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T05:48:46.930Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T05:48:46.966ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T05:48:47.997Z+ cd /work/oxidecomputer/maghemite
872026-06-05T05:48:47.997Z+ git fetch origin 8289b1493f7e3b70eac6b270eb935bff167e1806
882026-06-05T05:48:48.225ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T05:48:48.225Z * branch 8289b1493f7e3b70eac6b270eb935bff167e1806 -> FETCH_HEAD
902026-06-05T05:48:48.230Z+ [[ -n renovate/rust-1.x ]]
912026-06-05T05:48:48.233Z++ git branch --show-current
922026-06-05T05:48:48.233Z+ current=main
932026-06-05T05:48:48.233Z+ [[ main != renovate/rust-1.x ]]
942026-06-05T05:48:48.233Z+ git branch -f renovate/rust-1.x 8289b1493f7e3b70eac6b270eb935bff167e1806
952026-06-05T05:48:48.236Z+ git checkout -f renovate/rust-1.x
962026-06-05T05:48:48.253ZSwitched to branch 'renovate/rust-1.x'
972026-06-05T05:48:48.256Z+ git reset --hard 8289b1493f7e3b70eac6b270eb935bff167e1806
982026-06-05T05:48:48.259ZHEAD is now at 8289b14 Update dependency rust to v1.96.0
992026-06-05T05:48:48.259Zprocess exited: duration 1333 ms, exit code 0
 
1002026-06-05T05:48:48.265Zstarting task 4: "build"
1012026-06-05T05:48:48.269Z+ set -e
1022026-06-05T05:48:48.269Z+ source .github/buildomat/test-common.sh
1032026-06-05T05:48:48.272Z++ NEXTEST_VERSION=0.9.97
1042026-06-05T05:48:48.272Z++ PLATFORM=illumos
1052026-06-05T05:48:48.272Z++ banner install
1062026-06-05T05:48:48.272Z
1072026-06-05T05:48:48.272Z # # # #### ##### ## # #
1082026-06-05T05:48:48.272Z # ## # # # # # # #
1092026-06-05T05:48:48.272Z # # # # #### # # # # #
1102026-06-05T05:48:48.272Z # # # # # # ###### # #
1112026-06-05T05:48:48.272Z # # ## # # # # # # #
1122026-06-05T05:48:48.273Z # # # #### # # # ###### ######
1132026-06-05T05:48:48.273Z
1142026-06-05T05:48:48.273Z++ set +o errexit
1152026-06-05T05:48:48.275Z++ pkg info clang-15
1162026-06-05T05:48:48.275Z++ grep -qi installed
1172026-06-05T05:48:49.474Zpkg: info: no packages matching the following patterns you specified are
1182026-06-05T05:48:49.474Zinstalled on the system. Try querying remotely instead:
1192026-06-05T05:48:49.474Z
1202026-06-05T05:48:49.474Z clang-15
1212026-06-05T05:48:49.511Z++ [[ 1 != 0 ]]
1222026-06-05T05:48:49.511Z++ set -o errexit
1232026-06-05T05:48:49.511Z++ pfexec pkg install clang-15
1242026-06-05T05:48:59.380Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-05T05:49:07.134Z Startup: Caching catalogs ... Done
1262026-06-05T05:49:14.362ZPlanning: Solver setup ... Done
1272026-06-05T05:49:14.402ZPlanning: Running solver ... Done
1282026-06-05T05:49:14.544ZPlanning: Finding local manifests ... Done
1292026-06-05T05:49:14.563ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-05T05:49:14.668ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-05T05:49:14.697ZPlanning: Package planning ... Done
1322026-06-05T05:49:14.723ZPlanning: Merging actions ... Done
1332026-06-05T05:49:14.832ZPlanning: Checking for conflicting actions ... Done
1342026-06-05T05:49:14.838ZPlanning: Consolidating action changes ... Done
1352026-06-05T05:49:15.616ZPlanning: Evaluating mediators ... Done
1362026-06-05T05:49:15.622ZPlanning: Planning completed in 8.32 seconds
1372026-06-05T05:49:15.632Z Packages to install: 2
1382026-06-05T05:49:15.632Z Mediators to change: 2
1392026-06-05T05:49:15.635Z Services to change: 1
1402026-06-05T05:49:15.635Z Create boot environment: No
1412026-06-05T05:49:15.635ZCreate backup boot environment: No
1422026-06-05T05:49:15.674Z
1432026-06-05T05:49:15.674ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-05T05:49:20.727ZDownload: 693/3076 items 17.5/211.3MB 8% complete (3.9M/s)
1452026-06-05T05:49:26.163ZDownload: 980/3076 items 82.1/211.3MB 38% complete (10.1M/s)
1462026-06-05T05:49:31.371ZDownload: 984/3076 items 82.2/211.3MB 38% complete (9.2M/s)
1472026-06-05T05:49:36.382ZDownload: 1358/3076 items 102.3/211.3MB 48% complete (2.3M/s)
1482026-06-05T05:49:41.393ZDownload: 1775/3076 items 103.5/211.3MB 48% complete (2.2M/s)
1492026-06-05T05:49:46.489ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (1.6M/s)
1502026-06-05T05:49:51.496ZDownload: 2115/3076 items 118.6/211.3MB 56% complete (1.5M/s)
1512026-06-05T05:49:56.803ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (9.8M/s)
1522026-06-05T05:50:02.941ZDownload: 3075/3076 items 211.1/211.3MB 99% complete (11.6M/s)
1532026-06-05T05:50:02.961ZDownload: Completed 211.31 MB in 47.28 seconds (4.5M/s)
1542026-06-05T05:50:03.079Z Actions: 1/3418 actions (Installing new actions)
1552026-06-05T05:50:06.216Z Actions: Completed 3418 actions in 3.14 seconds.
1562026-06-05T05:50:06.841Z Done
1572026-06-05T05:50:06.841Z Done
1582026-06-05T05:50:07.574Z Done
1592026-06-05T05:50:10.664Z Done
1602026-06-05T05:50:10.738Z Done
1612026-06-05T05:50:10.741Z Done
1622026-06-05T05:50:11.066Z Done
1632026-06-05T05:50:11.732Z++ set -o errexit
1642026-06-05T05:50:11.732Z++ cargo --version
1652026-06-05T05:50:11.740Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
1662026-06-05T05:50:11.878Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
1672026-06-05T05:50:11.883Zinfo: downloading 6 components
1682026-06-05T05:50:26.592Zcargo 1.96.0 (30a34c682 2026-05-25)
1692026-06-05T05:50:26.595Z++ rustc --version
1702026-06-05T05:50:26.621Zrustc 1.96.0 (ac68faa20 2026-05-25)
1712026-06-05T05:50:26.625Z++ cargo install cargo-nextest --version 0.9.97
1722026-06-05T05:50:26.671Z Updating crates.io index
1732026-06-05T05:50:26.774Z Downloading crates ...
1742026-06-05T05:50:26.834Z Downloaded cargo-nextest v0.9.97
1752026-06-05T05:50:26.893Z Installing cargo-nextest v0.9.97
1762026-06-05T05:50:26.897Zwarning: default toolchain implicitly overridden with `1.96.0-x86_64-unknown-illumos` by rustup toolchain file
1772026-06-05T05:50:26.897Z |
1782026-06-05T05:50:26.897Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1792026-06-05T05:50:26.897Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1802026-06-05T05:50:26.935Z Updating crates.io index
1812026-06-05T05:50:28.966Z Locking 404 packages to latest compatible versions
1822026-06-05T05:50:28.970Z Adding dialoguer v0.11.0 (available: v0.12.0)
1832026-06-05T05:50:28.973Z Adding duct v0.13.7 (available: v1.1.1)
1842026-06-05T05:50:28.973Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1852026-06-05T05:50:28.973Z Adding generic-array v0.14.7 (available: v0.14.9)
1862026-06-05T05:50:28.976Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1872026-06-05T05:50:28.976Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1882026-06-05T05:50:28.976Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1892026-06-05T05:50:28.979Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1902026-06-05T05:50:28.982Z Adding quick-junit v0.5.2 (available: v0.6.0)
1912026-06-05T05:50:29.007Z Downloading crates ...
1922026-06-05T05:50:29.071Z Downloaded anstyle-query v1.1.5
1932026-06-05T05:50:29.076Z Downloaded cargo-util-schemas v0.2.0
1942026-06-05T05:50:29.079Z Downloaded addr2line v0.25.1
1952026-06-05T05:50:29.081Z Downloaded foldhash v0.1.5
1962026-06-05T05:50:29.081Z Downloaded fixedbitset v0.5.7
1972026-06-05T05:50:29.089Z Downloaded adler2 v2.0.1
1982026-06-05T05:50:29.092Z Downloaded curve25519-dalek-derive v0.1.1
1992026-06-05T05:50:29.095Z Downloaded clap v4.6.1
2002026-06-05T05:50:29.098Z Downloaded clap_lex v1.1.0
2012026-06-05T05:50:29.101Z Downloaded cfg_aliases v0.2.1
2022026-06-05T05:50:29.101Z Downloaded color-spantrace v0.3.0
2032026-06-05T05:50:29.104Z Downloaded clap_derive v4.6.1
2042026-06-05T05:50:29.104Z Downloaded parking_lot_core v0.9.12
2052026-06-05T05:50:29.106Z Downloaded cargo_metadata v0.20.0
2062026-06-05T05:50:29.110Z Downloaded quinn-udp v0.5.14
2072026-06-05T05:50:29.113Z Downloaded aho-corasick v1.1.4
2082026-06-05T05:50:29.123Z Downloaded anstyle-parse v1.0.0
2092026-06-05T05:50:29.126Z Downloaded const-oid v0.9.6
2102026-06-05T05:50:29.128Z Downloaded home v0.5.12
2112026-06-05T05:50:29.131Z Downloaded debug-ignore v1.0.5
2122026-06-05T05:50:29.131Z Downloaded clap_builder v4.6.0
2132026-06-05T05:50:29.134Z Downloaded heck v0.5.0
2142026-06-05T05:50:29.137Z Downloaded regex-syntax v0.8.10
2152026-06-05T05:50:29.140Z Downloaded nextest-workspace-hack v0.1.0
2162026-06-05T05:50:29.143Z Downloaded ahash v0.8.12
2172026-06-05T05:50:29.143Z Downloaded futures-io v0.3.32
2182026-06-05T05:50:29.146Z Downloaded futures-core v0.3.32
2192026-06-05T05:50:29.146Z Downloaded convert_case v0.10.0
2202026-06-05T05:50:29.146Z Downloaded num-traits v0.2.19
2212026-06-05T05:50:29.149Z Downloaded newtype-uuid v1.3.2
2222026-06-05T05:50:29.149Z Downloaded crypto-common v0.1.7
2232026-06-05T05:50:29.152Z Downloaded http-body-util v0.1.3
2242026-06-05T05:50:29.152Z Downloaded cargo-platform v0.3.3
2252026-06-05T05:50:29.152Z Downloaded cargo_metadata v0.23.1
2262026-06-05T05:50:29.154Z Downloaded enable-ansi-support v0.2.1
2272026-06-05T05:50:29.154Z Downloaded idna_adapter v1.0.0
2282026-06-05T05:50:29.154Z Downloaded duct v0.13.7
2292026-06-05T05:50:29.157Z Downloaded async-scoped v0.9.0
2302026-06-05T05:50:29.157Z Downloaded indent_write v2.2.0
2312026-06-05T05:50:29.160Z Downloaded backtrace-ext v0.2.1
2322026-06-05T05:50:29.163Z Downloaded foreign-types-shared v0.1.1
2332026-06-05T05:50:29.165Z Downloaded equivalent v1.0.2
2342026-06-05T05:50:29.166Z Downloaded atomic-waker v1.1.2
2352026-06-05T05:50:29.166Z Downloaded form_urlencoded v1.2.2
2362026-06-05T05:50:29.168Z Downloaded log v0.4.32
2372026-06-05T05:50:29.171Z Downloaded globset v0.4.18
2382026-06-05T05:50:29.174Z Downloaded is_terminal_polyfill v1.70.2
2392026-06-05T05:50:29.177Z Downloaded fnv v1.0.7
2402026-06-05T05:50:29.179Z Downloaded cfg-if v1.0.4
2412026-06-05T05:50:29.183Z Downloaded fastrand v2.4.1
2422026-06-05T05:50:29.186Z Downloaded base64ct v1.8.3
2432026-06-05T05:50:29.186Z Downloaded pathdiff v0.2.3
2442026-06-05T05:50:29.189Z Downloaded erased-serde v0.4.10
2452026-06-05T05:50:29.189Z Downloaded rustc-hash v2.1.2
2462026-06-05T05:50:29.191Z Downloaded serde_ignored v0.1.14
2472026-06-05T05:50:29.192Z Downloaded percent-encoding v2.3.2
2482026-06-05T05:50:29.192Z Downloaded serde-value v0.7.0
2492026-06-05T05:50:29.194Z Downloaded block-buffer v0.10.4
2502026-06-05T05:50:29.194Z Downloaded either v1.16.0
2512026-06-05T05:50:29.197Z Downloaded futures-executor v0.3.32
2522026-06-05T05:50:29.200Z Downloaded serde_spanned v0.6.9
2532026-06-05T05:50:29.202Z Downloaded openssl-probe v0.2.1
2542026-06-05T05:50:29.220Z Downloaded serde_urlencoded v0.7.1
2552026-06-05T05:50:29.220Z Downloaded sigchld v0.2.4
2562026-06-05T05:50:29.220Z Downloaded serde_spanned v1.1.1
2572026-06-05T05:50:29.220Z Downloaded rustc_version v0.4.1
2582026-06-05T05:50:29.221Z Downloaded ipnet v2.12.0
2592026-06-05T05:50:29.221Z Downloaded pkcs8 v0.10.2
2602026-06-05T05:50:29.221Z Downloaded guppy-workspace-hack v0.1.0
2612026-06-05T05:50:29.221Z Downloaded futures-sink v0.3.32
2622026-06-05T05:50:29.221Z Downloaded generic-array v0.14.7
2632026-06-05T05:50:29.221Z Downloaded cpufeatures v0.2.17
2642026-06-05T05:50:29.221Z Downloaded humantime v2.3.0
2652026-06-05T05:50:29.224Z Downloaded number_prefix v0.4.0
2662026-06-05T05:50:29.224Z Downloaded lru-slab v0.1.2
2672026-06-05T05:50:29.224Z Downloaded is_ci v1.2.0
2682026-06-05T05:50:29.224Z Downloaded lazy_static v1.5.0
2692026-06-05T05:50:29.224Z Downloaded mukti-metadata v0.3.0
2702026-06-05T05:50:29.227Z Downloaded hyper v1.10.1
2712026-06-05T05:50:29.229Z Downloaded rand_core v0.9.5
2722026-06-05T05:50:29.232Z Downloaded future-queue v0.4.0
2732026-06-05T05:50:29.232Z Downloaded config v0.15.23
2742026-06-05T05:50:29.237Z Downloaded colorchoice v1.0.5
2752026-06-05T05:50:29.237Z Downloaded scopeguard v1.2.0
2762026-06-05T05:50:29.240Z Downloaded nested v0.1.1
2772026-06-05T05:50:29.240Z Downloaded pin-project-lite v0.2.17
2782026-06-05T05:50:29.240Z Downloaded hex v0.4.3
2792026-06-05T05:50:29.243Z Downloaded futures-macro v0.3.32
2802026-06-05T05:50:29.243Z Downloaded ordered-float v2.10.1
2812026-06-05T05:50:29.243Z Downloaded http-body v1.0.1
2822026-06-05T05:50:29.243Z Downloaded foreign-types v0.3.2
2832026-06-05T05:50:29.246Z Downloaded errno v0.3.14
2842026-06-05T05:50:29.246Z Downloaded futures-task v0.3.32
2852026-06-05T05:50:29.246Z Downloaded atomicwrites v0.4.4
2862026-06-05T05:50:29.249Z Downloaded camino-tempfile v1.4.1
2872026-06-05T05:50:29.249Z Downloaded strsim v0.11.1
2882026-06-05T05:50:29.249Z Downloaded document-features v0.2.12
2892026-06-05T05:50:29.254Z Downloaded cargo-platform v0.2.0
2902026-06-05T05:50:29.254Z Downloaded signature v2.2.0
2912026-06-05T05:50:29.257Z Downloaded self-replace v1.5.0
2922026-06-05T05:50:29.257Z Downloaded strip-ansi-escapes v0.2.1
2932026-06-05T05:50:29.257Z Downloaded swrite v0.1.0
2942026-06-05T05:50:29.257Z Downloaded subtle v2.6.1
2952026-06-05T05:50:29.257Z Downloaded miniz_oxide v0.8.9
2962026-06-05T05:50:29.260Z Downloaded sync_wrapper v1.0.2
2972026-06-05T05:50:29.260Z Downloaded serde_path_to_error v0.1.20
2982026-06-05T05:50:29.260Z Downloaded shared_child v1.1.1
2992026-06-05T05:50:29.263Z Downloaded anstyle v1.0.14
3002026-06-05T05:50:29.263Z Downloaded humantime-serde v1.1.1
3012026-06-05T05:50:29.263Z Downloaded futures-channel v0.3.32
3022026-06-05T05:50:29.266Z Downloaded indexmap v2.14.0
3032026-06-05T05:50:29.272Z Downloaded sha2 v0.10.9
3042026-06-05T05:50:29.272Z Downloaded serde-untagged v0.1.9
3052026-06-05T05:50:29.274Z Downloaded miette-derive v7.6.0
3062026-06-05T05:50:29.274Z Downloaded ed25519 v2.2.3
3072026-06-05T05:50:29.274Z Downloaded indenter v0.3.4
3082026-06-05T05:50:29.275Z Downloaded terminal_size v0.4.4
3092026-06-05T05:50:29.275Z Downloaded getrandom v0.3.4
3102026-06-05T05:50:29.277Z Downloaded hyper-tls v0.6.0
3112026-06-05T05:50:29.280Z Downloaded find-msvc-tools v0.1.9
3122026-06-05T05:50:29.283Z Downloaded crc32fast v1.5.0
3132026-06-05T05:50:29.283Z Downloaded camino v1.2.2
3142026-06-05T05:50:29.283Z Downloaded rand_chacha v0.9.0
3152026-06-05T05:50:29.286Z Downloaded pkg-config v0.3.33
3162026-06-05T05:50:29.286Z Downloaded nextest-metadata v0.12.2
3172026-06-05T05:50:29.289Z Downloaded ppv-lite86 v0.2.21
3182026-06-05T05:50:29.291Z Downloaded supports-hyperlinks v3.2.0
3192026-06-05T05:50:29.294Z Downloaded tinyvec_macros v0.1.1
3202026-06-05T05:50:29.297Z Downloaded self_update v0.42.0
3212026-06-05T05:50:29.300Z Downloaded shlex v2.0.1
3222026-06-05T05:50:29.300Z Downloaded autocfg v1.5.1
3232026-06-05T05:50:29.302Z Downloaded semver v1.0.28
3242026-06-05T05:50:29.302Z Downloaded tokio-macros v2.7.0
3252026-06-05T05:50:29.302Z Downloaded iana-time-zone v0.1.65
3262026-06-05T05:50:29.305Z Downloaded shell-words v1.1.1
3272026-06-05T05:50:29.305Z Downloaded httparse v1.10.1
3282026-06-05T05:50:29.307Z Downloaded dialoguer v0.11.0
3292026-06-05T05:50:29.311Z Downloaded thiserror v1.0.69
3302026-06-05T05:50:29.313Z Downloaded static_assertions v1.1.0
3312026-06-05T05:50:29.313Z Downloaded smol_str v0.3.6
3322026-06-05T05:50:29.313Z Downloaded toml_datetime v0.6.11
3332026-06-05T05:50:29.316Z Downloaded toml_write v0.1.2
3342026-06-05T05:50:29.316Z Downloaded rand_core v0.6.4
3352026-06-05T05:50:29.316Z Downloaded tower-service v0.3.3
3362026-06-05T05:50:29.316Z Downloaded tower-layer v0.3.3
3372026-06-05T05:50:29.319Z Downloaded slab v0.4.12
3382026-06-05T05:50:29.319Z Downloaded hyper-rustls v0.27.9
3392026-06-05T05:50:29.320Z Downloaded ryu v1.0.23
3402026-06-05T05:50:29.323Z Downloaded digest v0.10.7
3412026-06-05T05:50:29.323Z Downloaded rustls-pki-types v1.14.1
3422026-06-05T05:50:29.326Z Downloaded thiserror-impl v1.0.69
3432026-06-05T05:50:29.326Z Downloaded spki v0.7.3
3442026-06-05T05:50:29.326Z Downloaded native-tls v0.2.18
3452026-06-05T05:50:29.328Z Downloaded anstream v1.0.0
3462026-06-05T05:50:29.328Z Downloaded jobserver v0.1.34
3472026-06-05T05:50:29.331Z Downloaded itoa v1.0.18
3482026-06-05T05:50:29.331Z Downloaded tracing-error v0.2.1
3492026-06-05T05:50:29.331Z Downloaded cfg-expr v0.20.8
3502026-06-05T05:50:29.334Z Downloaded once_cell v1.21.4
3512026-06-05T05:50:29.334Z Downloaded untrusted v0.9.0
3522026-06-05T05:50:29.336Z Downloaded supports-unicode v3.0.0
3532026-06-05T05:50:29.337Z Downloaded unicode-xid v0.2.6
3542026-06-05T05:50:29.337Z Downloaded utf8parse v0.2.2
3552026-06-05T05:50:29.339Z Downloaded owo-colors v4.3.0
3562026-06-05T05:50:29.342Z Downloaded getrandom v0.4.2
3572026-06-05T05:50:29.344Z Downloaded base64 v0.22.1
3582026-06-05T05:50:29.349Z Downloaded eyre v0.6.12
3592026-06-05T05:50:29.353Z Downloaded futures v0.3.32
3602026-06-05T05:50:29.353Z Downloaded try-lock v0.2.5
3612026-06-05T05:50:29.356Z Downloaded thread_local v1.1.9
3622026-06-05T05:50:29.356Z Downloaded thiserror v2.0.18
3632026-06-05T05:50:29.359Z Downloaded itertools v0.14.0
3642026-06-05T05:50:29.362Z Downloaded version_check v0.9.5
3652026-06-05T05:50:29.365Z Downloaded unicode-linebreak v0.1.5
3662026-06-05T05:50:29.365Z Downloaded console v0.15.11
3672026-06-05T05:50:29.367Z Downloaded target-spec-miette v0.4.8
3682026-06-05T05:50:29.370Z Downloaded signal-hook-registry v1.4.8
3692026-06-05T05:50:29.370Z Downloaded filetime v0.2.29
3702026-06-05T05:50:29.370Z Downloaded openssl-macros v0.1.1
3712026-06-05T05:50:29.370Z Downloaded xattr v1.6.1
3722026-06-05T05:50:29.373Z Downloaded want v0.3.1
3732026-06-05T05:50:29.373Z Downloaded getrandom v0.2.17
3742026-06-05T05:50:29.376Z Downloaded bitflags v2.12.1
3752026-06-05T05:50:29.380Z Downloaded thiserror-impl v2.0.18
3762026-06-05T05:50:29.383Z Downloaded simd-adler32 v0.3.9
3772026-06-05T05:50:29.383Z Downloaded nextest-filtering v0.15.0
3782026-06-05T05:50:29.383Z Downloaded smallvec v1.15.1
3792026-06-05T05:50:29.386Z Downloaded toml_writer v1.1.1+spec-1.1.0
3802026-06-05T05:50:29.386Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3812026-06-05T05:50:29.386Z Downloaded proc-macro2 v1.0.106
3822026-06-05T05:50:29.389Z Downloaded serde_core v1.0.228
3832026-06-05T05:50:29.392Z Downloaded pin-project v1.1.13
3842026-06-05T05:50:29.396Z Downloaded lock_api v0.4.14
3852026-06-05T05:50:29.403Z Downloaded tokio-rustls v0.26.4
3862026-06-05T05:50:29.405Z Downloaded target-spec v3.6.0
3872026-06-05T05:50:29.408Z Downloaded indicatif v0.17.11
3882026-06-05T05:50:29.411Z Downloaded os_pipe v1.2.3
3892026-06-05T05:50:29.416Z Downloaded typeid v1.0.3
3902026-06-05T05:50:29.419Z Downloaded supports-color v3.0.2
3912026-06-05T05:50:29.419Z Downloaded tokio-native-tls v0.3.1
3922026-06-05T05:50:29.419Z Downloaded derive-where v1.6.1
3932026-06-05T05:50:29.422Z Downloaded xxhash-rust v0.8.15
3942026-06-05T05:50:29.425Z Downloaded signal-hook-mio v0.2.5
3952026-06-05T05:50:29.425Z Downloaded backtrace v0.3.76
3962026-06-05T05:50:29.428Z Downloaded zstd v0.13.3
3972026-06-05T05:50:29.428Z Downloaded zstd-safe v7.2.4
3982026-06-05T05:50:29.430Z Downloaded utf8_iter v1.0.4
3992026-06-05T05:50:29.430Z Downloaded toml v0.8.23
4002026-06-05T05:50:29.438Z Downloaded borsh v1.6.1
4012026-06-05T05:50:29.442Z Downloaded zipsign-api v0.1.5
4022026-06-05T05:50:29.445Z Downloaded tracing-attributes v0.1.31
4032026-06-05T05:50:29.445Z Downloaded sharded-slab v0.1.7
4042026-06-05T05:50:29.448Z Downloaded rustc-demangle v0.1.27
4052026-06-05T05:50:29.449Z Downloaded urlencoding v2.1.3
4062026-06-05T05:50:29.449Z Downloaded socket2 v0.6.4
4072026-06-05T05:50:29.452Z Downloaded tracing-log v0.2.0
4082026-06-05T05:50:29.452Z Downloaded serde v1.0.228
4092026-06-05T05:50:30.458Z Downloaded tempfile v3.27.0
4102026-06-05T05:50:30.458Z Downloaded flate2 v1.1.9
4112026-06-05T05:50:30.462Z Downloaded tokio-stream v0.1.18
4122026-06-05T05:50:30.462Z Downloaded textwrap v0.16.2
4132026-06-05T05:50:30.462Z Downloaded zeroize v1.8.2
4142026-06-05T05:50:30.462Z Downloaded bytes v1.11.1
4152026-06-05T05:50:30.462Z Downloaded mio v1.2.1
4162026-06-05T05:50:30.462Z Downloaded toml v1.1.2+spec-1.1.0
4172026-06-05T05:50:30.462Z Downloaded toml_parser v1.1.2+spec-1.1.0
4182026-06-05T05:50:30.462Z Downloaded miette v7.6.0
4192026-06-05T05:50:30.462Z Downloaded litrs v1.0.0
4202026-06-05T05:50:30.462Z Downloaded quote v1.0.45
4212026-06-05T05:50:30.462Z Downloaded tracing-core v0.1.36
4222026-06-05T05:50:30.462Z Downloaded derive_more-impl v2.1.1
4232026-06-05T05:50:30.462Z Downloaded signal-hook v0.3.18
4242026-06-05T05:50:30.462Z Downloaded target-lexicon v0.13.5
4252026-06-05T05:50:30.463Z Downloaded tar v0.4.46
4262026-06-05T05:50:30.463Z Downloaded ed25519-dalek v2.2.0
4272026-06-05T05:50:30.463Z Downloaded derive_more v2.1.1
4282026-06-05T05:50:30.463Z Downloaded unicase v2.9.0
4292026-06-05T05:50:30.463Z Downloaded tinyvec v1.11.0
4302026-06-05T05:50:30.463Z Downloaded serde_derive v1.0.228
4312026-06-05T05:50:30.463Z Downloaded der v0.7.10
4322026-06-05T05:50:30.463Z Downloaded parking_lot v0.12.5
4332026-06-05T05:50:30.463Z Downloaded uuid v1.23.2
4342026-06-05T05:50:30.463Z Downloaded rustls-webpki v0.103.13
4352026-06-05T05:50:30.463Z Downloaded vte v0.14.1
4362026-06-05T05:50:30.463Z Downloaded pin-project-internal v1.1.13
4372026-06-05T05:50:30.463Z Downloaded url v2.5.8
4382026-06-05T05:50:30.463Z Downloaded cc v1.2.63
4392026-06-05T05:50:30.463Z Downloaded toml_edit v0.22.27
4402026-06-05T05:50:30.463Z Downloaded hashbrown v0.15.5
4412026-06-05T05:50:30.463Z Downloaded quick-junit v0.5.2
4422026-06-05T05:50:30.463Z Downloaded zmij v1.0.21
4432026-06-05T05:50:30.463Z Downloaded quinn v0.11.9
4442026-06-05T05:50:30.463Z Downloaded crossterm v0.29.0
4452026-06-05T05:50:30.463Z Downloaded unicode-ident v1.0.24
4462026-06-05T05:50:30.463Z Downloaded hashbrown v0.17.1
4472026-06-05T05:50:30.463Z Downloaded h2 v0.4.14
4482026-06-05T05:50:30.463Z Downloaded unicode-normalization v0.1.25
4492026-06-05T05:50:30.463Z Downloaded guppy v0.17.26
4502026-06-05T05:50:30.463Z Downloaded serde_json v1.0.150
4512026-06-05T05:50:30.463Z Downloaded futures-util v0.3.32
4522026-06-05T05:50:30.463Z Downloaded chrono v0.4.45
4532026-06-05T05:50:30.464Z Downloaded hyper-util v0.1.20
4542026-06-05T05:50:30.464Z Downloaded tower v0.5.3
4552026-06-05T05:50:30.464Z Downloaded winnow v1.0.3
4562026-06-05T05:50:30.464Z Downloaded openssl-sys v0.9.116
4572026-06-05T05:50:30.464Z Downloaded idna v1.1.0
4582026-06-05T05:50:30.464Z Downloaded http v1.4.1
4592026-06-05T05:50:30.464Z Downloaded memchr v2.8.1
4602026-06-05T05:50:30.464Z Downloaded ron v0.12.1
4612026-06-05T05:50:30.464Z Downloaded tokio-util v0.7.18
4622026-06-05T05:50:30.464Z Downloaded vcpkg v0.2.15
4632026-06-05T05:50:30.464Z Downloaded typenum v1.20.1
4642026-06-05T05:50:30.464Z Downloaded gimli v0.32.3
4652026-06-05T05:50:30.464Z Downloaded curve25519-dalek v4.1.3
4662026-06-05T05:50:30.464Z Downloaded zerocopy v0.8.50
4672026-06-05T05:50:30.464Z Downloaded syn v2.0.117
4682026-06-05T05:50:30.464Z Downloaded reqwest v0.12.28
4692026-06-05T05:50:30.464Z Downloaded bstr v1.12.1
4702026-06-05T05:50:30.464Z Downloaded unicode-segmentation v1.13.3
4712026-06-05T05:50:30.464Z Downloaded rand v0.9.4
4722026-06-05T05:50:30.464Z Downloaded pulldown-cmark v0.13.4
4732026-06-05T05:50:30.464Z Downloaded tower-http v0.6.11
4742026-06-05T05:50:30.464Z Downloaded tracing v0.1.44
4752026-06-05T05:50:30.464Z Downloaded portable-atomic v1.13.1
4762026-06-05T05:50:30.464Z Downloaded color-eyre v0.6.5
4772026-06-05T05:50:30.464Z Downloaded regex v1.12.3
4782026-06-05T05:50:30.464Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4792026-06-05T05:50:30.464Z Downloaded tokio v1.52.3
4802026-06-05T05:50:30.464Z Downloaded winnow v0.7.15
4812026-06-05T05:50:30.464Z Downloaded quick-xml v0.37.5
4822026-06-05T05:50:30.464Z Downloaded tracing-subscriber v0.3.23
4832026-06-05T05:50:30.464Z Downloaded webpki-roots v1.0.7
4842026-06-05T05:50:30.464Z Downloaded quick-xml v0.38.4
4852026-06-05T05:50:30.464Z Downloaded quinn-proto v0.11.14
4862026-06-05T05:50:30.464Z Downloaded nextest-runner v0.80.0
4872026-06-05T05:50:30.464Z Downloaded unicode-width v0.1.14
4882026-06-05T05:50:30.464Z Downloaded unicode-width v0.2.2
4892026-06-05T05:50:30.464Z Downloaded openssl v0.10.80
4902026-06-05T05:50:30.464Z Downloaded nix v0.30.1
4912026-06-05T05:50:30.464Z Downloaded rustls v0.23.40
4922026-06-05T05:50:30.465Z Downloaded object v0.37.3
4932026-06-05T05:50:30.465Z Downloaded rustix v0.38.44
4942026-06-05T05:50:30.465Z Downloaded rustix v1.1.4
4952026-06-05T05:50:30.465Z Downloaded regex-automata v0.4.14
4962026-06-05T05:50:30.465Z Downloaded petgraph v0.8.3
4972026-06-05T05:50:30.465Z Downloaded libc v0.2.186
4982026-06-05T05:50:30.465Z Downloaded recursion v0.5.4
4992026-06-05T05:50:30.465Z Downloaded ring v0.17.14
5002026-06-05T05:50:30.465Z Compiling libc v0.2.186
5012026-06-05T05:50:30.465Z Compiling proc-macro2 v1.0.106
5022026-06-05T05:50:30.465Z Compiling quote v1.0.45
5032026-06-05T05:50:30.465Z Compiling unicode-ident v1.0.24
5042026-06-05T05:50:30.465Z Compiling serde_core v1.0.228
5052026-06-05T05:50:30.465Z Compiling cfg-if v1.0.4
5062026-06-05T05:50:30.465Z Compiling memchr v2.8.1
5072026-06-05T05:50:30.465Z Compiling once_cell v1.21.4
5082026-06-05T05:50:30.465Z Compiling log v0.4.32
5092026-06-05T05:50:30.508Z Compiling pin-project-lite v0.2.17
5102026-06-05T05:50:30.600Z Compiling serde v1.0.228
5112026-06-05T05:50:30.672Z Compiling itoa v1.0.18
5122026-06-05T05:50:30.776Z Compiling futures-core v0.3.32
5132026-06-05T05:50:30.911Z Compiling smallvec v1.15.1
5142026-06-05T05:50:30.929Z Compiling bitflags v2.12.1
5152026-06-05T05:50:30.941Z Compiling equivalent v1.0.2
5162026-06-05T05:50:31.024Z Compiling find-msvc-tools v0.1.9
5172026-06-05T05:50:31.150Z Compiling hashbrown v0.17.1
5182026-06-05T05:50:31.252Z Compiling errno v0.3.14
5192026-06-05T05:50:31.310Z Compiling shlex v2.0.1
5202026-06-05T05:50:31.325Z Compiling bytes v1.11.1
5212026-06-05T05:50:31.460Z Compiling signal-hook-registry v1.4.8
5222026-06-05T05:50:31.491Z Compiling jobserver v0.1.34
5232026-06-05T05:50:31.542Z Compiling mio v1.2.1
5242026-06-05T05:50:31.619Z Compiling syn v2.0.117
5252026-06-05T05:50:31.668Z Compiling futures-sink v0.3.32
5262026-06-05T05:50:31.777Z Compiling cc v1.2.63
5272026-06-05T05:50:31.800Z Compiling rustix v1.1.4
5282026-06-05T05:50:31.811Z Compiling socket2 v0.6.4
5292026-06-05T05:50:32.006Z Compiling slab v0.4.12
5302026-06-05T05:50:32.204Z Compiling zmij v1.0.21
5312026-06-05T05:50:32.243Z Compiling futures-channel v0.3.32
5322026-06-05T05:50:32.250Z Compiling tracing-core v0.1.36
5332026-06-05T05:50:32.487Z Compiling serde_json v1.0.150
5342026-06-05T05:50:32.531Z Compiling version_check v0.9.5
5352026-06-05T05:50:32.728Z Compiling indexmap v2.14.0
5362026-06-05T05:50:32.799Z Compiling futures-task v0.3.32
5372026-06-05T05:50:32.825Z Compiling futures-io v0.3.32
5382026-06-05T05:50:32.973Z Compiling getrandom v0.4.2
5392026-06-05T05:50:33.075Z Compiling camino v1.2.2
5402026-06-05T05:50:33.166Z Compiling unicode-width v0.2.2
5412026-06-05T05:50:33.265Z Compiling percent-encoding v2.3.2
5422026-06-05T05:50:33.467Z Compiling ring v0.17.14
5432026-06-05T05:50:33.480Z Compiling http v1.4.1
5442026-06-05T05:50:33.548Z Compiling zeroize v1.8.2
5452026-06-05T05:50:33.584Z Compiling adler2 v2.0.1
5462026-06-05T05:50:33.604Z Compiling simd-adler32 v0.3.9
5472026-06-05T05:50:33.749Z Compiling autocfg v1.5.1
5482026-06-05T05:50:33.749Z Compiling miniz_oxide v0.8.9
5492026-06-05T05:50:34.112Z Compiling num-traits v0.2.19
5502026-06-05T05:50:34.372Z Compiling getrandom v0.3.4
5512026-06-05T05:50:34.485Z Compiling zerocopy v0.8.50
5522026-06-05T05:50:34.719Z Compiling target-lexicon v0.13.5
5532026-06-05T05:50:34.873Z Compiling object v0.37.3
5542026-06-05T05:50:35.190Z Compiling http-body v1.0.1
5552026-06-05T05:50:35.218Z Compiling rustls-pki-types v1.14.1
5562026-06-05T05:50:35.232Z Compiling form_urlencoded v1.2.2
5572026-06-05T05:50:35.256Z Compiling serde_derive v1.0.228
5582026-06-05T05:50:35.267Z Compiling tokio-macros v2.7.0
5592026-06-05T05:50:35.352Z Compiling futures-macro v0.3.32
5602026-06-05T05:50:35.497Z Compiling tracing-attributes v0.1.31
5612026-06-05T05:50:35.500Z Compiling semver v1.0.28
5622026-06-05T05:50:35.733Z Compiling getrandom v0.2.17
5632026-06-05T05:50:35.933Z Compiling signal-hook v0.3.18
5642026-06-05T05:50:36.004Z Compiling tokio v1.52.3
5652026-06-05T05:50:36.090Z Compiling owo-colors v4.3.0
5662026-06-05T05:50:36.142Z Compiling untrusted v0.9.0
5672026-06-05T05:50:36.165Z Compiling fnv v1.0.7
5682026-06-05T05:50:36.182Z Compiling futures-util v0.3.32
5692026-06-05T05:50:36.267Z Compiling idna_adapter v1.0.0
5702026-06-05T05:50:36.267Z Compiling httparse v1.10.1
5712026-06-05T05:50:36.376Z Compiling utf8_iter v1.0.4
5722026-06-05T05:50:36.403Z Compiling gimli v0.32.3
5732026-06-05T05:50:36.541Z Compiling guppy-workspace-hack v0.1.0
5742026-06-05T05:50:36.605Z Compiling thiserror v2.0.18
5752026-06-05T05:50:36.693Z Compiling tracing v0.1.44
5762026-06-05T05:50:36.807Z Compiling idna v1.1.0
5772026-06-05T05:50:37.091Z Compiling thiserror-impl v2.0.18
5782026-06-05T05:50:38.273Z Compiling addr2line v0.25.1
5792026-06-05T05:50:38.704Z Compiling generic-array v0.14.7
5802026-06-05T05:50:38.842Z Compiling rustls v0.23.40
5812026-06-05T05:50:38.930Z Compiling typeid v1.0.3
5822026-06-05T05:50:39.065Z Compiling pkg-config v0.3.33
5832026-06-05T05:50:39.077Z Compiling rustc-demangle v0.1.27
5842026-06-05T05:50:39.162Z Compiling try-lock v0.2.5
5852026-06-05T05:50:39.217Z Compiling target-spec v3.6.0
5862026-06-05T05:50:39.275Z Compiling tower-service v0.3.3
5872026-06-05T05:50:39.368Z Compiling thiserror v1.0.69
5882026-06-05T05:50:39.492Z Compiling atomic-waker v1.1.2
5892026-06-05T05:50:39.504Z Compiling fastrand v2.4.1
5902026-06-05T05:50:39.625Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5912026-06-05T05:50:39.835Z Compiling tempfile v3.27.0
5922026-06-05T05:50:39.867Z Compiling want v0.3.1
5932026-06-05T05:50:40.026Z Compiling tokio-util v0.7.18
5942026-06-05T05:50:40.120Z Compiling cfg-expr v0.20.8
5952026-06-05T05:50:40.664Z Compiling h2 v0.4.14
5962026-06-05T05:50:40.725Z Compiling backtrace v0.3.76
5972026-06-05T05:50:40.976Z Compiling url v2.5.8
5982026-06-05T05:50:41.639Z Compiling thiserror-impl v1.0.69
5992026-06-05T05:50:41.674Z Compiling terminal_size v0.4.4
6002026-06-05T05:50:41.829Z Compiling aho-corasick v1.1.4
6012026-06-05T05:50:41.984Z Compiling erased-serde v0.4.10
6022026-06-05T05:50:42.271Z Compiling winnow v0.7.15
6032026-06-05T05:50:42.763Z Compiling rustls-webpki v0.103.13
6042026-06-05T05:50:43.413Z Compiling subtle v2.6.1
6052026-06-05T05:50:43.584Z Compiling typenum v1.20.1
6062026-06-05T05:50:44.195Z Compiling regex-syntax v0.8.10
6072026-06-05T05:50:45.388Z Compiling hyper v1.10.1
6082026-06-05T05:50:46.692Z Compiling regex-automata v0.4.14
6092026-06-05T05:50:47.220Z Compiling serde_spanned v0.6.9
6102026-06-05T05:50:47.383Z Compiling toml_datetime v0.6.11
6112026-06-05T05:50:47.764Z Compiling ahash v0.8.12
6122026-06-05T05:50:48.037Z Compiling sync_wrapper v1.0.2
6132026-06-05T05:50:48.154Z Compiling ipnet v2.12.0
6142026-06-05T05:50:48.827Z Compiling foldhash v0.1.5
6152026-06-05T05:50:49.046Z Compiling base64 v0.22.1
6162026-06-05T05:50:49.062Z Compiling nextest-workspace-hack v0.1.0
6172026-06-05T05:50:49.089Z Compiling parking_lot_core v0.9.12
6182026-06-05T05:50:49.273Z Compiling unicode-linebreak v0.1.5
6192026-06-05T05:50:49.361Z Compiling crc32fast v1.5.0
6202026-06-05T05:50:49.394Z Compiling is_ci v1.2.0
6212026-06-05T05:50:49.525Z Compiling unicode-segmentation v1.13.3
6222026-06-05T05:50:49.540Z Compiling toml_write v0.1.2
6232026-06-05T05:50:49.566Z Compiling tower-layer v0.3.3
6242026-06-05T05:50:49.643Z Compiling portable-atomic v1.13.1
6252026-06-05T05:50:49.760Z Compiling lazy_static v1.5.0
6262026-06-05T05:50:49.777Z Compiling either v1.16.0
6272026-06-05T05:50:49.864Z Compiling convert_case v0.10.0
6282026-06-05T05:50:49.909Z Compiling sharded-slab v0.1.7
6292026-06-05T05:50:49.997Z Compiling tower v0.5.3
6302026-06-05T05:50:50.111Z Compiling toml_edit v0.22.27
6312026-06-05T05:50:50.185Z Compiling supports-color v3.0.2
6322026-06-05T05:50:50.442Z Compiling textwrap v0.16.2
6332026-06-05T05:50:50.530Z Compiling hyper-util v0.1.20
6342026-06-05T05:50:50.589Z Compiling hashbrown v0.15.5
6352026-06-05T05:50:51.285Z Compiling tokio-rustls v0.26.4
6362026-06-05T05:50:51.581Z Compiling backtrace-ext v0.2.1
6372026-06-05T05:50:51.848Z Compiling ordered-float v2.10.1
6382026-06-05T05:50:51.854Z Compiling webpki-roots v1.0.7
6392026-06-05T05:50:51.932Z Compiling miette-derive v7.6.0
6402026-06-05T05:50:51.968Z Compiling pathdiff v0.2.3
6412026-06-05T05:50:52.091Z Compiling console v0.15.11
6422026-06-05T05:50:52.117Z Compiling cargo-platform v0.3.3
6432026-06-05T05:50:52.668Z Compiling tracing-log v0.2.0
6442026-06-05T05:50:53.018Z Compiling os_pipe v1.2.3
6452026-06-05T05:50:53.031Z Compiling thread_local v1.1.9
6462026-06-05T05:50:53.153Z Compiling utf8parse v0.2.2
6472026-06-05T05:50:53.208Z Compiling winnow v1.0.3
6482026-06-05T05:50:53.266Z Compiling debug-ignore v1.0.5
6492026-06-05T05:50:53.380Z Compiling rustix v0.38.44
6502026-06-05T05:50:53.409Z Compiling unicode-width v0.1.14
6512026-06-05T05:50:53.474Z Compiling pulldown-cmark v0.13.4
6522026-06-05T05:50:53.688Z Compiling cfg_aliases v0.2.1
6532026-06-05T05:50:53.720Z Compiling scopeguard v1.2.0
6542026-06-05T05:50:53.757Z Compiling zstd-safe v7.2.4
6552026-06-05T05:50:53.822Z Compiling supports-unicode v3.0.0
6562026-06-05T05:50:53.988Z Compiling supports-hyperlinks v3.2.0
6572026-06-05T05:50:53.991Z Compiling ryu v1.0.23
6582026-06-05T05:50:54.019Z Compiling fixedbitset v0.5.7
6592026-06-05T05:50:54.216Z Compiling serde_urlencoded v0.7.1
6602026-06-05T05:50:54.278Z Compiling toml_parser v1.1.2+spec-1.1.0
6612026-06-05T05:50:54.496Z Compiling petgraph v0.8.3
6622026-06-05T05:50:54.529Z Compiling miette v7.6.0
6632026-06-05T05:50:54.734Z Compiling lock_api v0.4.14
6642026-06-05T05:50:54.983Z Compiling nix v0.30.1
6652026-06-05T05:50:55.503Z Compiling anstyle-parse v1.0.0
6662026-06-05T05:50:55.602Z Compiling tracing-subscriber v0.3.23
6672026-06-05T05:50:55.731Z Compiling sigchld v0.2.4
6682026-06-05T05:50:55.933Z Compiling cargo_metadata v0.23.1
6692026-06-05T05:50:56.459Z Compiling serde-value v0.7.0
6702026-06-05T05:50:57.220Z Compiling hyper-rustls v0.27.9
6712026-06-05T05:50:57.846Z Compiling serde-untagged v0.1.9
6722026-06-05T05:50:57.908Z Compiling toml v0.8.23
6732026-06-05T05:50:58.615Z Compiling tower-http v0.6.11
6742026-06-05T05:50:59.137Z Compiling derive_more-impl v2.1.1
6752026-06-05T05:50:59.275Z Compiling itertools v0.14.0
6762026-06-05T05:50:59.517Z Compiling regex v1.12.3
6772026-06-05T05:50:59.634Z Compiling crypto-common v0.1.7
6782026-06-05T05:50:59.774Z Compiling block-buffer v0.10.4
6792026-06-05T05:50:59.926Z Compiling ppv-lite86 v0.2.21
6802026-06-05T05:50:59.936Z Compiling rand_core v0.9.5
6812026-06-05T05:51:00.193Z Compiling futures-executor v0.3.32
6822026-06-05T05:51:00.251Z Compiling http-body-util v0.1.3
6832026-06-05T05:51:00.555Z Compiling pin-project-internal v1.1.13
6842026-06-05T05:51:00.700Z Compiling uuid v1.23.2
6852026-06-05T05:51:00.769Z Compiling toml_datetime v1.1.1+spec-1.1.0
6862026-06-05T05:51:00.805Z Compiling serde_spanned v1.1.1
6872026-06-05T05:51:00.938Z Compiling smol_str v0.3.6
6882026-06-05T05:51:00.964Z Compiling filetime v0.2.29
6892026-06-05T05:51:01.151Z Compiling vte v0.14.1
6902026-06-05T05:51:01.156Z Compiling bstr v1.12.1
6912026-06-05T05:51:01.169Z Compiling self_update v0.42.0
6922026-06-05T05:51:01.229Z Compiling eyre v0.6.12
6932026-06-05T05:51:01.239Z Compiling is_terminal_polyfill v1.70.2
6942026-06-05T05:51:01.332Z Compiling colorchoice v1.0.5
6952026-06-05T05:51:01.362Z Compiling static_assertions v1.1.0
6962026-06-05T05:51:01.393Z Compiling anstyle-query v1.1.5
6972026-06-05T05:51:02.226Z Compiling xattr v1.6.1
6982026-06-05T05:51:02.276Z Compiling iana-time-zone v0.1.65
6992026-06-05T05:51:02.276Z Compiling unicase v2.9.0
7002026-06-05T05:51:02.276Z Compiling litrs v1.0.0
7012026-06-05T05:51:02.276Z Compiling number_prefix v0.4.0
7022026-06-05T05:51:02.276Z Compiling color-spantrace v0.3.0
7032026-06-05T05:51:02.276Z Compiling nested v0.1.1
7042026-06-05T05:51:02.276Z Compiling tinyvec_macros v0.1.1
7052026-06-05T05:51:02.276Z Compiling unicode-xid v0.2.6
7062026-06-05T05:51:02.276Z Compiling anstyle v1.0.14
7072026-06-05T05:51:02.276Z Compiling document-features v0.2.12
7082026-06-05T05:51:02.276Z Compiling cargo-util-schemas v0.2.0
7092026-06-05T05:51:02.276Z Compiling guppy v0.17.26
7102026-06-05T05:51:02.277Z Compiling tinyvec v1.11.0
7112026-06-05T05:51:02.310Z Compiling anstream v1.0.0
7122026-06-05T05:51:02.513Z Compiling indicatif v0.17.11
7132026-06-05T05:51:02.582Z Compiling chrono v0.4.45
7142026-06-05T05:51:02.769Z Compiling tar v0.4.46
7152026-06-05T05:51:03.157Z Compiling pin-project v1.1.13
7162026-06-05T05:51:03.264Z Compiling globset v0.4.18
7172026-06-05T05:51:04.195Z Compiling strip-ansi-escapes v0.2.1
7182026-06-05T05:51:04.487Z Compiling nextest-metadata v0.12.2
7192026-06-05T05:51:04.681Z Compiling newtype-uuid v1.3.2
7202026-06-05T05:51:04.882Z Compiling toml v1.1.2+spec-1.1.0
7212026-06-05T05:51:05.304Z Compiling reqwest v0.12.28
7222026-06-05T05:51:05.634Z Compiling futures v0.3.32
7232026-06-05T05:51:05.714Z Compiling rand_chacha v0.9.0
7242026-06-05T05:51:05.948Z Compiling derive_more v2.1.1
7252026-06-05T05:51:06.033Z Compiling digest v0.10.7
7262026-06-05T05:51:06.269Z Compiling flate2 v1.1.9
7272026-06-05T05:51:06.269Z Compiling parking_lot v0.12.5
7282026-06-05T05:51:06.744Z Compiling tracing-error v0.2.1
7292026-06-05T05:51:06.775Z Compiling shared_child v1.1.1
7302026-06-05T05:51:07.180Z Compiling signal-hook-mio v0.2.5
7312026-06-05T05:51:07.315Z Compiling self-replace v1.5.0
7322026-06-05T05:51:07.474Z Compiling cargo-platform v0.2.0
7332026-06-05T05:51:07.720Z Compiling quick-xml v0.38.4
7342026-06-05T05:51:07.974Z Compiling quick-xml v0.37.5
7352026-06-05T05:51:08.073Z Compiling indenter v0.3.4
7362026-06-05T05:51:08.113Z Compiling strsim v0.11.1
7372026-06-05T05:51:08.206Z Compiling heck v0.5.0
7382026-06-05T05:51:09.922Z Compiling humantime v2.3.0
7392026-06-05T05:51:10.045Z Compiling urlencoding v2.1.3
7402026-06-05T05:51:10.045Z Compiling clap_lex v1.1.0
7412026-06-05T05:51:10.045Z Compiling cpufeatures v0.2.17
7422026-06-05T05:51:10.045Z Compiling shell-words v1.1.1
7432026-06-05T05:51:10.045Z Compiling recursion v0.5.4
7442026-06-05T05:51:10.045Z Compiling nextest-filtering v0.15.0
7452026-06-05T05:51:10.046Z Compiling clap_builder v4.6.0
7462026-06-05T05:51:10.046Z Compiling sha2 v0.10.9
7472026-06-05T05:51:10.046Z Compiling clap_derive v4.6.1
7482026-06-05T05:51:10.763Z Compiling humantime-serde v1.1.1
7492026-06-05T05:51:10.923Z Compiling quick-junit v0.5.2
7502026-06-05T05:51:11.956Z Compiling cargo_metadata v0.20.0
7512026-06-05T05:51:13.375Z Compiling atomicwrites v0.4.4
7522026-06-05T05:51:13.721Z Compiling cargo-nextest v0.9.97
7532026-06-05T05:51:13.969Z Compiling crossterm v0.29.0
7542026-06-05T05:51:14.610Z Compiling zstd v0.13.3
7552026-06-05T05:51:14.936Z Compiling duct v0.13.7
7562026-06-05T05:51:15.483Z Compiling rand v0.9.4
7572026-06-05T05:51:15.882Z Compiling async-scoped v0.9.0
7582026-06-05T05:51:15.992Z Compiling config v0.15.23
7592026-06-05T05:51:16.074Z Compiling unicode-normalization v0.1.25
7602026-06-05T05:51:16.220Z Compiling target-spec-miette v0.4.8
7612026-06-05T05:51:17.203Z Compiling future-queue v0.4.0
7622026-06-05T05:51:17.203Z Compiling mukti-metadata v0.3.0
7632026-06-05T05:51:17.203Z Compiling camino-tempfile v1.4.1
7642026-06-05T05:51:17.203Z Compiling tokio-stream v0.1.18
7652026-06-05T05:51:17.235Z Compiling derive-where v1.6.1
7662026-06-05T05:51:17.235Z Compiling serde_path_to_error v0.1.20
7672026-06-05T05:51:17.238Z Compiling serde_ignored v0.1.14
7682026-06-05T05:51:17.238Z Compiling indent_write v2.2.0
7692026-06-05T05:51:17.311Z Compiling hex v0.4.3
7702026-06-05T05:51:17.368Z Compiling swrite v0.1.0
7712026-06-05T05:51:17.438Z Compiling home v0.5.12
7722026-06-05T05:51:17.474Z Compiling xxhash-rust v0.8.15
7732026-06-05T05:51:17.597Z Compiling color-eyre v0.6.5
7742026-06-05T05:51:17.625Z Compiling clap v4.6.1
7752026-06-05T05:51:17.652Z Compiling dialoguer v0.11.0
7762026-06-05T05:51:17.672Z Compiling enable-ansi-support v0.2.1
7772026-06-05T05:51:18.306Z Compiling nextest-runner v0.80.0
7782026-06-05T05:51:36.429Z Finished `release` profile [optimized] target(s) in 1m 09s
7792026-06-05T05:51:36.609Z Installing /home/build/.cargo/bin/cargo-nextest
7802026-06-05T05:51:36.613Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7812026-06-05T05:51:36.732Z+ pushd bgp
7822026-06-05T05:51:36.736Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7832026-06-05T05:51:36.736Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7842026-06-05T05:51:36.889Z Updating git repository `https://github.com/oxidecomputer/falcon`
7852026-06-05T05:51:37.488ZFrom https://github.com/oxidecomputer/falcon
7862026-06-05T05:51:37.488Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7872026-06-05T05:51:37.563Z Updating crates.io index
7882026-06-05T05:51:37.566Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7892026-06-05T05:51:38.498ZFrom https://github.com/oxidecomputer/dendrite
7902026-06-05T05:51:38.498Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7912026-06-05T05:51:38.532Z Updating git repository `https://github.com/oxidecomputer/ispf`
7922026-06-05T05:51:38.786ZFrom https://github.com/oxidecomputer/ispf
7932026-06-05T05:51:38.786Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7942026-06-05T05:51:38.791Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7952026-06-05T05:51:39.132ZFrom https://github.com/oxidecomputer/netadm-sys
7962026-06-05T05:51:39.132Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7972026-06-05T05:51:39.140Z Updating git repository `https://github.com/oxidecomputer/omicron`
7982026-06-05T05:51:46.834ZFrom https://github.com/oxidecomputer/omicron
7992026-06-05T05:51:46.834Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8002026-06-05T05:51:47.255Z Updating git repository `https://github.com/oxidecomputer/opte`
8012026-06-05T05:51:47.952ZFrom https://github.com/oxidecomputer/opte
8022026-06-05T05:51:47.952Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8032026-06-05T05:51:47.982Z Updating git repository `https://github.com/illumos/smf-rs`
8042026-06-05T05:51:48.243ZFrom https://github.com/illumos/smf-rs
8052026-06-05T05:51:48.243Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8062026-06-05T05:51:48.253Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8072026-06-05T05:51:48.541ZFrom https://github.com/oxidecomputer/network-interface
8082026-06-05T05:51:48.541Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8092026-06-05T05:51:48.547Z Updating git repository `https://github.com/oxidecomputer/zone`
8102026-06-05T05:51:48.828ZFrom https://github.com/oxidecomputer/zone
8112026-06-05T05:51:48.828Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8122026-06-05T05:51:48.836Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132026-06-05T05:51:49.423ZFrom https://github.com/oxidecomputer/propolis
8142026-06-05T05:51:49.423Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8152026-06-05T05:51:49.468Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8162026-06-05T05:51:49.951ZFrom https://github.com/oxidecomputer/transceiver-control
8172026-06-05T05:51:49.951Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8182026-06-05T05:51:49.962Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8192026-06-05T05:51:50.293ZFrom https://github.com/oxidecomputer/dlpi-sys
8202026-06-05T05:51:50.293Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8212026-06-05T05:51:50.300Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222026-06-05T05:51:50.619ZFrom https://github.com/jmesmon/rust-libzfs
8232026-06-05T05:51:50.619Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8242026-06-05T05:51:50.622Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8252026-06-05T05:51:50.892ZFrom https://github.com/oxidecomputer/rusty-doors
8262026-06-05T05:51:50.892Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8272026-06-05T05:51:50.899Z Updating git repository `https://github.com/oxidecomputer/lldp`
8282026-06-05T05:51:51.233ZFrom https://github.com/oxidecomputer/lldp
8292026-06-05T05:51:51.233Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8302026-06-05T05:51:51.245Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8312026-06-05T05:51:51.536ZFrom https://github.com/oxidecomputer/slog-error-chain
8322026-06-05T05:51:51.536Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8332026-06-05T05:51:51.546Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8342026-06-05T05:51:51.851ZFrom https://github.com/oxidecomputer/tufaceous
8352026-06-05T05:51:51.851Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8362026-06-05T05:51:51.870Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8372026-06-05T05:51:52.333ZFrom https://github.com/oxidecomputer/management-gateway-service
8382026-06-05T05:51:52.333Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8392026-06-05T05:51:52.354Z Updating git repository `https://github.com/oxidecomputer/crucible`
8402026-06-05T05:51:53.448ZFrom https://github.com/oxidecomputer/crucible
8412026-06-05T05:51:53.448Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8422026-06-05T05:51:53.492Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8432026-06-05T05:51:53.756ZFrom https://github.com/oxidecomputer/serde_human_bytes
8442026-06-05T05:51:53.756Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8452026-06-05T05:51:53.770Z Updating git repository `https://github.com/oxidecomputer/propolis`
8462026-06-05T05:51:54.174ZFrom https://github.com/oxidecomputer/propolis
8472026-06-05T05:51:54.174Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8482026-06-05T05:51:54.218Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-06-05T05:51:54.977ZFrom https://github.com/oxidecomputer/crucible
8502026-06-05T05:51:54.978Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8512026-06-05T05:51:55.046Z Updating git repository `https://github.com/oxidecomputer/tofino`
8522026-06-05T05:51:55.379ZFrom https://github.com/oxidecomputer/tofino
8532026-06-05T05:51:55.380Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8542026-06-05T05:51:55.392Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8552026-06-05T05:51:56.023ZFrom https://github.com/oxidecomputer/maghemite
8562026-06-05T05:51:56.023Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8572026-06-05T05:51:56.057Z Updating git repository `https://github.com/oxidecomputer/clickward`
8582026-06-05T05:51:56.305ZFrom https://github.com/oxidecomputer/clickward
8592026-06-05T05:51:56.305Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8602026-06-05T05:51:56.313Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8612026-06-05T05:51:56.580ZFrom https://github.com/oxidecomputer/illumos-devinfo
8622026-06-05T05:51:56.580Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8632026-06-05T05:51:57.327Z Downloading crates ...
8642026-06-05T05:51:57.433Z Downloaded aead v0.5.2
8652026-06-05T05:51:57.437Z Downloaded arrayref v0.3.9
8662026-06-05T05:51:57.441Z Downloaded arc-swap v1.9.1
8672026-06-05T05:51:57.444Z Downloaded defmt v1.1.0
8682026-06-05T05:51:57.448Z Downloaded cookie v0.18.1
8692026-06-05T05:51:57.448Z Downloaded cipher v0.4.4
8702026-06-05T05:51:57.452Z Downloaded byteorder v1.5.0
8712026-06-05T05:51:57.452Z Downloaded byte-wrapper v0.1.0
8722026-06-05T05:51:57.457Z Downloaded base64 v0.21.7
8732026-06-05T05:51:57.460Z Downloaded compression-codecs v0.4.38
8742026-06-05T05:51:57.460Z Downloaded async-trait v0.1.89
8752026-06-05T05:51:57.464Z Downloaded embedded-io v0.6.1
8762026-06-05T05:51:57.464Z Downloaded hubpack v0.1.2
8772026-06-05T05:51:57.464Z Downloaded hostname v0.4.2
8782026-06-05T05:51:57.467Z Downloaded group v0.13.0
8792026-06-05T05:51:57.468Z Downloaded foreign-types-macros v0.2.3
8802026-06-05T05:51:57.468Z Downloaded git-stub-vcs v0.1.0
8812026-06-05T05:51:57.469Z Downloaded bitflags v1.3.2
8822026-06-05T05:51:57.473Z Downloaded mime v0.3.17
8832026-06-05T05:51:57.473Z Downloaded colored v3.1.1
8842026-06-05T05:51:57.477Z Downloaded ciborium v0.2.2
8852026-06-05T05:51:57.477Z Downloaded blake3 v1.8.5
8862026-06-05T05:51:57.481Z Downloaded num-conv v0.2.2
8872026-06-05T05:51:57.484Z Downloaded enum-as-inner v0.6.1
8882026-06-05T05:51:57.484Z Downloaded fxhash v0.2.1
8892026-06-05T05:51:57.485Z Downloaded cancel-safe-futures v0.1.5
8902026-06-05T05:51:57.488Z Downloaded hostname v0.3.1
8912026-06-05T05:51:57.488Z Downloaded cmake v0.1.58
8922026-06-05T05:51:57.491Z Downloaded gethostname v0.5.0
8932026-06-05T05:51:57.491Z Downloaded compression-core v0.4.32
8942026-06-05T05:51:57.491Z Downloaded ciborium-io v0.2.2
8952026-06-05T05:51:57.491Z Downloaded base16ct v1.0.0
8962026-06-05T05:51:57.494Z Downloaded base16ct v0.2.0
8972026-06-05T05:51:57.494Z Downloaded backoff v0.4.0
8982026-06-05T05:51:57.494Z Downloaded csv-core v0.1.13
8992026-06-05T05:51:57.498Z Downloaded highway v1.3.0
9002026-06-05T05:51:57.498Z Downloaded hash32 v0.3.1
9012026-06-05T05:51:57.501Z Downloaded icu_normalizer v2.2.0
9022026-06-05T05:51:57.501Z Downloaded cobs v0.3.0
9032026-06-05T05:51:57.504Z Downloaded heck v0.4.1
9042026-06-05T05:51:57.505Z Downloaded cpufeatures v0.3.0
9052026-06-05T05:51:57.505Z Downloaded newtype-uuid-macros v0.1.0
9062026-06-05T05:51:57.508Z Downloaded hubpack_derive v0.1.1
9072026-06-05T05:51:57.508Z Downloaded foreign-types-shared v0.3.1
9082026-06-05T05:51:57.508Z Downloaded half v2.7.1
9092026-06-05T05:51:57.512Z Downloaded ciborium-ll v0.2.2
9102026-06-05T05:51:57.512Z Downloaded darling_macro v0.23.0
9112026-06-05T05:51:57.512Z Downloaded crunchy v0.2.4
9122026-06-05T05:51:57.512Z Downloaded darling_macro v0.21.3
9132026-06-05T05:51:57.520Z Downloaded async-recursion v1.1.1
9142026-06-05T05:51:57.520Z Downloaded glob v0.3.3
9152026-06-05T05:51:57.520Z Downloaded fixedbitset v0.4.2
9162026-06-05T05:51:57.526Z Downloaded icu_collections v2.2.0
9172026-06-05T05:51:57.526Z Downloaded dropshot-api-manager-types v0.7.2
9182026-06-05T05:51:57.526Z Downloaded fs-err v3.3.0
9192026-06-05T05:51:57.526Z Downloaded is-terminal v0.4.17
9202026-06-05T05:51:57.526Z Downloaded erased-serde v0.3.31
9212026-06-05T05:51:57.529Z Downloaded ident_case v1.0.1
9222026-06-05T05:51:57.529Z Downloaded natord v1.0.9
9232026-06-05T05:51:57.529Z Downloaded idna_adapter v1.2.2
9242026-06-05T05:51:57.529Z Downloaded float-ord v0.3.2
9252026-06-05T05:51:57.529Z Downloaded bs58 v0.5.1
9262026-06-05T05:51:57.533Z Downloaded managed v0.8.0
9272026-06-05T05:51:57.533Z Downloaded crc8 v0.1.1
9282026-06-05T05:51:57.533Z Downloaded block-buffer v0.12.0
9292026-06-05T05:51:57.533Z Downloaded async-stream v0.3.6
9302026-06-05T05:51:57.536Z Downloaded const-random-macro v0.1.16
9312026-06-05T05:51:57.536Z Downloaded const-random v0.1.18
9322026-06-05T05:51:57.537Z Downloaded foreign-types v0.5.0
9332026-06-05T05:51:57.537Z Downloaded cargo_toml v0.22.3
9342026-06-05T05:51:57.540Z Downloaded dtrace-parser v0.3.0
9352026-06-05T05:51:57.541Z Downloaded num-derive v0.4.2
9362026-06-05T05:51:57.541Z Downloaded match_cfg v0.1.0
9372026-06-05T05:51:57.541Z Downloaded lru-cache v0.1.2
9382026-06-05T05:51:57.544Z Downloaded dof v0.4.0
9392026-06-05T05:51:57.544Z Downloaded crypto-common v0.2.2
9402026-06-05T05:51:57.544Z Downloaded no-std-compat v0.4.1
9412026-06-05T05:51:57.544Z Downloaded dyn-clone v1.0.20
9422026-06-05T05:51:57.547Z Downloaded num_enum_derive v0.5.11
9432026-06-05T05:51:57.548Z Downloaded dunce v1.0.5
9442026-06-05T05:51:57.548Z Downloaded defmt v0.3.100
9452026-06-05T05:51:57.548Z Downloaded crucible-workspace-hack v0.1.0
9462026-06-05T05:51:57.548Z Downloaded embedded-io v0.4.0
9472026-06-05T05:51:57.551Z Downloaded dtrace-parser v0.2.0
9482026-06-05T05:51:57.551Z Downloaded cstr-argument v0.1.2
9492026-06-05T05:51:57.551Z Downloaded httpdate v1.0.3
9502026-06-05T05:51:57.554Z Downloaded omicron-workspace-hack v0.1.0
9512026-06-05T05:51:57.555Z Downloaded dof v0.3.0
9522026-06-05T05:51:57.555Z Downloaded num_threads v0.1.7
9532026-06-05T05:51:57.555Z Downloaded bit-set v0.8.0
9542026-06-05T05:51:57.558Z Downloaded internet-checksum v0.2.1
9552026-06-05T05:51:57.558Z Downloaded git-stub v1.0.0
9562026-06-05T05:51:57.559Z Downloaded chacha20 v0.10.0
9572026-06-05T05:51:57.559Z Downloaded olpc-cjson v0.1.4
9582026-06-05T05:51:57.562Z Downloaded memoffset v0.9.1
9592026-06-05T05:51:57.562Z Downloaded macaddr v1.0.1
9602026-06-05T05:51:57.562Z Downloaded defmt-parser v1.0.0
9612026-06-05T05:51:57.562Z Downloaded num-iter v0.1.45
9622026-06-05T05:51:57.565Z Downloaded num v0.4.3
9632026-06-05T05:51:57.565Z Downloaded newline-converter v0.3.0
9642026-06-05T05:51:57.565Z Downloaded memmap v0.7.0
9652026-06-05T05:51:57.565Z Downloaded instant v0.1.13
9662026-06-05T05:51:57.569Z Downloaded inout v0.1.4
9672026-06-05T05:51:57.569Z Downloaded data-encoding v2.11.0
9682026-06-05T05:51:57.569Z Downloaded keccak v0.1.6
9692026-06-05T05:51:57.569Z Downloaded defmt-macros v1.1.0
9702026-06-05T05:51:57.573Z Downloaded opaque-debug v0.3.1
9712026-06-05T05:51:57.573Z Downloaded parse-display v0.10.0
9722026-06-05T05:51:57.573Z Downloaded critical-section v1.2.0
9732026-06-05T05:51:57.577Z Downloaded bytecount v0.6.9
9742026-06-05T05:51:57.577Z Downloaded chacha20 v0.9.1
9752026-06-05T05:51:57.577Z Downloaded bit-vec v0.8.0
9762026-06-05T05:51:57.581Z Downloaded newtype_derive v0.1.6
9772026-06-05T05:51:57.581Z Downloaded konst_macro_rules v0.2.19
9782026-06-05T05:51:57.581Z Downloaded crossbeam-epoch v0.9.18
9792026-06-05T05:51:57.584Z Downloaded console v0.16.3
9802026-06-05T05:51:57.584Z Downloaded async-stream-impl v0.3.6
9812026-06-05T05:51:57.588Z Downloaded proc-macro-crate v3.5.0
9822026-06-05T05:51:57.588Z Downloaded potential_utf v0.1.5
9832026-06-05T05:51:57.588Z Downloaded phf_shared v0.12.1
9842026-06-05T05:51:57.588Z Downloaded proc-macro-error-attr2 v2.0.0
9852026-06-05T05:51:57.591Z Downloaded proc-macro-error-attr v1.0.4
9862026-06-05T05:51:57.591Z Downloaded proc-macro-crate v1.3.1
9872026-06-05T05:51:57.591Z Downloaded plain v0.2.3
9882026-06-05T05:51:57.594Z Downloaded fs_extra v1.3.0
9892026-06-05T05:51:57.597Z Downloaded progenitor-macro v0.13.0
9902026-06-05T05:51:57.597Z Downloaded progenitor-client v0.14.0
9912026-06-05T05:51:57.598Z Downloaded daft v0.1.7
9922026-06-05T05:51:57.602Z Downloaded bcs v0.1.6
9932026-06-05T05:51:57.602Z Downloaded num-integer v0.1.46
9942026-06-05T05:51:57.603Z Downloaded linear-map v1.2.0
9952026-06-05T05:51:57.606Z Downloaded const_format_proc_macros v0.2.34
9962026-06-05T05:51:57.606Z Downloaded daft-derive v0.1.7
9972026-06-05T05:51:57.609Z Downloaded libsw-core v0.3.2
9982026-06-05T05:51:57.609Z Downloaded arrayvec v0.7.6
9992026-06-05T05:51:57.609Z Downloaded constant_time_eq v0.4.2
10002026-06-05T05:51:57.612Z Downloaded convert_case v0.4.0
10012026-06-05T05:51:57.612Z Downloaded progenitor-client v0.10.0
10022026-06-05T05:51:57.617Z Downloaded libscf-sys v1.2.0
10032026-06-05T05:51:57.617Z Downloaded hashbrown v0.12.3
10042026-06-05T05:51:57.617Z Downloaded progenitor-macro v0.14.0
10052026-06-05T05:51:57.620Z Downloaded ref-cast-impl v1.0.25
10062026-06-05T05:51:57.620Z Downloaded icu_provider v2.2.0
10072026-06-05T05:51:57.623Z Downloaded num_enum_derive v0.7.6
10082026-06-05T05:51:57.624Z Downloaded num_enum v0.7.6
10092026-06-05T05:51:57.627Z Downloaded progenitor-macro v0.10.0
10102026-06-05T05:51:57.627Z Downloaded rand_chacha v0.3.1
10112026-06-05T05:51:57.630Z Downloaded crossbeam-deque v0.8.6
10122026-06-05T05:51:57.630Z Downloaded ref-cast v1.0.25
10132026-06-05T05:51:57.630Z Downloaded rustc_version v0.1.7
10142026-06-05T05:51:57.634Z Downloaded rand_xorshift v0.4.0
10152026-06-05T05:51:57.634Z Downloaded chacha20poly1305 v0.10.1
10162026-06-05T05:51:57.634Z Downloaded darling v0.23.0
10172026-06-05T05:51:57.637Z Downloaded foldhash v0.2.0
10182026-06-05T05:51:57.637Z Downloaded paste v1.0.15
10192026-06-05T05:51:57.641Z Downloaded password-hash v0.5.0
10202026-06-05T05:51:57.641Z Downloaded oxide-tokio-rt v0.1.6
10212026-06-05T05:51:57.644Z Downloaded ingot-types v0.1.2
10222026-06-05T05:51:57.644Z Downloaded semver v0.1.20
10232026-06-05T05:51:57.644Z Downloaded powerfmt v0.2.0
10242026-06-05T05:51:57.651Z Downloaded parse-display-derive v0.10.0
10252026-06-05T05:51:57.653Z Downloaded poly1305 v0.8.0
10262026-06-05T05:51:57.658Z Downloaded pretty-hex v0.4.2
10272026-06-05T05:51:57.658Z Downloaded phf v0.12.1
10282026-06-05T05:51:57.658Z Downloaded pem v3.0.6
10292026-06-05T05:51:57.658Z Downloaded multer v3.1.0
10302026-06-05T05:51:57.658Z Downloaded oxnet v0.1.6
10312026-06-05T05:51:57.658Z Downloaded proc-macro-error2 v2.0.1
10322026-06-05T05:51:57.658Z Downloaded proc-macro-error v1.0.4
10332026-06-05T05:51:57.661Z Downloaded icu_properties v2.2.0
10342026-06-05T05:51:57.661Z Downloaded serde_repr v0.1.20
10352026-06-05T05:51:57.661Z Downloaded serde-big-array v0.5.1
10362026-06-05T05:51:57.664Z Downloaded sha1 v0.10.6
10372026-06-05T05:51:57.664Z Downloaded serial_test v3.5.0
10382026-06-05T05:51:57.664Z Downloaded ingot-macros v0.1.1
10392026-06-05T05:51:57.668Z Downloaded memmap2 v0.9.10
10402026-06-05T05:51:57.668Z Downloaded slog-bunyan v2.5.0
10412026-06-05T05:51:57.668Z Downloaded displaydoc v0.2.6
10422026-06-05T05:51:57.673Z Downloaded backon v1.6.0
10432026-06-05T05:51:57.673Z Downloaded digest v0.11.3
10442026-06-05T05:51:57.678Z Downloaded deranged v0.5.8
10452026-06-05T05:51:57.678Z Downloaded hybrid-array v0.4.12
10462026-06-05T05:51:57.678Z Downloaded progenitor-client v0.13.0
10472026-06-05T05:51:57.678Z Downloaded diff v0.1.13
10482026-06-05T05:51:57.683Z Downloaded num-rational v0.4.2
10492026-06-05T05:51:57.683Z Downloaded serial_test_derive v3.5.0
10502026-06-05T05:51:57.683Z Downloaded anyhow v1.0.102
10512026-06-05T05:51:57.691Z Downloaded progenitor v0.13.0
10522026-06-05T05:51:57.691Z Downloaded serde_plain v1.0.2
10532026-06-05T05:51:57.691Z Downloaded progenitor-extras v0.2.0
10542026-06-05T05:51:57.691Z Downloaded sigpipe v0.1.3
10552026-06-05T05:51:57.691Z Downloaded rand_core v0.10.1
10562026-06-05T05:51:57.696Z Downloaded argon2 v0.5.3
10572026-06-05T05:51:57.696Z Downloaded siphasher v1.0.3
10582026-06-05T05:51:57.696Z Downloaded sha1 v0.11.0
10592026-06-05T05:51:57.696Z Downloaded drift v0.2.0
10602026-06-05T05:51:57.703Z Downloaded smawk v0.3.2
10612026-06-05T05:51:57.703Z Downloaded rustversion v1.0.22
10622026-06-05T05:51:57.703Z Downloaded same-file v1.0.6
10632026-06-05T05:51:57.708Z Downloaded rustls-pemfile v2.2.0
10642026-06-05T05:51:57.708Z Downloaded strum v0.26.3
10652026-06-05T05:51:57.708Z Downloaded stable_deref_trait v1.2.1
10662026-06-05T05:51:57.708Z Downloaded resolv-conf v0.7.6
10672026-06-05T05:51:57.708Z Downloaded parking_lot v0.11.2
10682026-06-05T05:51:57.708Z Downloaded structmeta v0.3.0
10692026-06-05T05:51:57.711Z Downloaded omicron-zone-package v0.12.2
10702026-06-05T05:51:57.712Z Downloaded structmeta-derive v0.3.0
10712026-06-05T05:51:57.712Z Downloaded postcard v1.1.3
10722026-06-05T05:51:57.712Z Downloaded spin v0.5.2
10732026-06-05T05:51:57.715Z Downloaded scroll v0.13.0
10742026-06-05T05:51:57.715Z Downloaded progenitor v0.14.0
10752026-06-05T05:51:57.715Z Downloaded pest_derive v2.8.6
10762026-06-05T05:51:57.720Z Downloaded strum v0.27.2
10772026-06-05T05:51:57.720Z Downloaded pest_generator v2.8.6
10782026-06-05T05:51:57.720Z Downloaded dropshot_endpoint v0.17.1
10792026-06-05T05:51:57.725Z Downloaded serde_derive_internals v0.29.1
10802026-06-05T05:51:57.725Z Downloaded secrecy v0.10.3
10812026-06-05T05:51:57.725Z Downloaded termtree v0.5.1
10822026-06-05T05:51:57.725Z Downloaded tagptr v0.2.0
10832026-06-05T05:51:57.725Z Downloaded schemars_derive v0.8.22
10842026-06-05T05:51:57.725Z Downloaded rusty-fork v0.3.1
10852026-06-05T05:51:57.728Z Downloaded rustls-native-certs v0.8.4
10862026-06-05T05:51:57.728Z Downloaded derive_more v0.99.20
10872026-06-05T05:51:57.731Z Downloaded hmac v0.12.1
10882026-06-05T05:51:57.731Z Downloaded scroll v0.12.0
10892026-06-05T05:51:57.731Z Downloaded progenitor v0.10.0
10902026-06-05T05:51:57.736Z Downloaded const-oid v0.10.2
10912026-06-05T05:51:57.737Z Downloaded testing_table v0.3.0
10922026-06-05T05:51:57.737Z Downloaded take_mut v0.2.2
10932026-06-05T05:51:57.737Z Downloaded thiserror-impl-no-std v2.0.2
10942026-06-05T05:51:57.741Z Downloaded scroll_derive v0.13.1
10952026-06-05T05:51:57.741Z Downloaded scroll_derive v0.12.1
10962026-06-05T05:51:57.741Z Downloaded linked-hash-map v0.5.6
10972026-06-05T05:51:57.741Z Downloaded topological-sort v0.2.2
10982026-06-05T05:51:57.741Z Downloaded hickory-resolver v0.25.2
10992026-06-05T05:51:57.747Z Downloaded unarray v0.1.4
11002026-06-05T05:51:57.747Z Downloaded tabwriter v1.4.1
11012026-06-05T05:51:57.747Z Downloaded tabled_derive v0.11.0
11022026-06-05T05:51:57.748Z Downloaded allocator-api2 v0.2.21
11032026-06-05T05:51:57.752Z Downloaded slog-json v2.6.1
11042026-06-05T05:51:57.752Z Downloaded elliptic-curve v0.13.8
11052026-06-05T05:51:57.752Z Downloaded untrusted v0.7.1
11062026-06-05T05:51:57.752Z Downloaded serde_tokenstream v0.2.3
11072026-06-05T05:51:57.752Z Downloaded usdt-macro v0.6.0
11082026-06-05T05:51:57.752Z Downloaded usdt v0.5.0
11092026-06-05T05:51:57.757Z Downloaded slog-envlogger v2.2.0
11102026-06-05T05:51:57.758Z Downloaded usdt v0.6.0
11112026-06-05T05:51:57.758Z Downloaded time-core v0.1.8
11122026-06-05T05:51:57.758Z Downloaded thread-id v4.2.2
11132026-06-05T05:51:57.758Z Downloaded slog-async v2.8.0
11142026-06-05T05:51:57.761Z Downloaded darling_core v0.21.3
11152026-06-05T05:51:57.761Z Downloaded snafu-derive v0.8.9
11162026-06-05T05:51:57.761Z Downloaded smartstring v1.0.1
11172026-06-05T05:51:57.761Z Downloaded synstructure v0.13.2
11182026-06-05T05:51:57.764Z Downloaded typify-macro v0.6.2
11192026-06-05T05:51:57.764Z Downloaded rhai_codegen v3.2.0
11202026-06-05T05:51:57.769Z Downloaded utf-8 v0.7.6
11212026-06-05T05:51:57.769Z Downloaded usdt-macro v0.5.0
11222026-06-05T05:51:57.772Z Downloaded universal-hash v0.5.1
11232026-06-05T05:51:57.772Z Downloaded ipnetwork v0.21.1
11242026-06-05T05:51:57.772Z Downloaded slog-term v2.9.2
11252026-06-05T05:51:57.772Z Downloaded litemap v0.8.2
11262026-06-05T05:51:57.793Z Downloaded slog-stdlog v4.1.1
11272026-06-05T05:51:57.793Z Downloaded usdt-attr-macro v0.5.0
11282026-06-05T05:51:57.793Z Downloaded ingot v0.1.1
11292026-06-05T05:51:57.793Z Downloaded num-complex v0.4.6
11302026-06-05T05:51:57.793Z Downloaded libsw v3.5.0
11312026-06-05T05:51:57.793Z Downloaded parking_lot_core v0.8.6
11322026-06-05T05:51:57.793Z Downloaded ff v0.13.1
11332026-06-05T05:51:57.793Z Downloaded smf v0.2.3
11342026-06-05T05:51:57.793Z Downloaded darling v0.21.3
11352026-06-05T05:51:57.793Z Downloaded zone v0.3.1
11362026-06-05T05:51:57.793Z Downloaded zone_cfg_derive v0.3.1
11372026-06-05T05:51:57.793Z Downloaded usdt-attr-macro v0.6.0
11382026-06-05T05:51:57.793Z Downloaded unit-prefix v0.5.2
11392026-06-05T05:51:57.793Z Downloaded typify-macro v0.4.3
11402026-06-05T05:51:57.793Z Downloaded icu_locale_core v2.2.0
11412026-06-05T05:51:57.793Z Downloaded strum_macros v0.27.2
11422026-06-05T05:51:57.796Z Downloaded indexmap v1.9.3
11432026-06-05T05:51:57.796Z Downloaded progenitor-impl v0.10.0
11442026-06-05T05:51:57.796Z Downloaded slog-dtrace v0.3.0
11452026-06-05T05:51:57.796Z Downloaded time-macros v0.2.27
11462026-06-05T05:51:57.796Z Downloaded thread-id v5.1.0
11472026-06-05T05:51:57.800Z Downloaded thiserror-no-std v2.0.2
11482026-06-05T05:51:57.800Z Downloaded waitgroup v0.1.2
11492026-06-05T05:51:57.800Z Downloaded tokio-tungstenite v0.21.0
11502026-06-05T05:51:57.803Z Downloaded tokio-dtrace v0.1.1
11512026-06-05T05:51:57.803Z Downloaded tiny-keccak v2.0.2
11522026-06-05T05:51:57.804Z Downloaded slog-scope v4.4.1
11532026-06-05T05:51:57.807Z Downloaded tabled_derive v0.7.0
11542026-06-05T05:51:57.807Z Downloaded crypto-bigint v0.5.5
11552026-06-05T05:51:57.811Z Downloaded rustls-platform-verifier v0.7.0
11562026-06-05T05:51:57.811Z Downloaded zerofrom v0.1.8
11572026-06-05T05:51:57.816Z Downloaded zeroize_derive v1.4.3
11582026-06-05T05:51:57.816Z Downloaded heapless v0.8.0
11592026-06-05T05:51:57.816Z Downloaded progenitor-impl v0.13.0
11602026-06-05T05:51:57.820Z Downloaded prettyplease v0.2.37
11612026-06-05T05:51:57.821Z Downloaded serde_yaml v0.9.34+deprecated
11622026-06-05T05:51:57.821Z Downloaded wait-timeout v0.2.1
11632026-06-05T05:51:57.826Z Downloaded vsss-rs v3.3.4
11642026-06-05T05:51:57.826Z Downloaded usdt-impl v0.6.0
11652026-06-05T05:51:57.826Z Downloaded tinystr v0.8.3
11662026-06-05T05:51:57.827Z Downloaded zerofrom-derive v0.1.7
11672026-06-05T05:51:57.827Z Downloaded usdt-impl v0.5.0
11682026-06-05T05:51:57.827Z Downloaded serde_with_macros v3.20.0
11692026-06-05T05:51:57.830Z Downloaded yoke-derive v0.8.2
11702026-06-05T05:51:57.830Z Downloaded xz2 v0.1.7
11712026-06-05T05:51:57.830Z Downloaded darling_core v0.23.0
11722026-06-05T05:51:57.833Z Downloaded papergrid v0.11.0
11732026-06-05T05:51:57.833Z Downloaded konst v0.2.20
11742026-06-05T05:51:57.838Z Downloaded writeable v0.6.3
11752026-06-05T05:51:57.849Z Downloaded papergrid v0.18.0
11762026-06-05T05:51:57.849Z Downloaded strum_macros v0.26.4
11772026-06-05T05:51:57.850Z Downloaded async-compression v0.4.42
11782026-06-05T05:51:57.854Z Downloaded ucd-trie v0.1.7
11792026-06-05T05:51:57.855Z Downloaded spin v0.9.8
11802026-06-05T05:51:57.855Z Downloaded minimal-lexical v0.2.1
11812026-06-05T05:51:57.855Z Downloaded icu_normalizer_data v2.2.0
11822026-06-05T05:51:57.855Z Downloaded hickory-resolver v0.24.4
11832026-06-05T05:51:57.858Z Downloaded walkdir v2.5.0
11842026-06-05T05:51:57.859Z Downloaded progenitor-impl v0.14.0
11852026-06-05T05:51:57.859Z Downloaded yoke v0.8.3
11862026-06-05T05:51:57.859Z Downloaded term v1.2.1
11872026-06-05T05:51:57.863Z Downloaded pretty_assertions v1.4.1
11882026-06-05T05:51:57.864Z Downloaded indicatif v0.18.4
11892026-06-05T05:51:57.864Z Downloaded thin-vec v0.2.18
11902026-06-05T05:51:57.864Z Downloaded whoami v1.6.1
11912026-06-05T05:51:57.867Z Downloaded zerovec-derive v0.11.3
11922026-06-05T05:51:57.867Z Downloaded schemars v0.8.22
11932026-06-05T05:51:57.877Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11942026-06-05T05:51:57.878Z Downloaded toml v0.7.8
11952026-06-05T05:51:57.878Z Downloaded typify v0.6.2
11962026-06-05T05:51:57.882Z Downloaded schemars v1.2.1
11972026-06-05T05:51:57.890Z Downloaded rayon-core v1.13.0
11982026-06-05T05:51:57.893Z Downloaded schemars v0.9.0
11992026-06-05T05:51:57.898Z Downloaded expectorate v1.2.0
12002026-06-05T05:51:57.901Z Downloaded yansi v1.0.1
12012026-06-05T05:51:57.901Z Downloaded zerocopy-derive v0.7.35
12022026-06-05T05:51:57.905Z Downloaded snafu v0.8.9
12032026-06-05T05:51:57.909Z Downloaded unsafe-libyaml v0.2.11
12042026-06-05T05:51:57.913Z Downloaded typify v0.4.3
12052026-06-05T05:51:57.913Z Downloaded steno v0.4.1
12062026-06-05T05:51:57.917Z Downloaded tungstenite v0.21.0
12072026-06-05T05:51:57.917Z Downloaded toml v0.9.12+spec-1.1.0
12082026-06-05T05:51:57.921Z Downloaded jiff-static v0.2.28
12092026-06-05T05:51:57.921Z Downloaded test-strategy v0.4.5
12102026-06-05T05:51:57.924Z Downloaded zerocopy-derive v0.8.50
12112026-06-05T05:51:57.928Z Downloaded zerotrie v0.2.4
12122026-06-05T05:51:57.931Z Downloaded rand v0.10.1
12132026-06-05T05:51:57.934Z Downloaded qorb v0.4.1
12142026-06-05T05:51:57.937Z Downloaded toml_edit v0.25.12+spec-1.1.0
12152026-06-05T05:51:57.938Z Downloaded pest v2.8.6
12162026-06-05T05:51:57.941Z Downloaded slog v2.8.2
12172026-06-05T05:51:57.944Z Downloaded similar v2.7.0
12182026-06-05T05:51:57.949Z Downloaded rand v0.8.6
12192026-06-05T05:51:57.949Z Downloaded crossbeam-channel v0.5.15
12202026-06-05T05:51:57.952Z Downloaded dropshot-api-manager v0.7.2
12212026-06-05T05:51:57.953Z Downloaded pest_meta v2.8.6
12222026-06-05T05:51:57.956Z Downloaded const_format v0.2.36
12232026-06-05T05:51:57.956Z Downloaded quick-error v1.2.3
12242026-06-05T05:51:57.959Z Downloaded crossbeam-utils v0.8.21
12252026-06-05T05:51:57.960Z Downloaded blake2 v0.10.6
12262026-06-05T05:51:57.963Z Downloaded hashbrown v0.16.1
12272026-06-05T05:51:57.963Z Downloaded toml_edit v0.19.15
12282026-06-05T05:51:57.972Z Downloaded nom v7.1.3
12292026-06-05T05:51:57.975Z Downloaded nom v8.0.0
12302026-06-05T05:51:57.979Z Downloaded zerovec v0.11.6
12312026-06-05T05:51:57.982Z Downloaded num_enum v0.5.11
12322026-06-05T05:51:57.986Z Downloaded derive-ex v0.1.8
12332026-06-05T05:51:57.993Z Downloaded itertools v0.12.1
12342026-06-05T05:51:57.997Z Downloaded rayon v1.12.0
12352026-06-05T05:51:58.002Z Downloaded zerocopy v0.7.35
12362026-06-05T05:51:58.011Z Downloaded winnow v0.5.40
12372026-06-05T05:51:58.015Z Downloaded serde_with v3.20.0
12382026-06-05T05:51:58.023Z Downloaded icu_properties_data v2.2.0
12392026-06-05T05:51:58.028Z Downloaded typed-path v0.9.3
12402026-06-05T05:51:58.031Z Downloaded proptest v1.11.0
12412026-06-05T05:51:58.036Z Downloaded libm v0.2.16
12422026-06-05T05:51:58.041Z Downloaded goblin v0.8.2
12432026-06-05T05:51:58.045Z Downloaded aws-lc-rs v1.17.0
12442026-06-05T05:51:58.052Z Downloaded tabled v0.21.0
12452026-06-05T05:51:58.060Z Downloaded syn v1.0.109
12462026-06-05T05:51:58.069Z Downloaded reqwest v0.13.4
12472026-06-05T05:51:58.073Z Downloaded tough v0.22.0
12482026-06-05T05:51:58.076Z Downloaded moka v0.12.15
12492026-06-05T05:51:58.080Z Downloaded dropshot v0.17.1
12502026-06-05T05:51:58.091Z Downloaded hkdf v0.12.4
12512026-06-05T05:51:58.094Z Downloaded iddqd v0.4.2
12522026-06-05T05:51:58.098Z Downloaded openapiv3 v2.2.0
12532026-06-05T05:51:58.103Z Downloaded regress v0.11.1
12542026-06-05T05:51:58.109Z Downloaded goblin v0.10.7
12552026-06-05T05:51:58.117Z Downloaded tabled v0.15.0
12562026-06-05T05:51:58.125Z Downloaded time v0.3.47
12572026-06-05T05:51:58.132Z Downloaded sled v0.34.7
12582026-06-05T05:51:58.181Z Downloaded chrono-tz v0.10.4
12592026-06-05T05:51:58.190Z Downloaded nix v0.31.3
12602026-06-05T05:51:58.197Z Downloaded csv v1.4.0
12612026-06-05T05:51:58.209Z Downloaded smoltcp v0.11.0
12622026-06-05T05:51:58.214Z Downloaded hickory-proto v0.24.4
12632026-06-05T05:51:58.223Z Downloaded hickory-proto v0.25.2
12642026-06-05T05:51:58.230Z Downloaded rhai v1.25.1
12652026-06-05T05:51:58.237Z Downloaded regress v0.10.5
12662026-06-05T05:51:58.273Z Downloaded typify-impl v0.6.2
12672026-06-05T05:51:58.281Z Downloaded typify-impl v0.4.3
12682026-06-05T05:51:58.336Z Downloaded petgraph v0.6.5
12692026-06-05T05:51:58.346Z Downloaded jiff v0.2.28
12702026-06-05T05:51:58.357Z Downloaded lzma-sys v0.1.20
12712026-06-05T05:51:58.380Z Downloaded sha3 v0.10.9
12722026-06-05T05:51:58.408Z Downloaded encoding_rs v0.8.35
12732026-06-05T05:51:58.779Z Downloaded aws-lc-sys v0.41.0
12742026-06-05T05:51:59.684Z Compiling proc-macro2 v1.0.106
12752026-06-05T05:51:59.684Z Compiling quote v1.0.45
12762026-06-05T05:51:59.684Z Compiling unicode-ident v1.0.24
12772026-06-05T05:51:59.685Z Compiling serde_core v1.0.228
12782026-06-05T05:51:59.690Z Compiling cfg-if v1.0.4
12792026-06-05T05:51:59.690Z Compiling serde v1.0.228
12802026-06-05T05:51:59.690Z Compiling libc v0.2.186
12812026-06-05T05:51:59.690Z Compiling memchr v2.8.1
12822026-06-05T05:51:59.837Z Compiling itoa v1.0.18
12832026-06-05T05:52:00.013Z Compiling zmij v1.0.21
12842026-06-05T05:52:00.085Z Compiling autocfg v1.5.1
12852026-06-05T05:52:00.116Z Compiling libm v0.2.16
12862026-06-05T05:52:00.447Z Compiling stable_deref_trait v1.2.1
12872026-06-05T05:52:00.465Z Compiling writeable v0.6.3
12882026-06-05T05:52:00.510Z Compiling litemap v0.8.2
12892026-06-05T05:52:00.600Z Compiling icu_normalizer_data v2.2.0
12902026-06-05T05:52:00.613Z Compiling utf8_iter v1.0.4
12912026-06-05T05:52:00.658Z Compiling icu_properties_data v2.2.0
12922026-06-05T05:52:00.658Z Compiling percent-encoding v2.3.2
12932026-06-05T05:52:00.692Z Compiling iana-time-zone v0.1.65
12942026-06-05T05:52:00.852Z Compiling version_check v0.9.5
12952026-06-05T05:52:00.898Z Compiling equivalent v1.0.2
12962026-06-05T05:52:00.907Z Compiling form_urlencoded v1.2.2
12972026-06-05T05:52:00.975Z Compiling syn v2.0.117
12982026-06-05T05:52:01.029Z Compiling serde_json v1.0.150
12992026-06-05T05:52:01.033Z Compiling pin-project-lite v0.2.17
13002026-06-05T05:52:01.078Z Compiling dyn-clone v1.0.20
13012026-06-05T05:52:01.098Z Compiling parking_lot_core v0.9.12
13022026-06-05T05:52:01.122Z Compiling scopeguard v1.2.0
13032026-06-05T05:52:01.137Z Compiling num-traits v0.2.19
13042026-06-05T05:52:01.209Z Compiling lock_api v0.4.14
13052026-06-05T05:52:01.223Z Compiling rand_core v0.10.1
13062026-06-05T05:52:01.284Z Compiling hashbrown v0.17.1
13072026-06-05T05:52:01.388Z Compiling thiserror v2.0.18
13082026-06-05T05:52:01.394Z Compiling getrandom v0.4.2
13092026-06-05T05:52:01.434Z Compiling errno v0.3.14
13102026-06-05T05:52:01.581Z Compiling log v0.4.32
13112026-06-05T05:52:01.598Z Compiling heck v0.5.0
13122026-06-05T05:52:01.756Z Compiling futures-core v0.3.32
13132026-06-05T05:52:01.827Z Compiling semver v1.0.28
13142026-06-05T05:52:01.856Z Compiling indexmap v2.14.0
13152026-06-05T05:52:01.904Z Compiling zerocopy v0.8.50
13162026-06-05T05:52:01.975Z Compiling uuid v1.23.2
13172026-06-05T05:52:02.121Z Compiling futures-sink v0.3.32
13182026-06-05T05:52:02.154Z Compiling schemars v0.8.22
13192026-06-05T05:52:02.215Z Compiling slab v0.4.12
13202026-06-05T05:52:02.338Z Compiling jobserver v0.1.34
13212026-06-05T05:52:02.389Z Compiling find-msvc-tools v0.1.9
13222026-06-05T05:52:02.405Z Compiling fnv v1.0.7
13232026-06-05T05:52:02.417Z Compiling rustversion v1.0.22
13242026-06-05T05:52:02.479Z Compiling shlex v2.0.1
13252026-06-05T05:52:02.491Z Compiling futures-channel v0.3.32
13262026-06-05T05:52:02.602Z Compiling cc v1.2.63
13272026-06-05T05:52:02.632Z Compiling bitflags v2.12.1
13282026-06-05T05:52:02.652Z Compiling futures-task v0.3.32
13292026-06-05T05:52:02.758Z Compiling futures-io v0.3.32
13302026-06-05T05:52:02.855Z Compiling portable-atomic v1.13.1
13312026-06-05T05:52:02.887Z Compiling socket2 v0.6.4
13322026-06-05T05:52:02.887Z Compiling signal-hook-registry v1.4.8
13332026-06-05T05:52:03.048Z Compiling mio v1.2.1
13342026-06-05T05:52:03.165Z Compiling critical-section v1.2.0
13352026-06-05T05:52:03.211Z Compiling dunce v1.0.5
13362026-06-05T05:52:03.289Z Compiling typenum v1.20.1
13372026-06-05T05:52:03.301Z Compiling fs_extra v1.3.0
13382026-06-05T05:52:03.456Z Compiling cmake v0.1.58
13392026-06-05T05:52:03.500Z Compiling base64 v0.22.1
13402026-06-05T05:52:03.567Z Compiling slog v2.8.2
13412026-06-05T05:52:03.621Z Compiling strsim v0.11.1
13422026-06-05T05:52:03.757Z Compiling byteorder v1.5.0
13432026-06-05T05:52:03.832Z Compiling synstructure v0.13.2
13442026-06-05T05:52:03.832Z Compiling serde_derive_internals v0.29.1
13452026-06-05T05:52:03.897Z Compiling once_cell v1.21.4
13462026-06-05T05:52:03.931Z Compiling aws-lc-sys v0.41.0
13472026-06-05T05:52:03.973Z Compiling rustix v1.1.4
13482026-06-05T05:52:04.019Z Compiling subtle v2.6.1
13492026-06-05T05:52:04.084Z Compiling regex-syntax v0.8.10
13502026-06-05T05:52:04.106Z Compiling ipnet v2.12.0
13512026-06-05T05:52:04.152Z Compiling atomic-waker v1.1.2
13522026-06-05T05:52:04.265Z Compiling httparse v1.10.1
13532026-06-05T05:52:04.306Z Compiling tower-service v0.3.3
13542026-06-05T05:52:04.408Z Compiling tower-layer v0.3.3
13552026-06-05T05:52:04.570Z Compiling getrandom v0.2.17
13562026-06-05T05:52:04.672Z Compiling thiserror v1.0.69
13572026-06-05T05:52:04.672Z Compiling ucd-trie v0.1.7
13582026-06-05T05:52:04.693Z Compiling untrusted v0.9.0
13592026-06-05T05:52:04.754Z Compiling getrandom v0.3.4
13602026-06-05T05:52:04.795Z Compiling try-lock v0.2.5
13612026-06-05T05:52:04.846Z Compiling ryu v1.0.23
13622026-06-05T05:52:04.885Z Compiling want v0.3.1
13632026-06-05T05:52:04.955Z Compiling pest v2.8.6
13642026-06-05T05:52:05.003Z Compiling serde_derive v1.0.228
13652026-06-05T05:52:05.032Z Compiling zerofrom-derive v0.1.7
13662026-06-05T05:52:05.032Z Compiling yoke-derive v0.8.2
13672026-06-05T05:52:05.050Z Compiling zerovec-derive v0.11.3
13682026-06-05T05:52:05.050Z Compiling displaydoc v0.2.6
13692026-06-05T05:52:05.817Z Compiling schemars_derive v0.8.22
13702026-06-05T05:52:06.078Z Compiling thiserror-impl v2.0.18
13712026-06-05T05:52:06.113Z Compiling tokio-macros v2.7.0
13722026-06-05T05:52:06.212Z Compiling zerofrom v0.1.8
13732026-06-05T05:52:06.224Z Compiling zerocopy-derive v0.8.50
13742026-06-05T05:52:06.321Z Compiling yoke v0.8.3
13752026-06-05T05:52:06.495Z Compiling zerovec v0.11.6
13762026-06-05T05:52:06.734Z Compiling zerotrie v0.2.4
13772026-06-05T05:52:06.838Z Compiling zeroize_derive v1.4.3
13782026-06-05T05:52:06.994Z Compiling tinystr v0.8.3
13792026-06-05T05:52:07.008Z Compiling potential_utf v0.1.5
13802026-06-05T05:52:07.013Z Compiling futures-macro v0.3.32
13812026-06-05T05:52:07.163Z Compiling icu_locale_core v2.2.0
13822026-06-05T05:52:07.188Z Compiling icu_collections v2.2.0
13832026-06-05T05:52:07.395Z Compiling thiserror-impl v1.0.69
13842026-06-05T05:52:07.497Z Compiling zeroize v1.8.2
13852026-06-05T05:52:07.685Z Compiling rand_core v0.6.4
13862026-06-05T05:52:07.701Z Compiling httpdate v1.0.3
13872026-06-05T05:52:07.827Z Compiling futures-util v0.3.32
13882026-06-05T05:52:07.934Z Compiling icu_provider v2.2.0
13892026-06-05T05:52:07.991Z Compiling pest_meta v2.8.6
13902026-06-05T05:52:08.138Z Compiling bytes v1.11.1
13912026-06-05T05:52:08.274Z Compiling smallvec v1.15.1
13922026-06-05T05:52:08.280Z Compiling icu_properties v2.2.0
13932026-06-05T05:52:08.506Z Compiling icu_normalizer v2.2.0
13942026-06-05T05:52:08.606Z Compiling chrono v0.4.45
13952026-06-05T05:52:09.080Z Compiling parking_lot v0.12.5
13962026-06-05T05:52:09.090Z Compiling http v1.4.1
13972026-06-05T05:52:09.277Z Compiling idna_adapter v1.2.2
13982026-06-05T05:52:09.427Z Compiling idna v1.1.0
13992026-06-05T05:52:09.468Z Compiling tokio v1.52.3
14002026-06-05T05:52:09.488Z Compiling serde_tokenstream v0.2.3
14012026-06-05T05:52:09.765Z Compiling url v2.5.8
14022026-06-05T05:52:10.048Z Compiling erased-serde v0.3.31
14032026-06-05T05:52:10.080Z Compiling http-body v1.0.1
14042026-06-05T05:52:10.176Z Compiling pest_generator v2.8.6
14052026-06-05T05:52:10.222Z Compiling pretty-hex v0.4.2
14062026-06-05T05:52:10.353Z Compiling plain v0.2.3
14072026-06-05T05:52:10.534Z Compiling ppv-lite86 v0.2.21
14082026-06-05T05:52:10.549Z Compiling winnow v1.0.3
14092026-06-05T05:52:10.621Z Compiling allocator-api2 v0.2.21
14102026-06-05T05:52:10.779Z Compiling pest_derive v2.8.6
14112026-06-05T05:52:10.842Z Compiling paste v1.0.15
14122026-06-05T05:52:10.856Z Compiling foldhash v0.2.0
14132026-06-05T05:52:10.936Z Compiling tracing-attributes v0.1.31
14142026-06-05T05:52:11.079Z Compiling ipnetwork v0.21.1
14152026-06-05T05:52:11.159Z Compiling hashbrown v0.16.1
14162026-06-05T05:52:11.326Z Compiling oxnet v0.1.6
14172026-06-05T05:52:11.513Z Compiling tracing-core v0.1.36
14182026-06-05T05:52:11.612Z Compiling omicron-workspace-hack v0.1.0
14192026-06-05T05:52:11.691Z Compiling ident_case v1.0.1
14202026-06-05T05:52:11.790Z Compiling http-body-util v0.1.3
14212026-06-05T05:52:11.804Z Compiling serde_urlencoded v0.7.1
14222026-06-05T05:52:11.829Z Compiling aho-corasick v1.1.4
14232026-06-05T05:52:12.040Z Compiling sync_wrapper v1.0.2
14242026-06-05T05:52:12.082Z Compiling daft-derive v0.1.7
14252026-06-05T05:52:12.147Z Compiling tracing v0.1.44
14262026-06-05T05:52:12.221Z Compiling fastrand v2.4.1
14272026-06-05T05:52:12.377Z Compiling scroll_derive v0.13.1
14282026-06-05T05:52:12.475Z Compiling async-trait v0.1.89
14292026-06-05T05:52:12.822Z Compiling regex-automata v0.4.14
14302026-06-05T05:52:13.209Z Compiling tokio-util v0.7.18
14312026-06-05T05:52:13.263Z Compiling anyhow v1.0.102
14322026-06-05T05:52:13.417Z Compiling time-core v0.1.8
14332026-06-05T05:52:13.495Z Compiling num-conv v0.2.2
14342026-06-05T05:52:13.572Z Compiling aws-lc-rs v1.17.0
14352026-06-05T05:52:13.575Z Compiling powerfmt v0.2.0
14362026-06-05T05:52:13.644Z Compiling time-macros v0.2.27
14372026-06-05T05:52:13.779Z Compiling deranged v0.5.8
14382026-06-05T05:52:13.956Z Compiling scroll v0.13.0
14392026-06-05T05:52:14.060Z Compiling rustls-pki-types v1.14.1
14402026-06-05T05:52:14.228Z Compiling num_threads v0.1.7
14412026-06-05T05:52:14.323Z Compiling openssl-probe v0.2.1
14422026-06-05T05:52:14.507Z Compiling regex v1.12.3
14432026-06-05T05:52:14.542Z Compiling hex v0.4.3
14442026-06-05T05:52:14.614Z Compiling goblin v0.10.7
14452026-06-05T05:52:14.788Z Compiling camino v1.2.2
14462026-06-05T05:52:14.962Z Compiling untrusted v0.7.1
14472026-06-05T05:52:15.143Z Compiling crc32fast v1.5.0
14482026-06-05T05:52:15.289Z Compiling rustls v0.23.40
14492026-06-05T05:52:15.351Z Compiling usdt-impl v0.6.0
14502026-06-05T05:52:15.488Z Compiling h2 v0.4.14
14512026-06-05T05:52:15.515Z Compiling dtrace-parser v0.3.0
14522026-06-05T05:52:15.598Z Compiling futures-executor v0.3.32
14532026-06-05T05:52:15.867Z Compiling crossbeam-utils v0.8.21
14542026-06-05T05:52:16.068Z Compiling structmeta-derive v0.3.0
14552026-06-05T05:52:16.171Z Compiling thread-id v5.1.0
14562026-06-05T05:52:16.182Z Compiling adler2 v2.0.1
14572026-06-05T05:52:16.248Z Compiling cpufeatures v0.3.0
14582026-06-05T05:52:16.308Z Compiling simd-adler32 v0.3.9
14592026-06-05T05:52:16.365Z Compiling futures v0.3.32
14602026-06-05T05:52:16.440Z Compiling miniz_oxide v0.8.9
14612026-06-05T05:52:16.499Z Compiling rand_core v0.9.5
14622026-06-05T05:52:16.708Z Compiling darling_core v0.23.0
14632026-06-05T05:52:16.827Z Compiling newtype-uuid-macros v0.1.0
14642026-06-05T05:52:17.082Z Compiling hybrid-array v0.4.12
14652026-06-05T05:52:17.094Z Compiling structmeta v0.3.0
14662026-06-05T05:52:17.439Z Compiling dof v0.4.0
14672026-06-05T05:52:17.535Z Compiling hyper v1.10.1
14682026-06-05T05:52:17.568Z Compiling thread_local v1.1.9
14692026-06-05T05:52:17.609Z Compiling match_cfg v0.1.0
14702026-06-05T05:52:17.677Z Compiling flate2 v1.1.9
14712026-06-05T05:52:18.151Z Compiling newtype-uuid v1.3.2
14722026-06-05T05:52:18.571Z Compiling compression-core v0.4.32
14732026-06-05T05:52:18.725Z Compiling hyper-util v0.1.20
14742026-06-05T05:52:18.826Z Compiling darling_macro v0.23.0
14752026-06-05T05:52:19.085Z Compiling quick-error v1.2.3
14762026-06-05T05:52:19.191Z Compiling slog-async v2.8.0
14772026-06-05T05:52:19.203Z Compiling ref-cast v1.0.25
14782026-06-05T05:52:19.349Z Compiling compression-codecs v0.4.38
14792026-06-05T05:52:19.396Z Compiling daft v0.1.7
14802026-06-05T05:52:19.399Z Compiling darling v0.23.0
14812026-06-05T05:52:19.481Z Compiling crypto-common v0.2.2
14822026-06-05T05:52:19.515Z Compiling block-buffer v0.12.0
14832026-06-05T05:52:19.545Z Compiling rand_chacha v0.9.0
14842026-06-05T05:52:19.556Z Compiling usdt-macro v0.6.0
14852026-06-05T05:52:19.598Z Compiling usdt-attr-macro v0.6.0
14862026-06-05T05:52:19.658Z Compiling ref-cast-impl v1.0.25
14872026-06-05T05:52:19.963Z Compiling strum_macros v0.26.4
14882026-06-05T05:52:20.078Z Compiling serde_spanned v1.1.1
14892026-06-05T05:52:20.224Z Compiling generic-array v0.14.7
14902026-06-05T05:52:20.255Z Compiling multer v3.1.0
14912026-06-05T05:52:20.413Z Compiling toml_writer v1.1.1+spec-1.1.0
14922026-06-05T05:52:20.426Z Compiling term v1.2.1
14932026-06-05T05:52:20.443Z Compiling debug-ignore v1.0.5
14942026-06-05T05:52:20.469Z Compiling bit-vec v0.8.0
14952026-06-05T05:52:20.538Z Compiling const-oid v0.10.2
14962026-06-05T05:52:20.617Z Compiling take_mut v0.2.2
14972026-06-05T05:52:20.657Z Compiling bit-set v0.8.0
14982026-06-05T05:52:20.693Z Compiling digest v0.11.3
14992026-06-05T05:52:20.784Z Compiling rand v0.9.4
15002026-06-05T05:52:20.808Z Compiling serde_with_macros v3.20.0
15012026-06-05T05:52:20.839Z Compiling async-stream-impl v0.3.6
15022026-06-05T05:52:20.849Z Compiling dropshot v0.17.1
15032026-06-05T05:52:21.068Z Compiling encoding_rs v0.8.35
15042026-06-05T05:52:21.124Z Compiling syn v1.0.109
15052026-06-05T05:52:21.379Z Compiling mime v0.3.17
15062026-06-05T05:52:21.434Z Compiling unarray v0.1.4
15072026-06-05T05:52:21.537Z Compiling spin v0.9.8
15082026-06-05T05:52:21.571Z Compiling strum v0.26.3
15092026-06-05T05:52:21.645Z Compiling async-stream v0.3.6
15102026-06-05T05:52:21.692Z Compiling sha1 v0.11.0
15112026-06-05T05:52:21.713Z Compiling derive-ex v0.1.8
15122026-06-05T05:52:21.812Z Compiling tower v0.5.3
15132026-06-05T05:52:21.838Z Compiling dropshot_endpoint v0.17.1
15142026-06-05T05:52:21.899Z Compiling macaddr v1.0.1
15152026-06-05T05:52:21.929Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15162026-06-05T05:52:22.195Z Compiling waitgroup v0.1.2
15172026-06-05T05:52:22.280Z Compiling serde_path_to_error v0.1.20
15182026-06-05T05:52:22.395Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15192026-06-05T05:52:22.521Z Compiling tower-http v0.6.11
15202026-06-05T05:52:22.630Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15212026-06-05T05:52:22.690Z Compiling tempfile v3.27.0
15222026-06-05T05:52:22.802Z Compiling openapiv3 v2.2.0
15232026-06-05T05:52:22.935Z Compiling strum_macros v0.27.2
15242026-06-05T05:52:23.264Z Compiling test-strategy v0.4.5
15252026-06-05T05:52:23.555Z Compiling instant v0.1.13
15262026-06-05T05:52:23.663Z Compiling time v0.3.47
15272026-06-05T05:52:24.381Z Compiling rustls-native-certs v0.8.4
15282026-06-05T05:52:24.525Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15292026-06-05T05:52:24.613Z Compiling crossbeam-channel v0.5.15
15302026-06-05T05:52:24.732Z Compiling crypto-common v0.1.7
15312026-06-05T05:52:24.768Z Compiling strum v0.27.2
15322026-06-05T05:52:25.135Z Compiling parse-display-derive v0.10.0
15332026-06-05T05:52:25.190Z Compiling backon v1.6.0
15342026-06-05T05:52:25.314Z Compiling rand_chacha v0.3.1
15352026-06-05T05:52:25.417Z Compiling slog-json v2.6.1
15362026-06-05T05:52:25.620Z Compiling rand v0.8.6
15372026-06-05T05:52:25.753Z Compiling hostname v0.3.1
15382026-06-05T05:52:25.936Z Compiling toml_parser v1.1.2+spec-1.1.0
15392026-06-05T05:52:26.174Z Compiling toml_datetime v1.1.1+spec-1.1.0
15402026-06-05T05:52:26.257Z Compiling wait-timeout v0.2.1
15412026-06-05T05:52:26.414Z Compiling memmap2 v0.9.10
15422026-06-05T05:52:26.474Z Compiling is-terminal v0.4.17
15432026-06-05T05:52:26.575Z Compiling either v1.16.0
15442026-06-05T05:52:26.610Z Compiling usdt v0.6.0
15452026-06-05T05:52:26.623Z Compiling slog-term v2.9.2
15462026-06-05T05:52:26.623Z Compiling rusty-fork v0.3.1
15472026-06-05T05:52:26.734Z Compiling toml v1.1.2+spec-1.1.0
15482026-06-05T05:52:26.771Z Compiling slog-bunyan v2.5.0
15492026-06-05T05:52:26.986Z Compiling serde_with v3.20.0
15502026-06-05T05:52:26.989Z Compiling async-compression v0.4.42
15512026-06-05T05:52:26.999Z Compiling rand_xorshift v0.4.0
15522026-06-05T05:52:27.132Z Compiling rustls-pemfile v2.2.0
15532026-06-05T05:52:27.213Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15542026-06-05T05:52:27.293Z Compiling regress v0.10.5
15552026-06-05T05:52:27.321Z Compiling hostname v0.4.2
15562026-06-05T05:52:27.436Z Compiling humantime v2.3.0
15572026-06-05T05:52:27.452Z Compiling proptest v1.11.0
15582026-06-05T05:52:28.007Z Compiling iddqd v0.4.2
15592026-06-05T05:52:28.294Z Compiling reqwest v0.12.28
15602026-06-05T05:52:28.449Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15612026-06-05T05:52:28.692Z Compiling block-buffer v0.10.4
15622026-06-05T05:52:28.839Z Compiling utf8parse v0.2.2
15632026-06-05T05:52:28.933Z Compiling anstyle-parse v1.0.0
15642026-06-05T05:52:28.948Z Compiling digest v0.10.7
15652026-06-05T05:52:29.119Z Compiling itertools v0.14.0
15662026-06-05T05:52:29.164Z Compiling parse-display v0.10.0
15672026-06-05T05:52:29.338Z Compiling progenitor-client v0.10.0
15682026-06-05T05:52:29.501Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15692026-06-05T05:52:29.608Z Compiling backoff v0.4.0
15702026-06-05T05:52:29.811Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15712026-06-05T05:52:30.348Z Compiling colorchoice v1.0.5
15722026-06-05T05:52:30.368Z Compiling anstyle-query v1.1.5
15732026-06-05T05:52:30.462Z Compiling is_terminal_polyfill v1.70.2
15742026-06-05T05:52:30.472Z Compiling anstyle v1.0.14
15752026-06-05T05:52:30.695Z Compiling anstream v1.0.0
15762026-06-05T05:52:31.010Z Compiling clap_lex v1.1.0
15772026-06-05T05:52:31.377Z Compiling regress v0.11.1
15782026-06-05T05:52:31.396Z Compiling clap_derive v4.6.1
15792026-06-05T05:52:32.034Z Compiling terminal_size v0.4.4
15802026-06-05T05:52:33.066Z Compiling typify-impl v0.6.2
15812026-06-05T05:52:33.078Z Compiling toml_datetime v0.6.11
15822026-06-05T05:52:33.289Z Compiling zerocopy-derive v0.7.35
15832026-06-05T05:52:33.350Z Compiling cpufeatures v0.2.17
15842026-06-05T05:52:33.380Z Compiling convert_case v0.4.0
15852026-06-05T05:52:34.074Z Compiling derive_more v0.99.20
15862026-06-05T05:52:34.133Z Compiling clap_builder v4.6.0
15872026-06-05T05:52:34.146Z Compiling zerocopy v0.7.35
15882026-06-05T05:52:34.683Z Compiling toml_edit v0.25.12+spec-1.1.0
15892026-06-05T05:52:35.408Z Compiling unicode-width v0.2.2
15902026-06-05T05:52:35.579Z Compiling proc-macro-crate v3.5.0
15912026-06-05T05:52:35.738Z Compiling clap v4.6.1
15922026-06-05T05:52:35.997Z Compiling secrecy v0.10.3
15932026-06-05T05:52:36.086Z Compiling tinyvec_macros v0.1.1
15942026-06-05T05:52:36.161Z Compiling crucible-workspace-hack v0.1.0
15952026-06-05T05:52:36.240Z Compiling float-ord v0.3.2
15962026-06-05T05:52:36.286Z Compiling tinyvec v1.11.0
15972026-06-05T05:52:36.376Z Compiling num_enum_derive v0.7.6
15982026-06-05T05:52:36.803Z Compiling dtrace-parser v0.2.0
15992026-06-05T05:52:36.842Z Compiling scroll_derive v0.12.1
16002026-06-05T05:52:36.940Z Compiling num-integer v0.1.46
16012026-06-05T05:52:37.258Z Compiling rustc_version v0.4.1
16022026-06-05T05:52:37.397Z Compiling usdt-impl v0.5.0
16032026-06-05T05:52:37.528Z Compiling curve25519-dalek v4.1.3
16042026-06-05T05:52:37.551Z Compiling scroll v0.12.0
16052026-06-05T05:52:37.664Z Compiling num_enum v0.7.6
16062026-06-05T05:52:37.805Z Compiling dof v0.3.0
16072026-06-05T05:52:37.994Z Compiling hmac v0.12.1
16082026-06-05T05:52:38.105Z Compiling inout v0.1.4
16092026-06-05T05:52:38.127Z Compiling darling_core v0.21.3
16102026-06-05T05:52:38.207Z Compiling ff v0.13.1
16112026-06-05T05:52:38.243Z Compiling thread-id v4.2.2
16122026-06-05T05:52:38.281Z Compiling cipher v0.4.4
16132026-06-05T05:52:38.318Z Compiling group v0.13.0
16142026-06-05T05:52:38.496Z Compiling hkdf v0.12.4
16152026-06-05T05:52:38.807Z Compiling goblin v0.8.2
16162026-06-05T05:52:38.850Z Compiling num-rational v0.4.2
16172026-06-05T05:52:39.023Z Compiling num-iter v0.1.45
16182026-06-05T05:52:39.140Z Compiling thiserror-impl-no-std v2.0.2
16192026-06-05T05:52:39.193Z Compiling universal-hash v0.5.1
16202026-06-05T05:52:39.249Z Compiling crypto-bigint v0.5.5
16212026-06-05T05:52:39.315Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16222026-06-05T05:52:39.328Z Compiling typify-macro v0.6.2
16232026-06-05T05:52:39.600Z Compiling crossbeam-epoch v0.9.18
16242026-06-05T05:52:39.932Z Compiling half v2.7.1
16252026-06-05T05:52:39.956Z Compiling curve25519-dalek-derive v0.1.1
16262026-06-05T05:52:40.208Z Compiling num-complex v0.4.6
16272026-06-05T05:52:40.228Z Compiling darling_macro v0.21.3
16282026-06-05T05:52:40.549Z Compiling opaque-debug v0.3.1
16292026-06-05T05:52:40.580Z Compiling base64ct v1.8.3
16302026-06-05T05:52:40.580Z Compiling ciborium-io v0.2.2
16312026-06-05T05:52:40.614Z Compiling base16ct v0.2.0
16322026-06-05T05:52:40.676Z Compiling ciborium-ll v0.2.2
16332026-06-05T05:52:40.767Z Compiling elliptic-curve v0.13.8
16342026-06-05T05:52:40.799Z Compiling darling v0.21.3
16352026-06-05T05:52:40.874Z Compiling password-hash v0.5.0
16362026-06-05T05:52:40.884Z Compiling poly1305 v0.8.0
16372026-06-05T05:52:41.287Z Compiling num v0.4.3
16382026-06-05T05:52:41.370Z Compiling typify v0.6.2
16392026-06-05T05:52:41.452Z Compiling thiserror-no-std v2.0.2
16402026-06-05T05:52:41.588Z Compiling chacha20 v0.9.1
16412026-06-05T05:52:41.732Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16422026-06-05T05:52:41.870Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16432026-06-05T05:52:42.351Z Compiling blake2 v0.10.6
16442026-06-05T05:52:42.564Z Compiling aead v0.5.2
16452026-06-05T05:52:42.720Z Compiling byte-wrapper v0.1.0
16462026-06-05T05:52:42.745Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16472026-06-05T05:52:42.783Z Compiling proc-macro-error-attr v1.0.4
16482026-06-05T05:52:43.117Z Compiling prettyplease v0.2.37
16492026-06-05T05:52:43.120Z Compiling rustix v0.38.44
16502026-06-05T05:52:43.242Z Compiling unsafe-libyaml v0.2.11
16512026-06-05T05:52:43.339Z Compiling keccak v0.1.6
16522026-06-05T05:52:43.467Z Compiling heapless v0.8.0
16532026-06-05T05:52:43.909Z Compiling serde_yaml v0.9.34+deprecated
16542026-06-05T05:52:43.959Z Compiling sha3 v0.10.9
16552026-06-05T05:52:44.183Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16562026-06-05T05:52:44.253Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-06-05T05:52:45.078Z Compiling chacha20poly1305 v0.10.1
16582026-06-05T05:52:45.149Z Compiling argon2 v0.5.3
16592026-06-05T05:52:45.200Z Compiling vsss-rs v3.3.4
16602026-06-05T05:52:45.330Z Compiling ingot-macros v0.1.1
16612026-06-05T05:52:45.360Z Compiling ciborium v0.2.2
16622026-06-05T05:52:45.763Z Compiling usdt-macro v0.5.0
16632026-06-05T05:52:45.915Z Compiling usdt-attr-macro v0.5.0
16642026-06-05T05:52:46.993Z Compiling serde_spanned v0.6.9
16652026-06-05T05:52:47.134Z Compiling enum-as-inner v0.6.1
16662026-06-05T05:52:47.146Z Compiling hash32 v0.3.1
16672026-06-05T05:52:47.710Z Compiling proc-macro-error v1.0.4
16682026-06-05T05:52:47.721Z Compiling memmap v0.7.0
16692026-06-05T05:52:47.740Z Compiling memoffset v0.9.1
16702026-06-05T05:52:47.904Z Compiling cfg_aliases v0.2.1
16712026-06-05T05:52:47.971Z Compiling toml_write v0.1.2
16722026-06-05T05:52:47.981Z Compiling winnow v0.5.40
16732026-06-05T05:52:47.999Z Compiling static_assertions v1.1.0
16742026-06-05T05:52:48.030Z Compiling smoltcp v0.11.0
16752026-06-05T05:52:48.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16762026-06-05T05:52:48.121Z Compiling winnow v0.7.15
16772026-06-05T05:52:48.161Z Compiling data-encoding v2.11.0
16782026-06-05T05:52:48.304Z Compiling rustls-webpki v0.103.13
16792026-06-05T05:52:48.370Z Compiling indent_write v2.2.0
16802026-06-05T05:52:48.535Z Compiling ingot-types v0.1.2
16812026-06-05T05:52:48.640Z Compiling nix v0.31.3
16822026-06-05T05:52:49.101Z Compiling usdt v0.5.0
16832026-06-05T05:52:49.357Z Compiling toml_edit v0.19.15
16842026-06-05T05:52:49.383Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-06-05T05:52:49.404Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16862026-06-05T05:52:49.439Z Compiling toml_edit v0.22.27
16872026-06-05T05:52:49.493Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16882026-06-05T05:52:49.735Z Compiling tabwriter v1.4.1
16892026-06-05T05:52:49.983Z Compiling cobs v0.3.0
16902026-06-05T05:52:50.106Z Compiling serde_repr v0.1.20
16912026-06-05T05:52:50.171Z Compiling pkg-config v0.3.33
16922026-06-05T05:52:50.542Z Compiling vcpkg v0.2.15
16932026-06-05T05:52:50.610Z Compiling bitflags v1.3.2
16942026-06-05T05:52:50.675Z Compiling managed v0.8.0
16952026-06-05T05:52:50.685Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16962026-06-05T05:52:50.913Z Compiling toml v0.8.23
16972026-06-05T05:52:51.093Z Compiling openssl-sys v0.9.116
16982026-06-05T05:52:51.326Z Compiling proc-macro-crate v1.3.1
16992026-06-05T05:52:51.611Z Compiling postcard v1.1.3
17002026-06-05T05:52:51.642Z Compiling tokio-rustls v0.26.4
17012026-06-05T05:52:51.653Z Compiling rustls-platform-verifier v0.7.0
17022026-06-05T05:52:51.882Z Compiling hyper-rustls v0.27.9
17032026-06-05T05:52:52.177Z Compiling reqwest v0.13.4
17042026-06-05T05:52:53.453Z Compiling progenitor-client v0.14.0
17052026-06-05T05:52:53.649Z Compiling ingot v0.1.1
17062026-06-05T05:52:53.754Z Compiling progenitor-extras v0.2.0
17072026-06-05T05:52:54.532Z Compiling hubpack_derive v0.1.1
17082026-06-05T05:52:54.999Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-06-05T05:52:55.041Z Compiling foreign-types-macros v0.2.3
17102026-06-05T05:52:55.385Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17112026-06-05T05:52:55.528Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17122026-06-05T05:52:55.699Z Compiling heck v0.4.1
17132026-06-05T05:52:55.754Z Compiling swrite v0.1.0
17142026-06-05T05:52:55.848Z Compiling foreign-types-shared v0.3.1
17152026-06-05T05:52:55.901Z Compiling unicode-segmentation v1.13.3
17162026-06-05T05:52:55.938Z Compiling colored v3.1.1
17172026-06-05T05:52:56.325Z Compiling resolv-conf v0.7.6
17182026-06-05T05:52:56.341Z Compiling rayon-core v1.13.0
17192026-06-05T05:52:56.454Z Compiling semver v0.1.20
17202026-06-05T05:52:56.557Z Compiling linked-hash-map v0.5.6
17212026-06-05T05:52:56.701Z Compiling rustc_version v0.1.7
17222026-06-05T05:52:56.712Z Compiling lru-cache v0.1.2
17232026-06-05T05:52:56.758Z Compiling newline-converter v0.3.0
17242026-06-05T05:52:56.833Z Compiling foreign-types v0.5.0
17252026-06-05T05:52:56.897Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-06-05T05:52:56.908Z Compiling hubpack v0.1.2
17272026-06-05T05:52:56.995Z Compiling num_enum_derive v0.5.11
17282026-06-05T05:52:57.310Z Compiling atomicwrites v0.4.4
17292026-06-05T05:52:57.626Z Compiling hickory-proto v0.24.4
17302026-06-05T05:52:58.106Z Compiling progenitor-impl v0.13.0
17312026-06-05T05:52:58.743Z Compiling crossbeam-deque v0.8.6
17322026-06-05T05:52:58.767Z Compiling console v0.15.11
17332026-06-05T05:52:58.942Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17342026-06-05T05:52:59.443Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-06-05T05:52:59.443Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-06-05T05:52:59.471Z Compiling camino-tempfile v1.4.1
17372026-06-05T05:52:59.572Z Compiling chacha20 v0.10.0
17382026-06-05T05:52:59.835Z Compiling serde-big-array v0.5.1
17392026-06-05T05:52:59.979Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17402026-06-05T05:53:00.501Z Compiling pin-project-internal v1.1.13
17412026-06-05T05:53:00.982Z Compiling num-derive v0.4.2
17422026-06-05T05:53:01.143Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17432026-06-05T05:53:01.580Z Compiling derive-where v1.6.1
17442026-06-05T05:53:01.634Z Compiling cstr-argument v0.1.2
17452026-06-05T05:53:01.653Z Compiling minimal-lexical v0.2.1
17462026-06-05T05:53:01.784Z Compiling similar v2.7.0
17472026-06-05T05:53:01.795Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17482026-06-05T05:53:01.907Z Compiling siphasher v1.0.3
17492026-06-05T05:53:01.923Z Compiling nom v7.1.3
17502026-06-05T05:53:02.029Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512026-06-05T05:53:02.101Z Compiling phf_shared v0.12.1
17522026-06-05T05:53:02.282Z Compiling expectorate v1.2.0
17532026-06-05T05:53:02.293Z Compiling progenitor-macro v0.13.0
17542026-06-05T05:53:02.431Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-06-05T05:53:02.456Z Compiling pin-project v1.1.13
17562026-06-05T05:53:02.695Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17572026-06-05T05:53:02.725Z Compiling rand v0.10.1
17582026-06-05T05:53:02.822Z Compiling hickory-resolver v0.24.4
17592026-06-05T05:53:03.129Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17602026-06-05T05:53:03.314Z Compiling num_enum v0.5.11
17612026-06-05T05:53:03.458Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17622026-06-05T05:53:03.484Z Compiling newtype_derive v0.1.6
17632026-06-05T05:53:03.633Z Compiling progenitor-client v0.13.0
17642026-06-05T05:53:04.005Z Compiling progenitor-impl v0.14.0
17652026-06-05T05:53:04.152Z Compiling unicode-normalization v0.1.25
17662026-06-05T05:53:04.630Z Compiling tokio-stream v0.1.18
17672026-06-05T05:53:05.094Z Compiling snafu-derive v0.8.9
17682026-06-05T05:53:05.114Z Compiling async-recursion v1.1.1
17692026-06-05T05:53:05.493Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17702026-06-05T05:53:05.603Z Compiling slog-dtrace v0.3.0
17712026-06-05T05:53:05.782Z Compiling csv-core v0.1.13
17722026-06-05T05:53:05.798Z Compiling bstr v1.12.1
17732026-06-05T05:53:05.830Z Compiling chrono-tz v0.10.4
17742026-06-05T05:53:06.039Z Compiling highway v1.3.0
17752026-06-05T05:53:06.042Z Compiling unicode-width v0.1.14
17762026-06-05T05:53:06.289Z Compiling unicode-xid v0.2.6
17772026-06-05T05:53:06.321Z Compiling same-file v1.0.6
17782026-06-05T05:53:06.409Z Compiling owo-colors v4.3.0
17792026-06-05T05:53:06.422Z Compiling foldhash v0.1.5
17802026-06-05T05:53:06.494Z Compiling openssl v0.10.80
17812026-06-05T05:53:06.602Z Compiling konst_macro_rules v0.2.19
17822026-06-05T05:53:06.740Z Compiling foreign-types-shared v0.1.1
17832026-06-05T05:53:06.758Z Compiling cancel-safe-futures v0.1.5
17842026-06-05T05:53:06.814Z Compiling snafu v0.8.9
17852026-06-05T05:53:06.826Z Compiling foreign-types v0.3.2
17862026-06-05T05:53:06.838Z Compiling konst v0.2.20
17872026-06-05T05:53:06.894Z Compiling hashbrown v0.15.5
17882026-06-05T05:53:07.017Z Compiling walkdir v2.5.0
17892026-06-05T05:53:07.070Z Compiling const_format_proc_macros v0.2.34
17902026-06-05T05:53:07.199Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-06-05T05:53:07.375Z Compiling globset v0.4.18
17922026-06-05T05:53:07.379Z Compiling progenitor v0.13.0
17932026-06-05T05:53:07.440Z Compiling csv v1.4.0
17942026-06-05T05:53:07.527Z Compiling progenitor-macro v0.14.0
17952026-06-05T05:53:07.539Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-06-05T05:53:07.570Z Compiling qorb v0.4.1
17972026-06-05T05:53:07.870Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-05T05:53:08.013Z Compiling olpc-cjson v0.1.4
17992026-06-05T05:53:08.249Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-05T05:53:09.216Z Compiling rayon v1.12.0
18012026-06-05T05:53:09.833Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18022026-06-05T05:53:09.853Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-05T05:53:10.160Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18042026-06-05T05:53:10.377Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-05T05:53:10.391Z Compiling phf v0.12.1
18062026-06-05T05:53:10.538Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-05T05:53:11.276Z Compiling zone_cfg_derive v0.3.1
18082026-06-05T05:53:11.368Z Compiling tokio-dtrace v0.1.1
18092026-06-05T05:53:11.543Z Compiling itertools v0.12.1
18102026-06-05T05:53:11.636Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18112026-06-05T05:53:11.830Z Compiling libsw-core v0.3.2
18122026-06-05T05:53:11.965Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-05T05:53:12.006Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18142026-06-05T05:53:12.376Z Compiling serde_plain v1.0.2
18152026-06-05T05:53:12.588Z Compiling openssl-macros v0.1.1
18162026-06-05T05:53:12.631Z Compiling pem v3.0.6
18172026-06-05T05:53:12.666Z Compiling cookie v0.18.1
18182026-06-05T05:53:12.768Z Compiling sigpipe v0.1.3
18192026-06-05T05:53:12.854Z Compiling jiff v0.2.28
18202026-06-05T05:53:12.890Z Compiling fixedbitset v0.4.2
18212026-06-05T05:53:12.957Z Compiling glob v0.3.3
18222026-06-05T05:53:13.085Z Compiling fixedbitset v0.5.7
18232026-06-05T05:53:13.132Z Compiling typed-path v0.9.3
18242026-06-05T05:53:13.152Z Compiling bytecount v0.6.9
18252026-06-05T05:53:13.157Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-05T05:53:13.282Z Compiling petgraph v0.8.3
18272026-06-05T05:53:13.392Z Compiling papergrid v0.11.0
18282026-06-05T05:53:13.422Z Compiling petgraph v0.6.5
18292026-06-05T05:53:14.474Z Compiling tough v0.22.0
18302026-06-05T05:53:14.992Z Compiling progenitor v0.14.0
18312026-06-05T05:53:15.099Z Compiling zone v0.3.1
18322026-06-05T05:53:15.112Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-05T05:53:15.140Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-06-05T05:53:15.172Z Compiling libsw v3.5.0
18352026-06-05T05:53:15.311Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18362026-06-05T05:53:15.348Z Compiling oxide-tokio-rt v0.1.6
18372026-06-05T05:53:15.533Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-05T05:53:15.543Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-05T05:53:15.652Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18402026-06-05T05:53:15.736Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-05T05:53:16.647Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-05T05:53:16.691Z Compiling const_format v0.2.36
18432026-06-05T05:53:16.818Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-05T05:53:17.141Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18452026-06-05T05:53:17.248Z Compiling tabled_derive v0.7.0
18462026-06-05T05:53:17.545Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-05T05:53:17.649Z Compiling gethostname v0.5.0
18482026-06-05T05:53:17.692Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-05T05:53:17.728Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18502026-06-05T05:53:17.762Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-05T05:53:17.807Z Compiling bcs v0.1.6
18522026-06-05T05:53:17.877Z Compiling smf v0.2.3
18532026-06-05T05:53:18.156Z Compiling nom v8.0.0
18542026-06-05T05:53:18.206Z Compiling tagptr v0.2.0
18552026-06-05T05:53:18.217Z Compiling lazy_static v1.5.0
18562026-06-05T05:53:18.318Z Compiling unicode-linebreak v0.1.5
18572026-06-05T05:53:18.354Z Compiling crunchy v0.2.4
18582026-06-05T05:53:18.548Z Compiling smawk v0.3.2
18592026-06-05T05:53:18.568Z Compiling linear-map v1.2.0
18602026-06-05T05:53:18.641Z Compiling termtree v0.5.1
18612026-06-05T05:53:18.684Z Compiling whoami v1.6.1
18622026-06-05T05:53:18.756Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-05T05:53:18.792Z Compiling textwrap v0.16.2
18642026-06-05T05:53:19.014Z Compiling moka v0.12.15
18652026-06-05T05:53:19.227Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-05T05:53:19.323Z Compiling steno v0.4.1
18672026-06-05T05:53:19.803Z Compiling tabled v0.15.0
18682026-06-05T05:53:20.461Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-05T05:53:20.481Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-05T05:53:20.557Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-05T05:53:21.348Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-05T05:53:22.299Z Compiling hickory-proto v0.25.2
18732026-06-05T05:53:22.461Z Compiling tiny-keccak v2.0.2
18742026-06-05T05:53:22.556Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18752026-06-05T05:53:22.775Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18762026-06-05T05:53:23.373Z Compiling parking_lot_core v0.8.6
18772026-06-05T05:53:23.387Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18782026-06-05T05:53:23.802Z Compiling libscf-sys v1.2.0
18792026-06-05T05:53:23.867Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-05T05:53:23.887Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18812026-06-05T05:53:23.906Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18822026-06-05T05:53:23.940Z Compiling const-random-macro v0.1.16
18832026-06-05T05:53:24.121Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18842026-06-05T05:53:24.287Z Compiling hickory-resolver v0.25.2
18852026-06-05T05:53:24.325Z Compiling smartstring v1.0.1
18862026-06-05T05:53:24.540Z Compiling ahash v0.8.12
18872026-06-05T05:53:24.702Z Compiling parking_lot v0.11.2
18882026-06-05T05:53:24.838Z Compiling const-random v0.1.18
18892026-06-05T05:53:24.911Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18902026-06-05T05:53:25.121Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-05T05:53:25.140Z Compiling fxhash v0.2.1
18922026-06-05T05:53:25.177Z Compiling internet-checksum v0.2.1
18932026-06-05T05:53:25.274Z Compiling sled v0.34.7
18942026-06-05T05:53:25.831Z Compiling thin-vec v0.2.18
18952026-06-05T05:53:25.863Z Compiling rhai_codegen v3.2.0
18962026-06-05T05:53:26.124Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18972026-06-05T05:53:26.205Z Compiling serial_test_derive v3.5.0
18982026-06-05T05:53:26.541Z Compiling yansi v1.0.1
18992026-06-05T05:53:26.861Z Compiling diff v0.1.13
19002026-06-05T05:53:26.937Z Compiling serial_test v3.5.0
19012026-06-05T05:53:27.087Z Compiling rhai v1.25.1
19022026-06-05T05:53:27.151Z Compiling pretty_assertions v1.4.1
19032026-06-05T05:53:27.328Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19042026-06-05T05:53:29.444Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-05T05:53:37.746Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-05T05:53:39.377Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-05T05:53:40.407Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19082026-06-05T05:53:41.311Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19092026-06-05T05:53:42.110Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19102026-06-05T05:53:43.259Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19112026-06-05T05:54:15.290Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
19122026-06-05T05:54:15.473Z────────────
19132026-06-05T05:54:15.473Z Nextest run ID d8c3130a-ae53-4d4c-9409-639779ec4752 with nextest profile: default
19142026-06-05T05:54:15.473Z Starting 154 tests across 3 binaries
19152026-06-05T05:54:15.484Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19162026-06-05T05:54:15.484Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19172026-06-05T05:54:15.484Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19182026-06-05T05:54:15.484Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19192026-06-05T05:54:15.484Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19202026-06-05T05:54:15.484Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19212026-06-05T05:54:15.484Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19222026-06-05T05:54:15.487Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19232026-06-05T05:54:15.494Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19242026-06-05T05:54:15.497Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19252026-06-05T05:54:15.497Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19262026-06-05T05:54:15.497Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19272026-06-05T05:54:15.497Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19282026-06-05T05:54:15.497Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19292026-06-05T05:54:15.497Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19302026-06-05T05:54:15.498Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19312026-06-05T05:54:15.504Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19322026-06-05T05:54:15.507Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19332026-06-05T05:54:15.507Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19342026-06-05T05:54:15.507Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19352026-06-05T05:54:15.507Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19362026-06-05T05:54:15.507Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
19372026-06-05T05:54:15.507Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19382026-06-05T05:54:15.507Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19392026-06-05T05:54:15.513Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19402026-06-05T05:54:15.516Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19412026-06-05T05:54:15.516Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19422026-06-05T05:54:15.517Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19432026-06-05T05:54:15.517Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19442026-06-05T05:54:15.517Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19452026-06-05T05:54:15.517Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19462026-06-05T05:54:15.517Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19472026-06-05T05:54:15.523Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19482026-06-05T05:54:15.527Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19492026-06-05T05:54:15.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19502026-06-05T05:54:15.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19512026-06-05T05:54:15.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19522026-06-05T05:54:15.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19532026-06-05T05:54:15.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19542026-06-05T05:54:15.527Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19552026-06-05T05:54:15.533Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19562026-06-05T05:54:15.536Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19572026-06-05T05:54:15.536Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19582026-06-05T05:54:15.536Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19592026-06-05T05:54:15.536Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19602026-06-05T05:54:15.536Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19612026-06-05T05:54:15.536Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19622026-06-05T05:54:15.536Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19632026-06-05T05:54:15.540Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19642026-06-05T05:54:15.543Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19652026-06-05T05:54:15.543Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19662026-06-05T05:54:15.543Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19672026-06-05T05:54:15.543Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19682026-06-05T05:54:15.543Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19692026-06-05T05:54:15.543Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19702026-06-05T05:54:15.543Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19712026-06-05T05:54:15.549Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19722026-06-05T05:54:15.552Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19732026-06-05T05:54:15.552Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19742026-06-05T05:54:15.552Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19752026-06-05T05:54:15.552Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19762026-06-05T05:54:15.552Z PASS [ 0.009s] bgp messages::tests::prefix_within
19772026-06-05T05:54:15.552Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19782026-06-05T05:54:15.552Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19792026-06-05T05:54:15.557Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19802026-06-05T05:54:15.560Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19812026-06-05T05:54:15.560Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19822026-06-05T05:54:15.560Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19832026-06-05T05:54:15.560Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19842026-06-05T05:54:15.560Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19852026-06-05T05:54:15.560Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19862026-06-05T05:54:15.563Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19872026-06-05T05:54:15.566Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19882026-06-05T05:54:15.569Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19892026-06-05T05:54:15.569Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19902026-06-05T05:54:15.569Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19912026-06-05T05:54:15.571Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19922026-06-05T05:54:15.571Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19932026-06-05T05:54:15.571Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19942026-06-05T05:54:15.571Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19952026-06-05T05:54:15.575Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19962026-06-05T05:54:15.578Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19972026-06-05T05:54:15.578Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19982026-06-05T05:54:15.579Z PASS [ 0.010s] bgp messages::tests::update_round_trip
19992026-06-05T05:54:15.590Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20002026-06-05T05:54:15.594Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20012026-06-05T05:54:15.594Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20022026-06-05T05:54:15.594Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20032026-06-05T05:54:15.595Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
20042026-06-05T05:54:15.595Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20052026-06-05T05:54:15.599Z PASS [ 0.019s] bgp policy::test::update_shape_community
20062026-06-05T05:54:15.607Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20072026-06-05T05:54:15.610Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20082026-06-05T05:54:15.611Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20092026-06-05T05:54:15.611Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20102026-06-05T05:54:15.611Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20112026-06-05T05:54:15.611Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20122026-06-05T05:54:15.611Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20132026-06-05T05:54:15.611Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20142026-06-05T05:54:15.620Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20152026-06-05T05:54:15.624Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20162026-06-05T05:54:15.624Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20172026-06-05T05:54:15.624Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20182026-06-05T05:54:15.628Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20192026-06-05T05:54:15.628Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20202026-06-05T05:54:15.632Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20212026-06-05T05:54:15.632Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20222026-06-05T05:54:15.632Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20232026-06-05T05:54:15.636Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20242026-06-05T05:54:15.636Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20252026-06-05T05:54:15.636Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20262026-06-05T05:54:15.636Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20272026-06-05T05:54:15.641Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20282026-06-05T05:54:15.641Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20292026-06-05T05:54:15.641Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20302026-06-05T05:54:15.646Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20312026-06-05T05:54:15.646Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20322026-06-05T05:54:15.646Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20332026-06-05T05:54:15.646Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20342026-06-05T05:54:15.646Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20352026-06-05T05:54:15.650Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20362026-06-05T05:54:18.710Z PASS [ 3.066s] bgp test::test_basic_update
20372026-06-05T05:54:18.710Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20382026-06-05T05:54:18.717Z PASS [ 3.075s] bgp test::test_basic_peering_passive_tcp
20392026-06-05T05:54:18.718Z PASS [ 3.078s] bgp test::test_basic_peering_active
20402026-06-05T05:54:18.721Z PASS [ 3.081s] bgp test::test_basic_peering_passive
20412026-06-05T05:54:18.725Z PASS [ 3.079s] bgp test::test_basic_update_ipv6_tcp
20422026-06-05T05:54:18.726Z PASS [ 3.085s] bgp test::test_basic_peering_active_tcp
20432026-06-05T05:54:18.729Z PASS [ 3.080s] bgp test::test_basic_update_tcp
20442026-06-05T05:54:21.788Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20452026-06-05T05:54:21.791Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
20462026-06-05T05:54:21.806Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp
20472026-06-05T05:54:22.801Z PASS [ 4.083s] bgp test::test_ipv4_routes_ipv6_peer_success
20482026-06-05T05:54:22.801Z PASS [ 4.091s] bgp test::test_dual_stack_routes_ipv6_peer_success
20492026-06-05T05:54:22.801Z PASS [ 4.091s] bgp test::test_dual_stack_routes_ipv4_peer_success
20502026-06-05T05:54:22.804Z PASS [ 4.079s] bgp test::test_ipv6_basic_peering_active_tcp
20512026-06-05T05:54:22.804Z PASS [ 4.087s] bgp test::test_import_export_policy_filtering
20522026-06-05T05:54:22.851Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20532026-06-05T05:54:23.899Z PASS [ 1.097s] bgp test::test_three_router_chain_tcp_ipv6
20542026-06-05T05:54:23.902Z PASS [ 1.100s] bgp test::test_three_router_chain_tcp
20552026-06-05T05:54:24.608Z PASS [ 2.802s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20562026-06-05T05:54:24.867Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20572026-06-05T05:54:24.958Z PASS [ 1.059s] bgp test::test_unnumbered_ndp_change
20582026-06-05T05:54:24.964Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20592026-06-05T05:54:24.969Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20602026-06-05T05:54:24.973Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20612026-06-05T05:54:24.978Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20622026-06-05T05:54:25.866Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20632026-06-05T05:54:26.871Z PASS [ 4.069s] bgp test::test_three_router_chain_unnumbered
20642026-06-05T05:54:27.865Z PASS [ 5.060s] bgp test::test_unnumbered_dualstack_route_exchange
20652026-06-05T05:54:29.671Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20662026-06-05T05:54:32.964Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20672026-06-05T05:54:33.926Z PASS [ 9.060s] bgp test::test_unnumbered_unaffected_by_ndp
20682026-06-05T05:54:40.918Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20692026-06-05T05:54:40.921Z────────────
20702026-06-05T05:54:40.921Z Summary [ 25.443s] 154 tests run: 154 passed, 0 skipped
20712026-06-05T05:54:40.931Z+ 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/
20722026-06-05T05:54:40.936Z+ popd
20732026-06-05T05:54:40.936Z+ pushd mgd
20742026-06-05T05:54:40.939Z/work/oxidecomputer/maghemite
20752026-06-05T05:54:40.939Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20762026-06-05T05:54:40.939Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20772026-06-05T05:54:42.115Z Compiling slog v2.8.2
20782026-06-05T05:54:42.224Z Compiling usdt v0.6.0
20792026-06-05T05:54:42.316Z Compiling proc-macro-error-attr2 v2.0.0
20802026-06-05T05:54:42.333Z Compiling papergrid v0.18.0
20812026-06-05T05:54:42.336Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20822026-06-05T05:54:42.336Z Compiling testing_table v0.3.0
20832026-06-05T05:54:42.493Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20842026-06-05T05:54:42.497Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20852026-06-05T05:54:42.514Z Compiling crc8 v0.1.1
20862026-06-05T05:54:42.607Z Compiling slog-json v2.6.1
20872026-06-05T05:54:42.618Z Compiling slog-term v2.9.2
20882026-06-05T05:54:42.711Z Compiling slog-async v2.8.0
20892026-06-05T05:54:42.823Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20902026-06-05T05:54:42.878Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20912026-06-05T05:54:42.949Z Compiling slog-bunyan v2.5.0
20922026-06-05T05:54:42.960Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-06-05T05:54:43.213Z Compiling dropshot v0.17.1
20942026-06-05T05:54:43.234Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-06-05T05:54:43.257Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20962026-06-05T05:54:43.352Z Compiling slog-dtrace v0.3.0
20972026-06-05T05:54:43.438Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20982026-06-05T05:54:43.662Z Compiling steno v0.4.1
20992026-06-05T05:54:43.774Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-06-05T05:54:44.360Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21012026-06-05T05:54:44.411Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21022026-06-05T05:54:44.478Z Compiling proc-macro-error2 v2.0.1
21032026-06-05T05:54:44.750Z Compiling tabled_derive v0.11.0
21042026-06-05T05:54:45.374Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21052026-06-05T05:54:45.830Z Compiling tabled v0.21.0
21062026-06-05T05:54:46.861Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-05T05:54:47.193Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-05T05:54:48.689Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-06-05T05:54:49.285Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-05T05:54:49.467Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-05T05:54:49.495Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21122026-06-05T05:54:49.610Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21132026-06-05T05:54:49.926Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21142026-06-05T05:54:50.082Z Compiling dropshot-api-manager-types v0.7.2
21152026-06-05T05:54:50.356Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21162026-06-05T05:54:50.768Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21172026-06-05T05:54:51.916Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-05T05:54:52.384Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-05T05:54:52.411Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-05T05:54:52.933Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21212026-06-05T05:54:53.100Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-05T05:54:53.781Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-06-05T05:54:54.051Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-05T05:54:54.619Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-05T05:54:55.424Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-05T05:54:55.636Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-05T05:54:55.681Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-05T05:54:56.271Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-05T05:55:00.129Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-05T05:55:00.129Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-05T05:55:00.989Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-05T05:55:01.214Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-05T05:55:01.271Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-05T05:55:02.626Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-05T05:55:02.801Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-05T05:55:10.033Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-05T05:55:16.817Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-05T05:55:18.379Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-05T05:55:19.431Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21402026-06-05T05:55:20.319Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21412026-06-05T05:55:21.159Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21422026-06-05T05:55:23.054Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21432026-06-05T05:55:23.054Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21442026-06-05T05:55:23.071Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21452026-06-05T05:55:27.995Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21462026-06-05T05:55:54.661Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
21472026-06-05T05:55:54.837Z────────────
21482026-06-05T05:55:54.837Z Nextest run ID 7f1c9c52-5613-4795-8357-6d610d8d5f59 with nextest profile: default
21492026-06-05T05:55:54.837Z Starting 36 tests across 3 binaries
21502026-06-05T05:55:54.847Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21512026-06-05T05:55:54.847Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21522026-06-05T05:55:54.847Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21532026-06-05T05:55:54.847Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21542026-06-05T05:55:54.848Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21552026-06-05T05:55:54.848Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21562026-06-05T05:55:54.848Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21572026-06-05T05:55:54.848Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21582026-06-05T05:55:54.899Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21592026-06-05T05:55:54.920Z PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21602026-06-05T05:55:54.920Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21612026-06-05T05:55:54.920Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21622026-06-05T05:55:54.920Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21632026-06-05T05:55:54.921Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21642026-06-05T05:55:54.921Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21652026-06-05T05:55:54.921Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21662026-06-05T05:55:54.921Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21672026-06-05T05:55:54.921Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21682026-06-05T05:55:54.921Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21692026-06-05T05:55:54.921Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21702026-06-05T05:55:54.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21712026-06-05T05:55:54.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21722026-06-05T05:55:54.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21732026-06-05T05:55:54.924Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21742026-06-05T05:55:54.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21752026-06-05T05:55:54.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21762026-06-05T05:55:54.924Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21772026-06-05T05:55:54.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21782026-06-05T05:55:54.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21792026-06-05T05:55:54.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21802026-06-05T05:55:54.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21812026-06-05T05:55:54.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21822026-06-05T05:55:54.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21832026-06-05T05:55:54.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21842026-06-05T05:55:54.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21852026-06-05T05:55:54.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21862026-06-05T05:55:54.924Z────────────
21872026-06-05T05:55:54.925Z Summary [ 0.092s] 36 tests run: 36 passed, 0 skipped
21882026-06-05T05:55:54.925Z+ cp ./apply_remove_entire_group.log /work/
21892026-06-05T05:55:54.925Z+ popd
21902026-06-05T05:55:54.925Z/work/oxidecomputer/maghemite
21912026-06-05T05:55:54.925Zprocess exited: duration 426600 ms, exit code 0
 
21922026-06-05T05:55:54.988Zfound 66 output files
21932026-06-05T05:55:54.988Zuploading: /work/apply_remove_entire_group.log (9240 bytes)
21942026-06-05T05:55:56.062Zuploaded: /work/apply_remove_entire_group.log
21952026-06-05T05:55:56.062Zuploading: /work/dualstack_routes.log (119968 bytes)
21962026-06-05T05:55:57.229Zuploaded: /work/dualstack_routes.log
21972026-06-05T05:55:57.229Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2414 bytes)
21982026-06-05T05:55:58.271Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21992026-06-05T05:55:58.271Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1489 bytes)
22002026-06-05T05:55:59.426Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22012026-06-05T05:55:59.426Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2514 bytes)
22022026-06-05T05:56:02.036Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22032026-06-05T05:56:02.036Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2541 bytes)
22042026-06-05T05:56:03.089Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22052026-06-05T05:56:03.090Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2183 bytes)
22062026-06-05T05:56:04.133Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22072026-06-05T05:56:04.134Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2176 bytes)
22082026-06-05T05:56:05.160Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22092026-06-05T05:56:05.160Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3125 bytes)
22102026-06-05T05:56:06.180Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22112026-06-05T05:56:06.180Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2023 bytes)
22122026-06-05T05:56:07.205Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22132026-06-05T05:56:07.205Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2242 bytes)
22142026-06-05T05:56:08.238Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22152026-06-05T05:56:08.239Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2269 bytes)
22162026-06-05T05:56:09.259Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22172026-06-05T05:56:09.266Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2254 bytes)
22182026-06-05T05:56:10.290Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22192026-06-05T05:56:10.290Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2473 bytes)
22202026-06-05T05:56:11.310Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22212026-06-05T05:56:11.310Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4636 bytes)
22222026-06-05T05:56:12.424Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22232026-06-05T05:56:12.424Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3522 bytes)
22242026-06-05T05:56:13.449Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22252026-06-05T05:56:13.449Zuploading: /work/multiple_unnumbered.log (138741 bytes)
22262026-06-05T05:56:14.478Zuploaded: /work/multiple_unnumbered.log
22272026-06-05T05:56:14.478Zuploading: /work/ndp_change_reset.log (69605 bytes)
22282026-06-05T05:56:15.662Zuploaded: /work/ndp_change_reset.log
22292026-06-05T05:56:15.662Zuploading: /work/ndp_changes.log (88543 bytes)
22302026-06-05T05:56:16.761Zuploaded: /work/ndp_changes.log
22312026-06-05T05:56:16.761Zuploading: /work/r1.test_basic_peering_active.log (40086 bytes)
22322026-06-05T05:56:17.782Zuploaded: /work/r1.test_basic_peering_active.log
22332026-06-05T05:56:17.782Zuploading: /work/r1.test_basic_peering_active_tcp.log (45517 bytes)
22342026-06-05T05:56:18.836Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22352026-06-05T05:56:18.836Zuploading: /work/r1.test_basic_peering_passive.log (33878 bytes)
22362026-06-05T05:56:20.077Zuploaded: /work/r1.test_basic_peering_passive.log
22372026-06-05T05:56:20.077Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39691 bytes)
22382026-06-05T05:56:21.113Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22392026-06-05T05:56:21.113Zuploading: /work/r1.test_basic_update.log (28445 bytes)
22402026-06-05T05:56:22.142Zuploaded: /work/r1.test_basic_update.log
22412026-06-05T05:56:22.142Zuploading: /work/r1.test_basic_update_ipv6.log (28193 bytes)
22422026-06-05T05:56:23.192Zuploaded: /work/r1.test_basic_update_ipv6.log
22432026-06-05T05:56:23.192Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31501 bytes)
22442026-06-05T05:56:27.376Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22452026-06-05T05:56:27.376Zuploading: /work/r1.test_basic_update_tcp.log (31151 bytes)
22462026-06-05T05:56:28.393Zuploaded: /work/r1.test_basic_update_tcp.log
22472026-06-05T05:56:28.393Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43607 bytes)
22482026-06-05T05:56:29.408Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22492026-06-05T05:56:29.408Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43758 bytes)
22502026-06-05T05:56:30.474Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22512026-06-05T05:56:30.474Zuploading: /work/r1.test_import_export_policy_filtering.log (40201 bytes)
22522026-06-05T05:56:31.488Zuploaded: /work/r1.test_import_export_policy_filtering.log
22532026-06-05T05:56:31.488Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35891 bytes)
22542026-06-05T05:56:32.501Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22552026-06-05T05:56:32.501Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40260 bytes)
22562026-06-05T05:56:33.513Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22572026-06-05T05:56:33.514Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49716 bytes)
22582026-06-05T05:56:34.532Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22592026-06-05T05:56:34.532Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33906 bytes)
22602026-06-05T05:56:35.549Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22612026-06-05T05:56:35.549Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39618 bytes)
22622026-06-05T05:56:36.560Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22632026-06-05T05:56:36.560Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35546 bytes)
22642026-06-05T05:56:37.575Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22652026-06-05T05:56:37.575Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29940 bytes)
22662026-06-05T05:56:38.587Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22672026-06-05T05:56:38.587Zuploading: /work/r1.test_three_router_chain_tcp.log (25862 bytes)
22682026-06-05T05:56:39.606Zuploaded: /work/r1.test_three_router_chain_tcp.log
22692026-06-05T05:56:39.607Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25924 bytes)
22702026-06-05T05:56:40.623Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22712026-06-05T05:56:40.623Zuploading: /work/r2.test_basic_peering_active.log (38787 bytes)
22722026-06-05T05:56:41.637Zuploaded: /work/r2.test_basic_peering_active.log
22732026-06-05T05:56:41.638Zuploading: /work/r2.test_basic_peering_active_tcp.log (44384 bytes)
22742026-06-05T05:56:42.652Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22752026-06-05T05:56:42.652Zuploading: /work/r2.test_basic_peering_passive.log (41329 bytes)
22762026-06-05T05:56:43.672Zuploaded: /work/r2.test_basic_peering_passive.log
22772026-06-05T05:56:43.672Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46776 bytes)
22782026-06-05T05:56:44.690Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22792026-06-05T05:56:44.690Zuploading: /work/r2.test_basic_update.log (26479 bytes)
22802026-06-05T05:56:45.705Zuploaded: /work/r2.test_basic_update.log
22812026-06-05T05:56:45.705Zuploading: /work/r2.test_basic_update_ipv6.log (26545 bytes)
22822026-06-05T05:56:46.737Zuploaded: /work/r2.test_basic_update_ipv6.log
22832026-06-05T05:56:46.737Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (34140 bytes)
22842026-06-05T05:56:47.754Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22852026-06-05T05:56:47.754Zuploading: /work/r2.test_basic_update_tcp.log (32799 bytes)
22862026-06-05T05:56:48.767Zuploaded: /work/r2.test_basic_update_tcp.log
22872026-06-05T05:56:48.768Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43584 bytes)
22882026-06-05T05:56:49.782Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22892026-06-05T05:56:49.782Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (42210 bytes)
22902026-06-05T05:56:50.795Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22912026-06-05T05:56:50.795Zuploading: /work/r2.test_import_export_policy_filtering.log (36561 bytes)
22922026-06-05T05:56:51.810Zuploaded: /work/r2.test_import_export_policy_filtering.log
22932026-06-05T05:56:51.810Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38293 bytes)
22942026-06-05T05:56:52.823Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22952026-06-05T05:56:52.823Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38914 bytes)
22962026-06-05T05:56:53.840Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22972026-06-05T05:56:53.840Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47677 bytes)
22982026-06-05T05:56:54.854Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22992026-06-05T05:56:54.854Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41428 bytes)
23002026-06-05T05:56:55.868Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23012026-06-05T05:56:55.868Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46648 bytes)
23022026-06-05T05:56:56.880Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23032026-06-05T05:56:56.881Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38173 bytes)
23042026-06-05T05:56:57.892Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23052026-06-05T05:56:57.892Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28071 bytes)
23062026-06-05T05:56:58.904Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23072026-06-05T05:56:58.904Zuploading: /work/r2.test_three_router_chain_tcp.log (48533 bytes)
23082026-06-05T05:56:59.920Zuploaded: /work/r2.test_three_router_chain_tcp.log
23092026-06-05T05:56:59.920Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44979 bytes)
23102026-06-05T05:57:00.934Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23112026-06-05T05:57:00.934Zuploading: /work/r3.test_three_router_chain_tcp.log (24536 bytes)
23122026-06-05T05:57:01.950Zuploaded: /work/r3.test_three_router_chain_tcp.log
23132026-06-05T05:57:01.951Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21449 bytes)
23142026-06-05T05:57:02.961Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23152026-06-05T05:57:02.961Zuploading: /work/same_linklocal.log (141349 bytes)
23162026-06-05T05:57:03.977Zuploaded: /work/same_linklocal.log
23172026-06-05T05:57:03.977Zuploading: /work/three_chain.log (144905 bytes)
23182026-06-05T05:57:04.995Zuploaded: /work/three_chain.log
23192026-06-05T05:57:04.995Zuploading: /work/unnumbered_expiry.log (88184 bytes)
23202026-06-05T05:57:06.013Zuploaded: /work/unnumbered_expiry.log
23212026-06-05T05:57:06.013Zuploading: /work/unnumbered_interface_lifecycle.log (162811 bytes)
23222026-06-05T05:57:07.049Zuploaded: /work/unnumbered_interface_lifecycle.log
23232026-06-05T05:57:07.049Zuploading: /work/unnumbered_peer_change.log (78939 bytes)
23242026-06-05T05:57:08.075Zuploaded: /work/unnumbered_peer_change.log