01KZDBVRZ99HRVBT01HGQE2TRA: 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: 01KZDBW7M7RK6KW3RMZH96S6KW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T05:43:01.598Zjob assigned to worker 01KZDBWW4ZVRD9BSREZ8WZPB71 [factory aws, i-0ee467b65ecd58d6d] (queued for 1 m 1 s)
 
22026-08-07T05:43:08.793Zstarting task 0: "setup"
32026-08-07T05:43:08.798Z++ uname -s
42026-08-07T05:43:08.802Z+ kern=SunOS
52026-08-07T05:43:08.802Z+ build_user=build
62026-08-07T05:43:08.802Z+ build_uid=12345
72026-08-07T05:43:08.802Z+ work_dir=/work
82026-08-07T05:43:08.802Z+ input_dir=/input
92026-08-07T05:43:08.802Z+ [[ 0 == 12345 ]]
102026-08-07T05:43:08.802Z+ case "$kern" in
112026-08-07T05:43:08.802Z+ groupadd -g 12345 build
122026-08-07T05:43:08.802Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T05:43:10.807Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T05:43:10.910Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T05:43:10.913Z+ home_fs=zfs
162026-08-07T05:43:10.913Z+ [[ zfs == autofs ]]
172026-08-07T05:43:10.913Z+ mkdir -p /home/build
182026-08-07T05:43:10.913Z+ chown build:build /home/build /work
192026-08-07T05:43:12.914Z+ chmod 0700 /home/build /work
202026-08-07T05:43:12.917Zprocess exited: duration 4122 ms, exit code 0
 
212026-08-07T05:43:12.924Zstarting task 1: "rust-toolchain"
222026-08-07T05:43:12.928Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T05:43:12.928Z * rust toolchain channel = "stable"
242026-08-07T05:43:12.928Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-07T05:43:12.928Z * rust toolchain profile = "default"
262026-08-07T05:43:12.928Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T05:43:12.934Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T05:43:12.934Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T05:43:12.934Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T05:43:13.052Zinfo: downloading installer
312026-08-07T05:43:14.467Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T05:43:14.467Zwarn: /opt/ooce/bin
332026-08-07T05:43:14.467Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T05:43:14.467Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T05:43:14.467Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T05:43:14.467Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T05:43:14.467Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T05:43:14.467Zerror: cannot install while Rust is installed
392026-08-07T05:43:14.467Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T05:43:14.467Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T05:43:14.467Zwarn: /home/build/.rustup/settings.toml
422026-08-07T05:43:14.467Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T05:43:14.467Zwarn: instead of the one inferred from the default host triple.
442026-08-07T05:43:14.478Zinfo: profile set to default
452026-08-07T05:43:14.479Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T05:43:14.484Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T05:43:14.616Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T05:43:14.619Zinfo: downloading 6 components
492026-08-07T05:43:31.112Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T05:43:31.112Z
512026-08-07T05:43:31.140Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T05:43:31.140Z
532026-08-07T05:43:31.140Z
542026-08-07T05:43:31.140ZRust is installed now. Great!
552026-08-07T05:43:31.140Z
562026-08-07T05:43:31.140ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T05:43:31.140Zenvironment variable. This has not been done automatically.
582026-08-07T05:43:31.140Z
592026-08-07T05:43:31.140ZTo configure your current shell, you need to source
602026-08-07T05:43:31.140Zthe corresponding env file under $HOME/.cargo.
612026-08-07T05:43:31.140Z
622026-08-07T05:43:31.140ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T05:43:31.140Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T05:43:31.140Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T05:43:31.140Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T05:43:31.140Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T05:43:31.144Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T05:43:31.144Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T05:43:31.144Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T05:43:31.144Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T05:43:31.225Z+ rustup --version
722026-08-07T05:43:31.235Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T05:43:31.239Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T05:43:31.255Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T05:43:31.259Z+ cargo --version
762026-08-07T05:43:31.273Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T05:43:31.278Z+ rustc --version
782026-08-07T05:43:31.293Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T05:43:31.297Zprocess exited: duration 18367 ms, exit code 0
 
802026-08-07T05:43:31.303Zstarting task 2: "authentication"
812026-08-07T05:43:31.321Zprocess exited: duration 17 ms, exit code 0
 
822026-08-07T05:43:31.328Zstarting task 3: "clone repository"
832026-08-07T05:43:31.332Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T05:43:31.334Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T05:43:31.366ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T05:43:32.843Z+ cd /work/oxidecomputer/maghemite
872026-08-07T05:43:32.843Z+ git fetch origin f74e74694b2df8c88c862b6e32409898ad85ded5
882026-08-07T05:43:33.155ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T05:43:33.155Z * branch f74e74694b2df8c88c862b6e32409898ad85ded5 -> FETCH_HEAD
902026-08-07T05:43:33.162Z+ [[ -n zl/ddm-mcast ]]
912026-08-07T05:43:33.165Z++ git branch --show-current
922026-08-07T05:43:33.165Z+ current=main
932026-08-07T05:43:33.165Z+ [[ main != zl/ddm-mcast ]]
942026-08-07T05:43:33.165Z+ git branch -f zl/ddm-mcast f74e74694b2df8c88c862b6e32409898ad85ded5
952026-08-07T05:43:33.168Z+ git checkout -f zl/ddm-mcast
962026-08-07T05:43:33.189ZSwitched to branch 'zl/ddm-mcast'
972026-08-07T05:43:33.192Z+ git reset --hard f74e74694b2df8c88c862b6e32409898ad85ded5
982026-08-07T05:43:33.209ZHEAD is now at f74e746 [deps] update dendrite mcast pin to 0d48b5a3
992026-08-07T05:43:33.212Zprocess exited: duration 1880 ms, exit code 0
 
1002026-08-07T05:43:33.219Zstarting task 4: "build"
1012026-08-07T05:43:33.222Z+ set -e
1022026-08-07T05:43:33.222Z+ source .github/buildomat/test-common.sh
1032026-08-07T05:43:33.222Z++ NEXTEST_VERSION=0.9.97
1042026-08-07T05:43:33.222Z++ PLATFORM=illumos
1052026-08-07T05:43:33.222Z++ banner install
1062026-08-07T05:43:33.226Z
1072026-08-07T05:43:33.226Z # # # #### ##### ## # #
1082026-08-07T05:43:33.226Z # ## # # # # # # #
1092026-08-07T05:43:33.226Z # # # # #### # # # # #
1102026-08-07T05:43:33.226Z # # # # # # ###### # #
1112026-08-07T05:43:33.226Z # # ## # # # # # # #
1122026-08-07T05:43:33.226Z # # # #### # # # ###### ######
1132026-08-07T05:43:33.226Z
1142026-08-07T05:43:33.226Z++ set +o errexit
1152026-08-07T05:43:33.226Z++ pkg info clang-15
1162026-08-07T05:43:33.226Z++ grep -qi installed
1172026-08-07T05:43:34.416Zpkg: info: no packages matching the following patterns you specified are
1182026-08-07T05:43:34.416Zinstalled on the system. Try querying remotely instead:
1192026-08-07T05:43:34.416Z
1202026-08-07T05:43:34.416Z clang-15
1212026-08-07T05:43:34.455Z++ [[ 1 != 0 ]]
1222026-08-07T05:43:34.455Z++ set -o errexit
1232026-08-07T05:43:34.461Z++ pfexec pkg install clang-15
1242026-08-07T05:43:41.923Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-07T05:43:49.762Z Startup: Caching catalogs ... Done
1262026-08-07T05:43:57.018ZPlanning: Solver setup ... Done
1272026-08-07T05:43:57.061ZPlanning: Running solver ... Done
1282026-08-07T05:43:57.203ZPlanning: Finding local manifests ... Done
1292026-08-07T05:43:57.229ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-07T05:43:57.328ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-07T05:43:57.357ZPlanning: Package planning ... Done
1322026-08-07T05:43:57.383ZPlanning: Merging actions ... Done
1332026-08-07T05:43:57.491ZPlanning: Checking for conflicting actions ... Done
1342026-08-07T05:43:57.497ZPlanning: Consolidating action changes ... Done
1352026-08-07T05:43:58.261ZPlanning: Evaluating mediators ... Done
1362026-08-07T05:43:58.266ZPlanning: Planning completed in 8.33 seconds
1372026-08-07T05:43:58.277Z Packages to install: 2
1382026-08-07T05:43:58.277Z Mediators to change: 2
1392026-08-07T05:43:58.281Z Services to change: 1
1402026-08-07T05:43:58.282Z Create boot environment: No
1412026-08-07T05:43:58.282ZCreate backup boot environment: No
1422026-08-07T05:43:58.321Z
1432026-08-07T05:43:58.321ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-07T05:44:03.358ZDownload: 976/3076 items 82.2/211.3MB 38% complete (17.1M/s)
1452026-08-07T05:44:08.359ZDownload: 1223/3076 items 100.6/211.3MB 47% complete (10.3M/s)
1462026-08-07T05:44:13.360ZDownload: 1809/3076 items 103.1/211.3MB 48% complete (2.4M/s)
1472026-08-07T05:44:19.412ZDownload: 2005/3076 items 103.6/211.3MB 49% complete (2.0M/s)
1482026-08-07T05:44:24.413ZDownload: 2880/3076 items 121.1/211.3MB 57% complete (1.7M/s)
1492026-08-07T05:44:29.984ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (10.7M/s)
1502026-08-07T05:44:36.220ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (10.5M/s)
1512026-08-07T05:44:39.563ZDownload: Completed 211.31 MB in 41.24 seconds (5.1M/s)
1522026-08-07T05:44:39.684Z Actions: 1/3418 actions (Installing new actions)
1532026-08-07T05:44:42.790Z Actions: Completed 3418 actions in 3.11 seconds.
1542026-08-07T05:44:43.433Z Done
1552026-08-07T05:44:43.433Z Done
1562026-08-07T05:44:44.177Z Done
1572026-08-07T05:44:47.539Z Done
1582026-08-07T05:44:47.607Z Done
1592026-08-07T05:44:47.610Z Done
1602026-08-07T05:44:47.900Z Done
1612026-08-07T05:44:48.570Z++ set -o errexit
1622026-08-07T05:44:48.570Z++ cargo --version
1632026-08-07T05:44:48.574Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1642026-08-07T05:44:48.717Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1652026-08-07T05:44:48.720Zinfo: downloading 6 components
1662026-08-07T05:45:05.858Zcargo 1.97.1 (c980f4866 2026-06-30)
1672026-08-07T05:45:05.861Z++ rustc --version
1682026-08-07T05:45:05.888Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1692026-08-07T05:45:05.894Z++ cargo install cargo-nextest --version 0.9.97
1702026-08-07T05:45:05.937Z Updating crates.io index
1712026-08-07T05:45:06.049Z Downloading crates ...
1722026-08-07T05:45:06.104Z Downloaded cargo-nextest v0.9.97
1732026-08-07T05:45:06.169Z Installing cargo-nextest v0.9.97
1742026-08-07T05:45:06.174Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1752026-08-07T05:45:06.174Z |
1762026-08-07T05:45:06.174Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1772026-08-07T05:45:06.174Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1782026-08-07T05:45:06.212Z Updating crates.io index
1792026-08-07T05:45:08.567Z Locking 396 packages to latest compatible versions
1802026-08-07T05:45:08.571Z Adding dialoguer v0.11.0 (available: v0.12.0)
1812026-08-07T05:45:08.573Z Adding duct v0.13.7 (available: v1.1.1)
1822026-08-07T05:45:08.573Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1832026-08-07T05:45:08.573Z Adding generic-array v0.14.7 (available: v0.14.9)
1842026-08-07T05:45:08.576Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1852026-08-07T05:45:08.576Z Adding itertools v0.14.0 (available: v0.15.0)
1862026-08-07T05:45:08.576Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1872026-08-07T05:45:08.576Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1882026-08-07T05:45:08.579Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1892026-08-07T05:45:08.582Z Adding quick-junit v0.5.2 (available: v0.7.0)
1902026-08-07T05:45:08.607Z Downloading crates ...
1912026-08-07T05:45:08.637Z Downloaded backtrace v0.3.76
1922026-08-07T05:45:08.645Z Downloaded bytes v1.12.1
1932026-08-07T05:45:08.648Z Downloaded colorchoice v1.0.5
1942026-08-07T05:45:08.652Z Downloaded dialoguer v0.11.0
1952026-08-07T05:45:08.652Z Downloaded crypto-common v0.1.7
1962026-08-07T05:45:08.655Z Downloaded addr2line v0.25.1
1972026-08-07T05:45:08.655Z Downloaded equivalent v1.0.2
1982026-08-07T05:45:08.660Z Downloaded rand_pcg v0.10.2
1992026-08-07T05:45:08.663Z Downloaded clap v4.6.6
2002026-08-07T05:45:08.665Z Downloaded base64ct v1.8.3
2012026-08-07T05:45:08.671Z Downloaded find-msvc-tools v0.1.9
2022026-08-07T05:45:08.674Z Downloaded rustc-hash v2.1.3
2032026-08-07T05:45:08.676Z Downloaded tinyvec_macros v0.1.1
2042026-08-07T05:45:08.676Z Downloaded getrandom v0.2.17
2052026-08-07T05:45:08.679Z Downloaded getrandom v0.4.3
2062026-08-07T05:45:08.682Z Downloaded globset v0.4.20
2072026-08-07T05:45:08.682Z Downloaded ppv-lite86 v0.2.21
2082026-08-07T05:45:08.685Z Downloaded cfg_aliases v0.2.2
2092026-08-07T05:45:08.688Z Downloaded subtle v2.6.1
2102026-08-07T05:45:08.691Z Downloaded pin-project-lite v0.2.17
2112026-08-07T05:45:08.691Z Downloaded pkg-config v0.3.33
2122026-08-07T05:45:08.694Z Downloaded block-buffer v0.10.4
2132026-08-07T05:45:08.694Z Downloaded pkcs8 v0.10.2
2142026-08-07T05:45:08.694Z Downloaded slab v0.4.12
2152026-08-07T05:45:08.697Z Downloaded pin-project-internal v1.1.13
2162026-08-07T05:45:08.697Z Downloaded async-scoped v0.9.0
2172026-08-07T05:45:08.700Z Downloaded cargo-platform v0.2.0
2182026-08-07T05:45:08.702Z Downloaded document-features v0.2.12
2192026-08-07T05:45:08.705Z Downloaded atomic-waker v1.1.2
2202026-08-07T05:45:08.708Z Downloaded cargo-platform v0.3.3
2212026-08-07T05:45:08.708Z Downloaded form_urlencoded v1.2.2
2222026-08-07T05:45:08.711Z Downloaded ordered-float v2.10.1
2232026-08-07T05:45:08.711Z Downloaded futures-task v0.3.33
2242026-08-07T05:45:08.714Z Downloaded adler2 v2.0.1
2252026-08-07T05:45:08.714Z Downloaded cfg-if v1.0.4
2262026-08-07T05:45:08.717Z Downloaded quick-junit v0.5.2
2272026-08-07T05:45:08.717Z Downloaded anstyle-query v1.1.5
2282026-08-07T05:45:08.723Z Downloaded serde-value v0.7.0
2292026-08-07T05:45:08.726Z Downloaded atomicwrites v0.4.4
2302026-08-07T05:45:08.726Z Downloaded color-spantrace v0.3.0
2312026-08-07T05:45:08.731Z Downloaded signal-hook-mio v0.2.5
2322026-08-07T05:45:08.733Z Downloaded rand_core v0.9.5
2332026-08-07T05:45:08.733Z Downloaded curve25519-dalek-derive v0.1.1
2342026-08-07T05:45:08.733Z Downloaded futures-macro v0.3.33
2352026-08-07T05:45:08.736Z Downloaded rand_chacha v0.9.0
2362026-08-07T05:45:08.739Z Downloaded generic-array v0.14.7
2372026-08-07T05:45:08.739Z Downloaded pin-project v1.1.13
2382026-08-07T05:45:08.746Z Downloaded cpufeatures v0.3.0
2392026-08-07T05:45:08.749Z Downloaded serde_ignored v0.1.14
2402026-08-07T05:45:08.751Z Downloaded thread_local v1.1.10
2412026-08-07T05:45:08.751Z Downloaded debug-ignore v1.0.5
2422026-08-07T05:45:08.754Z Downloaded fnv v1.0.7
2432026-08-07T05:45:08.754Z Downloaded scopeguard v1.2.0
2442026-08-07T05:45:08.758Z Downloaded strip-ansi-escapes v0.2.1
2452026-08-07T05:45:08.760Z Downloaded sync_wrapper v1.0.2
2462026-08-07T05:45:08.761Z Downloaded swrite v0.1.0
2472026-08-07T05:45:08.764Z Downloaded signature v2.2.0
2482026-08-07T05:45:08.764Z Downloaded supports-hyperlinks v3.2.0
2492026-08-07T05:45:08.764Z Downloaded serde_urlencoded v0.7.1
2502026-08-07T05:45:08.767Z Downloaded rustc_version v0.4.1
2512026-08-07T05:45:08.770Z Downloaded os_pipe v1.2.3
2522026-08-07T05:45:08.770Z Downloaded cpufeatures v0.2.17
2532026-08-07T05:45:08.784Z Downloaded clap_lex v1.1.0
2542026-08-07T05:45:08.784Z Downloaded futures-core v0.3.33
2552026-08-07T05:45:08.784Z Downloaded supports-unicode v3.0.0
2562026-08-07T05:45:08.787Z Downloaded serde_spanned v1.1.1
2572026-08-07T05:45:08.787Z Downloaded anstream v1.0.0
2582026-08-07T05:45:08.787Z Downloaded backtrace-ext v0.2.1
2592026-08-07T05:45:08.787Z Downloaded autocfg v1.5.1
2602026-08-07T05:45:08.787Z Downloaded anstyle-parse v1.0.0
2612026-08-07T05:45:08.790Z Downloaded number_prefix v0.4.0
2622026-08-07T05:45:08.790Z Downloaded quinn-udp v0.5.15
2632026-08-07T05:45:08.793Z Downloaded futures-sink v0.3.33
2642026-08-07T05:45:08.796Z Downloaded rand_core v0.6.4
2652026-08-07T05:45:08.800Z Downloaded foreign-types v0.3.2
2662026-08-07T05:45:08.800Z Downloaded foreign-types-shared v0.1.1
2672026-08-07T05:45:08.800Z Downloaded futures-io v0.3.33
2682026-08-07T05:45:08.805Z Downloaded serde_spanned v0.6.9
2692026-08-07T05:45:08.811Z Downloaded strsim v0.11.1
2702026-08-07T05:45:08.814Z Downloaded supports-color v3.0.2
2712026-08-07T05:45:08.814Z Downloaded want v0.3.1
2722026-08-07T05:45:08.814Z Downloaded sigchld v0.2.4
2732026-08-07T05:45:08.814Z Downloaded terminal_size v0.4.4
2742026-08-07T05:45:08.814Z Downloaded tokio-macros v2.7.2
2752026-08-07T05:45:08.819Z Downloaded utf8parse v0.2.2
2762026-08-07T05:45:08.824Z Downloaded hex v0.4.3
2772026-08-07T05:45:08.824Z Downloaded shell-words v1.1.1
2782026-08-07T05:45:08.824Z Downloaded mukti-metadata v0.3.0
2792026-08-07T05:45:08.828Z Downloaded tower-layer v0.3.3
2802026-08-07T05:45:08.828Z Downloaded tracing-error v0.2.1
2812026-08-07T05:45:08.828Z Downloaded lazy_static v1.5.0
2822026-08-07T05:45:08.828Z Downloaded http-body v1.1.0
2832026-08-07T05:45:08.828Z Downloaded indenter v0.3.4
2842026-08-07T05:45:08.831Z Downloaded version_check v0.9.5
2852026-08-07T05:45:08.831Z Downloaded serde-untagged v0.1.9
2862026-08-07T05:45:08.831Z Downloaded humantime-serde v1.1.1
2872026-08-07T05:45:08.831Z Downloaded home v0.5.12
2882026-08-07T05:45:08.834Z Downloaded rustc-demangle v0.1.28
2892026-08-07T05:45:08.834Z Downloaded anstyle v1.0.14
2902026-08-07T05:45:08.837Z Downloaded camino-tempfile v1.4.1
2912026-08-07T05:45:08.837Z Downloaded ed25519 v2.2.3
2922026-08-07T05:45:08.837Z Downloaded shlex v2.0.1
2932026-08-07T05:45:08.840Z Downloaded target-lexicon v0.13.5
2942026-08-07T05:45:08.840Z Downloaded quote v1.0.47
2952026-08-07T05:45:08.842Z Downloaded spki v0.7.3
2962026-08-07T05:45:08.846Z Downloaded self-replace v1.5.0
2972026-08-07T05:45:08.849Z Downloaded shared_child v1.1.1
2982026-08-07T05:45:08.849Z Downloaded signal-hook-registry v1.4.8
2992026-08-07T05:45:08.849Z Downloaded smol_str v0.3.6
3002026-08-07T05:45:08.854Z Downloaded static_assertions v1.1.0
3012026-08-07T05:45:08.854Z Downloaded thiserror-impl v2.0.19
3022026-08-07T05:45:08.854Z Downloaded tokio-native-tls v0.3.1
3032026-08-07T05:45:08.854Z Downloaded simd-adler32 v0.3.10
3042026-08-07T05:45:08.856Z Downloaded urlencoding v2.1.3
3052026-08-07T05:45:08.856Z Downloaded cargo-util-schemas v0.2.0
3062026-08-07T05:45:08.856Z Downloaded digest v0.10.7
3072026-08-07T05:45:08.857Z Downloaded convert_case v0.10.0
3082026-08-07T05:45:08.857Z Downloaded foldhash v0.1.5
3092026-08-07T05:45:08.857Z Downloaded future-queue v0.4.0
3102026-08-07T05:45:08.860Z Downloaded rustls-webpki v0.103.13
3112026-08-07T05:45:08.860Z Downloaded errno v0.3.14
3122026-08-07T05:45:08.860Z Downloaded cargo_metadata v0.20.0
3132026-08-07T05:45:08.864Z Downloaded serde_derive v1.0.229
3142026-08-07T05:45:08.867Z Downloaded either v1.17.0
3152026-08-07T05:45:08.867Z Downloaded fastrand v2.5.0
3162026-08-07T05:45:08.870Z Downloaded parking_lot v0.12.5
3172026-08-07T05:45:08.873Z Downloaded parking_lot_core v0.9.12
3182026-08-07T05:45:08.873Z Downloaded toml_datetime v0.6.11
3192026-08-07T05:45:08.873Z Downloaded tower-service v0.3.3
3202026-08-07T05:45:08.873Z Downloaded unicode-xid v0.2.6
3212026-08-07T05:45:08.876Z Downloaded nextest-workspace-hack v0.1.0
3222026-08-07T05:45:08.876Z Downloaded unicode-linebreak v0.1.5
3232026-08-07T05:45:08.876Z Downloaded pathdiff v0.2.3
3242026-08-07T05:45:08.879Z Downloaded itoa v1.0.18
3252026-08-07T05:45:08.881Z Downloaded try-lock v0.2.5
3262026-08-07T05:45:08.885Z Downloaded filetime v0.2.29
3272026-08-07T05:45:08.888Z Downloaded serde_path_to_error v0.1.20
3282026-08-07T05:45:08.888Z Downloaded target-spec-miette v0.4.8
3292026-08-07T05:45:08.890Z Downloaded untrusted v0.9.0
3302026-08-07T05:45:08.891Z Downloaded erased-serde v0.4.10
3312026-08-07T05:45:08.891Z Downloaded enable-ansi-support v0.2.1
3322026-08-07T05:45:08.893Z Downloaded sha2 v0.10.9
3332026-08-07T05:45:08.893Z Downloaded thiserror v1.0.69
3342026-08-07T05:45:08.896Z Downloaded zeroize v1.9.0
3352026-08-07T05:45:08.896Z Downloaded zipsign-api v0.1.5
3362026-08-07T05:45:08.900Z Downloaded http-body-util v0.1.4
3372026-08-07T05:45:08.900Z Downloaded futures-executor v0.3.33
3382026-08-07T05:45:08.900Z Downloaded guppy-workspace-hack v0.1.0
3392026-08-07T05:45:08.900Z Downloaded heck v0.5.0
3402026-08-07T05:45:08.903Z Downloaded duct v0.13.7
3412026-08-07T05:45:08.903Z Downloaded thiserror-impl v1.0.69
3422026-08-07T05:45:08.903Z Downloaded self_update v0.42.0
3432026-08-07T05:45:08.903Z Downloaded unicase v2.9.0
3442026-08-07T05:45:08.906Z Downloaded openssl-probe v0.2.1
3452026-08-07T05:45:08.911Z Downloaded thiserror v2.0.19
3462026-08-07T05:45:08.914Z Downloaded rand_core v0.10.1
3472026-08-07T05:45:08.914Z Downloaded rustls-pki-types v1.15.1
3482026-08-07T05:45:08.914Z Downloaded semver v1.0.28
3492026-08-07T05:45:08.914Z Downloaded jobserver v0.1.35
3502026-08-07T05:45:08.914Z Downloaded nextest-metadata v0.12.2
3512026-08-07T05:45:08.922Z Downloaded proc-macro2 v1.0.107
3522026-08-07T05:45:08.924Z Downloaded cfg-expr v0.20.8
3532026-08-07T05:45:08.927Z Downloaded camino v1.2.5
3542026-08-07T05:45:08.930Z Downloaded zstd v0.13.3
3552026-08-07T05:45:08.930Z Downloaded utf8_iter v1.0.4
3562026-08-07T05:45:08.930Z Downloaded fixedbitset v0.5.7
3572026-08-07T05:45:08.933Z Downloaded hyper-tls v0.6.0
3582026-08-07T05:45:08.933Z Downloaded idna_adapter v1.0.0
3592026-08-07T05:45:08.936Z Downloaded cargo_metadata v0.23.1
3602026-08-07T05:45:08.939Z Downloaded owo-colors v4.3.0
3612026-08-07T05:45:08.941Z Downloaded ahash v0.8.12
3622026-08-07T05:45:08.944Z Downloaded miette-derive v7.6.0
3632026-08-07T05:45:08.944Z Downloaded is_ci v1.2.0
3642026-08-07T05:45:08.947Z Downloaded eyre v0.6.12
3652026-08-07T05:45:08.950Z Downloaded futures-channel v0.3.33
3662026-08-07T05:45:08.950Z Downloaded is_terminal_polyfill v1.70.2
3672026-08-07T05:45:08.952Z Downloaded tempfile v3.27.0
3682026-08-07T05:45:08.955Z Downloaded toml_write v0.1.2
3692026-08-07T05:45:08.955Z Downloaded chacha20 v0.10.1
3702026-08-07T05:45:08.958Z Downloaded target-spec v3.6.0
3712026-08-07T05:45:08.958Z Downloaded tracing-attributes v0.1.31
3722026-08-07T05:45:08.960Z Downloaded native-tls v0.2.18
3732026-08-07T05:45:08.960Z Downloaded smallvec v1.15.2
3742026-08-07T05:45:08.961Z Downloaded typeid v1.0.3
3752026-08-07T05:45:08.961Z Downloaded openssl-macros v0.1.1
3762026-08-07T05:45:08.963Z Downloaded xattr v1.6.1
3772026-08-07T05:45:08.963Z Downloaded lock_api v0.4.14
3782026-08-07T05:45:08.963Z Downloaded hyper-rustls v0.27.9
3792026-08-07T05:45:08.966Z Downloaded percent-encoding v2.3.2
3802026-08-07T05:45:08.969Z Downloaded openssl-sys v0.9.117
3812026-08-07T05:45:08.972Z Downloaded lru-slab v0.1.2
3822026-08-07T05:45:08.975Z Downloaded tokio-rustls v0.26.4
3832026-08-07T05:45:08.977Z Downloaded crc32fast v1.5.0
3842026-08-07T05:45:08.980Z Downloaded console v0.15.11
3852026-08-07T05:45:08.980Z Downloaded serde_core v1.0.229
3862026-08-07T05:45:08.983Z Downloaded sharded-slab v0.1.7
3872026-08-07T05:45:08.986Z Downloaded socket2 v0.6.5
3882026-08-07T05:45:08.988Z Downloaded iana-time-zone v0.1.65
3892026-08-07T05:45:08.991Z Downloaded nextest-filtering v0.15.0
3902026-08-07T05:45:08.994Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3912026-08-07T05:45:08.994Z Downloaded signal-hook v0.3.18
3922026-08-07T05:45:08.997Z Downloaded tinyvec v1.12.0
3932026-08-07T05:45:08.997Z Downloaded zmij v1.0.23
3942026-08-07T05:45:08.997Z Downloaded newtype-uuid v1.4.0
3952026-08-07T05:45:08.999Z Downloaded ipnet v2.12.1
3962026-08-07T05:45:08.999Z Downloaded nested v0.1.1
3972026-08-07T05:45:09.003Z Downloaded clap_derive v4.6.4
3982026-08-07T05:45:09.010Z Downloaded const-oid v0.9.6
3992026-08-07T05:45:09.013Z Downloaded derive-where v1.6.1
4002026-08-07T05:45:09.013Z Downloaded futures v0.3.33
4012026-08-07T05:45:09.016Z Downloaded bitflags v2.13.1
4022026-08-07T05:45:09.019Z Downloaded indent_write v2.2.0
4032026-08-07T05:45:09.019Z Downloaded config v0.15.25
4042026-08-07T05:45:09.022Z Downloaded tracing-log v0.2.0
4052026-08-07T05:45:09.027Z Downloaded zstd-safe v7.2.4
4062026-08-07T05:45:09.030Z Downloaded once_cell v1.21.4
4072026-08-07T05:45:09.033Z Downloaded toml v1.1.4+spec-1.1.0
4082026-08-07T05:45:09.036Z Downloaded getrandom v0.3.4
4092026-08-07T05:45:09.039Z Downloaded textwrap v0.16.2
4102026-08-07T05:45:09.039Z Downloaded ryu v1.0.23
4112026-08-07T05:45:09.042Z Downloaded tar v0.4.46
4122026-08-07T05:45:09.042Z Downloaded quinn v0.11.11
4132026-08-07T05:45:09.045Z Downloaded toml_parser v1.1.3+spec-1.1.0
4142026-08-07T05:45:09.045Z Downloaded vte v0.14.1
4152026-08-07T05:45:09.055Z Downloaded base64 v0.22.1
4162026-08-07T05:45:09.062Z Downloaded toml v0.8.23
4172026-08-07T05:45:09.066Z Downloaded log v0.4.33
4182026-08-07T05:45:09.069Z Downloaded httparse v1.10.1
4192026-08-07T05:45:09.073Z Downloaded tokio-stream v0.1.19
4202026-08-07T05:45:09.076Z Downloaded humantime v2.4.0
4212026-08-07T05:45:09.079Z Downloaded xxhash-rust v0.8.18
4222026-08-07T05:45:09.082Z Downloaded toml_writer v1.1.2+spec-1.1.0
4232026-08-07T05:45:09.091Z Downloaded serde v1.0.229
4242026-08-07T05:45:09.098Z Downloaded rand v0.9.5
4252026-08-07T05:45:09.101Z Downloaded litrs v1.0.0
4262026-08-07T05:45:09.103Z Downloaded cc v1.4.0
4272026-08-07T05:45:09.106Z Downloaded tracing-core v0.1.36
4282026-08-07T05:45:09.109Z Downloaded miniz_oxide v0.8.9
4292026-08-07T05:45:09.114Z Downloaded num-traits v0.2.19
4302026-08-07T05:45:09.119Z Downloaded unicode-ident v1.0.24
4312026-08-07T05:45:09.122Z Downloaded indicatif v0.17.11
4322026-08-07T05:45:09.125Z Downloaded borsh v1.8.0
4332026-08-07T05:45:09.127Z Downloaded ed25519-dalek v2.2.0
4342026-08-07T05:45:09.131Z Downloaded rand v0.10.2
4352026-08-07T05:45:09.133Z Downloaded uuid v1.24.0
4362026-08-07T05:45:09.136Z Downloaded toml_edit v0.22.27
4372026-08-07T05:45:09.140Z Downloaded flate2 v1.1.9
4382026-08-07T05:45:09.142Z Downloaded derive_more v2.1.1
4392026-08-07T05:45:09.148Z Downloaded url v2.5.8
4402026-08-07T05:45:09.151Z Downloaded der v0.7.10
4412026-08-07T05:45:09.154Z Downloaded derive_more-impl v2.1.1
4422026-08-07T05:45:09.157Z Downloaded indexmap v2.14.0
4432026-08-07T05:45:09.163Z Downloaded typenum v1.20.1
4442026-08-07T05:45:09.166Z Downloaded miette v7.6.0
4452026-08-07T05:45:09.179Z Downloaded http v1.5.0
4462026-08-07T05:45:09.187Z Downloaded unicode-segmentation v1.13.3
4472026-08-07T05:45:09.198Z Downloaded ron v0.12.2
4482026-08-07T05:45:09.203Z Downloaded hyper-util v0.1.20
4492026-08-07T05:45:09.213Z Downloaded tower v0.5.3
4502026-08-07T05:45:09.218Z Downloaded regex v1.13.1
4512026-08-07T05:45:09.222Z Downloaded crossterm v0.29.0
4522026-08-07T05:45:09.224Z Downloaded memchr v2.8.3
4532026-08-07T05:45:09.230Z Downloaded pulldown-cmark v0.13.4
4542026-08-07T05:45:09.234Z Downloaded tokio-util v0.7.19
4552026-08-07T05:45:09.238Z Downloaded mio v1.2.2
4562026-08-07T05:45:09.241Z Downloaded unicode-normalization v0.1.25
4572026-08-07T05:45:09.246Z Downloaded tower-http v0.6.11
4582026-08-07T05:45:09.251Z Downloaded reqwest v0.12.28
4592026-08-07T05:45:09.256Z Downloaded idna v1.1.0
4602026-08-07T05:45:09.258Z Downloaded clap_builder v4.6.6
4612026-08-07T05:45:09.276Z Downloaded serde_json v1.0.151
4622026-08-07T05:45:09.279Z Downloaded portable-atomic v1.14.0
4632026-08-07T05:45:09.282Z Downloaded h2 v0.4.15
4642026-08-07T05:45:09.285Z Downloaded futures-util v0.3.33
4652026-08-07T05:45:09.292Z Downloaded guppy v0.17.26
4662026-08-07T05:45:09.296Z Downloaded hashbrown v0.17.1
4672026-08-07T05:45:09.298Z Downloaded hashbrown v0.15.5
4682026-08-07T05:45:09.301Z Downloaded aho-corasick v1.1.5
4692026-08-07T05:45:09.304Z Downloaded itertools v0.14.0
4702026-08-07T05:45:09.309Z Downloaded quick-xml v0.37.5
4712026-08-07T05:45:09.321Z Downloaded tracing-subscriber v0.3.23
4722026-08-07T05:45:09.334Z Downloaded webpki-roots v1.0.9
4732026-08-07T05:45:09.337Z Downloaded hyper v1.11.0
4742026-08-07T05:45:09.341Z Downloaded chrono v0.4.45
4752026-08-07T05:45:09.344Z Downloaded winnow v0.7.15
4762026-08-07T05:45:09.348Z Downloaded quick-xml v0.38.4
4772026-08-07T05:45:09.351Z Downloaded winnow v1.0.4
4782026-08-07T05:45:09.370Z Downloaded quinn-proto v0.11.16
4792026-08-07T05:45:09.387Z Downloaded gimli v0.32.3
4802026-08-07T05:45:09.392Z Downloaded unicode-width v0.1.14
4812026-08-07T05:45:09.394Z Downloaded unicode-width v0.2.2
4822026-08-07T05:45:09.397Z Downloaded curve25519-dalek v4.1.3
4832026-08-07T05:45:09.401Z Downloaded nextest-runner v0.80.0
4842026-08-07T05:45:09.407Z Downloaded openssl v0.10.81
4852026-08-07T05:45:09.412Z Downloaded bstr v1.13.0
4862026-08-07T05:45:09.416Z Downloaded vcpkg v0.2.15
4872026-08-07T05:45:09.438Z Downloaded object v0.37.3
4882026-08-07T05:45:09.444Z Downloaded nix v0.30.1
4892026-08-07T05:45:09.450Z Downloaded zerocopy v0.8.56
4902026-08-07T05:45:09.463Z Downloaded tracing v0.1.44
4912026-08-07T05:45:09.472Z Downloaded syn v2.0.119
4922026-08-07T05:45:09.478Z Downloaded syn v3.0.3
4932026-08-07T05:45:09.484Z Downloaded color-eyre v0.6.5
4942026-08-07T05:45:09.488Z Downloaded regex-syntax v0.8.11
4952026-08-07T05:45:09.493Z Downloaded rustix v1.1.4
4962026-08-07T05:45:09.506Z Downloaded rustix v0.38.44
4972026-08-07T05:45:09.518Z Downloaded rustls v0.23.43
4982026-08-07T05:45:09.566Z Downloaded regex-automata v0.4.18
4992026-08-07T05:45:09.641Z Downloaded petgraph v0.8.3
5002026-08-07T05:45:09.672Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5012026-08-07T05:45:09.688Z Downloaded tokio v1.53.1
5022026-08-07T05:45:09.711Z Downloaded libc v0.2.189
5032026-08-07T05:45:09.773Z Downloaded recursion v0.5.4
5042026-08-07T05:45:09.778Z Downloaded ring v0.17.14
5052026-08-07T05:45:09.837Z Compiling proc-macro2 v1.0.107
5062026-08-07T05:45:09.840Z Compiling unicode-ident v1.0.24
5072026-08-07T05:45:09.840Z Compiling quote v1.0.47
5082026-08-07T05:45:09.840Z Compiling libc v0.2.189
5092026-08-07T05:45:09.840Z Compiling serde_core v1.0.229
5102026-08-07T05:45:09.840Z Compiling cfg-if v1.0.4
5112026-08-07T05:45:09.971Z Compiling memchr v2.8.3
5122026-08-07T05:45:09.974Z Compiling once_cell v1.21.4
5132026-08-07T05:45:10.057Z Compiling log v0.4.33
5142026-08-07T05:45:10.101Z Compiling pin-project-lite v0.2.17
5152026-08-07T05:45:10.193Z Compiling serde v1.0.229
5162026-08-07T05:45:10.272Z Compiling itoa v1.0.18
5172026-08-07T05:45:10.377Z Compiling futures-core v0.3.33
5182026-08-07T05:45:10.517Z Compiling smallvec v1.15.2
5192026-08-07T05:45:10.538Z Compiling bitflags v2.13.1
5202026-08-07T05:45:10.551Z Compiling shlex v2.0.1
5212026-08-07T05:45:10.740Z Compiling find-msvc-tools v0.1.9
5222026-08-07T05:45:10.783Z Compiling hashbrown v0.17.1
5232026-08-07T05:45:10.932Z Compiling errno v0.3.14
5242026-08-07T05:45:10.967Z Compiling equivalent v1.0.2
5252026-08-07T05:45:10.985Z Compiling bytes v1.12.1
5262026-08-07T05:45:11.069Z Compiling signal-hook-registry v1.4.8
5272026-08-07T05:45:11.098Z Compiling jobserver v0.1.35
5282026-08-07T05:45:11.185Z Compiling mio v1.2.2
5292026-08-07T05:45:11.236Z Compiling syn v3.0.3
5302026-08-07T05:45:11.300Z Compiling syn v2.0.119
5312026-08-07T05:45:11.408Z Compiling cc v1.4.0
5322026-08-07T05:45:11.459Z Compiling rustix v1.1.4
5332026-08-07T05:45:11.512Z Compiling futures-sink v0.3.33
5342026-08-07T05:45:11.627Z Compiling socket2 v0.6.5
5352026-08-07T05:45:11.848Z Compiling zmij v1.0.23
5362026-08-07T05:45:11.861Z Compiling slab v0.4.12
5372026-08-07T05:45:12.065Z Compiling futures-channel v0.3.33
5382026-08-07T05:45:12.183Z Compiling tracing-core v0.1.36
5392026-08-07T05:45:12.336Z Compiling indexmap v2.14.0
5402026-08-07T05:45:12.374Z Compiling serde_json v1.0.151
5412026-08-07T05:45:12.427Z Compiling version_check v0.9.5
5422026-08-07T05:45:12.683Z Compiling getrandom v0.4.3
5432026-08-07T05:45:12.697Z Compiling futures-task v0.3.33
5442026-08-07T05:45:12.873Z Compiling futures-io v0.3.33
5452026-08-07T05:45:12.977Z Compiling percent-encoding v2.3.2
5462026-08-07T05:45:13.073Z Compiling unicode-width v0.2.2
5472026-08-07T05:45:13.181Z Compiling camino v1.2.5
5482026-08-07T05:45:13.260Z Compiling ring v0.17.14
5492026-08-07T05:45:13.377Z Compiling http v1.5.0
5502026-08-07T05:45:13.435Z Compiling adler2 v2.0.1
5512026-08-07T05:45:13.549Z Compiling zeroize v1.9.0
5522026-08-07T05:45:13.605Z Compiling autocfg v1.5.1
5532026-08-07T05:45:13.794Z Compiling simd-adler32 v0.3.10
5542026-08-07T05:45:13.955Z Compiling miniz_oxide v0.8.9
5552026-08-07T05:45:14.008Z Compiling num-traits v0.2.19
5562026-08-07T05:45:14.056Z Compiling serde_derive v1.0.229
5572026-08-07T05:45:14.247Z Compiling tokio-macros v2.7.2
5582026-08-07T05:45:14.973Z Compiling futures-macro v0.3.33
5592026-08-07T05:45:15.042Z Compiling tokio v1.53.1
5602026-08-07T05:45:15.313Z Compiling tracing-attributes v0.1.31
5612026-08-07T05:45:15.367Z Compiling zerocopy v0.8.56
5622026-08-07T05:45:15.457Z Compiling object v0.37.3
5632026-08-07T05:45:15.613Z Compiling target-lexicon v0.13.5
5642026-08-07T05:45:15.743Z Compiling getrandom v0.3.4
5652026-08-07T05:45:15.810Z Compiling futures-util v0.3.33
5662026-08-07T05:45:16.011Z Compiling http-body v1.1.0
5672026-08-07T05:45:16.084Z Compiling rustls-pki-types v1.15.1
5682026-08-07T05:45:16.113Z Compiling form_urlencoded v1.2.2
5692026-08-07T05:45:16.173Z Compiling semver v1.0.28
5702026-08-07T05:45:16.371Z Compiling getrandom v0.2.17
5712026-08-07T05:45:16.478Z Compiling tracing v0.1.44
5722026-08-07T05:45:16.563Z Compiling gimli v0.32.3
5732026-08-07T05:45:16.803Z Compiling idna_adapter v1.0.0
5742026-08-07T05:45:16.828Z Compiling owo-colors v4.3.0
5752026-08-07T05:45:16.926Z Compiling fnv v1.0.7
5762026-08-07T05:45:16.929Z Compiling thiserror v2.0.19
5772026-08-07T05:45:17.043Z Compiling untrusted v0.9.0
5782026-08-07T05:45:17.145Z Compiling httparse v1.10.1
5792026-08-07T05:45:17.173Z Compiling guppy-workspace-hack v0.1.0
5802026-08-07T05:45:17.280Z Compiling utf8_iter v1.0.4
5812026-08-07T05:45:17.318Z Compiling signal-hook v0.3.18
5822026-08-07T05:45:17.399Z Compiling idna v1.1.0
5832026-08-07T05:45:18.397Z Compiling thiserror-impl v2.0.19
5842026-08-07T05:45:18.423Z Compiling generic-array v0.14.7
5852026-08-07T05:45:18.652Z Compiling addr2line v0.25.1
5862026-08-07T05:45:19.042Z Compiling tokio-util v0.7.19
5872026-08-07T05:45:19.092Z Compiling try-lock v0.2.5
5882026-08-07T05:45:19.216Z Compiling pkg-config v0.3.33
5892026-08-07T05:45:19.243Z Compiling rustc-demangle v0.1.28
5902026-08-07T05:45:19.576Z Compiling typeid v1.0.3
5912026-08-07T05:45:19.646Z Compiling tower-service v0.3.3
5922026-08-07T05:45:19.748Z Compiling thiserror v1.0.69
5932026-08-07T05:45:19.865Z Compiling atomic-waker v1.1.2
5942026-08-07T05:45:20.006Z Compiling rustls v0.23.43
5952026-08-07T05:45:20.061Z Compiling fastrand v2.5.0
5962026-08-07T05:45:20.133Z Compiling target-spec v3.6.0
5972026-08-07T05:45:20.229Z Compiling h2 v0.4.15
5982026-08-07T05:45:20.396Z Compiling tempfile v3.27.0
5992026-08-07T05:45:20.437Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6002026-08-07T05:45:20.563Z Compiling want v0.3.1
6012026-08-07T05:45:20.750Z Compiling backtrace v0.3.76
6022026-08-07T05:45:20.890Z Compiling cfg-expr v0.20.8
6032026-08-07T05:45:21.089Z Compiling url v2.5.8
6042026-08-07T05:45:21.954Z Compiling thiserror-impl v1.0.69
6052026-08-07T05:45:22.025Z Compiling terminal_size v0.4.4
6062026-08-07T05:45:22.111Z Compiling aho-corasick v1.1.5
6072026-08-07T05:45:22.182Z Compiling typenum v1.20.1
6082026-08-07T05:45:22.919Z Compiling erased-serde v0.4.10
6092026-08-07T05:45:23.083Z Compiling rustls-webpki v0.103.13
6102026-08-07T05:45:23.234Z Compiling subtle v2.6.1
6112026-08-07T05:45:23.401Z Compiling winnow v0.7.15
6122026-08-07T05:45:23.460Z Compiling regex-syntax v0.8.11
6132026-08-07T05:45:25.352Z Compiling regex-automata v0.4.18
6142026-08-07T05:45:26.000Z Compiling hyper v1.11.0
6152026-08-07T05:45:27.591Z Compiling serde_spanned v0.6.9
6162026-08-07T05:45:27.755Z Compiling toml_datetime v0.6.11
6172026-08-07T05:45:28.097Z Compiling ahash v0.8.12
6182026-08-07T05:45:28.143Z Compiling sync_wrapper v1.0.2
6192026-08-07T05:45:28.269Z Compiling tower-layer v0.3.3
6202026-08-07T05:45:28.382Z Compiling either v1.17.0
6212026-08-07T05:45:28.478Z Compiling lazy_static v1.5.0
6222026-08-07T05:45:28.589Z Compiling foldhash v0.1.5
6232026-08-07T05:45:28.620Z Compiling toml_write v0.1.2
6242026-08-07T05:45:28.815Z Compiling unicode-segmentation v1.13.3
6252026-08-07T05:45:28.872Z Compiling base64 v0.22.1
6262026-08-07T05:45:29.237Z Compiling ipnet v2.12.1
6272026-08-07T05:45:29.371Z Compiling nextest-workspace-hack v0.1.0
6282026-08-07T05:45:29.599Z Compiling portable-atomic v1.14.0
6292026-08-07T05:45:29.749Z Compiling unicode-linebreak v0.1.5
6302026-08-07T05:45:29.863Z Compiling is_ci v1.2.0
6312026-08-07T05:45:30.025Z Compiling parking_lot_core v0.9.12
6322026-08-07T05:45:30.037Z Compiling crc32fast v1.5.0
6332026-08-07T05:45:30.093Z Compiling supports-color v3.0.2
6342026-08-07T05:45:30.313Z Compiling textwrap v0.16.2
6352026-08-07T05:45:30.353Z Compiling hyper-util v0.1.20
6362026-08-07T05:45:30.368Z Compiling convert_case v0.10.0
6372026-08-07T05:45:30.445Z Compiling toml_edit v0.22.27
6382026-08-07T05:45:30.621Z Compiling hashbrown v0.15.5
6392026-08-07T05:45:30.752Z Compiling tokio-rustls v0.26.4
6402026-08-07T05:45:31.050Z Compiling sharded-slab v0.1.7
6412026-08-07T05:45:31.253Z Compiling tower v0.5.3
6422026-08-07T05:45:31.716Z Compiling backtrace-ext v0.2.1
6432026-08-07T05:45:31.854Z Compiling ordered-float v2.10.1
6442026-08-07T05:45:31.981Z Compiling webpki-roots v1.0.9
6452026-08-07T05:45:32.104Z Compiling pathdiff v0.2.3
6462026-08-07T05:45:32.136Z Compiling miette-derive v7.6.0
6472026-08-07T05:45:32.232Z Compiling console v0.15.11
6482026-08-07T05:45:32.281Z Compiling tracing-log v0.2.0
6492026-08-07T05:45:32.632Z Compiling cargo-platform v0.3.3
6502026-08-07T05:45:33.023Z Compiling os_pipe v1.2.3
6512026-08-07T05:45:33.174Z Compiling thread_local v1.1.10
6522026-08-07T05:45:33.200Z Compiling scopeguard v1.2.0
6532026-08-07T05:45:33.230Z Compiling rustix v0.38.44
6542026-08-07T05:45:33.307Z Compiling supports-hyperlinks v3.2.0
6552026-08-07T05:45:33.516Z Compiling supports-unicode v3.0.0
6562026-08-07T05:45:33.532Z Compiling unicode-width v0.1.14
6572026-08-07T05:45:33.571Z Compiling utf8parse v0.2.2
6582026-08-07T05:45:33.571Z Compiling fixedbitset v0.5.7
6592026-08-07T05:45:33.683Z Compiling zstd-safe v7.2.4
6602026-08-07T05:45:33.683Z Compiling ryu v1.0.23
6612026-08-07T05:45:33.956Z Compiling winnow v1.0.4
6622026-08-07T05:45:33.979Z Compiling pulldown-cmark v0.13.4
6632026-08-07T05:45:34.100Z Compiling debug-ignore v1.0.5
6642026-08-07T05:45:34.176Z Compiling cfg_aliases v0.2.2
6652026-08-07T05:45:34.228Z Compiling serde_urlencoded v0.7.1
6662026-08-07T05:45:34.247Z Compiling nix v0.30.1
6672026-08-07T05:45:34.260Z Compiling petgraph v0.8.3
6682026-08-07T05:45:34.500Z Compiling miette v7.6.0
6692026-08-07T05:45:34.617Z Compiling anstyle-parse v1.0.0
6702026-08-07T05:45:34.939Z Compiling tracing-subscriber v0.3.23
6712026-08-07T05:45:35.421Z Compiling toml_parser v1.1.3+spec-1.1.0
6722026-08-07T05:45:36.236Z Compiling lock_api v0.4.14
6732026-08-07T05:45:36.498Z Compiling sigchld v0.2.4
6742026-08-07T05:45:36.707Z Compiling cargo_metadata v0.23.1
6752026-08-07T05:45:36.742Z Compiling serde-untagged v0.1.9
6762026-08-07T05:45:36.830Z Compiling hyper-rustls v0.27.9
6772026-08-07T05:45:37.109Z Compiling serde-value v0.7.0
6782026-08-07T05:45:37.481Z Compiling toml v0.8.23
6792026-08-07T05:45:37.898Z Compiling tower-http v0.6.11
6802026-08-07T05:45:38.042Z Compiling derive_more-impl v2.1.1
6812026-08-07T05:45:38.871Z Compiling itertools v0.14.0
6822026-08-07T05:45:39.007Z Compiling regex v1.13.1
6832026-08-07T05:45:39.505Z Compiling block-buffer v0.10.4
6842026-08-07T05:45:39.664Z Compiling crypto-common v0.1.7
6852026-08-07T05:45:39.802Z Compiling ppv-lite86 v0.2.21
6862026-08-07T05:45:39.846Z Compiling futures-executor v0.3.33
6872026-08-07T05:45:40.138Z Compiling rand_core v0.9.5
6882026-08-07T05:45:40.164Z Compiling http-body-util v0.1.4
6892026-08-07T05:45:40.333Z Compiling pin-project-internal v1.1.13
6902026-08-07T05:45:40.371Z Compiling uuid v1.24.0
6912026-08-07T05:45:40.392Z Compiling smol_str v0.3.6
6922026-08-07T05:45:40.429Z Compiling toml_datetime v1.1.1+spec-1.1.0
6932026-08-07T05:45:40.464Z Compiling serde_spanned v1.1.1
6942026-08-07T05:45:40.613Z Compiling filetime v0.2.29
6952026-08-07T05:45:40.730Z Compiling bstr v1.13.0
6962026-08-07T05:45:40.821Z Compiling vte v0.14.1
6972026-08-07T05:45:40.848Z Compiling colorchoice v1.0.5
6982026-08-07T05:45:40.906Z Compiling anstyle v1.0.14
6992026-08-07T05:45:40.974Z Compiling eyre v0.6.12
7002026-08-07T05:45:41.037Z Compiling unicode-xid v0.2.6
7012026-08-07T05:45:41.174Z Compiling tinyvec_macros v0.1.1
7022026-08-07T05:45:41.174Z Compiling number_prefix v0.4.0
7032026-08-07T05:45:41.249Z Compiling nested v0.1.1
7042026-08-07T05:45:41.343Z Compiling self_update v0.42.0
7052026-08-07T05:45:41.384Z Compiling is_terminal_polyfill v1.70.2
7062026-08-07T05:45:41.418Z Compiling iana-time-zone v0.1.65
7072026-08-07T05:45:41.481Z Compiling xattr v1.6.1
7082026-08-07T05:45:41.578Z Compiling anstyle-query v1.1.5
7092026-08-07T05:45:41.637Z Compiling litrs v1.0.0
7102026-08-07T05:45:41.666Z Compiling static_assertions v1.1.0
7112026-08-07T05:45:41.682Z Compiling unicase v2.9.0
7122026-08-07T05:45:41.705Z Compiling color-spantrace v0.3.0
7132026-08-07T05:45:41.737Z Compiling guppy v0.17.26
7142026-08-07T05:45:41.859Z Compiling anstream v1.0.0
7152026-08-07T05:45:41.936Z Compiling tar v0.4.46
7162026-08-07T05:45:42.061Z Compiling chrono v0.4.45
7172026-08-07T05:45:42.074Z Compiling document-features v0.2.12
7182026-08-07T05:45:42.371Z Compiling pin-project v1.1.13
7192026-08-07T05:45:42.476Z Compiling indicatif v0.17.11
7202026-08-07T05:45:42.899Z Compiling tinyvec v1.12.0
7212026-08-07T05:45:42.953Z Compiling globset v0.4.20
7222026-08-07T05:45:43.338Z Compiling cargo-util-schemas v0.2.0
7232026-08-07T05:45:44.443Z Compiling strip-ansi-escapes v0.2.1
7242026-08-07T05:45:44.641Z Compiling toml v1.1.4+spec-1.1.0
7252026-08-07T05:45:44.940Z Compiling newtype-uuid v1.4.0
7262026-08-07T05:45:45.137Z Compiling nextest-metadata v0.12.2
7272026-08-07T05:45:45.346Z Compiling reqwest v0.12.28
7282026-08-07T05:45:45.579Z Compiling rand_chacha v0.9.0
7292026-08-07T05:45:45.784Z Compiling futures v0.3.33
7302026-08-07T05:45:45.871Z Compiling digest v0.10.7
7312026-08-07T05:45:46.105Z Compiling derive_more v2.1.1
7322026-08-07T05:45:46.142Z Compiling parking_lot v0.12.5
7332026-08-07T05:45:46.187Z Compiling flate2 v1.1.9
7342026-08-07T05:45:46.231Z Compiling shared_child v1.1.1
7352026-08-07T05:45:46.559Z Compiling tracing-error v0.2.1
7362026-08-07T05:45:47.038Z Compiling signal-hook-mio v0.2.5
7372026-08-07T05:45:47.153Z Compiling self-replace v1.5.0
7382026-08-07T05:45:47.175Z Compiling cargo-platform v0.2.0
7392026-08-07T05:45:47.416Z Compiling quick-xml v0.38.4
7402026-08-07T05:45:47.692Z Compiling quick-xml v0.37.5
7412026-08-07T05:45:47.733Z Compiling heck v0.5.0
7422026-08-07T05:45:48.043Z Compiling strsim v0.11.1
7432026-08-07T05:45:48.428Z Compiling shell-words v1.1.1
7442026-08-07T05:45:48.705Z Compiling humantime v2.4.0
7452026-08-07T05:45:48.858Z Compiling indenter v0.3.4
7462026-08-07T05:45:48.981Z Compiling cpufeatures v0.2.17
7472026-08-07T05:45:48.994Z Compiling clap_lex v1.1.0
7482026-08-07T05:45:49.058Z Compiling recursion v0.5.4
7492026-08-07T05:45:49.135Z Compiling urlencoding v2.1.3
7502026-08-07T05:45:49.200Z Compiling nextest-filtering v0.15.0
7512026-08-07T05:45:49.200Z Compiling clap_builder v4.6.6
7522026-08-07T05:45:49.381Z Compiling sha2 v0.10.9
7532026-08-07T05:45:50.648Z Compiling humantime-serde v1.1.1
7542026-08-07T05:45:50.735Z Compiling clap_derive v4.6.4
7552026-08-07T05:45:50.812Z Compiling quick-junit v0.5.2
7562026-08-07T05:45:52.453Z Compiling atomicwrites v0.4.4
7572026-08-07T05:45:52.766Z Compiling cargo_metadata v0.20.0
7582026-08-07T05:45:53.105Z Compiling cargo-nextest v0.9.97
7592026-08-07T05:45:53.423Z Compiling crossterm v0.29.0
7602026-08-07T05:45:55.112Z Compiling duct v0.13.7
7612026-08-07T05:45:55.218Z Compiling zstd v0.13.3
7622026-08-07T05:45:55.662Z Compiling async-scoped v0.9.0
7632026-08-07T05:45:55.725Z Compiling rand v0.9.5
7642026-08-07T05:45:55.860Z Compiling config v0.15.25
7652026-08-07T05:45:56.071Z Compiling unicode-normalization v0.1.25
7662026-08-07T05:45:56.442Z Compiling target-spec-miette v0.4.8
7672026-08-07T05:45:56.510Z Compiling future-queue v0.4.0
7682026-08-07T05:45:56.660Z Compiling mukti-metadata v0.3.0
7692026-08-07T05:45:56.792Z Compiling camino-tempfile v1.4.1
7702026-08-07T05:45:56.820Z Compiling tokio-stream v0.1.19
7712026-08-07T05:45:56.837Z Compiling derive-where v1.6.1
7722026-08-07T05:45:57.158Z Compiling serde_path_to_error v0.1.20
7732026-08-07T05:45:57.200Z Compiling serde_ignored v0.1.14
7742026-08-07T05:45:57.428Z Compiling indent_write v2.2.0
7752026-08-07T05:45:57.485Z Compiling home v0.5.12
7762026-08-07T05:45:57.583Z Compiling hex v0.4.3
7772026-08-07T05:45:57.621Z Compiling xxhash-rust v0.8.18
7782026-08-07T05:45:57.651Z Compiling swrite v0.1.0
7792026-08-07T05:45:57.760Z Compiling color-eyre v0.6.5
7802026-08-07T05:45:57.818Z Compiling clap v4.6.6
7812026-08-07T05:45:57.879Z Compiling dialoguer v0.11.0
7822026-08-07T05:45:57.902Z Compiling enable-ansi-support v0.2.1
7832026-08-07T05:45:58.050Z Compiling nextest-runner v0.80.0
7842026-08-07T05:46:16.769Z Finished `release` profile [optimized] target(s) in 1m 10s
7852026-08-07T05:46:16.943Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-08-07T05:46:16.947Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-08-07T05:46:17.073Z+ pushd bgp
7882026-08-07T05:46:17.077Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7892026-08-07T05:46:17.077Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7902026-08-07T05:46:17.232Z Updating crates.io index
7912026-08-07T05:46:17.235Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-08-07T05:46:27.366ZFrom https://github.com/oxidecomputer/omicron
7932026-08-07T05:46:27.366Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7942026-08-07T05:46:27.801Z Updating git repository `https://github.com/oxidecomputer/falcon`
7952026-08-07T05:46:28.655ZFrom https://github.com/oxidecomputer/falcon
7962026-08-07T05:46:28.655Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7972026-08-07T05:46:28.731Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7982026-08-07T05:46:29.242ZFrom https://github.com/oxidecomputer/dendrite
7992026-08-07T05:46:29.242Z * [new ref] 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> refs/commit/0d48b5a39dc49d30b228ae01f04b8cc27a161e74
8002026-08-07T05:46:29.281Z Updating git repository `https://github.com/oxidecomputer/ispf`
8012026-08-07T05:46:29.516ZFrom https://github.com/oxidecomputer/ispf
8022026-08-07T05:46:29.516Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8032026-08-07T05:46:29.522Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8042026-08-07T05:46:29.850ZFrom https://github.com/oxidecomputer/netadm-sys
8052026-08-07T05:46:29.850Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8062026-08-07T05:46:29.858Z Updating git repository `https://github.com/oxidecomputer/opte`
8072026-08-07T05:46:30.796ZFrom https://github.com/oxidecomputer/opte
8082026-08-07T05:46:30.796Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8092026-08-07T05:46:30.825Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102026-08-07T05:46:31.062ZFrom https://github.com/oxidecomputer/slog-error-chain
8112026-08-07T05:46:31.062Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8122026-08-07T05:46:31.071Z Updating git repository `https://github.com/illumos/smf-rs`
8132026-08-07T05:46:31.330ZFrom https://github.com/illumos/smf-rs
8142026-08-07T05:46:31.330Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8152026-08-07T05:46:31.337Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8162026-08-07T05:46:31.560ZFrom https://github.com/oxidecomputer/poptrie
8172026-08-07T05:46:31.560Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8182026-08-07T05:46:31.569Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-08-07T05:46:31.819ZFrom https://github.com/oxidecomputer/network-interface
8202026-08-07T05:46:31.819Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-08-07T05:46:31.826Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-08-07T05:46:32.111ZFrom https://github.com/oxidecomputer/zone
8232026-08-07T05:46:32.111Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-08-07T05:46:32.118Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-08-07T05:46:32.421ZFrom https://github.com/oxidecomputer/lldp
8262026-08-07T05:46:32.421Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8272026-08-07T05:46:32.432Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-08-07T05:46:32.735ZFrom https://github.com/oxidecomputer/tufaceous
8292026-08-07T05:46:32.735Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8302026-08-07T05:46:32.744Z Updating git repository `https://github.com/oxidecomputer/propolis`
8312026-08-07T05:46:33.567ZFrom https://github.com/oxidecomputer/propolis
8322026-08-07T05:46:33.567Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8332026-08-07T05:46:33.610Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8342026-08-07T05:46:34.178ZFrom https://github.com/oxidecomputer/transceiver-control
8352026-08-07T05:46:34.178Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8362026-08-07T05:46:34.191Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8372026-08-07T05:46:34.415ZFrom https://github.com/oxidecomputer/dlpi-sys
8382026-08-07T05:46:34.415Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8392026-08-07T05:46:34.421Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8402026-08-07T05:46:34.674ZFrom https://github.com/jmesmon/rust-libzfs
8412026-08-07T05:46:34.674Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8422026-08-07T05:46:34.682Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8432026-08-07T05:46:34.902ZFrom https://github.com/oxidecomputer/rusty-doors
8442026-08-07T05:46:34.902Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8452026-08-07T05:46:34.917Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8462026-08-07T05:46:35.447ZFrom https://github.com/oxidecomputer/management-gateway-service
8472026-08-07T05:46:35.447Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8482026-08-07T05:46:35.460Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8492026-08-07T05:46:35.676ZFrom https://github.com/oxidecomputer/serde_human_bytes
8502026-08-07T05:46:35.676Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8512026-08-07T05:46:35.684Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-08-07T05:46:36.813ZFrom https://github.com/oxidecomputer/crucible
8532026-08-07T05:46:36.813Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8542026-08-07T05:46:36.863Z Updating git repository `https://github.com/oxidecomputer/propolis`
8552026-08-07T05:46:37.298ZFrom https://github.com/oxidecomputer/propolis
8562026-08-07T05:46:37.298Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8572026-08-07T05:46:37.345Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-08-07T05:46:37.863ZFrom https://github.com/oxidecomputer/crucible
8592026-08-07T05:46:37.863Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8602026-08-07T05:46:37.930Z Updating git repository `https://github.com/oxidecomputer/tofino`
8612026-08-07T05:46:38.247ZFrom https://github.com/oxidecomputer/tofino
8622026-08-07T05:46:38.247Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8632026-08-07T05:46:38.259Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8642026-08-07T05:46:39.030ZFrom https://github.com/oxidecomputer/maghemite
8652026-08-07T05:46:39.030Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8662026-08-07T05:46:39.062Z Updating git repository `https://github.com/oxidecomputer/clickward`
8672026-08-07T05:46:39.317ZFrom https://github.com/oxidecomputer/clickward
8682026-08-07T05:46:39.317Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8692026-08-07T05:46:39.326Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8702026-08-07T05:46:39.554ZFrom https://github.com/oxidecomputer/illumos-devinfo
8712026-08-07T05:46:39.554Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8722026-08-07T05:46:40.351Z Downloading crates ...
8732026-08-07T05:46:40.403Z Downloaded konst_macro_rules v0.2.19
8742026-08-07T05:46:40.406Z Downloaded http-body v1.0.1
8752026-08-07T05:46:40.410Z Downloaded aead v0.5.2
8762026-08-07T05:46:40.415Z Downloaded pem v3.0.6
8772026-08-07T05:46:40.418Z Downloaded icu_collections v2.2.0
8782026-08-07T05:46:40.421Z Downloaded instant v0.1.13
8792026-08-07T05:46:40.424Z Downloaded jobserver v0.1.34
8802026-08-07T05:46:40.424Z Downloaded num_enum v0.5.11
8812026-08-07T05:46:40.427Z Downloaded oxnet v0.1.6
8822026-08-07T05:46:40.427Z Downloaded hubpack v0.1.2
8832026-08-07T05:46:40.431Z Downloaded thread_local v1.1.9
8842026-08-07T05:46:40.434Z Downloaded idna_adapter v1.2.2
8852026-08-07T05:46:40.434Z Downloaded linked-hash-map v0.5.6
8862026-08-07T05:46:40.434Z Downloaded ident_case v1.0.1
8872026-08-07T05:46:40.434Z Downloaded inout v0.1.4
8882026-08-07T05:46:40.437Z Downloaded icu_normalizer v2.2.0
8892026-08-07T05:46:40.442Z Downloaded tiny-keccak v2.0.2
8902026-08-07T05:46:40.442Z Downloaded tagptr v0.2.0
8912026-08-07T05:46:40.446Z Downloaded structmeta-derive v0.3.0
8922026-08-07T05:46:40.447Z Downloaded macaddr v1.0.1
8932026-08-07T05:46:40.447Z Downloaded smf v0.2.3
8942026-08-07T05:46:40.447Z Downloaded synstructure v0.13.2
8952026-08-07T05:46:40.447Z Downloaded time-core v0.1.8
8962026-08-07T05:46:40.447Z Downloaded thiserror-no-std v2.0.2
8972026-08-07T05:46:40.450Z Downloaded ipnet v2.12.0
8982026-08-07T05:46:40.450Z Downloaded testing_table v0.3.0
8992026-08-07T05:46:40.450Z Downloaded thiserror-impl-no-std v2.0.2
9002026-08-07T05:46:40.453Z Downloaded tabwriter v1.4.1
9012026-08-07T05:46:40.453Z Downloaded stable_deref_trait v1.2.1
9022026-08-07T05:46:40.456Z Downloaded newtype-uuid-macros v0.1.0
9032026-08-07T05:46:40.456Z Downloaded internet-checksum v0.2.1
9042026-08-07T05:46:40.459Z Downloaded httpdate v1.0.3
9052026-08-07T05:46:40.459Z Downloaded slog-envlogger v2.2.0
9062026-08-07T05:46:40.459Z Downloaded thread-id v4.2.2
9072026-08-07T05:46:40.459Z Downloaded spin v0.5.2
9082026-08-07T05:46:40.463Z Downloaded ingot-types v0.1.2
9092026-08-07T05:46:40.466Z Downloaded libscf-sys v1.2.0
9102026-08-07T05:46:40.466Z Downloaded is-terminal v0.4.17
9112026-08-07T05:46:40.470Z Downloaded slog-stdlog v4.1.1
9122026-08-07T05:46:40.470Z Downloaded strum_macros v0.26.4
9132026-08-07T05:46:40.473Z Downloaded keccak v0.1.6
9142026-08-07T05:46:40.476Z Downloaded topological-sort v0.2.2
9152026-08-07T05:46:40.479Z Downloaded tabled_derive v0.7.0
9162026-08-07T05:46:40.479Z Downloaded slog-json v2.6.1
9172026-08-07T05:46:40.482Z Downloaded ingot v0.1.1
9182026-08-07T05:46:40.485Z Downloaded strum v0.27.2
9192026-08-07T05:46:40.485Z Downloaded term v1.2.1
9202026-08-07T05:46:40.489Z Downloaded utf-8 v0.7.6
9212026-08-07T05:46:40.492Z Downloaded thread-id v5.1.0
9222026-08-07T05:46:40.496Z Downloaded mime v0.3.17
9232026-08-07T05:46:40.496Z Downloaded typify-macro v0.4.3
9242026-08-07T05:46:40.498Z Downloaded ipnetwork v0.21.1
9252026-08-07T05:46:40.499Z Downloaded match_cfg v0.1.0
9262026-08-07T05:46:40.501Z Downloaded toml_writer v1.1.1+spec-1.1.0
9272026-08-07T05:46:40.505Z Downloaded untrusted v0.7.1
9282026-08-07T05:46:40.505Z Downloaded universal-hash v0.5.1
9292026-08-07T05:46:40.505Z Downloaded newtype_derive v0.1.6
9302026-08-07T05:46:40.512Z Downloaded lru-cache v0.1.2
9312026-08-07T05:46:40.512Z Downloaded hubpack_derive v0.1.1
9322026-08-07T05:46:40.516Z Downloaded usdt v0.6.0
9332026-08-07T05:46:40.516Z Downloaded strum v0.26.3
9342026-08-07T05:46:40.516Z Downloaded tokio-macros v2.7.0
9352026-08-07T05:46:40.516Z Downloaded managed v0.8.0
9362026-08-07T05:46:40.516Z Downloaded usdt-macro v0.6.0
9372026-08-07T05:46:40.516Z Downloaded olpc-cjson v0.1.4
9382026-08-07T05:46:40.516Z Downloaded typify-macro v0.6.2
9392026-08-07T05:46:40.516Z Downloaded usdt-attr-macro v0.6.0
9402026-08-07T05:46:40.520Z Downloaded smallvec v1.15.1
9412026-08-07T05:46:40.520Z Downloaded smartstring v1.0.1
9422026-08-07T05:46:40.521Z Downloaded strum_macros v0.27.2
9432026-08-07T05:46:40.524Z Downloaded newline-converter v0.3.0
9442026-08-07T05:46:40.524Z Downloaded no-std-compat v0.4.1
9452026-08-07T05:46:40.524Z Downloaded num_threads v0.1.7
9462026-08-07T05:46:40.524Z Downloaded test-strategy v0.4.5
9472026-08-07T05:46:40.527Z Downloaded usdt-macro v0.5.0
9482026-08-07T05:46:40.527Z Downloaded unarray v0.1.4
9492026-08-07T05:46:40.527Z Downloaded slog-dtrace v0.3.0
9502026-08-07T05:46:40.527Z Downloaded take_mut v0.2.2
9512026-08-07T05:46:40.537Z Downloaded unit-prefix v0.5.2
9522026-08-07T05:46:40.537Z Downloaded memmap v0.7.0
9532026-08-07T05:46:40.537Z Downloaded omicron-workspace-hack v0.1.0
9542026-08-07T05:46:40.537Z Downloaded parse-display v0.10.0
9552026-08-07T05:46:40.537Z Downloaded num-derive v0.4.2
9562026-08-07T05:46:40.537Z Downloaded termtree v0.5.1
9572026-08-07T05:46:40.537Z Downloaded futures-macro v0.3.32
9582026-08-07T05:46:40.537Z Downloaded natord v1.0.9
9592026-08-07T05:46:40.537Z Downloaded num-iter v0.1.45
9602026-08-07T05:46:40.541Z Downloaded num v0.4.3
9612026-08-07T05:46:40.541Z Downloaded num-conv v0.2.2
9622026-08-07T05:46:40.541Z Downloaded memoffset v0.9.1
9632026-08-07T05:46:40.541Z Downloaded num_enum_derive v0.5.11
9642026-08-07T05:46:40.541Z Downloaded opaque-debug v0.3.1
9652026-08-07T05:46:40.541Z Downloaded pretty-hex v0.4.2
9662026-08-07T05:46:40.545Z Downloaded litemap v0.8.2
9672026-08-07T05:46:40.548Z Downloaded num_enum v0.7.6
9682026-08-07T05:46:40.551Z Downloaded whoami v1.6.1
9692026-08-07T05:46:40.557Z Downloaded time-macros v0.2.27
9702026-08-07T05:46:40.560Z Downloaded tinystr v0.8.3
9712026-08-07T05:46:40.560Z Downloaded embedded-io v0.6.1
9722026-08-07T05:46:40.563Z Downloaded dyn-clone v1.0.20
9732026-08-07T05:46:40.571Z Downloaded structmeta v0.3.0
9742026-08-07T05:46:40.571Z Downloaded tabled_derive v0.11.0
9752026-08-07T05:46:40.574Z Downloaded enum-as-inner v0.6.1
9762026-08-07T05:46:40.574Z Downloaded thin-vec v0.2.18
9772026-08-07T05:46:40.574Z Downloaded tinyvec v1.11.0
9782026-08-07T05:46:40.574Z Downloaded spin v0.9.8
9792026-08-07T05:46:40.574Z Downloaded toml v0.9.12+spec-1.1.0
9802026-08-07T05:46:40.577Z Downloaded smawk v0.3.2
9812026-08-07T05:46:40.577Z Downloaded fxhash v0.2.1
9822026-08-07T05:46:40.577Z Downloaded sigpipe v0.1.3
9832026-08-07T05:46:40.577Z Downloaded heck v0.4.1
9842026-08-07T05:46:40.577Z Downloaded libsw-core v0.3.2
9852026-08-07T05:46:40.582Z Downloaded multer v3.1.0
9862026-08-07T05:46:40.582Z Downloaded num-integer v0.1.46
9872026-08-07T05:46:40.582Z Downloaded num-rational v0.4.2
9882026-08-07T05:46:40.585Z Downloaded phf_shared v0.12.1
9892026-08-07T05:46:40.585Z Downloaded usdt-attr-macro v0.5.0
9902026-08-07T05:46:40.585Z Downloaded usdt v0.5.0
9912026-08-07T05:46:40.585Z Downloaded same-file v1.0.6
9922026-08-07T05:46:40.590Z Downloaded ref-cast v1.0.25
9932026-08-07T05:46:40.590Z Downloaded scroll_derive v0.13.1
9942026-08-07T05:46:40.594Z Downloaded waitgroup v0.1.2
9952026-08-07T05:46:40.594Z Downloaded serial_test_derive v4.0.1
9962026-08-07T05:46:40.594Z Downloaded wait-timeout v0.2.1
9972026-08-07T05:46:40.594Z Downloaded zeroize_derive v1.4.3
9982026-08-07T05:46:40.597Z Downloaded ingot v0.2.1
9992026-08-07T05:46:40.597Z Downloaded ingot-macros v0.1.1
10002026-08-07T05:46:40.597Z Downloaded ingot-types v0.2.0
10012026-08-07T05:46:40.597Z Downloaded oxide-tokio-rt v0.1.6
10022026-08-07T05:46:40.597Z Downloaded ucd-trie v0.1.7
10032026-08-07T05:46:40.600Z Downloaded libsw v3.5.0
10042026-08-07T05:46:40.600Z Downloaded password-hash v0.5.0
10052026-08-07T05:46:40.603Z Downloaded usdt-impl v0.6.0
10062026-08-07T05:46:40.603Z Downloaded walkdir v2.5.0
10072026-08-07T05:46:40.606Z Downloaded newtype-uuid v1.3.2
10082026-08-07T05:46:40.606Z Downloaded num-complex v0.4.6
10092026-08-07T05:46:40.606Z Downloaded parse-display-derive v0.10.0
10102026-08-07T05:46:40.606Z Downloaded paste v1.0.15
10112026-08-07T05:46:40.609Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10122026-08-07T05:46:40.610Z Downloaded writeable v0.6.3
10132026-08-07T05:46:40.610Z Downloaded humantime v2.3.0
10142026-08-07T05:46:40.612Z Downloaded arrayref v0.3.9
10152026-08-07T05:46:40.616Z Downloaded slog-scope v4.4.1
10162026-08-07T05:46:40.619Z Downloaded slog-term v2.9.2
10172026-08-07T05:46:40.619Z Downloaded tokio-dtrace v0.1.1
10182026-08-07T05:46:40.619Z Downloaded progenitor-extras v0.2.0
10192026-08-07T05:46:40.622Z Downloaded num_enum_derive v0.7.6
10202026-08-07T05:46:40.622Z Downloaded icu_provider v2.2.0
10212026-08-07T05:46:40.626Z Downloaded vsss-rs v3.3.4
10222026-08-07T05:46:40.629Z Downloaded icu_properties v2.2.0
10232026-08-07T05:46:40.629Z Downloaded proc-macro-error2 v2.0.1
10242026-08-07T05:46:40.632Z Downloaded async-recursion v1.1.1
10252026-08-07T05:46:40.632Z Downloaded base16ct v1.0.0
10262026-08-07T05:46:40.633Z Downloaded icu_locale_core v2.2.0
10272026-08-07T05:46:40.636Z Downloaded quote v1.0.45
10282026-08-07T05:46:40.642Z Downloaded linear-map v1.2.0
10292026-08-07T05:46:40.642Z Downloaded const-random v0.1.18
10302026-08-07T05:46:40.642Z Downloaded crypto-common v0.2.2
10312026-08-07T05:46:40.645Z Downloaded deranged v0.5.8
10322026-08-07T05:46:40.645Z Downloaded parking_lot_core v0.8.6
10332026-08-07T05:46:40.645Z Downloaded float-ord v0.3.2
10342026-08-07T05:46:40.645Z Downloaded crc8 v0.1.1
10352026-08-07T05:46:40.645Z Downloaded crunchy v0.2.4
10362026-08-07T05:46:40.645Z Downloaded dof v0.3.0
10372026-08-07T05:46:40.645Z Downloaded dof v0.4.0
10382026-08-07T05:46:40.645Z Downloaded snafu-derive v0.8.9
10392026-08-07T05:46:40.649Z Downloaded darling_macro v0.23.0
10402026-08-07T05:46:40.649Z Downloaded defmt-parser v1.0.0
10412026-08-07T05:46:40.649Z Downloaded fixedbitset v0.4.2
10422026-08-07T05:46:40.652Z Downloaded futures-sink v0.3.32
10432026-08-07T05:46:40.653Z Downloaded futures-task v0.3.32
10442026-08-07T05:46:40.653Z Downloaded group v0.13.0
10452026-08-07T05:46:40.653Z Downloaded potential_utf v0.1.5
10462026-08-07T05:46:40.655Z Downloaded gethostname v0.5.0
10472026-08-07T05:46:40.658Z Downloaded progenitor v0.14.0
10482026-08-07T05:46:40.658Z Downloaded rand_xorshift v0.4.0
10492026-08-07T05:46:40.661Z Downloaded tokio-tungstenite v0.21.0
10502026-08-07T05:46:40.661Z Downloaded yoke-derive v0.8.2
10512026-08-07T05:46:40.661Z Downloaded xz2 v0.1.7
10522026-08-07T05:46:40.665Z Downloaded rand_chacha v0.3.1
10532026-08-07T05:46:40.668Z Downloaded progenitor-client v0.14.0
10542026-08-07T05:46:40.668Z Downloaded scroll_derive v0.12.1
10552026-08-07T05:46:40.668Z Downloaded serde_plain v1.0.2
10562026-08-07T05:46:40.671Z Downloaded rustc_version v0.1.7
10572026-08-07T05:46:40.671Z Downloaded toml v0.7.8
10582026-08-07T05:46:40.674Z Downloaded hybrid-array v0.4.12
10592026-08-07T05:46:40.677Z Downloaded toml_parser v1.1.2+spec-1.1.0
10602026-08-07T05:46:40.677Z Downloaded yoke v0.8.3
10612026-08-07T05:46:40.677Z Downloaded schemars_derive v0.8.22
10622026-08-07T05:46:40.681Z Downloaded digest v0.11.3
10632026-08-07T05:46:40.684Z Downloaded ingot-macros v0.2.0
10642026-08-07T05:46:40.684Z Downloaded async-stream v0.3.6
10652026-08-07T05:46:40.687Z Downloaded zone_cfg_derive v0.3.1
10662026-08-07T05:46:40.687Z Downloaded async-stream-impl v0.3.6
10672026-08-07T05:46:40.687Z Downloaded bit-set v0.8.0
10682026-08-07T05:46:40.687Z Downloaded zone v0.3.1
10692026-08-07T05:46:40.687Z Downloaded typify v0.6.2
10702026-08-07T05:46:40.696Z Downloaded indexmap v1.9.3
10712026-08-07T05:46:40.699Z Downloaded icu_normalizer_data v2.2.0
10722026-08-07T05:46:40.704Z Downloaded konst v0.2.20
10732026-08-07T05:46:40.707Z Downloaded block-buffer v0.12.0
10742026-08-07T05:46:40.707Z Downloaded parking_lot v0.11.2
10752026-08-07T05:46:40.707Z Downloaded erased-serde v0.3.31
10762026-08-07T05:46:40.710Z Downloaded chacha20 v0.9.1
10772026-08-07T05:46:40.710Z Downloaded cipher v0.4.4
10782026-08-07T05:46:40.714Z Downloaded rhai_codegen v3.2.0
10792026-08-07T05:46:40.717Z Downloaded rustls-pki-types v1.14.1
10802026-08-07T05:46:40.717Z Downloaded toml_edit v0.19.15
10812026-08-07T05:46:40.726Z Downloaded usdt-impl v0.5.0
10822026-08-07T05:46:40.729Z Downloaded cfg_aliases v0.2.1
10832026-08-07T05:46:40.729Z Downloaded cobs v0.3.0
10842026-08-07T05:46:40.729Z Downloaded defmt-macros v1.1.0
10852026-08-07T05:46:40.732Z Downloaded embedded-io v0.4.0
10862026-08-07T05:46:40.732Z Downloaded defmt v0.3.100
10872026-08-07T05:46:40.732Z Downloaded hostname v0.3.1
10882026-08-07T05:46:40.732Z Downloaded futures-io v0.3.32
10892026-08-07T05:46:40.736Z Downloaded futures-channel v0.3.32
10902026-08-07T05:46:40.736Z Downloaded hmac v0.12.1
10912026-08-07T05:46:40.736Z Downloaded dtrace-parser v0.2.0
10922026-08-07T05:46:40.736Z Downloaded rustc-hash v2.1.2
10932026-08-07T05:46:40.739Z Downloaded memmap2 v0.9.10
10942026-08-07T05:46:40.739Z Downloaded proc-macro-error-attr v1.0.4
10952026-08-07T05:46:40.739Z Downloaded dropshot_endpoint v0.17.1
10962026-08-07T05:46:40.742Z Downloaded serde_derive_internals v0.29.1
10972026-08-07T05:46:40.742Z Downloaded sha1 v0.10.6
10982026-08-07T05:46:40.742Z Downloaded port-file v0.1.0
10992026-08-07T05:46:40.746Z Downloaded progenitor-impl v0.10.0
11002026-08-07T05:46:40.746Z Downloaded pest_generator v2.8.6
11012026-08-07T05:46:40.749Z Downloaded poly1305 v0.8.0
11022026-08-07T05:46:40.749Z Downloaded serde-big-array v0.5.1
11032026-08-07T05:46:40.749Z Downloaded progenitor-macro v0.10.0
11042026-08-07T05:46:40.752Z Downloaded quick-error v1.2.3
11052026-08-07T05:46:40.752Z Downloaded serial_test v4.0.1
11062026-08-07T05:46:40.761Z Downloaded tungstenite v0.21.0
11072026-08-07T05:46:40.764Z Downloaded toml v1.1.2+spec-1.1.0
11082026-08-07T05:46:40.768Z Downloaded yansi v1.0.1
11092026-08-07T05:46:40.772Z Downloaded papergrid v0.11.0
11102026-08-07T05:46:40.775Z Downloaded cancel-safe-futures v0.1.5
11112026-08-07T05:46:40.775Z Downloaded papergrid v0.18.0
11122026-08-07T05:46:40.778Z Downloaded bytecount v0.6.9
11132026-08-07T05:46:40.778Z Downloaded colored v3.1.1
11142026-08-07T05:46:40.781Z Downloaded crossbeam-epoch v0.9.18
11152026-08-07T05:46:40.781Z Downloaded plain v0.2.3
11162026-08-07T05:46:40.781Z Downloaded foreign-types-shared v0.3.1
11172026-08-07T05:46:40.785Z Downloaded powerfmt v0.2.0
11182026-08-07T05:46:40.785Z Downloaded tokio-stream v0.1.18
11192026-08-07T05:46:40.788Z Downloaded indicatif v0.18.4
11202026-08-07T05:46:40.788Z Downloaded omicron-zone-package v0.12.3
11212026-08-07T05:46:40.791Z Downloaded zeroize v1.8.2
11222026-08-07T05:46:40.791Z Downloaded foreign-types-macros v0.2.3
11232026-08-07T05:46:40.791Z Downloaded progenitor-client v0.10.0
11242026-08-07T05:46:40.791Z Downloaded serde_repr v0.1.21
11252026-08-07T05:46:40.794Z Downloaded postcard v1.1.3
11262026-08-07T05:46:40.794Z Downloaded semver v0.1.20
11272026-08-07T05:46:40.797Z Downloaded dunce v1.0.5
11282026-08-07T05:46:40.800Z Downloaded drift v0.2.0
11292026-08-07T05:46:40.804Z Downloaded ciborium v0.2.2
11302026-08-07T05:46:40.807Z Downloaded cmake v0.1.58
11312026-08-07T05:46:40.808Z Downloaded critical-section v1.2.0
11322026-08-07T05:46:40.808Z Downloaded typify v0.4.3
11332026-08-07T05:46:40.810Z Downloaded progenitor v0.13.0
11342026-08-07T05:46:40.810Z Downloaded rustversion v1.0.22
11352026-08-07T05:46:40.813Z Downloaded darling_macro v0.21.3
11362026-08-07T05:46:40.813Z Downloaded phf v0.12.1
11372026-08-07T05:46:40.814Z Downloaded progenitor-macro v0.13.0
11382026-08-07T05:46:40.818Z Downloaded futures-executor v0.3.32
11392026-08-07T05:46:40.822Z Downloaded cstr-argument v0.1.2
11402026-08-07T05:46:40.822Z Downloaded foreign-types v0.5.0
11412026-08-07T05:46:40.822Z Downloaded futures-core v0.3.32
11422026-08-07T05:46:40.822Z Downloaded allocator-api2 v0.2.21
11432026-08-07T05:46:40.822Z Downloaded pretty_assertions v1.4.1
11442026-08-07T05:46:40.826Z Downloaded sha1 v0.11.0
11452026-08-07T05:46:40.826Z Downloaded constant_time_eq v0.4.2
11462026-08-07T05:46:40.831Z Downloaded convert_case v0.4.0
11472026-08-07T05:46:40.834Z Downloaded hostname v0.4.2
11482026-08-07T05:46:40.834Z Downloaded ref-cast-impl v1.0.25
11492026-08-07T05:46:40.837Z Downloaded siphasher v1.0.3
11502026-08-07T05:46:40.837Z Downloaded steno v0.4.1
11512026-08-07T05:46:40.841Z Downloaded progenitor-macro v0.14.0
11522026-08-07T05:46:40.841Z Downloaded scroll v0.12.0
11532026-08-07T05:46:40.841Z Downloaded compression-codecs v0.4.38
11542026-08-07T05:46:40.844Z Downloaded bitflags v1.3.2
11552026-08-07T05:46:40.844Z Downloaded daft v0.1.7
11562026-08-07T05:46:40.847Z Downloaded bit-vec v0.8.0
11572026-08-07T05:46:40.850Z Downloaded const-oid v0.10.2
11582026-08-07T05:46:40.850Z Downloaded base16ct v0.2.0
11592026-08-07T05:46:40.853Z Downloaded dropshot-api-manager-types v0.7.2
11602026-08-07T05:46:40.853Z Downloaded fastrand v2.4.1
11612026-08-07T05:46:40.853Z Downloaded ciborium-ll v0.2.2
11622026-08-07T05:46:40.858Z Downloaded log v0.4.32
11632026-08-07T05:46:40.861Z Downloaded crucible-workspace-hack v0.1.0
11642026-08-07T05:46:40.865Z Downloaded ciborium-io v0.2.2
11652026-08-07T05:46:40.868Z Downloaded const-random-macro v0.1.16
11662026-08-07T05:46:40.868Z Downloaded futures v0.3.32
11672026-08-07T05:46:40.872Z Downloaded proc-macro-crate v1.3.1
11682026-08-07T05:46:40.872Z Downloaded jiff-static v0.2.28
11692026-08-07T05:46:40.877Z Downloaded toml_edit v0.25.12+spec-1.1.0
11702026-08-07T05:46:40.880Z Downloaded globset v0.4.18
11712026-08-07T05:46:40.888Z Downloaded zerofrom v0.1.8
11722026-08-07T05:46:40.890Z Downloaded compression-core v0.4.32
11732026-08-07T05:46:40.891Z Downloaded hash32 v0.3.1
11742026-08-07T05:46:40.896Z Downloaded byteorder v1.5.0
11752026-08-07T05:46:40.903Z Downloaded backon v1.6.0
11762026-08-07T05:46:40.906Z Downloaded daft-derive v0.1.7
11772026-08-07T05:46:40.910Z Downloaded zerofrom-derive v0.1.7
11782026-08-07T05:46:40.910Z Downloaded highway v1.3.0
11792026-08-07T05:46:40.913Z Downloaded proc-macro-crate v3.5.0
11802026-08-07T05:46:40.919Z Downloaded snafu v0.8.9
11812026-08-07T05:46:40.922Z Downloaded progenitor-impl v0.13.0
11822026-08-07T05:46:40.925Z Downloaded hickory-resolver v0.25.2
11832026-08-07T05:46:40.928Z Downloaded anyhow v1.0.104
11842026-08-07T05:46:40.931Z Downloaded resolv-conf v0.7.6
11852026-08-07T05:46:40.931Z Downloaded rusty-fork v0.3.1
11862026-08-07T05:46:40.934Z Downloaded chacha20 v0.10.0
11872026-08-07T05:46:40.934Z Downloaded bcs v0.1.6
11882026-08-07T05:46:40.934Z Downloaded derive-ex v0.1.8
11892026-08-07T05:46:40.938Z Downloaded git-stub v1.0.0
11902026-08-07T05:46:40.938Z Downloaded argon2 v0.5.3
11912026-08-07T05:46:40.938Z Downloaded progenitor v0.10.0
11922026-08-07T05:46:40.938Z Downloaded proc-macro-error-attr2 v2.0.0
11932026-08-07T05:46:40.939Z Downloaded dtrace-parser v0.3.0
11942026-08-07T05:46:40.942Z Downloaded openssl-sys v0.9.116
11952026-08-07T05:46:40.945Z Downloaded progenitor-client v0.13.0
11962026-08-07T05:46:40.945Z Downloaded secrecy v0.10.3
11972026-08-07T05:46:40.948Z Downloaded typed-path v0.9.3
11982026-08-07T05:46:40.951Z Downloaded simd-adler32 v0.3.9
11992026-08-07T05:46:40.955Z Downloaded unsafe-libyaml v0.2.11
12002026-08-07T05:46:40.955Z Downloaded zerocopy-derive v0.7.35
12012026-08-07T05:46:40.959Z Downloaded bs58 v0.5.1
12022026-08-07T05:46:40.959Z Downloaded zerotrie v0.2.4
12032026-08-07T05:46:40.962Z Downloaded ff v0.13.1
12042026-08-07T05:46:40.962Z Downloaded schemars v0.9.0
12052026-08-07T05:46:40.967Z Downloaded serde_yaml v0.9.34+deprecated
12062026-08-07T05:46:40.971Z Downloaded glob v0.3.3
12072026-08-07T05:46:40.971Z Downloaded fs_extra v1.3.0
12082026-08-07T05:46:40.974Z Downloaded arrayvec v0.7.6
12092026-08-07T05:46:40.974Z Downloaded blake2 v0.10.6
12102026-08-07T05:46:40.974Z Downloaded displaydoc v0.2.6
12112026-08-07T05:46:40.978Z Downloaded slog-bunyan v2.5.0
12122026-08-07T05:46:40.981Z Downloaded quinn-udp v0.5.14
12132026-08-07T05:46:40.984Z Downloaded zmij v1.0.21
12142026-08-07T05:46:40.987Z Downloaded csv-core v0.1.13
12152026-08-07T05:46:40.990Z Downloaded serde_tokenstream v0.2.3
12162026-08-07T05:46:40.993Z Downloaded bitflags v2.12.1
12172026-08-07T05:46:40.996Z Downloaded diff v0.1.13
12182026-08-07T05:46:40.996Z Downloaded qorb v0.4.1
12192026-08-07T05:46:40.999Z Downloaded elliptic-curve v0.13.8
12202026-08-07T05:46:41.003Z Downloaded crypto-bigint v0.5.5
12212026-08-07T05:46:41.003Z Downloaded console v0.16.3
12222026-08-07T05:46:41.006Z Downloaded half v2.7.1
12232026-08-07T05:46:41.006Z Downloaded byte-wrapper v0.1.0
12242026-08-07T05:46:41.013Z Downloaded foldhash v0.2.0
12252026-08-07T05:46:41.013Z Downloaded http v1.4.2
12262026-08-07T05:46:41.016Z Downloaded proc-macro-error v1.0.4
12272026-08-07T05:46:41.016Z Downloaded scroll v0.13.0
12282026-08-07T05:46:41.016Z Downloaded fs-err v3.3.0
12292026-08-07T05:46:41.016Z Downloaded rustls-pemfile v2.2.0
12302026-08-07T05:46:41.016Z Downloaded pest_meta v2.8.6
12312026-08-07T05:46:41.020Z Downloaded heapless v0.8.0
12322026-08-07T05:46:41.024Z Downloaded zerovec-derive v0.11.3
12332026-08-07T05:46:41.024Z Downloaded async-trait v0.1.89
12342026-08-07T05:46:41.028Z Downloaded data-encoding v2.11.0
12352026-08-07T05:46:41.032Z Downloaded memchr v2.8.1
12362026-08-07T05:46:41.035Z Downloaded rustls-platform-verifier v0.7.0
12372026-08-07T05:46:41.038Z Downloaded crossbeam-utils v0.8.21
12382026-08-07T05:46:41.041Z Downloaded either v1.16.0
12392026-08-07T05:46:41.041Z Downloaded rustls-native-certs v0.8.4
12402026-08-07T05:46:41.041Z Downloaded getrandom v0.4.2
12412026-08-07T05:46:41.045Z Downloaded slog v2.8.2
12422026-08-07T05:46:41.045Z Downloaded nom v7.1.3
12432026-08-07T05:46:41.048Z Downloaded base64 v0.21.7
12442026-08-07T05:46:41.051Z Downloaded slog-async v2.8.0
12452026-08-07T05:46:41.051Z Downloaded const_format_proc_macros v0.2.34
12462026-08-07T05:46:41.051Z Downloaded pest_derive v2.8.6
12472026-08-07T05:46:41.054Z Downloaded serde_with_macros v3.21.0
12482026-08-07T05:46:41.054Z Downloaded crossbeam-deque v0.8.6
12492026-08-07T05:46:41.057Z Downloaded git-stub-vcs v0.1.0
12502026-08-07T05:46:41.057Z Downloaded backoff v0.4.0
12512026-08-07T05:46:41.060Z Downloaded cargo_toml v0.22.3
12522026-08-07T05:46:41.065Z Downloaded darling v0.21.3
12532026-08-07T05:46:41.068Z Downloaded cookie v0.18.1
12542026-08-07T05:46:41.073Z Downloaded schemars v0.8.22
12552026-08-07T05:46:41.077Z Downloaded arc-swap v1.9.1
12562026-08-07T05:46:41.080Z Downloaded bytes v1.11.1
12572026-08-07T05:46:41.083Z Downloaded progenitor-impl v0.14.0
12582026-08-07T05:46:41.087Z Downloaded similar v2.7.0
12592026-08-07T05:46:41.090Z Downloaded darling v0.23.0
12602026-08-07T05:46:41.090Z Downloaded defmt v1.1.0
12612026-08-07T05:46:41.093Z Downloaded minimal-lexical v0.2.1
12622026-08-07T05:46:41.097Z Downloaded derive_more v0.99.20
12632026-08-07T05:46:41.100Z Downloaded zerocopy-derive v0.8.50
12642026-08-07T05:46:41.103Z Downloaded chacha20poly1305 v0.10.1
12652026-08-07T05:46:41.106Z Downloaded clap v4.6.5
12662026-08-07T05:46:41.110Z Downloaded crossbeam-channel v0.5.15
12672026-08-07T05:46:41.118Z Downloaded proc-macro2 v1.0.106
12682026-08-07T05:46:41.118Z Downloaded expectorate v1.2.0
12692026-08-07T05:46:41.121Z Downloaded cc v1.2.63
12702026-08-07T05:46:41.121Z Downloaded darling_core v0.23.0
12712026-08-07T05:46:41.121Z Downloaded darling_core v0.21.3
12722026-08-07T05:46:41.140Z Downloaded tough v0.22.0
12732026-08-07T05:46:41.143Z Downloaded winnow v0.5.40
12742026-08-07T05:46:41.153Z Downloaded const_format v0.2.36
12752026-08-07T05:46:41.159Z Downloaded hickory-resolver v0.24.4
12762026-08-07T05:46:41.162Z Downloaded syn v1.0.109
12772026-08-07T05:46:41.165Z Downloaded prettyplease v0.2.37
12782026-08-07T05:46:41.168Z Downloaded hashbrown v0.12.3
12792026-08-07T05:46:41.172Z Downloaded tokio-util v0.7.18
12802026-08-07T05:46:41.175Z Downloaded rayon-core v1.13.0
12812026-08-07T05:46:41.181Z Downloaded zerovec v0.11.6
12822026-08-07T05:46:41.190Z Downloaded icu_properties_data v2.2.0
12832026-08-07T05:46:41.196Z Downloaded quinn v0.11.9
12842026-08-07T05:46:41.200Z Downloaded mio v1.2.1
12852026-08-07T05:46:41.204Z Downloaded rand v0.8.6
12862026-08-07T05:46:41.207Z Downloaded winnow v1.0.3
12872026-08-07T05:46:41.210Z Downloaded zerocopy v0.7.35
12882026-08-07T05:46:41.222Z Downloaded pest v2.8.6
12892026-08-07T05:46:41.226Z Downloaded webpki-roots v1.0.7
12902026-08-07T05:46:41.226Z Downloaded libm v0.2.16
12912026-08-07T05:46:41.232Z Downloaded rand v0.9.4
12922026-08-07T05:46:41.238Z Downloaded itertools v0.12.1
12932026-08-07T05:46:41.238Z Downloaded nom v8.0.0
12942026-08-07T05:46:41.242Z Downloaded reqwest v0.13.4
12952026-08-07T05:46:41.245Z Downloaded ron v0.12.1
12962026-08-07T05:46:41.250Z Downloaded tabled v0.21.0
12972026-08-07T05:46:41.259Z Downloaded hashbrown v0.16.1
12982026-08-07T05:46:41.265Z Downloaded schemars v1.2.1
12992026-08-07T05:46:41.275Z Downloaded portable-atomic v1.13.1
13002026-08-07T05:46:41.279Z Downloaded serde_with v3.21.0
13012026-08-07T05:46:41.282Z Downloaded async-compression v0.4.42
13022026-08-07T05:46:41.286Z Downloaded time v0.3.47
13032026-08-07T05:46:41.294Z Downloaded tabled v0.15.0
13042026-08-07T05:46:41.303Z Downloaded futures-util v0.3.32
13052026-08-07T05:46:41.313Z Downloaded hkdf v0.12.4
13062026-08-07T05:46:41.318Z Downloaded itertools v0.15.0
13072026-08-07T05:46:41.318Z Downloaded dropshot-api-manager v0.7.2
13082026-08-07T05:46:41.321Z Downloaded blake3 v1.8.5
13092026-08-07T05:46:41.324Z Downloaded goblin v0.8.2
13102026-08-07T05:46:41.327Z Downloaded h2 v0.4.14
13112026-08-07T05:46:41.332Z Downloaded iddqd v0.4.6
13122026-08-07T05:46:41.337Z Downloaded rayon v1.12.0
13132026-08-07T05:46:41.342Z Downloaded clap_builder v4.6.5
13142026-08-07T05:46:41.346Z Downloaded syn v2.0.117
13152026-08-07T05:46:41.355Z Downloaded smoltcp v0.11.0
13162026-08-07T05:46:41.363Z Downloaded regex v1.12.3
13172026-08-07T05:46:41.372Z Downloaded zerocopy v0.8.50
13182026-08-07T05:46:41.383Z Downloaded rhai v1.25.1
13192026-08-07T05:46:41.391Z Downloaded moka v0.12.15
13202026-08-07T05:46:41.396Z Downloaded proptest v1.11.0
13212026-08-07T05:46:41.401Z Downloaded aho-corasick v1.1.4
13222026-08-07T05:46:41.425Z Downloaded goblin v0.10.7
13232026-08-07T05:46:41.430Z Downloaded rustls v0.23.40
13242026-08-07T05:46:41.439Z Downloaded typify-impl v0.6.2
13252026-08-07T05:46:41.446Z Downloaded aws-lc-rs v1.17.0
13262026-08-07T05:46:41.453Z Downloaded bstr v1.12.1
13272026-08-07T05:46:41.458Z Downloaded typify-impl v0.4.3
13282026-08-07T05:46:41.466Z Downloaded openssl v0.10.80
13292026-08-07T05:46:41.472Z Downloaded sled v0.34.7
13302026-08-07T05:46:41.478Z Downloaded hickory-proto v0.25.2
13312026-08-07T05:46:41.493Z Downloaded regex-automata v0.4.14
13322026-08-07T05:46:41.503Z Downloaded regress v0.10.5
13332026-08-07T05:46:41.517Z Downloaded nix v0.31.3
13342026-08-07T05:46:41.521Z Downloaded openapiv3 v2.2.0
13352026-08-07T05:46:41.527Z Downloaded dropshot v0.17.1
13362026-08-07T05:46:41.540Z Downloaded csv v1.4.0
13372026-08-07T05:46:41.552Z Downloaded regex-syntax v0.8.10
13382026-08-07T05:46:41.560Z Downloaded regress v0.11.1
13392026-08-07T05:46:41.606Z Downloaded hickory-proto v0.24.4
13402026-08-07T05:46:41.673Z Downloaded lzma-sys v0.1.20
13412026-08-07T05:46:41.697Z Downloaded petgraph v0.6.5
13422026-08-07T05:46:41.711Z Downloaded jiff v0.2.28
13432026-08-07T05:46:41.734Z Downloaded chrono-tz v0.10.4
13442026-08-07T05:46:41.744Z Downloaded sha3 v0.10.9
13452026-08-07T05:46:41.776Z Downloaded encoding_rs v0.8.35
13462026-08-07T05:46:42.143Z Downloaded aws-lc-sys v0.41.0
13472026-08-07T05:46:43.089Z Compiling proc-macro2 v1.0.106
13482026-08-07T05:46:43.090Z Compiling unicode-ident v1.0.24
13492026-08-07T05:46:43.090Z Compiling quote v1.0.45
13502026-08-07T05:46:43.090Z Compiling serde_core v1.0.229
13512026-08-07T05:46:43.094Z Compiling cfg-if v1.0.4
13522026-08-07T05:46:43.094Z Compiling serde v1.0.229
13532026-08-07T05:46:43.094Z Compiling libc v0.2.189
13542026-08-07T05:46:43.094Z Compiling memchr v2.8.1
13552026-08-07T05:46:43.254Z Compiling itoa v1.0.18
13562026-08-07T05:46:43.438Z Compiling zmij v1.0.21
13572026-08-07T05:46:43.499Z Compiling autocfg v1.5.1
13582026-08-07T05:46:43.547Z Compiling libm v0.2.16
13592026-08-07T05:46:43.879Z Compiling stable_deref_trait v1.2.1
13602026-08-07T05:46:43.959Z Compiling litemap v0.8.2
13612026-08-07T05:46:43.962Z Compiling writeable v0.6.3
13622026-08-07T05:46:44.094Z Compiling utf8_iter v1.0.4
13632026-08-07T05:46:44.109Z Compiling icu_normalizer_data v2.2.0
13642026-08-07T05:46:44.146Z Compiling percent-encoding v2.3.2
13652026-08-07T05:46:44.169Z Compiling icu_properties_data v2.2.0
13662026-08-07T05:46:44.187Z Compiling iana-time-zone v0.1.65
13672026-08-07T05:46:44.357Z Compiling version_check v0.9.5
13682026-08-07T05:46:44.413Z Compiling form_urlencoded v1.2.2
13692026-08-07T05:46:44.433Z Compiling syn v2.0.117
13702026-08-07T05:46:44.544Z Compiling syn v3.0.3
13712026-08-07T05:46:44.556Z Compiling serde_json v1.0.151
13722026-08-07T05:46:44.599Z Compiling equivalent v1.0.2
13732026-08-07T05:46:44.610Z Compiling dyn-clone v1.0.20
13742026-08-07T05:46:44.630Z Compiling pin-project-lite v0.2.17
13752026-08-07T05:46:44.678Z Compiling allocator-api2 v0.2.21
13762026-08-07T05:46:44.728Z Compiling num-traits v0.2.19
13772026-08-07T05:46:44.746Z Compiling scopeguard v1.2.0
13782026-08-07T05:46:44.841Z Compiling parking_lot_core v0.9.12
13792026-08-07T05:46:44.854Z Compiling lock_api v0.4.14
13802026-08-07T05:46:45.016Z Compiling thiserror v2.0.19
13812026-08-07T05:46:45.094Z Compiling getrandom v0.4.2
13822026-08-07T05:46:45.131Z Compiling rand_core v0.10.1
13832026-08-07T05:46:45.186Z Compiling hashbrown v0.17.1
13842026-08-07T05:46:45.292Z Compiling errno v0.3.14
13852026-08-07T05:46:45.385Z Compiling semver v1.0.28
13862026-08-07T05:46:45.608Z Compiling log v0.4.32
13872026-08-07T05:46:45.776Z Compiling indexmap v2.14.0
13882026-08-07T05:46:45.789Z Compiling heck v0.5.0
13892026-08-07T05:46:45.800Z Compiling futures-core v0.3.32
13902026-08-07T05:46:45.810Z Compiling zerocopy v0.8.50
13912026-08-07T05:46:45.820Z Compiling uuid v1.24.0
13922026-08-07T05:46:46.046Z Compiling schemars v0.8.22
13932026-08-07T05:46:46.231Z Compiling rustversion v1.0.22
13942026-08-07T05:46:46.253Z Compiling futures-sink v0.3.32
13952026-08-07T05:46:46.303Z Compiling fnv v1.0.7
13962026-08-07T05:46:46.355Z Compiling slab v0.4.12
13972026-08-07T05:46:46.398Z Compiling jobserver v0.1.34
13982026-08-07T05:46:46.438Z Compiling shlex v2.0.1
13992026-08-07T05:46:46.536Z Compiling find-msvc-tools v0.1.9
14002026-08-07T05:46:46.618Z Compiling futures-channel v0.3.32
14012026-08-07T05:46:46.678Z Compiling cc v1.2.63
14022026-08-07T05:46:46.712Z Compiling bitflags v2.12.1
14032026-08-07T05:46:46.764Z Compiling socket2 v0.6.5
14042026-08-07T05:46:46.840Z Compiling futures-io v0.3.32
14052026-08-07T05:46:46.946Z Compiling futures-task v0.3.32
14062026-08-07T05:46:47.001Z Compiling portable-atomic v1.13.1
14072026-08-07T05:46:47.120Z Compiling signal-hook-registry v1.4.8
14082026-08-07T05:46:47.135Z Compiling mio v1.2.1
14092026-08-07T05:46:47.183Z Compiling critical-section v1.2.0
14102026-08-07T05:46:47.216Z Compiling fs_extra v1.3.0
14112026-08-07T05:46:47.287Z Compiling dunce v1.0.5
14122026-08-07T05:46:47.383Z Compiling synstructure v0.13.2
14132026-08-07T05:46:47.413Z Compiling serde_derive_internals v0.29.1
14142026-08-07T05:46:47.468Z Compiling cmake v0.1.58
14152026-08-07T05:46:47.535Z Compiling serde_derive v1.0.229
14162026-08-07T05:46:47.641Z Compiling thiserror-impl v2.0.19
14172026-08-07T05:46:47.795Z Compiling base64 v0.22.1
14182026-08-07T05:46:47.868Z Compiling typenum v1.20.1
14192026-08-07T05:46:47.929Z Compiling once_cell v1.21.4
14202026-08-07T05:46:47.993Z Compiling aws-lc-sys v0.41.0
14212026-08-07T05:46:48.127Z Compiling rustix v1.1.4
14222026-08-07T05:46:48.138Z Compiling byteorder v1.5.0
14232026-08-07T05:46:48.148Z Compiling strsim v0.11.1
14242026-08-07T05:46:48.361Z Compiling subtle v2.6.1
14252026-08-07T05:46:48.528Z Compiling regex-syntax v0.8.10
14262026-08-07T05:46:48.528Z Compiling atomic-waker v1.1.2
14272026-08-07T05:46:48.551Z Compiling zerofrom-derive v0.1.7
14282026-08-07T05:46:48.651Z Compiling yoke-derive v0.8.2
14292026-08-07T05:46:48.662Z Compiling zerovec-derive v0.11.3
14302026-08-07T05:46:48.664Z Compiling displaydoc v0.2.6
14312026-08-07T05:46:48.854Z Compiling schemars_derive v0.8.22
14322026-08-07T05:46:49.008Z Compiling tokio-macros v2.7.0
14332026-08-07T05:46:49.528Z Compiling zerocopy-derive v0.8.50
14342026-08-07T05:46:49.775Z Compiling zeroize_derive v1.4.3
14352026-08-07T05:46:49.786Z Compiling futures-macro v0.3.32
14362026-08-07T05:46:49.830Z Compiling zerofrom v0.1.8
14372026-08-07T05:46:49.953Z Compiling yoke v0.8.3
14382026-08-07T05:46:50.081Z Compiling ipnet v2.12.0
14392026-08-07T05:46:50.135Z Compiling zerovec v0.11.6
14402026-08-07T05:46:50.448Z Compiling zerotrie v0.2.4
14412026-08-07T05:46:50.599Z Compiling tinystr v0.8.3
14422026-08-07T05:46:50.611Z Compiling bytes v1.11.1
14432026-08-07T05:46:50.655Z Compiling smallvec v1.15.1
14442026-08-07T05:46:50.696Z Compiling potential_utf v0.1.5
14452026-08-07T05:46:50.744Z Compiling chrono v0.4.45
14462026-08-07T05:46:50.797Z Compiling icu_locale_core v2.2.0
14472026-08-07T05:46:50.854Z Compiling icu_collections v2.2.0
14482026-08-07T05:46:50.878Z Compiling zeroize v1.8.2
14492026-08-07T05:46:51.206Z Compiling futures-util v0.3.32
14502026-08-07T05:46:51.258Z Compiling http v1.4.2
14512026-08-07T05:46:51.361Z Compiling parking_lot v0.12.5
14522026-08-07T05:46:51.381Z Compiling serde_tokenstream v0.2.3
14532026-08-07T05:46:51.659Z Compiling icu_provider v2.2.0
14542026-08-07T05:46:51.773Z Compiling tokio v1.53.1
14552026-08-07T05:46:51.845Z Compiling erased-serde v0.3.31
14562026-08-07T05:46:51.974Z Compiling icu_properties v2.2.0
14572026-08-07T05:46:52.228Z Compiling icu_normalizer v2.2.0
14582026-08-07T05:46:52.240Z Compiling http-body v1.0.1
14592026-08-07T05:46:52.326Z Compiling thiserror v1.0.69
14602026-08-07T05:46:52.380Z Compiling httparse v1.10.1
14612026-08-07T05:46:52.766Z Compiling thiserror-impl v1.0.69
14622026-08-07T05:46:52.796Z Compiling ucd-trie v0.1.7
14632026-08-07T05:46:52.799Z Compiling getrandom v0.3.4
14642026-08-07T05:46:53.096Z Compiling idna_adapter v1.2.2
14652026-08-07T05:46:53.126Z Compiling tower-service v0.3.3
14662026-08-07T05:46:53.161Z Compiling tower-layer v0.3.3
14672026-08-07T05:46:53.216Z Compiling idna v1.1.0
14682026-08-07T05:46:53.251Z Compiling pest v2.8.6
14692026-08-07T05:46:53.490Z Compiling try-lock v0.2.5
14702026-08-07T05:46:53.596Z Compiling url v2.5.8
14712026-08-07T05:46:53.620Z Compiling untrusted v0.9.0
14722026-08-07T05:46:53.756Z Compiling ppv-lite86 v0.2.21
14732026-08-07T05:46:53.853Z Compiling ryu v1.0.23
14742026-08-07T05:46:54.009Z Compiling want v0.3.1
14752026-08-07T05:46:54.032Z Compiling getrandom v0.2.17
14762026-08-07T05:46:54.067Z Compiling httpdate v1.0.3
14772026-08-07T05:46:54.174Z Compiling rand_core v0.6.4
14782026-08-07T05:46:54.213Z Compiling pretty-hex v0.4.2
14792026-08-07T05:46:54.311Z Compiling plain v0.2.3
14802026-08-07T05:46:54.347Z Compiling pest_meta v2.8.6
14812026-08-07T05:46:54.397Z Compiling slog v2.8.2
14822026-08-07T05:46:54.415Z Compiling foldhash v0.2.0
14832026-08-07T05:46:54.504Z Compiling tracing-attributes v0.1.31
14842026-08-07T05:46:54.582Z Compiling tracing-core v0.1.36
14852026-08-07T05:46:54.635Z Compiling paste v1.0.15
14862026-08-07T05:46:54.914Z Compiling ipnetwork v0.21.1
14872026-08-07T05:46:55.057Z Compiling pest_generator v2.8.6
14882026-08-07T05:46:55.190Z Compiling oxnet v0.1.6
14892026-08-07T05:46:55.392Z Compiling serde_urlencoded v0.7.1
14902026-08-07T05:46:55.619Z Compiling http-body-util v0.1.4
14912026-08-07T05:46:55.630Z Compiling aho-corasick v1.1.4
14922026-08-07T05:46:55.640Z Compiling ident_case v1.0.1
14932026-08-07T05:46:55.653Z Compiling pest_derive v2.8.6
14942026-08-07T05:46:55.656Z Compiling winnow v1.0.3
14952026-08-07T05:46:55.715Z Compiling tracing v0.1.44
14962026-08-07T05:46:55.751Z Compiling omicron-workspace-hack v0.1.0
14972026-08-07T05:46:55.975Z Compiling sync_wrapper v1.0.2
14982026-08-07T05:46:56.147Z Compiling num-conv v0.2.2
14992026-08-07T05:46:56.208Z Compiling powerfmt v0.2.0
15002026-08-07T05:46:56.296Z Compiling time-core v0.1.8
15012026-08-07T05:46:56.373Z Compiling anyhow v1.0.104
15022026-08-07T05:46:56.415Z Compiling regex-automata v0.4.14
15032026-08-07T05:46:56.434Z Compiling time-macros v0.2.27
15042026-08-07T05:46:56.747Z Compiling deranged v0.5.8
15052026-08-07T05:46:56.884Z Compiling hashbrown v0.16.1
15062026-08-07T05:46:56.992Z Compiling daft-derive v0.1.7
15072026-08-07T05:46:57.212Z Compiling scroll_derive v0.13.1
15082026-08-07T05:46:57.465Z Compiling fastrand v2.4.1
15092026-08-07T05:46:57.713Z Compiling num_threads v0.1.7
15102026-08-07T05:46:57.735Z Compiling tokio-util v0.7.18
15112026-08-07T05:46:57.808Z Compiling async-trait v0.1.89
15122026-08-07T05:46:58.036Z Compiling scroll v0.13.0
15132026-08-07T05:46:58.105Z Compiling regex v1.12.3
15142026-08-07T05:46:58.422Z Compiling aws-lc-rs v1.17.0
15152026-08-07T05:46:58.474Z Compiling goblin v0.10.7
15162026-08-07T05:46:58.565Z Compiling rustls-pki-types v1.14.1
15172026-08-07T05:46:58.679Z Compiling openssl-probe v0.2.1
15182026-08-07T05:46:58.906Z Compiling hex v0.4.3
15192026-08-07T05:46:58.982Z Compiling untrusted v0.7.1
15202026-08-07T05:46:58.997Z Compiling crossbeam-utils v0.8.21
15212026-08-07T05:46:59.089Z Compiling usdt-impl v0.6.0
15222026-08-07T05:46:59.103Z Compiling dtrace-parser v0.3.0
15232026-08-07T05:46:59.164Z Compiling camino v1.2.5
15242026-08-07T05:46:59.305Z Compiling rustls v0.23.40
15252026-08-07T05:46:59.404Z Compiling h2 v0.4.14
15262026-08-07T05:46:59.520Z Compiling futures-executor v0.3.32
15272026-08-07T05:46:59.532Z Compiling thread-id v5.1.0
15282026-08-07T05:46:59.610Z Compiling thread_local v1.1.9
15292026-08-07T05:46:59.808Z Compiling crc32fast v1.5.0
15302026-08-07T05:46:59.978Z Compiling rand_core v0.9.5
15312026-08-07T05:47:00.133Z Compiling slog-async v2.8.0
15322026-08-07T05:47:00.160Z Compiling match_cfg v0.1.0
15332026-08-07T05:47:00.307Z Compiling futures v0.3.32
15342026-08-07T05:47:00.338Z Compiling structmeta-derive v0.3.0
15352026-08-07T05:47:00.384Z Compiling take_mut v0.2.2
15362026-08-07T05:47:00.411Z Compiling cpufeatures v0.3.0
15372026-08-07T05:47:00.464Z Compiling simd-adler32 v0.3.9
15382026-08-07T05:47:00.481Z Compiling term v1.2.1
15392026-08-07T05:47:00.492Z Compiling adler2 v2.0.1
15402026-08-07T05:47:00.620Z Compiling miniz_oxide v0.8.9
15412026-08-07T05:47:00.660Z Compiling rand_chacha v0.9.0
15422026-08-07T05:47:01.096Z Compiling darling_core v0.23.0
15432026-08-07T05:47:01.163Z Compiling newtype-uuid-macros v0.1.0
15442026-08-07T05:47:01.283Z Compiling hybrid-array v0.4.12
15452026-08-07T05:47:01.370Z Compiling dof v0.4.0
15462026-08-07T05:47:01.736Z Compiling hyper v1.11.0
15472026-08-07T05:47:01.964Z Compiling structmeta v0.3.0
15482026-08-07T05:47:02.239Z Compiling flate2 v1.1.9
15492026-08-07T05:47:02.486Z Compiling rand v0.9.4
15502026-08-07T05:47:02.662Z Compiling newtype-uuid v1.3.2
15512026-08-07T05:47:02.713Z Compiling ref-cast v1.0.25
15522026-08-07T05:47:02.866Z Compiling hyper-util v0.1.20
15532026-08-07T05:47:03.000Z Compiling quick-error v1.2.3
15542026-08-07T05:47:03.020Z Compiling compression-core v0.4.32
15552026-08-07T05:47:03.086Z Compiling syn v1.0.109
15562026-08-07T05:47:03.145Z Compiling compression-codecs v0.4.38
15572026-08-07T05:47:03.172Z Compiling daft v0.1.7
15582026-08-07T05:47:03.184Z Compiling darling_macro v0.23.0
15592026-08-07T05:47:03.403Z Compiling block-buffer v0.12.0
15602026-08-07T05:47:03.433Z Compiling crypto-common v0.2.2
15612026-08-07T05:47:03.501Z Compiling strum_macros v0.26.4
15622026-08-07T05:47:03.552Z Compiling ref-cast-impl v1.0.25
15632026-08-07T05:47:03.580Z Compiling usdt-attr-macro v0.6.0
15642026-08-07T05:47:03.772Z Compiling usdt-macro v0.6.0
15652026-08-07T05:47:04.209Z Compiling darling v0.23.0
15662026-08-07T05:47:04.290Z Compiling serde_spanned v1.1.1
15672026-08-07T05:47:04.446Z Compiling multer v3.1.0
15682026-08-07T05:47:04.584Z Compiling debug-ignore v1.0.5
15692026-08-07T05:47:04.611Z Compiling bit-vec v0.8.0
15702026-08-07T05:47:04.687Z Compiling const-oid v0.10.2
15712026-08-07T05:47:04.807Z Compiling toml_writer v1.1.1+spec-1.1.0
15722026-08-07T05:47:04.847Z Compiling digest v0.11.3
15732026-08-07T05:47:04.894Z Compiling bit-set v0.8.0
15742026-08-07T05:47:04.957Z Compiling serde_with_macros v3.21.0
15752026-08-07T05:47:05.023Z Compiling time v0.3.47
15762026-08-07T05:47:05.055Z Compiling tower v0.5.3
15772026-08-07T05:47:05.066Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15782026-08-07T05:47:05.201Z Compiling strum v0.26.3
15792026-08-07T05:47:05.326Z Compiling async-stream-impl v0.3.6
15802026-08-07T05:47:05.453Z Compiling dropshot v0.17.1
15812026-08-07T05:47:05.542Z Compiling encoding_rs v0.8.35
15822026-08-07T05:47:05.671Z Compiling unarray v0.1.4
15832026-08-07T05:47:05.778Z Compiling mime v0.3.17
15842026-08-07T05:47:05.971Z Compiling spin v0.9.8
15852026-08-07T05:47:06.055Z Compiling async-stream v0.3.6
15862026-08-07T05:47:06.088Z Compiling tower-http v0.6.11
15872026-08-07T05:47:06.230Z Compiling sha1 v0.11.0
15882026-08-07T05:47:06.692Z Compiling derive-ex v0.1.8
15892026-08-07T05:47:07.019Z Compiling crossbeam-channel v0.5.15
15902026-08-07T05:47:07.166Z Compiling dropshot_endpoint v0.17.1
15912026-08-07T05:47:07.216Z Compiling macaddr v1.0.1
15922026-08-07T05:47:07.437Z Compiling openapiv3 v2.2.0
15932026-08-07T05:47:07.494Z Compiling waitgroup v0.1.2
15942026-08-07T05:47:07.510Z Compiling serde_path_to_error v0.1.20
15952026-08-07T05:47:07.629Z Compiling generic-array v0.14.7
15962026-08-07T05:47:07.864Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15972026-08-07T05:47:07.896Z Compiling rustls-native-certs v0.8.4
15982026-08-07T05:47:08.039Z Compiling tempfile v3.27.0
15992026-08-07T05:47:08.247Z Compiling strum_macros v0.27.2
16002026-08-07T05:47:08.263Z Compiling test-strategy v0.4.5
16012026-08-07T05:47:08.320Z Compiling instant v0.1.13
16022026-08-07T05:47:08.879Z Compiling is-terminal v0.4.17
16032026-08-07T05:47:09.003Z Compiling either v1.16.0
16042026-08-07T05:47:09.058Z Compiling slog-term v2.9.2
16052026-08-07T05:47:09.674Z Compiling slog-json v2.6.1
16062026-08-07T05:47:09.686Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16072026-08-07T05:47:09.769Z Compiling hostname v0.3.1
16082026-08-07T05:47:09.883Z Compiling memmap2 v0.9.10
16092026-08-07T05:47:09.910Z Compiling slog-bunyan v2.5.0
16102026-08-07T05:47:09.993Z Compiling parse-display-derive v0.10.0
16112026-08-07T05:47:10.043Z Compiling usdt v0.6.0
16122026-08-07T05:47:10.080Z Compiling backon v1.6.0
16132026-08-07T05:47:10.100Z Compiling rand_chacha v0.3.1
16142026-08-07T05:47:10.166Z Compiling strum v0.27.2
16152026-08-07T05:47:10.286Z Compiling rand v0.8.6
16162026-08-07T05:47:10.298Z Compiling toml_parser v1.1.2+spec-1.1.0
16172026-08-07T05:47:10.300Z Compiling toml_datetime v1.1.1+spec-1.1.0
16182026-08-07T05:47:10.318Z Compiling wait-timeout v0.2.1
16192026-08-07T05:47:10.328Z Compiling crypto-common v0.1.7
16202026-08-07T05:47:10.454Z Compiling rusty-fork v0.3.1
16212026-08-07T05:47:10.599Z Compiling serde_with v3.21.0
16222026-08-07T05:47:10.610Z Compiling async-compression v0.4.42
16232026-08-07T05:47:10.801Z Compiling toml v1.1.2+spec-1.1.0
16242026-08-07T05:47:10.852Z Compiling rand_xorshift v0.4.0
16252026-08-07T05:47:10.922Z Compiling rustls-pemfile v2.2.0
16262026-08-07T05:47:10.922Z Compiling regress v0.10.5
16272026-08-07T05:47:10.985Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16282026-08-07T05:47:10.997Z Compiling hostname v0.4.2
16292026-08-07T05:47:11.111Z Compiling humantime v2.3.0
16302026-08-07T05:47:11.126Z Compiling proptest v1.11.0
16312026-08-07T05:47:11.458Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16322026-08-07T05:47:11.884Z Compiling utf8parse v0.2.2
16332026-08-07T05:47:11.997Z Compiling anstyle-parse v1.0.0
16342026-08-07T05:47:12.176Z Compiling itertools v0.14.0
16352026-08-07T05:47:12.299Z Compiling iddqd v0.4.6
16362026-08-07T05:47:12.661Z Compiling colorchoice v1.0.5
16372026-08-07T05:47:12.776Z Compiling anstyle v1.0.14
16382026-08-07T05:47:12.870Z Compiling is_terminal_polyfill v1.70.2
16392026-08-07T05:47:12.964Z Compiling anstyle-query v1.1.5
16402026-08-07T05:47:12.997Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-08-07T05:47:13.068Z Compiling anstream v1.0.0
16422026-08-07T05:47:13.242Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16432026-08-07T05:47:13.388Z Compiling reqwest v0.12.28
16442026-08-07T05:47:13.436Z Compiling clap_lex v1.1.0
16452026-08-07T05:47:13.561Z Compiling parse-display v0.10.0
16462026-08-07T05:47:13.684Z Compiling backoff v0.4.0
16472026-08-07T05:47:13.867Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16482026-08-07T05:47:13.913Z Compiling block-buffer v0.10.4
16492026-08-07T05:47:14.072Z Compiling clap_derive v4.6.4
16502026-08-07T05:47:14.299Z Compiling digest v0.10.7
16512026-08-07T05:47:14.525Z Compiling progenitor-client v0.10.0
16522026-08-07T05:47:14.807Z Compiling terminal_size v0.4.4
16532026-08-07T05:47:15.133Z Compiling unicode-width v0.2.2
16542026-08-07T05:47:15.410Z Compiling clap_builder v4.6.5
16552026-08-07T05:47:15.550Z Compiling regress v0.11.1
16562026-08-07T05:47:16.984Z Compiling clap v4.6.5
16572026-08-07T05:47:17.463Z Compiling typify-impl v0.6.2
16582026-08-07T05:47:17.856Z Compiling toml_datetime v0.6.11
16592026-08-07T05:47:18.129Z Compiling zerocopy-derive v0.7.35
16602026-08-07T05:47:18.914Z Compiling convert_case v0.4.0
16612026-08-07T05:47:19.036Z Compiling cpufeatures v0.2.17
16622026-08-07T05:47:19.109Z Compiling zerocopy v0.7.35
16632026-08-07T05:47:19.224Z Compiling derive_more v0.99.20
16642026-08-07T05:47:19.662Z Compiling toml_edit v0.25.12+spec-1.1.0
16652026-08-07T05:47:20.207Z Compiling proc-macro-crate v3.5.0
16662026-08-07T05:47:20.522Z Compiling secrecy v0.10.3
16672026-08-07T05:47:20.546Z Compiling float-ord v0.3.2
16682026-08-07T05:47:20.626Z Compiling tinyvec_macros v0.1.1
16692026-08-07T05:47:20.656Z Compiling crucible-workspace-hack v0.1.0
16702026-08-07T05:47:20.676Z Compiling num_enum_derive v0.7.6
16712026-08-07T05:47:20.694Z Compiling tinyvec v1.11.0
16722026-08-07T05:47:21.340Z Compiling dtrace-parser v0.2.0
16732026-08-07T05:47:21.363Z Compiling scroll_derive v0.12.1
16742026-08-07T05:47:21.499Z Compiling num-integer v0.1.46
16752026-08-07T05:47:21.713Z Compiling rustc_version v0.4.1
16762026-08-07T05:47:21.743Z Compiling usdt-impl v0.5.0
16772026-08-07T05:47:21.819Z Compiling num_enum v0.7.6
16782026-08-07T05:47:21.979Z Compiling curve25519-dalek v4.1.3
16792026-08-07T05:47:22.080Z Compiling scroll v0.12.0
16802026-08-07T05:47:22.241Z Compiling dof v0.3.0
16812026-08-07T05:47:22.352Z Compiling hmac v0.12.1
16822026-08-07T05:47:22.482Z Compiling inout v0.1.4
16832026-08-07T05:47:22.482Z Compiling darling_core v0.21.3
16842026-08-07T05:47:22.543Z Compiling ff v0.13.1
16852026-08-07T05:47:22.625Z Compiling thread-id v4.2.2
16862026-08-07T05:47:22.654Z Compiling static_assertions v1.1.0
16872026-08-07T05:47:22.669Z Compiling group v0.13.0
16882026-08-07T05:47:22.672Z Compiling cipher v0.4.4
16892026-08-07T05:47:22.787Z Compiling hkdf v0.12.4
16902026-08-07T05:47:23.103Z Compiling goblin v0.8.2
16912026-08-07T05:47:23.347Z Compiling num-iter v0.1.45
16922026-08-07T05:47:23.361Z Compiling num-rational v0.4.2
16932026-08-07T05:47:23.526Z Compiling universal-hash v0.5.1
16942026-08-07T05:47:23.607Z Compiling crypto-bigint v0.5.5
16952026-08-07T05:47:23.654Z Compiling hubpack_derive v0.1.1
16962026-08-07T05:47:23.999Z Compiling typify-macro v0.6.2
16972026-08-07T05:47:24.033Z Compiling thiserror-impl-no-std v2.0.2
16982026-08-07T05:47:24.220Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-08-07T05:47:24.674Z Compiling darling_macro v0.21.3
17002026-08-07T05:47:24.718Z Compiling crossbeam-epoch v0.9.18
17012026-08-07T05:47:25.072Z Compiling half v2.7.1
17022026-08-07T05:47:25.135Z Compiling curve25519-dalek-derive v0.1.1
17032026-08-07T05:47:25.163Z Compiling num-complex v0.4.6
17042026-08-07T05:47:25.548Z Compiling memoffset v0.9.1
17052026-08-07T05:47:25.584Z Compiling unsafe-libyaml v0.2.11
17062026-08-07T05:47:25.622Z Compiling base16ct v0.2.0
17072026-08-07T05:47:25.777Z Compiling cfg_aliases v0.2.1
17082026-08-07T05:47:25.788Z Compiling base64ct v1.8.3
17092026-08-07T05:47:25.805Z Compiling ciborium-io v0.2.2
17102026-08-07T05:47:25.846Z Compiling opaque-debug v0.3.1
17112026-08-07T05:47:25.896Z Compiling ciborium-ll v0.2.2
17122026-08-07T05:47:25.915Z Compiling poly1305 v0.8.0
17132026-08-07T05:47:26.081Z Compiling password-hash v0.5.0
17142026-08-07T05:47:26.111Z Compiling serde_yaml v0.9.34+deprecated
17152026-08-07T05:47:26.170Z Compiling typify v0.6.2
17162026-08-07T05:47:26.272Z Compiling nix v0.31.3
17172026-08-07T05:47:26.460Z Compiling elliptic-curve v0.13.8
17182026-08-07T05:47:26.751Z Compiling num v0.4.3
17192026-08-07T05:47:26.974Z Compiling darling v0.21.3
17202026-08-07T05:47:27.058Z Compiling thiserror-no-std v2.0.2
17212026-08-07T05:47:27.145Z Compiling hubpack v0.1.2
17222026-08-07T05:47:27.377Z Compiling chacha20 v0.9.1
17232026-08-07T05:47:27.454Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17242026-08-07T05:47:27.678Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17252026-08-07T05:47:28.086Z Compiling blake2 v0.10.6
17262026-08-07T05:47:28.192Z Compiling aead v0.5.2
17272026-08-07T05:47:28.246Z Compiling byte-wrapper v0.1.0
17282026-08-07T05:47:28.349Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17292026-08-07T05:47:28.537Z Compiling proc-macro-error-attr v1.0.4
17302026-08-07T05:47:28.689Z Compiling prettyplease v0.2.37
17312026-08-07T05:47:28.758Z Compiling heapless v0.8.0
17322026-08-07T05:47:28.837Z Compiling rustix v0.38.44
17332026-08-07T05:47:28.969Z Compiling keccak v0.1.6
17342026-08-07T05:47:29.206Z Compiling sha3 v0.10.9
17352026-08-07T05:47:29.511Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17362026-08-07T05:47:29.842Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-08-07T05:47:29.893Z Compiling chacha20poly1305 v0.10.1
17382026-08-07T05:47:29.957Z Compiling argon2 v0.5.3
17392026-08-07T05:47:30.267Z Compiling vsss-rs v3.3.4
17402026-08-07T05:47:30.270Z Compiling ingot-macros v0.1.1
17412026-08-07T05:47:30.572Z Compiling ciborium v0.2.2
17422026-08-07T05:47:31.123Z Compiling usdt-attr-macro v0.5.0
17432026-08-07T05:47:31.154Z Compiling usdt-macro v0.5.0
17442026-08-07T05:47:31.981Z Compiling serde_spanned v0.6.9
17452026-08-07T05:47:32.104Z Compiling enum-as-inner v0.6.1
17462026-08-07T05:47:32.124Z Compiling num-derive v0.4.2
17472026-08-07T05:47:32.298Z Compiling hash32 v0.3.1
17482026-08-07T05:47:32.533Z Compiling proc-macro-error v1.0.4
17492026-08-07T05:47:32.687Z Compiling memmap v0.7.0
17502026-08-07T05:47:32.739Z Compiling winnow v0.5.40
17512026-08-07T05:47:32.763Z Compiling indent_write v2.2.0
17522026-08-07T05:47:32.821Z Compiling winnow v0.7.15
17532026-08-07T05:47:32.972Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17542026-08-07T05:47:33.033Z Compiling toml_write v0.1.2
17552026-08-07T05:47:33.078Z Compiling data-encoding v2.11.0
17562026-08-07T05:47:33.172Z Compiling smoltcp v0.11.0
17572026-08-07T05:47:33.228Z Compiling ingot-types v0.1.2
17582026-08-07T05:47:33.239Z Compiling usdt v0.5.0
17592026-08-07T05:47:33.624Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17602026-08-07T05:47:33.678Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17612026-08-07T05:47:33.849Z Compiling rustls-webpki v0.103.13
17622026-08-07T05:47:34.115Z Compiling toml_edit v0.19.15
17632026-08-07T05:47:34.228Z Compiling toml_edit v0.22.27
17642026-08-07T05:47:34.902Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-08-07T05:47:35.630Z Compiling tabwriter v1.4.1
17662026-08-07T05:47:35.757Z Compiling cobs v0.3.0
17672026-08-07T05:47:35.873Z Compiling serde_repr v0.1.21
17682026-08-07T05:47:35.958Z Compiling bytecount v0.6.9
17692026-08-07T05:47:36.095Z Compiling managed v0.8.0
17702026-08-07T05:47:36.108Z Compiling vcpkg v0.2.15
17712026-08-07T05:47:36.149Z Compiling pkg-config v0.3.33
17722026-08-07T05:47:36.308Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17732026-08-07T05:47:36.453Z Compiling bitflags v1.3.2
17742026-08-07T05:47:36.556Z Compiling postcard v1.1.3
17752026-08-07T05:47:36.594Z Compiling toml v0.8.23
17762026-08-07T05:47:36.645Z Compiling openssl-sys v0.9.116
17772026-08-07T05:47:37.295Z Compiling tokio-rustls v0.26.4
17782026-08-07T05:47:37.535Z Compiling rustls-platform-verifier v0.7.0
17792026-08-07T05:47:37.561Z Compiling hyper-rustls v0.27.9
17802026-08-07T05:47:37.998Z Compiling reqwest v0.13.4
17812026-08-07T05:47:38.429Z Compiling proc-macro-crate v1.3.1
17822026-08-07T05:47:38.763Z Compiling ingot v0.1.1
17832026-08-07T05:47:38.881Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17842026-08-07T05:47:39.200Z Compiling foreign-types-macros v0.2.3
17852026-08-07T05:47:39.493Z Compiling progenitor-client v0.14.0
17862026-08-07T05:47:39.807Z Compiling progenitor-extras v0.2.0
17872026-08-07T05:47:40.045Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17882026-08-07T05:47:40.361Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17892026-08-07T05:47:40.409Z Compiling resolv-conf v0.7.6
17902026-08-07T05:47:40.594Z Compiling rayon-core v1.13.0
17912026-08-07T05:47:40.698Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17922026-08-07T05:47:40.745Z Compiling heck v0.4.1
17932026-08-07T05:47:40.787Z Compiling swrite v0.1.0
17942026-08-07T05:47:40.883Z Compiling foreign-types-shared v0.3.1
17952026-08-07T05:47:40.947Z Compiling colored v3.1.1
17962026-08-07T05:47:40.972Z Compiling linked-hash-map v0.5.6
17972026-08-07T05:47:41.159Z Compiling semver v0.1.20
17982026-08-07T05:47:41.349Z Compiling unicode-segmentation v1.13.3
17992026-08-07T05:47:41.426Z Compiling rustc_version v0.1.7
18002026-08-07T05:47:41.637Z Compiling lru-cache v0.1.2
18012026-08-07T05:47:41.767Z Compiling newline-converter v0.3.0
18022026-08-07T05:47:41.781Z Compiling foreign-types v0.5.0
18032026-08-07T05:47:41.894Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18042026-08-07T05:47:41.930Z Compiling num_enum_derive v0.5.11
18052026-08-07T05:47:42.439Z Compiling atomicwrites v0.4.4
18062026-08-07T05:47:42.544Z Compiling hickory-proto v0.24.4
18072026-08-07T05:47:42.974Z Compiling progenitor-impl v0.13.0
18082026-08-07T05:47:43.071Z Compiling progenitor-impl v0.14.0
18092026-08-07T05:47:44.211Z Compiling crossbeam-deque v0.8.6
18102026-08-07T05:47:44.419Z Compiling console v0.15.11
18112026-08-07T05:47:44.780Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-07T05:47:45.087Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-07T05:47:45.933Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18142026-08-07T05:47:46.462Z Compiling camino-tempfile v1.4.1
18152026-08-07T05:47:46.648Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-07T05:47:46.721Z Compiling chacha20 v0.10.0
18172026-08-07T05:47:46.875Z Compiling serde-big-array v0.5.1
18182026-08-07T05:47:46.908Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18192026-08-07T05:47:46.943Z Compiling pin-project-internal v1.1.13
18202026-08-07T05:47:46.958Z Compiling derive-where v1.6.1
18212026-08-07T05:47:46.980Z Compiling cstr-argument v0.1.2
18222026-08-07T05:47:47.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18232026-08-07T05:47:47.135Z Compiling siphasher v1.0.3
18242026-08-07T05:47:47.232Z Compiling minimal-lexical v0.2.1
18252026-08-07T05:47:47.335Z Compiling similar v2.7.0
18262026-08-07T05:47:47.496Z Compiling nom v7.1.3
18272026-08-07T05:47:47.832Z Compiling expectorate v1.2.0
18282026-08-07T05:47:47.888Z Compiling phf_shared v0.12.1
18292026-08-07T05:47:47.961Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18302026-08-07T05:47:47.978Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18312026-08-07T05:47:48.020Z Compiling pin-project v1.1.13
18322026-08-07T05:47:48.061Z Compiling rand v0.10.2
18332026-08-07T05:47:48.118Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-08-07T05:47:48.214Z Compiling progenitor-macro v0.14.0
18352026-08-07T05:47:48.226Z Compiling progenitor-macro v0.13.0
18362026-08-07T05:47:48.274Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18372026-08-07T05:47:48.390Z Compiling hickory-resolver v0.24.4
18382026-08-07T05:47:48.953Z Compiling num_enum v0.5.11
18392026-08-07T05:47:49.073Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18402026-08-07T05:47:49.280Z Compiling newtype_derive v0.1.6
18412026-08-07T05:47:49.501Z Compiling progenitor-client v0.13.0
18422026-08-07T05:47:50.914Z Compiling unicode-normalization v0.1.25
18432026-08-07T05:47:50.935Z Compiling tokio-stream v0.1.18
18442026-08-07T05:47:51.137Z Compiling async-recursion v1.1.1
18452026-08-07T05:47:51.385Z Compiling snafu-derive v0.8.9
18462026-08-07T05:47:51.407Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18472026-08-07T05:47:51.706Z Compiling slog-dtrace v0.3.0
18482026-08-07T05:47:51.832Z Compiling bstr v1.12.1
18492026-08-07T05:47:51.942Z Compiling csv-core v0.1.13
18502026-08-07T05:47:52.212Z Compiling openssl v0.10.80
18512026-08-07T05:47:52.337Z Compiling same-file v1.0.6
18522026-08-07T05:47:52.480Z Compiling chrono-tz v0.10.4
18532026-08-07T05:47:52.514Z Compiling unicode-xid v0.2.6
18542026-08-07T05:47:52.641Z Compiling foldhash v0.1.5
18552026-08-07T05:47:52.694Z Compiling konst_macro_rules v0.2.19
18562026-08-07T05:47:52.820Z Compiling highway v1.3.0
18572026-08-07T05:47:52.877Z Compiling owo-colors v4.3.0
18582026-08-07T05:47:53.128Z Compiling foreign-types-shared v0.1.1
18592026-08-07T05:47:53.205Z Compiling unicode-width v0.1.14
18602026-08-07T05:47:53.217Z Compiling cancel-safe-futures v0.1.5
18612026-08-07T05:47:53.274Z Compiling foreign-types v0.3.2
18622026-08-07T05:47:53.350Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-07T05:47:53.459Z Compiling snafu v0.8.9
18642026-08-07T05:47:53.479Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-08-07T05:47:53.488Z Compiling konst v0.2.20
18662026-08-07T05:47:53.488Z Compiling hashbrown v0.15.5
18672026-08-07T05:47:53.637Z Compiling progenitor v0.14.0
18682026-08-07T05:47:53.654Z Compiling progenitor v0.13.0
18692026-08-07T05:47:53.730Z Compiling const_format_proc_macros v0.2.34
18702026-08-07T05:47:53.846Z Compiling walkdir v2.5.0
18712026-08-07T05:47:53.859Z Compiling globset v0.4.18
18722026-08-07T05:47:53.926Z Compiling csv v1.4.0
18732026-08-07T05:47:54.215Z Compiling qorb v0.4.1
18742026-08-07T05:47:54.226Z Compiling olpc-cjson v0.1.4
18752026-08-07T05:47:54.388Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-07T05:47:54.566Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-07T05:47:55.465Z Compiling rayon v1.12.0
18782026-08-07T05:47:55.966Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18792026-08-07T05:47:56.185Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-08-07T05:47:56.244Z Compiling phf v0.12.1
18812026-08-07T05:47:56.311Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-08-07T05:47:56.364Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18832026-08-07T05:47:56.392Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-07T05:47:56.717Z Compiling zone_cfg_derive v0.3.1
18852026-08-07T05:47:57.067Z Compiling tokio-dtrace v0.1.1
18862026-08-07T05:47:57.263Z Compiling itertools v0.12.1
18872026-08-07T05:47:57.325Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18882026-08-07T05:47:57.340Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-08-07T05:47:57.430Z Compiling libsw-core v0.3.2
18902026-08-07T05:47:57.527Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18912026-08-07T05:47:57.596Z Compiling serde_plain v1.0.2
18922026-08-07T05:47:57.742Z Compiling openssl-macros v0.1.1
18932026-08-07T05:47:57.804Z Compiling pem v3.0.6
18942026-08-07T05:47:57.903Z Compiling cookie v0.18.1
18952026-08-07T05:47:57.935Z Compiling proc-macro-error-attr2 v2.0.0
18962026-08-07T05:47:58.137Z Compiling sigpipe v0.1.3
18972026-08-07T05:47:58.174Z Compiling fixedbitset v0.4.2
18982026-08-07T05:47:58.224Z Compiling glob v0.3.3
18992026-08-07T05:47:58.227Z Compiling typed-path v0.9.3
19002026-08-07T05:47:58.372Z Compiling jiff v0.2.28
19012026-08-07T05:47:58.411Z Compiling fixedbitset v0.5.7
19022026-08-07T05:47:58.501Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-08-07T05:47:58.542Z Compiling zone v0.3.1
19042026-08-07T05:47:58.667Z Compiling petgraph v0.8.3
19052026-08-07T05:47:58.735Z Compiling proc-macro-error2 v2.0.1
19062026-08-07T05:47:58.805Z Compiling petgraph v0.6.5
19072026-08-07T05:47:59.080Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-08-07T05:47:59.286Z Compiling tough v0.22.0
19092026-08-07T05:47:59.396Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19102026-08-07T05:47:59.640Z Compiling libsw v3.5.0
19112026-08-07T05:47:59.821Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19122026-08-07T05:48:00.350Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19132026-08-07T05:48:00.529Z Compiling oxide-tokio-rt v0.1.6
19142026-08-07T05:48:00.606Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-08-07T05:48:01.052Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-07T05:48:01.908Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-08-07T05:48:02.124Z Compiling const_format v0.2.36
19182026-08-07T05:48:02.169Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-08-07T05:48:02.502Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-07T05:48:02.674Z Compiling papergrid v0.11.0
19212026-08-07T05:48:02.752Z Compiling tabled_derive v0.7.0
19222026-08-07T05:48:03.055Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-08-07T05:48:03.349Z Compiling gethostname v0.5.0
19242026-08-07T05:48:03.454Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19252026-08-07T05:48:03.472Z Compiling libscf-sys v1.2.0
19262026-08-07T05:48:03.613Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-08-07T05:48:03.642Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19282026-08-07T05:48:03.712Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-08-07T05:48:03.735Z Compiling smf v0.2.3
19302026-08-07T05:48:03.847Z Compiling bcs v0.1.6
19312026-08-07T05:48:03.885Z Compiling nom v8.0.0
19322026-08-07T05:48:03.931Z Compiling unicode-linebreak v0.1.5
19332026-08-07T05:48:04.176Z Compiling termtree v0.5.1
19342026-08-07T05:48:04.188Z Compiling lazy_static v1.5.0
19352026-08-07T05:48:04.289Z Compiling linear-map v1.2.0
19362026-08-07T05:48:04.326Z Compiling whoami v1.6.1
19372026-08-07T05:48:04.437Z Compiling crunchy v0.2.4
19382026-08-07T05:48:04.478Z Compiling smawk v0.3.2
19392026-08-07T05:48:04.491Z Compiling tagptr v0.2.0
19402026-08-07T05:48:04.618Z Compiling textwrap v0.16.2
19412026-08-07T05:48:04.640Z Compiling moka v0.12.15
19422026-08-07T05:48:04.742Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-08-07T05:48:04.900Z Compiling steno v0.4.1
19442026-08-07T05:48:05.178Z Compiling tabled v0.15.0
19452026-08-07T05:48:05.454Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-08-07T05:48:05.464Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-08-07T05:48:06.194Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-08-07T05:48:06.416Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-08-07T05:48:07.223Z Compiling tabled_derive v0.11.0
19502026-08-07T05:48:07.915Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-08-07T05:48:08.139Z Compiling papergrid v0.18.0
19522026-08-07T05:48:08.334Z Compiling hickory-proto v0.25.2
19532026-08-07T05:48:08.352Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19542026-08-07T05:48:08.410Z Compiling testing_table v0.3.0
19552026-08-07T05:48:08.577Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19562026-08-07T05:48:08.874Z Compiling tiny-keccak v2.0.2
19572026-08-07T05:48:08.974Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19582026-08-07T05:48:09.114Z Compiling tabled v0.21.0
19592026-08-07T05:48:09.373Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19602026-08-07T05:48:09.647Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19612026-08-07T05:48:10.053Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19622026-08-07T05:48:10.245Z Compiling parking_lot_core v0.8.6
19632026-08-07T05:48:10.522Z Compiling hickory-resolver v0.25.2
19642026-08-07T05:48:10.938Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19652026-08-07T05:48:11.404Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-08-07T05:48:11.752Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19672026-08-07T05:48:12.016Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-08-07T05:48:12.193Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19692026-08-07T05:48:12.420Z Compiling crc8 v0.1.1
19702026-08-07T05:48:12.560Z Compiling const-random-macro v0.1.16
19712026-08-07T05:48:12.873Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19722026-08-07T05:48:12.965Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19732026-08-07T05:48:13.016Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19742026-08-07T05:48:13.071Z Compiling smartstring v1.0.1
19752026-08-07T05:48:13.159Z Compiling ahash v0.8.12
19762026-08-07T05:48:13.400Z Compiling parking_lot v0.11.2
19772026-08-07T05:48:13.455Z Compiling const-random v0.1.18
19782026-08-07T05:48:13.604Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19792026-08-07T05:48:13.618Z Compiling fxhash v0.2.1
19802026-08-07T05:48:13.756Z Compiling internet-checksum v0.2.1
19812026-08-07T05:48:13.867Z Compiling sled v0.34.7
19822026-08-07T05:48:13.941Z Compiling itertools v0.15.0
19832026-08-07T05:48:14.106Z Compiling thin-vec v0.2.18
19842026-08-07T05:48:14.168Z Compiling rhai_codegen v3.2.0
19852026-08-07T05:48:14.180Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19862026-08-07T05:48:14.369Z Compiling serial_test_derive v4.0.1
19872026-08-07T05:48:14.397Z Compiling yansi v1.0.1
19882026-08-07T05:48:14.729Z Compiling diff v0.1.13
19892026-08-07T05:48:15.034Z Compiling pretty_assertions v1.4.1
19902026-08-07T05:48:15.082Z Compiling serial_test v4.0.1
19912026-08-07T05:48:15.302Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19922026-08-07T05:48:15.406Z Compiling rhai v1.25.1
19932026-08-07T05:48:16.546Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19942026-08-07T05:48:25.117Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-08-07T05:48:26.883Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19962026-08-07T05:48:27.933Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19972026-08-07T05:48:28.931Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19982026-08-07T05:48:29.756Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19992026-08-07T05:48:31.164Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20002026-08-07T05:49:07.218Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 24s
20012026-08-07T05:49:07.221Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
20022026-08-07T05:49:07.221Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
20032026-08-07T05:49:07.409Z────────────
20042026-08-07T05:49:07.409Z Nextest run ID 9aba5573-0af9-4faa-93fb-5eb4d2564d17 with nextest profile: default
20052026-08-07T05:49:07.409Z Starting 156 tests across 3 binaries
20062026-08-07T05:49:07.420Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
20072026-08-07T05:49:07.423Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
20082026-08-07T05:49:07.423Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
20092026-08-07T05:49:07.423Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
20102026-08-07T05:49:07.423Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
20112026-08-07T05:49:07.423Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
20122026-08-07T05:49:07.423Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
20132026-08-07T05:49:07.423Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
20142026-08-07T05:49:07.429Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
20152026-08-07T05:49:07.432Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
20162026-08-07T05:49:07.432Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
20172026-08-07T05:49:07.432Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
20182026-08-07T05:49:07.432Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
20192026-08-07T05:49:07.432Z PASS [ 0.011s] bgp messages::tests::header_round_trip
20202026-08-07T05:49:07.432Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
20212026-08-07T05:49:07.437Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
20222026-08-07T05:49:07.440Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
20232026-08-07T05:49:07.440Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
20242026-08-07T05:49:07.440Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
20252026-08-07T05:49:07.444Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
20262026-08-07T05:49:07.444Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
20272026-08-07T05:49:07.444Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
20282026-08-07T05:49:07.444Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
20292026-08-07T05:49:07.444Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
20302026-08-07T05:49:07.448Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
20312026-08-07T05:49:07.451Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
20322026-08-07T05:49:07.452Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
20332026-08-07T05:49:07.452Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
20342026-08-07T05:49:07.452Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
20352026-08-07T05:49:07.452Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
20362026-08-07T05:49:07.452Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
20372026-08-07T05:49:07.455Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
20382026-08-07T05:49:07.459Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
20392026-08-07T05:49:07.459Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
20402026-08-07T05:49:07.462Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
20412026-08-07T05:49:07.462Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
20422026-08-07T05:49:07.462Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
20432026-08-07T05:49:07.462Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
20442026-08-07T05:49:07.462Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
20452026-08-07T05:49:07.462Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
20462026-08-07T05:49:07.469Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
20472026-08-07T05:49:07.473Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
20482026-08-07T05:49:07.473Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
20492026-08-07T05:49:07.473Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
20502026-08-07T05:49:07.473Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
20512026-08-07T05:49:07.473Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
20522026-08-07T05:49:07.473Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20532026-08-07T05:49:07.473Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20542026-08-07T05:49:07.481Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20552026-08-07T05:49:07.487Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20562026-08-07T05:49:07.487Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20572026-08-07T05:49:07.487Z PASS [ 0.011s] bgp messages::tests::mp_bgp_attributes_encoded_first
20582026-08-07T05:49:07.487Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20592026-08-07T05:49:07.487Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20602026-08-07T05:49:07.487Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20612026-08-07T05:49:07.487Z PASS [ 0.011s] bgp messages::tests::mp_reach_nlri_round_trip
20622026-08-07T05:49:07.492Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20632026-08-07T05:49:07.495Z PASS [ 0.012s] bgp messages::tests::notification_round_trip
20642026-08-07T05:49:07.495Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20652026-08-07T05:49:07.495Z PASS [ 0.011s] bgp messages::tests::prefix_within
20662026-08-07T05:49:07.495Z PASS [ 0.012s] bgp messages::tests::open_round_trip_extended_nexthop
20672026-08-07T05:49:07.495Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_round_trip
20682026-08-07T05:49:07.495Z PASS [ 0.011s] bgp messages::tests::prefix_conversion
20692026-08-07T05:49:07.495Z PASS [ 0.012s] bgp messages::tests::open_round_trip
20702026-08-07T05:49:07.503Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20712026-08-07T05:49:07.506Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20722026-08-07T05:49:07.506Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20732026-08-07T05:49:07.506Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20742026-08-07T05:49:07.506Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20752026-08-07T05:49:07.506Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20762026-08-07T05:49:07.506Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20772026-08-07T05:49:07.506Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20782026-08-07T05:49:07.512Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20792026-08-07T05:49:07.516Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20802026-08-07T05:49:07.516Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20812026-08-07T05:49:07.516Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20822026-08-07T05:49:07.516Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20832026-08-07T05:49:07.516Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20842026-08-07T05:49:07.516Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20852026-08-07T05:49:07.516Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20862026-08-07T05:49:07.522Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20872026-08-07T05:49:07.525Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20882026-08-07T05:49:07.525Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20892026-08-07T05:49:07.525Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20902026-08-07T05:49:07.539Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20912026-08-07T05:49:07.543Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20922026-08-07T05:49:07.543Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20932026-08-07T05:49:07.543Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20942026-08-07T05:49:07.543Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
20952026-08-07T05:49:07.543Z PASS [ 0.026s] bgp policy::test::shape_update_prefixes
20962026-08-07T05:49:07.546Z PASS [ 0.021s] bgp policy::test::update_shape_community
20972026-08-07T05:49:07.553Z PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence
20982026-08-07T05:49:07.556Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20992026-08-07T05:49:07.556Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
21002026-08-07T05:49:07.559Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
21012026-08-07T05:49:07.559Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
21022026-08-07T05:49:07.559Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
21032026-08-07T05:49:07.559Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
21042026-08-07T05:49:07.559Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
21052026-08-07T05:49:07.567Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
21062026-08-07T05:49:07.571Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
21072026-08-07T05:49:07.574Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
21082026-08-07T05:49:07.574Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21092026-08-07T05:49:07.577Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
21102026-08-07T05:49:07.577Z PASS [ 0.009s] bgp session::tests::shutdown_state_transitions
21112026-08-07T05:49:07.580Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
21122026-08-07T05:49:07.580Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
21132026-08-07T05:49:07.580Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
21142026-08-07T05:49:07.583Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21152026-08-07T05:49:07.586Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
21162026-08-07T05:49:07.586Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
21172026-08-07T05:49:07.587Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
21182026-08-07T05:49:07.587Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
21192026-08-07T05:49:07.590Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
21202026-08-07T05:49:07.590Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
21212026-08-07T05:49:07.593Z PASS [ 0.033s] bgp proptest::prop_update_mp_reach_roundtrip
21222026-08-07T05:49:07.593Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
21232026-08-07T05:49:07.596Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
21242026-08-07T05:49:07.596Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
21252026-08-07T05:49:07.596Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
21262026-08-07T05:49:07.596Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
21272026-08-07T05:49:07.599Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
21282026-08-07T05:49:10.661Z PASS [ 3.072s] bgp test::test_basic_peering_active
21292026-08-07T05:49:10.661Z PASS [ 3.067s] bgp test::test_basic_update
21302026-08-07T05:49:10.661Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
21312026-08-07T05:49:10.672Z PASS [ 3.079s] bgp test::test_basic_peering_passive_tcp
21322026-08-07T05:49:10.675Z PASS [ 3.082s] bgp test::test_basic_peering_active_tcp
21332026-08-07T05:49:10.678Z PASS [ 3.082s] bgp test::test_basic_update_ipv6_tcp
21342026-08-07T05:49:10.684Z PASS [ 3.087s] bgp test::test_basic_update_tcp
21352026-08-07T05:49:11.660Z PASS [ 4.066s] bgp test::test_basic_peering_passive
21362026-08-07T05:49:13.741Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_active
21372026-08-07T05:49:13.752Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
21382026-08-07T05:49:13.759Z PASS [ 3.082s] bgp test::test_ipv6_basic_peering_active_tcp
21392026-08-07T05:49:14.738Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_passive_tcp
21402026-08-07T05:49:14.744Z PASS [ 4.083s] bgp test::test_dual_stack_routes_ipv4_peer_success
21412026-08-07T05:49:14.744Z PASS [ 4.083s] bgp test::test_dual_stack_routes_ipv6_peer_success
21422026-08-07T05:49:14.750Z PASS [ 4.089s] bgp test::test_import_export_policy_filtering
21432026-08-07T05:49:14.753Z PASS [ 4.079s] bgp test::test_ipv4_routes_ipv6_peer_success
21442026-08-07T05:49:14.816Z PASS [ 1.063s] bgp test::test_multiple_unnumbered_sessions
21452026-08-07T05:49:15.840Z PASS [ 1.096s] bgp test::test_three_router_chain_tcp
21462026-08-07T05:49:15.843Z PASS [ 1.096s] bgp test::test_three_router_chain_tcp_ipv6
21472026-08-07T05:49:16.684Z PASS [ 2.924s] bgp test::test_neighbor_thread_lifecycle_no_leaks
21482026-08-07T05:49:16.802Z PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces
21492026-08-07T05:49:16.904Z PASS [ 1.063s] bgp test::test_unnumbered_ndp_change
21502026-08-07T05:49:16.909Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21512026-08-07T05:49:16.914Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21522026-08-07T05:49:16.919Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21532026-08-07T05:49:16.924Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21542026-08-07T05:49:16.929Z PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
21552026-08-07T05:49:17.821Z PASS [ 4.079s] bgp test::test_ipv6_routes_ipv4_peer_success
21562026-08-07T05:49:18.820Z PASS [ 4.069s] bgp test::test_three_router_chain_unnumbered
21572026-08-07T05:49:19.814Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
21582026-08-07T05:49:21.747Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
21592026-08-07T05:49:24.906Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21602026-08-07T05:49:25.866Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
21612026-08-07T05:49:32.883Z PASS [ 18.066s] bgp test::test_unnumbered_interface_lifecycle
21622026-08-07T05:49:32.883Z────────────
21632026-08-07T05:49:32.883Z Summary [ 25.472s] 156 tests run: 156 passed, 0 skipped
21642026-08-07T05:49:32.896Z+ 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/
21652026-08-07T05:49:32.901Z+ popd
21662026-08-07T05:49:32.901Z+ pushd mgd
21672026-08-07T05:49:32.904Z/work/oxidecomputer/maghemite
21682026-08-07T05:49:32.905Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21692026-08-07T05:49:32.905Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21702026-08-07T05:49:34.133Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21712026-08-07T05:49:34.133Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21722026-08-07T05:49:34.137Z Compiling dropshot-api-manager-types v0.7.2
21732026-08-07T05:49:34.137Z Compiling port-file v0.1.0
21742026-08-07T05:49:34.361Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21752026-08-07T05:49:35.811Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21762026-08-07T05:49:35.811Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21772026-08-07T05:49:35.814Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21782026-08-07T05:49:41.846Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21792026-08-07T05:50:12.637Z Finished `test` profile [unoptimized + debuginfo] target(s) in 39.03s
21802026-08-07T05:50:12.640Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21812026-08-07T05:50:12.640Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21822026-08-07T05:50:12.817Z────────────
21832026-08-07T05:50:12.817Z Nextest run ID 2195cc01-965f-4d80-b6ee-7914438b3a1f with nextest profile: default
21842026-08-07T05:50:12.817Z Starting 38 tests across 3 binaries
21852026-08-07T05:50:12.823Z PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
21862026-08-07T05:50:12.823Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21872026-08-07T05:50:12.826Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21882026-08-07T05:50:12.826Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21892026-08-07T05:50:12.826Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21902026-08-07T05:50:12.878Z PASS [ 0.060s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21912026-08-07T05:50:12.881Z PASS [ 0.062s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
21922026-08-07T05:50:12.881Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21932026-08-07T05:50:12.881Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21942026-08-07T05:50:12.884Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21952026-08-07T05:50:12.887Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21962026-08-07T05:50:12.887Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21972026-08-07T05:50:12.893Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21982026-08-07T05:50:12.898Z PASS [ 0.072s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
21992026-08-07T05:50:12.898Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22002026-08-07T05:50:12.898Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22012026-08-07T05:50:12.898Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22022026-08-07T05:50:12.902Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22032026-08-07T05:50:12.905Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22042026-08-07T05:50:12.905Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22052026-08-07T05:50:12.905Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22062026-08-07T05:50:12.908Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22072026-08-07T05:50:12.908Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22082026-08-07T05:50:12.911Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22092026-08-07T05:50:12.914Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22102026-08-07T05:50:12.914Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22112026-08-07T05:50:12.914Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22122026-08-07T05:50:12.914Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22132026-08-07T05:50:12.914Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22142026-08-07T05:50:12.918Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22152026-08-07T05:50:12.922Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22162026-08-07T05:50:12.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22172026-08-07T05:50:12.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22182026-08-07T05:50:12.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22192026-08-07T05:50:12.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22202026-08-07T05:50:12.927Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22212026-08-07T05:50:12.935Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22222026-08-07T05:50:12.935Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22232026-08-07T05:50:12.937Z────────────
22242026-08-07T05:50:12.937Z Summary [ 0.118s] 38 tests run: 38 passed, 0 skipped
22252026-08-07T05:50:12.946Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22262026-08-07T05:50:12.949Z+ popd
22272026-08-07T05:50:12.949Z/work/oxidecomputer/maghemite
22282026-08-07T05:50:12.949Zprocess exited: duration 399688 ms, exit code 0
 
22292026-08-07T05:50:12.960Zfound 69 output files
22302026-08-07T05:50:12.960Zuploading: /work/apply_change_peer_asn.log (20772 bytes)
22312026-08-07T05:50:13.971Zuploaded: /work/apply_change_peer_asn.log
22322026-08-07T05:50:13.971Zuploading: /work/apply_empty_removes_peers.log (9308 bytes)
22332026-08-07T05:50:14.982Zuploaded: /work/apply_empty_removes_peers.log
22342026-08-07T05:50:14.982Zuploading: /work/apply_remove_entire_group.log (7786 bytes)
22352026-08-07T05:50:15.994Zuploaded: /work/apply_remove_entire_group.log
22362026-08-07T05:50:15.994Zuploading: /work/delete_router_removes_router_state.log (22088 bytes)
22372026-08-07T05:50:17.007Zuploaded: /work/delete_router_removes_router_state.log
22382026-08-07T05:50:17.007Zuploading: /work/dualstack_routes.log (118342 bytes)
22392026-08-07T05:50:18.022Zuploaded: /work/dualstack_routes.log
22402026-08-07T05:50:18.023Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2264 bytes)
22412026-08-07T05:50:19.032Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22422026-08-07T05:50:19.032Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1298 bytes)
22432026-08-07T05:50:20.043Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22442026-08-07T05:50:20.043Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2313 bytes)
22452026-08-07T05:50:21.055Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22462026-08-07T05:50:21.055Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2153 bytes)
22472026-08-07T05:50:22.086Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22482026-08-07T05:50:22.086Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2241 bytes)
22492026-08-07T05:50:23.104Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22502026-08-07T05:50:23.104Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2182 bytes)
22512026-08-07T05:50:24.121Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22522026-08-07T05:50:24.121Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3007 bytes)
22532026-08-07T05:50:25.624Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22542026-08-07T05:50:25.628Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2275 bytes)
22552026-08-07T05:50:26.668Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22562026-08-07T05:50:26.668Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2299 bytes)
22572026-08-07T05:50:27.759Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22582026-08-07T05:50:27.759Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2393 bytes)
22592026-08-07T05:50:28.797Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22602026-08-07T05:50:28.797Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2244 bytes)
22612026-08-07T05:50:29.814Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22622026-08-07T05:50:29.814Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2434 bytes)
22632026-08-07T05:50:30.836Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22642026-08-07T05:50:30.836Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4737 bytes)
22652026-08-07T05:50:31.848Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22662026-08-07T05:50:31.848Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3504 bytes)
22672026-08-07T05:50:33.705Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22682026-08-07T05:50:33.705Zuploading: /work/multiple_unnumbered.log (109385 bytes)
22692026-08-07T05:50:34.734Zuploaded: /work/multiple_unnumbered.log
22702026-08-07T05:50:34.734Zuploading: /work/ndp_change_reset.log (70261 bytes)
22712026-08-07T05:50:35.752Zuploaded: /work/ndp_change_reset.log
22722026-08-07T05:50:35.752Zuploading: /work/ndp_changes.log (88969 bytes)
22732026-08-07T05:50:36.784Zuploaded: /work/ndp_changes.log
22742026-08-07T05:50:36.784Zuploading: /work/r1.test_basic_peering_active.log (40245 bytes)
22752026-08-07T05:50:37.806Zuploaded: /work/r1.test_basic_peering_active.log
22762026-08-07T05:50:37.806Zuploading: /work/r1.test_basic_peering_active_tcp.log (45478 bytes)
22772026-08-07T05:50:38.854Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22782026-08-07T05:50:38.854Zuploading: /work/r1.test_basic_peering_passive.log (33923 bytes)
22792026-08-07T05:50:39.866Zuploaded: /work/r1.test_basic_peering_passive.log
22802026-08-07T05:50:39.866Zuploading: /work/r1.test_basic_peering_passive_tcp.log (40802 bytes)
22812026-08-07T05:50:41.514Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22822026-08-07T05:50:41.514Zuploading: /work/r1.test_basic_update.log (45351 bytes)
22832026-08-07T05:50:42.545Zuploaded: /work/r1.test_basic_update.log
22842026-08-07T05:50:42.545Zuploading: /work/r1.test_basic_update_ipv6.log (28249 bytes)
22852026-08-07T05:50:43.568Zuploaded: /work/r1.test_basic_update_ipv6.log
22862026-08-07T05:50:43.568Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31137 bytes)
22872026-08-07T05:50:44.582Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22882026-08-07T05:50:44.583Zuploading: /work/r1.test_basic_update_tcp.log (31139 bytes)
22892026-08-07T05:50:45.664Zuploaded: /work/r1.test_basic_update_tcp.log
22902026-08-07T05:50:45.664Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44913 bytes)
22912026-08-07T05:50:46.675Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22922026-08-07T05:50:46.675Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43963 bytes)
22932026-08-07T05:50:48.858Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22942026-08-07T05:50:48.858Zuploading: /work/r1.test_import_export_policy_filtering.log (40184 bytes)
22952026-08-07T05:50:49.860Zuploaded: /work/r1.test_import_export_policy_filtering.log
22962026-08-07T05:50:49.860Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (37235 bytes)
22972026-08-07T05:50:50.878Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22982026-08-07T05:50:50.878Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40203 bytes)
22992026-08-07T05:50:51.890Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23002026-08-07T05:50:51.890Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45399 bytes)
23012026-08-07T05:50:52.904Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23022026-08-07T05:50:52.904Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33783 bytes)
23032026-08-07T05:50:53.916Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23042026-08-07T05:50:53.916Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39595 bytes)
23052026-08-07T05:50:54.928Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23062026-08-07T05:50:54.928Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35585 bytes)
23072026-08-07T05:50:55.941Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23082026-08-07T05:50:55.941Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29921 bytes)
23092026-08-07T05:50:56.953Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23102026-08-07T05:50:56.953Zuploading: /work/r1.test_three_router_chain_tcp.log (23762 bytes)
23112026-08-07T05:50:57.965Zuploaded: /work/r1.test_three_router_chain_tcp.log
23122026-08-07T05:50:57.965Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (23839 bytes)
23132026-08-07T05:50:58.978Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23142026-08-07T05:50:58.978Zuploading: /work/r2.test_basic_peering_active.log (38830 bytes)
23152026-08-07T05:50:59.987Zuploaded: /work/r2.test_basic_peering_active.log
23162026-08-07T05:50:59.987Zuploading: /work/r2.test_basic_peering_active_tcp.log (46712 bytes)
23172026-08-07T05:51:01.003Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23182026-08-07T05:51:01.003Zuploading: /work/r2.test_basic_peering_passive.log (43704 bytes)
23192026-08-07T05:51:02.016Zuploaded: /work/r2.test_basic_peering_passive.log
23202026-08-07T05:51:02.016Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46372 bytes)
23212026-08-07T05:51:03.028Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23222026-08-07T05:51:03.028Zuploading: /work/r2.test_basic_update.log (42166 bytes)
23232026-08-07T05:51:04.039Zuploaded: /work/r2.test_basic_update.log
23242026-08-07T05:51:04.040Zuploading: /work/r2.test_basic_update_ipv6.log (26447 bytes)
23252026-08-07T05:51:05.048Zuploaded: /work/r2.test_basic_update_ipv6.log
23262026-08-07T05:51:05.049Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32773 bytes)
23272026-08-07T05:51:06.060Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23282026-08-07T05:51:06.060Zuploading: /work/r2.test_basic_update_tcp.log (35049 bytes)
23292026-08-07T05:51:07.071Zuploaded: /work/r2.test_basic_update_tcp.log
23302026-08-07T05:51:07.071Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43569 bytes)
23312026-08-07T05:51:08.082Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23322026-08-07T05:51:08.082Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (42833 bytes)
23332026-08-07T05:51:09.094Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23342026-08-07T05:51:09.094Zuploading: /work/r2.test_import_export_policy_filtering.log (36536 bytes)
23352026-08-07T05:51:10.104Zuploaded: /work/r2.test_import_export_policy_filtering.log
23362026-08-07T05:51:10.104Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38274 bytes)
23372026-08-07T05:51:11.117Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23382026-08-07T05:51:11.117Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38761 bytes)
23392026-08-07T05:51:12.128Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23402026-08-07T05:51:12.128Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44260 bytes)
23412026-08-07T05:51:13.139Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23422026-08-07T05:51:13.139Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (42116 bytes)
23432026-08-07T05:51:14.151Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23442026-08-07T05:51:14.151Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46660 bytes)
23452026-08-07T05:51:15.162Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23462026-08-07T05:51:15.162Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38149 bytes)
23472026-08-07T05:51:16.174Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23482026-08-07T05:51:16.174Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28055 bytes)
23492026-08-07T05:51:17.184Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23502026-08-07T05:51:17.185Zuploading: /work/r2.test_three_router_chain_tcp.log (42710 bytes)
23512026-08-07T05:51:18.195Zuploaded: /work/r2.test_three_router_chain_tcp.log
23522026-08-07T05:51:18.195Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (42869 bytes)
23532026-08-07T05:51:19.206Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23542026-08-07T05:51:19.206Zuploading: /work/r3.test_three_router_chain_tcp.log (21344 bytes)
23552026-08-07T05:51:20.217Zuploaded: /work/r3.test_three_router_chain_tcp.log
23562026-08-07T05:51:20.217Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21425 bytes)
23572026-08-07T05:51:21.227Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23582026-08-07T05:51:21.231Zuploading: /work/same_linklocal.log (153733 bytes)
23592026-08-07T05:51:22.240Zuploaded: /work/same_linklocal.log
23602026-08-07T05:51:22.241Zuploading: /work/three_chain.log (143749 bytes)
23612026-08-07T05:51:23.256Zuploaded: /work/three_chain.log
23622026-08-07T05:51:23.256Zuploading: /work/unnumbered_expiry.log (88931 bytes)
23632026-08-07T05:51:24.267Zuploaded: /work/unnumbered_expiry.log
23642026-08-07T05:51:24.267Zuploading: /work/unnumbered_interface_lifecycle.log (152303 bytes)
23652026-08-07T05:51:25.281Zuploaded: /work/unnumbered_interface_lifecycle.log
23662026-08-07T05:51:25.282Zuploading: /work/unnumbered_peer_change.log (79127 bytes)
23672026-08-07T05:51:26.294Zuploaded: /work/unnumbered_peer_change.log