01KXFGS9CX3BDDJ7EHVNWJ75J3: 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: 01KXFGSQTX2WTSWRAA4XDSS0P7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T05:16:03.680Zjob assigned to worker 01KXFGT5ZP8YTZV7KHEZ2886TA [factory aws, i-09a7153bb43c1071a] (queued for 56 s)
 
22026-07-14T05:16:11.033Zstarting task 0: "setup"
32026-07-14T05:16:11.038Z++ uname -s
42026-07-14T05:16:11.041Z+ kern=SunOS
52026-07-14T05:16:11.041Z+ build_user=build
62026-07-14T05:16:11.041Z+ build_uid=12345
72026-07-14T05:16:11.041Z+ work_dir=/work
82026-07-14T05:16:11.041Z+ input_dir=/input
92026-07-14T05:16:11.041Z+ [[ 0 == 12345 ]]
102026-07-14T05:16:11.041Z+ case "$kern" in
112026-07-14T05:16:11.041Z+ groupadd -g 12345 build
122026-07-14T05:16:11.044Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T05:16:13.050Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T05:16:13.143Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T05:16:13.146Z+ home_fs=zfs
162026-07-14T05:16:13.147Z+ [[ zfs == autofs ]]
172026-07-14T05:16:13.147Z+ mkdir -p /home/build
182026-07-14T05:16:13.147Z+ chown build:build /home/build /work
192026-07-14T05:16:15.148Z+ chmod 0700 /home/build /work
202026-07-14T05:16:15.152Zprocess exited: duration 4118 ms, exit code 0
 
212026-07-14T05:16:15.203Zstarting task 1: "rust-toolchain"
222026-07-14T05:16:15.208Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T05:16:15.208Z * rust toolchain channel = "stable"
242026-07-14T05:16:15.208Z * rust toolchain profile = "default"
252026-07-14T05:16:15.208Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T05:16:15.208Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T05:16:15.208Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T05:16:15.211Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T05:16:15.211Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T05:16:15.316Zinfo: downloading installer
312026-07-14T05:16:16.895Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T05:16:16.896Zwarn: /opt/ooce/bin
332026-07-14T05:16:16.896Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T05:16:16.896Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T05:16:16.896Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T05:16:16.896Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T05:16:16.896Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T05:16:16.896Zerror: cannot install while Rust is installed
392026-07-14T05:16:16.896Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T05:16:16.896Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T05:16:16.897Zwarn: /home/build/.rustup/settings.toml
422026-07-14T05:16:16.897Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T05:16:16.897Zwarn: instead of the one inferred from the default host triple.
442026-07-14T05:16:16.911Zinfo: profile set to default
452026-07-14T05:16:16.911Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T05:16:16.915Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T05:16:17.067Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T05:16:17.070Zinfo: downloading 6 components
492026-07-14T05:16:32.403Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T05:16:32.403Z
512026-07-14T05:16:32.436Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T05:16:32.436Z
532026-07-14T05:16:32.439Z
542026-07-14T05:16:32.439ZRust is installed now. Great!
552026-07-14T05:16:32.439Z
562026-07-14T05:16:32.439ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T05:16:32.439Zenvironment variable. This has not been done automatically.
582026-07-14T05:16:32.439Z
592026-07-14T05:16:32.439ZTo configure your current shell, you need to source
602026-07-14T05:16:32.439Zthe corresponding env file under $HOME/.cargo.
612026-07-14T05:16:32.439Z
622026-07-14T05:16:32.440ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T05:16:32.440Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T05:16:32.440Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T05:16:32.440Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T05:16:32.440Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T05:16:32.440Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T05:16:32.440Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T05:16:32.440Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T05:16:32.440Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T05:16:32.538Z+ rustup --version
722026-07-14T05:16:32.548Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T05:16:32.551Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T05:16:32.574Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T05:16:32.577Z+ cargo --version
762026-07-14T05:16:32.595Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T05:16:32.598Z+ rustc --version
782026-07-14T05:16:32.620Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T05:16:32.623Zprocess exited: duration 17419 ms, exit code 0
 
802026-07-14T05:16:32.629Zstarting task 2: "authentication"
812026-07-14T05:16:32.649Zprocess exited: duration 19 ms, exit code 0
 
822026-07-14T05:16:32.656Zstarting task 3: "clone repository"
832026-07-14T05:16:32.659Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T05:16:32.662Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T05:16:32.692ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T05:16:33.947Z+ cd /work/oxidecomputer/maghemite
872026-07-14T05:16:33.947Z+ git fetch origin 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
882026-07-14T05:16:34.220ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T05:16:34.220Z * branch 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 -> FETCH_HEAD
902026-07-14T05:16:34.229Z+ [[ -n renovate/socket2-0.x-lockfile ]]
912026-07-14T05:16:34.229Z++ git branch --show-current
922026-07-14T05:16:34.234Z+ current=main
932026-07-14T05:16:34.234Z+ [[ main != renovate/socket2-0.x-lockfile ]]
942026-07-14T05:16:34.234Z+ git branch -f renovate/socket2-0.x-lockfile 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
952026-07-14T05:16:34.234Z+ git checkout -f renovate/socket2-0.x-lockfile
962026-07-14T05:16:34.251ZSwitched to branch 'renovate/socket2-0.x-lockfile'
972026-07-14T05:16:34.254Z+ git reset --hard 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
982026-07-14T05:16:34.274ZHEAD is now at 2a6d1fd Update Rust crate socket2 to v0.6.5
992026-07-14T05:16:34.277Zprocess exited: duration 1617 ms, exit code 0
 
1002026-07-14T05:16:34.283Zstarting task 4: "build"
1012026-07-14T05:16:34.287Z+ set -e
1022026-07-14T05:16:34.287Z+ source .github/buildomat/test-common.sh
1032026-07-14T05:16:34.291Z++ NEXTEST_VERSION=0.9.97
1042026-07-14T05:16:34.291Z++ PLATFORM=illumos
1052026-07-14T05:16:34.291Z++ banner install
1062026-07-14T05:16:34.291Z
1072026-07-14T05:16:34.291Z # # # #### ##### ## # #
1082026-07-14T05:16:34.291Z # ## # # # # # # #
1092026-07-14T05:16:34.291Z # # # # #### # # # # #
1102026-07-14T05:16:34.291Z # # # # # # ###### # #
1112026-07-14T05:16:34.291Z # # ## # # # # # # #
1122026-07-14T05:16:34.291Z # # # #### # # # ###### ######
1132026-07-14T05:16:34.291Z
1142026-07-14T05:16:34.291Z++ set +o errexit
1152026-07-14T05:16:34.291Z++ pkg info clang-15
1162026-07-14T05:16:34.297Z++ grep -qi installed
1172026-07-14T05:16:35.610Zpkg: info: no packages matching the following patterns you specified are
1182026-07-14T05:16:35.610Zinstalled on the system. Try querying remotely instead:
1192026-07-14T05:16:35.610Z
1202026-07-14T05:16:35.610Z clang-15
1212026-07-14T05:16:35.653Z++ [[ 1 != 0 ]]
1222026-07-14T05:16:35.653Z++ set -o errexit
1232026-07-14T05:16:35.657Z++ pfexec pkg install clang-15
1242026-07-14T05:16:43.439Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-14T05:16:52.678Z Startup: Caching catalogs ... Done
1262026-07-14T05:17:01.323ZPlanning: Solver setup ... Done
1272026-07-14T05:17:01.375ZPlanning: Running solver ... Done
1282026-07-14T05:17:01.530ZPlanning: Finding local manifests ... Done
1292026-07-14T05:17:01.541ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-14T05:17:01.639ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-14T05:17:01.674ZPlanning: Package planning ... Done
1322026-07-14T05:17:01.706ZPlanning: Merging actions ... Done
1332026-07-14T05:17:01.834ZPlanning: Checking for conflicting actions ... Done
1342026-07-14T05:17:01.842ZPlanning: Consolidating action changes ... Done
1352026-07-14T05:17:02.669ZPlanning: Evaluating mediators ... Done
1362026-07-14T05:17:02.675ZPlanning: Planning completed in 9.80 seconds
1372026-07-14T05:17:02.688Z Packages to install: 2
1382026-07-14T05:17:02.688Z Mediators to change: 2
1392026-07-14T05:17:02.688Z Services to change: 1
1402026-07-14T05:17:02.688Z Create boot environment: No
1412026-07-14T05:17:02.691ZCreate backup boot environment: No
1422026-07-14T05:17:02.736Z
1432026-07-14T05:17:02.736ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-14T05:17:08.569ZDownload: 982/3076 items 81.6/211.3MB 38% complete (20.8M/s)
1452026-07-14T05:17:13.571ZDownload: 1170/3076 items 113.9/211.3MB 53% complete (11.3M/s)
1462026-07-14T05:17:18.601ZDownload: 1712/3076 items 115.5/211.3MB 54% complete (3.5M/s)
1472026-07-14T05:17:23.720ZDownload: 2004/3076 items 117.5/211.3MB 55% complete (1.7M/s)
1482026-07-14T05:17:34.342ZDownload: 2005/3076 items 117.5/211.3MB 55% complete
1492026-07-14T05:17:40.455ZDownload: 3029/3076 items 201.8/211.3MB 95% complete (20.9M/s)
1502026-07-14T05:17:43.490ZDownload: Completed 211.31 MB in 40.75 seconds (5.2M/s)
1512026-07-14T05:17:43.640Z Actions: 1/3418 actions (Installing new actions)
1522026-07-14T05:17:47.460Z Actions: Completed 3418 actions in 3.82 seconds.
1532026-07-14T05:17:48.233Z Done
1542026-07-14T05:17:48.233Z Done
1552026-07-14T05:17:49.118Z Done
1562026-07-14T05:17:53.035Z Done
1572026-07-14T05:17:53.115Z Done
1582026-07-14T05:17:53.118Z Done
1592026-07-14T05:17:53.254Z Done
1602026-07-14T05:17:54.030Z++ set -o errexit
1612026-07-14T05:17:54.030Z++ cargo --version
1622026-07-14T05:17:54.039Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1632026-07-14T05:17:54.192Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1642026-07-14T05:17:54.195Zinfo: downloading 6 components
1652026-07-14T05:18:10.306Zcargo 1.96.1 (356927216 2026-06-26)
1662026-07-14T05:18:10.309Z++ rustc --version
1672026-07-14T05:18:10.345Zrustc 1.96.1 (31fca3adb 2026-06-26)
1682026-07-14T05:18:10.348Z++ cargo install cargo-nextest --version 0.9.97
1692026-07-14T05:18:10.400Z Updating crates.io index
1702026-07-14T05:18:10.528Z Downloading crates ...
1712026-07-14T05:18:10.553Z Downloaded cargo-nextest v0.9.97
1722026-07-14T05:18:10.621Z Installing cargo-nextest v0.9.97
1732026-07-14T05:18:10.625Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-07-14T05:18:10.625Z |
1752026-07-14T05:18:10.625Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-07-14T05:18:10.625Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-07-14T05:18:10.673Z Updating crates.io index
1782026-07-14T05:18:12.774Z Locking 395 packages to latest compatible versions
1792026-07-14T05:18:12.779Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-07-14T05:18:12.782Z Adding duct v0.13.7 (available: v1.1.1)
1812026-07-14T05:18:12.782Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-07-14T05:18:12.782Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-07-14T05:18:12.785Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-07-14T05:18:12.785Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-07-14T05:18:12.785Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1862026-07-14T05:18:12.786Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-07-14T05:18:12.789Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1882026-07-14T05:18:12.792Z Adding quick-junit v0.5.2 (available: v0.6.1)
1892026-07-14T05:18:12.820Z Downloading crates ...
1902026-07-14T05:18:12.898Z Downloaded camino-tempfile v1.4.1
1912026-07-14T05:18:12.904Z Downloaded addr2line v0.25.1
1922026-07-14T05:18:12.907Z Downloaded backtrace v0.3.76
1932026-07-14T05:18:12.911Z Downloaded futures-sink v0.3.32
1942026-07-14T05:18:12.914Z Downloaded async-scoped v0.9.0
1952026-07-14T05:18:12.914Z Downloaded nested v0.1.1
1962026-07-14T05:18:12.917Z Downloaded nextest-workspace-hack v0.1.0
1972026-07-14T05:18:12.917Z Downloaded atomicwrites v0.4.4
1982026-07-14T05:18:12.920Z Downloaded backtrace-ext v0.2.1
1992026-07-14T05:18:12.920Z Downloaded itoa v1.0.18
2002026-07-14T05:18:12.923Z Downloaded is_ci v1.2.0
2012026-07-14T05:18:12.923Z Downloaded miette-derive v7.6.0
2022026-07-14T05:18:12.928Z Downloaded enable-ansi-support v0.2.1
2032026-07-14T05:18:12.928Z Downloaded atomic-waker v1.1.2
2042026-07-14T05:18:12.931Z Downloaded heck v0.5.0
2052026-07-14T05:18:12.931Z Downloaded hex v0.4.3
2062026-07-14T05:18:12.935Z Downloaded color-spantrace v0.3.0
2072026-07-14T05:18:12.935Z Downloaded cfg_aliases v0.2.1
2082026-07-14T05:18:12.935Z Downloaded hyper-tls v0.6.0
2092026-07-14T05:18:12.937Z Downloaded indexmap v2.14.0
2102026-07-14T05:18:12.940Z Downloaded indent_write v2.2.0
2112026-07-14T05:18:12.940Z Downloaded crypto-common v0.1.7
2122026-07-14T05:18:12.946Z Downloaded lru-slab v0.1.2
2132026-07-14T05:18:12.946Z Downloaded cfg-if v1.0.4
2142026-07-14T05:18:12.946Z Downloaded pkg-config v0.3.33
2152026-07-14T05:18:12.950Z Downloaded block-buffer v0.10.4
2162026-07-14T05:18:12.950Z Downloaded adler2 v2.0.1
2172026-07-14T05:18:12.950Z Downloaded colorchoice v1.0.5
2182026-07-14T05:18:12.953Z Downloaded cpufeatures v0.2.17
2192026-07-14T05:18:12.953Z Downloaded number_prefix v0.4.0
2202026-07-14T05:18:12.956Z Downloaded anstyle-query v1.1.5
2212026-07-14T05:18:12.960Z Downloaded futures-core v0.3.32
2222026-07-14T05:18:12.960Z Downloaded lazy_static v1.5.0
2232026-07-14T05:18:12.962Z Downloaded futures-macro v0.3.32
2242026-07-14T05:18:12.963Z Downloaded cpufeatures v0.3.0
2252026-07-14T05:18:12.966Z Downloaded cargo-platform v0.2.0
2262026-07-14T05:18:12.966Z Downloaded dialoguer v0.11.0
2272026-07-14T05:18:12.969Z Downloaded convert_case v0.10.0
2282026-07-14T05:18:12.969Z Downloaded mukti-metadata v0.3.0
2292026-07-14T05:18:12.972Z Downloaded cargo-util-schemas v0.2.0
2302026-07-14T05:18:12.972Z Downloaded base64ct v1.8.3
2312026-07-14T05:18:12.975Z Downloaded autocfg v1.5.1
2322026-07-14T05:18:12.975Z Downloaded anstyle-parse v1.0.0
2332026-07-14T05:18:12.978Z Downloaded clap_lex v1.1.0
2342026-07-14T05:18:12.978Z Downloaded futures-task v0.3.32
2352026-07-14T05:18:12.978Z Downloaded anstream v1.0.0
2362026-07-14T05:18:12.981Z Downloaded native-tls v0.2.18
2372026-07-14T05:18:12.983Z Downloaded is_terminal_polyfill v1.70.2
2382026-07-14T05:18:12.983Z Downloaded futures-io v0.3.32
2392026-07-14T05:18:12.983Z Downloaded foreign-types v0.3.2
2402026-07-14T05:18:12.986Z Downloaded http-body-util v0.1.4
2412026-07-14T05:18:12.989Z Downloaded indenter v0.3.4
2422026-07-14T05:18:12.989Z Downloaded errno v0.3.14
2432026-07-14T05:18:12.994Z Downloaded http-body v1.1.0
2442026-07-14T05:18:12.994Z Downloaded generic-array v0.14.7
2452026-07-14T05:18:12.994Z Downloaded form_urlencoded v1.2.2
2462026-07-14T05:18:12.997Z Downloaded home v0.5.12
2472026-07-14T05:18:12.997Z Downloaded guppy-workspace-hack v0.1.0
2482026-07-14T05:18:13.000Z Downloaded curve25519-dalek-derive v0.1.1
2492026-07-14T05:18:13.002Z Downloaded humantime-serde v1.1.1
2502026-07-14T05:18:13.003Z Downloaded equivalent v1.0.2
2512026-07-14T05:18:13.003Z Downloaded foreign-types-shared v0.1.1
2522026-07-14T05:18:13.006Z Downloaded debug-ignore v1.0.5
2532026-07-14T05:18:13.009Z Downloaded lock_api v0.4.14
2542026-07-14T05:18:13.012Z Downloaded globset v0.4.18
2552026-07-14T05:18:13.012Z Downloaded cargo_metadata v0.20.0
2562026-07-14T05:18:13.012Z Downloaded jobserver v0.1.35
2572026-07-14T05:18:13.016Z Downloaded iana-time-zone v0.1.65
2582026-07-14T05:18:13.016Z Downloaded rustc-hash v2.1.3
2592026-07-14T05:18:13.019Z Downloaded litrs v1.0.0
2602026-07-14T05:18:13.019Z Downloaded openssl-probe v0.2.1
2612026-07-14T05:18:13.022Z Downloaded cargo-platform v0.3.3
2622026-07-14T05:18:13.025Z Downloaded percent-encoding v2.3.2
2632026-07-14T05:18:13.025Z Downloaded openssl-macros v0.1.1
2642026-07-14T05:18:13.028Z Downloaded fnv v1.0.7
2652026-07-14T05:18:13.028Z Downloaded idna_adapter v1.0.0
2662026-07-14T05:18:13.030Z Downloaded scopeguard v1.2.0
2672026-07-14T05:18:13.034Z Downloaded rand_core v0.6.4
2682026-07-14T05:18:13.037Z Downloaded foldhash v0.1.5
2692026-07-14T05:18:13.037Z Downloaded hyper-rustls v0.27.9
2702026-07-14T05:18:13.040Z Downloaded rand_pcg v0.10.2
2712026-07-14T05:18:13.044Z Downloaded cargo_metadata v0.23.1
2722026-07-14T05:18:13.048Z Downloaded anstyle v1.0.14
2732026-07-14T05:18:13.051Z Downloaded serde_ignored v0.1.14
2742026-07-14T05:18:13.051Z Downloaded serde_spanned v0.6.9
2752026-07-14T05:18:13.054Z Downloaded serde_urlencoded v0.7.1
2762026-07-14T05:18:13.054Z Downloaded sigchld v0.2.4
2772026-07-14T05:18:13.057Z Downloaded shared_child v1.1.1
2782026-07-14T05:18:13.057Z Downloaded serde-value v0.7.0
2792026-07-14T05:18:13.060Z Downloaded signal-hook-mio v0.2.5
2802026-07-14T05:18:13.060Z Downloaded serde_spanned v1.1.1
2812026-07-14T05:18:13.063Z Downloaded filetime v0.2.29
2822026-07-14T05:18:13.063Z Downloaded shell-words v1.1.1
2832026-07-14T05:18:13.065Z Downloaded signature v2.2.0
2842026-07-14T05:18:13.065Z Downloaded ed25519 v2.2.3
2852026-07-14T05:18:13.069Z Downloaded document-features v0.2.12
2862026-07-14T05:18:13.069Z Downloaded find-msvc-tools v0.1.9
2872026-07-14T05:18:13.073Z Downloaded fastrand v2.4.1
2882026-07-14T05:18:13.073Z Downloaded pin-project-internal v1.1.13
2892026-07-14T05:18:13.076Z Downloaded humantime v2.4.0
2902026-07-14T05:18:13.076Z Downloaded os_pipe v1.2.3
2912026-07-14T05:18:13.076Z Downloaded strip-ansi-escapes v0.2.1
2922026-07-14T05:18:13.076Z Downloaded supports-unicode v3.0.0
2932026-07-14T05:18:13.079Z Downloaded sync_wrapper v1.0.2
2942026-07-14T05:18:13.079Z Downloaded swrite v0.1.0
2952026-07-14T05:18:13.079Z Downloaded subtle v2.6.1
2962026-07-14T05:18:13.081Z Downloaded nextest-metadata v0.12.2
2972026-07-14T05:18:13.082Z Downloaded supports-hyperlinks v3.2.0
2982026-07-14T05:18:13.085Z Downloaded pathdiff v0.2.3
2992026-07-14T05:18:13.089Z Downloaded strsim v0.11.1
3002026-07-14T05:18:13.092Z Downloaded camino v1.2.4
3012026-07-14T05:18:13.095Z Downloaded const-oid v0.9.6
3022026-07-14T05:18:13.095Z Downloaded rand_chacha v0.9.0
3032026-07-14T05:18:13.098Z Downloaded indicatif v0.17.11
3042026-07-14T05:18:13.101Z Downloaded terminal_size v0.4.4
3052026-07-14T05:18:13.101Z Downloaded thread_local v1.1.10
3062026-07-14T05:18:13.101Z Downloaded future-queue v0.4.0
3072026-07-14T05:18:13.105Z Downloaded futures-executor v0.3.32
3082026-07-14T05:18:13.105Z Downloaded self-replace v1.5.0
3092026-07-14T05:18:13.108Z Downloaded ipnet v2.12.0
3102026-07-14T05:18:13.108Z Downloaded quote v1.0.46
3112026-07-14T05:18:13.111Z Downloaded quinn-udp v0.5.15
3122026-07-14T05:18:13.111Z Downloaded console v0.15.11
3132026-07-14T05:18:13.114Z Downloaded bitflags v2.13.0
3142026-07-14T05:18:13.117Z Downloaded rand_core v0.10.1
3152026-07-14T05:18:13.119Z Downloaded tokio-macros v2.7.0
3162026-07-14T05:18:13.119Z Downloaded tinyvec_macros v0.1.1
3172026-07-14T05:18:13.119Z Downloaded rustc_version v0.4.1
3182026-07-14T05:18:13.122Z Downloaded serde_path_to_error v0.1.20
3192026-07-14T05:18:13.122Z Downloaded pin-project-lite v0.2.17
3202026-07-14T05:18:13.126Z Downloaded rustc-demangle v0.1.28
3212026-07-14T05:18:13.129Z Downloaded serde-untagged v0.1.9
3222026-07-14T05:18:13.132Z Downloaded rand_core v0.9.5
3232026-07-14T05:18:13.132Z Downloaded owo-colors v4.3.0
3242026-07-14T05:18:13.135Z Downloaded simd-adler32 v0.3.9
3252026-07-14T05:18:13.135Z Downloaded ordered-float v2.10.1
3262026-07-14T05:18:13.135Z Downloaded shlex v2.0.1
3272026-07-14T05:18:13.135Z Downloaded signal-hook-registry v1.4.8
3282026-07-14T05:18:13.138Z Downloaded toml_datetime v0.6.11
3292026-07-14T05:18:13.138Z Downloaded fixedbitset v0.5.7
3302026-07-14T05:18:13.141Z Downloaded httparse v1.10.1
3312026-07-14T05:18:13.141Z Downloaded clap_derive v4.6.1
3322026-07-14T05:18:13.144Z Downloaded eyre v0.6.12
3332026-07-14T05:18:13.147Z Downloaded supports-color v3.0.2
3342026-07-14T05:18:13.147Z Downloaded smol_str v0.3.6
3352026-07-14T05:18:13.150Z Downloaded static_assertions v1.1.0
3362026-07-14T05:18:13.150Z Downloaded spki v0.7.3
3372026-07-14T05:18:13.150Z Downloaded slab v0.4.12
3382026-07-14T05:18:13.153Z Downloaded tower-layer v0.3.3
3392026-07-14T05:18:13.153Z Downloaded toml_write v0.1.2
3402026-07-14T05:18:13.155Z Downloaded pkcs8 v0.10.2
3412026-07-14T05:18:13.155Z Downloaded newtype-uuid v1.3.2
3422026-07-14T05:18:13.158Z Downloaded parking_lot v0.12.5
3432026-07-14T05:18:13.158Z Downloaded urlencoding v2.1.3
3442026-07-14T05:18:13.161Z Downloaded thiserror v2.0.18
3452026-07-14T05:18:13.165Z Downloaded thiserror v1.0.69
3462026-07-14T05:18:13.168Z Downloaded miniz_oxide v0.8.9
3472026-07-14T05:18:13.171Z Downloaded getrandom v0.3.4
3482026-07-14T05:18:13.171Z Downloaded tracing-error v0.2.1
3492026-07-14T05:18:13.174Z Downloaded digest v0.10.7
3502026-07-14T05:18:13.174Z Downloaded duct v0.13.7
3512026-07-14T05:18:13.177Z Downloaded try-lock v0.2.5
3522026-07-14T05:18:13.177Z Downloaded target-spec-miette v0.4.8
3532026-07-14T05:18:13.180Z Downloaded utf8_iter v1.0.4
3542026-07-14T05:18:13.180Z Downloaded unicode-xid v0.2.6
3552026-07-14T05:18:13.183Z Downloaded version_check v0.9.5
3562026-07-14T05:18:13.183Z Downloaded utf8parse v0.2.2
3572026-07-14T05:18:13.183Z Downloaded unicode-linebreak v0.1.5
3582026-07-14T05:18:13.186Z Downloaded want v0.3.1
3592026-07-14T05:18:13.186Z Downloaded log v0.4.33
3602026-07-14T05:18:13.190Z Downloaded thiserror-impl v2.0.18
3612026-07-14T05:18:13.190Z Downloaded target-lexicon v0.13.5
3622026-07-14T05:18:13.194Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3632026-07-14T05:18:13.194Z Downloaded thiserror-impl v1.0.69
3642026-07-14T05:18:13.194Z Downloaded proc-macro2 v1.0.106
3652026-07-14T05:18:13.197Z Downloaded once_cell v1.21.4
3662026-07-14T05:18:13.197Z Downloaded sha2 v0.10.9
3672026-07-14T05:18:13.200Z Downloaded semver v1.0.28
3682026-07-14T05:18:13.200Z Downloaded ppv-lite86 v0.2.21
3692026-07-14T05:18:13.204Z Downloaded quick-junit v0.5.2
3702026-07-14T05:18:13.204Z Downloaded clap v4.6.1
3712026-07-14T05:18:13.212Z Downloaded xattr v1.6.1
3722026-07-14T05:18:13.217Z Downloaded rustls-pki-types v1.15.0
3732026-07-14T05:18:13.217Z Downloaded getrandom v0.4.3
3742026-07-14T05:18:13.217Z Downloaded num-traits v0.2.19
3752026-07-14T05:18:13.217Z Downloaded config v0.15.25
3762026-07-14T05:18:13.220Z Downloaded toml_writer v1.1.1+spec-1.1.0
3772026-07-14T05:18:13.224Z Downloaded smallvec v1.15.2
3782026-07-14T05:18:13.224Z Downloaded tower-service v0.3.3
3792026-07-14T05:18:13.224Z Downloaded getrandom v0.2.17
3802026-07-14T05:18:13.227Z Downloaded either v1.16.0
3812026-07-14T05:18:13.227Z Downloaded untrusted v0.9.0
3822026-07-14T05:18:13.227Z Downloaded typeid v1.0.3
3832026-07-14T05:18:13.230Z Downloaded futures-channel v0.3.32
3842026-07-14T05:18:13.230Z Downloaded erased-serde v0.4.10
3852026-07-14T05:18:13.233Z Downloaded parking_lot_core v0.9.12
3862026-07-14T05:18:13.233Z Downloaded nextest-filtering v0.15.0
3872026-07-14T05:18:13.236Z Downloaded ahash v0.8.12
3882026-07-14T05:18:13.236Z Downloaded crc32fast v1.5.0
3892026-07-14T05:18:13.238Z Downloaded chacha20 v0.10.1
3902026-07-14T05:18:13.241Z Downloaded cfg-expr v0.20.8
3912026-07-14T05:18:13.241Z Downloaded unicase v2.9.0
3922026-07-14T05:18:13.244Z Downloaded target-spec v3.6.0
3932026-07-14T05:18:13.244Z Downloaded self_update v0.42.0
3942026-07-14T05:18:13.247Z Downloaded ryu v1.0.23
3952026-07-14T05:18:13.250Z Downloaded tempfile v3.27.0
3962026-07-14T05:18:13.250Z Downloaded der v0.7.10
3972026-07-14T05:18:13.253Z Downloaded base64 v0.22.1
3982026-07-14T05:18:13.256Z Downloaded cc v1.2.67
3992026-07-14T05:18:13.258Z Downloaded tracing-log v0.2.0
4002026-07-14T05:18:13.258Z Downloaded derive-where v1.6.1
4012026-07-14T05:18:13.261Z Downloaded xxhash-rust v0.8.16
4022026-07-14T05:18:13.265Z Downloaded tokio-stream v0.1.18
4032026-07-14T05:18:13.268Z Downloaded toml_parser v1.1.2+spec-1.1.0
4042026-07-14T05:18:13.268Z Downloaded toml v0.8.23
4052026-07-14T05:18:13.271Z Downloaded zstd v0.13.3
4062026-07-14T05:18:13.274Z Downloaded tokio-rustls v0.26.4
4072026-07-14T05:18:13.274Z Downloaded tokio-native-tls v0.3.1
4082026-07-14T05:18:13.278Z Downloaded zipsign-api v0.1.5
4092026-07-14T05:18:13.278Z Downloaded zstd-safe v7.2.4
4102026-07-14T05:18:13.278Z Downloaded sharded-slab v0.1.7
4112026-07-14T05:18:13.281Z Downloaded socket2 v0.6.5
4122026-07-14T05:18:13.284Z Downloaded pin-project v1.1.13
4132026-07-14T05:18:13.288Z Downloaded tracing-attributes v0.1.31
4142026-07-14T05:18:13.291Z Downloaded zmij v1.0.23
4152026-07-14T05:18:13.294Z Downloaded futures v0.3.32
4162026-07-14T05:18:13.297Z Downloaded toml v1.1.2+spec-1.1.0
4172026-07-14T05:18:13.302Z Downloaded tinyvec v1.12.0
4182026-07-14T05:18:13.302Z Downloaded bytes v1.12.1
4192026-07-14T05:18:13.305Z Downloaded memchr v2.8.3
4202026-07-14T05:18:13.309Z Downloaded serde_core v1.0.228
4212026-07-14T05:18:13.313Z Downloaded signal-hook v0.3.18
4222026-07-14T05:18:13.315Z Downloaded derive_more v2.1.1
4232026-07-14T05:18:13.323Z Downloaded serde_derive v1.0.228
4242026-07-14T05:18:13.326Z Downloaded unicode-ident v1.0.24
4252026-07-14T05:18:13.329Z Downloaded mio v1.2.2
4262026-07-14T05:18:13.332Z Downloaded quinn v0.11.11
4272026-07-14T05:18:13.335Z Downloaded textwrap v0.16.2
4282026-07-14T05:18:13.338Z Downloaded serde v1.0.228
4292026-07-14T05:18:13.341Z Downloaded ed25519-dalek v2.2.0
4302026-07-14T05:18:13.344Z Downloaded vte v0.14.1
4312026-07-14T05:18:13.344Z Downloaded hyper-util v0.1.20
4322026-07-14T05:18:13.348Z Downloaded zeroize v1.9.0
4332026-07-14T05:18:13.350Z Downloaded toml_edit v0.22.27
4342026-07-14T05:18:13.353Z Downloaded openssl-sys v0.9.117
4352026-07-14T05:18:13.362Z Downloaded tar v0.4.46
4362026-07-14T05:18:13.363Z Downloaded http v1.4.2
4372026-07-14T05:18:13.366Z Downloaded tracing-core v0.1.36
4382026-07-14T05:18:13.366Z Downloaded rustls-webpki v0.103.13
4392026-07-14T05:18:13.366Z Downloaded rand v0.9.5
4402026-07-14T05:18:13.369Z Downloaded miette v7.6.0
4412026-07-14T05:18:13.375Z Downloaded flate2 v1.1.9
4422026-07-14T05:18:13.375Z Downloaded rand v0.10.2
4432026-07-14T05:18:13.378Z Downloaded borsh v1.7.0
4442026-07-14T05:18:13.381Z Downloaded derive_more-impl v2.1.1
4452026-07-14T05:18:13.384Z Downloaded uuid v1.23.5
4462026-07-14T05:18:13.419Z Downloaded hyper v1.10.1
4472026-07-14T05:18:13.426Z Downloaded url v2.5.8
4482026-07-14T05:18:13.432Z Downloaded ron v0.12.2
4492026-07-14T05:18:13.439Z Downloaded typenum v1.20.1
4502026-07-14T05:18:13.443Z Downloaded crossterm v0.29.0
4512026-07-14T05:18:13.444Z Downloaded unicode-segmentation v1.13.3
4522026-07-14T05:18:13.447Z Downloaded quick-xml v0.37.5
4532026-07-14T05:18:13.449Z Downloaded guppy v0.17.26
4542026-07-14T05:18:13.452Z Downloaded hashbrown v0.17.1
4552026-07-14T05:18:13.457Z Downloaded unicode-normalization v0.1.25
4562026-07-14T05:18:13.461Z Downloaded hashbrown v0.15.5
4572026-07-14T05:18:13.463Z Downloaded clap_builder v4.6.0
4582026-07-14T05:18:13.467Z Downloaded aho-corasick v1.1.4
4592026-07-14T05:18:13.470Z Downloaded tower v0.5.3
4602026-07-14T05:18:13.476Z Downloaded h2 v0.4.15
4612026-07-14T05:18:13.482Z Downloaded itertools v0.14.0
4622026-07-14T05:18:13.486Z Downloaded reqwest v0.12.28
4632026-07-14T05:18:13.490Z Downloaded tokio-util v0.7.18
4642026-07-14T05:18:13.494Z Downloaded futures-util v0.3.32
4652026-07-14T05:18:13.501Z Downloaded regex v1.13.0
4662026-07-14T05:18:13.506Z Downloaded tower-http v0.6.11
4672026-07-14T05:18:13.511Z Downloaded serde_json v1.0.150
4682026-07-14T05:18:13.514Z Downloaded portable-atomic v1.13.1
4692026-07-14T05:18:13.518Z Downloaded idna v1.1.0
4702026-07-14T05:18:13.522Z Downloaded pulldown-cmark v0.13.4
4712026-07-14T05:18:13.528Z Downloaded quick-xml v0.38.4
4722026-07-14T05:18:13.533Z Downloaded winnow v1.0.4
4732026-07-14T05:18:13.539Z Downloaded winnow v0.7.15
4742026-07-14T05:18:13.546Z Downloaded chrono v0.4.45
4752026-07-14T05:18:13.551Z Downloaded tracing-subscriber v0.3.23
4762026-07-14T05:18:13.565Z Downloaded vcpkg v0.2.15
4772026-07-14T05:18:13.599Z Downloaded curve25519-dalek v4.1.3
4782026-07-14T05:18:13.605Z Downloaded syn v2.0.118
4792026-07-14T05:18:13.612Z Downloaded webpki-roots v1.0.8
4802026-07-14T05:18:13.615Z Downloaded zerocopy v0.8.54
4812026-07-14T05:18:13.626Z Downloaded openssl v0.10.81
4822026-07-14T05:18:13.632Z Downloaded nextest-runner v0.80.0
4832026-07-14T05:18:13.640Z Downloaded bstr v1.12.3
4842026-07-14T05:18:13.644Z Downloaded object v0.37.3
4852026-07-14T05:18:13.653Z Downloaded unicode-width v0.2.2
4862026-07-14T05:18:13.657Z Downloaded nix v0.30.1
4872026-07-14T05:18:13.662Z Downloaded unicode-width v0.1.14
4882026-07-14T05:18:13.666Z Downloaded quinn-proto v0.11.16
4892026-07-14T05:18:13.670Z Downloaded gimli v0.32.3
4902026-07-14T05:18:13.675Z Downloaded tracing v0.1.44
4912026-07-14T05:18:13.687Z Downloaded rustls v0.23.42
4922026-07-14T05:18:13.694Z Downloaded color-eyre v0.6.5
4932026-07-14T05:18:13.699Z Downloaded rustix v1.1.4
4942026-07-14T05:18:13.719Z Downloaded rustix v0.38.44
4952026-07-14T05:18:13.728Z Downloaded regex-syntax v0.8.11
4962026-07-14T05:18:13.756Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4972026-07-14T05:18:13.767Z Downloaded tokio v1.52.3
4982026-07-14T05:18:13.799Z Downloaded regex-automata v0.4.15
4992026-07-14T05:18:13.835Z Downloaded petgraph v0.8.3
5002026-07-14T05:18:13.849Z Downloaded libc v0.2.186
5012026-07-14T05:18:13.929Z Downloaded recursion v0.5.4
5022026-07-14T05:18:13.935Z Downloaded ring v0.17.14
5032026-07-14T05:18:14.003Z Compiling proc-macro2 v1.0.106
5042026-07-14T05:18:14.003Z Compiling libc v0.2.186
5052026-07-14T05:18:14.003Z Compiling quote v1.0.46
5062026-07-14T05:18:14.006Z Compiling unicode-ident v1.0.24
5072026-07-14T05:18:14.006Z Compiling serde_core v1.0.228
5082026-07-14T05:18:14.006Z Compiling cfg-if v1.0.4
5092026-07-14T05:18:14.006Z Compiling memchr v2.8.3
5102026-07-14T05:18:14.006Z Compiling once_cell v1.21.4
5112026-07-14T05:18:14.264Z Compiling log v0.4.33
5122026-07-14T05:18:14.300Z Compiling pin-project-lite v0.2.17
5132026-07-14T05:18:14.404Z Compiling serde v1.0.228
5142026-07-14T05:18:14.484Z Compiling itoa v1.0.18
5152026-07-14T05:18:14.627Z Compiling futures-core v0.3.32
5162026-07-14T05:18:14.759Z Compiling smallvec v1.15.2
5172026-07-14T05:18:14.804Z Compiling bitflags v2.13.0
5182026-07-14T05:18:14.830Z Compiling find-msvc-tools v0.1.9
5192026-07-14T05:18:15.104Z Compiling equivalent v1.0.2
5202026-07-14T05:18:15.168Z Compiling shlex v2.0.1
5212026-07-14T05:18:15.215Z Compiling errno v0.3.14
5222026-07-14T05:18:15.332Z Compiling hashbrown v0.17.1
5232026-07-14T05:18:15.344Z Compiling bytes v1.12.1
5242026-07-14T05:18:15.415Z Compiling signal-hook-registry v1.4.8
5252026-07-14T05:18:15.457Z Compiling jobserver v0.1.35
5262026-07-14T05:18:15.593Z Compiling mio v1.2.2
5272026-07-14T05:18:15.704Z Compiling cc v1.2.67
5282026-07-14T05:18:15.807Z Compiling syn v2.0.118
5292026-07-14T05:18:15.852Z Compiling rustix v1.1.4
5302026-07-14T05:18:16.118Z Compiling futures-sink v0.3.32
5312026-07-14T05:18:16.211Z Compiling socket2 v0.6.5
5322026-07-14T05:18:16.254Z Compiling slab v0.4.12
5332026-07-14T05:18:16.434Z Compiling zmij v1.0.23
5342026-07-14T05:18:16.468Z Compiling futures-channel v0.3.32
5352026-07-14T05:18:16.497Z Compiling tracing-core v0.1.36
5362026-07-14T05:18:16.786Z Compiling version_check v0.9.5
5372026-07-14T05:18:16.860Z Compiling serde_json v1.0.150
5382026-07-14T05:18:17.112Z Compiling indexmap v2.14.0
5392026-07-14T05:18:17.200Z Compiling getrandom v0.4.3
5402026-07-14T05:18:17.204Z Compiling futures-task v0.3.32
5412026-07-14T05:18:17.302Z Compiling futures-io v0.3.32
5422026-07-14T05:18:17.407Z Compiling percent-encoding v2.3.2
5432026-07-14T05:18:17.558Z Compiling camino v1.2.4
5442026-07-14T05:18:17.570Z Compiling unicode-width v0.2.2
5452026-07-14T05:18:17.863Z Compiling ring v0.17.14
5462026-07-14T05:18:17.913Z Compiling http v1.4.2
5472026-07-14T05:18:17.927Z Compiling adler2 v2.0.1
5482026-07-14T05:18:18.011Z Compiling zeroize v1.9.0
5492026-07-14T05:18:18.073Z Compiling autocfg v1.5.1
5502026-07-14T05:18:18.111Z Compiling simd-adler32 v0.3.9
5512026-07-14T05:18:18.471Z Compiling num-traits v0.2.19
5522026-07-14T05:18:18.758Z Compiling miniz_oxide v0.8.9
5532026-07-14T05:18:18.873Z Compiling getrandom v0.3.4
5542026-07-14T05:18:18.962Z Compiling zerocopy v0.8.54
5552026-07-14T05:18:19.135Z Compiling object v0.37.3
5562026-07-14T05:18:19.275Z Compiling target-lexicon v0.13.5
5572026-07-14T05:18:19.509Z Compiling http-body v1.1.0
5582026-07-14T05:18:19.703Z Compiling rustls-pki-types v1.15.0
5592026-07-14T05:18:19.737Z Compiling form_urlencoded v1.2.2
5602026-07-14T05:18:19.896Z Compiling semver v1.0.28
5612026-07-14T05:18:20.008Z Compiling serde_derive v1.0.228
5622026-07-14T05:18:20.064Z Compiling tokio-macros v2.7.0
5632026-07-14T05:18:20.213Z Compiling futures-macro v0.3.32
5642026-07-14T05:18:20.487Z Compiling tracing-attributes v0.1.31
5652026-07-14T05:18:20.694Z Compiling getrandom v0.2.17
5662026-07-14T05:18:20.707Z Compiling untrusted v0.9.0
5672026-07-14T05:18:20.755Z Compiling owo-colors v4.3.0
5682026-07-14T05:18:20.855Z Compiling guppy-workspace-hack v0.1.0
5692026-07-14T05:18:20.915Z Compiling idna_adapter v1.0.0
5702026-07-14T05:18:20.949Z Compiling tokio v1.52.3
5712026-07-14T05:18:21.031Z Compiling fnv v1.0.7
5722026-07-14T05:18:21.122Z Compiling thiserror v2.0.18
5732026-07-14T05:18:21.145Z Compiling gimli v0.32.3
5742026-07-14T05:18:21.157Z Compiling utf8_iter v1.0.4
5752026-07-14T05:18:21.187Z Compiling futures-util v0.3.32
5762026-07-14T05:18:21.346Z Compiling httparse v1.10.1
5772026-07-14T05:18:21.536Z Compiling signal-hook v0.3.18
5782026-07-14T05:18:21.852Z Compiling idna v1.1.0
5792026-07-14T05:18:21.905Z Compiling tracing v0.1.44
5802026-07-14T05:18:22.110Z Compiling thiserror-impl v2.0.18
5812026-07-14T05:18:23.526Z Compiling addr2line v0.25.1
5822026-07-14T05:18:24.050Z Compiling generic-array v0.14.7
5832026-07-14T05:18:24.104Z Compiling typeid v1.0.3
5842026-07-14T05:18:24.257Z Compiling atomic-waker v1.1.2
5852026-07-14T05:18:24.327Z Compiling pkg-config v0.3.33
5862026-07-14T05:18:24.406Z Compiling fastrand v2.4.1
5872026-07-14T05:18:24.423Z Compiling tower-service v0.3.3
5882026-07-14T05:18:24.461Z Compiling rustc-demangle v0.1.28
5892026-07-14T05:18:24.527Z Compiling try-lock v0.2.5
5902026-07-14T05:18:24.665Z Compiling thiserror v1.0.69
5912026-07-14T05:18:24.791Z Compiling rustls v0.23.42
5922026-07-14T05:18:24.855Z Compiling target-spec v3.6.0
5932026-07-14T05:18:25.089Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5942026-07-14T05:18:25.223Z Compiling want v0.3.1
5952026-07-14T05:18:25.258Z Compiling tempfile v3.27.0
5962026-07-14T05:18:25.559Z Compiling cfg-expr v0.20.8
5972026-07-14T05:18:25.641Z Compiling tokio-util v0.7.18
5982026-07-14T05:18:25.674Z Compiling url v2.5.8
5992026-07-14T05:18:26.322Z Compiling h2 v0.4.15
6002026-07-14T05:18:27.459Z Compiling backtrace v0.3.76
6012026-07-14T05:18:27.810Z Compiling thiserror-impl v1.0.69
6022026-07-14T05:18:27.894Z Compiling terminal_size v0.4.4
6032026-07-14T05:18:28.062Z Compiling rustls-webpki v0.103.13
6042026-07-14T05:18:28.076Z Compiling aho-corasick v1.1.4
6052026-07-14T05:18:28.598Z Compiling typenum v1.20.1
6062026-07-14T05:18:29.176Z Compiling erased-serde v0.4.10
6072026-07-14T05:18:29.410Z Compiling regex-syntax v0.8.11
6082026-07-14T05:18:29.537Z Compiling subtle v2.6.1
6092026-07-14T05:18:29.724Z Compiling winnow v0.7.15
6102026-07-14T05:18:31.471Z Compiling regex-automata v0.4.15
6112026-07-14T05:18:32.683Z Compiling hyper v1.10.1
6122026-07-14T05:18:34.697Z Compiling toml_datetime v0.6.11
6132026-07-14T05:18:35.143Z Compiling serde_spanned v0.6.9
6142026-07-14T05:18:35.336Z Compiling ahash v0.8.12
6152026-07-14T05:18:35.648Z Compiling sync_wrapper v1.0.2
6162026-07-14T05:18:35.785Z Compiling parking_lot_core v0.9.12
6172026-07-14T05:18:36.125Z Compiling base64 v0.22.1
6182026-07-14T05:18:36.389Z Compiling nextest-workspace-hack v0.1.0
6192026-07-14T05:18:36.662Z Compiling unicode-linebreak v0.1.5
6202026-07-14T05:18:36.702Z Compiling either v1.16.0
6212026-07-14T05:18:36.978Z Compiling ipnet v2.12.0
6222026-07-14T05:18:36.992Z Compiling foldhash v0.1.5
6232026-07-14T05:18:37.225Z Compiling lazy_static v1.5.0
6242026-07-14T05:18:37.254Z Compiling tower-layer v0.3.3
6252026-07-14T05:18:37.350Z Compiling toml_write v0.1.2
6262026-07-14T05:18:37.502Z Compiling unicode-segmentation v1.13.3
6272026-07-14T05:18:37.647Z Compiling portable-atomic v1.13.1
6282026-07-14T05:18:37.770Z Compiling crc32fast v1.5.0
6292026-07-14T05:18:37.981Z Compiling is_ci v1.2.0
6302026-07-14T05:18:38.182Z Compiling supports-color v3.0.2
6312026-07-14T05:18:38.245Z Compiling convert_case v0.10.0
6322026-07-14T05:18:38.258Z Compiling toml_edit v0.22.27
6332026-07-14T05:18:38.377Z Compiling tower v0.5.3
6342026-07-14T05:18:38.462Z Compiling sharded-slab v0.1.7
6352026-07-14T05:18:38.531Z Compiling hyper-util v0.1.20
6362026-07-14T05:18:38.554Z Compiling hashbrown v0.15.5
6372026-07-14T05:18:39.085Z Compiling textwrap v0.16.2
6382026-07-14T05:18:39.320Z Compiling tokio-rustls v0.26.4
6392026-07-14T05:18:39.643Z Compiling backtrace-ext v0.2.1
6402026-07-14T05:18:39.955Z Compiling ordered-float v2.10.1
6412026-07-14T05:18:40.066Z Compiling webpki-roots v1.0.8
6422026-07-14T05:18:40.203Z Compiling miette-derive v7.6.0
6432026-07-14T05:18:40.293Z Compiling pathdiff v0.2.3
6442026-07-14T05:18:40.452Z Compiling console v0.15.11
6452026-07-14T05:18:40.857Z Compiling tracing-log v0.2.0
6462026-07-14T05:18:41.294Z Compiling cargo-platform v0.3.3
6472026-07-14T05:18:41.594Z Compiling os_pipe v1.2.3
6482026-07-14T05:18:41.800Z Compiling thread_local v1.1.10
6492026-07-14T05:18:41.814Z Compiling scopeguard v1.2.0
6502026-07-14T05:18:41.936Z Compiling pulldown-cmark v0.13.4
6512026-07-14T05:18:41.987Z Compiling fixedbitset v0.5.7
6522026-07-14T05:18:42.101Z Compiling supports-hyperlinks v3.2.0
6532026-07-14T05:18:42.213Z Compiling unicode-width v0.1.14
6542026-07-14T05:18:42.235Z Compiling utf8parse v0.2.2
6552026-07-14T05:18:42.364Z Compiling ryu v1.0.23
6562026-07-14T05:18:42.590Z Compiling zstd-safe v7.2.4
6572026-07-14T05:18:42.605Z Compiling cfg_aliases v0.2.1
6582026-07-14T05:18:42.686Z Compiling rustix v0.38.44
6592026-07-14T05:18:42.716Z Compiling winnow v1.0.4
6602026-07-14T05:18:42.787Z Compiling debug-ignore v1.0.5
6612026-07-14T05:18:42.900Z Compiling supports-unicode v3.0.0
6622026-07-14T05:18:42.970Z Compiling nix v0.30.1
6632026-07-14T05:18:43.128Z Compiling miette v7.6.0
6642026-07-14T05:18:43.222Z Compiling serde_urlencoded v0.7.1
6652026-07-14T05:18:43.446Z Compiling anstyle-parse v1.0.0
6662026-07-14T05:18:43.562Z Compiling petgraph v0.8.3
6672026-07-14T05:18:43.730Z Compiling tracing-subscriber v0.3.23
6682026-07-14T05:18:44.529Z Compiling toml_parser v1.1.2+spec-1.1.0
6692026-07-14T05:18:45.314Z Compiling lock_api v0.4.14
6702026-07-14T05:18:45.645Z Compiling sigchld v0.2.4
6712026-07-14T05:18:45.879Z Compiling cargo_metadata v0.23.1
6722026-07-14T05:18:45.924Z Compiling serde-value v0.7.0
6732026-07-14T05:18:46.172Z Compiling toml v0.8.23
6742026-07-14T05:18:46.880Z Compiling hyper-rustls v0.27.9
6752026-07-14T05:18:47.689Z Compiling serde-untagged v0.1.9
6762026-07-14T05:18:48.186Z Compiling tower-http v0.6.11
6772026-07-14T05:18:48.201Z Compiling derive_more-impl v2.1.1
6782026-07-14T05:18:49.173Z Compiling itertools v0.14.0
6792026-07-14T05:18:49.261Z Compiling regex v1.13.0
6802026-07-14T05:18:49.406Z Compiling block-buffer v0.10.4
6812026-07-14T05:18:49.581Z Compiling crypto-common v0.1.7
6822026-07-14T05:18:49.624Z Compiling ppv-lite86 v0.2.21
6832026-07-14T05:18:49.744Z Compiling rand_core v0.9.5
6842026-07-14T05:18:49.972Z Compiling futures-executor v0.3.32
6852026-07-14T05:18:50.005Z Compiling pin-project-internal v1.1.13
6862026-07-14T05:18:50.038Z Compiling http-body-util v0.1.4
6872026-07-14T05:18:50.388Z Compiling uuid v1.23.5
6882026-07-14T05:18:50.641Z Compiling smol_str v0.3.6
6892026-07-14T05:18:50.974Z Compiling serde_spanned v1.1.1
6902026-07-14T05:18:51.018Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-07-14T05:18:51.041Z Compiling filetime v0.2.29
6922026-07-14T05:18:51.051Z Compiling vte v0.14.1
6932026-07-14T05:18:51.144Z Compiling bstr v1.12.3
6942026-07-14T05:18:51.280Z Compiling nested v0.1.1
6952026-07-14T05:18:51.295Z Compiling iana-time-zone v0.1.65
6962026-07-14T05:18:51.312Z Compiling static_assertions v1.1.0
6972026-07-14T05:18:51.514Z Compiling litrs v1.0.0
6982026-07-14T05:18:51.528Z Compiling xattr v1.6.1
6992026-07-14T05:18:51.713Z Compiling anstyle v1.0.14
7002026-07-14T05:18:51.746Z Compiling unicase v2.9.0
7012026-07-14T05:18:51.969Z Compiling self_update v0.42.0
7022026-07-14T05:18:51.999Z Compiling colorchoice v1.0.5
7032026-07-14T05:18:52.035Z Compiling unicode-xid v0.2.6
7042026-07-14T05:18:52.050Z Compiling tinyvec_macros v0.1.1
7052026-07-14T05:18:52.066Z Compiling color-spantrace v0.3.0
7062026-07-14T05:18:52.127Z Compiling anstyle-query v1.1.5
7072026-07-14T05:18:52.140Z Compiling eyre v0.6.12
7082026-07-14T05:18:52.194Z Compiling is_terminal_polyfill v1.70.2
7092026-07-14T05:18:52.248Z Compiling number_prefix v0.4.0
7102026-07-14T05:18:52.295Z Compiling anstream v1.0.0
7112026-07-14T05:18:52.309Z Compiling cargo-util-schemas v0.2.0
7122026-07-14T05:18:52.418Z Compiling indicatif v0.17.11
7132026-07-14T05:18:52.495Z Compiling tinyvec v1.12.0
7142026-07-14T05:18:52.834Z Compiling document-features v0.2.12
7152026-07-14T05:18:52.919Z Compiling tar v0.4.46
7162026-07-14T05:18:53.011Z Compiling globset v0.4.18
7172026-07-14T05:18:53.521Z Compiling guppy v0.17.26
7182026-07-14T05:18:53.868Z Compiling chrono v0.4.45
7192026-07-14T05:18:54.920Z Compiling pin-project v1.1.13
7202026-07-14T05:18:55.043Z Compiling toml v1.1.2+spec-1.1.0
7212026-07-14T05:18:55.308Z Compiling strip-ansi-escapes v0.2.1
7222026-07-14T05:18:55.899Z Compiling nextest-metadata v0.12.2
7232026-07-14T05:18:56.044Z Compiling newtype-uuid v1.3.2
7242026-07-14T05:18:56.273Z Compiling reqwest v0.12.28
7252026-07-14T05:18:56.324Z Compiling futures v0.3.32
7262026-07-14T05:18:56.427Z Compiling rand_chacha v0.9.0
7272026-07-14T05:18:57.038Z Compiling digest v0.10.7
7282026-07-14T05:18:57.099Z Compiling derive_more v2.1.1
7292026-07-14T05:18:57.195Z Compiling flate2 v1.1.9
7302026-07-14T05:18:57.299Z Compiling parking_lot v0.12.5
7312026-07-14T05:18:57.842Z Compiling shared_child v1.1.1
7322026-07-14T05:18:57.985Z Compiling tracing-error v0.2.1
7332026-07-14T05:18:58.417Z Compiling signal-hook-mio v0.2.5
7342026-07-14T05:18:58.578Z Compiling self-replace v1.5.0
7352026-07-14T05:18:58.686Z Compiling cargo-platform v0.2.0
7362026-07-14T05:18:58.913Z Compiling quick-xml v0.37.5
7372026-07-14T05:18:58.927Z Compiling quick-xml v0.38.4
7382026-07-14T05:18:59.369Z Compiling strsim v0.11.1
7392026-07-14T05:18:59.879Z Compiling humantime v2.4.0
7402026-07-14T05:19:00.382Z Compiling urlencoding v2.1.3
7412026-07-14T05:19:00.398Z Compiling heck v0.5.0
7422026-07-14T05:19:00.638Z Compiling clap_lex v1.1.0
7432026-07-14T05:19:00.770Z Compiling recursion v0.5.4
7442026-07-14T05:19:00.929Z Compiling shell-words v1.1.1
7452026-07-14T05:19:00.943Z Compiling indenter v0.3.4
7462026-07-14T05:19:01.073Z Compiling cpufeatures v0.2.17
7472026-07-14T05:19:01.162Z Compiling clap_builder v4.6.0
7482026-07-14T05:19:01.244Z Compiling sha2 v0.10.9
7492026-07-14T05:19:01.276Z Compiling clap_derive v4.6.1
7502026-07-14T05:19:01.715Z Compiling nextest-filtering v0.15.0
7512026-07-14T05:19:02.747Z Compiling humantime-serde v1.1.1
7522026-07-14T05:19:02.937Z Compiling quick-junit v0.5.2
7532026-07-14T05:19:03.399Z Compiling atomicwrites v0.4.4
7542026-07-14T05:19:03.740Z Compiling cargo_metadata v0.20.0
7552026-07-14T05:19:06.611Z Compiling cargo-nextest v0.9.97
7562026-07-14T05:19:06.769Z Compiling crossterm v0.29.0
7572026-07-14T05:19:07.830Z Compiling zstd v0.13.3
7582026-07-14T05:19:08.351Z Compiling duct v0.13.7
7592026-07-14T05:19:08.596Z Compiling rand v0.9.5
7602026-07-14T05:19:09.507Z Compiling async-scoped v0.9.0
7612026-07-14T05:19:09.738Z Compiling config v0.15.25
7622026-07-14T05:19:10.088Z Compiling unicode-normalization v0.1.25
7632026-07-14T05:19:10.175Z Compiling target-spec-miette v0.4.8
7642026-07-14T05:19:10.330Z Compiling future-queue v0.4.0
7652026-07-14T05:19:10.490Z Compiling mukti-metadata v0.3.0
7662026-07-14T05:19:10.678Z Compiling tokio-stream v0.1.18
7672026-07-14T05:19:10.700Z Compiling camino-tempfile v1.4.1
7682026-07-14T05:19:10.703Z Compiling derive-where v1.6.1
7692026-07-14T05:19:10.802Z Compiling serde_ignored v0.1.14
7702026-07-14T05:19:11.065Z Compiling serde_path_to_error v0.1.20
7712026-07-14T05:19:11.089Z Compiling xxhash-rust v0.8.16
7722026-07-14T05:19:11.219Z Compiling home v0.5.12
7732026-07-14T05:19:11.299Z Compiling indent_write v2.2.0
7742026-07-14T05:19:11.416Z Compiling hex v0.4.3
7752026-07-14T05:19:11.453Z Compiling swrite v0.1.0
7762026-07-14T05:19:11.474Z Compiling color-eyre v0.6.5
7772026-07-14T05:19:11.603Z Compiling clap v4.6.1
7782026-07-14T05:19:11.615Z Compiling dialoguer v0.11.0
7792026-07-14T05:19:11.701Z Compiling enable-ansi-support v0.2.1
7802026-07-14T05:19:12.210Z Compiling nextest-runner v0.80.0
7812026-07-14T05:19:33.814Z Finished `release` profile [optimized] target(s) in 1m 23s
7822026-07-14T05:19:34.020Z Installing /home/build/.cargo/bin/cargo-nextest
7832026-07-14T05:19:34.023Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7842026-07-14T05:19:34.156Z+ pushd bgp
7852026-07-14T05:19:34.159Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7862026-07-14T05:19:34.159Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7872026-07-14T05:19:34.342Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-07-14T05:19:34.948ZFrom https://github.com/oxidecomputer/falcon
7892026-07-14T05:19:34.948Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7902026-07-14T05:19:35.042Z Updating crates.io index
7912026-07-14T05:19:35.047Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-07-14T05:19:35.509ZFrom https://github.com/oxidecomputer/dendrite
7932026-07-14T05:19:35.509Z * [new ref] f9fba02fd5351f468b15bda21d83d6dedae90818 -> refs/commit/f9fba02fd5351f468b15bda21d83d6dedae90818
7942026-07-14T05:19:35.512Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-07-14T05:19:35.749ZFrom https://github.com/oxidecomputer/ispf
7962026-07-14T05:19:35.749Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7972026-07-14T05:19:35.760Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-07-14T05:19:36.140ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-07-14T05:19:36.140Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8002026-07-14T05:19:36.154Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-07-14T05:19:43.198ZFrom https://github.com/oxidecomputer/omicron
8022026-07-14T05:19:43.198Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8032026-07-14T05:19:43.698Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-07-14T05:19:44.788ZFrom https://github.com/oxidecomputer/opte
8052026-07-14T05:19:44.789Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8062026-07-14T05:19:44.825Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072026-07-14T05:19:45.072ZFrom https://github.com/oxidecomputer/slog-error-chain
8082026-07-14T05:19:45.072Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8092026-07-14T05:19:45.086Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-07-14T05:19:45.348ZFrom https://github.com/illumos/smf-rs
8112026-07-14T05:19:45.348Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-07-14T05:19:45.410Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8132026-07-14T05:19:45.618ZFrom https://github.com/oxidecomputer/network-interface
8142026-07-14T05:19:45.618Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8152026-07-14T05:19:45.626Z Updating git repository `https://github.com/oxidecomputer/zone`
8162026-07-14T05:19:45.914ZFrom https://github.com/oxidecomputer/zone
8172026-07-14T05:19:45.914Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8182026-07-14T05:19:45.923Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-07-14T05:19:46.571ZFrom https://github.com/oxidecomputer/propolis
8202026-07-14T05:19:46.571Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-07-14T05:19:46.627Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-07-14T05:19:47.131ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-07-14T05:19:47.131Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8242026-07-14T05:19:47.144Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-07-14T05:19:47.428ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-07-14T05:19:47.428Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8272026-07-14T05:19:47.436Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-07-14T05:19:47.694ZFrom https://github.com/jmesmon/rust-libzfs
8292026-07-14T05:19:47.694Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-07-14T05:19:47.704Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-07-14T05:19:47.978ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-07-14T05:19:47.978Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-07-14T05:19:47.987Z Updating git repository `https://github.com/oxidecomputer/lldp`
8342026-07-14T05:19:48.305ZFrom https://github.com/oxidecomputer/lldp
8352026-07-14T05:19:48.305Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8362026-07-14T05:19:48.319Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8372026-07-14T05:19:48.603ZFrom https://github.com/oxidecomputer/tufaceous
8382026-07-14T05:19:48.603Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8392026-07-14T05:19:48.624Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-07-14T05:19:49.109ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-07-14T05:19:49.109Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8422026-07-14T05:19:49.126Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-07-14T05:19:50.063ZFrom https://github.com/oxidecomputer/crucible
8442026-07-14T05:19:50.063Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8452026-07-14T05:19:50.120Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-07-14T05:19:50.418ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-07-14T05:19:50.418Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-07-14T05:19:50.433Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-07-14T05:19:50.899ZFrom https://github.com/oxidecomputer/propolis
8502026-07-14T05:19:50.899Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8512026-07-14T05:19:50.923Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-07-14T05:19:51.503ZFrom https://github.com/oxidecomputer/crucible
8532026-07-14T05:19:51.503Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8542026-07-14T05:19:51.559Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-07-14T05:19:51.897ZFrom https://github.com/oxidecomputer/tofino
8562026-07-14T05:19:51.897Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8572026-07-14T05:19:51.909Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-07-14T05:19:52.573ZFrom https://github.com/oxidecomputer/maghemite
8592026-07-14T05:19:52.573Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8602026-07-14T05:19:52.611Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-07-14T05:19:52.894ZFrom https://github.com/oxidecomputer/clickward
8622026-07-14T05:19:52.894Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-07-14T05:19:52.903Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-07-14T05:19:53.302ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-07-14T05:19:53.302Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-07-14T05:19:54.257Z Downloading crates ...
8672026-07-14T05:19:54.368Z Downloaded base16ct v0.2.0
8682026-07-14T05:19:54.371Z Downloaded aead v0.5.2
8692026-07-14T05:19:54.371Z Downloaded bs58 v0.5.1
8702026-07-14T05:19:54.377Z Downloaded crucible-workspace-hack v0.1.0
8712026-07-14T05:19:54.382Z Downloaded bit-set v0.8.0
8722026-07-14T05:19:54.385Z Downloaded git-stub v1.0.0
8732026-07-14T05:19:54.388Z Downloaded foreign-types-shared v0.3.1
8742026-07-14T05:19:54.388Z Downloaded foreign-types-macros v0.2.3
8752026-07-14T05:19:54.391Z Downloaded dyn-clone v1.0.20
8762026-07-14T05:19:54.391Z Downloaded cstr-argument v0.1.2
8772026-07-14T05:19:54.394Z Downloaded foreign-types v0.5.0
8782026-07-14T05:19:54.394Z Downloaded dropshot-api-manager-types v0.7.2
8792026-07-14T05:19:54.397Z Downloaded bitflags v1.3.2
8802026-07-14T05:19:54.400Z Downloaded match_cfg v0.1.0
8812026-07-14T05:19:54.403Z Downloaded heck v0.4.1
8822026-07-14T05:19:54.403Z Downloaded hubpack v0.1.2
8832026-07-14T05:19:54.403Z Downloaded constant_time_eq v0.4.2
8842026-07-14T05:19:54.406Z Downloaded block-buffer v0.12.0
8852026-07-14T05:19:54.406Z Downloaded bit-vec v0.8.0
8862026-07-14T05:19:54.409Z Downloaded hubpack_derive v0.1.1
8872026-07-14T05:19:54.409Z Downloaded fs_extra v1.3.0
8882026-07-14T05:19:54.412Z Downloaded embedded-io v0.6.1
8892026-07-14T05:19:54.415Z Downloaded http-body v1.0.1
8902026-07-14T05:19:54.415Z Downloaded hash32 v0.3.1
8912026-07-14T05:19:54.418Z Downloaded fxhash v0.2.1
8922026-07-14T05:19:54.418Z Downloaded bcs v0.1.6
8932026-07-14T05:19:54.421Z Downloaded argon2 v0.5.3
8942026-07-14T05:19:54.421Z Downloaded ciborium-ll v0.2.2
8952026-07-14T05:19:54.424Z Downloaded hostname v0.4.2
8962026-07-14T05:19:54.424Z Downloaded fixedbitset v0.4.2
8972026-07-14T05:19:54.427Z Downloaded gethostname v0.5.0
8982026-07-14T05:19:54.430Z Downloaded litemap v0.8.2
8992026-07-14T05:19:54.433Z Downloaded enum-as-inner v0.6.1
9002026-07-14T05:19:54.433Z Downloaded humantime v2.3.0
9012026-07-14T05:19:54.438Z Downloaded highway v1.3.0
9022026-07-14T05:19:54.439Z Downloaded httpdate v1.0.3
9032026-07-14T05:19:54.442Z Downloaded defmt v0.3.100
9042026-07-14T05:19:54.442Z Downloaded const-random-macro v0.1.16
9052026-07-14T05:19:54.442Z Downloaded foldhash v0.2.0
9062026-07-14T05:19:54.442Z Downloaded defmt-parser v1.0.0
9072026-07-14T05:19:54.442Z Downloaded ciborium-io v0.2.2
9082026-07-14T05:19:54.445Z Downloaded crypto-common v0.2.2
9092026-07-14T05:19:54.445Z Downloaded ff v0.13.1
9102026-07-14T05:19:54.448Z Downloaded darling_macro v0.23.0
9112026-07-14T05:19:54.448Z Downloaded fs-err v3.3.0
9122026-07-14T05:19:54.448Z Downloaded colored v3.1.1
9132026-07-14T05:19:54.452Z Downloaded group v0.13.0
9142026-07-14T05:19:54.455Z Downloaded bytecount v0.6.9
9152026-07-14T05:19:54.455Z Downloaded deranged v0.5.8
9162026-07-14T05:19:54.455Z Downloaded memmap v0.7.0
9172026-07-14T05:19:54.458Z Downloaded num-derive v0.4.2
9182026-07-14T05:19:54.458Z Downloaded drift v0.2.0
9192026-07-14T05:19:54.465Z Downloaded dtrace-parser v0.2.0
9202026-07-14T05:19:54.468Z Downloaded git-stub-vcs v0.1.0
9212026-07-14T05:19:54.468Z Downloaded dof v0.3.0
9222026-07-14T05:19:54.470Z Downloaded newline-converter v0.3.0
9232026-07-14T05:19:54.470Z Downloaded managed v0.8.0
9242026-07-14T05:19:54.473Z Downloaded arrayref v0.3.9
9252026-07-14T05:19:54.473Z Downloaded compression-core v0.4.32
9262026-07-14T05:19:54.473Z Downloaded cipher v0.4.4
9272026-07-14T05:19:54.476Z Downloaded cmake v0.1.58
9282026-07-14T05:19:54.476Z Downloaded dtrace-parser v0.3.0
9292026-07-14T05:19:54.479Z Downloaded crunchy v0.2.4
9302026-07-14T05:19:54.479Z Downloaded hostname v0.3.1
9312026-07-14T05:19:54.479Z Downloaded float-ord v0.3.2
9322026-07-14T05:19:54.482Z Downloaded embedded-io v0.4.0
9332026-07-14T05:19:54.482Z Downloaded crc8 v0.1.1
9342026-07-14T05:19:54.482Z Downloaded glob v0.3.3
9352026-07-14T05:19:54.485Z Downloaded memoffset v0.9.1
9362026-07-14T05:19:54.485Z Downloaded dunce v1.0.5
9372026-07-14T05:19:54.491Z Downloaded natord v1.0.9
9382026-07-14T05:19:54.491Z Downloaded linked-hash-map v0.5.6
9392026-07-14T05:19:54.491Z Downloaded libscf-sys v1.2.0
9402026-07-14T05:19:54.494Z Downloaded inout v0.1.4
9412026-07-14T05:19:54.494Z Downloaded darling_macro v0.21.3
9422026-07-14T05:19:54.494Z Downloaded convert_case v0.4.0
9432026-07-14T05:19:54.494Z Downloaded async-stream-impl v0.3.6
9442026-07-14T05:19:54.494Z Downloaded erased-serde v0.3.31
9452026-07-14T05:19:54.494Z Downloaded async-recursion v1.1.1
9462026-07-14T05:19:54.497Z Downloaded macaddr v1.0.1
9472026-07-14T05:19:54.499Z Downloaded num-iter v0.1.45
9482026-07-14T05:19:54.499Z Downloaded num-conv v0.2.2
9492026-07-14T05:19:54.502Z Downloaded is-terminal v0.4.17
9502026-07-14T05:19:54.502Z Downloaded newtype_derive v0.1.6
9512026-07-14T05:19:54.502Z Downloaded newtype-uuid-macros v0.1.0
9522026-07-14T05:19:54.505Z Downloaded num v0.4.3
9532026-07-14T05:19:54.505Z Downloaded chacha20 v0.9.1
9542026-07-14T05:19:54.508Z Downloaded csv-core v0.1.13
9552026-07-14T05:19:54.508Z Downloaded konst_macro_rules v0.2.19
9562026-07-14T05:19:54.511Z Downloaded internet-checksum v0.2.1
9572026-07-14T05:19:54.511Z Downloaded ident_case v1.0.1
9582026-07-14T05:19:54.511Z Downloaded dof v0.4.0
9592026-07-14T05:19:54.511Z Downloaded lru-cache v0.1.2
9602026-07-14T05:19:54.514Z Downloaded no-std-compat v0.4.1
9612026-07-14T05:19:54.514Z Downloaded hmac v0.12.1
9622026-07-14T05:19:54.517Z Downloaded olpc-cjson v0.1.4
9632026-07-14T05:19:54.517Z Downloaded num_threads v0.1.7
9642026-07-14T05:19:54.517Z Downloaded idna_adapter v1.2.2
9652026-07-14T05:19:54.520Z Downloaded const-oid v0.10.2
9662026-07-14T05:19:54.523Z Downloaded ciborium v0.2.2
9672026-07-14T05:19:54.523Z Downloaded num_enum_derive v0.5.11
9682026-07-14T05:19:54.526Z Downloaded bitflags v2.12.1
9692026-07-14T05:19:54.528Z Downloaded mime v0.3.17
9702026-07-14T05:19:54.529Z Downloaded opaque-debug v0.3.1
9712026-07-14T05:19:54.531Z Downloaded omicron-workspace-hack v0.1.0
9722026-07-14T05:19:54.531Z Downloaded data-encoding v2.11.0
9732026-07-14T05:19:54.531Z Downloaded cargo_toml v0.22.3
9742026-07-14T05:19:54.534Z Downloaded byte-wrapper v0.1.0
9752026-07-14T05:19:54.534Z Downloaded potential_utf v0.1.5
9762026-07-14T05:19:54.537Z Downloaded parse-display v0.10.0
9772026-07-14T05:19:54.537Z Downloaded byteorder v1.5.0
9782026-07-14T05:19:54.538Z Downloaded phf_shared v0.12.1
9792026-07-14T05:19:54.541Z Downloaded const-random v0.1.18
9802026-07-14T05:19:54.541Z Downloaded derive-ex v0.1.8
9812026-07-14T05:19:54.544Z Downloaded crossbeam-deque v0.8.6
9822026-07-14T05:19:54.544Z Downloaded plain v0.2.3
9832026-07-14T05:19:54.544Z Downloaded compression-codecs v0.4.38
9842026-07-14T05:19:54.547Z Downloaded async-stream v0.3.6
9852026-07-14T05:19:54.550Z Downloaded libsw v3.5.0
9862026-07-14T05:19:54.550Z Downloaded ipnetwork v0.21.1
9872026-07-14T05:19:54.553Z Downloaded ingot-types v0.1.2
9882026-07-14T05:19:54.553Z Downloaded digest v0.11.3
9892026-07-14T05:19:54.556Z Downloaded critical-section v1.2.0
9902026-07-14T05:19:54.556Z Downloaded multer v3.1.0
9912026-07-14T05:19:54.559Z Downloaded instant v0.1.13
9922026-07-14T05:19:54.562Z Downloaded defmt-macros v1.1.0
9932026-07-14T05:19:54.562Z Downloaded async-trait v0.1.89
9942026-07-14T05:19:54.565Z Downloaded keccak v0.1.6
9952026-07-14T05:19:54.568Z Downloaded pretty-hex v0.4.2
9962026-07-14T05:19:54.568Z Downloaded proc-macro-crate v1.3.1
9972026-07-14T05:19:54.568Z Downloaded linear-map v1.2.0
9982026-07-14T05:19:54.571Z Downloaded jobserver v0.1.34
9992026-07-14T05:19:54.574Z Downloaded proc-macro-error-attr2 v2.0.0
10002026-07-14T05:19:54.574Z Downloaded hybrid-array v0.4.12
10012026-07-14T05:19:54.576Z Downloaded num-integer v0.1.46
10022026-07-14T05:19:54.577Z Downloaded ingot v0.1.1
10032026-07-14T05:19:54.577Z Downloaded proc-macro-error-attr v1.0.4
10042026-07-14T05:19:54.579Z Downloaded proc-macro-crate v3.5.0
10052026-07-14T05:19:54.579Z Downloaded console v0.16.3
10062026-07-14T05:19:54.582Z Downloaded getrandom v0.4.2
10072026-07-14T05:19:54.585Z Downloaded progenitor-client v0.10.0
10082026-07-14T05:19:54.585Z Downloaded progenitor-macro v0.10.0
10092026-07-14T05:19:54.588Z Downloaded num-complex v0.4.6
10102026-07-14T05:19:54.588Z Downloaded arrayvec v0.7.6
10112026-07-14T05:19:54.590Z Downloaded num_enum v0.5.11
10122026-07-14T05:19:54.593Z Downloaded progenitor-macro v0.13.0
10132026-07-14T05:19:54.596Z Downloaded progenitor-client v0.14.0
10142026-07-14T05:19:54.596Z Downloaded poly1305 v0.8.0
10152026-07-14T05:19:54.599Z Downloaded oxide-tokio-rt v0.1.6
10162026-07-14T05:19:54.599Z Downloaded parking_lot_core v0.8.6
10172026-07-14T05:19:54.602Z Downloaded progenitor-macro v0.14.0
10182026-07-14T05:19:54.602Z Downloaded password-hash v0.5.0
10192026-07-14T05:19:54.605Z Downloaded quick-error v1.2.3
10202026-07-14T05:19:54.605Z Downloaded powerfmt v0.2.0
10212026-07-14T05:19:54.605Z Downloaded pem v3.0.6
10222026-07-14T05:19:54.608Z Downloaded ref-cast v1.0.25
10232026-07-14T05:19:54.611Z Downloaded rand_xorshift v0.4.0
10242026-07-14T05:19:54.611Z Downloaded rand_chacha v0.3.1
10252026-07-14T05:19:54.613Z Downloaded paste v1.0.15
10262026-07-14T05:19:54.613Z Downloaded ref-cast-impl v1.0.25
10272026-07-14T05:19:54.616Z Downloaded oxnet v0.1.6
10282026-07-14T05:19:54.616Z Downloaded half v2.7.1
10292026-07-14T05:19:54.619Z Downloaded darling v0.23.0
10302026-07-14T05:19:54.622Z Downloaded cancel-safe-futures v0.1.5
10312026-07-14T05:19:54.625Z Downloaded defmt v1.1.0
10322026-07-14T05:19:54.628Z Downloaded crossbeam-utils v0.8.21
10332026-07-14T05:19:54.631Z Downloaded daft-derive v0.1.7
10342026-07-14T05:19:54.635Z Downloaded diff v0.1.13
10352026-07-14T05:19:54.638Z Downloaded libsw-core v0.3.2
10362026-07-14T05:19:54.638Z Downloaded ingot-macros v0.1.1
10372026-07-14T05:19:54.641Z Downloaded rustc_version v0.1.7
10382026-07-14T05:19:54.641Z Downloaded memmap2 v0.9.10
10392026-07-14T05:19:54.641Z Downloaded same-file v1.0.6
10402026-07-14T05:19:54.644Z Downloaded scroll_derive v0.13.1
10412026-07-14T05:19:54.644Z Downloaded progenitor v0.10.0
10422026-07-14T05:19:54.647Z Downloaded proc-macro-error v1.0.4
10432026-07-14T05:19:54.647Z Downloaded anyhow v1.0.103
10442026-07-14T05:19:54.650Z Downloaded progenitor v0.14.0
10452026-07-14T05:19:54.653Z Downloaded elliptic-curve v0.13.8
10462026-07-14T05:19:54.656Z Downloaded progenitor-client v0.13.0
10472026-07-14T05:19:54.656Z Downloaded dropshot_endpoint v0.17.1
10482026-07-14T05:19:54.659Z Downloaded quote v1.0.45
10492026-07-14T05:19:54.663Z Downloaded progenitor-extras v0.2.0
10502026-07-14T05:19:54.663Z Downloaded allocator-api2 v0.2.21
10512026-07-14T05:19:54.666Z Downloaded sha1 v0.11.0
10522026-07-14T05:19:54.666Z Downloaded siphasher v1.0.3
10532026-07-14T05:19:54.666Z Downloaded sigpipe v0.1.3
10542026-07-14T05:19:54.669Z Downloaded serde_plain v1.0.2
10552026-07-14T05:19:54.669Z Downloaded serial_test v3.5.0
10562026-07-14T05:19:54.672Z Downloaded sha1 v0.10.6
10572026-07-14T05:19:54.672Z Downloaded icu_provider v2.2.0
10582026-07-14T05:19:54.677Z Downloaded serial_test_derive v3.5.0
10592026-07-14T05:19:54.677Z Downloaded pest_derive v2.8.6
10602026-07-14T05:19:54.680Z Downloaded phf v0.12.1
10612026-07-14T05:19:54.680Z Downloaded parking_lot v0.11.2
10622026-07-14T05:19:54.680Z Downloaded rustc-hash v2.1.2
10632026-07-14T05:19:54.680Z Downloaded serde_repr v0.1.20
10642026-07-14T05:19:54.683Z Downloaded resolv-conf v0.7.6
10652026-07-14T05:19:54.683Z Downloaded serde-big-array v0.5.1
10662026-07-14T05:19:54.686Z Downloaded semver v0.1.20
10672026-07-14T05:19:54.686Z Downloaded slog-bunyan v2.5.0
10682026-07-14T05:19:54.689Z Downloaded secrecy v0.10.3
10692026-07-14T05:19:54.689Z Downloaded scroll_derive v0.12.1
10702026-07-14T05:19:54.689Z Downloaded heapless v0.8.0
10712026-07-14T05:19:54.692Z Downloaded smawk v0.3.2
10722026-07-14T05:19:54.695Z Downloaded slog-envlogger v2.2.0
10732026-07-14T05:19:54.695Z Downloaded backon v1.6.0
10742026-07-14T05:19:54.698Z Downloaded rusty-fork v0.3.1
10752026-07-14T05:19:54.698Z Downloaded rustls-pemfile v2.2.0
10762026-07-14T05:19:54.701Z Downloaded rustls-native-certs v0.8.4
10772026-07-14T05:19:54.701Z Downloaded port-file v0.1.0
10782026-07-14T05:19:54.704Z Downloaded darling v0.21.3
10792026-07-14T05:19:54.709Z Downloaded indexmap v1.9.3
10802026-07-14T05:19:54.712Z Downloaded log v0.4.32
10812026-07-14T05:19:54.712Z Downloaded crossbeam-epoch v0.9.18
10822026-07-14T05:19:54.715Z Downloaded progenitor v0.13.0
10832026-07-14T05:19:54.715Z Downloaded icu_properties v2.2.0
10842026-07-14T05:19:54.719Z Downloaded rustversion v1.0.22
10852026-07-14T05:19:54.722Z Downloaded tabled_derive v0.11.0
10862026-07-14T05:19:54.722Z Downloaded darling_core v0.21.3
10872026-07-14T05:19:54.724Z Downloaded strum v0.27.2
10882026-07-14T05:19:54.727Z Downloaded arc-swap v1.9.1
10892026-07-14T05:19:54.730Z Downloaded strum v0.26.3
10902026-07-14T05:19:54.730Z Downloaded stable_deref_trait v1.2.1
10912026-07-14T05:19:54.730Z Downloaded derive_more v0.99.20
10922026-07-14T05:19:54.733Z Downloaded termtree v0.5.1
10932026-07-14T05:19:54.736Z Downloaded quinn-udp v0.5.14
10942026-07-14T05:19:54.740Z Downloaded testing_table v0.3.0
10952026-07-14T05:19:54.740Z Downloaded serde_tokenstream v0.2.3
10962026-07-14T05:19:54.740Z Downloaded bytes v1.11.1
10972026-07-14T05:19:54.743Z Downloaded serde_derive_internals v0.29.1
10982026-07-14T05:19:54.743Z Downloaded icu_locale_core v2.2.0
10992026-07-14T05:19:54.747Z Downloaded take_mut v0.2.2
11002026-07-14T05:19:54.750Z Downloaded pest_generator v2.8.6
11012026-07-14T05:19:54.750Z Downloaded papergrid v0.11.0
11022026-07-14T05:19:54.753Z Downloaded tabled_derive v0.7.0
11032026-07-14T05:19:54.755Z Downloaded rhai_codegen v3.2.0
11042026-07-14T05:19:54.759Z Downloaded smf v0.2.3
11052026-07-14T05:19:54.761Z Downloaded smartstring v1.0.1
11062026-07-14T05:19:54.761Z Downloaded slog-dtrace v0.3.0
11072026-07-14T05:19:54.764Z Downloaded time-core v0.1.8
11082026-07-14T05:19:54.764Z Downloaded thread-id v5.1.0
11092026-07-14T05:19:54.767Z Downloaded thiserror-impl-no-std v2.0.2
11102026-07-14T05:19:54.767Z Downloaded thread-id v4.2.2
11112026-07-14T05:19:54.767Z Downloaded scroll v0.13.0
11122026-07-14T05:19:54.770Z Downloaded universal-hash v0.5.1
11132026-07-14T05:19:54.770Z Downloaded postcard v1.1.3
11142026-07-14T05:19:54.773Z Downloaded untrusted v0.7.1
11152026-07-14T05:19:54.773Z Downloaded icu_collections v2.2.0
11162026-07-14T05:19:54.776Z Downloaded icu_normalizer_data v2.2.0
11172026-07-14T05:19:54.780Z Downloaded slog-term v2.9.2
11182026-07-14T05:19:54.783Z Downloaded konst v0.2.20
11192026-07-14T05:19:54.783Z Downloaded slog-stdlog v4.1.1
11202026-07-14T05:19:54.786Z Downloaded chacha20poly1305 v0.10.1
11212026-07-14T05:19:54.786Z Downloaded slog-scope v4.4.1
11222026-07-14T05:19:54.789Z Downloaded slog-json v2.6.1
11232026-07-14T05:19:54.789Z Downloaded rustls-pki-types v1.14.1
11242026-07-14T05:19:54.791Z Downloaded papergrid v0.18.0
11252026-07-14T05:19:54.794Z Downloaded topological-sort v0.2.2
11262026-07-14T05:19:54.794Z Downloaded structmeta v0.3.0
11272026-07-14T05:19:54.798Z Downloaded usdt-attr-macro v0.5.0
11282026-07-14T05:19:54.799Z Downloaded usdt v0.6.0
11292026-07-14T05:19:54.799Z Downloaded usdt v0.5.0
11302026-07-14T05:19:54.801Z Downloaded unarray v0.1.4
11312026-07-14T05:19:54.801Z Downloaded unit-prefix v0.5.2
11322026-07-14T05:19:54.801Z Downloaded utf-8 v0.7.6
11332026-07-14T05:19:54.801Z Downloaded typify-macro v0.6.2
11342026-07-14T05:19:54.801Z Downloaded spin v0.5.2
11352026-07-14T05:19:54.804Z Downloaded indicatif v0.18.4
11362026-07-14T05:19:54.807Z Downloaded strum_macros v0.27.2
11372026-07-14T05:19:54.807Z Downloaded usdt-macro v0.6.0
11382026-07-14T05:19:54.810Z Downloaded usdt-macro v0.5.0
11392026-07-14T05:19:54.811Z Downloaded hickory-resolver v0.24.4
11402026-07-14T05:19:55.817Z Downloaded synstructure v0.13.2
11412026-07-14T05:19:55.817Z Downloaded typify-macro v0.4.3
11422026-07-14T05:19:55.817Z Downloaded progenitor-impl v0.14.0
11432026-07-14T05:19:55.821Z Downloaded waitgroup v0.1.2
11442026-07-14T05:19:55.821Z Downloaded wait-timeout v0.2.1
11452026-07-14T05:19:55.821Z Downloaded progenitor-impl v0.10.0
11462026-07-14T05:19:55.821Z Downloaded progenitor-impl v0.13.0
11472026-07-14T05:19:55.821Z Downloaded scroll v0.12.0
11482026-07-14T05:19:55.821Z Downloaded snafu-derive v0.8.9
11492026-07-14T05:19:55.821Z Downloaded tinystr v0.8.3
11502026-07-14T05:19:55.821Z Downloaded proc-macro-error2 v2.0.1
11512026-07-14T05:19:55.821Z Downloaded omicron-zone-package v0.12.3
11522026-07-14T05:19:55.821Z Downloaded tagptr v0.2.0
11532026-07-14T05:19:55.821Z Downloaded tabwriter v1.4.1
11542026-07-14T05:19:55.821Z Downloaded structmeta-derive v0.3.0
11552026-07-14T05:19:55.821Z Downloaded thiserror-no-std v2.0.2
11562026-07-14T05:19:55.821Z Downloaded schemars_derive v0.8.22
11572026-07-14T05:19:55.821Z Downloaded base64 v0.21.7
11582026-07-14T05:19:55.821Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-07-14T05:19:55.821Z Downloaded thread_local v1.1.9
11602026-07-14T05:19:55.822Z Downloaded slog-async v2.8.0
11612026-07-14T05:19:55.822Z Downloaded tiny-keccak v2.0.2
11622026-07-14T05:19:55.822Z Downloaded tokio-dtrace v0.1.1
11632026-07-14T05:19:55.822Z Downloaded zone_cfg_derive v0.3.1
11642026-07-14T05:19:55.822Z Downloaded time-macros v0.2.27
11652026-07-14T05:19:55.822Z Downloaded yoke-derive v0.8.2
11662026-07-14T05:19:55.822Z Downloaded daft v0.1.7
11672026-07-14T05:19:55.822Z Downloaded smallvec v1.15.1
11682026-07-14T05:19:55.822Z Downloaded zeroize_derive v1.4.3
11692026-07-14T05:19:55.822Z Downloaded zerofrom-derive v0.1.7
11702026-07-14T05:19:55.822Z Downloaded zerofrom v0.1.8
11712026-07-14T05:19:55.822Z Downloaded cookie v0.18.1
11722026-07-14T05:19:55.822Z Downloaded parse-display-derive v0.10.0
11732026-07-14T05:19:55.822Z Downloaded num_enum_derive v0.7.6
11742026-07-14T05:19:55.822Z Downloaded icu_normalizer v2.2.0
11752026-07-14T05:19:55.822Z Downloaded const_format v0.2.36
11762026-07-14T05:19:55.822Z Downloaded pretty_assertions v1.4.1
11772026-07-14T05:19:55.822Z Downloaded darling_core v0.23.0
11782026-07-14T05:19:55.822Z Downloaded strum_macros v0.26.4
11792026-07-14T05:19:55.822Z Downloaded usdt-impl v0.5.0
11802026-07-14T05:19:55.822Z Downloaded hashbrown v0.12.3
11812026-07-14T05:19:55.822Z Downloaded mio v1.2.1
11822026-07-14T05:19:55.822Z Downloaded vsss-rs v3.3.4
11832026-07-14T05:19:55.822Z Downloaded xz2 v0.1.7
11842026-07-14T05:19:55.822Z Downloaded rustls-platform-verifier v0.7.0
11852026-07-14T05:19:55.822Z Downloaded serde_yaml v0.9.34+deprecated
11862026-07-14T05:19:55.822Z Downloaded usdt-attr-macro v0.6.0
11872026-07-14T05:19:55.822Z Downloaded openssl-sys v0.9.116
11882026-07-14T05:19:55.822Z Downloaded serde_with_macros v3.20.0
11892026-07-14T05:19:55.822Z Downloaded whoami v1.6.1
11902026-07-14T05:19:55.822Z Downloaded tokio-tungstenite v0.21.0
11912026-07-14T05:19:55.822Z Downloaded slog v2.8.2
11922026-07-14T05:19:55.822Z Downloaded rayon-core v1.13.0
11932026-07-14T05:19:55.822Z Downloaded pest_meta v2.8.6
11942026-07-14T05:19:55.822Z Downloaded cc v1.2.63
11952026-07-14T05:19:55.823Z Downloaded zone v0.3.1
11962026-07-14T05:19:55.823Z Downloaded zmij v1.0.21
11972026-07-14T05:19:55.823Z Downloaded zerovec-derive v0.11.3
11982026-07-14T05:19:55.823Z Downloaded thin-vec v0.2.18
11992026-07-14T05:19:55.823Z Downloaded similar v2.7.0
12002026-07-14T05:19:55.823Z Downloaded writeable v0.6.3
12012026-07-14T05:19:55.823Z Downloaded minimal-lexical v0.2.1
12022026-07-14T05:19:55.823Z Downloaded schemars v0.9.0
12032026-07-14T05:19:55.823Z Downloaded yoke v0.8.3
12042026-07-14T05:19:55.823Z Downloaded zeroize v1.8.2
12052026-07-14T05:19:55.823Z Downloaded async-compression v0.4.42
12062026-07-14T05:19:55.823Z Downloaded ucd-trie v0.1.7
12072026-07-14T05:19:55.823Z Downloaded usdt-impl v0.6.0
12082026-07-14T05:19:55.823Z Downloaded expectorate v1.2.0
12092026-07-14T05:19:55.823Z Downloaded typify v0.4.3
12102026-07-14T05:19:55.823Z Downloaded toml v0.9.12+spec-1.1.0
12112026-07-14T05:19:55.823Z Downloaded walkdir v2.5.0
12122026-07-14T05:19:55.823Z Downloaded term v1.2.1
12132026-07-14T05:19:55.823Z Downloaded qorb v0.4.1
12142026-07-14T05:19:55.823Z Downloaded jiff-static v0.2.28
12152026-07-14T05:19:55.823Z Downloaded test-strategy v0.4.5
12162026-07-14T05:19:55.823Z Downloaded prettyplease v0.2.37
12172026-07-14T05:19:55.823Z Downloaded unsafe-libyaml v0.2.11
12182026-07-14T05:19:55.823Z Downloaded toml v0.7.8
12192026-07-14T05:19:55.823Z Downloaded zerocopy-derive v0.7.35
12202026-07-14T05:19:55.823Z Downloaded typify v0.6.2
12212026-07-14T05:19:55.823Z Downloaded tinyvec v1.11.0
12222026-07-14T05:19:55.823Z Downloaded quinn v0.11.9
12232026-07-14T05:19:55.823Z Downloaded rand v0.8.6
12242026-07-14T05:19:55.823Z Downloaded hashbrown v0.16.1
12252026-07-14T05:19:55.823Z Downloaded snafu v0.8.9
12262026-07-14T05:19:55.823Z Downloaded memchr v2.8.1
12272026-07-14T05:19:55.823Z Downloaded nom v7.1.3
12282026-07-14T05:19:55.823Z Downloaded rand v0.9.4
12292026-07-14T05:19:55.823Z Downloaded toml_edit v0.25.12+spec-1.1.0
12302026-07-14T05:19:55.823Z Downloaded tungstenite v0.21.0
12312026-07-14T05:19:55.823Z Downloaded pest v2.8.6
12322026-07-14T05:19:55.823Z Downloaded schemars v1.2.1
12332026-07-14T05:19:55.824Z Downloaded toml_edit v0.19.15
12342026-07-14T05:19:55.824Z Downloaded yansi v1.0.1
12352026-07-14T05:19:55.824Z Downloaded hkdf v0.12.4
12362026-07-14T05:19:55.824Z Downloaded nom v8.0.0
12372026-07-14T05:19:55.824Z Downloaded steno v0.4.1
12382026-07-14T05:19:55.824Z Downloaded dropshot-api-manager v0.7.2
12392026-07-14T05:19:55.824Z Downloaded zerocopy-derive v0.8.50
12402026-07-14T05:19:55.824Z Downloaded itertools v0.12.1
12412026-07-14T05:19:55.824Z Downloaded hickory-resolver v0.25.2
12422026-07-14T05:19:55.824Z Downloaded spin v0.9.8
12432026-07-14T05:19:55.829Z Downloaded schemars v0.8.22
12442026-07-14T05:19:55.829Z Downloaded zerotrie v0.2.4
12452026-07-14T05:19:55.829Z Downloaded ron v0.12.1
12462026-07-14T05:19:55.829Z Downloaded libm v0.2.16
12472026-07-14T05:19:55.829Z Downloaded icu_properties_data v2.2.0
12482026-07-14T05:19:55.829Z Downloaded h2 v0.4.14
12492026-07-14T05:19:55.829Z Downloaded crypto-bigint v0.5.5
12502026-07-14T05:19:55.829Z Downloaded crossbeam-channel v0.5.15
12512026-07-14T05:19:55.829Z Downloaded itertools v0.15.0
12522026-07-14T05:19:55.829Z Downloaded num_enum v0.7.6
12532026-07-14T05:19:55.829Z Downloaded reqwest v0.13.4
12542026-07-14T05:19:55.829Z Downloaded rayon v1.12.0
12552026-07-14T05:19:55.829Z Downloaded typed-path v0.9.3
12562026-07-14T05:19:55.829Z Downloaded iddqd v0.4.5
12572026-07-14T05:19:55.829Z Downloaded goblin v0.8.2
12582026-07-14T05:19:55.829Z Downloaded blake3 v1.8.5
12592026-07-14T05:19:55.829Z Downloaded tough v0.22.0
12602026-07-14T05:19:55.829Z Downloaded regex v1.12.3
12612026-07-14T05:19:55.829Z Downloaded zerovec v0.11.6
12622026-07-14T05:19:55.830Z Downloaded num-rational v0.4.2
12632026-07-14T05:19:55.830Z Downloaded chacha20 v0.10.0
12642026-07-14T05:19:55.830Z Downloaded blake2 v0.10.6
12652026-07-14T05:19:55.830Z Downloaded displaydoc v0.2.6
12662026-07-14T05:19:55.830Z Downloaded const_format_proc_macros v0.2.34
12672026-07-14T05:19:55.830Z Downloaded zerocopy v0.7.35
12682026-07-14T05:19:55.830Z Downloaded winnow v0.5.40
12692026-07-14T05:19:55.830Z Downloaded moka v0.12.15
12702026-07-14T05:19:55.830Z Downloaded backoff v0.4.0
12712026-07-14T05:19:55.830Z Downloaded base16ct v1.0.0
12722026-07-14T05:19:55.830Z Downloaded cobs v0.3.0
12732026-07-14T05:19:55.830Z Downloaded proptest v1.11.0
12742026-07-14T05:19:55.830Z Downloaded goblin v0.10.7
12752026-07-14T05:19:55.830Z Downloaded aws-lc-rs v1.17.0
12762026-07-14T05:19:55.830Z Downloaded winnow v1.0.3
12772026-07-14T05:19:55.830Z Downloaded quinn-proto v0.11.14
12782026-07-14T05:19:55.830Z Downloaded tabled v0.21.0
12792026-07-14T05:19:55.830Z Downloaded tabled v0.15.0
12802026-07-14T05:19:55.830Z Downloaded serde_with v3.20.0
12812026-07-14T05:19:55.830Z Downloaded webpki-roots v1.0.7
12822026-07-14T05:19:55.830Z Downloaded syn v1.0.109
12832026-07-14T05:19:55.830Z Downloaded time v0.3.47
12842026-07-14T05:19:55.830Z Downloaded openssl v0.10.80
12852026-07-14T05:19:55.830Z Downloaded bstr v1.12.1
12862026-07-14T05:19:55.830Z Downloaded syn v2.0.117
12872026-07-14T05:19:55.830Z Downloaded zerocopy v0.8.50
12882026-07-14T05:19:55.830Z Downloaded regress v0.10.5
12892026-07-14T05:19:55.830Z Downloaded regex-syntax v0.8.10
12902026-07-14T05:19:55.830Z Downloaded dropshot v0.17.1
12912026-07-14T05:19:55.830Z Downloaded rhai v1.25.1
12922026-07-14T05:19:55.830Z Downloaded rustls v0.23.40
12932026-07-14T05:19:55.830Z Downloaded regress v0.11.1
12942026-07-14T05:19:55.830Z Downloaded openapiv3 v2.2.0
12952026-07-14T05:19:55.830Z Downloaded hickory-proto v0.25.2
12962026-07-14T05:19:55.830Z Downloaded hickory-proto v0.24.4
12972026-07-14T05:19:55.830Z Downloaded sled v0.34.7
12982026-07-14T05:19:55.831Z Downloaded smoltcp v0.11.0
12992026-07-14T05:19:55.831Z Downloaded nix v0.31.3
13002026-07-14T05:19:55.831Z Downloaded typify-impl v0.6.2
13012026-07-14T05:19:55.831Z Downloaded typify-impl v0.4.3
13022026-07-14T05:19:55.831Z Downloaded regex-automata v0.4.14
13032026-07-14T05:19:55.831Z Downloaded chrono-tz v0.10.4
13042026-07-14T05:19:55.831Z Downloaded petgraph v0.6.5
13052026-07-14T05:19:55.831Z Downloaded csv v1.4.0
13062026-07-14T05:19:55.831Z Downloaded lzma-sys v0.1.20
13072026-07-14T05:19:55.831Z Downloaded jiff v0.2.28
13082026-07-14T05:19:55.831Z Downloaded sha3 v0.10.9
13092026-07-14T05:19:55.831Z Downloaded encoding_rs v0.8.35
13102026-07-14T05:19:56.087Z Downloaded aws-lc-sys v0.41.0
13112026-07-14T05:19:57.145Z Compiling proc-macro2 v1.0.106
13122026-07-14T05:19:57.145Z Compiling quote v1.0.45
13132026-07-14T05:19:57.145Z Compiling unicode-ident v1.0.24
13142026-07-14T05:19:57.149Z Compiling serde_core v1.0.228
13152026-07-14T05:19:57.149Z Compiling cfg-if v1.0.4
13162026-07-14T05:19:57.149Z Compiling serde v1.0.228
13172026-07-14T05:19:57.149Z Compiling libc v0.2.186
13182026-07-14T05:19:57.149Z Compiling memchr v2.8.1
13192026-07-14T05:19:57.373Z Compiling itoa v1.0.18
13202026-07-14T05:19:57.585Z Compiling zmij v1.0.21
13212026-07-14T05:19:57.652Z Compiling autocfg v1.5.1
13222026-07-14T05:19:57.695Z Compiling libm v0.2.16
13232026-07-14T05:19:58.057Z Compiling stable_deref_trait v1.2.1
13242026-07-14T05:19:58.080Z Compiling writeable v0.6.3
13252026-07-14T05:19:58.134Z Compiling litemap v0.8.2
13262026-07-14T05:19:58.251Z Compiling utf8_iter v1.0.4
13272026-07-14T05:19:58.283Z Compiling icu_normalizer_data v2.2.0
13282026-07-14T05:19:58.303Z Compiling percent-encoding v2.3.2
13292026-07-14T05:19:58.332Z Compiling icu_properties_data v2.2.0
13302026-07-14T05:19:58.348Z Compiling iana-time-zone v0.1.65
13312026-07-14T05:19:58.524Z Compiling version_check v0.9.5
13322026-07-14T05:19:58.586Z Compiling equivalent v1.0.2
13332026-07-14T05:19:58.599Z Compiling syn v2.0.117
13342026-07-14T05:19:58.677Z Compiling form_urlencoded v1.2.2
13352026-07-14T05:19:58.743Z Compiling serde_json v1.0.150
13362026-07-14T05:19:58.800Z Compiling pin-project-lite v0.2.17
13372026-07-14T05:19:58.810Z Compiling dyn-clone v1.0.20
13382026-07-14T05:19:58.846Z Compiling parking_lot_core v0.9.12
13392026-07-14T05:19:58.876Z Compiling scopeguard v1.2.0
13402026-07-14T05:19:58.926Z Compiling num-traits v0.2.19
13412026-07-14T05:19:58.979Z Compiling lock_api v0.4.14
13422026-07-14T05:19:58.990Z Compiling hashbrown v0.17.1
13432026-07-14T05:19:59.021Z Compiling thiserror v2.0.18
13442026-07-14T05:19:59.185Z Compiling errno v0.3.14
13452026-07-14T05:19:59.245Z Compiling log v0.4.32
13462026-07-14T05:19:59.354Z Compiling rand_core v0.10.1
13472026-07-14T05:19:59.440Z Compiling futures-core v0.3.32
13482026-07-14T05:19:59.453Z Compiling getrandom v0.4.2
13492026-07-14T05:19:59.518Z Compiling zerocopy v0.8.50
13502026-07-14T05:19:59.606Z Compiling heck v0.5.0
13512026-07-14T05:19:59.628Z Compiling semver v1.0.28
13522026-07-14T05:19:59.772Z Compiling indexmap v2.14.0
13532026-07-14T05:20:00.050Z Compiling uuid v1.23.5
13542026-07-14T05:20:00.089Z Compiling futures-sink v0.3.32
13552026-07-14T05:20:00.119Z Compiling schemars v0.8.22
13562026-07-14T05:20:00.151Z Compiling slab v0.4.12
13572026-07-14T05:20:00.201Z Compiling jobserver v0.1.34
13582026-07-14T05:20:00.352Z Compiling fnv v1.0.7
13592026-07-14T05:20:00.431Z Compiling shlex v2.0.1
13602026-07-14T05:20:00.462Z Compiling find-msvc-tools v0.1.9
13612026-07-14T05:20:00.579Z Compiling rustversion v1.0.22
13622026-07-14T05:20:00.582Z Compiling futures-channel v0.3.32
13632026-07-14T05:20:00.599Z Compiling bitflags v2.12.1
13642026-07-14T05:20:00.648Z Compiling cc v1.2.63
13652026-07-14T05:20:00.740Z Compiling futures-task v0.3.32
13662026-07-14T05:20:00.854Z Compiling futures-io v0.3.32
13672026-07-14T05:20:00.890Z Compiling portable-atomic v1.13.1
13682026-07-14T05:20:00.949Z Compiling socket2 v0.6.5
13692026-07-14T05:20:01.046Z Compiling signal-hook-registry v1.4.8
13702026-07-14T05:20:01.065Z Compiling mio v1.2.1
13712026-07-14T05:20:01.395Z Compiling critical-section v1.2.0
13722026-07-14T05:20:01.407Z Compiling dunce v1.0.5
13732026-07-14T05:20:01.503Z Compiling typenum v1.20.1
13742026-07-14T05:20:01.514Z Compiling fs_extra v1.3.0
13752026-07-14T05:20:01.525Z Compiling base64 v0.22.1
13762026-07-14T05:20:01.677Z Compiling cmake v0.1.58
13772026-07-14T05:20:01.768Z Compiling getrandom v0.3.4
13782026-07-14T05:20:01.818Z Compiling slog v2.8.2
13792026-07-14T05:20:01.932Z Compiling synstructure v0.13.2
13802026-07-14T05:20:02.107Z Compiling serde_derive_internals v0.29.1
13812026-07-14T05:20:02.119Z Compiling once_cell v1.21.4
13822026-07-14T05:20:02.129Z Compiling subtle v2.6.1
13832026-07-14T05:20:02.196Z Compiling strsim v0.11.1
13842026-07-14T05:20:02.235Z Compiling aws-lc-sys v0.41.0
13852026-07-14T05:20:02.314Z Compiling byteorder v1.5.0
13862026-07-14T05:20:02.360Z Compiling rustix v1.1.4
13872026-07-14T05:20:02.494Z Compiling regex-syntax v0.8.10
13882026-07-14T05:20:02.542Z Compiling httparse v1.10.1
13892026-07-14T05:20:02.601Z Compiling ipnet v2.12.0
13902026-07-14T05:20:02.686Z Compiling atomic-waker v1.1.2
13912026-07-14T05:20:02.827Z Compiling tower-service v0.3.3
13922026-07-14T05:20:02.938Z Compiling tower-layer v0.3.3
13932026-07-14T05:20:02.991Z Compiling getrandom v0.2.17
13942026-07-14T05:20:03.050Z Compiling ucd-trie v0.1.7
13952026-07-14T05:20:03.109Z Compiling untrusted v0.9.0
13962026-07-14T05:20:03.203Z Compiling try-lock v0.2.5
13972026-07-14T05:20:03.215Z Compiling ryu v1.0.23
13982026-07-14T05:20:03.256Z Compiling thiserror v1.0.69
13992026-07-14T05:20:03.319Z Compiling want v0.3.1
14002026-07-14T05:20:03.360Z Compiling pest v2.8.6
14012026-07-14T05:20:03.373Z Compiling rand_core v0.6.4
14022026-07-14T05:20:03.413Z Compiling serde_derive v1.0.228
14032026-07-14T05:20:03.427Z Compiling zerofrom-derive v0.1.7
14042026-07-14T05:20:03.517Z Compiling yoke-derive v0.8.2
14052026-07-14T05:20:03.632Z Compiling zerovec-derive v0.11.3
14062026-07-14T05:20:03.638Z Compiling displaydoc v0.2.6
14072026-07-14T05:20:04.539Z Compiling schemars_derive v0.8.22
14082026-07-14T05:20:04.759Z Compiling thiserror-impl v2.0.18
14092026-07-14T05:20:04.827Z Compiling zerofrom v0.1.8
14102026-07-14T05:20:04.830Z Compiling tokio-macros v2.7.0
14112026-07-14T05:20:04.895Z Compiling zerocopy-derive v0.8.50
14122026-07-14T05:20:04.965Z Compiling yoke v0.8.3
14132026-07-14T05:20:05.221Z Compiling zerovec v0.11.6
14142026-07-14T05:20:05.580Z Compiling zerotrie v0.2.4
14152026-07-14T05:20:05.785Z Compiling tinystr v0.8.3
14162026-07-14T05:20:05.849Z Compiling potential_utf v0.1.5
14172026-07-14T05:20:05.934Z Compiling zeroize_derive v1.4.3
14182026-07-14T05:20:06.025Z Compiling icu_locale_core v2.2.0
14192026-07-14T05:20:06.037Z Compiling icu_collections v2.2.0
14202026-07-14T05:20:06.049Z Compiling futures-macro v0.3.32
14212026-07-14T05:20:06.594Z Compiling thiserror-impl v1.0.69
14222026-07-14T05:20:06.629Z Compiling httpdate v1.0.3
14232026-07-14T05:20:06.730Z Compiling zeroize v1.8.2
14242026-07-14T05:20:06.923Z Compiling icu_provider v2.2.0
14252026-07-14T05:20:06.974Z Compiling pest_meta v2.8.6
14262026-07-14T05:20:07.036Z Compiling futures-util v0.3.32
14272026-07-14T05:20:07.214Z Compiling bytes v1.11.1
14282026-07-14T05:20:07.305Z Compiling smallvec v1.15.1
14292026-07-14T05:20:07.305Z Compiling icu_properties v2.2.0
14302026-07-14T05:20:07.576Z Compiling icu_normalizer v2.2.0
14312026-07-14T05:20:07.966Z Compiling chrono v0.4.45
14322026-07-14T05:20:08.260Z Compiling parking_lot v0.12.5
14332026-07-14T05:20:08.328Z Compiling idna_adapter v1.2.2
14342026-07-14T05:20:08.491Z Compiling idna v1.1.0
14352026-07-14T05:20:08.503Z Compiling http v1.4.2
14362026-07-14T05:20:08.695Z Compiling tokio v1.52.3
14372026-07-14T05:20:08.734Z Compiling serde_tokenstream v0.2.3
14382026-07-14T05:20:09.061Z Compiling url v2.5.8
14392026-07-14T05:20:09.384Z Compiling erased-serde v0.3.31
14402026-07-14T05:20:09.714Z Compiling http-body v1.0.1
14412026-07-14T05:20:09.845Z Compiling ppv-lite86 v0.2.21
14422026-07-14T05:20:09.971Z Compiling pest_generator v2.8.6
14432026-07-14T05:20:10.043Z Compiling pretty-hex v0.4.2
14442026-07-14T05:20:10.147Z Compiling winnow v1.0.3
14452026-07-14T05:20:10.212Z Compiling plain v0.2.3
14462026-07-14T05:20:10.282Z Compiling foldhash v0.2.0
14472026-07-14T05:20:10.332Z Compiling allocator-api2 v0.2.21
14482026-07-14T05:20:10.428Z Compiling paste v1.0.15
14492026-07-14T05:20:10.556Z Compiling tracing-attributes v0.1.31
14502026-07-14T05:20:10.720Z Compiling ipnetwork v0.21.1
14512026-07-14T05:20:10.723Z Compiling pest_derive v2.8.6
14522026-07-14T05:20:10.825Z Compiling hashbrown v0.16.1
14532026-07-14T05:20:11.244Z Compiling oxnet v0.1.6
14542026-07-14T05:20:11.394Z Compiling tracing-core v0.1.36
14552026-07-14T05:20:11.449Z Compiling ident_case v1.0.1
14562026-07-14T05:20:11.462Z Compiling omicron-workspace-hack v0.1.0
14572026-07-14T05:20:11.583Z Compiling http-body-util v0.1.4
14582026-07-14T05:20:11.737Z Compiling serde_urlencoded v0.7.1
14592026-07-14T05:20:11.799Z Compiling aho-corasick v1.1.4
14602026-07-14T05:20:12.008Z Compiling tracing v0.1.44
14612026-07-14T05:20:12.018Z Compiling sync_wrapper v1.0.2
14622026-07-14T05:20:12.109Z Compiling daft-derive v0.1.7
14632026-07-14T05:20:12.170Z Compiling fastrand v2.4.1
14642026-07-14T05:20:12.286Z Compiling scroll_derive v0.13.1
14652026-07-14T05:20:12.477Z Compiling async-trait v0.1.89
14662026-07-14T05:20:12.992Z Compiling regex-automata v0.4.14
14672026-07-14T05:20:13.341Z Compiling tokio-util v0.7.18
14682026-07-14T05:20:13.455Z Compiling anyhow v1.0.103
14692026-07-14T05:20:13.593Z Compiling time-core v0.1.8
14702026-07-14T05:20:13.652Z Compiling aws-lc-rs v1.17.0
14712026-07-14T05:20:13.757Z Compiling powerfmt v0.2.0
14722026-07-14T05:20:13.851Z Compiling num-conv v0.2.2
14732026-07-14T05:20:14.002Z Compiling deranged v0.5.8
14742026-07-14T05:20:14.026Z Compiling time-macros v0.2.27
14752026-07-14T05:20:14.162Z Compiling scroll v0.13.0
14762026-07-14T05:20:14.280Z Compiling rustls-pki-types v1.14.1
14772026-07-14T05:20:14.478Z Compiling num_threads v0.1.7
14782026-07-14T05:20:14.590Z Compiling hex v0.4.3
14792026-07-14T05:20:14.848Z Compiling openssl-probe v0.2.1
14802026-07-14T05:20:14.888Z Compiling goblin v0.10.7
14812026-07-14T05:20:15.118Z Compiling regex v1.12.3
14822026-07-14T05:20:15.216Z Compiling untrusted v0.7.1
14832026-07-14T05:20:15.355Z Compiling camino v1.2.4
14842026-07-14T05:20:15.699Z Compiling usdt-impl v0.6.0
14852026-07-14T05:20:15.708Z Compiling crc32fast v1.5.0
14862026-07-14T05:20:15.809Z Compiling rustls v0.23.40
14872026-07-14T05:20:16.004Z Compiling h2 v0.4.14
14882026-07-14T05:20:16.077Z Compiling dtrace-parser v0.3.0
14892026-07-14T05:20:16.089Z Compiling futures-executor v0.3.32
14902026-07-14T05:20:16.448Z Compiling crossbeam-utils v0.8.21
14912026-07-14T05:20:16.656Z Compiling structmeta-derive v0.3.0
14922026-07-14T05:20:16.772Z Compiling thread-id v5.1.0
14932026-07-14T05:20:16.827Z Compiling adler2 v2.0.1
14942026-07-14T05:20:16.865Z Compiling simd-adler32 v0.3.9
14952026-07-14T05:20:17.082Z Compiling cpufeatures v0.3.0
14962026-07-14T05:20:17.096Z Compiling miniz_oxide v0.8.9
14972026-07-14T05:20:17.318Z Compiling futures v0.3.32
14982026-07-14T05:20:17.408Z Compiling rand_core v0.9.5
14992026-07-14T05:20:17.663Z Compiling darling_core v0.23.0
15002026-07-14T05:20:17.780Z Compiling newtype-uuid-macros v0.1.0
15012026-07-14T05:20:17.863Z Compiling hybrid-array v0.4.12
15022026-07-14T05:20:17.896Z Compiling structmeta v0.3.0
15032026-07-14T05:20:18.302Z Compiling dof v0.4.0
15042026-07-14T05:20:18.403Z Compiling hyper v1.10.1
15052026-07-14T05:20:18.668Z Compiling thread_local v1.1.9
15062026-07-14T05:20:18.741Z Compiling match_cfg v0.1.0
15072026-07-14T05:20:18.822Z Compiling flate2 v1.1.9
15082026-07-14T05:20:19.593Z Compiling newtype-uuid v1.3.2
15092026-07-14T05:20:19.900Z Compiling hyper-util v0.1.20
15102026-07-14T05:20:20.023Z Compiling quick-error v1.2.3
15112026-07-14T05:20:20.054Z Compiling slog-async v2.8.0
15122026-07-14T05:20:20.190Z Compiling ref-cast v1.0.25
15132026-07-14T05:20:20.194Z Compiling darling_macro v0.23.0
15142026-07-14T05:20:20.428Z Compiling compression-core v0.4.32
15152026-07-14T05:20:20.570Z Compiling compression-codecs v0.4.38
15162026-07-14T05:20:20.716Z Compiling daft v0.1.7
15172026-07-14T05:20:20.815Z Compiling usdt-macro v0.6.0
15182026-07-14T05:20:20.861Z Compiling usdt-attr-macro v0.6.0
15192026-07-14T05:20:20.892Z Compiling darling v0.23.0
15202026-07-14T05:20:20.980Z Compiling block-buffer v0.12.0
15212026-07-14T05:20:21.036Z Compiling crypto-common v0.2.2
15222026-07-14T05:20:21.164Z Compiling rand_chacha v0.9.0
15232026-07-14T05:20:21.214Z Compiling ref-cast-impl v1.0.25
15242026-07-14T05:20:21.388Z Compiling strum_macros v0.26.4
15252026-07-14T05:20:21.717Z Compiling serde_spanned v1.1.1
15262026-07-14T05:20:21.880Z Compiling generic-array v0.14.7
15272026-07-14T05:20:21.963Z Compiling multer v3.1.0
15282026-07-14T05:20:22.004Z Compiling term v1.2.1
15292026-07-14T05:20:22.150Z Compiling const-oid v0.10.2
15302026-07-14T05:20:22.158Z Compiling take_mut v0.2.2
15312026-07-14T05:20:22.194Z Compiling toml_writer v1.1.1+spec-1.1.0
15322026-07-14T05:20:22.227Z Compiling debug-ignore v1.0.5
15332026-07-14T05:20:22.264Z Compiling bit-vec v0.8.0
15342026-07-14T05:20:22.372Z Compiling digest v0.11.3
15352026-07-14T05:20:22.418Z Compiling rand v0.9.4
15362026-07-14T05:20:22.498Z Compiling bit-set v0.8.0
15372026-07-14T05:20:22.511Z Compiling serde_with_macros v3.20.0
15382026-07-14T05:20:22.533Z Compiling async-stream-impl v0.3.6
15392026-07-14T05:20:22.687Z Compiling dropshot v0.17.1
15402026-07-14T05:20:22.847Z Compiling encoding_rs v0.8.35
15412026-07-14T05:20:22.969Z Compiling unarray v0.1.4
15422026-07-14T05:20:23.107Z Compiling mime v0.3.17
15432026-07-14T05:20:23.125Z Compiling spin v0.9.8
15442026-07-14T05:20:23.317Z Compiling syn v1.0.109
15452026-07-14T05:20:23.353Z Compiling strum v0.26.3
15462026-07-14T05:20:23.433Z Compiling async-stream v0.3.6
15472026-07-14T05:20:23.511Z Compiling sha1 v0.11.0
15482026-07-14T05:20:23.633Z Compiling derive-ex v0.1.8
15492026-07-14T05:20:23.755Z Compiling tower v0.5.3
15502026-07-14T05:20:23.767Z Compiling dropshot_endpoint v0.17.1
15512026-07-14T05:20:23.802Z Compiling macaddr v1.0.1
15522026-07-14T05:20:23.864Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15532026-07-14T05:20:24.140Z Compiling waitgroup v0.1.2
15542026-07-14T05:20:24.306Z Compiling serde_path_to_error v0.1.20
15552026-07-14T05:20:24.431Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15562026-07-14T05:20:24.591Z Compiling tower-http v0.6.11
15572026-07-14T05:20:24.725Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15582026-07-14T05:20:24.838Z Compiling tempfile v3.27.0
15592026-07-14T05:20:24.932Z Compiling openapiv3 v2.2.0
15602026-07-14T05:20:25.169Z Compiling strum_macros v0.27.2
15612026-07-14T05:20:25.505Z Compiling test-strategy v0.4.5
15622026-07-14T05:20:25.837Z Compiling instant v0.1.13
15632026-07-14T05:20:25.960Z Compiling time v0.3.47
15642026-07-14T05:20:26.834Z Compiling rustls-native-certs v0.8.4
15652026-07-14T05:20:26.959Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15662026-07-14T05:20:27.137Z Compiling crossbeam-channel v0.5.15
15672026-07-14T05:20:27.232Z Compiling crypto-common v0.1.7
15682026-07-14T05:20:27.340Z Compiling strum v0.27.2
15692026-07-14T05:20:27.698Z Compiling parse-display-derive v0.10.0
15702026-07-14T05:20:27.820Z Compiling backon v1.6.0
15712026-07-14T05:20:27.925Z Compiling rand_chacha v0.3.1
15722026-07-14T05:20:28.034Z Compiling either v1.16.0
15732026-07-14T05:20:28.271Z Compiling rand v0.8.6
15742026-07-14T05:20:28.441Z Compiling slog-json v2.6.1
15752026-07-14T05:20:28.560Z Compiling hostname v0.3.1
15762026-07-14T05:20:28.714Z Compiling toml_parser v1.1.2+spec-1.1.0
15772026-07-14T05:20:29.019Z Compiling toml_datetime v1.1.1+spec-1.1.0
15782026-07-14T05:20:29.034Z Compiling is-terminal v0.4.17
15792026-07-14T05:20:29.141Z Compiling wait-timeout v0.2.1
15802026-07-14T05:20:29.265Z Compiling memmap2 v0.9.10
15812026-07-14T05:20:29.461Z Compiling usdt v0.6.0
15822026-07-14T05:20:29.491Z Compiling rusty-fork v0.3.1
15832026-07-14T05:20:29.512Z Compiling toml v1.1.2+spec-1.1.0
15842026-07-14T05:20:29.524Z Compiling slog-term v2.9.2
15852026-07-14T05:20:29.567Z Compiling slog-bunyan v2.5.0
15862026-07-14T05:20:29.902Z Compiling serde_with v3.20.0
15872026-07-14T05:20:29.911Z Compiling async-compression v0.4.42
15882026-07-14T05:20:29.966Z Compiling rand_xorshift v0.4.0
15892026-07-14T05:20:30.158Z Compiling rustls-pemfile v2.2.0
15902026-07-14T05:20:30.272Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15912026-07-14T05:20:30.309Z Compiling regress v0.10.5
15922026-07-14T05:20:30.388Z Compiling hostname v0.4.2
15932026-07-14T05:20:30.470Z Compiling humantime v2.3.0
15942026-07-14T05:20:30.546Z Compiling proptest v1.11.0
15952026-07-14T05:20:31.149Z Compiling iddqd v0.4.5
15962026-07-14T05:20:31.424Z Compiling reqwest v0.12.28
15972026-07-14T05:20:31.587Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15982026-07-14T05:20:31.872Z Compiling block-buffer v0.10.4
15992026-07-14T05:20:33.048Z Compiling utf8parse v0.2.2
16002026-07-14T05:20:33.051Z Compiling anstyle-parse v1.0.0
16012026-07-14T05:20:33.051Z Compiling digest v0.10.7
16022026-07-14T05:20:33.051Z Compiling parse-display v0.10.0
16032026-07-14T05:20:33.051Z Compiling backoff v0.4.0
16042026-07-14T05:20:33.051Z Compiling progenitor-client v0.10.0
16052026-07-14T05:20:33.051Z Compiling itertools v0.14.0
16062026-07-14T05:20:33.051Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16072026-07-14T05:20:33.051Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16082026-07-14T05:20:33.561Z Compiling anstyle v1.0.14
16092026-07-14T05:20:33.898Z Compiling is_terminal_polyfill v1.70.2
16102026-07-14T05:20:34.004Z Compiling anstyle-query v1.1.5
16112026-07-14T05:20:34.124Z Compiling colorchoice v1.0.5
16122026-07-14T05:20:34.256Z Compiling anstream v1.0.0
16132026-07-14T05:20:34.642Z Compiling clap_lex v1.1.0
16142026-07-14T05:20:34.976Z Compiling regress v0.11.1
16152026-07-14T05:20:35.033Z Compiling clap_derive v4.6.1
16162026-07-14T05:20:36.086Z Compiling terminal_size v0.4.4
16172026-07-14T05:20:36.839Z Compiling typify-impl v0.6.2
16182026-07-14T05:20:37.189Z Compiling toml_datetime v0.6.11
16192026-07-14T05:20:37.391Z Compiling zerocopy-derive v0.7.35
16202026-07-14T05:20:37.485Z Compiling cpufeatures v0.2.17
16212026-07-14T05:20:37.507Z Compiling convert_case v0.4.0
16222026-07-14T05:20:38.343Z Compiling derive_more v0.99.20
16232026-07-14T05:20:38.408Z Compiling zerocopy v0.7.35
16242026-07-14T05:20:38.513Z Compiling clap_builder v4.6.0
16252026-07-14T05:20:39.039Z Compiling toml_edit v0.25.12+spec-1.1.0
16262026-07-14T05:20:39.659Z Compiling unicode-width v0.2.2
16272026-07-14T05:20:39.915Z Compiling proc-macro-crate v3.5.0
16282026-07-14T05:20:40.449Z Compiling clap v4.6.1
16292026-07-14T05:20:40.526Z Compiling secrecy v0.10.3
16302026-07-14T05:20:40.545Z Compiling tinyvec_macros v0.1.1
16312026-07-14T05:20:40.629Z Compiling float-ord v0.3.2
16322026-07-14T05:20:40.712Z Compiling crucible-workspace-hack v0.1.0
16332026-07-14T05:20:40.854Z Compiling tinyvec v1.11.0
16342026-07-14T05:20:41.017Z Compiling num_enum_derive v0.7.6
16352026-07-14T05:20:41.541Z Compiling dtrace-parser v0.2.0
16362026-07-14T05:20:41.553Z Compiling scroll_derive v0.12.1
16372026-07-14T05:20:41.637Z Compiling num-integer v0.1.46
16382026-07-14T05:20:42.009Z Compiling rustc_version v0.4.1
16392026-07-14T05:20:42.231Z Compiling usdt-impl v0.5.0
16402026-07-14T05:20:42.323Z Compiling curve25519-dalek v4.1.3
16412026-07-14T05:20:42.395Z Compiling scroll v0.12.0
16422026-07-14T05:20:42.550Z Compiling num_enum v0.7.6
16432026-07-14T05:20:42.717Z Compiling dof v0.3.0
16442026-07-14T05:20:42.938Z Compiling hmac v0.12.1
16452026-07-14T05:20:43.058Z Compiling inout v0.1.4
16462026-07-14T05:20:43.093Z Compiling darling_core v0.21.3
16472026-07-14T05:20:43.106Z Compiling ff v0.13.1
16482026-07-14T05:20:43.177Z Compiling thread-id v4.2.2
16492026-07-14T05:20:43.216Z Compiling group v0.13.0
16502026-07-14T05:20:43.233Z Compiling cipher v0.4.4
16512026-07-14T05:20:43.264Z Compiling hkdf v0.12.4
16522026-07-14T05:20:43.848Z Compiling goblin v0.8.2
16532026-07-14T05:20:43.986Z Compiling num-rational v0.4.2
16542026-07-14T05:20:44.019Z Compiling num-iter v0.1.45
16552026-07-14T05:20:44.153Z Compiling thiserror-impl-no-std v2.0.2
16562026-07-14T05:20:44.204Z Compiling typify-macro v0.6.2
16572026-07-14T05:20:44.258Z Compiling universal-hash v0.5.1
16582026-07-14T05:20:44.284Z Compiling crypto-bigint v0.5.5
16592026-07-14T05:20:44.401Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16602026-07-14T05:20:44.792Z Compiling crossbeam-epoch v0.9.18
16612026-07-14T05:20:45.247Z Compiling half v2.7.1
16622026-07-14T05:20:45.293Z Compiling curve25519-dalek-derive v0.1.1
16632026-07-14T05:20:45.445Z Compiling num-complex v0.4.6
16642026-07-14T05:20:45.588Z Compiling darling_macro v0.21.3
16652026-07-14T05:20:45.901Z Compiling ciborium-io v0.2.2
16662026-07-14T05:20:45.904Z Compiling base16ct v0.2.0
16672026-07-14T05:20:46.011Z Compiling heck v0.4.1
16682026-07-14T05:20:46.033Z Compiling opaque-debug v0.3.1
16692026-07-14T05:20:46.096Z Compiling base64ct v1.8.3
16702026-07-14T05:20:46.111Z Compiling poly1305 v0.8.0
16712026-07-14T05:20:46.234Z Compiling elliptic-curve v0.13.8
16722026-07-14T05:20:46.284Z Compiling darling v0.21.3
16732026-07-14T05:20:46.377Z Compiling password-hash v0.5.0
16742026-07-14T05:20:46.434Z Compiling ciborium-ll v0.2.2
16752026-07-14T05:20:46.708Z Compiling typify v0.6.2
16762026-07-14T05:20:46.797Z Compiling num v0.4.3
16772026-07-14T05:20:46.878Z Compiling thiserror-no-std v2.0.2
16782026-07-14T05:20:47.434Z Compiling chacha20 v0.9.1
16792026-07-14T05:20:47.505Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16802026-07-14T05:20:47.600Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16812026-07-14T05:20:48.051Z Compiling blake2 v0.10.6
16822026-07-14T05:20:48.352Z Compiling aead v0.5.2
16832026-07-14T05:20:48.521Z Compiling byte-wrapper v0.1.0
16842026-07-14T05:20:48.533Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16852026-07-14T05:20:48.559Z Compiling proc-macro-error-attr v1.0.4
16862026-07-14T05:20:48.925Z Compiling heapless v0.8.0
16872026-07-14T05:20:48.928Z Compiling rustix v0.38.44
16882026-07-14T05:20:49.050Z Compiling keccak v0.1.6
16892026-07-14T05:20:49.286Z Compiling prettyplease v0.2.37
16902026-07-14T05:20:49.339Z Compiling unsafe-libyaml v0.2.11
16912026-07-14T05:20:49.643Z Compiling sha3 v0.10.9
16922026-07-14T05:20:49.988Z Compiling serde_yaml v0.9.34+deprecated
16932026-07-14T05:20:50.234Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16942026-07-14T05:20:50.453Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16952026-07-14T05:20:51.202Z Compiling chacha20poly1305 v0.10.1
16962026-07-14T05:20:51.350Z Compiling argon2 v0.5.3
16972026-07-14T05:20:51.475Z Compiling vsss-rs v3.3.4
16982026-07-14T05:20:51.504Z Compiling ciborium v0.2.2
16992026-07-14T05:20:51.633Z Compiling ingot-macros v0.1.1
17002026-07-14T05:20:52.072Z Compiling usdt-attr-macro v0.5.0
17012026-07-14T05:20:52.176Z Compiling usdt-macro v0.5.0
17022026-07-14T05:20:54.019Z Compiling serde_spanned v0.6.9
17032026-07-14T05:20:54.196Z Compiling enum-as-inner v0.6.1
17042026-07-14T05:20:54.209Z Compiling hash32 v0.3.1
17052026-07-14T05:20:54.387Z Compiling proc-macro-error v1.0.4
17062026-07-14T05:20:54.551Z Compiling memmap v0.7.0
17072026-07-14T05:20:54.674Z Compiling rustls-webpki v0.103.13
17082026-07-14T05:20:54.761Z Compiling memoffset v0.9.1
17092026-07-14T05:20:54.816Z Compiling data-encoding v2.11.0
17102026-07-14T05:20:54.905Z Compiling smoltcp v0.11.0
17112026-07-14T05:20:54.938Z Compiling toml_write v0.1.2
17122026-07-14T05:20:54.947Z Compiling winnow v0.5.40
17132026-07-14T05:20:55.117Z Compiling winnow v0.7.15
17142026-07-14T05:20:55.241Z Compiling static_assertions v1.1.0
17152026-07-14T05:20:55.276Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17162026-07-14T05:20:55.587Z Compiling indent_write v2.2.0
17172026-07-14T05:20:55.750Z Compiling cfg_aliases v0.2.1
17182026-07-14T05:20:55.836Z Compiling nix v0.31.3
17192026-07-14T05:20:55.980Z Compiling ingot-types v0.1.2
17202026-07-14T05:20:56.028Z Compiling usdt v0.5.0
17212026-07-14T05:20:56.340Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17222026-07-14T05:20:56.380Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17232026-07-14T05:20:56.454Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17242026-07-14T05:20:56.636Z Compiling toml_edit v0.19.15
17252026-07-14T05:20:56.713Z Compiling toml_edit v0.22.27
17262026-07-14T05:20:56.945Z Compiling tabwriter v1.4.1
17272026-07-14T05:20:57.164Z Compiling cobs v0.3.0
17282026-07-14T05:20:57.212Z Compiling serde_repr v0.1.20
17292026-07-14T05:20:57.390Z Compiling pkg-config v0.3.33
17302026-07-14T05:20:57.812Z Compiling bitflags v1.3.2
17312026-07-14T05:20:57.896Z Compiling managed v0.8.0
17322026-07-14T05:20:57.908Z Compiling vcpkg v0.2.15
17332026-07-14T05:20:57.912Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17342026-07-14T05:20:58.207Z Compiling proc-macro-crate v1.3.1
17352026-07-14T05:20:58.564Z Compiling openssl-sys v0.9.116
17362026-07-14T05:20:58.593Z Compiling toml v0.8.23
17372026-07-14T05:20:58.956Z Compiling tokio-rustls v0.26.4
17382026-07-14T05:20:59.207Z Compiling rustls-platform-verifier v0.7.0
17392026-07-14T05:20:59.282Z Compiling hyper-rustls v0.27.9
17402026-07-14T05:20:59.628Z Compiling reqwest v0.13.4
17412026-07-14T05:21:00.550Z Compiling postcard v1.1.3
17422026-07-14T05:21:01.057Z Compiling ingot v0.1.1
17432026-07-14T05:21:01.264Z Compiling progenitor-client v0.14.0
17442026-07-14T05:21:01.615Z Compiling progenitor-extras v0.2.0
17452026-07-14T05:21:02.609Z Compiling hubpack_derive v0.1.1
17462026-07-14T05:21:02.644Z Compiling foreign-types-macros v0.2.3
17472026-07-14T05:21:03.241Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17482026-07-14T05:21:03.259Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17492026-07-14T05:21:03.439Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17502026-07-14T05:21:03.520Z Compiling swrite v0.1.0
17512026-07-14T05:21:03.631Z Compiling foreign-types-shared v0.3.1
17522026-07-14T05:21:03.634Z Compiling linked-hash-map v0.5.6
17532026-07-14T05:21:03.734Z Compiling unicode-segmentation v1.13.3
17542026-07-14T05:21:03.753Z Compiling semver v0.1.20
17552026-07-14T05:21:04.061Z Compiling rayon-core v1.13.0
17562026-07-14T05:21:04.248Z Compiling resolv-conf v0.7.6
17572026-07-14T05:21:04.349Z Compiling colored v3.1.1
17582026-07-14T05:21:04.693Z Compiling newline-converter v0.3.0
17592026-07-14T05:21:04.707Z Compiling rustc_version v0.1.7
17602026-07-14T05:21:04.834Z Compiling lru-cache v0.1.2
17612026-07-14T05:21:04.901Z Compiling foreign-types v0.5.0
17622026-07-14T05:21:04.944Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17632026-07-14T05:21:05.033Z Compiling hubpack v0.1.2
17642026-07-14T05:21:05.496Z Compiling num_enum_derive v0.5.11
17652026-07-14T05:21:05.650Z Compiling atomicwrites v0.4.4
17662026-07-14T05:21:06.043Z Compiling hickory-proto v0.24.4
17672026-07-14T05:21:06.752Z Compiling progenitor-impl v0.13.0
17682026-07-14T05:21:07.126Z Compiling crossbeam-deque v0.8.6
17692026-07-14T05:21:07.357Z Compiling console v0.15.11
17702026-07-14T05:21:07.554Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17712026-07-14T05:21:08.001Z Compiling camino-tempfile v1.4.1
17722026-07-14T05:21:08.143Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17732026-07-14T05:21:08.171Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-07-14T05:21:08.293Z Compiling chacha20 v0.10.0
17752026-07-14T05:21:08.608Z Compiling serde-big-array v0.5.1
17762026-07-14T05:21:08.782Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17772026-07-14T05:21:09.422Z Compiling derive-where v1.6.1
17782026-07-14T05:21:09.986Z Compiling pin-project-internal v1.1.13
17792026-07-14T05:21:10.684Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-07-14T05:21:10.995Z Compiling num-derive v0.4.2
17812026-07-14T05:21:10.998Z Compiling cstr-argument v0.1.2
17822026-07-14T05:21:11.164Z Compiling siphasher v1.0.3
17832026-07-14T05:21:11.210Z Compiling similar v2.7.0
17842026-07-14T05:21:11.289Z Compiling minimal-lexical v0.2.1
17852026-07-14T05:21:11.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17862026-07-14T05:21:11.404Z Compiling phf_shared v0.12.1
17872026-07-14T05:21:11.595Z Compiling nom v7.1.3
17882026-07-14T05:21:11.618Z Compiling pin-project v1.1.13
17892026-07-14T05:21:11.633Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-07-14T05:21:11.733Z Compiling expectorate v1.2.0
17912026-07-14T05:21:11.802Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17922026-07-14T05:21:11.911Z Compiling progenitor-macro v0.13.0
17932026-07-14T05:21:12.160Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17942026-07-14T05:21:12.187Z Compiling rand v0.10.2
17952026-07-14T05:21:12.325Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17962026-07-14T05:21:12.466Z Compiling hickory-resolver v0.24.4
17972026-07-14T05:21:12.980Z Compiling num_enum v0.5.11
17982026-07-14T05:21:13.120Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17992026-07-14T05:21:13.172Z Compiling newtype_derive v0.1.6
18002026-07-14T05:21:13.358Z Compiling progenitor-client v0.13.0
18012026-07-14T05:21:13.588Z Compiling progenitor-impl v0.14.0
18022026-07-14T05:21:13.704Z Compiling snafu-derive v0.8.9
18032026-07-14T05:21:15.228Z Compiling unicode-normalization v0.1.25
18042026-07-14T05:21:15.530Z Compiling tokio-stream v0.1.18
18052026-07-14T05:21:15.593Z Compiling async-recursion v1.1.1
18062026-07-14T05:21:15.767Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18072026-07-14T05:21:15.796Z Compiling slog-dtrace v0.3.0
18082026-07-14T05:21:16.091Z Compiling csv-core v0.1.13
18092026-07-14T05:21:16.104Z Compiling bstr v1.12.1
18102026-07-14T05:21:16.130Z Compiling openssl v0.10.80
18112026-07-14T05:21:16.408Z Compiling highway v1.3.0
18122026-07-14T05:21:16.433Z Compiling konst_macro_rules v0.2.19
18132026-07-14T05:21:16.464Z Compiling chrono-tz v0.10.4
18142026-07-14T05:21:16.648Z Compiling cancel-safe-futures v0.1.5
18152026-07-14T05:21:16.695Z Compiling unicode-width v0.1.14
18162026-07-14T05:21:16.738Z Compiling foreign-types-shared v0.1.1
18172026-07-14T05:21:16.844Z Compiling unicode-xid v0.2.6
18182026-07-14T05:21:16.865Z Compiling owo-colors v4.3.0
18192026-07-14T05:21:16.952Z Compiling foldhash v0.1.5
18202026-07-14T05:21:16.988Z Compiling same-file v1.0.6
18212026-07-14T05:21:17.021Z Compiling const_format_proc_macros v0.2.34
18222026-07-14T05:21:17.167Z Compiling walkdir v2.5.0
18232026-07-14T05:21:17.192Z Compiling hashbrown v0.15.5
18242026-07-14T05:21:17.351Z Compiling foreign-types v0.3.2
18252026-07-14T05:21:17.460Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-07-14T05:21:17.593Z Compiling konst v0.2.20
18272026-07-14T05:21:17.722Z Compiling globset v0.4.18
18282026-07-14T05:21:17.868Z Compiling progenitor-macro v0.14.0
18292026-07-14T05:21:17.895Z Compiling csv v1.4.0
18302026-07-14T05:21:17.997Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-07-14T05:21:17.997Z Compiling progenitor v0.13.0
18322026-07-14T05:21:18.025Z Compiling qorb v0.4.1
18332026-07-14T05:21:18.163Z Compiling snafu v0.8.9
18342026-07-14T05:21:18.549Z Compiling olpc-cjson v0.1.4
18352026-07-14T05:21:18.622Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-07-14T05:21:18.742Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-07-14T05:21:20.687Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-07-14T05:21:20.767Z Compiling rayon v1.12.0
18392026-07-14T05:21:20.989Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18402026-07-14T05:21:21.349Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18412026-07-14T05:21:21.401Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-07-14T05:21:21.416Z Compiling phf v0.12.1
18432026-07-14T05:21:21.606Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-07-14T05:21:22.094Z Compiling zone_cfg_derive v0.3.1
18452026-07-14T05:21:22.700Z Compiling tokio-dtrace v0.1.1
18462026-07-14T05:21:22.915Z Compiling itertools v0.12.1
18472026-07-14T05:21:22.983Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18482026-07-14T05:21:23.019Z Compiling libsw-core v0.3.2
18492026-07-14T05:21:23.220Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-07-14T05:21:23.223Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18512026-07-14T05:21:23.687Z Compiling serde_plain v1.0.2
18522026-07-14T05:21:23.888Z Compiling openssl-macros v0.1.1
18532026-07-14T05:21:23.935Z Compiling pem v3.0.6
18542026-07-14T05:21:23.938Z Compiling cookie v0.18.1
18552026-07-14T05:21:24.239Z Compiling sigpipe v0.1.3
18562026-07-14T05:21:24.287Z Compiling jiff v0.2.28
18572026-07-14T05:21:24.341Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-07-14T05:21:24.388Z Compiling fixedbitset v0.4.2
18592026-07-14T05:21:24.401Z Compiling fixedbitset v0.5.7
18602026-07-14T05:21:24.485Z Compiling typed-path v0.9.3
18612026-07-14T05:21:24.615Z Compiling glob v0.3.3
18622026-07-14T05:21:24.627Z Compiling bytecount v0.6.9
18632026-07-14T05:21:24.659Z Compiling petgraph v0.8.3
18642026-07-14T05:21:24.786Z Compiling papergrid v0.11.0
18652026-07-14T05:21:24.821Z Compiling petgraph v0.6.5
18662026-07-14T05:21:26.170Z Compiling tough v0.22.0
18672026-07-14T05:21:26.694Z Compiling progenitor v0.14.0
18682026-07-14T05:21:26.806Z Compiling zone v0.3.1
18692026-07-14T05:21:26.869Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18702026-07-14T05:21:26.985Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-14T05:21:27.206Z Compiling libsw v3.5.0
18722026-07-14T05:21:27.247Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18732026-07-14T05:21:27.267Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-07-14T05:21:27.405Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-14T05:21:27.521Z Compiling oxide-tokio-rt v0.1.6
18762026-07-14T05:21:27.524Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18772026-07-14T05:21:27.743Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-07-14T05:21:28.694Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-07-14T05:21:28.951Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-07-14T05:21:29.093Z Compiling const_format v0.2.36
18812026-07-14T05:21:29.486Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18822026-07-14T05:21:29.523Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-07-14T05:21:29.968Z Compiling tabled_derive v0.7.0
18842026-07-14T05:21:30.020Z Compiling gethostname v0.5.0
18852026-07-14T05:21:30.114Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-14T05:21:30.241Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18872026-07-14T05:21:30.254Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-07-14T05:21:30.265Z Compiling smf v0.2.3
18892026-07-14T05:21:30.312Z Compiling bcs v0.1.6
18902026-07-14T05:21:30.389Z Compiling nom v8.0.0
18912026-07-14T05:21:30.686Z Compiling termtree v0.5.1
18922026-07-14T05:21:30.864Z Compiling whoami v1.6.1
18932026-07-14T05:21:30.983Z Compiling tagptr v0.2.0
18942026-07-14T05:21:31.162Z Compiling crunchy v0.2.4
18952026-07-14T05:21:31.217Z Compiling unicode-linebreak v0.1.5
18962026-07-14T05:21:31.236Z Compiling smawk v0.3.2
18972026-07-14T05:21:31.398Z Compiling lazy_static v1.5.0
18982026-07-14T05:21:31.476Z Compiling linear-map v1.2.0
18992026-07-14T05:21:31.510Z Compiling steno v0.4.1
19002026-07-14T05:21:31.523Z Compiling textwrap v0.16.2
19012026-07-14T05:21:31.550Z Compiling tabled v0.15.0
19022026-07-14T05:21:31.691Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-07-14T05:21:31.959Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-14T05:21:32.170Z Compiling moka v0.12.15
19052026-07-14T05:21:33.358Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-14T05:21:33.375Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-07-14T05:21:33.621Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-07-14T05:21:34.605Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-07-14T05:21:34.812Z Compiling hickory-proto v0.25.2
19102026-07-14T05:21:35.382Z Compiling tiny-keccak v2.0.2
19112026-07-14T05:21:35.684Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19122026-07-14T05:21:35.863Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19132026-07-14T05:21:36.881Z Compiling parking_lot_core v0.8.6
19142026-07-14T05:21:36.920Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19152026-07-14T05:21:37.084Z Compiling hickory-resolver v0.25.2
19162026-07-14T05:21:37.495Z Compiling libscf-sys v1.2.0
19172026-07-14T05:21:37.536Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-07-14T05:21:37.663Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19192026-07-14T05:21:37.961Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19202026-07-14T05:21:38.436Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-07-14T05:21:38.566Z Compiling const-random-macro v0.1.16
19222026-07-14T05:21:38.903Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19232026-07-14T05:21:39.025Z Compiling smartstring v1.0.1
19242026-07-14T05:21:39.050Z Compiling ahash v0.8.12
19252026-07-14T05:21:39.400Z Compiling parking_lot v0.11.2
19262026-07-14T05:21:39.421Z Compiling const-random v0.1.18
19272026-07-14T05:21:39.672Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19282026-07-14T05:21:39.777Z Compiling fxhash v0.2.1
19292026-07-14T05:21:39.896Z Compiling internet-checksum v0.2.1
19302026-07-14T05:21:39.908Z Compiling sled v0.34.7
19312026-07-14T05:21:40.133Z Compiling itertools v0.15.0
19322026-07-14T05:21:40.315Z Compiling thin-vec v0.2.18
19332026-07-14T05:21:40.345Z Compiling rhai_codegen v3.2.0
19342026-07-14T05:21:40.669Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19352026-07-14T05:21:40.761Z Compiling serial_test_derive v3.5.0
19362026-07-14T05:21:40.801Z Compiling diff v0.1.13
19372026-07-14T05:21:41.035Z Compiling yansi v1.0.1
19382026-07-14T05:21:41.422Z Compiling pretty_assertions v1.4.1
19392026-07-14T05:21:41.641Z Compiling serial_test v3.5.0
19402026-07-14T05:21:41.836Z Compiling rhai v1.25.1
19412026-07-14T05:21:42.453Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19422026-07-14T05:21:44.072Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-07-14T05:21:53.802Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-07-14T05:21:55.777Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-07-14T05:21:57.014Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19462026-07-14T05:21:58.120Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19472026-07-14T05:21:59.060Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19482026-07-14T05:22:00.447Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19492026-07-14T05:22:36.425Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 39s
19502026-07-14T05:22:36.635Z────────────
19512026-07-14T05:22:36.635Z Nextest run ID 0557a267-a683-4229-a36a-215227b6b7ad with nextest profile: default
19522026-07-14T05:22:36.635Z Starting 154 tests across 3 binaries
19532026-07-14T05:22:36.647Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19542026-07-14T05:22:36.650Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip
19552026-07-14T05:22:36.650Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19562026-07-14T05:22:36.650Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19572026-07-14T05:22:36.650Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_byte_len
19582026-07-14T05:22:36.650Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_length_mismatch
19592026-07-14T05:22:36.650Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19602026-07-14T05:22:36.650Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19612026-07-14T05:22:36.658Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19622026-07-14T05:22:36.664Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19632026-07-14T05:22:36.664Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19642026-07-14T05:22:36.664Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19652026-07-14T05:22:36.664Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19662026-07-14T05:22:36.664Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19672026-07-14T05:22:36.664Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19682026-07-14T05:22:36.664Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19692026-07-14T05:22:36.669Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_maximum_length
19702026-07-14T05:22:36.672Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19712026-07-14T05:22:36.672Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19722026-07-14T05:22:36.672Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19732026-07-14T05:22:36.672Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
19742026-07-14T05:22:36.672Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19752026-07-14T05:22:36.672Z PASS [ 0.012s] bgp messages::tests::ipv4_unicast_dual_encoding
19762026-07-14T05:22:36.675Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19772026-07-14T05:22:36.682Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19782026-07-14T05:22:36.687Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19792026-07-14T05:22:36.687Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19802026-07-14T05:22:36.687Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19812026-07-14T05:22:36.687Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19822026-07-14T05:22:36.687Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19832026-07-14T05:22:36.687Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19842026-07-14T05:22:36.687Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19852026-07-14T05:22:36.691Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19862026-07-14T05:22:36.694Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19872026-07-14T05:22:36.694Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19882026-07-14T05:22:36.694Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19892026-07-14T05:22:36.694Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19902026-07-14T05:22:36.694Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19912026-07-14T05:22:36.694Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19922026-07-14T05:22:36.694Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19932026-07-14T05:22:36.704Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19942026-07-14T05:22:36.704Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19952026-07-14T05:22:36.707Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19962026-07-14T05:22:36.707Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19972026-07-14T05:22:36.707Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19982026-07-14T05:22:36.707Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19992026-07-14T05:22:36.707Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20002026-07-14T05:22:36.707Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20012026-07-14T05:22:36.715Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20022026-07-14T05:22:36.718Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20032026-07-14T05:22:36.718Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20042026-07-14T05:22:36.718Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20052026-07-14T05:22:36.718Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20062026-07-14T05:22:36.718Z PASS [ 0.012s] bgp messages::tests::mp_bgp_attributes_encoded_first
20072026-07-14T05:22:36.718Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20082026-07-14T05:22:36.718Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_round_trip
20092026-07-14T05:22:36.725Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20102026-07-14T05:22:36.728Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
20112026-07-14T05:22:36.728Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
20122026-07-14T05:22:36.728Z PASS [ 0.011s] bgp messages::tests::open_round_trip
20132026-07-14T05:22:36.732Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20142026-07-14T05:22:36.732Z PASS [ 0.012s] bgp messages::tests::open_round_trip_extended_nexthop
20152026-07-14T05:22:36.732Z PASS [ 0.012s] bgp messages::tests::prefix_conversion
20162026-07-14T05:22:36.732Z PASS [ 0.012s] bgp messages::tests::prefix_within
20172026-07-14T05:22:36.736Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20182026-07-14T05:22:36.739Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20192026-07-14T05:22:36.739Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20202026-07-14T05:22:36.739Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20212026-07-14T05:22:36.742Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20222026-07-14T05:22:36.742Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20232026-07-14T05:22:36.742Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20242026-07-14T05:22:36.742Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20252026-07-14T05:22:36.747Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20262026-07-14T05:22:36.749Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20272026-07-14T05:22:36.749Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20282026-07-14T05:22:36.749Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20292026-07-14T05:22:36.752Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20302026-07-14T05:22:36.752Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20312026-07-14T05:22:36.752Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20322026-07-14T05:22:36.752Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20332026-07-14T05:22:36.757Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20342026-07-14T05:22:36.760Z PASS [ 0.011s] bgp messages::tests::route_refresh_round_trip
20352026-07-14T05:22:36.760Z PASS [ 0.011s] bgp messages::tests::test_nexthop_length_validation
20362026-07-14T05:22:36.760Z PASS [ 0.011s] bgp messages::tests::update_round_trip
20372026-07-14T05:22:36.774Z PASS [ 0.024s] bgp policy::test::open_add_4byte_as
20382026-07-14T05:22:36.777Z PASS [ 0.018s] bgp proptest::prop_ipv4_prefixes_roundtrip
20392026-07-14T05:22:36.780Z PASS [ 0.019s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20402026-07-14T05:22:36.780Z PASS [ 0.028s] bgp policy::test::shape_update_prefixes
20412026-07-14T05:22:36.780Z PASS [ 0.028s] bgp policy::test::update_drop_on_no_export
20422026-07-14T05:22:36.780Z PASS [ 0.029s] bgp policy::test::open_require_4byte_as
20432026-07-14T05:22:36.784Z PASS [ 0.025s] bgp policy::test::update_shape_community
20442026-07-14T05:22:36.793Z PASS [ 0.016s] bgp proptest::prop_ipv4_wire_format_roundtrip
20452026-07-14T05:22:36.796Z PASS [ 0.036s] bgp proptest::prop_encode_decode_semantic_equivalence
20462026-07-14T05:22:36.796Z PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20472026-07-14T05:22:36.796Z PASS [ 0.017s] bgp proptest::prop_ipv6_wire_format_roundtrip
20482026-07-14T05:22:36.799Z PASS [ 0.022s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20492026-07-14T05:22:36.799Z PASS [ 0.018s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20502026-07-14T05:22:36.799Z PASS [ 0.019s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20512026-07-14T05:22:36.802Z PASS [ 0.018s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20522026-07-14T05:22:36.810Z PASS [ 0.010s] bgp session::tests::route_update_is_announcement_and_withdrawal
20532026-07-14T05:22:36.813Z PASS [ 0.017s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20542026-07-14T05:22:36.813Z PASS [ 0.017s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20552026-07-14T05:22:36.813Z PASS [ 0.017s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20562026-07-14T05:22:36.818Z PASS [ 0.021s] bgp proptest::prop_update_mp_unreach_roundtrip
20572026-07-14T05:22:36.820Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20582026-07-14T05:22:36.823Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_major_filtering
20592026-07-14T05:22:36.823Z PASS [ 0.011s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20602026-07-14T05:22:36.823Z PASS [ 0.010s] bgp session::tests::test_fsm_event_record_creation
20612026-07-14T05:22:36.827Z PASS [ 0.009s] bgp session::tests::test_resolve_collision_decision
20622026-07-14T05:22:36.830Z PASS [ 0.036s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20632026-07-14T05:22:36.830Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20642026-07-14T05:22:36.833Z PASS [ 0.032s] bgp proptest::prop_update_traditional_roundtrip
20652026-07-14T05:22:36.833Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20662026-07-14T05:22:36.833Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_configured
20672026-07-14T05:22:36.833Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20682026-07-14T05:22:36.835Z PASS [ 0.039s] bgp proptest::prop_update_mp_reach_roundtrip
20692026-07-14T05:22:36.838Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20702026-07-14T05:22:36.841Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv6_configured
20712026-07-14T05:22:36.841Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20722026-07-14T05:22:36.841Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20732026-07-14T05:22:36.841Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20742026-07-14T05:22:39.914Z PASS [ 3.082s] bgp test::test_basic_peering_active
20752026-07-14T05:22:39.914Z PASS [ 3.079s] bgp test::test_basic_peering_passive
20762026-07-14T05:22:39.921Z PASS [ 3.080s] bgp test::test_basic_update_ipv6
20772026-07-14T05:22:39.921Z PASS [ 3.084s] bgp test::test_basic_peering_passive_tcp
20782026-07-14T05:22:39.926Z PASS [ 3.086s] bgp test::test_basic_update
20792026-07-14T05:22:39.933Z PASS [ 3.092s] bgp test::test_basic_update_tcp
20802026-07-14T05:22:39.939Z PASS [ 3.096s] bgp test::test_basic_update_ipv6_tcp
20812026-07-14T05:22:40.930Z PASS [ 4.097s] bgp test::test_basic_peering_active_tcp
20822026-07-14T05:22:43.005Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_active
20832026-07-14T05:22:43.012Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive
20842026-07-14T05:22:43.034Z PASS [ 3.101s] bgp test::test_ipv6_basic_peering_active_tcp
20852026-07-14T05:22:44.010Z PASS [ 4.096s] bgp test::test_dual_stack_routes_ipv6_peer_success
20862026-07-14T05:22:44.013Z PASS [ 4.097s] bgp test::test_dual_stack_routes_ipv4_peer_success
20872026-07-14T05:22:44.013Z PASS [ 4.091s] bgp test::test_ipv4_routes_ipv6_peer_success
20882026-07-14T05:22:44.013Z PASS [ 4.091s] bgp test::test_import_export_policy_filtering
20892026-07-14T05:22:44.016Z PASS [ 3.086s] bgp test::test_ipv6_basic_peering_passive_tcp
20902026-07-14T05:22:44.083Z PASS [ 1.071s] bgp test::test_multiple_unnumbered_sessions
20912026-07-14T05:22:45.110Z PASS [ 1.099s] bgp test::test_three_router_chain_tcp
20922026-07-14T05:22:45.110Z PASS [ 1.098s] bgp test::test_three_router_chain_tcp_ipv6
20932026-07-14T05:22:45.900Z PASS [ 2.863s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20942026-07-14T05:22:46.080Z PASS [ 2.070s] bgp test::test_same_linklocal_multiple_interfaces
20952026-07-14T05:22:46.173Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20962026-07-14T05:22:46.178Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20972026-07-14T05:22:46.183Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20982026-07-14T05:22:46.189Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20992026-07-14T05:22:46.196Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21002026-07-14T05:22:47.086Z PASS [ 3.074s] bgp test::test_three_router_chain_unnumbered
21012026-07-14T05:22:47.090Z PASS [ 4.086s] bgp test::test_ipv6_routes_ipv4_peer_success
21022026-07-14T05:22:49.082Z PASS [ 5.066s] bgp test::test_unnumbered_dualstack_route_exchange
21032026-07-14T05:22:50.960Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
21042026-07-14T05:22:54.178Z PASS [ 9.067s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21052026-07-14T05:22:55.146Z PASS [ 9.065s] bgp test::test_unnumbered_unaffected_by_ndp
21062026-07-14T05:23:02.156Z PASS [ 18.073s] bgp test::test_unnumbered_interface_lifecycle
21072026-07-14T05:23:02.159Z────────────
21082026-07-14T05:23:02.159Z Summary [ 25.521s] 154 tests run: 154 passed, 0 skipped
21092026-07-14T05:23:02.170Z+ 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/
21102026-07-14T05:23:02.177Z+ popd
21112026-07-14T05:23:02.177Z+ pushd mgd
21122026-07-14T05:23:02.177Z/work/oxidecomputer/maghemite
21132026-07-14T05:23:02.177Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21142026-07-14T05:23:02.177Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21152026-07-14T05:23:03.559Z Compiling slog v2.8.2
21162026-07-14T05:23:03.691Z Compiling usdt v0.6.0
21172026-07-14T05:23:03.798Z Compiling proc-macro-error-attr2 v2.0.0
21182026-07-14T05:23:03.821Z Compiling papergrid v0.18.0
21192026-07-14T05:23:03.824Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21202026-07-14T05:23:03.825Z Compiling testing_table v0.3.0
21212026-07-14T05:23:04.027Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21222026-07-14T05:23:04.066Z Compiling slog-json v2.6.1
21232026-07-14T05:23:04.066Z Compiling slog-term v2.9.2
21242026-07-14T05:23:04.303Z Compiling slog-async v2.8.0
21252026-07-14T05:23:04.422Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21262026-07-14T05:23:04.574Z Compiling slog-bunyan v2.5.0
21272026-07-14T05:23:04.574Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-07-14T05:23:04.740Z Compiling dropshot v0.17.1
21292026-07-14T05:23:04.753Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-07-14T05:23:04.946Z Compiling slog-dtrace v0.3.0
21312026-07-14T05:23:04.998Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21322026-07-14T05:23:05.012Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-07-14T05:23:05.185Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-07-14T05:23:05.265Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-07-14T05:23:05.319Z Compiling steno v0.4.1
21362026-07-14T05:23:06.221Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-07-14T05:23:06.368Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21382026-07-14T05:23:06.587Z Compiling proc-macro-error2 v2.0.1
21392026-07-14T05:23:06.909Z Compiling tabled_derive v0.11.0
21402026-07-14T05:23:06.922Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21412026-07-14T05:23:08.213Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-07-14T05:23:09.081Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-07-14T05:23:09.951Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-07-14T05:23:10.729Z Compiling tabled v0.21.0
21452026-07-14T05:23:11.384Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-07-14T05:23:11.595Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-07-14T05:23:11.834Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21482026-07-14T05:23:12.294Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
21492026-07-14T05:23:12.985Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-07-14T05:23:14.399Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-07-14T05:23:15.059Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-07-14T05:23:15.154Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-07-14T05:23:15.376Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-07-14T05:23:15.551Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-07-14T05:23:16.135Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-07-14T05:23:16.665Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-07-14T05:23:17.584Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-07-14T05:23:17.665Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-07-14T05:23:17.806Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21602026-07-14T05:23:17.945Z Compiling crc8 v0.1.1
21612026-07-14T05:23:18.060Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f9fba02fd5351f468b15bda21d83d6dedae90818#f9fba02f)
21622026-07-14T05:23:18.084Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21632026-07-14T05:23:18.138Z Compiling dropshot-api-manager-types v0.7.2
21642026-07-14T05:23:18.572Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-07-14T05:23:18.660Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-07-14T05:23:18.684Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21672026-07-14T05:23:18.815Z Compiling port-file v0.1.0
21682026-07-14T05:23:24.029Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-07-14T05:23:24.029Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-07-14T05:23:25.221Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-07-14T05:23:26.270Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-07-14T05:23:26.294Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-07-14T05:23:26.553Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-07-14T05:23:26.840Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-07-14T05:23:35.316Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-07-14T05:23:45.690Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-07-14T05:23:46.128Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-07-14T05:23:47.331Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21792026-07-14T05:23:48.407Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21802026-07-14T05:23:49.332Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21812026-07-14T05:23:50.734Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21822026-07-14T05:23:50.734Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21832026-07-14T05:23:50.737Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21842026-07-14T05:23:57.468Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21852026-07-14T05:24:28.819Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
21862026-07-14T05:24:29.016Z────────────
21872026-07-14T05:24:29.016Z Nextest run ID 77b52a9d-7b6a-49f9-94a1-4c7a357bd3e1 with nextest profile: default
21882026-07-14T05:24:29.016Z Starting 40 tests across 3 binaries
21892026-07-14T05:24:29.027Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21902026-07-14T05:24:29.035Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21912026-07-14T05:24:29.035Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21922026-07-14T05:24:29.035Z PASS [ 0.007s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21932026-07-14T05:24:29.035Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21942026-07-14T05:24:29.035Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21952026-07-14T05:24:29.035Z PASS [ 0.012s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
21962026-07-14T05:24:29.094Z PASS [ 0.071s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
21972026-07-14T05:24:29.094Z PASS [ 0.066s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21982026-07-14T05:24:29.094Z PASS [ 0.066s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21992026-07-14T05:24:29.095Z PASS [ 0.070s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22002026-07-14T05:24:29.101Z PASS [ 0.067s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22012026-07-14T05:24:29.105Z PASS [ 0.077s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22022026-07-14T05:24:29.105Z PASS [ 0.079s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
22032026-07-14T05:24:29.111Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22042026-07-14T05:24:29.115Z PASS [ 0.096s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
22052026-07-14T05:24:29.115Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22062026-07-14T05:24:29.115Z PASS [ 0.020s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22072026-07-14T05:24:29.115Z PASS [ 0.020s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22082026-07-14T05:24:29.119Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22092026-07-14T05:24:29.123Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22102026-07-14T05:24:29.123Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22112026-07-14T05:24:29.126Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22122026-07-14T05:24:29.126Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22132026-07-14T05:24:29.126Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22142026-07-14T05:24:29.130Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22152026-07-14T05:24:29.133Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22162026-07-14T05:24:29.134Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22172026-07-14T05:24:29.137Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22182026-07-14T05:24:29.137Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22192026-07-14T05:24:29.137Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22202026-07-14T05:24:29.141Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22212026-07-14T05:24:29.144Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22222026-07-14T05:24:29.144Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22232026-07-14T05:24:29.144Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22242026-07-14T05:24:29.144Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22252026-07-14T05:24:29.147Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22262026-07-14T05:24:29.147Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22272026-07-14T05:24:29.160Z PASS [ 0.067s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22282026-07-14T05:24:29.164Z PASS [ 0.067s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22292026-07-14T05:24:29.164Z────────────
22302026-07-14T05:24:29.164Z Summary [ 0.145s] 40 tests run: 40 passed, 0 skipped
22312026-07-14T05:24:29.173Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22322026-07-14T05:24:29.177Z+ popd
22332026-07-14T05:24:29.177Z/work/oxidecomputer/maghemite
22342026-07-14T05:24:29.177Zprocess exited: duration 474880 ms, exit code 0
 
22352026-07-14T05:24:29.190Zfound 69 output files
22362026-07-14T05:24:29.190Zuploading: /work/apply_change_peer_asn.log (28327 bytes)
22372026-07-14T05:24:30.205Zuploaded: /work/apply_change_peer_asn.log
22382026-07-14T05:24:30.210Zuploading: /work/apply_empty_removes_peers.log (8736 bytes)
22392026-07-14T05:24:31.219Zuploaded: /work/apply_empty_removes_peers.log
22402026-07-14T05:24:31.219Zuploading: /work/apply_remove_entire_group.log (23825 bytes)
22412026-07-14T05:24:32.237Zuploaded: /work/apply_remove_entire_group.log
22422026-07-14T05:24:32.237Zuploading: /work/delete_router_removes_router_state.log (21004 bytes)
22432026-07-14T05:24:33.250Zuploaded: /work/delete_router_removes_router_state.log
22442026-07-14T05:24:33.250Zuploading: /work/dualstack_routes.log (100191 bytes)
22452026-07-14T05:24:34.265Zuploaded: /work/dualstack_routes.log
22462026-07-14T05:24:34.265Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2340 bytes)
22472026-07-14T05:24:35.277Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22482026-07-14T05:24:35.277Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1478 bytes)
22492026-07-14T05:24:36.289Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22502026-07-14T05:24:36.289Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2314 bytes)
22512026-07-14T05:24:37.302Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22522026-07-14T05:24:37.302Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2190 bytes)
22532026-07-14T05:24:38.314Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22542026-07-14T05:24:38.314Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2017 bytes)
22552026-07-14T05:24:39.327Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22562026-07-14T05:24:39.327Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2276 bytes)
22572026-07-14T05:24:40.337Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22582026-07-14T05:24:40.337Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2948 bytes)
22592026-07-14T05:24:41.349Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22602026-07-14T05:24:41.349Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2131 bytes)
22612026-07-14T05:24:42.358Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22622026-07-14T05:24:42.358Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2261 bytes)
22632026-07-14T05:24:43.368Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22642026-07-14T05:24:43.368Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2249 bytes)
22652026-07-14T05:24:44.378Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22662026-07-14T05:24:44.378Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2323 bytes)
22672026-07-14T05:24:45.390Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22682026-07-14T05:24:45.390Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2445 bytes)
22692026-07-14T05:24:46.403Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22702026-07-14T05:24:46.403Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4710 bytes)
22712026-07-14T05:24:47.415Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22722026-07-14T05:24:47.415Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3527 bytes)
22732026-07-14T05:24:48.425Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22742026-07-14T05:24:48.425Zuploading: /work/multiple_unnumbered.log (144712 bytes)
22752026-07-14T05:24:49.441Zuploaded: /work/multiple_unnumbered.log
22762026-07-14T05:24:49.441Zuploading: /work/ndp_change_reset.log (69456 bytes)
22772026-07-14T05:24:50.453Zuploaded: /work/ndp_change_reset.log
22782026-07-14T05:24:50.453Zuploading: /work/ndp_changes.log (88838 bytes)
22792026-07-14T05:24:51.467Zuploaded: /work/ndp_changes.log
22802026-07-14T05:24:51.467Zuploading: /work/r1.test_basic_peering_active.log (40236 bytes)
22812026-07-14T05:24:52.478Zuploaded: /work/r1.test_basic_peering_active.log
22822026-07-14T05:24:52.478Zuploading: /work/r1.test_basic_peering_active_tcp.log (49131 bytes)
22832026-07-14T05:24:53.488Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22842026-07-14T05:24:53.488Zuploading: /work/r1.test_basic_peering_passive.log (33725 bytes)
22852026-07-14T05:24:54.499Zuploaded: /work/r1.test_basic_peering_passive.log
22862026-07-14T05:24:54.499Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39688 bytes)
22872026-07-14T05:24:55.511Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22882026-07-14T05:24:55.511Zuploading: /work/r1.test_basic_update.log (28661 bytes)
22892026-07-14T05:24:56.522Zuploaded: /work/r1.test_basic_update.log
22902026-07-14T05:24:56.522Zuploading: /work/r1.test_basic_update_ipv6.log (28210 bytes)
22912026-07-14T05:24:57.532Zuploaded: /work/r1.test_basic_update_ipv6.log
22922026-07-14T05:24:57.532Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31003 bytes)
22932026-07-14T05:24:58.543Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22942026-07-14T05:24:58.543Zuploading: /work/r1.test_basic_update_tcp.log (31229 bytes)
22952026-07-14T05:24:59.555Zuploaded: /work/r1.test_basic_update_tcp.log
22962026-07-14T05:24:59.555Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43604 bytes)
22972026-07-14T05:25:00.595Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22982026-07-14T05:25:00.598Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43922 bytes)
22992026-07-14T05:25:01.607Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23002026-07-14T05:25:01.611Zuploading: /work/r1.test_import_export_policy_filtering.log (43458 bytes)
23012026-07-14T05:25:02.620Zuploaded: /work/r1.test_import_export_policy_filtering.log
23022026-07-14T05:25:02.620Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35868 bytes)
23032026-07-14T05:25:03.630Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23042026-07-14T05:25:03.630Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40204 bytes)
23052026-07-14T05:25:04.641Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23062026-07-14T05:25:04.641Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45426 bytes)
23072026-07-14T05:25:05.652Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23082026-07-14T05:25:05.652Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33723 bytes)
23092026-07-14T05:25:06.663Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23102026-07-14T05:25:06.663Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39616 bytes)
23112026-07-14T05:25:07.674Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23122026-07-14T05:25:07.674Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35675 bytes)
23132026-07-14T05:25:08.686Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23142026-07-14T05:25:08.686Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29941 bytes)
23152026-07-14T05:25:09.697Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23162026-07-14T05:25:09.697Zuploading: /work/r1.test_three_router_chain_tcp.log (22152 bytes)
23172026-07-14T05:25:10.706Zuploaded: /work/r1.test_three_router_chain_tcp.log
23182026-07-14T05:25:10.706Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (21848 bytes)
23192026-07-14T05:25:11.716Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23202026-07-14T05:25:11.716Zuploading: /work/r2.test_basic_peering_active.log (38856 bytes)
23212026-07-14T05:25:12.726Zuploaded: /work/r2.test_basic_peering_active.log
23222026-07-14T05:25:12.726Zuploading: /work/r2.test_basic_peering_active_tcp.log (47937 bytes)
23232026-07-14T05:25:13.737Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23242026-07-14T05:25:13.737Zuploading: /work/r2.test_basic_peering_passive.log (41334 bytes)
23252026-07-14T05:25:14.748Zuploaded: /work/r2.test_basic_peering_passive.log
23262026-07-14T05:25:14.748Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45941 bytes)
23272026-07-14T05:25:15.759Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23282026-07-14T05:25:15.759Zuploading: /work/r2.test_basic_update.log (29145 bytes)
23292026-07-14T05:25:16.771Zuploaded: /work/r2.test_basic_update.log
23302026-07-14T05:25:16.771Zuploading: /work/r2.test_basic_update_ipv6.log (26350 bytes)
23312026-07-14T05:25:17.781Zuploaded: /work/r2.test_basic_update_ipv6.log
23322026-07-14T05:25:17.781Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32789 bytes)
23332026-07-14T05:25:18.791Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23342026-07-14T05:25:18.794Zuploading: /work/r2.test_basic_update_tcp.log (32799 bytes)
23352026-07-14T05:25:19.804Zuploaded: /work/r2.test_basic_update_tcp.log
23362026-07-14T05:25:19.804Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43501 bytes)
23372026-07-14T05:25:20.814Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23382026-07-14T05:25:20.814Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43825 bytes)
23392026-07-14T05:25:21.825Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23402026-07-14T05:25:21.825Zuploading: /work/r2.test_import_export_policy_filtering.log (38138 bytes)
23412026-07-14T05:25:22.836Zuploaded: /work/r2.test_import_export_policy_filtering.log
23422026-07-14T05:25:22.836Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38297 bytes)
23432026-07-14T05:25:23.848Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23442026-07-14T05:25:23.848Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38885 bytes)
23452026-07-14T05:25:24.856Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23462026-07-14T05:25:24.856Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44300 bytes)
23472026-07-14T05:25:25.867Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23482026-07-14T05:25:25.867Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41323 bytes)
23492026-07-14T05:25:26.877Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23502026-07-14T05:25:26.877Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46635 bytes)
23512026-07-14T05:25:27.888Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23522026-07-14T05:25:27.888Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38174 bytes)
23532026-07-14T05:25:28.900Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23542026-07-14T05:25:28.900Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28074 bytes)
23552026-07-14T05:25:29.910Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23562026-07-14T05:25:29.910Zuploading: /work/r2.test_three_router_chain_tcp.log (44894 bytes)
23572026-07-14T05:25:30.920Zuploaded: /work/r2.test_three_router_chain_tcp.log
23582026-07-14T05:25:30.920Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41769 bytes)
23592026-07-14T05:25:31.930Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23602026-07-14T05:25:31.930Zuploading: /work/r3.test_three_router_chain_tcp.log (20595 bytes)
23612026-07-14T05:25:32.939Zuploaded: /work/r3.test_three_router_chain_tcp.log
23622026-07-14T05:25:32.939Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20681 bytes)
23632026-07-14T05:25:33.949Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23642026-07-14T05:25:33.949Zuploading: /work/same_linklocal.log (155186 bytes)
23652026-07-14T05:25:34.962Zuploaded: /work/same_linklocal.log
23662026-07-14T05:25:34.962Zuploading: /work/three_chain.log (173751 bytes)
23672026-07-14T05:25:35.975Zuploaded: /work/three_chain.log
23682026-07-14T05:25:35.975Zuploading: /work/unnumbered_expiry.log (90370 bytes)
23692026-07-14T05:25:36.987Zuploaded: /work/unnumbered_expiry.log
23702026-07-14T05:25:36.987Zuploading: /work/unnumbered_interface_lifecycle.log (119126 bytes)
23712026-07-14T05:25:38.002Zuploaded: /work/unnumbered_interface_lifecycle.log
23722026-07-14T05:25:38.002Zuploading: /work/unnumbered_peer_change.log (78943 bytes)
23732026-07-14T05:25:39.015Zuploaded: /work/unnumbered_peer_change.log