01KY0CPK9B30BP6TJQWAC0TPJH: 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: 01KY0CQB45VTSHT2HYD3D7EANX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T18:31:58.103Zjob assigned to worker 01KY0CQWXJZEPBEQF92H52VZ94 [factory aws, i-02edf506c748c6291] (queued for 58 s)
 
22026-07-20T18:32:05.039Zstarting task 0: "setup"
32026-07-20T18:32:05.044Z++ uname -s
42026-07-20T18:32:05.047Z+ kern=SunOS
52026-07-20T18:32:05.047Z+ build_user=build
62026-07-20T18:32:05.047Z+ build_uid=12345
72026-07-20T18:32:05.048Z+ work_dir=/work
82026-07-20T18:32:05.048Z+ input_dir=/input
92026-07-20T18:32:05.048Z+ [[ 0 == 12345 ]]
102026-07-20T18:32:05.048Z+ case "$kern" in
112026-07-20T18:32:05.048Z+ groupadd -g 12345 build
122026-07-20T18:32:05.051Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T18:32:07.053Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T18:32:07.133Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T18:32:07.136Z+ home_fs=zfs
162026-07-20T18:32:07.136Z+ [[ zfs == autofs ]]
172026-07-20T18:32:07.136Z+ mkdir -p /home/build
182026-07-20T18:32:07.136Z+ chown build:build /home/build /work
192026-07-20T18:32:09.137Z+ chmod 0700 /home/build /work
202026-07-20T18:32:09.140Zprocess exited: duration 4099 ms, exit code 0
 
212026-07-20T18:32:09.148Zstarting task 1: "rust-toolchain"
222026-07-20T18:32:09.150Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-20T18:32:09.150Z * rust toolchain channel = "stable"
242026-07-20T18:32:09.150Z * rust toolchain profile = "default"
252026-07-20T18:32:09.150Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T18:32:09.150Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T18:32:09.150Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T18:32:09.151Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T18:32:09.151Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-20T18:32:09.271Zinfo: downloading installer
312026-07-20T18:32:10.745Zwarn: It looks like you have an existing installation of Rust at:
322026-07-20T18:32:10.745Zwarn: /opt/ooce/bin
332026-07-20T18:32:10.745Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-20T18:32:10.745Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-20T18:32:10.746Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-20T18:32:10.746Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-20T18:32:10.746Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-20T18:32:10.746Zerror: cannot install while Rust is installed
392026-07-20T18:32:10.746Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-20T18:32:10.746Zwarn: It looks like you have an existing rustup settings file at:
412026-07-20T18:32:10.746Zwarn: /home/build/.rustup/settings.toml
422026-07-20T18:32:10.746Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-20T18:32:10.746Zwarn: instead of the one inferred from the default host triple.
442026-07-20T18:32:10.758Zinfo: profile set to default
452026-07-20T18:32:10.758Zinfo: default host triple is x86_64-unknown-illumos
462026-07-20T18:32:10.762Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-20T18:32:10.890Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-20T18:32:10.893Zinfo: downloading 6 components
492026-07-20T18:32:26.255Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-20T18:32:26.256Z
512026-07-20T18:32:26.282Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-20T18:32:26.283Z
532026-07-20T18:32:26.286Z
542026-07-20T18:32:26.286ZRust is installed now. Great!
552026-07-20T18:32:26.286Z
562026-07-20T18:32:26.286ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-20T18:32:26.286Zenvironment variable. This has not been done automatically.
582026-07-20T18:32:26.286Z
592026-07-20T18:32:26.286ZTo configure your current shell, you need to source
602026-07-20T18:32:26.286Zthe corresponding env file under $HOME/.cargo.
612026-07-20T18:32:26.286Z
622026-07-20T18:32:26.286ZThis is usually done by running one of the following (note the leading DOT):
632026-07-20T18:32:26.286Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-20T18:32:26.286Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-20T18:32:26.286Zsource "~/.cargo/env.nu" # For nushell
662026-07-20T18:32:26.286Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-20T18:32:26.286Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-20T18:32:26.286Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-20T18:32:26.286Zwarn: no default linker (`cc`) was found in your PATH
702026-07-20T18:32:26.286Zwarn: many Rust crates require a system C toolchain to build
712026-07-20T18:32:26.370Z+ rustup --version
722026-07-20T18:32:26.379Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-20T18:32:26.382Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-20T18:32:26.406Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-20T18:32:26.409Z+ cargo --version
762026-07-20T18:32:26.416Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-20T18:32:26.421Z+ rustc --version
782026-07-20T18:32:26.441Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-20T18:32:26.445Zprocess exited: duration 17295 ms, exit code 0
 
802026-07-20T18:32:26.450Zstarting task 2: "authentication"
812026-07-20T18:32:26.467Zprocess exited: duration 15 ms, exit code 0
 
822026-07-20T18:32:26.510Zstarting task 3: "clone repository"
832026-07-20T18:32:26.524Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-20T18:32:26.524Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-20T18:32:26.524ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-20T18:32:28.008Z+ cd /work/oxidecomputer/maghemite
872026-07-20T18:32:28.009Z+ git fetch origin f0b83004340d5ed67132f3c0c90979ee68090937
882026-07-20T18:32:28.284ZFrom https://github.com/oxidecomputer/maghemite
892026-07-20T18:32:28.284Z * branch f0b83004340d5ed67132f3c0c90979ee68090937 -> FETCH_HEAD
902026-07-20T18:32:28.290Z+ [[ -n john/bfd-async-wiring ]]
912026-07-20T18:32:28.290Z++ git branch --show-current
922026-07-20T18:32:28.290Z+ current=main
932026-07-20T18:32:28.290Z+ [[ main != john/bfd-async-wiring ]]
942026-07-20T18:32:28.290Z+ git branch -f john/bfd-async-wiring f0b83004340d5ed67132f3c0c90979ee68090937
952026-07-20T18:32:28.290Z+ git checkout -f john/bfd-async-wiring
962026-07-20T18:32:28.310ZSwitched to branch 'john/bfd-async-wiring'
972026-07-20T18:32:28.316Z+ git reset --hard f0b83004340d5ed67132f3c0c90979ee68090937
982026-07-20T18:32:28.325ZHEAD is now at f0b8300 fix build errors after rebasing
992026-07-20T18:32:28.328Zprocess exited: duration 1848 ms, exit code 0
 
1002026-07-20T18:32:28.334Zstarting task 4: "build"
1012026-07-20T18:32:28.337Z+ set -e
1022026-07-20T18:32:28.337Z+ source .github/buildomat/test-common.sh
1032026-07-20T18:32:28.344Z++ NEXTEST_VERSION=0.9.97
1042026-07-20T18:32:28.344Z++ PLATFORM=illumos
1052026-07-20T18:32:28.344Z++ banner install
1062026-07-20T18:32:28.344Z
1072026-07-20T18:32:28.344Z # # # #### ##### ## # #
1082026-07-20T18:32:28.344Z # ## # # # # # # #
1092026-07-20T18:32:28.344Z # # # # #### # # # # #
1102026-07-20T18:32:28.344Z # # # # # # ###### # #
1112026-07-20T18:32:28.344Z # # ## # # # # # # #
1122026-07-20T18:32:28.344Z # # # #### # # # ###### ######
1132026-07-20T18:32:28.344Z
1142026-07-20T18:32:28.344Z++ set +o errexit
1152026-07-20T18:32:28.344Z++ pkg info clang-15
1162026-07-20T18:32:28.348Z++ grep -qi installed
1172026-07-20T18:32:29.523Zpkg: info: no packages matching the following patterns you specified are
1182026-07-20T18:32:29.523Zinstalled on the system. Try querying remotely instead:
1192026-07-20T18:32:29.523Z
1202026-07-20T18:32:29.523Z clang-15
1212026-07-20T18:32:29.578Z++ [[ 1 != 0 ]]
1222026-07-20T18:32:29.578Z++ set -o errexit
1232026-07-20T18:32:29.578Z++ pfexec pkg install clang-15
1242026-07-20T18:32:36.938Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-20T18:32:44.570Z Startup: Caching catalogs ... Done
1262026-07-20T18:32:51.786ZPlanning: Solver setup ... Done
1272026-07-20T18:32:51.828ZPlanning: Running solver ... Done
1282026-07-20T18:32:51.988ZPlanning: Finding local manifests ... Done
1292026-07-20T18:32:51.992ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-20T18:32:52.097ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-20T18:32:52.125ZPlanning: Package planning ... Done
1322026-07-20T18:32:52.151ZPlanning: Merging actions ... Done
1332026-07-20T18:32:52.257ZPlanning: Checking for conflicting actions ... Done
1342026-07-20T18:32:52.263ZPlanning: Consolidating action changes ... Done
1352026-07-20T18:32:53.010ZPlanning: Evaluating mediators ... Done
1362026-07-20T18:32:53.015ZPlanning: Planning completed in 8.28 seconds
1372026-07-20T18:32:53.026Z Packages to install: 2
1382026-07-20T18:32:53.026Z Mediators to change: 2
1392026-07-20T18:32:53.029Z Services to change: 1
1402026-07-20T18:32:53.029Z Create boot environment: No
1412026-07-20T18:32:53.029ZCreate backup boot environment: No
1422026-07-20T18:32:53.067Z
1432026-07-20T18:32:53.067ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-20T18:32:58.069ZDownload: 1574/3076 items 117.1/211.3MB 55% complete (23.9M/s)
1452026-07-20T18:33:04.474ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (17.7M/s)
1462026-07-20T18:33:09.476ZDownload: 2905/3076 items 145.1/211.3MB 68% complete (2.7M/s)
1472026-07-20T18:33:14.714ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (10.0M/s)
1482026-07-20T18:33:20.858ZDownload: 3074/3076 items 210.2/211.3MB 99% complete (8.9M/s)
1492026-07-20T18:33:20.889ZDownload: Completed 211.31 MB in 27.82 seconds (7.6M/s)
1502026-07-20T18:33:21.007Z Actions: 1/3418 actions (Installing new actions)
1512026-07-20T18:33:24.145Z Actions: Completed 3418 actions in 3.13 seconds.
1522026-07-20T18:33:24.783Z Done
1532026-07-20T18:33:24.784Z Done
1542026-07-20T18:33:25.511Z Done
1552026-07-20T18:33:28.891Z Done
1562026-07-20T18:33:28.960Z Done
1572026-07-20T18:33:28.963Z Done
1582026-07-20T18:33:29.230Z Done
1592026-07-20T18:33:29.916Z++ set -o errexit
1602026-07-20T18:33:29.916Z++ cargo --version
1612026-07-20T18:33:29.970Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1622026-07-20T18:33:30.054Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1632026-07-20T18:33:30.060Zinfo: downloading 6 components
1642026-07-20T18:33:46.159Zcargo 1.96.1 (356927216 2026-06-26)
1652026-07-20T18:33:46.162Z++ rustc --version
1662026-07-20T18:33:46.190Zrustc 1.96.1 (31fca3adb 2026-06-26)
1672026-07-20T18:33:46.194Z++ cargo install cargo-nextest --version 0.9.97
1682026-07-20T18:33:46.240Z Updating crates.io index
1692026-07-20T18:33:46.332Z Downloading crates ...
1702026-07-20T18:33:46.387Z Downloaded cargo-nextest v0.9.97
1712026-07-20T18:33:46.445Z Installing cargo-nextest v0.9.97
1722026-07-20T18:33:46.448Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1732026-07-20T18:33:46.448Z |
1742026-07-20T18:33:46.448Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1752026-07-20T18:33:46.448Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1762026-07-20T18:33:46.487Z Updating crates.io index
1772026-07-20T18:33:48.494Z Locking 396 packages to latest compatible versions
1782026-07-20T18:33:48.498Z Adding dialoguer v0.11.0 (available: v0.12.0)
1792026-07-20T18:33:48.501Z Adding duct v0.13.7 (available: v1.1.1)
1802026-07-20T18:33:48.501Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1812026-07-20T18:33:48.501Z Adding generic-array v0.14.7 (available: v0.14.9)
1822026-07-20T18:33:48.505Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1832026-07-20T18:33:48.505Z Adding itertools v0.14.0 (available: v0.15.0)
1842026-07-20T18:33:48.505Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1852026-07-20T18:33:48.505Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1862026-07-20T18:33:48.509Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1872026-07-20T18:33:48.509Z Adding quick-junit v0.5.2 (available: v0.7.0)
1882026-07-20T18:33:48.538Z Downloading crates ...
1892026-07-20T18:33:48.609Z Downloaded cargo-platform v0.2.0
1902026-07-20T18:33:48.613Z Downloaded adler2 v2.0.1
1912026-07-20T18:33:48.613Z Downloaded futures-core v0.3.33
1922026-07-20T18:33:48.618Z Downloaded futures-task v0.3.33
1932026-07-20T18:33:48.618Z Downloaded heck v0.5.0
1942026-07-20T18:33:48.618Z Downloaded debug-ignore v1.0.5
1952026-07-20T18:33:48.625Z Downloaded either v1.16.0
1962026-07-20T18:33:48.627Z Downloaded duct v0.13.7
1972026-07-20T18:33:48.627Z Downloaded hex v0.4.3
1982026-07-20T18:33:48.627Z Downloaded iana-time-zone v0.1.65
1992026-07-20T18:33:48.627Z Downloaded hyper-tls v0.6.0
2002026-07-20T18:33:48.627Z Downloaded ipnet v2.12.0
2012026-07-20T18:33:48.632Z Downloaded backtrace-ext v0.2.1
2022026-07-20T18:33:48.632Z Downloaded nextest-workspace-hack v0.1.0
2032026-07-20T18:33:48.632Z Downloaded future-queue v0.4.0
2042026-07-20T18:33:48.635Z Downloaded nextest-metadata v0.12.2
2052026-07-20T18:33:48.635Z Downloaded addr2line v0.25.1
2062026-07-20T18:33:48.635Z Downloaded dialoguer v0.11.0
2072026-07-20T18:33:48.638Z Downloaded indexmap v2.14.0
2082026-07-20T18:33:48.641Z Downloaded lru-slab v0.1.2
2092026-07-20T18:33:48.641Z Downloaded anstyle v1.0.14
2102026-07-20T18:33:48.641Z Downloaded backtrace v0.3.76
2112026-07-20T18:33:48.644Z Downloaded idna_adapter v1.0.0
2122026-07-20T18:33:48.644Z Downloaded httparse v1.10.1
2132026-07-20T18:33:48.646Z Downloaded anstyle-query v1.1.5
2142026-07-20T18:33:48.649Z Downloaded openssl-probe v0.2.1
2152026-07-20T18:33:48.652Z Downloaded miette-derive v7.6.0
2162026-07-20T18:33:48.652Z Downloaded jobserver v0.1.35
2172026-07-20T18:33:48.655Z Downloaded colorchoice v1.0.5
2182026-07-20T18:33:48.655Z Downloaded number_prefix v0.4.0
2192026-07-20T18:33:48.655Z Downloaded itoa v1.0.18
2202026-07-20T18:33:48.655Z Downloaded is_terminal_polyfill v1.70.2
2212026-07-20T18:33:48.657Z Downloaded foreign-types v0.3.2
2222026-07-20T18:33:48.658Z Downloaded color-spantrace v0.3.0
2232026-07-20T18:33:48.720Z Downloaded clap_lex v1.1.0
2242026-07-20T18:33:48.720Z Downloaded nested v0.1.1
2252026-07-20T18:33:48.720Z Downloaded crossterm v0.29.0
2262026-07-20T18:33:48.720Z Downloaded async-scoped v0.9.0
2272026-07-20T18:33:48.720Z Downloaded aho-corasick v1.1.4
2282026-07-20T18:33:48.720Z Downloaded nextest-filtering v0.15.0
2292026-07-20T18:33:48.721Z Downloaded cpufeatures v0.3.0
2302026-07-20T18:33:48.721Z Downloaded http-body-util v0.1.4
2312026-07-20T18:33:48.721Z Downloaded cargo-platform v0.3.3
2322026-07-20T18:33:48.721Z Downloaded indenter v0.3.4
2332026-07-20T18:33:48.721Z Downloaded percent-encoding v2.3.2
2342026-07-20T18:33:48.721Z Downloaded form_urlencoded v1.2.2
2352026-07-20T18:33:48.721Z Downloaded futures-sink v0.3.33
2362026-07-20T18:33:48.721Z Downloaded humantime-serde v1.1.1
2372026-07-20T18:33:48.721Z Downloaded home v0.5.12
2382026-07-20T18:33:48.721Z Downloaded mukti-metadata v0.3.0
2392026-07-20T18:33:48.721Z Downloaded rand_pcg v0.10.2
2402026-07-20T18:33:48.721Z Downloaded cfg-if v1.0.4
2412026-07-20T18:33:48.721Z Downloaded indent_write v2.2.0
2422026-07-20T18:33:48.721Z Downloaded http-body v1.1.0
2432026-07-20T18:33:48.721Z Downloaded convert_case v0.10.0
2442026-07-20T18:33:48.721Z Downloaded autocfg v1.5.1
2452026-07-20T18:33:48.721Z Downloaded fnv v1.0.7
2462026-07-20T18:33:48.721Z Downloaded futures-io v0.3.33
2472026-07-20T18:33:48.721Z Downloaded litrs v1.0.0
2482026-07-20T18:33:48.721Z Downloaded cpufeatures v0.2.17
2492026-07-20T18:33:48.721Z Downloaded block-buffer v0.10.4
2502026-07-20T18:33:48.721Z Downloaded atomicwrites v0.4.4
2512026-07-20T18:33:48.721Z Downloaded atomic-waker v1.1.2
2522026-07-20T18:33:48.721Z Downloaded foreign-types-shared v0.1.1
2532026-07-20T18:33:48.721Z Downloaded rustc-hash v2.1.3
2542026-07-20T18:33:48.721Z Downloaded guppy-workspace-hack v0.1.0
2552026-07-20T18:33:48.722Z Downloaded document-features v0.2.12
2562026-07-20T18:33:48.722Z Downloaded is_ci v1.2.0
2572026-07-20T18:33:48.722Z Downloaded cfg_aliases v0.2.2
2582026-07-20T18:33:48.722Z Downloaded equivalent v1.0.2
2592026-07-20T18:33:48.722Z Downloaded os_pipe v1.2.3
2602026-07-20T18:33:48.733Z Downloaded futures-macro v0.3.33
2612026-07-20T18:33:48.733Z Downloaded crypto-common v0.1.7
2622026-07-20T18:33:48.733Z Downloaded rustc_version v0.4.1
2632026-07-20T18:33:48.733Z Downloaded enable-ansi-support v0.2.1
2642026-07-20T18:33:48.733Z Downloaded errno v0.3.14
2652026-07-20T18:33:48.733Z Downloaded curve25519-dalek-derive v0.1.1
2662026-07-20T18:33:48.733Z Downloaded lock_api v0.4.14
2672026-07-20T18:33:48.733Z Downloaded generic-array v0.14.7
2682026-07-20T18:33:48.740Z Downloaded serde-value v0.7.0
2692026-07-20T18:33:48.740Z Downloaded scopeguard v1.2.0
2702026-07-20T18:33:48.740Z Downloaded pathdiff v0.2.3
2712026-07-20T18:33:48.740Z Downloaded shared_child v1.1.1
2722026-07-20T18:33:48.740Z Downloaded cargo_metadata v0.23.1
2732026-07-20T18:33:48.740Z Downloaded openssl-macros v0.1.1
2742026-07-20T18:33:48.743Z Downloaded fastrand v2.5.0
2752026-07-20T18:33:48.743Z Downloaded serde_spanned v1.1.1
2762026-07-20T18:33:48.744Z Downloaded serde_spanned v0.6.9
2772026-07-20T18:33:48.744Z Downloaded cargo_metadata v0.20.0
2782026-07-20T18:33:48.744Z Downloaded anstream v1.0.0
2792026-07-20T18:33:48.747Z Downloaded lazy_static v1.5.0
2802026-07-20T18:33:48.747Z Downloaded ordered-float v2.10.1
2812026-07-20T18:33:48.747Z Downloaded console v0.15.11
2822026-07-20T18:33:48.751Z Downloaded serde_ignored v0.1.14
2832026-07-20T18:33:48.754Z Downloaded signature v2.2.0
2842026-07-20T18:33:48.757Z Downloaded serde_urlencoded v0.7.1
2852026-07-20T18:33:48.757Z Downloaded supports-hyperlinks v3.2.0
2862026-07-20T18:33:48.757Z Downloaded supports-color v3.0.2
2872026-07-20T18:33:48.759Z Downloaded subtle v2.6.1
2882026-07-20T18:33:48.760Z Downloaded strsim v0.11.1
2892026-07-20T18:33:48.760Z Downloaded sigchld v0.2.4
2902026-07-20T18:33:48.763Z Downloaded shell-words v1.1.1
2912026-07-20T18:33:48.763Z Downloaded rand_chacha v0.9.0
2922026-07-20T18:33:48.763Z Downloaded quinn-udp v0.5.15
2932026-07-20T18:33:48.767Z Downloaded hyper-rustls v0.27.9
2942026-07-20T18:33:48.767Z Downloaded strip-ansi-escapes v0.2.1
2952026-07-20T18:33:48.770Z Downloaded anstyle-parse v1.0.0
2962026-07-20T18:33:48.771Z Downloaded supports-unicode v3.0.0
2972026-07-20T18:33:48.771Z Downloaded num-traits v0.2.19
2982026-07-20T18:33:48.774Z Downloaded foldhash v0.1.5
2992026-07-20T18:33:48.774Z Downloaded filetime v0.2.29
3002026-07-20T18:33:48.776Z Downloaded indicatif v0.17.11
3012026-07-20T18:33:48.780Z Downloaded digest v0.10.7
3022026-07-20T18:33:48.780Z Downloaded futures-executor v0.3.33
3032026-07-20T18:33:48.780Z Downloaded owo-colors v4.3.0
3042026-07-20T18:33:48.784Z Downloaded cargo-util-schemas v0.2.0
3052026-07-20T18:33:48.784Z Downloaded rand_core v0.9.5
3062026-07-20T18:33:48.786Z Downloaded pkg-config v0.3.33
3072026-07-20T18:33:48.786Z Downloaded sync_wrapper v1.0.2
3082026-07-20T18:33:48.786Z Downloaded globset v0.4.19
3092026-07-20T18:33:48.789Z Downloaded erased-serde v0.4.10
3102026-07-20T18:33:48.789Z Downloaded tinyvec_macros v0.1.1
3112026-07-20T18:33:48.789Z Downloaded thread_local v1.1.10
3122026-07-20T18:33:48.792Z Downloaded fixedbitset v0.5.7
3132026-07-20T18:33:48.792Z Downloaded ed25519 v2.2.3
3142026-07-20T18:33:48.792Z Downloaded swrite v0.1.0
3152026-07-20T18:33:48.796Z Downloaded newtype-uuid v1.3.2
3162026-07-20T18:33:48.796Z Downloaded tokio-macros v2.7.1
3172026-07-20T18:33:48.796Z Downloaded terminal_size v0.4.4
3182026-07-20T18:33:48.796Z Downloaded serde-untagged v0.1.9
3192026-07-20T18:33:48.798Z Downloaded self-replace v1.5.0
3202026-07-20T18:33:48.801Z Downloaded rand_core v0.6.4
3212026-07-20T18:33:48.801Z Downloaded crc32fast v1.5.0
3222026-07-20T18:33:48.804Z Downloaded pkcs8 v0.10.2
3232026-07-20T18:33:48.804Z Downloaded pin-project-lite v0.2.17
3242026-07-20T18:33:48.808Z Downloaded pin-project-internal v1.1.13
3252026-07-20T18:33:48.812Z Downloaded shlex v2.0.1
3262026-07-20T18:33:48.813Z Downloaded serde_path_to_error v0.1.20
3272026-07-20T18:33:48.813Z Downloaded rand_core v0.10.1
3282026-07-20T18:33:48.813Z Downloaded ahash v0.8.12
3292026-07-20T18:33:48.817Z Downloaded static_assertions v1.1.0
3302026-07-20T18:33:48.818Z Downloaded target-lexicon v0.13.5
3312026-07-20T18:33:48.818Z Downloaded toml_datetime v0.6.11
3322026-07-20T18:33:48.826Z Downloaded simd-adler32 v0.3.10
3332026-07-20T18:33:48.826Z Downloaded quote v1.0.47
3342026-07-20T18:33:48.826Z Downloaded const-oid v0.9.6
3352026-07-20T18:33:48.826Z Downloaded tower-layer v0.3.3
3362026-07-20T18:33:48.826Z Downloaded tracing-error v0.2.1
3372026-07-20T18:33:48.830Z Downloaded ppv-lite86 v0.2.21
3382026-07-20T18:33:48.830Z Downloaded tower-service v0.3.3
3392026-07-20T18:33:48.830Z Downloaded toml_write v0.1.2
3402026-07-20T18:33:48.830Z Downloaded rustc-demangle v0.1.28
3412026-07-20T18:33:48.830Z Downloaded base64ct v1.8.3
3422026-07-20T18:33:48.830Z Downloaded signal-hook-mio v0.2.5
3432026-07-20T18:33:48.830Z Downloaded thiserror-impl v1.0.69
3442026-07-20T18:33:48.830Z Downloaded signal-hook-registry v1.4.8
3452026-07-20T18:33:48.830Z Downloaded sha2 v0.10.9
3462026-07-20T18:33:48.834Z Downloaded pin-project v1.1.13
3472026-07-20T18:33:48.837Z Downloaded try-lock v0.2.5
3482026-07-20T18:33:48.840Z Downloaded spki v0.7.3
3492026-07-20T18:33:48.840Z Downloaded slab v0.4.12
3502026-07-20T18:33:48.845Z Downloaded find-msvc-tools v0.1.9
3512026-07-20T18:33:48.845Z Downloaded eyre v0.6.12
3522026-07-20T18:33:48.850Z Downloaded thiserror v2.0.19
3532026-07-20T18:33:48.850Z Downloaded once_cell v1.21.4
3542026-07-20T18:33:48.850Z Downloaded target-spec-miette v0.4.8
3552026-07-20T18:33:48.855Z Downloaded humantime v2.4.0
3562026-07-20T18:33:48.855Z Downloaded typeid v1.0.3
3572026-07-20T18:33:48.855Z Downloaded semver v1.0.28
3582026-07-20T18:33:48.859Z Downloaded urlencoding v2.1.3
3592026-07-20T18:33:48.859Z Downloaded untrusted v0.9.0
3602026-07-20T18:33:48.859Z Downloaded cfg-expr v0.20.8
3612026-07-20T18:33:48.859Z Downloaded native-tls v0.2.18
3622026-07-20T18:33:48.862Z Downloaded self_update v0.42.0
3632026-07-20T18:33:48.862Z Downloaded unicode-xid v0.2.6
3642026-07-20T18:33:48.862Z Downloaded tokio-native-tls v0.3.1
3652026-07-20T18:33:48.862Z Downloaded thiserror-impl v2.0.19
3662026-07-20T18:33:48.866Z Downloaded thiserror v1.0.69
3672026-07-20T18:33:48.866Z Downloaded want v0.3.1
3682026-07-20T18:33:48.869Z Downloaded version_check v0.9.5
3692026-07-20T18:33:48.870Z Downloaded utf8_iter v1.0.4
3702026-07-20T18:33:48.870Z Downloaded clap_derive v4.6.3
3712026-07-20T18:33:48.873Z Downloaded utf8parse v0.2.2
3722026-07-20T18:33:48.873Z Downloaded chacha20 v0.10.1
3732026-07-20T18:33:48.873Z Downloaded parking_lot_core v0.9.12
3742026-07-20T18:33:48.873Z Downloaded futures-channel v0.3.33
3752026-07-20T18:33:48.876Z Downloaded camino v1.2.4
3762026-07-20T18:33:48.879Z Downloaded rustls-pki-types v1.15.0
3772026-07-20T18:33:48.882Z Downloaded toml_writer v1.1.2+spec-1.1.0
3782026-07-20T18:33:48.882Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3792026-07-20T18:33:48.882Z Downloaded quick-junit v0.5.2
3802026-07-20T18:33:48.885Z Downloaded unicode-linebreak v0.1.5
3812026-07-20T18:33:48.885Z Downloaded tracing-log v0.2.0
3822026-07-20T18:33:48.889Z Downloaded xattr v1.6.1
3832026-07-20T18:33:48.892Z Downloaded getrandom v0.4.3
3842026-07-20T18:33:48.895Z Downloaded futures v0.3.33
3852026-07-20T18:33:48.899Z Downloaded parking_lot v0.12.5
3862026-07-20T18:33:48.901Z Downloaded getrandom v0.3.4
3872026-07-20T18:33:48.904Z Downloaded getrandom v0.2.17
3882026-07-20T18:33:48.907Z Downloaded openssl-sys v0.9.117
3892026-07-20T18:33:48.910Z Downloaded unicase v2.9.0
3902026-07-20T18:33:48.910Z Downloaded tokio-rustls v0.26.4
3912026-07-20T18:33:48.910Z Downloaded smol_str v0.3.6
3922026-07-20T18:33:48.913Z Downloaded smallvec v1.15.2
3932026-07-20T18:33:48.913Z Downloaded tokio-stream v0.1.18
3942026-07-20T18:33:48.916Z Downloaded serde_derive v1.0.229
3952026-07-20T18:33:48.918Z Downloaded clap v4.6.3
3962026-07-20T18:33:48.922Z Downloaded log v0.4.33
3972026-07-20T18:33:48.925Z Downloaded config v0.15.25
3982026-07-20T18:33:48.931Z Downloaded proc-macro2 v1.0.107
3992026-07-20T18:33:48.933Z Downloaded serde_core v1.0.229
4002026-07-20T18:33:48.933Z Downloaded derive-where v1.6.1
4012026-07-20T18:33:48.933Z Downloaded toml_parser v1.1.2+spec-1.1.0
4022026-07-20T18:33:48.936Z Downloaded tempfile v3.27.0
4032026-07-20T18:33:48.936Z Downloaded camino-tempfile v1.4.1
4042026-07-20T18:33:48.939Z Downloaded zstd-safe v7.2.4
4052026-07-20T18:33:48.939Z Downloaded zmij v1.0.23
4062026-07-20T18:33:48.943Z Downloaded zipsign-api v0.1.5
4072026-07-20T18:33:48.943Z Downloaded toml v0.8.23
4082026-07-20T18:33:48.946Z Downloaded bitflags v2.13.1
4092026-07-20T18:33:48.948Z Downloaded miniz_oxide v0.8.9
4102026-07-20T18:33:48.953Z Downloaded ryu v1.0.23
4112026-07-20T18:33:48.955Z Downloaded sharded-slab v0.1.7
4122026-07-20T18:33:48.958Z Downloaded base64 v0.22.1
4132026-07-20T18:33:48.961Z Downloaded toml v1.1.3+spec-1.1.0
4142026-07-20T18:33:48.964Z Downloaded socket2 v0.6.5
4152026-07-20T18:33:48.964Z Downloaded xxhash-rust v0.8.17
4162026-07-20T18:33:48.967Z Downloaded signal-hook v0.3.18
4172026-07-20T18:33:48.972Z Downloaded tracing-attributes v0.1.31
4182026-07-20T18:33:48.977Z Downloaded target-spec v3.6.0
4192026-07-20T18:33:48.977Z Downloaded tinyvec v1.12.0
4202026-07-20T18:33:48.980Z Downloaded zstd v0.13.3
4212026-07-20T18:33:48.980Z Downloaded flate2 v1.1.9
4222026-07-20T18:33:48.982Z Downloaded quinn v0.11.11
4232026-07-20T18:33:48.986Z Downloaded derive_more v2.1.1
4242026-07-20T18:33:48.989Z Downloaded uuid v1.24.0
4252026-07-20T18:33:48.992Z Downloaded mio v1.2.2
4262026-07-20T18:33:48.995Z Downloaded toml_edit v0.22.27
4272026-07-20T18:33:48.998Z Downloaded tar v0.4.46
4282026-07-20T18:33:49.001Z Downloaded cc v1.3.0
4292026-07-20T18:33:49.004Z Downloaded borsh v1.8.0
4302026-07-20T18:33:49.007Z Downloaded der v0.7.10
4312026-07-20T18:33:49.009Z Downloaded ed25519-dalek v2.2.0
4322026-07-20T18:33:49.009Z Downloaded bytes v1.12.1
4332026-07-20T18:33:49.012Z Downloaded unicode-ident v1.0.24
4342026-07-20T18:33:49.015Z Downloaded textwrap v0.16.2
4352026-07-20T18:33:49.021Z Downloaded serde v1.0.229
4362026-07-20T18:33:49.030Z Downloaded rustls-webpki v0.103.13
4372026-07-20T18:33:49.034Z Downloaded typenum v1.20.1
4382026-07-20T18:33:49.037Z Downloaded derive_more-impl v2.1.1
4392026-07-20T18:33:49.040Z Downloaded vte v0.14.1
4402026-07-20T18:33:49.042Z Downloaded zeroize v1.9.0
4412026-07-20T18:33:49.042Z Downloaded rand v0.10.2
4422026-07-20T18:33:49.050Z Downloaded tower v0.5.3
4432026-07-20T18:33:49.057Z Downloaded tracing-core v0.1.36
4442026-07-20T18:33:49.060Z Downloaded hashbrown v0.15.5
4452026-07-20T18:33:49.060Z Downloaded miette v7.6.0
4462026-07-20T18:33:49.070Z Downloaded idna v1.1.0
4472026-07-20T18:33:49.073Z Downloaded hyper-util v0.1.20
4482026-07-20T18:33:49.080Z Downloaded clap_builder v4.6.2
4492026-07-20T18:33:49.090Z Downloaded h2 v0.4.15
4502026-07-20T18:33:49.097Z Downloaded memchr v2.8.3
4512026-07-20T18:33:49.097Z Downloaded http v1.4.2
4522026-07-20T18:33:49.102Z Downloaded url v2.5.8
4532026-07-20T18:33:49.105Z Downloaded hashbrown v0.17.1
4542026-07-20T18:33:49.105Z Downloaded rand v0.9.5
4552026-07-20T18:33:49.110Z Downloaded guppy v0.17.26
4562026-07-20T18:33:49.110Z Downloaded tokio-util v0.7.18
4572026-07-20T18:33:49.115Z Downloaded futures-util v0.3.33
4582026-07-20T18:33:49.139Z Downloaded chrono v0.4.45
4592026-07-20T18:33:49.142Z Downloaded ron v0.12.2
4602026-07-20T18:33:49.148Z Downloaded itertools v0.14.0
4612026-07-20T18:33:49.156Z Downloaded unicode-segmentation v1.13.3
4622026-07-20T18:33:49.161Z Downloaded tracing-subscriber v0.3.23
4632026-07-20T18:33:49.164Z Downloaded vcpkg v0.2.15
4642026-07-20T18:33:49.184Z Downloaded unicode-normalization v0.1.25
4652026-07-20T18:33:49.188Z Downloaded unicode-width v0.1.14
4662026-07-20T18:33:49.190Z Downloaded gimli v0.32.3
4672026-07-20T18:33:49.194Z Downloaded regex v1.13.1
4682026-07-20T18:33:49.197Z Downloaded bstr v1.13.0
4692026-07-20T18:33:49.202Z Downloaded unicode-width v0.2.2
4702026-07-20T18:33:49.205Z Downloaded syn v3.0.2
4712026-07-20T18:33:49.211Z Downloaded syn v2.0.119
4722026-07-20T18:33:49.217Z Downloaded reqwest v0.12.28
4732026-07-20T18:33:49.221Z Downloaded tower-http v0.6.11
4742026-07-20T18:33:49.224Z Downloaded hyper v1.11.0
4752026-07-20T18:33:49.228Z Downloaded serde_json v1.0.151
4762026-07-20T18:33:49.233Z Downloaded pulldown-cmark v0.13.4
4772026-07-20T18:33:49.236Z Downloaded tracing v0.1.44
4782026-07-20T18:33:49.245Z Downloaded color-eyre v0.6.5
4792026-07-20T18:33:49.250Z Downloaded portable-atomic v1.14.0
4802026-07-20T18:33:49.257Z Downloaded curve25519-dalek v4.1.3
4812026-07-20T18:33:49.274Z Downloaded quick-xml v0.37.5
4822026-07-20T18:33:49.280Z Downloaded winnow v1.0.4
4832026-07-20T18:33:49.285Z Downloaded winnow v0.7.15
4842026-07-20T18:33:49.290Z Downloaded quick-xml v0.38.4
4852026-07-20T18:33:49.309Z Downloaded webpki-roots v1.0.9
4862026-07-20T18:33:49.322Z Downloaded quinn-proto v0.11.16
4872026-07-20T18:33:49.325Z Downloaded openssl v0.10.81
4882026-07-20T18:33:49.340Z Downloaded nextest-runner v0.80.0
4892026-07-20T18:33:49.366Z Downloaded zerocopy v0.8.55
4902026-07-20T18:33:49.374Z Downloaded object v0.37.3
4912026-07-20T18:33:49.387Z Downloaded nix v0.30.1
4922026-07-20T18:33:49.405Z Downloaded rustix v0.38.44
4932026-07-20T18:33:49.417Z Downloaded rustls v0.23.42
4942026-07-20T18:33:49.422Z Downloaded regex-syntax v0.8.11
4952026-07-20T18:33:49.440Z Downloaded rustix v1.1.4
4962026-07-20T18:33:49.522Z Downloaded regex-automata v0.4.16
4972026-07-20T18:33:49.572Z Downloaded petgraph v0.8.3
4982026-07-20T18:33:49.584Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4992026-07-20T18:33:49.593Z Downloaded libc v0.2.186
5002026-07-20T18:33:49.612Z Downloaded tokio v1.53.1
5012026-07-20T18:33:49.669Z Downloaded recursion v0.5.4
5022026-07-20T18:33:49.675Z Downloaded ring v0.17.14
5032026-07-20T18:33:49.754Z Compiling proc-macro2 v1.0.107
5042026-07-20T18:33:49.754Z Compiling libc v0.2.186
5052026-07-20T18:33:49.758Z Compiling unicode-ident v1.0.24
5062026-07-20T18:33:49.758Z Compiling quote v1.0.47
5072026-07-20T18:33:49.758Z Compiling serde_core v1.0.229
5082026-07-20T18:33:49.758Z Compiling cfg-if v1.0.4
5092026-07-20T18:33:49.758Z Compiling memchr v2.8.3
5102026-07-20T18:33:49.865Z Compiling once_cell v1.21.4
5112026-07-20T18:33:49.946Z Compiling log v0.4.33
5122026-07-20T18:33:49.989Z Compiling pin-project-lite v0.2.17
5132026-07-20T18:33:50.079Z Compiling serde v1.0.229
5142026-07-20T18:33:50.143Z Compiling itoa v1.0.18
5152026-07-20T18:33:50.293Z Compiling futures-core v0.3.33
5162026-07-20T18:33:50.376Z Compiling smallvec v1.15.2
5172026-07-20T18:33:50.451Z Compiling bitflags v2.13.1
5182026-07-20T18:33:50.464Z Compiling equivalent v1.0.2
5192026-07-20T18:33:50.548Z Compiling shlex v2.0.1
5202026-07-20T18:33:50.637Z Compiling hashbrown v0.17.1
5212026-07-20T18:33:50.726Z Compiling errno v0.3.14
5222026-07-20T18:33:50.868Z Compiling find-msvc-tools v0.1.9
5232026-07-20T18:33:50.898Z Compiling signal-hook-registry v1.4.8
5242026-07-20T18:33:50.982Z Compiling jobserver v0.1.35
5252026-07-20T18:33:51.005Z Compiling bytes v1.12.1
5262026-07-20T18:33:51.102Z Compiling mio v1.2.2
5272026-07-20T18:33:51.139Z Compiling futures-sink v0.3.33
5282026-07-20T18:33:51.190Z Compiling syn v2.0.119
5292026-07-20T18:33:51.251Z Compiling syn v3.0.2
5302026-07-20T18:33:51.306Z Compiling cc v1.3.0
5312026-07-20T18:33:51.388Z Compiling rustix v1.1.4
5322026-07-20T18:33:51.469Z Compiling socket2 v0.6.5
5332026-07-20T18:33:51.821Z Compiling zmij v1.0.23
5342026-07-20T18:33:51.920Z Compiling slab v0.4.12
5352026-07-20T18:33:52.128Z Compiling futures-channel v0.3.33
5362026-07-20T18:33:52.184Z Compiling tracing-core v0.1.36
5372026-07-20T18:33:52.311Z Compiling indexmap v2.14.0
5382026-07-20T18:33:52.397Z Compiling version_check v0.9.5
5392026-07-20T18:33:52.490Z Compiling serde_json v1.0.151
5402026-07-20T18:33:52.670Z Compiling futures-io v0.3.33
5412026-07-20T18:33:52.759Z Compiling futures-task v0.3.33
5422026-07-20T18:33:52.862Z Compiling getrandom v0.4.3
5432026-07-20T18:33:52.983Z Compiling percent-encoding v2.3.2
5442026-07-20T18:33:53.155Z Compiling camino v1.2.4
5452026-07-20T18:33:53.168Z Compiling serde_derive v1.0.229
5462026-07-20T18:33:53.177Z Compiling unicode-width v0.2.2
5472026-07-20T18:33:53.307Z Compiling ring v0.17.14
5482026-07-20T18:33:53.424Z Compiling http v1.4.2
5492026-07-20T18:33:53.484Z Compiling simd-adler32 v0.3.10
5502026-07-20T18:33:53.539Z Compiling adler2 v2.0.1
5512026-07-20T18:33:53.700Z Compiling zeroize v1.9.0
5522026-07-20T18:33:53.849Z Compiling autocfg v1.5.1
5532026-07-20T18:33:53.909Z Compiling miniz_oxide v0.8.9
5542026-07-20T18:33:54.194Z Compiling num-traits v0.2.19
5552026-07-20T18:33:54.440Z Compiling getrandom v0.3.4
5562026-07-20T18:33:54.794Z Compiling object v0.37.3
5572026-07-20T18:33:54.807Z Compiling tokio-macros v2.7.1
5582026-07-20T18:33:54.924Z Compiling futures-macro v0.3.33
5592026-07-20T18:33:55.096Z Compiling tracing-attributes v0.1.31
5602026-07-20T18:33:55.314Z Compiling target-lexicon v0.13.5
5612026-07-20T18:33:55.328Z Compiling zerocopy v0.8.55
5622026-07-20T18:33:55.546Z Compiling tokio v1.53.1
5632026-07-20T18:33:55.751Z Compiling futures-util v0.3.33
5642026-07-20T18:33:55.761Z Compiling http-body v1.1.0
5652026-07-20T18:33:55.805Z Compiling rustls-pki-types v1.15.0
5662026-07-20T18:33:55.823Z Compiling form_urlencoded v1.2.2
5672026-07-20T18:33:55.918Z Compiling semver v1.0.28
5682026-07-20T18:33:56.087Z Compiling getrandom v0.2.17
5692026-07-20T18:33:56.279Z Compiling signal-hook v0.3.18
5702026-07-20T18:33:56.294Z Compiling tracing v0.1.44
5712026-07-20T18:33:56.321Z Compiling guppy-workspace-hack v0.1.0
5722026-07-20T18:33:56.523Z Compiling fnv v1.0.7
5732026-07-20T18:33:56.560Z Compiling untrusted v0.9.0
5742026-07-20T18:33:56.572Z Compiling owo-colors v4.3.0
5752026-07-20T18:33:56.621Z Compiling httparse v1.10.1
5762026-07-20T18:33:56.646Z Compiling utf8_iter v1.0.4
5772026-07-20T18:33:56.656Z Compiling gimli v0.32.3
5782026-07-20T18:33:56.682Z Compiling thiserror v2.0.19
5792026-07-20T18:33:56.801Z Compiling idna_adapter v1.0.0
5802026-07-20T18:33:56.902Z Compiling idna v1.1.0
5812026-07-20T18:33:57.763Z Compiling thiserror-impl v2.0.19
5822026-07-20T18:33:58.393Z Compiling generic-array v0.14.7
5832026-07-20T18:33:58.524Z Compiling addr2line v0.25.1
5842026-07-20T18:33:58.630Z Compiling target-spec v3.6.0
5852026-07-20T18:33:58.909Z Compiling typeid v1.0.3
5862026-07-20T18:33:58.933Z Compiling try-lock v0.2.5
5872026-07-20T18:33:58.949Z Compiling thiserror v1.0.69
5882026-07-20T18:33:59.046Z Compiling fastrand v2.5.0
5892026-07-20T18:33:59.200Z Compiling tower-service v0.3.3
5902026-07-20T18:33:59.260Z Compiling rustc-demangle v0.1.28
5912026-07-20T18:33:59.293Z Compiling atomic-waker v1.1.2
5922026-07-20T18:33:59.323Z Compiling rustls v0.23.42
5932026-07-20T18:33:59.369Z Compiling pkg-config v0.3.33
5942026-07-20T18:33:59.420Z Compiling tokio-util v0.7.18
5952026-07-20T18:33:59.724Z Compiling tempfile v3.27.0
5962026-07-20T18:33:59.805Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5972026-07-20T18:34:00.203Z Compiling h2 v0.4.15
5982026-07-20T18:34:00.276Z Compiling want v0.3.1
5992026-07-20T18:34:00.418Z Compiling cfg-expr v0.20.8
6002026-07-20T18:34:00.430Z Compiling url v2.5.8
6012026-07-20T18:34:00.618Z Compiling backtrace v0.3.76
6022026-07-20T18:34:01.437Z Compiling thiserror-impl v1.0.69
6032026-07-20T18:34:01.449Z Compiling terminal_size v0.4.4
6042026-07-20T18:34:01.600Z Compiling aho-corasick v1.1.4
6052026-07-20T18:34:01.993Z Compiling erased-serde v0.4.10
6062026-07-20T18:34:02.293Z Compiling regex-syntax v0.8.11
6072026-07-20T18:34:02.595Z Compiling rustls-webpki v0.103.13
6082026-07-20T18:34:02.841Z Compiling winnow v0.7.15
6092026-07-20T18:34:04.730Z Compiling subtle v2.6.1
6102026-07-20T18:34:04.920Z Compiling typenum v1.20.1
6112026-07-20T18:34:05.275Z Compiling regex-automata v0.4.16
6122026-07-20T18:34:05.347Z Compiling hyper v1.11.0
6132026-07-20T18:34:06.948Z Compiling toml_datetime v0.6.11
6142026-07-20T18:34:07.318Z Compiling serde_spanned v0.6.9
6152026-07-20T18:34:07.483Z Compiling ahash v0.8.12
6162026-07-20T18:34:07.743Z Compiling sync_wrapper v1.0.2
6172026-07-20T18:34:07.898Z Compiling is_ci v1.2.0
6182026-07-20T18:34:08.026Z Compiling crc32fast v1.5.0
6192026-07-20T18:34:08.326Z Compiling base64 v0.22.1
6202026-07-20T18:34:08.423Z Compiling ipnet v2.12.0
6212026-07-20T18:34:08.812Z Compiling parking_lot_core v0.9.12
6222026-07-20T18:34:09.043Z Compiling portable-atomic v1.14.0
6232026-07-20T18:34:09.147Z Compiling toml_write v0.1.2
6242026-07-20T18:34:09.423Z Compiling nextest-workspace-hack v0.1.0
6252026-07-20T18:34:09.500Z Compiling unicode-segmentation v1.13.3
6262026-07-20T18:34:09.664Z Compiling tower-layer v0.3.3
6272026-07-20T18:34:09.667Z Compiling unicode-linebreak v0.1.5
6282026-07-20T18:34:09.685Z Compiling either v1.16.0
6292026-07-20T18:34:09.788Z Compiling foldhash v0.1.5
6302026-07-20T18:34:09.862Z Compiling lazy_static v1.5.0
6312026-07-20T18:34:09.893Z Compiling textwrap v0.16.2
6322026-07-20T18:34:09.908Z Compiling convert_case v0.10.0
6332026-07-20T18:34:09.930Z Compiling hashbrown v0.15.5
6342026-07-20T18:34:09.961Z Compiling sharded-slab v0.1.7
6352026-07-20T18:34:10.002Z Compiling tower v0.5.3
6362026-07-20T18:34:10.212Z Compiling toml_edit v0.22.27
6372026-07-20T18:34:10.553Z Compiling hyper-util v0.1.20
6382026-07-20T18:34:10.592Z Compiling tokio-rustls v0.26.4
6392026-07-20T18:34:10.618Z Compiling supports-color v3.0.2
6402026-07-20T18:34:10.889Z Compiling backtrace-ext v0.2.1
6412026-07-20T18:34:11.164Z Compiling ordered-float v2.10.1
6422026-07-20T18:34:11.283Z Compiling webpki-roots v1.0.9
6432026-07-20T18:34:11.398Z Compiling miette-derive v7.6.0
6442026-07-20T18:34:11.413Z Compiling pathdiff v0.2.3
6452026-07-20T18:34:11.441Z Compiling console v0.15.11
6462026-07-20T18:34:11.537Z Compiling tracing-log v0.2.0
6472026-07-20T18:34:11.888Z Compiling cargo-platform v0.3.3
6482026-07-20T18:34:12.438Z Compiling os_pipe v1.2.3
6492026-07-20T18:34:12.481Z Compiling thread_local v1.1.10
6502026-07-20T18:34:12.610Z Compiling utf8parse v0.2.2
6512026-07-20T18:34:12.728Z Compiling supports-unicode v3.0.0
6522026-07-20T18:34:12.740Z Compiling cfg_aliases v0.2.2
6532026-07-20T18:34:12.814Z Compiling rustix v0.38.44
6542026-07-20T18:34:12.843Z Compiling zstd-safe v7.2.4
6552026-07-20T18:34:12.895Z Compiling winnow v1.0.4
6562026-07-20T18:34:13.094Z Compiling ryu v1.0.23
6572026-07-20T18:34:13.167Z Compiling supports-hyperlinks v3.2.0
6582026-07-20T18:34:13.172Z Compiling debug-ignore v1.0.5
6592026-07-20T18:34:13.288Z Compiling pulldown-cmark v0.13.4
6602026-07-20T18:34:13.381Z Compiling fixedbitset v0.5.7
6612026-07-20T18:34:13.521Z Compiling scopeguard v1.2.0
6622026-07-20T18:34:13.630Z Compiling unicode-width v0.1.14
6632026-07-20T18:34:13.781Z Compiling lock_api v0.4.14
6642026-07-20T18:34:13.891Z Compiling miette v7.6.0
6652026-07-20T18:34:13.931Z Compiling petgraph v0.8.3
6662026-07-20T18:34:14.027Z Compiling toml_parser v1.1.2+spec-1.1.0
6672026-07-20T18:34:14.373Z Compiling serde_urlencoded v0.7.1
6682026-07-20T18:34:14.744Z Compiling nix v0.30.1
6692026-07-20T18:34:15.137Z Compiling anstyle-parse v1.0.0
6702026-07-20T18:34:15.332Z Compiling tracing-subscriber v0.3.23
6712026-07-20T18:34:15.356Z Compiling sigchld v0.2.4
6722026-07-20T18:34:15.550Z Compiling cargo_metadata v0.23.1
6732026-07-20T18:34:15.839Z Compiling toml v0.8.23
6742026-07-20T18:34:16.607Z Compiling hyper-rustls v0.27.9
6752026-07-20T18:34:17.276Z Compiling serde-value v0.7.0
6762026-07-20T18:34:17.983Z Compiling serde-untagged v0.1.9
6772026-07-20T18:34:18.555Z Compiling tower-http v0.6.11
6782026-07-20T18:34:18.677Z Compiling derive_more-impl v2.1.1
6792026-07-20T18:34:18.742Z Compiling itertools v0.14.0
6802026-07-20T18:34:19.197Z Compiling regex v1.13.1
6812026-07-20T18:34:19.296Z Compiling block-buffer v0.10.4
6822026-07-20T18:34:19.466Z Compiling crypto-common v0.1.7
6832026-07-20T18:34:19.510Z Compiling ppv-lite86 v0.2.21
6842026-07-20T18:34:19.576Z Compiling futures-executor v0.3.33
6852026-07-20T18:34:19.583Z Compiling rand_core v0.9.5
6862026-07-20T18:34:19.823Z Compiling http-body-util v0.1.4
6872026-07-20T18:34:19.843Z Compiling pin-project-internal v1.1.13
6882026-07-20T18:34:20.101Z Compiling uuid v1.24.0
6892026-07-20T18:34:20.120Z Compiling toml_datetime v1.1.1+spec-1.1.0
6902026-07-20T18:34:20.214Z Compiling smol_str v0.3.6
6912026-07-20T18:34:20.514Z Compiling serde_spanned v1.1.1
6922026-07-20T18:34:20.553Z Compiling filetime v0.2.29
6932026-07-20T18:34:20.604Z Compiling bstr v1.13.0
6942026-07-20T18:34:20.616Z Compiling vte v0.14.1
6952026-07-20T18:34:20.655Z Compiling nested v0.1.1
6962026-07-20T18:34:20.754Z Compiling iana-time-zone v0.1.65
6972026-07-20T18:34:20.837Z Compiling unicase v2.9.0
6982026-07-20T18:34:20.847Z Compiling unicode-xid v0.2.6
6992026-07-20T18:34:20.878Z Compiling litrs v1.0.0
7002026-07-20T18:34:20.979Z Compiling anstyle-query v1.1.5
7012026-07-20T18:34:21.010Z Compiling is_terminal_polyfill v1.70.2
7022026-07-20T18:34:21.082Z Compiling color-spantrace v0.3.0
7032026-07-20T18:34:21.099Z Compiling eyre v0.6.12
7042026-07-20T18:34:21.304Z Compiling number_prefix v0.4.0
7052026-07-20T18:34:21.309Z Compiling self_update v0.42.0
7062026-07-20T18:34:21.309Z Compiling tinyvec_macros v0.1.1
7072026-07-20T18:34:21.326Z Compiling anstyle v1.0.14
7082026-07-20T18:34:21.383Z Compiling static_assertions v1.1.0
7092026-07-20T18:34:21.394Z Compiling colorchoice v1.0.5
7102026-07-20T18:34:21.407Z Compiling xattr v1.6.1
7112026-07-20T18:34:21.452Z Compiling guppy v0.17.26
7122026-07-20T18:34:21.504Z Compiling anstream v1.0.0
7132026-07-20T18:34:21.558Z Compiling tar v0.4.46
7142026-07-20T18:34:21.588Z Compiling indicatif v0.17.11
7152026-07-20T18:34:21.645Z Compiling tinyvec v1.12.0
7162026-07-20T18:34:21.713Z Compiling document-features v0.2.12
7172026-07-20T18:34:22.066Z Compiling globset v0.4.19
7182026-07-20T18:34:22.266Z Compiling cargo-util-schemas v0.2.0
7192026-07-20T18:34:23.153Z Compiling pin-project v1.1.13
7202026-07-20T18:34:23.275Z Compiling chrono v0.4.45
7212026-07-20T18:34:24.049Z Compiling strip-ansi-escapes v0.2.1
7222026-07-20T18:34:24.284Z Compiling toml v1.1.3+spec-1.1.0
7232026-07-20T18:34:24.528Z Compiling nextest-metadata v0.12.2
7242026-07-20T18:34:24.666Z Compiling newtype-uuid v1.3.2
7252026-07-20T18:34:24.680Z Compiling reqwest v0.12.28
7262026-07-20T18:34:24.854Z Compiling rand_chacha v0.9.0
7272026-07-20T18:34:25.344Z Compiling futures v0.3.33
7282026-07-20T18:34:25.404Z Compiling digest v0.10.7
7292026-07-20T18:34:25.428Z Compiling derive_more v2.1.1
7302026-07-20T18:34:25.511Z Compiling parking_lot v0.12.5
7312026-07-20T18:34:25.630Z Compiling flate2 v1.1.9
7322026-07-20T18:34:26.180Z Compiling tracing-error v0.2.1
7332026-07-20T18:34:26.413Z Compiling shared_child v1.1.1
7342026-07-20T18:34:26.751Z Compiling signal-hook-mio v0.2.5
7352026-07-20T18:34:26.887Z Compiling self-replace v1.5.0
7362026-07-20T18:34:26.953Z Compiling cargo-platform v0.2.0
7372026-07-20T18:34:27.172Z Compiling quick-xml v0.37.5
7382026-07-20T18:34:27.457Z Compiling quick-xml v0.38.4
7392026-07-20T18:34:27.506Z Compiling strsim v0.11.1
7402026-07-20T18:34:27.756Z Compiling heck v0.5.0
7412026-07-20T18:34:27.957Z Compiling urlencoding v2.1.3
7422026-07-20T18:34:28.199Z Compiling cpufeatures v0.2.17
7432026-07-20T18:34:28.324Z Compiling indenter v0.3.4
7442026-07-20T18:34:28.452Z Compiling shell-words v1.1.1
7452026-07-20T18:34:28.489Z Compiling clap_lex v1.1.0
7462026-07-20T18:34:28.683Z Compiling humantime v2.4.0
7472026-07-20T18:34:28.741Z Compiling recursion v0.5.4
7482026-07-20T18:34:28.923Z Compiling nextest-filtering v0.15.0
7492026-07-20T18:34:29.047Z Compiling clap_builder v4.6.2
7502026-07-20T18:34:29.130Z Compiling humantime-serde v1.1.1
7512026-07-20T18:34:29.170Z Compiling clap_derive v4.6.3
7522026-07-20T18:34:29.692Z Compiling sha2 v0.10.9
7532026-07-20T18:34:30.881Z Compiling quick-junit v0.5.2
7542026-07-20T18:34:30.901Z Compiling cargo_metadata v0.20.0
7552026-07-20T18:34:32.796Z Compiling atomicwrites v0.4.4
7562026-07-20T18:34:33.077Z Compiling cargo-nextest v0.9.97
7572026-07-20T18:34:33.408Z Compiling crossterm v0.29.0
7582026-07-20T18:34:34.044Z Compiling duct v0.13.7
7592026-07-20T18:34:35.362Z Compiling zstd v0.13.3
7602026-07-20T18:34:35.800Z Compiling async-scoped v0.9.0
7612026-07-20T18:34:35.994Z Compiling rand v0.9.5
7622026-07-20T18:34:36.009Z Compiling config v0.15.25
7632026-07-20T18:34:36.014Z Compiling unicode-normalization v0.1.25
7642026-07-20T18:34:36.091Z Compiling target-spec-miette v0.4.8
7652026-07-20T18:34:36.130Z Compiling future-queue v0.4.0
7662026-07-20T18:34:36.413Z Compiling mukti-metadata v0.3.0
7672026-07-20T18:34:36.522Z Compiling camino-tempfile v1.4.1
7682026-07-20T18:34:36.567Z Compiling tokio-stream v0.1.18
7692026-07-20T18:34:36.629Z Compiling derive-where v1.6.1
7702026-07-20T18:34:36.734Z Compiling serde_ignored v0.1.14
7712026-07-20T18:34:36.887Z Compiling serde_path_to_error v0.1.20
7722026-07-20T18:34:36.947Z Compiling xxhash-rust v0.8.17
7732026-07-20T18:34:36.958Z Compiling hex v0.4.3
7742026-07-20T18:34:37.095Z Compiling home v0.5.12
7752026-07-20T18:34:37.124Z Compiling swrite v0.1.0
7762026-07-20T18:34:37.228Z Compiling indent_write v2.2.0
7772026-07-20T18:34:37.257Z Compiling color-eyre v0.6.5
7782026-07-20T18:34:37.348Z Compiling clap v4.6.3
7792026-07-20T18:34:37.361Z Compiling dialoguer v0.11.0
7802026-07-20T18:34:37.372Z Compiling enable-ansi-support v0.2.1
7812026-07-20T18:34:37.861Z Compiling nextest-runner v0.80.0
7822026-07-20T18:34:55.900Z Finished `release` profile [optimized] target(s) in 1m 09s
7832026-07-20T18:34:56.078Z Installing /home/build/.cargo/bin/cargo-nextest
7842026-07-20T18:34:56.081Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7852026-07-20T18:34:56.195Z+ pushd bgp
7862026-07-20T18:34:56.198Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7872026-07-20T18:34:56.198Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7882026-07-20T18:34:56.349Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-07-20T18:34:56.933ZFrom https://github.com/oxidecomputer/falcon
7902026-07-20T18:34:56.933Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7912026-07-20T18:34:57.010Z Updating crates.io index
7922026-07-20T18:34:57.014Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7932026-07-20T18:34:57.433ZFrom https://github.com/oxidecomputer/dendrite
7942026-07-20T18:34:57.433Z * [new ref] 5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf -> refs/commit/5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf
7952026-07-20T18:34:57.468Z Updating git repository `https://github.com/oxidecomputer/ispf`
7962026-07-20T18:34:57.739ZFrom https://github.com/oxidecomputer/ispf
7972026-07-20T18:34:57.739Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7982026-07-20T18:34:57.744Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7992026-07-20T18:34:58.080ZFrom https://github.com/oxidecomputer/netadm-sys
8002026-07-20T18:34:58.080Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8012026-07-20T18:34:58.087Z Updating git repository `https://github.com/oxidecomputer/omicron`
8022026-07-20T18:35:04.143ZFrom https://github.com/oxidecomputer/omicron
8032026-07-20T18:35:04.143Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8042026-07-20T18:35:04.571Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-07-20T18:35:05.273ZFrom https://github.com/oxidecomputer/opte
8062026-07-20T18:35:05.273Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8072026-07-20T18:35:05.307Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8082026-07-20T18:35:05.632ZFrom https://github.com/oxidecomputer/slog-error-chain
8092026-07-20T18:35:05.632Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8102026-07-20T18:35:05.642Z Updating git repository `https://github.com/illumos/smf-rs`
8112026-07-20T18:35:05.899ZFrom https://github.com/illumos/smf-rs
8122026-07-20T18:35:05.899Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8132026-07-20T18:35:05.908Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8142026-07-20T18:35:06.184ZFrom https://github.com/oxidecomputer/network-interface
8152026-07-20T18:35:06.184Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8162026-07-20T18:35:06.190Z Updating git repository `https://github.com/oxidecomputer/zone`
8172026-07-20T18:35:06.460ZFrom https://github.com/oxidecomputer/zone
8182026-07-20T18:35:06.460Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8192026-07-20T18:35:06.467Z Updating git repository `https://github.com/oxidecomputer/propolis`
8202026-07-20T18:35:07.133ZFrom https://github.com/oxidecomputer/propolis
8212026-07-20T18:35:07.133Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8222026-07-20T18:35:07.178Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8232026-07-20T18:35:07.718ZFrom https://github.com/oxidecomputer/transceiver-control
8242026-07-20T18:35:07.718Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8252026-07-20T18:35:07.729Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8262026-07-20T18:35:07.989ZFrom https://github.com/oxidecomputer/dlpi-sys
8272026-07-20T18:35:07.989Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8282026-07-20T18:35:07.997Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8292026-07-20T18:35:08.346ZFrom https://github.com/jmesmon/rust-libzfs
8302026-07-20T18:35:08.346Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8312026-07-20T18:35:08.351Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8322026-07-20T18:35:08.566ZFrom https://github.com/oxidecomputer/rusty-doors
8332026-07-20T18:35:08.567Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8342026-07-20T18:35:08.573Z Updating git repository `https://github.com/oxidecomputer/lldp`
8352026-07-20T18:35:08.881ZFrom https://github.com/oxidecomputer/lldp
8362026-07-20T18:35:08.881Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8372026-07-20T18:35:08.893Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8382026-07-20T18:35:09.244ZFrom https://github.com/oxidecomputer/tufaceous
8392026-07-20T18:35:09.244Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8402026-07-20T18:35:09.265Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8412026-07-20T18:35:09.739ZFrom https://github.com/oxidecomputer/management-gateway-service
8422026-07-20T18:35:09.739Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8432026-07-20T18:35:09.754Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-07-20T18:35:10.569ZFrom https://github.com/oxidecomputer/crucible
8452026-07-20T18:35:10.569Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8462026-07-20T18:35:10.614Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-07-20T18:35:10.885ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-07-20T18:35:10.885Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-07-20T18:35:10.900Z Updating git repository `https://github.com/oxidecomputer/propolis`
8502026-07-20T18:35:11.321ZFrom https://github.com/oxidecomputer/propolis
8512026-07-20T18:35:11.321Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8522026-07-20T18:35:11.371Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-07-20T18:35:11.891ZFrom https://github.com/oxidecomputer/crucible
8542026-07-20T18:35:11.891Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8552026-07-20T18:35:11.976Z Updating git repository `https://github.com/oxidecomputer/tofino`
8562026-07-20T18:35:12.327ZFrom https://github.com/oxidecomputer/tofino
8572026-07-20T18:35:12.327Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8582026-07-20T18:35:12.337Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8592026-07-20T18:35:13.331ZFrom https://github.com/oxidecomputer/maghemite
8602026-07-20T18:35:13.332Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8612026-07-20T18:35:13.364Z Updating git repository `https://github.com/oxidecomputer/clickward`
8622026-07-20T18:35:13.620ZFrom https://github.com/oxidecomputer/clickward
8632026-07-20T18:35:13.620Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8642026-07-20T18:35:13.628Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8652026-07-20T18:35:13.895ZFrom https://github.com/oxidecomputer/illumos-devinfo
8662026-07-20T18:35:13.895Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8672026-07-20T18:35:14.780Z Downloading crates ...
8682026-07-20T18:35:14.865Z Downloaded arrayref v0.3.9
8692026-07-20T18:35:14.869Z Downloaded async-stream-impl v0.3.6
8702026-07-20T18:35:14.873Z Downloaded ciborium v0.2.2
8712026-07-20T18:35:14.879Z Downloaded aead v0.5.2
8722026-07-20T18:35:14.883Z Downloaded darling_core v0.23.0
8732026-07-20T18:35:14.886Z Downloaded bitflags v1.3.2
8742026-07-20T18:35:14.890Z Downloaded futures-sink v0.3.32
8752026-07-20T18:35:14.893Z Downloaded fxhash v0.2.1
8762026-07-20T18:35:14.893Z Downloaded chacha20poly1305 v0.10.1
8772026-07-20T18:35:14.895Z Downloaded chacha20 v0.10.0
8782026-07-20T18:35:14.895Z Downloaded fastrand v2.4.1
8792026-07-20T18:35:14.898Z Downloaded bytecount v0.6.9
8802026-07-20T18:35:14.898Z Downloaded foreign-types v0.5.0
8812026-07-20T18:35:14.901Z Downloaded dyn-clone v1.0.20
8822026-07-20T18:35:14.901Z Downloaded cipher v0.4.4
8832026-07-20T18:35:14.901Z Downloaded block-buffer v0.12.0
8842026-07-20T18:35:14.904Z Downloaded anyhow v1.0.104
8852026-07-20T18:35:14.907Z Downloaded elliptic-curve v0.13.8
8862026-07-20T18:35:14.907Z Downloaded dtrace-parser v0.2.0
8872026-07-20T18:35:14.910Z Downloaded embedded-io v0.6.1
8882026-07-20T18:35:14.910Z Downloaded fixedbitset v0.4.2
8892026-07-20T18:35:14.910Z Downloaded bcs v0.1.6
8902026-07-20T18:35:14.913Z Downloaded embedded-io v0.4.0
8912026-07-20T18:35:14.916Z Downloaded libsw v3.5.0
8922026-07-20T18:35:14.919Z Downloaded indicatif v0.18.4
8932026-07-20T18:35:14.922Z Downloaded git-stub v1.0.0
8942026-07-20T18:35:14.922Z Downloaded futures-task v0.3.32
8952026-07-20T18:35:14.922Z Downloaded humantime v2.3.0
8962026-07-20T18:35:14.925Z Downloaded futures-core v0.3.32
8972026-07-20T18:35:14.925Z Downloaded ff v0.13.1
8982026-07-20T18:35:14.928Z Downloaded expectorate v1.2.0
8992026-07-20T18:35:14.928Z Downloaded foldhash v0.2.0
9002026-07-20T18:35:14.933Z Downloaded foreign-types-macros v0.2.3
9012026-07-20T18:35:14.935Z Downloaded float-ord v0.3.2
9022026-07-20T18:35:14.941Z Downloaded enum-as-inner v0.6.1
9032026-07-20T18:35:14.943Z Downloaded cobs v0.3.0
9042026-07-20T18:35:14.943Z Downloaded ciborium-ll v0.2.2
9052026-07-20T18:35:14.946Z Downloaded byte-wrapper v0.1.0
9062026-07-20T18:35:14.949Z Downloaded foreign-types-shared v0.3.1
9072026-07-20T18:35:14.949Z Downloaded futures-macro v0.3.32
9082026-07-20T18:35:14.952Z Downloaded heck v0.4.1
9092026-07-20T18:35:14.952Z Downloaded base16ct v0.2.0
9102026-07-20T18:35:14.955Z Downloaded base16ct v1.0.0
9112026-07-20T18:35:14.955Z Downloaded futures-io v0.3.32
9122026-07-20T18:35:14.955Z Downloaded cargo_toml v0.22.3
9132026-07-20T18:35:14.958Z Downloaded byteorder v1.5.0
9142026-07-20T18:35:14.958Z Downloaded backon v1.6.0
9152026-07-20T18:35:14.962Z Downloaded async-trait v0.1.89
9162026-07-20T18:35:14.964Z Downloaded glob v0.3.3
9172026-07-20T18:35:14.964Z Downloaded git-stub-vcs v0.1.0
9182026-07-20T18:35:14.964Z Downloaded hubpack_derive v0.1.1
9192026-07-20T18:35:14.968Z Downloaded bit-set v0.8.0
9202026-07-20T18:35:14.971Z Downloaded keccak v0.1.6
9212026-07-20T18:35:14.971Z Downloaded hash32 v0.3.1
9222026-07-20T18:35:14.976Z Downloaded defmt v0.3.100
9232026-07-20T18:35:14.976Z Downloaded compression-core v0.4.32
9242026-07-20T18:35:14.976Z Downloaded async-stream v0.3.6
9252026-07-20T18:35:14.980Z Downloaded const-random-macro v0.1.16
9262026-07-20T18:35:14.980Z Downloaded ciborium-io v0.2.2
9272026-07-20T18:35:14.980Z Downloaded gethostname v0.5.0
9282026-07-20T18:35:14.980Z Downloaded internet-checksum v0.2.1
9292026-07-20T18:35:14.980Z Downloaded dunce v1.0.5
9302026-07-20T18:35:14.983Z Downloaded idna_adapter v1.2.2
9312026-07-20T18:35:14.983Z Downloaded dropshot-api-manager-types v0.7.2
9322026-07-20T18:35:14.986Z Downloaded newtype_derive v0.1.6
9332026-07-20T18:35:14.989Z Downloaded group v0.13.0
9342026-07-20T18:35:14.989Z Downloaded highway v1.3.0
9352026-07-20T18:35:14.994Z Downloaded dof v0.3.0
9362026-07-20T18:35:14.994Z Downloaded fs_extra v1.3.0
9372026-07-20T18:35:14.994Z Downloaded futures-executor v0.3.32
9382026-07-20T18:35:14.998Z Downloaded crunchy v0.2.4
9392026-07-20T18:35:14.998Z Downloaded const-random v0.1.18
9402026-07-20T18:35:14.998Z Downloaded konst_macro_rules v0.2.19
9412026-07-20T18:35:15.002Z Downloaded chacha20 v0.9.1
9422026-07-20T18:35:15.002Z Downloaded macaddr v1.0.1
9432026-07-20T18:35:15.003Z Downloaded lru-cache v0.1.2
9442026-07-20T18:35:15.003Z Downloaded linked-hash-map v0.5.6
9452026-07-20T18:35:15.003Z Downloaded hostname v0.3.1
9462026-07-20T18:35:15.006Z Downloaded instant v0.1.13
9472026-07-20T18:35:15.006Z Downloaded async-recursion v1.1.1
9482026-07-20T18:35:15.006Z Downloaded libscf-sys v1.2.0
9492026-07-20T18:35:15.010Z Downloaded inout v0.1.4
9502026-07-20T18:35:15.013Z Downloaded mime v0.3.17
9512026-07-20T18:35:15.013Z Downloaded is-terminal v0.4.17
9522026-07-20T18:35:15.013Z Downloaded httpdate v1.0.3
9532026-07-20T18:35:15.013Z Downloaded cstr-argument v0.1.2
9542026-07-20T18:35:15.016Z Downloaded crc8 v0.1.1
9552026-07-20T18:35:15.016Z Downloaded darling_macro v0.23.0
9562026-07-20T18:35:15.018Z Downloaded hubpack v0.1.2
9572026-07-20T18:35:15.021Z Downloaded defmt-parser v1.0.0
9582026-07-20T18:35:15.021Z Downloaded hostname v0.4.2
9592026-07-20T18:35:15.024Z Downloaded dtrace-parser v0.3.0
9602026-07-20T18:35:15.024Z Downloaded dof v0.4.0
9612026-07-20T18:35:15.028Z Downloaded darling_macro v0.21.3
9622026-07-20T18:35:15.028Z Downloaded cfg_aliases v0.2.1
9632026-07-20T18:35:15.032Z Downloaded natord v1.0.9
9642026-07-20T18:35:15.032Z Downloaded ident_case v1.0.1
9652026-07-20T18:35:15.032Z Downloaded crypto-common v0.2.2
9662026-07-20T18:35:15.035Z Downloaded num v0.4.3
9672026-07-20T18:35:15.035Z Downloaded crucible-workspace-hack v0.1.0
9682026-07-20T18:35:15.035Z Downloaded convert_case v0.4.0
9692026-07-20T18:35:15.040Z Downloaded jobserver v0.1.34
9702026-07-20T18:35:15.042Z Downloaded newtype-uuid-macros v0.1.0
9712026-07-20T18:35:15.043Z Downloaded ingot v0.1.1
9722026-07-20T18:35:15.047Z Downloaded globset v0.4.18
9732026-07-20T18:35:15.047Z Downloaded fs-err v3.3.0
9742026-07-20T18:35:15.047Z Downloaded newline-converter v0.3.0
9752026-07-20T18:35:15.054Z Downloaded managed v0.8.0
9762026-07-20T18:35:15.054Z Downloaded num-derive v0.4.2
9772026-07-20T18:35:15.054Z Downloaded num-conv v0.2.2
9782026-07-20T18:35:15.057Z Downloaded memmap v0.7.0
9792026-07-20T18:35:15.057Z Downloaded memoffset v0.9.1
9802026-07-20T18:35:15.059Z Downloaded daft-derive v0.1.7
9812026-07-20T18:35:15.065Z Downloaded omicron-workspace-hack v0.1.0
9822026-07-20T18:35:15.069Z Downloaded erased-serde v0.3.31
9832026-07-20T18:35:15.069Z Downloaded olpc-cjson v0.1.4
9842026-07-20T18:35:15.072Z Downloaded num_threads v0.1.7
9852026-07-20T18:35:15.075Z Downloaded arrayvec v0.7.6
9862026-07-20T18:35:15.078Z Downloaded opaque-debug v0.3.1
9872026-07-20T18:35:15.080Z Downloaded derive-ex v0.1.8
9882026-07-20T18:35:15.083Z Downloaded defmt-macros v1.1.0
9892026-07-20T18:35:15.083Z Downloaded http-body v1.0.1
9902026-07-20T18:35:15.086Z Downloaded displaydoc v0.2.6
9912026-07-20T18:35:15.086Z Downloaded linear-map v1.2.0
9922026-07-20T18:35:15.086Z Downloaded libsw-core v0.3.2
9932026-07-20T18:35:15.091Z Downloaded ingot-types v0.1.2
9942026-07-20T18:35:15.091Z Downloaded compression-codecs v0.4.38
9952026-07-20T18:35:15.095Z Downloaded ipnetwork v0.21.1
9962026-07-20T18:35:15.095Z Downloaded cancel-safe-futures v0.1.5
9972026-07-20T18:35:15.095Z Downloaded critical-section v1.2.0
9982026-07-20T18:35:15.099Z Downloaded no-std-compat v0.4.1
9992026-07-20T18:35:15.101Z Downloaded pretty-hex v0.4.2
10002026-07-20T18:35:15.101Z Downloaded proc-macro-crate v3.5.0
10012026-07-20T18:35:15.105Z Downloaded phf_shared v0.12.1
10022026-07-20T18:35:15.105Z Downloaded plain v0.2.3
10032026-07-20T18:35:15.108Z Downloaded deranged v0.5.8
10042026-07-20T18:35:15.108Z Downloaded futures-channel v0.3.32
10052026-07-20T18:35:15.111Z Downloaded num-complex v0.4.6
10062026-07-20T18:35:15.114Z Downloaded multer v3.1.0
10072026-07-20T18:35:15.116Z Downloaded proc-macro-error-attr2 v2.0.0
10082026-07-20T18:35:15.116Z Downloaded num_enum v0.7.6
10092026-07-20T18:35:15.121Z Downloaded digest v0.11.3
10102026-07-20T18:35:15.124Z Downloaded progenitor-client v0.10.0
10112026-07-20T18:35:15.124Z Downloaded num-iter v0.1.45
10122026-07-20T18:35:15.124Z Downloaded progenitor-client v0.14.0
10132026-07-20T18:35:15.124Z Downloaded half v2.7.1
10142026-07-20T18:35:15.127Z Downloaded csv-core v0.1.13
10152026-07-20T18:35:15.127Z Downloaded constant_time_eq v0.4.2
10162026-07-20T18:35:15.130Z Downloaded hybrid-array v0.4.12
10172026-07-20T18:35:15.130Z Downloaded num_enum v0.5.11
10182026-07-20T18:35:15.133Z Downloaded backoff v0.4.0
10192026-07-20T18:35:15.135Z Downloaded const_format_proc_macros v0.2.34
10202026-07-20T18:35:15.136Z Downloaded data-encoding v2.11.0
10212026-07-20T18:35:15.138Z Downloaded num_enum_derive v0.5.11
10222026-07-20T18:35:15.138Z Downloaded progenitor-macro v0.13.0
10232026-07-20T18:35:15.141Z Downloaded progenitor-macro v0.10.0
10242026-07-20T18:35:15.141Z Downloaded num-integer v0.1.46
10252026-07-20T18:35:15.141Z Downloaded rand_xorshift v0.4.0
10262026-07-20T18:35:15.144Z Downloaded powerfmt v0.2.0
10272026-07-20T18:35:15.144Z Downloaded match_cfg v0.1.0
10282026-07-20T18:35:15.144Z Downloaded daft v0.1.7
10292026-07-20T18:35:15.147Z Downloaded num_enum_derive v0.7.6
10302026-07-20T18:35:15.147Z Downloaded proc-macro-crate v1.3.1
10312026-07-20T18:35:15.147Z Downloaded proc-macro-error-attr v1.0.4
10322026-07-20T18:35:15.150Z Downloaded quick-error v1.2.3
10332026-07-20T18:35:15.150Z Downloaded pem v3.0.6
10342026-07-20T18:35:15.153Z Downloaded paste v1.0.15
10352026-07-20T18:35:15.153Z Downloaded blake2 v0.10.6
10362026-07-20T18:35:15.156Z Downloaded rand_chacha v0.3.1
10372026-07-20T18:35:15.156Z Downloaded clap_derive v4.6.1
10382026-07-20T18:35:15.159Z Downloaded bit-vec v0.8.0
10392026-07-20T18:35:15.159Z Downloaded argon2 v0.5.3
10402026-07-20T18:35:15.159Z Downloaded ref-cast-impl v1.0.25
10412026-07-20T18:35:15.162Z Downloaded ref-cast v1.0.25
10422026-07-20T18:35:15.162Z Downloaded crossbeam-utils v0.8.21
10432026-07-20T18:35:15.165Z Downloaded password-hash v0.5.0
10442026-07-20T18:35:15.165Z Downloaded parse-display-derive v0.10.0
10452026-07-20T18:35:15.167Z Downloaded oxide-tokio-rt v0.1.6
10462026-07-20T18:35:15.167Z Downloaded litemap v0.8.2
10472026-07-20T18:35:15.170Z Downloaded progenitor-macro v0.14.0
10482026-07-20T18:35:15.179Z Downloaded memmap2 v0.9.10
10492026-07-20T18:35:15.183Z Downloaded port-file v0.1.0
10502026-07-20T18:35:15.187Z Downloaded rustc_version v0.1.7
10512026-07-20T18:35:15.189Z Downloaded rustc-hash v2.1.2
10522026-07-20T18:35:15.189Z Downloaded parse-display v0.10.0
10532026-07-20T18:35:15.194Z Downloaded num-rational v0.4.2
10542026-07-20T18:35:15.197Z Downloaded parking_lot_core v0.8.6
10552026-07-20T18:35:15.197Z Downloaded oxnet v0.1.6
10562026-07-20T18:35:15.199Z Downloaded potential_utf v0.1.5
10572026-07-20T18:35:15.199Z Downloaded phf v0.12.1
10582026-07-20T18:35:15.202Z Downloaded progenitor v0.14.0
10592026-07-20T18:35:15.202Z Downloaded progenitor-extras v0.2.0
10602026-07-20T18:35:15.202Z Downloaded icu_provider v2.2.0
10612026-07-20T18:35:15.205Z Downloaded progenitor v0.13.0
10622026-07-20T18:35:15.208Z Downloaded progenitor v0.10.0
10632026-07-20T18:35:15.208Z Downloaded poly1305 v0.8.0
10642026-07-20T18:35:15.208Z Downloaded hmac v0.12.1
10652026-07-20T18:35:15.211Z Downloaded getrandom v0.4.2
10662026-07-20T18:35:15.214Z Downloaded same-file v1.0.6
10672026-07-20T18:35:15.217Z Downloaded crossbeam-epoch v0.9.18
10682026-07-20T18:35:15.217Z Downloaded secrecy v0.10.3
10692026-07-20T18:35:15.221Z Downloaded futures v0.3.32
10702026-07-20T18:35:15.224Z Downloaded scroll_derive v0.12.1
10712026-07-20T18:35:15.224Z Downloaded bs58 v0.5.1
10722026-07-20T18:35:15.224Z Downloaded darling v0.21.3
10732026-07-20T18:35:15.227Z Downloaded resolv-conf v0.7.6
10742026-07-20T18:35:15.227Z Downloaded pest_generator v2.8.6
10752026-07-20T18:35:15.230Z Downloaded defmt v1.1.0
10762026-07-20T18:35:15.233Z Downloaded diff v0.1.13
10772026-07-20T18:35:15.233Z Downloaded colored v3.1.1
10782026-07-20T18:35:15.236Z Downloaded serde_repr v0.1.21
10792026-07-20T18:35:15.239Z Downloaded sha1 v0.10.6
10802026-07-20T18:35:15.239Z Downloaded serial_test_derive v3.5.0
10812026-07-20T18:35:15.239Z Downloaded proc-macro-error2 v2.0.1
10822026-07-20T18:35:15.242Z Downloaded log v0.4.32
10832026-07-20T18:35:15.242Z Downloaded proc-macro-error v1.0.4
10842026-07-20T18:35:15.245Z Downloaded ingot-macros v0.1.1
10852026-07-20T18:35:15.246Z Downloaded console v0.16.3
10862026-07-20T18:35:15.248Z Downloaded cmake v0.1.58
10872026-07-20T18:35:15.248Z Downloaded cookie v0.18.1
10882026-07-20T18:35:15.252Z Downloaded indexmap v1.9.3
10892026-07-20T18:35:15.252Z Downloaded icu_properties v2.2.0
10902026-07-20T18:35:15.255Z Downloaded drift v0.2.0
10912026-07-20T18:35:15.259Z Downloaded sigpipe v0.1.3
10922026-07-20T18:35:15.261Z Downloaded siphasher v1.0.3
10932026-07-20T18:35:15.261Z Downloaded sha1 v0.11.0
10942026-07-20T18:35:15.264Z Downloaded serde-big-array v0.5.1
10952026-07-20T18:35:15.264Z Downloaded semver v0.1.20
10962026-07-20T18:35:15.264Z Downloaded bitflags v2.12.1
10972026-07-20T18:35:15.267Z Downloaded quote v1.0.45
10982026-07-20T18:35:15.270Z Downloaded rustls-native-certs v0.8.4
10992026-07-20T18:35:15.270Z Downloaded progenitor-client v0.13.0
11002026-07-20T18:35:15.270Z Downloaded crossbeam-deque v0.8.6
11012026-07-20T18:35:15.275Z Downloaded smawk v0.3.2
11022026-07-20T18:35:15.277Z Downloaded structmeta-derive v0.3.0
11032026-07-20T18:35:15.281Z Downloaded icu_normalizer v2.2.0
11042026-07-20T18:35:15.281Z Downloaded heapless v0.8.0
11052026-07-20T18:35:15.285Z Downloaded spin v0.5.2
11062026-07-20T18:35:15.285Z Downloaded serial_test v3.5.0
11072026-07-20T18:35:15.288Z Downloaded parking_lot v0.11.2
11082026-07-20T18:35:15.291Z Downloaded scroll_derive v0.13.1
11092026-07-20T18:35:15.291Z Downloaded scroll v0.13.0
11102026-07-20T18:35:15.293Z Downloaded scroll v0.12.0
11112026-07-20T18:35:15.293Z Downloaded strum v0.27.2
11122026-07-20T18:35:15.294Z Downloaded structmeta v0.3.0
11132026-07-20T18:35:15.296Z Downloaded schemars_derive v0.8.22
11142026-07-20T18:35:15.299Z Downloaded pest_derive v2.8.6
11152026-07-20T18:35:15.299Z Downloaded slog-envlogger v2.2.0
11162026-07-20T18:35:15.303Z Downloaded stable_deref_trait v1.2.1
11172026-07-20T18:35:15.305Z Downloaded serde_plain v1.0.2
11182026-07-20T18:35:15.305Z Downloaded strum v0.26.3
11192026-07-20T18:35:15.308Z Downloaded serde_tokenstream v0.2.3
11202026-07-20T18:35:15.308Z Downloaded serde_derive_internals v0.29.1
11212026-07-20T18:35:15.311Z Downloaded termtree v0.5.1
11222026-07-20T18:35:15.314Z Downloaded rustls-pemfile v2.2.0
11232026-07-20T18:35:15.318Z Downloaded const-oid v0.10.2
11242026-07-20T18:35:15.321Z Downloaded darling v0.23.0
11252026-07-20T18:35:15.323Z Downloaded dropshot_endpoint v0.17.1
11262026-07-20T18:35:15.324Z Downloaded allocator-api2 v0.2.21
11272026-07-20T18:35:15.326Z Downloaded postcard v1.1.3
11282026-07-20T18:35:15.329Z Downloaded icu_normalizer_data v2.2.0
11292026-07-20T18:35:15.332Z Downloaded slog-dtrace v0.3.0
11302026-07-20T18:35:15.334Z Downloaded slog-bunyan v2.5.0
11312026-07-20T18:35:15.334Z Downloaded slog-async v2.8.0
11322026-07-20T18:35:15.337Z Downloaded tabled_derive v0.11.0
11332026-07-20T18:35:15.337Z Downloaded thread-id v5.1.0
11342026-07-20T18:35:15.337Z Downloaded thiserror-impl-no-std v2.0.2
11352026-07-20T18:35:15.340Z Downloaded rustversion v1.0.22
11362026-07-20T18:35:15.342Z Downloaded derive_more v0.99.20
11372026-07-20T18:35:15.345Z Downloaded const_format v0.2.36
11382026-07-20T18:35:15.348Z Downloaded slog-stdlog v4.1.1
11392026-07-20T18:35:15.351Z Downloaded konst v0.2.20
11402026-07-20T18:35:15.355Z Downloaded smartstring v1.0.1
11412026-07-20T18:35:15.355Z Downloaded take_mut v0.2.2
11422026-07-20T18:35:15.355Z Downloaded tagptr v0.2.0
11432026-07-20T18:35:15.355Z Downloaded tokio-macros v2.7.0
11442026-07-20T18:35:15.358Z Downloaded tabwriter v1.4.1
11452026-07-20T18:35:15.358Z Downloaded snafu-derive v0.8.9
11462026-07-20T18:35:15.358Z Downloaded icu_collections v2.2.0
11472026-07-20T18:35:15.360Z Downloaded thread-id v4.2.2
11482026-07-20T18:35:15.363Z Downloaded arc-swap v1.9.1
11492026-07-20T18:35:15.366Z Downloaded quinn-udp v0.5.14
11502026-07-20T18:35:15.366Z Downloaded topological-sort v0.2.2
11512026-07-20T18:35:15.366Z Downloaded hickory-resolver v0.25.2
11522026-07-20T18:35:15.369Z Downloaded hickory-resolver v0.24.4
11532026-07-20T18:35:15.371Z Downloaded hashbrown v0.12.3
11542026-07-20T18:35:15.374Z Downloaded pest_meta v2.8.6
11552026-07-20T18:35:15.377Z Downloaded openssl-sys v0.9.116
11562026-07-20T18:35:15.380Z Downloaded smf v0.2.3
11572026-07-20T18:35:15.380Z Downloaded darling_core v0.21.3
11582026-07-20T18:35:15.385Z Downloaded slog-scope v4.4.1
11592026-07-20T18:35:15.385Z Downloaded slog-json v2.6.1
11602026-07-20T18:35:15.388Z Downloaded papergrid v0.11.0
11612026-07-20T18:35:15.388Z Downloaded omicron-zone-package v0.12.3
11622026-07-20T18:35:15.392Z Downloaded typify-macro v0.6.2
11632026-07-20T18:35:15.392Z Downloaded testing_table v0.3.0
11642026-07-20T18:35:15.392Z Downloaded usdt-attr-macro v0.6.0
11652026-07-20T18:35:15.392Z Downloaded usdt-attr-macro v0.5.0
11662026-07-20T18:35:15.395Z Downloaded typify-macro v0.4.3
11672026-07-20T18:35:15.395Z Downloaded rhai_codegen v3.2.0
11682026-07-20T18:35:15.398Z Downloaded slog-term v2.9.2
11692026-07-20T18:35:15.398Z Downloaded jiff-static v0.2.28
11702026-07-20T18:35:15.404Z Downloaded unit-prefix v0.5.2
11712026-07-20T18:35:15.407Z Downloaded untrusted v0.7.1
11722026-07-20T18:35:15.407Z Downloaded universal-hash v0.5.1
11732026-07-20T18:35:15.407Z Downloaded pretty_assertions v1.4.1
11742026-07-20T18:35:15.410Z Downloaded strum_macros v0.26.4
11752026-07-20T18:35:15.410Z Downloaded serde_with_macros v3.21.0
11762026-07-20T18:35:15.413Z Downloaded rustls-pki-types v1.14.1
11772026-07-20T18:35:15.413Z Downloaded usdt v0.5.0
11782026-07-20T18:35:15.415Z Downloaded bytes v1.11.1
11792026-07-20T18:35:15.415Z Downloaded utf-8 v0.7.6
11802026-07-20T18:35:15.418Z Downloaded usdt-macro v0.5.0
11812026-07-20T18:35:15.418Z Downloaded usdt v0.6.0
11822026-07-20T18:35:15.419Z Downloaded clap v4.6.2
11832026-07-20T18:35:15.423Z Downloaded waitgroup v0.1.2
11842026-07-20T18:35:15.425Z Downloaded thread_local v1.1.9
11852026-07-20T18:35:15.425Z Downloaded unarray v0.1.4
11862026-07-20T18:35:15.425Z Downloaded thiserror-no-std v2.0.2
11872026-07-20T18:35:15.428Z Downloaded synstructure v0.13.2
11882026-07-20T18:35:15.428Z Downloaded cc v1.2.63
11892026-07-20T18:35:15.431Z Downloaded usdt-macro v0.6.0
11902026-07-20T18:35:15.431Z Downloaded rusty-fork v0.3.1
11912026-07-20T18:35:15.434Z Downloaded proc-macro2 v1.0.106
11922026-07-20T18:35:15.434Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11932026-07-20T18:35:15.437Z Downloaded toml_writer v1.1.1+spec-1.1.0
11942026-07-20T18:35:15.437Z Downloaded tokio-dtrace v0.1.1
11952026-07-20T18:35:15.437Z Downloaded progenitor-impl v0.14.0
11962026-07-20T18:35:15.439Z Downloaded progenitor-impl v0.13.0
11972026-07-20T18:35:15.439Z Downloaded tabled_derive v0.7.0
11982026-07-20T18:35:15.442Z Downloaded crypto-bigint v0.5.5
11992026-07-20T18:35:15.445Z Downloaded zerofrom-derive v0.1.7
12002026-07-20T18:35:15.445Z Downloaded zerofrom v0.1.8
12012026-07-20T18:35:15.445Z Downloaded base64 v0.21.7
12022026-07-20T18:35:15.448Z Downloaded prettyplease v0.2.37
12032026-07-20T18:35:15.455Z Downloaded strum_macros v0.27.2
12042026-07-20T18:35:15.458Z Downloaded time-core v0.1.8
12052026-07-20T18:35:15.458Z Downloaded simd-adler32 v0.3.9
12062026-07-20T18:35:15.461Z Downloaded time-macros v0.2.27
12072026-07-20T18:35:15.461Z Downloaded tinystr v0.8.3
12082026-07-20T18:35:15.464Z Downloaded serde_derive v1.0.228
12092026-07-20T18:35:15.466Z Downloaded yoke-derive v0.8.2
12102026-07-20T18:35:15.466Z Downloaded zeroize_derive v1.4.3
12112026-07-20T18:35:15.469Z Downloaded icu_locale_core v2.2.0
12122026-07-20T18:35:15.472Z Downloaded zone_cfg_derive v0.3.1
12132026-07-20T18:35:15.472Z Downloaded papergrid v0.18.0
12142026-07-20T18:35:15.475Z Downloaded term v1.2.1
12152026-07-20T18:35:15.478Z Downloaded thin-vec v0.2.18
12162026-07-20T18:35:15.478Z Downloaded tiny-keccak v2.0.2
12172026-07-20T18:35:15.481Z Downloaded vsss-rs v3.3.4
12182026-07-20T18:35:15.485Z Downloaded mio v1.2.1
12192026-07-20T18:35:15.488Z Downloaded spin v0.9.8
12202026-07-20T18:35:15.488Z Downloaded slog v2.8.2
12212026-07-20T18:35:15.491Z Downloaded wait-timeout v0.2.1
12222026-07-20T18:35:15.494Z Downloaded zone v0.3.1
12232026-07-20T18:35:15.497Z Downloaded xz2 v0.1.7
12242026-07-20T18:35:15.499Z Downloaded whoami v1.6.1
12252026-07-20T18:35:15.499Z Downloaded writeable v0.6.3
12262026-07-20T18:35:15.502Z Downloaded crossbeam-channel v0.5.15
12272026-07-20T18:35:15.509Z Downloaded schemars v0.8.22
12282026-07-20T18:35:15.514Z Downloaded usdt-impl v0.5.0
12292026-07-20T18:35:15.517Z Downloaded rustls-platform-verifier v0.7.0
12302026-07-20T18:35:15.520Z Downloaded progenitor-impl v0.10.0
12312026-07-20T18:35:15.522Z Downloaded walkdir v2.5.0
12322026-07-20T18:35:15.528Z Downloaded test-strategy v0.4.5
12332026-07-20T18:35:15.531Z Downloaded rayon-core v1.13.0
12342026-07-20T18:35:15.534Z Downloaded serde_yaml v0.9.34+deprecated
12352026-07-20T18:35:15.537Z Downloaded similar v2.7.0
12362026-07-20T18:35:15.541Z Downloaded usdt-impl v0.6.0
12372026-07-20T18:35:15.541Z Downloaded nom v7.1.3
12382026-07-20T18:35:15.545Z Downloaded serde v1.0.228
12392026-07-20T18:35:15.548Z Downloaded zerocopy-derive v0.7.35
12402026-07-20T18:35:15.550Z Downloaded tungstenite v0.21.0
12412026-07-20T18:35:15.553Z Downloaded zerovec-derive v0.11.3
12422026-07-20T18:35:15.553Z Downloaded smallvec v1.15.1
12432026-07-20T18:35:15.556Z Downloaded zeroize v1.8.2
12442026-07-20T18:35:15.556Z Downloaded rand v0.9.4
12452026-07-20T18:35:15.559Z Downloaded hashbrown v0.16.1
12462026-07-20T18:35:15.562Z Downloaded tokio-tungstenite v0.21.0
12472026-07-20T18:35:15.562Z Downloaded futures-util v0.3.32
12482026-07-20T18:35:15.570Z Downloaded zmij v1.0.21
12492026-07-20T18:35:15.575Z Downloaded memchr v2.8.1
12502026-07-20T18:35:15.579Z Downloaded serde_core v1.0.228
12512026-07-20T18:35:15.584Z Downloaded qorb v0.4.1
12522026-07-20T18:35:15.586Z Downloaded rand v0.8.6
12532026-07-20T18:35:15.591Z Downloaded itertools v0.12.1
12542026-07-20T18:35:15.594Z Downloaded toml_edit v0.25.12+spec-1.1.0
12552026-07-20T18:35:15.597Z Downloaded tinyvec v1.11.0
12562026-07-20T18:35:15.599Z Downloaded yoke v0.8.3
12572026-07-20T18:35:15.602Z Downloaded toml v0.9.12+spec-1.1.0
12582026-07-20T18:35:15.610Z Downloaded toml v1.1.2+spec-1.1.0
12592026-07-20T18:35:15.613Z Downloaded unsafe-libyaml v0.2.11
12602026-07-20T18:35:15.616Z Downloaded typify v0.4.3
12612026-07-20T18:35:15.618Z Downloaded snafu v0.8.9
12622026-07-20T18:35:15.621Z Downloaded schemars v0.9.0
12632026-07-20T18:35:15.630Z Downloaded ucd-trie v0.1.7
12642026-07-20T18:35:15.678Z Downloaded schemars v1.2.1
12652026-07-20T18:35:15.678Z Downloaded nom v8.0.0
12662026-07-20T18:35:15.678Z Downloaded hkdf v0.12.4
12672026-07-20T18:35:15.678Z Downloaded minimal-lexical v0.2.1
12682026-07-20T18:35:15.678Z Downloaded async-compression v0.4.42
12692026-07-20T18:35:15.678Z Downloaded toml v0.7.8
12702026-07-20T18:35:15.678Z Downloaded itertools v0.15.0
12712026-07-20T18:35:15.678Z Downloaded steno v0.4.1
12722026-07-20T18:35:15.678Z Downloaded toml_edit v0.19.15
12732026-07-20T18:35:15.681Z Downloaded zerocopy-derive v0.8.50
12742026-07-20T18:35:15.681Z Downloaded yansi v1.0.1
12752026-07-20T18:35:15.684Z Downloaded quinn v0.11.9
12762026-07-20T18:35:15.684Z Downloaded pest v2.8.6
12772026-07-20T18:35:15.690Z Downloaded h2 v0.4.14
12782026-07-20T18:35:15.694Z Downloaded typify v0.6.2
12792026-07-20T18:35:15.696Z Downloaded icu_properties_data v2.2.0
12802026-07-20T18:35:15.702Z Downloaded zerotrie v0.2.4
12812026-07-20T18:35:15.705Z Downloaded libm v0.2.16
12822026-07-20T18:35:15.710Z Downloaded dropshot-api-manager v0.7.2
12832026-07-20T18:35:15.714Z Downloaded iddqd v0.4.5
12842026-07-20T18:35:15.721Z Downloaded reqwest v0.13.4
12852026-07-20T18:35:15.724Z Downloaded ron v0.12.1
12862026-07-20T18:35:15.729Z Downloaded serde_json v1.0.150
12872026-07-20T18:35:15.733Z Downloaded hyper v1.10.1
12882026-07-20T18:35:15.738Z Downloaded regex v1.12.3
12892026-07-20T18:35:15.741Z Downloaded goblin v0.8.2
12902026-07-20T18:35:15.758Z Downloaded tough v0.22.0
12912026-07-20T18:35:15.763Z Downloaded zerovec v0.11.6
12922026-07-20T18:35:15.784Z Downloaded typed-path v0.9.3
12932026-07-20T18:35:15.788Z Downloaded proptest v1.11.0
12942026-07-20T18:35:15.794Z Downloaded blake3 v1.8.5
12952026-07-20T18:35:15.808Z Downloaded portable-atomic v1.13.1
12962026-07-20T18:35:15.823Z Downloaded goblin v0.10.7
12972026-07-20T18:35:15.830Z Downloaded winnow v1.0.3
12982026-07-20T18:35:15.836Z Downloaded winnow v0.5.40
12992026-07-20T18:35:15.840Z Downloaded tabled v0.15.0
13002026-07-20T18:35:15.850Z Downloaded rayon v1.12.0
13012026-07-20T18:35:15.855Z Downloaded tabled v0.21.0
13022026-07-20T18:35:15.865Z Downloaded zerocopy v0.7.35
13032026-07-20T18:35:15.874Z Downloaded time v0.3.47
13042026-07-20T18:35:15.881Z Downloaded aws-lc-rs v1.17.0
13052026-07-20T18:35:15.887Z Downloaded syn v1.0.109
13062026-07-20T18:35:15.894Z Downloaded serde_with v3.21.0
13072026-07-20T18:35:15.900Z Downloaded moka v0.12.15
13082026-07-20T18:35:15.904Z Downloaded quinn-proto v0.11.14
13092026-07-20T18:35:15.909Z Downloaded openssl v0.10.80
13102026-07-20T18:35:15.921Z Downloaded syn v2.0.117
13112026-07-20T18:35:15.927Z Downloaded webpki-roots v1.0.7
13122026-07-20T18:35:15.944Z Downloaded hickory-proto v0.24.4
13132026-07-20T18:35:15.952Z Downloaded syn v3.0.0
13142026-07-20T18:35:15.958Z Downloaded smoltcp v0.11.0
13152026-07-20T18:35:15.965Z Downloaded rustls v0.23.40
13162026-07-20T18:35:15.972Z Downloaded hickory-proto v0.25.2
13172026-07-20T18:35:16.011Z Downloaded bstr v1.12.1
13182026-07-20T18:35:16.020Z Downloaded sled v0.34.7
13192026-07-20T18:35:16.025Z Downloaded typify-impl v0.6.2
13202026-07-20T18:35:16.032Z Downloaded zerocopy v0.8.50
13212026-07-20T18:35:16.044Z Downloaded typify-impl v0.4.3
13222026-07-20T18:35:16.052Z Downloaded nix v0.31.3
13232026-07-20T18:35:16.059Z Downloaded rhai v1.25.1
13242026-07-20T18:35:16.065Z Downloaded regress v0.11.1
13252026-07-20T18:35:16.070Z Downloaded dropshot v0.17.1
13262026-07-20T18:35:16.082Z Downloaded regress v0.10.5
13272026-07-20T18:35:16.087Z Downloaded regex-automata v0.4.14
13282026-07-20T18:35:16.095Z Downloaded openapiv3 v2.2.0
13292026-07-20T18:35:16.101Z Downloaded chrono-tz v0.10.4
13302026-07-20T18:35:16.110Z Downloaded regex-syntax v0.8.10
13312026-07-20T18:35:16.128Z Downloaded jiff v0.2.28
13322026-07-20T18:35:16.139Z Downloaded lzma-sys v0.1.20
13332026-07-20T18:35:16.180Z Downloaded encoding_rs v0.8.35
13342026-07-20T18:35:16.212Z Downloaded petgraph v0.6.5
13352026-07-20T18:35:16.247Z Downloaded csv v1.4.0
13362026-07-20T18:35:16.265Z Downloaded sha3 v0.10.9
13372026-07-20T18:35:16.273Z Downloaded tokio v1.53.0
13382026-07-20T18:35:16.967Z Downloaded aws-lc-sys v0.41.0
13392026-07-20T18:35:17.885Z Compiling proc-macro2 v1.0.106
13402026-07-20T18:35:17.885Z Compiling unicode-ident v1.0.24
13412026-07-20T18:35:17.885Z Compiling quote v1.0.45
13422026-07-20T18:35:17.888Z Compiling serde_core v1.0.228
13432026-07-20T18:35:17.888Z Compiling cfg-if v1.0.4
13442026-07-20T18:35:17.888Z Compiling serde v1.0.228
13452026-07-20T18:35:17.888Z Compiling libc v0.2.186
13462026-07-20T18:35:17.888Z Compiling memchr v2.8.1
13472026-07-20T18:35:18.041Z Compiling itoa v1.0.18
13482026-07-20T18:35:18.216Z Compiling zmij v1.0.21
13492026-07-20T18:35:18.313Z Compiling autocfg v1.5.1
13502026-07-20T18:35:18.362Z Compiling libm v0.2.16
13512026-07-20T18:35:18.654Z Compiling stable_deref_trait v1.2.1
13522026-07-20T18:35:18.678Z Compiling litemap v0.8.2
13532026-07-20T18:35:18.722Z Compiling writeable v0.6.3
13542026-07-20T18:35:18.808Z Compiling icu_normalizer_data v2.2.0
13552026-07-20T18:35:18.820Z Compiling utf8_iter v1.0.4
13562026-07-20T18:35:18.857Z Compiling percent-encoding v2.3.2
13572026-07-20T18:35:18.869Z Compiling icu_properties_data v2.2.0
13582026-07-20T18:35:18.912Z Compiling version_check v0.9.5
13592026-07-20T18:35:19.050Z Compiling iana-time-zone v0.1.65
13602026-07-20T18:35:19.128Z Compiling syn v2.0.117
13612026-07-20T18:35:19.180Z Compiling equivalent v1.0.2
13622026-07-20T18:35:19.236Z Compiling form_urlencoded v1.2.2
13632026-07-20T18:35:19.255Z Compiling serde_json v1.0.150
13642026-07-20T18:35:19.259Z Compiling pin-project-lite v0.2.17
13652026-07-20T18:35:19.267Z Compiling dyn-clone v1.0.20
13662026-07-20T18:35:19.310Z Compiling scopeguard v1.2.0
13672026-07-20T18:35:19.382Z Compiling parking_lot_core v0.9.12
13682026-07-20T18:35:19.406Z Compiling lock_api v0.4.14
13692026-07-20T18:35:19.414Z Compiling syn v3.0.0
13702026-07-20T18:35:19.424Z Compiling num-traits v0.2.19
13712026-07-20T18:35:19.533Z Compiling rand_core v0.10.1
13722026-07-20T18:35:19.630Z Compiling getrandom v0.4.2
13732026-07-20T18:35:19.679Z Compiling hashbrown v0.17.1
13742026-07-20T18:35:19.690Z Compiling thiserror v2.0.19
13752026-07-20T18:35:19.826Z Compiling errno v0.3.14
13762026-07-20T18:35:19.971Z Compiling log v0.4.32
13772026-07-20T18:35:20.029Z Compiling semver v1.0.28
13782026-07-20T18:35:20.154Z Compiling indexmap v2.14.0
13792026-07-20T18:35:20.224Z Compiling heck v0.5.0
13802026-07-20T18:35:20.359Z Compiling futures-core v0.3.32
13812026-07-20T18:35:20.362Z Compiling zerocopy v0.8.50
13822026-07-20T18:35:20.474Z Compiling uuid v1.24.0
13832026-07-20T18:35:20.504Z Compiling futures-sink v0.3.32
13842026-07-20T18:35:20.602Z Compiling schemars v0.8.22
13852026-07-20T18:35:20.787Z Compiling slab v0.4.12
13862026-07-20T18:35:20.859Z Compiling jobserver v0.1.34
13872026-07-20T18:35:20.904Z Compiling shlex v2.0.1
13882026-07-20T18:35:20.989Z Compiling find-msvc-tools v0.1.9
13892026-07-20T18:35:20.994Z Compiling rustversion v1.0.22
13902026-07-20T18:35:21.084Z Compiling fnv v1.0.7
13912026-07-20T18:35:21.175Z Compiling cc v1.2.63
13922026-07-20T18:35:21.178Z Compiling futures-channel v0.3.32
13932026-07-20T18:35:21.211Z Compiling bitflags v2.12.1
13942026-07-20T18:35:21.272Z Compiling futures-task v0.3.32
13952026-07-20T18:35:21.322Z Compiling thiserror-impl v2.0.19
13962026-07-20T18:35:21.402Z Compiling futures-io v0.3.32
13972026-07-20T18:35:21.439Z Compiling portable-atomic v1.13.1
13982026-07-20T18:35:21.450Z Compiling socket2 v0.6.5
13992026-07-20T18:35:21.559Z Compiling signal-hook-registry v1.4.8
14002026-07-20T18:35:21.680Z Compiling mio v1.2.1
14012026-07-20T18:35:21.858Z Compiling critical-section v1.2.0
14022026-07-20T18:35:21.910Z Compiling cmake v0.1.58
14032026-07-20T18:35:21.942Z Compiling synstructure v0.13.2
14042026-07-20T18:35:21.958Z Compiling serde_derive_internals v0.29.1
14052026-07-20T18:35:22.208Z Compiling dunce v1.0.5
14062026-07-20T18:35:22.259Z Compiling typenum v1.20.1
14072026-07-20T18:35:22.302Z Compiling fs_extra v1.3.0
14082026-07-20T18:35:22.448Z Compiling once_cell v1.21.4
14092026-07-20T18:35:22.452Z Compiling base64 v0.22.1
14102026-07-20T18:35:22.500Z Compiling slog v2.8.2
14112026-07-20T18:35:22.562Z Compiling aws-lc-sys v0.41.0
14122026-07-20T18:35:22.640Z Compiling strsim v0.11.1
14132026-07-20T18:35:22.677Z Compiling byteorder v1.5.0
14142026-07-20T18:35:22.707Z Compiling subtle v2.6.1
14152026-07-20T18:35:22.742Z Compiling rustix v1.1.4
14162026-07-20T18:35:22.809Z Compiling regex-syntax v0.8.10
14172026-07-20T18:35:22.874Z Compiling httparse v1.10.1
14182026-07-20T18:35:22.904Z Compiling ipnet v2.12.0
14192026-07-20T18:35:23.047Z Compiling atomic-waker v1.1.2
14202026-07-20T18:35:23.087Z Compiling tower-layer v0.3.3
14212026-07-20T18:35:23.170Z Compiling tower-service v0.3.3
14222026-07-20T18:35:23.183Z Compiling serde_derive v1.0.228
14232026-07-20T18:35:23.241Z Compiling zerofrom-derive v0.1.7
14242026-07-20T18:35:23.244Z Compiling yoke-derive v0.8.2
14252026-07-20T18:35:23.258Z Compiling zerovec-derive v0.11.3
14262026-07-20T18:35:23.286Z Compiling displaydoc v0.2.6
14272026-07-20T18:35:23.454Z Compiling schemars_derive v0.8.22
14282026-07-20T18:35:23.475Z Compiling tokio-macros v2.7.0
14292026-07-20T18:35:24.089Z Compiling zerocopy-derive v0.8.50
14302026-07-20T18:35:24.226Z Compiling zeroize_derive v1.4.3
14312026-07-20T18:35:24.318Z Compiling futures-macro v0.3.32
14322026-07-20T18:35:24.438Z Compiling zerofrom v0.1.8
14332026-07-20T18:35:24.557Z Compiling yoke v0.8.3
14342026-07-20T18:35:24.708Z Compiling zerovec v0.11.6
14352026-07-20T18:35:24.738Z Compiling zerotrie v0.2.4
14362026-07-20T18:35:24.905Z Compiling zeroize v1.8.2
14372026-07-20T18:35:25.104Z Compiling getrandom v0.2.17
14382026-07-20T18:35:25.143Z Compiling futures-util v0.3.32
14392026-07-20T18:35:25.222Z Compiling tinystr v0.8.3
14402026-07-20T18:35:25.284Z Compiling potential_utf v0.1.5
14412026-07-20T18:35:25.323Z Compiling ucd-trie v0.1.7
14422026-07-20T18:35:25.418Z Compiling icu_locale_core v2.2.0
14432026-07-20T18:35:25.433Z Compiling icu_collections v2.2.0
14442026-07-20T18:35:25.436Z Compiling untrusted v0.9.0
14452026-07-20T18:35:25.545Z Compiling thiserror v1.0.69
14462026-07-20T18:35:25.610Z Compiling getrandom v0.3.4
14472026-07-20T18:35:25.914Z Compiling try-lock v0.2.5
14482026-07-20T18:35:25.995Z Compiling ryu v1.0.23
14492026-07-20T18:35:26.018Z Compiling want v0.3.1
14502026-07-20T18:35:26.171Z Compiling icu_provider v2.2.0
14512026-07-20T18:35:26.182Z Compiling pest v2.8.6
14522026-07-20T18:35:26.198Z Compiling rand_core v0.6.4
14532026-07-20T18:35:26.413Z Compiling bytes v1.11.1
14542026-07-20T18:35:26.427Z Compiling smallvec v1.15.1
14552026-07-20T18:35:26.487Z Compiling icu_properties v2.2.0
14562026-07-20T18:35:26.502Z Compiling chrono v0.4.45
14572026-07-20T18:35:26.650Z Compiling icu_normalizer v2.2.0
14582026-07-20T18:35:27.242Z Compiling parking_lot v0.12.5
14592026-07-20T18:35:27.358Z Compiling idna_adapter v1.2.2
14602026-07-20T18:35:27.434Z Compiling http v1.4.2
14612026-07-20T18:35:27.505Z Compiling idna v1.1.0
14622026-07-20T18:35:27.519Z Compiling tokio v1.53.0
14632026-07-20T18:35:27.647Z Compiling serde_tokenstream v0.2.3
14642026-07-20T18:35:27.676Z Compiling erased-serde v0.3.31
14652026-07-20T18:35:27.924Z Compiling url v2.5.8
14662026-07-20T18:35:28.006Z Compiling thiserror-impl v1.0.69
14672026-07-20T18:35:28.258Z Compiling http-body v1.0.1
14682026-07-20T18:35:28.408Z Compiling ppv-lite86 v0.2.21
14692026-07-20T18:35:28.427Z Compiling httpdate v1.0.3
14702026-07-20T18:35:28.562Z Compiling pest_meta v2.8.6
14712026-07-20T18:35:28.665Z Compiling pretty-hex v0.4.2
14722026-07-20T18:35:28.717Z Compiling plain v0.2.3
14732026-07-20T18:35:28.776Z Compiling winnow v1.0.3
14742026-07-20T18:35:28.792Z Compiling foldhash v0.2.0
14752026-07-20T18:35:28.814Z Compiling allocator-api2 v0.2.21
14762026-07-20T18:35:29.018Z Compiling paste v1.0.15
14772026-07-20T18:35:29.122Z Compiling pest_generator v2.8.6
14782026-07-20T18:35:29.149Z Compiling ipnetwork v0.21.1
14792026-07-20T18:35:29.409Z Compiling oxnet v0.1.6
14802026-07-20T18:35:29.617Z Compiling hashbrown v0.16.1
14812026-07-20T18:35:29.720Z Compiling tracing-attributes v0.1.31
14822026-07-20T18:35:29.819Z Compiling pest_derive v2.8.6
14832026-07-20T18:35:29.831Z Compiling tracing-core v0.1.36
14842026-07-20T18:35:29.841Z Compiling omicron-workspace-hack v0.1.0
14852026-07-20T18:35:29.872Z Compiling ident_case v1.0.1
14862026-07-20T18:35:30.070Z Compiling http-body-util v0.1.4
14872026-07-20T18:35:30.195Z Compiling serde_urlencoded v0.7.1
14882026-07-20T18:35:30.327Z Compiling aho-corasick v1.1.4
14892026-07-20T18:35:30.427Z Compiling sync_wrapper v1.0.2
14902026-07-20T18:35:30.439Z Compiling daft-derive v0.1.7
14912026-07-20T18:35:30.527Z Compiling fastrand v2.4.1
14922026-07-20T18:35:30.783Z Compiling scroll_derive v0.13.1
14932026-07-20T18:35:30.948Z Compiling tracing v0.1.44
14942026-07-20T18:35:31.182Z Compiling regex-automata v0.4.14
14952026-07-20T18:35:31.229Z Compiling tokio-util v0.7.18
14962026-07-20T18:35:31.505Z Compiling async-trait v0.1.89
14972026-07-20T18:35:31.726Z Compiling powerfmt v0.2.0
14982026-07-20T18:35:31.765Z Compiling time-core v0.1.8
14992026-07-20T18:35:31.909Z Compiling aws-lc-rs v1.17.0
15002026-07-20T18:35:31.933Z Compiling anyhow v1.0.104
15012026-07-20T18:35:31.984Z Compiling num-conv v0.2.2
15022026-07-20T18:35:32.129Z Compiling time-macros v0.2.27
15032026-07-20T18:35:32.216Z Compiling deranged v0.5.8
15042026-07-20T18:35:32.457Z Compiling scroll v0.13.0
15052026-07-20T18:35:32.491Z Compiling rustls-pki-types v1.14.1
15062026-07-20T18:35:32.715Z Compiling openssl-probe v0.2.1
15072026-07-20T18:35:32.938Z Compiling regex v1.12.3
15082026-07-20T18:35:32.963Z Compiling hex v0.4.3
15092026-07-20T18:35:33.107Z Compiling num_threads v0.1.7
15102026-07-20T18:35:33.177Z Compiling goblin v0.10.7
15112026-07-20T18:35:33.213Z Compiling untrusted v0.7.1
15122026-07-20T18:35:33.351Z Compiling camino v1.2.4
15132026-07-20T18:35:33.619Z Compiling usdt-impl v0.6.0
15142026-07-20T18:35:33.727Z Compiling crc32fast v1.5.0
15152026-07-20T18:35:33.739Z Compiling rustls v0.23.40
15162026-07-20T18:35:33.957Z Compiling h2 v0.4.14
15172026-07-20T18:35:34.028Z Compiling dtrace-parser v0.3.0
15182026-07-20T18:35:34.041Z Compiling futures-executor v0.3.32
15192026-07-20T18:35:34.058Z Compiling crossbeam-utils v0.8.21
15202026-07-20T18:35:34.377Z Compiling structmeta-derive v0.3.0
15212026-07-20T18:35:34.388Z Compiling thread-id v5.1.0
15222026-07-20T18:35:34.464Z Compiling adler2 v2.0.1
15232026-07-20T18:35:34.495Z Compiling cpufeatures v0.3.0
15242026-07-20T18:35:34.564Z Compiling simd-adler32 v0.3.9
15252026-07-20T18:35:34.762Z Compiling miniz_oxide v0.8.9
15262026-07-20T18:35:34.884Z Compiling futures v0.3.32
15272026-07-20T18:35:34.959Z Compiling rand_core v0.9.5
15282026-07-20T18:35:35.105Z Compiling darling_core v0.23.0
15292026-07-20T18:35:35.166Z Compiling newtype-uuid-macros v0.1.0
15302026-07-20T18:35:35.409Z Compiling hybrid-array v0.4.12
15312026-07-20T18:35:35.420Z Compiling structmeta v0.3.0
15322026-07-20T18:35:35.757Z Compiling thread_local v1.1.9
15332026-07-20T18:35:35.919Z Compiling match_cfg v0.1.0
15342026-07-20T18:35:35.985Z Compiling dof v0.4.0
15352026-07-20T18:35:36.027Z Compiling hyper v1.10.1
15362026-07-20T18:35:36.039Z Compiling flate2 v1.1.9
15372026-07-20T18:35:36.462Z Compiling newtype-uuid v1.3.2
15382026-07-20T18:35:37.053Z Compiling compression-core v0.4.32
15392026-07-20T18:35:37.193Z Compiling hyper-util v0.1.20
15402026-07-20T18:35:37.208Z Compiling darling_macro v0.23.0
15412026-07-20T18:35:37.352Z Compiling slog-async v2.8.0
15422026-07-20T18:35:37.521Z Compiling quick-error v1.2.3
15432026-07-20T18:35:37.627Z Compiling ref-cast v1.0.25
15442026-07-20T18:35:37.725Z Compiling compression-codecs v0.4.38
15452026-07-20T18:35:37.783Z Compiling daft v0.1.7
15462026-07-20T18:35:37.794Z Compiling darling v0.23.0
15472026-07-20T18:35:37.867Z Compiling block-buffer v0.12.0
15482026-07-20T18:35:37.915Z Compiling crypto-common v0.2.2
15492026-07-20T18:35:37.974Z Compiling rand_chacha v0.9.0
15502026-07-20T18:35:38.016Z Compiling strum_macros v0.26.4
15512026-07-20T18:35:38.046Z Compiling ref-cast-impl v1.0.25
15522026-07-20T18:35:38.156Z Compiling usdt-macro v0.6.0
15532026-07-20T18:35:38.391Z Compiling usdt-attr-macro v0.6.0
15542026-07-20T18:35:38.405Z Compiling serde_spanned v1.1.1
15552026-07-20T18:35:38.547Z Compiling multer v3.1.0
15562026-07-20T18:35:38.658Z Compiling generic-array v0.14.7
15572026-07-20T18:35:38.781Z Compiling debug-ignore v1.0.5
15582026-07-20T18:35:38.840Z Compiling bit-vec v0.8.0
15592026-07-20T18:35:38.878Z Compiling toml_writer v1.1.1+spec-1.1.0
15602026-07-20T18:35:38.890Z Compiling take_mut v0.2.2
15612026-07-20T18:35:38.899Z Compiling term v1.2.1
15622026-07-20T18:35:38.989Z Compiling const-oid v0.10.2
15632026-07-20T18:35:39.067Z Compiling bit-set v0.8.0
15642026-07-20T18:35:39.128Z Compiling digest v0.11.3
15652026-07-20T18:35:39.297Z Compiling rand v0.9.4
15662026-07-20T18:35:39.310Z Compiling serde_with_macros v3.21.0
15672026-07-20T18:35:39.318Z Compiling async-stream-impl v0.3.6
15682026-07-20T18:35:39.559Z Compiling dropshot v0.17.1
15692026-07-20T18:35:39.599Z Compiling encoding_rs v0.8.35
15702026-07-20T18:35:39.643Z Compiling strum v0.26.3
15712026-07-20T18:35:39.765Z Compiling unarray v0.1.4
15722026-07-20T18:35:39.791Z Compiling spin v0.9.8
15732026-07-20T18:35:39.851Z Compiling syn v1.0.109
15742026-07-20T18:35:39.870Z Compiling mime v0.3.17
15752026-07-20T18:35:39.951Z Compiling async-stream v0.3.6
15762026-07-20T18:35:40.138Z Compiling sha1 v0.11.0
15772026-07-20T18:35:40.142Z Compiling derive-ex v0.1.8
15782026-07-20T18:35:40.211Z Compiling tower v0.5.3
15792026-07-20T18:35:40.326Z Compiling dropshot_endpoint v0.17.1
15802026-07-20T18:35:40.365Z Compiling macaddr v1.0.1
15812026-07-20T18:35:40.397Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15822026-07-20T18:35:40.614Z Compiling waitgroup v0.1.2
15832026-07-20T18:35:40.678Z Compiling serde_path_to_error v0.1.20
15842026-07-20T18:35:40.915Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15852026-07-20T18:35:41.041Z Compiling tower-http v0.6.11
15862026-07-20T18:35:41.106Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15872026-07-20T18:35:41.287Z Compiling tempfile v3.27.0
15882026-07-20T18:35:41.301Z Compiling openapiv3 v2.2.0
15892026-07-20T18:35:41.462Z Compiling strum_macros v0.27.2
15902026-07-20T18:35:41.794Z Compiling test-strategy v0.4.5
15912026-07-20T18:35:42.035Z Compiling instant v0.1.13
15922026-07-20T18:35:42.139Z Compiling time v0.3.47
15932026-07-20T18:35:42.800Z Compiling rustls-native-certs v0.8.4
15942026-07-20T18:35:42.916Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15952026-07-20T18:35:43.137Z Compiling crossbeam-channel v0.5.15
15962026-07-20T18:35:43.158Z Compiling crypto-common v0.1.7
15972026-07-20T18:35:43.278Z Compiling strum v0.27.2
15982026-07-20T18:35:43.590Z Compiling parse-display-derive v0.10.0
15992026-07-20T18:35:43.605Z Compiling backon v1.6.0
16002026-07-20T18:35:43.806Z Compiling rand_chacha v0.3.1
16012026-07-20T18:35:43.874Z Compiling either v1.16.0
16022026-07-20T18:35:44.077Z Compiling rand v0.8.6
16032026-07-20T18:35:44.298Z Compiling slog-json v2.6.1
16042026-07-20T18:35:44.420Z Compiling hostname v0.3.1
16052026-07-20T18:35:44.554Z Compiling toml_parser v1.1.2+spec-1.1.0
16062026-07-20T18:35:44.720Z Compiling toml_datetime v1.1.1+spec-1.1.0
16072026-07-20T18:35:44.793Z Compiling wait-timeout v0.2.1
16082026-07-20T18:35:44.855Z Compiling memmap2 v0.9.10
16092026-07-20T18:35:44.959Z Compiling is-terminal v0.4.17
16102026-07-20T18:35:45.064Z Compiling slog-term v2.9.2
16112026-07-20T18:35:45.087Z Compiling usdt v0.6.0
16122026-07-20T18:35:45.136Z Compiling rusty-fork v0.3.1
16132026-07-20T18:35:45.213Z Compiling toml v1.1.2+spec-1.1.0
16142026-07-20T18:35:45.242Z Compiling slog-bunyan v2.5.0
16152026-07-20T18:35:45.453Z Compiling serde_with v3.21.0
16162026-07-20T18:35:45.478Z Compiling async-compression v0.4.42
16172026-07-20T18:35:45.536Z Compiling rand_xorshift v0.4.0
16182026-07-20T18:35:45.687Z Compiling rustls-pemfile v2.2.0
16192026-07-20T18:35:45.692Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16202026-07-20T18:35:45.778Z Compiling regress v0.10.5
16212026-07-20T18:35:45.897Z Compiling hostname v0.4.2
16222026-07-20T18:35:45.972Z Compiling humantime v2.3.0
16232026-07-20T18:35:46.030Z Compiling proptest v1.11.0
16242026-07-20T18:35:46.516Z Compiling iddqd v0.4.5
16252026-07-20T18:35:46.778Z Compiling reqwest v0.12.28
16262026-07-20T18:35:46.962Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16272026-07-20T18:35:47.201Z Compiling block-buffer v0.10.4
16282026-07-20T18:35:47.345Z Compiling utf8parse v0.2.2
16292026-07-20T18:35:47.431Z Compiling anstyle-parse v1.0.0
16302026-07-20T18:35:47.451Z Compiling digest v0.10.7
16312026-07-20T18:35:47.615Z Compiling parse-display v0.10.0
16322026-07-20T18:35:47.663Z Compiling backoff v0.4.0
16332026-07-20T18:35:47.757Z Compiling progenitor-client v0.10.0
16342026-07-20T18:35:47.870Z Compiling itertools v0.14.0
16352026-07-20T18:35:47.946Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16362026-07-20T18:35:48.023Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16372026-07-20T18:35:48.587Z Compiling anstyle-query v1.1.5
16382026-07-20T18:35:48.693Z Compiling anstyle v1.0.14
16392026-07-20T18:35:48.916Z Compiling is_terminal_polyfill v1.70.2
16402026-07-20T18:35:49.014Z Compiling colorchoice v1.0.5
16412026-07-20T18:35:49.113Z Compiling anstream v1.0.0
16422026-07-20T18:35:49.431Z Compiling clap_lex v1.1.0
16432026-07-20T18:35:49.844Z Compiling regress v0.11.1
16442026-07-20T18:35:49.878Z Compiling clap_derive v4.6.1
16452026-07-20T18:35:50.715Z Compiling terminal_size v0.4.4
16462026-07-20T18:35:51.592Z Compiling typify-impl v0.6.2
16472026-07-20T18:35:51.651Z Compiling toml_datetime v0.6.11
16482026-07-20T18:35:51.745Z Compiling zerocopy-derive v0.7.35
16492026-07-20T18:35:51.921Z Compiling convert_case v0.4.0
16502026-07-20T18:35:51.957Z Compiling cpufeatures v0.2.17
16512026-07-20T18:35:52.551Z Compiling derive_more v0.99.20
16522026-07-20T18:35:52.614Z Compiling zerocopy v0.7.35
16532026-07-20T18:35:52.675Z Compiling clap_builder v4.6.2
16542026-07-20T18:35:53.223Z Compiling toml_edit v0.25.12+spec-1.1.0
16552026-07-20T18:35:53.952Z Compiling unicode-width v0.2.2
16562026-07-20T18:35:54.111Z Compiling proc-macro-crate v3.5.0
16572026-07-20T18:35:54.522Z Compiling clap v4.6.2
16582026-07-20T18:35:54.602Z Compiling secrecy v0.10.3
16592026-07-20T18:35:54.665Z Compiling float-ord v0.3.2
16602026-07-20T18:35:54.668Z Compiling tinyvec_macros v0.1.1
16612026-07-20T18:35:54.728Z Compiling crucible-workspace-hack v0.1.0
16622026-07-20T18:35:54.764Z Compiling tinyvec v1.11.0
16632026-07-20T18:35:54.784Z Compiling num_enum_derive v0.7.6
16642026-07-20T18:35:55.413Z Compiling dtrace-parser v0.2.0
16652026-07-20T18:35:55.425Z Compiling scroll_derive v0.12.1
16662026-07-20T18:35:55.438Z Compiling num-integer v0.1.46
16672026-07-20T18:35:55.745Z Compiling rustc_version v0.4.1
16682026-07-20T18:35:55.853Z Compiling usdt-impl v0.5.0
16692026-07-20T18:35:56.073Z Compiling curve25519-dalek v4.1.3
16702026-07-20T18:35:56.200Z Compiling scroll v0.12.0
16712026-07-20T18:35:56.217Z Compiling num_enum v0.7.6
16722026-07-20T18:35:56.382Z Compiling dof v0.3.0
16732026-07-20T18:35:56.543Z Compiling hmac v0.12.1
16742026-07-20T18:35:56.677Z Compiling inout v0.1.4
16752026-07-20T18:35:56.681Z Compiling darling_core v0.21.3
16762026-07-20T18:35:56.720Z Compiling ff v0.13.1
16772026-07-20T18:35:56.802Z Compiling thread-id v4.2.2
16782026-07-20T18:35:56.822Z Compiling group v0.13.0
16792026-07-20T18:35:56.832Z Compiling cipher v0.4.4
16802026-07-20T18:35:57.066Z Compiling hkdf v0.12.4
16812026-07-20T18:35:57.310Z Compiling goblin v0.8.2
16822026-07-20T18:35:57.392Z Compiling num-iter v0.1.45
16832026-07-20T18:35:57.502Z Compiling num-rational v0.4.2
16842026-07-20T18:35:57.583Z Compiling thiserror-impl-no-std v2.0.2
16852026-07-20T18:35:57.666Z Compiling universal-hash v0.5.1
16862026-07-20T18:35:57.784Z Compiling crypto-bigint v0.5.5
16872026-07-20T18:35:57.795Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16882026-07-20T18:35:57.865Z Compiling typify-macro v0.6.2
16892026-07-20T18:35:58.126Z Compiling crossbeam-epoch v0.9.18
16902026-07-20T18:35:58.460Z Compiling half v2.7.1
16912026-07-20T18:35:58.556Z Compiling curve25519-dalek-derive v0.1.1
16922026-07-20T18:35:58.671Z Compiling num-complex v0.4.6
16932026-07-20T18:35:58.739Z Compiling darling_macro v0.21.3
16942026-07-20T18:35:59.019Z Compiling ciborium-io v0.2.2
16952026-07-20T18:35:59.040Z Compiling base16ct v0.2.0
16962026-07-20T18:35:59.108Z Compiling base64ct v1.8.3
16972026-07-20T18:35:59.193Z Compiling opaque-debug v0.3.1
16982026-07-20T18:35:59.258Z Compiling poly1305 v0.8.0
16992026-07-20T18:35:59.333Z Compiling darling v0.21.3
17002026-07-20T18:35:59.400Z Compiling password-hash v0.5.0
17012026-07-20T18:35:59.413Z Compiling elliptic-curve v0.13.8
17022026-07-20T18:35:59.504Z Compiling ciborium-ll v0.2.2
17032026-07-20T18:35:59.784Z Compiling num v0.4.3
17042026-07-20T18:35:59.836Z Compiling thiserror-no-std v2.0.2
17052026-07-20T18:35:59.953Z Compiling typify v0.6.2
17062026-07-20T18:36:00.306Z Compiling chacha20 v0.9.1
17072026-07-20T18:36:00.360Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17082026-07-20T18:36:00.526Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-07-20T18:36:00.964Z Compiling blake2 v0.10.6
17102026-07-20T18:36:01.190Z Compiling aead v0.5.2
17112026-07-20T18:36:01.353Z Compiling byte-wrapper v0.1.0
17122026-07-20T18:36:01.365Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17132026-07-20T18:36:01.426Z Compiling proc-macro-error-attr v1.0.4
17142026-07-20T18:36:01.711Z Compiling heapless v0.8.0
17152026-07-20T18:36:01.745Z Compiling unsafe-libyaml v0.2.11
17162026-07-20T18:36:01.816Z Compiling prettyplease v0.2.37
17172026-07-20T18:36:02.024Z Compiling keccak v0.1.6
17182026-07-20T18:36:02.064Z Compiling rustix v0.38.44
17192026-07-20T18:36:02.260Z Compiling serde_yaml v0.9.34+deprecated
17202026-07-20T18:36:02.502Z Compiling sha3 v0.10.9
17212026-07-20T18:36:02.840Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17222026-07-20T18:36:03.167Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-07-20T18:36:03.513Z Compiling chacha20poly1305 v0.10.1
17242026-07-20T18:36:03.640Z Compiling argon2 v0.5.3
17252026-07-20T18:36:03.771Z Compiling vsss-rs v3.3.4
17262026-07-20T18:36:03.850Z Compiling ciborium v0.2.2
17272026-07-20T18:36:03.922Z Compiling ingot-macros v0.1.1
17282026-07-20T18:36:04.425Z Compiling usdt-attr-macro v0.5.0
17292026-07-20T18:36:04.449Z Compiling usdt-macro v0.5.0
17302026-07-20T18:36:05.554Z Compiling serde_spanned v0.6.9
17312026-07-20T18:36:05.697Z Compiling enum-as-inner v0.6.1
17322026-07-20T18:36:05.884Z Compiling hash32 v0.3.1
17332026-07-20T18:36:06.062Z Compiling proc-macro-error v1.0.4
17342026-07-20T18:36:06.284Z Compiling memmap v0.7.0
17352026-07-20T18:36:06.297Z Compiling memoffset v0.9.1
17362026-07-20T18:36:06.309Z Compiling winnow v0.7.15
17372026-07-20T18:36:06.445Z Compiling smoltcp v0.11.0
17382026-07-20T18:36:06.472Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17392026-07-20T18:36:06.545Z Compiling cfg_aliases v0.2.1
17402026-07-20T18:36:06.616Z Compiling winnow v0.5.40
17412026-07-20T18:36:06.648Z Compiling indent_write v2.2.0
17422026-07-20T18:36:06.691Z Compiling data-encoding v2.11.0
17432026-07-20T18:36:06.741Z Compiling toml_write v0.1.2
17442026-07-20T18:36:06.780Z Compiling static_assertions v1.1.0
17452026-07-20T18:36:06.837Z Compiling ingot-types v0.1.2
17462026-07-20T18:36:06.850Z Compiling nix v0.31.3
17472026-07-20T18:36:06.980Z Compiling usdt v0.5.0
17482026-07-20T18:36:07.231Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-07-20T18:36:07.231Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17502026-07-20T18:36:07.300Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17512026-07-20T18:36:07.537Z Compiling tabwriter v1.4.1
17522026-07-20T18:36:07.775Z Compiling toml_edit v0.22.27
17532026-07-20T18:36:07.832Z Compiling cobs v0.3.0
17542026-07-20T18:36:07.911Z Compiling toml_edit v0.19.15
17552026-07-20T18:36:08.024Z Compiling serde_repr v0.1.21
17562026-07-20T18:36:08.027Z Compiling managed v0.8.0
17572026-07-20T18:36:08.244Z Compiling bitflags v1.3.2
17582026-07-20T18:36:08.317Z Compiling pkg-config v0.3.33
17592026-07-20T18:36:08.451Z Compiling rustls-webpki v0.103.13
17602026-07-20T18:36:08.709Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17612026-07-20T18:36:08.765Z Compiling vcpkg v0.2.15
17622026-07-20T18:36:09.478Z Compiling openssl-sys v0.9.116
17632026-07-20T18:36:09.605Z Compiling toml v0.8.23
17642026-07-20T18:36:09.895Z Compiling proc-macro-crate v1.3.1
17652026-07-20T18:36:10.040Z Compiling postcard v1.1.3
17662026-07-20T18:36:10.389Z Compiling ingot v0.1.1
17672026-07-20T18:36:10.668Z Compiling hubpack_derive v0.1.1
17682026-07-20T18:36:10.930Z Compiling foreign-types-macros v0.2.3
17692026-07-20T18:36:11.089Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17702026-07-20T18:36:11.211Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17712026-07-20T18:36:11.266Z Compiling colored v3.1.1
17722026-07-20T18:36:11.403Z Compiling resolv-conf v0.7.6
17732026-07-20T18:36:11.452Z Compiling foreign-types-shared v0.3.1
17742026-07-20T18:36:11.546Z Compiling linked-hash-map v0.5.6
17752026-07-20T18:36:11.601Z Compiling heck v0.4.1
17762026-07-20T18:36:11.672Z Compiling semver v0.1.20
17772026-07-20T18:36:11.727Z Compiling rayon-core v1.13.0
17782026-07-20T18:36:11.792Z Compiling swrite v0.1.0
17792026-07-20T18:36:11.804Z Compiling unicode-segmentation v1.13.3
17802026-07-20T18:36:11.883Z Compiling tokio-rustls v0.26.4
17812026-07-20T18:36:11.927Z Compiling rustls-platform-verifier v0.7.0
17822026-07-20T18:36:12.057Z Compiling rustc_version v0.1.7
17832026-07-20T18:36:12.151Z Compiling hyper-rustls v0.27.9
17842026-07-20T18:36:12.353Z Compiling reqwest v0.13.4
17852026-07-20T18:36:12.493Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17862026-07-20T18:36:12.844Z Compiling newline-converter v0.3.0
17872026-07-20T18:36:12.959Z Compiling lru-cache v0.1.2
17882026-07-20T18:36:13.084Z Compiling foreign-types v0.5.0
17892026-07-20T18:36:13.210Z Compiling hubpack v0.1.2
17902026-07-20T18:36:13.640Z Compiling progenitor-client v0.14.0
17912026-07-20T18:36:13.804Z Compiling num_enum_derive v0.5.11
17922026-07-20T18:36:13.936Z Compiling progenitor-extras v0.2.0
17932026-07-20T18:36:14.834Z Compiling atomicwrites v0.4.4
17942026-07-20T18:36:14.881Z Compiling hickory-proto v0.24.4
17952026-07-20T18:36:15.034Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-07-20T18:36:15.270Z Compiling progenitor-impl v0.13.0
17972026-07-20T18:36:16.704Z Compiling crossbeam-deque v0.8.6
17982026-07-20T18:36:16.895Z Compiling console v0.15.11
17992026-07-20T18:36:17.028Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18002026-07-20T18:36:17.551Z Compiling camino-tempfile v1.4.1
18012026-07-20T18:36:17.584Z Compiling chacha20 v0.10.0
18022026-07-20T18:36:17.788Z Compiling serde-big-array v0.5.1
18032026-07-20T18:36:17.850Z Compiling derive-where v1.6.1
18042026-07-20T18:36:17.929Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18052026-07-20T18:36:18.297Z Compiling pin-project-internal v1.1.13
18062026-07-20T18:36:18.466Z Compiling num-derive v0.4.2
18072026-07-20T18:36:18.941Z Compiling cstr-argument v0.1.2
18082026-07-20T18:36:19.043Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18092026-07-20T18:36:19.093Z Compiling similar v2.7.0
18102026-07-20T18:36:19.117Z Compiling minimal-lexical v0.2.1
18112026-07-20T18:36:19.279Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-07-20T18:36:19.349Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-07-20T18:36:19.376Z Compiling siphasher v1.0.3
18142026-07-20T18:36:19.402Z Compiling pin-project v1.1.13
18152026-07-20T18:36:19.430Z Compiling nom v7.1.3
18162026-07-20T18:36:19.498Z Compiling expectorate v1.2.0
18172026-07-20T18:36:19.572Z Compiling phf_shared v0.12.1
18182026-07-20T18:36:19.667Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18192026-07-20T18:36:19.748Z Compiling progenitor-macro v0.13.0
18202026-07-20T18:36:20.039Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18212026-07-20T18:36:20.424Z Compiling rand v0.10.2
18222026-07-20T18:36:21.166Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-07-20T18:36:21.363Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18242026-07-20T18:36:21.482Z Compiling hickory-resolver v0.24.4
18252026-07-20T18:36:22.201Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18262026-07-20T18:36:22.364Z Compiling num_enum v0.5.11
18272026-07-20T18:36:22.397Z Compiling progenitor-client v0.13.0
18282026-07-20T18:36:22.480Z Compiling newtype_derive v0.1.6
18292026-07-20T18:36:22.943Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-07-20T18:36:23.003Z Compiling progenitor-impl v0.14.0
18312026-07-20T18:36:23.839Z Compiling unicode-normalization v0.1.25
18322026-07-20T18:36:24.111Z Compiling tokio-stream v0.1.18
18332026-07-20T18:36:24.124Z Compiling snafu-derive v0.8.9
18342026-07-20T18:36:24.321Z Compiling async-recursion v1.1.1
18352026-07-20T18:36:24.586Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18362026-07-20T18:36:24.628Z Compiling slog-dtrace v0.3.0
18372026-07-20T18:36:24.877Z Compiling csv-core v0.1.13
18382026-07-20T18:36:24.891Z Compiling bstr v1.12.1
18392026-07-20T18:36:24.903Z Compiling highway v1.3.0
18402026-07-20T18:36:25.017Z Compiling konst_macro_rules v0.2.19
18412026-07-20T18:36:25.138Z Compiling foldhash v0.1.5
18422026-07-20T18:36:25.193Z Compiling foreign-types-shared v0.1.1
18432026-07-20T18:36:25.281Z Compiling cancel-safe-futures v0.1.5
18442026-07-20T18:36:25.294Z Compiling same-file v1.0.6
18452026-07-20T18:36:25.316Z Compiling openssl v0.10.80
18462026-07-20T18:36:25.383Z Compiling unicode-xid v0.2.6
18472026-07-20T18:36:25.462Z Compiling owo-colors v4.3.0
18482026-07-20T18:36:25.501Z Compiling unicode-width v0.1.14
18492026-07-20T18:36:25.538Z Compiling chrono-tz v0.10.4
18502026-07-20T18:36:25.632Z Compiling const_format_proc_macros v0.2.34
18512026-07-20T18:36:25.794Z Compiling walkdir v2.5.0
18522026-07-20T18:36:25.861Z Compiling foreign-types v0.3.2
18532026-07-20T18:36:25.919Z Compiling hashbrown v0.15.5
18542026-07-20T18:36:25.930Z Compiling snafu v0.8.9
18552026-07-20T18:36:25.933Z Compiling globset v0.4.18
18562026-07-20T18:36:26.211Z Compiling konst v0.2.20
18572026-07-20T18:36:26.315Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-07-20T18:36:26.412Z Compiling csv v1.4.0
18592026-07-20T18:36:26.447Z Compiling progenitor v0.13.0
18602026-07-20T18:36:26.520Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-07-20T18:36:26.544Z Compiling qorb v0.4.1
18622026-07-20T18:36:26.580Z Compiling olpc-cjson v0.1.4
18632026-07-20T18:36:26.616Z Compiling progenitor-macro v0.14.0
18642026-07-20T18:36:26.836Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-07-20T18:36:26.982Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18662026-07-20T18:36:28.227Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-07-20T18:36:28.429Z Compiling rayon v1.12.0
18682026-07-20T18:36:28.773Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-07-20T18:36:28.790Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18702026-07-20T18:36:29.108Z Compiling phf v0.12.1
18712026-07-20T18:36:29.257Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-07-20T18:36:29.324Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-20T18:36:30.220Z Compiling zone_cfg_derive v0.3.1
18742026-07-20T18:36:30.248Z Compiling tokio-dtrace v0.1.1
18752026-07-20T18:36:30.573Z Compiling itertools v0.12.1
18762026-07-20T18:36:30.722Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18772026-07-20T18:36:30.949Z Compiling libsw-core v0.3.2
18782026-07-20T18:36:30.961Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-07-20T18:36:31.123Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18802026-07-20T18:36:31.520Z Compiling serde_plain v1.0.2
18812026-07-20T18:36:31.595Z Compiling openssl-macros v0.1.1
18822026-07-20T18:36:31.730Z Compiling pem v3.0.6
18832026-07-20T18:36:31.733Z Compiling cookie v0.18.1
18842026-07-20T18:36:31.883Z Compiling sigpipe v0.1.3
18852026-07-20T18:36:31.975Z Compiling glob v0.3.3
18862026-07-20T18:36:31.990Z Compiling fixedbitset v0.4.2
18872026-07-20T18:36:32.041Z Compiling fixedbitset v0.5.7
18882026-07-20T18:36:32.111Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-07-20T18:36:32.119Z Compiling typed-path v0.9.3
18902026-07-20T18:36:32.219Z Compiling jiff v0.2.28
18912026-07-20T18:36:32.337Z Compiling bytecount v0.6.9
18922026-07-20T18:36:32.391Z Compiling petgraph v0.8.3
18932026-07-20T18:36:32.422Z Compiling petgraph v0.6.5
18942026-07-20T18:36:32.480Z Compiling papergrid v0.11.0
18952026-07-20T18:36:33.455Z Compiling tough v0.22.0
18962026-07-20T18:36:33.880Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-07-20T18:36:33.990Z Compiling zone v0.3.1
18982026-07-20T18:36:34.097Z Compiling progenitor v0.14.0
18992026-07-20T18:36:34.189Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19002026-07-20T18:36:34.200Z Compiling libsw v3.5.0
19012026-07-20T18:36:34.224Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-07-20T18:36:34.263Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19032026-07-20T18:36:34.370Z Compiling oxide-tokio-rt v0.1.6
19042026-07-20T18:36:34.406Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19052026-07-20T18:36:34.509Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-20T18:36:34.783Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-07-20T18:36:34.953Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-07-20T18:36:35.718Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-07-20T18:36:36.055Z Compiling const_format v0.2.36
19102026-07-20T18:36:36.399Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19112026-07-20T18:36:36.611Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-20T18:36:36.680Z Compiling tabled_derive v0.7.0
19132026-07-20T18:36:36.819Z Compiling gethostname v0.5.0
19142026-07-20T18:36:36.831Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-20T18:36:36.941Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19162026-07-20T18:36:36.954Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-20T18:36:37.077Z Compiling smf v0.2.3
19182026-07-20T18:36:37.149Z Compiling bcs v0.1.6
19192026-07-20T18:36:37.201Z Compiling nom v8.0.0
19202026-07-20T18:36:37.468Z Compiling crunchy v0.2.4
19212026-07-20T18:36:37.666Z Compiling lazy_static v1.5.0
19222026-07-20T18:36:37.689Z Compiling tagptr v0.2.0
19232026-07-20T18:36:37.770Z Compiling linear-map v1.2.0
19242026-07-20T18:36:37.781Z Compiling whoami v1.6.1
19252026-07-20T18:36:37.838Z Compiling unicode-linebreak v0.1.5
19262026-07-20T18:36:37.961Z Compiling termtree v0.5.1
19272026-07-20T18:36:38.043Z Compiling smawk v0.3.2
19282026-07-20T18:36:38.093Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-07-20T18:36:38.115Z Compiling moka v0.12.15
19302026-07-20T18:36:38.183Z Compiling textwrap v0.16.2
19312026-07-20T18:36:38.401Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-07-20T18:36:38.740Z Compiling steno v0.4.1
19332026-07-20T18:36:38.913Z Compiling tabled v0.15.0
19342026-07-20T18:36:39.518Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-07-20T18:36:39.683Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-07-20T18:36:39.742Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-20T18:36:40.542Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-07-20T18:36:41.546Z Compiling hickory-proto v0.25.2
19392026-07-20T18:36:41.642Z Compiling tiny-keccak v2.0.2
19402026-07-20T18:36:41.901Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19412026-07-20T18:36:42.114Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19422026-07-20T18:36:42.498Z Compiling parking_lot_core v0.8.6
19432026-07-20T18:36:42.678Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19442026-07-20T18:36:42.949Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-07-20T18:36:43.032Z Compiling libscf-sys v1.2.0
19462026-07-20T18:36:43.135Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19472026-07-20T18:36:43.173Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19482026-07-20T18:36:43.197Z Compiling const-random-macro v0.1.16
19492026-07-20T18:36:43.384Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19502026-07-20T18:36:43.486Z Compiling hickory-resolver v0.25.2
19512026-07-20T18:36:43.610Z Compiling ahash v0.8.12
19522026-07-20T18:36:43.811Z Compiling smartstring v1.0.1
19532026-07-20T18:36:43.875Z Compiling parking_lot v0.11.2
19542026-07-20T18:36:43.933Z Compiling const-random v0.1.18
19552026-07-20T18:36:44.296Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19562026-07-20T18:36:44.333Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19572026-07-20T18:36:44.363Z Compiling fxhash v0.2.1
19582026-07-20T18:36:44.501Z Compiling internet-checksum v0.2.1
19592026-07-20T18:36:44.539Z Compiling sled v0.34.7
19602026-07-20T18:36:45.076Z Compiling itertools v0.15.0
19612026-07-20T18:36:45.165Z Compiling thin-vec v0.2.18
19622026-07-20T18:36:45.463Z Compiling rhai_codegen v3.2.0
19632026-07-20T18:36:45.742Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19642026-07-20T18:36:45.837Z Compiling serial_test_derive v3.5.0
19652026-07-20T18:36:45.866Z Compiling diff v0.1.13
19662026-07-20T18:36:46.209Z Compiling yansi v1.0.1
19672026-07-20T18:36:46.469Z Compiling pretty_assertions v1.4.1
19682026-07-20T18:36:46.594Z Compiling serial_test v3.5.0
19692026-07-20T18:36:46.773Z Compiling rhai v1.25.1
19702026-07-20T18:36:47.674Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19712026-07-20T18:36:48.743Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-07-20T18:36:57.073Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-07-20T18:36:58.744Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-07-20T18:36:59.778Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19752026-07-20T18:37:00.718Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19762026-07-20T18:37:01.581Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19772026-07-20T18:37:02.732Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19782026-07-20T18:37:35.747Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 17s
19792026-07-20T18:37:35.747Z────────────
19802026-07-20T18:37:35.747Z Nextest run ID 5996444e-e95e-4a8b-a1a7-bd9ef710d90a with nextest profile: default
19812026-07-20T18:37:35.747Z Starting 154 tests across 3 binaries
19822026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19832026-07-20T18:37:35.747Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19842026-07-20T18:37:35.747Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19852026-07-20T18:37:35.747Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19862026-07-20T18:37:35.747Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19872026-07-20T18:37:35.747Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19882026-07-20T18:37:35.747Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19892026-07-20T18:37:35.747Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19902026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19912026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19922026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19932026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19942026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19952026-07-20T18:37:35.747Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19962026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19972026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19982026-07-20T18:37:35.747Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19992026-07-20T18:37:35.747Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
20002026-07-20T18:37:35.747Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
20012026-07-20T18:37:35.748Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
20022026-07-20T18:37:35.748Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
20032026-07-20T18:37:35.748Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
20042026-07-20T18:37:35.748Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
20052026-07-20T18:37:35.748Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
20062026-07-20T18:37:35.748Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
20072026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
20082026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
20092026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
20102026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
20112026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
20122026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
20132026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
20142026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
20152026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
20162026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
20172026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
20182026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
20192026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
20202026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
20212026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
20222026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
20232026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
20242026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
20252026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
20262026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
20272026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
20282026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20292026-07-20T18:37:35.749Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20302026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20312026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20322026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20332026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
20342026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20352026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20362026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
20372026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20382026-07-20T18:37:35.749Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20392026-07-20T18:37:35.750Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
20402026-07-20T18:37:35.750Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
20412026-07-20T18:37:35.750Z PASS [ 0.009s] bgp messages::tests::open_round_trip
20422026-07-20T18:37:35.750Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20432026-07-20T18:37:35.750Z PASS [ 0.009s] bgp messages::tests::prefix_within
20442026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
20452026-07-20T18:37:35.752Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
20462026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20472026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20482026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20492026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20502026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20512026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20522026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20532026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20542026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20552026-07-20T18:37:35.752Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20562026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20572026-07-20T18:37:35.752Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20582026-07-20T18:37:35.752Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20592026-07-20T18:37:35.752Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20602026-07-20T18:37:35.753Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20612026-07-20T18:37:35.753Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20622026-07-20T18:37:35.753Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20632026-07-20T18:37:35.753Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20642026-07-20T18:37:35.753Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20652026-07-20T18:37:35.753Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20662026-07-20T18:37:35.753Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20672026-07-20T18:37:35.753Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20682026-07-20T18:37:35.753Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20692026-07-20T18:37:35.753Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20702026-07-20T18:37:35.753Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20712026-07-20T18:37:35.753Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20722026-07-20T18:37:35.753Z PASS [ 0.020s] bgp policy::test::update_shape_community
20732026-07-20T18:37:35.753Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20742026-07-20T18:37:35.753Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20752026-07-20T18:37:35.754Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20762026-07-20T18:37:35.754Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20772026-07-20T18:37:35.754Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20782026-07-20T18:37:35.766Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20792026-07-20T18:37:35.766Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20802026-07-20T18:37:35.766Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20812026-07-20T18:37:35.766Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20822026-07-20T18:37:35.766Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20832026-07-20T18:37:35.766Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20842026-07-20T18:37:35.766Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20852026-07-20T18:37:35.766Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20862026-07-20T18:37:35.766Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20872026-07-20T18:37:35.766Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20882026-07-20T18:37:35.766Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20892026-07-20T18:37:35.766Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20902026-07-20T18:37:35.766Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20912026-07-20T18:37:35.766Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20922026-07-20T18:37:35.766Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20932026-07-20T18:37:35.766Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20942026-07-20T18:37:35.766Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20952026-07-20T18:37:35.766Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20962026-07-20T18:37:35.766Z PASS [ 0.030s] bgp proptest::prop_update_mp_reach_roundtrip
20972026-07-20T18:37:35.767Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20982026-07-20T18:37:35.767Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20992026-07-20T18:37:35.767Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
21002026-07-20T18:37:35.767Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
21012026-07-20T18:37:35.767Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
21022026-07-20T18:37:35.767Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
21032026-07-20T18:37:38.697Z PASS [ 3.065s] bgp test::test_basic_peering_active
21042026-07-20T18:37:38.700Z PASS [ 3.067s] bgp test::test_basic_peering_passive
21052026-07-20T18:37:38.703Z PASS [ 3.063s] bgp test::test_basic_update_ipv6
21062026-07-20T18:37:38.704Z PASS [ 3.066s] bgp test::test_basic_update
21072026-07-20T18:37:38.708Z PASS [ 3.075s] bgp test::test_basic_peering_active_tcp
21082026-07-20T18:37:38.720Z PASS [ 3.084s] bgp test::test_basic_peering_passive_tcp
21092026-07-20T18:37:38.723Z PASS [ 3.081s] bgp test::test_basic_update_tcp
21102026-07-20T18:37:38.723Z PASS [ 3.084s] bgp test::test_basic_update_ipv6_tcp
21112026-07-20T18:37:41.775Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_active
21122026-07-20T18:37:41.786Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
21132026-07-20T18:37:41.802Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_passive_tcp
21142026-07-20T18:37:42.783Z PASS [ 4.086s] bgp test::test_dual_stack_routes_ipv4_peer_success
21152026-07-20T18:37:42.783Z PASS [ 4.083s] bgp test::test_import_export_policy_filtering
21162026-07-20T18:37:42.783Z PASS [ 4.080s] bgp test::test_ipv4_routes_ipv6_peer_success
21172026-07-20T18:37:42.786Z PASS [ 4.087s] bgp test::test_dual_stack_routes_ipv6_peer_success
21182026-07-20T18:37:42.803Z PASS [ 4.082s] bgp test::test_ipv6_basic_peering_active_tcp
21192026-07-20T18:37:42.847Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
21202026-07-20T18:37:43.875Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp
21212026-07-20T18:37:43.875Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6
21222026-07-20T18:37:44.601Z PASS [ 2.798s] bgp test::test_neighbor_thread_lifecycle_no_leaks
21232026-07-20T18:37:44.846Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
21242026-07-20T18:37:44.936Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
21252026-07-20T18:37:44.941Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21262026-07-20T18:37:44.946Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21272026-07-20T18:37:44.951Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21282026-07-20T18:37:44.956Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21292026-07-20T18:37:45.851Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
21302026-07-20T18:37:46.852Z PASS [ 4.065s] bgp test::test_three_router_chain_unnumbered
21312026-07-20T18:37:47.868Z PASS [ 5.065s] bgp test::test_unnumbered_dualstack_route_exchange
21322026-07-20T18:37:49.662Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
21332026-07-20T18:37:52.938Z PASS [ 9.063s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21342026-07-20T18:37:53.908Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
21352026-07-20T18:38:00.912Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
21362026-07-20T18:38:00.916Z────────────
21372026-07-20T18:38:00.916Z Summary [ 25.440s] 154 tests run: 154 passed, 0 skipped
21382026-07-20T18:38:00.926Z+ 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/
21392026-07-20T18:38:00.930Z+ popd
21402026-07-20T18:38:00.930Z+ pushd mgd
21412026-07-20T18:38:00.934Z/work/oxidecomputer/maghemite
21422026-07-20T18:38:00.934Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21432026-07-20T18:38:00.934Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21442026-07-20T18:38:02.120Z Compiling slog v2.8.2
21452026-07-20T18:38:02.232Z Compiling usdt v0.6.0
21462026-07-20T18:38:02.324Z Compiling proc-macro-error-attr2 v2.0.0
21472026-07-20T18:38:02.342Z Compiling papergrid v0.18.0
21482026-07-20T18:38:02.346Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21492026-07-20T18:38:02.346Z Compiling testing_table v0.3.0
21502026-07-20T18:38:02.506Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21512026-07-20T18:38:02.517Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21522026-07-20T18:38:02.527Z Compiling slog-json v2.6.1
21532026-07-20T18:38:02.623Z Compiling slog-async v2.8.0
21542026-07-20T18:38:02.770Z Compiling slog-term v2.9.2
21552026-07-20T18:38:02.852Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21562026-07-20T18:38:02.887Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-07-20T18:38:02.953Z Compiling slog-bunyan v2.5.0
21582026-07-20T18:38:02.980Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-07-20T18:38:03.091Z Compiling dropshot v0.17.1
21602026-07-20T18:38:03.270Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-07-20T18:38:03.306Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-07-20T18:38:03.360Z Compiling slog-dtrace v0.3.0
21632026-07-20T18:38:03.372Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21642026-07-20T18:38:03.669Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21652026-07-20T18:38:03.835Z Compiling steno v0.4.1
21662026-07-20T18:38:04.364Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-07-20T18:38:04.463Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-07-20T18:38:04.489Z Compiling proc-macro-error2 v2.0.1
21692026-07-20T18:38:04.759Z Compiling tabled_derive v0.11.0
21702026-07-20T18:38:05.886Z Compiling tabled v0.21.0
21712026-07-20T18:38:06.118Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-07-20T18:38:07.332Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-07-20T18:38:08.658Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-07-20T18:38:08.742Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21752026-07-20T18:38:09.250Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-07-20T18:38:09.430Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-07-20T18:38:09.567Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21782026-07-20T18:38:09.909Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
21792026-07-20T18:38:10.282Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-07-20T18:38:10.315Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-07-20T18:38:12.287Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-20T18:38:12.338Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-07-20T18:38:12.433Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-20T18:38:12.558Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-07-20T18:38:13.284Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-07-20T18:38:13.442Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-07-20T18:38:13.564Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-07-20T18:38:14.184Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-07-20T18:38:14.396Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-07-20T18:38:14.411Z Compiling crc8 v0.1.1
21912026-07-20T18:38:14.454Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21922026-07-20T18:38:14.527Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
21932026-07-20T18:38:14.635Z Compiling dropshot-api-manager-types v0.7.2
21942026-07-20T18:38:14.944Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21952026-07-20T18:38:15.006Z Compiling port-file v0.1.0
21962026-07-20T18:38:15.048Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-07-20T18:38:18.406Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-07-20T18:38:18.406Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-07-20T18:38:19.374Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-07-20T18:38:19.557Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-07-20T18:38:20.337Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-07-20T18:38:21.954Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-07-20T18:38:22.157Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-07-20T18:38:27.765Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-07-20T18:38:35.368Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-07-20T18:38:36.978Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-07-20T18:38:38.002Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22082026-07-20T18:38:38.927Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22092026-07-20T18:38:39.729Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22102026-07-20T18:38:40.902Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22112026-07-20T18:38:40.906Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22122026-07-20T18:38:40.906Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22132026-07-20T18:38:41.099Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
22142026-07-20T18:38:46.762Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22152026-07-20T18:39:13.960Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
22162026-07-20T18:39:14.132Z────────────
22172026-07-20T18:39:14.132Z Nextest run ID e56dd260-c711-4ea4-b0fe-af9d6bf62125 with nextest profile: default
22182026-07-20T18:39:14.133Z Starting 37 tests across 3 binaries
22192026-07-20T18:39:14.138Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22202026-07-20T18:39:14.138Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22212026-07-20T18:39:14.138Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22222026-07-20T18:39:14.138Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22232026-07-20T18:39:14.190Z PASS [ 0.058s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22242026-07-20T18:39:14.198Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22252026-07-20T18:39:14.203Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22262026-07-20T18:39:14.203Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22272026-07-20T18:39:14.203Z PASS [ 0.066s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
22282026-07-20T18:39:14.203Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22292026-07-20T18:39:14.203Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
22302026-07-20T18:39:14.207Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22312026-07-20T18:39:14.211Z PASS [ 0.075s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
22322026-07-20T18:39:14.211Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22332026-07-20T18:39:14.211Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22342026-07-20T18:39:14.215Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22352026-07-20T18:39:14.215Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22362026-07-20T18:39:14.223Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22372026-07-20T18:39:14.224Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22382026-07-20T18:39:14.227Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22392026-07-20T18:39:14.227Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22402026-07-20T18:39:14.227Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22412026-07-20T18:39:14.227Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22422026-07-20T18:39:14.228Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22432026-07-20T18:39:14.228Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22442026-07-20T18:39:14.232Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22452026-07-20T18:39:14.232Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22462026-07-20T18:39:14.232Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22472026-07-20T18:39:14.233Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22482026-07-20T18:39:14.236Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22492026-07-20T18:39:14.236Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22502026-07-20T18:39:14.236Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22512026-07-20T18:39:14.252Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22522026-07-20T18:39:14.252Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22532026-07-20T18:39:14.252Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22542026-07-20T18:39:14.252Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22552026-07-20T18:39:14.252Z PASS [ 0.054s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22562026-07-20T18:39:14.252Z────────────
22572026-07-20T18:39:14.252Z Summary [ 0.117s] 37 tests run: 37 passed, 0 skipped
22582026-07-20T18:39:14.268Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22592026-07-20T18:39:14.268Z+ popd
22602026-07-20T18:39:14.268Z/work/oxidecomputer/maghemite
22612026-07-20T18:39:14.268Zprocess exited: duration 405909 ms, exit code 0
 
22622026-07-20T18:39:14.308Zfound 69 output files
22632026-07-20T18:39:14.308Zuploading: /work/apply_change_peer_asn.log (17703 bytes)
22642026-07-20T18:39:15.324Zuploaded: /work/apply_change_peer_asn.log
22652026-07-20T18:39:15.328Zuploading: /work/apply_empty_removes_peers.log (12262 bytes)
22662026-07-20T18:39:16.848Zuploaded: /work/apply_empty_removes_peers.log
22672026-07-20T18:39:16.848Zuploading: /work/apply_remove_entire_group.log (8127 bytes)
22682026-07-20T18:39:17.864Zuploaded: /work/apply_remove_entire_group.log
22692026-07-20T18:39:17.864Zuploading: /work/delete_router_removes_router_state.log (26166 bytes)
22702026-07-20T18:39:18.898Zuploaded: /work/delete_router_removes_router_state.log
22712026-07-20T18:39:18.898Zuploading: /work/dualstack_routes.log (85949 bytes)
22722026-07-20T18:39:19.918Zuploaded: /work/dualstack_routes.log
22732026-07-20T18:39:19.918Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2278 bytes)
22742026-07-20T18:39:20.927Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22752026-07-20T18:39:20.927Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1374 bytes)
22762026-07-20T18:39:22.284Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22772026-07-20T18:39:22.284Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2269 bytes)
22782026-07-20T18:39:23.298Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22792026-07-20T18:39:23.298Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2498 bytes)
22802026-07-20T18:39:24.309Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22812026-07-20T18:39:24.309Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2277 bytes)
22822026-07-20T18:39:25.327Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22832026-07-20T18:39:25.328Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2259 bytes)
22842026-07-20T18:39:26.344Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22852026-07-20T18:39:26.344Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3038 bytes)
22862026-07-20T18:39:27.960Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22872026-07-20T18:39:27.960Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2319 bytes)
22882026-07-20T18:39:28.974Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22892026-07-20T18:39:28.974Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2314 bytes)
22902026-07-20T18:39:29.995Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22912026-07-20T18:39:29.996Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2392 bytes)
22922026-07-20T18:39:31.029Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22932026-07-20T18:39:31.029Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2355 bytes)
22942026-07-20T18:39:32.050Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22952026-07-20T18:39:32.050Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2430 bytes)
22962026-07-20T18:39:33.064Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22972026-07-20T18:39:33.064Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4650 bytes)
22982026-07-20T18:39:35.122Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22992026-07-20T18:39:35.122Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3496 bytes)
23002026-07-20T18:39:36.140Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
23012026-07-20T18:39:36.140Zuploading: /work/multiple_unnumbered.log (139000 bytes)
23022026-07-20T18:39:40.428Zuploaded: /work/multiple_unnumbered.log
23032026-07-20T18:39:40.428Zuploading: /work/ndp_change_reset.log (69443 bytes)
23042026-07-20T18:39:42.788Zuploaded: /work/ndp_change_reset.log
23052026-07-20T18:39:42.788Zuploading: /work/ndp_changes.log (89002 bytes)
23062026-07-20T18:39:43.813Zuploaded: /work/ndp_changes.log
23072026-07-20T18:39:43.813Zuploading: /work/r1.test_basic_peering_active.log (38280 bytes)
23082026-07-20T18:39:44.841Zuploaded: /work/r1.test_basic_peering_active.log
23092026-07-20T18:39:44.841Zuploading: /work/r1.test_basic_peering_active_tcp.log (43242 bytes)
23102026-07-20T18:39:45.868Zuploaded: /work/r1.test_basic_peering_active_tcp.log
23112026-07-20T18:39:45.868Zuploading: /work/r1.test_basic_peering_passive.log (33810 bytes)
23122026-07-20T18:39:46.911Zuploaded: /work/r1.test_basic_peering_passive.log
23132026-07-20T18:39:46.911Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39689 bytes)
23142026-07-20T18:39:47.964Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
23152026-07-20T18:39:47.965Zuploading: /work/r1.test_basic_update.log (28661 bytes)
23162026-07-20T18:39:48.985Zuploaded: /work/r1.test_basic_update.log
23172026-07-20T18:39:48.985Zuploading: /work/r1.test_basic_update_ipv6.log (46681 bytes)
23182026-07-20T18:39:49.998Zuploaded: /work/r1.test_basic_update_ipv6.log
23192026-07-20T18:39:49.998Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31149 bytes)
23202026-07-20T18:39:51.018Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
23212026-07-20T18:39:51.018Zuploading: /work/r1.test_basic_update_tcp.log (31307 bytes)
23222026-07-20T18:39:52.030Zuploaded: /work/r1.test_basic_update_tcp.log
23232026-07-20T18:39:52.030Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (57494 bytes)
23242026-07-20T18:39:53.811Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23252026-07-20T18:39:53.811Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43959 bytes)
23262026-07-20T18:39:54.841Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23272026-07-20T18:39:54.841Zuploading: /work/r1.test_import_export_policy_filtering.log (40202 bytes)
23282026-07-20T18:39:55.852Zuploaded: /work/r1.test_import_export_policy_filtering.log
23292026-07-20T18:39:55.852Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (48772 bytes)
23302026-07-20T18:39:56.862Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23312026-07-20T18:39:56.863Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40373 bytes)
23322026-07-20T18:39:57.872Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23332026-07-20T18:39:57.872Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49033 bytes)
23342026-07-20T18:39:58.882Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23352026-07-20T18:39:58.882Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33751 bytes)
23362026-07-20T18:39:59.892Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23372026-07-20T18:39:59.892Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39619 bytes)
23382026-07-20T18:40:00.905Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23392026-07-20T18:40:00.905Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35661 bytes)
23402026-07-20T18:40:01.915Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23412026-07-20T18:40:01.918Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29937 bytes)
23422026-07-20T18:40:02.926Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23432026-07-20T18:40:02.926Zuploading: /work/r1.test_three_router_chain_tcp.log (25865 bytes)
23442026-07-20T18:40:03.936Zuploaded: /work/r1.test_three_router_chain_tcp.log
23452026-07-20T18:40:03.936Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25926 bytes)
23462026-07-20T18:40:04.947Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23472026-07-20T18:40:04.947Zuploading: /work/r2.test_basic_peering_active.log (39083 bytes)
23482026-07-20T18:40:05.959Zuploaded: /work/r2.test_basic_peering_active.log
23492026-07-20T18:40:05.959Zuploading: /work/r2.test_basic_peering_active_tcp.log (44389 bytes)
23502026-07-20T18:40:06.969Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23512026-07-20T18:40:06.969Zuploading: /work/r2.test_basic_peering_passive.log (41447 bytes)
23522026-07-20T18:40:07.980Zuploaded: /work/r2.test_basic_peering_passive.log
23532026-07-20T18:40:07.980Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46474 bytes)
23542026-07-20T18:40:08.992Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23552026-07-20T18:40:08.992Zuploading: /work/r2.test_basic_update.log (29052 bytes)
23562026-07-20T18:40:10.038Zuploaded: /work/r2.test_basic_update.log
23572026-07-20T18:40:10.038Zuploading: /work/r2.test_basic_update_ipv6.log (44600 bytes)
23582026-07-20T18:40:11.048Zuploaded: /work/r2.test_basic_update_ipv6.log
23592026-07-20T18:40:11.048Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (30844 bytes)
23602026-07-20T18:40:12.058Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23612026-07-20T18:40:12.058Zuploading: /work/r2.test_basic_update_tcp.log (32799 bytes)
23622026-07-20T18:40:13.068Zuploaded: /work/r2.test_basic_update_tcp.log
23632026-07-20T18:40:13.068Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (50824 bytes)
23642026-07-20T18:40:14.080Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23652026-07-20T18:40:14.080Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43816 bytes)
23662026-07-20T18:40:15.094Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23672026-07-20T18:40:15.094Zuploading: /work/r2.test_import_export_policy_filtering.log (36554 bytes)
23682026-07-20T18:40:16.110Zuploaded: /work/r2.test_import_export_policy_filtering.log
23692026-07-20T18:40:16.110Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (51430 bytes)
23702026-07-20T18:40:17.130Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23712026-07-20T18:40:17.130Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38926 bytes)
23722026-07-20T18:40:18.146Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23732026-07-20T18:40:18.146Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47809 bytes)
23742026-07-20T18:40:19.166Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23752026-07-20T18:40:19.166Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41391 bytes)
23762026-07-20T18:40:20.183Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23772026-07-20T18:40:20.183Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46704 bytes)
23782026-07-20T18:40:21.199Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23792026-07-20T18:40:21.200Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38169 bytes)
23802026-07-20T18:40:22.215Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23812026-07-20T18:40:22.215Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28072 bytes)
23822026-07-20T18:40:23.225Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23832026-07-20T18:40:23.226Zuploading: /work/r2.test_three_router_chain_tcp.log (44831 bytes)
23842026-07-20T18:40:24.239Zuploaded: /work/r2.test_three_router_chain_tcp.log
23852026-07-20T18:40:24.239Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (47119 bytes)
23862026-07-20T18:40:25.253Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23872026-07-20T18:40:25.253Zuploading: /work/r3.test_three_router_chain_tcp.log (20598 bytes)
23882026-07-20T18:40:26.263Zuploaded: /work/r3.test_three_router_chain_tcp.log
23892026-07-20T18:40:26.263Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (23704 bytes)
23902026-07-20T18:40:27.275Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23912026-07-20T18:40:27.275Zuploading: /work/same_linklocal.log (157234 bytes)
23922026-07-20T18:40:28.293Zuploaded: /work/same_linklocal.log
23932026-07-20T18:40:28.294Zuploading: /work/three_chain.log (145347 bytes)
23942026-07-20T18:40:29.323Zuploaded: /work/three_chain.log
23952026-07-20T18:40:29.324Zuploading: /work/unnumbered_expiry.log (88644 bytes)
23962026-07-20T18:40:30.359Zuploaded: /work/unnumbered_expiry.log
23972026-07-20T18:40:30.359Zuploading: /work/unnumbered_interface_lifecycle.log (119416 bytes)
23982026-07-20T18:40:31.381Zuploaded: /work/unnumbered_interface_lifecycle.log
23992026-07-20T18:40:31.382Zuploading: /work/unnumbered_peer_change.log (79088 bytes)
24002026-07-20T18:40:32.409Zuploaded: /work/unnumbered_peer_change.log