01KVYESH2B9KM277S4N24SEJ98: 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: 01KVYET0JJKFMVW1Q0X98VR7M6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:58:30.420Zjob assigned to worker 01KVYET7GPQEKJ7326K31S7ZM1 [factory aws, i-02f24f98209fe46cb] (queued for 58 s)
 
22026-06-25T03:58:37.206Zstarting task 0: "setup"
32026-06-25T03:58:37.213Z++ uname -s
42026-06-25T03:58:37.216Z+ kern=SunOS
52026-06-25T03:58:37.216Z+ build_user=build
62026-06-25T03:58:37.216Z+ build_uid=12345
72026-06-25T03:58:37.216Z+ work_dir=/work
82026-06-25T03:58:37.216Z+ input_dir=/input
92026-06-25T03:58:37.216Z+ [[ 0 == 12345 ]]
102026-06-25T03:58:37.216Z+ case "$kern" in
112026-06-25T03:58:37.216Z+ groupadd -g 12345 build
122026-06-25T03:58:37.219Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:58:39.223Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:58:39.449Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:58:39.452Z+ home_fs=zfs
162026-06-25T03:58:39.452Z+ [[ zfs == autofs ]]
172026-06-25T03:58:39.452Z+ mkdir -p /home/build
182026-06-25T03:58:39.452Z+ chown build:build /home/build /work
192026-06-25T03:58:41.454Z+ chmod 0700 /home/build /work
202026-06-25T03:58:41.457Zprocess exited: duration 4249 ms, exit code 0
 
212026-06-25T03:58:41.463Zstarting task 1: "rust-toolchain"
222026-06-25T03:58:41.470Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T03:58:41.470Z * rust toolchain channel = "stable"
242026-06-25T03:58:41.470Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T03:58:41.470Z * rust toolchain profile = "default"
262026-06-25T03:58:41.470Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:58:41.470Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T03:58:41.473Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:58:41.473Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T03:58:41.548Zinfo: downloading installer
312026-06-25T03:58:43.141Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T03:58:43.141Zwarn: /opt/ooce/bin
332026-06-25T03:58:43.141Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T03:58:43.141Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T03:58:43.141Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T03:58:43.141Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T03:58:43.141Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T03:58:43.141Zerror: cannot install while Rust is installed
392026-06-25T03:58:43.141Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T03:58:43.141Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T03:58:43.141Zwarn: /home/build/.rustup/settings.toml
422026-06-25T03:58:43.141Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T03:58:43.141Zwarn: instead of the one inferred from the default host triple.
442026-06-25T03:58:43.154Zinfo: profile set to default
452026-06-25T03:58:43.154Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T03:58:43.158Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T03:58:43.311Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T03:58:43.314Zinfo: downloading 6 components
492026-06-25T03:58:58.446Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T03:58:58.446Z
512026-06-25T03:58:58.474Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T03:58:58.474Z
532026-06-25T03:58:58.478Z
542026-06-25T03:58:58.478ZRust is installed now. Great!
552026-06-25T03:58:58.478Z
562026-06-25T03:58:58.478ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T03:58:58.478Zenvironment variable. This has not been done automatically.
582026-06-25T03:58:58.478Z
592026-06-25T03:58:58.478ZTo configure your current shell, you need to source
602026-06-25T03:58:58.478Zthe corresponding env file under $HOME/.cargo.
612026-06-25T03:58:58.478Z
622026-06-25T03:58:58.478ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T03:58:58.478Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T03:58:58.478Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T03:58:58.478Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T03:58:58.478Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T03:58:58.478Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T03:58:58.478Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T03:58:58.478Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T03:58:58.478Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T03:58:58.579Z+ rustup --version
722026-06-25T03:58:58.585Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T03:58:58.588Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T03:58:58.607Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T03:58:58.610Z+ cargo --version
762026-06-25T03:58:58.623Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T03:58:58.626Z+ rustc --version
782026-06-25T03:58:58.645Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T03:58:58.648Zprocess exited: duration 17183 ms, exit code 0
 
802026-06-25T03:58:58.654Zstarting task 2: "authentication"
812026-06-25T03:58:58.671Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T03:58:58.677Zstarting task 3: "clone repository"
832026-06-25T03:58:58.680Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T03:58:58.683Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T03:58:58.717ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T03:58:59.929Z+ cd /work/oxidecomputer/maghemite
872026-06-25T03:58:59.929Z+ git fetch origin 588dfef9baf67e938694efd6ac1d0b25a00cb9da
882026-06-25T03:59:00.167ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T03:59:00.167Z * branch 588dfef9baf67e938694efd6ac1d0b25a00cb9da -> FETCH_HEAD
902026-06-25T03:59:00.172Z+ [[ -n renovate/opte ]]
912026-06-25T03:59:00.176Z++ git branch --show-current
922026-06-25T03:59:00.176Z+ current=main
932026-06-25T03:59:00.176Z+ [[ main != renovate/opte ]]
942026-06-25T03:59:00.176Z+ git branch -f renovate/opte 588dfef9baf67e938694efd6ac1d0b25a00cb9da
952026-06-25T03:59:00.179Z+ git checkout -f renovate/opte
962026-06-25T03:59:00.195ZSwitched to branch 'renovate/opte'
972026-06-25T03:59:00.198Z+ git reset --hard 588dfef9baf67e938694efd6ac1d0b25a00cb9da
982026-06-25T03:59:00.213ZHEAD is now at 588dfef Update opte to cd7749d
992026-06-25T03:59:00.216Zprocess exited: duration 1536 ms, exit code 0
 
1002026-06-25T03:59:00.225Zstarting task 4: "build"
1012026-06-25T03:59:00.229Z+ set -e
1022026-06-25T03:59:00.229Z+ source .github/buildomat/test-common.sh
1032026-06-25T03:59:00.229Z++ NEXTEST_VERSION=0.9.97
1042026-06-25T03:59:00.229Z++ PLATFORM=illumos
1052026-06-25T03:59:00.229Z++ banner install
1062026-06-25T03:59:00.232Z
1072026-06-25T03:59:00.232Z # # # #### ##### ## # #
1082026-06-25T03:59:00.233Z # ## # # # # # # #
1092026-06-25T03:59:00.233Z # # # # #### # # # # #
1102026-06-25T03:59:00.233Z # # # # # # ###### # #
1112026-06-25T03:59:00.233Z # # ## # # # # # # #
1122026-06-25T03:59:00.233Z # # # #### # # # ###### ######
1132026-06-25T03:59:00.233Z
1142026-06-25T03:59:00.233Z++ set +o errexit
1152026-06-25T03:59:00.233Z++ pkg info clang-15
1162026-06-25T03:59:00.233Z++ grep -qi installed
1172026-06-25T03:59:01.428Zpkg: info: no packages matching the following patterns you specified are
1182026-06-25T03:59:01.428Zinstalled on the system. Try querying remotely instead:
1192026-06-25T03:59:01.428Z
1202026-06-25T03:59:01.428Z clang-15
1212026-06-25T03:59:01.466Z++ [[ 1 != 0 ]]
1222026-06-25T03:59:01.466Z++ set -o errexit
1232026-06-25T03:59:01.470Z++ pfexec pkg install clang-15
1242026-06-25T03:59:09.540Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-25T03:59:17.332Z Startup: Caching catalogs ... Done
1262026-06-25T03:59:24.567ZPlanning: Solver setup ... Done
1272026-06-25T03:59:24.608ZPlanning: Running solver ... Done
1282026-06-25T03:59:24.749ZPlanning: Finding local manifests ... Done
1292026-06-25T03:59:24.778ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-25T03:59:24.877ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-25T03:59:24.906ZPlanning: Package planning ... Done
1322026-06-25T03:59:24.932ZPlanning: Merging actions ... Done
1332026-06-25T03:59:25.040ZPlanning: Checking for conflicting actions ... Done
1342026-06-25T03:59:25.046ZPlanning: Consolidating action changes ... Done
1352026-06-25T03:59:25.829ZPlanning: Evaluating mediators ... Done
1362026-06-25T03:59:25.833ZPlanning: Planning completed in 8.33 seconds
1372026-06-25T03:59:25.846Z Packages to install: 2
1382026-06-25T03:59:25.849Z Mediators to change: 2
1392026-06-25T03:59:25.849Z Services to change: 1
1402026-06-25T03:59:25.849Z Create boot environment: No
1412026-06-25T03:59:25.849ZCreate backup boot environment: No
1422026-06-25T03:59:25.888Z
1432026-06-25T03:59:25.888ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-25T03:59:35.293ZDownload: 984/3076 items 82.2/211.3MB 38% complete (20.8M/s)
1452026-06-25T03:59:40.345ZDownload: 1995/3076 items 117.1/211.3MB 55% complete (3.6M/s)
1462026-06-25T03:59:47.924ZDownload: 2005/3076 items 117.1/211.3MB 55% complete (3.9M/s)
1472026-06-25T04:00:08.180ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1482026-06-25T04:00:14.357ZDownload: 3032/3076 items 201.7/211.3MB 95% complete (19.7M/s)
1492026-06-25T04:00:17.059ZDownload: Completed 211.31 MB in 51.17 seconds (4.1M/s)
1502026-06-25T04:00:17.193Z Actions: 1/3418 actions (Installing new actions)
1512026-06-25T04:00:20.328Z Actions: Completed 3418 actions in 3.13 seconds.
1522026-06-25T04:00:20.981Z Done
1532026-06-25T04:00:20.981Z Done
1542026-06-25T04:00:21.734Z Done
1552026-06-25T04:00:25.128Z Done
1562026-06-25T04:00:25.200Z Done
1572026-06-25T04:00:25.203Z Done
1582026-06-25T04:00:25.501Z Done
1592026-06-25T04:00:26.209Z++ set -o errexit
1602026-06-25T04:00:26.209Z++ cargo --version
1612026-06-25T04:00:26.216Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-06-25T04:00:26.374Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-06-25T04:00:26.377Zinfo: downloading 6 components
1642026-06-25T04:00:42.635Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-06-25T04:00:42.638Z++ rustc --version
1662026-06-25T04:00:42.666Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-06-25T04:00:42.669Z++ cargo install cargo-nextest --version 0.9.97
1682026-06-25T04:00:42.713Z Updating crates.io index
1692026-06-25T04:00:42.858Z Downloading crates ...
1702026-06-25T04:00:42.946Z Downloaded cargo-nextest v0.9.97
1712026-06-25T04:00:43.020Z Installing cargo-nextest v0.9.97
1722026-06-25T04:00:43.062Z Updating crates.io index
1732026-06-25T04:00:45.680Z Locking 390 packages to latest compatible versions
1742026-06-25T04:00:45.684Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-06-25T04:00:45.687Z Adding duct v0.13.7 (available: v1.1.1)
1762026-06-25T04:00:45.687Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-06-25T04:00:45.687Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-06-25T04:00:45.690Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-06-25T04:00:45.690Z Adding itertools v0.14.0 (available: v0.15.0)
1802026-06-25T04:00:45.690Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1812026-06-25T04:00:45.690Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-06-25T04:00:45.693Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1832026-06-25T04:00:45.696Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-06-25T04:00:45.722Z Downloading crates ...
1852026-06-25T04:00:45.822Z Downloaded home v0.5.12
1862026-06-25T04:00:45.825Z Downloaded fastrand v2.4.1
1872026-06-25T04:00:45.828Z Downloaded http-body v1.0.1
1882026-06-25T04:00:45.828Z Downloaded digest v0.10.7
1892026-06-25T04:00:45.828Z Downloaded crc32fast v1.5.0
1902026-06-25T04:00:45.831Z Downloaded enable-ansi-support v0.2.1
1912026-06-25T04:00:45.834Z Downloaded colorchoice v1.0.5
1922026-06-25T04:00:45.834Z Downloaded form_urlencoded v1.2.2
1932026-06-25T04:00:45.834Z Downloaded fixedbitset v0.5.7
1942026-06-25T04:00:45.837Z Downloaded futures-channel v0.3.32
1952026-06-25T04:00:45.837Z Downloaded clap v4.6.1
1962026-06-25T04:00:45.842Z Downloaded base64ct v1.8.3
1972026-06-25T04:00:45.846Z Downloaded adler2 v2.0.1
1982026-06-25T04:00:45.850Z Downloaded http-body-util v0.1.3
1992026-06-25T04:00:45.853Z Downloaded hashbrown v0.15.5
2002026-06-25T04:00:45.856Z Downloaded serde_path_to_error v0.1.20
2012026-06-25T04:00:45.864Z Downloaded ordered-float v2.10.1
2022026-06-25T04:00:45.868Z Downloaded crypto-common v0.1.7
2032026-06-25T04:00:45.871Z Downloaded shell-words v1.1.1
2042026-06-25T04:00:45.874Z Downloaded serde-untagged v0.1.9
2052026-06-25T04:00:45.883Z Downloaded number_prefix v0.4.0
2062026-06-25T04:00:45.886Z Downloaded mukti-metadata v0.3.0
2072026-06-25T04:00:45.886Z Downloaded idna_adapter v1.0.0
2082026-06-25T04:00:45.886Z Downloaded humantime-serde v1.1.1
2092026-06-25T04:00:45.892Z Downloaded is_terminal_polyfill v1.70.2
2102026-06-25T04:00:45.897Z Downloaded openssl-probe v0.2.1
2112026-06-25T04:00:45.900Z Downloaded rustc_version v0.4.1
2122026-06-25T04:00:45.900Z Downloaded hyper-tls v0.6.0
2132026-06-25T04:00:45.904Z Downloaded lazy_static v1.5.0
2142026-06-25T04:00:45.908Z Downloaded rand_core v0.9.5
2152026-06-25T04:00:45.911Z Downloaded lru-slab v0.1.2
2162026-06-25T04:00:45.918Z Downloaded percent-encoding v2.3.2
2172026-06-25T04:00:45.923Z Downloaded nextest-workspace-hack v0.1.0
2182026-06-25T04:00:45.926Z Downloaded nested v0.1.1
2192026-06-25T04:00:45.926Z Downloaded openssl-macros v0.1.1
2202026-06-25T04:00:45.926Z Downloaded is_ci v1.2.0
2212026-06-25T04:00:45.932Z Downloaded signal-hook-mio v0.2.5
2222026-06-25T04:00:45.940Z Downloaded os_pipe v1.2.3
2232026-06-25T04:00:45.944Z Downloaded rustc-hash v2.1.2
2242026-06-25T04:00:45.952Z Downloaded indent_write v2.2.0
2252026-06-25T04:00:45.956Z Downloaded scopeguard v1.2.0
2262026-06-25T04:00:45.956Z Downloaded itoa v1.0.18
2272026-06-25T04:00:45.959Z Downloaded pathdiff v0.2.3
2282026-06-25T04:00:45.963Z Downloaded shared_child v1.1.1
2292026-06-25T04:00:45.966Z Downloaded jobserver v0.1.34
2302026-06-25T04:00:45.972Z Downloaded quote v1.0.46
2312026-06-25T04:00:45.975Z Downloaded ipnet v2.12.0
2322026-06-25T04:00:45.978Z Downloaded hyper-rustls v0.27.9
2332026-06-25T04:00:45.978Z Downloaded newtype-uuid v1.3.2
2342026-06-25T04:00:45.986Z Downloaded self_update v0.42.0
2352026-06-25T04:00:45.989Z Downloaded quinn-udp v0.5.14
2362026-06-25T04:00:45.992Z Downloaded foldhash v0.1.5
2372026-06-25T04:00:45.992Z Downloaded fnv v1.0.7
2382026-06-25T04:00:45.992Z Downloaded signature v2.2.0
2392026-06-25T04:00:45.995Z Downloaded debug-ignore v1.0.5
2402026-06-25T04:00:45.995Z Downloaded cargo-platform v0.2.0
2412026-06-25T04:00:45.998Z Downloaded pin-project-lite v0.2.17
2422026-06-25T04:00:46.006Z Downloaded futures-util v0.3.32
2432026-06-25T04:00:46.009Z Downloaded globset v0.4.18
2442026-06-25T04:00:46.009Z Downloaded atomic-waker v1.1.2
2452026-06-25T04:00:46.009Z Downloaded anstyle-parse v1.0.0
2462026-06-25T04:00:46.012Z Downloaded nextest-metadata v0.12.2
2472026-06-25T04:00:46.012Z Downloaded derive-where v1.6.1
2482026-06-25T04:00:46.015Z Downloaded futures-executor v0.3.32
2492026-06-25T04:00:46.015Z Downloaded pin-project-internal v1.1.13
2502026-06-25T04:00:46.015Z Downloaded miette-derive v7.6.0
2512026-06-25T04:00:46.019Z Downloaded erased-serde v0.4.10
2522026-06-25T04:00:46.019Z Downloaded future-queue v0.4.0
2532026-06-25T04:00:46.022Z Downloaded humantime v2.3.0
2542026-06-25T04:00:46.022Z Downloaded futures v0.3.32
2552026-06-25T04:00:46.025Z Downloaded rustc-demangle v0.1.27
2562026-06-25T04:00:46.028Z Downloaded tokio-native-tls v0.3.1
2572026-06-25T04:00:46.028Z Downloaded ppv-lite86 v0.2.21
2582026-06-25T04:00:46.031Z Downloaded rand_core v0.6.4
2592026-06-25T04:00:46.031Z Downloaded equivalent v1.0.2
2602026-06-25T04:00:46.031Z Downloaded native-tls v0.2.18
2612026-06-25T04:00:46.034Z Downloaded camino v1.2.3
2622026-06-25T04:00:46.037Z Downloaded supports-unicode v3.0.0
2632026-06-25T04:00:46.037Z Downloaded sigchld v0.2.4
2642026-06-25T04:00:46.040Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2652026-06-25T04:00:46.040Z Downloaded self-replace v1.5.0
2662026-06-25T04:00:46.043Z Downloaded rand_chacha v0.9.0
2672026-06-25T04:00:46.043Z Downloaded pkg-config v0.3.33
2682026-06-25T04:00:46.046Z Downloaded litrs v1.0.0
2692026-06-25T04:00:46.046Z Downloaded clap_lex v1.1.0
2702026-06-25T04:00:46.049Z Downloaded cargo_metadata v0.23.1
2712026-06-25T04:00:46.049Z Downloaded block-buffer v0.10.4
2722026-06-25T04:00:46.049Z Downloaded atomicwrites v0.4.4
2732026-06-25T04:00:46.052Z Downloaded httparse v1.10.1
2742026-06-25T04:00:46.052Z Downloaded lock_api v0.4.14
2752026-06-25T04:00:46.055Z Downloaded cargo-util-schemas v0.2.0
2762026-06-25T04:00:46.055Z Downloaded strip-ansi-escapes v0.2.1
2772026-06-25T04:00:46.058Z Downloaded once_cell v1.21.4
2782026-06-25T04:00:46.058Z Downloaded supports-hyperlinks v3.2.0
2792026-06-25T04:00:46.058Z Downloaded supports-color v3.0.2
2802026-06-25T04:00:46.061Z Downloaded subtle v2.6.1
2812026-06-25T04:00:46.061Z Downloaded toml_writer v1.1.1+spec-1.1.0
2822026-06-25T04:00:46.065Z Downloaded simd-adler32 v0.3.9
2832026-06-25T04:00:46.067Z Downloaded cfg-expr v0.20.8
2842026-06-25T04:00:46.074Z Downloaded tokio-util v0.7.18
2852026-06-25T04:00:46.079Z Downloaded parking_lot v0.12.5
2862026-06-25T04:00:46.082Z Downloaded owo-colors v4.3.0
2872026-06-25T04:00:46.082Z Downloaded hashbrown v0.17.1
2882026-06-25T04:00:46.086Z Downloaded iana-time-zone v0.1.65
2892026-06-25T04:00:46.089Z Downloaded cfg_aliases v0.2.1
2902026-06-25T04:00:46.092Z Downloaded sharded-slab v0.1.7
2912026-06-25T04:00:46.095Z Downloaded nextest-filtering v0.15.0
2922026-06-25T04:00:46.098Z Downloaded curve25519-dalek v4.1.3
2932026-06-25T04:00:46.101Z Downloaded tracing-core v0.1.36
2942026-06-25T04:00:46.104Z Downloaded serde_urlencoded v0.7.1
2952026-06-25T04:00:46.104Z Downloaded signal-hook-registry v1.4.8
2962026-06-25T04:00:46.104Z Downloaded semver v1.0.28
2972026-06-25T04:00:46.107Z Downloaded strsim v0.11.1
2982026-06-25T04:00:46.107Z Downloaded untrusted v0.9.0
2992026-06-25T04:00:46.110Z Downloaded static_assertions v1.1.0
3002026-06-25T04:00:46.110Z Downloaded spki v0.7.3
3012026-06-25T04:00:46.110Z Downloaded rustls-pki-types v1.14.1
3022026-06-25T04:00:46.113Z Downloaded pkcs8 v0.10.2
3032026-06-25T04:00:46.113Z Downloaded log v0.4.33
3042026-06-25T04:00:46.116Z Downloaded utf8parse v0.2.2
3052026-06-25T04:00:46.116Z Downloaded indenter v0.3.4
3062026-06-25T04:00:46.116Z Downloaded unicode-ident v1.0.24
3072026-06-25T04:00:46.120Z Downloaded tracing-error v0.2.1
3082026-06-25T04:00:46.120Z Downloaded tower-layer v0.3.3
3092026-06-25T04:00:46.120Z Downloaded tinyvec_macros v0.1.1
3102026-06-25T04:00:46.120Z Downloaded quick-junit v0.5.2
3112026-06-25T04:00:46.123Z Downloaded tower-service v0.3.3
3122026-06-25T04:00:46.123Z Downloaded unicode-xid v0.2.6
3132026-06-25T04:00:46.123Z Downloaded getrandom v0.3.4
3142026-06-25T04:00:46.126Z Downloaded derive_more v2.1.1
3152026-06-25T04:00:46.131Z Downloaded target-lexicon v0.13.5
3162026-06-25T04:00:46.133Z Downloaded smallvec v1.15.2
3172026-06-25T04:00:46.134Z Downloaded slab v0.4.12
3182026-06-25T04:00:46.137Z Downloaded futures-macro v0.3.32
3192026-06-25T04:00:46.137Z Downloaded const-oid v0.9.6
3202026-06-25T04:00:46.137Z Downloaded thread_local v1.1.9
3212026-06-25T04:00:46.137Z Downloaded thiserror-impl v1.0.69
3222026-06-25T04:00:46.140Z Downloaded target-spec-miette v0.4.8
3232026-06-25T04:00:46.140Z Downloaded try-lock v0.2.5
3242026-06-25T04:00:46.143Z Downloaded swrite v0.1.0
3252026-06-25T04:00:46.143Z Downloaded backtrace v0.3.76
3262026-06-25T04:00:46.146Z Downloaded terminal_size v0.4.4
3272026-06-25T04:00:46.151Z Downloaded smol_str v0.3.6
3282026-06-25T04:00:46.154Z Downloaded thiserror-impl v2.0.18
3292026-06-25T04:00:46.154Z Downloaded thiserror v2.0.18
3302026-06-25T04:00:46.158Z Downloaded pin-project v1.1.13
3312026-06-25T04:00:46.165Z Downloaded ryu v1.0.23
3322026-06-25T04:00:46.168Z Downloaded num-traits v0.2.19
3332026-06-25T04:00:46.171Z Downloaded parking_lot_core v0.9.12
3342026-06-25T04:00:46.175Z Downloaded version_check v0.9.5
3352026-06-25T04:00:46.178Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
3362026-06-25T04:00:46.188Z Downloaded toml_parser v1.1.2+spec-1.1.0
3372026-06-25T04:00:46.191Z Downloaded serde_derive v1.0.228
3382026-06-25T04:00:46.194Z Downloaded getrandom v0.2.17
3392026-06-25T04:00:46.194Z Downloaded miniz_oxide v0.8.9
3402026-06-25T04:00:46.199Z Downloaded config v0.15.24
3412026-06-25T04:00:46.202Z Downloaded utf8_iter v1.0.4
3422026-06-25T04:00:46.202Z Downloaded clap_derive v4.6.1
3432026-06-25T04:00:46.203Z Downloaded indicatif v0.17.11
3442026-06-25T04:00:46.206Z Downloaded foreign-types-shared v0.1.1
3452026-06-25T04:00:46.206Z Downloaded filetime v0.2.29
3462026-06-25T04:00:46.206Z Downloaded bytes v1.12.0
3472026-06-25T04:00:46.209Z Downloaded tempfile v3.27.0
3482026-06-25T04:00:46.209Z Downloaded target-spec v3.6.0
3492026-06-25T04:00:46.212Z Downloaded unicode-linebreak v0.1.5
3502026-06-25T04:00:46.212Z Downloaded unicase v2.9.0
3512026-06-25T04:00:46.212Z Downloaded tracing-log v0.2.0
3522026-06-25T04:00:46.215Z Downloaded futures-io v0.3.32
3532026-06-25T04:00:46.215Z Downloaded errno v0.3.14
3542026-06-25T04:00:46.215Z Downloaded duct v0.13.7
3552026-06-25T04:00:46.218Z Downloaded getrandom v0.4.3
3562026-06-25T04:00:46.218Z Downloaded either v1.16.0
3572026-06-25T04:00:46.221Z Downloaded foreign-types v0.3.2
3582026-06-25T04:00:46.221Z Downloaded want v0.3.1
3592026-06-25T04:00:46.225Z Downloaded openssl-sys v0.9.117
3602026-06-25T04:00:46.228Z Downloaded cargo-platform v0.3.3
3612026-06-25T04:00:46.233Z Downloaded curve25519-dalek-derive v0.1.1
3622026-06-25T04:00:46.236Z Downloaded proc-macro2 v1.0.106
3632026-06-25T04:00:46.245Z Downloaded color-spantrace v0.3.0
3642026-06-25T04:00:46.248Z Downloaded socket2 v0.6.4
3652026-06-25T04:00:46.256Z Downloaded cfg-if v1.0.4
3662026-06-25T04:00:46.260Z Downloaded tokio-stream v0.1.18
3672026-06-25T04:00:46.260Z Downloaded document-features v0.2.12
3682026-06-25T04:00:46.261Z Downloaded async-scoped v0.9.0
3692026-06-25T04:00:46.264Z Downloaded cargo_metadata v0.20.0
3702026-06-25T04:00:46.267Z Downloaded futures-task v0.3.32
3712026-06-25T04:00:46.269Z Downloaded toml v0.8.23
3722026-06-25T04:00:46.269Z Downloaded zeroize v1.9.0
3732026-06-25T04:00:46.269Z Downloaded hex v0.4.3
3742026-06-25T04:00:46.273Z Downloaded serde-value v0.7.0
3752026-06-25T04:00:46.275Z Downloaded guppy-workspace-hack v0.1.0
3762026-06-25T04:00:46.278Z Downloaded autocfg v1.5.1
3772026-06-25T04:00:46.281Z Downloaded zipsign-api v0.1.5
3782026-06-25T04:00:46.281Z Downloaded textwrap v0.16.2
3792026-06-25T04:00:46.284Z Downloaded find-msvc-tools v0.1.9
3802026-06-25T04:00:46.285Z Downloaded serde_spanned v0.6.9
3812026-06-25T04:00:46.285Z Downloaded anstyle v1.0.14
3822026-06-25T04:00:46.293Z Downloaded rustls-webpki v0.103.13
3832026-06-25T04:00:46.296Z Downloaded futures-core v0.3.32
3842026-06-25T04:00:46.299Z Downloaded toml_datetime v0.6.11
3852026-06-25T04:00:46.299Z Downloaded cpufeatures v0.2.17
3862026-06-25T04:00:46.302Z Downloaded camino-tempfile v1.4.1
3872026-06-25T04:00:46.302Z Downloaded anstyle-query v1.1.5
3882026-06-25T04:00:46.307Z Downloaded quinn v0.11.11
3892026-06-25T04:00:46.310Z Downloaded tinyvec v1.11.0
3902026-06-25T04:00:46.313Z Downloaded derive_more-impl v2.1.1
3912026-06-25T04:00:46.316Z Downloaded http v1.4.2
3922026-06-25T04:00:46.322Z Downloaded typeid v1.0.3
3932026-06-25T04:00:46.325Z Downloaded urlencoding v2.1.3
3942026-06-25T04:00:46.325Z Downloaded rand v0.9.4
3952026-06-25T04:00:46.328Z Downloaded backtrace-ext v0.2.1
3962026-06-25T04:00:46.332Z Downloaded serde v1.0.228
3972026-06-25T04:00:46.332Z Downloaded dialoguer v0.11.0
3982026-06-25T04:00:46.335Z Downloaded thiserror v1.0.69
3992026-06-25T04:00:46.338Z Downloaded serde_spanned v1.1.1
4002026-06-25T04:00:46.341Z Downloaded tokio-macros v2.7.0
4012026-06-25T04:00:46.343Z Downloaded tracing-attributes v0.1.31
4022026-06-25T04:00:46.343Z Downloaded indexmap v2.14.0
4032026-06-25T04:00:46.346Z Downloaded sync_wrapper v1.0.2
4042026-06-25T04:00:46.346Z Downloaded sha2 v0.10.9
4052026-06-25T04:00:46.350Z Downloaded serde_ignored v0.1.14
4062026-06-25T04:00:46.350Z Downloaded futures-sink v0.3.32
4072026-06-25T04:00:46.353Z Downloaded ed25519-dalek v2.2.0
4082026-06-25T04:00:46.353Z Downloaded ed25519 v2.2.3
4092026-06-25T04:00:46.356Z Downloaded convert_case v0.10.0
4102026-06-25T04:00:46.356Z Downloaded bstr v1.12.2
4112026-06-25T04:00:46.359Z Downloaded memchr v2.8.2
4122026-06-25T04:00:46.362Z Downloaded heck v0.5.0
4132026-06-25T04:00:46.365Z Downloaded anstream v1.0.0
4142026-06-25T04:00:46.365Z Downloaded xattr v1.6.1
4152026-06-25T04:00:46.368Z Downloaded generic-array v0.14.7
4162026-06-25T04:00:46.374Z Downloaded eyre v0.6.12
4172026-06-25T04:00:46.374Z Downloaded zstd v0.13.3
4182026-06-25T04:00:46.377Z Downloaded vte v0.14.1
4192026-06-25T04:00:46.377Z Downloaded zmij v1.0.21
4202026-06-25T04:00:46.377Z Downloaded shlex v2.0.1
4212026-06-25T04:00:46.377Z Downloaded toml_edit v0.22.27
4222026-06-25T04:00:46.377Z Downloaded tar v0.4.46
4232026-06-25T04:00:46.380Z Downloaded der v0.7.10
4242026-06-25T04:00:46.383Z Downloaded zstd-safe v7.2.4
4252026-06-25T04:00:46.383Z Downloaded mio v1.2.1
4262026-06-25T04:00:46.386Z Downloaded miette v7.6.0
4272026-06-25T04:00:46.389Z Downloaded hyper-util v0.1.20
4282026-06-25T04:00:46.392Z Downloaded flate2 v1.1.9
4292026-06-25T04:00:46.395Z Downloaded toml_write v0.1.2
4302026-06-25T04:00:46.398Z Downloaded console v0.15.11
4312026-06-25T04:00:46.398Z Downloaded tokio-rustls v0.26.4
4322026-06-25T04:00:46.401Z Downloaded xxhash-rust v0.8.15
4332026-06-25T04:00:46.401Z Downloaded bitflags v2.13.0
4342026-06-25T04:00:46.404Z Downloaded signal-hook v0.3.18
4352026-06-25T04:00:46.407Z Downloaded serde_core v1.0.228
4362026-06-25T04:00:46.410Z Downloaded uuid v1.23.4
4372026-06-25T04:00:46.410Z Downloaded ahash v0.8.12
4382026-06-25T04:00:46.413Z Downloaded addr2line v0.25.1
4392026-06-25T04:00:46.416Z Downloaded ron v0.12.2
4402026-06-25T04:00:46.422Z Downloaded base64 v0.22.1
4412026-06-25T04:00:46.438Z Downloaded regex v1.12.4
4422026-06-25T04:00:46.446Z Downloaded toml v1.1.2+spec-1.1.0
4432026-06-25T04:00:46.450Z Downloaded typenum v1.20.1
4442026-06-25T04:00:46.453Z Downloaded borsh v1.7.0
4452026-06-25T04:00:46.456Z Downloaded cc v1.2.65
4462026-06-25T04:00:46.456Z Downloaded idna v1.1.0
4472026-06-25T04:00:46.466Z Downloaded reqwest v0.12.28
4482026-06-25T04:00:46.469Z Downloaded url v2.5.8
4492026-06-25T04:00:46.472Z Downloaded hyper v1.10.1
4502026-06-25T04:00:46.477Z Downloaded webpki-roots v1.0.8
4512026-06-25T04:00:46.480Z Downloaded tower v0.5.3
4522026-06-25T04:00:46.485Z Downloaded crossterm v0.29.0
4532026-06-25T04:00:46.493Z Downloaded serde_json v1.0.150
4542026-06-25T04:00:46.498Z Downloaded clap_builder v4.6.0
4552026-06-25T04:00:46.502Z Downloaded itertools v0.14.0
4562026-06-25T04:00:46.505Z Downloaded pulldown-cmark v0.13.4
4572026-06-25T04:00:46.508Z Downloaded h2 v0.4.15
4582026-06-25T04:00:46.512Z Downloaded guppy v0.17.26
4592026-06-25T04:00:46.515Z Downloaded aho-corasick v1.1.4
4602026-06-25T04:00:46.527Z Downloaded winnow v1.0.3
4612026-06-25T04:00:46.532Z Downloaded chrono v0.4.45
4622026-06-25T04:00:46.544Z Downloaded gimli v0.32.3
4632026-06-25T04:00:46.549Z Downloaded unicode-normalization v0.1.25
4642026-06-25T04:00:46.568Z Downloaded tower-http v0.6.11
4652026-06-25T04:00:46.572Z Downloaded color-eyre v0.6.5
4662026-06-25T04:00:46.584Z Downloaded quick-xml v0.38.4
4672026-06-25T04:00:46.587Z Downloaded quick-xml v0.37.5
4682026-06-25T04:00:46.590Z Downloaded portable-atomic v1.13.1
4692026-06-25T04:00:46.619Z Downloaded unicode-segmentation v1.13.3
4702026-06-25T04:00:46.649Z Downloaded quinn-proto v0.11.15
4712026-06-25T04:00:46.655Z Downloaded tracing-subscriber v0.3.23
4722026-06-25T04:00:46.661Z Downloaded winnow v0.7.15
4732026-06-25T04:00:46.716Z Downloaded vcpkg v0.2.15
4742026-06-25T04:00:46.746Z Downloaded nextest-runner v0.80.0
4752026-06-25T04:00:46.752Z Downloaded openssl v0.10.81
4762026-06-25T04:00:46.760Z Downloaded unicode-width v0.1.14
4772026-06-25T04:00:46.763Z Downloaded unicode-width v0.2.2
4782026-06-25T04:00:46.766Z Downloaded syn v2.0.118
4792026-06-25T04:00:46.772Z Downloaded zerocopy v0.8.52
4802026-06-25T04:00:46.795Z Downloaded regex-syntax v0.8.11
4812026-06-25T04:00:46.801Z Downloaded object v0.37.3
4822026-06-25T04:00:46.807Z Downloaded rustix v0.38.44
4832026-06-25T04:00:46.819Z Downloaded rustls v0.23.41
4842026-06-25T04:00:46.825Z Downloaded nix v0.30.1
4852026-06-25T04:00:46.831Z Downloaded rustix v1.1.4
4862026-06-25T04:00:46.883Z Downloaded tracing v0.1.44
4872026-06-25T04:00:46.933Z Downloaded regex-automata v0.4.14
4882026-06-25T04:00:46.981Z Downloaded petgraph v0.8.3
4892026-06-25T04:00:47.001Z Downloaded libc v0.2.186
4902026-06-25T04:00:47.029Z Downloaded tokio v1.52.3
4912026-06-25T04:00:47.086Z Downloaded recursion v0.5.4
4922026-06-25T04:00:47.099Z Downloaded ring v0.17.14
4932026-06-25T04:00:47.159Z Compiling proc-macro2 v1.0.106
4942026-06-25T04:00:47.159Z Compiling libc v0.2.186
4952026-06-25T04:00:47.162Z Compiling quote v1.0.46
4962026-06-25T04:00:47.162Z Compiling unicode-ident v1.0.24
4972026-06-25T04:00:47.162Z Compiling serde_core v1.0.228
4982026-06-25T04:00:47.162Z Compiling cfg-if v1.0.4
4992026-06-25T04:00:47.162Z Compiling memchr v2.8.2
5002026-06-25T04:00:47.162Z Compiling once_cell v1.21.4
5012026-06-25T04:00:47.387Z Compiling log v0.4.33
5022026-06-25T04:00:47.416Z Compiling pin-project-lite v0.2.17
5032026-06-25T04:00:47.520Z Compiling itoa v1.0.18
5042026-06-25T04:00:47.577Z Compiling serde v1.0.228
5052026-06-25T04:00:47.728Z Compiling smallvec v1.15.2
5062026-06-25T04:00:47.764Z Compiling futures-core v0.3.32
5072026-06-25T04:00:47.925Z Compiling bitflags v2.13.0
5082026-06-25T04:00:47.940Z Compiling hashbrown v0.17.1
5092026-06-25T04:00:47.962Z Compiling shlex v2.0.1
5102026-06-25T04:00:48.145Z Compiling equivalent v1.0.2
5112026-06-25T04:00:48.234Z Compiling errno v0.3.14
5122026-06-25T04:00:48.287Z Compiling find-msvc-tools v0.1.9
5132026-06-25T04:00:48.313Z Compiling bytes v1.12.0
5142026-06-25T04:00:48.403Z Compiling signal-hook-registry v1.4.8
5152026-06-25T04:00:48.487Z Compiling jobserver v0.1.34
5162026-06-25T04:00:48.521Z Compiling mio v1.2.1
5172026-06-25T04:00:48.556Z Compiling rustix v1.1.4
5182026-06-25T04:00:48.635Z Compiling syn v2.0.118
5192026-06-25T04:00:48.682Z Compiling futures-sink v0.3.32
5202026-06-25T04:00:48.807Z Compiling cc v1.2.65
5212026-06-25T04:00:48.855Z Compiling socket2 v0.6.4
5222026-06-25T04:00:49.005Z Compiling zmij v1.0.21
5232026-06-25T04:00:49.250Z Compiling slab v0.4.12
5242026-06-25T04:00:49.275Z Compiling futures-channel v0.3.32
5252026-06-25T04:00:49.380Z Compiling tracing-core v0.1.36
5262026-06-25T04:00:49.463Z Compiling serde_json v1.0.150
5272026-06-25T04:00:49.544Z Compiling version_check v0.9.5
5282026-06-25T04:00:49.708Z Compiling indexmap v2.14.0
5292026-06-25T04:00:49.828Z Compiling getrandom v0.4.3
5302026-06-25T04:00:49.847Z Compiling futures-io v0.3.32
5312026-06-25T04:00:50.056Z Compiling futures-task v0.3.32
5322026-06-25T04:00:50.136Z Compiling camino v1.2.3
5332026-06-25T04:00:50.140Z Compiling unicode-width v0.2.2
5342026-06-25T04:00:50.235Z Compiling percent-encoding v2.3.2
5352026-06-25T04:00:50.461Z Compiling ring v0.17.14
5362026-06-25T04:00:50.508Z Compiling http v1.4.2
5372026-06-25T04:00:50.536Z Compiling autocfg v1.5.1
5382026-06-25T04:00:50.571Z Compiling adler2 v2.0.1
5392026-06-25T04:00:50.705Z Compiling simd-adler32 v0.3.9
5402026-06-25T04:00:50.749Z Compiling zeroize v1.9.0
5412026-06-25T04:00:50.916Z Compiling num-traits v0.2.19
5422026-06-25T04:00:50.951Z Compiling miniz_oxide v0.8.9
5432026-06-25T04:00:51.169Z Compiling getrandom v0.3.4
5442026-06-25T04:00:51.516Z Compiling target-lexicon v0.13.5
5452026-06-25T04:00:51.541Z Compiling object v0.37.3
5462026-06-25T04:00:51.730Z Compiling zerocopy v0.8.52
5472026-06-25T04:00:51.971Z Compiling http-body v1.0.1
5482026-06-25T04:00:52.130Z Compiling rustls-pki-types v1.14.1
5492026-06-25T04:00:52.188Z Compiling form_urlencoded v1.2.2
5502026-06-25T04:00:52.211Z Compiling semver v1.0.28
5512026-06-25T04:00:52.257Z Compiling serde_derive v1.0.228
5522026-06-25T04:00:52.369Z Compiling tokio-macros v2.7.0
5532026-06-25T04:00:52.437Z Compiling futures-macro v0.3.32
5542026-06-25T04:00:52.458Z Compiling tracing-attributes v0.1.31
5552026-06-25T04:00:52.754Z Compiling getrandom v0.2.17
5562026-06-25T04:00:52.868Z Compiling owo-colors v4.3.0
5572026-06-25T04:00:52.950Z Compiling utf8_iter v1.0.4
5582026-06-25T04:00:52.989Z Compiling fnv v1.0.7
5592026-06-25T04:00:53.103Z Compiling signal-hook v0.3.18
5602026-06-25T04:00:53.111Z Compiling guppy-workspace-hack v0.1.0
5612026-06-25T04:00:53.128Z Compiling tokio v1.52.3
5622026-06-25T04:00:53.203Z Compiling thiserror v2.0.18
5632026-06-25T04:00:53.272Z Compiling futures-util v0.3.32
5642026-06-25T04:00:53.321Z Compiling gimli v0.32.3
5652026-06-25T04:00:53.340Z Compiling idna_adapter v1.0.0
5662026-06-25T04:00:53.441Z Compiling httparse v1.10.1
5672026-06-25T04:00:53.559Z Compiling untrusted v0.9.0
5682026-06-25T04:00:53.677Z Compiling tracing v0.1.44
5692026-06-25T04:00:53.854Z Compiling idna v1.1.0
5702026-06-25T04:00:53.984Z Compiling thiserror-impl v2.0.18
5712026-06-25T04:00:55.487Z Compiling addr2line v0.25.1
5722026-06-25T04:00:55.761Z Compiling generic-array v0.14.7
5732026-06-25T04:00:55.909Z Compiling target-spec v3.6.0
5742026-06-25T04:00:55.928Z Compiling typeid v1.0.3
5752026-06-25T04:00:55.973Z Compiling rustls v0.23.41
5762026-06-25T04:00:55.999Z Compiling fastrand v2.4.1
5772026-06-25T04:00:56.197Z Compiling try-lock v0.2.5
5782026-06-25T04:00:56.197Z Compiling thiserror v1.0.69
5792026-06-25T04:00:56.222Z Compiling atomic-waker v1.1.2
5802026-06-25T04:00:56.314Z Compiling tower-service v0.3.3
5812026-06-25T04:00:56.327Z Compiling pkg-config v0.3.33
5822026-06-25T04:00:56.347Z Compiling rustc-demangle v0.1.27
5832026-06-25T04:00:56.408Z Compiling want v0.3.1
5842026-06-25T04:00:56.662Z Compiling tempfile v3.27.0
5852026-06-25T04:00:56.741Z Compiling cfg-expr v0.20.8
5862026-06-25T04:00:56.761Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5872026-06-25T04:00:57.177Z Compiling tokio-util v0.7.18
5882026-06-25T04:00:57.438Z Compiling url v2.5.8
5892026-06-25T04:00:57.704Z Compiling h2 v0.4.15
5902026-06-25T04:00:58.295Z Compiling thiserror-impl v1.0.69
5912026-06-25T04:00:58.434Z Compiling terminal_size v0.4.4
5922026-06-25T04:00:58.590Z Compiling backtrace v0.3.76
5932026-06-25T04:00:58.762Z Compiling aho-corasick v1.1.4
5942026-06-25T04:00:59.118Z Compiling regex-syntax v0.8.11
5952026-06-25T04:00:59.490Z Compiling winnow v0.7.15
5962026-06-25T04:00:59.903Z Compiling rustls-webpki v0.103.13
5972026-06-25T04:01:01.401Z Compiling subtle v2.6.1
5982026-06-25T04:01:01.581Z Compiling typenum v1.20.1
5992026-06-25T04:01:02.251Z Compiling erased-serde v0.4.10
6002026-06-25T04:01:02.604Z Compiling regex-automata v0.4.14
6012026-06-25T04:01:03.014Z Compiling hyper v1.10.1
6022026-06-25T04:01:04.333Z Compiling toml_datetime v0.6.11
6032026-06-25T04:01:04.712Z Compiling serde_spanned v0.6.9
6042026-06-25T04:01:04.878Z Compiling ahash v0.8.12
6052026-06-25T04:01:05.135Z Compiling sync_wrapper v1.0.2
6062026-06-25T04:01:05.261Z Compiling foldhash v0.1.5
6072026-06-25T04:01:05.479Z Compiling parking_lot_core v0.9.12
6082026-06-25T04:01:05.761Z Compiling portable-atomic v1.13.1
6092026-06-25T04:01:05.994Z Compiling base64 v0.22.1
6102026-06-25T04:01:06.222Z Compiling tower-layer v0.3.3
6112026-06-25T04:01:06.430Z Compiling ipnet v2.12.0
6122026-06-25T04:01:06.478Z Compiling crc32fast v1.5.0
6132026-06-25T04:01:06.553Z Compiling either v1.16.0
6142026-06-25T04:01:06.718Z Compiling nextest-workspace-hack v0.1.0
6152026-06-25T04:01:06.776Z Compiling unicode-segmentation v1.13.3
6162026-06-25T04:01:06.778Z Compiling lazy_static v1.5.0
6172026-06-25T04:01:06.893Z Compiling is_ci v1.2.0
6182026-06-25T04:01:06.947Z Compiling unicode-linebreak v0.1.5
6192026-06-25T04:01:06.987Z Compiling toml_write v0.1.2
6202026-06-25T04:01:07.060Z Compiling supports-color v3.0.2
6212026-06-25T04:01:07.166Z Compiling toml_edit v0.22.27
6222026-06-25T04:01:07.218Z Compiling textwrap v0.16.2
6232026-06-25T04:01:07.229Z Compiling convert_case v0.10.0
6242026-06-25T04:01:07.314Z Compiling sharded-slab v0.1.7
6252026-06-25T04:01:07.530Z Compiling hyper-util v0.1.20
6262026-06-25T04:01:07.626Z Compiling tower v0.5.3
6272026-06-25T04:01:07.988Z Compiling tokio-rustls v0.26.4
6282026-06-25T04:01:08.209Z Compiling hashbrown v0.15.5
6292026-06-25T04:01:08.627Z Compiling backtrace-ext v0.2.1
6302026-06-25T04:01:08.844Z Compiling ordered-float v2.10.1
6312026-06-25T04:01:08.889Z Compiling webpki-roots v1.0.8
6322026-06-25T04:01:08.903Z Compiling miette-derive v7.6.0
6332026-06-25T04:01:09.006Z Compiling pathdiff v0.2.3
6342026-06-25T04:01:09.113Z Compiling console v0.15.11
6352026-06-25T04:01:09.130Z Compiling tracing-log v0.2.0
6362026-06-25T04:01:09.487Z Compiling cargo-platform v0.3.3
6372026-06-25T04:01:10.007Z Compiling os_pipe v1.2.3
6382026-06-25T04:01:10.056Z Compiling thread_local v1.1.9
6392026-06-25T04:01:10.176Z Compiling winnow v1.0.3
6402026-06-25T04:01:10.179Z Compiling ryu v1.0.23
6412026-06-25T04:01:10.412Z Compiling utf8parse v0.2.2
6422026-06-25T04:01:10.431Z Compiling supports-unicode v3.0.0
6432026-06-25T04:01:10.478Z Compiling fixedbitset v0.5.7
6442026-06-25T04:01:10.522Z Compiling rustix v0.38.44
6452026-06-25T04:01:10.592Z Compiling debug-ignore v1.0.5
6462026-06-25T04:01:10.706Z Compiling supports-hyperlinks v3.2.0
6472026-06-25T04:01:10.902Z Compiling zstd-safe v7.2.4
6482026-06-25T04:01:10.949Z Compiling cfg_aliases v0.2.1
6492026-06-25T04:01:11.001Z Compiling pulldown-cmark v0.13.4
6502026-06-25T04:01:11.024Z Compiling scopeguard v1.2.0
6512026-06-25T04:01:11.132Z Compiling unicode-width v0.1.14
6522026-06-25T04:01:11.254Z Compiling toml_parser v1.1.2+spec-1.1.0
6532026-06-25T04:01:11.443Z Compiling miette v7.6.0
6542026-06-25T04:01:11.542Z Compiling lock_api v0.4.14
6552026-06-25T04:01:11.652Z Compiling nix v0.30.1
6562026-06-25T04:01:11.876Z Compiling petgraph v0.8.3
6572026-06-25T04:01:12.041Z Compiling anstyle-parse v1.0.0
6582026-06-25T04:01:12.298Z Compiling serde_urlencoded v0.7.1
6592026-06-25T04:01:12.578Z Compiling tracing-subscriber v0.3.23
6602026-06-25T04:01:12.592Z Compiling sigchld v0.2.4
6612026-06-25T04:01:12.791Z Compiling cargo_metadata v0.23.1
6622026-06-25T04:01:13.838Z Compiling serde-value v0.7.0
6632026-06-25T04:01:13.841Z Compiling hyper-rustls v0.27.9
6642026-06-25T04:01:14.527Z Compiling serde-untagged v0.1.9
6652026-06-25T04:01:14.594Z Compiling toml v0.8.23
6662026-06-25T04:01:15.163Z Compiling tower-http v0.6.11
6672026-06-25T04:01:15.954Z Compiling derive_more-impl v2.1.1
6682026-06-25T04:01:16.204Z Compiling itertools v0.14.0
6692026-06-25T04:01:16.476Z Compiling regex v1.12.4
6702026-06-25T04:01:16.534Z Compiling block-buffer v0.10.4
6712026-06-25T04:01:16.690Z Compiling crypto-common v0.1.7
6722026-06-25T04:01:16.772Z Compiling ppv-lite86 v0.2.21
6732026-06-25T04:01:16.825Z Compiling rand_core v0.9.5
6742026-06-25T04:01:17.078Z Compiling futures-executor v0.3.32
6752026-06-25T04:01:17.102Z Compiling pin-project-internal v1.1.13
6762026-06-25T04:01:17.447Z Compiling http-body-util v0.1.3
6772026-06-25T04:01:17.607Z Compiling uuid v1.23.4
6782026-06-25T04:01:17.672Z Compiling serde_spanned v1.1.1
6792026-06-25T04:01:17.717Z Compiling toml_datetime v1.1.1+spec-1.1.0
6802026-06-25T04:01:17.828Z Compiling smol_str v0.3.6
6812026-06-25T04:01:17.902Z Compiling filetime v0.2.29
6822026-06-25T04:01:17.975Z Compiling bstr v1.12.2
6832026-06-25T04:01:18.108Z Compiling vte v0.14.1
6842026-06-25T04:01:18.137Z Compiling color-spantrace v0.3.0
6852026-06-25T04:01:18.162Z Compiling eyre v0.6.12
6862026-06-25T04:01:18.174Z Compiling nested v0.1.1
6872026-06-25T04:01:18.330Z Compiling anstyle-query v1.1.5
6882026-06-25T04:01:18.370Z Compiling is_terminal_polyfill v1.70.2
6892026-06-25T04:01:18.454Z Compiling unicode-xid v0.2.6
6902026-06-25T04:01:18.466Z Compiling self_update v0.42.0
6912026-06-25T04:01:18.478Z Compiling static_assertions v1.1.0
6922026-06-25T04:01:18.553Z Compiling unicase v2.9.0
6932026-06-25T04:01:18.586Z Compiling number_prefix v0.4.0
6942026-06-25T04:01:18.633Z Compiling litrs v1.0.0
6952026-06-25T04:01:18.662Z Compiling anstyle v1.0.14
6962026-06-25T04:01:18.691Z Compiling colorchoice v1.0.5
6972026-06-25T04:01:18.721Z Compiling xattr v1.6.1
6982026-06-25T04:01:18.736Z Compiling tinyvec_macros v0.1.1
6992026-06-25T04:01:18.740Z Compiling iana-time-zone v0.1.65
7002026-06-25T04:01:18.805Z Compiling tinyvec v1.11.0
7012026-06-25T04:01:18.835Z Compiling tar v0.4.46
7022026-06-25T04:01:18.910Z Compiling chrono v0.4.45
7032026-06-25T04:01:18.928Z Compiling anstream v1.0.0
7042026-06-25T04:01:19.079Z Compiling document-features v0.2.12
7052026-06-25T04:01:19.093Z Compiling indicatif v0.17.11
7062026-06-25T04:01:19.430Z Compiling cargo-util-schemas v0.2.0
7072026-06-25T04:01:19.649Z Compiling guppy v0.17.26
7082026-06-25T04:01:20.707Z Compiling globset v0.4.18
7092026-06-25T04:01:21.354Z Compiling strip-ansi-escapes v0.2.1
7102026-06-25T04:01:21.817Z Compiling pin-project v1.1.13
7112026-06-25T04:01:21.840Z Compiling nextest-metadata v0.12.2
7122026-06-25T04:01:21.859Z Compiling toml v1.1.2+spec-1.1.0
7132026-06-25T04:01:21.923Z Compiling newtype-uuid v1.3.2
7142026-06-25T04:01:22.115Z Compiling reqwest v0.12.28
7152026-06-25T04:01:22.211Z Compiling futures v0.3.32
7162026-06-25T04:01:22.295Z Compiling rand_chacha v0.9.0
7172026-06-25T04:01:22.299Z Compiling digest v0.10.7
7182026-06-25T04:01:22.528Z Compiling derive_more v2.1.1
7192026-06-25T04:01:22.611Z Compiling flate2 v1.1.9
7202026-06-25T04:01:22.838Z Compiling parking_lot v0.12.5
7212026-06-25T04:01:23.162Z Compiling tracing-error v0.2.1
7222026-06-25T04:01:23.402Z Compiling shared_child v1.1.1
7232026-06-25T04:01:23.948Z Compiling signal-hook-mio v0.2.5
7242026-06-25T04:01:24.084Z Compiling self-replace v1.5.0
7252026-06-25T04:01:24.098Z Compiling cargo-platform v0.2.0
7262026-06-25T04:01:24.377Z Compiling quick-xml v0.37.5
7272026-06-25T04:01:24.655Z Compiling quick-xml v0.38.4
7282026-06-25T04:01:25.044Z Compiling strsim v0.11.1
7292026-06-25T04:01:25.080Z Compiling indenter v0.3.4
7302026-06-25T04:01:25.217Z Compiling urlencoding v2.1.3
7312026-06-25T04:01:25.461Z Compiling recursion v0.5.4
7322026-06-25T04:01:25.604Z Compiling clap_lex v1.1.0
7332026-06-25T04:01:25.865Z Compiling humantime v2.3.0
7342026-06-25T04:01:25.927Z Compiling shell-words v1.1.1
7352026-06-25T04:01:26.011Z Compiling heck v0.5.0
7362026-06-25T04:01:26.180Z Compiling cpufeatures v0.2.17
7372026-06-25T04:01:26.290Z Compiling sha2 v0.10.9
7382026-06-25T04:01:26.294Z Compiling humantime-serde v1.1.1
7392026-06-25T04:01:26.455Z Compiling clap_builder v4.6.0
7402026-06-25T04:01:26.468Z Compiling clap_derive v4.6.1
7412026-06-25T04:01:26.480Z Compiling nextest-filtering v0.15.0
7422026-06-25T04:01:27.506Z Compiling quick-junit v0.5.2
7432026-06-25T04:01:28.747Z Compiling atomicwrites v0.4.4
7442026-06-25T04:01:29.045Z Compiling cargo_metadata v0.20.0
7452026-06-25T04:01:30.429Z Compiling cargo-nextest v0.9.97
7462026-06-25T04:01:30.648Z Compiling crossterm v0.29.0
7472026-06-25T04:01:31.659Z Compiling duct v0.13.7
7482026-06-25T04:01:33.384Z Compiling config v0.15.24
7492026-06-25T04:01:33.550Z Compiling rand v0.9.4
7502026-06-25T04:01:33.681Z Compiling zstd v0.13.3
7512026-06-25T04:01:33.771Z Compiling async-scoped v0.9.0
7522026-06-25T04:01:33.848Z Compiling unicode-normalization v0.1.25
7532026-06-25T04:01:33.964Z Compiling target-spec-miette v0.4.8
7542026-06-25T04:01:34.104Z Compiling future-queue v0.4.0
7552026-06-25T04:01:34.274Z Compiling mukti-metadata v0.3.0
7562026-06-25T04:01:34.311Z Compiling tokio-stream v0.1.18
7572026-06-25T04:01:34.396Z Compiling camino-tempfile v1.4.1
7582026-06-25T04:01:34.399Z Compiling derive-where v1.6.1
7592026-06-25T04:01:34.434Z Compiling serde_path_to_error v0.1.20
7602026-06-25T04:01:34.764Z Compiling serde_ignored v0.1.14
7612026-06-25T04:01:34.831Z Compiling home v0.5.12
7622026-06-25T04:01:34.845Z Compiling indent_write v2.2.0
7632026-06-25T04:01:34.889Z Compiling hex v0.4.3
7642026-06-25T04:01:34.986Z Compiling xxhash-rust v0.8.15
7652026-06-25T04:01:35.002Z Compiling swrite v0.1.0
7662026-06-25T04:01:35.109Z Compiling color-eyre v0.6.5
7672026-06-25T04:01:35.156Z Compiling clap v4.6.1
7682026-06-25T04:01:35.168Z Compiling dialoguer v0.11.0
7692026-06-25T04:01:35.180Z Compiling enable-ansi-support v0.2.1
7702026-06-25T04:01:35.682Z Compiling nextest-runner v0.80.0
7712026-06-25T04:01:53.790Z Finished `release` profile [optimized] target(s) in 1m 11s
7722026-06-25T04:01:53.974Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-06-25T04:01:53.977Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-06-25T04:01:54.097Z+ pushd bgp
7752026-06-25T04:01:54.100Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-06-25T04:01:54.100Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-06-25T04:01:54.260Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-06-25T04:01:54.869ZFrom https://github.com/oxidecomputer/falcon
7792026-06-25T04:01:54.870Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7802026-06-25T04:01:54.946Z Updating crates.io index
7812026-06-25T04:01:54.991Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-06-25T04:01:55.343ZFrom https://github.com/oxidecomputer/dendrite
7832026-06-25T04:01:55.343Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7842026-06-25T04:01:55.405Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-06-25T04:01:55.671ZFrom https://github.com/oxidecomputer/ispf
7862026-06-25T04:01:55.671Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7872026-06-25T04:01:55.679Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-06-25T04:01:55.996ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-06-25T04:01:55.996Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7902026-06-25T04:01:56.003Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-06-25T04:02:01.789ZFrom https://github.com/oxidecomputer/omicron
7922026-06-25T04:02:01.789Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7932026-06-25T04:02:02.213Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-06-25T04:02:02.847ZFrom https://github.com/oxidecomputer/opte
7952026-06-25T04:02:02.847Z * [new ref] cd7749d9dd18f39e065781147cbf51d39930ceca -> refs/commit/cd7749d9dd18f39e065781147cbf51d39930ceca
7962026-06-25T04:02:02.966Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-06-25T04:02:03.205ZFrom https://github.com/illumos/smf-rs
7982026-06-25T04:02:03.205Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-06-25T04:02:03.217Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-06-25T04:02:03.464ZFrom https://github.com/oxidecomputer/network-interface
8012026-06-25T04:02:03.464Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-06-25T04:02:03.535Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-06-25T04:02:03.780ZFrom https://github.com/oxidecomputer/zone
8042026-06-25T04:02:03.780Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-06-25T04:02:03.787Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-06-25T04:02:04.422ZFrom https://github.com/oxidecomputer/propolis
8072026-06-25T04:02:04.422Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-06-25T04:02:04.533Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-06-25T04:02:04.988ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-06-25T04:02:04.989Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8112026-06-25T04:02:05.078Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-06-25T04:02:05.353ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-06-25T04:02:05.353Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8142026-06-25T04:02:05.371Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-06-25T04:02:05.639ZFrom https://github.com/jmesmon/rust-libzfs
8162026-06-25T04:02:05.639Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-06-25T04:02:05.646Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-06-25T04:02:05.900ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-06-25T04:02:05.900Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-06-25T04:02:05.941Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-06-25T04:02:06.269ZFrom https://github.com/oxidecomputer/lldp
8222026-06-25T04:02:06.269Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8232026-06-25T04:02:06.282Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-06-25T04:02:06.526ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-06-25T04:02:06.526Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-06-25T04:02:06.687Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-06-25T04:02:06.986ZFrom https://github.com/oxidecomputer/tufaceous
8282026-06-25T04:02:06.986Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-06-25T04:02:07.005Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-06-25T04:02:07.448ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-06-25T04:02:07.448Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8322026-06-25T04:02:07.562Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-06-25T04:02:08.344ZFrom https://github.com/oxidecomputer/crucible
8342026-06-25T04:02:08.344Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-06-25T04:02:08.530Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-06-25T04:02:08.755ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-06-25T04:02:08.755Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-06-25T04:02:08.772Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-06-25T04:02:09.197ZFrom https://github.com/oxidecomputer/propolis
8402026-06-25T04:02:09.197Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8412026-06-25T04:02:09.525Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-25T04:02:10.229ZFrom https://github.com/oxidecomputer/crucible
8432026-06-25T04:02:10.229Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8442026-06-25T04:02:10.353Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-06-25T04:02:10.696ZFrom https://github.com/oxidecomputer/tofino
8462026-06-25T04:02:10.696Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8472026-06-25T04:02:10.708Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-06-25T04:02:11.353ZFrom https://github.com/oxidecomputer/maghemite
8492026-06-25T04:02:11.353Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8502026-06-25T04:02:11.440Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-06-25T04:02:11.841ZFrom https://github.com/oxidecomputer/clickward
8522026-06-25T04:02:11.841Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-06-25T04:02:12.170Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-06-25T04:02:12.420ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-06-25T04:02:12.420Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-06-25T04:02:13.595Z Downloading crates ...
8572026-06-25T04:02:13.698Z Downloaded crucible-workspace-hack v0.1.0
8582026-06-25T04:02:13.712Z Downloaded bcs v0.1.6
8592026-06-25T04:02:13.746Z Downloaded arrayvec v0.7.6
8602026-06-25T04:02:13.746Z Downloaded defmt v1.1.0
8612026-06-25T04:02:13.746Z Downloaded is-terminal v0.4.17
8622026-06-25T04:02:13.746Z Downloaded heck v0.4.1
8632026-06-25T04:02:13.746Z Downloaded fxhash v0.2.1
8642026-06-25T04:02:13.752Z Downloaded darling_core v0.21.3
8652026-06-25T04:02:13.753Z Downloaded instant v0.1.13
8662026-06-25T04:02:13.753Z Downloaded linear-map v1.2.0
8672026-06-25T04:02:13.753Z Downloaded hostname v0.4.2
8682026-06-25T04:02:13.753Z Downloaded anyhow v1.0.102
8692026-06-25T04:02:13.753Z Downloaded git-stub v1.0.0
8702026-06-25T04:02:13.753Z Downloaded diff v0.1.13
8712026-06-25T04:02:13.753Z Downloaded libm v0.2.16
8722026-06-25T04:02:13.753Z Downloaded num-integer v0.1.46
8732026-06-25T04:02:13.753Z Downloaded hubpack v0.1.2
8742026-06-25T04:02:13.753Z Downloaded num_enum_derive v0.5.11
8752026-06-25T04:02:13.753Z Downloaded dunce v1.0.5
8762026-06-25T04:02:13.753Z Downloaded bs58 v0.5.1
8772026-06-25T04:02:13.753Z Downloaded lru-cache v0.1.2
8782026-06-25T04:02:13.753Z Downloaded httpdate v1.0.3
8792026-06-25T04:02:13.780Z Downloaded block-buffer v0.12.0
8802026-06-25T04:02:13.780Z Downloaded ciborium-io v0.2.2
8812026-06-25T04:02:13.780Z Downloaded ipnetwork v0.21.1
8822026-06-25T04:02:13.780Z Downloaded hashbrown v0.12.3
8832026-06-25T04:02:13.796Z Downloaded newtype-uuid-macros v0.1.0
8842026-06-25T04:02:13.796Z Downloaded indexmap v1.9.3
8852026-06-25T04:02:13.796Z Downloaded async-recursion v1.1.1
8862026-06-25T04:02:13.796Z Downloaded internet-checksum v0.2.1
8872026-06-25T04:02:13.796Z Downloaded aead v0.5.2
8882026-06-25T04:02:13.796Z Downloaded half v2.7.1
8892026-06-25T04:02:13.796Z Downloaded libsw v3.5.0
8902026-06-25T04:02:13.796Z Downloaded dof v0.4.0
8912026-06-25T04:02:13.797Z Downloaded icu_provider v2.2.0
8922026-06-25T04:02:13.797Z Downloaded digest v0.11.3
8932026-06-25T04:02:13.797Z Downloaded inout v0.1.4
8942026-06-25T04:02:13.797Z Downloaded const_format_proc_macros v0.2.34
8952026-06-25T04:02:13.829Z Downloaded compression-codecs v0.4.38
8962026-06-25T04:02:13.829Z Downloaded bit-set v0.8.0
8972026-06-25T04:02:13.829Z Downloaded byteorder v1.5.0
8982026-06-25T04:02:13.829Z Downloaded base16ct v0.2.0
8992026-06-25T04:02:13.829Z Downloaded log v0.4.32
9002026-06-25T04:02:13.829Z Downloaded hostname v0.3.1
9012026-06-25T04:02:13.830Z Downloaded expectorate v1.2.0
9022026-06-25T04:02:13.830Z Downloaded dtrace-parser v0.2.0
9032026-06-25T04:02:13.830Z Downloaded crunchy v0.2.4
9042026-06-25T04:02:13.830Z Downloaded darling_macro v0.21.3
9052026-06-25T04:02:13.851Z Downloaded compression-core v0.4.32
9062026-06-25T04:02:13.852Z Downloaded defmt-parser v1.0.0
9072026-06-25T04:02:13.852Z Downloaded crypto-common v0.2.2
9082026-06-25T04:02:13.852Z Downloaded hybrid-array v0.4.12
9092026-06-25T04:02:13.852Z Downloaded num-rational v0.4.2
9102026-06-25T04:02:13.852Z Downloaded derive_more v0.99.20
9112026-06-25T04:02:13.852Z Downloaded omicron-workspace-hack v0.1.0
9122026-06-25T04:02:13.852Z Downloaded minimal-lexical v0.2.1
9132026-06-25T04:02:13.852Z Downloaded papergrid v0.11.0
9142026-06-25T04:02:13.852Z Downloaded cpufeatures v0.3.0
9152026-06-25T04:02:13.852Z Downloaded dropshot-api-manager-types v0.7.2
9162026-06-25T04:02:13.852Z Downloaded defmt-macros v1.1.0
9172026-06-25T04:02:13.852Z Downloaded crossbeam-deque v0.8.6
9182026-06-25T04:02:13.852Z Downloaded async-stream v0.3.6
9192026-06-25T04:02:13.852Z Downloaded no-std-compat v0.4.1
9202026-06-25T04:02:13.852Z Downloaded darling_macro v0.23.0
9212026-06-25T04:02:13.852Z Downloaded bytecount v0.6.9
9222026-06-25T04:02:13.852Z Downloaded ciborium-ll v0.2.2
9232026-06-25T04:02:13.884Z Downloaded async-trait v0.1.89
9242026-06-25T04:02:13.884Z Downloaded defmt v0.3.100
9252026-06-25T04:02:13.884Z Downloaded crc8 v0.1.1
9262026-06-25T04:02:13.884Z Downloaded const-random v0.1.18
9272026-06-25T04:02:13.884Z Downloaded natord v1.0.9
9282026-06-25T04:02:13.884Z Downloaded convert_case v0.4.0
9292026-06-25T04:02:13.884Z Downloaded const-random-macro v0.1.16
9302026-06-25T04:02:13.884Z Downloaded match_cfg v0.1.0
9312026-06-25T04:02:13.884Z Downloaded cobs v0.3.0
9322026-06-25T04:02:13.884Z Downloaded cipher v0.4.4
9332026-06-25T04:02:13.884Z Downloaded base16ct v1.0.0
9342026-06-25T04:02:13.884Z Downloaded arc-swap v1.9.1
9352026-06-25T04:02:13.884Z Downloaded embedded-io v0.6.1
9362026-06-25T04:02:13.884Z Downloaded parse-display-derive v0.10.0
9372026-06-25T04:02:13.884Z Downloaded paste v1.0.15
9382026-06-25T04:02:13.884Z Downloaded dof v0.3.0
9392026-06-25T04:02:13.884Z Downloaded num-iter v0.1.45
9402026-06-25T04:02:13.885Z Downloaded parse-display v0.10.0
9412026-06-25T04:02:13.885Z Downloaded newtype_derive v0.1.6
9422026-06-25T04:02:13.885Z Downloaded foreign-types-macros v0.2.3
9432026-06-25T04:02:13.913Z Downloaded papergrid v0.18.0
9442026-06-25T04:02:13.913Z Downloaded parking_lot v0.11.2
9452026-06-25T04:02:13.913Z Downloaded deranged v0.5.8
9462026-06-25T04:02:13.913Z Downloaded enum-as-inner v0.6.1
9472026-06-25T04:02:13.913Z Downloaded chacha20 v0.9.1
9482026-06-25T04:02:13.913Z Downloaded backoff v0.4.0
9492026-06-25T04:02:13.914Z Downloaded num_threads v0.1.7
9502026-06-25T04:02:13.914Z Downloaded num-conv v0.2.2
9512026-06-25T04:02:13.914Z Downloaded managed v0.8.0
9522026-06-25T04:02:13.914Z Downloaded displaydoc v0.2.6
9532026-06-25T04:02:13.914Z Downloaded cargo_toml v0.22.3
9542026-06-25T04:02:13.914Z Downloaded bit-vec v0.8.0
9552026-06-25T04:02:13.914Z Downloaded libsw-core v0.3.2
9562026-06-25T04:02:13.914Z Downloaded data-encoding v2.11.0
9572026-06-25T04:02:13.914Z Downloaded derive-ex v0.1.8
9582026-06-25T04:02:13.914Z Downloaded chacha20 v0.10.0
9592026-06-25T04:02:13.914Z Downloaded gethostname v0.5.0
9602026-06-25T04:02:13.914Z Downloaded daft v0.1.7
9612026-06-25T04:02:13.931Z Downloaded critical-section v1.2.0
9622026-06-25T04:02:13.931Z Downloaded phf v0.12.1
9632026-06-25T04:02:13.931Z Downloaded darling v0.21.3
9642026-06-25T04:02:13.931Z Downloaded progenitor-client v0.14.0
9652026-06-25T04:02:13.931Z Downloaded proc-macro-crate v1.3.1
9662026-06-25T04:02:13.931Z Downloaded olpc-cjson v0.1.4
9672026-06-25T04:02:13.931Z Downloaded byte-wrapper v0.1.0
9682026-06-25T04:02:13.931Z Downloaded csv-core v0.1.13
9692026-06-25T04:02:13.931Z Downloaded potential_utf v0.1.5
9702026-06-25T04:02:13.931Z Downloaded proc-macro-error-attr2 v2.0.0
9712026-06-25T04:02:13.931Z Downloaded litemap v0.8.2
9722026-06-25T04:02:13.931Z Downloaded progenitor-client v0.10.0
9732026-06-25T04:02:13.931Z Downloaded num v0.4.3
9742026-06-25T04:02:13.931Z Downloaded cstr-argument v0.1.2
9752026-06-25T04:02:13.931Z Downloaded crossbeam-epoch v0.9.18
9762026-06-25T04:02:13.931Z Downloaded oxnet v0.1.6
9772026-06-25T04:02:13.931Z Downloaded ciborium v0.2.2
9782026-06-25T04:02:13.931Z Downloaded hmac v0.12.1
9792026-06-25T04:02:13.932Z Downloaded postcard v1.1.3
9802026-06-25T04:02:13.963Z Downloaded num_enum_derive v0.7.6
9812026-06-25T04:02:13.963Z Downloaded daft-derive v0.1.7
9822026-06-25T04:02:13.963Z Downloaded ingot-macros v0.1.1
9832026-06-25T04:02:13.963Z Downloaded highway v1.3.0
9842026-06-25T04:02:13.963Z Downloaded proc-macro-crate v3.5.0
9852026-06-25T04:02:13.963Z Downloaded opaque-debug v0.3.1
9862026-06-25T04:02:13.963Z Downloaded darling v0.23.0
9872026-06-25T04:02:13.963Z Downloaded rustc_version v0.1.7
9882026-06-25T04:02:13.963Z Downloaded drift v0.2.0
9892026-06-25T04:02:13.989Z Downloaded pem v3.0.6
9902026-06-25T04:02:13.989Z Downloaded camino v1.2.2
9912026-06-25T04:02:13.989Z Downloaded num-complex v0.4.6
9922026-06-25T04:02:13.989Z Downloaded async-compression v0.4.42
9932026-06-25T04:02:13.989Z Downloaded quick-error v1.2.3
9942026-06-25T04:02:13.989Z Downloaded progenitor-macro v0.13.0
9952026-06-25T04:02:13.989Z Downloaded same-file v1.0.6
9962026-06-25T04:02:13.990Z Downloaded proc-macro-error-attr v1.0.4
9972026-06-25T04:02:13.990Z Downloaded backon v1.6.0
9982026-06-25T04:02:13.990Z Downloaded rand_xorshift v0.4.0
9992026-06-25T04:02:13.990Z Downloaded icu_normalizer_data v2.2.0
10002026-06-25T04:02:13.990Z Downloaded num_enum v0.7.6
10012026-06-25T04:02:13.990Z Downloaded scroll_derive v0.13.1
10022026-06-25T04:02:13.990Z Downloaded darling_core v0.23.0
10032026-06-25T04:02:13.990Z Downloaded ref-cast-impl v1.0.25
10042026-06-25T04:02:13.990Z Downloaded rand_chacha v0.3.1
10052026-06-25T04:02:13.990Z Downloaded plain v0.2.3
10062026-06-25T04:02:13.990Z Downloaded siphasher v1.0.3
10072026-06-25T04:02:13.990Z Downloaded indicatif v0.18.4
10082026-06-25T04:02:14.022Z Downloaded cookie v0.18.1
10092026-06-25T04:02:14.022Z Downloaded serde_derive_internals v0.29.1
10102026-06-25T04:02:14.022Z Downloaded blake2 v0.10.6
10112026-06-25T04:02:14.022Z Downloaded bitflags v2.12.1
10122026-06-25T04:02:14.022Z Downloaded dropshot_endpoint v0.17.1
10132026-06-25T04:02:14.022Z Downloaded console v0.16.3
10142026-06-25T04:02:14.022Z Downloaded proc-macro-error v1.0.4
10152026-06-25T04:02:14.022Z Downloaded jiff-static v0.2.28
10162026-06-25T04:02:14.022Z Downloaded quote v1.0.45
10172026-06-25T04:02:14.023Z Downloaded cmake v0.1.58
10182026-06-25T04:02:14.023Z Downloaded group v0.13.0
10192026-06-25T04:02:14.023Z Downloaded constant_time_eq v0.4.2
10202026-06-25T04:02:14.023Z Downloaded smawk v0.3.2
10212026-06-25T04:02:14.023Z Downloaded serde_repr v0.1.20
10222026-06-25T04:02:14.023Z Downloaded arrayref v0.3.9
10232026-06-25T04:02:14.023Z Downloaded embedded-io v0.4.0
10242026-06-25T04:02:14.043Z Downloaded scroll_derive v0.12.1
10252026-06-25T04:02:14.043Z Downloaded dtrace-parser v0.3.0
10262026-06-25T04:02:14.043Z Downloaded crossbeam-utils v0.8.21
10272026-06-25T04:02:14.043Z Downloaded serde_plain v1.0.2
10282026-06-25T04:02:14.043Z Downloaded colored v3.1.1
10292026-06-25T04:02:14.044Z Downloaded poly1305 v0.8.0
10302026-06-25T04:02:14.044Z Downloaded spin v0.5.2
10312026-06-25T04:02:14.044Z Downloaded pretty_assertions v1.4.1
10322026-06-25T04:02:14.044Z Downloaded const-oid v0.10.2
10332026-06-25T04:02:14.044Z Downloaded ident_case v1.0.1
10342026-06-25T04:02:14.044Z Downloaded bitflags v1.3.2
10352026-06-25T04:02:14.044Z Downloaded cancel-safe-futures v0.1.5
10362026-06-25T04:02:14.044Z Downloaded schemars v0.9.0
10372026-06-25T04:02:14.044Z Downloaded sigpipe v0.1.3
10382026-06-25T04:02:14.044Z Downloaded progenitor v0.13.0
10392026-06-25T04:02:14.044Z Downloaded smf v0.2.3
10402026-06-25T04:02:14.044Z Downloaded serial_test_derive v3.5.0
10412026-06-25T04:02:14.044Z Downloaded serial_test v3.5.0
10422026-06-25T04:02:14.044Z Downloaded sha1 v0.11.0
10432026-06-25T04:02:14.044Z Downloaded progenitor-impl v0.10.0
10442026-06-25T04:02:14.044Z Downloaded slog-bunyan v2.5.0
10452026-06-25T04:02:14.087Z Downloaded semver v0.1.20
10462026-06-25T04:02:14.088Z Downloaded secrecy v0.10.3
10472026-06-25T04:02:14.088Z Downloaded scroll v0.13.0
10482026-06-25T04:02:14.088Z Downloaded schemars v0.8.22
10492026-06-25T04:02:14.088Z Downloaded rand_core v0.10.1
10502026-06-25T04:02:14.088Z Downloaded powerfmt v0.2.0
10512026-06-25T04:02:14.088Z Downloaded pest_generator v2.8.6
10522026-06-25T04:02:14.088Z Downloaded ref-cast v1.0.25
10532026-06-25T04:02:14.088Z Downloaded smallvec v1.15.1
10542026-06-25T04:02:14.088Z Downloaded progenitor-extras v0.2.0
10552026-06-25T04:02:14.088Z Downloaded termtree v0.5.1
10562026-06-25T04:02:14.088Z Downloaded progenitor v0.10.0
10572026-06-25T04:02:14.088Z Downloaded parking_lot_core v0.8.6
10582026-06-25T04:02:14.125Z Downloaded strum v0.27.2
10592026-06-25T04:02:14.125Z Downloaded structmeta-derive v0.3.0
10602026-06-25T04:02:14.125Z Downloaded hashbrown v0.16.1
10612026-06-25T04:02:14.125Z Downloaded strum_macros v0.27.2
10622026-06-25T04:02:14.125Z Downloaded progenitor-client v0.13.0
10632026-06-25T04:02:14.125Z Downloaded thread-id v5.1.0
10642026-06-25T04:02:14.125Z Downloaded chacha20poly1305 v0.10.1
10652026-06-25T04:02:14.125Z Downloaded synstructure v0.13.2
10662026-06-25T04:02:14.126Z Downloaded omicron-zone-package v0.12.2
10672026-06-25T04:02:14.126Z Downloaded progenitor-macro v0.14.0
10682026-06-25T04:02:14.126Z Downloaded stable_deref_trait v1.2.1
10692026-06-25T04:02:14.126Z Downloaded progenitor-impl v0.14.0
10702026-06-25T04:02:14.126Z Downloaded argon2 v0.5.3
10712026-06-25T04:02:14.126Z Downloaded time-core v0.1.8
10722026-06-25T04:02:14.126Z Downloaded strum v0.26.3
10732026-06-25T04:02:14.126Z Downloaded schemars_derive v0.8.22
10742026-06-25T04:02:14.126Z Downloaded rustls-native-certs v0.8.4
10752026-06-25T04:02:14.126Z Downloaded resolv-conf v0.7.6
10762026-06-25T04:02:14.126Z Downloaded tabled_derive v0.11.0
10772026-06-25T04:02:14.126Z Downloaded rusty-fork v0.3.1
10782026-06-25T04:02:14.126Z Downloaded foreign-types-shared v0.3.1
10792026-06-25T04:02:14.126Z Downloaded async-stream-impl v0.3.6
10802026-06-25T04:02:14.126Z Downloaded serde_tokenstream v0.2.3
10812026-06-25T04:02:14.126Z Downloaded allocator-api2 v0.2.21
10822026-06-25T04:02:14.126Z Downloaded scroll v0.12.0
10832026-06-25T04:02:14.126Z Downloaded icu_properties_data v2.2.0
10842026-06-25T04:02:14.126Z Downloaded term v1.2.1
10852026-06-25T04:02:14.126Z Downloaded float-ord v0.3.2
10862026-06-25T04:02:14.126Z Downloaded take_mut v0.2.2
10872026-06-25T04:02:14.126Z Downloaded tagptr v0.2.0
10882026-06-25T04:02:14.126Z Downloaded tabled_derive v0.7.0
10892026-06-25T04:02:14.126Z Downloaded pest_derive v2.8.6
10902026-06-25T04:02:14.127Z Downloaded typify-macro v0.4.3
10912026-06-25T04:02:14.168Z Downloaded schemars v1.2.1
10922026-06-25T04:02:14.168Z Downloaded smartstring v1.0.1
10932026-06-25T04:02:14.168Z Downloaded structmeta v0.3.0
10942026-06-25T04:02:14.168Z Downloaded slog-scope v4.4.1
10952026-06-25T04:02:14.168Z Downloaded slog-json v2.6.1
10962026-06-25T04:02:14.168Z Downloaded slog-async v2.8.0
10972026-06-25T04:02:14.168Z Downloaded thread-id v4.2.2
10982026-06-25T04:02:14.168Z Downloaded strum_macros v0.26.4
10992026-06-25T04:02:14.168Z Downloaded thiserror-impl-no-std v2.0.2
11002026-06-25T04:02:14.168Z Downloaded unarray v0.1.4
11012026-06-25T04:02:14.168Z Downloaded foreign-types v0.5.0
11022026-06-25T04:02:14.168Z Downloaded bytes v1.11.1
11032026-06-25T04:02:14.169Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-06-25T04:02:14.169Z Downloaded base64 v0.21.7
11052026-06-25T04:02:14.169Z Downloaded rustls-pemfile v2.2.0
11062026-06-25T04:02:14.169Z Downloaded rhai_codegen v3.2.0
11072026-06-25T04:02:14.187Z Downloaded snafu-derive v0.8.9
11082026-06-25T04:02:14.187Z Downloaded linked-hash-map v0.5.6
11092026-06-25T04:02:14.187Z Downloaded erased-serde v0.3.31
11102026-06-25T04:02:14.187Z Downloaded libscf-sys v1.2.0
11112026-06-25T04:02:14.187Z Downloaded crypto-bigint v0.5.5
11122026-06-25T04:02:14.187Z Downloaded phf_shared v0.12.1
11132026-06-25T04:02:14.187Z Downloaded newline-converter v0.3.0
11142026-06-25T04:02:14.188Z Downloaded cc v1.2.63
11152026-06-25T04:02:14.188Z Downloaded hubpack_derive v0.1.1
11162026-06-25T04:02:14.188Z Downloaded unit-prefix v0.5.2
11172026-06-25T04:02:14.188Z Downloaded topological-sort v0.2.2
11182026-06-25T04:02:14.188Z Downloaded typify-macro v0.6.2
11192026-06-25T04:02:14.188Z Downloaded steno v0.4.1
11202026-06-25T04:02:14.188Z Downloaded memmap2 v0.9.10
11212026-06-25T04:02:14.188Z Downloaded thiserror-no-std v2.0.2
11222026-06-25T04:02:14.188Z Downloaded usdt v0.5.0
11232026-06-25T04:02:14.188Z Downloaded fixedbitset v0.4.2
11242026-06-25T04:02:14.188Z Downloaded testing_table v0.3.0
11252026-06-25T04:02:14.188Z Downloaded progenitor-macro v0.10.0
11262026-06-25T04:02:14.188Z Downloaded konst_macro_rules v0.2.19
11272026-06-25T04:02:14.188Z Downloaded idna_adapter v1.2.2
11282026-06-25T04:02:14.188Z Downloaded untrusted v0.7.1
11292026-06-25T04:02:14.189Z Downloaded usdt-attr-macro v0.6.0
11302026-06-25T04:02:14.189Z Downloaded usdt v0.6.0
11312026-06-25T04:02:14.189Z Downloaded dyn-clone v1.0.20
11322026-06-25T04:02:14.189Z Downloaded utf-8 v0.7.6
11332026-06-25T04:02:14.189Z Downloaded tabwriter v1.4.1
11342026-06-25T04:02:14.189Z Downloaded num_enum v0.5.11
11352026-06-25T04:02:14.189Z Downloaded fs-err v3.3.0
11362026-06-25T04:02:14.189Z Downloaded prettyplease v0.2.37
11372026-06-25T04:02:14.210Z Downloaded spin v0.9.8
11382026-06-25T04:02:14.210Z Downloaded zerofrom v0.1.8
11392026-06-25T04:02:14.210Z Downloaded waitgroup v0.1.2
11402026-06-25T04:02:14.210Z Downloaded wait-timeout v0.2.1
11412026-06-25T04:02:14.210Z Downloaded usdt-attr-macro v0.5.0
11422026-06-25T04:02:14.210Z Downloaded time-macros v0.2.27
11432026-06-25T04:02:14.210Z Downloaded zone v0.3.1
11442026-06-25T04:02:14.210Z Downloaded tokio-dtrace v0.1.1
11452026-06-25T04:02:14.210Z Downloaded crossbeam-channel v0.5.15
11462026-06-25T04:02:14.210Z Downloaded zeroize_derive v1.4.3
11472026-06-25T04:02:14.211Z Downloaded const_format v0.2.36
11482026-06-25T04:02:14.211Z Downloaded progenitor-impl v0.13.0
11492026-06-25T04:02:14.211Z Downloaded tokio-tungstenite v0.21.0
11502026-06-25T04:02:14.230Z Downloaded usdt-macro v0.5.0
11512026-06-25T04:02:14.230Z Downloaded slog-dtrace v0.3.0
11522026-06-25T04:02:14.230Z Downloaded rustversion v1.0.22
11532026-06-25T04:02:14.230Z Downloaded yoke-derive v0.8.2
11542026-06-25T04:02:14.230Z Downloaded memoffset v0.9.1
11552026-06-25T04:02:14.230Z Downloaded git-stub-vcs v0.1.0
11562026-06-25T04:02:14.230Z Downloaded progenitor v0.14.0
11572026-06-25T04:02:14.230Z Downloaded usdt-impl v0.6.0
11582026-06-25T04:02:14.230Z Downloaded macaddr v1.0.1
11592026-06-25T04:02:14.230Z Downloaded usdt-impl v0.5.0
11602026-06-25T04:02:14.230Z Downloaded zone_cfg_derive v0.3.1
11612026-06-25T04:02:14.230Z Downloaded slog-stdlog v4.1.1
11622026-06-25T04:02:14.230Z Downloaded proptest v1.11.0
11632026-06-25T04:02:14.231Z Downloaded tinystr v0.8.3
11642026-06-25T04:02:14.231Z Downloaded pretty-hex v0.4.2
11652026-06-25T04:02:14.231Z Downloaded num-derive v0.4.2
11662026-06-25T04:02:14.231Z Downloaded hash32 v0.3.1
11672026-06-25T04:02:14.231Z Downloaded password-hash v0.5.0
11682026-06-25T04:02:14.231Z Downloaded ingot v0.1.1
11692026-06-25T04:02:14.261Z Downloaded tiny-keccak v2.0.2
11702026-06-25T04:02:14.261Z Downloaded memmap v0.7.0
11712026-06-25T04:02:14.261Z Downloaded universal-hash v0.5.1
11722026-06-25T04:02:14.261Z Downloaded keccak v0.1.6
11732026-06-25T04:02:14.276Z Downloaded similar v2.7.0
11742026-06-25T04:02:14.276Z Downloaded xz2 v0.1.7
11752026-06-25T04:02:14.276Z Downloaded thin-vec v0.2.18
11762026-06-25T04:02:14.276Z Downloaded walkdir v2.5.0
11772026-06-25T04:02:14.276Z Downloaded slog v2.8.2
11782026-06-25T04:02:14.276Z Downloaded serde-big-array v0.5.1
11792026-06-25T04:02:14.276Z Downloaded sha1 v0.10.6
11802026-06-25T04:02:14.276Z Downloaded typify v0.4.3
11812026-06-25T04:02:14.276Z Downloaded usdt-macro v0.6.0
11822026-06-25T04:02:14.276Z Downloaded pest_meta v2.8.6
11832026-06-25T04:02:14.276Z Downloaded rustls-platform-verifier v0.7.0
11842026-06-25T04:02:14.277Z Downloaded vsss-rs v3.3.4
11852026-06-25T04:02:14.277Z Downloaded slog-envlogger v2.2.0
11862026-06-25T04:02:14.277Z Downloaded serde_yaml v0.9.34+deprecated
11872026-06-25T04:02:14.277Z Downloaded quinn v0.11.9
11882026-06-25T04:02:14.302Z Downloaded whoami v1.6.1
11892026-06-25T04:02:14.302Z Downloaded nom v7.1.3
11902026-06-25T04:02:14.302Z Downloaded zerofrom-derive v0.1.7
11912026-06-25T04:02:14.302Z Downloaded oxide-tokio-rt v0.1.6
11922026-06-25T04:02:14.302Z Downloaded mime v0.3.17
11932026-06-25T04:02:14.302Z Downloaded qorb v0.4.1
11942026-06-25T04:02:14.310Z Downloaded toml_edit v0.25.12+spec-1.1.0
11952026-06-25T04:02:14.310Z Downloaded ucd-trie v0.1.7
11962026-06-25T04:02:14.310Z Downloaded ingot-types v0.1.2
11972026-06-25T04:02:14.310Z Downloaded heapless v0.8.0
11982026-06-25T04:02:14.310Z Downloaded multer v3.1.0
11992026-06-25T04:02:14.310Z Downloaded foldhash v0.2.0
12002026-06-25T04:02:14.310Z Downloaded getrandom v0.4.2
12012026-06-25T04:02:14.310Z Downloaded snafu v0.8.9
12022026-06-25T04:02:14.310Z Downloaded writeable v0.6.3
12032026-06-25T04:02:14.310Z Downloaded toml v0.7.8
12042026-06-25T04:02:14.311Z Downloaded test-strategy v0.4.5
12052026-06-25T04:02:14.311Z Downloaded rayon-core v1.13.0
12062026-06-25T04:02:14.311Z Downloaded yoke v0.8.3
12072026-06-25T04:02:14.315Z Downloaded rand v0.8.6
12082026-06-25T04:02:14.315Z Downloaded proc-macro-error2 v2.0.1
12092026-06-25T04:02:14.315Z Downloaded fs_extra v1.3.0
12102026-06-25T04:02:14.315Z Downloaded serde_with_macros v3.20.0
12112026-06-25T04:02:14.315Z Downloaded zerocopy-derive v0.7.35
12122026-06-25T04:02:14.315Z Downloaded ff v0.13.1
12132026-06-25T04:02:14.332Z Downloaded zerovec-derive v0.11.3
12142026-06-25T04:02:14.340Z Downloaded zeroize v1.8.2
12152026-06-25T04:02:14.340Z Downloaded slog-term v2.9.2
12162026-06-25T04:02:14.340Z Downloaded unsafe-libyaml v0.2.11
12172026-06-25T04:02:14.371Z Downloaded icu_locale_core v2.2.0
12182026-06-25T04:02:14.379Z Downloaded dropshot-api-manager v0.7.2
12192026-06-25T04:02:14.379Z Downloaded tungstenite v0.21.0
12202026-06-25T04:02:14.379Z Downloaded glob v0.3.3
12212026-06-25T04:02:14.379Z Downloaded toml v0.9.12+spec-1.1.0
12222026-06-25T04:02:14.379Z Downloaded pest v2.8.6
12232026-06-25T04:02:14.379Z Downloaded elliptic-curve v0.13.8
12242026-06-25T04:02:14.379Z Downloaded toml_edit v0.19.15
12252026-06-25T04:02:14.394Z Downloaded uuid v1.23.2
12262026-06-25T04:02:14.406Z Downloaded icu_normalizer v2.2.0
12272026-06-25T04:02:14.406Z Downloaded rand v0.10.1
12282026-06-25T04:02:14.406Z Downloaded hickory-resolver v0.25.2
12292026-06-25T04:02:14.406Z Downloaded hickory-resolver v0.24.4
12302026-06-25T04:02:14.407Z Downloaded nom v8.0.0
12312026-06-25T04:02:14.421Z Downloaded konst v0.2.20
12322026-06-25T04:02:14.421Z Downloaded icu_properties v2.2.0
12332026-06-25T04:02:14.440Z Downloaded zerotrie v0.2.4
12342026-06-25T04:02:14.451Z Downloaded typify v0.6.2
12352026-06-25T04:02:14.451Z Downloaded yansi v1.0.1
12362026-06-25T04:02:14.451Z Downloaded openssl-sys v0.9.116
12372026-06-25T04:02:14.455Z Downloaded icu_collections v2.2.0
12382026-06-25T04:02:14.455Z Downloaded http v1.4.1
12392026-06-25T04:02:14.459Z Downloaded typed-path v0.9.3
12402026-06-25T04:02:14.487Z Downloaded memchr v2.8.1
12412026-06-25T04:02:14.487Z Downloaded zerocopy-derive v0.8.50
12422026-06-25T04:02:14.493Z Downloaded hickory-proto v0.24.4
12432026-06-25T04:02:14.493Z Downloaded reqwest v0.13.4
12442026-06-25T04:02:14.497Z Downloaded blake3 v1.8.5
12452026-06-25T04:02:14.501Z Downloaded tough v0.22.0
12462026-06-25T04:02:14.510Z Downloaded itertools v0.12.1
12472026-06-25T04:02:14.519Z Downloaded regex v1.12.3
12482026-06-25T04:02:14.519Z Downloaded ron v0.12.1
12492026-06-25T04:02:14.536Z Downloaded rayon v1.12.0
12502026-06-25T04:02:14.542Z Downloaded hickory-proto v0.25.2
12512026-06-25T04:02:14.547Z Downloaded zerovec v0.11.6
12522026-06-25T04:02:14.567Z Downloaded aws-lc-rs v1.17.0
12532026-06-25T04:02:14.567Z Downloaded zerocopy v0.7.35
12542026-06-25T04:02:14.601Z Downloaded regress v0.10.5
12552026-06-25T04:02:14.601Z Downloaded h2 v0.4.14
12562026-06-25T04:02:14.601Z Downloaded syn v1.0.109
12572026-06-25T04:02:14.607Z Downloaded winnow v0.5.40
12582026-06-25T04:02:14.607Z Downloaded iddqd v0.4.2
12592026-06-25T04:02:14.607Z Downloaded quinn-proto v0.11.14
12602026-06-25T04:02:14.607Z Downloaded webpki-roots v1.0.7
12612026-06-25T04:02:14.607Z Downloaded goblin v0.8.2
12622026-06-25T04:02:14.607Z Downloaded hkdf v0.12.4
12632026-06-25T04:02:14.607Z Downloaded serde_with v3.20.0
12642026-06-25T04:02:14.607Z Downloaded rustls v0.23.40
12652026-06-25T04:02:14.614Z Downloaded moka v0.12.15
12662026-06-25T04:02:14.618Z Downloaded goblin v0.10.7
12672026-06-25T04:02:14.645Z Downloaded time v0.3.47
12682026-06-25T04:02:14.645Z Downloaded tabled v0.21.0
12692026-06-25T04:02:14.645Z Downloaded tabled v0.15.0
12702026-06-25T04:02:14.649Z Downloaded smoltcp v0.11.0
12712026-06-25T04:02:14.653Z Downloaded openssl v0.10.80
12722026-06-25T04:02:14.657Z Downloaded jiff v0.2.28
12732026-06-25T04:02:14.676Z Downloaded rhai v1.25.1
12742026-06-25T04:02:14.688Z Downloaded nix v0.31.3
12752026-06-25T04:02:14.699Z Downloaded zerocopy v0.8.50
12762026-06-25T04:02:14.713Z Downloaded syn v2.0.117
12772026-06-25T04:02:14.713Z Downloaded regex-syntax v0.8.10
12782026-06-25T04:02:14.764Z Downloaded regress v0.11.1
12792026-06-25T04:02:14.764Z Downloaded dropshot v0.17.1
12802026-06-25T04:02:14.778Z Downloaded typify-impl v0.4.3
12812026-06-25T04:02:14.778Z Downloaded petgraph v0.6.5
12822026-06-25T04:02:14.778Z Downloaded bstr v1.12.1
12832026-06-25T04:02:14.778Z Downloaded openapiv3 v2.2.0
12842026-06-25T04:02:14.778Z Downloaded lzma-sys v0.1.20
12852026-06-25T04:02:14.778Z Downloaded typify-impl v0.6.2
12862026-06-25T04:02:14.815Z Downloaded sled v0.34.7
12872026-06-25T04:02:14.815Z Downloaded encoding_rs v0.8.35
12882026-06-25T04:02:14.844Z Downloaded chrono-tz v0.10.4
12892026-06-25T04:02:14.867Z Downloaded csv v1.4.0
12902026-06-25T04:02:14.871Z Downloaded sha3 v0.10.9
12912026-06-25T04:02:15.427Z Downloaded aws-lc-sys v0.41.0
12922026-06-25T04:02:16.349Z Compiling proc-macro2 v1.0.106
12932026-06-25T04:02:16.349Z Compiling quote v1.0.45
12942026-06-25T04:02:16.349Z Compiling unicode-ident v1.0.24
12952026-06-25T04:02:16.353Z Compiling serde_core v1.0.228
12962026-06-25T04:02:16.353Z Compiling cfg-if v1.0.4
12972026-06-25T04:02:16.353Z Compiling serde v1.0.228
12982026-06-25T04:02:16.353Z Compiling libc v0.2.186
12992026-06-25T04:02:16.353Z Compiling memchr v2.8.1
13002026-06-25T04:02:16.504Z Compiling itoa v1.0.18
13012026-06-25T04:02:16.688Z Compiling zmij v1.0.21
13022026-06-25T04:02:16.784Z Compiling autocfg v1.5.1
13032026-06-25T04:02:16.824Z Compiling libm v0.2.16
13042026-06-25T04:02:17.116Z Compiling stable_deref_trait v1.2.1
13052026-06-25T04:02:17.140Z Compiling litemap v0.8.2
13062026-06-25T04:02:18.273Z Compiling writeable v0.6.3
13072026-06-25T04:02:18.313Z Compiling utf8_iter v1.0.4
13082026-06-25T04:02:18.313Z Compiling icu_normalizer_data v2.2.0
13092026-06-25T04:02:18.313Z Compiling icu_properties_data v2.2.0
13102026-06-25T04:02:18.313Z Compiling percent-encoding v2.3.2
13112026-06-25T04:02:18.314Z Compiling version_check v0.9.5
13122026-06-25T04:02:18.314Z Compiling iana-time-zone v0.1.65
13132026-06-25T04:02:18.314Z Compiling syn v2.0.117
13142026-06-25T04:02:18.314Z Compiling equivalent v1.0.2
13152026-06-25T04:02:18.314Z Compiling form_urlencoded v1.2.2
13162026-06-25T04:02:18.314Z Compiling serde_json v1.0.150
13172026-06-25T04:02:18.314Z Compiling pin-project-lite v0.2.17
13182026-06-25T04:02:18.314Z Compiling dyn-clone v1.0.20
13192026-06-25T04:02:18.314Z Compiling parking_lot_core v0.9.12
13202026-06-25T04:02:18.314Z Compiling scopeguard v1.2.0
13212026-06-25T04:02:18.314Z Compiling num-traits v0.2.19
13222026-06-25T04:02:18.314Z Compiling getrandom v0.4.2
13232026-06-25T04:02:18.314Z Compiling lock_api v0.4.14
13242026-06-25T04:02:18.314Z Compiling rand_core v0.10.1
13252026-06-25T04:02:18.314Z Compiling thiserror v2.0.18
13262026-06-25T04:02:18.314Z Compiling hashbrown v0.17.1
13272026-06-25T04:02:18.314Z Compiling errno v0.3.14
13282026-06-25T04:02:18.327Z Compiling log v0.4.32
13292026-06-25T04:02:18.337Z Compiling heck v0.5.0
13302026-06-25T04:02:18.399Z Compiling futures-core v0.3.32
13312026-06-25T04:02:18.509Z Compiling semver v1.0.28
13322026-06-25T04:02:18.662Z Compiling zerocopy v0.8.50
13332026-06-25T04:02:18.771Z Compiling indexmap v2.14.0
13342026-06-25T04:02:18.832Z Compiling uuid v1.23.2
13352026-06-25T04:02:18.915Z Compiling futures-sink v0.3.32
13362026-06-25T04:02:19.049Z Compiling schemars v0.8.22
13372026-06-25T04:02:19.054Z Compiling slab v0.4.12
13382026-06-25T04:02:19.110Z Compiling jobserver v0.1.34
13392026-06-25T04:02:19.214Z Compiling shlex v2.0.1
13402026-06-25T04:02:19.268Z Compiling find-msvc-tools v0.1.9
13412026-06-25T04:02:19.296Z Compiling rustversion v1.0.22
13422026-06-25T04:02:19.399Z Compiling fnv v1.0.7
13432026-06-25T04:02:19.424Z Compiling cc v1.2.63
13442026-06-25T04:02:19.437Z Compiling futures-channel v0.3.32
13452026-06-25T04:02:19.492Z Compiling bitflags v2.12.1
13462026-06-25T04:02:19.504Z Compiling futures-io v0.3.32
13472026-06-25T04:02:19.663Z Compiling futures-task v0.3.32
13482026-06-25T04:02:19.663Z Compiling portable-atomic v1.13.1
13492026-06-25T04:02:19.746Z Compiling socket2 v0.6.4
13502026-06-25T04:02:19.810Z Compiling signal-hook-registry v1.4.8
13512026-06-25T04:02:19.854Z Compiling mio v1.2.1
13522026-06-25T04:02:19.914Z Compiling critical-section v1.2.0
13532026-06-25T04:02:20.023Z Compiling typenum v1.20.1
13542026-06-25T04:02:20.118Z Compiling dunce v1.0.5
13552026-06-25T04:02:20.216Z Compiling cmake v0.1.58
13562026-06-25T04:02:20.227Z Compiling fs_extra v1.3.0
13572026-06-25T04:02:20.330Z Compiling base64 v0.22.1
13582026-06-25T04:02:20.400Z Compiling slog v2.8.2
13592026-06-25T04:02:20.481Z Compiling rustix v1.1.4
13602026-06-25T04:02:20.561Z Compiling synstructure v0.13.2
13612026-06-25T04:02:20.641Z Compiling serde_derive_internals v0.29.1
13622026-06-25T04:02:20.661Z Compiling once_cell v1.21.4
13632026-06-25T04:02:20.715Z Compiling strsim v0.11.1
13642026-06-25T04:02:20.756Z Compiling aws-lc-sys v0.41.0
13652026-06-25T04:02:20.850Z Compiling subtle v2.6.1
13662026-06-25T04:02:20.861Z Compiling byteorder v1.5.0
13672026-06-25T04:02:21.045Z Compiling regex-syntax v0.8.10
13682026-06-25T04:02:21.086Z Compiling httparse v1.10.1
13692026-06-25T04:02:21.099Z Compiling atomic-waker v1.1.2
13702026-06-25T04:02:21.102Z Compiling ipnet v2.12.0
13712026-06-25T04:02:21.127Z Compiling tower-layer v0.3.3
13722026-06-25T04:02:21.222Z Compiling tower-service v0.3.3
13732026-06-25T04:02:21.305Z Compiling getrandom v0.2.17
13742026-06-25T04:02:21.321Z Compiling getrandom v0.3.4
13752026-06-25T04:02:21.429Z Compiling ryu v1.0.23
13762026-06-25T04:02:21.502Z Compiling thiserror v1.0.69
13772026-06-25T04:02:21.597Z Compiling ucd-trie v0.1.7
13782026-06-25T04:02:21.654Z Compiling untrusted v0.9.0
13792026-06-25T04:02:21.673Z Compiling try-lock v0.2.5
13802026-06-25T04:02:21.790Z Compiling want v0.3.1
13812026-06-25T04:02:21.810Z Compiling pest v2.8.6
13822026-06-25T04:02:21.810Z Compiling serde_derive v1.0.228
13832026-06-25T04:02:21.820Z Compiling zerofrom-derive v0.1.7
13842026-06-25T04:02:21.820Z Compiling yoke-derive v0.8.2
13852026-06-25T04:02:21.889Z Compiling zerovec-derive v0.11.3
13862026-06-25T04:02:21.933Z Compiling displaydoc v0.2.6
13872026-06-25T04:02:22.730Z Compiling schemars_derive v0.8.22
13882026-06-25T04:02:22.897Z Compiling thiserror-impl v2.0.18
13892026-06-25T04:02:22.984Z Compiling tokio-macros v2.7.0
13902026-06-25T04:02:23.005Z Compiling zerofrom v0.1.8
13912026-06-25T04:02:23.033Z Compiling zerocopy-derive v0.8.50
13922026-06-25T04:02:23.116Z Compiling yoke v0.8.3
13932026-06-25T04:02:23.301Z Compiling zerovec v0.11.6
13942026-06-25T04:02:23.701Z Compiling zerotrie v0.2.4
13952026-06-25T04:02:23.784Z Compiling zeroize_derive v1.4.3
13962026-06-25T04:02:23.869Z Compiling tinystr v0.8.3
13972026-06-25T04:02:23.947Z Compiling potential_utf v0.1.5
13982026-06-25T04:02:24.003Z Compiling futures-macro v0.3.32
13992026-06-25T04:02:24.072Z Compiling icu_locale_core v2.2.0
14002026-06-25T04:02:24.112Z Compiling icu_collections v2.2.0
14012026-06-25T04:02:24.457Z Compiling thiserror-impl v1.0.69
14022026-06-25T04:02:24.480Z Compiling zeroize v1.8.2
14032026-06-25T04:02:24.660Z Compiling rand_core v0.6.4
14042026-06-25T04:02:24.681Z Compiling httpdate v1.0.3
14052026-06-25T04:02:24.859Z Compiling icu_provider v2.2.0
14062026-06-25T04:02:24.879Z Compiling futures-util v0.3.32
14072026-06-25T04:02:24.924Z Compiling pest_meta v2.8.6
14082026-06-25T04:02:25.032Z Compiling bytes v1.11.1
14092026-06-25T04:02:25.165Z Compiling smallvec v1.15.1
14102026-06-25T04:02:25.179Z Compiling icu_properties v2.2.0
14112026-06-25T04:02:25.389Z Compiling icu_normalizer v2.2.0
14122026-06-25T04:02:25.627Z Compiling chrono v0.4.45
14132026-06-25T04:02:25.966Z Compiling parking_lot v0.12.5
14142026-06-25T04:02:25.978Z Compiling http v1.4.1
14152026-06-25T04:02:26.186Z Compiling idna_adapter v1.2.2
14162026-06-25T04:02:26.335Z Compiling idna v1.1.0
14172026-06-25T04:02:26.352Z Compiling tokio v1.52.3
14182026-06-25T04:02:26.367Z Compiling serde_tokenstream v0.2.3
14192026-06-25T04:02:26.643Z Compiling url v2.5.8
14202026-06-25T04:02:26.953Z Compiling erased-serde v0.3.31
14212026-06-25T04:02:27.099Z Compiling http-body v1.0.1
14222026-06-25T04:02:27.244Z Compiling ppv-lite86 v0.2.21
14232026-06-25T04:02:27.244Z Compiling pest_generator v2.8.6
14242026-06-25T04:02:27.440Z Compiling pretty-hex v0.4.2
14252026-06-25T04:02:27.509Z Compiling winnow v1.0.3
14262026-06-25T04:02:27.561Z Compiling plain v0.2.3
14272026-06-25T04:02:27.573Z Compiling foldhash v0.2.0
14282026-06-25T04:02:27.670Z Compiling allocator-api2 v0.2.21
14292026-06-25T04:02:27.782Z Compiling paste v1.0.15
14302026-06-25T04:02:27.807Z Compiling tracing-attributes v0.1.31
14312026-06-25T04:02:27.851Z Compiling pest_derive v2.8.6
14322026-06-25T04:02:27.987Z Compiling ipnetwork v0.21.1
14332026-06-25T04:02:28.120Z Compiling hashbrown v0.16.1
14342026-06-25T04:02:28.420Z Compiling oxnet v0.1.6
14352026-06-25T04:02:28.424Z Compiling tracing-core v0.1.36
14362026-06-25T04:02:28.600Z Compiling ident_case v1.0.1
14372026-06-25T04:02:28.620Z Compiling omicron-workspace-hack v0.1.0
14382026-06-25T04:02:28.739Z Compiling http-body-util v0.1.3
14392026-06-25T04:02:28.864Z Compiling serde_urlencoded v0.7.1
14402026-06-25T04:02:28.949Z Compiling aho-corasick v1.1.4
14412026-06-25T04:02:29.046Z Compiling sync_wrapper v1.0.2
14422026-06-25T04:02:29.091Z Compiling daft-derive v0.1.7
14432026-06-25T04:02:29.104Z Compiling tracing v0.1.44
14442026-06-25T04:02:29.238Z Compiling fastrand v2.4.1
14452026-06-25T04:02:29.349Z Compiling async-trait v0.1.89
14462026-06-25T04:02:29.502Z Compiling scroll_derive v0.13.1
14472026-06-25T04:02:29.878Z Compiling regex-automata v0.4.14
14482026-06-25T04:02:30.172Z Compiling tokio-util v0.7.18
14492026-06-25T04:02:30.358Z Compiling time-core v0.1.8
14502026-06-25T04:02:30.376Z Compiling num-conv v0.2.2
14512026-06-25T04:02:30.404Z Compiling powerfmt v0.2.0
14522026-06-25T04:02:30.494Z Compiling aws-lc-rs v1.17.0
14532026-06-25T04:02:30.521Z Compiling anyhow v1.0.102
14542026-06-25T04:02:30.608Z Compiling deranged v0.5.8
14552026-06-25T04:02:30.806Z Compiling time-macros v0.2.27
14562026-06-25T04:02:30.926Z Compiling scroll v0.13.0
14572026-06-25T04:02:31.047Z Compiling rustls-pki-types v1.14.1
14582026-06-25T04:02:31.192Z Compiling num_threads v0.1.7
14592026-06-25T04:02:31.290Z Compiling openssl-probe v0.2.1
14602026-06-25T04:02:31.479Z Compiling hex v0.4.3
14612026-06-25T04:02:31.537Z Compiling regex v1.12.3
14622026-06-25T04:02:31.579Z Compiling goblin v0.10.7
14632026-06-25T04:02:31.789Z Compiling untrusted v0.7.1
14642026-06-25T04:02:31.987Z Compiling camino v1.2.2
14652026-06-25T04:02:32.203Z Compiling rustls v0.23.40
14662026-06-25T04:02:32.297Z Compiling usdt-impl v0.6.0
14672026-06-25T04:02:32.373Z Compiling crc32fast v1.5.0
14682026-06-25T04:02:32.564Z Compiling h2 v0.4.14
14692026-06-25T04:02:32.576Z Compiling dtrace-parser v0.3.0
14702026-06-25T04:02:32.713Z Compiling futures-executor v0.3.32
14712026-06-25T04:02:32.962Z Compiling crossbeam-utils v0.8.21
14722026-06-25T04:02:33.007Z Compiling structmeta-derive v0.3.0
14732026-06-25T04:02:33.180Z Compiling thread-id v5.1.0
14742026-06-25T04:02:33.262Z Compiling cpufeatures v0.3.0
14752026-06-25T04:02:33.289Z Compiling adler2 v2.0.1
14762026-06-25T04:02:33.334Z Compiling simd-adler32 v0.3.9
14772026-06-25T04:02:33.441Z Compiling futures v0.3.32
14782026-06-25T04:02:33.518Z Compiling miniz_oxide v0.8.9
14792026-06-25T04:02:33.530Z Compiling rand_core v0.9.5
14802026-06-25T04:02:33.794Z Compiling darling_core v0.23.0
14812026-06-25T04:02:33.981Z Compiling newtype-uuid-macros v0.1.0
14822026-06-25T04:02:34.109Z Compiling structmeta v0.3.0
14832026-06-25T04:02:34.246Z Compiling hybrid-array v0.4.12
14842026-06-25T04:02:34.462Z Compiling dof v0.4.0
14852026-06-25T04:02:34.711Z Compiling hyper v1.10.1
14862026-06-25T04:02:34.811Z Compiling thread_local v1.1.9
14872026-06-25T04:02:34.915Z Compiling match_cfg v0.1.0
14882026-06-25T04:02:34.986Z Compiling flate2 v1.1.9
14892026-06-25T04:02:35.696Z Compiling newtype-uuid v1.3.2
14902026-06-25T04:02:35.823Z Compiling hyper-util v0.1.20
14912026-06-25T04:02:35.892Z Compiling darling_macro v0.23.0
14922026-06-25T04:02:36.036Z Compiling compression-core v0.4.32
14932026-06-25T04:02:36.115Z Compiling quick-error v1.2.3
14942026-06-25T04:02:36.218Z Compiling slog-async v2.8.0
14952026-06-25T04:02:36.446Z Compiling ref-cast v1.0.25
14962026-06-25T04:02:36.486Z Compiling darling v0.23.0
14972026-06-25T04:02:36.496Z Compiling compression-codecs v0.4.38
14982026-06-25T04:02:36.562Z Compiling daft v0.1.7
14992026-06-25T04:02:36.573Z Compiling crypto-common v0.2.2
15002026-06-25T04:02:36.597Z Compiling block-buffer v0.12.0
15012026-06-25T04:02:36.610Z Compiling usdt-attr-macro v0.6.0
15022026-06-25T04:02:36.741Z Compiling usdt-macro v0.6.0
15032026-06-25T04:02:36.753Z Compiling rand_chacha v0.9.0
15042026-06-25T04:02:36.820Z Compiling strum_macros v0.26.4
15052026-06-25T04:02:37.173Z Compiling ref-cast-impl v1.0.25
15062026-06-25T04:02:37.219Z Compiling serde_spanned v1.1.1
15072026-06-25T04:02:37.367Z Compiling generic-array v0.14.7
15082026-06-25T04:02:37.509Z Compiling multer v3.1.0
15092026-06-25T04:02:37.521Z Compiling const-oid v0.10.2
15102026-06-25T04:02:37.605Z Compiling bit-vec v0.8.0
15112026-06-25T04:02:37.729Z Compiling toml_writer v1.1.1+spec-1.1.0
15122026-06-25T04:02:37.746Z Compiling term v1.2.1
15132026-06-25T04:02:37.792Z Compiling debug-ignore v1.0.5
15142026-06-25T04:02:37.806Z Compiling take_mut v0.2.2
15152026-06-25T04:02:37.842Z Compiling bit-set v0.8.0
15162026-06-25T04:02:37.906Z Compiling digest v0.11.3
15172026-06-25T04:02:37.977Z Compiling rand v0.9.4
15182026-06-25T04:02:37.985Z Compiling serde_with_macros v3.20.0
15192026-06-25T04:02:38.001Z Compiling async-stream-impl v0.3.6
15202026-06-25T04:02:38.066Z Compiling dropshot v0.17.1
15212026-06-25T04:02:38.312Z Compiling encoding_rs v0.8.35
15222026-06-25T04:02:38.458Z Compiling unarray v0.1.4
15232026-06-25T04:02:38.469Z Compiling strum v0.26.3
15242026-06-25T04:02:38.581Z Compiling syn v1.0.109
15252026-06-25T04:02:38.600Z Compiling spin v0.9.8
15262026-06-25T04:02:38.667Z Compiling mime v0.3.17
15272026-06-25T04:02:38.741Z Compiling async-stream v0.3.6
15282026-06-25T04:02:38.896Z Compiling sha1 v0.11.0
15292026-06-25T04:02:38.943Z Compiling derive-ex v0.1.8
15302026-06-25T04:02:38.976Z Compiling tower v0.5.3
15312026-06-25T04:02:39.111Z Compiling dropshot_endpoint v0.17.1
15322026-06-25T04:02:39.146Z Compiling macaddr v1.0.1
15332026-06-25T04:02:39.180Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15342026-06-25T04:02:39.422Z Compiling waitgroup v0.1.2
15352026-06-25T04:02:39.451Z Compiling serde_path_to_error v0.1.20
15362026-06-25T04:02:39.664Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15372026-06-25T04:02:39.794Z Compiling tower-http v0.6.11
15382026-06-25T04:02:39.872Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15392026-06-25T04:02:40.051Z Compiling tempfile v3.27.0
15402026-06-25T04:02:40.054Z Compiling openapiv3 v2.2.0
15412026-06-25T04:02:40.225Z Compiling strum_macros v0.27.2
15422026-06-25T04:02:40.534Z Compiling test-strategy v0.4.5
15432026-06-25T04:02:40.808Z Compiling instant v0.1.13
15442026-06-25T04:02:40.915Z Compiling time v0.3.47
15452026-06-25T04:02:41.615Z Compiling rustls-native-certs v0.8.4
15462026-06-25T04:02:41.670Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15472026-06-25T04:02:41.914Z Compiling crossbeam-channel v0.5.15
15482026-06-25T04:02:41.962Z Compiling crypto-common v0.1.7
15492026-06-25T04:02:42.054Z Compiling strum v0.27.2
15502026-06-25T04:02:42.394Z Compiling parse-display-derive v0.10.0
15512026-06-25T04:02:42.403Z Compiling backon v1.6.0
15522026-06-25T04:02:42.603Z Compiling rand_chacha v0.3.1
15532026-06-25T04:02:42.703Z Compiling slog-json v2.6.1
15542026-06-25T04:02:42.912Z Compiling rand v0.8.6
15552026-06-25T04:02:43.054Z Compiling hostname v0.3.1
15562026-06-25T04:02:43.185Z Compiling toml_parser v1.1.2+spec-1.1.0
15572026-06-25T04:02:43.424Z Compiling toml_datetime v1.1.1+spec-1.1.0
15582026-06-25T04:02:43.558Z Compiling wait-timeout v0.2.1
15592026-06-25T04:02:43.661Z Compiling is-terminal v0.4.17
15602026-06-25T04:02:43.761Z Compiling memmap2 v0.9.10
15612026-06-25T04:02:43.905Z Compiling either v1.16.0
15622026-06-25T04:02:43.933Z Compiling usdt v0.6.0
15632026-06-25T04:02:43.948Z Compiling slog-term v2.9.2
15642026-06-25T04:02:43.978Z Compiling rusty-fork v0.3.1
15652026-06-25T04:02:44.065Z Compiling toml v1.1.2+spec-1.1.0
15662026-06-25T04:02:44.205Z Compiling slog-bunyan v2.5.0
15672026-06-25T04:02:44.302Z Compiling serde_with v3.20.0
15682026-06-25T04:02:44.337Z Compiling async-compression v0.4.42
15692026-06-25T04:02:44.349Z Compiling rand_xorshift v0.4.0
15702026-06-25T04:02:44.490Z Compiling rustls-pemfile v2.2.0
15712026-06-25T04:02:44.554Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15722026-06-25T04:02:44.648Z Compiling regress v0.10.5
15732026-06-25T04:02:44.688Z Compiling hostname v0.4.2
15742026-06-25T04:02:44.813Z Compiling humantime v2.3.0
15752026-06-25T04:02:44.828Z Compiling proptest v1.11.0
15762026-06-25T04:02:45.346Z Compiling iddqd v0.4.2
15772026-06-25T04:02:45.615Z Compiling reqwest v0.12.28
15782026-06-25T04:02:45.809Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15792026-06-25T04:02:46.043Z Compiling block-buffer v0.10.4
15802026-06-25T04:02:46.057Z Compiling utf8parse v0.2.2
15812026-06-25T04:02:46.188Z Compiling digest v0.10.7
15822026-06-25T04:02:46.330Z Compiling anstyle-parse v1.0.0
15832026-06-25T04:02:46.402Z Compiling itertools v0.14.0
15842026-06-25T04:02:46.518Z Compiling parse-display v0.10.0
15852026-06-25T04:02:46.625Z Compiling progenitor-client v0.10.0
15862026-06-25T04:02:46.849Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15872026-06-25T04:02:46.901Z Compiling backoff v0.4.0
15882026-06-25T04:02:47.113Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15892026-06-25T04:02:47.434Z Compiling is_terminal_polyfill v1.70.2
15902026-06-25T04:02:47.529Z Compiling anstyle v1.0.14
15912026-06-25T04:02:47.642Z Compiling anstyle-query v1.1.5
15922026-06-25T04:02:47.752Z Compiling colorchoice v1.0.5
15932026-06-25T04:02:47.867Z Compiling anstream v1.0.0
15942026-06-25T04:02:48.195Z Compiling clap_lex v1.1.0
15952026-06-25T04:02:48.703Z Compiling regress v0.11.1
15962026-06-25T04:02:48.759Z Compiling clap_derive v4.6.1
15972026-06-25T04:02:49.498Z Compiling terminal_size v0.4.4
15982026-06-25T04:02:50.462Z Compiling typify-impl v0.6.2
15992026-06-25T04:02:50.520Z Compiling toml_datetime v0.6.11
16002026-06-25T04:02:50.675Z Compiling zerocopy-derive v0.7.35
16012026-06-25T04:02:50.734Z Compiling convert_case v0.4.0
16022026-06-25T04:02:50.797Z Compiling cpufeatures v0.2.17
16032026-06-25T04:02:51.473Z Compiling derive_more v0.99.20
16042026-06-25T04:02:51.533Z Compiling clap_builder v4.6.0
16052026-06-25T04:02:51.554Z Compiling zerocopy v0.7.35
16062026-06-25T04:02:52.534Z Compiling toml_edit v0.25.12+spec-1.1.0
16072026-06-25T04:02:52.788Z Compiling unicode-width v0.2.2
16082026-06-25T04:02:53.076Z Compiling proc-macro-crate v3.5.0
16092026-06-25T04:02:53.127Z Compiling clap v4.6.1
16102026-06-25T04:02:53.494Z Compiling secrecy v0.10.3
16112026-06-25T04:02:53.684Z Compiling tinyvec_macros v0.1.1
16122026-06-25T04:02:53.687Z Compiling float-ord v0.3.2
16132026-06-25T04:02:53.763Z Compiling crucible-workspace-hack v0.1.0
16142026-06-25T04:02:53.796Z Compiling tinyvec v1.11.0
16152026-06-25T04:02:53.895Z Compiling num_enum_derive v0.7.6
16162026-06-25T04:02:54.263Z Compiling dtrace-parser v0.2.0
16172026-06-25T04:02:54.346Z Compiling scroll_derive v0.12.1
16182026-06-25T04:02:54.423Z Compiling num-integer v0.1.46
16192026-06-25T04:02:54.753Z Compiling rustc_version v0.4.1
16202026-06-25T04:02:54.951Z Compiling usdt-impl v0.5.0
16212026-06-25T04:02:55.026Z Compiling curve25519-dalek v4.1.3
16222026-06-25T04:02:55.082Z Compiling scroll v0.12.0
16232026-06-25T04:02:55.142Z Compiling num_enum v0.7.6
16242026-06-25T04:02:55.320Z Compiling dof v0.3.0
16252026-06-25T04:02:55.395Z Compiling hmac v0.12.1
16262026-06-25T04:02:55.531Z Compiling inout v0.1.4
16272026-06-25T04:02:55.559Z Compiling darling_core v0.21.3
16282026-06-25T04:02:55.642Z Compiling ff v0.13.1
16292026-06-25T04:02:55.653Z Compiling thread-id v4.2.2
16302026-06-25T04:02:55.740Z Compiling cipher v0.4.4
16312026-06-25T04:02:55.773Z Compiling group v0.13.0
16322026-06-25T04:02:55.952Z Compiling hkdf v0.12.4
16332026-06-25T04:02:56.245Z Compiling goblin v0.8.2
16342026-06-25T04:02:56.298Z Compiling num-rational v0.4.2
16352026-06-25T04:02:56.461Z Compiling num-iter v0.1.45
16362026-06-25T04:02:56.574Z Compiling thiserror-impl-no-std v2.0.2
16372026-06-25T04:02:56.578Z Compiling universal-hash v0.5.1
16382026-06-25T04:02:56.691Z Compiling crypto-bigint v0.5.5
16392026-06-25T04:02:56.716Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16402026-06-25T04:02:56.822Z Compiling typify-macro v0.6.2
16412026-06-25T04:02:57.050Z Compiling crossbeam-epoch v0.9.18
16422026-06-25T04:02:57.379Z Compiling half v2.7.1
16432026-06-25T04:02:57.393Z Compiling curve25519-dalek-derive v0.1.1
16442026-06-25T04:02:57.648Z Compiling darling_macro v0.21.3
16452026-06-25T04:02:57.665Z Compiling num-complex v0.4.6
16462026-06-25T04:02:58.035Z Compiling base64ct v1.8.3
16472026-06-25T04:02:58.043Z Compiling ciborium-io v0.2.2
16482026-06-25T04:02:58.056Z Compiling opaque-debug v0.3.1
16492026-06-25T04:02:58.080Z Compiling base16ct v0.2.0
16502026-06-25T04:02:58.118Z Compiling ciborium-ll v0.2.2
16512026-06-25T04:02:58.130Z Compiling poly1305 v0.8.0
16522026-06-25T04:02:58.236Z Compiling elliptic-curve v0.13.8
16532026-06-25T04:02:58.252Z Compiling darling v0.21.3
16542026-06-25T04:02:58.323Z Compiling password-hash v0.5.0
16552026-06-25T04:02:58.557Z Compiling num v0.4.3
16562026-06-25T04:02:58.916Z Compiling thiserror-no-std v2.0.2
16572026-06-25T04:02:58.946Z Compiling typify v0.6.2
16582026-06-25T04:02:59.082Z Compiling chacha20 v0.9.1
16592026-06-25T04:02:59.294Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16602026-06-25T04:02:59.410Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-06-25T04:02:59.860Z Compiling blake2 v0.10.6
16622026-06-25T04:03:01.059Z Compiling aead v0.5.2
16632026-06-25T04:03:01.078Z Compiling byte-wrapper v0.1.0
16642026-06-25T04:03:01.078Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16652026-06-25T04:03:01.078Z Compiling proc-macro-error-attr v1.0.4
16662026-06-25T04:03:01.078Z Compiling rustix v0.38.44
16672026-06-25T04:03:01.078Z Compiling prettyplease v0.2.37
16682026-06-25T04:03:01.078Z Compiling heapless v0.8.0
16692026-06-25T04:03:01.078Z Compiling keccak v0.1.6
16702026-06-25T04:03:01.078Z Compiling unsafe-libyaml v0.2.11
16712026-06-25T04:03:01.109Z Compiling sha3 v0.10.9
16722026-06-25T04:03:01.501Z Compiling serde_yaml v0.9.34+deprecated
16732026-06-25T04:03:01.685Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16742026-06-25T04:03:02.134Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16752026-06-25T04:03:02.225Z Compiling chacha20poly1305 v0.10.1
16762026-06-25T04:03:02.354Z Compiling argon2 v0.5.3
16772026-06-25T04:03:02.817Z Compiling vsss-rs v3.3.4
16782026-06-25T04:03:02.861Z Compiling ingot-macros v0.1.1
16792026-06-25T04:03:02.873Z Compiling ciborium v0.2.2
16802026-06-25T04:03:03.304Z Compiling usdt-attr-macro v0.5.0
16812026-06-25T04:03:03.453Z Compiling usdt-macro v0.5.0
16822026-06-25T04:03:04.801Z Compiling serde_spanned v0.6.9
16832026-06-25T04:03:04.949Z Compiling enum-as-inner v0.6.1
16842026-06-25T04:03:05.014Z Compiling hash32 v0.3.1
16852026-06-25T04:03:05.033Z Compiling proc-macro-error v1.0.4
16862026-06-25T04:03:05.277Z Compiling memmap v0.7.0
16872026-06-25T04:03:05.409Z Compiling memoffset v0.9.1
16882026-06-25T04:03:05.472Z Compiling smoltcp v0.11.0
16892026-06-25T04:03:05.545Z Compiling winnow v0.7.15
16902026-06-25T04:03:05.573Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16912026-06-25T04:03:05.653Z Compiling winnow v0.5.40
16922026-06-25T04:03:05.665Z Compiling indent_write v2.2.0
16932026-06-25T04:03:05.798Z Compiling static_assertions v1.1.0
16942026-06-25T04:03:05.822Z Compiling toml_write v0.1.2
16952026-06-25T04:03:05.833Z Compiling cfg_aliases v0.2.1
16962026-06-25T04:03:05.869Z Compiling data-encoding v2.11.0
16972026-06-25T04:03:05.901Z Compiling nix v0.31.3
16982026-06-25T04:03:06.012Z Compiling ingot-types v0.1.2
16992026-06-25T04:03:06.048Z Compiling usdt v0.5.0
17002026-06-25T04:03:06.293Z Compiling rustls-webpki v0.103.13
17012026-06-25T04:03:06.579Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-25T04:03:06.703Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17032026-06-25T04:03:06.714Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-25T04:03:06.967Z Compiling toml_edit v0.19.15
17052026-06-25T04:03:07.037Z Compiling toml_edit v0.22.27
17062026-06-25T04:03:07.356Z Compiling tabwriter v1.4.1
17072026-06-25T04:03:07.597Z Compiling cobs v0.3.0
17082026-06-25T04:03:07.632Z Compiling serde_repr v0.1.20
17092026-06-25T04:03:07.793Z Compiling vcpkg v0.2.15
17102026-06-25T04:03:08.242Z Compiling bitflags v1.3.2
17112026-06-25T04:03:08.256Z Compiling pkg-config v0.3.33
17122026-06-25T04:03:08.321Z Compiling managed v0.8.0
17132026-06-25T04:03:08.360Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17142026-06-25T04:03:08.675Z Compiling toml v0.8.23
17152026-06-25T04:03:08.754Z Compiling openssl-sys v0.9.116
17162026-06-25T04:03:09.029Z Compiling proc-macro-crate v1.3.1
17172026-06-25T04:03:09.327Z Compiling postcard v1.1.3
17182026-06-25T04:03:09.666Z Compiling tokio-rustls v0.26.4
17192026-06-25T04:03:09.669Z Compiling rustls-platform-verifier v0.7.0
17202026-06-25T04:03:09.921Z Compiling hyper-rustls v0.27.9
17212026-06-25T04:03:10.231Z Compiling reqwest v0.13.4
17222026-06-25T04:03:10.793Z Compiling ingot v0.1.1
17232026-06-25T04:03:11.472Z Compiling progenitor-client v0.14.0
17242026-06-25T04:03:11.780Z Compiling progenitor-extras v0.2.0
17252026-06-25T04:03:12.016Z Compiling hubpack_derive v0.1.1
17262026-06-25T04:03:12.019Z Compiling foreign-types-macros v0.2.3
17272026-06-25T04:03:12.678Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-06-25T04:03:12.699Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-06-25T04:03:12.867Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17302026-06-25T04:03:12.994Z Compiling unicode-segmentation v1.13.3
17312026-06-25T04:03:13.014Z Compiling swrite v0.1.0
17322026-06-25T04:03:13.114Z Compiling rayon-core v1.13.0
17332026-06-25T04:03:13.187Z Compiling linked-hash-map v0.5.6
17342026-06-25T04:03:13.353Z Compiling resolv-conf v0.7.6
17352026-06-25T04:03:13.376Z Compiling colored v3.1.1
17362026-06-25T04:03:13.432Z Compiling semver v0.1.20
17372026-06-25T04:03:13.774Z Compiling foreign-types-shared v0.3.1
17382026-06-25T04:03:13.806Z Compiling heck v0.4.1
17392026-06-25T04:03:13.867Z Compiling foreign-types v0.5.0
17402026-06-25T04:03:13.951Z Compiling rustc_version v0.1.7
17412026-06-25T04:03:14.035Z Compiling lru-cache v0.1.2
17422026-06-25T04:03:14.162Z Compiling newline-converter v0.3.0
17432026-06-25T04:03:14.221Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-25T04:03:14.283Z Compiling hubpack v0.1.2
17452026-06-25T04:03:14.640Z Compiling num_enum_derive v0.5.11
17462026-06-25T04:03:15.401Z Compiling atomicwrites v0.4.4
17472026-06-25T04:03:15.417Z Compiling hickory-proto v0.24.4
17482026-06-25T04:03:15.721Z Compiling progenitor-impl v0.13.0
17492026-06-25T04:03:16.283Z Compiling crossbeam-deque v0.8.6
17502026-06-25T04:03:16.489Z Compiling console v0.15.11
17512026-06-25T04:03:16.896Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-06-25T04:03:17.093Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-25T04:03:17.173Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17542026-06-25T04:03:17.650Z Compiling camino-tempfile v1.4.1
17552026-06-25T04:03:17.708Z Compiling chacha20 v0.10.0
17562026-06-25T04:03:17.978Z Compiling serde-big-array v0.5.1
17572026-06-25T04:03:18.125Z Compiling num-derive v0.4.2
17582026-06-25T04:03:18.778Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-06-25T04:03:19.046Z Compiling pin-project-internal v1.1.13
17602026-06-25T04:03:19.142Z Compiling derive-where v1.6.1
17612026-06-25T04:03:19.186Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17622026-06-25T04:03:19.349Z Compiling cstr-argument v0.1.2
17632026-06-25T04:03:19.511Z Compiling minimal-lexical v0.2.1
17642026-06-25T04:03:19.788Z Compiling similar v2.7.0
17652026-06-25T04:03:19.978Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17662026-06-25T04:03:19.994Z Compiling siphasher v1.0.3
17672026-06-25T04:03:20.035Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17682026-06-25T04:03:20.169Z Compiling pin-project v1.1.13
17692026-06-25T04:03:20.191Z Compiling expectorate v1.2.0
17702026-06-25T04:03:20.235Z Compiling phf_shared v0.12.1
17712026-06-25T04:03:20.344Z Compiling nom v7.1.3
17722026-06-25T04:03:20.412Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17732026-06-25T04:03:20.448Z Compiling progenitor-macro v0.13.0
17742026-06-25T04:03:20.681Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-06-25T04:03:20.737Z Compiling rand v0.10.1
17762026-06-25T04:03:20.774Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17772026-06-25T04:03:20.899Z Compiling hickory-resolver v0.24.4
17782026-06-25T04:03:21.407Z Compiling num_enum v0.5.11
17792026-06-25T04:03:21.527Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17802026-06-25T04:03:21.701Z Compiling newtype_derive v0.1.6
17812026-06-25T04:03:21.723Z Compiling progenitor-client v0.13.0
17822026-06-25T04:03:21.945Z Compiling progenitor-impl v0.14.0
17832026-06-25T04:03:22.021Z Compiling unicode-normalization v0.1.25
17842026-06-25T04:03:22.507Z Compiling tokio-stream v0.1.18
17852026-06-25T04:03:22.976Z Compiling snafu-derive v0.8.9
17862026-06-25T04:03:23.117Z Compiling async-recursion v1.1.1
17872026-06-25T04:03:23.534Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17882026-06-25T04:03:23.581Z Compiling slog-dtrace v0.3.0
17892026-06-25T04:03:23.836Z Compiling csv-core v0.1.13
17902026-06-25T04:03:23.857Z Compiling bstr v1.12.1
17912026-06-25T04:03:23.895Z Compiling konst_macro_rules v0.2.19
17922026-06-25T04:03:24.078Z Compiling unicode-xid v0.2.6
17932026-06-25T04:03:24.106Z Compiling unicode-width v0.1.14
17942026-06-25T04:03:24.205Z Compiling foldhash v0.1.5
17952026-06-25T04:03:24.365Z Compiling chrono-tz v0.10.4
17962026-06-25T04:03:24.388Z Compiling owo-colors v4.3.0
17972026-06-25T04:03:24.392Z Compiling openssl v0.10.80
17982026-06-25T04:03:24.607Z Compiling cancel-safe-futures v0.1.5
17992026-06-25T04:03:24.691Z Compiling same-file v1.0.6
18002026-06-25T04:03:24.747Z Compiling foreign-types-shared v0.1.1
18012026-06-25T04:03:24.806Z Compiling highway v1.3.0
18022026-06-25T04:03:24.840Z Compiling foreign-types v0.3.2
18032026-06-25T04:03:24.871Z Compiling snafu v0.8.9
18042026-06-25T04:03:24.899Z Compiling walkdir v2.5.0
18052026-06-25T04:03:24.993Z Compiling hashbrown v0.15.5
18062026-06-25T04:03:25.206Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-25T04:03:25.259Z Compiling globset v0.4.18
18082026-06-25T04:03:25.263Z Compiling const_format_proc_macros v0.2.34
18092026-06-25T04:03:25.385Z Compiling konst v0.2.20
18102026-06-25T04:03:25.532Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-25T04:03:25.586Z Compiling progenitor v0.13.0
18122026-06-25T04:03:25.616Z Compiling progenitor-macro v0.14.0
18132026-06-25T04:03:25.627Z Compiling csv v1.4.0
18142026-06-25T04:03:25.826Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-25T04:03:26.081Z Compiling qorb v0.4.1
18162026-06-25T04:03:26.097Z Compiling olpc-cjson v0.1.4
18172026-06-25T04:03:26.312Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-25T04:03:27.109Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-25T04:03:27.882Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18202026-06-25T04:03:28.019Z Compiling rayon v1.12.0
18212026-06-25T04:03:28.080Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18222026-06-25T04:03:28.229Z Compiling phf v0.12.1
18232026-06-25T04:03:28.295Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-25T04:03:28.380Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-25T04:03:29.378Z Compiling zone_cfg_derive v0.3.1
18262026-06-25T04:03:29.541Z Compiling tokio-dtrace v0.1.1
18272026-06-25T04:03:29.824Z Compiling itertools v0.12.1
18282026-06-25T04:03:29.911Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18292026-06-25T04:03:30.099Z Compiling libsw-core v0.3.2
18302026-06-25T04:03:30.117Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-25T04:03:30.277Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-06-25T04:03:30.673Z Compiling serde_plain v1.0.2
18332026-06-25T04:03:30.698Z Compiling openssl-macros v0.1.1
18342026-06-25T04:03:30.737Z Compiling pem v3.0.6
18352026-06-25T04:03:30.748Z Compiling cookie v0.18.1
18362026-06-25T04:03:30.882Z Compiling sigpipe v0.1.3
18372026-06-25T04:03:30.975Z Compiling fixedbitset v0.4.2
18382026-06-25T04:03:30.993Z Compiling glob v0.3.3
18392026-06-25T04:03:31.083Z Compiling typed-path v0.9.3
18402026-06-25T04:03:31.133Z Compiling fixedbitset v0.5.7
18412026-06-25T04:03:31.145Z Compiling bytecount v0.6.9
18422026-06-25T04:03:31.205Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-25T04:03:31.218Z Compiling jiff v0.2.28
18442026-06-25T04:03:31.285Z Compiling papergrid v0.11.0
18452026-06-25T04:03:31.457Z Compiling petgraph v0.8.3
18462026-06-25T04:03:31.481Z Compiling petgraph v0.6.5
18472026-06-25T04:03:32.419Z Compiling tough v0.22.0
18482026-06-25T04:03:33.043Z Compiling zone v0.3.1
18492026-06-25T04:03:33.076Z Compiling progenitor v0.14.0
18502026-06-25T04:03:33.216Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18512026-06-25T04:03:33.271Z Compiling libsw v3.5.0
18522026-06-25T04:03:33.307Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-25T04:03:33.442Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18542026-06-25T04:03:33.508Z Compiling oxide-tokio-rt v0.1.6
18552026-06-25T04:03:33.802Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18562026-06-25T04:03:33.864Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-25T04:03:33.932Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-25T04:03:33.971Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-25T04:03:34.795Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-25T04:03:34.975Z Compiling const_format v0.2.36
18612026-06-25T04:03:35.041Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-25T04:03:35.398Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18632026-06-25T04:03:35.642Z Compiling tabled_derive v0.7.0
18642026-06-25T04:03:35.821Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-25T04:03:35.959Z Compiling gethostname v0.5.0
18662026-06-25T04:03:35.963Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-25T04:03:36.086Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18682026-06-25T04:03:36.098Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-25T04:03:36.147Z Compiling bcs v0.1.6
18702026-06-25T04:03:36.220Z Compiling smf v0.2.3
18712026-06-25T04:03:36.428Z Compiling nom v8.0.0
18722026-06-25T04:03:36.473Z Compiling linear-map v1.2.0
18732026-06-25T04:03:36.639Z Compiling lazy_static v1.5.0
18742026-06-25T04:03:36.665Z Compiling unicode-linebreak v0.1.5
18752026-06-25T04:03:36.749Z Compiling termtree v0.5.1
18762026-06-25T04:03:36.833Z Compiling tagptr v0.2.0
18772026-06-25T04:03:36.906Z Compiling whoami v1.6.1
18782026-06-25T04:03:36.917Z Compiling smawk v0.3.2
18792026-06-25T04:03:36.983Z Compiling crunchy v0.2.4
18802026-06-25T04:03:36.988Z Compiling moka v0.12.15
18812026-06-25T04:03:37.051Z Compiling textwrap v0.16.2
18822026-06-25T04:03:37.312Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-25T04:03:37.530Z Compiling steno v0.4.1
18842026-06-25T04:03:37.602Z Compiling tabled v0.15.0
18852026-06-25T04:03:37.775Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-25T04:03:38.777Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-25T04:03:38.845Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-25T04:03:39.479Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-25T04:03:40.311Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-25T04:03:40.358Z Compiling hickory-proto v0.25.2
18912026-06-25T04:03:40.805Z Compiling tiny-keccak v2.0.2
18922026-06-25T04:03:41.067Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18932026-06-25T04:03:41.352Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18942026-06-25T04:03:41.730Z Compiling parking_lot_core v0.8.6
18952026-06-25T04:03:41.996Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18962026-06-25T04:03:42.041Z Compiling libscf-sys v1.2.0
18972026-06-25T04:03:42.154Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-25T04:03:42.185Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18992026-06-25T04:03:42.404Z Compiling hickory-resolver v0.25.2
19002026-06-25T04:03:42.445Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19012026-06-25T04:03:42.513Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19022026-06-25T04:03:42.877Z Compiling const-random-macro v0.1.16
19032026-06-25T04:03:42.909Z Compiling ahash v0.8.12
19042026-06-25T04:03:43.026Z Compiling smartstring v1.0.1
19052026-06-25T04:03:43.232Z Compiling parking_lot v0.11.2
19062026-06-25T04:03:43.291Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-25T04:03:43.598Z Compiling const-random v0.1.18
19082026-06-25T04:03:43.709Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19092026-06-25T04:03:43.939Z Compiling fxhash v0.2.1
19102026-06-25T04:03:43.960Z Compiling internet-checksum v0.2.1
19112026-06-25T04:03:44.082Z Compiling sled v0.34.7
19122026-06-25T04:03:44.266Z Compiling thin-vec v0.2.18
19132026-06-25T04:03:44.391Z Compiling rhai_codegen v3.2.0
19142026-06-25T04:03:44.573Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19152026-06-25T04:03:44.657Z Compiling serial_test_derive v3.5.0
19162026-06-25T04:03:44.751Z Compiling yansi v1.0.1
19172026-06-25T04:03:45.085Z Compiling diff v0.1.13
19182026-06-25T04:03:45.329Z Compiling pretty_assertions v1.4.1
19192026-06-25T04:03:45.419Z Compiling serial_test v3.5.0
19202026-06-25T04:03:45.665Z Compiling rhai v1.25.1
19212026-06-25T04:03:46.791Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19222026-06-25T04:03:47.614Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-25T04:03:55.965Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-25T04:03:57.623Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-06-25T04:03:58.677Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19262026-06-25T04:03:59.631Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19272026-06-25T04:04:00.452Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19282026-06-25T04:04:01.599Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19292026-06-25T04:04:33.996Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19302026-06-25T04:04:34.182Z────────────
19312026-06-25T04:04:34.182Z Nextest run ID 0050cf14-641c-40ca-be43-005744afd8ae with nextest profile: default
19322026-06-25T04:04:34.182Z Starting 154 tests across 3 binaries
19332026-06-25T04:04:34.192Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_byte_len
19342026-06-25T04:04:34.198Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19352026-06-25T04:04:34.198Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19362026-06-25T04:04:34.198Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
19372026-06-25T04:04:34.198Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19382026-06-25T04:04:34.198Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19392026-06-25T04:04:34.198Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19402026-06-25T04:04:34.198Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19412026-06-25T04:04:34.201Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19422026-06-25T04:04:34.204Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19432026-06-25T04:04:34.204Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19442026-06-25T04:04:34.204Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19452026-06-25T04:04:34.204Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19462026-06-25T04:04:34.204Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19472026-06-25T04:04:34.204Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19482026-06-25T04:04:34.204Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19492026-06-25T04:04:34.209Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_maximum_length
19502026-06-25T04:04:34.212Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
19512026-06-25T04:04:34.212Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
19522026-06-25T04:04:34.212Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19532026-06-25T04:04:34.212Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19542026-06-25T04:04:34.215Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19552026-06-25T04:04:34.215Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19562026-06-25T04:04:34.215Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19572026-06-25T04:04:34.218Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19582026-06-25T04:04:34.221Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19592026-06-25T04:04:34.221Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19602026-06-25T04:04:34.221Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19612026-06-25T04:04:34.221Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19622026-06-25T04:04:34.224Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19632026-06-25T04:04:34.224Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19642026-06-25T04:04:34.224Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19652026-06-25T04:04:34.227Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19662026-06-25T04:04:34.229Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19672026-06-25T04:04:34.229Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19682026-06-25T04:04:34.229Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19692026-06-25T04:04:34.229Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19702026-06-25T04:04:34.232Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19712026-06-25T04:04:34.232Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19722026-06-25T04:04:34.232Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19732026-06-25T04:04:34.235Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19742026-06-25T04:04:34.235Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19752026-06-25T04:04:34.235Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19762026-06-25T04:04:34.238Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19772026-06-25T04:04:34.238Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19782026-06-25T04:04:34.241Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19792026-06-25T04:04:34.241Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19802026-06-25T04:04:34.241Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19812026-06-25T04:04:34.244Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19822026-06-25T04:04:34.247Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19832026-06-25T04:04:34.247Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19842026-06-25T04:04:34.247Z PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first
19852026-06-25T04:04:34.247Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19862026-06-25T04:04:34.249Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19872026-06-25T04:04:34.249Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19882026-06-25T04:04:34.249Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19892026-06-25T04:04:34.252Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19902026-06-25T04:04:34.255Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19912026-06-25T04:04:34.255Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19922026-06-25T04:04:34.255Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19932026-06-25T04:04:34.255Z PASS [ 0.008s] bgp messages::tests::open_round_trip_extended_nexthop
19942026-06-25T04:04:34.258Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19952026-06-25T04:04:34.258Z PASS [ 0.008s] bgp messages::tests::prefix_within
19962026-06-25T04:04:34.258Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19972026-06-25T04:04:34.261Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19982026-06-25T04:04:34.264Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19992026-06-25T04:04:34.264Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20002026-06-25T04:04:34.264Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20012026-06-25T04:04:34.264Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20022026-06-25T04:04:34.267Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20032026-06-25T04:04:34.267Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20042026-06-25T04:04:34.270Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20052026-06-25T04:04:34.273Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20062026-06-25T04:04:34.273Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20072026-06-25T04:04:34.273Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20082026-06-25T04:04:34.273Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20092026-06-25T04:04:34.273Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20102026-06-25T04:04:34.276Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20112026-06-25T04:04:34.276Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20122026-06-25T04:04:34.276Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20132026-06-25T04:04:34.279Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20142026-06-25T04:04:34.281Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20152026-06-25T04:04:34.281Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20162026-06-25T04:04:34.281Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20172026-06-25T04:04:34.294Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20182026-06-25T04:04:34.297Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20192026-06-25T04:04:34.297Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20202026-06-25T04:04:34.299Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20212026-06-25T04:04:34.299Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
20222026-06-25T04:04:34.299Z PASS [ 0.020s] bgp policy::test::update_shape_community
20232026-06-25T04:04:34.299Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20242026-06-25T04:04:34.308Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20252026-06-25T04:04:34.311Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20262026-06-25T04:04:34.311Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20272026-06-25T04:04:34.314Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20282026-06-25T04:04:34.314Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20292026-06-25T04:04:34.314Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20302026-06-25T04:04:34.317Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20312026-06-25T04:04:34.317Z PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20322026-06-25T04:04:34.323Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20332026-06-25T04:04:34.326Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20342026-06-25T04:04:34.326Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20352026-06-25T04:04:34.328Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20362026-06-25T04:04:34.331Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20372026-06-25T04:04:34.334Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20382026-06-25T04:04:34.334Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20392026-06-25T04:04:34.334Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20402026-06-25T04:04:34.337Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20412026-06-25T04:04:34.340Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20422026-06-25T04:04:34.343Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20432026-06-25T04:04:34.343Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20442026-06-25T04:04:34.343Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20452026-06-25T04:04:34.343Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20462026-06-25T04:04:34.343Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20472026-06-25T04:04:34.343Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20482026-06-25T04:04:34.346Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20492026-06-25T04:04:34.348Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20502026-06-25T04:04:34.348Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20512026-06-25T04:04:34.351Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20522026-06-25T04:04:34.351Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20532026-06-25T04:04:34.351Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20542026-06-25T04:04:37.415Z PASS [ 3.067s] bgp test::test_basic_update
20552026-06-25T04:04:37.415Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20562026-06-25T04:04:37.420Z PASS [ 3.078s] bgp test::test_basic_peering_active
20572026-06-25T04:04:37.423Z PASS [ 3.077s] bgp test::test_basic_peering_passive_tcp
20582026-06-25T04:04:37.427Z PASS [ 3.076s] bgp test::test_basic_update_tcp
20592026-06-25T04:04:37.429Z PASS [ 3.085s] bgp test::test_basic_peering_passive
20602026-06-25T04:04:37.434Z PASS [ 3.084s] bgp test::test_basic_update_ipv6_tcp
20612026-06-25T04:04:38.425Z PASS [ 4.082s] bgp test::test_basic_peering_active_tcp
20622026-06-25T04:04:40.494Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_active
20632026-06-25T04:04:40.498Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive
20642026-06-25T04:04:41.501Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv6_peer_success
20652026-06-25T04:04:41.501Z PASS [ 4.080s] bgp test::test_import_export_policy_filtering
20662026-06-25T04:04:41.501Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv4_peer_success
20672026-06-25T04:04:41.504Z PASS [ 4.078s] bgp test::test_ipv4_routes_ipv6_peer_success
20682026-06-25T04:04:41.504Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp
20692026-06-25T04:04:41.504Z PASS [ 4.074s] bgp test::test_ipv6_basic_peering_active_tcp
20702026-06-25T04:04:41.560Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20712026-06-25T04:04:42.603Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp_ipv6
20722026-06-25T04:04:42.603Z PASS [ 1.102s] bgp test::test_three_router_chain_tcp
20732026-06-25T04:04:43.569Z PASS [ 2.067s] bgp test::test_same_linklocal_multiple_interfaces
20742026-06-25T04:04:43.666Z PASS [ 1.063s] bgp test::test_unnumbered_ndp_change
20752026-06-25T04:04:44.314Z PASS [ 2.813s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20762026-06-25T04:04:44.320Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20772026-06-25T04:04:44.325Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20782026-06-25T04:04:44.330Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20792026-06-25T04:04:44.335Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20802026-06-25T04:04:44.572Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20812026-06-25T04:04:45.704Z PASS [ 4.072s] bgp test::test_three_router_chain_unnumbered
20822026-06-25T04:04:46.566Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20832026-06-25T04:04:48.630Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20842026-06-25T04:04:51.669Z PASS [ 9.066s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20852026-06-25T04:04:52.731Z PASS [ 9.064s] bgp test::test_unnumbered_unaffected_by_ndp
20862026-06-25T04:04:59.626Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20872026-06-25T04:04:59.628Z────────────
20882026-06-25T04:04:59.629Z Summary [ 25.443s] 154 tests run: 154 passed, 0 skipped
20892026-06-25T04:04:59.639Z+ 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/
20902026-06-25T04:04:59.645Z+ popd
20912026-06-25T04:04:59.645Z+ pushd mgd
20922026-06-25T04:04:59.646Z/work/oxidecomputer/maghemite
20932026-06-25T04:04:59.646Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20942026-06-25T04:04:59.648Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20952026-06-25T04:05:00.854Z Compiling slog v2.8.2
20962026-06-25T04:05:00.964Z Compiling usdt v0.6.0
20972026-06-25T04:05:01.057Z Compiling proc-macro-error-attr2 v2.0.0
20982026-06-25T04:05:01.074Z Compiling papergrid v0.18.0
20992026-06-25T04:05:01.077Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21002026-06-25T04:05:01.077Z Compiling testing_table v0.3.0
21012026-06-25T04:05:01.244Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21022026-06-25T04:05:01.256Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21032026-06-25T04:05:01.267Z Compiling slog-json v2.6.1
21042026-06-25T04:05:01.352Z Compiling slog-term v2.9.2
21052026-06-25T04:05:01.487Z Compiling slog-async v2.8.0
21062026-06-25T04:05:01.595Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21072026-06-25T04:05:01.626Z Compiling slog-bunyan v2.5.0
21082026-06-25T04:05:01.678Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-06-25T04:05:01.728Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-25T04:05:01.907Z Compiling dropshot v0.17.1
21112026-06-25T04:05:02.027Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-06-25T04:05:02.031Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-25T04:05:02.104Z Compiling slog-dtrace v0.3.0
21142026-06-25T04:05:02.116Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21152026-06-25T04:05:02.420Z Compiling steno v0.4.1
21162026-06-25T04:05:02.517Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-25T04:05:03.102Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-25T04:05:03.234Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21192026-06-25T04:05:03.257Z Compiling proc-macro-error2 v2.0.1
21202026-06-25T04:05:03.537Z Compiling tabled_derive v0.11.0
21212026-06-25T04:05:04.163Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21222026-06-25T04:05:04.663Z Compiling tabled v0.21.0
21232026-06-25T04:05:05.662Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-25T04:05:06.071Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-25T04:05:07.437Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-25T04:05:08.047Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-25T04:05:08.236Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-25T04:05:08.337Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21292026-06-25T04:05:08.795Z Compiling crc8 v0.1.1
21302026-06-25T04:05:08.923Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21312026-06-25T04:05:08.935Z Compiling dropshot-api-manager-types v0.7.2
21322026-06-25T04:05:09.209Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21332026-06-25T04:05:09.331Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21342026-06-25T04:05:09.819Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-25T04:05:11.263Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-25T04:05:11.723Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-25T04:05:11.859Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-25T04:05:11.872Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-25T04:05:11.993Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-25T04:05:12.937Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-25T04:05:13.224Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-25T04:05:13.921Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-25T04:05:13.979Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-25T04:05:14.142Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-25T04:05:14.560Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21462026-06-25T04:05:14.861Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-25T04:05:19.098Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-25T04:05:19.098Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-25T04:05:20.098Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-25T04:05:20.453Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-25T04:05:20.615Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-25T04:05:21.380Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-25T04:05:21.582Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-25T04:05:28.340Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-25T04:05:36.027Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-25T04:05:37.632Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-25T04:05:38.678Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21582026-06-25T04:05:39.640Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21592026-06-25T04:05:40.477Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21602026-06-25T04:05:41.652Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21612026-06-25T04:05:41.652Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21622026-06-25T04:05:41.652Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21632026-06-25T04:05:47.345Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21642026-06-25T04:06:14.931Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21652026-06-25T04:06:15.107Z────────────
21662026-06-25T04:06:15.108Z Nextest run ID 44ec32d7-e77e-430c-99d6-15ec8f7866cd with nextest profile: default
21672026-06-25T04:06:15.108Z Starting 40 tests across 3 binaries
21682026-06-25T04:06:15.112Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21692026-06-25T04:06:15.115Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21702026-06-25T04:06:15.115Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21712026-06-25T04:06:15.115Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21722026-06-25T04:06:15.118Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21732026-06-25T04:06:15.118Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21742026-06-25T04:06:15.118Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
21752026-06-25T04:06:15.172Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21762026-06-25T04:06:15.175Z PASS [ 0.059s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
21772026-06-25T04:06:15.175Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21782026-06-25T04:06:15.175Z PASS [ 0.061s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21792026-06-25T04:06:15.178Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21802026-06-25T04:06:15.178Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21812026-06-25T04:06:15.191Z PASS [ 0.073s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
21822026-06-25T04:06:15.191Z PASS [ 0.078s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21832026-06-25T04:06:15.194Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21842026-06-25T04:06:15.194Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21852026-06-25T04:06:15.194Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21862026-06-25T04:06:15.194Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21872026-06-25T04:06:15.198Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21882026-06-25T04:06:15.199Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21892026-06-25T04:06:15.199Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21902026-06-25T04:06:15.202Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21912026-06-25T04:06:15.202Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21922026-06-25T04:06:15.206Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21932026-06-25T04:06:15.206Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21942026-06-25T04:06:15.211Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21952026-06-25T04:06:15.211Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21962026-06-25T04:06:15.211Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21972026-06-25T04:06:15.211Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21982026-06-25T04:06:15.214Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21992026-06-25T04:06:15.214Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22002026-06-25T04:06:15.214Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22012026-06-25T04:06:15.214Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22022026-06-25T04:06:15.219Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22032026-06-25T04:06:15.219Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22042026-06-25T04:06:15.225Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22052026-06-25T04:06:15.225Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22062026-06-25T04:06:15.229Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22072026-06-25T04:06:15.232Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22082026-06-25T04:06:15.233Z────────────
22092026-06-25T04:06:15.233Z Summary [ 0.122s] 40 tests run: 40 passed, 0 skipped
22102026-06-25T04:06:15.242Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22112026-06-25T04:06:15.245Z+ popd
22122026-06-25T04:06:15.245Z/work/oxidecomputer/maghemite
22132026-06-25T04:06:15.245Zprocess exited: duration 435004 ms, exit code 0
 
22142026-06-25T04:06:15.258Zfound 69 output files
22152026-06-25T04:06:15.258Zuploading: /work/apply_change_peer_asn.log (33037 bytes)
22162026-06-25T04:06:16.270Zuploaded: /work/apply_change_peer_asn.log
22172026-06-25T04:06:16.274Zuploading: /work/apply_empty_removes_peers.log (8680 bytes)
22182026-06-25T04:06:17.283Zuploaded: /work/apply_empty_removes_peers.log
22192026-06-25T04:06:17.283Zuploading: /work/apply_remove_entire_group.log (11317 bytes)
22202026-06-25T04:06:18.295Zuploaded: /work/apply_remove_entire_group.log
22212026-06-25T04:06:18.295Zuploading: /work/delete_router_removes_router_state.log (20949 bytes)
22222026-06-25T04:06:19.310Zuploaded: /work/delete_router_removes_router_state.log
22232026-06-25T04:06:19.310Zuploading: /work/dualstack_routes.log (117497 bytes)
22242026-06-25T04:06:20.327Zuploaded: /work/dualstack_routes.log
22252026-06-25T04:06:20.327Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2418 bytes)
22262026-06-25T04:06:21.337Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22272026-06-25T04:06:21.338Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1305 bytes)
22282026-06-25T04:06:22.350Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22292026-06-25T04:06:22.350Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2248 bytes)
22302026-06-25T04:06:23.363Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22312026-06-25T04:06:23.363Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2255 bytes)
22322026-06-25T04:06:24.373Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22332026-06-25T04:06:24.373Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2314 bytes)
22342026-06-25T04:06:25.386Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22352026-06-25T04:06:25.386Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2184 bytes)
22362026-06-25T04:06:26.398Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22372026-06-25T04:06:26.398Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2824 bytes)
22382026-06-25T04:06:27.408Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22392026-06-25T04:06:27.408Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2244 bytes)
22402026-06-25T04:06:28.420Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22412026-06-25T04:06:28.421Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2240 bytes)
22422026-06-25T04:06:29.435Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22432026-06-25T04:06:29.435Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2230 bytes)
22442026-06-25T04:06:30.447Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22452026-06-25T04:06:30.447Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2239 bytes)
22462026-06-25T04:06:31.458Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22472026-06-25T04:06:31.458Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2466 bytes)
22482026-06-25T04:06:32.473Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22492026-06-25T04:06:32.473Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4645 bytes)
22502026-06-25T04:06:33.486Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22512026-06-25T04:06:33.486Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3491 bytes)
22522026-06-25T04:06:34.500Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22532026-06-25T04:06:34.500Zuploading: /work/multiple_unnumbered.log (139581 bytes)
22542026-06-25T04:06:35.521Zuploaded: /work/multiple_unnumbered.log
22552026-06-25T04:06:35.521Zuploading: /work/ndp_change_reset.log (70117 bytes)
22562026-06-25T04:06:36.534Zuploaded: /work/ndp_change_reset.log
22572026-06-25T04:06:36.534Zuploading: /work/ndp_changes.log (88528 bytes)
22582026-06-25T04:06:37.579Zuploaded: /work/ndp_changes.log
22592026-06-25T04:06:37.579Zuploading: /work/r1.test_basic_peering_active.log (40058 bytes)
22602026-06-25T04:06:38.596Zuploaded: /work/r1.test_basic_peering_active.log
22612026-06-25T04:06:38.596Zuploading: /work/r1.test_basic_peering_active_tcp.log (49143 bytes)
22622026-06-25T04:06:39.617Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22632026-06-25T04:06:39.617Zuploading: /work/r1.test_basic_peering_passive.log (33846 bytes)
22642026-06-25T04:06:40.633Zuploaded: /work/r1.test_basic_peering_passive.log
22652026-06-25T04:06:40.633Zuploading: /work/r1.test_basic_peering_passive_tcp.log (42159 bytes)
22662026-06-25T04:06:41.647Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22672026-06-25T04:06:41.647Zuploading: /work/r1.test_basic_update.log (39081 bytes)
22682026-06-25T04:06:42.662Zuploaded: /work/r1.test_basic_update.log
22692026-06-25T04:06:42.662Zuploading: /work/r1.test_basic_update_ipv6.log (41480 bytes)
22702026-06-25T04:06:43.679Zuploaded: /work/r1.test_basic_update_ipv6.log
22712026-06-25T04:06:43.679Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30956 bytes)
22722026-06-25T04:06:44.694Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22732026-06-25T04:06:44.695Zuploading: /work/r1.test_basic_update_tcp.log (31319 bytes)
22742026-06-25T04:06:45.712Zuploaded: /work/r1.test_basic_update_tcp.log
22752026-06-25T04:06:45.713Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43485 bytes)
22762026-06-25T04:06:46.728Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22772026-06-25T04:06:46.728Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (45235 bytes)
22782026-06-25T04:06:47.751Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22792026-06-25T04:06:47.751Zuploading: /work/r1.test_import_export_policy_filtering.log (40200 bytes)
22802026-06-25T04:06:48.768Zuploaded: /work/r1.test_import_export_policy_filtering.log
22812026-06-25T04:06:48.768Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35863 bytes)
22822026-06-25T04:06:49.797Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22832026-06-25T04:06:49.797Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40367 bytes)
22842026-06-25T04:06:50.842Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22852026-06-25T04:06:50.842Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49029 bytes)
22862026-06-25T04:06:51.857Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22872026-06-25T04:06:51.857Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33662 bytes)
22882026-06-25T04:06:52.877Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22892026-06-25T04:06:52.878Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39616 bytes)
22902026-06-25T04:06:53.891Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22912026-06-25T04:06:53.891Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (34401 bytes)
22922026-06-25T04:06:54.907Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22932026-06-25T04:06:54.907Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29944 bytes)
22942026-06-25T04:06:55.920Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22952026-06-25T04:06:55.921Zuploading: /work/r1.test_three_router_chain_tcp.log (25861 bytes)
22962026-06-25T04:06:56.937Zuploaded: /work/r1.test_three_router_chain_tcp.log
22972026-06-25T04:06:56.938Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22966 bytes)
22982026-06-25T04:06:57.952Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22992026-06-25T04:06:57.952Zuploading: /work/r2.test_basic_peering_active.log (38672 bytes)
23002026-06-25T04:06:58.967Zuploaded: /work/r2.test_basic_peering_active.log
23012026-06-25T04:06:58.967Zuploading: /work/r2.test_basic_peering_active_tcp.log (47933 bytes)
23022026-06-25T04:06:59.984Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23032026-06-25T04:06:59.985Zuploading: /work/r2.test_basic_peering_passive.log (41346 bytes)
23042026-06-25T04:07:01.001Zuploaded: /work/r2.test_basic_peering_passive.log
23052026-06-25T04:07:01.001Zuploading: /work/r2.test_basic_peering_passive_tcp.log (47165 bytes)
23062026-06-25T04:07:02.015Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23072026-06-25T04:07:02.015Zuploading: /work/r2.test_basic_update.log (45620 bytes)
23082026-06-25T04:07:03.030Zuploaded: /work/r2.test_basic_update.log
23092026-06-25T04:07:03.030Zuploading: /work/r2.test_basic_update_ipv6.log (38862 bytes)
23102026-06-25T04:07:04.045Zuploaded: /work/r2.test_basic_update_ipv6.log
23112026-06-25T04:07:04.046Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32786 bytes)
23122026-06-25T04:07:05.062Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23132026-06-25T04:07:05.062Zuploading: /work/r2.test_basic_update_tcp.log (32800 bytes)
23142026-06-25T04:07:06.077Zuploaded: /work/r2.test_basic_update_tcp.log
23152026-06-25T04:07:06.077Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43581 bytes)
23162026-06-25T04:07:07.117Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23172026-06-25T04:07:07.117Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43820 bytes)
23182026-06-25T04:07:08.133Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23192026-06-25T04:07:08.134Zuploading: /work/r2.test_import_export_policy_filtering.log (36562 bytes)
23202026-06-25T04:07:09.147Zuploaded: /work/r2.test_import_export_policy_filtering.log
23212026-06-25T04:07:09.147Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38188 bytes)
23222026-06-25T04:07:10.160Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23232026-06-25T04:07:10.160Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38908 bytes)
23242026-06-25T04:07:11.174Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23252026-06-25T04:07:11.174Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47274 bytes)
23262026-06-25T04:07:12.189Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23272026-06-25T04:07:12.189Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41430 bytes)
23282026-06-25T04:07:13.202Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23292026-06-25T04:07:13.202Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (45844 bytes)
23302026-06-25T04:07:14.216Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23312026-06-25T04:07:14.216Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38946 bytes)
23322026-06-25T04:07:15.231Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23332026-06-25T04:07:15.231Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28562 bytes)
23342026-06-25T04:07:16.245Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23352026-06-25T04:07:16.245Zuploading: /work/r2.test_three_router_chain_tcp.log (44829 bytes)
23362026-06-25T04:07:17.262Zuploaded: /work/r2.test_three_router_chain_tcp.log
23372026-06-25T04:07:17.262Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (42231 bytes)
23382026-06-25T04:07:18.277Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23392026-06-25T04:07:18.277Zuploading: /work/r3.test_three_router_chain_tcp.log (21368 bytes)
23402026-06-25T04:07:19.294Zuploaded: /work/r3.test_three_router_chain_tcp.log
23412026-06-25T04:07:19.294Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21373 bytes)
23422026-06-25T04:07:20.308Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23432026-06-25T04:07:20.308Zuploading: /work/same_linklocal.log (141585 bytes)
23442026-06-25T04:07:21.327Zuploaded: /work/same_linklocal.log
23452026-06-25T04:07:21.327Zuploading: /work/three_chain.log (109226 bytes)
23462026-06-25T04:07:22.350Zuploaded: /work/three_chain.log
23472026-06-25T04:07:22.350Zuploading: /work/unnumbered_expiry.log (88446 bytes)
23482026-06-25T04:07:23.366Zuploaded: /work/unnumbered_expiry.log
23492026-06-25T04:07:23.366Zuploading: /work/unnumbered_interface_lifecycle.log (154846 bytes)
23502026-06-25T04:07:24.383Zuploaded: /work/unnumbered_interface_lifecycle.log
23512026-06-25T04:07:24.383Zuploading: /work/unnumbered_peer_change.log (79024 bytes)
23522026-06-25T04:07:25.397Zuploaded: /work/unnumbered_peer_change.log