01KXGKKJYH7KVYKM4T7BRA48ZW: 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: 01KXGKM5Y4S1H9S5303SYH9816

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T15:24:41.013Zjob assigned to worker 01KXGKMA07D8F14MTP23W5JMTH [factory aws, i-0007d8daaa47e7194] (queued for 56 s)
 
22026-07-14T15:24:47.755Zstarting task 0: "setup"
32026-07-14T15:24:47.758Z++ uname -s
42026-07-14T15:24:47.761Z+ kern=SunOS
52026-07-14T15:24:47.761Z+ build_user=build
62026-07-14T15:24:47.761Z+ build_uid=12345
72026-07-14T15:24:47.761Z+ work_dir=/work
82026-07-14T15:24:47.761Z+ input_dir=/input
92026-07-14T15:24:47.761Z+ [[ 0 == 12345 ]]
102026-07-14T15:24:47.761Z+ case "$kern" in
112026-07-14T15:24:47.761Z+ groupadd -g 12345 build
122026-07-14T15:24:47.764Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T15:24:49.769Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T15:24:49.845Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T15:24:49.848Z+ home_fs=zfs
162026-07-14T15:24:49.848Z+ [[ zfs == autofs ]]
172026-07-14T15:24:49.849Z+ mkdir -p /home/build
182026-07-14T15:24:49.849Z+ chown build:build /home/build /work
192026-07-14T15:24:51.849Z+ chmod 0700 /home/build /work
202026-07-14T15:24:51.852Zprocess exited: duration 4099 ms, exit code 0
 
212026-07-14T15:24:51.860Zstarting task 1: "rust-toolchain"
222026-07-14T15:24:51.864Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T15:24:51.864Z * rust toolchain channel = "stable"
242026-07-14T15:24:51.864Z * rust toolchain profile = "default"
252026-07-14T15:24:51.864Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T15:24:51.864Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T15:24:51.864Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T15:24:51.867Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T15:24:51.867Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T15:24:51.965Zinfo: downloading installer
312026-07-14T15:24:53.340Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T15:24:53.340Zwarn: /opt/ooce/bin
332026-07-14T15:24:53.340Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T15:24:53.340Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T15:24:53.340Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T15:24:53.340Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T15:24:53.340Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T15:24:53.340Zerror: cannot install while Rust is installed
392026-07-14T15:24:53.340Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T15:24:53.340Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T15:24:53.340Zwarn: /home/build/.rustup/settings.toml
422026-07-14T15:24:53.340Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T15:24:53.340Zwarn: instead of the one inferred from the default host triple.
442026-07-14T15:24:53.354Zinfo: profile set to default
452026-07-14T15:24:53.354Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T15:24:53.356Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T15:24:53.496Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T15:24:53.499Zinfo: downloading 6 components
492026-07-14T15:25:09.274Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T15:25:09.274Z
512026-07-14T15:25:09.303Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T15:25:09.303Z
532026-07-14T15:25:09.303Z
542026-07-14T15:25:09.303ZRust is installed now. Great!
552026-07-14T15:25:09.303Z
562026-07-14T15:25:09.303ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T15:25:09.303Zenvironment variable. This has not been done automatically.
582026-07-14T15:25:09.303Z
592026-07-14T15:25:09.304ZTo configure your current shell, you need to source
602026-07-14T15:25:09.304Zthe corresponding env file under $HOME/.cargo.
612026-07-14T15:25:09.304Z
622026-07-14T15:25:09.304ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T15:25:09.304Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T15:25:09.304Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T15:25:09.304Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T15:25:09.304Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T15:25:09.304Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T15:25:09.304Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T15:25:09.307Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T15:25:09.307Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T15:25:09.406Z+ rustup --version
722026-07-14T15:25:09.415Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T15:25:09.419Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T15:25:09.436Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T15:25:09.439Z+ cargo --version
762026-07-14T15:25:09.451Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T15:25:09.458Z+ rustc --version
782026-07-14T15:25:09.472Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T15:25:09.475Zprocess exited: duration 17615 ms, exit code 0
 
802026-07-14T15:25:09.481Zstarting task 2: "authentication"
812026-07-14T15:25:09.497Zprocess exited: duration 15 ms, exit code 0
 
822026-07-14T15:25:09.502Zstarting task 3: "clone repository"
832026-07-14T15:25:09.505Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T15:25:09.508Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T15:25:09.542ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T15:25:11.117Z+ cd /work/oxidecomputer/maghemite
872026-07-14T15:25:11.117Z+ git fetch origin d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
882026-07-14T15:25:11.502ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T15:25:11.502Z * branch d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a -> FETCH_HEAD
902026-07-14T15:25:11.508Z+ [[ -n john/bfd-async-wiring ]]
912026-07-14T15:25:11.511Z++ git branch --show-current
922026-07-14T15:25:11.511Z+ current=main
932026-07-14T15:25:11.514Z+ [[ main != john/bfd-async-wiring ]]
942026-07-14T15:25:11.514Z+ git branch -f john/bfd-async-wiring d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
952026-07-14T15:25:11.516Z+ git checkout -f john/bfd-async-wiring
962026-07-14T15:25:11.533ZSwitched to branch 'john/bfd-async-wiring'
972026-07-14T15:25:11.536Z+ git reset --hard d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
982026-07-14T15:25:11.540ZHEAD is now at d8f0e0f fix build errors after rebasing
992026-07-14T15:25:11.543Zprocess exited: duration 2038 ms, exit code 0
 
1002026-07-14T15:25:11.549Zstarting task 4: "build"
1012026-07-14T15:25:11.553Z+ set -e
1022026-07-14T15:25:11.553Z+ source .github/buildomat/test-common.sh
1032026-07-14T15:25:11.556Z++ NEXTEST_VERSION=0.9.97
1042026-07-14T15:25:11.556Z++ PLATFORM=illumos
1052026-07-14T15:25:11.556Z++ banner install
1062026-07-14T15:25:11.556Z
1072026-07-14T15:25:11.556Z # # # #### ##### ## # #
1082026-07-14T15:25:11.556Z # ## # # # # # # #
1092026-07-14T15:25:11.556Z # # # # #### # # # # #
1102026-07-14T15:25:11.556Z # # # # # # ###### # #
1112026-07-14T15:25:11.556Z # # ## # # # # # # #
1122026-07-14T15:25:11.556Z # # # #### # # # ###### ######
1132026-07-14T15:25:11.556Z
1142026-07-14T15:25:11.556Z++ set +o errexit
1152026-07-14T15:25:11.559Z++ pkg info clang-15
1162026-07-14T15:25:11.559Z++ grep -qi installed
1172026-07-14T15:25:12.824Zpkg: info: no packages matching the following patterns you specified are
1182026-07-14T15:25:12.824Zinstalled on the system. Try querying remotely instead:
1192026-07-14T15:25:12.824Z
1202026-07-14T15:25:12.824Z clang-15
1212026-07-14T15:25:12.862Z++ [[ 1 != 0 ]]
1222026-07-14T15:25:12.862Z++ set -o errexit
1232026-07-14T15:25:12.865Z++ pfexec pkg install clang-15
1242026-07-14T15:25:19.566Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-14T15:25:27.363Z Startup: Caching catalogs ... Done
1262026-07-14T15:25:34.752ZPlanning: Solver setup ... Done
1272026-07-14T15:25:34.794ZPlanning: Running solver ... Done
1282026-07-14T15:25:34.940ZPlanning: Finding local manifests ... Done
1292026-07-14T15:25:34.962ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-14T15:25:35.054ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-14T15:25:35.084ZPlanning: Package planning ... Done
1322026-07-14T15:25:35.110ZPlanning: Merging actions ... Done
1332026-07-14T15:25:35.217ZPlanning: Checking for conflicting actions ... Done
1342026-07-14T15:25:35.223ZPlanning: Consolidating action changes ... Done
1352026-07-14T15:25:35.959ZPlanning: Evaluating mediators ... Done
1362026-07-14T15:25:35.964ZPlanning: Planning completed in 8.43 seconds
1372026-07-14T15:25:35.975Z Packages to install: 2
1382026-07-14T15:25:35.975Z Mediators to change: 2
1392026-07-14T15:25:35.978Z Services to change: 1
1402026-07-14T15:25:35.978Z Create boot environment: No
1412026-07-14T15:25:35.978ZCreate backup boot environment: No
1422026-07-14T15:25:36.016Z
1432026-07-14T15:25:36.016ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-14T15:25:41.228ZDownload: 971/3076 items 82.0/211.3MB 38% complete (16.9M/s)
1452026-07-14T15:25:46.272ZDownload: 1170/3076 items 114.6/211.3MB 54% complete (11.5M/s)
1462026-07-14T15:25:51.279ZDownload: 1702/3076 items 117.2/211.3MB 55% complete (4.7M/s)
1472026-07-14T15:25:57.012ZDownload: 2008/3076 items 117.8/211.3MB 55% complete (3.2M/s)
1482026-07-14T15:26:14.278ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1492026-07-14T15:26:19.383ZDownload: 3023/3076 items 201.5/211.3MB 95% complete (17.0M/s)
1502026-07-14T15:26:23.786ZDownload: Completed 211.31 MB in 47.77 seconds (4.4M/s)
1512026-07-14T15:26:23.903Z Actions: 1/3418 actions (Installing new actions)
1522026-07-14T15:26:27.079Z Actions: Completed 3418 actions in 3.16 seconds.
1532026-07-14T15:26:27.737Z Done
1542026-07-14T15:26:27.737Z Done
1552026-07-14T15:26:28.484Z Done
1562026-07-14T15:26:31.926Z Done
1572026-07-14T15:26:31.999Z Done
1582026-07-14T15:26:32.003Z Done
1592026-07-14T15:26:32.244Z Done
1602026-07-14T15:26:32.946Z++ set -o errexit
1612026-07-14T15:26:32.946Z++ cargo --version
1622026-07-14T15:26:32.954Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1632026-07-14T15:26:33.125Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1642026-07-14T15:26:33.129Zinfo: downloading 6 components
1652026-07-14T15:26:50.063Zcargo 1.96.1 (356927216 2026-06-26)
1662026-07-14T15:26:50.066Z++ rustc --version
1672026-07-14T15:26:50.096Zrustc 1.96.1 (31fca3adb 2026-06-26)
1682026-07-14T15:26:50.100Z++ cargo install cargo-nextest --version 0.9.97
1692026-07-14T15:26:50.145Z Updating crates.io index
1702026-07-14T15:26:50.244Z Downloading crates ...
1712026-07-14T15:26:50.301Z Downloaded cargo-nextest v0.9.97
1722026-07-14T15:26:50.362Z Installing cargo-nextest v0.9.97
1732026-07-14T15:26:50.365Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-07-14T15:26:50.366Z |
1752026-07-14T15:26:50.366Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-07-14T15:26:50.366Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-07-14T15:26:50.405Z Updating crates.io index
1782026-07-14T15:26:52.409Z Locking 395 packages to latest compatible versions
1792026-07-14T15:26:52.413Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-07-14T15:26:52.416Z Adding duct v0.13.7 (available: v1.1.1)
1812026-07-14T15:26:52.416Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-07-14T15:26:52.416Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-07-14T15:26:52.420Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-07-14T15:26:52.420Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-07-14T15:26:52.420Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1862026-07-14T15:26:52.420Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-07-14T15:26:52.423Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1882026-07-14T15:26:52.423Z Adding quick-junit v0.5.2 (available: v0.6.1)
1892026-07-14T15:26:52.450Z Downloading crates ...
1902026-07-14T15:26:52.524Z Downloaded anstyle-parse v1.0.0
1912026-07-14T15:26:52.527Z Downloaded convert_case v0.10.0
1922026-07-14T15:26:52.530Z Downloaded base64ct v1.8.3
1932026-07-14T15:26:52.530Z Downloaded addr2line v0.25.1
1942026-07-14T15:26:52.534Z Downloaded aho-corasick v1.1.4
1952026-07-14T15:26:52.538Z Downloaded cargo-platform v0.2.0
1962026-07-14T15:26:52.538Z Downloaded adler2 v2.0.1
1972026-07-14T15:26:52.542Z Downloaded backtrace-ext v0.2.1
1982026-07-14T15:26:52.542Z Downloaded http-body v1.1.0
1992026-07-14T15:26:52.542Z Downloaded idna_adapter v1.0.0
2002026-07-14T15:26:52.545Z Downloaded home v0.5.12
2012026-07-14T15:26:52.545Z Downloaded anstyle-query v1.1.5
2022026-07-14T15:26:52.545Z Downloaded cpufeatures v0.3.0
2032026-07-14T15:26:52.549Z Downloaded httparse v1.10.1
2042026-07-14T15:26:52.553Z Downloaded hex v0.4.3
2052026-07-14T15:26:52.553Z Downloaded heck v0.5.0
2062026-07-14T15:26:52.556Z Downloaded atomicwrites v0.4.4
2072026-07-14T15:26:52.556Z Downloaded hyper-tls v0.6.0
2082026-07-14T15:26:52.556Z Downloaded ed25519 v2.2.3
2092026-07-14T15:26:52.560Z Downloaded humantime v2.4.0
2102026-07-14T15:26:52.560Z Downloaded mukti-metadata v0.3.0
2112026-07-14T15:26:52.563Z Downloaded anstyle v1.0.14
2122026-07-14T15:26:52.563Z Downloaded cargo_metadata v0.20.0
2132026-07-14T15:26:52.566Z Downloaded nested v0.1.1
2142026-07-14T15:26:52.566Z Downloaded os_pipe v1.2.3
2152026-07-14T15:26:52.569Z Downloaded colorchoice v1.0.5
2162026-07-14T15:26:52.569Z Downloaded cpufeatures v0.2.17
2172026-07-14T15:26:52.569Z Downloaded crypto-common v0.1.7
2182026-07-14T15:26:52.574Z Downloaded lru-slab v0.1.2
2192026-07-14T15:26:52.579Z Downloaded rand_pcg v0.10.2
2202026-07-14T15:26:52.579Z Downloaded openssl-macros v0.1.1
2212026-07-14T15:26:52.579Z Downloaded number_prefix v0.4.0
2222026-07-14T15:26:52.579Z Downloaded block-buffer v0.10.4
2232026-07-14T15:26:52.580Z Downloaded humantime-serde v1.1.1
2242026-07-14T15:26:52.580Z Downloaded nextest-workspace-hack v0.1.0
2252026-07-14T15:26:52.584Z Downloaded cargo-util-schemas v0.2.0
2262026-07-14T15:26:52.584Z Downloaded cargo-platform v0.3.3
2272026-07-14T15:26:52.584Z Downloaded indent_write v2.2.0
2282026-07-14T15:26:52.585Z Downloaded anstream v1.0.0
2292026-07-14T15:26:52.585Z Downloaded foreign-types v0.3.2
2302026-07-14T15:26:52.590Z Downloaded percent-encoding v2.3.2
2312026-07-14T15:26:52.590Z Downloaded debug-ignore v1.0.5
2322026-07-14T15:26:52.590Z Downloaded openssl-probe v0.2.1
2332026-07-14T15:26:52.590Z Downloaded console v0.15.11
2342026-07-14T15:26:52.598Z Downloaded clap_derive v4.6.1
2352026-07-14T15:26:52.598Z Downloaded async-scoped v0.9.0
2362026-07-14T15:26:52.598Z Downloaded lazy_static v1.5.0
2372026-07-14T15:26:52.598Z Downloaded itoa v1.0.18
2382026-07-14T15:26:52.601Z Downloaded indenter v0.3.4
2392026-07-14T15:26:52.601Z Downloaded equivalent v1.0.2
2402026-07-14T15:26:52.602Z Downloaded hyper-rustls v0.27.9
2412026-07-14T15:26:52.602Z Downloaded pathdiff v0.2.3
2422026-07-14T15:26:52.602Z Downloaded enable-ansi-support v0.2.1
2432026-07-14T15:26:52.605Z Downloaded is_ci v1.2.0
2442026-07-14T15:26:52.605Z Downloaded foreign-types-shared v0.1.1
2452026-07-14T15:26:52.605Z Downloaded atomic-waker v1.1.2
2462026-07-14T15:26:52.605Z Downloaded cfg-if v1.0.4
2472026-07-14T15:26:52.618Z Downloaded is_terminal_polyfill v1.70.2
2482026-07-14T15:26:52.618Z Downloaded generic-array v0.14.7
2492026-07-14T15:26:52.618Z Downloaded errno v0.3.14
2502026-07-14T15:26:52.618Z Downloaded futures-sink v0.3.32
2512026-07-14T15:26:52.618Z Downloaded form_urlencoded v1.2.2
2522026-07-14T15:26:52.621Z Downloaded futures-core v0.3.32
2532026-07-14T15:26:52.628Z Downloaded pkcs8 v0.10.2
2542026-07-14T15:26:52.633Z Downloaded rustc-hash v2.1.3
2552026-07-14T15:26:52.633Z Downloaded miette-derive v7.6.0
2562026-07-14T15:26:52.633Z Downloaded http-body-util v0.1.4
2572026-07-14T15:26:52.633Z Downloaded clap_lex v1.1.0
2582026-07-14T15:26:52.633Z Downloaded cfg_aliases v0.2.1
2592026-07-14T15:26:52.633Z Downloaded pkg-config v0.3.33
2602026-07-14T15:26:52.638Z Downloaded native-tls v0.2.18
2612026-07-14T15:26:52.638Z Downloaded curve25519-dalek-derive v0.1.1
2622026-07-14T15:26:52.638Z Downloaded lock_api v0.4.14
2632026-07-14T15:26:52.638Z Downloaded fnv v1.0.7
2642026-07-14T15:26:52.641Z Downloaded ordered-float v2.10.1
2652026-07-14T15:26:52.641Z Downloaded futures-macro v0.3.32
2662026-07-14T15:26:52.644Z Downloaded document-features v0.2.12
2672026-07-14T15:26:52.649Z Downloaded rustc_version v0.4.1
2682026-07-14T15:26:52.653Z Downloaded scopeguard v1.2.0
2692026-07-14T15:26:52.653Z Downloaded guppy-workspace-hack v0.1.0
2702026-07-14T15:26:52.653Z Downloaded futures-io v0.3.32
2712026-07-14T15:26:52.653Z Downloaded foldhash v0.1.5
2722026-07-14T15:26:52.658Z Downloaded color-spantrace v0.3.0
2732026-07-14T15:26:52.658Z Downloaded clap v4.6.1
2742026-07-14T15:26:52.663Z Downloaded pin-project-lite v0.2.17
2752026-07-14T15:26:52.670Z Downloaded serde_spanned v0.6.9
2762026-07-14T15:26:52.670Z Downloaded serde_ignored v0.1.14
2772026-07-14T15:26:52.670Z Downloaded iana-time-zone v0.1.65
2782026-07-14T15:26:52.674Z Downloaded hyper-util v0.1.20
2792026-07-14T15:26:52.674Z Downloaded signal-hook-mio v0.2.5
2802026-07-14T15:26:52.674Z Downloaded sigchld v0.2.4
2812026-07-14T15:26:52.674Z Downloaded shell-words v1.1.1
2822026-07-14T15:26:52.674Z Downloaded shared_child v1.1.1
2832026-07-14T15:26:52.678Z Downloaded serde_urlencoded v0.7.1
2842026-07-14T15:26:52.678Z Downloaded signature v2.2.0
2852026-07-14T15:26:52.679Z Downloaded serde-value v0.7.0
2862026-07-14T15:26:52.685Z Downloaded find-msvc-tools v0.1.9
2872026-07-14T15:26:52.685Z Downloaded camino-tempfile v1.4.1
2882026-07-14T15:26:52.685Z Downloaded rand_core v0.10.1
2892026-07-14T15:26:52.688Z Downloaded autocfg v1.5.1
2902026-07-14T15:26:52.688Z Downloaded rand_core v0.6.4
2912026-07-14T15:26:52.688Z Downloaded nextest-metadata v0.12.2
2922026-07-14T15:26:52.688Z Downloaded quote v1.0.46
2932026-07-14T15:26:52.691Z Downloaded strsim v0.11.1
2942026-07-14T15:26:52.691Z Downloaded filetime v0.2.29
2952026-07-14T15:26:52.695Z Downloaded sync_wrapper v1.0.2
2962026-07-14T15:26:52.695Z Downloaded supports-hyperlinks v3.2.0
2972026-07-14T15:26:52.695Z Downloaded subtle v2.6.1
2982026-07-14T15:26:52.698Z Downloaded erased-serde v0.4.10
2992026-07-14T15:26:52.698Z Downloaded supports-unicode v3.0.0
3002026-07-14T15:26:52.698Z Downloaded swrite v0.1.0
3012026-07-14T15:26:52.702Z Downloaded supports-color v3.0.2
3022026-07-14T15:26:52.702Z Downloaded cargo_metadata v0.23.1
3032026-07-14T15:26:52.702Z Downloaded ahash v0.8.12
3042026-07-14T15:26:52.706Z Downloaded either v1.16.0
3052026-07-14T15:26:52.706Z Downloaded parking_lot_core v0.9.12
3062026-07-14T15:26:52.710Z Downloaded globset v0.4.18
3072026-07-14T15:26:52.710Z Downloaded litrs v1.0.0
3082026-07-14T15:26:52.710Z Downloaded once_cell v1.21.4
3092026-07-14T15:26:52.713Z Downloaded nextest-filtering v0.15.0
3102026-07-14T15:26:52.713Z Downloaded future-queue v0.4.0
3112026-07-14T15:26:52.717Z Downloaded parking_lot v0.12.5
3122026-07-14T15:26:52.719Z Downloaded futures-task v0.3.32
3132026-07-14T15:26:52.720Z Downloaded fastrand v2.4.1
3142026-07-14T15:26:52.720Z Downloaded newtype-uuid v1.3.2
3152026-07-14T15:26:52.724Z Downloaded dialoguer v0.11.0
3162026-07-14T15:26:52.724Z Downloaded tinyvec_macros v0.1.1
3172026-07-14T15:26:52.729Z Downloaded quinn-udp v0.5.15
3182026-07-14T15:26:52.729Z Downloaded futures-executor v0.3.32
3192026-07-14T15:26:52.729Z Downloaded fixedbitset v0.5.7
3202026-07-14T15:26:52.729Z Downloaded pin-project-internal v1.1.13
3212026-07-14T15:26:52.732Z Downloaded rustls-pki-types v1.15.0
3222026-07-14T15:26:52.732Z Downloaded rand_core v0.9.5
3232026-07-14T15:26:52.732Z Downloaded thread_local v1.1.10
3242026-07-14T15:26:52.737Z Downloaded tokio-macros v2.7.0
3252026-07-14T15:26:52.746Z Downloaded rand_chacha v0.9.0
3262026-07-14T15:26:52.746Z Downloaded sha2 v0.10.9
3272026-07-14T15:26:52.749Z Downloaded chacha20 v0.10.1
3282026-07-14T15:26:52.749Z Downloaded bitflags v2.13.0
3292026-07-14T15:26:52.749Z Downloaded self-replace v1.5.0
3302026-07-14T15:26:52.749Z Downloaded toml_write v0.1.2
3312026-07-14T15:26:52.749Z Downloaded tower-layer v0.3.3
3322026-07-14T15:26:52.752Z Downloaded serde_spanned v1.1.1
3332026-07-14T15:26:52.752Z Downloaded serde_path_to_error v0.1.20
3342026-07-14T15:26:52.752Z Downloaded signal-hook-registry v1.4.8
3352026-07-14T15:26:52.752Z Downloaded shlex v2.0.1
3362026-07-14T15:26:52.756Z Downloaded ipnet v2.12.0
3372026-07-14T15:26:52.756Z Downloaded serde-untagged v0.1.9
3382026-07-14T15:26:52.756Z Downloaded tower-service v0.3.3
3392026-07-14T15:26:52.760Z Downloaded toml_datetime v0.6.11
3402026-07-14T15:26:52.760Z Downloaded simd-adler32 v0.3.9
3412026-07-14T15:26:52.760Z Downloaded jobserver v0.1.35
3422026-07-14T15:26:52.767Z Downloaded cfg-expr v0.20.8
3432026-07-14T15:26:52.770Z Downloaded getrandom v0.2.17
3442026-07-14T15:26:52.770Z Downloaded strip-ansi-escapes v0.2.1
3452026-07-14T15:26:52.770Z Downloaded quick-junit v0.5.2
3462026-07-14T15:26:52.770Z Downloaded static_assertions v1.1.0
3472026-07-14T15:26:52.770Z Downloaded slab v0.4.12
3482026-07-14T15:26:52.773Z Downloaded spki v0.7.3
3492026-07-14T15:26:52.773Z Downloaded target-spec-miette v0.4.8
3502026-07-14T15:26:52.778Z Downloaded typeid v1.0.3
3512026-07-14T15:26:52.778Z Downloaded try-lock v0.2.5
3522026-07-14T15:26:52.778Z Downloaded urlencoding v2.1.3
3532026-07-14T15:26:52.783Z Downloaded tracing-error v0.2.1
3542026-07-14T15:26:52.783Z Downloaded version_check v0.9.5
3552026-07-14T15:26:52.783Z Downloaded unicode-linebreak v0.1.5
3562026-07-14T15:26:52.783Z Downloaded thiserror v1.0.69
3572026-07-14T15:26:52.789Z Downloaded camino v1.2.4
3582026-07-14T15:26:52.789Z Downloaded log v0.4.33
3592026-07-14T15:26:52.789Z Downloaded futures-channel v0.3.32
3602026-07-14T15:26:52.789Z Downloaded num-traits v0.2.19
3612026-07-14T15:26:52.789Z Downloaded eyre v0.6.12
3622026-07-14T15:26:52.794Z Downloaded duct v0.13.7
3632026-07-14T15:26:52.794Z Downloaded pin-project v1.1.13
3642026-07-14T15:26:52.799Z Downloaded utf8parse v0.2.2
3652026-07-14T15:26:52.803Z Downloaded utf8_iter v1.0.4
3662026-07-14T15:26:52.803Z Downloaded unicode-xid v0.2.6
3672026-07-14T15:26:52.803Z Downloaded tokio-native-tls v0.3.1
3682026-07-14T15:26:52.803Z Downloaded thiserror-impl v1.0.69
3692026-07-14T15:26:52.807Z Downloaded rustc-demangle v0.1.28
3702026-07-14T15:26:52.807Z Downloaded thiserror-impl v2.0.18
3712026-07-14T15:26:52.807Z Downloaded owo-colors v4.3.0
3722026-07-14T15:26:52.807Z Downloaded crc32fast v1.5.0
3732026-07-14T15:26:52.812Z Downloaded bytes v1.12.1
3742026-07-14T15:26:52.812Z Downloaded thiserror v2.0.18
3752026-07-14T15:26:52.815Z Downloaded const-oid v0.9.6
3762026-07-14T15:26:52.815Z Downloaded terminal_size v0.4.4
3772026-07-14T15:26:52.815Z Downloaded target-lexicon v0.13.5
3782026-07-14T15:26:52.815Z Downloaded xattr v1.6.1
3792026-07-14T15:26:52.818Z Downloaded smol_str v0.3.6
3802026-07-14T15:26:52.818Z Downloaded ppv-lite86 v0.2.21
3812026-07-14T15:26:52.824Z Downloaded self_update v0.42.0
3822026-07-14T15:26:52.828Z Downloaded want v0.3.1
3832026-07-14T15:26:52.828Z Downloaded toml_writer v1.1.2+spec-1.1.0
3842026-07-14T15:26:52.828Z Downloaded semver v1.0.28
3852026-07-14T15:26:52.828Z Downloaded derive_more v2.1.1
3862026-07-14T15:26:52.833Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3872026-07-14T15:26:52.837Z Downloaded proc-macro2 v1.0.106
3882026-07-14T15:26:52.841Z Downloaded derive-where v1.6.1
3892026-07-14T15:26:52.847Z Downloaded digest v0.10.7
3902026-07-14T15:26:52.850Z Downloaded smallvec v1.15.2
3912026-07-14T15:26:52.854Z Downloaded unicase v2.9.0
3922026-07-14T15:26:52.854Z Downloaded getrandom v0.4.3
3932026-07-14T15:26:52.864Z Downloaded indicatif v0.17.11
3942026-07-14T15:26:52.864Z Downloaded config v0.15.25
3952026-07-14T15:26:52.864Z Downloaded untrusted v0.9.0
3962026-07-14T15:26:52.864Z Downloaded tempfile v3.27.0
3972026-07-14T15:26:52.864Z Downloaded getrandom v0.3.4
3982026-07-14T15:26:52.867Z Downloaded base64 v0.22.1
3992026-07-14T15:26:52.873Z Downloaded tokio-rustls v0.26.4
4002026-07-14T15:26:52.873Z Downloaded zeroize v1.9.0
4012026-07-14T15:26:52.876Z Downloaded xxhash-rust v0.8.16
4022026-07-14T15:26:52.880Z Downloaded serde_core v1.0.228
4032026-07-14T15:26:52.884Z Downloaded tokio-stream v0.1.18
4042026-07-14T15:26:52.888Z Downloaded zstd-safe v7.2.4
4052026-07-14T15:26:52.888Z Downloaded zstd v0.13.3
4062026-07-14T15:26:52.888Z Downloaded zipsign-api v0.1.5
4072026-07-14T15:26:52.891Z Downloaded tracing-log v0.2.0
4082026-07-14T15:26:52.891Z Downloaded signal-hook v0.3.18
4092026-07-14T15:26:52.891Z Downloaded toml v0.8.23
4102026-07-14T15:26:52.894Z Downloaded sharded-slab v0.1.7
4112026-07-14T15:26:52.897Z Downloaded serde_derive v1.0.228
4122026-07-14T15:26:52.897Z Downloaded ryu v1.0.23
4132026-07-14T15:26:52.901Z Downloaded tracing-attributes v0.1.31
4142026-07-14T15:26:52.901Z Downloaded target-spec v3.6.0
4152026-07-14T15:26:52.907Z Downloaded borsh v1.7.0
4162026-07-14T15:26:52.907Z Downloaded textwrap v0.16.2
4172026-07-14T15:26:52.910Z Downloaded tinyvec v1.12.0
4182026-07-14T15:26:52.910Z Downloaded socket2 v0.6.5
4192026-07-14T15:26:52.910Z Downloaded backtrace v0.3.76
4202026-07-14T15:26:52.913Z Downloaded miniz_oxide v0.8.9
4212026-07-14T15:26:52.919Z Downloaded cc v1.2.67
4222026-07-14T15:26:52.932Z Downloaded http v1.4.2
4232026-07-14T15:26:52.935Z Downloaded unicode-ident v1.0.24
4242026-07-14T15:26:52.939Z Downloaded toml v1.1.3+spec-1.1.0
4252026-07-14T15:26:52.944Z Downloaded zmij v1.0.23
4262026-07-14T15:26:52.944Z Downloaded toml_parser v1.1.2+spec-1.1.0
4272026-07-14T15:26:52.946Z Downloaded flate2 v1.1.9
4282026-07-14T15:26:52.947Z Downloaded vte v0.14.1
4292026-07-14T15:26:52.950Z Downloaded serde v1.0.228
4302026-07-14T15:26:52.953Z Downloaded derive_more-impl v2.1.1
4312026-07-14T15:26:52.956Z Downloaded tar v0.4.46
4322026-07-14T15:26:52.959Z Downloaded tracing-core v0.1.36
4332026-07-14T15:26:52.959Z Downloaded ed25519-dalek v2.2.0
4342026-07-14T15:26:52.963Z Downloaded mio v1.2.2
4352026-07-14T15:26:52.971Z Downloaded futures v0.3.32
4362026-07-14T15:26:52.975Z Downloaded der v0.7.10
4372026-07-14T15:26:52.975Z Downloaded quinn v0.11.11
4382026-07-14T15:26:52.975Z Downloaded openssl-sys v0.9.117
4392026-07-14T15:26:52.978Z Downloaded uuid v1.23.5
4402026-07-14T15:26:52.986Z Downloaded toml_edit v0.22.27
4412026-07-14T15:26:52.990Z Downloaded indexmap v2.14.0
4422026-07-14T15:26:52.993Z Downloaded rand v0.9.5
4432026-07-14T15:26:52.996Z Downloaded miette v7.6.0
4442026-07-14T15:26:53.000Z Downloaded hashbrown v0.15.5
4452026-07-14T15:26:53.010Z Downloaded tower v0.5.3
4462026-07-14T15:26:53.013Z Downloaded memchr v2.8.3
4472026-07-14T15:26:53.016Z Downloaded clap_builder v4.6.0
4482026-07-14T15:26:53.020Z Downloaded rustls-webpki v0.103.13
4492026-07-14T15:26:53.029Z Downloaded rand v0.10.2
4502026-07-14T15:26:53.040Z Downloaded crossterm v0.29.0
4512026-07-14T15:26:53.045Z Downloaded typenum v1.20.1
4522026-07-14T15:26:53.047Z Downloaded url v2.5.8
4532026-07-14T15:26:53.050Z Downloaded hashbrown v0.17.1
4542026-07-14T15:26:53.053Z Downloaded h2 v0.4.15
4552026-07-14T15:26:53.057Z Downloaded tokio-util v0.7.18
4562026-07-14T15:26:53.061Z Downloaded futures-util v0.3.32
4572026-07-14T15:26:53.067Z Downloaded guppy v0.17.26
4582026-07-14T15:26:53.095Z Downloaded idna v1.1.0
4592026-07-14T15:26:53.097Z Downloaded winnow v1.0.4
4602026-07-14T15:26:53.103Z Downloaded unicode-segmentation v1.13.3
4612026-07-14T15:26:53.106Z Downloaded winnow v0.7.15
4622026-07-14T15:26:53.109Z Downloaded itertools v0.14.0
4632026-07-14T15:26:53.112Z Downloaded ron v0.12.2
4642026-07-14T15:26:53.119Z Downloaded tracing-subscriber v0.3.23
4652026-07-14T15:26:53.123Z Downloaded vcpkg v0.2.15
4662026-07-14T15:26:53.144Z Downloaded unicode-normalization v0.1.25
4672026-07-14T15:26:53.146Z Downloaded gimli v0.32.3
4682026-07-14T15:26:53.150Z Downloaded curve25519-dalek v4.1.3
4692026-07-14T15:26:53.155Z Downloaded serde_json v1.0.150
4702026-07-14T15:26:53.158Z Downloaded reqwest v0.12.28
4712026-07-14T15:26:53.161Z Downloaded zerocopy v0.8.54
4722026-07-14T15:26:53.172Z Downloaded bstr v1.12.3
4732026-07-14T15:26:53.176Z Downloaded tower-http v0.6.11
4742026-07-14T15:26:53.181Z Downloaded regex v1.13.0
4752026-07-14T15:26:53.184Z Downloaded pulldown-cmark v0.13.4
4762026-07-14T15:26:53.187Z Downloaded hyper v1.10.1
4772026-07-14T15:26:53.192Z Downloaded chrono v0.4.45
4782026-07-14T15:26:53.205Z Downloaded color-eyre v0.6.5
4792026-07-14T15:26:53.210Z Downloaded quick-xml v0.37.5
4802026-07-14T15:26:53.212Z Downloaded portable-atomic v1.13.1
4812026-07-14T15:26:53.217Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4822026-07-14T15:26:53.227Z Downloaded quick-xml v0.38.4
4832026-07-14T15:26:53.253Z Downloaded quinn-proto v0.11.16
4842026-07-14T15:26:53.259Z Downloaded webpki-roots v1.0.8
4852026-07-14T15:26:53.318Z Downloaded nextest-runner v0.80.0
4862026-07-14T15:26:53.331Z Downloaded unicode-width v0.1.14
4872026-07-14T15:26:53.340Z Downloaded openssl v0.10.81
4882026-07-14T15:26:53.346Z Downloaded unicode-width v0.2.2
4892026-07-14T15:26:53.352Z Downloaded syn v2.0.118
4902026-07-14T15:26:53.359Z Downloaded nix v0.30.1
4912026-07-14T15:26:53.369Z Downloaded object v0.37.3
4922026-07-14T15:26:53.392Z Downloaded rustix v0.38.44
4932026-07-14T15:26:53.403Z Downloaded rustls v0.23.42
4942026-07-14T15:26:53.410Z Downloaded regex-syntax v0.8.11
4952026-07-14T15:26:53.427Z Downloaded rustix v1.1.4
4962026-07-14T15:26:53.448Z Downloaded tracing v0.1.44
4972026-07-14T15:26:53.495Z Downloaded regex-automata v0.4.15
4982026-07-14T15:26:53.551Z Downloaded petgraph v0.8.3
4992026-07-14T15:26:53.575Z Downloaded libc v0.2.186
5002026-07-14T15:26:53.592Z Downloaded tokio v1.52.3
5012026-07-14T15:26:53.658Z Downloaded recursion v0.5.4
5022026-07-14T15:26:53.664Z Downloaded ring v0.17.14
5032026-07-14T15:26:53.725Z Compiling libc v0.2.186
5042026-07-14T15:26:53.725Z Compiling proc-macro2 v1.0.106
5052026-07-14T15:26:53.727Z Compiling unicode-ident v1.0.24
5062026-07-14T15:26:53.728Z Compiling quote v1.0.46
5072026-07-14T15:26:53.728Z Compiling serde_core v1.0.228
5082026-07-14T15:26:53.728Z Compiling cfg-if v1.0.4
5092026-07-14T15:26:53.728Z Compiling memchr v2.8.3
5102026-07-14T15:26:53.863Z Compiling once_cell v1.21.4
5112026-07-14T15:26:53.968Z Compiling log v0.4.33
5122026-07-14T15:26:53.986Z Compiling pin-project-lite v0.2.17
5132026-07-14T15:26:54.081Z Compiling itoa v1.0.18
5142026-07-14T15:26:54.127Z Compiling serde v1.0.228
5152026-07-14T15:26:54.267Z Compiling futures-core v0.3.32
5162026-07-14T15:26:54.315Z Compiling smallvec v1.15.2
5172026-07-14T15:26:54.420Z Compiling bitflags v2.13.0
5182026-07-14T15:26:54.481Z Compiling shlex v2.0.1
5192026-07-14T15:26:54.564Z Compiling hashbrown v0.17.1
5202026-07-14T15:26:54.670Z Compiling equivalent v1.0.2
5212026-07-14T15:26:54.769Z Compiling errno v0.3.14
5222026-07-14T15:26:54.866Z Compiling find-msvc-tools v0.1.9
5232026-07-14T15:26:54.885Z Compiling signal-hook-registry v1.4.8
5242026-07-14T15:26:54.942Z Compiling bytes v1.12.1
5252026-07-14T15:26:55.095Z Compiling jobserver v0.1.35
5262026-07-14T15:26:55.123Z Compiling mio v1.2.2
5272026-07-14T15:26:55.155Z Compiling futures-sink v0.3.32
5282026-07-14T15:26:55.286Z Compiling syn v2.0.118
5292026-07-14T15:26:55.297Z Compiling rustix v1.1.4
5302026-07-14T15:26:55.318Z Compiling cc v1.2.67
5312026-07-14T15:26:55.441Z Compiling socket2 v0.6.5
5322026-07-14T15:26:55.463Z Compiling zmij v1.0.23
5332026-07-14T15:26:55.783Z Compiling slab v0.4.12
5342026-07-14T15:26:55.870Z Compiling futures-channel v0.3.32
5352026-07-14T15:26:55.914Z Compiling tracing-core v0.1.36
5362026-07-14T15:26:55.992Z Compiling version_check v0.9.5
5372026-07-14T15:26:56.150Z Compiling serde_json v1.0.150
5382026-07-14T15:26:56.277Z Compiling indexmap v2.14.0
5392026-07-14T15:26:56.432Z Compiling getrandom v0.4.3
5402026-07-14T15:26:56.471Z Compiling futures-task v0.3.32
5412026-07-14T15:26:56.628Z Compiling futures-io v0.3.32
5422026-07-14T15:26:56.655Z Compiling percent-encoding v2.3.2
5432026-07-14T15:26:56.742Z Compiling unicode-width v0.2.2
5442026-07-14T15:26:56.833Z Compiling camino v1.2.4
5452026-07-14T15:26:57.060Z Compiling ring v0.17.14
5462026-07-14T15:26:57.071Z Compiling http v1.4.2
5472026-07-14T15:26:57.124Z Compiling adler2 v2.0.1
5482026-07-14T15:26:57.137Z Compiling simd-adler32 v0.3.9
5492026-07-14T15:26:57.218Z Compiling zeroize v1.9.0
5502026-07-14T15:26:57.283Z Compiling autocfg v1.5.1
5512026-07-14T15:26:57.418Z Compiling miniz_oxide v0.8.9
5522026-07-14T15:26:57.634Z Compiling num-traits v0.2.19
5532026-07-14T15:26:57.882Z Compiling zerocopy v0.8.54
5542026-07-14T15:26:57.968Z Compiling target-lexicon v0.13.5
5552026-07-14T15:26:58.274Z Compiling object v0.37.3
5562026-07-14T15:26:58.465Z Compiling getrandom v0.3.4
5572026-07-14T15:26:58.625Z Compiling http-body v1.1.0
5582026-07-14T15:26:58.737Z Compiling rustls-pki-types v1.15.0
5592026-07-14T15:26:58.790Z Compiling form_urlencoded v1.2.2
5602026-07-14T15:26:58.832Z Compiling semver v1.0.28
5612026-07-14T15:26:58.844Z Compiling getrandom v0.2.17
5622026-07-14T15:26:58.915Z Compiling serde_derive v1.0.228
5632026-07-14T15:26:58.954Z Compiling tokio-macros v2.7.0
5642026-07-14T15:26:59.036Z Compiling futures-macro v0.3.32
5652026-07-14T15:26:59.064Z Compiling tracing-attributes v0.1.31
5662026-07-14T15:26:59.309Z Compiling idna_adapter v1.0.0
5672026-07-14T15:26:59.416Z Compiling thiserror v2.0.18
5682026-07-14T15:26:59.484Z Compiling signal-hook v0.3.18
5692026-07-14T15:26:59.609Z Compiling untrusted v0.9.0
5702026-07-14T15:26:59.703Z Compiling tokio v1.52.3
5712026-07-14T15:26:59.716Z Compiling owo-colors v4.3.0
5722026-07-14T15:26:59.743Z Compiling gimli v0.32.3
5732026-07-14T15:26:59.776Z Compiling httparse v1.10.1
5742026-07-14T15:26:59.881Z Compiling futures-util v0.3.32
5752026-07-14T15:27:00.053Z Compiling utf8_iter v1.0.4
5762026-07-14T15:27:00.131Z Compiling fnv v1.0.7
5772026-07-14T15:27:00.215Z Compiling guppy-workspace-hack v0.1.0
5782026-07-14T15:27:00.233Z Compiling idna v1.1.0
5792026-07-14T15:27:00.278Z Compiling tracing v0.1.44
5802026-07-14T15:27:00.642Z Compiling thiserror-impl v2.0.18
5812026-07-14T15:27:01.690Z Compiling addr2line v0.25.1
5822026-07-14T15:27:02.220Z Compiling generic-array v0.14.7
5832026-07-14T15:27:02.375Z Compiling atomic-waker v1.1.2
5842026-07-14T15:27:02.468Z Compiling thiserror v1.0.69
5852026-07-14T15:27:02.508Z Compiling try-lock v0.2.5
5862026-07-14T15:27:02.531Z Compiling pkg-config v0.3.33
5872026-07-14T15:27:02.620Z Compiling typeid v1.0.3
5882026-07-14T15:27:02.695Z Compiling rustls v0.23.42
5892026-07-14T15:27:02.783Z Compiling rustc-demangle v0.1.28
5902026-07-14T15:27:02.916Z Compiling fastrand v2.4.1
5912026-07-14T15:27:02.930Z Compiling tower-service v0.3.3
5922026-07-14T15:27:02.966Z Compiling target-spec v3.6.0
5932026-07-14T15:27:03.022Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5942026-07-14T15:27:03.251Z Compiling tempfile v3.27.0
5952026-07-14T15:27:03.446Z Compiling want v0.3.1
5962026-07-14T15:27:03.551Z Compiling cfg-expr v0.20.8
5972026-07-14T15:27:03.631Z Compiling tokio-util v0.7.18
5982026-07-14T15:27:04.162Z Compiling h2 v0.4.15
5992026-07-14T15:27:04.512Z Compiling url v2.5.8
6002026-07-14T15:27:04.715Z Compiling backtrace v0.3.76
6012026-07-14T15:27:05.253Z Compiling thiserror-impl v1.0.69
6022026-07-14T15:27:05.269Z Compiling terminal_size v0.4.4
6032026-07-14T15:27:05.327Z Compiling aho-corasick v1.1.4
6042026-07-14T15:27:05.416Z Compiling subtle v2.6.1
6052026-07-14T15:27:05.598Z Compiling typenum v1.20.1
6062026-07-14T15:27:06.292Z Compiling winnow v0.7.15
6072026-07-14T15:27:06.419Z Compiling regex-syntax v0.8.11
6082026-07-14T15:27:06.959Z Compiling rustls-webpki v0.103.13
6092026-07-14T15:27:08.239Z Compiling erased-serde v0.4.10
6102026-07-14T15:27:08.596Z Compiling regex-automata v0.4.15
6112026-07-14T15:27:09.559Z Compiling hyper v1.10.1
6122026-07-14T15:27:10.876Z Compiling toml_datetime v0.6.11
6132026-07-14T15:27:11.260Z Compiling serde_spanned v0.6.9
6142026-07-14T15:27:11.441Z Compiling ahash v0.8.12
6152026-07-14T15:27:11.713Z Compiling sync_wrapper v1.0.2
6162026-07-14T15:27:11.828Z Compiling portable-atomic v1.13.1
6172026-07-14T15:27:12.283Z Compiling crc32fast v1.5.0
6182026-07-14T15:27:12.558Z Compiling ipnet v2.12.0
6192026-07-14T15:27:12.593Z Compiling foldhash v0.1.5
6202026-07-14T15:27:12.813Z Compiling unicode-segmentation v1.13.3
6212026-07-14T15:27:13.219Z Compiling lazy_static v1.5.0
6222026-07-14T15:27:13.284Z Compiling nextest-workspace-hack v0.1.0
6232026-07-14T15:27:13.326Z Compiling toml_write v0.1.2
6242026-07-14T15:27:13.519Z Compiling unicode-linebreak v0.1.5
6252026-07-14T15:27:13.576Z Compiling is_ci v1.2.0
6262026-07-14T15:27:13.752Z Compiling tower-layer v0.3.3
6272026-07-14T15:27:13.788Z Compiling either v1.16.0
6282026-07-14T15:27:13.791Z Compiling base64 v0.22.1
6292026-07-14T15:27:13.791Z Compiling parking_lot_core v0.9.12
6302026-07-14T15:27:13.890Z Compiling textwrap v0.16.2
6312026-07-14T15:27:13.956Z Compiling tower v0.5.3
6322026-07-14T15:27:14.013Z Compiling supports-color v3.0.2
6332026-07-14T15:27:14.129Z Compiling hyper-util v0.1.20
6342026-07-14T15:27:14.280Z Compiling toml_edit v0.22.27
6352026-07-14T15:27:14.329Z Compiling sharded-slab v0.1.7
6362026-07-14T15:27:14.538Z Compiling convert_case v0.10.0
6372026-07-14T15:27:14.796Z Compiling hashbrown v0.15.5
6382026-07-14T15:27:14.909Z Compiling tokio-rustls v0.26.4
6392026-07-14T15:27:15.338Z Compiling backtrace-ext v0.2.1
6402026-07-14T15:27:15.425Z Compiling ordered-float v2.10.1
6412026-07-14T15:27:15.599Z Compiling webpki-roots v1.0.8
6422026-07-14T15:27:15.704Z Compiling miette-derive v7.6.0
6432026-07-14T15:27:15.720Z Compiling pathdiff v0.2.3
6442026-07-14T15:27:15.843Z Compiling console v0.15.11
6452026-07-14T15:27:15.894Z Compiling tracing-log v0.2.0
6462026-07-14T15:27:16.264Z Compiling cargo-platform v0.3.3
6472026-07-14T15:27:16.766Z Compiling os_pipe v1.2.3
6482026-07-14T15:27:16.811Z Compiling thread_local v1.1.10
6492026-07-14T15:27:16.824Z Compiling cfg_aliases v0.2.1
6502026-07-14T15:27:16.893Z Compiling winnow v1.0.4
6512026-07-14T15:27:16.931Z Compiling ryu v1.0.23
6522026-07-14T15:27:17.172Z Compiling supports-unicode v3.0.0
6532026-07-14T15:27:17.187Z Compiling utf8parse v0.2.2
6542026-07-14T15:27:17.229Z Compiling unicode-width v0.1.14
6552026-07-14T15:27:17.301Z Compiling rustix v0.38.44
6562026-07-14T15:27:17.344Z Compiling supports-hyperlinks v3.2.0
6572026-07-14T15:27:17.535Z Compiling scopeguard v1.2.0
6582026-07-14T15:27:17.568Z Compiling fixedbitset v0.5.7
6592026-07-14T15:27:17.666Z Compiling zstd-safe v7.2.4
6602026-07-14T15:27:17.933Z Compiling debug-ignore v1.0.5
6612026-07-14T15:27:17.985Z Compiling pulldown-cmark v0.13.4
6622026-07-14T15:27:18.099Z Compiling toml_parser v1.1.2+spec-1.1.0
6632026-07-14T15:27:18.126Z Compiling petgraph v0.8.3
6642026-07-14T15:27:18.318Z Compiling lock_api v0.4.14
6652026-07-14T15:27:18.338Z Compiling miette v7.6.0
6662026-07-14T15:27:18.562Z Compiling anstyle-parse v1.0.0
6672026-07-14T15:27:18.787Z Compiling serde_urlencoded v0.7.1
6682026-07-14T15:27:19.072Z Compiling tracing-subscriber v0.3.23
6692026-07-14T15:27:19.417Z Compiling nix v0.30.1
6702026-07-14T15:27:19.825Z Compiling sigchld v0.2.4
6712026-07-14T15:27:19.848Z Compiling cargo_metadata v0.23.1
6722026-07-14T15:27:20.022Z Compiling toml v0.8.23
6732026-07-14T15:27:20.064Z Compiling serde-untagged v0.1.9
6742026-07-14T15:27:20.431Z Compiling hyper-rustls v0.27.9
6752026-07-14T15:27:21.115Z Compiling serde-value v0.7.0
6762026-07-14T15:27:22.425Z Compiling derive_more-impl v2.1.1
6772026-07-14T15:27:22.620Z Compiling tower-http v0.6.11
6782026-07-14T15:27:22.976Z Compiling itertools v0.14.0
6792026-07-14T15:27:23.248Z Compiling regex v1.13.0
6802026-07-14T15:27:23.268Z Compiling crypto-common v0.1.7
6812026-07-14T15:27:23.278Z Compiling block-buffer v0.10.4
6822026-07-14T15:27:23.401Z Compiling ppv-lite86 v0.2.21
6832026-07-14T15:27:23.428Z Compiling futures-executor v0.3.32
6842026-07-14T15:27:23.604Z Compiling rand_core v0.9.5
6852026-07-14T15:27:23.731Z Compiling pin-project-internal v1.1.13
6862026-07-14T15:27:23.859Z Compiling http-body-util v0.1.4
6872026-07-14T15:27:23.967Z Compiling uuid v1.23.5
6882026-07-14T15:27:24.169Z Compiling serde_spanned v1.1.1
6892026-07-14T15:27:24.314Z Compiling smol_str v0.3.6
6902026-07-14T15:27:24.432Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-07-14T15:27:24.503Z Compiling filetime v0.2.29
6922026-07-14T15:27:24.661Z Compiling vte v0.14.1
6932026-07-14T15:27:24.678Z Compiling bstr v1.12.3
6942026-07-14T15:27:24.713Z Compiling litrs v1.0.0
6952026-07-14T15:27:24.791Z Compiling colorchoice v1.0.5
6962026-07-14T15:27:24.859Z Compiling anstyle v1.0.14
6972026-07-14T15:27:24.880Z Compiling self_update v0.42.0
6982026-07-14T15:27:25.078Z Compiling static_assertions v1.1.0
6992026-07-14T15:27:25.128Z Compiling unicode-xid v0.2.6
7002026-07-14T15:27:25.141Z Compiling color-spantrace v0.3.0
7012026-07-14T15:27:25.151Z Compiling eyre v0.6.12
7022026-07-14T15:27:25.154Z Compiling nested v0.1.1
7032026-07-14T15:27:25.265Z Compiling is_terminal_polyfill v1.70.2
7042026-07-14T15:27:25.344Z Compiling xattr v1.6.1
7052026-07-14T15:27:25.366Z Compiling unicase v2.9.0
7062026-07-14T15:27:25.451Z Compiling number_prefix v0.4.0
7072026-07-14T15:27:25.469Z Compiling anstyle-query v1.1.5
7082026-07-14T15:27:25.484Z Compiling tinyvec_macros v0.1.1
7092026-07-14T15:27:25.525Z Compiling iana-time-zone v0.1.65
7102026-07-14T15:27:25.539Z Compiling tinyvec v1.12.0
7112026-07-14T15:27:25.566Z Compiling anstream v1.0.0
7122026-07-14T15:27:25.574Z Compiling indicatif v0.17.11
7132026-07-14T15:27:25.860Z Compiling chrono v0.4.45
7142026-07-14T15:27:25.871Z Compiling tar v0.4.46
7152026-07-14T15:27:26.011Z Compiling guppy v0.17.26
7162026-07-14T15:27:26.069Z Compiling cargo-util-schemas v0.2.0
7172026-07-14T15:27:26.714Z Compiling document-features v0.2.12
7182026-07-14T15:27:27.323Z Compiling globset v0.4.18
7192026-07-14T15:27:28.404Z Compiling strip-ansi-escapes v0.2.1
7202026-07-14T15:27:28.489Z Compiling pin-project v1.1.13
7212026-07-14T15:27:28.619Z Compiling toml v1.1.3+spec-1.1.0
7222026-07-14T15:27:28.702Z Compiling nextest-metadata v0.12.2
7232026-07-14T15:27:28.721Z Compiling newtype-uuid v1.3.2
7242026-07-14T15:27:28.893Z Compiling reqwest v0.12.28
7252026-07-14T15:27:28.909Z Compiling rand_chacha v0.9.0
7262026-07-14T15:27:29.282Z Compiling futures v0.3.32
7272026-07-14T15:27:29.358Z Compiling digest v0.10.7
7282026-07-14T15:27:29.607Z Compiling derive_more v2.1.1
7292026-07-14T15:27:29.655Z Compiling parking_lot v0.12.5
7302026-07-14T15:27:29.655Z Compiling flate2 v1.1.9
7312026-07-14T15:27:30.310Z Compiling tracing-error v0.2.1
7322026-07-14T15:27:30.424Z Compiling shared_child v1.1.1
7332026-07-14T15:27:30.982Z Compiling signal-hook-mio v0.2.5
7342026-07-14T15:27:31.107Z Compiling self-replace v1.5.0
7352026-07-14T15:27:31.107Z Compiling cargo-platform v0.2.0
7362026-07-14T15:27:31.208Z Compiling quick-xml v0.37.5
7372026-07-14T15:27:31.508Z Compiling quick-xml v0.38.4
7382026-07-14T15:27:31.760Z Compiling indenter v0.3.4
7392026-07-14T15:27:31.796Z Compiling shell-words v1.1.1
7402026-07-14T15:27:31.887Z Compiling urlencoding v2.1.3
7412026-07-14T15:27:32.036Z Compiling humantime v2.4.0
7422026-07-14T15:27:32.192Z Compiling recursion v0.5.4
7432026-07-14T15:27:32.266Z Compiling strsim v0.11.1
7442026-07-14T15:27:32.733Z Compiling clap_lex v1.1.0
7452026-07-14T15:27:33.001Z Compiling cpufeatures v0.2.17
7462026-07-14T15:27:33.054Z Compiling heck v0.5.0
7472026-07-14T15:27:33.109Z Compiling sha2 v0.10.9
7482026-07-14T15:27:33.147Z Compiling clap_builder v4.6.0
7492026-07-14T15:27:33.148Z Compiling nextest-filtering v0.15.0
7502026-07-14T15:27:33.258Z Compiling clap_derive v4.6.1
7512026-07-14T15:27:33.903Z Compiling humantime-serde v1.1.1
7522026-07-14T15:27:34.055Z Compiling quick-junit v0.5.2
7532026-07-14T15:27:35.520Z Compiling atomicwrites v0.4.4
7542026-07-14T15:27:35.804Z Compiling cargo_metadata v0.20.0
7552026-07-14T15:27:37.098Z Compiling cargo-nextest v0.9.97
7562026-07-14T15:27:37.199Z Compiling crossterm v0.29.0
7572026-07-14T15:27:37.445Z Compiling duct v0.13.7
7582026-07-14T15:27:39.975Z Compiling zstd v0.13.3
7592026-07-14T15:27:40.063Z Compiling async-scoped v0.9.0
7602026-07-14T15:27:40.182Z Compiling config v0.15.25
7612026-07-14T15:27:40.258Z Compiling rand v0.9.5
7622026-07-14T15:27:40.400Z Compiling unicode-normalization v0.1.25
7632026-07-14T15:27:40.440Z Compiling target-spec-miette v0.4.8
7642026-07-14T15:27:40.734Z Compiling future-queue v0.4.0
7652026-07-14T15:27:40.852Z Compiling mukti-metadata v0.3.0
7662026-07-14T15:27:40.971Z Compiling tokio-stream v0.1.18
7672026-07-14T15:27:40.984Z Compiling camino-tempfile v1.4.1
7682026-07-14T15:27:41.006Z Compiling derive-where v1.6.1
7692026-07-14T15:27:41.019Z Compiling serde_ignored v0.1.14
7702026-07-14T15:27:41.245Z Compiling serde_path_to_error v0.1.20
7712026-07-14T15:27:41.361Z Compiling home v0.5.12
7722026-07-14T15:27:41.405Z Compiling hex v0.4.3
7732026-07-14T15:27:41.521Z Compiling swrite v0.1.0
7742026-07-14T15:27:41.620Z Compiling xxhash-rust v0.8.16
7752026-07-14T15:27:41.620Z Compiling indent_write v2.2.0
7762026-07-14T15:27:41.694Z Compiling color-eyre v0.6.5
7772026-07-14T15:27:41.720Z Compiling clap v4.6.1
7782026-07-14T15:27:41.780Z Compiling dialoguer v0.11.0
7792026-07-14T15:27:41.799Z Compiling enable-ansi-support v0.2.1
7802026-07-14T15:27:42.261Z Compiling nextest-runner v0.80.0
7812026-07-14T15:28:00.449Z Finished `release` profile [optimized] target(s) in 1m 10s
7822026-07-14T15:28:00.627Z Installing /home/build/.cargo/bin/cargo-nextest
7832026-07-14T15:28:00.632Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7842026-07-14T15:28:00.749Z+ pushd bgp
7852026-07-14T15:28:00.752Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7862026-07-14T15:28:00.752Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7872026-07-14T15:28:00.908Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-07-14T15:28:01.497ZFrom https://github.com/oxidecomputer/falcon
7892026-07-14T15:28:01.497Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7902026-07-14T15:28:01.573Z Updating crates.io index
7912026-07-14T15:28:01.577Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-07-14T15:28:01.993ZFrom https://github.com/oxidecomputer/dendrite
7932026-07-14T15:28:01.993Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
7942026-07-14T15:28:02.028Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-07-14T15:28:02.287ZFrom https://github.com/oxidecomputer/ispf
7962026-07-14T15:28:02.287Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7972026-07-14T15:28:02.298Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-07-14T15:28:02.630ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-07-14T15:28:02.630Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8002026-07-14T15:28:02.638Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-07-14T15:28:09.671ZFrom https://github.com/oxidecomputer/omicron
8022026-07-14T15:28:09.671Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8032026-07-14T15:28:10.109Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-07-14T15:28:10.780ZFrom https://github.com/oxidecomputer/opte
8052026-07-14T15:28:10.780Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8062026-07-14T15:28:10.809Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072026-07-14T15:28:11.080ZFrom https://github.com/oxidecomputer/slog-error-chain
8082026-07-14T15:28:11.080Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8092026-07-14T15:28:11.091Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-07-14T15:28:11.347ZFrom https://github.com/illumos/smf-rs
8112026-07-14T15:28:11.347Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-07-14T15:28:11.356Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8132026-07-14T15:28:11.620ZFrom https://github.com/oxidecomputer/network-interface
8142026-07-14T15:28:11.620Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8152026-07-14T15:28:11.627Z Updating git repository `https://github.com/oxidecomputer/zone`
8162026-07-14T15:28:11.882ZFrom https://github.com/oxidecomputer/zone
8172026-07-14T15:28:11.882Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8182026-07-14T15:28:11.889Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-07-14T15:28:12.559ZFrom https://github.com/oxidecomputer/propolis
8202026-07-14T15:28:12.559Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-07-14T15:28:12.608Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-07-14T15:28:13.245ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-07-14T15:28:13.245Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8242026-07-14T15:28:13.268Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-07-14T15:28:13.586ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-07-14T15:28:13.586Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8272026-07-14T15:28:13.607Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-07-14T15:28:14.115ZFrom https://github.com/jmesmon/rust-libzfs
8292026-07-14T15:28:14.115Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-07-14T15:28:14.137Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-07-14T15:28:14.366ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-07-14T15:28:14.366Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-07-14T15:28:14.378Z Updating git repository `https://github.com/oxidecomputer/lldp`
8342026-07-14T15:28:14.712ZFrom https://github.com/oxidecomputer/lldp
8352026-07-14T15:28:14.712Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8362026-07-14T15:28:14.735Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8372026-07-14T15:28:15.032ZFrom https://github.com/oxidecomputer/tufaceous
8382026-07-14T15:28:15.032Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8392026-07-14T15:28:15.056Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-07-14T15:28:15.502ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-07-14T15:28:15.502Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8422026-07-14T15:28:15.515Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-07-14T15:28:16.562ZFrom https://github.com/oxidecomputer/crucible
8442026-07-14T15:28:16.562Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8452026-07-14T15:28:16.609Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-07-14T15:28:16.865ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-07-14T15:28:16.865Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-07-14T15:28:16.879Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-07-14T15:28:17.331ZFrom https://github.com/oxidecomputer/propolis
8502026-07-14T15:28:17.331Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8512026-07-14T15:28:17.345Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-07-14T15:28:18.619ZFrom https://github.com/oxidecomputer/crucible
8532026-07-14T15:28:18.619Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8542026-07-14T15:28:18.687Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-07-14T15:28:19.048ZFrom https://github.com/oxidecomputer/tofino
8562026-07-14T15:28:19.048Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8572026-07-14T15:28:19.059Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-07-14T15:28:19.723ZFrom https://github.com/oxidecomputer/maghemite
8592026-07-14T15:28:19.724Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8602026-07-14T15:28:19.774Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-07-14T15:28:20.178ZFrom https://github.com/oxidecomputer/clickward
8622026-07-14T15:28:20.178Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-07-14T15:28:20.187Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-07-14T15:28:20.435ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-07-14T15:28:20.435Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-07-14T15:28:21.443Z Downloading crates ...
8672026-07-14T15:28:21.535Z Downloaded async-stream-impl v0.3.6
8682026-07-14T15:28:21.537Z Downloaded aead v0.5.2
8692026-07-14T15:28:21.554Z Downloaded foreign-types-shared v0.3.1
8702026-07-14T15:28:21.557Z Downloaded aws-lc-rs v1.17.0
8712026-07-14T15:28:21.561Z Downloaded git-stub-vcs v0.1.0
8722026-07-14T15:28:21.564Z Downloaded embedded-io v0.4.0
8732026-07-14T15:28:21.564Z Downloaded dyn-clone v1.0.20
8742026-07-14T15:28:21.568Z Downloaded fs-err v3.3.0
8752026-07-14T15:28:21.568Z Downloaded byteorder v1.5.0
8762026-07-14T15:28:21.572Z Downloaded bcs v0.1.6
8772026-07-14T15:28:21.573Z Downloaded bytecount v0.6.9
8782026-07-14T15:28:21.573Z Downloaded cobs v0.3.0
8792026-07-14T15:28:21.577Z Downloaded embedded-io v0.6.1
8802026-07-14T15:28:21.577Z Downloaded bit-vec v0.8.0
8812026-07-14T15:28:21.577Z Downloaded getrandom v0.4.2
8822026-07-14T15:28:21.579Z Downloaded http-body v1.0.1
8832026-07-14T15:28:21.580Z Downloaded gethostname v0.5.0
8842026-07-14T15:28:21.580Z Downloaded fxhash v0.2.1
8852026-07-14T15:28:21.580Z Downloaded block-buffer v0.12.0
8862026-07-14T15:28:21.586Z Downloaded const-random-macro v0.1.16
8872026-07-14T15:28:21.586Z Downloaded foreign-types-macros v0.2.3
8882026-07-14T15:28:21.586Z Downloaded foreign-types v0.5.0
8892026-07-14T15:28:21.590Z Downloaded http-body-util v0.1.3
8902026-07-14T15:28:21.590Z Downloaded anyhow v1.0.103
8912026-07-14T15:28:21.590Z Downloaded enum-as-inner v0.6.1
8922026-07-14T15:28:21.594Z Downloaded cmake v0.1.58
8932026-07-14T15:28:21.594Z Downloaded heck v0.4.1
8942026-07-14T15:28:21.594Z Downloaded ciborium-io v0.2.2
8952026-07-14T15:28:21.598Z Downloaded icu_collections v2.2.0
8962026-07-14T15:28:21.601Z Downloaded fs_extra v1.3.0
8972026-07-14T15:28:21.601Z Downloaded erased-serde v0.3.31
8982026-07-14T15:28:21.601Z Downloaded async-stream v0.3.6
8992026-07-14T15:28:21.605Z Downloaded hubpack_derive v0.1.1
9002026-07-14T15:28:21.605Z Downloaded is-terminal v0.4.17
9012026-07-14T15:28:21.609Z Downloaded fixedbitset v0.4.2
9022026-07-14T15:28:21.609Z Downloaded match_cfg v0.1.0
9032026-07-14T15:28:21.609Z Downloaded darling_macro v0.21.3
9042026-07-14T15:28:21.609Z Downloaded base16ct v0.2.0
9052026-07-14T15:28:21.612Z Downloaded arrayref v0.3.9
9062026-07-14T15:28:21.612Z Downloaded hostname v0.3.1
9072026-07-14T15:28:21.612Z Downloaded humantime v2.3.0
9082026-07-14T15:28:21.612Z Downloaded byte-wrapper v0.1.0
9092026-07-14T15:28:21.615Z Downloaded glob v0.3.3
9102026-07-14T15:28:21.615Z Downloaded git-stub v1.0.0
9112026-07-14T15:28:21.622Z Downloaded hash32 v0.3.1
9122026-07-14T15:28:21.626Z Downloaded newline-converter v0.3.0
9132026-07-14T15:28:21.628Z Downloaded httpdate v1.0.3
9142026-07-14T15:28:21.631Z Downloaded libscf-sys v1.2.0
9152026-07-14T15:28:21.631Z Downloaded cstr-argument v0.1.2
9162026-07-14T15:28:21.634Z Downloaded dtrace-parser v0.2.0
9172026-07-14T15:28:21.634Z Downloaded keccak v0.1.6
9182026-07-14T15:28:21.635Z Downloaded float-ord v0.3.2
9192026-07-14T15:28:21.641Z Downloaded ciborium-ll v0.2.2
9202026-07-14T15:28:21.641Z Downloaded bit-set v0.8.0
9212026-07-14T15:28:21.641Z Downloaded ff v0.13.1
9222026-07-14T15:28:21.645Z Downloaded dropshot-api-manager-types v0.7.2
9232026-07-14T15:28:21.645Z Downloaded highway v1.3.0
9242026-07-14T15:28:21.645Z Downloaded dtrace-parser v0.3.0
9252026-07-14T15:28:21.645Z Downloaded dof v0.3.0
9262026-07-14T15:28:21.645Z Downloaded defmt v0.3.100
9272026-07-14T15:28:21.648Z Downloaded darling_macro v0.23.0
9282026-07-14T15:28:21.648Z Downloaded compression-core v0.4.32
9292026-07-14T15:28:21.648Z Downloaded crypto-common v0.2.2
9302026-07-14T15:28:21.651Z Downloaded dof v0.4.0
9312026-07-14T15:28:21.651Z Downloaded convert_case v0.4.0
9322026-07-14T15:28:21.651Z Downloaded dunce v1.0.5
9332026-07-14T15:28:21.651Z Downloaded base16ct v1.0.0
9342026-07-14T15:28:21.653Z Downloaded const-random v0.1.18
9352026-07-14T15:28:21.656Z Downloaded macaddr v1.0.1
9362026-07-14T15:28:21.656Z Downloaded idna_adapter v1.2.2
9372026-07-14T15:28:21.656Z Downloaded mime v0.3.17
9382026-07-14T15:28:21.659Z Downloaded hybrid-array v0.4.12
9392026-07-14T15:28:21.659Z Downloaded backoff v0.4.0
9402026-07-14T15:28:21.662Z Downloaded data-encoding v2.11.0
9412026-07-14T15:28:21.662Z Downloaded const-oid v0.10.2
9422026-07-14T15:28:21.665Z Downloaded inout v0.1.4
9432026-07-14T15:28:21.665Z Downloaded hubpack v0.1.2
9442026-07-14T15:28:21.667Z Downloaded async-recursion v1.1.1
9452026-07-14T15:28:21.671Z Downloaded crunchy v0.2.4
9462026-07-14T15:28:21.671Z Downloaded konst_macro_rules v0.2.19
9472026-07-14T15:28:21.671Z Downloaded crc8 v0.1.1
9482026-07-14T15:28:21.674Z Downloaded num-derive v0.4.2
9492026-07-14T15:28:21.677Z Downloaded num v0.4.3
9502026-07-14T15:28:21.677Z Downloaded managed v0.8.0
9512026-07-14T15:28:21.677Z Downloaded newtype-uuid-macros v0.1.0
9522026-07-14T15:28:21.681Z Downloaded group v0.13.0
9532026-07-14T15:28:21.681Z Downloaded crucible-workspace-hack v0.1.0
9542026-07-14T15:28:21.681Z Downloaded arrayvec v0.7.6
9552026-07-14T15:28:21.686Z Downloaded no-std-compat v0.4.1
9562026-07-14T15:28:21.686Z Downloaded constant_time_eq v0.4.2
9572026-07-14T15:28:21.686Z Downloaded bitflags v1.3.2
9582026-07-14T15:28:21.692Z Downloaded ipnetwork v0.21.1
9592026-07-14T15:28:21.692Z Downloaded hostname v0.4.2
9602026-07-14T15:28:21.692Z Downloaded cipher v0.4.4
9612026-07-14T15:28:21.692Z Downloaded chacha20 v0.9.1
9622026-07-14T15:28:21.700Z Downloaded num-iter v0.1.45
9632026-07-14T15:28:21.700Z Downloaded num-conv v0.2.2
9642026-07-14T15:28:21.700Z Downloaded num_enum_derive v0.5.11
9652026-07-14T15:28:21.700Z Downloaded memmap v0.7.0
9662026-07-14T15:28:21.700Z Downloaded lru-cache v0.1.2
9672026-07-14T15:28:21.700Z Downloaded omicron-workspace-hack v0.1.0
9682026-07-14T15:28:21.700Z Downloaded internet-checksum v0.2.1
9692026-07-14T15:28:21.708Z Downloaded ident_case v1.0.1
9702026-07-14T15:28:21.708Z Downloaded newtype_derive v0.1.6
9712026-07-14T15:28:21.708Z Downloaded natord v1.0.9
9722026-07-14T15:28:21.708Z Downloaded memoffset v0.9.1
9732026-07-14T15:28:21.708Z Downloaded compression-codecs v0.4.38
9742026-07-14T15:28:21.708Z Downloaded digest v0.11.3
9752026-07-14T15:28:21.708Z Downloaded cargo_toml v0.22.3
9762026-07-14T15:28:21.716Z Downloaded memmap2 v0.9.10
9772026-07-14T15:28:21.716Z Downloaded opaque-debug v0.3.1
9782026-07-14T15:28:21.717Z Downloaded defmt-parser v1.0.0
9792026-07-14T15:28:21.717Z Downloaded instant v0.1.13
9802026-07-14T15:28:21.717Z Downloaded linked-hash-map v0.5.6
9812026-07-14T15:28:21.717Z Downloaded critical-section v1.2.0
9822026-07-14T15:28:21.717Z Downloaded async-trait v0.1.89
9832026-07-14T15:28:21.762Z Downloaded daft v0.1.7
9842026-07-14T15:28:21.763Z Downloaded const_format_proc_macros v0.2.34
9852026-07-14T15:28:21.763Z Downloaded hmac v0.12.1
9862026-07-14T15:28:21.763Z Downloaded crossbeam-deque v0.8.6
9872026-07-14T15:28:21.763Z Downloaded derive-ex v0.1.8
9882026-07-14T15:28:21.772Z Downloaded ingot v0.1.1
9892026-07-14T15:28:21.772Z Downloaded bs58 v0.5.1
9902026-07-14T15:28:21.772Z Downloaded half v2.7.1
9912026-07-14T15:28:21.772Z Downloaded darling v0.21.3
9922026-07-14T15:28:21.772Z Downloaded parse-display v0.10.0
9932026-07-14T15:28:21.772Z Downloaded plain v0.2.3
9942026-07-14T15:28:21.772Z Downloaded potential_utf v0.1.5
9952026-07-14T15:28:21.773Z Downloaded displaydoc v0.2.6
9962026-07-14T15:28:21.773Z Downloaded argon2 v0.5.3
9972026-07-14T15:28:21.773Z Downloaded daft-derive v0.1.7
9982026-07-14T15:28:21.773Z Downloaded heapless v0.8.0
9992026-07-14T15:28:21.773Z Downloaded powerfmt v0.2.0
10002026-07-14T15:28:21.773Z Downloaded proc-macro-crate v1.3.1
10012026-07-14T15:28:21.773Z Downloaded pretty-hex v0.4.2
10022026-07-14T15:28:21.773Z Downloaded multer v3.1.0
10032026-07-14T15:28:21.773Z Downloaded cookie v0.18.1
10042026-07-14T15:28:21.773Z Downloaded linear-map v1.2.0
10052026-07-14T15:28:21.773Z Downloaded libsw v3.5.0
10062026-07-14T15:28:21.773Z Downloaded proc-macro-crate v3.5.0
10072026-07-14T15:28:21.773Z Downloaded num_enum v0.5.11
10082026-07-14T15:28:21.773Z Downloaded proc-macro-error-attr2 v2.0.0
10092026-07-14T15:28:21.773Z Downloaded proc-macro-error-attr v1.0.4
10102026-07-14T15:28:21.773Z Downloaded olpc-cjson v0.1.4
10112026-07-14T15:28:21.773Z Downloaded progenitor-client v0.10.0
10122026-07-14T15:28:21.773Z Downloaded num-rational v0.4.2
10132026-07-14T15:28:21.773Z Downloaded num-integer v0.1.46
10142026-07-14T15:28:21.773Z Downloaded crossbeam-epoch v0.9.18
10152026-07-14T15:28:21.773Z Downloaded chacha20 v0.10.0
10162026-07-14T15:28:21.773Z Downloaded num_enum v0.7.6
10172026-07-14T15:28:21.776Z Downloaded ingot-macros v0.1.1
10182026-07-14T15:28:21.776Z Downloaded libsw-core v0.3.2
10192026-07-14T15:28:21.776Z Downloaded progenitor-macro v0.14.0
10202026-07-14T15:28:21.777Z Downloaded progenitor-macro v0.13.0
10212026-07-14T15:28:21.777Z Downloaded oxnet v0.1.6
10222026-07-14T15:28:21.777Z Downloaded deranged v0.5.8
10232026-07-14T15:28:21.777Z Downloaded crossbeam-utils v0.8.21
10242026-07-14T15:28:21.777Z Downloaded console v0.16.3
10252026-07-14T15:28:21.780Z Downloaded colored v3.1.1
10262026-07-14T15:28:21.780Z Downloaded num_threads v0.1.7
10272026-07-14T15:28:21.780Z Downloaded progenitor-macro v0.10.0
10282026-07-14T15:28:21.783Z Downloaded quick-error v1.2.3
10292026-07-14T15:28:21.784Z Downloaded oxide-tokio-rt v0.1.6
10302026-07-14T15:28:21.784Z Downloaded base64 v0.21.7
10312026-07-14T15:28:21.787Z Downloaded foldhash v0.2.0
10322026-07-14T15:28:21.787Z Downloaded rand_xorshift v0.4.0
10332026-07-14T15:28:21.791Z Downloaded defmt v1.1.0
10342026-07-14T15:28:21.794Z Downloaded cancel-safe-futures v0.1.5
10352026-07-14T15:28:21.794Z Downloaded pem v3.0.6
10362026-07-14T15:28:21.794Z Downloaded paste v1.0.15
10372026-07-14T15:28:21.798Z Downloaded ref-cast-impl v1.0.25
10382026-07-14T15:28:21.798Z Downloaded password-hash v0.5.0
10392026-07-14T15:28:21.803Z Downloaded icu_locale_core v2.2.0
10402026-07-14T15:28:21.808Z Downloaded port-file v0.1.0
10412026-07-14T15:28:21.808Z Downloaded rand_chacha v0.3.1
10422026-07-14T15:28:21.808Z Downloaded poly1305 v0.8.0
10432026-07-14T15:28:21.808Z Downloaded phf_shared v0.12.1
10442026-07-14T15:28:21.808Z Downloaded ref-cast v1.0.25
10452026-07-14T15:28:21.810Z Downloaded phf v0.12.1
10462026-07-14T15:28:21.811Z Downloaded rustc_version v0.1.7
10472026-07-14T15:28:21.811Z Downloaded rustc-hash v2.1.2
10482026-07-14T15:28:21.811Z Downloaded parse-display-derive v0.10.0
10492026-07-14T15:28:21.813Z Downloaded darling v0.23.0
10502026-07-14T15:28:21.816Z Downloaded litemap v0.8.2
10512026-07-14T15:28:21.816Z Downloaded proc-macro-error v1.0.4
10522026-07-14T15:28:21.819Z Downloaded ciborium v0.2.2
10532026-07-14T15:28:21.823Z Downloaded secrecy v0.10.3
10542026-07-14T15:28:21.823Z Downloaded ingot-types v0.1.2
10552026-07-14T15:28:21.823Z Downloaded blake2 v0.10.6
10562026-07-14T15:28:21.826Z Downloaded serde-big-array v0.5.1
10572026-07-14T15:28:21.826Z Downloaded scroll_derive v0.12.1
10582026-07-14T15:28:21.826Z Downloaded semver v0.1.20
10592026-07-14T15:28:21.826Z Downloaded same-file v1.0.6
10602026-07-14T15:28:21.829Z Downloaded num-complex v0.4.6
10612026-07-14T15:28:21.829Z Downloaded progenitor v0.13.0
10622026-07-14T15:28:21.829Z Downloaded backon v1.6.0
10632026-07-14T15:28:21.832Z Downloaded scroll_derive v0.13.1
10642026-07-14T15:28:21.832Z Downloaded progenitor-extras v0.2.0
10652026-07-14T15:28:21.835Z Downloaded serde_plain v1.0.2
10662026-07-14T15:28:21.835Z Downloaded serde_repr v0.1.20
10672026-07-14T15:28:21.837Z Downloaded progenitor-client v0.14.0
10682026-07-14T15:28:21.837Z Downloaded progenitor-client v0.13.0
10692026-07-14T15:28:21.837Z Downloaded progenitor v0.14.0
10702026-07-14T15:28:21.840Z Downloaded progenitor v0.10.0
10712026-07-14T15:28:21.840Z Downloaded jobserver v0.1.34
10722026-07-14T15:28:21.840Z Downloaded defmt-macros v1.1.0
10732026-07-14T15:28:21.843Z Downloaded sha1 v0.10.6
10742026-07-14T15:28:21.846Z Downloaded serial_test v3.5.0
10752026-07-14T15:28:21.846Z Downloaded siphasher v1.0.3
10762026-07-14T15:28:21.849Z Downloaded bitflags v2.12.1
10772026-07-14T15:28:21.849Z Downloaded csv-core v0.1.13
10782026-07-14T15:28:21.852Z Downloaded sigpipe v0.1.3
10792026-07-14T15:28:21.852Z Downloaded quote v1.0.45
10802026-07-14T15:28:21.855Z Downloaded sha1 v0.11.0
10812026-07-14T15:28:21.855Z Downloaded parking_lot_core v0.8.6
10822026-07-14T15:28:21.859Z Downloaded parking_lot v0.11.2
10832026-07-14T15:28:21.859Z Downloaded pest_derive v2.8.6
10842026-07-14T15:28:21.862Z Downloaded arc-swap v1.9.1
10852026-07-14T15:28:21.862Z Downloaded slog-bunyan v2.5.0
10862026-07-14T15:28:21.865Z Downloaded icu_normalizer v2.2.0
10872026-07-14T15:28:21.865Z Downloaded resolv-conf v0.7.6
10882026-07-14T15:28:21.869Z Downloaded pest_generator v2.8.6
10892026-07-14T15:28:21.871Z Downloaded slog-envlogger v2.2.0
10902026-07-14T15:28:21.872Z Downloaded rustls-pemfile v2.2.0
10912026-07-14T15:28:21.875Z Downloaded smawk v0.3.2
10922026-07-14T15:28:21.878Z Downloaded structmeta-derive v0.3.0
10932026-07-14T15:28:21.878Z Downloaded strum v0.26.3
10942026-07-14T15:28:21.881Z Downloaded spin v0.5.2
10952026-07-14T15:28:21.881Z Downloaded tabled_derive v0.7.0
10962026-07-14T15:28:21.881Z Downloaded structmeta v0.3.0
10972026-07-14T15:28:21.884Z Downloaded rustversion v1.0.22
10982026-07-14T15:28:21.884Z Downloaded rusty-fork v0.3.1
10992026-07-14T15:28:21.886Z Downloaded log v0.4.32
11002026-07-14T15:28:21.886Z Downloaded icu_properties v2.2.0
11012026-07-14T15:28:21.889Z Downloaded dropshot_endpoint v0.17.1
11022026-07-14T15:28:21.892Z Downloaded icu_provider v2.2.0
11032026-07-14T15:28:21.892Z Downloaded stable_deref_trait v1.2.1
11042026-07-14T15:28:21.895Z Downloaded rustls-native-certs v0.8.4
11052026-07-14T15:28:21.895Z Downloaded scroll v0.13.0
11062026-07-14T15:28:21.895Z Downloaded strum v0.27.2
11072026-07-14T15:28:21.899Z Downloaded schemars_derive v0.8.22
11082026-07-14T15:28:21.899Z Downloaded termtree v0.5.1
11092026-07-14T15:28:21.899Z Downloaded allocator-api2 v0.2.21
11102026-07-14T15:28:21.902Z Downloaded thiserror-impl-no-std v2.0.2
11112026-07-14T15:28:21.902Z Downloaded testing_table v0.3.0
11122026-07-14T15:28:21.902Z Downloaded proc-macro-error2 v2.0.1
11132026-07-14T15:28:21.905Z Downloaded tabwriter v1.4.1
11142026-07-14T15:28:21.905Z Downloaded tabled_derive v0.11.0
11152026-07-14T15:28:21.905Z Downloaded serde_tokenstream v0.2.3
11162026-07-14T15:28:21.908Z Downloaded serde_derive_internals v0.29.1
11172026-07-14T15:28:21.908Z Downloaded konst v0.2.20
11182026-07-14T15:28:21.910Z Downloaded num_enum_derive v0.7.6
11192026-07-14T15:28:21.910Z Downloaded tagptr v0.2.0
11202026-07-14T15:28:21.910Z Downloaded elliptic-curve v0.13.8
11212026-07-14T15:28:21.913Z Downloaded take_mut v0.2.2
11222026-07-14T15:28:21.916Z Downloaded crypto-bigint v0.5.5
11232026-07-14T15:28:21.921Z Downloaded serial_test_derive v3.5.0
11242026-07-14T15:28:21.921Z Downloaded crossbeam-channel v0.5.15
11252026-07-14T15:28:21.924Z Downloaded thread-id v5.1.0
11262026-07-14T15:28:21.924Z Downloaded drift v0.2.0
11272026-07-14T15:28:21.929Z Downloaded time-core v0.1.8
11282026-07-14T15:28:21.933Z Downloaded thread-id v4.2.2
11292026-07-14T15:28:21.933Z Downloaded quinn-udp v0.5.14
11302026-07-14T15:28:21.933Z Downloaded hickory-resolver v0.24.4
11312026-07-14T15:28:21.941Z Downloaded postcard v1.1.3
11322026-07-14T15:28:21.941Z Downloaded papergrid v0.18.0
11332026-07-14T15:28:21.947Z Downloaded slog-dtrace v0.3.0
11342026-07-14T15:28:21.947Z Downloaded omicron-zone-package v0.12.3
11352026-07-14T15:28:21.947Z Downloaded rhai_codegen v3.2.0
11362026-07-14T15:28:21.950Z Downloaded topological-sort v0.2.2
11372026-07-14T15:28:21.950Z Downloaded snafu-derive v0.8.9
11382026-07-14T15:28:21.950Z Downloaded smf v0.2.3
11392026-07-14T15:28:21.950Z Downloaded indicatif v0.18.4
11402026-07-14T15:28:21.950Z Downloaded slog-stdlog v4.1.1
11412026-07-14T15:28:21.953Z Downloaded slog-scope v4.4.1
11422026-07-14T15:28:21.953Z Downloaded slog-json v2.6.1
11432026-07-14T15:28:21.953Z Downloaded typify-macro v0.6.2
11442026-07-14T15:28:21.956Z Downloaded slog-async v2.8.0
11452026-07-14T15:28:21.956Z Downloaded smartstring v1.0.1
11462026-07-14T15:28:21.956Z Downloaded typify-macro v0.4.3
11472026-07-14T15:28:21.958Z Downloaded diff v0.1.13
11482026-07-14T15:28:21.958Z Downloaded unit-prefix v0.5.2
11492026-07-14T15:28:21.963Z Downloaded derive_more v0.99.20
11502026-07-14T15:28:21.966Z Downloaded const_format v0.2.36
11512026-07-14T15:28:21.966Z Downloaded rustls-pki-types v1.14.1
11522026-07-14T15:28:21.970Z Downloaded usdt v0.6.0
11532026-07-14T15:28:21.970Z Downloaded usdt v0.5.0
11542026-07-14T15:28:22.036Z Downloaded unarray v0.1.4
11552026-07-14T15:28:22.036Z Downloaded strum_macros v0.27.2
11562026-07-14T15:28:22.036Z Downloaded synstructure v0.13.2
11572026-07-14T15:28:22.045Z Downloaded strum_macros v0.26.4
11582026-07-14T15:28:22.045Z Downloaded usdt-attr-macro v0.6.0
11592026-07-14T15:28:22.045Z Downloaded usdt-attr-macro v0.5.0
11602026-07-14T15:28:22.045Z Downloaded utf-8 v0.7.6
11612026-07-14T15:28:22.045Z Downloaded usdt-macro v0.6.0
11622026-07-14T15:28:22.045Z Downloaded universal-hash v0.5.1
11632026-07-14T15:28:22.045Z Downloaded serde_with_macros v3.20.0
11642026-07-14T15:28:22.045Z Downloaded darling_core v0.23.0
11652026-07-14T15:28:22.045Z Downloaded thiserror-no-std v2.0.2
11662026-07-14T15:28:22.045Z Downloaded usdt-macro v0.5.0
11672026-07-14T15:28:22.045Z Downloaded icu_normalizer_data v2.2.0
11682026-07-14T15:28:22.045Z Downloaded chacha20poly1305 v0.10.1
11692026-07-14T15:28:22.045Z Downloaded darling_core v0.21.3
11702026-07-14T15:28:22.045Z Downloaded indexmap v1.9.3
11712026-07-14T15:28:22.045Z Downloaded papergrid v0.11.0
11722026-07-14T15:28:22.045Z Downloaded time-macros v0.2.27
11732026-07-14T15:28:22.045Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11742026-07-14T15:28:22.045Z Downloaded wait-timeout v0.2.1
11752026-07-14T15:28:22.045Z Downloaded tinystr v0.8.3
11762026-07-14T15:28:22.045Z Downloaded yoke-derive v0.8.2
11772026-07-14T15:28:22.045Z Downloaded thread_local v1.1.9
11782026-07-14T15:28:22.045Z Downloaded openssl-sys v0.9.116
11792026-07-14T15:28:22.045Z Downloaded zerofrom-derive v0.1.7
11802026-07-14T15:28:22.045Z Downloaded zerofrom v0.1.8
11812026-07-14T15:28:22.045Z Downloaded zone_cfg_derive v0.3.1
11822026-07-14T15:28:22.045Z Downloaded zone v0.3.1
11832026-07-14T15:28:22.046Z Downloaded pest_meta v2.8.6
11842026-07-14T15:28:22.046Z Downloaded zeroize_derive v1.4.3
11852026-07-14T15:28:22.046Z Downloaded slog-term v2.9.2
11862026-07-14T15:28:22.046Z Downloaded tokio-dtrace v0.1.1
11872026-07-14T15:28:22.046Z Downloaded jiff-static v0.2.28
11882026-07-14T15:28:22.046Z Downloaded hashbrown v0.12.3
11892026-07-14T15:28:22.046Z Downloaded rustls-platform-verifier v0.7.0
11902026-07-14T15:28:22.046Z Downloaded untrusted v0.7.1
11912026-07-14T15:28:22.046Z Downloaded spin v0.9.8
11922026-07-14T15:28:22.046Z Downloaded smallvec v1.15.1
11932026-07-14T15:28:22.049Z Downloaded toml_writer v1.1.1+spec-1.1.0
11942026-07-14T15:28:22.050Z Downloaded expectorate v1.2.0
11952026-07-14T15:28:22.050Z Downloaded usdt-impl v0.5.0
11962026-07-14T15:28:22.050Z Downloaded usdt-impl v0.6.0
11972026-07-14T15:28:22.050Z Downloaded prettyplease v0.2.37
11982026-07-14T15:28:22.050Z Downloaded vsss-rs v3.3.4
11992026-07-14T15:28:22.050Z Downloaded pretty_assertions v1.4.1
12002026-07-14T15:28:22.050Z Downloaded waitgroup v0.1.2
12012026-07-14T15:28:22.053Z Downloaded bytes v1.11.1
12022026-07-14T15:28:22.053Z Downloaded thin-vec v0.2.18
12032026-07-14T15:28:22.053Z Downloaded term v1.2.1
12042026-07-14T15:28:22.056Z Downloaded tokio-tungstenite v0.21.0
12052026-07-14T15:28:22.056Z Downloaded similar v2.7.0
12062026-07-14T15:28:22.059Z Downloaded writeable v0.6.3
12072026-07-14T15:28:22.062Z Downloaded progenitor-impl v0.14.0
12082026-07-14T15:28:22.062Z Downloaded hickory-resolver v0.25.2
12092026-07-14T15:28:22.065Z Downloaded whoami v1.6.1
12102026-07-14T15:28:22.065Z Downloaded zmij v1.0.21
12112026-07-14T15:28:22.068Z Downloaded walkdir v2.5.0
12122026-07-14T15:28:22.068Z Downloaded serde_yaml v0.9.34+deprecated
12132026-07-14T15:28:22.071Z Downloaded xz2 v0.1.7
12142026-07-14T15:28:22.071Z Downloaded cc v1.2.63
12152026-07-14T15:28:22.074Z Downloaded slog v2.8.2
12162026-07-14T15:28:22.077Z Downloaded zerovec-derive v0.11.3
12172026-07-14T15:28:22.077Z Downloaded minimal-lexical v0.2.1
12182026-07-14T15:28:22.078Z Downloaded scroll v0.12.0
12192026-07-14T15:28:22.081Z Downloaded ucd-trie v0.1.7
12202026-07-14T15:28:22.081Z Downloaded schemars v0.8.22
12212026-07-14T15:28:22.086Z Downloaded memchr v2.8.1
12222026-07-14T15:28:22.090Z Downloaded schemars v0.9.0
12232026-07-14T15:28:22.095Z Downloaded socket2 v0.6.4
12242026-07-14T15:28:22.099Z Downloaded rand v0.8.6
12252026-07-14T15:28:22.099Z Downloaded async-compression v0.4.42
12262026-07-14T15:28:22.104Z Downloaded yoke v0.8.3
12272026-07-14T15:28:22.110Z Downloaded zeroize v1.8.2
12282026-07-14T15:28:22.111Z Downloaded toml v0.7.8
12292026-07-14T15:28:22.111Z Downloaded test-strategy v0.4.5
12302026-07-14T15:28:22.118Z Downloaded rayon-core v1.13.0
12312026-07-14T15:28:22.118Z Downloaded tiny-keccak v2.0.2
12322026-07-14T15:28:22.118Z Downloaded snafu v0.8.9
12332026-07-14T15:28:22.119Z Downloaded tungstenite v0.21.0
12342026-07-14T15:28:22.126Z Downloaded tinyvec v1.11.0
12352026-07-14T15:28:22.126Z Downloaded typify v0.4.3
12362026-07-14T15:28:22.126Z Downloaded quinn v0.11.9
12372026-07-14T15:28:22.127Z Downloaded progenitor-impl v0.13.0
12382026-07-14T15:28:22.139Z Downloaded progenitor-impl v0.10.0
12392026-07-14T15:28:22.139Z Downloaded schemars v1.2.1
12402026-07-14T15:28:22.155Z Downloaded zerocopy-derive v0.7.35
12412026-07-14T15:28:22.155Z Downloaded toml v1.1.2+spec-1.1.0
12422026-07-14T15:28:22.155Z Downloaded typify v0.6.2
12432026-07-14T15:28:22.173Z Downloaded nom v7.1.3
12442026-07-14T15:28:22.173Z Downloaded qorb v0.4.1
12452026-07-14T15:28:22.193Z Downloaded rand v0.9.4
12462026-07-14T15:28:22.193Z Downloaded toml v0.9.12+spec-1.1.0
12472026-07-14T15:28:22.193Z Downloaded unsafe-libyaml v0.2.11
12482026-07-14T15:28:22.193Z Downloaded toml_edit v0.25.12+spec-1.1.0
12492026-07-14T15:28:22.193Z Downloaded toml_edit v0.19.15
12502026-07-14T15:28:22.218Z Downloaded steno v0.4.1
12512026-07-14T15:28:22.218Z Downloaded nom v8.0.0
12522026-07-14T15:28:22.218Z Downloaded yansi v1.0.1
12532026-07-14T15:28:22.218Z Downloaded dropshot-api-manager v0.7.2
12542026-07-14T15:28:22.219Z Downloaded mio v1.2.1
12552026-07-14T15:28:22.219Z Downloaded pest v2.8.6
12562026-07-14T15:28:22.227Z Downloaded hashbrown v0.16.1
12572026-07-14T15:28:22.227Z Downloaded itertools v0.12.1
12582026-07-14T15:28:22.228Z Downloaded hkdf v0.12.4
12592026-07-14T15:28:22.228Z Downloaded icu_properties_data v2.2.0
12602026-07-14T15:28:22.244Z Downloaded typed-path v0.9.3
12612026-07-14T15:28:22.244Z Downloaded ron v0.12.1
12622026-07-14T15:28:22.267Z Downloaded itertools v0.15.0
12632026-07-14T15:28:22.267Z Downloaded h2 v0.4.14
12642026-07-14T15:28:22.267Z Downloaded zerotrie v0.2.4
12652026-07-14T15:28:22.267Z Downloaded zerocopy-derive v0.8.50
12662026-07-14T15:28:22.282Z Downloaded iddqd v0.4.5
12672026-07-14T15:28:22.282Z Downloaded libm v0.2.16
12682026-07-14T15:28:22.290Z Downloaded goblin v0.8.2
12692026-07-14T15:28:22.303Z Downloaded zerovec v0.11.6
12702026-07-14T15:28:22.311Z Downloaded blake3 v1.8.5
12712026-07-14T15:28:22.312Z Downloaded regex v1.12.3
12722026-07-14T15:28:22.313Z Downloaded tough v0.22.0
12732026-07-14T15:28:22.324Z Downloaded reqwest v0.13.4
12742026-07-14T15:28:22.324Z Downloaded rayon v1.12.0
12752026-07-14T15:28:22.331Z Downloaded zerocopy v0.7.35
12762026-07-14T15:28:22.357Z Downloaded serde_with v3.20.0
12772026-07-14T15:28:22.371Z Downloaded proptest v1.11.0
12782026-07-14T15:28:22.371Z Downloaded winnow v0.5.40
12792026-07-14T15:28:22.371Z Downloaded goblin v0.10.7
12802026-07-14T15:28:22.371Z Downloaded moka v0.12.15
12812026-07-14T15:28:22.391Z Downloaded tabled v0.15.0
12822026-07-14T15:28:22.391Z Downloaded tabled v0.21.0
12832026-07-14T15:28:22.397Z Downloaded winnow v1.0.3
12842026-07-14T15:28:22.397Z Downloaded webpki-roots v1.0.7
12852026-07-14T15:28:22.397Z Downloaded time v0.3.47
12862026-07-14T15:28:22.409Z Downloaded quinn-proto v0.11.14
12872026-07-14T15:28:22.415Z Downloaded zerocopy v0.8.50
12882026-07-14T15:28:22.421Z Downloaded openssl v0.10.80
12892026-07-14T15:28:22.421Z Downloaded hickory-proto v0.24.4
12902026-07-14T15:28:22.436Z Downloaded syn v1.0.109
12912026-07-14T15:28:22.454Z Downloaded rustls v0.23.40
12922026-07-14T15:28:22.455Z Downloaded hickory-proto v0.25.2
12932026-07-14T15:28:22.471Z Downloaded bstr v1.12.1
12942026-07-14T15:28:22.485Z Downloaded syn v2.0.117
12952026-07-14T15:28:22.490Z Downloaded nix v0.31.3
12962026-07-14T15:28:22.502Z Downloaded regress v0.10.5
12972026-07-14T15:28:22.509Z Downloaded smoltcp v0.11.0
12982026-07-14T15:28:22.523Z Downloaded regress v0.11.1
12992026-07-14T15:28:22.523Z Downloaded lzma-sys v0.1.20
13002026-07-14T15:28:22.542Z Downloaded dropshot v0.17.1
13012026-07-14T15:28:22.566Z Downloaded regex-syntax v0.8.10
13022026-07-14T15:28:22.587Z Downloaded openapiv3 v2.2.0
13032026-07-14T15:28:22.587Z Downloaded jiff v0.2.28
13042026-07-14T15:28:22.587Z Downloaded rhai v1.25.1
13052026-07-14T15:28:22.605Z Downloaded encoding_rs v0.8.35
13062026-07-14T15:28:22.611Z Downloaded typify-impl v0.6.2
13072026-07-14T15:28:22.615Z Downloaded typify-impl v0.4.3
13082026-07-14T15:28:22.624Z Downloaded sled v0.34.7
13092026-07-14T15:28:22.692Z Downloaded regex-automata v0.4.14
13102026-07-14T15:28:22.699Z Downloaded petgraph v0.6.5
13112026-07-14T15:28:22.738Z Downloaded chrono-tz v0.10.4
13122026-07-14T15:28:22.755Z Downloaded sha3 v0.10.9
13132026-07-14T15:28:22.755Z Downloaded csv v1.4.0
13142026-07-14T15:28:23.277Z Downloaded aws-lc-sys v0.41.0
13152026-07-14T15:28:24.201Z Compiling proc-macro2 v1.0.106
13162026-07-14T15:28:24.201Z Compiling quote v1.0.45
13172026-07-14T15:28:24.201Z Compiling unicode-ident v1.0.24
13182026-07-14T15:28:24.201Z Compiling serde_core v1.0.228
13192026-07-14T15:28:24.201Z Compiling cfg-if v1.0.4
13202026-07-14T15:28:24.205Z Compiling serde v1.0.228
13212026-07-14T15:28:24.205Z Compiling libc v0.2.186
13222026-07-14T15:28:24.205Z Compiling memchr v2.8.1
13232026-07-14T15:28:24.386Z Compiling itoa v1.0.18
13242026-07-14T15:28:24.583Z Compiling zmij v1.0.21
13252026-07-14T15:28:24.675Z Compiling autocfg v1.5.1
13262026-07-14T15:28:24.732Z Compiling libm v0.2.16
13272026-07-14T15:28:25.058Z Compiling stable_deref_trait v1.2.1
13282026-07-14T15:28:25.100Z Compiling litemap v0.8.2
13292026-07-14T15:28:25.132Z Compiling writeable v0.6.3
13302026-07-14T15:28:25.246Z Compiling utf8_iter v1.0.4
13312026-07-14T15:28:25.254Z Compiling icu_normalizer_data v2.2.0
13322026-07-14T15:28:25.276Z Compiling percent-encoding v2.3.2
13332026-07-14T15:28:25.341Z Compiling icu_properties_data v2.2.0
13342026-07-14T15:28:25.403Z Compiling version_check v0.9.5
13352026-07-14T15:28:25.487Z Compiling iana-time-zone v0.1.65
13362026-07-14T15:28:25.611Z Compiling syn v2.0.117
13372026-07-14T15:28:25.653Z Compiling equivalent v1.0.2
13382026-07-14T15:28:25.729Z Compiling form_urlencoded v1.2.2
13392026-07-14T15:28:25.740Z Compiling serde_json v1.0.150
13402026-07-14T15:28:25.752Z Compiling pin-project-lite v0.2.17
13412026-07-14T15:28:25.761Z Compiling dyn-clone v1.0.20
13422026-07-14T15:28:25.781Z Compiling scopeguard v1.2.0
13432026-07-14T15:28:25.824Z Compiling parking_lot_core v0.9.12
13442026-07-14T15:28:25.867Z Compiling lock_api v0.4.14
13452026-07-14T15:28:25.880Z Compiling num-traits v0.2.19
13462026-07-14T15:28:25.884Z Compiling thiserror v2.0.18
13472026-07-14T15:28:25.985Z Compiling hashbrown v0.17.1
13482026-07-14T15:28:26.106Z Compiling errno v0.3.14
13492026-07-14T15:28:26.154Z Compiling log v0.4.32
13502026-07-14T15:28:26.249Z Compiling getrandom v0.4.2
13512026-07-14T15:28:26.314Z Compiling rand_core v0.10.1
13522026-07-14T15:28:26.327Z Compiling futures-core v0.3.32
13532026-07-14T15:28:26.442Z Compiling zerocopy v0.8.50
13542026-07-14T15:28:26.480Z Compiling heck v0.5.0
13552026-07-14T15:28:26.563Z Compiling futures-sink v0.3.32
13562026-07-14T15:28:26.661Z Compiling semver v1.0.28
13572026-07-14T15:28:26.728Z Compiling indexmap v2.14.0
13582026-07-14T15:28:26.754Z Compiling uuid v1.23.5
13592026-07-14T15:28:26.897Z Compiling schemars v0.8.22
13602026-07-14T15:28:26.909Z Compiling slab v0.4.12
13612026-07-14T15:28:27.034Z Compiling jobserver v0.1.34
13622026-07-14T15:28:27.078Z Compiling shlex v2.0.1
13632026-07-14T15:28:27.169Z Compiling fnv v1.0.7
13642026-07-14T15:28:27.196Z Compiling rustversion v1.0.22
13652026-07-14T15:28:27.258Z Compiling find-msvc-tools v0.1.9
13662026-07-14T15:28:27.269Z Compiling futures-channel v0.3.32
13672026-07-14T15:28:27.359Z Compiling bitflags v2.12.1
13682026-07-14T15:28:27.387Z Compiling futures-io v0.3.32
13692026-07-14T15:28:27.495Z Compiling cc v1.2.63
13702026-07-14T15:28:27.505Z Compiling futures-task v0.3.32
13712026-07-14T15:28:27.545Z Compiling portable-atomic v1.13.1
13722026-07-14T15:28:27.593Z Compiling socket2 v0.6.4
13732026-07-14T15:28:27.666Z Compiling signal-hook-registry v1.4.8
13742026-07-14T15:28:27.710Z Compiling mio v1.2.1
13752026-07-14T15:28:27.876Z Compiling critical-section v1.2.0
13762026-07-14T15:28:27.960Z Compiling fs_extra v1.3.0
13772026-07-14T15:28:27.981Z Compiling dunce v1.0.5
13782026-07-14T15:28:28.032Z Compiling typenum v1.20.1
13792026-07-14T15:28:28.067Z Compiling base64 v0.22.1
13802026-07-14T15:28:28.177Z Compiling getrandom v0.3.4
13812026-07-14T15:28:28.211Z Compiling cmake v0.1.58
13822026-07-14T15:28:28.222Z Compiling slog v2.8.2
13832026-07-14T15:28:28.400Z Compiling rustix v1.1.4
13842026-07-14T15:28:28.460Z Compiling synstructure v0.13.2
13852026-07-14T15:28:28.515Z Compiling serde_derive_internals v0.29.1
13862026-07-14T15:28:28.544Z Compiling once_cell v1.21.4
13872026-07-14T15:28:28.570Z Compiling subtle v2.6.1
13882026-07-14T15:28:28.736Z Compiling strsim v0.11.1
13892026-07-14T15:28:28.747Z Compiling aws-lc-sys v0.41.0
13902026-07-14T15:28:28.757Z Compiling byteorder v1.5.0
13912026-07-14T15:28:28.840Z Compiling regex-syntax v0.8.10
13922026-07-14T15:28:28.954Z Compiling ipnet v2.12.0
13932026-07-14T15:28:28.965Z Compiling httparse v1.10.1
13942026-07-14T15:28:28.975Z Compiling atomic-waker v1.1.2
13952026-07-14T15:28:29.097Z Compiling tower-service v0.3.3
13962026-07-14T15:28:29.123Z Compiling tower-layer v0.3.3
13972026-07-14T15:28:29.185Z Compiling getrandom v0.2.17
13982026-07-14T15:28:29.238Z Compiling untrusted v0.9.0
13992026-07-14T15:28:29.279Z Compiling thiserror v1.0.69
14002026-07-14T15:28:29.354Z Compiling ryu v1.0.23
14012026-07-14T15:28:29.378Z Compiling try-lock v0.2.5
14022026-07-14T15:28:29.480Z Compiling ucd-trie v0.1.7
14032026-07-14T15:28:29.490Z Compiling want v0.3.1
14042026-07-14T15:28:29.537Z Compiling rand_core v0.6.4
14052026-07-14T15:28:29.664Z Compiling serde_derive v1.0.228
14062026-07-14T15:28:29.696Z Compiling zerofrom-derive v0.1.7
14072026-07-14T15:28:29.729Z Compiling yoke-derive v0.8.2
14082026-07-14T15:28:29.799Z Compiling zerovec-derive v0.11.3
14092026-07-14T15:28:29.830Z Compiling displaydoc v0.2.6
14102026-07-14T15:28:29.849Z Compiling schemars_derive v0.8.22
14112026-07-14T15:28:30.640Z Compiling thiserror-impl v2.0.18
14122026-07-14T15:28:30.828Z Compiling tokio-macros v2.7.0
14132026-07-14T15:28:30.892Z Compiling zerocopy-derive v0.8.50
14142026-07-14T15:28:30.907Z Compiling zerofrom v0.1.8
14152026-07-14T15:28:31.028Z Compiling yoke v0.8.3
14162026-07-14T15:28:31.071Z Compiling zeroize_derive v1.4.3
14172026-07-14T15:28:31.211Z Compiling zerovec v0.11.6
14182026-07-14T15:28:31.555Z Compiling zerotrie v0.2.4
14192026-07-14T15:28:31.575Z Compiling futures-macro v0.3.32
14202026-07-14T15:28:31.733Z Compiling tinystr v0.8.3
14212026-07-14T15:28:31.748Z Compiling potential_utf v0.1.5
14222026-07-14T15:28:31.844Z Compiling zeroize v1.8.2
14232026-07-14T15:28:31.873Z Compiling icu_collections v2.2.0
14242026-07-14T15:28:31.904Z Compiling icu_locale_core v2.2.0
14252026-07-14T15:28:32.027Z Compiling pest v2.8.6
14262026-07-14T15:28:32.039Z Compiling thiserror-impl v1.0.69
14272026-07-14T15:28:32.384Z Compiling httpdate v1.0.3
14282026-07-14T15:28:32.412Z Compiling futures-util v0.3.32
14292026-07-14T15:28:32.642Z Compiling icu_provider v2.2.0
14302026-07-14T15:28:32.892Z Compiling bytes v1.11.1
14312026-07-14T15:28:32.954Z Compiling smallvec v1.15.1
14322026-07-14T15:28:32.968Z Compiling icu_properties v2.2.0
14332026-07-14T15:28:33.179Z Compiling icu_normalizer v2.2.0
14342026-07-14T15:28:33.200Z Compiling chrono v0.4.45
14352026-07-14T15:28:33.517Z Compiling parking_lot v0.12.5
14362026-07-14T15:28:33.587Z Compiling http v1.4.2
14372026-07-14T15:28:33.771Z Compiling tokio v1.52.3
14382026-07-14T15:28:33.946Z Compiling idna_adapter v1.2.2
14392026-07-14T15:28:34.064Z Compiling idna v1.1.0
14402026-07-14T15:28:34.151Z Compiling serde_tokenstream v0.2.3
14412026-07-14T15:28:34.434Z Compiling url v2.5.8
14422026-07-14T15:28:34.572Z Compiling erased-serde v0.3.31
14432026-07-14T15:28:34.692Z Compiling http-body v1.0.1
14442026-07-14T15:28:34.880Z Compiling pest_meta v2.8.6
14452026-07-14T15:28:34.907Z Compiling pretty-hex v0.4.2
14462026-07-14T15:28:34.911Z Compiling plain v0.2.3
14472026-07-14T15:28:35.086Z Compiling winnow v1.0.3
14482026-07-14T15:28:35.291Z Compiling ppv-lite86 v0.2.21
14492026-07-14T15:28:35.341Z Compiling paste v1.0.15
14502026-07-14T15:28:35.415Z Compiling pest_generator v2.8.6
14512026-07-14T15:28:35.608Z Compiling foldhash v0.2.0
14522026-07-14T15:28:35.637Z Compiling allocator-api2 v0.2.21
14532026-07-14T15:28:35.843Z Compiling ipnetwork v0.21.1
14542026-07-14T15:28:35.958Z Compiling hashbrown v0.16.1
14552026-07-14T15:28:36.070Z Compiling oxnet v0.1.6
14562026-07-14T15:28:36.132Z Compiling pest_derive v2.8.6
14572026-07-14T15:28:36.179Z Compiling tracing-attributes v0.1.31
14582026-07-14T15:28:36.284Z Compiling tracing-core v0.1.36
14592026-07-14T15:28:36.451Z Compiling ident_case v1.0.1
14602026-07-14T15:28:36.533Z Compiling omicron-workspace-hack v0.1.0
14612026-07-14T15:28:36.565Z Compiling http-body-util v0.1.3
14622026-07-14T15:28:36.688Z Compiling serde_urlencoded v0.7.1
14632026-07-14T15:28:36.769Z Compiling aho-corasick v1.1.4
14642026-07-14T15:28:36.894Z Compiling sync_wrapper v1.0.2
14652026-07-14T15:28:36.928Z Compiling daft-derive v0.1.7
14662026-07-14T15:28:37.039Z Compiling fastrand v2.4.1
14672026-07-14T15:28:37.297Z Compiling async-trait v0.1.89
14682026-07-14T15:28:37.420Z Compiling tracing v0.1.44
14692026-07-14T15:28:37.656Z Compiling regex-automata v0.4.14
14702026-07-14T15:28:37.685Z Compiling tokio-util v0.7.18
14712026-07-14T15:28:38.027Z Compiling scroll_derive v0.13.1
14722026-07-14T15:28:38.252Z Compiling time-core v0.1.8
14732026-07-14T15:28:38.268Z Compiling powerfmt v0.2.0
14742026-07-14T15:28:38.395Z Compiling anyhow v1.0.103
14752026-07-14T15:28:38.425Z Compiling aws-lc-rs v1.17.0
14762026-07-14T15:28:38.471Z Compiling num-conv v0.2.2
14772026-07-14T15:28:38.617Z Compiling time-macros v0.2.27
14782026-07-14T15:28:38.738Z Compiling deranged v0.5.8
14792026-07-14T15:28:38.885Z Compiling scroll v0.13.0
14802026-07-14T15:28:38.924Z Compiling rustls-pki-types v1.14.1
14812026-07-14T15:28:39.143Z Compiling openssl-probe v0.2.1
14822026-07-14T15:28:39.331Z Compiling regex v1.12.3
14832026-07-14T15:28:39.405Z Compiling hex v0.4.3
14842026-07-14T15:28:39.603Z Compiling num_threads v0.1.7
14852026-07-14T15:28:39.703Z Compiling goblin v0.10.7
14862026-07-14T15:28:39.761Z Compiling untrusted v0.7.1
14872026-07-14T15:28:39.869Z Compiling camino v1.2.4
14882026-07-14T15:28:39.883Z Compiling usdt-impl v0.6.0
14892026-07-14T15:28:40.095Z Compiling crc32fast v1.5.0
14902026-07-14T15:28:40.141Z Compiling rustls v0.23.40
14912026-07-14T15:28:40.267Z Compiling h2 v0.4.14
14922026-07-14T15:28:40.366Z Compiling dtrace-parser v0.3.0
14932026-07-14T15:28:40.380Z Compiling futures-executor v0.3.32
14942026-07-14T15:28:40.646Z Compiling crossbeam-utils v0.8.21
14952026-07-14T15:28:40.672Z Compiling structmeta-derive v0.3.0
14962026-07-14T15:28:40.857Z Compiling thread-id v5.1.0
14972026-07-14T15:28:40.925Z Compiling cpufeatures v0.3.0
14982026-07-14T15:28:40.973Z Compiling adler2 v2.0.1
14992026-07-14T15:28:41.106Z Compiling simd-adler32 v0.3.9
15002026-07-14T15:28:41.246Z Compiling miniz_oxide v0.8.9
15012026-07-14T15:28:41.305Z Compiling futures v0.3.32
15022026-07-14T15:28:41.380Z Compiling rand_core v0.9.5
15032026-07-14T15:28:41.593Z Compiling darling_core v0.23.0
15042026-07-14T15:28:41.727Z Compiling structmeta v0.3.0
15052026-07-14T15:28:41.802Z Compiling newtype-uuid-macros v0.1.0
15062026-07-14T15:28:41.901Z Compiling hybrid-array v0.4.12
15072026-07-14T15:28:42.077Z Compiling thread_local v1.1.9
15082026-07-14T15:28:42.347Z Compiling hyper v1.10.1
15092026-07-14T15:28:42.359Z Compiling match_cfg v0.1.0
15102026-07-14T15:28:42.423Z Compiling flate2 v1.1.9
15112026-07-14T15:28:42.610Z Compiling dof v0.4.0
15122026-07-14T15:28:42.862Z Compiling newtype-uuid v1.3.2
15132026-07-14T15:28:43.205Z Compiling quick-error v1.2.3
15142026-07-14T15:28:43.347Z Compiling compression-core v0.4.32
15152026-07-14T15:28:43.505Z Compiling hyper-util v0.1.20
15162026-07-14T15:28:43.672Z Compiling darling_macro v0.23.0
15172026-07-14T15:28:43.964Z Compiling ref-cast v1.0.25
15182026-07-14T15:28:44.095Z Compiling slog-async v2.8.0
15192026-07-14T15:28:44.262Z Compiling darling v0.23.0
15202026-07-14T15:28:44.297Z Compiling compression-codecs v0.4.38
15212026-07-14T15:28:44.327Z Compiling daft v0.1.7
15222026-07-14T15:28:44.352Z Compiling block-buffer v0.12.0
15232026-07-14T15:28:44.446Z Compiling crypto-common v0.2.2
15242026-07-14T15:28:44.518Z Compiling rand_chacha v0.9.0
15252026-07-14T15:28:44.547Z Compiling strum_macros v0.26.4
15262026-07-14T15:28:44.584Z Compiling ref-cast-impl v1.0.25
15272026-07-14T15:28:44.709Z Compiling usdt-attr-macro v0.6.0
15282026-07-14T15:28:44.820Z Compiling usdt-macro v0.6.0
15292026-07-14T15:28:45.008Z Compiling serde_spanned v1.1.1
15302026-07-14T15:28:45.154Z Compiling generic-array v0.14.7
15312026-07-14T15:28:45.242Z Compiling multer v3.1.0
15322026-07-14T15:28:45.258Z Compiling toml_writer v1.1.1+spec-1.1.0
15332026-07-14T15:28:45.391Z Compiling take_mut v0.2.2
15342026-07-14T15:28:45.470Z Compiling debug-ignore v1.0.5
15352026-07-14T15:28:45.474Z Compiling term v1.2.1
15362026-07-14T15:28:45.491Z Compiling bit-vec v0.8.0
15372026-07-14T15:28:45.500Z Compiling const-oid v0.10.2
15382026-07-14T15:28:45.658Z Compiling digest v0.11.3
15392026-07-14T15:28:45.706Z Compiling bit-set v0.8.0
15402026-07-14T15:28:45.815Z Compiling rand v0.9.4
15412026-07-14T15:28:45.865Z Compiling serde_with_macros v3.20.0
15422026-07-14T15:28:45.896Z Compiling async-stream-impl v0.3.6
15432026-07-14T15:28:45.970Z Compiling dropshot v0.17.1
15442026-07-14T15:28:46.200Z Compiling encoding_rs v0.8.35
15452026-07-14T15:28:46.212Z Compiling unarray v0.1.4
15462026-07-14T15:28:46.260Z Compiling strum v0.26.3
15472026-07-14T15:28:46.313Z Compiling syn v1.0.109
15482026-07-14T15:28:46.385Z Compiling spin v0.9.8
15492026-07-14T15:28:46.492Z Compiling mime v0.3.17
15502026-07-14T15:28:46.536Z Compiling async-stream v0.3.6
15512026-07-14T15:28:46.655Z Compiling sha1 v0.11.0
15522026-07-14T15:28:46.702Z Compiling derive-ex v0.1.8
15532026-07-14T15:28:46.762Z Compiling tower v0.5.3
15542026-07-14T15:28:46.897Z Compiling dropshot_endpoint v0.17.1
15552026-07-14T15:28:46.932Z Compiling macaddr v1.0.1
15562026-07-14T15:28:46.998Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15572026-07-14T15:28:47.180Z Compiling waitgroup v0.1.2
15582026-07-14T15:28:47.226Z Compiling serde_path_to_error v0.1.20
15592026-07-14T15:28:47.479Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15602026-07-14T15:28:47.577Z Compiling tower-http v0.6.11
15612026-07-14T15:28:47.641Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15622026-07-14T15:28:47.857Z Compiling tempfile v3.27.0
15632026-07-14T15:28:47.876Z Compiling openapiv3 v2.2.0
15642026-07-14T15:28:47.989Z Compiling strum_macros v0.27.2
15652026-07-14T15:28:48.279Z Compiling test-strategy v0.4.5
15662026-07-14T15:28:48.564Z Compiling instant v0.1.13
15672026-07-14T15:28:48.670Z Compiling time v0.3.47
15682026-07-14T15:28:49.358Z Compiling rustls-native-certs v0.8.4
15692026-07-14T15:28:49.469Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15702026-07-14T15:28:49.646Z Compiling crossbeam-channel v0.5.15
15712026-07-14T15:28:49.753Z Compiling crypto-common v0.1.7
15722026-07-14T15:28:49.899Z Compiling strum v0.27.2
15732026-07-14T15:28:50.147Z Compiling parse-display-derive v0.10.0
15742026-07-14T15:28:50.193Z Compiling backon v1.6.0
15752026-07-14T15:28:50.398Z Compiling rand_chacha v0.3.1
15762026-07-14T15:28:50.487Z Compiling either v1.16.0
15772026-07-14T15:28:50.722Z Compiling rand v0.8.6
15782026-07-14T15:28:50.911Z Compiling slog-json v2.6.1
15792026-07-14T15:28:50.979Z Compiling hostname v0.3.1
15802026-07-14T15:28:51.116Z Compiling toml_parser v1.1.2+spec-1.1.0
15812026-07-14T15:28:51.350Z Compiling toml_datetime v1.1.1+spec-1.1.0
15822026-07-14T15:28:51.421Z Compiling is-terminal v0.4.17
15832026-07-14T15:28:51.493Z Compiling wait-timeout v0.2.1
15842026-07-14T15:28:51.514Z Compiling memmap2 v0.9.10
15852026-07-14T15:28:51.727Z Compiling usdt v0.6.0
15862026-07-14T15:28:51.775Z Compiling rusty-fork v0.3.1
15872026-07-14T15:28:51.790Z Compiling toml v1.1.2+spec-1.1.0
15882026-07-14T15:28:51.803Z Compiling slog-term v2.9.2
15892026-07-14T15:28:51.818Z Compiling slog-bunyan v2.5.0
15902026-07-14T15:28:52.076Z Compiling serde_with v3.20.0
15912026-07-14T15:28:52.092Z Compiling async-compression v0.4.42
15922026-07-14T15:28:52.125Z Compiling rand_xorshift v0.4.0
15932026-07-14T15:28:52.264Z Compiling rustls-pemfile v2.2.0
15942026-07-14T15:28:52.402Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15952026-07-14T15:28:52.402Z Compiling regress v0.10.5
15962026-07-14T15:28:52.459Z Compiling hostname v0.4.2
15972026-07-14T15:28:52.544Z Compiling humantime v2.3.0
15982026-07-14T15:28:52.595Z Compiling proptest v1.11.0
15992026-07-14T15:28:53.146Z Compiling iddqd v0.4.5
16002026-07-14T15:28:53.360Z Compiling reqwest v0.12.28
16012026-07-14T15:28:53.530Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16022026-07-14T15:28:53.772Z Compiling block-buffer v0.10.4
16032026-07-14T15:28:53.920Z Compiling utf8parse v0.2.2
16042026-07-14T15:28:53.988Z Compiling digest v0.10.7
16052026-07-14T15:28:54.026Z Compiling anstyle-parse v1.0.0
16062026-07-14T15:28:54.196Z Compiling parse-display v0.10.0
16072026-07-14T15:28:54.207Z Compiling backoff v0.4.0
16082026-07-14T15:28:54.385Z Compiling progenitor-client v0.10.0
16092026-07-14T15:28:54.411Z Compiling itertools v0.14.0
16102026-07-14T15:28:54.527Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16112026-07-14T15:28:54.680Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16122026-07-14T15:28:55.269Z Compiling anstyle v1.0.14
16132026-07-14T15:28:55.504Z Compiling anstyle-query v1.1.5
16142026-07-14T15:28:55.611Z Compiling is_terminal_polyfill v1.70.2
16152026-07-14T15:28:55.702Z Compiling colorchoice v1.0.5
16162026-07-14T15:28:55.818Z Compiling anstream v1.0.0
16172026-07-14T15:28:56.234Z Compiling clap_lex v1.1.0
16182026-07-14T15:28:56.499Z Compiling regress v0.11.1
16192026-07-14T15:28:56.512Z Compiling clap_derive v4.6.1
16202026-07-14T15:28:57.207Z Compiling terminal_size v0.4.4
16212026-07-14T15:28:58.231Z Compiling typify-impl v0.6.2
16222026-07-14T15:28:58.398Z Compiling toml_datetime v0.6.11
16232026-07-14T15:28:58.481Z Compiling zerocopy-derive v0.7.35
16242026-07-14T15:28:58.513Z Compiling cpufeatures v0.2.17
16252026-07-14T15:28:58.587Z Compiling convert_case v0.4.0
16262026-07-14T15:28:59.242Z Compiling derive_more v0.99.20
16272026-07-14T15:28:59.334Z Compiling clap_builder v4.6.0
16282026-07-14T15:28:59.342Z Compiling zerocopy v0.7.35
16292026-07-14T15:28:59.932Z Compiling toml_edit v0.25.12+spec-1.1.0
16302026-07-14T15:29:00.571Z Compiling unicode-width v0.2.2
16312026-07-14T15:29:00.699Z Compiling proc-macro-crate v3.5.0
16322026-07-14T15:29:01.088Z Compiling clap v4.6.1
16332026-07-14T15:29:01.166Z Compiling secrecy v0.10.3
16342026-07-14T15:29:01.320Z Compiling float-ord v0.3.2
16352026-07-14T15:29:01.434Z Compiling tinyvec_macros v0.1.1
16362026-07-14T15:29:01.503Z Compiling crucible-workspace-hack v0.1.0
16372026-07-14T15:29:01.601Z Compiling tinyvec v1.11.0
16382026-07-14T15:29:01.611Z Compiling num_enum_derive v0.7.6
16392026-07-14T15:29:02.083Z Compiling dtrace-parser v0.2.0
16402026-07-14T15:29:02.116Z Compiling scroll_derive v0.12.1
16412026-07-14T15:29:02.209Z Compiling rustc_version v0.4.1
16422026-07-14T15:29:02.483Z Compiling num-integer v0.1.46
16432026-07-14T15:29:02.658Z Compiling usdt-impl v0.5.0
16442026-07-14T15:29:02.803Z Compiling num_enum v0.7.6
16452026-07-14T15:29:02.845Z Compiling scroll v0.12.0
16462026-07-14T15:29:02.917Z Compiling curve25519-dalek v4.1.3
16472026-07-14T15:29:03.069Z Compiling dof v0.3.0
16482026-07-14T15:29:03.214Z Compiling hmac v0.12.1
16492026-07-14T15:29:03.343Z Compiling inout v0.1.4
16502026-07-14T15:29:03.414Z Compiling darling_core v0.21.3
16512026-07-14T15:29:03.427Z Compiling ff v0.13.1
16522026-07-14T15:29:03.469Z Compiling thread-id v4.2.2
16532026-07-14T15:29:03.482Z Compiling cipher v0.4.4
16542026-07-14T15:29:03.545Z Compiling group v0.13.0
16552026-07-14T15:29:03.753Z Compiling hkdf v0.12.4
16562026-07-14T15:29:04.007Z Compiling goblin v0.8.2
16572026-07-14T15:29:04.046Z Compiling num-iter v0.1.45
16582026-07-14T15:29:04.156Z Compiling num-rational v0.4.2
16592026-07-14T15:29:04.236Z Compiling thiserror-impl-no-std v2.0.2
16602026-07-14T15:29:04.319Z Compiling universal-hash v0.5.1
16612026-07-14T15:29:04.447Z Compiling crypto-bigint v0.5.5
16622026-07-14T15:29:04.568Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16632026-07-14T15:29:04.619Z Compiling typify-macro v0.6.2
16642026-07-14T15:29:04.947Z Compiling crossbeam-epoch v0.9.18
16652026-07-14T15:29:05.281Z Compiling half v2.7.1
16662026-07-14T15:29:05.297Z Compiling curve25519-dalek-derive v0.1.1
16672026-07-14T15:29:05.373Z Compiling num-complex v0.4.6
16682026-07-14T15:29:05.581Z Compiling darling_macro v0.21.3
16692026-07-14T15:29:05.811Z Compiling heck v0.4.1
16702026-07-14T15:29:05.843Z Compiling base64ct v1.8.3
16712026-07-14T15:29:05.955Z Compiling ciborium-io v0.2.2
16722026-07-14T15:29:05.981Z Compiling opaque-debug v0.3.1
16732026-07-14T15:29:05.998Z Compiling base16ct v0.2.0
16742026-07-14T15:29:06.043Z Compiling poly1305 v0.8.0
16752026-07-14T15:29:06.055Z Compiling ciborium-ll v0.2.2
16762026-07-14T15:29:06.145Z Compiling elliptic-curve v0.13.8
16772026-07-14T15:29:06.156Z Compiling password-hash v0.5.0
16782026-07-14T15:29:06.191Z Compiling darling v0.21.3
16792026-07-14T15:29:06.592Z Compiling num v0.4.3
16802026-07-14T15:29:06.663Z Compiling thiserror-no-std v2.0.2
16812026-07-14T15:29:06.721Z Compiling typify v0.6.2
16822026-07-14T15:29:07.129Z Compiling chacha20 v0.9.1
16832026-07-14T15:29:07.162Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16842026-07-14T15:29:07.354Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-07-14T15:29:07.738Z Compiling blake2 v0.10.6
16862026-07-14T15:29:07.966Z Compiling aead v0.5.2
16872026-07-14T15:29:08.053Z Compiling byte-wrapper v0.1.0
16882026-07-14T15:29:08.122Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16892026-07-14T15:29:08.188Z Compiling proc-macro-error-attr v1.0.4
16902026-07-14T15:29:08.437Z Compiling keccak v0.1.6
16912026-07-14T15:29:08.486Z Compiling rustix v0.38.44
16922026-07-14T15:29:08.563Z Compiling prettyplease v0.2.37
16932026-07-14T15:29:08.665Z Compiling heapless v0.8.0
16942026-07-14T15:29:08.811Z Compiling unsafe-libyaml v0.2.11
16952026-07-14T15:29:09.248Z Compiling sha3 v0.10.9
16962026-07-14T15:29:09.357Z Compiling serde_yaml v0.9.34+deprecated
16972026-07-14T15:29:09.539Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16982026-07-14T15:29:09.872Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-07-14T15:29:10.232Z Compiling chacha20poly1305 v0.10.1
17002026-07-14T15:29:10.364Z Compiling argon2 v0.5.3
17012026-07-14T15:29:10.702Z Compiling vsss-rs v3.3.4
17022026-07-14T15:29:10.759Z Compiling ingot-macros v0.1.1
17032026-07-14T15:29:10.812Z Compiling ciborium v0.2.2
17042026-07-14T15:29:11.191Z Compiling usdt-macro v0.5.0
17052026-07-14T15:29:11.389Z Compiling usdt-attr-macro v0.5.0
17062026-07-14T15:29:12.614Z Compiling serde_spanned v0.6.9
17072026-07-14T15:29:12.729Z Compiling enum-as-inner v0.6.1
17082026-07-14T15:29:12.756Z Compiling hash32 v0.3.1
17092026-07-14T15:29:13.001Z Compiling proc-macro-error v1.0.4
17102026-07-14T15:29:13.216Z Compiling memmap v0.7.0
17112026-07-14T15:29:13.258Z Compiling memoffset v0.9.1
17122026-07-14T15:29:13.347Z Compiling cfg_aliases v0.2.1
17132026-07-14T15:29:13.409Z Compiling smoltcp v0.11.0
17142026-07-14T15:29:13.420Z Compiling winnow v0.7.15
17152026-07-14T15:29:13.474Z Compiling indent_write v2.2.0
17162026-07-14T15:29:13.495Z Compiling winnow v0.5.40
17172026-07-14T15:29:13.507Z Compiling toml_write v0.1.2
17182026-07-14T15:29:13.606Z Compiling static_assertions v1.1.0
17192026-07-14T15:29:13.668Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17202026-07-14T15:29:13.680Z Compiling data-encoding v2.11.0
17212026-07-14T15:29:13.780Z Compiling ingot-types v0.1.2
17222026-07-14T15:29:13.789Z Compiling nix v0.31.3
17232026-07-14T15:29:13.922Z Compiling rustls-webpki v0.103.13
17242026-07-14T15:29:14.193Z Compiling usdt v0.5.0
17252026-07-14T15:29:14.459Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-07-14T15:29:14.513Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17272026-07-14T15:29:14.610Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-07-14T15:29:14.893Z Compiling toml_edit v0.19.15
17292026-07-14T15:29:14.952Z Compiling toml_edit v0.22.27
17302026-07-14T15:29:15.260Z Compiling tabwriter v1.4.1
17312026-07-14T15:29:15.500Z Compiling cobs v0.3.0
17322026-07-14T15:29:15.571Z Compiling serde_repr v0.1.20
17332026-07-14T15:29:15.695Z Compiling pkg-config v0.3.33
17342026-07-14T15:29:15.977Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17352026-07-14T15:29:16.151Z Compiling vcpkg v0.2.15
17362026-07-14T15:29:16.187Z Compiling managed v0.8.0
17372026-07-14T15:29:16.213Z Compiling bitflags v1.3.2
17382026-07-14T15:29:16.304Z Compiling proc-macro-crate v1.3.1
17392026-07-14T15:29:16.437Z Compiling toml v0.8.23
17402026-07-14T15:29:16.704Z Compiling openssl-sys v0.9.116
17412026-07-14T15:29:16.919Z Compiling postcard v1.1.3
17422026-07-14T15:29:17.287Z Compiling ingot v0.1.1
17432026-07-14T15:29:17.531Z Compiling tokio-rustls v0.26.4
17442026-07-14T15:29:17.811Z Compiling hyper-rustls v0.27.9
17452026-07-14T15:29:18.106Z Compiling rustls-platform-verifier v0.7.0
17462026-07-14T15:29:18.345Z Compiling reqwest v0.13.4
17472026-07-14T15:29:19.252Z Compiling hubpack_derive v0.1.1
17482026-07-14T15:29:19.311Z Compiling foreign-types-macros v0.2.3
17492026-07-14T15:29:19.634Z Compiling progenitor-client v0.14.0
17502026-07-14T15:29:19.820Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17512026-07-14T15:29:19.952Z Compiling progenitor-extras v0.2.0
17522026-07-14T15:29:20.010Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17532026-07-14T15:29:20.143Z Compiling resolv-conf v0.7.6
17542026-07-14T15:29:20.189Z Compiling semver v0.1.20
17552026-07-14T15:29:20.255Z Compiling unicode-segmentation v1.13.3
17562026-07-14T15:29:20.532Z Compiling swrite v0.1.0
17572026-07-14T15:29:20.629Z Compiling linked-hash-map v0.5.6
17582026-07-14T15:29:20.719Z Compiling colored v3.1.1
17592026-07-14T15:29:20.762Z Compiling rayon-core v1.13.0
17602026-07-14T15:29:20.815Z Compiling foreign-types-shared v0.3.1
17612026-07-14T15:29:20.907Z Compiling foreign-types v0.5.0
17622026-07-14T15:29:20.925Z Compiling lru-cache v0.1.2
17632026-07-14T15:29:20.985Z Compiling newline-converter v0.3.0
17642026-07-14T15:29:21.013Z Compiling rustc_version v0.1.7
17652026-07-14T15:29:21.094Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17662026-07-14T15:29:21.105Z Compiling hubpack v0.1.2
17672026-07-14T15:29:21.214Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17682026-07-14T15:29:21.471Z Compiling num_enum_derive v0.5.11
17692026-07-14T15:29:22.634Z Compiling atomicwrites v0.4.4
17702026-07-14T15:29:22.796Z Compiling hickory-proto v0.24.4
17712026-07-14T15:29:22.846Z Compiling progenitor-impl v0.13.0
17722026-07-14T15:29:23.447Z Compiling crossbeam-deque v0.8.6
17732026-07-14T15:29:23.646Z Compiling console v0.15.11
17742026-07-14T15:29:24.248Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17752026-07-14T15:29:24.318Z Compiling camino-tempfile v1.4.1
17762026-07-14T15:29:24.887Z Compiling chacha20 v0.10.0
17772026-07-14T15:29:24.922Z Compiling serde-big-array v0.5.1
17782026-07-14T15:29:24.946Z Compiling derive-where v1.6.1
17792026-07-14T15:29:24.956Z Compiling num-derive v0.4.2
17802026-07-14T15:29:25.152Z Compiling pin-project-internal v1.1.13
17812026-07-14T15:29:25.750Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17822026-07-14T15:29:26.424Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17832026-07-14T15:29:26.451Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17842026-07-14T15:29:26.451Z Compiling cstr-argument v0.1.2
17852026-07-14T15:29:26.451Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17862026-07-14T15:29:26.451Z Compiling similar v2.7.0
17872026-07-14T15:29:26.519Z Compiling siphasher v1.0.3
17882026-07-14T15:29:26.719Z Compiling minimal-lexical v0.2.1
17892026-07-14T15:29:26.987Z Compiling nom v7.1.3
17902026-07-14T15:29:27.252Z Compiling expectorate v1.2.0
17912026-07-14T15:29:27.365Z Compiling phf_shared v0.12.1
17922026-07-14T15:29:27.421Z Compiling progenitor-macro v0.13.0
17932026-07-14T15:29:27.434Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17942026-07-14T15:29:27.542Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-07-14T15:29:27.702Z Compiling pin-project v1.1.13
17962026-07-14T15:29:27.802Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17972026-07-14T15:29:27.805Z Compiling rand v0.10.2
17982026-07-14T15:29:28.503Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17992026-07-14T15:29:28.545Z Compiling hickory-resolver v0.24.4
18002026-07-14T15:29:28.606Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-07-14T15:29:28.783Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18022026-07-14T15:29:28.985Z Compiling num_enum v0.5.11
18032026-07-14T15:29:29.104Z Compiling newtype_derive v0.1.6
18042026-07-14T15:29:29.355Z Compiling progenitor-client v0.13.0
18052026-07-14T15:29:29.714Z Compiling progenitor-impl v0.14.0
18062026-07-14T15:29:30.345Z Compiling snafu-derive v0.8.9
18072026-07-14T15:29:30.768Z Compiling unicode-normalization v0.1.25
18082026-07-14T15:29:30.845Z Compiling tokio-stream v0.1.18
18092026-07-14T15:29:31.191Z Compiling async-recursion v1.1.1
18102026-07-14T15:29:31.245Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18112026-07-14T15:29:31.322Z Compiling slog-dtrace v0.3.0
18122026-07-14T15:29:31.555Z Compiling csv-core v0.1.13
18132026-07-14T15:29:31.577Z Compiling bstr v1.12.1
18142026-07-14T15:29:31.821Z Compiling unicode-xid v0.2.6
18152026-07-14T15:29:31.900Z Compiling chrono-tz v0.10.4
18162026-07-14T15:29:31.942Z Compiling highway v1.3.0
18172026-07-14T15:29:32.081Z Compiling same-file v1.0.6
18182026-07-14T15:29:32.117Z Compiling foreign-types-shared v0.1.1
18192026-07-14T15:29:32.137Z Compiling openssl v0.10.80
18202026-07-14T15:29:32.204Z Compiling unicode-width v0.1.14
18212026-07-14T15:29:32.259Z Compiling konst_macro_rules v0.2.19
18222026-07-14T15:29:32.334Z Compiling cancel-safe-futures v0.1.5
18232026-07-14T15:29:32.422Z Compiling owo-colors v4.3.0
18242026-07-14T15:29:32.434Z Compiling foldhash v0.1.5
18252026-07-14T15:29:32.501Z Compiling konst v0.2.20
18262026-07-14T15:29:32.563Z Compiling progenitor v0.13.0
18272026-07-14T15:29:32.609Z Compiling hashbrown v0.15.5
18282026-07-14T15:29:32.612Z Compiling walkdir v2.5.0
18292026-07-14T15:29:32.695Z Compiling foreign-types v0.3.2
18302026-07-14T15:29:32.739Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-07-14T15:29:32.793Z Compiling snafu v0.8.9
18322026-07-14T15:29:32.821Z Compiling const_format_proc_macros v0.2.34
18332026-07-14T15:29:32.978Z Compiling globset v0.4.18
18342026-07-14T15:29:33.066Z Compiling csv v1.4.0
18352026-07-14T15:29:33.191Z Compiling qorb v0.4.1
18362026-07-14T15:29:33.235Z Compiling olpc-cjson v0.1.4
18372026-07-14T15:29:33.322Z Compiling progenitor-macro v0.14.0
18382026-07-14T15:29:33.398Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-07-14T15:29:33.632Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-07-14T15:29:33.877Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18412026-07-14T15:29:34.221Z Compiling rayon v1.12.0
18422026-07-14T15:29:34.636Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-07-14T15:29:35.504Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-07-14T15:29:35.666Z Compiling phf v0.12.1
18452026-07-14T15:29:35.823Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T15:29:36.075Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18472026-07-14T15:29:36.106Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-07-14T15:29:37.039Z Compiling zone_cfg_derive v0.3.1
18492026-07-14T15:29:37.235Z Compiling tokio-dtrace v0.1.1
18502026-07-14T15:29:37.469Z Compiling itertools v0.12.1
18512026-07-14T15:29:37.501Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18522026-07-14T15:29:37.700Z Compiling libsw-core v0.3.2
18532026-07-14T15:29:37.741Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-07-14T15:29:37.870Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18552026-07-14T15:29:38.265Z Compiling serde_plain v1.0.2
18562026-07-14T15:29:38.349Z Compiling openssl-macros v0.1.1
18572026-07-14T15:29:38.468Z Compiling pem v3.0.6
18582026-07-14T15:29:38.481Z Compiling cookie v0.18.1
18592026-07-14T15:29:38.552Z Compiling sigpipe v0.1.3
18602026-07-14T15:29:38.640Z Compiling bytecount v0.6.9
18612026-07-14T15:29:38.716Z Compiling jiff v0.2.28
18622026-07-14T15:29:38.719Z Compiling typed-path v0.9.3
18632026-07-14T15:29:38.787Z Compiling fixedbitset v0.5.7
18642026-07-14T15:29:38.849Z Compiling glob v0.3.3
18652026-07-14T15:29:38.853Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-07-14T15:29:39.084Z Compiling fixedbitset v0.4.2
18672026-07-14T15:29:39.133Z Compiling petgraph v0.8.3
18682026-07-14T15:29:39.311Z Compiling petgraph v0.6.5
18692026-07-14T15:29:39.672Z Compiling tough v0.22.0
18702026-07-14T15:29:40.136Z Compiling papergrid v0.11.0
18712026-07-14T15:29:40.902Z Compiling zone v0.3.1
18722026-07-14T15:29:40.932Z Compiling progenitor v0.14.0
18732026-07-14T15:29:40.982Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18742026-07-14T15:29:41.011Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-07-14T15:29:41.059Z Compiling libsw v3.5.0
18762026-07-14T15:29:41.220Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18772026-07-14T15:29:41.233Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-07-14T15:29:41.421Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-07-14T15:29:41.469Z Compiling oxide-tokio-rt v0.1.6
18802026-07-14T15:29:41.714Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18812026-07-14T15:29:41.778Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-07-14T15:29:42.165Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-07-14T15:29:42.686Z Compiling const_format v0.2.36
18842026-07-14T15:29:42.744Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-07-14T15:29:43.231Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18862026-07-14T15:29:43.326Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-14T15:29:43.571Z Compiling tabled_derive v0.7.0
18882026-07-14T15:29:43.632Z Compiling gethostname v0.5.0
18892026-07-14T15:29:43.644Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-14T15:29:43.713Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18912026-07-14T15:29:43.751Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-07-14T15:29:43.764Z Compiling bcs v0.1.6
18932026-07-14T15:29:43.869Z Compiling smf v0.2.3
18942026-07-14T15:29:43.911Z Compiling nom v8.0.0
18952026-07-14T15:29:44.075Z Compiling linear-map v1.2.0
18962026-07-14T15:29:44.166Z Compiling unicode-linebreak v0.1.5
18972026-07-14T15:29:44.259Z Compiling smawk v0.3.2
18982026-07-14T15:29:44.399Z Compiling tagptr v0.2.0
18992026-07-14T15:29:44.416Z Compiling lazy_static v1.5.0
19002026-07-14T15:29:44.474Z Compiling whoami v1.6.1
19012026-07-14T15:29:44.514Z Compiling termtree v0.5.1
19022026-07-14T15:29:44.532Z Compiling crunchy v0.2.4
19032026-07-14T15:29:44.544Z Compiling tabled v0.15.0
19042026-07-14T15:29:44.839Z Compiling moka v0.12.15
19052026-07-14T15:29:44.919Z Compiling steno v0.4.1
19062026-07-14T15:29:45.242Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-07-14T15:29:45.630Z Compiling textwrap v0.16.2
19082026-07-14T15:29:46.171Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-07-14T15:29:46.409Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-14T15:29:46.644Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-14T15:29:47.342Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-14T15:29:47.848Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-14T15:29:48.174Z Compiling hickory-proto v0.25.2
19142026-07-14T15:29:48.206Z Compiling tiny-keccak v2.0.2
19152026-07-14T15:29:48.460Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19162026-07-14T15:29:48.882Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19172026-07-14T15:29:49.344Z Compiling parking_lot_core v0.8.6
19182026-07-14T15:29:49.581Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19192026-07-14T15:29:49.655Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-14T15:29:49.892Z Compiling libscf-sys v1.2.0
19212026-07-14T15:29:49.936Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19222026-07-14T15:29:50.037Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19232026-07-14T15:29:50.146Z Compiling hickory-resolver v0.25.2
19242026-07-14T15:29:50.187Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19252026-07-14T15:29:50.290Z Compiling const-random-macro v0.1.16
19262026-07-14T15:29:50.559Z Compiling ahash v0.8.12
19272026-07-14T15:29:50.709Z Compiling smartstring v1.0.1
19282026-07-14T15:29:50.759Z Compiling const-random v0.1.18
19292026-07-14T15:29:50.838Z Compiling parking_lot v0.11.2
19302026-07-14T15:29:51.211Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-07-14T15:29:51.265Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19322026-07-14T15:29:51.277Z Compiling fxhash v0.2.1
19332026-07-14T15:29:51.413Z Compiling internet-checksum v0.2.1
19342026-07-14T15:29:51.509Z Compiling sled v0.34.7
19352026-07-14T15:29:51.829Z Compiling itertools v0.15.0
19362026-07-14T15:29:52.028Z Compiling thin-vec v0.2.18
19372026-07-14T15:29:52.332Z Compiling rhai_codegen v3.2.0
19382026-07-14T15:29:52.446Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19392026-07-14T15:29:52.527Z Compiling serial_test_derive v3.5.0
19402026-07-14T15:29:52.825Z Compiling yansi v1.0.1
19412026-07-14T15:29:53.148Z Compiling diff v0.1.13
19422026-07-14T15:29:53.271Z Compiling serial_test v3.5.0
19432026-07-14T15:29:53.395Z Compiling pretty_assertions v1.4.1
19442026-07-14T15:29:53.571Z Compiling rhai v1.25.1
19452026-07-14T15:29:54.238Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19462026-07-14T15:29:55.567Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-07-14T15:30:03.960Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-07-14T15:30:05.642Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-07-14T15:30:06.677Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19502026-07-14T15:30:07.603Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19512026-07-14T15:30:08.423Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19522026-07-14T15:30:09.580Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19532026-07-14T15:30:42.366Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19542026-07-14T15:30:42.554Z────────────
19552026-07-14T15:30:42.554Z Nextest run ID 76a76627-787e-47c8-86f6-70b30fab8fad with nextest profile: default
19562026-07-14T15:30:42.554Z Starting 154 tests across 3 binaries
19572026-07-14T15:30:42.564Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19582026-07-14T15:30:42.567Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19592026-07-14T15:30:42.567Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19602026-07-14T15:30:42.567Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19612026-07-14T15:30:42.567Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19622026-07-14T15:30:42.567Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19632026-07-14T15:30:42.567Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19642026-07-14T15:30:42.567Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19652026-07-14T15:30:42.576Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19662026-07-14T15:30:42.579Z PASS [ 0.008s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19672026-07-14T15:30:42.579Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19682026-07-14T15:30:42.580Z PASS [ 0.009s] bgp messages::tests::header_round_trip
19692026-07-14T15:30:42.580Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19702026-07-14T15:30:42.580Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19712026-07-14T15:30:42.580Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19722026-07-14T15:30:42.580Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19732026-07-14T15:30:42.583Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_maximum_length
19742026-07-14T15:30:42.583Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19752026-07-14T15:30:42.583Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
19762026-07-14T15:30:42.583Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19772026-07-14T15:30:42.586Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19782026-07-14T15:30:42.586Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19792026-07-14T15:30:42.587Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19802026-07-14T15:30:42.587Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19812026-07-14T15:30:42.590Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19822026-07-14T15:30:42.593Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19832026-07-14T15:30:42.593Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19842026-07-14T15:30:42.593Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19852026-07-14T15:30:42.593Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19862026-07-14T15:30:42.596Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19872026-07-14T15:30:42.596Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19882026-07-14T15:30:42.596Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19892026-07-14T15:30:42.600Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19902026-07-14T15:30:42.600Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19912026-07-14T15:30:42.600Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19922026-07-14T15:30:42.600Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19932026-07-14T15:30:42.603Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19942026-07-14T15:30:42.604Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19952026-07-14T15:30:42.604Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19962026-07-14T15:30:42.604Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19972026-07-14T15:30:42.608Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19982026-07-14T15:30:42.609Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19992026-07-14T15:30:42.612Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
20002026-07-14T15:30:42.612Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
20012026-07-14T15:30:42.613Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
20022026-07-14T15:30:42.613Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
20032026-07-14T15:30:42.613Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20042026-07-14T15:30:42.613Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20052026-07-14T15:30:42.616Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20062026-07-14T15:30:42.616Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20072026-07-14T15:30:42.616Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20082026-07-14T15:30:42.619Z PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first
20092026-07-14T15:30:42.619Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20102026-07-14T15:30:42.619Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20112026-07-14T15:30:42.623Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
20122026-07-14T15:30:42.623Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20132026-07-14T15:30:42.623Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20142026-07-14T15:30:42.626Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_round_trip
20152026-07-14T15:30:42.626Z PASS [ 0.008s] bgp messages::tests::notification_round_trip
20162026-07-14T15:30:42.628Z PASS [ 0.008s] bgp messages::tests::open_round_trip
20172026-07-14T15:30:42.631Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
20182026-07-14T15:30:42.631Z PASS [ 0.008s] bgp messages::tests::prefix_conversion
20192026-07-14T15:30:42.632Z PASS [ 0.008s] bgp messages::tests::prefix_within
20202026-07-14T15:30:42.632Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20212026-07-14T15:30:42.632Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20222026-07-14T15:30:42.632Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20232026-07-14T15:30:42.635Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20242026-07-14T15:30:42.635Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20252026-07-14T15:30:42.639Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20262026-07-14T15:30:42.639Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20272026-07-14T15:30:42.639Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20282026-07-14T15:30:42.639Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20292026-07-14T15:30:42.643Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20302026-07-14T15:30:42.643Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20312026-07-14T15:30:42.643Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20322026-07-14T15:30:42.643Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20332026-07-14T15:30:42.646Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20342026-07-14T15:30:42.646Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20352026-07-14T15:30:42.646Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20362026-07-14T15:30:42.646Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20372026-07-14T15:30:42.649Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20382026-07-14T15:30:42.649Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
20392026-07-14T15:30:42.649Z PASS [ 0.008s] bgp messages::tests::test_nexthop_length_validation
20402026-07-14T15:30:42.653Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20412026-07-14T15:30:42.665Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20422026-07-14T15:30:42.669Z PASS [ 0.021s] bgp policy::test::open_add_4byte_as
20432026-07-14T15:30:42.669Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20442026-07-14T15:30:42.669Z PASS [ 0.020s] bgp policy::test::update_shape_community
20452026-07-14T15:30:42.670Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
20462026-07-14T15:30:42.676Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20472026-07-14T15:30:42.676Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20482026-07-14T15:30:42.682Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20492026-07-14T15:30:42.683Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20502026-07-14T15:30:42.683Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20512026-07-14T15:30:42.687Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20522026-07-14T15:30:42.687Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20532026-07-14T15:30:42.687Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20542026-07-14T15:30:42.687Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20552026-07-14T15:30:42.687Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20562026-07-14T15:30:42.692Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20572026-07-14T15:30:42.695Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20582026-07-14T15:30:42.695Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20592026-07-14T15:30:42.700Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20602026-07-14T15:30:42.703Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20612026-07-14T15:30:42.703Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20622026-07-14T15:30:42.703Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20632026-07-14T15:30:42.703Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20642026-07-14T15:30:42.706Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20652026-07-14T15:30:42.706Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20662026-07-14T15:30:42.709Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20672026-07-14T15:30:42.712Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20682026-07-14T15:30:42.712Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20692026-07-14T15:30:42.712Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20702026-07-14T15:30:42.712Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20712026-07-14T15:30:42.712Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20722026-07-14T15:30:42.716Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20732026-07-14T15:30:42.716Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20742026-07-14T15:30:42.720Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20752026-07-14T15:30:42.720Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20762026-07-14T15:30:42.720Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20772026-07-14T15:30:42.720Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20782026-07-14T15:30:45.780Z PASS [ 3.069s] bgp test::test_basic_peering_active
20792026-07-14T15:30:45.784Z PASS [ 3.067s] bgp test::test_basic_peering_passive
20802026-07-14T15:30:45.784Z PASS [ 3.066s] bgp test::test_basic_update
20812026-07-14T15:30:45.787Z PASS [ 3.067s] bgp test::test_basic_update_ipv6
20822026-07-14T15:30:45.796Z PASS [ 3.082s] bgp test::test_basic_peering_passive_tcp
20832026-07-14T15:30:45.799Z PASS [ 3.078s] bgp test::test_basic_update_tcp
20842026-07-14T15:30:45.806Z PASS [ 3.087s] bgp test::test_basic_update_ipv6_tcp
20852026-07-14T15:30:46.792Z PASS [ 4.080s] bgp test::test_basic_peering_active_tcp
20862026-07-14T15:30:48.871Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_active
20872026-07-14T15:30:48.878Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20882026-07-14T15:30:48.878Z PASS [ 3.093s] bgp test::test_dual_stack_routes_ipv4_peer_success
20892026-07-14T15:30:49.865Z PASS [ 4.079s] bgp test::test_ipv4_routes_ipv6_peer_success
20902026-07-14T15:30:49.865Z PASS [ 4.082s] bgp test::test_import_export_policy_filtering
20912026-07-14T15:30:49.868Z PASS [ 4.084s] bgp test::test_dual_stack_routes_ipv6_peer_success
20922026-07-14T15:30:49.871Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20932026-07-14T15:30:49.874Z PASS [ 4.075s] bgp test::test_ipv6_basic_peering_active_tcp
20942026-07-14T15:30:49.934Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20952026-07-14T15:30:50.980Z PASS [ 1.098s] bgp test::test_three_router_chain_tcp
20962026-07-14T15:30:50.986Z PASS [ 1.107s] bgp test::test_three_router_chain_tcp_ipv6
20972026-07-14T15:30:51.697Z PASS [ 2.824s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20982026-07-14T15:30:51.931Z PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces
20992026-07-14T15:30:52.024Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
21002026-07-14T15:30:52.030Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21012026-07-14T15:30:52.035Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21022026-07-14T15:30:52.040Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21032026-07-14T15:30:52.045Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21042026-07-14T15:30:52.936Z PASS [ 3.067s] bgp test::test_three_router_chain_unnumbered
21052026-07-14T15:30:52.939Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
21062026-07-14T15:30:54.935Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
21072026-07-14T15:30:56.761Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
21082026-07-14T15:31:00.038Z PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21092026-07-14T15:31:00.995Z PASS [ 9.064s] bgp test::test_unnumbered_unaffected_by_ndp
21102026-07-14T15:31:08.003Z PASS [ 18.067s] bgp test::test_unnumbered_interface_lifecycle
21112026-07-14T15:31:08.006Z────────────
21122026-07-14T15:31:08.006Z Summary [ 25.447s] 154 tests run: 154 passed, 0 skipped
21132026-07-14T15:31:08.016Z+ 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/
21142026-07-14T15:31:08.022Z+ popd
21152026-07-14T15:31:08.022Z+ pushd mgd
21162026-07-14T15:31:08.022Z/work/oxidecomputer/maghemite
21172026-07-14T15:31:08.022Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21182026-07-14T15:31:08.022Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21192026-07-14T15:31:09.225Z Compiling slog v2.8.2
21202026-07-14T15:31:09.340Z Compiling usdt v0.6.0
21212026-07-14T15:31:09.434Z Compiling proc-macro-error-attr2 v2.0.0
21222026-07-14T15:31:09.452Z Compiling papergrid v0.18.0
21232026-07-14T15:31:09.455Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21242026-07-14T15:31:09.455Z Compiling testing_table v0.3.0
21252026-07-14T15:31:09.615Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21262026-07-14T15:31:09.627Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21272026-07-14T15:31:09.639Z Compiling crc8 v0.1.1
21282026-07-14T15:31:09.741Z Compiling slog-json v2.6.1
21292026-07-14T15:31:09.753Z Compiling slog-term v2.9.2
21302026-07-14T15:31:09.869Z Compiling slog-async v2.8.0
21312026-07-14T15:31:09.977Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21322026-07-14T15:31:10.007Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-07-14T15:31:10.104Z Compiling slog-bunyan v2.5.0
21342026-07-14T15:31:10.104Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-07-14T15:31:10.251Z Compiling dropshot v0.17.1
21362026-07-14T15:31:10.414Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-07-14T15:31:10.482Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-07-14T15:31:10.526Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21392026-07-14T15:31:10.553Z Compiling slog-dtrace v0.3.0
21402026-07-14T15:31:10.869Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-07-14T15:31:10.947Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21422026-07-14T15:31:11.481Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-07-14T15:31:11.605Z Compiling steno v0.4.1
21442026-07-14T15:31:11.608Z Compiling proc-macro-error2 v2.0.1
21452026-07-14T15:31:11.890Z Compiling tabled_derive v0.11.0
21462026-07-14T15:31:12.496Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21472026-07-14T15:31:13.004Z Compiling tabled v0.21.0
21482026-07-14T15:31:14.083Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-07-14T15:31:14.843Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-07-14T15:31:15.834Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-07-14T15:31:16.442Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
21522026-07-14T15:31:17.054Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-07-14T15:31:17.106Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21542026-07-14T15:31:17.222Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-07-14T15:31:17.233Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21562026-07-14T15:31:17.265Z Compiling dropshot-api-manager-types v0.7.2
21572026-07-14T15:31:17.616Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
21582026-07-14T15:31:17.640Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21592026-07-14T15:31:18.074Z Compiling port-file v0.1.0
21602026-07-14T15:31:18.281Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-07-14T15:31:20.073Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-07-14T15:31:20.194Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-07-14T15:31:20.340Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-07-14T15:31:20.343Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-07-14T15:31:21.030Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-07-14T15:31:21.385Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-07-14T15:31:21.967Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-07-14T15:31:22.057Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-07-14T15:31:22.660Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-07-14T15:31:22.673Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-07-14T15:31:22.923Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-07-14T15:31:28.081Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-07-14T15:31:28.081Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-07-14T15:31:28.935Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-07-14T15:31:29.271Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-07-14T15:31:29.368Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-07-14T15:31:29.371Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-07-14T15:31:29.612Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-07-14T15:31:37.360Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-07-14T15:31:45.074Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-07-14T15:31:46.758Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-14T15:31:47.798Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21832026-07-14T15:31:48.743Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21842026-07-14T15:31:49.555Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21852026-07-14T15:31:50.767Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21862026-07-14T15:31:50.767Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21872026-07-14T15:31:50.770Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21882026-07-14T15:31:50.947Z Compiling bfd-async v0.1.0 (/work/oxidecomputer/maghemite/bfd-async)
21892026-07-14T15:31:56.664Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21902026-07-14T15:32:24.168Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
21912026-07-14T15:32:24.339Z────────────
21922026-07-14T15:32:24.339Z Nextest run ID 20e3d519-3489-46f0-808b-329961aa40d1 with nextest profile: default
21932026-07-14T15:32:24.339Z Starting 37 tests across 3 binaries
21942026-07-14T15:32:24.344Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21952026-07-14T15:32:24.344Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21962026-07-14T15:32:24.344Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21972026-07-14T15:32:24.348Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21982026-07-14T15:32:24.404Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21992026-07-14T15:32:24.407Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22002026-07-14T15:32:24.407Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22012026-07-14T15:32:24.407Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22022026-07-14T15:32:24.407Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22032026-07-14T15:32:24.407Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
22042026-07-14T15:32:24.407Z PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
22052026-07-14T15:32:24.411Z PASS [ 0.072s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
22062026-07-14T15:32:24.415Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22072026-07-14T15:32:24.419Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22082026-07-14T15:32:24.422Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22092026-07-14T15:32:24.422Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22102026-07-14T15:32:24.422Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22112026-07-14T15:32:24.422Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22122026-07-14T15:32:24.425Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22132026-07-14T15:32:24.428Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22142026-07-14T15:32:24.431Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22152026-07-14T15:32:24.432Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22162026-07-14T15:32:24.432Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22172026-07-14T15:32:24.432Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22182026-07-14T15:32:24.432Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22192026-07-14T15:32:24.436Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22202026-07-14T15:32:24.439Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22212026-07-14T15:32:24.439Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22222026-07-14T15:32:24.439Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22232026-07-14T15:32:24.442Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22242026-07-14T15:32:24.442Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22252026-07-14T15:32:24.445Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22262026-07-14T15:32:24.448Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22272026-07-14T15:32:24.448Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22282026-07-14T15:32:24.448Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22292026-07-14T15:32:24.459Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22302026-07-14T15:32:24.462Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22312026-07-14T15:32:24.462Z────────────
22322026-07-14T15:32:24.462Z Summary [ 0.121s] 37 tests run: 37 passed, 0 skipped
22332026-07-14T15:32:24.471Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22342026-07-14T15:32:24.474Z+ popd
22352026-07-14T15:32:24.474Z/work/oxidecomputer/maghemite
22362026-07-14T15:32:24.474Zprocess exited: duration 432901 ms, exit code 0
 
22372026-07-14T15:32:24.484Zfound 69 output files
22382026-07-14T15:32:24.484Zuploading: /work/apply_change_peer_asn.log (11711 bytes)
22392026-07-14T15:32:25.493Zuploaded: /work/apply_change_peer_asn.log
22402026-07-14T15:32:25.498Zuploading: /work/apply_empty_removes_peers.log (9147 bytes)
22412026-07-14T15:32:26.507Zuploaded: /work/apply_empty_removes_peers.log
22422026-07-14T15:32:26.507Zuploading: /work/apply_remove_entire_group.log (11207 bytes)
22432026-07-14T15:32:27.517Zuploaded: /work/apply_remove_entire_group.log
22442026-07-14T15:32:27.517Zuploading: /work/delete_router_removes_router_state.log (20239 bytes)
22452026-07-14T15:32:28.529Zuploaded: /work/delete_router_removes_router_state.log
22462026-07-14T15:32:28.529Zuploading: /work/dualstack_routes.log (84121 bytes)
22472026-07-14T15:32:29.542Zuploaded: /work/dualstack_routes.log
22482026-07-14T15:32:29.542Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2386 bytes)
22492026-07-14T15:32:30.551Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22502026-07-14T15:32:30.552Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1649 bytes)
22512026-07-14T15:32:31.562Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22522026-07-14T15:32:31.562Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2384 bytes)
22532026-07-14T15:32:32.571Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22542026-07-14T15:32:32.571Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2266 bytes)
22552026-07-14T15:32:33.580Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22562026-07-14T15:32:33.580Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2253 bytes)
22572026-07-14T15:32:34.591Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22582026-07-14T15:32:34.591Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2257 bytes)
22592026-07-14T15:32:35.604Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22602026-07-14T15:32:35.604Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3005 bytes)
22612026-07-14T15:32:36.615Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22622026-07-14T15:32:36.615Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2241 bytes)
22632026-07-14T15:32:37.624Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22642026-07-14T15:32:37.624Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2258 bytes)
22652026-07-14T15:32:38.634Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22662026-07-14T15:32:38.634Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2416 bytes)
22672026-07-14T15:32:39.646Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22682026-07-14T15:32:39.646Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2242 bytes)
22692026-07-14T15:32:40.657Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22702026-07-14T15:32:40.657Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2513 bytes)
22712026-07-14T15:32:41.666Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22722026-07-14T15:32:41.666Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4755 bytes)
22732026-07-14T15:32:42.676Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22742026-07-14T15:32:42.676Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3559 bytes)
22752026-07-14T15:32:43.685Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22762026-07-14T15:32:43.685Zuploading: /work/multiple_unnumbered.log (139550 bytes)
22772026-07-14T15:32:44.700Zuploaded: /work/multiple_unnumbered.log
22782026-07-14T15:32:44.700Zuploading: /work/ndp_change_reset.log (69905 bytes)
22792026-07-14T15:32:45.713Zuploaded: /work/ndp_change_reset.log
22802026-07-14T15:32:45.713Zuploading: /work/ndp_changes.log (88598 bytes)
22812026-07-14T15:32:46.726Zuploaded: /work/ndp_changes.log
22822026-07-14T15:32:46.726Zuploading: /work/r1.test_basic_peering_active.log (40463 bytes)
22832026-07-14T15:32:47.738Zuploaded: /work/r1.test_basic_peering_active.log
22842026-07-14T15:32:47.738Zuploading: /work/r1.test_basic_peering_active_tcp.log (49901 bytes)
22852026-07-14T15:32:48.753Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22862026-07-14T15:32:48.753Zuploading: /work/r1.test_basic_peering_passive.log (33852 bytes)
22872026-07-14T15:32:49.766Zuploaded: /work/r1.test_basic_peering_passive.log
22882026-07-14T15:32:49.766Zuploading: /work/r1.test_basic_peering_passive_tcp.log (41218 bytes)
22892026-07-14T15:32:50.865Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22902026-07-14T15:32:50.865Zuploading: /work/r1.test_basic_update.log (28435 bytes)
22912026-07-14T15:32:51.913Zuploaded: /work/r1.test_basic_update.log
22922026-07-14T15:32:51.916Zuploading: /work/r1.test_basic_update_ipv6.log (28201 bytes)
22932026-07-14T15:32:52.928Zuploaded: /work/r1.test_basic_update_ipv6.log
22942026-07-14T15:32:52.928Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (30992 bytes)
22952026-07-14T15:32:53.943Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22962026-07-14T15:32:53.943Zuploading: /work/r1.test_basic_update_tcp.log (31347 bytes)
22972026-07-14T15:32:54.956Zuploaded: /work/r1.test_basic_update_tcp.log
22982026-07-14T15:32:54.957Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (42540 bytes)
22992026-07-14T15:32:55.969Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23002026-07-14T15:32:55.969Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (48153 bytes)
23012026-07-14T15:32:56.987Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23022026-07-14T15:32:56.987Zuploading: /work/r1.test_import_export_policy_filtering.log (43689 bytes)
23032026-07-14T15:32:58.002Zuploaded: /work/r1.test_import_export_policy_filtering.log
23042026-07-14T15:32:58.002Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35395 bytes)
23052026-07-14T15:32:59.016Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23062026-07-14T15:32:59.016Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40202 bytes)
23072026-07-14T15:33:00.034Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23082026-07-14T15:33:00.034Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49554 bytes)
23092026-07-14T15:33:01.051Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23102026-07-14T15:33:01.051Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33788 bytes)
23112026-07-14T15:33:02.065Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23122026-07-14T15:33:02.065Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39619 bytes)
23132026-07-14T15:33:03.084Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23142026-07-14T15:33:03.084Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35502 bytes)
23152026-07-14T15:33:04.136Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23162026-07-14T15:33:04.136Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29940 bytes)
23172026-07-14T15:33:05.159Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23182026-07-14T15:33:05.159Zuploading: /work/r1.test_three_router_chain_tcp.log (25866 bytes)
23192026-07-14T15:33:06.172Zuploaded: /work/r1.test_three_router_chain_tcp.log
23202026-07-14T15:33:06.172Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25925 bytes)
23212026-07-14T15:33:07.189Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23222026-07-14T15:33:07.189Zuploading: /work/r2.test_basic_peering_active.log (39069 bytes)
23232026-07-14T15:33:08.203Zuploaded: /work/r2.test_basic_peering_active.log
23242026-07-14T15:33:08.203Zuploading: /work/r2.test_basic_peering_active_tcp.log (47933 bytes)
23252026-07-14T15:33:09.217Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23262026-07-14T15:33:09.217Zuploading: /work/r2.test_basic_peering_passive.log (41363 bytes)
23272026-07-14T15:33:10.232Zuploaded: /work/r2.test_basic_peering_passive.log
23282026-07-14T15:33:10.232Zuploading: /work/r2.test_basic_peering_passive_tcp.log (47417 bytes)
23292026-07-14T15:33:11.246Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23302026-07-14T15:33:11.246Zuploading: /work/r2.test_basic_update.log (26818 bytes)
23312026-07-14T15:33:12.257Zuploaded: /work/r2.test_basic_update.log
23322026-07-14T15:33:12.257Zuploading: /work/r2.test_basic_update_ipv6.log (26429 bytes)
23332026-07-14T15:33:13.271Zuploaded: /work/r2.test_basic_update_ipv6.log
23342026-07-14T15:33:13.271Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32790 bytes)
23352026-07-14T15:33:14.282Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23362026-07-14T15:33:14.282Zuploading: /work/r2.test_basic_update_tcp.log (32765 bytes)
23372026-07-14T15:33:15.296Zuploaded: /work/r2.test_basic_update_tcp.log
23382026-07-14T15:33:15.296Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (38950 bytes)
23392026-07-14T15:33:16.307Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23402026-07-14T15:33:16.308Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (46162 bytes)
23412026-07-14T15:33:17.318Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23422026-07-14T15:33:17.318Zuploading: /work/r2.test_import_export_policy_filtering.log (39644 bytes)
23432026-07-14T15:33:18.329Zuploaded: /work/r2.test_import_export_policy_filtering.log
23442026-07-14T15:33:18.329Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38296 bytes)
23452026-07-14T15:33:19.342Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23462026-07-14T15:33:19.342Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38875 bytes)
23472026-07-14T15:33:20.353Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23482026-07-14T15:33:20.356Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47603 bytes)
23492026-07-14T15:33:21.365Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23502026-07-14T15:33:21.365Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41374 bytes)
23512026-07-14T15:33:22.379Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23522026-07-14T15:33:22.379Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46706 bytes)
23532026-07-14T15:33:23.390Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23542026-07-14T15:33:23.390Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38168 bytes)
23552026-07-14T15:33:24.401Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23562026-07-14T15:33:24.401Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28071 bytes)
23572026-07-14T15:33:25.414Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23582026-07-14T15:33:25.414Zuploading: /work/r2.test_three_router_chain_tcp.log (44832 bytes)
23592026-07-14T15:33:26.424Zuploaded: /work/r2.test_three_router_chain_tcp.log
23602026-07-14T15:33:26.424Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44979 bytes)
23612026-07-14T15:33:27.437Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23622026-07-14T15:33:27.437Zuploading: /work/r3.test_three_router_chain_tcp.log (21370 bytes)
23632026-07-14T15:33:28.446Zuploaded: /work/r3.test_three_router_chain_tcp.log
23642026-07-14T15:33:28.446Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21457 bytes)
23652026-07-14T15:33:29.457Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23662026-07-14T15:33:29.457Zuploading: /work/same_linklocal.log (158340 bytes)
23672026-07-14T15:33:30.472Zuploaded: /work/same_linklocal.log
23682026-07-14T15:33:30.472Zuploading: /work/three_chain.log (100047 bytes)
23692026-07-14T15:33:31.486Zuploaded: /work/three_chain.log
23702026-07-14T15:33:31.486Zuploading: /work/unnumbered_expiry.log (88550 bytes)
23712026-07-14T15:33:32.506Zuploaded: /work/unnumbered_expiry.log
23722026-07-14T15:33:32.506Zuploading: /work/unnumbered_interface_lifecycle.log (154902 bytes)
23732026-07-14T15:33:33.526Zuploaded: /work/unnumbered_interface_lifecycle.log
23742026-07-14T15:33:33.526Zuploading: /work/unnumbered_peer_change.log (78983 bytes)
23752026-07-14T15:33:34.539Zuploaded: /work/unnumbered_peer_change.log