01KTAYTHSVBHHNECWE8960T8VA: 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: 01KTAYW4YJAR49SH4ERBH9MZXW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:47.916Zjob assigned to worker 01KTAYWPDHZGA4J6XSEH06JDBA [factory aws, i-074bcb5551d41f965] (queued for 59 s)
 
22026-06-05T03:58:54.416Zstarting task 0: "setup"
32026-06-05T03:58:54.421Z++ uname -s
42026-06-05T03:58:54.424Z+ kern=SunOS
52026-06-05T03:58:54.424Z+ build_user=build
62026-06-05T03:58:54.424Z+ build_uid=12345
72026-06-05T03:58:54.424Z+ work_dir=/work
82026-06-05T03:58:54.424Z+ input_dir=/input
92026-06-05T03:58:54.424Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:54.424Z+ case "$kern" in
112026-06-05T03:58:54.424Z+ groupadd -g 12345 build
122026-06-05T03:58:54.427Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:58:56.431Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:58:56.532Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:58:56.534Z+ home_fs=zfs
162026-06-05T03:58:56.535Z+ [[ zfs == autofs ]]
172026-06-05T03:58:56.535Z+ mkdir -p /home/build
182026-06-05T03:58:56.535Z+ chown build:build /home/build /work
192026-06-05T03:58:58.536Z+ chmod 0700 /home/build /work
202026-06-05T03:58:58.539Zprocess exited: duration 4123 ms, exit code 0
 
212026-06-05T03:58:58.547Zstarting task 1: "rust-toolchain"
222026-06-05T03:58:58.551Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:58:58.551Z * rust toolchain channel = "stable"
242026-06-05T03:58:58.551Z * rust toolchain profile = "default"
252026-06-05T03:58:58.551Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:58:58.551Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:58:58.551Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:58:58.557Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:58:58.558Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:58:58.658Zinfo: downloading installer
312026-06-05T03:58:59.958Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:58:59.958Zwarn: /opt/ooce/bin
332026-06-05T03:58:59.958Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:58:59.958Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:58:59.959Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:58:59.959Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:58:59.959Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:58:59.959Zerror: cannot install while Rust is installed
392026-06-05T03:58:59.959Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:58:59.959Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:58:59.959Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:58:59.959Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:58:59.959Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:58:59.972Zinfo: profile set to default
452026-06-05T03:58:59.972Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:58:59.975Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:00.110Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:00.113Zinfo: downloading 6 components
492026-06-05T03:59:14.548Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:59:14.548Z
512026-06-05T03:59:14.584Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:14.584Z
532026-06-05T03:59:14.584Z
542026-06-05T03:59:14.584ZRust is installed now. Great!
552026-06-05T03:59:14.584Z
562026-06-05T03:59:14.584ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:14.584Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:14.584Z
592026-06-05T03:59:14.584ZTo configure your current shell, you need to source
602026-06-05T03:59:14.584Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:14.584Z
622026-06-05T03:59:14.587ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:14.588Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:14.588Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:14.588Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:14.588Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:14.588Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:14.588Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:14.588Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:14.588Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:14.669Z+ rustup --version
722026-06-05T03:59:14.678Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:14.689Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:14.698Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:14.705Z+ cargo --version
762026-06-05T03:59:14.724Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:14.733Z+ rustc --version
782026-06-05T03:59:14.743Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:14.748Zprocess exited: duration 16191 ms, exit code 0
 
802026-06-05T03:59:14.772Zstarting task 2: "authentication"
812026-06-05T03:59:14.800Zprocess exited: duration 18 ms, exit code 0
 
822026-06-05T03:59:14.814Zstarting task 3: "clone repository"
832026-06-05T03:59:14.818Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T03:59:14.821Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T03:59:14.869ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T03:59:16.465Z+ cd /work/oxidecomputer/maghemite
872026-06-05T03:59:16.465Z+ git fetch origin e86e4e4b2f8085a42f0b82ef9a63817606232356
882026-06-05T03:59:16.583ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T03:59:16.583Z * branch e86e4e4b2f8085a42f0b82ef9a63817606232356 -> FETCH_HEAD
902026-06-05T03:59:16.583Z+ [[ -n renovate/chrono-0.x ]]
912026-06-05T03:59:16.583Z++ git branch --show-current
922026-06-05T03:59:16.583Z+ current=main
932026-06-05T03:59:16.583Z+ [[ main != renovate/chrono-0.x ]]
942026-06-05T03:59:16.583Z+ git branch -f renovate/chrono-0.x e86e4e4b2f8085a42f0b82ef9a63817606232356
952026-06-05T03:59:16.583Z+ git checkout -f renovate/chrono-0.x
962026-06-05T03:59:16.583ZSwitched to branch 'renovate/chrono-0.x'
972026-06-05T03:59:16.583Z+ git reset --hard e86e4e4b2f8085a42f0b82ef9a63817606232356
982026-06-05T03:59:16.583ZHEAD is now at e86e4e4 Update Rust crate chrono to 0.4.45
992026-06-05T03:59:16.583Zprocess exited: duration 1347 ms, exit code 0
 
1002026-06-05T03:59:16.658Zstarting task 4: "build"
1012026-06-05T03:59:16.664Z+ set -e
1022026-06-05T03:59:16.664Z+ source .github/buildomat/test-common.sh
1032026-06-05T03:59:16.664Z++ NEXTEST_VERSION=0.9.97
1042026-06-05T03:59:16.664Z++ PLATFORM=illumos
1052026-06-05T03:59:16.664Z++ banner install
1062026-06-05T03:59:16.665Z
1072026-06-05T03:59:16.665Z # # # #### ##### ## # #
1082026-06-05T03:59:16.665Z # ## # # # # # # #
1092026-06-05T03:59:16.665Z # # # # #### # # # # #
1102026-06-05T03:59:16.665Z # # # # # # ###### # #
1112026-06-05T03:59:16.665Z # # ## # # # # # # #
1122026-06-05T03:59:16.665Z # # # #### # # # ###### ######
1132026-06-05T03:59:16.665Z
1142026-06-05T03:59:16.665Z++ set +o errexit
1152026-06-05T03:59:16.665Z++ pkg info clang-15
1162026-06-05T03:59:16.665Z++ grep -qi installed
1172026-06-05T03:59:17.844Zpkg: info: no packages matching the following patterns you specified are
1182026-06-05T03:59:17.844Zinstalled on the system. Try querying remotely instead:
1192026-06-05T03:59:17.844Z
1202026-06-05T03:59:17.844Z clang-15
1212026-06-05T03:59:17.897Z++ [[ 1 != 0 ]]
1222026-06-05T03:59:17.897Z++ set -o errexit
1232026-06-05T03:59:17.898Z++ pfexec pkg install clang-15
1242026-06-05T03:59:26.355Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-05T03:59:34.055Z Startup: Caching catalogs ... Done
1262026-06-05T03:59:41.405ZPlanning: Solver setup ... Done
1272026-06-05T03:59:41.445ZPlanning: Running solver ... Done
1282026-06-05T03:59:41.588ZPlanning: Finding local manifests ... Done
1292026-06-05T03:59:41.606ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-05T03:59:41.700ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-05T03:59:41.729ZPlanning: Package planning ... Done
1322026-06-05T03:59:41.756ZPlanning: Merging actions ... Done
1332026-06-05T03:59:41.868ZPlanning: Checking for conflicting actions ... Done
1342026-06-05T03:59:41.871ZPlanning: Consolidating action changes ... Done
1352026-06-05T03:59:42.642ZPlanning: Evaluating mediators ... Done
1362026-06-05T03:59:42.648ZPlanning: Planning completed in 8.42 seconds
1372026-06-05T03:59:42.659Z Packages to install: 2
1382026-06-05T03:59:42.659Z Mediators to change: 2
1392026-06-05T03:59:42.659Z Services to change: 1
1402026-06-05T03:59:42.663Z Create boot environment: No
1412026-06-05T03:59:42.663ZCreate backup boot environment: No
1422026-06-05T03:59:42.703Z
1432026-06-05T03:59:42.703ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-05T03:59:47.965ZDownload: 418/3076 items 2.7/211.3MB 1% complete (638k/s)
1452026-06-05T03:59:53.336ZDownload: 521/3076 items 17.0/211.3MB 8% complete (1.8M/s)
1462026-06-05T03:59:58.360ZDownload: 599/3076 items 17.4/211.3MB 8% complete (1.6M/s)
1472026-06-05T04:00:03.592ZDownload: 672/3076 items 17.6/211.3MB 8% complete (166k/s)
1482026-06-05T04:00:08.842ZDownload: 715/3076 items 17.7/211.3MB 8% complete (48.8k/s)
1492026-06-05T04:00:14.022ZDownload: 784/3076 items 18.1/211.3MB 8% complete (45.6k/s)
1502026-06-05T04:00:19.546ZDownload: 856/3076 items 18.3/211.3MB 8% complete (59.6k/s)
1512026-06-05T04:00:24.164ZDownload: 916/3076 items 68.3/211.3MB 32% complete (5.0M/s)
1522026-06-05T04:00:29.433ZDownload: 968/3076 items 82.1/211.3MB 38% complete (6.5M/s)
1532026-06-05T04:00:37.263ZDownload: 977/3076 items 82.1/211.3MB 38% complete (6.1M/s)
1542026-06-05T04:00:42.324ZDownload: 982/3076 items 82.1/211.3MB 38% complete (5.0M/s)
1552026-06-05T04:00:49.638ZDownload: 982/3076 items 82.1/211.3MB 38% complete
1562026-06-05T04:00:54.664ZDownload: 1174/3076 items 115.3/211.3MB 54% complete (6.9M/s)
1572026-06-05T04:00:59.672ZDownload: 1391/3076 items 116.2/211.3MB 54% complete (3.8M/s)
1582026-06-05T04:01:04.760ZDownload: 1433/3076 items 116.5/211.3MB 55% complete (2.6M/s)
1592026-06-05T04:01:09.725ZDownload: 1515/3076 items 116.8/211.3MB 55% complete (158k/s)
1602026-06-05T04:01:15.058ZDownload: 1667/3076 items 117.2/211.3MB 55% complete (89.0k/s)
1612026-06-05T04:01:20.218ZDownload: 1781/3076 items 117.3/211.3MB 55% complete (64.8k/s)
1622026-06-05T04:01:25.225ZDownload: 1873/3076 items 117.4/211.3MB 55% complete (24.0k/s)
1632026-06-05T04:01:30.556ZDownload: 1997/3076 items 117.8/211.3MB 55% complete (43.2k/s)
1642026-06-05T04:01:38.036ZDownload: 2006/3076 items 117.8/211.3MB 55% complete (44.2k/s)
1652026-06-05T04:01:43.153ZDownload: 2008/3076 items 117.8/211.3MB 55% complete (41.3k/s)
1662026-06-05T04:01:48.162ZDownload: 2416/3076 items 119.2/211.3MB 56% complete (151k/s)
1672026-06-05T04:01:53.165ZDownload: 2698/3076 items 119.8/211.3MB 56% complete (223k/s)
1682026-06-05T04:01:58.495ZDownload: 3022/3076 items 200.2/211.3MB 94% complete (8.2M/s)
1692026-06-05T04:02:08.350ZDownload: 3025/3076 items 201.7/211.3MB 95% complete (8.1M/s)
1702026-06-05T04:02:13.350ZDownload: 3027/3076 items 201.7/211.3MB 95% complete (1.1k/s)
1712026-06-05T04:02:19.487ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (2.9k/s)
1722026-06-05T04:02:25.496ZDownload: 3070/3076 items 210.6/211.3MB 99% complete (1.0M/s)
1732026-06-05T04:02:31.858ZDownload: 3073/3076 items 210.8/211.3MB 99% complete (1021k/s)
1742026-06-05T04:02:31.888ZDownload: Completed 211.31 MB in 169.18 seconds (1.2M/s)
1752026-06-05T04:02:32.012Z Actions: 1/3418 actions (Installing new actions)
1762026-06-05T04:02:35.158Z Actions: Completed 3418 actions in 3.14 seconds.
1772026-06-05T04:02:35.819Z Done
1782026-06-05T04:02:35.819Z Done
1792026-06-05T04:02:36.565Z Done
1802026-06-05T04:02:40.029Z Done
1812026-06-05T04:02:40.102Z Done
1822026-06-05T04:02:40.105Z Done
1832026-06-05T04:02:40.286Z Done
1842026-06-05T04:02:40.966Z++ set -o errexit
1852026-06-05T04:02:40.966Z++ cargo --version
1862026-06-05T04:02:40.973Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1872026-06-05T04:02:41.133Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1882026-06-05T04:02:41.136Zinfo: downloading 6 components
1892026-06-05T04:02:55.660Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1902026-06-05T04:02:55.663Z++ rustc --version
1912026-06-05T04:02:55.690Zrustc 1.95.0 (59807616e 2026-04-14)
1922026-06-05T04:02:55.695Z++ cargo install cargo-nextest --version 0.9.97
1932026-06-05T04:02:55.739Z Updating crates.io index
1942026-06-05T04:02:55.862Z Downloading crates ...
1952026-06-05T04:02:55.945Z Downloaded cargo-nextest v0.9.97
1962026-06-05T04:02:56.009Z Installing cargo-nextest v0.9.97
1972026-06-05T04:02:56.050Z Updating crates.io index
1982026-06-05T04:02:58.539Z Locking 404 packages to latest compatible versions
1992026-06-05T04:02:58.543Z Adding dialoguer v0.11.0 (available: v0.12.0)
2002026-06-05T04:02:58.546Z Adding duct v0.13.7 (available: v1.1.1)
2012026-06-05T04:02:58.546Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
2022026-06-05T04:02:58.546Z Adding generic-array v0.14.7 (available: v0.14.9)
2032026-06-05T04:02:58.549Z Adding idna_adapter v1.0.0 (available: v1.2.2)
2042026-06-05T04:02:58.549Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
2052026-06-05T04:02:58.549Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
2062026-06-05T04:02:58.552Z Adding nextest-runner v0.80.0 (available: v0.118.0)
2072026-06-05T04:02:58.555Z Adding quick-junit v0.5.2 (available: v0.6.0)
2082026-06-05T04:02:58.585Z Downloading crates ...
2092026-06-05T04:02:58.711Z Downloaded clap_lex v1.1.0
2102026-06-05T04:02:58.716Z Downloaded cargo-util-schemas v0.2.0
2112026-06-05T04:02:58.722Z Downloaded hex v0.4.3
2122026-06-05T04:02:58.726Z Downloaded home v0.5.12
2132026-06-05T04:02:58.729Z Downloaded erased-serde v0.4.10
2142026-06-05T04:02:58.732Z Downloaded either v1.16.0
2152026-06-05T04:02:58.732Z Downloaded duct v0.13.7
2162026-06-05T04:02:58.738Z Downloaded openssl-probe v0.2.1
2172026-06-05T04:02:58.742Z Downloaded is_ci v1.2.0
2182026-06-05T04:02:58.742Z Downloaded der v0.7.10
2192026-06-05T04:02:58.746Z Downloaded serde_ignored v0.1.14
2202026-06-05T04:02:58.749Z Downloaded scopeguard v1.2.0
2212026-06-05T04:02:58.749Z Downloaded rustc-hash v2.1.2
2222026-06-05T04:02:58.749Z Downloaded nextest-workspace-hack v0.1.0
2232026-06-05T04:02:58.749Z Downloaded bstr v1.12.1
2242026-06-05T04:02:58.754Z Downloaded indent_write v2.2.0
2252026-06-05T04:02:58.758Z Downloaded pin-project-lite v0.2.17
2262026-06-05T04:02:58.767Z Downloaded rand_core v0.9.5
2272026-06-05T04:02:58.772Z Downloaded hyper-tls v0.6.0
2282026-06-05T04:02:58.789Z Downloaded nextest-filtering v0.15.0
2292026-06-05T04:02:58.814Z Downloaded hyper-rustls v0.27.9
2302026-06-05T04:02:58.814Z Downloaded native-tls v0.2.18
2312026-06-05T04:02:58.814Z Downloaded number_prefix v0.4.0
2322026-06-05T04:02:58.814Z Downloaded iana-time-zone v0.1.65
2332026-06-05T04:02:58.814Z Downloaded base64ct v1.8.3
2342026-06-05T04:02:58.814Z Downloaded block-buffer v0.10.4
2352026-06-05T04:02:58.818Z Downloaded parking_lot_core v0.9.12
2362026-06-05T04:02:58.818Z Downloaded idna_adapter v1.0.0
2372026-06-05T04:02:58.818Z Downloaded getrandom v0.2.17
2382026-06-05T04:02:58.818Z Downloaded semver v1.0.28
2392026-06-05T04:02:58.818Z Downloaded http-body v1.0.1
2402026-06-05T04:02:58.818Z Downloaded miniz_oxide v0.8.9
2412026-06-05T04:02:58.818Z Downloaded pathdiff v0.2.3
2422026-06-05T04:02:58.818Z Downloaded bytes v1.11.1
2432026-06-05T04:02:58.825Z Downloaded percent-encoding v2.3.2
2442026-06-05T04:02:58.825Z Downloaded futures-core v0.3.32
2452026-06-05T04:02:58.825Z Downloaded cargo_metadata v0.20.0
2462026-06-05T04:02:58.831Z Downloaded anstream v1.0.0
2472026-06-05T04:02:58.831Z Downloaded fastrand v2.4.1
2482026-06-05T04:02:58.832Z Downloaded foldhash v0.1.5
2492026-06-05T04:02:58.832Z Downloaded fnv v1.0.7
2502026-06-05T04:02:58.832Z Downloaded log v0.4.32
2512026-06-05T04:02:58.832Z Downloaded atomic-waker v1.1.2
2522026-06-05T04:02:58.836Z Downloaded futures-sink v0.3.32
2532026-06-05T04:02:58.836Z Downloaded cargo-platform v0.2.0
2542026-06-05T04:02:58.839Z Downloaded heck v0.5.0
2552026-06-05T04:02:58.839Z Downloaded errno v0.3.14
2562026-06-05T04:02:58.839Z Downloaded swrite v0.1.0
2572026-06-05T04:02:58.844Z Downloaded eyre v0.6.12
2582026-06-05T04:02:58.844Z Downloaded cargo-platform v0.3.3
2592026-06-05T04:02:58.844Z Downloaded rand v0.9.4
2602026-06-05T04:02:58.848Z Downloaded futures-macro v0.3.32
2612026-06-05T04:02:58.848Z Downloaded crossterm v0.29.0
2622026-06-05T04:02:58.852Z Downloaded serde-value v0.7.0
2632026-06-05T04:02:58.852Z Downloaded mukti-metadata v0.3.0
2642026-06-05T04:02:58.857Z Downloaded backtrace-ext v0.2.1
2652026-06-05T04:02:58.857Z Downloaded lru-slab v0.1.2
2662026-06-05T04:02:58.857Z Downloaded tempfile v3.27.0
2672026-06-05T04:02:58.857Z Downloaded os_pipe v1.2.3
2682026-06-05T04:02:58.860Z Downloaded lazy_static v1.5.0
2692026-06-05T04:02:58.860Z Downloaded rustc_version v0.4.1
2702026-06-05T04:02:58.860Z Downloaded indenter v0.3.4
2712026-06-05T04:02:58.860Z Downloaded ahash v0.8.12
2722026-06-05T04:02:58.863Z Downloaded crypto-common v0.1.7
2732026-06-05T04:02:58.863Z Downloaded anstyle-query v1.1.5
2742026-06-05T04:02:58.863Z Downloaded rand_core v0.6.4
2752026-06-05T04:02:58.866Z Downloaded const-oid v0.9.6
2762026-06-05T04:02:58.866Z Downloaded quote v1.0.45
2772026-06-05T04:02:58.871Z Downloaded filetime v0.2.29
2782026-06-05T04:02:58.871Z Downloaded sigchld v0.2.4
2792026-06-05T04:02:58.871Z Downloaded futures-io v0.3.32
2802026-06-05T04:02:58.876Z Downloaded foreign-types-shared v0.1.1
2812026-06-05T04:02:58.876Z Downloaded equivalent v1.0.2
2822026-06-05T04:02:58.876Z Downloaded is_terminal_polyfill v1.70.2
2832026-06-05T04:02:58.876Z Downloaded anstyle-parse v1.0.0
2842026-06-05T04:02:58.881Z Downloaded enable-ansi-support v0.2.1
2852026-06-05T04:02:58.881Z Downloaded nested v0.1.1
2862026-06-05T04:02:58.881Z Downloaded cfg_aliases v0.2.1
2872026-06-05T04:02:58.881Z Downloaded derive-where v1.6.1
2882026-06-05T04:02:58.885Z Downloaded atomicwrites v0.4.4
2892026-06-05T04:02:58.886Z Downloaded openssl-macros v0.1.1
2902026-06-05T04:02:58.886Z Downloaded anstyle v1.0.14
2912026-06-05T04:02:58.891Z Downloaded nextest-metadata v0.12.2
2922026-06-05T04:02:58.897Z Downloaded http-body-util v0.1.3
2932026-06-05T04:02:58.897Z Downloaded dialoguer v0.11.0
2942026-06-05T04:02:58.897Z Downloaded clap_derive v4.6.1
2952026-06-05T04:02:58.900Z Downloaded shared_child v1.1.1
2962026-06-05T04:02:58.900Z Downloaded bitflags v2.12.1
2972026-06-05T04:02:58.909Z Downloaded itoa v1.0.18
2982026-06-05T04:02:58.909Z Downloaded signature v2.2.0
2992026-06-05T04:02:58.909Z Downloaded serde_spanned v0.6.9
3002026-06-05T04:02:58.912Z Downloaded rand_chacha v0.9.0
3012026-06-05T04:02:58.912Z Downloaded newtype-uuid v1.3.2
3022026-06-05T04:02:58.912Z Downloaded serde_urlencoded v0.7.1
3032026-06-05T04:02:58.917Z Downloaded convert_case v0.10.0
3042026-06-05T04:02:58.917Z Downloaded subtle v2.6.1
3052026-06-05T04:02:58.924Z Downloaded color-spantrace v0.3.0
3062026-06-05T04:02:58.924Z Downloaded signal-hook-mio v0.2.5
3072026-06-05T04:02:58.924Z Downloaded serde-untagged v0.1.9
3082026-06-05T04:02:58.924Z Downloaded ordered-float v2.10.1
3092026-06-05T04:02:58.931Z Downloaded futures-executor v0.3.32
3102026-06-05T04:02:58.931Z Downloaded clap v4.6.1
3112026-06-05T04:02:58.936Z Downloaded supports-hyperlinks v3.2.0
3122026-06-05T04:02:58.936Z Downloaded thiserror-impl v1.0.69
3132026-06-05T04:02:58.936Z Downloaded supports-color v3.0.2
3142026-06-05T04:02:58.936Z Downloaded supports-unicode v3.0.0
3152026-06-05T04:02:58.936Z Downloaded async-scoped v0.9.0
3162026-06-05T04:02:58.940Z Downloaded strsim v0.11.1
3172026-06-05T04:02:58.940Z Downloaded humantime v2.3.0
3182026-06-05T04:02:58.940Z Downloaded textwrap v0.16.2
3192026-06-05T04:02:58.946Z Downloaded shell-words v1.1.1
3202026-06-05T04:02:58.946Z Downloaded serde_path_to_error v0.1.20
3212026-06-05T04:02:58.949Z Downloaded ppv-lite86 v0.2.21
3222026-06-05T04:02:58.949Z Downloaded futures v0.3.32
3232026-06-05T04:02:58.949Z Downloaded rustc-demangle v0.1.27
3242026-06-05T04:02:58.968Z Downloaded jobserver v0.1.34
3252026-06-05T04:02:58.968Z Downloaded autocfg v1.5.1
3262026-06-05T04:02:58.968Z Downloaded ipnet v2.12.0
3272026-06-05T04:02:58.968Z Downloaded adler2 v2.0.1
3282026-06-05T04:02:58.975Z Downloaded console v0.15.11
3292026-06-05T04:02:58.975Z Downloaded shlex v2.0.1
3302026-06-05T04:02:58.975Z Downloaded pkg-config v0.3.33
3312026-06-05T04:02:58.975Z Downloaded owo-colors v4.3.0
3322026-06-05T04:02:58.975Z Downloaded config v0.15.23
3332026-06-05T04:02:58.975Z Downloaded form_urlencoded v1.2.2
3342026-06-05T04:02:58.975Z Downloaded toml_write v0.1.2
3352026-06-05T04:02:58.975Z Downloaded tokio-rustls v0.26.4
3362026-06-05T04:02:58.975Z Downloaded tower-service v0.3.3
3372026-06-05T04:02:58.975Z Downloaded indexmap v2.14.0
3382026-06-05T04:02:58.976Z Downloaded quinn-udp v0.5.14
3392026-06-05T04:02:58.976Z Downloaded rustls-pki-types v1.14.1
3402026-06-05T04:02:58.981Z Downloaded serde_spanned v1.1.1
3412026-06-05T04:02:58.981Z Downloaded crc32fast v1.5.0
3422026-06-05T04:02:58.981Z Downloaded toml_datetime v0.6.11
3432026-06-05T04:02:58.981Z Downloaded quick-junit v0.5.2
3442026-06-05T04:02:58.981Z Downloaded unicode-linebreak v0.1.5
3452026-06-05T04:02:58.989Z Downloaded tinyvec_macros v0.1.1
3462026-06-05T04:02:58.989Z Downloaded version_check v0.9.5
3472026-06-05T04:02:58.989Z Downloaded tracing-error v0.2.1
3482026-06-05T04:02:58.989Z Downloaded simd-adler32 v0.3.9
3492026-06-05T04:02:58.989Z Downloaded parking_lot v0.12.5
3502026-06-05T04:02:58.989Z Downloaded once_cell v1.21.4
3512026-06-05T04:02:58.992Z Downloaded serde v1.0.228
3522026-06-05T04:02:58.992Z Downloaded digest v0.10.7
3532026-06-05T04:02:58.992Z Downloaded spki v0.7.3
3542026-06-05T04:02:58.992Z Downloaded utf8parse v0.2.2
3552026-06-05T04:02:58.992Z Downloaded urlencoding v2.1.3
3562026-06-05T04:02:59.061Z Downloaded litrs v1.0.0
3572026-06-05T04:02:59.061Z Downloaded globset v0.4.18
3582026-06-05T04:02:59.061Z Downloaded httparse v1.10.1
3592026-06-05T04:02:59.072Z Downloaded self_update v0.42.0
3602026-06-05T04:02:59.072Z Downloaded guppy-workspace-hack v0.1.0
3612026-06-05T04:02:59.073Z Downloaded serde_derive v1.0.228
3622026-06-05T04:02:59.073Z Downloaded fixedbitset v0.5.7
3632026-06-05T04:02:59.073Z Downloaded self-replace v1.5.0
3642026-06-05T04:02:59.073Z Downloaded pkcs8 v0.10.2
3652026-06-05T04:02:59.073Z Downloaded thiserror v1.0.69
3662026-06-05T04:02:59.073Z Downloaded generic-array v0.14.7
3672026-06-05T04:02:59.073Z Downloaded strip-ansi-escapes v0.2.1
3682026-06-05T04:02:59.073Z Downloaded lock_api v0.4.14
3692026-06-05T04:02:59.073Z Downloaded utf8_iter v1.0.4
3702026-06-05T04:02:59.073Z Downloaded cpufeatures v0.2.17
3712026-06-05T04:02:59.073Z Downloaded tokio-native-tls v0.3.1
3722026-06-05T04:02:59.073Z Downloaded target-spec-miette v0.4.8
3732026-06-05T04:02:59.073Z Downloaded document-features v0.2.12
3742026-06-05T04:02:59.073Z Downloaded http v1.4.1
3752026-06-05T04:02:59.073Z Downloaded signal-hook-registry v1.4.8
3762026-06-05T04:02:59.073Z Downloaded sync_wrapper v1.0.2
3772026-06-05T04:02:59.073Z Downloaded pin-project-internal v1.1.13
3782026-06-05T04:02:59.073Z Downloaded want v0.3.1
3792026-06-05T04:02:59.073Z Downloaded untrusted v0.9.0
3802026-06-05T04:02:59.073Z Downloaded toml_writer v1.1.1+spec-1.1.0
3812026-06-05T04:02:59.073Z Downloaded miette-derive v7.6.0
3822026-06-05T04:02:59.073Z Downloaded colorchoice v1.0.5
3832026-06-05T04:02:59.073Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3842026-06-05T04:02:59.073Z Downloaded cfg-if v1.0.4
3852026-06-05T04:02:59.073Z Downloaded tower-layer v0.3.3
3862026-06-05T04:02:59.073Z Downloaded futures-task v0.3.32
3872026-06-05T04:02:59.073Z Downloaded serde_core v1.0.228
3882026-06-05T04:02:59.073Z Downloaded num-traits v0.2.19
3892026-06-05T04:02:59.073Z Downloaded terminal_size v0.4.4
3902026-06-05T04:02:59.073Z Downloaded proc-macro2 v1.0.106
3912026-06-05T04:02:59.073Z Downloaded unicase v2.9.0
3922026-06-05T04:02:59.073Z Downloaded futures-channel v0.3.32
3932026-06-05T04:02:59.073Z Downloaded thiserror-impl v2.0.18
3942026-06-05T04:02:59.073Z Downloaded signal-hook v0.3.18
3952026-06-05T04:02:59.073Z Downloaded target-spec v3.6.0
3962026-06-05T04:02:59.073Z Downloaded slab v0.4.12
3972026-06-05T04:02:59.074Z Downloaded curve25519-dalek-derive v0.1.1
3982026-06-05T04:02:59.074Z Downloaded humantime-serde v1.1.1
3992026-06-05T04:02:59.074Z Downloaded ryu v1.0.23
4002026-06-05T04:02:59.074Z Downloaded try-lock v0.2.5
4012026-06-05T04:02:59.074Z Downloaded pin-project v1.1.13
4022026-06-05T04:02:59.139Z Downloaded tokio-macros v2.7.0
4032026-06-05T04:02:59.139Z Downloaded foreign-types v0.3.2
4042026-06-05T04:02:59.139Z Downloaded debug-ignore v1.0.5
4052026-06-05T04:02:59.139Z Downloaded thiserror v2.0.18
4062026-06-05T04:02:59.139Z Downloaded xattr v1.6.1
4072026-06-05T04:02:59.139Z Downloaded tracing-log v0.2.0
4082026-06-05T04:02:59.139Z Downloaded memchr v2.8.1
4092026-06-05T04:02:59.139Z Downloaded smallvec v1.15.1
4102026-06-05T04:02:59.139Z Downloaded zeroize v1.8.2
4112026-06-05T04:02:59.139Z Downloaded cargo_metadata v0.23.1
4122026-06-05T04:02:59.139Z Downloaded indicatif v0.17.11
4132026-06-05T04:02:59.139Z Downloaded toml v0.8.23
4142026-06-05T04:02:59.140Z Downloaded zstd-safe v7.2.4
4152026-06-05T04:02:59.140Z Downloaded zipsign-api v0.1.5
4162026-06-05T04:02:59.140Z Downloaded camino-tempfile v1.4.1
4172026-06-05T04:02:59.140Z Downloaded sharded-slab v0.1.7
4182026-06-05T04:02:59.140Z Downloaded sha2 v0.10.9
4192026-06-05T04:02:59.140Z Downloaded openssl-sys v0.9.116
4202026-06-05T04:02:59.140Z Downloaded unicode-xid v0.2.6
4212026-06-05T04:02:59.140Z Downloaded typeid v1.0.3
4222026-06-05T04:02:59.140Z Downloaded zstd v0.13.3
4232026-06-05T04:02:59.140Z Downloaded idna v1.1.0
4242026-06-05T04:02:59.140Z Downloaded borsh v1.6.1
4252026-06-05T04:02:59.140Z Downloaded toml v1.1.2+spec-1.1.0
4262026-06-05T04:02:59.140Z Downloaded quinn v0.11.9
4272026-06-05T04:02:59.140Z Downloaded future-queue v0.4.0
4282026-06-05T04:02:59.154Z Downloaded getrandom v0.3.4
4292026-06-05T04:02:59.154Z Downloaded zmij v1.0.21
4302026-06-05T04:02:59.154Z Downloaded tokio-stream v0.1.18
4312026-06-05T04:02:59.154Z Downloaded static_assertions v1.1.0
4322026-06-05T04:02:59.154Z Downloaded tracing-core v0.1.36
4332026-06-05T04:02:59.154Z Downloaded camino v1.2.2
4342026-06-05T04:02:59.154Z Downloaded pulldown-cmark v0.13.4
4352026-06-05T04:02:59.154Z Downloaded tinyvec v1.11.0
4362026-06-05T04:02:59.154Z Downloaded cfg-expr v0.20.8
4372026-06-05T04:02:59.154Z Downloaded toml_parser v1.1.2+spec-1.1.0
4382026-06-05T04:02:59.154Z Downloaded derive_more-impl v2.1.1
4392026-06-05T04:02:59.154Z Downloaded thread_local v1.1.9
4402026-06-05T04:02:59.154Z Downloaded uuid v1.23.2
4412026-06-05T04:02:59.154Z Downloaded backtrace v0.3.76
4422026-06-05T04:02:59.160Z Downloaded rustls-webpki v0.103.13
4432026-06-05T04:02:59.161Z Downloaded getrandom v0.4.2
4442026-06-05T04:02:59.161Z Downloaded base64 v0.22.1
4452026-06-05T04:02:59.161Z Downloaded hyper v1.10.1
4462026-06-05T04:02:59.161Z Downloaded smol_str v0.3.6
4472026-06-05T04:02:59.161Z Downloaded addr2line v0.25.1
4482026-06-05T04:02:59.161Z Downloaded hashbrown v0.17.1
4492026-06-05T04:02:59.164Z Downloaded socket2 v0.6.4
4502026-06-05T04:02:59.164Z Downloaded tar v0.4.46
4512026-06-05T04:02:59.164Z Downloaded find-msvc-tools v0.1.9
4522026-06-05T04:02:59.167Z Downloaded ed25519 v2.2.3
4532026-06-05T04:02:59.194Z Downloaded target-lexicon v0.13.5
4542026-06-05T04:02:59.199Z Downloaded ed25519-dalek v2.2.0
4552026-06-05T04:02:59.199Z Downloaded mio v1.2.1
4562026-06-05T04:02:59.199Z Downloaded aho-corasick v1.1.4
4572026-06-05T04:02:59.202Z Downloaded vte v0.14.1
4582026-06-05T04:02:59.210Z Downloaded quick-xml v0.37.5
4592026-06-05T04:02:59.214Z Downloaded hyper-util v0.1.20
4602026-06-05T04:02:59.219Z Downloaded miette v7.6.0
4612026-06-05T04:02:59.238Z Downloaded derive_more v2.1.1
4622026-06-05T04:02:59.242Z Downloaded ron v0.12.1
4632026-06-05T04:02:59.242Z Downloaded guppy v0.17.26
4642026-06-05T04:02:59.242Z Downloaded typenum v1.20.1
4652026-06-05T04:02:59.242Z Downloaded tracing-attributes v0.1.31
4662026-06-05T04:02:59.242Z Downloaded tower v0.5.3
4672026-06-05T04:02:59.247Z Downloaded url v2.5.8
4682026-06-05T04:02:59.247Z Downloaded h2 v0.4.14
4692026-06-05T04:02:59.252Z Downloaded unicode-segmentation v1.13.3
4702026-06-05T04:02:59.257Z Downloaded unicode-ident v1.0.24
4712026-06-05T04:02:59.257Z Downloaded cc v1.2.63
4722026-06-05T04:02:59.260Z Downloaded itertools v0.14.0
4732026-06-05T04:02:59.270Z Downloaded regex v1.12.3
4742026-06-05T04:02:59.270Z Downloaded hashbrown v0.15.5
4752026-06-05T04:02:59.273Z Downloaded flate2 v1.1.9
4762026-06-05T04:02:59.273Z Downloaded serde_json v1.0.150
4772026-06-05T04:02:59.277Z Downloaded reqwest v0.12.28
4782026-06-05T04:02:59.285Z Downloaded toml_edit v0.22.27
4792026-06-05T04:02:59.291Z Downloaded unicode-normalization v0.1.25
4802026-06-05T04:02:59.291Z Downloaded tokio-util v0.7.18
4812026-06-05T04:02:59.297Z Downloaded portable-atomic v1.13.1
4822026-06-05T04:02:59.310Z Downloaded tower-http v0.6.11
4832026-06-05T04:02:59.310Z Downloaded futures-util v0.3.32
4842026-06-05T04:02:59.318Z Downloaded quinn-proto v0.11.14
4852026-06-05T04:02:59.318Z Downloaded gimli v0.32.3
4862026-06-05T04:02:59.323Z Downloaded chrono v0.4.45
4872026-06-05T04:02:59.323Z Downloaded quick-xml v0.38.4
4882026-06-05T04:02:59.323Z Downloaded tracing-subscriber v0.3.23
4892026-06-05T04:02:59.326Z Downloaded winnow v0.7.15
4902026-06-05T04:02:59.331Z Downloaded clap_builder v4.6.0
4912026-06-05T04:02:59.346Z Downloaded curve25519-dalek v4.1.3
4922026-06-05T04:02:59.360Z Downloaded unicode-width v0.2.2
4932026-06-05T04:02:59.367Z Downloaded zerocopy v0.8.50
4942026-06-05T04:02:59.375Z Downloaded webpki-roots v1.0.7
4952026-06-05T04:02:59.379Z Downloaded openssl v0.10.80
4962026-06-05T04:02:59.389Z Downloaded color-eyre v0.6.5
4972026-06-05T04:02:59.392Z Downloaded tracing v0.1.44
4982026-06-05T04:02:59.400Z Downloaded vcpkg v0.2.15
4992026-06-05T04:02:59.427Z Downloaded tokio v1.52.3
5002026-06-05T04:02:59.448Z Downloaded unicode-width v0.1.14
5012026-06-05T04:02:59.453Z Downloaded xxhash-rust v0.8.15
5022026-06-05T04:02:59.459Z Downloaded nextest-runner v0.80.0
5032026-06-05T04:02:59.479Z Downloaded object v0.37.3
5042026-06-05T04:02:59.486Z Downloaded nix v0.30.1
5052026-06-05T04:02:59.490Z Downloaded rustix v0.38.44
5062026-06-05T04:02:59.503Z Downloaded rustls v0.23.40
5072026-06-05T04:02:59.509Z Downloaded syn v2.0.117
5082026-06-05T04:02:59.521Z Downloaded rustix v1.1.4
5092026-06-05T04:02:59.528Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5102026-06-05T04:02:59.538Z Downloaded regex-syntax v0.8.10
5112026-06-05T04:02:59.571Z Downloaded winnow v1.0.3
5122026-06-05T04:02:59.574Z Downloaded regex-automata v0.4.14
5132026-06-05T04:03:00.636Z Downloaded petgraph v0.8.3
5142026-06-05T04:03:00.641Z Downloaded libc v0.2.186
5152026-06-05T04:03:00.641Z Downloaded recursion v0.5.4
5162026-06-05T04:03:00.641Z Downloaded ring v0.17.14
5172026-06-05T04:03:00.641Z Compiling proc-macro2 v1.0.106
5182026-06-05T04:03:00.641Z Compiling libc v0.2.186
5192026-06-05T04:03:00.641Z Compiling quote v1.0.45
5202026-06-05T04:03:00.641Z Compiling unicode-ident v1.0.24
5212026-06-05T04:03:00.641Z Compiling serde_core v1.0.228
5222026-06-05T04:03:00.641Z Compiling cfg-if v1.0.4
5232026-06-05T04:03:00.641Z Compiling memchr v2.8.1
5242026-06-05T04:03:00.641Z Compiling once_cell v1.21.4
5252026-06-05T04:03:00.641Z Compiling log v0.4.32
5262026-06-05T04:03:00.641Z Compiling pin-project-lite v0.2.17
5272026-06-05T04:03:00.641Z Compiling serde v1.0.228
5282026-06-05T04:03:00.641Z Compiling itoa v1.0.18
5292026-06-05T04:03:00.641Z Compiling smallvec v1.15.1
5302026-06-05T04:03:00.641Z Compiling futures-core v0.3.32
5312026-06-05T04:03:00.641Z Compiling bitflags v2.12.1
5322026-06-05T04:03:00.641Z Compiling hashbrown v0.17.1
5332026-06-05T04:03:00.641Z Compiling find-msvc-tools v0.1.9
5342026-06-05T04:03:00.830Z Compiling errno v0.3.14
5352026-06-05T04:03:00.892Z Compiling equivalent v1.0.2
5362026-06-05T04:03:00.906Z Compiling shlex v2.0.1
5372026-06-05T04:03:00.981Z Compiling signal-hook-registry v1.4.8
5382026-06-05T04:03:01.032Z Compiling jobserver v0.1.34
5392026-06-05T04:03:01.089Z Compiling bytes v1.11.1
5402026-06-05T04:03:01.092Z Compiling mio v1.2.1
5412026-06-05T04:03:01.185Z Compiling syn v2.0.117
5422026-06-05T04:03:01.234Z Compiling cc v1.2.63
5432026-06-05T04:03:01.249Z Compiling rustix v1.1.4
5442026-06-05T04:03:01.353Z Compiling futures-sink v0.3.32
5452026-06-05T04:03:01.465Z Compiling socket2 v0.6.4
5462026-06-05T04:03:01.521Z Compiling zmij v1.0.21
5472026-06-05T04:03:01.791Z Compiling slab v0.4.12
5482026-06-05T04:03:01.874Z Compiling futures-channel v0.3.32
5492026-06-05T04:03:01.966Z Compiling tracing-core v0.1.36
5502026-06-05T04:03:01.999Z Compiling version_check v0.9.5
5512026-06-05T04:03:02.133Z Compiling serde_json v1.0.150
5522026-06-05T04:03:02.301Z Compiling indexmap v2.14.0
5532026-06-05T04:03:02.414Z Compiling getrandom v0.4.2
5542026-06-05T04:03:02.453Z Compiling futures-io v0.3.32
5552026-06-05T04:03:02.518Z Compiling futures-task v0.3.32
5562026-06-05T04:03:02.665Z Compiling percent-encoding v2.3.2
5572026-06-05T04:03:02.700Z Compiling unicode-width v0.2.2
5582026-06-05T04:03:02.729Z Compiling camino v1.2.2
5592026-06-05T04:03:03.032Z Compiling ring v0.17.14
5602026-06-05T04:03:03.122Z Compiling http v1.4.1
5612026-06-05T04:03:03.133Z Compiling adler2 v2.0.1
5622026-06-05T04:03:03.147Z Compiling zeroize v1.8.2
5632026-06-05T04:03:03.147Z Compiling simd-adler32 v0.3.9
5642026-06-05T04:03:03.299Z Compiling autocfg v1.5.1
5652026-06-05T04:03:03.352Z Compiling miniz_oxide v0.8.9
5662026-06-05T04:03:03.662Z Compiling num-traits v0.2.19
5672026-06-05T04:03:03.909Z Compiling target-lexicon v0.13.5
5682026-06-05T04:03:04.027Z Compiling zerocopy v0.8.50
5692026-06-05T04:03:04.392Z Compiling getrandom v0.3.4
5702026-06-05T04:03:04.406Z Compiling object v0.37.3
5712026-06-05T04:03:04.723Z Compiling http-body v1.0.1
5722026-06-05T04:03:04.750Z Compiling rustls-pki-types v1.14.1
5732026-06-05T04:03:04.753Z Compiling form_urlencoded v1.2.2
5742026-06-05T04:03:04.785Z Compiling semver v1.0.28
5752026-06-05T04:03:04.855Z Compiling serde_derive v1.0.228
5762026-06-05T04:03:04.871Z Compiling tokio-macros v2.7.0
5772026-06-05T04:03:05.024Z Compiling futures-macro v0.3.32
5782026-06-05T04:03:05.050Z Compiling tracing-attributes v0.1.31
5792026-06-05T04:03:05.345Z Compiling getrandom v0.2.17
5802026-06-05T04:03:05.434Z Compiling thiserror v2.0.18
5812026-06-05T04:03:05.541Z Compiling gimli v0.32.3
5822026-06-05T04:03:05.619Z Compiling tokio v1.52.3
5832026-06-05T04:03:05.629Z Compiling owo-colors v4.3.0
5842026-06-05T04:03:05.783Z Compiling guppy-workspace-hack v0.1.0
5852026-06-05T04:03:05.850Z Compiling futures-util v0.3.32
5862026-06-05T04:03:05.993Z Compiling untrusted v0.9.0
5872026-06-05T04:03:06.008Z Compiling utf8_iter v1.0.4
5882026-06-05T04:03:06.097Z Compiling httparse v1.10.1
5892026-06-05T04:03:06.176Z Compiling fnv v1.0.7
5902026-06-05T04:03:06.270Z Compiling tracing v0.1.44
5912026-06-05T04:03:06.282Z Compiling idna_adapter v1.0.0
5922026-06-05T04:03:06.379Z Compiling signal-hook v0.3.18
5932026-06-05T04:03:06.494Z Compiling idna v1.1.0
5942026-06-05T04:03:06.672Z Compiling thiserror-impl v2.0.18
5952026-06-05T04:03:07.873Z Compiling addr2line v0.25.1
5962026-06-05T04:03:08.322Z Compiling generic-array v0.14.7
5972026-06-05T04:03:08.467Z Compiling try-lock v0.2.5
5982026-06-05T04:03:08.561Z Compiling target-spec v3.6.0
5992026-06-05T04:03:08.585Z Compiling fastrand v2.4.1
6002026-06-05T04:03:08.749Z Compiling thiserror v1.0.69
6012026-06-05T04:03:08.874Z Compiling tower-service v0.3.3
6022026-06-05T04:03:08.883Z Compiling atomic-waker v1.1.2
6032026-06-05T04:03:08.909Z Compiling rustls v0.23.40
6042026-06-05T04:03:08.944Z Compiling pkg-config v0.3.33
6052026-06-05T04:03:08.999Z Compiling typeid v1.0.3
6062026-06-05T04:03:09.069Z Compiling rustc-demangle v0.1.27
6072026-06-05T04:03:09.345Z Compiling tempfile v3.27.0
6082026-06-05T04:03:09.385Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6092026-06-05T04:03:09.404Z Compiling want v0.3.1
6102026-06-05T04:03:09.596Z Compiling tokio-util v0.7.18
6112026-06-05T04:03:09.790Z Compiling backtrace v0.3.76
6122026-06-05T04:03:10.048Z Compiling h2 v0.4.14
6132026-06-05T04:03:10.145Z Compiling cfg-expr v0.20.8
6142026-06-05T04:03:10.347Z Compiling url v2.5.8
6152026-06-05T04:03:11.550Z Compiling thiserror-impl v1.0.69
6162026-06-05T04:03:11.675Z Compiling terminal_size v0.4.4
6172026-06-05T04:03:11.769Z Compiling aho-corasick v1.1.4
6182026-06-05T04:03:11.828Z Compiling erased-serde v0.4.10
6192026-06-05T04:03:12.147Z Compiling rustls-webpki v0.103.13
6202026-06-05T04:03:12.707Z Compiling winnow v0.7.15
6212026-06-05T04:03:12.808Z Compiling typenum v1.20.1
6222026-06-05T04:03:13.489Z Compiling regex-syntax v0.8.10
6232026-06-05T04:03:14.612Z Compiling subtle v2.6.1
6242026-06-05T04:03:14.885Z Compiling hyper v1.10.1
6252026-06-05T04:03:15.132Z Compiling regex-automata v0.4.14
6262026-06-05T04:03:17.302Z Compiling serde_spanned v0.6.9
6272026-06-05T04:03:17.465Z Compiling toml_datetime v0.6.11
6282026-06-05T04:03:17.837Z Compiling ahash v0.8.12
6292026-06-05T04:03:18.102Z Compiling sync_wrapper v1.0.2
6302026-06-05T04:03:18.221Z Compiling unicode-segmentation v1.13.3
6312026-06-05T04:03:18.445Z Compiling lazy_static v1.5.0
6322026-06-05T04:03:18.559Z Compiling either v1.16.0
6332026-06-05T04:03:18.586Z Compiling toml_write v0.1.2
6342026-06-05T04:03:18.614Z Compiling base64 v0.22.1
6352026-06-05T04:03:18.731Z Compiling ipnet v2.12.0
6362026-06-05T04:03:18.781Z Compiling is_ci v1.2.0
6372026-06-05T04:03:18.830Z Compiling parking_lot_core v0.9.12
6382026-06-05T04:03:18.948Z Compiling nextest-workspace-hack v0.1.0
6392026-06-05T04:03:19.105Z Compiling unicode-linebreak v0.1.5
6402026-06-05T04:03:19.110Z Compiling portable-atomic v1.13.1
6412026-06-05T04:03:19.179Z Compiling crc32fast v1.5.0
6422026-06-05T04:03:19.374Z Compiling foldhash v0.1.5
6432026-06-05T04:03:19.482Z Compiling tower-layer v0.3.3
6442026-06-05T04:03:19.599Z Compiling hashbrown v0.15.5
6452026-06-05T04:03:19.675Z Compiling tower v0.5.3
6462026-06-05T04:03:19.688Z Compiling textwrap v0.16.2
6472026-06-05T04:03:19.963Z Compiling hyper-util v0.1.20
6482026-06-05T04:03:20.251Z Compiling supports-color v3.0.2
6492026-06-05T04:03:20.268Z Compiling toml_edit v0.22.27
6502026-06-05T04:03:20.480Z Compiling convert_case v0.10.0
6512026-06-05T04:03:20.703Z Compiling sharded-slab v0.1.7
6522026-06-05T04:03:20.797Z Compiling tokio-rustls v0.26.4
6532026-06-05T04:03:21.114Z Compiling backtrace-ext v0.2.1
6542026-06-05T04:03:21.300Z Compiling ordered-float v2.10.1
6552026-06-05T04:03:21.374Z Compiling webpki-roots v1.0.7
6562026-06-05T04:03:21.504Z Compiling miette-derive v7.6.0
6572026-06-05T04:03:21.572Z Compiling pathdiff v0.2.3
6582026-06-05T04:03:21.660Z Compiling console v0.15.11
6592026-06-05T04:03:21.691Z Compiling tracing-log v0.2.0
6602026-06-05T04:03:22.064Z Compiling cargo-platform v0.3.3
6612026-06-05T04:03:22.595Z Compiling os_pipe v1.2.3
6622026-06-05T04:03:22.609Z Compiling thread_local v1.1.9
6632026-06-05T04:03:22.630Z Compiling utf8parse v0.2.2
6642026-06-05T04:03:22.737Z Compiling winnow v1.0.3
6652026-06-05T04:03:22.760Z Compiling debug-ignore v1.0.5
6662026-06-05T04:03:22.875Z Compiling ryu v1.0.23
6672026-06-05T04:03:22.957Z Compiling supports-unicode v3.0.0
6682026-06-05T04:03:22.970Z Compiling fixedbitset v0.5.7
6692026-06-05T04:03:23.137Z Compiling zstd-safe v7.2.4
6702026-06-05T04:03:23.189Z Compiling cfg_aliases v0.2.1
6712026-06-05T04:03:23.264Z Compiling scopeguard v1.2.0
6722026-06-05T04:03:23.389Z Compiling rustix v0.38.44
6732026-06-05T04:03:23.485Z Compiling pulldown-cmark v0.13.4
6742026-06-05T04:03:23.713Z Compiling unicode-width v0.1.14
6752026-06-05T04:03:23.727Z Compiling supports-hyperlinks v3.2.0
6762026-06-05T04:03:23.836Z Compiling toml_parser v1.1.2+spec-1.1.0
6772026-06-05T04:03:23.948Z Compiling miette v7.6.0
6782026-06-05T04:03:24.087Z Compiling lock_api v0.4.14
6792026-06-05T04:03:24.192Z Compiling nix v0.30.1
6802026-06-05T04:03:24.328Z Compiling petgraph v0.8.3
6812026-06-05T04:03:24.580Z Compiling serde_urlencoded v0.7.1
6822026-06-05T04:03:24.864Z Compiling tracing-subscriber v0.3.23
6832026-06-05T04:03:25.181Z Compiling anstyle-parse v1.0.0
6842026-06-05T04:03:25.428Z Compiling sigchld v0.2.4
6852026-06-05T04:03:25.639Z Compiling cargo_metadata v0.23.1
6862026-06-05T04:03:26.258Z Compiling toml v0.8.23
6872026-06-05T04:03:26.309Z Compiling serde-value v0.7.0
6882026-06-05T04:03:27.064Z Compiling serde-untagged v0.1.9
6892026-06-05T04:03:27.438Z Compiling hyper-rustls v0.27.9
6902026-06-05T04:03:28.136Z Compiling derive_more-impl v2.1.1
6912026-06-05T04:03:28.151Z Compiling tower-http v0.6.11
6922026-06-05T04:03:28.960Z Compiling itertools v0.14.0
6932026-06-05T04:03:29.090Z Compiling regex v1.12.3
6942026-06-05T04:03:29.095Z Compiling crypto-common v0.1.7
6952026-06-05T04:03:29.229Z Compiling block-buffer v0.10.4
6962026-06-05T04:03:29.389Z Compiling ppv-lite86 v0.2.21
6972026-06-05T04:03:29.530Z Compiling rand_core v0.9.5
6982026-06-05T04:03:29.643Z Compiling futures-executor v0.3.32
6992026-06-05T04:03:29.713Z Compiling http-body-util v0.1.3
7002026-06-05T04:03:29.777Z Compiling pin-project-internal v1.1.13
7012026-06-05T04:03:30.027Z Compiling uuid v1.23.2
7022026-06-05T04:03:30.176Z Compiling toml_datetime v1.1.1+spec-1.1.0
7032026-06-05T04:03:30.454Z Compiling smol_str v0.3.6
7042026-06-05T04:03:30.477Z Compiling serde_spanned v1.1.1
7052026-06-05T04:03:30.529Z Compiling filetime v0.2.29
7062026-06-05T04:03:30.595Z Compiling vte v0.14.1
7072026-06-05T04:03:30.623Z Compiling bstr v1.12.1
7082026-06-05T04:03:30.741Z Compiling tinyvec_macros v0.1.1
7092026-06-05T04:03:30.792Z Compiling unicase v2.9.0
7102026-06-05T04:03:30.811Z Compiling iana-time-zone v0.1.65
7112026-06-05T04:03:30.828Z Compiling nested v0.1.1
7122026-06-05T04:03:30.842Z Compiling unicode-xid v0.2.6
7132026-06-05T04:03:30.855Z Compiling anstyle-query v1.1.5
7142026-06-05T04:03:30.974Z Compiling color-spantrace v0.3.0
7152026-06-05T04:03:31.397Z Compiling xattr v1.6.1
7162026-06-05T04:03:31.405Z Compiling litrs v1.0.0
7172026-06-05T04:03:31.405Z Compiling is_terminal_polyfill v1.70.2
7182026-06-05T04:03:31.405Z Compiling colorchoice v1.0.5
7192026-06-05T04:03:31.405Z Compiling anstyle v1.0.14
7202026-06-05T04:03:31.405Z Compiling eyre v0.6.12
7212026-06-05T04:03:31.405Z Compiling number_prefix v0.4.0
7222026-06-05T04:03:31.405Z Compiling static_assertions v1.1.0
7232026-06-05T04:03:31.405Z Compiling self_update v0.42.0
7242026-06-05T04:03:31.461Z Compiling anstream v1.0.0
7252026-06-05T04:03:31.567Z Compiling indicatif v0.17.11
7262026-06-05T04:03:31.632Z Compiling document-features v0.2.12
7272026-06-05T04:03:31.688Z Compiling guppy v0.17.26
7282026-06-05T04:03:31.977Z Compiling tar v0.4.46
7292026-06-05T04:03:31.995Z Compiling globset v0.4.18
7302026-06-05T04:03:32.198Z Compiling cargo-util-schemas v0.2.0
7312026-06-05T04:03:33.127Z Compiling chrono v0.4.45
7322026-06-05T04:03:34.084Z Compiling pin-project v1.1.13
7332026-06-05T04:03:34.191Z Compiling tinyvec v1.11.0
7342026-06-05T04:03:34.473Z Compiling strip-ansi-escapes v0.2.1
7352026-06-05T04:03:34.627Z Compiling nextest-metadata v0.12.2
7362026-06-05T04:03:34.634Z Compiling toml v1.1.2+spec-1.1.0
7372026-06-05T04:03:34.736Z Compiling newtype-uuid v1.3.2
7382026-06-05T04:03:34.930Z Compiling reqwest v0.12.28
7392026-06-05T04:03:34.965Z Compiling futures v0.3.32
7402026-06-05T04:03:35.050Z Compiling rand_chacha v0.9.0
7412026-06-05T04:03:35.261Z Compiling digest v0.10.7
7422026-06-05T04:03:35.470Z Compiling derive_more v2.1.1
7432026-06-05T04:03:35.554Z Compiling flate2 v1.1.9
7442026-06-05T04:03:35.606Z Compiling parking_lot v0.12.5
7452026-06-05T04:03:36.110Z Compiling tracing-error v0.2.1
7462026-06-05T04:03:36.121Z Compiling shared_child v1.1.1
7472026-06-05T04:03:36.552Z Compiling signal-hook-mio v0.2.5
7482026-06-05T04:03:36.658Z Compiling self-replace v1.5.0
7492026-06-05T04:03:36.698Z Compiling cargo-platform v0.2.0
7502026-06-05T04:03:36.944Z Compiling quick-xml v0.37.5
7512026-06-05T04:03:37.708Z Compiling quick-xml v0.38.4
7522026-06-05T04:03:37.780Z Compiling indenter v0.3.4
7532026-06-05T04:03:37.847Z Compiling shell-words v1.1.1
7542026-06-05T04:03:37.909Z Compiling humantime v2.3.0
7552026-06-05T04:03:38.097Z Compiling recursion v0.5.4
7562026-06-05T04:03:38.335Z Compiling heck v0.5.0
7572026-06-05T04:03:38.474Z Compiling strsim v0.11.1
7582026-06-05T04:03:38.485Z Compiling clap_lex v1.1.0
7592026-06-05T04:03:38.533Z Compiling urlencoding v2.1.3
7602026-06-05T04:03:38.782Z Compiling cpufeatures v0.2.17
7612026-06-05T04:03:38.861Z Compiling sha2 v0.10.9
7622026-06-05T04:03:39.114Z Compiling clap_builder v4.6.0
7632026-06-05T04:03:39.306Z Compiling clap_derive v4.6.1
7642026-06-05T04:03:39.817Z Compiling nextest-filtering v0.15.0
7652026-06-05T04:03:40.085Z Compiling humantime-serde v1.1.1
7662026-06-05T04:03:40.755Z Compiling quick-junit v0.5.2
7672026-06-05T04:03:41.109Z Compiling atomicwrites v0.4.4
7682026-06-05T04:03:41.398Z Compiling cargo_metadata v0.20.0
7692026-06-05T04:03:43.773Z Compiling cargo-nextest v0.9.97
7702026-06-05T04:03:43.896Z Compiling crossterm v0.29.0
7712026-06-05T04:03:45.226Z Compiling zstd v0.13.3
7722026-06-05T04:03:45.439Z Compiling duct v0.13.7
7732026-06-05T04:03:45.455Z Compiling config v0.15.23
7742026-06-05T04:03:45.718Z Compiling rand v0.9.4
7752026-06-05T04:03:45.736Z Compiling async-scoped v0.9.0
7762026-06-05T04:03:45.918Z Compiling unicode-normalization v0.1.25
7772026-06-05T04:03:46.851Z Compiling target-spec-miette v0.4.8
7782026-06-05T04:03:46.863Z Compiling future-queue v0.4.0
7792026-06-05T04:03:46.863Z Compiling mukti-metadata v0.3.0
7802026-06-05T04:03:46.863Z Compiling camino-tempfile v1.4.1
7812026-06-05T04:03:46.884Z Compiling tokio-stream v0.1.18
7822026-06-05T04:03:47.155Z Compiling derive-where v1.6.1
7832026-06-05T04:03:47.169Z Compiling serde_path_to_error v0.1.20
7842026-06-05T04:03:47.198Z Compiling serde_ignored v0.1.14
7852026-06-05T04:03:47.240Z Compiling swrite v0.1.0
7862026-06-05T04:03:47.352Z Compiling home v0.5.12
7872026-06-05T04:03:47.422Z Compiling xxhash-rust v0.8.15
7882026-06-05T04:03:47.425Z Compiling indent_write v2.2.0
7892026-06-05T04:03:47.988Z Compiling hex v0.4.3
7902026-06-05T04:03:48.003Z Compiling color-eyre v0.6.5
7912026-06-05T04:03:48.003Z Compiling clap v4.6.1
7922026-06-05T04:03:48.003Z Compiling dialoguer v0.11.0
7932026-06-05T04:03:48.003Z Compiling enable-ansi-support v0.2.1
7942026-06-05T04:03:48.398Z Compiling nextest-runner v0.80.0
7952026-06-05T04:04:06.538Z Finished `release` profile [optimized] target(s) in 1m 10s
7962026-06-05T04:04:06.724Z Installing /home/build/.cargo/bin/cargo-nextest
7972026-06-05T04:04:06.729Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7982026-06-05T04:04:06.849Z+ pushd bgp
7992026-06-05T04:04:06.853Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
8002026-06-05T04:04:06.853Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
8012026-06-05T04:04:07.011Z Updating git repository `https://github.com/oxidecomputer/falcon`
8022026-06-05T04:04:07.596ZFrom https://github.com/oxidecomputer/falcon
8032026-06-05T04:04:07.596Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8042026-06-05T04:04:07.674Z Updating crates.io index
8052026-06-05T04:04:07.710Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8062026-06-05T04:04:08.623ZFrom https://github.com/oxidecomputer/dendrite
8072026-06-05T04:04:08.623Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
8082026-06-05T04:04:09.116Z Updating git repository `https://github.com/oxidecomputer/ispf`
8092026-06-05T04:04:09.119ZFrom https://github.com/oxidecomputer/ispf
8102026-06-05T04:04:09.119Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8112026-06-05T04:04:09.119Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8122026-06-05T04:04:09.329ZFrom https://github.com/oxidecomputer/netadm-sys
8132026-06-05T04:04:09.329Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8142026-06-05T04:04:09.336Z Updating git repository `https://github.com/oxidecomputer/omicron`
8152026-06-05T04:04:16.852ZFrom https://github.com/oxidecomputer/omicron
8162026-06-05T04:04:16.852Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8172026-06-05T04:04:17.285Z Updating git repository `https://github.com/oxidecomputer/opte`
8182026-06-05T04:04:17.930ZFrom https://github.com/oxidecomputer/opte
8192026-06-05T04:04:17.930Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8202026-06-05T04:04:18.136Z Updating git repository `https://github.com/illumos/smf-rs`
8212026-06-05T04:04:18.369ZFrom https://github.com/illumos/smf-rs
8222026-06-05T04:04:18.369Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8232026-06-05T04:04:18.916Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8242026-06-05T04:04:18.939ZFrom https://github.com/oxidecomputer/network-interface
8252026-06-05T04:04:18.942Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8262026-06-05T04:04:18.942Z Updating git repository `https://github.com/oxidecomputer/zone`
8272026-06-05T04:04:19.057ZFrom https://github.com/oxidecomputer/zone
8282026-06-05T04:04:19.057Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8292026-06-05T04:04:19.152Z Updating git repository `https://github.com/oxidecomputer/propolis`
8302026-06-05T04:04:19.783ZFrom https://github.com/oxidecomputer/propolis
8312026-06-05T04:04:19.783Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8322026-06-05T04:04:19.902Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8332026-06-05T04:04:20.380ZFrom https://github.com/oxidecomputer/transceiver-control
8342026-06-05T04:04:20.380Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8352026-06-05T04:04:20.406Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8362026-06-05T04:04:20.637ZFrom https://github.com/oxidecomputer/dlpi-sys
8372026-06-05T04:04:20.637Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8382026-06-05T04:04:20.643Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8392026-06-05T04:04:20.894ZFrom https://github.com/jmesmon/rust-libzfs
8402026-06-05T04:04:20.894Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8412026-06-05T04:04:20.901Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8422026-06-05T04:04:21.151ZFrom https://github.com/oxidecomputer/rusty-doors
8432026-06-05T04:04:21.151Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8442026-06-05T04:04:21.617Z Updating git repository `https://github.com/oxidecomputer/lldp`
8452026-06-05T04:04:21.646ZFrom https://github.com/oxidecomputer/lldp
8462026-06-05T04:04:21.647Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8472026-06-05T04:04:21.647Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8482026-06-05T04:04:21.878ZFrom https://github.com/oxidecomputer/slog-error-chain
8492026-06-05T04:04:21.878Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8502026-06-05T04:04:21.902Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8512026-06-05T04:04:22.193ZFrom https://github.com/oxidecomputer/tufaceous
8522026-06-05T04:04:22.193Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8532026-06-05T04:04:22.283Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8542026-06-05T04:04:22.710ZFrom https://github.com/oxidecomputer/management-gateway-service
8552026-06-05T04:04:22.710Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8562026-06-05T04:04:22.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-06-05T04:04:23.806ZFrom https://github.com/oxidecomputer/crucible
8582026-06-05T04:04:23.806Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8592026-06-05T04:04:23.992Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8602026-06-05T04:04:24.223ZFrom https://github.com/oxidecomputer/serde_human_bytes
8612026-06-05T04:04:24.223Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8622026-06-05T04:04:24.497Z Updating git repository `https://github.com/oxidecomputer/propolis`
8632026-06-05T04:04:24.890ZFrom https://github.com/oxidecomputer/propolis
8642026-06-05T04:04:24.890Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8652026-06-05T04:04:24.941Z Updating git repository `https://github.com/oxidecomputer/crucible`
8662026-06-05T04:04:25.468ZFrom https://github.com/oxidecomputer/crucible
8672026-06-05T04:04:25.468Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8682026-06-05T04:04:25.576Z Updating git repository `https://github.com/oxidecomputer/tofino`
8692026-06-05T04:04:25.939ZFrom https://github.com/oxidecomputer/tofino
8702026-06-05T04:04:25.939Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8712026-06-05T04:04:25.960Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8722026-06-05T04:04:26.616ZFrom https://github.com/oxidecomputer/maghemite
8732026-06-05T04:04:26.616Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8742026-06-05T04:04:26.692Z Updating git repository `https://github.com/oxidecomputer/clickward`
8752026-06-05T04:04:26.982ZFrom https://github.com/oxidecomputer/clickward
8762026-06-05T04:04:26.982Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8772026-06-05T04:04:27.300Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8782026-06-05T04:04:27.641ZFrom https://github.com/oxidecomputer/illumos-devinfo
8792026-06-05T04:04:27.641Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8802026-06-05T04:04:28.414Z Downloading crates ...
8812026-06-05T04:04:28.544Z Downloaded backoff v0.4.0
8822026-06-05T04:04:28.604Z Downloaded defmt v1.1.0
8832026-06-05T04:04:28.604Z Downloaded constant_time_eq v0.4.2
8842026-06-05T04:04:28.604Z Downloaded base64 v0.21.7
8852026-06-05T04:04:28.604Z Downloaded hash32 v0.3.1
8862026-06-05T04:04:28.604Z Downloaded hostname v0.4.2
8872026-06-05T04:04:28.604Z Downloaded crypto-bigint v0.5.5
8882026-06-05T04:04:28.604Z Downloaded multer v3.1.0
8892026-06-05T04:04:28.604Z Downloaded num-conv v0.2.2
8902026-06-05T04:04:28.604Z Downloaded libscf-sys v1.2.0
8912026-06-05T04:04:28.604Z Downloaded idna_adapter v1.2.2
8922026-06-05T04:04:28.605Z Downloaded chacha20 v0.10.0
8932026-06-05T04:04:28.605Z Downloaded ingot v0.1.1
8942026-06-05T04:04:28.605Z Downloaded blake3 v1.8.5
8952026-06-05T04:04:28.649Z Downloaded omicron-workspace-hack v0.1.0
8962026-06-05T04:04:28.649Z Downloaded hmac v0.12.1
8972026-06-05T04:04:28.649Z Downloaded expectorate v1.2.0
8982026-06-05T04:04:28.649Z Downloaded arrayvec v0.7.6
8992026-06-05T04:04:28.649Z Downloaded cstr-argument v0.1.2
9002026-06-05T04:04:28.649Z Downloaded num v0.4.3
9012026-06-05T04:04:28.649Z Downloaded dunce v1.0.5
9022026-06-05T04:04:28.649Z Downloaded dof v0.4.0
9032026-06-05T04:04:28.649Z Downloaded memmap2 v0.9.10
9042026-06-05T04:04:28.649Z Downloaded dropshot-api-manager-types v0.7.2
9052026-06-05T04:04:28.649Z Downloaded darling_core v0.23.0
9062026-06-05T04:04:28.649Z Downloaded memmap v0.7.0
9072026-06-05T04:04:28.649Z Downloaded ingot-macros v0.1.1
9082026-06-05T04:04:28.649Z Downloaded httpdate v1.0.3
9092026-06-05T04:04:28.649Z Downloaded match_cfg v0.1.0
9102026-06-05T04:04:28.649Z Downloaded cmake v0.1.58
9112026-06-05T04:04:28.649Z Downloaded indexmap v1.9.3
9122026-06-05T04:04:28.650Z Downloaded const_format_proc_macros v0.2.34
9132026-06-05T04:04:28.650Z Downloaded darling_macro v0.23.0
9142026-06-05T04:04:28.650Z Downloaded critical-section v1.2.0
9152026-06-05T04:04:28.650Z Downloaded memoffset v0.9.1
9162026-06-05T04:04:28.650Z Downloaded csv-core v0.1.13
9172026-06-05T04:04:28.650Z Downloaded highway v1.3.0
9182026-06-05T04:04:28.650Z Downloaded dtrace-parser v0.3.0
9192026-06-05T04:04:28.650Z Downloaded inout v0.1.4
9202026-06-05T04:04:28.650Z Downloaded gethostname v0.5.0
9212026-06-05T04:04:28.650Z Downloaded derive_more v0.99.20
9222026-06-05T04:04:28.650Z Downloaded foreign-types v0.5.0
9232026-06-05T04:04:28.650Z Downloaded embedded-io v0.4.0
9242026-06-05T04:04:28.650Z Downloaded no-std-compat v0.4.1
9252026-06-05T04:04:28.650Z Downloaded block-buffer v0.12.0
9262026-06-05T04:04:28.650Z Downloaded heapless v0.8.0
9272026-06-05T04:04:28.650Z Downloaded cobs v0.3.0
9282026-06-05T04:04:28.650Z Downloaded newtype-uuid-macros v0.1.0
9292026-06-05T04:04:28.650Z Downloaded num_enum_derive v0.5.11
9302026-06-05T04:04:28.651Z Downloaded async-stream v0.3.6
9312026-06-05T04:04:28.651Z Downloaded linked-hash-map v0.5.6
9322026-06-05T04:04:28.651Z Downloaded dtrace-parser v0.2.0
9332026-06-05T04:04:28.724Z Downloaded crypto-common v0.2.2
9342026-06-05T04:04:28.724Z Downloaded internet-checksum v0.2.1
9352026-06-05T04:04:28.724Z Downloaded arrayref v0.3.9
9362026-06-05T04:04:28.724Z Downloaded keccak v0.1.6
9372026-06-05T04:04:28.725Z Downloaded bcs v0.1.6
9382026-06-05T04:04:28.725Z Downloaded base16ct v1.0.0
9392026-06-05T04:04:28.725Z Downloaded mime v0.3.17
9402026-06-05T04:04:28.725Z Downloaded foreign-types-shared v0.3.1
9412026-06-05T04:04:28.725Z Downloaded newline-converter v0.3.0
9422026-06-05T04:04:28.725Z Downloaded managed v0.8.0
9432026-06-05T04:04:28.725Z Downloaded enum-as-inner v0.6.1
9442026-06-05T04:04:28.725Z Downloaded derive-ex v0.1.8
9452026-06-05T04:04:28.726Z Downloaded defmt-macros v1.1.0
9462026-06-05T04:04:28.726Z Downloaded ff v0.13.1
9472026-06-05T04:04:28.726Z Downloaded erased-serde v0.3.31
9482026-06-05T04:04:28.726Z Downloaded crc8 v0.1.1
9492026-06-05T04:04:28.726Z Downloaded olpc-cjson v0.1.4
9502026-06-05T04:04:28.726Z Downloaded base16ct v0.2.0
9512026-06-05T04:04:28.726Z Downloaded data-encoding v2.11.0
9522026-06-05T04:04:28.726Z Downloaded opaque-debug v0.3.1
9532026-06-05T04:04:28.726Z Downloaded deranged v0.5.8
9542026-06-05T04:04:28.726Z Downloaded dof v0.3.0
9552026-06-05T04:04:28.726Z Downloaded cipher v0.4.4
9562026-06-05T04:04:28.727Z Downloaded num_threads v0.1.7
9572026-06-05T04:04:28.727Z Downloaded num-derive v0.4.2
9582026-06-05T04:04:28.727Z Downloaded float-ord v0.3.2
9592026-06-05T04:04:28.727Z Downloaded newtype_derive v0.1.6
9602026-06-05T04:04:28.727Z Downloaded embedded-io v0.6.1
9612026-06-05T04:04:28.727Z Downloaded num-iter v0.1.45
9622026-06-05T04:04:28.727Z Downloaded natord v1.0.9
9632026-06-05T04:04:28.727Z Downloaded konst_macro_rules v0.2.19
9642026-06-05T04:04:28.727Z Downloaded crossbeam-epoch v0.9.18
9652026-06-05T04:04:28.727Z Downloaded plain v0.2.3
9662026-06-05T04:04:28.727Z Downloaded is-terminal v0.4.17
9672026-06-05T04:04:28.727Z Downloaded hubpack v0.1.2
9682026-06-05T04:04:28.727Z Downloaded papergrid v0.11.0
9692026-06-05T04:04:28.728Z Downloaded linear-map v1.2.0
9702026-06-05T04:04:28.728Z Downloaded progenitor-client v0.10.0
9712026-06-05T04:04:28.728Z Downloaded proc-macro-crate v3.5.0
9722026-06-05T04:04:28.728Z Downloaded potential_utf v0.1.5
9732026-06-05T04:04:28.728Z Downloaded num_enum v0.5.11
9742026-06-05T04:04:28.728Z Downloaded rand_chacha v0.3.1
9752026-06-05T04:04:28.728Z Downloaded oxide-tokio-rt v0.1.6
9762026-06-05T04:04:28.728Z Downloaded glob v0.3.3
9772026-06-05T04:04:28.728Z Downloaded icu_normalizer_data v2.2.0
9782026-06-05T04:04:28.728Z Downloaded diff v0.1.13
9792026-06-05T04:04:28.728Z Downloaded defmt-parser v1.0.0
9802026-06-05T04:04:28.728Z Downloaded defmt v0.3.100
9812026-06-05T04:04:28.728Z Downloaded argon2 v0.5.3
9822026-06-05T04:04:28.728Z Downloaded powerfmt v0.2.0
9832026-06-05T04:04:28.728Z Downloaded parse-display v0.10.0
9842026-06-05T04:04:28.728Z Downloaded proc-macro-error-attr2 v2.0.0
9852026-06-05T04:04:28.728Z Downloaded displaydoc v0.2.6
9862026-06-05T04:04:28.728Z Downloaded compression-codecs v0.4.38
9872026-06-05T04:04:28.728Z Downloaded blake2 v0.10.6
9882026-06-05T04:04:28.729Z Downloaded ref-cast-impl v1.0.25
9892026-06-05T04:04:28.729Z Downloaded pem v3.0.6
9902026-06-05T04:04:28.729Z Downloaded git-stub-vcs v0.1.0
9912026-06-05T04:04:28.729Z Downloaded darling_macro v0.21.3
9922026-06-05T04:04:28.729Z Downloaded foldhash v0.2.0
9932026-06-05T04:04:28.729Z Downloaded crunchy v0.2.4
9942026-06-05T04:04:28.729Z Downloaded ref-cast v1.0.25
9952026-06-05T04:04:28.729Z Downloaded crucible-workspace-hack v0.1.0
9962026-06-05T04:04:28.729Z Downloaded cpufeatures v0.3.0
9972026-06-05T04:04:28.729Z Downloaded quick-error v1.2.3
9982026-06-05T04:04:28.729Z Downloaded num-complex v0.4.6
9992026-06-05T04:04:28.729Z Downloaded backon v1.6.0
10002026-06-05T04:04:28.729Z Downloaded proc-macro-crate v1.3.1
10012026-06-05T04:04:28.729Z Downloaded num-integer v0.1.46
10022026-06-05T04:04:28.729Z Downloaded byte-wrapper v0.1.0
10032026-06-05T04:04:28.730Z Downloaded oxnet v0.1.6
10042026-06-05T04:04:28.759Z Downloaded libsw v3.5.0
10052026-06-05T04:04:28.759Z Downloaded digest v0.11.3
10062026-06-05T04:04:28.759Z Downloaded progenitor-macro v0.13.0
10072026-06-05T04:04:28.759Z Downloaded bitflags v1.3.2
10082026-06-05T04:04:28.759Z Downloaded scroll_derive v0.12.1
10092026-06-05T04:04:28.759Z Downloaded same-file v1.0.6
10102026-06-05T04:04:28.759Z Downloaded proc-macro-error v1.0.4
10112026-06-05T04:04:28.759Z Downloaded hashbrown v0.12.3
10122026-06-05T04:04:28.759Z Downloaded sha1 v0.10.6
10132026-06-05T04:04:28.759Z Downloaded progenitor-macro v0.14.0
10142026-06-05T04:04:28.760Z Downloaded litemap v0.8.2
10152026-06-05T04:04:28.760Z Downloaded ipnetwork v0.21.1
10162026-06-05T04:04:28.760Z Downloaded sha1 v0.11.0
10172026-06-05T04:04:28.760Z Downloaded cookie v0.18.1
10182026-06-05T04:04:28.760Z Downloaded allocator-api2 v0.2.21
10192026-06-05T04:04:28.760Z Downloaded rand_xorshift v0.4.0
10202026-06-05T04:04:28.760Z Downloaded hickory-resolver v0.24.4
10212026-06-05T04:04:28.760Z Downloaded password-hash v0.5.0
10222026-06-05T04:04:28.760Z Downloaded fs_extra v1.3.0
10232026-06-05T04:04:28.760Z Downloaded phf_shared v0.12.1
10242026-06-05T04:04:28.804Z Downloaded paste v1.0.15
10252026-06-05T04:04:28.804Z Downloaded serde-big-array v0.5.1
10262026-06-05T04:04:28.804Z Downloaded serial_test_derive v3.5.0
10272026-06-05T04:04:28.804Z Downloaded git-stub v1.0.0
10282026-06-05T04:04:28.804Z Downloaded serde_repr v0.1.20
10292026-06-05T04:04:28.804Z Downloaded progenitor v0.13.0
10302026-06-05T04:04:28.805Z Downloaded progenitor v0.14.0
10312026-06-05T04:04:28.805Z Downloaded postcard v1.1.3
10322026-06-05T04:04:28.805Z Downloaded phf v0.12.1
10332026-06-05T04:04:28.805Z Downloaded num_enum v0.7.6
10342026-06-05T04:04:28.805Z Downloaded serde_plain v1.0.2
10352026-06-05T04:04:28.805Z Downloaded rustls-native-certs v0.8.4
10362026-06-05T04:04:28.805Z Downloaded num-rational v0.4.2
10372026-06-05T04:04:28.805Z Downloaded pest_derive v2.8.6
10382026-06-05T04:04:28.805Z Downloaded proc-macro-error2 v2.0.1
10392026-06-05T04:04:28.805Z Downloaded parse-display-derive v0.10.0
10402026-06-05T04:04:28.805Z Downloaded drift v0.2.0
10412026-06-05T04:04:28.805Z Downloaded stable_deref_trait v1.2.1
10422026-06-05T04:04:28.805Z Downloaded rustc_version v0.1.7
10432026-06-05T04:04:28.805Z Downloaded strum v0.26.3
10442026-06-05T04:04:28.827Z Downloaded structmeta-derive v0.3.0
10452026-06-05T04:04:28.827Z Downloaded sigpipe v0.1.3
10462026-06-05T04:04:28.827Z Downloaded serde_tokenstream v0.2.3
10472026-06-05T04:04:28.827Z Downloaded pest_generator v2.8.6
10482026-06-05T04:04:28.828Z Downloaded omicron-zone-package v0.12.2
10492026-06-05T04:04:28.828Z Downloaded slog-bunyan v2.5.0
10502026-06-05T04:04:28.828Z Downloaded serial_test v3.5.0
10512026-06-05T04:04:28.828Z Downloaded slog-stdlog v4.1.1
10522026-06-05T04:04:28.828Z Downloaded rand_core v0.10.1
10532026-06-05T04:04:28.828Z Downloaded parking_lot v0.11.2
10542026-06-05T04:04:28.828Z Downloaded rustversion v1.0.22
10552026-06-05T04:04:28.828Z Downloaded icu_provider v2.2.0
10562026-06-05T04:04:28.828Z Downloaded thread-id v4.2.2
10572026-06-05T04:04:28.828Z Downloaded arc-swap v1.9.1
10582026-06-05T04:04:28.828Z Downloaded termtree v0.5.1
10592026-06-05T04:04:28.828Z Downloaded proc-macro-error-attr v1.0.4
10602026-06-05T04:04:28.828Z Downloaded rustls-pemfile v2.2.0
10612026-06-05T04:04:28.828Z Downloaded resolv-conf v0.7.6
10622026-06-05T04:04:28.828Z Downloaded slog-scope v4.4.1
10632026-06-05T04:04:28.829Z Downloaded siphasher v1.0.3
10642026-06-05T04:04:28.829Z Downloaded anyhow v1.0.102
10652026-06-05T04:04:28.829Z Downloaded tabwriter v1.4.1
10662026-06-05T04:04:28.829Z Downloaded slog-envlogger v2.2.0
10672026-06-05T04:04:28.829Z Downloaded half v2.7.1
10682026-06-05T04:04:28.829Z Downloaded unit-prefix v0.5.2
10692026-06-05T04:04:28.829Z Downloaded scroll_derive v0.13.1
10702026-06-05T04:04:28.829Z Downloaded progenitor-macro v0.10.0
10712026-06-05T04:04:28.829Z Downloaded progenitor-client v0.14.0
10722026-06-05T04:04:28.829Z Downloaded icu_normalizer v2.2.0
10732026-06-05T04:04:28.829Z Downloaded tabled_derive v0.11.0
10742026-06-05T04:04:28.829Z Downloaded snafu-derive v0.8.9
10752026-06-05T04:04:28.829Z Downloaded scroll v0.12.0
10762026-06-05T04:04:28.829Z Downloaded cargo_toml v0.22.3
10772026-06-05T04:04:28.829Z Downloaded cancel-safe-futures v0.1.5
10782026-06-05T04:04:28.829Z Downloaded tabled_derive v0.7.0
10792026-06-05T04:04:28.829Z Downloaded topological-sort v0.2.2
10802026-06-05T04:04:28.848Z Downloaded structmeta v0.3.0
10812026-06-05T04:04:28.848Z Downloaded usdt-attr-macro v0.5.0
10822026-06-05T04:04:28.848Z Downloaded thread-id v5.1.0
10832026-06-05T04:04:28.848Z Downloaded tagptr v0.2.0
10842026-06-05T04:04:28.848Z Downloaded strum v0.27.2
10852026-06-05T04:04:28.848Z Downloaded darling v0.21.3
10862026-06-05T04:04:28.848Z Downloaded thiserror-impl-no-std v2.0.2
10872026-06-05T04:04:28.848Z Downloaded testing_table v0.3.0
10882026-06-05T04:04:28.848Z Downloaded slog-json v2.6.1
10892026-06-05T04:04:28.849Z Downloaded daft v0.1.7
10902026-06-05T04:04:28.849Z Downloaded usdt v0.5.0
10912026-06-05T04:04:28.849Z Downloaded poly1305 v0.8.0
10922026-06-05T04:04:28.849Z Downloaded console v0.16.3
10932026-06-05T04:04:28.849Z Downloaded semver v0.1.20
10942026-06-05T04:04:28.849Z Downloaded icu_properties v2.2.0
10952026-06-05T04:04:28.849Z Downloaded dropshot_endpoint v0.17.1
10962026-06-05T04:04:28.849Z Downloaded spin v0.9.8
10972026-06-05T04:04:28.849Z Downloaded unarray v0.1.4
10982026-06-05T04:04:28.849Z Downloaded slog-async v2.8.0
10992026-06-05T04:04:28.849Z Downloaded byteorder v1.5.0
11002026-06-05T04:04:28.849Z Downloaded num_enum_derive v0.7.6
11012026-06-05T04:04:28.849Z Downloaded bs58 v0.5.1
11022026-06-05T04:04:28.866Z Downloaded compression-core v0.4.32
11032026-06-05T04:04:28.866Z Downloaded async-trait v0.1.89
11042026-06-05T04:04:28.866Z Downloaded libsw-core v0.3.2
11052026-06-05T04:04:28.866Z Downloaded usdt-attr-macro v0.6.0
11062026-06-05T04:04:28.866Z Downloaded darling v0.23.0
11072026-06-05T04:04:28.866Z Downloaded pretty-hex v0.4.2
11082026-06-05T04:04:28.866Z Downloaded progenitor-extras v0.2.0
11092026-06-05T04:04:28.866Z Downloaded darling_core v0.21.3
11102026-06-05T04:04:28.867Z Downloaded tokio-tungstenite v0.21.0
11112026-06-05T04:04:28.867Z Downloaded untrusted v0.7.1
11122026-06-05T04:04:28.867Z Downloaded usdt-macro v0.6.0
11132026-06-05T04:04:28.867Z Downloaded strum_macros v0.26.4
11142026-06-05T04:04:28.867Z Downloaded const-random-macro v0.1.16
11152026-06-05T04:04:28.867Z Downloaded utf-8 v0.7.6
11162026-06-05T04:04:28.867Z Downloaded progenitor-impl v0.10.0
11172026-06-05T04:04:28.885Z Downloaded strum_macros v0.27.2
11182026-06-05T04:04:28.885Z Downloaded zerofrom-derive v0.1.7
11192026-06-05T04:04:28.885Z Downloaded rustls-platform-verifier v0.7.0
11202026-06-05T04:04:28.885Z Downloaded elliptic-curve v0.13.8
11212026-06-05T04:04:28.885Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-06-05T04:04:28.885Z Downloaded zone_cfg_derive v0.3.1
11232026-06-05T04:04:28.885Z Downloaded const_format v0.2.36
11242026-06-05T04:04:28.885Z Downloaded typify-macro v0.4.3
11252026-06-05T04:04:28.885Z Downloaded time-core v0.1.8
11262026-06-05T04:04:28.886Z Downloaded synstructure v0.13.2
11272026-06-05T04:04:28.886Z Downloaded universal-hash v0.5.1
11282026-06-05T04:04:28.886Z Downloaded spin v0.5.2
11292026-06-05T04:04:28.886Z Downloaded smf v0.2.3
11302026-06-05T04:04:28.886Z Downloaded usdt-macro v0.5.0
11312026-06-05T04:04:28.886Z Downloaded progenitor-impl v0.14.0
11322026-06-05T04:04:28.886Z Downloaded smawk v0.3.2
11332026-06-05T04:04:28.886Z Downloaded term v1.2.1
11342026-06-05T04:04:28.886Z Downloaded schemars_derive v0.8.22
11352026-06-05T04:04:28.886Z Downloaded wait-timeout v0.2.1
11362026-06-05T04:04:28.886Z Downloaded zeroize_derive v1.4.3
11372026-06-05T04:04:28.886Z Downloaded konst v0.2.20
11382026-06-05T04:04:28.899Z Downloaded progenitor-impl v0.13.0
11392026-06-05T04:04:28.899Z Downloaded smartstring v1.0.1
11402026-06-05T04:04:28.899Z Downloaded slog-term v2.9.2
11412026-06-05T04:04:28.899Z Downloaded whoami v1.6.1
11422026-06-05T04:04:28.899Z Downloaded secrecy v0.10.3
11432026-06-05T04:04:28.899Z Downloaded yoke-derive v0.8.2
11442026-06-05T04:04:28.900Z Downloaded progenitor-client v0.13.0
11452026-06-05T04:04:28.900Z Downloaded slog-dtrace v0.3.0
11462026-06-05T04:04:28.900Z Downloaded parking_lot_core v0.8.6
11472026-06-05T04:04:28.900Z Downloaded usdt v0.6.0
11482026-06-05T04:04:28.900Z Downloaded progenitor v0.10.0
11492026-06-05T04:04:28.900Z Downloaded zone v0.3.1
11502026-06-05T04:04:28.900Z Downloaded ident_case v1.0.1
11512026-06-05T04:04:28.930Z Downloaded hubpack_derive v0.1.1
11522026-06-05T04:04:28.930Z Downloaded fxhash v0.2.1
11532026-06-05T04:04:28.930Z Downloaded serde_derive_internals v0.29.1
11542026-06-05T04:04:28.930Z Downloaded tinystr v0.8.3
11552026-06-05T04:04:28.930Z Downloaded usdt-impl v0.5.0
11562026-06-05T04:04:28.930Z Downloaded scroll v0.13.0
11572026-06-05T04:04:28.930Z Downloaded papergrid v0.18.0
11582026-06-05T04:04:28.930Z Downloaded zerofrom v0.1.8
11592026-06-05T04:04:28.930Z Downloaded rusty-fork v0.3.1
11602026-06-05T04:04:28.930Z Downloaded lru-cache v0.1.2
11612026-06-05T04:04:28.931Z Downloaded instant v0.1.13
11622026-06-05T04:04:28.931Z Downloaded fixedbitset v0.4.2
11632026-06-05T04:04:28.931Z Downloaded waitgroup v0.1.2
11642026-06-05T04:04:28.931Z Downloaded take_mut v0.2.2
11652026-06-05T04:04:28.931Z Downloaded indicatif v0.18.4
11662026-06-05T04:04:28.931Z Downloaded dyn-clone v1.0.20
11672026-06-05T04:04:28.931Z Downloaded hybrid-array v0.4.12
11682026-06-05T04:04:28.931Z Downloaded tiny-keccak v2.0.2
11692026-06-05T04:04:28.931Z Downloaded icu_locale_core v2.2.0
11702026-06-05T04:04:28.931Z Downloaded schemars v0.9.0
11712026-06-05T04:04:28.979Z Downloaded yoke v0.8.3
11722026-06-05T04:04:28.979Z Downloaded crossbeam-channel v0.5.15
11732026-06-05T04:04:28.979Z Downloaded async-compression v0.4.42
11742026-06-05T04:04:28.979Z Downloaded schemars v1.2.1
11752026-06-05T04:04:28.979Z Downloaded schemars v0.8.22
11762026-06-05T04:04:28.979Z Downloaded xz2 v0.1.7
11772026-06-05T04:04:28.979Z Downloaded serde_yaml v0.9.34+deprecated
11782026-06-05T04:04:28.999Z Downloaded writeable v0.6.3
11792026-06-05T04:04:28.999Z Downloaded walkdir v2.5.0
11802026-06-05T04:04:28.999Z Downloaded thin-vec v0.2.18
11812026-06-05T04:04:29.000Z Downloaded similar v2.7.0
11822026-06-05T04:04:29.000Z Downloaded zerovec-derive v0.11.3
11832026-06-05T04:04:29.000Z Downloaded pest_meta v2.8.6
11842026-06-05T04:04:29.000Z Downloaded ingot-types v0.1.2
11852026-06-05T04:04:29.000Z Downloaded vsss-rs v3.3.4
11862026-06-05T04:04:29.000Z Downloaded typify v0.4.3
11872026-06-05T04:04:29.000Z Downloaded icu_collections v2.2.0
11882026-06-05T04:04:29.000Z Downloaded minimal-lexical v0.2.1
11892026-06-05T04:04:29.000Z Downloaded hickory-resolver v0.25.2
11902026-06-05T04:04:29.000Z Downloaded thiserror-no-std v2.0.2
11912026-06-05T04:04:29.000Z Downloaded rhai_codegen v3.2.0
11922026-06-05T04:04:29.000Z Downloaded typify-macro v0.6.2
11932026-06-05T04:04:29.000Z Downloaded serde_with_macros v3.20.0
11942026-06-05T04:04:29.000Z Downloaded ucd-trie v0.1.7
11952026-06-05T04:04:29.001Z Downloaded slog v2.8.2
11962026-06-05T04:04:29.001Z Downloaded dropshot-api-manager v0.7.2
11972026-06-05T04:04:29.001Z Downloaded jiff-static v0.2.28
11982026-06-05T04:04:29.001Z Downloaded usdt-impl v0.6.0
11992026-06-05T04:04:29.001Z Downloaded prettyplease v0.2.37
12002026-06-05T04:04:29.001Z Downloaded rand v0.8.6
12012026-06-05T04:04:29.001Z Downloaded pretty_assertions v1.4.1
12022026-06-05T04:04:29.002Z Downloaded tokio-dtrace v0.1.1
12032026-06-05T04:04:29.002Z Downloaded test-strategy v0.4.5
12042026-06-05T04:04:29.021Z Downloaded convert_case v0.4.0
12052026-06-05T04:04:29.021Z Downloaded const-random v0.1.18
12062026-06-05T04:04:29.021Z Downloaded zerocopy-derive v0.7.35
12072026-06-05T04:04:29.022Z Downloaded toml v0.7.8
12082026-06-05T04:04:29.022Z Downloaded crossbeam-utils v0.8.21
12092026-06-05T04:04:29.022Z Downloaded tungstenite v0.21.0
12102026-06-05T04:04:29.022Z Downloaded async-recursion v1.1.1
12112026-06-05T04:04:29.022Z Downloaded zerotrie v0.2.4
12122026-06-05T04:04:29.022Z Downloaded rand v0.10.1
12132026-06-05T04:04:29.022Z Downloaded daft-derive v0.1.7
12142026-06-05T04:04:29.022Z Downloaded typify v0.6.2
12152026-06-05T04:04:29.058Z Downloaded rayon-core v1.13.0
12162026-06-05T04:04:29.058Z Downloaded ciborium v0.2.2
12172026-06-05T04:04:29.058Z Downloaded const-oid v0.10.2
12182026-06-05T04:04:29.058Z Downloaded aead v0.5.2
12192026-06-05T04:04:29.058Z Downloaded hostname v0.3.1
12202026-06-05T04:04:29.058Z Downloaded reqwest v0.13.4
12212026-06-05T04:04:29.058Z Downloaded time-macros v0.2.27
12222026-06-05T04:04:29.058Z Downloaded pest v2.8.6
12232026-06-05T04:04:29.058Z Downloaded qorb v0.4.1
12242026-06-05T04:04:29.058Z Downloaded group v0.13.0
12252026-06-05T04:04:29.058Z Downloaded toml v0.9.12+spec-1.1.0
12262026-06-05T04:04:29.058Z Downloaded crossbeam-deque v0.8.6
12272026-06-05T04:04:29.058Z Downloaded chacha20 v0.9.1
12282026-06-05T04:04:29.059Z Downloaded colored v3.1.1
12292026-06-05T04:04:29.059Z Downloaded heck v0.4.1
12302026-06-05T04:04:29.059Z Downloaded fs-err v3.3.0
12312026-06-05T04:04:29.059Z Downloaded ciborium-io v0.2.2
12322026-06-05T04:04:29.059Z Downloaded bytecount v0.6.9
12332026-06-05T04:04:29.059Z Downloaded macaddr v1.0.1
12342026-06-05T04:04:29.059Z Downloaded unsafe-libyaml v0.2.11
12352026-06-05T04:04:29.059Z Downloaded nom v7.1.3
12362026-06-05T04:04:29.078Z Downloaded foreign-types-macros v0.2.3
12372026-06-05T04:04:29.078Z Downloaded ciborium-ll v0.2.2
12382026-06-05T04:04:29.078Z Downloaded bit-vec v0.8.0
12392026-06-05T04:04:29.078Z Downloaded steno v0.4.1
12402026-06-05T04:04:29.078Z Downloaded tough v0.22.0
12412026-06-05T04:04:29.079Z Downloaded proptest v1.11.0
12422026-06-05T04:04:29.079Z Downloaded yansi v1.0.1
12432026-06-05T04:04:29.079Z Downloaded toml_edit v0.25.12+spec-1.1.0
12442026-06-05T04:04:29.079Z Downloaded zerovec v0.11.6
12452026-06-05T04:04:29.079Z Downloaded typed-path v0.9.3
12462026-06-05T04:04:29.093Z Downloaded snafu v0.8.9
12472026-06-05T04:04:29.093Z Downloaded itertools v0.12.1
12482026-06-05T04:04:29.093Z Downloaded tabled v0.15.0
12492026-06-05T04:04:29.093Z Downloaded toml_edit v0.19.15
12502026-06-05T04:04:29.133Z Downloaded async-stream-impl v0.3.6
12512026-06-05T04:04:29.134Z Downloaded goblin v0.10.7
12522026-06-05T04:04:29.134Z Downloaded hashbrown v0.16.1
12532026-06-05T04:04:29.134Z Downloaded tabled v0.21.0
12542026-06-05T04:04:29.175Z Downloaded libm v0.2.16
12552026-06-05T04:04:29.175Z Downloaded icu_properties_data v2.2.0
12562026-06-05T04:04:29.175Z Downloaded zerocopy-derive v0.8.50
12572026-06-05T04:04:29.175Z Downloaded chacha20poly1305 v0.10.1
12582026-06-05T04:04:29.175Z Downloaded nom v8.0.0
12592026-06-05T04:04:29.175Z Downloaded bit-set v0.8.0
12602026-06-05T04:04:29.175Z Downloaded aws-lc-rs v1.17.0
12612026-06-05T04:04:29.175Z Downloaded iddqd v0.4.2
12622026-06-05T04:04:29.193Z Downloaded hkdf v0.12.4
12632026-06-05T04:04:29.193Z Downloaded goblin v0.8.2
12642026-06-05T04:04:29.193Z Downloaded zerocopy v0.7.35
12652026-06-05T04:04:29.193Z Downloaded dropshot v0.17.1
12662026-06-05T04:04:29.193Z Downloaded regress v0.10.5
12672026-06-05T04:04:29.193Z Downloaded winnow v0.5.40
12682026-06-05T04:04:29.193Z Downloaded regress v0.11.1
12692026-06-05T04:04:29.217Z Downloaded rayon v1.12.0
12702026-06-05T04:04:29.243Z Downloaded sled v0.34.7
12712026-06-05T04:04:29.243Z Downloaded typify-impl v0.6.2
12722026-06-05T04:04:29.243Z Downloaded serde_with v3.20.0
12732026-06-05T04:04:29.243Z Downloaded moka v0.12.15
12742026-06-05T04:04:29.255Z Downloaded time v0.3.47
12752026-06-05T04:04:29.255Z Downloaded syn v1.0.109
12762026-06-05T04:04:29.262Z Downloaded chrono-tz v0.10.4
12772026-06-05T04:04:29.271Z Downloaded csv v1.4.0
12782026-06-05T04:04:29.278Z Downloaded nix v0.31.3
12792026-06-05T04:04:29.292Z Downloaded smoltcp v0.11.0
12802026-06-05T04:04:29.304Z Downloaded openapiv3 v2.2.0
12812026-06-05T04:04:29.309Z Downloaded rhai v1.25.1
12822026-06-05T04:04:29.316Z Downloaded hickory-proto v0.24.4
12832026-06-05T04:04:29.327Z Downloaded hickory-proto v0.25.2
12842026-06-05T04:04:29.378Z Downloaded typify-impl v0.4.3
12852026-06-05T04:04:29.426Z Downloaded petgraph v0.6.5
12862026-06-05T04:04:29.438Z Downloaded jiff v0.2.28
12872026-06-05T04:04:29.452Z Downloaded lzma-sys v0.1.20
12882026-06-05T04:04:29.468Z Downloaded sha3 v0.10.9
12892026-06-05T04:04:29.516Z Downloaded encoding_rs v0.8.35
12902026-06-05T04:04:29.854Z Downloaded aws-lc-sys v0.41.0
12912026-06-05T04:04:30.865Z Compiling proc-macro2 v1.0.106
12922026-06-05T04:04:30.865Z Compiling unicode-ident v1.0.24
12932026-06-05T04:04:30.865Z Compiling quote v1.0.45
12942026-06-05T04:04:30.865Z Compiling serde_core v1.0.228
12952026-06-05T04:04:30.865Z Compiling cfg-if v1.0.4
12962026-06-05T04:04:30.865Z Compiling serde v1.0.228
12972026-06-05T04:04:30.904Z Compiling libc v0.2.186
12982026-06-05T04:04:30.904Z Compiling memchr v2.8.1
12992026-06-05T04:04:30.976Z Compiling itoa v1.0.18
13002026-06-05T04:04:31.156Z Compiling zmij v1.0.21
13012026-06-05T04:04:31.238Z Compiling autocfg v1.5.1
13022026-06-05T04:04:31.294Z Compiling libm v0.2.16
13032026-06-05T04:04:31.613Z Compiling stable_deref_trait v1.2.1
13042026-06-05T04:04:31.633Z Compiling writeable v0.6.3
13052026-06-05T04:04:31.723Z Compiling litemap v0.8.2
13062026-06-05T04:04:31.773Z Compiling icu_normalizer_data v2.2.0
13072026-06-05T04:04:31.781Z Compiling utf8_iter v1.0.4
13082026-06-05T04:04:31.827Z Compiling icu_properties_data v2.2.0
13092026-06-05T04:04:31.846Z Compiling percent-encoding v2.3.2
13102026-06-05T04:04:31.864Z Compiling version_check v0.9.5
13112026-06-05T04:04:32.043Z Compiling iana-time-zone v0.1.65
13122026-06-05T04:04:32.088Z Compiling syn v2.0.117
13132026-06-05T04:04:32.140Z Compiling equivalent v1.0.2
13142026-06-05T04:04:32.208Z Compiling form_urlencoded v1.2.2
13152026-06-05T04:04:32.220Z Compiling serde_json v1.0.150
13162026-06-05T04:04:32.307Z Compiling pin-project-lite v0.2.17
13172026-06-05T04:04:32.318Z Compiling dyn-clone v1.0.20
13182026-06-05T04:04:32.346Z Compiling scopeguard v1.2.0
13192026-06-05T04:04:32.402Z Compiling parking_lot_core v0.9.12
13202026-06-05T04:04:32.450Z Compiling lock_api v0.4.14
13212026-06-05T04:04:32.462Z Compiling num-traits v0.2.19
13222026-06-05T04:04:32.465Z Compiling getrandom v0.4.2
13232026-06-05T04:04:32.531Z Compiling rand_core v0.10.1
13242026-06-05T04:04:32.697Z Compiling hashbrown v0.17.1
13252026-06-05T04:04:32.705Z Compiling thiserror v2.0.18
13262026-06-05T04:04:32.735Z Compiling errno v0.3.14
13272026-06-05T04:04:32.916Z Compiling log v0.4.32
13282026-06-05T04:04:32.927Z Compiling heck v0.5.0
13292026-06-05T04:04:32.967Z Compiling futures-core v0.3.32
13302026-06-05T04:04:33.130Z Compiling semver v1.0.28
13312026-06-05T04:04:33.285Z Compiling indexmap v2.14.0
13322026-06-05T04:04:33.300Z Compiling zerocopy v0.8.50
13332026-06-05T04:04:33.315Z Compiling uuid v1.23.2
13342026-06-05T04:04:33.509Z Compiling futures-sink v0.3.32
13352026-06-05T04:04:33.566Z Compiling schemars v0.8.22
13362026-06-05T04:04:33.618Z Compiling slab v0.4.12
13372026-06-05T04:04:33.774Z Compiling jobserver v0.1.34
13382026-06-05T04:04:33.782Z Compiling rustversion v1.0.22
13392026-06-05T04:04:33.800Z Compiling find-msvc-tools v0.1.9
13402026-06-05T04:04:33.848Z Compiling fnv v1.0.7
13412026-06-05T04:04:33.953Z Compiling shlex v2.0.1
13422026-06-05T04:04:33.971Z Compiling futures-channel v0.3.32
13432026-06-05T04:04:34.046Z Compiling bitflags v2.12.1
13442026-06-05T04:04:34.110Z Compiling cc v1.2.63
13452026-06-05T04:04:34.139Z Compiling futures-task v0.3.32
13462026-06-05T04:04:34.224Z Compiling futures-io v0.3.32
13472026-06-05T04:04:34.305Z Compiling portable-atomic v1.13.1
13482026-06-05T04:04:34.318Z Compiling socket2 v0.6.4
13492026-06-05T04:04:34.344Z Compiling signal-hook-registry v1.4.8
13502026-06-05T04:04:34.377Z Compiling mio v1.2.1
13512026-06-05T04:04:34.421Z Compiling critical-section v1.2.0
13522026-06-05T04:04:34.528Z Compiling dunce v1.0.5
13532026-06-05T04:04:34.695Z Compiling fs_extra v1.3.0
13542026-06-05T04:04:34.715Z Compiling typenum v1.20.1
13552026-06-05T04:04:34.924Z Compiling base64 v0.22.1
13562026-06-05T04:04:34.943Z Compiling slog v2.8.2
13572026-06-05T04:04:34.943Z Compiling cmake v0.1.58
13582026-06-05T04:04:34.965Z Compiling rustix v1.1.4
13592026-06-05T04:04:35.134Z Compiling synstructure v0.13.2
13602026-06-05T04:04:35.214Z Compiling serde_derive_internals v0.29.1
13612026-06-05T04:04:35.277Z Compiling subtle v2.6.1
13622026-06-05T04:04:35.339Z Compiling once_cell v1.21.4
13632026-06-05T04:04:35.439Z Compiling strsim v0.11.1
13642026-06-05T04:04:35.448Z Compiling byteorder v1.5.0
13652026-06-05T04:04:35.500Z Compiling aws-lc-sys v0.41.0
13662026-06-05T04:04:35.574Z Compiling regex-syntax v0.8.10
13672026-06-05T04:04:35.647Z Compiling ipnet v2.12.0
13682026-06-05T04:04:35.677Z Compiling atomic-waker v1.1.2
13692026-06-05T04:04:35.725Z Compiling httparse v1.10.1
13702026-06-05T04:04:35.836Z Compiling tower-service v0.3.3
13712026-06-05T04:04:35.851Z Compiling tower-layer v0.3.3
13722026-06-05T04:04:35.904Z Compiling getrandom v0.2.17
13732026-06-05T04:04:35.977Z Compiling untrusted v0.9.0
13742026-06-05T04:04:36.000Z Compiling ucd-trie v0.1.7
13752026-06-05T04:04:36.089Z Compiling try-lock v0.2.5
13762026-06-05T04:04:36.101Z Compiling thiserror v1.0.69
13772026-06-05T04:04:36.199Z Compiling getrandom v0.3.4
13782026-06-05T04:04:36.217Z Compiling ryu v1.0.23
13792026-06-05T04:04:36.323Z Compiling want v0.3.1
13802026-06-05T04:04:36.379Z Compiling serde_derive v1.0.228
13812026-06-05T04:04:36.397Z Compiling zerofrom-derive v0.1.7
13822026-06-05T04:04:36.405Z Compiling yoke-derive v0.8.2
13832026-06-05T04:04:36.424Z Compiling zerovec-derive v0.11.3
13842026-06-05T04:04:36.451Z Compiling displaydoc v0.2.6
13852026-06-05T04:04:36.494Z Compiling schemars_derive v0.8.22
13862026-06-05T04:04:37.030Z Compiling thiserror-impl v2.0.18
13872026-06-05T04:04:37.277Z Compiling tokio-macros v2.7.0
13882026-06-05T04:04:37.581Z Compiling zerocopy-derive v0.8.50
13892026-06-05T04:04:37.634Z Compiling zeroize_derive v1.4.3
13902026-06-05T04:04:37.683Z Compiling zerofrom v0.1.8
13912026-06-05T04:04:37.780Z Compiling futures-macro v0.3.32
13922026-06-05T04:04:37.811Z Compiling yoke v0.8.3
13932026-06-05T04:04:38.019Z Compiling zerovec v0.11.6
13942026-06-05T04:04:38.087Z Compiling zerotrie v0.2.4
13952026-06-05T04:04:38.359Z Compiling zeroize v1.8.2
13962026-06-05T04:04:38.392Z Compiling thiserror-impl v1.0.69
13972026-06-05T04:04:38.516Z Compiling tinystr v0.8.3
13982026-06-05T04:04:38.551Z Compiling potential_utf v0.1.5
13992026-06-05T04:04:38.572Z Compiling pest v2.8.6
14002026-06-05T04:04:38.674Z Compiling futures-util v0.3.32
14012026-06-05T04:04:38.718Z Compiling icu_locale_core v2.2.0
14022026-06-05T04:04:38.721Z Compiling icu_collections v2.2.0
14032026-06-05T04:04:39.262Z Compiling rand_core v0.6.4
14042026-06-05T04:04:39.490Z Compiling icu_provider v2.2.0
14052026-06-05T04:04:39.589Z Compiling httpdate v1.0.3
14062026-06-05T04:04:39.734Z Compiling bytes v1.11.1
14072026-06-05T04:04:39.835Z Compiling smallvec v1.15.1
14082026-06-05T04:04:39.841Z Compiling icu_properties v2.2.0
14092026-06-05T04:04:39.851Z Compiling chrono v0.4.45
14102026-06-05T04:04:39.880Z Compiling serde_tokenstream v0.2.3
14112026-06-05T04:04:40.057Z Compiling icu_normalizer v2.2.0
14122026-06-05T04:04:40.380Z Compiling parking_lot v0.12.5
14132026-06-05T04:04:40.467Z Compiling http v1.4.1
14142026-06-05T04:04:40.658Z Compiling tokio v1.52.3
14152026-06-05T04:04:40.792Z Compiling idna_adapter v1.2.2
14162026-06-05T04:04:40.948Z Compiling idna v1.1.0
14172026-06-05T04:04:40.995Z Compiling erased-serde v0.3.31
14182026-06-05T04:04:41.040Z Compiling pest_meta v2.8.6
14192026-06-05T04:04:41.372Z Compiling url v2.5.8
14202026-06-05T04:04:41.496Z Compiling http-body v1.0.1
14212026-06-05T04:04:41.735Z Compiling pest_generator v2.8.6
14222026-06-05T04:04:41.749Z Compiling pretty-hex v0.4.2
14232026-06-05T04:04:41.886Z Compiling ppv-lite86 v0.2.21
14242026-06-05T04:04:42.058Z Compiling plain v0.2.3
14252026-06-05T04:04:42.172Z Compiling winnow v1.0.3
14262026-06-05T04:04:42.221Z Compiling allocator-api2 v0.2.21
14272026-06-05T04:04:42.316Z Compiling paste v1.0.15
14282026-06-05T04:04:42.363Z Compiling foldhash v0.2.0
14292026-06-05T04:04:42.424Z Compiling pest_derive v2.8.6
14302026-06-05T04:04:42.598Z Compiling hashbrown v0.16.1
14312026-06-05T04:04:42.602Z Compiling tracing-attributes v0.1.31
14322026-06-05T04:04:42.669Z Compiling tracing-core v0.1.36
14332026-06-05T04:04:43.017Z Compiling ipnetwork v0.21.1
14342026-06-05T04:04:43.202Z Compiling ident_case v1.0.1
14352026-06-05T04:04:43.312Z Compiling oxnet v0.1.6
14362026-06-05T04:04:43.322Z Compiling omicron-workspace-hack v0.1.0
14372026-06-05T04:04:43.476Z Compiling http-body-util v0.1.3
14382026-06-05T04:04:43.501Z Compiling serde_urlencoded v0.7.1
14392026-06-05T04:04:43.565Z Compiling aho-corasick v1.1.4
14402026-06-05T04:04:43.757Z Compiling sync_wrapper v1.0.2
14412026-06-05T04:04:43.801Z Compiling daft-derive v0.1.7
14422026-06-05T04:04:43.873Z Compiling fastrand v2.4.1
14432026-06-05T04:04:43.886Z Compiling tracing v0.1.44
14442026-06-05T04:04:44.122Z Compiling async-trait v0.1.89
14452026-06-05T04:04:44.137Z Compiling scroll_derive v0.13.1
14462026-06-05T04:04:44.585Z Compiling regex-automata v0.4.14
14472026-06-05T04:04:45.299Z Compiling tokio-util v0.7.18
14482026-06-05T04:04:45.707Z Compiling aws-lc-rs v1.17.0
14492026-06-05T04:04:45.707Z Compiling anyhow v1.0.102
14502026-06-05T04:04:45.707Z Compiling time-core v0.1.8
14512026-06-05T04:04:45.707Z Compiling num-conv v0.2.2
14522026-06-05T04:04:45.731Z Compiling powerfmt v0.2.0
14532026-06-05T04:04:45.732Z Compiling time-macros v0.2.27
14542026-06-05T04:04:45.732Z Compiling deranged v0.5.8
14552026-06-05T04:04:45.732Z Compiling scroll v0.13.0
14562026-06-05T04:04:45.732Z Compiling rustls-pki-types v1.14.1
14572026-06-05T04:04:46.353Z Compiling num_threads v0.1.7
14582026-06-05T04:04:46.388Z Compiling hex v0.4.3
14592026-06-05T04:04:46.388Z Compiling openssl-probe v0.2.1
14602026-06-05T04:04:46.388Z Compiling regex v1.12.3
14612026-06-05T04:04:46.388Z Compiling goblin v0.10.7
14622026-06-05T04:04:46.578Z Compiling camino v1.2.2
14632026-06-05T04:04:46.883Z Compiling untrusted v0.7.1
14642026-06-05T04:04:47.446Z Compiling rustls v0.23.40
14652026-06-05T04:04:47.492Z Compiling usdt-impl v0.6.0
14662026-06-05T04:04:47.492Z Compiling crc32fast v1.5.0
14672026-06-05T04:04:47.492Z Compiling h2 v0.4.14
14682026-06-05T04:04:47.492Z Compiling dtrace-parser v0.3.0
14692026-06-05T04:04:47.525Z Compiling futures-executor v0.3.32
14702026-06-05T04:04:47.578Z Compiling crossbeam-utils v0.8.21
14712026-06-05T04:04:47.862Z Compiling structmeta-derive v0.3.0
14722026-06-05T04:04:47.923Z Compiling thread-id v5.1.0
14732026-06-05T04:04:47.989Z Compiling cpufeatures v0.3.0
14742026-06-05T04:04:48.012Z Compiling simd-adler32 v0.3.9
14752026-06-05T04:04:48.084Z Compiling adler2 v2.0.1
14762026-06-05T04:04:48.320Z Compiling miniz_oxide v0.8.9
14772026-06-05T04:04:48.499Z Compiling futures v0.3.32
14782026-06-05T04:04:48.651Z Compiling rand_core v0.9.5
14792026-06-05T04:04:48.870Z Compiling darling_core v0.23.0
14802026-06-05T04:04:49.031Z Compiling newtype-uuid-macros v0.1.0
14812026-06-05T04:04:49.032Z Compiling hybrid-array v0.4.12
14822026-06-05T04:04:49.197Z Compiling structmeta v0.3.0
14832026-06-05T04:04:50.290Z Compiling dof v0.4.0
14842026-06-05T04:04:50.392Z Compiling thread_local v1.1.9
14852026-06-05T04:04:50.447Z Compiling hyper v1.10.1
14862026-06-05T04:04:50.447Z Compiling match_cfg v0.1.0
14872026-06-05T04:04:50.447Z Compiling flate2 v1.1.9
14882026-06-05T04:04:50.561Z Compiling newtype-uuid v1.3.2
14892026-06-05T04:04:50.743Z Compiling hyper-util v0.1.20
14902026-06-05T04:04:50.854Z Compiling darling_macro v0.23.0
14912026-06-05T04:04:50.911Z Compiling quick-error v1.2.3
14922026-06-05T04:04:50.942Z Compiling slog-async v2.8.0
14932026-06-05T04:04:50.999Z Compiling ref-cast v1.0.25
14942026-06-05T04:04:51.210Z Compiling compression-core v0.4.32
14952026-06-05T04:04:51.374Z Compiling compression-codecs v0.4.38
14962026-06-05T04:04:51.403Z Compiling daft v0.1.7
14972026-06-05T04:04:51.430Z Compiling darling v0.23.0
14982026-06-05T04:04:51.430Z Compiling block-buffer v0.12.0
14992026-06-05T04:04:51.483Z Compiling crypto-common v0.2.2
15002026-06-05T04:04:51.550Z Compiling rand_chacha v0.9.0
15012026-06-05T04:04:51.611Z Compiling usdt-attr-macro v0.6.0
15022026-06-05T04:04:51.635Z Compiling usdt-macro v0.6.0
15032026-06-05T04:04:51.663Z Compiling strum_macros v0.26.4
15042026-06-05T04:04:52.041Z Compiling ref-cast-impl v1.0.25
15052026-06-05T04:04:52.066Z Compiling serde_spanned v1.1.1
15062026-06-05T04:04:52.250Z Compiling generic-array v0.14.7
15072026-06-05T04:04:52.467Z Compiling multer v3.1.0
15082026-06-05T04:04:52.490Z Compiling debug-ignore v1.0.5
15092026-06-05T04:04:52.507Z Compiling bit-vec v0.8.0
15102026-06-05T04:04:52.585Z Compiling const-oid v0.10.2
15112026-06-05T04:04:53.124Z Compiling term v1.2.1
15122026-06-05T04:04:53.131Z Compiling take_mut v0.2.2
15132026-06-05T04:04:53.131Z Compiling toml_writer v1.1.1+spec-1.1.0
15142026-06-05T04:04:53.131Z Compiling digest v0.11.3
15152026-06-05T04:04:53.131Z Compiling bit-set v0.8.0
15162026-06-05T04:04:53.131Z Compiling rand v0.9.4
15172026-06-05T04:04:53.131Z Compiling serde_with_macros v3.20.0
15182026-06-05T04:04:53.131Z Compiling async-stream-impl v0.3.6
15192026-06-05T04:04:53.131Z Compiling dropshot v0.17.1
15202026-06-05T04:04:53.285Z Compiling encoding_rs v0.8.35
15212026-06-05T04:04:53.460Z Compiling strum v0.26.3
15222026-06-05T04:04:53.484Z Compiling unarray v0.1.4
15232026-06-05T04:04:53.574Z Compiling syn v1.0.109
15242026-06-05T04:04:53.614Z Compiling spin v0.9.8
15252026-06-05T04:04:53.698Z Compiling mime v0.3.17
15262026-06-05T04:04:53.720Z Compiling async-stream v0.3.6
15272026-06-05T04:04:53.816Z Compiling sha1 v0.11.0
15282026-06-05T04:04:53.940Z Compiling derive-ex v0.1.8
15292026-06-05T04:04:53.966Z Compiling tower v0.5.3
15302026-06-05T04:04:54.086Z Compiling dropshot_endpoint v0.17.1
15312026-06-05T04:04:54.111Z Compiling macaddr v1.0.1
15322026-06-05T04:04:54.164Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-06-05T04:04:54.423Z Compiling waitgroup v0.1.2
15342026-06-05T04:04:54.476Z Compiling serde_path_to_error v0.1.20
15352026-06-05T04:04:54.657Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-06-05T04:04:54.786Z Compiling tower-http v0.6.11
15372026-06-05T04:04:54.829Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15382026-06-05T04:04:55.450Z Compiling tempfile v3.27.0
15392026-06-05T04:04:55.472Z Compiling openapiv3 v2.2.0
15402026-06-05T04:04:55.472Z Compiling strum_macros v0.27.2
15412026-06-05T04:04:55.558Z Compiling test-strategy v0.4.5
15422026-06-05T04:04:55.819Z Compiling instant v0.1.13
15432026-06-05T04:04:56.013Z Compiling time v0.3.47
15442026-06-05T04:04:56.617Z Compiling rustls-native-certs v0.8.4
15452026-06-05T04:04:56.680Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15462026-06-05T04:04:57.054Z Compiling crossbeam-channel v0.5.15
15472026-06-05T04:04:57.268Z Compiling crypto-common v0.1.7
15482026-06-05T04:04:57.392Z Compiling strum v0.27.2
15492026-06-05T04:04:57.670Z Compiling parse-display-derive v0.10.0
15502026-06-05T04:04:57.757Z Compiling backon v1.6.0
15512026-06-05T04:04:57.819Z Compiling rand_chacha v0.3.1
15522026-06-05T04:04:58.077Z Compiling slog-json v2.6.1
15532026-06-05T04:04:59.210Z Compiling rand v0.8.6
15542026-06-05T04:04:59.613Z Compiling hostname v0.3.1
15552026-06-05T04:04:59.613Z Compiling toml_parser v1.1.2+spec-1.1.0
15562026-06-05T04:04:59.613Z Compiling toml_datetime v1.1.1+spec-1.1.0
15572026-06-05T04:04:59.613Z Compiling memmap2 v0.9.10
15582026-06-05T04:04:59.613Z Compiling is-terminal v0.4.17
15592026-06-05T04:04:59.613Z Compiling wait-timeout v0.2.1
15602026-06-05T04:04:59.613Z Compiling either v1.16.0
15612026-06-05T04:04:59.613Z Compiling rusty-fork v0.3.1
15622026-06-05T04:04:59.613Z Compiling usdt v0.6.0
15632026-06-05T04:04:59.613Z Compiling slog-term v2.9.2
15642026-06-05T04:04:59.757Z Compiling toml v1.1.2+spec-1.1.0
15652026-06-05T04:04:59.757Z Compiling slog-bunyan v2.5.0
15662026-06-05T04:04:59.757Z Compiling serde_with v3.20.0
15672026-06-05T04:05:01.697Z Compiling async-compression v0.4.42
15682026-06-05T04:05:01.698Z Compiling rand_xorshift v0.4.0
15692026-06-05T04:05:01.698Z Compiling rustls-pemfile v2.2.0
15702026-06-05T04:05:01.875Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15712026-06-05T04:05:01.875Z Compiling regress v0.10.5
15722026-06-05T04:05:01.875Z Compiling hostname v0.4.2
15732026-06-05T04:05:01.876Z Compiling humantime v2.3.0
15742026-06-05T04:05:01.876Z Compiling proptest v1.11.0
15752026-06-05T04:05:01.876Z Compiling iddqd v0.4.2
15762026-06-05T04:05:01.876Z Compiling reqwest v0.12.28
15772026-06-05T04:05:01.876Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15782026-06-05T04:05:01.876Z Compiling block-buffer v0.10.4
15792026-06-05T04:05:01.876Z Compiling utf8parse v0.2.2
15802026-06-05T04:05:01.876Z Compiling anstyle-parse v1.0.0
15812026-06-05T04:05:01.876Z Compiling digest v0.10.7
15822026-06-05T04:05:01.876Z Compiling parse-display v0.10.0
15832026-06-05T04:05:01.990Z Compiling itertools v0.14.0
15842026-06-05T04:05:02.167Z Compiling progenitor-client v0.10.0
15852026-06-05T04:05:02.167Z Compiling backoff v0.4.0
15862026-06-05T04:05:02.231Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15872026-06-05T04:05:02.232Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15882026-06-05T04:05:02.849Z Compiling colorchoice v1.0.5
15892026-06-05T04:05:02.953Z Compiling is_terminal_polyfill v1.70.2
15902026-06-05T04:05:03.128Z Compiling anstyle v1.0.14
15912026-06-05T04:05:03.313Z Compiling anstyle-query v1.1.5
15922026-06-05T04:05:03.396Z Compiling anstream v1.0.0
15932026-06-05T04:05:03.703Z Compiling clap_lex v1.1.0
15942026-06-05T04:05:04.066Z Compiling regress v0.11.1
15952026-06-05T04:05:04.127Z Compiling clap_derive v4.6.1
15962026-06-05T04:05:05.125Z Compiling terminal_size v0.4.4
15972026-06-05T04:05:05.659Z Compiling typify-impl v0.6.2
15982026-06-05T04:05:05.990Z Compiling toml_datetime v0.6.11
15992026-06-05T04:05:06.029Z Compiling zerocopy-derive v0.7.35
16002026-06-05T04:05:06.151Z Compiling cpufeatures v0.2.17
16012026-06-05T04:05:06.158Z Compiling convert_case v0.4.0
16022026-06-05T04:05:06.958Z Compiling zerocopy v0.7.35
16032026-06-05T04:05:06.982Z Compiling derive_more v0.99.20
16042026-06-05T04:05:07.255Z Compiling clap_builder v4.6.0
16052026-06-05T04:05:07.609Z Compiling toml_edit v0.25.12+spec-1.1.0
16062026-06-05T04:05:08.383Z Compiling unicode-width v0.2.2
16072026-06-05T04:05:08.541Z Compiling proc-macro-crate v3.5.0
16082026-06-05T04:05:08.988Z Compiling clap v4.6.1
16092026-06-05T04:05:09.085Z Compiling secrecy v0.10.3
16102026-06-05T04:05:09.185Z Compiling tinyvec_macros v0.1.1
16112026-06-05T04:05:09.238Z Compiling float-ord v0.3.2
16122026-06-05T04:05:09.238Z Compiling crucible-workspace-hack v0.1.0
16132026-06-05T04:05:09.325Z Compiling tinyvec v1.11.0
16142026-06-05T04:05:09.469Z Compiling num_enum_derive v0.7.6
16152026-06-05T04:05:10.052Z Compiling dtrace-parser v0.2.0
16162026-06-05T04:05:10.161Z Compiling scroll_derive v0.12.1
16172026-06-05T04:05:10.161Z Compiling num-integer v0.1.46
16182026-06-05T04:05:10.638Z Compiling rustc_version v0.4.1
16192026-06-05T04:05:10.715Z Compiling usdt-impl v0.5.0
16202026-06-05T04:05:10.715Z Compiling curve25519-dalek v4.1.3
16212026-06-05T04:05:10.786Z Compiling scroll v0.12.0
16222026-06-05T04:05:10.838Z Compiling num_enum v0.7.6
16232026-06-05T04:05:10.967Z Compiling dof v0.3.0
16242026-06-05T04:05:11.146Z Compiling hmac v0.12.1
16252026-06-05T04:05:11.214Z Compiling inout v0.1.4
16262026-06-05T04:05:11.245Z Compiling darling_core v0.21.3
16272026-06-05T04:05:11.312Z Compiling ff v0.13.1
16282026-06-05T04:05:11.373Z Compiling thread-id v4.2.2
16292026-06-05T04:05:11.415Z Compiling cipher v0.4.4
16302026-06-05T04:05:11.416Z Compiling group v0.13.0
16312026-06-05T04:05:11.579Z Compiling hkdf v0.12.4
16322026-06-05T04:05:11.889Z Compiling goblin v0.8.2
16332026-06-05T04:05:12.003Z Compiling num-rational v0.4.2
16342026-06-05T04:05:12.110Z Compiling num-iter v0.1.45
16352026-06-05T04:05:12.238Z Compiling typify-macro v0.6.2
16362026-06-05T04:05:12.313Z Compiling thiserror-impl-no-std v2.0.2
16372026-06-05T04:05:12.483Z Compiling universal-hash v0.5.1
16382026-06-05T04:05:12.548Z Compiling crypto-bigint v0.5.5
16392026-06-05T04:05:12.548Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16402026-06-05T04:05:12.792Z Compiling crossbeam-epoch v0.9.18
16412026-06-05T04:05:13.202Z Compiling half v2.7.1
16422026-06-05T04:05:13.275Z Compiling curve25519-dalek-derive v0.1.1
16432026-06-05T04:05:13.457Z Compiling num-complex v0.4.6
16442026-06-05T04:05:13.558Z Compiling darling_macro v0.21.3
16452026-06-05T04:05:13.764Z Compiling base64ct v1.8.3
16462026-06-05T04:05:13.869Z Compiling base16ct v0.2.0
16472026-06-05T04:05:13.943Z Compiling ciborium-io v0.2.2
16482026-06-05T04:05:13.959Z Compiling opaque-debug v0.3.1
16492026-06-05T04:05:14.013Z Compiling ciborium-ll v0.2.2
16502026-06-05T04:05:14.034Z Compiling password-hash v0.5.0
16512026-06-05T04:05:14.106Z Compiling poly1305 v0.8.0
16522026-06-05T04:05:14.155Z Compiling darling v0.21.3
16532026-06-05T04:05:14.260Z Compiling elliptic-curve v0.13.8
16542026-06-05T04:05:14.396Z Compiling typify v0.6.2
16552026-06-05T04:05:14.514Z Compiling num v0.4.3
16562026-06-05T04:05:14.587Z Compiling thiserror-no-std v2.0.2
16572026-06-05T04:05:15.117Z Compiling chacha20 v0.9.1
16582026-06-05T04:05:15.155Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16592026-06-05T04:05:15.340Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16602026-06-05T04:05:15.721Z Compiling blake2 v0.10.6
16612026-06-05T04:05:15.923Z Compiling aead v0.5.2
16622026-06-05T04:05:16.053Z Compiling byte-wrapper v0.1.0
16632026-06-05T04:05:16.106Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16642026-06-05T04:05:16.319Z Compiling proc-macro-error-attr v1.0.4
16652026-06-05T04:05:16.483Z Compiling prettyplease v0.2.37
16662026-06-05T04:05:16.516Z Compiling rustix v0.38.44
16672026-06-05T04:05:16.917Z Compiling heapless v0.8.0
16682026-06-05T04:05:17.087Z Compiling keccak v0.1.6
16692026-06-05T04:05:17.087Z Compiling unsafe-libyaml v0.2.11
16702026-06-05T04:05:18.401Z Compiling sha3 v0.10.9
16712026-06-05T04:05:18.712Z Compiling serde_yaml v0.9.34+deprecated
16722026-06-05T04:05:18.712Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16732026-06-05T04:05:18.712Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16742026-06-05T04:05:18.712Z Compiling chacha20poly1305 v0.10.1
16752026-06-05T04:05:18.922Z Compiling argon2 v0.5.3
16762026-06-05T04:05:18.922Z Compiling vsss-rs v3.3.4
16772026-06-05T04:05:19.067Z Compiling ingot-macros v0.1.1
16782026-06-05T04:05:19.067Z Compiling ciborium v0.2.2
16792026-06-05T04:05:19.302Z Compiling usdt-macro v0.5.0
16802026-06-05T04:05:20.662Z Compiling usdt-attr-macro v0.5.0
16812026-06-05T04:05:21.105Z Compiling serde_spanned v0.6.9
16822026-06-05T04:05:21.136Z Compiling enum-as-inner v0.6.1
16832026-06-05T04:05:21.136Z Compiling hash32 v0.3.1
16842026-06-05T04:05:21.136Z Compiling proc-macro-error v1.0.4
16852026-06-05T04:05:21.136Z Compiling memmap v0.7.0
16862026-06-05T04:05:21.242Z Compiling memoffset v0.9.1
16872026-06-05T04:05:21.353Z Compiling cfg_aliases v0.2.1
16882026-06-05T04:05:21.427Z Compiling static_assertions v1.1.0
16892026-06-05T04:05:21.427Z Compiling toml_write v0.1.2
16902026-06-05T04:05:21.427Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16912026-06-05T04:05:21.481Z Compiling data-encoding v2.11.0
16922026-06-05T04:05:21.481Z Compiling winnow v0.7.15
16932026-06-05T04:05:21.697Z Compiling smoltcp v0.11.0
16942026-06-05T04:05:21.711Z Compiling winnow v0.5.40
16952026-06-05T04:05:21.711Z Compiling indent_write v2.2.0
16962026-06-05T04:05:21.711Z Compiling ingot-types v0.1.2
16972026-06-05T04:05:21.772Z Compiling nix v0.31.3
16982026-06-05T04:05:21.790Z Compiling usdt v0.5.0
16992026-06-05T04:05:22.141Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17002026-06-05T04:05:22.283Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17012026-06-05T04:05:22.283Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-05T04:05:22.626Z Compiling tabwriter v1.4.1
17032026-06-05T04:05:22.718Z Compiling cobs v0.3.0
17042026-06-05T04:05:22.748Z Compiling serde_repr v0.1.20
17052026-06-05T04:05:22.790Z Compiling managed v0.8.0
17062026-06-05T04:05:22.973Z Compiling toml_edit v0.19.15
17072026-06-05T04:05:23.025Z Compiling toml_edit v0.22.27
17082026-06-05T04:05:23.025Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17092026-06-05T04:05:23.224Z Compiling vcpkg v0.2.15
17102026-06-05T04:05:23.317Z Compiling bitflags v1.3.2
17112026-06-05T04:05:23.376Z Compiling pkg-config v0.3.33
17122026-06-05T04:05:23.770Z Compiling postcard v1.1.3
17132026-06-05T04:05:23.781Z Compiling openssl-sys v0.9.116
17142026-06-05T04:05:24.120Z Compiling rustls-webpki v0.103.13
17152026-06-05T04:05:24.358Z Compiling proc-macro-crate v1.3.1
17162026-06-05T04:05:24.422Z Compiling toml v0.8.23
17172026-06-05T04:05:25.262Z Compiling ingot v0.1.1
17182026-06-05T04:05:25.362Z Compiling hubpack_derive v0.1.1
17192026-06-05T04:05:25.411Z Compiling foreign-types-macros v0.2.3
17202026-06-05T04:05:25.957Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17212026-06-05T04:05:26.132Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-06-05T04:05:26.191Z Compiling semver v0.1.20
17232026-06-05T04:05:26.245Z Compiling swrite v0.1.0
17242026-06-05T04:05:26.318Z Compiling heck v0.4.1
17252026-06-05T04:05:26.359Z Compiling linked-hash-map v0.5.6
17262026-06-05T04:05:26.359Z Compiling colored v3.1.1
17272026-06-05T04:05:26.398Z Compiling resolv-conf v0.7.6
17282026-06-05T04:05:26.503Z Compiling unicode-segmentation v1.13.3
17292026-06-05T04:05:26.548Z Compiling rayon-core v1.13.0
17302026-06-05T04:05:26.721Z Compiling foreign-types-shared v0.3.1
17312026-06-05T04:05:26.773Z Compiling lru-cache v0.1.2
17322026-06-05T04:05:26.852Z Compiling foreign-types v0.5.0
17332026-06-05T04:05:27.017Z Compiling newline-converter v0.3.0
17342026-06-05T04:05:27.088Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17352026-06-05T04:05:27.088Z Compiling rustc_version v0.1.7
17362026-06-05T04:05:27.088Z Compiling hubpack v0.1.2
17372026-06-05T04:05:27.142Z Compiling num_enum_derive v0.5.11
17382026-06-05T04:05:27.240Z Compiling atomicwrites v0.4.4
17392026-06-05T04:05:27.656Z Compiling hickory-proto v0.24.4
17402026-06-05T04:05:28.095Z Compiling tokio-rustls v0.26.4
17412026-06-05T04:05:28.232Z Compiling hyper-rustls v0.27.9
17422026-06-05T04:05:28.311Z Compiling rustls-platform-verifier v0.7.0
17432026-06-05T04:05:28.437Z Compiling reqwest v0.13.4
17442026-06-05T04:05:30.205Z Compiling progenitor-impl v0.13.0
17452026-06-05T04:05:30.298Z Compiling progenitor-client v0.14.0
17462026-06-05T04:05:30.298Z Compiling progenitor-extras v0.2.0
17472026-06-05T04:05:30.298Z Compiling crossbeam-deque v0.8.6
17482026-06-05T04:05:30.774Z Compiling console v0.15.11
17492026-06-05T04:05:31.071Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17502026-06-05T04:05:31.126Z Compiling camino-tempfile v1.4.1
17512026-06-05T04:05:31.424Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-06-05T04:05:31.485Z Compiling chacha20 v0.10.0
17532026-06-05T04:05:31.509Z Compiling serde-big-array v0.5.1
17542026-06-05T04:05:31.639Z Compiling pin-project-internal v1.1.13
17552026-06-05T04:05:31.705Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17562026-06-05T04:05:32.779Z Compiling derive-where v1.6.1
17572026-06-05T04:05:32.845Z Compiling num-derive v0.4.2
17582026-06-05T04:05:32.955Z Compiling cstr-argument v0.1.2
17592026-06-05T04:05:32.989Z Compiling similar v2.7.0
17602026-06-05T04:05:33.462Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17612026-06-05T04:05:33.700Z Compiling minimal-lexical v0.2.1
17622026-06-05T04:05:33.744Z Compiling siphasher v1.0.3
17632026-06-05T04:05:33.946Z Compiling nom v7.1.3
17642026-06-05T04:05:33.995Z Compiling phf_shared v0.12.1
17652026-06-05T04:05:34.037Z Compiling expectorate v1.2.0
17662026-06-05T04:05:34.083Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17672026-06-05T04:05:34.136Z Compiling pin-project v1.1.13
17682026-06-05T04:05:34.167Z Compiling progenitor-macro v0.13.0
17692026-06-05T04:05:34.305Z Compiling rand v0.10.1
17702026-06-05T04:05:34.719Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-06-05T04:05:35.094Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17722026-06-05T04:05:35.394Z Compiling progenitor-client v0.13.0
17732026-06-05T04:05:35.821Z Compiling hickory-resolver v0.24.4
17742026-06-05T04:05:36.795Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-06-05T04:05:36.795Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17762026-06-05T04:05:36.864Z Compiling num_enum v0.5.11
17772026-06-05T04:05:36.864Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17782026-06-05T04:05:37.644Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17792026-06-05T04:05:37.734Z Compiling newtype_derive v0.1.6
17802026-06-05T04:05:38.022Z Compiling progenitor-impl v0.14.0
17812026-06-05T04:05:38.964Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17822026-06-05T04:05:39.156Z Compiling unicode-normalization v0.1.25
17832026-06-05T04:05:39.336Z Compiling tokio-stream v0.1.18
17842026-06-05T04:05:39.667Z Compiling snafu-derive v0.8.9
17852026-06-05T04:05:39.667Z Compiling async-recursion v1.1.1
17862026-06-05T04:05:40.870Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17872026-06-05T04:05:41.026Z Compiling slog-dtrace v0.3.0
17882026-06-05T04:05:41.026Z Compiling bstr v1.12.1
17892026-06-05T04:05:41.026Z Compiling csv-core v0.1.13
17902026-06-05T04:05:41.026Z Compiling owo-colors v4.3.0
17912026-06-05T04:05:41.026Z Compiling foreign-types-shared v0.1.1
17922026-06-05T04:05:41.026Z Compiling foldhash v0.1.5
17932026-06-05T04:05:41.026Z Compiling konst_macro_rules v0.2.19
17942026-06-05T04:05:41.026Z Compiling unicode-xid v0.2.6
17952026-06-05T04:05:41.026Z Compiling openssl v0.10.80
17962026-06-05T04:05:41.026Z Compiling same-file v1.0.6
17972026-06-05T04:05:41.026Z Compiling chrono-tz v0.10.4
17982026-06-05T04:05:41.026Z Compiling cancel-safe-futures v0.1.5
17992026-06-05T04:05:41.026Z Compiling unicode-width v0.1.14
18002026-06-05T04:05:41.026Z Compiling highway v1.3.0
18012026-06-05T04:05:41.026Z Compiling walkdir v2.5.0
18022026-06-05T04:05:41.026Z Compiling const_format_proc_macros v0.2.34
18032026-06-05T04:05:41.112Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-05T04:05:41.112Z Compiling snafu v0.8.9
18052026-06-05T04:05:41.176Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-05T04:05:41.176Z Compiling konst v0.2.20
18072026-06-05T04:05:41.476Z Compiling hashbrown v0.15.5
18082026-06-05T04:05:41.507Z Compiling foreign-types v0.3.2
18092026-06-05T04:05:41.541Z Compiling csv v1.4.0
18102026-06-05T04:05:41.603Z Compiling progenitor-macro v0.14.0
18112026-06-05T04:05:41.677Z Compiling globset v0.4.18
18122026-06-05T04:05:41.751Z Compiling qorb v0.4.1
18132026-06-05T04:05:42.004Z Compiling progenitor v0.13.0
18142026-06-05T04:05:42.080Z Compiling olpc-cjson v0.1.4
18152026-06-05T04:05:42.341Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-05T04:05:43.056Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18172026-06-05T04:05:43.389Z Compiling rayon v1.12.0
18182026-06-05T04:05:43.943Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-05T04:05:44.003Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-05T04:05:44.061Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-05T04:05:44.641Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-05T04:05:44.665Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-05T04:05:44.821Z Compiling phf v0.12.1
18242026-06-05T04:05:45.231Z Compiling zone_cfg_derive v0.3.1
18252026-06-05T04:05:45.420Z Compiling tokio-dtrace v0.1.1
18262026-06-05T04:05:45.914Z Compiling itertools v0.12.1
18272026-06-05T04:05:46.076Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18282026-06-05T04:05:46.297Z Compiling libsw-core v0.3.2
18292026-06-05T04:05:46.470Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-05T04:05:46.700Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18312026-06-05T04:05:46.803Z Compiling serde_plain v1.0.2
18322026-06-05T04:05:47.002Z Compiling openssl-macros v0.1.1
18332026-06-05T04:05:47.078Z Compiling pem v3.0.6
18342026-06-05T04:05:47.106Z Compiling cookie v0.18.1
18352026-06-05T04:05:47.159Z Compiling sigpipe v0.1.3
18362026-06-05T04:05:47.173Z Compiling typed-path v0.9.3
18372026-06-05T04:05:47.282Z Compiling bytecount v0.6.9
18382026-06-05T04:05:47.426Z Compiling fixedbitset v0.5.7
18392026-06-05T04:05:47.468Z Compiling fixedbitset v0.4.2
18402026-06-05T04:05:47.562Z Compiling glob v0.3.3
18412026-06-05T04:05:47.597Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-05T04:05:47.657Z Compiling jiff v0.2.28
18432026-06-05T04:05:47.746Z Compiling petgraph v0.8.3
18442026-06-05T04:05:47.824Z Compiling petgraph v0.6.5
18452026-06-05T04:05:48.376Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-05T04:05:48.615Z Compiling tough v0.22.0
18472026-06-05T04:05:48.839Z Compiling papergrid v0.11.0
18482026-06-05T04:05:49.366Z Compiling zone v0.3.1
18492026-06-05T04:05:49.408Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18502026-06-05T04:05:49.590Z Compiling progenitor v0.14.0
18512026-06-05T04:05:49.739Z Compiling libsw v3.5.0
18522026-06-05T04:05:49.941Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18532026-06-05T04:05:49.985Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18542026-06-05T04:05:49.985Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-05T04:05:51.049Z Compiling oxide-tokio-rt v0.1.6
18562026-06-05T04:05:51.211Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-05T04:05:51.211Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-05T04:05:51.611Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-05T04:05:51.785Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-05T04:05:51.785Z Compiling const_format v0.2.36
18612026-06-05T04:05:53.749Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18622026-06-05T04:05:53.938Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-05T04:05:53.938Z Compiling tabled_derive v0.7.0
18642026-06-05T04:05:53.938Z Compiling gethostname v0.5.0
18652026-06-05T04:05:53.938Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-05T04:05:53.938Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18672026-06-05T04:05:53.938Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-05T04:05:53.938Z Compiling bcs v0.1.6
18692026-06-05T04:05:53.938Z Compiling smf v0.2.3
18702026-06-05T04:05:53.938Z Compiling nom v8.0.0
18712026-06-05T04:05:53.938Z Compiling termtree v0.5.1
18722026-06-05T04:05:53.938Z Compiling tagptr v0.2.0
18732026-06-05T04:05:53.938Z Compiling lazy_static v1.5.0
18742026-06-05T04:05:53.938Z Compiling unicode-linebreak v0.1.5
18752026-06-05T04:05:53.938Z Compiling crunchy v0.2.4
18762026-06-05T04:05:53.938Z Compiling smawk v0.3.2
18772026-06-05T04:05:53.938Z Compiling linear-map v1.2.0
18782026-06-05T04:05:53.938Z Compiling whoami v1.6.1
18792026-06-05T04:05:53.938Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-05T04:05:53.938Z Compiling textwrap v0.16.2
18812026-06-05T04:05:53.939Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-05T04:05:54.078Z Compiling steno v0.4.1
18832026-06-05T04:05:54.138Z Compiling tabled v0.15.0
18842026-06-05T04:05:54.922Z Compiling moka v0.12.15
18852026-06-05T04:05:55.134Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-05T04:05:55.212Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-05T04:05:56.023Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-05T04:05:56.655Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-05T04:05:56.985Z Compiling hickory-proto v0.25.2
18902026-06-05T04:05:57.442Z Compiling tiny-keccak v2.0.2
18912026-06-05T04:05:57.690Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18922026-06-05T04:05:57.786Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18932026-06-05T04:05:58.420Z Compiling parking_lot_core v0.8.6
18942026-06-05T04:05:58.500Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18952026-06-05T04:05:58.752Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-05T04:05:58.891Z Compiling libscf-sys v1.2.0
18972026-06-05T04:05:58.969Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18982026-06-05T04:05:58.999Z Compiling hickory-resolver v0.25.2
18992026-06-05T04:05:59.032Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19002026-06-05T04:05:59.158Z Compiling const-random-macro v0.1.16
19012026-06-05T04:05:59.421Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19022026-06-05T04:05:59.593Z Compiling ahash v0.8.12
19032026-06-05T04:05:59.609Z Compiling smartstring v1.0.1
19042026-06-05T04:05:59.861Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-05T04:05:59.945Z Compiling parking_lot v0.11.2
19062026-06-05T04:06:00.235Z Compiling const-random v0.1.18
19072026-06-05T04:06:00.391Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19082026-06-05T04:06:00.620Z Compiling fxhash v0.2.1
19092026-06-05T04:06:00.632Z Compiling internet-checksum v0.2.1
19102026-06-05T04:06:00.764Z Compiling sled v0.34.7
19112026-06-05T04:06:00.870Z Compiling thin-vec v0.2.18
19122026-06-05T04:06:01.028Z Compiling rhai_codegen v3.2.0
19132026-06-05T04:06:01.181Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19142026-06-05T04:06:01.239Z Compiling serial_test_derive v3.5.0
19152026-06-05T04:06:01.282Z Compiling diff v0.1.13
19162026-06-05T04:06:01.567Z Compiling yansi v1.0.1
19172026-06-05T04:06:01.917Z Compiling pretty_assertions v1.4.1
19182026-06-05T04:06:02.014Z Compiling serial_test v3.5.0
19192026-06-05T04:06:02.343Z Compiling rhai v1.25.1
19202026-06-05T04:06:02.565Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19212026-06-05T04:06:04.189Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-06-05T04:06:12.633Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-05T04:06:14.378Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-05T04:06:15.456Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19252026-06-05T04:06:16.404Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19262026-06-05T04:06:17.940Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19272026-06-05T04:06:18.465Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19282026-06-05T04:06:51.646Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
19292026-06-05T04:06:51.847Z────────────
19302026-06-05T04:06:51.847Z Nextest run ID 54fd3fe8-5fd1-47b2-a6aa-4574d4064e48 with nextest profile: default
19312026-06-05T04:06:51.848Z Starting 154 tests across 3 binaries
19322026-06-05T04:06:51.891Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19332026-06-05T04:06:51.891Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
19342026-06-05T04:06:51.891Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19352026-06-05T04:06:51.892Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19362026-06-05T04:06:51.892Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19372026-06-05T04:06:51.892Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19382026-06-05T04:06:51.892Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19392026-06-05T04:06:51.892Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19402026-06-05T04:06:51.892Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19412026-06-05T04:06:51.892Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19422026-06-05T04:06:51.892Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19432026-06-05T04:06:51.892Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19442026-06-05T04:06:51.892Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19452026-06-05T04:06:51.892Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19462026-06-05T04:06:51.892Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19472026-06-05T04:06:51.892Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19482026-06-05T04:06:51.892Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_maximum_length
19492026-06-05T04:06:51.892Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
19502026-06-05T04:06:51.892Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
19512026-06-05T04:06:51.892Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19522026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19532026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19542026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19552026-06-05T04:06:51.893Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19562026-06-05T04:06:51.893Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19572026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19582026-06-05T04:06:51.893Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19592026-06-05T04:06:51.893Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19602026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19612026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19622026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19632026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19642026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19652026-06-05T04:06:51.893Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19662026-06-05T04:06:51.893Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19672026-06-05T04:06:51.893Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19682026-06-05T04:06:51.893Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19692026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19702026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19712026-06-05T04:06:51.893Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19722026-06-05T04:06:51.922Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19732026-06-05T04:06:51.922Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19742026-06-05T04:06:51.922Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19752026-06-05T04:06:51.922Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19762026-06-05T04:06:51.922Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19772026-06-05T04:06:51.922Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19782026-06-05T04:06:51.922Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19792026-06-05T04:06:51.922Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19802026-06-05T04:06:51.922Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19812026-06-05T04:06:51.922Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19822026-06-05T04:06:51.922Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19832026-06-05T04:06:51.923Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19842026-06-05T04:06:51.923Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19852026-06-05T04:06:51.923Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19862026-06-05T04:06:51.923Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19872026-06-05T04:06:51.923Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19882026-06-05T04:06:51.923Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19892026-06-05T04:06:51.923Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19902026-06-05T04:06:51.923Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19912026-06-05T04:06:51.923Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19922026-06-05T04:06:51.923Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19932026-06-05T04:06:51.923Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19942026-06-05T04:06:51.923Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19952026-06-05T04:06:51.923Z PASS [ 0.010s] bgp messages::tests::prefix_within
19962026-06-05T04:06:51.923Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19972026-06-05T04:06:51.923Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19982026-06-05T04:06:51.923Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19992026-06-05T04:06:51.924Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20002026-06-05T04:06:51.924Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20012026-06-05T04:06:51.924Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20022026-06-05T04:06:51.924Z PASS [ 0.016s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20032026-06-05T04:06:51.924Z PASS [ 0.019s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20042026-06-05T04:06:51.924Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20052026-06-05T04:06:51.924Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20062026-06-05T04:06:51.924Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20072026-06-05T04:06:51.924Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20082026-06-05T04:06:51.924Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20092026-06-05T04:06:51.947Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20102026-06-05T04:06:51.947Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20112026-06-05T04:06:51.947Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20122026-06-05T04:06:51.947Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
20132026-06-05T04:06:51.947Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20142026-06-05T04:06:51.947Z PASS [ 0.011s] bgp messages::tests::update_round_trip
20152026-06-05T04:06:51.947Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20162026-06-05T04:06:51.947Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20172026-06-05T04:06:51.947Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20182026-06-05T04:06:51.947Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20192026-06-05T04:06:51.947Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
20202026-06-05T04:06:51.947Z PASS [ 0.020s] bgp policy::test::update_shape_community
20212026-06-05T04:06:52.013Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
20222026-06-05T04:06:52.013Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20232026-06-05T04:06:52.013Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
20242026-06-05T04:06:52.013Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20252026-06-05T04:06:52.013Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20262026-06-05T04:06:52.013Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20272026-06-05T04:06:52.013Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20282026-06-05T04:06:52.014Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20292026-06-05T04:06:52.014Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20302026-06-05T04:06:52.014Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20312026-06-05T04:06:52.074Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20322026-06-05T04:06:52.074Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20332026-06-05T04:06:52.074Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20342026-06-05T04:06:52.074Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20352026-06-05T04:06:52.074Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20362026-06-05T04:06:52.074Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20372026-06-05T04:06:52.074Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20382026-06-05T04:06:52.074Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20392026-06-05T04:06:52.074Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20402026-06-05T04:06:52.074Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20412026-06-05T04:06:52.074Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20422026-06-05T04:06:52.074Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20432026-06-05T04:06:52.074Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20442026-06-05T04:06:52.074Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20452026-06-05T04:06:52.075Z PASS [ 0.030s] bgp proptest::prop_update_mp_reach_roundtrip
20462026-06-05T04:06:52.075Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20472026-06-05T04:06:52.075Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20482026-06-05T04:06:52.075Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20492026-06-05T04:06:52.075Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20502026-06-05T04:06:52.075Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20512026-06-05T04:06:52.075Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20522026-06-05T04:06:52.075Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20532026-06-05T04:06:55.082Z PASS [ 3.068s] bgp test::test_basic_peering_active
20542026-06-05T04:06:55.082Z PASS [ 3.067s] bgp test::test_basic_peering_passive
20552026-06-05T04:06:55.126Z PASS [ 3.073s] bgp test::test_basic_update
20562026-06-05T04:06:55.126Z PASS [ 3.072s] bgp test::test_basic_update_ipv6
20572026-06-05T04:06:55.126Z PASS [ 3.088s] bgp test::test_basic_peering_active_tcp
20582026-06-05T04:06:55.126Z PASS [ 3.080s] bgp test::test_basic_update_ipv6_tcp
20592026-06-05T04:06:55.127Z PASS [ 3.081s] bgp test::test_basic_update_tcp
20602026-06-05T04:06:55.127Z PASS [ 3.088s] bgp test::test_basic_peering_passive_tcp
20612026-06-05T04:06:58.151Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_passive
20622026-06-05T04:06:58.151Z PASS [ 3.070s] bgp test::test_ipv6_basic_peering_active
20632026-06-05T04:06:58.278Z PASS [ 3.086s] bgp test::test_ipv6_basic_peering_active_tcp
20642026-06-05T04:06:58.278Z PASS [ 3.088s] bgp test::test_ipv6_basic_peering_passive_tcp
20652026-06-05T04:06:59.658Z PASS [ 4.087s] bgp test::test_dual_stack_routes_ipv6_peer_success
20662026-06-05T04:06:59.839Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20672026-06-05T04:06:59.839Z PASS [ 4.081s] bgp test::test_import_export_policy_filtering
20682026-06-05T04:06:59.839Z PASS [ 4.106s] bgp test::test_dual_stack_routes_ipv4_peer_success
20692026-06-05T04:06:59.839Z PASS [ 1.064s] bgp test::test_multiple_unnumbered_sessions
20702026-06-05T04:07:00.283Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20712026-06-05T04:07:00.323Z PASS [ 1.093s] bgp test::test_three_router_chain_tcp
20722026-06-05T04:07:00.324Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp_ipv6
20732026-06-05T04:07:01.010Z PASS [ 2.813s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20742026-06-05T04:07:01.338Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20752026-06-05T04:07:01.403Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20762026-06-05T04:07:01.403Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20772026-06-05T04:07:01.403Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20782026-06-05T04:07:01.403Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20792026-06-05T04:07:02.241Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
20802026-06-05T04:07:02.309Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20812026-06-05T04:07:05.036Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20822026-06-05T04:07:05.343Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20832026-06-05T04:07:09.468Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20842026-06-05T04:07:11.136Z PASS [ 9.064s] bgp test::test_unnumbered_unaffected_by_ndp
20852026-06-05T04:07:17.347Z PASS [ 18.068s] bgp test::test_unnumbered_interface_lifecycle
20862026-06-05T04:07:17.348Z────────────
20872026-06-05T04:07:17.348Z Summary [ 25.456s] 154 tests run: 154 passed, 0 skipped
20882026-06-05T04:07:17.374Z+ cp ./dualstack_routes.log ./loopback-manager.test_basic_peering_active_tcp.log ./loopback-manager.test_basic_peering_passive_tcp.log ./loopback-manager.test_basic_update_ipv6_tcp.log ./loopback-manager.test_basic_update_tcp.log ./loopback-manager.test_dual_stack_routes_ipv4_peer_success.log ./loopback-manager.test_dual_stack_routes_ipv6_peer_success.log ./loopback-manager.test_import_export_policy_filtering.log ./loopback-manager.test_ipv4_routes_ipv6_peer_success.log ./loopback-manager.test_ipv6_basic_peering_active_tcp.log ./loopback-manager.test_ipv6_basic_peering_passive_tcp.log ./loopback-manager.test_ipv6_routes_ipv4_peer_success.log ./loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log ./loopback-manager.test_three_router_chain_tcp_ipv6.log ./loopback-manager.test_three_router_chain_tcp.log ./multiple_unnumbered.log ./ndp_change_reset.log ./ndp_changes.log ./r1.test_basic_peering_active_tcp.log ./r1.test_basic_peering_active.log ./r1.test_basic_peering_passive_tcp.log ./r1.test_basic_peering_passive.log ./r1.test_basic_update_ipv6_tcp.log ./r1.test_basic_update_ipv6.log ./r1.test_basic_update_tcp.log ./r1.test_basic_update.log ./r1.test_dual_stack_routes_ipv4_peer_success.log ./r1.test_dual_stack_routes_ipv6_peer_success.log ./r1.test_import_export_policy_filtering.log ./r1.test_ipv4_routes_ipv6_peer_success.log ./r1.test_ipv6_basic_peering_active_tcp.log ./r1.test_ipv6_basic_peering_active.log ./r1.test_ipv6_basic_peering_passive_tcp.log ./r1.test_ipv6_basic_peering_passive.log ./r1.test_ipv6_routes_ipv4_peer_success.log ./r1.test_neighbor_thread_lifecycle_no_leaks.log ./r1.test_three_router_chain_tcp_ipv6.log ./r1.test_three_router_chain_tcp.log ./r2.test_basic_peering_active_tcp.log ./r2.test_basic_peering_active.log ./r2.test_basic_peering_passive_tcp.log ./r2.test_basic_peering_passive.log ./r2.test_basic_update_ipv6_tcp.log ./r2.test_basic_update_ipv6.log ./r2.test_basic_update_tcp.log ./r2.test_basic_update.log ./r2.test_dual_stack_routes_ipv4_peer_success.log ./r2.test_dual_stack_routes_ipv6_peer_success.log ./r2.test_import_export_policy_filtering.log ./r2.test_ipv4_routes_ipv6_peer_success.log ./r2.test_ipv6_basic_peering_active_tcp.log ./r2.test_ipv6_basic_peering_active.log ./r2.test_ipv6_basic_peering_passive_tcp.log ./r2.test_ipv6_basic_peering_passive.log ./r2.test_ipv6_routes_ipv4_peer_success.log ./r2.test_neighbor_thread_lifecycle_no_leaks.log ./r2.test_three_router_chain_tcp_ipv6.log ./r2.test_three_router_chain_tcp.log ./r3.test_three_router_chain_tcp_ipv6.log ./r3.test_three_router_chain_tcp.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/
20892026-06-05T04:07:17.374Z+ popd
20902026-06-05T04:07:17.374Z/work/oxidecomputer/maghemite
20912026-06-05T04:07:17.374Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20922026-06-05T04:07:17.375Z+ pushd mgd
20932026-06-05T04:07:17.375Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20942026-06-05T04:07:18.861Z Compiling slog v2.8.2
20952026-06-05T04:07:18.902Z Compiling usdt v0.6.0
20962026-06-05T04:07:18.902Z Compiling proc-macro-error-attr2 v2.0.0
20972026-06-05T04:07:18.902Z Compiling papergrid v0.18.0
20982026-06-05T04:07:18.902Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20992026-06-05T04:07:18.902Z Compiling testing_table v0.3.0
21002026-06-05T04:07:18.984Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21012026-06-05T04:07:18.984Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21022026-06-05T04:07:19.056Z Compiling crc8 v0.1.1
21032026-06-05T04:07:19.135Z Compiling slog-json v2.6.1
21042026-06-05T04:07:19.135Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21052026-06-05T04:07:19.236Z Compiling slog-async v2.8.0
21062026-06-05T04:07:19.351Z Compiling slog-term v2.9.2
21072026-06-05T04:07:19.384Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-05T04:07:19.384Z Compiling slog-bunyan v2.5.0
21092026-06-05T04:07:19.419Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-05T04:07:19.523Z Compiling dropshot v0.17.1
21112026-06-05T04:07:19.665Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-06-05T04:07:19.815Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-05T04:07:19.845Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21142026-06-05T04:07:20.066Z Compiling slog-dtrace v0.3.0
21152026-06-05T04:07:20.213Z Compiling steno v0.4.1
21162026-06-05T04:07:20.421Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-05T04:07:20.554Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-05T04:07:20.875Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21192026-06-05T04:07:20.925Z Compiling proc-macro-error2 v2.0.1
21202026-06-05T04:07:21.189Z Compiling tabled_derive v0.11.0
21212026-06-05T04:07:22.359Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21222026-06-05T04:07:22.584Z Compiling tabled v0.21.0
21232026-06-05T04:07:23.714Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-05T04:07:23.983Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-05T04:07:25.336Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-05T04:07:25.860Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-05T04:07:26.218Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-05T04:07:26.238Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21292026-06-05T04:07:26.356Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21302026-06-05T04:07:26.565Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21312026-06-05T04:07:26.690Z Compiling dropshot-api-manager-types v0.7.2
21322026-06-05T04:07:27.049Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21332026-06-05T04:07:27.642Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-05T04:07:29.163Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-05T04:07:29.392Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-05T04:07:30.182Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-05T04:07:30.344Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-05T04:07:30.344Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-05T04:07:30.344Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-05T04:07:30.344Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-05T04:07:31.540Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-05T04:07:31.757Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-05T04:07:31.930Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-05T04:07:31.997Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21452026-06-05T04:07:33.045Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-05T04:07:36.939Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-05T04:07:36.940Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-05T04:07:38.003Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-05T04:07:38.346Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-05T04:07:38.512Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-05T04:07:39.130Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-05T04:07:39.493Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-05T04:07:46.346Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-05T04:07:54.040Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-05T04:07:55.691Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-05T04:07:56.747Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21572026-06-05T04:07:57.726Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21582026-06-05T04:07:58.563Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21592026-06-05T04:07:59.742Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21602026-06-05T04:07:59.742Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21612026-06-05T04:07:59.745Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21622026-06-05T04:08:05.454Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21632026-06-05T04:08:32.630Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21642026-06-05T04:08:32.796Z────────────
21652026-06-05T04:08:32.796Z Nextest run ID 10ef8df3-057c-4058-9d5c-d7e91b230228 with nextest profile: default
21662026-06-05T04:08:32.796Z Starting 36 tests across 3 binaries
21672026-06-05T04:08:32.801Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21682026-06-05T04:08:32.805Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21692026-06-05T04:08:32.805Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21702026-06-05T04:08:32.805Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21712026-06-05T04:08:32.807Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21722026-06-05T04:08:32.808Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21732026-06-05T04:08:32.821Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21742026-06-05T04:08:32.837Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21752026-06-05T04:08:32.854Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21762026-06-05T04:08:32.860Z PASS [ 0.064s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21772026-06-05T04:08:32.862Z PASS [ 0.065s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21782026-06-05T04:08:32.863Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21792026-06-05T04:08:32.863Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21802026-06-05T04:08:32.863Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21812026-06-05T04:08:32.863Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21822026-06-05T04:08:32.865Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21832026-06-05T04:08:32.870Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21842026-06-05T04:08:32.873Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21852026-06-05T04:08:32.873Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21862026-06-05T04:08:32.873Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21872026-06-05T04:08:32.873Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21882026-06-05T04:08:32.873Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21892026-06-05T04:08:32.873Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21902026-06-05T04:08:32.875Z PASS [ 0.021s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21912026-06-05T04:08:32.878Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21922026-06-05T04:08:32.878Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21932026-06-05T04:08:32.880Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21942026-06-05T04:08:32.880Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21952026-06-05T04:08:32.880Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21962026-06-05T04:08:32.884Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21972026-06-05T04:08:32.884Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21982026-06-05T04:08:32.884Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21992026-06-05T04:08:32.887Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22002026-06-05T04:08:32.889Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22012026-06-05T04:08:32.889Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22022026-06-05T04:08:32.889Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22032026-06-05T04:08:32.889Z────────────
22042026-06-05T04:08:32.890Z Summary [ 0.092s] 36 tests run: 36 passed, 0 skipped
22052026-06-05T04:08:32.899Z+ cp ./apply_remove_entire_group.log /work/
22062026-06-05T04:08:32.901Z+ popd
22072026-06-05T04:08:32.901Z/work/oxidecomputer/maghemite
22082026-06-05T04:08:32.903Zprocess exited: duration 556261 ms, exit code 0
 
22092026-06-05T04:08:32.910Zfound 66 output files
22102026-06-05T04:08:32.910Zuploading: /work/apply_remove_entire_group.log (8636 bytes)
22112026-06-05T04:08:33.919Zuploaded: /work/apply_remove_entire_group.log
22122026-06-05T04:08:33.923Zuploading: /work/dualstack_routes.log (84519 bytes)
22132026-06-05T04:08:34.933Zuploaded: /work/dualstack_routes.log
22142026-06-05T04:08:34.933Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2292 bytes)
22152026-06-05T04:08:35.966Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22162026-06-05T04:08:35.967Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1398 bytes)
22172026-06-05T04:08:36.978Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22182026-06-05T04:08:36.978Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2009 bytes)
22192026-06-05T04:08:37.987Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22202026-06-05T04:08:37.987Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2343 bytes)
22212026-06-05T04:08:38.997Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22222026-06-05T04:08:38.997Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2249 bytes)
22232026-06-05T04:08:40.007Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22242026-06-05T04:08:40.007Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2250 bytes)
22252026-06-05T04:08:41.041Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22262026-06-05T04:08:41.041Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3130 bytes)
22272026-06-05T04:08:42.051Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22282026-06-05T04:08:42.051Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2268 bytes)
22292026-06-05T04:08:43.061Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22302026-06-05T04:08:43.061Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2181 bytes)
22312026-06-05T04:08:44.075Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22322026-06-05T04:08:44.075Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2244 bytes)
22332026-06-05T04:08:45.095Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22342026-06-05T04:08:45.095Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2249 bytes)
22352026-06-05T04:08:46.114Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22362026-06-05T04:08:46.114Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2400 bytes)
22372026-06-05T04:08:47.130Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22382026-06-05T04:08:47.130Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4627 bytes)
22392026-06-05T04:08:48.140Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22402026-06-05T04:08:48.140Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3500 bytes)
22412026-06-05T04:08:49.149Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22422026-06-05T04:08:49.149Zuploading: /work/multiple_unnumbered.log (144250 bytes)
22432026-06-05T04:08:50.161Zuploaded: /work/multiple_unnumbered.log
22442026-06-05T04:08:50.161Zuploading: /work/ndp_change_reset.log (69612 bytes)
22452026-06-05T04:08:51.172Zuploaded: /work/ndp_change_reset.log
22462026-06-05T04:08:51.172Zuploading: /work/ndp_changes.log (87964 bytes)
22472026-06-05T04:08:52.183Zuploaded: /work/ndp_changes.log
22482026-06-05T04:08:52.184Zuploading: /work/r1.test_basic_peering_active.log (38078 bytes)
22492026-06-05T04:08:53.195Zuploaded: /work/r1.test_basic_peering_active.log
22502026-06-05T04:08:53.195Zuploading: /work/r1.test_basic_peering_active_tcp.log (44912 bytes)
22512026-06-05T04:08:54.207Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22522026-06-05T04:08:54.207Zuploading: /work/r1.test_basic_peering_passive.log (33817 bytes)
22532026-06-05T04:08:55.246Zuploaded: /work/r1.test_basic_peering_passive.log
22542026-06-05T04:08:55.246Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39694 bytes)
22552026-06-05T04:08:56.332Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22562026-06-05T04:08:56.332Zuploading: /work/r1.test_basic_update.log (28376 bytes)
22572026-06-05T04:08:57.390Zuploaded: /work/r1.test_basic_update.log
22582026-06-05T04:08:57.390Zuploading: /work/r1.test_basic_update_ipv6.log (28478 bytes)
22592026-06-05T04:08:58.415Zuploaded: /work/r1.test_basic_update_ipv6.log
22602026-06-05T04:08:58.416Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30967 bytes)
22612026-06-05T04:08:59.491Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22622026-06-05T04:08:59.491Zuploading: /work/r1.test_basic_update_tcp.log (31153 bytes)
22632026-06-05T04:09:00.543Zuploaded: /work/r1.test_basic_update_tcp.log
22642026-06-05T04:09:00.543Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (42490 bytes)
22652026-06-05T04:09:01.864Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22662026-06-05T04:09:01.864Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43919 bytes)
22672026-06-05T04:09:03.481Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22682026-06-05T04:09:03.481Zuploading: /work/r1.test_import_export_policy_filtering.log (40196 bytes)
22692026-06-05T04:09:06.585Zuploaded: /work/r1.test_import_export_policy_filtering.log
22702026-06-05T04:09:06.585Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35872 bytes)
22712026-06-05T04:09:07.598Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22722026-06-05T04:09:07.599Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40091 bytes)
22732026-06-05T04:09:08.656Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22742026-06-05T04:09:08.656Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45389 bytes)
22752026-06-05T04:09:09.709Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22762026-06-05T04:09:09.709Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33608 bytes)
22772026-06-05T04:09:10.758Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22782026-06-05T04:09:10.758Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (42259 bytes)
22792026-06-05T04:09:11.809Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22802026-06-05T04:09:11.809Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35011 bytes)
22812026-06-05T04:09:12.852Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22822026-06-05T04:09:12.852Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29945 bytes)
22832026-06-05T04:09:14.553Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22842026-06-05T04:09:14.553Zuploading: /work/r1.test_three_router_chain_tcp.log (25866 bytes)
22852026-06-05T04:09:15.607Zuploaded: /work/r1.test_three_router_chain_tcp.log
22862026-06-05T04:09:15.607Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (26328 bytes)
22872026-06-05T04:09:16.625Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22882026-06-05T04:09:16.625Zuploading: /work/r2.test_basic_peering_active.log (38836 bytes)
22892026-06-05T04:09:17.648Zuploaded: /work/r2.test_basic_peering_active.log
22902026-06-05T04:09:17.648Zuploading: /work/r2.test_basic_peering_active_tcp.log (45379 bytes)
22912026-06-05T04:09:18.664Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22922026-06-05T04:09:18.664Zuploading: /work/r2.test_basic_peering_passive.log (41450 bytes)
22932026-06-05T04:09:19.702Zuploaded: /work/r2.test_basic_peering_passive.log
22942026-06-05T04:09:19.702Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45951 bytes)
22952026-06-05T04:09:20.806Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22962026-06-05T04:09:20.806Zuploading: /work/r2.test_basic_update.log (26292 bytes)
22972026-06-05T04:09:21.871Zuploaded: /work/r2.test_basic_update.log
22982026-06-05T04:09:21.871Zuploading: /work/r2.test_basic_update_ipv6.log (29095 bytes)
22992026-06-05T04:09:23.503Zuploaded: /work/r2.test_basic_update_ipv6.log
23002026-06-05T04:09:23.503Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (31181 bytes)
23012026-06-05T04:09:24.548Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23022026-06-05T04:09:24.548Zuploading: /work/r2.test_basic_update_tcp.log (29712 bytes)
23032026-06-05T04:09:25.567Zuploaded: /work/r2.test_basic_update_tcp.log
23042026-06-05T04:09:25.567Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (42126 bytes)
23052026-06-05T04:09:26.590Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23062026-06-05T04:09:26.590Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43824 bytes)
23072026-06-05T04:09:27.679Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23082026-06-05T04:09:27.679Zuploading: /work/r2.test_import_export_policy_filtering.log (36564 bytes)
23092026-06-05T04:09:28.721Zuploaded: /work/r2.test_import_export_policy_filtering.log
23102026-06-05T04:09:28.722Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38299 bytes)
23112026-06-05T04:09:29.832Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23122026-06-05T04:09:29.832Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38752 bytes)
23132026-06-05T04:09:30.848Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23142026-06-05T04:09:30.848Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44268 bytes)
23152026-06-05T04:09:31.923Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23162026-06-05T04:09:31.923Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41208 bytes)
23172026-06-05T04:09:33.857Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23182026-06-05T04:09:33.857Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (47462 bytes)
23192026-06-05T04:09:34.891Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23202026-06-05T04:09:34.891Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38161 bytes)
23212026-06-05T04:09:35.908Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23222026-06-05T04:09:35.908Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28077 bytes)
23232026-06-05T04:09:36.936Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23242026-06-05T04:09:36.936Zuploading: /work/r2.test_three_router_chain_tcp.log (45610 bytes)
23252026-06-05T04:09:37.955Zuploaded: /work/r2.test_three_router_chain_tcp.log
23262026-06-05T04:09:37.955Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41776 bytes)
23272026-06-05T04:09:39.001Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23282026-06-05T04:09:39.001Zuploading: /work/r3.test_three_router_chain_tcp.log (20776 bytes)
23292026-06-05T04:09:40.010Zuploaded: /work/r3.test_three_router_chain_tcp.log
23302026-06-05T04:09:40.010Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21452 bytes)
23312026-06-05T04:09:41.038Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23322026-06-05T04:09:41.038Zuploading: /work/same_linklocal.log (151853 bytes)
23332026-06-05T04:09:42.052Zuploaded: /work/same_linklocal.log
23342026-06-05T04:09:42.053Zuploading: /work/three_chain.log (167963 bytes)
23352026-06-05T04:09:43.070Zuploaded: /work/three_chain.log
23362026-06-05T04:09:43.070Zuploading: /work/unnumbered_expiry.log (88427 bytes)
23372026-06-05T04:09:44.085Zuploaded: /work/unnumbered_expiry.log
23382026-06-05T04:09:44.085Zuploading: /work/unnumbered_interface_lifecycle.log (128673 bytes)
23392026-06-05T04:09:45.101Zuploaded: /work/unnumbered_interface_lifecycle.log
23402026-06-05T04:09:45.101Zuploading: /work/unnumbered_peer_change.log (78942 bytes)
23412026-06-05T04:09:46.116Zuploaded: /work/unnumbered_peer_change.log