01KRQD3B1P0P77QH08Q7WVDMD8: 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: 01KRQD41Y5KRDDQ7G62C9AD62M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:27:21.717Zjob assigned to worker 01KRQD4QHSD7BQ1H82CDPDWRWZ [factory aws, i-0a20676ce772eeecf] (queued for 1 m 4 s)
 
22026-05-16T03:27:28.474Zstarting task 0: "setup"
32026-05-16T03:27:28.479Z++ uname -s
42026-05-16T03:27:28.484Z+ kern=SunOS
52026-05-16T03:27:28.484Z+ build_user=build
62026-05-16T03:27:28.484Z+ build_uid=12345
72026-05-16T03:27:28.484Z+ work_dir=/work
82026-05-16T03:27:28.484Z+ input_dir=/input
92026-05-16T03:27:28.484Z+ [[ 0 == 12345 ]]
102026-05-16T03:27:28.484Z+ case "$kern" in
112026-05-16T03:27:28.484Z+ groupadd -g 12345 build
122026-05-16T03:27:28.487Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:27:30.488Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:27:30.598Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:27:30.601Z+ home_fs=zfs
162026-05-16T03:27:30.601Z+ [[ zfs == autofs ]]
172026-05-16T03:27:30.601Z+ mkdir -p /home/build
182026-05-16T03:27:30.601Z+ chown build:build /home/build /work
192026-05-16T03:27:32.604Z+ chmod 0700 /home/build /work
202026-05-16T03:27:32.609Zprocess exited: duration 4128 ms, exit code 0
 
212026-05-16T03:27:32.616Zstarting task 1: "rust-toolchain"
222026-05-16T03:27:32.619Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-16T03:27:32.619Z * rust toolchain channel = "stable"
242026-05-16T03:27:32.619Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-16T03:27:32.624Z * rust toolchain profile = "default"
262026-05-16T03:27:32.624Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:27:32.624Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-16T03:27:32.624Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:27:32.624Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-16T03:27:32.741Zinfo: downloading installer
312026-05-16T03:27:34.319Zwarn: It looks like you have an existing installation of Rust at:
322026-05-16T03:27:34.319Zwarn: /opt/ooce/bin
332026-05-16T03:27:34.319Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-16T03:27:34.319Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-16T03:27:34.319Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-16T03:27:34.319Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-16T03:27:34.319Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-16T03:27:34.319Zerror: cannot install while Rust is installed
392026-05-16T03:27:34.319Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-16T03:27:34.323Zwarn: It looks like you have an existing rustup settings file at:
412026-05-16T03:27:34.323Zwarn: /home/build/.rustup/settings.toml
422026-05-16T03:27:34.323Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-16T03:27:34.323Zwarn: instead of the one inferred from the default host triple.
442026-05-16T03:27:34.345Zinfo: profile set to default
452026-05-16T03:27:34.345Zinfo: default host triple is x86_64-unknown-illumos
462026-05-16T03:27:34.359Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-16T03:27:34.480Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-16T03:27:34.485Zinfo: downloading 6 components
492026-05-16T03:27:48.557Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-16T03:27:48.557Z
512026-05-16T03:27:48.593Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-16T03:27:48.593Z
532026-05-16T03:27:48.593Z
542026-05-16T03:27:48.593ZRust is installed now. Great!
552026-05-16T03:27:48.593Z
562026-05-16T03:27:48.593ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-16T03:27:48.593Zenvironment variable. This has not been done automatically.
582026-05-16T03:27:48.593Z
592026-05-16T03:27:48.593ZTo configure your current shell, you need to source
602026-05-16T03:27:48.593Zthe corresponding env file under $HOME/.cargo.
612026-05-16T03:27:48.593Z
622026-05-16T03:27:48.593ZThis is usually done by running one of the following (note the leading DOT):
632026-05-16T03:27:48.593Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-16T03:27:48.593Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-16T03:27:48.593Zsource "~/.cargo/env.nu" # For nushell
662026-05-16T03:27:48.593Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-16T03:27:48.593Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-16T03:27:48.593Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-16T03:27:48.599Zwarn: no default linker (`cc`) was found in your PATH
702026-05-16T03:27:48.599Zwarn: many Rust crates require a system C toolchain to build
712026-05-16T03:27:48.675Z+ rustup --version
722026-05-16T03:27:48.684Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-16T03:27:48.687Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-16T03:27:48.705Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-16T03:27:48.708Z+ cargo --version
762026-05-16T03:27:48.722Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-16T03:27:48.725Z+ rustc --version
782026-05-16T03:27:48.743Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-16T03:27:48.746Zprocess exited: duration 16127 ms, exit code 0
 
802026-05-16T03:27:48.752Zstarting task 2: "authentication"
812026-05-16T03:27:48.769Zprocess exited: duration 16 ms, exit code 0
 
822026-05-16T03:27:48.776Zstarting task 3: "clone repository"
832026-05-16T03:27:48.779Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-16T03:27:48.782Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-16T03:27:48.808ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-16T03:27:49.737Z+ cd /work/oxidecomputer/maghemite
872026-05-16T03:27:49.737Z+ git fetch origin 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee
882026-05-16T03:27:49.953ZFrom https://github.com/oxidecomputer/maghemite
892026-05-16T03:27:49.953Z * branch 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee -> FETCH_HEAD
902026-05-16T03:27:49.958Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
912026-05-16T03:27:49.962Z++ git branch --show-current
922026-05-16T03:27:49.962Z+ current=main
932026-05-16T03:27:49.962Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
942026-05-16T03:27:49.962Z+ git branch -f renovate/oxide-tokio-rt-0.x 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee
952026-05-16T03:27:49.965Z+ git checkout -f renovate/oxide-tokio-rt-0.x
962026-05-16T03:27:49.980ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
972026-05-16T03:27:49.983Z+ git reset --hard 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee
982026-05-16T03:27:49.997ZHEAD is now at 2ed5e9a Update Rust crate oxide-tokio-rt to 0.1.6
992026-05-16T03:27:50.000Zprocess exited: duration 1221 ms, exit code 0
 
1002026-05-16T03:27:50.010Zstarting task 4: "build"
1012026-05-16T03:27:50.024Z+ set -e
1022026-05-16T03:27:50.024Z+ source .github/buildomat/test-common.sh
1032026-05-16T03:27:50.024Z++ NEXTEST_VERSION=0.9.97
1042026-05-16T03:27:50.025Z++ PLATFORM=illumos
1052026-05-16T03:27:50.026Z++ banner install
1062026-05-16T03:27:50.026Z
1072026-05-16T03:27:50.026Z # # # #### ##### ## # #
1082026-05-16T03:27:50.026Z # ## # # # # # # #
1092026-05-16T03:27:50.026Z # # # # #### # # # # #
1102026-05-16T03:27:50.026Z # # # # # # ###### # #
1112026-05-16T03:27:50.026Z # # ## # # # # # # #
1122026-05-16T03:27:50.026Z # # # #### # # # ###### ######
1132026-05-16T03:27:50.026Z
1142026-05-16T03:27:50.026Z++ set +o errexit
1152026-05-16T03:27:50.026Z++ pkg info clang-15
1162026-05-16T03:27:50.031Z++ grep -qi installed
1172026-05-16T03:27:51.191Zpkg: info: no packages matching the following patterns you specified are
1182026-05-16T03:27:51.191Zinstalled on the system. Try querying remotely instead:
1192026-05-16T03:27:51.191Z
1202026-05-16T03:27:51.191Z clang-15
1212026-05-16T03:27:51.233Z++ [[ 1 != 0 ]]
1222026-05-16T03:27:51.233Z++ set -o errexit
1232026-05-16T03:27:51.233Z++ pfexec pkg install clang-15
1242026-05-16T03:28:00.875Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-16T03:28:08.581Z Startup: Caching catalogs ... Done
1262026-05-16T03:28:15.828ZPlanning: Solver setup ... Done
1272026-05-16T03:28:15.867ZPlanning: Running solver ... Done
1282026-05-16T03:28:16.009ZPlanning: Finding local manifests ... Done
1292026-05-16T03:28:16.032ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-16T03:28:16.609ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-16T03:28:16.637ZPlanning: Package planning ... Done
1322026-05-16T03:28:16.678ZPlanning: Merging actions ... Done
1332026-05-16T03:28:16.768ZPlanning: Checking for conflicting actions ... Done
1342026-05-16T03:28:16.776ZPlanning: Consolidating action changes ... Done
1352026-05-16T03:28:17.543ZPlanning: Evaluating mediators ... Done
1362026-05-16T03:28:17.548ZPlanning: Planning completed in 8.80 seconds
1372026-05-16T03:28:17.560Z Packages to install: 2
1382026-05-16T03:28:17.560Z Mediators to change: 2
1392026-05-16T03:28:17.563Z Services to change: 1
1402026-05-16T03:28:17.563Z Create boot environment: No
1412026-05-16T03:28:17.563ZCreate backup boot environment: No
1422026-05-16T03:28:17.601Z
1432026-05-16T03:28:17.601ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-16T03:28:22.732ZDownload: 410/3076 items 16.6/211.3MB 7% complete (3.7M/s)
1452026-05-16T03:28:27.791ZDownload: 636/3076 items 17.5/211.3MB 8% complete (1.8M/s)
1462026-05-16T03:28:32.802ZDownload: 965/3076 items 82.2/211.3MB 38% complete (6.6M/s)
1472026-05-16T03:28:38.622ZDownload: 981/3076 items 82.2/211.3MB 38% complete (6.6M/s)
1482026-05-16T03:28:52.805ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1492026-05-16T03:28:57.817ZDownload: 1396/3076 items 116.3/211.3MB 55% complete (7.1M/s)
1502026-05-16T03:29:02.901ZDownload: 1821/3076 items 117.4/211.3MB 55% complete (3.6M/s)
1512026-05-16T03:29:08.271ZDownload: 2001/3076 items 117.9/211.3MB 55% complete (275k/s)
1522026-05-16T03:29:18.070ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (233k/s)
1532026-05-16T03:29:29.986ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1542026-05-16T03:29:35.980ZDownload: 3069/3076 items 211.2/211.3MB 99% complete (23.4M/s)
1552026-05-16T03:29:45.651ZDownload: 3072/3076 items 211.3/211.3MB 99% complete (20.9M/s)
1562026-05-16T03:29:58.555ZDownload: 3073/3076 items 211.3/211.3MB 99% complete
1572026-05-16T03:30:03.156ZDownload: Completed 211.31 MB in 105.54 seconds (2.0M/s)
1582026-05-16T03:30:03.262Z Actions: 1/3418 actions (Installing new actions)
1592026-05-16T03:30:06.389Z Actions: Completed 3418 actions in 3.13 seconds.
1602026-05-16T03:30:07.025Z Done
1612026-05-16T03:30:07.025Z Done
1622026-05-16T03:30:07.767Z Done
1632026-05-16T03:30:11.128Z Done
1642026-05-16T03:30:11.201Z Done
1652026-05-16T03:30:11.204Z Done
1662026-05-16T03:30:11.505Z Done
1672026-05-16T03:30:12.186Z++ set -o errexit
1682026-05-16T03:30:12.186Z++ cargo --version
1692026-05-16T03:30:12.192Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1702026-05-16T03:30:12.337Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1712026-05-16T03:30:12.340Zinfo: downloading 6 components
1722026-05-16T03:30:26.640Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1732026-05-16T03:30:26.643Z++ rustc --version
1742026-05-16T03:30:26.682Zrustc 1.95.0 (59807616e 2026-04-14)
1752026-05-16T03:30:26.693Z++ cargo install cargo-nextest --version 0.9.97
1762026-05-16T03:30:26.714Z Updating crates.io index
1772026-05-16T03:30:26.808Z Downloading crates ...
1782026-05-16T03:30:26.855Z Downloaded cargo-nextest v0.9.97
1792026-05-16T03:30:26.916Z Installing cargo-nextest v0.9.97
1802026-05-16T03:30:26.957Z Updating crates.io index
1812026-05-16T03:30:29.433Z Locking 404 packages to latest compatible versions
1822026-05-16T03:30:29.447Z Adding dialoguer v0.11.0 (available: v0.12.0)
1832026-05-16T03:30:29.447Z Adding duct v0.13.7 (available: v1.1.1)
1842026-05-16T03:30:29.447Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1852026-05-16T03:30:29.447Z Adding generic-array v0.14.7 (available: v0.14.9)
1862026-05-16T03:30:29.447Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1872026-05-16T03:30:29.455Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1882026-05-16T03:30:29.455Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1892026-05-16T03:30:29.455Z Adding nextest-runner v0.80.0 (available: v0.116.0)
1902026-05-16T03:30:29.455Z Adding quick-junit v0.5.2 (available: v0.6.0)
1912026-05-16T03:30:29.466Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1922026-05-16T03:30:29.473Z Downloading crates ...
1932026-05-16T03:30:29.540Z Downloaded addr2line v0.25.1
1942026-05-16T03:30:29.557Z Downloaded duct v0.13.7
1952026-05-16T03:30:29.561Z Downloaded http-body v1.0.1
1962026-05-16T03:30:29.561Z Downloaded future-queue v0.4.0
1972026-05-16T03:30:29.566Z Downloaded ed25519 v2.2.3
1982026-05-16T03:30:29.566Z Downloaded indenter v0.3.4
1992026-05-16T03:30:29.566Z Downloaded clap_derive v4.6.1
2002026-05-16T03:30:29.570Z Downloaded equivalent v1.0.2
2012026-05-16T03:30:29.577Z Downloaded home v0.5.12
2022026-05-16T03:30:29.577Z Downloaded anstyle-parse v1.0.0
2032026-05-16T03:30:29.581Z Downloaded futures-core v0.3.32
2042026-05-16T03:30:29.581Z Downloaded enable-ansi-support v0.2.1
2052026-05-16T03:30:29.581Z Downloaded either v1.15.0
2062026-05-16T03:30:29.590Z Downloaded clap_builder v4.6.0
2072026-05-16T03:30:29.600Z Downloaded foreign-types-shared v0.1.1
2082026-05-16T03:30:29.600Z Downloaded debug-ignore v1.0.5
2092026-05-16T03:30:29.600Z Downloaded erased-serde v0.4.10
2102026-05-16T03:30:29.600Z Downloaded nested v0.1.1
2112026-05-16T03:30:29.600Z Downloaded foldhash v0.1.5
2122026-05-16T03:30:29.607Z Downloaded ipnet v2.12.0
2132026-05-16T03:30:29.607Z Downloaded jobserver v0.1.34
2142026-05-16T03:30:29.607Z Downloaded const-oid v0.9.6
2152026-05-16T03:30:29.607Z Downloaded quote v1.0.45
2162026-05-16T03:30:29.607Z Downloaded pin-project-internal v1.1.13
2172026-05-16T03:30:29.607Z Downloaded litrs v1.0.0
2182026-05-16T03:30:29.612Z Downloaded ed25519-dalek v2.2.0
2192026-05-16T03:30:29.612Z Downloaded async-scoped v0.9.0
2202026-05-16T03:30:29.612Z Downloaded fnv v1.0.7
2212026-05-16T03:30:29.612Z Downloaded quick-junit v0.5.2
2222026-05-16T03:30:29.616Z Downloaded curve25519-dalek-derive v0.1.1
2232026-05-16T03:30:29.616Z Downloaded colorchoice v1.0.5
2242026-05-16T03:30:29.616Z Downloaded miette-derive v7.6.0
2252026-05-16T03:30:29.626Z Downloaded once_cell v1.21.4
2262026-05-16T03:30:29.627Z Downloaded clap_lex v1.1.0
2272026-05-16T03:30:29.627Z Downloaded httparse v1.10.1
2282026-05-16T03:30:29.634Z Downloaded guppy-workspace-hack v0.1.0
2292026-05-16T03:30:29.634Z Downloaded adler2 v2.0.1
2302026-05-16T03:30:29.634Z Downloaded cpufeatures v0.2.17
2312026-05-16T03:30:29.634Z Downloaded futures-sink v0.3.32
2322026-05-16T03:30:29.634Z Downloaded form_urlencoded v1.2.2
2332026-05-16T03:30:29.634Z Downloaded cargo-platform v0.3.3
2342026-05-16T03:30:29.634Z Downloaded atomicwrites v0.4.4
2352026-05-16T03:30:29.634Z Downloaded generic-array v0.14.7
2362026-05-16T03:30:29.634Z Downloaded color-spantrace v0.3.0
2372026-05-16T03:30:29.639Z Downloaded block-buffer v0.10.4
2382026-05-16T03:30:29.639Z Downloaded atomic-waker v1.1.2
2392026-05-16T03:30:29.639Z Downloaded lock_api v0.4.14
2402026-05-16T03:30:29.639Z Downloaded rand_core v0.9.5
2412026-05-16T03:30:29.639Z Downloaded owo-colors v4.3.0
2422026-05-16T03:30:29.645Z Downloaded itoa v1.0.18
2432026-05-16T03:30:29.645Z Downloaded errno v0.3.14
2442026-05-16T03:30:29.645Z Downloaded futures-macro v0.3.32
2452026-05-16T03:30:29.645Z Downloaded ordered-float v2.10.1
2462026-05-16T03:30:29.651Z Downloaded humantime-serde v1.1.1
2472026-05-16T03:30:29.651Z Downloaded foreign-types v0.3.2
2482026-05-16T03:30:29.651Z Downloaded cfg-if v1.0.4
2492026-05-16T03:30:29.651Z Downloaded lazy_static v1.5.0
2502026-05-16T03:30:29.654Z Downloaded heck v0.5.0
2512026-05-16T03:30:29.654Z Downloaded rustc_version v0.4.1
2522026-05-16T03:30:29.654Z Downloaded idna_adapter v1.0.0
2532026-05-16T03:30:29.657Z Downloaded number_prefix v0.4.0
2542026-05-16T03:30:29.661Z Downloaded nextest-workspace-hack v0.1.0
2552026-05-16T03:30:29.661Z Downloaded cfg_aliases v0.2.1
2562026-05-16T03:30:29.661Z Downloaded rustc-demangle v0.1.27
2572026-05-16T03:30:29.666Z Downloaded pkcs8 v0.10.2
2582026-05-16T03:30:29.671Z Downloaded anstyle-query v1.1.5
2592026-05-16T03:30:29.671Z Downloaded document-features v0.2.12
2602026-05-16T03:30:29.707Z Downloaded crypto-common v0.1.7
2612026-05-16T03:30:29.707Z Downloaded cargo-platform v0.2.0
2622026-05-16T03:30:29.708Z Downloaded hex v0.4.3
2632026-05-16T03:30:29.708Z Downloaded futures-task v0.3.32
2642026-05-16T03:30:29.718Z Downloaded fixedbitset v0.5.7
2652026-05-16T03:30:29.718Z Downloaded pathdiff v0.2.3
2662026-05-16T03:30:29.718Z Downloaded convert_case v0.10.0
2672026-05-16T03:30:29.718Z Downloaded filetime v0.2.29
2682026-05-16T03:30:29.718Z Downloaded percent-encoding v2.3.2
2692026-05-16T03:30:29.718Z Downloaded lru-slab v0.1.2
2702026-05-16T03:30:29.718Z Downloaded is_terminal_polyfill v1.70.2
2712026-05-16T03:30:29.718Z Downloaded hyper-tls v0.6.0
2722026-05-16T03:30:29.718Z Downloaded indent_write v2.2.0
2732026-05-16T03:30:29.718Z Downloaded camino-tempfile v1.4.1
2742026-05-16T03:30:29.718Z Downloaded serde_ignored v0.1.14
2752026-05-16T03:30:29.718Z Downloaded serde_urlencoded v0.7.1
2762026-05-16T03:30:29.718Z Downloaded is_ci v1.2.0
2772026-05-16T03:30:29.718Z Downloaded serde_spanned v1.1.1
2782026-05-16T03:30:29.718Z Downloaded rustc-hash v2.1.2
2792026-05-16T03:30:29.718Z Downloaded openssl-macros v0.1.1
2802026-05-16T03:30:29.718Z Downloaded os_pipe v1.2.3
2812026-05-16T03:30:29.718Z Downloaded serde-value v0.7.0
2822026-05-16T03:30:29.718Z Downloaded sigchld v0.2.4
2832026-05-16T03:30:29.718Z Downloaded openssl-probe v0.2.1
2842026-05-16T03:30:29.718Z Downloaded mukti-metadata v0.3.0
2852026-05-16T03:30:29.718Z Downloaded signature v2.2.0
2862026-05-16T03:30:29.719Z Downloaded shell-words v1.1.1
2872026-05-16T03:30:29.719Z Downloaded swrite v0.1.0
2882026-05-16T03:30:29.719Z Downloaded supports-unicode v3.0.0
2892026-05-16T03:30:29.719Z Downloaded supports-hyperlinks v3.2.0
2902026-05-16T03:30:29.719Z Downloaded fastrand v2.4.1
2912026-05-16T03:30:29.719Z Downloaded find-msvc-tools v0.1.9
2922026-05-16T03:30:29.719Z Downloaded scopeguard v1.2.0
2932026-05-16T03:30:29.724Z Downloaded cargo-util-schemas v0.2.0
2942026-05-16T03:30:29.724Z Downloaded signal-hook-mio v0.2.5
2952026-05-16T03:30:29.724Z Downloaded rand_chacha v0.9.0
2962026-05-16T03:30:29.724Z Downloaded pkg-config v0.3.33
2972026-05-16T03:30:29.724Z Downloaded futures-io v0.3.32
2982026-05-16T03:30:29.724Z Downloaded digest v0.10.7
2992026-05-16T03:30:29.724Z Downloaded self-replace v1.5.0
3002026-05-16T03:30:29.724Z Downloaded base64ct v1.8.3
3012026-05-16T03:30:29.724Z Downloaded autocfg v1.5.0
3022026-05-16T03:30:29.728Z Downloaded globset v0.4.18
3032026-05-16T03:30:29.728Z Downloaded cargo_metadata v0.23.1
3042026-05-16T03:30:29.728Z Downloaded strsim v0.11.1
3052026-05-16T03:30:29.728Z Downloaded strip-ansi-escapes v0.2.1
3062026-05-16T03:30:29.733Z Downloaded serde_derive v1.0.228
3072026-05-16T03:30:29.733Z Downloaded dialoguer v0.11.0
3082026-05-16T03:30:29.733Z Downloaded subtle v2.6.1
3092026-05-16T03:30:29.737Z Downloaded rand_core v0.6.4
3102026-05-16T03:30:29.737Z Downloaded newtype-uuid v1.3.2
3112026-05-16T03:30:29.737Z Downloaded terminal_size v0.4.4
3122026-05-16T03:30:29.737Z Downloaded anstyle v1.0.14
3132026-05-16T03:30:29.746Z Downloaded sync_wrapper v1.0.2
3142026-05-16T03:30:29.746Z Downloaded futures-executor v0.3.32
3152026-05-16T03:30:29.746Z Downloaded backtrace-ext v0.2.1
3162026-05-16T03:30:29.753Z Downloaded tinyvec_macros v0.1.1
3172026-05-16T03:30:29.754Z Downloaded futures-channel v0.3.32
3182026-05-16T03:30:29.754Z Downloaded derive_more v2.1.1
3192026-05-16T03:30:29.759Z Downloaded flate2 v1.1.9
3202026-05-16T03:30:29.760Z Downloaded shared_child v1.1.1
3212026-05-16T03:30:29.760Z Downloaded serde-untagged v0.1.9
3222026-05-16T03:30:29.760Z Downloaded serde_path_to_error v0.1.20
3232026-05-16T03:30:29.760Z Downloaded sha2 v0.10.9
3242026-05-16T03:30:29.763Z Downloaded static_assertions v1.1.0
3252026-05-16T03:30:29.763Z Downloaded slab v0.4.12
3262026-05-16T03:30:29.763Z Downloaded shlex v1.3.0
3272026-05-16T03:30:29.763Z Downloaded hyper-rustls v0.27.9
3282026-05-16T03:30:29.763Z Downloaded tokio-macros v2.7.0
3292026-05-16T03:30:29.763Z Downloaded tower-layer v0.3.3
3302026-05-16T03:30:29.763Z Downloaded humantime v2.3.0
3312026-05-16T03:30:29.766Z Downloaded tower-service v0.3.3
3322026-05-16T03:30:29.766Z Downloaded toml_datetime v0.6.11
3332026-05-16T03:30:29.766Z Downloaded try-lock v0.2.5
3342026-05-16T03:30:29.766Z Downloaded eyre v0.6.12
3352026-05-16T03:30:29.771Z Downloaded native-tls v0.2.18
3362026-05-16T03:30:29.771Z Downloaded console v0.15.11
3372026-05-16T03:30:29.775Z Downloaded spki v0.7.3
3382026-05-16T03:30:29.775Z Downloaded serde_spanned v0.6.9
3392026-05-16T03:30:29.775Z Downloaded config v0.15.23
3402026-05-16T03:30:29.778Z Downloaded crc32fast v1.5.0
3412026-05-16T03:30:29.778Z Downloaded cargo_metadata v0.20.0
3422026-05-16T03:30:29.778Z Downloaded ppv-lite86 v0.2.21
3432026-05-16T03:30:29.778Z Downloaded pin-project-lite v0.2.17
3442026-05-16T03:30:29.783Z Downloaded camino v1.2.2
3452026-05-16T03:30:29.790Z Downloaded ahash v0.8.12
3462026-05-16T03:30:29.790Z Downloaded getrandom v0.2.17
3472026-05-16T03:30:29.794Z Downloaded anstream v1.0.0
3482026-05-16T03:30:29.794Z Downloaded toml_write v0.1.2
3492026-05-16T03:30:29.794Z Downloaded supports-color v3.0.2
3502026-05-16T03:30:29.794Z Downloaded target-lexicon v0.13.3
3512026-05-16T03:30:29.794Z Downloaded bitflags v2.11.1
3522026-05-16T03:30:29.799Z Downloaded nextest-metadata v0.12.2
3532026-05-16T03:30:29.799Z Downloaded http-body-util v0.1.3
3542026-05-16T03:30:29.799Z Downloaded signal-hook-registry v1.4.8
3552026-05-16T03:30:29.799Z Downloaded quinn-udp v0.5.14
3562026-05-16T03:30:29.799Z Downloaded unicode-linebreak v0.1.5
3572026-05-16T03:30:29.805Z Downloaded thiserror v1.0.69
3582026-05-16T03:30:29.805Z Downloaded simd-adler32 v0.3.9
3592026-05-16T03:30:29.805Z Downloaded target-spec-miette v0.4.6
3602026-05-16T03:30:29.808Z Downloaded parking_lot v0.12.5
3612026-05-16T03:30:29.808Z Downloaded utf8_iter v1.0.4
3622026-05-16T03:30:29.808Z Downloaded want v0.3.1
3632026-05-16T03:30:29.808Z Downloaded version_check v0.9.5
3642026-05-16T03:30:29.808Z Downloaded smol_str v0.3.6
3652026-05-16T03:30:29.811Z Downloaded thiserror v2.0.18
3662026-05-16T03:30:29.813Z Downloaded urlencoding v2.1.3
3672026-05-16T03:30:29.813Z Downloaded unicode-xid v0.2.6
3682026-05-16T03:30:29.814Z Downloaded thiserror-impl v1.0.69
3692026-05-16T03:30:29.814Z Downloaded crossterm v0.29.0
3702026-05-16T03:30:29.817Z Downloaded xattr v1.6.1
3712026-05-16T03:30:29.821Z Downloaded utf8parse v0.2.2
3722026-05-16T03:30:29.821Z Downloaded thread_local v1.1.9
3732026-05-16T03:30:29.822Z Downloaded thiserror-impl v2.0.18
3742026-05-16T03:30:29.826Z Downloaded itertools v0.14.0
3752026-05-16T03:30:29.828Z Downloaded tracing-error v0.2.1
3762026-05-16T03:30:29.828Z Downloaded tracing-log v0.2.0
3772026-05-16T03:30:29.832Z Downloaded futures v0.3.32
3782026-05-16T03:30:29.835Z Downloaded clap v4.6.1
3792026-05-16T03:30:29.841Z Downloaded tokio-native-tls v0.3.1
3802026-05-16T03:30:29.845Z Downloaded serde_core v1.0.228
3812026-05-16T03:30:29.845Z Downloaded self_update v0.42.0
3822026-05-16T03:30:29.848Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3832026-05-16T03:30:29.848Z Downloaded parking_lot_core v0.9.12
3842026-05-16T03:30:29.848Z Downloaded iana-time-zone v0.1.65
3852026-05-16T03:30:29.851Z Downloaded rustls-pki-types v1.14.1
3862026-05-16T03:30:29.851Z Downloaded getrandom v0.4.2
3872026-05-16T03:30:29.855Z Downloaded nextest-filtering v0.15.0
3882026-05-16T03:30:29.855Z Downloaded toml_writer v1.1.1+spec-1.1.0
3892026-05-16T03:30:29.861Z Downloaded tempfile v3.27.0
3902026-05-16T03:30:29.861Z Downloaded base64 v0.22.1
3912026-05-16T03:30:29.861Z Downloaded semver v1.0.28
3922026-05-16T03:30:29.864Z Downloaded unicase v2.9.0
3932026-05-16T03:30:29.864Z Downloaded typeid v1.0.3
3942026-05-16T03:30:29.864Z Downloaded tokio-rustls v0.26.4
3952026-05-16T03:30:29.864Z Downloaded signal-hook v0.3.18
3962026-05-16T03:30:29.867Z Downloaded toml v0.8.23
3972026-05-16T03:30:29.867Z Downloaded tokio-stream v0.1.18
3982026-05-16T03:30:29.871Z Downloaded zstd v0.13.3
3992026-05-16T03:30:29.874Z Downloaded smallvec v1.15.1
4002026-05-16T03:30:29.874Z Downloaded zmij v1.0.21
4012026-05-16T03:30:29.874Z Downloaded untrusted v0.9.0
4022026-05-16T03:30:29.874Z Downloaded target-spec v3.6.0
4032026-05-16T03:30:29.878Z Downloaded zipsign-api v0.1.5
4042026-05-16T03:30:29.878Z Downloaded toml_parser v1.1.2+spec-1.1.0
4052026-05-16T03:30:29.881Z Downloaded sharded-slab v0.1.7
4062026-05-16T03:30:29.881Z Downloaded derive-where v1.6.1
4072026-05-16T03:30:29.884Z Downloaded pin-project v1.1.13
4082026-05-16T03:30:29.890Z Downloaded zstd-safe v7.2.4
4092026-05-16T03:30:29.892Z Downloaded tracing-attributes v0.1.31
4102026-05-16T03:30:29.892Z Downloaded num-traits v0.2.19
4112026-05-16T03:30:29.895Z Downloaded getrandom v0.3.4
4122026-05-16T03:30:29.900Z Downloaded ryu v1.0.23
4132026-05-16T03:30:29.900Z Downloaded tinyvec v1.11.0
4142026-05-16T03:30:29.905Z Downloaded cfg-expr v0.20.7
4152026-05-16T03:30:29.905Z Downloaded log v0.4.29
4162026-05-16T03:30:29.905Z Downloaded indicatif v0.17.11
4172026-05-16T03:30:29.913Z Downloaded xxhash-rust v0.8.15
4182026-05-16T03:30:29.913Z Downloaded miniz_oxide v0.8.9
4192026-05-16T03:30:29.917Z Downloaded bytes v1.11.1
4202026-05-16T03:30:29.917Z Downloaded serde v1.0.228
4212026-05-16T03:30:29.921Z Downloaded der v0.7.10
4222026-05-16T03:30:29.921Z Downloaded cc v1.2.62
4232026-05-16T03:30:29.924Z Downloaded tracing-core v0.1.36
4242026-05-16T03:30:29.924Z Downloaded tar v0.4.45
4252026-05-16T03:30:29.928Z Downloaded derive_more-impl v2.1.1
4262026-05-16T03:30:29.931Z Downloaded textwrap v0.16.2
4272026-05-16T03:30:29.936Z Downloaded borsh v1.6.1
4282026-05-16T03:30:29.939Z Downloaded openssl-sys v0.9.115
4292026-05-16T03:30:29.943Z Downloaded backtrace v0.3.76
4302026-05-16T03:30:29.946Z Downloaded zeroize v1.8.2
4312026-05-16T03:30:29.946Z Downloaded proc-macro2 v1.0.106
4322026-05-16T03:30:29.951Z Downloaded toml v1.1.2+spec-1.1.0
4332026-05-16T03:30:29.955Z Downloaded vte v0.14.1
4342026-05-16T03:30:29.959Z Downloaded unicode-ident v1.0.24
4352026-05-16T03:30:29.961Z Downloaded socket2 v0.6.3
4362026-05-16T03:30:29.964Z Downloaded uuid v1.23.1
4372026-05-16T03:30:29.976Z Downloaded rustls-webpki v0.103.13
4382026-05-16T03:30:29.989Z Downloaded memchr v2.8.0
4392026-05-16T03:30:29.998Z Downloaded tower v0.5.3
4402026-05-16T03:30:30.004Z Downloaded hyper v1.9.0
4412026-05-16T03:30:30.009Z Downloaded rand v0.9.4
4422026-05-16T03:30:30.012Z Downloaded unicode-segmentation v1.13.2
4432026-05-16T03:30:30.016Z Downloaded quinn v0.11.9
4442026-05-16T03:30:30.018Z Downloaded http v1.4.0
4452026-05-16T03:30:30.028Z Downloaded guppy v0.17.25
4462026-05-16T03:30:30.030Z Downloaded unicode-normalization v0.1.25
4472026-05-16T03:30:30.033Z Downloaded url v2.5.8
4482026-05-16T03:30:30.041Z Downloaded hyper-util v0.1.20
4492026-05-16T03:30:30.045Z Downloaded mio v1.2.0
4502026-05-16T03:30:30.047Z Downloaded hashbrown v0.17.1
4512026-05-16T03:30:30.051Z Downloaded h2 v0.4.14
4522026-05-16T03:30:30.054Z Downloaded ron v0.12.1
4532026-05-16T03:30:30.060Z Downloaded tower-http v0.6.10
4542026-05-16T03:30:30.065Z Downloaded miette v7.6.0
4552026-05-16T03:30:30.076Z Downloaded aho-corasick v1.1.4
4562026-05-16T03:30:30.081Z Downloaded toml_edit v0.22.27
4572026-05-16T03:30:30.081Z Downloaded indexmap v2.14.0
4582026-05-16T03:30:30.081Z Downloaded futures-util v0.3.32
4592026-05-16T03:30:30.084Z Downloaded hashbrown v0.15.5
4602026-05-16T03:30:30.086Z Downloaded typenum v1.20.0
4612026-05-16T03:30:30.091Z Downloaded winnow v0.7.15
4622026-05-16T03:30:30.107Z Downloaded webpki-roots v1.0.7
4632026-05-16T03:30:30.110Z Downloaded winnow v1.0.3
4642026-05-16T03:30:30.115Z Downloaded tracing-subscriber v0.3.23
4652026-05-16T03:30:30.122Z Downloaded chrono v0.4.44
4662026-05-16T03:30:30.125Z Downloaded tokio-util v0.7.18
4672026-05-16T03:30:30.128Z Downloaded vcpkg v0.2.15
4682026-05-16T03:30:30.150Z Downloaded portable-atomic v1.13.1
4692026-05-16T03:30:30.155Z Downloaded unicode-width v0.1.14
4702026-05-16T03:30:30.158Z Downloaded serde_json v1.0.149
4712026-05-16T03:30:30.163Z Downloaded unicode-width v0.2.2
4722026-05-16T03:30:30.167Z Downloaded regex v1.12.3
4732026-05-16T03:30:30.172Z Downloaded quick-xml v0.37.5
4742026-05-16T03:30:30.178Z Downloaded gimli v0.32.3
4752026-05-16T03:30:30.180Z Downloaded idna v1.1.0
4762026-05-16T03:30:30.180Z Downloaded bstr v1.12.1
4772026-05-16T03:30:30.184Z Downloaded curve25519-dalek v4.1.3
4782026-05-16T03:30:30.189Z Downloaded quick-xml v0.38.4
4792026-05-16T03:30:30.192Z Downloaded reqwest v0.12.28
4802026-05-16T03:30:30.195Z Downloaded pulldown-cmark v0.13.3
4812026-05-16T03:30:30.198Z Downloaded tracing v0.1.44
4822026-05-16T03:30:30.215Z Downloaded color-eyre v0.6.5
4832026-05-16T03:30:30.229Z Downloaded tokio v1.52.3
4842026-05-16T03:30:30.253Z Downloaded quinn-proto v0.11.14
4852026-05-16T03:30:30.306Z Downloaded zerocopy v0.8.48
4862026-05-16T03:30:30.316Z Downloaded syn v2.0.117
4872026-05-16T03:30:30.322Z Downloaded openssl v0.10.79
4882026-05-16T03:30:30.327Z Downloaded nix v0.30.1
4892026-05-16T03:30:30.334Z Downloaded regex-syntax v0.8.10
4902026-05-16T03:30:30.340Z Downloaded rustix v1.1.4
4912026-05-16T03:30:30.352Z Downloaded rustls v0.23.40
4922026-05-16T03:30:30.358Z Downloaded rustix v0.38.44
4932026-05-16T03:30:30.371Z Downloaded object v0.37.3
4942026-05-16T03:30:30.376Z Downloaded nextest-runner v0.80.0
4952026-05-16T03:30:30.427Z Downloaded regex-automata v0.4.14
4962026-05-16T03:30:30.473Z Downloaded petgraph v0.8.3
4972026-05-16T03:30:30.482Z Downloaded libc v0.2.186
4982026-05-16T03:30:30.507Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4992026-05-16T03:30:30.579Z Downloaded ring v0.17.14
5002026-05-16T03:30:30.602Z Downloaded recursion v0.5.4
5012026-05-16T03:30:30.644Z Compiling proc-macro2 v1.0.106
5022026-05-16T03:30:30.644Z Compiling libc v0.2.186
5032026-05-16T03:30:30.644Z Compiling quote v1.0.45
5042026-05-16T03:30:30.647Z Compiling unicode-ident v1.0.24
5052026-05-16T03:30:30.647Z Compiling serde_core v1.0.228
5062026-05-16T03:30:30.647Z Compiling cfg-if v1.0.4
5072026-05-16T03:30:30.784Z Compiling memchr v2.8.0
5082026-05-16T03:30:30.792Z Compiling once_cell v1.21.4
5092026-05-16T03:30:30.885Z Compiling log v0.4.29
5102026-05-16T03:30:30.913Z Compiling pin-project-lite v0.2.17
5112026-05-16T03:30:31.014Z Compiling itoa v1.0.18
5122026-05-16T03:30:31.082Z Compiling serde v1.0.228
5132026-05-16T03:30:31.212Z Compiling smallvec v1.15.1
5142026-05-16T03:30:31.248Z Compiling futures-core v0.3.32
5152026-05-16T03:30:31.432Z Compiling bitflags v2.11.1
5162026-05-16T03:30:31.448Z Compiling shlex v1.3.0
5172026-05-16T03:30:31.458Z Compiling equivalent v1.0.2
5182026-05-16T03:30:31.542Z Compiling hashbrown v0.17.1
5192026-05-16T03:30:31.617Z Compiling find-msvc-tools v0.1.9
5202026-05-16T03:30:31.755Z Compiling errno v0.3.14
5212026-05-16T03:30:31.809Z Compiling bytes v1.11.1
5222026-05-16T03:30:31.867Z Compiling jobserver v0.1.34
5232026-05-16T03:30:31.918Z Compiling signal-hook-registry v1.4.8
5242026-05-16T03:30:31.996Z Compiling mio v1.2.0
5252026-05-16T03:30:32.015Z Compiling rustix v1.1.4
5262026-05-16T03:30:32.082Z Compiling syn v2.0.117
5272026-05-16T03:30:32.177Z Compiling cc v1.2.62
5282026-05-16T03:30:32.202Z Compiling futures-sink v0.3.32
5292026-05-16T03:30:32.311Z Compiling socket2 v0.6.3
5302026-05-16T03:30:32.460Z Compiling zmij v1.0.21
5312026-05-16T03:30:32.657Z Compiling slab v0.4.12
5322026-05-16T03:30:32.658Z Compiling futures-channel v0.3.32
5332026-05-16T03:30:32.806Z Compiling tracing-core v0.1.36
5342026-05-16T03:30:32.858Z Compiling version_check v0.9.5
5352026-05-16T03:30:32.929Z Compiling serde_json v1.0.149
5362026-05-16T03:30:33.097Z Compiling indexmap v2.14.0
5372026-05-16T03:30:33.196Z Compiling futures-task v0.3.32
5382026-05-16T03:30:33.200Z Compiling getrandom v0.4.2
5392026-05-16T03:30:33.393Z Compiling futures-io v0.3.32
5402026-05-16T03:30:33.549Z Compiling percent-encoding v2.3.2
5412026-05-16T03:30:33.562Z Compiling camino v1.2.2
5422026-05-16T03:30:33.600Z Compiling unicode-width v0.2.2
5432026-05-16T03:30:33.919Z Compiling ring v0.17.14
5442026-05-16T03:30:33.939Z Compiling http v1.4.0
5452026-05-16T03:30:33.960Z Compiling zeroize v1.8.2
5462026-05-16T03:30:33.973Z Compiling autocfg v1.5.0
5472026-05-16T03:30:34.000Z Compiling adler2 v2.0.1
5482026-05-16T03:30:34.160Z Compiling simd-adler32 v0.3.9
5492026-05-16T03:30:34.336Z Compiling num-traits v0.2.19
5502026-05-16T03:30:34.487Z Compiling miniz_oxide v0.8.9
5512026-05-16T03:30:34.611Z Compiling zerocopy v0.8.48
5522026-05-16T03:30:34.762Z Compiling target-lexicon v0.13.3
5532026-05-16T03:30:34.999Z Compiling object v0.37.3
5542026-05-16T03:30:35.024Z Compiling getrandom v0.3.4
5552026-05-16T03:30:35.336Z Compiling http-body v1.0.1
5562026-05-16T03:30:35.388Z Compiling rustls-pki-types v1.14.1
5572026-05-16T03:30:35.491Z Compiling form_urlencoded v1.2.2
5582026-05-16T03:30:35.520Z Compiling semver v1.0.28
5592026-05-16T03:30:35.707Z Compiling serde_derive v1.0.228
5602026-05-16T03:30:35.760Z Compiling tokio-macros v2.7.0
5612026-05-16T03:30:35.866Z Compiling futures-macro v0.3.32
5622026-05-16T03:30:35.903Z Compiling tracing-attributes v0.1.31
5632026-05-16T03:30:36.085Z Compiling getrandom v0.2.17
5642026-05-16T03:30:36.177Z Compiling utf8_iter v1.0.4
5652026-05-16T03:30:36.251Z Compiling fnv v1.0.7
5662026-05-16T03:30:36.278Z Compiling httparse v1.10.1
5672026-05-16T03:30:36.342Z Compiling untrusted v0.9.0
5682026-05-16T03:30:36.360Z Compiling owo-colors v4.3.0
5692026-05-16T03:30:36.473Z Compiling idna_adapter v1.0.0
5702026-05-16T03:30:36.501Z Compiling tokio v1.52.3
5712026-05-16T03:30:36.575Z Compiling signal-hook v0.3.18
5722026-05-16T03:30:36.629Z Compiling gimli v0.32.3
5732026-05-16T03:30:36.696Z Compiling thiserror v2.0.18
5742026-05-16T03:30:36.707Z Compiling futures-util v0.3.32
5752026-05-16T03:30:36.800Z Compiling guppy-workspace-hack v0.1.0
5762026-05-16T03:30:37.102Z Compiling tracing v0.1.44
5772026-05-16T03:30:37.160Z Compiling idna v1.1.0
5782026-05-16T03:30:37.239Z Compiling thiserror-impl v2.0.18
5792026-05-16T03:30:38.804Z Compiling addr2line v0.25.1
5802026-05-16T03:30:39.232Z Compiling generic-array v0.14.7
5812026-05-16T03:30:39.261Z Compiling target-spec v3.6.0
5822026-05-16T03:30:39.310Z Compiling tower-service v0.3.3
5832026-05-16T03:30:39.412Z Compiling rustc-demangle v0.1.27
5842026-05-16T03:30:39.473Z Compiling try-lock v0.2.5
5852026-05-16T03:30:39.536Z Compiling rustls v0.23.40
5862026-05-16T03:30:39.558Z Compiling atomic-waker v1.1.2
5872026-05-16T03:30:39.589Z Compiling pkg-config v0.3.33
5882026-05-16T03:30:39.691Z Compiling thiserror v1.0.69
5892026-05-16T03:30:39.755Z Compiling fastrand v2.4.1
5902026-05-16T03:30:39.999Z Compiling typeid v1.0.3
5912026-05-16T03:30:40.011Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5922026-05-16T03:30:40.258Z Compiling tempfile v3.27.0
5932026-05-16T03:30:40.338Z Compiling want v0.3.1
5942026-05-16T03:30:40.396Z Compiling tokio-util v0.7.18
5952026-05-16T03:30:40.494Z Compiling cfg-expr v0.20.7
5962026-05-16T03:30:40.633Z Compiling url v2.5.8
5972026-05-16T03:30:41.153Z Compiling backtrace v0.3.76
5982026-05-16T03:30:41.417Z Compiling h2 v0.4.14
5992026-05-16T03:30:41.991Z Compiling thiserror-impl v1.0.69
6002026-05-16T03:30:42.070Z Compiling terminal_size v0.4.4
6012026-05-16T03:30:42.226Z Compiling aho-corasick v1.1.4
6022026-05-16T03:30:42.348Z Compiling erased-serde v0.4.10
6032026-05-16T03:30:42.643Z Compiling regex-syntax v0.8.10
6042026-05-16T03:30:43.088Z Compiling rustls-webpki v0.103.13
6052026-05-16T03:30:43.138Z Compiling winnow v0.7.15
6062026-05-16T03:30:45.043Z Compiling subtle v2.6.1
6072026-05-16T03:30:45.223Z Compiling typenum v1.20.0
6082026-05-16T03:30:45.917Z Compiling regex-automata v0.4.14
6092026-05-16T03:30:45.940Z Compiling hyper v1.9.0
6102026-05-16T03:30:47.732Z Compiling toml_datetime v0.6.11
6112026-05-16T03:30:48.105Z Compiling serde_spanned v0.6.9
6122026-05-16T03:30:48.271Z Compiling ahash v0.8.12
6132026-05-16T03:30:48.530Z Compiling sync_wrapper v1.0.2
6142026-05-16T03:30:48.647Z Compiling parking_lot_core v0.9.12
6152026-05-16T03:30:48.930Z Compiling base64 v0.22.1
6162026-05-16T03:30:49.318Z Compiling lazy_static v1.5.0
6172026-05-16T03:30:49.420Z Compiling ipnet v2.12.0
6182026-05-16T03:30:49.433Z Compiling toml_write v0.1.2
6192026-05-16T03:30:49.569Z Compiling tower-layer v0.3.3
6202026-05-16T03:30:49.672Z Compiling either v1.15.0
6212026-05-16T03:30:49.772Z Compiling unicode-segmentation v1.13.2
6222026-05-16T03:30:49.787Z Compiling nextest-workspace-hack v0.1.0
6232026-05-16T03:30:49.893Z Compiling foldhash v0.1.5
6242026-05-16T03:30:50.012Z Compiling crc32fast v1.5.0
6252026-05-16T03:30:50.052Z Compiling is_ci v1.2.0
6262026-05-16T03:30:50.142Z Compiling unicode-linebreak v0.1.5
6272026-05-16T03:30:50.163Z Compiling portable-atomic v1.13.1
6282026-05-16T03:30:50.259Z Compiling supports-color v3.0.2
6292026-05-16T03:30:50.362Z Compiling textwrap v0.16.2
6302026-05-16T03:30:50.404Z Compiling convert_case v0.10.0
6312026-05-16T03:30:50.449Z Compiling hashbrown v0.15.5
6322026-05-16T03:30:50.665Z Compiling tower v0.5.3
6332026-05-16T03:30:50.668Z Compiling hyper-util v0.1.20
6342026-05-16T03:30:50.688Z Compiling toml_edit v0.22.27
6352026-05-16T03:30:51.084Z Compiling sharded-slab v0.1.7
6362026-05-16T03:30:51.270Z Compiling tokio-rustls v0.26.4
6372026-05-16T03:30:51.679Z Compiling backtrace-ext v0.2.1
6382026-05-16T03:30:51.767Z Compiling ordered-float v2.10.1
6392026-05-16T03:30:51.939Z Compiling webpki-roots v1.0.7
6402026-05-16T03:30:52.045Z Compiling miette-derive v7.6.0
6412026-05-16T03:30:52.060Z Compiling pathdiff v0.2.3
6422026-05-16T03:30:52.184Z Compiling console v0.15.11
6432026-05-16T03:30:52.187Z Compiling tracing-log v0.2.0
6442026-05-16T03:30:52.547Z Compiling cargo-platform v0.3.3
6452026-05-16T03:30:53.110Z Compiling os_pipe v1.2.3
6462026-05-16T03:30:53.132Z Compiling thread_local v1.1.9
6472026-05-16T03:30:53.287Z Compiling supports-hyperlinks v3.2.0
6482026-05-16T03:30:53.298Z Compiling zstd-safe v7.2.4
6492026-05-16T03:30:53.496Z Compiling utf8parse v0.2.2
6502026-05-16T03:30:53.509Z Compiling rustix v0.38.44
6512026-05-16T03:30:53.522Z Compiling ryu v1.0.23
6522026-05-16T03:30:53.547Z Compiling debug-ignore v1.0.5
6532026-05-16T03:30:53.607Z Compiling winnow v1.0.3
6542026-05-16T03:30:53.809Z Compiling pulldown-cmark v0.13.3
6552026-05-16T03:30:53.864Z Compiling cfg_aliases v0.2.1
6562026-05-16T03:30:53.952Z Compiling supports-unicode v3.0.0
6572026-05-16T03:30:53.992Z Compiling fixedbitset v0.5.7
6582026-05-16T03:30:54.041Z Compiling scopeguard v1.2.0
6592026-05-16T03:30:54.148Z Compiling unicode-width v0.1.14
6602026-05-16T03:30:54.164Z Compiling lock_api v0.4.14
6612026-05-16T03:30:54.403Z Compiling miette v7.6.0
6622026-05-16T03:30:54.448Z Compiling petgraph v0.8.3
6632026-05-16T03:30:54.619Z Compiling nix v0.30.1
6642026-05-16T03:30:54.989Z Compiling toml_parser v1.1.2+spec-1.1.0
6652026-05-16T03:30:55.145Z Compiling serde_urlencoded v0.7.1
6662026-05-16T03:30:55.420Z Compiling anstyle-parse v1.0.0
6672026-05-16T03:30:55.647Z Compiling tracing-subscriber v0.3.23
6682026-05-16T03:30:56.691Z Compiling sigchld v0.2.4
6692026-05-16T03:30:56.695Z Compiling cargo_metadata v0.23.1
6702026-05-16T03:30:56.695Z Compiling toml v0.8.23
6712026-05-16T03:30:57.471Z Compiling hyper-rustls v0.27.9
6722026-05-16T03:30:57.744Z Compiling serde-untagged v0.1.9
6732026-05-16T03:30:58.103Z Compiling serde-value v0.7.0
6742026-05-16T03:30:58.863Z Compiling tower-http v0.6.10
6752026-05-16T03:30:59.161Z Compiling derive_more-impl v2.1.1
6762026-05-16T03:30:59.517Z Compiling itertools v0.14.0
6772026-05-16T03:30:59.562Z Compiling regex v1.12.3
6782026-05-16T03:30:59.711Z Compiling block-buffer v0.10.4
6792026-05-16T03:30:59.865Z Compiling crypto-common v0.1.7
6802026-05-16T03:30:59.981Z Compiling ppv-lite86 v0.2.21
6812026-05-16T03:31:00.003Z Compiling futures-executor v0.3.32
6822026-05-16T03:31:00.021Z Compiling rand_core v0.9.5
6832026-05-16T03:31:00.269Z Compiling pin-project-internal v1.1.13
6842026-05-16T03:31:00.298Z Compiling http-body-util v0.1.3
6852026-05-16T03:31:00.531Z Compiling uuid v1.23.1
6862026-05-16T03:31:00.561Z Compiling smol_str v0.3.6
6872026-05-16T03:31:00.888Z Compiling serde_spanned v1.1.1
6882026-05-16T03:31:00.964Z Compiling toml_datetime v1.1.1+spec-1.1.0
6892026-05-16T03:31:00.982Z Compiling filetime v0.2.29
6902026-05-16T03:31:01.030Z Compiling vte v0.14.1
6912026-05-16T03:31:01.048Z Compiling bstr v1.12.1
6922026-05-16T03:31:01.190Z Compiling xattr v1.6.1
6932026-05-16T03:31:01.244Z Compiling nested v0.1.1
6942026-05-16T03:31:01.313Z Compiling color-spantrace v0.3.0
6952026-05-16T03:31:01.371Z Compiling self_update v0.42.0
6962026-05-16T03:31:01.463Z Compiling number_prefix v0.4.0
6972026-05-16T03:31:01.535Z Compiling anstyle v1.0.14
6982026-05-16T03:31:01.614Z Compiling unicase v2.9.0
6992026-05-16T03:31:01.641Z Compiling tinyvec_macros v0.1.1
7002026-05-16T03:31:01.662Z Compiling colorchoice v1.0.5
7012026-05-16T03:31:01.713Z Compiling anstyle-query v1.1.5
7022026-05-16T03:31:01.795Z Compiling eyre v0.6.12
7032026-05-16T03:31:01.801Z Compiling iana-time-zone v0.1.65
7042026-05-16T03:31:01.801Z Compiling static_assertions v1.1.0
7052026-05-16T03:31:01.805Z Compiling is_terminal_polyfill v1.70.2
7062026-05-16T03:31:01.862Z Compiling unicode-xid v0.2.6
7072026-05-16T03:31:01.895Z Compiling litrs v1.0.0
7082026-05-16T03:31:01.965Z Compiling cargo-util-schemas v0.2.0
7092026-05-16T03:31:01.996Z Compiling chrono v0.4.44
7102026-05-16T03:31:02.115Z Compiling anstream v1.0.0
7112026-05-16T03:31:02.332Z Compiling document-features v0.2.12
7122026-05-16T03:31:02.345Z Compiling guppy v0.17.25
7132026-05-16T03:31:02.621Z Compiling tinyvec v1.11.0
7142026-05-16T03:31:02.952Z Compiling indicatif v0.17.11
7152026-05-16T03:31:03.044Z Compiling globset v0.4.18
7162026-05-16T03:31:03.125Z Compiling pin-project v1.1.13
7172026-05-16T03:31:03.232Z Compiling tar v0.4.45
7182026-05-16T03:31:04.366Z Compiling strip-ansi-escapes v0.2.1
7192026-05-16T03:31:04.852Z Compiling toml v1.1.2+spec-1.1.0
7202026-05-16T03:31:04.866Z Compiling newtype-uuid v1.3.2
7212026-05-16T03:31:05.051Z Compiling nextest-metadata v0.12.2
7222026-05-16T03:31:05.379Z Compiling reqwest v0.12.28
7232026-05-16T03:31:05.704Z Compiling rand_chacha v0.9.0
7242026-05-16T03:31:06.052Z Compiling futures v0.3.32
7252026-05-16T03:31:06.138Z Compiling derive_more v2.1.1
7262026-05-16T03:31:06.222Z Compiling digest v0.10.7
7272026-05-16T03:31:06.242Z Compiling flate2 v1.1.9
7282026-05-16T03:31:06.258Z Compiling parking_lot v0.12.5
7292026-05-16T03:31:06.442Z Compiling tracing-error v0.2.1
7302026-05-16T03:31:07.081Z Compiling shared_child v1.1.1
7312026-05-16T03:31:07.156Z Compiling signal-hook-mio v0.2.5
7322026-05-16T03:31:07.292Z Compiling self-replace v1.5.0
7332026-05-16T03:31:07.343Z Compiling cargo-platform v0.2.0
7342026-05-16T03:31:07.581Z Compiling quick-xml v0.37.5
7352026-05-16T03:31:07.904Z Compiling quick-xml v0.38.4
7362026-05-16T03:31:08.067Z Compiling strsim v0.11.1
7372026-05-16T03:31:08.297Z Compiling clap_lex v1.1.0
7382026-05-16T03:31:08.659Z Compiling shell-words v1.1.1
7392026-05-16T03:31:08.885Z Compiling urlencoding v2.1.3
7402026-05-16T03:31:08.918Z Compiling humantime v2.3.0
7412026-05-16T03:31:09.572Z Compiling indenter v0.3.4
7422026-05-16T03:31:09.584Z Compiling cpufeatures v0.2.17
7432026-05-16T03:31:09.584Z Compiling recursion v0.5.4
7442026-05-16T03:31:09.584Z Compiling heck v0.5.0
7452026-05-16T03:31:09.584Z Compiling nextest-filtering v0.15.0
7462026-05-16T03:31:09.584Z Compiling clap_derive v4.6.1
7472026-05-16T03:31:09.584Z Compiling sha2 v0.10.9
7482026-05-16T03:31:09.910Z Compiling humantime-serde v1.1.1
7492026-05-16T03:31:10.159Z Compiling quick-junit v0.5.2
7502026-05-16T03:31:10.743Z Compiling clap_builder v4.6.0
7512026-05-16T03:31:11.306Z Compiling cargo_metadata v0.20.0
7522026-05-16T03:31:13.264Z Compiling atomicwrites v0.4.4
7532026-05-16T03:31:13.298Z Compiling cargo-nextest v0.9.97
7542026-05-16T03:31:13.548Z Compiling crossterm v0.29.0
7552026-05-16T03:31:14.489Z Compiling duct v0.13.7
7562026-05-16T03:31:16.166Z Compiling async-scoped v0.9.0
7572026-05-16T03:31:16.352Z Compiling rand v0.9.4
7582026-05-16T03:31:16.415Z Compiling config v0.15.23
7592026-05-16T03:31:16.481Z Compiling unicode-normalization v0.1.25
7602026-05-16T03:31:16.569Z Compiling zstd v0.13.3
7612026-05-16T03:31:16.635Z Compiling target-spec-miette v0.4.6
7622026-05-16T03:31:16.702Z Compiling future-queue v0.4.0
7632026-05-16T03:31:16.980Z Compiling mukti-metadata v0.3.0
7642026-05-16T03:31:16.994Z Compiling camino-tempfile v1.4.1
7652026-05-16T03:31:17.038Z Compiling tokio-stream v0.1.18
7662026-05-16T03:31:17.038Z Compiling derive-where v1.6.1
7672026-05-16T03:31:17.111Z Compiling serde_path_to_error v0.1.20
7682026-05-16T03:31:17.411Z Compiling serde_ignored v0.1.14
7692026-05-16T03:31:17.466Z Compiling swrite v0.1.0
7702026-05-16T03:31:17.558Z Compiling home v0.5.12
7712026-05-16T03:31:17.560Z Compiling xxhash-rust v0.8.15
7722026-05-16T03:31:17.583Z Compiling hex v0.4.3
7732026-05-16T03:31:17.632Z Compiling indent_write v2.2.0
7742026-05-16T03:31:17.741Z Compiling color-eyre v0.6.5
7752026-05-16T03:31:17.795Z Compiling clap v4.6.1
7762026-05-16T03:31:17.849Z Compiling dialoguer v0.11.0
7772026-05-16T03:31:17.867Z Compiling enable-ansi-support v0.2.1
7782026-05-16T03:31:18.268Z Compiling nextest-runner v0.80.0
7792026-05-16T03:31:36.214Z Finished `release` profile [optimized] target(s) in 1m 09s
7802026-05-16T03:31:36.401Z Installing /home/build/.cargo/bin/cargo-nextest
7812026-05-16T03:31:36.405Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7822026-05-16T03:31:36.522Z+ pushd bgp
7832026-05-16T03:31:36.533Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7842026-05-16T03:31:36.534Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7852026-05-16T03:31:36.702Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-05-16T03:31:37.249ZFrom https://github.com/oxidecomputer/falcon
7872026-05-16T03:31:37.249Z * [new ref] b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6 -> refs/commit/b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6
7882026-05-16T03:31:37.330Z Updating crates.io index
7892026-05-16T03:31:37.362Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-05-16T03:31:38.094ZFrom https://github.com/oxidecomputer/dendrite
7912026-05-16T03:31:38.094Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7922026-05-16T03:31:38.186Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-05-16T03:31:38.680ZFrom https://github.com/oxidecomputer/ispf
7942026-05-16T03:31:38.680Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-05-16T03:31:38.721Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-05-16T03:31:38.801ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-05-16T03:31:38.801Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7982026-05-16T03:31:38.810Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-05-16T03:31:45.840ZFrom https://github.com/oxidecomputer/omicron
8002026-05-16T03:31:45.840Z * [new ref] e3edc166d225599702b8444c6bfb406bad583d4b -> refs/commit/e3edc166d225599702b8444c6bfb406bad583d4b
8012026-05-16T03:31:46.258Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-05-16T03:31:48.595ZFrom https://github.com/oxidecomputer/opte
8032026-05-16T03:31:48.595Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8042026-05-16T03:31:48.787Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-05-16T03:31:48.787ZFrom https://github.com/illumos/smf-rs
8062026-05-16T03:31:48.787Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-05-16T03:31:48.787Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-05-16T03:31:48.787ZFrom https://github.com/oxidecomputer/network-interface
8092026-05-16T03:31:48.787Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-05-16T03:31:48.787Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-05-16T03:31:48.787ZFrom https://github.com/oxidecomputer/zone
8122026-05-16T03:31:48.787Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-05-16T03:31:48.788Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-05-16T03:31:48.903ZFrom https://github.com/oxidecomputer/propolis
8152026-05-16T03:31:48.903Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-05-16T03:31:48.903Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-05-16T03:31:49.193ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-05-16T03:31:49.193Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8192026-05-16T03:31:49.290Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-05-16T03:31:49.498ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-05-16T03:31:49.498Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8222026-05-16T03:31:49.505Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-05-16T03:31:49.775ZFrom https://github.com/jmesmon/rust-libzfs
8242026-05-16T03:31:49.776Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-05-16T03:31:49.780Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-05-16T03:31:50.031ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-05-16T03:31:50.031Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-05-16T03:31:50.073Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-05-16T03:31:50.375ZFrom https://github.com/oxidecomputer/lldp
8302026-05-16T03:31:50.375Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8312026-05-16T03:31:50.455Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-05-16T03:31:50.763ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-05-16T03:31:50.763Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-05-16T03:31:50.791Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-05-16T03:31:50.988ZFrom https://github.com/oxidecomputer/tufaceous
8362026-05-16T03:31:50.988Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8372026-05-16T03:31:51.046Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-05-16T03:31:51.486ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-05-16T03:31:51.486Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8402026-05-16T03:31:51.521Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-05-16T03:31:52.580ZFrom https://github.com/oxidecomputer/crucible
8422026-05-16T03:31:52.580Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-05-16T03:31:52.702Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-05-16T03:31:52.982ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-05-16T03:31:52.982Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-05-16T03:31:53.272Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-05-16T03:31:53.571ZFrom https://github.com/oxidecomputer/propolis
8482026-05-16T03:31:53.572Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8492026-05-16T03:31:53.700Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-05-16T03:31:54.019ZFrom https://github.com/oxidecomputer/tofino
8512026-05-16T03:31:54.019Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8522026-05-16T03:31:54.050Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-05-16T03:31:54.740ZFrom https://github.com/oxidecomputer/maghemite
8542026-05-16T03:31:54.740Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-05-16T03:31:54.774Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-05-16T03:31:55.183ZFrom https://github.com/oxidecomputer/clickward
8572026-05-16T03:31:55.183Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-05-16T03:31:55.228Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-05-16T03:31:55.649ZFrom https://github.com/oxidecomputer/crucible
8602026-05-16T03:31:55.649Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8612026-05-16T03:31:55.982Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-05-16T03:31:56.370ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-05-16T03:31:56.370Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-05-16T03:31:57.075Z Downloading crates ...
8652026-05-16T03:31:57.172Z Downloaded async-stream-impl v0.3.6
8662026-05-16T03:31:57.177Z Downloaded base16ct v0.2.0
8672026-05-16T03:31:57.177Z Downloaded async-stream v0.3.6
8682026-05-16T03:31:57.177Z Downloaded async-recursion v1.1.1
8692026-05-16T03:31:57.190Z Downloaded aead v0.5.2
8702026-05-16T03:31:57.197Z Downloaded arrayvec v0.7.6
8712026-05-16T03:31:57.197Z Downloaded const_format_proc_macros v0.2.34
8722026-05-16T03:31:57.205Z Downloaded deranged v0.5.8
8732026-05-16T03:31:57.205Z Downloaded console v0.16.3
8742026-05-16T03:31:57.205Z Downloaded darling v0.21.3
8752026-05-16T03:31:57.208Z Downloaded httpdate v1.0.3
8762026-05-16T03:31:57.208Z Downloaded critical-section v1.2.0
8772026-05-16T03:31:57.208Z Downloaded bcs v0.1.6
8782026-05-16T03:31:57.208Z Downloaded nom v7.1.3
8792026-05-16T03:31:57.215Z Downloaded num_threads v0.1.7
8802026-05-16T03:31:57.226Z Downloaded hostname v0.3.1
8812026-05-16T03:31:57.226Z Downloaded crossbeam-deque v0.8.6
8822026-05-16T03:31:57.226Z Downloaded ciborium-ll v0.2.2
8832026-05-16T03:31:57.226Z Downloaded highway v1.3.0
8842026-05-16T03:31:57.235Z Downloaded hostname v0.4.2
8852026-05-16T03:31:57.235Z Downloaded dropshot-api-manager-types v0.7.1
8862026-05-16T03:31:57.235Z Downloaded ciborium-io v0.2.2
8872026-05-16T03:31:57.235Z Downloaded darling_macro v0.21.3
8882026-05-16T03:31:57.235Z Downloaded linked-hash-map v0.5.6
8892026-05-16T03:31:57.235Z Downloaded bs58 v0.5.1
8902026-05-16T03:31:57.235Z Downloaded natord v1.0.9
8912026-05-16T03:31:57.235Z Downloaded half v2.7.1
8922026-05-16T03:31:57.247Z Downloaded match_cfg v0.1.0
8932026-05-16T03:31:57.247Z Downloaded managed v0.8.0
8942026-05-16T03:31:57.247Z Downloaded elliptic-curve v0.13.8
8952026-05-16T03:31:57.247Z Downloaded const-random-macro v0.1.16
8962026-05-16T03:31:57.247Z Downloaded group v0.13.0
8972026-05-16T03:31:57.257Z Downloaded darling v0.23.0
8982026-05-16T03:31:57.257Z Downloaded libsw v3.5.0
8992026-05-16T03:31:57.257Z Downloaded expectorate v1.2.0
9002026-05-16T03:31:57.257Z Downloaded hubpack v0.1.2
9012026-05-16T03:31:57.257Z Downloaded fs_extra v1.3.0
9022026-05-16T03:31:57.257Z Downloaded defmt-parser v1.0.0
9032026-05-16T03:31:57.257Z Downloaded daft-derive v0.1.5
9042026-05-16T03:31:57.270Z Downloaded cpufeatures v0.3.0
9052026-05-16T03:31:57.271Z Downloaded fixedbitset v0.4.2
9062026-05-16T03:31:57.271Z Downloaded libscf-sys v1.2.0
9072026-05-16T03:31:57.271Z Downloaded newtype-uuid-macros v0.1.0
9082026-05-16T03:31:57.271Z Downloaded konst_macro_rules v0.2.19
9092026-05-16T03:31:57.283Z Downloaded embedded-io v0.4.0
9102026-05-16T03:31:57.283Z Downloaded crunchy v0.2.4
9112026-05-16T03:31:57.283Z Downloaded hkdf v0.12.4
9122026-05-16T03:31:57.283Z Downloaded dunce v1.0.5
9132026-05-16T03:31:57.283Z Downloaded newline-converter v0.3.0
9142026-05-16T03:31:57.283Z Downloaded dtrace-parser v0.3.0
9152026-05-16T03:31:57.283Z Downloaded convert_case v0.4.0
9162026-05-16T03:31:57.283Z Downloaded embedded-io v0.6.1
9172026-05-16T03:31:57.283Z Downloaded instant v0.1.13
9182026-05-16T03:31:57.283Z Downloaded foreign-types-shared v0.3.1
9192026-05-16T03:31:57.296Z Downloaded byteorder v1.5.0
9202026-05-16T03:31:57.296Z Downloaded ident_case v1.0.1
9212026-05-16T03:31:57.296Z Downloaded keccak v0.1.6
9222026-05-16T03:31:57.296Z Downloaded cipher v0.4.4
9232026-05-16T03:31:57.296Z Downloaded gethostname v0.5.0
9242026-05-16T03:31:57.296Z Downloaded fxhash v0.2.1
9252026-05-16T03:31:57.296Z Downloaded cstr-argument v0.1.2
9262026-05-16T03:31:57.296Z Downloaded is-terminal v0.4.17
9272026-05-16T03:31:57.296Z Downloaded no-std-compat v0.4.1
9282026-05-16T03:31:57.296Z Downloaded float-ord v0.3.2
9292026-05-16T03:31:57.296Z Downloaded dof v0.3.0
9302026-05-16T03:31:57.296Z Downloaded num-iter v0.1.45
9312026-05-16T03:31:57.296Z Downloaded enum-as-inner v0.6.1
9322026-05-16T03:31:57.309Z Downloaded arrayref v0.3.9
9332026-05-16T03:31:57.310Z Downloaded dtrace-parser v0.2.0
9342026-05-16T03:31:57.310Z Downloaded dof v0.4.0
9352026-05-16T03:31:57.310Z Downloaded omicron-workspace-hack v0.1.0
9362026-05-16T03:31:57.310Z Downloaded olpc-cjson v0.1.4
9372026-05-16T03:31:57.310Z Downloaded darling_macro v0.23.0
9382026-05-16T03:31:57.310Z Downloaded internet-checksum v0.2.1
9392026-05-16T03:31:57.310Z Downloaded opaque-debug v0.3.1
9402026-05-16T03:31:57.310Z Downloaded defmt v0.3.100
9412026-05-16T03:31:57.310Z Downloaded idna_adapter v1.2.2
9422026-05-16T03:31:57.322Z Downloaded crucible-workspace-hack v0.1.0
9432026-05-16T03:31:57.322Z Downloaded crossbeam-epoch v0.9.18
9442026-05-16T03:31:57.322Z Downloaded foreign-types-macros v0.2.3
9452026-05-16T03:31:57.322Z Downloaded parse-display v0.10.0
9462026-05-16T03:31:57.322Z Downloaded bytecount v0.6.9
9472026-05-16T03:31:57.322Z Downloaded base16ct v1.0.0
9482026-05-16T03:31:57.322Z Downloaded cobs v0.3.0
9492026-05-16T03:31:57.322Z Downloaded git-stub v1.0.0
9502026-05-16T03:31:57.322Z Downloaded pretty-hex v0.4.2
9512026-05-16T03:31:57.322Z Downloaded plain v0.2.3
9522026-05-16T03:31:57.322Z Downloaded heck v0.4.1
9532026-05-16T03:31:57.322Z Downloaded num-conv v0.2.1
9542026-05-16T03:31:57.337Z Downloaded proc-macro-crate v3.5.0
9552026-05-16T03:31:57.337Z Downloaded newtype_derive v0.1.6
9562026-05-16T03:31:57.337Z Downloaded constant_time_eq v0.4.2
9572026-05-16T03:31:57.337Z Downloaded cmake v0.1.58
9582026-05-16T03:31:57.337Z Downloaded num_enum_derive v0.5.11
9592026-05-16T03:31:57.337Z Downloaded hubpack_derive v0.1.1
9602026-05-16T03:31:57.337Z Downloaded bit-vec v0.8.0
9612026-05-16T03:31:57.337Z Downloaded foreign-types v0.5.0
9622026-05-16T03:31:57.337Z Downloaded erased-serde v0.3.31
9632026-05-16T03:31:57.345Z Downloaded derive-ex v0.1.8
9642026-05-16T03:31:57.345Z Downloaded potential_utf v0.1.5
9652026-05-16T03:31:57.346Z Downloaded argon2 v0.5.3
9662026-05-16T03:31:57.346Z Downloaded num-derive v0.4.2
9672026-05-16T03:31:57.346Z Downloaded defmt v1.0.1
9682026-05-16T03:31:57.346Z Downloaded proc-macro-error-attr2 v2.0.0
9692026-05-16T03:31:57.346Z Downloaded powerfmt v0.2.0
9702026-05-16T03:31:57.346Z Downloaded data-encoding v2.11.0
9712026-05-16T03:31:57.346Z Downloaded crossbeam-utils v0.8.21
9722026-05-16T03:31:57.346Z Downloaded proc-macro-error-attr v1.0.4
9732026-05-16T03:31:57.346Z Downloaded num_enum v0.7.6
9742026-05-16T03:31:57.356Z Downloaded num v0.4.3
9752026-05-16T03:31:57.356Z Downloaded heapless v0.8.0
9762026-05-16T03:31:57.356Z Downloaded quick-error v1.2.3
9772026-05-16T03:31:57.356Z Downloaded libsw-core v0.3.2
9782026-05-16T03:31:57.356Z Downloaded filetime v0.2.28
9792026-05-16T03:31:57.360Z Downloaded progenitor-macro v0.10.0
9802026-05-16T03:31:57.360Z Downloaded ref-cast-impl v1.0.25
9812026-05-16T03:31:57.361Z Downloaded rand_chacha v0.3.1
9822026-05-16T03:31:57.361Z Downloaded progenitor-macro v0.13.0
9832026-05-16T03:31:57.361Z Downloaded progenitor-macro v0.14.0
9842026-05-16T03:31:57.361Z Downloaded progenitor-macro v0.11.2
9852026-05-16T03:31:57.361Z Downloaded progenitor-client v0.11.2
9862026-05-16T03:31:57.361Z Downloaded progenitor-client v0.14.0
9872026-05-16T03:31:57.361Z Downloaded num_enum_derive v0.7.6
9882026-05-16T03:31:57.365Z Downloaded dyn-clone v1.0.20
9892026-05-16T03:31:57.365Z Downloaded ref-cast v1.0.25
9902026-05-16T03:31:57.365Z Downloaded rustc_version v0.1.7
9912026-05-16T03:31:57.370Z Downloaded rand_xorshift v0.4.0
9922026-05-16T03:31:57.370Z Downloaded displaydoc v0.2.5
9932026-05-16T03:31:57.370Z Downloaded pem v3.0.6
9942026-05-16T03:31:57.378Z Downloaded multer v3.1.0
9952026-05-16T03:31:57.378Z Downloaded num_enum v0.5.11
9962026-05-16T03:31:57.378Z Downloaded proc-macro-crate v1.3.1
9972026-05-16T03:31:57.378Z Downloaded phf v0.12.1
9982026-05-16T03:31:57.384Z Downloaded parse-display-derive v0.10.0
9992026-05-16T03:31:57.384Z Downloaded ingot v0.1.1
10002026-05-16T03:31:57.384Z Downloaded paste v1.0.15
10012026-05-16T03:31:57.384Z Downloaded same-file v1.0.6
10022026-05-16T03:31:57.384Z Downloaded password-hash v0.5.0
10032026-05-16T03:31:57.394Z Downloaded num-integer v0.1.46
10042026-05-16T03:31:57.394Z Downloaded colored v3.1.1
10052026-05-16T03:31:57.394Z Downloaded cancel-safe-futures v0.1.5
10062026-05-16T03:31:57.407Z Downloaded phf_shared v0.12.1
10072026-05-16T03:31:57.407Z Downloaded glob v0.3.3
10082026-05-16T03:31:57.407Z Downloaded ingot-macros v0.1.1
10092026-05-16T03:31:57.407Z Downloaded foldhash v0.2.0
10102026-05-16T03:31:57.408Z Downloaded csv-core v0.1.13
10112026-05-16T03:31:57.408Z Downloaded compression-codecs v0.4.38
10122026-05-16T03:31:57.408Z Downloaded derive_more v0.99.20
10132026-05-16T03:31:57.408Z Downloaded progenitor-client v0.13.0
10142026-05-16T03:31:57.408Z Downloaded progenitor v0.11.2
10152026-05-16T03:31:57.417Z Downloaded memmap2 v0.9.10
10162026-05-16T03:31:57.417Z Downloaded scroll_derive v0.13.1
10172026-05-16T03:31:57.417Z Downloaded oxide-tokio-rt v0.1.6
10182026-05-16T03:31:57.417Z Downloaded scroll_derive v0.12.1
10192026-05-16T03:31:57.417Z Downloaded progenitor-extras v0.2.0
10202026-05-16T03:31:57.417Z Downloaded progenitor v0.14.0
10212026-05-16T03:31:57.417Z Downloaded progenitor v0.13.0
10222026-05-16T03:31:57.417Z Downloaded hickory-resolver v0.25.2
10232026-05-16T03:31:57.417Z Downloaded secrecy v0.10.3
10242026-05-16T03:31:57.417Z Downloaded progenitor-client v0.10.0
10252026-05-16T03:31:57.417Z Downloaded pin-project-internal v1.1.12
10262026-05-16T03:31:57.417Z Downloaded serde_plain v1.0.2
10272026-05-16T03:31:57.417Z Downloaded sigpipe v0.1.3
10282026-05-16T03:31:57.430Z Downloaded sha1 v0.10.6
10292026-05-16T03:31:57.430Z Downloaded slog-bunyan v2.5.0
10302026-05-16T03:31:57.430Z Downloaded serial_test v3.4.0
10312026-05-16T03:31:57.430Z Downloaded serde_repr v0.1.20
10322026-05-16T03:31:57.430Z Downloaded serial_test_derive v3.4.0
10332026-05-16T03:31:57.430Z Downloaded proc-macro-error2 v2.0.1
10342026-05-16T03:31:57.438Z Downloaded siphasher v1.0.3
10352026-05-16T03:31:57.438Z Downloaded proc-macro-error v1.0.4
10362026-05-16T03:31:57.438Z Downloaded litemap v0.8.2
10372026-05-16T03:31:57.438Z Downloaded rusty-fork v0.3.1
10382026-05-16T03:31:57.438Z Downloaded rustls-native-certs v0.8.3
10392026-05-16T03:31:57.438Z Downloaded parking_lot_core v0.8.6
10402026-05-16T03:31:57.438Z Downloaded parking_lot v0.11.2
10412026-05-16T03:31:57.438Z Downloaded git-stub-vcs v0.1.0
10422026-05-16T03:31:57.438Z Downloaded ipnetwork v0.21.1
10432026-05-16T03:31:57.438Z Downloaded postcard v1.1.3
10442026-05-16T03:31:57.444Z Downloaded pest_derive v2.8.6
10452026-05-16T03:31:57.444Z Downloaded progenitor v0.10.0
10462026-05-16T03:31:57.444Z Downloaded chacha20 v0.10.0
10472026-05-16T03:31:57.444Z Downloaded bitflags v1.3.2
10482026-05-16T03:31:57.451Z Downloaded backon v1.6.0
10492026-05-16T03:31:57.451Z Downloaded stable_deref_trait v1.2.1
10502026-05-16T03:31:57.451Z Downloaded anyhow v1.0.102
10512026-05-16T03:31:57.451Z Downloaded rustversion v1.0.22
10522026-05-16T03:31:57.451Z Downloaded rustls-pemfile v2.2.0
10532026-05-16T03:31:57.451Z Downloaded resolv-conf v0.7.6
10542026-05-16T03:31:57.455Z Downloaded slog-envlogger v2.2.0
10552026-05-16T03:31:57.455Z Downloaded diff v0.1.13
10562026-05-16T03:31:57.455Z Downloaded semver v0.1.20
10572026-05-16T03:31:57.464Z Downloaded scroll v0.12.0
10582026-05-16T03:31:57.464Z Downloaded structmeta-derive v0.3.0
10592026-05-16T03:31:57.464Z Downloaded scroll v0.13.0
10602026-05-16T03:31:57.464Z Downloaded schemars_derive v0.8.22
10612026-05-16T03:31:57.472Z Downloaded take_mut v0.2.2
10622026-05-16T03:31:57.472Z Downloaded strum v0.26.3
10632026-05-16T03:31:57.472Z Downloaded thread-id v4.2.2
10642026-05-16T03:31:57.472Z Downloaded thiserror-impl-no-std v2.0.2
10652026-05-16T03:31:57.472Z Downloaded testing_table v0.3.0
10662026-05-16T03:31:57.473Z Downloaded tagptr v0.2.0
10672026-05-16T03:31:57.473Z Downloaded poly1305 v0.8.0
10682026-05-16T03:31:57.473Z Downloaded pest_generator v2.8.6
10692026-05-16T03:31:57.473Z Downloaded icu_properties v2.2.0
10702026-05-16T03:31:57.473Z Downloaded tabwriter v1.4.1
10712026-05-16T03:31:57.473Z Downloaded structmeta v0.3.0
10722026-05-16T03:31:57.477Z Downloaded spin v0.5.2
10732026-05-16T03:31:57.477Z Downloaded smawk v0.3.2
10742026-05-16T03:31:57.477Z Downloaded cookie v0.18.1
10752026-05-16T03:31:57.477Z Downloaded serde-big-array v0.5.1
10762026-05-16T03:31:57.477Z Downloaded cargo_toml v0.22.3
10772026-05-16T03:31:57.478Z Downloaded sdd v3.0.10
10782026-05-16T03:31:57.478Z Downloaded hashbrown v0.16.1
10792026-05-16T03:31:57.482Z Downloaded termtree v0.5.1
10802026-05-16T03:31:57.482Z Downloaded tabled_derive v0.11.0
10812026-05-16T03:31:57.482Z Downloaded topological-sort v0.2.2
10822026-05-16T03:31:57.482Z Downloaded tabled_derive v0.7.0
10832026-05-16T03:31:57.482Z Downloaded blake2 v0.10.6
10842026-05-16T03:31:57.487Z Downloaded mime v0.3.17
10852026-05-16T03:31:57.487Z Downloaded num-rational v0.4.2
10862026-05-16T03:31:57.487Z Downloaded ingot-types v0.1.2
10872026-05-16T03:31:57.494Z Downloaded ff v0.13.1
10882026-05-16T03:31:57.494Z Downloaded slog-scope v4.4.1
10892026-05-16T03:31:57.494Z Downloaded oxnet v0.1.5
10902026-05-16T03:31:57.494Z Downloaded backoff v0.4.0
10912026-05-16T03:31:57.494Z Downloaded slog-json v2.6.1
10922026-05-16T03:31:57.494Z Downloaded serde_tokenstream v0.2.3
10932026-05-16T03:31:57.494Z Downloaded time-core v0.1.8
10942026-05-16T03:31:57.501Z Downloaded omicron-zone-package v0.12.2
10952026-05-16T03:31:57.501Z Downloaded papergrid v0.11.0
10962026-05-16T03:31:57.501Z Downloaded rhai_codegen v3.1.0
10972026-05-16T03:31:57.505Z Downloaded waitgroup v0.1.2
10982026-05-16T03:31:57.514Z Downloaded usdt-attr-macro v0.5.0
10992026-05-16T03:31:57.514Z Downloaded usdt v0.5.0
11002026-05-16T03:31:57.514Z Downloaded unit-prefix v0.5.2
11012026-05-16T03:31:57.514Z Downloaded unarray v0.1.4
11022026-05-16T03:31:57.514Z Downloaded slog-dtrace v0.3.0
11032026-05-16T03:31:57.514Z Downloaded slog-stdlog v4.1.1
11042026-05-16T03:31:57.514Z Downloaded snafu-derive v0.8.9
11052026-05-16T03:31:57.519Z Downloaded indexmap v1.9.3
11062026-05-16T03:31:57.519Z Downloaded slog-term v2.9.2
11072026-05-16T03:31:57.519Z Downloaded darling_core v0.23.0
11082026-05-16T03:31:57.519Z Downloaded wait-timeout v0.2.1
11092026-05-16T03:31:57.519Z Downloaded usdt-macro v0.6.0
11102026-05-16T03:31:57.523Z Downloaded universal-hash v0.5.1
11112026-05-16T03:31:57.523Z Downloaded slog-async v2.8.0
11122026-05-16T03:31:57.523Z Downloaded utf-8 v0.7.6
11132026-05-16T03:31:57.523Z Downloaded papergrid v0.17.0
11142026-05-16T03:31:57.533Z Downloaded pin-project v1.1.12
11152026-05-16T03:31:57.545Z Downloaded usdt-macro v0.5.0
11162026-05-16T03:31:57.545Z Downloaded arc-swap v1.9.1
11172026-05-16T03:31:57.545Z Downloaded zeroize_derive v1.4.3
11182026-05-16T03:31:57.545Z Downloaded yoke-derive v0.8.2
11192026-05-16T03:31:57.545Z Downloaded progenitor-impl v0.13.0
11202026-05-16T03:31:57.553Z Downloaded usdt-attr-macro v0.6.0
11212026-05-16T03:31:57.554Z Downloaded usdt v0.6.0
11222026-05-16T03:31:57.554Z Downloaded progenitor-impl v0.14.0
11232026-05-16T03:31:57.554Z Downloaded progenitor-impl v0.11.2
11242026-05-16T03:31:57.554Z Downloaded konst v0.2.20
11252026-05-16T03:31:57.554Z Downloaded zerofrom-derive v0.1.7
11262026-05-16T03:31:57.554Z Downloaded tokio-rustls v0.25.0
11272026-05-16T03:31:57.554Z Downloaded tinystr v0.8.3
11282026-05-16T03:31:57.554Z Downloaded tokio-tungstenite v0.21.0
11292026-05-16T03:31:57.562Z Downloaded zone v0.3.1
11302026-05-16T03:31:57.562Z Downloaded thread-id v5.1.0
11312026-05-16T03:31:57.562Z Downloaded tokio-dtrace v0.1.1
11322026-05-16T03:31:57.562Z Downloaded serde_with_macros v3.20.0
11332026-05-16T03:31:57.562Z Downloaded zerofrom v0.1.7
11342026-05-16T03:31:57.562Z Downloaded tiny-keccak v2.0.2
11352026-05-16T03:31:57.562Z Downloaded time-macros v0.2.27
11362026-05-16T03:31:57.572Z Downloaded chacha20poly1305 v0.10.1
11372026-05-16T03:31:57.572Z Downloaded darling_core v0.21.3
11382026-05-16T03:31:57.572Z Downloaded smf v0.2.3
11392026-05-16T03:31:57.572Z Downloaded serde_derive_internals v0.29.1
11402026-05-16T03:31:57.572Z Downloaded untrusted v0.7.1
11412026-05-16T03:31:57.572Z Downloaded rand_core v0.10.1
11422026-05-16T03:31:57.572Z Downloaded typify-macro v0.6.2
11432026-05-16T03:31:57.578Z Downloaded prettyplease v0.2.37
11442026-05-16T03:31:57.578Z Downloaded smartstring v1.0.1
11452026-05-16T03:31:57.578Z Downloaded indicatif v0.18.4
11462026-05-16T03:31:57.578Z Downloaded rustls-platform-verifier v0.7.0
11472026-05-16T03:31:57.578Z Downloaded zone_cfg_derive v0.3.1
11482026-05-16T03:31:57.578Z Downloaded typify-macro v0.4.3
11492026-05-16T03:31:57.578Z Downloaded icu_normalizer_data v2.2.0
11502026-05-16T03:31:57.583Z Downloaded const_format v0.2.36
11512026-05-16T03:31:57.584Z Downloaded vsss-rs v3.3.4
11522026-05-16T03:31:57.584Z Downloaded usdt-impl v0.5.0
11532026-05-16T03:31:57.592Z Downloaded icu_provider v2.2.0
11542026-05-16T03:31:57.592Z Downloaded crossbeam-channel v0.5.15
11552026-05-16T03:31:57.593Z Downloaded xz2 v0.1.7
11562026-05-16T03:31:57.601Z Downloaded writeable v0.6.3
11572026-05-16T03:31:57.601Z Downloaded spin v0.9.8
11582026-05-16T03:31:57.601Z Downloaded walkdir v2.5.0
11592026-05-16T03:31:57.601Z Downloaded pretty_assertions v1.4.1
11602026-05-16T03:31:57.601Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11612026-05-16T03:31:57.601Z Downloaded crypto-bigint v0.5.5
11622026-05-16T03:31:57.615Z Downloaded zerovec-derive v0.11.3
11632026-05-16T03:31:57.615Z Downloaded strum_macros v0.27.2
11642026-05-16T03:31:57.616Z Downloaded hashbrown v0.12.3
11652026-05-16T03:31:57.616Z Downloaded progenitor-impl v0.10.0
11662026-05-16T03:31:57.616Z Downloaded term v1.2.1
11672026-05-16T03:31:57.631Z Downloaded jiff-static v0.2.24
11682026-05-16T03:31:57.631Z Downloaded icu_collections v2.2.0
11692026-05-16T03:31:57.631Z Downloaded serde_yaml v0.9.34+deprecated
11702026-05-16T03:31:57.631Z Downloaded thin-vec v0.2.18
11712026-05-16T03:31:57.631Z Downloaded thiserror-no-std v2.0.2
11722026-05-16T03:31:57.631Z Downloaded yoke v0.8.2
11732026-05-16T03:31:57.631Z Downloaded minimal-lexical v0.2.1
11742026-05-16T03:31:57.631Z Downloaded usdt-impl v0.6.0
11752026-05-16T03:31:57.639Z Downloaded similar v2.7.0
11762026-05-16T03:31:57.639Z Downloaded hickory-resolver v0.24.4
11772026-05-16T03:31:57.639Z Downloaded pest_meta v2.8.6
11782026-05-16T03:31:57.640Z Downloaded icu_normalizer v2.2.0
11792026-05-16T03:31:57.640Z Downloaded slog v2.8.2
11802026-05-16T03:31:57.643Z Downloaded schemars v0.8.22
11812026-05-16T03:31:57.643Z Downloaded whoami v1.6.1
11822026-05-16T03:31:57.643Z Downloaded tungstenite v0.21.0
11832026-05-16T03:31:57.648Z Downloaded base64 v0.21.7
11842026-05-16T03:31:57.658Z Downloaded zerocopy-derive v0.7.35
11852026-05-16T03:31:57.658Z Downloaded toml v0.9.12+spec-1.1.0
11862026-05-16T03:31:57.658Z Downloaded unsafe-libyaml v0.2.11
11872026-05-16T03:31:57.668Z Downloaded ucd-trie v0.1.7
11882026-05-16T03:31:57.668Z Downloaded toml v0.7.8
11892026-05-16T03:31:57.668Z Downloaded rand v0.10.1
11902026-05-16T03:31:57.668Z Downloaded snafu v0.8.9
11912026-05-16T03:31:57.668Z Downloaded typify v0.6.2
11922026-05-16T03:31:57.740Z Downloaded schemars v0.9.0
11932026-05-16T03:31:57.741Z Downloaded schemars v1.2.1
11942026-05-16T03:31:57.741Z Downloaded typify v0.4.3
11952026-05-16T03:31:57.741Z Downloaded toml_edit v0.25.11+spec-1.1.0
11962026-05-16T03:31:57.741Z Downloaded qorb v0.4.1
11972026-05-16T03:31:57.741Z Downloaded dropshot-api-manager v0.7.1
11982026-05-16T03:31:57.741Z Downloaded test-strategy v0.4.5
11992026-05-16T03:31:57.741Z Downloaded steno v0.4.1
12002026-05-16T03:31:57.741Z Downloaded yansi v1.0.1
12012026-05-16T03:31:57.741Z Downloaded toml_edit v0.19.15
12022026-05-16T03:31:57.741Z Downloaded zerotrie v0.2.4
12032026-05-16T03:31:57.741Z Downloaded rayon-core v1.13.0
12042026-05-16T03:31:57.741Z Downloaded rand v0.8.6
12052026-05-16T03:31:57.741Z Downloaded icu_locale_core v2.2.0
12062026-05-16T03:31:57.758Z Downloaded zerocopy-derive v0.8.48
12072026-05-16T03:31:57.758Z Downloaded nom v8.0.0
12082026-05-16T03:31:57.758Z Downloaded synstructure v0.13.2
12092026-05-16T03:31:57.758Z Downloaded itertools v0.12.1
12102026-05-16T03:31:57.758Z Downloaded pest v2.8.6
12112026-05-16T03:31:57.758Z Downloaded iddqd v0.3.18
12122026-05-16T03:31:57.758Z Downloaded typed-path v0.9.3
12132026-05-16T03:31:57.758Z Downloaded strum_macros v0.26.4
12142026-05-16T03:31:57.758Z Downloaded strum v0.27.2
12152026-05-16T03:31:57.765Z Downloaded defmt-macros v1.0.1
12162026-05-16T03:31:57.765Z Downloaded num-complex v0.4.6
12172026-05-16T03:31:57.765Z Downloaded linear-map v1.2.0
12182026-05-16T03:31:57.765Z Downloaded inout v0.1.4
12192026-05-16T03:31:57.765Z Downloaded fs-err v3.3.0
12202026-05-16T03:31:57.765Z Downloaded memoffset v0.9.1
12212026-05-16T03:31:57.766Z Downloaded byte-wrapper v0.1.0
12222026-05-16T03:31:57.766Z Downloaded async-trait v0.1.89
12232026-05-16T03:31:57.766Z Downloaded blake3 v1.8.5
12242026-05-16T03:31:57.766Z Downloaded scc v2.4.0
12252026-05-16T03:31:57.778Z Downloaded icu_properties_data v2.2.0
12262026-05-16T03:31:57.778Z Downloaded aws-lc-rs v1.16.3
12272026-05-16T03:31:57.789Z Downloaded reqwest v0.13.3
12282026-05-16T03:31:57.789Z Downloaded macaddr v1.0.1
12292026-05-16T03:31:57.789Z Downloaded lru-cache v0.1.2
12302026-05-16T03:31:57.789Z Downloaded daft v0.1.5
12312026-05-16T03:31:57.789Z Downloaded memmap v0.7.0
12322026-05-16T03:31:57.789Z Downloaded chacha20 v0.9.1
12332026-05-16T03:31:57.789Z Downloaded hmac v0.12.1
12342026-05-16T03:31:57.789Z Downloaded hash32 v0.3.1
12352026-05-16T03:31:57.799Z Downloaded tough v0.20.0
12362026-05-16T03:31:57.799Z Downloaded libm v0.2.16
12372026-05-16T03:31:57.799Z Downloaded goblin v0.8.2
12382026-05-16T03:31:57.803Z Downloaded rayon v1.12.0
12392026-05-16T03:31:57.819Z Downloaded zerovec v0.11.6
12402026-05-16T03:31:57.819Z Downloaded rustls-webpki v0.102.8
12412026-05-16T03:31:57.834Z Downloaded zerocopy v0.7.35
12422026-05-16T03:31:57.838Z Downloaded winnow v0.5.40
12432026-05-16T03:31:57.838Z Downloaded serde_with v3.20.0
12442026-05-16T03:31:57.844Z Downloaded tabled v0.15.0
12452026-05-16T03:31:57.849Z Downloaded winnow v1.0.2
12462026-05-16T03:31:57.852Z Downloaded goblin v0.10.5
12472026-05-16T03:31:57.864Z Downloaded moka v0.12.15
12482026-05-16T03:31:57.872Z Downloaded time v0.3.47
12492026-05-16T03:31:57.872Z Downloaded syn v1.0.109
12502026-05-16T03:31:57.888Z Downloaded tabled v0.20.0
12512026-05-16T03:31:57.895Z Downloaded proptest v1.11.0
12522026-05-16T03:31:57.895Z Downloaded crc8 v0.1.1
12532026-05-16T03:31:57.895Z Downloaded bit-set v0.8.0
12542026-05-16T03:31:57.895Z Downloaded compression-core v0.4.32
12552026-05-16T03:31:57.895Z Downloaded const-random v0.1.18
12562026-05-16T03:31:57.895Z Downloaded async-compression v0.4.42
12572026-05-16T03:31:57.895Z Downloaded dropshot_endpoint v0.17.0
12582026-05-16T03:31:57.895Z Downloaded drift v0.1.4
12592026-05-16T03:31:57.904Z Downloaded ciborium v0.2.2
12602026-05-16T03:31:57.904Z Downloaded allocator-api2 v0.2.21
12612026-05-16T03:31:57.911Z Downloaded rustls v0.22.4
12622026-05-16T03:31:57.915Z Downloaded smoltcp v0.11.0
12632026-05-16T03:31:57.919Z Downloaded dropshot v0.17.0
12642026-05-16T03:31:57.935Z Downloaded regress v0.10.5
12652026-05-16T03:31:57.943Z Downloaded openapiv3 v2.2.0
12662026-05-16T03:31:57.946Z Downloaded regress v0.11.1
12672026-05-16T03:31:57.951Z Downloaded hickory-proto v0.25.2
12682026-05-16T03:31:57.960Z Downloaded hickory-proto v0.24.4
12692026-05-16T03:31:57.972Z Downloaded rhai v1.24.0
12702026-05-16T03:31:57.978Z Downloaded sled v0.34.7
12712026-05-16T03:31:57.985Z Downloaded nix v0.31.3
12722026-05-16T03:31:57.985Z Downloaded typify-impl v0.6.2
12732026-05-16T03:31:57.994Z Downloaded typify-impl v0.4.3
12742026-05-16T03:31:58.027Z Downloaded jiff v0.2.24
12752026-05-16T03:31:58.046Z Downloaded lzma-sys v0.1.20
12762026-05-16T03:31:58.076Z Downloaded chrono-tz v0.10.4
12772026-05-16T03:31:58.087Z Downloaded petgraph v0.6.5
12782026-05-16T03:31:58.164Z Downloaded csv v1.4.0
12792026-05-16T03:31:58.185Z Downloaded sha3 v0.10.9
12802026-05-16T03:31:58.188Z Downloaded encoding_rs v0.8.35
12812026-05-16T03:31:58.702Z Downloaded aws-lc-sys v0.40.0
12822026-05-16T03:31:59.709Z Compiling proc-macro2 v1.0.106
12832026-05-16T03:31:59.709Z Compiling unicode-ident v1.0.24
12842026-05-16T03:31:59.709Z Compiling quote v1.0.45
12852026-05-16T03:31:59.842Z Compiling serde_core v1.0.228
12862026-05-16T03:31:59.842Z Compiling cfg-if v1.0.4
12872026-05-16T03:31:59.842Z Compiling serde v1.0.228
12882026-05-16T03:31:59.842Z Compiling libc v0.2.186
12892026-05-16T03:31:59.842Z Compiling memchr v2.8.0
12902026-05-16T03:31:59.857Z Compiling itoa v1.0.18
12912026-05-16T03:32:00.164Z Compiling zmij v1.0.21
12922026-05-16T03:32:00.170Z Compiling autocfg v1.5.0
12932026-05-16T03:32:00.170Z Compiling libm v0.2.16
12942026-05-16T03:32:00.386Z Compiling stable_deref_trait v1.2.1
12952026-05-16T03:32:00.498Z Compiling version_check v0.9.5
12962026-05-16T03:32:01.419Z Compiling writeable v0.6.3
12972026-05-16T03:32:01.419Z Compiling litemap v0.8.2
12982026-05-16T03:32:01.507Z Compiling utf8_iter v1.0.4
12992026-05-16T03:32:01.507Z Compiling icu_normalizer_data v2.2.0
13002026-05-16T03:32:01.507Z Compiling percent-encoding v2.3.2
13012026-05-16T03:32:01.507Z Compiling icu_properties_data v2.2.0
13022026-05-16T03:32:01.507Z Compiling equivalent v1.0.2
13032026-05-16T03:32:01.507Z Compiling iana-time-zone v0.1.65
13042026-05-16T03:32:01.508Z Compiling syn v2.0.117
13052026-05-16T03:32:01.508Z Compiling form_urlencoded v1.2.2
13062026-05-16T03:32:01.508Z Compiling pin-project-lite v0.2.17
13072026-05-16T03:32:01.508Z Compiling serde_json v1.0.149
13082026-05-16T03:32:01.508Z Compiling parking_lot_core v0.9.12
13092026-05-16T03:32:01.508Z Compiling dyn-clone v1.0.20
13102026-05-16T03:32:01.508Z Compiling scopeguard v1.2.0
13112026-05-16T03:32:01.508Z Compiling num-traits v0.2.19
13122026-05-16T03:32:01.508Z Compiling lock_api v0.4.14
13132026-05-16T03:32:01.508Z Compiling hashbrown v0.17.1
13142026-05-16T03:32:01.508Z Compiling thiserror v2.0.18
13152026-05-16T03:32:01.508Z Compiling getrandom v0.4.2
13162026-05-16T03:32:01.508Z Compiling rand_core v0.10.1
13172026-05-16T03:32:01.573Z Compiling errno v0.3.14
13182026-05-16T03:32:01.594Z Compiling log v0.4.29
13192026-05-16T03:32:01.692Z Compiling jobserver v0.1.34
13202026-05-16T03:32:01.738Z Compiling heck v0.5.0
13212026-05-16T03:32:01.750Z Compiling shlex v1.3.0
13222026-05-16T03:32:01.786Z Compiling semver v1.0.28
13232026-05-16T03:32:01.923Z Compiling indexmap v2.14.0
13242026-05-16T03:32:01.935Z Compiling find-msvc-tools v0.1.9
13252026-05-16T03:32:01.984Z Compiling futures-core v0.3.32
13262026-05-16T03:32:02.015Z Compiling zerocopy v0.8.48
13272026-05-16T03:32:02.150Z Compiling cc v1.2.62
13282026-05-16T03:32:02.169Z Compiling uuid v1.23.1
13292026-05-16T03:32:02.184Z Compiling futures-sink v0.3.32
13302026-05-16T03:32:02.256Z Compiling slab v0.4.12
13312026-05-16T03:32:02.422Z Compiling schemars v0.8.22
13322026-05-16T03:32:02.451Z Compiling fnv v1.0.7
13332026-05-16T03:32:02.531Z Compiling rustversion v1.0.22
13342026-05-16T03:32:02.537Z Compiling futures-channel v0.3.32
13352026-05-16T03:32:02.574Z Compiling bitflags v2.11.1
13362026-05-16T03:32:02.688Z Compiling futures-task v0.3.32
13372026-05-16T03:32:02.747Z Compiling futures-io v0.3.32
13382026-05-16T03:32:02.806Z Compiling socket2 v0.6.3
13392026-05-16T03:32:02.851Z Compiling portable-atomic v1.13.1
13402026-05-16T03:32:02.901Z Compiling signal-hook-registry v1.4.8
13412026-05-16T03:32:02.934Z Compiling mio v1.2.0
13422026-05-16T03:32:03.240Z Compiling critical-section v1.2.0
13432026-05-16T03:32:03.293Z Compiling getrandom v0.2.17
13442026-05-16T03:32:03.314Z Compiling typenum v1.20.0
13452026-05-16T03:32:03.334Z Compiling subtle v2.6.1
13462026-05-16T03:32:03.357Z Compiling base64 v0.22.1
13472026-05-16T03:32:03.471Z Compiling untrusted v0.9.0
13482026-05-16T03:32:03.497Z Compiling byteorder v1.5.0
13492026-05-16T03:32:03.501Z Compiling rustix v1.1.4
13502026-05-16T03:32:03.514Z Compiling slog v2.8.2
13512026-05-16T03:32:03.586Z Compiling synstructure v0.13.2
13522026-05-16T03:32:03.703Z Compiling serde_derive_internals v0.29.1
13532026-05-16T03:32:03.716Z Compiling strsim v0.11.1
13542026-05-16T03:32:03.762Z Compiling rand_core v0.6.4
13552026-05-16T03:32:03.886Z Compiling once_cell v1.21.4
13562026-05-16T03:32:03.972Z Compiling regex-syntax v0.8.10
13572026-05-16T03:32:03.991Z Compiling cmake v0.1.58
13582026-05-16T03:32:04.086Z Compiling fs_extra v1.3.0
13592026-05-16T03:32:04.095Z Compiling dunce v1.0.5
13602026-05-16T03:32:04.095Z Compiling atomic-waker v1.1.2
13612026-05-16T03:32:04.114Z Compiling httparse v1.10.1
13622026-05-16T03:32:04.179Z Compiling ipnet v2.12.0
13632026-05-16T03:32:04.251Z Compiling tower-service v0.3.3
13642026-05-16T03:32:04.369Z Compiling tower-layer v0.3.3
13652026-05-16T03:32:04.413Z Compiling ryu v1.0.23
13662026-05-16T03:32:04.413Z Compiling aws-lc-sys v0.40.0
13672026-05-16T03:32:04.455Z Compiling try-lock v0.2.5
13682026-05-16T03:32:04.470Z Compiling generic-array v0.14.7
13692026-05-16T03:32:04.487Z Compiling thiserror v1.0.69
13702026-05-16T03:32:04.583Z Compiling want v0.3.1
13712026-05-16T03:32:04.700Z Compiling ucd-trie v0.1.7
13722026-05-16T03:32:04.717Z Compiling getrandom v0.3.4
13732026-05-16T03:32:04.728Z Compiling httpdate v1.0.3
13742026-05-16T03:32:04.803Z Compiling serde_derive v1.0.228
13752026-05-16T03:32:04.816Z Compiling zerofrom-derive v0.1.7
13762026-05-16T03:32:04.828Z Compiling yoke-derive v0.8.2
13772026-05-16T03:32:04.980Z Compiling zerovec-derive v0.11.3
13782026-05-16T03:32:05.002Z Compiling displaydoc v0.2.5
13792026-05-16T03:32:05.064Z Compiling schemars_derive v0.8.22
13802026-05-16T03:32:05.224Z Compiling tokio-macros v2.7.0
13812026-05-16T03:32:05.758Z Compiling thiserror-impl v2.0.18
13822026-05-16T03:32:05.888Z Compiling zerocopy-derive v0.8.48
13832026-05-16T03:32:06.048Z Compiling zeroize_derive v1.4.3
13842026-05-16T03:32:06.080Z Compiling zerofrom v0.1.7
13852026-05-16T03:32:06.112Z Compiling futures-macro v0.3.32
13862026-05-16T03:32:06.139Z Compiling yoke v0.8.2
13872026-05-16T03:32:06.315Z Compiling zerovec v0.11.6
13882026-05-16T03:32:06.598Z Compiling zerotrie v0.2.4
13892026-05-16T03:32:06.654Z Compiling zeroize v1.8.2
13902026-05-16T03:32:06.812Z Compiling tinystr v0.8.3
13912026-05-16T03:32:06.855Z Compiling potential_utf v0.1.5
13922026-05-16T03:32:06.881Z Compiling futures-util v0.3.32
13932026-05-16T03:32:06.906Z Compiling pest v2.8.6
13942026-05-16T03:32:06.977Z Compiling icu_locale_core v2.2.0
13952026-05-16T03:32:07.002Z Compiling icu_collections v2.2.0
13962026-05-16T03:32:07.340Z Compiling thiserror-impl v1.0.69
13972026-05-16T03:32:08.073Z Compiling bytes v1.11.1
13982026-05-16T03:32:08.141Z Compiling smallvec v1.15.1
13992026-05-16T03:32:08.141Z Compiling icu_provider v2.2.0
14002026-05-16T03:32:08.158Z Compiling chrono v0.4.44
14012026-05-16T03:32:08.435Z Compiling icu_properties v2.2.0
14022026-05-16T03:32:08.446Z Compiling icu_normalizer v2.2.0
14032026-05-16T03:32:09.275Z Compiling parking_lot v0.12.5
14042026-05-16T03:32:09.275Z Compiling http v1.4.0
14052026-05-16T03:32:09.275Z Compiling tokio v1.52.3
14062026-05-16T03:32:09.275Z Compiling serde_tokenstream v0.2.3
14072026-05-16T03:32:09.275Z Compiling erased-serde v0.3.31
14082026-05-16T03:32:09.300Z Compiling idna_adapter v1.2.2
14092026-05-16T03:32:09.452Z Compiling idna v1.1.0
14102026-05-16T03:32:09.611Z Compiling http-body v1.0.1
14112026-05-16T03:32:09.686Z Compiling pest_meta v2.8.6
14122026-05-16T03:32:09.743Z Compiling url v2.5.8
14132026-05-16T03:32:09.769Z Compiling pretty-hex v0.4.2
14142026-05-16T03:32:09.900Z Compiling winnow v1.0.2
14152026-05-16T03:32:10.000Z Compiling plain v0.2.3
14162026-05-16T03:32:10.108Z Compiling ppv-lite86 v0.2.21
14172026-05-16T03:32:10.212Z Compiling tracing-attributes v0.1.31
14182026-05-16T03:32:10.416Z Compiling pest_generator v2.8.6
14192026-05-16T03:32:10.595Z Compiling tracing-core v0.1.36
14202026-05-16T03:32:10.934Z Compiling ipnetwork v0.21.1
14212026-05-16T03:32:10.961Z Compiling allocator-api2 v0.2.21
14222026-05-16T03:32:10.999Z Compiling pest_derive v2.8.6
14232026-05-16T03:32:11.203Z Compiling foldhash v0.2.0
14242026-05-16T03:32:11.272Z Compiling paste v1.0.15
14252026-05-16T03:32:11.354Z Compiling hashbrown v0.16.1
14262026-05-16T03:32:11.396Z Compiling tracing v0.1.44
14272026-05-16T03:32:11.427Z Compiling oxnet v0.1.5
14282026-05-16T03:32:11.553Z Compiling http-body-util v0.1.3
14292026-05-16T03:32:11.603Z Compiling crypto-common v0.1.7
14302026-05-16T03:32:11.624Z Compiling serde_urlencoded v0.7.1
14312026-05-16T03:32:11.638Z Compiling ident_case v1.0.1
14322026-05-16T03:32:11.730Z Compiling omicron-workspace-hack v0.1.0
14332026-05-16T03:32:11.777Z Compiling sync_wrapper v1.0.2
14342026-05-16T03:32:11.846Z Compiling aho-corasick v1.1.4
14352026-05-16T03:32:11.873Z Compiling rustls-pki-types v1.14.1
14362026-05-16T03:32:11.887Z Compiling daft-derive v0.1.5
14372026-05-16T03:32:12.248Z Compiling fastrand v2.4.1
14382026-05-16T03:32:12.331Z Compiling scroll_derive v0.13.1
14392026-05-16T03:32:12.499Z Compiling async-trait v0.1.89
14402026-05-16T03:32:12.666Z Compiling regex-automata v0.4.14
14412026-05-16T03:32:12.991Z Compiling tokio-util v0.7.18
14422026-05-16T03:32:13.075Z Compiling ring v0.17.14
14432026-05-16T03:32:13.194Z Compiling time-core v0.1.8
14442026-05-16T03:32:13.345Z Compiling anyhow v1.0.102
14452026-05-16T03:32:13.530Z Compiling cpufeatures v0.2.17
14462026-05-16T03:32:13.596Z Compiling powerfmt v0.2.0
14472026-05-16T03:32:13.627Z Compiling num-conv v0.2.1
14482026-05-16T03:32:13.769Z Compiling time-macros v0.2.27
14492026-05-16T03:32:13.792Z Compiling deranged v0.5.8
14502026-05-16T03:32:13.889Z Compiling scroll v0.13.0
14512026-05-16T03:32:14.132Z Compiling block-buffer v0.10.4
14522026-05-16T03:32:14.282Z Compiling num_threads v0.1.7
14532026-05-16T03:32:14.373Z Compiling regex v1.12.3
14542026-05-16T03:32:14.737Z Compiling openssl-probe v0.2.1
14552026-05-16T03:32:14.742Z Compiling hex v0.4.3
14562026-05-16T03:32:14.825Z Compiling digest v0.10.7
14572026-05-16T03:32:14.922Z Compiling goblin v0.10.5
14582026-05-16T03:32:15.174Z Compiling camino v1.2.2
14592026-05-16T03:32:15.308Z Compiling h2 v0.4.14
14602026-05-16T03:32:15.389Z Compiling usdt-impl v0.6.0
14612026-05-16T03:32:15.527Z Compiling crc32fast v1.5.0
14622026-05-16T03:32:15.789Z Compiling dtrace-parser v0.3.0
14632026-05-16T03:32:15.854Z Compiling futures-executor v0.3.32
14642026-05-16T03:32:15.972Z Compiling aws-lc-rs v1.16.3
14652026-05-16T03:32:16.124Z Compiling crossbeam-utils v0.8.21
14662026-05-16T03:32:16.450Z Compiling structmeta-derive v0.3.0
14672026-05-16T03:32:16.626Z Compiling thread-id v5.1.0
14682026-05-16T03:32:16.700Z Compiling adler2 v2.0.1
14692026-05-16T03:32:16.758Z Compiling rustls v0.22.4
14702026-05-16T03:32:16.824Z Compiling simd-adler32 v0.3.9
14712026-05-16T03:32:16.977Z Compiling miniz_oxide v0.8.9
14722026-05-16T03:32:17.467Z Compiling hyper v1.9.0
14732026-05-16T03:32:17.510Z Compiling dof v0.4.0
14742026-05-16T03:32:17.599Z Compiling structmeta v0.3.0
14752026-05-16T03:32:17.626Z Compiling futures v0.3.32
14762026-05-16T03:32:17.700Z Compiling rand_core v0.9.5
14772026-05-16T03:32:17.727Z Compiling darling_core v0.23.0
14782026-05-16T03:32:17.838Z Compiling newtype-uuid-macros v0.1.0
14792026-05-16T03:32:17.908Z Compiling thread_local v1.1.9
14802026-05-16T03:32:18.256Z Compiling untrusted v0.7.1
14812026-05-16T03:32:18.377Z Compiling match_cfg v0.1.0
14822026-05-16T03:32:18.445Z Compiling flate2 v1.1.9
14832026-05-16T03:32:18.634Z Compiling hyper-util v0.1.20
14842026-05-16T03:32:18.891Z Compiling newtype-uuid v1.3.2
14852026-05-16T03:32:18.902Z Compiling ref-cast v1.0.25
14862026-05-16T03:32:19.225Z Compiling rustls v0.23.40
14872026-05-16T03:32:19.237Z Compiling compression-core v0.4.32
14882026-05-16T03:32:19.389Z Compiling quick-error v1.2.3
14892026-05-16T03:32:19.439Z Compiling slog-async v2.8.0
14902026-05-16T03:32:19.462Z Compiling compression-codecs v0.4.38
14912026-05-16T03:32:19.530Z Compiling daft v0.1.5
14922026-05-16T03:32:19.708Z Compiling rand_chacha v0.9.0
14932026-05-16T03:32:19.712Z Compiling usdt-attr-macro v0.6.0
14942026-05-16T03:32:19.767Z Compiling usdt-macro v0.6.0
14952026-05-16T03:32:19.860Z Compiling darling_macro v0.23.0
14962026-05-16T03:32:20.129Z Compiling ref-cast-impl v1.0.25
14972026-05-16T03:32:20.187Z Compiling strum_macros v0.26.4
14982026-05-16T03:32:20.316Z Compiling serde_spanned v1.1.1
14992026-05-16T03:32:20.360Z Compiling multer v3.1.0
15002026-05-16T03:32:20.438Z Compiling darling v0.23.0
15012026-05-16T03:32:20.457Z Compiling bit-vec v0.8.0
15022026-05-16T03:32:20.521Z Compiling term v1.2.1
15032026-05-16T03:32:20.594Z Compiling toml_writer v1.1.1+spec-1.1.0
15042026-05-16T03:32:20.684Z Compiling take_mut v0.2.2
15052026-05-16T03:32:20.747Z Compiling debug-ignore v1.0.5
15062026-05-16T03:32:20.848Z Compiling bit-set v0.8.0
15072026-05-16T03:32:20.868Z Compiling serde_with_macros v3.20.0
15082026-05-16T03:32:20.899Z Compiling rand v0.9.4
15092026-05-16T03:32:20.986Z Compiling tower v0.5.3
15102026-05-16T03:32:20.986Z Compiling async-stream-impl v0.3.6
15112026-05-16T03:32:21.232Z Compiling dropshot v0.17.0
15122026-05-16T03:32:21.448Z Compiling encoding_rs v0.8.35
15132026-05-16T03:32:21.471Z Compiling unarray v0.1.4
15142026-05-16T03:32:21.497Z Compiling mime v0.3.17
15152026-05-16T03:32:21.551Z Compiling syn v1.0.109
15162026-05-16T03:32:21.622Z Compiling spin v0.9.8
15172026-05-16T03:32:21.772Z Compiling async-stream v0.3.6
15182026-05-16T03:32:21.790Z Compiling tower-http v0.6.10
15192026-05-16T03:32:21.797Z Compiling strum v0.26.3
15202026-05-16T03:32:21.909Z Compiling derive-ex v0.1.8
15212026-05-16T03:32:21.925Z Compiling dropshot_endpoint v0.17.0
15222026-05-16T03:32:21.930Z Compiling macaddr v1.0.1
15232026-05-16T03:32:21.974Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-05-16T03:32:21.991Z Compiling waitgroup v0.1.2
15252026-05-16T03:32:22.100Z Compiling serde_path_to_error v0.1.20
15262026-05-16T03:32:22.450Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15272026-05-16T03:32:22.570Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15282026-05-16T03:32:22.742Z Compiling tempfile v3.27.0
15292026-05-16T03:32:23.067Z Compiling openapiv3 v2.2.0
15302026-05-16T03:32:23.177Z Compiling strum_macros v0.27.2
15312026-05-16T03:32:23.493Z Compiling test-strategy v0.4.5
15322026-05-16T03:32:23.584Z Compiling instant v0.1.13
15332026-05-16T03:32:23.691Z Compiling rustls-native-certs v0.8.3
15342026-05-16T03:32:24.046Z Compiling time v0.3.47
15352026-05-16T03:32:24.202Z Compiling rustc-hash v2.1.2
15362026-05-16T03:32:24.645Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15372026-05-16T03:32:24.854Z Compiling crossbeam-channel v0.5.15
15382026-05-16T03:32:25.023Z Compiling strum v0.27.2
15392026-05-16T03:32:26.109Z Compiling parse-display-derive v0.10.0
15402026-05-16T03:32:26.316Z Compiling backon v1.6.0
15412026-05-16T03:32:26.316Z Compiling rand_chacha v0.3.1
15422026-05-16T03:32:26.316Z Compiling rustls-webpki v0.102.8
15432026-05-16T03:32:26.692Z Compiling rand v0.8.6
15442026-05-16T03:32:26.714Z Compiling slog-json v2.6.1
15452026-05-16T03:32:26.823Z Compiling hostname v0.3.1
15462026-05-16T03:32:26.910Z Compiling toml_parser v1.1.2+spec-1.1.0
15472026-05-16T03:32:26.944Z Compiling toml_datetime v1.1.1+spec-1.1.0
15482026-05-16T03:32:26.952Z Compiling wait-timeout v0.2.1
15492026-05-16T03:32:27.229Z Compiling memmap2 v0.9.10
15502026-05-16T03:32:27.250Z Compiling is-terminal v0.4.17
15512026-05-16T03:32:27.268Z Compiling either v1.15.0
15522026-05-16T03:32:27.320Z Compiling slog-term v2.9.2
15532026-05-16T03:32:27.336Z Compiling toml v1.1.2+spec-1.1.0
15542026-05-16T03:32:27.434Z Compiling usdt v0.6.0
15552026-05-16T03:32:27.461Z Compiling rusty-fork v0.3.1
15562026-05-16T03:32:27.591Z Compiling slog-bunyan v2.5.0
15572026-05-16T03:32:27.718Z Compiling serde_with v3.20.0
15582026-05-16T03:32:27.817Z Compiling async-compression v0.4.42
15592026-05-16T03:32:27.940Z Compiling rand_xorshift v0.4.0
15602026-05-16T03:32:28.070Z Compiling sha1 v0.10.6
15612026-05-16T03:32:28.124Z Compiling rustls-pemfile v2.2.0
15622026-05-16T03:32:28.242Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15632026-05-16T03:32:28.347Z Compiling tokio-rustls v0.25.0
15642026-05-16T03:32:28.361Z Compiling regress v0.10.5
15652026-05-16T03:32:28.607Z Compiling hostname v0.4.2
15662026-05-16T03:32:28.759Z Compiling proptest v1.11.0
15672026-05-16T03:32:29.703Z Compiling iddqd v0.3.18
15682026-05-16T03:32:30.347Z Compiling reqwest v0.12.28
15692026-05-16T03:32:30.679Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15702026-05-16T03:32:30.825Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15712026-05-16T03:32:31.125Z Compiling utf8parse v0.2.2
15722026-05-16T03:32:31.224Z Compiling anstyle-parse v1.0.0
15732026-05-16T03:32:31.477Z Compiling progenitor-client v0.10.0
15742026-05-16T03:32:31.659Z Compiling itertools v0.14.0
15752026-05-16T03:32:33.621Z Compiling backoff v0.4.0
15762026-05-16T03:32:33.739Z Compiling parse-display v0.10.0
15772026-05-16T03:32:33.739Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15782026-05-16T03:32:33.739Z Compiling anstyle v1.0.14
15792026-05-16T03:32:33.739Z Compiling anstyle-query v1.1.5
15802026-05-16T03:32:33.739Z Compiling is_terminal_polyfill v1.70.2
15812026-05-16T03:32:33.739Z Compiling colorchoice v1.0.5
15822026-05-16T03:32:33.739Z Compiling anstream v1.0.0
15832026-05-16T03:32:33.739Z Compiling clap_lex v1.1.0
15842026-05-16T03:32:33.739Z Compiling regress v0.11.1
15852026-05-16T03:32:33.739Z Compiling clap_derive v4.6.1
15862026-05-16T03:32:33.999Z Compiling terminal_size v0.4.4
15872026-05-16T03:32:34.888Z Compiling typify-impl v0.6.2
15882026-05-16T03:32:34.977Z Compiling toml_datetime v0.6.11
15892026-05-16T03:32:35.171Z Compiling zerocopy-derive v0.7.35
15902026-05-16T03:32:35.332Z Compiling convert_case v0.4.0
15912026-05-16T03:32:35.634Z Compiling derive_more v0.99.20
15922026-05-16T03:32:36.032Z Compiling zerocopy v0.7.35
15932026-05-16T03:32:36.414Z Compiling clap_builder v4.6.0
15942026-05-16T03:32:36.910Z Compiling toml_edit v0.25.11+spec-1.1.0
15952026-05-16T03:32:37.298Z Compiling unicode-width v0.2.2
15962026-05-16T03:32:37.568Z Compiling proc-macro-crate v3.5.0
15972026-05-16T03:32:37.976Z Compiling clap v4.6.1
15982026-05-16T03:32:37.987Z Compiling secrecy v0.10.3
15992026-05-16T03:32:38.053Z Compiling tinyvec_macros v0.1.1
16002026-05-16T03:32:38.121Z Compiling float-ord v0.3.2
16012026-05-16T03:32:38.244Z Compiling crucible-workspace-hack v0.1.0
16022026-05-16T03:32:38.268Z Compiling tinyvec v1.11.0
16032026-05-16T03:32:38.315Z Compiling num_enum_derive v0.7.6
16042026-05-16T03:32:38.846Z Compiling dtrace-parser v0.2.0
16052026-05-16T03:32:38.924Z Compiling scroll_derive v0.12.1
16062026-05-16T03:32:39.362Z Compiling num-integer v0.1.46
16072026-05-16T03:32:39.651Z Compiling rustc_version v0.4.1
16082026-05-16T03:32:39.679Z Compiling usdt-impl v0.5.0
16092026-05-16T03:32:39.689Z Compiling scroll v0.12.0
16102026-05-16T03:32:39.909Z Compiling curve25519-dalek v4.1.3
16112026-05-16T03:32:39.943Z Compiling num_enum v0.7.6
16122026-05-16T03:32:40.246Z Compiling dof v0.3.0
16132026-05-16T03:32:40.503Z Compiling hmac v0.12.1
16142026-05-16T03:32:40.582Z Compiling darling_core v0.21.3
16152026-05-16T03:32:40.595Z Compiling inout v0.1.4
16162026-05-16T03:32:40.635Z Compiling ff v0.13.1
16172026-05-16T03:32:40.680Z Compiling thread-id v4.2.2
16182026-05-16T03:32:40.725Z Compiling cipher v0.4.4
16192026-05-16T03:32:40.754Z Compiling group v0.13.0
16202026-05-16T03:32:40.930Z Compiling hkdf v0.12.4
16212026-05-16T03:32:41.164Z Compiling typify-macro v0.6.2
16222026-05-16T03:32:41.311Z Compiling goblin v0.8.2
16232026-05-16T03:32:41.386Z Compiling num-iter v0.1.45
16242026-05-16T03:32:41.501Z Compiling num-rational v0.4.2
16252026-05-16T03:32:41.702Z Compiling thiserror-impl-no-std v2.0.2
16262026-05-16T03:32:41.736Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16272026-05-16T03:32:42.097Z Compiling crossbeam-epoch v0.9.18
16282026-05-16T03:32:42.428Z Compiling universal-hash v0.5.1
16292026-05-16T03:32:42.515Z Compiling half v2.7.1
16302026-05-16T03:32:42.555Z Compiling crypto-bigint v0.5.5
16312026-05-16T03:32:42.649Z Compiling darling_macro v0.21.3
16322026-05-16T03:32:42.777Z Compiling curve25519-dalek-derive v0.1.1
16332026-05-16T03:32:42.804Z Compiling num-complex v0.4.6
16342026-05-16T03:32:43.201Z Compiling typify v0.6.2
16352026-05-16T03:32:43.423Z Compiling base16ct v0.2.0
16362026-05-16T03:32:43.449Z Compiling ciborium-io v0.2.2
16372026-05-16T03:32:43.485Z Compiling opaque-debug v0.3.1
16382026-05-16T03:32:43.505Z Compiling base64ct v1.8.3
16392026-05-16T03:32:43.539Z Compiling poly1305 v0.8.0
16402026-05-16T03:32:43.565Z Compiling ciborium-ll v0.2.2
16412026-05-16T03:32:43.730Z Compiling password-hash v0.5.0
16422026-05-16T03:32:43.771Z Compiling elliptic-curve v0.13.8
16432026-05-16T03:32:44.160Z Compiling darling v0.21.3
16442026-05-16T03:32:44.241Z Compiling num v0.4.3
16452026-05-16T03:32:44.321Z Compiling thiserror-no-std v2.0.2
16462026-05-16T03:32:44.742Z Compiling chacha20 v0.9.1
16472026-05-16T03:32:44.903Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16482026-05-16T03:32:44.951Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16492026-05-16T03:32:45.372Z Compiling blake2 v0.10.6
16502026-05-16T03:32:45.554Z Compiling byte-wrapper v0.1.0
16512026-05-16T03:32:45.589Z Compiling aead v0.5.2
16522026-05-16T03:32:45.733Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16532026-05-16T03:32:45.812Z Compiling proc-macro-error-attr v1.0.4
16542026-05-16T03:32:46.032Z Compiling rustix v0.38.44
16552026-05-16T03:32:46.043Z Compiling keccak v0.1.6
16562026-05-16T03:32:46.046Z Compiling heapless v0.8.0
16572026-05-16T03:32:46.272Z Compiling prettyplease v0.2.37
16582026-05-16T03:32:46.358Z Compiling unsafe-libyaml v0.2.11
16592026-05-16T03:32:46.626Z Compiling sha3 v0.10.9
16602026-05-16T03:32:46.839Z Compiling serde_yaml v0.9.34+deprecated
16612026-05-16T03:32:47.034Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16622026-05-16T03:32:48.024Z Compiling chacha20poly1305 v0.10.1
16632026-05-16T03:32:48.064Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16642026-05-16T03:32:48.148Z Compiling argon2 v0.5.3
16652026-05-16T03:32:48.338Z Compiling vsss-rs v3.3.4
16662026-05-16T03:32:48.397Z Compiling ingot-macros v0.1.1
16672026-05-16T03:32:48.700Z Compiling ciborium v0.2.2
16682026-05-16T03:32:49.636Z Compiling usdt-macro v0.5.0
16692026-05-16T03:32:49.724Z Compiling usdt-attr-macro v0.5.0
16702026-05-16T03:32:50.408Z Compiling rustls-webpki v0.103.13
16712026-05-16T03:32:51.469Z Compiling serde_spanned v0.6.9
16722026-05-16T03:32:51.543Z Compiling enum-as-inner v0.6.1
16732026-05-16T03:32:51.610Z Compiling hash32 v0.3.1
16742026-05-16T03:32:51.763Z Compiling proc-macro-error v1.0.4
16752026-05-16T03:32:51.828Z Compiling memmap v0.7.0
16762026-05-16T03:32:52.004Z Compiling static_assertions v1.1.0
16772026-05-16T03:32:52.015Z Compiling winnow v0.7.15
16782026-05-16T03:32:52.098Z Compiling data-encoding v2.11.0
16792026-05-16T03:32:52.126Z Compiling indent_write v2.2.0
16802026-05-16T03:32:52.267Z Compiling toml_write v0.1.2
16812026-05-16T03:32:52.376Z Compiling winnow v0.5.40
16822026-05-16T03:32:52.447Z Compiling smoltcp v0.11.0
16832026-05-16T03:32:52.462Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16842026-05-16T03:32:52.825Z Compiling usdt v0.5.0
16852026-05-16T03:32:52.904Z Compiling ingot-types v0.1.2
16862026-05-16T03:32:53.095Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16872026-05-16T03:32:53.333Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16882026-05-16T03:32:53.367Z Compiling toml_edit v0.22.27
16892026-05-16T03:32:53.429Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16902026-05-16T03:32:53.705Z Compiling toml_edit v0.19.15
16912026-05-16T03:32:53.819Z Compiling tabwriter v1.4.1
16922026-05-16T03:32:54.021Z Compiling tokio-rustls v0.26.4
16932026-05-16T03:32:54.099Z Compiling rustls-platform-verifier v0.7.0
16942026-05-16T03:32:54.294Z Compiling hyper-rustls v0.27.9
16952026-05-16T03:32:54.553Z Compiling reqwest v0.13.3
16962026-05-16T03:32:54.989Z Compiling cobs v0.3.0
16972026-05-16T03:32:55.194Z Compiling serde_repr v0.1.20
16982026-05-16T03:32:55.437Z Compiling memoffset v0.9.1
16992026-05-16T03:32:55.686Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17002026-05-16T03:32:55.698Z Compiling bitflags v1.3.2
17012026-05-16T03:32:55.770Z Compiling progenitor-client v0.14.0
17022026-05-16T03:32:55.795Z Compiling vcpkg v0.2.15
17032026-05-16T03:32:55.920Z Compiling managed v0.8.0
17042026-05-16T03:32:56.064Z Compiling progenitor-extras v0.2.0
17052026-05-16T03:32:56.306Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17062026-05-16T03:32:56.345Z Compiling pkg-config v0.3.33
17072026-05-16T03:32:56.600Z Compiling cfg_aliases v0.2.1
17082026-05-16T03:32:56.674Z Compiling nix v0.31.3
17092026-05-16T03:32:56.797Z Compiling openssl-sys v0.9.115
17102026-05-16T03:32:57.218Z Compiling postcard v1.1.3
17112026-05-16T03:32:57.384Z Compiling proc-macro-crate v1.3.1
17122026-05-16T03:32:57.561Z Compiling toml v0.8.23
17132026-05-16T03:32:58.004Z Compiling ingot v0.1.1
17142026-05-16T03:32:58.257Z Compiling hubpack_derive v0.1.1
17152026-05-16T03:32:58.877Z Compiling foreign-types-macros v0.2.3
17162026-05-16T03:32:58.930Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17172026-05-16T03:32:59.011Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17182026-05-16T03:32:59.065Z Compiling resolv-conf v0.7.6
17192026-05-16T03:32:59.116Z Compiling unicode-segmentation v1.13.2
17202026-05-16T03:32:59.255Z Compiling semver v0.1.20
17212026-05-16T03:32:59.459Z Compiling cpufeatures v0.3.0
17222026-05-16T03:32:59.482Z Compiling rayon-core v1.13.0
17232026-05-16T03:32:59.508Z Compiling foreign-types-shared v0.3.1
17242026-05-16T03:32:59.518Z Compiling swrite v0.1.0
17252026-05-16T03:32:59.536Z Compiling heck v0.4.1
17262026-05-16T03:32:59.596Z Compiling colored v3.1.1
17272026-05-16T03:32:59.606Z Compiling linked-hash-map v0.5.6
17282026-05-16T03:32:59.714Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17292026-05-16T03:32:59.732Z Compiling foreign-types v0.5.0
17302026-05-16T03:32:59.782Z Compiling lru-cache v0.1.2
17312026-05-16T03:32:59.792Z Compiling chacha20 v0.10.0
17322026-05-16T03:32:59.807Z Compiling newline-converter v0.3.0
17332026-05-16T03:32:59.930Z Compiling rustc_version v0.1.7
17342026-05-16T03:32:59.946Z Compiling hubpack v0.1.2
17352026-05-16T03:32:59.987Z Compiling num_enum_derive v0.5.11
17362026-05-16T03:33:00.085Z Compiling atomicwrites v0.4.4
17372026-05-16T03:33:00.162Z Compiling hickory-proto v0.24.4
17382026-05-16T03:33:00.233Z Compiling progenitor-impl v0.13.0
17392026-05-16T03:33:00.271Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17402026-05-16T03:33:01.004Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17412026-05-16T03:33:01.557Z Compiling crossbeam-deque v0.8.6
17422026-05-16T03:33:01.755Z Compiling console v0.15.11
17432026-05-16T03:33:02.410Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17442026-05-16T03:33:02.431Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17452026-05-16T03:33:02.762Z Compiling camino-tempfile v1.4.1
17462026-05-16T03:33:02.803Z Compiling serde-big-array v0.5.1
17472026-05-16T03:33:02.945Z Compiling derive-where v1.6.1
17482026-05-16T03:33:02.948Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17492026-05-16T03:33:03.002Z Compiling num-derive v0.4.2
17502026-05-16T03:33:03.279Z Compiling pin-project-internal v1.1.12
17512026-05-16T03:33:03.476Z Compiling cstr-argument v0.1.2
17522026-05-16T03:33:03.565Z Compiling siphasher v1.0.3
17532026-05-16T03:33:03.636Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17542026-05-16T03:33:03.745Z Compiling minimal-lexical v0.2.1
17552026-05-16T03:33:03.796Z Compiling similar v2.7.0
17562026-05-16T03:33:03.879Z Compiling progenitor-macro v0.13.0
17572026-05-16T03:33:03.960Z Compiling nom v7.1.3
17582026-05-16T03:33:04.004Z Compiling phf_shared v0.12.1
17592026-05-16T03:33:04.033Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17602026-05-16T03:33:04.242Z Compiling expectorate v1.2.0
17612026-05-16T03:33:04.311Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17622026-05-16T03:33:04.385Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17632026-05-16T03:33:04.400Z Compiling pin-project v1.1.12
17642026-05-16T03:33:04.412Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17652026-05-16T03:33:04.496Z Compiling hickory-resolver v0.24.4
17662026-05-16T03:33:04.764Z Compiling num_enum v0.5.11
17672026-05-16T03:33:04.879Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17682026-05-16T03:33:05.305Z Compiling newtype_derive v0.1.6
17692026-05-16T03:33:05.408Z Compiling rand v0.10.1
17702026-05-16T03:33:05.547Z Compiling progenitor-client v0.13.0
17712026-05-16T03:33:06.073Z Compiling progenitor-impl v0.14.0
17722026-05-16T03:33:06.558Z Compiling unicode-normalization v0.1.25
17732026-05-16T03:33:07.024Z Compiling tokio-stream v0.1.18
17742026-05-16T03:33:07.087Z Compiling async-recursion v1.1.1
17752026-05-16T03:33:07.211Z Compiling snafu-derive v0.8.9
17762026-05-16T03:33:07.439Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17772026-05-16T03:33:07.486Z Compiling slog-dtrace v0.3.0
17782026-05-16T03:33:07.730Z Compiling bstr v1.12.1
17792026-05-16T03:33:07.741Z Compiling csv-core v0.1.13
17802026-05-16T03:33:07.779Z Compiling foreign-types-shared v0.1.1
17812026-05-16T03:33:07.864Z Compiling openssl v0.10.79
17822026-05-16T03:33:07.999Z Compiling same-file v1.0.6
17832026-05-16T03:33:08.148Z Compiling foldhash v0.1.5
17842026-05-16T03:33:08.177Z Compiling highway v1.3.0
17852026-05-16T03:33:08.225Z Compiling owo-colors v4.3.0
17862026-05-16T03:33:08.382Z Compiling unicode-xid v0.2.6
17872026-05-16T03:33:08.507Z Compiling chrono-tz v0.10.4
17882026-05-16T03:33:08.581Z Compiling unicode-width v0.1.14
17892026-05-16T03:33:08.629Z Compiling konst_macro_rules v0.2.19
17902026-05-16T03:33:08.740Z Compiling cancel-safe-futures v0.1.5
17912026-05-16T03:33:08.805Z Compiling konst v0.2.20
17922026-05-16T03:33:08.914Z Compiling const_format_proc_macros v0.2.34
17932026-05-16T03:33:08.974Z Compiling progenitor v0.13.0
17942026-05-16T03:33:08.990Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17952026-05-16T03:33:09.018Z Compiling snafu v0.8.9
17962026-05-16T03:33:09.037Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17972026-05-16T03:33:09.111Z Compiling hashbrown v0.15.5
17982026-05-16T03:33:09.430Z Compiling walkdir v2.5.0
17992026-05-16T03:33:09.448Z Compiling globset v0.4.18
18002026-05-16T03:33:09.650Z Compiling csv v1.4.0
18012026-05-16T03:33:09.675Z Compiling progenitor-macro v0.14.0
18022026-05-16T03:33:09.751Z Compiling foreign-types v0.3.2
18032026-05-16T03:33:09.838Z Compiling qorb v0.4.1
18042026-05-16T03:33:09.851Z Compiling olpc-cjson v0.1.4
18052026-05-16T03:33:10.017Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18062026-05-16T03:33:10.461Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18072026-05-16T03:33:11.487Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18082026-05-16T03:33:11.861Z Compiling rayon v1.12.0
18092026-05-16T03:33:12.023Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18102026-05-16T03:33:12.036Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18112026-05-16T03:33:12.237Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18122026-05-16T03:33:12.361Z Compiling phf v0.12.1
18132026-05-16T03:33:12.365Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18142026-05-16T03:33:12.899Z Compiling zone_cfg_derive v0.3.1
18152026-05-16T03:33:13.305Z Compiling tokio-dtrace v0.1.1
18162026-05-16T03:33:13.571Z Compiling itertools v0.12.1
18172026-05-16T03:33:13.631Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18182026-05-16T03:33:13.677Z Compiling libsw-core v0.3.2
18192026-05-16T03:33:13.836Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18202026-05-16T03:33:13.850Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18212026-05-16T03:33:14.227Z Compiling serde_plain v1.0.2
18222026-05-16T03:33:14.240Z Compiling openssl-macros v0.1.1
18232026-05-16T03:33:14.434Z Compiling pem v3.0.6
18242026-05-16T03:33:14.437Z Compiling cookie v0.18.1
18252026-05-16T03:33:14.460Z Compiling sigpipe v0.1.3
18262026-05-16T03:33:14.539Z Compiling jiff v0.2.24
18272026-05-16T03:33:14.679Z Compiling fixedbitset v0.5.7
18282026-05-16T03:33:14.697Z Compiling typed-path v0.9.3
18292026-05-16T03:33:14.737Z Compiling bytecount v0.6.9
18302026-05-16T03:33:14.798Z Compiling fixedbitset v0.4.2
18312026-05-16T03:33:14.811Z Compiling glob v0.3.3
18322026-05-16T03:33:14.945Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18332026-05-16T03:33:15.011Z Compiling petgraph v0.6.5
18342026-05-16T03:33:15.031Z Compiling petgraph v0.8.3
18352026-05-16T03:33:15.123Z Compiling papergrid v0.11.0
18362026-05-16T03:33:16.046Z Compiling tough v0.20.0
18372026-05-16T03:33:16.503Z Compiling progenitor v0.14.0
18382026-05-16T03:33:16.641Z Compiling zone v0.3.1
18392026-05-16T03:33:16.850Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18402026-05-16T03:33:16.898Z Compiling libsw v3.5.0
18412026-05-16T03:33:17.074Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18422026-05-16T03:33:17.085Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18432026-05-16T03:33:17.329Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18442026-05-16T03:33:17.456Z Compiling oxide-tokio-rt v0.1.6
18452026-05-16T03:33:17.529Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18462026-05-16T03:33:17.766Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18472026-05-16T03:33:18.258Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18482026-05-16T03:33:18.555Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18492026-05-16T03:33:18.786Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18502026-05-16T03:33:18.821Z Compiling const_format v0.2.36
18512026-05-16T03:33:19.152Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18522026-05-16T03:33:19.372Z Compiling tabled_derive v0.7.0
18532026-05-16T03:33:19.394Z Compiling gethostname v0.5.0
18542026-05-16T03:33:19.515Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18552026-05-16T03:33:19.571Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18562026-05-16T03:33:19.637Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18572026-05-16T03:33:19.672Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18582026-05-16T03:33:19.693Z Compiling bcs v0.1.6
18592026-05-16T03:33:19.840Z Compiling smf v0.2.3
18602026-05-16T03:33:20.015Z Compiling nom v8.0.0
18612026-05-16T03:33:20.245Z Compiling smawk v0.3.2
18622026-05-16T03:33:20.342Z Compiling lazy_static v1.5.0
18632026-05-16T03:33:20.383Z Compiling crunchy v0.2.4
18642026-05-16T03:33:20.444Z Compiling tagptr v0.2.0
18652026-05-16T03:33:20.456Z Compiling linear-map v1.2.0
18662026-05-16T03:33:20.598Z Compiling unicode-linebreak v0.1.5
18672026-05-16T03:33:20.637Z Compiling termtree v0.5.1
18682026-05-16T03:33:20.685Z Compiling whoami v1.6.1
18692026-05-16T03:33:20.790Z Compiling textwrap v0.16.2
18702026-05-16T03:33:20.878Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18712026-05-16T03:33:21.004Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18722026-05-16T03:33:21.084Z Compiling moka v0.12.15
18732026-05-16T03:33:21.318Z Compiling steno v0.4.1
18742026-05-16T03:33:21.863Z Compiling tabled v0.15.0
18752026-05-16T03:33:22.327Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18762026-05-16T03:33:22.459Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18772026-05-16T03:33:22.484Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18782026-05-16T03:33:23.283Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18792026-05-16T03:33:24.251Z Compiling hickory-proto v0.25.2
18802026-05-16T03:33:24.565Z Compiling tiny-keccak v2.0.2
18812026-05-16T03:33:24.603Z Compiling humantime v2.3.0
18822026-05-16T03:33:24.822Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18832026-05-16T03:33:24.964Z Compiling parking_lot_core v0.8.6
18842026-05-16T03:33:25.288Z Compiling libscf-sys v1.2.0
18852026-05-16T03:33:25.466Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18862026-05-16T03:33:25.495Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18872026-05-16T03:33:25.524Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18882026-05-16T03:33:25.724Z Compiling const-random-macro v0.1.16
18892026-05-16T03:33:25.770Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18902026-05-16T03:33:26.106Z Compiling hickory-resolver v0.25.2
18912026-05-16T03:33:26.134Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18922026-05-16T03:33:26.233Z Compiling ahash v0.8.12
18932026-05-16T03:33:26.276Z Compiling smartstring v1.0.1
18942026-05-16T03:33:26.459Z Compiling parking_lot v0.11.2
18952026-05-16T03:33:26.550Z Compiling const-random v0.1.18
18962026-05-16T03:33:26.817Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18972026-05-16T03:33:26.869Z Compiling fxhash v0.2.1
18982026-05-16T03:33:26.944Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18992026-05-16T03:33:27.005Z Compiling internet-checksum v0.2.1
19002026-05-16T03:33:27.042Z Compiling sled v0.34.7
19012026-05-16T03:33:27.663Z Compiling thin-vec v0.2.18
19022026-05-16T03:33:27.753Z Compiling rhai_codegen v3.1.0
19032026-05-16T03:33:27.957Z Compiling sdd v3.0.10
19042026-05-16T03:33:28.335Z Compiling scc v2.4.0
19052026-05-16T03:33:28.368Z Compiling serial_test_derive v3.4.0
19062026-05-16T03:33:28.788Z Compiling diff v0.1.13
19072026-05-16T03:33:29.023Z Compiling rhai v1.24.0
19082026-05-16T03:33:29.085Z Compiling yansi v1.0.1
19092026-05-16T03:33:29.346Z Compiling pretty_assertions v1.4.1
19102026-05-16T03:33:29.408Z Compiling serial_test v3.4.0
19112026-05-16T03:33:29.533Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19122026-05-16T03:33:31.209Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19132026-05-16T03:33:39.313Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19142026-05-16T03:33:40.959Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19152026-05-16T03:33:41.962Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19162026-05-16T03:33:43.028Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19172026-05-16T03:33:43.853Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19182026-05-16T03:33:44.982Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19192026-05-16T03:34:17.418Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19202026-05-16T03:34:17.600Z────────────
19212026-05-16T03:34:17.600Z Nextest run ID 4a23fcab-cbd3-4a17-9b37-97a28934c7e3 with nextest profile: default
19222026-05-16T03:34:17.600Z Starting 150 tests across 3 binaries
19232026-05-16T03:34:17.611Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
19242026-05-16T03:34:17.611Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19252026-05-16T03:34:17.614Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19262026-05-16T03:34:17.614Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19272026-05-16T03:34:17.614Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19282026-05-16T03:34:17.614Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19292026-05-16T03:34:17.614Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19302026-05-16T03:34:17.615Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19312026-05-16T03:34:17.623Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19322026-05-16T03:34:17.623Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19332026-05-16T03:34:17.623Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19342026-05-16T03:34:17.627Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19352026-05-16T03:34:17.627Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19362026-05-16T03:34:17.627Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19372026-05-16T03:34:17.627Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19382026-05-16T03:34:17.627Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19392026-05-16T03:34:17.632Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19402026-05-16T03:34:17.635Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
19412026-05-16T03:34:17.635Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19422026-05-16T03:34:17.635Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19432026-05-16T03:34:17.636Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19442026-05-16T03:34:17.636Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19452026-05-16T03:34:17.636Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19462026-05-16T03:34:17.636Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19472026-05-16T03:34:17.644Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19482026-05-16T03:34:17.644Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19492026-05-16T03:34:17.646Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19502026-05-16T03:34:17.647Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19512026-05-16T03:34:17.647Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19522026-05-16T03:34:17.647Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19532026-05-16T03:34:17.647Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19542026-05-16T03:34:17.647Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19552026-05-16T03:34:17.654Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19562026-05-16T03:34:17.654Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19572026-05-16T03:34:17.654Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19582026-05-16T03:34:17.659Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19592026-05-16T03:34:17.659Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19602026-05-16T03:34:17.659Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19612026-05-16T03:34:17.659Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19622026-05-16T03:34:17.659Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19632026-05-16T03:34:17.665Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19642026-05-16T03:34:17.665Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19652026-05-16T03:34:17.668Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19662026-05-16T03:34:17.668Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19672026-05-16T03:34:17.668Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19682026-05-16T03:34:17.668Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19692026-05-16T03:34:17.668Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19702026-05-16T03:34:17.668Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19712026-05-16T03:34:17.676Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19722026-05-16T03:34:17.680Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19732026-05-16T03:34:17.680Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19742026-05-16T03:34:17.680Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19752026-05-16T03:34:17.680Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19762026-05-16T03:34:17.680Z PASS [ 0.011s] bgp messages::tests::mp_bgp_attributes_encoded_first
19772026-05-16T03:34:17.680Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19782026-05-16T03:34:17.680Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_round_trip
19792026-05-16T03:34:17.686Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19802026-05-16T03:34:17.688Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19812026-05-16T03:34:17.688Z PASS [ 0.010s] bgp messages::tests::notification_round_trip
19822026-05-16T03:34:17.688Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19832026-05-16T03:34:17.689Z PASS [ 0.010s] bgp messages::tests::prefix_within
19842026-05-16T03:34:17.689Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19852026-05-16T03:34:17.689Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19862026-05-16T03:34:17.689Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19872026-05-16T03:34:17.696Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19882026-05-16T03:34:17.700Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19892026-05-16T03:34:17.700Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19902026-05-16T03:34:17.700Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19912026-05-16T03:34:17.700Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19922026-05-16T03:34:17.700Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19932026-05-16T03:34:17.700Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19942026-05-16T03:34:17.700Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19952026-05-16T03:34:17.705Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19962026-05-16T03:34:17.708Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19972026-05-16T03:34:17.708Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19982026-05-16T03:34:17.708Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19992026-05-16T03:34:17.708Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20002026-05-16T03:34:17.708Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20012026-05-16T03:34:17.708Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20022026-05-16T03:34:17.708Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20032026-05-16T03:34:17.715Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20042026-05-16T03:34:17.718Z PASS [ 0.010s] bgp messages::tests::route_refresh_round_trip
20052026-05-16T03:34:17.719Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20062026-05-16T03:34:17.719Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20072026-05-16T03:34:17.729Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20082026-05-16T03:34:17.735Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20092026-05-16T03:34:17.735Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20102026-05-16T03:34:17.735Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20112026-05-16T03:34:17.738Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20122026-05-16T03:34:17.738Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
20132026-05-16T03:34:17.738Z PASS [ 0.020s] bgp policy::test::update_shape_community
20142026-05-16T03:34:17.746Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
20152026-05-16T03:34:17.749Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20162026-05-16T03:34:17.749Z PASS [ 0.016s] bgp proptest::prop_ipv4_wire_format_roundtrip
20172026-05-16T03:34:17.749Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20182026-05-16T03:34:17.749Z PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20192026-05-16T03:34:17.749Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20202026-05-16T03:34:17.749Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20212026-05-16T03:34:17.756Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20222026-05-16T03:34:17.760Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20232026-05-16T03:34:17.766Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20242026-05-16T03:34:17.766Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20252026-05-16T03:34:17.768Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20262026-05-16T03:34:17.769Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20272026-05-16T03:34:17.769Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20282026-05-16T03:34:17.773Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20292026-05-16T03:34:17.776Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20302026-05-16T03:34:17.776Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20312026-05-16T03:34:17.776Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20322026-05-16T03:34:17.776Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20332026-05-16T03:34:17.780Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20342026-05-16T03:34:17.780Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20352026-05-16T03:34:17.784Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20362026-05-16T03:34:17.785Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20372026-05-16T03:34:17.785Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20382026-05-16T03:34:17.785Z PASS [ 0.033s] bgp proptest::prop_update_mp_reach_roundtrip
20392026-05-16T03:34:17.787Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20402026-05-16T03:34:17.787Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20412026-05-16T03:34:17.788Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20422026-05-16T03:34:17.788Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20432026-05-16T03:34:17.792Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20442026-05-16T03:34:20.849Z PASS [ 3.066s] bgp test::test_basic_peering_passive
20452026-05-16T03:34:20.852Z PASS [ 3.064s] bgp test::test_basic_update
20462026-05-16T03:34:20.852Z PASS [ 3.064s] bgp test::test_basic_update_ipv6
20472026-05-16T03:34:20.855Z PASS [ 3.073s] bgp test::test_basic_peering_active
20482026-05-16T03:34:20.861Z PASS [ 3.076s] bgp test::test_basic_peering_passive_tcp
20492026-05-16T03:34:20.865Z PASS [ 3.082s] bgp test::test_basic_peering_active_tcp
20502026-05-16T03:34:20.865Z PASS [ 3.077s] bgp test::test_basic_update_ipv6_tcp
20512026-05-16T03:34:20.878Z PASS [ 3.088s] bgp test::test_basic_update_tcp
20522026-05-16T03:34:23.928Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive
20532026-05-16T03:34:23.955Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20542026-05-16T03:34:24.930Z PASS [ 4.068s] bgp test::test_ipv6_basic_peering_active
20552026-05-16T03:34:24.934Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv6_peer_success
20562026-05-16T03:34:24.934Z PASS [ 4.083s] bgp test::test_import_export_policy_filtering
20572026-05-16T03:34:24.937Z PASS [ 4.085s] bgp test::test_dual_stack_routes_ipv4_peer_success
20582026-05-16T03:34:24.937Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20592026-05-16T03:34:24.942Z PASS [ 4.078s] bgp test::test_ipv6_basic_peering_active_tcp
20602026-05-16T03:34:25.016Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20612026-05-16T03:34:26.028Z PASS [ 1.093s] bgp test::test_three_router_chain_tcp
20622026-05-16T03:34:26.041Z PASS [ 1.105s] bgp test::test_three_router_chain_tcp_ipv6
20632026-05-16T03:34:26.998Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
20642026-05-16T03:34:27.088Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20652026-05-16T03:34:27.752Z PASS [ 2.820s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20662026-05-16T03:34:28.003Z PASS [ 3.067s] bgp test::test_three_router_chain_unnumbered
20672026-05-16T03:34:28.006Z PASS [ 4.074s] bgp test::test_ipv6_routes_ipv4_peer_success
20682026-05-16T03:34:30.007Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20692026-05-16T03:34:32.076Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20702026-05-16T03:34:35.104Z PASS [ 9.063s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20712026-05-16T03:34:36.151Z PASS [ 9.061s] bgp test::test_unnumbered_unaffected_by_ndp
20722026-05-16T03:34:43.124Z PASS [ 18.061s] bgp test::test_unnumbered_interface_lifecycle
20732026-05-16T03:34:43.124Z────────────
20742026-05-16T03:34:43.124Z Summary [ 25.477s] 150 tests run: 150 passed, 0 skipped
20752026-05-16T03:34:43.133Z+ 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/
20762026-05-16T03:34:43.133Z+ popd
20772026-05-16T03:34:43.133Z/work/oxidecomputer/maghemite
20782026-05-16T03:34:43.133Z+ pushd mgd
20792026-05-16T03:34:43.133Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20802026-05-16T03:34:43.133Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20812026-05-16T03:34:44.335Z Compiling slog v2.8.2
20822026-05-16T03:34:44.454Z Compiling usdt v0.6.0
20832026-05-16T03:34:44.546Z Compiling typify-impl v0.4.3
20842026-05-16T03:34:44.657Z Compiling proc-macro-error-attr2 v2.0.0
20852026-05-16T03:34:44.657Z Compiling papergrid v0.17.0
20862026-05-16T03:34:44.686Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
20872026-05-16T03:34:44.708Z Compiling testing_table v0.3.0
20882026-05-16T03:34:44.816Z Compiling slog-json v2.6.1
20892026-05-16T03:34:44.856Z Compiling slog-term v2.9.2
20902026-05-16T03:34:45.076Z Compiling slog-async v2.8.0
20912026-05-16T03:34:45.297Z Compiling slog-bunyan v2.5.0
20922026-05-16T03:34:45.465Z Compiling dropshot v0.17.0
20932026-05-16T03:34:45.614Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20942026-05-16T03:34:45.718Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20952026-05-16T03:34:45.719Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20962026-05-16T03:34:45.896Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20972026-05-16T03:34:45.998Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20982026-05-16T03:34:46.358Z Compiling slog-dtrace v0.3.0
20992026-05-16T03:34:46.574Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21002026-05-16T03:34:46.657Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21012026-05-16T03:34:46.695Z Compiling steno v0.4.1
21022026-05-16T03:34:47.018Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21032026-05-16T03:34:49.866Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21042026-05-16T03:34:50.713Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21052026-05-16T03:34:50.821Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21062026-05-16T03:34:51.459Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21072026-05-16T03:34:51.913Z Compiling typify-macro v0.4.3
21082026-05-16T03:34:52.095Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21092026-05-16T03:34:52.265Z Compiling proc-macro-error2 v2.0.1
21102026-05-16T03:34:52.546Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21112026-05-16T03:34:52.726Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21122026-05-16T03:34:52.748Z Compiling tabled_derive v0.11.0
21132026-05-16T03:34:52.958Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
21142026-05-16T03:34:53.043Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
21152026-05-16T03:34:53.279Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21162026-05-16T03:34:53.668Z Compiling progenitor-client v0.11.2
21172026-05-16T03:34:53.883Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21182026-05-16T03:34:53.993Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21192026-05-16T03:34:54.601Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21202026-05-16T03:34:54.989Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21212026-05-16T03:34:55.658Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21222026-05-16T03:34:55.982Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21232026-05-16T03:34:56.081Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21242026-05-16T03:34:56.081Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21252026-05-16T03:34:56.196Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21262026-05-16T03:34:56.799Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21272026-05-16T03:34:56.900Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21282026-05-16T03:34:56.980Z Compiling typify v0.4.3
21292026-05-16T03:34:57.067Z Compiling progenitor-impl v0.11.2
21302026-05-16T03:34:57.681Z Compiling tabled v0.20.0
21312026-05-16T03:34:57.783Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21322026-05-16T03:34:57.823Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21332026-05-16T03:34:57.892Z Compiling crc8 v0.1.1
21342026-05-16T03:34:58.013Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21352026-05-16T03:34:58.932Z Compiling dropshot-api-manager-types v0.7.1
21362026-05-16T03:34:59.443Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21372026-05-16T03:35:00.685Z Compiling progenitor-macro v0.11.2
21382026-05-16T03:35:01.941Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21392026-05-16T03:35:01.941Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21402026-05-16T03:35:03.091Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21412026-05-16T03:35:03.529Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21422026-05-16T03:35:04.203Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21432026-05-16T03:35:04.513Z Compiling progenitor v0.11.2
21442026-05-16T03:35:04.659Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21452026-05-16T03:35:05.357Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21462026-05-16T03:35:05.531Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21472026-05-16T03:35:11.589Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21482026-05-16T03:35:19.166Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21492026-05-16T03:35:20.808Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21502026-05-16T03:35:21.818Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21512026-05-16T03:35:22.972Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21522026-05-16T03:35:23.837Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21532026-05-16T03:35:24.955Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21542026-05-16T03:35:24.956Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21552026-05-16T03:35:24.975Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21562026-05-16T03:35:30.244Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21572026-05-16T03:35:59.580Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
21582026-05-16T03:35:59.749Z────────────
21592026-05-16T03:35:59.749Z Nextest run ID 95241f61-3fb1-4afa-891f-5bfb6fd27075 with nextest profile: default
21602026-05-16T03:35:59.749Z Starting 32 tests across 3 binaries
21612026-05-16T03:35:59.759Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21622026-05-16T03:35:59.765Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21632026-05-16T03:35:59.775Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21642026-05-16T03:35:59.792Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21652026-05-16T03:35:59.809Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21662026-05-16T03:35:59.813Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21672026-05-16T03:35:59.814Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21682026-05-16T03:35:59.814Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21692026-05-16T03:35:59.814Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21702026-05-16T03:35:59.814Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21712026-05-16T03:35:59.823Z PASS [ 0.066s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21722026-05-16T03:35:59.823Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21732026-05-16T03:35:59.823Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21742026-05-16T03:35:59.823Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21752026-05-16T03:35:59.823Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21762026-05-16T03:35:59.823Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21772026-05-16T03:35:59.823Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21782026-05-16T03:35:59.827Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21792026-05-16T03:35:59.827Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21802026-05-16T03:35:59.827Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21812026-05-16T03:35:59.831Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21822026-05-16T03:35:59.831Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21832026-05-16T03:35:59.831Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21842026-05-16T03:35:59.831Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21852026-05-16T03:35:59.831Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21862026-05-16T03:35:59.834Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21872026-05-16T03:35:59.834Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21882026-05-16T03:35:59.834Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21892026-05-16T03:35:59.839Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21902026-05-16T03:35:59.840Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21912026-05-16T03:35:59.840Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21922026-05-16T03:35:59.840Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21932026-05-16T03:35:59.840Z────────────
21942026-05-16T03:35:59.840Z Summary [ 0.087s] 32 tests run: 32 passed, 0 skipped
21952026-05-16T03:35:59.849Z+ cp apply_remove_entire_group.log /work/
21962026-05-16T03:35:59.854Z+ popd
21972026-05-16T03:35:59.854Z/work/oxidecomputer/maghemite
21982026-05-16T03:35:59.854Zprocess exited: duration 489757 ms, exit code 0
 
21992026-05-16T03:35:59.866Zfound 66 output files
22002026-05-16T03:35:59.866Zuploading: /work/apply_remove_entire_group.log (16574 bytes)
22012026-05-16T03:36:00.902Zuploaded: /work/apply_remove_entire_group.log
22022026-05-16T03:36:00.902Zuploading: /work/dualstack_routes.log (124758 bytes)
22032026-05-16T03:36:01.928Zuploaded: /work/dualstack_routes.log
22042026-05-16T03:36:01.928Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2273 bytes)
22052026-05-16T03:36:02.947Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22062026-05-16T03:36:02.947Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1393 bytes)
22072026-05-16T03:36:03.969Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22082026-05-16T03:36:03.969Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2439 bytes)
22092026-05-16T03:36:04.989Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22102026-05-16T03:36:04.989Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2242 bytes)
22112026-05-16T03:36:06.012Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22122026-05-16T03:36:06.012Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2296 bytes)
22132026-05-16T03:36:07.095Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22142026-05-16T03:36:07.095Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2245 bytes)
22152026-05-16T03:36:08.113Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22162026-05-16T03:36:08.113Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2294 bytes)
22172026-05-16T03:36:09.126Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22182026-05-16T03:36:09.126Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2263 bytes)
22192026-05-16T03:36:10.138Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22202026-05-16T03:36:10.138Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2330 bytes)
22212026-05-16T03:36:11.168Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22222026-05-16T03:36:11.168Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2252 bytes)
22232026-05-16T03:36:12.266Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22242026-05-16T03:36:12.266Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2247 bytes)
22252026-05-16T03:36:13.315Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22262026-05-16T03:36:13.315Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2444 bytes)
22272026-05-16T03:36:14.337Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22282026-05-16T03:36:14.337Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3630 bytes)
22292026-05-16T03:36:15.382Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22302026-05-16T03:36:15.382Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3584 bytes)
22312026-05-16T03:36:16.420Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22322026-05-16T03:36:16.420Zuploading: /work/multiple_unnumbered.log (138071 bytes)
22332026-05-16T03:36:17.500Zuploaded: /work/multiple_unnumbered.log
22342026-05-16T03:36:17.501Zuploading: /work/ndp_change_reset.log (69958 bytes)
22352026-05-16T03:36:18.564Zuploaded: /work/ndp_change_reset.log
22362026-05-16T03:36:18.564Zuploading: /work/ndp_changes.log (88909 bytes)
22372026-05-16T03:36:19.634Zuploaded: /work/ndp_changes.log
22382026-05-16T03:36:19.635Zuploading: /work/r1.test_basic_peering_active.log (40301 bytes)
22392026-05-16T03:36:20.767Zuploaded: /work/r1.test_basic_peering_active.log
22402026-05-16T03:36:20.767Zuploading: /work/r1.test_basic_peering_active_tcp.log (43242 bytes)
22412026-05-16T03:36:21.823Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22422026-05-16T03:36:21.823Zuploading: /work/r1.test_basic_peering_passive.log (33860 bytes)
22432026-05-16T03:36:22.848Zuploaded: /work/r1.test_basic_peering_passive.log
22442026-05-16T03:36:22.848Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39685 bytes)
22452026-05-16T03:36:23.880Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22462026-05-16T03:36:23.880Zuploading: /work/r1.test_basic_update.log (44973 bytes)
22472026-05-16T03:36:24.913Zuploaded: /work/r1.test_basic_update.log
22482026-05-16T03:36:24.913Zuploading: /work/r1.test_basic_update_ipv6.log (43371 bytes)
22492026-05-16T03:36:25.925Zuploaded: /work/r1.test_basic_update_ipv6.log
22502026-05-16T03:36:25.925Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (44881 bytes)
22512026-05-16T03:36:26.951Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22522026-05-16T03:36:26.951Zuploading: /work/r1.test_basic_update_tcp.log (31393 bytes)
22532026-05-16T03:36:27.986Zuploaded: /work/r1.test_basic_update_tcp.log
22542026-05-16T03:36:27.986Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (56342 bytes)
22552026-05-16T03:36:29.033Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22562026-05-16T03:36:29.033Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (55963 bytes)
22572026-05-16T03:36:30.046Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22582026-05-16T03:36:30.046Zuploading: /work/r1.test_import_export_policy_filtering.log (61549 bytes)
22592026-05-16T03:36:31.067Zuploaded: /work/r1.test_import_export_policy_filtering.log
22602026-05-16T03:36:31.067Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (56194 bytes)
22612026-05-16T03:36:32.082Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22622026-05-16T03:36:32.089Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40324 bytes)
22632026-05-16T03:36:33.162Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22642026-05-16T03:36:33.162Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48880 bytes)
22652026-05-16T03:36:34.314Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22662026-05-16T03:36:34.314Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33879 bytes)
22672026-05-16T03:36:35.530Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22682026-05-16T03:36:35.530Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39615 bytes)
22692026-05-16T03:36:36.651Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22702026-05-16T03:36:36.651Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35606 bytes)
22712026-05-16T03:36:37.672Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22722026-05-16T03:36:37.672Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29942 bytes)
22732026-05-16T03:36:38.682Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22742026-05-16T03:36:38.682Zuploading: /work/r1.test_three_router_chain_tcp.log (22547 bytes)
22752026-05-16T03:36:39.695Zuploaded: /work/r1.test_three_router_chain_tcp.log
22762026-05-16T03:36:39.695Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22238 bytes)
22772026-05-16T03:36:40.705Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22782026-05-16T03:36:40.705Zuploading: /work/r2.test_basic_peering_active.log (38850 bytes)
22792026-05-16T03:36:41.736Zuploaded: /work/r2.test_basic_peering_active.log
22802026-05-16T03:36:41.736Zuploading: /work/r2.test_basic_peering_active_tcp.log (44392 bytes)
22812026-05-16T03:36:42.908Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22822026-05-16T03:36:42.908Zuploading: /work/r2.test_basic_peering_passive.log (41513 bytes)
22832026-05-16T03:36:44.241Zuploaded: /work/r2.test_basic_peering_passive.log
22842026-05-16T03:36:44.241Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46556 bytes)
22852026-05-16T03:36:45.264Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22862026-05-16T03:36:45.264Zuploading: /work/r2.test_basic_update.log (44559 bytes)
22872026-05-16T03:36:46.323Zuploaded: /work/r2.test_basic_update.log
22882026-05-16T03:36:46.323Zuploading: /work/r2.test_basic_update_ipv6.log (46362 bytes)
22892026-05-16T03:36:47.321Zuploaded: /work/r2.test_basic_update_ipv6.log
22902026-05-16T03:36:47.322Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (36989 bytes)
22912026-05-16T03:36:48.336Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22922026-05-16T03:36:48.336Zuploading: /work/r2.test_basic_update_tcp.log (32795 bytes)
22932026-05-16T03:36:49.439Zuploaded: /work/r2.test_basic_update_tcp.log
22942026-05-16T03:36:49.439Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (53468 bytes)
22952026-05-16T03:36:50.731Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22962026-05-16T03:36:50.731Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (46789 bytes)
22972026-05-16T03:36:51.844Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22982026-05-16T03:36:51.844Zuploading: /work/r2.test_import_export_policy_filtering.log (53573 bytes)
22992026-05-16T03:36:53.283Zuploaded: /work/r2.test_import_export_policy_filtering.log
23002026-05-16T03:36:53.283Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (49651 bytes)
23012026-05-16T03:36:54.447Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23022026-05-16T03:36:54.447Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38793 bytes)
23032026-05-16T03:36:55.151Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23042026-05-16T03:36:55.151Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47493 bytes)
23052026-05-16T03:36:56.196Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23062026-05-16T03:36:56.196Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41381 bytes)
23072026-05-16T03:36:57.303Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23082026-05-16T03:36:57.303Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46673 bytes)
23092026-05-16T03:36:58.356Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23102026-05-16T03:36:58.356Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37041 bytes)
23112026-05-16T03:36:59.391Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23122026-05-16T03:36:59.391Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28073 bytes)
23132026-05-16T03:37:00.406Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23142026-05-16T03:37:00.406Zuploading: /work/r2.test_three_router_chain_tcp.log (41601 bytes)
23152026-05-16T03:37:01.421Zuploaded: /work/r2.test_three_router_chain_tcp.log
23162026-05-16T03:37:01.421Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44978 bytes)
23172026-05-16T03:37:02.868Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23182026-05-16T03:37:02.868Zuploading: /work/r3.test_three_router_chain_tcp.log (21366 bytes)
23192026-05-16T03:37:04.342Zuploaded: /work/r3.test_three_router_chain_tcp.log
23202026-05-16T03:37:04.342Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22240 bytes)
23212026-05-16T03:37:05.005Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23222026-05-16T03:37:05.005Zuploading: /work/same_linklocal.log (120542 bytes)
23232026-05-16T03:37:06.036Zuploaded: /work/same_linklocal.log
23242026-05-16T03:37:06.036Zuploading: /work/three_chain.log (139064 bytes)
23252026-05-16T03:37:07.048Zuploaded: /work/three_chain.log
23262026-05-16T03:37:07.048Zuploading: /work/unnumbered_expiry.log (88322 bytes)
23272026-05-16T03:37:08.060Zuploaded: /work/unnumbered_expiry.log
23282026-05-16T03:37:08.060Zuploading: /work/unnumbered_interface_lifecycle.log (126629 bytes)
23292026-05-16T03:37:09.073Zuploaded: /work/unnumbered_interface_lifecycle.log
23302026-05-16T03:37:09.073Zuploading: /work/unnumbered_peer_change.log (78654 bytes)
23312026-05-16T03:37:10.084Zuploaded: /work/unnumbered_peer_change.log