01KW0GE39FEM49B0Y63YEM5MXZ: 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: 01KW0GENSEAAJFXNB3E20CJJ6Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:05:46.150Zjob assigned to worker 01KW0GF4KWTKGWR7EJC9TJ3XS1 [factory aws, i-081272daa2baf1338] (queued for 1 m 0 s)
 
22026-06-25T23:05:52.895Zstarting task 0: "setup"
32026-06-25T23:05:52.907Z++ uname -s
42026-06-25T23:05:52.907Z+ kern=SunOS
52026-06-25T23:05:52.907Z+ build_user=build
62026-06-25T23:05:52.907Z+ build_uid=12345
72026-06-25T23:05:52.907Z+ work_dir=/work
82026-06-25T23:05:52.907Z+ input_dir=/input
92026-06-25T23:05:52.907Z+ [[ 0 == 12345 ]]
102026-06-25T23:05:52.907Z+ case "$kern" in
112026-06-25T23:05:52.908Z+ groupadd -g 12345 build
122026-06-25T23:05:52.908Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:05:54.906Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:05:54.997Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:05:55.002Z+ home_fs=zfs
162026-06-25T23:05:55.002Z+ [[ zfs == autofs ]]
172026-06-25T23:05:55.002Z+ mkdir -p /home/build
182026-06-25T23:05:55.002Z+ chown build:build /home/build /work
192026-06-25T23:05:57.002Z+ chmod 0700 /home/build /work
202026-06-25T23:05:57.005Zprocess exited: duration 4110 ms, exit code 0
 
212026-06-25T23:05:57.011Zstarting task 1: "rust-toolchain"
222026-06-25T23:05:57.019Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T23:05:57.019Z * rust toolchain channel = "stable"
242026-06-25T23:05:57.019Z * rust toolchain profile = "default"
252026-06-25T23:05:57.019Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T23:05:57.019Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T23:05:57.019Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T23:05:57.026Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:05:57.026Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T23:05:57.113Zinfo: downloading installer
312026-06-25T23:05:58.526Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T23:05:58.526Zwarn: /opt/ooce/bin
332026-06-25T23:05:58.526Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T23:05:58.526Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T23:05:58.526Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T23:05:58.526Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T23:05:58.526Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T23:05:58.526Zerror: cannot install while Rust is installed
392026-06-25T23:05:58.526Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T23:05:58.527Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T23:05:58.527Zwarn: /home/build/.rustup/settings.toml
422026-06-25T23:05:58.527Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T23:05:58.527Zwarn: instead of the one inferred from the default host triple.
442026-06-25T23:05:58.541Zinfo: profile set to default
452026-06-25T23:05:58.541Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T23:05:58.545Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T23:05:58.678Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T23:05:58.684Zinfo: downloading 6 components
492026-06-25T23:06:13.412Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T23:06:13.412Z
512026-06-25T23:06:13.451Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T23:06:13.451Z
532026-06-25T23:06:13.451Z
542026-06-25T23:06:13.451ZRust is installed now. Great!
552026-06-25T23:06:13.451Z
562026-06-25T23:06:13.451ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T23:06:13.451Zenvironment variable. This has not been done automatically.
582026-06-25T23:06:13.451Z
592026-06-25T23:06:13.451ZTo configure your current shell, you need to source
602026-06-25T23:06:13.451Zthe corresponding env file under $HOME/.cargo.
612026-06-25T23:06:13.451Z
622026-06-25T23:06:13.451ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T23:06:13.451Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T23:06:13.451Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T23:06:13.451Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T23:06:13.451Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T23:06:13.451Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T23:06:13.451Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T23:06:13.454Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T23:06:13.454Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T23:06:13.541Z+ rustup --version
722026-06-25T23:06:13.550Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T23:06:13.553Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T23:06:13.571Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T23:06:13.574Z+ cargo --version
762026-06-25T23:06:13.587Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T23:06:13.590Z+ rustc --version
782026-06-25T23:06:13.610Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T23:06:13.612Zprocess exited: duration 16599 ms, exit code 0
 
802026-06-25T23:06:13.618Zstarting task 2: "authentication"
812026-06-25T23:06:13.634Zprocess exited: duration 15 ms, exit code 0
 
822026-06-25T23:06:13.641Zstarting task 3: "clone repository"
832026-06-25T23:06:13.644Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T23:06:13.647Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T23:06:13.681ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T23:06:14.895Z+ cd /work/oxidecomputer/maghemite
872026-06-25T23:06:14.895Z+ git fetch origin 498ce1b8c2247d9261834cd245ed765e85ae5915
882026-06-25T23:06:15.159ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T23:06:15.159Z * branch 498ce1b8c2247d9261834cd245ed765e85ae5915 -> FETCH_HEAD
902026-06-25T23:06:15.164Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-06-25T23:06:15.167Z++ git branch --show-current
922026-06-25T23:06:15.167Z+ current=main
932026-06-25T23:06:15.167Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-06-25T23:06:15.167Z+ git branch -f trey/bgp-peer-config-dedupe 498ce1b8c2247d9261834cd245ed765e85ae5915
952026-06-25T23:06:15.170Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-06-25T23:06:15.188ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-06-25T23:06:15.191Z+ git reset --hard 498ce1b8c2247d9261834cd245ed765e85ae5915
982026-06-25T23:06:15.206ZHEAD is now at 498ce1b bgp: unify numbered and unnumbered peer config
992026-06-25T23:06:15.209Zprocess exited: duration 1566 ms, exit code 0
 
1002026-06-25T23:06:15.214Zstarting task 4: "build"
1012026-06-25T23:06:15.218Z+ set -e
1022026-06-25T23:06:15.218Z+ source .github/buildomat/test-common.sh
1032026-06-25T23:06:15.221Z++ NEXTEST_VERSION=0.9.97
1042026-06-25T23:06:15.221Z++ PLATFORM=illumos
1052026-06-25T23:06:15.221Z++ banner install
1062026-06-25T23:06:15.221Z
1072026-06-25T23:06:15.221Z # # # #### ##### ## # #
1082026-06-25T23:06:15.221Z # ## # # # # # # #
1092026-06-25T23:06:15.221Z # # # # #### # # # # #
1102026-06-25T23:06:15.221Z # # # # # # ###### # #
1112026-06-25T23:06:15.221Z # # ## # # # # # # #
1122026-06-25T23:06:15.221Z # # # #### # # # ###### ######
1132026-06-25T23:06:15.221Z
1142026-06-25T23:06:15.221Z++ set +o errexit
1152026-06-25T23:06:15.224Z++ pkg info clang-15
1162026-06-25T23:06:15.224Z++ grep -qi installed
1172026-06-25T23:06:16.522Zpkg: info: no packages matching the following patterns you specified are
1182026-06-25T23:06:16.522Zinstalled on the system. Try querying remotely instead:
1192026-06-25T23:06:16.522Z
1202026-06-25T23:06:16.522Z clang-15
1212026-06-25T23:06:16.557Z++ [[ 1 != 0 ]]
1222026-06-25T23:06:16.557Z++ set -o errexit
1232026-06-25T23:06:16.561Z++ pfexec pkg install clang-15
1242026-06-25T23:06:24.322Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-25T23:06:32.126Z Startup: Caching catalogs ... Done
1262026-06-25T23:06:39.531ZPlanning: Solver setup ... Done
1272026-06-25T23:06:39.572ZPlanning: Running solver ... Done
1282026-06-25T23:06:39.713ZPlanning: Finding local manifests ... Done
1292026-06-25T23:06:39.733ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-25T23:06:39.827ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-25T23:06:39.856ZPlanning: Package planning ... Done
1322026-06-25T23:06:39.882ZPlanning: Merging actions ... Done
1332026-06-25T23:06:39.991ZPlanning: Checking for conflicting actions ... Done
1342026-06-25T23:06:39.998ZPlanning: Consolidating action changes ... Done
1352026-06-25T23:06:40.802ZPlanning: Evaluating mediators ... Done
1362026-06-25T23:06:40.808ZPlanning: Planning completed in 8.51 seconds
1372026-06-25T23:06:40.820Z Packages to install: 2
1382026-06-25T23:06:40.823Z Mediators to change: 2
1392026-06-25T23:06:40.823Z Services to change: 1
1402026-06-25T23:06:40.823Z Create boot environment: No
1412026-06-25T23:06:40.824ZCreate backup boot environment: No
1422026-06-25T23:06:40.864Z
1432026-06-25T23:06:40.864ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-25T23:06:46.071ZDownload: 983/3076 items 82.0/211.3MB 38% complete (22.6M/s)
1452026-06-25T23:06:51.079ZDownload: 1194/3076 items 112.8/211.3MB 53% complete (11.3M/s)
1462026-06-25T23:07:19.040ZDownload: 2005/3076 items 116.4/211.3MB 55% complete
1472026-06-25T23:07:24.069ZDownload: 2368/3076 items 119.1/211.3MB 56% complete (708k/s)
1482026-06-25T23:07:31.619ZDownload: 3029/3076 items 201.7/211.3MB 95% complete (10.2M/s)
1492026-06-25T23:07:32.278ZDownload: Completed 211.31 MB in 51.41 seconds (4.1M/s)
1502026-06-25T23:07:32.517Z Actions: 1/3418 actions (Installing new actions)
1512026-06-25T23:07:35.681Z Actions: Completed 3418 actions in 3.17 seconds.
1522026-06-25T23:07:36.332Z Done
1532026-06-25T23:07:36.332Z Done
1542026-06-25T23:07:37.074Z Done
1552026-06-25T23:07:40.560Z Done
1562026-06-25T23:07:40.630Z Done
1572026-06-25T23:07:40.634Z Done
1582026-06-25T23:07:40.859Z Done
1592026-06-25T23:07:41.549Z++ set -o errexit
1602026-06-25T23:07:41.549Z++ cargo --version
1612026-06-25T23:07:41.555Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-06-25T23:07:41.725Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-06-25T23:07:41.729Zinfo: downloading 6 components
1642026-06-25T23:07:56.264Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-06-25T23:07:56.268Z++ rustc --version
1662026-06-25T23:07:56.292Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-06-25T23:07:56.295Z++ cargo install cargo-nextest --version 0.9.97
1682026-06-25T23:07:56.336Z Updating crates.io index
1692026-06-25T23:07:56.445Z Downloading crates ...
1702026-06-25T23:07:56.504Z Downloaded cargo-nextest v0.9.97
1712026-06-25T23:07:56.563Z Installing cargo-nextest v0.9.97
1722026-06-25T23:07:56.603Z Updating crates.io index
1732026-06-25T23:07:59.198Z Locking 390 packages to latest compatible versions
1742026-06-25T23:07:59.202Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-06-25T23:07:59.207Z Adding duct v0.13.7 (available: v1.1.1)
1762026-06-25T23:07:59.207Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-06-25T23:07:59.207Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-06-25T23:07:59.210Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-06-25T23:07:59.210Z Adding itertools v0.14.0 (available: v0.15.0)
1802026-06-25T23:07:59.210Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1812026-06-25T23:07:59.210Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-06-25T23:07:59.213Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1832026-06-25T23:07:59.216Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-06-25T23:07:59.242Z Downloading crates ...
1852026-06-25T23:07:59.319Z Downloaded addr2line v0.25.1
1862026-06-25T23:07:59.332Z Downloaded home v0.5.12
1872026-06-25T23:07:59.341Z Downloaded autocfg v1.5.1
1882026-06-25T23:07:59.343Z Downloaded quote v1.0.46
1892026-06-25T23:07:59.347Z Downloaded newtype-uuid v1.3.2
1902026-06-25T23:07:59.347Z Downloaded proc-macro2 v1.0.106
1912026-06-25T23:07:59.349Z Downloaded ordered-float v2.10.1
1922026-06-25T23:07:59.352Z Downloaded self-replace v1.5.0
1932026-06-25T23:07:59.352Z Downloaded base64 v0.22.1
1942026-06-25T23:07:59.355Z Downloaded serde-untagged v0.1.9
1952026-06-25T23:07:59.360Z Downloaded adler2 v2.0.1
1962026-06-25T23:07:59.365Z Downloaded serde_derive v1.0.228
1972026-06-25T23:07:59.369Z Downloaded log v0.4.33
1982026-06-25T23:07:59.372Z Downloaded itoa v1.0.18
1992026-06-25T23:07:59.372Z Downloaded itertools v0.14.0
2002026-06-25T23:07:59.377Z Downloaded litrs v1.0.0
2012026-06-25T23:07:59.380Z Downloaded http-body v1.0.1
2022026-06-25T23:07:59.380Z Downloaded ipnet v2.12.0
2032026-06-25T23:07:59.383Z Downloaded lru-slab v0.1.2
2042026-06-25T23:07:59.383Z Downloaded lock_api v0.4.14
2052026-06-25T23:07:59.389Z Downloaded enable-ansi-support v0.2.1
2062026-06-25T23:07:59.389Z Downloaded jobserver v0.1.34
2072026-06-25T23:07:59.392Z Downloaded bstr v1.12.3
2082026-06-25T23:07:59.394Z Downloaded pkcs8 v0.10.2
2092026-06-25T23:07:59.397Z Downloaded indenter v0.3.4
2102026-06-25T23:07:59.397Z Downloaded block-buffer v0.10.4
2112026-06-25T23:07:59.397Z Downloaded pin-project v1.1.13
2122026-06-25T23:07:59.405Z Downloaded pkg-config v0.3.33
2132026-06-25T23:07:59.407Z Downloaded pin-project-lite v0.2.17
2142026-06-25T23:07:59.409Z Downloaded futures-io v0.3.32
2152026-06-25T23:07:59.412Z Downloaded flate2 v1.1.9
2162026-06-25T23:07:59.415Z Downloaded once_cell v1.21.4
2172026-06-25T23:07:59.418Z Downloaded guppy-workspace-hack v0.1.0
2182026-06-25T23:07:59.418Z Downloaded foreign-types v0.3.2
2192026-06-25T23:07:59.419Z Downloaded number_prefix v0.4.0
2202026-06-25T23:07:59.422Z Downloaded foldhash v0.1.5
2212026-06-25T23:07:59.422Z Downloaded anstream v1.0.0
2222026-06-25T23:07:59.425Z Downloaded cargo_metadata v0.23.1
2232026-06-25T23:07:59.425Z Downloaded heck v0.5.0
2242026-06-25T23:07:59.425Z Downloaded nested v0.1.1
2252026-06-25T23:07:59.429Z Downloaded document-features v0.2.12
2262026-06-25T23:07:59.429Z Downloaded hex v0.4.3
2272026-06-25T23:07:59.432Z Downloaded rand_core v0.6.4
2282026-06-25T23:07:59.432Z Downloaded ahash v0.8.12
2292026-06-25T23:07:59.432Z Downloaded os_pipe v1.2.3
2302026-06-25T23:07:59.432Z Downloaded iana-time-zone v0.1.65
2312026-06-25T23:07:59.435Z Downloaded futures-core v0.3.32
2322026-06-25T23:07:59.439Z Downloaded debug-ignore v1.0.5
2332026-06-25T23:07:59.439Z Downloaded curve25519-dalek-derive v0.1.1
2342026-06-25T23:07:59.439Z Downloaded errno v0.3.14
2352026-06-25T23:07:59.442Z Downloaded pathdiff v0.2.3
2362026-06-25T23:07:59.442Z Downloaded hyper-tls v0.6.0
2372026-06-25T23:07:59.442Z Downloaded filetime v0.2.29
2382026-06-25T23:07:59.442Z Downloaded anstyle-query v1.1.5
2392026-06-25T23:07:59.445Z Downloaded scopeguard v1.2.0
2402026-06-25T23:07:59.445Z Downloaded openssl-probe v0.2.1
2412026-06-25T23:07:59.445Z Downloaded pin-project-internal v1.1.13
2422026-06-25T23:07:59.449Z Downloaded indent_write v2.2.0
2432026-06-25T23:07:59.450Z Downloaded is_ci v1.2.0
2442026-06-25T23:07:59.450Z Downloaded humantime v2.3.0
2452026-06-25T23:07:59.452Z Downloaded is_terminal_polyfill v1.70.2
2462026-06-25T23:07:59.452Z Downloaded futures-sink v0.3.32
2472026-06-25T23:07:59.452Z Downloaded fixedbitset v0.5.7
2482026-06-25T23:07:59.453Z Downloaded anstyle-parse v1.0.0
2492026-06-25T23:07:59.455Z Downloaded idna_adapter v1.0.0
2502026-06-25T23:07:59.455Z Downloaded async-scoped v0.9.0
2512026-06-25T23:07:59.455Z Downloaded cargo-util-schemas v0.2.0
2522026-06-25T23:07:59.458Z Downloaded nextest-workspace-hack v0.1.0
2532026-06-25T23:07:59.458Z Downloaded lazy_static v1.5.0
2542026-06-25T23:07:59.458Z Downloaded bytes v1.12.0
2552026-06-25T23:07:59.462Z Downloaded parking_lot v0.12.5
2562026-06-25T23:07:59.465Z Downloaded colorchoice v1.0.5
2572026-06-25T23:07:59.465Z Downloaded atomic-waker v1.1.2
2582026-06-25T23:07:59.465Z Downloaded num-traits v0.2.19
2592026-06-25T23:07:59.468Z Downloaded foreign-types-shared v0.1.1
2602026-06-25T23:07:59.468Z Downloaded fastrand v2.4.1
2612026-06-25T23:07:59.471Z Downloaded cpufeatures v0.2.17
2622026-06-25T23:07:59.471Z Downloaded rustls-pki-types v1.14.1
2632026-06-25T23:07:59.471Z Downloaded quinn-udp v0.5.14
2642026-06-25T23:07:59.475Z Downloaded cargo-platform v0.3.3
2652026-06-25T23:07:59.475Z Downloaded cfg_aliases v0.2.1
2662026-06-25T23:07:59.478Z Downloaded mukti-metadata v0.3.0
2672026-06-25T23:07:59.478Z Downloaded base64ct v1.8.3
2682026-06-25T23:07:59.478Z Downloaded percent-encoding v2.3.2
2692026-06-25T23:07:59.478Z Downloaded fnv v1.0.7
2702026-06-25T23:07:59.481Z Downloaded color-spantrace v0.3.0
2712026-06-25T23:07:59.481Z Downloaded atomicwrites v0.4.4
2722026-06-25T23:07:59.481Z Downloaded anstyle v1.0.14
2732026-06-25T23:07:59.484Z Downloaded rustc_version v0.4.1
2742026-06-25T23:07:59.484Z Downloaded crypto-common v0.1.7
2752026-06-25T23:07:59.487Z Downloaded generic-array v0.14.7
2762026-06-25T23:07:59.487Z Downloaded equivalent v1.0.2
2772026-06-25T23:07:59.487Z Downloaded openssl-macros v0.1.1
2782026-06-25T23:07:59.489Z Downloaded futures-task v0.3.32
2792026-06-25T23:07:59.489Z Downloaded futures-macro v0.3.32
2802026-06-25T23:07:59.490Z Downloaded form_urlencoded v1.2.2
2812026-06-25T23:07:59.492Z Downloaded backtrace-ext v0.2.1
2822026-06-25T23:07:59.495Z Downloaded serde_urlencoded v0.7.1
2832026-06-25T23:07:59.495Z Downloaded clap_lex v1.1.0
2842026-06-25T23:07:59.498Z Downloaded rustc-hash v2.1.2
2852026-06-25T23:07:59.501Z Downloaded ed25519 v2.2.3
2862026-06-25T23:07:59.504Z Downloaded serde_spanned v1.1.1
2872026-06-25T23:07:59.504Z Downloaded either v1.16.0
2882026-06-25T23:07:59.506Z Downloaded sigchld v0.2.4
2892026-06-25T23:07:59.509Z Downloaded convert_case v0.10.0
2902026-06-25T23:07:59.509Z Downloaded shared_child v1.1.1
2912026-06-25T23:07:59.512Z Downloaded serde-value v0.7.0
2922026-06-25T23:07:59.519Z Downloaded owo-colors v4.3.0
2932026-06-25T23:07:59.522Z Downloaded humantime-serde v1.1.1
2942026-06-25T23:07:59.525Z Downloaded future-queue v0.4.0
2952026-06-25T23:07:59.525Z Downloaded shell-words v1.1.1
2962026-06-25T23:07:59.529Z Downloaded signal-hook-mio v0.2.5
2972026-06-25T23:07:59.529Z Downloaded serde_spanned v0.6.9
2982026-06-25T23:07:59.529Z Downloaded dialoguer v0.11.0
2992026-06-25T23:07:59.531Z Downloaded subtle v2.6.1
3002026-06-25T23:07:59.532Z Downloaded globset v0.4.18
3012026-06-25T23:07:59.532Z Downloaded nextest-metadata v0.12.2
3022026-06-25T23:07:59.535Z Downloaded supports-unicode v3.0.0
3032026-06-25T23:07:59.535Z Downloaded nextest-filtering v0.15.0
3042026-06-25T23:07:59.538Z Downloaded terminal_size v0.4.4
3052026-06-25T23:07:59.538Z Downloaded serde_ignored v0.1.14
3062026-06-25T23:07:59.538Z Downloaded supports-hyperlinks v3.2.0
3072026-06-25T23:07:59.538Z Downloaded cfg-if v1.0.4
3082026-06-25T23:07:59.541Z Downloaded quick-junit v0.5.2
3092026-06-25T23:07:59.541Z Downloaded bitflags v2.13.0
3102026-06-25T23:07:59.544Z Downloaded swrite v0.1.0
3112026-06-25T23:07:59.544Z Downloaded supports-color v3.0.2
3122026-06-25T23:07:59.547Z Downloaded strsim v0.11.1
3132026-06-25T23:07:59.547Z Downloaded strip-ansi-escapes v0.2.1
3142026-06-25T23:07:59.547Z Downloaded tokio-macros v2.7.0
3152026-06-25T23:07:59.549Z Downloaded tinyvec_macros v0.1.1
3162026-06-25T23:07:59.549Z Downloaded signature v2.2.0
3172026-06-25T23:07:59.554Z Downloaded cargo_metadata v0.20.0
3182026-06-25T23:07:59.557Z Downloaded cargo-platform v0.2.0
3192026-06-25T23:07:59.561Z Downloaded serde_path_to_error v0.1.20
3202026-06-25T23:07:59.564Z Downloaded rand_core v0.9.5
3212026-06-25T23:07:59.564Z Downloaded digest v0.10.7
3222026-06-25T23:07:59.564Z Downloaded miette-derive v7.6.0
3232026-06-25T23:07:59.567Z Downloaded duct v0.13.7
3242026-06-25T23:07:59.567Z Downloaded rand_chacha v0.9.0
3252026-06-25T23:07:59.571Z Downloaded native-tls v0.2.18
3262026-06-25T23:07:59.571Z Downloaded find-msvc-tools v0.1.9
3272026-06-25T23:07:59.577Z Downloaded sha2 v0.10.9
3282026-06-25T23:07:59.580Z Downloaded http-body-util v0.1.3
3292026-06-25T23:07:59.583Z Downloaded toml_write v0.1.2
3302026-06-25T23:07:59.583Z Downloaded getrandom v0.2.17
3312026-06-25T23:07:59.586Z Downloaded camino v1.2.3
3322026-06-25T23:07:59.586Z Downloaded tower-service v0.3.3
3332026-06-25T23:07:59.586Z Downloaded tower-layer v0.3.3
3342026-06-25T23:07:59.589Z Downloaded eyre v0.6.12
3352026-06-25T23:07:59.589Z Downloaded shlex v2.0.1
3362026-06-25T23:07:59.592Z Downloaded console v0.15.11
3372026-06-25T23:07:59.592Z Downloaded hyper-rustls v0.27.9
3382026-06-25T23:07:59.596Z Downloaded semver v1.0.28
3392026-06-25T23:07:59.596Z Downloaded try-lock v0.2.5
3402026-06-25T23:07:59.599Z Downloaded typeid v1.0.3
3412026-06-25T23:07:59.602Z Downloaded signal-hook-registry v1.4.8
3422026-06-25T23:07:59.602Z Downloaded spki v0.7.3
3432026-06-25T23:07:59.605Z Downloaded cc v1.2.65
3442026-06-25T23:07:59.608Z Downloaded slab v0.4.12
3452026-06-25T23:07:59.608Z Downloaded untrusted v0.9.0
3462026-06-25T23:07:59.608Z Downloaded indexmap v2.14.0
3472026-06-25T23:07:59.611Z Downloaded unicode-linebreak v0.1.5
3482026-06-25T23:07:59.611Z Downloaded utf8_iter v1.0.4
3492026-06-25T23:07:59.614Z Downloaded unicode-xid v0.2.6
3502026-06-25T23:07:59.614Z Downloaded target-lexicon v0.13.5
3512026-06-25T23:07:59.617Z Downloaded utf8parse v0.2.2
3522026-06-25T23:07:59.617Z Downloaded target-spec-miette v0.4.8
3532026-06-25T23:07:59.620Z Downloaded thread_local v1.1.9
3542026-06-25T23:07:59.620Z Downloaded thiserror v2.0.18
3552026-06-25T23:07:59.623Z Downloaded urlencoding v2.1.3
3562026-06-25T23:07:59.623Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3572026-06-25T23:07:59.623Z Downloaded tokio-native-tls v0.3.1
3582026-06-25T23:07:59.626Z Downloaded static_assertions v1.1.0
3592026-06-25T23:07:59.626Z Downloaded version_check v0.9.5
3602026-06-25T23:07:59.626Z Downloaded smol_str v0.3.6
3612026-06-25T23:07:59.629Z Downloaded rustc-demangle v0.1.27
3622026-06-25T23:07:59.629Z Downloaded parking_lot_core v0.9.12
3632026-06-25T23:07:59.629Z Downloaded ppv-lite86 v0.2.21
3642026-06-25T23:07:59.632Z Downloaded sync_wrapper v1.0.2
3652026-06-25T23:07:59.636Z Downloaded thiserror v1.0.69
3662026-06-25T23:07:59.641Z Downloaded self_update v0.42.0
3672026-06-25T23:07:59.645Z Downloaded const-oid v0.9.6
3682026-06-25T23:07:59.647Z Downloaded cfg-expr v0.20.8
3692026-06-25T23:07:59.650Z Downloaded xattr v1.6.1
3702026-06-25T23:07:59.650Z Downloaded ryu v1.0.23
3712026-06-25T23:07:59.653Z Downloaded futures-channel v0.3.32
3722026-06-25T23:07:59.653Z Downloaded futures-executor v0.3.32
3732026-06-25T23:07:59.653Z Downloaded clap_derive v4.6.1
3742026-06-25T23:07:59.656Z Downloaded toml_datetime v0.6.11
3752026-06-25T23:07:59.659Z Downloaded getrandom v0.3.4
3762026-06-25T23:07:59.663Z Downloaded memchr v2.8.2
3772026-06-25T23:07:59.667Z Downloaded tracing-log v0.2.0
3782026-06-25T23:07:59.667Z Downloaded indicatif v0.17.11
3792026-06-25T23:07:59.669Z Downloaded toml_writer v1.1.1+spec-1.1.0
3802026-06-25T23:07:59.669Z Downloaded config v0.15.24
3812026-06-25T23:07:59.673Z Downloaded quinn v0.11.11
3822026-06-25T23:07:59.675Z Downloaded tracing-error v0.2.1
3832026-06-25T23:07:59.675Z Downloaded simd-adler32 v0.3.9
3842026-06-25T23:07:59.678Z Downloaded thiserror-impl v2.0.18
3852026-06-25T23:07:59.678Z Downloaded smallvec v1.15.2
3862026-06-25T23:07:59.678Z Downloaded unicase v2.9.0
3872026-06-25T23:07:59.681Z Downloaded tempfile v3.27.0
3882026-06-25T23:07:59.681Z Downloaded target-spec v3.6.0
3892026-06-25T23:07:59.681Z Downloaded camino-tempfile v1.4.1
3902026-06-25T23:07:59.684Z Downloaded crc32fast v1.5.0
3912026-06-25T23:07:59.689Z Downloaded want v0.3.1
3922026-06-25T23:07:59.692Z Downloaded tokio-rustls v0.26.4
3932026-06-25T23:07:59.692Z Downloaded thiserror-impl v1.0.69
3942026-06-25T23:07:59.695Z Downloaded zmij v1.0.21
3952026-06-25T23:07:59.697Z Downloaded xxhash-rust v0.8.15
3962026-06-25T23:07:59.700Z Downloaded serde_core v1.0.228
3972026-06-25T23:07:59.700Z Downloaded tokio-stream v0.1.18
3982026-06-25T23:07:59.706Z Downloaded zstd v0.13.3
3992026-06-25T23:07:59.709Z Downloaded zipsign-api v0.1.5
4002026-06-25T23:07:59.712Z Downloaded tracing-attributes v0.1.31
4012026-06-25T23:07:59.712Z Downloaded sharded-slab v0.1.7
4022026-06-25T23:07:59.714Z Downloaded getrandom v0.4.3
4032026-06-25T23:07:59.717Z Downloaded erased-serde v0.4.10
4042026-06-25T23:07:59.721Z Downloaded toml_parser v1.1.2+spec-1.1.0
4052026-06-25T23:07:59.721Z Downloaded toml v0.8.23
4062026-06-25T23:07:59.724Z Downloaded clap v4.6.1
4072026-06-25T23:07:59.729Z Downloaded futures v0.3.32
4082026-06-25T23:07:59.738Z Downloaded miniz_oxide v0.8.9
4092026-06-25T23:07:59.741Z Downloaded toml v1.1.2+spec-1.1.0
4102026-06-25T23:07:59.744Z Downloaded zstd-safe v7.2.4
4112026-06-25T23:07:59.767Z Downloaded tinyvec v1.11.0
4122026-06-25T23:07:59.771Z Downloaded derive-where v1.6.1
4132026-06-25T23:07:59.771Z Downloaded zeroize v1.9.0
4142026-06-25T23:07:59.771Z Downloaded backtrace v0.3.76
4152026-06-25T23:07:59.771Z Downloaded signal-hook v0.3.18
4162026-06-25T23:07:59.771Z Downloaded httparse v1.10.1
4172026-06-25T23:07:59.771Z Downloaded tracing-core v0.1.36
4182026-06-25T23:07:59.776Z Downloaded unicode-ident v1.0.24
4192026-06-25T23:07:59.776Z Downloaded uuid v1.23.4
4202026-06-25T23:07:59.776Z Downloaded socket2 v0.6.4
4212026-06-25T23:07:59.779Z Downloaded textwrap v0.16.2
4222026-06-25T23:07:59.782Z Downloaded mio v1.2.1
4232026-06-25T23:07:59.784Z Downloaded vte v0.14.1
4242026-06-25T23:07:59.785Z Downloaded toml_edit v0.22.27
4252026-06-25T23:07:59.788Z Downloaded tar v0.4.46
4262026-06-25T23:07:59.791Z Downloaded borsh v1.7.0
4272026-06-25T23:07:59.794Z Downloaded serde v1.0.228
4282026-06-25T23:07:59.796Z Downloaded der v0.7.10
4292026-06-25T23:07:59.814Z Downloaded rand v0.9.4
4302026-06-25T23:07:59.816Z Downloaded openssl-sys v0.9.117
4312026-06-25T23:07:59.820Z Downloaded derive_more-impl v2.1.1
4322026-06-25T23:07:59.823Z Downloaded derive_more v2.1.1
4332026-06-25T23:07:59.829Z Downloaded miette v7.6.0
4342026-06-25T23:07:59.833Z Downloaded rustls-webpki v0.103.13
4352026-06-25T23:07:59.836Z Downloaded ed25519-dalek v2.2.0
4362026-06-25T23:07:59.843Z Downloaded http v1.4.2
4372026-06-25T23:07:59.851Z Downloaded pulldown-cmark v0.13.4
4382026-06-25T23:07:59.854Z Downloaded hashbrown v0.15.5
4392026-06-25T23:07:59.857Z Downloaded crossterm v0.29.0
4402026-06-25T23:07:59.872Z Downloaded hyper-util v0.1.20
4412026-06-25T23:07:59.876Z Downloaded hashbrown v0.17.1
4422026-06-25T23:07:59.880Z Downloaded url v2.5.8
4432026-06-25T23:07:59.883Z Downloaded ron v0.12.2
4442026-06-25T23:07:59.885Z Downloaded h2 v0.4.15
4452026-06-25T23:07:59.889Z Downloaded aho-corasick v1.1.4
4462026-06-25T23:07:59.900Z Downloaded tower v0.5.3
4472026-06-25T23:07:59.905Z Downloaded typenum v1.20.1
4482026-06-25T23:07:59.908Z Downloaded guppy v0.17.26
4492026-06-25T23:07:59.921Z Downloaded unicode-normalization v0.1.25
4502026-06-25T23:07:59.923Z Downloaded tokio-util v0.7.18
4512026-06-25T23:07:59.927Z Downloaded futures-util v0.3.32
4522026-06-25T23:07:59.933Z Downloaded clap_builder v4.6.0
4532026-06-25T23:07:59.936Z Downloaded idna v1.1.0
4542026-06-25T23:07:59.939Z Downloaded unicode-segmentation v1.13.3
4552026-06-25T23:07:59.948Z Downloaded reqwest v0.12.28
4562026-06-25T23:07:59.951Z Downloaded serde_json v1.0.150
4572026-06-25T23:07:59.955Z Downloaded winnow v0.7.15
4582026-06-25T23:07:59.959Z Downloaded winnow v1.0.3
4592026-06-25T23:07:59.965Z Downloaded portable-atomic v1.13.1
4602026-06-25T23:07:59.969Z Downloaded quick-xml v0.38.4
4612026-06-25T23:07:59.972Z Downloaded chrono v0.4.45
4622026-06-25T23:07:59.976Z Downloaded webpki-roots v1.0.8
4632026-06-25T23:07:59.979Z Downloaded tower-http v0.6.11
4642026-06-25T23:07:59.985Z Downloaded tracing-subscriber v0.3.23
4652026-06-25T23:07:59.988Z Downloaded regex v1.12.4
4662026-06-25T23:07:59.992Z Downloaded gimli v0.32.3
4672026-06-25T23:08:00.001Z Downloaded curve25519-dalek v4.1.3
4682026-06-25T23:08:00.004Z Downloaded zerocopy v0.8.52
4692026-06-25T23:08:00.015Z Downloaded hyper v1.10.1
4702026-06-25T23:08:00.021Z Downloaded syn v2.0.118
4712026-06-25T23:08:00.032Z Downloaded quick-xml v0.37.5
4722026-06-25T23:08:00.041Z Downloaded nextest-runner v0.80.0
4732026-06-25T23:08:00.059Z Downloaded color-eyre v0.6.5
4742026-06-25T23:08:00.074Z Downloaded quinn-proto v0.11.15
4752026-06-25T23:08:00.081Z Downloaded tokio v1.52.3
4762026-06-25T23:08:00.110Z Downloaded vcpkg v0.2.15
4772026-06-25T23:08:00.153Z Downloaded unicode-width v0.1.14
4782026-06-25T23:08:00.162Z Downloaded unicode-width v0.2.2
4792026-06-25T23:08:00.166Z Downloaded object v0.37.3
4802026-06-25T23:08:00.172Z Downloaded openssl v0.10.81
4812026-06-25T23:08:00.181Z Downloaded nix v0.30.1
4822026-06-25T23:08:00.196Z Downloaded regex-syntax v0.8.11
4832026-06-25T23:08:00.216Z Downloaded rustls v0.23.41
4842026-06-25T23:08:00.230Z Downloaded rustix v0.38.44
4852026-06-25T23:08:00.242Z Downloaded rustix v1.1.4
4862026-06-25T23:08:00.280Z Downloaded tracing v0.1.44
4872026-06-25T23:08:00.336Z Downloaded regex-automata v0.4.14
4882026-06-25T23:08:00.367Z Downloaded petgraph v0.8.3
4892026-06-25T23:08:00.378Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-06-25T23:08:00.388Z Downloaded libc v0.2.186
4912026-06-25T23:08:00.463Z Downloaded recursion v0.5.4
4922026-06-25T23:08:00.470Z Downloaded ring v0.17.14
4932026-06-25T23:08:00.530Z Compiling proc-macro2 v1.0.106
4942026-06-25T23:08:00.530Z Compiling libc v0.2.186
4952026-06-25T23:08:00.534Z Compiling quote v1.0.46
4962026-06-25T23:08:00.534Z Compiling unicode-ident v1.0.24
4972026-06-25T23:08:00.534Z Compiling serde_core v1.0.228
4982026-06-25T23:08:00.534Z Compiling cfg-if v1.0.4
4992026-06-25T23:08:00.534Z Compiling memchr v2.8.2
5002026-06-25T23:08:00.534Z Compiling once_cell v1.21.4
5012026-06-25T23:08:00.765Z Compiling log v0.4.33
5022026-06-25T23:08:00.792Z Compiling pin-project-lite v0.2.17
5032026-06-25T23:08:00.884Z Compiling serde v1.0.228
5042026-06-25T23:08:00.961Z Compiling itoa v1.0.18
5052026-06-25T23:08:01.083Z Compiling smallvec v1.15.2
5062026-06-25T23:08:01.203Z Compiling futures-core v0.3.32
5072026-06-25T23:08:01.254Z Compiling bitflags v2.13.0
5082026-06-25T23:08:01.326Z Compiling find-msvc-tools v0.1.9
5092026-06-25T23:08:01.362Z Compiling hashbrown v0.17.1
5102026-06-25T23:08:01.555Z Compiling errno v0.3.14
5112026-06-25T23:08:01.641Z Compiling shlex v2.0.1
5122026-06-25T23:08:01.644Z Compiling equivalent v1.0.2
5132026-06-25T23:08:01.741Z Compiling signal-hook-registry v1.4.8
5142026-06-25T23:08:01.769Z Compiling jobserver v0.1.34
5152026-06-25T23:08:01.829Z Compiling bytes v1.12.0
5162026-06-25T23:08:01.862Z Compiling mio v1.2.1
5172026-06-25T23:08:01.925Z Compiling syn v2.0.118
5182026-06-25T23:08:01.969Z Compiling cc v1.2.65
5192026-06-25T23:08:02.050Z Compiling futures-sink v0.3.32
5202026-06-25T23:08:02.084Z Compiling rustix v1.1.4
5212026-06-25T23:08:02.163Z Compiling socket2 v0.6.4
5222026-06-25T23:08:02.294Z Compiling zmij v1.0.21
5232026-06-25T23:08:02.576Z Compiling slab v0.4.12
5242026-06-25T23:08:02.646Z Compiling futures-channel v0.3.32
5252026-06-25T23:08:02.706Z Compiling tracing-core v0.1.36
5262026-06-25T23:08:02.785Z Compiling serde_json v1.0.150
5272026-06-25T23:08:02.905Z Compiling version_check v0.9.5
5282026-06-25T23:08:02.962Z Compiling indexmap v2.14.0
5292026-06-25T23:08:03.173Z Compiling futures-io v0.3.32
5302026-06-25T23:08:03.214Z Compiling futures-task v0.3.32
5312026-06-25T23:08:03.299Z Compiling getrandom v0.4.3
5322026-06-25T23:08:03.397Z Compiling camino v1.2.3
5332026-06-25T23:08:03.454Z Compiling unicode-width v0.2.2
5342026-06-25T23:08:03.611Z Compiling percent-encoding v2.3.2
5352026-06-25T23:08:03.800Z Compiling ring v0.17.14
5362026-06-25T23:08:03.865Z Compiling http v1.4.2
5372026-06-25T23:08:03.889Z Compiling autocfg v1.5.1
5382026-06-25T23:08:03.906Z Compiling simd-adler32 v0.3.9
5392026-06-25T23:08:03.957Z Compiling zeroize v1.9.0
5402026-06-25T23:08:04.186Z Compiling adler2 v2.0.1
5412026-06-25T23:08:04.282Z Compiling num-traits v0.2.19
5422026-06-25T23:08:04.358Z Compiling miniz_oxide v0.8.9
5432026-06-25T23:08:04.705Z Compiling object v0.37.3
5442026-06-25T23:08:04.808Z Compiling zerocopy v0.8.52
5452026-06-25T23:08:05.015Z Compiling target-lexicon v0.13.5
5462026-06-25T23:08:05.139Z Compiling getrandom v0.3.4
5472026-06-25T23:08:05.312Z Compiling http-body v1.0.1
5482026-06-25T23:08:05.518Z Compiling rustls-pki-types v1.14.1
5492026-06-25T23:08:05.546Z Compiling form_urlencoded v1.2.2
5502026-06-25T23:08:05.597Z Compiling serde_derive v1.0.228
5512026-06-25T23:08:05.641Z Compiling tokio-macros v2.7.0
5522026-06-25T23:08:05.825Z Compiling futures-macro v0.3.32
5532026-06-25T23:08:05.837Z Compiling tracing-attributes v0.1.31
5542026-06-25T23:08:05.870Z Compiling semver v1.0.28
5552026-06-25T23:08:06.134Z Compiling getrandom v0.2.17
5562026-06-25T23:08:06.329Z Compiling thiserror v2.0.18
5572026-06-25T23:08:06.393Z Compiling owo-colors v4.3.0
5582026-06-25T23:08:06.405Z Compiling tokio v1.52.3
5592026-06-25T23:08:06.548Z Compiling untrusted v0.9.0
5602026-06-25T23:08:06.658Z Compiling futures-util v0.3.32
5612026-06-25T23:08:06.682Z Compiling idna_adapter v1.0.0
5622026-06-25T23:08:06.685Z Compiling guppy-workspace-hack v0.1.0
5632026-06-25T23:08:06.726Z Compiling fnv v1.0.7
5642026-06-25T23:08:06.777Z Compiling gimli v0.32.3
5652026-06-25T23:08:06.826Z Compiling signal-hook v0.3.18
5662026-06-25T23:08:06.910Z Compiling httparse v1.10.1
5672026-06-25T23:08:07.019Z Compiling tracing v0.1.44
5682026-06-25T23:08:07.049Z Compiling utf8_iter v1.0.4
5692026-06-25T23:08:07.232Z Compiling idna v1.1.0
5702026-06-25T23:08:07.573Z Compiling thiserror-impl v2.0.18
5712026-06-25T23:08:08.720Z Compiling addr2line v0.25.1
5722026-06-25T23:08:08.982Z Compiling generic-array v0.14.7
5732026-06-25T23:08:09.154Z Compiling pkg-config v0.3.33
5742026-06-25T23:08:09.228Z Compiling tower-service v0.3.3
5752026-06-25T23:08:09.323Z Compiling atomic-waker v1.1.2
5762026-06-25T23:08:09.336Z Compiling thiserror v1.0.69
5772026-06-25T23:08:09.456Z Compiling fastrand v2.4.1
5782026-06-25T23:08:09.459Z Compiling rustc-demangle v0.1.27
5792026-06-25T23:08:09.593Z Compiling try-lock v0.2.5
5802026-06-25T23:08:09.650Z Compiling target-spec v3.6.0
5812026-06-25T23:08:09.712Z Compiling typeid v1.0.3
5822026-06-25T23:08:09.791Z Compiling rustls v0.23.41
5832026-06-25T23:08:09.969Z Compiling want v0.3.1
5842026-06-25T23:08:10.074Z Compiling tempfile v3.27.0
5852026-06-25T23:08:10.152Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-06-25T23:08:10.368Z Compiling tokio-util v0.7.18
5872026-06-25T23:08:10.482Z Compiling cfg-expr v0.20.8
5882026-06-25T23:08:10.574Z Compiling url v2.5.8
5892026-06-25T23:08:10.984Z Compiling h2 v0.4.15
5902026-06-25T23:08:11.866Z Compiling backtrace v0.3.76
5912026-06-25T23:08:12.190Z Compiling thiserror-impl v1.0.69
5922026-06-25T23:08:12.322Z Compiling terminal_size v0.4.4
5932026-06-25T23:08:12.483Z Compiling aho-corasick v1.1.4
5942026-06-25T23:08:12.497Z Compiling regex-syntax v0.8.11
5952026-06-25T23:08:13.040Z Compiling erased-serde v0.4.10
5962026-06-25T23:08:13.349Z Compiling winnow v0.7.15
5972026-06-25T23:08:13.361Z Compiling typenum v1.20.1
5982026-06-25T23:08:14.034Z Compiling rustls-webpki v0.103.13
5992026-06-25T23:08:15.304Z Compiling subtle v2.6.1
6002026-06-25T23:08:16.602Z Compiling regex-automata v0.4.14
6012026-06-25T23:08:16.724Z Compiling hyper v1.10.1
6022026-06-25T23:08:18.007Z Compiling toml_datetime v0.6.11
6032026-06-25T23:08:18.377Z Compiling serde_spanned v0.6.9
6042026-06-25T23:08:18.542Z Compiling ahash v0.8.12
6052026-06-25T23:08:18.809Z Compiling sync_wrapper v1.0.2
6062026-06-25T23:08:18.928Z Compiling either v1.16.0
6072026-06-25T23:08:19.160Z Compiling base64 v0.22.1
6082026-06-25T23:08:19.365Z Compiling nextest-workspace-hack v0.1.0
6092026-06-25T23:08:19.596Z Compiling lazy_static v1.5.0
6102026-06-25T23:08:19.649Z Compiling ipnet v2.12.0
6112026-06-25T23:08:19.704Z Compiling unicode-linebreak v0.1.5
6122026-06-25T23:08:19.915Z Compiling portable-atomic v1.13.1
6132026-06-25T23:08:19.976Z Compiling unicode-segmentation v1.13.3
6142026-06-25T23:08:20.368Z Compiling foldhash v0.1.5
6152026-06-25T23:08:20.372Z Compiling crc32fast v1.5.0
6162026-06-25T23:08:20.475Z Compiling is_ci v1.2.0
6172026-06-25T23:08:20.600Z Compiling toml_write v0.1.2
6182026-06-25T23:08:20.642Z Compiling parking_lot_core v0.9.12
6192026-06-25T23:08:20.673Z Compiling tower-layer v0.3.3
6202026-06-25T23:08:20.799Z Compiling toml_edit v0.22.27
6212026-06-25T23:08:20.844Z Compiling tower v0.5.3
6222026-06-25T23:08:20.845Z Compiling supports-color v3.0.2
6232026-06-25T23:08:20.874Z Compiling hashbrown v0.15.5
6242026-06-25T23:08:20.987Z Compiling convert_case v0.10.0
6252026-06-25T23:08:21.073Z Compiling hyper-util v0.1.20
6262026-06-25T23:08:21.238Z Compiling textwrap v0.16.2
6272026-06-25T23:08:21.435Z Compiling sharded-slab v0.1.7
6282026-06-25T23:08:21.564Z Compiling tokio-rustls v0.26.4
6292026-06-25T23:08:22.027Z Compiling backtrace-ext v0.2.1
6302026-06-25T23:08:22.286Z Compiling ordered-float v2.10.1
6312026-06-25T23:08:22.439Z Compiling webpki-roots v1.0.8
6322026-06-25T23:08:22.559Z Compiling miette-derive v7.6.0
6332026-06-25T23:08:22.559Z Compiling pathdiff v0.2.3
6342026-06-25T23:08:22.650Z Compiling console v0.15.11
6352026-06-25T23:08:22.697Z Compiling tracing-log v0.2.0
6362026-06-25T23:08:23.082Z Compiling cargo-platform v0.3.3
6372026-06-25T23:08:23.643Z Compiling os_pipe v1.2.3
6382026-06-25T23:08:23.669Z Compiling thread_local v1.1.9
6392026-06-25T23:08:23.714Z Compiling unicode-width v0.1.14
6402026-06-25T23:08:23.806Z Compiling fixedbitset v0.5.7
6412026-06-25T23:08:23.993Z Compiling scopeguard v1.2.0
6422026-06-25T23:08:24.034Z Compiling utf8parse v0.2.2
6432026-06-25T23:08:24.054Z Compiling winnow v1.0.3
6442026-06-25T23:08:24.098Z Compiling zstd-safe v7.2.4
6452026-06-25T23:08:24.145Z Compiling supports-unicode v3.0.0
6462026-06-25T23:08:24.329Z Compiling cfg_aliases v0.2.1
6472026-06-25T23:08:24.347Z Compiling ryu v1.0.23
6482026-06-25T23:08:24.401Z Compiling debug-ignore v1.0.5
6492026-06-25T23:08:24.515Z Compiling pulldown-cmark v0.13.4
6502026-06-25T23:08:24.642Z Compiling supports-hyperlinks v3.2.0
6512026-06-25T23:08:24.661Z Compiling rustix v0.38.44
6522026-06-25T23:08:24.771Z Compiling miette v7.6.0
6532026-06-25T23:08:24.912Z Compiling serde_urlencoded v0.7.1
6542026-06-25T23:08:25.123Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-06-25T23:08:25.192Z Compiling nix v0.30.1
6562026-06-25T23:08:25.518Z Compiling anstyle-parse v1.0.0
6572026-06-25T23:08:25.597Z Compiling lock_api v0.4.14
6582026-06-25T23:08:25.748Z Compiling petgraph v0.8.3
6592026-06-25T23:08:25.851Z Compiling tracing-subscriber v0.3.23
6602026-06-25T23:08:26.455Z Compiling sigchld v0.2.4
6612026-06-25T23:08:26.653Z Compiling cargo_metadata v0.23.1
6622026-06-25T23:08:27.686Z Compiling hyper-rustls v0.27.9
6632026-06-25T23:08:27.870Z Compiling serde-value v0.7.0
6642026-06-25T23:08:28.384Z Compiling toml v0.8.23
6652026-06-25T23:08:28.634Z Compiling serde-untagged v0.1.9
6662026-06-25T23:08:29.079Z Compiling tower-http v0.6.11
6672026-06-25T23:08:29.175Z Compiling derive_more-impl v2.1.1
6682026-06-25T23:08:30.008Z Compiling itertools v0.14.0
6692026-06-25T23:08:30.143Z Compiling regex v1.12.4
6702026-06-25T23:08:30.181Z Compiling block-buffer v0.10.4
6712026-06-25T23:08:30.230Z Compiling crypto-common v0.1.7
6722026-06-25T23:08:30.334Z Compiling ppv-lite86 v0.2.21
6732026-06-25T23:08:31.364Z Compiling futures-executor v0.3.32
6742026-06-25T23:08:31.367Z Compiling rand_core v0.9.5
6752026-06-25T23:08:31.367Z Compiling pin-project-internal v1.1.13
6762026-06-25T23:08:31.367Z Compiling http-body-util v0.1.3
6772026-06-25T23:08:31.367Z Compiling uuid v1.23.4
6782026-06-25T23:08:31.367Z Compiling serde_spanned v1.1.1
6792026-06-25T23:08:31.384Z Compiling smol_str v0.3.6
6802026-06-25T23:08:31.497Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-25T23:08:31.575Z Compiling filetime v0.2.29
6822026-06-25T23:08:31.724Z Compiling bstr v1.12.3
6832026-06-25T23:08:31.743Z Compiling vte v0.14.1
6842026-06-25T23:08:31.918Z Compiling number_prefix v0.4.0
6852026-06-25T23:08:31.939Z Compiling anstyle-query v1.1.5
6862026-06-25T23:08:31.960Z Compiling anstyle v1.0.14
6872026-06-25T23:08:31.972Z Compiling colorchoice v1.0.5
6882026-06-25T23:08:32.044Z Compiling self_update v0.42.0
6892026-06-25T23:08:32.065Z Compiling xattr v1.6.1
6902026-06-25T23:08:32.088Z Compiling iana-time-zone v0.1.65
6912026-06-25T23:08:32.226Z Compiling static_assertions v1.1.0
6922026-06-25T23:08:32.256Z Compiling eyre v0.6.12
6932026-06-25T23:08:32.292Z Compiling color-spantrace v0.3.0
6942026-06-25T23:08:32.305Z Compiling is_terminal_polyfill v1.70.2
6952026-06-25T23:08:32.395Z Compiling unicase v2.9.0
6962026-06-25T23:08:32.395Z Compiling tinyvec_macros v0.1.1
6972026-06-25T23:08:32.446Z Compiling litrs v1.0.0
6982026-06-25T23:08:32.502Z Compiling unicode-xid v0.2.6
6992026-06-25T23:08:32.525Z Compiling nested v0.1.1
7002026-06-25T23:08:32.596Z Compiling cargo-util-schemas v0.2.0
7012026-06-25T23:08:32.657Z Compiling guppy v0.17.26
7022026-06-25T23:08:32.724Z Compiling tinyvec v1.11.0
7032026-06-25T23:08:32.826Z Compiling anstream v1.0.0
7042026-06-25T23:08:32.894Z Compiling document-features v0.2.12
7052026-06-25T23:08:33.167Z Compiling chrono v0.4.45
7062026-06-25T23:08:33.330Z Compiling tar v0.4.46
7072026-06-25T23:08:33.457Z Compiling globset v0.4.18
7082026-06-25T23:08:33.780Z Compiling indicatif v0.17.11
7092026-06-25T23:08:34.921Z Compiling pin-project v1.1.13
7102026-06-25T23:08:35.028Z Compiling strip-ansi-escapes v0.2.1
7112026-06-25T23:08:35.032Z Compiling toml v1.1.2+spec-1.1.0
7122026-06-25T23:08:35.559Z Compiling nextest-metadata v0.12.2
7132026-06-25T23:08:35.836Z Compiling newtype-uuid v1.3.2
7142026-06-25T23:08:36.028Z Compiling reqwest v0.12.28
7152026-06-25T23:08:36.531Z Compiling rand_chacha v0.9.0
7162026-06-25T23:08:36.681Z Compiling futures v0.3.32
7172026-06-25T23:08:36.769Z Compiling digest v0.10.7
7182026-06-25T23:08:36.884Z Compiling flate2 v1.1.9
7192026-06-25T23:08:36.999Z Compiling derive_more v2.1.1
7202026-06-25T23:08:37.082Z Compiling parking_lot v0.12.5
7212026-06-25T23:08:37.097Z Compiling tracing-error v0.2.1
7222026-06-25T23:08:37.340Z Compiling shared_child v1.1.1
7232026-06-25T23:08:37.994Z Compiling signal-hook-mio v0.2.5
7242026-06-25T23:08:38.020Z Compiling self-replace v1.5.0
7252026-06-25T23:08:38.132Z Compiling cargo-platform v0.2.0
7262026-06-25T23:08:38.265Z Compiling quick-xml v0.38.4
7272026-06-25T23:08:38.312Z Compiling quick-xml v0.37.5
7282026-06-25T23:08:38.687Z Compiling humantime v2.3.0
7292026-06-25T23:08:39.107Z Compiling clap_lex v1.1.0
7302026-06-25T23:08:39.276Z Compiling urlencoding v2.1.3
7312026-06-25T23:08:39.471Z Compiling heck v0.5.0
7322026-06-25T23:08:39.524Z Compiling indenter v0.3.4
7332026-06-25T23:08:39.652Z Compiling recursion v0.5.4
7342026-06-25T23:08:39.666Z Compiling strsim v0.11.1
7352026-06-25T23:08:39.792Z Compiling shell-words v1.1.1
7362026-06-25T23:08:39.827Z Compiling cpufeatures v0.2.17
7372026-06-25T23:08:39.904Z Compiling clap_builder v4.6.0
7382026-06-25T23:08:39.917Z Compiling sha2 v0.10.9
7392026-06-25T23:08:40.047Z Compiling nextest-filtering v0.15.0
7402026-06-25T23:08:40.506Z Compiling clap_derive v4.6.1
7412026-06-25T23:08:41.270Z Compiling humantime-serde v1.1.1
7422026-06-25T23:08:41.431Z Compiling quick-junit v0.5.2
7432026-06-25T23:08:42.271Z Compiling cargo_metadata v0.20.0
7442026-06-25T23:08:44.045Z Compiling atomicwrites v0.4.4
7452026-06-25T23:08:44.333Z Compiling crossterm v0.29.0
7462026-06-25T23:08:44.578Z Compiling cargo-nextest v0.9.97
7472026-06-25T23:08:44.910Z Compiling duct v0.13.7
7482026-06-25T23:08:46.355Z Compiling zstd v0.13.3
7492026-06-25T23:08:46.792Z Compiling async-scoped v0.9.0
7502026-06-25T23:08:46.993Z Compiling rand v0.9.4
7512026-06-25T23:08:47.104Z Compiling config v0.15.24
7522026-06-25T23:08:47.288Z Compiling unicode-normalization v0.1.25
7532026-06-25T23:08:47.500Z Compiling target-spec-miette v0.4.8
7542026-06-25T23:08:47.600Z Compiling future-queue v0.4.0
7552026-06-25T23:08:47.732Z Compiling mukti-metadata v0.3.0
7562026-06-25T23:08:47.765Z Compiling tokio-stream v0.1.18
7572026-06-25T23:08:47.898Z Compiling camino-tempfile v1.4.1
7582026-06-25T23:08:47.911Z Compiling derive-where v1.6.1
7592026-06-25T23:08:47.943Z Compiling serde_ignored v0.1.14
7602026-06-25T23:08:48.174Z Compiling serde_path_to_error v0.1.20
7612026-06-25T23:08:48.236Z Compiling swrite v0.1.0
7622026-06-25T23:08:48.314Z Compiling indent_write v2.2.0
7632026-06-25T23:08:48.355Z Compiling hex v0.4.3
7642026-06-25T23:08:48.463Z Compiling home v0.5.12
7652026-06-25T23:08:48.463Z Compiling xxhash-rust v0.8.15
7662026-06-25T23:08:48.635Z Compiling color-eyre v0.6.5
7672026-06-25T23:08:48.639Z Compiling clap v4.6.1
7682026-06-25T23:08:48.639Z Compiling dialoguer v0.11.0
7692026-06-25T23:08:48.688Z Compiling enable-ansi-support v0.2.1
7702026-06-25T23:08:49.164Z Compiling nextest-runner v0.80.0
7712026-06-25T23:09:07.298Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-06-25T23:09:07.486Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-06-25T23:09:07.488Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-06-25T23:09:07.607Z+ pushd bgp
7752026-06-25T23:09:07.610Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-06-25T23:09:07.610Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-06-25T23:09:07.767Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-06-25T23:09:08.348ZFrom https://github.com/oxidecomputer/falcon
7792026-06-25T23:09:08.348Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7802026-06-25T23:09:08.424Z Updating crates.io index
7812026-06-25T23:09:08.427Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-06-25T23:09:08.800ZFrom https://github.com/oxidecomputer/dendrite
7832026-06-25T23:09:08.800Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7842026-06-25T23:09:08.877Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-06-25T23:09:09.167ZFrom https://github.com/oxidecomputer/ispf
7862026-06-25T23:09:09.167Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7872026-06-25T23:09:09.202Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-06-25T23:09:09.529ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-06-25T23:09:09.529Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7902026-06-25T23:09:09.539Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-06-25T23:09:15.636ZFrom https://github.com/oxidecomputer/omicron
7922026-06-25T23:09:15.636Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7932026-06-25T23:09:16.062Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-06-25T23:09:16.705ZFrom https://github.com/oxidecomputer/opte
7952026-06-25T23:09:16.706Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7962026-06-25T23:09:16.737Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-06-25T23:09:17.010ZFrom https://github.com/illumos/smf-rs
7982026-06-25T23:09:17.010Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-06-25T23:09:17.079Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-06-25T23:09:17.350ZFrom https://github.com/oxidecomputer/network-interface
8012026-06-25T23:09:17.350Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-06-25T23:09:17.392Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-06-25T23:09:17.668ZFrom https://github.com/oxidecomputer/zone
8042026-06-25T23:09:17.669Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-06-25T23:09:17.687Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-06-25T23:09:18.320ZFrom https://github.com/oxidecomputer/propolis
8072026-06-25T23:09:18.320Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-06-25T23:09:18.417Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-06-25T23:09:18.914ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-06-25T23:09:18.914Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8112026-06-25T23:09:18.962Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-06-25T23:09:19.237ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-06-25T23:09:19.237Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8142026-06-25T23:09:19.254Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-06-25T23:09:19.556ZFrom https://github.com/jmesmon/rust-libzfs
8162026-06-25T23:09:19.556Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-06-25T23:09:19.565Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-06-25T23:09:19.843ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-06-25T23:09:19.843Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-06-25T23:09:19.865Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-06-25T23:09:20.208ZFrom https://github.com/oxidecomputer/lldp
8222026-06-25T23:09:20.208Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8232026-06-25T23:09:20.220Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-06-25T23:09:20.501ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-06-25T23:09:20.501Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-06-25T23:09:20.557Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-06-25T23:09:20.890ZFrom https://github.com/oxidecomputer/tufaceous
8282026-06-25T23:09:20.890Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-06-25T23:09:20.964Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-06-25T23:09:21.422ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-06-25T23:09:21.422Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8322026-06-25T23:09:21.437Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-06-25T23:09:22.237ZFrom https://github.com/oxidecomputer/crucible
8342026-06-25T23:09:22.237Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-06-25T23:09:22.387Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-06-25T23:09:22.659ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-06-25T23:09:22.660Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-06-25T23:09:22.677Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-06-25T23:09:23.119ZFrom https://github.com/oxidecomputer/propolis
8402026-06-25T23:09:23.119Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8412026-06-25T23:09:23.398Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-25T23:09:23.930ZFrom https://github.com/oxidecomputer/crucible
8432026-06-25T23:09:23.930Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8442026-06-25T23:09:24.045Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-06-25T23:09:24.414ZFrom https://github.com/oxidecomputer/tofino
8462026-06-25T23:09:24.414Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8472026-06-25T23:09:24.426Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-06-25T23:09:25.333ZFrom https://github.com/oxidecomputer/maghemite
8492026-06-25T23:09:25.334Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8502026-06-25T23:09:25.405Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-06-25T23:09:25.695ZFrom https://github.com/oxidecomputer/clickward
8522026-06-25T23:09:25.695Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-06-25T23:09:25.951Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-06-25T23:09:26.230ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-06-25T23:09:26.230Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-06-25T23:09:27.156Z Downloading crates ...
8572026-06-25T23:09:27.260Z Downloaded backoff v0.4.0
8582026-06-25T23:09:27.263Z Downloaded bitflags v1.3.2
8592026-06-25T23:09:27.266Z Downloaded crc8 v0.1.1
8602026-06-25T23:09:27.272Z Downloaded cmake v0.1.58
8612026-06-25T23:09:27.272Z Downloaded darling_macro v0.23.0
8622026-06-25T23:09:27.272Z Downloaded cancel-safe-futures v0.1.5
8632026-06-25T23:09:27.275Z Downloaded base16ct v1.0.0
8642026-06-25T23:09:27.275Z Downloaded deranged v0.5.8
8652026-06-25T23:09:27.275Z Downloaded backon v1.6.0
8662026-06-25T23:09:27.278Z Downloaded gethostname v0.5.0
8672026-06-25T23:09:27.281Z Downloaded drift v0.2.0
8682026-06-25T23:09:27.285Z Downloaded hubpack_derive v0.1.1
8692026-06-25T23:09:27.288Z Downloaded blake2 v0.10.6
8702026-06-25T23:09:27.291Z Downloaded async-recursion v1.1.1
8712026-06-25T23:09:27.293Z Downloaded half v2.7.1
8722026-06-25T23:09:27.293Z Downloaded libsw-core v0.3.2
8732026-06-25T23:09:27.296Z Downloaded crunchy v0.2.4
8742026-06-25T23:09:27.296Z Downloaded base16ct v0.2.0
8752026-06-25T23:09:27.299Z Downloaded embedded-io v0.6.1
8762026-06-25T23:09:27.299Z Downloaded heck v0.4.1
8772026-06-25T23:09:27.302Z Downloaded const_format_proc_macros v0.2.34
8782026-06-25T23:09:27.306Z Downloaded compression-core v0.4.32
8792026-06-25T23:09:27.306Z Downloaded fs-err v3.3.0
8802026-06-25T23:09:27.309Z Downloaded memchr v2.8.1
8812026-06-25T23:09:27.312Z Downloaded instant v0.1.13
8822026-06-25T23:09:27.312Z Downloaded arrayref v0.3.9
8832026-06-25T23:09:27.315Z Downloaded anyhow v1.0.102
8842026-06-25T23:09:27.318Z Downloaded const-random v0.1.18
8852026-06-25T23:09:27.318Z Downloaded group v0.13.0
8862026-06-25T23:09:27.322Z Downloaded hash32 v0.3.1
8872026-06-25T23:09:27.322Z Downloaded colored v3.1.1
8882026-06-25T23:09:27.325Z Downloaded byteorder v1.5.0
8892026-06-25T23:09:27.325Z Downloaded foldhash v0.2.0
8902026-06-25T23:09:27.328Z Downloaded cstr-argument v0.1.2
8912026-06-25T23:09:27.328Z Downloaded enum-as-inner v0.6.1
8922026-06-25T23:09:27.331Z Downloaded crypto-common v0.2.2
8932026-06-25T23:09:27.331Z Downloaded bit-set v0.8.0
8942026-06-25T23:09:27.334Z Downloaded fixedbitset v0.4.2
8952026-06-25T23:09:27.334Z Downloaded async-stream v0.3.6
8962026-06-25T23:09:27.337Z Downloaded bs58 v0.5.1
8972026-06-25T23:09:27.341Z Downloaded allocator-api2 v0.2.21
8982026-06-25T23:09:27.341Z Downloaded heapless v0.8.0
8992026-06-25T23:09:27.344Z Downloaded newline-converter v0.3.0
9002026-06-25T23:09:27.344Z Downloaded dropshot-api-manager-types v0.7.2
9012026-06-25T23:09:27.347Z Downloaded num-derive v0.4.2
9022026-06-25T23:09:27.347Z Downloaded memmap v0.7.0
9032026-06-25T23:09:27.350Z Downloaded foreign-types-shared v0.3.1
9042026-06-25T23:09:27.350Z Downloaded num-conv v0.2.2
9052026-06-25T23:09:27.350Z Downloaded darling_macro v0.21.3
9062026-06-25T23:09:27.354Z Downloaded num-iter v0.1.45
9072026-06-25T23:09:27.354Z Downloaded macaddr v1.0.1
9082026-06-25T23:09:27.357Z Downloaded dyn-clone v1.0.20
9092026-06-25T23:09:27.357Z Downloaded fs_extra v1.3.0
9102026-06-25T23:09:27.357Z Downloaded block-buffer v0.12.0
9112026-06-25T23:09:27.360Z Downloaded dtrace-parser v0.2.0
9122026-06-25T23:09:27.360Z Downloaded dof v0.4.0
9132026-06-25T23:09:27.363Z Downloaded cobs v0.3.0
9142026-06-25T23:09:27.363Z Downloaded convert_case v0.4.0
9152026-06-25T23:09:27.366Z Downloaded foreign-types v0.5.0
9162026-06-25T23:09:27.366Z Downloaded fxhash v0.2.1
9172026-06-25T23:09:27.369Z Downloaded newtype_derive v0.1.6
9182026-06-25T23:09:27.369Z Downloaded hostname v0.4.2
9192026-06-25T23:09:27.372Z Downloaded hubpack v0.1.2
9202026-06-25T23:09:27.372Z Downloaded dof v0.3.0
9212026-06-25T23:09:27.377Z Downloaded ciborium-io v0.2.2
9222026-06-25T23:09:27.377Z Downloaded crucible-workspace-hack v0.1.0
9232026-06-25T23:09:27.377Z Downloaded natord v1.0.9
9242026-06-25T23:09:27.377Z Downloaded ff v0.13.1
9252026-06-25T23:09:27.377Z Downloaded httpdate v1.0.3
9262026-06-25T23:09:27.380Z Downloaded foreign-types-macros v0.2.3
9272026-06-25T23:09:27.380Z Downloaded const-random-macro v0.1.16
9282026-06-25T23:09:27.383Z Downloaded newtype-uuid-macros v0.1.0
9292026-06-25T23:09:27.383Z Downloaded idna_adapter v1.2.2
9302026-06-25T23:09:27.383Z Downloaded git-stub v1.0.0
9312026-06-25T23:09:27.386Z Downloaded is-terminal v0.4.17
9322026-06-25T23:09:27.386Z Downloaded defmt-parser v1.0.0
9332026-06-25T23:09:27.386Z Downloaded embedded-io v0.4.0
9342026-06-25T23:09:27.389Z Downloaded daft-derive v0.1.7
9352026-06-25T23:09:27.392Z Downloaded lru-cache v0.1.2
9362026-06-25T23:09:27.392Z Downloaded libscf-sys v1.2.0
9372026-06-25T23:09:27.395Z Downloaded displaydoc v0.2.6
9382026-06-25T23:09:27.395Z Downloaded mime v0.3.17
9392026-06-25T23:09:27.398Z Downloaded internet-checksum v0.2.1
9402026-06-25T23:09:27.398Z Downloaded linked-hash-map v0.5.6
9412026-06-25T23:09:27.401Z Downloaded constant_time_eq v0.4.2
9422026-06-25T23:09:27.401Z Downloaded defmt-macros v1.1.0
9432026-06-25T23:09:27.404Z Downloaded no-std-compat v0.4.1
9442026-06-25T23:09:27.404Z Downloaded num v0.4.3
9452026-06-25T23:09:27.407Z Downloaded highway v1.3.0
9462026-06-25T23:09:27.407Z Downloaded ciborium-ll v0.2.2
9472026-06-25T23:09:27.410Z Downloaded chacha20poly1305 v0.10.1
9482026-06-25T23:09:27.410Z Downloaded async-stream-impl v0.3.6
9492026-06-25T23:09:27.413Z Downloaded omicron-workspace-hack v0.1.0
9502026-06-25T23:09:27.413Z Downloaded inout v0.1.4
9512026-06-25T23:09:27.413Z Downloaded num_enum_derive v0.5.11
9522026-06-25T23:09:27.416Z Downloaded async-trait v0.1.89
9532026-06-25T23:09:27.418Z Downloaded olpc-cjson v0.1.4
9542026-06-25T23:09:27.419Z Downloaded dunce v1.0.5
9552026-06-25T23:09:27.419Z Downloaded float-ord v0.3.2
9562026-06-25T23:09:27.422Z Downloaded dtrace-parser v0.3.0
9572026-06-25T23:09:27.422Z Downloaded cpufeatures v0.3.0
9582026-06-25T23:09:27.422Z Downloaded byte-wrapper v0.1.0
9592026-06-25T23:09:27.425Z Downloaded match_cfg v0.1.0
9602026-06-25T23:09:27.425Z Downloaded phf_shared v0.12.1
9612026-06-25T23:09:27.428Z Downloaded hostname v0.3.1
9622026-06-25T23:09:27.428Z Downloaded ident_case v1.0.1
9632026-06-25T23:09:27.428Z Downloaded critical-section v1.2.0
9642026-06-25T23:09:27.431Z Downloaded bcs v0.1.6
9652026-06-25T23:09:27.431Z Downloaded ingot-types v0.1.2
9662026-06-25T23:09:27.434Z Downloaded num_threads v0.1.7
9672026-06-25T23:09:27.434Z Downloaded crossbeam-deque v0.8.6
9682026-06-25T23:09:27.437Z Downloaded memoffset v0.9.1
9692026-06-25T23:09:27.437Z Downloaded compression-codecs v0.4.38
9702026-06-25T23:09:27.440Z Downloaded data-encoding v2.11.0
9712026-06-25T23:09:27.440Z Downloaded parse-display v0.10.0
9722026-06-25T23:09:27.443Z Downloaded arrayvec v0.7.6
9732026-06-25T23:09:27.443Z Downloaded daft v0.1.7
9742026-06-25T23:09:27.446Z Downloaded plain v0.2.3
9752026-06-25T23:09:27.446Z Downloaded powerfmt v0.2.0
9762026-06-25T23:09:27.449Z Downloaded derive-ex v0.1.8
9772026-06-25T23:09:27.449Z Downloaded chacha20 v0.9.1
9782026-06-25T23:09:27.449Z Downloaded bytecount v0.6.9
9792026-06-25T23:09:27.452Z Downloaded glob v0.3.3
9802026-06-25T23:09:27.455Z Downloaded pretty-hex v0.4.2
9812026-06-25T23:09:27.455Z Downloaded keccak v0.1.6
9822026-06-25T23:09:27.455Z Downloaded ingot v0.1.1
9832026-06-25T23:09:27.458Z Downloaded hmac v0.12.1
9842026-06-25T23:09:27.458Z Downloaded git-stub-vcs v0.1.0
9852026-06-25T23:09:27.462Z Downloaded opaque-debug v0.3.1
9862026-06-25T23:09:27.462Z Downloaded proc-macro-error-attr2 v2.0.0
9872026-06-25T23:09:27.462Z Downloaded num_enum v0.5.11
9882026-06-25T23:09:27.465Z Downloaded derive_more v0.99.20
9892026-06-25T23:09:27.468Z Downloaded proc-macro-error-attr v1.0.4
9902026-06-25T23:09:27.468Z Downloaded proc-macro-crate v1.3.1
9912026-06-25T23:09:27.472Z Downloaded progenitor-client v0.10.0
9922026-06-25T23:09:27.472Z Downloaded erased-serde v0.3.31
9932026-06-25T23:09:27.472Z Downloaded progenitor-client v0.14.0
9942026-06-25T23:09:27.476Z Downloaded proc-macro-crate v3.5.0
9952026-06-25T23:09:27.476Z Downloaded quick-error v1.2.3
9962026-06-25T23:09:27.476Z Downloaded progenitor-macro v0.13.0
9972026-06-25T23:09:27.479Z Downloaded progenitor-macro v0.14.0
9982026-06-25T23:09:27.479Z Downloaded progenitor-macro v0.10.0
9992026-06-25T23:09:27.479Z Downloaded konst_macro_rules v0.2.19
10002026-06-25T23:09:27.482Z Downloaded num-integer v0.1.46
10012026-06-25T23:09:27.482Z Downloaded num-complex v0.4.6
10022026-06-25T23:09:27.484Z Downloaded num_enum_derive v0.7.6
10032026-06-25T23:09:27.484Z Downloaded num-rational v0.4.2
10042026-06-25T23:09:27.484Z Downloaded oxide-tokio-rt v0.1.6
10052026-06-25T23:09:27.487Z Downloaded libsw v3.5.0
10062026-06-25T23:09:27.487Z Downloaded pem v3.0.6
10072026-06-25T23:09:27.490Z Downloaded rand_chacha v0.3.1
10082026-06-25T23:09:27.490Z Downloaded paste v1.0.15
10092026-06-25T23:09:27.493Z Downloaded rand_xorshift v0.4.0
10102026-06-25T23:09:27.493Z Downloaded password-hash v0.5.0
10112026-06-25T23:09:27.495Z Downloaded parking_lot_core v0.8.6
10122026-06-25T23:09:27.495Z Downloaded ref-cast-impl v1.0.25
10132026-06-25T23:09:27.498Z Downloaded ref-cast v1.0.25
10142026-06-25T23:09:27.498Z Downloaded hybrid-array v0.4.12
10152026-06-25T23:09:27.501Z Downloaded phf v0.12.1
10162026-06-25T23:09:27.501Z Downloaded cargo_toml v0.22.3
10172026-06-25T23:09:27.504Z Downloaded defmt v1.1.0
10182026-06-25T23:09:27.507Z Downloaded potential_utf v0.1.5
10192026-06-25T23:09:27.507Z Downloaded parse-display-derive v0.10.0
10202026-06-25T23:09:27.511Z Downloaded crossbeam-utils v0.8.21
10212026-06-25T23:09:27.511Z Downloaded darling v0.23.0
10222026-06-25T23:09:27.515Z Downloaded darling v0.21.3
10232026-06-25T23:09:27.519Z Downloaded indexmap v1.9.3
10242026-06-25T23:09:27.519Z Downloaded memmap2 v0.9.10
10252026-06-25T23:09:27.523Z Downloaded cipher v0.4.4
10262026-06-25T23:09:27.523Z Downloaded ciborium v0.2.2
10272026-06-25T23:09:27.523Z Downloaded crossbeam-epoch v0.9.18
10282026-06-25T23:09:27.526Z Downloaded rustc_version v0.1.7
10292026-06-25T23:09:27.526Z Downloaded camino v1.2.2
10302026-06-25T23:09:27.526Z Downloaded same-file v1.0.6
10312026-06-25T23:09:27.529Z Downloaded http v1.4.1
10322026-06-25T23:09:27.529Z Downloaded scroll_derive v0.12.1
10332026-06-25T23:09:27.532Z Downloaded linear-map v1.2.0
10342026-06-25T23:09:27.532Z Downloaded chacha20 v0.10.0
10352026-06-25T23:09:27.535Z Downloaded const-oid v0.10.2
10362026-06-25T23:09:27.535Z Downloaded multer v3.1.0
10372026-06-25T23:09:27.538Z Downloaded digest v0.11.3
10382026-06-25T23:09:27.538Z Downloaded progenitor-client v0.13.0
10392026-06-25T23:09:27.541Z Downloaded progenitor v0.14.0
10402026-06-25T23:09:27.541Z Downloaded progenitor-extras v0.2.0
10412026-06-25T23:09:27.545Z Downloaded progenitor v0.13.0
10422026-06-25T23:09:27.545Z Downloaded progenitor v0.10.0
10432026-06-25T23:09:27.545Z Downloaded scroll_derive v0.13.1
10442026-06-25T23:09:27.549Z Downloaded proc-macro-error2 v2.0.1
10452026-06-25T23:09:27.549Z Downloaded serial_test_derive v3.5.0
10462026-06-25T23:09:27.549Z Downloaded serde_repr v0.1.20
10472026-06-25T23:09:27.551Z Downloaded serde_plain v1.0.2
10482026-06-25T23:09:27.551Z Downloaded serde-big-array v0.5.1
10492026-06-25T23:09:27.552Z Downloaded sigpipe v0.1.3
10502026-06-25T23:09:27.552Z Downloaded hashbrown v0.12.3
10512026-06-25T23:09:27.555Z Downloaded oxnet v0.1.6
10522026-06-25T23:09:27.558Z Downloaded omicron-zone-package v0.12.2
10532026-06-25T23:09:27.558Z Downloaded litemap v0.8.2
10542026-06-25T23:09:27.561Z Downloaded rand_core v0.10.1
10552026-06-25T23:09:27.561Z Downloaded num_enum v0.7.6
10562026-06-25T23:09:27.564Z Downloaded semver v0.1.20
10572026-06-25T23:09:27.567Z Downloaded slog-envlogger v2.2.0
10582026-06-25T23:09:27.567Z Downloaded secrecy v0.10.3
10592026-06-25T23:09:27.567Z Downloaded proc-macro-error v1.0.4
10602026-06-25T23:09:27.571Z Downloaded slog-bunyan v2.5.0
10612026-06-25T23:09:27.571Z Downloaded siphasher v1.0.3
10622026-06-25T23:09:27.571Z Downloaded sha1 v0.11.0
10632026-06-25T23:09:27.574Z Downloaded sha1 v0.10.6
10642026-06-25T23:09:27.574Z Downloaded managed v0.8.0
10652026-06-25T23:09:27.574Z Downloaded smawk v0.3.2
10662026-06-25T23:09:27.578Z Downloaded pest_generator v2.8.6
10672026-06-25T23:09:27.578Z Downloaded rustls-pemfile v2.2.0
10682026-06-25T23:09:27.578Z Downloaded parking_lot v0.11.2
10692026-06-25T23:09:27.581Z Downloaded ingot-macros v0.1.1
10702026-06-25T23:09:27.581Z Downloaded postcard v1.1.3
10712026-06-25T23:09:27.584Z Downloaded stable_deref_trait v1.2.1
10722026-06-25T23:09:27.584Z Downloaded hickory-resolver v0.25.2
10732026-06-25T23:09:27.587Z Downloaded poly1305 v0.8.0
10742026-06-25T23:09:27.587Z Downloaded rustversion v1.0.22
10752026-06-25T23:09:27.590Z Downloaded log v0.4.32
10762026-06-25T23:09:27.590Z Downloaded resolv-conf v0.7.6
10772026-06-25T23:09:27.593Z Downloaded getrandom v0.4.2
10782026-06-25T23:09:27.593Z Downloaded schemars_derive v0.8.22
10792026-06-25T23:09:27.597Z Downloaded strum v0.27.2
10802026-06-25T23:09:27.597Z Downloaded structmeta-derive v0.3.0
10812026-06-25T23:09:27.597Z Downloaded structmeta v0.3.0
10822026-06-25T23:09:27.599Z Downloaded testing_table v0.3.0
10832026-06-25T23:09:27.599Z Downloaded arc-swap v1.9.1
10842026-06-25T23:09:27.603Z Downloaded spin v0.5.2
10852026-06-25T23:09:27.603Z Downloaded icu_provider v2.2.0
10862026-06-25T23:09:27.603Z Downloaded icu_properties v2.2.0
10872026-06-25T23:09:27.606Z Downloaded take_mut v0.2.2
10882026-06-25T23:09:27.606Z Downloaded tabled_derive v0.7.0
10892026-06-25T23:09:27.606Z Downloaded rusty-fork v0.3.1
10902026-06-25T23:09:27.609Z Downloaded const_format v0.2.36
10912026-06-25T23:09:27.609Z Downloaded cookie v0.18.1
10922026-06-25T23:09:27.612Z Downloaded quote v1.0.45
10932026-06-25T23:09:27.612Z Downloaded scroll v0.12.0
10942026-06-25T23:09:27.615Z Downloaded console v0.16.3
10952026-06-25T23:09:27.615Z Downloaded strum v0.26.3
10962026-06-25T23:09:27.615Z Downloaded termtree v0.5.1
10972026-06-25T23:09:27.618Z Downloaded tabled_derive v0.11.0
10982026-06-25T23:09:27.618Z Downloaded ipnetwork v0.21.1
10992026-06-25T23:09:27.618Z Downloaded tagptr v0.2.0
11002026-06-25T23:09:27.621Z Downloaded time-core v0.1.8
11012026-06-25T23:09:27.621Z Downloaded thread-id v5.1.0
11022026-06-25T23:09:27.621Z Downloaded thiserror-impl-no-std v2.0.2
11032026-06-25T23:09:27.623Z Downloaded serde_tokenstream v0.2.3
11042026-06-25T23:09:27.623Z Downloaded thread-id v4.2.2
11052026-06-25T23:09:27.623Z Downloaded scroll v0.13.0
11062026-06-25T23:09:27.624Z Downloaded tabwriter v1.4.1
11072026-06-25T23:09:27.628Z Downloaded csv-core v0.1.13
11082026-06-25T23:09:27.628Z Downloaded elliptic-curve v0.13.8
11092026-06-25T23:09:27.631Z Downloaded pest_derive v2.8.6
11102026-06-25T23:09:27.631Z Downloaded papergrid v0.11.0
11112026-06-25T23:09:27.634Z Downloaded bit-vec v0.8.0
11122026-06-25T23:09:27.634Z Downloaded argon2 v0.5.3
11132026-06-25T23:09:27.637Z Downloaded slog-scope v4.4.1
11142026-06-25T23:09:27.637Z Downloaded serial_test v3.5.0
11152026-06-25T23:09:27.637Z Downloaded slog-json v2.6.1
11162026-06-25T23:09:27.640Z Downloaded slog-dtrace v0.3.0
11172026-06-25T23:09:27.640Z Downloaded slog-async v2.8.0
11182026-06-25T23:09:27.640Z Downloaded defmt v0.3.100
11192026-06-25T23:09:27.640Z Downloaded aead v0.5.2
11202026-06-25T23:09:27.643Z Downloaded universal-hash v0.5.1
11212026-06-25T23:09:27.646Z Downloaded diff v0.1.13
11222026-06-25T23:09:27.649Z Downloaded dropshot_endpoint v0.17.1
11232026-06-25T23:09:27.652Z Downloaded darling_core v0.23.0
11242026-06-25T23:09:27.654Z Downloaded slog-stdlog v4.1.1
11252026-06-25T23:09:27.654Z Downloaded rustls-native-certs v0.8.4
11262026-06-25T23:09:27.654Z Downloaded bytes v1.11.1
11272026-06-25T23:09:27.658Z Downloaded unit-prefix v0.5.2
11282026-06-25T23:09:27.658Z Downloaded unarray v0.1.4
11292026-06-25T23:09:27.661Z Downloaded topological-sort v0.2.2
11302026-06-25T23:09:27.661Z Downloaded bitflags v2.12.1
11312026-06-25T23:09:27.664Z Downloaded usdt-macro v0.5.0
11322026-06-25T23:09:27.665Z Downloaded usdt v0.6.0
11332026-06-25T23:09:27.665Z Downloaded smf v0.2.3
11342026-06-25T23:09:27.665Z Downloaded smartstring v1.0.1
11352026-06-25T23:09:27.665Z Downloaded typify-macro v0.6.2
11362026-06-25T23:09:27.667Z Downloaded icu_collections v2.2.0
11372026-06-25T23:09:27.671Z Downloaded untrusted v0.7.1
11382026-06-25T23:09:27.671Z Downloaded konst v0.2.20
11392026-06-25T23:09:27.676Z Downloaded usdt-attr-macro v0.6.0
11402026-06-25T23:09:27.676Z Downloaded usdt-attr-macro v0.5.0
11412026-06-25T23:09:27.676Z Downloaded crossbeam-channel v0.5.15
11422026-06-25T23:09:27.680Z Downloaded strum_macros v0.26.4
11432026-06-25T23:09:27.680Z Downloaded cc v1.2.63
11442026-06-25T23:09:27.680Z Downloaded utf-8 v0.7.6
11452026-06-25T23:09:27.680Z Downloaded synstructure v0.13.2
11462026-06-25T23:09:27.683Z Downloaded icu_locale_core v2.2.0
11472026-06-25T23:09:27.686Z Downloaded hickory-resolver v0.24.4
11482026-06-25T23:09:27.690Z Downloaded progenitor-impl v0.14.0
11492026-06-25T23:09:27.690Z Downloaded serde_derive_internals v0.29.1
11502026-06-25T23:09:27.690Z Downloaded progenitor-impl v0.13.0
11512026-06-25T23:09:27.690Z Downloaded thiserror-no-std v2.0.2
11522026-06-25T23:09:27.693Z Downloaded wait-timeout v0.2.1
11532026-06-25T23:09:27.693Z Downloaded tinystr v0.8.3
11542026-06-25T23:09:27.695Z Downloaded tiny-keccak v2.0.2
11552026-06-25T23:09:27.695Z Downloaded yoke-derive v0.8.2
11562026-06-25T23:09:27.698Z Downloaded waitgroup v0.1.2
11572026-06-25T23:09:27.698Z Downloaded strum_macros v0.27.2
11582026-06-25T23:09:27.698Z Downloaded icu_normalizer_data v2.2.0
11592026-06-25T23:09:27.701Z Downloaded typify-macro v0.4.3
11602026-06-25T23:09:27.701Z Downloaded rhai_codegen v3.2.0
11612026-06-25T23:09:27.707Z Downloaded tokio-tungstenite v0.21.0
11622026-06-25T23:09:27.712Z Downloaded zerofrom v0.1.8
11632026-06-25T23:09:27.715Z Downloaded zerofrom-derive v0.1.7
11642026-06-25T23:09:27.717Z Downloaded zeroize_derive v1.4.3
11652026-06-25T23:09:27.720Z Downloaded jiff-static v0.2.28
11662026-06-25T23:09:27.720Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11672026-06-25T23:09:27.723Z Downloaded smallvec v1.15.1
11682026-06-25T23:09:27.727Z Downloaded zone v0.3.1
11692026-06-25T23:09:27.727Z Downloaded slog-term v2.9.2
11702026-06-25T23:09:27.730Z Downloaded pest_meta v2.8.6
11712026-06-25T23:09:27.730Z Downloaded base64 v0.21.7
11722026-06-25T23:09:27.733Z Downloaded crypto-bigint v0.5.5
11732026-06-25T23:09:27.735Z Downloaded zone_cfg_derive v0.3.1
11742026-06-25T23:09:27.735Z Downloaded darling_core v0.21.3
11752026-06-25T23:09:27.738Z Downloaded usdt-impl v0.5.0
11762026-06-25T23:09:27.738Z Downloaded snafu-derive v0.8.9
11772026-06-25T23:09:27.743Z Downloaded schemars v0.8.22
11782026-06-25T23:09:27.749Z Downloaded usdt-macro v0.6.0
11792026-06-25T23:09:27.752Z Downloaded usdt v0.5.0
11802026-06-25T23:09:27.752Z Downloaded spin v0.9.8
11812026-06-25T23:09:27.752Z Downloaded rustls-platform-verifier v0.7.0
11822026-06-25T23:09:27.755Z Downloaded walkdir v2.5.0
11832026-06-25T23:09:27.757Z Downloaded term v1.2.1
11842026-06-25T23:09:27.757Z Downloaded time-macros v0.2.27
11852026-06-25T23:09:27.760Z Downloaded xz2 v0.1.7
11862026-06-25T23:09:27.760Z Downloaded thin-vec v0.2.18
11872026-06-25T23:09:27.760Z Downloaded writeable v0.6.3
11882026-06-25T23:09:27.763Z Downloaded whoami v1.6.1
11892026-06-25T23:09:27.763Z Downloaded progenitor-impl v0.10.0
11902026-06-25T23:09:27.766Z Downloaded tokio-dtrace v0.1.1
11912026-06-25T23:09:27.766Z Downloaded similar v2.7.0
11922026-06-25T23:09:27.769Z Downloaded indicatif v0.18.4
11932026-06-25T23:09:27.772Z Downloaded papergrid v0.18.0
11942026-06-25T23:09:27.775Z Downloaded vsss-rs v3.3.4
11952026-06-25T23:09:27.775Z Downloaded serde_yaml v0.9.34+deprecated
11962026-06-25T23:09:27.778Z Downloaded zerovec-derive v0.11.3
11972026-06-25T23:09:27.778Z Downloaded zeroize v1.8.2
11982026-06-25T23:09:27.778Z Downloaded serde_with_macros v3.20.0
11992026-06-25T23:09:27.782Z Downloaded expectorate v1.2.0
12002026-06-25T23:09:27.782Z Downloaded rayon-core v1.13.0
12012026-06-25T23:09:27.785Z Downloaded openssl-sys v0.9.116
12022026-06-25T23:09:27.785Z Downloaded slog v2.8.2
12032026-06-25T23:09:27.789Z Downloaded usdt-impl v0.6.0
12042026-06-25T23:09:27.794Z Downloaded icu_normalizer v2.2.0
12052026-06-25T23:09:27.798Z Downloaded ucd-trie v0.1.7
12062026-06-25T23:09:27.798Z Downloaded qorb v0.4.1
12072026-06-25T23:09:27.800Z Downloaded async-compression v0.4.42
12082026-06-25T23:09:27.804Z Downloaded test-strategy v0.4.5
12092026-06-25T23:09:27.808Z Downloaded yoke v0.8.3
12102026-06-25T23:09:27.808Z Downloaded prettyplease v0.2.37
12112026-06-25T23:09:27.812Z Downloaded zerocopy-derive v0.7.35
12122026-06-25T23:09:27.815Z Downloaded quinn v0.11.9
12132026-06-25T23:09:27.819Z Downloaded toml v0.7.8
12142026-06-25T23:09:27.822Z Downloaded typify v0.6.2
12152026-06-25T23:09:27.822Z Downloaded tungstenite v0.21.0
12162026-06-25T23:09:27.825Z Downloaded toml v0.9.12+spec-1.1.0
12172026-06-25T23:09:27.828Z Downloaded snafu v0.8.9
12182026-06-25T23:09:27.831Z Downloaded schemars v1.2.1
12192026-06-25T23:09:27.836Z Downloaded uuid v1.23.2
12202026-06-25T23:09:27.839Z Downloaded rand v0.8.6
12212026-06-25T23:09:27.842Z Downloaded pretty_assertions v1.4.1
12222026-06-25T23:09:27.842Z Downloaded toml_edit v0.25.12+spec-1.1.0
12232026-06-25T23:09:27.845Z Downloaded minimal-lexical v0.2.1
12242026-06-25T23:09:27.847Z Downloaded schemars v0.9.0
12252026-06-25T23:09:27.852Z Downloaded unsafe-libyaml v0.2.11
12262026-06-25T23:09:27.855Z Downloaded typify v0.4.3
12272026-06-25T23:09:27.859Z Downloaded hashbrown v0.16.1
12282026-06-25T23:09:27.863Z Downloaded nom v7.1.3
12292026-06-25T23:09:27.867Z Downloaded yansi v1.0.1
12302026-06-25T23:09:27.871Z Downloaded blake3 v1.8.5
12312026-06-25T23:09:27.877Z Downloaded steno v0.4.1
12322026-06-25T23:09:27.880Z Downloaded rand v0.10.1
12332026-06-25T23:09:27.893Z Downloaded toml_edit v0.19.15
12342026-06-25T23:09:27.893Z Downloaded pest v2.8.6
12352026-06-25T23:09:27.897Z Downloaded itertools v0.12.1
12362026-06-25T23:09:27.911Z Downloaded nom v8.0.0
12372026-06-25T23:09:27.919Z Downloaded hickory-proto v0.25.2
12382026-06-25T23:09:27.926Z Downloaded zerotrie v0.2.4
12392026-06-25T23:09:27.929Z Downloaded libm v0.2.16
12402026-06-25T23:09:27.939Z Downloaded ron v0.12.1
12412026-06-25T23:09:27.944Z Downloaded goblin v0.8.2
12422026-06-25T23:09:27.947Z Downloaded zerocopy-derive v0.8.50
12432026-06-25T23:09:27.951Z Downloaded icu_properties_data v2.2.0
12442026-06-25T23:09:27.960Z Downloaded h2 v0.4.14
12452026-06-25T23:09:27.968Z Downloaded typed-path v0.9.3
12462026-06-25T23:09:27.975Z Downloaded reqwest v0.13.4
12472026-06-25T23:09:27.978Z Downloaded aws-lc-rs v1.17.0
12482026-06-25T23:09:27.983Z Downloaded tough v0.22.0
12492026-06-25T23:09:27.988Z Downloaded iddqd v0.4.2
12502026-06-25T23:09:27.992Z Downloaded hkdf v0.12.4
12512026-06-25T23:09:27.996Z Downloaded dropshot-api-manager v0.7.2
12522026-06-25T23:09:27.998Z Downloaded regex v1.12.3
12532026-06-25T23:09:28.001Z Downloaded zerovec v0.11.6
12542026-06-25T23:09:28.008Z Downloaded rayon v1.12.0
12552026-06-25T23:09:28.017Z Downloaded serde_with v3.20.0
12562026-06-25T23:09:28.024Z Downloaded proptest v1.11.0
12572026-06-25T23:09:28.041Z Downloaded zerocopy v0.7.35
12582026-06-25T23:09:28.050Z Downloaded winnow v0.5.40
12592026-06-25T23:09:28.055Z Downloaded moka v0.12.15
12602026-06-25T23:09:28.060Z Downloaded goblin v0.10.7
12612026-06-25T23:09:28.071Z Downloaded syn v1.0.109
12622026-06-25T23:09:28.079Z Downloaded tabled v0.15.0
12632026-06-25T23:09:28.086Z Downloaded quinn-proto v0.11.14
12642026-06-25T23:09:28.099Z Downloaded openssl v0.10.80
12652026-06-25T23:09:28.106Z Downloaded tabled v0.21.0
12662026-06-25T23:09:28.116Z Downloaded zerocopy v0.8.50
12672026-06-25T23:09:28.126Z Downloaded time v0.3.47
12682026-06-25T23:09:28.134Z Downloaded rhai v1.25.1
12692026-06-25T23:09:28.140Z Downloaded rustls v0.23.40
12702026-06-25T23:09:28.148Z Downloaded regex-syntax v0.8.10
12712026-06-25T23:09:28.159Z Downloaded nix v0.31.3
12722026-06-25T23:09:28.165Z Downloaded dropshot v0.17.1
12732026-06-25T23:09:28.178Z Downloaded smoltcp v0.11.0
12742026-06-25T23:09:28.185Z Downloaded openapiv3 v2.2.0
12752026-06-25T23:09:28.191Z Downloaded bstr v1.12.1
12762026-06-25T23:09:28.196Z Downloaded hickory-proto v0.24.4
12772026-06-25T23:09:28.204Z Downloaded regress v0.11.1
12782026-06-25T23:09:28.209Z Downloaded regress v0.10.5
12792026-06-25T23:09:28.213Z Downloaded webpki-roots v1.0.7
12802026-06-25T23:09:28.216Z Downloaded syn v2.0.117
12812026-06-25T23:09:28.251Z Downloaded sled v0.34.7
12822026-06-25T23:09:28.257Z Downloaded typify-impl v0.4.3
12832026-06-25T23:09:28.265Z Downloaded typify-impl v0.6.2
12842026-06-25T23:09:28.273Z Downloaded lzma-sys v0.1.20
12852026-06-25T23:09:28.289Z Downloaded jiff v0.2.28
12862026-06-25T23:09:28.300Z Downloaded sha3 v0.10.9
12872026-06-25T23:09:28.324Z Downloaded petgraph v0.6.5
12882026-06-25T23:09:28.333Z Downloaded encoding_rs v0.8.35
12892026-06-25T23:09:28.345Z Downloaded chrono-tz v0.10.4
12902026-06-25T23:09:28.354Z Downloaded csv v1.4.0
12912026-06-25T23:09:28.922Z Downloaded aws-lc-sys v0.41.0
12922026-06-25T23:09:29.863Z Compiling proc-macro2 v1.0.106
12932026-06-25T23:09:29.864Z Compiling quote v1.0.45
12942026-06-25T23:09:29.864Z Compiling unicode-ident v1.0.24
12952026-06-25T23:09:29.864Z Compiling serde_core v1.0.228
12962026-06-25T23:09:29.864Z Compiling cfg-if v1.0.4
12972026-06-25T23:09:29.864Z Compiling serde v1.0.228
12982026-06-25T23:09:29.868Z Compiling libc v0.2.186
12992026-06-25T23:09:29.868Z Compiling memchr v2.8.1
13002026-06-25T23:09:30.018Z Compiling itoa v1.0.18
13012026-06-25T23:09:30.201Z Compiling zmij v1.0.21
13022026-06-25T23:09:30.306Z Compiling autocfg v1.5.1
13032026-06-25T23:09:30.333Z Compiling libm v0.2.16
13042026-06-25T23:09:30.640Z Compiling stable_deref_trait v1.2.1
13052026-06-25T23:09:30.671Z Compiling writeable v0.6.3
13062026-06-25T23:09:30.709Z Compiling litemap v0.8.2
13072026-06-25T23:09:30.813Z Compiling utf8_iter v1.0.4
13082026-06-25T23:09:30.816Z Compiling icu_normalizer_data v2.2.0
13092026-06-25T23:09:30.863Z Compiling icu_properties_data v2.2.0
13102026-06-25T23:09:30.873Z Compiling percent-encoding v2.3.2
13112026-06-25T23:09:30.892Z Compiling version_check v0.9.5
13122026-06-25T23:09:31.065Z Compiling iana-time-zone v0.1.65
13132026-06-25T23:09:31.143Z Compiling syn v2.0.117
13142026-06-25T23:09:31.165Z Compiling equivalent v1.0.2
13152026-06-25T23:09:31.243Z Compiling form_urlencoded v1.2.2
13162026-06-25T23:09:31.246Z Compiling serde_json v1.0.150
13172026-06-25T23:09:31.251Z Compiling pin-project-lite v0.2.17
13182026-06-25T23:09:31.305Z Compiling dyn-clone v1.0.20
13192026-06-25T23:09:31.318Z Compiling scopeguard v1.2.0
13202026-06-25T23:09:31.370Z Compiling parking_lot_core v0.9.12
13212026-06-25T23:09:31.423Z Compiling lock_api v0.4.14
13222026-06-25T23:09:31.443Z Compiling num-traits v0.2.19
13232026-06-25T23:09:31.456Z Compiling rand_core v0.10.1
13242026-06-25T23:09:31.550Z Compiling hashbrown v0.17.1
13252026-06-25T23:09:31.609Z Compiling getrandom v0.4.2
13262026-06-25T23:09:31.649Z Compiling thiserror v2.0.18
13272026-06-25T23:09:31.675Z Compiling errno v0.3.14
13282026-06-25T23:09:31.828Z Compiling log v0.4.32
13292026-06-25T23:09:31.850Z Compiling heck v0.5.0
13302026-06-25T23:09:32.010Z Compiling semver v1.0.28
13312026-06-25T23:09:32.097Z Compiling indexmap v2.14.0
13322026-06-25T23:09:32.100Z Compiling futures-core v0.3.32
13332026-06-25T23:09:32.185Z Compiling zerocopy v0.8.50
13342026-06-25T23:09:32.240Z Compiling uuid v1.23.2
13352026-06-25T23:09:32.348Z Compiling futures-sink v0.3.32
13362026-06-25T23:09:32.445Z Compiling schemars v0.8.22
13372026-06-25T23:09:32.454Z Compiling slab v0.4.12
13382026-06-25T23:09:32.619Z Compiling jobserver v0.1.34
13392026-06-25T23:09:32.627Z Compiling shlex v2.0.1
13402026-06-25T23:09:32.659Z Compiling rustversion v1.0.22
13412026-06-25T23:09:32.710Z Compiling fnv v1.0.7
13422026-06-25T23:09:32.739Z Compiling find-msvc-tools v0.1.9
13432026-06-25T23:09:32.800Z Compiling futures-channel v0.3.32
13442026-06-25T23:09:32.803Z Compiling bitflags v2.12.1
13452026-06-25T23:09:32.931Z Compiling cc v1.2.63
13462026-06-25T23:09:32.966Z Compiling futures-io v0.3.32
13472026-06-25T23:09:33.030Z Compiling futures-task v0.3.32
13482026-06-25T23:09:33.092Z Compiling portable-atomic v1.13.1
13492026-06-25T23:09:33.173Z Compiling socket2 v0.6.4
13502026-06-25T23:09:33.225Z Compiling signal-hook-registry v1.4.8
13512026-06-25T23:09:33.288Z Compiling mio v1.2.1
13522026-06-25T23:09:33.439Z Compiling critical-section v1.2.0
13532026-06-25T23:09:33.524Z Compiling dunce v1.0.5
13542026-06-25T23:09:33.546Z Compiling typenum v1.20.1
13552026-06-25T23:09:33.617Z Compiling fs_extra v1.3.0
13562026-06-25T23:09:33.638Z Compiling base64 v0.22.1
13572026-06-25T23:09:33.680Z Compiling slog v2.8.2
13582026-06-25T23:09:33.809Z Compiling cmake v0.1.58
13592026-06-25T23:09:33.884Z Compiling byteorder v1.5.0
13602026-06-25T23:09:33.924Z Compiling strsim v0.11.1
13612026-06-25T23:09:33.981Z Compiling synstructure v0.13.2
13622026-06-25T23:09:34.109Z Compiling serde_derive_internals v0.29.1
13632026-06-25T23:09:34.142Z Compiling once_cell v1.21.4
13642026-06-25T23:09:34.154Z Compiling subtle v2.6.1
13652026-06-25T23:09:34.292Z Compiling aws-lc-sys v0.41.0
13662026-06-25T23:09:34.317Z Compiling rustix v1.1.4
13672026-06-25T23:09:34.341Z Compiling regex-syntax v0.8.10
13682026-06-25T23:09:34.360Z Compiling atomic-waker v1.1.2
13692026-06-25T23:09:34.372Z Compiling ipnet v2.12.0
13702026-06-25T23:09:34.485Z Compiling httparse v1.10.1
13712026-06-25T23:09:34.496Z Compiling tower-layer v0.3.3
13722026-06-25T23:09:34.656Z Compiling tower-service v0.3.3
13732026-06-25T23:09:34.751Z Compiling getrandom v0.2.17
13742026-06-25T23:09:34.871Z Compiling ucd-trie v0.1.7
13752026-06-25T23:09:34.882Z Compiling try-lock v0.2.5
13762026-06-25T23:09:34.917Z Compiling getrandom v0.3.4
13772026-06-25T23:09:34.939Z Compiling thiserror v1.0.69
13782026-06-25T23:09:34.993Z Compiling untrusted v0.9.0
13792026-06-25T23:09:35.116Z Compiling ryu v1.0.23
13802026-06-25T23:09:35.183Z Compiling pest v2.8.6
13812026-06-25T23:09:35.211Z Compiling want v0.3.1
13822026-06-25T23:09:35.235Z Compiling serde_derive v1.0.228
13832026-06-25T23:09:35.267Z Compiling zerofrom-derive v0.1.7
13842026-06-25T23:09:35.279Z Compiling yoke-derive v0.8.2
13852026-06-25T23:09:35.302Z Compiling zerovec-derive v0.11.3
13862026-06-25T23:09:35.377Z Compiling displaydoc v0.2.6
13872026-06-25T23:09:36.170Z Compiling schemars_derive v0.8.22
13882026-06-25T23:09:36.357Z Compiling thiserror-impl v2.0.18
13892026-06-25T23:09:36.415Z Compiling tokio-macros v2.7.0
13902026-06-25T23:09:36.455Z Compiling zerocopy-derive v0.8.50
13912026-06-25T23:09:36.476Z Compiling zerofrom v0.1.8
13922026-06-25T23:09:36.598Z Compiling yoke v0.8.3
13932026-06-25T23:09:36.781Z Compiling zerovec v0.11.6
13942026-06-25T23:09:37.036Z Compiling zerotrie v0.2.4
13952026-06-25T23:09:37.152Z Compiling zeroize_derive v1.4.3
13962026-06-25T23:09:37.295Z Compiling tinystr v0.8.3
13972026-06-25T23:09:37.328Z Compiling potential_utf v0.1.5
13982026-06-25T23:09:37.385Z Compiling futures-macro v0.3.32
13992026-06-25T23:09:37.483Z Compiling icu_locale_core v2.2.0
14002026-06-25T23:09:37.483Z Compiling icu_collections v2.2.0
14012026-06-25T23:09:37.833Z Compiling zeroize v1.8.2
14022026-06-25T23:09:37.870Z Compiling thiserror-impl v1.0.69
14032026-06-25T23:09:38.036Z Compiling rand_core v0.6.4
14042026-06-25T23:09:38.040Z Compiling httpdate v1.0.3
14052026-06-25T23:09:38.263Z Compiling icu_provider v2.2.0
14062026-06-25T23:09:38.279Z Compiling futures-util v0.3.32
14072026-06-25T23:09:38.333Z Compiling pest_meta v2.8.6
14082026-06-25T23:09:38.459Z Compiling bytes v1.11.1
14092026-06-25T23:09:38.590Z Compiling smallvec v1.15.1
14102026-06-25T23:09:38.617Z Compiling icu_properties v2.2.0
14112026-06-25T23:09:38.814Z Compiling icu_normalizer v2.2.0
14122026-06-25T23:09:39.075Z Compiling chrono v0.4.45
14132026-06-25T23:09:39.397Z Compiling parking_lot v0.12.5
14142026-06-25T23:09:39.409Z Compiling http v1.4.1
14152026-06-25T23:09:39.618Z Compiling idna_adapter v1.2.2
14162026-06-25T23:09:39.767Z Compiling idna v1.1.0
14172026-06-25T23:09:39.800Z Compiling tokio v1.52.3
14182026-06-25T23:09:39.811Z Compiling serde_tokenstream v0.2.3
14192026-06-25T23:09:40.081Z Compiling url v2.5.8
14202026-06-25T23:09:40.388Z Compiling erased-serde v0.3.31
14212026-06-25T23:09:40.517Z Compiling http-body v1.0.1
14222026-06-25T23:09:40.663Z Compiling pest_generator v2.8.6
14232026-06-25T23:09:40.666Z Compiling pretty-hex v0.4.2
14242026-06-25T23:09:40.849Z Compiling ppv-lite86 v0.2.21
14252026-06-25T23:09:40.875Z Compiling plain v0.2.3
14262026-06-25T23:09:40.952Z Compiling winnow v1.0.3
14272026-06-25T23:09:40.980Z Compiling paste v1.0.15
14282026-06-25T23:09:41.159Z Compiling allocator-api2 v0.2.21
14292026-06-25T23:09:41.207Z Compiling foldhash v0.2.0
14302026-06-25T23:09:41.254Z Compiling pest_derive v2.8.6
14312026-06-25T23:09:41.315Z Compiling ipnetwork v0.21.1
14322026-06-25T23:09:41.435Z Compiling hashbrown v0.16.1
14332026-06-25T23:09:41.478Z Compiling tracing-attributes v0.1.31
14342026-06-25T23:09:41.750Z Compiling oxnet v0.1.6
14352026-06-25T23:09:41.811Z Compiling tracing-core v0.1.36
14362026-06-25T23:09:42.011Z Compiling ident_case v1.0.1
14372026-06-25T23:09:42.028Z Compiling omicron-workspace-hack v0.1.0
14382026-06-25T23:09:42.126Z Compiling http-body-util v0.1.3
14392026-06-25T23:09:42.220Z Compiling serde_urlencoded v0.7.1
14402026-06-25T23:09:42.272Z Compiling aho-corasick v1.1.4
14412026-06-25T23:09:42.410Z Compiling sync_wrapper v1.0.2
14422026-06-25T23:09:42.430Z Compiling daft-derive v0.1.7
14432026-06-25T23:09:42.550Z Compiling fastrand v2.4.1
14442026-06-25T23:09:42.713Z Compiling tracing v0.1.44
14452026-06-25T23:09:42.806Z Compiling async-trait v0.1.89
14462026-06-25T23:09:42.948Z Compiling scroll_derive v0.13.1
14472026-06-25T23:09:43.229Z Compiling regex-automata v0.4.14
14482026-06-25T23:09:43.537Z Compiling tokio-util v0.7.18
14492026-06-25T23:09:43.814Z Compiling anyhow v1.0.102
14502026-06-25T23:09:43.825Z Compiling aws-lc-rs v1.17.0
14512026-06-25T23:09:43.855Z Compiling time-core v0.1.8
14522026-06-25T23:09:43.999Z Compiling num-conv v0.2.2
14532026-06-25T23:09:44.136Z Compiling powerfmt v0.2.0
14542026-06-25T23:09:44.146Z Compiling time-macros v0.2.27
14552026-06-25T23:09:44.306Z Compiling deranged v0.5.8
14562026-06-25T23:09:44.344Z Compiling scroll v0.13.0
14572026-06-25T23:09:44.355Z Compiling rustls-pki-types v1.14.1
14582026-06-25T23:09:44.605Z Compiling openssl-probe v0.2.1
14592026-06-25T23:09:44.798Z Compiling num_threads v0.1.7
14602026-06-25T23:09:44.838Z Compiling hex v0.4.3
14612026-06-25T23:09:44.894Z Compiling goblin v0.10.7
14622026-06-25T23:09:45.097Z Compiling regex v1.12.3
14632026-06-25T23:09:45.275Z Compiling camino v1.2.2
14642026-06-25T23:09:45.560Z Compiling untrusted v0.7.1
14652026-06-25T23:09:45.683Z Compiling rustls v0.23.40
14662026-06-25T23:09:45.794Z Compiling usdt-impl v0.6.0
14672026-06-25T23:09:45.830Z Compiling crc32fast v1.5.0
14682026-06-25T23:09:45.980Z Compiling h2 v0.4.14
14692026-06-25T23:09:46.067Z Compiling dtrace-parser v0.3.0
14702026-06-25T23:09:46.180Z Compiling futures-executor v0.3.32
14712026-06-25T23:09:46.321Z Compiling crossbeam-utils v0.8.21
14722026-06-25T23:09:46.607Z Compiling structmeta-derive v0.3.0
14732026-06-25T23:09:46.641Z Compiling thread-id v5.1.0
14742026-06-25T23:09:46.655Z Compiling cpufeatures v0.3.0
14752026-06-25T23:09:46.720Z Compiling adler2 v2.0.1
14762026-06-25T23:09:46.730Z Compiling simd-adler32 v0.3.9
14772026-06-25T23:09:46.853Z Compiling miniz_oxide v0.8.9
14782026-06-25T23:09:46.942Z Compiling futures v0.3.32
14792026-06-25T23:09:47.016Z Compiling rand_core v0.9.5
14802026-06-25T23:09:47.228Z Compiling darling_core v0.23.0
14812026-06-25T23:09:47.445Z Compiling newtype-uuid-macros v0.1.0
14822026-06-25T23:09:47.512Z Compiling hybrid-array v0.4.12
14832026-06-25T23:09:47.659Z Compiling dof v0.4.0
14842026-06-25T23:09:47.970Z Compiling structmeta v0.3.0
14852026-06-25T23:09:48.209Z Compiling hyper v1.10.1
14862026-06-25T23:09:48.310Z Compiling thread_local v1.1.9
14872026-06-25T23:09:48.405Z Compiling match_cfg v0.1.0
14882026-06-25T23:09:48.581Z Compiling flate2 v1.1.9
14892026-06-25T23:09:49.081Z Compiling newtype-uuid v1.3.2
14902026-06-25T23:09:49.131Z Compiling ref-cast v1.0.25
14912026-06-25T23:09:49.199Z Compiling slog-async v2.8.0
14922026-06-25T23:09:49.396Z Compiling hyper-util v0.1.20
14932026-06-25T23:09:49.426Z Compiling darling_macro v0.23.0
14942026-06-25T23:09:49.454Z Compiling compression-core v0.4.32
14952026-06-25T23:09:49.609Z Compiling quick-error v1.2.3
14962026-06-25T23:09:49.714Z Compiling compression-codecs v0.4.38
14972026-06-25T23:09:49.851Z Compiling daft v0.1.7
14982026-06-25T23:09:49.910Z Compiling usdt-attr-macro v0.6.0
14992026-06-25T23:09:49.976Z Compiling usdt-macro v0.6.0
15002026-06-25T23:09:49.987Z Compiling block-buffer v0.12.0
15012026-06-25T23:09:50.022Z Compiling darling v0.23.0
15022026-06-25T23:09:50.100Z Compiling crypto-common v0.2.2
15032026-06-25T23:09:50.112Z Compiling rand_chacha v0.9.0
15042026-06-25T23:09:50.544Z Compiling ref-cast-impl v1.0.25
15052026-06-25T23:09:50.556Z Compiling strum_macros v0.26.4
15062026-06-25T23:09:50.567Z Compiling serde_spanned v1.1.1
15072026-06-25T23:09:50.712Z Compiling generic-array v0.14.7
15082026-06-25T23:09:50.955Z Compiling multer v3.1.0
15092026-06-25T23:09:51.050Z Compiling take_mut v0.2.2
15102026-06-25T23:09:51.097Z Compiling const-oid v0.10.2
15112026-06-25T23:09:51.108Z Compiling term v1.2.1
15122026-06-25T23:09:51.122Z Compiling bit-vec v0.8.0
15132026-06-25T23:09:51.151Z Compiling debug-ignore v1.0.5
15142026-06-25T23:09:51.167Z Compiling toml_writer v1.1.1+spec-1.1.0
15152026-06-25T23:09:51.238Z Compiling digest v0.11.3
15162026-06-25T23:09:51.298Z Compiling bit-set v0.8.0
15172026-06-25T23:09:51.372Z Compiling rand v0.9.4
15182026-06-25T23:09:51.386Z Compiling serde_with_macros v3.20.0
15192026-06-25T23:09:51.396Z Compiling async-stream-impl v0.3.6
15202026-06-25T23:09:51.451Z Compiling dropshot v0.17.1
15212026-06-25T23:09:51.695Z Compiling encoding_rs v0.8.35
15222026-06-25T23:09:51.975Z Compiling unarray v0.1.4
15232026-06-25T23:09:52.011Z Compiling mime v0.3.17
15242026-06-25T23:09:52.042Z Compiling spin v0.9.8
15252026-06-25T23:09:52.079Z Compiling syn v1.0.109
15262026-06-25T23:09:52.155Z Compiling async-stream v0.3.6
15272026-06-25T23:09:52.216Z Compiling strum v0.26.3
15282026-06-25T23:09:52.330Z Compiling sha1 v0.11.0
15292026-06-25T23:09:52.342Z Compiling derive-ex v0.1.8
15302026-06-25T23:09:52.453Z Compiling tower v0.5.3
15312026-06-25T23:09:52.465Z Compiling dropshot_endpoint v0.17.1
15322026-06-25T23:09:52.522Z Compiling macaddr v1.0.1
15332026-06-25T23:09:52.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15342026-06-25T23:09:52.813Z Compiling waitgroup v0.1.2
15352026-06-25T23:09:52.919Z Compiling serde_path_to_error v0.1.20
15362026-06-25T23:09:53.124Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15372026-06-25T23:09:53.254Z Compiling tower-http v0.6.11
15382026-06-25T23:09:53.342Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15392026-06-25T23:09:53.450Z Compiling tempfile v3.27.0
15402026-06-25T23:09:53.520Z Compiling openapiv3 v2.2.0
15412026-06-25T23:09:53.682Z Compiling strum_macros v0.27.2
15422026-06-25T23:09:53.999Z Compiling test-strategy v0.4.5
15432026-06-25T23:09:54.208Z Compiling instant v0.1.13
15442026-06-25T23:09:54.319Z Compiling time v0.3.47
15452026-06-25T23:09:55.070Z Compiling rustls-native-certs v0.8.4
15462026-06-25T23:09:55.193Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15472026-06-25T23:09:55.400Z Compiling crossbeam-channel v0.5.15
15482026-06-25T23:09:55.412Z Compiling crypto-common v0.1.7
15492026-06-25T23:09:55.517Z Compiling strum v0.27.2
15502026-06-25T23:09:55.808Z Compiling parse-display-derive v0.10.0
15512026-06-25T23:09:55.870Z Compiling backon v1.6.0
15522026-06-25T23:09:56.035Z Compiling rand_chacha v0.3.1
15532026-06-25T23:09:56.153Z Compiling slog-json v2.6.1
15542026-06-25T23:09:56.358Z Compiling rand v0.8.6
15552026-06-25T23:09:56.480Z Compiling hostname v0.3.1
15562026-06-25T23:09:56.659Z Compiling toml_parser v1.1.2+spec-1.1.0
15572026-06-25T23:09:56.819Z Compiling toml_datetime v1.1.1+spec-1.1.0
15582026-06-25T23:09:57.010Z Compiling memmap2 v0.9.10
15592026-06-25T23:09:57.123Z Compiling wait-timeout v0.2.1
15602026-06-25T23:09:57.186Z Compiling is-terminal v0.4.17
15612026-06-25T23:09:57.332Z Compiling either v1.16.0
15622026-06-25T23:09:57.352Z Compiling slog-term v2.9.2
15632026-06-25T23:09:57.352Z Compiling rusty-fork v0.3.1
15642026-06-25T23:09:57.426Z Compiling usdt v0.6.0
15652026-06-25T23:09:57.429Z Compiling toml v1.1.2+spec-1.1.0
15662026-06-25T23:09:57.531Z Compiling slog-bunyan v2.5.0
15672026-06-25T23:09:57.707Z Compiling serde_with v3.20.0
15682026-06-25T23:09:57.710Z Compiling async-compression v0.4.42
15692026-06-25T23:09:57.770Z Compiling rand_xorshift v0.4.0
15702026-06-25T23:09:57.911Z Compiling rustls-pemfile v2.2.0
15712026-06-25T23:09:57.952Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15722026-06-25T23:09:58.018Z Compiling regress v0.10.5
15732026-06-25T23:09:58.164Z Compiling hostname v0.4.2
15742026-06-25T23:09:58.266Z Compiling humantime v2.3.0
15752026-06-25T23:09:58.301Z Compiling proptest v1.11.0
15762026-06-25T23:09:58.808Z Compiling iddqd v0.4.2
15772026-06-25T23:09:59.033Z Compiling reqwest v0.12.28
15782026-06-25T23:09:59.206Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15792026-06-25T23:09:59.454Z Compiling block-buffer v0.10.4
15802026-06-25T23:09:59.603Z Compiling utf8parse v0.2.2
15812026-06-25T23:09:59.677Z Compiling digest v0.10.7
15822026-06-25T23:09:59.713Z Compiling anstyle-parse v1.0.0
15832026-06-25T23:09:59.885Z Compiling itertools v0.14.0
15842026-06-25T23:09:59.898Z Compiling parse-display v0.10.0
15852026-06-25T23:10:00.120Z Compiling progenitor-client v0.10.0
15862026-06-25T23:10:00.239Z Compiling backoff v0.4.0
15872026-06-25T23:10:00.397Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15882026-06-25T23:10:00.449Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15892026-06-25T23:10:00.974Z Compiling colorchoice v1.0.5
15902026-06-25T23:10:01.091Z Compiling anstyle-query v1.1.5
15912026-06-25T23:10:01.200Z Compiling anstyle v1.0.14
15922026-06-25T23:10:01.428Z Compiling is_terminal_polyfill v1.70.2
15932026-06-25T23:10:01.518Z Compiling anstream v1.0.0
15942026-06-25T23:10:01.848Z Compiling clap_lex v1.1.0
15952026-06-25T23:10:02.149Z Compiling regress v0.11.1
15962026-06-25T23:10:02.161Z Compiling clap_derive v4.6.1
15972026-06-25T23:10:03.106Z Compiling terminal_size v0.4.4
15982026-06-25T23:10:03.724Z Compiling typify-impl v0.6.2
15992026-06-25T23:10:04.004Z Compiling toml_datetime v0.6.11
16002026-06-25T23:10:04.148Z Compiling zerocopy-derive v0.7.35
16012026-06-25T23:10:04.264Z Compiling convert_case v0.4.0
16022026-06-25T23:10:04.284Z Compiling cpufeatures v0.2.17
16032026-06-25T23:10:05.021Z Compiling zerocopy v0.7.35
16042026-06-25T23:10:05.031Z Compiling derive_more v0.99.20
16052026-06-25T23:10:05.162Z Compiling clap_builder v4.6.0
16062026-06-25T23:10:05.578Z Compiling toml_edit v0.25.12+spec-1.1.0
16072026-06-25T23:10:06.342Z Compiling unicode-width v0.2.2
16082026-06-25T23:10:06.485Z Compiling proc-macro-crate v3.5.0
16092026-06-25T23:10:06.914Z Compiling clap v4.6.1
16102026-06-25T23:10:06.994Z Compiling secrecy v0.10.3
16112026-06-25T23:10:07.039Z Compiling tinyvec_macros v0.1.1
16122026-06-25T23:10:07.106Z Compiling float-ord v0.3.2
16132026-06-25T23:10:07.149Z Compiling crucible-workspace-hack v0.1.0
16142026-06-25T23:10:07.221Z Compiling tinyvec v1.11.0
16152026-06-25T23:10:07.310Z Compiling num_enum_derive v0.7.6
16162026-06-25T23:10:07.766Z Compiling dtrace-parser v0.2.0
16172026-06-25T23:10:07.862Z Compiling scroll_derive v0.12.1
16182026-06-25T23:10:07.898Z Compiling num-integer v0.1.46
16192026-06-25T23:10:08.225Z Compiling rustc_version v0.4.1
16202026-06-25T23:10:08.418Z Compiling usdt-impl v0.5.0
16212026-06-25T23:10:08.510Z Compiling curve25519-dalek v4.1.3
16222026-06-25T23:10:08.652Z Compiling scroll v0.12.0
16232026-06-25T23:10:08.697Z Compiling num_enum v0.7.6
16242026-06-25T23:10:08.858Z Compiling dof v0.3.0
16252026-06-25T23:10:09.041Z Compiling hmac v0.12.1
16262026-06-25T23:10:09.154Z Compiling inout v0.1.4
16272026-06-25T23:10:09.181Z Compiling darling_core v0.21.3
16282026-06-25T23:10:09.212Z Compiling ff v0.13.1
16292026-06-25T23:10:09.254Z Compiling thread-id v4.2.2
16302026-06-25T23:10:09.295Z Compiling cipher v0.4.4
16312026-06-25T23:10:09.342Z Compiling group v0.13.0
16322026-06-25T23:10:09.521Z Compiling hkdf v0.12.4
16332026-06-25T23:10:09.778Z Compiling goblin v0.8.2
16342026-06-25T23:10:09.919Z Compiling num-iter v0.1.45
16352026-06-25T23:10:10.032Z Compiling num-rational v0.4.2
16362026-06-25T23:10:10.057Z Compiling thiserror-impl-no-std v2.0.2
16372026-06-25T23:10:10.156Z Compiling typify-macro v0.6.2
16382026-06-25T23:10:10.184Z Compiling universal-hash v0.5.1
16392026-06-25T23:10:10.274Z Compiling crypto-bigint v0.5.5
16402026-06-25T23:10:10.311Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-06-25T23:10:10.665Z Compiling crossbeam-epoch v0.9.18
16422026-06-25T23:10:11.002Z Compiling half v2.7.1
16432026-06-25T23:10:11.112Z Compiling curve25519-dalek-derive v0.1.1
16442026-06-25T23:10:11.156Z Compiling num-complex v0.4.6
16452026-06-25T23:10:11.276Z Compiling darling_macro v0.21.3
16462026-06-25T23:10:11.558Z Compiling base64ct v1.8.3
16472026-06-25T23:10:11.633Z Compiling opaque-debug v0.3.1
16482026-06-25T23:10:11.664Z Compiling base16ct v0.2.0
16492026-06-25T23:10:11.703Z Compiling ciborium-io v0.2.2
16502026-06-25T23:10:11.795Z Compiling password-hash v0.5.0
16512026-06-25T23:10:11.822Z Compiling ciborium-ll v0.2.2
16522026-06-25T23:10:11.859Z Compiling elliptic-curve v0.13.8
16532026-06-25T23:10:11.885Z Compiling darling v0.21.3
16542026-06-25T23:10:11.967Z Compiling poly1305 v0.8.0
16552026-06-25T23:10:12.240Z Compiling typify v0.6.2
16562026-06-25T23:10:12.386Z Compiling num v0.4.3
16572026-06-25T23:10:12.429Z Compiling thiserror-no-std v2.0.2
16582026-06-25T23:10:12.745Z Compiling chacha20 v0.9.1
16592026-06-25T23:10:12.878Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16602026-06-25T23:10:12.956Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-06-25T23:10:13.425Z Compiling blake2 v0.10.6
16622026-06-25T23:10:13.751Z Compiling aead v0.5.2
16632026-06-25T23:10:13.802Z Compiling byte-wrapper v0.1.0
16642026-06-25T23:10:13.885Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16652026-06-25T23:10:13.911Z Compiling proc-macro-error-attr v1.0.4
16662026-06-25T23:10:14.207Z Compiling unsafe-libyaml v0.2.11
16672026-06-25T23:10:14.234Z Compiling keccak v0.1.6
16682026-06-25T23:10:14.305Z Compiling prettyplease v0.2.37
16692026-06-25T23:10:14.473Z Compiling heapless v0.8.0
16702026-06-25T23:10:14.559Z Compiling rustix v0.38.44
16712026-06-25T23:10:14.954Z Compiling serde_yaml v0.9.34+deprecated
16722026-06-25T23:10:15.008Z Compiling sha3 v0.10.9
16732026-06-25T23:10:15.354Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16742026-06-25T23:10:15.562Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16752026-06-25T23:10:16.175Z Compiling chacha20poly1305 v0.10.1
16762026-06-25T23:10:16.209Z Compiling argon2 v0.5.3
16772026-06-25T23:10:16.336Z Compiling vsss-rs v3.3.4
16782026-06-25T23:10:16.421Z Compiling ingot-macros v0.1.1
16792026-06-25T23:10:16.511Z Compiling ciborium v0.2.2
16802026-06-25T23:10:16.872Z Compiling usdt-macro v0.5.0
16812026-06-25T23:10:17.098Z Compiling usdt-attr-macro v0.5.0
16822026-06-25T23:10:18.335Z Compiling serde_spanned v0.6.9
16832026-06-25T23:10:18.485Z Compiling enum-as-inner v0.6.1
16842026-06-25T23:10:18.663Z Compiling hash32 v0.3.1
16852026-06-25T23:10:18.821Z Compiling proc-macro-error v1.0.4
16862026-06-25T23:10:19.051Z Compiling memmap v0.7.0
16872026-06-25T23:10:19.078Z Compiling memoffset v0.9.1
16882026-06-25T23:10:19.107Z Compiling data-encoding v2.11.0
16892026-06-25T23:10:19.246Z Compiling smoltcp v0.11.0
16902026-06-25T23:10:19.262Z Compiling indent_write v2.2.0
16912026-06-25T23:10:19.285Z Compiling winnow v0.7.15
16922026-06-25T23:10:19.333Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16932026-06-25T23:10:19.395Z Compiling static_assertions v1.1.0
16942026-06-25T23:10:19.469Z Compiling cfg_aliases v0.2.1
16952026-06-25T23:10:19.544Z Compiling winnow v0.5.40
16962026-06-25T23:10:19.590Z Compiling toml_write v0.1.2
16972026-06-25T23:10:19.631Z Compiling nix v0.31.3
16982026-06-25T23:10:19.663Z Compiling rustls-webpki v0.103.13
16992026-06-25T23:10:20.031Z Compiling ingot-types v0.1.2
17002026-06-25T23:10:20.057Z Compiling usdt v0.5.0
17012026-06-25T23:10:20.509Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-25T23:10:20.684Z Compiling toml_edit v0.22.27
17032026-06-25T23:10:20.717Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17042026-06-25T23:10:20.797Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-25T23:10:20.815Z Compiling toml_edit v0.19.15
17062026-06-25T23:10:21.053Z Compiling tabwriter v1.4.1
17072026-06-25T23:10:21.294Z Compiling cobs v0.3.0
17082026-06-25T23:10:21.436Z Compiling serde_repr v0.1.20
17092026-06-25T23:10:21.501Z Compiling managed v0.8.0
17102026-06-25T23:10:21.720Z Compiling pkg-config v0.3.33
17112026-06-25T23:10:21.862Z Compiling vcpkg v0.2.15
17122026-06-25T23:10:22.053Z Compiling bitflags v1.3.2
17132026-06-25T23:10:22.131Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17142026-06-25T23:10:22.394Z Compiling toml v0.8.23
17152026-06-25T23:10:22.433Z Compiling openssl-sys v0.9.116
17162026-06-25T23:10:22.806Z Compiling proc-macro-crate v1.3.1
17172026-06-25T23:10:22.993Z Compiling tokio-rustls v0.26.4
17182026-06-25T23:10:23.144Z Compiling rustls-platform-verifier v0.7.0
17192026-06-25T23:10:23.212Z Compiling postcard v1.1.3
17202026-06-25T23:10:23.301Z Compiling hyper-rustls v0.27.9
17212026-06-25T23:10:23.560Z Compiling reqwest v0.13.4
17222026-06-25T23:10:24.885Z Compiling progenitor-client v0.14.0
17232026-06-25T23:10:24.898Z Compiling ingot v0.1.1
17242026-06-25T23:10:25.192Z Compiling progenitor-extras v0.2.0
17252026-06-25T23:10:26.095Z Compiling hubpack_derive v0.1.1
17262026-06-25T23:10:26.424Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-06-25T23:10:26.641Z Compiling foreign-types-macros v0.2.3
17282026-06-25T23:10:26.747Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-06-25T23:10:26.768Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17302026-06-25T23:10:27.024Z Compiling resolv-conf v0.7.6
17312026-06-25T23:10:27.069Z Compiling linked-hash-map v0.5.6
17322026-06-25T23:10:27.315Z Compiling heck v0.4.1
17332026-06-25T23:10:27.426Z Compiling foreign-types-shared v0.3.1
17342026-06-25T23:10:27.521Z Compiling semver v0.1.20
17352026-06-25T23:10:27.524Z Compiling swrite v0.1.0
17362026-06-25T23:10:27.631Z Compiling unicode-segmentation v1.13.3
17372026-06-25T23:10:27.793Z Compiling rayon-core v1.13.0
17382026-06-25T23:10:27.897Z Compiling colored v3.1.1
17392026-06-25T23:10:28.109Z Compiling newline-converter v0.3.0
17402026-06-25T23:10:28.126Z Compiling rustc_version v0.1.7
17412026-06-25T23:10:28.231Z Compiling foreign-types v0.5.0
17422026-06-25T23:10:28.316Z Compiling lru-cache v0.1.2
17432026-06-25T23:10:28.338Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-25T23:10:28.373Z Compiling hubpack v0.1.2
17452026-06-25T23:10:28.540Z Compiling num_enum_derive v0.5.11
17462026-06-25T23:10:28.801Z Compiling atomicwrites v0.4.4
17472026-06-25T23:10:29.133Z Compiling hickory-proto v0.24.4
17482026-06-25T23:10:29.593Z Compiling progenitor-impl v0.13.0
17492026-06-25T23:10:30.218Z Compiling crossbeam-deque v0.8.6
17502026-06-25T23:10:30.324Z Compiling console v0.15.11
17512026-06-25T23:10:30.425Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17522026-06-25T23:10:30.949Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-25T23:10:30.963Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17542026-06-25T23:10:31.013Z Compiling camino-tempfile v1.4.1
17552026-06-25T23:10:31.133Z Compiling chacha20 v0.10.0
17562026-06-25T23:10:31.261Z Compiling serde-big-array v0.5.1
17572026-06-25T23:10:31.418Z Compiling num-derive v0.4.2
17582026-06-25T23:10:32.421Z Compiling derive-where v1.6.1
17592026-06-25T23:10:32.509Z Compiling pin-project-internal v1.1.13
17602026-06-25T23:10:32.744Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-06-25T23:10:33.021Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17622026-06-25T23:10:33.501Z Compiling cstr-argument v0.1.2
17632026-06-25T23:10:33.510Z Compiling minimal-lexical v0.2.1
17642026-06-25T23:10:33.632Z Compiling similar v2.7.0
17652026-06-25T23:10:33.662Z Compiling siphasher v1.0.3
17662026-06-25T23:10:33.709Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17672026-06-25T23:10:33.730Z Compiling nom v7.1.3
17682026-06-25T23:10:33.815Z Compiling pin-project v1.1.13
17692026-06-25T23:10:33.864Z Compiling phf_shared v0.12.1
17702026-06-25T23:10:33.930Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17712026-06-25T23:10:34.047Z Compiling expectorate v1.2.0
17722026-06-25T23:10:34.091Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17732026-06-25T23:10:34.209Z Compiling progenitor-macro v0.13.0
17742026-06-25T23:10:34.219Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-06-25T23:10:34.396Z Compiling rand v0.10.1
17762026-06-25T23:10:34.535Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17772026-06-25T23:10:34.612Z Compiling hickory-resolver v0.24.4
17782026-06-25T23:10:35.084Z Compiling num_enum v0.5.11
17792026-06-25T23:10:35.101Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17802026-06-25T23:10:35.199Z Compiling newtype_derive v0.1.6
17812026-06-25T23:10:35.308Z Compiling progenitor-client v0.13.0
17822026-06-25T23:10:35.609Z Compiling progenitor-impl v0.14.0
17832026-06-25T23:10:35.753Z Compiling unicode-normalization v0.1.25
17842026-06-25T23:10:36.229Z Compiling tokio-stream v0.1.18
17852026-06-25T23:10:36.704Z Compiling async-recursion v1.1.1
17862026-06-25T23:10:36.800Z Compiling snafu-derive v0.8.9
17872026-06-25T23:10:37.141Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17882026-06-25T23:10:37.244Z Compiling slog-dtrace v0.3.0
17892026-06-25T23:10:37.441Z Compiling csv-core v0.1.13
17902026-06-25T23:10:37.453Z Compiling bstr v1.12.1
17912026-06-25T23:10:37.507Z Compiling unicode-xid v0.2.6
17922026-06-25T23:10:37.642Z Compiling chrono-tz v0.10.4
17932026-06-25T23:10:37.687Z Compiling foldhash v0.1.5
17942026-06-25T23:10:37.867Z Compiling konst_macro_rules v0.2.19
17952026-06-25T23:10:37.880Z Compiling cancel-safe-futures v0.1.5
17962026-06-25T23:10:37.947Z Compiling owo-colors v4.3.0
17972026-06-25T23:10:38.069Z Compiling openssl v0.10.80
17982026-06-25T23:10:38.149Z Compiling unicode-width v0.1.14
17992026-06-25T23:10:38.358Z Compiling highway v1.3.0
18002026-06-25T23:10:38.403Z Compiling foreign-types-shared v0.1.1
18012026-06-25T23:10:38.438Z Compiling same-file v1.0.6
18022026-06-25T23:10:38.498Z Compiling foreign-types v0.3.2
18032026-06-25T23:10:38.569Z Compiling snafu v0.8.9
18042026-06-25T23:10:38.581Z Compiling walkdir v2.5.0
18052026-06-25T23:10:38.620Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-25T23:10:38.841Z Compiling konst v0.2.20
18072026-06-25T23:10:38.974Z Compiling hashbrown v0.15.5
18082026-06-25T23:10:38.982Z Compiling globset v0.4.18
18092026-06-25T23:10:39.090Z Compiling const_format_proc_macros v0.2.34
18102026-06-25T23:10:39.120Z Compiling csv v1.4.0
18112026-06-25T23:10:39.263Z Compiling progenitor-macro v0.14.0
18122026-06-25T23:10:39.399Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-25T23:10:39.515Z Compiling progenitor v0.13.0
18142026-06-25T23:10:39.703Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-25T23:10:39.750Z Compiling qorb v0.4.1
18162026-06-25T23:10:39.832Z Compiling olpc-cjson v0.1.4
18172026-06-25T23:10:40.000Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-25T23:10:41.609Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18192026-06-25T23:10:41.868Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-25T23:10:41.951Z Compiling rayon v1.12.0
18212026-06-25T23:10:41.961Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18222026-06-25T23:10:41.974Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-25T23:10:42.066Z Compiling phf v0.12.1
18242026-06-25T23:10:42.221Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-25T23:10:42.840Z Compiling zone_cfg_derive v0.3.1
18262026-06-25T23:10:43.237Z Compiling tokio-dtrace v0.1.1
18272026-06-25T23:10:43.523Z Compiling itertools v0.12.1
18282026-06-25T23:10:43.609Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18292026-06-25T23:10:43.821Z Compiling libsw-core v0.3.2
18302026-06-25T23:10:43.829Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-25T23:10:43.994Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-06-25T23:10:44.330Z Compiling serde_plain v1.0.2
18332026-06-25T23:10:44.385Z Compiling openssl-macros v0.1.1
18342026-06-25T23:10:44.446Z Compiling pem v3.0.6
18352026-06-25T23:10:44.548Z Compiling cookie v0.18.1
18362026-06-25T23:10:44.696Z Compiling sigpipe v0.1.3
18372026-06-25T23:10:44.787Z Compiling glob v0.3.3
18382026-06-25T23:10:44.791Z Compiling fixedbitset v0.5.7
18392026-06-25T23:10:44.864Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-25T23:10:44.895Z Compiling fixedbitset v0.4.2
18412026-06-25T23:10:44.895Z Compiling typed-path v0.9.3
18422026-06-25T23:10:44.910Z Compiling bytecount v0.6.9
18432026-06-25T23:10:45.040Z Compiling jiff v0.2.28
18442026-06-25T23:10:45.050Z Compiling petgraph v0.8.3
18452026-06-25T23:10:45.075Z Compiling papergrid v0.11.0
18462026-06-25T23:10:45.133Z Compiling petgraph v0.6.5
18472026-06-25T23:10:46.180Z Compiling tough v0.22.0
18482026-06-25T23:10:46.711Z Compiling zone v0.3.1
18492026-06-25T23:10:46.844Z Compiling progenitor v0.14.0
18502026-06-25T23:10:46.848Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18512026-06-25T23:10:46.981Z Compiling libsw v3.5.0
18522026-06-25T23:10:47.040Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18532026-06-25T23:10:47.160Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-25T23:10:47.291Z Compiling oxide-tokio-rt v0.1.6
18552026-06-25T23:10:47.359Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18562026-06-25T23:10:47.494Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-25T23:10:47.562Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-25T23:10:47.597Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-25T23:10:48.766Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-25T23:10:48.813Z Compiling const_format v0.2.36
18612026-06-25T23:10:48.843Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-25T23:10:49.107Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18632026-06-25T23:10:49.146Z Compiling tabled_derive v0.7.0
18642026-06-25T23:10:49.542Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-25T23:10:49.742Z Compiling gethostname v0.5.0
18662026-06-25T23:10:49.821Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-25T23:10:49.866Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18682026-06-25T23:10:49.947Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-25T23:10:49.960Z Compiling smf v0.2.3
18702026-06-25T23:10:50.078Z Compiling bcs v0.1.6
18712026-06-25T23:10:50.117Z Compiling nom v8.0.0
18722026-06-25T23:10:50.128Z Compiling linear-map v1.2.0
18732026-06-25T23:10:50.443Z Compiling tagptr v0.2.0
18742026-06-25T23:10:50.463Z Compiling smawk v0.3.2
18752026-06-25T23:10:50.480Z Compiling unicode-linebreak v0.1.5
18762026-06-25T23:10:50.536Z Compiling termtree v0.5.1
18772026-06-25T23:10:50.569Z Compiling crunchy v0.2.4
18782026-06-25T23:10:50.697Z Compiling lazy_static v1.5.0
18792026-06-25T23:10:50.733Z Compiling whoami v1.6.1
18802026-06-25T23:10:50.745Z Compiling textwrap v0.16.2
18812026-06-25T23:10:50.798Z Compiling steno v0.4.1
18822026-06-25T23:10:50.896Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-25T23:10:51.282Z Compiling moka v0.12.15
18842026-06-25T23:10:51.320Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-25T23:10:52.086Z Compiling tabled v0.15.0
18862026-06-25T23:10:52.415Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-25T23:10:52.623Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-25T23:10:52.992Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-25T23:10:53.872Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-25T23:10:54.097Z Compiling hickory-proto v0.25.2
18912026-06-25T23:10:54.837Z Compiling tiny-keccak v2.0.2
18922026-06-25T23:10:54.875Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18932026-06-25T23:10:55.186Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18942026-06-25T23:10:55.395Z Compiling parking_lot_core v0.8.6
18952026-06-25T23:10:55.713Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18962026-06-25T23:10:55.846Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-25T23:10:56.008Z Compiling hickory-resolver v0.25.2
18982026-06-25T23:10:56.215Z Compiling libscf-sys v1.2.0
18992026-06-25T23:10:56.243Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19002026-06-25T23:10:56.361Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19012026-06-25T23:10:56.503Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19022026-06-25T23:10:56.613Z Compiling const-random-macro v0.1.16
19032026-06-25T23:10:56.763Z Compiling smartstring v1.0.1
19042026-06-25T23:10:57.033Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-25T23:10:57.045Z Compiling ahash v0.8.12
19062026-06-25T23:10:57.051Z Compiling const-random v0.1.18
19072026-06-25T23:10:57.375Z Compiling parking_lot v0.11.2
19082026-06-25T23:10:57.654Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19092026-06-25T23:10:57.762Z Compiling fxhash v0.2.1
19102026-06-25T23:10:57.801Z Compiling internet-checksum v0.2.1
19112026-06-25T23:10:57.905Z Compiling sled v0.34.7
19122026-06-25T23:10:58.238Z Compiling thin-vec v0.2.18
19132026-06-25T23:10:58.251Z Compiling rhai_codegen v3.2.0
19142026-06-25T23:10:58.345Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19152026-06-25T23:10:58.429Z Compiling serial_test_derive v3.5.0
19162026-06-25T23:10:58.546Z Compiling yansi v1.0.1
19172026-06-25T23:10:58.882Z Compiling diff v0.1.13
19182026-06-25T23:10:59.192Z Compiling pretty_assertions v1.4.1
19192026-06-25T23:10:59.210Z Compiling serial_test v3.5.0
19202026-06-25T23:10:59.513Z Compiling rhai v1.25.1
19212026-06-25T23:11:00.759Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19222026-06-25T23:11:01.360Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-25T23:11:09.791Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-25T23:11:11.436Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-06-25T23:11:12.462Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19262026-06-25T23:11:13.435Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19272026-06-25T23:11:14.286Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19282026-06-25T23:11:15.448Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19292026-06-25T23:11:48.832Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
19302026-06-25T23:11:49.018Z────────────
19312026-06-25T23:11:49.018Z Nextest run ID 185ed4be-4033-4434-baa0-354a463d442e with nextest profile: default
19322026-06-25T23:11:49.018Z Starting 155 tests across 3 binaries
19332026-06-25T23:11:49.029Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19342026-06-25T23:11:49.032Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19352026-06-25T23:11:49.032Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19362026-06-25T23:11:49.032Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19372026-06-25T23:11:49.032Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19382026-06-25T23:11:49.032Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19392026-06-25T23:11:49.032Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19402026-06-25T23:11:49.032Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19412026-06-25T23:11:49.040Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19422026-06-25T23:11:49.045Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19432026-06-25T23:11:49.045Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19442026-06-25T23:11:49.046Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19452026-06-25T23:11:49.046Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19462026-06-25T23:11:49.046Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19472026-06-25T23:11:49.046Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19482026-06-25T23:11:49.046Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19492026-06-25T23:11:49.050Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19502026-06-25T23:11:49.053Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19512026-06-25T23:11:49.053Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19522026-06-25T23:11:49.053Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19532026-06-25T23:11:49.053Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19542026-06-25T23:11:49.053Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
19552026-06-25T23:11:49.053Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19562026-06-25T23:11:49.053Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19572026-06-25T23:11:49.059Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19582026-06-25T23:11:49.061Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19592026-06-25T23:11:49.061Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19602026-06-25T23:11:49.062Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19612026-06-25T23:11:49.062Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19622026-06-25T23:11:49.062Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19632026-06-25T23:11:49.062Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19642026-06-25T23:11:49.062Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19652026-06-25T23:11:49.068Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19662026-06-25T23:11:49.068Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19672026-06-25T23:11:49.073Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19682026-06-25T23:11:49.074Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19692026-06-25T23:11:49.074Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19702026-06-25T23:11:49.074Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19712026-06-25T23:11:49.074Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19722026-06-25T23:11:49.074Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19732026-06-25T23:11:49.078Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19742026-06-25T23:11:49.078Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19752026-06-25T23:11:49.083Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19762026-06-25T23:11:49.084Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19772026-06-25T23:11:49.084Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19782026-06-25T23:11:49.084Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19792026-06-25T23:11:49.084Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19802026-06-25T23:11:49.084Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19812026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19822026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19832026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19842026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19852026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19862026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19872026-06-25T23:11:49.123Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19882026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19892026-06-25T23:11:49.123Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19902026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19912026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::notification_round_trip
19922026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::prefix_within
19932026-06-25T23:11:49.123Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19942026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19952026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19962026-06-25T23:11:49.123Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19972026-06-25T23:11:49.123Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19982026-06-25T23:11:49.123Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19992026-06-25T23:11:49.123Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20002026-06-25T23:11:49.123Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20012026-06-25T23:11:49.123Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20022026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20032026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20042026-06-25T23:11:49.123Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20052026-06-25T23:11:49.123Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20062026-06-25T23:11:49.123Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20072026-06-25T23:11:49.123Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20082026-06-25T23:11:49.124Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20092026-06-25T23:11:49.124Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20102026-06-25T23:11:49.124Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20112026-06-25T23:11:49.124Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20122026-06-25T23:11:49.124Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20132026-06-25T23:11:49.127Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20142026-06-25T23:11:49.127Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20152026-06-25T23:11:49.127Z PASS [ 0.008s] bgp messages::tests::test_nexthop_length_validation
20162026-06-25T23:11:49.127Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20172026-06-25T23:11:49.140Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20182026-06-25T23:11:49.143Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20192026-06-25T23:11:49.143Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20202026-06-25T23:11:49.143Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20212026-06-25T23:11:49.143Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20222026-06-25T23:11:49.143Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20232026-06-25T23:11:49.149Z PASS [ 0.020s] bgp policy::test::update_shape_community
20242026-06-25T23:11:49.152Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
20252026-06-25T23:11:49.156Z PASS [ 0.016s] bgp proptest::prop_ipv4_wire_format_roundtrip
20262026-06-25T23:11:49.158Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20272026-06-25T23:11:49.158Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20282026-06-25T23:11:49.158Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20292026-06-25T23:11:49.158Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20302026-06-25T23:11:49.165Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20312026-06-25T23:11:49.165Z PASS [ 0.020s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20322026-06-25T23:11:49.168Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20332026-06-25T23:11:49.171Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20342026-06-25T23:11:49.174Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20352026-06-25T23:11:49.174Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20362026-06-25T23:11:49.177Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20372026-06-25T23:11:49.177Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20382026-06-25T23:11:49.180Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20392026-06-25T23:11:49.180Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20402026-06-25T23:11:49.183Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20412026-06-25T23:11:49.185Z PASS [ 0.031s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20422026-06-25T23:11:49.185Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20432026-06-25T23:11:49.185Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20442026-06-25T23:11:49.188Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20452026-06-25T23:11:49.188Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20462026-06-25T23:11:49.188Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20472026-06-25T23:11:49.188Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20482026-06-25T23:11:49.192Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20492026-06-25T23:11:49.195Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20502026-06-25T23:11:49.195Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20512026-06-25T23:11:49.195Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20522026-06-25T23:11:49.195Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20532026-06-25T23:11:49.198Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20542026-06-25T23:11:49.247Z PASS [ 0.058s] bgp test::ensure_session_updates_peer_metadata_for_existing_peer
20552026-06-25T23:11:52.262Z PASS [ 3.073s] bgp test::test_basic_peering_active
20562026-06-25T23:11:52.266Z PASS [ 3.067s] bgp test::test_basic_update_ipv6
20572026-06-25T23:11:52.266Z PASS [ 3.070s] bgp test::test_basic_peering_passive
20582026-06-25T23:11:52.270Z PASS [ 3.075s] bgp test::test_basic_update
20592026-06-25T23:11:52.270Z PASS [ 3.077s] bgp test::test_basic_peering_passive_tcp
20602026-06-25T23:11:52.273Z PASS [ 3.081s] bgp test::test_basic_peering_active_tcp
20612026-06-25T23:11:52.278Z PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp
20622026-06-25T23:11:52.331Z PASS [ 3.083s] bgp test::test_basic_update_tcp
20632026-06-25T23:11:55.338Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_active
20642026-06-25T23:11:55.348Z PASS [ 3.070s] bgp test::test_ipv6_basic_peering_passive
20652026-06-25T23:11:55.409Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp
20662026-06-25T23:11:56.344Z PASS [ 4.081s] bgp test::test_import_export_policy_filtering
20672026-06-25T23:11:56.348Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv4_peer_success
20682026-06-25T23:11:56.348Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv6_peer_success
20692026-06-25T23:11:56.351Z PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp
20702026-06-25T23:11:56.351Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20712026-06-25T23:11:56.411Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20722026-06-25T23:11:57.437Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp_ipv6
20732026-06-25T23:11:57.445Z PASS [ 1.099s] bgp test::test_three_router_chain_tcp
20742026-06-25T23:11:58.203Z PASS [ 2.794s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20752026-06-25T23:11:58.408Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20762026-06-25T23:11:58.499Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20772026-06-25T23:11:58.504Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20782026-06-25T23:11:58.509Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20792026-06-25T23:11:58.513Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20802026-06-25T23:11:58.518Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20812026-06-25T23:11:59.418Z PASS [ 4.079s] bgp test::test_ipv6_routes_ipv4_peer_success
20822026-06-25T23:11:59.422Z PASS [ 3.069s] bgp test::test_three_router_chain_unnumbered
20832026-06-25T23:12:01.413Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20842026-06-25T23:12:03.266Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20852026-06-25T23:12:06.508Z PASS [ 9.060s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20862026-06-25T23:12:07.469Z PASS [ 9.060s] bgp test::test_unnumbered_unaffected_by_ndp
20872026-06-25T23:12:14.477Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20882026-06-25T23:12:14.477Z────────────
20892026-06-25T23:12:14.477Z Summary [ 25.455s] 155 tests run: 155 passed, 0 skipped
20902026-06-25T23:12:14.489Z+ cp ./dualstack_routes.log ./ensure_session_updates_peer_metadata_for_existing_peer.log ./loopback-manager.test_basic_peering_active_tcp.log ./loopback-manager.test_basic_peering_passive_tcp.log ./loopback-manager.test_basic_update_ipv6_tcp.log ./loopback-manager.test_basic_update_tcp.log ./loopback-manager.test_dual_stack_routes_ipv4_peer_success.log ./loopback-manager.test_dual_stack_routes_ipv6_peer_success.log ./loopback-manager.test_import_export_policy_filtering.log ./loopback-manager.test_ipv4_routes_ipv6_peer_success.log ./loopback-manager.test_ipv6_basic_peering_active_tcp.log ./loopback-manager.test_ipv6_basic_peering_passive_tcp.log ./loopback-manager.test_ipv6_routes_ipv4_peer_success.log ./loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log ./loopback-manager.test_three_router_chain_tcp_ipv6.log ./loopback-manager.test_three_router_chain_tcp.log ./multiple_unnumbered.log ./ndp_change_reset.log ./ndp_changes.log ./r1.test_basic_peering_active_tcp.log ./r1.test_basic_peering_active.log ./r1.test_basic_peering_passive_tcp.log ./r1.test_basic_peering_passive.log ./r1.test_basic_update_ipv6_tcp.log ./r1.test_basic_update_ipv6.log ./r1.test_basic_update_tcp.log ./r1.test_basic_update.log ./r1.test_dual_stack_routes_ipv4_peer_success.log ./r1.test_dual_stack_routes_ipv6_peer_success.log ./r1.test_import_export_policy_filtering.log ./r1.test_ipv4_routes_ipv6_peer_success.log ./r1.test_ipv6_basic_peering_active_tcp.log ./r1.test_ipv6_basic_peering_active.log ./r1.test_ipv6_basic_peering_passive_tcp.log ./r1.test_ipv6_basic_peering_passive.log ./r1.test_ipv6_routes_ipv4_peer_success.log ./r1.test_neighbor_thread_lifecycle_no_leaks.log ./r1.test_three_router_chain_tcp_ipv6.log ./r1.test_three_router_chain_tcp.log ./r2.test_basic_peering_active_tcp.log ./r2.test_basic_peering_active.log ./r2.test_basic_peering_passive_tcp.log ./r2.test_basic_peering_passive.log ./r2.test_basic_update_ipv6_tcp.log ./r2.test_basic_update_ipv6.log ./r2.test_basic_update_tcp.log ./r2.test_basic_update.log ./r2.test_dual_stack_routes_ipv4_peer_success.log ./r2.test_dual_stack_routes_ipv6_peer_success.log ./r2.test_import_export_policy_filtering.log ./r2.test_ipv4_routes_ipv6_peer_success.log ./r2.test_ipv6_basic_peering_active_tcp.log ./r2.test_ipv6_basic_peering_active.log ./r2.test_ipv6_basic_peering_passive_tcp.log ./r2.test_ipv6_basic_peering_passive.log ./r2.test_ipv6_routes_ipv4_peer_success.log ./r2.test_neighbor_thread_lifecycle_no_leaks.log ./r2.test_three_router_chain_tcp_ipv6.log ./r2.test_three_router_chain_tcp.log ./r3.test_three_router_chain_tcp_ipv6.log ./r3.test_three_router_chain_tcp.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/
20912026-06-25T23:12:14.495Z+ popd
20922026-06-25T23:12:14.495Z+ pushd mgd
20932026-06-25T23:12:14.495Z/work/oxidecomputer/maghemite
20942026-06-25T23:12:14.495Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20952026-06-25T23:12:14.498Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20962026-06-25T23:12:15.673Z Compiling slog v2.8.2
20972026-06-25T23:12:15.785Z Compiling usdt v0.6.0
20982026-06-25T23:12:15.875Z Compiling proc-macro-error-attr2 v2.0.0
20992026-06-25T23:12:15.892Z Compiling papergrid v0.18.0
21002026-06-25T23:12:15.896Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21012026-06-25T23:12:15.896Z Compiling testing_table v0.3.0
21022026-06-25T23:12:16.060Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21032026-06-25T23:12:16.072Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21042026-06-25T23:12:16.080Z Compiling slog-json v2.6.1
21052026-06-25T23:12:16.175Z Compiling slog-term v2.9.2
21062026-06-25T23:12:16.299Z Compiling slog-async v2.8.0
21072026-06-25T23:12:16.419Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21082026-06-25T23:12:16.450Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-06-25T23:12:16.527Z Compiling slog-bunyan v2.5.0
21102026-06-25T23:12:16.550Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-25T23:12:16.668Z Compiling dropshot v0.17.1
21122026-06-25T23:12:16.837Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-25T23:12:16.877Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-25T23:12:16.888Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21152026-06-25T23:12:16.934Z Compiling slog-dtrace v0.3.0
21162026-06-25T23:12:17.247Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21172026-06-25T23:12:17.374Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-25T23:12:17.908Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-25T23:12:18.526Z Compiling steno v0.4.1
21202026-06-25T23:12:18.538Z Compiling proc-macro-error2 v2.0.1
21212026-06-25T23:12:18.538Z Compiling tabled_derive v0.11.0
21222026-06-25T23:12:19.023Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21232026-06-25T23:12:19.464Z Compiling tabled v0.21.0
21242026-06-25T23:12:20.586Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-25T23:12:21.251Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-25T23:12:22.214Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-25T23:12:22.823Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21282026-06-25T23:12:23.547Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-25T23:12:23.550Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21302026-06-25T23:12:23.676Z Compiling crc8 v0.1.1
21312026-06-25T23:12:23.732Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-25T23:12:23.744Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21332026-06-25T23:12:23.798Z Compiling dropshot-api-manager-types v0.7.2
21342026-06-25T23:12:24.082Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21352026-06-25T23:12:24.177Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21362026-06-25T23:12:24.601Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-25T23:12:26.645Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-25T23:12:26.718Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-25T23:12:26.771Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-25T23:12:26.922Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-25T23:12:27.500Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-25T23:12:27.669Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-25T23:12:28.367Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-25T23:12:28.675Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-25T23:12:28.676Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-25T23:12:28.905Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-25T23:12:29.120Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-25T23:12:34.490Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-25T23:12:34.490Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-06-25T23:12:35.460Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-25T23:12:35.617Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-25T23:12:35.663Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-25T23:12:35.894Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-25T23:12:35.898Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-25T23:12:43.632Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-25T23:12:51.294Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-25T23:12:52.935Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-25T23:12:53.980Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21592026-06-25T23:12:54.947Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21602026-06-25T23:12:55.779Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21612026-06-25T23:12:56.947Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21622026-06-25T23:12:56.950Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21632026-06-25T23:12:56.950Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21642026-06-25T23:13:03.074Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21652026-06-25T23:13:29.760Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21662026-06-25T23:13:29.929Z────────────
21672026-06-25T23:13:29.930Z Nextest run ID 7a85e352-f228-4d55-be1a-3928c71f2099 with nextest profile: default
21682026-06-25T23:13:29.930Z Starting 38 tests across 3 binaries
21692026-06-25T23:13:29.934Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21702026-06-25T23:13:29.944Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21712026-06-25T23:13:29.944Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21722026-06-25T23:13:29.944Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21732026-06-25T23:13:29.944Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
21742026-06-25T23:13:29.944Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21752026-06-25T23:13:29.944Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21762026-06-25T23:13:29.991Z PASS [ 0.061s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21772026-06-25T23:13:29.994Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21782026-06-25T23:13:29.994Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21792026-06-25T23:13:29.994Z PASS [ 0.059s] mgd::bin/mgd bgp_admin::tests::apply_removes_non_request_asns
21802026-06-25T23:13:29.997Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21812026-06-25T23:13:29.997Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21822026-06-25T23:13:29.997Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21832026-06-25T23:13:29.997Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21842026-06-25T23:13:30.004Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21852026-06-25T23:13:30.007Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21862026-06-25T23:13:30.007Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21872026-06-25T23:13:30.007Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21882026-06-25T23:13:30.010Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21892026-06-25T23:13:30.010Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21902026-06-25T23:13:30.010Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21912026-06-25T23:13:30.012Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21922026-06-25T23:13:30.013Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21932026-06-25T23:13:30.016Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21942026-06-25T23:13:30.016Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21952026-06-25T23:13:30.016Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21962026-06-25T23:13:30.019Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21972026-06-25T23:13:30.019Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21982026-06-25T23:13:30.019Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21992026-06-25T23:13:30.019Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22002026-06-25T23:13:30.023Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22012026-06-25T23:13:30.023Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22022026-06-25T23:13:30.023Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22032026-06-25T23:13:30.023Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22042026-06-25T23:13:30.026Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22052026-06-25T23:13:30.028Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22062026-06-25T23:13:30.028Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22072026-06-25T23:13:30.028Z────────────
22082026-06-25T23:13:30.028Z Summary [ 0.098s] 38 tests run: 38 passed, 0 skipped
22092026-06-25T23:13:30.038Z+ cp ./apply_remove_entire_group.log ./apply_removes_non_request_asns.log /work/
22102026-06-25T23:13:30.041Z+ popd
22112026-06-25T23:13:30.041Z/work/oxidecomputer/maghemite
22122026-06-25T23:13:30.041Zprocess exited: duration 434776 ms, exit code 0
 
22132026-06-25T23:13:30.048Zfound 68 output files
22142026-06-25T23:13:30.048Zuploading: /work/apply_remove_entire_group.log (9924 bytes)
22152026-06-25T23:13:31.063Zuploaded: /work/apply_remove_entire_group.log
22162026-06-25T23:13:31.066Zuploading: /work/apply_removes_non_request_asns.log (6802 bytes)
22172026-06-25T23:13:32.071Zuploaded: /work/apply_removes_non_request_asns.log
22182026-06-25T23:13:32.075Zuploading: /work/dualstack_routes.log (117560 bytes)
22192026-06-25T23:13:33.086Zuploaded: /work/dualstack_routes.log
22202026-06-25T23:13:33.086Zuploading: /work/ensure_session_updates_peer_metadata_for_existing_peer.log (2799 bytes)
22212026-06-25T23:13:34.098Zuploaded: /work/ensure_session_updates_peer_metadata_for_existing_peer.log
22222026-06-25T23:13:34.098Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2286 bytes)
22232026-06-25T23:13:35.108Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22242026-06-25T23:13:35.108Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1489 bytes)
22252026-06-25T23:13:36.120Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22262026-06-25T23:13:36.120Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2305 bytes)
22272026-06-25T23:13:37.133Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22282026-06-25T23:13:37.133Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2290 bytes)
22292026-06-25T23:13:38.165Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22302026-06-25T23:13:38.165Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2252 bytes)
22312026-06-25T23:13:39.174Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22322026-06-25T23:13:39.174Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2166 bytes)
22332026-06-25T23:13:40.186Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22342026-06-25T23:13:40.186Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3038 bytes)
22352026-06-25T23:13:41.199Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22362026-06-25T23:13:41.199Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2250 bytes)
22372026-06-25T23:13:42.209Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22382026-06-25T23:13:42.209Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2313 bytes)
22392026-06-25T23:13:43.219Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22402026-06-25T23:13:43.219Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2302 bytes)
22412026-06-25T23:13:44.230Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22422026-06-25T23:13:44.230Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2251 bytes)
22432026-06-25T23:13:45.242Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22442026-06-25T23:13:45.243Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2444 bytes)
22452026-06-25T23:13:46.254Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22462026-06-25T23:13:46.254Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4742 bytes)
22472026-06-25T23:13:47.266Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22482026-06-25T23:13:47.266Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3650 bytes)
22492026-06-25T23:13:48.280Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22502026-06-25T23:13:48.280Zuploading: /work/multiple_unnumbered.log (142531 bytes)
22512026-06-25T23:13:49.296Zuploaded: /work/multiple_unnumbered.log
22522026-06-25T23:13:49.296Zuploading: /work/ndp_change_reset.log (69729 bytes)
22532026-06-25T23:13:50.318Zuploaded: /work/ndp_change_reset.log
22542026-06-25T23:13:50.318Zuploading: /work/ndp_changes.log (88510 bytes)
22552026-06-25T23:13:51.348Zuploaded: /work/ndp_changes.log
22562026-06-25T23:13:51.348Zuploading: /work/r1.test_basic_peering_active.log (40495 bytes)
22572026-06-25T23:13:52.365Zuploaded: /work/r1.test_basic_peering_active.log
22582026-06-25T23:13:52.365Zuploading: /work/r1.test_basic_peering_active_tcp.log (49216 bytes)
22592026-06-25T23:13:53.381Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22602026-06-25T23:13:53.381Zuploading: /work/r1.test_basic_peering_passive.log (33845 bytes)
22612026-06-25T23:13:54.396Zuploaded: /work/r1.test_basic_peering_passive.log
22622026-06-25T23:13:54.396Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39771 bytes)
22632026-06-25T23:13:55.416Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22642026-06-25T23:13:55.427Zuploading: /work/r1.test_basic_update.log (28533 bytes)
22652026-06-25T23:13:56.447Zuploaded: /work/r1.test_basic_update.log
22662026-06-25T23:13:56.447Zuploading: /work/r1.test_basic_update_ipv6.log (28294 bytes)
22672026-06-25T23:13:57.462Zuploaded: /work/r1.test_basic_update_ipv6.log
22682026-06-25T23:13:57.462Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31156 bytes)
22692026-06-25T23:13:58.479Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22702026-06-25T23:13:58.479Zuploading: /work/r1.test_basic_update_tcp.log (31471 bytes)
22712026-06-25T23:13:59.492Zuploaded: /work/r1.test_basic_update_tcp.log
22722026-06-25T23:13:59.492Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43748 bytes)
22732026-06-25T23:14:00.505Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22742026-06-25T23:14:00.505Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44003 bytes)
22752026-06-25T23:14:01.523Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22762026-06-25T23:14:01.523Zuploading: /work/r1.test_import_export_policy_filtering.log (40296 bytes)
22772026-06-25T23:14:02.538Zuploaded: /work/r1.test_import_export_policy_filtering.log
22782026-06-25T23:14:02.538Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35908 bytes)
22792026-06-25T23:14:03.552Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22802026-06-25T23:14:03.552Zuploading: /work/r1.test_ipv6_basic_peering_active.log (38322 bytes)
22812026-06-25T23:14:04.563Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22822026-06-25T23:14:04.563Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49780 bytes)
22832026-06-25T23:14:05.575Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22842026-06-25T23:14:05.575Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33984 bytes)
22852026-06-25T23:14:06.589Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22862026-06-25T23:14:06.589Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39702 bytes)
22872026-06-25T23:14:07.603Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22882026-06-25T23:14:07.603Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35718 bytes)
22892026-06-25T23:14:08.614Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22902026-06-25T23:14:08.614Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30024 bytes)
22912026-06-25T23:14:09.628Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22922026-06-25T23:14:09.628Zuploading: /work/r1.test_three_router_chain_tcp.log (22239 bytes)
22932026-06-25T23:14:10.640Zuploaded: /work/r1.test_three_router_chain_tcp.log
22942026-06-25T23:14:10.640Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22717 bytes)
22952026-06-25T23:14:11.652Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22962026-06-25T23:14:11.652Zuploading: /work/r2.test_basic_peering_active.log (39168 bytes)
22972026-06-25T23:14:12.664Zuploaded: /work/r2.test_basic_peering_active.log
22982026-06-25T23:14:12.664Zuploading: /work/r2.test_basic_peering_active_tcp.log (47994 bytes)
22992026-06-25T23:14:13.678Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23002026-06-25T23:14:13.678Zuploading: /work/r2.test_basic_peering_passive.log (41567 bytes)
23012026-06-25T23:14:14.693Zuploaded: /work/r2.test_basic_peering_passive.log
23022026-06-25T23:14:14.693Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46116 bytes)
23032026-06-25T23:14:15.713Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23042026-06-25T23:14:15.713Zuploading: /work/r2.test_basic_update.log (26506 bytes)
23052026-06-25T23:14:16.725Zuploaded: /work/r2.test_basic_update.log
23062026-06-25T23:14:16.725Zuploading: /work/r2.test_basic_update_ipv6.log (26528 bytes)
23072026-06-25T23:14:17.737Zuploaded: /work/r2.test_basic_update_ipv6.log
23082026-06-25T23:14:17.737Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32879 bytes)
23092026-06-25T23:14:18.749Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23102026-06-25T23:14:18.749Zuploading: /work/r2.test_basic_update_tcp.log (33482 bytes)
23112026-06-25T23:14:19.760Zuploaded: /work/r2.test_basic_update_tcp.log
23122026-06-25T23:14:19.760Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43672 bytes)
23132026-06-25T23:14:20.776Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23142026-06-25T23:14:20.776Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43906 bytes)
23152026-06-25T23:14:21.791Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23162026-06-25T23:14:21.791Zuploading: /work/r2.test_import_export_policy_filtering.log (36647 bytes)
23172026-06-25T23:14:22.804Zuploaded: /work/r2.test_import_export_policy_filtering.log
23182026-06-25T23:14:22.804Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37003 bytes)
23192026-06-25T23:14:23.816Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23202026-06-25T23:14:23.816Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39220 bytes)
23212026-06-25T23:14:24.829Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23222026-06-25T23:14:24.829Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (48002 bytes)
23232026-06-25T23:14:25.843Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23242026-06-25T23:14:25.843Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41658 bytes)
23252026-06-25T23:14:26.855Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23262026-06-25T23:14:26.855Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46872 bytes)
23272026-06-25T23:14:27.866Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23282026-06-25T23:14:27.866Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38254 bytes)
23292026-06-25T23:14:28.881Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23302026-06-25T23:14:28.881Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28157 bytes)
23312026-06-25T23:14:29.893Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23322026-06-25T23:14:29.893Zuploading: /work/r2.test_three_router_chain_tcp.log (45005 bytes)
23332026-06-25T23:14:30.906Zuploaded: /work/r2.test_three_router_chain_tcp.log
23342026-06-25T23:14:30.906Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41941 bytes)
23352026-06-25T23:14:31.918Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23362026-06-25T23:14:31.919Zuploading: /work/r3.test_three_router_chain_tcp.log (22245 bytes)
23372026-06-25T23:14:32.929Zuploaded: /work/r3.test_three_router_chain_tcp.log
23382026-06-25T23:14:32.929Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21536 bytes)
23392026-06-25T23:14:33.943Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23402026-06-25T23:14:33.943Zuploading: /work/same_linklocal.log (123579 bytes)
23412026-06-25T23:14:34.958Zuploaded: /work/same_linklocal.log
23422026-06-25T23:14:34.958Zuploading: /work/three_chain.log (138585 bytes)
23432026-06-25T23:14:35.974Zuploaded: /work/three_chain.log
23442026-06-25T23:14:35.974Zuploading: /work/unnumbered_expiry.log (88248 bytes)
23452026-06-25T23:14:36.988Zuploaded: /work/unnumbered_expiry.log
23462026-06-25T23:14:36.988Zuploading: /work/unnumbered_interface_lifecycle.log (120379 bytes)
23472026-06-25T23:14:38.004Zuploaded: /work/unnumbered_interface_lifecycle.log
23482026-06-25T23:14:38.004Zuploading: /work/unnumbered_peer_change.log (79396 bytes)
23492026-06-25T23:14:39.016Zuploaded: /work/unnumbered_peer_change.log