01KYRJ2987DQYZ35TNMY9GFSJC: 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: 01KYRJ2VGBF6GMQ8KE1RKG33CK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:47:26.822Zjob assigned to worker 01KYRJ3E9RS4BKCV35651PEPG6 [factory aws, i-072a179a8caaca3c7] (queued for 1 m 0 s)
 
22026-07-30T03:47:33.177Zstarting task 0: "setup"
32026-07-30T03:47:33.183Z++ uname -s
42026-07-30T03:47:33.185Z+ kern=SunOS
52026-07-30T03:47:33.185Z+ build_user=build
62026-07-30T03:47:33.185Z+ build_uid=12345
72026-07-30T03:47:33.185Z+ work_dir=/work
82026-07-30T03:47:33.186Z+ input_dir=/input
92026-07-30T03:47:33.186Z+ [[ 0 == 12345 ]]
102026-07-30T03:47:33.186Z+ case "$kern" in
112026-07-30T03:47:33.186Z+ groupadd -g 12345 build
122026-07-30T03:47:33.189Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:47:35.191Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:47:35.256Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:47:35.259Z+ home_fs=zfs
162026-07-30T03:47:35.259Z+ [[ zfs == autofs ]]
172026-07-30T03:47:35.260Z+ mkdir -p /home/build
182026-07-30T03:47:35.260Z+ chown build:build /home/build /work
192026-07-30T03:47:37.260Z+ chmod 0700 /home/build /work
202026-07-30T03:47:37.263Zprocess exited: duration 4085 ms, exit code 0
 
212026-07-30T03:47:37.269Zstarting task 1: "rust-toolchain"
222026-07-30T03:47:37.272Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:47:37.272Z * rust toolchain channel = "stable"
242026-07-30T03:47:37.272Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-30T03:47:37.272Z * rust toolchain profile = "default"
262026-07-30T03:47:37.275Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T03:47:37.275Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T03:47:37.275Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:47:37.275Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:47:37.400Zinfo: downloading installer
312026-07-30T03:47:38.782Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:47:38.782Zwarn: /opt/ooce/bin
332026-07-30T03:47:38.782Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:47:38.782Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:47:38.782Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:47:38.782Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:47:38.782Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:47:38.782Zerror: cannot install while Rust is installed
392026-07-30T03:47:38.782Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:47:38.785Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:47:38.785Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:47:38.785Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:47:38.786Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:47:38.796Zinfo: profile set to default
452026-07-30T03:47:38.796Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:47:38.801Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:47:38.927Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:47:38.931Zinfo: downloading 6 components
492026-07-30T03:47:53.283Z
502026-07-30T03:47:53.283Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-30T03:47:53.314Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:47:53.314Z
532026-07-30T03:47:53.317Z
542026-07-30T03:47:53.317ZRust is installed now. Great!
552026-07-30T03:47:53.317Z
562026-07-30T03:47:53.317ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:47:53.317Zenvironment variable. This has not been done automatically.
582026-07-30T03:47:53.317Z
592026-07-30T03:47:53.317ZTo configure your current shell, you need to source
602026-07-30T03:47:53.317Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:47:53.317Z
622026-07-30T03:47:53.317ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:47:53.317Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:47:53.318Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:47:53.318Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:47:53.318Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:47:53.318Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:47:53.318Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:47:53.318Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:47:53.318Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:47:53.407Z+ rustup --version
722026-07-30T03:47:53.418Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:47:53.422Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:47:53.438Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:47:53.442Z+ cargo --version
762026-07-30T03:47:53.456Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:47:53.459Z+ rustc --version
782026-07-30T03:47:53.478Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:47:53.481Zprocess exited: duration 16211 ms, exit code 0
 
802026-07-30T03:47:53.487Zstarting task 2: "authentication"
812026-07-30T03:47:53.503Zprocess exited: duration 15 ms, exit code 0
 
822026-07-30T03:47:53.509Zstarting task 3: "clone repository"
832026-07-30T03:47:53.512Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-30T03:47:53.515Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-30T03:47:53.546ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-30T03:47:54.893Z+ cd /work/oxidecomputer/maghemite
872026-07-30T03:47:54.894Z+ git fetch origin 13930996f491d7f5c9228053037833abef8d71a8
882026-07-30T03:47:55.134ZFrom https://github.com/oxidecomputer/maghemite
892026-07-30T03:47:55.134Z * branch 13930996f491d7f5c9228053037833abef8d71a8 -> FETCH_HEAD
902026-07-30T03:47:55.139Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-07-30T03:47:55.142Z++ git branch --show-current
922026-07-30T03:47:55.142Z+ current=main
932026-07-30T03:47:55.142Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-07-30T03:47:55.142Z+ git branch -f trey/bgp-peer-config-dedupe 13930996f491d7f5c9228053037833abef8d71a8
952026-07-30T03:47:55.145Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-07-30T03:47:55.162ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-07-30T03:47:55.165Z+ git reset --hard 13930996f491d7f5c9228053037833abef8d71a8
982026-07-30T03:47:55.181ZHEAD is now at 1393099 Address review feedback around the unified BGP peer configuration:
992026-07-30T03:47:55.184Zprocess exited: duration 1672 ms, exit code 0
 
1002026-07-30T03:47:55.190Zstarting task 4: "build"
1012026-07-30T03:47:55.194Z+ set -e
1022026-07-30T03:47:55.194Z+ source .github/buildomat/test-common.sh
1032026-07-30T03:47:55.197Z++ NEXTEST_VERSION=0.9.97
1042026-07-30T03:47:55.197Z++ PLATFORM=illumos
1052026-07-30T03:47:55.197Z++ banner install
1062026-07-30T03:47:55.197Z
1072026-07-30T03:47:55.197Z # # # #### ##### ## # #
1082026-07-30T03:47:55.197Z # ## # # # # # # #
1092026-07-30T03:47:55.197Z # # # # #### # # # # #
1102026-07-30T03:47:55.197Z # # # # # # ###### # #
1112026-07-30T03:47:55.197Z # # ## # # # # # # #
1122026-07-30T03:47:55.197Z # # # #### # # # ###### ######
1132026-07-30T03:47:55.197Z
1142026-07-30T03:47:55.197Z++ set +o errexit
1152026-07-30T03:47:55.200Z++ pkg info clang-15
1162026-07-30T03:47:55.200Z++ grep -qi installed
1172026-07-30T03:47:56.375Zpkg: info: no packages matching the following patterns you specified are
1182026-07-30T03:47:56.375Zinstalled on the system. Try querying remotely instead:
1192026-07-30T03:47:56.375Z
1202026-07-30T03:47:56.375Z clang-15
1212026-07-30T03:47:56.414Z++ [[ 1 != 0 ]]
1222026-07-30T03:47:56.414Z++ set -o errexit
1232026-07-30T03:47:56.417Z++ pfexec pkg install clang-15
1242026-07-30T03:48:04.321Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-30T03:48:12.002Z Startup: Caching catalogs ... Done
1262026-07-30T03:48:19.253ZPlanning: Solver setup ... Done
1272026-07-30T03:48:19.295ZPlanning: Running solver ... Done
1282026-07-30T03:48:19.438ZPlanning: Finding local manifests ... Done
1292026-07-30T03:48:19.450ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-30T03:48:19.537ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-30T03:48:19.566ZPlanning: Package planning ... Done
1322026-07-30T03:48:19.591ZPlanning: Merging actions ... Done
1332026-07-30T03:48:19.697ZPlanning: Checking for conflicting actions ... Done
1342026-07-30T03:48:19.705ZPlanning: Consolidating action changes ... Done
1352026-07-30T03:48:20.481ZPlanning: Evaluating mediators ... Done
1362026-07-30T03:48:20.487ZPlanning: Planning completed in 8.32 seconds
1372026-07-30T03:48:20.498Z Packages to install: 2
1382026-07-30T03:48:20.498Z Mediators to change: 2
1392026-07-30T03:48:20.501Z Services to change: 1
1402026-07-30T03:48:20.501Z Create boot environment: No
1412026-07-30T03:48:20.501ZCreate backup boot environment: No
1422026-07-30T03:48:20.540Z
1432026-07-30T03:48:20.540ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-30T03:48:25.898ZDownload: 983/3076 items 82.2/211.3MB 38% complete (17.5M/s)
1452026-07-30T03:48:30.904ZDownload: 1480/3076 items 115.4/211.3MB 54% complete (10.2M/s)
1462026-07-30T03:48:35.909ZDownload: 1995/3076 items 117.1/211.3MB 55% complete (3.7M/s)
1472026-07-30T03:48:44.659ZDownload: 2002/3076 items 117.1/211.3MB 55% complete (3.5M/s)
1482026-07-30T03:48:51.874ZDownload: 2005/3076 items 117.2/211.3MB 55% complete
1492026-07-30T03:48:56.874ZDownload: 2007/3076 items 117.2/211.3MB 55% complete (4.3k/s)
1502026-07-30T03:49:01.882ZDownload: 2976/3076 items 184.7/211.3MB 87% complete (6.8M/s)
1512026-07-30T03:49:07.512ZDownload: 3067/3076 items 210.3/211.3MB 99% complete (9.3M/s)
1522026-07-30T03:49:07.546ZDownload: Completed 211.31 MB in 47.00 seconds (4.5M/s)
1532026-07-30T03:49:07.664Z Actions: 1/3418 actions (Installing new actions)
1542026-07-30T03:49:10.818Z Actions: Completed 3418 actions in 3.15 seconds.
1552026-07-30T03:49:11.461Z Done
1562026-07-30T03:49:11.461Z Done
1572026-07-30T03:49:12.202Z Done
1582026-07-30T03:49:15.579Z Done
1592026-07-30T03:49:15.648Z Done
1602026-07-30T03:49:15.652Z Done
1612026-07-30T03:49:15.914Z Done
1622026-07-30T03:49:16.588Z++ set -o errexit
1632026-07-30T03:49:16.588Z++ cargo --version
1642026-07-30T03:49:16.594Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1652026-07-30T03:49:16.803Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1662026-07-30T03:49:16.806Zinfo: downloading 6 components
1672026-07-30T03:49:30.840Zcargo 1.96.1 (356927216 2026-06-26)
1682026-07-30T03:49:30.843Z++ rustc --version
1692026-07-30T03:49:30.868Zrustc 1.96.1 (31fca3adb 2026-06-26)
1702026-07-30T03:49:30.871Z++ cargo install cargo-nextest --version 0.9.97
1712026-07-30T03:49:30.914Z Updating crates.io index
1722026-07-30T03:49:31.005Z Downloading crates ...
1732026-07-30T03:49:31.064Z Downloaded cargo-nextest v0.9.97
1742026-07-30T03:49:31.121Z Installing cargo-nextest v0.9.97
1752026-07-30T03:49:31.124Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1762026-07-30T03:49:31.124Z |
1772026-07-30T03:49:31.124Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1782026-07-30T03:49:31.124Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1792026-07-30T03:49:31.161Z Updating crates.io index
1802026-07-30T03:49:33.121Z Locking 396 packages to latest compatible versions
1812026-07-30T03:49:33.125Z Adding dialoguer v0.11.0 (available: v0.12.0)
1822026-07-30T03:49:33.128Z Adding duct v0.13.7 (available: v1.1.1)
1832026-07-30T03:49:33.128Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1842026-07-30T03:49:33.128Z Adding generic-array v0.14.7 (available: v0.14.9)
1852026-07-30T03:49:33.132Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1862026-07-30T03:49:33.132Z Adding itertools v0.14.0 (available: v0.15.0)
1872026-07-30T03:49:33.132Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1882026-07-30T03:49:33.132Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1892026-07-30T03:49:33.136Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1902026-07-30T03:49:33.140Z Adding quick-junit v0.5.2 (available: v0.7.0)
1912026-07-30T03:49:33.163Z Downloading crates ...
1922026-07-30T03:49:33.247Z Downloaded adler2 v2.0.1
1932026-07-30T03:49:33.251Z Downloaded heck v0.5.0
1942026-07-30T03:49:33.255Z Downloaded anstyle-query v1.1.5
1952026-07-30T03:49:33.255Z Downloaded atomicwrites v0.4.4
1962026-07-30T03:49:33.260Z Downloaded atomic-waker v1.1.2
1972026-07-30T03:49:33.260Z Downloaded iana-time-zone v0.1.65
1982026-07-30T03:49:33.263Z Downloaded os_pipe v1.2.3
1992026-07-30T03:49:33.263Z Downloaded base64ct v1.8.3
2002026-07-30T03:49:33.263Z Downloaded generic-array v0.14.7
2012026-07-30T03:49:33.267Z Downloaded enable-ansi-support v0.2.1
2022026-07-30T03:49:33.267Z Downloaded pin-project-lite v0.2.17
2032026-07-30T03:49:33.270Z Downloaded autocfg v1.5.1
2042026-07-30T03:49:33.274Z Downloaded hex v0.4.3
2052026-07-30T03:49:33.274Z Downloaded cargo-platform v0.2.0
2062026-07-30T03:49:33.274Z Downloaded anstyle v1.0.14
2072026-07-30T03:49:33.274Z Downloaded nextest-metadata v0.12.2
2082026-07-30T03:49:33.278Z Downloaded lazy_static v1.5.0
2092026-07-30T03:49:33.278Z Downloaded anstream v1.0.0
2102026-07-30T03:49:33.281Z Downloaded duct v0.13.7
2112026-07-30T03:49:33.281Z Downloaded litrs v1.0.0
2122026-07-30T03:49:33.285Z Downloaded futures-executor v0.3.33
2132026-07-30T03:49:33.285Z Downloaded colorchoice v1.0.5
2142026-07-30T03:49:33.285Z Downloaded mukti-metadata v0.3.0
2152026-07-30T03:49:33.285Z Downloaded http-body-util v0.1.4
2162026-07-30T03:49:33.288Z Downloaded cfg_aliases v0.2.2
2172026-07-30T03:49:33.288Z Downloaded block-buffer v0.10.4
2182026-07-30T03:49:33.288Z Downloaded camino v1.2.5
2192026-07-30T03:49:33.294Z Downloaded cpufeatures v0.2.17
2202026-07-30T03:49:33.294Z Downloaded cpufeatures v0.3.0
2212026-07-30T03:49:33.294Z Downloaded idna_adapter v1.0.0
2222026-07-30T03:49:33.299Z Downloaded humantime-serde v1.1.1
2232026-07-30T03:49:33.299Z Downloaded http-body v1.1.0
2242026-07-30T03:49:33.299Z Downloaded filetime v0.2.29
2252026-07-30T03:49:33.299Z Downloaded crypto-common v0.1.7
2262026-07-30T03:49:33.303Z Downloaded derive-where v1.6.1
2272026-07-30T03:49:33.303Z Downloaded parking_lot_core v0.9.12
2282026-07-30T03:49:33.303Z Downloaded scopeguard v1.2.0
2292026-07-30T03:49:33.307Z Downloaded config v0.15.25
2302026-07-30T03:49:33.315Z Downloaded log v0.4.33
2312026-07-30T03:49:33.315Z Downloaded miniz_oxide v0.8.9
2322026-07-30T03:49:33.315Z Downloaded cfg-if v1.0.4
2332026-07-30T03:49:33.319Z Downloaded convert_case v0.10.0
2342026-07-30T03:49:33.319Z Downloaded lru-slab v0.1.2
2352026-07-30T03:49:33.319Z Downloaded native-tls v0.2.18
2362026-07-30T03:49:33.319Z Downloaded curve25519-dalek-derive v0.1.1
2372026-07-30T03:49:33.319Z Downloaded serde-value v0.7.0
2382026-07-30T03:49:33.322Z Downloaded base64 v0.22.1
2392026-07-30T03:49:33.322Z Downloaded rustc_version v0.4.1
2402026-07-30T03:49:33.326Z Downloaded bytes v1.12.1
2412026-07-30T03:49:33.326Z Downloaded futures-macro v0.3.33
2422026-07-30T03:49:33.329Z Downloaded errno v0.3.14
2432026-07-30T03:49:33.330Z Downloaded openssl-probe v0.2.1
2442026-07-30T03:49:33.330Z Downloaded backtrace v0.3.76
2452026-07-30T03:49:33.333Z Downloaded equivalent v1.0.2
2462026-07-30T03:49:33.337Z Downloaded number_prefix v0.4.0
2472026-07-30T03:49:33.337Z Downloaded home v0.5.12
2482026-07-30T03:49:33.337Z Downloaded nested v0.1.1
2492026-07-30T03:49:33.337Z Downloaded indenter v0.3.4
2502026-07-30T03:49:33.342Z Downloaded http v1.5.0
2512026-07-30T03:49:33.342Z Downloaded foreign-types-shared v0.1.1
2522026-07-30T03:49:33.351Z Downloaded jobserver v0.1.35
2532026-07-30T03:49:33.351Z Downloaded foreign-types v0.3.2
2542026-07-30T03:49:33.351Z Downloaded futures-io v0.3.33
2552026-07-30T03:49:33.351Z Downloaded document-features v0.2.12
2562026-07-30T03:49:33.352Z Downloaded pathdiff v0.2.3
2572026-07-30T03:49:33.355Z Downloaded hyper-tls v0.6.0
2582026-07-30T03:49:33.355Z Downloaded find-msvc-tools v0.1.9
2592026-07-30T03:49:33.355Z Downloaded ordered-float v2.10.1
2602026-07-30T03:49:33.355Z Downloaded is_terminal_polyfill v1.70.2
2612026-07-30T03:49:33.355Z Downloaded indent_write v2.2.0
2622026-07-30T03:49:33.356Z Downloaded nextest-workspace-hack v0.1.0
2632026-07-30T03:49:33.359Z Downloaded fnv v1.0.7
2642026-07-30T03:49:33.359Z Downloaded futures-sink v0.3.33
2652026-07-30T03:49:33.359Z Downloaded openssl-macros v0.1.1
2662026-07-30T03:49:33.363Z Downloaded futures-core v0.3.33
2672026-07-30T03:49:33.363Z Downloaded rustc-hash v2.1.3
2682026-07-30T03:49:33.363Z Downloaded debug-ignore v1.0.5
2692026-07-30T03:49:33.366Z Downloaded backtrace-ext v0.2.1
2702026-07-30T03:49:33.366Z Downloaded shared_child v1.1.1
2712026-07-30T03:49:33.373Z Downloaded either v1.17.0
2722026-07-30T03:49:33.377Z Downloaded serde_ignored v0.1.14
2732026-07-30T03:49:33.378Z Downloaded ed25519 v2.2.3
2742026-07-30T03:49:33.378Z Downloaded cargo-util-schemas v0.2.0
2752026-07-30T03:49:33.378Z Downloaded rand_pcg v0.10.2
2762026-07-30T03:49:33.381Z Downloaded itoa v1.0.18
2772026-07-30T03:49:33.381Z Downloaded serde_spanned v1.1.1
2782026-07-30T03:49:33.381Z Downloaded globset v0.4.19
2792026-07-30T03:49:33.381Z Downloaded percent-encoding v2.3.2
2802026-07-30T03:49:33.385Z Downloaded cc v1.4.0
2812026-07-30T03:49:33.385Z Downloaded is_ci v1.2.0
2822026-07-30T03:49:33.385Z Downloaded fastrand v2.5.0
2832026-07-30T03:49:33.388Z Downloaded crc32fast v1.5.0
2842026-07-30T03:49:33.388Z Downloaded signal-hook-mio v0.2.5
2852026-07-30T03:49:33.388Z Downloaded clap_derive v4.6.4
2862026-07-30T03:49:33.392Z Downloaded lock_api v0.4.14
2872026-07-30T03:49:33.392Z Downloaded addr2line v0.25.1
2882026-07-30T03:49:33.395Z Downloaded strsim v0.11.1
2892026-07-30T03:49:33.395Z Downloaded supports-unicode v3.0.0
2902026-07-30T03:49:33.395Z Downloaded supports-hyperlinks v3.2.0
2912026-07-30T03:49:33.395Z Downloaded clap v4.6.4
2922026-07-30T03:49:33.402Z Downloaded shlex v2.0.1
2932026-07-30T03:49:33.411Z Downloaded serde_spanned v0.6.9
2942026-07-30T03:49:33.411Z Downloaded self-replace v1.5.0
2952026-07-30T03:49:33.411Z Downloaded rand_core v0.6.4
2962026-07-30T03:49:33.411Z Downloaded pin-project-internal v1.1.13
2972026-07-30T03:49:33.419Z Downloaded erased-serde v0.4.10
2982026-07-30T03:49:33.419Z Downloaded simd-adler32 v0.3.10
2992026-07-30T03:49:33.419Z Downloaded humantime v2.4.0
3002026-07-30T03:49:33.419Z Downloaded strip-ansi-escapes v0.2.1
3012026-07-30T03:49:33.419Z Downloaded serde-untagged v0.1.9
3022026-07-30T03:49:33.419Z Downloaded shell-words v1.1.1
3032026-07-30T03:49:33.419Z Downloaded cargo_metadata v0.20.0
3042026-07-30T03:49:33.419Z Downloaded getrandom v0.2.17
3052026-07-30T03:49:33.428Z Downloaded tokio-macros v2.7.2
3062026-07-30T03:49:33.428Z Downloaded sync_wrapper v1.0.2
3072026-07-30T03:49:33.428Z Downloaded swrite v0.1.0
3082026-07-30T03:49:33.429Z Downloaded supports-color v3.0.2
3092026-07-30T03:49:33.429Z Downloaded subtle v2.6.1
3102026-07-30T03:49:33.429Z Downloaded signature v2.2.0
3112026-07-30T03:49:33.429Z Downloaded dialoguer v0.11.0
3122026-07-30T03:49:33.434Z Downloaded tinyvec_macros v0.1.1
3132026-07-30T03:49:33.434Z Downloaded anstyle-parse v1.0.0
3142026-07-30T03:49:33.435Z Downloaded const-oid v0.9.6
3152026-07-30T03:49:33.435Z Downloaded tower-layer v0.3.3
3162026-07-30T03:49:33.435Z Downloaded clap_lex v1.1.0
3172026-07-30T03:49:33.438Z Downloaded hyper-rustls v0.27.9
3182026-07-30T03:49:33.438Z Downloaded ppv-lite86 v0.2.21
3192026-07-30T03:49:33.438Z Downloaded target-lexicon v0.13.5
3202026-07-30T03:49:33.438Z Downloaded slab v0.4.12
3212026-07-30T03:49:33.442Z Downloaded quote v1.0.47
3222026-07-30T03:49:33.445Z Downloaded thiserror-impl v1.0.69
3232026-07-30T03:49:33.445Z Downloaded rand_chacha v0.9.0
3242026-07-30T03:49:33.445Z Downloaded getrandom v0.4.3
3252026-07-30T03:49:33.448Z Downloaded getrandom v0.3.4
3262026-07-30T03:49:33.452Z Downloaded cargo-platform v0.3.3
3272026-07-30T03:49:33.452Z Downloaded rand_core v0.10.1
3282026-07-30T03:49:33.458Z Downloaded target-spec-miette v0.4.8
3292026-07-30T03:49:33.458Z Downloaded rustc-demangle v0.1.28
3302026-07-30T03:49:33.461Z Downloaded rand_core v0.9.5
3312026-07-30T03:49:33.461Z Downloaded terminal_size v0.4.4
3322026-07-30T03:49:33.461Z Downloaded quinn-udp v0.5.15
3332026-07-30T03:49:33.461Z Downloaded tokio-native-tls v0.3.1
3342026-07-30T03:49:33.461Z Downloaded toml_datetime v0.6.11
3352026-07-30T03:49:33.470Z Downloaded futures v0.3.33
3362026-07-30T03:49:33.473Z Downloaded tracing-error v0.2.1
3372026-07-30T03:49:33.474Z Downloaded cfg-expr v0.20.8
3382026-07-30T03:49:33.474Z Downloaded pkcs8 v0.10.2
3392026-07-30T03:49:33.474Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3402026-07-30T03:49:33.474Z Downloaded form_urlencoded v1.2.2
3412026-07-30T03:49:33.474Z Downloaded miette-derive v7.6.0
3422026-07-30T03:49:33.474Z Downloaded sha2 v0.10.9
3432026-07-30T03:49:33.477Z Downloaded owo-colors v4.3.0
3442026-07-30T03:49:33.477Z Downloaded futures-task v0.3.33
3452026-07-30T03:49:33.477Z Downloaded version_check v0.9.5
3462026-07-30T03:49:33.482Z Downloaded urlencoding v2.1.3
3472026-07-30T03:49:33.482Z Downloaded toml_write v0.1.2
3482026-07-30T03:49:33.482Z Downloaded async-scoped v0.9.0
3492026-07-30T03:49:33.482Z Downloaded guppy-workspace-hack v0.1.0
3502026-07-30T03:49:33.485Z Downloaded httparse v1.10.1
3512026-07-30T03:49:33.489Z Downloaded serde_derive v1.0.229
3522026-07-30T03:49:33.489Z Downloaded thiserror v1.0.69
3532026-07-30T03:49:33.494Z Downloaded static_assertions v1.1.0
3542026-07-30T03:49:33.494Z Downloaded spki v0.7.3
3552026-07-30T03:49:33.502Z Downloaded signal-hook-registry v1.4.8
3562026-07-30T03:49:33.502Z Downloaded signal-hook v0.3.18
3572026-07-30T03:49:33.502Z Downloaded xattr v1.6.1
3582026-07-30T03:49:33.502Z Downloaded camino-tempfile v1.4.1
3592026-07-30T03:49:33.510Z Downloaded typeid v1.0.3
3602026-07-30T03:49:33.510Z Downloaded serde_urlencoded v0.7.1
3612026-07-30T03:49:33.510Z Downloaded thiserror-impl v2.0.19
3622026-07-30T03:49:33.510Z Downloaded console v0.15.11
3632026-07-30T03:49:33.510Z Downloaded nextest-filtering v0.15.0
3642026-07-30T03:49:33.515Z Downloaded chacha20 v0.10.1
3652026-07-30T03:49:33.515Z Downloaded sigchld v0.2.4
3662026-07-30T03:49:33.515Z Downloaded rustls-pki-types v1.15.1
3672026-07-30T03:49:33.515Z Downloaded serde_path_to_error v0.1.20
3682026-07-30T03:49:33.515Z Downloaded pkg-config v0.3.33
3692026-07-30T03:49:33.515Z Downloaded want v0.3.1
3702026-07-30T03:49:33.522Z Downloaded thread_local v1.1.10
3712026-07-30T03:49:33.522Z Downloaded ipnet v2.12.0
3722026-07-30T03:49:33.522Z Downloaded unicode-linebreak v0.1.5
3732026-07-30T03:49:33.526Z Downloaded try-lock v0.2.5
3742026-07-30T03:49:33.526Z Downloaded socket2 v0.6.5
3752026-07-30T03:49:33.526Z Downloaded tracing-log v0.2.0
3762026-07-30T03:49:33.526Z Downloaded once_cell v1.21.4
3772026-07-30T03:49:33.526Z Downloaded smol_str v0.3.6
3782026-07-30T03:49:33.527Z Downloaded ahash v0.8.12
3792026-07-30T03:49:33.530Z Downloaded color-spantrace v0.3.0
3802026-07-30T03:49:33.530Z Downloaded sharded-slab v0.1.7
3812026-07-30T03:49:33.534Z Downloaded mio v1.2.2
3822026-07-30T03:49:33.537Z Downloaded untrusted v0.9.0
3832026-07-30T03:49:33.537Z Downloaded fixedbitset v0.5.7
3842026-07-30T03:49:33.541Z Downloaded future-queue v0.4.0
3852026-07-30T03:49:33.545Z Downloaded newtype-uuid v1.4.0
3862026-07-30T03:49:33.545Z Downloaded semver v1.0.28
3872026-07-30T03:49:33.549Z Downloaded toml_writer v1.1.2+spec-1.1.0
3882026-07-30T03:49:33.549Z Downloaded tower-service v0.3.3
3892026-07-30T03:49:33.549Z Downloaded clap_builder v4.6.2
3902026-07-30T03:49:33.552Z Downloaded digest v0.10.7
3912026-07-30T03:49:33.555Z Downloaded utf8_iter v1.0.4
3922026-07-30T03:49:33.555Z Downloaded cargo_metadata v0.23.1
3932026-07-30T03:49:33.558Z Downloaded utf8parse v0.2.2
3942026-07-30T03:49:33.558Z Downloaded unicode-xid v0.2.6
3952026-07-30T03:49:33.561Z Downloaded xxhash-rust v0.8.18
3962026-07-30T03:49:33.564Z Downloaded foldhash v0.1.5
3972026-07-30T03:49:33.564Z Downloaded zstd-safe v7.2.4
3982026-07-30T03:49:33.564Z Downloaded tokio-rustls v0.26.4
3992026-07-30T03:49:33.567Z Downloaded tempfile v3.27.0
4002026-07-30T03:49:33.567Z Downloaded zmij v1.0.23
4012026-07-30T03:49:33.571Z Downloaded parking_lot v0.12.5
4022026-07-30T03:49:33.574Z Downloaded serde_core v1.0.229
4032026-07-30T03:49:33.577Z Downloaded thiserror v2.0.19
4042026-07-30T03:49:33.584Z Downloaded toml v0.8.23
4052026-07-30T03:49:33.587Z Downloaded pin-project v1.1.13
4062026-07-30T03:49:33.590Z Downloaded zstd v0.13.3
4072026-07-30T03:49:33.594Z Downloaded zipsign-api v0.1.5
4082026-07-30T03:49:33.594Z Downloaded tokio-stream v0.1.19
4092026-07-30T03:49:33.598Z Downloaded quick-junit v0.5.2
4102026-07-30T03:49:33.598Z Downloaded futures-channel v0.3.33
4112026-07-30T03:49:33.601Z Downloaded bitflags v2.13.1
4122026-07-30T03:49:33.601Z Downloaded flate2 v1.1.9
4132026-07-30T03:49:33.606Z Downloaded eyre v0.6.12
4142026-07-30T03:49:33.628Z Downloaded zeroize v1.9.0
4152026-07-30T03:49:33.628Z Downloaded tracing-attributes v0.1.31
4162026-07-30T03:49:33.628Z Downloaded derive_more v2.1.1
4172026-07-30T03:49:33.628Z Downloaded unicase v2.9.0
4182026-07-30T03:49:33.628Z Downloaded smallvec v1.15.2
4192026-07-30T03:49:33.628Z Downloaded target-spec v3.6.0
4202026-07-30T03:49:33.628Z Downloaded self_update v0.42.0
4212026-07-30T03:49:33.628Z Downloaded indicatif v0.17.11
4222026-07-30T03:49:33.632Z Downloaded proc-macro2 v1.0.107
4232026-07-30T03:49:33.632Z Downloaded openssl-sys v0.9.117
4242026-07-30T03:49:33.632Z Downloaded num-traits v0.2.19
4252026-07-30T03:49:33.632Z Downloaded derive_more-impl v2.1.1
4262026-07-30T03:49:33.637Z Downloaded toml_parser v1.1.3+spec-1.1.0
4272026-07-30T03:49:33.643Z Downloaded quinn v0.11.11
4282026-07-30T03:49:33.643Z Downloaded borsh v1.8.0
4292026-07-30T03:49:33.647Z Downloaded toml v1.1.4+spec-1.1.0
4302026-07-30T03:49:33.651Z Downloaded tinyvec v1.12.0
4312026-07-30T03:49:33.651Z Downloaded rustls-webpki v0.103.13
4322026-07-30T03:49:33.655Z Downloaded regex v1.13.1
4332026-07-30T03:49:33.659Z Downloaded vte v0.14.1
4342026-07-30T03:49:33.662Z Downloaded textwrap v0.16.2
4352026-07-30T03:49:33.667Z Downloaded uuid v1.24.0
4362026-07-30T03:49:33.674Z Downloaded ryu v1.0.23
4372026-07-30T03:49:33.677Z Downloaded url v2.5.8
4382026-07-30T03:49:33.680Z Downloaded memchr v2.8.3
4392026-07-30T03:49:33.683Z Downloaded unicode-ident v1.0.24
4402026-07-30T03:49:33.683Z Downloaded serde v1.0.229
4412026-07-30T03:49:33.685Z Downloaded aho-corasick v1.1.4
4422026-07-30T03:49:33.689Z Downloaded toml_edit v0.22.27
4432026-07-30T03:49:33.692Z Downloaded rand v0.9.5
4442026-07-30T03:49:33.695Z Downloaded tracing-core v0.1.36
4452026-07-30T03:49:33.695Z Downloaded tar v0.4.46
4462026-07-30T03:49:33.698Z Downloaded der v0.7.10
4472026-07-30T03:49:33.702Z Downloaded tower v0.5.3
4482026-07-30T03:49:33.705Z Downloaded miette v7.6.0
4492026-07-30T03:49:33.707Z Downloaded rand v0.10.2
4502026-07-30T03:49:33.710Z Downloaded idna v1.1.0
4512026-07-30T03:49:33.713Z Downloaded indexmap v2.14.0
4522026-07-30T03:49:33.716Z Downloaded hashbrown v0.15.5
4532026-07-30T03:49:33.720Z Downloaded hashbrown v0.17.1
4542026-07-30T03:49:33.723Z Downloaded ed25519-dalek v2.2.0
4552026-07-30T03:49:33.727Z Downloaded hyper-util v0.1.20
4562026-07-30T03:49:33.740Z Downloaded typenum v1.20.1
4572026-07-30T03:49:33.745Z Downloaded serde_json v1.0.151
4582026-07-30T03:49:33.750Z Downloaded crossterm v0.29.0
4592026-07-30T03:49:33.758Z Downloaded unicode-normalization v0.1.25
4602026-07-30T03:49:33.761Z Downloaded unicode-segmentation v1.13.3
4612026-07-30T03:49:33.764Z Downloaded futures-util v0.3.33
4622026-07-30T03:49:33.768Z Downloaded chrono v0.4.45
4632026-07-30T03:49:33.772Z Downloaded tokio-util v0.7.19
4642026-07-30T03:49:33.780Z Downloaded ron v0.12.2
4652026-07-30T03:49:33.786Z Downloaded tower-http v0.6.11
4662026-07-30T03:49:33.792Z Downloaded quinn-proto v0.11.16
4672026-07-30T03:49:33.795Z Downloaded guppy v0.17.26
4682026-07-30T03:49:33.801Z Downloaded h2 v0.4.15
4692026-07-30T03:49:33.803Z Downloaded itertools v0.14.0
4702026-07-30T03:49:33.806Z Downloaded pulldown-cmark v0.13.4
4712026-07-30T03:49:33.818Z Downloaded reqwest v0.12.28
4722026-07-30T03:49:33.821Z Downloaded portable-atomic v1.14.0
4732026-07-30T03:49:33.825Z Downloaded webpki-roots v1.0.9
4742026-07-30T03:49:33.830Z Downloaded tracing-subscriber v0.3.23
4752026-07-30T03:49:33.836Z Downloaded winnow v0.7.15
4762026-07-30T03:49:33.842Z Downloaded bstr v1.13.0
4772026-07-30T03:49:33.846Z Downloaded hyper v1.11.0
4782026-07-30T03:49:33.852Z Downloaded vcpkg v0.2.15
4792026-07-30T03:49:33.874Z Downloaded quick-xml v0.37.5
4802026-07-30T03:49:33.877Z Downloaded unicode-width v0.1.14
4812026-07-30T03:49:33.880Z Downloaded gimli v0.32.3
4822026-07-30T03:49:33.885Z Downloaded curve25519-dalek v4.1.3
4832026-07-30T03:49:33.889Z Downloaded zerocopy v0.8.55
4842026-07-30T03:49:33.900Z Downloaded winnow v1.0.4
4852026-07-30T03:49:33.905Z Downloaded syn v3.0.3
4862026-07-30T03:49:33.911Z Downloaded quick-xml v0.38.4
4872026-07-30T03:49:33.929Z Downloaded color-eyre v0.6.5
4882026-07-30T03:49:33.934Z Downloaded nix v0.30.1
4892026-07-30T03:49:33.943Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-07-30T03:49:33.969Z Downloaded nextest-runner v0.80.0
4912026-07-30T03:49:33.979Z Downloaded unicode-width v0.2.2
4922026-07-30T03:49:33.988Z Downloaded syn v2.0.119
4932026-07-30T03:49:33.995Z Downloaded openssl v0.10.81
4942026-07-30T03:49:34.001Z Downloaded object v0.37.3
4952026-07-30T03:49:34.007Z Downloaded regex-syntax v0.8.11
4962026-07-30T03:49:34.029Z Downloaded rustls v0.23.43
4972026-07-30T03:49:34.042Z Downloaded rustix v0.38.44
4982026-07-30T03:49:34.054Z Downloaded rustix v1.1.4
4992026-07-30T03:49:34.081Z Downloaded tracing v0.1.44
5002026-07-30T03:49:34.117Z Downloaded regex-automata v0.4.16
5012026-07-30T03:49:34.190Z Downloaded libc v0.2.189
5022026-07-30T03:49:34.210Z Downloaded petgraph v0.8.3
5032026-07-30T03:49:34.228Z Downloaded tokio v1.53.1
5042026-07-30T03:49:34.292Z Downloaded ring v0.17.14
5052026-07-30T03:49:34.315Z Downloaded recursion v0.5.4
5062026-07-30T03:49:34.358Z Compiling proc-macro2 v1.0.107
5072026-07-30T03:49:34.358Z Compiling quote v1.0.47
5082026-07-30T03:49:34.361Z Compiling unicode-ident v1.0.24
5092026-07-30T03:49:34.361Z Compiling libc v0.2.189
5102026-07-30T03:49:34.361Z Compiling serde_core v1.0.229
5112026-07-30T03:49:34.361Z Compiling cfg-if v1.0.4
5122026-07-30T03:49:34.489Z Compiling memchr v2.8.3
5132026-07-30T03:49:34.492Z Compiling once_cell v1.21.4
5142026-07-30T03:49:34.597Z Compiling log v0.4.33
5152026-07-30T03:49:34.612Z Compiling pin-project-lite v0.2.17
5162026-07-30T03:49:34.705Z Compiling serde v1.0.229
5172026-07-30T03:49:34.765Z Compiling itoa v1.0.18
5182026-07-30T03:49:34.922Z Compiling futures-core v0.3.33
5192026-07-30T03:49:35.032Z Compiling smallvec v1.15.2
5202026-07-30T03:49:35.073Z Compiling bitflags v2.13.1
5212026-07-30T03:49:35.084Z Compiling hashbrown v0.17.1
5222026-07-30T03:49:35.280Z Compiling equivalent v1.0.2
5232026-07-30T03:49:35.405Z Compiling find-msvc-tools v0.1.9
5242026-07-30T03:49:35.465Z Compiling errno v0.3.14
5252026-07-30T03:49:35.478Z Compiling shlex v2.0.1
5262026-07-30T03:49:35.610Z Compiling signal-hook-registry v1.4.8
5272026-07-30T03:49:35.625Z Compiling jobserver v0.1.35
5282026-07-30T03:49:35.655Z Compiling bytes v1.12.1
5292026-07-30T03:49:35.708Z Compiling mio v1.2.2
5302026-07-30T03:49:35.721Z Compiling rustix v1.1.4
5312026-07-30T03:49:35.763Z Compiling syn v3.0.3
5322026-07-30T03:49:35.840Z Compiling syn v2.0.119
5332026-07-30T03:49:35.938Z Compiling cc v1.4.0
5342026-07-30T03:49:36.080Z Compiling futures-sink v0.3.33
5352026-07-30T03:49:36.191Z Compiling socket2 v0.6.5
5362026-07-30T03:49:36.401Z Compiling zmij v1.0.23
5372026-07-30T03:49:36.528Z Compiling slab v0.4.12
5382026-07-30T03:49:36.743Z Compiling futures-channel v0.3.33
5392026-07-30T03:49:36.755Z Compiling indexmap v2.14.0
5402026-07-30T03:49:36.956Z Compiling tracing-core v0.1.36
5412026-07-30T03:49:36.998Z Compiling version_check v0.9.5
5422026-07-30T03:49:37.003Z Compiling serde_json v1.0.151
5432026-07-30T03:49:37.305Z Compiling futures-task v0.3.33
5442026-07-30T03:49:37.315Z Compiling futures-io v0.3.33
5452026-07-30T03:49:37.480Z Compiling getrandom v0.4.3
5462026-07-30T03:49:37.629Z Compiling camino v1.2.5
5472026-07-30T03:49:37.633Z Compiling percent-encoding v2.3.2
5482026-07-30T03:49:37.796Z Compiling unicode-width v0.2.2
5492026-07-30T03:49:38.033Z Compiling ring v0.17.14
5502026-07-30T03:49:38.094Z Compiling http v1.5.0
5512026-07-30T03:49:38.105Z Compiling adler2 v2.0.1
5522026-07-30T03:49:38.117Z Compiling autocfg v1.5.1
5532026-07-30T03:49:38.274Z Compiling simd-adler32 v0.3.10
5542026-07-30T03:49:38.428Z Compiling zeroize v1.9.0
5552026-07-30T03:49:38.475Z Compiling num-traits v0.2.19
5562026-07-30T03:49:38.630Z Compiling miniz_oxide v0.8.9
5572026-07-30T03:49:38.705Z Compiling serde_derive v1.0.229
5582026-07-30T03:49:38.717Z Compiling tokio-macros v2.7.2
5592026-07-30T03:49:39.457Z Compiling tokio v1.53.1
5602026-07-30T03:49:39.482Z Compiling futures-macro v0.3.33
5612026-07-30T03:49:39.725Z Compiling tracing-attributes v0.1.31
5622026-07-30T03:49:40.049Z Compiling getrandom v0.3.4
5632026-07-30T03:49:40.065Z Compiling object v0.37.3
5642026-07-30T03:49:40.221Z Compiling zerocopy v0.8.55
5652026-07-30T03:49:40.312Z Compiling futures-util v0.3.33
5662026-07-30T03:49:40.364Z Compiling target-lexicon v0.13.5
5672026-07-30T03:49:40.451Z Compiling http-body v1.1.0
5682026-07-30T03:49:40.654Z Compiling rustls-pki-types v1.15.1
5692026-07-30T03:49:40.784Z Compiling form_urlencoded v1.2.2
5702026-07-30T03:49:40.888Z Compiling semver v1.0.28
5712026-07-30T03:49:40.921Z Compiling tracing v0.1.44
5722026-07-30T03:49:41.056Z Compiling getrandom v0.2.17
5732026-07-30T03:49:41.247Z Compiling utf8_iter v1.0.4
5742026-07-30T03:49:41.267Z Compiling gimli v0.32.3
5752026-07-30T03:49:41.411Z Compiling fnv v1.0.7
5762026-07-30T03:49:41.516Z Compiling signal-hook v0.3.18
5772026-07-30T03:49:41.529Z Compiling idna_adapter v1.0.0
5782026-07-30T03:49:41.540Z Compiling untrusted v0.9.0
5792026-07-30T03:49:41.624Z Compiling thiserror v2.0.19
5802026-07-30T03:49:41.662Z Compiling httparse v1.10.1
5812026-07-30T03:49:41.738Z Compiling owo-colors v4.3.0
5822026-07-30T03:49:41.909Z Compiling guppy-workspace-hack v0.1.0
5832026-07-30T03:49:42.088Z Compiling idna v1.1.0
5842026-07-30T03:49:42.981Z Compiling thiserror-impl v2.0.19
5852026-07-30T03:49:43.170Z Compiling generic-array v0.14.7
5862026-07-30T03:49:43.333Z Compiling addr2line v0.25.1
5872026-07-30T03:49:43.717Z Compiling tokio-util v0.7.19
5882026-07-30T03:49:43.768Z Compiling typeid v1.0.3
5892026-07-30T03:49:43.914Z Compiling tower-service v0.3.3
5902026-07-30T03:49:44.011Z Compiling target-spec v3.6.0
5912026-07-30T03:49:44.061Z Compiling pkg-config v0.3.33
5922026-07-30T03:49:44.149Z Compiling fastrand v2.5.0
5932026-07-30T03:49:44.302Z Compiling atomic-waker v1.1.2
5942026-07-30T03:49:44.438Z Compiling rustls v0.23.43
5952026-07-30T03:49:44.474Z Compiling try-lock v0.2.5
5962026-07-30T03:49:44.496Z Compiling thiserror v1.0.69
5972026-07-30T03:49:44.588Z Compiling rustc-demangle v0.1.28
5982026-07-30T03:49:44.660Z Compiling want v0.3.1
5992026-07-30T03:49:44.808Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6002026-07-30T03:49:44.842Z Compiling h2 v0.4.15
6012026-07-30T03:49:44.984Z Compiling tempfile v3.27.0
6022026-07-30T03:49:45.273Z Compiling url v2.5.8
6032026-07-30T03:49:45.298Z Compiling cfg-expr v0.20.8
6042026-07-30T03:49:45.573Z Compiling backtrace v0.3.76
6052026-07-30T03:49:46.452Z Compiling thiserror-impl v1.0.69
6062026-07-30T03:49:46.767Z Compiling terminal_size v0.4.4
6072026-07-30T03:49:46.858Z Compiling aho-corasick v1.1.4
6082026-07-30T03:49:46.921Z Compiling typenum v1.20.1
6092026-07-30T03:49:47.639Z Compiling rustls-webpki v0.103.13
6102026-07-30T03:49:47.642Z Compiling subtle v2.6.1
6112026-07-30T03:49:47.744Z Compiling erased-serde v0.4.10
6122026-07-30T03:49:47.808Z Compiling regex-syntax v0.8.11
6132026-07-30T03:49:48.069Z Compiling winnow v0.7.15
6142026-07-30T03:49:49.971Z Compiling regex-automata v0.4.16
6152026-07-30T03:49:50.381Z Compiling hyper v1.11.0
6162026-07-30T03:49:52.317Z Compiling serde_spanned v0.6.9
6172026-07-30T03:49:52.414Z Compiling toml_datetime v0.6.11
6182026-07-30T03:49:52.483Z Compiling ahash v0.8.12
6192026-07-30T03:49:52.754Z Compiling sync_wrapper v1.0.2
6202026-07-30T03:49:52.781Z Compiling ipnet v2.12.0
6212026-07-30T03:49:52.865Z Compiling nextest-workspace-hack v0.1.0
6222026-07-30T03:49:53.100Z Compiling parking_lot_core v0.9.12
6232026-07-30T03:49:53.390Z Compiling crc32fast v1.5.0
6242026-07-30T03:49:53.698Z Compiling unicode-segmentation v1.13.3
6252026-07-30T03:49:54.013Z Compiling either v1.17.0
6262026-07-30T03:49:54.099Z Compiling lazy_static v1.5.0
6272026-07-30T03:49:54.202Z Compiling foldhash v0.1.5
6282026-07-30T03:49:54.205Z Compiling is_ci v1.2.0
6292026-07-30T03:49:54.247Z Compiling tower-layer v0.3.3
6302026-07-30T03:49:54.373Z Compiling unicode-linebreak v0.1.5
6312026-07-30T03:49:54.385Z Compiling toml_write v0.1.2
6322026-07-30T03:49:54.420Z Compiling base64 v0.22.1
6332026-07-30T03:49:54.447Z Compiling portable-atomic v1.14.0
6342026-07-30T03:49:54.629Z Compiling textwrap v0.16.2
6352026-07-30T03:49:54.641Z Compiling toml_edit v0.22.27
6362026-07-30T03:49:54.920Z Compiling hyper-util v0.1.20
6372026-07-30T03:49:54.955Z Compiling tower v0.5.3
6382026-07-30T03:49:55.165Z Compiling hashbrown v0.15.5
6392026-07-30T03:49:55.534Z Compiling supports-color v3.0.2
6402026-07-30T03:49:55.791Z Compiling sharded-slab v0.1.7
6412026-07-30T03:49:55.802Z Compiling convert_case v0.10.0
6422026-07-30T03:49:56.076Z Compiling tokio-rustls v0.26.4
6432026-07-30T03:49:56.361Z Compiling backtrace-ext v0.2.1
6442026-07-30T03:49:56.401Z Compiling ordered-float v2.10.1
6452026-07-30T03:49:56.620Z Compiling webpki-roots v1.0.9
6462026-07-30T03:49:56.677Z Compiling miette-derive v7.6.0
6472026-07-30T03:49:56.742Z Compiling pathdiff v0.2.3
6482026-07-30T03:49:56.756Z Compiling console v0.15.11
6492026-07-30T03:49:56.870Z Compiling tracing-log v0.2.0
6502026-07-30T03:49:57.234Z Compiling cargo-platform v0.3.3
6512026-07-30T03:49:57.546Z Compiling os_pipe v1.2.3
6522026-07-30T03:49:57.716Z Compiling thread_local v1.1.10
6532026-07-30T03:49:57.792Z Compiling cfg_aliases v0.2.2
6542026-07-30T03:49:57.808Z Compiling supports-unicode v3.0.0
6552026-07-30T03:49:57.975Z Compiling ryu v1.0.23
6562026-07-30T03:49:58.063Z Compiling zstd-safe v7.2.4
6572026-07-30T03:49:58.075Z Compiling pulldown-cmark v0.13.4
6582026-07-30T03:49:58.322Z Compiling winnow v1.0.4
6592026-07-30T03:49:58.322Z Compiling utf8parse v0.2.2
6602026-07-30T03:49:58.322Z Compiling rustix v0.38.44
6612026-07-30T03:49:58.322Z Compiling debug-ignore v1.0.5
6622026-07-30T03:49:58.375Z Compiling fixedbitset v0.5.7
6632026-07-30T03:49:58.419Z Compiling scopeguard v1.2.0
6642026-07-30T03:49:58.529Z Compiling unicode-width v0.1.14
6652026-07-30T03:49:58.664Z Compiling supports-hyperlinks v3.2.0
6662026-07-30T03:49:58.850Z Compiling miette v7.6.0
6672026-07-30T03:49:58.918Z Compiling petgraph v0.8.3
6682026-07-30T03:49:58.970Z Compiling lock_api v0.4.14
6692026-07-30T03:49:59.211Z Compiling anstyle-parse v1.0.0
6702026-07-30T03:49:59.431Z Compiling toml_parser v1.1.3+spec-1.1.0
6712026-07-30T03:49:59.736Z Compiling serde_urlencoded v0.7.1
6722026-07-30T03:50:00.017Z Compiling tracing-subscriber v0.3.23
6732026-07-30T03:50:00.743Z Compiling nix v0.30.1
6742026-07-30T03:50:00.814Z Compiling sigchld v0.2.4
6752026-07-30T03:50:01.018Z Compiling cargo_metadata v0.23.1
6762026-07-30T03:50:01.141Z Compiling hyper-rustls v0.27.9
6772026-07-30T03:50:01.463Z Compiling serde-value v0.7.0
6782026-07-30T03:50:01.835Z Compiling serde-untagged v0.1.9
6792026-07-30T03:50:02.218Z Compiling toml v0.8.23
6802026-07-30T03:50:02.955Z Compiling derive_more-impl v2.1.1
6812026-07-30T03:50:03.236Z Compiling tower-http v0.6.11
6822026-07-30T03:50:03.792Z Compiling itertools v0.14.0
6832026-07-30T03:50:03.916Z Compiling regex v1.13.1
6842026-07-30T03:50:04.008Z Compiling crypto-common v0.1.7
6852026-07-30T03:50:04.048Z Compiling block-buffer v0.10.4
6862026-07-30T03:50:04.138Z Compiling ppv-lite86 v0.2.21
6872026-07-30T03:50:04.197Z Compiling rand_core v0.9.5
6882026-07-30T03:50:04.447Z Compiling futures-executor v0.3.33
6892026-07-30T03:50:04.460Z Compiling http-body-util v0.1.4
6902026-07-30T03:50:04.745Z Compiling pin-project-internal v1.1.13
6912026-07-30T03:50:04.980Z Compiling uuid v1.24.0
6922026-07-30T03:50:05.028Z Compiling toml_datetime v1.1.1+spec-1.1.0
6932026-07-30T03:50:05.270Z Compiling smol_str v0.3.6
6942026-07-30T03:50:05.362Z Compiling serde_spanned v1.1.1
6952026-07-30T03:50:05.443Z Compiling filetime v0.2.29
6962026-07-30T03:50:05.466Z Compiling bstr v1.13.0
6972026-07-30T03:50:05.519Z Compiling vte v0.14.1
6982026-07-30T03:50:05.614Z Compiling anstyle-query v1.1.5
6992026-07-30T03:50:05.647Z Compiling color-spantrace v0.3.0
7002026-07-30T03:50:05.720Z Compiling litrs v1.0.0
7012026-07-30T03:50:05.738Z Compiling number_prefix v0.4.0
7022026-07-30T03:50:05.800Z Compiling nested v0.1.1
7032026-07-30T03:50:05.964Z Compiling xattr v1.6.1
7042026-07-30T03:50:05.997Z Compiling eyre v0.6.12
7052026-07-30T03:50:06.089Z Compiling anstyle v1.0.14
7062026-07-30T03:50:06.151Z Compiling static_assertions v1.1.0
7072026-07-30T03:50:06.165Z Compiling self_update v0.42.0
7082026-07-30T03:50:06.170Z Compiling tinyvec_macros v0.1.1
7092026-07-30T03:50:06.222Z Compiling iana-time-zone v0.1.65
7102026-07-30T03:50:06.246Z Compiling unicase v2.9.0
7112026-07-30T03:50:06.315Z Compiling unicode-xid v0.2.6
7122026-07-30T03:50:06.374Z Compiling is_terminal_polyfill v1.70.2
7132026-07-30T03:50:06.412Z Compiling colorchoice v1.0.5
7142026-07-30T03:50:06.438Z Compiling cargo-util-schemas v0.2.0
7152026-07-30T03:50:06.464Z Compiling chrono v0.4.45
7162026-07-30T03:50:06.490Z Compiling anstream v1.0.0
7172026-07-30T03:50:06.560Z Compiling guppy v0.17.26
7182026-07-30T03:50:06.798Z Compiling tinyvec v1.12.0
7192026-07-30T03:50:06.985Z Compiling document-features v0.2.12
7202026-07-30T03:50:07.224Z Compiling tar v0.4.46
7212026-07-30T03:50:07.599Z Compiling globset v0.4.19
7222026-07-30T03:50:07.949Z Compiling indicatif v0.17.11
7232026-07-30T03:50:08.864Z Compiling pin-project v1.1.13
7242026-07-30T03:50:08.972Z Compiling strip-ansi-escapes v0.2.1
7252026-07-30T03:50:09.355Z Compiling nextest-metadata v0.12.2
7262026-07-30T03:50:09.460Z Compiling toml v1.1.4+spec-1.1.0
7272026-07-30T03:50:09.718Z Compiling newtype-uuid v1.4.0
7282026-07-30T03:50:09.836Z Compiling reqwest v0.12.28
7292026-07-30T03:50:09.908Z Compiling futures v0.3.33
7302026-07-30T03:50:09.992Z Compiling rand_chacha v0.9.0
7312026-07-30T03:50:10.544Z Compiling digest v0.10.7
7322026-07-30T03:50:10.771Z Compiling derive_more v2.1.1
7332026-07-30T03:50:10.852Z Compiling parking_lot v0.12.5
7342026-07-30T03:50:10.864Z Compiling flate2 v1.1.9
7352026-07-30T03:50:11.106Z Compiling tracing-error v0.2.1
7362026-07-30T03:50:11.341Z Compiling shared_child v1.1.1
7372026-07-30T03:50:11.747Z Compiling signal-hook-mio v0.2.5
7382026-07-30T03:50:11.759Z Compiling self-replace v1.5.0
7392026-07-30T03:50:11.876Z Compiling cargo-platform v0.2.0
7402026-07-30T03:50:12.051Z Compiling quick-xml v0.37.5
7412026-07-30T03:50:12.435Z Compiling quick-xml v0.38.4
7422026-07-30T03:50:12.587Z Compiling heck v0.5.0
7432026-07-30T03:50:12.783Z Compiling cpufeatures v0.2.17
7442026-07-30T03:50:12.870Z Compiling humantime v2.4.0
7452026-07-30T03:50:12.987Z Compiling shell-words v1.1.1
7462026-07-30T03:50:13.285Z Compiling indenter v0.3.4
7472026-07-30T03:50:13.458Z Compiling recursion v0.5.4
7482026-07-30T03:50:13.493Z Compiling clap_lex v1.1.0
7492026-07-30T03:50:13.550Z Compiling strsim v0.11.1
7502026-07-30T03:50:13.583Z Compiling urlencoding v2.1.3
7512026-07-30T03:50:13.859Z Compiling clap_builder v4.6.2
7522026-07-30T03:50:14.048Z Compiling clap_derive v4.6.4
7532026-07-30T03:50:14.383Z Compiling nextest-filtering v0.15.0
7542026-07-30T03:50:15.059Z Compiling humantime-serde v1.1.1
7552026-07-30T03:50:15.216Z Compiling quick-junit v0.5.2
7562026-07-30T03:50:15.778Z Compiling sha2 v0.10.9
7572026-07-30T03:50:16.979Z Compiling atomicwrites v0.4.4
7582026-07-30T03:50:17.261Z Compiling cargo_metadata v0.20.0
7592026-07-30T03:50:18.324Z Compiling crossterm v0.29.0
7602026-07-30T03:50:18.342Z Compiling cargo-nextest v0.9.97
7612026-07-30T03:50:18.671Z Compiling duct v0.13.7
7622026-07-30T03:50:20.365Z Compiling zstd v0.13.3
7632026-07-30T03:50:20.673Z Compiling rand v0.9.5
7642026-07-30T03:50:20.694Z Compiling config v0.15.25
7652026-07-30T03:50:20.789Z Compiling async-scoped v0.9.0
7662026-07-30T03:50:20.981Z Compiling unicode-normalization v0.1.25
7672026-07-30T03:50:21.322Z Compiling target-spec-miette v0.4.8
7682026-07-30T03:50:21.426Z Compiling future-queue v0.4.0
7692026-07-30T03:50:21.533Z Compiling mukti-metadata v0.3.0
7702026-07-30T03:50:21.555Z Compiling camino-tempfile v1.4.1
7712026-07-30T03:50:21.705Z Compiling tokio-stream v0.1.19
7722026-07-30T03:50:21.761Z Compiling derive-where v1.6.1
7732026-07-30T03:50:21.986Z Compiling serde_ignored v0.1.14
7742026-07-30T03:50:22.014Z Compiling serde_path_to_error v0.1.20
7752026-07-30T03:50:22.212Z Compiling home v0.5.12
7762026-07-30T03:50:22.250Z Compiling swrite v0.1.0
7772026-07-30T03:50:22.359Z Compiling indent_write v2.2.0
7782026-07-30T03:50:22.380Z Compiling hex v0.4.3
7792026-07-30T03:50:22.469Z Compiling xxhash-rust v0.8.18
7802026-07-30T03:50:22.508Z Compiling color-eyre v0.6.5
7812026-07-30T03:50:22.615Z Compiling clap v4.6.4
7822026-07-30T03:50:22.648Z Compiling dialoguer v0.11.0
7832026-07-30T03:50:22.674Z Compiling enable-ansi-support v0.2.1
7842026-07-30T03:50:23.001Z Compiling nextest-runner v0.80.0
7852026-07-30T03:50:41.173Z Finished `release` profile [optimized] target(s) in 1m 10s
7862026-07-30T03:50:41.353Z Installing /home/build/.cargo/bin/cargo-nextest
7872026-07-30T03:50:41.356Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7882026-07-30T03:50:41.479Z+ pushd bgp
7892026-07-30T03:50:41.481Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7902026-07-30T03:50:41.481Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7912026-07-30T03:50:41.635Z Updating git repository `https://github.com/oxidecomputer/falcon`
7922026-07-30T03:50:42.219ZFrom https://github.com/oxidecomputer/falcon
7932026-07-30T03:50:42.219Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7942026-07-30T03:50:42.296Z Updating crates.io index
7952026-07-30T03:50:42.299Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7962026-07-30T03:50:42.712ZFrom https://github.com/oxidecomputer/dendrite
7972026-07-30T03:50:42.712Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
7982026-07-30T03:50:42.747Z Updating git repository `https://github.com/oxidecomputer/ispf`
7992026-07-30T03:50:42.988ZFrom https://github.com/oxidecomputer/ispf
8002026-07-30T03:50:42.988Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8012026-07-30T03:50:43.020Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8022026-07-30T03:50:43.332ZFrom https://github.com/oxidecomputer/netadm-sys
8032026-07-30T03:50:43.332Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8042026-07-30T03:50:43.340Z Updating git repository `https://github.com/oxidecomputer/omicron`
8052026-07-30T03:50:49.122ZFrom https://github.com/oxidecomputer/omicron
8062026-07-30T03:50:49.122Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8072026-07-30T03:50:49.550Z Updating git repository `https://github.com/oxidecomputer/opte`
8082026-07-30T03:50:50.248ZFrom https://github.com/oxidecomputer/opte
8092026-07-30T03:50:50.248Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8102026-07-30T03:50:50.279Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8112026-07-30T03:50:50.531ZFrom https://github.com/oxidecomputer/slog-error-chain
8122026-07-30T03:50:50.531Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8132026-07-30T03:50:50.542Z Updating git repository `https://github.com/illumos/smf-rs`
8142026-07-30T03:50:50.819ZFrom https://github.com/illumos/smf-rs
8152026-07-30T03:50:50.819Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8162026-07-30T03:50:50.827Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8172026-07-30T03:50:51.057ZFrom https://github.com/oxidecomputer/network-interface
8182026-07-30T03:50:51.057Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8192026-07-30T03:50:51.064Z Updating git repository `https://github.com/oxidecomputer/zone`
8202026-07-30T03:50:51.306ZFrom https://github.com/oxidecomputer/zone
8212026-07-30T03:50:51.306Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8222026-07-30T03:50:51.312Z Updating git repository `https://github.com/oxidecomputer/propolis`
8232026-07-30T03:50:51.957ZFrom https://github.com/oxidecomputer/propolis
8242026-07-30T03:50:51.957Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8252026-07-30T03:50:52.005Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8262026-07-30T03:50:52.466ZFrom https://github.com/oxidecomputer/transceiver-control
8272026-07-30T03:50:52.466Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8282026-07-30T03:50:52.477Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8292026-07-30T03:50:52.729ZFrom https://github.com/oxidecomputer/dlpi-sys
8302026-07-30T03:50:52.729Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8312026-07-30T03:50:52.735Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8322026-07-30T03:50:52.989ZFrom https://github.com/jmesmon/rust-libzfs
8332026-07-30T03:50:52.989Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8342026-07-30T03:50:52.997Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8352026-07-30T03:50:53.228ZFrom https://github.com/oxidecomputer/rusty-doors
8362026-07-30T03:50:53.229Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8372026-07-30T03:50:53.234Z Updating git repository `https://github.com/oxidecomputer/lldp`
8382026-07-30T03:50:53.541ZFrom https://github.com/oxidecomputer/lldp
8392026-07-30T03:50:53.541Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8402026-07-30T03:50:53.553Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8412026-07-30T03:50:53.894ZFrom https://github.com/oxidecomputer/tufaceous
8422026-07-30T03:50:53.894Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8432026-07-30T03:50:53.912Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8442026-07-30T03:50:54.358ZFrom https://github.com/oxidecomputer/management-gateway-service
8452026-07-30T03:50:54.358Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8462026-07-30T03:50:54.372Z Updating git repository `https://github.com/oxidecomputer/crucible`
8472026-07-30T03:50:55.147ZFrom https://github.com/oxidecomputer/crucible
8482026-07-30T03:50:55.147Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8492026-07-30T03:50:55.193Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8502026-07-30T03:50:55.433ZFrom https://github.com/oxidecomputer/serde_human_bytes
8512026-07-30T03:50:55.433Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8522026-07-30T03:50:55.443Z Updating git repository `https://github.com/oxidecomputer/propolis`
8532026-07-30T03:50:55.833ZFrom https://github.com/oxidecomputer/propolis
8542026-07-30T03:50:55.833Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8552026-07-30T03:50:55.880Z Updating git repository `https://github.com/oxidecomputer/crucible`
8562026-07-30T03:50:56.448ZFrom https://github.com/oxidecomputer/crucible
8572026-07-30T03:50:56.448Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8582026-07-30T03:50:56.514Z Updating git repository `https://github.com/oxidecomputer/tofino`
8592026-07-30T03:50:56.848ZFrom https://github.com/oxidecomputer/tofino
8602026-07-30T03:50:56.849Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8612026-07-30T03:50:56.860Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8622026-07-30T03:50:57.504ZFrom https://github.com/oxidecomputer/maghemite
8632026-07-30T03:50:57.504Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8642026-07-30T03:50:57.537Z Updating git repository `https://github.com/oxidecomputer/clickward`
8652026-07-30T03:50:57.789ZFrom https://github.com/oxidecomputer/clickward
8662026-07-30T03:50:57.789Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8672026-07-30T03:50:57.805Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8682026-07-30T03:50:58.060ZFrom https://github.com/oxidecomputer/illumos-devinfo
8692026-07-30T03:50:58.060Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8702026-07-30T03:50:58.902Z Downloading crates ...
8712026-07-30T03:50:58.994Z Downloaded aead v0.5.2
8722026-07-30T03:50:58.997Z Downloaded base16ct v0.2.0
8732026-07-30T03:50:59.002Z Downloaded darling_macro v0.21.3
8742026-07-30T03:50:59.005Z Downloaded byte-wrapper v0.1.0
8752026-07-30T03:50:59.005Z Downloaded blake2 v0.10.6
8762026-07-30T03:50:59.005Z Downloaded chacha20 v0.10.0
8772026-07-30T03:50:59.013Z Downloaded crucible-workspace-hack v0.1.0
8782026-07-30T03:50:59.015Z Downloaded ciborium-io v0.2.2
8792026-07-30T03:50:59.015Z Downloaded embedded-io v0.6.1
8802026-07-30T03:50:59.018Z Downloaded cobs v0.3.0
8812026-07-30T03:50:59.021Z Downloaded futures-core v0.3.32
8822026-07-30T03:50:59.021Z Downloaded either v1.16.0
8832026-07-30T03:50:59.025Z Downloaded dyn-clone v1.0.20
8842026-07-30T03:50:59.025Z Downloaded dunce v1.0.5
8852026-07-30T03:50:59.030Z Downloaded defmt-parser v1.0.0
8862026-07-30T03:50:59.030Z Downloaded arrayvec v0.7.6
8872026-07-30T03:50:59.030Z Downloaded futures-sink v0.3.32
8882026-07-30T03:50:59.035Z Downloaded embedded-io v0.4.0
8892026-07-30T03:50:59.035Z Downloaded cmake v0.1.58
8902026-07-30T03:50:59.035Z Downloaded argon2 v0.5.3
8912026-07-30T03:50:59.035Z Downloaded chacha20 v0.9.1
8922026-07-30T03:50:59.038Z Downloaded hubpack_derive v0.1.1
8932026-07-30T03:50:59.038Z Downloaded futures-macro v0.3.32
8942026-07-30T03:50:59.038Z Downloaded float-ord v0.3.2
8952026-07-30T03:50:59.038Z Downloaded foreign-types-macros v0.2.3
8962026-07-30T03:50:59.038Z Downloaded block-buffer v0.12.0
8972026-07-30T03:50:59.041Z Downloaded bitflags v2.12.1
8982026-07-30T03:50:59.044Z Downloaded futures-task v0.3.32
8992026-07-30T03:50:59.044Z Downloaded enum-as-inner v0.6.1
9002026-07-30T03:50:59.046Z Downloaded cfg_aliases v0.2.1
9012026-07-30T03:50:59.046Z Downloaded arrayref v0.3.9
9022026-07-30T03:50:59.046Z Downloaded foldhash v0.2.0
9032026-07-30T03:50:59.049Z Downloaded async-stream v0.3.6
9042026-07-30T03:50:59.049Z Downloaded hmac v0.12.1
9052026-07-30T03:50:59.052Z Downloaded glob v0.3.3
9062026-07-30T03:50:59.052Z Downloaded foreign-types v0.5.0
9072026-07-30T03:50:59.055Z Downloaded compression-core v0.4.32
9082026-07-30T03:50:59.055Z Downloaded fs_extra v1.3.0
9092026-07-30T03:50:59.059Z Downloaded crypto-common v0.2.2
9102026-07-30T03:50:59.059Z Downloaded bs58 v0.5.1
9112026-07-30T03:50:59.060Z Downloaded log v0.4.32
9122026-07-30T03:50:59.062Z Downloaded dropshot-api-manager-types v0.7.2
9132026-07-30T03:50:59.062Z Downloaded ciborium-ll v0.2.2
9142026-07-30T03:50:59.066Z Downloaded bitflags v1.3.2
9152026-07-30T03:50:59.066Z Downloaded hash32 v0.3.1
9162026-07-30T03:50:59.069Z Downloaded async-trait v0.1.89
9172026-07-30T03:50:59.072Z Downloaded indicatif v0.18.4
9182026-07-30T03:50:59.075Z Downloaded futures-io v0.3.32
9192026-07-30T03:50:59.075Z Downloaded base16ct v1.0.0
9202026-07-30T03:50:59.075Z Downloaded async-recursion v1.1.1
9212026-07-30T03:50:59.078Z Downloaded memoffset v0.9.1
9222026-07-30T03:50:59.082Z Downloaded convert_case v0.4.0
9232026-07-30T03:50:59.082Z Downloaded const-random v0.1.18
9242026-07-30T03:50:59.082Z Downloaded match_cfg v0.1.0
9252026-07-30T03:50:59.082Z Downloaded macaddr v1.0.1
9262026-07-30T03:50:59.087Z Downloaded managed v0.8.0
9272026-07-30T03:50:59.087Z Downloaded defmt v0.3.100
9282026-07-30T03:50:59.087Z Downloaded const-random-macro v0.1.16
9292026-07-30T03:50:59.087Z Downloaded foreign-types-shared v0.3.1
9302026-07-30T03:50:59.090Z Downloaded dtrace-parser v0.2.0
9312026-07-30T03:50:59.090Z Downloaded fixedbitset v0.4.2
9322026-07-30T03:50:59.090Z Downloaded async-stream-impl v0.3.6
9332026-07-30T03:50:59.090Z Downloaded gethostname v0.5.0
9342026-07-30T03:50:59.092Z Downloaded fxhash v0.2.1
9352026-07-30T03:50:59.092Z Downloaded crunchy v0.2.4
9362026-07-30T03:50:59.093Z Downloaded hickory-resolver v0.25.2
9372026-07-30T03:50:59.097Z Downloaded fs-err v3.3.0
9382026-07-30T03:50:59.101Z Downloaded newtype-uuid v1.3.2
9392026-07-30T03:50:59.101Z Downloaded getrandom v0.4.2
9402026-07-30T03:50:59.104Z Downloaded erased-serde v0.3.31
9412026-07-30T03:50:59.104Z Downloaded dtrace-parser v0.3.0
9422026-07-30T03:50:59.104Z Downloaded git-stub v1.0.0
9432026-07-30T03:50:59.107Z Downloaded dof v0.3.0
9442026-07-30T03:50:59.107Z Downloaded cstr-argument v0.1.2
9452026-07-30T03:50:59.108Z Downloaded crc8 v0.1.1
9462026-07-30T03:50:59.108Z Downloaded group v0.13.0
9472026-07-30T03:50:59.111Z Downloaded futures-executor v0.3.32
9482026-07-30T03:50:59.111Z Downloaded darling_macro v0.23.0
9492026-07-30T03:50:59.111Z Downloaded linked-hash-map v0.5.6
9502026-07-30T03:50:59.114Z Downloaded bit-set v0.8.0
9512026-07-30T03:50:59.114Z Downloaded futures-channel v0.3.32
9522026-07-30T03:50:59.114Z Downloaded num v0.4.3
9532026-07-30T03:50:59.117Z Downloaded hubpack v0.1.2
9542026-07-30T03:50:59.117Z Downloaded keccak v0.1.6
9552026-07-30T03:50:59.120Z Downloaded konst_macro_rules v0.2.19
9562026-07-30T03:50:59.120Z Downloaded http-body v1.0.1
9572026-07-30T03:50:59.120Z Downloaded hostname v0.3.1
9582026-07-30T03:50:59.123Z Downloaded chacha20poly1305 v0.10.1
9592026-07-30T03:50:59.123Z Downloaded arc-swap v1.9.1
9602026-07-30T03:50:59.126Z Downloaded linear-map v1.2.0
9612026-07-30T03:50:59.129Z Downloaded httpdate v1.0.3
9622026-07-30T03:50:59.129Z Downloaded displaydoc v0.2.6
9632026-07-30T03:50:59.129Z Downloaded heck v0.4.1
9642026-07-30T03:50:59.132Z Downloaded globset v0.4.18
9652026-07-30T03:50:59.132Z Downloaded num_threads v0.1.7
9662026-07-30T03:50:59.135Z Downloaded mime v0.3.17
9672026-07-30T03:50:59.135Z Downloaded newtype-uuid-macros v0.1.0
9682026-07-30T03:50:59.135Z Downloaded half v2.7.1
9692026-07-30T03:50:59.138Z Downloaded defmt-macros v1.1.0
9702026-07-30T03:50:59.140Z Downloaded newtype_derive v0.1.6
9712026-07-30T03:50:59.140Z Downloaded omicron-workspace-hack v0.1.0
9722026-07-30T03:50:59.143Z Downloaded num-derive v0.4.2
9732026-07-30T03:50:59.143Z Downloaded num-conv v0.2.2
9742026-07-30T03:50:59.144Z Downloaded natord v1.0.9
9752026-07-30T03:50:59.147Z Downloaded memmap v0.7.0
9762026-07-30T03:50:59.147Z Downloaded libscf-sys v1.2.0
9772026-07-30T03:50:59.150Z Downloaded daft v0.1.7
9782026-07-30T03:50:59.150Z Downloaded num-iter v0.1.45
9792026-07-30T03:50:59.150Z Downloaded instant v0.1.13
9802026-07-30T03:50:59.153Z Downloaded hostname v0.4.2
9812026-07-30T03:50:59.153Z Downloaded no-std-compat v0.4.1
9822026-07-30T03:50:59.158Z Downloaded csv-core v0.1.13
9832026-07-30T03:50:59.158Z Downloaded constant_time_eq v0.4.2
9842026-07-30T03:50:59.158Z Downloaded crossbeam-deque v0.8.6
9852026-07-30T03:50:59.162Z Downloaded num-integer v0.1.46
9862026-07-30T03:50:59.165Z Downloaded daft-derive v0.1.7
9872026-07-30T03:50:59.165Z Downloaded const_format_proc_macros v0.2.34
9882026-07-30T03:50:59.168Z Downloaded opaque-debug v0.3.1
9892026-07-30T03:50:59.168Z Downloaded olpc-cjson v0.1.4
9902026-07-30T03:50:59.171Z Downloaded internet-checksum v0.2.1
9912026-07-30T03:50:59.171Z Downloaded libsw v3.5.0
9922026-07-30T03:50:59.171Z Downloaded critical-section v1.2.0
9932026-07-30T03:50:59.174Z Downloaded derive-ex v0.1.8
9942026-07-30T03:50:59.175Z Downloaded inout v0.1.4
9952026-07-30T03:50:59.179Z Downloaded backoff v0.4.0
9962026-07-30T03:50:59.179Z Downloaded ingot v0.1.1
9972026-07-30T03:50:59.183Z Downloaded anyhow v1.0.104
9982026-07-30T03:50:59.183Z Downloaded console v0.16.3
9992026-07-30T03:50:59.186Z Downloaded git-stub-vcs v0.1.0
10002026-07-30T03:50:59.186Z Downloaded powerfmt v0.2.0
10012026-07-30T03:50:59.186Z Downloaded phf_shared v0.12.1
10022026-07-30T03:50:59.186Z Downloaded parse-display v0.10.0
10032026-07-30T03:50:59.189Z Downloaded newline-converter v0.3.0
10042026-07-30T03:50:59.189Z Downloaded dropshot_endpoint v0.17.1
10052026-07-30T03:50:59.192Z Downloaded potential_utf v0.1.5
10062026-07-30T03:50:59.192Z Downloaded num_enum_derive v0.7.6
10072026-07-30T03:50:59.196Z Downloaded bytecount v0.6.9
10082026-07-30T03:50:59.196Z Downloaded compression-codecs v0.4.38
10092026-07-30T03:50:59.200Z Downloaded cargo_toml v0.22.3
10102026-07-30T03:50:59.200Z Downloaded proc-macro-error-attr v1.0.4
10112026-07-30T03:50:59.200Z Downloaded proc-macro-crate v1.3.1
10122026-07-30T03:50:59.205Z Downloaded plain v0.2.3
10132026-07-30T03:50:59.205Z Downloaded humantime v2.3.0
10142026-07-30T03:50:59.205Z Downloaded num-complex v0.4.6
10152026-07-30T03:50:59.208Z Downloaded ipnetwork v0.21.1
10162026-07-30T03:50:59.208Z Downloaded progenitor-macro v0.10.0
10172026-07-30T03:50:59.208Z Downloaded num_enum_derive v0.5.11
10182026-07-30T03:50:59.208Z Downloaded progenitor-client v0.10.0
10192026-07-30T03:50:59.212Z Downloaded proc-macro-error-attr2 v2.0.0
10202026-07-30T03:50:59.212Z Downloaded pretty-hex v0.4.2
10212026-07-30T03:50:59.212Z Downloaded num_enum v0.5.11
10222026-07-30T03:50:59.217Z Downloaded proc-macro-crate v3.5.0
10232026-07-30T03:50:59.221Z Downloaded oxnet v0.1.6
10242026-07-30T03:50:59.221Z Downloaded memmap2 v0.9.10
10252026-07-30T03:50:59.221Z Downloaded darling v0.23.0
10262026-07-30T03:50:59.224Z Downloaded parse-display-derive v0.10.0
10272026-07-30T03:50:59.224Z Downloaded num_enum v0.7.6
10282026-07-30T03:50:59.228Z Downloaded deranged v0.5.8
10292026-07-30T03:50:59.238Z Downloaded rand_xorshift v0.4.0
10302026-07-30T03:50:59.238Z Downloaded quick-error v1.2.3
10312026-07-30T03:50:59.238Z Downloaded multer v3.1.0
10322026-07-30T03:50:59.238Z Downloaded colored v3.1.1
10332026-07-30T03:50:59.240Z Downloaded ciborium v0.2.2
10342026-07-30T03:50:59.240Z Downloaded ref-cast-impl v1.0.25
10352026-07-30T03:50:59.241Z Downloaded rand_chacha v0.3.1
10362026-07-30T03:50:59.241Z Downloaded parking_lot_core v0.8.6
10372026-07-30T03:50:59.241Z Downloaded paste v1.0.15
10382026-07-30T03:50:59.244Z Downloaded hybrid-array v0.4.12
10392026-07-30T03:50:59.248Z Downloaded highway v1.3.0
10402026-07-30T03:50:59.248Z Downloaded defmt v1.1.0
10412026-07-30T03:50:59.252Z Downloaded litemap v0.8.2
10422026-07-30T03:50:59.252Z Downloaded progenitor-macro v0.14.0
10432026-07-30T03:50:59.255Z Downloaded progenitor-macro v0.13.0
10442026-07-30T03:50:59.255Z Downloaded diff v0.1.13
10452026-07-30T03:50:59.255Z Downloaded cookie v0.18.1
10462026-07-30T03:50:59.258Z Downloaded poly1305 v0.8.0
10472026-07-30T03:50:59.258Z Downloaded phf v0.12.1
10482026-07-30T03:50:59.261Z Downloaded ref-cast v1.0.25
10492026-07-30T03:50:59.261Z Downloaded jobserver v0.1.34
10502026-07-30T03:50:59.264Z Downloaded progenitor-extras v0.2.0
10512026-07-30T03:50:59.264Z Downloaded progenitor-client v0.14.0
10522026-07-30T03:50:59.269Z Downloaded progenitor v0.13.0
10532026-07-30T03:50:59.269Z Downloaded rustc_version v0.1.7
10542026-07-30T03:50:59.269Z Downloaded progenitor v0.10.0
10552026-07-30T03:50:59.272Z Downloaded proc-macro-error v1.0.4
10562026-07-30T03:50:59.272Z Downloaded scroll_derive v0.13.1
10572026-07-30T03:50:59.272Z Downloaded scroll_derive v0.12.1
10582026-07-30T03:50:59.272Z Downloaded same-file v1.0.6
10592026-07-30T03:50:59.296Z Downloaded password-hash v0.5.0
10602026-07-30T03:50:59.296Z Downloaded port-file v0.1.0
10612026-07-30T03:50:59.296Z Downloaded cipher v0.4.4
10622026-07-30T03:50:59.296Z Downloaded darling v0.21.3
10632026-07-30T03:50:59.296Z Downloaded ingot-types v0.1.2
10642026-07-30T03:50:59.296Z Downloaded crossbeam-epoch v0.9.18
10652026-07-30T03:50:59.296Z Downloaded secrecy v0.10.3
10662026-07-30T03:50:59.296Z Downloaded drift v0.2.0
10672026-07-30T03:50:59.296Z Downloaded sha1 v0.10.6
10682026-07-30T03:50:59.300Z Downloaded serde_repr v0.1.21
10692026-07-30T03:50:59.300Z Downloaded serde_plain v1.0.2
10702026-07-30T03:50:59.300Z Downloaded semver v0.1.20
10712026-07-30T03:50:59.300Z Downloaded icu_provider v2.2.0
10722026-07-30T03:50:59.300Z Downloaded sha1 v0.11.0
10732026-07-30T03:50:59.303Z Downloaded serde-big-array v0.5.1
10742026-07-30T03:50:59.303Z Downloaded pem v3.0.6
10752026-07-30T03:50:59.303Z Downloaded ingot-macros v0.1.1
10762026-07-30T03:50:59.306Z Downloaded proc-macro-error2 v2.0.1
10772026-07-30T03:50:59.309Z Downloaded sigpipe v0.1.3
10782026-07-30T03:50:59.310Z Downloaded rustc-hash v2.1.2
10792026-07-30T03:50:59.310Z Downloaded quote v1.0.45
10802026-07-30T03:50:59.313Z Downloaded serial_test_derive v4.0.1
10812026-07-30T03:50:59.313Z Downloaded siphasher v1.0.3
10822026-07-30T03:50:59.317Z Downloaded serial_test v4.0.1
10832026-07-30T03:50:59.317Z Downloaded progenitor-client v0.13.0
10842026-07-30T03:50:59.317Z Downloaded oxide-tokio-rt v0.1.6
10852026-07-30T03:50:59.320Z Downloaded icu_properties v2.2.0
10862026-07-30T03:50:59.320Z Downloaded resolv-conf v0.7.6
10872026-07-30T03:50:59.323Z Downloaded parking_lot v0.11.2
10882026-07-30T03:50:59.323Z Downloaded slog-bunyan v2.5.0
10892026-07-30T03:50:59.323Z Downloaded derive_more v0.99.20
10902026-07-30T03:50:59.326Z Downloaded omicron-zone-package v0.12.3
10912026-07-30T03:50:59.329Z Downloaded icu_normalizer v2.2.0
10922026-07-30T03:50:59.332Z Downloaded postcard v1.1.3
10932026-07-30T03:50:59.336Z Downloaded indexmap v1.9.3
10942026-07-30T03:50:59.339Z Downloaded spin v0.5.2
10952026-07-30T03:50:59.339Z Downloaded const-oid v0.10.2
10962026-07-30T03:50:59.342Z Downloaded strum v0.26.3
10972026-07-30T03:50:59.342Z Downloaded stable_deref_trait v1.2.1
10982026-07-30T03:50:59.342Z Downloaded structmeta-derive v0.3.0
10992026-07-30T03:50:59.342Z Downloaded structmeta v0.3.0
11002026-07-30T03:50:59.345Z Downloaded strum v0.27.2
11012026-07-30T03:50:59.345Z Downloaded rusty-fork v0.3.1
11022026-07-30T03:50:59.345Z Downloaded rustversion v1.0.22
11032026-07-30T03:50:59.348Z Downloaded pest_generator v2.8.6
11042026-07-30T03:50:59.350Z Downloaded scroll v0.13.0
11052026-07-30T03:50:59.350Z Downloaded darling_core v0.23.0
11062026-07-30T03:50:59.355Z Downloaded bytes v1.11.1
11072026-07-30T03:50:59.358Z Downloaded take_mut v0.2.2
11082026-07-30T03:50:59.358Z Downloaded tabwriter v1.4.1
11092026-07-30T03:50:59.358Z Downloaded thiserror-impl-no-std v2.0.2
11102026-07-30T03:50:59.365Z Downloaded elliptic-curve v0.13.8
11112026-07-30T03:50:59.369Z Downloaded futures v0.3.32
11122026-07-30T03:50:59.369Z Downloaded papergrid v0.11.0
11132026-07-30T03:50:59.371Z Downloaded crossbeam-utils v0.8.21
11142026-07-30T03:50:59.371Z Downloaded tabled_derive v0.11.0
11152026-07-30T03:50:59.374Z Downloaded slog-envlogger v2.2.0
11162026-07-30T03:50:59.374Z Downloaded serde_tokenstream v0.2.3
11172026-07-30T03:50:59.377Z Downloaded progenitor v0.14.0
11182026-07-30T03:50:59.377Z Downloaded simd-adler32 v0.3.9
11192026-07-30T03:50:59.379Z Downloaded quinn-udp v0.5.14
11202026-07-30T03:50:59.379Z Downloaded papergrid v0.18.0
11212026-07-30T03:50:59.382Z Downloaded hickory-resolver v0.24.4
11222026-07-30T03:50:59.386Z Downloaded testing_table v0.3.0
11232026-07-30T03:50:59.389Z Downloaded termtree v0.5.1
11242026-07-30T03:50:59.389Z Downloaded slog-stdlog v4.1.1
11252026-07-30T03:50:59.389Z Downloaded slog-dtrace v0.3.0
11262026-07-30T03:50:59.392Z Downloaded slog-async v2.8.0
11272026-07-30T03:50:59.392Z Downloaded rhai_codegen v3.2.0
11282026-07-30T03:50:59.397Z Downloaded tokio-macros v2.7.0
11292026-07-30T03:50:59.399Z Downloaded hashbrown v0.16.1
11302026-07-30T03:50:59.402Z Downloaded thread-id v4.2.2
11312026-07-30T03:50:59.402Z Downloaded pest_derive v2.8.6
11322026-07-30T03:50:59.408Z Downloaded crossbeam-channel v0.5.15
11332026-07-30T03:50:59.411Z Downloaded smf v0.2.3
11342026-07-30T03:50:59.411Z Downloaded smartstring v1.0.1
11352026-07-30T03:50:59.411Z Downloaded rustls-pki-types v1.14.1
11362026-07-30T03:50:59.411Z Downloaded allocator-api2 v0.2.21
11372026-07-30T03:50:59.414Z Downloaded slog-scope v4.4.1
11382026-07-30T03:50:59.414Z Downloaded slog-json v2.6.1
11392026-07-30T03:50:59.417Z Downloaded dropshot-api-manager v0.7.2
11402026-07-30T03:50:59.420Z Downloaded snafu-derive v0.8.9
11412026-07-30T03:50:59.420Z Downloaded tagptr v0.2.0
11422026-07-30T03:50:59.423Z Downloaded progenitor-impl v0.13.0
11432026-07-30T03:50:59.423Z Downloaded icu_locale_core v2.2.0
11442026-07-30T03:50:59.427Z Downloaded unarray v0.1.4
11452026-07-30T03:50:59.432Z Downloaded topological-sort v0.2.2
11462026-07-30T03:50:59.432Z Downloaded synstructure v0.13.2
11472026-07-30T03:50:59.432Z Downloaded strum_macros v0.26.4
11482026-07-30T03:50:59.432Z Downloaded typify-macro v0.4.3
11492026-07-30T03:50:59.432Z Downloaded base64 v0.21.7
11502026-07-30T03:50:59.435Z Downloaded proc-macro2 v1.0.106
11512026-07-30T03:50:59.435Z Downloaded jiff-static v0.2.28
11522026-07-30T03:50:59.438Z Downloaded typify-macro v0.6.2
11532026-07-30T03:50:59.438Z Downloaded progenitor-impl v0.10.0
11542026-07-30T03:50:59.442Z Downloaded usdt-attr-macro v0.5.0
11552026-07-30T03:50:59.442Z Downloaded expectorate v1.2.0
11562026-07-30T03:50:59.445Z Downloaded usdt v0.6.0
11572026-07-30T03:50:59.445Z Downloaded usdt v0.5.0
11582026-07-30T03:50:59.445Z Downloaded darling_core v0.21.3
11592026-07-30T03:50:59.448Z Downloaded const_format v0.2.36
11602026-07-30T03:50:59.451Z Downloaded thread-id v5.1.0
11612026-07-30T03:50:59.451Z Downloaded strum_macros v0.27.2
11622026-07-30T03:50:59.454Z Downloaded icu_normalizer_data v2.2.0
11632026-07-30T03:50:59.454Z Downloaded waitgroup v0.1.2
11642026-07-30T03:50:59.454Z Downloaded utf-8 v0.7.6
11652026-07-30T03:50:59.457Z Downloaded usdt-macro v0.6.0
11662026-07-30T03:50:59.457Z Downloaded usdt-macro v0.5.0
11672026-07-30T03:50:59.457Z Downloaded wait-timeout v0.2.1
11682026-07-30T03:50:59.457Z Downloaded cc v1.2.63
11692026-07-30T03:50:59.461Z Downloaded universal-hash v0.5.1
11702026-07-30T03:50:59.461Z Downloaded libm v0.2.16
11712026-07-30T03:50:59.466Z Downloaded usdt-attr-macro v0.6.0
11722026-07-30T03:50:59.469Z Downloaded unit-prefix v0.5.2
11732026-07-30T03:50:59.469Z Downloaded tokio-dtrace v0.1.1
11742026-07-30T03:50:59.469Z Downloaded icu_collections v2.2.0
11752026-07-30T03:50:59.473Z Downloaded spin v0.9.8
11762026-07-30T03:50:59.476Z Downloaded tinystr v0.8.3
11772026-07-30T03:50:59.476Z Downloaded tiny-keccak v2.0.2
11782026-07-30T03:50:59.480Z Downloaded toml_writer v1.1.1+spec-1.1.0
11792026-07-30T03:50:59.480Z Downloaded tokio-tungstenite v0.21.0
11802026-07-30T03:50:59.483Z Downloaded zerofrom-derive v0.1.7
11812026-07-30T03:50:59.483Z Downloaded openssl-sys v0.9.116
11822026-07-30T03:50:59.487Z Downloaded zerofrom v0.1.8
11832026-07-30T03:50:59.487Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11842026-07-30T03:50:59.488Z Downloaded konst v0.2.20
11852026-07-30T03:50:59.494Z Downloaded serde_derive v1.0.228
11862026-07-30T03:50:59.502Z Downloaded progenitor-impl v0.14.0
11872026-07-30T03:50:59.502Z Downloaded pest_meta v2.8.6
11882026-07-30T03:50:59.502Z Downloaded term v1.2.1
11892026-07-30T03:50:59.502Z Downloaded time-macros v0.2.27
11902026-07-30T03:50:59.507Z Downloaded zone v0.3.1
11912026-07-30T03:50:59.507Z Downloaded zone_cfg_derive v0.3.1
11922026-07-30T03:50:59.507Z Downloaded zeroize_derive v1.4.3
11932026-07-30T03:50:59.507Z Downloaded time-core v0.1.8
11942026-07-30T03:50:59.507Z Downloaded thread_local v1.1.9
11952026-07-30T03:50:59.507Z Downloaded schemars v0.8.22
11962026-07-30T03:50:59.510Z Downloaded serde_yaml v0.9.34+deprecated
11972026-07-30T03:50:59.513Z Downloaded async-compression v0.4.42
11982026-07-30T03:50:59.516Z Downloaded untrusted v0.7.1
11992026-07-30T03:50:59.519Z Downloaded similar v2.7.0
12002026-07-30T03:50:59.522Z Downloaded vsss-rs v3.3.4
12012026-07-30T03:50:59.522Z Downloaded schemars v0.9.0
12022026-07-30T03:50:59.529Z Downloaded writeable v0.6.3
12032026-07-30T03:50:59.533Z Downloaded yoke-derive v0.8.2
12042026-07-30T03:50:59.533Z Downloaded whoami v1.6.1
12052026-07-30T03:50:59.536Z Downloaded slog-term v2.9.2
12062026-07-30T03:50:59.536Z Downloaded xz2 v0.1.7
12072026-07-30T03:50:59.536Z Downloaded usdt-impl v0.6.0
12082026-07-30T03:50:59.539Z Downloaded usdt-impl v0.5.0
12092026-07-30T03:50:59.539Z Downloaded zeroize v1.8.2
12102026-07-30T03:50:59.539Z Downloaded http v1.4.2
12112026-07-30T03:50:59.541Z Downloaded toml_parser v1.1.2+spec-1.1.0
12122026-07-30T03:50:59.544Z Downloaded tokio-stream v0.1.18
12132026-07-30T03:50:59.546Z Downloaded zmij v1.0.21
12142026-07-30T03:50:59.547Z Downloaded smallvec v1.15.1
12152026-07-30T03:50:59.550Z Downloaded slog v2.8.2
12162026-07-30T03:50:59.552Z Downloaded minimal-lexical v0.2.1
12172026-07-30T03:50:59.556Z Downloaded ucd-trie v0.1.7
12182026-07-30T03:50:59.556Z Downloaded zerovec-derive v0.11.3
12192026-07-30T03:50:59.556Z Downloaded quinn v0.11.9
12202026-07-30T03:50:59.560Z Downloaded thin-vec v0.2.18
12212026-07-30T03:50:59.560Z Downloaded tinyvec v1.11.0
12222026-07-30T03:50:59.563Z Downloaded rand v0.8.6
12232026-07-30T03:50:59.563Z Downloaded rayon-core v1.13.0
12242026-07-30T03:50:59.569Z Downloaded test-strategy v0.4.5
12252026-07-30T03:50:59.573Z Downloaded walkdir v2.5.0
12262026-07-30T03:50:59.573Z Downloaded futures-util v0.3.32
12272026-07-30T03:50:59.576Z Downloaded yoke v0.8.3
12282026-07-30T03:50:59.580Z Downloaded zerocopy-derive v0.7.35
12292026-07-30T03:50:59.582Z Downloaded mio v1.2.1
12302026-07-30T03:50:59.586Z Downloaded nom v7.1.3
12312026-07-30T03:50:59.589Z Downloaded snafu v0.8.9
12322026-07-30T03:50:59.592Z Downloaded typify v0.4.3
12332026-07-30T03:50:59.597Z Downloaded serde v1.0.228
12342026-07-30T03:50:59.600Z Downloaded rand v0.9.4
12352026-07-30T03:50:59.600Z Downloaded pretty_assertions v1.4.1
12362026-07-30T03:50:59.600Z Downloaded unsafe-libyaml v0.2.11
12372026-07-30T03:50:59.604Z Downloaded tungstenite v0.21.0
12382026-07-30T03:50:59.606Z Downloaded toml v1.1.2+spec-1.1.0
12392026-07-30T03:50:59.607Z Downloaded toml v0.9.12+spec-1.1.0
12402026-07-30T03:50:59.609Z Downloaded toml_edit v0.25.12+spec-1.1.0
12412026-07-30T03:50:59.612Z Downloaded toml v0.7.8
12422026-07-30T03:50:59.616Z Downloaded qorb v0.4.1
12432026-07-30T03:50:59.618Z Downloaded prettyplease v0.2.37
12442026-07-30T03:50:59.618Z Downloaded steno v0.4.1
12452026-07-30T03:50:59.621Z Downloaded hashbrown v0.12.3
12462026-07-30T03:50:59.625Z Downloaded schemars v1.2.1
12472026-07-30T03:50:59.631Z Downloaded typify v0.6.2
12482026-07-30T03:50:59.634Z Downloaded itertools v0.12.1
12492026-07-30T03:50:59.638Z Downloaded pest v2.8.6
12502026-07-30T03:50:59.640Z Downloaded serde_with_macros v3.21.0
12512026-07-30T03:50:59.643Z Downloaded serde_core v1.0.228
12522026-07-30T03:50:59.647Z Downloaded memchr v2.8.1
12532026-07-30T03:50:59.650Z Downloaded thiserror-no-std v2.0.2
12542026-07-30T03:50:59.650Z Downloaded rustls-platform-verifier v0.7.0
12552026-07-30T03:50:59.653Z Downloaded h2 v0.4.14
12562026-07-30T03:50:59.656Z Downloaded toml_edit v0.19.15
12572026-07-30T03:50:59.667Z Downloaded zerotrie v0.2.4
12582026-07-30T03:50:59.669Z Downloaded yansi v1.0.1
12592026-07-30T03:50:59.672Z Downloaded nom v8.0.0
12602026-07-30T03:50:59.675Z Downloaded hkdf v0.12.4
12612026-07-30T03:50:59.678Z Downloaded heapless v0.8.0
12622026-07-30T03:50:59.681Z Downloaded crypto-bigint v0.5.5
12632026-07-30T03:50:59.684Z Downloaded itertools v0.15.0
12642026-07-30T03:50:59.686Z Downloaded zerocopy-derive v0.8.50
12652026-07-30T03:50:59.692Z Downloaded typed-path v0.9.3
12662026-07-30T03:50:59.696Z Downloaded icu_properties_data v2.2.0
12672026-07-30T03:50:59.702Z Downloaded goblin v0.8.2
12682026-07-30T03:50:59.705Z Downloaded reqwest v0.13.4
12692026-07-30T03:50:59.709Z Downloaded regex v1.12.3
12702026-07-30T03:50:59.712Z Downloaded schemars_derive v0.8.22
12712026-07-30T03:50:59.715Z Downloaded libsw-core v0.3.2
12722026-07-30T03:50:59.716Z Downloaded tabled_derive v0.7.0
12732026-07-30T03:50:59.716Z Downloaded serde_derive_internals v0.29.1
12742026-07-30T03:50:59.718Z Downloaded scroll v0.12.0
12752026-07-30T03:50:59.718Z Downloaded rustls-pemfile v2.2.0
12762026-07-30T03:50:59.718Z Downloaded ron v0.12.1
12772026-07-30T03:50:59.724Z Downloaded rustls-native-certs v0.8.4
12782026-07-30T03:50:59.727Z Downloaded num-rational v0.4.2
12792026-07-30T03:50:59.727Z Downloaded smawk v0.3.2
12802026-07-30T03:50:59.727Z Downloaded cancel-safe-futures v0.1.5
12812026-07-30T03:50:59.729Z Downloaded bit-vec v0.8.0
12822026-07-30T03:50:59.729Z Downloaded backon v1.6.0
12832026-07-30T03:50:59.734Z Downloaded rayon v1.12.0
12842026-07-30T03:50:59.736Z Downloaded tough v0.22.0
12852026-07-30T03:50:59.742Z Downloaded tokio-util v0.7.18
12862026-07-30T03:50:59.746Z Downloaded is-terminal v0.4.17
12872026-07-30T03:50:59.755Z Downloaded digest v0.11.3
12882026-07-30T03:50:59.755Z Downloaded data-encoding v2.11.0
12892026-07-30T03:50:59.755Z Downloaded byteorder v1.5.0
12902026-07-30T03:50:59.760Z Downloaded zerovec v0.11.6
12912026-07-30T03:50:59.760Z Downloaded iddqd v0.4.6
12922026-07-30T03:50:59.764Z Downloaded lru-cache v0.1.2
12932026-07-30T03:50:59.764Z Downloaded idna_adapter v1.2.2
12942026-07-30T03:50:59.764Z Downloaded ident_case v1.0.1
12952026-07-30T03:50:59.764Z Downloaded fastrand v2.4.1
12962026-07-30T03:50:59.764Z Downloaded blake3 v1.8.5
12972026-07-30T03:50:59.767Z Downloaded portable-atomic v1.13.1
12982026-07-30T03:50:59.772Z Downloaded bcs v0.1.6
12992026-07-30T03:50:59.775Z Downloaded ff v0.13.1
13002026-07-30T03:50:59.775Z Downloaded dof v0.4.0
13012026-07-30T03:50:59.778Z Downloaded winnow v0.5.40
13022026-07-30T03:50:59.781Z Downloaded goblin v0.10.7
13032026-07-30T03:50:59.785Z Downloaded moka v0.12.15
13042026-07-30T03:50:59.806Z Downloaded aws-lc-rs v1.17.0
13052026-07-30T03:50:59.812Z Downloaded winnow v1.0.3
13062026-07-30T03:50:59.819Z Downloaded zerocopy v0.7.35
13072026-07-30T03:50:59.828Z Downloaded webpki-roots v1.0.7
13082026-07-30T03:50:59.833Z Downloaded tabled v0.21.0
13092026-07-30T03:50:59.844Z Downloaded tabled v0.15.0
13102026-07-30T03:50:59.852Z Downloaded time v0.3.47
13112026-07-30T03:50:59.859Z Downloaded syn v1.0.109
13122026-07-30T03:50:59.864Z Downloaded serde_with v3.21.0
13132026-07-30T03:50:59.874Z Downloaded openssl v0.10.80
13142026-07-30T03:50:59.878Z Downloaded bstr v1.12.1
13152026-07-30T03:50:59.883Z Downloaded proptest v1.11.0
13162026-07-30T03:50:59.888Z Downloaded syn v2.0.117
13172026-07-30T03:50:59.895Z Downloaded dropshot v0.17.1
13182026-07-30T03:50:59.908Z Downloaded zerocopy v0.8.50
13192026-07-30T03:50:59.922Z Downloaded rhai v1.25.1
13202026-07-30T03:50:59.926Z Downloaded openapiv3 v2.2.0
13212026-07-30T03:50:59.932Z Downloaded rustls v0.23.40
13222026-07-30T03:50:59.939Z Downloaded regress v0.11.1
13232026-07-30T03:50:59.945Z Downloaded hickory-proto v0.25.2
13242026-07-30T03:50:59.954Z Downloaded hickory-proto v0.24.4
13252026-07-30T03:50:59.962Z Downloaded regex-syntax v0.8.10
13262026-07-30T03:50:59.968Z Downloaded regress v0.10.5
13272026-07-30T03:50:59.972Z Downloaded nix v0.31.3
13282026-07-30T03:50:59.979Z Downloaded sled v0.34.7
13292026-07-30T03:50:59.986Z Downloaded smoltcp v0.11.0
13302026-07-30T03:50:59.992Z Downloaded typify-impl v0.6.2
13312026-07-30T03:50:59.999Z Downloaded typify-impl v0.4.3
13322026-07-30T03:51:00.022Z Downloaded regex-automata v0.4.14
13332026-07-30T03:51:00.040Z Downloaded jiff v0.2.28
13342026-07-30T03:51:00.052Z Downloaded lzma-sys v0.1.20
13352026-07-30T03:51:00.067Z Downloaded petgraph v0.6.5
13362026-07-30T03:51:00.086Z Downloaded chrono-tz v0.10.4
13372026-07-30T03:51:00.096Z Downloaded sha3 v0.10.9
13382026-07-30T03:51:00.098Z Downloaded encoding_rs v0.8.35
13392026-07-30T03:51:00.112Z Downloaded csv v1.4.0
13402026-07-30T03:51:00.699Z Downloaded aws-lc-sys v0.41.0
13412026-07-30T03:51:01.611Z Compiling proc-macro2 v1.0.106
13422026-07-30T03:51:01.611Z Compiling unicode-ident v1.0.24
13432026-07-30T03:51:01.611Z Compiling quote v1.0.45
13442026-07-30T03:51:01.611Z Compiling serde_core v1.0.228
13452026-07-30T03:51:01.611Z Compiling cfg-if v1.0.4
13462026-07-30T03:51:01.614Z Compiling serde v1.0.228
13472026-07-30T03:51:01.614Z Compiling libc v0.2.189
13482026-07-30T03:51:01.614Z Compiling memchr v2.8.1
13492026-07-30T03:51:01.798Z Compiling itoa v1.0.18
13502026-07-30T03:51:01.971Z Compiling zmij v1.0.21
13512026-07-30T03:51:02.124Z Compiling autocfg v1.5.1
13522026-07-30T03:51:02.135Z Compiling libm v0.2.16
13532026-07-30T03:51:02.429Z Compiling stable_deref_trait v1.2.1
13542026-07-30T03:51:02.469Z Compiling writeable v0.6.3
13552026-07-30T03:51:02.497Z Compiling litemap v0.8.2
13562026-07-30T03:51:02.617Z Compiling icu_normalizer_data v2.2.0
13572026-07-30T03:51:02.641Z Compiling utf8_iter v1.0.4
13582026-07-30T03:51:02.670Z Compiling icu_properties_data v2.2.0
13592026-07-30T03:51:02.673Z Compiling percent-encoding v2.3.2
13602026-07-30T03:51:02.691Z Compiling iana-time-zone v0.1.65
13612026-07-30T03:51:02.881Z Compiling version_check v0.9.5
13622026-07-30T03:51:02.905Z Compiling equivalent v1.0.2
13632026-07-30T03:51:02.943Z Compiling form_urlencoded v1.2.2
13642026-07-30T03:51:02.988Z Compiling syn v2.0.117
13652026-07-30T03:51:03.064Z Compiling allocator-api2 v0.2.21
13662026-07-30T03:51:03.077Z Compiling syn v3.0.3
13672026-07-30T03:51:03.122Z Compiling serde_json v1.0.151
13682026-07-30T03:51:03.150Z Compiling pin-project-lite v0.2.17
13692026-07-30T03:51:03.169Z Compiling dyn-clone v1.0.20
13702026-07-30T03:51:03.240Z Compiling scopeguard v1.2.0
13712026-07-30T03:51:03.311Z Compiling parking_lot_core v0.9.12
13722026-07-30T03:51:03.347Z Compiling hashbrown v0.17.1
13732026-07-30T03:51:03.380Z Compiling lock_api v0.4.14
13742026-07-30T03:51:03.395Z Compiling num-traits v0.2.19
13752026-07-30T03:51:03.606Z Compiling getrandom v0.4.2
13762026-07-30T03:51:03.622Z Compiling rand_core v0.10.1
13772026-07-30T03:51:03.726Z Compiling thiserror v2.0.19
13782026-07-30T03:51:03.777Z Compiling errno v0.3.14
13792026-07-30T03:51:03.924Z Compiling semver v1.0.28
13802026-07-30T03:51:04.087Z Compiling indexmap v2.14.0
13812026-07-30T03:51:04.099Z Compiling log v0.4.32
13822026-07-30T03:51:04.280Z Compiling heck v0.5.0
13832026-07-30T03:51:04.293Z Compiling futures-core v0.3.32
13842026-07-30T03:51:04.303Z Compiling zerocopy v0.8.50
13852026-07-30T03:51:04.454Z Compiling uuid v1.24.0
13862026-07-30T03:51:04.531Z Compiling futures-sink v0.3.32
13872026-07-30T03:51:04.636Z Compiling schemars v0.8.22
13882026-07-30T03:51:04.746Z Compiling slab v0.4.12
13892026-07-30T03:51:04.754Z Compiling jobserver v0.1.34
13902026-07-30T03:51:04.903Z Compiling rustversion v1.0.22
13912026-07-30T03:51:04.915Z Compiling fnv v1.0.7
13922026-07-30T03:51:04.943Z Compiling shlex v2.0.1
13932026-07-30T03:51:05.004Z Compiling find-msvc-tools v0.1.9
13942026-07-30T03:51:05.078Z Compiling futures-channel v0.3.32
13952026-07-30T03:51:05.110Z Compiling bitflags v2.12.1
13962026-07-30T03:51:05.110Z Compiling futures-task v0.3.32
13972026-07-30T03:51:05.232Z Compiling cc v1.2.63
13982026-07-30T03:51:05.283Z Compiling futures-io v0.3.32
13992026-07-30T03:51:05.298Z Compiling portable-atomic v1.13.1
14002026-07-30T03:51:05.339Z Compiling socket2 v0.6.5
14012026-07-30T03:51:05.435Z Compiling signal-hook-registry v1.4.8
14022026-07-30T03:51:05.646Z Compiling mio v1.2.1
14032026-07-30T03:51:05.727Z Compiling critical-section v1.2.0
14042026-07-30T03:51:05.781Z Compiling dunce v1.0.5
14052026-07-30T03:51:05.794Z Compiling synstructure v0.13.2
14062026-07-30T03:51:05.828Z Compiling serde_derive_internals v0.29.1
14072026-07-30T03:51:05.878Z Compiling fs_extra v1.3.0
14082026-07-30T03:51:06.000Z Compiling thiserror-impl v2.0.19
14092026-07-30T03:51:06.126Z Compiling cmake v0.1.58
14102026-07-30T03:51:06.152Z Compiling typenum v1.20.1
14112026-07-30T03:51:06.291Z Compiling once_cell v1.21.4
14122026-07-30T03:51:06.373Z Compiling base64 v0.22.1
14132026-07-30T03:51:06.461Z Compiling slog v2.8.2
14142026-07-30T03:51:06.483Z Compiling aws-lc-sys v0.41.0
14152026-07-30T03:51:06.505Z Compiling strsim v0.11.1
14162026-07-30T03:51:06.537Z Compiling byteorder v1.5.0
14172026-07-30T03:51:06.691Z Compiling subtle v2.6.1
14182026-07-30T03:51:06.703Z Compiling rustix v1.1.4
14192026-07-30T03:51:06.774Z Compiling regex-syntax v0.8.10
14202026-07-30T03:51:06.852Z Compiling httparse v1.10.1
14212026-07-30T03:51:06.890Z Compiling ipnet v2.12.0
14222026-07-30T03:51:06.948Z Compiling atomic-waker v1.1.2
14232026-07-30T03:51:07.010Z Compiling serde_derive v1.0.228
14242026-07-30T03:51:07.098Z Compiling zerofrom-derive v0.1.7
14252026-07-30T03:51:07.111Z Compiling yoke-derive v0.8.2
14262026-07-30T03:51:07.259Z Compiling zerovec-derive v0.11.3
14272026-07-30T03:51:07.272Z Compiling displaydoc v0.2.6
14282026-07-30T03:51:07.415Z Compiling schemars_derive v0.8.22
14292026-07-30T03:51:07.578Z Compiling tokio-macros v2.7.0
14302026-07-30T03:51:08.098Z Compiling zerocopy-derive v0.8.50
14312026-07-30T03:51:08.212Z Compiling zeroize_derive v1.4.3
14322026-07-30T03:51:08.323Z Compiling zerofrom v0.1.8
14332026-07-30T03:51:08.341Z Compiling futures-macro v0.3.32
14342026-07-30T03:51:08.442Z Compiling yoke v0.8.3
14352026-07-30T03:51:08.626Z Compiling zerovec v0.11.6
14362026-07-30T03:51:08.664Z Compiling zerotrie v0.2.4
14372026-07-30T03:51:08.887Z Compiling zeroize v1.8.2
14382026-07-30T03:51:09.082Z Compiling tinystr v0.8.3
14392026-07-30T03:51:09.131Z Compiling potential_utf v0.1.5
14402026-07-30T03:51:09.193Z Compiling futures-util v0.3.32
14412026-07-30T03:51:09.197Z Compiling tower-service v0.3.3
14422026-07-30T03:51:09.270Z Compiling icu_locale_core v2.2.0
14432026-07-30T03:51:09.282Z Compiling icu_collections v2.2.0
14442026-07-30T03:51:09.282Z Compiling paste v1.0.15
14452026-07-30T03:51:09.436Z Compiling tower-layer v0.3.3
14462026-07-30T03:51:09.581Z Compiling foldhash v0.2.0
14472026-07-30T03:51:09.789Z Compiling getrandom v0.2.17
14482026-07-30T03:51:09.807Z Compiling untrusted v0.9.0
14492026-07-30T03:51:09.922Z Compiling try-lock v0.2.5
14502026-07-30T03:51:09.931Z Compiling thiserror v1.0.69
14512026-07-30T03:51:09.959Z Compiling icu_provider v2.2.0
14522026-07-30T03:51:10.019Z Compiling ucd-trie v0.1.7
14532026-07-30T03:51:10.236Z Compiling bytes v1.11.1
14542026-07-30T03:51:10.239Z Compiling smallvec v1.15.1
14552026-07-30T03:51:10.276Z Compiling icu_properties v2.2.0
14562026-07-30T03:51:10.312Z Compiling chrono v0.4.45
14572026-07-30T03:51:10.331Z Compiling serde_tokenstream v0.2.3
14582026-07-30T03:51:10.472Z Compiling icu_normalizer v2.2.0
14592026-07-30T03:51:10.862Z Compiling parking_lot v0.12.5
14602026-07-30T03:51:10.890Z Compiling http v1.4.2
14612026-07-30T03:51:11.042Z Compiling erased-serde v0.3.31
14622026-07-30T03:51:11.260Z Compiling idna_adapter v1.2.2
14632026-07-30T03:51:11.403Z Compiling idna v1.1.0
14642026-07-30T03:51:11.418Z Compiling tokio v1.53.1
14652026-07-30T03:51:11.430Z Compiling ryu v1.0.23
14662026-07-30T03:51:11.605Z Compiling http-body v1.0.1
14672026-07-30T03:51:11.750Z Compiling url v2.5.8
14682026-07-30T03:51:11.765Z Compiling getrandom v0.3.4
14692026-07-30T03:51:11.934Z Compiling pest v2.8.6
14702026-07-30T03:51:12.092Z Compiling want v0.3.1
14712026-07-30T03:51:12.141Z Compiling rand_core v0.6.4
14722026-07-30T03:51:12.229Z Compiling ppv-lite86 v0.2.21
14732026-07-30T03:51:12.408Z Compiling thiserror-impl v1.0.69
14742026-07-30T03:51:12.550Z Compiling httpdate v1.0.3
14752026-07-30T03:51:12.689Z Compiling daft-derive v0.1.7
14762026-07-30T03:51:12.766Z Compiling pretty-hex v0.4.2
14772026-07-30T03:51:12.786Z Compiling plain v0.2.3
14782026-07-30T03:51:12.887Z Compiling winnow v1.0.3
14792026-07-30T03:51:12.898Z Compiling tracing-attributes v0.1.31
14802026-07-30T03:51:13.225Z Compiling ipnetwork v0.21.1
14812026-07-30T03:51:13.449Z Compiling pest_meta v2.8.6
14822026-07-30T03:51:13.661Z Compiling oxnet v0.1.6
14832026-07-30T03:51:13.672Z Compiling tracing-core v0.1.36
14842026-07-30T03:51:13.841Z Compiling omicron-workspace-hack v0.1.0
14852026-07-30T03:51:14.011Z Compiling ident_case v1.0.1
14862026-07-30T03:51:14.065Z Compiling pest_generator v2.8.6
14872026-07-30T03:51:14.101Z Compiling http-body-util v0.1.4
14882026-07-30T03:51:14.113Z Compiling tracing v0.1.44
14892026-07-30T03:51:14.116Z Compiling serde_urlencoded v0.7.1
14902026-07-30T03:51:14.265Z Compiling aho-corasick v1.1.4
14912026-07-30T03:51:14.354Z Compiling sync_wrapper v1.0.2
14922026-07-30T03:51:14.452Z Compiling fastrand v2.4.1
14932026-07-30T03:51:14.657Z Compiling hashbrown v0.16.1
14942026-07-30T03:51:14.702Z Compiling scroll_derive v0.13.1
14952026-07-30T03:51:14.713Z Compiling pest_derive v2.8.6
14962026-07-30T03:51:15.229Z Compiling regex-automata v0.4.14
14972026-07-30T03:51:15.259Z Compiling tokio-util v0.7.18
14982026-07-30T03:51:15.388Z Compiling async-trait v0.1.89
14992026-07-30T03:51:15.614Z Compiling time-core v0.1.8
15002026-07-30T03:51:15.636Z Compiling powerfmt v0.2.0
15012026-07-30T03:51:15.750Z Compiling num-conv v0.2.2
15022026-07-30T03:51:15.838Z Compiling anyhow v1.0.104
15032026-07-30T03:51:15.896Z Compiling aws-lc-rs v1.17.0
15042026-07-30T03:51:15.994Z Compiling time-macros v0.2.27
15052026-07-30T03:51:16.206Z Compiling deranged v0.5.8
15062026-07-30T03:51:16.362Z Compiling scroll v0.13.0
15072026-07-30T03:51:16.365Z Compiling newtype-uuid v1.3.2
15082026-07-30T03:51:16.623Z Compiling rustls-pki-types v1.14.1
15092026-07-30T03:51:16.708Z Compiling openssl-probe v0.2.1
15102026-07-30T03:51:16.890Z Compiling regex v1.12.3
15112026-07-30T03:51:16.972Z Compiling ref-cast v1.0.25
15122026-07-30T03:51:17.127Z Compiling hex v0.4.3
15132026-07-30T03:51:17.211Z Compiling num_threads v0.1.7
15142026-07-30T03:51:17.307Z Compiling goblin v0.10.7
15152026-07-30T03:51:17.371Z Compiling daft v0.1.7
15162026-07-30T03:51:17.411Z Compiling ref-cast-impl v1.0.25
15172026-07-30T03:51:17.764Z Compiling untrusted v0.7.1
15182026-07-30T03:51:17.767Z Compiling camino v1.2.5
15192026-07-30T03:51:17.918Z Compiling crc32fast v1.5.0
15202026-07-30T03:51:18.051Z Compiling rustls v0.23.40
15212026-07-30T03:51:18.066Z Compiling usdt-impl v0.6.0
15222026-07-30T03:51:18.253Z Compiling h2 v0.4.14
15232026-07-30T03:51:18.264Z Compiling dtrace-parser v0.3.0
15242026-07-30T03:51:18.276Z Compiling futures-executor v0.3.32
15252026-07-30T03:51:18.331Z Compiling crossbeam-utils v0.8.21
15262026-07-30T03:51:18.656Z Compiling structmeta-derive v0.3.0
15272026-07-30T03:51:18.751Z Compiling thread-id v5.1.0
15282026-07-30T03:51:18.754Z Compiling cpufeatures v0.3.0
15292026-07-30T03:51:18.826Z Compiling adler2 v2.0.1
15302026-07-30T03:51:18.829Z Compiling simd-adler32 v0.3.9
15312026-07-30T03:51:19.032Z Compiling miniz_oxide v0.8.9
15322026-07-30T03:51:19.123Z Compiling futures v0.3.32
15332026-07-30T03:51:19.197Z Compiling rand_core v0.9.5
15342026-07-30T03:51:19.407Z Compiling darling_core v0.23.0
15352026-07-30T03:51:19.471Z Compiling newtype-uuid-macros v0.1.0
15362026-07-30T03:51:19.678Z Compiling hybrid-array v0.4.12
15372026-07-30T03:51:19.694Z Compiling structmeta v0.3.0
15382026-07-30T03:51:20.042Z Compiling thread_local v1.1.9
15392026-07-30T03:51:20.062Z Compiling match_cfg v0.1.0
15402026-07-30T03:51:20.125Z Compiling dof v0.4.0
15412026-07-30T03:51:20.138Z Compiling flate2 v1.1.9
15422026-07-30T03:51:20.280Z Compiling hyper v1.11.0
15432026-07-30T03:51:20.550Z Compiling compression-core v0.4.32
15442026-07-30T03:51:20.705Z Compiling slog-async v2.8.0
15452026-07-30T03:51:21.308Z Compiling quick-error v1.2.3
15462026-07-30T03:51:21.412Z Compiling hyper-util v0.1.20
15472026-07-30T03:51:21.483Z Compiling darling_macro v0.23.0
15482026-07-30T03:51:21.733Z Compiling compression-codecs v0.4.38
15492026-07-30T03:51:21.744Z Compiling block-buffer v0.12.0
15502026-07-30T03:51:21.782Z Compiling crypto-common v0.2.2
15512026-07-30T03:51:21.891Z Compiling rand_chacha v0.9.0
15522026-07-30T03:51:22.063Z Compiling strum_macros v0.26.4
15532026-07-30T03:51:22.119Z Compiling darling v0.23.0
15542026-07-30T03:51:22.197Z Compiling serde_spanned v1.1.1
15552026-07-30T03:51:22.300Z Compiling usdt-macro v0.6.0
15562026-07-30T03:51:22.341Z Compiling usdt-attr-macro v0.6.0
15572026-07-30T03:51:22.379Z Compiling generic-array v0.14.7
15582026-07-30T03:51:22.481Z Compiling multer v3.1.0
15592026-07-30T03:51:22.616Z Compiling take_mut v0.2.2
15602026-07-30T03:51:22.717Z Compiling term v1.2.1
15612026-07-30T03:51:22.721Z Compiling const-oid v0.10.2
15622026-07-30T03:51:22.787Z Compiling debug-ignore v1.0.5
15632026-07-30T03:51:22.885Z Compiling bit-vec v0.8.0
15642026-07-30T03:51:22.933Z Compiling toml_writer v1.1.1+spec-1.1.0
15652026-07-30T03:51:23.122Z Compiling bit-set v0.8.0
15662026-07-30T03:51:23.142Z Compiling digest v0.11.3
15672026-07-30T03:51:23.280Z Compiling serde_with_macros v3.21.0
15682026-07-30T03:51:23.311Z Compiling rand v0.9.4
15692026-07-30T03:51:23.433Z Compiling async-stream-impl v0.3.6
15702026-07-30T03:51:23.433Z Compiling dropshot v0.17.1
15712026-07-30T03:51:23.512Z Compiling encoding_rs v0.8.35
15722026-07-30T03:51:23.689Z Compiling strum v0.26.3
15732026-07-30T03:51:23.812Z Compiling syn v1.0.109
15742026-07-30T03:51:23.865Z Compiling unarray v0.1.4
15752026-07-30T03:51:23.882Z Compiling spin v0.9.8
15762026-07-30T03:51:23.966Z Compiling mime v0.3.17
15772026-07-30T03:51:24.033Z Compiling sha1 v0.11.0
15782026-07-30T03:51:24.060Z Compiling async-stream v0.3.6
15792026-07-30T03:51:24.227Z Compiling derive-ex v0.1.8
15802026-07-30T03:51:24.231Z Compiling tower v0.5.3
15812026-07-30T03:51:24.270Z Compiling dropshot_endpoint v0.17.1
15822026-07-30T03:51:24.330Z Compiling macaddr v1.0.1
15832026-07-30T03:51:24.400Z Compiling waitgroup v0.1.2
15842026-07-30T03:51:24.544Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15852026-07-30T03:51:24.671Z Compiling serde_path_to_error v0.1.20
15862026-07-30T03:51:25.017Z Compiling tower-http v0.6.11
15872026-07-30T03:51:25.028Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15882026-07-30T03:51:25.143Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15892026-07-30T03:51:25.154Z Compiling tempfile v3.27.0
15902026-07-30T03:51:25.315Z Compiling openapiv3 v2.2.0
15912026-07-30T03:51:25.428Z Compiling strum_macros v0.27.2
15922026-07-30T03:51:25.776Z Compiling test-strategy v0.4.5
15932026-07-30T03:51:25.904Z Compiling instant v0.1.13
15942026-07-30T03:51:26.007Z Compiling time v0.3.47
15952026-07-30T03:51:26.702Z Compiling rustls-native-certs v0.8.4
15962026-07-30T03:51:26.906Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15972026-07-30T03:51:27.133Z Compiling crossbeam-channel v0.5.15
15982026-07-30T03:51:27.193Z Compiling iddqd v0.4.6
15992026-07-30T03:51:27.241Z Compiling strum v0.27.2
16002026-07-30T03:51:27.580Z Compiling crypto-common v0.1.7
16012026-07-30T03:51:27.769Z Compiling parse-display-derive v0.10.0
16022026-07-30T03:51:27.849Z Compiling backon v1.6.0
16032026-07-30T03:51:27.924Z Compiling rand_chacha v0.3.1
16042026-07-30T03:51:28.135Z Compiling either v1.16.0
16052026-07-30T03:51:28.342Z Compiling rand v0.8.6
16062026-07-30T03:51:28.379Z Compiling slog-json v2.6.1
16072026-07-30T03:51:28.589Z Compiling hostname v0.3.1
16082026-07-30T03:51:28.771Z Compiling toml_parser v1.1.2+spec-1.1.0
16092026-07-30T03:51:28.989Z Compiling toml_datetime v1.1.1+spec-1.1.0
16102026-07-30T03:51:29.156Z Compiling is-terminal v0.4.17
16112026-07-30T03:51:29.166Z Compiling memmap2 v0.9.10
16122026-07-30T03:51:29.166Z Compiling wait-timeout v0.2.1
16132026-07-30T03:51:29.265Z Compiling usdt v0.6.0
16142026-07-30T03:51:29.288Z Compiling rusty-fork v0.3.1
16152026-07-30T03:51:29.356Z Compiling toml v1.1.2+spec-1.1.0
16162026-07-30T03:51:29.392Z Compiling slog-term v2.9.2
16172026-07-30T03:51:29.556Z Compiling slog-bunyan v2.5.0
16182026-07-30T03:51:29.626Z Compiling serde_with v3.21.0
16192026-07-30T03:51:29.636Z Compiling async-compression v0.4.42
16202026-07-30T03:51:29.652Z Compiling rand_xorshift v0.4.0
16212026-07-30T03:51:29.794Z Compiling rustls-pemfile v2.2.0
16222026-07-30T03:51:29.936Z Compiling regress v0.10.5
16232026-07-30T03:51:29.986Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16242026-07-30T03:51:29.989Z Compiling hostname v0.4.2
16252026-07-30T03:51:30.118Z Compiling humantime v2.3.0
16262026-07-30T03:51:30.133Z Compiling proptest v1.11.0
16272026-07-30T03:51:30.882Z Compiling reqwest v0.12.28
16282026-07-30T03:51:30.930Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-07-30T03:51:30.941Z Compiling block-buffer v0.10.4
16302026-07-30T03:51:31.080Z Compiling utf8parse v0.2.2
16312026-07-30T03:51:31.183Z Compiling anstyle-parse v1.0.0
16322026-07-30T03:51:31.324Z Compiling digest v0.10.7
16332026-07-30T03:51:31.364Z Compiling parse-display v0.10.0
16342026-07-30T03:51:31.394Z Compiling backoff v0.4.0
16352026-07-30T03:51:31.529Z Compiling itertools v0.14.0
16362026-07-30T03:51:31.595Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16372026-07-30T03:51:31.689Z Compiling colorchoice v1.0.5
16382026-07-30T03:51:32.164Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16392026-07-30T03:51:32.630Z Compiling progenitor-client v0.10.0
16402026-07-30T03:51:32.752Z Compiling is_terminal_polyfill v1.70.2
16412026-07-30T03:51:32.827Z Compiling anstyle-query v1.1.5
16422026-07-30T03:51:32.843Z Compiling anstyle v1.0.14
16432026-07-30T03:51:33.071Z Compiling anstream v1.0.0
16442026-07-30T03:51:33.384Z Compiling clap_lex v1.1.0
16452026-07-30T03:51:33.758Z Compiling regress v0.11.1
16462026-07-30T03:51:34.104Z Compiling clap_derive v4.6.4
16472026-07-30T03:51:34.554Z Compiling terminal_size v0.4.4
16482026-07-30T03:51:35.553Z Compiling typify-impl v0.6.2
16492026-07-30T03:51:35.730Z Compiling toml_datetime v0.6.11
16502026-07-30T03:51:35.763Z Compiling zerocopy-derive v0.7.35
16512026-07-30T03:51:35.980Z Compiling cpufeatures v0.2.17
16522026-07-30T03:51:35.996Z Compiling convert_case v0.4.0
16532026-07-30T03:51:36.286Z Compiling derive_more v0.99.20
16542026-07-30T03:51:36.610Z Compiling zerocopy v0.7.35
16552026-07-30T03:51:37.077Z Compiling clap_builder v4.6.2
16562026-07-30T03:51:37.637Z Compiling toml_edit v0.25.12+spec-1.1.0
16572026-07-30T03:51:37.861Z Compiling unicode-width v0.2.2
16582026-07-30T03:51:38.545Z Compiling proc-macro-crate v3.5.0
16592026-07-30T03:51:38.559Z Compiling secrecy v0.10.3
16602026-07-30T03:51:38.576Z Compiling float-ord v0.3.2
16612026-07-30T03:51:38.671Z Compiling clap v4.6.4
16622026-07-30T03:51:38.720Z Compiling tinyvec_macros v0.1.1
16632026-07-30T03:51:38.744Z Compiling crucible-workspace-hack v0.1.0
16642026-07-30T03:51:38.768Z Compiling tinyvec v1.11.0
16652026-07-30T03:51:38.949Z Compiling num_enum_derive v0.7.6
16662026-07-30T03:51:39.245Z Compiling dtrace-parser v0.2.0
16672026-07-30T03:51:39.314Z Compiling scroll_derive v0.12.1
16682026-07-30T03:51:39.344Z Compiling num-integer v0.1.46
16692026-07-30T03:51:39.659Z Compiling rustc_version v0.4.1
16702026-07-30T03:51:39.928Z Compiling usdt-impl v0.5.0
16712026-07-30T03:51:39.994Z Compiling num_enum v0.7.6
16722026-07-30T03:51:40.035Z Compiling scroll v0.12.0
16732026-07-30T03:51:40.102Z Compiling curve25519-dalek v4.1.3
16742026-07-30T03:51:40.290Z Compiling dof v0.3.0
16752026-07-30T03:51:40.614Z Compiling hmac v0.12.1
16762026-07-30T03:51:40.625Z Compiling inout v0.1.4
16772026-07-30T03:51:40.637Z Compiling darling_core v0.21.3
16782026-07-30T03:51:40.703Z Compiling ff v0.13.1
16792026-07-30T03:51:40.746Z Compiling thread-id v4.2.2
16802026-07-30T03:51:40.758Z Compiling cipher v0.4.4
16812026-07-30T03:51:40.773Z Compiling hkdf v0.12.4
16822026-07-30T03:51:40.831Z Compiling group v0.13.0
16832026-07-30T03:51:41.324Z Compiling goblin v0.8.2
16842026-07-30T03:51:41.375Z Compiling num-iter v0.1.45
16852026-07-30T03:51:41.442Z Compiling num-rational v0.4.2
16862026-07-30T03:51:41.557Z Compiling thiserror-impl-no-std v2.0.2
16872026-07-30T03:51:41.602Z Compiling universal-hash v0.5.1
16882026-07-30T03:51:41.627Z Compiling crypto-bigint v0.5.5
16892026-07-30T03:51:41.859Z Compiling crossbeam-epoch v0.9.18
16902026-07-30T03:51:41.881Z Compiling typify-macro v0.6.2
16912026-07-30T03:51:42.060Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16922026-07-30T03:51:42.407Z Compiling half v2.7.1
16932026-07-30T03:51:42.574Z Compiling curve25519-dalek-derive v0.1.1
16942026-07-30T03:51:42.703Z Compiling num-complex v0.4.6
16952026-07-30T03:51:42.747Z Compiling darling_macro v0.21.3
16962026-07-30T03:51:43.011Z Compiling ciborium-io v0.2.2
16972026-07-30T03:51:43.061Z Compiling opaque-debug v0.3.1
16982026-07-30T03:51:43.086Z Compiling base16ct v0.2.0
16992026-07-30T03:51:43.126Z Compiling base64ct v1.8.3
17002026-07-30T03:51:43.160Z Compiling poly1305 v0.8.0
17012026-07-30T03:51:43.241Z Compiling elliptic-curve v0.13.8
17022026-07-30T03:51:43.341Z Compiling darling v0.21.3
17032026-07-30T03:51:43.416Z Compiling password-hash v0.5.0
17042026-07-30T03:51:43.509Z Compiling num v0.4.3
17052026-07-30T03:51:43.589Z Compiling ciborium-ll v0.2.2
17062026-07-30T03:51:43.809Z Compiling thiserror-no-std v2.0.2
17072026-07-30T03:51:44.001Z Compiling typify v0.6.2
17082026-07-30T03:51:44.407Z Compiling chacha20 v0.9.1
17092026-07-30T03:51:44.411Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17102026-07-30T03:51:44.422Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-07-30T03:51:44.919Z Compiling blake2 v0.10.6
17122026-07-30T03:51:45.128Z Compiling aead v0.5.2
17132026-07-30T03:51:45.299Z Compiling byte-wrapper v0.1.0
17142026-07-30T03:51:45.318Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17152026-07-30T03:51:45.363Z Compiling proc-macro-error-attr v1.0.4
17162026-07-30T03:51:45.628Z Compiling keccak v0.1.6
17172026-07-30T03:51:45.677Z Compiling unsafe-libyaml v0.2.11
17182026-07-30T03:51:45.764Z Compiling rustix v0.38.44
17192026-07-30T03:51:45.866Z Compiling heapless v0.8.0
17202026-07-30T03:51:46.119Z Compiling prettyplease v0.2.37
17212026-07-30T03:51:46.350Z Compiling serde_yaml v0.9.34+deprecated
17222026-07-30T03:51:46.450Z Compiling sha3 v0.10.9
17232026-07-30T03:51:46.782Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17242026-07-30T03:51:46.973Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17252026-07-30T03:51:47.590Z Compiling chacha20poly1305 v0.10.1
17262026-07-30T03:51:47.618Z Compiling argon2 v0.5.3
17272026-07-30T03:51:47.715Z Compiling vsss-rs v3.3.4
17282026-07-30T03:51:47.912Z Compiling ciborium v0.2.2
17292026-07-30T03:51:47.927Z Compiling ingot-macros v0.1.1
17302026-07-30T03:51:48.303Z Compiling usdt-macro v0.5.0
17312026-07-30T03:51:48.488Z Compiling usdt-attr-macro v0.5.0
17322026-07-30T03:51:49.608Z Compiling serde_spanned v0.6.9
17332026-07-30T03:51:49.748Z Compiling enum-as-inner v0.6.1
17342026-07-30T03:51:49.827Z Compiling hash32 v0.3.1
17352026-07-30T03:51:49.975Z Compiling proc-macro-error v1.0.4
17362026-07-30T03:51:50.220Z Compiling memmap v0.7.0
17372026-07-30T03:51:50.234Z Compiling memoffset v0.9.1
17382026-07-30T03:51:50.300Z Compiling toml_write v0.1.2
17392026-07-30T03:51:50.325Z Compiling static_assertions v1.1.0
17402026-07-30T03:51:50.394Z Compiling winnow v0.5.40
17412026-07-30T03:51:50.406Z Compiling data-encoding v2.11.0
17422026-07-30T03:51:50.475Z Compiling winnow v0.7.15
17432026-07-30T03:51:50.492Z Compiling smoltcp v0.11.0
17442026-07-30T03:51:50.531Z Compiling cfg_aliases v0.2.1
17452026-07-30T03:51:50.654Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17462026-07-30T03:51:50.685Z Compiling indent_write v2.2.0
17472026-07-30T03:51:50.816Z Compiling ingot-types v0.1.2
17482026-07-30T03:51:50.858Z Compiling nix v0.31.3
17492026-07-30T03:51:50.924Z Compiling usdt v0.5.0
17502026-07-30T03:51:51.236Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17512026-07-30T03:51:51.246Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17522026-07-30T03:51:51.275Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-07-30T03:51:51.600Z Compiling tabwriter v1.4.1
17542026-07-30T03:51:51.777Z Compiling toml_edit v0.19.15
17552026-07-30T03:51:51.833Z Compiling toml_edit v0.22.27
17562026-07-30T03:51:51.920Z Compiling cobs v0.3.0
17572026-07-30T03:51:51.989Z Compiling rustls-webpki v0.103.13
17582026-07-30T03:51:52.392Z Compiling serde_repr v0.1.21
17592026-07-30T03:51:52.605Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17602026-07-30T03:51:52.987Z Compiling bitflags v1.3.2
17612026-07-30T03:51:53.051Z Compiling vcpkg v0.2.15
17622026-07-30T03:51:53.062Z Compiling managed v0.8.0
17632026-07-30T03:51:53.230Z Compiling pkg-config v0.3.33
17642026-07-30T03:51:53.616Z Compiling toml v0.8.23
17652026-07-30T03:51:53.683Z Compiling openssl-sys v0.9.116
17662026-07-30T03:51:53.868Z Compiling proc-macro-crate v1.3.1
17672026-07-30T03:51:54.213Z Compiling postcard v1.1.3
17682026-07-30T03:51:54.556Z Compiling ingot v0.1.1
17692026-07-30T03:51:54.662Z Compiling hubpack_derive v0.1.1
17702026-07-30T03:51:55.159Z Compiling foreign-types-macros v0.2.3
17712026-07-30T03:51:55.188Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17722026-07-30T03:51:55.243Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17732026-07-30T03:51:55.255Z Compiling semver v0.1.20
17742026-07-30T03:51:55.482Z Compiling tokio-rustls v0.26.4
17752026-07-30T03:51:55.493Z Compiling rustls-platform-verifier v0.7.0
17762026-07-30T03:51:55.505Z Compiling unicode-segmentation v1.13.3
17772026-07-30T03:51:55.726Z Compiling hyper-rustls v0.27.9
17782026-07-30T03:51:55.922Z Compiling reqwest v0.13.4
17792026-07-30T03:51:56.433Z Compiling rayon-core v1.13.0
17802026-07-30T03:51:56.668Z Compiling linked-hash-map v0.5.6
17812026-07-30T03:51:56.750Z Compiling swrite v0.1.0
17822026-07-30T03:51:56.843Z Compiling colored v3.1.1
17832026-07-30T03:51:56.853Z Compiling foreign-types-shared v0.3.1
17842026-07-30T03:51:56.943Z Compiling heck v0.4.1
17852026-07-30T03:51:57.189Z Compiling progenitor-client v0.14.0
17862026-07-30T03:51:57.246Z Compiling resolv-conf v0.7.6
17872026-07-30T03:51:57.324Z Compiling foreign-types v0.5.0
17882026-07-30T03:51:57.404Z Compiling progenitor-extras v0.2.0
17892026-07-30T03:51:57.486Z Compiling lru-cache v0.1.2
17902026-07-30T03:51:57.644Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17912026-07-30T03:51:57.658Z Compiling newline-converter v0.3.0
17922026-07-30T03:51:57.948Z Compiling rustc_version v0.1.7
17932026-07-30T03:51:58.084Z Compiling hubpack v0.1.2
17942026-07-30T03:51:58.489Z Compiling num_enum_derive v0.5.11
17952026-07-30T03:51:58.706Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-07-30T03:51:58.800Z Compiling atomicwrites v0.4.4
17972026-07-30T03:51:59.112Z Compiling hickory-proto v0.24.4
17982026-07-30T03:52:00.258Z Compiling progenitor-impl v0.13.0
17992026-07-30T03:52:00.673Z Compiling crossbeam-deque v0.8.6
18002026-07-30T03:52:00.872Z Compiling console v0.15.11
18012026-07-30T03:52:01.279Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18022026-07-30T03:52:01.541Z Compiling camino-tempfile v1.4.1
18032026-07-30T03:52:01.784Z Compiling chacha20 v0.10.0
18042026-07-30T03:52:01.796Z Compiling serde-big-array v0.5.1
18052026-07-30T03:52:01.936Z Compiling derive-where v1.6.1
18062026-07-30T03:52:02.073Z Compiling pin-project-internal v1.1.13
18072026-07-30T03:52:02.465Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-07-30T03:52:02.643Z Compiling num-derive v0.4.2
18092026-07-30T03:52:02.997Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-07-30T03:52:03.143Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-07-30T03:52:03.194Z Compiling cstr-argument v0.1.2
18122026-07-30T03:52:03.282Z Compiling similar v2.7.0
18132026-07-30T03:52:03.348Z Compiling minimal-lexical v0.2.1
18142026-07-30T03:52:03.617Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18152026-07-30T03:52:03.849Z Compiling siphasher v1.0.3
18162026-07-30T03:52:03.866Z Compiling progenitor-macro v0.13.0
18172026-07-30T03:52:04.054Z Compiling phf_shared v0.12.1
18182026-07-30T03:52:04.225Z Compiling expectorate v1.2.0
18192026-07-30T03:52:04.250Z Compiling nom v7.1.3
18202026-07-30T03:52:04.389Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18212026-07-30T03:52:04.660Z Compiling pin-project v1.1.13
18222026-07-30T03:52:04.759Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-07-30T03:52:05.014Z Compiling rand v0.10.2
18242026-07-30T03:52:05.601Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18252026-07-30T03:52:05.660Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-07-30T03:52:05.691Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18272026-07-30T03:52:05.715Z Compiling hickory-resolver v0.24.4
18282026-07-30T03:52:06.023Z Compiling num_enum v0.5.11
18292026-07-30T03:52:06.138Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18302026-07-30T03:52:06.337Z Compiling newtype_derive v0.1.6
18312026-07-30T03:52:06.553Z Compiling progenitor-client v0.13.0
18322026-07-30T03:52:06.849Z Compiling progenitor-impl v0.14.0
18332026-07-30T03:52:07.319Z Compiling unicode-normalization v0.1.25
18342026-07-30T03:52:07.796Z Compiling tokio-stream v0.1.18
18352026-07-30T03:52:08.022Z Compiling snafu-derive v0.8.9
18362026-07-30T03:52:08.269Z Compiling async-recursion v1.1.1
18372026-07-30T03:52:08.387Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18382026-07-30T03:52:08.596Z Compiling slog-dtrace v0.3.0
18392026-07-30T03:52:08.703Z Compiling csv-core v0.1.13
18402026-07-30T03:52:08.843Z Compiling bstr v1.12.1
18412026-07-30T03:52:08.963Z Compiling openssl v0.10.80
18422026-07-30T03:52:08.978Z Compiling unicode-xid v0.2.6
18432026-07-30T03:52:09.024Z Compiling cancel-safe-futures v0.1.5
18442026-07-30T03:52:09.094Z Compiling same-file v1.0.6
18452026-07-30T03:52:09.238Z Compiling unicode-width v0.1.14
18462026-07-30T03:52:09.265Z Compiling foldhash v0.1.5
18472026-07-30T03:52:09.279Z Compiling konst_macro_rules v0.2.19
18482026-07-30T03:52:09.345Z Compiling chrono-tz v0.10.4
18492026-07-30T03:52:09.436Z Compiling foreign-types-shared v0.1.1
18502026-07-30T03:52:09.451Z Compiling owo-colors v4.3.0
18512026-07-30T03:52:09.512Z Compiling highway v1.3.0
18522026-07-30T03:52:09.523Z Compiling foreign-types v0.3.2
18532026-07-30T03:52:09.589Z Compiling konst v0.2.20
18542026-07-30T03:52:09.601Z Compiling hashbrown v0.15.5
18552026-07-30T03:52:09.791Z Compiling snafu v0.8.9
18562026-07-30T03:52:09.820Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-07-30T03:52:09.876Z Compiling globset v0.4.18
18582026-07-30T03:52:09.901Z Compiling walkdir v2.5.0
18592026-07-30T03:52:10.123Z Compiling const_format_proc_macros v0.2.34
18602026-07-30T03:52:10.167Z Compiling progenitor v0.13.0
18612026-07-30T03:52:10.170Z Compiling csv v1.4.0
18622026-07-30T03:52:10.308Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-07-30T03:52:10.353Z Compiling qorb v0.4.1
18642026-07-30T03:52:10.487Z Compiling progenitor-macro v0.14.0
18652026-07-30T03:52:10.704Z Compiling olpc-cjson v0.1.4
18662026-07-30T03:52:10.736Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-07-30T03:52:11.703Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-07-30T03:52:12.454Z Compiling rayon v1.12.0
18692026-07-30T03:52:12.574Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18702026-07-30T03:52:12.586Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-30T03:52:12.632Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18722026-07-30T03:52:12.922Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-30T03:52:13.134Z Compiling phf v0.12.1
18742026-07-30T03:52:13.287Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-30T03:52:14.209Z Compiling zone_cfg_derive v0.3.1
18762026-07-30T03:52:14.275Z Compiling tokio-dtrace v0.1.1
18772026-07-30T03:52:14.430Z Compiling itertools v0.12.1
18782026-07-30T03:52:14.539Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18792026-07-30T03:52:14.746Z Compiling libsw-core v0.3.2
18802026-07-30T03:52:14.897Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-07-30T03:52:14.908Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18822026-07-30T03:52:15.298Z Compiling serde_plain v1.0.2
18832026-07-30T03:52:15.509Z Compiling openssl-macros v0.1.1
18842026-07-30T03:52:15.521Z Compiling pem v3.0.6
18852026-07-30T03:52:15.587Z Compiling cookie v0.18.1
18862026-07-30T03:52:15.648Z Compiling sigpipe v0.1.3
18872026-07-30T03:52:15.666Z Compiling glob v0.3.3
18882026-07-30T03:52:15.730Z Compiling bytecount v0.6.9
18892026-07-30T03:52:15.832Z Compiling typed-path v0.9.3
18902026-07-30T03:52:15.868Z Compiling jiff v0.2.28
18912026-07-30T03:52:15.887Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-07-30T03:52:15.997Z Compiling fixedbitset v0.4.2
18932026-07-30T03:52:16.117Z Compiling fixedbitset v0.5.7
18942026-07-30T03:52:16.234Z Compiling petgraph v0.6.5
18952026-07-30T03:52:16.453Z Compiling petgraph v0.8.3
18962026-07-30T03:52:16.632Z Compiling papergrid v0.11.0
18972026-07-30T03:52:17.238Z Compiling tough v0.22.0
18982026-07-30T03:52:17.790Z Compiling progenitor v0.14.0
18992026-07-30T03:52:17.808Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-07-30T03:52:17.922Z Compiling zone v0.3.1
19012026-07-30T03:52:17.965Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19022026-07-30T03:52:18.022Z Compiling libsw v3.5.0
19032026-07-30T03:52:18.192Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19042026-07-30T03:52:18.300Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-30T03:52:18.437Z Compiling oxide-tokio-rt v0.1.6
19062026-07-30T03:52:18.469Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-07-30T03:52:18.489Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-07-30T03:52:18.730Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19092026-07-30T03:52:19.474Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-30T03:52:19.649Z Compiling const_format v0.2.36
19112026-07-30T03:52:19.653Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-30T03:52:19.989Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19132026-07-30T03:52:20.222Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-30T03:52:20.388Z Compiling tabled_derive v0.7.0
19152026-07-30T03:52:20.543Z Compiling gethostname v0.5.0
19162026-07-30T03:52:20.665Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-30T03:52:20.691Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19182026-07-30T03:52:20.694Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-07-30T03:52:20.780Z Compiling smf v0.2.3
19202026-07-30T03:52:20.797Z Compiling bcs v0.1.6
19212026-07-30T03:52:20.815Z Compiling nom v8.0.0
19222026-07-30T03:52:21.116Z Compiling termtree v0.5.1
19232026-07-30T03:52:21.262Z Compiling crunchy v0.2.4
19242026-07-30T03:52:21.351Z Compiling whoami v1.6.1
19252026-07-30T03:52:21.383Z Compiling smawk v0.3.2
19262026-07-30T03:52:21.522Z Compiling unicode-linebreak v0.1.5
19272026-07-30T03:52:21.559Z Compiling tagptr v0.2.0
19282026-07-30T03:52:21.671Z Compiling lazy_static v1.5.0
19292026-07-30T03:52:21.704Z Compiling linear-map v1.2.0
19302026-07-30T03:52:21.707Z Compiling textwrap v0.16.2
19312026-07-30T03:52:21.763Z Compiling steno v0.4.1
19322026-07-30T03:52:21.763Z Compiling moka v0.12.15
19332026-07-30T03:52:21.903Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-07-30T03:52:22.149Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-07-30T03:52:22.574Z Compiling tabled v0.15.0
19362026-07-30T03:52:23.337Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-30T03:52:23.406Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-07-30T03:52:23.829Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-30T03:52:24.632Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-07-30T03:52:25.140Z Compiling hickory-proto v0.25.2
19412026-07-30T03:52:25.299Z Compiling tiny-keccak v2.0.2
19422026-07-30T03:52:25.554Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19432026-07-30T03:52:25.640Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19442026-07-30T03:52:26.164Z Compiling parking_lot_core v0.8.6
19452026-07-30T03:52:26.326Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19462026-07-30T03:52:26.659Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-07-30T03:52:26.690Z Compiling libscf-sys v1.2.0
19482026-07-30T03:52:26.831Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19492026-07-30T03:52:26.852Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19502026-07-30T03:52:27.114Z Compiling hickory-resolver v0.25.2
19512026-07-30T03:52:27.268Z Compiling const-random-macro v0.1.16
19522026-07-30T03:52:27.294Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19532026-07-30T03:52:27.530Z Compiling ahash v0.8.12
19542026-07-30T03:52:27.681Z Compiling smartstring v1.0.1
19552026-07-30T03:52:27.728Z Compiling const-random v0.1.18
19562026-07-30T03:52:27.801Z Compiling parking_lot v0.11.2
19572026-07-30T03:52:28.187Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-07-30T03:52:28.228Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19592026-07-30T03:52:28.239Z Compiling fxhash v0.2.1
19602026-07-30T03:52:28.373Z Compiling internet-checksum v0.2.1
19612026-07-30T03:52:28.469Z Compiling sled v0.34.7
19622026-07-30T03:52:28.784Z Compiling itertools v0.15.0
19632026-07-30T03:52:28.946Z Compiling thin-vec v0.2.18
19642026-07-30T03:52:29.247Z Compiling rhai_codegen v3.2.0
19652026-07-30T03:52:29.426Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19662026-07-30T03:52:29.506Z Compiling serial_test_derive v4.0.1
19672026-07-30T03:52:29.717Z Compiling yansi v1.0.1
19682026-07-30T03:52:30.036Z Compiling diff v0.1.13
19692026-07-30T03:52:30.226Z Compiling serial_test v4.0.1
19702026-07-30T03:52:30.324Z Compiling pretty_assertions v1.4.1
19712026-07-30T03:52:30.485Z Compiling rhai v1.25.1
19722026-07-30T03:52:31.520Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19732026-07-30T03:52:32.338Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-07-30T03:52:40.741Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-07-30T03:52:42.402Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-07-30T03:52:43.448Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19772026-07-30T03:52:44.356Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19782026-07-30T03:52:45.174Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19792026-07-30T03:52:46.302Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19802026-07-30T03:53:18.659Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 17s
19812026-07-30T03:53:18.845Z────────────
19822026-07-30T03:53:18.845Z Nextest run ID a958cac3-d451-46a5-924e-e4fc0ac6fee5 with nextest profile: default
19832026-07-30T03:53:18.845Z Starting 160 tests across 3 binaries
19842026-07-30T03:53:18.854Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19852026-07-30T03:53:18.857Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19862026-07-30T03:53:18.857Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19872026-07-30T03:53:18.857Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19882026-07-30T03:53:18.857Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19892026-07-30T03:53:18.857Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19902026-07-30T03:53:18.857Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19912026-07-30T03:53:18.857Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19922026-07-30T03:53:18.863Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19932026-07-30T03:53:18.866Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19942026-07-30T03:53:18.866Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19952026-07-30T03:53:18.866Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19962026-07-30T03:53:18.866Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
19972026-07-30T03:53:18.866Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19982026-07-30T03:53:18.866Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19992026-07-30T03:53:18.866Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
20002026-07-30T03:53:18.872Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
20012026-07-30T03:53:18.875Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
20022026-07-30T03:53:18.875Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
20032026-07-30T03:53:18.875Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
20042026-07-30T03:53:18.875Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
20052026-07-30T03:53:18.875Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
20062026-07-30T03:53:18.875Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
20072026-07-30T03:53:18.880Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
20082026-07-30T03:53:18.883Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
20092026-07-30T03:53:18.883Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
20102026-07-30T03:53:18.883Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
20112026-07-30T03:53:18.883Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
20122026-07-30T03:53:18.883Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
20132026-07-30T03:53:18.883Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
20142026-07-30T03:53:18.886Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
20152026-07-30T03:53:18.886Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
20162026-07-30T03:53:18.891Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
20172026-07-30T03:53:18.894Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
20182026-07-30T03:53:18.894Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
20192026-07-30T03:53:18.894Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
20202026-07-30T03:53:18.894Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
20212026-07-30T03:53:18.894Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
20222026-07-30T03:53:18.894Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
20232026-07-30T03:53:18.894Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
20242026-07-30T03:53:18.901Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
20252026-07-30T03:53:18.901Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
20262026-07-30T03:53:18.904Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
20272026-07-30T03:53:18.904Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
20282026-07-30T03:53:18.904Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
20292026-07-30T03:53:18.904Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
20302026-07-30T03:53:18.904Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20312026-07-30T03:53:18.904Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20322026-07-30T03:53:18.910Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20332026-07-30T03:53:18.915Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20342026-07-30T03:53:18.915Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
20352026-07-30T03:53:18.915Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20362026-07-30T03:53:18.915Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20372026-07-30T03:53:18.915Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
20382026-07-30T03:53:18.915Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20392026-07-30T03:53:18.915Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20402026-07-30T03:53:18.918Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20412026-07-30T03:53:18.921Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
20422026-07-30T03:53:18.921Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
20432026-07-30T03:53:18.921Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
20442026-07-30T03:53:18.926Z PASS [ 0.009s] bgp messages::tests::prefix_within
20452026-07-30T03:53:18.926Z PASS [ 0.010s] bgp messages::tests::open_round_trip
20462026-07-30T03:53:18.926Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
20472026-07-30T03:53:18.926Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20482026-07-30T03:53:18.929Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20492026-07-30T03:53:18.929Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20502026-07-30T03:53:18.929Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20512026-07-30T03:53:18.935Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20522026-07-30T03:53:18.935Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20532026-07-30T03:53:18.935Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20542026-07-30T03:53:18.935Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20552026-07-30T03:53:18.935Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20562026-07-30T03:53:18.938Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20572026-07-30T03:53:18.938Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20582026-07-30T03:53:18.938Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20592026-07-30T03:53:18.941Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20602026-07-30T03:53:18.941Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20612026-07-30T03:53:18.942Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20622026-07-30T03:53:18.942Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20632026-07-30T03:53:18.942Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20642026-07-30T03:53:18.945Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20652026-07-30T03:53:18.948Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
20662026-07-30T03:53:18.948Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20672026-07-30T03:53:18.948Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20682026-07-30T03:53:18.962Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20692026-07-30T03:53:18.965Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20702026-07-30T03:53:18.965Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20712026-07-30T03:53:18.965Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20722026-07-30T03:53:18.965Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20732026-07-30T03:53:18.965Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_roundtrip
20742026-07-30T03:53:18.968Z PASS [ 0.020s] bgp policy::test::update_shape_community
20752026-07-30T03:53:18.977Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20762026-07-30T03:53:18.980Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20772026-07-30T03:53:18.980Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20782026-07-30T03:53:18.983Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20792026-07-30T03:53:18.984Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20802026-07-30T03:53:18.984Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20812026-07-30T03:53:18.984Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20822026-07-30T03:53:18.984Z PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20832026-07-30T03:53:18.991Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20842026-07-30T03:53:18.994Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20852026-07-30T03:53:18.994Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20862026-07-30T03:53:18.997Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20872026-07-30T03:53:19.000Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20882026-07-30T03:53:19.000Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20892026-07-30T03:53:19.004Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20902026-07-30T03:53:19.004Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20912026-07-30T03:53:19.004Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20922026-07-30T03:53:19.007Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20932026-07-30T03:53:19.007Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20942026-07-30T03:53:19.007Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20952026-07-30T03:53:19.009Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20962026-07-30T03:53:19.012Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20972026-07-30T03:53:19.012Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20982026-07-30T03:53:19.012Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20992026-07-30T03:53:19.016Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
21002026-07-30T03:53:19.016Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
21012026-07-30T03:53:19.016Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
21022026-07-30T03:53:19.016Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
21032026-07-30T03:53:19.018Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
21042026-07-30T03:53:19.019Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
21052026-07-30T03:53:19.065Z PASS [ 0.054s] bgp test::ensure_session_updates_peer_metadata_for_existing_peer
21062026-07-30T03:53:22.076Z PASS [ 3.066s] bgp test::test_basic_peering_active
21072026-07-30T03:53:22.080Z PASS [ 3.065s] bgp test::test_basic_update
21082026-07-30T03:53:22.080Z PASS [ 3.064s] bgp test::test_basic_update_ipv6
21092026-07-30T03:53:22.085Z PASS [ 3.070s] bgp test::test_basic_peering_passive
21102026-07-30T03:53:22.090Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
21112026-07-30T03:53:22.104Z PASS [ 3.092s] bgp test::test_basic_peering_active_tcp
21122026-07-30T03:53:22.107Z PASS [ 3.086s] bgp test::test_basic_update_ipv6_tcp
21132026-07-30T03:53:22.146Z PASS [ 3.081s] bgp test::test_basic_update_tcp
21142026-07-30T03:53:25.154Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_active
21152026-07-30T03:53:25.168Z PASS [ 3.063s] bgp test::test_ipv6_basic_peering_passive
21162026-07-30T03:53:25.223Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
21172026-07-30T03:53:26.159Z PASS [ 4.083s] bgp test::test_dual_stack_routes_ipv4_peer_success
21182026-07-30T03:53:26.160Z PASS [ 4.079s] bgp test::test_import_export_policy_filtering
21192026-07-30T03:53:26.160Z PASS [ 4.079s] bgp test::test_dual_stack_routes_ipv6_peer_success
21202026-07-30T03:53:26.165Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
21212026-07-30T03:53:26.186Z PASS [ 4.081s] bgp test::test_ipv6_basic_peering_active_tcp
21222026-07-30T03:53:26.228Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
21232026-07-30T03:53:27.253Z PASS [ 1.093s] bgp test::test_three_router_chain_tcp
21242026-07-30T03:53:27.256Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp_ipv6
21252026-07-30T03:53:28.014Z PASS [ 2.791s] bgp test::test_neighbor_thread_lifecycle_no_leaks
21262026-07-30T03:53:28.223Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
21272026-07-30T03:53:28.313Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
21282026-07-30T03:53:28.318Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21292026-07-30T03:53:28.323Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21302026-07-30T03:53:28.328Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21312026-07-30T03:53:28.332Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21322026-07-30T03:53:28.337Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::apply_downgrade_preserves_both_peer_kinds
21332026-07-30T03:53:28.342Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::apply_request_serde_uses_peer_array
21342026-07-30T03:53:28.347Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::delete_request_serde_is_explicit
21352026-07-30T03:53:28.352Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::id_ord_map_deserialization_rejects_duplicate_peer_ids
21362026-07-30T03:53:28.357Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::v11_apply_upgrade_rejects_peer_in_multiple_groups
21372026-07-30T03:53:29.231Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
21382026-07-30T03:53:29.234Z PASS [ 3.066s] bgp test::test_three_router_chain_unnumbered
21392026-07-30T03:53:31.249Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
21402026-07-30T03:53:33.074Z PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change
21412026-07-30T03:53:36.316Z PASS [ 9.061s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21422026-07-30T03:53:37.285Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
21432026-07-30T03:53:44.291Z PASS [ 18.062s] bgp test::test_unnumbered_interface_lifecycle
21442026-07-30T03:53:44.291Z────────────
21452026-07-30T03:53:44.292Z Summary [ 25.446s] 160 tests run: 160 passed, 0 skipped
21462026-07-30T03:53:44.304Z+ cp ./dualstack_routes.log ./ensure_session_updates_peer_metadata_for_existing_peer.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/
21472026-07-30T03:53:44.309Z+ popd
21482026-07-30T03:53:44.309Z+ pushd mgd
21492026-07-30T03:53:44.309Z/work/oxidecomputer/maghemite
21502026-07-30T03:53:44.309Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21512026-07-30T03:53:44.312Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21522026-07-30T03:53:45.500Z Compiling slog v2.8.2
21532026-07-30T03:53:45.613Z Compiling usdt v0.6.0
21542026-07-30T03:53:45.705Z Compiling proc-macro-error-attr2 v2.0.0
21552026-07-30T03:53:45.722Z Compiling papergrid v0.18.0
21562026-07-30T03:53:45.722Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21572026-07-30T03:53:45.725Z Compiling testing_table v0.3.0
21582026-07-30T03:53:45.881Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21592026-07-30T03:53:45.884Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21602026-07-30T03:53:45.903Z Compiling crc8 v0.1.1
21612026-07-30T03:53:46.007Z Compiling slog-json v2.6.1
21622026-07-30T03:53:46.018Z Compiling slog-async v2.8.0
21632026-07-30T03:53:46.147Z Compiling slog-term v2.9.2
21642026-07-30T03:53:46.230Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652026-07-30T03:53:46.244Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-07-30T03:53:46.356Z Compiling slog-bunyan v2.5.0
21672026-07-30T03:53:46.406Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-07-30T03:53:46.492Z Compiling dropshot v0.17.1
21692026-07-30T03:53:46.779Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-07-30T03:53:46.801Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-07-30T03:53:46.801Z Compiling slog-dtrace v0.3.0
21722026-07-30T03:53:46.801Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21732026-07-30T03:53:47.017Z Compiling steno v0.4.1
21742026-07-30T03:53:47.360Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21752026-07-30T03:53:47.779Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-07-30T03:53:47.858Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-07-30T03:53:47.899Z Compiling proc-macro-error2 v2.0.1
21782026-07-30T03:53:48.169Z Compiling tabled_derive v0.11.0
21792026-07-30T03:53:49.262Z Compiling tabled v0.21.0
21802026-07-30T03:53:49.476Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-07-30T03:53:50.668Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-30T03:53:52.121Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-07-30T03:53:52.121Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21842026-07-30T03:53:52.731Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-07-30T03:53:52.914Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-07-30T03:53:53.010Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
21872026-07-30T03:53:53.360Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21882026-07-30T03:53:53.734Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-07-30T03:53:53.878Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-07-30T03:53:55.376Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-07-30T03:53:55.644Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-07-30T03:53:55.828Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-07-30T03:53:55.908Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-07-30T03:53:56.626Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-07-30T03:53:56.644Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-07-30T03:53:57.646Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-07-30T03:53:57.701Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-07-30T03:53:57.852Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-07-30T03:53:57.855Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22002026-07-30T03:53:57.903Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22012026-07-30T03:53:58.264Z Compiling dropshot-api-manager-types v0.7.2
22022026-07-30T03:53:58.615Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22032026-07-30T03:53:58.639Z Compiling port-file v0.1.0
22042026-07-30T03:53:58.766Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-07-30T03:54:01.870Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-07-30T03:54:01.870Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-07-30T03:54:03.096Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-07-30T03:54:03.834Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-07-30T03:54:04.138Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-07-30T03:54:05.634Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-07-30T03:54:05.809Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-07-30T03:54:11.475Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-07-30T03:54:19.080Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-07-30T03:54:20.707Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-07-30T03:54:21.733Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22162026-07-30T03:54:22.659Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22172026-07-30T03:54:23.472Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22182026-07-30T03:54:24.624Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22192026-07-30T03:54:24.624Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22202026-07-30T03:54:24.627Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22212026-07-30T03:54:30.610Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22222026-07-30T03:54:57.143Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
22232026-07-30T03:54:57.297Z────────────
22242026-07-30T03:54:57.297Z Nextest run ID f53a1dd6-1b9a-42d9-8e20-d3b81277a0dc with nextest profile: default
22252026-07-30T03:54:57.297Z Starting 41 tests across 3 binaries
22262026-07-30T03:54:57.316Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22272026-07-30T03:54:57.316Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22282026-07-30T03:54:57.316Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::delete_request_serde_is_explicit
22292026-07-30T03:54:57.316Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22302026-07-30T03:54:57.316Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22312026-07-30T03:54:57.316Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::tests::apply_downgrade_preserves_both_peer_kinds
22322026-07-30T03:54:57.316Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::tests::id_ord_map_deserialization_rejects_duplicate_peer_ids
22332026-07-30T03:54:57.317Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::tests::apply_request_serde_uses_peer_array
22342026-07-30T03:54:57.317Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::v11_apply_upgrade_rejects_peer_in_multiple_groups
22352026-07-30T03:54:57.404Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22362026-07-30T03:54:57.404Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22372026-07-30T03:54:57.404Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22382026-07-30T03:54:57.452Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22392026-07-30T03:54:57.452Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22402026-07-30T03:54:57.452Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22412026-07-30T03:54:57.452Z PASS [ 0.064s] mgd::bin/mgd bgp_admin::tests::apply_removes_non_request_asns
22422026-07-30T03:54:57.452Z PASS [ 0.066s] mgd::bin/mgd bgp_admin::tests::empty_apply_retains_router_until_explicit_delete
22432026-07-30T03:54:57.452Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22442026-07-30T03:54:57.452Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22452026-07-30T03:54:57.452Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22462026-07-30T03:54:57.452Z PASS [ 0.014s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22472026-07-30T03:54:57.452Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22482026-07-30T03:54:57.452Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22492026-07-30T03:54:57.452Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22502026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22512026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22522026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22532026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22542026-07-30T03:54:57.453Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22552026-07-30T03:54:57.453Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22562026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22572026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22582026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22592026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22602026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22612026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22622026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22632026-07-30T03:54:57.453Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22642026-07-30T03:54:57.454Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22652026-07-30T03:54:57.454Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22662026-07-30T03:54:57.454Z PASS [ 0.054s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22672026-07-30T03:54:57.454Z────────────
22682026-07-30T03:54:57.454Z Summary [ 0.120s] 41 tests run: 41 passed, 0 skipped
22692026-07-30T03:54:57.454Z+ cp ./apply_remove_entire_group.log ./apply_removes_non_request_asns.log ./empty_apply_retains_router_until_explicit_delete.log /work/
22702026-07-30T03:54:57.454Z+ popd
22712026-07-30T03:54:57.454Z/work/oxidecomputer/maghemite
22722026-07-30T03:54:57.454Zprocess exited: duration 422214 ms, exit code 0
 
22732026-07-30T03:54:57.528Zfound 69 output files
22742026-07-30T03:54:57.528Zuploading: /work/apply_remove_entire_group.log (9105 bytes)
22752026-07-30T03:54:58.597Zuploaded: /work/apply_remove_entire_group.log
22762026-07-30T03:54:58.606Zuploading: /work/apply_removes_non_request_asns.log (8937 bytes)
22772026-07-30T03:55:00.290Zuploaded: /work/apply_removes_non_request_asns.log
22782026-07-30T03:55:00.290Zuploading: /work/dualstack_routes.log (158359 bytes)
22792026-07-30T03:55:01.343Zuploaded: /work/dualstack_routes.log
22802026-07-30T03:55:01.343Zuploading: /work/empty_apply_retains_router_until_explicit_delete.log (14717 bytes)
22812026-07-30T03:55:02.366Zuploaded: /work/empty_apply_retains_router_until_explicit_delete.log
22822026-07-30T03:55:02.366Zuploading: /work/ensure_session_updates_peer_metadata_for_existing_peer.log (698 bytes)
22832026-07-30T03:55:03.401Zuploaded: /work/ensure_session_updates_peer_metadata_for_existing_peer.log
22842026-07-30T03:55:03.401Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2288 bytes)
22852026-07-30T03:55:04.445Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22862026-07-30T03:55:04.445Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1362 bytes)
22872026-07-30T03:55:05.505Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22882026-07-30T03:55:05.505Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2115 bytes)
22892026-07-30T03:55:07.879Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22902026-07-30T03:55:07.879Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2390 bytes)
22912026-07-30T03:55:08.918Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22922026-07-30T03:55:08.918Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2282 bytes)
22932026-07-30T03:55:09.926Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22942026-07-30T03:55:09.926Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2186 bytes)
22952026-07-30T03:55:10.936Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22962026-07-30T03:55:10.936Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3080 bytes)
22972026-07-30T03:55:11.948Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22982026-07-30T03:55:11.948Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2279 bytes)
22992026-07-30T03:55:12.956Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
23002026-07-30T03:55:12.956Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2245 bytes)
23012026-07-30T03:55:13.965Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
23022026-07-30T03:55:13.965Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2358 bytes)
23032026-07-30T03:55:14.973Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
23042026-07-30T03:55:14.973Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2275 bytes)
23052026-07-30T03:55:15.980Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
23062026-07-30T03:55:15.980Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2433 bytes)
23072026-07-30T03:55:16.992Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
23082026-07-30T03:55:16.992Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4711 bytes)
23092026-07-30T03:55:18.001Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
23102026-07-30T03:55:18.001Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3519 bytes)
23112026-07-30T03:55:19.011Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
23122026-07-30T03:55:19.011Zuploading: /work/multiple_unnumbered.log (138827 bytes)
23132026-07-30T03:55:20.023Zuploaded: /work/multiple_unnumbered.log
23142026-07-30T03:55:20.024Zuploading: /work/ndp_change_reset.log (69559 bytes)
23152026-07-30T03:55:21.034Zuploaded: /work/ndp_change_reset.log
23162026-07-30T03:55:21.034Zuploading: /work/ndp_changes.log (88808 bytes)
23172026-07-30T03:55:22.043Zuploaded: /work/ndp_changes.log
23182026-07-30T03:55:22.044Zuploading: /work/r1.test_basic_peering_active.log (38362 bytes)
23192026-07-30T03:55:23.054Zuploaded: /work/r1.test_basic_peering_active.log
23202026-07-30T03:55:23.054Zuploading: /work/r1.test_basic_peering_active_tcp.log (45605 bytes)
23212026-07-30T03:55:24.067Zuploaded: /work/r1.test_basic_peering_active_tcp.log
23222026-07-30T03:55:24.067Zuploading: /work/r1.test_basic_peering_passive.log (33921 bytes)
23232026-07-30T03:55:25.088Zuploaded: /work/r1.test_basic_peering_passive.log
23242026-07-30T03:55:25.088Zuploading: /work/r1.test_basic_peering_passive_tcp.log (41293 bytes)
23252026-07-30T03:55:26.099Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
23262026-07-30T03:55:26.099Zuploading: /work/r1.test_basic_update.log (41533 bytes)
23272026-07-30T03:55:27.112Zuploaded: /work/r1.test_basic_update.log
23282026-07-30T03:55:27.112Zuploading: /work/r1.test_basic_update_ipv6.log (39349 bytes)
23292026-07-30T03:55:28.121Zuploaded: /work/r1.test_basic_update_ipv6.log
23302026-07-30T03:55:28.121Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31239 bytes)
23312026-07-30T03:55:29.135Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
23322026-07-30T03:55:29.135Zuploading: /work/r1.test_basic_update_tcp.log (31491 bytes)
23332026-07-30T03:55:30.154Zuploaded: /work/r1.test_basic_update_tcp.log
23342026-07-30T03:55:30.155Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43757 bytes)
23352026-07-30T03:55:31.166Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23362026-07-30T03:55:31.166Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (40881 bytes)
23372026-07-30T03:55:32.187Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23382026-07-30T03:55:32.187Zuploading: /work/r1.test_import_export_policy_filtering.log (54190 bytes)
23392026-07-30T03:55:33.201Zuploaded: /work/r1.test_import_export_policy_filtering.log
23402026-07-30T03:55:33.201Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35994 bytes)
23412026-07-30T03:55:34.213Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23422026-07-30T03:55:34.213Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40352 bytes)
23432026-07-30T03:55:35.306Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23442026-07-30T03:55:35.306Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49114 bytes)
23452026-07-30T03:55:36.338Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23462026-07-30T03:55:36.338Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33876 bytes)
23472026-07-30T03:55:37.351Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23482026-07-30T03:55:37.351Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39706 bytes)
23492026-07-30T03:55:38.365Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23502026-07-30T03:55:38.365Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35767 bytes)
23512026-07-30T03:55:39.378Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23522026-07-30T03:55:39.378Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30023 bytes)
23532026-07-30T03:55:40.404Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23542026-07-30T03:55:40.404Zuploading: /work/r1.test_three_router_chain_tcp.log (26345 bytes)
23552026-07-30T03:55:41.497Zuploaded: /work/r1.test_three_router_chain_tcp.log
23562026-07-30T03:55:41.537Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22324 bytes)
23572026-07-30T03:55:42.602Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23582026-07-30T03:55:42.602Zuploading: /work/r2.test_basic_peering_active.log (39234 bytes)
23592026-07-30T03:55:43.670Zuploaded: /work/r2.test_basic_peering_active.log
23602026-07-30T03:55:43.670Zuploading: /work/r2.test_basic_peering_active_tcp.log (44564 bytes)
23612026-07-30T03:55:44.711Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23622026-07-30T03:55:44.711Zuploading: /work/r2.test_basic_peering_passive.log (41635 bytes)
23632026-07-30T03:55:45.792Zuploaded: /work/r2.test_basic_peering_passive.log
23642026-07-30T03:55:45.792Zuploading: /work/r2.test_basic_peering_passive_tcp.log (47858 bytes)
23652026-07-30T03:55:46.943Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23662026-07-30T03:55:46.943Zuploading: /work/r2.test_basic_update.log (46519 bytes)
23672026-07-30T03:55:48.067Zuploaded: /work/r2.test_basic_update.log
23682026-07-30T03:55:48.067Zuploading: /work/r2.test_basic_update_ipv6.log (36217 bytes)
23692026-07-30T03:55:49.106Zuploaded: /work/r2.test_basic_update_ipv6.log
23702026-07-30T03:55:49.106Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32875 bytes)
23712026-07-30T03:55:50.123Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23722026-07-30T03:55:50.123Zuploading: /work/r2.test_basic_update_tcp.log (32886 bytes)
23732026-07-30T03:55:51.137Zuploaded: /work/r2.test_basic_update_tcp.log
23742026-07-30T03:55:51.137Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (40590 bytes)
23752026-07-30T03:55:52.161Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23762026-07-30T03:55:52.161Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (42792 bytes)
23772026-07-30T03:55:53.286Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23782026-07-30T03:55:53.286Zuploading: /work/r2.test_import_export_policy_filtering.log (43962 bytes)
23792026-07-30T03:55:54.344Zuploaded: /work/r2.test_import_export_policy_filtering.log
23802026-07-30T03:55:54.344Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38379 bytes)
23812026-07-30T03:55:55.577Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23822026-07-30T03:55:55.577Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39069 bytes)
23832026-07-30T03:55:56.607Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23842026-07-30T03:55:56.607Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47971 bytes)
23852026-07-30T03:55:57.623Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23862026-07-30T03:55:57.623Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41580 bytes)
23872026-07-30T03:55:58.685Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23882026-07-30T03:55:58.685Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46845 bytes)
23892026-07-30T03:55:59.704Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23902026-07-30T03:55:59.704Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38257 bytes)
23912026-07-30T03:56:00.753Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23922026-07-30T03:56:00.753Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28150 bytes)
23932026-07-30T03:56:01.806Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23942026-07-30T03:56:01.806Zuploading: /work/r2.test_three_router_chain_tcp.log (44995 bytes)
23952026-07-30T03:56:02.830Zuploaded: /work/r2.test_three_router_chain_tcp.log
23962026-07-30T03:56:02.830Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45153 bytes)
23972026-07-30T03:56:03.856Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23982026-07-30T03:56:03.862Zuploading: /work/r3.test_three_router_chain_tcp.log (20686 bytes)
23992026-07-30T03:56:04.909Zuploaded: /work/r3.test_three_router_chain_tcp.log
24002026-07-30T03:56:04.909Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22324 bytes)
24012026-07-30T03:56:05.937Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
24022026-07-30T03:56:05.937Zuploading: /work/same_linklocal.log (120656 bytes)
24032026-07-30T03:56:06.950Zuploaded: /work/same_linklocal.log
24042026-07-30T03:56:06.950Zuploading: /work/three_chain.log (170031 bytes)
24052026-07-30T03:56:07.967Zuploaded: /work/three_chain.log
24062026-07-30T03:56:07.967Zuploading: /work/unnumbered_expiry.log (90516 bytes)
24072026-07-30T03:56:09.004Zuploaded: /work/unnumbered_expiry.log
24082026-07-30T03:56:09.004Zuploading: /work/unnumbered_interface_lifecycle.log (119234 bytes)
24092026-07-30T03:56:10.015Zuploaded: /work/unnumbered_interface_lifecycle.log
24102026-07-30T03:56:10.015Zuploading: /work/unnumbered_peer_change.log (79552 bytes)
24112026-07-30T03:56:11.031Zuploaded: /work/unnumbered_peer_change.log