01KVY1A3KHW6BD0FM01T9VBXN5: 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: 01KVY1AR0Y8E853MW1JXB2SSD2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:03:01.414Zjob assigned to worker 01KVY1BBMTQKE7W9GTHX0EPVBG [factory aws, i-0f56287d2ca0de412] (queued for 1 m 1 s)
 
22026-06-25T00:03:07.873Zstarting task 0: "setup"
32026-06-25T00:03:07.879Z++ uname -s
42026-06-25T00:03:07.882Z+ kern=SunOS
52026-06-25T00:03:07.882Z+ build_user=build
62026-06-25T00:03:07.882Z+ build_uid=12345
72026-06-25T00:03:07.882Z+ work_dir=/work
82026-06-25T00:03:07.882Z+ input_dir=/input
92026-06-25T00:03:07.882Z+ [[ 0 == 12345 ]]
102026-06-25T00:03:07.882Z+ case "$kern" in
112026-06-25T00:03:07.882Z+ groupadd -g 12345 build
122026-06-25T00:03:07.885Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:03:09.890Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:03:09.958Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:03:09.960Z+ home_fs=zfs
162026-06-25T00:03:09.961Z+ [[ zfs == autofs ]]
172026-06-25T00:03:09.961Z+ mkdir -p /home/build
182026-06-25T00:03:09.961Z+ chown build:build /home/build /work
192026-06-25T00:03:11.962Z+ chmod 0700 /home/build /work
202026-06-25T00:03:11.965Zprocess exited: duration 4089 ms, exit code 0
 
212026-06-25T00:03:11.970Zstarting task 1: "rust-toolchain"
222026-06-25T00:03:11.974Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T00:03:11.974Z * rust toolchain channel = "stable"
242026-06-25T00:03:11.974Z * rust toolchain profile = "default"
252026-06-25T00:03:11.974Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T00:03:11.974Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:03:11.974Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:03:11.977Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:03:11.977Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T00:03:12.073Zinfo: downloading installer
312026-06-25T00:03:13.705Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:03:13.706Zwarn: /opt/ooce/bin
332026-06-25T00:03:13.706Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:03:13.706Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:03:13.706Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:03:13.706Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:03:13.706Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:03:13.706Zerror: cannot install while Rust is installed
392026-06-25T00:03:13.706Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:03:13.706Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:03:13.706Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:03:13.706Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:03:13.706Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:03:13.719Zinfo: profile set to default
452026-06-25T00:03:13.719Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:03:13.723Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T00:03:13.855Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T00:03:13.859Zinfo: downloading 6 components
492026-06-25T00:03:29.467Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T00:03:29.467Z
512026-06-25T00:03:29.497Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T00:03:29.498Z
532026-06-25T00:03:29.498Z
542026-06-25T00:03:29.498ZRust is installed now. Great!
552026-06-25T00:03:29.498Z
562026-06-25T00:03:29.498ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:03:29.511Zenvironment variable. This has not been done automatically.
582026-06-25T00:03:29.511Z
592026-06-25T00:03:29.511ZTo configure your current shell, you need to source
602026-06-25T00:03:29.511Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:03:29.511Z
622026-06-25T00:03:29.511ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:03:29.511Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:03:29.511Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:03:29.511Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:03:29.511Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:03:29.512Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:03:29.512Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:03:29.512Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:03:29.512Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:03:29.582Z+ rustup --version
722026-06-25T00:03:29.591Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:03:29.599Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:03:29.618Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T00:03:29.628Z+ cargo --version
762026-06-25T00:03:29.636Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T00:03:29.636Z+ rustc --version
782026-06-25T00:03:29.655Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T00:03:29.664Zprocess exited: duration 17678 ms, exit code 0
 
802026-06-25T00:03:29.674Zstarting task 2: "authentication"
812026-06-25T00:03:29.702Zprocess exited: duration 24 ms, exit code 0
 
822026-06-25T00:03:29.711Zstarting task 3: "clone repository"
832026-06-25T00:03:29.714Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T00:03:29.718Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T00:03:29.782ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T00:03:30.915Z+ cd /work/oxidecomputer/maghemite
872026-06-25T00:03:30.915Z+ git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e
882026-06-25T00:03:31.195ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T00:03:31.195Z * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD
902026-06-25T00:03:31.201Z+ [[ -n trey/ndp-demux ]]
912026-06-25T00:03:31.201Z++ git branch --show-current
922026-06-25T00:03:31.201Z+ current=main
932026-06-25T00:03:31.201Z+ [[ main != trey/ndp-demux ]]
942026-06-25T00:03:31.201Z+ git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e
952026-06-25T00:03:31.201Z+ git checkout -f trey/ndp-demux
962026-06-25T00:03:31.214ZSwitched to branch 'trey/ndp-demux'
972026-06-25T00:03:31.222Z+ git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e
982026-06-25T00:03:31.233ZHEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux
992026-06-25T00:03:31.238Zprocess exited: duration 1521 ms, exit code 0
 
1002026-06-25T00:03:31.326Zstarting task 4: "build"
1012026-06-25T00:03:31.332Z+ set -e
1022026-06-25T00:03:31.332Z+ source .github/buildomat/test-common.sh
1032026-06-25T00:03:31.332Z++ NEXTEST_VERSION=0.9.97
1042026-06-25T00:03:31.332Z++ PLATFORM=illumos
1052026-06-25T00:03:31.332Z++ banner install
1062026-06-25T00:03:31.332Z
1072026-06-25T00:03:31.332Z # # # #### ##### ## # #
1082026-06-25T00:03:31.332Z # ## # # # # # # #
1092026-06-25T00:03:31.332Z # # # # #### # # # # #
1102026-06-25T00:03:31.332Z # # # # # # ###### # #
1112026-06-25T00:03:31.332Z # # ## # # # # # # #
1122026-06-25T00:03:31.332Z # # # #### # # # ###### ######
1132026-06-25T00:03:31.332Z
1142026-06-25T00:03:31.332Z++ set +o errexit
1152026-06-25T00:03:31.333Z++ pkg info clang-15
1162026-06-25T00:03:31.338Z++ grep -qi installed
1172026-06-25T00:03:32.572Zpkg: info: no packages matching the following patterns you specified are
1182026-06-25T00:03:32.572Zinstalled on the system. Try querying remotely instead:
1192026-06-25T00:03:32.572Z
1202026-06-25T00:03:32.572Z clang-15
1212026-06-25T00:03:32.610Z++ [[ 1 != 0 ]]
1222026-06-25T00:03:32.610Z++ set -o errexit
1232026-06-25T00:03:32.613Z++ pfexec pkg install clang-15
1242026-06-25T00:03:39.975Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-25T00:03:47.695Z Startup: Caching catalogs ... Done
1262026-06-25T00:03:55.602ZPlanning: Solver setup ... Done
1272026-06-25T00:03:55.621ZPlanning: Running solver ... Done
1282026-06-25T00:03:55.621ZPlanning: Finding local manifests ... Done
1292026-06-25T00:03:55.621ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-25T00:03:55.621ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-25T00:03:55.621ZPlanning: Package planning ... Done
1322026-06-25T00:03:55.621ZPlanning: Merging actions ... Done
1332026-06-25T00:03:55.621ZPlanning: Checking for conflicting actions ... Done
1342026-06-25T00:03:55.621ZPlanning: Consolidating action changes ... Done
1352026-06-25T00:03:56.068ZPlanning: Evaluating mediators ... Done
1362026-06-25T00:03:56.073ZPlanning: Planning completed in 8.21 seconds
1372026-06-25T00:03:56.085Z Packages to install: 2
1382026-06-25T00:03:56.085Z Mediators to change: 2
1392026-06-25T00:03:56.085Z Services to change: 1
1402026-06-25T00:03:56.089Z Create boot environment: No
1412026-06-25T00:03:56.089ZCreate backup boot environment: No
1422026-06-25T00:03:56.127Z
1432026-06-25T00:03:56.127ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-25T00:04:01.130ZDownload: 936/3076 items 75.3/211.3MB 35% complete (15.5M/s)
1452026-06-25T00:04:09.871ZDownload: 983/3076 items 82.2/211.3MB 38% complete (14.7M/s)
1462026-06-25T00:04:14.879ZDownload: 1218/3076 items 114.6/211.3MB 54% complete (6.2M/s)
1472026-06-25T00:04:19.890ZDownload: 1814/3076 items 117.2/211.3MB 55% complete (3.7M/s)
1482026-06-25T00:04:25.274ZDownload: 2007/3076 items 117.7/211.3MB 55% complete (4.0M/s)
1492026-06-25T00:04:30.310ZDownload: 2095/3076 items 118.5/211.3MB 56% complete (126k/s)
1502026-06-25T00:04:35.325ZDownload: 3020/3076 items 190.8/211.3MB 90% complete (8.4M/s)
1512026-06-25T00:04:40.327ZDownload: 3029/3076 items 201.8/211.3MB 95% complete (9.7M/s)
1522026-06-25T00:04:53.154ZDownload: 3031/3076 items 201.8/211.3MB 95% complete
1532026-06-25T00:04:58.443ZDownload: 3070/3076 items 208.1/211.3MB 98% complete (1.1M/s)
1542026-06-25T00:04:58.495ZDownload: Completed 211.31 MB in 62.35 seconds (3.4M/s)
1552026-06-25T00:04:58.642Z Actions: 1/3418 actions (Installing new actions)
1562026-06-25T00:05:01.774Z Actions: Completed 3418 actions in 3.15 seconds.
1572026-06-25T00:05:02.426Z Done
1582026-06-25T00:05:02.426Z Done
1592026-06-25T00:05:03.164Z Done
1602026-06-25T00:05:06.545Z Done
1612026-06-25T00:05:06.619Z Done
1622026-06-25T00:05:06.622Z Done
1632026-06-25T00:05:06.916Z Done
1642026-06-25T00:05:07.623Z++ set -o errexit
1652026-06-25T00:05:07.623Z++ cargo --version
1662026-06-25T00:05:07.632Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1672026-06-25T00:05:07.776Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1682026-06-25T00:05:07.782Zinfo: downloading 6 components
1692026-06-25T00:05:22.609Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1702026-06-25T00:05:22.613Z++ rustc --version
1712026-06-25T00:05:22.638Zrustc 1.95.0 (59807616e 2026-04-14)
1722026-06-25T00:05:22.642Z++ cargo install cargo-nextest --version 0.9.97
1732026-06-25T00:05:22.683Z Updating crates.io index
1742026-06-25T00:05:22.779Z Downloading crates ...
1752026-06-25T00:05:22.851Z Downloaded cargo-nextest v0.9.97
1762026-06-25T00:05:22.900Z Installing cargo-nextest v0.9.97
1772026-06-25T00:05:22.941Z Updating crates.io index
1782026-06-25T00:05:25.733Z Locking 390 packages to latest compatible versions
1792026-06-25T00:05:25.737Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-06-25T00:05:25.737Z Adding duct v0.13.7 (available: v1.1.1)
1812026-06-25T00:05:25.743Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-06-25T00:05:25.743Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-06-25T00:05:25.743Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-06-25T00:05:25.743Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-06-25T00:05:25.747Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1862026-06-25T00:05:25.748Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-06-25T00:05:25.748Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1882026-06-25T00:05:25.751Z Adding quick-junit v0.5.2 (available: v0.6.0)
1892026-06-25T00:05:26.777Z Downloading crates ...
1902026-06-25T00:05:26.783Z Downloaded cargo-platform v0.3.3
1912026-06-25T00:05:26.783Z Downloaded adler2 v2.0.1
1922026-06-25T00:05:26.783Z Downloaded crypto-common v0.1.7
1932026-06-25T00:05:26.783Z Downloaded curve25519-dalek-derive v0.1.1
1942026-06-25T00:05:26.783Z Downloaded lru-slab v0.1.2
1952026-06-25T00:05:26.783Z Downloaded backtrace v0.3.76
1962026-06-25T00:05:26.783Z Downloaded dialoguer v0.11.0
1972026-06-25T00:05:26.783Z Downloaded form_urlencoded v1.2.2
1982026-06-25T00:05:26.783Z Downloaded cargo_metadata v0.23.1
1992026-06-25T00:05:26.783Z Downloaded borsh v1.7.0
2002026-06-25T00:05:26.784Z Downloaded openssl-macros v0.1.1
2012026-06-25T00:05:26.784Z Downloaded humantime-serde v1.1.1
2022026-06-25T00:05:26.784Z Downloaded http-body-util v0.1.3
2032026-06-25T00:05:26.784Z Downloaded http-body v1.0.1
2042026-06-25T00:05:26.784Z Downloaded futures-util v0.3.32
2052026-06-25T00:05:26.784Z Downloaded fixedbitset v0.5.7
2062026-06-25T00:05:26.784Z Downloaded mukti-metadata v0.3.0
2072026-06-25T00:05:26.784Z Downloaded jobserver v0.1.34
2082026-06-25T00:05:26.784Z Downloaded atomic-waker v1.1.2
2092026-06-25T00:05:26.784Z Downloaded home v0.5.12
2102026-06-25T00:05:26.784Z Downloaded lazy_static v1.5.0
2112026-06-25T00:05:26.784Z Downloaded serde-value v0.7.0
2122026-06-25T00:05:26.784Z Downloaded foreign-types-shared v0.1.1
2132026-06-25T00:05:26.784Z Downloaded block-buffer v0.10.4
2142026-06-25T00:05:26.784Z Downloaded indent_write v2.2.0
2152026-06-25T00:05:26.784Z Downloaded anstream v1.0.0
2162026-06-25T00:05:26.785Z Downloaded futures-core v0.3.32
2172026-06-25T00:05:26.785Z Downloaded is_terminal_polyfill v1.70.2
2182026-06-25T00:05:26.785Z Downloaded digest v0.10.7
2192026-06-25T00:05:26.785Z Downloaded either v1.16.0
2202026-06-25T00:05:26.785Z Downloaded percent-encoding v2.3.2
2212026-06-25T00:05:26.785Z Downloaded itoa v1.0.18
2222026-06-25T00:05:26.785Z Downloaded cfg_aliases v0.2.1
2232026-06-25T00:05:26.785Z Downloaded fnv v1.0.7
2242026-06-25T00:05:26.785Z Downloaded cargo-util-schemas v0.2.0
2252026-06-25T00:05:26.785Z Downloaded guppy-workspace-hack v0.1.0
2262026-06-25T00:05:26.785Z Downloaded equivalent v1.0.2
2272026-06-25T00:05:26.785Z Downloaded cpufeatures v0.2.17
2282026-06-25T00:05:26.785Z Downloaded atomicwrites v0.4.4
2292026-06-25T00:05:26.785Z Downloaded document-features v0.2.12
2302026-06-25T00:05:26.785Z Downloaded is_ci v1.2.0
2312026-06-25T00:05:26.785Z Downloaded hyper-tls v0.6.0
2322026-06-25T00:05:26.785Z Downloaded find-msvc-tools v0.1.9
2332026-06-25T00:05:26.785Z Downloaded bytes v1.12.0
2342026-06-25T00:05:26.785Z Downloaded futures-sink v0.3.32
2352026-06-25T00:05:26.785Z Downloaded backtrace-ext v0.2.1
2362026-06-25T00:05:26.785Z Downloaded base64ct v1.8.3
2372026-06-25T00:05:26.785Z Downloaded miette-derive v7.6.0
2382026-06-25T00:05:26.785Z Downloaded cargo_metadata v0.20.0
2392026-06-25T00:05:26.785Z Downloaded enable-ansi-support v0.2.1
2402026-06-25T00:05:26.785Z Downloaded debug-ignore v1.0.5
2412026-06-25T00:05:26.785Z Downloaded nested v0.1.1
2422026-06-25T00:05:26.785Z Downloaded ahash v0.8.12
2432026-06-25T00:05:26.785Z Downloaded camino-tempfile v1.4.1
2442026-06-25T00:05:26.785Z Downloaded number_prefix v0.4.0
2452026-06-25T00:05:26.786Z Downloaded openssl-probe v0.2.1
2462026-06-25T00:05:26.786Z Downloaded async-scoped v0.9.0
2472026-06-25T00:05:26.786Z Downloaded ordered-float v2.10.1
2482026-06-25T00:05:26.786Z Downloaded indenter v0.3.4
2492026-06-25T00:05:26.786Z Downloaded idna_adapter v1.0.0
2502026-06-25T00:05:26.786Z Downloaded hex v0.4.3
2512026-06-25T00:05:26.786Z Downloaded heck v0.5.0
2522026-06-25T00:05:26.786Z Downloaded fastrand v2.4.1
2532026-06-25T00:05:26.786Z Downloaded clap_lex v1.1.0
2542026-06-25T00:05:26.786Z Downloaded rustc_version v0.4.1
2552026-06-25T00:05:26.786Z Downloaded futures-task v0.3.32
2562026-06-25T00:05:26.786Z Downloaded colorchoice v1.0.5
2572026-06-25T00:05:26.786Z Downloaded cfg-if v1.0.4
2582026-06-25T00:05:26.786Z Downloaded pkcs8 v0.10.2
2592026-06-25T00:05:26.786Z Downloaded camino v1.2.3
2602026-06-25T00:05:26.786Z Downloaded color-spantrace v0.3.0
2612026-06-25T00:05:26.786Z Downloaded anstyle-query v1.1.5
2622026-06-25T00:05:26.786Z Downloaded native-tls v0.2.18
2632026-06-25T00:05:26.786Z Downloaded lock_api v0.4.14
2642026-06-25T00:05:26.786Z Downloaded pathdiff v0.2.3
2652026-06-25T00:05:26.786Z Downloaded base64 v0.22.1
2662026-06-25T00:05:26.786Z Downloaded futures-macro v0.3.32
2672026-06-25T00:05:26.786Z Downloaded nextest-metadata v0.12.2
2682026-06-25T00:05:26.786Z Downloaded crc32fast v1.5.0
2692026-06-25T00:05:26.786Z Downloaded globset v0.4.18
2702026-06-25T00:05:26.786Z Downloaded autocfg v1.5.1
2712026-06-25T00:05:26.786Z Downloaded cc v1.2.65
2722026-06-25T00:05:26.787Z Downloaded self-replace v1.5.0
2732026-06-25T00:05:26.787Z Downloaded humantime v2.3.0
2742026-06-25T00:05:26.787Z Downloaded foreign-types v0.3.2
2752026-06-25T00:05:26.787Z Downloaded errno v0.3.14
2762026-06-25T00:05:26.787Z Downloaded cargo-platform v0.2.0
2772026-06-25T00:05:26.787Z Downloaded httparse v1.10.1
2782026-06-25T00:05:26.787Z Downloaded foldhash v0.1.5
2792026-06-25T00:05:26.787Z Downloaded futures-io v0.3.32
2802026-06-25T00:05:26.787Z Downloaded os_pipe v1.2.3
2812026-06-25T00:05:26.787Z Downloaded nextest-workspace-hack v0.1.0
2822026-06-25T00:05:26.787Z Downloaded futures-executor v0.3.32
2832026-06-25T00:05:26.787Z Downloaded ed25519 v2.2.3
2842026-06-25T00:05:26.787Z Downloaded serde_spanned v0.6.9
2852026-06-25T00:05:26.787Z Downloaded convert_case v0.10.0
2862026-06-25T00:05:26.787Z Downloaded sigchld v0.2.4
2872026-06-25T00:05:26.787Z Downloaded rustc-hash v2.1.2
2882026-06-25T00:05:26.787Z Downloaded generic-array v0.14.7
2892026-06-25T00:05:26.787Z Downloaded strsim v0.11.1
2902026-06-25T00:05:26.792Z Downloaded signature v2.2.0
2912026-06-25T00:05:26.793Z Downloaded shell-words v1.1.1
2922026-06-25T00:05:26.793Z Downloaded subtle v2.6.1
2932026-06-25T00:05:26.793Z Downloaded serde_urlencoded v0.7.1
2942026-06-25T00:05:26.793Z Downloaded hyper-rustls v0.27.9
2952026-06-25T00:05:26.793Z Downloaded scopeguard v1.2.0
2962026-06-25T00:05:26.793Z Downloaded anstyle v1.0.14
2972026-06-25T00:05:26.793Z Downloaded cfg-expr v0.20.8
2982026-06-25T00:05:26.793Z Downloaded rand_core v0.9.5
2992026-06-25T00:05:26.793Z Downloaded ppv-lite86 v0.2.21
3002026-06-25T00:05:26.793Z Downloaded pin-project-internal v1.1.13
3012026-06-25T00:05:26.793Z Downloaded filetime v0.2.29
3022026-06-25T00:05:26.793Z Downloaded shared_child v1.1.1
3032026-06-25T00:05:26.793Z Downloaded serde_spanned v1.1.1
3042026-06-25T00:05:26.793Z Downloaded swrite v0.1.0
3052026-06-25T00:05:26.793Z Downloaded strip-ansi-escapes v0.2.1
3062026-06-25T00:05:26.793Z Downloaded signal-hook-mio v0.2.5
3072026-06-25T00:05:26.793Z Downloaded supports-unicode v3.0.0
3082026-06-25T00:05:26.793Z Downloaded sync_wrapper v1.0.2
3092026-06-25T00:05:26.793Z Downloaded supports-color v3.0.2
3102026-06-25T00:05:26.793Z Downloaded serde_ignored v0.1.14
3112026-06-25T00:05:26.793Z Downloaded litrs v1.0.0
3122026-06-25T00:05:26.793Z Downloaded hyper-util v0.1.20
3132026-06-25T00:05:26.793Z Downloaded smol_str v0.3.6
3142026-06-25T00:05:26.793Z Downloaded serde-untagged v0.1.9
3152026-06-25T00:05:26.793Z Downloaded ipnet v2.12.0
3162026-06-25T00:05:26.794Z Downloaded serde_path_to_error v0.1.20
3172026-06-25T00:05:26.794Z Downloaded parking_lot_core v0.9.12
3182026-06-25T00:05:26.794Z Downloaded terminal_size v0.4.4
3192026-06-25T00:05:26.794Z Downloaded addr2line v0.25.1
3202026-06-25T00:05:26.794Z Downloaded signal-hook-registry v1.4.8
3212026-06-25T00:05:26.794Z Downloaded shlex v2.0.1
3222026-06-25T00:05:26.794Z Downloaded static_assertions v1.1.0
3232026-06-25T00:05:26.794Z Downloaded erased-serde v0.4.10
3242026-06-25T00:05:26.794Z Downloaded rustc-demangle v0.1.27
3252026-06-25T00:05:26.794Z Downloaded duct v0.13.7
3262026-06-25T00:05:26.794Z Downloaded pkg-config v0.3.33
3272026-06-25T00:05:26.794Z Downloaded console v0.15.11
3282026-06-25T00:05:26.794Z Downloaded quick-junit v0.5.2
3292026-06-25T00:05:26.794Z Downloaded clap_derive v4.6.1
3302026-06-25T00:05:26.794Z Downloaded tinyvec_macros v0.1.1
3312026-06-25T00:05:26.794Z Downloaded derive_more-impl v2.1.1
3322026-06-25T00:05:26.794Z Downloaded getrandom v0.4.3
3332026-06-25T00:05:26.794Z Downloaded toml_datetime v0.6.11
3342026-06-25T00:05:26.794Z Downloaded const-oid v0.9.6
3352026-06-25T00:05:26.794Z Downloaded clap v4.6.1
3362026-06-25T00:05:26.794Z Downloaded thiserror v2.0.18
3372026-06-25T00:05:26.794Z Downloaded tower-service v0.3.3
3382026-06-25T00:05:26.794Z Downloaded owo-colors v4.3.0
3392026-06-25T00:05:26.794Z Downloaded toml_write v0.1.2
3402026-06-25T00:05:26.794Z Downloaded rand_core v0.6.4
3412026-06-25T00:05:26.794Z Downloaded rand_chacha v0.9.0
3422026-06-25T00:05:26.794Z Downloaded newtype-uuid v1.3.2
3432026-06-25T00:05:26.795Z Downloaded future-queue v0.4.0
3442026-06-25T00:05:26.795Z Downloaded thiserror-impl v1.0.69
3452026-06-25T00:05:26.795Z Downloaded futures-channel v0.3.32
3462026-06-25T00:05:26.795Z Downloaded anstyle-parse v1.0.0
3472026-06-25T00:05:26.795Z Downloaded eyre v0.6.12
3482026-06-25T00:05:26.795Z Downloaded typeid v1.0.3
3492026-06-25T00:05:26.795Z Downloaded try-lock v0.2.5
3502026-06-25T00:05:26.795Z Downloaded want v0.3.1
3512026-06-25T00:05:26.795Z Downloaded thread_local v1.1.9
3522026-06-25T00:05:26.795Z Downloaded spki v0.7.3
3532026-06-25T00:05:26.795Z Downloaded getrandom v0.3.4
3542026-06-25T00:05:26.795Z Downloaded rustls-pki-types v1.14.1
3552026-06-25T00:05:26.795Z Downloaded version_check v0.9.5
3562026-06-25T00:05:26.795Z Downloaded getrandom v0.2.17
3572026-06-25T00:05:26.795Z Downloaded tokio-native-tls v0.3.1
3582026-06-25T00:05:26.795Z Downloaded semver v1.0.28
3592026-06-25T00:05:26.795Z Downloaded utf8_iter v1.0.4
3602026-06-25T00:05:26.795Z Downloaded config v0.15.24
3612026-06-25T00:05:26.795Z Downloaded xattr v1.6.1
3622026-06-25T00:05:26.795Z Downloaded urlencoding v2.1.3
3632026-06-25T00:05:26.795Z Downloaded tracing-error v0.2.1
3642026-06-25T00:05:26.795Z Downloaded thiserror v1.0.69
3652026-06-25T00:05:26.795Z Downloaded quote v1.0.46
3662026-06-25T00:05:26.795Z Downloaded simd-adler32 v0.3.9
3672026-06-25T00:05:26.795Z Downloaded target-spec v3.6.0
3682026-06-25T00:05:26.795Z Downloaded target-spec-miette v0.4.8
3692026-06-25T00:05:26.795Z Downloaded target-lexicon v0.13.5
3702026-06-25T00:05:26.795Z Downloaded supports-hyperlinks v3.2.0
3712026-06-25T00:05:26.796Z Downloaded slab v0.4.12
3722026-06-25T00:05:26.796Z Downloaded bitflags v2.13.0
3732026-06-25T00:05:26.796Z Downloaded utf8parse v0.2.2
3742026-06-25T00:05:26.796Z Downloaded tokio-macros v2.7.0
3752026-06-25T00:05:26.796Z Downloaded futures v0.3.32
3762026-06-25T00:05:26.796Z Downloaded signal-hook v0.3.18
3772026-06-25T00:05:26.796Z Downloaded proc-macro2 v1.0.106
3782026-06-25T00:05:26.796Z Downloaded untrusted v0.9.0
3792026-06-25T00:05:26.796Z Downloaded derive_more v2.1.1
3802026-06-25T00:05:26.796Z Downloaded tower-layer v0.3.3
3812026-06-25T00:05:26.796Z Downloaded toml_writer v1.1.1+spec-1.1.0
3822026-06-25T00:05:26.796Z Downloaded nextest-filtering v0.15.0
3832026-06-25T00:05:26.796Z Downloaded thiserror-impl v2.0.18
3842026-06-25T00:05:26.796Z Downloaded log v0.4.33
3852026-06-25T00:05:26.796Z Downloaded der v0.7.10
3862026-06-25T00:05:26.796Z Downloaded zstd-safe v7.2.4
3872026-06-25T00:05:26.796Z Downloaded num-traits v0.2.19
3882026-06-25T00:05:26.796Z Downloaded toml_parser v1.1.2+spec-1.1.0
3892026-06-25T00:05:26.796Z Downloaded unicode-linebreak v0.1.5
3902026-06-25T00:05:26.801Z Downloaded serde_core v1.0.228
3912026-06-25T00:05:26.801Z Downloaded indicatif v0.17.11
3922026-06-25T00:05:26.801Z Downloaded unicode-xid v0.2.6
3932026-06-25T00:05:26.801Z Downloaded miniz_oxide v0.8.9
3942026-06-25T00:05:26.801Z Downloaded unicase v2.9.0
3952026-06-25T00:05:26.801Z Downloaded tinyvec v1.11.0
3962026-06-25T00:05:26.801Z Downloaded pin-project-lite v0.2.17
3972026-06-25T00:05:26.801Z Downloaded flate2 v1.1.9
3982026-06-25T00:05:26.801Z Downloaded textwrap v0.16.2
3992026-06-25T00:05:26.801Z Downloaded iana-time-zone v0.1.65
4002026-06-25T00:05:26.801Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4012026-06-25T00:05:26.801Z Downloaded quinn-udp v0.5.14
4022026-06-25T00:05:26.801Z Downloaded once_cell v1.21.4
4032026-06-25T00:05:26.801Z Downloaded sha2 v0.10.9
4042026-06-25T00:05:26.801Z Downloaded serde v1.0.228
4052026-06-25T00:05:26.801Z Downloaded toml v1.1.2+spec-1.1.0
4062026-06-25T00:05:26.801Z Downloaded parking_lot v0.12.5
4072026-06-25T00:05:26.801Z Downloaded derive-where v1.6.1
4082026-06-25T00:05:26.801Z Downloaded crossterm v0.29.0
4092026-06-25T00:05:26.801Z Downloaded tracing-log v0.2.0
4102026-06-25T00:05:26.801Z Downloaded ed25519-dalek v2.2.0
4112026-06-25T00:05:26.801Z Downloaded unicode-ident v1.0.24
4122026-06-25T00:05:26.801Z Downloaded pin-project v1.1.13
4132026-06-25T00:05:26.801Z Downloaded zipsign-api v0.1.5
4142026-06-25T00:05:26.802Z Downloaded vte v0.14.1
4152026-06-25T00:05:26.802Z Downloaded tar v0.4.46
4162026-06-25T00:05:26.802Z Downloaded smallvec v1.15.2
4172026-06-25T00:05:26.802Z Downloaded tempfile v3.27.0
4182026-06-25T00:05:26.802Z Downloaded xxhash-rust v0.8.15
4192026-06-25T00:05:26.802Z Downloaded toml_edit v0.22.27
4202026-06-25T00:05:26.802Z Downloaded zeroize v1.9.0
4212026-06-25T00:05:26.802Z Downloaded tokio-rustls v0.26.4
4222026-06-25T00:05:26.802Z Downloaded zmij v1.0.21
4232026-06-25T00:05:26.802Z Downloaded zstd v0.13.3
4242026-06-25T00:05:26.802Z Downloaded self_update v0.42.0
4252026-06-25T00:05:26.802Z Downloaded aho-corasick v1.1.4
4262026-06-25T00:05:26.802Z Downloaded toml v0.8.23
4272026-06-25T00:05:26.802Z Downloaded hashbrown v0.15.5
4282026-06-25T00:05:26.802Z Downloaded sharded-slab v0.1.7
4292026-06-25T00:05:26.802Z Downloaded ryu v1.0.23
4302026-06-25T00:05:26.802Z Downloaded openssl-sys v0.9.117
4312026-06-25T00:05:26.802Z Downloaded clap_builder v4.6.0
4322026-06-25T00:05:26.802Z Downloaded serde_json v1.0.150
4332026-06-25T00:05:26.802Z Downloaded h2 v0.4.15
4342026-06-25T00:05:26.802Z Downloaded tokio-util v0.7.18
4352026-06-25T00:05:26.802Z Downloaded guppy v0.17.26
4362026-06-25T00:05:26.802Z Downloaded serde_derive v1.0.228
4372026-06-25T00:05:26.802Z Downloaded tokio-stream v0.1.18
4382026-06-25T00:05:26.802Z Downloaded tracing-attributes v0.1.31
4392026-06-25T00:05:26.802Z Downloaded tracing-core v0.1.36
4402026-06-25T00:05:26.802Z Downloaded unicode-normalization v0.1.25
4412026-06-25T00:05:26.802Z Downloaded socket2 v0.6.4
4422026-06-25T00:05:26.803Z Downloaded quinn v0.11.11
4432026-06-25T00:05:26.803Z Downloaded tracing-subscriber v0.3.23
4442026-06-25T00:05:26.803Z Downloaded uuid v1.23.4
4452026-06-25T00:05:26.803Z Downloaded winnow v1.0.3
4462026-06-25T00:05:26.803Z Downloaded memchr v2.8.2
4472026-06-25T00:05:26.803Z Downloaded http v1.4.2
4482026-06-25T00:05:26.803Z Downloaded rustls-webpki v0.103.13
4492026-06-25T00:05:26.803Z Downloaded rand v0.9.4
4502026-06-25T00:05:26.803Z Downloaded chrono v0.4.45
4512026-06-25T00:05:26.803Z Downloaded indexmap v2.14.0
4522026-06-25T00:05:26.803Z Downloaded gimli v0.32.3
4532026-06-25T00:05:26.803Z Downloaded miette v7.6.0
4542026-06-25T00:05:26.803Z Downloaded webpki-roots v1.0.8
4552026-06-25T00:05:26.803Z Downloaded unicode-width v0.2.2
4562026-06-25T00:05:26.803Z Downloaded vcpkg v0.2.15
4572026-06-25T00:05:26.803Z Downloaded url v2.5.8
4582026-06-25T00:05:26.803Z Downloaded mio v1.2.1
4592026-06-25T00:05:26.803Z Downloaded curve25519-dalek v4.1.3
4602026-06-25T00:05:26.803Z Downloaded syn v2.0.118
4612026-06-25T00:05:26.803Z Downloaded bstr v1.12.2
4622026-06-25T00:05:26.803Z Downloaded tracing v0.1.44
4632026-06-25T00:05:26.803Z Downloaded idna v1.1.0
4642026-06-25T00:05:26.803Z Downloaded color-eyre v0.6.5
4652026-06-25T00:05:26.803Z Downloaded typenum v1.20.1
4662026-06-25T00:05:26.803Z Downloaded unicode-segmentation v1.13.3
4672026-06-25T00:05:26.803Z Downloaded itertools v0.14.0
4682026-06-25T00:05:26.803Z Downloaded pulldown-cmark v0.13.4
4692026-06-25T00:05:26.803Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4702026-06-25T00:05:26.804Z Downloaded tower v0.5.3
4712026-06-25T00:05:26.804Z Downloaded hyper v1.10.1
4722026-06-25T00:05:26.804Z Downloaded reqwest v0.12.28
4732026-06-25T00:05:26.804Z Downloaded hashbrown v0.17.1
4742026-06-25T00:05:26.804Z Downloaded ron v0.12.2
4752026-06-25T00:05:26.804Z Downloaded regex v1.12.4
4762026-06-25T00:05:26.804Z Downloaded tower-http v0.6.11
4772026-06-25T00:05:26.804Z Downloaded quick-xml v0.37.5
4782026-06-25T00:05:26.804Z Downloaded quick-xml v0.38.4
4792026-06-25T00:05:26.804Z Downloaded portable-atomic v1.13.1
4802026-06-25T00:05:26.804Z Downloaded winnow v0.7.15
4812026-06-25T00:05:26.804Z Downloaded quinn-proto v0.11.15
4822026-06-25T00:05:26.835Z Downloaded nextest-runner v0.80.0
4832026-06-25T00:05:26.852Z Downloaded unicode-width v0.1.14
4842026-06-25T00:05:26.855Z Downloaded zerocopy v0.8.52
4852026-06-25T00:05:26.865Z Downloaded openssl v0.10.81
4862026-06-25T00:05:26.885Z Downloaded regex-syntax v0.8.11
4872026-06-25T00:05:26.891Z Downloaded nix v0.30.1
4882026-06-25T00:05:26.902Z Downloaded rustix v0.38.44
4892026-06-25T00:05:26.921Z Downloaded object v0.37.3
4902026-06-25T00:05:26.925Z Downloaded rustix v1.1.4
4912026-06-25T00:05:26.938Z Downloaded rustls v0.23.41
4922026-06-25T00:05:27.023Z Downloaded regex-automata v0.4.14
4932026-06-25T00:05:27.097Z Downloaded petgraph v0.8.3
4942026-06-25T00:05:27.104Z Downloaded libc v0.2.186
4952026-06-25T00:05:27.143Z Downloaded tokio v1.52.3
4962026-06-25T00:05:27.231Z Downloaded recursion v0.5.4
4972026-06-25T00:05:27.236Z Downloaded ring v0.17.14
4982026-06-25T00:05:27.311Z Compiling proc-macro2 v1.0.106
4992026-06-25T00:05:27.311Z Compiling libc v0.2.186
5002026-06-25T00:05:27.311Z Compiling quote v1.0.46
5012026-06-25T00:05:27.311Z Compiling unicode-ident v1.0.24
5022026-06-25T00:05:27.311Z Compiling serde_core v1.0.228
5032026-06-25T00:05:27.311Z Compiling cfg-if v1.0.4
5042026-06-25T00:05:27.311Z Compiling memchr v2.8.2
5052026-06-25T00:05:27.424Z Compiling once_cell v1.21.4
5062026-06-25T00:05:27.528Z Compiling log v0.4.33
5072026-06-25T00:05:27.545Z Compiling pin-project-lite v0.2.17
5082026-06-25T00:05:27.644Z Compiling itoa v1.0.18
5092026-06-25T00:05:27.676Z Compiling serde v1.0.228
5102026-06-25T00:05:27.843Z Compiling smallvec v1.15.2
5112026-06-25T00:05:27.878Z Compiling futures-core v0.3.32
5122026-06-25T00:05:28.033Z Compiling bitflags v2.13.0
5132026-06-25T00:05:28.050Z Compiling shlex v2.0.1
5142026-06-25T00:05:28.137Z Compiling find-msvc-tools v0.1.9
5152026-06-25T00:05:28.239Z Compiling equivalent v1.0.2
5162026-06-25T00:05:28.308Z Compiling errno v0.3.14
5172026-06-25T00:05:28.316Z Compiling hashbrown v0.17.1
5182026-06-25T00:05:28.409Z Compiling bytes v1.12.0
5192026-06-25T00:05:28.441Z Compiling signal-hook-registry v1.4.8
5202026-06-25T00:05:28.515Z Compiling jobserver v0.1.34
5212026-06-25T00:05:28.607Z Compiling mio v1.2.1
5222026-06-25T00:05:28.662Z Compiling syn v2.0.118
5232026-06-25T00:05:28.721Z Compiling futures-sink v0.3.32
5242026-06-25T00:05:28.831Z Compiling cc v1.2.65
5252026-06-25T00:05:28.843Z Compiling rustix v1.1.4
5262026-06-25T00:05:28.998Z Compiling socket2 v0.6.4
5272026-06-25T00:05:29.031Z Compiling slab v0.4.12
5282026-06-25T00:05:29.238Z Compiling zmij v1.0.21
5292026-06-25T00:05:29.275Z Compiling futures-channel v0.3.32
5302026-06-25T00:05:29.290Z Compiling tracing-core v0.1.36
5312026-06-25T00:05:29.593Z Compiling serde_json v1.0.150
5322026-06-25T00:05:29.627Z Compiling version_check v0.9.5
5332026-06-25T00:05:29.873Z Compiling indexmap v2.14.0
5342026-06-25T00:05:29.911Z Compiling getrandom v0.4.3
5352026-06-25T00:05:29.921Z Compiling futures-task v0.3.32
5362026-06-25T00:05:30.103Z Compiling futures-io v0.3.32
5372026-06-25T00:05:30.228Z Compiling percent-encoding v2.3.2
5382026-06-25T00:05:30.240Z Compiling camino v1.2.3
5392026-06-25T00:05:30.308Z Compiling unicode-width v0.2.2
5402026-06-25T00:05:30.512Z Compiling ring v0.17.14
5412026-06-25T00:05:30.637Z Compiling http v1.4.2
5422026-06-25T00:05:30.646Z Compiling simd-adler32 v0.3.9
5432026-06-25T00:05:30.675Z Compiling autocfg v1.5.1
5442026-06-25T00:05:30.750Z Compiling adler2 v2.0.1
5452026-06-25T00:05:30.922Z Compiling zeroize v1.9.0
5462026-06-25T00:05:31.039Z Compiling num-traits v0.2.19
5472026-06-25T00:05:31.123Z Compiling miniz_oxide v0.8.9
5482026-06-25T00:05:31.463Z Compiling target-lexicon v0.13.5
5492026-06-25T00:05:31.504Z Compiling zerocopy v0.8.52
5502026-06-25T00:05:31.874Z Compiling object v0.37.3
5512026-06-25T00:05:31.899Z Compiling getrandom v0.3.4
5522026-06-25T00:05:32.038Z Compiling http-body v1.0.1
5532026-06-25T00:05:32.228Z Compiling rustls-pki-types v1.14.1
5542026-06-25T00:05:32.258Z Compiling form_urlencoded v1.2.2
5552026-06-25T00:05:32.348Z Compiling serde_derive v1.0.228
5562026-06-25T00:05:32.367Z Compiling tokio-macros v2.7.0
5572026-06-25T00:05:32.525Z Compiling futures-macro v0.3.32
5582026-06-25T00:05:32.573Z Compiling tracing-attributes v0.1.31
5592026-06-25T00:05:32.585Z Compiling semver v1.0.28
5602026-06-25T00:05:32.841Z Compiling getrandom v0.2.17
5612026-06-25T00:05:33.039Z Compiling fnv v1.0.7
5622026-06-25T00:05:33.098Z Compiling utf8_iter v1.0.4
5632026-06-25T00:05:33.113Z Compiling tokio v1.52.3
5642026-06-25T00:05:33.141Z Compiling signal-hook v0.3.18
5652026-06-25T00:05:33.236Z Compiling owo-colors v4.3.0
5662026-06-25T00:05:33.266Z Compiling httparse v1.10.1
5672026-06-25T00:05:33.350Z Compiling futures-util v0.3.32
5682026-06-25T00:05:33.372Z Compiling gimli v0.32.3
5692026-06-25T00:05:33.585Z Compiling untrusted v0.9.0
5702026-06-25T00:05:33.619Z Compiling thiserror v2.0.18
5712026-06-25T00:05:33.713Z Compiling guppy-workspace-hack v0.1.0
5722026-06-25T00:05:33.753Z Compiling tracing v0.1.44
5732026-06-25T00:05:33.932Z Compiling idna_adapter v1.0.0
5742026-06-25T00:05:34.033Z Compiling idna v1.1.0
5752026-06-25T00:05:34.196Z Compiling thiserror-impl v2.0.18
5762026-06-25T00:05:35.407Z Compiling addr2line v0.25.1
5772026-06-25T00:05:35.849Z Compiling generic-array v0.14.7
5782026-06-25T00:05:35.991Z Compiling tower-service v0.3.3
5792026-06-25T00:05:36.017Z Compiling rustc-demangle v0.1.27
5802026-06-25T00:05:36.092Z Compiling thiserror v1.0.69
5812026-06-25T00:05:36.123Z Compiling fastrand v2.4.1
5822026-06-25T00:05:36.274Z Compiling typeid v1.0.3
5832026-06-25T00:05:36.408Z Compiling rustls v0.23.41
5842026-06-25T00:05:36.450Z Compiling try-lock v0.2.5
5852026-06-25T00:05:36.565Z Compiling target-spec v3.6.0
5862026-06-25T00:05:36.568Z Compiling atomic-waker v1.1.2
5872026-06-25T00:05:36.632Z Compiling pkg-config v0.3.33
5882026-06-25T00:05:36.749Z Compiling want v0.3.1
5892026-06-25T00:05:36.935Z Compiling tempfile v3.27.0
5902026-06-25T00:05:37.022Z Compiling tokio-util v0.7.18
5912026-06-25T00:05:37.068Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5922026-06-25T00:05:37.100Z Compiling cfg-expr v0.20.8
5932026-06-25T00:05:37.594Z Compiling h2 v0.4.15
5942026-06-25T00:05:37.829Z Compiling url v2.5.8
5952026-06-25T00:05:38.070Z Compiling backtrace v0.3.76
5962026-06-25T00:05:38.988Z Compiling thiserror-impl v1.0.69
5972026-06-25T00:05:39.004Z Compiling terminal_size v0.4.4
5982026-06-25T00:05:39.098Z Compiling aho-corasick v1.1.4
5992026-06-25T00:05:39.153Z Compiling erased-serde v0.4.10
6002026-06-25T00:05:39.464Z Compiling regex-syntax v0.8.11
6012026-06-25T00:05:40.164Z Compiling rustls-webpki v0.103.13
6022026-06-25T00:05:40.327Z Compiling subtle v2.6.1
6032026-06-25T00:05:40.493Z Compiling winnow v0.7.15
6042026-06-25T00:05:42.429Z Compiling typenum v1.20.1
6052026-06-25T00:05:42.514Z Compiling regex-automata v0.4.14
6062026-06-25T00:05:42.970Z Compiling hyper v1.10.1
6072026-06-25T00:05:44.676Z Compiling toml_datetime v0.6.11
6082026-06-25T00:05:45.045Z Compiling serde_spanned v0.6.9
6092026-06-25T00:05:45.214Z Compiling ahash v0.8.12
6102026-06-25T00:05:45.481Z Compiling sync_wrapper v1.0.2
6112026-06-25T00:05:45.597Z Compiling tower-layer v0.3.3
6122026-06-25T00:05:45.804Z Compiling lazy_static v1.5.0
6132026-06-25T00:05:45.913Z Compiling unicode-segmentation v1.13.3
6142026-06-25T00:05:45.955Z Compiling crc32fast v1.5.0
6152026-06-25T00:05:46.265Z Compiling portable-atomic v1.13.1
6162026-06-25T00:05:46.313Z Compiling toml_write v0.1.2
6172026-06-25T00:05:46.558Z Compiling parking_lot_core v0.9.12
6182026-06-25T00:05:46.686Z Compiling either v1.16.0
6192026-06-25T00:05:46.758Z Compiling base64 v0.22.1
6202026-06-25T00:05:46.847Z Compiling unicode-linebreak v0.1.5
6212026-06-25T00:05:46.915Z Compiling nextest-workspace-hack v0.1.0
6222026-06-25T00:05:47.010Z Compiling foldhash v0.1.5
6232026-06-25T00:05:47.117Z Compiling ipnet v2.12.0
6242026-06-25T00:05:47.146Z Compiling is_ci v1.2.0
6252026-06-25T00:05:47.245Z Compiling supports-color v3.0.2
6262026-06-25T00:05:47.248Z Compiling hashbrown v0.15.5
6272026-06-25T00:05:47.270Z Compiling textwrap v0.16.2
6282026-06-25T00:05:47.377Z Compiling toml_edit v0.22.27
6292026-06-25T00:05:47.478Z Compiling hyper-util v0.1.20
6302026-06-25T00:05:47.923Z Compiling convert_case v0.10.0
6312026-06-25T00:05:48.186Z Compiling sharded-slab v0.1.7
6322026-06-25T00:05:48.307Z Compiling tokio-rustls v0.26.4
6332026-06-25T00:05:48.592Z Compiling tower v0.5.3
6342026-06-25T00:05:48.784Z Compiling backtrace-ext v0.2.1
6352026-06-25T00:05:49.048Z Compiling ordered-float v2.10.1
6362026-06-25T00:05:49.184Z Compiling webpki-roots v1.0.8
6372026-06-25T00:05:49.314Z Compiling miette-derive v7.6.0
6382026-06-25T00:05:49.314Z Compiling pathdiff v0.2.3
6392026-06-25T00:05:49.341Z Compiling console v0.15.11
6402026-06-25T00:05:49.454Z Compiling tracing-log v0.2.0
6412026-06-25T00:05:49.818Z Compiling cargo-platform v0.3.3
6422026-06-25T00:05:50.128Z Compiling os_pipe v1.2.3
6432026-06-25T00:05:50.299Z Compiling thread_local v1.1.9
6442026-06-25T00:05:50.373Z Compiling fixedbitset v0.5.7
6452026-06-25T00:05:50.429Z Compiling scopeguard v1.2.0
6462026-06-25T00:05:50.537Z Compiling unicode-width v0.1.14
6472026-06-25T00:05:50.654Z Compiling cfg_aliases v0.2.1
6482026-06-25T00:05:50.654Z Compiling pulldown-cmark v0.13.4
6492026-06-25T00:05:50.732Z Compiling debug-ignore v1.0.5
6502026-06-25T00:05:50.838Z Compiling utf8parse v0.2.2
6512026-06-25T00:05:50.852Z Compiling supports-hyperlinks v3.2.0
6522026-06-25T00:05:50.901Z Compiling zstd-safe v7.2.4
6532026-06-25T00:05:50.910Z Compiling supports-unicode v3.0.0
6542026-06-25T00:05:50.950Z Compiling rustix v0.38.44
6552026-06-25T00:05:51.067Z Compiling ryu v1.0.23
6562026-06-25T00:05:51.155Z Compiling winnow v1.0.3
6572026-06-25T00:05:51.389Z Compiling serde_urlencoded v0.7.1
6582026-06-25T00:05:51.411Z Compiling miette v7.6.0
6592026-06-25T00:05:51.463Z Compiling anstyle-parse v1.0.0
6602026-06-25T00:05:51.675Z Compiling nix v0.30.1
6612026-06-25T00:05:51.686Z Compiling petgraph v0.8.3
6622026-06-25T00:05:52.077Z Compiling lock_api v0.4.14
6632026-06-25T00:05:52.316Z Compiling toml_parser v1.1.2+spec-1.1.0
6642026-06-25T00:05:52.616Z Compiling tracing-subscriber v0.3.23
6652026-06-25T00:05:53.633Z Compiling sigchld v0.2.4
6662026-06-25T00:05:53.650Z Compiling cargo_metadata v0.23.1
6672026-06-25T00:05:53.783Z Compiling hyper-rustls v0.27.9
6682026-06-25T00:05:53.831Z Compiling serde-value v0.7.0
6692026-06-25T00:05:54.456Z Compiling serde-untagged v0.1.9
6702026-06-25T00:05:54.589Z Compiling tower-http v0.6.11
6712026-06-25T00:05:54.825Z Compiling toml v0.8.23
6722026-06-25T00:05:55.478Z Compiling derive_more-impl v2.1.1
6732026-06-25T00:05:56.308Z Compiling itertools v0.14.0
6742026-06-25T00:05:56.382Z Compiling regex v1.12.4
6752026-06-25T00:05:56.477Z Compiling crypto-common v0.1.7
6762026-06-25T00:05:56.612Z Compiling block-buffer v0.10.4
6772026-06-25T00:05:56.744Z Compiling ppv-lite86 v0.2.21
6782026-06-25T00:05:56.763Z Compiling futures-executor v0.3.32
6792026-06-25T00:05:57.065Z Compiling rand_core v0.9.5
6802026-06-25T00:05:57.285Z Compiling pin-project-internal v1.1.13
6812026-06-25T00:05:57.318Z Compiling http-body-util v0.1.3
6822026-06-25T00:05:57.589Z Compiling uuid v1.23.4
6832026-06-25T00:05:57.665Z Compiling smol_str v0.3.6
6842026-06-25T00:05:57.774Z Compiling serde_spanned v1.1.1
6852026-06-25T00:05:57.801Z Compiling toml_datetime v1.1.1+spec-1.1.0
6862026-06-25T00:05:57.923Z Compiling filetime v0.2.29
6872026-06-25T00:05:58.024Z Compiling vte v0.14.1
6882026-06-25T00:05:58.129Z Compiling bstr v1.12.2
6892026-06-25T00:05:58.142Z Compiling iana-time-zone v0.1.65
6902026-06-25T00:05:58.217Z Compiling color-spantrace v0.3.0
6912026-06-25T00:05:58.240Z Compiling self_update v0.42.0
6922026-06-25T00:05:58.358Z Compiling colorchoice v1.0.5
6932026-06-25T00:05:58.479Z Compiling litrs v1.0.0
6942026-06-25T00:05:58.491Z Compiling unicase v2.9.0
6952026-06-25T00:05:58.502Z Compiling static_assertions v1.1.0
6962026-06-25T00:05:58.523Z Compiling tinyvec_macros v0.1.1
6972026-06-25T00:05:58.573Z Compiling nested v0.1.1
6982026-06-25T00:05:58.593Z Compiling eyre v0.6.12
6992026-06-25T00:05:58.769Z Compiling unicode-xid v0.2.6
7002026-06-25T00:05:58.834Z Compiling anstyle-query v1.1.5
7012026-06-25T00:05:58.860Z Compiling number_prefix v0.4.0
7022026-06-25T00:05:58.914Z Compiling anstyle v1.0.14
7032026-06-25T00:05:58.917Z Compiling is_terminal_polyfill v1.70.2
7042026-06-25T00:05:58.936Z Compiling xattr v1.6.1
7052026-06-25T00:05:59.004Z Compiling indicatif v0.17.11
7062026-06-25T00:05:59.016Z Compiling document-features v0.2.12
7072026-06-25T00:05:59.085Z Compiling anstream v1.0.0
7082026-06-25T00:05:59.171Z Compiling tar v0.4.46
7092026-06-25T00:05:59.477Z Compiling cargo-util-schemas v0.2.0
7102026-06-25T00:05:59.589Z Compiling guppy v0.17.26
7112026-06-25T00:05:59.603Z Compiling tinyvec v1.11.0
7122026-06-25T00:06:00.025Z Compiling globset v0.4.18
7132026-06-25T00:06:00.346Z Compiling pin-project v1.1.13
7142026-06-25T00:06:00.491Z Compiling chrono v0.4.45
7152026-06-25T00:06:01.677Z Compiling strip-ansi-escapes v0.2.1
7162026-06-25T00:06:01.957Z Compiling toml v1.1.2+spec-1.1.0
7172026-06-25T00:06:02.135Z Compiling nextest-metadata v0.12.2
7182026-06-25T00:06:02.184Z Compiling newtype-uuid v1.3.2
7192026-06-25T00:06:02.209Z Compiling reqwest v0.12.28
7202026-06-25T00:06:02.368Z Compiling rand_chacha v0.9.0
7212026-06-25T00:06:02.920Z Compiling futures v0.3.32
7222026-06-25T00:06:02.991Z Compiling digest v0.10.7
7232026-06-25T00:06:03.382Z Compiling derive_more v2.1.1
7242026-06-25T00:06:03.397Z Compiling parking_lot v0.12.5
7252026-06-25T00:06:03.397Z Compiling flate2 v1.1.9
7262026-06-25T00:06:03.869Z Compiling shared_child v1.1.1
7272026-06-25T00:06:03.900Z Compiling tracing-error v0.2.1
7282026-06-25T00:06:04.218Z Compiling signal-hook-mio v0.2.5
7292026-06-25T00:06:04.345Z Compiling self-replace v1.5.0
7302026-06-25T00:06:04.474Z Compiling cargo-platform v0.2.0
7312026-06-25T00:06:04.640Z Compiling quick-xml v0.38.4
7322026-06-25T00:06:05.023Z Compiling quick-xml v0.37.5
7332026-06-25T00:06:05.311Z Compiling humantime v2.3.0
7342026-06-25T00:06:05.526Z Compiling indenter v0.3.4
7352026-06-25T00:06:05.663Z Compiling shell-words v1.1.1
7362026-06-25T00:06:05.747Z Compiling urlencoding v2.1.3
7372026-06-25T00:06:05.922Z Compiling heck v0.5.0
7382026-06-25T00:06:06.009Z Compiling cpufeatures v0.2.17
7392026-06-25T00:06:06.079Z Compiling strsim v0.11.1
7402026-06-25T00:06:06.301Z Compiling recursion v0.5.4
7412026-06-25T00:06:06.389Z Compiling clap_lex v1.1.0
7422026-06-25T00:06:06.424Z Compiling nextest-filtering v0.15.0
7432026-06-25T00:06:06.558Z Compiling clap_builder v4.6.0
7442026-06-25T00:06:06.740Z Compiling clap_derive v4.6.1
7452026-06-25T00:06:06.900Z Compiling sha2 v0.10.9
7462026-06-25T00:06:08.478Z Compiling humantime-serde v1.1.1
7472026-06-25T00:06:08.629Z Compiling quick-junit v0.5.2
7482026-06-25T00:06:08.629Z Compiling atomicwrites v0.4.4
7492026-06-25T00:06:08.914Z Compiling cargo_metadata v0.20.0
7502026-06-25T00:06:10.365Z Compiling cargo-nextest v0.9.97
7512026-06-25T00:06:10.695Z Compiling crossterm v0.29.0
7522026-06-25T00:06:12.842Z Compiling zstd v0.13.3
7532026-06-25T00:06:13.055Z Compiling duct v0.13.7
7542026-06-25T00:06:13.264Z Compiling async-scoped v0.9.0
7552026-06-25T00:06:13.351Z Compiling rand v0.9.4
7562026-06-25T00:06:13.462Z Compiling config v0.15.24
7572026-06-25T00:06:13.850Z Compiling unicode-normalization v0.1.25
7582026-06-25T00:06:13.936Z Compiling target-spec-miette v0.4.8
7592026-06-25T00:06:14.107Z Compiling future-queue v0.4.0
7602026-06-25T00:06:14.121Z Compiling mukti-metadata v0.3.0
7612026-06-25T00:06:14.381Z Compiling camino-tempfile v1.4.1
7622026-06-25T00:06:14.402Z Compiling tokio-stream v0.1.18
7632026-06-25T00:06:14.432Z Compiling derive-where v1.6.1
7642026-06-25T00:06:14.615Z Compiling serde_ignored v0.1.14
7652026-06-25T00:06:14.799Z Compiling serde_path_to_error v0.1.20
7662026-06-25T00:06:14.839Z Compiling xxhash-rust v0.8.15
7672026-06-25T00:06:14.930Z Compiling home v0.5.12
7682026-06-25T00:06:14.942Z Compiling indent_write v2.2.0
7692026-06-25T00:06:15.019Z Compiling hex v0.4.3
7702026-06-25T00:06:15.091Z Compiling swrite v0.1.0
7712026-06-25T00:06:15.104Z Compiling color-eyre v0.6.5
7722026-06-25T00:06:15.218Z Compiling clap v4.6.1
7732026-06-25T00:06:15.245Z Compiling dialoguer v0.11.0
7742026-06-25T00:06:15.302Z Compiling enable-ansi-support v0.2.1
7752026-06-25T00:06:15.695Z Compiling nextest-runner v0.80.0
7762026-06-25T00:06:33.707Z Finished `release` profile [optimized] target(s) in 1m 11s
7772026-06-25T00:06:33.890Z Installing /home/build/.cargo/bin/cargo-nextest
7782026-06-25T00:06:33.895Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7792026-06-25T00:06:34.008Z+ pushd bgp
7802026-06-25T00:06:34.011Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7812026-06-25T00:06:34.011Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7822026-06-25T00:06:34.168Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-06-25T00:06:34.770ZFrom https://github.com/oxidecomputer/falcon
7842026-06-25T00:06:34.770Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7852026-06-25T00:06:34.849Z Updating crates.io index
7862026-06-25T00:06:34.854Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-06-25T00:06:35.253ZFrom https://github.com/oxidecomputer/dendrite
7882026-06-25T00:06:35.253Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7892026-06-25T00:06:35.332Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-06-25T00:06:35.581ZFrom https://github.com/oxidecomputer/ispf
7912026-06-25T00:06:35.581Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7922026-06-25T00:06:35.608Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-06-25T00:06:35.931ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-06-25T00:06:35.931Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7952026-06-25T00:06:35.942Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-06-25T00:06:41.871ZFrom https://github.com/oxidecomputer/omicron
7972026-06-25T00:06:41.872Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7982026-06-25T00:06:42.298Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-06-25T00:06:42.940ZFrom https://github.com/oxidecomputer/opte
8002026-06-25T00:06:42.940Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8012026-06-25T00:06:43.021Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-06-25T00:06:43.273ZFrom https://github.com/illumos/smf-rs
8032026-06-25T00:06:43.273Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-06-25T00:06:43.283Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-06-25T00:06:43.563ZFrom https://github.com/oxidecomputer/network-interface
8062026-06-25T00:06:43.563Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-06-25T00:06:43.598Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-25T00:06:43.872ZFrom https://github.com/oxidecomputer/zone
8092026-06-25T00:06:43.872Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-25T00:06:43.886Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-25T00:06:44.508ZFrom https://github.com/oxidecomputer/propolis
8122026-06-25T00:06:44.508Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-25T00:06:44.592Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-06-25T00:06:45.089ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-06-25T00:06:45.089Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8162026-06-25T00:06:45.180Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-06-25T00:06:45.400ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-06-25T00:06:45.400Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8192026-06-25T00:06:45.416Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-06-25T00:06:45.685ZFrom https://github.com/jmesmon/rust-libzfs
8212026-06-25T00:06:45.685Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-06-25T00:06:45.693Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-06-25T00:06:45.934ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-06-25T00:06:45.934Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-06-25T00:06:45.941Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-06-25T00:06:46.270ZFrom https://github.com/oxidecomputer/lldp
8272026-06-25T00:06:46.270Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8282026-06-25T00:06:46.298Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8292026-06-25T00:06:46.572ZFrom https://github.com/oxidecomputer/slog-error-chain
8302026-06-25T00:06:46.572Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8312026-06-25T00:06:46.638Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8322026-06-25T00:06:47.061ZFrom https://github.com/oxidecomputer/tufaceous
8332026-06-25T00:06:47.061Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8342026-06-25T00:06:47.095Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8352026-06-25T00:06:47.868ZFrom https://github.com/oxidecomputer/management-gateway-service
8362026-06-25T00:06:47.868Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8372026-06-25T00:06:47.934Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-25T00:06:48.769ZFrom https://github.com/oxidecomputer/crucible
8392026-06-25T00:06:48.769Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8402026-06-25T00:06:48.826Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-06-25T00:06:49.095ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-06-25T00:06:49.095Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-06-25T00:06:49.216Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-06-25T00:06:49.675ZFrom https://github.com/oxidecomputer/propolis
8452026-06-25T00:06:49.675Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8462026-06-25T00:06:50.016Z Updating git repository `https://github.com/oxidecomputer/crucible`
8472026-06-25T00:06:50.510ZFrom https://github.com/oxidecomputer/crucible
8482026-06-25T00:06:50.510Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8492026-06-25T00:06:50.618Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-06-25T00:06:50.954ZFrom https://github.com/oxidecomputer/tofino
8512026-06-25T00:06:50.954Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8522026-06-25T00:06:50.966Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-06-25T00:06:51.692ZFrom https://github.com/oxidecomputer/maghemite
8542026-06-25T00:06:51.692Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-06-25T00:06:51.762Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-06-25T00:06:52.032ZFrom https://github.com/oxidecomputer/clickward
8572026-06-25T00:06:52.033Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-06-25T00:06:52.219Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-06-25T00:06:52.506ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-06-25T00:06:52.506Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-06-25T00:06:53.401Z Downloading crates ...
8622026-06-25T00:06:53.509Z Downloaded aead v0.5.2
8632026-06-25T00:06:53.512Z Downloaded async-stream v0.3.6
8642026-06-25T00:06:53.521Z Downloaded darling v0.21.3
8652026-06-25T00:06:53.526Z Downloaded digest v0.11.3
8662026-06-25T00:06:53.529Z Downloaded crucible-workspace-hack v0.1.0
8672026-06-25T00:06:53.531Z Downloaded const_format_proc_macros v0.2.34
8682026-06-25T00:06:53.534Z Downloaded git-stub v1.0.0
8692026-06-25T00:06:53.534Z Downloaded derive_more v0.99.20
8702026-06-25T00:06:53.537Z Downloaded const-random-macro v0.1.16
8712026-06-25T00:06:53.540Z Downloaded ciborium-ll v0.2.2
8722026-06-25T00:06:53.540Z Downloaded erased-serde v0.3.31
8732026-06-25T00:06:53.543Z Downloaded async-recursion v1.1.1
8742026-06-25T00:06:53.545Z Downloaded konst_macro_rules v0.2.19
8752026-06-25T00:06:53.548Z Downloaded foreign-types v0.5.0
8762026-06-25T00:06:53.548Z Downloaded dtrace-parser v0.2.0
8772026-06-25T00:06:53.551Z Downloaded ciborium v0.2.2
8782026-06-25T00:06:53.551Z Downloaded bcs v0.1.6
8792026-06-25T00:06:53.554Z Downloaded base16ct v1.0.0
8802026-06-25T00:06:53.556Z Downloaded managed v0.8.0
8812026-06-25T00:06:53.556Z Downloaded is-terminal v0.4.17
8822026-06-25T00:06:53.559Z Downloaded icu_properties_data v2.2.0
8832026-06-25T00:06:53.564Z Downloaded inout v0.1.4
8842026-06-25T00:06:53.567Z Downloaded icu_provider v2.2.0
8852026-06-25T00:06:53.567Z Downloaded hmac v0.12.1
8862026-06-25T00:06:53.571Z Downloaded cookie v0.18.1
8872026-06-25T00:06:53.574Z Downloaded const-oid v0.10.2
8882026-06-25T00:06:53.574Z Downloaded crypto-common v0.2.2
8892026-06-25T00:06:53.576Z Downloaded ident_case v1.0.1
8902026-06-25T00:06:53.577Z Downloaded newtype-uuid-macros v0.1.0
8912026-06-25T00:06:53.579Z Downloaded glob v0.3.3
8922026-06-25T00:06:53.579Z Downloaded colored v3.1.1
8932026-06-25T00:06:53.583Z Downloaded multer v3.1.0
8942026-06-25T00:06:53.587Z Downloaded memmap v0.7.0
8952026-06-25T00:06:53.587Z Downloaded crunchy v0.2.4
8962026-06-25T00:06:53.590Z Downloaded ciborium-io v0.2.2
8972026-06-25T00:06:53.590Z Downloaded dof v0.3.0
8982026-06-25T00:06:53.590Z Downloaded arrayref v0.3.9
8992026-06-25T00:06:53.594Z Downloaded fs_extra v1.3.0
9002026-06-25T00:06:53.594Z Downloaded arrayvec v0.7.6
9012026-06-25T00:06:53.597Z Downloaded embedded-io v0.4.0
9022026-06-25T00:06:53.597Z Downloaded memmap2 v0.9.10
9032026-06-25T00:06:53.597Z Downloaded indexmap v1.9.3
9042026-06-25T00:06:53.600Z Downloaded lru-cache v0.1.2
9052026-06-25T00:06:53.603Z Downloaded block-buffer v0.12.0
9062026-06-25T00:06:53.603Z Downloaded cargo_toml v0.22.3
9072026-06-25T00:06:53.606Z Downloaded no-std-compat v0.4.1
9082026-06-25T00:06:53.606Z Downloaded deranged v0.5.8
9092026-06-25T00:06:53.608Z Downloaded defmt v0.3.100
9102026-06-25T00:06:53.608Z Downloaded darling_macro v0.23.0
9112026-06-25T00:06:53.612Z Downloaded byteorder v1.5.0
9122026-06-25T00:06:53.612Z Downloaded match_cfg v0.1.0
9132026-06-25T00:06:53.615Z Downloaded foreign-types-shared v0.3.1
9142026-06-25T00:06:53.615Z Downloaded idna_adapter v1.2.2
9152026-06-25T00:06:53.615Z Downloaded diff v0.1.13
9162026-06-25T00:06:53.618Z Downloaded darling_core v0.21.3
9172026-06-25T00:06:53.620Z Downloaded instant v0.1.13
9182026-06-25T00:06:53.623Z Downloaded crossbeam-epoch v0.9.18
9192026-06-25T00:06:53.626Z Downloaded defmt-parser v1.0.0
9202026-06-25T00:06:53.626Z Downloaded convert_case v0.4.0
9212026-06-25T00:06:53.629Z Downloaded gethostname v0.5.0
9222026-06-25T00:06:53.629Z Downloaded defmt-macros v1.1.0
9232026-06-25T00:06:53.632Z Downloaded newtype_derive v0.1.6
9242026-06-25T00:06:53.632Z Downloaded foreign-types-macros v0.2.3
9252026-06-25T00:06:53.635Z Downloaded hubpack_derive v0.1.1
9262026-06-25T00:06:53.635Z Downloaded csv-core v0.1.13
9272026-06-25T00:06:53.635Z Downloaded displaydoc v0.2.6
9282026-06-25T00:06:53.638Z Downloaded natord v1.0.9
9292026-06-25T00:06:53.638Z Downloaded httpdate v1.0.3
9302026-06-25T00:06:53.640Z Downloaded daft-derive v0.1.7
9312026-06-25T00:06:53.643Z Downloaded num_enum_derive v0.5.11
9322026-06-25T00:06:53.646Z Downloaded num v0.4.3
9332026-06-25T00:06:53.646Z Downloaded daft v0.1.7
9342026-06-25T00:06:53.646Z Downloaded litemap v0.8.2
9352026-06-25T00:06:53.650Z Downloaded crc8 v0.1.1
9362026-06-25T00:06:53.650Z Downloaded async-stream-impl v0.3.6
9372026-06-25T00:06:53.653Z Downloaded argon2 v0.5.3
9382026-06-25T00:06:53.653Z Downloaded keccak v0.1.6
9392026-06-25T00:06:53.653Z Downloaded memoffset v0.9.1
9402026-06-25T00:06:53.657Z Downloaded macaddr v1.0.1
9412026-06-25T00:06:53.657Z Downloaded hostname v0.3.1
9422026-06-25T00:06:53.659Z Downloaded libscf-sys v1.2.0
9432026-06-25T00:06:53.660Z Downloaded internet-checksum v0.2.1
9442026-06-25T00:06:53.660Z Downloaded hash32 v0.3.1
9452026-06-25T00:06:53.664Z Downloaded embedded-io v0.6.1
9462026-06-25T00:06:53.664Z Downloaded crossbeam-deque v0.8.6
9472026-06-25T00:06:53.667Z Downloaded cstr-argument v0.1.2
9482026-06-25T00:06:53.667Z Downloaded newline-converter v0.3.0
9492026-06-25T00:06:53.667Z Downloaded mime v0.3.17
9502026-06-25T00:06:53.667Z Downloaded dropshot-api-manager-types v0.7.2
9512026-06-25T00:06:53.671Z Downloaded hostname v0.4.2
9522026-06-25T00:06:53.671Z Downloaded compression-core v0.4.32
9532026-06-25T00:06:53.671Z Downloaded heck v0.4.1
9542026-06-25T00:06:53.674Z Downloaded dunce v1.0.5
9552026-06-25T00:06:53.674Z Downloaded dyn-clone v1.0.20
9562026-06-25T00:06:53.677Z Downloaded num-derive v0.4.2
9572026-06-25T00:06:53.678Z Downloaded num_threads v0.1.7
9582026-06-25T00:06:53.678Z Downloaded fxhash v0.2.1
9592026-06-25T00:06:53.680Z Downloaded omicron-workspace-hack v0.1.0
9602026-06-25T00:06:53.680Z Downloaded num-conv v0.2.2
9612026-06-25T00:06:53.680Z Downloaded opaque-debug v0.3.1
9622026-06-25T00:06:53.683Z Downloaded num-complex v0.4.6
9632026-06-25T00:06:53.683Z Downloaded hubpack v0.1.2
9642026-06-25T00:06:53.683Z Downloaded dof v0.4.0
9652026-06-25T00:06:53.686Z Downloaded data-encoding v2.11.0
9662026-06-25T00:06:53.686Z Downloaded num_enum_derive v0.7.6
9672026-06-25T00:06:53.689Z Downloaded linked-hash-map v0.5.6
9682026-06-25T00:06:53.689Z Downloaded num-rational v0.4.2
9692026-06-25T00:06:53.692Z Downloaded parse-display v0.10.0
9702026-06-25T00:06:53.692Z Downloaded constant_time_eq v0.4.2
9712026-06-25T00:06:53.692Z Downloaded olpc-cjson v0.1.4
9722026-06-25T00:06:53.697Z Downloaded enum-as-inner v0.6.1
9732026-06-25T00:06:53.697Z Downloaded plain v0.2.3
9742026-06-25T00:06:53.697Z Downloaded dtrace-parser v0.3.0
9752026-06-25T00:06:53.703Z Downloaded phf_shared v0.12.1
9762026-06-25T00:06:53.703Z Downloaded darling_macro v0.21.3
9772026-06-25T00:06:53.703Z Downloaded cobs v0.3.0
9782026-06-25T00:06:53.703Z Downloaded proc-macro-error-attr2 v2.0.0
9792026-06-25T00:06:53.706Z Downloaded proc-macro-error-attr v1.0.4
9802026-06-25T00:06:53.706Z Downloaded proc-macro-crate v1.3.1
9812026-06-25T00:06:53.706Z Downloaded ff v0.13.1
9822026-06-25T00:06:53.706Z Downloaded crossbeam-utils v0.8.21
9832026-06-25T00:06:53.708Z Downloaded proc-macro-crate v3.5.0
9842026-06-25T00:06:53.708Z Downloaded getrandom v0.4.2
9852026-06-25T00:06:53.711Z Downloaded num-integer v0.1.46
9862026-06-25T00:06:53.714Z Downloaded log v0.4.32
9872026-06-25T00:06:53.714Z Downloaded hickory-resolver v0.24.4
9882026-06-25T00:06:53.719Z Downloaded potential_utf v0.1.5
9892026-06-25T00:06:53.722Z Downloaded pretty-hex v0.4.2
9902026-06-25T00:06:53.722Z Downloaded quick-error v1.2.3
9912026-06-25T00:06:53.722Z Downloaded progenitor-client v0.10.0
9922026-06-25T00:06:53.722Z Downloaded critical-section v1.2.0
9932026-06-25T00:06:53.725Z Downloaded num-iter v0.1.45
9942026-06-25T00:06:53.725Z Downloaded libsw-core v0.3.2
9952026-06-25T00:06:53.725Z Downloaded ingot v0.1.1
9962026-06-25T00:06:53.728Z Downloaded group v0.13.0
9972026-06-25T00:06:53.728Z Downloaded cancel-safe-futures v0.1.5
9982026-06-25T00:06:53.730Z Downloaded powerfmt v0.2.0
9992026-06-25T00:06:53.730Z Downloaded bitflags v2.12.1
10002026-06-25T00:06:53.733Z Downloaded ref-cast v1.0.25
10012026-06-25T00:06:53.738Z Downloaded progenitor-macro v0.14.0
10022026-06-25T00:06:53.738Z Downloaded progenitor-macro v0.13.0
10032026-06-25T00:06:53.741Z Downloaded rand_xorshift v0.4.0
10042026-06-25T00:06:53.741Z Downloaded progenitor-macro v0.10.0
10052026-06-25T00:06:53.741Z Downloaded papergrid v0.11.0
10062026-06-25T00:06:53.744Z Downloaded rand_chacha v0.3.1
10072026-06-25T00:06:53.744Z Downloaded ipnetwork v0.21.1
10082026-06-25T00:06:53.746Z Downloaded derive-ex v0.1.8
10092026-06-25T00:06:53.746Z Downloaded highway v1.3.0
10102026-06-25T00:06:53.749Z Downloaded num_enum v0.7.6
10112026-06-25T00:06:53.752Z Downloaded linear-map v1.2.0
10122026-06-25T00:06:53.752Z Downloaded async-trait v0.1.89
10132026-06-25T00:06:53.755Z Downloaded libsw v3.5.0
10142026-06-25T00:06:53.755Z Downloaded ingot-types v0.1.2
10152026-06-25T00:06:53.758Z Downloaded git-stub-vcs v0.1.0
10162026-06-25T00:06:53.758Z Downloaded parse-display-derive v0.10.0
10172026-06-25T00:06:53.761Z Downloaded compression-codecs v0.4.38
10182026-06-25T00:06:53.761Z Downloaded password-hash v0.5.0
10192026-06-25T00:06:53.764Z Downloaded bit-vec v0.8.0
10202026-06-25T00:06:53.764Z Downloaded pem v3.0.6
10212026-06-25T00:06:53.768Z Downloaded rustc_version v0.1.7
10222026-06-25T00:06:53.768Z Downloaded proc-macro-error v1.0.4
10232026-06-25T00:06:53.771Z Downloaded paste v1.0.15
10242026-06-25T00:06:53.771Z Downloaded num_enum v0.5.11
10252026-06-25T00:06:53.774Z Downloaded foldhash v0.2.0
10262026-06-25T00:06:53.774Z Downloaded byte-wrapper v0.1.0
10272026-06-25T00:06:53.776Z Downloaded same-file v1.0.6
10282026-06-25T00:06:53.776Z Downloaded ref-cast-impl v1.0.25
10292026-06-25T00:06:53.780Z Downloaded camino v1.2.2
10302026-06-25T00:06:53.780Z Downloaded console v0.16.3
10312026-06-25T00:06:53.783Z Downloaded anyhow v1.0.102
10322026-06-25T00:06:53.783Z Downloaded parking_lot_core v0.8.6
10332026-06-25T00:06:53.787Z Downloaded fs-err v3.3.0
10342026-06-25T00:06:53.787Z Downloaded cipher v0.4.4
10352026-06-25T00:06:53.793Z Downloaded icu_properties v2.2.0
10362026-06-25T00:06:53.793Z Downloaded base64 v0.21.7
10372026-06-25T00:06:53.797Z Downloaded serde-big-array v0.5.1
10382026-06-25T00:06:53.797Z Downloaded defmt v1.1.0
10392026-06-25T00:06:53.797Z Downloaded progenitor-client v0.13.0
10402026-06-25T00:06:53.797Z Downloaded progenitor v0.10.0
10412026-06-25T00:06:53.800Z Downloaded progenitor v0.14.0
10422026-06-25T00:06:53.800Z Downloaded progenitor-client v0.14.0
10432026-06-25T00:06:53.800Z Downloaded progenitor v0.13.0
10442026-06-25T00:06:53.802Z Downloaded progenitor-extras v0.2.0
10452026-06-25T00:06:53.802Z Downloaded serde_repr v0.1.20
10462026-06-25T00:06:53.803Z Downloaded serial_test v3.5.0
10472026-06-25T00:06:53.805Z Downloaded semver v0.1.20
10482026-06-25T00:06:53.805Z Downloaded proc-macro-error2 v2.0.1
10492026-06-25T00:06:53.808Z Downloaded siphasher v1.0.3
10502026-06-25T00:06:53.808Z Downloaded oxide-tokio-rt v0.1.6
10512026-06-25T00:06:53.811Z Downloaded sigpipe v0.1.3
10522026-06-25T00:06:53.811Z Downloaded serde_plain v1.0.2
10532026-06-25T00:06:53.811Z Downloaded quote v1.0.45
10542026-06-25T00:06:53.814Z Downloaded ingot-macros v0.1.1
10552026-06-25T00:06:53.814Z Downloaded sha1 v0.11.0
10562026-06-25T00:06:53.817Z Downloaded rand_core v0.10.1
10572026-06-25T00:06:53.817Z Downloaded backon v1.6.0
10582026-06-25T00:06:53.820Z Downloaded sha1 v0.10.6
10592026-06-25T00:06:53.820Z Downloaded serial_test_derive v3.5.0
10602026-06-25T00:06:53.820Z Downloaded poly1305 v0.8.0
10612026-06-25T00:06:53.822Z Downloaded slog-bunyan v2.5.0
10622026-06-25T00:06:53.822Z Downloaded slog-envlogger v2.2.0
10632026-06-25T00:06:53.825Z Downloaded darling v0.23.0
10642026-06-25T00:06:53.828Z Downloaded structmeta-derive v0.3.0
10652026-06-25T00:06:53.828Z Downloaded pest_generator v2.8.6
10662026-06-25T00:06:53.831Z Downloaded structmeta v0.3.0
10672026-06-25T00:06:53.831Z Downloaded omicron-zone-package v0.12.2
10682026-06-25T00:06:53.834Z Downloaded resolv-conf v0.7.6
10692026-06-25T00:06:53.834Z Downloaded elliptic-curve v0.13.8
10702026-06-25T00:06:53.837Z Downloaded postcard v1.1.3
10712026-06-25T00:06:53.837Z Downloaded rustls-pemfile v2.2.0
10722026-06-25T00:06:53.840Z Downloaded drift v0.2.0
10732026-06-25T00:06:53.844Z Downloaded strum v0.26.3
10742026-06-25T00:06:53.847Z Downloaded rustversion v1.0.22
10752026-06-25T00:06:53.847Z Downloaded stable_deref_trait v1.2.1
10762026-06-25T00:06:53.850Z Downloaded rustls-native-certs v0.8.4
10772026-06-25T00:06:53.850Z Downloaded dropshot_endpoint v0.17.1
10782026-06-25T00:06:53.853Z Downloaded allocator-api2 v0.2.21
10792026-06-25T00:06:53.853Z Downloaded serde_derive_internals v0.29.1
10802026-06-25T00:06:53.856Z Downloaded secrecy v0.10.3
10812026-06-25T00:06:53.856Z Downloaded thread-id v4.2.2
10822026-06-25T00:06:53.856Z Downloaded tabled_derive v0.7.0
10832026-06-25T00:06:53.856Z Downloaded scroll v0.13.0
10842026-06-25T00:06:53.907Z Downloaded schemars_derive v0.8.22
10852026-06-25T00:06:53.907Z Downloaded testing_table v0.3.0
10862026-06-25T00:06:53.907Z Downloaded tabled_derive v0.11.0
10872026-06-25T00:06:53.907Z Downloaded blake2 v0.10.6
10882026-06-25T00:06:53.907Z Downloaded take_mut v0.2.2
10892026-06-25T00:06:53.907Z Downloaded phf v0.12.1
10902026-06-25T00:06:53.907Z Downloaded oxnet v0.1.6
10912026-06-25T00:06:53.907Z Downloaded arc-swap v1.9.1
10922026-06-25T00:06:53.907Z Downloaded scroll_derive v0.12.1
10932026-06-25T00:06:53.907Z Downloaded serde_tokenstream v0.2.3
10942026-06-25T00:06:53.907Z Downloaded fixedbitset v0.4.2
10952026-06-25T00:06:53.907Z Downloaded scroll_derive v0.13.1
10962026-06-25T00:06:53.907Z Downloaded bs58 v0.5.1
10972026-06-25T00:06:53.907Z Downloaded half v2.7.1
10982026-06-25T00:06:53.907Z Downloaded scroll v0.12.0
10992026-06-25T00:06:53.907Z Downloaded thread-id v5.1.0
11002026-06-25T00:06:53.907Z Downloaded termtree v0.5.1
11012026-06-25T00:06:53.907Z Downloaded cpufeatures v0.3.0
11022026-06-25T00:06:53.907Z Downloaded time-core v0.1.8
11032026-06-25T00:06:53.907Z Downloaded tabwriter v1.4.1
11042026-06-25T00:06:53.907Z Downloaded bit-set v0.8.0
11052026-06-25T00:06:53.907Z Downloaded iddqd v0.4.2
11062026-06-25T00:06:53.907Z Downloaded topological-sort v0.2.2
11072026-06-25T00:06:53.907Z Downloaded slog-async v2.8.0
11082026-06-25T00:06:53.907Z Downloaded float-ord v0.3.2
11092026-06-25T00:06:53.907Z Downloaded const-random v0.1.18
11102026-06-25T00:06:53.907Z Downloaded hybrid-array v0.4.12
11112026-06-25T00:06:53.907Z Downloaded chacha20 v0.10.0
11122026-06-25T00:06:53.907Z Downloaded smartstring v1.0.1
11132026-06-25T00:06:53.907Z Downloaded slog-scope v4.4.1
11142026-06-25T00:06:53.907Z Downloaded slog-json v2.6.1
11152026-06-25T00:06:53.907Z Downloaded smawk v0.3.2
11162026-06-25T00:06:53.907Z Downloaded papergrid v0.18.0
11172026-06-25T00:06:53.907Z Downloaded usdt-attr-macro v0.5.0
11182026-06-25T00:06:53.907Z Downloaded typify-macro v0.4.3
11192026-06-25T00:06:53.919Z Downloaded chacha20poly1305 v0.10.1
11202026-06-25T00:06:53.919Z Downloaded parking_lot v0.11.2
11212026-06-25T00:06:53.919Z Downloaded thiserror-impl-no-std v2.0.2
11222026-06-25T00:06:53.920Z Downloaded rhai_codegen v3.2.0
11232026-06-25T00:06:53.920Z Downloaded slog-dtrace v0.3.0
11242026-06-25T00:06:53.920Z Downloaded konst v0.2.20
11252026-06-25T00:06:53.920Z Downloaded backoff v0.4.0
11262026-06-25T00:06:53.922Z Downloaded untrusted v0.7.1
11272026-06-25T00:06:53.923Z Downloaded typify-macro v0.6.2
11282026-06-25T00:06:53.923Z Downloaded minimal-lexical v0.2.1
11292026-06-25T00:06:53.923Z Downloaded usdt v0.5.0
11302026-06-25T00:06:53.923Z Downloaded darling_core v0.23.0
11312026-06-25T00:06:53.923Z Downloaded smf v0.2.3
11322026-06-25T00:06:53.923Z Downloaded slog-stdlog v4.1.1
11332026-06-25T00:06:53.923Z Downloaded rusty-fork v0.3.1
11342026-06-25T00:06:53.923Z Downloaded spin v0.5.2
11352026-06-25T00:06:53.923Z Downloaded crypto-bigint v0.5.5
11362026-06-25T00:06:53.927Z Downloaded utf-8 v0.7.6
11372026-06-25T00:06:53.930Z Downloaded strum_macros v0.27.2
11382026-06-25T00:06:53.930Z Downloaded waitgroup v0.1.2
11392026-06-25T00:06:53.930Z Downloaded usdt-macro v0.6.0
11402026-06-25T00:06:53.930Z Downloaded usdt-attr-macro v0.6.0
11412026-06-25T00:06:53.930Z Downloaded thiserror-no-std v2.0.2
11422026-06-25T00:06:53.933Z Downloaded wait-timeout v0.2.1
11432026-06-25T00:06:53.933Z Downloaded crossbeam-channel v0.5.15
11442026-06-25T00:06:53.936Z Downloaded strum_macros v0.26.4
11452026-06-25T00:06:53.939Z Downloaded progenitor-impl v0.13.0
11462026-06-25T00:06:53.939Z Downloaded progenitor-impl v0.10.0
11472026-06-25T00:06:53.942Z Downloaded const_format v0.2.36
11482026-06-25T00:06:53.942Z Downloaded universal-hash v0.5.1
11492026-06-25T00:06:53.945Z Downloaded tokio-dtrace v0.1.1
11502026-06-25T00:06:53.945Z Downloaded serde_with_macros v3.20.0
11512026-06-25T00:06:53.945Z Downloaded zerofrom-derive v0.1.7
11522026-06-25T00:06:53.948Z Downloaded usdt-macro v0.5.0
11532026-06-25T00:06:53.948Z Downloaded icu_collections v2.2.0
11542026-06-25T00:06:53.952Z Downloaded usdt v0.6.0
11552026-06-25T00:06:53.952Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-06-25T00:06:53.952Z Downloaded tinystr v0.8.3
11572026-06-25T00:06:53.954Z Downloaded chacha20 v0.9.1
11582026-06-25T00:06:53.954Z Downloaded bytecount v0.6.9
11592026-06-25T00:06:53.954Z Downloaded bitflags v1.3.2
11602026-06-25T00:06:53.958Z Downloaded cmake v0.1.58
11612026-06-25T00:06:53.958Z Downloaded zerofrom v0.1.8
11622026-06-25T00:06:53.958Z Downloaded zone v0.3.1
11632026-06-25T00:06:53.963Z Downloaded time-macros v0.2.27
11642026-06-25T00:06:53.963Z Downloaded base16ct v0.2.0
11652026-06-25T00:06:53.968Z Downloaded icu_normalizer_data v2.2.0
11662026-06-25T00:06:53.968Z Downloaded icu_locale_core v2.2.0
11672026-06-25T00:06:53.974Z Downloaded slog-term v2.9.2
11682026-06-25T00:06:53.976Z Downloaded smallvec v1.15.1
11692026-06-25T00:06:53.977Z Downloaded zeroize_derive v1.4.3
11702026-06-25T00:06:53.977Z Downloaded zone_cfg_derive v0.3.1
11712026-06-25T00:06:53.977Z Downloaded snafu-derive v0.8.9
11722026-06-25T00:06:53.981Z Downloaded pest_derive v2.8.6
11732026-06-25T00:06:53.984Z Downloaded rustls-platform-verifier v0.7.0
11742026-06-25T00:06:53.987Z Downloaded schemars v0.8.22
11752026-06-25T00:06:53.992Z Downloaded unarray v0.1.4
11762026-06-25T00:06:53.995Z Downloaded synstructure v0.13.2
11772026-06-25T00:06:53.995Z Downloaded spin v0.9.8
11782026-06-25T00:06:53.995Z Downloaded prettyplease v0.2.37
11792026-06-25T00:06:53.998Z Downloaded writeable v0.6.3
11802026-06-25T00:06:54.001Z Downloaded progenitor-impl v0.14.0
11812026-06-25T00:06:54.001Z Downloaded indicatif v0.18.4
11822026-06-25T00:06:54.004Z Downloaded walkdir v2.5.0
11832026-06-25T00:06:54.007Z Downloaded usdt-impl v0.6.0
11842026-06-25T00:06:54.007Z Downloaded slog v2.8.2
11852026-06-25T00:06:54.011Z Downloaded tokio-tungstenite v0.21.0
11862026-06-25T00:06:54.011Z Downloaded thin-vec v0.2.18
11872026-06-25T00:06:54.011Z Downloaded similar v2.7.0
11882026-06-25T00:06:54.013Z Downloaded xz2 v0.1.7
11892026-06-25T00:06:54.016Z Downloaded whoami v1.6.1
11902026-06-25T00:06:54.016Z Downloaded vsss-rs v3.3.4
11912026-06-25T00:06:54.019Z Downloaded jiff-static v0.2.28
11922026-06-25T00:06:54.019Z Downloaded icu_normalizer v2.2.0
11932026-06-25T00:06:54.022Z Downloaded openssl-sys v0.9.116
11942026-06-25T00:06:54.025Z Downloaded zeroize v1.8.2
11952026-06-25T00:06:54.025Z Downloaded heapless v0.8.0
11962026-06-25T00:06:54.027Z Downloaded serde_yaml v0.9.34+deprecated
11972026-06-25T00:06:54.030Z Downloaded memchr v2.8.1
11982026-06-25T00:06:54.033Z Downloaded zerovec-derive v0.11.3
11992026-06-25T00:06:54.033Z Downloaded bytes v1.11.1
12002026-06-25T00:06:54.037Z Downloaded schemars v0.9.0
12012026-06-25T00:06:54.044Z Downloaded yoke-derive v0.8.2
12022026-06-25T00:06:54.047Z Downloaded ucd-trie v0.1.7
12032026-06-25T00:06:54.047Z Downloaded pest_meta v2.8.6
12042026-06-25T00:06:54.050Z Downloaded usdt-impl v0.5.0
12052026-06-25T00:06:54.050Z Downloaded strum v0.27.2
12062026-06-25T00:06:54.050Z Downloaded http v1.4.1
12072026-06-25T00:06:54.053Z Downloaded test-strategy v0.4.5
12082026-06-25T00:06:54.053Z Downloaded tagptr v0.2.0
12092026-06-25T00:06:54.056Z Downloaded qorb v0.4.1
12102026-06-25T00:06:54.058Z Downloaded hickory-resolver v0.25.2
12112026-06-25T00:06:54.058Z Downloaded h2 v0.4.14
12122026-06-25T00:06:54.062Z Downloaded zerocopy-derive v0.7.35
12132026-06-25T00:06:54.064Z Downloaded yoke v0.8.3
12142026-06-25T00:06:54.068Z Downloaded unit-prefix v0.5.2
12152026-06-25T00:06:54.068Z Downloaded async-compression v0.4.42
12162026-06-25T00:06:54.070Z Downloaded typify v0.4.3
12172026-06-25T00:06:54.073Z Downloaded tungstenite v0.21.0
12182026-06-25T00:06:54.073Z Downloaded typify v0.6.2
12192026-06-25T00:06:54.076Z Downloaded snafu v0.8.9
12202026-06-25T00:06:54.079Z Downloaded schemars v1.2.1
12212026-06-25T00:06:54.087Z Downloaded unsafe-libyaml v0.2.11
12222026-06-25T00:06:54.090Z Downloaded expectorate v1.2.0
12232026-06-25T00:06:54.094Z Downloaded toml v0.7.8
12242026-06-25T00:06:54.094Z Downloaded tiny-keccak v2.0.2
12252026-06-25T00:06:54.097Z Downloaded rayon-core v1.13.0
12262026-06-25T00:06:54.097Z Downloaded cc v1.2.63
12272026-06-25T00:06:54.099Z Downloaded rand v0.8.6
12282026-06-25T00:06:54.099Z Downloaded toml v0.9.12+spec-1.1.0
12292026-06-25T00:06:54.102Z Downloaded hashbrown v0.12.3
12302026-06-25T00:06:54.105Z Downloaded pretty_assertions v1.4.1
12312026-06-25T00:06:54.109Z Downloaded term v1.2.1
12322026-06-25T00:06:54.113Z Downloaded steno v0.4.1
12332026-06-25T00:06:54.118Z Downloaded rand v0.10.1
12342026-06-25T00:06:54.121Z Downloaded quinn v0.11.9
12352026-06-25T00:06:54.125Z Downloaded hkdf v0.12.4
12362026-06-25T00:06:54.129Z Downloaded hashbrown v0.16.1
12372026-06-25T00:06:54.129Z Downloaded toml_edit v0.25.12+spec-1.1.0
12382026-06-25T00:06:54.131Z Downloaded toml_edit v0.19.15
12392026-06-25T00:06:54.139Z Downloaded typed-path v0.9.3
12402026-06-25T00:06:54.142Z Downloaded nom v7.1.3
12412026-06-25T00:06:54.147Z Downloaded uuid v1.23.2
12422026-06-25T00:06:54.150Z Downloaded libm v0.2.16
12432026-06-25T00:06:54.154Z Downloaded yansi v1.0.1
12442026-06-25T00:06:54.156Z Downloaded dropshot-api-manager v0.7.2
12452026-06-25T00:06:54.159Z Downloaded itertools v0.12.1
12462026-06-25T00:06:54.163Z Downloaded zerotrie v0.2.4
12472026-06-25T00:06:54.170Z Downloaded pest v2.8.6
12482026-06-25T00:06:54.173Z Downloaded ron v0.12.1
12492026-06-25T00:06:54.177Z Downloaded nom v8.0.0
12502026-06-25T00:06:54.182Z Downloaded zerocopy-derive v0.8.50
12512026-06-25T00:06:54.208Z Downloaded regex v1.12.3
12522026-06-25T00:06:54.215Z Downloaded goblin v0.8.2
12532026-06-25T00:06:54.218Z Downloaded reqwest v0.13.4
12542026-06-25T00:06:54.232Z Downloaded rayon v1.12.0
12552026-06-25T00:06:54.238Z Downloaded tough v0.22.0
12562026-06-25T00:06:54.260Z Downloaded zerocopy v0.7.35
12572026-06-25T00:06:54.269Z Downloaded zerovec v0.11.6
12582026-06-25T00:06:54.272Z Downloaded moka v0.12.15
12592026-06-25T00:06:54.277Z Downloaded tabled v0.15.0
12602026-06-25T00:06:54.285Z Downloaded winnow v0.5.40
12612026-06-25T00:06:54.290Z Downloaded blake3 v1.8.5
12622026-06-25T00:06:54.296Z Downloaded aws-lc-rs v1.17.0
12632026-06-25T00:06:54.309Z Downloaded serde_with v3.20.0
12642026-06-25T00:06:54.318Z Downloaded webpki-roots v1.0.7
12652026-06-25T00:06:54.318Z Downloaded proptest v1.11.0
12662026-06-25T00:06:54.321Z Downloaded goblin v0.10.7
12672026-06-25T00:06:54.325Z Downloaded syn v1.0.109
12682026-06-25T00:06:54.332Z Downloaded quinn-proto v0.11.14
12692026-06-25T00:06:54.337Z Downloaded time v0.3.47
12702026-06-25T00:06:54.368Z Downloaded tabled v0.21.0
12712026-06-25T00:06:54.377Z Downloaded rhai v1.25.1
12722026-06-25T00:06:54.385Z Downloaded hickory-proto v0.24.4
12732026-06-25T00:06:54.391Z Downloaded openssl v0.10.80
12742026-06-25T00:06:54.396Z Downloaded rustls v0.23.40
12752026-06-25T00:06:54.404Z Downloaded hickory-proto v0.25.2
12762026-06-25T00:06:54.435Z Downloaded typify-impl v0.4.3
12772026-06-25T00:06:54.442Z Downloaded syn v2.0.117
12782026-06-25T00:06:54.450Z Downloaded bstr v1.12.1
12792026-06-25T00:06:54.453Z Downloaded nix v0.31.3
12802026-06-25T00:06:54.462Z Downloaded zerocopy v0.8.50
12812026-06-25T00:06:54.473Z Downloaded smoltcp v0.11.0
12822026-06-25T00:06:54.482Z Downloaded regress v0.11.1
12832026-06-25T00:06:54.486Z Downloaded regex-syntax v0.8.10
12842026-06-25T00:06:54.491Z Downloaded openapiv3 v2.2.0
12852026-06-25T00:06:54.498Z Downloaded lzma-sys v0.1.20
12862026-06-25T00:06:54.515Z Downloaded petgraph v0.6.5
12872026-06-25T00:06:54.523Z Downloaded jiff v0.2.28
12882026-06-25T00:06:54.533Z Downloaded dropshot v0.17.1
12892026-06-25T00:06:54.546Z Downloaded regress v0.10.5
12902026-06-25T00:06:54.550Z Downloaded typify-impl v0.6.2
12912026-06-25T00:06:54.557Z Downloaded sled v0.34.7
12922026-06-25T00:06:54.594Z Downloaded encoding_rs v0.8.35
12932026-06-25T00:06:54.610Z Downloaded chrono-tz v0.10.4
12942026-06-25T00:06:54.646Z Downloaded sha3 v0.10.9
12952026-06-25T00:06:54.650Z Downloaded csv v1.4.0
12962026-06-25T00:06:55.222Z Downloaded aws-lc-sys v0.41.0
12972026-06-25T00:06:56.148Z Compiling proc-macro2 v1.0.106
12982026-06-25T00:06:56.148Z Compiling quote v1.0.45
12992026-06-25T00:06:56.148Z Compiling unicode-ident v1.0.24
13002026-06-25T00:06:56.148Z Compiling serde_core v1.0.228
13012026-06-25T00:06:56.152Z Compiling cfg-if v1.0.4
13022026-06-25T00:06:56.152Z Compiling serde v1.0.228
13032026-06-25T00:06:56.152Z Compiling libc v0.2.186
13042026-06-25T00:06:56.152Z Compiling memchr v2.8.1
13052026-06-25T00:06:56.300Z Compiling itoa v1.0.18
13062026-06-25T00:06:56.478Z Compiling zmij v1.0.21
13072026-06-25T00:06:56.569Z Compiling autocfg v1.5.1
13082026-06-25T00:06:56.624Z Compiling libm v0.2.16
13092026-06-25T00:06:56.918Z Compiling stable_deref_trait v1.2.1
13102026-06-25T00:06:56.963Z Compiling writeable v0.6.3
13112026-06-25T00:06:56.986Z Compiling litemap v0.8.2
13122026-06-25T00:06:57.085Z Compiling utf8_iter v1.0.4
13132026-06-25T00:06:57.106Z Compiling icu_normalizer_data v2.2.0
13142026-06-25T00:06:57.155Z Compiling percent-encoding v2.3.2
13152026-06-25T00:06:57.166Z Compiling icu_properties_data v2.2.0
13162026-06-25T00:06:57.191Z Compiling version_check v0.9.5
13172026-06-25T00:06:57.349Z Compiling iana-time-zone v0.1.65
13182026-06-25T00:06:57.395Z Compiling syn v2.0.117
13192026-06-25T00:06:57.461Z Compiling equivalent v1.0.2
13202026-06-25T00:06:57.515Z Compiling form_urlencoded v1.2.2
13212026-06-25T00:06:57.543Z Compiling serde_json v1.0.150
13222026-06-25T00:06:57.563Z Compiling pin-project-lite v0.2.17
13232026-06-25T00:06:57.572Z Compiling dyn-clone v1.0.20
13242026-06-25T00:06:57.596Z Compiling scopeguard v1.2.0
13252026-06-25T00:06:57.654Z Compiling parking_lot_core v0.9.12
13262026-06-25T00:06:57.702Z Compiling lock_api v0.4.14
13272026-06-25T00:06:57.712Z Compiling num-traits v0.2.19
13282026-06-25T00:06:57.716Z Compiling rand_core v0.10.1
13292026-06-25T00:06:57.792Z Compiling thiserror v2.0.18
13302026-06-25T00:06:57.869Z Compiling getrandom v0.4.2
13312026-06-25T00:06:57.922Z Compiling hashbrown v0.17.1
13322026-06-25T00:06:57.956Z Compiling errno v0.3.14
13332026-06-25T00:06:58.099Z Compiling log v0.4.32
13342026-06-25T00:06:58.189Z Compiling heck v0.5.0
13352026-06-25T00:06:58.289Z Compiling semver v1.0.28
13362026-06-25T00:06:58.337Z Compiling futures-core v0.3.32
13372026-06-25T00:06:58.437Z Compiling indexmap v2.14.0
13382026-06-25T00:06:58.455Z Compiling zerocopy v0.8.50
13392026-06-25T00:06:58.493Z Compiling uuid v1.23.2
13402026-06-25T00:06:58.626Z Compiling futures-sink v0.3.32
13412026-06-25T00:06:58.716Z Compiling schemars v0.8.22
13422026-06-25T00:06:58.726Z Compiling slab v0.4.12
13432026-06-25T00:06:58.886Z Compiling jobserver v0.1.34
13442026-06-25T00:06:58.896Z Compiling find-msvc-tools v0.1.9
13452026-06-25T00:06:58.909Z Compiling shlex v2.0.1
13462026-06-25T00:06:58.981Z Compiling rustversion v1.0.22
13472026-06-25T00:06:59.086Z Compiling fnv v1.0.7
13482026-06-25T00:06:59.096Z Compiling cc v1.2.63
13492026-06-25T00:06:59.117Z Compiling futures-channel v0.3.32
13502026-06-25T00:06:59.152Z Compiling bitflags v2.12.1
13512026-06-25T00:06:59.203Z Compiling futures-io v0.3.32
13522026-06-25T00:06:59.339Z Compiling futures-task v0.3.32
13532026-06-25T00:06:59.427Z Compiling portable-atomic v1.13.1
13542026-06-25T00:06:59.460Z Compiling socket2 v0.6.4
13552026-06-25T00:06:59.512Z Compiling signal-hook-registry v1.4.8
13562026-06-25T00:06:59.529Z Compiling mio v1.2.1
13572026-06-25T00:06:59.738Z Compiling critical-section v1.2.0
13582026-06-25T00:06:59.814Z Compiling dunce v1.0.5
13592026-06-25T00:06:59.845Z Compiling cmake v0.1.58
13602026-06-25T00:06:59.906Z Compiling fs_extra v1.3.0
13612026-06-25T00:06:59.917Z Compiling typenum v1.20.1
13622026-06-25T00:07:00.021Z Compiling base64 v0.22.1
13632026-06-25T00:07:00.048Z Compiling slog v2.8.2
13642026-06-25T00:07:00.168Z Compiling strsim v0.11.1
13652026-06-25T00:07:00.179Z Compiling byteorder v1.5.0
13662026-06-25T00:07:00.300Z Compiling synstructure v0.13.2
13672026-06-25T00:07:00.358Z Compiling serde_derive_internals v0.29.1
13682026-06-25T00:07:00.401Z Compiling once_cell v1.21.4
13692026-06-25T00:07:00.404Z Compiling aws-lc-sys v0.41.0
13702026-06-25T00:07:00.436Z Compiling rustix v1.1.4
13712026-06-25T00:07:00.570Z Compiling subtle v2.6.1
13722026-06-25T00:07:00.633Z Compiling regex-syntax v0.8.10
13732026-06-25T00:07:00.713Z Compiling ipnet v2.12.0
13742026-06-25T00:07:00.735Z Compiling httparse v1.10.1
13752026-06-25T00:07:00.805Z Compiling atomic-waker v1.1.2
13762026-06-25T00:07:00.931Z Compiling tower-service v0.3.3
13772026-06-25T00:07:01.011Z Compiling tower-layer v0.3.3
13782026-06-25T00:07:01.026Z Compiling getrandom v0.2.17
13792026-06-25T00:07:01.115Z Compiling untrusted v0.9.0
13802026-06-25T00:07:01.173Z Compiling thiserror v1.0.69
13812026-06-25T00:07:01.209Z Compiling ryu v1.0.23
13822026-06-25T00:07:01.233Z Compiling ucd-trie v0.1.7
13832026-06-25T00:07:01.264Z Compiling try-lock v0.2.5
13842026-06-25T00:07:01.369Z Compiling getrandom v0.3.4
13852026-06-25T00:07:01.396Z Compiling pest v2.8.6
13862026-06-25T00:07:01.477Z Compiling want v0.3.1
13872026-06-25T00:07:01.489Z Compiling serde_derive v1.0.228
13882026-06-25T00:07:01.512Z Compiling zerofrom-derive v0.1.7
13892026-06-25T00:07:01.546Z Compiling yoke-derive v0.8.2
13902026-06-25T00:07:01.644Z Compiling zerovec-derive v0.11.3
13912026-06-25T00:07:01.714Z Compiling displaydoc v0.2.6
13922026-06-25T00:07:02.513Z Compiling schemars_derive v0.8.22
13932026-06-25T00:07:02.632Z Compiling thiserror-impl v2.0.18
13942026-06-25T00:07:02.657Z Compiling tokio-macros v2.7.0
13952026-06-25T00:07:02.716Z Compiling zerofrom v0.1.8
13962026-06-25T00:07:02.733Z Compiling zerocopy-derive v0.8.50
13972026-06-25T00:07:02.833Z Compiling yoke v0.8.3
13982026-06-25T00:07:03.061Z Compiling zerovec v0.11.6
13992026-06-25T00:07:03.294Z Compiling zerotrie v0.2.4
14002026-06-25T00:07:03.408Z Compiling zeroize_derive v1.4.3
14012026-06-25T00:07:03.535Z Compiling tinystr v0.8.3
14022026-06-25T00:07:03.589Z Compiling potential_utf v0.1.5
14032026-06-25T00:07:03.710Z Compiling icu_locale_core v2.2.0
14042026-06-25T00:07:03.731Z Compiling icu_collections v2.2.0
14052026-06-25T00:07:03.747Z Compiling futures-macro v0.3.32
14062026-06-25T00:07:04.090Z Compiling zeroize v1.8.2
14072026-06-25T00:07:04.142Z Compiling thiserror-impl v1.0.69
14082026-06-25T00:07:04.241Z Compiling rand_core v0.6.4
14092026-06-25T00:07:04.284Z Compiling httpdate v1.0.3
14102026-06-25T00:07:04.515Z Compiling icu_provider v2.2.0
14112026-06-25T00:07:04.588Z Compiling pest_meta v2.8.6
14122026-06-25T00:07:04.608Z Compiling bytes v1.11.1
14132026-06-25T00:07:04.699Z Compiling smallvec v1.15.1
14142026-06-25T00:07:04.840Z Compiling icu_properties v2.2.0
14152026-06-25T00:07:04.853Z Compiling chrono v0.4.45
14162026-06-25T00:07:04.932Z Compiling icu_normalizer v2.2.0
14172026-06-25T00:07:05.349Z Compiling futures-util v0.3.32
14182026-06-25T00:07:05.531Z Compiling parking_lot v0.12.5
14192026-06-25T00:07:05.559Z Compiling http v1.4.1
14202026-06-25T00:07:05.876Z Compiling idna_adapter v1.2.2
14212026-06-25T00:07:05.936Z Compiling tokio v1.52.3
14222026-06-25T00:07:06.021Z Compiling idna v1.1.0
14232026-06-25T00:07:06.043Z Compiling serde_tokenstream v0.2.3
14242026-06-25T00:07:06.321Z Compiling url v2.5.8
14252026-06-25T00:07:06.364Z Compiling erased-serde v0.3.31
14262026-06-25T00:07:06.544Z Compiling http-body v1.0.1
14272026-06-25T00:07:06.852Z Compiling pest_generator v2.8.6
14282026-06-25T00:07:07.082Z Compiling ppv-lite86 v0.2.21
14292026-06-25T00:07:07.184Z Compiling pretty-hex v0.4.2
14302026-06-25T00:07:07.194Z Compiling plain v0.2.3
14312026-06-25T00:07:07.298Z Compiling winnow v1.0.3
14322026-06-25T00:07:07.312Z Compiling paste v1.0.15
14332026-06-25T00:07:07.392Z Compiling foldhash v0.2.0
14342026-06-25T00:07:07.501Z Compiling pest_derive v2.8.6
14352026-06-25T00:07:07.605Z Compiling ipnetwork v0.21.1
14362026-06-25T00:07:07.617Z Compiling allocator-api2 v0.2.21
14372026-06-25T00:07:07.672Z Compiling tracing-attributes v0.1.31
14382026-06-25T00:07:07.929Z Compiling oxnet v0.1.6
14392026-06-25T00:07:08.018Z Compiling hashbrown v0.16.1
14402026-06-25T00:07:08.033Z Compiling tracing-core v0.1.36
14412026-06-25T00:07:08.259Z Compiling ident_case v1.0.1
14422026-06-25T00:07:08.368Z Compiling omicron-workspace-hack v0.1.0
14432026-06-25T00:07:08.392Z Compiling http-body-util v0.1.3
14442026-06-25T00:07:08.596Z Compiling serde_urlencoded v0.7.1
14452026-06-25T00:07:08.607Z Compiling aho-corasick v1.1.4
14462026-06-25T00:07:08.639Z Compiling sync_wrapper v1.0.2
14472026-06-25T00:07:08.683Z Compiling daft-derive v0.1.7
14482026-06-25T00:07:08.879Z Compiling fastrand v2.4.1
14492026-06-25T00:07:08.904Z Compiling tracing v0.1.44
14502026-06-25T00:07:09.134Z Compiling scroll_derive v0.13.1
14512026-06-25T00:07:09.134Z Compiling async-trait v0.1.89
14522026-06-25T00:07:09.487Z Compiling regex-automata v0.4.14
14532026-06-25T00:07:09.887Z Compiling tokio-util v0.7.18
14542026-06-25T00:07:10.037Z Compiling powerfmt v0.2.0
14552026-06-25T00:07:10.043Z Compiling anyhow v1.0.102
14562026-06-25T00:07:10.183Z Compiling num-conv v0.2.2
14572026-06-25T00:07:10.228Z Compiling time-core v0.1.8
14582026-06-25T00:07:10.347Z Compiling aws-lc-rs v1.17.0
14592026-06-25T00:07:10.366Z Compiling time-macros v0.2.27
14602026-06-25T00:07:10.579Z Compiling deranged v0.5.8
14612026-06-25T00:07:10.642Z Compiling scroll v0.13.0
14622026-06-25T00:07:10.658Z Compiling rustls-pki-types v1.14.1
14632026-06-25T00:07:10.901Z Compiling openssl-probe v0.2.1
14642026-06-25T00:07:11.087Z Compiling hex v0.4.3
14652026-06-25T00:07:11.140Z Compiling num_threads v0.1.7
14662026-06-25T00:07:11.236Z Compiling regex v1.12.3
14672026-06-25T00:07:11.342Z Compiling goblin v0.10.7
14682026-06-25T00:07:11.563Z Compiling camino v1.2.2
14692026-06-25T00:07:11.741Z Compiling untrusted v0.7.1
14702026-06-25T00:07:11.940Z Compiling rustls v0.23.40
14712026-06-25T00:07:11.979Z Compiling crc32fast v1.5.0
14722026-06-25T00:07:12.045Z Compiling usdt-impl v0.6.0
14732026-06-25T00:07:12.191Z Compiling h2 v0.4.14
14742026-06-25T00:07:12.311Z Compiling dtrace-parser v0.3.0
14752026-06-25T00:07:12.322Z Compiling futures-executor v0.3.32
14762026-06-25T00:07:12.564Z Compiling crossbeam-utils v0.8.21
14772026-06-25T00:07:12.700Z Compiling structmeta-derive v0.3.0
14782026-06-25T00:07:12.784Z Compiling thread-id v5.1.0
14792026-06-25T00:07:12.855Z Compiling cpufeatures v0.3.0
14802026-06-25T00:07:12.893Z Compiling simd-adler32 v0.3.9
14812026-06-25T00:07:12.926Z Compiling adler2 v2.0.1
14822026-06-25T00:07:13.057Z Compiling miniz_oxide v0.8.9
14832026-06-25T00:07:13.180Z Compiling futures v0.3.32
14842026-06-25T00:07:13.257Z Compiling rand_core v0.9.5
14852026-06-25T00:07:13.469Z Compiling darling_core v0.23.0
14862026-06-25T00:07:13.597Z Compiling newtype-uuid-macros v0.1.0
14872026-06-25T00:07:13.712Z Compiling hybrid-array v0.4.12
14882026-06-25T00:07:13.762Z Compiling structmeta v0.3.0
14892026-06-25T00:07:14.112Z Compiling dof v0.4.0
14902026-06-25T00:07:14.165Z Compiling thread_local v1.1.9
14912026-06-25T00:07:14.446Z Compiling hyper v1.10.1
14922026-06-25T00:07:14.509Z Compiling match_cfg v0.1.0
14932026-06-25T00:07:14.576Z Compiling flate2 v1.1.9
14942026-06-25T00:07:15.299Z Compiling newtype-uuid v1.3.2
14952026-06-25T00:07:15.531Z Compiling hyper-util v0.1.20
14962026-06-25T00:07:15.612Z Compiling darling_macro v0.23.0
14972026-06-25T00:07:15.653Z Compiling quick-error v1.2.3
14982026-06-25T00:07:15.756Z Compiling slog-async v2.8.0
14992026-06-25T00:07:15.967Z Compiling compression-core v0.4.32
15002026-06-25T00:07:16.054Z Compiling ref-cast v1.0.25
15012026-06-25T00:07:16.117Z Compiling compression-codecs v0.4.38
15022026-06-25T00:07:16.186Z Compiling daft v0.1.7
15032026-06-25T00:07:16.202Z Compiling darling v0.23.0
15042026-06-25T00:07:16.222Z Compiling block-buffer v0.12.0
15052026-06-25T00:07:16.276Z Compiling crypto-common v0.2.2
15062026-06-25T00:07:16.325Z Compiling usdt-attr-macro v0.6.0
15072026-06-25T00:07:16.366Z Compiling usdt-macro v0.6.0
15082026-06-25T00:07:16.369Z Compiling rand_chacha v0.9.0
15092026-06-25T00:07:16.438Z Compiling strum_macros v0.26.4
15102026-06-25T00:07:16.790Z Compiling ref-cast-impl v1.0.25
15112026-06-25T00:07:16.856Z Compiling serde_spanned v1.1.1
15122026-06-25T00:07:17.003Z Compiling generic-array v0.14.7
15132026-06-25T00:07:17.218Z Compiling multer v3.1.0
15142026-06-25T00:07:17.235Z Compiling bit-vec v0.8.0
15152026-06-25T00:07:17.245Z Compiling term v1.2.1
15162026-06-25T00:07:17.426Z Compiling const-oid v0.10.2
15172026-06-25T00:07:17.456Z Compiling toml_writer v1.1.1+spec-1.1.0
15182026-06-25T00:07:17.467Z Compiling take_mut v0.2.2
15192026-06-25T00:07:17.508Z Compiling debug-ignore v1.0.5
15202026-06-25T00:07:17.559Z Compiling digest v0.11.3
15212026-06-25T00:07:17.606Z Compiling bit-set v0.8.0
15222026-06-25T00:07:17.659Z Compiling rand v0.9.4
15232026-06-25T00:07:17.659Z Compiling serde_with_macros v3.20.0
15242026-06-25T00:07:17.716Z Compiling async-stream-impl v0.3.6
15252026-06-25T00:07:17.757Z Compiling dropshot v0.17.1
15262026-06-25T00:07:17.963Z Compiling encoding_rs v0.8.35
15272026-06-25T00:07:17.996Z Compiling spin v0.9.8
15282026-06-25T00:07:18.069Z Compiling strum v0.26.3
15292026-06-25T00:07:18.105Z Compiling syn v1.0.109
15302026-06-25T00:07:18.191Z Compiling unarray v0.1.4
15312026-06-25T00:07:18.294Z Compiling mime v0.3.17
15322026-06-25T00:07:18.364Z Compiling async-stream v0.3.6
15332026-06-25T00:07:18.477Z Compiling sha1 v0.11.0
15342026-06-25T00:07:18.536Z Compiling derive-ex v0.1.8
15352026-06-25T00:07:18.560Z Compiling tower v0.5.3
15362026-06-25T00:07:18.716Z Compiling dropshot_endpoint v0.17.1
15372026-06-25T00:07:18.758Z Compiling macaddr v1.0.1
15382026-06-25T00:07:18.807Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-06-25T00:07:18.998Z Compiling waitgroup v0.1.2
15402026-06-25T00:07:19.031Z Compiling serde_path_to_error v0.1.20
15412026-06-25T00:07:19.293Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15422026-06-25T00:07:19.459Z Compiling tower-http v0.6.11
15432026-06-25T00:07:19.546Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15442026-06-25T00:07:19.604Z Compiling tempfile v3.27.0
15452026-06-25T00:07:19.725Z Compiling openapiv3 v2.2.0
15462026-06-25T00:07:19.880Z Compiling strum_macros v0.27.2
15472026-06-25T00:07:20.224Z Compiling test-strategy v0.4.5
15482026-06-25T00:07:20.472Z Compiling instant v0.1.13
15492026-06-25T00:07:20.580Z Compiling time v0.3.47
15502026-06-25T00:07:21.231Z Compiling rustls-native-certs v0.8.4
15512026-06-25T00:07:21.344Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15522026-06-25T00:07:21.568Z Compiling crossbeam-channel v0.5.15
15532026-06-25T00:07:21.616Z Compiling crypto-common v0.1.7
15542026-06-25T00:07:21.741Z Compiling strum v0.27.2
15552026-06-25T00:07:22.041Z Compiling parse-display-derive v0.10.0
15562026-06-25T00:07:22.171Z Compiling backon v1.6.0
15572026-06-25T00:07:22.204Z Compiling rand_chacha v0.3.1
15582026-06-25T00:07:22.371Z Compiling slog-json v2.6.1
15592026-06-25T00:07:22.577Z Compiling rand v0.8.6
15602026-06-25T00:07:22.752Z Compiling hostname v0.3.1
15612026-06-25T00:07:22.887Z Compiling toml_parser v1.1.2+spec-1.1.0
15622026-06-25T00:07:23.096Z Compiling toml_datetime v1.1.1+spec-1.1.0
15632026-06-25T00:07:23.237Z Compiling memmap2 v0.9.10
15642026-06-25T00:07:23.305Z Compiling is-terminal v0.4.17
15652026-06-25T00:07:23.365Z Compiling wait-timeout v0.2.1
15662026-06-25T00:07:23.485Z Compiling either v1.16.0
15672026-06-25T00:07:23.493Z Compiling rusty-fork v0.3.1
15682026-06-25T00:07:23.587Z Compiling usdt v0.6.0
15692026-06-25T00:07:23.654Z Compiling slog-term v2.9.2
15702026-06-25T00:07:23.665Z Compiling toml v1.1.2+spec-1.1.0
15712026-06-25T00:07:23.668Z Compiling slog-bunyan v2.5.0
15722026-06-25T00:07:23.854Z Compiling serde_with v3.20.0
15732026-06-25T00:07:23.863Z Compiling async-compression v0.4.42
15742026-06-25T00:07:23.892Z Compiling rand_xorshift v0.4.0
15752026-06-25T00:07:24.030Z Compiling rustls-pemfile v2.2.0
15762026-06-25T00:07:24.158Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15772026-06-25T00:07:24.224Z Compiling regress v0.10.5
15782026-06-25T00:07:24.248Z Compiling hostname v0.4.2
15792026-06-25T00:07:24.399Z Compiling humantime v2.3.0
15802026-06-25T00:07:24.424Z Compiling proptest v1.11.0
15812026-06-25T00:07:24.971Z Compiling iddqd v0.4.2
15822026-06-25T00:07:25.295Z Compiling reqwest v0.12.28
15832026-06-25T00:07:25.447Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15842026-06-25T00:07:25.649Z Compiling block-buffer v0.10.4
15852026-06-25T00:07:25.791Z Compiling utf8parse v0.2.2
15862026-06-25T00:07:25.859Z Compiling digest v0.10.7
15872026-06-25T00:07:25.904Z Compiling anstyle-parse v1.0.0
15882026-06-25T00:07:26.055Z Compiling parse-display v0.10.0
15892026-06-25T00:07:26.078Z Compiling itertools v0.14.0
15902026-06-25T00:07:26.272Z Compiling progenitor-client v0.10.0
15912026-06-25T00:07:26.400Z Compiling backoff v0.4.0
15922026-06-25T00:07:26.536Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15932026-06-25T00:07:26.615Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15942026-06-25T00:07:27.108Z Compiling anstyle v1.0.14
15952026-06-25T00:07:27.321Z Compiling is_terminal_polyfill v1.70.2
15962026-06-25T00:07:27.404Z Compiling anstyle-query v1.1.5
15972026-06-25T00:07:27.511Z Compiling colorchoice v1.0.5
15982026-06-25T00:07:27.624Z Compiling anstream v1.0.0
15992026-06-25T00:07:27.946Z Compiling clap_lex v1.1.0
16002026-06-25T00:07:28.278Z Compiling regress v0.11.1
16012026-06-25T00:07:28.289Z Compiling clap_derive v4.6.1
16022026-06-25T00:07:29.000Z Compiling terminal_size v0.4.4
16032026-06-25T00:07:29.839Z Compiling typify-impl v0.6.2
16042026-06-25T00:07:30.063Z Compiling toml_datetime v0.6.11
16052026-06-25T00:07:30.332Z Compiling zerocopy-derive v0.7.35
16062026-06-25T00:07:30.343Z Compiling convert_case v0.4.0
16072026-06-25T00:07:30.354Z Compiling cpufeatures v0.2.17
16082026-06-25T00:07:30.636Z Compiling derive_more v0.99.20
16092026-06-25T00:07:31.193Z Compiling zerocopy v0.7.35
16102026-06-25T00:07:31.238Z Compiling clap_builder v4.6.0
16112026-06-25T00:07:31.741Z Compiling toml_edit v0.25.12+spec-1.1.0
16122026-06-25T00:07:32.480Z Compiling unicode-width v0.2.2
16132026-06-25T00:07:32.763Z Compiling proc-macro-crate v3.5.0
16142026-06-25T00:07:32.826Z Compiling clap v4.6.1
16152026-06-25T00:07:32.903Z Compiling secrecy v0.10.3
16162026-06-25T00:07:33.055Z Compiling float-ord v0.3.2
16172026-06-25T00:07:33.168Z Compiling crucible-workspace-hack v0.1.0
16182026-06-25T00:07:33.180Z Compiling tinyvec_macros v0.1.1
16192026-06-25T00:07:33.267Z Compiling tinyvec v1.11.0
16202026-06-25T00:07:33.314Z Compiling num_enum_derive v0.7.6
16212026-06-25T00:07:33.877Z Compiling dtrace-parser v0.2.0
16222026-06-25T00:07:33.925Z Compiling scroll_derive v0.12.1
16232026-06-25T00:07:33.937Z Compiling num-integer v0.1.46
16242026-06-25T00:07:34.257Z Compiling rustc_version v0.4.1
16252026-06-25T00:07:34.396Z Compiling usdt-impl v0.5.0
16262026-06-25T00:07:34.584Z Compiling curve25519-dalek v4.1.3
16272026-06-25T00:07:34.706Z Compiling scroll v0.12.0
16282026-06-25T00:07:34.765Z Compiling num_enum v0.7.6
16292026-06-25T00:07:34.888Z Compiling dof v0.3.0
16302026-06-25T00:07:35.034Z Compiling hmac v0.12.1
16312026-06-25T00:07:35.171Z Compiling inout v0.1.4
16322026-06-25T00:07:35.189Z Compiling darling_core v0.21.3
16332026-06-25T00:07:35.239Z Compiling ff v0.13.1
16342026-06-25T00:07:35.316Z Compiling thread-id v4.2.2
16352026-06-25T00:07:35.327Z Compiling cipher v0.4.4
16362026-06-25T00:07:35.355Z Compiling group v0.13.0
16372026-06-25T00:07:35.544Z Compiling hkdf v0.12.4
16382026-06-25T00:07:35.849Z Compiling goblin v0.8.2
16392026-06-25T00:07:35.931Z Compiling num-iter v0.1.45
16402026-06-25T00:07:36.042Z Compiling num-rational v0.4.2
16412026-06-25T00:07:36.148Z Compiling thiserror-impl-no-std v2.0.2
16422026-06-25T00:07:36.203Z Compiling universal-hash v0.5.1
16432026-06-25T00:07:36.221Z Compiling typify-macro v0.6.2
16442026-06-25T00:07:36.284Z Compiling crypto-bigint v0.5.5
16452026-06-25T00:07:36.326Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16462026-06-25T00:07:36.672Z Compiling crossbeam-epoch v0.9.18
16472026-06-25T00:07:37.008Z Compiling half v2.7.1
16482026-06-25T00:07:37.109Z Compiling curve25519-dalek-derive v0.1.1
16492026-06-25T00:07:37.207Z Compiling num-complex v0.4.6
16502026-06-25T00:07:37.297Z Compiling darling_macro v0.21.3
16512026-06-25T00:07:37.559Z Compiling base16ct v0.2.0
16522026-06-25T00:07:37.582Z Compiling opaque-debug v0.3.1
16532026-06-25T00:07:37.650Z Compiling ciborium-io v0.2.2
16542026-06-25T00:07:37.712Z Compiling base64ct v1.8.3
16552026-06-25T00:07:37.733Z Compiling ciborium-ll v0.2.2
16562026-06-25T00:07:37.902Z Compiling darling v0.21.3
16572026-06-25T00:07:37.941Z Compiling password-hash v0.5.0
16582026-06-25T00:07:37.980Z Compiling elliptic-curve v0.13.8
16592026-06-25T00:07:38.008Z Compiling poly1305 v0.8.0
16602026-06-25T00:07:38.247Z Compiling num v0.4.3
16612026-06-25T00:07:38.275Z Compiling typify v0.6.2
16622026-06-25T00:07:38.360Z Compiling thiserror-no-std v2.0.2
16632026-06-25T00:07:38.949Z Compiling chacha20 v0.9.1
16642026-06-25T00:07:38.954Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16652026-06-25T00:07:39.061Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-06-25T00:07:39.532Z Compiling blake2 v0.10.6
16672026-06-25T00:07:39.688Z Compiling aead v0.5.2
16682026-06-25T00:07:39.858Z Compiling byte-wrapper v0.1.0
16692026-06-25T00:07:39.869Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16702026-06-25T00:07:40.007Z Compiling proc-macro-error-attr v1.0.4
16712026-06-25T00:07:40.245Z Compiling rustix v0.38.44
16722026-06-25T00:07:40.267Z Compiling unsafe-libyaml v0.2.11
16732026-06-25T00:07:40.352Z Compiling prettyplease v0.2.37
16742026-06-25T00:07:40.602Z Compiling keccak v0.1.6
16752026-06-25T00:07:40.606Z Compiling heapless v0.8.0
16762026-06-25T00:07:40.837Z Compiling serde_yaml v0.9.34+deprecated
16772026-06-25T00:07:41.031Z Compiling sha3 v0.10.9
16782026-06-25T00:07:41.327Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16792026-06-25T00:07:41.730Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16802026-06-25T00:07:42.076Z Compiling chacha20poly1305 v0.10.1
16812026-06-25T00:07:42.205Z Compiling argon2 v0.5.3
16822026-06-25T00:07:42.332Z Compiling vsss-rs v3.3.4
16832026-06-25T00:07:42.357Z Compiling ingot-macros v0.1.1
16842026-06-25T00:07:42.410Z Compiling ciborium v0.2.2
16852026-06-25T00:07:42.900Z Compiling usdt-macro v0.5.0
16862026-06-25T00:07:42.990Z Compiling usdt-attr-macro v0.5.0
16872026-06-25T00:07:44.193Z Compiling serde_spanned v0.6.9
16882026-06-25T00:07:44.469Z Compiling enum-as-inner v0.6.1
16892026-06-25T00:07:44.546Z Compiling hash32 v0.3.1
16902026-06-25T00:07:44.744Z Compiling proc-macro-error v1.0.4
16912026-06-25T00:07:44.761Z Compiling memmap v0.7.0
16922026-06-25T00:07:44.960Z Compiling memoffset v0.9.1
16932026-06-25T00:07:44.970Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16942026-06-25T00:07:45.075Z Compiling indent_write v2.2.0
16952026-06-25T00:07:45.154Z Compiling winnow v0.5.40
16962026-06-25T00:07:45.204Z Compiling cfg_aliases v0.2.1
16972026-06-25T00:07:45.204Z Compiling data-encoding v2.11.0
16982026-06-25T00:07:45.225Z Compiling winnow v0.7.15
16992026-06-25T00:07:45.235Z Compiling smoltcp v0.11.0
17002026-06-25T00:07:45.275Z Compiling static_assertions v1.1.0
17012026-06-25T00:07:45.346Z Compiling toml_write v0.1.2
17022026-06-25T00:07:45.384Z Compiling nix v0.31.3
17032026-06-25T00:07:45.602Z Compiling ingot-types v0.1.2
17042026-06-25T00:07:45.761Z Compiling usdt v0.5.0
17052026-06-25T00:07:45.997Z Compiling rustls-webpki v0.103.13
17062026-06-25T00:07:46.138Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17072026-06-25T00:07:46.173Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17082026-06-25T00:07:46.201Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-06-25T00:07:46.434Z Compiling toml_edit v0.19.15
17102026-06-25T00:07:46.725Z Compiling toml_edit v0.22.27
17112026-06-25T00:07:47.050Z Compiling tabwriter v1.4.1
17122026-06-25T00:07:47.215Z Compiling cobs v0.3.0
17132026-06-25T00:07:47.291Z Compiling serde_repr v0.1.20
17142026-06-25T00:07:47.355Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17152026-06-25T00:07:47.421Z Compiling bitflags v1.3.2
17162026-06-25T00:07:47.480Z Compiling pkg-config v0.3.33
17172026-06-25T00:07:47.590Z Compiling vcpkg v0.2.15
17182026-06-25T00:07:47.906Z Compiling managed v0.8.0
17192026-06-25T00:07:47.940Z Compiling proc-macro-crate v1.3.1
17202026-06-25T00:07:48.119Z Compiling toml v0.8.23
17212026-06-25T00:07:48.143Z Compiling openssl-sys v0.9.116
17222026-06-25T00:07:48.464Z Compiling postcard v1.1.3
17232026-06-25T00:07:48.818Z Compiling ingot v0.1.1
17242026-06-25T00:07:49.170Z Compiling hubpack_derive v0.1.1
17252026-06-25T00:07:49.752Z Compiling tokio-rustls v0.26.4
17262026-06-25T00:07:50.007Z Compiling hyper-rustls v0.27.9
17272026-06-25T00:07:50.037Z Compiling rustls-platform-verifier v0.7.0
17282026-06-25T00:07:50.259Z Compiling reqwest v0.13.4
17292026-06-25T00:07:50.838Z Compiling foreign-types-macros v0.2.3
17302026-06-25T00:07:51.221Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17312026-06-25T00:07:51.307Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17322026-06-25T00:07:51.510Z Compiling progenitor-client v0.14.0
17332026-06-25T00:07:51.535Z Compiling swrite v0.1.0
17342026-06-25T00:07:51.555Z Compiling linked-hash-map v0.5.6
17352026-06-25T00:07:51.630Z Compiling rayon-core v1.13.0
17362026-06-25T00:07:51.740Z Compiling progenitor-extras v0.2.0
17372026-06-25T00:07:51.807Z Compiling colored v3.1.1
17382026-06-25T00:07:51.865Z Compiling unicode-segmentation v1.13.3
17392026-06-25T00:07:51.978Z Compiling semver v0.1.20
17402026-06-25T00:07:52.243Z Compiling heck v0.4.1
17412026-06-25T00:07:52.298Z Compiling resolv-conf v0.7.6
17422026-06-25T00:07:52.493Z Compiling foreign-types-shared v0.3.1
17432026-06-25T00:07:52.592Z Compiling foreign-types v0.5.0
17442026-06-25T00:07:52.669Z Compiling newline-converter v0.3.0
17452026-06-25T00:07:52.680Z Compiling rustc_version v0.1.7
17462026-06-25T00:07:52.706Z Compiling lru-cache v0.1.2
17472026-06-25T00:07:52.843Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17482026-06-25T00:07:52.849Z Compiling hubpack v0.1.2
17492026-06-25T00:07:52.973Z Compiling num_enum_derive v0.5.11
17502026-06-25T00:07:53.073Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17512026-06-25T00:07:54.148Z Compiling atomicwrites v0.4.4
17522026-06-25T00:07:54.502Z Compiling hickory-proto v0.24.4
17532026-06-25T00:07:54.705Z Compiling progenitor-impl v0.13.0
17542026-06-25T00:07:55.079Z Compiling crossbeam-deque v0.8.6
17552026-06-25T00:07:55.285Z Compiling console v0.15.11
17562026-06-25T00:07:55.983Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17572026-06-25T00:07:56.017Z Compiling camino-tempfile v1.4.1
17582026-06-25T00:07:56.267Z Compiling chacha20 v0.10.0
17592026-06-25T00:07:56.553Z Compiling serde-big-array v0.5.1
17602026-06-25T00:07:56.563Z Compiling num-derive v0.4.2
17612026-06-25T00:07:56.663Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17622026-06-25T00:07:57.046Z Compiling derive-where v1.6.1
17632026-06-25T00:07:57.204Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17642026-06-25T00:07:57.454Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-06-25T00:07:57.509Z Compiling pin-project-internal v1.1.13
17662026-06-25T00:07:57.859Z Compiling cstr-argument v0.1.2
17672026-06-25T00:07:58.019Z Compiling minimal-lexical v0.2.1
17682026-06-25T00:07:58.288Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17692026-06-25T00:07:58.336Z Compiling similar v2.7.0
17702026-06-25T00:07:58.532Z Compiling siphasher v1.0.3
17712026-06-25T00:07:58.636Z Compiling pin-project v1.1.13
17722026-06-25T00:07:58.735Z Compiling expectorate v1.2.0
17732026-06-25T00:07:58.746Z Compiling phf_shared v0.12.1
17742026-06-25T00:07:58.906Z Compiling progenitor-macro v0.13.0
17752026-06-25T00:07:58.924Z Compiling nom v7.1.3
17762026-06-25T00:07:59.311Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-06-25T00:07:59.326Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17782026-06-25T00:07:59.658Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17792026-06-25T00:08:00.298Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-06-25T00:08:00.327Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17812026-06-25T00:08:00.360Z Compiling rand v0.10.1
17822026-06-25T00:08:00.372Z Compiling hickory-resolver v0.24.4
17832026-06-25T00:08:01.044Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17842026-06-25T00:08:01.211Z Compiling num_enum v0.5.11
17852026-06-25T00:08:01.254Z Compiling newtype_derive v0.1.6
17862026-06-25T00:08:01.337Z Compiling progenitor-client v0.13.0
17872026-06-25T00:08:01.640Z Compiling progenitor-impl v0.14.0
17882026-06-25T00:08:01.983Z Compiling unicode-normalization v0.1.25
17892026-06-25T00:08:02.472Z Compiling tokio-stream v0.1.18
17902026-06-25T00:08:02.560Z Compiling async-recursion v1.1.1
17912026-06-25T00:08:02.802Z Compiling snafu-derive v0.8.9
17922026-06-25T00:08:02.941Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17932026-06-25T00:08:02.990Z Compiling slog-dtrace v0.3.0
17942026-06-25T00:08:03.241Z Compiling bstr v1.12.1
17952026-06-25T00:08:03.252Z Compiling csv-core v0.1.13
17962026-06-25T00:08:03.276Z Compiling foreign-types-shared v0.1.1
17972026-06-25T00:08:03.369Z Compiling owo-colors v4.3.0
17982026-06-25T00:08:03.519Z Compiling konst_macro_rules v0.2.19
17992026-06-25T00:08:03.702Z Compiling chrono-tz v0.10.4
18002026-06-25T00:08:03.725Z Compiling foldhash v0.1.5
18012026-06-25T00:08:03.738Z Compiling openssl v0.10.80
18022026-06-25T00:08:03.906Z Compiling unicode-width v0.1.14
18032026-06-25T00:08:03.936Z Compiling same-file v1.0.6
18042026-06-25T00:08:04.024Z Compiling highway v1.3.0
18052026-06-25T00:08:04.068Z Compiling cancel-safe-futures v0.1.5
18062026-06-25T00:08:04.112Z Compiling unicode-xid v0.2.6
18072026-06-25T00:08:04.186Z Compiling progenitor v0.13.0
18082026-06-25T00:08:04.235Z Compiling const_format_proc_macros v0.2.34
18092026-06-25T00:08:04.380Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-25T00:08:04.392Z Compiling walkdir v2.5.0
18112026-06-25T00:08:04.513Z Compiling hashbrown v0.15.5
18122026-06-25T00:08:04.629Z Compiling snafu v0.8.9
18132026-06-25T00:08:04.801Z Compiling konst v0.2.20
18142026-06-25T00:08:05.016Z Compiling globset v0.4.18
18152026-06-25T00:08:05.045Z Compiling csv v1.4.0
18162026-06-25T00:08:05.048Z Compiling foreign-types v0.3.2
18172026-06-25T00:08:05.148Z Compiling qorb v0.4.1
18182026-06-25T00:08:05.179Z Compiling olpc-cjson v0.1.4
18192026-06-25T00:08:05.190Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-25T00:08:05.280Z Compiling progenitor-macro v0.14.0
18212026-06-25T00:08:05.629Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-25T00:08:05.874Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-25T00:08:06.336Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18242026-06-25T00:08:07.045Z Compiling rayon v1.12.0
18252026-06-25T00:08:07.366Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-25T00:08:07.438Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18272026-06-25T00:08:07.932Z Compiling phf v0.12.1
18282026-06-25T00:08:08.091Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-25T00:08:08.175Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-25T00:08:08.773Z Compiling zone_cfg_derive v0.3.1
18312026-06-25T00:08:08.824Z Compiling tokio-dtrace v0.1.1
18322026-06-25T00:08:09.094Z Compiling itertools v0.12.1
18332026-06-25T00:08:09.108Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18342026-06-25T00:08:09.306Z Compiling libsw-core v0.3.2
18352026-06-25T00:08:09.507Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-25T00:08:09.520Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18372026-06-25T00:08:09.906Z Compiling serde_plain v1.0.2
18382026-06-25T00:08:10.131Z Compiling openssl-macros v0.1.1
18392026-06-25T00:08:10.146Z Compiling pem v3.0.6
18402026-06-25T00:08:10.396Z Compiling cookie v0.18.1
18412026-06-25T00:08:10.407Z Compiling sigpipe v0.1.3
18422026-06-25T00:08:10.500Z Compiling glob v0.3.3
18432026-06-25T00:08:10.550Z Compiling typed-path v0.9.3
18442026-06-25T00:08:10.652Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-25T00:08:10.663Z Compiling jiff v0.2.28
18462026-06-25T00:08:10.893Z Compiling bytecount v0.6.9
18472026-06-25T00:08:10.937Z Compiling fixedbitset v0.5.7
18482026-06-25T00:08:10.951Z Compiling fixedbitset v0.4.2
18492026-06-25T00:08:11.029Z Compiling papergrid v0.11.0
18502026-06-25T00:08:11.192Z Compiling petgraph v0.8.3
18512026-06-25T00:08:11.274Z Compiling petgraph v0.6.5
18522026-06-25T00:08:11.914Z Compiling tough v0.22.0
18532026-06-25T00:08:12.559Z Compiling progenitor v0.14.0
18542026-06-25T00:08:12.698Z Compiling zone v0.3.1
18552026-06-25T00:08:12.788Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-25T00:08:12.820Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18572026-06-25T00:08:12.965Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-25T00:08:12.984Z Compiling libsw v3.5.0
18592026-06-25T00:08:12.994Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18602026-06-25T00:08:13.155Z Compiling oxide-tokio-rt v0.1.6
18612026-06-25T00:08:13.180Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-25T00:08:13.239Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-25T00:08:13.465Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18642026-06-25T00:08:14.034Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-25T00:08:14.486Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-25T00:08:14.625Z Compiling const_format v0.2.36
18672026-06-25T00:08:14.968Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18682026-06-25T00:08:15.141Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-25T00:08:15.388Z Compiling tabled_derive v0.7.0
18702026-06-25T00:08:15.399Z Compiling gethostname v0.5.0
18712026-06-25T00:08:15.491Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-25T00:08:15.495Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-25T00:08:15.523Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18742026-06-25T00:08:15.614Z Compiling bcs v0.1.6
18752026-06-25T00:08:15.625Z Compiling smf v0.2.3
18762026-06-25T00:08:15.742Z Compiling nom v8.0.0
18772026-06-25T00:08:15.942Z Compiling termtree v0.5.1
18782026-06-25T00:08:16.098Z Compiling lazy_static v1.5.0
18792026-06-25T00:08:16.207Z Compiling whoami v1.6.1
18802026-06-25T00:08:16.242Z Compiling linear-map v1.2.0
18812026-06-25T00:08:16.393Z Compiling unicode-linebreak v0.1.5
18822026-06-25T00:08:16.438Z Compiling crunchy v0.2.4
18832026-06-25T00:08:16.483Z Compiling smawk v0.3.2
18842026-06-25T00:08:16.531Z Compiling tagptr v0.2.0
18852026-06-25T00:08:16.623Z Compiling textwrap v0.16.2
18862026-06-25T00:08:16.644Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-25T00:08:16.683Z Compiling moka v0.12.15
18882026-06-25T00:08:16.759Z Compiling tabled v0.15.0
18892026-06-25T00:08:16.997Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-25T00:08:17.486Z Compiling steno v0.4.1
18912026-06-25T00:08:18.171Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-25T00:08:18.295Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-25T00:08:18.299Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-25T00:08:19.130Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-25T00:08:19.481Z Compiling hickory-proto v0.25.2
18962026-06-25T00:08:20.123Z Compiling tiny-keccak v2.0.2
18972026-06-25T00:08:20.386Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18982026-06-25T00:08:20.844Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18992026-06-25T00:08:21.129Z Compiling parking_lot_core v0.8.6
19002026-06-25T00:08:21.427Z Compiling hickory-resolver v0.25.2
19012026-06-25T00:08:21.547Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19022026-06-25T00:08:21.905Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-06-25T00:08:22.076Z Compiling libscf-sys v1.2.0
19042026-06-25T00:08:22.110Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19052026-06-25T00:08:22.223Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19062026-06-25T00:08:22.352Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-25T00:08:22.648Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19082026-06-25T00:08:22.771Z Compiling const-random-macro v0.1.16
19092026-06-25T00:08:23.024Z Compiling ahash v0.8.12
19102026-06-25T00:08:23.065Z Compiling smartstring v1.0.1
19112026-06-25T00:08:23.187Z Compiling const-random v0.1.18
19122026-06-25T00:08:23.332Z Compiling parking_lot v0.11.2
19132026-06-25T00:08:23.635Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19142026-06-25T00:08:23.685Z Compiling fxhash v0.2.1
19152026-06-25T00:08:23.688Z Compiling internet-checksum v0.2.1
19162026-06-25T00:08:23.828Z Compiling sled v0.34.7
19172026-06-25T00:08:23.877Z Compiling thin-vec v0.2.18
19182026-06-25T00:08:23.992Z Compiling rhai_codegen v3.2.0
19192026-06-25T00:08:24.082Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19202026-06-25T00:08:24.163Z Compiling serial_test_derive v3.5.0
19212026-06-25T00:08:24.178Z Compiling diff v0.1.13
19222026-06-25T00:08:24.525Z Compiling yansi v1.0.1
19232026-06-25T00:08:24.761Z Compiling pretty_assertions v1.4.1
19242026-06-25T00:08:24.921Z Compiling serial_test v3.5.0
19252026-06-25T00:08:25.169Z Compiling rhai v1.25.1
19262026-06-25T00:08:26.055Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19272026-06-25T00:08:27.348Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19282026-06-25T00:08:35.660Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-06-25T00:08:37.281Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19302026-06-25T00:08:38.329Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19312026-06-25T00:08:39.270Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19322026-06-25T00:08:40.149Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19332026-06-25T00:08:41.308Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19342026-06-25T00:09:14.150Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19352026-06-25T00:09:14.345Z────────────
19362026-06-25T00:09:14.346Z Nextest run ID aa476d85-3648-4574-8f21-6e52fe65021b with nextest profile: default
19372026-06-25T00:09:14.346Z Starting 154 tests across 3 binaries
19382026-06-25T00:09:14.371Z PASS [ 0.022s] bgp messages::tests::bgp_nexthop_round_trip
19392026-06-25T00:09:14.379Z PASS [ 0.024s] bgp messages::tests::bgp_nexthop_invalid_length
19402026-06-25T00:09:14.379Z PASS [ 0.018s] bgp messages::tests::bgp_nexthop_byte_len
19412026-06-25T00:09:14.379Z PASS [ 0.016s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19422026-06-25T00:09:14.379Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_length_mismatch
19432026-06-25T00:09:14.385Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19442026-06-25T00:09:14.385Z PASS [ 0.019s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19452026-06-25T00:09:14.385Z PASS [ 0.019s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19462026-06-25T00:09:14.395Z PASS [ 0.013s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19472026-06-25T00:09:14.395Z PASS [ 0.017s] bgp messages::tests::header_round_trip
19482026-06-25T00:09:14.395Z PASS [ 0.049s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19492026-06-25T00:09:14.395Z PASS [ 0.015s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19502026-06-25T00:09:14.402Z PASS [ 0.015s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19512026-06-25T00:09:14.402Z PASS [ 0.014s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19522026-06-25T00:09:14.410Z PASS [ 0.015s] bgp messages::tests::header_tests::new_accepts_maximum_length
19532026-06-25T00:09:14.410Z PASS [ 0.013s] bgp messages::tests::header_tests::new_accepts_minimum_length
19542026-06-25T00:09:14.427Z PASS [ 0.016s] bgp messages::tests::ipv4_unicast_dual_encoding
19552026-06-25T00:09:14.427Z PASS [ 0.048s] bgp messages::tests::empty_update_end_of_rib
19562026-06-25T00:09:14.427Z PASS [ 0.023s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19572026-06-25T00:09:14.427Z PASS [ 0.022s] bgp messages::tests::header_tests::roundtrip_max_length_header
19582026-06-25T00:09:14.430Z PASS [ 0.028s] bgp messages::tests::header_tests::new_rejects_length_too_large
19592026-06-25T00:09:14.439Z PASS [ 0.021s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19602026-06-25T00:09:14.439Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19612026-06-25T00:09:14.451Z PASS [ 0.078s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19622026-06-25T00:09:14.455Z PASS [ 0.023s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19632026-06-25T00:09:14.455Z PASS [ 0.058s] bgp messages::tests::header_tests::new_rejects_length_too_small
19642026-06-25T00:09:14.455Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19652026-06-25T00:09:14.455Z PASS [ 0.027s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19662026-06-25T00:09:14.455Z PASS [ 0.023s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19672026-06-25T00:09:14.464Z PASS [ 0.023s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19682026-06-25T00:09:14.464Z PASS [ 0.030s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19692026-06-25T00:09:14.471Z PASS [ 0.021s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19702026-06-25T00:09:14.471Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19712026-06-25T00:09:14.471Z PASS [ 0.016s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19722026-06-25T00:09:14.480Z PASS [ 0.014s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19732026-06-25T00:09:14.480Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19742026-06-25T00:09:14.480Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19752026-06-25T00:09:14.480Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19762026-06-25T00:09:14.486Z PASS [ 0.025s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19772026-06-25T00:09:14.486Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19782026-06-25T00:09:14.486Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19792026-06-25T00:09:14.486Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19802026-06-25T00:09:14.486Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19812026-06-25T00:09:14.486Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19822026-06-25T00:09:14.486Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19832026-06-25T00:09:14.490Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19842026-06-25T00:09:14.490Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19852026-06-25T00:09:14.493Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19862026-06-25T00:09:14.493Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19872026-06-25T00:09:14.494Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19882026-06-25T00:09:14.494Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19892026-06-25T00:09:14.494Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19902026-06-25T00:09:14.494Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19912026-06-25T00:09:14.497Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19922026-06-25T00:09:14.503Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19932026-06-25T00:09:14.503Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19942026-06-25T00:09:14.503Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19952026-06-25T00:09:14.507Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19962026-06-25T00:09:14.507Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19972026-06-25T00:09:14.507Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19982026-06-25T00:09:14.507Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19992026-06-25T00:09:14.507Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
20002026-06-25T00:09:14.507Z PASS [ 0.009s] bgp messages::tests::prefix_within
20012026-06-25T00:09:14.508Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20022026-06-25T00:09:14.511Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20032026-06-25T00:09:14.511Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20042026-06-25T00:09:14.511Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20052026-06-25T00:09:14.511Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20062026-06-25T00:09:14.516Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20072026-06-25T00:09:14.516Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20082026-06-25T00:09:14.521Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20092026-06-25T00:09:14.521Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20102026-06-25T00:09:14.521Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20112026-06-25T00:09:14.521Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20122026-06-25T00:09:14.521Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20132026-06-25T00:09:14.521Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20142026-06-25T00:09:14.525Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20152026-06-25T00:09:14.525Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20162026-06-25T00:09:14.525Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20172026-06-25T00:09:14.525Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20182026-06-25T00:09:14.525Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20192026-06-25T00:09:14.531Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
20202026-06-25T00:09:14.531Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20212026-06-25T00:09:14.531Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20222026-06-25T00:09:14.542Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20232026-06-25T00:09:14.546Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20242026-06-25T00:09:14.546Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20252026-06-25T00:09:14.551Z PASS [ 0.021s] bgp policy::test::update_shape_community
20262026-06-25T00:09:14.551Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
20272026-06-25T00:09:14.551Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20282026-06-25T00:09:14.551Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20292026-06-25T00:09:14.555Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
20302026-06-25T00:09:14.558Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20312026-06-25T00:09:14.561Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20322026-06-25T00:09:14.565Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20332026-06-25T00:09:14.566Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20342026-06-25T00:09:14.566Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20352026-06-25T00:09:14.566Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20362026-06-25T00:09:14.566Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20372026-06-25T00:09:14.572Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20382026-06-25T00:09:14.574Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20392026-06-25T00:09:14.575Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20402026-06-25T00:09:14.578Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20412026-06-25T00:09:14.582Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20422026-06-25T00:09:14.582Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20432026-06-25T00:09:14.582Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20442026-06-25T00:09:14.585Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20452026-06-25T00:09:14.585Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20462026-06-25T00:09:14.585Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20472026-06-25T00:09:14.590Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20482026-06-25T00:09:14.594Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20492026-06-25T00:09:14.594Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20502026-06-25T00:09:14.594Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20512026-06-25T00:09:14.594Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20522026-06-25T00:09:14.597Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20532026-06-25T00:09:14.598Z PASS [ 0.033s] bgp proptest::prop_update_mp_reach_roundtrip
20542026-06-25T00:09:14.598Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20552026-06-25T00:09:14.598Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20562026-06-25T00:09:14.602Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20572026-06-25T00:09:14.602Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20582026-06-25T00:09:14.602Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20592026-06-25T00:09:17.665Z PASS [ 3.070s] bgp test::test_basic_peering_passive
20602026-06-25T00:09:17.670Z PASS [ 3.070s] bgp test::test_basic_update
20612026-06-25T00:09:17.673Z PASS [ 3.070s] bgp test::test_basic_update_ipv6
20622026-06-25T00:09:17.676Z PASS [ 3.081s] bgp test::test_basic_peering_passive_tcp
20632026-06-25T00:09:17.682Z PASS [ 3.079s] bgp test::test_basic_update_ipv6_tcp
20642026-06-25T00:09:17.686Z PASS [ 3.087s] bgp test::test_basic_update_tcp
20652026-06-25T00:09:18.662Z PASS [ 4.068s] bgp test::test_basic_peering_active
20662026-06-25T00:09:18.678Z PASS [ 4.083s] bgp test::test_basic_peering_active_tcp
20672026-06-25T00:09:20.743Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_active
20682026-06-25T00:09:21.725Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20692026-06-25T00:09:21.746Z PASS [ 4.077s] bgp test::test_dual_stack_routes_ipv6_peer_success
20702026-06-25T00:09:21.746Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv4_peer_success
20712026-06-25T00:09:21.751Z PASS [ 4.077s] bgp test::test_import_export_policy_filtering
20722026-06-25T00:09:21.755Z PASS [ 4.079s] bgp test::test_ipv4_routes_ipv6_peer_success
20732026-06-25T00:09:21.759Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20742026-06-25T00:09:21.763Z PASS [ 4.075s] bgp test::test_ipv6_basic_peering_active_tcp
20752026-06-25T00:09:22.791Z PASS [ 1.066s] bgp test::test_multiple_unnumbered_sessions
20762026-06-25T00:09:22.845Z PASS [ 1.099s] bgp test::test_three_router_chain_tcp
20772026-06-25T00:09:22.850Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp_ipv6
20782026-06-25T00:09:23.809Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20792026-06-25T00:09:23.908Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20802026-06-25T00:09:24.556Z PASS [ 2.810s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20812026-06-25T00:09:24.562Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20822026-06-25T00:09:24.566Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20832026-06-25T00:09:24.571Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20842026-06-25T00:09:24.575Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20852026-06-25T00:09:24.821Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20862026-06-25T00:09:24.827Z PASS [ 3.067s] bgp test::test_three_router_chain_unnumbered
20872026-06-25T00:09:26.824Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20882026-06-25T00:09:28.871Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20892026-06-25T00:09:31.915Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20902026-06-25T00:09:32.971Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20912026-06-25T00:09:40.857Z PASS [ 18.063s] bgp test::test_unnumbered_interface_lifecycle
20922026-06-25T00:09:40.857Z────────────
20932026-06-25T00:09:40.857Z Summary [ 26.508s] 154 tests run: 154 passed, 0 skipped
20942026-06-25T00:09:40.879Z+ 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/
20952026-06-25T00:09:40.885Z+ popd
20962026-06-25T00:09:40.885Z+ pushd mgd
20972026-06-25T00:09:40.885Z/work/oxidecomputer/maghemite
20982026-06-25T00:09:40.886Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20992026-06-25T00:09:40.886Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21002026-06-25T00:09:42.077Z Compiling slog v2.8.2
21012026-06-25T00:09:42.188Z Compiling usdt v0.6.0
21022026-06-25T00:09:42.276Z Compiling proc-macro-error-attr2 v2.0.0
21032026-06-25T00:09:42.299Z Compiling papergrid v0.18.0
21042026-06-25T00:09:42.304Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21052026-06-25T00:09:42.304Z Compiling testing_table v0.3.0
21062026-06-25T00:09:42.458Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21072026-06-25T00:09:42.471Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21082026-06-25T00:09:42.485Z Compiling slog-json v2.6.1
21092026-06-25T00:09:42.577Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21102026-06-25T00:09:42.698Z Compiling slog-async v2.8.0
21112026-06-25T00:09:42.709Z Compiling slog-term v2.9.2
21122026-06-25T00:09:42.835Z Compiling slog-bunyan v2.5.0
21132026-06-25T00:09:42.845Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-25T00:09:42.862Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21152026-06-25T00:09:43.022Z Compiling dropshot v0.17.1
21162026-06-25T00:09:43.215Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-25T00:09:43.285Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-25T00:09:43.319Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21192026-06-25T00:09:43.549Z Compiling slog-dtrace v0.3.0
21202026-06-25T00:09:43.723Z Compiling steno v0.4.1
21212026-06-25T00:09:43.867Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21222026-06-25T00:09:44.338Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-06-25T00:09:44.432Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-25T00:09:44.471Z Compiling proc-macro-error2 v2.0.1
21252026-06-25T00:09:44.753Z Compiling tabled_derive v0.11.0
21262026-06-25T00:09:45.859Z Compiling tabled v0.21.0
21272026-06-25T00:09:46.063Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-25T00:09:47.344Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-25T00:09:48.646Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-25T00:09:48.722Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21312026-06-25T00:09:49.256Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-25T00:09:49.489Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-25T00:09:49.603Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21342026-06-25T00:09:49.892Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21352026-06-25T00:09:50.336Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-25T00:09:50.350Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-25T00:09:52.255Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-25T00:09:52.267Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-25T00:09:52.413Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-25T00:09:52.522Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-25T00:09:53.223Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-25T00:09:53.424Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-25T00:09:53.740Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-25T00:09:54.142Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-25T00:09:54.230Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-25T00:09:54.373Z Compiling crc8 v0.1.1
21472026-06-25T00:09:54.515Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21482026-06-25T00:09:54.666Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21492026-06-25T00:09:54.725Z Compiling dropshot-api-manager-types v0.7.2
21502026-06-25T00:09:55.118Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21512026-06-25T00:09:55.136Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-25T00:09:58.428Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-25T00:09:58.428Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-25T00:09:59.683Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-25T00:10:00.430Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-25T00:10:01.001Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-25T00:10:02.023Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-25T00:10:02.203Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-06-25T00:10:07.913Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-06-25T00:10:15.627Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-06-25T00:10:17.234Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-06-25T00:10:20.472Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21632026-06-25T00:10:20.472Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21642026-06-25T00:10:20.472Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21652026-06-25T00:10:21.392Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21662026-06-25T00:10:21.392Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21672026-06-25T00:10:21.399Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21682026-06-25T00:10:27.067Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21692026-06-25T00:10:54.272Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
21702026-06-25T00:10:54.442Z────────────
21712026-06-25T00:10:54.442Z Nextest run ID a162d382-fad5-4abb-b42c-c96bc5c9eb7c with nextest profile: default
21722026-06-25T00:10:54.442Z Starting 40 tests across 3 binaries
21732026-06-25T00:10:54.447Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21742026-06-25T00:10:54.450Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21752026-06-25T00:10:54.450Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21762026-06-25T00:10:54.450Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21772026-06-25T00:10:54.453Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21782026-06-25T00:10:54.453Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21792026-06-25T00:10:54.453Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
21802026-06-25T00:10:54.507Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21812026-06-25T00:10:54.510Z PASS [ 0.060s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21822026-06-25T00:10:54.510Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21832026-06-25T00:10:54.510Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21842026-06-25T00:10:54.510Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
21852026-06-25T00:10:54.510Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21862026-06-25T00:10:54.518Z PASS [ 0.074s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21872026-06-25T00:10:54.521Z PASS [ 0.072s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
21882026-06-25T00:10:54.525Z PASS [ 0.014s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21892026-06-25T00:10:54.529Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21902026-06-25T00:10:54.529Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21912026-06-25T00:10:54.529Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21922026-06-25T00:10:54.529Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21932026-06-25T00:10:54.532Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21942026-06-25T00:10:54.536Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21952026-06-25T00:10:54.536Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21962026-06-25T00:10:54.536Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21972026-06-25T00:10:54.536Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21982026-06-25T00:10:54.536Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21992026-06-25T00:10:54.539Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22002026-06-25T00:10:54.542Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22012026-06-25T00:10:54.543Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22022026-06-25T00:10:54.543Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22032026-06-25T00:10:54.546Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22042026-06-25T00:10:54.546Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22052026-06-25T00:10:54.546Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22062026-06-25T00:10:54.550Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22072026-06-25T00:10:54.553Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22082026-06-25T00:10:54.553Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22092026-06-25T00:10:54.553Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22102026-06-25T00:10:54.553Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22112026-06-25T00:10:54.563Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22122026-06-25T00:10:54.567Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22132026-06-25T00:10:54.567Z────────────
22142026-06-25T00:10:54.567Z Summary [ 0.122s] 40 tests run: 40 passed, 0 skipped
22152026-06-25T00:10:54.575Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22162026-06-25T00:10:54.578Z+ popd
22172026-06-25T00:10:54.578Z/work/oxidecomputer/maghemite
22182026-06-25T00:10:54.578Zprocess exited: duration 443193 ms, exit code 0
 
22192026-06-25T00:10:54.592Zfound 69 output files
22202026-06-25T00:10:54.592Zuploading: /work/apply_change_peer_asn.log (23579 bytes)
22212026-06-25T00:10:55.618Zuploaded: /work/apply_change_peer_asn.log
22222026-06-25T00:10:55.619Zuploading: /work/apply_empty_removes_peers.log (12670 bytes)
22232026-06-25T00:10:56.663Zuploaded: /work/apply_empty_removes_peers.log
22242026-06-25T00:10:56.663Zuploading: /work/apply_remove_entire_group.log (7725 bytes)
22252026-06-25T00:10:57.684Zuploaded: /work/apply_remove_entire_group.log
22262026-06-25T00:10:57.684Zuploading: /work/delete_router_removes_router_state.log (21796 bytes)
22272026-06-25T00:10:58.698Zuploaded: /work/delete_router_removes_router_state.log
22282026-06-25T00:10:58.699Zuploading: /work/dualstack_routes.log (84121 bytes)
22292026-06-25T00:10:59.717Zuploaded: /work/dualstack_routes.log
22302026-06-25T00:10:59.717Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2261 bytes)
22312026-06-25T00:11:00.728Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22322026-06-25T00:11:00.728Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1308 bytes)
22332026-06-25T00:11:01.739Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22342026-06-25T00:11:01.739Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2242 bytes)
22352026-06-25T00:11:02.749Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22362026-06-25T00:11:02.749Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2271 bytes)
22372026-06-25T00:11:03.761Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22382026-06-25T00:11:03.761Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2253 bytes)
22392026-06-25T00:11:04.775Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22402026-06-25T00:11:04.775Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2240 bytes)
22412026-06-25T00:11:05.789Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22422026-06-25T00:11:05.789Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3141 bytes)
22432026-06-25T00:11:06.799Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22442026-06-25T00:11:06.799Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2267 bytes)
22452026-06-25T00:11:07.823Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22462026-06-25T00:11:07.824Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2230 bytes)
22472026-06-25T00:11:08.852Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22482026-06-25T00:11:08.852Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2175 bytes)
22492026-06-25T00:11:09.869Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22502026-06-25T00:11:09.869Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2273 bytes)
22512026-06-25T00:11:10.887Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22522026-06-25T00:11:10.888Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2430 bytes)
22532026-06-25T00:11:11.905Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22542026-06-25T00:11:11.906Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4738 bytes)
22552026-06-25T00:11:12.926Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22562026-06-25T00:11:12.926Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3486 bytes)
22572026-06-25T00:11:13.947Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22582026-06-25T00:11:13.947Zuploading: /work/multiple_unnumbered.log (110195 bytes)
22592026-06-25T00:11:14.963Zuploaded: /work/multiple_unnumbered.log
22602026-06-25T00:11:14.963Zuploading: /work/ndp_change_reset.log (70244 bytes)
22612026-06-25T00:11:15.982Zuploaded: /work/ndp_change_reset.log
22622026-06-25T00:11:15.982Zuploading: /work/ndp_changes.log (88888 bytes)
22632026-06-25T00:11:17.007Zuploaded: /work/ndp_changes.log
22642026-06-25T00:11:17.007Zuploading: /work/r1.test_basic_peering_active.log (40321 bytes)
22652026-06-25T00:11:18.021Zuploaded: /work/r1.test_basic_peering_active.log
22662026-06-25T00:11:18.021Zuploading: /work/r1.test_basic_peering_active_tcp.log (49139 bytes)
22672026-06-25T00:11:19.034Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22682026-06-25T00:11:19.038Zuploading: /work/r1.test_basic_peering_passive.log (33849 bytes)
22692026-06-25T00:11:20.048Zuploaded: /work/r1.test_basic_peering_passive.log
22702026-06-25T00:11:20.048Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39689 bytes)
22712026-06-25T00:11:21.061Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22722026-06-25T00:11:21.061Zuploading: /work/r1.test_basic_update.log (28442 bytes)
22732026-06-25T00:11:22.074Zuploaded: /work/r1.test_basic_update.log
22742026-06-25T00:11:22.074Zuploading: /work/r1.test_basic_update_ipv6.log (28241 bytes)
22752026-06-25T00:11:23.085Zuploaded: /work/r1.test_basic_update_ipv6.log
22762026-06-25T00:11:23.085Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31470 bytes)
22772026-06-25T00:11:24.096Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22782026-06-25T00:11:24.096Zuploading: /work/r1.test_basic_update_tcp.log (31277 bytes)
22792026-06-25T00:11:25.108Zuploaded: /work/r1.test_basic_update_tcp.log
22802026-06-25T00:11:25.108Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43640 bytes)
22812026-06-25T00:11:26.123Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22822026-06-25T00:11:26.123Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (45278 bytes)
22832026-06-25T00:11:27.139Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22842026-06-25T00:11:27.139Zuploading: /work/r1.test_import_export_policy_filtering.log (40200 bytes)
22852026-06-25T00:11:28.159Zuploaded: /work/r1.test_import_export_policy_filtering.log
22862026-06-25T00:11:28.159Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35883 bytes)
22872026-06-25T00:11:29.170Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22882026-06-25T00:11:29.170Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40126 bytes)
22892026-06-25T00:11:30.182Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22902026-06-25T00:11:30.182Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48083 bytes)
22912026-06-25T00:11:31.195Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22922026-06-25T00:11:31.195Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (34016 bytes)
22932026-06-25T00:11:32.213Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22942026-06-25T00:11:32.213Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39617 bytes)
22952026-06-25T00:11:33.230Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22962026-06-25T00:11:33.230Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35120 bytes)
22972026-06-25T00:11:34.242Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22982026-06-25T00:11:34.243Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29943 bytes)
22992026-06-25T00:11:35.255Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23002026-06-25T00:11:35.255Zuploading: /work/r1.test_three_router_chain_tcp.log (26260 bytes)
23012026-06-25T00:11:36.267Zuploaded: /work/r1.test_three_router_chain_tcp.log
23022026-06-25T00:11:36.267Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (21846 bytes)
23032026-06-25T00:11:37.277Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23042026-06-25T00:11:37.277Zuploading: /work/r2.test_basic_peering_active.log (38951 bytes)
23052026-06-25T00:11:38.290Zuploaded: /work/r2.test_basic_peering_active.log
23062026-06-25T00:11:38.290Zuploading: /work/r2.test_basic_peering_active_tcp.log (47891 bytes)
23072026-06-25T00:11:39.301Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23082026-06-25T00:11:39.301Zuploading: /work/r2.test_basic_peering_passive.log (41481 bytes)
23092026-06-25T00:11:40.316Zuploaded: /work/r2.test_basic_peering_passive.log
23102026-06-25T00:11:40.316Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46527 bytes)
23112026-06-25T00:11:41.330Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23122026-06-25T00:11:41.330Zuploading: /work/r2.test_basic_update.log (26394 bytes)
23132026-06-25T00:11:42.343Zuploaded: /work/r2.test_basic_update.log
23142026-06-25T00:11:42.343Zuploading: /work/r2.test_basic_update_ipv6.log (26438 bytes)
23152026-06-25T00:11:43.356Zuploaded: /work/r2.test_basic_update_ipv6.log
23162026-06-25T00:11:43.356Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (33183 bytes)
23172026-06-25T00:11:44.369Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23182026-06-25T00:11:44.369Zuploading: /work/r2.test_basic_update_tcp.log (32796 bytes)
23192026-06-25T00:11:45.382Zuploaded: /work/r2.test_basic_update_tcp.log
23202026-06-25T00:11:45.382Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43589 bytes)
23212026-06-25T00:11:46.396Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23222026-06-25T00:11:46.396Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43824 bytes)
23232026-06-25T00:11:47.410Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23242026-06-25T00:11:47.410Zuploading: /work/r2.test_import_export_policy_filtering.log (36557 bytes)
23252026-06-25T00:11:48.422Zuploaded: /work/r2.test_import_export_policy_filtering.log
23262026-06-25T00:11:48.422Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38295 bytes)
23272026-06-25T00:11:49.437Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23282026-06-25T00:11:49.437Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38775 bytes)
23292026-06-25T00:11:50.476Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23302026-06-25T00:11:50.476Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47780 bytes)
23312026-06-25T00:11:51.490Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23322026-06-25T00:11:51.490Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41642 bytes)
23332026-06-25T00:11:52.504Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23342026-06-25T00:11:52.504Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46640 bytes)
23352026-06-25T00:11:53.516Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23362026-06-25T00:11:53.516Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38174 bytes)
23372026-06-25T00:11:54.527Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23382026-06-25T00:11:54.530Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28070 bytes)
23392026-06-25T00:11:55.539Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23402026-06-25T00:11:55.540Zuploading: /work/r2.test_three_router_chain_tcp.log (44829 bytes)
23412026-06-25T00:11:56.553Zuploaded: /work/r2.test_three_router_chain_tcp.log
23422026-06-25T00:11:56.553Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (43298 bytes)
23432026-06-25T00:11:57.567Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23442026-06-25T00:11:57.567Zuploading: /work/r3.test_three_router_chain_tcp.log (21369 bytes)
23452026-06-25T00:11:58.592Zuploaded: /work/r3.test_three_router_chain_tcp.log
23462026-06-25T00:11:58.592Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22748 bytes)
23472026-06-25T00:12:00.624Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23482026-06-25T00:12:00.624Zuploading: /work/same_linklocal.log (128598 bytes)
23492026-06-25T00:12:01.638Zuploaded: /work/same_linklocal.log
23502026-06-25T00:12:01.638Zuploading: /work/three_chain.log (176905 bytes)
23512026-06-25T00:12:02.654Zuploaded: /work/three_chain.log
23522026-06-25T00:12:02.654Zuploading: /work/unnumbered_expiry.log (88660 bytes)
23532026-06-25T00:12:03.670Zuploaded: /work/unnumbered_expiry.log
23542026-06-25T00:12:03.670Zuploading: /work/unnumbered_interface_lifecycle.log (118339 bytes)
23552026-06-25T00:12:04.688Zuploaded: /work/unnumbered_interface_lifecycle.log
23562026-06-25T00:12:04.688Zuploading: /work/unnumbered_peer_change.log (79068 bytes)
23572026-06-25T00:12:05.707Zuploaded: /work/unnumbered_peer_change.log