01KTCTAH3E1PZ2916YY0EW8GEJ: 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: 01KTCTB4EY2CYM4XJ3RRWGY0YK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T21:17:59.925Zjob assigned to worker 01KTCTBHW73Q57KA6ZJS4M5BZ7 [factory aws, i-0ac9fd0ce65656d9b] (queued for 54 s)
 
22026-06-05T21:18:06.982Zstarting task 0: "setup"
32026-06-05T21:18:06.987Z++ uname -s
42026-06-05T21:18:06.990Z+ kern=SunOS
52026-06-05T21:18:06.990Z+ build_user=build
62026-06-05T21:18:06.990Z+ build_uid=12345
72026-06-05T21:18:06.990Z+ work_dir=/work
82026-06-05T21:18:06.990Z+ input_dir=/input
92026-06-05T21:18:06.990Z+ [[ 0 == 12345 ]]
102026-06-05T21:18:06.990Z+ case "$kern" in
112026-06-05T21:18:06.990Z+ groupadd -g 12345 build
122026-06-05T21:18:06.993Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T21:18:08.997Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T21:18:09.118Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T21:18:09.122Z+ home_fs=zfs
162026-06-05T21:18:09.122Z+ [[ zfs == autofs ]]
172026-06-05T21:18:09.122Z+ mkdir -p /home/build
182026-06-05T21:18:09.122Z+ chown build:build /home/build /work
192026-06-05T21:18:11.122Z+ chmod 0700 /home/build /work
202026-06-05T21:18:11.127Zprocess exited: duration 4144 ms, exit code 0
 
212026-06-05T21:18:11.134Zstarting task 1: "rust-toolchain"
222026-06-05T21:18:11.138Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T21:18:11.138Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T21:18:11.138Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T21:18:11.138Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T21:18:11.138Z * rust toolchain channel = "stable"
272026-06-05T21:18:11.138Z * rust toolchain profile = "default"
282026-06-05T21:18:11.142Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T21:18:11.142Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T21:18:11.240Zinfo: downloading installer
312026-06-05T21:18:12.583Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T21:18:12.583Zwarn: /opt/ooce/bin
332026-06-05T21:18:12.583Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T21:18:12.583Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T21:18:12.583Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T21:18:12.583Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T21:18:12.583Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T21:18:12.583Zerror: cannot install while Rust is installed
392026-06-05T21:18:12.583Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T21:18:12.583Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T21:18:12.583Zwarn: /home/build/.rustup/settings.toml
422026-06-05T21:18:12.583Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T21:18:12.583Zwarn: instead of the one inferred from the default host triple.
442026-06-05T21:18:12.597Zinfo: profile set to default
452026-06-05T21:18:12.597Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T21:18:12.600Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T21:18:12.723Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T21:18:12.726Zinfo: downloading 6 components
492026-06-05T21:18:27.002Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T21:18:27.002Z
512026-06-05T21:18:27.041Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T21:18:27.041Z
532026-06-05T21:18:27.041Z
542026-06-05T21:18:27.041ZRust is installed now. Great!
552026-06-05T21:18:27.041Z
562026-06-05T21:18:27.044ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T21:18:27.044Zenvironment variable. This has not been done automatically.
582026-06-05T21:18:27.044Z
592026-06-05T21:18:27.044ZTo configure your current shell, you need to source
602026-06-05T21:18:27.044Zthe corresponding env file under $HOME/.cargo.
612026-06-05T21:18:27.044Z
622026-06-05T21:18:27.045ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T21:18:27.045Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T21:18:27.045Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T21:18:27.045Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T21:18:27.045Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T21:18:27.045Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T21:18:27.045Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T21:18:27.045Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T21:18:27.045Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T21:18:27.134Z+ rustup --version
722026-06-05T21:18:27.143Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T21:18:27.146Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T21:18:27.164Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T21:18:27.167Z+ cargo --version
762026-06-05T21:18:27.180Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T21:18:27.182Z+ rustc --version
782026-06-05T21:18:27.201Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T21:18:27.205Zprocess exited: duration 16068 ms, exit code 0
 
802026-06-05T21:18:27.211Zstarting task 2: "authentication"
812026-06-05T21:18:27.227Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T21:18:27.233Zstarting task 3: "clone repository"
832026-06-05T21:18:27.236Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T21:18:27.240Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T21:18:27.277ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T21:18:28.327Z+ cd /work/oxidecomputer/maghemite
872026-06-05T21:18:28.327Z+ git fetch origin 28cc72cd5873adf4359355c13a325e524897aa25
882026-06-05T21:18:28.576ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T21:18:28.576Z * branch 28cc72cd5873adf4359355c13a325e524897aa25 -> FETCH_HEAD
902026-06-05T21:18:28.581Z+ [[ -n trey/ndp-demux ]]
912026-06-05T21:18:28.584Z++ git branch --show-current
922026-06-05T21:18:28.584Z+ current=main
932026-06-05T21:18:28.584Z+ [[ main != trey/ndp-demux ]]
942026-06-05T21:18:28.584Z+ git branch -f trey/ndp-demux 28cc72cd5873adf4359355c13a325e524897aa25
952026-06-05T21:18:28.588Z+ git checkout -f trey/ndp-demux
962026-06-05T21:18:28.604ZSwitched to branch 'trey/ndp-demux'
972026-06-05T21:18:28.608Z+ git reset --hard 28cc72cd5873adf4359355c13a325e524897aa25
982026-06-05T21:18:28.622ZHEAD is now at 28cc72c bump ispf dependency
992026-06-05T21:18:28.625Zprocess exited: duration 1388 ms, exit code 0
 
1002026-06-05T21:18:28.632Zstarting task 4: "build"
1012026-06-05T21:18:28.635Z+ set -e
1022026-06-05T21:18:28.635Z+ source .github/buildomat/test-common.sh
1032026-06-05T21:18:28.638Z++ NEXTEST_VERSION=0.9.97
1042026-06-05T21:18:28.638Z++ PLATFORM=illumos
1052026-06-05T21:18:28.639Z++ banner install
1062026-06-05T21:18:28.639Z
1072026-06-05T21:18:28.639Z # # # #### ##### ## # #
1082026-06-05T21:18:28.639Z # ## # # # # # # #
1092026-06-05T21:18:28.639Z # # # # #### # # # # #
1102026-06-05T21:18:28.639Z # # # # # # ###### # #
1112026-06-05T21:18:28.639Z # # ## # # # # # # #
1122026-06-05T21:18:28.639Z # # # #### # # # ###### ######
1132026-06-05T21:18:28.639Z
1142026-06-05T21:18:28.639Z++ set +o errexit
1152026-06-05T21:18:28.639Z++ pkg info clang-15
1162026-06-05T21:18:28.642Z++ grep -qi installed
1172026-06-05T21:18:29.844Zpkg: info: no packages matching the following patterns you specified are
1182026-06-05T21:18:29.844Zinstalled on the system. Try querying remotely instead:
1192026-06-05T21:18:29.844Z
1202026-06-05T21:18:29.844Z clang-15
1212026-06-05T21:18:29.881Z++ [[ 1 != 0 ]]
1222026-06-05T21:18:29.881Z++ set -o errexit
1232026-06-05T21:18:29.885Z++ pfexec pkg install clang-15
1242026-06-05T21:18:38.138Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-05T21:18:45.808Z Startup: Caching catalogs ... Done
1262026-06-05T21:18:53.056ZPlanning: Solver setup ... Done
1272026-06-05T21:18:53.097ZPlanning: Running solver ... Done
1282026-06-05T21:18:53.244ZPlanning: Finding local manifests ... Done
1292026-06-05T21:18:53.265ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-05T21:18:53.363ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-05T21:18:53.393ZPlanning: Package planning ... Done
1322026-06-05T21:18:53.419ZPlanning: Merging actions ... Done
1332026-06-05T21:18:53.529ZPlanning: Checking for conflicting actions ... Done
1342026-06-05T21:18:53.535ZPlanning: Consolidating action changes ... Done
1352026-06-05T21:18:54.318ZPlanning: Evaluating mediators ... Done
1362026-06-05T21:18:54.323ZPlanning: Planning completed in 8.35 seconds
1372026-06-05T21:18:54.334Z Packages to install: 2
1382026-06-05T21:18:54.337Z Mediators to change: 2
1392026-06-05T21:18:54.337Z Services to change: 1
1402026-06-05T21:18:54.337Z Create boot environment: No
1412026-06-05T21:18:54.338ZCreate backup boot environment: No
1422026-06-05T21:18:54.376Z
1432026-06-05T21:18:54.377ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-05T21:18:59.380ZDownload: 962/3076 items 81.8/211.3MB 38% complete (16.7M/s)
1452026-06-05T21:19:04.573ZDownload: 981/3076 items 82.2/211.3MB 38% complete (15.5M/s)
1462026-06-05T21:19:10.538ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1472026-06-05T21:19:23.259ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1482026-06-05T21:19:28.261ZDownload: 2839/3076 items 120.1/211.3MB 56% complete (7.7M/s)
1492026-06-05T21:19:33.610ZDownload: 3071/3076 items 209.8/211.3MB 99% complete (15.2M/s)
1502026-06-05T21:19:36.794ZDownload: Completed 211.31 MB in 42.41 seconds (5.0M/s)
1512026-06-05T21:19:36.916Z Actions: 1/3418 actions (Installing new actions)
1522026-06-05T21:19:40.059Z Actions: Completed 3418 actions in 3.14 seconds.
1532026-06-05T21:19:40.699Z Done
1542026-06-05T21:19:40.699Z Done
1552026-06-05T21:19:41.438Z Done
1562026-06-05T21:19:44.802Z Done
1572026-06-05T21:19:44.877Z Done
1582026-06-05T21:19:44.881Z Done
1592026-06-05T21:19:45.123Z Done
1602026-06-05T21:19:45.793Z++ set -o errexit
1612026-06-05T21:19:45.793Z++ cargo --version
1622026-06-05T21:19:45.800Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-05T21:19:45.967Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-05T21:19:45.970Zinfo: downloading 6 components
1652026-06-05T21:20:00.989Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-05T21:20:00.993Z++ rustc --version
1672026-06-05T21:20:01.018Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-05T21:20:01.022Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-05T21:20:01.066Z Updating crates.io index
1702026-06-05T21:20:01.162Z Downloading crates ...
1712026-06-05T21:20:01.215Z Downloaded cargo-nextest v0.9.97
1722026-06-05T21:20:01.275Z Installing cargo-nextest v0.9.97
1732026-06-05T21:20:01.317Z Updating crates.io index
1742026-06-05T21:20:03.957Z Locking 404 packages to latest compatible versions
1752026-06-05T21:20:03.961Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-05T21:20:03.965Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-05T21:20:03.965Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-05T21:20:03.965Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-05T21:20:03.968Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-05T21:20:03.968Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1812026-06-05T21:20:03.968Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-06-05T21:20:03.972Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1832026-06-05T21:20:03.975Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-06-05T21:20:04.001Z Downloading crates ...
1852026-06-05T21:20:04.074Z Downloaded adler2 v2.0.1
1862026-06-05T21:20:04.081Z Downloaded atomic-waker v1.1.2
1872026-06-05T21:20:04.084Z Downloaded atomicwrites v0.4.4
1882026-06-05T21:20:04.084Z Downloaded async-scoped v0.9.0
1892026-06-05T21:20:04.087Z Downloaded anstyle v1.0.14
1902026-06-05T21:20:04.091Z Downloaded getrandom v0.2.17
1912026-06-05T21:20:04.091Z Downloaded addr2line v0.25.1
1922026-06-05T21:20:04.095Z Downloaded anstream v1.0.0
1932026-06-05T21:20:04.098Z Downloaded home v0.5.12
1942026-06-05T21:20:04.098Z Downloaded foreign-types v0.3.2
1952026-06-05T21:20:04.104Z Downloaded cfg-expr v0.20.8
1962026-06-05T21:20:04.107Z Downloaded console v0.15.11
1972026-06-05T21:20:04.110Z Downloaded ahash v0.8.12
1982026-06-05T21:20:04.110Z Downloaded cfg-if v1.0.4
1992026-06-05T21:20:04.116Z Downloaded openssl-sys v0.9.116
2002026-06-05T21:20:04.119Z Downloaded const-oid v0.9.6
2012026-06-05T21:20:04.123Z Downloaded serde_derive v1.0.228
2022026-06-05T21:20:04.130Z Downloaded log v0.4.32
2032026-06-05T21:20:04.134Z Downloaded number_prefix v0.4.0
2042026-06-05T21:20:04.134Z Downloaded bstr v1.12.1
2052026-06-05T21:20:04.139Z Downloaded serde_spanned v0.6.9
2062026-06-05T21:20:04.143Z Downloaded hyper-rustls v0.27.9
2072026-06-05T21:20:04.143Z Downloaded iana-time-zone v0.1.65
2082026-06-05T21:20:04.148Z Downloaded curve25519-dalek-derive v0.1.1
2092026-06-05T21:20:04.148Z Downloaded futures-macro v0.3.32
2102026-06-05T21:20:04.148Z Downloaded openssl v0.10.80
2112026-06-05T21:20:04.151Z Downloaded color-spantrace v0.3.0
2122026-06-05T21:20:04.154Z Downloaded lazy_static v1.5.0
2132026-06-05T21:20:04.154Z Downloaded cargo-platform v0.3.3
2142026-06-05T21:20:04.158Z Downloaded block-buffer v0.10.4
2152026-06-05T21:20:04.158Z Downloaded document-features v0.2.12
2162026-06-05T21:20:04.162Z Downloaded futures-sink v0.3.32
2172026-06-05T21:20:04.162Z Downloaded idna_adapter v1.0.0
2182026-06-05T21:20:04.165Z Downloaded hex v0.4.3
2192026-06-05T21:20:04.168Z Downloaded nextest-runner v0.80.0
2202026-06-05T21:20:04.175Z Downloaded nextest-workspace-hack v0.1.0
2212026-06-05T21:20:04.178Z Downloaded is_ci v1.2.0
2222026-06-05T21:20:04.178Z Downloaded humantime-serde v1.1.1
2232026-06-05T21:20:04.178Z Downloaded futures-task v0.3.32
2242026-06-05T21:20:04.181Z Downloaded form_urlencoded v1.2.2
2252026-06-05T21:20:04.181Z Downloaded cfg_aliases v0.2.1
2262026-06-05T21:20:04.187Z Downloaded futures-core v0.3.32
2272026-06-05T21:20:04.187Z Downloaded nested v0.1.1
2282026-06-05T21:20:04.187Z Downloaded serde_ignored v0.1.14
2292026-06-05T21:20:04.187Z Downloaded native-tls v0.2.18
2302026-06-05T21:20:04.187Z Downloaded jobserver v0.1.34
2312026-06-05T21:20:04.191Z Downloaded futures-io v0.3.32
2322026-06-05T21:20:04.191Z Downloaded indent_write v2.2.0
2332026-06-05T21:20:04.191Z Downloaded ordered-float v2.10.1
2342026-06-05T21:20:04.194Z Downloaded serde-value v0.7.0
2352026-06-05T21:20:04.194Z Downloaded backtrace-ext v0.2.1
2362026-06-05T21:20:04.194Z Downloaded autocfg v1.5.1
2372026-06-05T21:20:04.198Z Downloaded filetime v0.2.29
2382026-06-05T21:20:04.198Z Downloaded erased-serde v0.4.10
2392026-06-05T21:20:04.201Z Downloaded os_pipe v1.2.3
2402026-06-05T21:20:04.201Z Downloaded errno v0.3.14
2412026-06-05T21:20:04.201Z Downloaded debug-ignore v1.0.5
2422026-06-05T21:20:04.204Z Downloaded itoa v1.0.18
2432026-06-05T21:20:04.204Z Downloaded scopeguard v1.2.0
2442026-06-05T21:20:04.204Z Downloaded openssl-macros v0.1.1
2452026-06-05T21:20:04.209Z Downloaded foldhash v0.1.5
2462026-06-05T21:20:04.209Z Downloaded equivalent v1.0.2
2472026-06-05T21:20:04.209Z Downloaded serde_spanned v1.1.1
2482026-06-05T21:20:04.213Z Downloaded heck v0.5.0
2492026-06-05T21:20:04.213Z Downloaded mukti-metadata v0.3.0
2502026-06-05T21:20:04.213Z Downloaded http-body v1.0.1
2512026-06-05T21:20:04.213Z Downloaded dialoguer v0.11.0
2522026-06-05T21:20:04.217Z Downloaded camino v1.2.2
2532026-06-05T21:20:04.217Z Downloaded hyper-tls v0.6.0
2542026-06-05T21:20:04.217Z Downloaded colorchoice v1.0.5
2552026-06-05T21:20:04.220Z Downloaded newtype-uuid v1.3.2
2562026-06-05T21:20:04.220Z Downloaded ipnet v2.12.0
2572026-06-05T21:20:04.220Z Downloaded indicatif v0.17.11
2582026-06-05T21:20:04.225Z Downloaded shared_child v1.1.1
2592026-06-05T21:20:04.225Z Downloaded serde_urlencoded v0.7.1
2602026-06-05T21:20:04.228Z Downloaded shell-words v1.1.1
2612026-06-05T21:20:04.228Z Downloaded lru-slab v0.1.2
2622026-06-05T21:20:04.228Z Downloaded is_terminal_polyfill v1.70.2
2632026-06-05T21:20:04.228Z Downloaded guppy-workspace-hack v0.1.0
2642026-06-05T21:20:04.231Z Downloaded generic-array v0.14.7
2652026-06-05T21:20:04.231Z Downloaded fnv v1.0.7
2662026-06-05T21:20:04.231Z Downloaded enable-ansi-support v0.2.1
2672026-06-05T21:20:04.278Z Downloaded percent-encoding v2.3.2
2682026-06-05T21:20:04.278Z Downloaded foreign-types-shared v0.1.1
2692026-06-05T21:20:04.278Z Downloaded cpufeatures v0.2.17
2702026-06-05T21:20:04.278Z Downloaded cargo-platform v0.2.0
2712026-06-05T21:20:04.278Z Downloaded http-body-util v0.1.3
2722026-06-05T21:20:04.278Z Downloaded sigchld v0.2.4
2732026-06-05T21:20:04.278Z Downloaded subtle v2.6.1
2742026-06-05T21:20:04.278Z Downloaded openssl-probe v0.2.1
2752026-06-05T21:20:04.278Z Downloaded rustc-hash v2.1.2
2762026-06-05T21:20:04.278Z Downloaded camino-tempfile v1.4.1
2772026-06-05T21:20:04.279Z Downloaded future-queue v0.4.0
2782026-06-05T21:20:04.279Z Downloaded anstyle-query v1.1.5
2792026-06-05T21:20:04.279Z Downloaded find-msvc-tools v0.1.9
2802026-06-05T21:20:04.279Z Downloaded indenter v0.3.4
2812026-06-05T21:20:04.279Z Downloaded anstyle-parse v1.0.0
2822026-06-05T21:20:04.279Z Downloaded fastrand v2.4.1
2832026-06-05T21:20:04.279Z Downloaded crypto-common v0.1.7
2842026-06-05T21:20:04.279Z Downloaded clap_lex v1.1.0
2852026-06-05T21:20:04.279Z Downloaded pathdiff v0.2.3
2862026-06-05T21:20:04.279Z Downloaded convert_case v0.10.0
2872026-06-05T21:20:04.279Z Downloaded cargo_metadata v0.23.1
2882026-06-05T21:20:04.279Z Downloaded signature v2.2.0
2892026-06-05T21:20:04.279Z Downloaded signal-hook-mio v0.2.5
2902026-06-05T21:20:04.279Z Downloaded base64ct v1.8.3
2912026-06-05T21:20:04.279Z Downloaded rand_core v0.6.4
2922026-06-05T21:20:04.279Z Downloaded pin-project-internal v1.1.13
2932026-06-05T21:20:04.279Z Downloaded nextest-metadata v0.12.2
2942026-06-05T21:20:04.285Z Downloaded fixedbitset v0.5.7
2952026-06-05T21:20:04.285Z Downloaded ed25519 v2.2.3
2962026-06-05T21:20:04.285Z Downloaded strip-ansi-escapes v0.2.1
2972026-06-05T21:20:04.285Z Downloaded clap v4.6.1
2982026-06-05T21:20:04.285Z Downloaded supports-hyperlinks v3.2.0
2992026-06-05T21:20:04.285Z Downloaded globset v0.4.18
3002026-06-05T21:20:04.285Z Downloaded backtrace v0.3.76
3012026-06-05T21:20:04.288Z Downloaded sync_wrapper v1.0.2
3022026-06-05T21:20:04.288Z Downloaded humantime v2.3.0
3032026-06-05T21:20:04.288Z Downloaded supports-unicode v3.0.0
3042026-06-05T21:20:04.288Z Downloaded supports-color v3.0.2
3052026-06-05T21:20:04.292Z Downloaded terminal_size v0.4.4
3062026-06-05T21:20:04.292Z Downloaded strsim v0.11.1
3072026-06-05T21:20:04.292Z Downloaded rustc_version v0.4.1
3082026-06-05T21:20:04.292Z Downloaded rustc-demangle v0.1.27
3092026-06-05T21:20:04.295Z Downloaded spki v0.7.3
3102026-06-05T21:20:04.295Z Downloaded shlex v2.0.1
3112026-06-05T21:20:04.296Z Downloaded cargo_metadata v0.20.0
3122026-06-05T21:20:04.296Z Downloaded cargo-util-schemas v0.2.0
3132026-06-05T21:20:04.300Z Downloaded rand_core v0.9.5
3142026-06-05T21:20:04.300Z Downloaded quick-junit v0.5.2
3152026-06-05T21:20:04.300Z Downloaded simd-adler32 v0.3.9
3162026-06-05T21:20:04.303Z Downloaded futures-executor v0.3.32
3172026-06-05T21:20:04.303Z Downloaded self-replace v1.5.0
3182026-06-05T21:20:04.303Z Downloaded rand_chacha v0.9.0
3192026-06-05T21:20:04.306Z Downloaded tokio-macros v2.7.0
3202026-06-05T21:20:04.306Z Downloaded serde_path_to_error v0.1.20
3212026-06-05T21:20:04.306Z Downloaded miette-derive v7.6.0
3222026-06-05T21:20:04.306Z Downloaded ppv-lite86 v0.2.21
3232026-06-05T21:20:04.310Z Downloaded lock_api v0.4.14
3242026-06-05T21:20:04.310Z Downloaded toml_write v0.1.2
3252026-06-05T21:20:04.310Z Downloaded digest v0.10.7
3262026-06-05T21:20:04.314Z Downloaded toml_datetime v0.6.11
3272026-06-05T21:20:04.314Z Downloaded serde-untagged v0.1.9
3282026-06-05T21:20:04.314Z Downloaded pkcs8 v0.10.2
3292026-06-05T21:20:04.318Z Downloaded quote v1.0.45
3302026-06-05T21:20:04.318Z Downloaded pkg-config v0.3.33
3312026-06-05T21:20:04.318Z Downloaded clap_derive v4.6.1
3322026-06-05T21:20:04.323Z Downloaded owo-colors v4.3.0
3332026-06-05T21:20:04.323Z Downloaded eyre v0.6.12
3342026-06-05T21:20:04.323Z Downloaded self_update v0.42.0
3352026-06-05T21:20:04.327Z Downloaded rustls-pki-types v1.14.1
3362026-06-05T21:20:04.327Z Downloaded quinn-udp v0.5.14
3372026-06-05T21:20:04.327Z Downloaded tower-service v0.3.3
3382026-06-05T21:20:04.327Z Downloaded tower-layer v0.3.3
3392026-06-05T21:20:04.330Z Downloaded duct v0.13.7
3402026-06-05T21:20:04.330Z Downloaded httparse v1.10.1
3412026-06-05T21:20:04.333Z Downloaded static_assertions v1.1.0
3422026-06-05T21:20:04.333Z Downloaded smol_str v0.3.6
3432026-06-05T21:20:04.334Z Downloaded signal-hook-registry v1.4.8
3442026-06-05T21:20:04.334Z Downloaded litrs v1.0.0
3452026-06-05T21:20:04.339Z Downloaded untrusted v0.9.0
3462026-06-05T21:20:04.342Z Downloaded unicode-linebreak v0.1.5
3472026-06-05T21:20:04.342Z Downloaded typeid v1.0.3
3482026-06-05T21:20:04.342Z Downloaded try-lock v0.2.5
3492026-06-05T21:20:04.345Z Downloaded tracing-error v0.2.1
3502026-06-05T21:20:04.345Z Downloaded tinyvec_macros v0.1.1
3512026-06-05T21:20:04.345Z Downloaded swrite v0.1.0
3522026-06-05T21:20:04.350Z Downloaded utf8parse v0.2.2
3532026-06-05T21:20:04.353Z Downloaded utf8_iter v1.0.4
3542026-06-05T21:20:04.353Z Downloaded want v0.3.1
3552026-06-05T21:20:04.359Z Downloaded sha2 v0.10.9
3562026-06-05T21:20:04.363Z Downloaded thiserror-impl v2.0.18
3572026-06-05T21:20:04.363Z Downloaded either v1.16.0
3582026-06-05T21:20:04.363Z Downloaded futures-channel v0.3.32
3592026-06-05T21:20:04.368Z Downloaded parking_lot_core v0.9.12
3602026-06-05T21:20:04.368Z Downloaded crc32fast v1.5.0
3612026-06-05T21:20:04.368Z Downloaded thiserror-impl v1.0.69
3622026-06-05T21:20:04.372Z Downloaded smallvec v1.15.1
3632026-06-05T21:20:04.374Z Downloaded semver v1.0.28
3642026-06-05T21:20:04.374Z Downloaded slab v0.4.12
3652026-06-05T21:20:04.374Z Downloaded nextest-filtering v0.15.0
3662026-06-05T21:20:04.378Z Downloaded urlencoding v2.1.3
3672026-06-05T21:20:04.382Z Downloaded config v0.15.23
3682026-06-05T21:20:04.387Z Downloaded parking_lot v0.12.5
3692026-06-05T21:20:04.387Z Downloaded thiserror v1.0.69
3702026-06-05T21:20:04.390Z Downloaded once_cell v1.21.4
3712026-06-05T21:20:04.390Z Downloaded num-traits v0.2.19
3722026-06-05T21:20:04.390Z Downloaded derive-where v1.6.1
3732026-06-05T21:20:04.394Z Downloaded toml_writer v1.1.1+spec-1.1.0
3742026-06-05T21:20:04.398Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3752026-06-05T21:20:04.398Z Downloaded bitflags v2.12.1
3762026-06-05T21:20:04.398Z Downloaded target-lexicon v0.13.5
3772026-06-05T21:20:04.402Z Downloaded getrandom v0.4.2
3782026-06-05T21:20:04.402Z Downloaded thread_local v1.1.9
3792026-06-05T21:20:04.405Z Downloaded flate2 v1.1.9
3802026-06-05T21:20:04.409Z Downloaded unicase v2.9.0
3812026-06-05T21:20:04.409Z Downloaded version_check v0.9.5
3822026-06-05T21:20:04.409Z Downloaded target-spec-miette v0.4.8
3832026-06-05T21:20:04.412Z Downloaded unicode-xid v0.2.6
3842026-06-05T21:20:04.412Z Downloaded thiserror v2.0.18
3852026-06-05T21:20:04.415Z Downloaded tempfile v3.27.0
3862026-06-05T21:20:04.418Z Downloaded sharded-slab v0.1.7
3872026-06-05T21:20:04.422Z Downloaded xxhash-rust v0.8.15
3882026-06-05T21:20:04.422Z Downloaded proc-macro2 v1.0.106
3892026-06-05T21:20:04.425Z Downloaded tokio-rustls v0.26.4
3902026-06-05T21:20:04.425Z Downloaded tracing-log v0.2.0
3912026-06-05T21:20:04.430Z Downloaded zeroize v1.8.2
3922026-06-05T21:20:04.430Z Downloaded xattr v1.6.1
3932026-06-05T21:20:04.430Z Downloaded zstd-safe v7.2.4
3942026-06-05T21:20:04.435Z Downloaded zmij v1.0.21
3952026-06-05T21:20:04.435Z Downloaded zstd v0.13.3
3962026-06-05T21:20:04.435Z Downloaded futures v0.3.32
3972026-06-05T21:20:04.439Z Downloaded ryu v1.0.23
3982026-06-05T21:20:04.439Z Downloaded pin-project v1.1.13
3992026-06-05T21:20:04.443Z Downloaded socket2 v0.6.4
4002026-06-05T21:20:04.454Z Downloaded ed25519-dalek v2.2.0
4012026-06-05T21:20:04.454Z Downloaded pin-project-lite v0.2.17
4022026-06-05T21:20:04.454Z Downloaded serde_core v1.0.228
4032026-06-05T21:20:04.457Z Downloaded cc v1.2.63
4042026-06-05T21:20:04.457Z Downloaded hyper-util v0.1.20
4052026-06-05T21:20:04.457Z Downloaded target-spec v3.6.0
4062026-06-05T21:20:04.461Z Downloaded getrandom v0.3.4
4072026-06-05T21:20:04.461Z Downloaded zipsign-api v0.1.5
4082026-06-05T21:20:04.461Z Downloaded toml v0.8.23
4092026-06-05T21:20:04.464Z Downloaded tracing-attributes v0.1.31
4102026-06-05T21:20:04.464Z Downloaded tokio-native-tls v0.3.1
4112026-06-05T21:20:04.467Z Downloaded toml_parser v1.1.2+spec-1.1.0
4122026-06-05T21:20:04.470Z Downloaded tokio-stream v0.1.18
4132026-06-05T21:20:04.473Z Downloaded der v0.7.10
4142026-06-05T21:20:04.477Z Downloaded toml v1.1.2+spec-1.1.0
4152026-06-05T21:20:04.481Z Downloaded bytes v1.11.1
4162026-06-05T21:20:04.491Z Downloaded base64 v0.22.1
4172026-06-05T21:20:04.494Z Downloaded textwrap v0.16.2
4182026-06-05T21:20:04.497Z Downloaded borsh v1.6.1
4192026-06-05T21:20:04.500Z Downloaded vte v0.14.1
4202026-06-05T21:20:04.511Z Downloaded tinyvec v1.11.0
4212026-06-05T21:20:04.515Z Downloaded unicode-ident v1.0.24
4222026-06-05T21:20:04.518Z Downloaded tracing-core v0.1.36
4232026-06-05T21:20:04.521Z Downloaded serde v1.0.228
4242026-06-05T21:20:04.534Z Downloaded derive_more-impl v2.1.1
4252026-06-05T21:20:04.537Z Downloaded quinn v0.11.9
4262026-06-05T21:20:04.537Z Downloaded derive_more v2.1.1
4272026-06-05T21:20:04.543Z Downloaded url v2.5.8
4282026-06-05T21:20:04.546Z Downloaded rustls-webpki v0.103.13
4292026-06-05T21:20:04.549Z Downloaded miniz_oxide v0.8.9
4302026-06-05T21:20:04.549Z Downloaded miette v7.6.0
4312026-06-05T21:20:04.552Z Downloaded signal-hook v0.3.18
4322026-06-05T21:20:04.561Z Downloaded uuid v1.23.2
4332026-06-05T21:20:04.564Z Downloaded tar v0.4.46
4342026-06-05T21:20:04.568Z Downloaded toml_edit v0.22.27
4352026-06-05T21:20:04.568Z Downloaded memchr v2.8.1
4362026-06-05T21:20:04.571Z Downloaded tower v0.5.3
4372026-06-05T21:20:04.575Z Downloaded hashbrown v0.15.5
4382026-06-05T21:20:04.578Z Downloaded unicode-segmentation v1.13.3
4392026-06-05T21:20:04.581Z Downloaded typenum v1.20.1
4402026-06-05T21:20:04.587Z Downloaded rand v0.9.4
4412026-06-05T21:20:04.587Z Downloaded mio v1.2.1
4422026-06-05T21:20:04.592Z Downloaded indexmap v2.14.0
4432026-06-05T21:20:04.592Z Downloaded http v1.4.1
4442026-06-05T21:20:04.598Z Downloaded hashbrown v0.17.1
4452026-06-05T21:20:04.603Z Downloaded guppy v0.17.26
4462026-06-05T21:20:04.606Z Downloaded serde_json v1.0.150
4472026-06-05T21:20:04.609Z Downloaded crossterm v0.29.0
4482026-06-05T21:20:04.612Z Downloaded aho-corasick v1.1.4
4492026-06-05T21:20:04.615Z Downloaded pulldown-cmark v0.13.4
4502026-06-05T21:20:04.620Z Downloaded clap_builder v4.6.0
4512026-06-05T21:20:04.623Z Downloaded ron v0.12.1
4522026-06-05T21:20:04.626Z Downloaded h2 v0.4.14
4532026-06-05T21:20:04.629Z Downloaded tower-http v0.6.11
4542026-06-05T21:20:04.633Z Downloaded idna v1.1.0
4552026-06-05T21:20:04.641Z Downloaded futures-util v0.3.32
4562026-06-05T21:20:04.665Z Downloaded winnow v1.0.3
4572026-06-05T21:20:04.670Z Downloaded hyper v1.10.1
4582026-06-05T21:20:04.675Z Downloaded tracing-subscriber v0.3.23
4592026-06-05T21:20:04.678Z Downloaded webpki-roots v1.0.7
4602026-06-05T21:20:04.682Z Downloaded itertools v0.14.0
4612026-06-05T21:20:04.686Z Downloaded regex v1.12.3
4622026-06-05T21:20:04.689Z Downloaded gimli v0.32.3
4632026-06-05T21:20:04.692Z Downloaded chrono v0.4.45
4642026-06-05T21:20:04.695Z Downloaded curve25519-dalek v4.1.3
4652026-06-05T21:20:04.700Z Downloaded unicode-width v0.2.2
4662026-06-05T21:20:04.703Z Downloaded zerocopy v0.8.50
4672026-06-05T21:20:04.715Z Downloaded unicode-normalization v0.1.25
4682026-06-05T21:20:04.718Z Downloaded reqwest v0.12.28
4692026-06-05T21:20:04.718Z Downloaded syn v2.0.117
4702026-06-05T21:20:04.724Z Downloaded tokio-util v0.7.18
4712026-06-05T21:20:04.728Z Downloaded portable-atomic v1.13.1
4722026-06-05T21:20:04.740Z Downloaded color-eyre v0.6.5
4732026-06-05T21:20:04.758Z Downloaded quick-xml v0.37.5
4742026-06-05T21:20:04.765Z Downloaded quick-xml v0.38.4
4752026-06-05T21:20:04.770Z Downloaded winnow v0.7.15
4762026-06-05T21:20:04.791Z Downloaded quinn-proto v0.11.14
4772026-06-05T21:20:04.801Z Downloaded vcpkg v0.2.15
4782026-06-05T21:20:04.868Z Downloaded unicode-width v0.1.14
4792026-06-05T21:20:04.897Z Downloaded object v0.37.3
4802026-06-05T21:20:04.912Z Downloaded rustls v0.23.40
4812026-06-05T21:20:04.920Z Downloaded regex-syntax v0.8.10
4822026-06-05T21:20:04.923Z Downloaded nix v0.30.1
4832026-06-05T21:20:04.933Z Downloaded rustix v0.38.44
4842026-06-05T21:20:04.959Z Downloaded rustix v1.1.4
4852026-06-05T21:20:04.991Z Downloaded tracing v0.1.44
4862026-06-05T21:20:05.071Z Downloaded regex-automata v0.4.14
4872026-06-05T21:20:05.106Z Downloaded petgraph v0.8.3
4882026-06-05T21:20:05.118Z Downloaded libc v0.2.186
4892026-06-05T21:20:05.136Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-06-05T21:20:05.153Z Downloaded tokio v1.52.3
4912026-06-05T21:20:05.212Z Downloaded recursion v0.5.4
4922026-06-05T21:20:05.220Z Downloaded ring v0.17.14
4932026-06-05T21:20:05.280Z Compiling libc v0.2.186
4942026-06-05T21:20:05.280Z Compiling proc-macro2 v1.0.106
4952026-06-05T21:20:05.281Z Compiling quote v1.0.45
4962026-06-05T21:20:05.284Z Compiling unicode-ident v1.0.24
4972026-06-05T21:20:05.284Z Compiling serde_core v1.0.228
4982026-06-05T21:20:05.284Z Compiling cfg-if v1.0.4
4992026-06-05T21:20:05.284Z Compiling memchr v2.8.1
5002026-06-05T21:20:05.284Z Compiling once_cell v1.21.4
5012026-06-05T21:20:05.501Z Compiling log v0.4.32
5022026-06-05T21:20:05.575Z Compiling pin-project-lite v0.2.17
5032026-06-05T21:20:05.666Z Compiling itoa v1.0.18
5042026-06-05T21:20:05.689Z Compiling serde v1.0.228
5052026-06-05T21:20:05.826Z Compiling futures-core v0.3.32
5062026-06-05T21:20:05.898Z Compiling smallvec v1.15.1
5072026-06-05T21:20:05.975Z Compiling bitflags v2.12.1
5082026-06-05T21:20:06.042Z Compiling find-msvc-tools v0.1.9
5092026-06-05T21:20:06.146Z Compiling shlex v2.0.1
5102026-06-05T21:20:06.264Z Compiling errno v0.3.14
5112026-06-05T21:20:06.325Z Compiling equivalent v1.0.2
5122026-06-05T21:20:06.353Z Compiling hashbrown v0.17.1
5132026-06-05T21:20:06.353Z Compiling bytes v1.11.1
5142026-06-05T21:20:06.412Z Compiling signal-hook-registry v1.4.8
5152026-06-05T21:20:06.423Z Compiling mio v1.2.1
5162026-06-05T21:20:06.547Z Compiling jobserver v0.1.34
5172026-06-05T21:20:06.692Z Compiling syn v2.0.117
5182026-06-05T21:20:06.729Z Compiling futures-sink v0.3.32
5192026-06-05T21:20:06.843Z Compiling cc v1.2.63
5202026-06-05T21:20:06.867Z Compiling rustix v1.1.4
5212026-06-05T21:20:06.949Z Compiling socket2 v0.6.4
5222026-06-05T21:20:07.036Z Compiling zmij v1.0.21
5232026-06-05T21:20:07.113Z Compiling slab v0.4.12
5242026-06-05T21:20:07.218Z Compiling futures-channel v0.3.32
5252026-06-05T21:20:07.315Z Compiling tracing-core v0.1.36
5262026-06-05T21:20:07.426Z Compiling serde_json v1.0.150
5272026-06-05T21:20:07.518Z Compiling version_check v0.9.5
5282026-06-05T21:20:07.699Z Compiling indexmap v2.14.0
5292026-06-05T21:20:07.804Z Compiling futures-io v0.3.32
5302026-06-05T21:20:07.886Z Compiling getrandom v0.4.2
5312026-06-05T21:20:08.012Z Compiling futures-task v0.3.32
5322026-06-05T21:20:08.147Z Compiling unicode-width v0.2.2
5332026-06-05T21:20:08.197Z Compiling camino v1.2.2
5342026-06-05T21:20:08.209Z Compiling percent-encoding v2.3.2
5352026-06-05T21:20:08.466Z Compiling ring v0.17.14
5362026-06-05T21:20:08.491Z Compiling http v1.4.1
5372026-06-05T21:20:08.557Z Compiling simd-adler32 v0.3.9
5382026-06-05T21:20:08.588Z Compiling zeroize v1.8.2
5392026-06-05T21:20:08.605Z Compiling adler2 v2.0.1
5402026-06-05T21:20:08.772Z Compiling autocfg v1.5.1
5412026-06-05T21:20:08.792Z Compiling miniz_oxide v0.8.9
5422026-06-05T21:20:09.127Z Compiling num-traits v0.2.19
5432026-06-05T21:20:09.399Z Compiling object v0.37.3
5442026-06-05T21:20:09.402Z Compiling target-lexicon v0.13.5
5452026-06-05T21:20:09.708Z Compiling zerocopy v0.8.50
5462026-06-05T21:20:09.887Z Compiling getrandom v0.3.4
5472026-06-05T21:20:10.152Z Compiling http-body v1.0.1
5482026-06-05T21:20:10.189Z Compiling rustls-pki-types v1.14.1
5492026-06-05T21:20:10.204Z Compiling form_urlencoded v1.2.2
5502026-06-05T21:20:10.245Z Compiling semver v1.0.28
5512026-06-05T21:20:10.296Z Compiling serde_derive v1.0.228
5522026-06-05T21:20:10.310Z Compiling tokio-macros v2.7.0
5532026-06-05T21:20:10.400Z Compiling futures-macro v0.3.32
5542026-06-05T21:20:10.467Z Compiling tracing-attributes v0.1.31
5552026-06-05T21:20:10.825Z Compiling getrandom v0.2.17
5562026-06-05T21:20:10.898Z Compiling guppy-workspace-hack v0.1.0
5572026-06-05T21:20:11.019Z Compiling fnv v1.0.7
5582026-06-05T21:20:11.048Z Compiling tokio v1.52.3
5592026-06-05T21:20:11.060Z Compiling utf8_iter v1.0.4
5602026-06-05T21:20:11.119Z Compiling untrusted v0.9.0
5612026-06-05T21:20:11.131Z Compiling owo-colors v4.3.0
5622026-06-05T21:20:11.214Z Compiling futures-util v0.3.32
5632026-06-05T21:20:11.224Z Compiling thiserror v2.0.18
5642026-06-05T21:20:11.250Z Compiling idna_adapter v1.0.0
5652026-06-05T21:20:11.348Z Compiling signal-hook v0.3.18
5662026-06-05T21:20:11.456Z Compiling gimli v0.32.3
5672026-06-05T21:20:11.563Z Compiling httparse v1.10.1
5682026-06-05T21:20:11.665Z Compiling tracing v0.1.44
5692026-06-05T21:20:11.827Z Compiling idna v1.1.0
5702026-06-05T21:20:11.963Z Compiling thiserror-impl v2.0.18
5712026-06-05T21:20:13.460Z Compiling addr2line v0.25.1
5722026-06-05T21:20:13.837Z Compiling generic-array v0.14.7
5732026-06-05T21:20:13.884Z Compiling fastrand v2.4.1
5742026-06-05T21:20:14.068Z Compiling typeid v1.0.3
5752026-06-05T21:20:14.082Z Compiling target-spec v3.6.0
5762026-06-05T21:20:14.085Z Compiling rustc-demangle v0.1.27
5772026-06-05T21:20:14.214Z Compiling tower-service v0.3.3
5782026-06-05T21:20:14.309Z Compiling thiserror v1.0.69
5792026-06-05T21:20:14.356Z Compiling pkg-config v0.3.33
5802026-06-05T21:20:14.368Z Compiling rustls v0.23.40
5812026-06-05T21:20:14.592Z Compiling try-lock v0.2.5
5822026-06-05T21:20:14.619Z Compiling atomic-waker v1.1.2
5832026-06-05T21:20:14.705Z Compiling want v0.3.1
5842026-06-05T21:20:14.782Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-06-05T21:20:14.884Z Compiling tokio-util v0.7.18
5862026-06-05T21:20:14.983Z Compiling tempfile v3.27.0
5872026-06-05T21:20:15.113Z Compiling cfg-expr v0.20.8
5882026-06-05T21:20:15.301Z Compiling url v2.5.8
5892026-06-05T21:20:15.878Z Compiling backtrace v0.3.76
5902026-06-05T21:20:15.909Z Compiling h2 v0.4.14
5912026-06-05T21:20:16.476Z Compiling thiserror-impl v1.0.69
5922026-06-05T21:20:16.882Z Compiling terminal_size v0.4.4
5932026-06-05T21:20:16.936Z Compiling aho-corasick v1.1.4
5942026-06-05T21:20:17.038Z Compiling typenum v1.20.1
5952026-06-05T21:20:17.624Z Compiling rustls-webpki v0.103.13
5962026-06-05T21:20:17.710Z Compiling erased-serde v0.4.10
5972026-06-05T21:20:17.773Z Compiling subtle v2.6.1
5982026-06-05T21:20:17.932Z Compiling winnow v0.7.15
5992026-06-05T21:20:18.014Z Compiling regex-syntax v0.8.10
6002026-06-05T21:20:19.824Z Compiling regex-automata v0.4.14
6012026-06-05T21:20:20.209Z Compiling hyper v1.10.1
6022026-06-05T21:20:22.468Z Compiling serde_spanned v0.6.9
6032026-06-05T21:20:22.633Z Compiling toml_datetime v0.6.11
6042026-06-05T21:20:23.007Z Compiling ahash v0.8.12
6052026-06-05T21:20:23.273Z Compiling sync_wrapper v1.0.2
6062026-06-05T21:20:23.386Z Compiling tower-layer v0.3.3
6072026-06-05T21:20:23.588Z Compiling parking_lot_core v0.9.12
6082026-06-05T21:20:23.778Z Compiling is_ci v1.2.0
6092026-06-05T21:20:23.874Z Compiling unicode-linebreak v0.1.5
6102026-06-05T21:20:23.899Z Compiling lazy_static v1.5.0
6112026-06-05T21:20:23.948Z Compiling foldhash v0.1.5
6122026-06-05T21:20:24.005Z Compiling nextest-workspace-hack v0.1.0
6132026-06-05T21:20:24.139Z Compiling crc32fast v1.5.0
6142026-06-05T21:20:24.164Z Compiling toml_write v0.1.2
6152026-06-05T21:20:24.232Z Compiling unicode-segmentation v1.13.3
6162026-06-05T21:20:24.407Z Compiling base64 v0.22.1
6172026-06-05T21:20:24.438Z Compiling either v1.16.0
6182026-06-05T21:20:24.630Z Compiling ipnet v2.12.0
6192026-06-05T21:20:24.682Z Compiling portable-atomic v1.13.1
6202026-06-05T21:20:24.890Z Compiling hyper-util v0.1.20
6212026-06-05T21:20:24.927Z Compiling convert_case v0.10.0
6222026-06-05T21:20:25.181Z Compiling toml_edit v0.22.27
6232026-06-05T21:20:25.213Z Compiling hashbrown v0.15.5
6242026-06-05T21:20:25.248Z Compiling textwrap v0.16.2
6252026-06-05T21:20:25.852Z Compiling sharded-slab v0.1.7
6262026-06-05T21:20:25.852Z Compiling supports-color v3.0.2
6272026-06-05T21:20:26.125Z Compiling tower v0.5.3
6282026-06-05T21:20:26.458Z Compiling tokio-rustls v0.26.4
6292026-06-05T21:20:26.708Z Compiling backtrace-ext v0.2.1
6302026-06-05T21:20:26.740Z Compiling ordered-float v2.10.1
6312026-06-05T21:20:26.961Z Compiling webpki-roots v1.0.7
6322026-06-05T21:20:27.003Z Compiling miette-derive v7.6.0
6332026-06-05T21:20:27.080Z Compiling pathdiff v0.2.3
6342026-06-05T21:20:27.209Z Compiling console v0.15.11
6352026-06-05T21:20:27.285Z Compiling tracing-log v0.2.0
6362026-06-05T21:20:27.488Z Compiling cargo-platform v0.3.3
6372026-06-05T21:20:27.646Z Compiling os_pipe v1.2.3
6382026-06-05T21:20:27.816Z Compiling thread_local v1.1.9
6392026-06-05T21:20:28.045Z Compiling unicode-width v0.1.14
6402026-06-05T21:20:28.107Z Compiling zstd-safe v7.2.4
6412026-06-05T21:20:28.185Z Compiling pulldown-cmark v0.13.4
6422026-06-05T21:20:28.340Z Compiling winnow v1.0.3
6432026-06-05T21:20:28.354Z Compiling supports-unicode v3.0.0
6442026-06-05T21:20:28.457Z Compiling scopeguard v1.2.0
6452026-06-05T21:20:28.513Z Compiling cfg_aliases v0.2.1
6462026-06-05T21:20:28.517Z Compiling fixedbitset v0.5.7
6472026-06-05T21:20:28.596Z Compiling ryu v1.0.23
6482026-06-05T21:20:28.885Z Compiling supports-hyperlinks v3.2.0
6492026-06-05T21:20:28.898Z Compiling debug-ignore v1.0.5
6502026-06-05T21:20:29.007Z Compiling utf8parse v0.2.2
6512026-06-05T21:20:29.026Z Compiling rustix v0.38.44
6522026-06-05T21:20:29.108Z Compiling anstyle-parse v1.0.0
6532026-06-05T21:20:29.120Z Compiling miette v7.6.0
6542026-06-05T21:20:29.376Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-06-05T21:20:29.471Z Compiling petgraph v0.8.3
6562026-06-05T21:20:29.788Z Compiling serde_urlencoded v0.7.1
6572026-06-05T21:20:30.065Z Compiling nix v0.30.1
6582026-06-05T21:20:30.460Z Compiling lock_api v0.4.14
6592026-06-05T21:20:30.700Z Compiling tracing-subscriber v0.3.23
6602026-06-05T21:20:30.703Z Compiling sigchld v0.2.4
6612026-06-05T21:20:30.907Z Compiling cargo_metadata v0.23.1
6622026-06-05T21:20:30.949Z Compiling serde-untagged v0.1.9
6632026-06-05T21:20:31.311Z Compiling hyper-rustls v0.27.9
6642026-06-05T21:20:31.389Z Compiling serde-value v0.7.0
6652026-06-05T21:20:31.972Z Compiling toml v0.8.23
6662026-06-05T21:20:32.425Z Compiling tower-http v0.6.11
6672026-06-05T21:20:33.500Z Compiling derive_more-impl v2.1.1
6682026-06-05T21:20:33.968Z Compiling itertools v0.14.0
6692026-06-05T21:20:34.248Z Compiling regex v1.12.3
6702026-06-05T21:20:34.312Z Compiling block-buffer v0.10.4
6712026-06-05T21:20:34.467Z Compiling crypto-common v0.1.7
6722026-06-05T21:20:34.532Z Compiling ppv-lite86 v0.2.21
6732026-06-05T21:20:34.601Z Compiling futures-executor v0.3.32
6742026-06-05T21:20:34.807Z Compiling rand_core v0.9.5
6752026-06-05T21:20:34.854Z Compiling pin-project-internal v1.1.13
6762026-06-05T21:20:35.057Z Compiling http-body-util v0.1.3
6772026-06-05T21:20:35.130Z Compiling uuid v1.23.2
6782026-06-05T21:20:35.321Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-06-05T21:20:35.420Z Compiling serde_spanned v1.1.1
6802026-06-05T21:20:35.572Z Compiling smol_str v0.3.6
6812026-06-05T21:20:35.658Z Compiling filetime v0.2.29
6822026-06-05T21:20:35.658Z Compiling vte v0.14.1
6832026-06-05T21:20:35.730Z Compiling bstr v1.12.1
6842026-06-05T21:20:35.860Z Compiling eyre v0.6.12
6852026-06-05T21:20:35.886Z Compiling anstyle v1.0.14
6862026-06-05T21:20:35.900Z Compiling colorchoice v1.0.5
6872026-06-05T21:20:35.903Z Compiling anstyle-query v1.1.5
6882026-06-05T21:20:36.016Z Compiling nested v0.1.1
6892026-06-05T21:20:36.016Z Compiling number_prefix v0.4.0
6902026-06-05T21:20:36.148Z Compiling is_terminal_polyfill v1.70.2
6912026-06-05T21:20:36.173Z Compiling xattr v1.6.1
6922026-06-05T21:20:36.204Z Compiling tinyvec_macros v0.1.1
6932026-06-05T21:20:36.240Z Compiling unicode-xid v0.2.6
6942026-06-05T21:20:36.263Z Compiling litrs v1.0.0
6952026-06-05T21:20:36.274Z Compiling static_assertions v1.1.0
6962026-06-05T21:20:36.346Z Compiling self_update v0.42.0
6972026-06-05T21:20:36.368Z Compiling iana-time-zone v0.1.65
6982026-06-05T21:20:36.380Z Compiling color-spantrace v0.3.0
6992026-06-05T21:20:36.418Z Compiling unicase v2.9.0
7002026-06-05T21:20:36.616Z Compiling chrono v0.4.45
7012026-06-05T21:20:36.699Z Compiling document-features v0.2.12
7022026-06-05T21:20:36.711Z Compiling guppy v0.17.26
7032026-06-05T21:20:36.715Z Compiling cargo-util-schemas v0.2.0
7042026-06-05T21:20:36.735Z Compiling tar v0.4.46
7052026-06-05T21:20:37.255Z Compiling tinyvec v1.11.0
7062026-06-05T21:20:37.681Z Compiling anstream v1.0.0
7072026-06-05T21:20:37.998Z Compiling globset v0.4.18
7082026-06-05T21:20:38.187Z Compiling indicatif v0.17.11
7092026-06-05T21:20:39.094Z Compiling pin-project v1.1.13
7102026-06-05T21:20:39.337Z Compiling strip-ansi-escapes v0.2.1
7112026-06-05T21:20:39.350Z Compiling nextest-metadata v0.12.2
7122026-06-05T21:20:39.680Z Compiling toml v1.1.2+spec-1.1.0
7132026-06-05T21:20:39.698Z Compiling newtype-uuid v1.3.2
7142026-06-05T21:20:39.888Z Compiling reqwest v0.12.28
7152026-06-05T21:20:39.973Z Compiling rand_chacha v0.9.0
7162026-06-05T21:20:40.526Z Compiling futures v0.3.32
7172026-06-05T21:20:40.611Z Compiling digest v0.10.7
7182026-06-05T21:20:40.838Z Compiling derive_more v2.1.1
7192026-06-05T21:20:40.921Z Compiling flate2 v1.1.9
7202026-06-05T21:20:41.235Z Compiling parking_lot v0.12.5
7212026-06-05T21:20:41.313Z Compiling tracing-error v0.2.1
7222026-06-05T21:20:41.469Z Compiling shared_child v1.1.1
7232026-06-05T21:20:42.138Z Compiling signal-hook-mio v0.2.5
7242026-06-05T21:20:42.138Z Compiling self-replace v1.5.0
7252026-06-05T21:20:42.284Z Compiling cargo-platform v0.2.0
7262026-06-05T21:20:42.424Z Compiling quick-xml v0.38.4
7272026-06-05T21:20:42.836Z Compiling quick-xml v0.37.5
7282026-06-05T21:20:42.865Z Compiling indenter v0.3.4
7292026-06-05T21:20:42.869Z Compiling urlencoding v2.1.3
7302026-06-05T21:20:42.995Z Compiling recursion v0.5.4
7312026-06-05T21:20:43.118Z Compiling heck v0.5.0
7322026-06-05T21:20:43.134Z Compiling strsim v0.11.1
7332026-06-05T21:20:43.529Z Compiling clap_lex v1.1.0
7342026-06-05T21:20:43.945Z Compiling cpufeatures v0.2.17
7352026-06-05T21:20:44.020Z Compiling shell-words v1.1.1
7362026-06-05T21:20:44.033Z Compiling humantime v2.3.0
7372026-06-05T21:20:44.154Z Compiling clap_builder v4.6.0
7382026-06-05T21:20:44.276Z Compiling humantime-serde v1.1.1
7392026-06-05T21:20:44.333Z Compiling sha2 v0.10.9
7402026-06-05T21:20:44.365Z Compiling clap_derive v4.6.1
7412026-06-05T21:20:44.490Z Compiling nextest-filtering v0.15.0
7422026-06-05T21:20:45.545Z Compiling quick-junit v0.5.2
7432026-06-05T21:20:46.646Z Compiling cargo_metadata v0.20.0
7442026-06-05T21:20:48.411Z Compiling atomicwrites v0.4.4
7452026-06-05T21:20:48.635Z Compiling crossterm v0.29.0
7462026-06-05T21:20:48.692Z Compiling cargo-nextest v0.9.97
7472026-06-05T21:20:49.037Z Compiling duct v0.13.7
7482026-06-05T21:20:50.668Z Compiling zstd v0.13.3
7492026-06-05T21:20:50.867Z Compiling async-scoped v0.9.0
7502026-06-05T21:20:51.057Z Compiling config v0.15.23
7512026-06-05T21:20:51.146Z Compiling rand v0.9.4
7522026-06-05T21:20:51.152Z Compiling unicode-normalization v0.1.25
7532026-06-05T21:20:51.406Z Compiling target-spec-miette v0.4.8
7542026-06-05T21:20:51.729Z Compiling future-queue v0.4.0
7552026-06-05T21:20:51.794Z Compiling mukti-metadata v0.3.0
7562026-06-05T21:20:51.819Z Compiling camino-tempfile v1.4.1
7572026-06-05T21:20:51.831Z Compiling tokio-stream v0.1.18
7582026-06-05T21:20:51.846Z Compiling derive-where v1.6.1
7592026-06-05T21:20:52.004Z Compiling serde_path_to_error v0.1.20
7602026-06-05T21:20:52.241Z Compiling serde_ignored v0.1.14
7612026-06-05T21:20:52.278Z Compiling swrite v0.1.0
7622026-06-05T21:20:52.351Z Compiling xxhash-rust v0.8.15
7632026-06-05T21:20:52.385Z Compiling hex v0.4.3
7642026-06-05T21:20:52.458Z Compiling home v0.5.12
7652026-06-05T21:20:52.527Z Compiling indent_write v2.2.0
7662026-06-05T21:20:52.588Z Compiling color-eyre v0.6.5
7672026-06-05T21:20:52.638Z Compiling clap v4.6.1
7682026-06-05T21:20:52.667Z Compiling dialoguer v0.11.0
7692026-06-05T21:20:52.680Z Compiling enable-ansi-support v0.2.1
7702026-06-05T21:20:53.086Z Compiling nextest-runner v0.80.0
7712026-06-05T21:21:10.984Z Finished `release` profile [optimized] target(s) in 1m 09s
7722026-06-05T21:21:11.173Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-06-05T21:21:11.176Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-06-05T21:21:11.290Z+ pushd bgp
7752026-06-05T21:21:11.293Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7762026-06-05T21:21:11.293Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7772026-06-05T21:21:11.450Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-06-05T21:21:12.163ZFrom https://github.com/oxidecomputer/falcon
7792026-06-05T21:21:12.163Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7802026-06-05T21:21:12.239Z Updating crates.io index
7812026-06-05T21:21:12.272Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-06-05T21:21:13.181ZFrom https://github.com/oxidecomputer/dendrite
7832026-06-05T21:21:13.181Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7842026-06-05T21:21:13.215Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-06-05T21:21:13.471ZFrom https://github.com/oxidecomputer/ispf
7862026-06-05T21:21:13.471Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7872026-06-05T21:21:13.502Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-06-05T21:21:13.836ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-06-05T21:21:13.836Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7902026-06-05T21:21:13.844Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-06-05T21:21:22.264ZFrom https://github.com/oxidecomputer/omicron
7922026-06-05T21:21:22.264Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7932026-06-05T21:21:22.689Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-06-05T21:21:23.358ZFrom https://github.com/oxidecomputer/opte
7952026-06-05T21:21:23.358Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7962026-06-05T21:21:23.436Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-06-05T21:21:23.674ZFrom https://github.com/illumos/smf-rs
7982026-06-05T21:21:23.674Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-06-05T21:21:23.682Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-06-05T21:21:23.944ZFrom https://github.com/oxidecomputer/network-interface
8012026-06-05T21:21:23.944Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-06-05T21:21:23.987Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-06-05T21:21:24.264ZFrom https://github.com/oxidecomputer/zone
8042026-06-05T21:21:24.264Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-06-05T21:21:24.297Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-06-05T21:21:24.902ZFrom https://github.com/oxidecomputer/propolis
8072026-06-05T21:21:24.902Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-06-05T21:21:25.986Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-06-05T21:21:25.989ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-06-05T21:21:25.989Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8112026-06-05T21:21:25.989Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-06-05T21:21:25.989ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-06-05T21:21:25.989Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8142026-06-05T21:21:25.990Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-06-05T21:21:26.156ZFrom https://github.com/jmesmon/rust-libzfs
8162026-06-05T21:21:26.156Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-06-05T21:21:26.165Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-06-05T21:21:26.407ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-06-05T21:21:26.407Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-06-05T21:21:26.426Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-06-05T21:21:26.743ZFrom https://github.com/oxidecomputer/lldp
8222026-06-05T21:21:26.744Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8232026-06-05T21:21:26.756Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-06-05T21:21:27.012ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-06-05T21:21:27.012Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-06-05T21:21:27.060Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-06-05T21:21:27.359ZFrom https://github.com/oxidecomputer/tufaceous
8282026-06-05T21:21:27.359Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-06-05T21:21:27.404Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-06-05T21:21:27.849ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-06-05T21:21:27.849Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8322026-06-05T21:21:27.872Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-06-05T21:21:28.660ZFrom https://github.com/oxidecomputer/crucible
8342026-06-05T21:21:28.660Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-06-05T21:21:28.767Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-06-05T21:21:29.037ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-06-05T21:21:29.037Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-06-05T21:21:29.264Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-06-05T21:21:29.695ZFrom https://github.com/oxidecomputer/propolis
8402026-06-05T21:21:29.695Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8412026-06-05T21:21:29.747Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-05T21:21:30.085ZFrom https://github.com/oxidecomputer/crucible
8432026-06-05T21:21:30.085Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8442026-06-05T21:21:30.198Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-06-05T21:21:30.530ZFrom https://github.com/oxidecomputer/tofino
8462026-06-05T21:21:30.530Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8472026-06-05T21:21:30.557Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-06-05T21:21:31.441ZFrom https://github.com/oxidecomputer/maghemite
8492026-06-05T21:21:31.441Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8502026-06-05T21:21:31.518Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-06-05T21:21:31.775ZFrom https://github.com/oxidecomputer/clickward
8522026-06-05T21:21:31.775Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-06-05T21:21:32.090Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-06-05T21:21:32.326ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-06-05T21:21:32.326Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-06-05T21:21:33.060Z Downloading crates ...
8572026-06-05T21:21:33.202Z Downloaded async-stream-impl v0.3.6
8582026-06-05T21:21:33.206Z Downloaded async-stream v0.3.6
8592026-06-05T21:21:33.211Z Downloaded base16ct v0.2.0
8602026-06-05T21:21:33.211Z Downloaded bit-set v0.8.0
8612026-06-05T21:21:33.218Z Downloaded base16ct v1.0.0
8622026-06-05T21:21:33.224Z Downloaded block-buffer v0.12.0
8632026-06-05T21:21:33.224Z Downloaded embedded-io v0.6.1
8642026-06-05T21:21:33.224Z Downloaded git-stub v1.0.0
8652026-06-05T21:21:33.228Z Downloaded ciborium-io v0.2.2
8662026-06-05T21:21:33.229Z Downloaded ciborium-ll v0.2.2
8672026-06-05T21:21:33.229Z Downloaded compression-core v0.4.32
8682026-06-05T21:21:33.236Z Downloaded cobs v0.3.0
8692026-06-05T21:21:33.241Z Downloaded const-random-macro v0.1.16
8702026-06-05T21:21:33.241Z Downloaded dof v0.3.0
8712026-06-05T21:21:33.241Z Downloaded hubpack v0.1.2
8722026-06-05T21:21:33.241Z Downloaded async-recursion v1.1.1
8732026-06-05T21:21:33.245Z Downloaded hybrid-array v0.4.12
8742026-06-05T21:21:33.245Z Downloaded hickory-resolver v0.24.4
8752026-06-05T21:21:33.250Z Downloaded aead v0.5.2
8762026-06-05T21:21:33.250Z Downloaded lru-cache v0.1.2
8772026-06-05T21:21:33.250Z Downloaded float-ord v0.3.2
8782026-06-05T21:21:33.256Z Downloaded heck v0.4.1
8792026-06-05T21:21:33.256Z Downloaded inout v0.1.4
8802026-06-05T21:21:33.256Z Downloaded async-trait v0.1.89
8812026-06-05T21:21:33.256Z Downloaded num-derive v0.4.2
8822026-06-05T21:21:33.261Z Downloaded internet-checksum v0.2.1
8832026-06-05T21:21:33.261Z Downloaded natord v1.0.9
8842026-06-05T21:21:33.261Z Downloaded keccak v0.1.6
8852026-06-05T21:21:33.261Z Downloaded num-conv v0.2.2
8862026-06-05T21:21:33.270Z Downloaded const-random v0.1.18
8872026-06-05T21:21:33.270Z Downloaded libscf-sys v1.2.0
8882026-06-05T21:21:33.270Z Downloaded compression-codecs v0.4.38
8892026-06-05T21:21:33.276Z Downloaded mime v0.3.17
8902026-06-05T21:21:33.276Z Downloaded glob v0.3.3
8912026-06-05T21:21:33.276Z Downloaded arrayref v0.3.9
8922026-06-05T21:21:33.276Z Downloaded cmake v0.1.58
8932026-06-05T21:21:33.276Z Downloaded cpufeatures v0.3.0
8942026-06-05T21:21:33.276Z Downloaded idna_adapter v1.2.2
8952026-06-05T21:21:33.281Z Downloaded cipher v0.4.4
8962026-06-05T21:21:33.282Z Downloaded newtype_derive v0.1.6
8972026-06-05T21:21:33.282Z Downloaded arrayvec v0.7.6
8982026-06-05T21:21:33.282Z Downloaded memoffset v0.9.1
8992026-06-05T21:21:33.286Z Downloaded anyhow v1.0.102
9002026-06-05T21:21:33.286Z Downloaded ciborium v0.2.2
9012026-06-05T21:21:33.291Z Downloaded cargo_toml v0.22.3
9022026-06-05T21:21:33.291Z Downloaded hkdf v0.12.4
9032026-06-05T21:21:33.291Z Downloaded dtrace-parser v0.3.0
9042026-06-05T21:21:33.296Z Downloaded cstr-argument v0.1.2
9052026-06-05T21:21:33.296Z Downloaded crunchy v0.2.4
9062026-06-05T21:21:33.296Z Downloaded crucible-workspace-hack v0.1.0
9072026-06-05T21:21:33.296Z Downloaded crc8 v0.1.1
9082026-06-05T21:21:33.297Z Downloaded cancel-safe-futures v0.1.5
9092026-06-05T21:21:33.301Z Downloaded memmap v0.7.0
9102026-06-05T21:21:33.301Z Downloaded dropshot-api-manager-types v0.7.2
9112026-06-05T21:21:33.301Z Downloaded instant v0.1.13
9122026-06-05T21:21:33.301Z Downloaded crypto-common v0.2.2
9132026-06-05T21:21:33.306Z Downloaded dtrace-parser v0.2.0
9142026-06-05T21:21:33.306Z Downloaded bytecount v0.6.9
9152026-06-05T21:21:33.306Z Downloaded embedded-io v0.4.0
9162026-06-05T21:21:33.310Z Downloaded fxhash v0.2.1
9172026-06-05T21:21:33.310Z Downloaded dunce v1.0.5
9182026-06-05T21:21:33.310Z Downloaded enum-as-inner v0.6.1
9192026-06-05T21:21:33.310Z Downloaded darling v0.21.3
9202026-06-05T21:21:33.315Z Downloaded crossbeam-deque v0.8.6
9212026-06-05T21:21:33.315Z Downloaded defmt v0.3.100
9222026-06-05T21:21:33.320Z Downloaded colored v3.1.1
9232026-06-05T21:21:33.320Z Downloaded foldhash v0.2.0
9242026-06-05T21:21:33.320Z Downloaded num_enum_derive v0.5.11
9252026-06-05T21:21:33.325Z Downloaded highway v1.3.0
9262026-06-05T21:21:33.325Z Downloaded allocator-api2 v0.2.21
9272026-06-05T21:21:33.325Z Downloaded darling_macro v0.21.3
9282026-06-05T21:21:33.325Z Downloaded convert_case v0.4.0
9292026-06-05T21:21:33.329Z Downloaded const-oid v0.10.2
9302026-06-05T21:21:33.329Z Downloaded chacha20 v0.10.0
9312026-06-05T21:21:33.335Z Downloaded num_threads v0.1.7
9322026-06-05T21:21:33.335Z Downloaded num v0.4.3
9332026-06-05T21:21:33.336Z Downloaded newtype-uuid-macros v0.1.0
9342026-06-05T21:21:33.336Z Downloaded dyn-clone v1.0.20
9352026-06-05T21:21:33.340Z Downloaded linked-hash-map v0.5.6
9362026-06-05T21:21:33.340Z Downloaded dof v0.4.0
9372026-06-05T21:21:33.340Z Downloaded hubpack_derive v0.1.1
9382026-06-05T21:21:33.340Z Downloaded darling_macro v0.23.0
9392026-06-05T21:21:33.340Z Downloaded group v0.13.0
9402026-06-05T21:21:33.344Z Downloaded olpc-cjson v0.1.4
9412026-06-05T21:21:33.344Z Downloaded data-encoding v2.11.0
9422026-06-05T21:21:33.344Z Downloaded critical-section v1.2.0
9432026-06-05T21:21:33.344Z Downloaded digest v0.11.3
9442026-06-05T21:21:33.352Z Downloaded hash32 v0.3.1
9452026-06-05T21:21:33.352Z Downloaded opaque-debug v0.3.1
9462026-06-05T21:21:33.352Z Downloaded defmt-parser v1.0.0
9472026-06-05T21:21:33.359Z Downloaded deranged v0.5.8
9482026-06-05T21:21:33.359Z Downloaded foreign-types v0.5.0
9492026-06-05T21:21:33.359Z Downloaded csv-core v0.1.13
9502026-06-05T21:21:33.359Z Downloaded ident_case v1.0.1
9512026-06-05T21:21:33.359Z Downloaded backon v1.6.0
9522026-06-05T21:21:33.359Z Downloaded displaydoc v0.2.6
9532026-06-05T21:21:33.366Z Downloaded console v0.16.3
9542026-06-05T21:21:33.366Z Downloaded num-iter v0.1.45
9552026-06-05T21:21:33.366Z Downloaded libsw v3.5.0
9562026-06-05T21:21:33.366Z Downloaded num_enum v0.5.11
9572026-06-05T21:21:33.371Z Downloaded parse-display v0.10.0
9582026-06-05T21:21:33.371Z Downloaded match_cfg v0.1.0
9592026-06-05T21:21:33.371Z Downloaded newline-converter v0.3.0
9602026-06-05T21:21:33.371Z Downloaded hostname v0.4.2
9612026-06-05T21:21:33.371Z Downloaded is-terminal v0.4.17
9622026-06-05T21:21:33.371Z Downloaded foreign-types-shared v0.3.1
9632026-06-05T21:21:33.371Z Downloaded proc-macro-crate v3.5.0
9642026-06-05T21:21:33.375Z Downloaded const_format_proc_macros v0.2.34
9652026-06-05T21:21:33.375Z Downloaded progenitor-macro v0.13.0
9662026-06-05T21:21:33.376Z Downloaded phf_shared v0.12.1
9672026-06-05T21:21:33.376Z Downloaded pretty-hex v0.4.2
9682026-06-05T21:21:33.432Z Downloaded proc-macro-error-attr2 v2.0.0
9692026-06-05T21:21:33.432Z Downloaded blake2 v0.10.6
9702026-06-05T21:21:33.432Z Downloaded chacha20 v0.9.1
9712026-06-05T21:21:33.444Z Downloaded progenitor-macro v0.10.0
9722026-06-05T21:21:33.444Z Downloaded ingot-macros v0.1.1
9732026-06-05T21:21:33.444Z Downloaded erased-serde v0.3.31
9742026-06-05T21:21:33.444Z Downloaded num_enum_derive v0.7.6
9752026-06-05T21:21:33.444Z Downloaded byteorder v1.5.0
9762026-06-05T21:21:33.444Z Downloaded derive-ex v0.1.8
9772026-06-05T21:21:33.444Z Downloaded defmt-macros v1.1.0
9782026-06-05T21:21:33.444Z Downloaded byte-wrapper v0.1.0
9792026-06-05T21:21:33.444Z Downloaded proc-macro-error-attr v1.0.4
9802026-06-05T21:21:33.444Z Downloaded proc-macro-crate v1.3.1
9812026-06-05T21:21:33.445Z Downloaded daft-derive v0.1.7
9822026-06-05T21:21:33.445Z Downloaded num-rational v0.4.2
9832026-06-05T21:21:33.445Z Downloaded plain v0.2.3
9842026-06-05T21:21:33.445Z Downloaded managed v0.8.0
9852026-06-05T21:21:33.445Z Downloaded parse-display-derive v0.10.0
9862026-06-05T21:21:33.445Z Downloaded pem v3.0.6
9872026-06-05T21:21:33.445Z Downloaded oxnet v0.1.6
9882026-06-05T21:21:33.445Z Downloaded powerfmt v0.2.0
9892026-06-05T21:21:33.446Z Downloaded macaddr v1.0.1
9902026-06-05T21:21:33.446Z Downloaded daft v0.1.7
9912026-06-05T21:21:33.446Z Downloaded chacha20poly1305 v0.10.1
9922026-06-05T21:21:33.446Z Downloaded konst_macro_rules v0.2.19
9932026-06-05T21:21:33.446Z Downloaded heapless v0.8.0
9942026-06-05T21:21:33.446Z Downloaded fs-err v3.3.0
9952026-06-05T21:21:33.446Z Downloaded rand_chacha v0.3.1
9962026-06-05T21:21:33.446Z Downloaded ref-cast-impl v1.0.25
9972026-06-05T21:21:33.446Z Downloaded progenitor-client v0.10.0
9982026-06-05T21:21:33.446Z Downloaded progenitor-macro v0.14.0
9992026-06-05T21:21:33.446Z Downloaded constant_time_eq v0.4.2
10002026-06-05T21:21:33.446Z Downloaded no-std-compat v0.4.1
10012026-06-05T21:21:33.446Z Downloaded httpdate v1.0.3
10022026-06-05T21:21:33.446Z Downloaded ref-cast v1.0.25
10032026-06-05T21:21:33.446Z Downloaded quick-error v1.2.3
10042026-06-05T21:21:33.446Z Downloaded potential_utf v0.1.5
10052026-06-05T21:21:33.446Z Downloaded num-integer v0.1.46
10062026-06-05T21:21:33.446Z Downloaded phf v0.12.1
10072026-06-05T21:21:33.447Z Downloaded progenitor-client v0.13.0
10082026-06-05T21:21:33.447Z Downloaded proc-macro-error v1.0.4
10092026-06-05T21:21:33.447Z Downloaded ingot v0.1.1
10102026-06-05T21:21:33.447Z Downloaded rustc_version v0.1.7
10112026-06-05T21:21:33.447Z Downloaded defmt v1.1.0
10122026-06-05T21:21:33.447Z Downloaded semver v0.1.20
10132026-06-05T21:21:33.447Z Downloaded rand_xorshift v0.4.0
10142026-06-05T21:21:33.455Z Downloaded icu_provider v2.2.0
10152026-06-05T21:21:33.455Z Downloaded libsw-core v0.3.2
10162026-06-05T21:21:33.455Z Downloaded foreign-types-macros v0.2.3
10172026-06-05T21:21:33.455Z Downloaded multer v3.1.0
10182026-06-05T21:21:33.455Z Downloaded progenitor v0.10.0
10192026-06-05T21:21:33.456Z Downloaded gethostname v0.5.0
10202026-06-05T21:21:33.456Z Downloaded oxide-tokio-rt v0.1.6
10212026-06-05T21:21:33.456Z Downloaded linear-map v1.2.0
10222026-06-05T21:21:33.456Z Downloaded same-file v1.0.6
10232026-06-05T21:21:33.456Z Downloaded sha1 v0.10.6
10242026-06-05T21:21:33.456Z Downloaded drift v0.2.0
10252026-06-05T21:21:33.462Z Downloaded serde_repr v0.1.20
10262026-06-05T21:21:33.463Z Downloaded serial_test v3.5.0
10272026-06-05T21:21:33.463Z Downloaded sha1 v0.11.0
10282026-06-05T21:21:33.463Z Downloaded litemap v0.8.2
10292026-06-05T21:21:33.467Z Downloaded fs_extra v1.3.0
10302026-06-05T21:21:33.467Z Downloaded serde-big-array v0.5.1
10312026-06-05T21:21:33.467Z Downloaded hmac v0.12.1
10322026-06-05T21:21:33.468Z Downloaded git-stub-vcs v0.1.0
10332026-06-05T21:21:33.468Z Downloaded rand_core v0.10.1
10342026-06-05T21:21:33.471Z Downloaded ff v0.13.1
10352026-06-05T21:21:33.471Z Downloaded secrecy v0.10.3
10362026-06-05T21:21:33.471Z Downloaded omicron-zone-package v0.12.2
10372026-06-05T21:21:33.471Z Downloaded scroll_derive v0.13.1
10382026-06-05T21:21:33.472Z Downloaded scroll_derive v0.12.1
10392026-06-05T21:21:33.476Z Downloaded password-hash v0.5.0
10402026-06-05T21:21:33.476Z Downloaded ipnetwork v0.21.1
10412026-06-05T21:21:33.476Z Downloaded parking_lot v0.11.2
10422026-06-05T21:21:33.481Z Downloaded crossbeam-epoch v0.9.18
10432026-06-05T21:21:33.481Z Downloaded progenitor v0.13.0
10442026-06-05T21:21:33.481Z Downloaded siphasher v1.0.3
10452026-06-05T21:21:33.481Z Downloaded num_enum v0.7.6
10462026-06-05T21:21:33.487Z Downloaded progenitor-client v0.14.0
10472026-06-05T21:21:33.487Z Downloaded sigpipe v0.1.3
10482026-06-05T21:21:33.487Z Downloaded base64 v0.21.7
10492026-06-05T21:21:33.494Z Downloaded progenitor v0.14.0
10502026-06-05T21:21:33.494Z Downloaded diff v0.1.13
10512026-06-05T21:21:33.494Z Downloaded memmap2 v0.9.10
10522026-06-05T21:21:33.494Z Downloaded omicron-workspace-hack v0.1.0
10532026-06-05T21:21:33.498Z Downloaded darling v0.23.0
10542026-06-05T21:21:33.498Z Downloaded crossbeam-utils v0.8.21
10552026-06-05T21:21:33.498Z Downloaded bs58 v0.5.1
10562026-06-05T21:21:33.498Z Downloaded fixedbitset v0.4.2
10572026-06-05T21:21:33.504Z Downloaded strum v0.27.2
10582026-06-05T21:21:33.504Z Downloaded ingot-types v0.1.2
10592026-06-05T21:21:33.504Z Downloaded bitflags v1.3.2
10602026-06-05T21:21:33.504Z Downloaded termtree v0.5.1
10612026-06-05T21:21:33.510Z Downloaded tagptr v0.2.0
10622026-06-05T21:21:33.510Z Downloaded structmeta v0.3.0
10632026-06-05T21:21:33.510Z Downloaded progenitor-extras v0.2.0
10642026-06-05T21:21:33.510Z Downloaded dropshot_endpoint v0.17.1
10652026-06-05T21:21:33.510Z Downloaded stable_deref_trait v1.2.1
10662026-06-05T21:21:33.510Z Downloaded slog-bunyan v2.5.0
10672026-06-05T21:21:33.517Z Downloaded derive_more v0.99.20
10682026-06-05T21:21:33.517Z Downloaded take_mut v0.2.2
10692026-06-05T21:21:33.518Z Downloaded tabled_derive v0.11.0
10702026-06-05T21:21:33.518Z Downloaded papergrid v0.11.0
10712026-06-05T21:21:33.521Z Downloaded tabled_derive v0.7.0
10722026-06-05T21:21:33.521Z Downloaded strum v0.26.3
10732026-06-05T21:21:33.521Z Downloaded rustls-pemfile v2.2.0
10742026-06-05T21:21:33.521Z Downloaded thread-id v5.1.0
10752026-06-05T21:21:33.521Z Downloaded tabwriter v1.4.1
10762026-06-05T21:21:33.521Z Downloaded parking_lot_core v0.8.6
10772026-06-05T21:21:33.521Z Downloaded structmeta-derive v0.3.0
10782026-06-05T21:21:33.529Z Downloaded elliptic-curve v0.13.8
10792026-06-05T21:21:33.529Z Downloaded half v2.7.1
10802026-06-05T21:21:33.532Z Downloaded serde_plain v1.0.2
10812026-06-05T21:21:33.535Z Downloaded scroll v0.13.0
10822026-06-05T21:21:33.535Z Downloaded scroll v0.12.0
10832026-06-05T21:21:33.535Z Downloaded time-core v0.1.8
10842026-06-05T21:21:33.535Z Downloaded thiserror-impl-no-std v2.0.2
10852026-06-05T21:21:33.536Z Downloaded testing_table v0.3.0
10862026-06-05T21:21:33.536Z Downloaded serde_tokenstream v0.2.3
10872026-06-05T21:21:33.536Z Downloaded rusty-fork v0.3.1
10882026-06-05T21:21:33.536Z Downloaded async-compression v0.4.42
10892026-06-05T21:21:33.541Z Downloaded arc-swap v1.9.1
10902026-06-05T21:21:33.541Z Downloaded icu_collections v2.2.0
10912026-06-05T21:21:33.545Z Downloaded smf v0.2.3
10922026-06-05T21:21:33.545Z Downloaded smawk v0.3.2
10932026-06-05T21:21:33.545Z Downloaded resolv-conf v0.7.6
10942026-06-05T21:21:33.548Z Downloaded num-complex v0.4.6
10952026-06-05T21:21:33.548Z Downloaded icu_normalizer_data v2.2.0
10962026-06-05T21:21:33.548Z Downloaded topological-sort v0.2.2
10972026-06-05T21:21:33.548Z Downloaded slog-term v2.9.2
10982026-06-05T21:21:33.552Z Downloaded universal-hash v0.5.1
10992026-06-05T21:21:33.552Z Downloaded postcard v1.1.3
11002026-06-05T21:21:33.553Z Downloaded unit-prefix v0.5.2
11012026-06-05T21:21:33.556Z Downloaded typify-macro v0.6.2
11022026-06-05T21:21:33.556Z Downloaded hostname v0.3.1
11032026-06-05T21:21:33.556Z Downloaded cookie v0.18.1
11042026-06-05T21:21:33.557Z Downloaded smartstring v1.0.1
11052026-06-05T21:21:33.561Z Downloaded pest_generator v2.8.6
11062026-06-05T21:21:33.561Z Downloaded serial_test_derive v3.5.0
11072026-06-05T21:21:33.561Z Downloaded darling_core v0.23.0
11082026-06-05T21:21:33.565Z Downloaded const_format v0.2.36
11092026-06-05T21:21:33.565Z Downloaded poly1305 v0.8.0
11102026-06-05T21:21:33.569Z Downloaded spin v0.5.2
11112026-06-05T21:21:33.569Z Downloaded snafu-derive v0.8.9
11122026-06-05T21:21:33.569Z Downloaded usdt v0.6.0
11132026-06-05T21:21:33.569Z Downloaded usdt v0.5.0
11142026-06-05T21:21:33.569Z Downloaded rustls-native-certs v0.8.4
11152026-06-05T21:21:33.574Z Downloaded usdt-macro v0.5.0
11162026-06-05T21:21:33.574Z Downloaded slog-envlogger v2.2.0
11172026-06-05T21:21:33.574Z Downloaded proc-macro-error2 v2.0.1
11182026-06-05T21:21:33.574Z Downloaded wait-timeout v0.2.1
11192026-06-05T21:21:33.577Z Downloaded rustversion v1.0.22
11202026-06-05T21:21:33.577Z Downloaded untrusted v0.7.1
11212026-06-05T21:21:33.577Z Downloaded icu_properties v2.2.0
11222026-06-05T21:21:33.577Z Downloaded paste v1.0.15
11232026-06-05T21:21:33.582Z Downloaded darling_core v0.21.3
11242026-06-05T21:21:33.586Z Downloaded utf-8 v0.7.6
11252026-06-05T21:21:33.586Z Downloaded yoke-derive v0.8.2
11262026-06-05T21:21:33.586Z Downloaded usdt-attr-macro v0.5.0
11272026-06-05T21:21:33.586Z Downloaded unarray v0.1.4
11282026-06-05T21:21:33.586Z Downloaded typify-macro v0.4.3
11292026-06-05T21:21:33.586Z Downloaded slog-stdlog v4.1.1
11302026-06-05T21:21:33.590Z Downloaded waitgroup v0.1.2
11312026-06-05T21:21:33.590Z Downloaded slog-scope v4.4.1
11322026-06-05T21:21:33.590Z Downloaded slog-json v2.6.1
11332026-06-05T21:21:33.590Z Downloaded usdt-attr-macro v0.6.0
11342026-06-05T21:21:33.590Z Downloaded zerofrom-derive v0.1.7
11352026-06-05T21:21:33.590Z Downloaded progenitor-impl v0.10.0
11362026-06-05T21:21:33.593Z Downloaded slog-dtrace v0.3.0
11372026-06-05T21:21:33.593Z Downloaded schemars_derive v0.8.22
11382026-06-05T21:21:33.593Z Downloaded serde_derive_internals v0.29.1
11392026-06-05T21:21:33.593Z Downloaded bit-vec v0.8.0
11402026-06-05T21:21:33.597Z Downloaded bcs v0.1.6
11412026-06-05T21:21:33.597Z Downloaded strum_macros v0.27.2
11422026-06-05T21:21:33.597Z Downloaded tiny-keccak v2.0.2
11432026-06-05T21:21:33.600Z Downloaded synstructure v0.13.2
11442026-06-05T21:21:33.600Z Downloaded slog-async v2.8.0
11452026-06-05T21:21:33.600Z Downloaded backoff v0.4.0
11462026-06-05T21:21:33.604Z Downloaded argon2 v0.5.3
11472026-06-05T21:21:33.604Z Downloaded crossbeam-channel v0.5.15
11482026-06-05T21:21:33.608Z Downloaded indexmap v1.9.3
11492026-06-05T21:21:33.612Z Downloaded zone_cfg_derive v0.3.1
11502026-06-05T21:21:33.616Z Downloaded time-macros v0.2.27
11512026-06-05T21:21:33.616Z Downloaded thread-id v4.2.2
11522026-06-05T21:21:33.616Z Downloaded thiserror-no-std v2.0.2
11532026-06-05T21:21:33.619Z Downloaded zeroize_derive v1.4.3
11542026-06-05T21:21:33.619Z Downloaded zerofrom v0.1.8
11552026-06-05T21:21:33.619Z Downloaded pest_meta v2.8.6
11562026-06-05T21:21:33.622Z Downloaded rustls-platform-verifier v0.7.0
11572026-06-05T21:21:33.623Z Downloaded expectorate v1.2.0
11582026-06-05T21:21:33.627Z Downloaded zone v0.3.1
11592026-06-05T21:21:33.627Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-06-05T21:21:33.627Z Downloaded papergrid v0.18.0
11612026-06-05T21:21:33.632Z Downloaded strum_macros v0.26.4
11622026-06-05T21:21:33.632Z Downloaded schemars v0.8.22
11632026-06-05T21:21:33.641Z Downloaded writeable v0.6.3
11642026-06-05T21:21:33.645Z Downloaded vsss-rs v3.3.4
11652026-06-05T21:21:33.645Z Downloaded tokio-tungstenite v0.21.0
11662026-06-05T21:21:33.645Z Downloaded similar v2.7.0
11672026-06-05T21:21:33.645Z Downloaded thin-vec v0.2.18
11682026-06-05T21:21:33.645Z Downloaded serde_yaml v0.9.34+deprecated
11692026-06-05T21:21:33.650Z Downloaded icu_normalizer v2.2.0
11702026-06-05T21:21:33.650Z Downloaded tokio-dtrace v0.1.1
11712026-06-05T21:21:33.650Z Downloaded progenitor-impl v0.14.0
11722026-06-05T21:21:33.654Z Downloaded progenitor-impl v0.13.0
11732026-06-05T21:21:33.654Z Downloaded zerovec-derive v0.11.3
11742026-06-05T21:21:33.654Z Downloaded usdt-macro v0.6.0
11752026-06-05T21:21:33.654Z Downloaded usdt-impl v0.5.0
11762026-06-05T21:21:33.659Z Downloaded whoami v1.6.1
11772026-06-05T21:21:33.659Z Downloaded walkdir v2.5.0
11782026-06-05T21:21:33.659Z Downloaded serde_with_macros v3.20.0
11792026-06-05T21:21:33.659Z Downloaded indicatif v0.18.4
11802026-06-05T21:21:33.663Z Downloaded spin v0.9.8
11812026-06-05T21:21:33.664Z Downloaded prettyplease v0.2.37
11822026-06-05T21:21:33.669Z Downloaded pest_derive v2.8.6
11832026-06-05T21:21:33.669Z Downloaded crypto-bigint v0.5.5
11842026-06-05T21:21:33.669Z Downloaded ucd-trie v0.1.7
11852026-06-05T21:21:33.672Z Downloaded rhai_codegen v3.2.0
11862026-06-05T21:21:33.675Z Downloaded pretty_assertions v1.4.1
11872026-06-05T21:21:33.675Z Downloaded jiff-static v0.2.28
11882026-06-05T21:21:33.679Z Downloaded xz2 v0.1.7
11892026-06-05T21:21:33.681Z Downloaded term v1.2.1
11902026-06-05T21:21:33.684Z Downloaded tinystr v0.8.3
11912026-06-05T21:21:33.684Z Downloaded konst v0.2.20
11922026-06-05T21:21:33.688Z Downloaded rand v0.8.6
11932026-06-05T21:21:33.689Z Downloaded icu_locale_core v2.2.0
11942026-06-05T21:21:33.692Z Downloaded slog v2.8.2
11952026-06-05T21:21:33.696Z Downloaded typify v0.4.3
11962026-06-05T21:21:33.696Z Downloaded qorb v0.4.1
11972026-06-05T21:21:33.704Z Downloaded usdt-impl v0.6.0
11982026-06-05T21:21:33.707Z Downloaded unsafe-libyaml v0.2.11
11992026-06-05T21:21:33.707Z Downloaded snafu v0.8.9
12002026-06-05T21:21:33.710Z Downloaded yoke v0.8.3
12012026-06-05T21:21:33.710Z Downloaded minimal-lexical v0.2.1
12022026-06-05T21:21:33.713Z Downloaded schemars v1.2.1
12032026-06-05T21:21:33.719Z Downloaded test-strategy v0.4.5
12042026-06-05T21:21:33.724Z Downloaded hashbrown v0.12.3
12052026-06-05T21:21:33.729Z Downloaded nom v8.0.0
12062026-06-05T21:21:33.729Z Downloaded toml_edit v0.25.12+spec-1.1.0
12072026-06-05T21:21:33.733Z Downloaded schemars v0.9.0
12082026-06-05T21:21:33.736Z Downloaded typify v0.6.2
12092026-06-05T21:21:33.739Z Downloaded toml v0.9.12+spec-1.1.0
12102026-06-05T21:21:33.743Z Downloaded rayon-core v1.13.0
12112026-06-05T21:21:33.747Z Downloaded zerocopy-derive v0.7.35
12122026-06-05T21:21:33.751Z Downloaded hickory-resolver v0.25.2
12132026-06-05T21:21:33.756Z Downloaded steno v0.4.1
12142026-06-05T21:21:33.759Z Downloaded pest v2.8.6
12152026-06-05T21:21:33.762Z Downloaded nom v7.1.3
12162026-06-05T21:21:33.767Z Downloaded tungstenite v0.21.0
12172026-06-05T21:21:33.771Z Downloaded yansi v1.0.1
12182026-06-05T21:21:33.771Z Downloaded toml_edit v0.19.15
12192026-06-05T21:21:33.776Z Downloaded typed-path v0.9.3
12202026-06-05T21:21:33.781Z Downloaded dropshot-api-manager v0.7.2
12212026-06-05T21:21:33.785Z Downloaded toml v0.7.8
12222026-06-05T21:21:33.794Z Downloaded zerotrie v0.2.4
12232026-06-05T21:21:33.797Z Downloaded rand v0.10.1
12242026-06-05T21:21:33.800Z Downloaded itertools v0.12.1
12252026-06-05T21:21:33.804Z Downloaded blake3 v1.8.5
12262026-06-05T21:21:33.817Z Downloaded zerocopy-derive v0.8.50
12272026-06-05T21:21:33.822Z Downloaded libm v0.2.16
12282026-06-05T21:21:33.830Z Downloaded hashbrown v0.16.1
12292026-06-05T21:21:33.833Z Downloaded reqwest v0.13.4
12302026-06-05T21:21:33.837Z Downloaded icu_properties_data v2.2.0
12312026-06-05T21:21:33.842Z Downloaded tough v0.22.0
12322026-06-05T21:21:33.846Z Downloaded goblin v0.8.2
12332026-06-05T21:21:33.854Z Downloaded rayon v1.12.0
12342026-06-05T21:21:33.861Z Downloaded winnow v0.5.40
12352026-06-05T21:21:34.869Z Downloaded zerocopy v0.7.35
12362026-06-05T21:21:34.872Z Downloaded aws-lc-rs v1.17.0
12372026-06-05T21:21:34.873Z Downloaded serde_with v3.20.0
12382026-06-05T21:21:34.873Z Downloaded moka v0.12.15
12392026-06-05T21:21:34.873Z Downloaded zerovec v0.11.6
12402026-06-05T21:21:34.873Z Downloaded proptest v1.11.0
12412026-06-05T21:21:34.873Z Downloaded iddqd v0.4.2
12422026-06-05T21:21:34.873Z Downloaded tabled v0.21.0
12432026-06-05T21:21:34.873Z Downloaded time v0.3.47
12442026-06-05T21:21:34.873Z Downloaded tabled v0.15.0
12452026-06-05T21:21:34.873Z Downloaded goblin v0.10.7
12462026-06-05T21:21:34.873Z Downloaded syn v1.0.109
12472026-06-05T21:21:34.873Z Downloaded rhai v1.25.1
12482026-06-05T21:21:34.873Z Downloaded openapiv3 v2.2.0
12492026-06-05T21:21:34.873Z Downloaded dropshot v0.17.1
12502026-06-05T21:21:34.873Z Downloaded regress v0.11.1
12512026-06-05T21:21:34.873Z Downloaded smoltcp v0.11.0
12522026-06-05T21:21:34.873Z Downloaded hickory-proto v0.24.4
12532026-06-05T21:21:34.873Z Downloaded nix v0.31.3
12542026-06-05T21:21:34.873Z Downloaded regress v0.10.5
12552026-06-05T21:21:34.873Z Downloaded hickory-proto v0.25.2
12562026-06-05T21:21:34.873Z Downloaded petgraph v0.6.5
12572026-06-05T21:21:34.873Z Downloaded typify-impl v0.6.2
12582026-06-05T21:21:34.873Z Downloaded chrono-tz v0.10.4
12592026-06-05T21:21:34.873Z Downloaded typify-impl v0.4.3
12602026-06-05T21:21:34.873Z Downloaded sled v0.34.7
12612026-06-05T21:21:34.873Z Downloaded sha3 v0.10.9
12622026-06-05T21:21:34.873Z Downloaded csv v1.4.0
12632026-06-05T21:21:34.873Z Downloaded lzma-sys v0.1.20
12642026-06-05T21:21:34.873Z Downloaded jiff v0.2.28
12652026-06-05T21:21:34.873Z Downloaded encoding_rs v0.8.35
12662026-06-05T21:21:34.873Z Downloaded aws-lc-sys v0.41.0
12672026-06-05T21:21:35.613Z Compiling proc-macro2 v1.0.106
12682026-06-05T21:21:35.613Z Compiling unicode-ident v1.0.24
12692026-06-05T21:21:35.613Z Compiling quote v1.0.45
12702026-06-05T21:21:35.613Z Compiling serde_core v1.0.228
12712026-06-05T21:21:35.613Z Compiling cfg-if v1.0.4
12722026-06-05T21:21:35.614Z Compiling serde v1.0.228
12732026-06-05T21:21:35.614Z Compiling libc v0.2.186
12742026-06-05T21:21:35.614Z Compiling memchr v2.8.1
12752026-06-05T21:21:35.811Z Compiling itoa v1.0.18
12762026-06-05T21:21:35.991Z Compiling zmij v1.0.21
12772026-06-05T21:21:36.051Z Compiling autocfg v1.5.1
12782026-06-05T21:21:36.065Z Compiling libm v0.2.16
12792026-06-05T21:21:36.394Z Compiling stable_deref_trait v1.2.1
12802026-06-05T21:21:36.415Z Compiling litemap v0.8.2
12812026-06-05T21:21:36.461Z Compiling writeable v0.6.3
12822026-06-05T21:21:36.549Z Compiling utf8_iter v1.0.4
12832026-06-05T21:21:36.590Z Compiling icu_normalizer_data v2.2.0
12842026-06-05T21:21:36.601Z Compiling icu_properties_data v2.2.0
12852026-06-05T21:21:36.635Z Compiling percent-encoding v2.3.2
12862026-06-05T21:21:36.657Z Compiling iana-time-zone v0.1.65
12872026-06-05T21:21:36.828Z Compiling version_check v0.9.5
12882026-06-05T21:21:36.856Z Compiling syn v2.0.117
12892026-06-05T21:21:36.916Z Compiling equivalent v1.0.2
12902026-06-05T21:21:36.970Z Compiling form_urlencoded v1.2.2
12912026-06-05T21:21:36.996Z Compiling serde_json v1.0.150
12922026-06-05T21:21:37.025Z Compiling pin-project-lite v0.2.17
12932026-06-05T21:21:37.047Z Compiling dyn-clone v1.0.20
12942026-06-05T21:21:37.106Z Compiling scopeguard v1.2.0
12952026-06-05T21:21:37.126Z Compiling parking_lot_core v0.9.12
12962026-06-05T21:21:37.144Z Compiling num-traits v0.2.19
12972026-06-05T21:21:37.192Z Compiling lock_api v0.4.14
12982026-06-05T21:21:37.207Z Compiling rand_core v0.10.1
12992026-06-05T21:21:37.247Z Compiling thiserror v2.0.18
13002026-06-05T21:21:37.417Z Compiling hashbrown v0.17.1
13012026-06-05T21:21:37.482Z Compiling getrandom v0.4.2
13022026-06-05T21:21:37.505Z Compiling errno v0.3.14
13032026-06-05T21:21:37.641Z Compiling log v0.4.32
13042026-06-05T21:21:37.654Z Compiling heck v0.5.0
13052026-06-05T21:21:37.777Z Compiling semver v1.0.28
13062026-06-05T21:21:37.909Z Compiling indexmap v2.14.0
13072026-06-05T21:21:37.942Z Compiling futures-core v0.3.32
13082026-06-05T21:21:38.010Z Compiling zerocopy v0.8.50
13092026-06-05T21:21:38.090Z Compiling uuid v1.23.2
13102026-06-05T21:21:38.122Z Compiling futures-sink v0.3.32
13112026-06-05T21:21:38.225Z Compiling schemars v0.8.22
13122026-06-05T21:21:38.245Z Compiling slab v0.4.12
13132026-06-05T21:21:38.428Z Compiling jobserver v0.1.34
13142026-06-05T21:21:38.494Z Compiling fnv v1.0.7
13152026-06-05T21:21:38.499Z Compiling find-msvc-tools v0.1.9
13162026-06-05T21:21:38.536Z Compiling shlex v2.0.1
13172026-06-05T21:21:38.552Z Compiling rustversion v1.0.22
13182026-06-05T21:21:38.565Z Compiling futures-channel v0.3.32
13192026-06-05T21:21:38.722Z Compiling cc v1.2.63
13202026-06-05T21:21:38.734Z Compiling bitflags v2.12.1
13212026-06-05T21:21:38.751Z Compiling futures-task v0.3.32
13222026-06-05T21:21:38.791Z Compiling futures-io v0.3.32
13232026-06-05T21:21:38.928Z Compiling portable-atomic v1.13.1
13242026-06-05T21:21:38.950Z Compiling socket2 v0.6.4
13252026-06-05T21:21:38.975Z Compiling signal-hook-registry v1.4.8
13262026-06-05T21:21:38.994Z Compiling mio v1.2.1
13272026-06-05T21:21:39.215Z Compiling critical-section v1.2.0
13282026-06-05T21:21:39.274Z Compiling fs_extra v1.3.0
13292026-06-05T21:21:39.324Z Compiling typenum v1.20.1
13302026-06-05T21:21:39.405Z Compiling dunce v1.0.5
13312026-06-05T21:21:39.499Z Compiling cmake v0.1.58
13322026-06-05T21:21:39.514Z Compiling base64 v0.22.1
13332026-06-05T21:21:39.529Z Compiling byteorder v1.5.0
13342026-06-05T21:21:39.557Z Compiling slog v2.8.2
13352026-06-05T21:21:39.754Z Compiling synstructure v0.13.2
13362026-06-05T21:21:39.793Z Compiling serde_derive_internals v0.29.1
13372026-06-05T21:21:39.838Z Compiling once_cell v1.21.4
13382026-06-05T21:21:39.854Z Compiling rustix v1.1.4
13392026-06-05T21:21:39.955Z Compiling subtle v2.6.1
13402026-06-05T21:21:40.029Z Compiling aws-lc-sys v0.41.0
13412026-06-05T21:21:40.055Z Compiling strsim v0.11.1
13422026-06-05T21:21:40.130Z Compiling regex-syntax v0.8.10
13432026-06-05T21:21:40.144Z Compiling httparse v1.10.1
13442026-06-05T21:21:40.273Z Compiling atomic-waker v1.1.2
13452026-06-05T21:21:40.397Z Compiling ipnet v2.12.0
13462026-06-05T21:21:40.412Z Compiling tower-service v0.3.3
13472026-06-05T21:21:40.441Z Compiling tower-layer v0.3.3
13482026-06-05T21:21:40.496Z Compiling getrandom v0.2.17
13492026-06-05T21:21:40.519Z Compiling ucd-trie v0.1.7
13502026-06-05T21:21:40.594Z Compiling try-lock v0.2.5
13512026-06-05T21:21:40.680Z Compiling ryu v1.0.23
13522026-06-05T21:21:40.696Z Compiling untrusted v0.9.0
13532026-06-05T21:21:40.811Z Compiling getrandom v0.3.4
13542026-06-05T21:21:40.815Z Compiling thiserror v1.0.69
13552026-06-05T21:21:40.835Z Compiling want v0.3.1
13562026-06-05T21:21:40.862Z Compiling pest v2.8.6
13572026-06-05T21:21:40.917Z Compiling serde_derive v1.0.228
13582026-06-05T21:21:40.927Z Compiling zerofrom-derive v0.1.7
13592026-06-05T21:21:40.996Z Compiling yoke-derive v0.8.2
13602026-06-05T21:21:41.134Z Compiling zerovec-derive v0.11.3
13612026-06-05T21:21:41.154Z Compiling displaydoc v0.2.6
13622026-06-05T21:21:41.949Z Compiling schemars_derive v0.8.22
13632026-06-05T21:21:42.057Z Compiling thiserror-impl v2.0.18
13642026-06-05T21:21:42.099Z Compiling tokio-macros v2.7.0
13652026-06-05T21:21:42.117Z Compiling zerofrom v0.1.8
13662026-06-05T21:21:42.207Z Compiling yoke v0.8.3
13672026-06-05T21:21:42.232Z Compiling zerocopy-derive v0.8.50
13682026-06-05T21:21:42.443Z Compiling zerovec v0.11.6
13692026-06-05T21:21:42.769Z Compiling zerotrie v0.2.4
13702026-06-05T21:21:42.903Z Compiling tinystr v0.8.3
13712026-06-05T21:21:42.972Z Compiling potential_utf v0.1.5
13722026-06-05T21:21:43.065Z Compiling icu_locale_core v2.2.0
13732026-06-05T21:21:43.101Z Compiling icu_collections v2.2.0
13742026-06-05T21:21:43.134Z Compiling zeroize_derive v1.4.3
13752026-06-05T21:21:43.204Z Compiling futures-macro v0.3.32
13762026-06-05T21:21:43.614Z Compiling thiserror-impl v1.0.69
13772026-06-05T21:21:43.623Z Compiling rand_core v0.6.4
13782026-06-05T21:21:43.807Z Compiling icu_provider v2.2.0
13792026-06-05T21:21:43.837Z Compiling zeroize v1.8.2
13802026-06-05T21:21:44.033Z Compiling bytes v1.11.1
13812026-06-05T21:21:44.044Z Compiling smallvec v1.15.1
13822026-06-05T21:21:44.047Z Compiling icu_properties v2.2.0
13832026-06-05T21:21:44.123Z Compiling chrono v0.4.45
13842026-06-05T21:21:44.134Z Compiling futures-util v0.3.32
13852026-06-05T21:21:44.267Z Compiling icu_normalizer v2.2.0
13862026-06-05T21:21:44.765Z Compiling http v1.4.1
13872026-06-05T21:21:44.845Z Compiling parking_lot v0.12.5
13882026-06-05T21:21:44.952Z Compiling idna_adapter v1.2.2
13892026-06-05T21:21:45.100Z Compiling idna v1.1.0
13902026-06-05T21:21:45.200Z Compiling tokio v1.52.3
13912026-06-05T21:21:45.237Z Compiling serde_tokenstream v0.2.3
13922026-06-05T21:21:45.512Z Compiling url v2.5.8
13932026-06-05T21:21:45.598Z Compiling erased-serde v0.3.31
13942026-06-05T21:21:45.725Z Compiling http-body v1.0.1
13952026-06-05T21:21:45.851Z Compiling httpdate v1.0.3
13962026-06-05T21:21:46.128Z Compiling pest_meta v2.8.6
13972026-06-05T21:21:46.365Z Compiling ppv-lite86 v0.2.21
13982026-06-05T21:21:46.376Z Compiling pretty-hex v0.4.2
13992026-06-05T21:21:46.478Z Compiling plain v0.2.3
14002026-06-05T21:21:46.505Z Compiling winnow v1.0.3
14012026-06-05T21:21:46.517Z Compiling foldhash v0.2.0
14022026-06-05T21:21:46.580Z Compiling paste v1.0.15
14032026-06-05T21:21:46.673Z Compiling pest_generator v2.8.6
14042026-06-05T21:21:46.738Z Compiling ipnetwork v0.21.1
14052026-06-05T21:21:46.877Z Compiling allocator-api2 v0.2.21
14062026-06-05T21:21:47.172Z Compiling oxnet v0.1.6
14072026-06-05T21:21:47.193Z Compiling hashbrown v0.16.1
14082026-06-05T21:21:47.337Z Compiling pest_derive v2.8.6
14092026-06-05T21:21:47.337Z Compiling tracing-attributes v0.1.31
14102026-06-05T21:21:47.435Z Compiling tracing-core v0.1.36
14112026-06-05T21:21:47.606Z Compiling omicron-workspace-hack v0.1.0
14122026-06-05T21:21:47.683Z Compiling ident_case v1.0.1
14132026-06-05T21:21:47.824Z Compiling http-body-util v0.1.3
14142026-06-05T21:21:47.847Z Compiling serde_urlencoded v0.7.1
14152026-06-05T21:21:47.918Z Compiling aho-corasick v1.1.4
14162026-06-05T21:21:48.069Z Compiling sync_wrapper v1.0.2
14172026-06-05T21:21:48.084Z Compiling daft-derive v0.1.7
14182026-06-05T21:21:48.303Z Compiling fastrand v2.4.1
14192026-06-05T21:21:48.564Z Compiling scroll_derive v0.13.1
14202026-06-05T21:21:48.584Z Compiling tracing v0.1.44
14212026-06-05T21:21:48.819Z Compiling regex-automata v0.4.14
14222026-06-05T21:21:48.850Z Compiling async-trait v0.1.89
14232026-06-05T21:21:49.167Z Compiling tokio-util v0.7.18
14242026-06-05T21:21:49.383Z Compiling aws-lc-rs v1.17.0
14252026-06-05T21:21:49.403Z Compiling num-conv v0.2.2
14262026-06-05T21:21:49.546Z Compiling anyhow v1.0.102
14272026-06-05T21:21:49.692Z Compiling powerfmt v0.2.0
14282026-06-05T21:21:49.829Z Compiling time-core v0.1.8
14292026-06-05T21:21:49.893Z Compiling deranged v0.5.8
14302026-06-05T21:21:49.896Z Compiling scroll v0.13.0
14312026-06-05T21:21:49.967Z Compiling time-macros v0.2.27
14322026-06-05T21:21:50.072Z Compiling rustls-pki-types v1.14.1
14332026-06-05T21:21:50.159Z Compiling openssl-probe v0.2.1
14342026-06-05T21:21:50.344Z Compiling hex v0.4.3
14352026-06-05T21:21:50.548Z Compiling regex v1.12.3
14362026-06-05T21:21:50.592Z Compiling num_threads v0.1.7
14372026-06-05T21:21:50.695Z Compiling goblin v0.10.7
14382026-06-05T21:21:50.950Z Compiling camino v1.2.2
14392026-06-05T21:21:51.011Z Compiling untrusted v0.7.1
14402026-06-05T21:21:51.321Z Compiling rustls v0.23.40
14412026-06-05T21:21:51.332Z Compiling crc32fast v1.5.0
14422026-06-05T21:21:51.402Z Compiling usdt-impl v0.6.0
14432026-06-05T21:21:51.560Z Compiling h2 v0.4.14
14442026-06-05T21:21:51.670Z Compiling dtrace-parser v0.3.0
14452026-06-05T21:21:51.681Z Compiling futures-executor v0.3.32
14462026-06-05T21:21:51.703Z Compiling crossbeam-utils v0.8.21
14472026-06-05T21:21:52.026Z Compiling structmeta-derive v0.3.0
14482026-06-05T21:21:52.133Z Compiling thread-id v5.1.0
14492026-06-05T21:21:52.145Z Compiling simd-adler32 v0.3.9
14502026-06-05T21:21:52.213Z Compiling cpufeatures v0.3.0
14512026-06-05T21:21:52.285Z Compiling adler2 v2.0.1
14522026-06-05T21:21:52.412Z Compiling miniz_oxide v0.8.9
14532026-06-05T21:21:52.580Z Compiling futures v0.3.32
14542026-06-05T21:21:52.657Z Compiling rand_core v0.9.5
14552026-06-05T21:21:52.874Z Compiling darling_core v0.23.0
14562026-06-05T21:21:52.951Z Compiling newtype-uuid-macros v0.1.0
14572026-06-05T21:21:53.074Z Compiling hybrid-array v0.4.12
14582026-06-05T21:21:53.122Z Compiling structmeta v0.3.0
14592026-06-05T21:21:53.467Z Compiling thread_local v1.1.9
14602026-06-05T21:21:53.528Z Compiling dof v0.4.0
14612026-06-05T21:21:53.741Z Compiling hyper v1.10.1
14622026-06-05T21:21:53.768Z Compiling match_cfg v0.1.0
14632026-06-05T21:21:53.847Z Compiling flate2 v1.1.9
14642026-06-05T21:21:54.679Z Compiling newtype-uuid v1.3.2
14652026-06-05T21:21:54.870Z Compiling hyper-util v0.1.20
14662026-06-05T21:21:54.924Z Compiling ref-cast v1.0.25
14672026-06-05T21:21:54.943Z Compiling darling_macro v0.23.0
14682026-06-05T21:21:55.019Z Compiling compression-core v0.4.32
14692026-06-05T21:21:55.243Z Compiling quick-error v1.2.3
14702026-06-05T21:21:55.310Z Compiling slog-async v2.8.0
14712026-06-05T21:21:55.386Z Compiling compression-codecs v0.4.38
14722026-06-05T21:21:55.437Z Compiling daft v0.1.7
14732026-06-05T21:21:55.462Z Compiling block-buffer v0.12.0
14742026-06-05T21:21:55.526Z Compiling darling v0.23.0
14752026-06-05T21:21:55.604Z Compiling crypto-common v0.2.2
14762026-06-05T21:21:55.615Z Compiling rand_chacha v0.9.0
14772026-06-05T21:21:55.654Z Compiling strum_macros v0.26.4
14782026-06-05T21:21:55.688Z Compiling usdt-attr-macro v0.6.0
14792026-06-05T21:21:55.700Z Compiling usdt-macro v0.6.0
14802026-06-05T21:21:56.038Z Compiling ref-cast-impl v1.0.25
14812026-06-05T21:21:56.049Z Compiling serde_spanned v1.1.1
14822026-06-05T21:21:56.189Z Compiling generic-array v0.14.7
14832026-06-05T21:21:56.425Z Compiling multer v3.1.0
14842026-06-05T21:21:56.525Z Compiling const-oid v0.10.2
14852026-06-05T21:21:56.548Z Compiling debug-ignore v1.0.5
14862026-06-05T21:21:56.644Z Compiling bit-vec v0.8.0
14872026-06-05T21:21:56.644Z Compiling take_mut v0.2.2
14882026-06-05T21:21:56.665Z Compiling term v1.2.1
14892026-06-05T21:21:56.735Z Compiling toml_writer v1.1.1+spec-1.1.0
14902026-06-05T21:21:56.755Z Compiling digest v0.11.3
14912026-06-05T21:21:56.818Z Compiling bit-set v0.8.0
14922026-06-05T21:21:56.934Z Compiling rand v0.9.4
14932026-06-05T21:21:56.945Z Compiling serde_with_macros v3.20.0
14942026-06-05T21:21:56.960Z Compiling async-stream-impl v0.3.6
14952026-06-05T21:21:56.970Z Compiling dropshot v0.17.1
14962026-06-05T21:21:57.208Z Compiling encoding_rs v0.8.35
14972026-06-05T21:21:57.272Z Compiling strum v0.26.3
14982026-06-05T21:21:57.464Z Compiling syn v1.0.109
14992026-06-05T21:21:57.621Z Compiling mime v0.3.17
15002026-06-05T21:21:57.635Z Compiling spin v0.9.8
15012026-06-05T21:21:57.637Z Compiling unarray v0.1.4
15022026-06-05T21:21:57.707Z Compiling async-stream v0.3.6
15032026-06-05T21:21:57.837Z Compiling sha1 v0.11.0
15042026-06-05T21:21:57.851Z Compiling derive-ex v0.1.8
15052026-06-05T21:21:57.878Z Compiling tower v0.5.3
15062026-06-05T21:21:58.082Z Compiling dropshot_endpoint v0.17.1
15072026-06-05T21:21:58.101Z Compiling macaddr v1.0.1
15082026-06-05T21:21:58.112Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15092026-06-05T21:21:58.319Z Compiling waitgroup v0.1.2
15102026-06-05T21:21:58.351Z Compiling serde_path_to_error v0.1.20
15112026-06-05T21:21:58.594Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-06-05T21:21:58.706Z Compiling tower-http v0.6.11
15132026-06-05T21:21:58.786Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15142026-06-05T21:21:58.948Z Compiling tempfile v3.27.0
15152026-06-05T21:21:58.965Z Compiling openapiv3 v2.2.0
15162026-06-05T21:21:59.129Z Compiling strum_macros v0.27.2
15172026-06-05T21:21:59.421Z Compiling test-strategy v0.4.5
15182026-06-05T21:21:59.742Z Compiling instant v0.1.13
15192026-06-05T21:21:59.851Z Compiling time v0.3.47
15202026-06-05T21:22:00.471Z Compiling rustls-native-certs v0.8.4
15212026-06-05T21:22:00.581Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15222026-06-05T21:22:00.771Z Compiling crossbeam-channel v0.5.15
15232026-06-05T21:22:00.811Z Compiling crypto-common v0.1.7
15242026-06-05T21:22:00.922Z Compiling strum v0.27.2
15252026-06-05T21:22:01.238Z Compiling parse-display-derive v0.10.0
15262026-06-05T21:22:01.249Z Compiling backon v1.6.0
15272026-06-05T21:22:01.447Z Compiling rand_chacha v0.3.1
15282026-06-05T21:22:01.581Z Compiling slog-json v2.6.1
15292026-06-05T21:22:01.784Z Compiling rand v0.8.6
15302026-06-05T21:22:01.908Z Compiling hostname v0.3.1
15312026-06-05T21:22:02.042Z Compiling toml_parser v1.1.2+spec-1.1.0
15322026-06-05T21:22:02.280Z Compiling toml_datetime v1.1.1+spec-1.1.0
15332026-06-05T21:22:02.428Z Compiling wait-timeout v0.2.1
15342026-06-05T21:22:02.564Z Compiling memmap2 v0.9.10
15352026-06-05T21:22:02.655Z Compiling is-terminal v0.4.17
15362026-06-05T21:22:02.750Z Compiling either v1.16.0
15372026-06-05T21:22:02.778Z Compiling slog-term v2.9.2
15382026-06-05T21:22:02.781Z Compiling usdt v0.6.0
15392026-06-05T21:22:02.801Z Compiling rusty-fork v0.3.1
15402026-06-05T21:22:02.851Z Compiling toml v1.1.2+spec-1.1.0
15412026-06-05T21:22:02.952Z Compiling slog-bunyan v2.5.0
15422026-06-05T21:22:03.145Z Compiling serde_with v3.20.0
15432026-06-05T21:22:03.166Z Compiling async-compression v0.4.42
15442026-06-05T21:22:03.172Z Compiling rand_xorshift v0.4.0
15452026-06-05T21:22:03.319Z Compiling rustls-pemfile v2.2.0
15462026-06-05T21:22:03.391Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15472026-06-05T21:22:03.476Z Compiling regress v0.10.5
15482026-06-05T21:22:03.509Z Compiling hostname v0.4.2
15492026-06-05T21:22:03.630Z Compiling humantime v2.3.0
15502026-06-05T21:22:03.642Z Compiling proptest v1.11.0
15512026-06-05T21:22:04.153Z Compiling iddqd v0.4.2
15522026-06-05T21:22:04.410Z Compiling reqwest v0.12.28
15532026-06-05T21:22:04.570Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15542026-06-05T21:22:04.808Z Compiling block-buffer v0.10.4
15552026-06-05T21:22:04.952Z Compiling utf8parse v0.2.2
15562026-06-05T21:22:05.028Z Compiling anstyle-parse v1.0.0
15572026-06-05T21:22:05.059Z Compiling digest v0.10.7
15582026-06-05T21:22:05.211Z Compiling itertools v0.14.0
15592026-06-05T21:22:05.269Z Compiling parse-display v0.10.0
15602026-06-05T21:22:05.434Z Compiling progenitor-client v0.10.0
15612026-06-05T21:22:05.602Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15622026-06-05T21:22:05.698Z Compiling backoff v0.4.0
15632026-06-05T21:22:05.905Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15642026-06-05T21:22:06.171Z Compiling colorchoice v1.0.5
15652026-06-05T21:22:06.285Z Compiling anstyle v1.0.14
15662026-06-05T21:22:06.509Z Compiling is_terminal_polyfill v1.70.2
15672026-06-05T21:22:06.598Z Compiling anstyle-query v1.1.5
15682026-06-05T21:22:06.707Z Compiling anstream v1.0.0
15692026-06-05T21:22:07.024Z Compiling clap_lex v1.1.0
15702026-06-05T21:22:07.503Z Compiling regress v0.11.1
15712026-06-05T21:22:07.531Z Compiling clap_derive v4.6.1
15722026-06-05T21:22:08.212Z Compiling terminal_size v0.4.4
15732026-06-05T21:22:09.215Z Compiling typify-impl v0.6.2
15742026-06-05T21:22:09.226Z Compiling toml_datetime v0.6.11
15752026-06-05T21:22:09.490Z Compiling zerocopy-derive v0.7.35
15762026-06-05T21:22:09.495Z Compiling cpufeatures v0.2.17
15772026-06-05T21:22:09.540Z Compiling convert_case v0.4.0
15782026-06-05T21:22:10.132Z Compiling derive_more v0.99.20
15792026-06-05T21:22:10.233Z Compiling clap_builder v4.6.0
15802026-06-05T21:22:10.345Z Compiling zerocopy v0.7.35
15812026-06-05T21:22:10.881Z Compiling toml_edit v0.25.12+spec-1.1.0
15822026-06-05T21:22:11.560Z Compiling unicode-width v0.2.2
15832026-06-05T21:22:11.769Z Compiling proc-macro-crate v3.5.0
15842026-06-05T21:22:11.838Z Compiling clap v4.6.1
15852026-06-05T21:22:12.192Z Compiling secrecy v0.10.3
15862026-06-05T21:22:12.290Z Compiling float-ord v0.3.2
15872026-06-05T21:22:12.363Z Compiling tinyvec_macros v0.1.1
15882026-06-05T21:22:12.394Z Compiling crucible-workspace-hack v0.1.0
15892026-06-05T21:22:12.420Z Compiling tinyvec v1.11.0
15902026-06-05T21:22:12.430Z Compiling num_enum_derive v0.7.6
15912026-06-05T21:22:13.083Z Compiling dtrace-parser v0.2.0
15922026-06-05T21:22:13.086Z Compiling scroll_derive v0.12.1
15932026-06-05T21:22:13.105Z Compiling num-integer v0.1.46
15942026-06-05T21:22:13.421Z Compiling rustc_version v0.4.1
15952026-06-05T21:22:13.471Z Compiling usdt-impl v0.5.0
15962026-06-05T21:22:13.699Z Compiling curve25519-dalek v4.1.3
15972026-06-05T21:22:13.819Z Compiling scroll v0.12.0
15982026-06-05T21:22:13.835Z Compiling num_enum v0.7.6
15992026-06-05T21:22:13.993Z Compiling dof v0.3.0
16002026-06-05T21:22:14.120Z Compiling hmac v0.12.1
16012026-06-05T21:22:14.254Z Compiling inout v0.1.4
16022026-06-05T21:22:14.306Z Compiling darling_core v0.21.3
16032026-06-05T21:22:14.325Z Compiling ff v0.13.1
16042026-06-05T21:22:14.379Z Compiling thread-id v4.2.2
16052026-06-05T21:22:14.403Z Compiling cipher v0.4.4
16062026-06-05T21:22:14.426Z Compiling group v0.13.0
16072026-06-05T21:22:14.688Z Compiling hkdf v0.12.4
16082026-06-05T21:22:14.906Z Compiling goblin v0.8.2
16092026-06-05T21:22:14.994Z Compiling num-rational v0.4.2
16102026-06-05T21:22:15.062Z Compiling num-iter v0.1.45
16112026-06-05T21:22:15.175Z Compiling thiserror-impl-no-std v2.0.2
16122026-06-05T21:22:15.301Z Compiling universal-hash v0.5.1
16132026-06-05T21:22:15.428Z Compiling crypto-bigint v0.5.5
16142026-06-05T21:22:15.436Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16152026-06-05T21:22:15.539Z Compiling typify-macro v0.6.2
16162026-06-05T21:22:15.737Z Compiling crossbeam-epoch v0.9.18
16172026-06-05T21:22:16.081Z Compiling half v2.7.1
16182026-06-05T21:22:16.092Z Compiling curve25519-dalek-derive v0.1.1
16192026-06-05T21:22:16.268Z Compiling num-complex v0.4.6
16202026-06-05T21:22:16.365Z Compiling darling_macro v0.21.3
16212026-06-05T21:22:16.644Z Compiling base64ct v1.8.3
16222026-06-05T21:22:16.730Z Compiling base16ct v0.2.0
16232026-06-05T21:22:16.765Z Compiling opaque-debug v0.3.1
16242026-06-05T21:22:16.782Z Compiling ciborium-io v0.2.2
16252026-06-05T21:22:16.832Z Compiling elliptic-curve v0.13.8
16262026-06-05T21:22:16.871Z Compiling ciborium-ll v0.2.2
16272026-06-05T21:22:16.882Z Compiling password-hash v0.5.0
16282026-06-05T21:22:16.940Z Compiling poly1305 v0.8.0
16292026-06-05T21:22:16.956Z Compiling darling v0.21.3
16302026-06-05T21:22:17.501Z Compiling num v0.4.3
16312026-06-05T21:22:17.572Z Compiling thiserror-no-std v2.0.2
16322026-06-05T21:22:17.603Z Compiling typify v0.6.2
16332026-06-05T21:22:17.790Z Compiling chacha20 v0.9.1
16342026-06-05T21:22:17.946Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16352026-06-05T21:22:18.243Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16362026-06-05T21:22:18.641Z Compiling blake2 v0.10.6
16372026-06-05T21:22:18.837Z Compiling aead v0.5.2
16382026-06-05T21:22:18.918Z Compiling byte-wrapper v0.1.0
16392026-06-05T21:22:18.993Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16402026-06-05T21:22:19.087Z Compiling proc-macro-error-attr v1.0.4
16412026-06-05T21:22:19.323Z Compiling heapless v0.8.0
16422026-06-05T21:22:19.348Z Compiling rustix v0.38.44
16432026-06-05T21:22:19.436Z Compiling prettyplease v0.2.37
16442026-06-05T21:22:19.628Z Compiling unsafe-libyaml v0.2.11
16452026-06-05T21:22:19.680Z Compiling keccak v0.1.6
16462026-06-05T21:22:19.956Z Compiling sha3 v0.10.9
16472026-06-05T21:22:20.134Z Compiling serde_yaml v0.9.34+deprecated
16482026-06-05T21:22:20.321Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16492026-06-05T21:22:20.570Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16502026-06-05T21:22:20.945Z Compiling chacha20poly1305 v0.10.1
16512026-06-05T21:22:21.331Z Compiling argon2 v0.5.3
16522026-06-05T21:22:21.365Z Compiling vsss-rs v3.3.4
16532026-06-05T21:22:21.448Z Compiling ingot-macros v0.1.1
16542026-06-05T21:22:21.541Z Compiling ciborium v0.2.2
16552026-06-05T21:22:21.947Z Compiling usdt-macro v0.5.0
16562026-06-05T21:22:22.119Z Compiling usdt-attr-macro v0.5.0
16572026-06-05T21:22:23.332Z Compiling serde_spanned v0.6.9
16582026-06-05T21:22:23.477Z Compiling enum-as-inner v0.6.1
16592026-06-05T21:22:23.696Z Compiling hash32 v0.3.1
16602026-06-05T21:22:23.848Z Compiling proc-macro-error v1.0.4
16612026-06-05T21:22:23.978Z Compiling memmap v0.7.0
16622026-06-05T21:22:24.065Z Compiling memoffset v0.9.1
16632026-06-05T21:22:24.089Z Compiling cfg_aliases v0.2.1
16642026-06-05T21:22:24.158Z Compiling indent_write v2.2.0
16652026-06-05T21:22:24.168Z Compiling smoltcp v0.11.0
16662026-06-05T21:22:24.216Z Compiling winnow v0.5.40
16672026-06-05T21:22:24.219Z Compiling data-encoding v2.11.0
16682026-06-05T21:22:24.288Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16692026-06-05T21:22:24.310Z Compiling winnow v0.7.15
16702026-06-05T21:22:24.517Z Compiling static_assertions v1.1.0
16712026-06-05T21:22:24.539Z Compiling toml_write v0.1.2
16722026-06-05T21:22:24.614Z Compiling ingot-types v0.1.2
16732026-06-05T21:22:24.698Z Compiling rustls-webpki v0.103.13
16742026-06-05T21:22:25.011Z Compiling nix v0.31.3
16752026-06-05T21:22:25.060Z Compiling usdt v0.5.0
16762026-06-05T21:22:25.467Z Compiling toml_edit v0.19.15
16772026-06-05T21:22:25.548Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16782026-06-05T21:22:25.586Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16792026-06-05T21:22:25.677Z Compiling toml_edit v0.22.27
16802026-06-05T21:22:25.724Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16812026-06-05T21:22:25.974Z Compiling tabwriter v1.4.1
16822026-06-05T21:22:26.217Z Compiling cobs v0.3.0
16832026-06-05T21:22:26.331Z Compiling serde_repr v0.1.20
16842026-06-05T21:22:26.411Z Compiling pkg-config v0.3.33
16852026-06-05T21:22:26.689Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16862026-06-05T21:22:26.851Z Compiling vcpkg v0.2.15
16872026-06-05T21:22:26.923Z Compiling bitflags v1.3.2
16882026-06-05T21:22:26.934Z Compiling managed v0.8.0
16892026-06-05T21:22:27.012Z Compiling proc-macro-crate v1.3.1
16902026-06-05T21:22:27.406Z Compiling toml v0.8.23
16912026-06-05T21:22:27.453Z Compiling openssl-sys v0.9.116
16922026-06-05T21:22:27.481Z Compiling postcard v1.1.3
16932026-06-05T21:22:28.108Z Compiling tokio-rustls v0.26.4
16942026-06-05T21:22:28.280Z Compiling rustls-platform-verifier v0.7.0
16952026-06-05T21:22:28.386Z Compiling hyper-rustls v0.27.9
16962026-06-05T21:22:28.685Z Compiling reqwest v0.13.4
16972026-06-05T21:22:29.585Z Compiling ingot v0.1.1
16982026-06-05T21:22:29.868Z Compiling hubpack_derive v0.1.1
16992026-06-05T21:22:30.361Z Compiling progenitor-client v0.14.0
17002026-06-05T21:22:30.414Z Compiling foreign-types-macros v0.2.3
17012026-06-05T21:22:30.657Z Compiling progenitor-extras v0.2.0
17022026-06-05T21:22:31.067Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17032026-06-05T21:22:31.383Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-05T21:22:31.402Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17052026-06-05T21:22:31.426Z Compiling colored v3.1.1
17062026-06-05T21:22:31.438Z Compiling semver v0.1.20
17072026-06-05T21:22:31.646Z Compiling unicode-segmentation v1.13.3
17082026-06-05T21:22:31.692Z Compiling rayon-core v1.13.0
17092026-06-05T21:22:31.818Z Compiling swrite v0.1.0
17102026-06-05T21:22:31.915Z Compiling foreign-types-shared v0.3.1
17112026-06-05T21:22:31.927Z Compiling heck v0.4.1
17122026-06-05T21:22:32.012Z Compiling resolv-conf v0.7.6
17132026-06-05T21:22:32.077Z Compiling linked-hash-map v0.5.6
17142026-06-05T21:22:32.130Z Compiling foreign-types v0.5.0
17152026-06-05T21:22:32.264Z Compiling lru-cache v0.1.2
17162026-06-05T21:22:32.428Z Compiling newline-converter v0.3.0
17172026-06-05T21:22:32.499Z Compiling rustc_version v0.1.7
17182026-06-05T21:22:32.546Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17192026-06-05T21:22:32.708Z Compiling hubpack v0.1.2
17202026-06-05T21:22:33.098Z Compiling num_enum_derive v0.5.11
17212026-06-05T21:22:33.830Z Compiling atomicwrites v0.4.4
17222026-06-05T21:22:33.968Z Compiling hickory-proto v0.24.4
17232026-06-05T21:22:34.143Z Compiling progenitor-impl v0.13.0
17242026-06-05T21:22:34.656Z Compiling crossbeam-deque v0.8.6
17252026-06-05T21:22:34.854Z Compiling console v0.15.11
17262026-06-05T21:22:35.405Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-06-05T21:22:35.417Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-06-05T21:22:35.524Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17292026-06-05T21:22:36.043Z Compiling camino-tempfile v1.4.1
17302026-06-05T21:22:36.287Z Compiling chacha20 v0.10.0
17312026-06-05T21:22:36.548Z Compiling serde-big-array v0.5.1
17322026-06-05T21:22:36.697Z Compiling num-derive v0.4.2
17332026-06-05T21:22:37.245Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-06-05T21:22:37.543Z Compiling pin-project-internal v1.1.13
17352026-06-05T21:22:37.572Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17362026-06-05T21:22:37.718Z Compiling derive-where v1.6.1
17372026-06-05T21:22:37.730Z Compiling cstr-argument v0.1.2
17382026-06-05T21:22:37.888Z Compiling siphasher v1.0.3
17392026-06-05T21:22:38.117Z Compiling minimal-lexical v0.2.1
17402026-06-05T21:22:38.343Z Compiling similar v2.7.0
17412026-06-05T21:22:38.378Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17422026-06-05T21:22:38.389Z Compiling nom v7.1.3
17432026-06-05T21:22:38.507Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-06-05T21:22:38.650Z Compiling pin-project v1.1.13
17452026-06-05T21:22:38.748Z Compiling phf_shared v0.12.1
17462026-06-05T21:22:38.930Z Compiling expectorate v1.2.0
17472026-06-05T21:22:38.997Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17482026-06-05T21:22:39.077Z Compiling progenitor-macro v0.13.0
17492026-06-05T21:22:39.126Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17502026-06-05T21:22:39.264Z Compiling rand v0.10.1
17512026-06-05T21:22:39.280Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17522026-06-05T21:22:39.293Z Compiling hickory-resolver v0.24.4
17532026-06-05T21:22:39.730Z Compiling num_enum v0.5.11
17542026-06-05T21:22:39.848Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17552026-06-05T21:22:39.921Z Compiling newtype_derive v0.1.6
17562026-06-05T21:22:40.046Z Compiling progenitor-client v0.13.0
17572026-06-05T21:22:40.182Z Compiling progenitor-impl v0.14.0
17582026-06-05T21:22:40.341Z Compiling unicode-normalization v0.1.25
17592026-06-05T21:22:40.812Z Compiling tokio-stream v0.1.18
17602026-06-05T21:22:41.274Z Compiling snafu-derive v0.8.9
17612026-06-05T21:22:41.542Z Compiling async-recursion v1.1.1
17622026-06-05T21:22:41.887Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17632026-06-05T21:22:41.980Z Compiling slog-dtrace v0.3.0
17642026-06-05T21:22:42.194Z Compiling csv-core v0.1.13
17652026-06-05T21:22:42.228Z Compiling bstr v1.12.1
17662026-06-05T21:22:42.231Z Compiling unicode-width v0.1.14
17672026-06-05T21:22:42.515Z Compiling unicode-xid v0.2.6
17682026-06-05T21:22:42.555Z Compiling same-file v1.0.6
17692026-06-05T21:22:42.638Z Compiling chrono-tz v0.10.4
17702026-06-05T21:22:42.732Z Compiling foldhash v0.1.5
17712026-06-05T21:22:42.758Z Compiling cancel-safe-futures v0.1.5
17722026-06-05T21:22:42.869Z Compiling konst_macro_rules v0.2.19
17732026-06-05T21:22:42.914Z Compiling owo-colors v4.3.0
17742026-06-05T21:22:43.026Z Compiling foreign-types-shared v0.1.1
17752026-06-05T21:22:43.052Z Compiling openssl v0.10.80
17762026-06-05T21:22:43.066Z Compiling highway v1.3.0
17772026-06-05T21:22:43.115Z Compiling foreign-types v0.3.2
17782026-06-05T21:22:43.191Z Compiling snafu v0.8.9
17792026-06-05T21:22:43.325Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-06-05T21:22:43.378Z Compiling konst v0.2.20
17812026-06-05T21:22:43.485Z Compiling hashbrown v0.15.5
17822026-06-05T21:22:43.580Z Compiling walkdir v2.5.0
17832026-06-05T21:22:43.618Z Compiling const_format_proc_macros v0.2.34
17842026-06-05T21:22:43.726Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-06-05T21:22:43.791Z Compiling progenitor-macro v0.14.0
17862026-06-05T21:22:43.942Z Compiling globset v0.4.18
17872026-06-05T21:22:44.013Z Compiling csv v1.4.0
17882026-06-05T21:22:44.186Z Compiling progenitor v0.13.0
17892026-06-05T21:22:44.433Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-06-05T21:22:44.444Z Compiling qorb v0.4.1
17912026-06-05T21:22:44.757Z Compiling olpc-cjson v0.1.4
17922026-06-05T21:22:44.928Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-06-05T21:22:46.195Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17942026-06-05T21:22:46.250Z Compiling rayon v1.12.0
17952026-06-05T21:22:46.541Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-06-05T21:22:46.604Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-05T21:22:46.654Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17982026-06-05T21:22:46.696Z Compiling phf v0.12.1
17992026-06-05T21:22:46.862Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-05T21:22:47.565Z Compiling zone_cfg_derive v0.3.1
18012026-06-05T21:22:47.873Z Compiling tokio-dtrace v0.1.1
18022026-06-05T21:22:48.118Z Compiling itertools v0.12.1
18032026-06-05T21:22:48.142Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18042026-06-05T21:22:48.258Z Compiling libsw-core v0.3.2
18052026-06-05T21:22:48.344Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-05T21:22:48.427Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18072026-06-05T21:22:48.808Z Compiling serde_plain v1.0.2
18082026-06-05T21:22:48.837Z Compiling openssl-macros v0.1.1
18092026-06-05T21:22:48.858Z Compiling pem v3.0.6
18102026-06-05T21:22:48.943Z Compiling cookie v0.18.1
18112026-06-05T21:22:49.013Z Compiling sigpipe v0.1.3
18122026-06-05T21:22:49.102Z Compiling jiff v0.2.28
18132026-06-05T21:22:49.192Z Compiling fixedbitset v0.4.2
18142026-06-05T21:22:49.233Z Compiling fixedbitset v0.5.7
18152026-06-05T21:22:49.333Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-05T21:22:49.335Z Compiling typed-path v0.9.3
18172026-06-05T21:22:49.372Z Compiling glob v0.3.3
18182026-06-05T21:22:49.428Z Compiling bytecount v0.6.9
18192026-06-05T21:22:49.567Z Compiling papergrid v0.11.0
18202026-06-05T21:22:49.570Z Compiling petgraph v0.8.3
18212026-06-05T21:22:49.821Z Compiling petgraph v0.6.5
18222026-06-05T21:22:50.688Z Compiling tough v0.22.0
18232026-06-05T21:22:51.315Z Compiling progenitor v0.14.0
18242026-06-05T21:22:51.326Z Compiling zone v0.3.1
18252026-06-05T21:22:51.417Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18262026-06-05T21:22:51.450Z Compiling libsw v3.5.0
18272026-06-05T21:22:51.626Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-06-05T21:22:51.664Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-05T21:22:51.860Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18302026-06-05T21:22:52.106Z Compiling oxide-tokio-rt v0.1.6
18312026-06-05T21:22:52.117Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18322026-06-05T21:22:52.211Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-06-05T21:22:52.396Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-06-05T21:22:52.815Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-05T21:22:52.991Z Compiling const_format v0.2.36
18362026-06-05T21:22:53.021Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-05T21:22:53.679Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18382026-06-05T21:22:53.736Z Compiling tabled_derive v0.7.0
18392026-06-05T21:22:53.934Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-05T21:22:53.945Z Compiling gethostname v0.5.0
18412026-06-05T21:22:54.065Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-05T21:22:54.088Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18432026-06-05T21:22:54.188Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-05T21:22:54.311Z Compiling bcs v0.1.6
18452026-06-05T21:22:54.385Z Compiling smf v0.2.3
18462026-06-05T21:22:54.521Z Compiling nom v8.0.0
18472026-06-05T21:22:54.633Z Compiling smawk v0.3.2
18482026-06-05T21:22:54.705Z Compiling lazy_static v1.5.0
18492026-06-05T21:22:54.772Z Compiling linear-map v1.2.0
18502026-06-05T21:22:54.809Z Compiling crunchy v0.2.4
18512026-06-05T21:22:54.962Z Compiling termtree v0.5.1
18522026-06-05T21:22:54.994Z Compiling whoami v1.6.1
18532026-06-05T21:22:55.110Z Compiling tagptr v0.2.0
18542026-06-05T21:22:55.123Z Compiling unicode-linebreak v0.1.5
18552026-06-05T21:22:55.264Z Compiling moka v0.12.15
18562026-06-05T21:22:55.311Z Compiling textwrap v0.16.2
18572026-06-05T21:22:55.379Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-05T21:22:55.536Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-05T21:22:55.832Z Compiling steno v0.4.1
18602026-06-05T21:22:56.039Z Compiling tabled v0.15.0
18612026-06-05T21:22:56.849Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-05T21:22:57.020Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-05T21:22:57.023Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-05T21:22:57.845Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-05T21:22:58.745Z Compiling hickory-proto v0.25.2
18662026-06-05T21:22:58.798Z Compiling tiny-keccak v2.0.2
18672026-06-05T21:22:59.053Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18682026-06-05T21:22:59.169Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18692026-06-05T21:22:59.823Z Compiling parking_lot_core v0.8.6
18702026-06-05T21:22:59.976Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18712026-06-05T21:23:00.145Z Compiling libscf-sys v1.2.0
18722026-06-05T21:23:00.184Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-05T21:23:00.283Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18742026-06-05T21:23:00.346Z Compiling const-random-macro v0.1.16
18752026-06-05T21:23:00.493Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18762026-06-05T21:23:00.529Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18772026-06-05T21:23:00.758Z Compiling hickory-resolver v0.25.2
18782026-06-05T21:23:00.916Z Compiling ahash v0.8.12
18792026-06-05T21:23:00.916Z Compiling smartstring v1.0.1
18802026-06-05T21:23:01.038Z Compiling parking_lot v0.11.2
18812026-06-05T21:23:01.231Z Compiling const-random v0.1.18
18822026-06-05T21:23:01.452Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18832026-06-05T21:23:01.474Z Compiling fxhash v0.2.1
18842026-06-05T21:23:01.610Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-05T21:23:01.636Z Compiling internet-checksum v0.2.1
18862026-06-05T21:23:01.692Z Compiling sled v0.34.7
18872026-06-05T21:23:02.251Z Compiling thin-vec v0.2.18
18882026-06-05T21:23:02.293Z Compiling rhai_codegen v3.2.0
18892026-06-05T21:23:02.601Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18902026-06-05T21:23:02.684Z Compiling serial_test_derive v3.5.0
18912026-06-05T21:23:03.021Z Compiling yansi v1.0.1
18922026-06-05T21:23:03.313Z Compiling diff v0.1.13
18932026-06-05T21:23:03.440Z Compiling serial_test v3.5.0
18942026-06-05T21:23:03.592Z Compiling rhai v1.25.1
18952026-06-05T21:23:03.615Z Compiling pretty_assertions v1.4.1
18962026-06-05T21:23:03.826Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18972026-06-05T21:23:05.755Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-05T21:23:13.909Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-05T21:23:15.489Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-05T21:23:16.497Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19012026-06-05T21:23:17.461Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19022026-06-05T21:23:18.290Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19032026-06-05T21:23:19.430Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19042026-06-05T21:23:51.088Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 16s
19052026-06-05T21:23:51.269Z────────────
19062026-06-05T21:23:51.269Z Nextest run ID d57031cf-5de6-4aa5-8eba-dd5cdc2b11a1 with nextest profile: default
19072026-06-05T21:23:51.269Z Starting 154 tests across 3 binaries
19082026-06-05T21:23:51.306Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19092026-06-05T21:23:51.306Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19102026-06-05T21:23:51.306Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19112026-06-05T21:23:51.306Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19122026-06-05T21:23:51.306Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19132026-06-05T21:23:51.306Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19142026-06-05T21:23:51.307Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19152026-06-05T21:23:51.307Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19162026-06-05T21:23:51.307Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19172026-06-05T21:23:51.307Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19182026-06-05T21:23:51.307Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19192026-06-05T21:23:51.307Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19202026-06-05T21:23:51.307Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19212026-06-05T21:23:51.307Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19222026-06-05T21:23:51.307Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19232026-06-05T21:23:51.308Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19242026-06-05T21:23:51.308Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19252026-06-05T21:23:51.308Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19262026-06-05T21:23:51.308Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19272026-06-05T21:23:51.308Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_maximum_length
19282026-06-05T21:23:51.308Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19292026-06-05T21:23:51.308Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19302026-06-05T21:23:51.308Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
19312026-06-05T21:23:51.308Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19322026-06-05T21:23:51.312Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19332026-06-05T21:23:51.312Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19342026-06-05T21:23:51.315Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19352026-06-05T21:23:51.315Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19362026-06-05T21:23:51.315Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19372026-06-05T21:23:51.315Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19382026-06-05T21:23:51.315Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19392026-06-05T21:23:51.315Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19402026-06-05T21:23:51.322Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19412026-06-05T21:23:51.325Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19422026-06-05T21:23:51.325Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19432026-06-05T21:23:51.325Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19442026-06-05T21:23:51.325Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19452026-06-05T21:23:51.325Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19462026-06-05T21:23:51.325Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19472026-06-05T21:23:51.325Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19482026-06-05T21:23:51.331Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19492026-06-05T21:23:51.339Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19502026-06-05T21:23:51.339Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19512026-06-05T21:23:51.339Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19522026-06-05T21:23:51.339Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19532026-06-05T21:23:51.340Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19542026-06-05T21:23:51.340Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19552026-06-05T21:23:51.340Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19562026-06-05T21:23:51.347Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19572026-06-05T21:23:51.347Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19582026-06-05T21:23:51.347Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19592026-06-05T21:23:51.347Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19602026-06-05T21:23:51.347Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19612026-06-05T21:23:51.347Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19622026-06-05T21:23:51.347Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19632026-06-05T21:23:51.347Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19642026-06-05T21:23:51.350Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19652026-06-05T21:23:51.350Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
19662026-06-05T21:23:51.356Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19672026-06-05T21:23:51.356Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19682026-06-05T21:23:51.356Z PASS [ 0.009s] bgp messages::tests::prefix_within
19692026-06-05T21:23:51.356Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19702026-06-05T21:23:51.356Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19712026-06-05T21:23:51.357Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19722026-06-05T21:23:51.359Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19732026-06-05T21:23:51.360Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19742026-06-05T21:23:51.360Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19752026-06-05T21:23:51.360Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19762026-06-05T21:23:51.360Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19772026-06-05T21:23:51.363Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19782026-06-05T21:23:51.363Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19792026-06-05T21:23:51.363Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19802026-06-05T21:23:51.366Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19812026-06-05T21:23:51.369Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19822026-06-05T21:23:51.369Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19832026-06-05T21:23:51.369Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19842026-06-05T21:23:51.369Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19852026-06-05T21:23:51.369Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19862026-06-05T21:23:51.372Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19872026-06-05T21:23:51.372Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19882026-06-05T21:23:51.375Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19892026-06-05T21:23:51.380Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19902026-06-05T21:23:51.380Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19912026-06-05T21:23:51.380Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
19922026-06-05T21:23:51.392Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
19932026-06-05T21:23:51.395Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
19942026-06-05T21:23:51.395Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
19952026-06-05T21:23:51.395Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19962026-06-05T21:23:51.395Z PASS [ 0.023s] bgp policy::test::shape_update_prefixes
19972026-06-05T21:23:51.395Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
19982026-06-05T21:23:51.398Z PASS [ 0.020s] bgp policy::test::update_shape_community
19992026-06-05T21:23:51.405Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20002026-06-05T21:23:51.408Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20012026-06-05T21:23:51.408Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20022026-06-05T21:23:51.408Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20032026-06-05T21:23:51.411Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20042026-06-05T21:23:51.411Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20052026-06-05T21:23:51.411Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20062026-06-05T21:23:51.411Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20072026-06-05T21:23:51.418Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20082026-06-05T21:23:51.422Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20092026-06-05T21:23:51.427Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20102026-06-05T21:23:51.427Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20112026-06-05T21:23:51.427Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20122026-06-05T21:23:51.427Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20132026-06-05T21:23:51.431Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20142026-06-05T21:23:51.431Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20152026-06-05T21:23:51.433Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20162026-06-05T21:23:51.433Z PASS [ 0.028s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20172026-06-05T21:23:51.436Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20182026-06-05T21:23:51.436Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20192026-06-05T21:23:51.436Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20202026-06-05T21:23:51.439Z PASS [ 0.030s] bgp proptest::prop_update_mp_reach_roundtrip
20212026-06-05T21:23:51.442Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20222026-06-05T21:23:51.442Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20232026-06-05T21:23:51.442Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20242026-06-05T21:23:51.442Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20252026-06-05T21:23:51.447Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20262026-06-05T21:23:51.447Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20272026-06-05T21:23:51.447Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20282026-06-05T21:23:51.453Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20292026-06-05T21:23:54.508Z PASS [ 3.066s] bgp test::test_basic_peering_active
20302026-06-05T21:23:54.508Z PASS [ 3.065s] bgp test::test_basic_peering_passive
20312026-06-05T21:23:54.511Z PASS [ 3.065s] bgp test::test_basic_update
20322026-06-05T21:23:54.511Z PASS [ 3.065s] bgp test::test_basic_update_ipv6
20332026-06-05T21:23:54.517Z PASS [ 3.076s] bgp test::test_basic_peering_passive_tcp
20342026-06-05T21:23:54.522Z PASS [ 3.080s] bgp test::test_basic_peering_active_tcp
20352026-06-05T21:23:54.532Z PASS [ 3.085s] bgp test::test_basic_update_tcp
20362026-06-05T21:23:54.535Z PASS [ 3.088s] bgp test::test_basic_update_ipv6_tcp
20372026-06-05T21:23:57.585Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_active
20382026-06-05T21:23:57.612Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_passive
20392026-06-05T21:23:57.615Z PASS [ 3.083s] bgp test::test_ipv6_basic_peering_passive_tcp
20402026-06-05T21:23:58.590Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20412026-06-05T21:23:58.590Z PASS [ 4.081s] bgp test::test_import_export_policy_filtering
20422026-06-05T21:23:58.593Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv4_peer_success
20432026-06-05T21:23:58.593Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv6_peer_success
20442026-06-05T21:23:58.599Z PASS [ 4.078s] bgp test::test_ipv6_basic_peering_active_tcp
20452026-06-05T21:23:58.673Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20462026-06-05T21:23:59.689Z PASS [ 1.099s] bgp test::test_three_router_chain_tcp
20472026-06-05T21:23:59.692Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp_ipv6
20482026-06-05T21:24:00.406Z PASS [ 2.790s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20492026-06-05T21:24:00.654Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20502026-06-05T21:24:00.750Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20512026-06-05T21:24:00.756Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20522026-06-05T21:24:00.761Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20532026-06-05T21:24:00.765Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20542026-06-05T21:24:00.770Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20552026-06-05T21:24:01.659Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
20562026-06-05T21:24:01.662Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20572026-06-05T21:24:03.660Z PASS [ 5.060s] bgp test::test_unnumbered_dualstack_route_exchange
20582026-06-05T21:24:05.468Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20592026-06-05T21:24:08.756Z PASS [ 9.063s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20602026-06-05T21:24:09.718Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20612026-06-05T21:24:16.741Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20622026-06-05T21:24:16.741Z────────────
20632026-06-05T21:24:16.741Z Summary [ 25.469s] 154 tests run: 154 passed, 0 skipped
20642026-06-05T21:24:16.754Z+ cp ./dualstack_routes.log ./loopback-manager.test_basic_peering_active_tcp.log ./loopback-manager.test_basic_peering_passive_tcp.log ./loopback-manager.test_basic_update_ipv6_tcp.log ./loopback-manager.test_basic_update_tcp.log ./loopback-manager.test_dual_stack_routes_ipv4_peer_success.log ./loopback-manager.test_dual_stack_routes_ipv6_peer_success.log ./loopback-manager.test_import_export_policy_filtering.log ./loopback-manager.test_ipv4_routes_ipv6_peer_success.log ./loopback-manager.test_ipv6_basic_peering_active_tcp.log ./loopback-manager.test_ipv6_basic_peering_passive_tcp.log ./loopback-manager.test_ipv6_routes_ipv4_peer_success.log ./loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log ./loopback-manager.test_three_router_chain_tcp_ipv6.log ./loopback-manager.test_three_router_chain_tcp.log ./multiple_unnumbered.log ./ndp_change_reset.log ./ndp_changes.log ./r1.test_basic_peering_active_tcp.log ./r1.test_basic_peering_active.log ./r1.test_basic_peering_passive_tcp.log ./r1.test_basic_peering_passive.log ./r1.test_basic_update_ipv6_tcp.log ./r1.test_basic_update_ipv6.log ./r1.test_basic_update_tcp.log ./r1.test_basic_update.log ./r1.test_dual_stack_routes_ipv4_peer_success.log ./r1.test_dual_stack_routes_ipv6_peer_success.log ./r1.test_import_export_policy_filtering.log ./r1.test_ipv4_routes_ipv6_peer_success.log ./r1.test_ipv6_basic_peering_active_tcp.log ./r1.test_ipv6_basic_peering_active.log ./r1.test_ipv6_basic_peering_passive_tcp.log ./r1.test_ipv6_basic_peering_passive.log ./r1.test_ipv6_routes_ipv4_peer_success.log ./r1.test_neighbor_thread_lifecycle_no_leaks.log ./r1.test_three_router_chain_tcp_ipv6.log ./r1.test_three_router_chain_tcp.log ./r2.test_basic_peering_active_tcp.log ./r2.test_basic_peering_active.log ./r2.test_basic_peering_passive_tcp.log ./r2.test_basic_peering_passive.log ./r2.test_basic_update_ipv6_tcp.log ./r2.test_basic_update_ipv6.log ./r2.test_basic_update_tcp.log ./r2.test_basic_update.log ./r2.test_dual_stack_routes_ipv4_peer_success.log ./r2.test_dual_stack_routes_ipv6_peer_success.log ./r2.test_import_export_policy_filtering.log ./r2.test_ipv4_routes_ipv6_peer_success.log ./r2.test_ipv6_basic_peering_active_tcp.log ./r2.test_ipv6_basic_peering_active.log ./r2.test_ipv6_basic_peering_passive_tcp.log ./r2.test_ipv6_basic_peering_passive.log ./r2.test_ipv6_routes_ipv4_peer_success.log ./r2.test_neighbor_thread_lifecycle_no_leaks.log ./r2.test_three_router_chain_tcp_ipv6.log ./r2.test_three_router_chain_tcp.log ./r3.test_three_router_chain_tcp_ipv6.log ./r3.test_three_router_chain_tcp.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/
20652026-06-05T21:24:16.760Z+ popd
20662026-06-05T21:24:16.760Z+ pushd mgd
20672026-06-05T21:24:16.760Z/work/oxidecomputer/maghemite
20682026-06-05T21:24:16.760Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20692026-06-05T21:24:16.760Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20702026-06-05T21:24:17.944Z Compiling slog v2.8.2
20712026-06-05T21:24:18.064Z Compiling usdt v0.6.0
20722026-06-05T21:24:18.144Z Compiling proc-macro-error-attr2 v2.0.0
20732026-06-05T21:24:18.159Z Compiling papergrid v0.18.0
20742026-06-05T21:24:18.166Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20752026-06-05T21:24:18.166Z Compiling testing_table v0.3.0
20762026-06-05T21:24:18.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20772026-06-05T21:24:18.336Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20782026-06-05T21:24:18.351Z Compiling slog-json v2.6.1
20792026-06-05T21:24:18.442Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20802026-06-05T21:24:18.550Z Compiling slog-term v2.9.2
20812026-06-05T21:24:18.569Z Compiling slog-async v2.8.0
20822026-06-05T21:24:18.679Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20832026-06-05T21:24:18.717Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20842026-06-05T21:24:18.738Z Compiling slog-bunyan v2.5.0
20852026-06-05T21:24:18.884Z Compiling dropshot v0.17.1
20862026-06-05T21:24:19.086Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-06-05T21:24:19.128Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-06-05T21:24:19.153Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20892026-06-05T21:24:19.466Z Compiling slog-dtrace v0.3.0
20902026-06-05T21:24:19.533Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20912026-06-05T21:24:19.787Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-06-05T21:24:19.911Z Compiling steno v0.4.1
20932026-06-05T21:24:20.180Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20942026-06-05T21:24:20.269Z Compiling proc-macro-error2 v2.0.1
20952026-06-05T21:24:20.548Z Compiling tabled_derive v0.11.0
20962026-06-05T21:24:21.645Z Compiling tabled v0.21.0
20972026-06-05T21:24:21.779Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-06-05T21:24:23.115Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20992026-06-05T21:24:24.406Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21002026-06-05T21:24:24.493Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21012026-06-05T21:24:24.612Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21022026-06-05T21:24:25.005Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-06-05T21:24:25.194Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-06-05T21:24:25.393Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21052026-06-05T21:24:26.133Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-06-05T21:24:26.176Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-06-05T21:24:26.969Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-05T21:24:27.732Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-06-05T21:24:27.922Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21102026-06-05T21:24:27.965Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-05T21:24:28.153Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-06-05T21:24:28.188Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-05T21:24:29.199Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-05T21:24:29.239Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21152026-06-05T21:24:29.251Z Compiling crc8 v0.1.1
21162026-06-05T21:24:29.868Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-05T21:24:30.030Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21182026-06-05T21:24:30.081Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21192026-06-05T21:24:30.092Z Compiling dropshot-api-manager-types v0.7.2
21202026-06-05T21:24:30.418Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21212026-06-05T21:24:31.123Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-05T21:24:34.036Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-06-05T21:24:34.036Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-05T21:24:35.245Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-05T21:24:35.732Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-05T21:24:35.902Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-05T21:24:38.057Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-05T21:24:38.235Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-05T21:24:43.342Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-05T21:24:50.847Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-05T21:24:52.445Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-05T21:24:53.483Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21332026-06-05T21:24:54.420Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21342026-06-05T21:24:55.249Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21352026-06-05T21:24:56.384Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21362026-06-05T21:24:56.384Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21372026-06-05T21:24:56.384Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21382026-06-05T21:25:02.039Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21392026-06-05T21:25:28.759Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 11s
21402026-06-05T21:25:28.929Z────────────
21412026-06-05T21:25:28.929Z Nextest run ID 300cdf86-0b91-46bf-abad-00f4a764d83c with nextest profile: default
21422026-06-05T21:25:28.929Z Starting 36 tests across 3 binaries
21432026-06-05T21:25:28.935Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21442026-06-05T21:25:28.935Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21452026-06-05T21:25:28.935Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21462026-06-05T21:25:28.939Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21472026-06-05T21:25:28.942Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21482026-06-05T21:25:28.942Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21492026-06-05T21:25:28.954Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21502026-06-05T21:25:28.971Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21512026-06-05T21:25:28.988Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21522026-06-05T21:25:28.988Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21532026-06-05T21:25:28.994Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21542026-06-05T21:25:28.994Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21552026-06-05T21:25:28.997Z PASS [ 0.066s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21562026-06-05T21:25:28.997Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21572026-06-05T21:25:28.997Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21582026-06-05T21:25:28.997Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21592026-06-05T21:25:29.002Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21602026-06-05T21:25:29.005Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21612026-06-05T21:25:29.005Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21622026-06-05T21:25:29.005Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21632026-06-05T21:25:29.005Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21642026-06-05T21:25:29.005Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21652026-06-05T21:25:29.005Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21662026-06-05T21:25:29.009Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21672026-06-05T21:25:29.009Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21682026-06-05T21:25:29.012Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21692026-06-05T21:25:29.012Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21702026-06-05T21:25:29.012Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21712026-06-05T21:25:29.015Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21722026-06-05T21:25:29.015Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21732026-06-05T21:25:29.015Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21742026-06-05T21:25:29.015Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21752026-06-05T21:25:29.015Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21762026-06-05T21:25:29.018Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21772026-06-05T21:25:29.022Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21782026-06-05T21:25:29.022Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21792026-06-05T21:25:29.022Z────────────
21802026-06-05T21:25:29.022Z Summary [ 0.091s] 36 tests run: 36 passed, 0 skipped
21812026-06-05T21:25:29.031Z+ cp ./apply_remove_entire_group.log /work/
21822026-06-05T21:25:29.034Z+ popd
21832026-06-05T21:25:29.034Z/work/oxidecomputer/maghemite
21842026-06-05T21:25:29.034Zprocess exited: duration 420358 ms, exit code 0
 
21852026-06-05T21:25:29.046Zfound 66 output files
21862026-06-05T21:25:29.046Zuploading: /work/apply_remove_entire_group.log (16233 bytes)
21872026-06-05T21:25:30.058Zuploaded: /work/apply_remove_entire_group.log
21882026-06-05T21:25:30.063Zuploading: /work/dualstack_routes.log (122898 bytes)
21892026-06-05T21:25:31.079Zuploaded: /work/dualstack_routes.log
21902026-06-05T21:25:31.079Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2278 bytes)
21912026-06-05T21:25:32.131Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21922026-06-05T21:25:32.131Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1446 bytes)
21932026-06-05T21:25:33.148Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21942026-06-05T21:25:33.160Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2265 bytes)
21952026-06-05T21:25:34.173Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21962026-06-05T21:25:34.175Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2196 bytes)
21972026-06-05T21:25:36.136Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21982026-06-05T21:25:36.136Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2189 bytes)
21992026-06-05T21:25:38.748Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22002026-06-05T21:25:38.748Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2409 bytes)
22012026-06-05T21:25:39.767Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22022026-06-05T21:25:39.767Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2935 bytes)
22032026-06-05T21:25:40.790Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22042026-06-05T21:25:40.790Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2028 bytes)
22052026-06-05T21:25:41.804Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22062026-06-05T21:25:41.804Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2253 bytes)
22072026-06-05T21:25:42.964Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22082026-06-05T21:25:42.964Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2230 bytes)
22092026-06-05T21:25:43.984Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22102026-06-05T21:25:43.984Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2256 bytes)
22112026-06-05T21:25:45.005Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22122026-06-05T21:25:45.005Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2394 bytes)
22132026-06-05T21:25:46.022Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22142026-06-05T21:25:46.022Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4623 bytes)
22152026-06-05T21:25:47.040Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22162026-06-05T21:25:47.040Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3509 bytes)
22172026-06-05T21:25:48.279Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22182026-06-05T21:25:48.279Zuploading: /work/multiple_unnumbered.log (144277 bytes)
22192026-06-05T21:25:49.343Zuploaded: /work/multiple_unnumbered.log
22202026-06-05T21:25:49.343Zuploading: /work/ndp_change_reset.log (70252 bytes)
22212026-06-05T21:25:50.373Zuploaded: /work/ndp_change_reset.log
22222026-06-05T21:25:50.373Zuploading: /work/ndp_changes.log (89266 bytes)
22232026-06-05T21:25:51.428Zuploaded: /work/ndp_changes.log
22242026-06-05T21:25:51.428Zuploading: /work/r1.test_basic_peering_active.log (38193 bytes)
22252026-06-05T21:25:52.446Zuploaded: /work/r1.test_basic_peering_active.log
22262026-06-05T21:25:52.446Zuploading: /work/r1.test_basic_peering_active_tcp.log (49775 bytes)
22272026-06-05T21:25:54.594Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22282026-06-05T21:25:54.594Zuploading: /work/r1.test_basic_peering_passive.log (33698 bytes)
22292026-06-05T21:25:55.608Zuploaded: /work/r1.test_basic_peering_passive.log
22302026-06-05T21:25:55.608Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39688 bytes)
22312026-06-05T21:25:56.620Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22322026-06-05T21:25:56.620Zuploading: /work/r1.test_basic_update.log (55607 bytes)
22332026-06-05T21:25:57.635Zuploaded: /work/r1.test_basic_update.log
22342026-06-05T21:25:57.635Zuploading: /work/r1.test_basic_update_ipv6.log (40537 bytes)
22352026-06-05T21:25:58.648Zuploaded: /work/r1.test_basic_update_ipv6.log
22362026-06-05T21:25:58.648Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31019 bytes)
22372026-06-05T21:25:59.662Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22382026-06-05T21:25:59.662Zuploading: /work/r1.test_basic_update_tcp.log (31290 bytes)
22392026-06-05T21:26:00.677Zuploaded: /work/r1.test_basic_update_tcp.log
22402026-06-05T21:26:00.677Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (59316 bytes)
22412026-06-05T21:26:01.692Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22422026-06-05T21:26:01.692Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (56857 bytes)
22432026-06-05T21:26:02.706Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22442026-06-05T21:26:02.707Zuploading: /work/r1.test_import_export_policy_filtering.log (59887 bytes)
22452026-06-05T21:26:03.721Zuploaded: /work/r1.test_import_export_policy_filtering.log
22462026-06-05T21:26:03.721Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (48931 bytes)
22472026-06-05T21:26:04.734Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22482026-06-05T21:26:04.734Zuploading: /work/r1.test_ipv6_basic_peering_active.log (38053 bytes)
22492026-06-05T21:26:05.748Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22502026-06-05T21:26:05.748Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49032 bytes)
22512026-06-05T21:26:06.760Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22522026-06-05T21:26:06.760Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33717 bytes)
22532026-06-05T21:26:07.775Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22542026-06-05T21:26:07.775Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40319 bytes)
22552026-06-05T21:26:08.788Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22562026-06-05T21:26:08.788Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35622 bytes)
22572026-06-05T21:26:09.802Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22582026-06-05T21:26:09.802Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29940 bytes)
22592026-06-05T21:26:10.814Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22602026-06-05T21:26:10.814Zuploading: /work/r1.test_three_router_chain_tcp.log (22156 bytes)
22612026-06-05T21:26:11.827Zuploaded: /work/r1.test_three_router_chain_tcp.log
22622026-06-05T21:26:11.827Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25930 bytes)
22632026-06-05T21:26:12.839Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22642026-06-05T21:26:12.839Zuploading: /work/r2.test_basic_peering_active.log (38981 bytes)
22652026-06-05T21:26:13.853Zuploaded: /work/r2.test_basic_peering_active.log
22662026-06-05T21:26:13.854Zuploading: /work/r2.test_basic_peering_active_tcp.log (47767 bytes)
22672026-06-05T21:26:14.867Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22682026-06-05T21:26:14.868Zuploading: /work/r2.test_basic_peering_passive.log (41323 bytes)
22692026-06-05T21:26:15.882Zuploaded: /work/r2.test_basic_peering_passive.log
22702026-06-05T21:26:15.883Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45944 bytes)
22712026-06-05T21:26:16.897Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22722026-06-05T21:26:16.897Zuploading: /work/r2.test_basic_update.log (64851 bytes)
22732026-06-05T21:26:17.912Zuploaded: /work/r2.test_basic_update.log
22742026-06-05T21:26:17.912Zuploading: /work/r2.test_basic_update_ipv6.log (37522 bytes)
22752026-06-05T21:26:18.927Zuploaded: /work/r2.test_basic_update_ipv6.log
22762026-06-05T21:26:18.927Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (33465 bytes)
22772026-06-05T21:26:19.956Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22782026-06-05T21:26:19.957Zuploading: /work/r2.test_basic_update_tcp.log (32802 bytes)
22792026-06-05T21:26:20.982Zuploaded: /work/r2.test_basic_update_tcp.log
22802026-06-05T21:26:20.982Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (60163 bytes)
22812026-06-05T21:26:21.996Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22822026-06-05T21:26:21.996Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (53877 bytes)
22832026-06-05T21:26:23.011Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22842026-06-05T21:26:23.012Zuploading: /work/r2.test_import_export_policy_filtering.log (57847 bytes)
22852026-06-05T21:26:24.027Zuploaded: /work/r2.test_import_export_policy_filtering.log
22862026-06-05T21:26:24.027Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (53242 bytes)
22872026-06-05T21:26:25.042Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22882026-06-05T21:26:25.043Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38772 bytes)
22892026-06-05T21:26:26.057Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22902026-06-05T21:26:26.057Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47615 bytes)
22912026-06-05T21:26:27.074Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22922026-06-05T21:26:27.074Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41278 bytes)
22932026-06-05T21:26:28.088Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22942026-06-05T21:26:28.088Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46417 bytes)
22952026-06-05T21:26:29.101Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22962026-06-05T21:26:29.101Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38166 bytes)
22972026-06-05T21:26:30.115Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22982026-06-05T21:26:30.115Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28070 bytes)
22992026-06-05T21:26:31.130Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23002026-06-05T21:26:31.130Zuploading: /work/r2.test_three_router_chain_tcp.log (45473 bytes)
23012026-06-05T21:26:32.144Zuploaded: /work/r2.test_three_router_chain_tcp.log
23022026-06-05T21:26:32.144Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41375 bytes)
23032026-06-05T21:26:33.157Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23042026-06-05T21:26:33.157Zuploading: /work/r3.test_three_router_chain_tcp.log (25007 bytes)
23052026-06-05T21:26:34.174Zuploaded: /work/r3.test_three_router_chain_tcp.log
23062026-06-05T21:26:34.174Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21416 bytes)
23072026-06-05T21:26:35.185Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23082026-06-05T21:26:35.185Zuploading: /work/same_linklocal.log (159909 bytes)
23092026-06-05T21:26:36.201Zuploaded: /work/same_linklocal.log
23102026-06-05T21:26:36.201Zuploading: /work/three_chain.log (172900 bytes)
23112026-06-05T21:26:37.219Zuploaded: /work/three_chain.log
23122026-06-05T21:26:37.219Zuploading: /work/unnumbered_expiry.log (88900 bytes)
23132026-06-05T21:26:38.235Zuploaded: /work/unnumbered_expiry.log
23142026-06-05T21:26:38.235Zuploading: /work/unnumbered_interface_lifecycle.log (165453 bytes)
23152026-06-05T21:26:39.252Zuploaded: /work/unnumbered_interface_lifecycle.log
23162026-06-05T21:26:39.253Zuploading: /work/unnumbered_peer_change.log (79140 bytes)
23172026-06-05T21:26:40.269Zuploaded: /work/unnumbered_peer_change.log