01KT8TCCHK233CG5HMAERHMG0B: 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: 01KT8TDADFQTRAAYAMRMMY95QY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T08:02:13.066Zjob assigned to worker 01KT8TDD1E575Z1EA8JQFP9WG7 [factory aws, i-010670a87771273e1] (queued for 53 s)
 
22026-06-04T08:02:19.638Zstarting task 0: "setup"
32026-06-04T08:02:19.641Z++ uname -s
42026-06-04T08:02:19.644Z+ kern=SunOS
52026-06-04T08:02:19.644Z+ build_user=build
62026-06-04T08:02:19.644Z+ build_uid=12345
72026-06-04T08:02:19.644Z+ work_dir=/work
82026-06-04T08:02:19.644Z+ input_dir=/input
92026-06-04T08:02:19.644Z+ [[ 0 == 12345 ]]
102026-06-04T08:02:19.644Z+ case "$kern" in
112026-06-04T08:02:19.644Z+ groupadd -g 12345 build
122026-06-04T08:02:19.644Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T08:02:21.651Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T08:02:21.720Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T08:02:21.723Z+ home_fs=zfs
162026-06-04T08:02:21.723Z+ [[ zfs == autofs ]]
172026-06-04T08:02:21.724Z+ mkdir -p /home/build
182026-06-04T08:02:21.724Z+ chown build:build /home/build /work
192026-06-04T08:02:23.723Z+ chmod 0700 /home/build /work
202026-06-04T08:02:23.726Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-04T08:02:23.731Zstarting task 1: "rust-toolchain"
222026-06-04T08:02:23.736Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-04T08:02:23.736Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-04T08:02:23.736Z * rust toolchain channel = "stable"
252026-06-04T08:02:23.736Z * rust toolchain profile = "default"
262026-06-04T08:02:23.736Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T08:02:23.736Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T08:02:23.739Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T08:02:23.739Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-04T08:02:23.835Zinfo: downloading installer
312026-06-04T08:02:25.300Zwarn: It looks like you have an existing installation of Rust at:
322026-06-04T08:02:25.300Zwarn: /opt/ooce/bin
332026-06-04T08:02:25.300Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-04T08:02:25.300Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-04T08:02:25.300Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-04T08:02:25.300Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-04T08:02:25.300Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-04T08:02:25.300Zerror: cannot install while Rust is installed
392026-06-04T08:02:25.300Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-04T08:02:25.300Zwarn: It looks like you have an existing rustup settings file at:
412026-06-04T08:02:25.300Zwarn: /home/build/.rustup/settings.toml
422026-06-04T08:02:25.300Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-04T08:02:25.300Zwarn: instead of the one inferred from the default host triple.
442026-06-04T08:02:25.331Zinfo: profile set to default
452026-06-04T08:02:25.331Zinfo: default host triple is x86_64-unknown-illumos
462026-06-04T08:02:25.334Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-04T08:02:25.464Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-04T08:02:25.467Zinfo: downloading 6 components
492026-06-04T08:02:39.938Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-04T08:02:39.938Z
512026-06-04T08:02:39.974Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-04T08:02:39.974Z
532026-06-04T08:02:39.974Z
542026-06-04T08:02:39.974ZRust is installed now. Great!
552026-06-04T08:02:39.974Z
562026-06-04T08:02:39.974ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-04T08:02:39.974Zenvironment variable. This has not been done automatically.
582026-06-04T08:02:39.974Z
592026-06-04T08:02:39.974ZTo configure your current shell, you need to source
602026-06-04T08:02:39.974Zthe corresponding env file under $HOME/.cargo.
612026-06-04T08:02:39.974Z
622026-06-04T08:02:39.974ZThis is usually done by running one of the following (note the leading DOT):
632026-06-04T08:02:39.974Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-04T08:02:39.974Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-04T08:02:39.974Zsource "~/.cargo/env.nu" # For nushell
662026-06-04T08:02:39.974Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-04T08:02:39.974Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-04T08:02:39.974Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-04T08:02:39.978Zwarn: no default linker (`cc`) was found in your PATH
702026-06-04T08:02:39.978Zwarn: many Rust crates require a system C toolchain to build
712026-06-04T08:02:40.074Z+ rustup --version
722026-06-04T08:02:40.083Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-04T08:02:40.085Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-04T08:02:40.105Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-04T08:02:40.108Z+ cargo --version
762026-06-04T08:02:40.121Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-04T08:02:40.124Z+ rustc --version
782026-06-04T08:02:40.143Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-04T08:02:40.146Zprocess exited: duration 16411 ms, exit code 0
 
802026-06-04T08:02:40.152Zstarting task 2: "authentication"
812026-06-04T08:02:40.169Zprocess exited: duration 16 ms, exit code 0
 
822026-06-04T08:02:40.175Zstarting task 3: "clone repository"
832026-06-04T08:02:40.178Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-04T08:02:40.182Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-04T08:02:40.370ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-04T08:02:41.611Z+ cd /work/oxidecomputer/maghemite
872026-06-04T08:02:41.612Z+ git fetch origin 90e3b6b074959d1086893d35caa7804f4a7b3800
882026-06-04T08:02:41.877ZFrom https://github.com/oxidecomputer/maghemite
892026-06-04T08:02:41.877Z * branch 90e3b6b074959d1086893d35caa7804f4a7b3800 -> FETCH_HEAD
902026-06-04T08:02:41.882Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-04T08:02:41.888Z++ git branch --show-current
922026-06-04T08:02:41.888Z+ current=main
932026-06-04T08:02:41.888Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-04T08:02:41.888Z+ git branch -f renovate/dpd-client-digest 90e3b6b074959d1086893d35caa7804f4a7b3800
952026-06-04T08:02:41.891Z+ git checkout -f renovate/dpd-client-digest
962026-06-04T08:02:41.905ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-04T08:02:41.909Z+ git reset --hard 90e3b6b074959d1086893d35caa7804f4a7b3800
982026-06-04T08:02:41.922ZHEAD is now at 90e3b6b Update dpd-client digest to 0c92583
992026-06-04T08:02:41.926Zprocess exited: duration 1748 ms, exit code 0
 
1002026-06-04T08:02:41.932Zstarting task 4: "build"
1012026-06-04T08:02:41.935Z+ set -e
1022026-06-04T08:02:41.935Z+ source .github/buildomat/test-common.sh
1032026-06-04T08:02:41.938Z++ NEXTEST_VERSION=0.9.97
1042026-06-04T08:02:41.938Z++ PLATFORM=illumos
1052026-06-04T08:02:41.938Z++ banner install
1062026-06-04T08:02:41.938Z
1072026-06-04T08:02:41.938Z # # # #### ##### ## # #
1082026-06-04T08:02:41.938Z # ## # # # # # # #
1092026-06-04T08:02:41.938Z # # # # #### # # # # #
1102026-06-04T08:02:41.938Z # # # # # # ###### # #
1112026-06-04T08:02:41.938Z # # ## # # # # # # #
1122026-06-04T08:02:41.938Z # # # #### # # # ###### ######
1132026-06-04T08:02:41.938Z
1142026-06-04T08:02:41.939Z++ set +o errexit
1152026-06-04T08:02:41.942Z++ pkg info clang-15
1162026-06-04T08:02:41.942Z++ grep -qi installed
1172026-06-04T08:02:43.723Zpkg: info: no packages matching the following patterns you specified are
1182026-06-04T08:02:43.723Zinstalled on the system. Try querying remotely instead:
1192026-06-04T08:02:43.723Z
1202026-06-04T08:02:43.723Z clang-15
1212026-06-04T08:02:43.762Z++ [[ 1 != 0 ]]
1222026-06-04T08:02:43.762Z++ set -o errexit
1232026-06-04T08:02:43.765Z++ pfexec pkg install clang-15
1242026-06-04T08:02:50.534Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-04T08:02:58.269Z Startup: Caching catalogs ... Done
1262026-06-04T08:03:05.546ZPlanning: Solver setup ... Done
1272026-06-04T08:03:05.587ZPlanning: Running solver ... Done
1282026-06-04T08:03:05.733ZPlanning: Finding local manifests ... Done
1292026-06-04T08:03:05.769ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-04T08:03:10.770ZPlanning: Fetching manifests: 1/2 50% complete
1312026-06-04T08:03:11.872ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-04T08:03:11.901ZPlanning: Package planning ... Done
1332026-06-04T08:03:11.927ZPlanning: Merging actions ... Done
1342026-06-04T08:03:12.094ZPlanning: Checking for conflicting actions ... Done
1352026-06-04T08:03:12.102ZPlanning: Consolidating action changes ... Done
1362026-06-04T08:03:14.497ZPlanning: Evaluating mediators ... Done
1372026-06-04T08:03:14.504ZPlanning: Planning completed in 16.06 seconds
1382026-06-04T08:03:15.358Z Packages to install: 2
1392026-06-04T08:03:15.358Z Mediators to change: 2
1402026-06-04T08:03:15.358Z Services to change: 1
1412026-06-04T08:03:15.361Z Create boot environment: No
1422026-06-04T08:03:15.361ZCreate backup boot environment: No
1432026-06-04T08:03:15.431Z
1442026-06-04T08:03:15.431ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-04T08:03:20.465ZDownload: 687/3076 items 3.5/211.3MB 1% complete (810k/s)
1462026-06-04T08:03:25.466ZDownload: 926/3076 items 79.0/211.3MB 37% complete (7.8M/s)
1472026-06-04T08:03:31.611ZDownload: 979/3076 items 82.2/211.3MB 38% complete (7.9M/s)
1482026-06-04T08:03:46.368ZDownload: 981/3076 items 82.2/211.3MB 38% complete
1492026-06-04T08:03:54.685ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1502026-06-04T08:03:59.670ZDownload: 1280/3076 items 115.2/211.3MB 54% complete (6.9M/s)
1512026-06-04T08:04:04.673ZDownload: 1610/3076 items 117.1/211.3MB 55% complete (3.6M/s)
1522026-06-04T08:04:09.775ZDownload: 2000/3076 items 117.9/211.3MB 55% complete (304k/s)
1532026-06-04T08:04:16.940ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (272k/s)
1542026-06-04T08:04:31.336ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1552026-06-04T08:04:36.338ZDownload: 2365/3076 items 119.2/211.3MB 56% complete (244k/s)
1562026-06-04T08:04:47.162ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (11.0M/s)
1572026-06-04T08:04:50.184ZDownload: Completed 211.31 MB in 94.74 seconds (2.2M/s)
1582026-06-04T08:04:50.309Z Actions: 1/3418 actions (Installing new actions)
1592026-06-04T08:04:53.584Z Actions: Completed 3418 actions in 3.27 seconds.
1602026-06-04T08:04:54.220Z Done
1612026-06-04T08:04:54.220Z Done
1622026-06-04T08:04:54.954Z Done
1632026-06-04T08:04:59.000Z Done
1642026-06-04T08:04:59.071Z Done
1652026-06-04T08:04:59.073Z Done
1662026-06-04T08:04:59.204Z Done
1672026-06-04T08:04:59.872Z++ set -o errexit
1682026-06-04T08:04:59.872Z++ cargo --version
1692026-06-04T08:04:59.879Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1702026-06-04T08:05:00.023Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1712026-06-04T08:05:00.026Zinfo: downloading 6 components
1722026-06-04T08:05:14.461Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1732026-06-04T08:05:14.464Z++ rustc --version
1742026-06-04T08:05:14.490Zrustc 1.95.0 (59807616e 2026-04-14)
1752026-06-04T08:05:14.494Z++ cargo install cargo-nextest --version 0.9.97
1762026-06-04T08:05:14.537Z Updating crates.io index
1772026-06-04T08:05:14.629Z Downloading crates ...
1782026-06-04T08:05:14.677Z Downloaded cargo-nextest v0.9.97
1792026-06-04T08:05:14.737Z Installing cargo-nextest v0.9.97
1802026-06-04T08:05:14.777Z Updating crates.io index
1812026-06-04T08:05:17.252Z Locking 404 packages to latest compatible versions
1822026-06-04T08:05:17.256Z Adding dialoguer v0.11.0 (available: v0.12.0)
1832026-06-04T08:05:17.259Z Adding duct v0.13.7 (available: v1.1.1)
1842026-06-04T08:05:17.259Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1852026-06-04T08:05:17.259Z Adding generic-array v0.14.7 (available: v0.14.9)
1862026-06-04T08:05:17.262Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1872026-06-04T08:05:17.262Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1882026-06-04T08:05:17.262Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1892026-06-04T08:05:17.265Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1902026-06-04T08:05:17.268Z Adding quick-junit v0.5.2 (available: v0.6.0)
1912026-06-04T08:05:17.295Z Downloading crates ...
1922026-06-04T08:05:17.361Z Downloaded addr2line v0.25.1
1932026-06-04T08:05:17.367Z Downloaded futures-core v0.3.32
1942026-06-04T08:05:17.370Z Downloaded futures-executor v0.3.32
1952026-06-04T08:05:17.370Z Downloaded futures-macro v0.3.32
1962026-06-04T08:05:17.373Z Downloaded eyre v0.6.12
1972026-06-04T08:05:17.375Z Downloaded dialoguer v0.11.0
1982026-06-04T08:05:17.378Z Downloaded convert_case v0.10.0
1992026-06-04T08:05:17.381Z Downloaded clap_derive v4.6.1
2002026-06-04T08:05:17.384Z Downloaded http-body v1.0.1
2012026-06-04T08:05:17.384Z Downloaded backtrace-ext v0.2.1
2022026-06-04T08:05:17.384Z Downloaded form_urlencoded v1.2.2
2032026-06-04T08:05:17.387Z Downloaded crypto-common v0.1.7
2042026-06-04T08:05:17.390Z Downloaded cargo_metadata v0.23.1
2052026-06-04T08:05:17.392Z Downloaded humantime-serde v1.1.1
2062026-06-04T08:05:17.396Z Downloaded idna_adapter v1.0.0
2072026-06-04T08:05:17.399Z Downloaded hyper-tls v0.6.0
2082026-06-04T08:05:17.399Z Downloaded atomic-waker v1.1.2
2092026-06-04T08:05:17.402Z Downloaded newtype-uuid v1.3.2
2102026-06-04T08:05:17.405Z Downloaded indenter v0.3.4
2112026-06-04T08:05:17.405Z Downloaded home v0.5.12
2122026-06-04T08:05:17.408Z Downloaded foreign-types-shared v0.1.1
2132026-06-04T08:05:17.408Z Downloaded document-features v0.2.12
2142026-06-04T08:05:17.408Z Downloaded cpufeatures v0.2.17
2152026-06-04T08:05:17.412Z Downloaded indent_write v2.2.0
2162026-06-04T08:05:17.412Z Downloaded openssl-macros v0.1.1
2172026-06-04T08:05:17.415Z Downloaded hyper-rustls v0.27.9
2182026-06-04T08:05:17.415Z Downloaded enable-ansi-support v0.2.1
2192026-06-04T08:05:17.415Z Downloaded color-spantrace v0.3.0
2202026-06-04T08:05:17.419Z Downloaded guppy-workspace-hack v0.1.0
2212026-06-04T08:05:17.419Z Downloaded futures-channel v0.3.32
2222026-06-04T08:05:17.422Z Downloaded iana-time-zone v0.1.65
2232026-06-04T08:05:17.422Z Downloaded humantime v2.3.0
2242026-06-04T08:05:17.422Z Downloaded colorchoice v1.0.5
2252026-06-04T08:05:17.425Z Downloaded anstyle v1.0.14
2262026-06-04T08:05:17.425Z Downloaded filetime v0.2.29
2272026-06-04T08:05:17.425Z Downloaded rustc-hash v2.1.2
2282026-06-04T08:05:17.428Z Downloaded clap_lex v1.1.0
2292026-06-04T08:05:17.428Z Downloaded fastrand v2.4.1
2302026-06-04T08:05:17.431Z Downloaded equivalent v1.0.2
2312026-06-04T08:05:17.431Z Downloaded generic-array v0.14.7
2322026-06-04T08:05:17.431Z Downloaded anstyle-query v1.1.5
2332026-06-04T08:05:17.434Z Downloaded http-body-util v0.1.3
2342026-06-04T08:05:17.434Z Downloaded futures-io v0.3.32
2352026-06-04T08:05:17.438Z Downloaded foreign-types v0.3.2
2362026-06-04T08:05:17.444Z Downloaded rustc-demangle v0.1.27
2372026-06-04T08:05:17.447Z Downloaded rustls-pki-types v1.14.1
2382026-06-04T08:05:17.449Z Downloaded heck v0.5.0
2392026-06-04T08:05:17.450Z Downloaded httparse v1.10.1
2402026-06-04T08:05:17.450Z Downloaded futures-sink v0.3.32
2412026-06-04T08:05:17.476Z Downloaded cfg-if v1.0.4
2422026-06-04T08:05:17.476Z Downloaded rand_core v0.6.4
2432026-06-04T08:05:17.476Z Downloaded cfg_aliases v0.2.1
2442026-06-04T08:05:17.476Z Downloaded futures-task v0.3.32
2452026-06-04T08:05:17.476Z Downloaded rand_chacha v0.9.0
2462026-06-04T08:05:17.476Z Downloaded atomicwrites v0.4.4
2472026-06-04T08:05:17.476Z Downloaded debug-ignore v1.0.5
2482026-06-04T08:05:17.476Z Downloaded cargo_metadata v0.20.0
2492026-06-04T08:05:17.476Z Downloaded camino-tempfile v1.4.1
2502026-06-04T08:05:17.476Z Downloaded serde_spanned v1.1.1
2512026-06-04T08:05:17.476Z Downloaded fixedbitset v0.5.7
2522026-06-04T08:05:17.476Z Downloaded console v0.15.11
2532026-06-04T08:05:17.479Z Downloaded fnv v1.0.7
2542026-06-04T08:05:17.479Z Downloaded scopeguard v1.2.0
2552026-06-04T08:05:17.479Z Downloaded parking_lot v0.12.5
2562026-06-04T08:05:17.482Z Downloaded hex v0.4.3
2572026-06-04T08:05:17.485Z Downloaded block-buffer v0.10.4
2582026-06-04T08:05:17.485Z Downloaded async-scoped v0.9.0
2592026-06-04T08:05:17.487Z Downloaded parking_lot_core v0.9.12
2602026-06-04T08:05:17.487Z Downloaded serde_ignored v0.1.14
2612026-06-04T08:05:17.487Z Downloaded curve25519-dalek-derive v0.1.1
2622026-06-04T08:05:17.490Z Downloaded errno v0.3.14
2632026-06-04T08:05:17.490Z Downloaded cargo-platform v0.2.0
2642026-06-04T08:05:17.490Z Downloaded is_ci v1.2.0
2652026-06-04T08:05:17.493Z Downloaded adler2 v2.0.1
2662026-06-04T08:05:17.496Z Downloaded percent-encoding v2.3.2
2672026-06-04T08:05:17.499Z Downloaded serde_spanned v0.6.9
2682026-06-04T08:05:17.499Z Downloaded rustc_version v0.4.1
2692026-06-04T08:05:17.502Z Downloaded serde_urlencoded v0.7.1
2702026-06-04T08:05:17.502Z Downloaded pathdiff v0.2.3
2712026-06-04T08:05:17.502Z Downloaded strip-ansi-escapes v0.2.1
2722026-06-04T08:05:17.505Z Downloaded nextest-workspace-hack v0.1.0
2732026-06-04T08:05:17.505Z Downloaded openssl-probe v0.2.1
2742026-06-04T08:05:17.505Z Downloaded number_prefix v0.4.0
2752026-06-04T08:05:17.507Z Downloaded ed25519 v2.2.3
2762026-06-04T08:05:17.508Z Downloaded future-queue v0.4.0
2772026-06-04T08:05:17.511Z Downloaded digest v0.10.7
2782026-06-04T08:05:17.511Z Downloaded lru-slab v0.1.2
2792026-06-04T08:05:17.514Z Downloaded os_pipe v1.2.3
2802026-06-04T08:05:17.514Z Downloaded mukti-metadata v0.3.0
2812026-06-04T08:05:17.514Z Downloaded lazy_static v1.5.0
2822026-06-04T08:05:17.517Z Downloaded is_terminal_polyfill v1.70.2
2832026-06-04T08:05:17.517Z Downloaded anstyle-parse v1.0.0
2842026-06-04T08:05:17.517Z Downloaded cargo-platform v0.3.3
2852026-06-04T08:05:17.520Z Downloaded indicatif v0.17.11
2862026-06-04T08:05:17.523Z Downloaded nested v0.1.1
2872026-06-04T08:05:17.523Z Downloaded foldhash v0.1.5
2882026-06-04T08:05:17.523Z Downloaded shared_child v1.1.1
2892026-06-04T08:05:17.526Z Downloaded globset v0.4.18
2902026-06-04T08:05:17.526Z Downloaded anstream v1.0.0
2912026-06-04T08:05:17.530Z Downloaded supports-color v3.0.2
2922026-06-04T08:05:17.530Z Downloaded strsim v0.11.1
2932026-06-04T08:05:17.530Z Downloaded sigchld v0.2.4
2942026-06-04T08:05:17.533Z Downloaded signal-hook-mio v0.2.5
2952026-06-04T08:05:17.533Z Downloaded find-msvc-tools v0.1.9
2962026-06-04T08:05:17.533Z Downloaded autocfg v1.5.1
2972026-06-04T08:05:17.537Z Downloaded sync_wrapper v1.0.2
2982026-06-04T08:05:17.537Z Downloaded crc32fast v1.5.0
2992026-06-04T08:05:17.540Z Downloaded swrite v0.1.0
3002026-06-04T08:05:17.543Z Downloaded supports-unicode v3.0.0
3012026-06-04T08:05:17.543Z Downloaded supports-hyperlinks v3.2.0
3022026-06-04T08:05:17.543Z Downloaded subtle v2.6.1
3032026-06-04T08:05:17.546Z Downloaded ppv-lite86 v0.2.21
3042026-06-04T08:05:17.549Z Downloaded pin-project-lite v0.2.17
3052026-06-04T08:05:17.552Z Downloaded terminal_size v0.4.4
3062026-06-04T08:05:17.553Z Downloaded itoa v1.0.18
3072026-06-04T08:05:17.557Z Downloaded rand_core v0.9.5
3082026-06-04T08:05:17.557Z Downloaded nextest-metadata v0.12.2
3092026-06-04T08:05:17.557Z Downloaded erased-serde v0.4.10
3102026-06-04T08:05:17.560Z Downloaded serde-value v0.7.0
3112026-06-04T08:05:17.560Z Downloaded serde-untagged v0.1.9
3122026-06-04T08:05:17.560Z Downloaded cargo-util-schemas v0.2.0
3132026-06-04T08:05:17.560Z Downloaded tinyvec_macros v0.1.1
3142026-06-04T08:05:17.563Z Downloaded base64ct v1.8.3
3152026-06-04T08:05:17.563Z Downloaded http v1.4.1
3162026-06-04T08:05:17.566Z Downloaded tokio-macros v2.7.0
3172026-06-04T08:05:17.569Z Downloaded shell-words v1.1.1
3182026-06-04T08:05:17.569Z Downloaded sha2 v0.10.9
3192026-06-04T08:05:17.569Z Downloaded pkcs8 v0.10.2
3202026-06-04T08:05:17.573Z Downloaded toml_datetime v0.6.11
3212026-06-04T08:05:17.573Z Downloaded either v1.16.0
3222026-06-04T08:05:17.579Z Downloaded ahash v0.8.12
3232026-06-04T08:05:17.579Z Downloaded serde_path_to_error v0.1.20
3242026-06-04T08:05:17.579Z Downloaded hyper-util v0.1.20
3252026-06-04T08:05:17.582Z Downloaded pin-project-internal v1.1.13
3262026-06-04T08:05:17.582Z Downloaded miette-derive v7.6.0
3272026-06-04T08:05:17.582Z Downloaded getrandom v0.2.17
3282026-06-04T08:05:17.585Z Downloaded camino v1.2.2
3292026-06-04T08:05:17.588Z Downloaded toml_write v0.1.2
3302026-06-04T08:05:17.588Z Downloaded slab v0.4.12
3312026-06-04T08:05:17.588Z Downloaded simd-adler32 v0.3.9
3322026-06-04T08:05:17.591Z Downloaded tower-layer v0.3.3
3332026-06-04T08:05:17.594Z Downloaded tower-service v0.3.3
3342026-06-04T08:05:17.594Z Downloaded tracing-error v0.2.1
3352026-06-04T08:05:17.594Z Downloaded owo-colors v4.3.0
3362026-06-04T08:05:17.594Z Downloaded ipnet v2.12.0
3372026-06-04T08:05:17.600Z Downloaded signature v2.2.0
3382026-06-04T08:05:17.603Z Downloaded spki v0.7.3
3392026-06-04T08:05:17.603Z Downloaded signal-hook-registry v1.4.8
3402026-06-04T08:05:17.603Z Downloaded try-lock v0.2.5
3412026-06-04T08:05:17.610Z Downloaded static_assertions v1.1.0
3422026-06-04T08:05:17.610Z Downloaded typeid v1.0.3
3432026-06-04T08:05:17.610Z Downloaded getrandom v0.4.2
3442026-06-04T08:05:17.618Z Downloaded unicode-linebreak v0.1.5
3452026-06-04T08:05:17.618Z Downloaded getrandom v0.3.4
3462026-06-04T08:05:17.618Z Downloaded target-spec-miette v0.4.8
3472026-06-04T08:05:17.618Z Downloaded target-lexicon v0.13.5
3482026-06-04T08:05:17.622Z Downloaded quote v1.0.45
3492026-06-04T08:05:17.622Z Downloaded quinn-udp v0.5.14
3502026-06-04T08:05:17.622Z Downloaded semver v1.0.28
3512026-06-04T08:05:17.622Z Downloaded unicode-xid v0.2.6
3522026-06-04T08:05:17.622Z Downloaded thiserror-impl v1.0.69
3532026-06-04T08:05:17.626Z Downloaded xattr v1.6.1
3542026-06-04T08:05:17.626Z Downloaded want v0.3.1
3552026-06-04T08:05:17.626Z Downloaded untrusted v0.9.0
3562026-06-04T08:05:17.626Z Downloaded thiserror v2.0.18
3572026-06-04T08:05:17.629Z Downloaded version_check v0.9.5
3582026-06-04T08:05:17.629Z Downloaded utf8parse v0.2.2
3592026-06-04T08:05:17.629Z Downloaded utf8_iter v1.0.4
3602026-06-04T08:05:17.632Z Downloaded urlencoding v2.1.3
3612026-06-04T08:05:17.632Z Downloaded thread_local v1.1.9
3622026-06-04T08:05:17.632Z Downloaded thiserror v1.0.69
3632026-06-04T08:05:17.635Z Downloaded tokio-native-tls v0.3.1
3642026-06-04T08:05:17.638Z Downloaded nextest-filtering v0.15.0
3652026-06-04T08:05:17.638Z Downloaded self-replace v1.5.0
3662026-06-04T08:05:17.638Z Downloaded quick-junit v0.5.2
3672026-06-04T08:05:17.641Z Downloaded ordered-float v2.10.1
3682026-06-04T08:05:17.641Z Downloaded native-tls v0.2.18
3692026-06-04T08:05:17.644Z Downloaded const-oid v0.9.6
3702026-06-04T08:05:17.644Z Downloaded self_update v0.42.0
3712026-06-04T08:05:17.647Z Downloaded lock_api v0.4.14
3722026-06-04T08:05:17.647Z Downloaded smol_str v0.3.6
3732026-06-04T08:05:17.647Z Downloaded shlex v2.0.1
3742026-06-04T08:05:17.649Z Downloaded jobserver v0.1.34
3752026-06-04T08:05:17.649Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3762026-06-04T08:05:17.649Z Downloaded pkg-config v0.3.33
3772026-06-04T08:05:17.652Z Downloaded litrs v1.0.0
3782026-06-04T08:05:17.655Z Downloaded clap v4.6.1
3792026-06-04T08:05:17.661Z Downloaded futures v0.3.32
3802026-06-04T08:05:17.666Z Downloaded toml_writer v1.1.1+spec-1.1.0
3812026-06-04T08:05:17.670Z Downloaded smallvec v1.15.1
3822026-06-04T08:05:17.670Z Downloaded once_cell v1.21.4
3832026-06-04T08:05:17.670Z Downloaded derive-where v1.6.1
3842026-06-04T08:05:17.674Z Downloaded tracing-log v0.2.0
3852026-06-04T08:05:17.674Z Downloaded log v0.4.32
3862026-06-04T08:05:17.678Z Downloaded target-spec v3.6.0
3872026-06-04T08:05:17.679Z Downloaded unicase v2.9.0
3882026-06-04T08:05:17.682Z Downloaded thiserror-impl v2.0.18
3892026-06-04T08:05:17.682Z Downloaded tempfile v3.27.0
3902026-06-04T08:05:17.685Z Downloaded quinn v0.11.9
3912026-06-04T08:05:17.688Z Downloaded serde_core v1.0.228
3922026-06-04T08:05:17.693Z Downloaded tokio-rustls v0.26.4
3932026-06-04T08:05:17.693Z Downloaded toml v0.8.23
3942026-06-04T08:05:17.697Z Downloaded tokio-stream v0.1.18
3952026-06-04T08:05:17.698Z Downloaded sharded-slab v0.1.7
3962026-06-04T08:05:17.701Z Downloaded pin-project v1.1.13
3972026-06-04T08:05:17.705Z Downloaded zmij v1.0.21
3982026-06-04T08:05:17.711Z Downloaded indexmap v2.14.0
3992026-06-04T08:05:17.711Z Downloaded zstd v0.13.3
4002026-06-04T08:05:17.716Z Downloaded zipsign-api v0.1.5
4012026-06-04T08:05:17.716Z Downloaded xxhash-rust v0.8.15
4022026-06-04T08:05:17.716Z Downloaded cfg-expr v0.20.8
4032026-06-04T08:05:17.716Z Downloaded tracing-attributes v0.1.31
4042026-06-04T08:05:17.722Z Downloaded derive_more v2.1.1
4052026-06-04T08:05:17.725Z Downloaded textwrap v0.16.2
4062026-06-04T08:05:17.725Z Downloaded openssl-sys v0.9.116
4072026-06-04T08:05:17.728Z Downloaded miniz_oxide v0.8.9
4082026-06-04T08:05:17.728Z Downloaded ed25519-dalek v2.2.0
4092026-06-04T08:05:17.734Z Downloaded duct v0.13.7
4102026-06-04T08:05:17.735Z Downloaded tinyvec v1.11.0
4112026-06-04T08:05:17.740Z Downloaded idna v1.1.0
4122026-06-04T08:05:17.741Z Downloaded cc v1.2.63
4132026-06-04T08:05:17.741Z Downloaded zeroize v1.8.2
4142026-06-04T08:05:17.741Z Downloaded toml_parser v1.1.2+spec-1.1.0
4152026-06-04T08:05:17.741Z Downloaded signal-hook v0.3.18
4162026-06-04T08:05:17.748Z Downloaded zstd-safe v7.2.4
4172026-06-04T08:05:17.748Z Downloaded backtrace v0.3.76
4182026-06-04T08:05:17.748Z Downloaded proc-macro2 v1.0.106
4192026-06-04T08:05:17.753Z Downloaded borsh v1.6.1
4202026-06-04T08:05:17.753Z Downloaded flate2 v1.1.9
4212026-06-04T08:05:17.753Z Downloaded der v0.7.10
4222026-06-04T08:05:17.756Z Downloaded socket2 v0.6.4
4232026-06-04T08:05:17.756Z Downloaded ryu v1.0.23
4242026-06-04T08:05:17.760Z Downloaded bytes v1.11.1
4252026-06-04T08:05:17.760Z Downloaded bitflags v2.12.1
4262026-06-04T08:05:17.763Z Downloaded num-traits v0.2.19
4272026-06-04T08:05:17.766Z Downloaded config v0.15.23
4282026-06-04T08:05:17.766Z Downloaded unicode-ident v1.0.24
4292026-06-04T08:05:17.769Z Downloaded serde_derive v1.0.228
4302026-06-04T08:05:17.774Z Downloaded serde v1.0.228
4312026-06-04T08:05:17.777Z Downloaded base64 v0.22.1
4322026-06-04T08:05:17.777Z Downloaded vte v0.14.1
4332026-06-04T08:05:17.780Z Downloaded rustls-webpki v0.103.13
4342026-06-04T08:05:17.783Z Downloaded uuid v1.23.2
4352026-06-04T08:05:17.783Z Downloaded toml v1.1.2+spec-1.1.0
4362026-06-04T08:05:17.786Z Downloaded derive_more-impl v2.1.1
4372026-06-04T08:05:17.789Z Downloaded hyper v1.10.1
4382026-06-04T08:05:17.792Z Downloaded tracing-core v0.1.36
4392026-06-04T08:05:17.797Z Downloaded mio v1.2.1
4402026-06-04T08:05:17.800Z Downloaded h2 v0.4.14
4412026-06-04T08:05:17.803Z Downloaded guppy v0.17.26
4422026-06-04T08:05:17.806Z Downloaded miette v7.6.0
4432026-06-04T08:05:17.810Z Downloaded memchr v2.8.1
4442026-06-04T08:05:17.813Z Downloaded toml_edit v0.22.27
4452026-06-04T08:05:17.816Z Downloaded rand v0.9.4
4462026-06-04T08:05:17.816Z Downloaded clap_builder v4.6.0
4472026-06-04T08:05:17.821Z Downloaded url v2.5.8
4482026-06-04T08:05:17.840Z Downloaded tar v0.4.46
4492026-06-04T08:05:17.849Z Downloaded hashbrown v0.15.5
4502026-06-04T08:05:17.852Z Downloaded crossterm v0.29.0
4512026-06-04T08:05:17.857Z Downloaded typenum v1.20.1
4522026-06-04T08:05:17.860Z Downloaded tower v0.5.3
4532026-06-04T08:05:17.864Z Downloaded unicode-segmentation v1.13.3
4542026-06-04T08:05:17.872Z Downloaded ron v0.12.1
4552026-06-04T08:05:17.878Z Downloaded serde_json v1.0.150
4562026-06-04T08:05:17.882Z Downloaded unicode-normalization v0.1.25
4572026-06-04T08:05:17.885Z Downloaded itertools v0.14.0
4582026-06-04T08:05:17.890Z Downloaded futures-util v0.3.32
4592026-06-04T08:05:17.899Z Downloaded regex v1.12.3
4602026-06-04T08:05:17.902Z Downloaded quick-xml v0.37.5
4612026-06-04T08:05:17.906Z Downloaded tokio-util v0.7.18
4622026-06-04T08:05:17.910Z Downloaded aho-corasick v1.1.4
4632026-06-04T08:05:17.915Z Downloaded reqwest v0.12.28
4642026-06-04T08:05:17.915Z Downloaded hashbrown v0.17.1
4652026-06-04T08:05:17.918Z Downloaded pulldown-cmark v0.13.4
4662026-06-04T08:05:17.921Z Downloaded tower-http v0.6.11
4672026-06-04T08:05:17.936Z Downloaded quick-xml v0.38.4
4682026-06-04T08:05:17.950Z Downloaded portable-atomic v1.13.1
4692026-06-04T08:05:17.953Z Downloaded winnow v1.0.3
4702026-06-04T08:05:17.960Z Downloaded webpki-roots v1.0.7
4712026-06-04T08:05:17.963Z Downloaded gimli v0.32.3
4722026-06-04T08:05:17.968Z Downloaded chrono v0.4.44
4732026-06-04T08:05:17.973Z Downloaded winnow v0.7.15
4742026-06-04T08:05:17.992Z Downloaded quinn-proto v0.11.14
4752026-06-04T08:05:17.995Z Downloaded unicode-width v0.1.14
4762026-06-04T08:05:17.998Z Downloaded curve25519-dalek v4.1.3
4772026-06-04T08:05:18.005Z Downloaded unicode-width v0.2.2
4782026-06-04T08:05:18.009Z Downloaded zerocopy v0.8.50
4792026-06-04T08:05:18.017Z Downloaded tracing-subscriber v0.3.23
4802026-06-04T08:05:18.022Z Downloaded vcpkg v0.2.15
4812026-06-04T08:05:18.044Z Downloaded bstr v1.12.1
4822026-06-04T08:05:18.062Z Downloaded tracing v0.1.44
4832026-06-04T08:05:18.074Z Downloaded syn v2.0.117
4842026-06-04T08:05:18.079Z Downloaded nextest-runner v0.80.0
4852026-06-04T08:05:18.085Z Downloaded color-eyre v0.6.5
4862026-06-04T08:05:18.099Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-06-04T08:05:18.108Z Downloaded openssl v0.10.80
4882026-06-04T08:05:18.112Z Downloaded regex-syntax v0.8.10
4892026-06-04T08:05:18.116Z Downloaded object v0.37.3
4902026-06-04T08:05:18.123Z Downloaded rustls v0.23.40
4912026-06-04T08:05:18.129Z Downloaded nix v0.30.1
4922026-06-04T08:05:18.136Z Downloaded rustix v0.38.44
4932026-06-04T08:05:18.148Z Downloaded rustix v1.1.4
4942026-06-04T08:05:18.223Z Downloaded regex-automata v0.4.14
4952026-06-04T08:05:18.270Z Downloaded petgraph v0.8.3
4962026-06-04T08:05:18.282Z Downloaded libc v0.2.186
4972026-06-04T08:05:18.300Z Downloaded tokio v1.52.3
4982026-06-04T08:05:18.378Z Downloaded recursion v0.5.4
4992026-06-04T08:05:18.385Z Downloaded ring v0.17.14
5002026-06-04T08:05:18.445Z Compiling proc-macro2 v1.0.106
5012026-06-04T08:05:18.445Z Compiling libc v0.2.186
5022026-06-04T08:05:18.449Z Compiling unicode-ident v1.0.24
5032026-06-04T08:05:18.449Z Compiling quote v1.0.45
5042026-06-04T08:05:18.449Z Compiling serde_core v1.0.228
5052026-06-04T08:05:18.450Z Compiling cfg-if v1.0.4
5062026-06-04T08:05:18.450Z Compiling memchr v2.8.1
5072026-06-04T08:05:18.450Z Compiling once_cell v1.21.4
5082026-06-04T08:05:18.687Z Compiling log v0.4.32
5092026-06-04T08:05:18.700Z Compiling pin-project-lite v0.2.17
5102026-06-04T08:05:18.804Z Compiling serde v1.0.228
5112026-06-04T08:05:18.885Z Compiling itoa v1.0.18
5122026-06-04T08:05:19.107Z Compiling futures-core v0.3.32
5132026-06-04T08:05:19.250Z Compiling smallvec v1.15.1
5142026-06-04T08:05:19.473Z Compiling bitflags v2.12.1
5152026-06-04T08:05:19.701Z Compiling shlex v2.0.1
5162026-06-04T08:05:19.708Z Compiling hashbrown v0.17.1
5172026-06-04T08:05:19.731Z Compiling equivalent v1.0.2
5182026-06-04T08:05:19.813Z Compiling find-msvc-tools v0.1.9
5192026-06-04T08:05:19.849Z Compiling bytes v1.11.1
5202026-06-04T08:05:19.888Z Compiling futures-sink v0.3.32
5212026-06-04T08:05:19.991Z Compiling jobserver v0.1.34
5222026-06-04T08:05:20.004Z Compiling rustix v1.1.4
5232026-06-04T08:05:20.037Z Compiling zmij v1.0.21
5242026-06-04T08:05:20.199Z Compiling errno v0.3.14
5252026-06-04T08:05:20.336Z Compiling signal-hook-registry v1.4.8
5262026-06-04T08:05:20.358Z Compiling cc v1.2.63
5272026-06-04T08:05:20.361Z Compiling mio v1.2.1
5282026-06-04T08:05:20.445Z Compiling socket2 v0.6.4
5292026-06-04T08:05:20.548Z Compiling syn v2.0.117
5302026-06-04T08:05:20.700Z Compiling slab v0.4.12
5312026-06-04T08:05:20.907Z Compiling futures-channel v0.3.32
5322026-06-04T08:05:20.921Z Compiling tracing-core v0.1.36
5332026-06-04T08:05:21.118Z Compiling version_check v0.9.5
5342026-06-04T08:05:21.182Z Compiling serde_json v1.0.150
5352026-06-04T08:05:21.415Z Compiling futures-task v0.3.32
5362026-06-04T08:05:21.469Z Compiling getrandom v0.4.2
5372026-06-04T08:05:21.596Z Compiling futures-io v0.3.32
5382026-06-04T08:05:21.619Z Compiling indexmap v2.14.0
5392026-06-04T08:05:21.801Z Compiling percent-encoding v2.3.2
5402026-06-04T08:05:21.806Z Compiling unicode-width v0.2.2
5412026-06-04T08:05:21.810Z Compiling camino v1.2.2
5422026-06-04T08:05:22.114Z Compiling ring v0.17.14
5432026-06-04T08:05:22.125Z Compiling http v1.4.1
5442026-06-04T08:05:22.233Z Compiling simd-adler32 v0.3.9
5452026-06-04T08:05:22.257Z Compiling autocfg v1.5.1
5462026-06-04T08:05:22.492Z Compiling adler2 v2.0.1
5472026-06-04T08:05:22.607Z Compiling zeroize v1.8.2
5482026-06-04T08:05:22.620Z Compiling num-traits v0.2.19
5492026-06-04T08:05:22.653Z Compiling miniz_oxide v0.8.9
5502026-06-04T08:05:22.855Z Compiling getrandom v0.3.4
5512026-06-04T08:05:23.068Z Compiling zerocopy v0.8.50
5522026-06-04T08:05:23.188Z Compiling object v0.37.3
5532026-06-04T08:05:23.359Z Compiling target-lexicon v0.13.5
5542026-06-04T08:05:23.531Z Compiling http-body v1.0.1
5552026-06-04T08:05:23.677Z Compiling rustls-pki-types v1.14.1
5562026-06-04T08:05:23.691Z Compiling form_urlencoded v1.2.2
5572026-06-04T08:05:23.861Z Compiling semver v1.0.28
5582026-06-04T08:05:23.951Z Compiling getrandom v0.2.17
5592026-06-04T08:05:23.982Z Compiling httparse v1.10.1
5602026-06-04T08:05:24.035Z Compiling owo-colors v4.3.0
5612026-06-04T08:05:24.130Z Compiling serde_derive v1.0.228
5622026-06-04T08:05:24.140Z Compiling tokio-macros v2.7.0
5632026-06-04T08:05:24.320Z Compiling futures-macro v0.3.32
5642026-06-04T08:05:24.334Z Compiling tracing-attributes v0.1.31
5652026-06-04T08:05:24.361Z Compiling guppy-workspace-hack v0.1.0
5662026-06-04T08:05:24.509Z Compiling utf8_iter v1.0.4
5672026-06-04T08:05:24.534Z Compiling signal-hook v0.3.18
5682026-06-04T08:05:24.590Z Compiling thiserror v2.0.18
5692026-06-04T08:05:24.687Z Compiling idna_adapter v1.0.0
5702026-06-04T08:05:24.761Z Compiling untrusted v0.9.0
5712026-06-04T08:05:24.774Z Compiling gimli v0.32.3
5722026-06-04T08:05:24.894Z Compiling fnv v1.0.7
5732026-06-04T08:05:24.956Z Compiling tokio v1.52.3
5742026-06-04T08:05:25.023Z Compiling idna v1.1.0
5752026-06-04T08:05:25.134Z Compiling futures-util v0.3.32
5762026-06-04T08:05:25.269Z Compiling thiserror-impl v2.0.18
5772026-06-04T08:05:25.541Z Compiling tracing v0.1.44
5782026-06-04T08:05:26.693Z Compiling addr2line v0.25.1
5792026-06-04T08:05:27.329Z Compiling generic-array v0.14.7
5802026-06-04T08:05:27.356Z Compiling rustls v0.23.40
5812026-06-04T08:05:27.443Z Compiling tower-service v0.3.3
5822026-06-04T08:05:27.544Z Compiling fastrand v2.4.1
5832026-06-04T08:05:27.572Z Compiling typeid v1.0.3
5842026-06-04T08:05:27.588Z Compiling try-lock v0.2.5
5852026-06-04T08:05:27.708Z Compiling atomic-waker v1.1.2
5862026-06-04T08:05:27.790Z Compiling pkg-config v0.3.33
5872026-06-04T08:05:27.839Z Compiling rustc-demangle v0.1.27
5882026-06-04T08:05:27.864Z Compiling target-spec v3.6.0
5892026-06-04T08:05:27.877Z Compiling thiserror v1.0.69
5902026-06-04T08:05:28.224Z Compiling tempfile v3.27.0
5912026-06-04T08:05:28.248Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5922026-06-04T08:05:28.373Z Compiling want v0.3.1
5932026-06-04T08:05:28.659Z Compiling cfg-expr v0.20.8
5942026-06-04T08:05:28.713Z Compiling url v2.5.8
5952026-06-04T08:05:28.832Z Compiling tokio-util v0.7.18
5962026-06-04T08:05:29.598Z Compiling backtrace v0.3.76
5972026-06-04T08:05:29.634Z Compiling h2 v0.4.14
5982026-06-04T08:05:30.155Z Compiling thiserror-impl v1.0.69
5992026-06-04T08:05:30.455Z Compiling terminal_size v0.4.4
6002026-06-04T08:05:30.609Z Compiling aho-corasick v1.1.4
6012026-06-04T08:05:30.694Z Compiling typenum v1.20.1
6022026-06-04T08:05:31.136Z Compiling erased-serde v0.4.10
6032026-06-04T08:05:31.277Z Compiling subtle v2.6.1
6042026-06-04T08:05:31.340Z Compiling regex-syntax v0.8.10
6052026-06-04T08:05:31.441Z Compiling winnow v0.7.15
6062026-06-04T08:05:32.155Z Compiling hyper v1.10.1
6072026-06-04T08:05:33.347Z Compiling rustls-webpki v0.103.13
6082026-06-04T08:05:35.599Z Compiling regex-automata v0.4.14
6092026-06-04T08:05:35.985Z Compiling serde_spanned v0.6.9
6102026-06-04T08:05:36.013Z Compiling toml_datetime v0.6.11
6112026-06-04T08:05:36.146Z Compiling ahash v0.8.12
6122026-06-04T08:05:36.381Z Compiling sync_wrapper v1.0.2
6132026-06-04T08:05:36.410Z Compiling foldhash v0.1.5
6142026-06-04T08:05:36.496Z Compiling lazy_static v1.5.0
6152026-06-04T08:05:36.605Z Compiling toml_write v0.1.2
6162026-06-04T08:05:36.629Z Compiling base64 v0.22.1
6172026-06-04T08:05:36.848Z Compiling either v1.16.0
6182026-06-04T08:05:37.090Z Compiling unicode-linebreak v0.1.5
6192026-06-04T08:05:37.113Z Compiling is_ci v1.2.0
6202026-06-04T08:05:37.284Z Compiling tower-layer v0.3.3
6212026-06-04T08:05:37.359Z Compiling parking_lot_core v0.9.12
6222026-06-04T08:05:37.486Z Compiling ipnet v2.12.0
6232026-06-04T08:05:37.639Z Compiling crc32fast v1.5.0
6242026-06-04T08:05:37.854Z Compiling nextest-workspace-hack v0.1.0
6252026-06-04T08:05:37.935Z Compiling portable-atomic v1.13.1
6262026-06-04T08:05:38.086Z Compiling unicode-segmentation v1.13.3
6272026-06-04T08:05:38.469Z Compiling convert_case v0.10.0
6282026-06-04T08:05:38.535Z Compiling hyper-util v0.1.20
6292026-06-04T08:05:38.636Z Compiling tokio-rustls v0.26.4
6302026-06-04T08:05:38.667Z Compiling tower v0.5.3
6312026-06-04T08:05:38.743Z Compiling textwrap v0.16.2
6322026-06-04T08:05:38.920Z Compiling supports-color v3.0.2
6332026-06-04T08:05:39.153Z Compiling toml_edit v0.22.27
6342026-06-04T08:05:39.166Z Compiling sharded-slab v0.1.7
6352026-06-04T08:05:39.256Z Compiling hashbrown v0.15.5
6362026-06-04T08:05:39.905Z Compiling backtrace-ext v0.2.1
6372026-06-04T08:05:40.155Z Compiling ordered-float v2.10.1
6382026-06-04T08:05:40.168Z Compiling miette-derive v7.6.0
6392026-06-04T08:05:40.406Z Compiling webpki-roots v1.0.7
6402026-06-04T08:05:40.421Z Compiling pathdiff v0.2.3
6412026-06-04T08:05:40.523Z Compiling console v0.15.11
6422026-06-04T08:05:40.545Z Compiling cargo-platform v0.3.3
6432026-06-04T08:05:41.098Z Compiling tracing-log v0.2.0
6442026-06-04T08:05:41.169Z Compiling os_pipe v1.2.3
6452026-06-04T08:05:41.255Z Compiling thread_local v1.1.9
6462026-06-04T08:05:41.335Z Compiling unicode-width v0.1.14
6472026-06-04T08:05:41.444Z Compiling rustix v0.38.44
6482026-06-04T08:05:41.645Z Compiling zstd-safe v7.2.4
6492026-06-04T08:05:41.811Z Compiling supports-hyperlinks v3.2.0
6502026-06-04T08:05:41.826Z Compiling pulldown-cmark v0.13.4
6512026-06-04T08:05:41.902Z Compiling ryu v1.0.23
6522026-06-04T08:05:41.974Z Compiling cfg_aliases v0.2.1
6532026-06-04T08:05:42.028Z Compiling winnow v1.0.3
6542026-06-04T08:05:42.047Z Compiling utf8parse v0.2.2
6552026-06-04T08:05:42.062Z Compiling scopeguard v1.2.0
6562026-06-04T08:05:42.174Z Compiling fixedbitset v0.5.7
6572026-06-04T08:05:42.180Z Compiling debug-ignore v1.0.5
6582026-06-04T08:05:42.196Z Compiling supports-unicode v3.0.0
6592026-06-04T08:05:42.284Z Compiling anstyle-parse v1.0.0
6602026-06-04T08:05:42.368Z Compiling miette v7.6.0
6612026-06-04T08:05:42.506Z Compiling petgraph v0.8.3
6622026-06-04T08:05:42.677Z Compiling lock_api v0.4.14
6632026-06-04T08:05:42.959Z Compiling nix v0.30.1
6642026-06-04T08:05:43.333Z Compiling toml_parser v1.1.2+spec-1.1.0
6652026-06-04T08:05:43.505Z Compiling serde_urlencoded v0.7.1
6662026-06-04T08:05:43.927Z Compiling tracing-subscriber v0.3.23
6672026-06-04T08:05:44.464Z Compiling sigchld v0.2.4
6682026-06-04T08:05:44.643Z Compiling cargo_metadata v0.23.1
6692026-06-04T08:05:44.657Z Compiling toml v0.8.23
6702026-06-04T08:05:46.438Z Compiling hyper-rustls v0.27.9
6712026-06-04T08:05:46.684Z Compiling serde-value v0.7.0
6722026-06-04T08:05:47.109Z Compiling serde-untagged v0.1.9
6732026-06-04T08:05:47.448Z Compiling tower-http v0.6.11
6742026-06-04T08:05:47.462Z Compiling derive_more-impl v2.1.1
6752026-06-04T08:05:47.871Z Compiling regex v1.12.3
6762026-06-04T08:05:48.097Z Compiling itertools v0.14.0
6772026-06-04T08:05:48.263Z Compiling block-buffer v0.10.4
6782026-06-04T08:05:48.427Z Compiling crypto-common v0.1.7
6792026-06-04T08:05:48.513Z Compiling ppv-lite86 v0.2.21
6802026-06-04T08:05:48.531Z Compiling futures-executor v0.3.32
6812026-06-04T08:05:48.559Z Compiling rand_core v0.9.5
6822026-06-04T08:05:48.814Z Compiling pin-project-internal v1.1.13
6832026-06-04T08:05:48.839Z Compiling http-body-util v0.1.3
6842026-06-04T08:05:49.061Z Compiling uuid v1.23.2
6852026-06-04T08:05:49.104Z Compiling toml_datetime v1.1.1+spec-1.1.0
6862026-06-04T08:05:49.306Z Compiling serde_spanned v1.1.1
6872026-06-04T08:05:49.457Z Compiling smol_str v0.3.6
6882026-06-04T08:05:49.508Z Compiling filetime v0.2.29
6892026-06-04T08:05:49.568Z Compiling vte v0.14.1
6902026-06-04T08:05:49.596Z Compiling bstr v1.12.1
6912026-06-04T08:05:49.784Z Compiling tinyvec_macros v0.1.1
6922026-06-04T08:05:49.798Z Compiling anstyle v1.0.14
6932026-06-04T08:05:49.812Z Compiling anstyle-query v1.1.5
6942026-06-04T08:05:49.855Z Compiling is_terminal_polyfill v1.70.2
6952026-06-04T08:05:49.868Z Compiling static_assertions v1.1.0
6962026-06-04T08:05:49.939Z Compiling eyre v0.6.12
6972026-06-04T08:05:49.952Z Compiling self_update v0.42.0
6982026-06-04T08:05:50.061Z Compiling color-spantrace v0.3.0
6992026-06-04T08:05:50.104Z Compiling litrs v1.0.0
7002026-06-04T08:05:50.198Z Compiling unicode-xid v0.2.6
7012026-06-04T08:05:50.258Z Compiling xattr v1.6.1
7022026-06-04T08:05:50.261Z Compiling unicase v2.9.0
7032026-06-04T08:05:50.284Z Compiling colorchoice v1.0.5
7042026-06-04T08:05:50.335Z Compiling nested v0.1.1
7052026-06-04T08:05:50.373Z Compiling number_prefix v0.4.0
7062026-06-04T08:05:50.401Z Compiling iana-time-zone v0.1.65
7072026-06-04T08:05:50.457Z Compiling tar v0.4.46
7082026-06-04T08:05:50.525Z Compiling chrono v0.4.44
7092026-06-04T08:05:50.538Z Compiling document-features v0.2.12
7102026-06-04T08:05:50.541Z Compiling indicatif v0.17.11
7112026-06-04T08:05:50.750Z Compiling guppy v0.17.26
7122026-06-04T08:05:51.157Z Compiling anstream v1.0.0
7132026-06-04T08:05:51.575Z Compiling cargo-util-schemas v0.2.0
7142026-06-04T08:05:51.957Z Compiling globset v0.4.18
7152026-06-04T08:05:52.992Z Compiling pin-project v1.1.13
7162026-06-04T08:05:53.103Z Compiling tinyvec v1.11.0
7172026-06-04T08:05:53.542Z Compiling strip-ansi-escapes v0.2.1
7182026-06-04T08:05:53.667Z Compiling nextest-metadata v0.12.2
7192026-06-04T08:05:53.680Z Compiling toml v1.1.2+spec-1.1.0
7202026-06-04T08:05:53.892Z Compiling newtype-uuid v1.3.2
7212026-06-04T08:05:53.976Z Compiling reqwest v0.12.28
7222026-06-04T08:05:54.030Z Compiling rand_chacha v0.9.0
7232026-06-04T08:05:54.075Z Compiling futures v0.3.32
7242026-06-04T08:05:54.162Z Compiling digest v0.10.7
7252026-06-04T08:05:54.392Z Compiling derive_more v2.1.1
7262026-06-04T08:05:54.477Z Compiling parking_lot v0.12.5
7272026-06-04T08:05:54.584Z Compiling flate2 v1.1.9
7282026-06-04T08:05:55.136Z Compiling tracing-error v0.2.1
7292026-06-04T08:05:55.207Z Compiling shared_child v1.1.1
7302026-06-04T08:05:55.566Z Compiling signal-hook-mio v0.2.5
7312026-06-04T08:05:55.702Z Compiling self-replace v1.5.0
7322026-06-04T08:05:55.727Z Compiling cargo-platform v0.2.0
7332026-06-04T08:05:55.997Z Compiling quick-xml v0.37.5
7342026-06-04T08:05:56.293Z Compiling quick-xml v0.38.4
7352026-06-04T08:05:56.711Z Compiling recursion v0.5.4
7362026-06-04T08:05:56.856Z Compiling urlencoding v2.1.3
7372026-06-04T08:05:56.870Z Compiling strsim v0.11.1
7382026-06-04T08:05:57.103Z Compiling heck v0.5.0
7392026-06-04T08:05:57.308Z Compiling clap_lex v1.1.0
7402026-06-04T08:05:57.530Z Compiling cpufeatures v0.2.17
7412026-06-04T08:05:57.667Z Compiling indenter v0.3.4
7422026-06-04T08:05:57.801Z Compiling humantime v2.3.0
7432026-06-04T08:05:57.829Z Compiling shell-words v1.1.1
7442026-06-04T08:05:57.927Z Compiling clap_builder v4.6.0
7452026-06-04T08:05:57.966Z Compiling clap_derive v4.6.1
7462026-06-04T08:05:58.076Z Compiling humantime-serde v1.1.1
7472026-06-04T08:05:58.242Z Compiling sha2 v0.10.9
7482026-06-04T08:05:58.823Z Compiling quick-junit v0.5.2
7492026-06-04T08:05:59.457Z Compiling nextest-filtering v0.15.0
7502026-06-04T08:05:59.756Z Compiling atomicwrites v0.4.4
7512026-06-04T08:06:00.039Z Compiling cargo_metadata v0.20.0
7522026-06-04T08:06:01.923Z Compiling cargo-nextest v0.9.97
7532026-06-04T08:06:02.269Z Compiling crossterm v0.29.0
7542026-06-04T08:06:04.274Z Compiling duct v0.13.7
7552026-06-04T08:06:04.854Z Compiling zstd v0.13.3
7562026-06-04T08:06:05.084Z Compiling config v0.15.23
7572026-06-04T08:06:05.182Z Compiling rand v0.9.4
7582026-06-04T08:06:05.200Z Compiling async-scoped v0.9.0
7592026-06-04T08:06:05.299Z Compiling unicode-normalization v0.1.25
7602026-06-04T08:06:05.389Z Compiling target-spec-miette v0.4.8
7612026-06-04T08:06:05.496Z Compiling future-queue v0.4.0
7622026-06-04T08:06:05.775Z Compiling mukti-metadata v0.3.0
7632026-06-04T08:06:05.825Z Compiling tokio-stream v0.1.18
7642026-06-04T08:06:05.890Z Compiling camino-tempfile v1.4.1
7652026-06-04T08:06:05.942Z Compiling derive-where v1.6.1
7662026-06-04T08:06:05.993Z Compiling serde_path_to_error v0.1.20
7672026-06-04T08:06:06.270Z Compiling serde_ignored v0.1.14
7682026-06-04T08:06:06.328Z Compiling hex v0.4.3
7692026-06-04T08:06:06.354Z Compiling swrite v0.1.0
7702026-06-04T08:06:06.443Z Compiling home v0.5.12
7712026-06-04T08:06:06.462Z Compiling xxhash-rust v0.8.15
7722026-06-04T08:06:06.608Z Compiling indent_write v2.2.0
7732026-06-04T08:06:06.608Z Compiling color-eyre v0.6.5
7742026-06-04T08:06:06.645Z Compiling clap v4.6.1
7752026-06-04T08:06:06.662Z Compiling dialoguer v0.11.0
7762026-06-04T08:06:06.729Z Compiling enable-ansi-support v0.2.1
7772026-06-04T08:06:07.179Z Compiling nextest-runner v0.80.0
7782026-06-04T08:06:25.167Z Finished `release` profile [optimized] target(s) in 1m 10s
7792026-06-04T08:06:25.357Z Installing /home/build/.cargo/bin/cargo-nextest
7802026-06-04T08:06:25.361Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7812026-06-04T08:06:25.484Z+ pushd bgp
7822026-06-04T08:06:25.487Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7832026-06-04T08:06:25.487Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7842026-06-04T08:06:25.640Z Updating git repository `https://github.com/oxidecomputer/falcon`
7852026-06-04T08:06:26.236ZFrom https://github.com/oxidecomputer/falcon
7862026-06-04T08:06:26.236Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7872026-06-04T08:06:26.313Z Updating crates.io index
7882026-06-04T08:06:26.316Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7892026-06-04T08:06:27.280ZFrom https://github.com/oxidecomputer/dendrite
7902026-06-04T08:06:27.280Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7912026-06-04T08:06:27.341Z Updating git repository `https://github.com/oxidecomputer/ispf`
7922026-06-04T08:06:27.584ZFrom https://github.com/oxidecomputer/ispf
7932026-06-04T08:06:27.584Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7942026-06-04T08:06:27.612Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7952026-06-04T08:06:27.945ZFrom https://github.com/oxidecomputer/netadm-sys
7962026-06-04T08:06:27.945Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7972026-06-04T08:06:27.952Z Updating git repository `https://github.com/oxidecomputer/omicron`
7982026-06-04T08:06:35.283ZFrom https://github.com/oxidecomputer/omicron
7992026-06-04T08:06:35.283Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
8002026-06-04T08:06:35.692Z Updating git repository `https://github.com/oxidecomputer/opte`
8012026-06-04T08:06:36.297ZFrom https://github.com/oxidecomputer/opte
8022026-06-04T08:06:36.297Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8032026-06-04T08:06:36.373Z Updating git repository `https://github.com/illumos/smf-rs`
8042026-06-04T08:06:36.644ZFrom https://github.com/illumos/smf-rs
8052026-06-04T08:06:36.644Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8062026-06-04T08:06:36.654Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8072026-06-04T08:06:36.975ZFrom https://github.com/oxidecomputer/network-interface
8082026-06-04T08:06:36.975Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8092026-06-04T08:06:37.006Z Updating git repository `https://github.com/oxidecomputer/zone`
8102026-06-04T08:06:37.300ZFrom https://github.com/oxidecomputer/zone
8112026-06-04T08:06:37.300Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8122026-06-04T08:06:37.346Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132026-06-04T08:06:38.000ZFrom https://github.com/oxidecomputer/propolis
8142026-06-04T08:06:38.000Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8152026-06-04T08:06:38.048Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8162026-06-04T08:06:38.566ZFrom https://github.com/oxidecomputer/transceiver-control
8172026-06-04T08:06:38.566Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8182026-06-04T08:06:38.606Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8192026-06-04T08:06:38.898ZFrom https://github.com/oxidecomputer/dlpi-sys
8202026-06-04T08:06:38.898Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8212026-06-04T08:06:38.904Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222026-06-04T08:06:39.266ZFrom https://github.com/jmesmon/rust-libzfs
8232026-06-04T08:06:39.266Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8242026-06-04T08:06:39.274Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8252026-06-04T08:06:39.587ZFrom https://github.com/oxidecomputer/rusty-doors
8262026-06-04T08:06:39.588Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8272026-06-04T08:06:39.595Z Updating git repository `https://github.com/oxidecomputer/lldp`
8282026-06-04T08:06:40.033ZFrom https://github.com/oxidecomputer/lldp
8292026-06-04T08:06:40.033Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8302026-06-04T08:06:40.080Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8312026-06-04T08:06:40.362ZFrom https://github.com/oxidecomputer/slog-error-chain
8322026-06-04T08:06:40.362Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8332026-06-04T08:06:40.381Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8342026-06-04T08:06:40.722ZFrom https://github.com/oxidecomputer/tufaceous
8352026-06-04T08:06:40.722Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8362026-06-04T08:06:40.768Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8372026-06-04T08:06:41.239ZFrom https://github.com/oxidecomputer/management-gateway-service
8382026-06-04T08:06:41.239Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8392026-06-04T08:06:41.259Z Updating git repository `https://github.com/oxidecomputer/crucible`
8402026-06-04T08:06:42.074ZFrom https://github.com/oxidecomputer/crucible
8412026-06-04T08:06:42.074Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8422026-06-04T08:06:42.182Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8432026-06-04T08:06:42.475ZFrom https://github.com/oxidecomputer/serde_human_bytes
8442026-06-04T08:06:42.476Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8452026-06-04T08:06:42.714Z Updating git repository `https://github.com/oxidecomputer/propolis`
8462026-06-04T08:06:43.075ZFrom https://github.com/oxidecomputer/propolis
8472026-06-04T08:06:43.076Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8482026-06-04T08:06:43.157Z Updating git repository `https://github.com/oxidecomputer/opte`
8492026-06-04T08:06:43.435ZFrom https://github.com/oxidecomputer/opte
8502026-06-04T08:06:43.435Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8512026-06-04T08:06:43.465Z Updating git repository `https://github.com/oxidecomputer/tofino`
8522026-06-04T08:06:43.819ZFrom https://github.com/oxidecomputer/tofino
8532026-06-04T08:06:43.819Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8542026-06-04T08:06:43.842Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8552026-06-04T08:06:44.534ZFrom https://github.com/oxidecomputer/maghemite
8562026-06-04T08:06:44.534Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8572026-06-04T08:06:44.603Z Updating git repository `https://github.com/oxidecomputer/clickward`
8582026-06-04T08:06:45.077ZFrom https://github.com/oxidecomputer/clickward
8592026-06-04T08:06:45.077Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8602026-06-04T08:06:45.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
8612026-06-04T08:06:45.630ZFrom https://github.com/oxidecomputer/crucible
8622026-06-04T08:06:45.630Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8632026-06-04T08:06:45.675Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-06-04T08:06:46.085ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-06-04T08:06:46.085Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-06-04T08:06:47.038Z Downloading crates ...
8672026-06-04T08:06:47.132Z Downloaded async-trait v0.1.89
8682026-06-04T08:06:47.136Z Downloaded aead v0.5.2
8692026-06-04T08:06:47.136Z Downloaded autocfg v1.5.0
8702026-06-04T08:06:47.143Z Downloaded async-stream v0.3.6
8712026-06-04T08:06:47.143Z Downloaded async-stream-impl v0.3.6
8722026-06-04T08:06:47.153Z Downloaded aws-lc-rs v1.17.0
8732026-06-04T08:06:47.160Z Downloaded float-ord v0.3.2
8742026-06-04T08:06:47.167Z Downloaded darling_macro v0.21.3
8752026-06-04T08:06:47.167Z Downloaded embedded-io v0.6.1
8762026-06-04T08:06:47.167Z Downloaded crc8 v0.1.1
8772026-06-04T08:06:47.167Z Downloaded ciborium-ll v0.2.2
8782026-06-04T08:06:47.167Z Downloaded chacha20 v0.9.1
8792026-06-04T08:06:47.170Z Downloaded darling_macro v0.23.0
8802026-06-04T08:06:47.170Z Downloaded const-random v0.1.18
8812026-06-04T08:06:47.181Z Downloaded convert_case v0.4.0
8822026-06-04T08:06:47.181Z Downloaded cstr-argument v0.1.2
8832026-06-04T08:06:47.181Z Downloaded cancel-safe-futures v0.1.5
8842026-06-04T08:06:47.189Z Downloaded hostname v0.4.2
8852026-06-04T08:06:47.189Z Downloaded heck v0.4.1
8862026-06-04T08:06:47.189Z Downloaded git-stub v1.0.0
8872026-06-04T08:06:47.189Z Downloaded linear-map v1.2.0
8882026-06-04T08:06:47.189Z Downloaded cpufeatures v0.3.0
8892026-06-04T08:06:47.189Z Downloaded idna_adapter v1.2.2
8902026-06-04T08:06:47.197Z Downloaded ident_case v1.0.1
8912026-06-04T08:06:47.197Z Downloaded base16ct v0.2.0
8922026-06-04T08:06:47.197Z Downloaded hostname v0.3.1
8932026-06-04T08:06:47.197Z Downloaded hash32 v0.3.1
8942026-06-04T08:06:47.197Z Downloaded gethostname v0.5.0
8952026-06-04T08:06:47.197Z Downloaded fxhash v0.2.1
8962026-06-04T08:06:47.203Z Downloaded fs-err v3.3.0
8972026-06-04T08:06:47.203Z Downloaded base16ct v1.0.0
8982026-06-04T08:06:47.204Z Downloaded embedded-io v0.4.0
8992026-06-04T08:06:47.204Z Downloaded cmake v0.1.58
9002026-06-04T08:06:47.204Z Downloaded cipher v0.4.4
9012026-06-04T08:06:47.208Z Downloaded cobs v0.3.0
9022026-06-04T08:06:47.208Z Downloaded blake2 v0.10.6
9032026-06-04T08:06:47.213Z Downloaded foreign-types-macros v0.2.3
9042026-06-04T08:06:47.213Z Downloaded foreign-types v0.5.0
9052026-06-04T08:06:47.219Z Downloaded async-recursion v1.1.1
9062026-06-04T08:06:47.219Z Downloaded ingot-types v0.1.2
9072026-06-04T08:06:47.233Z Downloaded crucible-workspace-hack v0.1.0
9082026-06-04T08:06:47.233Z Downloaded match_cfg v0.1.0
9092026-06-04T08:06:47.233Z Downloaded hubpack_derive v0.1.1
9102026-06-04T08:06:47.233Z Downloaded httpdate v1.0.3
9112026-06-04T08:06:47.233Z Downloaded dof v0.4.0
9122026-06-04T08:06:47.233Z Downloaded defmt-parser v1.0.0
9132026-06-04T08:06:47.243Z Downloaded instant v0.1.13
9142026-06-04T08:06:47.243Z Downloaded linked-hash-map v0.5.6
9152026-06-04T08:06:47.243Z Downloaded memmap v0.7.0
9162026-06-04T08:06:47.243Z Downloaded dunce v1.0.5
9172026-06-04T08:06:47.243Z Downloaded ciborium-io v0.2.2
9182026-06-04T08:06:47.243Z Downloaded anyhow v1.0.102
9192026-06-04T08:06:47.243Z Downloaded libscf-sys v1.2.0
9202026-06-04T08:06:47.243Z Downloaded foreign-types-shared v0.3.1
9212026-06-04T08:06:47.243Z Downloaded either v1.15.0
9222026-06-04T08:06:47.248Z Downloaded inout v0.1.4
9232026-06-04T08:06:47.248Z Downloaded diff v0.1.13
9242026-06-04T08:06:47.248Z Downloaded macaddr v1.0.1
9252026-06-04T08:06:47.248Z Downloaded num-conv v0.2.1
9262026-06-04T08:06:47.248Z Downloaded konst_macro_rules v0.2.19
9272026-06-04T08:06:47.257Z Downloaded internet-checksum v0.2.1
9282026-06-04T08:06:47.257Z Downloaded crunchy v0.2.4
9292026-06-04T08:06:47.257Z Downloaded newtype-uuid-macros v0.1.0
9302026-06-04T08:06:47.257Z Downloaded dtrace-parser v0.3.0
9312026-06-04T08:06:47.257Z Downloaded num-iter v0.1.45
9322026-06-04T08:06:47.269Z Downloaded mime v0.3.17
9332026-06-04T08:06:47.269Z Downloaded newtype_derive v0.1.6
9342026-06-04T08:06:47.269Z Downloaded argon2 v0.5.3
9352026-06-04T08:06:47.269Z Downloaded managed v0.8.0
9362026-06-04T08:06:47.269Z Downloaded byte-wrapper v0.1.0
9372026-06-04T08:06:47.269Z Downloaded dropshot-api-manager-types v0.7.2
9382026-06-04T08:06:47.278Z Downloaded omicron-workspace-hack v0.1.0
9392026-06-04T08:06:47.278Z Downloaded num_threads v0.1.7
9402026-06-04T08:06:47.278Z Downloaded arrayvec v0.7.6
9412026-06-04T08:06:47.278Z Downloaded olpc-cjson v0.1.4
9422026-06-04T08:06:47.278Z Downloaded num-derive v0.4.2
9432026-06-04T08:06:47.278Z Downloaded num_enum_derive v0.5.11
9442026-06-04T08:06:47.279Z Downloaded opaque-debug v0.3.1
9452026-06-04T08:06:47.279Z Downloaded no-std-compat v0.4.1
9462026-06-04T08:06:47.286Z Downloaded is-terminal v0.4.17
9472026-06-04T08:06:47.286Z Downloaded newline-converter v0.3.0
9482026-06-04T08:06:47.286Z Downloaded git-stub-vcs v0.1.0
9492026-06-04T08:06:47.286Z Downloaded foldhash v0.2.0
9502026-06-04T08:06:47.286Z Downloaded memoffset v0.9.1
9512026-06-04T08:06:47.286Z Downloaded ff v0.13.1
9522026-06-04T08:06:47.286Z Downloaded highway v1.3.0
9532026-06-04T08:06:47.294Z Downloaded compression-codecs v0.4.38
9542026-06-04T08:06:47.294Z Downloaded constant_time_eq v0.4.2
9552026-06-04T08:06:47.294Z Downloaded backoff v0.4.0
9562026-06-04T08:06:47.295Z Downloaded byteorder v1.5.0
9572026-06-04T08:06:47.295Z Downloaded memmap2 v0.9.10
9582026-06-04T08:06:47.306Z Downloaded bytecount v0.6.9
9592026-06-04T08:06:47.306Z Downloaded bs58 v0.5.1
9602026-06-04T08:06:47.306Z Downloaded daft v0.1.7
9612026-06-04T08:06:47.306Z Downloaded csv-core v0.1.13
9622026-06-04T08:06:47.306Z Downloaded parse-display v0.10.0
9632026-06-04T08:06:47.306Z Downloaded critical-section v1.2.0
9642026-06-04T08:06:47.306Z Downloaded lru-cache v0.1.2
9652026-06-04T08:06:47.309Z Downloaded bit-vec v0.8.0
9662026-06-04T08:06:47.309Z Downloaded crossbeam-utils v0.8.21
9672026-06-04T08:06:47.309Z Downloaded powerfmt v0.2.0
9682026-06-04T08:06:47.309Z Downloaded plain v0.2.3
9692026-06-04T08:06:47.309Z Downloaded phf_shared v0.12.1
9702026-06-04T08:06:47.309Z Downloaded data-encoding v2.11.0
9712026-06-04T08:06:47.310Z Downloaded daft-derive v0.1.7
9722026-06-04T08:06:47.316Z Downloaded dyn-clone v1.0.20
9732026-06-04T08:06:47.316Z Downloaded deranged v0.5.8
9742026-06-04T08:06:47.326Z Downloaded erased-serde v0.3.31
9752026-06-04T08:06:47.326Z Downloaded const_format_proc_macros v0.2.34
9762026-06-04T08:06:47.326Z Downloaded pretty-hex v0.4.2
9772026-06-04T08:06:47.326Z Downloaded potential_utf v0.1.5
9782026-06-04T08:06:47.326Z Downloaded defmt-macros v1.1.0
9792026-06-04T08:06:47.334Z Downloaded proc-macro-error-attr2 v2.0.0
9802026-06-04T08:06:47.334Z Downloaded progenitor-client v0.10.0
9812026-06-04T08:06:47.334Z Downloaded cargo_toml v0.22.3
9822026-06-04T08:06:47.334Z Downloaded proc-macro-crate v3.5.0
9832026-06-04T08:06:47.334Z Downloaded proc-macro-crate v1.3.1
9842026-06-04T08:06:47.335Z Downloaded num_enum v0.7.6
9852026-06-04T08:06:47.345Z Downloaded oxnet v0.1.5
9862026-06-04T08:06:47.345Z Downloaded num_enum_derive v0.7.6
9872026-06-04T08:06:47.345Z Downloaded natord v1.0.9
9882026-06-04T08:06:47.345Z Downloaded ipnetwork v0.21.1
9892026-06-04T08:06:47.345Z Downloaded progenitor-macro v0.14.0
9902026-06-04T08:06:47.345Z Downloaded glob v0.3.3
9912026-06-04T08:06:47.345Z Downloaded rand_chacha v0.3.1
9922026-06-04T08:06:47.345Z Downloaded quick-error v1.2.3
9932026-06-04T08:06:47.349Z Downloaded num-integer v0.1.46
9942026-06-04T08:06:47.349Z Downloaded libsw v3.5.0
9952026-06-04T08:06:47.349Z Downloaded num-complex v0.4.6
9962026-06-04T08:06:47.349Z Downloaded ref-cast-impl v1.0.25
9972026-06-04T08:06:47.349Z Downloaded arc-swap v1.9.1
9982026-06-04T08:06:47.349Z Downloaded progenitor-macro v0.10.0
9992026-06-04T08:06:47.354Z Downloaded progenitor-client v0.14.0
10002026-06-04T08:06:47.354Z Downloaded displaydoc v0.2.5
10012026-06-04T08:06:47.354Z Downloaded chacha20 v0.10.0
10022026-06-04T08:06:47.359Z Downloaded crossbeam-deque v0.8.6
10032026-06-04T08:06:47.359Z Downloaded ingot-macros v0.1.1
10042026-06-04T08:06:47.359Z Downloaded ingot v0.1.1
10052026-06-04T08:06:47.359Z Downloaded darling v0.23.0
10062026-06-04T08:06:47.364Z Downloaded ciborium v0.2.2
10072026-06-04T08:06:47.364Z Downloaded phf v0.12.1
10082026-06-04T08:06:47.373Z Downloaded poly1305 v0.8.0
10092026-06-04T08:06:47.373Z Downloaded same-file v1.0.6
10102026-06-04T08:06:47.373Z Downloaded expectorate v1.2.0
10112026-06-04T08:06:47.373Z Downloaded scroll_derive v0.12.1
10122026-06-04T08:06:47.373Z Downloaded hmac v0.12.1
10132026-06-04T08:06:47.373Z Downloaded cookie v0.18.1
10142026-06-04T08:06:47.373Z Downloaded rustc_version v0.1.7
10152026-06-04T08:06:47.385Z Downloaded rand_xorshift v0.4.0
10162026-06-04T08:06:47.385Z Downloaded chacha20poly1305 v0.10.1
10172026-06-04T08:06:47.385Z Downloaded num_enum v0.5.11
10182026-06-04T08:06:47.395Z Downloaded num v0.4.3
10192026-06-04T08:06:47.395Z Downloaded derive-ex v0.1.8
10202026-06-04T08:06:47.395Z Downloaded password-hash v0.5.0
10212026-06-04T08:06:47.395Z Downloaded parking_lot_core v0.8.6
10222026-06-04T08:06:47.395Z Downloaded pem v3.0.6
10232026-06-04T08:06:47.395Z Downloaded paste v1.0.15
10242026-06-04T08:06:47.395Z Downloaded scroll_derive v0.13.1
10252026-06-04T08:06:47.395Z Downloaded proc-macro-error2 v2.0.1
10262026-06-04T08:06:47.408Z Downloaded proc-macro-error-attr v1.0.4
10272026-06-04T08:06:47.408Z Downloaded serial_test v3.4.0
10282026-06-04T08:06:47.408Z Downloaded secrecy v0.10.3
10292026-06-04T08:06:47.408Z Downloaded sha1 v0.10.6
10302026-06-04T08:06:47.408Z Downloaded oxide-tokio-rt v0.1.6
10312026-06-04T08:06:47.408Z Downloaded num-rational v0.4.2
10322026-06-04T08:06:47.408Z Downloaded semver v0.1.20
10332026-06-04T08:06:47.408Z Downloaded defmt v1.1.0
10342026-06-04T08:06:47.408Z Downloaded serde_repr v0.1.20
10352026-06-04T08:06:47.422Z Downloaded progenitor-macro v0.13.0
10362026-06-04T08:06:47.422Z Downloaded serde_plain v1.0.2
10372026-06-04T08:06:47.423Z Downloaded serde-big-array v0.5.1
10382026-06-04T08:06:47.423Z Downloaded serial_test_derive v3.4.0
10392026-06-04T08:06:47.423Z Downloaded progenitor v0.14.0
10402026-06-04T08:06:47.423Z Downloaded parse-display-derive v0.10.0
10412026-06-04T08:06:47.423Z Downloaded sigpipe v0.1.3
10422026-06-04T08:06:47.423Z Downloaded fs_extra v1.3.0
10432026-06-04T08:06:47.423Z Downloaded darling v0.21.3
10442026-06-04T08:06:47.423Z Downloaded elliptic-curve v0.13.8
10452026-06-04T08:06:47.423Z Downloaded allocator-api2 v0.2.21
10462026-06-04T08:06:47.436Z Downloaded group v0.13.0
10472026-06-04T08:06:47.436Z Downloaded litemap v0.8.2
10482026-06-04T08:06:47.436Z Downloaded console v0.16.3
10492026-06-04T08:06:47.437Z Downloaded colored v3.1.1
10502026-06-04T08:06:47.437Z Downloaded slog-envlogger v2.2.0
10512026-06-04T08:06:47.437Z Downloaded crossbeam-epoch v0.9.18
10522026-06-04T08:06:47.437Z Downloaded omicron-zone-package v0.12.2
10532026-06-04T08:06:47.445Z Downloaded smawk v0.3.2
10542026-06-04T08:06:47.445Z Downloaded stable_deref_trait v1.2.1
10552026-06-04T08:06:47.445Z Downloaded base64 v0.21.7
10562026-06-04T08:06:47.445Z Downloaded progenitor-extras v0.2.0
10572026-06-04T08:06:47.445Z Downloaded progenitor-client v0.13.0
10582026-06-04T08:06:47.445Z Downloaded rustls-native-certs v0.8.3
10592026-06-04T08:06:47.446Z Downloaded siphasher v1.0.3
10602026-06-04T08:06:47.446Z Downloaded rusty-fork v0.3.1
10612026-06-04T08:06:47.446Z Downloaded indexmap v1.9.3
10622026-06-04T08:06:47.446Z Downloaded scroll v0.13.0
10632026-06-04T08:06:47.446Z Downloaded proc-macro-error v1.0.4
10642026-06-04T08:06:47.446Z Downloaded structmeta v0.3.0
10652026-06-04T08:06:47.467Z Downloaded icu_provider v2.2.0
10662026-06-04T08:06:47.467Z Downloaded strum v0.26.3
10672026-06-04T08:06:47.467Z Downloaded spin v0.5.2
10682026-06-04T08:06:47.467Z Downloaded take_mut v0.2.2
10692026-06-04T08:06:47.467Z Downloaded strum v0.27.2
10702026-06-04T08:06:47.467Z Downloaded half v2.7.1
10712026-06-04T08:06:47.467Z Downloaded libsw-core v0.3.2
10722026-06-04T08:06:47.495Z Downloaded rand_core v0.10.1
10732026-06-04T08:06:47.495Z Downloaded drift v0.2.0
10742026-06-04T08:06:47.495Z Downloaded tabled_derive v0.7.0
10752026-06-04T08:06:47.495Z Downloaded structmeta-derive v0.3.0
10762026-06-04T08:06:47.495Z Downloaded testing_table v0.3.0
10772026-06-04T08:06:47.495Z Downloaded tagptr v0.2.0
10782026-06-04T08:06:47.495Z Downloaded time-core v0.1.8
10792026-06-04T08:06:47.495Z Downloaded serde_tokenstream v0.2.3
10802026-06-04T08:06:47.495Z Downloaded parking_lot v0.11.2
10812026-06-04T08:06:47.495Z Downloaded rustls-pemfile v2.2.0
10822026-06-04T08:06:47.495Z Downloaded resolv-conf v0.7.6
10832026-06-04T08:06:47.495Z Downloaded pest_generator v2.8.6
10842026-06-04T08:06:47.566Z Downloaded schemars_derive v0.8.22
10852026-06-04T08:06:47.566Z Downloaded rustversion v1.0.22
10862026-06-04T08:06:47.566Z Downloaded shlex v1.3.0
10872026-06-04T08:06:47.566Z Downloaded tabled_derive v0.11.0
10882026-06-04T08:06:47.566Z Downloaded thread-id v4.2.2
10892026-06-04T08:06:47.566Z Downloaded termtree v0.5.1
10902026-06-04T08:06:47.566Z Downloaded pest_derive v2.8.6
10912026-06-04T08:06:47.566Z Downloaded papergrid v0.17.0
10922026-06-04T08:06:47.566Z Downloaded papergrid v0.11.0
10932026-06-04T08:06:47.566Z Downloaded const_format v0.2.36
10942026-06-04T08:06:47.566Z Downloaded serde_derive_internals v0.29.1
10952026-06-04T08:06:47.566Z Downloaded slog-stdlog v4.1.1
10962026-06-04T08:06:47.566Z Downloaded slog-scope v4.4.1
10972026-06-04T08:06:47.566Z Downloaded slog-json v2.6.1
10982026-06-04T08:06:47.566Z Downloaded slog-term v2.9.2
10992026-06-04T08:06:47.566Z Downloaded slog-dtrace v0.3.0
11002026-06-04T08:06:47.566Z Downloaded slog-async v2.8.0
11012026-06-04T08:06:47.567Z Downloaded sdd v3.0.10
11022026-06-04T08:06:47.567Z Downloaded ref-cast v1.0.25
11032026-06-04T08:06:47.567Z Downloaded postcard v1.1.3
11042026-06-04T08:06:47.574Z Downloaded dropshot_endpoint v0.17.0
11052026-06-04T08:06:47.574Z Downloaded derive_more v0.99.20
11062026-06-04T08:06:47.574Z Downloaded icu_normalizer_data v2.2.0
11072026-06-04T08:06:47.574Z Downloaded smf v0.2.3
11082026-06-04T08:06:47.574Z Downloaded multer v3.1.0
11092026-06-04T08:06:47.574Z Downloaded progenitor v0.10.0
11102026-06-04T08:06:47.574Z Downloaded log v0.4.29
11112026-06-04T08:06:47.574Z Downloaded bcs v0.1.6
11122026-06-04T08:06:47.574Z Downloaded keccak v0.1.6
11132026-06-04T08:06:47.574Z Downloaded unit-prefix v0.5.2
11142026-06-04T08:06:47.574Z Downloaded typify-macro v0.6.2
11152026-06-04T08:06:47.574Z Downloaded darling_core v0.21.3
11162026-06-04T08:06:47.574Z Downloaded unarray v0.1.4
11172026-06-04T08:06:47.574Z Downloaded topological-sort v0.2.2
11182026-06-04T08:06:47.574Z Downloaded icu_properties v2.2.0
11192026-06-04T08:06:47.574Z Downloaded indicatif v0.18.4
11202026-06-04T08:06:47.574Z Downloaded universal-hash v0.5.1
11212026-06-04T08:06:47.574Z Downloaded bitflags v2.11.1
11222026-06-04T08:06:47.574Z Downloaded backon v1.6.0
11232026-06-04T08:06:47.574Z Downloaded usdt-attr-macro v0.5.0
11242026-06-04T08:06:47.574Z Downloaded usdt v0.6.0
11252026-06-04T08:06:47.574Z Downloaded usdt v0.5.0
11262026-06-04T08:06:47.574Z Downloaded usdt-macro v0.5.0
11272026-06-04T08:06:47.574Z Downloaded heapless v0.8.0
11282026-06-04T08:06:47.575Z Downloaded slog-bunyan v2.5.0
11292026-06-04T08:06:47.575Z Downloaded serde_with_macros v3.20.0
11302026-06-04T08:06:47.575Z Downloaded progenitor-impl v0.13.0
11312026-06-04T08:06:47.575Z Downloaded typify-macro v0.4.3
11322026-06-04T08:06:47.575Z Downloaded progenitor v0.13.0
11332026-06-04T08:06:47.575Z Downloaded dof v0.3.0
11342026-06-04T08:06:47.575Z Downloaded time-macros v0.2.27
11352026-06-04T08:06:47.575Z Downloaded utf-8 v0.7.6
11362026-06-04T08:06:47.575Z Downloaded tinystr v0.8.3
11372026-06-04T08:06:47.575Z Downloaded tabwriter v1.4.1
11382026-06-04T08:06:47.575Z Downloaded synstructure v0.13.2
11392026-06-04T08:06:47.575Z Downloaded strum_macros v0.27.2
11402026-06-04T08:06:47.575Z Downloaded usdt-attr-macro v0.6.0
11412026-06-04T08:06:47.575Z Downloaded strum_macros v0.26.4
11422026-06-04T08:06:47.575Z Downloaded thiserror-no-std v2.0.2
11432026-06-04T08:06:47.575Z Downloaded thiserror-impl-no-std v2.0.2
11442026-06-04T08:06:47.575Z Downloaded hubpack v0.1.2
11452026-06-04T08:06:47.575Z Downloaded enum-as-inner v0.6.1
11462026-06-04T08:06:47.575Z Downloaded defmt v0.3.100
11472026-06-04T08:06:47.575Z Downloaded darling_core v0.23.0
11482026-06-04T08:06:47.575Z Downloaded pest_meta v2.8.6
11492026-06-04T08:06:47.575Z Downloaded smartstring v1.0.1
11502026-06-04T08:06:47.575Z Downloaded yoke-derive v0.8.2
11512026-06-04T08:06:47.575Z Downloaded waitgroup v0.1.2
11522026-06-04T08:06:47.575Z Downloaded usdt-macro v0.6.0
11532026-06-04T08:06:47.575Z Downloaded tokio-dtrace v0.1.1
11542026-06-04T08:06:47.576Z Downloaded zerofrom-derive v0.1.7
11552026-06-04T08:06:47.576Z Downloaded wait-timeout v0.2.1
11562026-06-04T08:06:47.576Z Downloaded zerofrom v0.1.8
11572026-06-04T08:06:47.576Z Downloaded tiny-keccak v2.0.2
11582026-06-04T08:06:47.576Z Downloaded zone_cfg_derive v0.3.1
11592026-06-04T08:06:47.576Z Downloaded thread-id v5.1.0
11602026-06-04T08:06:47.576Z Downloaded rhai_codegen v3.1.0
11612026-06-04T08:06:47.576Z Downloaded zeroize_derive v1.4.3
11622026-06-04T08:06:47.576Z Downloaded rustls-platform-verifier v0.7.0
11632026-06-04T08:06:47.593Z Downloaded snafu-derive v0.8.9
11642026-06-04T08:06:47.594Z Downloaded schemars v0.8.22
11652026-06-04T08:06:47.594Z Downloaded zone v0.3.1
11662026-06-04T08:06:47.594Z Downloaded tokio-tungstenite v0.21.0
11672026-06-04T08:06:47.602Z Downloaded icu_normalizer v2.2.0
11682026-06-04T08:06:47.603Z Downloaded spin v0.9.8
11692026-06-04T08:06:47.603Z Downloaded thin-vec v0.2.18
11702026-06-04T08:06:47.603Z Downloaded scroll v0.12.0
11712026-06-04T08:06:47.603Z Downloaded usdt-impl v0.5.0
11722026-06-04T08:06:47.603Z Downloaded icu_locale_core v2.2.0
11732026-06-04T08:06:47.603Z Downloaded crossbeam-channel v0.5.15
11742026-06-04T08:06:47.603Z Downloaded tokio-rustls v0.25.0
11752026-06-04T08:06:47.603Z Downloaded whoami v1.6.1
11762026-06-04T08:06:47.603Z Downloaded walkdir v2.5.0
11772026-06-04T08:06:47.603Z Downloaded progenitor-impl v0.14.0
11782026-06-04T08:06:47.610Z Downloaded progenitor-impl v0.10.0
11792026-06-04T08:06:47.610Z Downloaded writeable v0.6.3
11802026-06-04T08:06:47.610Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11812026-06-04T08:06:47.610Z Downloaded crypto-bigint v0.5.5
11822026-06-04T08:06:47.610Z Downloaded slog v2.8.2
11832026-06-04T08:06:47.610Z Downloaded similar v2.7.0
11842026-06-04T08:06:47.615Z Downloaded zerovec-derive v0.11.3
11852026-06-04T08:06:47.615Z Downloaded hickory-resolver v0.25.2
11862026-06-04T08:06:47.615Z Downloaded socket2 v0.6.3
11872026-06-04T08:06:47.615Z Downloaded pretty_assertions v1.4.1
11882026-06-04T08:06:47.619Z Downloaded compression-core v0.4.32
11892026-06-04T08:06:47.619Z Downloaded const-random-macro v0.1.16
11902026-06-04T08:06:47.619Z Downloaded bit-set v0.8.0
11912026-06-04T08:06:47.619Z Downloaded arrayref v0.3.9
11922026-06-04T08:06:47.619Z Downloaded fixedbitset v0.4.2
11932026-06-04T08:06:47.625Z Downloaded untrusted v0.7.1
11942026-06-04T08:06:47.625Z Downloaded dtrace-parser v0.2.0
11952026-06-04T08:06:47.625Z Downloaded bitflags v1.3.2
11962026-06-04T08:06:47.625Z Downloaded usdt-impl v0.6.0
11972026-06-04T08:06:47.636Z Downloaded async-compression v0.4.42
11982026-06-04T08:06:47.636Z Downloaded test-strategy v0.4.5
11992026-06-04T08:06:47.647Z Downloaded serde_yaml v0.9.34+deprecated
12002026-06-04T08:06:47.647Z Downloaded term v1.2.1
12012026-06-04T08:06:47.647Z Downloaded rand v0.8.6
12022026-06-04T08:06:47.647Z Downloaded yoke v0.8.2
12032026-06-04T08:06:47.647Z Downloaded xz2 v0.1.7
12042026-06-04T08:06:47.647Z Downloaded cc v1.2.62
12052026-06-04T08:06:47.647Z Downloaded zerocopy-derive v0.7.35
12062026-06-04T08:06:47.647Z Downloaded tungstenite v0.21.0
12072026-06-04T08:06:47.653Z Downloaded typify v0.4.3
12082026-06-04T08:06:47.653Z Downloaded konst v0.2.20
12092026-06-04T08:06:47.662Z Downloaded jiff-static v0.2.24
12102026-06-04T08:06:47.662Z Downloaded unsafe-libyaml v0.2.11
12112026-06-04T08:06:47.673Z Downloaded qorb v0.4.1
12122026-06-04T08:06:47.673Z Downloaded icu_collections v2.2.0
12132026-06-04T08:06:47.673Z Downloaded prettyplease v0.2.37
12142026-06-04T08:06:47.673Z Downloaded toml_edit v0.25.11+spec-1.1.0
12152026-06-04T08:06:47.690Z Downloaded steno v0.4.1
12162026-06-04T08:06:47.690Z Downloaded ucd-trie v0.1.7
12172026-06-04T08:06:47.694Z Downloaded rayon-core v1.13.0
12182026-06-04T08:06:47.694Z Downloaded dropshot-api-manager v0.7.2
12192026-06-04T08:06:47.694Z Downloaded tar v0.4.45
12202026-06-04T08:06:47.694Z Downloaded rand v0.10.1
12212026-06-04T08:06:47.694Z Downloaded vsss-rs v3.3.4
12222026-06-04T08:06:47.694Z Downloaded toml_edit v0.19.15
12232026-06-04T08:06:47.711Z Downloaded schemars v0.9.0
12242026-06-04T08:06:47.717Z Downloaded toml v0.7.8
12252026-06-04T08:06:47.717Z Downloaded minimal-lexical v0.2.1
12262026-06-04T08:06:47.717Z Downloaded mio v1.2.0
12272026-06-04T08:06:47.725Z Downloaded memchr v2.8.0
12282026-06-04T08:06:47.725Z Downloaded toml v0.9.12+spec-1.1.0
12292026-06-04T08:06:47.725Z Downloaded hickory-resolver v0.24.4
12302026-06-04T08:06:47.734Z Downloaded zerocopy-derive v0.8.48
12312026-06-04T08:06:47.734Z Downloaded typify v0.6.2
12322026-06-04T08:06:47.744Z Downloaded snafu v0.8.9
12332026-06-04T08:06:47.750Z Downloaded typed-path v0.9.3
12342026-06-04T08:06:47.757Z Downloaded uuid v1.23.1
12352026-06-04T08:06:47.757Z Downloaded schemars v1.2.1
12362026-06-04T08:06:47.766Z Downloaded nom v7.1.3
12372026-06-04T08:06:47.766Z Downloaded typenum v1.20.0
12382026-06-04T08:06:47.773Z Downloaded scc v2.4.0
12392026-06-04T08:06:47.773Z Downloaded http v1.4.0
12402026-06-04T08:06:47.773Z Downloaded rayon v1.12.0
12412026-06-04T08:06:47.777Z Downloaded hashbrown v0.12.3
12422026-06-04T08:06:47.785Z Downloaded zerovec v0.11.6
12432026-06-04T08:06:47.801Z Downloaded blake3 v1.8.5
12442026-06-04T08:06:47.813Z Downloaded winnow v0.5.40
12452026-06-04T08:06:47.823Z Downloaded rustls-webpki v0.102.8
12462026-06-04T08:06:47.838Z Downloaded pest v2.8.6
12472026-06-04T08:06:47.838Z Downloaded hashbrown v0.16.1
12482026-06-04T08:06:47.838Z Downloaded yansi v1.0.1
12492026-06-04T08:06:47.848Z Downloaded zerotrie v0.2.4
12502026-06-04T08:06:47.848Z Downloaded itertools v0.12.1
12512026-06-04T08:06:47.853Z Downloaded hyper v1.9.0
12522026-06-04T08:06:47.857Z Downloaded tabled v0.20.0
12532026-06-04T08:06:47.867Z Downloaded nom v8.0.0
12542026-06-04T08:06:47.871Z Downloaded libm v0.2.16
12552026-06-04T08:06:47.875Z Downloaded time v0.3.47
12562026-06-04T08:06:47.881Z Downloaded syn v1.0.109
12572026-06-04T08:06:47.892Z Downloaded unicode-segmentation v1.13.2
12582026-06-04T08:06:47.900Z Downloaded iddqd v0.3.18
12592026-06-04T08:06:47.901Z Downloaded icu_properties_data v2.2.0
12602026-06-04T08:06:47.915Z Downloaded hkdf v0.12.4
12612026-06-04T08:06:47.915Z Downloaded goblin v0.8.2
12622026-06-04T08:06:47.925Z Downloaded tough v0.22.0
12632026-06-04T08:06:47.935Z Downloaded rhai v1.24.0
12642026-06-04T08:06:47.941Z Downloaded smoltcp v0.11.0
12652026-06-04T08:06:47.941Z Downloaded openapiv3 v2.2.0
12662026-06-04T08:06:47.952Z Downloaded dropshot v0.17.0
12672026-06-04T08:06:47.959Z Downloaded tower-http v0.6.10
12682026-06-04T08:06:47.968Z Downloaded zerocopy v0.7.35
12692026-06-04T08:06:47.977Z Downloaded serde_json v1.0.149
12702026-06-04T08:06:47.977Z Downloaded reqwest v0.13.3
12712026-06-04T08:06:47.989Z Downloaded proptest v1.11.0
12722026-06-04T08:06:47.997Z Downloaded sled v0.34.7
12732026-06-04T08:06:48.006Z Downloaded typify-impl v0.6.2
12742026-06-04T08:06:48.015Z Downloaded moka v0.12.15
12752026-06-04T08:06:48.016Z Downloaded tabled v0.15.0
12762026-06-04T08:06:48.021Z Downloaded typify-impl v0.4.3
12772026-06-04T08:06:48.025Z Downloaded serde_with v3.20.0
12782026-06-04T08:06:48.032Z Downloaded goblin v0.10.5
12792026-06-04T08:06:48.066Z Downloaded chrono-tz v0.10.4
12802026-06-04T08:06:48.088Z Downloaded zerocopy v0.8.48
12812026-06-04T08:06:48.104Z Downloaded rustls v0.22.4
12822026-06-04T08:06:48.111Z Downloaded regress v0.10.5
12832026-06-04T08:06:48.123Z Downloaded csv v1.4.0
12842026-06-04T08:06:48.136Z Downloaded regress v0.11.1
12852026-06-04T08:06:48.142Z Downloaded hickory-proto v0.24.4
12862026-06-04T08:06:48.142Z Downloaded nix v0.31.3
12872026-06-04T08:06:48.150Z Downloaded hickory-proto v0.25.2
12882026-06-04T08:06:48.189Z Downloaded encoding_rs v0.8.35
12892026-06-04T08:06:48.261Z Downloaded petgraph v0.6.5
12902026-06-04T08:06:48.261Z Downloaded lzma-sys v0.1.20
12912026-06-04T08:06:48.274Z Downloaded jiff v0.2.24
12922026-06-04T08:06:48.274Z Downloaded sha3 v0.10.9
12932026-06-04T08:06:48.733Z Downloaded aws-lc-sys v0.41.0
12942026-06-04T08:06:49.644Z Compiling proc-macro2 v1.0.106
12952026-06-04T08:06:49.644Z Compiling unicode-ident v1.0.24
12962026-06-04T08:06:49.644Z Compiling quote v1.0.45
12972026-06-04T08:06:49.644Z Compiling serde_core v1.0.228
12982026-06-04T08:06:49.650Z Compiling cfg-if v1.0.4
12992026-06-04T08:06:49.650Z Compiling serde v1.0.228
13002026-06-04T08:06:49.650Z Compiling libc v0.2.186
13012026-06-04T08:06:49.650Z Compiling memchr v2.8.0
13022026-06-04T08:06:49.851Z Compiling itoa v1.0.18
13032026-06-04T08:06:50.020Z Compiling zmij v1.0.21
13042026-06-04T08:06:50.071Z Compiling autocfg v1.5.0
13052026-06-04T08:06:50.120Z Compiling libm v0.2.16
13062026-06-04T08:06:50.406Z Compiling stable_deref_trait v1.2.1
13072026-06-04T08:06:50.451Z Compiling version_check v0.9.5
13082026-06-04T08:06:50.477Z Compiling writeable v0.6.3
13092026-06-04T08:06:50.518Z Compiling litemap v0.8.2
13102026-06-04T08:06:50.630Z Compiling utf8_iter v1.0.4
13112026-06-04T08:06:50.649Z Compiling icu_normalizer_data v2.2.0
13122026-06-04T08:06:50.667Z Compiling percent-encoding v2.3.2
13132026-06-04T08:06:50.704Z Compiling icu_properties_data v2.2.0
13142026-06-04T08:06:50.774Z Compiling iana-time-zone v0.1.65
13152026-06-04T08:06:50.912Z Compiling equivalent v1.0.2
13162026-06-04T08:06:50.959Z Compiling syn v2.0.117
13172026-06-04T08:06:51.045Z Compiling form_urlencoded v1.2.2
13182026-06-04T08:06:51.056Z Compiling pin-project-lite v0.2.17
13192026-06-04T08:06:51.056Z Compiling serde_json v1.0.149
13202026-06-04T08:06:51.139Z Compiling dyn-clone v1.0.20
13212026-06-04T08:06:51.178Z Compiling scopeguard v1.2.0
13222026-06-04T08:06:51.187Z Compiling parking_lot_core v0.9.12
13232026-06-04T08:06:51.209Z Compiling num-traits v0.2.19
13242026-06-04T08:06:51.239Z Compiling lock_api v0.4.14
13252026-06-04T08:06:51.253Z Compiling getrandom v0.4.2
13262026-06-04T08:06:51.378Z Compiling hashbrown v0.17.1
13272026-06-04T08:06:52.481Z Compiling thiserror v2.0.18
13282026-06-04T08:06:52.642Z Compiling rand_core v0.10.1
13292026-06-04T08:06:52.642Z Compiling errno v0.3.14
13302026-06-04T08:06:52.642Z Compiling log v0.4.29
13312026-06-04T08:06:52.642Z Compiling jobserver v0.1.34
13322026-06-04T08:06:52.642Z Compiling shlex v1.3.0
13332026-06-04T08:06:52.642Z Compiling semver v1.0.28
13342026-06-04T08:06:52.642Z Compiling indexmap v2.14.0
13352026-06-04T08:06:52.642Z Compiling heck v0.5.0
13362026-06-04T08:06:52.642Z Compiling find-msvc-tools v0.1.9
13372026-06-04T08:06:52.642Z Compiling futures-core v0.3.32
13382026-06-04T08:06:52.642Z Compiling cc v1.2.62
13392026-06-04T08:06:52.642Z Compiling zerocopy v0.8.48
13402026-06-04T08:06:52.642Z Compiling uuid v1.23.1
13412026-06-04T08:06:52.642Z Compiling futures-sink v0.3.32
13422026-06-04T08:06:52.642Z Compiling schemars v0.8.22
13432026-06-04T08:06:52.697Z Compiling slab v0.4.12
13442026-06-04T08:06:52.705Z Compiling fnv v1.0.7
13452026-06-04T08:06:52.708Z Compiling rustversion v1.0.22
13462026-06-04T08:06:52.718Z Compiling futures-channel v0.3.32
13472026-06-04T08:06:52.799Z Compiling bitflags v2.11.1
13482026-06-04T08:06:52.865Z Compiling futures-io v0.3.32
13492026-06-04T08:06:52.955Z Compiling futures-task v0.3.32
13502026-06-04T08:06:53.028Z Compiling socket2 v0.6.3
13512026-06-04T08:06:53.045Z Compiling portable-atomic v1.13.1
13522026-06-04T08:06:53.130Z Compiling signal-hook-registry v1.4.8
13532026-06-04T08:06:53.140Z Compiling mio v1.2.0
13542026-06-04T08:06:53.426Z Compiling critical-section v1.2.0
13552026-06-04T08:06:53.481Z Compiling getrandom v0.2.17
13562026-06-04T08:06:53.498Z Compiling typenum v1.20.0
13572026-06-04T08:06:53.525Z Compiling subtle v2.6.1
13582026-06-04T08:06:53.536Z Compiling base64 v0.22.1
13592026-06-04T08:06:53.666Z Compiling untrusted v0.9.0
13602026-06-04T08:06:53.669Z Compiling rustix v1.1.4
13612026-06-04T08:06:53.693Z Compiling strsim v0.11.1
13622026-06-04T08:06:53.704Z Compiling slog v2.8.2
13632026-06-04T08:06:53.784Z Compiling byteorder v1.5.0
13642026-06-04T08:06:53.878Z Compiling synstructure v0.13.2
13652026-06-04T08:06:53.941Z Compiling serde_derive_internals v0.29.1
13662026-06-04T08:06:54.009Z Compiling once_cell v1.21.4
13672026-06-04T08:06:54.081Z Compiling rand_core v0.6.4
13682026-06-04T08:06:54.093Z Compiling regex-syntax v0.8.10
13692026-06-04T08:06:54.187Z Compiling cmake v0.1.58
13702026-06-04T08:06:54.223Z Compiling dunce v1.0.5
13712026-06-04T08:06:54.230Z Compiling fs_extra v1.3.0
13722026-06-04T08:06:54.300Z Compiling ipnet v2.12.0
13732026-06-04T08:06:54.313Z Compiling atomic-waker v1.1.2
13742026-06-04T08:06:54.386Z Compiling httparse v1.10.1
13752026-06-04T08:06:54.433Z Compiling tower-service v0.3.3
13762026-06-04T08:06:54.483Z Compiling tower-layer v0.3.3
13772026-06-04T08:06:54.499Z Compiling aws-lc-sys v0.41.0
13782026-06-04T08:06:54.519Z Compiling generic-array v0.14.7
13792026-06-04T08:06:54.639Z Compiling ucd-trie v0.1.7
13802026-06-04T08:06:54.669Z Compiling getrandom v0.3.4
13812026-06-04T08:06:54.763Z Compiling try-lock v0.2.5
13822026-06-04T08:06:54.825Z Compiling ryu v1.0.23
13832026-06-04T08:06:54.865Z Compiling thiserror v1.0.69
13842026-06-04T08:06:54.934Z Compiling want v0.3.1
13852026-06-04T08:06:55.016Z Compiling pest v2.8.6
13862026-06-04T08:06:55.054Z Compiling serde_derive v1.0.228
13872026-06-04T08:06:55.067Z Compiling zerofrom-derive v0.1.7
13882026-06-04T08:06:55.093Z Compiling yoke-derive v0.8.2
13892026-06-04T08:06:55.105Z Compiling zerovec-derive v0.11.3
13902026-06-04T08:06:55.186Z Compiling displaydoc v0.2.5
13912026-06-04T08:06:55.374Z Compiling schemars_derive v0.8.22
13922026-06-04T08:06:55.971Z Compiling tokio-macros v2.7.0
13932026-06-04T08:06:56.249Z Compiling thiserror-impl v2.0.18
13942026-06-04T08:06:56.279Z Compiling zerocopy-derive v0.8.48
13952026-06-04T08:06:56.315Z Compiling zerofrom v0.1.8
13962026-06-04T08:06:56.328Z Compiling zeroize_derive v1.4.3
13972026-06-04T08:06:56.437Z Compiling yoke v0.8.2
13982026-06-04T08:06:56.607Z Compiling zerovec v0.11.6
13992026-06-04T08:06:56.623Z Compiling zerotrie v0.2.4
14002026-06-04T08:06:56.772Z Compiling futures-macro v0.3.32
14012026-06-04T08:06:57.037Z Compiling zeroize v1.8.2
14022026-06-04T08:06:57.125Z Compiling tinystr v0.8.3
14032026-06-04T08:06:57.152Z Compiling potential_utf v0.1.5
14042026-06-04T08:06:57.235Z Compiling thiserror-impl v1.0.69
14052026-06-04T08:06:57.308Z Compiling icu_locale_core v2.2.0
14062026-06-04T08:06:57.314Z Compiling icu_collections v2.2.0
14072026-06-04T08:06:57.601Z Compiling httpdate v1.0.3
14082026-06-04T08:06:57.612Z Compiling futures-util v0.3.32
14092026-06-04T08:06:57.852Z Compiling pest_meta v2.8.6
14102026-06-04T08:06:58.298Z Compiling bytes v1.11.1
14112026-06-04T08:06:58.319Z Compiling smallvec v1.15.1
14122026-06-04T08:06:58.504Z Compiling icu_provider v2.2.0
14132026-06-04T08:06:58.558Z Compiling chrono v0.4.44
14142026-06-04T08:06:58.693Z Compiling icu_properties v2.2.0
14152026-06-04T08:06:58.880Z Compiling icu_normalizer v2.2.0
14162026-06-04T08:06:58.910Z Compiling parking_lot v0.12.5
14172026-06-04T08:06:59.094Z Compiling http v1.4.0
14182026-06-04T08:06:59.339Z Compiling tokio v1.52.3
14192026-06-04T08:06:59.457Z Compiling serde_tokenstream v0.2.3
14202026-06-04T08:07:00.003Z Compiling idna_adapter v1.2.2
14212026-06-04T08:07:00.004Z Compiling idna v1.1.0
14222026-06-04T08:07:00.004Z Compiling erased-serde v0.3.31
14232026-06-04T08:07:00.004Z Compiling http-body v1.0.1
14242026-06-04T08:07:00.004Z Compiling pest_generator v2.8.6
14252026-06-04T08:07:00.051Z Compiling pretty-hex v0.4.2
14262026-06-04T08:07:00.056Z Compiling plain v0.2.3
14272026-06-04T08:07:00.129Z Compiling url v2.5.8
14282026-06-04T08:07:00.155Z Compiling winnow v1.0.3
14292026-06-04T08:07:00.640Z Compiling ppv-lite86 v0.2.21
14302026-06-04T08:07:01.400Z Compiling pest_derive v2.8.6
14312026-06-04T08:07:01.448Z Compiling allocator-api2 v0.2.21
14322026-06-04T08:07:01.448Z Compiling foldhash v0.2.0
14332026-06-04T08:07:01.448Z Compiling paste v1.0.15
14342026-06-04T08:07:01.448Z Compiling hashbrown v0.16.1
14352026-06-04T08:07:01.448Z Compiling crypto-common v0.1.7
14362026-06-04T08:07:01.448Z Compiling tracing-attributes v0.1.31
14372026-06-04T08:07:01.448Z Compiling tracing-core v0.1.36
14382026-06-04T08:07:01.448Z Compiling ident_case v1.0.1
14392026-06-04T08:07:01.448Z Compiling omicron-workspace-hack v0.1.0
14402026-06-04T08:07:01.448Z Compiling ipnetwork v0.21.1
14412026-06-04T08:07:01.670Z Compiling oxnet v0.1.5
14422026-06-04T08:07:01.839Z Compiling http-body-util v0.1.3
14432026-06-04T08:07:01.870Z Compiling serde_urlencoded v0.7.1
14442026-06-04T08:07:02.074Z Compiling aho-corasick v1.1.4
14452026-06-04T08:07:02.106Z Compiling sync_wrapper v1.0.2
14462026-06-04T08:07:02.117Z Compiling rustls-pki-types v1.14.1
14472026-06-04T08:07:02.128Z Compiling daft-derive v0.1.7
14482026-06-04T08:07:02.406Z Compiling tracing v0.1.44
14492026-06-04T08:07:02.439Z Compiling fastrand v2.4.1
14502026-06-04T08:07:02.644Z Compiling async-trait v0.1.89
14512026-06-04T08:07:02.699Z Compiling scroll_derive v0.13.1
14522026-06-04T08:07:02.876Z Compiling regex-automata v0.4.14
14532026-06-04T08:07:03.341Z Compiling tokio-util v0.7.18
14542026-06-04T08:07:03.352Z Compiling ring v0.17.14
14552026-06-04T08:07:03.552Z Compiling cpufeatures v0.2.17
14562026-06-04T08:07:03.611Z Compiling powerfmt v0.2.0
14572026-06-04T08:07:03.621Z Compiling num-conv v0.2.1
14582026-06-04T08:07:03.759Z Compiling time-core v0.1.8
14592026-06-04T08:07:03.811Z Compiling anyhow v1.0.102
14602026-06-04T08:07:03.897Z Compiling time-macros v0.2.27
14612026-06-04T08:07:04.075Z Compiling deranged v0.5.8
14622026-06-04T08:07:04.332Z Compiling scroll v0.13.0
14632026-06-04T08:07:04.592Z Compiling regex v1.12.3
14642026-06-04T08:07:04.857Z Compiling block-buffer v0.10.4
14652026-06-04T08:07:05.003Z Compiling hex v0.4.3
14662026-06-04T08:07:05.007Z Compiling num_threads v0.1.7
14672026-06-04T08:07:05.037Z Compiling openssl-probe v0.2.1
14682026-06-04T08:07:05.103Z Compiling digest v0.10.7
14692026-06-04T08:07:05.216Z Compiling goblin v0.10.5
14702026-06-04T08:07:05.315Z Compiling camino v1.2.2
14712026-06-04T08:07:05.653Z Compiling crc32fast v1.5.0
14722026-06-04T08:07:05.683Z Compiling usdt-impl v0.6.0
14732026-06-04T08:07:05.941Z Compiling h2 v0.4.14
14742026-06-04T08:07:05.960Z Compiling dtrace-parser v0.3.0
14752026-06-04T08:07:05.980Z Compiling futures-executor v0.3.32
14762026-06-04T08:07:06.280Z Compiling crossbeam-utils v0.8.21
14772026-06-04T08:07:06.431Z Compiling aws-lc-rs v1.17.0
14782026-06-04T08:07:06.743Z Compiling structmeta-derive v0.3.0
14792026-06-04T08:07:06.864Z Compiling thread-id v5.1.0
14802026-06-04T08:07:06.933Z Compiling rustls v0.22.4
14812026-06-04T08:07:06.944Z Compiling simd-adler32 v0.3.9
14822026-06-04T08:07:07.138Z Compiling adler2 v2.0.1
14832026-06-04T08:07:07.267Z Compiling miniz_oxide v0.8.9
14842026-06-04T08:07:07.657Z Compiling futures v0.3.32
14852026-06-04T08:07:07.733Z Compiling rand_core v0.9.5
14862026-06-04T08:07:07.788Z Compiling structmeta v0.3.0
14872026-06-04T08:07:07.849Z Compiling darling_core v0.23.0
14882026-06-04T08:07:07.919Z Compiling dof v0.4.0
14892026-06-04T08:07:07.944Z Compiling newtype-uuid-macros v0.1.0
14902026-06-04T08:07:07.955Z Compiling hyper v1.9.0
14912026-06-04T08:07:07.982Z Compiling thread_local v1.1.9
14922026-06-04T08:07:08.260Z Compiling match_cfg v0.1.0
14932026-06-04T08:07:08.317Z Compiling untrusted v0.7.1
14942026-06-04T08:07:08.437Z Compiling flate2 v1.1.9
14952026-06-04T08:07:08.978Z Compiling newtype-uuid v1.3.2
14962026-06-04T08:07:09.245Z Compiling hyper-util v0.1.20
14972026-06-04T08:07:09.321Z Compiling ref-cast v1.0.25
14982026-06-04T08:07:09.462Z Compiling slog-async v2.8.0
14992026-06-04T08:07:09.646Z Compiling quick-error v1.2.3
15002026-06-04T08:07:09.661Z Compiling compression-core v0.4.32
15012026-06-04T08:07:09.759Z Compiling rustls v0.23.40
15022026-06-04T08:07:09.814Z Compiling compression-codecs v0.4.38
15032026-06-04T08:07:09.918Z Compiling darling_macro v0.23.0
15042026-06-04T08:07:10.021Z Compiling daft v0.1.7
15052026-06-04T08:07:10.051Z Compiling rand_chacha v0.9.0
15062026-06-04T08:07:10.086Z Compiling usdt-macro v0.6.0
15072026-06-04T08:07:10.283Z Compiling usdt-attr-macro v0.6.0
15082026-06-04T08:07:10.375Z Compiling ref-cast-impl v1.0.25
15092026-06-04T08:07:10.471Z Compiling strum_macros v0.26.4
15102026-06-04T08:07:10.474Z Compiling serde_spanned v1.1.1
15112026-06-04T08:07:10.516Z Compiling darling v0.23.0
15122026-06-04T08:07:10.592Z Compiling multer v3.1.0
15132026-06-04T08:07:10.615Z Compiling bit-vec v0.8.0
15142026-06-04T08:07:10.826Z Compiling take_mut v0.2.2
15152026-06-04T08:07:10.845Z Compiling debug-ignore v1.0.5
15162026-06-04T08:07:10.932Z Compiling toml_writer v1.1.1+spec-1.1.0
15172026-06-04T08:07:10.952Z Compiling term v1.2.1
15182026-06-04T08:07:11.176Z Compiling bit-set v0.8.0
15192026-06-04T08:07:11.196Z Compiling serde_with_macros v3.20.0
15202026-06-04T08:07:11.262Z Compiling rand v0.9.4
15212026-06-04T08:07:11.334Z Compiling async-stream-impl v0.3.6
15222026-06-04T08:07:11.475Z Compiling dropshot v0.17.0
15232026-06-04T08:07:11.673Z Compiling encoding_rs v0.8.35
15242026-06-04T08:07:11.712Z Compiling unarray v0.1.4
15252026-06-04T08:07:11.821Z Compiling spin v0.9.8
15262026-06-04T08:07:11.864Z Compiling syn v1.0.109
15272026-06-04T08:07:11.931Z Compiling mime v0.3.17
15282026-06-04T08:07:11.980Z Compiling async-stream v0.3.6
15292026-06-04T08:07:12.173Z Compiling strum v0.26.3
15302026-06-04T08:07:12.204Z Compiling derive-ex v0.1.8
15312026-06-04T08:07:12.208Z Compiling tower v0.5.3
15322026-06-04T08:07:12.263Z Compiling dropshot_endpoint v0.17.0
15332026-06-04T08:07:12.294Z Compiling macaddr v1.0.1
15342026-06-04T08:07:12.326Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-06-04T08:07:12.340Z Compiling waitgroup v0.1.2
15362026-06-04T08:07:12.472Z Compiling serde_path_to_error v0.1.20
15372026-06-04T08:07:12.810Z Compiling tower-http v0.6.10
15382026-06-04T08:07:12.815Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-06-04T08:07:13.171Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-06-04T08:07:13.218Z Compiling tempfile v3.27.0
15412026-06-04T08:07:13.351Z Compiling openapiv3 v2.2.0
15422026-06-04T08:07:13.632Z Compiling strum_macros v0.27.2
15432026-06-04T08:07:13.784Z Compiling test-strategy v0.4.5
15442026-06-04T08:07:13.872Z Compiling instant v0.1.13
15452026-06-04T08:07:13.978Z Compiling rustls-native-certs v0.8.3
15462026-06-04T08:07:14.317Z Compiling time v0.3.47
15472026-06-04T08:07:14.526Z Compiling rustc-hash v2.1.2
15482026-06-04T08:07:14.931Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15492026-06-04T08:07:15.119Z Compiling crossbeam-channel v0.5.15
15502026-06-04T08:07:15.418Z Compiling strum v0.27.2
15512026-06-04T08:07:15.588Z Compiling parse-display-derive v0.10.0
15522026-06-04T08:07:16.012Z Compiling backon v1.6.0
15532026-06-04T08:07:16.234Z Compiling rustls-webpki v0.102.8
15542026-06-04T08:07:16.248Z Compiling rand_chacha v0.3.1
15552026-06-04T08:07:17.127Z Compiling rand v0.8.6
15562026-06-04T08:07:17.160Z Compiling slog-json v2.6.1
15572026-06-04T08:07:17.311Z Compiling hostname v0.3.1
15582026-06-04T08:07:17.366Z Compiling toml_parser v1.1.2+spec-1.1.0
15592026-06-04T08:07:17.412Z Compiling toml_datetime v1.1.1+spec-1.1.0
15602026-06-04T08:07:17.446Z Compiling is-terminal v0.4.17
15612026-06-04T08:07:17.510Z Compiling memmap2 v0.9.10
15622026-06-04T08:07:17.536Z Compiling wait-timeout v0.2.1
15632026-06-04T08:07:17.712Z Compiling either v1.15.0
15642026-06-04T08:07:17.726Z Compiling toml v1.1.2+spec-1.1.0
15652026-06-04T08:07:17.764Z Compiling rusty-fork v0.3.1
15662026-06-04T08:07:17.831Z Compiling usdt v0.6.0
15672026-06-04T08:07:17.910Z Compiling slog-term v2.9.2
15682026-06-04T08:07:18.053Z Compiling slog-bunyan v2.5.0
15692026-06-04T08:07:18.114Z Compiling serde_with v3.20.0
15702026-06-04T08:07:18.181Z Compiling async-compression v0.4.42
15712026-06-04T08:07:18.492Z Compiling rand_xorshift v0.4.0
15722026-06-04T08:07:18.510Z Compiling sha1 v0.10.6
15732026-06-04T08:07:18.634Z Compiling rustls-pemfile v2.2.0
15742026-06-04T08:07:18.645Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15752026-06-04T08:07:18.729Z Compiling tokio-rustls v0.25.0
15762026-06-04T08:07:18.827Z Compiling regress v0.10.5
15772026-06-04T08:07:18.950Z Compiling hostname v0.4.2
15782026-06-04T08:07:19.132Z Compiling proptest v1.11.0
15792026-06-04T08:07:20.053Z Compiling iddqd v0.3.18
15802026-06-04T08:07:20.708Z Compiling reqwest v0.12.28
15812026-06-04T08:07:20.933Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15822026-06-04T08:07:21.207Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15832026-06-04T08:07:21.409Z Compiling utf8parse v0.2.2
15842026-06-04T08:07:21.525Z Compiling anstyle-parse v1.0.0
15852026-06-04T08:07:21.720Z Compiling progenitor-client v0.10.0
15862026-06-04T08:07:21.808Z Compiling itertools v0.14.0
15872026-06-04T08:07:22.003Z Compiling backoff v0.4.0
15882026-06-04T08:07:22.219Z Compiling parse-display v0.10.0
15892026-06-04T08:07:22.551Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15902026-06-04T08:07:22.749Z Compiling anstyle-query v1.1.5
15912026-06-04T08:07:22.819Z Compiling colorchoice v1.0.5
15922026-06-04T08:07:22.936Z Compiling is_terminal_polyfill v1.70.2
15932026-06-04T08:07:23.012Z Compiling anstyle v1.0.14
15942026-06-04T08:07:23.063Z Compiling clap_lex v1.1.0
15952026-06-04T08:07:23.235Z Compiling anstream v1.0.0
15962026-06-04T08:07:23.748Z Compiling regress v0.11.1
15972026-06-04T08:07:23.779Z Compiling clap_derive v4.6.1
15982026-06-04T08:07:24.356Z Compiling terminal_size v0.4.4
15992026-06-04T08:07:25.268Z Compiling typify-impl v0.6.2
16002026-06-04T08:07:25.437Z Compiling toml_datetime v0.6.11
16012026-06-04T08:07:25.541Z Compiling zerocopy-derive v0.7.35
16022026-06-04T08:07:25.718Z Compiling convert_case v0.4.0
16032026-06-04T08:07:26.015Z Compiling derive_more v0.99.20
16042026-06-04T08:07:26.415Z Compiling zerocopy v0.7.35
16052026-06-04T08:07:26.717Z Compiling clap_builder v4.6.0
16062026-06-04T08:07:27.227Z Compiling toml_edit v0.25.11+spec-1.1.0
16072026-06-04T08:07:28.618Z Compiling unicode-width v0.2.2
16082026-06-04T08:07:28.682Z Compiling proc-macro-crate v3.5.0
16092026-06-04T08:07:28.682Z Compiling clap v4.6.1
16102026-06-04T08:07:28.682Z Compiling secrecy v0.10.3
16112026-06-04T08:07:28.713Z Compiling crucible-workspace-hack v0.1.0
16122026-06-04T08:07:28.814Z Compiling float-ord v0.3.2
16132026-06-04T08:07:28.831Z Compiling tinyvec_macros v0.1.1
16142026-06-04T08:07:28.901Z Compiling tinyvec v1.11.0
16152026-06-04T08:07:28.950Z Compiling num_enum_derive v0.7.6
16162026-06-04T08:07:29.487Z Compiling dtrace-parser v0.2.0
16172026-06-04T08:07:29.559Z Compiling scroll_derive v0.12.1
16182026-06-04T08:07:29.977Z Compiling num-integer v0.1.46
16192026-06-04T08:07:30.289Z Compiling rustc_version v0.4.1
16202026-06-04T08:07:30.300Z Compiling usdt-impl v0.5.0
16212026-06-04T08:07:30.311Z Compiling scroll v0.12.0
16222026-06-04T08:07:30.336Z Compiling num_enum v0.7.6
16232026-06-04T08:07:30.565Z Compiling curve25519-dalek v4.1.3
16242026-06-04T08:07:30.817Z Compiling dof v0.3.0
16252026-06-04T08:07:31.128Z Compiling hmac v0.12.1
16262026-06-04T08:07:31.192Z Compiling darling_core v0.21.3
16272026-06-04T08:07:31.207Z Compiling inout v0.1.4
16282026-06-04T08:07:31.261Z Compiling ff v0.13.1
16292026-06-04T08:07:31.274Z Compiling thread-id v4.2.2
16302026-06-04T08:07:31.331Z Compiling cipher v0.4.4
16312026-06-04T08:07:31.359Z Compiling group v0.13.0
16322026-06-04T08:07:31.386Z Compiling hkdf v0.12.4
16332026-06-04T08:07:31.675Z Compiling typify-macro v0.6.2
16342026-06-04T08:07:31.992Z Compiling goblin v0.8.2
16352026-06-04T08:07:32.026Z Compiling num-iter v0.1.45
16362026-06-04T08:07:32.057Z Compiling num-rational v0.4.2
16372026-06-04T08:07:32.338Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-04T08:07:32.349Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16392026-06-04T08:07:32.686Z Compiling crossbeam-epoch v0.9.18
16402026-06-04T08:07:33.029Z Compiling universal-hash v0.5.1
16412026-06-04T08:07:33.131Z Compiling half v2.7.1
16422026-06-04T08:07:33.159Z Compiling crypto-bigint v0.5.5
16432026-06-04T08:07:33.298Z Compiling darling_macro v0.21.3
16442026-06-04T08:07:33.419Z Compiling curve25519-dalek-derive v0.1.1
16452026-06-04T08:07:33.419Z Compiling num-complex v0.4.6
16462026-06-04T08:07:33.759Z Compiling typify v0.6.2
16472026-06-04T08:07:33.939Z Compiling opaque-debug v0.3.1
16482026-06-04T08:07:34.008Z Compiling ciborium-io v0.2.2
16492026-06-04T08:07:34.100Z Compiling base16ct v0.2.0
16502026-06-04T08:07:34.111Z Compiling base64ct v1.8.3
16512026-06-04T08:07:34.205Z Compiling elliptic-curve v0.13.8
16522026-06-04T08:07:34.310Z Compiling ciborium-ll v0.2.2
16532026-06-04T08:07:34.410Z Compiling password-hash v0.5.0
16542026-06-04T08:07:34.515Z Compiling poly1305 v0.8.0
16552026-06-04T08:07:34.847Z Compiling darling v0.21.3
16562026-06-04T08:07:34.922Z Compiling num v0.4.3
16572026-06-04T08:07:34.994Z Compiling thiserror-no-std v2.0.2
16582026-06-04T08:07:35.349Z Compiling chacha20 v0.9.1
16592026-06-04T08:07:35.363Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16602026-06-04T08:07:35.560Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16612026-06-04T08:07:35.971Z Compiling blake2 v0.10.6
16622026-06-04T08:07:36.112Z Compiling byte-wrapper v0.1.0
16632026-06-04T08:07:36.186Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16642026-06-04T08:07:36.474Z Compiling aead v0.5.2
16652026-06-04T08:07:36.474Z Compiling proc-macro-error-attr v1.0.4
16662026-06-04T08:07:36.633Z Compiling prettyplease v0.2.37
16672026-06-04T08:07:36.720Z Compiling rustix v0.38.44
16682026-06-04T08:07:36.730Z Compiling keccak v0.1.6
16692026-06-04T08:07:36.879Z Compiling unsafe-libyaml v0.2.11
16702026-06-04T08:07:36.955Z Compiling heapless v0.8.0
16712026-06-04T08:07:37.433Z Compiling serde_yaml v0.9.34+deprecated
16722026-06-04T08:07:37.578Z Compiling sha3 v0.10.9
16732026-06-04T08:07:37.859Z Compiling chacha20poly1305 v0.10.1
16742026-06-04T08:07:37.985Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16752026-06-04T08:07:38.584Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16762026-06-04T08:07:39.571Z Compiling argon2 v0.5.3
16772026-06-04T08:07:39.602Z Compiling vsss-rs v3.3.4
16782026-06-04T08:07:39.602Z Compiling ingot-macros v0.1.1
16792026-06-04T08:07:39.602Z Compiling ciborium v0.2.2
16802026-06-04T08:07:39.927Z Compiling usdt-macro v0.5.0
16812026-06-04T08:07:40.416Z Compiling usdt-attr-macro v0.5.0
16822026-06-04T08:07:41.301Z Compiling rustls-webpki v0.103.13
16832026-06-04T08:07:42.794Z Compiling serde_spanned v0.6.9
16842026-06-04T08:07:42.831Z Compiling enum-as-inner v0.6.1
16852026-06-04T08:07:42.831Z Compiling hash32 v0.3.1
16862026-06-04T08:07:42.831Z Compiling proc-macro-error v1.0.4
16872026-06-04T08:07:42.831Z Compiling memmap v0.7.0
16882026-06-04T08:07:42.836Z Compiling indent_write v2.2.0
16892026-06-04T08:07:42.894Z Compiling static_assertions v1.1.0
16902026-06-04T08:07:42.905Z Compiling data-encoding v2.11.0
16912026-06-04T08:07:42.943Z Compiling winnow v0.7.15
16922026-06-04T08:07:42.965Z Compiling winnow v0.5.40
16932026-06-04T08:07:43.111Z Compiling smoltcp v0.11.0
16942026-06-04T08:07:43.126Z Compiling toml_write v0.1.2
16952026-06-04T08:07:43.325Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16962026-06-04T08:07:43.486Z Compiling usdt v0.5.0
16972026-06-04T08:07:43.759Z Compiling ingot-types v0.1.2
16982026-06-04T08:07:43.814Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16992026-06-04T08:07:44.133Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
17002026-06-04T08:07:44.158Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17012026-06-04T08:07:44.230Z Compiling toml_edit v0.22.27
17022026-06-04T08:07:44.352Z Compiling toml_edit v0.19.15
17032026-06-04T08:07:44.527Z Compiling tabwriter v1.4.1
17042026-06-04T08:07:44.773Z Compiling tokio-rustls v0.26.4
17052026-06-04T08:07:44.871Z Compiling rustls-platform-verifier v0.7.0
17062026-06-04T08:07:45.038Z Compiling hyper-rustls v0.27.9
17072026-06-04T08:07:45.293Z Compiling reqwest v0.13.3
17082026-06-04T08:07:45.767Z Compiling cobs v0.3.0
17092026-06-04T08:07:45.958Z Compiling serde_repr v0.1.20
17102026-06-04T08:07:46.276Z Compiling memoffset v0.9.1
17112026-06-04T08:07:46.329Z Compiling pkg-config v0.3.33
17122026-06-04T08:07:46.530Z Compiling progenitor-client v0.14.0
17132026-06-04T08:07:46.646Z Compiling bitflags v1.3.2
17142026-06-04T08:07:46.724Z Compiling vcpkg v0.2.15
17152026-06-04T08:07:46.796Z Compiling progenitor-extras v0.2.0
17162026-06-04T08:07:46.839Z Compiling managed v0.8.0
17172026-06-04T08:07:47.039Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17182026-06-04T08:07:47.361Z Compiling cfg_aliases v0.2.1
17192026-06-04T08:07:47.437Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17202026-06-04T08:07:47.541Z Compiling nix v0.31.3
17212026-06-04T08:07:47.690Z Compiling openssl-sys v0.9.116
17222026-06-04T08:07:48.034Z Compiling postcard v1.1.3
17232026-06-04T08:07:48.247Z Compiling toml v0.8.23
17242026-06-04T08:07:48.369Z Compiling proc-macro-crate v1.3.1
17252026-06-04T08:07:48.943Z Compiling ingot v0.1.1
17262026-06-04T08:07:48.978Z Compiling hubpack_derive v0.1.1
17272026-06-04T08:07:49.524Z Compiling foreign-types-macros v0.2.3
17282026-06-04T08:07:49.593Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-06-04T08:07:49.766Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17302026-06-04T08:07:49.893Z Compiling cpufeatures v0.3.0
17312026-06-04T08:07:49.926Z Compiling rayon-core v1.13.0
17322026-06-04T08:07:49.969Z Compiling semver v0.1.20
17332026-06-04T08:07:50.006Z Compiling unicode-segmentation v1.13.2
17342026-06-04T08:07:50.162Z Compiling heck v0.4.1
17352026-06-04T08:07:50.183Z Compiling resolv-conf v0.7.6
17362026-06-04T08:07:50.232Z Compiling linked-hash-map v0.5.6
17372026-06-04T08:07:50.366Z Compiling colored v3.1.1
17382026-06-04T08:07:50.414Z Compiling swrite v0.1.0
17392026-06-04T08:07:50.436Z Compiling foreign-types-shared v0.3.1
17402026-06-04T08:07:50.510Z Compiling foreign-types v0.5.0
17412026-06-04T08:07:50.558Z Compiling lru-cache v0.1.2
17422026-06-04T08:07:50.562Z Compiling newline-converter v0.3.0
17432026-06-04T08:07:50.585Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-04T08:07:50.626Z Compiling rustc_version v0.1.7
17452026-06-04T08:07:50.670Z Compiling chacha20 v0.10.0
17462026-06-04T08:07:50.765Z Compiling hubpack v0.1.2
17472026-06-04T08:07:50.776Z Compiling num_enum_derive v0.5.11
17482026-06-04T08:07:50.934Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17492026-06-04T08:07:50.984Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17502026-06-04T08:07:51.042Z Compiling atomicwrites v0.4.4
17512026-06-04T08:07:51.222Z Compiling hickory-proto v0.24.4
17522026-06-04T08:07:51.880Z Compiling progenitor-impl v0.13.0
17532026-06-04T08:07:52.701Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17542026-06-04T08:07:52.901Z Compiling crossbeam-deque v0.8.6
17552026-06-04T08:07:53.107Z Compiling console v0.15.11
17562026-06-04T08:07:53.179Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17572026-06-04T08:07:53.698Z Compiling camino-tempfile v1.4.1
17582026-06-04T08:07:53.770Z Compiling serde-big-array v0.5.1
17592026-06-04T08:07:53.863Z Compiling pin-project-internal v1.1.13
17602026-06-04T08:07:53.912Z Compiling num-derive v0.4.2
17612026-06-04T08:07:53.934Z Compiling derive-where v1.6.1
17622026-06-04T08:07:54.030Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17632026-06-04T08:07:54.533Z Compiling cstr-argument v0.1.2
17642026-06-04T08:07:54.567Z Compiling minimal-lexical v0.2.1
17652026-06-04T08:07:54.690Z Compiling similar v2.7.0
17662026-06-04T08:07:54.835Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17672026-06-04T08:07:54.891Z Compiling siphasher v1.0.3
17682026-06-04T08:07:54.900Z Compiling nom v7.1.3
17692026-06-04T08:07:54.961Z Compiling pin-project v1.1.13
17702026-06-04T08:07:55.061Z Compiling phf_shared v0.12.1
17712026-06-04T08:07:55.082Z Compiling expectorate v1.2.0
17722026-06-04T08:07:55.095Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17732026-06-04T08:07:55.228Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17742026-06-04T08:07:55.228Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17752026-06-04T08:07:55.356Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17762026-06-04T08:07:55.428Z Compiling progenitor-macro v0.13.0
17772026-06-04T08:07:55.651Z Compiling hickory-resolver v0.24.4
17782026-06-04T08:07:55.707Z Compiling num_enum v0.5.11
17792026-06-04T08:07:55.821Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17802026-06-04T08:07:56.230Z Compiling rand v0.10.1
17812026-06-04T08:07:56.275Z Compiling newtype_derive v0.1.6
17822026-06-04T08:07:56.535Z Compiling progenitor-client v0.13.0
17832026-06-04T08:07:56.945Z Compiling progenitor-impl v0.14.0
17842026-06-04T08:07:57.541Z Compiling unicode-normalization v0.1.25
17852026-06-04T08:07:58.028Z Compiling tokio-stream v0.1.18
17862026-06-04T08:07:58.154Z Compiling async-recursion v1.1.1
17872026-06-04T08:07:58.215Z Compiling snafu-derive v0.8.9
17882026-06-04T08:07:58.337Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17892026-06-04T08:07:58.494Z Compiling slog-dtrace v0.3.0
17902026-06-04T08:07:58.648Z Compiling bstr v1.12.1
17912026-06-04T08:07:58.747Z Compiling csv-core v0.1.13
17922026-06-04T08:07:58.849Z Compiling foldhash v0.1.5
17932026-06-04T08:07:59.014Z Compiling unicode-width v0.1.14
17942026-06-04T08:07:59.026Z Compiling highway v1.3.0
17952026-06-04T08:07:59.149Z Compiling chrono-tz v0.10.4
17962026-06-04T08:07:59.296Z Compiling unicode-xid v0.2.6
17972026-06-04T08:07:59.382Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17982026-06-04T08:07:59.413Z Compiling foreign-types-shared v0.1.1
17992026-06-04T08:07:59.422Z Compiling konst_macro_rules v0.2.19
18002026-06-04T08:07:59.500Z Compiling openssl v0.10.80
18012026-06-04T08:07:59.599Z Compiling cancel-safe-futures v0.1.5
18022026-06-04T08:07:59.787Z Compiling same-file v1.0.6
18032026-06-04T08:07:59.857Z Compiling owo-colors v4.3.0
18042026-06-04T08:07:59.964Z Compiling walkdir v2.5.0
18052026-06-04T08:07:59.967Z Compiling snafu v0.8.9
18062026-06-04T08:08:00.292Z Compiling konst v0.2.20
18072026-06-04T08:08:00.322Z Compiling foreign-types v0.3.2
18082026-06-04T08:08:00.355Z Compiling const_format_proc_macros v0.2.34
18092026-06-04T08:08:00.410Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18102026-06-04T08:08:00.459Z Compiling globset v0.4.18
18112026-06-04T08:08:00.467Z Compiling progenitor-macro v0.14.0
18122026-06-04T08:08:00.527Z Compiling hashbrown v0.15.5
18132026-06-04T08:08:00.593Z Compiling progenitor v0.13.0
18142026-06-04T08:08:00.731Z Compiling csv v1.4.0
18152026-06-04T08:08:01.204Z Compiling qorb v0.4.1
18162026-06-04T08:08:01.231Z Compiling olpc-cjson v0.1.4
18172026-06-04T08:08:01.364Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18182026-06-04T08:08:01.392Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18192026-06-04T08:08:02.382Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18202026-06-04T08:08:02.944Z Compiling rayon v1.12.0
18212026-06-04T08:08:03.077Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18222026-06-04T08:08:03.378Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-04T08:08:03.416Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18242026-06-04T08:08:03.416Z Compiling phf v0.12.1
18252026-06-04T08:08:03.621Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18262026-06-04T08:08:03.963Z Compiling zone_cfg_derive v0.3.1
18272026-06-04T08:08:04.560Z Compiling tokio-dtrace v0.1.1
18282026-06-04T08:08:04.709Z Compiling itertools v0.12.1
18292026-06-04T08:08:04.724Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18302026-06-04T08:08:04.760Z Compiling libsw-core v0.3.2
18312026-06-04T08:08:04.825Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18322026-06-04T08:08:04.928Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-04T08:08:04.954Z Compiling serde_plain v1.0.2
18342026-06-04T08:08:05.119Z Compiling openssl-macros v0.1.1
18352026-06-04T08:08:05.289Z Compiling pem v3.0.6
18362026-06-04T08:08:05.423Z Compiling cookie v0.18.1
18372026-06-04T08:08:05.579Z Compiling sigpipe v0.1.3
18382026-06-04T08:08:05.620Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18392026-06-04T08:08:05.639Z Compiling fixedbitset v0.4.2
18402026-06-04T08:08:05.666Z Compiling typed-path v0.9.3
18412026-06-04T08:08:05.672Z Compiling fixedbitset v0.5.7
18422026-06-04T08:08:05.672Z Compiling glob v0.3.3
18432026-06-04T08:08:05.859Z Compiling bytecount v0.6.9
18442026-06-04T08:08:05.921Z Compiling jiff v0.2.24
18452026-06-04T08:08:05.921Z Compiling petgraph v0.8.3
18462026-06-04T08:08:05.989Z Compiling papergrid v0.11.0
18472026-06-04T08:08:06.016Z Compiling progenitor v0.14.0
18482026-06-04T08:08:06.165Z Compiling zone v0.3.1
18492026-06-04T08:08:06.196Z Compiling petgraph v0.6.5
18502026-06-04T08:08:06.994Z Compiling tough v0.22.0
18512026-06-04T08:08:08.321Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18522026-06-04T08:08:08.380Z Compiling libsw v3.5.0
18532026-06-04T08:08:08.380Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18542026-06-04T08:08:08.380Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18552026-06-04T08:08:08.380Z Compiling oxide-tokio-rt v0.1.6
18562026-06-04T08:08:08.380Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18572026-06-04T08:08:08.380Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18582026-06-04T08:08:09.150Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18592026-06-04T08:08:09.345Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18602026-06-04T08:08:09.526Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18612026-06-04T08:08:09.696Z Compiling const_format v0.2.36
18622026-06-04T08:08:09.745Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18632026-06-04T08:08:10.348Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18642026-06-04T08:08:10.401Z Compiling tabled_derive v0.7.0
18652026-06-04T08:08:10.644Z Compiling gethostname v0.5.0
18662026-06-04T08:08:10.714Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-06-04T08:08:10.756Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-06-04T08:08:10.766Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18692026-06-04T08:08:10.834Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18702026-06-04T08:08:10.873Z Compiling smf v0.2.3
18712026-06-04T08:08:10.983Z Compiling bcs v0.1.6
18722026-06-04T08:08:11.357Z Compiling nom v8.0.0
18732026-06-04T08:08:11.441Z Compiling whoami v1.6.1
18742026-06-04T08:08:11.479Z Compiling unicode-linebreak v0.1.5
18752026-06-04T08:08:11.491Z Compiling smawk v0.3.2
18762026-06-04T08:08:11.503Z Compiling crunchy v0.2.4
18772026-06-04T08:08:11.624Z Compiling termtree v0.5.1
18782026-06-04T08:08:11.727Z Compiling linear-map v1.2.0
18792026-06-04T08:08:11.759Z Compiling tagptr v0.2.0
18802026-06-04T08:08:11.776Z Compiling lazy_static v1.5.0
18812026-06-04T08:08:11.819Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-06-04T08:08:11.874Z Compiling steno v0.4.1
18832026-06-04T08:08:11.910Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18842026-06-04T08:08:11.910Z Compiling moka v0.12.15
18852026-06-04T08:08:12.313Z Compiling textwrap v0.16.2
18862026-06-04T08:08:13.130Z Compiling tabled v0.15.0
18872026-06-04T08:08:13.192Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18882026-06-04T08:08:13.571Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18892026-06-04T08:08:13.676Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18902026-06-04T08:08:14.487Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18912026-06-04T08:08:15.116Z Compiling hickory-proto v0.25.2
18922026-06-04T08:08:15.421Z Compiling tiny-keccak v2.0.2
18932026-06-04T08:08:15.660Z Compiling humantime v2.3.0
18942026-06-04T08:08:15.853Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18952026-06-04T08:08:16.026Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18962026-06-04T08:08:16.097Z Compiling parking_lot_core v0.8.6
18972026-06-04T08:08:16.573Z Compiling libscf-sys v1.2.0
18982026-06-04T08:08:16.638Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18992026-06-04T08:08:16.722Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19002026-06-04T08:08:17.114Z Compiling hickory-resolver v0.25.2
19012026-06-04T08:08:17.176Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19022026-06-04T08:08:17.434Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19032026-06-04T08:08:17.540Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19042026-06-04T08:08:17.603Z Compiling const-random-macro v0.1.16
19052026-06-04T08:08:17.930Z Compiling ahash v0.8.12
19062026-06-04T08:08:17.941Z Compiling smartstring v1.0.1
19072026-06-04T08:08:18.016Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19082026-06-04T08:08:18.248Z Compiling const-random v0.1.18
19092026-06-04T08:08:18.321Z Compiling parking_lot v0.11.2
19102026-06-04T08:08:18.717Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19112026-06-04T08:08:18.739Z Compiling fxhash v0.2.1
19122026-06-04T08:08:18.825Z Compiling internet-checksum v0.2.1
19132026-06-04T08:08:18.876Z Compiling sled v0.34.7
19142026-06-04T08:08:19.199Z Compiling thin-vec v0.2.18
19152026-06-04T08:08:19.225Z Compiling rhai_codegen v3.1.0
19162026-06-04T08:08:19.319Z Compiling sdd v3.0.10
19172026-06-04T08:08:19.396Z Compiling serial_test_derive v3.4.0
19182026-06-04T08:08:19.490Z Compiling diff v0.1.13
19192026-06-04T08:08:19.655Z Compiling scc v2.4.0
19202026-06-04T08:08:19.785Z Compiling yansi v1.0.1
19212026-06-04T08:08:20.106Z Compiling pretty_assertions v1.4.1
19222026-06-04T08:08:20.424Z Compiling rhai v1.24.0
19232026-06-04T08:08:20.546Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19242026-06-04T08:08:20.792Z Compiling serial_test v3.4.0
19252026-06-04T08:08:22.151Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19262026-06-04T08:08:30.295Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19272026-06-04T08:08:32.013Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19282026-06-04T08:08:33.040Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19292026-06-04T08:08:33.990Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19302026-06-04T08:08:34.775Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19312026-06-04T08:08:35.920Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19322026-06-04T08:09:08.906Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
19332026-06-04T08:09:09.089Z────────────
19342026-06-04T08:09:09.089Z Nextest run ID 921785a8-ec82-4daa-a261-bd5ea9090c4c with nextest profile: default
19352026-06-04T08:09:09.089Z Starting 150 tests across 3 binaries
19362026-06-04T08:09:09.099Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19372026-06-04T08:09:09.103Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19382026-06-04T08:09:09.103Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19392026-06-04T08:09:09.103Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19402026-06-04T08:09:09.103Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19412026-06-04T08:09:09.103Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19422026-06-04T08:09:09.103Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19432026-06-04T08:09:09.103Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19442026-06-04T08:09:09.109Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19452026-06-04T08:09:09.113Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19462026-06-04T08:09:09.113Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19472026-06-04T08:09:09.113Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19482026-06-04T08:09:09.113Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19492026-06-04T08:09:09.113Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19502026-06-04T08:09:09.113Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19512026-06-04T08:09:09.113Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19522026-06-04T08:09:09.120Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19532026-06-04T08:09:09.120Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19542026-06-04T08:09:09.120Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19552026-06-04T08:09:09.125Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19562026-06-04T08:09:09.125Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19572026-06-04T08:09:09.125Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19582026-06-04T08:09:09.125Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19592026-06-04T08:09:09.125Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19602026-06-04T08:09:09.130Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19612026-06-04T08:09:09.133Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19622026-06-04T08:09:09.133Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19632026-06-04T08:09:09.133Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19642026-06-04T08:09:09.133Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19652026-06-04T08:09:09.133Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19662026-06-04T08:09:09.133Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19672026-06-04T08:09:09.133Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19682026-06-04T08:09:09.139Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19692026-06-04T08:09:09.139Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19702026-06-04T08:09:09.143Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19712026-06-04T08:09:09.143Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19722026-06-04T08:09:09.143Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19732026-06-04T08:09:09.143Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19742026-06-04T08:09:09.143Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19752026-06-04T08:09:09.143Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19762026-06-04T08:09:09.150Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19772026-06-04T08:09:09.153Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19782026-06-04T08:09:09.153Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19792026-06-04T08:09:09.154Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19802026-06-04T08:09:09.154Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19812026-06-04T08:09:09.154Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19822026-06-04T08:09:09.154Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19832026-06-04T08:09:09.154Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19842026-06-04T08:09:09.160Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19852026-06-04T08:09:09.164Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19862026-06-04T08:09:09.164Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19872026-06-04T08:09:09.164Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19882026-06-04T08:09:09.164Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19892026-06-04T08:09:09.164Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19902026-06-04T08:09:09.164Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19912026-06-04T08:09:09.164Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19922026-06-04T08:09:09.170Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19932026-06-04T08:09:09.170Z PASS [ 0.010s] bgp messages::tests::notification_round_trip
19942026-06-04T08:09:09.173Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19952026-06-04T08:09:09.173Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19962026-06-04T08:09:09.173Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19972026-06-04T08:09:09.173Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19982026-06-04T08:09:09.173Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19992026-06-04T08:09:09.173Z PASS [ 0.010s] bgp messages::tests::prefix_within
20002026-06-04T08:09:09.180Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20012026-06-04T08:09:09.180Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20022026-06-04T08:09:09.183Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20032026-06-04T08:09:09.183Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20042026-06-04T08:09:09.183Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20052026-06-04T08:09:09.183Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20062026-06-04T08:09:09.183Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20072026-06-04T08:09:09.183Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20082026-06-04T08:09:09.191Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20092026-06-04T08:09:09.191Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20102026-06-04T08:09:09.191Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20112026-06-04T08:09:09.198Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20122026-06-04T08:09:09.198Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20132026-06-04T08:09:09.198Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20142026-06-04T08:09:09.198Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20152026-06-04T08:09:09.198Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20162026-06-04T08:09:09.202Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20172026-06-04T08:09:09.202Z PASS [ 0.011s] bgp messages::tests::route_refresh_round_trip
20182026-06-04T08:09:09.208Z PASS [ 0.011s] bgp messages::tests::test_nexthop_length_validation
20192026-06-04T08:09:09.208Z PASS [ 0.011s] bgp messages::tests::update_round_trip
20202026-06-04T08:09:09.214Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20212026-06-04T08:09:09.218Z PASS [ 0.026s] bgp policy::test::update_drop_on_no_export
20222026-06-04T08:09:09.221Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
20232026-06-04T08:09:09.221Z PASS [ 0.027s] bgp policy::test::shape_update_prefixes
20242026-06-04T08:09:09.221Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20252026-06-04T08:09:09.221Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20262026-06-04T08:09:09.224Z PASS [ 0.022s] bgp policy::test::update_shape_community
20272026-06-04T08:09:09.231Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20282026-06-04T08:09:09.237Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20292026-06-04T08:09:09.237Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20302026-06-04T08:09:09.237Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20312026-06-04T08:09:09.237Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20322026-06-04T08:09:09.237Z PASS [ 0.032s] bgp proptest::prop_encode_decode_semantic_equivalence
20332026-06-04T08:09:09.237Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20342026-06-04T08:09:09.240Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20352026-06-04T08:09:09.247Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20362026-06-04T08:09:09.251Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20372026-06-04T08:09:09.251Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20382026-06-04T08:09:09.251Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20392026-06-04T08:09:09.254Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20402026-06-04T08:09:09.259Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20412026-06-04T08:09:09.259Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20422026-06-04T08:09:09.262Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20432026-06-04T08:09:09.262Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20442026-06-04T08:09:09.262Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20452026-06-04T08:09:09.262Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20462026-06-04T08:09:09.262Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20472026-06-04T08:09:09.265Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20482026-06-04T08:09:09.265Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20492026-06-04T08:09:09.268Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20502026-06-04T08:09:09.268Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20512026-06-04T08:09:09.268Z PASS [ 0.034s] bgp proptest::prop_update_mp_reach_roundtrip
20522026-06-04T08:09:09.268Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20532026-06-04T08:09:09.272Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20542026-06-04T08:09:09.272Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20552026-06-04T08:09:09.276Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20562026-06-04T08:09:09.276Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20572026-06-04T08:09:12.336Z PASS [ 3.067s] bgp test::test_basic_peering_passive
20582026-06-04T08:09:12.336Z PASS [ 3.068s] bgp test::test_basic_peering_active
20592026-06-04T08:09:12.339Z PASS [ 3.065s] bgp test::test_basic_update_ipv6
20602026-06-04T08:09:12.339Z PASS [ 3.066s] bgp test::test_basic_update
20612026-06-04T08:09:12.349Z PASS [ 3.079s] bgp test::test_basic_peering_passive_tcp
20622026-06-04T08:09:12.360Z PASS [ 3.083s] bgp test::test_basic_update_tcp
20632026-06-04T08:09:12.364Z PASS [ 3.085s] bgp test::test_basic_update_ipv6_tcp
20642026-06-04T08:09:13.351Z PASS [ 4.083s] bgp test::test_basic_peering_active_tcp
20652026-06-04T08:09:15.417Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_active
20662026-06-04T08:09:15.425Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
20672026-06-04T08:09:16.431Z PASS [ 4.082s] bgp test::test_ipv4_routes_ipv6_peer_success
20682026-06-04T08:09:16.431Z PASS [ 4.082s] bgp test::test_import_export_policy_filtering
20692026-06-04T08:09:16.431Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv6_peer_success
20702026-06-04T08:09:16.431Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv4_peer_success
20712026-06-04T08:09:16.442Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive_tcp
20722026-06-04T08:09:16.442Z PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp
20732026-06-04T08:09:16.505Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20742026-06-04T08:09:17.531Z PASS [ 1.102s] bgp test::test_three_router_chain_tcp
20752026-06-04T08:09:17.535Z PASS [ 1.107s] bgp test::test_three_router_chain_tcp_ipv6
20762026-06-04T08:09:18.484Z PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces
20772026-06-04T08:09:18.583Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20782026-06-04T08:09:19.272Z PASS [ 2.852s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20792026-06-04T08:09:19.495Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20802026-06-04T08:09:19.498Z PASS [ 3.071s] bgp test::test_three_router_chain_unnumbered
20812026-06-04T08:09:21.501Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20822026-06-04T08:09:23.546Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20832026-06-04T08:09:26.590Z PASS [ 9.061s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20842026-06-04T08:09:27.647Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20852026-06-04T08:09:34.799Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20862026-06-04T08:09:34.804Z────────────
20872026-06-04T08:09:34.804Z Summary [ 25.461s] 150 tests run: 150 passed, 0 skipped
20882026-06-04T08:09:34.804Z+ 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/
20892026-06-04T08:09:34.804Z+ popd
20902026-06-04T08:09:34.804Z+ pushd mgd
20912026-06-04T08:09:34.804Z/work/oxidecomputer/maghemite
20922026-06-04T08:09:34.804Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20932026-06-04T08:09:34.804Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20942026-06-04T08:09:35.746Z Compiling slog v2.8.2
20952026-06-04T08:09:35.853Z Compiling usdt v0.6.0
20962026-06-04T08:09:35.943Z Compiling proc-macro-error-attr2 v2.0.0
20972026-06-04T08:09:35.960Z Compiling papergrid v0.17.0
20982026-06-04T08:09:35.960Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
20992026-06-04T08:09:35.963Z Compiling testing_table v0.3.0
21002026-06-04T08:09:36.126Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21012026-06-04T08:09:36.130Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21022026-06-04T08:09:36.149Z Compiling crc8 v0.1.1
21032026-06-04T08:09:36.248Z Compiling slog-json v2.6.1
21042026-06-04T08:09:36.260Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21052026-06-04T08:09:36.407Z Compiling slog-async v2.8.0
21062026-06-04T08:09:36.410Z Compiling slog-term v2.9.2
21072026-06-04T08:09:36.487Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21082026-06-04T08:09:36.509Z Compiling slog-bunyan v2.5.0
21092026-06-04T08:09:36.589Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21102026-06-04T08:09:36.723Z Compiling dropshot v0.17.0
21112026-06-04T08:09:36.830Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21122026-06-04T08:09:36.945Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21132026-06-04T08:09:37.004Z Compiling slog-dtrace v0.3.0
21142026-06-04T08:09:37.254Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21152026-06-04T08:09:37.314Z Compiling steno v0.4.1
21162026-06-04T08:09:37.385Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21172026-06-04T08:09:37.984Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21182026-06-04T08:09:38.041Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21192026-06-04T08:09:38.110Z Compiling proc-macro-error2 v2.0.1
21202026-06-04T08:09:38.389Z Compiling tabled_derive v0.11.0
21212026-06-04T08:09:39.544Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21222026-06-04T08:09:39.683Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21232026-06-04T08:09:40.960Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21242026-06-04T08:09:41.561Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21252026-06-04T08:09:41.745Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21262026-06-04T08:09:41.911Z Compiling tabled v0.20.0
21272026-06-04T08:09:42.573Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21282026-06-04T08:09:42.697Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
21292026-06-04T08:09:43.451Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21302026-06-04T08:09:43.885Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21312026-06-04T08:09:44.309Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21322026-06-04T08:09:44.729Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21332026-06-04T08:09:45.397Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21342026-06-04T08:09:45.681Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21352026-06-04T08:09:45.703Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21362026-06-04T08:09:45.871Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21372026-06-04T08:09:45.893Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21382026-06-04T08:09:46.950Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21392026-06-04T08:09:46.961Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21402026-06-04T08:09:47.161Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-06-04T08:09:47.598Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21422026-06-04T08:09:47.757Z Compiling dropshot-api-manager-types v0.7.2
21432026-06-04T08:09:48.030Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21442026-06-04T08:09:48.420Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21452026-06-04T08:09:48.602Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21462026-06-04T08:09:52.281Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21472026-06-04T08:09:52.281Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21482026-06-04T08:09:53.157Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21492026-06-04T08:09:53.372Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21502026-06-04T08:09:53.407Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21512026-06-04T08:09:55.707Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21522026-06-04T08:09:55.907Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21532026-06-04T08:10:01.686Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21542026-06-04T08:10:09.222Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21552026-06-04T08:10:10.848Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21562026-06-04T08:10:11.931Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21572026-06-04T08:10:13.468Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21582026-06-04T08:10:13.624Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21592026-06-04T08:10:14.801Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21602026-06-04T08:10:14.838Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21612026-06-04T08:10:14.838Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21622026-06-04T08:10:20.398Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21632026-06-04T08:10:47.629Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
21642026-06-04T08:10:47.798Z────────────
21652026-06-04T08:10:47.798Z Nextest run ID b1a61a4e-b783-43cf-adff-526e2187dc69 with nextest profile: default
21662026-06-04T08:10:47.798Z Starting 32 tests across 3 binaries
21672026-06-04T08:10:47.808Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21682026-06-04T08:10:47.812Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21692026-06-04T08:10:47.824Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21702026-06-04T08:10:47.841Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21712026-06-04T08:10:47.855Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21722026-06-04T08:10:47.859Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21732026-06-04T08:10:47.859Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21742026-06-04T08:10:47.859Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21752026-06-04T08:10:47.859Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21762026-06-04T08:10:47.859Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21772026-06-04T08:10:47.863Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21782026-06-04T08:10:47.867Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21792026-06-04T08:10:47.870Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21802026-06-04T08:10:47.870Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21812026-06-04T08:10:47.870Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21822026-06-04T08:10:47.870Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21832026-06-04T08:10:47.870Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21842026-06-04T08:10:47.874Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21852026-06-04T08:10:47.874Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21862026-06-04T08:10:47.874Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21872026-06-04T08:10:47.877Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21882026-06-04T08:10:47.877Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21892026-06-04T08:10:47.877Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21902026-06-04T08:10:47.877Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21912026-06-04T08:10:47.883Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21922026-06-04T08:10:47.883Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21932026-06-04T08:10:47.886Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21942026-06-04T08:10:47.886Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21952026-06-04T08:10:47.886Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21962026-06-04T08:10:47.886Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21972026-06-04T08:10:47.886Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21982026-06-04T08:10:47.886Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21992026-06-04T08:10:47.886Z────────────
22002026-06-04T08:10:47.886Z Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped
22012026-06-04T08:10:47.898Z+ cp ./apply_remove_entire_group.log /work/
22022026-06-04T08:10:47.901Z+ popd
22032026-06-04T08:10:47.901Z/work/oxidecomputer/maghemite
22042026-06-04T08:10:47.901Zprocess exited: duration 485887 ms, exit code 0
 
22052026-06-04T08:10:47.908Zfound 66 output files
22062026-06-04T08:10:47.908Zuploading: /work/apply_remove_entire_group.log (20860 bytes)
22072026-06-04T08:10:48.923Zuploaded: /work/apply_remove_entire_group.log
22082026-06-04T08:10:48.923Zuploading: /work/dualstack_routes.log (122128 bytes)
22092026-06-04T08:10:49.938Zuploaded: /work/dualstack_routes.log
22102026-06-04T08:10:49.938Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2297 bytes)
22112026-06-04T08:10:50.952Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22122026-06-04T08:10:50.952Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1376 bytes)
22132026-06-04T08:10:51.965Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22142026-06-04T08:10:51.969Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2239 bytes)
22152026-06-04T08:10:52.978Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22162026-06-04T08:10:52.978Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2535 bytes)
22172026-06-04T08:10:53.989Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22182026-06-04T08:10:53.989Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2142 bytes)
22192026-06-04T08:10:55.003Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22202026-06-04T08:10:55.003Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2086 bytes)
22212026-06-04T08:10:56.015Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22222026-06-04T08:10:56.015Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2932 bytes)
22232026-06-04T08:10:57.029Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22242026-06-04T08:10:57.030Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2188 bytes)
22252026-06-04T08:10:58.041Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22262026-06-04T08:10:58.041Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2263 bytes)
22272026-06-04T08:10:59.052Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22282026-06-04T08:10:59.052Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2251 bytes)
22292026-06-04T08:11:00.062Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22302026-06-04T08:11:00.063Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2277 bytes)
22312026-06-04T08:11:01.074Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22322026-06-04T08:11:01.074Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2435 bytes)
22332026-06-04T08:11:02.087Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22342026-06-04T08:11:02.087Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4745 bytes)
22352026-06-04T08:11:03.099Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22362026-06-04T08:11:03.099Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3601 bytes)
22372026-06-04T08:11:04.110Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22382026-06-04T08:11:04.110Zuploading: /work/multiple_unnumbered.log (139044 bytes)
22392026-06-04T08:11:05.130Zuploaded: /work/multiple_unnumbered.log
22402026-06-04T08:11:05.130Zuploading: /work/ndp_change_reset.log (69129 bytes)
22412026-06-04T08:11:06.145Zuploaded: /work/ndp_change_reset.log
22422026-06-04T08:11:06.145Zuploading: /work/ndp_changes.log (89343 bytes)
22432026-06-04T08:11:07.160Zuploaded: /work/ndp_changes.log
22442026-06-04T08:11:07.160Zuploading: /work/r1.test_basic_peering_active.log (40336 bytes)
22452026-06-04T08:11:08.173Zuploaded: /work/r1.test_basic_peering_active.log
22462026-06-04T08:11:08.173Zuploading: /work/r1.test_basic_peering_active_tcp.log (49141 bytes)
22472026-06-04T08:11:09.186Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22482026-06-04T08:11:09.186Zuploading: /work/r1.test_basic_peering_passive.log (33815 bytes)
22492026-06-04T08:11:10.205Zuploaded: /work/r1.test_basic_peering_passive.log
22502026-06-04T08:11:10.205Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39689 bytes)
22512026-06-04T08:11:11.222Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22522026-06-04T08:11:11.222Zuploading: /work/r1.test_basic_update.log (28599 bytes)
22532026-06-04T08:11:12.238Zuploaded: /work/r1.test_basic_update.log
22542026-06-04T08:11:12.238Zuploading: /work/r1.test_basic_update_ipv6.log (28173 bytes)
22552026-06-04T08:11:13.255Zuploaded: /work/r1.test_basic_update_ipv6.log
22562026-06-04T08:11:13.256Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31153 bytes)
22572026-06-04T08:11:14.269Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22582026-06-04T08:11:14.269Zuploading: /work/r1.test_basic_update_tcp.log (31393 bytes)
22592026-06-04T08:11:15.283Zuploaded: /work/r1.test_basic_update_tcp.log
22602026-06-04T08:11:15.283Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (42491 bytes)
22612026-06-04T08:11:16.304Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22622026-06-04T08:11:16.304Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43897 bytes)
22632026-06-04T08:11:17.319Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22642026-06-04T08:11:17.319Zuploading: /work/r1.test_import_export_policy_filtering.log (42278 bytes)
22652026-06-04T08:11:18.332Zuploaded: /work/r1.test_import_export_policy_filtering.log
22662026-06-04T08:11:18.332Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35875 bytes)
22672026-06-04T08:11:19.346Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22682026-06-04T08:11:19.346Zuploading: /work/r1.test_ipv6_basic_peering_active.log (41111 bytes)
22692026-06-04T08:11:20.358Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22702026-06-04T08:11:20.359Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49027 bytes)
22712026-06-04T08:11:21.371Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22722026-06-04T08:11:21.371Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33784 bytes)
22732026-06-04T08:11:22.384Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22742026-06-04T08:11:22.384Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39617 bytes)
22752026-06-04T08:11:23.397Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22762026-06-04T08:11:23.397Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35578 bytes)
22772026-06-04T08:11:24.411Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22782026-06-04T08:11:24.411Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29941 bytes)
22792026-06-04T08:11:25.456Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22802026-06-04T08:11:25.456Zuploading: /work/r1.test_three_router_chain_tcp.log (23320 bytes)
22812026-06-04T08:11:26.470Zuploaded: /work/r1.test_three_router_chain_tcp.log
22822026-06-04T08:11:26.470Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25931 bytes)
22832026-06-04T08:11:27.485Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22842026-06-04T08:11:27.485Zuploading: /work/r2.test_basic_peering_active.log (38838 bytes)
22852026-06-04T08:11:28.498Zuploaded: /work/r2.test_basic_peering_active.log
22862026-06-04T08:11:28.498Zuploading: /work/r2.test_basic_peering_active_tcp.log (47941 bytes)
22872026-06-04T08:11:29.511Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22882026-06-04T08:11:29.511Zuploading: /work/r2.test_basic_peering_passive.log (41460 bytes)
22892026-06-04T08:11:30.525Zuploaded: /work/r2.test_basic_peering_passive.log
22902026-06-04T08:11:30.525Zuploading: /work/r2.test_basic_peering_passive_tcp.log (47349 bytes)
22912026-06-04T08:11:31.538Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22922026-06-04T08:11:31.538Zuploading: /work/r2.test_basic_update.log (29024 bytes)
22932026-06-04T08:11:32.550Zuploaded: /work/r2.test_basic_update.log
22942026-06-04T08:11:32.550Zuploading: /work/r2.test_basic_update_ipv6.log (26321 bytes)
22952026-06-04T08:11:33.596Zuploaded: /work/r2.test_basic_update_ipv6.log
22962026-06-04T08:11:33.596Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32791 bytes)
22972026-06-04T08:11:34.620Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22982026-06-04T08:11:34.621Zuploading: /work/r2.test_basic_update_tcp.log (32796 bytes)
22992026-06-04T08:11:35.635Zuploaded: /work/r2.test_basic_update_tcp.log
23002026-06-04T08:11:35.635Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43033 bytes)
23012026-06-04T08:11:36.650Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23022026-06-04T08:11:36.650Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43818 bytes)
23032026-06-04T08:11:37.664Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23042026-06-04T08:11:37.664Zuploading: /work/r2.test_import_export_policy_filtering.log (38214 bytes)
23052026-06-04T08:11:38.678Zuploaded: /work/r2.test_import_export_policy_filtering.log
23062026-06-04T08:11:38.678Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38293 bytes)
23072026-06-04T08:11:39.692Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23082026-06-04T08:11:39.692Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39572 bytes)
23092026-06-04T08:11:40.706Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23102026-06-04T08:11:40.706Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47311 bytes)
23112026-06-04T08:11:41.743Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23122026-06-04T08:11:41.743Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41380 bytes)
23132026-06-04T08:11:42.756Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23142026-06-04T08:11:42.756Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46629 bytes)
23152026-06-04T08:11:43.769Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23162026-06-04T08:11:43.769Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38166 bytes)
23172026-06-04T08:11:44.781Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23182026-06-04T08:11:44.781Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28067 bytes)
23192026-06-04T08:11:45.793Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23202026-06-04T08:11:45.793Zuploading: /work/r2.test_three_router_chain_tcp.log (41603 bytes)
23212026-06-04T08:11:46.807Zuploaded: /work/r2.test_three_router_chain_tcp.log
23222026-06-04T08:11:46.807Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44978 bytes)
23232026-06-04T08:11:47.818Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23242026-06-04T08:11:47.818Zuploading: /work/r3.test_three_router_chain_tcp.log (20594 bytes)
23252026-06-04T08:11:48.830Zuploaded: /work/r3.test_three_router_chain_tcp.log
23262026-06-04T08:11:48.830Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (20681 bytes)
23272026-06-04T08:11:49.843Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23282026-06-04T08:11:49.843Zuploading: /work/same_linklocal.log (114615 bytes)
23292026-06-04T08:11:50.857Zuploaded: /work/same_linklocal.log
23302026-06-04T08:11:50.857Zuploading: /work/three_chain.log (106371 bytes)
23312026-06-04T08:11:51.873Zuploaded: /work/three_chain.log
23322026-06-04T08:11:51.873Zuploading: /work/unnumbered_expiry.log (88406 bytes)
23332026-06-04T08:11:52.887Zuploaded: /work/unnumbered_expiry.log
23342026-06-04T08:11:52.887Zuploading: /work/unnumbered_interface_lifecycle.log (160905 bytes)
23352026-06-04T08:11:53.903Zuploaded: /work/unnumbered_interface_lifecycle.log
23362026-06-04T08:11:53.903Zuploading: /work/unnumbered_peer_change.log (78487 bytes)
23372026-06-04T08:11:54.916Zuploaded: /work/unnumbered_peer_change.log