01KTN8ER0M5X3DSR9W608AFSDX: 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: 01KTN8FZZG63FJGZSR22WF1P1V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T03:59:17.937Zjob assigned to worker 01KTN8GFPEF1325XS2DM6J4VG3 [factory aws, i-0345888813d8fc3d5] (queued for 57 s)
 
22026-06-09T03:59:24.383Zstarting task 0: "setup"
32026-06-09T03:59:24.390Z++ uname -s
42026-06-09T03:59:24.393Z+ kern=SunOS
52026-06-09T03:59:24.393Z+ build_user=build
62026-06-09T03:59:24.393Z+ build_uid=12345
72026-06-09T03:59:24.393Z+ work_dir=/work
82026-06-09T03:59:24.394Z+ input_dir=/input
92026-06-09T03:59:24.394Z+ [[ 0 == 12345 ]]
102026-06-09T03:59:24.394Z+ case "$kern" in
112026-06-09T03:59:24.394Z+ groupadd -g 12345 build
122026-06-09T03:59:24.397Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T03:59:26.400Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T03:59:26.491Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T03:59:26.494Z+ home_fs=zfs
162026-06-09T03:59:26.495Z+ [[ zfs == autofs ]]
172026-06-09T03:59:26.495Z+ mkdir -p /home/build
182026-06-09T03:59:26.495Z+ chown build:build /home/build /work
192026-06-09T03:59:28.504Z+ chmod 0700 /home/build /work
202026-06-09T03:59:28.512Zprocess exited: duration 4114 ms, exit code 0
 
212026-06-09T03:59:28.520Zstarting task 1: "rust-toolchain"
222026-06-09T03:59:28.525Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-09T03:59:28.525Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-09T03:59:28.525Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-09T03:59:28.525Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-09T03:59:28.525Z * rust toolchain channel = "stable"
272026-06-09T03:59:28.525Z * rust toolchain profile = "default"
282026-06-09T03:59:28.528Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T03:59:28.528Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-09T03:59:28.624Zinfo: downloading installer
312026-06-09T03:59:29.975Zwarn: It looks like you have an existing installation of Rust at:
322026-06-09T03:59:29.975Zwarn: /opt/ooce/bin
332026-06-09T03:59:29.975Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-09T03:59:29.975Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-09T03:59:29.976Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-09T03:59:29.976Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-09T03:59:29.976Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-09T03:59:29.976Zerror: cannot install while Rust is installed
392026-06-09T03:59:29.976Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-09T03:59:29.982Zwarn: It looks like you have an existing rustup settings file at:
412026-06-09T03:59:29.982Zwarn: /home/build/.rustup/settings.toml
422026-06-09T03:59:29.982Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-09T03:59:29.982Zwarn: instead of the one inferred from the default host triple.
442026-06-09T03:59:29.988Zinfo: profile set to default
452026-06-09T03:59:29.988Zinfo: default host triple is x86_64-unknown-illumos
462026-06-09T03:59:29.993Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-09T03:59:30.129Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-09T03:59:30.132Zinfo: downloading 6 components
492026-06-09T03:59:45.356Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-09T03:59:45.356Z
512026-06-09T03:59:45.377Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-09T03:59:45.377Z
532026-06-09T03:59:45.377Z
542026-06-09T03:59:45.377ZRust is installed now. Great!
552026-06-09T03:59:45.377Z
562026-06-09T03:59:45.377ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-09T03:59:45.377Zenvironment variable. This has not been done automatically.
582026-06-09T03:59:45.377Z
592026-06-09T03:59:45.377ZTo configure your current shell, you need to source
602026-06-09T03:59:45.377Zthe corresponding env file under $HOME/.cargo.
612026-06-09T03:59:45.377Z
622026-06-09T03:59:45.380ZThis is usually done by running one of the following (note the leading DOT):
632026-06-09T03:59:45.380Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-09T03:59:45.381Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-09T03:59:45.381Zsource "~/.cargo/env.nu" # For nushell
662026-06-09T03:59:45.381Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-09T03:59:45.381Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-09T03:59:45.381Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-09T03:59:45.381Zwarn: no default linker (`cc`) was found in your PATH
702026-06-09T03:59:45.381Zwarn: many Rust crates require a system C toolchain to build
712026-06-09T03:59:45.466Z+ rustup --version
722026-06-09T03:59:45.475Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-09T03:59:45.483Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-09T03:59:45.496Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-09T03:59:45.499Z+ cargo --version
762026-06-09T03:59:45.512Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-09T03:59:45.516Z+ rustc --version
782026-06-09T03:59:45.534Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-09T03:59:45.539Zprocess exited: duration 17014 ms, exit code 0
 
802026-06-09T03:59:45.545Zstarting task 2: "authentication"
812026-06-09T03:59:45.561Zprocess exited: duration 16 ms, exit code 0
 
822026-06-09T03:59:45.567Zstarting task 3: "clone repository"
832026-06-09T03:59:45.572Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-09T03:59:45.574Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-09T03:59:45.614ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-09T03:59:47.021Z+ cd /work/oxidecomputer/maghemite
872026-06-09T03:59:47.021Z+ git fetch origin 1a644b61eadfaccba7f7983e569582e308e0ce23
882026-06-09T03:59:47.412ZFrom https://github.com/oxidecomputer/maghemite
892026-06-09T03:59:47.412Z * branch 1a644b61eadfaccba7f7983e569582e308e0ce23 -> FETCH_HEAD
902026-06-09T03:59:47.418Z+ [[ -n renovate/http ]]
912026-06-09T03:59:47.418Z++ git branch --show-current
922026-06-09T03:59:47.421Z+ current=main
932026-06-09T03:59:47.421Z+ [[ main != renovate/http ]]
942026-06-09T03:59:47.421Z+ git branch -f renovate/http 1a644b61eadfaccba7f7983e569582e308e0ce23
952026-06-09T03:59:47.424Z+ git checkout -f renovate/http
962026-06-09T03:59:47.440ZSwitched to branch 'renovate/http'
972026-06-09T03:59:47.443Z+ git reset --hard 1a644b61eadfaccba7f7983e569582e308e0ce23
982026-06-09T03:59:47.446ZHEAD is now at 1a644b6 Update http to 1.4.2
992026-06-09T03:59:47.446Zprocess exited: duration 1877 ms, exit code 0
 
1002026-06-09T03:59:47.452Zstarting task 4: "build"
1012026-06-09T03:59:47.456Z+ set -e
1022026-06-09T03:59:47.456Z+ source .github/buildomat/test-common.sh
1032026-06-09T03:59:47.456Z++ NEXTEST_VERSION=0.9.97
1042026-06-09T03:59:47.456Z++ PLATFORM=illumos
1052026-06-09T03:59:47.459Z++ banner install
1062026-06-09T03:59:47.459Z
1072026-06-09T03:59:47.459Z # # # #### ##### ## # #
1082026-06-09T03:59:47.459Z # ## # # # # # # #
1092026-06-09T03:59:47.459Z # # # # #### # # # # #
1102026-06-09T03:59:47.459Z # # # # # # ###### # #
1112026-06-09T03:59:47.459Z # # ## # # # # # # #
1122026-06-09T03:59:47.459Z # # # #### # # # ###### ######
1132026-06-09T03:59:47.459Z
1142026-06-09T03:59:47.459Z++ set +o errexit
1152026-06-09T03:59:47.459Z++ pkg info clang-15
1162026-06-09T03:59:47.462Z++ grep -qi installed
1172026-06-09T03:59:48.671Zpkg: info: no packages matching the following patterns you specified are
1182026-06-09T03:59:48.671Zinstalled on the system. Try querying remotely instead:
1192026-06-09T03:59:48.671Z
1202026-06-09T03:59:48.671Z clang-15
1212026-06-09T03:59:48.716Z++ [[ 1 != 0 ]]
1222026-06-09T03:59:48.716Z++ set -o errexit
1232026-06-09T03:59:48.716Z++ pfexec pkg install clang-15
1242026-06-09T03:59:56.785Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-09T04:00:04.703Z Startup: Caching catalogs ... Done
1262026-06-09T04:00:12.034ZPlanning: Solver setup ... Done
1272026-06-09T04:00:12.075ZPlanning: Running solver ... Done
1282026-06-09T04:00:12.216ZPlanning: Finding local manifests ... Done
1292026-06-09T04:00:12.244ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-09T04:00:12.352ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-09T04:00:12.373ZPlanning: Package planning ... Done
1322026-06-09T04:00:12.397ZPlanning: Merging actions ... Done
1332026-06-09T04:00:12.506ZPlanning: Checking for conflicting actions ... Done
1342026-06-09T04:00:12.513ZPlanning: Consolidating action changes ... Done
1352026-06-09T04:00:13.288ZPlanning: Evaluating mediators ... Done
1362026-06-09T04:00:13.293ZPlanning: Planning completed in 8.42 seconds
1372026-06-09T04:00:13.305Z Packages to install: 2
1382026-06-09T04:00:13.305Z Mediators to change: 2
1392026-06-09T04:00:13.308Z Services to change: 1
1402026-06-09T04:00:13.308Z Create boot environment: No
1412026-06-09T04:00:13.308ZCreate backup boot environment: No
1422026-06-09T04:00:13.347Z
1432026-06-09T04:00:13.347ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-09T04:00:18.408ZDownload: 601/3076 items 17.4/211.3MB 8% complete (3.7M/s)
1452026-06-09T04:00:24.016ZDownload: 977/3076 items 82.2/211.3MB 38% complete (9.3M/s)
1462026-06-09T04:00:31.938ZDownload: 981/3076 items 82.2/211.3MB 38% complete (8.7M/s)
1472026-06-09T04:00:38.494ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1482026-06-09T04:00:43.551ZDownload: 1975/3076 items 116.9/211.3MB 55% complete (7.2M/s)
1492026-06-09T04:00:51.200ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (5.7M/s)
1502026-06-09T04:00:56.517ZDownload: 3029/3076 items 201.6/211.3MB 95% complete (11.3M/s)
1512026-06-09T04:01:09.813ZDownload: 3067/3076 items 209.2/211.3MB 98% complete
1522026-06-09T04:01:22.520ZDownload: 3071/3076 items 211.0/211.3MB 99% complete
1532026-06-09T04:01:22.554ZDownload: Completed 211.31 MB in 69.20 seconds (3.0M/s)
1542026-06-09T04:01:22.670Z Actions: 1/3418 actions (Installing new actions)
1552026-06-09T04:01:25.833Z Actions: Completed 3418 actions in 3.16 seconds.
1562026-06-09T04:01:26.503Z Done
1572026-06-09T04:01:26.503Z Done
1582026-06-09T04:01:27.258Z Done
1592026-06-09T04:01:30.666Z Done
1602026-06-09T04:01:30.741Z Done
1612026-06-09T04:01:30.745Z Done
1622026-06-09T04:01:30.993Z Done
1632026-06-09T04:01:31.692Z++ set -o errexit
1642026-06-09T04:01:31.692Z++ cargo --version
1652026-06-09T04:01:31.700Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1662026-06-09T04:01:31.852Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1672026-06-09T04:01:31.855Zinfo: downloading 6 components
1682026-06-09T04:01:45.865Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1692026-06-09T04:01:45.868Z++ rustc --version
1702026-06-09T04:01:45.892Zrustc 1.95.0 (59807616e 2026-04-14)
1712026-06-09T04:01:45.896Z++ cargo install cargo-nextest --version 0.9.97
1722026-06-09T04:01:45.940Z Updating crates.io index
1732026-06-09T04:01:46.042Z Downloading crates ...
1742026-06-09T04:01:46.119Z Downloaded cargo-nextest v0.9.97
1752026-06-09T04:01:46.182Z Installing cargo-nextest v0.9.97
1762026-06-09T04:01:46.225Z Updating crates.io index
1772026-06-09T04:01:48.778Z Locking 404 packages to latest compatible versions
1782026-06-09T04:01:48.782Z Adding dialoguer v0.11.0 (available: v0.12.0)
1792026-06-09T04:01:48.785Z Adding duct v0.13.7 (available: v1.1.1)
1802026-06-09T04:01:48.785Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1812026-06-09T04:01:48.785Z Adding generic-array v0.14.7 (available: v0.14.9)
1822026-06-09T04:01:48.788Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1832026-06-09T04:01:48.788Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1842026-06-09T04:01:48.788Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1852026-06-09T04:01:48.791Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1862026-06-09T04:01:48.794Z Adding quick-junit v0.5.2 (available: v0.6.0)
1872026-06-09T04:01:48.823Z Downloading crates ...
1882026-06-09T04:01:48.893Z Downloaded adler2 v2.0.1
1892026-06-09T04:01:48.898Z Downloaded anstyle-query v1.1.5
1902026-06-09T04:01:48.905Z Downloaded fnv v1.0.7
1912026-06-09T04:01:48.909Z Downloaded find-msvc-tools v0.1.9
1922026-06-09T04:01:48.914Z Downloaded crossterm v0.29.0
1932026-06-09T04:01:48.916Z Downloaded getrandom v0.3.4
1942026-06-09T04:01:48.920Z Downloaded anstream v1.0.0
1952026-06-09T04:01:48.927Z Downloaded futures v0.3.32
1962026-06-09T04:01:48.930Z Downloaded serde-untagged v0.1.9
1972026-06-09T04:01:48.933Z Downloaded futures-executor v0.3.32
1982026-06-09T04:01:48.933Z Downloaded convert_case v0.10.0
1992026-06-09T04:01:48.935Z Downloaded futures-sink v0.3.32
2002026-06-09T04:01:48.938Z Downloaded foreign-types v0.3.2
2012026-06-09T04:01:48.938Z Downloaded clap_derive v4.6.1
2022026-06-09T04:01:48.942Z Downloaded atomic-waker v1.1.2
2032026-06-09T04:01:48.942Z Downloaded humantime v2.3.0
2042026-06-09T04:01:48.942Z Downloaded async-scoped v0.9.0
2052026-06-09T04:01:48.945Z Downloaded either v1.16.0
2062026-06-09T04:01:48.945Z Downloaded derive_more-impl v2.1.1
2072026-06-09T04:01:48.949Z Downloaded der v0.7.10
2082026-06-09T04:01:48.952Z Downloaded guppy-workspace-hack v0.1.0
2092026-06-09T04:01:48.956Z Downloaded getrandom v0.2.17
2102026-06-09T04:01:48.956Z Downloaded digest v0.10.7
2112026-06-09T04:01:48.959Z Downloaded reqwest v0.12.28
2122026-06-09T04:01:48.963Z Downloaded serde_ignored v0.1.14
2132026-06-09T04:01:48.966Z Downloaded quinn-proto v0.11.14
2142026-06-09T04:01:48.966Z Downloaded curve25519-dalek-derive v0.1.1
2152026-06-09T04:01:48.969Z Downloaded filetime v0.2.29
2162026-06-09T04:01:48.969Z Downloaded clap_lex v1.1.0
2172026-06-09T04:01:48.972Z Downloaded form_urlencoded v1.2.2
2182026-06-09T04:01:48.972Z Downloaded equivalent v1.0.2
2192026-06-09T04:01:48.972Z Downloaded addr2line v0.25.1
2202026-06-09T04:01:48.975Z Downloaded rand v0.9.4
2212026-06-09T04:01:48.978Z Downloaded block-buffer v0.10.4
2222026-06-09T04:01:48.978Z Downloaded enable-ansi-support v0.2.1
2232026-06-09T04:01:48.978Z Downloaded heck v0.5.0
2242026-06-09T04:01:48.981Z Downloaded h2 v0.4.14
2252026-06-09T04:01:48.985Z Downloaded cfg_aliases v0.2.1
2262026-06-09T04:01:48.985Z Downloaded serde_path_to_error v0.1.20
2272026-06-09T04:01:48.988Z Downloaded hex v0.4.3
2282026-06-09T04:01:48.988Z Downloaded color-spantrace v0.3.0
2292026-06-09T04:01:48.988Z Downloaded camino v1.2.2
2302026-06-09T04:01:48.993Z Downloaded const-oid v0.9.6
2312026-06-09T04:01:48.996Z Downloaded console v0.15.11
2322026-06-09T04:01:48.996Z Downloaded document-features v0.2.12
2332026-06-09T04:01:48.996Z Downloaded cargo_metadata v0.23.1
2342026-06-09T04:01:48.996Z Downloaded anstyle v1.0.14
2352026-06-09T04:01:49.000Z Downloaded futures-core v0.3.32
2362026-06-09T04:01:49.000Z Downloaded cargo-platform v0.3.3
2372026-06-09T04:01:49.000Z Downloaded bytes v1.11.1
2382026-06-09T04:01:49.004Z Downloaded serde_core v1.0.228
2392026-06-09T04:01:49.007Z Downloaded shell-words v1.1.1
2402026-06-09T04:01:49.011Z Downloaded derive_more v2.1.1
2412026-06-09T04:01:49.014Z Downloaded signal-hook v0.3.18
2422026-06-09T04:01:49.017Z Downloaded hashbrown v0.17.1
2432026-06-09T04:01:49.020Z Downloaded futures-task v0.3.32
2442026-06-09T04:01:49.023Z Downloaded cfg-if v1.0.4
2452026-06-09T04:01:49.023Z Downloaded futures-io v0.3.32
2462026-06-09T04:01:49.023Z Downloaded cpufeatures v0.2.17
2472026-06-09T04:01:49.026Z Downloaded serde_spanned v1.1.1
2482026-06-09T04:01:49.029Z Downloaded colorchoice v1.0.5
2492026-06-09T04:01:49.032Z Downloaded backtrace-ext v0.2.1
2502026-06-09T04:01:49.035Z Downloaded signature v2.2.0
2512026-06-09T04:01:49.041Z Downloaded serde v1.0.228
2522026-06-09T04:01:49.044Z Downloaded serde_urlencoded v0.7.1
2532026-06-09T04:01:49.044Z Downloaded camino-tempfile v1.4.1
2542026-06-09T04:01:49.048Z Downloaded base64ct v1.8.3
2552026-06-09T04:01:49.051Z Downloaded anstyle-parse v1.0.0
2562026-06-09T04:01:49.054Z Downloaded foreign-types-shared v0.1.1
2572026-06-09T04:01:49.057Z Downloaded supports-color v3.0.2
2582026-06-09T04:01:49.063Z Downloaded ed25519 v2.2.3
2592026-06-09T04:01:49.063Z Downloaded autocfg v1.5.1
2602026-06-09T04:01:49.066Z Downloaded swrite v0.1.0
2612026-06-09T04:01:49.066Z Downloaded supports-hyperlinks v3.2.0
2622026-06-09T04:01:49.069Z Downloaded strsim v0.11.1
2632026-06-09T04:01:49.072Z Downloaded futures-macro v0.3.32
2642026-06-09T04:01:49.075Z Downloaded cargo_metadata v0.20.0
2652026-06-09T04:01:49.084Z Downloaded simd-adler32 v0.3.9
2662026-06-09T04:01:49.087Z Downloaded fastrand v2.4.1
2672026-06-09T04:01:49.092Z Downloaded debug-ignore v1.0.5
2682026-06-09T04:01:49.092Z Downloaded atomicwrites v0.4.4
2692026-06-09T04:01:49.092Z Downloaded sync_wrapper v1.0.2
2702026-06-09T04:01:49.092Z Downloaded crypto-common v0.1.7
2712026-06-09T04:01:49.101Z Downloaded sharded-slab v0.1.7
2722026-06-09T04:01:49.104Z Downloaded signal-hook-registry v1.4.8
2732026-06-09T04:01:49.104Z Downloaded foldhash v0.1.5
2742026-06-09T04:01:49.110Z Downloaded generic-array v0.14.7
2752026-06-09T04:01:49.116Z Downloaded ordered-float v2.10.1
2762026-06-09T04:01:49.116Z Downloaded cargo-platform v0.2.0
2772026-06-09T04:01:49.116Z Downloaded nested v0.1.1
2782026-06-09T04:01:49.116Z Downloaded shared_child v1.1.1
2792026-06-09T04:01:49.119Z Downloaded serde_spanned v0.6.9
2802026-06-09T04:01:49.119Z Downloaded serde-value v0.7.0
2812026-06-09T04:01:49.119Z Downloaded errno v0.3.14
2822026-06-09T04:01:49.119Z Downloaded http-body-util v0.1.3
2832026-06-09T04:01:49.119Z Downloaded http-body v1.0.1
2842026-06-09T04:01:49.125Z Downloaded smallvec v1.15.1
2852026-06-09T04:01:49.129Z Downloaded static_assertions v1.1.0
2862026-06-09T04:01:49.129Z Downloaded fixedbitset v0.5.7
2872026-06-09T04:01:49.133Z Downloaded terminal_size v0.4.4
2882026-06-09T04:01:49.133Z Downloaded quote v1.0.45
2892026-06-09T04:01:49.133Z Downloaded signal-hook-mio v0.2.5
2902026-06-09T04:01:49.136Z Downloaded supports-unicode v3.0.0
2912026-06-09T04:01:49.136Z Downloaded rustls-webpki v0.103.13
2922026-06-09T04:01:49.139Z Downloaded clap v4.6.1
2932026-06-09T04:01:49.142Z Downloaded thread_local v1.1.9
2942026-06-09T04:01:49.146Z Downloaded smol_str v0.3.6
2952026-06-09T04:01:49.146Z Downloaded globset v0.4.18
2962026-06-09T04:01:49.150Z Downloaded thiserror-impl v1.0.69
2972026-06-09T04:01:49.150Z Downloaded hyper v1.10.1
2982026-06-09T04:01:49.154Z Downloaded tower-layer v0.3.3
2992026-06-09T04:01:49.154Z Downloaded semver v1.0.28
3002026-06-09T04:01:49.157Z Downloaded utf8_iter v1.0.4
3012026-06-09T04:01:49.157Z Downloaded openssl-probe v0.2.1
3022026-06-09T04:01:49.158Z Downloaded tokio-macros v2.7.0
3032026-06-09T04:01:49.158Z Downloaded tinyvec_macros v0.1.1
3042026-06-09T04:01:49.158Z Downloaded log v0.4.32
3052026-06-09T04:01:49.161Z Downloaded rustc_version v0.4.1
3062026-06-09T04:01:49.161Z Downloaded rand_core v0.9.5
3072026-06-09T04:01:49.161Z Downloaded socket2 v0.6.4
3082026-06-09T04:01:49.165Z Downloaded openssl-macros v0.1.1
3092026-06-09T04:01:49.165Z Downloaded lazy_static v1.5.0
3102026-06-09T04:01:49.165Z Downloaded config v0.15.23
3112026-06-09T04:01:49.170Z Downloaded os_pipe v1.2.3
3122026-06-09T04:01:49.170Z Downloaded object v0.37.3
3132026-06-09T04:01:49.178Z Downloaded toml_datetime v0.6.11
3142026-06-09T04:01:49.181Z Downloaded sha2 v0.10.9
3152026-06-09T04:01:49.181Z Downloaded target-spec v3.6.0
3162026-06-09T04:01:49.181Z Downloaded ahash v0.8.12
3172026-06-09T04:01:49.181Z Downloaded proc-macro2 v1.0.106
3182026-06-09T04:01:49.184Z Downloaded rustc-demangle v0.1.27
3192026-06-09T04:01:49.184Z Downloaded tracing-error v0.2.1
3202026-06-09T04:01:49.184Z Downloaded erased-serde v0.4.10
3212026-06-09T04:01:49.187Z Downloaded tower-service v0.3.3
3222026-06-09T04:01:49.187Z Downloaded mukti-metadata v0.3.0
3232026-06-09T04:01:49.187Z Downloaded typeid v1.0.3
3242026-06-09T04:01:49.187Z Downloaded pin-project-lite v0.2.17
3252026-06-09T04:01:49.194Z Downloaded owo-colors v4.3.0
3262026-06-09T04:01:49.199Z Downloaded miette-derive v7.6.0
3272026-06-09T04:01:49.199Z Downloaded dialoguer v0.11.0
3282026-06-09T04:01:49.199Z Downloaded thiserror-impl v2.0.18
3292026-06-09T04:01:49.199Z Downloaded target-lexicon v0.13.5
3302026-06-09T04:01:49.199Z Downloaded shlex v2.0.1
3312026-06-09T04:01:49.199Z Downloaded slab v0.4.12
3322026-06-09T04:01:49.203Z Downloaded try-lock v0.2.5
3332026-06-09T04:01:49.207Z Downloaded unicode-linebreak v0.1.5
3342026-06-09T04:01:49.207Z Downloaded percent-encoding v2.3.2
3352026-06-09T04:01:49.213Z Downloaded base64 v0.22.1
3362026-06-09T04:01:49.213Z Downloaded toml_writer v1.1.1+spec-1.1.0
3372026-06-09T04:01:49.220Z Downloaded target-spec-miette v0.4.8
3382026-06-09T04:01:49.220Z Downloaded toml_write v0.1.2
3392026-06-09T04:01:49.220Z Downloaded thiserror v1.0.69
3402026-06-09T04:01:49.225Z Downloaded tokio-native-tls v0.3.1
3412026-06-09T04:01:49.225Z Downloaded untrusted v0.9.0
3422026-06-09T04:01:49.225Z Downloaded flate2 v1.1.9
3432026-06-09T04:01:49.225Z Downloaded cfg-expr v0.20.8
3442026-06-09T04:01:49.228Z Downloaded spki v0.7.3
3452026-06-09T04:01:49.228Z Downloaded futures-channel v0.3.32
3462026-06-09T04:01:49.228Z Downloaded thiserror v2.0.18
3472026-06-09T04:01:49.231Z Downloaded unicode-xid v0.2.6
3482026-06-09T04:01:49.234Z Downloaded future-queue v0.4.0
3492026-06-09T04:01:49.234Z Downloaded idna v1.1.0
3502026-06-09T04:01:49.237Z Downloaded memchr v2.8.1
3512026-06-09T04:01:49.241Z Downloaded urlencoding v2.1.3
3522026-06-09T04:01:49.241Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3532026-06-09T04:01:49.247Z Downloaded duct v0.13.7
3542026-06-09T04:01:49.247Z Downloaded crc32fast v1.5.0
3552026-06-09T04:01:49.247Z Downloaded cargo-util-schemas v0.2.0
3562026-06-09T04:01:49.250Z Downloaded version_check v0.9.5
3572026-06-09T04:01:49.250Z Downloaded xattr v1.6.1
3582026-06-09T04:01:49.254Z Downloaded tokio-rustls v0.26.4
3592026-06-09T04:01:49.254Z Downloaded tracing-log v0.2.0
3602026-06-09T04:01:49.259Z Downloaded bitflags v2.13.0
3612026-06-09T04:01:49.259Z Downloaded toml_parser v1.1.2+spec-1.1.0
3622026-06-09T04:01:49.261Z Downloaded unicase v2.9.0
3632026-06-09T04:01:49.270Z Downloaded tokio-stream v0.1.18
3642026-06-09T04:01:49.275Z Downloaded quick-xml v0.37.5
3652026-06-09T04:01:49.279Z Downloaded toml v0.8.23
3662026-06-09T04:01:49.279Z Downloaded backtrace v0.3.76
3672026-06-09T04:01:49.284Z Downloaded tinyvec v1.11.0
3682026-06-09T04:01:49.284Z Downloaded serde_derive v1.0.228
3692026-06-09T04:01:49.286Z Downloaded getrandom v0.4.2
3702026-06-09T04:01:49.289Z Downloaded miette v7.6.0
3712026-06-09T04:01:49.292Z Downloaded tempfile v3.27.0
3722026-06-09T04:01:49.299Z Downloaded url v2.5.8
3732026-06-09T04:01:49.302Z Downloaded derive-where v1.6.1
3742026-06-09T04:01:49.326Z Downloaded zstd v0.13.3
3752026-06-09T04:01:49.334Z Downloaded textwrap v0.16.2
3762026-06-09T04:01:49.334Z Downloaded toml v1.1.2+spec-1.1.0
3772026-06-09T04:01:49.334Z Downloaded zstd-safe v7.2.4
3782026-06-09T04:01:49.334Z Downloaded nextest-runner v0.80.0
3792026-06-09T04:01:49.334Z Downloaded zipsign-api v0.1.5
3802026-06-09T04:01:49.334Z Downloaded want v0.3.1
3812026-06-09T04:01:49.334Z Downloaded nix v0.30.1
3822026-06-09T04:01:49.343Z Downloaded tracing-attributes v0.1.31
3832026-06-09T04:01:49.348Z Downloaded tracing-core v0.1.36
3842026-06-09T04:01:49.348Z Downloaded rustls v0.23.40
3852026-06-09T04:01:49.352Z Downloaded ed25519-dalek v2.2.0
3862026-06-09T04:01:49.355Z Downloaded zmij v1.0.21
3872026-06-09T04:01:49.358Z Downloaded cc v1.2.63
3882026-06-09T04:01:49.358Z Downloaded unicode-ident v1.0.24
3892026-06-09T04:01:49.361Z Downloaded regex-automata v0.4.14
3902026-06-09T04:01:49.369Z Downloaded vte v0.14.1
3912026-06-09T04:01:49.374Z Downloaded tar v0.4.46
3922026-06-09T04:01:49.374Z Downloaded toml_edit v0.22.27
3932026-06-09T04:01:49.377Z Downloaded libc v0.2.186
3942026-06-09T04:01:49.401Z Downloaded uuid v1.23.2
3952026-06-09T04:01:49.421Z Downloaded hashbrown v0.15.5
3962026-06-09T04:01:49.433Z Downloaded tower v0.5.3
3972026-06-09T04:01:49.455Z Downloaded typenum v1.20.1
3982026-06-09T04:01:49.466Z Downloaded guppy v0.17.26
3992026-06-09T04:01:49.472Z Downloaded aho-corasick v1.1.4
4002026-06-09T04:01:49.472Z Downloaded unicode-normalization v0.1.25
4012026-06-09T04:01:49.476Z Downloaded unicode-segmentation v1.13.3
4022026-06-09T04:01:49.476Z Downloaded strip-ansi-escapes v0.2.1
4032026-06-09T04:01:49.476Z Downloaded clap_builder v4.6.0
4042026-06-09T04:01:49.479Z Downloaded self-replace v1.5.0
4052026-06-09T04:01:49.486Z Downloaded http v1.4.2
4062026-06-09T04:01:49.489Z Downloaded serde_json v1.0.150
4072026-06-09T04:01:49.493Z Downloaded tokio-util v0.7.18
4082026-06-09T04:01:49.498Z Downloaded hyper-rustls v0.27.9
4092026-06-09T04:01:49.503Z Downloaded ron v0.12.1
4102026-06-09T04:01:49.508Z Downloaded hyper-util v0.1.20
4112026-06-09T04:01:49.508Z Downloaded pkcs8 v0.10.2
4122026-06-09T04:01:49.513Z Downloaded pathdiff v0.2.3
4132026-06-09T04:01:49.513Z Downloaded mio v1.2.1
4142026-06-09T04:01:49.513Z Downloaded quick-junit v0.5.2
4152026-06-09T04:01:49.517Z Downloaded futures-util v0.3.32
4162026-06-09T04:01:49.524Z Downloaded tower-http v0.6.11
4172026-06-09T04:01:49.531Z Downloaded indenter v0.3.4
4182026-06-09T04:01:49.531Z Downloaded litrs v1.0.0
4192026-06-09T04:01:49.536Z Downloaded jobserver v0.1.34
4202026-06-09T04:01:49.536Z Downloaded number_prefix v0.4.0
4212026-06-09T04:01:49.545Z Downloaded xxhash-rust v0.8.15
4222026-06-09T04:01:49.548Z Downloaded openssl-sys v0.9.116
4232026-06-09T04:01:49.551Z Downloaded humantime-serde v1.1.1
4242026-06-09T04:01:49.554Z Downloaded winnow v1.0.3
4252026-06-09T04:01:49.557Z Downloaded native-tls v0.2.18
4262026-06-09T04:01:49.562Z Downloaded tracing-subscriber v0.3.23
4272026-06-09T04:01:49.566Z Downloaded winnow v0.7.15
4282026-06-09T04:01:49.571Z Downloaded is_ci v1.2.0
4292026-06-09T04:01:49.574Z Downloaded gimli v0.32.3
4302026-06-09T04:01:49.577Z Downloaded scopeguard v1.2.0
4312026-06-09T04:01:49.580Z Downloaded parking_lot_core v0.9.12
4322026-06-09T04:01:49.580Z Downloaded webpki-roots v1.0.7
4332026-06-09T04:01:49.584Z Downloaded eyre v0.6.12
4342026-06-09T04:01:49.590Z Downloaded chrono v0.4.45
4352026-06-09T04:01:49.593Z Downloaded vcpkg v0.2.15
4362026-06-09T04:01:49.615Z Downloaded rustix v1.1.4
4372026-06-09T04:01:49.627Z Downloaded self_update v0.42.0
4382026-06-09T04:01:49.630Z Downloaded zeroize v1.8.2
4392026-06-09T04:01:49.630Z Downloaded nextest-filtering v0.15.0
4402026-06-09T04:01:49.630Z Downloaded quinn-udp v0.5.14
4412026-06-09T04:01:49.630Z Downloaded idna_adapter v1.0.0
4422026-06-09T04:01:49.630Z Downloaded pin-project-internal v1.1.13
4432026-06-09T04:01:49.633Z Downloaded num-traits v0.2.19
4442026-06-09T04:01:49.633Z Downloaded unicode-width v0.1.14
4452026-06-09T04:01:49.638Z Downloaded unicode-width v0.2.2
4462026-06-09T04:01:49.648Z Downloaded parking_lot v0.12.5
4472026-06-09T04:01:49.648Z Downloaded zerocopy v0.8.50
4482026-06-09T04:01:49.655Z Downloaded ryu v1.0.23
4492026-06-09T04:01:49.658Z Downloaded indent_write v2.2.0
4502026-06-09T04:01:49.658Z Downloaded bstr v1.12.1
4512026-06-09T04:01:49.658Z Downloaded curve25519-dalek v4.1.3
4522026-06-09T04:01:49.663Z Downloaded regex v1.12.3
4532026-06-09T04:01:49.666Z Downloaded openssl v0.10.80
4542026-06-09T04:01:49.673Z Downloaded rand_chacha v0.9.0
4552026-06-09T04:01:49.677Z Downloaded tracing v0.1.44
4562026-06-09T04:01:49.684Z Downloaded rustls-pki-types v1.14.1
4572026-06-09T04:01:49.688Z Downloaded itoa v1.0.18
4582026-06-09T04:01:49.688Z Downloaded home v0.5.12
4592026-06-09T04:01:49.688Z Downloaded quinn v0.11.9
4602026-06-09T04:01:49.688Z Downloaded itertools v0.14.0
4612026-06-09T04:01:49.692Z Downloaded sigchld v0.2.4
4622026-06-09T04:01:49.692Z Downloaded iana-time-zone v0.1.65
4632026-06-09T04:01:49.698Z Downloaded indexmap v2.14.0
4642026-06-09T04:01:49.698Z Downloaded nextest-workspace-hack v0.1.0
4652026-06-09T04:01:49.702Z Downloaded pulldown-cmark v0.13.4
4662026-06-09T04:01:49.702Z Downloaded rand_core v0.6.4
4672026-06-09T04:01:49.702Z Downloaded hyper-tls v0.6.0
4682026-06-09T04:01:49.713Z Downloaded color-eyre v0.6.5
4692026-06-09T04:01:49.718Z Downloaded lock_api v0.4.14
4702026-06-09T04:01:49.725Z Downloaded once_cell v1.21.4
4712026-06-09T04:01:49.728Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4722026-06-09T04:01:49.738Z Downloaded subtle v2.6.1
4732026-06-09T04:01:49.741Z Downloaded is_terminal_polyfill v1.70.2
4742026-06-09T04:01:49.741Z Downloaded rustc-hash v2.1.2
4752026-06-09T04:01:49.741Z Downloaded tokio v1.52.3
4762026-06-09T04:01:49.764Z Downloaded utf8parse v0.2.2
4772026-06-09T04:01:49.772Z Downloaded pkg-config v0.3.33
4782026-06-09T04:01:49.773Z Downloaded lru-slab v0.1.2
4792026-06-09T04:01:49.773Z Downloaded ppv-lite86 v0.2.21
4802026-06-09T04:01:49.773Z Downloaded borsh v1.6.1
4812026-06-09T04:01:49.773Z Downloaded newtype-uuid v1.3.2
4822026-06-09T04:01:49.779Z Downloaded ipnet v2.12.0
4832026-06-09T04:01:49.784Z Downloaded pin-project v1.1.13
4842026-06-09T04:01:49.788Z Downloaded portable-atomic v1.13.1
4852026-06-09T04:01:49.794Z Downloaded miniz_oxide v0.8.9
4862026-06-09T04:01:49.814Z Downloaded indicatif v0.17.11
4872026-06-09T04:01:49.844Z Downloaded httparse v1.10.1
4882026-06-09T04:01:49.849Z Downloaded nextest-metadata v0.12.2
4892026-06-09T04:01:49.849Z Downloaded rustix v0.38.44
4902026-06-09T04:01:49.858Z Downloaded regex-syntax v0.8.10
4912026-06-09T04:01:49.863Z Downloaded quick-xml v0.38.4
4922026-06-09T04:01:49.899Z Downloaded syn v2.0.117
4932026-06-09T04:01:49.977Z Downloaded ring v0.17.14
4942026-06-09T04:01:49.999Z Downloaded petgraph v0.8.3
4952026-06-09T04:01:50.045Z Downloaded recursion v0.5.4
4962026-06-09T04:01:50.119Z Compiling proc-macro2 v1.0.106
4972026-06-09T04:01:50.119Z Compiling libc v0.2.186
4982026-06-09T04:01:50.126Z Compiling unicode-ident v1.0.24
4992026-06-09T04:01:50.126Z Compiling quote v1.0.45
5002026-06-09T04:01:50.126Z Compiling serde_core v1.0.228
5012026-06-09T04:01:50.126Z Compiling cfg-if v1.0.4
5022026-06-09T04:01:50.126Z Compiling memchr v2.8.1
5032026-06-09T04:01:50.126Z Compiling once_cell v1.21.4
5042026-06-09T04:01:50.302Z Compiling log v0.4.32
5052026-06-09T04:01:50.343Z Compiling pin-project-lite v0.2.17
5062026-06-09T04:01:50.434Z Compiling serde v1.0.228
5072026-06-09T04:01:50.510Z Compiling itoa v1.0.18
5082026-06-09T04:01:50.662Z Compiling futures-core v0.3.32
5092026-06-09T04:01:50.748Z Compiling smallvec v1.15.1
5102026-06-09T04:01:50.801Z Compiling bitflags v2.13.0
5112026-06-09T04:01:50.818Z Compiling equivalent v1.0.2
5122026-06-09T04:01:50.904Z Compiling find-msvc-tools v0.1.9
5132026-06-09T04:01:51.010Z Compiling hashbrown v0.17.1
5142026-06-09T04:01:51.154Z Compiling errno v0.3.14
5152026-06-09T04:01:51.219Z Compiling shlex v2.0.1
5162026-06-09T04:01:51.224Z Compiling bytes v1.11.1
5172026-06-09T04:01:51.318Z Compiling signal-hook-registry v1.4.8
5182026-06-09T04:01:51.385Z Compiling jobserver v0.1.34
5192026-06-09T04:01:51.389Z Compiling mio v1.2.1
5202026-06-09T04:01:51.531Z Compiling syn v2.0.117
5212026-06-09T04:01:51.571Z Compiling futures-sink v0.3.32
5222026-06-09T04:01:51.678Z Compiling cc v1.2.63
5232026-06-09T04:01:51.689Z Compiling rustix v1.1.4
5242026-06-09T04:01:51.702Z Compiling socket2 v0.6.4
5252026-06-09T04:01:51.873Z Compiling slab v0.4.12
5262026-06-09T04:01:52.080Z Compiling zmij v1.0.21
5272026-06-09T04:01:52.093Z Compiling futures-channel v0.3.32
5282026-06-09T04:01:52.105Z Compiling tracing-core v0.1.36
5292026-06-09T04:01:52.348Z Compiling serde_json v1.0.150
5302026-06-09T04:01:52.426Z Compiling version_check v0.9.5
5312026-06-09T04:01:52.497Z Compiling indexmap v2.14.0
5322026-06-09T04:01:52.748Z Compiling getrandom v0.4.2
5332026-06-09T04:01:52.761Z Compiling futures-task v0.3.32
5342026-06-09T04:01:52.944Z Compiling futures-io v0.3.32
5352026-06-09T04:01:52.995Z Compiling unicode-width v0.2.2
5362026-06-09T04:01:53.060Z Compiling percent-encoding v2.3.2
5372026-06-09T04:01:53.147Z Compiling camino v1.2.2
5382026-06-09T04:01:53.314Z Compiling ring v0.17.14
5392026-06-09T04:01:53.355Z Compiling http v1.4.2
5402026-06-09T04:01:53.395Z Compiling simd-adler32 v0.3.9
5412026-06-09T04:01:53.451Z Compiling autocfg v1.5.1
5422026-06-09T04:01:53.553Z Compiling adler2 v2.0.1
5432026-06-09T04:01:53.726Z Compiling zeroize v1.8.2
5442026-06-09T04:01:53.820Z Compiling num-traits v0.2.19
5452026-06-09T04:01:53.933Z Compiling miniz_oxide v0.8.9
5462026-06-09T04:01:54.300Z Compiling getrandom v0.3.4
5472026-06-09T04:01:54.313Z Compiling zerocopy v0.8.50
5482026-06-09T04:01:54.646Z Compiling object v0.37.3
5492026-06-09T04:01:54.691Z Compiling target-lexicon v0.13.5
5502026-06-09T04:01:54.782Z Compiling http-body v1.0.1
5512026-06-09T04:01:55.014Z Compiling rustls-pki-types v1.14.1
5522026-06-09T04:01:55.116Z Compiling form_urlencoded v1.2.2
5532026-06-09T04:01:55.218Z Compiling semver v1.0.28
5542026-06-09T04:01:55.250Z Compiling serde_derive v1.0.228
5552026-06-09T04:01:55.332Z Compiling tokio-macros v2.7.0
5562026-06-09T04:01:55.392Z Compiling futures-macro v0.3.32
5572026-06-09T04:01:55.414Z Compiling tracing-attributes v0.1.31
5582026-06-09T04:01:55.674Z Compiling getrandom v0.2.17
5592026-06-09T04:01:55.875Z Compiling idna_adapter v1.0.0
5602026-06-09T04:01:55.892Z Compiling guppy-workspace-hack v0.1.0
5612026-06-09T04:01:55.902Z Compiling fnv v1.0.7
5622026-06-09T04:01:55.981Z Compiling utf8_iter v1.0.4
5632026-06-09T04:01:56.008Z Compiling signal-hook v0.3.18
5642026-06-09T04:01:56.080Z Compiling tokio v1.52.3
5652026-06-09T04:01:56.114Z Compiling httparse v1.10.1
5662026-06-09T04:01:56.144Z Compiling thiserror v2.0.18
5672026-06-09T04:01:56.237Z Compiling futures-util v0.3.32
5682026-06-09T04:01:56.250Z Compiling untrusted v0.9.0
5692026-06-09T04:01:56.378Z Compiling gimli v0.32.3
5702026-06-09T04:01:56.475Z Compiling owo-colors v4.3.0
5712026-06-09T04:01:56.640Z Compiling tracing v0.1.44
5722026-06-09T04:01:56.769Z Compiling idna v1.1.0
5732026-06-09T04:01:56.855Z Compiling thiserror-impl v2.0.18
5742026-06-09T04:01:58.339Z Compiling addr2line v0.25.1
5752026-06-09T04:01:58.665Z Compiling generic-array v0.14.7
5762026-06-09T04:01:58.767Z Compiling fastrand v2.4.1
5772026-06-09T04:01:58.910Z Compiling target-spec v3.6.0
5782026-06-09T04:01:58.941Z Compiling typeid v1.0.3
5792026-06-09T04:01:59.069Z Compiling atomic-waker v1.1.2
5802026-06-09T04:01:59.108Z Compiling thiserror v1.0.69
5812026-06-09T04:01:59.205Z Compiling try-lock v0.2.5
5822026-06-09T04:01:59.209Z Compiling rustc-demangle v0.1.27
5832026-06-09T04:01:59.406Z Compiling tower-service v0.3.3
5842026-06-09T04:01:59.414Z Compiling pkg-config v0.3.33
5852026-06-09T04:01:59.414Z Compiling rustls v0.23.40
5862026-06-09T04:01:59.593Z Compiling want v0.3.1
5872026-06-09T04:01:59.689Z Compiling tempfile v3.27.0
5882026-06-09T04:01:59.774Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5892026-06-09T04:01:59.946Z Compiling cfg-expr v0.20.8
5902026-06-09T04:02:00.204Z Compiling tokio-util v0.7.18
5912026-06-09T04:02:00.224Z Compiling url v2.5.8
5922026-06-09T04:02:00.922Z Compiling backtrace v0.3.76
5932026-06-09T04:02:01.279Z Compiling h2 v0.4.14
5942026-06-09T04:02:01.592Z Compiling thiserror-impl v1.0.69
5952026-06-09T04:02:01.960Z Compiling terminal_size v0.4.4
5962026-06-09T04:02:02.019Z Compiling aho-corasick v1.1.4
5972026-06-09T04:02:02.118Z Compiling winnow v0.7.15
5982026-06-09T04:02:02.695Z Compiling erased-serde v0.4.10
5992026-06-09T04:02:02.764Z Compiling regex-syntax v0.8.10
6002026-06-09T04:02:03.004Z Compiling subtle v2.6.1
6012026-06-09T04:02:03.164Z Compiling rustls-webpki v0.103.13
6022026-06-09T04:02:04.060Z Compiling typenum v1.20.1
6032026-06-09T04:02:05.305Z Compiling regex-automata v0.4.14
6042026-06-09T04:02:06.958Z Compiling hyper v1.10.1
6052026-06-09T04:02:07.647Z Compiling serde_spanned v0.6.9
6062026-06-09T04:02:07.777Z Compiling toml_datetime v0.6.11
6072026-06-09T04:02:08.149Z Compiling ahash v0.8.12
6082026-06-09T04:02:08.420Z Compiling sync_wrapper v1.0.2
6092026-06-09T04:02:08.540Z Compiling unicode-linebreak v0.1.5
6102026-06-09T04:02:08.818Z Compiling tower-layer v0.3.3
6112026-06-09T04:02:09.070Z Compiling unicode-segmentation v1.13.3
6122026-06-09T04:02:09.089Z Compiling lazy_static v1.5.0
6132026-06-09T04:02:09.200Z Compiling foldhash v0.1.5
6142026-06-09T04:02:09.429Z Compiling portable-atomic v1.13.1
6152026-06-09T04:02:09.462Z Compiling base64 v0.22.1
6162026-06-09T04:02:09.579Z Compiling crc32fast v1.5.0
6172026-06-09T04:02:09.881Z Compiling is_ci v1.2.0
6182026-06-09T04:02:09.893Z Compiling parking_lot_core v0.9.12
6192026-06-09T04:02:09.946Z Compiling ipnet v2.12.0
6202026-06-09T04:02:09.953Z Compiling either v1.16.0
6212026-06-09T04:02:10.045Z Compiling toml_write v0.1.2
6222026-06-09T04:02:10.181Z Compiling nextest-workspace-hack v0.1.0
6232026-06-09T04:02:10.221Z Compiling supports-color v3.0.2
6242026-06-09T04:02:10.251Z Compiling hyper-util v0.1.20
6252026-06-09T04:02:10.299Z Compiling toml_edit v0.22.27
6262026-06-09T04:02:10.465Z Compiling hashbrown v0.15.5
6272026-06-09T04:02:10.476Z Compiling convert_case v0.10.0
6282026-06-09T04:02:10.740Z Compiling sharded-slab v0.1.7
6292026-06-09T04:02:11.126Z Compiling tower v0.5.3
6302026-06-09T04:02:11.177Z Compiling tokio-rustls v0.26.4
6312026-06-09T04:02:11.366Z Compiling textwrap v0.16.2
6322026-06-09T04:02:11.708Z Compiling backtrace-ext v0.2.1
6332026-06-09T04:02:11.975Z Compiling ordered-float v2.10.1
6342026-06-09T04:02:12.097Z Compiling webpki-roots v1.0.7
6352026-06-09T04:02:12.242Z Compiling miette-derive v7.6.0
6362026-06-09T04:02:12.261Z Compiling pathdiff v0.2.3
6372026-06-09T04:02:12.409Z Compiling console v0.15.11
6382026-06-09T04:02:12.773Z Compiling cargo-platform v0.3.3
6392026-06-09T04:02:12.890Z Compiling tracing-log v0.2.0
6402026-06-09T04:02:13.244Z Compiling os_pipe v1.2.3
6412026-06-09T04:02:13.327Z Compiling thread_local v1.1.9
6422026-06-09T04:02:13.338Z Compiling rustix v0.38.44
6432026-06-09T04:02:13.418Z Compiling ryu v1.0.23
6442026-06-09T04:02:13.691Z Compiling zstd-safe v7.2.4
6452026-06-09T04:02:13.704Z Compiling cfg_aliases v0.2.1
6462026-06-09T04:02:13.734Z Compiling utf8parse v0.2.2
6472026-06-09T04:02:13.773Z Compiling unicode-width v0.1.14
6482026-06-09T04:02:13.840Z Compiling supports-hyperlinks v3.2.0
6492026-06-09T04:02:13.940Z Compiling fixedbitset v0.5.7
6502026-06-09T04:02:15.111Z Compiling debug-ignore v1.0.5
6512026-06-09T04:02:15.263Z Compiling supports-unicode v3.0.0
6522026-06-09T04:02:15.263Z Compiling pulldown-cmark v0.13.4
6532026-06-09T04:02:15.263Z Compiling winnow v1.0.3
6542026-06-09T04:02:15.263Z Compiling scopeguard v1.2.0
6552026-06-09T04:02:15.263Z Compiling lock_api v0.4.14
6562026-06-09T04:02:15.263Z Compiling miette v7.6.0
6572026-06-09T04:02:15.314Z Compiling petgraph v0.8.3
6582026-06-09T04:02:15.314Z Compiling anstyle-parse v1.0.0
6592026-06-09T04:02:15.314Z Compiling nix v0.30.1
6602026-06-09T04:02:15.318Z Compiling toml_parser v1.1.2+spec-1.1.0
6612026-06-09T04:02:15.726Z Compiling serde_urlencoded v0.7.1
6622026-06-09T04:02:16.019Z Compiling tracing-subscriber v0.3.23
6632026-06-09T04:02:16.409Z Compiling sigchld v0.2.4
6642026-06-09T04:02:16.609Z Compiling cargo_metadata v0.23.1
6652026-06-09T04:02:16.612Z Compiling serde-value v0.7.0
6662026-06-09T04:02:16.715Z Compiling hyper-rustls v0.27.9
6672026-06-09T04:02:17.391Z Compiling serde-untagged v0.1.9
6682026-06-09T04:02:17.409Z Compiling toml v0.8.23
6692026-06-09T04:02:17.764Z Compiling tower-http v0.6.11
6702026-06-09T04:02:18.533Z Compiling derive_more-impl v2.1.1
6712026-06-09T04:02:19.492Z Compiling itertools v0.14.0
6722026-06-09T04:02:19.699Z Compiling regex v1.12.3
6732026-06-09T04:02:19.811Z Compiling block-buffer v0.10.4
6742026-06-09T04:02:19.850Z Compiling crypto-common v0.1.7
6752026-06-09T04:02:19.968Z Compiling ppv-lite86 v0.2.21
6762026-06-09T04:02:19.991Z Compiling rand_core v0.9.5
6772026-06-09T04:02:20.255Z Compiling futures-executor v0.3.32
6782026-06-09T04:02:20.304Z Compiling pin-project-internal v1.1.13
6792026-06-09T04:02:20.316Z Compiling http-body-util v0.1.3
6802026-06-09T04:02:20.591Z Compiling uuid v1.23.2
6812026-06-09T04:02:20.805Z Compiling smol_str v0.3.6
6822026-06-09T04:02:20.965Z Compiling toml_datetime v1.1.1+spec-1.1.0
6832026-06-09T04:02:21.128Z Compiling serde_spanned v1.1.1
6842026-06-09T04:02:21.141Z Compiling filetime v0.2.29
6852026-06-09T04:02:21.151Z Compiling bstr v1.12.1
6862026-06-09T04:02:21.281Z Compiling vte v0.14.1
6872026-06-09T04:02:21.346Z Compiling xattr v1.6.1
6882026-06-09T04:02:21.360Z Compiling eyre v0.6.12
6892026-06-09T04:02:21.366Z Compiling static_assertions v1.1.0
6902026-06-09T04:02:21.455Z Compiling litrs v1.0.0
6912026-06-09T04:02:21.497Z Compiling unicode-xid v0.2.6
6922026-06-09T04:02:21.536Z Compiling anstyle v1.0.14
6932026-06-09T04:02:21.645Z Compiling number_prefix v0.4.0
6942026-06-09T04:02:21.683Z Compiling nested v0.1.1
6952026-06-09T04:02:21.800Z Compiling anstyle-query v1.1.5
6962026-06-09T04:02:21.816Z Compiling unicase v2.9.0
6972026-06-09T04:02:21.841Z Compiling colorchoice v1.0.5
6982026-06-09T04:02:21.880Z Compiling self_update v0.42.0
6992026-06-09T04:02:21.894Z Compiling color-spantrace v0.3.0
7002026-06-09T04:02:21.931Z Compiling tinyvec_macros v0.1.1
7012026-06-09T04:02:21.957Z Compiling is_terminal_polyfill v1.70.2
7022026-06-09T04:02:21.994Z Compiling iana-time-zone v0.1.65
7032026-06-09T04:02:22.048Z Compiling anstream v1.0.0
7042026-06-09T04:02:22.120Z Compiling tinyvec v1.11.0
7052026-06-09T04:02:22.147Z Compiling chrono v0.4.45
7062026-06-09T04:02:22.248Z Compiling document-features v0.2.12
7072026-06-09T04:02:22.369Z Compiling guppy v0.17.26
7082026-06-09T04:02:22.557Z Compiling indicatif v0.17.11
7092026-06-09T04:02:22.858Z Compiling cargo-util-schemas v0.2.0
7102026-06-09T04:02:22.865Z Compiling globset v0.4.18
7112026-06-09T04:02:23.721Z Compiling tar v0.4.46
7122026-06-09T04:02:25.275Z Compiling strip-ansi-escapes v0.2.1
7132026-06-09T04:02:25.306Z Compiling pin-project v1.1.13
7142026-06-09T04:02:25.415Z Compiling toml v1.1.2+spec-1.1.0
7152026-06-09T04:02:25.571Z Compiling nextest-metadata v0.12.2
7162026-06-09T04:02:25.751Z Compiling newtype-uuid v1.3.2
7172026-06-09T04:02:25.770Z Compiling reqwest v0.12.28
7182026-06-09T04:02:25.922Z Compiling futures v0.3.32
7192026-06-09T04:02:26.008Z Compiling rand_chacha v0.9.0
7202026-06-09T04:02:26.108Z Compiling digest v0.10.7
7212026-06-09T04:02:26.287Z Compiling parking_lot v0.12.5
7222026-06-09T04:02:26.331Z Compiling derive_more v2.1.1
7232026-06-09T04:02:26.416Z Compiling flate2 v1.1.9
7242026-06-09T04:02:26.564Z Compiling tracing-error v0.2.1
7252026-06-09T04:02:26.804Z Compiling shared_child v1.1.1
7262026-06-09T04:02:27.213Z Compiling signal-hook-mio v0.2.5
7272026-06-09T04:02:27.352Z Compiling self-replace v1.5.0
7282026-06-09T04:02:27.505Z Compiling cargo-platform v0.2.0
7292026-06-09T04:02:27.646Z Compiling quick-xml v0.37.5
7302026-06-09T04:02:28.081Z Compiling quick-xml v0.38.4
7312026-06-09T04:02:28.316Z Compiling humantime v2.3.0
7322026-06-09T04:02:28.649Z Compiling heck v0.5.0
7332026-06-09T04:02:28.750Z Compiling urlencoding v2.1.3
7342026-06-09T04:02:28.853Z Compiling cpufeatures v0.2.17
7352026-06-09T04:02:28.992Z Compiling shell-words v1.1.1
7362026-06-09T04:02:29.148Z Compiling strsim v0.11.1
7372026-06-09T04:02:29.205Z Compiling recursion v0.5.4
7382026-06-09T04:02:29.248Z Compiling indenter v0.3.4
7392026-06-09T04:02:29.342Z Compiling clap_lex v1.1.0
7402026-06-09T04:02:29.643Z Compiling clap_builder v4.6.0
7412026-06-09T04:02:29.747Z Compiling nextest-filtering v0.15.0
7422026-06-09T04:02:29.975Z Compiling clap_derive v4.6.1
7432026-06-09T04:02:30.208Z Compiling sha2 v0.10.9
7442026-06-09T04:02:31.428Z Compiling quick-junit v0.5.2
7452026-06-09T04:02:31.757Z Compiling humantime-serde v1.1.1
7462026-06-09T04:02:31.926Z Compiling cargo_metadata v0.20.0
7472026-06-09T04:02:33.748Z Compiling atomicwrites v0.4.4
7482026-06-09T04:02:34.042Z Compiling cargo-nextest v0.9.97
7492026-06-09T04:02:34.381Z Compiling crossterm v0.29.0
7502026-06-09T04:02:35.480Z Compiling duct v0.13.7
7512026-06-09T04:02:37.180Z Compiling rand v0.9.4
7522026-06-09T04:02:37.229Z Compiling zstd v0.13.3
7532026-06-09T04:02:37.288Z Compiling config v0.15.23
7542026-06-09T04:02:37.312Z Compiling async-scoped v0.9.0
7552026-06-09T04:02:37.396Z Compiling unicode-normalization v0.1.25
7562026-06-09T04:02:37.439Z Compiling target-spec-miette v0.4.8
7572026-06-09T04:02:37.609Z Compiling future-queue v0.4.0
7582026-06-09T04:02:37.662Z Compiling mukti-metadata v0.3.0
7592026-06-09T04:02:37.676Z Compiling tokio-stream v0.1.18
7602026-06-09T04:02:37.885Z Compiling camino-tempfile v1.4.1
7612026-06-09T04:02:37.902Z Compiling derive-where v1.6.1
7622026-06-09T04:02:37.983Z Compiling serde_path_to_error v0.1.20
7632026-06-09T04:02:38.161Z Compiling serde_ignored v0.1.14
7642026-06-09T04:02:38.199Z Compiling xxhash-rust v0.8.15
7652026-06-09T04:02:38.318Z Compiling indent_write v2.2.0
7662026-06-09T04:02:38.396Z Compiling hex v0.4.3
7672026-06-09T04:02:38.450Z Compiling home v0.5.12
7682026-06-09T04:02:38.469Z Compiling swrite v0.1.0
7692026-06-09T04:02:38.500Z Compiling color-eyre v0.6.5
7702026-06-09T04:02:38.592Z Compiling clap v4.6.1
7712026-06-09T04:02:38.619Z Compiling dialoguer v0.11.0
7722026-06-09T04:02:38.674Z Compiling enable-ansi-support v0.2.1
7732026-06-09T04:02:39.159Z Compiling nextest-runner v0.80.0
7742026-06-09T04:02:57.320Z Finished `release` profile [optimized] target(s) in 1m 11s
7752026-06-09T04:02:57.512Z Installing /home/build/.cargo/bin/cargo-nextest
7762026-06-09T04:02:57.519Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7772026-06-09T04:02:57.645Z+ pushd bgp
7782026-06-09T04:02:57.657Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7792026-06-09T04:02:57.657Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7802026-06-09T04:02:57.807Z Updating git repository `https://github.com/oxidecomputer/falcon`
7812026-06-09T04:02:58.398ZFrom https://github.com/oxidecomputer/falcon
7822026-06-09T04:02:58.398Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7832026-06-09T04:02:58.478Z Updating crates.io index
7842026-06-09T04:02:58.524Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7852026-06-09T04:02:59.411ZFrom https://github.com/oxidecomputer/dendrite
7862026-06-09T04:02:59.412Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7872026-06-09T04:02:59.477Z Updating git repository `https://github.com/oxidecomputer/ispf`
7882026-06-09T04:02:59.728ZFrom https://github.com/oxidecomputer/ispf
7892026-06-09T04:02:59.728Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7902026-06-09T04:02:59.819Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7912026-06-09T04:03:00.139ZFrom https://github.com/oxidecomputer/netadm-sys
7922026-06-09T04:03:00.139Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7932026-06-09T04:03:00.166Z Updating git repository `https://github.com/oxidecomputer/omicron`
7942026-06-09T04:03:07.775ZFrom https://github.com/oxidecomputer/omicron
7952026-06-09T04:03:07.775Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7962026-06-09T04:03:08.206Z Updating git repository `https://github.com/oxidecomputer/opte`
7972026-06-09T04:03:08.889ZFrom https://github.com/oxidecomputer/opte
7982026-06-09T04:03:08.889Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7992026-06-09T04:03:08.913Z Updating git repository `https://github.com/illumos/smf-rs`
8002026-06-09T04:03:09.160ZFrom https://github.com/illumos/smf-rs
8012026-06-09T04:03:09.160Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8022026-06-09T04:03:09.299Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8032026-06-09T04:03:09.556ZFrom https://github.com/oxidecomputer/network-interface
8042026-06-09T04:03:09.556Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8052026-06-09T04:03:09.696Z Updating git repository `https://github.com/oxidecomputer/zone`
8062026-06-09T04:03:09.954ZFrom https://github.com/oxidecomputer/zone
8072026-06-09T04:03:09.954Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8082026-06-09T04:03:09.963Z Updating git repository `https://github.com/oxidecomputer/propolis`
8092026-06-09T04:03:10.570ZFrom https://github.com/oxidecomputer/propolis
8102026-06-09T04:03:10.570Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8112026-06-09T04:03:10.688Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8122026-06-09T04:03:11.172ZFrom https://github.com/oxidecomputer/transceiver-control
8132026-06-09T04:03:11.172Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8142026-06-09T04:03:11.236Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8152026-06-09T04:03:11.487ZFrom https://github.com/oxidecomputer/dlpi-sys
8162026-06-09T04:03:11.488Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8172026-06-09T04:03:11.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8182026-06-09T04:03:11.810ZFrom https://github.com/jmesmon/rust-libzfs
8192026-06-09T04:03:11.810Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8202026-06-09T04:03:11.819Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8212026-06-09T04:03:12.056ZFrom https://github.com/oxidecomputer/rusty-doors
8222026-06-09T04:03:12.057Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8232026-06-09T04:03:12.065Z Updating git repository `https://github.com/oxidecomputer/lldp`
8242026-06-09T04:03:12.408ZFrom https://github.com/oxidecomputer/lldp
8252026-06-09T04:03:12.408Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8262026-06-09T04:03:12.445Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8272026-06-09T04:03:12.692ZFrom https://github.com/oxidecomputer/slog-error-chain
8282026-06-09T04:03:12.692Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8292026-06-09T04:03:12.847Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8302026-06-09T04:03:13.413ZFrom https://github.com/oxidecomputer/tufaceous
8312026-06-09T04:03:13.413Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8322026-06-09T04:03:13.508Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8332026-06-09T04:03:13.577ZFrom https://github.com/oxidecomputer/management-gateway-service
8342026-06-09T04:03:13.578Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8352026-06-09T04:03:13.665Z Updating git repository `https://github.com/oxidecomputer/crucible`
8362026-06-09T04:03:15.170ZFrom https://github.com/oxidecomputer/crucible
8372026-06-09T04:03:15.171Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8382026-06-09T04:03:15.171Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8392026-06-09T04:03:15.171ZFrom https://github.com/oxidecomputer/serde_human_bytes
8402026-06-09T04:03:15.171Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8412026-06-09T04:03:15.171Z Updating git repository `https://github.com/oxidecomputer/propolis`
8422026-06-09T04:03:15.352ZFrom https://github.com/oxidecomputer/propolis
8432026-06-09T04:03:15.352Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8442026-06-09T04:03:15.851Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-06-09T04:03:16.545ZFrom https://github.com/oxidecomputer/crucible
8462026-06-09T04:03:16.545Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8472026-06-09T04:03:16.613Z Updating git repository `https://github.com/oxidecomputer/tofino`
8482026-06-09T04:03:16.929ZFrom https://github.com/oxidecomputer/tofino
8492026-06-09T04:03:16.929Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8502026-06-09T04:03:16.940Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8512026-06-09T04:03:17.615ZFrom https://github.com/oxidecomputer/maghemite
8522026-06-09T04:03:17.615Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8532026-06-09T04:03:17.642Z Updating git repository `https://github.com/oxidecomputer/clickward`
8542026-06-09T04:03:17.905ZFrom https://github.com/oxidecomputer/clickward
8552026-06-09T04:03:17.905Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8562026-06-09T04:03:17.948Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8572026-06-09T04:03:18.205ZFrom https://github.com/oxidecomputer/illumos-devinfo
8582026-06-09T04:03:18.205Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8592026-06-09T04:03:19.110Z Downloading crates ...
8602026-06-09T04:03:19.234Z Downloaded async-recursion v1.1.1
8612026-06-09T04:03:19.239Z Downloaded aead v0.5.2
8622026-06-09T04:03:19.239Z Downloaded arrayvec v0.7.6
8632026-06-09T04:03:19.239Z Downloaded allocator-api2 v0.2.21
8642026-06-09T04:03:19.239Z Downloaded crossbeam-epoch v0.9.18
8652026-06-09T04:03:19.239Z Downloaded cmake v0.1.58
8662026-06-09T04:03:19.239Z Downloaded cipher v0.4.4
8672026-06-09T04:03:19.239Z Downloaded crossbeam-utils v0.8.21
8682026-06-09T04:03:19.239Z Downloaded cobs v0.3.0
8692026-06-09T04:03:19.239Z Downloaded byte-wrapper v0.1.0
8702026-06-09T04:03:19.239Z Downloaded mime v0.3.17
8712026-06-09T04:03:19.239Z Downloaded memmap v0.7.0
8722026-06-09T04:03:19.239Z Downloaded fixedbitset v0.4.2
8732026-06-09T04:03:19.239Z Downloaded group v0.13.0
8742026-06-09T04:03:19.239Z Downloaded csv-core v0.1.13
8752026-06-09T04:03:19.239Z Downloaded crossbeam-deque v0.8.6
8762026-06-09T04:03:19.239Z Downloaded dtrace-parser v0.3.0
8772026-06-09T04:03:19.239Z Downloaded const-random v0.1.18
8782026-06-09T04:03:19.239Z Downloaded expectorate v1.2.0
8792026-06-09T04:03:19.239Z Downloaded gethostname v0.5.0
8802026-06-09T04:03:19.239Z Downloaded colored v3.1.1
8812026-06-09T04:03:19.262Z Downloaded jiff-static v0.2.28
8822026-06-09T04:03:19.262Z Downloaded defmt v1.1.0
8832026-06-09T04:03:19.306Z Downloaded backoff v0.4.0
8842026-06-09T04:03:19.306Z Downloaded async-compression v0.4.42
8852026-06-09T04:03:19.306Z Downloaded hickory-resolver v0.25.2
8862026-06-09T04:03:19.306Z Downloaded bs58 v0.5.1
8872026-06-09T04:03:19.306Z Downloaded defmt v0.3.100
8882026-06-09T04:03:19.306Z Downloaded ciborium-io v0.2.2
8892026-06-09T04:03:19.306Z Downloaded dof v0.3.0
8902026-06-09T04:03:19.306Z Downloaded convert_case v0.4.0
8912026-06-09T04:03:19.306Z Downloaded bytecount v0.6.9
8922026-06-09T04:03:19.306Z Downloaded defmt-macros v1.1.0
8932026-06-09T04:03:19.306Z Downloaded crunchy v0.2.4
8942026-06-09T04:03:19.306Z Downloaded bitflags v2.12.1
8952026-06-09T04:03:19.354Z Downloaded base16ct v0.2.0
8962026-06-09T04:03:19.354Z Downloaded cpufeatures v0.3.0
8972026-06-09T04:03:19.354Z Downloaded darling_macro v0.21.3
8982026-06-09T04:03:19.354Z Downloaded parking_lot v0.11.2
8992026-06-09T04:03:19.354Z Downloaded crc8 v0.1.1
9002026-06-09T04:03:19.354Z Downloaded arrayref v0.3.9
9012026-06-09T04:03:19.354Z Downloaded compression-codecs v0.4.38
9022026-06-09T04:03:19.354Z Downloaded dtrace-parser v0.2.0
9032026-06-09T04:03:19.354Z Downloaded derive-ex v0.1.8
9042026-06-09T04:03:19.354Z Downloaded chacha20poly1305 v0.10.1
9052026-06-09T04:03:19.354Z Downloaded critical-section v1.2.0
9062026-06-09T04:03:19.354Z Downloaded hash32 v0.3.1
9072026-06-09T04:03:19.354Z Downloaded data-encoding v2.11.0
9082026-06-09T04:03:19.354Z Downloaded const_format_proc_macros v0.2.34
9092026-06-09T04:03:19.354Z Downloaded ciborium v0.2.2
9102026-06-09T04:03:19.354Z Downloaded olpc-cjson v0.1.4
9112026-06-09T04:03:19.354Z Downloaded omicron-workspace-hack v0.1.0
9122026-06-09T04:03:19.354Z Downloaded num_threads v0.1.7
9132026-06-09T04:03:19.354Z Downloaded is-terminal v0.4.17
9142026-06-09T04:03:19.355Z Downloaded httpdate v1.0.3
9152026-06-09T04:03:19.355Z Downloaded num_enum_derive v0.5.11
9162026-06-09T04:03:19.355Z Downloaded memoffset v0.9.1
9172026-06-09T04:03:19.355Z Downloaded opaque-debug v0.3.1
9182026-06-09T04:03:19.355Z Downloaded hubpack_derive v0.1.1
9192026-06-09T04:03:19.355Z Downloaded hubpack v0.1.2
9202026-06-09T04:03:19.355Z Downloaded libscf-sys v1.2.0
9212026-06-09T04:03:19.355Z Downloaded hostname v0.4.2
9222026-06-09T04:03:19.355Z Downloaded fxhash v0.2.1
9232026-06-09T04:03:19.355Z Downloaded cstr-argument v0.1.2
9242026-06-09T04:03:19.355Z Downloaded float-ord v0.3.2
9252026-06-09T04:03:19.415Z Downloaded crucible-workspace-hack v0.1.0
9262026-06-09T04:03:19.415Z Downloaded lru-cache v0.1.2
9272026-06-09T04:03:19.415Z Downloaded foreign-types v0.5.0
9282026-06-09T04:03:19.415Z Downloaded parse-display v0.10.0
9292026-06-09T04:03:19.415Z Downloaded num v0.4.3
9302026-06-09T04:03:19.416Z Downloaded enum-as-inner v0.6.1
9312026-06-09T04:03:19.416Z Downloaded crypto-common v0.2.2
9322026-06-09T04:03:19.416Z Downloaded darling_core v0.21.3
9332026-06-09T04:03:19.416Z Downloaded num_enum v0.5.11
9342026-06-09T04:03:19.416Z Downloaded newline-converter v0.3.0
9352026-06-09T04:03:19.416Z Downloaded managed v0.8.0
9362026-06-09T04:03:19.416Z Downloaded digest v0.11.3
9372026-06-09T04:03:19.416Z Downloaded fs-err v3.3.0
9382026-06-09T04:03:19.417Z Downloaded darling v0.21.3
9392026-06-09T04:03:19.417Z Downloaded embedded-io v0.6.1
9402026-06-09T04:03:19.417Z Downloaded keccak v0.1.6
9412026-06-09T04:03:19.417Z Downloaded git-stub v1.0.0
9422026-06-09T04:03:19.417Z Downloaded compression-core v0.4.32
9432026-06-09T04:03:19.417Z Downloaded block-buffer v0.12.0
9442026-06-09T04:03:19.417Z Downloaded macaddr v1.0.1
9452026-06-09T04:03:19.417Z Downloaded inout v0.1.4
9462026-06-09T04:03:19.417Z Downloaded num-iter v0.1.45
9472026-06-09T04:03:19.417Z Downloaded foreign-types-shared v0.3.1
9482026-06-09T04:03:19.418Z Downloaded internet-checksum v0.2.1
9492026-06-09T04:03:19.418Z Downloaded base16ct v1.0.0
9502026-06-09T04:03:19.418Z Downloaded foreign-types-macros v0.2.3
9512026-06-09T04:03:19.418Z Downloaded dof v0.4.0
9522026-06-09T04:03:19.418Z Downloaded const-random-macro v0.1.16
9532026-06-09T04:03:19.418Z Downloaded bit-set v0.8.0
9542026-06-09T04:03:19.418Z Downloaded num-derive v0.4.2
9552026-06-09T04:03:19.418Z Downloaded ciborium-ll v0.2.2
9562026-06-09T04:03:19.418Z Downloaded ident_case v1.0.1
9572026-06-09T04:03:19.418Z Downloaded hostname v0.3.1
9582026-06-09T04:03:19.418Z Downloaded darling_macro v0.23.0
9592026-06-09T04:03:19.418Z Downloaded phf_shared v0.12.1
9602026-06-09T04:03:19.477Z Downloaded bit-vec v0.8.0
9612026-06-09T04:03:19.477Z Downloaded heck v0.4.1
9622026-06-09T04:03:19.477Z Downloaded natord v1.0.9
9632026-06-09T04:03:19.478Z Downloaded konst_macro_rules v0.2.19
9642026-06-09T04:03:19.478Z Downloaded password-hash v0.5.0
9652026-06-09T04:03:19.478Z Downloaded idna_adapter v1.2.2
9662026-06-09T04:03:19.478Z Downloaded displaydoc v0.2.6
9672026-06-09T04:03:19.478Z Downloaded async-stream v0.3.6
9682026-06-09T04:03:19.478Z Downloaded powerfmt v0.2.0
9692026-06-09T04:03:19.478Z Downloaded potential_utf v0.1.5
9702026-06-09T04:03:19.478Z Downloaded pretty-hex v0.4.2
9712026-06-09T04:03:19.478Z Downloaded dyn-clone v1.0.20
9722026-06-09T04:03:19.478Z Downloaded dropshot-api-manager-types v0.7.2
9732026-06-09T04:03:19.478Z Downloaded embedded-io v0.4.0
9742026-06-09T04:03:19.478Z Downloaded lzma-sys v0.1.20
9752026-06-09T04:03:19.478Z Downloaded proc-macro-crate v1.3.1
9762026-06-09T04:03:19.478Z Downloaded glob v0.3.3
9772026-06-09T04:03:19.478Z Downloaded foldhash v0.2.0
9782026-06-09T04:03:19.478Z Downloaded async-stream-impl v0.3.6
9792026-06-09T04:03:19.478Z Downloaded pem v3.0.6
9802026-06-09T04:03:19.478Z Downloaded no-std-compat v0.4.1
9812026-06-09T04:03:19.478Z Downloaded newtype_derive v0.1.6
9822026-06-09T04:03:19.478Z Downloaded num-complex v0.4.6
9832026-06-09T04:03:19.478Z Downloaded plain v0.2.3
9842026-06-09T04:03:19.478Z Downloaded newtype-uuid-macros v0.1.0
9852026-06-09T04:03:19.478Z Downloaded linked-hash-map v0.5.6
9862026-06-09T04:03:19.478Z Downloaded drift v0.2.0
9872026-06-09T04:03:19.479Z Downloaded rand_chacha v0.3.1
9882026-06-09T04:03:19.479Z Downloaded progenitor-macro v0.13.0
9892026-06-09T04:03:19.479Z Downloaded progenitor-macro v0.10.0
9902026-06-09T04:03:19.479Z Downloaded progenitor-client v0.14.0
9912026-06-09T04:03:19.479Z Downloaded proc-macro-error-attr2 v2.0.0
9922026-06-09T04:03:19.479Z Downloaded ref-cast v1.0.25
9932026-06-09T04:03:19.479Z Downloaded same-file v1.0.6
9942026-06-09T04:03:19.479Z Downloaded rand_xorshift v0.4.0
9952026-06-09T04:03:19.518Z Downloaded daft-derive v0.1.7
9962026-06-09T04:03:19.518Z Downloaded progenitor-macro v0.14.0
9972026-06-09T04:03:19.518Z Downloaded daft v0.1.7
9982026-06-09T04:03:19.518Z Downloaded console v0.16.3
9992026-06-09T04:03:19.518Z Downloaded backon v1.6.0
10002026-06-09T04:03:19.518Z Downloaded byteorder v1.5.0
10012026-06-09T04:03:19.518Z Downloaded quick-error v1.2.3
10022026-06-09T04:03:19.518Z Downloaded ff v0.13.1
10032026-06-09T04:03:19.518Z Downloaded async-trait v0.1.89
10042026-06-09T04:03:19.519Z Downloaded libsw-core v0.3.2
10052026-06-09T04:03:19.519Z Downloaded argon2 v0.5.3
10062026-06-09T04:03:19.519Z Downloaded num-conv v0.2.2
10072026-06-09T04:03:19.519Z Downloaded linear-map v1.2.0
10082026-06-09T04:03:19.519Z Downloaded fs_extra v1.3.0
10092026-06-09T04:03:19.519Z Downloaded cookie v0.18.1
10102026-06-09T04:03:19.519Z Downloaded libsw v3.5.0
10112026-06-09T04:03:19.519Z Downloaded ingot v0.1.1
10122026-06-09T04:03:19.519Z Downloaded highway v1.3.0
10132026-06-09T04:03:19.519Z Downloaded elliptic-curve v0.13.8
10142026-06-09T04:03:19.519Z Downloaded rustc_version v0.1.7
10152026-06-09T04:03:19.519Z Downloaded oxnet v0.1.6
10162026-06-09T04:03:19.519Z Downloaded ingot-types v0.1.2
10172026-06-09T04:03:19.519Z Downloaded ref-cast-impl v1.0.25
10182026-06-09T04:03:19.519Z Downloaded scroll_derive v0.13.1
10192026-06-09T04:03:19.519Z Downloaded proc-macro-error-attr v1.0.4
10202026-06-09T04:03:19.519Z Downloaded ipnetwork v0.21.1
10212026-06-09T04:03:19.519Z Downloaded erased-serde v0.3.31
10222026-06-09T04:03:19.519Z Downloaded progenitor-client v0.10.0
10232026-06-09T04:03:19.519Z Downloaded constant_time_eq v0.4.2
10242026-06-09T04:03:19.520Z Downloaded progenitor-client v0.13.0
10252026-06-09T04:03:19.520Z Downloaded progenitor v0.14.0
10262026-06-09T04:03:19.520Z Downloaded oxide-tokio-rt v0.1.6
10272026-06-09T04:03:19.520Z Downloaded progenitor-extras v0.2.0
10282026-06-09T04:03:19.520Z Downloaded serde_repr v0.1.20
10292026-06-09T04:03:19.520Z Downloaded sha1 v0.10.6
10302026-06-09T04:03:19.520Z Downloaded serde-big-array v0.5.1
10312026-06-09T04:03:19.520Z Downloaded progenitor v0.13.0
10322026-06-09T04:03:19.520Z Downloaded proc-macro-error2 v2.0.1
10332026-06-09T04:03:19.520Z Downloaded slog-envlogger v2.2.0
10342026-06-09T04:03:19.520Z Downloaded proc-macro-error v1.0.4
10352026-06-09T04:03:19.520Z Downloaded cancel-safe-futures v0.1.5
10362026-06-09T04:03:19.520Z Downloaded rand_core v0.10.1
10372026-06-09T04:03:19.520Z Downloaded paste v1.0.15
10382026-06-09T04:03:19.520Z Downloaded scroll v0.12.0
10392026-06-09T04:03:19.520Z Downloaded rustversion v1.0.22
10402026-06-09T04:03:19.520Z Downloaded resolv-conf v0.7.6
10412026-06-09T04:03:19.520Z Downloaded sigpipe v0.1.3
10422026-06-09T04:03:19.521Z Downloaded serial_test v3.5.0
10432026-06-09T04:03:19.521Z Downloaded anyhow v1.0.102
10442026-06-09T04:03:19.561Z Downloaded siphasher v1.0.3
10452026-06-09T04:03:19.561Z Downloaded phf v0.12.1
10462026-06-09T04:03:19.561Z Downloaded parse-display-derive v0.10.0
10472026-06-09T04:03:19.561Z Downloaded omicron-zone-package v0.12.2
10482026-06-09T04:03:19.561Z Downloaded secrecy v0.10.3
10492026-06-09T04:03:19.561Z Downloaded hmac v0.12.1
10502026-06-09T04:03:19.561Z Downloaded poly1305 v0.8.0
10512026-06-09T04:03:19.561Z Downloaded num-integer v0.1.46
10522026-06-09T04:03:19.561Z Downloaded memmap2 v0.9.10
10532026-06-09T04:03:19.561Z Downloaded rustls-native-certs v0.8.4
10542026-06-09T04:03:19.561Z Downloaded ingot-macros v0.1.1
10552026-06-09T04:03:19.562Z Downloaded hybrid-array v0.4.12
10562026-06-09T04:03:19.562Z Downloaded darling v0.23.0
10572026-06-09T04:03:19.562Z Downloaded strum v0.27.2
10582026-06-09T04:03:19.562Z Downloaded stable_deref_trait v1.2.1
10592026-06-09T04:03:19.562Z Downloaded multer v3.1.0
10602026-06-09T04:03:19.562Z Downloaded spin v0.5.2
10612026-06-09T04:03:19.562Z Downloaded serde_plain v1.0.2
10622026-06-09T04:03:19.562Z Downloaded pest_generator v2.8.6
10632026-06-09T04:03:19.562Z Downloaded schemars_derive v0.8.22
10642026-06-09T04:03:19.562Z Downloaded pest_derive v2.8.6
10652026-06-09T04:03:19.562Z Downloaded strum v0.26.3
10662026-06-09T04:03:19.562Z Downloaded structmeta-derive v0.3.0
10672026-06-09T04:03:19.562Z Downloaded git-stub-vcs v0.1.0
10682026-06-09T04:03:19.562Z Downloaded slog-bunyan v2.5.0
10692026-06-09T04:03:19.562Z Downloaded rustls-pemfile v2.2.0
10702026-06-09T04:03:19.562Z Downloaded smawk v0.3.2
10712026-06-09T04:03:19.562Z Downloaded scroll_derive v0.12.1
10722026-06-09T04:03:19.562Z Downloaded tabwriter v1.4.1
10732026-06-09T04:03:19.562Z Downloaded blake2 v0.10.6
10742026-06-09T04:03:19.562Z Downloaded dunce v1.0.5
10752026-06-09T04:03:19.562Z Downloaded num_enum_derive v0.7.6
10762026-06-09T04:03:19.562Z Downloaded litemap v0.8.2
10772026-06-09T04:03:19.562Z Downloaded indicatif v0.18.4
10782026-06-09T04:03:19.562Z Downloaded proc-macro-crate v3.5.0
10792026-06-09T04:03:19.580Z Downloaded parking_lot_core v0.8.6
10802026-06-09T04:03:19.580Z Downloaded num_enum v0.7.6
10812026-06-09T04:03:19.581Z Downloaded structmeta v0.3.0
10822026-06-09T04:03:19.581Z Downloaded serial_test_derive v3.5.0
10832026-06-09T04:03:19.581Z Downloaded thread-id v4.2.2
10842026-06-09T04:03:19.581Z Downloaded thread-id v5.1.0
10852026-06-09T04:03:19.581Z Downloaded slog-async v2.8.0
10862026-06-09T04:03:19.581Z Downloaded scroll v0.13.0
10872026-06-09T04:03:19.581Z Downloaded sha1 v0.11.0
10882026-06-09T04:03:19.581Z Downloaded serde_tokenstream v0.2.3
10892026-06-09T04:03:19.581Z Downloaded deranged v0.5.8
10902026-06-09T04:03:19.581Z Downloaded derive_more v0.99.20
10912026-06-09T04:03:19.581Z Downloaded slog-json v2.6.1
10922026-06-09T04:03:19.581Z Downloaded diff v0.1.13
10932026-06-09T04:03:19.581Z Downloaded chacha20 v0.10.0
10942026-06-09T04:03:19.581Z Downloaded chacha20 v0.9.1
10952026-06-09T04:03:19.581Z Downloaded time-core v0.1.8
10962026-06-09T04:03:19.581Z Downloaded thiserror-impl-no-std v2.0.2
10972026-06-09T04:03:19.581Z Downloaded smf v0.2.3
10982026-06-09T04:03:19.581Z Downloaded slog-dtrace v0.3.0
10992026-06-09T04:03:19.581Z Downloaded serde_derive_internals v0.29.1
11002026-06-09T04:03:19.581Z Downloaded topological-sort v0.2.2
11012026-06-09T04:03:19.582Z Downloaded take_mut v0.2.2
11022026-06-09T04:03:19.582Z Downloaded tagptr v0.2.0
11032026-06-09T04:03:19.582Z Downloaded tabled_derive v0.7.0
11042026-06-09T04:03:19.582Z Downloaded rusty-fork v0.3.1
11052026-06-09T04:03:19.582Z Downloaded termtree v0.5.1
11062026-06-09T04:03:19.582Z Downloaded dropshot_endpoint v0.17.1
11072026-06-09T04:03:19.582Z Downloaded darling_core v0.23.0
11082026-06-09T04:03:19.582Z Downloaded const-oid v0.10.2
11092026-06-09T04:03:19.601Z Downloaded icu_provider v2.2.0
11102026-06-09T04:03:19.601Z Downloaded slog-term v2.9.2
11112026-06-09T04:03:19.601Z Downloaded unarray v0.1.4
11122026-06-09T04:03:19.601Z Downloaded slog-stdlog v4.1.1
11132026-06-09T04:03:19.601Z Downloaded semver v0.1.20
11142026-06-09T04:03:19.601Z Downloaded bcs v0.1.6
11152026-06-09T04:03:19.601Z Downloaded num-rational v0.4.2
11162026-06-09T04:03:19.601Z Downloaded match_cfg v0.1.0
11172026-06-09T04:03:19.601Z Downloaded untrusted v0.7.1
11182026-06-09T04:03:19.601Z Downloaded unit-prefix v0.5.2
11192026-06-09T04:03:19.601Z Downloaded typify-macro v0.6.2
11202026-06-09T04:03:19.601Z Downloaded instant v0.1.13
11212026-06-09T04:03:19.601Z Downloaded usdt-attr-macro v0.6.0
11222026-06-09T04:03:19.601Z Downloaded crossbeam-channel v0.5.15
11232026-06-09T04:03:19.601Z Downloaded testing_table v0.3.0
11242026-06-09T04:03:19.602Z Downloaded postcard v1.1.3
11252026-06-09T04:03:19.602Z Downloaded rhai_codegen v3.2.0
11262026-06-09T04:03:19.602Z Downloaded base64 v0.21.7
11272026-06-09T04:03:19.632Z Downloaded utf-8 v0.7.6
11282026-06-09T04:03:19.633Z Downloaded typify-macro v0.4.3
11292026-06-09T04:03:19.633Z Downloaded tabled_derive v0.11.0
11302026-06-09T04:03:19.633Z Downloaded defmt-parser v1.0.0
11312026-06-09T04:03:19.633Z Downloaded usdt-macro v0.5.0
11322026-06-09T04:03:19.633Z Downloaded bitflags v1.3.2
11332026-06-09T04:03:19.633Z Downloaded usdt v0.5.0
11342026-06-09T04:03:19.633Z Downloaded cargo_toml v0.22.3
11352026-06-09T04:03:19.633Z Downloaded progenitor v0.10.0
11362026-06-09T04:03:19.633Z Downloaded papergrid v0.11.0
11372026-06-09T04:03:19.633Z Downloaded icu_normalizer v2.2.0
11382026-06-09T04:03:19.633Z Downloaded wait-timeout v0.2.1
11392026-06-09T04:03:19.633Z Downloaded usdt v0.6.0
11402026-06-09T04:03:19.663Z Downloaded tiny-keccak v2.0.2
11412026-06-09T04:03:19.664Z Downloaded usdt-macro v0.6.0
11422026-06-09T04:03:19.664Z Downloaded indexmap v1.9.3
11432026-06-09T04:03:19.664Z Downloaded universal-hash v0.5.1
11442026-06-09T04:03:19.664Z Downloaded zerofrom-derive v0.1.7
11452026-06-09T04:03:19.664Z Downloaded zerofrom v0.1.8
11462026-06-09T04:03:19.664Z Downloaded waitgroup v0.1.2
11472026-06-09T04:03:19.664Z Downloaded tokio-tungstenite v0.21.0
11482026-06-09T04:03:19.664Z Downloaded yoke-derive v0.8.2
11492026-06-09T04:03:19.664Z Downloaded slog-scope v4.4.1
11502026-06-09T04:03:19.664Z Downloaded synstructure v0.13.2
11512026-06-09T04:03:19.664Z Downloaded strum_macros v0.26.4
11522026-06-09T04:03:19.664Z Downloaded progenitor-impl v0.14.0
11532026-06-09T04:03:19.664Z Downloaded zone_cfg_derive v0.3.1
11542026-06-09T04:03:19.664Z Downloaded progenitor-impl v0.10.0
11552026-06-09T04:03:19.664Z Downloaded thiserror-no-std v2.0.2
11562026-06-09T04:03:19.664Z Downloaded schemars v0.8.22
11572026-06-09T04:03:19.664Z Downloaded zeroize_derive v1.4.3
11582026-06-09T04:03:19.664Z Downloaded tokio-dtrace v0.1.1
11592026-06-09T04:03:19.664Z Downloaded snafu-derive v0.8.9
11602026-06-09T04:03:19.711Z Downloaded zone v0.3.1
11612026-06-09T04:03:19.711Z Downloaded heapless v0.8.0
11622026-06-09T04:03:19.711Z Downloaded usdt-attr-macro v0.5.0
11632026-06-09T04:03:19.711Z Downloaded rustls-platform-verifier v0.7.0
11642026-06-09T04:03:19.711Z Downloaded serde_with_macros v3.20.0
11652026-06-09T04:03:19.711Z Downloaded icu_normalizer_data v2.2.0
11662026-06-09T04:03:19.711Z Downloaded half v2.7.1
11672026-06-09T04:03:19.711Z Downloaded icu_locale_core v2.2.0
11682026-06-09T04:03:19.711Z Downloaded vsss-rs v3.3.4
11692026-06-09T04:03:19.711Z Downloaded tinystr v0.8.3
11702026-06-09T04:03:19.711Z Downloaded progenitor-impl v0.13.0
11712026-06-09T04:03:19.711Z Downloaded time-macros v0.2.27
11722026-06-09T04:03:19.711Z Downloaded smartstring v1.0.1
11732026-06-09T04:03:19.711Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11742026-06-09T04:03:19.711Z Downloaded xz2 v0.1.7
11752026-06-09T04:03:19.711Z Downloaded hickory-resolver v0.24.4
11762026-06-09T04:03:19.711Z Downloaded konst v0.2.20
11772026-06-09T04:03:19.711Z Downloaded pest_meta v2.8.6
11782026-06-09T04:03:19.712Z Downloaded zerovec-derive v0.11.3
11792026-06-09T04:03:19.712Z Downloaded writeable v0.6.3
11802026-06-09T04:03:19.712Z Downloaded whoami v1.6.1
11812026-06-09T04:03:19.712Z Downloaded papergrid v0.18.0
11822026-06-09T04:03:19.729Z Downloaded prettyplease v0.2.37
11832026-06-09T04:03:19.729Z Downloaded thin-vec v0.2.18
11842026-06-09T04:03:19.729Z Downloaded term v1.2.1
11852026-06-09T04:03:19.729Z Downloaded strum_macros v0.27.2
11862026-06-09T04:03:19.730Z Downloaded spin v0.9.8
11872026-06-09T04:03:19.730Z Downloaded icu_collections v2.2.0
11882026-06-09T04:03:19.730Z Downloaded const_format v0.2.36
11892026-06-09T04:03:19.730Z Downloaded usdt-impl v0.5.0
11902026-06-09T04:03:19.730Z Downloaded schemars v0.9.0
11912026-06-09T04:03:19.730Z Downloaded ucd-trie v0.1.7
11922026-06-09T04:03:19.730Z Downloaded pretty_assertions v1.4.1
11932026-06-09T04:03:19.730Z Downloaded zerocopy-derive v0.7.35
11942026-06-09T04:03:19.730Z Downloaded slog v2.8.2
11952026-06-09T04:03:19.730Z Downloaded test-strategy v0.4.5
11962026-06-09T04:03:19.730Z Downloaded usdt-impl v0.6.0
11972026-06-09T04:03:19.730Z Downloaded arc-swap v1.9.1
11982026-06-09T04:03:19.730Z Downloaded similar v2.7.0
11992026-06-09T04:03:19.730Z Downloaded walkdir v2.5.0
12002026-06-09T04:03:19.730Z Downloaded serde_yaml v0.9.34+deprecated
12012026-06-09T04:03:19.730Z Downloaded toml v0.7.8
12022026-06-09T04:03:19.739Z Downloaded crypto-bigint v0.5.5
12032026-06-09T04:03:19.739Z Downloaded snafu v0.8.9
12042026-06-09T04:03:19.739Z Downloaded rayon-core v1.13.0
12052026-06-09T04:03:19.740Z Downloaded yoke v0.8.3
12062026-06-09T04:03:19.740Z Downloaded icu_properties v2.2.0
12072026-06-09T04:03:19.740Z Downloaded toml v0.9.12+spec-1.1.0
12082026-06-09T04:03:19.740Z Downloaded rand v0.8.6
12092026-06-09T04:03:19.740Z Downloaded hashbrown v0.12.3
12102026-06-09T04:03:19.740Z Downloaded tungstenite v0.21.0
12112026-06-09T04:03:19.760Z Downloaded typify v0.6.2
12122026-06-09T04:03:19.783Z Downloaded typify v0.4.3
12132026-06-09T04:03:19.783Z Downloaded schemars v1.2.1
12142026-06-09T04:03:19.783Z Downloaded qorb v0.4.1
12152026-06-09T04:03:19.783Z Downloaded minimal-lexical v0.2.1
12162026-06-09T04:03:19.783Z Downloaded yansi v1.0.1
12172026-06-09T04:03:19.828Z Downloaded nom v7.1.3
12182026-06-09T04:03:19.828Z Downloaded toml_edit v0.25.12+spec-1.1.0
12192026-06-09T04:03:19.828Z Downloaded unsafe-libyaml v0.2.11
12202026-06-09T04:03:19.854Z Downloaded zerotrie v0.2.4
12212026-06-09T04:03:19.854Z Downloaded rand v0.10.1
12222026-06-09T04:03:19.854Z Downloaded nom v8.0.0
12232026-06-09T04:03:19.854Z Downloaded toml_edit v0.19.15
12242026-06-09T04:03:19.854Z Downloaded zerocopy-derive v0.8.50
12252026-06-09T04:03:19.854Z Downloaded steno v0.4.1
12262026-06-09T04:03:19.854Z Downloaded pest v2.8.6
12272026-06-09T04:03:19.854Z Downloaded dropshot-api-manager v0.7.2
12282026-06-09T04:03:19.854Z Downloaded itertools v0.12.1
12292026-06-09T04:03:19.919Z Downloaded blake3 v1.8.5
12302026-06-09T04:03:19.919Z Downloaded hashbrown v0.16.1
12312026-06-09T04:03:19.919Z Downloaded libm v0.2.16
12322026-06-09T04:03:19.919Z Downloaded typed-path v0.9.3
12332026-06-09T04:03:19.919Z Downloaded reqwest v0.13.4
12342026-06-09T04:03:19.942Z Downloaded winnow v0.5.40
12352026-06-09T04:03:19.942Z Downloaded iddqd v0.4.2
12362026-06-09T04:03:19.942Z Downloaded zerovec v0.11.6
12372026-06-09T04:03:19.942Z Downloaded hkdf v0.12.4
12382026-06-09T04:03:19.942Z Downloaded aws-lc-rs v1.17.0
12392026-06-09T04:03:19.942Z Downloaded tough v0.22.0
12402026-06-09T04:03:19.942Z Downloaded serde_with v3.20.0
12412026-06-09T04:03:19.942Z Downloaded tabled v0.15.0
12422026-06-09T04:03:19.942Z Downloaded zerocopy v0.7.35
12432026-06-09T04:03:19.942Z Downloaded goblin v0.8.2
12442026-06-09T04:03:19.967Z Downloaded rayon v1.12.0
12452026-06-09T04:03:19.967Z Downloaded tabled v0.21.0
12462026-06-09T04:03:19.967Z Downloaded proptest v1.11.0
12472026-06-09T04:03:19.967Z Downloaded moka v0.12.15
12482026-06-09T04:03:20.006Z Downloaded icu_properties_data v2.2.0
12492026-06-09T04:03:20.006Z Downloaded goblin v0.10.7
12502026-06-09T04:03:20.006Z Downloaded time v0.3.47
12512026-06-09T04:03:20.069Z Downloaded syn v1.0.109
12522026-06-09T04:03:20.069Z Downloaded nix v0.31.3
12532026-06-09T04:03:20.069Z Downloaded hickory-proto v0.24.4
12542026-06-09T04:03:20.069Z Downloaded smoltcp v0.11.0
12552026-06-09T04:03:20.104Z Downloaded openapiv3 v2.2.0
12562026-06-09T04:03:20.104Z Downloaded rhai v1.25.1
12572026-06-09T04:03:20.105Z Downloaded regress v0.10.5
12582026-06-09T04:03:20.105Z Downloaded hickory-proto v0.25.2
12592026-06-09T04:03:20.105Z Downloaded dropshot v0.17.1
12602026-06-09T04:03:20.105Z Downloaded regress v0.11.1
12612026-06-09T04:03:20.105Z Downloaded typify-impl v0.6.2
12622026-06-09T04:03:20.146Z Downloaded sled v0.34.7
12632026-06-09T04:03:20.146Z Downloaded typify-impl v0.4.3
12642026-06-09T04:03:20.195Z Downloaded jiff v0.2.28
12652026-06-09T04:03:20.195Z Downloaded chrono-tz v0.10.4
12662026-06-09T04:03:20.195Z Downloaded petgraph v0.6.5
12672026-06-09T04:03:20.195Z Downloaded sha3 v0.10.9
12682026-06-09T04:03:20.248Z Downloaded csv v1.4.0
12692026-06-09T04:03:20.248Z Downloaded encoding_rs v0.8.35
12702026-06-09T04:03:20.764Z Downloaded aws-lc-sys v0.41.0
12712026-06-09T04:03:21.711Z Compiling proc-macro2 v1.0.106
12722026-06-09T04:03:21.711Z Compiling unicode-ident v1.0.24
12732026-06-09T04:03:21.711Z Compiling quote v1.0.45
12742026-06-09T04:03:21.711Z Compiling serde_core v1.0.228
12752026-06-09T04:03:21.711Z Compiling cfg-if v1.0.4
12762026-06-09T04:03:21.711Z Compiling serde v1.0.228
12772026-06-09T04:03:21.753Z Compiling libc v0.2.186
12782026-06-09T04:03:21.753Z Compiling memchr v2.8.1
12792026-06-09T04:03:21.823Z Compiling itoa v1.0.18
12802026-06-09T04:03:22.008Z Compiling zmij v1.0.21
12812026-06-09T04:03:22.102Z Compiling autocfg v1.5.1
12822026-06-09T04:03:22.129Z Compiling libm v0.2.16
12832026-06-09T04:03:22.430Z Compiling stable_deref_trait v1.2.1
12842026-06-09T04:03:22.447Z Compiling litemap v0.8.2
12852026-06-09T04:03:22.499Z Compiling writeable v0.6.3
12862026-06-09T04:03:22.660Z Compiling utf8_iter v1.0.4
12872026-06-09T04:03:22.673Z Compiling icu_normalizer_data v2.2.0
12882026-06-09T04:03:22.735Z Compiling icu_properties_data v2.2.0
12892026-06-09T04:03:22.834Z Compiling percent-encoding v2.3.2
12902026-06-09T04:03:22.834Z Compiling version_check v0.9.5
12912026-06-09T04:03:22.988Z Compiling syn v2.0.117
12922026-06-09T04:03:23.058Z Compiling iana-time-zone v0.1.65
12932026-06-09T04:03:23.090Z Compiling equivalent v1.0.2
12942026-06-09T04:03:23.090Z Compiling form_urlencoded v1.2.2
12952026-06-09T04:03:23.172Z Compiling serde_json v1.0.150
12962026-06-09T04:03:23.228Z Compiling pin-project-lite v0.2.17
12972026-06-09T04:03:23.228Z Compiling dyn-clone v1.0.20
12982026-06-09T04:03:23.254Z Compiling scopeguard v1.2.0
12992026-06-09T04:03:23.284Z Compiling parking_lot_core v0.9.12
13002026-06-09T04:03:23.314Z Compiling num-traits v0.2.19
13012026-06-09T04:03:23.341Z Compiling lock_api v0.4.14
13022026-06-09T04:03:23.354Z Compiling hashbrown v0.17.1
13032026-06-09T04:03:23.474Z Compiling rand_core v0.10.1
13042026-06-09T04:03:23.565Z Compiling getrandom v0.4.2
13052026-06-09T04:03:23.603Z Compiling thiserror v2.0.18
13062026-06-09T04:03:23.645Z Compiling errno v0.3.14
13072026-06-09T04:03:23.871Z Compiling log v0.4.32
13082026-06-09T04:03:24.100Z Compiling heck v0.5.0
13092026-06-09T04:03:24.256Z Compiling futures-core v0.3.32
13102026-06-09T04:03:24.256Z Compiling zerocopy v0.8.50
13112026-06-09T04:03:24.256Z Compiling semver v1.0.28
13122026-06-09T04:03:24.256Z Compiling indexmap v2.14.0
13132026-06-09T04:03:24.339Z Compiling uuid v1.23.2
13142026-06-09T04:03:24.351Z Compiling futures-sink v0.3.32
13152026-06-09T04:03:24.451Z Compiling schemars v0.8.22
13162026-06-09T04:03:24.510Z Compiling slab v0.4.12
13172026-06-09T04:03:24.560Z Compiling jobserver v0.1.34
13182026-06-09T04:03:24.790Z Compiling rustversion v1.0.22
13192026-06-09T04:03:25.661Z Compiling fnv v1.0.7
13202026-06-09T04:03:25.661Z Compiling shlex v2.0.1
13212026-06-09T04:03:25.661Z Compiling find-msvc-tools v0.1.9
13222026-06-09T04:03:25.662Z Compiling futures-channel v0.3.32
13232026-06-09T04:03:25.662Z Compiling bitflags v2.12.1
13242026-06-09T04:03:25.787Z Compiling cc v1.2.63
13252026-06-09T04:03:25.787Z Compiling futures-io v0.3.32
13262026-06-09T04:03:25.787Z Compiling futures-task v0.3.32
13272026-06-09T04:03:25.787Z Compiling portable-atomic v1.13.1
13282026-06-09T04:03:25.787Z Compiling socket2 v0.6.4
13292026-06-09T04:03:25.787Z Compiling signal-hook-registry v1.4.8
13302026-06-09T04:03:25.787Z Compiling mio v1.2.1
13312026-06-09T04:03:25.787Z Compiling critical-section v1.2.0
13322026-06-09T04:03:25.787Z Compiling typenum v1.20.1
13332026-06-09T04:03:25.787Z Compiling fs_extra v1.3.0
13342026-06-09T04:03:25.787Z Compiling dunce v1.0.5
13352026-06-09T04:03:25.787Z Compiling cmake v0.1.58
13362026-06-09T04:03:25.787Z Compiling base64 v0.22.1
13372026-06-09T04:03:25.853Z Compiling slog v2.8.2
13382026-06-09T04:03:25.853Z Compiling byteorder v1.5.0
13392026-06-09T04:03:25.930Z Compiling synstructure v0.13.2
13402026-06-09T04:03:25.959Z Compiling serde_derive_internals v0.29.1
13412026-06-09T04:03:25.966Z Compiling once_cell v1.21.4
13422026-06-09T04:03:25.983Z Compiling rustix v1.1.4
13432026-06-09T04:03:26.028Z Compiling strsim v0.11.1
13442026-06-09T04:03:26.128Z Compiling aws-lc-sys v0.41.0
13452026-06-09T04:03:26.190Z Compiling subtle v2.6.1
13462026-06-09T04:03:26.242Z Compiling regex-syntax v0.8.10
13472026-06-09T04:03:26.368Z Compiling ipnet v2.12.0
13482026-06-09T04:03:26.461Z Compiling atomic-waker v1.1.2
13492026-06-09T04:03:26.493Z Compiling httparse v1.10.1
13502026-06-09T04:03:26.531Z Compiling tower-layer v0.3.3
13512026-06-09T04:03:26.549Z Compiling tower-service v0.3.3
13522026-06-09T04:03:26.625Z Compiling getrandom v0.2.17
13532026-06-09T04:03:26.682Z Compiling try-lock v0.2.5
13542026-06-09T04:03:26.691Z Compiling ucd-trie v0.1.7
13552026-06-09T04:03:26.791Z Compiling thiserror v1.0.69
13562026-06-09T04:03:26.835Z Compiling ryu v1.0.23
13572026-06-09T04:03:26.900Z Compiling getrandom v0.3.4
13582026-06-09T04:03:27.019Z Compiling untrusted v0.9.0
13592026-06-09T04:03:27.056Z Compiling pest v2.8.6
13602026-06-09T04:03:27.073Z Compiling serde_derive v1.0.228
13612026-06-09T04:03:27.117Z Compiling zerofrom-derive v0.1.7
13622026-06-09T04:03:27.126Z Compiling yoke-derive v0.8.2
13632026-06-09T04:03:28.546Z Compiling zerovec-derive v0.11.3
13642026-06-09T04:03:28.605Z Compiling displaydoc v0.2.6
13652026-06-09T04:03:28.605Z Compiling schemars_derive v0.8.22
13662026-06-09T04:03:28.605Z Compiling thiserror-impl v2.0.18
13672026-06-09T04:03:28.605Z Compiling tokio-macros v2.7.0
13682026-06-09T04:03:28.605Z Compiling zerocopy-derive v0.8.50
13692026-06-09T04:03:28.605Z Compiling zerofrom v0.1.8
13702026-06-09T04:03:28.606Z Compiling yoke v0.8.3
13712026-06-09T04:03:28.664Z Compiling zerovec v0.11.6
13722026-06-09T04:03:28.944Z Compiling zerotrie v0.2.4
13732026-06-09T04:03:29.055Z Compiling zeroize_derive v1.4.3
13742026-06-09T04:03:29.192Z Compiling tinystr v0.8.3
13752026-06-09T04:03:29.242Z Compiling potential_utf v0.1.5
13762026-06-09T04:03:29.347Z Compiling icu_locale_core v2.2.0
13772026-06-09T04:03:29.395Z Compiling icu_collections v2.2.0
13782026-06-09T04:03:29.411Z Compiling futures-macro v0.3.32
13792026-06-09T04:03:29.776Z Compiling zeroize v1.8.2
13802026-06-09T04:03:29.798Z Compiling thiserror-impl v1.0.69
13812026-06-09T04:03:29.912Z Compiling want v0.3.1
13822026-06-09T04:03:29.965Z Compiling rand_core v0.6.4
13832026-06-09T04:03:30.129Z Compiling icu_provider v2.2.0
13842026-06-09T04:03:30.186Z Compiling httpdate v1.0.3
13852026-06-09T04:03:30.262Z Compiling bytes v1.11.1
13862026-06-09T04:03:30.307Z Compiling smallvec v1.15.1
13872026-06-09T04:03:30.409Z Compiling icu_properties v2.2.0
13882026-06-09T04:03:30.429Z Compiling chrono v0.4.45
13892026-06-09T04:03:30.466Z Compiling futures-util v0.3.32
13902026-06-09T04:03:30.532Z Compiling icu_normalizer v2.2.0
13912026-06-09T04:03:30.961Z Compiling http v1.4.2
13922026-06-09T04:03:31.112Z Compiling parking_lot v0.12.5
13932026-06-09T04:03:31.202Z Compiling serde_tokenstream v0.2.3
13942026-06-09T04:03:31.452Z Compiling idna_adapter v1.2.2
13952026-06-09T04:03:31.522Z Compiling tokio v1.52.3
13962026-06-09T04:03:31.580Z Compiling idna v1.1.0
13972026-06-09T04:03:31.603Z Compiling erased-serde v0.3.31
13982026-06-09T04:03:31.894Z Compiling url v2.5.8
13992026-06-09T04:03:31.939Z Compiling http-body v1.0.1
14002026-06-09T04:03:32.202Z Compiling pest_meta v2.8.6
14012026-06-09T04:03:32.354Z Compiling pretty-hex v0.4.2
14022026-06-09T04:03:32.497Z Compiling ppv-lite86 v0.2.21
14032026-06-09T04:03:32.676Z Compiling winnow v1.0.3
14042026-06-09T04:03:32.772Z Compiling plain v0.2.3
14052026-06-09T04:03:32.819Z Compiling pest_generator v2.8.6
14062026-06-09T04:03:32.876Z Compiling foldhash v0.2.0
14072026-06-09T04:03:32.920Z Compiling allocator-api2 v0.2.21
14082026-06-09T04:03:33.139Z Compiling paste v1.0.15
14092026-06-09T04:03:33.230Z Compiling hashbrown v0.16.1
14102026-06-09T04:03:33.432Z Compiling ipnetwork v0.21.1
14112026-06-09T04:03:33.490Z Compiling tracing-attributes v0.1.31
14122026-06-09T04:03:33.530Z Compiling pest_derive v2.8.6
14132026-06-09T04:03:33.950Z Compiling oxnet v0.1.6
14142026-06-09T04:03:34.015Z Compiling tracing-core v0.1.36
14152026-06-09T04:03:34.015Z Compiling omicron-workspace-hack v0.1.0
14162026-06-09T04:03:34.142Z Compiling ident_case v1.0.1
14172026-06-09T04:03:34.220Z Compiling http-body-util v0.1.3
14182026-06-09T04:03:34.220Z Compiling serde_urlencoded v0.7.1
14192026-06-09T04:03:35.283Z Compiling aho-corasick v1.1.4
14202026-06-09T04:03:35.343Z Compiling sync_wrapper v1.0.2
14212026-06-09T04:03:35.343Z Compiling daft-derive v0.1.7
14222026-06-09T04:03:35.394Z Compiling fastrand v2.4.1
14232026-06-09T04:03:35.394Z Compiling tracing v0.1.44
14242026-06-09T04:03:35.394Z Compiling async-trait v0.1.89
14252026-06-09T04:03:35.394Z Compiling scroll_derive v0.13.1
14262026-06-09T04:03:35.394Z Compiling regex-automata v0.4.14
14272026-06-09T04:03:35.526Z Compiling tokio-util v0.7.18
14282026-06-09T04:03:35.742Z Compiling anyhow v1.0.102
14292026-06-09T04:03:35.806Z Compiling aws-lc-rs v1.17.0
14302026-06-09T04:03:35.834Z Compiling time-core v0.1.8
14312026-06-09T04:03:35.979Z Compiling num-conv v0.2.2
14322026-06-09T04:03:36.008Z Compiling powerfmt v0.2.0
14332026-06-09T04:03:36.125Z Compiling time-macros v0.2.27
14342026-06-09T04:03:36.228Z Compiling deranged v0.5.8
14352026-06-09T04:03:36.247Z Compiling scroll v0.13.0
14362026-06-09T04:03:36.317Z Compiling rustls-pki-types v1.14.1
14372026-06-09T04:03:36.485Z Compiling hex v0.4.3
14382026-06-09T04:03:36.766Z Compiling openssl-probe v0.2.1
14392026-06-09T04:03:36.817Z Compiling num_threads v0.1.7
14402026-06-09T04:03:36.919Z Compiling regex v1.12.3
14412026-06-09T04:03:36.955Z Compiling goblin v0.10.7
14422026-06-09T04:03:37.226Z Compiling camino v1.2.2
14432026-06-09T04:03:37.383Z Compiling untrusted v0.7.1
14442026-06-09T04:03:37.641Z Compiling crc32fast v1.5.0
14452026-06-09T04:03:37.731Z Compiling rustls v0.23.40
14462026-06-09T04:03:37.788Z Compiling usdt-impl v0.6.0
14472026-06-09T04:03:37.971Z Compiling h2 v0.4.14
14482026-06-09T04:03:38.001Z Compiling dtrace-parser v0.3.0
14492026-06-09T04:03:38.072Z Compiling futures-executor v0.3.32
14502026-06-09T04:03:38.347Z Compiling crossbeam-utils v0.8.21
14512026-06-09T04:03:38.369Z Compiling structmeta-derive v0.3.0
14522026-06-09T04:03:38.550Z Compiling thread-id v5.1.0
14532026-06-09T04:03:38.666Z Compiling simd-adler32 v0.3.9
14542026-06-09T04:03:38.722Z Compiling adler2 v2.0.1
14552026-06-09T04:03:38.822Z Compiling cpufeatures v0.3.0
14562026-06-09T04:03:38.841Z Compiling miniz_oxide v0.8.9
14572026-06-09T04:03:38.938Z Compiling futures v0.3.32
14582026-06-09T04:03:38.984Z Compiling rand_core v0.9.5
14592026-06-09T04:03:39.194Z Compiling darling_core v0.23.0
14602026-06-09T04:03:39.416Z Compiling newtype-uuid-macros v0.1.0
14612026-06-09T04:03:39.459Z Compiling structmeta v0.3.0
14622026-06-09T04:03:39.502Z Compiling hybrid-array v0.4.12
14632026-06-09T04:03:39.806Z Compiling dof v0.4.0
14642026-06-09T04:03:39.971Z Compiling thread_local v1.1.9
14652026-06-09T04:03:40.240Z Compiling hyper v1.10.1
14662026-06-09T04:03:40.250Z Compiling match_cfg v0.1.0
14672026-06-09T04:03:40.250Z Compiling flate2 v1.1.9
14682026-06-09T04:03:41.065Z Compiling newtype-uuid v1.3.2
14692026-06-09T04:03:41.180Z Compiling slog-async v2.8.0
14702026-06-09T04:03:41.305Z Compiling hyper-util v0.1.20
14712026-06-09T04:03:41.406Z Compiling darling_macro v0.23.0
14722026-06-09T04:03:41.427Z Compiling ref-cast v1.0.25
14732026-06-09T04:03:41.478Z Compiling quick-error v1.2.3
14742026-06-09T04:03:41.732Z Compiling compression-core v0.4.32
14752026-06-09T04:03:41.857Z Compiling compression-codecs v0.4.38
14762026-06-09T04:03:41.894Z Compiling daft v0.1.7
14772026-06-09T04:03:41.913Z Compiling crypto-common v0.2.2
14782026-06-09T04:03:41.992Z Compiling darling v0.23.0
14792026-06-09T04:03:42.040Z Compiling block-buffer v0.12.0
14802026-06-09T04:03:42.040Z Compiling usdt-attr-macro v0.6.0
14812026-06-09T04:03:42.091Z Compiling usdt-macro v0.6.0
14822026-06-09T04:03:42.122Z Compiling rand_chacha v0.9.0
14832026-06-09T04:03:42.191Z Compiling strum_macros v0.26.4
14842026-06-09T04:03:42.551Z Compiling ref-cast-impl v1.0.25
14852026-06-09T04:03:42.583Z Compiling serde_spanned v1.1.1
14862026-06-09T04:03:42.739Z Compiling multer v3.1.0
14872026-06-09T04:03:42.911Z Compiling generic-array v0.14.7
14882026-06-09T04:03:42.967Z Compiling toml_writer v1.1.1+spec-1.1.0
14892026-06-09T04:03:43.053Z Compiling const-oid v0.10.2
14902026-06-09T04:03:43.155Z Compiling bit-vec v0.8.0
14912026-06-09T04:03:43.173Z Compiling term v1.2.1
14922026-06-09T04:03:43.191Z Compiling take_mut v0.2.2
14932026-06-09T04:03:43.256Z Compiling debug-ignore v1.0.5
14942026-06-09T04:03:43.286Z Compiling digest v0.11.3
14952026-06-09T04:03:43.334Z Compiling bit-set v0.8.0
14962026-06-09T04:03:43.392Z Compiling rand v0.9.4
14972026-06-09T04:03:43.401Z Compiling serde_with_macros v3.20.0
14982026-06-09T04:03:43.431Z Compiling async-stream-impl v0.3.6
14992026-06-09T04:03:43.489Z Compiling dropshot v0.17.1
15002026-06-09T04:03:43.801Z Compiling encoding_rs v0.8.35
15012026-06-09T04:03:43.897Z Compiling strum v0.26.3
15022026-06-09T04:03:43.984Z Compiling spin v0.9.8
15032026-06-09T04:03:44.026Z Compiling unarray v0.1.4
15042026-06-09T04:03:44.085Z Compiling mime v0.3.17
15052026-06-09T04:03:44.097Z Compiling syn v1.0.109
15062026-06-09T04:03:44.097Z Compiling async-stream v0.3.6
15072026-06-09T04:03:44.174Z Compiling sha1 v0.11.0
15082026-06-09T04:03:44.355Z Compiling derive-ex v0.1.8
15092026-06-09T04:03:44.415Z Compiling tower v0.5.3
15102026-06-09T04:03:44.473Z Compiling dropshot_endpoint v0.17.1
15112026-06-09T04:03:44.489Z Compiling macaddr v1.0.1
15122026-06-09T04:03:44.538Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15132026-06-09T04:03:44.787Z Compiling waitgroup v0.1.2
15142026-06-09T04:03:45.003Z Compiling serde_path_to_error v0.1.20
15152026-06-09T04:03:45.179Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15162026-06-09T04:03:45.249Z Compiling tower-http v0.6.11
15172026-06-09T04:03:45.314Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15182026-06-09T04:03:46.156Z Compiling tempfile v3.27.0
15192026-06-09T04:03:46.278Z Compiling openapiv3 v2.2.0
15202026-06-09T04:03:46.278Z Compiling strum_macros v0.27.2
15212026-06-09T04:03:46.279Z Compiling test-strategy v0.4.5
15222026-06-09T04:03:46.279Z Compiling instant v0.1.13
15232026-06-09T04:03:46.332Z Compiling time v0.3.47
15242026-06-09T04:03:46.963Z Compiling rustls-native-certs v0.8.4
15252026-06-09T04:03:47.029Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15262026-06-09T04:03:47.360Z Compiling crossbeam-channel v0.5.15
15272026-06-09T04:03:47.382Z Compiling crypto-common v0.1.7
15282026-06-09T04:03:47.414Z Compiling strum v0.27.2
15292026-06-09T04:03:47.793Z Compiling parse-display-derive v0.10.0
15302026-06-09T04:03:47.920Z Compiling backon v1.6.0
15312026-06-09T04:03:47.995Z Compiling rand_chacha v0.3.1
15322026-06-09T04:03:48.122Z Compiling slog-json v2.6.1
15332026-06-09T04:03:48.334Z Compiling rand v0.8.6
15342026-06-09T04:03:48.493Z Compiling hostname v0.3.1
15352026-06-09T04:03:48.634Z Compiling toml_parser v1.1.2+spec-1.1.0
15362026-06-09T04:03:48.875Z Compiling toml_datetime v1.1.1+spec-1.1.0
15372026-06-09T04:03:48.984Z Compiling wait-timeout v0.2.1
15382026-06-09T04:03:49.140Z Compiling is-terminal v0.4.17
15392026-06-09T04:03:49.256Z Compiling memmap2 v0.9.10
15402026-06-09T04:03:49.307Z Compiling either v1.16.0
15412026-06-09T04:03:49.337Z Compiling usdt v0.6.0
15422026-06-09T04:03:49.346Z Compiling slog-term v2.9.2
15432026-06-09T04:03:49.405Z Compiling rusty-fork v0.3.1
15442026-06-09T04:03:49.446Z Compiling toml v1.1.2+spec-1.1.0
15452026-06-09T04:03:49.607Z Compiling slog-bunyan v2.5.0
15462026-06-09T04:03:49.690Z Compiling serde_with v3.20.0
15472026-06-09T04:03:49.759Z Compiling async-compression v0.4.42
15482026-06-09T04:03:49.771Z Compiling rand_xorshift v0.4.0
15492026-06-09T04:03:49.901Z Compiling rustls-pemfile v2.2.0
15502026-06-09T04:03:49.939Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15512026-06-09T04:03:50.045Z Compiling regress v0.10.5
15522026-06-09T04:03:50.090Z Compiling hostname v0.4.2
15532026-06-09T04:03:50.175Z Compiling humantime v2.3.0
15542026-06-09T04:03:50.220Z Compiling proptest v1.11.0
15552026-06-09T04:03:50.703Z Compiling iddqd v0.4.2
15562026-06-09T04:03:50.980Z Compiling reqwest v0.12.28
15572026-06-09T04:03:51.164Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15582026-06-09T04:03:51.406Z Compiling block-buffer v0.10.4
15592026-06-09T04:03:51.552Z Compiling utf8parse v0.2.2
15602026-06-09T04:03:51.591Z Compiling digest v0.10.7
15612026-06-09T04:03:51.659Z Compiling anstyle-parse v1.0.0
15622026-06-09T04:03:51.812Z Compiling itertools v0.14.0
15632026-06-09T04:03:51.857Z Compiling parse-display v0.10.0
15642026-06-09T04:03:52.003Z Compiling progenitor-client v0.10.0
15652026-06-09T04:03:52.183Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15662026-06-09T04:03:52.268Z Compiling backoff v0.4.0
15672026-06-09T04:03:52.475Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15682026-06-09T04:03:52.787Z Compiling anstyle v1.0.14
15692026-06-09T04:03:53.022Z Compiling anstyle-query v1.1.5
15702026-06-09T04:03:53.131Z Compiling is_terminal_polyfill v1.70.2
15712026-06-09T04:03:53.157Z Compiling colorchoice v1.0.5
15722026-06-09T04:03:53.255Z Compiling anstream v1.0.0
15732026-06-09T04:03:53.579Z Compiling clap_lex v1.1.0
15742026-06-09T04:03:54.155Z Compiling regress v0.11.1
15752026-06-09T04:03:54.171Z Compiling clap_derive v4.6.1
15762026-06-09T04:03:54.960Z Compiling terminal_size v0.4.4
15772026-06-09T04:03:55.846Z Compiling typify-impl v0.6.2
15782026-06-09T04:03:55.952Z Compiling toml_datetime v0.6.11
15792026-06-09T04:03:55.976Z Compiling zerocopy-derive v0.7.35
15802026-06-09T04:03:56.095Z Compiling cpufeatures v0.2.17
15812026-06-09T04:03:56.177Z Compiling convert_case v0.4.0
15822026-06-09T04:03:56.857Z Compiling derive_more v0.99.20
15832026-06-09T04:03:56.871Z Compiling zerocopy v0.7.35
15842026-06-09T04:03:56.881Z Compiling clap_builder v4.6.0
15852026-06-09T04:03:57.454Z Compiling toml_edit v0.25.12+spec-1.1.0
15862026-06-09T04:03:58.309Z Compiling unicode-width v0.2.2
15872026-06-09T04:03:58.398Z Compiling proc-macro-crate v3.5.0
15882026-06-09T04:03:58.562Z Compiling clap v4.6.1
15892026-06-09T04:03:58.833Z Compiling secrecy v0.10.3
15902026-06-09T04:03:59.016Z Compiling float-ord v0.3.2
15912026-06-09T04:03:59.146Z Compiling crucible-workspace-hack v0.1.0
15922026-06-09T04:03:59.194Z Compiling tinyvec_macros v0.1.1
15932026-06-09T04:03:59.219Z Compiling tinyvec v1.11.0
15942026-06-09T04:03:59.321Z Compiling num_enum_derive v0.7.6
15952026-06-09T04:03:59.743Z Compiling dtrace-parser v0.2.0
15962026-06-09T04:03:59.763Z Compiling scroll_derive v0.12.1
15972026-06-09T04:03:59.867Z Compiling rustc_version v0.4.1
15982026-06-09T04:04:00.130Z Compiling num-integer v0.1.46
15992026-06-09T04:04:00.378Z Compiling usdt-impl v0.5.0
16002026-06-09T04:04:00.406Z Compiling scroll v0.12.0
16012026-06-09T04:04:00.454Z Compiling num_enum v0.7.6
16022026-06-09T04:04:00.546Z Compiling curve25519-dalek v4.1.3
16032026-06-09T04:04:00.665Z Compiling dof v0.3.0
16042026-06-09T04:04:00.916Z Compiling hmac v0.12.1
16052026-06-09T04:04:00.981Z Compiling inout v0.1.4
16062026-06-09T04:04:01.032Z Compiling darling_core v0.21.3
16072026-06-09T04:04:01.047Z Compiling ff v0.13.1
16082026-06-09T04:04:01.056Z Compiling thread-id v4.2.2
16092026-06-09T04:04:01.127Z Compiling group v0.13.0
16102026-06-09T04:04:01.146Z Compiling cipher v0.4.4
16112026-06-09T04:04:01.362Z Compiling hkdf v0.12.4
16122026-06-09T04:04:01.626Z Compiling goblin v0.8.2
16132026-06-09T04:04:01.642Z Compiling num-rational v0.4.2
16142026-06-09T04:04:01.822Z Compiling num-iter v0.1.45
16152026-06-09T04:04:02.109Z Compiling thiserror-impl-no-std v2.0.2
16162026-06-09T04:04:02.211Z Compiling universal-hash v0.5.1
16172026-06-09T04:04:02.268Z Compiling crypto-bigint v0.5.5
16182026-06-09T04:04:02.268Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16192026-06-09T04:04:02.268Z Compiling typify-macro v0.6.2
16202026-06-09T04:04:02.409Z Compiling crossbeam-epoch v0.9.18
16212026-06-09T04:04:02.749Z Compiling half v2.7.1
16222026-06-09T04:04:02.893Z Compiling curve25519-dalek-derive v0.1.1
16232026-06-09T04:04:03.058Z Compiling num-complex v0.4.6
16242026-06-09T04:04:03.184Z Compiling darling_macro v0.21.3
16252026-06-09T04:04:03.504Z Compiling opaque-debug v0.3.1
16262026-06-09T04:04:03.553Z Compiling ciborium-io v0.2.2
16272026-06-09T04:04:03.554Z Compiling base64ct v1.8.3
16282026-06-09T04:04:03.613Z Compiling base16ct v0.2.0
16292026-06-09T04:04:03.670Z Compiling ciborium-ll v0.2.2
16302026-06-09T04:04:03.716Z Compiling password-hash v0.5.0
16312026-06-09T04:04:03.786Z Compiling darling v0.21.3
16322026-06-09T04:04:03.794Z Compiling elliptic-curve v0.13.8
16332026-06-09T04:04:03.851Z Compiling poly1305 v0.8.0
16342026-06-09T04:04:04.260Z Compiling num v0.4.3
16352026-06-09T04:04:04.309Z Compiling thiserror-no-std v2.0.2
16362026-06-09T04:04:04.416Z Compiling typify v0.6.2
16372026-06-09T04:04:04.747Z Compiling chacha20 v0.9.1
16382026-06-09T04:04:04.825Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16392026-06-09T04:04:04.932Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16402026-06-09T04:04:05.313Z Compiling blake2 v0.10.6
16412026-06-09T04:04:06.008Z Compiling aead v0.5.2
16422026-06-09T04:04:06.158Z Compiling byte-wrapper v0.1.0
16432026-06-09T04:04:06.158Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16442026-06-09T04:04:06.158Z Compiling proc-macro-error-attr v1.0.4
16452026-06-09T04:04:06.259Z Compiling prettyplease v0.2.37
16462026-06-09T04:04:06.259Z Compiling rustix v0.38.44
16472026-06-09T04:04:06.259Z Compiling heapless v0.8.0
16482026-06-09T04:04:06.376Z Compiling keccak v0.1.6
16492026-06-09T04:04:06.605Z Compiling unsafe-libyaml v0.2.11
16502026-06-09T04:04:06.751Z Compiling sha3 v0.10.9
16512026-06-09T04:04:06.983Z Compiling serde_yaml v0.9.34+deprecated
16522026-06-09T04:04:07.375Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16532026-06-09T04:04:07.395Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16542026-06-09T04:04:08.044Z Compiling chacha20poly1305 v0.10.1
16552026-06-09T04:04:08.165Z Compiling argon2 v0.5.3
16562026-06-09T04:04:08.281Z Compiling vsss-rs v3.3.4
16572026-06-09T04:04:08.477Z Compiling ingot-macros v0.1.1
16582026-06-09T04:04:08.579Z Compiling ciborium v0.2.2
16592026-06-09T04:04:08.784Z Compiling usdt-macro v0.5.0
16602026-06-09T04:04:09.124Z Compiling usdt-attr-macro v0.5.0
16612026-06-09T04:04:10.642Z Compiling serde_spanned v0.6.9
16622026-06-09T04:04:10.721Z Compiling enum-as-inner v0.6.1
16632026-06-09T04:04:10.805Z Compiling hash32 v0.3.1
16642026-06-09T04:04:10.899Z Compiling proc-macro-error v1.0.4
16652026-06-09T04:04:11.004Z Compiling memmap v0.7.0
16662026-06-09T04:04:11.135Z Compiling rustls-webpki v0.103.13
16672026-06-09T04:04:11.316Z Compiling memoffset v0.9.1
16682026-06-09T04:04:11.316Z Compiling smoltcp v0.11.0
16692026-06-09T04:04:11.564Z Compiling winnow v0.5.40
16702026-06-09T04:04:11.564Z Compiling static_assertions v1.1.0
16712026-06-09T04:04:11.711Z Compiling winnow v0.7.15
16722026-06-09T04:04:11.711Z Compiling data-encoding v2.11.0
16732026-06-09T04:04:11.711Z Compiling indent_write v2.2.0
16742026-06-09T04:04:11.711Z Compiling toml_write v0.1.2
16752026-06-09T04:04:15.015Z Compiling cfg_aliases v0.2.1
16762026-06-09T04:04:15.015Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772026-06-09T04:04:15.233Z Compiling nix v0.31.3
16782026-06-09T04:04:15.233Z Compiling ingot-types v0.1.2
16792026-06-09T04:04:15.233Z Compiling usdt v0.5.0
16802026-06-09T04:04:15.233Z Compiling toml_edit v0.19.15
16812026-06-09T04:04:15.233Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16822026-06-09T04:04:15.233Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16832026-06-09T04:04:15.233Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16842026-06-09T04:04:15.233Z Compiling toml_edit v0.22.27
16852026-06-09T04:04:15.233Z Compiling tabwriter v1.4.1
16862026-06-09T04:04:15.233Z Compiling cobs v0.3.0
16872026-06-09T04:04:15.233Z Compiling serde_repr v0.1.20
16882026-06-09T04:04:15.233Z Compiling managed v0.8.0
16892026-06-09T04:04:15.233Z Compiling vcpkg v0.2.15
16902026-06-09T04:04:15.233Z Compiling pkg-config v0.3.33
16912026-06-09T04:04:15.233Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16922026-06-09T04:04:15.233Z Compiling bitflags v1.3.2
16932026-06-09T04:04:15.233Z Compiling openssl-sys v0.9.116
16942026-06-09T04:04:15.233Z Compiling proc-macro-crate v1.3.1
16952026-06-09T04:04:15.523Z Compiling tokio-rustls v0.26.4
16962026-06-09T04:04:15.523Z Compiling rustls-platform-verifier v0.7.0
16972026-06-09T04:04:15.523Z Compiling hyper-rustls v0.27.9
16982026-06-09T04:04:15.523Z Compiling reqwest v0.13.4
16992026-06-09T04:04:16.146Z Compiling toml v0.8.23
17002026-06-09T04:04:16.199Z Compiling postcard v1.1.3
17012026-06-09T04:04:16.585Z Compiling progenitor-client v0.14.0
17022026-06-09T04:04:16.835Z Compiling progenitor-extras v0.2.0
17032026-06-09T04:04:17.362Z Compiling ingot v0.1.1
17042026-06-09T04:04:17.503Z Compiling hubpack_derive v0.1.1
17052026-06-09T04:04:17.852Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17062026-06-09T04:04:18.829Z Compiling foreign-types-macros v0.2.3
17072026-06-09T04:04:18.883Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17082026-06-09T04:04:19.208Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17092026-06-09T04:04:19.292Z Compiling heck v0.4.1
17102026-06-09T04:04:19.342Z Compiling foreign-types-shared v0.3.1
17112026-06-09T04:04:19.444Z Compiling linked-hash-map v0.5.6
17122026-06-09T04:04:19.445Z Compiling rayon-core v1.13.0
17132026-06-09T04:04:19.488Z Compiling resolv-conf v0.7.6
17142026-06-09T04:04:19.641Z Compiling swrite v0.1.0
17152026-06-09T04:04:19.713Z Compiling semver v0.1.20
17162026-06-09T04:04:19.722Z Compiling colored v3.1.1
17172026-06-09T04:04:19.890Z Compiling unicode-segmentation v1.13.3
17182026-06-09T04:04:19.902Z Compiling rustc_version v0.1.7
17192026-06-09T04:04:19.975Z Compiling lru-cache v0.1.2
17202026-06-09T04:04:20.103Z Compiling foreign-types v0.5.0
17212026-06-09T04:04:20.144Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-06-09T04:04:20.196Z Compiling hubpack v0.1.2
17232026-06-09T04:04:20.227Z Compiling newline-converter v0.3.0
17242026-06-09T04:04:20.395Z Compiling num_enum_derive v0.5.11
17252026-06-09T04:04:20.536Z Compiling atomicwrites v0.4.4
17262026-06-09T04:04:20.871Z Compiling hickory-proto v0.24.4
17272026-06-09T04:04:21.445Z Compiling progenitor-impl v0.13.0
17282026-06-09T04:04:21.814Z Compiling crossbeam-deque v0.8.6
17292026-06-09T04:04:21.928Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17302026-06-09T04:04:22.031Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-06-09T04:04:24.859Z Compiling console v0.15.11
17322026-06-09T04:04:24.951Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17332026-06-09T04:04:24.951Z Compiling camino-tempfile v1.4.1
17342026-06-09T04:04:24.951Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-06-09T04:04:24.951Z Compiling chacha20 v0.10.0
17362026-06-09T04:04:24.951Z Compiling serde-big-array v0.5.1
17372026-06-09T04:04:24.951Z Compiling pin-project-internal v1.1.13
17382026-06-09T04:04:24.951Z Compiling derive-where v1.6.1
17392026-06-09T04:04:24.951Z Compiling num-derive v0.4.2
17402026-06-09T04:04:25.059Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17412026-06-09T04:04:25.068Z Compiling cstr-argument v0.1.2
17422026-06-09T04:04:25.317Z Compiling siphasher v1.0.3
17432026-06-09T04:04:25.485Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17442026-06-09T04:04:25.496Z Compiling minimal-lexical v0.2.1
17452026-06-09T04:04:25.496Z Compiling similar v2.7.0
17462026-06-09T04:04:25.516Z Compiling phf_shared v0.12.1
17472026-06-09T04:04:25.595Z Compiling nom v7.1.3
17482026-06-09T04:04:25.620Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-06-09T04:04:25.631Z Compiling pin-project v1.1.13
17502026-06-09T04:04:25.684Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512026-06-09T04:04:25.725Z Compiling progenitor-macro v0.13.0
17522026-06-09T04:04:25.946Z Compiling expectorate v1.2.0
17532026-06-09T04:04:26.081Z Compiling rand v0.10.1
17542026-06-09T04:04:26.097Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17552026-06-09T04:04:26.412Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17562026-06-09T04:04:26.486Z Compiling hickory-resolver v0.24.4
17572026-06-09T04:04:26.758Z Compiling num_enum v0.5.11
17582026-06-09T04:04:26.878Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17592026-06-09T04:04:26.937Z Compiling newtype_derive v0.1.6
17602026-06-09T04:04:27.077Z Compiling progenitor-client v0.13.0
17612026-06-09T04:04:27.306Z Compiling progenitor-impl v0.14.0
17622026-06-09T04:04:27.380Z Compiling unicode-normalization v0.1.25
17632026-06-09T04:04:27.905Z Compiling tokio-stream v0.1.18
17642026-06-09T04:04:28.388Z Compiling snafu-derive v0.8.9
17652026-06-09T04:04:28.655Z Compiling async-recursion v1.1.1
17662026-06-09T04:04:29.043Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17672026-06-09T04:04:29.220Z Compiling slog-dtrace v0.3.0
17682026-06-09T04:04:29.358Z Compiling csv-core v0.1.13
17692026-06-09T04:04:29.378Z Compiling bstr v1.12.1
17702026-06-09T04:04:29.474Z Compiling unicode-width v0.1.14
17712026-06-09T04:04:29.622Z Compiling unicode-xid v0.2.6
17722026-06-09T04:04:29.744Z Compiling cancel-safe-futures v0.1.5
17732026-06-09T04:04:29.756Z Compiling foreign-types-shared v0.1.1
17742026-06-09T04:04:29.841Z Compiling foldhash v0.1.5
17752026-06-09T04:04:29.869Z Compiling openssl v0.10.80
17762026-06-09T04:04:30.022Z Compiling highway v1.3.0
17772026-06-09T04:04:30.031Z Compiling same-file v1.0.6
17782026-06-09T04:04:30.160Z Compiling owo-colors v4.3.0
17792026-06-09T04:04:30.178Z Compiling chrono-tz v0.10.4
17802026-06-09T04:04:30.197Z Compiling konst_macro_rules v0.2.19
17812026-06-09T04:04:30.382Z Compiling konst v0.2.20
17822026-06-09T04:04:30.402Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17832026-06-09T04:04:30.431Z Compiling snafu v0.8.9
17842026-06-09T04:04:30.506Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-06-09T04:04:30.683Z Compiling walkdir v2.5.0
17862026-06-09T04:04:30.834Z Compiling hashbrown v0.15.5
17872026-06-09T04:04:30.907Z Compiling progenitor v0.13.0
17882026-06-09T04:04:30.935Z Compiling foreign-types v0.3.2
17892026-06-09T04:04:30.969Z Compiling progenitor-macro v0.14.0
17902026-06-09T04:04:31.003Z Compiling const_format_proc_macros v0.2.34
17912026-06-09T04:04:31.041Z Compiling globset v0.4.18
17922026-06-09T04:04:31.053Z Compiling csv v1.4.0
17932026-06-09T04:04:31.468Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-06-09T04:04:31.611Z Compiling qorb v0.4.1
17952026-06-09T04:04:31.808Z Compiling olpc-cjson v0.1.4
17962026-06-09T04:04:31.976Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-09T04:04:33.039Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-09T04:04:33.602Z Compiling rayon v1.12.0
17992026-06-09T04:04:33.645Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18002026-06-09T04:04:33.829Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-09T04:04:33.863Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18022026-06-09T04:04:33.863Z Compiling phf v0.12.1
18032026-06-09T04:04:33.996Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-09T04:04:34.417Z Compiling zone_cfg_derive v0.3.1
18052026-06-09T04:04:34.935Z Compiling tokio-dtrace v0.1.1
18062026-06-09T04:04:35.209Z Compiling itertools v0.12.1
18072026-06-09T04:04:35.261Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18082026-06-09T04:04:35.395Z Compiling libsw-core v0.3.2
18092026-06-09T04:04:35.465Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-09T04:04:35.567Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18112026-06-09T04:04:35.766Z Compiling serde_plain v1.0.2
18122026-06-09T04:04:35.941Z Compiling openssl-macros v0.1.1
18132026-06-09T04:04:35.980Z Compiling pem v3.0.6
18142026-06-09T04:04:36.071Z Compiling cookie v0.18.1
18152026-06-09T04:04:36.085Z Compiling sigpipe v0.1.3
18162026-06-09T04:04:36.171Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-06-09T04:04:36.322Z Compiling glob v0.3.3
18182026-06-09T04:04:36.361Z Compiling typed-path v0.9.3
18192026-06-09T04:04:36.413Z Compiling fixedbitset v0.4.2
18202026-06-09T04:04:36.425Z Compiling fixedbitset v0.5.7
18212026-06-09T04:04:36.450Z Compiling bytecount v0.6.9
18222026-06-09T04:04:36.581Z Compiling jiff v0.2.28
18232026-06-09T04:04:36.593Z Compiling petgraph v0.6.5
18242026-06-09T04:04:36.649Z Compiling petgraph v0.8.3
18252026-06-09T04:04:36.782Z Compiling papergrid v0.11.0
18262026-06-09T04:04:37.732Z Compiling tough v0.22.0
18272026-06-09T04:04:38.323Z Compiling zone v0.3.1
18282026-06-09T04:04:38.542Z Compiling progenitor v0.14.0
18292026-06-09T04:04:38.622Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-06-09T04:04:38.680Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-09T04:04:38.792Z Compiling libsw v3.5.0
18322026-06-09T04:04:38.878Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18332026-06-09T04:04:38.972Z Compiling oxide-tokio-rt v0.1.6
18342026-06-09T04:04:39.129Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18352026-06-09T04:04:39.145Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-09T04:04:39.287Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-09T04:04:39.352Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-09T04:04:40.172Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-09T04:04:40.343Z Compiling const_format v0.2.36
18402026-06-09T04:04:40.356Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-09T04:04:40.678Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18422026-06-09T04:04:40.709Z Compiling tabled_derive v0.7.0
18432026-06-09T04:04:41.094Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-09T04:04:41.240Z Compiling gethostname v0.5.0
18452026-06-09T04:04:41.363Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-09T04:04:41.404Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18472026-06-09T04:04:41.482Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-09T04:04:41.509Z Compiling bcs v0.1.6
18492026-06-09T04:04:41.603Z Compiling smf v0.2.3
18502026-06-09T04:04:41.688Z Compiling nom v8.0.0
18512026-06-09T04:04:41.814Z Compiling whoami v1.6.1
18522026-06-09T04:04:41.830Z Compiling smawk v0.3.2
18532026-06-09T04:04:41.952Z Compiling linear-map v1.2.0
18542026-06-09T04:04:42.006Z Compiling termtree v0.5.1
18552026-06-09T04:04:42.137Z Compiling lazy_static v1.5.0
18562026-06-09T04:04:42.172Z Compiling unicode-linebreak v0.1.5
18572026-06-09T04:04:42.227Z Compiling tagptr v0.2.0
18582026-06-09T04:04:42.235Z Compiling crunchy v0.2.4
18592026-06-09T04:04:42.248Z Compiling steno v0.4.1
18602026-06-09T04:04:42.359Z Compiling textwrap v0.16.2
18612026-06-09T04:04:42.454Z Compiling moka v0.12.15
18622026-06-09T04:04:42.543Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-09T04:04:42.874Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-09T04:04:43.280Z Compiling tabled v0.15.0
18652026-06-09T04:04:44.079Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-09T04:04:44.169Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-09T04:04:44.580Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-09T04:04:45.507Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-09T04:04:45.624Z Compiling hickory-proto v0.25.2
18702026-06-09T04:04:46.014Z Compiling tiny-keccak v2.0.2
18712026-06-09T04:04:46.276Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18722026-06-09T04:04:46.421Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18732026-06-09T04:04:46.997Z Compiling parking_lot_core v0.8.6
18742026-06-09T04:04:47.103Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18752026-06-09T04:04:47.452Z Compiling libscf-sys v1.2.0
18762026-06-09T04:04:47.531Z Compiling hickory-resolver v0.25.2
18772026-06-09T04:04:47.648Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-09T04:04:47.685Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18792026-06-09T04:04:47.942Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18802026-06-09T04:04:47.963Z Compiling const-random-macro v0.1.16
18812026-06-09T04:04:48.344Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18822026-06-09T04:04:48.448Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-09T04:04:48.530Z Compiling smartstring v1.0.1
18842026-06-09T04:04:48.711Z Compiling ahash v0.8.12
18852026-06-09T04:04:49.052Z Compiling parking_lot v0.11.2
18862026-06-09T04:04:49.099Z Compiling const-random v0.1.18
18872026-06-09T04:04:49.262Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18882026-06-09T04:04:49.832Z Compiling fxhash v0.2.1
18892026-06-09T04:04:49.832Z Compiling internet-checksum v0.2.1
18902026-06-09T04:04:49.832Z Compiling sled v0.34.7
18912026-06-09T04:04:49.854Z Compiling thin-vec v0.2.18
18922026-06-09T04:04:49.866Z Compiling rhai_codegen v3.2.0
18932026-06-09T04:04:49.908Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18942026-06-09T04:04:49.991Z Compiling serial_test_derive v3.5.0
18952026-06-09T04:04:50.050Z Compiling yansi v1.0.1
18962026-06-09T04:04:50.390Z Compiling diff v0.1.13
18972026-06-09T04:04:50.607Z Compiling pretty_assertions v1.4.1
18982026-06-09T04:04:50.871Z Compiling serial_test v3.5.0
18992026-06-09T04:04:51.028Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19002026-06-09T04:04:51.101Z Compiling rhai v1.25.1
19012026-06-09T04:04:52.958Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-06-09T04:05:01.210Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-06-09T04:05:02.889Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-06-09T04:05:03.952Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19052026-06-09T04:05:04.871Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19062026-06-09T04:05:05.688Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19072026-06-09T04:05:06.825Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19082026-06-09T04:05:39.408Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19092026-06-09T04:05:39.603Z────────────
19102026-06-09T04:05:39.604Z Nextest run ID 19285e4c-c731-4461-87f8-2d23117422c0 with nextest profile: default
19112026-06-09T04:05:39.604Z Starting 154 tests across 3 binaries
19122026-06-09T04:05:39.621Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19132026-06-09T04:05:39.621Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
19142026-06-09T04:05:39.621Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19152026-06-09T04:05:39.621Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19162026-06-09T04:05:39.621Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19172026-06-09T04:05:39.621Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19182026-06-09T04:05:39.621Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19192026-06-09T04:05:39.621Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19202026-06-09T04:05:39.621Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19212026-06-09T04:05:39.628Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19222026-06-09T04:05:39.628Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19232026-06-09T04:05:39.628Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19242026-06-09T04:05:39.628Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19252026-06-09T04:05:39.628Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19262026-06-09T04:05:39.628Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19272026-06-09T04:05:39.628Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19282026-06-09T04:05:39.628Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19292026-06-09T04:05:39.628Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19302026-06-09T04:05:39.629Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19312026-06-09T04:05:39.629Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19322026-06-09T04:05:39.629Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19332026-06-09T04:05:39.629Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19342026-06-09T04:05:39.629Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19352026-06-09T04:05:39.629Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19362026-06-09T04:05:39.629Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19372026-06-09T04:05:39.700Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19382026-06-09T04:05:39.700Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19392026-06-09T04:05:39.700Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19402026-06-09T04:05:39.700Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19412026-06-09T04:05:39.700Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19422026-06-09T04:05:39.700Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19432026-06-09T04:05:39.701Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19442026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19452026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19462026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19472026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19482026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19492026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19502026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19512026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19522026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19532026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19542026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19552026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19562026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19572026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19582026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19592026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19602026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19612026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19622026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19632026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first
19642026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19652026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19662026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19672026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19682026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19692026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
19702026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19712026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19722026-06-09T04:05:39.701Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19732026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::prefix_conversion
19742026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::prefix_within
19752026-06-09T04:05:39.701Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19762026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19772026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19782026-06-09T04:05:39.702Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19792026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19802026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19812026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19822026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19832026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19842026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19852026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19862026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19872026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19882026-06-09T04:05:39.702Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19892026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19902026-06-09T04:05:39.702Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19912026-06-09T04:05:39.702Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19922026-06-09T04:05:39.713Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19932026-06-09T04:05:39.713Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
19942026-06-09T04:05:39.713Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19952026-06-09T04:05:39.713Z PASS [ 0.008s] bgp messages::tests::update_round_trip
19962026-06-09T04:05:39.713Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
19972026-06-09T04:05:39.713Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19982026-06-09T04:05:39.713Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19992026-06-09T04:05:39.713Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
20002026-06-09T04:05:39.713Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20012026-06-09T04:05:39.713Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20022026-06-09T04:05:39.734Z PASS [ 0.020s] bgp policy::test::update_shape_community
20032026-06-09T04:05:39.735Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
20042026-06-09T04:05:39.735Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20052026-06-09T04:05:39.735Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20062026-06-09T04:05:39.735Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20072026-06-09T04:05:39.735Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20082026-06-09T04:05:39.757Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20092026-06-09T04:05:39.757Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20102026-06-09T04:05:39.757Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20112026-06-09T04:05:39.758Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20122026-06-09T04:05:39.758Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20132026-06-09T04:05:39.758Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20142026-06-09T04:05:39.758Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20152026-06-09T04:05:39.758Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20162026-06-09T04:05:39.758Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20172026-06-09T04:05:39.758Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20182026-06-09T04:05:39.758Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20192026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20202026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20212026-06-09T04:05:39.769Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20222026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20232026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20242026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20252026-06-09T04:05:39.769Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20262026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20272026-06-09T04:05:39.769Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20282026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20292026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20302026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20312026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20322026-06-09T04:05:39.769Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20332026-06-09T04:05:42.820Z PASS [ 3.066s] bgp test::test_basic_peering_passive
20342026-06-09T04:05:42.820Z PASS [ 3.069s] bgp test::test_basic_peering_active
20352026-06-09T04:05:42.860Z PASS [ 3.064s] bgp test::test_basic_update_ipv6
20362026-06-09T04:05:42.860Z PASS [ 3.074s] bgp test::test_basic_update
20372026-06-09T04:05:42.860Z PASS [ 3.075s] bgp test::test_basic_peering_passive_tcp
20382026-06-09T04:05:42.860Z PASS [ 3.079s] bgp test::test_basic_peering_active_tcp
20392026-06-09T04:05:42.940Z PASS [ 3.083s] bgp test::test_basic_update_tcp
20402026-06-09T04:05:42.940Z PASS [ 3.083s] bgp test::test_basic_update_ipv6_tcp
20412026-06-09T04:05:45.903Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20422026-06-09T04:05:45.912Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20432026-06-09T04:05:45.919Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_passive_tcp
20442026-06-09T04:05:47.046Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv4_peer_success
20452026-06-09T04:05:47.046Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv6_peer_success
20462026-06-09T04:05:47.080Z PASS [ 4.084s] bgp test::test_import_export_policy_filtering
20472026-06-09T04:05:47.080Z PASS [ 4.085s] bgp test::test_ipv4_routes_ipv6_peer_success
20482026-06-09T04:05:47.080Z PASS [ 4.097s] bgp test::test_ipv6_basic_peering_active_tcp
20492026-06-09T04:05:47.080Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20502026-06-09T04:05:49.330Z PASS [ 1.096s] bgp test::test_three_router_chain_tcp_ipv6
20512026-06-09T04:05:49.389Z PASS [ 1.104s] bgp test::test_three_router_chain_tcp
20522026-06-09T04:05:49.389Z PASS [ 2.813s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20532026-06-09T04:05:49.389Z PASS [ 2.066s] bgp test::test_same_linklocal_multiple_interfaces
20542026-06-09T04:05:49.389Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20552026-06-09T04:05:49.389Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20562026-06-09T04:05:49.390Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20572026-06-09T04:05:49.390Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20582026-06-09T04:05:49.390Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20592026-06-09T04:05:49.974Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20602026-06-09T04:05:51.013Z PASS [ 4.067s] bgp test::test_three_router_chain_unnumbered
20612026-06-09T04:05:52.029Z PASS [ 5.068s] bgp test::test_unnumbered_dualstack_route_exchange
20622026-06-09T04:05:53.837Z PASS [ 5.063s] bgp test::test_unnumbered_session_survives_peer_change
20632026-06-09T04:05:57.671Z PASS [ 9.061s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20642026-06-09T04:05:58.033Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20652026-06-09T04:06:06.570Z PASS [ 19.065s] bgp test::test_unnumbered_interface_lifecycle
20662026-06-09T04:06:06.617Z────────────
20672026-06-09T04:06:06.617Z Summary [ 26.443s] 154 tests run: 154 passed, 0 skipped
20682026-06-09T04:06:06.617Z+ 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/
20692026-06-09T04:06:06.617Z+ popd
20702026-06-09T04:06:06.617Z+ pushd mgd
20712026-06-09T04:06:06.617Z/work/oxidecomputer/maghemite
20722026-06-09T04:06:06.617Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20732026-06-09T04:06:06.617Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20742026-06-09T04:06:07.259Z Compiling slog v2.8.2
20752026-06-09T04:06:07.360Z Compiling usdt v0.6.0
20762026-06-09T04:06:07.447Z Compiling proc-macro-error-attr2 v2.0.0
20772026-06-09T04:06:07.463Z Compiling papergrid v0.18.0
20782026-06-09T04:06:07.499Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20792026-06-09T04:06:07.499Z Compiling testing_table v0.3.0
20802026-06-09T04:06:07.626Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20812026-06-09T04:06:07.638Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20822026-06-09T04:06:07.651Z Compiling crc8 v0.1.1
20832026-06-09T04:06:07.941Z Compiling slog-json v2.6.1
20842026-06-09T04:06:07.960Z Compiling slog-term v2.9.2
20852026-06-09T04:06:07.960Z Compiling slog-async v2.8.0
20862026-06-09T04:06:08.000Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20872026-06-09T04:06:08.024Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20882026-06-09T04:06:08.083Z Compiling slog-bunyan v2.5.0
20892026-06-09T04:06:08.147Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20902026-06-09T04:06:08.401Z Compiling dropshot v0.17.1
20912026-06-09T04:06:08.464Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-06-09T04:06:08.464Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-06-09T04:06:08.501Z Compiling slog-dtrace v0.3.0
20942026-06-09T04:06:08.790Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20952026-06-09T04:06:08.808Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20962026-06-09T04:06:08.947Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20972026-06-09T04:06:09.490Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-06-09T04:06:09.618Z Compiling steno v0.4.1
20992026-06-09T04:06:09.648Z Compiling proc-macro-error2 v2.0.1
21002026-06-09T04:06:10.108Z Compiling tabled_derive v0.11.0
21012026-06-09T04:06:10.565Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21022026-06-09T04:06:11.030Z Compiling tabled v0.21.0
21032026-06-09T04:06:12.138Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-06-09T04:06:12.999Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-06-09T04:06:13.927Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-06-09T04:06:14.031Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21072026-06-09T04:06:14.621Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-09T04:06:14.730Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-06-09T04:06:15.120Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21102026-06-09T04:06:15.209Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21112026-06-09T04:06:15.443Z Compiling dropshot-api-manager-types v0.7.2
21122026-06-09T04:06:17.592Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21132026-06-09T04:06:17.659Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-09T04:06:17.659Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21152026-06-09T04:06:17.790Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-06-09T04:06:17.926Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-09T04:06:18.206Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-09T04:06:18.380Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-09T04:06:18.601Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-09T04:06:19.563Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21212026-06-09T04:06:19.777Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-09T04:06:19.953Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-06-09T04:06:20.079Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21242026-06-09T04:06:20.448Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-09T04:06:21.011Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-09T04:06:25.371Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-09T04:06:25.372Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-09T04:06:26.359Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-09T04:06:26.564Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-09T04:06:26.991Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-09T04:06:27.265Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-09T04:06:27.516Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-09T04:06:34.649Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-09T04:06:42.756Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-06-09T04:06:43.944Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21362026-06-09T04:06:44.995Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21372026-06-09T04:06:45.934Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21382026-06-09T04:06:46.737Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21392026-06-09T04:06:48.455Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21402026-06-09T04:06:48.455Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21412026-06-09T04:06:48.478Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21422026-06-09T04:06:53.570Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21432026-06-09T04:07:20.771Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21442026-06-09T04:07:20.943Z────────────
21452026-06-09T04:07:20.943Z Nextest run ID 28f4ca09-6ce2-44e1-843d-058035e0aa41 with nextest profile: default
21462026-06-09T04:07:20.943Z Starting 36 tests across 3 binaries
21472026-06-09T04:07:20.948Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21482026-06-09T04:07:20.951Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21492026-06-09T04:07:20.951Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21502026-06-09T04:07:20.951Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21512026-06-09T04:07:20.953Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21522026-06-09T04:07:20.953Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21532026-06-09T04:07:20.967Z PASS [ 0.014s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21542026-06-09T04:07:20.984Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21552026-06-09T04:07:21.000Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21562026-06-09T04:07:21.004Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21572026-06-09T04:07:21.007Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21582026-06-09T04:07:21.010Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21592026-06-09T04:07:21.010Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21602026-06-09T04:07:21.010Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21612026-06-09T04:07:21.010Z PASS [ 0.065s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21622026-06-09T04:07:21.010Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21632026-06-09T04:07:21.013Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21642026-06-09T04:07:21.016Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21652026-06-09T04:07:21.018Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21662026-06-09T04:07:21.018Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21672026-06-09T04:07:21.018Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21682026-06-09T04:07:21.018Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21692026-06-09T04:07:21.018Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21702026-06-09T04:07:21.019Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21712026-06-09T04:07:21.021Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21722026-06-09T04:07:21.026Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21732026-06-09T04:07:21.029Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21742026-06-09T04:07:21.029Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21752026-06-09T04:07:21.029Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21762026-06-09T04:07:21.029Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21772026-06-09T04:07:21.029Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21782026-06-09T04:07:21.029Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21792026-06-09T04:07:21.029Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21802026-06-09T04:07:21.032Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21812026-06-09T04:07:21.032Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21822026-06-09T04:07:21.035Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21832026-06-09T04:07:21.035Z────────────
21842026-06-09T04:07:21.035Z Summary [ 0.090s] 36 tests run: 36 passed, 0 skipped
21852026-06-09T04:07:21.044Z+ cp ./apply_remove_entire_group.log /work/
21862026-06-09T04:07:21.047Z+ popd
21872026-06-09T04:07:21.047Z/work/oxidecomputer/maghemite
21882026-06-09T04:07:21.047Zprocess exited: duration 453525 ms, exit code 0
 
21892026-06-09T04:07:21.059Zfound 66 output files
21902026-06-09T04:07:21.059Zuploading: /work/apply_remove_entire_group.log (18644 bytes)
21912026-06-09T04:07:22.077Zuploaded: /work/apply_remove_entire_group.log
21922026-06-09T04:07:22.077Zuploading: /work/dualstack_routes.log (116690 bytes)
21932026-06-09T04:07:23.093Zuploaded: /work/dualstack_routes.log
21942026-06-09T04:07:23.093Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2372 bytes)
21952026-06-09T04:07:24.105Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21962026-06-09T04:07:24.106Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1368 bytes)
21972026-06-09T04:07:25.114Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21982026-06-09T04:07:25.114Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2515 bytes)
21992026-06-09T04:07:26.123Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22002026-06-09T04:07:26.123Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2279 bytes)
22012026-06-09T04:07:27.134Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22022026-06-09T04:07:27.134Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2356 bytes)
22032026-06-09T04:07:28.145Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22042026-06-09T04:07:28.146Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2357 bytes)
22052026-06-09T04:07:29.155Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22062026-06-09T04:07:29.155Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3167 bytes)
22072026-06-09T04:07:30.165Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22082026-06-09T04:07:30.165Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2273 bytes)
22092026-06-09T04:07:31.176Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22102026-06-09T04:07:31.177Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2302 bytes)
22112026-06-09T04:07:32.191Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22122026-06-09T04:07:32.191Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2303 bytes)
22132026-06-09T04:07:33.199Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22142026-06-09T04:07:33.200Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2368 bytes)
22152026-06-09T04:07:34.209Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22162026-06-09T04:07:34.209Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2435 bytes)
22172026-06-09T04:07:35.219Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22182026-06-09T04:07:35.220Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4660 bytes)
22192026-06-09T04:07:36.229Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22202026-06-09T04:07:36.230Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3613 bytes)
22212026-06-09T04:07:37.239Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22222026-06-09T04:07:37.239Zuploading: /work/multiple_unnumbered.log (138473 bytes)
22232026-06-09T04:07:38.251Zuploaded: /work/multiple_unnumbered.log
22242026-06-09T04:07:38.252Zuploading: /work/ndp_change_reset.log (70009 bytes)
22252026-06-09T04:07:39.263Zuploaded: /work/ndp_change_reset.log
22262026-06-09T04:07:39.263Zuploading: /work/ndp_changes.log (89032 bytes)
22272026-06-09T04:07:40.277Zuploaded: /work/ndp_changes.log
22282026-06-09T04:07:40.277Zuploading: /work/r1.test_basic_peering_active.log (40351 bytes)
22292026-06-09T04:07:41.288Zuploaded: /work/r1.test_basic_peering_active.log
22302026-06-09T04:07:41.288Zuploading: /work/r1.test_basic_peering_active_tcp.log (48315 bytes)
22312026-06-09T04:07:42.302Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22322026-06-09T04:07:42.302Zuploading: /work/r1.test_basic_peering_passive.log (33816 bytes)
22332026-06-09T04:07:43.317Zuploaded: /work/r1.test_basic_peering_passive.log
22342026-06-09T04:07:43.317Zuploading: /work/r1.test_basic_peering_passive_tcp.log (41437 bytes)
22352026-06-09T04:07:44.328Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22362026-06-09T04:07:44.328Zuploading: /work/r1.test_basic_update.log (43341 bytes)
22372026-06-09T04:07:45.361Zuploaded: /work/r1.test_basic_update.log
22382026-06-09T04:07:45.362Zuploading: /work/r1.test_basic_update_ipv6.log (28195 bytes)
22392026-06-09T04:07:46.373Zuploaded: /work/r1.test_basic_update_ipv6.log
22402026-06-09T04:07:46.373Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31210 bytes)
22412026-06-09T04:07:47.404Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22422026-06-09T04:07:47.404Zuploading: /work/r1.test_basic_update_tcp.log (31294 bytes)
22432026-06-09T04:07:48.415Zuploaded: /work/r1.test_basic_update_tcp.log
22442026-06-09T04:07:48.415Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43682 bytes)
22452026-06-09T04:07:49.428Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22462026-06-09T04:07:49.428Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44004 bytes)
22472026-06-09T04:07:50.441Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22482026-06-09T04:07:50.442Zuploading: /work/r1.test_import_export_policy_filtering.log (40192 bytes)
22492026-06-09T04:07:51.454Zuploaded: /work/r1.test_import_export_policy_filtering.log
22502026-06-09T04:07:51.454Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35853 bytes)
22512026-06-09T04:07:52.467Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22522026-06-09T04:07:52.468Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40359 bytes)
22532026-06-09T04:07:53.481Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22542026-06-09T04:07:53.481Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49279 bytes)
22552026-06-09T04:07:54.495Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22562026-06-09T04:07:54.495Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33874 bytes)
22572026-06-09T04:07:55.510Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22582026-06-09T04:07:55.510Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39613 bytes)
22592026-06-09T04:07:56.524Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22602026-06-09T04:07:56.524Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35150 bytes)
22612026-06-09T04:07:57.546Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22622026-06-09T04:07:57.547Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29939 bytes)
22632026-06-09T04:07:58.560Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22642026-06-09T04:07:58.560Zuploading: /work/r1.test_three_router_chain_tcp.log (22155 bytes)
22652026-06-09T04:07:59.624Zuploaded: /work/r1.test_three_router_chain_tcp.log
22662026-06-09T04:07:59.625Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22237 bytes)
22672026-06-09T04:08:00.666Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22682026-06-09T04:08:00.666Zuploading: /work/r2.test_basic_peering_active.log (38981 bytes)
22692026-06-09T04:08:01.679Zuploaded: /work/r2.test_basic_peering_active.log
22702026-06-09T04:08:01.680Zuploading: /work/r2.test_basic_peering_active_tcp.log (47663 bytes)
22712026-06-09T04:08:02.694Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22722026-06-09T04:08:02.694Zuploading: /work/r2.test_basic_peering_passive.log (41452 bytes)
22732026-06-09T04:08:03.707Zuploaded: /work/r2.test_basic_peering_passive.log
22742026-06-09T04:08:03.711Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46950 bytes)
22752026-06-09T04:08:04.721Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22762026-06-09T04:08:04.721Zuploading: /work/r2.test_basic_update.log (44356 bytes)
22772026-06-09T04:08:05.733Zuploaded: /work/r2.test_basic_update.log
22782026-06-09T04:08:05.733Zuploading: /work/r2.test_basic_update_ipv6.log (26453 bytes)
22792026-06-09T04:08:06.748Zuploaded: /work/r2.test_basic_update_ipv6.log
22802026-06-09T04:08:06.748Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32789 bytes)
22812026-06-09T04:08:07.760Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22822026-06-09T04:08:07.760Zuploading: /work/r2.test_basic_update_tcp.log (32799 bytes)
22832026-06-09T04:08:08.773Zuploaded: /work/r2.test_basic_update_tcp.log
22842026-06-09T04:08:08.773Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43585 bytes)
22852026-06-09T04:08:09.783Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22862026-06-09T04:08:09.786Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43822 bytes)
22872026-06-09T04:08:10.794Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22882026-06-09T04:08:10.794Zuploading: /work/r2.test_import_export_policy_filtering.log (36560 bytes)
22892026-06-09T04:08:11.955Zuploaded: /work/r2.test_import_export_policy_filtering.log
22902026-06-09T04:08:11.955Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (36956 bytes)
22912026-06-09T04:08:12.965Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22922026-06-09T04:08:12.965Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38933 bytes)
22932026-06-09T04:08:14.037Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22942026-06-09T04:08:14.037Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47703 bytes)
22952026-06-09T04:08:15.049Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22962026-06-09T04:08:15.049Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41487 bytes)
22972026-06-09T04:08:16.062Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22982026-06-09T04:08:16.062Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46670 bytes)
22992026-06-09T04:08:17.075Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23002026-06-09T04:08:17.076Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38163 bytes)
23012026-06-09T04:08:18.086Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23022026-06-09T04:08:18.086Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28072 bytes)
23032026-06-09T04:08:19.099Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23042026-06-09T04:08:19.099Zuploading: /work/r2.test_three_router_chain_tcp.log (44832 bytes)
23052026-06-09T04:08:20.114Zuploaded: /work/r2.test_three_router_chain_tcp.log
23062026-06-09T04:08:20.115Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44977 bytes)
23072026-06-09T04:08:21.127Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23082026-06-09T04:08:21.127Zuploading: /work/r3.test_three_router_chain_tcp.log (21372 bytes)
23092026-06-09T04:08:22.148Zuploaded: /work/r3.test_three_router_chain_tcp.log
23102026-06-09T04:08:22.149Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21452 bytes)
23112026-06-09T04:08:23.187Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23122026-06-09T04:08:23.187Zuploading: /work/same_linklocal.log (118877 bytes)
23132026-06-09T04:08:24.204Zuploaded: /work/same_linklocal.log
23142026-06-09T04:08:24.204Zuploading: /work/three_chain.log (145942 bytes)
23152026-06-09T04:08:25.218Zuploaded: /work/three_chain.log
23162026-06-09T04:08:25.219Zuploading: /work/unnumbered_expiry.log (88437 bytes)
23172026-06-09T04:08:26.269Zuploaded: /work/unnumbered_expiry.log
23182026-06-09T04:08:26.269Zuploading: /work/unnumbered_interface_lifecycle.log (163568 bytes)
23192026-06-09T04:08:27.284Zuploaded: /work/unnumbered_interface_lifecycle.log
23202026-06-09T04:08:27.284Zuploading: /work/unnumbered_peer_change.log (83398 bytes)
23212026-06-09T04:08:28.303Zuploaded: /work/unnumbered_peer_change.log