01KTESFJDK2GT62GJZQAZVSNBR: 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: 01KTESG0NK4EKAVHCFF0HTBEBK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-06T15:41:45.572Zjob assigned to worker 01KTESGKX537DM7W1S9YCZF336 [factory aws, i-0c4f26f731c139113] (queued for 59 s)
 
22026-06-06T15:41:52.820Zstarting task 0: "setup"
32026-06-06T15:41:52.827Z++ uname -s
42026-06-06T15:41:52.827Z+ kern=SunOS
52026-06-06T15:41:52.827Z+ build_user=build
62026-06-06T15:41:52.827Z+ build_uid=12345
72026-06-06T15:41:52.827Z+ work_dir=/work
82026-06-06T15:41:52.827Z+ input_dir=/input
92026-06-06T15:41:52.827Z+ [[ 0 == 12345 ]]
102026-06-06T15:41:52.827Z+ case "$kern" in
112026-06-06T15:41:52.827Z+ groupadd -g 12345 build
122026-06-06T15:41:52.830Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-06T15:41:54.834Z+ zfs create -o mountpoint=/work rpool/work
142026-06-06T15:41:54.943Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-06T15:41:54.946Z+ home_fs=zfs
162026-06-06T15:41:54.946Z+ [[ zfs == autofs ]]
172026-06-06T15:41:54.946Z+ mkdir -p /home/build
182026-06-06T15:41:54.946Z+ chown build:build /home/build /work
192026-06-06T15:41:56.947Z+ chmod 0700 /home/build /work
202026-06-06T15:41:56.950Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-06T15:41:56.956Zstarting task 1: "rust-toolchain"
222026-06-06T15:41:56.960Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-06T15:41:56.960Z * rust toolchain channel = "stable"
242026-06-06T15:41:56.960Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-06T15:41:56.960Z * rust toolchain profile = "default"
262026-06-06T15:41:56.960Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-06T15:41:56.960Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-06T15:41:56.963Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-06T15:41:56.963Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-06T15:41:57.059Zinfo: downloading installer
312026-06-06T15:41:58.533Zwarn: It looks like you have an existing installation of Rust at:
322026-06-06T15:41:58.533Zwarn: /opt/ooce/bin
332026-06-06T15:41:58.533Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-06T15:41:58.534Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-06T15:41:58.534Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-06T15:41:58.534Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-06T15:41:58.534Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-06T15:41:58.534Zerror: cannot install while Rust is installed
392026-06-06T15:41:58.534Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-06T15:41:58.534Zwarn: It looks like you have an existing rustup settings file at:
412026-06-06T15:41:58.534Zwarn: /home/build/.rustup/settings.toml
422026-06-06T15:41:58.534Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-06T15:41:58.534Zwarn: instead of the one inferred from the default host triple.
442026-06-06T15:41:58.547Zinfo: profile set to default
452026-06-06T15:41:58.547Zinfo: default host triple is x86_64-unknown-illumos
462026-06-06T15:41:58.550Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-06T15:41:58.696Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-06T15:41:58.699Zinfo: downloading 6 components
492026-06-06T15:42:13.849Z
502026-06-06T15:42:13.849Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-06T15:42:13.882Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-06T15:42:13.882Z
532026-06-06T15:42:13.885Z
542026-06-06T15:42:13.885ZRust is installed now. Great!
552026-06-06T15:42:13.885Z
562026-06-06T15:42:13.885ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-06T15:42:13.885Zenvironment variable. This has not been done automatically.
582026-06-06T15:42:13.886Z
592026-06-06T15:42:13.886ZTo configure your current shell, you need to source
602026-06-06T15:42:13.886Zthe corresponding env file under $HOME/.cargo.
612026-06-06T15:42:13.886Z
622026-06-06T15:42:13.886ZThis is usually done by running one of the following (note the leading DOT):
632026-06-06T15:42:13.886Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-06T15:42:13.886Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-06T15:42:13.886Zsource "~/.cargo/env.nu" # For nushell
662026-06-06T15:42:13.886Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-06T15:42:13.886Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-06T15:42:13.886Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-06T15:42:13.886Zwarn: no default linker (`cc`) was found in your PATH
702026-06-06T15:42:13.886Zwarn: many Rust crates require a system C toolchain to build
712026-06-06T15:42:13.968Z+ rustup --version
722026-06-06T15:42:13.977Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-06T15:42:13.980Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-06T15:42:13.997Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-06T15:42:14.001Z+ cargo --version
762026-06-06T15:42:14.013Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-06T15:42:14.016Z+ rustc --version
782026-06-06T15:42:14.034Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-06T15:42:14.036Zprocess exited: duration 17076 ms, exit code 0
 
802026-06-06T15:42:14.042Zstarting task 2: "authentication"
812026-06-06T15:42:14.058Zprocess exited: duration 15 ms, exit code 0
 
822026-06-06T15:42:14.064Zstarting task 3: "clone repository"
832026-06-06T15:42:14.067Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-06T15:42:14.070Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-06T15:42:14.103ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-06T15:42:15.184Z+ cd /work/oxidecomputer/maghemite
872026-06-06T15:42:15.184Z+ git fetch origin 657e9155e12dee27b05882e8bb208595085648aa
882026-06-06T15:42:15.442ZFrom https://github.com/oxidecomputer/maghemite
892026-06-06T15:42:15.442Z * branch 657e9155e12dee27b05882e8bb208595085648aa -> FETCH_HEAD
902026-06-06T15:42:15.447Z+ [[ -n die-prefix-die ]]
912026-06-06T15:42:15.450Z++ git branch --show-current
922026-06-06T15:42:15.450Z+ current=main
932026-06-06T15:42:15.450Z+ [[ main != die-prefix-die ]]
942026-06-06T15:42:15.450Z+ git branch -f die-prefix-die 657e9155e12dee27b05882e8bb208595085648aa
952026-06-06T15:42:15.453Z+ git checkout -f die-prefix-die
962026-06-06T15:42:15.470ZSwitched to branch 'die-prefix-die'
972026-06-06T15:42:15.473Z+ git reset --hard 657e9155e12dee27b05882e8bb208595085648aa
982026-06-06T15:42:15.482ZHEAD is now at 657e915 Merge branch 'main' into die-prefix-die
992026-06-06T15:42:15.485Zprocess exited: duration 1418 ms, exit code 0
 
1002026-06-06T15:42:15.490Zstarting task 4: "build"
1012026-06-06T15:42:15.494Z+ set -e
1022026-06-06T15:42:15.494Z+ source .github/buildomat/test-common.sh
1032026-06-06T15:42:15.497Z++ NEXTEST_VERSION=0.9.97
1042026-06-06T15:42:15.497Z++ PLATFORM=illumos
1052026-06-06T15:42:15.497Z++ banner install
1062026-06-06T15:42:15.497Z
1072026-06-06T15:42:15.497Z # # # #### ##### ## # #
1082026-06-06T15:42:15.497Z # ## # # # # # # #
1092026-06-06T15:42:15.497Z # # # # #### # # # # #
1102026-06-06T15:42:15.497Z # # # # # # ###### # #
1112026-06-06T15:42:15.497Z # # ## # # # # # # #
1122026-06-06T15:42:15.497Z # # # #### # # # ###### ######
1132026-06-06T15:42:15.497Z
1142026-06-06T15:42:15.497Z++ set +o errexit
1152026-06-06T15:42:15.500Z++ pkg info clang-15
1162026-06-06T15:42:15.500Z++ grep -qi installed
1172026-06-06T15:42:16.686Zpkg: info: no packages matching the following patterns you specified are
1182026-06-06T15:42:16.686Zinstalled on the system. Try querying remotely instead:
1192026-06-06T15:42:16.686Z
1202026-06-06T15:42:16.686Z clang-15
1212026-06-06T15:42:16.724Z++ [[ 1 != 0 ]]
1222026-06-06T15:42:16.725Z++ set -o errexit
1232026-06-06T15:42:16.730Z++ pfexec pkg install clang-15
1242026-06-06T15:42:25.500Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-06T15:42:33.209Z Startup: Caching catalogs ... Done
1262026-06-06T15:42:40.520ZPlanning: Solver setup ... Done
1272026-06-06T15:42:40.561ZPlanning: Running solver ... Done
1282026-06-06T15:42:40.705ZPlanning: Finding local manifests ... Done
1292026-06-06T15:42:40.718ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-06T15:42:40.808ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-06T15:42:40.837ZPlanning: Package planning ... Done
1322026-06-06T15:42:40.864ZPlanning: Merging actions ... Done
1332026-06-06T15:42:40.972ZPlanning: Checking for conflicting actions ... Done
1342026-06-06T15:42:40.978ZPlanning: Consolidating action changes ... Done
1352026-06-06T15:42:41.751ZPlanning: Evaluating mediators ... Done
1362026-06-06T15:42:41.757ZPlanning: Planning completed in 8.38 seconds
1372026-06-06T15:42:41.768Z Packages to install: 2
1382026-06-06T15:42:41.771Z Mediators to change: 2
1392026-06-06T15:42:41.771Z Services to change: 1
1402026-06-06T15:42:41.771Z Create boot environment: No
1412026-06-06T15:42:41.771ZCreate backup boot environment: No
1422026-06-06T15:42:41.809Z
1432026-06-06T15:42:41.810ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-06T15:42:46.815ZDownload: 961/3076 items 80.9/211.3MB 38% complete (16.7M/s)
1452026-06-06T15:42:51.830ZDownload: 987/3076 items 82.2/211.3MB 38% complete (8.3M/s)
1462026-06-06T15:42:57.709ZDownload: 2006/3076 items 117.9/211.3MB 55% complete (9.6M/s)
1472026-06-06T15:43:04.480ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (8.8M/s)
1482026-06-06T15:43:18.755ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1492026-06-06T15:43:24.871ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (23.6M/s)
1502026-06-06T15:43:27.838ZDownload: Completed 211.31 MB in 46.02 seconds (4.6M/s)
1512026-06-06T15:43:27.959Z Actions: 1/3418 actions (Installing new actions)
1522026-06-06T15:43:31.109Z Actions: Completed 3418 actions in 3.15 seconds.
1532026-06-06T15:43:31.750Z Done
1542026-06-06T15:43:31.750Z Done
1552026-06-06T15:43:32.493Z Done
1562026-06-06T15:43:35.859Z Done
1572026-06-06T15:43:35.931Z Done
1582026-06-06T15:43:35.934Z Done
1592026-06-06T15:43:36.194Z Done
1602026-06-06T15:43:36.892Z++ set -o errexit
1612026-06-06T15:43:36.892Z++ cargo --version
1622026-06-06T15:43:36.899Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-06T15:43:37.056Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-06T15:43:37.059Zinfo: downloading 6 components
1652026-06-06T15:43:52.267Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-06T15:43:52.270Z++ rustc --version
1672026-06-06T15:43:52.296Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-06T15:43:52.302Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-06T15:43:52.344Z Updating crates.io index
1702026-06-06T15:43:52.457Z Downloading crates ...
1712026-06-06T15:43:52.510Z Downloaded cargo-nextest v0.9.97
1722026-06-06T15:43:52.573Z Installing cargo-nextest v0.9.97
1732026-06-06T15:43:52.613Z Updating crates.io index
1742026-06-06T15:43:55.146Z Locking 404 packages to latest compatible versions
1752026-06-06T15:43:55.150Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-06T15:43:55.155Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-06T15:43:55.155Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-06T15:43:55.155Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-06T15:43:55.158Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-06T15:43:55.158Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1812026-06-06T15:43:55.158Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-06-06T15:43:55.160Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1832026-06-06T15:43:55.163Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-06-06T15:43:55.191Z Downloading crates ...
1852026-06-06T15:43:55.260Z Downloaded adler2 v2.0.1
1862026-06-06T15:43:55.264Z Downloaded block-buffer v0.10.4
1872026-06-06T15:43:55.269Z Downloaded base64ct v1.8.3
1882026-06-06T15:43:55.273Z Downloaded addr2line v0.25.1
1892026-06-06T15:43:55.276Z Downloaded backtrace-ext v0.2.1
1902026-06-06T15:43:55.282Z Downloaded home v0.5.12
1912026-06-06T15:43:55.285Z Downloaded borsh v1.6.1
1922026-06-06T15:43:55.288Z Downloaded nextest-workspace-hack v0.1.0
1932026-06-06T15:43:55.291Z Downloaded bitflags v2.13.0
1942026-06-06T15:43:55.294Z Downloaded nextest-filtering v0.15.0
1952026-06-06T15:43:55.294Z Downloaded idna_adapter v1.0.0
1962026-06-06T15:43:55.296Z Downloaded lock_api v0.4.14
1972026-06-06T15:43:55.296Z Downloaded base64 v0.22.1
1982026-06-06T15:43:55.299Z Downloaded cpufeatures v0.2.17
1992026-06-06T15:43:55.299Z Downloaded mukti-metadata v0.3.0
2002026-06-06T15:43:55.305Z Downloaded lru-slab v0.1.2
2012026-06-06T15:43:55.307Z Downloaded futures-core v0.3.32
2022026-06-06T15:43:55.307Z Downloaded colorchoice v1.0.5
2032026-06-06T15:43:55.310Z Downloaded jobserver v0.1.34
2042026-06-06T15:43:55.313Z Downloaded newtype-uuid v1.3.2
2052026-06-06T15:43:55.316Z Downloaded errno v0.3.14
2062026-06-06T15:43:55.316Z Downloaded clap_lex v1.1.0
2072026-06-06T15:43:55.319Z Downloaded number_prefix v0.4.0
2082026-06-06T15:43:55.319Z Downloaded itoa v1.0.18
2092026-06-06T15:43:55.319Z Downloaded foreign-types v0.3.2
2102026-06-06T15:43:55.321Z Downloaded http-body v1.0.1
2112026-06-06T15:43:55.321Z Downloaded lazy_static v1.5.0
2122026-06-06T15:43:55.324Z Downloaded camino-tempfile v1.4.1
2132026-06-06T15:43:55.324Z Downloaded nested v0.1.1
2142026-06-06T15:43:55.327Z Downloaded equivalent v1.0.2
2152026-06-06T15:43:55.327Z Downloaded curve25519-dalek-derive v0.1.1
2162026-06-06T15:43:55.327Z Downloaded cargo-platform v0.2.0
2172026-06-06T15:43:55.330Z Downloaded log v0.4.32
2182026-06-06T15:43:55.330Z Downloaded anstyle-query v1.1.5
2192026-06-06T15:43:55.334Z Downloaded anstyle v1.0.14
2202026-06-06T15:43:55.334Z Downloaded num-traits v0.2.19
2212026-06-06T15:43:55.337Z Downloaded humantime-serde v1.1.1
2222026-06-06T15:43:55.337Z Downloaded fastrand v2.4.1
2232026-06-06T15:43:55.337Z Downloaded hex v0.4.3
2242026-06-06T15:43:55.340Z Downloaded pin-project-lite v0.2.17
2252026-06-06T15:43:55.343Z Downloaded fnv v1.0.7
2262026-06-06T15:43:55.343Z Downloaded generic-array v0.14.7
2272026-06-06T15:43:55.343Z Downloaded futures-macro v0.3.32
2282026-06-06T15:43:55.345Z Downloaded cfg-if v1.0.4
2292026-06-06T15:43:55.345Z Downloaded atomic-waker v1.1.2
2302026-06-06T15:43:55.345Z Downloaded openssl-macros v0.1.1
2312026-06-06T15:43:55.348Z Downloaded once_cell v1.21.4
2322026-06-06T15:43:55.348Z Downloaded crypto-common v0.1.7
2332026-06-06T15:43:55.351Z Downloaded pkg-config v0.3.33
2342026-06-06T15:43:55.351Z Downloaded atomicwrites v0.4.4
2352026-06-06T15:43:55.351Z Downloaded form_urlencoded v1.2.2
2362026-06-06T15:43:55.354Z Downloaded enable-ansi-support v0.2.1
2372026-06-06T15:43:55.354Z Downloaded ordered-float v2.10.1
2382026-06-06T15:43:55.357Z Downloaded os_pipe v1.2.3
2392026-06-06T15:43:55.357Z Downloaded futures-io v0.3.32
2402026-06-06T15:43:55.357Z Downloaded nextest-metadata v0.12.2
2412026-06-06T15:43:55.360Z Downloaded is_terminal_polyfill v1.70.2
2422026-06-06T15:43:55.360Z Downloaded indent_write v2.2.0
2432026-06-06T15:43:55.363Z Downloaded cargo-platform v0.3.3
2442026-06-06T15:43:55.363Z Downloaded http v1.4.1
2452026-06-06T15:43:55.366Z Downloaded guppy-workspace-hack v0.1.0
2462026-06-06T15:43:55.366Z Downloaded document-features v0.2.12
2472026-06-06T15:43:55.369Z Downloaded debug-ignore v1.0.5
2482026-06-06T15:43:55.376Z Downloaded async-scoped v0.9.0
2492026-06-06T15:43:55.384Z Downloaded indenter v0.3.4
2502026-06-06T15:43:55.388Z Downloaded rustc-hash v2.1.2
2512026-06-06T15:43:55.388Z Downloaded color-spantrace v0.3.0
2522026-06-06T15:43:55.388Z Downloaded heck v0.5.0
2532026-06-06T15:43:55.391Z Downloaded futures-sink v0.3.32
2542026-06-06T15:43:55.391Z Downloaded foreign-types-shared v0.1.1
2552026-06-06T15:43:55.391Z Downloaded cfg_aliases v0.2.1
2562026-06-06T15:43:55.393Z Downloaded rustc_version v0.4.1
2572026-06-06T15:43:55.393Z Downloaded pathdiff v0.2.3
2582026-06-06T15:43:55.399Z Downloaded futures-task v0.3.32
2592026-06-06T15:43:55.402Z Downloaded rand_core v0.6.4
2602026-06-06T15:43:55.402Z Downloaded native-tls v0.2.18
2612026-06-06T15:43:55.405Z Downloaded serde-value v0.7.0
2622026-06-06T15:43:55.405Z Downloaded camino v1.2.2
2632026-06-06T15:43:55.408Z Downloaded foldhash v0.1.5
2642026-06-06T15:43:55.408Z Downloaded cargo_metadata v0.23.1
2652026-06-06T15:43:55.411Z Downloaded shared_child v1.1.1
2662026-06-06T15:43:55.414Z Downloaded serde_spanned v1.1.1
2672026-06-06T15:43:55.417Z Downloaded fixedbitset v0.5.7
2682026-06-06T15:43:55.420Z Downloaded scopeguard v1.2.0
2692026-06-06T15:43:55.420Z Downloaded ed25519 v2.2.3
2702026-06-06T15:43:55.423Z Downloaded serde_ignored v0.1.14
2712026-06-06T15:43:55.423Z Downloaded futures-executor v0.3.32
2722026-06-06T15:43:55.425Z Downloaded percent-encoding v2.3.2
2732026-06-06T15:43:55.425Z Downloaded is_ci v1.2.0
2742026-06-06T15:43:55.426Z Downloaded digest v0.10.7
2752026-06-06T15:43:55.428Z Downloaded anstream v1.0.0
2762026-06-06T15:43:55.431Z Downloaded sigchld v0.2.4
2772026-06-06T15:43:55.431Z Downloaded serde_urlencoded v0.7.1
2782026-06-06T15:43:55.434Z Downloaded serde_spanned v0.6.9
2792026-06-06T15:43:55.437Z Downloaded strip-ansi-escapes v0.2.1
2802026-06-06T15:43:55.437Z Downloaded supports-unicode v3.0.0
2812026-06-06T15:43:55.440Z Downloaded subtle v2.6.1
2822026-06-06T15:43:55.440Z Downloaded strsim v0.11.1
2832026-06-06T15:43:55.440Z Downloaded terminal_size v0.4.4
2842026-06-06T15:43:55.443Z Downloaded supports-hyperlinks v3.2.0
2852026-06-06T15:43:55.443Z Downloaded rustc-demangle v0.1.27
2862026-06-06T15:43:55.449Z Downloaded signal-hook-mio v0.2.5
2872026-06-06T15:43:55.451Z Downloaded shell-words v1.1.1
2882026-06-06T15:43:55.452Z Downloaded derive-where v1.6.1
2892026-06-06T15:43:55.455Z Downloaded duct v0.13.7
2902026-06-06T15:43:55.458Z Downloaded either v1.16.0
2912026-06-06T15:43:55.461Z Downloaded console v0.15.11
2922026-06-06T15:43:55.461Z Downloaded sync_wrapper v1.0.2
2932026-06-06T15:43:55.461Z Downloaded swrite v0.1.0
2942026-06-06T15:43:55.463Z Downloaded find-msvc-tools v0.1.9
2952026-06-06T15:43:55.466Z Downloaded tinyvec_macros v0.1.1
2962026-06-06T15:43:55.466Z Downloaded erased-serde v0.4.10
2972026-06-06T15:43:55.469Z Downloaded hyper-tls v0.6.0
2982026-06-06T15:43:55.469Z Downloaded future-queue v0.4.0
2992026-06-06T15:43:55.475Z Downloaded rand_core v0.9.5
3002026-06-06T15:43:55.478Z Downloaded globset v0.4.18
3012026-06-06T15:43:55.481Z Downloaded openssl-probe v0.2.1
3022026-06-06T15:43:55.481Z Downloaded convert_case v0.10.0
3032026-06-06T15:43:55.484Z Downloaded http-body-util v0.1.3
3042026-06-06T15:43:55.484Z Downloaded quote v1.0.45
3052026-06-06T15:43:55.487Z Downloaded serde-untagged v0.1.9
3062026-06-06T15:43:55.487Z Downloaded miette-derive v7.6.0
3072026-06-06T15:43:55.487Z Downloaded ppv-lite86 v0.2.21
3082026-06-06T15:43:55.490Z Downloaded tokio-macros v2.7.0
3092026-06-06T15:43:55.490Z Downloaded pkcs8 v0.10.2
3102026-06-06T15:43:55.492Z Downloaded toml_write v0.1.2
3112026-06-06T15:43:55.495Z Downloaded toml_datetime v0.6.11
3122026-06-06T15:43:55.502Z Downloaded dialoguer v0.11.0
3132026-06-06T15:43:55.505Z Downloaded rand_chacha v0.9.0
3142026-06-06T15:43:55.505Z Downloaded hyper-rustls v0.27.9
3152026-06-06T15:43:55.508Z Downloaded humantime v2.3.0
3162026-06-06T15:43:55.508Z Downloaded cargo-util-schemas v0.2.0
3172026-06-06T15:43:55.508Z Downloaded slab v0.4.12
3182026-06-06T15:43:55.511Z Downloaded signature v2.2.0
3192026-06-06T15:43:55.511Z Downloaded simd-adler32 v0.3.9
3202026-06-06T15:43:55.514Z Downloaded pin-project-internal v1.1.13
3212026-06-06T15:43:55.514Z Downloaded thiserror-impl v1.0.69
3222026-06-06T15:43:55.517Z Downloaded thread_local v1.1.9
3232026-06-06T15:43:55.517Z Downloaded thiserror-impl v2.0.18
3242026-06-06T15:43:55.517Z Downloaded serde_path_to_error v0.1.20
3252026-06-06T15:43:55.520Z Downloaded self-replace v1.5.0
3262026-06-06T15:43:55.520Z Downloaded owo-colors v4.3.0
3272026-06-06T15:43:55.523Z Downloaded typeid v1.0.3
3282026-06-06T15:43:55.523Z Downloaded signal-hook-registry v1.4.8
3292026-06-06T15:43:55.523Z Downloaded thiserror v1.0.69
3302026-06-06T15:43:55.526Z Downloaded unicode-linebreak v0.1.5
3312026-06-06T15:43:55.529Z Downloaded tower-layer v0.3.3
3322026-06-06T15:43:55.529Z Downloaded semver v1.0.28
3332026-06-06T15:43:55.529Z Downloaded tracing-error v0.2.1
3342026-06-06T15:43:55.529Z Downloaded thiserror v2.0.18
3352026-06-06T15:43:55.532Z Downloaded utf8_iter v1.0.4
3362026-06-06T15:43:55.535Z Downloaded ahash v0.8.12
3372026-06-06T15:43:55.535Z Downloaded sha2 v0.10.9
3382026-06-06T15:43:55.538Z Downloaded supports-color v3.0.2
3392026-06-06T15:43:55.538Z Downloaded smol_str v0.3.6
3402026-06-06T15:43:55.538Z Downloaded shlex v2.0.1
3412026-06-06T15:43:55.541Z Downloaded cargo_metadata v0.20.0
3422026-06-06T15:43:55.541Z Downloaded try-lock v0.2.5
3432026-06-06T15:43:55.541Z Downloaded spki v0.7.3
3442026-06-06T15:43:55.541Z Downloaded urlencoding v2.1.3
3452026-06-06T15:43:55.544Z Downloaded untrusted v0.9.0
3462026-06-06T15:43:55.544Z Downloaded unicode-xid v0.2.6
3472026-06-06T15:43:55.544Z Downloaded iana-time-zone v0.1.65
3482026-06-06T15:43:55.547Z Downloaded getrandom v0.2.17
3492026-06-06T15:43:55.550Z Downloaded eyre v0.6.12
3502026-06-06T15:43:55.550Z Downloaded clap_derive v4.6.1
3512026-06-06T15:43:55.553Z Downloaded cfg-expr v0.20.8
3522026-06-06T15:43:55.553Z Downloaded autocfg v1.5.1
3532026-06-06T15:43:55.553Z Downloaded futures-channel v0.3.32
3542026-06-06T15:43:55.555Z Downloaded crc32fast v1.5.0
3552026-06-06T15:43:55.555Z Downloaded utf8parse v0.2.2
3562026-06-06T15:43:55.558Z Downloaded filetime v0.2.29
3572026-06-06T15:43:55.558Z Downloaded target-spec-miette v0.4.8
3582026-06-06T15:43:55.562Z Downloaded want v0.3.1
3592026-06-06T15:43:55.562Z Downloaded target-lexicon v0.13.5
3602026-06-06T15:43:55.566Z Downloaded xattr v1.6.1
3612026-06-06T15:43:55.566Z Downloaded parking_lot v0.12.5
3622026-06-06T15:43:55.566Z Downloaded parking_lot_core v0.9.12
3632026-06-06T15:43:55.569Z Downloaded tower-service v0.3.3
3642026-06-06T15:43:55.569Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3652026-06-06T15:43:55.569Z Downloaded ipnet v2.12.0
3662026-06-06T15:43:55.572Z Downloaded toml_writer v1.1.1+spec-1.1.0
3672026-06-06T15:43:55.575Z Downloaded version_check v0.9.5
3682026-06-06T15:43:55.581Z Downloaded clap v4.6.1
3692026-06-06T15:43:55.585Z Downloaded getrandom v0.4.2
3702026-06-06T15:43:55.588Z Downloaded quick-junit v0.5.2
3712026-06-06T15:43:55.590Z Downloaded smallvec v1.15.1
3722026-06-06T15:43:55.590Z Downloaded quinn-udp v0.5.14
3732026-06-06T15:43:55.593Z Downloaded tracing-log v0.2.0
3742026-06-06T15:43:55.593Z Downloaded anstyle-parse v1.0.0
3752026-06-06T15:43:55.596Z Downloaded httparse v1.10.1
3762026-06-06T15:43:55.596Z Downloaded tokio-native-tls v0.3.1
3772026-06-06T15:43:55.596Z Downloaded rustls-pki-types v1.14.1
3782026-06-06T15:43:55.599Z Downloaded litrs v1.0.0
3792026-06-06T15:43:55.599Z Downloaded unicase v2.9.0
3802026-06-06T15:43:55.603Z Downloaded tokio-rustls v0.26.4
3812026-06-06T15:43:55.607Z Downloaded futures v0.3.32
3822026-06-06T15:43:55.613Z Downloaded static_assertions v1.1.0
3832026-06-06T15:43:55.613Z Downloaded const-oid v0.9.6
3842026-06-06T15:43:55.616Z Downloaded config v0.15.23
3852026-06-06T15:43:55.616Z Downloaded target-spec v3.6.0
3862026-06-06T15:43:55.616Z Downloaded serde_derive v1.0.228
3872026-06-06T15:43:55.619Z Downloaded getrandom v0.3.4
3882026-06-06T15:43:55.622Z Downloaded proc-macro2 v1.0.106
3892026-06-06T15:43:55.625Z Downloaded self_update v0.42.0
3902026-06-06T15:43:55.628Z Downloaded toml_parser v1.1.2+spec-1.1.0
3912026-06-06T15:43:55.631Z Downloaded ryu v1.0.23
3922026-06-06T15:43:55.631Z Downloaded xxhash-rust v0.8.15
3932026-06-06T15:43:55.631Z Downloaded tracing-attributes v0.1.31
3942026-06-06T15:43:55.634Z Downloaded zstd v0.13.3
3952026-06-06T15:43:55.636Z Downloaded zstd-safe v7.2.4
3962026-06-06T15:43:55.636Z Downloaded zmij v1.0.21
3972026-06-06T15:43:55.636Z Downloaded toml v0.8.23
3982026-06-06T15:43:55.639Z Downloaded zipsign-api v0.1.5
3992026-06-06T15:43:55.639Z Downloaded tokio-stream v0.1.18
4002026-06-06T15:43:55.642Z Downloaded pin-project v1.1.13
4012026-06-06T15:43:55.647Z Downloaded tinyvec v1.11.0
4022026-06-06T15:43:55.650Z Downloaded tempfile v3.27.0
4032026-06-06T15:43:55.654Z Downloaded signal-hook v0.3.18
4042026-06-06T15:43:55.654Z Downloaded sharded-slab v0.1.7
4052026-06-06T15:43:55.657Z Downloaded bytes v1.11.1
4062026-06-06T15:43:55.660Z Downloaded serde_core v1.0.228
4072026-06-06T15:43:55.664Z Downloaded socket2 v0.6.4
4082026-06-06T15:43:55.666Z Downloaded crossterm v0.29.0
4092026-06-06T15:43:55.670Z Downloaded toml v1.1.2+spec-1.1.0
4102026-06-06T15:43:55.673Z Downloaded textwrap v0.16.2
4112026-06-06T15:43:55.676Z Downloaded openssl-sys v0.9.116
4122026-06-06T15:43:55.680Z Downloaded derive_more v2.1.1
4132026-06-06T15:43:55.686Z Downloaded unicode-ident v1.0.24
4142026-06-06T15:43:55.691Z Downloaded ed25519-dalek v2.2.0
4152026-06-06T15:43:55.694Z Downloaded zeroize v1.8.2
4162026-06-06T15:43:55.697Z Downloaded flate2 v1.1.9
4172026-06-06T15:43:55.700Z Downloaded backtrace v0.3.76
4182026-06-06T15:43:55.702Z Downloaded uuid v1.23.2
4192026-06-06T15:43:55.705Z Downloaded serde v1.0.228
4202026-06-06T15:43:55.711Z Downloaded miniz_oxide v0.8.9
4212026-06-06T15:43:55.714Z Downloaded derive_more-impl v2.1.1
4222026-06-06T15:43:55.720Z Downloaded der v0.7.10
4232026-06-06T15:43:55.723Z Downloaded tar v0.4.46
4242026-06-06T15:43:55.729Z Downloaded cc v1.2.63
4252026-06-06T15:43:55.732Z Downloaded rustls-webpki v0.103.13
4262026-06-06T15:43:55.735Z Downloaded vte v0.14.1
4272026-06-06T15:43:55.735Z Downloaded toml_edit v0.22.27
4282026-06-06T15:43:55.742Z Downloaded mio v1.2.1
4292026-06-06T15:43:55.751Z Downloaded indicatif v0.17.11
4302026-06-06T15:43:55.758Z Downloaded tracing-core v0.1.36
4312026-06-06T15:43:55.761Z Downloaded url v2.5.8
4322026-06-06T15:43:55.774Z Downloaded typenum v1.20.1
4332026-06-06T15:43:55.777Z Downloaded hashbrown v0.15.5
4342026-06-06T15:43:55.780Z Downloaded unicode-segmentation v1.13.3
4352026-06-06T15:43:55.788Z Downloaded quinn v0.11.9
4362026-06-06T15:43:55.791Z Downloaded tower v0.5.3
4372026-06-06T15:43:55.802Z Downloaded clap_builder v4.6.0
4382026-06-06T15:43:55.805Z Downloaded hashbrown v0.17.1
4392026-06-06T15:43:55.809Z Downloaded indexmap v2.14.0
4402026-06-06T15:43:55.811Z Downloaded aho-corasick v1.1.4
4412026-06-06T15:43:55.814Z Downloaded bstr v1.12.1
4422026-06-06T15:43:55.818Z Downloaded unicode-normalization v0.1.25
4432026-06-06T15:43:55.821Z Downloaded serde_json v1.0.150
4442026-06-06T15:43:55.824Z Downloaded miette v7.6.0
4452026-06-06T15:43:55.827Z Downloaded memchr v2.8.1
4462026-06-06T15:43:55.830Z Downloaded h2 v0.4.14
4472026-06-06T15:43:55.834Z Downloaded futures-util v0.3.32
4482026-06-06T15:43:55.841Z Downloaded rand v0.9.4
4492026-06-06T15:43:55.844Z Downloaded guppy v0.17.26
4502026-06-06T15:43:55.847Z Downloaded winnow v0.7.15
4512026-06-06T15:43:55.854Z Downloaded ron v0.12.1
4522026-06-06T15:43:55.859Z Downloaded hyper-util v0.1.20
4532026-06-06T15:43:55.862Z Downloaded chrono v0.4.45
4542026-06-06T15:43:55.868Z Downloaded webpki-roots v1.0.7
4552026-06-06T15:43:55.872Z Downloaded gimli v0.32.3
4562026-06-06T15:43:55.878Z Downloaded unicode-width v0.1.14
4572026-06-06T15:43:55.883Z Downloaded curve25519-dalek v4.1.3
4582026-06-06T15:43:55.907Z Downloaded tracing v0.1.44
4592026-06-06T15:43:55.917Z Downloaded reqwest v0.12.28
4602026-06-06T15:43:55.920Z Downloaded idna v1.1.0
4612026-06-06T15:43:55.923Z Downloaded color-eyre v0.6.5
4622026-06-06T15:43:55.946Z Downloaded pulldown-cmark v0.13.4
4632026-06-06T15:43:55.952Z Downloaded tokio-util v0.7.18
4642026-06-06T15:43:55.956Z Downloaded regex v1.12.3
4652026-06-06T15:43:55.959Z Downloaded itertools v0.14.0
4662026-06-06T15:43:55.962Z Downloaded tower-http v0.6.11
4672026-06-06T15:43:55.967Z Downloaded hyper v1.10.1
4682026-06-06T15:43:55.971Z Downloaded openssl v0.10.80
4692026-06-06T15:43:55.976Z Downloaded portable-atomic v1.13.1
4702026-06-06T15:43:55.986Z Downloaded quick-xml v0.37.5
4712026-06-06T15:43:56.031Z Downloaded nextest-runner v0.80.0
4722026-06-06T15:43:56.042Z Downloaded winnow v1.0.3
4732026-06-06T15:43:56.047Z Downloaded quick-xml v0.38.4
4742026-06-06T15:43:56.059Z Downloaded tracing-subscriber v0.3.23
4752026-06-06T15:43:56.083Z Downloaded quinn-proto v0.11.14
4762026-06-06T15:43:56.089Z Downloaded vcpkg v0.2.15
4772026-06-06T15:43:56.142Z Downloaded object v0.37.3
4782026-06-06T15:43:56.150Z Downloaded unicode-width v0.2.2
4792026-06-06T15:43:56.153Z Downloaded zerocopy v0.8.50
4802026-06-06T15:43:56.164Z Downloaded syn v2.0.117
4812026-06-06T15:43:56.169Z Downloaded regex-syntax v0.8.10
4822026-06-06T15:43:56.174Z Downloaded nix v0.30.1
4832026-06-06T15:43:56.197Z Downloaded rustix v0.38.44
4842026-06-06T15:43:56.209Z Downloaded rustls v0.23.40
4852026-06-06T15:43:56.215Z Downloaded rustix v1.1.4
4862026-06-06T15:43:56.274Z Downloaded regex-automata v0.4.14
4872026-06-06T15:43:56.382Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4882026-06-06T15:43:56.391Z Downloaded petgraph v0.8.3
4892026-06-06T15:43:56.403Z Downloaded libc v0.2.186
4902026-06-06T15:43:56.422Z Downloaded tokio v1.52.3
4912026-06-06T15:43:56.475Z Downloaded recursion v0.5.4
4922026-06-06T15:43:56.490Z Downloaded ring v0.17.14
4932026-06-06T15:43:56.551Z Compiling proc-macro2 v1.0.106
4942026-06-06T15:43:56.551Z Compiling libc v0.2.186
4952026-06-06T15:43:56.551Z Compiling quote v1.0.45
4962026-06-06T15:43:56.551Z Compiling unicode-ident v1.0.24
4972026-06-06T15:43:56.554Z Compiling serde_core v1.0.228
4982026-06-06T15:43:56.554Z Compiling cfg-if v1.0.4
4992026-06-06T15:43:56.554Z Compiling memchr v2.8.1
5002026-06-06T15:43:56.554Z Compiling once_cell v1.21.4
5012026-06-06T15:43:56.759Z Compiling log v0.4.32
5022026-06-06T15:43:56.805Z Compiling pin-project-lite v0.2.17
5032026-06-06T15:43:56.896Z Compiling serde v1.0.228
5042026-06-06T15:43:56.965Z Compiling itoa v1.0.18
5052026-06-06T15:43:57.110Z Compiling futures-core v0.3.32
5062026-06-06T15:43:57.197Z Compiling smallvec v1.15.1
5072026-06-06T15:43:57.249Z Compiling bitflags v2.13.0
5082026-06-06T15:43:57.264Z Compiling hashbrown v0.17.1
5092026-06-06T15:43:57.440Z Compiling find-msvc-tools v0.1.9
5102026-06-06T15:43:57.641Z Compiling errno v0.3.14
5112026-06-06T15:43:57.672Z Compiling equivalent v1.0.2
5122026-06-06T15:43:57.684Z Compiling shlex v2.0.1
5132026-06-06T15:43:57.753Z Compiling signal-hook-registry v1.4.8
5142026-06-06T15:43:57.805Z Compiling jobserver v0.1.34
5152026-06-06T15:43:57.849Z Compiling bytes v1.11.1
5162026-06-06T15:43:57.864Z Compiling mio v1.2.1
5172026-06-06T15:43:57.942Z Compiling syn v2.0.117
5182026-06-06T15:43:57.960Z Compiling futures-sink v0.3.32
5192026-06-06T15:43:58.011Z Compiling cc v1.2.63
5202026-06-06T15:43:58.068Z Compiling rustix v1.1.4
5212026-06-06T15:43:58.117Z Compiling socket2 v0.6.4
5222026-06-06T15:43:58.296Z Compiling slab v0.4.12
5232026-06-06T15:43:58.502Z Compiling zmij v1.0.21
5242026-06-06T15:43:58.569Z Compiling futures-channel v0.3.32
5252026-06-06T15:43:58.730Z Compiling tracing-core v0.1.36
5262026-06-06T15:43:58.873Z Compiling version_check v0.9.5
5272026-06-06T15:43:58.886Z Compiling serde_json v1.0.150
5282026-06-06T15:43:59.137Z Compiling indexmap v2.14.0
5292026-06-06T15:43:59.166Z Compiling futures-io v0.3.32
5302026-06-06T15:43:59.179Z Compiling futures-task v0.3.32
5312026-06-06T15:43:59.272Z Compiling getrandom v0.4.2
5322026-06-06T15:43:59.357Z Compiling percent-encoding v2.3.2
5332026-06-06T15:43:59.368Z Compiling camino v1.2.2
5342026-06-06T15:43:59.583Z Compiling unicode-width v0.2.2
5352026-06-06T15:43:59.761Z Compiling ring v0.17.14
5362026-06-06T15:43:59.815Z Compiling http v1.4.1
5372026-06-06T15:43:59.871Z Compiling autocfg v1.5.1
5382026-06-06T15:43:59.898Z Compiling adler2 v2.0.1
5392026-06-06T15:44:00.011Z Compiling zeroize v1.8.2
5402026-06-06T15:44:00.066Z Compiling simd-adler32 v0.3.9
5412026-06-06T15:44:00.215Z Compiling miniz_oxide v0.8.9
5422026-06-06T15:44:00.231Z Compiling num-traits v0.2.19
5432026-06-06T15:44:00.687Z Compiling zerocopy v0.8.50
5442026-06-06T15:44:00.931Z Compiling object v0.37.3
5452026-06-06T15:44:01.065Z Compiling target-lexicon v0.13.5
5462026-06-06T15:44:01.098Z Compiling getrandom v0.3.4
5472026-06-06T15:44:01.338Z Compiling http-body v1.0.1
5482026-06-06T15:44:01.502Z Compiling rustls-pki-types v1.14.1
5492026-06-06T15:44:01.566Z Compiling serde_derive v1.0.228
5502026-06-06T15:44:01.579Z Compiling tokio-macros v2.7.0
5512026-06-06T15:44:01.624Z Compiling futures-macro v0.3.32
5522026-06-06T15:44:01.640Z Compiling tracing-attributes v0.1.31
5532026-06-06T15:44:01.752Z Compiling form_urlencoded v1.2.2
5542026-06-06T15:44:02.019Z Compiling semver v1.0.28
5552026-06-06T15:44:02.038Z Compiling getrandom v0.2.17
5562026-06-06T15:44:02.232Z Compiling fnv v1.0.7
5572026-06-06T15:44:02.321Z Compiling tokio v1.52.3
5582026-06-06T15:44:02.337Z Compiling signal-hook v0.3.18
5592026-06-06T15:44:02.374Z Compiling httparse v1.10.1
5602026-06-06T15:44:02.452Z Compiling futures-util v0.3.32
5612026-06-06T15:44:02.567Z Compiling guppy-workspace-hack v0.1.0
5622026-06-06T15:44:02.690Z Compiling owo-colors v4.3.0
5632026-06-06T15:44:02.724Z Compiling gimli v0.32.3
5642026-06-06T15:44:02.794Z Compiling thiserror v2.0.18
5652026-06-06T15:44:02.832Z Compiling tracing v0.1.44
5662026-06-06T15:44:03.023Z Compiling utf8_iter v1.0.4
5672026-06-06T15:44:03.132Z Compiling idna_adapter v1.0.0
5682026-06-06T15:44:03.175Z Compiling untrusted v0.9.0
5692026-06-06T15:44:03.230Z Compiling idna v1.1.0
5702026-06-06T15:44:03.968Z Compiling thiserror-impl v2.0.18
5712026-06-06T15:44:04.785Z Compiling addr2line v0.25.1
5722026-06-06T15:44:05.103Z Compiling generic-array v0.14.7
5732026-06-06T15:44:05.178Z Compiling rustls v0.23.40
5742026-06-06T15:44:05.211Z Compiling rustc-demangle v0.1.27
5752026-06-06T15:44:05.378Z Compiling fastrand v2.4.1
5762026-06-06T15:44:05.391Z Compiling pkg-config v0.3.33
5772026-06-06T15:44:05.413Z Compiling thiserror v1.0.69
5782026-06-06T15:44:05.708Z Compiling typeid v1.0.3
5792026-06-06T15:44:05.729Z Compiling atomic-waker v1.1.2
5802026-06-06T15:44:05.811Z Compiling try-lock v0.2.5
5812026-06-06T15:44:05.856Z Compiling target-spec v3.6.0
5822026-06-06T15:44:05.925Z Compiling tower-service v0.3.3
5832026-06-06T15:44:06.024Z Compiling want v0.3.1
5842026-06-06T15:44:06.045Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-06-06T15:44:06.195Z Compiling tokio-util v0.7.18
5862026-06-06T15:44:06.208Z Compiling tempfile v3.27.0
5872026-06-06T15:44:06.459Z Compiling cfg-expr v0.20.8
5882026-06-06T15:44:06.490Z Compiling url v2.5.8
5892026-06-06T15:44:07.103Z Compiling h2 v0.4.14
5902026-06-06T15:44:07.756Z Compiling backtrace v0.3.76
5912026-06-06T15:44:07.787Z Compiling thiserror-impl v1.0.69
5922026-06-06T15:44:08.174Z Compiling terminal_size v0.4.4
5932026-06-06T15:44:08.333Z Compiling aho-corasick v1.1.4
5942026-06-06T15:44:08.395Z Compiling subtle v2.6.1
5952026-06-06T15:44:08.554Z Compiling erased-serde v0.4.10
5962026-06-06T15:44:08.870Z Compiling rustls-webpki v0.103.13
5972026-06-06T15:44:08.959Z Compiling winnow v0.7.15
5982026-06-06T15:44:09.001Z Compiling regex-syntax v0.8.10
5992026-06-06T15:44:10.896Z Compiling typenum v1.20.1
6002026-06-06T15:44:11.455Z Compiling regex-automata v0.4.14
6012026-06-06T15:44:11.728Z Compiling hyper v1.10.1
6022026-06-06T15:44:13.797Z Compiling toml_datetime v0.6.11
6032026-06-06T15:44:14.177Z Compiling serde_spanned v0.6.9
6042026-06-06T15:44:14.337Z Compiling ahash v0.8.12
6052026-06-06T15:44:14.610Z Compiling sync_wrapper v1.0.2
6062026-06-06T15:44:14.725Z Compiling unicode-segmentation v1.13.3
6072026-06-06T15:44:15.188Z Compiling parking_lot_core v0.9.12
6082026-06-06T15:44:15.222Z Compiling portable-atomic v1.13.1
6092026-06-06T15:44:15.413Z Compiling crc32fast v1.5.0
6102026-06-06T15:44:15.436Z Compiling ipnet v2.12.0
6112026-06-06T15:44:15.684Z Compiling base64 v0.22.1
6122026-06-06T15:44:15.712Z Compiling either v1.16.0
6132026-06-06T15:44:15.941Z Compiling tower-layer v0.3.3
6142026-06-06T15:44:16.133Z Compiling foldhash v0.1.5
6152026-06-06T15:44:16.146Z Compiling lazy_static v1.5.0
6162026-06-06T15:44:16.170Z Compiling nextest-workspace-hack v0.1.0
6172026-06-06T15:44:16.239Z Compiling unicode-linebreak v0.1.5
6182026-06-06T15:44:16.253Z Compiling toml_write v0.1.2
6192026-06-06T15:44:16.349Z Compiling is_ci v1.2.0
6202026-06-06T15:44:16.416Z Compiling hashbrown v0.15.5
6212026-06-06T15:44:16.521Z Compiling supports-color v3.0.2
6222026-06-06T15:44:16.524Z Compiling toml_edit v0.22.27
6232026-06-06T15:44:16.568Z Compiling textwrap v0.16.2
6242026-06-06T15:44:16.628Z Compiling sharded-slab v0.1.7
6252026-06-06T15:44:16.783Z Compiling tower v0.5.3
6262026-06-06T15:44:17.053Z Compiling hyper-util v0.1.20
6272026-06-06T15:44:17.329Z Compiling tokio-rustls v0.26.4
6282026-06-06T15:44:17.359Z Compiling convert_case v0.10.0
6292026-06-06T15:44:17.660Z Compiling backtrace-ext v0.2.1
6302026-06-06T15:44:17.919Z Compiling ordered-float v2.10.1
6312026-06-06T15:44:17.978Z Compiling webpki-roots v1.0.7
6322026-06-06T15:44:18.098Z Compiling miette-derive v7.6.0
6332026-06-06T15:44:18.188Z Compiling pathdiff v0.2.3
6342026-06-06T15:44:18.201Z Compiling console v0.15.11
6352026-06-06T15:44:18.313Z Compiling tracing-log v0.2.0
6362026-06-06T15:44:18.670Z Compiling cargo-platform v0.3.3
6372026-06-06T15:44:19.217Z Compiling os_pipe v1.2.3
6382026-06-06T15:44:19.230Z Compiling thread_local v1.1.9
6392026-06-06T15:44:19.391Z Compiling rustix v0.38.44
6402026-06-06T15:44:19.590Z Compiling fixedbitset v0.5.7
6412026-06-06T15:44:19.654Z Compiling pulldown-cmark v0.13.4
6422026-06-06T15:44:19.746Z Compiling cfg_aliases v0.2.1
6432026-06-06T15:44:19.822Z Compiling ryu v1.0.23
6442026-06-06T15:44:19.845Z Compiling utf8parse v0.2.2
6452026-06-06T15:44:19.885Z Compiling winnow v1.0.3
6462026-06-06T15:44:19.983Z Compiling supports-hyperlinks v3.2.0
6472026-06-06T15:44:20.106Z Compiling scopeguard v1.2.0
6482026-06-06T15:44:20.106Z Compiling supports-unicode v3.0.0
6492026-06-06T15:44:20.175Z Compiling zstd-safe v7.2.4
6502026-06-06T15:44:20.217Z Compiling unicode-width v0.1.14
6512026-06-06T15:44:20.286Z Compiling debug-ignore v1.0.5
6522026-06-06T15:44:20.403Z Compiling lock_api v0.4.14
6532026-06-06T15:44:20.432Z Compiling serde_urlencoded v0.7.1
6542026-06-06T15:44:20.520Z Compiling miette v7.6.0
6552026-06-06T15:44:20.642Z Compiling anstyle-parse v1.0.0
6562026-06-06T15:44:20.817Z Compiling nix v0.30.1
6572026-06-06T15:44:20.862Z Compiling petgraph v0.8.3
6582026-06-06T15:44:21.204Z Compiling toml_parser v1.1.2+spec-1.1.0
6592026-06-06T15:44:21.399Z Compiling tracing-subscriber v0.3.23
6602026-06-06T15:44:22.533Z Compiling sigchld v0.2.4
6612026-06-06T15:44:22.679Z Compiling cargo_metadata v0.23.1
6622026-06-06T15:44:22.729Z Compiling serde-value v0.7.0
6632026-06-06T15:44:22.791Z Compiling toml v0.8.23
6642026-06-06T15:44:23.482Z Compiling hyper-rustls v0.27.9
6652026-06-06T15:44:24.158Z Compiling serde-untagged v0.1.9
6662026-06-06T15:44:24.610Z Compiling derive_more-impl v2.1.1
6672026-06-06T15:44:25.340Z Compiling tower-http v0.6.11
6682026-06-06T15:44:25.504Z Compiling itertools v0.14.0
6692026-06-06T15:44:25.518Z Compiling regex v1.12.3
6702026-06-06T15:44:25.637Z Compiling block-buffer v0.10.4
6712026-06-06T15:44:25.791Z Compiling crypto-common v0.1.7
6722026-06-06T15:44:25.899Z Compiling ppv-lite86 v0.2.21
6732026-06-06T15:44:25.924Z Compiling futures-executor v0.3.32
6742026-06-06T15:44:25.998Z Compiling rand_core v0.9.5
6752026-06-06T15:44:26.219Z Compiling pin-project-internal v1.1.13
6762026-06-06T15:44:26.246Z Compiling http-body-util v0.1.3
6772026-06-06T15:44:26.452Z Compiling uuid v1.23.2
6782026-06-06T15:44:26.509Z Compiling smol_str v0.3.6
6792026-06-06T15:44:26.847Z Compiling serde_spanned v1.1.1
6802026-06-06T15:44:26.930Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-06T15:44:26.986Z Compiling filetime v0.2.29
6822026-06-06T15:44:26.998Z Compiling vte v0.14.1
6832026-06-06T15:44:27.002Z Compiling bstr v1.12.1
6842026-06-06T15:44:27.188Z Compiling tinyvec_macros v0.1.1
6852026-06-06T15:44:27.216Z Compiling is_terminal_polyfill v1.70.2
6862026-06-06T15:44:27.266Z Compiling unicode-xid v0.2.6
6872026-06-06T15:44:27.277Z Compiling eyre v0.6.12
6882026-06-06T15:44:27.311Z Compiling color-spantrace v0.3.0
6892026-06-06T15:44:27.400Z Compiling nested v0.1.1
6902026-06-06T15:44:27.539Z Compiling anstyle v1.0.14
6912026-06-06T15:44:27.595Z Compiling static_assertions v1.1.0
6922026-06-06T15:44:27.620Z Compiling unicase v2.9.0
6932026-06-06T15:44:27.669Z Compiling number_prefix v0.4.0
6942026-06-06T15:44:27.696Z Compiling colorchoice v1.0.5
6952026-06-06T15:44:27.798Z Compiling self_update v0.42.0
6962026-06-06T15:44:27.798Z Compiling litrs v1.0.0
6972026-06-06T15:44:27.824Z Compiling anstyle-query v1.1.5
6982026-06-06T15:44:27.827Z Compiling xattr v1.6.1
6992026-06-06T15:44:27.881Z Compiling iana-time-zone v0.1.65
7002026-06-06T15:44:27.925Z Compiling anstream v1.0.0
7012026-06-06T15:44:28.061Z Compiling chrono v0.4.45
7022026-06-06T15:44:28.146Z Compiling tar v0.4.46
7032026-06-06T15:44:28.223Z Compiling indicatif v0.17.11
7042026-06-06T15:44:28.247Z Compiling document-features v0.2.12
7052026-06-06T15:44:28.422Z Compiling guppy v0.17.26
7062026-06-06T15:44:29.127Z Compiling globset v0.4.18
7072026-06-06T15:44:29.148Z Compiling cargo-util-schemas v0.2.0
7082026-06-06T15:44:30.640Z Compiling pin-project v1.1.13
7092026-06-06T15:44:30.746Z Compiling tinyvec v1.11.0
7102026-06-06T15:44:31.214Z Compiling strip-ansi-escapes v0.2.1
7112026-06-06T15:44:31.353Z Compiling toml v1.1.2+spec-1.1.0
7122026-06-06T15:44:31.385Z Compiling nextest-metadata v0.12.2
7132026-06-06T15:44:31.431Z Compiling newtype-uuid v1.3.2
7142026-06-06T15:44:31.591Z Compiling reqwest v0.12.28
7152026-06-06T15:44:31.615Z Compiling rand_chacha v0.9.0
7162026-06-06T15:44:31.669Z Compiling futures v0.3.32
7172026-06-06T15:44:31.752Z Compiling digest v0.10.7
7182026-06-06T15:44:31.980Z Compiling derive_more v2.1.1
7192026-06-06T15:44:32.064Z Compiling flate2 v1.1.9
7202026-06-06T15:44:32.161Z Compiling parking_lot v0.12.5
7212026-06-06T15:44:32.369Z Compiling shared_child v1.1.1
7222026-06-06T15:44:32.609Z Compiling tracing-error v0.2.1
7232026-06-06T15:44:33.081Z Compiling signal-hook-mio v0.2.5
7242026-06-06T15:44:33.194Z Compiling self-replace v1.5.0
7252026-06-06T15:44:33.217Z Compiling cargo-platform v0.2.0
7262026-06-06T15:44:33.490Z Compiling quick-xml v0.38.4
7272026-06-06T15:44:33.780Z Compiling quick-xml v0.37.5
7282026-06-06T15:44:34.041Z Compiling cpufeatures v0.2.17
7292026-06-06T15:44:34.121Z Compiling recursion v0.5.4
7302026-06-06T15:44:34.259Z Compiling humantime v2.3.0
7312026-06-06T15:44:34.797Z Compiling shell-words v1.1.1
7322026-06-06T15:44:34.940Z Compiling clap_lex v1.1.0
7332026-06-06T15:44:35.045Z Compiling strsim v0.11.1
7342026-06-06T15:44:35.123Z Compiling heck v0.5.0
7352026-06-06T15:44:35.299Z Compiling indenter v0.3.4
7362026-06-06T15:44:35.313Z Compiling urlencoding v2.1.3
7372026-06-06T15:44:35.325Z Compiling clap_derive v4.6.1
7382026-06-06T15:44:35.880Z Compiling clap_builder v4.6.0
7392026-06-06T15:44:35.933Z Compiling humantime-serde v1.1.1
7402026-06-06T15:44:36.096Z Compiling nextest-filtering v0.15.0
7412026-06-06T15:44:36.562Z Compiling sha2 v0.10.9
7422026-06-06T15:44:37.097Z Compiling quick-junit v0.5.2
7432026-06-06T15:44:37.784Z Compiling cargo_metadata v0.20.0
7442026-06-06T15:44:40.047Z Compiling atomicwrites v0.4.4
7452026-06-06T15:44:40.187Z Compiling cargo-nextest v0.9.97
7462026-06-06T15:44:40.329Z Compiling crossterm v0.29.0
7472026-06-06T15:44:41.823Z Compiling duct v0.13.7
7482026-06-06T15:44:42.046Z Compiling config v0.15.23
7492026-06-06T15:44:42.298Z Compiling zstd v0.13.3
7502026-06-06T15:44:42.338Z Compiling rand v0.9.4
7512026-06-06T15:44:42.763Z Compiling async-scoped v0.9.0
7522026-06-06T15:44:42.923Z Compiling unicode-normalization v0.1.25
7532026-06-06T15:44:42.971Z Compiling target-spec-miette v0.4.8
7542026-06-06T15:44:43.082Z Compiling future-queue v0.4.0
7552026-06-06T15:44:43.398Z Compiling mukti-metadata v0.3.0
7562026-06-06T15:44:43.408Z Compiling camino-tempfile v1.4.1
7572026-06-06T15:44:43.500Z Compiling tokio-stream v0.1.18
7582026-06-06T15:44:43.546Z Compiling derive-where v1.6.1
7592026-06-06T15:44:43.610Z Compiling serde_path_to_error v0.1.20
7602026-06-06T15:44:43.848Z Compiling serde_ignored v0.1.14
7612026-06-06T15:44:43.863Z Compiling xxhash-rust v0.8.15
7622026-06-06T15:44:44.025Z Compiling indent_write v2.2.0
7632026-06-06T15:44:44.062Z Compiling hex v0.4.3
7642026-06-06T15:44:44.073Z Compiling swrite v0.1.0
7652026-06-06T15:44:44.168Z Compiling home v0.5.12
7662026-06-06T15:44:44.183Z Compiling color-eyre v0.6.5
7672026-06-06T15:44:44.215Z Compiling clap v4.6.1
7682026-06-06T15:44:44.302Z Compiling dialoguer v0.11.0
7692026-06-06T15:44:44.337Z Compiling enable-ansi-support v0.2.1
7702026-06-06T15:44:44.783Z Compiling nextest-runner v0.80.0
7712026-06-06T15:45:02.794Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-06-06T15:45:02.984Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-06-06T15:45:02.986Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-06-06T15:45:03.106Z+ pushd bgp
7752026-06-06T15:45:03.110Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-06-06T15:45:03.110Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-06-06T15:45:03.263Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-06-06T15:45:03.957ZFrom https://github.com/oxidecomputer/falcon
7792026-06-06T15:45:03.958Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7802026-06-06T15:45:04.034Z Updating crates.io index
7812026-06-06T15:45:04.072Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-06-06T15:45:05.106ZFrom https://github.com/oxidecomputer/dendrite
7832026-06-06T15:45:05.106Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7842026-06-06T15:45:05.192Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-06-06T15:45:05.484ZFrom https://github.com/oxidecomputer/ispf
7862026-06-06T15:45:05.484Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-06-06T15:45:05.490Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-06-06T15:45:05.864ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-06-06T15:45:05.864Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7902026-06-06T15:45:05.871Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-06-06T15:45:13.277ZFrom https://github.com/oxidecomputer/omicron
7922026-06-06T15:45:13.277Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7932026-06-06T15:45:13.704Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-06-06T15:45:14.364ZFrom https://github.com/oxidecomputer/opte
7952026-06-06T15:45:14.364Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7962026-06-06T15:45:14.397Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-06-06T15:45:14.688ZFrom https://github.com/illumos/smf-rs
7982026-06-06T15:45:14.688Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-06-06T15:45:14.835Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-06-06T15:45:15.129ZFrom https://github.com/oxidecomputer/network-interface
8012026-06-06T15:45:15.129Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-06-06T15:45:15.207Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-06-06T15:45:15.490ZFrom https://github.com/oxidecomputer/zone
8042026-06-06T15:45:15.490Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-06-06T15:45:15.514Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-06-06T15:45:16.127ZFrom https://github.com/oxidecomputer/propolis
8072026-06-06T15:45:16.127Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-06-06T15:45:16.236Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-06-06T15:45:16.769ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-06-06T15:45:16.769Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8112026-06-06T15:45:16.843Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-06-06T15:45:17.128ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-06-06T15:45:17.128Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8142026-06-06T15:45:17.133Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-06-06T15:45:17.444ZFrom https://github.com/jmesmon/rust-libzfs
8162026-06-06T15:45:17.444Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-06-06T15:45:17.453Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-06-06T15:45:17.743ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-06-06T15:45:17.743Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-06-06T15:45:17.750Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-06-06T15:45:18.107ZFrom https://github.com/oxidecomputer/lldp
8222026-06-06T15:45:18.107Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8232026-06-06T15:45:18.139Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-06-06T15:45:18.423ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-06-06T15:45:18.423Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-06-06T15:45:18.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-06-06T15:45:18.817ZFrom https://github.com/oxidecomputer/tufaceous
8282026-06-06T15:45:18.817Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-06-06T15:45:18.872Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-06-06T15:45:19.354ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-06-06T15:45:19.354Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8322026-06-06T15:45:19.370Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-06-06T15:45:20.231ZFrom https://github.com/oxidecomputer/crucible
8342026-06-06T15:45:20.231Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-06-06T15:45:20.288Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-06-06T15:45:20.570ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-06-06T15:45:20.570Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-06-06T15:45:20.865Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-06-06T15:45:21.292ZFrom https://github.com/oxidecomputer/propolis
8402026-06-06T15:45:21.292Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8412026-06-06T15:45:21.344Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-06T15:45:21.853ZFrom https://github.com/oxidecomputer/crucible
8432026-06-06T15:45:21.853Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8442026-06-06T15:45:21.968Z Updating git repository `https://github.com/oxidecomputer/tofino`
8452026-06-06T15:45:22.326ZFrom https://github.com/oxidecomputer/tofino
8462026-06-06T15:45:22.326Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8472026-06-06T15:45:22.337Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8482026-06-06T15:45:23.294ZFrom https://github.com/oxidecomputer/maghemite
8492026-06-06T15:45:23.294Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8502026-06-06T15:45:23.341Z Updating git repository `https://github.com/oxidecomputer/clickward`
8512026-06-06T15:45:23.783ZFrom https://github.com/oxidecomputer/clickward
8522026-06-06T15:45:23.783Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8532026-06-06T15:45:23.824Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-06-06T15:45:24.108ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-06-06T15:45:24.108Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-06-06T15:45:24.935Z Downloading crates ...
8572026-06-06T15:45:25.038Z Downloaded aead v0.5.2
8582026-06-06T15:45:25.042Z Downloaded bit-set v0.8.0
8592026-06-06T15:45:25.047Z Downloaded base64 v0.21.7
8602026-06-06T15:45:25.050Z Downloaded base16ct v0.2.0
8612026-06-06T15:45:25.053Z Downloaded argon2 v0.5.3
8622026-06-06T15:45:25.056Z Downloaded bcs v0.1.6
8632026-06-06T15:45:25.056Z Downloaded async-trait v0.1.89
8642026-06-06T15:45:25.059Z Downloaded backon v1.6.0
8652026-06-06T15:45:25.063Z Downloaded embedded-io v0.4.0
8662026-06-06T15:45:25.065Z Downloaded block-buffer v0.12.0
8672026-06-06T15:45:25.068Z Downloaded embedded-io v0.6.1
8682026-06-06T15:45:25.068Z Downloaded mime v0.3.17
8692026-06-06T15:45:25.071Z Downloaded base16ct v1.0.0
8702026-06-06T15:45:25.073Z Downloaded async-stream-impl v0.3.6
8712026-06-06T15:45:25.073Z Downloaded async-stream v0.3.6
8722026-06-06T15:45:25.076Z Downloaded memmap2 v0.9.10
8732026-06-06T15:45:25.079Z Downloaded cobs v0.3.0
8742026-06-06T15:45:25.079Z Downloaded allocator-api2 v0.2.21
8752026-06-06T15:45:25.082Z Downloaded crunchy v0.2.4
8762026-06-06T15:45:25.084Z Downloaded bitflags v2.12.1
8772026-06-06T15:45:25.087Z Downloaded backoff v0.4.0
8782026-06-06T15:45:25.090Z Downloaded hash32 v0.3.1
8792026-06-06T15:45:25.092Z Downloaded bit-vec v0.8.0
8802026-06-06T15:45:25.092Z Downloaded const-random v0.1.18
8812026-06-06T15:45:25.095Z Downloaded arrayref v0.3.9
8822026-06-06T15:45:25.095Z Downloaded async-recursion v1.1.1
8832026-06-06T15:45:25.098Z Downloaded foreign-types v0.5.0
8842026-06-06T15:45:25.101Z Downloaded compression-codecs v0.4.38
8852026-06-06T15:45:25.104Z Downloaded blake2 v0.10.6
8862026-06-06T15:45:25.106Z Downloaded newline-converter v0.3.0
8872026-06-06T15:45:25.109Z Downloaded ciborium-ll v0.2.2
8882026-06-06T15:45:25.109Z Downloaded defmt v0.3.100
8892026-06-06T15:45:25.111Z Downloaded match_cfg v0.1.0
8902026-06-06T15:45:25.111Z Downloaded dropshot-api-manager-types v0.7.2
8912026-06-06T15:45:25.114Z Downloaded macaddr v1.0.1
8922026-06-06T15:45:25.114Z Downloaded group v0.13.0
8932026-06-06T15:45:25.117Z Downloaded cstr-argument v0.1.2
8942026-06-06T15:45:25.117Z Downloaded crypto-common v0.2.2
8952026-06-06T15:45:25.120Z Downloaded ciborium-io v0.2.2
8962026-06-06T15:45:25.123Z Downloaded memoffset v0.9.1
8972026-06-06T15:45:25.123Z Downloaded idna_adapter v1.2.2
8982026-06-06T15:45:25.123Z Downloaded anyhow v1.0.102
8992026-06-06T15:45:25.126Z Downloaded foreign-types-shared v0.3.1
9002026-06-06T15:45:25.128Z Downloaded konst_macro_rules v0.2.19
9012026-06-06T15:45:25.131Z Downloaded dof v0.3.0
9022026-06-06T15:45:25.131Z Downloaded hostname v0.4.2
9032026-06-06T15:45:25.134Z Downloaded cpufeatures v0.3.0
9042026-06-06T15:45:25.137Z Downloaded dtrace-parser v0.3.0
9052026-06-06T15:45:25.137Z Downloaded hubpack v0.1.2
9062026-06-06T15:45:25.140Z Downloaded httpdate v1.0.3
9072026-06-06T15:45:25.140Z Downloaded crucible-workspace-hack v0.1.0
9082026-06-06T15:45:25.144Z Downloaded convert_case v0.4.0
9092026-06-06T15:45:25.144Z Downloaded managed v0.8.0
9102026-06-06T15:45:25.147Z Downloaded erased-serde v0.3.31
9112026-06-06T15:45:25.147Z Downloaded hostname v0.3.1
9122026-06-06T15:45:25.147Z Downloaded const-random-macro v0.1.16
9132026-06-06T15:45:25.150Z Downloaded libsw-core v0.3.2
9142026-06-06T15:45:25.150Z Downloaded dyn-clone v1.0.20
9152026-06-06T15:45:25.152Z Downloaded newtype_derive v0.1.6
9162026-06-06T15:45:25.153Z Downloaded fxhash v0.2.1
9172026-06-06T15:45:25.155Z Downloaded darling_macro v0.23.0
9182026-06-06T15:45:25.155Z Downloaded dunce v1.0.5
9192026-06-06T15:45:25.159Z Downloaded num-iter v0.1.45
9202026-06-06T15:45:25.159Z Downloaded num_threads v0.1.7
9212026-06-06T15:45:25.162Z Downloaded keccak v0.1.6
9222026-06-06T15:45:25.162Z Downloaded ident_case v1.0.1
9232026-06-06T15:45:25.162Z Downloaded heck v0.4.1
9242026-06-06T15:45:25.165Z Downloaded olpc-cjson v0.1.4
9252026-06-06T15:45:25.165Z Downloaded opaque-debug v0.3.1
9262026-06-06T15:45:25.168Z Downloaded linked-hash-map v0.5.6
9272026-06-06T15:45:25.168Z Downloaded num-derive v0.4.2
9282026-06-06T15:45:25.171Z Downloaded internet-checksum v0.2.1
9292026-06-06T15:45:25.171Z Downloaded num v0.4.3
9302026-06-06T15:45:25.173Z Downloaded crossbeam-utils v0.8.21
9312026-06-06T15:45:25.173Z Downloaded bitflags v1.3.2
9322026-06-06T15:45:25.176Z Downloaded omicron-workspace-hack v0.1.0
9332026-06-06T15:45:25.178Z Downloaded git-stub v1.0.0
9342026-06-06T15:45:25.178Z Downloaded defmt-macros v1.1.0
9352026-06-06T15:45:25.181Z Downloaded derive-ex v0.1.8
9362026-06-06T15:45:25.184Z Downloaded instant v0.1.13
9372026-06-06T15:45:25.187Z Downloaded num-conv v0.2.2
9382026-06-06T15:45:25.187Z Downloaded no-std-compat v0.4.1
9392026-06-06T15:45:25.187Z Downloaded arrayvec v0.7.6
9402026-06-06T15:45:25.190Z Downloaded foreign-types-macros v0.2.3
9412026-06-06T15:45:25.190Z Downloaded natord v1.0.9
9422026-06-06T15:45:25.193Z Downloaded deranged v0.5.8
9432026-06-06T15:45:25.193Z Downloaded lru-cache v0.1.2
9442026-06-06T15:45:25.196Z Downloaded libscf-sys v1.2.0
9452026-06-06T15:45:25.196Z Downloaded data-encoding v2.11.0
9462026-06-06T15:45:25.196Z Downloaded crossbeam-epoch v0.9.18
9472026-06-06T15:45:25.199Z Downloaded crossbeam-deque v0.8.6
9482026-06-06T15:45:25.201Z Downloaded phf_shared v0.12.1
9492026-06-06T15:45:25.201Z Downloaded libsw v3.5.0
9502026-06-06T15:45:25.204Z Downloaded fs_extra v1.3.0
9512026-06-06T15:45:25.204Z Downloaded num-integer v0.1.46
9522026-06-06T15:45:25.207Z Downloaded glob v0.3.3
9532026-06-06T15:45:25.210Z Downloaded displaydoc v0.2.6
9542026-06-06T15:45:25.210Z Downloaded bs58 v0.5.1
9552026-06-06T15:45:25.213Z Downloaded fs-err v3.3.0
9562026-06-06T15:45:25.213Z Downloaded foldhash v0.2.0
9572026-06-06T15:45:25.215Z Downloaded csv-core v0.1.13
9582026-06-06T15:45:25.218Z Downloaded digest v0.11.3
9592026-06-06T15:45:25.218Z Downloaded daft-derive v0.1.7
9602026-06-06T15:45:25.221Z Downloaded proc-macro-error-attr v1.0.4
9612026-06-06T15:45:25.223Z Downloaded num_enum_derive v0.7.6
9622026-06-06T15:45:25.223Z Downloaded num_enum_derive v0.5.11
9632026-06-06T15:45:25.226Z Downloaded num_enum v0.7.6
9642026-06-06T15:45:25.229Z Downloaded quick-error v1.2.3
9652026-06-06T15:45:25.232Z Downloaded proc-macro-error-attr2 v2.0.0
9662026-06-06T15:45:25.232Z Downloaded ingot-types v0.1.2
9672026-06-06T15:45:25.235Z Downloaded highway v1.3.0
9682026-06-06T15:45:25.235Z Downloaded progenitor-client v0.14.0
9692026-06-06T15:45:25.237Z Downloaded git-stub-vcs v0.1.0
9702026-06-06T15:45:25.238Z Downloaded progenitor-macro v0.13.0
9712026-06-06T15:45:25.240Z Downloaded parse-display v0.10.0
9722026-06-06T15:45:25.240Z Downloaded ipnetwork v0.21.1
9732026-06-06T15:45:25.240Z Downloaded chacha20 v0.10.0
9742026-06-06T15:45:25.243Z Downloaded derive_more v0.99.20
9752026-06-06T15:45:25.246Z Downloaded oxnet v0.1.6
9762026-06-06T15:45:25.249Z Downloaded colored v3.1.1
9772026-06-06T15:45:25.251Z Downloaded rand_chacha v0.3.1
9782026-06-06T15:45:25.251Z Downloaded rand_xorshift v0.4.0
9792026-06-06T15:45:25.254Z Downloaded progenitor-macro v0.14.0
9802026-06-06T15:45:25.254Z Downloaded darling_core v0.21.3
9812026-06-06T15:45:25.257Z Downloaded pem v3.0.6
9822026-06-06T15:45:25.260Z Downloaded rustc_version v0.1.7
9832026-06-06T15:45:25.260Z Downloaded paste v1.0.15
9842026-06-06T15:45:25.262Z Downloaded password-hash v0.5.0
9852026-06-06T15:45:25.265Z Downloaded hickory-resolver v0.24.4
9862026-06-06T15:45:25.268Z Downloaded ref-cast-impl v1.0.25
9872026-06-06T15:45:25.268Z Downloaded ref-cast v1.0.25
9882026-06-06T15:45:25.271Z Downloaded hmac v0.12.1
9892026-06-06T15:45:25.271Z Downloaded hybrid-array v0.4.12
9902026-06-06T15:45:25.274Z Downloaded serde_repr v0.1.20
9912026-06-06T15:45:25.277Z Downloaded serde-big-array v0.5.1
9922026-06-06T15:45:25.277Z Downloaded icu_provider v2.2.0
9932026-06-06T15:45:25.280Z Downloaded parse-display-derive v0.10.0
9942026-06-06T15:45:25.280Z Downloaded serde_plain v1.0.2
9952026-06-06T15:45:25.282Z Downloaded same-file v1.0.6
9962026-06-06T15:45:25.282Z Downloaded diff v0.1.13
9972026-06-06T15:45:25.285Z Downloaded progenitor v0.14.0
9982026-06-06T15:45:25.285Z Downloaded progenitor-client v0.10.0
9992026-06-06T15:45:25.288Z Downloaded cargo_toml v0.22.3
10002026-06-06T15:45:25.288Z Downloaded semver v0.1.20
10012026-06-06T15:45:25.290Z Downloaded secrecy v0.10.3
10022026-06-06T15:45:25.290Z Downloaded proc-macro-error v1.0.4
10032026-06-06T15:45:25.293Z Downloaded scroll_derive v0.13.1
10042026-06-06T15:45:25.293Z Downloaded sha1 v0.10.6
10052026-06-06T15:45:25.296Z Downloaded progenitor-extras v0.2.0
10062026-06-06T15:45:25.296Z Downloaded proc-macro-error2 v2.0.1
10072026-06-06T15:45:25.300Z Downloaded sigpipe v0.1.3
10082026-06-06T15:45:25.300Z Downloaded slog-bunyan v2.5.0
10092026-06-06T15:45:25.300Z Downloaded siphasher v1.0.3
10102026-06-06T15:45:25.304Z Downloaded sha1 v0.11.0
10112026-06-06T15:45:25.304Z Downloaded dropshot_endpoint v0.17.1
10122026-06-06T15:45:25.304Z Downloaded arc-swap v1.9.1
10132026-06-06T15:45:25.306Z Downloaded drift v0.2.0
10142026-06-06T15:45:25.311Z Downloaded pest_derive v2.8.6
10152026-06-06T15:45:25.316Z Downloaded rand_core v0.10.1
10162026-06-06T15:45:25.316Z Downloaded poly1305 v0.8.0
10172026-06-06T15:45:25.319Z Downloaded rustversion v1.0.22
10182026-06-06T15:45:25.319Z Downloaded parking_lot v0.11.2
10192026-06-06T15:45:25.321Z Downloaded schemars_derive v0.8.22
10202026-06-06T15:45:25.321Z Downloaded oxide-tokio-rt v0.1.6
10212026-06-06T15:45:25.321Z Downloaded serde_derive_internals v0.29.1
10222026-06-06T15:45:25.324Z Downloaded smawk v0.3.2
10232026-06-06T15:45:25.324Z Downloaded slog-envlogger v2.2.0
10242026-06-06T15:45:25.324Z Downloaded spin v0.5.2
10252026-06-06T15:45:25.327Z Downloaded defmt v1.1.0
10262026-06-06T15:45:25.330Z Downloaded serial_test_derive v3.5.0
10272026-06-06T15:45:25.330Z Downloaded strum v0.27.2
10282026-06-06T15:45:25.330Z Downloaded structmeta v0.3.0
10292026-06-06T15:45:25.330Z Downloaded stable_deref_trait v1.2.1
10302026-06-06T15:45:25.333Z Downloaded rustls-native-certs v0.8.4
10312026-06-06T15:45:25.333Z Downloaded strum v0.26.3
10322026-06-06T15:45:25.333Z Downloaded structmeta-derive v0.3.0
10332026-06-06T15:45:25.335Z Downloaded scroll_derive v0.12.1
10342026-06-06T15:45:25.335Z Downloaded progenitor-client v0.13.0
10352026-06-06T15:45:25.335Z Downloaded progenitor v0.13.0
10362026-06-06T15:45:25.335Z Downloaded powerfmt v0.2.0
10372026-06-06T15:45:25.338Z Downloaded take_mut v0.2.2
10382026-06-06T15:45:25.338Z Downloaded tabled_derive v0.7.0
10392026-06-06T15:45:25.338Z Downloaded litemap v0.8.2
10402026-06-06T15:45:25.341Z Downloaded serde_tokenstream v0.2.3
10412026-06-06T15:45:25.341Z Downloaded elliptic-curve v0.13.8
10422026-06-06T15:45:25.344Z Downloaded const-oid v0.10.2
10432026-06-06T15:45:25.346Z Downloaded darling v0.21.3
10442026-06-06T15:45:25.349Z Downloaded resolv-conf v0.7.6
10452026-06-06T15:45:25.349Z Downloaded indicatif v0.18.4
10462026-06-06T15:45:25.352Z Downloaded thread-id v4.2.2
10472026-06-06T15:45:25.352Z Downloaded termtree v0.5.1
10482026-06-06T15:45:25.354Z Downloaded tagptr v0.2.0
10492026-06-06T15:45:25.354Z Downloaded tabwriter v1.4.1
10502026-06-06T15:45:25.355Z Downloaded tabled_derive v0.11.0
10512026-06-06T15:45:25.357Z Downloaded thiserror-impl-no-std v2.0.2
10522026-06-06T15:45:25.357Z Downloaded papergrid v0.11.0
10532026-06-06T15:45:25.360Z Downloaded rusty-fork v0.3.1
10542026-06-06T15:45:25.360Z Downloaded phf v0.12.1
10552026-06-06T15:45:25.363Z Downloaded slog-term v2.9.2
10562026-06-06T15:45:25.363Z Downloaded postcard v1.1.3
10572026-06-06T15:45:25.366Z Downloaded darling_core v0.23.0
10582026-06-06T15:45:25.369Z Downloaded time-core v0.1.8
10592026-06-06T15:45:25.369Z Downloaded serial_test v3.5.0
10602026-06-06T15:45:25.369Z Downloaded scroll v0.13.0
10612026-06-06T15:45:25.369Z Downloaded scroll v0.12.0
10622026-06-06T15:45:25.372Z Downloaded const_format v0.2.36
10632026-06-06T15:45:25.374Z Downloaded usdt-attr-macro v0.5.0
10642026-06-06T15:45:25.374Z Downloaded slog-async v2.8.0
10652026-06-06T15:45:25.375Z Downloaded ingot-macros v0.1.1
10662026-06-06T15:45:25.375Z Downloaded half v2.7.1
10672026-06-06T15:45:25.377Z Downloaded unit-prefix v0.5.2
10682026-06-06T15:45:25.377Z Downloaded typify-macro v0.4.3
10692026-06-06T15:45:25.377Z Downloaded topological-sort v0.2.2
10702026-06-06T15:45:25.380Z Downloaded usdt v0.5.0
10712026-06-06T15:45:25.380Z Downloaded slog-stdlog v4.1.1
10722026-06-06T15:45:25.380Z Downloaded untrusted v0.7.1
10732026-06-06T15:45:25.384Z Downloaded universal-hash v0.5.1
10742026-06-06T15:45:25.384Z Downloaded papergrid v0.18.0
10752026-06-06T15:45:25.388Z Downloaded indexmap v1.9.3
10762026-06-06T15:45:25.388Z Downloaded smartstring v1.0.1
10772026-06-06T15:45:25.390Z Downloaded smf v0.2.3
10782026-06-06T15:45:25.391Z Downloaded serde_with_macros v3.20.0
10792026-06-06T15:45:25.391Z Downloaded rustls-pemfile v2.2.0
10802026-06-06T15:45:25.391Z Downloaded testing_table v0.3.0
10812026-06-06T15:45:25.393Z Downloaded omicron-zone-package v0.12.2
10822026-06-06T15:45:25.393Z Downloaded unarray v0.1.4
10832026-06-06T15:45:25.396Z Downloaded usdt-macro v0.6.0
10842026-06-06T15:45:25.396Z Downloaded usdt v0.6.0
10852026-06-06T15:45:25.396Z Downloaded icu_properties v2.2.0
10862026-06-06T15:45:25.398Z Downloaded icu_locale_core v2.2.0
10872026-06-06T15:45:25.401Z Downloaded snafu-derive v0.8.9
10882026-06-06T15:45:25.401Z Downloaded zeroize_derive v1.4.3
10892026-06-06T15:45:25.404Z Downloaded thiserror-no-std v2.0.2
10902026-06-06T15:45:25.406Z Downloaded chacha20poly1305 v0.10.1
10912026-06-06T15:45:25.406Z Downloaded icu_normalizer_data v2.2.0
10922026-06-06T15:45:25.409Z Downloaded typify-macro v0.6.2
10932026-06-06T15:45:25.409Z Downloaded usdt-attr-macro v0.6.0
10942026-06-06T15:45:25.409Z Downloaded synstructure v0.13.2
10952026-06-06T15:45:25.409Z Downloaded strum_macros v0.26.4
10962026-06-06T15:45:25.412Z Downloaded slog-scope v4.4.1
10972026-06-06T15:45:25.413Z Downloaded slog-json v2.6.1
10982026-06-06T15:45:25.413Z Downloaded zerofrom-derive v0.1.7
10992026-06-06T15:45:25.415Z Downloaded waitgroup v0.1.2
11002026-06-06T15:45:25.415Z Downloaded tiny-keccak v2.0.2
11012026-06-06T15:45:25.415Z Downloaded slog-dtrace v0.3.0
11022026-06-06T15:45:25.415Z Downloaded progenitor v0.10.0
11032026-06-06T15:45:25.418Z Downloaded darling v0.23.0
11042026-06-06T15:45:25.421Z Downloaded zerofrom v0.1.8
11052026-06-06T15:45:25.421Z Downloaded wait-timeout v0.2.1
11062026-06-06T15:45:25.421Z Downloaded zone_cfg_derive v0.3.1
11072026-06-06T15:45:25.423Z Downloaded zone v0.3.1
11082026-06-06T15:45:25.423Z Downloaded usdt-macro v0.5.0
11092026-06-06T15:45:25.423Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11102026-06-06T15:45:25.423Z Downloaded tokio-tungstenite v0.21.0
11112026-06-06T15:45:25.426Z Downloaded rhai_codegen v3.2.0
11122026-06-06T15:45:25.429Z Downloaded tokio-dtrace v0.1.1
11132026-06-06T15:45:25.433Z Downloaded tinystr v0.8.3
11142026-06-06T15:45:25.433Z Downloaded critical-section v1.2.0
11152026-06-06T15:45:25.433Z Downloaded cookie v0.18.1
11162026-06-06T15:45:25.436Z Downloaded time-macros v0.2.27
11172026-06-06T15:45:25.436Z Downloaded pest_generator v2.8.6
11182026-06-06T15:45:25.436Z Downloaded cancel-safe-futures v0.1.5
11192026-06-06T15:45:25.439Z Downloaded pest_meta v2.8.6
11202026-06-06T15:45:25.439Z Downloaded progenitor-impl v0.13.0
11212026-06-06T15:45:25.441Z Downloaded parking_lot_core v0.8.6
11222026-06-06T15:45:25.441Z Downloaded thread-id v5.1.0
11232026-06-06T15:45:25.444Z Downloaded daft v0.1.7
11242026-06-06T15:45:25.444Z Downloaded ciborium v0.2.2
11252026-06-06T15:45:25.444Z Downloaded xz2 v0.1.7
11262026-06-06T15:45:25.448Z Downloaded vsss-rs v3.3.4
11272026-06-06T15:45:25.448Z Downloaded utf-8 v0.7.6
11282026-06-06T15:45:25.450Z Downloaded konst v0.2.20
11292026-06-06T15:45:25.450Z Downloaded term v1.2.1
11302026-06-06T15:45:25.453Z Downloaded progenitor-impl v0.14.0
11312026-06-06T15:45:25.456Z Downloaded serde_yaml v0.9.34+deprecated
11322026-06-06T15:45:25.456Z Downloaded progenitor-impl v0.10.0
11332026-06-06T15:45:25.459Z Downloaded pretty_assertions v1.4.1
11342026-06-06T15:45:25.459Z Downloaded yoke-derive v0.8.2
11352026-06-06T15:45:25.459Z Downloaded crypto-bigint v0.5.5
11362026-06-06T15:45:25.462Z Downloaded zerovec-derive v0.11.3
11372026-06-06T15:45:25.464Z Downloaded strum_macros v0.27.2
11382026-06-06T15:45:25.464Z Downloaded byteorder v1.5.0
11392026-06-06T15:45:25.467Z Downloaded num-complex v0.4.6
11402026-06-06T15:45:25.467Z Downloaded slog v2.8.2
11412026-06-06T15:45:25.470Z Downloaded minimal-lexical v0.2.1
11422026-06-06T15:45:25.472Z Downloaded heapless v0.8.0
11432026-06-06T15:45:25.473Z Downloaded usdt-impl v0.6.0
11442026-06-06T15:45:25.475Z Downloaded ucd-trie v0.1.7
11452026-06-06T15:45:25.475Z Downloaded usdt-impl v0.5.0
11462026-06-06T15:45:25.475Z Downloaded multer v3.1.0
11472026-06-06T15:45:25.478Z Downloaded whoami v1.6.1
11482026-06-06T15:45:25.478Z Downloaded walkdir v2.5.0
11492026-06-06T15:45:25.481Z Downloaded writeable v0.6.3
11502026-06-06T15:45:25.481Z Downloaded rayon-core v1.13.0
11512026-06-06T15:45:25.484Z Downloaded rustls-platform-verifier v0.7.0
11522026-06-06T15:45:25.484Z Downloaded icu_collections v2.2.0
11532026-06-06T15:45:25.488Z Downloaded schemars v0.8.22
11542026-06-06T15:45:25.493Z Downloaded similar v2.7.0
11552026-06-06T15:45:25.496Z Downloaded crossbeam-channel v0.5.15
11562026-06-06T15:45:25.500Z Downloaded toml v0.9.12+spec-1.1.0
11572026-06-06T15:45:25.503Z Downloaded toml v0.7.8
11582026-06-06T15:45:25.503Z Downloaded tungstenite v0.21.0
11592026-06-06T15:45:25.506Z Downloaded linear-map v1.2.0
11602026-06-06T15:45:25.506Z Downloaded ingot v0.1.1
11612026-06-06T15:45:25.509Z Downloaded ff v0.13.1
11622026-06-06T15:45:25.509Z Downloaded jiff-static v0.2.28
11632026-06-06T15:45:25.509Z Downloaded console v0.16.3
11642026-06-06T15:45:25.512Z Downloaded progenitor-macro v0.10.0
11652026-06-06T15:45:25.512Z Downloaded schemars v1.2.1
11662026-06-06T15:45:25.519Z Downloaded unsafe-libyaml v0.2.11
11672026-06-06T15:45:25.522Z Downloaded async-compression v0.4.42
11682026-06-06T15:45:25.525Z Downloaded hickory-resolver v0.25.2
11692026-06-06T15:45:25.527Z Downloaded icu_normalizer v2.2.0
11702026-06-06T15:45:25.530Z Downloaded yoke v0.8.3
11712026-06-06T15:45:25.530Z Downloaded zerocopy-derive v0.7.35
11722026-06-06T15:45:25.533Z Downloaded rand v0.8.6
11732026-06-06T15:45:25.535Z Downloaded thin-vec v0.2.18
11742026-06-06T15:45:25.535Z Downloaded test-strategy v0.4.5
11752026-06-06T15:45:25.538Z Downloaded snafu v0.8.9
11762026-06-06T15:45:25.541Z Downloaded typify v0.4.3
11772026-06-06T15:45:25.543Z Downloaded steno v0.4.1
11782026-06-06T15:45:25.546Z Downloaded prettyplease v0.2.37
11792026-06-06T15:45:25.549Z Downloaded schemars v0.9.0
11802026-06-06T15:45:25.554Z Downloaded toml_edit v0.25.12+spec-1.1.0
11812026-06-06T15:45:25.556Z Downloaded expectorate v1.2.0
11822026-06-06T15:45:25.559Z Downloaded proc-macro-crate v3.5.0
11832026-06-06T15:45:25.559Z Downloaded pretty-hex v0.4.2
11842026-06-06T15:45:25.559Z Downloaded potential_utf v0.1.5
11852026-06-06T15:45:25.563Z Downloaded num_enum v0.5.11
11862026-06-06T15:45:25.563Z Downloaded pest v2.8.6
11872026-06-06T15:45:25.566Z Downloaded spin v0.9.8
11882026-06-06T15:45:25.566Z Downloaded num-rational v0.4.2
11892026-06-06T15:45:25.569Z Downloaded const_format_proc_macros v0.2.34
11902026-06-06T15:45:25.569Z Downloaded bytecount v0.6.9
11912026-06-06T15:45:25.569Z Downloaded proc-macro-crate v1.3.1
11922026-06-06T15:45:25.571Z Downloaded plain v0.2.3
11932026-06-06T15:45:25.571Z Downloaded chacha20 v0.9.1
11942026-06-06T15:45:25.572Z Downloaded byte-wrapper v0.1.0
11952026-06-06T15:45:25.574Z Downloaded zerotrie v0.2.4
11962026-06-06T15:45:25.574Z Downloaded typify v0.6.2
11972026-06-06T15:45:25.577Z Downloaded dropshot-api-manager v0.7.2
11982026-06-06T15:45:25.580Z Downloaded nom v7.1.3
11992026-06-06T15:45:25.582Z Downloaded qorb v0.4.1
12002026-06-06T15:45:25.586Z Downloaded hashbrown v0.12.3
12012026-06-06T15:45:25.589Z Downloaded constant_time_eq v0.4.2
12022026-06-06T15:45:25.589Z Downloaded cmake v0.1.58
12032026-06-06T15:45:25.591Z Downloaded cipher v0.4.4
12042026-06-06T15:45:25.591Z Downloaded newtype-uuid-macros v0.1.0
12052026-06-06T15:45:25.591Z Downloaded memmap v0.7.0
12062026-06-06T15:45:25.591Z Downloaded gethostname v0.5.0
12072026-06-06T15:45:25.594Z Downloaded float-ord v0.3.2
12082026-06-06T15:45:25.594Z Downloaded enum-as-inner v0.6.1
12092026-06-06T15:45:25.594Z Downloaded inout v0.1.4
12102026-06-06T15:45:25.594Z Downloaded hubpack_derive v0.1.1
12112026-06-06T15:45:25.594Z Downloaded fixedbitset v0.4.2
12122026-06-06T15:45:25.597Z Downloaded dtrace-parser v0.2.0
12132026-06-06T15:45:25.597Z Downloaded dof v0.4.0
12142026-06-06T15:45:25.597Z Downloaded crc8 v0.1.1
12152026-06-06T15:45:25.597Z Downloaded is-terminal v0.4.17
12162026-06-06T15:45:25.597Z Downloaded defmt-parser v1.0.0
12172026-06-06T15:45:25.600Z Downloaded darling_macro v0.21.3
12182026-06-06T15:45:25.600Z Downloaded compression-core v0.4.32
12192026-06-06T15:45:25.614Z Downloaded yansi v1.0.1
12202026-06-06T15:45:25.617Z Downloaded nom v8.0.0
12212026-06-06T15:45:25.620Z Downloaded typed-path v0.9.3
12222026-06-06T15:45:25.623Z Downloaded zerocopy-derive v0.8.50
12232026-06-06T15:45:25.632Z Downloaded hashbrown v0.16.1
12242026-06-06T15:45:25.635Z Downloaded zerovec v0.11.6
12252026-06-06T15:45:25.638Z Downloaded aws-lc-rs v1.17.0
12262026-06-06T15:45:25.644Z Downloaded tough v0.22.0
12272026-06-06T15:45:25.649Z Downloaded toml_edit v0.19.15
12282026-06-06T15:45:25.658Z Downloaded itertools v0.12.1
12292026-06-06T15:45:25.662Z Downloaded blake3 v1.8.5
12302026-06-06T15:45:25.666Z Downloaded reqwest v0.13.4
12312026-06-06T15:45:25.669Z Downloaded rand v0.10.1
12322026-06-06T15:45:25.672Z Downloaded libm v0.2.16
12332026-06-06T15:45:25.677Z Downloaded zerocopy v0.7.35
12342026-06-06T15:45:25.686Z Downloaded serde_with v3.20.0
12352026-06-06T15:45:25.692Z Downloaded icu_properties_data v2.2.0
12362026-06-06T15:45:25.698Z Downloaded goblin v0.8.2
12372026-06-06T15:45:25.701Z Downloaded rayon v1.12.0
12382026-06-06T15:45:25.707Z Downloaded hkdf v0.12.4
12392026-06-06T15:45:25.715Z Downloaded iddqd v0.4.2
12402026-06-06T15:45:25.722Z Downloaded winnow v0.5.40
12412026-06-06T15:45:25.731Z Downloaded syn v1.0.109
12422026-06-06T15:45:25.760Z Downloaded goblin v0.10.7
12432026-06-06T15:45:25.763Z Downloaded moka v0.12.15
12442026-06-06T15:45:25.763Z Downloaded tabled v0.15.0
12452026-06-06T15:45:25.763Z Downloaded proptest v1.11.0
12462026-06-06T15:45:25.772Z Downloaded time v0.3.47
12472026-06-06T15:45:25.782Z Downloaded dropshot v0.17.1
12482026-06-06T15:45:25.794Z Downloaded tabled v0.21.0
12492026-06-06T15:45:25.803Z Downloaded regress v0.10.5
12502026-06-06T15:45:25.807Z Downloaded openapiv3 v2.2.0
12512026-06-06T15:45:25.813Z Downloaded smoltcp v0.11.0
12522026-06-06T15:45:25.827Z Downloaded rhai v1.25.1
12532026-06-06T15:45:25.834Z Downloaded nix v0.31.3
12542026-06-06T15:45:25.840Z Downloaded regress v0.11.1
12552026-06-06T15:45:25.845Z Downloaded hickory-proto v0.25.2
12562026-06-06T15:45:25.853Z Downloaded hickory-proto v0.24.4
12572026-06-06T15:45:25.873Z Downloaded typify-impl v0.6.2
12582026-06-06T15:45:25.882Z Downloaded typify-impl v0.4.3
12592026-06-06T15:45:25.888Z Downloaded sled v0.34.7
12602026-06-06T15:45:25.914Z Downloaded lzma-sys v0.1.20
12612026-06-06T15:45:25.929Z Downloaded jiff v0.2.28
12622026-06-06T15:45:25.940Z Downloaded encoding_rs v0.8.35
12632026-06-06T15:45:25.958Z Downloaded petgraph v0.6.5
12642026-06-06T15:45:25.968Z Downloaded chrono-tz v0.10.4
12652026-06-06T15:45:25.985Z Downloaded sha3 v0.10.9
12662026-06-06T15:45:26.000Z Downloaded csv v1.4.0
12672026-06-06T15:45:26.565Z Downloaded aws-lc-sys v0.41.0
12682026-06-06T15:45:27.478Z Compiling proc-macro2 v1.0.106
12692026-06-06T15:45:27.478Z Compiling unicode-ident v1.0.24
12702026-06-06T15:45:27.478Z Compiling quote v1.0.45
12712026-06-06T15:45:27.478Z Compiling serde_core v1.0.228
12722026-06-06T15:45:27.478Z Compiling cfg-if v1.0.4
12732026-06-06T15:45:27.482Z Compiling serde v1.0.228
12742026-06-06T15:45:27.482Z Compiling libc v0.2.186
12752026-06-06T15:45:27.482Z Compiling memchr v2.8.1
12762026-06-06T15:45:27.638Z Compiling itoa v1.0.18
12772026-06-06T15:45:27.816Z Compiling zmij v1.0.21
12782026-06-06T15:45:27.905Z Compiling autocfg v1.5.1
12792026-06-06T15:45:27.952Z Compiling libm v0.2.16
12802026-06-06T15:45:28.243Z Compiling stable_deref_trait v1.2.1
12812026-06-06T15:45:28.256Z Compiling litemap v0.8.2
12822026-06-06T15:45:28.311Z Compiling writeable v0.6.3
12832026-06-06T15:45:28.416Z Compiling utf8_iter v1.0.4
12842026-06-06T15:45:28.427Z Compiling icu_normalizer_data v2.2.0
12852026-06-06T15:45:28.436Z Compiling icu_properties_data v2.2.0
12862026-06-06T15:45:28.499Z Compiling percent-encoding v2.3.2
12872026-06-06T15:45:28.511Z Compiling iana-time-zone v0.1.65
12882026-06-06T15:45:28.778Z Compiling version_check v0.9.5
12892026-06-06T15:45:28.798Z Compiling equivalent v1.0.2
12902026-06-06T15:45:28.828Z Compiling syn v2.0.117
12912026-06-06T15:45:28.883Z Compiling form_urlencoded v1.2.2
12922026-06-06T15:45:28.899Z Compiling serde_json v1.0.150
12932026-06-06T15:45:28.940Z Compiling pin-project-lite v0.2.17
12942026-06-06T15:45:28.952Z Compiling dyn-clone v1.0.20
12952026-06-06T15:45:29.033Z Compiling parking_lot_core v0.9.12
12962026-06-06T15:45:29.051Z Compiling scopeguard v1.2.0
12972026-06-06T15:45:29.061Z Compiling num-traits v0.2.19
12982026-06-06T15:45:29.103Z Compiling thiserror v2.0.18
12992026-06-06T15:45:29.212Z Compiling lock_api v0.4.14
13002026-06-06T15:45:29.238Z Compiling getrandom v0.4.2
13012026-06-06T15:45:29.393Z Compiling hashbrown v0.17.1
13022026-06-06T15:45:29.444Z Compiling rand_core v0.10.1
13032026-06-06T15:45:29.552Z Compiling errno v0.3.14
13042026-06-06T15:45:29.595Z Compiling log v0.4.32
13052026-06-06T15:45:29.703Z Compiling heck v0.5.0
13062026-06-06T15:45:29.720Z Compiling futures-core v0.3.32
13072026-06-06T15:45:29.748Z Compiling semver v1.0.28
13082026-06-06T15:45:29.871Z Compiling zerocopy v0.8.50
13092026-06-06T15:45:29.920Z Compiling indexmap v2.14.0
13102026-06-06T15:45:29.978Z Compiling uuid v1.23.2
13112026-06-06T15:45:30.107Z Compiling futures-sink v0.3.32
13122026-06-06T15:45:30.169Z Compiling schemars v0.8.22
13132026-06-06T15:45:30.212Z Compiling slab v0.4.12
13142026-06-06T15:45:30.326Z Compiling jobserver v0.1.34
13152026-06-06T15:45:30.387Z Compiling find-msvc-tools v0.1.9
13162026-06-06T15:45:30.420Z Compiling shlex v2.0.1
13172026-06-06T15:45:30.444Z Compiling fnv v1.0.7
13182026-06-06T15:45:30.540Z Compiling rustversion v1.0.22
13192026-06-06T15:45:30.579Z Compiling cc v1.2.63
13202026-06-06T15:45:30.617Z Compiling futures-channel v0.3.32
13212026-06-06T15:45:30.623Z Compiling bitflags v2.12.1
13222026-06-06T15:45:30.656Z Compiling futures-io v0.3.32
13232026-06-06T15:45:30.822Z Compiling futures-task v0.3.32
13242026-06-06T15:45:30.835Z Compiling portable-atomic v1.13.1
13252026-06-06T15:45:30.863Z Compiling socket2 v0.6.4
13262026-06-06T15:45:30.985Z Compiling signal-hook-registry v1.4.8
13272026-06-06T15:45:30.997Z Compiling mio v1.2.1
13282026-06-06T15:45:31.194Z Compiling critical-section v1.2.0
13292026-06-06T15:45:31.290Z Compiling fs_extra v1.3.0
13302026-06-06T15:45:31.300Z Compiling dunce v1.0.5
13312026-06-06T15:45:31.322Z Compiling cmake v0.1.58
13322026-06-06T15:45:31.390Z Compiling typenum v1.20.1
13332026-06-06T15:45:31.508Z Compiling base64 v0.22.1
13342026-06-06T15:45:31.532Z Compiling slog v2.8.2
13352026-06-06T15:45:31.542Z Compiling byteorder v1.5.0
13362026-06-06T15:45:31.654Z Compiling rustix v1.1.4
13372026-06-06T15:45:31.765Z Compiling synstructure v0.13.2
13382026-06-06T15:45:31.777Z Compiling serde_derive_internals v0.29.1
13392026-06-06T15:45:31.838Z Compiling once_cell v1.21.4
13402026-06-06T15:45:31.850Z Compiling subtle v2.6.1
13412026-06-06T15:45:31.863Z Compiling aws-lc-sys v0.41.0
13422026-06-06T15:45:32.014Z Compiling strsim v0.11.1
13432026-06-06T15:45:32.058Z Compiling regex-syntax v0.8.10
13442026-06-06T15:45:32.174Z Compiling ipnet v2.12.0
13452026-06-06T15:45:32.218Z Compiling atomic-waker v1.1.2
13462026-06-06T15:45:32.249Z Compiling httparse v1.10.1
13472026-06-06T15:45:32.342Z Compiling tower-layer v0.3.3
13482026-06-06T15:45:32.414Z Compiling tower-service v0.3.3
13492026-06-06T15:45:32.499Z Compiling getrandom v0.2.17
13502026-06-06T15:45:32.502Z Compiling ryu v1.0.23
13512026-06-06T15:45:32.502Z Compiling ucd-trie v0.1.7
13522026-06-06T15:45:32.680Z Compiling untrusted v0.9.0
13532026-06-06T15:45:32.692Z Compiling getrandom v0.3.4
13542026-06-06T15:45:32.707Z Compiling try-lock v0.2.5
13552026-06-06T15:45:32.797Z Compiling thiserror v1.0.69
13562026-06-06T15:45:32.811Z Compiling want v0.3.1
13572026-06-06T15:45:32.820Z Compiling pest v2.8.6
13582026-06-06T15:45:32.914Z Compiling serde_derive v1.0.228
13592026-06-06T15:45:32.956Z Compiling zerofrom-derive v0.1.7
13602026-06-06T15:45:32.972Z Compiling yoke-derive v0.8.2
13612026-06-06T15:45:33.030Z Compiling zerovec-derive v0.11.3
13622026-06-06T15:45:33.108Z Compiling displaydoc v0.2.6
13632026-06-06T15:45:33.918Z Compiling schemars_derive v0.8.22
13642026-06-06T15:45:34.087Z Compiling thiserror-impl v2.0.18
13652026-06-06T15:45:34.099Z Compiling tokio-macros v2.7.0
13662026-06-06T15:45:34.167Z Compiling zerocopy-derive v0.8.50
13672026-06-06T15:45:34.183Z Compiling zerofrom v0.1.8
13682026-06-06T15:45:34.306Z Compiling yoke v0.8.3
13692026-06-06T15:45:34.496Z Compiling zerovec v0.11.6
13702026-06-06T15:45:34.732Z Compiling zerotrie v0.2.4
13712026-06-06T15:45:34.852Z Compiling zeroize_derive v1.4.3
13722026-06-06T15:45:35.020Z Compiling tinystr v0.8.3
13732026-06-06T15:45:35.032Z Compiling potential_utf v0.1.5
13742026-06-06T15:45:35.136Z Compiling icu_collections v2.2.0
13752026-06-06T15:45:35.192Z Compiling icu_locale_core v2.2.0
13762026-06-06T15:45:35.220Z Compiling futures-macro v0.3.32
13772026-06-06T15:45:35.540Z Compiling zeroize v1.8.2
13782026-06-06T15:45:35.618Z Compiling thiserror-impl v1.0.69
13792026-06-06T15:45:35.671Z Compiling rand_core v0.6.4
13802026-06-06T15:45:35.736Z Compiling httpdate v1.0.3
13812026-06-06T15:45:35.887Z Compiling icu_provider v2.2.0
13822026-06-06T15:45:35.976Z Compiling pest_meta v2.8.6
13832026-06-06T15:45:36.055Z Compiling bytes v1.11.1
13842026-06-06T15:45:36.134Z Compiling smallvec v1.15.1
13852026-06-06T15:45:36.207Z Compiling icu_properties v2.2.0
13862026-06-06T15:45:36.266Z Compiling chrono v0.4.45
13872026-06-06T15:45:36.367Z Compiling icu_normalizer v2.2.0
13882026-06-06T15:45:36.759Z Compiling futures-util v0.3.32
13892026-06-06T15:45:36.947Z Compiling parking_lot v0.12.5
13902026-06-06T15:45:36.981Z Compiling http v1.4.1
13912026-06-06T15:45:37.253Z Compiling idna_adapter v1.2.2
13922026-06-06T15:45:37.347Z Compiling tokio v1.52.3
13932026-06-06T15:45:37.385Z Compiling idna v1.1.0
13942026-06-06T15:45:37.397Z Compiling serde_tokenstream v0.2.3
13952026-06-06T15:45:37.669Z Compiling url v2.5.8
13962026-06-06T15:45:37.733Z Compiling erased-serde v0.3.31
13972026-06-06T15:45:37.955Z Compiling http-body v1.0.1
13982026-06-06T15:45:38.214Z Compiling pest_generator v2.8.6
13992026-06-06T15:45:38.451Z Compiling ppv-lite86 v0.2.21
14002026-06-06T15:45:38.521Z Compiling pretty-hex v0.4.2
14012026-06-06T15:45:38.611Z Compiling plain v0.2.3
14022026-06-06T15:45:38.685Z Compiling winnow v1.0.3
14032026-06-06T15:45:38.762Z Compiling foldhash v0.2.0
14042026-06-06T15:45:38.801Z Compiling paste v1.0.15
14052026-06-06T15:45:38.879Z Compiling pest_derive v2.8.6
14062026-06-06T15:45:38.995Z Compiling ipnetwork v0.21.1
14072026-06-06T15:45:39.065Z Compiling allocator-api2 v0.2.21
14082026-06-06T15:45:39.153Z Compiling tracing-attributes v0.1.31
14092026-06-06T15:45:39.398Z Compiling oxnet v0.1.6
14102026-06-06T15:45:39.438Z Compiling hashbrown v0.16.1
14112026-06-06T15:45:39.452Z Compiling tracing-core v0.1.36
14122026-06-06T15:45:39.671Z Compiling ident_case v1.0.1
14132026-06-06T15:45:39.795Z Compiling omicron-workspace-hack v0.1.0
14142026-06-06T15:45:39.868Z Compiling http-body-util v0.1.3
14152026-06-06T15:45:40.018Z Compiling serde_urlencoded v0.7.1
14162026-06-06T15:45:40.041Z Compiling aho-corasick v1.1.4
14172026-06-06T15:45:40.106Z Compiling sync_wrapper v1.0.2
14182026-06-06T15:45:40.134Z Compiling daft-derive v0.1.7
14192026-06-06T15:45:40.331Z Compiling fastrand v2.4.1
14202026-06-06T15:45:40.387Z Compiling tracing v0.1.44
14212026-06-06T15:45:40.584Z Compiling scroll_derive v0.13.1
14222026-06-06T15:45:40.626Z Compiling async-trait v0.1.89
14232026-06-06T15:45:40.892Z Compiling regex-automata v0.4.14
14242026-06-06T15:45:41.261Z Compiling tokio-util v0.7.18
14252026-06-06T15:45:41.433Z Compiling powerfmt v0.2.0
14262026-06-06T15:45:41.475Z Compiling time-core v0.1.8
14272026-06-06T15:45:41.599Z Compiling anyhow v1.0.102
14282026-06-06T15:45:41.618Z Compiling aws-lc-rs v1.17.0
14292026-06-06T15:45:41.635Z Compiling num-conv v0.2.2
14302026-06-06T15:45:41.784Z Compiling time-macros v0.2.27
14312026-06-06T15:45:41.931Z Compiling deranged v0.5.8
14322026-06-06T15:45:41.998Z Compiling scroll v0.13.0
14332026-06-06T15:45:42.143Z Compiling rustls-pki-types v1.14.1
14342026-06-06T15:45:42.269Z Compiling num_threads v0.1.7
14352026-06-06T15:45:42.367Z Compiling openssl-probe v0.2.1
14362026-06-06T15:45:42.558Z Compiling regex v1.12.3
14372026-06-06T15:45:42.633Z Compiling hex v0.4.3
14382026-06-06T15:45:42.750Z Compiling goblin v0.10.7
14392026-06-06T15:45:42.891Z Compiling untrusted v0.7.1
14402026-06-06T15:45:43.020Z Compiling camino v1.2.2
14412026-06-06T15:45:43.316Z Compiling crc32fast v1.5.0
14422026-06-06T15:45:43.391Z Compiling usdt-impl v0.6.0
14432026-06-06T15:45:43.408Z Compiling rustls v0.23.40
14442026-06-06T15:45:43.664Z Compiling h2 v0.4.14
14452026-06-06T15:45:43.722Z Compiling dtrace-parser v0.3.0
14462026-06-06T15:45:43.771Z Compiling futures-executor v0.3.32
14472026-06-06T15:45:43.921Z Compiling crossbeam-utils v0.8.21
14482026-06-06T15:45:44.139Z Compiling structmeta-derive v0.3.0
14492026-06-06T15:45:44.246Z Compiling thread-id v5.1.0
14502026-06-06T15:45:44.262Z Compiling cpufeatures v0.3.0
14512026-06-06T15:45:44.331Z Compiling simd-adler32 v0.3.9
14522026-06-06T15:45:44.331Z Compiling adler2 v2.0.1
14532026-06-06T15:45:44.473Z Compiling miniz_oxide v0.8.9
14542026-06-06T15:45:44.611Z Compiling futures v0.3.32
14552026-06-06T15:45:44.690Z Compiling rand_core v0.9.5
14562026-06-06T15:45:44.909Z Compiling darling_core v0.23.0
14572026-06-06T15:45:45.057Z Compiling newtype-uuid-macros v0.1.0
14582026-06-06T15:45:45.142Z Compiling hybrid-array v0.4.12
14592026-06-06T15:45:45.217Z Compiling structmeta v0.3.0
14602026-06-06T15:45:45.576Z Compiling dof v0.4.0
14612026-06-06T15:45:45.595Z Compiling thread_local v1.1.9
14622026-06-06T15:45:45.867Z Compiling hyper v1.10.1
14632026-06-06T15:45:45.880Z Compiling match_cfg v0.1.0
14642026-06-06T15:45:45.943Z Compiling flate2 v1.1.9
14652026-06-06T15:45:46.780Z Compiling newtype-uuid v1.3.2
14662026-06-06T15:45:46.925Z Compiling hyper-util v0.1.20
14672026-06-06T15:45:46.996Z Compiling darling_macro v0.23.0
14682026-06-06T15:45:47.129Z Compiling quick-error v1.2.3
14692026-06-06T15:45:47.236Z Compiling slog-async v2.8.0
14702026-06-06T15:45:47.336Z Compiling compression-core v0.4.32
14712026-06-06T15:45:47.454Z Compiling ref-cast v1.0.25
14722026-06-06T15:45:47.495Z Compiling compression-codecs v0.4.38
14732026-06-06T15:45:47.600Z Compiling daft v0.1.7
14742026-06-06T15:45:47.604Z Compiling darling v0.23.0
14752026-06-06T15:45:47.621Z Compiling crypto-common v0.2.2
14762026-06-06T15:45:47.685Z Compiling block-buffer v0.12.0
14772026-06-06T15:45:47.744Z Compiling rand_chacha v0.9.0
14782026-06-06T15:45:47.776Z Compiling usdt-macro v0.6.0
14792026-06-06T15:45:47.820Z Compiling usdt-attr-macro v0.6.0
14802026-06-06T15:45:47.860Z Compiling strum_macros v0.26.4
14812026-06-06T15:45:48.171Z Compiling ref-cast-impl v1.0.25
14822026-06-06T15:45:48.258Z Compiling serde_spanned v1.1.1
14832026-06-06T15:45:48.409Z Compiling generic-array v0.14.7
14842026-06-06T15:45:48.560Z Compiling multer v3.1.0
14852026-06-06T15:45:48.635Z Compiling bit-vec v0.8.0
14862026-06-06T15:45:48.651Z Compiling debug-ignore v1.0.5
14872026-06-06T15:45:48.756Z Compiling term v1.2.1
14882026-06-06T15:45:48.850Z Compiling toml_writer v1.1.1+spec-1.1.0
14892026-06-06T15:45:48.860Z Compiling take_mut v0.2.2
14902026-06-06T15:45:48.892Z Compiling const-oid v0.10.2
14912026-06-06T15:45:49.018Z Compiling bit-set v0.8.0
14922026-06-06T15:45:49.047Z Compiling digest v0.11.3
14932026-06-06T15:45:49.099Z Compiling rand v0.9.4
14942026-06-06T15:45:49.110Z Compiling serde_with_macros v3.20.0
14952026-06-06T15:45:49.179Z Compiling async-stream-impl v0.3.6
14962026-06-06T15:45:49.210Z Compiling dropshot v0.17.1
14972026-06-06T15:45:49.456Z Compiling encoding_rs v0.8.35
14982026-06-06T15:45:49.483Z Compiling syn v1.0.109
14992026-06-06T15:45:49.603Z Compiling strum v0.26.3
15002026-06-06T15:45:49.711Z Compiling unarray v0.1.4
15012026-06-06T15:45:49.809Z Compiling mime v0.3.17
15022026-06-06T15:45:49.820Z Compiling spin v0.9.8
15032026-06-06T15:45:49.832Z Compiling async-stream v0.3.6
15042026-06-06T15:45:49.980Z Compiling sha1 v0.11.0
15052026-06-06T15:45:50.008Z Compiling derive-ex v0.1.8
15062026-06-06T15:45:50.090Z Compiling tower v0.5.3
15072026-06-06T15:45:50.198Z Compiling dropshot_endpoint v0.17.1
15082026-06-06T15:45:50.224Z Compiling macaddr v1.0.1
15092026-06-06T15:45:50.261Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15102026-06-06T15:45:50.483Z Compiling waitgroup v0.1.2
15112026-06-06T15:45:50.565Z Compiling serde_path_to_error v0.1.20
15122026-06-06T15:45:50.742Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15132026-06-06T15:45:50.871Z Compiling tower-http v0.6.11
15142026-06-06T15:45:50.952Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15152026-06-06T15:45:51.130Z Compiling tempfile v3.27.0
15162026-06-06T15:45:51.133Z Compiling openapiv3 v2.2.0
15172026-06-06T15:45:51.297Z Compiling strum_macros v0.27.2
15182026-06-06T15:45:51.595Z Compiling test-strategy v0.4.5
15192026-06-06T15:45:51.849Z Compiling instant v0.1.13
15202026-06-06T15:45:51.959Z Compiling time v0.3.47
15212026-06-06T15:45:52.658Z Compiling rustls-native-certs v0.8.4
15222026-06-06T15:45:52.740Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15232026-06-06T15:45:52.961Z Compiling crossbeam-channel v0.5.15
15242026-06-06T15:45:53.003Z Compiling crypto-common v0.1.7
15252026-06-06T15:45:53.111Z Compiling strum v0.27.2
15262026-06-06T15:45:53.438Z Compiling parse-display-derive v0.10.0
15272026-06-06T15:45:53.438Z Compiling backon v1.6.0
15282026-06-06T15:45:53.627Z Compiling rand_chacha v0.3.1
15292026-06-06T15:45:53.753Z Compiling slog-json v2.6.1
15302026-06-06T15:45:53.968Z Compiling rand v0.8.6
15312026-06-06T15:45:54.110Z Compiling hostname v0.3.1
15322026-06-06T15:45:54.263Z Compiling toml_parser v1.1.2+spec-1.1.0
15332026-06-06T15:45:54.555Z Compiling toml_datetime v1.1.1+spec-1.1.0
15342026-06-06T15:45:54.632Z Compiling is-terminal v0.4.17
15352026-06-06T15:45:54.732Z Compiling wait-timeout v0.2.1
15362026-06-06T15:45:54.798Z Compiling memmap2 v0.9.10
15372026-06-06T15:45:54.971Z Compiling either v1.16.0
15382026-06-06T15:45:55.022Z Compiling usdt v0.6.0
15392026-06-06T15:45:55.046Z Compiling rusty-fork v0.3.1
15402026-06-06T15:45:55.059Z Compiling toml v1.1.2+spec-1.1.0
15412026-06-06T15:45:55.139Z Compiling slog-term v2.9.2
15422026-06-06T15:45:55.296Z Compiling slog-bunyan v2.5.0
15432026-06-06T15:45:55.395Z Compiling serde_with v3.20.0
15442026-06-06T15:45:55.412Z Compiling async-compression v0.4.42
15452026-06-06T15:45:55.430Z Compiling rand_xorshift v0.4.0
15462026-06-06T15:45:55.574Z Compiling rustls-pemfile v2.2.0
15472026-06-06T15:45:55.722Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-06-06T15:45:55.739Z Compiling regress v0.10.5
15492026-06-06T15:45:55.769Z Compiling hostname v0.4.2
15502026-06-06T15:45:55.862Z Compiling humantime v2.3.0
15512026-06-06T15:45:55.905Z Compiling proptest v1.11.0
15522026-06-06T15:45:56.472Z Compiling iddqd v0.4.2
15532026-06-06T15:45:56.694Z Compiling reqwest v0.12.28
15542026-06-06T15:45:56.800Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15552026-06-06T15:45:57.049Z Compiling block-buffer v0.10.4
15562026-06-06T15:45:57.130Z Compiling utf8parse v0.2.2
15572026-06-06T15:45:57.237Z Compiling anstyle-parse v1.0.0
15582026-06-06T15:45:57.366Z Compiling digest v0.10.7
15592026-06-06T15:45:57.422Z Compiling itertools v0.14.0
15602026-06-06T15:45:57.588Z Compiling parse-display v0.10.0
15612026-06-06T15:45:57.781Z Compiling progenitor-client v0.10.0
15622026-06-06T15:45:57.919Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15632026-06-06T15:45:58.055Z Compiling backoff v0.4.0
15642026-06-06T15:45:58.268Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15652026-06-06T15:45:58.506Z Compiling anstyle-query v1.1.5
15662026-06-06T15:45:58.617Z Compiling anstyle v1.0.14
15672026-06-06T15:45:58.689Z Compiling is_terminal_polyfill v1.70.2
15682026-06-06T15:45:58.799Z Compiling colorchoice v1.0.5
15692026-06-06T15:45:58.914Z Compiling anstream v1.0.0
15702026-06-06T15:45:59.308Z Compiling clap_lex v1.1.0
15712026-06-06T15:45:59.858Z Compiling regress v0.11.1
15722026-06-06T15:45:59.868Z Compiling clap_derive v4.6.1
15732026-06-06T15:46:00.506Z Compiling terminal_size v0.4.4
15742026-06-06T15:46:01.540Z Compiling typify-impl v0.6.2
15752026-06-06T15:46:01.543Z Compiling toml_datetime v0.6.11
15762026-06-06T15:46:01.723Z Compiling zerocopy-derive v0.7.35
15772026-06-06T15:46:01.802Z Compiling cpufeatures v0.2.17
15782026-06-06T15:46:01.822Z Compiling convert_case v0.4.0
15792026-06-06T15:46:02.538Z Compiling derive_more v0.99.20
15802026-06-06T15:46:02.550Z Compiling clap_builder v4.6.0
15812026-06-06T15:46:02.584Z Compiling zerocopy v0.7.35
15822026-06-06T15:46:03.131Z Compiling toml_edit v0.25.12+spec-1.1.0
15832026-06-06T15:46:03.901Z Compiling unicode-width v0.2.2
15842026-06-06T15:46:04.083Z Compiling proc-macro-crate v3.5.0
15852026-06-06T15:46:04.184Z Compiling clap v4.6.1
15862026-06-06T15:46:04.510Z Compiling secrecy v0.10.3
15872026-06-06T15:46:04.695Z Compiling float-ord v0.3.2
15882026-06-06T15:46:04.706Z Compiling tinyvec_macros v0.1.1
15892026-06-06T15:46:04.773Z Compiling crucible-workspace-hack v0.1.0
15902026-06-06T15:46:04.804Z Compiling tinyvec v1.11.0
15912026-06-06T15:46:04.815Z Compiling num_enum_derive v0.7.6
15922026-06-06T15:46:05.376Z Compiling dtrace-parser v0.2.0
15932026-06-06T15:46:05.473Z Compiling scroll_derive v0.12.1
15942026-06-06T15:46:05.473Z Compiling num-integer v0.1.46
15952026-06-06T15:46:05.792Z Compiling rustc_version v0.4.1
15962026-06-06T15:46:05.841Z Compiling usdt-impl v0.5.0
15972026-06-06T15:46:06.067Z Compiling curve25519-dalek v4.1.3
15982026-06-06T15:46:06.205Z Compiling scroll v0.12.0
15992026-06-06T15:46:06.216Z Compiling num_enum v0.7.6
16002026-06-06T15:46:06.388Z Compiling dof v0.3.0
16012026-06-06T15:46:06.484Z Compiling hmac v0.12.1
16022026-06-06T15:46:06.619Z Compiling inout v0.1.4
16032026-06-06T15:46:06.686Z Compiling darling_core v0.21.3
16042026-06-06T15:46:06.697Z Compiling ff v0.13.1
16052026-06-06T15:46:06.764Z Compiling thread-id v4.2.2
16062026-06-06T15:46:06.793Z Compiling group v0.13.0
16072026-06-06T15:46:06.818Z Compiling cipher v0.4.4
16082026-06-06T15:46:07.028Z Compiling hkdf v0.12.4
16092026-06-06T15:46:07.275Z Compiling goblin v0.8.2
16102026-06-06T15:46:07.361Z Compiling num-rational v0.4.2
16112026-06-06T15:46:07.521Z Compiling num-iter v0.1.45
16122026-06-06T15:46:07.640Z Compiling thiserror-impl-no-std v2.0.2
16132026-06-06T15:46:07.706Z Compiling universal-hash v0.5.1
16142026-06-06T15:46:07.778Z Compiling crypto-bigint v0.5.5
16152026-06-06T15:46:07.835Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16162026-06-06T15:46:07.895Z Compiling typify-macro v0.6.2
16172026-06-06T15:46:08.111Z Compiling crossbeam-epoch v0.9.18
16182026-06-06T15:46:08.459Z Compiling half v2.7.1
16192026-06-06T15:46:08.496Z Compiling curve25519-dalek-derive v0.1.1
16202026-06-06T15:46:08.777Z Compiling num-complex v0.4.6
16212026-06-06T15:46:08.780Z Compiling darling_macro v0.21.3
16222026-06-06T15:46:09.060Z Compiling base64ct v1.8.3
16232026-06-06T15:46:09.178Z Compiling opaque-debug v0.3.1
16242026-06-06T15:46:09.249Z Compiling ciborium-io v0.2.2
16252026-06-06T15:46:09.260Z Compiling base16ct v0.2.0
16262026-06-06T15:46:09.343Z Compiling ciborium-ll v0.2.2
16272026-06-06T15:46:09.361Z Compiling elliptic-curve v0.13.8
16282026-06-06T15:46:09.394Z Compiling darling v0.21.3
16292026-06-06T15:46:09.417Z Compiling password-hash v0.5.0
16302026-06-06T15:46:09.475Z Compiling poly1305 v0.8.0
16312026-06-06T15:46:09.864Z Compiling num v0.4.3
16322026-06-06T15:46:09.932Z Compiling thiserror-no-std v2.0.2
16332026-06-06T15:46:10.017Z Compiling typify v0.6.2
16342026-06-06T15:46:10.402Z Compiling chacha20 v0.9.1
16352026-06-06T15:46:10.405Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16362026-06-06T15:46:10.624Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16372026-06-06T15:46:11.024Z Compiling blake2 v0.10.6
16382026-06-06T15:46:11.281Z Compiling aead v0.5.2
16392026-06-06T15:46:11.284Z Compiling byte-wrapper v0.1.0
16402026-06-06T15:46:11.455Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16412026-06-06T15:46:11.475Z Compiling proc-macro-error-attr v1.0.4
16422026-06-06T15:46:11.730Z Compiling unsafe-libyaml v0.2.11
16432026-06-06T15:46:11.776Z Compiling keccak v0.1.6
16442026-06-06T15:46:11.849Z Compiling rustix v0.38.44
16452026-06-06T15:46:12.012Z Compiling prettyplease v0.2.37
16462026-06-06T15:46:12.214Z Compiling heapless v0.8.0
16472026-06-06T15:46:12.386Z Compiling serde_yaml v0.9.34+deprecated
16482026-06-06T15:46:12.609Z Compiling sha3 v0.10.9
16492026-06-06T15:46:12.910Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16502026-06-06T15:46:13.048Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16512026-06-06T15:46:13.624Z Compiling chacha20poly1305 v0.10.1
16522026-06-06T15:46:13.790Z Compiling argon2 v0.5.3
16532026-06-06T15:46:13.857Z Compiling vsss-rs v3.3.4
16542026-06-06T15:46:13.880Z Compiling ciborium v0.2.2
16552026-06-06T15:46:14.009Z Compiling ingot-macros v0.1.1
16562026-06-06T15:46:14.389Z Compiling usdt-attr-macro v0.5.0
16572026-06-06T15:46:14.474Z Compiling usdt-macro v0.5.0
16582026-06-06T15:46:16.060Z Compiling serde_spanned v0.6.9
16592026-06-06T15:46:16.209Z Compiling enum-as-inner v0.6.1
16602026-06-06T15:46:16.496Z Compiling rustls-webpki v0.103.13
16612026-06-06T15:46:16.723Z Compiling hash32 v0.3.1
16622026-06-06T15:46:16.813Z Compiling proc-macro-error v1.0.4
16632026-06-06T15:46:16.825Z Compiling memmap v0.7.0
16642026-06-06T15:46:16.834Z Compiling memoffset v0.9.1
16652026-06-06T15:46:16.873Z Compiling cfg_aliases v0.2.1
16662026-06-06T15:46:16.950Z Compiling winnow v0.7.15
16672026-06-06T15:46:17.016Z Compiling data-encoding v2.11.0
16682026-06-06T15:46:17.050Z Compiling winnow v0.5.40
16692026-06-06T15:46:17.084Z Compiling indent_write v2.2.0
16702026-06-06T15:46:17.218Z Compiling smoltcp v0.11.0
16712026-06-06T15:46:17.549Z Compiling static_assertions v1.1.0
16722026-06-06T15:46:17.577Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732026-06-06T15:46:17.621Z Compiling toml_write v0.1.2
16742026-06-06T15:46:17.817Z Compiling nix v0.31.3
16752026-06-06T15:46:17.844Z Compiling usdt v0.5.0
16762026-06-06T15:46:17.868Z Compiling ingot-types v0.1.2
16772026-06-06T15:46:18.197Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16782026-06-06T15:46:18.210Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16792026-06-06T15:46:18.260Z Compiling toml_edit v0.22.27
16802026-06-06T15:46:18.281Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16812026-06-06T15:46:18.299Z Compiling toml_edit v0.19.15
16822026-06-06T15:46:18.531Z Compiling tabwriter v1.4.1
16832026-06-06T15:46:18.885Z Compiling cobs v0.3.0
16842026-06-06T15:46:18.998Z Compiling serde_repr v0.1.20
16852026-06-06T15:46:19.089Z Compiling vcpkg v0.2.15
16862026-06-06T15:46:19.425Z Compiling bitflags v1.3.2
16872026-06-06T15:46:19.503Z Compiling managed v0.8.0
16882026-06-06T15:46:19.619Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16892026-06-06T15:46:19.667Z Compiling pkg-config v0.3.33
16902026-06-06T15:46:19.874Z Compiling toml v0.8.23
16912026-06-06T15:46:20.124Z Compiling tokio-rustls v0.26.4
16922026-06-06T15:46:20.375Z Compiling hyper-rustls v0.27.9
16932026-06-06T15:46:20.408Z Compiling rustls-platform-verifier v0.7.0
16942026-06-06T15:46:20.601Z Compiling reqwest v0.13.4
16952026-06-06T15:46:21.587Z Compiling openssl-sys v0.9.116
16962026-06-06T15:46:21.643Z Compiling proc-macro-crate v1.3.1
16972026-06-06T15:46:21.987Z Compiling progenitor-client v0.14.0
16982026-06-06T15:46:22.162Z Compiling postcard v1.1.3
16992026-06-06T15:46:22.268Z Compiling progenitor-extras v0.2.0
17002026-06-06T15:46:22.526Z Compiling ingot v0.1.1
17012026-06-06T15:46:23.309Z Compiling hubpack_derive v0.1.1
17022026-06-06T15:46:23.324Z Compiling foreign-types-macros v0.2.3
17032026-06-06T15:46:23.900Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-06T15:46:24.035Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17052026-06-06T15:46:24.361Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17062026-06-06T15:46:24.425Z Compiling rayon-core v1.13.0
17072026-06-06T15:46:24.668Z Compiling unicode-segmentation v1.13.3
17082026-06-06T15:46:24.833Z Compiling swrite v0.1.0
17092026-06-06T15:46:24.920Z Compiling linked-hash-map v0.5.6
17102026-06-06T15:46:24.934Z Compiling foreign-types-shared v0.3.1
17112026-06-06T15:46:25.030Z Compiling semver v0.1.20
17122026-06-06T15:46:25.102Z Compiling resolv-conf v0.7.6
17132026-06-06T15:46:25.114Z Compiling heck v0.4.1
17142026-06-06T15:46:25.298Z Compiling colored v3.1.1
17152026-06-06T15:46:25.318Z Compiling rustc_version v0.1.7
17162026-06-06T15:46:25.499Z Compiling lru-cache v0.1.2
17172026-06-06T15:46:25.528Z Compiling foreign-types v0.5.0
17182026-06-06T15:46:25.610Z Compiling newline-converter v0.3.0
17192026-06-06T15:46:25.690Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17202026-06-06T15:46:25.707Z Compiling hubpack v0.1.2
17212026-06-06T15:46:25.870Z Compiling num_enum_derive v0.5.11
17222026-06-06T15:46:26.060Z Compiling atomicwrites v0.4.4
17232026-06-06T15:46:26.391Z Compiling hickory-proto v0.24.4
17242026-06-06T15:46:26.906Z Compiling progenitor-impl v0.13.0
17252026-06-06T15:46:27.503Z Compiling crossbeam-deque v0.8.6
17262026-06-06T15:46:27.579Z Compiling console v0.15.11
17272026-06-06T15:46:27.704Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17282026-06-06T15:46:28.221Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-06-06T15:46:28.233Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17302026-06-06T15:46:28.260Z Compiling camino-tempfile v1.4.1
17312026-06-06T15:46:28.425Z Compiling chacha20 v0.10.0
17322026-06-06T15:46:28.504Z Compiling serde-big-array v0.5.1
17332026-06-06T15:46:28.734Z Compiling derive-where v1.6.1
17342026-06-06T15:46:29.808Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17352026-06-06T15:46:30.041Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-06-06T15:46:30.157Z Compiling pin-project-internal v1.1.13
17372026-06-06T15:46:30.305Z Compiling num-derive v0.4.2
17382026-06-06T15:46:30.354Z Compiling cstr-argument v0.1.2
17392026-06-06T15:46:30.513Z Compiling siphasher v1.0.3
17402026-06-06T15:46:30.713Z Compiling similar v2.7.0
17412026-06-06T15:46:30.732Z Compiling minimal-lexical v0.2.1
17422026-06-06T15:46:30.794Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17432026-06-06T15:46:30.996Z Compiling nom v7.1.3
17442026-06-06T15:46:31.053Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17452026-06-06T15:46:31.269Z Compiling expectorate v1.2.0
17462026-06-06T15:46:31.272Z Compiling pin-project v1.1.13
17472026-06-06T15:46:31.291Z Compiling phf_shared v0.12.1
17482026-06-06T15:46:31.381Z Compiling progenitor-macro v0.13.0
17492026-06-06T15:46:31.422Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17502026-06-06T15:46:31.671Z Compiling rand v0.10.1
17512026-06-06T15:46:31.686Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17522026-06-06T15:46:31.780Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-06-06T15:46:31.903Z Compiling hickory-resolver v0.24.4
17542026-06-06T15:46:32.340Z Compiling num_enum v0.5.11
17552026-06-06T15:46:32.352Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17562026-06-06T15:46:32.460Z Compiling newtype_derive v0.1.6
17572026-06-06T15:46:32.555Z Compiling progenitor-client v0.13.0
17582026-06-06T15:46:32.742Z Compiling progenitor-impl v0.14.0
17592026-06-06T15:46:32.855Z Compiling unicode-normalization v0.1.25
17602026-06-06T15:46:33.341Z Compiling tokio-stream v0.1.18
17612026-06-06T15:46:33.839Z Compiling snafu-derive v0.8.9
17622026-06-06T15:46:34.177Z Compiling async-recursion v1.1.1
17632026-06-06T15:46:34.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17642026-06-06T15:46:34.615Z Compiling slog-dtrace v0.3.0
17652026-06-06T15:46:34.872Z Compiling bstr v1.12.1
17662026-06-06T15:46:34.901Z Compiling csv-core v0.1.13
17672026-06-06T15:46:34.910Z Compiling konst_macro_rules v0.2.19
17682026-06-06T15:46:35.092Z Compiling openssl v0.10.80
17692026-06-06T15:46:35.168Z Compiling foldhash v0.1.5
17702026-06-06T15:46:35.353Z Compiling highway v1.3.0
17712026-06-06T15:46:35.367Z Compiling same-file v1.0.6
17722026-06-06T15:46:35.382Z Compiling owo-colors v4.3.0
17732026-06-06T15:46:35.548Z Compiling cancel-safe-futures v0.1.5
17742026-06-06T15:46:35.623Z Compiling unicode-xid v0.2.6
17752026-06-06T15:46:35.725Z Compiling chrono-tz v0.10.4
17762026-06-06T15:46:35.742Z Compiling foreign-types-shared v0.1.1
17772026-06-06T15:46:35.753Z Compiling unicode-width v0.1.14
17782026-06-06T15:46:35.837Z Compiling foreign-types v0.3.2
17792026-06-06T15:46:35.841Z Compiling const_format_proc_macros v0.2.34
17802026-06-06T15:46:35.945Z Compiling snafu v0.8.9
17812026-06-06T15:46:35.977Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17822026-06-06T15:46:36.037Z Compiling walkdir v2.5.0
17832026-06-06T15:46:36.345Z Compiling progenitor-macro v0.14.0
17842026-06-06T15:46:36.345Z Compiling hashbrown v0.15.5
17852026-06-06T15:46:36.366Z Compiling globset v0.4.18
17862026-06-06T15:46:36.400Z Compiling csv v1.4.0
17872026-06-06T15:46:36.490Z Compiling progenitor v0.13.0
17882026-06-06T15:46:36.628Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-06-06T15:46:36.658Z Compiling konst v0.2.20
17902026-06-06T15:46:36.928Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-06-06T15:46:36.945Z Compiling qorb v0.4.1
17922026-06-06T15:46:37.185Z Compiling olpc-cjson v0.1.4
17932026-06-06T15:46:37.357Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-06-06T15:46:38.649Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17952026-06-06T15:46:39.075Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-06-06T15:46:39.186Z Compiling rayon v1.12.0
17972026-06-06T15:46:39.197Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17982026-06-06T15:46:39.283Z Compiling phf v0.12.1
17992026-06-06T15:46:39.440Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-06T15:46:39.443Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-06T15:46:40.046Z Compiling zone_cfg_derive v0.3.1
18022026-06-06T15:46:40.398Z Compiling tokio-dtrace v0.1.1
18032026-06-06T15:46:40.673Z Compiling itertools v0.12.1
18042026-06-06T15:46:40.747Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18052026-06-06T15:46:40.952Z Compiling libsw-core v0.3.2
18062026-06-06T15:46:40.979Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-06T15:46:41.124Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18082026-06-06T15:46:41.460Z Compiling serde_plain v1.0.2
18092026-06-06T15:46:41.506Z Compiling openssl-macros v0.1.1
18102026-06-06T15:46:41.581Z Compiling pem v3.0.6
18112026-06-06T15:46:41.675Z Compiling cookie v0.18.1
18122026-06-06T15:46:41.803Z Compiling sigpipe v0.1.3
18132026-06-06T15:46:41.886Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-06T15:46:41.898Z Compiling typed-path v0.9.3
18152026-06-06T15:46:41.929Z Compiling glob v0.3.3
18162026-06-06T15:46:41.970Z Compiling bytecount v0.6.9
18172026-06-06T15:46:42.008Z Compiling fixedbitset v0.4.2
18182026-06-06T15:46:42.114Z Compiling fixedbitset v0.5.7
18192026-06-06T15:46:42.132Z Compiling jiff v0.2.28
18202026-06-06T15:46:42.166Z Compiling petgraph v0.6.5
18212026-06-06T15:46:42.268Z Compiling papergrid v0.11.0
18222026-06-06T15:46:42.382Z Compiling petgraph v0.8.3
18232026-06-06T15:46:43.260Z Compiling tough v0.22.0
18242026-06-06T15:46:43.798Z Compiling zone v0.3.1
18252026-06-06T15:46:44.119Z Compiling progenitor v0.14.0
18262026-06-06T15:46:44.233Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18272026-06-06T15:46:44.260Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-06-06T15:46:44.263Z Compiling libsw v3.5.0
18292026-06-06T15:46:44.442Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18302026-06-06T15:46:44.471Z Compiling oxide-tokio-rt v0.1.6
18312026-06-06T15:46:44.622Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18322026-06-06T15:46:44.695Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-06-06T15:46:44.712Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-06-06T15:46:44.789Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-06T15:46:45.814Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-06T15:46:45.930Z Compiling const_format v0.2.36
18372026-06-06T15:46:45.942Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-06T15:46:46.262Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18392026-06-06T15:46:46.515Z Compiling tabled_derive v0.7.0
18402026-06-06T15:46:46.673Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-06T15:46:46.698Z Compiling gethostname v0.5.0
18422026-06-06T15:46:46.821Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-06T15:46:46.836Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18442026-06-06T15:46:46.946Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-06T15:46:47.006Z Compiling smf v0.2.3
18462026-06-06T15:46:47.068Z Compiling bcs v0.1.6
18472026-06-06T15:46:47.254Z Compiling nom v8.0.0
18482026-06-06T15:46:47.389Z Compiling linear-map v1.2.0
18492026-06-06T15:46:47.487Z Compiling smawk v0.3.2
18502026-06-06T15:46:47.577Z Compiling crunchy v0.2.4
18512026-06-06T15:46:47.611Z Compiling unicode-linebreak v0.1.5
18522026-06-06T15:46:47.628Z Compiling lazy_static v1.5.0
18532026-06-06T15:46:47.733Z Compiling tagptr v0.2.0
18542026-06-06T15:46:47.774Z Compiling whoami v1.6.1
18552026-06-06T15:46:47.864Z Compiling termtree v0.5.1
18562026-06-06T15:46:47.885Z Compiling moka v0.12.15
18572026-06-06T15:46:47.899Z Compiling textwrap v0.16.2
18582026-06-06T15:46:48.088Z Compiling steno v0.4.1
18592026-06-06T15:46:48.283Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-06T15:46:48.438Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-06T15:46:48.668Z Compiling tabled v0.15.0
18622026-06-06T15:46:49.615Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-06T15:46:49.627Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-06T15:46:50.192Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-06T15:46:51.031Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-06T15:46:51.433Z Compiling hickory-proto v0.25.2
18672026-06-06T15:46:51.451Z Compiling tiny-keccak v2.0.2
18682026-06-06T15:46:51.707Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18692026-06-06T15:46:52.060Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18702026-06-06T15:46:52.549Z Compiling parking_lot_core v0.8.6
18712026-06-06T15:46:52.782Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18722026-06-06T15:46:52.858Z Compiling libscf-sys v1.2.0
18732026-06-06T15:46:52.942Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-06T15:46:53.002Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18752026-06-06T15:46:53.102Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18762026-06-06T15:46:53.257Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18772026-06-06T15:46:53.312Z Compiling hickory-resolver v0.25.2
18782026-06-06T15:46:53.502Z Compiling const-random-macro v0.1.16
18792026-06-06T15:46:53.692Z Compiling ahash v0.8.12
18802026-06-06T15:46:53.853Z Compiling smartstring v1.0.1
18812026-06-06T15:46:53.947Z Compiling const-random v0.1.18
18822026-06-06T15:46:54.026Z Compiling parking_lot v0.11.2
18832026-06-06T15:46:54.390Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-06T15:46:54.431Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18852026-06-06T15:46:54.453Z Compiling fxhash v0.2.1
18862026-06-06T15:46:54.597Z Compiling internet-checksum v0.2.1
18872026-06-06T15:46:54.668Z Compiling sled v0.34.7
18882026-06-06T15:46:55.051Z Compiling thin-vec v0.2.18
18892026-06-06T15:46:55.282Z Compiling rhai_codegen v3.2.0
18902026-06-06T15:46:55.349Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18912026-06-06T15:46:55.433Z Compiling serial_test_derive v3.5.0
18922026-06-06T15:46:55.641Z Compiling yansi v1.0.1
18932026-06-06T15:46:55.974Z Compiling diff v0.1.13
18942026-06-06T15:46:56.178Z Compiling serial_test v3.5.0
18952026-06-06T15:46:56.273Z Compiling pretty_assertions v1.4.1
18962026-06-06T15:46:56.535Z Compiling rhai v1.25.1
18972026-06-06T15:46:57.440Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18982026-06-06T15:46:58.574Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-06T15:47:06.892Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-06T15:47:08.530Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-06-06T15:47:09.567Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19022026-06-06T15:47:10.491Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19032026-06-06T15:47:11.328Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19042026-06-06T15:47:12.465Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19052026-06-06T15:47:44.487Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 17s
19062026-06-06T15:47:44.669Z────────────
19072026-06-06T15:47:44.669Z Nextest run ID ca14e221-f062-4edf-b894-120bb5577963 with nextest profile: default
19082026-06-06T15:47:44.669Z Starting 154 tests across 3 binaries
19092026-06-06T15:47:44.679Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19102026-06-06T15:47:44.682Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19112026-06-06T15:47:44.682Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19122026-06-06T15:47:44.682Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19132026-06-06T15:47:44.682Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19142026-06-06T15:47:44.682Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19152026-06-06T15:47:44.682Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19162026-06-06T15:47:44.682Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19172026-06-06T15:47:44.688Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19182026-06-06T15:47:44.691Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19192026-06-06T15:47:44.691Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19202026-06-06T15:47:44.691Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
19212026-06-06T15:47:44.692Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19222026-06-06T15:47:44.692Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19232026-06-06T15:47:44.692Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19242026-06-06T15:47:44.692Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19252026-06-06T15:47:44.699Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19262026-06-06T15:47:44.701Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19272026-06-06T15:47:44.701Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19282026-06-06T15:47:44.701Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19292026-06-06T15:47:44.701Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19302026-06-06T15:47:44.701Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19312026-06-06T15:47:44.702Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19322026-06-06T15:47:44.702Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19332026-06-06T15:47:44.707Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19342026-06-06T15:47:44.710Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19352026-06-06T15:47:44.710Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19362026-06-06T15:47:44.710Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19372026-06-06T15:47:44.710Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19382026-06-06T15:47:44.710Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19392026-06-06T15:47:44.710Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19402026-06-06T15:47:44.710Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19412026-06-06T15:47:44.717Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19422026-06-06T15:47:44.720Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19432026-06-06T15:47:44.720Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19442026-06-06T15:47:44.720Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19452026-06-06T15:47:44.720Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19462026-06-06T15:47:44.720Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19472026-06-06T15:47:44.720Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19482026-06-06T15:47:44.720Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19492026-06-06T15:47:44.728Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19502026-06-06T15:47:44.731Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19512026-06-06T15:47:44.731Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19522026-06-06T15:47:44.731Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19532026-06-06T15:47:44.731Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19542026-06-06T15:47:44.731Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19552026-06-06T15:47:44.731Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19562026-06-06T15:47:44.731Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19572026-06-06T15:47:44.739Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19582026-06-06T15:47:44.742Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19592026-06-06T15:47:44.742Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19602026-06-06T15:47:44.742Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19612026-06-06T15:47:44.742Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19622026-06-06T15:47:44.742Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19632026-06-06T15:47:44.742Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19642026-06-06T15:47:44.742Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_round_trip
19652026-06-06T15:47:44.749Z PASS [ 0.010s] bgp messages::tests::notification_round_trip
19662026-06-06T15:47:44.749Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19672026-06-06T15:47:44.750Z PASS [ 0.010s] bgp messages::tests::prefix_within
19682026-06-06T15:47:44.755Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19692026-06-06T15:47:44.755Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19702026-06-06T15:47:44.755Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19712026-06-06T15:47:44.755Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19722026-06-06T15:47:44.755Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_round_trip
19732026-06-06T15:47:44.760Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19742026-06-06T15:47:44.760Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19752026-06-06T15:47:44.760Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19762026-06-06T15:47:44.760Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19772026-06-06T15:47:44.763Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19782026-06-06T15:47:44.763Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19792026-06-06T15:47:44.763Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19802026-06-06T15:47:44.763Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19812026-06-06T15:47:44.771Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19822026-06-06T15:47:44.771Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19832026-06-06T15:47:44.774Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19842026-06-06T15:47:44.774Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19852026-06-06T15:47:44.774Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19862026-06-06T15:47:44.774Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19872026-06-06T15:47:44.774Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19882026-06-06T15:47:44.774Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19892026-06-06T15:47:44.781Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19902026-06-06T15:47:44.783Z PASS [ 0.011s] bgp messages::tests::route_refresh_round_trip
19912026-06-06T15:47:44.784Z PASS [ 0.011s] bgp messages::tests::test_nexthop_length_validation
19922026-06-06T15:47:44.784Z PASS [ 0.011s] bgp messages::tests::update_round_trip
19932026-06-06T15:47:44.796Z PASS [ 0.024s] bgp policy::test::open_add_4byte_as
19942026-06-06T15:47:44.799Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
19952026-06-06T15:47:44.799Z PASS [ 0.027s] bgp policy::test::open_require_4byte_as
19962026-06-06T15:47:44.799Z PASS [ 0.027s] bgp policy::test::shape_update_prefixes
19972026-06-06T15:47:44.799Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19982026-06-06T15:47:44.804Z PASS [ 0.027s] bgp policy::test::update_drop_on_no_export
19992026-06-06T15:47:44.804Z PASS [ 0.020s] bgp policy::test::update_shape_community
20002026-06-06T15:47:44.812Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
20012026-06-06T15:47:44.815Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20022026-06-06T15:47:44.815Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20032026-06-06T15:47:44.815Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20042026-06-06T15:47:44.815Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20052026-06-06T15:47:44.815Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20062026-06-06T15:47:44.815Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20072026-06-06T15:47:44.818Z PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20082026-06-06T15:47:44.826Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20092026-06-06T15:47:44.829Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20102026-06-06T15:47:44.829Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20112026-06-06T15:47:44.829Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20122026-06-06T15:47:44.832Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20132026-06-06T15:47:44.835Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20142026-06-06T15:47:44.838Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20152026-06-06T15:47:44.838Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20162026-06-06T15:47:44.838Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20172026-06-06T15:47:44.840Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20182026-06-06T15:47:44.843Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20192026-06-06T15:47:44.843Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20202026-06-06T15:47:44.846Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20212026-06-06T15:47:44.846Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20222026-06-06T15:47:44.846Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20232026-06-06T15:47:44.846Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20242026-06-06T15:47:44.848Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20252026-06-06T15:47:44.851Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20262026-06-06T15:47:44.851Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20272026-06-06T15:47:44.854Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20282026-06-06T15:47:44.854Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20292026-06-06T15:47:44.854Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20302026-06-06T15:47:47.913Z PASS [ 3.066s] bgp test::test_basic_peering_passive
20312026-06-06T15:47:47.917Z PASS [ 3.066s] bgp test::test_basic_update
20322026-06-06T15:47:47.920Z PASS [ 3.069s] bgp test::test_basic_update_ipv6
20332026-06-06T15:47:47.925Z PASS [ 3.072s] bgp test::test_basic_peering_passive_tcp
20342026-06-06T15:47:47.929Z PASS [ 3.083s] bgp test::test_basic_peering_active_tcp
20352026-06-06T15:47:47.931Z PASS [ 3.077s] bgp test::test_basic_update_ipv6_tcp
20362026-06-06T15:47:47.935Z PASS [ 3.090s] bgp test::test_basic_peering_active
20372026-06-06T15:47:47.938Z PASS [ 3.084s] bgp test::test_basic_update_tcp
20382026-06-06T15:47:50.997Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20392026-06-06T15:47:51.001Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20402026-06-06T15:47:51.011Z PASS [ 3.081s] bgp test::test_ipv6_basic_peering_active_tcp
20412026-06-06T15:47:51.017Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20422026-06-06T15:47:51.997Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv4_peer_success
20432026-06-06T15:47:52.000Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv6_peer_success
20442026-06-06T15:47:52.003Z PASS [ 4.079s] bgp test::test_ipv4_routes_ipv6_peer_success
20452026-06-06T15:47:52.003Z PASS [ 4.080s] bgp test::test_import_export_policy_filtering
20462026-06-06T15:47:52.062Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20472026-06-06T15:47:53.079Z PASS [ 2.061s] bgp test::test_same_linklocal_multiple_interfaces
20482026-06-06T15:47:53.086Z PASS [ 1.089s] bgp test::test_three_router_chain_tcp
20492026-06-06T15:47:53.086Z PASS [ 1.088s] bgp test::test_three_router_chain_tcp_ipv6
20502026-06-06T15:47:53.818Z PASS [ 2.805s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20512026-06-06T15:47:54.139Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20522026-06-06T15:47:54.144Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20532026-06-06T15:47:54.149Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20542026-06-06T15:47:54.154Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20552026-06-06T15:47:54.158Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20562026-06-06T15:47:55.069Z PASS [ 3.067s] bgp test::test_three_router_chain_unnumbered
20572026-06-06T15:47:55.072Z PASS [ 4.074s] bgp test::test_ipv6_routes_ipv4_peer_success
20582026-06-06T15:47:57.065Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20592026-06-06T15:47:58.148Z PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change
20602026-06-06T15:48:02.151Z PASS [ 9.063s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20612026-06-06T15:48:02.882Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20622026-06-06T15:48:10.135Z PASS [ 18.067s] bgp test::test_unnumbered_interface_lifecycle
20632026-06-06T15:48:10.139Z────────────
20642026-06-06T15:48:10.139Z Summary [ 25.458s] 154 tests run: 154 passed, 0 skipped
20652026-06-06T15:48:10.155Z+ 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/
20662026-06-06T15:48:10.159Z+ popd
20672026-06-06T15:48:10.159Z+ pushd mgd
20682026-06-06T15:48:10.159Z/work/oxidecomputer/maghemite
20692026-06-06T15:48:10.159Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20702026-06-06T15:48:10.159Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20712026-06-06T15:48:11.323Z Compiling slog v2.8.2
20722026-06-06T15:48:11.431Z Compiling usdt v0.6.0
20732026-06-06T15:48:11.520Z Compiling proc-macro-error-attr2 v2.0.0
20742026-06-06T15:48:11.536Z Compiling papergrid v0.18.0
20752026-06-06T15:48:11.539Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20762026-06-06T15:48:11.539Z Compiling testing_table v0.3.0
20772026-06-06T15:48:11.701Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20782026-06-06T15:48:11.712Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20792026-06-06T15:48:11.722Z Compiling crc8 v0.1.1
20802026-06-06T15:48:11.824Z Compiling slog-json v2.6.1
20812026-06-06T15:48:11.834Z Compiling slog-async v2.8.0
20822026-06-06T15:48:11.968Z Compiling slog-term v2.9.2
20832026-06-06T15:48:12.056Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20842026-06-06T15:48:12.086Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-06-06T15:48:12.188Z Compiling slog-bunyan v2.5.0
20862026-06-06T15:48:12.233Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20872026-06-06T15:48:12.329Z Compiling dropshot v0.17.1
20882026-06-06T15:48:12.493Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20892026-06-06T15:48:12.515Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20902026-06-06T15:48:12.518Z Compiling slog-dtrace v0.3.0
20912026-06-06T15:48:12.587Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20922026-06-06T15:48:12.839Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-06-06T15:48:13.106Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20942026-06-06T15:48:13.592Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20952026-06-06T15:48:13.687Z Compiling steno v0.4.1
20962026-06-06T15:48:13.735Z Compiling proc-macro-error2 v2.0.1
20972026-06-06T15:48:14.021Z Compiling tabled_derive v0.11.0
20982026-06-06T15:48:14.497Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
20992026-06-06T15:48:15.134Z Compiling tabled v0.21.0
21002026-06-06T15:48:16.063Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21012026-06-06T15:48:16.905Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21022026-06-06T15:48:17.865Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-06-06T15:48:18.466Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21042026-06-06T15:48:19.185Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21052026-06-06T15:48:19.207Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21062026-06-06T15:48:19.329Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21072026-06-06T15:48:19.369Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-06-06T15:48:19.383Z Compiling dropshot-api-manager-types v0.7.2
21092026-06-06T15:48:19.668Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
21102026-06-06T15:48:19.756Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21112026-06-06T15:48:20.191Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-06-06T15:48:22.166Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-06T15:48:22.228Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-06-06T15:48:22.295Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21152026-06-06T15:48:22.445Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-06-06T15:48:22.959Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-06T15:48:23.316Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-06T15:48:23.973Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-06T15:48:24.263Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-06-06T15:48:24.398Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21212026-06-06T15:48:24.485Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-06T15:48:24.659Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-06-06T15:48:29.981Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-06T15:48:29.981Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-06-06T15:48:30.953Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-06T15:48:30.992Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-06T15:48:31.150Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-06-06T15:48:31.180Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-06-06T15:48:31.405Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-06T15:48:39.111Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21312026-06-06T15:48:46.763Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-06T15:48:48.373Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-06-06T15:48:49.407Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21342026-06-06T15:48:50.350Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21352026-06-06T15:48:51.184Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21362026-06-06T15:48:52.364Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21372026-06-06T15:48:52.364Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21382026-06-06T15:48:52.367Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21392026-06-06T15:48:58.015Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21402026-06-06T15:49:24.837Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
21412026-06-06T15:49:25.003Z────────────
21422026-06-06T15:49:25.003Z Nextest run ID 04589324-3710-465f-921b-139dc0b6c6d2 with nextest profile: default
21432026-06-06T15:49:25.004Z Starting 36 tests across 3 binaries
21442026-06-06T15:49:25.008Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21452026-06-06T15:49:25.017Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21462026-06-06T15:49:25.017Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21472026-06-06T15:49:25.017Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21482026-06-06T15:49:25.023Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21492026-06-06T15:49:25.023Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21502026-06-06T15:49:25.031Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21512026-06-06T15:49:25.045Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21522026-06-06T15:49:25.064Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21532026-06-06T15:49:25.079Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21542026-06-06T15:49:25.079Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21552026-06-06T15:49:25.079Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21562026-06-06T15:49:25.079Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21572026-06-06T15:49:25.079Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21582026-06-06T15:49:25.079Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21592026-06-06T15:49:25.079Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21602026-06-06T15:49:25.116Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21612026-06-06T15:49:25.116Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21622026-06-06T15:49:25.116Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21632026-06-06T15:49:25.116Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21642026-06-06T15:49:25.116Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21652026-06-06T15:49:25.116Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21662026-06-06T15:49:25.117Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21672026-06-06T15:49:25.117Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21682026-06-06T15:49:25.117Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21692026-06-06T15:49:25.117Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21702026-06-06T15:49:25.117Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21712026-06-06T15:49:25.117Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21722026-06-06T15:49:25.117Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21732026-06-06T15:49:25.117Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21742026-06-06T15:49:25.117Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21752026-06-06T15:49:25.117Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21762026-06-06T15:49:25.117Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21772026-06-06T15:49:25.117Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21782026-06-06T15:49:25.117Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21792026-06-06T15:49:25.117Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21802026-06-06T15:49:25.117Z────────────
21812026-06-06T15:49:25.117Z Summary [ 0.090s] 36 tests run: 36 passed, 0 skipped
21822026-06-06T15:49:25.117Z+ cp ./apply_remove_entire_group.log /work/
21832026-06-06T15:49:25.117Z+ popd
21842026-06-06T15:49:25.117Z/work/oxidecomputer/maghemite
21852026-06-06T15:49:25.117Zprocess exited: duration 429529 ms, exit code 0
 
21862026-06-06T15:49:25.148Zfound 66 output files
21872026-06-06T15:49:25.148Zuploading: /work/apply_remove_entire_group.log (9823 bytes)
21882026-06-06T15:49:26.162Zuploaded: /work/apply_remove_entire_group.log
21892026-06-06T15:49:26.162Zuploading: /work/dualstack_routes.log (117897 bytes)
21902026-06-06T15:49:27.189Zuploaded: /work/dualstack_routes.log
21912026-06-06T15:49:27.189Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2098 bytes)
21922026-06-06T15:49:29.192Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21932026-06-06T15:49:29.200Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1404 bytes)
21942026-06-06T15:49:30.207Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21952026-06-06T15:49:30.207Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2181 bytes)
21962026-06-06T15:49:31.224Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21972026-06-06T15:49:31.224Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2329 bytes)
21982026-06-06T15:49:32.234Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21992026-06-06T15:49:32.235Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2366 bytes)
22002026-06-06T15:49:33.243Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22012026-06-06T15:49:33.243Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2259 bytes)
22022026-06-06T15:49:34.252Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22032026-06-06T15:49:34.255Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3093 bytes)
22042026-06-06T15:49:35.262Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22052026-06-06T15:49:35.263Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2275 bytes)
22062026-06-06T15:49:36.271Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22072026-06-06T15:49:36.271Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2235 bytes)
22082026-06-06T15:49:37.279Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22092026-06-06T15:49:37.279Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2234 bytes)
22102026-06-06T15:49:38.287Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22112026-06-06T15:49:38.287Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2264 bytes)
22122026-06-06T15:49:39.295Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22132026-06-06T15:49:39.295Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2432 bytes)
22142026-06-06T15:49:40.305Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22152026-06-06T15:49:40.305Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4657 bytes)
22162026-06-06T15:49:41.314Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22172026-06-06T15:49:41.314Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3527 bytes)
22182026-06-06T15:49:42.322Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22192026-06-06T15:49:42.322Zuploading: /work/multiple_unnumbered.log (103430 bytes)
22202026-06-06T15:49:43.335Zuploaded: /work/multiple_unnumbered.log
22212026-06-06T15:49:43.335Zuploading: /work/ndp_change_reset.log (69600 bytes)
22222026-06-06T15:49:44.346Zuploaded: /work/ndp_change_reset.log
22232026-06-06T15:49:44.346Zuploading: /work/ndp_changes.log (88885 bytes)
22242026-06-06T15:49:45.357Zuploaded: /work/ndp_changes.log
22252026-06-06T15:49:45.357Zuploading: /work/r1.test_basic_peering_active.log (40206 bytes)
22262026-06-06T15:49:46.368Zuploaded: /work/r1.test_basic_peering_active.log
22272026-06-06T15:49:46.368Zuploading: /work/r1.test_basic_peering_active_tcp.log (47266 bytes)
22282026-06-06T15:49:47.378Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22292026-06-06T15:49:47.378Zuploading: /work/r1.test_basic_peering_passive.log (33732 bytes)
22302026-06-06T15:49:48.389Zuploaded: /work/r1.test_basic_peering_passive.log
22312026-06-06T15:49:48.389Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39685 bytes)
22322026-06-06T15:49:49.401Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22332026-06-06T15:49:49.401Zuploading: /work/r1.test_basic_update.log (28646 bytes)
22342026-06-06T15:49:50.412Zuploaded: /work/r1.test_basic_update.log
22352026-06-06T15:49:50.412Zuploading: /work/r1.test_basic_update_ipv6.log (28151 bytes)
22362026-06-06T15:49:51.423Zuploaded: /work/r1.test_basic_update_ipv6.log
22372026-06-06T15:49:51.423Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31150 bytes)
22382026-06-06T15:49:52.433Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22392026-06-06T15:49:52.433Zuploading: /work/r1.test_basic_update_tcp.log (45142 bytes)
22402026-06-06T15:49:53.445Zuploaded: /work/r1.test_basic_update_tcp.log
22412026-06-06T15:49:53.445Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (61887 bytes)
22422026-06-06T15:49:54.458Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22432026-06-06T15:49:54.458Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (64307 bytes)
22442026-06-06T15:49:55.472Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22452026-06-06T15:49:55.472Zuploading: /work/r1.test_import_export_policy_filtering.log (40181 bytes)
22462026-06-06T15:49:56.482Zuploaded: /work/r1.test_import_export_policy_filtering.log
22472026-06-06T15:49:56.482Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35907 bytes)
22482026-06-06T15:49:57.495Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22492026-06-06T15:49:57.495Zuploading: /work/r1.test_ipv6_basic_peering_active.log (38239 bytes)
22502026-06-06T15:49:58.505Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22512026-06-06T15:49:58.505Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49033 bytes)
22522026-06-06T15:49:59.529Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22532026-06-06T15:49:59.529Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33792 bytes)
22542026-06-06T15:50:00.565Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22552026-06-06T15:50:00.565Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39619 bytes)
22562026-06-06T15:50:01.605Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22572026-06-06T15:50:01.605Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35621 bytes)
22582026-06-06T15:50:02.629Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22592026-06-06T15:50:02.629Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29940 bytes)
22602026-06-06T15:50:03.641Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22612026-06-06T15:50:03.641Zuploading: /work/r1.test_three_router_chain_tcp.log (26636 bytes)
22622026-06-06T15:50:04.653Zuploaded: /work/r1.test_three_router_chain_tcp.log
22632026-06-06T15:50:04.653Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22966 bytes)
22642026-06-06T15:50:05.663Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22652026-06-06T15:50:05.663Zuploading: /work/r2.test_basic_peering_active.log (38581 bytes)
22662026-06-06T15:50:06.674Zuploaded: /work/r2.test_basic_peering_active.log
22672026-06-06T15:50:06.674Zuploading: /work/r2.test_basic_peering_active_tcp.log (47829 bytes)
22682026-06-06T15:50:07.684Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22692026-06-06T15:50:07.684Zuploading: /work/r2.test_basic_peering_passive.log (41362 bytes)
22702026-06-06T15:50:08.694Zuploaded: /work/r2.test_basic_peering_passive.log
22712026-06-06T15:50:08.694Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45939 bytes)
22722026-06-06T15:50:09.705Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22732026-06-06T15:50:09.705Zuploading: /work/r2.test_basic_update.log (29051 bytes)
22742026-06-06T15:50:10.715Zuploaded: /work/r2.test_basic_update.log
22752026-06-06T15:50:10.715Zuploading: /work/r2.test_basic_update_ipv6.log (26592 bytes)
22762026-06-06T15:50:11.727Zuploaded: /work/r2.test_basic_update_ipv6.log
22772026-06-06T15:50:11.727Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32790 bytes)
22782026-06-06T15:50:12.737Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22792026-06-06T15:50:12.737Zuploading: /work/r2.test_basic_update_tcp.log (40076 bytes)
22802026-06-06T15:50:13.747Zuploaded: /work/r2.test_basic_update_tcp.log
22812026-06-06T15:50:13.747Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (53472 bytes)
22822026-06-06T15:50:14.759Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22832026-06-06T15:50:14.759Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (56904 bytes)
22842026-06-06T15:50:15.769Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22852026-06-06T15:50:15.770Zuploading: /work/r2.test_import_export_policy_filtering.log (36553 bytes)
22862026-06-06T15:50:16.780Zuploaded: /work/r2.test_import_export_policy_filtering.log
22872026-06-06T15:50:16.780Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (35213 bytes)
22882026-06-06T15:50:17.790Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22892026-06-06T15:50:17.790Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39049 bytes)
22902026-06-06T15:50:18.800Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22912026-06-06T15:50:18.800Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47794 bytes)
22922026-06-06T15:50:19.812Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22932026-06-06T15:50:19.812Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41392 bytes)
22942026-06-06T15:50:20.824Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22952026-06-06T15:50:20.824Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46671 bytes)
22962026-06-06T15:50:21.834Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22972026-06-06T15:50:21.834Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38162 bytes)
22982026-06-06T15:50:22.844Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22992026-06-06T15:50:22.845Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28070 bytes)
23002026-06-06T15:50:23.854Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23012026-06-06T15:50:23.854Zuploading: /work/r2.test_three_router_chain_tcp.log (45600 bytes)
23022026-06-06T15:50:24.864Zuploaded: /work/r2.test_three_router_chain_tcp.log
23032026-06-06T15:50:24.865Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41769 bytes)
23042026-06-06T15:50:25.874Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23052026-06-06T15:50:25.874Zuploading: /work/r3.test_three_router_chain_tcp.log (20599 bytes)
23062026-06-06T15:50:26.884Zuploaded: /work/r3.test_three_router_chain_tcp.log
23072026-06-06T15:50:26.884Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21403 bytes)
23082026-06-06T15:50:27.894Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23092026-06-06T15:50:27.894Zuploading: /work/same_linklocal.log (119676 bytes)
23102026-06-06T15:50:28.906Zuploaded: /work/same_linklocal.log
23112026-06-06T15:50:28.907Zuploading: /work/three_chain.log (162846 bytes)
23122026-06-06T15:50:29.920Zuploaded: /work/three_chain.log
23132026-06-06T15:50:29.920Zuploading: /work/unnumbered_expiry.log (89342 bytes)
23142026-06-06T15:50:30.932Zuploaded: /work/unnumbered_expiry.log
23152026-06-06T15:50:30.932Zuploading: /work/unnumbered_interface_lifecycle.log (127142 bytes)
23162026-06-06T15:50:31.944Zuploaded: /work/unnumbered_interface_lifecycle.log
23172026-06-06T15:50:31.944Zuploading: /work/unnumbered_peer_change.log (79110 bytes)
23182026-06-06T15:50:32.956Zuploaded: /work/unnumbered_peer_change.log