01KZF95XN5V0B206YJ4QG5CJXA: 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: 01KZF96BNV4DF11SATF4P12VX5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:35.700Zjob assigned to worker 01KZF96XFZWVSA91NQSPPZMBEP [factory aws, i-00df80d7784626f2b] (queued for 1 m 0 s)
 
22026-08-07T23:34:42.441Zstarting task 0: "setup"
32026-08-07T23:34:42.450Z++ uname -s
42026-08-07T23:34:42.453Z+ kern=SunOS
52026-08-07T23:34:42.453Z+ build_user=build
62026-08-07T23:34:42.453Z+ build_uid=12345
72026-08-07T23:34:42.453Z+ work_dir=/work
82026-08-07T23:34:42.453Z+ input_dir=/input
92026-08-07T23:34:42.453Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:42.453Z+ case "$kern" in
112026-08-07T23:34:42.454Z+ groupadd -g 12345 build
122026-08-07T23:34:42.456Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:44.462Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:44.536Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:44.539Z+ home_fs=zfs
162026-08-07T23:34:44.539Z+ [[ zfs == autofs ]]
172026-08-07T23:34:44.539Z+ mkdir -p /home/build
182026-08-07T23:34:44.539Z+ chown build:build /home/build /work
192026-08-07T23:34:45.540Z+ chmod 0700 /home/build /work
202026-08-07T23:34:45.544Zprocess exited: duration 3101 ms, exit code 0
 
212026-08-07T23:34:45.550Zstarting task 1: "rust-toolchain"
222026-08-07T23:34:45.553Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:34:45.554Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-07T23:34:45.554Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-07T23:34:45.554Z * rust toolchain channel = "stable"
262026-08-07T23:34:45.554Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:34:45.554Z * rust toolchain profile = "default"
282026-08-07T23:34:45.557Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:34:45.557Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:34:45.675Zinfo: downloading installer
312026-08-07T23:34:47.071Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:34:47.071Zwarn: /opt/ooce/bin
332026-08-07T23:34:47.071Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:34:47.071Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:34:47.071Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:34:47.071Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:34:47.071Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:34:47.071Zerror: cannot install while Rust is installed
392026-08-07T23:34:47.071Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:34:47.071Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:34:47.071Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:34:47.071Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:34:47.071Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:34:47.084Zinfo: profile set to default
452026-08-07T23:34:47.084Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:34:47.087Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:34:47.220Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:34:47.224Zinfo: downloading 6 components
492026-08-07T23:35:02.451Z
502026-08-07T23:35:02.451Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-07T23:35:02.480Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:02.480Z
532026-08-07T23:35:02.483Z
542026-08-07T23:35:02.484ZRust is installed now. Great!
552026-08-07T23:35:02.484Z
562026-08-07T23:35:02.484ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:02.484Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:02.484Z
592026-08-07T23:35:02.484ZTo configure your current shell, you need to source
602026-08-07T23:35:02.484Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:02.484Z
622026-08-07T23:35:02.484ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:02.484Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:02.484Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:02.484Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:02.484Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:02.484Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:02.484Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:02.484Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:02.484Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:02.568Z+ rustup --version
722026-08-07T23:35:02.576Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:02.580Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:02.597Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:02.600Z+ cargo --version
762026-08-07T23:35:02.614Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:02.618Z+ rustc --version
782026-08-07T23:35:02.636Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:02.640Zprocess exited: duration 17087 ms, exit code 0
 
802026-08-07T23:35:02.647Zstarting task 2: "authentication"
812026-08-07T23:35:02.664Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T23:35:02.671Zstarting task 3: "clone repository"
832026-08-07T23:35:02.674Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:02.678Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:02.716ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:04.540Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:04.540Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:05.078ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:05.079Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:05.083Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:05.087Z++ git branch --show-current
922026-08-07T23:35:05.087Z+ current=main
932026-08-07T23:35:05.087Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:05.087Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:05.090Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:05.100ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:05.103Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:05.113ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:05.116Zprocess exited: duration 2442 ms, exit code 0
 
1002026-08-07T23:35:05.122Zstarting task 4: "build"
1012026-08-07T23:35:05.127Z+ set -e
1022026-08-07T23:35:05.132Z+ source .github/buildomat/test-common.sh
1032026-08-07T23:35:05.132Z++ NEXTEST_VERSION=0.9.97
1042026-08-07T23:35:05.132Z++ PLATFORM=illumos
1052026-08-07T23:35:05.132Z++ banner install
1062026-08-07T23:35:05.132Z
1072026-08-07T23:35:05.132Z # # # #### ##### ## # #
1082026-08-07T23:35:05.132Z # ## # # # # # # #
1092026-08-07T23:35:05.132Z # # # # #### # # # # #
1102026-08-07T23:35:05.132Z # # # # # # ###### # #
1112026-08-07T23:35:05.132Z # # ## # # # # # # #
1122026-08-07T23:35:05.132Z # # # #### # # # ###### ######
1132026-08-07T23:35:05.132Z
1142026-08-07T23:35:05.132Z++ set +o errexit
1152026-08-07T23:35:05.132Z++ pkg info clang-15
1162026-08-07T23:35:05.132Z++ grep -qi installed
1172026-08-07T23:35:06.438Zpkg: info: no packages matching the following patterns you specified are
1182026-08-07T23:35:06.438Zinstalled on the system. Try querying remotely instead:
1192026-08-07T23:35:06.438Z
1202026-08-07T23:35:06.438Z clang-15
1212026-08-07T23:35:06.475Z++ [[ 1 != 0 ]]
1222026-08-07T23:35:06.475Z++ set -o errexit
1232026-08-07T23:35:06.479Z++ pfexec pkg install clang-15
1242026-08-07T23:35:13.116Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-07T23:35:20.743Z Startup: Caching catalogs ... Done
1262026-08-07T23:35:27.953ZPlanning: Solver setup ... Done
1272026-08-07T23:35:27.993ZPlanning: Running solver ... Done
1282026-08-07T23:35:28.134ZPlanning: Finding local manifests ... Done
1292026-08-07T23:35:28.154ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-07T23:35:28.253ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-07T23:35:28.283ZPlanning: Package planning ... Done
1322026-08-07T23:35:28.308ZPlanning: Merging actions ... Done
1332026-08-07T23:35:28.417ZPlanning: Checking for conflicting actions ... Done
1342026-08-07T23:35:28.423ZPlanning: Consolidating action changes ... Done
1352026-08-07T23:35:29.152ZPlanning: Evaluating mediators ... Done
1362026-08-07T23:35:29.157ZPlanning: Planning completed in 8.25 seconds
1372026-08-07T23:35:29.170Z Packages to install: 2
1382026-08-07T23:35:29.170Z Mediators to change: 2
1392026-08-07T23:35:29.173Z Services to change: 1
1402026-08-07T23:35:29.174Z Create boot environment: No
1412026-08-07T23:35:29.174ZCreate backup boot environment: No
1422026-08-07T23:35:29.215Z
1432026-08-07T23:35:29.215ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-07T23:35:34.213ZDownload: 770/3076 items 18.2/211.3MB 8% complete (3.7M/s)
1452026-08-07T23:35:43.211ZDownload: 978/3076 items 82.2/211.3MB 38% complete (13.4M/s)
1462026-08-07T23:35:57.504ZDownload: 980/3076 items 82.2/211.3MB 38% complete
1472026-08-07T23:36:02.504ZDownload: 3002/3076 items 193.2/211.3MB 91% complete (21.9M/s)
1482026-08-07T23:36:07.545ZDownload: 3064/3076 items 209.7/211.3MB 99% complete (16.3M/s)
1492026-08-07T23:36:11.156ZDownload: Completed 211.31 MB in 41.94 seconds (5.0M/s)
1502026-08-07T23:36:11.274Z Actions: 1/3418 actions (Installing new actions)
1512026-08-07T23:36:14.401Z Actions: Completed 3418 actions in 3.13 seconds.
1522026-08-07T23:36:15.037Z Done
1532026-08-07T23:36:15.037Z Done
1542026-08-07T23:36:15.767Z Done
1552026-08-07T23:36:19.167Z Done
1562026-08-07T23:36:19.241Z Done
1572026-08-07T23:36:19.244Z Done
1582026-08-07T23:36:19.521Z Done
1592026-08-07T23:36:20.191Z++ set -o errexit
1602026-08-07T23:36:20.191Z++ cargo --version
1612026-08-07T23:36:20.197Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1622026-08-07T23:36:20.352Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1632026-08-07T23:36:20.355Zinfo: downloading 6 components
1642026-08-07T23:36:36.674Zcargo 1.97.1 (c980f4866 2026-06-30)
1652026-08-07T23:36:36.678Z++ rustc --version
1662026-08-07T23:36:36.706Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1672026-08-07T23:36:36.710Z++ cargo install cargo-nextest --version 0.9.97
1682026-08-07T23:36:36.754Z Updating crates.io index
1692026-08-07T23:36:36.855Z Downloading crates ...
1702026-08-07T23:36:36.904Z Downloaded cargo-nextest v0.9.97
1712026-08-07T23:36:36.965Z Installing cargo-nextest v0.9.97
1722026-08-07T23:36:36.968Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1732026-08-07T23:36:36.968Z |
1742026-08-07T23:36:36.968Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1752026-08-07T23:36:36.968Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1762026-08-07T23:36:37.008Z Updating crates.io index
1772026-08-07T23:36:39.116Z Locking 396 packages to latest compatible versions
1782026-08-07T23:36:39.120Z Adding dialoguer v0.11.0 (available: v0.12.0)
1792026-08-07T23:36:39.123Z Adding duct v0.13.7 (available: v1.1.1)
1802026-08-07T23:36:39.124Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1812026-08-07T23:36:39.124Z Adding generic-array v0.14.7 (available: v0.14.9)
1822026-08-07T23:36:39.127Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1832026-08-07T23:36:39.127Z Adding itertools v0.14.0 (available: v0.15.0)
1842026-08-07T23:36:39.127Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1852026-08-07T23:36:39.127Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1862026-08-07T23:36:39.130Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1872026-08-07T23:36:39.133Z Adding quick-junit v0.5.2 (available: v0.7.0)
1882026-08-07T23:36:39.157Z Downloading crates ...
1892026-08-07T23:36:39.186Z Downloaded backtrace v0.3.76
1902026-08-07T23:36:39.192Z Downloaded either v1.17.0
1912026-08-07T23:36:39.209Z Downloaded scopeguard v1.2.0
1922026-08-07T23:36:39.215Z Downloaded heck v0.5.0
1932026-08-07T23:36:39.218Z Downloaded addr2line v0.25.1
1942026-08-07T23:36:39.222Z Downloaded pathdiff v0.2.3
1952026-08-07T23:36:39.230Z Downloaded supports-color v3.0.2
1962026-08-07T23:36:39.233Z Downloaded os_pipe v1.2.3
1972026-08-07T23:36:39.233Z Downloaded color-eyre v0.6.5
1982026-08-07T23:36:39.236Z Downloaded async-scoped v0.9.0
1992026-08-07T23:36:39.239Z Downloaded clap_derive v4.6.4
2002026-08-07T23:36:39.239Z Downloaded cargo-platform v0.3.3
2012026-08-07T23:36:39.239Z Downloaded cfg-if v1.0.4
2022026-08-07T23:36:39.239Z Downloaded rand_pcg v0.10.2
2032026-08-07T23:36:39.239Z Downloaded percent-encoding v2.3.2
2042026-08-07T23:36:39.243Z Downloaded anstyle-query v1.1.5
2052026-08-07T23:36:39.246Z Downloaded signal-hook-mio v0.2.5
2062026-08-07T23:36:39.246Z Downloaded ahash v0.8.12
2072026-08-07T23:36:39.246Z Downloaded anstyle-parse v1.0.0
2082026-08-07T23:36:39.249Z Downloaded rustc-hash v2.1.3
2092026-08-07T23:36:39.249Z Downloaded adler2 v2.0.1
2102026-08-07T23:36:39.249Z Downloaded cargo-platform v0.2.0
2112026-08-07T23:36:39.249Z Downloaded rustc_version v0.4.1
2122026-08-07T23:36:39.249Z Downloaded atomic-waker v1.1.2
2132026-08-07T23:36:39.265Z Downloaded autocfg v1.5.1
2142026-08-07T23:36:39.265Z Downloaded cargo_metadata v0.23.1
2152026-08-07T23:36:39.265Z Downloaded backtrace-ext v0.2.1
2162026-08-07T23:36:39.265Z Downloaded cfg_aliases v0.2.2
2172026-08-07T23:36:39.265Z Downloaded enable-ansi-support v0.2.1
2182026-08-07T23:36:39.265Z Downloaded equivalent v1.0.2
2192026-08-07T23:36:39.265Z Downloaded pkcs8 v0.10.2
2202026-08-07T23:36:39.265Z Downloaded atomicwrites v0.4.4
2212026-08-07T23:36:39.277Z Downloaded fnv v1.0.7
2222026-08-07T23:36:39.282Z Downloaded foreign-types-shared v0.1.1
2232026-08-07T23:36:39.282Z Downloaded signature v2.2.0
2242026-08-07T23:36:39.282Z Downloaded strsim v0.11.1
2252026-08-07T23:36:39.282Z Downloaded serde_spanned v1.1.1
2262026-08-07T23:36:39.282Z Downloaded block-buffer v0.10.4
2272026-08-07T23:36:39.286Z Downloaded clap_lex v1.1.0
2282026-08-07T23:36:39.286Z Downloaded crypto-common v0.1.7
2292026-08-07T23:36:39.286Z Downloaded document-features v0.2.12
2302026-08-07T23:36:39.291Z Downloaded shell-words v1.1.1
2312026-08-07T23:36:39.291Z Downloaded futures-core v0.3.33
2322026-08-07T23:36:39.291Z Downloaded serde_ignored v0.1.14
2332026-08-07T23:36:39.291Z Downloaded serde_spanned v0.6.9
2342026-08-07T23:36:39.291Z Downloaded form_urlencoded v1.2.2
2352026-08-07T23:36:39.291Z Downloaded terminal_size v0.4.4
2362026-08-07T23:36:39.295Z Downloaded swrite v0.1.0
2372026-08-07T23:36:39.296Z Downloaded subtle v2.6.1
2382026-08-07T23:36:39.296Z Downloaded colorchoice v1.0.5
2392026-08-07T23:36:39.296Z Downloaded cpufeatures v0.3.0
2402026-08-07T23:36:39.296Z Downloaded sync_wrapper v1.0.2
2412026-08-07T23:36:39.299Z Downloaded guppy-workspace-hack v0.1.0
2422026-08-07T23:36:39.303Z Downloaded owo-colors v4.3.0
2432026-08-07T23:36:39.303Z Downloaded thiserror-impl v2.0.19
2442026-08-07T23:36:39.306Z Downloaded rand_core v0.10.1
2452026-08-07T23:36:39.306Z Downloaded pin-project-internal v1.1.13
2462026-08-07T23:36:39.306Z Downloaded camino v1.2.5
2472026-08-07T23:36:39.309Z Downloaded globset v0.4.20
2482026-08-07T23:36:39.313Z Downloaded rand_core v0.9.5
2492026-08-07T23:36:39.313Z Downloaded foreign-types v0.3.2
2502026-08-07T23:36:39.316Z Downloaded self-replace v1.5.0
2512026-08-07T23:36:39.316Z Downloaded serde-value v0.7.0
2522026-08-07T23:36:39.316Z Downloaded supports-hyperlinks v3.2.0
2532026-08-07T23:36:39.316Z Downloaded color-spantrace v0.3.0
2542026-08-07T23:36:39.316Z Downloaded futures-sink v0.3.33
2552026-08-07T23:36:39.319Z Downloaded strip-ansi-escapes v0.2.1
2562026-08-07T23:36:39.319Z Downloaded cpufeatures v0.2.17
2572026-08-07T23:36:39.323Z Downloaded shared_child v1.1.1
2582026-08-07T23:36:39.327Z Downloaded generic-array v0.14.7
2592026-08-07T23:36:39.330Z Downloaded supports-unicode v3.0.0
2602026-08-07T23:36:39.333Z Downloaded serde_urlencoded v0.7.1
2612026-08-07T23:36:39.333Z Downloaded sigchld v0.2.4
2622026-08-07T23:36:39.333Z Downloaded pin-project-lite v0.2.17
2632026-08-07T23:36:39.336Z Downloaded rand_core v0.6.4
2642026-08-07T23:36:39.336Z Downloaded debug-ignore v1.0.5
2652026-08-07T23:36:39.339Z Downloaded futures-task v0.3.33
2662026-08-07T23:36:39.339Z Downloaded pkg-config v0.3.33
2672026-08-07T23:36:39.339Z Downloaded semver v1.0.28
2682026-08-07T23:36:39.339Z Downloaded parking_lot_core v0.9.12
2692026-08-07T23:36:39.342Z Downloaded openssl-macros v0.1.1
2702026-08-07T23:36:39.342Z Downloaded tokio-macros v2.7.2
2712026-08-07T23:36:39.342Z Downloaded number_prefix v0.4.0
2722026-08-07T23:36:39.346Z Downloaded urlencoding v2.1.3
2732026-08-07T23:36:39.346Z Downloaded unicode-linebreak v0.1.5
2742026-08-07T23:36:39.349Z Downloaded ppv-lite86 v0.2.21
2752026-08-07T23:36:39.349Z Downloaded quinn-udp v0.5.15
2762026-08-07T23:36:39.353Z Downloaded base64ct v1.8.3
2772026-08-07T23:36:39.353Z Downloaded cargo-util-schemas v0.2.0
2782026-08-07T23:36:39.353Z Downloaded filetime v0.2.29
2792026-08-07T23:36:39.353Z Downloaded futures-io v0.3.33
2802026-08-07T23:36:39.356Z Downloaded digest v0.10.7
2812026-08-07T23:36:39.359Z Downloaded ed25519 v2.2.3
2822026-08-07T23:36:39.359Z Downloaded errno v0.3.14
2832026-08-07T23:36:39.360Z Downloaded convert_case v0.10.0
2842026-08-07T23:36:39.360Z Downloaded future-queue v0.4.0
2852026-08-07T23:36:39.363Z Downloaded chacha20 v0.10.1
2862026-08-07T23:36:39.363Z Downloaded rand_chacha v0.9.0
2872026-08-07T23:36:39.363Z Downloaded slab v0.4.12
2882026-08-07T23:36:39.366Z Downloaded thiserror-impl v1.0.69
2892026-08-07T23:36:39.366Z Downloaded sha2 v0.10.9
2902026-08-07T23:36:39.366Z Downloaded smol_str v0.3.6
2912026-08-07T23:36:39.366Z Downloaded static_assertions v1.1.0
2922026-08-07T23:36:39.370Z Downloaded target-spec-miette v0.4.8
2932026-08-07T23:36:39.370Z Downloaded tower-service v0.3.3
2942026-08-07T23:36:39.370Z Downloaded typeid v1.0.3
2952026-08-07T23:36:39.370Z Downloaded cc v1.4.1
2962026-08-07T23:36:39.373Z Downloaded indenter v0.3.4
2972026-08-07T23:36:39.373Z Downloaded toml_datetime v0.6.11
2982026-08-07T23:36:39.373Z Downloaded rustc-demangle v0.1.28
2992026-08-07T23:36:39.373Z Downloaded signal-hook-registry v1.4.8
3002026-08-07T23:36:39.376Z Downloaded target-lexicon v0.13.5
3012026-08-07T23:36:39.376Z Downloaded mukti-metadata v0.3.0
3022026-08-07T23:36:39.376Z Downloaded nested v0.1.1
3032026-08-07T23:36:39.376Z Downloaded tinyvec_macros v0.1.1
3042026-08-07T23:36:39.376Z Downloaded version_check v0.9.5
3052026-08-07T23:36:39.380Z Downloaded find-msvc-tools v0.1.10
3062026-08-07T23:36:39.380Z Downloaded camino-tempfile v1.4.1
3072026-08-07T23:36:39.380Z Downloaded curve25519-dalek-derive v0.1.1
3082026-08-07T23:36:39.384Z Downloaded tempfile v3.27.0
3092026-08-07T23:36:39.388Z Downloaded anstyle v1.0.14
3102026-08-07T23:36:39.388Z Downloaded erased-serde v0.4.10
3112026-08-07T23:36:39.388Z Downloaded futures-executor v0.3.33
3122026-08-07T23:36:39.388Z Downloaded quote v1.0.47
3132026-08-07T23:36:39.388Z Downloaded fastrand v2.5.0
3142026-08-07T23:36:39.391Z Downloaded thiserror v2.0.19
3152026-08-07T23:36:39.391Z Downloaded shlex v2.0.1
3162026-08-07T23:36:39.395Z Downloaded foldhash v0.1.5
3172026-08-07T23:36:39.395Z Downloaded serde-untagged v0.1.9
3182026-08-07T23:36:39.395Z Downloaded serde_path_to_error v0.1.20
3192026-08-07T23:36:39.395Z Downloaded simd-adler32 v0.3.10
3202026-08-07T23:36:39.398Z Downloaded duct v0.13.7
3212026-08-07T23:36:39.398Z Downloaded fixedbitset v0.5.7
3222026-08-07T23:36:39.398Z Downloaded want v0.3.1
3232026-08-07T23:36:39.398Z Downloaded dialoguer v0.11.0
3242026-08-07T23:36:39.408Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3252026-08-07T23:36:39.411Z Downloaded zmij v1.0.23
3262026-08-07T23:36:39.415Z Downloaded getrandom v0.2.17
3272026-08-07T23:36:39.420Z Downloaded cargo_metadata v0.20.0
3282026-08-07T23:36:39.423Z Downloaded rustls-pki-types v1.15.1
3292026-08-07T23:36:39.423Z Downloaded self_update v0.42.0
3302026-08-07T23:36:39.423Z Downloaded utf8_iter v1.0.4
3312026-08-07T23:36:39.423Z Downloaded bitflags v2.13.1
3322026-08-07T23:36:39.426Z Downloaded utf8parse v0.2.2
3332026-08-07T23:36:39.426Z Downloaded lru-slab v0.1.2
3342026-08-07T23:36:39.426Z Downloaded quick-junit v0.5.2
3352026-08-07T23:36:39.429Z Downloaded tracing-error v0.2.1
3362026-08-07T23:36:39.429Z Downloaded zstd v0.13.3
3372026-08-07T23:36:39.434Z Downloaded spki v0.7.3
3382026-08-07T23:36:39.434Z Downloaded toml_write v0.1.2
3392026-08-07T23:36:39.434Z Downloaded hyper-rustls v0.27.9
3402026-08-07T23:36:39.438Z Downloaded idna_adapter v1.0.0
3412026-08-07T23:36:39.438Z Downloaded hyper-tls v0.6.0
3422026-08-07T23:36:39.438Z Downloaded itoa v1.0.18
3432026-08-07T23:36:39.442Z Downloaded humantime-serde v1.1.1
3442026-08-07T23:36:39.442Z Downloaded openssl-probe v0.2.1
3452026-08-07T23:36:39.445Z Downloaded xxhash-rust v0.8.18
3462026-08-07T23:36:39.445Z Downloaded http-body-util v0.1.4
3472026-08-07T23:36:39.445Z Downloaded ordered-float v2.10.1
3482026-08-07T23:36:39.448Z Downloaded futures-macro v0.3.33
3492026-08-07T23:36:39.448Z Downloaded sharded-slab v0.1.7
3502026-08-07T23:36:39.452Z Downloaded parking_lot v0.12.5
3512026-08-07T23:36:39.455Z Downloaded socket2 v0.6.5
3522026-08-07T23:36:39.458Z Downloaded target-spec v3.6.0
3532026-08-07T23:36:39.458Z Downloaded thread_local v1.1.10
3542026-08-07T23:36:39.458Z Downloaded crc32fast v1.5.0
3552026-08-07T23:36:39.461Z Downloaded const-oid v0.9.6
3562026-08-07T23:36:39.461Z Downloaded eyre v0.6.12
3572026-08-07T23:36:39.461Z Downloaded futures-channel v0.3.33
3582026-08-07T23:36:39.464Z Downloaded thiserror v1.0.69
3592026-08-07T23:36:39.464Z Downloaded smallvec v1.15.2
3602026-08-07T23:36:39.467Z Downloaded anstream v1.0.0
3612026-08-07T23:36:39.467Z Downloaded console v0.15.11
3622026-08-07T23:36:39.467Z Downloaded hex v0.4.3
3632026-08-07T23:36:39.470Z Downloaded tokio-native-tls v0.3.1
3642026-08-07T23:36:39.470Z Downloaded http-body v1.1.0
3652026-08-07T23:36:39.470Z Downloaded is_ci v1.2.0
3662026-08-07T23:36:39.470Z Downloaded nextest-workspace-hack v0.1.0
3672026-08-07T23:36:39.474Z Downloaded tower-layer v0.3.3
3682026-08-07T23:36:39.474Z Downloaded cfg-expr v0.20.8
3692026-08-07T23:36:39.476Z Downloaded getrandom v0.4.3
3702026-08-07T23:36:39.477Z Downloaded is_terminal_polyfill v1.70.2
3712026-08-07T23:36:39.477Z Downloaded miette-derive v7.6.0
3722026-08-07T23:36:39.480Z Downloaded humantime v2.4.0
3732026-08-07T23:36:39.480Z Downloaded pin-project v1.1.13
3742026-08-07T23:36:39.483Z Downloaded jobserver v0.1.35
3752026-08-07T23:36:39.486Z Downloaded xattr v1.6.1
3762026-08-07T23:36:39.486Z Downloaded lazy_static v1.5.0
3772026-08-07T23:36:39.486Z Downloaded config v0.15.25
3782026-08-07T23:36:39.489Z Downloaded lock_api v0.4.14
3792026-08-07T23:36:39.489Z Downloaded toml_writer v1.1.2+spec-1.1.0
3802026-08-07T23:36:39.493Z Downloaded base64 v0.22.1
3812026-08-07T23:36:39.496Z Downloaded home v0.5.12
3822026-08-07T23:36:39.496Z Downloaded try-lock v0.2.5
3832026-08-07T23:36:39.496Z Downloaded unicode-xid v0.2.6
3842026-08-07T23:36:39.499Z Downloaded untrusted v0.9.0
3852026-08-07T23:36:39.499Z Downloaded native-tls v0.2.18
3862026-08-07T23:36:39.502Z Downloaded toml v0.8.23
3872026-08-07T23:36:39.505Z Downloaded zipsign-api v0.1.5
3882026-08-07T23:36:39.508Z Downloaded ipnet v2.12.1
3892026-08-07T23:36:39.508Z Downloaded tokio-stream v0.1.19
3902026-08-07T23:36:39.511Z Downloaded unicase v2.9.0
3912026-08-07T23:36:39.514Z Downloaded zeroize v1.9.0
3922026-08-07T23:36:39.517Z Downloaded serde_derive v1.0.229
3932026-08-07T23:36:39.517Z Downloaded signal-hook v0.3.18
3942026-08-07T23:36:39.521Z Downloaded futures v0.3.33
3952026-08-07T23:36:39.524Z Downloaded derive-where v1.6.1
3962026-08-07T23:36:39.527Z Downloaded indent_write v2.2.0
3972026-08-07T23:36:39.530Z Downloaded bytes v1.12.1
3982026-08-07T23:36:39.530Z Downloaded clap v4.6.6
3992026-08-07T23:36:39.534Z Downloaded newtype-uuid v1.4.0
4002026-08-07T23:36:39.537Z Downloaded proc-macro2 v1.0.107
4012026-08-07T23:36:39.537Z Downloaded iana-time-zone v0.1.65
4022026-08-07T23:36:39.540Z Downloaded textwrap v0.16.2
4032026-08-07T23:36:39.543Z Downloaded nextest-metadata v0.12.2
4042026-08-07T23:36:39.543Z Downloaded zstd-safe v7.2.4
4052026-08-07T23:36:39.552Z Downloaded tracing-attributes v0.1.31
4062026-08-07T23:36:39.555Z Downloaded tracing-log v0.2.0
4072026-08-07T23:36:39.558Z Downloaded ryu v1.0.23
4082026-08-07T23:36:39.561Z Downloaded once_cell v1.21.4
4092026-08-07T23:36:39.568Z Downloaded toml_parser v1.1.3+spec-1.1.0
4102026-08-07T23:36:39.572Z Downloaded rustls-webpki v0.103.13
4112026-08-07T23:36:39.577Z Downloaded serde_core v1.0.229
4122026-08-07T23:36:39.580Z Downloaded tar v0.4.46
4132026-08-07T23:36:39.580Z Downloaded toml v1.1.4+spec-1.1.0
4142026-08-07T23:36:39.584Z Downloaded litrs v1.0.0
4152026-08-07T23:36:39.584Z Downloaded rand v0.9.5
4162026-08-07T23:36:39.587Z Downloaded borsh v1.8.0
4172026-08-07T23:36:39.590Z Downloaded der v0.7.10
4182026-08-07T23:36:39.593Z Downloaded flate2 v1.1.9
4192026-08-07T23:36:39.596Z Downloaded nextest-filtering v0.15.0
4202026-08-07T23:36:39.596Z Downloaded tinyvec v1.12.0
4212026-08-07T23:36:39.599Z Downloaded indicatif v0.17.11
4222026-08-07T23:36:39.599Z Downloaded unicode-ident v1.0.24
4232026-08-07T23:36:39.603Z Downloaded uuid v1.24.0
4242026-08-07T23:36:39.603Z Downloaded quinn v0.11.11
4252026-08-07T23:36:39.607Z Downloaded httparse v1.10.1
4262026-08-07T23:36:39.607Z Downloaded vte v0.14.1
4272026-08-07T23:36:39.607Z Downloaded tokio-rustls v0.26.4
4282026-08-07T23:36:39.607Z Downloaded derive_more v2.1.1
4292026-08-07T23:36:39.614Z Downloaded getrandom v0.3.4
4302026-08-07T23:36:39.617Z Downloaded num-traits v0.2.19
4312026-08-07T23:36:39.617Z Downloaded tracing-core v0.1.36
4322026-08-07T23:36:39.627Z Downloaded rand v0.10.2
4332026-08-07T23:36:39.633Z Downloaded miniz_oxide v0.8.9
4342026-08-07T23:36:39.636Z Downloaded openssl-sys v0.9.117
4352026-08-07T23:36:39.640Z Downloaded toml_edit v0.22.27
4362026-08-07T23:36:39.643Z Downloaded derive_more-impl v2.1.1
4372026-08-07T23:36:39.643Z Downloaded ed25519-dalek v2.2.0
4382026-08-07T23:36:39.646Z Downloaded serde v1.0.229
4392026-08-07T23:36:39.659Z Downloaded indexmap v2.14.0
4402026-08-07T23:36:39.662Z Downloaded log v0.4.33
4412026-08-07T23:36:39.670Z Downloaded memchr v2.8.3
4422026-08-07T23:36:39.685Z Downloaded miette v7.6.0
4432026-08-07T23:36:39.688Z Downloaded unicode-segmentation v1.13.3
4442026-08-07T23:36:39.693Z Downloaded ron v0.12.2
4452026-08-07T23:36:39.696Z Downloaded hyper-util v0.1.20
4462026-08-07T23:36:39.699Z Downloaded http v1.5.0
4472026-08-07T23:36:39.703Z Downloaded mio v1.2.2
4482026-08-07T23:36:39.706Z Downloaded unicode-normalization v0.1.25
4492026-08-07T23:36:39.709Z Downloaded url v2.5.8
4502026-08-07T23:36:39.712Z Downloaded crossterm v0.29.0
4512026-08-07T23:36:39.715Z Downloaded hashbrown v0.15.5
4522026-08-07T23:36:39.718Z Downloaded clap_builder v4.6.6
4532026-08-07T23:36:39.721Z Downloaded typenum v1.20.1
4542026-08-07T23:36:39.724Z Downloaded reqwest v0.12.28
4552026-08-07T23:36:39.727Z Downloaded tower v0.5.3
4562026-08-07T23:36:39.733Z Downloaded h2 v0.4.15
4572026-08-07T23:36:39.736Z Downloaded pulldown-cmark v0.13.4
4582026-08-07T23:36:39.742Z Downloaded regex v1.13.1
4592026-08-07T23:36:39.750Z Downloaded guppy v0.17.26
4602026-08-07T23:36:39.753Z Downloaded hashbrown v0.17.1
4612026-08-07T23:36:39.756Z Downloaded futures-util v0.3.33
4622026-08-07T23:36:39.762Z Downloaded hyper v1.11.0
4632026-08-07T23:36:39.766Z Downloaded itertools v0.14.0
4642026-08-07T23:36:39.770Z Downloaded serde_json v1.0.151
4652026-08-07T23:36:39.774Z Downloaded tower-http v0.6.11
4662026-08-07T23:36:39.779Z Downloaded aho-corasick v1.1.5
4672026-08-07T23:36:39.785Z Downloaded winnow v0.7.15
4682026-08-07T23:36:39.790Z Downloaded webpki-roots v1.0.9
4692026-08-07T23:36:39.794Z Downloaded tokio-util v0.7.19
4702026-08-07T23:36:39.798Z Downloaded chrono v0.4.45
4712026-08-07T23:36:39.809Z Downloaded quick-xml v0.37.5
4722026-08-07T23:36:39.813Z Downloaded curve25519-dalek v4.1.3
4732026-08-07T23:36:39.817Z Downloaded idna v1.1.0
4742026-08-07T23:36:39.820Z Downloaded unicode-width v0.2.2
4752026-08-07T23:36:39.823Z Downloaded nextest-runner v0.80.0
4762026-08-07T23:36:39.829Z Downloaded unicode-width v0.1.14
4772026-08-07T23:36:39.833Z Downloaded gimli v0.32.3
4782026-08-07T23:36:39.837Z Downloaded portable-atomic v1.14.0
4792026-08-07T23:36:39.841Z Downloaded zerocopy v0.8.56
4802026-08-07T23:36:39.852Z Downloaded bstr v1.13.0
4812026-08-07T23:36:39.856Z Downloaded quick-xml v0.38.4
4822026-08-07T23:36:39.876Z Downloaded vcpkg v0.2.15
4832026-08-07T23:36:39.898Z Downloaded winnow v1.0.4
4842026-08-07T23:36:39.903Z Downloaded quinn-proto v0.11.16
4852026-08-07T23:36:39.906Z Downloaded tracing-subscriber v0.3.23
4862026-08-07T23:36:39.956Z Downloaded syn v2.0.119
4872026-08-07T23:36:39.964Z Downloaded syn v3.0.3
4882026-08-07T23:36:39.984Z Downloaded regex-syntax v0.8.11
4892026-08-07T23:36:39.989Z Downloaded openssl v0.10.81
4902026-08-07T23:36:39.998Z Downloaded object v0.37.3
4912026-08-07T23:36:40.004Z Downloaded nix v0.30.1
4922026-08-07T23:36:40.011Z Downloaded rustix v0.38.44
4932026-08-07T23:36:40.023Z Downloaded rustls v0.23.43
4942026-08-07T23:36:40.063Z Downloaded rustix v1.1.4
4952026-08-07T23:36:40.085Z Downloaded tracing v0.1.44
4962026-08-07T23:36:40.126Z Downloaded regex-automata v0.4.18
4972026-08-07T23:36:40.199Z Downloaded petgraph v0.8.3
4982026-08-07T23:36:40.223Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4992026-08-07T23:36:40.240Z Downloaded tokio v1.53.1
5002026-08-07T23:36:40.263Z Downloaded libc v0.2.189
5012026-08-07T23:36:40.300Z Downloaded recursion v0.5.4
5022026-08-07T23:36:40.313Z Downloaded ring v0.17.14
5032026-08-07T23:36:40.372Z Compiling proc-macro2 v1.0.107
5042026-08-07T23:36:40.376Z Compiling libc v0.2.189
5052026-08-07T23:36:40.376Z Compiling quote v1.0.47
5062026-08-07T23:36:40.376Z Compiling unicode-ident v1.0.24
5072026-08-07T23:36:40.376Z Compiling serde_core v1.0.229
5082026-08-07T23:36:40.376Z Compiling cfg-if v1.0.4
5092026-08-07T23:36:40.376Z Compiling memchr v2.8.3
5102026-08-07T23:36:40.505Z Compiling once_cell v1.21.4
5112026-08-07T23:36:40.585Z Compiling log v0.4.33
5122026-08-07T23:36:40.644Z Compiling pin-project-lite v0.2.17
5132026-08-07T23:36:40.737Z Compiling serde v1.0.229
5142026-08-07T23:36:40.806Z Compiling itoa v1.0.18
5152026-08-07T23:36:40.929Z Compiling smallvec v1.15.2
5162026-08-07T23:36:41.056Z Compiling futures-core v0.3.33
5172026-08-07T23:36:41.087Z Compiling bitflags v2.13.1
5182026-08-07T23:36:41.178Z Compiling hashbrown v0.17.1
5192026-08-07T23:36:41.217Z Compiling find-msvc-tools v0.1.10
5202026-08-07T23:36:41.468Z Compiling errno v0.3.14
5212026-08-07T23:36:41.489Z Compiling shlex v2.0.1
5222026-08-07T23:36:41.492Z Compiling equivalent v1.0.2
5232026-08-07T23:36:41.621Z Compiling signal-hook-registry v1.4.8
5242026-08-07T23:36:41.633Z Compiling jobserver v0.1.35
5252026-08-07T23:36:41.672Z Compiling bytes v1.12.1
5262026-08-07T23:36:41.723Z Compiling mio v1.2.2
5272026-08-07T23:36:41.760Z Compiling syn v3.0.3
5282026-08-07T23:36:41.835Z Compiling syn v2.0.119
5292026-08-07T23:36:41.913Z Compiling cc v1.4.1
5302026-08-07T23:36:41.942Z Compiling futures-sink v0.3.33
5312026-08-07T23:36:42.057Z Compiling rustix v1.1.4
5322026-08-07T23:36:42.072Z Compiling socket2 v0.6.5
5332026-08-07T23:36:42.438Z Compiling slab v0.4.12
5342026-08-07T23:36:42.553Z Compiling zmij v1.0.23
5352026-08-07T23:36:42.614Z Compiling futures-channel v0.3.33
5362026-08-07T23:36:42.835Z Compiling indexmap v2.14.0
5372026-08-07T23:36:42.874Z Compiling tracing-core v0.1.36
5382026-08-07T23:36:42.901Z Compiling serde_json v1.0.151
5392026-08-07T23:36:43.020Z Compiling version_check v0.9.5
5402026-08-07T23:36:43.227Z Compiling futures-io v0.3.33
5412026-08-07T23:36:43.285Z Compiling getrandom v0.4.3
5422026-08-07T23:36:43.426Z Compiling futures-task v0.3.33
5432026-08-07T23:36:43.564Z Compiling unicode-width v0.2.2
5442026-08-07T23:36:43.615Z Compiling camino v1.2.5
5452026-08-07T23:36:43.645Z Compiling percent-encoding v2.3.2
5462026-08-07T23:36:43.919Z Compiling ring v0.17.14
5472026-08-07T23:36:43.943Z Compiling http v1.5.0
5482026-08-07T23:36:43.995Z Compiling adler2 v2.0.1
5492026-08-07T23:36:44.046Z Compiling simd-adler32 v0.3.10
5502026-08-07T23:36:44.159Z Compiling autocfg v1.5.1
5512026-08-07T23:36:44.437Z Compiling zeroize v1.9.0
5522026-08-07T23:36:44.501Z Compiling num-traits v0.2.19
5532026-08-07T23:36:44.595Z Compiling serde_derive v1.0.229
5542026-08-07T23:36:44.629Z Compiling tokio-macros v2.7.2
5552026-08-07T23:36:44.723Z Compiling miniz_oxide v0.8.9
5562026-08-07T23:36:45.369Z Compiling tokio v1.53.1
5572026-08-07T23:36:45.413Z Compiling futures-macro v0.3.33
5582026-08-07T23:36:45.491Z Compiling tracing-attributes v0.1.31
5592026-08-07T23:36:45.868Z Compiling object v0.37.3
5602026-08-07T23:36:46.055Z Compiling target-lexicon v0.13.5
5612026-08-07T23:36:46.149Z Compiling getrandom v0.3.4
5622026-08-07T23:36:46.162Z Compiling zerocopy v0.8.56
5632026-08-07T23:36:46.230Z Compiling futures-util v0.3.33
5642026-08-07T23:36:46.556Z Compiling http-body v1.1.0
5652026-08-07T23:36:46.583Z Compiling rustls-pki-types v1.15.1
5662026-08-07T23:36:46.682Z Compiling tracing v0.1.44
5672026-08-07T23:36:46.694Z Compiling form_urlencoded v1.2.2
5682026-08-07T23:36:46.714Z Compiling semver v1.0.28
5692026-08-07T23:36:46.955Z Compiling getrandom v0.2.17
5702026-08-07T23:36:47.025Z Compiling utf8_iter v1.0.4
5712026-08-07T23:36:47.146Z Compiling idna_adapter v1.0.0
5722026-08-07T23:36:47.190Z Compiling gimli v0.32.3
5732026-08-07T23:36:47.247Z Compiling thiserror v2.0.19
5742026-08-07T23:36:47.361Z Compiling fnv v1.0.7
5752026-08-07T23:36:47.418Z Compiling untrusted v0.9.0
5762026-08-07T23:36:47.463Z Compiling owo-colors v4.3.0
5772026-08-07T23:36:47.547Z Compiling httparse v1.10.1
5782026-08-07T23:36:47.594Z Compiling signal-hook v0.3.18
5792026-08-07T23:36:47.781Z Compiling guppy-workspace-hack v0.1.0
5802026-08-07T23:36:47.862Z Compiling idna v1.1.0
5812026-08-07T23:36:48.845Z Compiling thiserror-impl v2.0.19
5822026-08-07T23:36:48.864Z Compiling generic-array v0.14.7
5832026-08-07T23:36:49.091Z Compiling try-lock v0.2.5
5842026-08-07T23:36:49.211Z Compiling addr2line v0.25.1
5852026-08-07T23:36:49.490Z Compiling tokio-util v0.7.19
5862026-08-07T23:36:49.637Z Compiling rustls v0.23.43
5872026-08-07T23:36:49.848Z Compiling pkg-config v0.3.33
5882026-08-07T23:36:49.887Z Compiling tower-service v0.3.3
5892026-08-07T23:36:49.987Z Compiling rustc-demangle v0.1.28
5902026-08-07T23:36:49.998Z Compiling atomic-waker v1.1.2
5912026-08-07T23:36:50.133Z Compiling target-spec v3.6.0
5922026-08-07T23:36:50.289Z Compiling fastrand v2.5.0
5932026-08-07T23:36:50.411Z Compiling thiserror v1.0.69
5942026-08-07T23:36:50.590Z Compiling typeid v1.0.3
5952026-08-07T23:36:50.623Z Compiling tempfile v3.27.0
5962026-08-07T23:36:50.909Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5972026-08-07T23:36:50.921Z Compiling h2 v0.4.15
5982026-08-07T23:36:51.018Z Compiling want v0.3.1
5992026-08-07T23:36:51.116Z Compiling cfg-expr v0.20.8
6002026-08-07T23:36:51.199Z Compiling url v2.5.8
6012026-08-07T23:36:51.440Z Compiling backtrace v0.3.76
6022026-08-07T23:36:52.085Z Compiling thiserror-impl v1.0.69
6032026-08-07T23:36:52.314Z Compiling terminal_size v0.4.4
6042026-08-07T23:36:52.487Z Compiling aho-corasick v1.1.5
6052026-08-07T23:36:52.721Z Compiling subtle v2.6.1
6062026-08-07T23:36:52.892Z Compiling winnow v0.7.15
6072026-08-07T23:36:53.220Z Compiling typenum v1.20.1
6082026-08-07T23:36:53.565Z Compiling regex-syntax v0.8.11
6092026-08-07T23:36:53.903Z Compiling rustls-webpki v0.103.13
6102026-08-07T23:36:54.789Z Compiling erased-serde v0.4.10
6112026-08-07T23:36:56.304Z Compiling regex-automata v0.4.18
6122026-08-07T23:36:56.673Z Compiling hyper v1.11.0
6132026-08-07T23:36:58.015Z Compiling toml_datetime v0.6.11
6142026-08-07T23:36:58.392Z Compiling serde_spanned v0.6.9
6152026-08-07T23:36:58.409Z Compiling ahash v0.8.12
6162026-08-07T23:36:58.567Z Compiling sync_wrapper v1.0.2
6172026-08-07T23:36:58.684Z Compiling is_ci v1.2.0
6182026-08-07T23:36:58.705Z Compiling crc32fast v1.5.0
6192026-08-07T23:36:58.858Z Compiling unicode-segmentation v1.13.3
6202026-08-07T23:36:58.998Z Compiling lazy_static v1.5.0
6212026-08-07T23:36:59.108Z Compiling foldhash v0.1.5
6222026-08-07T23:36:59.259Z Compiling portable-atomic v1.14.0
6232026-08-07T23:36:59.328Z Compiling ipnet v2.12.1
6242026-08-07T23:36:59.720Z Compiling parking_lot_core v0.9.12
6252026-08-07T23:36:59.992Z Compiling tower-layer v0.3.3
6262026-08-07T23:37:00.204Z Compiling nextest-workspace-hack v0.1.0
6272026-08-07T23:37:00.422Z Compiling unicode-linebreak v0.1.5
6282026-08-07T23:37:00.448Z Compiling either v1.17.0
6292026-08-07T23:37:00.506Z Compiling base64 v0.22.1
6302026-08-07T23:37:00.544Z Compiling toml_write v0.1.2
6312026-08-07T23:37:00.686Z Compiling textwrap v0.16.2
6322026-08-07T23:37:00.715Z Compiling toml_edit v0.22.27
6332026-08-07T23:37:00.789Z Compiling hyper-util v0.1.20
6342026-08-07T23:37:00.938Z Compiling tower v0.5.3
6352026-08-07T23:37:01.057Z Compiling hashbrown v0.15.5
6362026-08-07T23:37:01.495Z Compiling convert_case v0.10.0
6372026-08-07T23:37:01.694Z Compiling sharded-slab v0.1.7
6382026-08-07T23:37:01.795Z Compiling supports-color v3.0.2
6392026-08-07T23:37:02.047Z Compiling tokio-rustls v0.26.4
6402026-08-07T23:37:02.328Z Compiling backtrace-ext v0.2.1
6412026-08-07T23:37:02.340Z Compiling ordered-float v2.10.1
6422026-08-07T23:37:02.593Z Compiling webpki-roots v1.0.9
6432026-08-07T23:37:02.619Z Compiling miette-derive v7.6.0
6442026-08-07T23:37:02.670Z Compiling pathdiff v0.2.3
6452026-08-07T23:37:02.708Z Compiling console v0.15.11
6462026-08-07T23:37:02.798Z Compiling tracing-log v0.2.0
6472026-08-07T23:37:03.148Z Compiling cargo-platform v0.3.3
6482026-08-07T23:37:03.439Z Compiling os_pipe v1.2.3
6492026-08-07T23:37:03.612Z Compiling thread_local v1.1.10
6502026-08-07T23:37:03.686Z Compiling debug-ignore v1.0.5
6512026-08-07T23:37:03.796Z Compiling supports-hyperlinks v3.2.0
6522026-08-07T23:37:03.948Z Compiling zstd-safe v7.2.4
6532026-08-07T23:37:04.017Z Compiling supports-unicode v3.0.0
6542026-08-07T23:37:04.029Z Compiling scopeguard v1.2.0
6552026-08-07T23:37:04.062Z Compiling ryu v1.0.23
6562026-08-07T23:37:04.129Z Compiling pulldown-cmark v0.13.4
6572026-08-07T23:37:04.182Z Compiling rustix v0.38.44
6582026-08-07T23:37:04.185Z Compiling winnow v1.0.4
6592026-08-07T23:37:04.344Z Compiling utf8parse v0.2.2
6602026-08-07T23:37:04.356Z Compiling unicode-width v0.1.14
6612026-08-07T23:37:04.458Z Compiling cfg_aliases v0.2.2
6622026-08-07T23:37:04.531Z Compiling fixedbitset v0.5.7
6632026-08-07T23:37:04.627Z Compiling miette v7.6.0
6642026-08-07T23:37:04.654Z Compiling nix v0.30.1
6652026-08-07T23:37:05.031Z Compiling petgraph v0.8.3
6662026-08-07T23:37:05.043Z Compiling anstyle-parse v1.0.0
6672026-08-07T23:37:05.260Z Compiling toml_parser v1.1.3+spec-1.1.0
6682026-08-07T23:37:05.658Z Compiling serde_urlencoded v0.7.1
6692026-08-07T23:37:05.945Z Compiling lock_api v0.4.14
6702026-08-07T23:37:06.242Z Compiling tracing-subscriber v0.3.23
6712026-08-07T23:37:06.605Z Compiling sigchld v0.2.4
6722026-08-07T23:37:06.806Z Compiling cargo_metadata v0.23.1
6732026-08-07T23:37:06.996Z Compiling hyper-rustls v0.27.9
6742026-08-07T23:37:07.642Z Compiling serde-value v0.7.0
6752026-08-07T23:37:07.783Z Compiling serde-untagged v0.1.9
6762026-08-07T23:37:08.154Z Compiling toml v0.8.23
6772026-08-07T23:37:08.675Z Compiling derive_more-impl v2.1.1
6782026-08-07T23:37:08.815Z Compiling tower-http v0.6.11
6792026-08-07T23:37:09.557Z Compiling itertools v0.14.0
6802026-08-07T23:37:09.848Z Compiling regex v1.13.1
6812026-08-07T23:37:09.938Z Compiling block-buffer v0.10.4
6822026-08-07T23:37:10.092Z Compiling crypto-common v0.1.7
6832026-08-07T23:37:10.096Z Compiling ppv-lite86 v0.2.21
6842026-08-07T23:37:10.228Z Compiling rand_core v0.9.5
6852026-08-07T23:37:10.430Z Compiling futures-executor v0.3.33
6862026-08-07T23:37:10.478Z Compiling http-body-util v0.1.4
6872026-08-07T23:37:10.776Z Compiling pin-project-internal v1.1.13
6882026-08-07T23:37:10.816Z Compiling uuid v1.24.0
6892026-08-07T23:37:10.916Z Compiling serde_spanned v1.1.1
6902026-08-07T23:37:11.066Z Compiling smol_str v0.3.6
6912026-08-07T23:37:11.078Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-08-07T23:37:11.256Z Compiling filetime v0.2.29
6932026-08-07T23:37:11.350Z Compiling bstr v1.13.0
6942026-08-07T23:37:11.406Z Compiling vte v0.14.1
6952026-08-07T23:37:11.462Z Compiling iana-time-zone v0.1.65
6962026-08-07T23:37:11.491Z Compiling is_terminal_polyfill v1.70.2
6972026-08-07T23:37:11.592Z Compiling nested v0.1.1
6982026-08-07T23:37:11.624Z Compiling static_assertions v1.1.0
6992026-08-07T23:37:11.699Z Compiling colorchoice v1.0.5
7002026-08-07T23:37:11.754Z Compiling color-spantrace v0.3.0
7012026-08-07T23:37:11.815Z Compiling number_prefix v0.4.0
7022026-08-07T23:37:11.819Z Compiling unicode-xid v0.2.6
7032026-08-07T23:37:11.963Z Compiling tinyvec_macros v0.1.1
7042026-08-07T23:37:11.975Z Compiling self_update v0.42.0
7052026-08-07T23:37:12.033Z Compiling unicase v2.9.0
7062026-08-07T23:37:12.037Z Compiling anstyle-query v1.1.5
7072026-08-07T23:37:12.057Z Compiling anstyle v1.0.14
7082026-08-07T23:37:12.146Z Compiling xattr v1.6.1
7092026-08-07T23:37:12.204Z Compiling eyre v0.6.12
7102026-08-07T23:37:12.216Z Compiling litrs v1.0.0
7112026-08-07T23:37:12.244Z Compiling anstream v1.0.0
7122026-08-07T23:37:12.323Z Compiling tar v0.4.46
7132026-08-07T23:37:12.407Z Compiling tinyvec v1.12.0
7142026-08-07T23:37:12.646Z Compiling document-features v0.2.12
7152026-08-07T23:37:12.736Z Compiling indicatif v0.17.11
7162026-08-07T23:37:12.771Z Compiling cargo-util-schemas v0.2.0
7172026-08-07T23:37:12.835Z Compiling pin-project v1.1.13
7182026-08-07T23:37:12.961Z Compiling globset v0.4.20
7192026-08-07T23:37:13.206Z Compiling guppy v0.17.26
7202026-08-07T23:37:13.481Z Compiling chrono v0.4.45
7212026-08-07T23:37:14.258Z Compiling strip-ansi-escapes v0.2.1
7222026-08-07T23:37:14.742Z Compiling toml v1.1.4+spec-1.1.0
7232026-08-07T23:37:14.827Z Compiling nextest-metadata v0.12.2
7242026-08-07T23:37:15.202Z Compiling newtype-uuid v1.4.0
7252026-08-07T23:37:15.396Z Compiling reqwest v0.12.28
7262026-08-07T23:37:15.857Z Compiling futures v0.3.33
7272026-08-07T23:37:15.943Z Compiling rand_chacha v0.9.0
7282026-08-07T23:37:16.228Z Compiling digest v0.10.7
7292026-08-07T23:37:16.458Z Compiling parking_lot v0.12.5
7302026-08-07T23:37:16.499Z Compiling derive_more v2.1.1
7312026-08-07T23:37:16.582Z Compiling flate2 v1.1.9
7322026-08-07T23:37:16.787Z Compiling tracing-error v0.2.1
7332026-08-07T23:37:17.021Z Compiling shared_child v1.1.1
7342026-08-07T23:37:17.368Z Compiling signal-hook-mio v0.2.5
7352026-08-07T23:37:17.478Z Compiling self-replace v1.5.0
7362026-08-07T23:37:17.501Z Compiling cargo-platform v0.2.0
7372026-08-07T23:37:17.738Z Compiling quick-xml v0.38.4
7382026-08-07T23:37:17.798Z Compiling quick-xml v0.37.5
7392026-08-07T23:37:18.310Z Compiling indenter v0.3.4
7402026-08-07T23:37:18.442Z Compiling cpufeatures v0.2.17
7412026-08-07T23:37:18.518Z Compiling strsim v0.11.1
7422026-08-07T23:37:18.646Z Compiling recursion v0.5.4
7432026-08-07T23:37:18.788Z Compiling urlencoding v2.1.3
7442026-08-07T23:37:19.033Z Compiling shell-words v1.1.1
7452026-08-07T23:37:19.273Z Compiling heck v0.5.0
7462026-08-07T23:37:19.285Z Compiling clap_lex v1.1.0
7472026-08-07T23:37:19.298Z Compiling humantime v2.4.0
7482026-08-07T23:37:19.476Z Compiling clap_builder v4.6.6
7492026-08-07T23:37:19.529Z Compiling clap_derive v4.6.4
7502026-08-07T23:37:19.650Z Compiling humantime-serde v1.1.1
7512026-08-07T23:37:19.806Z Compiling nextest-filtering v0.15.0
7522026-08-07T23:37:19.939Z Compiling sha2 v0.10.9
7532026-08-07T23:37:21.257Z Compiling quick-junit v0.5.2
7542026-08-07T23:37:21.674Z Compiling atomicwrites v0.4.4
7552026-08-07T23:37:21.970Z Compiling cargo_metadata v0.20.0
7562026-08-07T23:37:23.634Z Compiling cargo-nextest v0.9.97
7572026-08-07T23:37:23.937Z Compiling crossterm v0.29.0
7582026-08-07T23:37:25.159Z Compiling duct v0.13.7
7592026-08-07T23:37:25.888Z Compiling zstd v0.13.3
7602026-08-07T23:37:26.386Z Compiling rand v0.9.5
7612026-08-07T23:37:26.713Z Compiling async-scoped v0.9.0
7622026-08-07T23:37:26.860Z Compiling config v0.15.25
7632026-08-07T23:37:26.910Z Compiling unicode-normalization v0.1.25
7642026-08-07T23:37:27.015Z Compiling target-spec-miette v0.4.8
7652026-08-07T23:37:27.126Z Compiling future-queue v0.4.0
7662026-08-07T23:37:27.138Z Compiling mukti-metadata v0.3.0
7672026-08-07T23:37:27.328Z Compiling camino-tempfile v1.4.1
7682026-08-07T23:37:27.402Z Compiling tokio-stream v0.1.19
7692026-08-07T23:37:27.405Z Compiling derive-where v1.6.1
7702026-08-07T23:37:27.484Z Compiling serde_ignored v0.1.14
7712026-08-07T23:37:27.622Z Compiling serde_path_to_error v0.1.20
7722026-08-07T23:37:27.721Z Compiling swrite v0.1.0
7732026-08-07T23:37:27.829Z Compiling hex v0.4.3
7742026-08-07T23:37:27.855Z Compiling indent_write v2.2.0
7752026-08-07T23:37:27.960Z Compiling xxhash-rust v0.8.18
7762026-08-07T23:37:28.003Z Compiling home v0.5.12
7772026-08-07T23:37:28.074Z Compiling color-eyre v0.6.5
7782026-08-07T23:37:28.132Z Compiling clap v4.6.6
7792026-08-07T23:37:28.144Z Compiling dialoguer v0.11.0
7802026-08-07T23:37:28.165Z Compiling enable-ansi-support v0.2.1
7812026-08-07T23:37:28.633Z Compiling nextest-runner v0.80.0
7822026-08-07T23:37:47.193Z Finished `release` profile [optimized] target(s) in 1m 10s
7832026-08-07T23:37:47.368Z Installing /home/build/.cargo/bin/cargo-nextest
7842026-08-07T23:37:47.371Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7852026-08-07T23:37:47.497Z+ pushd bgp
7862026-08-07T23:37:47.500Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7872026-08-07T23:37:47.500Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7882026-08-07T23:37:47.652Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-08-07T23:37:48.634ZFrom https://github.com/oxidecomputer/falcon
7902026-08-07T23:37:48.634Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7912026-08-07T23:37:48.710Z Updating crates.io index
7922026-08-07T23:37:48.714Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7932026-08-07T23:37:49.275ZFrom https://github.com/oxidecomputer/dendrite
7942026-08-07T23:37:49.275Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
7952026-08-07T23:37:49.310Z Updating git repository `https://github.com/oxidecomputer/ispf`
7962026-08-07T23:37:49.606ZFrom https://github.com/oxidecomputer/ispf
7972026-08-07T23:37:49.606Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7982026-08-07T23:37:49.611Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7992026-08-07T23:37:50.002ZFrom https://github.com/oxidecomputer/netadm-sys
8002026-08-07T23:37:50.002Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
8012026-08-07T23:37:50.010Z Updating git repository `https://github.com/oxidecomputer/omicron`
8022026-08-07T23:38:00.135ZFrom https://github.com/oxidecomputer/omicron
8032026-08-07T23:38:00.135Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8042026-08-07T23:38:00.565Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-08-07T23:38:01.526ZFrom https://github.com/oxidecomputer/opte
8062026-08-07T23:38:01.526Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8072026-08-07T23:38:01.555Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8082026-08-07T23:38:01.831ZFrom https://github.com/oxidecomputer/slog-error-chain
8092026-08-07T23:38:01.831Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8102026-08-07T23:38:01.842Z Updating git repository `https://github.com/illumos/smf-rs`
8112026-08-07T23:38:02.118ZFrom https://github.com/illumos/smf-rs
8122026-08-07T23:38:02.118Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8132026-08-07T23:38:02.127Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8142026-08-07T23:38:02.419ZFrom https://github.com/oxidecomputer/network-interface
8152026-08-07T23:38:02.419Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8162026-08-07T23:38:02.426Z Updating git repository `https://github.com/oxidecomputer/zone`
8172026-08-07T23:38:02.706ZFrom https://github.com/oxidecomputer/zone
8182026-08-07T23:38:02.706Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8192026-08-07T23:38:02.712Z Updating git repository `https://github.com/oxidecomputer/propolis`
8202026-08-07T23:38:03.631ZFrom https://github.com/oxidecomputer/propolis
8212026-08-07T23:38:03.631Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8222026-08-07T23:38:03.676Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8232026-08-07T23:38:04.260ZFrom https://github.com/oxidecomputer/transceiver-control
8242026-08-07T23:38:04.260Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8252026-08-07T23:38:04.271Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8262026-08-07T23:38:04.548ZFrom https://github.com/oxidecomputer/dlpi-sys
8272026-08-07T23:38:04.548Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8282026-08-07T23:38:04.554Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8292026-08-07T23:38:04.855ZFrom https://github.com/jmesmon/rust-libzfs
8302026-08-07T23:38:04.855Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8312026-08-07T23:38:04.863Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8322026-08-07T23:38:06.573ZFrom https://github.com/oxidecomputer/rusty-doors
8332026-08-07T23:38:06.573Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8342026-08-07T23:38:06.580Z Updating git repository `https://github.com/oxidecomputer/lldp`
8352026-08-07T23:38:06.943ZFrom https://github.com/oxidecomputer/lldp
8362026-08-07T23:38:06.943Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8372026-08-07T23:38:06.954Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8382026-08-07T23:38:07.263ZFrom https://github.com/oxidecomputer/tufaceous
8392026-08-07T23:38:07.263Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8402026-08-07T23:38:07.281Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8412026-08-07T23:38:07.842ZFrom https://github.com/oxidecomputer/management-gateway-service
8422026-08-07T23:38:07.842Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8432026-08-07T23:38:07.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-08-07T23:38:09.036ZFrom https://github.com/oxidecomputer/crucible
8452026-08-07T23:38:09.036Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8462026-08-07T23:38:09.081Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-08-07T23:38:09.370ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-08-07T23:38:09.370Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-08-07T23:38:09.384Z Updating git repository `https://github.com/oxidecomputer/propolis`
8502026-08-07T23:38:09.787ZFrom https://github.com/oxidecomputer/propolis
8512026-08-07T23:38:09.787Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8522026-08-07T23:38:09.834Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-08-07T23:38:10.345ZFrom https://github.com/oxidecomputer/crucible
8542026-08-07T23:38:10.346Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8552026-08-07T23:38:10.412Z Updating git repository `https://github.com/oxidecomputer/tofino`
8562026-08-07T23:38:10.775ZFrom https://github.com/oxidecomputer/tofino
8572026-08-07T23:38:10.776Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8582026-08-07T23:38:10.786Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8592026-08-07T23:38:11.633ZFrom https://github.com/oxidecomputer/maghemite
8602026-08-07T23:38:11.633Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8612026-08-07T23:38:11.665Z Updating git repository `https://github.com/oxidecomputer/clickward`
8622026-08-07T23:38:11.958ZFrom https://github.com/oxidecomputer/clickward
8632026-08-07T23:38:11.958Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8642026-08-07T23:38:11.966Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8652026-08-07T23:38:12.246ZFrom https://github.com/oxidecomputer/illumos-devinfo
8662026-08-07T23:38:12.246Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8672026-08-07T23:38:13.062Z Downloading crates ...
8682026-08-07T23:38:13.106Z Downloaded inout v0.1.4
8692026-08-07T23:38:13.119Z Downloaded libscf-sys v1.2.0
8702026-08-07T23:38:13.122Z Downloaded num_threads v0.1.7
8712026-08-07T23:38:13.122Z Downloaded parse-display v0.10.0
8722026-08-07T23:38:13.127Z Downloaded idna_adapter v1.2.2
8732026-08-07T23:38:13.131Z Downloaded humantime v2.3.0
8742026-08-07T23:38:13.131Z Downloaded num-conv v0.2.2
8752026-08-07T23:38:13.131Z Downloaded bitflags v1.3.2
8762026-08-07T23:38:13.134Z Downloaded hostname v0.4.2
8772026-08-07T23:38:13.137Z Downloaded hubpack_derive v0.1.1
8782026-08-07T23:38:13.137Z Downloaded ident_case v1.0.1
8792026-08-07T23:38:13.137Z Downloaded lru-cache v0.1.2
8802026-08-07T23:38:13.137Z Downloaded cargo_toml v0.22.3
8812026-08-07T23:38:13.140Z Downloaded keccak v0.1.6
8822026-08-07T23:38:13.140Z Downloaded linked-hash-map v0.5.6
8832026-08-07T23:38:13.140Z Downloaded omicron-workspace-hack v0.1.0
8842026-08-07T23:38:13.143Z Downloaded cstr-argument v0.1.2
8852026-08-07T23:38:13.143Z Downloaded fixedbitset v0.4.2
8862026-08-07T23:38:13.143Z Downloaded foreign-types v0.5.0
8872026-08-07T23:38:13.143Z Downloaded critical-section v1.2.0
8882026-08-07T23:38:13.143Z Downloaded clap v4.6.5
8892026-08-07T23:38:13.149Z Downloaded cookie v0.18.1
8902026-08-07T23:38:13.152Z Downloaded hubpack v0.1.2
8912026-08-07T23:38:13.152Z Downloaded dyn-clone v1.0.20
8922026-08-07T23:38:13.152Z Downloaded paste v1.0.15
8932026-08-07T23:38:13.155Z Downloaded const_format_proc_macros v0.2.34
8942026-08-07T23:38:13.155Z Downloaded crossbeam-epoch v0.9.18
8952026-08-07T23:38:13.159Z Downloaded dropshot-api-manager-types v0.7.2
8962026-08-07T23:38:13.159Z Downloaded dtrace-parser v0.2.0
8972026-08-07T23:38:13.159Z Downloaded cobs v0.3.0
8982026-08-07T23:38:13.162Z Downloaded aead v0.5.2
8992026-08-07T23:38:13.166Z Downloaded instant v0.1.13
9002026-08-07T23:38:13.166Z Downloaded konst_macro_rules v0.2.19
9012026-08-07T23:38:13.166Z Downloaded drift v0.2.0
9022026-08-07T23:38:13.170Z Downloaded blake2 v0.10.6
9032026-08-07T23:38:13.174Z Downloaded colored v3.1.1
9042026-08-07T23:38:13.174Z Downloaded console v0.16.3
9052026-08-07T23:38:13.177Z Downloaded httpdate v1.0.3
9062026-08-07T23:38:13.177Z Downloaded compression-codecs v0.4.38
9072026-08-07T23:38:13.181Z Downloaded jobserver v0.1.34
9082026-08-07T23:38:13.181Z Downloaded crossbeam-deque v0.8.6
9092026-08-07T23:38:13.181Z Downloaded ingot v0.2.1
9102026-08-07T23:38:13.181Z Downloaded libsw-core v0.3.2
9112026-08-07T23:38:13.185Z Downloaded cmake v0.1.58
9122026-08-07T23:38:13.185Z Downloaded bit-set v0.8.0
9132026-08-07T23:38:13.185Z Downloaded crc8 v0.1.1
9142026-08-07T23:38:13.185Z Downloaded ingot v0.1.1
9152026-08-07T23:38:13.185Z Downloaded ipnet v2.12.0
9162026-08-07T23:38:13.185Z Downloaded is-terminal v0.4.17
9172026-08-07T23:38:13.188Z Downloaded http-body v1.0.1
9182026-08-07T23:38:13.188Z Downloaded internet-checksum v0.2.1
9192026-08-07T23:38:13.188Z Downloaded ingot-types v0.1.2
9202026-08-07T23:38:13.191Z Downloaded block-buffer v0.12.0
9212026-08-07T23:38:13.191Z Downloaded hybrid-array v0.4.12
9222026-08-07T23:38:13.191Z Downloaded litemap v0.8.2
9232026-08-07T23:38:13.194Z Downloaded crucible-workspace-hack v0.1.0
9242026-08-07T23:38:13.194Z Downloaded ciborium-io v0.2.2
9252026-08-07T23:38:13.197Z Downloaded cfg_aliases v0.2.1
9262026-08-07T23:38:13.198Z Downloaded compression-core v0.4.32
9272026-08-07T23:38:13.198Z Downloaded num v0.4.3
9282026-08-07T23:38:13.201Z Downloaded num_enum_derive v0.5.11
9292026-08-07T23:38:13.201Z Downloaded indexmap v1.9.3
9302026-08-07T23:38:13.201Z Downloaded serde_with_macros v3.21.0
9312026-08-07T23:38:13.204Z Downloaded cancel-safe-futures v0.1.5
9322026-08-07T23:38:13.208Z Downloaded newline-converter v0.3.0
9332026-08-07T23:38:13.208Z Downloaded dtrace-parser v0.3.0
9342026-08-07T23:38:13.211Z Downloaded defmt v0.3.100
9352026-08-07T23:38:13.211Z Downloaded match_cfg v0.1.0
9362026-08-07T23:38:13.211Z Downloaded memoffset v0.9.1
9372026-08-07T23:38:13.211Z Downloaded natord v1.0.9
9382026-08-07T23:38:13.211Z Downloaded newtype-uuid-macros v0.1.0
9392026-08-07T23:38:13.211Z Downloaded num-iter v0.1.45
9402026-08-07T23:38:13.214Z Downloaded convert_case v0.4.0
9412026-08-07T23:38:13.215Z Downloaded defmt-parser v1.0.0
9422026-08-07T23:38:13.221Z Downloaded const-random-macro v0.1.16
9432026-08-07T23:38:13.221Z Downloaded crypto-common v0.2.2
9442026-08-07T23:38:13.221Z Downloaded managed v0.8.0
9452026-08-07T23:38:13.221Z Downloaded darling_macro v0.23.0
9462026-08-07T23:38:13.224Z Downloaded num-derive v0.4.2
9472026-08-07T23:38:13.224Z Downloaded const-oid v0.10.2
9482026-08-07T23:38:13.224Z Downloaded cipher v0.4.4
9492026-08-07T23:38:13.224Z Downloaded dof v0.4.0
9502026-08-07T23:38:13.224Z Downloaded olpc-cjson v0.1.4
9512026-08-07T23:38:13.224Z Downloaded bs58 v0.5.1
9522026-08-07T23:38:13.227Z Downloaded macaddr v1.0.1
9532026-08-07T23:38:13.228Z Downloaded no-std-compat v0.4.1
9542026-08-07T23:38:13.231Z Downloaded memmap v0.7.0
9552026-08-07T23:38:13.231Z Downloaded newtype_derive v0.1.6
9562026-08-07T23:38:13.231Z Downloaded dunce v1.0.5
9572026-08-07T23:38:13.234Z Downloaded crunchy v0.2.4
9582026-08-07T23:38:13.234Z Downloaded dof v0.3.0
9592026-08-07T23:38:13.238Z Downloaded scroll_derive v0.13.1
9602026-08-07T23:38:13.241Z Downloaded libsw v3.5.0
9612026-08-07T23:38:13.241Z Downloaded embedded-io v0.6.1
9622026-08-07T23:38:13.244Z Downloaded ipnetwork v0.21.1
9632026-08-07T23:38:13.244Z Downloaded linear-map v1.2.0
9642026-08-07T23:38:13.244Z Downloaded ciborium-ll v0.2.2
9652026-08-07T23:38:13.244Z Downloaded ingot-macros v0.2.0
9662026-08-07T23:38:13.248Z Downloaded oxide-tokio-rt v0.1.6
9672026-08-07T23:38:13.248Z Downloaded float-ord v0.3.2
9682026-08-07T23:38:13.251Z Downloaded enum-as-inner v0.6.1
9692026-08-07T23:38:13.251Z Downloaded base16ct v0.2.0
9702026-08-07T23:38:13.251Z Downloaded embedded-io v0.4.0
9712026-08-07T23:38:13.255Z Downloaded serde_plain v1.0.2
9722026-08-07T23:38:13.258Z Downloaded sha1 v0.11.0
9732026-08-07T23:38:13.261Z Downloaded const-random v0.1.18
9742026-08-07T23:38:13.264Z Downloaded darling_macro v0.21.3
9752026-08-07T23:38:13.264Z Downloaded byte-wrapper v0.1.0
9762026-08-07T23:38:13.264Z Downloaded chacha20poly1305 v0.10.1
9772026-08-07T23:38:13.264Z Downloaded constant_time_eq v0.4.2
9782026-08-07T23:38:13.268Z Downloaded chacha20 v0.9.1
9792026-08-07T23:38:13.271Z Downloaded byteorder v1.5.0
9802026-08-07T23:38:13.271Z Downloaded icu_properties v2.2.0
9812026-08-07T23:38:13.271Z Downloaded mime v0.3.17
9822026-08-07T23:38:13.274Z Downloaded icu_locale_core v2.2.0
9832026-08-07T23:38:13.278Z Downloaded find-msvc-tools v0.1.9
9842026-08-07T23:38:13.278Z Downloaded foldhash v0.2.0
9852026-08-07T23:38:13.278Z Downloaded sha1 v0.10.6
9862026-08-07T23:38:13.282Z Downloaded sigpipe v0.1.3
9872026-08-07T23:38:13.282Z Downloaded untrusted v0.7.1
9882026-08-07T23:38:13.282Z Downloaded usdt v0.6.0
9892026-08-07T23:38:13.282Z Downloaded digest v0.11.3
9902026-08-07T23:38:13.282Z Downloaded num-rational v0.4.2
9912026-08-07T23:38:13.282Z Downloaded opaque-debug v0.3.1
9922026-08-07T23:38:13.285Z Downloaded zerofrom-derive v0.1.7
9932026-08-07T23:38:13.286Z Downloaded zone_cfg_derive v0.3.1
9942026-08-07T23:38:13.286Z Downloaded konst v0.2.20
9952026-08-07T23:38:13.286Z Downloaded num_enum v0.7.6
9962026-08-07T23:38:13.289Z Downloaded password-hash v0.5.0
9972026-08-07T23:38:13.292Z Downloaded waitgroup v0.1.2
9982026-08-07T23:38:13.292Z Downloaded num-integer v0.1.46
9992026-08-07T23:38:13.292Z Downloaded num_enum_derive v0.7.6
10002026-08-07T23:38:13.295Z Downloaded parking_lot_core v0.8.6
10012026-08-07T23:38:13.295Z Downloaded unarray v0.1.4
10022026-08-07T23:38:13.295Z Downloaded num_enum v0.5.11
10032026-08-07T23:38:13.298Z Downloaded crypto-bigint v0.5.5
10042026-08-07T23:38:13.301Z Downloaded foreign-types-macros v0.2.3
10052026-08-07T23:38:13.301Z Downloaded bit-vec v0.8.0
10062026-08-07T23:38:13.301Z Downloaded parse-display-derive v0.10.0
10072026-08-07T23:38:13.305Z Downloaded newtype-uuid v1.3.2
10082026-08-07T23:38:13.305Z Downloaded multer v3.1.0
10092026-08-07T23:38:13.305Z Downloaded foreign-types-shared v0.3.1
10102026-08-07T23:38:13.305Z Downloaded heck v0.4.1
10112026-08-07T23:38:13.308Z Downloaded powerfmt v0.2.0
10122026-08-07T23:38:13.308Z Downloaded pretty-hex v0.4.2
10132026-08-07T23:38:13.308Z Downloaded futures-io v0.3.32
10142026-08-07T23:38:13.308Z Downloaded futures-macro v0.3.32
10152026-08-07T23:38:13.308Z Downloaded git-stub v1.0.0
10162026-08-07T23:38:13.308Z Downloaded rand_chacha v0.3.1
10172026-08-07T23:38:13.311Z Downloaded csv-core v0.1.13
10182026-08-07T23:38:13.311Z Downloaded proc-macro-error-attr2 v2.0.0
10192026-08-07T23:38:13.311Z Downloaded defmt-macros v1.1.0
10202026-08-07T23:38:13.314Z Downloaded ref-cast-impl v1.0.25
10212026-08-07T23:38:13.315Z Downloaded data-encoding v2.11.0
10222026-08-07T23:38:13.315Z Downloaded fastrand v2.4.1
10232026-08-07T23:38:13.315Z Downloaded ref-cast v1.0.25
10242026-08-07T23:38:13.318Z Downloaded either v1.16.0
10252026-08-07T23:38:13.318Z Downloaded ingot-types v0.2.0
10262026-08-07T23:38:13.318Z Downloaded derive-ex v0.1.8
10272026-08-07T23:38:13.318Z Downloaded displaydoc v0.2.6
10282026-08-07T23:38:13.321Z Downloaded ff v0.13.1
10292026-08-07T23:38:13.321Z Downloaded daft v0.1.7
10302026-08-07T23:38:13.321Z Downloaded deranged v0.5.8
10312026-08-07T23:38:13.324Z Downloaded scroll v0.12.0
10322026-08-07T23:38:13.324Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10332026-08-07T23:38:13.324Z Downloaded erased-serde v0.3.31
10342026-08-07T23:38:13.327Z Downloaded slog-term v2.9.2
10352026-08-07T23:38:13.327Z Downloaded strum_macros v0.26.4
10362026-08-07T23:38:13.331Z Downloaded tokio-dtrace v0.1.1
10372026-08-07T23:38:13.331Z Downloaded scroll_derive v0.12.1
10382026-08-07T23:38:13.331Z Downloaded serial_test_derive v4.0.1
10392026-08-07T23:38:13.331Z Downloaded smf v0.2.3
10402026-08-07T23:38:13.331Z Downloaded serial_test v4.0.1
10412026-08-07T23:38:13.331Z Downloaded strum v0.26.3
10422026-08-07T23:38:13.336Z Downloaded take_mut v0.2.2
10432026-08-07T23:38:13.336Z Downloaded darling v0.23.0
10442026-08-07T23:38:13.336Z Downloaded diff v0.1.13
10452026-08-07T23:38:13.339Z Downloaded chacha20 v0.10.0
10462026-08-07T23:38:13.339Z Downloaded ingot-macros v0.1.1
10472026-08-07T23:38:13.339Z Downloaded time-macros v0.2.27
10482026-08-07T23:38:13.339Z Downloaded bytecount v0.6.9
10492026-08-07T23:38:13.342Z Downloaded spin v0.5.2
10502026-08-07T23:38:13.342Z Downloaded tabled_derive v0.11.0
10512026-08-07T23:38:13.342Z Downloaded structmeta-derive v0.3.0
10522026-08-07T23:38:13.342Z Downloaded bitflags v2.12.1
10532026-08-07T23:38:13.345Z Downloaded thread-id v5.1.0
10542026-08-07T23:38:13.345Z Downloaded usdt v0.5.0
10552026-08-07T23:38:13.345Z Downloaded thread-id v4.2.2
10562026-08-07T23:38:13.348Z Downloaded strum_macros v0.27.2
10572026-08-07T23:38:13.348Z Downloaded tokio-macros v2.7.0
10582026-08-07T23:38:13.348Z Downloaded thiserror-impl-no-std v2.0.2
10592026-08-07T23:38:13.352Z Downloaded ciborium v0.2.2
10602026-08-07T23:38:13.352Z Downloaded writeable v0.6.3
10612026-08-07T23:38:13.355Z Downloaded memmap2 v0.9.10
10622026-08-07T23:38:13.355Z Downloaded num-complex v0.4.6
10632026-08-07T23:38:13.355Z Downloaded oxnet v0.1.6
10642026-08-07T23:38:13.358Z Downloaded argon2 v0.5.3
10652026-08-07T23:38:13.358Z Downloaded port-file v0.1.0
10662026-08-07T23:38:13.358Z Downloaded phf v0.12.1
10672026-08-07T23:38:13.373Z Downloaded progenitor-macro v0.10.0
10682026-08-07T23:38:13.373Z Downloaded parking_lot v0.11.2
10692026-08-07T23:38:13.373Z Downloaded phf_shared v0.12.1
10702026-08-07T23:38:13.373Z Downloaded globset v0.4.18
10712026-08-07T23:38:13.373Z Downloaded progenitor-macro v0.13.0
10722026-08-07T23:38:13.373Z Downloaded highway v1.3.0
10732026-08-07T23:38:13.373Z Downloaded base16ct v1.0.0
10742026-08-07T23:38:13.373Z Downloaded fxhash v0.2.1
10752026-08-07T23:38:13.373Z Downloaded rand_xorshift v0.4.0
10762026-08-07T23:38:13.373Z Downloaded defmt v1.1.0
10772026-08-07T23:38:13.376Z Downloaded proc-macro-crate v3.5.0
10782026-08-07T23:38:13.376Z Downloaded serde_repr v0.1.21
10792026-08-07T23:38:13.380Z Downloaded tabwriter v1.4.1
10802026-08-07T23:38:13.380Z Downloaded icu_provider v2.2.0
10812026-08-07T23:38:13.380Z Downloaded progenitor-client v0.13.0
10822026-08-07T23:38:13.384Z Downloaded slog-envlogger v2.2.0
10832026-08-07T23:38:13.384Z Downloaded crossbeam-utils v0.8.21
10842026-08-07T23:38:13.384Z Downloaded daft-derive v0.1.7
10852026-08-07T23:38:13.387Z Downloaded term v1.2.1
10862026-08-07T23:38:13.387Z Downloaded thin-vec v0.2.18
10872026-08-07T23:38:13.390Z Downloaded serde_derive_internals v0.29.1
10882026-08-07T23:38:13.390Z Downloaded slog-json v2.6.1
10892026-08-07T23:38:13.390Z Downloaded time-core v0.1.8
10902026-08-07T23:38:13.390Z Downloaded elliptic-curve v0.13.8
10912026-08-07T23:38:13.394Z Downloaded usdt-attr-macro v0.5.0
10922026-08-07T23:38:13.397Z Downloaded async-recursion v1.1.1
10932026-08-07T23:38:13.397Z Downloaded cc v1.2.63
10942026-08-07T23:38:13.403Z Downloaded tagptr v0.2.0
10952026-08-07T23:38:13.406Z Downloaded async-stream v0.3.6
10962026-08-07T23:38:13.406Z Downloaded icu_normalizer_data v2.2.0
10972026-08-07T23:38:13.409Z Downloaded jiff-static v0.2.28
10982026-08-07T23:38:13.409Z Downloaded log v0.4.32
10992026-08-07T23:38:13.412Z Downloaded smartstring v1.0.1
11002026-08-07T23:38:13.412Z Downloaded proc-macro-error-attr v1.0.4
11012026-08-07T23:38:13.415Z Downloaded backon v1.6.0
11022026-08-07T23:38:13.415Z Downloaded usdt-macro v0.6.0
11032026-08-07T23:38:13.418Z Downloaded async-trait v0.1.89
11042026-08-07T23:38:13.421Z Downloaded fs_extra v1.3.0
11052026-08-07T23:38:13.422Z Downloaded usdt-impl v0.6.0
11062026-08-07T23:38:13.422Z Downloaded whoami v1.6.1
11072026-08-07T23:38:13.425Z Downloaded xz2 v0.1.7
11082026-08-07T23:38:13.425Z Downloaded glob v0.3.3
11092026-08-07T23:38:13.425Z Downloaded serde-big-array v0.5.1
11102026-08-07T23:38:13.428Z Downloaded potential_utf v0.1.5
11112026-08-07T23:38:13.428Z Downloaded progenitor-macro v0.14.0
11122026-08-07T23:38:13.428Z Downloaded rustc-hash v2.1.2
11132026-08-07T23:38:13.434Z Downloaded slog-bunyan v2.5.0
11142026-08-07T23:38:13.434Z Downloaded stable_deref_trait v1.2.1
11152026-08-07T23:38:13.437Z Downloaded usdt-macro v0.5.0
11162026-08-07T23:38:13.437Z Downloaded zerovec-derive v0.11.3
11172026-08-07T23:38:13.437Z Downloaded futures-executor v0.3.32
11182026-08-07T23:38:13.437Z Downloaded omicron-zone-package v0.12.3
11192026-08-07T23:38:13.437Z Downloaded papergrid v0.11.0
11202026-08-07T23:38:13.441Z Downloaded anyhow v1.0.104
11212026-08-07T23:38:13.444Z Downloaded proc-macro-crate v1.3.1
11222026-08-07T23:38:13.444Z Downloaded unit-prefix v0.5.2
11232026-08-07T23:38:13.447Z Downloaded futures-task v0.3.32
11242026-08-07T23:38:13.447Z Downloaded darling v0.21.3
11252026-08-07T23:38:13.450Z Downloaded derive_more v0.99.20
11262026-08-07T23:38:13.453Z Downloaded secrecy v0.10.3
11272026-08-07T23:38:13.453Z Downloaded termtree v0.5.1
11282026-08-07T23:38:13.456Z Downloaded progenitor v0.10.0
11292026-08-07T23:38:13.456Z Downloaded progenitor v0.13.0
11302026-08-07T23:38:13.456Z Downloaded siphasher v1.0.3
11312026-08-07T23:38:13.460Z Downloaded zeroize_derive v1.4.3
11322026-08-07T23:38:13.460Z Downloaded rustls-platform-verifier v0.7.0
11332026-08-07T23:38:13.464Z Downloaded structmeta v0.3.0
11342026-08-07T23:38:13.468Z Downloaded schemars v0.8.22
11352026-08-07T23:38:13.473Z Downloaded darling_core v0.21.3
11362026-08-07T23:38:13.477Z Downloaded universal-hash v0.5.1
11372026-08-07T23:38:13.483Z Downloaded zeroize v1.8.2
11382026-08-07T23:38:13.483Z Downloaded quinn-udp v0.5.14
11392026-08-07T23:38:13.483Z Downloaded wait-timeout v0.2.1
11402026-08-07T23:38:13.483Z Downloaded schemars_derive v0.8.22
11412026-08-07T23:38:13.483Z Downloaded serde_tokenstream v0.2.3
11422026-08-07T23:38:13.491Z Downloaded slog-scope v4.4.1
11432026-08-07T23:38:13.491Z Downloaded tabled_derive v0.7.0
11442026-08-07T23:38:13.491Z Downloaded vsss-rs v3.3.4
11452026-08-07T23:38:13.491Z Downloaded arrayref v0.3.9
11462026-08-07T23:38:13.491Z Downloaded indicatif v0.18.4
11472026-08-07T23:38:13.491Z Downloaded slog-dtrace v0.3.0
11482026-08-07T23:38:13.495Z Downloaded futures-sink v0.3.32
11492026-08-07T23:38:13.495Z Downloaded yoke-derive v0.8.2
11502026-08-07T23:38:13.495Z Downloaded tokio-stream v0.1.18
11512026-08-07T23:38:13.495Z Downloaded hostname v0.3.1
11522026-08-07T23:38:13.495Z Downloaded toml v1.1.2+spec-1.1.0
11532026-08-07T23:38:13.495Z Downloaded typify v0.4.3
11542026-08-07T23:38:13.498Z Downloaded proc-macro-error2 v2.0.1
11552026-08-07T23:38:13.498Z Downloaded walkdir v2.5.0
11562026-08-07T23:38:13.501Z Downloaded progenitor-impl v0.14.0
11572026-08-07T23:38:13.501Z Downloaded fs-err v3.3.0
11582026-08-07T23:38:13.501Z Downloaded rustc_version v0.1.7
11592026-08-07T23:38:13.504Z Downloaded same-file v1.0.6
11602026-08-07T23:38:13.504Z Downloaded papergrid v0.18.0
11612026-08-07T23:38:13.507Z Downloaded semver v0.1.20
11622026-08-07T23:38:13.507Z Downloaded typify-macro v0.6.2
11632026-08-07T23:38:13.507Z Downloaded plain v0.2.3
11642026-08-07T23:38:13.511Z Downloaded zerofrom v0.1.8
11652026-08-07T23:38:13.514Z Downloaded darling_core v0.23.0
11662026-08-07T23:38:13.517Z Downloaded thiserror-no-std v2.0.2
11672026-08-07T23:38:13.521Z Downloaded tiny-keccak v2.0.2
11682026-08-07T23:38:13.521Z Downloaded zmij v1.0.21
11692026-08-07T23:38:13.524Z Downloaded rustls-pki-types v1.14.1
11702026-08-07T23:38:13.524Z Downloaded dropshot_endpoint v0.17.1
11712026-08-07T23:38:13.527Z Downloaded postcard v1.1.3
11722026-08-07T23:38:13.528Z Downloaded topological-sort v0.2.2
11732026-08-07T23:38:13.528Z Downloaded tinystr v0.8.3
11742026-08-07T23:38:13.531Z Downloaded icu_collections v2.2.0
11752026-08-07T23:38:13.535Z Downloaded icu_normalizer v2.2.0
11762026-08-07T23:38:13.538Z Downloaded slog-stdlog v4.1.1
11772026-08-07T23:38:13.538Z Downloaded proc-macro-error v1.0.4
11782026-08-07T23:38:13.541Z Downloaded rustversion v1.0.22
11792026-08-07T23:38:13.544Z Downloaded const_format v0.2.36
11802026-08-07T23:38:13.547Z Downloaded serde_yaml v0.9.34+deprecated
11812026-08-07T23:38:13.547Z Downloaded progenitor-client v0.10.0
11822026-08-07T23:38:13.550Z Downloaded usdt-attr-macro v0.6.0
11832026-08-07T23:38:13.553Z Downloaded zone v0.3.1
11842026-08-07T23:38:13.556Z Downloaded typify v0.6.2
11852026-08-07T23:38:13.559Z Downloaded hash32 v0.3.1
11862026-08-07T23:38:13.559Z Downloaded quick-error v1.2.3
11872026-08-07T23:38:13.562Z Downloaded group v0.13.0
11882026-08-07T23:38:13.565Z Downloaded utf-8 v0.7.6
11892026-08-07T23:38:13.566Z Downloaded progenitor-extras v0.2.0
11902026-08-07T23:38:13.571Z Downloaded scroll v0.13.0
11912026-08-07T23:38:13.574Z Downloaded simd-adler32 v0.3.9
11922026-08-07T23:38:13.574Z Downloaded progenitor-client v0.14.0
11932026-08-07T23:38:13.577Z Downloaded strum v0.27.2
11942026-08-07T23:38:13.577Z Downloaded progenitor-impl v0.13.0
11952026-08-07T23:38:13.577Z Downloaded futures-channel v0.3.32
11962026-08-07T23:38:13.581Z Downloaded minimal-lexical v0.2.1
11972026-08-07T23:38:13.584Z Downloaded tokio-tungstenite v0.21.0
11982026-08-07T23:38:13.584Z Downloaded rhai_codegen v3.2.0
11992026-08-07T23:38:13.587Z Downloaded openssl-sys v0.9.116
12002026-08-07T23:38:13.591Z Downloaded snafu-derive v0.8.9
12012026-08-07T23:38:13.592Z Downloaded async-stream-impl v0.3.6
12022026-08-07T23:38:13.595Z Downloaded heapless v0.8.0
12032026-08-07T23:38:13.595Z Downloaded testing_table v0.3.0
12042026-08-07T23:38:13.595Z Downloaded typify-macro v0.4.3
12052026-08-07T23:38:13.595Z Downloaded gethostname v0.5.0
12062026-08-07T23:38:13.595Z Downloaded pem v3.0.6
12072026-08-07T23:38:13.595Z Downloaded progenitor v0.14.0
12082026-08-07T23:38:13.598Z Downloaded rusty-fork v0.3.1
12092026-08-07T23:38:13.598Z Downloaded synstructure v0.13.2
12102026-08-07T23:38:13.598Z Downloaded slog-async v2.8.0
12112026-08-07T23:38:13.598Z Downloaded yoke v0.8.3
12122026-08-07T23:38:13.603Z Downloaded bytes v1.11.1
12132026-08-07T23:38:13.603Z Downloaded poly1305 v0.8.0
12142026-08-07T23:38:13.607Z Downloaded quote v1.0.45
12152026-08-07T23:38:13.607Z Downloaded smawk v0.3.2
12162026-08-07T23:38:13.607Z Downloaded spin v0.9.8
12172026-08-07T23:38:13.608Z Downloaded futures-core v0.3.32
12182026-08-07T23:38:13.611Z Downloaded backoff v0.4.0
12192026-08-07T23:38:13.611Z Downloaded pest_derive v2.8.6
12202026-08-07T23:38:13.611Z Downloaded resolv-conf v0.7.6
12212026-08-07T23:38:13.611Z Downloaded tungstenite v0.21.0
12222026-08-07T23:38:13.615Z Downloaded crossbeam-channel v0.5.15
12232026-08-07T23:38:13.619Z Downloaded thread_local v1.1.9
12242026-08-07T23:38:13.619Z Downloaded toml_writer v1.1.1+spec-1.1.0
12252026-08-07T23:38:13.619Z Downloaded snafu v0.8.9
12262026-08-07T23:38:13.622Z Downloaded toml_edit v0.25.12+spec-1.1.0
12272026-08-07T23:38:13.622Z Downloaded http v1.4.2
12282026-08-07T23:38:13.625Z Downloaded mio v1.2.1
12292026-08-07T23:38:13.628Z Downloaded usdt-impl v0.5.0
12302026-08-07T23:38:13.628Z Downloaded rustls-pemfile v2.2.0
12312026-08-07T23:38:13.632Z Downloaded hmac v0.12.1
12322026-08-07T23:38:13.636Z Downloaded rustls-native-certs v0.8.4
12332026-08-07T23:38:13.639Z Downloaded git-stub-vcs v0.1.0
12342026-08-07T23:38:13.642Z Downloaded tinyvec v1.11.0
12352026-08-07T23:38:13.645Z Downloaded arc-swap v1.9.1
12362026-08-07T23:38:13.648Z Downloaded memchr v2.8.1
12372026-08-07T23:38:13.651Z Downloaded bcs v0.1.6
12382026-08-07T23:38:13.651Z Downloaded expectorate v1.2.0
12392026-08-07T23:38:13.657Z Downloaded toml_parser v1.1.2+spec-1.1.0
12402026-08-07T23:38:13.660Z Downloaded half v2.7.1
12412026-08-07T23:38:13.668Z Downloaded schemars v0.9.0
12422026-08-07T23:38:13.676Z Downloaded test-strategy v0.4.5
12432026-08-07T23:38:13.680Z Downloaded itertools v0.12.1
12442026-08-07T23:38:13.683Z Downloaded nom v8.0.0
12452026-08-07T23:38:13.686Z Downloaded futures v0.3.32
12462026-08-07T23:38:13.690Z Downloaded unsafe-libyaml v0.2.11
12472026-08-07T23:38:13.690Z Downloaded proc-macro2 v1.0.106
12482026-08-07T23:38:13.693Z Downloaded pest_generator v2.8.6
12492026-08-07T23:38:13.693Z Downloaded smallvec v1.15.1
12502026-08-07T23:38:13.693Z Downloaded arrayvec v0.7.6
12512026-08-07T23:38:13.701Z Downloaded prettyplease v0.2.37
12522026-08-07T23:38:13.704Z Downloaded rand v0.8.6
12532026-08-07T23:38:13.708Z Downloaded nom v7.1.3
12542026-08-07T23:38:13.711Z Downloaded schemars v1.2.1
12552026-08-07T23:38:13.717Z Downloaded typed-path v0.9.3
12562026-08-07T23:38:13.721Z Downloaded hickory-resolver v0.25.2
12572026-08-07T23:38:13.724Z Downloaded slog v2.8.2
12582026-08-07T23:38:13.728Z Downloaded quinn v0.11.9
12592026-08-07T23:38:13.728Z Downloaded rayon-core v1.13.0
12602026-08-07T23:38:13.731Z Downloaded ucd-trie v0.1.7
12612026-08-07T23:38:13.731Z Downloaded allocator-api2 v0.2.21
12622026-08-07T23:38:13.734Z Downloaded hickory-resolver v0.24.4
12632026-08-07T23:38:13.734Z Downloaded similar v2.7.0
12642026-08-07T23:38:13.738Z Downloaded zerotrie v0.2.4
12652026-08-07T23:38:13.742Z Downloaded toml v0.7.8
12662026-08-07T23:38:13.745Z Downloaded toml v0.9.12+spec-1.1.0
12672026-08-07T23:38:13.745Z Downloaded getrandom v0.4.2
12682026-08-07T23:38:13.748Z Downloaded base64 v0.21.7
12692026-08-07T23:38:13.748Z Downloaded zerocopy-derive v0.7.35
12702026-08-07T23:38:13.752Z Downloaded qorb v0.4.1
12712026-08-07T23:38:13.756Z Downloaded pest_meta v2.8.6
12722026-08-07T23:38:13.756Z Downloaded rand v0.9.4
12732026-08-07T23:38:13.761Z Downloaded itertools v0.15.0
12742026-08-07T23:38:13.764Z Downloaded progenitor-impl v0.10.0
12752026-08-07T23:38:13.764Z Downloaded async-compression v0.4.42
12762026-08-07T23:38:13.767Z Downloaded toml_edit v0.19.15
12772026-08-07T23:38:13.775Z Downloaded pretty_assertions v1.4.1
12782026-08-07T23:38:13.778Z Downloaded hashbrown v0.12.3
12792026-08-07T23:38:13.778Z Downloaded yansi v1.0.1
12802026-08-07T23:38:13.781Z Downloaded zerocopy-derive v0.8.50
12812026-08-07T23:38:13.784Z Downloaded clap_builder v4.6.5
12822026-08-07T23:38:13.788Z Downloaded zerovec v0.11.6
12832026-08-07T23:38:13.791Z Downloaded tokio-util v0.7.18
12842026-08-07T23:38:13.797Z Downloaded dropshot-api-manager v0.7.2
12852026-08-07T23:38:13.805Z Downloaded steno v0.4.1
12862026-08-07T23:38:13.808Z Downloaded ron v0.12.1
12872026-08-07T23:38:13.812Z Downloaded winnow v0.5.40
12882026-08-07T23:38:13.817Z Downloaded icu_properties_data v2.2.0
12892026-08-07T23:38:13.824Z Downloaded libm v0.2.16
12902026-08-07T23:38:13.828Z Downloaded pest v2.8.6
12912026-08-07T23:38:13.832Z Downloaded tough v0.22.0
12922026-08-07T23:38:13.836Z Downloaded regex v1.12.3
12932026-08-07T23:38:13.848Z Downloaded winnow v1.0.3
12942026-08-07T23:38:13.865Z Downloaded iddqd v0.4.6
12952026-08-07T23:38:13.872Z Downloaded hashbrown v0.16.1
12962026-08-07T23:38:13.876Z Downloaded zerocopy v0.7.35
12972026-08-07T23:38:13.884Z Downloaded goblin v0.8.2
12982026-08-07T23:38:13.887Z Downloaded reqwest v0.13.4
12992026-08-07T23:38:13.892Z Downloaded blake3 v1.8.5
13002026-08-07T23:38:13.896Z Downloaded hkdf v0.12.4
13012026-08-07T23:38:13.899Z Downloaded rayon v1.12.0
13022026-08-07T23:38:13.902Z Downloaded aho-corasick v1.1.4
13032026-08-07T23:38:13.905Z Downloaded futures-util v0.3.32
13042026-08-07T23:38:13.914Z Downloaded h2 v0.4.14
13052026-08-07T23:38:13.926Z Downloaded syn v1.0.109
13062026-08-07T23:38:13.933Z Downloaded webpki-roots v1.0.7
13072026-08-07T23:38:13.940Z Downloaded moka v0.12.15
13082026-08-07T23:38:13.948Z Downloaded serde_with v3.21.0
13092026-08-07T23:38:13.957Z Downloaded goblin v0.10.7
13102026-08-07T23:38:13.961Z Downloaded tabled v0.15.0
13112026-08-07T23:38:13.971Z Downloaded proptest v1.11.0
13122026-08-07T23:38:13.976Z Downloaded aws-lc-rs v1.17.0
13132026-08-07T23:38:13.982Z Downloaded portable-atomic v1.13.1
13142026-08-07T23:38:13.988Z Downloaded tabled v0.21.0
13152026-08-07T23:38:13.997Z Downloaded syn v2.0.117
13162026-08-07T23:38:14.003Z Downloaded zerocopy v0.8.50
13172026-08-07T23:38:14.015Z Downloaded time v0.3.47
13182026-08-07T23:38:14.022Z Downloaded dropshot v0.17.1
13192026-08-07T23:38:14.035Z Downloaded bstr v1.12.1
13202026-08-07T23:38:14.040Z Downloaded regex-syntax v0.8.10
13212026-08-07T23:38:14.044Z Downloaded openapiv3 v2.2.0
13222026-08-07T23:38:14.050Z Downloaded smoltcp v0.11.0
13232026-08-07T23:38:14.057Z Downloaded hickory-proto v0.24.4
13242026-08-07T23:38:14.066Z Downloaded nix v0.31.3
13252026-08-07T23:38:14.075Z Downloaded openssl v0.10.80
13262026-08-07T23:38:14.080Z Downloaded hickory-proto v0.25.2
13272026-08-07T23:38:14.089Z Downloaded rustls v0.23.40
13282026-08-07T23:38:14.095Z Downloaded rhai v1.25.1
13292026-08-07T23:38:14.103Z Downloaded typify-impl v0.4.3
13302026-08-07T23:38:14.112Z Downloaded regress v0.11.1
13312026-08-07T23:38:14.119Z Downloaded regress v0.10.5
13322026-08-07T23:38:14.123Z Downloaded typify-impl v0.6.2
13332026-08-07T23:38:14.132Z Downloaded sled v0.34.7
13342026-08-07T23:38:14.150Z Downloaded regex-automata v0.4.14
13352026-08-07T23:38:14.159Z Downloaded petgraph v0.6.5
13362026-08-07T23:38:14.174Z Downloaded chrono-tz v0.10.4
13372026-08-07T23:38:14.183Z Downloaded lzma-sys v0.1.20
13382026-08-07T23:38:14.200Z Downloaded jiff v0.2.28
13392026-08-07T23:38:14.212Z Downloaded sha3 v0.10.9
13402026-08-07T23:38:14.215Z Downloaded csv v1.4.0
13412026-08-07T23:38:14.264Z Downloaded encoding_rs v0.8.35
13422026-08-07T23:38:14.795Z Downloaded aws-lc-sys v0.41.0
13432026-08-07T23:38:15.767Z Compiling proc-macro2 v1.0.106
13442026-08-07T23:38:15.767Z Compiling quote v1.0.45
13452026-08-07T23:38:15.767Z Compiling unicode-ident v1.0.24
13462026-08-07T23:38:15.772Z Compiling serde_core v1.0.229
13472026-08-07T23:38:15.772Z Compiling cfg-if v1.0.4
13482026-08-07T23:38:15.772Z Compiling serde v1.0.229
13492026-08-07T23:38:15.772Z Compiling libc v0.2.189
13502026-08-07T23:38:15.868Z Compiling memchr v2.8.1
13512026-08-07T23:38:15.971Z Compiling itoa v1.0.18
13522026-08-07T23:38:16.155Z Compiling zmij v1.0.21
13532026-08-07T23:38:16.189Z Compiling autocfg v1.5.1
13542026-08-07T23:38:16.235Z Compiling libm v0.2.16
13552026-08-07T23:38:16.534Z Compiling stable_deref_trait v1.2.1
13562026-08-07T23:38:16.582Z Compiling writeable v0.6.3
13572026-08-07T23:38:16.603Z Compiling litemap v0.8.2
13582026-08-07T23:38:16.731Z Compiling utf8_iter v1.0.4
13592026-08-07T23:38:16.766Z Compiling icu_normalizer_data v2.2.0
13602026-08-07T23:38:16.780Z Compiling icu_properties_data v2.2.0
13612026-08-07T23:38:16.791Z Compiling percent-encoding v2.3.2
13622026-08-07T23:38:16.827Z Compiling version_check v0.9.5
13632026-08-07T23:38:16.991Z Compiling iana-time-zone v0.1.65
13642026-08-07T23:38:17.080Z Compiling syn v2.0.117
13652026-08-07T23:38:17.096Z Compiling syn v3.0.3
13662026-08-07T23:38:17.155Z Compiling equivalent v1.0.2
13672026-08-07T23:38:17.174Z Compiling form_urlencoded v1.2.2
13682026-08-07T23:38:17.215Z Compiling allocator-api2 v0.2.21
13692026-08-07T23:38:17.234Z Compiling serde_json v1.0.151
13702026-08-07T23:38:17.247Z Compiling pin-project-lite v0.2.17
13712026-08-07T23:38:17.337Z Compiling dyn-clone v1.0.20
13722026-08-07T23:38:17.355Z Compiling scopeguard v1.2.0
13732026-08-07T23:38:17.461Z Compiling parking_lot_core v0.9.12
13742026-08-07T23:38:17.490Z Compiling lock_api v0.4.14
13752026-08-07T23:38:17.493Z Compiling num-traits v0.2.19
13762026-08-07T23:38:17.566Z Compiling hashbrown v0.17.1
13772026-08-07T23:38:17.717Z Compiling rand_core v0.10.1
13782026-08-07T23:38:17.749Z Compiling thiserror v2.0.19
13792026-08-07T23:38:17.785Z Compiling getrandom v0.4.2
13802026-08-07T23:38:17.860Z Compiling errno v0.3.14
13812026-08-07T23:38:18.016Z Compiling semver v1.0.28
13822026-08-07T23:38:18.118Z Compiling indexmap v2.14.0
13832026-08-07T23:38:18.259Z Compiling log v0.4.32
13842026-08-07T23:38:18.320Z Compiling heck v0.5.0
13852026-08-07T23:38:18.343Z Compiling zerocopy v0.8.50
13862026-08-07T23:38:18.440Z Compiling futures-core v0.3.32
13872026-08-07T23:38:18.568Z Compiling uuid v1.24.0
13882026-08-07T23:38:18.586Z Compiling futures-sink v0.3.32
13892026-08-07T23:38:18.687Z Compiling schemars v0.8.22
13902026-08-07T23:38:18.751Z Compiling fnv v1.0.7
13912026-08-07T23:38:18.761Z Compiling slab v0.4.12
13922026-08-07T23:38:18.841Z Compiling jobserver v0.1.34
13932026-08-07T23:38:18.930Z Compiling find-msvc-tools v0.1.9
13942026-08-07T23:38:18.943Z Compiling rustversion v1.0.22
13952026-08-07T23:38:18.996Z Compiling shlex v2.0.1
13962026-08-07T23:38:19.153Z Compiling cc v1.2.63
13972026-08-07T23:38:19.153Z Compiling futures-channel v0.3.32
13982026-08-07T23:38:19.157Z Compiling bitflags v2.12.1
13992026-08-07T23:38:19.183Z Compiling portable-atomic v1.13.1
14002026-08-07T23:38:19.381Z Compiling futures-io v0.3.32
14012026-08-07T23:38:19.403Z Compiling futures-task v0.3.32
14022026-08-07T23:38:19.536Z Compiling socket2 v0.6.5
14032026-08-07T23:38:19.574Z Compiling critical-section v1.2.0
14042026-08-07T23:38:19.646Z Compiling signal-hook-registry v1.4.8
14052026-08-07T23:38:19.676Z Compiling mio v1.2.1
14062026-08-07T23:38:19.866Z Compiling synstructure v0.13.2
14072026-08-07T23:38:19.946Z Compiling serde_derive_internals v0.29.1
14082026-08-07T23:38:19.961Z Compiling serde_derive v1.0.229
14092026-08-07T23:38:19.984Z Compiling thiserror-impl v2.0.19
14102026-08-07T23:38:20.191Z Compiling once_cell v1.21.4
14112026-08-07T23:38:20.201Z Compiling cmake v0.1.58
14122026-08-07T23:38:20.406Z Compiling typenum v1.20.1
14132026-08-07T23:38:20.431Z Compiling dunce v1.0.5
14142026-08-07T23:38:20.480Z Compiling fs_extra v1.3.0
14152026-08-07T23:38:20.524Z Compiling base64 v0.22.1
14162026-08-07T23:38:20.527Z Compiling regex-syntax v0.8.10
14172026-08-07T23:38:20.723Z Compiling slog v2.8.2
14182026-08-07T23:38:20.740Z Compiling aws-lc-sys v0.41.0
14192026-08-07T23:38:20.868Z Compiling byteorder v1.5.0
14202026-08-07T23:38:20.948Z Compiling subtle v2.6.1
14212026-08-07T23:38:21.089Z Compiling zerofrom-derive v0.1.7
14222026-08-07T23:38:21.101Z Compiling yoke-derive v0.8.2
14232026-08-07T23:38:21.113Z Compiling zerovec-derive v0.11.3
14242026-08-07T23:38:21.208Z Compiling displaydoc v0.2.6
14252026-08-07T23:38:21.248Z Compiling schemars_derive v0.8.22
14262026-08-07T23:38:21.730Z Compiling tokio-macros v2.7.0
14272026-08-07T23:38:22.005Z Compiling zerocopy-derive v0.8.50
14282026-08-07T23:38:22.177Z Compiling zeroize_derive v1.4.3
14292026-08-07T23:38:22.205Z Compiling futures-macro v0.3.32
14302026-08-07T23:38:22.308Z Compiling zerofrom v0.1.8
14312026-08-07T23:38:22.432Z Compiling yoke v0.8.3
14322026-08-07T23:38:22.550Z Compiling strsim v0.11.1
14332026-08-07T23:38:22.621Z Compiling zerovec v0.11.6
14342026-08-07T23:38:22.851Z Compiling zerotrie v0.2.4
14352026-08-07T23:38:22.862Z Compiling zeroize v1.8.2
14362026-08-07T23:38:23.030Z Compiling bytes v1.11.1
14372026-08-07T23:38:23.052Z Compiling smallvec v1.15.1
14382026-08-07T23:38:23.090Z Compiling tinystr v0.8.3
14392026-08-07T23:38:23.141Z Compiling potential_utf v0.1.5
14402026-08-07T23:38:23.153Z Compiling chrono v0.4.45
14412026-08-07T23:38:23.164Z Compiling futures-util v0.3.32
14422026-08-07T23:38:23.276Z Compiling icu_locale_core v2.2.0
14432026-08-07T23:38:23.286Z Compiling icu_collections v2.2.0
14442026-08-07T23:38:23.588Z Compiling parking_lot v0.12.5
14452026-08-07T23:38:23.653Z Compiling http v1.4.2
14462026-08-07T23:38:23.785Z Compiling tokio v1.53.1
14472026-08-07T23:38:23.987Z Compiling icu_provider v2.2.0
14482026-08-07T23:38:24.306Z Compiling icu_properties v2.2.0
14492026-08-07T23:38:24.321Z Compiling icu_normalizer v2.2.0
14502026-08-07T23:38:24.620Z Compiling serde_tokenstream v0.2.3
14512026-08-07T23:38:24.631Z Compiling rustix v1.1.4
14522026-08-07T23:38:24.894Z Compiling erased-serde v0.3.31
14532026-08-07T23:38:24.921Z Compiling http-body v1.0.1
14542026-08-07T23:38:25.103Z Compiling httparse v1.10.1
14552026-08-07T23:38:25.172Z Compiling atomic-waker v1.1.2
14562026-08-07T23:38:25.297Z Compiling idna_adapter v1.2.2
14572026-08-07T23:38:25.407Z Compiling idna v1.1.0
14582026-08-07T23:38:25.448Z Compiling getrandom v0.3.4
14592026-08-07T23:38:25.536Z Compiling ipnet v2.12.0
14602026-08-07T23:38:25.590Z Compiling tower-layer v0.3.3
14612026-08-07T23:38:25.748Z Compiling url v2.5.8
14622026-08-07T23:38:25.774Z Compiling tower-service v0.3.3
14632026-08-07T23:38:25.863Z Compiling getrandom v0.2.17
14642026-08-07T23:38:26.044Z Compiling ryu v1.0.23
14652026-08-07T23:38:26.055Z Compiling ucd-trie v0.1.7
14662026-08-07T23:38:26.142Z Compiling thiserror v1.0.69
14672026-08-07T23:38:26.173Z Compiling try-lock v0.2.5
14682026-08-07T23:38:26.277Z Compiling ppv-lite86 v0.2.21
14692026-08-07T23:38:26.347Z Compiling untrusted v0.9.0
14702026-08-07T23:38:26.366Z Compiling want v0.3.1
14712026-08-07T23:38:26.464Z Compiling pest v2.8.6
14722026-08-07T23:38:26.531Z Compiling rand_core v0.6.4
14732026-08-07T23:38:26.591Z Compiling thiserror-impl v1.0.69
14742026-08-07T23:38:26.608Z Compiling httpdate v1.0.3
14752026-08-07T23:38:26.619Z Compiling pretty-hex v0.4.2
14762026-08-07T23:38:26.748Z Compiling winnow v1.0.3
14772026-08-07T23:38:26.751Z Compiling plain v0.2.3
14782026-08-07T23:38:26.845Z Compiling paste v1.0.15
14792026-08-07T23:38:26.860Z Compiling foldhash v0.2.0
14802026-08-07T23:38:27.092Z Compiling ipnetwork v0.21.1
14812026-08-07T23:38:27.165Z Compiling tracing-attributes v0.1.31
14822026-08-07T23:38:27.522Z Compiling pest_meta v2.8.6
14832026-08-07T23:38:27.699Z Compiling oxnet v0.1.6
14842026-08-07T23:38:27.711Z Compiling tracing-core v0.1.36
14852026-08-07T23:38:27.817Z Compiling omicron-workspace-hack v0.1.0
14862026-08-07T23:38:27.828Z Compiling ident_case v1.0.1
14872026-08-07T23:38:28.037Z Compiling serde_urlencoded v0.7.1
14882026-08-07T23:38:28.150Z Compiling pest_generator v2.8.6
14892026-08-07T23:38:28.274Z Compiling http-body-util v0.1.4
14902026-08-07T23:38:28.304Z Compiling aho-corasick v1.1.4
14912026-08-07T23:38:28.361Z Compiling tracing v0.1.44
14922026-08-07T23:38:28.416Z Compiling fastrand v2.4.1
14932026-08-07T23:38:28.598Z Compiling sync_wrapper v1.0.2
14942026-08-07T23:38:28.675Z Compiling daft-derive v0.1.7
14952026-08-07T23:38:28.751Z Compiling hashbrown v0.16.1
14962026-08-07T23:38:28.793Z Compiling pest_derive v2.8.6
14972026-08-07T23:38:29.330Z Compiling regex-automata v0.4.14
14982026-08-07T23:38:29.358Z Compiling tokio-util v0.7.18
14992026-08-07T23:38:29.430Z Compiling scroll_derive v0.13.1
15002026-08-07T23:38:29.683Z Compiling async-trait v0.1.89
15012026-08-07T23:38:29.880Z Compiling num-conv v0.2.2
15022026-08-07T23:38:30.038Z Compiling anyhow v1.0.104
15032026-08-07T23:38:30.165Z Compiling aws-lc-rs v1.17.0
15042026-08-07T23:38:30.301Z Compiling powerfmt v0.2.0
15052026-08-07T23:38:30.376Z Compiling time-core v0.1.8
15062026-08-07T23:38:30.462Z Compiling deranged v0.5.8
15072026-08-07T23:38:30.512Z Compiling scroll v0.13.0
15082026-08-07T23:38:30.515Z Compiling time-macros v0.2.27
15092026-08-07T23:38:30.715Z Compiling rustls-pki-types v1.14.1
15102026-08-07T23:38:30.776Z Compiling num_threads v0.1.7
15112026-08-07T23:38:30.851Z Compiling openssl-probe v0.2.1
15122026-08-07T23:38:30.870Z Compiling hex v0.4.3
15132026-08-07T23:38:31.038Z Compiling regex v1.12.3
15142026-08-07T23:38:31.122Z Compiling goblin v0.10.7
15152026-08-07T23:38:31.441Z Compiling untrusted v0.7.1
15162026-08-07T23:38:31.511Z Compiling camino v1.2.5
15172026-08-07T23:38:31.559Z Compiling crc32fast v1.5.0
15182026-08-07T23:38:31.586Z Compiling usdt-impl v0.6.0
15192026-08-07T23:38:31.775Z Compiling rustls v0.23.40
15202026-08-07T23:38:31.882Z Compiling rand_core v0.9.5
15212026-08-07T23:38:31.896Z Compiling h2 v0.4.14
15222026-08-07T23:38:31.974Z Compiling dtrace-parser v0.3.0
15232026-08-07T23:38:31.985Z Compiling futures-executor v0.3.32
15242026-08-07T23:38:32.264Z Compiling crossbeam-utils v0.8.21
15252026-08-07T23:38:32.294Z Compiling structmeta-derive v0.3.0
15262026-08-07T23:38:32.457Z Compiling thread-id v5.1.0
15272026-08-07T23:38:32.537Z Compiling quick-error v1.2.3
15282026-08-07T23:38:32.572Z Compiling adler2 v2.0.1
15292026-08-07T23:38:32.639Z Compiling simd-adler32 v0.3.9
15302026-08-07T23:38:32.700Z Compiling cpufeatures v0.3.0
15312026-08-07T23:38:32.772Z Compiling miniz_oxide v0.8.9
15322026-08-07T23:38:32.840Z Compiling futures v0.3.32
15332026-08-07T23:38:32.916Z Compiling rand_chacha v0.9.0
15342026-08-07T23:38:33.325Z Compiling structmeta v0.3.0
15352026-08-07T23:38:33.346Z Compiling darling_core v0.23.0
15362026-08-07T23:38:33.349Z Compiling newtype-uuid-macros v0.1.0
15372026-08-07T23:38:33.412Z Compiling hybrid-array v0.4.12
15382026-08-07T23:38:33.667Z Compiling thread_local v1.1.9
15392026-08-07T23:38:33.863Z Compiling bit-vec v0.8.0
15402026-08-07T23:38:33.933Z Compiling hyper v1.11.0
15412026-08-07T23:38:34.102Z Compiling dof v0.4.0
15422026-08-07T23:38:34.146Z Compiling match_cfg v0.1.0
15432026-08-07T23:38:34.214Z Compiling bit-set v0.8.0
15442026-08-07T23:38:34.315Z Compiling flate2 v1.1.9
15452026-08-07T23:38:34.371Z Compiling rand v0.9.4
15462026-08-07T23:38:34.964Z Compiling newtype-uuid v1.3.2
15472026-08-07T23:38:35.369Z Compiling hyper-util v0.1.20
15482026-08-07T23:38:35.468Z Compiling darling_macro v0.23.0
15492026-08-07T23:38:35.671Z Compiling unarray v0.1.4
15502026-08-07T23:38:35.737Z Compiling ref-cast v1.0.25
15512026-08-07T23:38:35.777Z Compiling slog-async v2.8.0
15522026-08-07T23:38:35.791Z Compiling compression-core v0.4.32
15532026-08-07T23:38:35.946Z Compiling compression-codecs v0.4.38
15542026-08-07T23:38:36.078Z Compiling darling v0.23.0
15552026-08-07T23:38:36.106Z Compiling daft v0.1.7
15562026-08-07T23:38:36.118Z Compiling block-buffer v0.12.0
15572026-08-07T23:38:36.130Z Compiling usdt-macro v0.6.0
15582026-08-07T23:38:36.152Z Compiling usdt-attr-macro v0.6.0
15592026-08-07T23:38:36.213Z Compiling crypto-common v0.2.2
15602026-08-07T23:38:36.282Z Compiling ref-cast-impl v1.0.25
15612026-08-07T23:38:36.371Z Compiling strum_macros v0.26.4
15622026-08-07T23:38:36.697Z Compiling serde_spanned v1.1.1
15632026-08-07T23:38:36.849Z Compiling generic-array v0.14.7
15642026-08-07T23:38:36.886Z Compiling multer v3.1.0
15652026-08-07T23:38:37.066Z Compiling take_mut v0.2.2
15662026-08-07T23:38:37.079Z Compiling const-oid v0.10.2
15672026-08-07T23:38:37.108Z Compiling term v1.2.1
15682026-08-07T23:38:37.169Z Compiling debug-ignore v1.0.5
15692026-08-07T23:38:37.169Z Compiling toml_writer v1.1.1+spec-1.1.0
15702026-08-07T23:38:37.255Z Compiling digest v0.11.3
15712026-08-07T23:38:37.342Z Compiling serde_with_macros v3.21.0
15722026-08-07T23:38:37.385Z Compiling tempfile v3.27.0
15732026-08-07T23:38:37.401Z Compiling async-stream-impl v0.3.6
15742026-08-07T23:38:37.413Z Compiling dropshot v0.17.1
15752026-08-07T23:38:37.633Z Compiling encoding_rs v0.8.35
15762026-08-07T23:38:37.794Z Compiling spin v0.9.8
15772026-08-07T23:38:37.807Z Compiling mime v0.3.17
15782026-08-07T23:38:38.015Z Compiling strum v0.26.3
15792026-08-07T23:38:38.040Z Compiling syn v1.0.109
15802026-08-07T23:38:38.072Z Compiling async-stream v0.3.6
15812026-08-07T23:38:38.136Z Compiling sha1 v0.11.0
15822026-08-07T23:38:38.241Z Compiling derive-ex v0.1.8
15832026-08-07T23:38:38.373Z Compiling tower v0.5.3
15842026-08-07T23:38:38.390Z Compiling waitgroup v0.1.2
15852026-08-07T23:38:38.408Z Compiling dropshot_endpoint v0.17.1
15862026-08-07T23:38:38.471Z Compiling macaddr v1.0.1
15872026-08-07T23:38:38.521Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15882026-08-07T23:38:38.683Z Compiling serde_path_to_error v0.1.20
15892026-08-07T23:38:38.989Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15902026-08-07T23:38:39.033Z Compiling tower-http v0.6.11
15912026-08-07T23:38:39.152Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15922026-08-07T23:38:39.278Z Compiling openapiv3 v2.2.0
15932026-08-07T23:38:39.321Z Compiling strum_macros v0.27.2
15942026-08-07T23:38:39.447Z Compiling instant v0.1.13
15952026-08-07T23:38:39.552Z Compiling time v0.3.47
15962026-08-07T23:38:39.789Z Compiling test-strategy v0.4.5
15972026-08-07T23:38:40.891Z Compiling rustls-native-certs v0.8.4
15982026-08-07T23:38:40.962Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15992026-08-07T23:38:41.184Z Compiling strum v0.27.2
16002026-08-07T23:38:41.197Z Compiling crossbeam-channel v0.5.15
16012026-08-07T23:38:41.233Z Compiling wait-timeout v0.2.1
16022026-08-07T23:38:41.312Z Compiling crypto-common v0.1.7
16032026-08-07T23:38:41.445Z Compiling rusty-fork v0.3.1
16042026-08-07T23:38:41.591Z Compiling parse-display-derive v0.10.0
16052026-08-07T23:38:41.654Z Compiling rand_xorshift v0.4.0
16062026-08-07T23:38:41.678Z Compiling backon v1.6.0
16072026-08-07T23:38:41.802Z Compiling rand_chacha v0.3.1
16082026-08-07T23:38:41.894Z Compiling either v1.16.0
16092026-08-07T23:38:42.104Z Compiling rand v0.8.6
16102026-08-07T23:38:42.348Z Compiling proptest v1.11.0
16112026-08-07T23:38:42.751Z Compiling slog-json v2.6.1
16122026-08-07T23:38:42.880Z Compiling hostname v0.3.1
16132026-08-07T23:38:42.947Z Compiling toml_parser v1.1.2+spec-1.1.0
16142026-08-07T23:38:42.958Z Compiling toml_datetime v1.1.1+spec-1.1.0
16152026-08-07T23:38:43.008Z Compiling is-terminal v0.4.17
16162026-08-07T23:38:43.103Z Compiling memmap2 v0.9.10
16172026-08-07T23:38:43.251Z Compiling slog-term v2.9.2
16182026-08-07T23:38:43.314Z Compiling toml v1.1.2+spec-1.1.0
16192026-08-07T23:38:43.630Z Compiling usdt v0.6.0
16202026-08-07T23:38:43.661Z Compiling slog-bunyan v2.5.0
16212026-08-07T23:38:43.790Z Compiling serde_with v3.21.0
16222026-08-07T23:38:43.848Z Compiling async-compression v0.4.42
16232026-08-07T23:38:43.895Z Compiling rustls-pemfile v2.2.0
16242026-08-07T23:38:44.090Z Compiling regress v0.10.5
16252026-08-07T23:38:44.157Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16262026-08-07T23:38:44.238Z Compiling hostname v0.4.2
16272026-08-07T23:38:44.379Z Compiling humantime v2.3.0
16282026-08-07T23:38:44.803Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16292026-08-07T23:38:44.909Z Compiling iddqd v0.4.6
16302026-08-07T23:38:45.429Z Compiling reqwest v0.12.28
16312026-08-07T23:38:45.432Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16322026-08-07T23:38:45.619Z Compiling block-buffer v0.10.4
16332026-08-07T23:38:45.682Z Compiling utf8parse v0.2.2
16342026-08-07T23:38:45.791Z Compiling anstyle-parse v1.0.0
16352026-08-07T23:38:45.938Z Compiling digest v0.10.7
16362026-08-07T23:38:45.977Z Compiling parse-display v0.10.0
16372026-08-07T23:38:46.160Z Compiling backoff v0.4.0
16382026-08-07T23:38:46.194Z Compiling itertools v0.14.0
16392026-08-07T23:38:46.230Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16402026-08-07T23:38:46.310Z Compiling is_terminal_polyfill v1.70.2
16412026-08-07T23:38:46.361Z Compiling colorchoice v1.0.5
16422026-08-07T23:38:46.400Z Compiling progenitor-client v0.10.0
16432026-08-07T23:38:46.470Z Compiling anstyle v1.0.14
16442026-08-07T23:38:46.670Z Compiling anstyle-query v1.1.5
16452026-08-07T23:38:46.778Z Compiling anstream v1.0.0
16462026-08-07T23:38:47.196Z Compiling clap_lex v1.1.0
16472026-08-07T23:38:47.701Z Compiling regress v0.11.1
16482026-08-07T23:38:47.994Z Compiling clap_derive v4.6.4
16492026-08-07T23:38:48.978Z Compiling terminal_size v0.4.4
16502026-08-07T23:38:49.249Z Compiling typify-impl v0.6.2
16512026-08-07T23:38:49.795Z Compiling toml_datetime v0.6.11
16522026-08-07T23:38:49.906Z Compiling zerocopy-derive v0.7.35
16532026-08-07T23:38:50.324Z Compiling cpufeatures v0.2.17
16542026-08-07T23:38:50.398Z Compiling convert_case v0.4.0
16552026-08-07T23:38:50.699Z Compiling derive_more v0.99.20
16562026-08-07T23:38:50.802Z Compiling zerocopy v0.7.35
16572026-08-07T23:38:51.029Z Compiling clap_builder v4.6.5
16582026-08-07T23:38:51.723Z Compiling toml_edit v0.25.12+spec-1.1.0
16592026-08-07T23:38:52.065Z Compiling unicode-width v0.2.2
16602026-08-07T23:38:52.342Z Compiling proc-macro-crate v3.5.0
16612026-08-07T23:38:52.607Z Compiling clap v4.6.5
16622026-08-07T23:38:52.746Z Compiling secrecy v0.10.3
16632026-08-07T23:38:52.759Z Compiling crucible-workspace-hack v0.1.0
16642026-08-07T23:38:52.901Z Compiling float-ord v0.3.2
16652026-08-07T23:38:52.964Z Compiling tinyvec_macros v0.1.1
16662026-08-07T23:38:53.022Z Compiling tinyvec v1.11.0
16672026-08-07T23:38:53.046Z Compiling num_enum_derive v0.7.6
16682026-08-07T23:38:53.433Z Compiling dtrace-parser v0.2.0
16692026-08-07T23:38:53.476Z Compiling scroll_derive v0.12.1
16702026-08-07T23:38:53.600Z Compiling num-integer v0.1.46
16712026-08-07T23:38:53.918Z Compiling rustc_version v0.4.1
16722026-08-07T23:38:54.079Z Compiling usdt-impl v0.5.0
16732026-08-07T23:38:54.185Z Compiling scroll v0.12.0
16742026-08-07T23:38:54.188Z Compiling curve25519-dalek v4.1.3
16752026-08-07T23:38:54.293Z Compiling num_enum v0.7.6
16762026-08-07T23:38:54.470Z Compiling dof v0.3.0
16772026-08-07T23:38:54.651Z Compiling hmac v0.12.1
16782026-08-07T23:38:54.785Z Compiling inout v0.1.4
16792026-08-07T23:38:54.806Z Compiling darling_core v0.21.3
16802026-08-07T23:38:54.831Z Compiling ff v0.13.1
16812026-08-07T23:38:54.856Z Compiling thread-id v4.2.2
16822026-08-07T23:38:54.890Z Compiling cipher v0.4.4
16832026-08-07T23:38:54.933Z Compiling group v0.13.0
16842026-08-07T23:38:55.156Z Compiling hkdf v0.12.4
16852026-08-07T23:38:55.477Z Compiling goblin v0.8.2
16862026-08-07T23:38:55.500Z Compiling num-rational v0.4.2
16872026-08-07T23:38:55.593Z Compiling typify-macro v0.6.2
16882026-08-07T23:38:55.688Z Compiling num-iter v0.1.45
16892026-08-07T23:38:55.806Z Compiling thiserror-impl-no-std v2.0.2
16902026-08-07T23:38:55.843Z Compiling universal-hash v0.5.1
16912026-08-07T23:38:55.912Z Compiling crypto-bigint v0.5.5
16922026-08-07T23:38:55.969Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16932026-08-07T23:38:56.258Z Compiling crossbeam-epoch v0.9.18
16942026-08-07T23:38:56.594Z Compiling half v2.7.1
16952026-08-07T23:38:56.630Z Compiling curve25519-dalek-derive v0.1.1
16962026-08-07T23:38:56.887Z Compiling num-complex v0.4.6
16972026-08-07T23:38:56.981Z Compiling darling_macro v0.21.3
16982026-08-07T23:38:57.167Z Compiling ciborium-io v0.2.2
16992026-08-07T23:38:57.258Z Compiling base16ct v0.2.0
17002026-08-07T23:38:57.269Z Compiling opaque-debug v0.3.1
17012026-08-07T23:38:57.298Z Compiling base64ct v1.8.3
17022026-08-07T23:38:57.332Z Compiling poly1305 v0.8.0
17032026-08-07T23:38:57.357Z Compiling elliptic-curve v0.13.8
17042026-08-07T23:38:57.567Z Compiling darling v0.21.3
17052026-08-07T23:38:57.587Z Compiling password-hash v0.5.0
17062026-08-07T23:38:57.644Z Compiling ciborium-ll v0.2.2
17072026-08-07T23:38:57.738Z Compiling typify v0.6.2
17082026-08-07T23:38:57.824Z Compiling num v0.4.3
17092026-08-07T23:38:57.902Z Compiling thiserror-no-std v2.0.2
17102026-08-07T23:38:58.442Z Compiling chacha20 v0.9.1
17112026-08-07T23:38:58.515Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17122026-08-07T23:38:58.559Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17132026-08-07T23:38:59.077Z Compiling blake2 v0.10.6
17142026-08-07T23:38:59.201Z Compiling aead v0.5.2
17152026-08-07T23:38:59.358Z Compiling byte-wrapper v0.1.0
17162026-08-07T23:38:59.465Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17172026-08-07T23:38:59.527Z Compiling proc-macro-error-attr v1.0.4
17182026-08-07T23:38:59.776Z Compiling prettyplease v0.2.37
17192026-08-07T23:38:59.789Z Compiling unsafe-libyaml v0.2.11
17202026-08-07T23:38:59.879Z Compiling heapless v0.8.0
17212026-08-07T23:39:00.004Z Compiling rustix v0.38.44
17222026-08-07T23:39:00.230Z Compiling keccak v0.1.6
17232026-08-07T23:39:00.433Z Compiling sha3 v0.10.9
17242026-08-07T23:39:00.483Z Compiling serde_yaml v0.9.34+deprecated
17252026-08-07T23:39:00.782Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17262026-08-07T23:39:01.264Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-08-07T23:39:01.711Z Compiling chacha20poly1305 v0.10.1
17282026-08-07T23:39:01.727Z Compiling argon2 v0.5.3
17292026-08-07T23:39:01.867Z Compiling vsss-rs v3.3.4
17302026-08-07T23:39:02.019Z Compiling ciborium v0.2.2
17312026-08-07T23:39:02.047Z Compiling ingot-macros v0.1.1
17322026-08-07T23:39:02.557Z Compiling usdt-macro v0.5.0
17332026-08-07T23:39:02.589Z Compiling usdt-attr-macro v0.5.0
17342026-08-07T23:39:03.711Z Compiling serde_spanned v0.6.9
17352026-08-07T23:39:03.857Z Compiling enum-as-inner v0.6.1
17362026-08-07T23:39:03.937Z Compiling hash32 v0.3.1
17372026-08-07T23:39:04.086Z Compiling proc-macro-error v1.0.4
17382026-08-07T23:39:04.326Z Compiling memmap v0.7.0
17392026-08-07T23:39:04.389Z Compiling memoffset v0.9.1
17402026-08-07T23:39:04.397Z Compiling smoltcp v0.11.0
17412026-08-07T23:39:04.426Z Compiling static_assertions v1.1.0
17422026-08-07T23:39:04.496Z Compiling indent_write v2.2.0
17432026-08-07T23:39:04.516Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17442026-08-07T23:39:04.647Z Compiling winnow v0.5.40
17452026-08-07T23:39:04.693Z Compiling data-encoding v2.11.0
17462026-08-07T23:39:04.709Z Compiling cfg_aliases v0.2.1
17472026-08-07T23:39:04.715Z Compiling winnow v0.7.15
17482026-08-07T23:39:04.743Z Compiling toml_write v0.1.2
17492026-08-07T23:39:04.769Z Compiling nix v0.31.3
17502026-08-07T23:39:04.774Z Compiling ingot-types v0.1.2
17512026-08-07T23:39:05.034Z Compiling usdt v0.5.0
17522026-08-07T23:39:05.327Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-08-07T23:39:05.361Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17542026-08-07T23:39:05.456Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-08-07T23:39:05.713Z Compiling tabwriter v1.4.1
17562026-08-07T23:39:05.958Z Compiling toml_edit v0.19.15
17572026-08-07T23:39:06.026Z Compiling toml_edit v0.22.27
17582026-08-07T23:39:06.218Z Compiling rustls-webpki v0.103.13
17592026-08-07T23:39:06.455Z Compiling cobs v0.3.0
17602026-08-07T23:39:06.611Z Compiling serde_repr v0.1.21
17612026-08-07T23:39:06.653Z Compiling bitflags v1.3.2
17622026-08-07T23:39:07.182Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17632026-08-07T23:39:07.252Z Compiling vcpkg v0.2.15
17642026-08-07T23:39:07.256Z Compiling pkg-config v0.3.33
17652026-08-07T23:39:07.392Z Compiling managed v0.8.0
17662026-08-07T23:39:07.698Z Compiling toml v0.8.23
17672026-08-07T23:39:07.794Z Compiling openssl-sys v0.9.116
17682026-08-07T23:39:07.982Z Compiling proc-macro-crate v1.3.1
17692026-08-07T23:39:08.310Z Compiling postcard v1.1.3
17702026-08-07T23:39:08.655Z Compiling ingot v0.1.1
17712026-08-07T23:39:08.749Z Compiling hubpack_derive v0.1.1
17722026-08-07T23:39:09.285Z Compiling foreign-types-macros v0.2.3
17732026-08-07T23:39:09.321Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17742026-08-07T23:39:09.355Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17752026-08-07T23:39:09.496Z Compiling resolv-conf v0.7.6
17762026-08-07T23:39:09.590Z Compiling tokio-rustls v0.26.4
17772026-08-07T23:39:09.631Z Compiling rustls-platform-verifier v0.7.0
17782026-08-07T23:39:09.855Z Compiling hyper-rustls v0.27.9
17792026-08-07T23:39:10.138Z Compiling reqwest v0.13.4
17802026-08-07T23:39:10.621Z Compiling foreign-types-shared v0.3.1
17812026-08-07T23:39:10.717Z Compiling rayon-core v1.13.0
17822026-08-07T23:39:10.915Z Compiling colored v3.1.1
17832026-08-07T23:39:10.936Z Compiling unicode-segmentation v1.13.3
17842026-08-07T23:39:11.196Z Compiling linked-hash-map v0.5.6
17852026-08-07T23:39:11.316Z Compiling heck v0.4.1
17862026-08-07T23:39:11.362Z Compiling semver v0.1.20
17872026-08-07T23:39:11.381Z Compiling progenitor-client v0.14.0
17882026-08-07T23:39:11.515Z Compiling swrite v0.1.0
17892026-08-07T23:39:11.610Z Compiling progenitor-extras v0.2.0
17902026-08-07T23:39:11.621Z Compiling rustc_version v0.1.7
17912026-08-07T23:39:11.680Z Compiling lru-cache v0.1.2
17922026-08-07T23:39:11.815Z Compiling newline-converter v0.3.0
17932026-08-07T23:39:11.860Z Compiling foreign-types v0.5.0
17942026-08-07T23:39:11.926Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17952026-08-07T23:39:12.097Z Compiling hubpack v0.1.2
17962026-08-07T23:39:12.387Z Compiling num_enum_derive v0.5.11
17972026-08-07T23:39:12.959Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-08-07T23:39:13.543Z Compiling atomicwrites v0.4.4
17992026-08-07T23:39:13.746Z Compiling hickory-proto v0.24.4
18002026-08-07T23:39:14.460Z Compiling progenitor-impl v0.13.0
18012026-08-07T23:39:14.786Z Compiling crossbeam-deque v0.8.6
18022026-08-07T23:39:14.982Z Compiling console v0.15.11
18032026-08-07T23:39:15.619Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18042026-08-07T23:39:15.682Z Compiling camino-tempfile v1.4.1
18052026-08-07T23:39:15.928Z Compiling chacha20 v0.10.0
18062026-08-07T23:39:16.136Z Compiling serde-big-array v0.5.1
18072026-08-07T23:39:16.198Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-08-07T23:39:16.278Z Compiling num-derive v0.4.2
18092026-08-07T23:39:16.725Z Compiling pin-project-internal v1.1.13
18102026-08-07T23:39:16.853Z Compiling derive-where v1.6.1
18112026-08-07T23:39:17.116Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-07T23:39:17.224Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-07T23:39:17.822Z Compiling cstr-argument v0.1.2
18142026-08-07T23:39:17.982Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
18152026-08-07T23:39:18.106Z Compiling similar v2.7.0
18162026-08-07T23:39:18.117Z Compiling siphasher v1.0.3
18172026-08-07T23:39:18.200Z Compiling minimal-lexical v0.2.1
18182026-08-07T23:39:18.314Z Compiling phf_shared v0.12.1
18192026-08-07T23:39:18.462Z Compiling nom v7.1.3
18202026-08-07T23:39:18.509Z Compiling expectorate v1.2.0
18212026-08-07T23:39:18.666Z Compiling progenitor-macro v0.13.0
18222026-08-07T23:39:19.044Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-08-07T23:39:19.176Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18242026-08-07T23:39:19.301Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-08-07T23:39:19.314Z Compiling pin-project v1.1.13
18262026-08-07T23:39:19.439Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18272026-08-07T23:39:19.825Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18282026-08-07T23:39:19.915Z Compiling rand v0.10.2
18292026-08-07T23:39:19.947Z Compiling hickory-resolver v0.24.4
18302026-08-07T23:39:20.193Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18312026-08-07T23:39:20.394Z Compiling num_enum v0.5.11
18322026-08-07T23:39:20.513Z Compiling newtype_derive v0.1.6
18332026-08-07T23:39:20.635Z Compiling progenitor-client v0.13.0
18342026-08-07T23:39:20.944Z Compiling progenitor-impl v0.14.0
18352026-08-07T23:39:21.031Z Compiling unicode-normalization v0.1.25
18362026-08-07T23:39:21.505Z Compiling tokio-stream v0.1.18
18372026-08-07T23:39:21.970Z Compiling async-recursion v1.1.1
18382026-08-07T23:39:22.165Z Compiling snafu-derive v0.8.9
18392026-08-07T23:39:22.375Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18402026-08-07T23:39:22.661Z Compiling slog-dtrace v0.3.0
18412026-08-07T23:39:22.675Z Compiling bstr v1.12.1
18422026-08-07T23:39:22.687Z Compiling csv-core v0.1.13
18432026-08-07T23:39:22.891Z Compiling chrono-tz v0.10.4
18442026-08-07T23:39:22.950Z Compiling openssl v0.10.80
18452026-08-07T23:39:23.107Z Compiling foreign-types-shared v0.1.1
18462026-08-07T23:39:23.165Z Compiling foldhash v0.1.5
18472026-08-07T23:39:23.196Z Compiling unicode-width v0.1.14
18482026-08-07T23:39:23.219Z Compiling owo-colors v4.3.0
18492026-08-07T23:39:23.349Z Compiling cancel-safe-futures v0.1.5
18502026-08-07T23:39:23.471Z Compiling same-file v1.0.6
18512026-08-07T23:39:23.563Z Compiling highway v1.3.0
18522026-08-07T23:39:23.591Z Compiling unicode-xid v0.2.6
18532026-08-07T23:39:23.649Z Compiling konst_macro_rules v0.2.19
18542026-08-07T23:39:23.712Z Compiling const_format_proc_macros v0.2.34
18552026-08-07T23:39:23.825Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-08-07T23:39:23.918Z Compiling snafu v0.8.9
18572026-08-07T23:39:23.950Z Compiling konst v0.2.20
18582026-08-07T23:39:24.015Z Compiling progenitor v0.13.0
18592026-08-07T23:39:24.157Z Compiling walkdir v2.5.0
18602026-08-07T23:39:24.245Z Compiling hashbrown v0.15.5
18612026-08-07T23:39:24.313Z Compiling foreign-types v0.3.2
18622026-08-07T23:39:24.403Z Compiling globset v0.4.18
18632026-08-07T23:39:24.513Z Compiling csv v1.4.0
18642026-08-07T23:39:24.553Z Compiling progenitor-macro v0.14.0
18652026-08-07T23:39:24.564Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-08-07T23:39:24.590Z Compiling qorb v0.4.1
18672026-08-07T23:39:24.780Z Compiling olpc-cjson v0.1.4
18682026-08-07T23:39:25.136Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-07T23:39:25.352Z Compiling rayon v1.12.0
18702026-08-07T23:39:25.717Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-08-07T23:39:26.689Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18722026-08-07T23:39:26.842Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-08-07T23:39:27.030Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18742026-08-07T23:39:27.163Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-08-07T23:39:27.375Z Compiling phf v0.12.1
18762026-08-07T23:39:27.532Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-07T23:39:28.290Z Compiling zone_cfg_derive v0.3.1
18782026-08-07T23:39:28.394Z Compiling tokio-dtrace v0.1.1
18792026-08-07T23:39:28.657Z Compiling itertools v0.12.1
18802026-08-07T23:39:28.662Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18812026-08-07T23:39:28.874Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-08-07T23:39:28.983Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18832026-08-07T23:39:29.362Z Compiling libsw-core v0.3.2
18842026-08-07T23:39:29.468Z Compiling serde_plain v1.0.2
18852026-08-07T23:39:29.530Z Compiling openssl-macros v0.1.1
18862026-08-07T23:39:29.681Z Compiling pem v3.0.6
18872026-08-07T23:39:29.803Z Compiling cookie v0.18.1
18882026-08-07T23:39:29.857Z Compiling sigpipe v0.1.3
18892026-08-07T23:39:29.890Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-08-07T23:39:29.944Z Compiling jiff v0.2.28
18912026-08-07T23:39:30.059Z Compiling fixedbitset v0.5.7
18922026-08-07T23:39:30.102Z Compiling typed-path v0.9.3
18932026-08-07T23:39:30.128Z Compiling glob v0.3.3
18942026-08-07T23:39:30.173Z Compiling bytecount v0.6.9
18952026-08-07T23:39:30.321Z Compiling fixedbitset v0.4.2
18962026-08-07T23:39:30.427Z Compiling petgraph v0.8.3
18972026-08-07T23:39:30.555Z Compiling petgraph v0.6.5
18982026-08-07T23:39:30.583Z Compiling papergrid v0.11.0
18992026-08-07T23:39:31.460Z Compiling tough v0.22.0
19002026-08-07T23:39:32.080Z Compiling progenitor v0.14.0
19012026-08-07T23:39:32.174Z Compiling zone v0.3.1
19022026-08-07T23:39:32.218Z Compiling libsw v3.5.0
19032026-08-07T23:39:32.270Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19042026-08-07T23:39:32.392Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-08-07T23:39:32.401Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19062026-08-07T23:39:32.587Z Compiling oxide-tokio-rt v0.1.6
19072026-08-07T23:39:32.645Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-08-07T23:39:32.897Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19092026-08-07T23:39:32.932Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-08-07T23:39:32.971Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-08-07T23:39:33.738Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-07T23:39:33.999Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-07T23:39:34.091Z Compiling const_format v0.2.36
19142026-08-07T23:39:34.419Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19152026-08-07T23:39:34.698Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-07T23:39:34.812Z Compiling tabled_derive v0.7.0
19172026-08-07T23:39:34.824Z Compiling gethostname v0.5.0
19182026-08-07T23:39:34.871Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-08-07T23:39:34.904Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19202026-08-07T23:39:34.938Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-08-07T23:39:34.993Z Compiling smf v0.2.3
19222026-08-07T23:39:35.058Z Compiling bcs v0.1.6
19232026-08-07T23:39:35.341Z Compiling nom v8.0.0
19242026-08-07T23:39:35.440Z Compiling linear-map v1.2.0
19252026-08-07T23:39:35.632Z Compiling whoami v1.6.1
19262026-08-07T23:39:35.698Z Compiling unicode-linebreak v0.1.5
19272026-08-07T23:39:35.862Z Compiling crunchy v0.2.4
19282026-08-07T23:39:35.951Z Compiling smawk v0.3.2
19292026-08-07T23:39:35.954Z Compiling termtree v0.5.1
19302026-08-07T23:39:36.010Z Compiling tagptr v0.2.0
19312026-08-07T23:39:36.088Z Compiling lazy_static v1.5.0
19322026-08-07T23:39:36.108Z Compiling textwrap v0.16.2
19332026-08-07T23:39:36.156Z Compiling moka v0.12.15
19342026-08-07T23:39:36.168Z Compiling steno v0.4.1
19352026-08-07T23:39:36.185Z Compiling tabled v0.15.0
19362026-08-07T23:39:36.423Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-08-07T23:39:36.972Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-08-07T23:39:37.716Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-08-07T23:39:37.772Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-08-07T23:39:38.636Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-08-07T23:39:38.920Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-08-07T23:39:39.390Z Compiling hickory-proto v0.25.2
19432026-08-07T23:39:39.433Z Compiling tiny-keccak v2.0.2
19442026-08-07T23:39:39.663Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19452026-08-07T23:39:39.954Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19462026-08-07T23:39:40.666Z Compiling parking_lot_core v0.8.6
19472026-08-07T23:39:40.693Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19482026-08-07T23:39:41.020Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-08-07T23:39:41.184Z Compiling libscf-sys v1.2.0
19502026-08-07T23:39:41.220Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19512026-08-07T23:39:41.326Z Compiling hickory-resolver v0.25.2
19522026-08-07T23:39:41.456Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19532026-08-07T23:39:41.621Z Compiling const-random-macro v0.1.16
19542026-08-07T23:39:41.849Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19552026-08-07T23:39:41.951Z Compiling smartstring v1.0.1
19562026-08-07T23:39:42.014Z Compiling ahash v0.8.12
19572026-08-07T23:39:42.193Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-08-07T23:39:42.313Z Compiling parking_lot v0.11.2
19592026-08-07T23:39:42.488Z Compiling const-random v0.1.18
19602026-08-07T23:39:42.737Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19612026-08-07T23:39:42.892Z Compiling fxhash v0.2.1
19622026-08-07T23:39:42.981Z Compiling internet-checksum v0.2.1
19632026-08-07T23:39:42.994Z Compiling sled v0.34.7
19642026-08-07T23:39:43.273Z Compiling itertools v0.15.0
19652026-08-07T23:39:43.398Z Compiling thin-vec v0.2.18
19662026-08-07T23:39:43.616Z Compiling rhai_codegen v3.2.0
19672026-08-07T23:39:43.698Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19682026-08-07T23:39:43.777Z Compiling serial_test_derive v4.0.1
19692026-08-07T23:39:44.243Z Compiling diff v0.1.13
19702026-08-07T23:39:44.390Z Compiling yansi v1.0.1
19712026-08-07T23:39:44.485Z Compiling serial_test v4.0.1
19722026-08-07T23:39:44.620Z Compiling pretty_assertions v1.4.1
19732026-08-07T23:39:44.822Z Compiling rhai v1.25.1
19742026-08-07T23:39:45.782Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19752026-08-07T23:39:46.699Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-08-07T23:39:55.144Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-08-07T23:39:56.832Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19782026-08-07T23:39:57.869Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19792026-08-07T23:39:58.817Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19802026-08-07T23:39:59.648Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19812026-08-07T23:40:00.865Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19822026-08-07T23:40:35.406Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
19832026-08-07T23:40:35.596Z────────────
19842026-08-07T23:40:35.596Z Nextest run ID 2d868ebb-de09-494c-8d88-82ad29e35fff with nextest profile: default
19852026-08-07T23:40:35.597Z Starting 164 tests across 3 binaries
19862026-08-07T23:40:35.610Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19872026-08-07T23:40:35.611Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19882026-08-07T23:40:35.611Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19892026-08-07T23:40:35.614Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19902026-08-07T23:40:35.614Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19912026-08-07T23:40:35.614Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19922026-08-07T23:40:35.614Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
19932026-08-07T23:40:35.614Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19942026-08-07T23:40:35.620Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19952026-08-07T23:40:35.626Z PASS [ 0.012s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19962026-08-07T23:40:35.626Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19972026-08-07T23:40:35.626Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19982026-08-07T23:40:35.626Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19992026-08-07T23:40:35.626Z PASS [ 0.012s] bgp messages::tests::header_round_trip
20002026-08-07T23:40:35.626Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
20012026-08-07T23:40:35.626Z PASS [ 0.013s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
20022026-08-07T23:40:35.631Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
20032026-08-07T23:40:35.638Z PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_large
20042026-08-07T23:40:35.638Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
20052026-08-07T23:40:35.638Z PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_max_length_header
20062026-08-07T23:40:35.638Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_maximum_length
20072026-08-07T23:40:35.638Z PASS [ 0.012s] bgp messages::tests::ipv4_unicast_dual_encoding
20082026-08-07T23:40:35.638Z PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_keepalive_header
20092026-08-07T23:40:35.638Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
20102026-08-07T23:40:35.642Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
20112026-08-07T23:40:35.651Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
20122026-08-07T23:40:35.651Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
20132026-08-07T23:40:35.651Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
20142026-08-07T23:40:35.651Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
20152026-08-07T23:40:35.651Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
20162026-08-07T23:40:35.651Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
20172026-08-07T23:40:35.651Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
20182026-08-07T23:40:35.656Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
20192026-08-07T23:40:35.656Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
20202026-08-07T23:40:35.656Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
20212026-08-07T23:40:35.656Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
20222026-08-07T23:40:35.656Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
20232026-08-07T23:40:35.656Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
20242026-08-07T23:40:35.656Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
20252026-08-07T23:40:35.661Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
20262026-08-07T23:40:35.666Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
20272026-08-07T23:40:35.669Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
20282026-08-07T23:40:35.669Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
20292026-08-07T23:40:35.669Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20302026-08-07T23:40:35.669Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
20312026-08-07T23:40:35.669Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
20322026-08-07T23:40:35.669Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
20332026-08-07T23:40:35.669Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20342026-08-07T23:40:35.678Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20352026-08-07T23:40:35.681Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20362026-08-07T23:40:35.681Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20372026-08-07T23:40:35.681Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20382026-08-07T23:40:35.681Z PASS [ 0.012s] bgp messages::tests::mp_bgp_attributes_encoded_first
20392026-08-07T23:40:35.681Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_round_trip
20402026-08-07T23:40:35.681Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20412026-08-07T23:40:35.681Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20422026-08-07T23:40:35.689Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20432026-08-07T23:40:35.693Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_round_trip
20442026-08-07T23:40:35.693Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20452026-08-07T23:40:35.693Z PASS [ 0.011s] bgp messages::tests::prefix_within
20462026-08-07T23:40:35.693Z PASS [ 0.012s] bgp messages::tests::open_round_trip_extended_nexthop
20472026-08-07T23:40:35.693Z PASS [ 0.012s] bgp messages::tests::open_round_trip
20482026-08-07T23:40:35.693Z PASS [ 0.012s] bgp messages::tests::notification_round_trip
20492026-08-07T23:40:35.693Z PASS [ 0.012s] bgp messages::tests::prefix_conversion
20502026-08-07T23:40:35.697Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20512026-08-07T23:40:35.701Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20522026-08-07T23:40:35.701Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20532026-08-07T23:40:35.701Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20542026-08-07T23:40:35.701Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20552026-08-07T23:40:35.702Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20562026-08-07T23:40:35.702Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20572026-08-07T23:40:35.706Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20582026-08-07T23:40:35.709Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20592026-08-07T23:40:35.709Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20602026-08-07T23:40:35.709Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20612026-08-07T23:40:35.716Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20622026-08-07T23:40:35.716Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20632026-08-07T23:40:35.716Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20642026-08-07T23:40:35.716Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20652026-08-07T23:40:35.716Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20662026-08-07T23:40:35.719Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20672026-08-07T23:40:35.719Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20682026-08-07T23:40:35.719Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20692026-08-07T23:40:35.719Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20702026-08-07T23:40:35.733Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20712026-08-07T23:40:35.736Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20722026-08-07T23:40:35.736Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20732026-08-07T23:40:35.736Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20742026-08-07T23:40:35.736Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20752026-08-07T23:40:35.740Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20762026-08-07T23:40:35.741Z PASS [ 0.021s] bgp policy::test::update_shape_community
20772026-08-07T23:40:35.746Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20782026-08-07T23:40:35.749Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20792026-08-07T23:40:35.749Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20802026-08-07T23:40:35.753Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20812026-08-07T23:40:35.753Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20822026-08-07T23:40:35.753Z PASS [ 0.020s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20832026-08-07T23:40:35.753Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20842026-08-07T23:40:35.753Z PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20852026-08-07T23:40:35.762Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20862026-08-07T23:40:35.767Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20872026-08-07T23:40:35.767Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20882026-08-07T23:40:35.771Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20892026-08-07T23:40:35.771Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20902026-08-07T23:40:35.771Z PASS [ 0.009s] bgp session::tests::shutdown_state_transitions
20912026-08-07T23:40:35.778Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20922026-08-07T23:40:35.778Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20932026-08-07T23:40:35.781Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20942026-08-07T23:40:35.781Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20952026-08-07T23:40:35.782Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20962026-08-07T23:40:35.782Z PASS [ 0.009s] bgp session::tests::test_resolve_collision_decision
20972026-08-07T23:40:35.782Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20982026-08-07T23:40:35.782Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20992026-08-07T23:40:35.785Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
21002026-08-07T23:40:35.785Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
21012026-08-07T23:40:35.785Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
21022026-08-07T23:40:35.785Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
21032026-08-07T23:40:35.789Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
21042026-08-07T23:40:35.792Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
21052026-08-07T23:40:35.792Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
21062026-08-07T23:40:35.792Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv6_configured
21072026-08-07T23:40:35.793Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
21082026-08-07T23:40:38.857Z PASS [ 3.069s] bgp test::test_basic_peering_passive
21092026-08-07T23:40:38.863Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
21102026-08-07T23:40:38.863Z PASS [ 3.076s] bgp test::test_basic_peering_active
21112026-08-07T23:40:38.868Z PASS [ 3.072s] bgp test::test_basic_update
21122026-08-07T23:40:38.868Z PASS [ 3.073s] bgp test::test_basic_peering_passive_tcp
21132026-08-07T23:40:38.875Z PASS [ 3.083s] bgp test::test_basic_update_tcp
21142026-08-07T23:40:38.882Z PASS [ 3.091s] bgp test::test_basic_peering_active_tcp
21152026-08-07T23:40:38.882Z PASS [ 3.085s] bgp test::test_basic_update_ipv6_tcp
21162026-08-07T23:40:41.930Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
21172026-08-07T23:40:41.945Z PASS [ 3.069s] bgp test::test_ipv6_basic_peering_passive
21182026-08-07T23:40:41.956Z PASS [ 3.081s] bgp test::test_ipv6_basic_peering_passive_tcp
21192026-08-07T23:40:41.962Z PASS [ 3.089s] bgp test::test_ipv6_basic_peering_active_tcp
21202026-08-07T23:40:42.943Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
21212026-08-07T23:40:42.946Z PASS [ 4.085s] bgp test::test_import_export_policy_filtering
21222026-08-07T23:40:42.946Z PASS [ 4.087s] bgp test::test_dual_stack_routes_ipv6_peer_success
21232026-08-07T23:40:42.946Z PASS [ 4.091s] bgp test::test_dual_stack_routes_ipv4_peer_success
21242026-08-07T23:40:43.006Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
21252026-08-07T23:40:44.025Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
21262026-08-07T23:40:44.032Z PASS [ 1.089s] bgp test::test_three_router_chain_tcp_ipv6
21272026-08-07T23:40:44.032Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp
21282026-08-07T23:40:44.850Z PASS [ 2.894s] bgp test::test_neighbor_thread_lifecycle_no_leaks
21292026-08-07T23:40:45.087Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
21302026-08-07T23:40:45.092Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21312026-08-07T23:40:45.097Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21322026-08-07T23:40:45.103Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21332026-08-07T23:40:45.107Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21342026-08-07T23:40:45.120Z PASS [ 0.013s] mg-api-types-versions v13::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
21352026-08-07T23:40:45.143Z PASS [ 0.023s] mg-api-types-versions v13::bgp::config::proptests::constructor_rejects_all_other_strings
21362026-08-07T23:40:45.148Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::debug_redacts_inner_string
21372026-08-07T23:40:45.153Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::json_schema_matches_md5_auth_string_invariants
21382026-08-07T23:40:45.185Z PASS [ 0.032s] mg-api-types-versions v13::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
21392026-08-07T23:40:45.190Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_apply_request_conversion_preserves_peer_maps
21402026-08-07T23:40:45.194Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_conversion_rejects_invalid_md5_auth_key
21412026-08-07T23:40:45.199Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_neighbor_conversions_round_trip
21422026-08-07T23:40:45.214Z PASS [ 0.014s] mg-api-types-versions v13::bgp::config::proptests::valid_md5_auth_string_json_round_trips
21432026-08-07T23:40:46.007Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
21442026-08-07T23:40:47.010Z PASS [ 4.066s] bgp test::test_three_router_chain_unnumbered
21452026-08-07T23:40:48.006Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
21462026-08-07T23:40:49.095Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
21472026-08-07T23:40:53.095Z PASS [ 9.063s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21482026-08-07T23:40:53.913Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
21492026-08-07T23:41:01.071Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
21502026-08-07T23:41:01.071Z────────────
21512026-08-07T23:41:01.071Z Summary [ 25.475s] 164 tests run: 164 passed, 0 skipped
21522026-08-07T23:41:01.084Z+ 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/
21532026-08-07T23:41:01.090Z+ popd
21542026-08-07T23:41:01.090Z/work/oxidecomputer/maghemite
21552026-08-07T23:41:01.090Z+ pushd mgd
21562026-08-07T23:41:01.091Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21572026-08-07T23:41:01.096Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21582026-08-07T23:41:02.316Z Compiling slog v2.8.2
21592026-08-07T23:41:02.428Z Compiling usdt v0.6.0
21602026-08-07T23:41:02.529Z Compiling proc-macro-error-attr2 v2.0.0
21612026-08-07T23:41:02.541Z Compiling papergrid v0.18.0
21622026-08-07T23:41:02.545Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21632026-08-07T23:41:02.545Z Compiling testing_table v0.3.0
21642026-08-07T23:41:02.695Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21652026-08-07T23:41:02.711Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21662026-08-07T23:41:02.723Z Compiling crc8 v0.1.1
21672026-08-07T23:41:02.824Z Compiling slog-json v2.6.1
21682026-08-07T23:41:02.835Z Compiling slog-term v2.9.2
21692026-08-07T23:41:02.914Z Compiling slog-async v2.8.0
21702026-08-07T23:41:03.027Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712026-08-07T23:41:03.082Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-08-07T23:41:03.157Z Compiling slog-bunyan v2.5.0
21732026-08-07T23:41:03.169Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-08-07T23:41:03.414Z Compiling dropshot v0.17.1
21752026-08-07T23:41:03.427Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-08-07T23:41:03.461Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-08-07T23:41:03.563Z Compiling slog-dtrace v0.3.0
21782026-08-07T23:41:03.613Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21792026-08-07T23:41:03.878Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-08-07T23:41:03.998Z Compiling steno v0.4.1
21812026-08-07T23:41:04.592Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-08-07T23:41:04.697Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21832026-08-07T23:41:04.719Z Compiling proc-macro-error2 v2.0.1
21842026-08-07T23:41:04.989Z Compiling tabled_derive v0.11.0
21852026-08-07T23:41:05.507Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21862026-08-07T23:41:06.079Z Compiling tabled v0.21.0
21872026-08-07T23:41:07.049Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-08-07T23:41:07.505Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-08-07T23:41:08.921Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-08-07T23:41:09.539Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-08-07T23:41:09.734Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-08-07T23:41:09.800Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
21932026-08-07T23:41:10.334Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21942026-08-07T23:41:10.364Z Compiling dropshot-api-manager-types v0.7.2
21952026-08-07T23:41:10.695Z Compiling port-file v0.1.0
21962026-08-07T23:41:10.891Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21972026-08-07T23:41:11.008Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
21982026-08-07T23:41:11.179Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-08-07T23:41:12.653Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-08-07T23:41:13.208Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-08-07T23:41:13.363Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-08-07T23:41:13.480Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-08-07T23:41:14.358Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-07T23:41:15.261Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-08-07T23:41:15.455Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-08-07T23:41:15.471Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-08-07T23:41:16.068Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-08-07T23:41:16.242Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-08-07T23:41:16.311Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22102026-08-07T23:41:17.068Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-08-07T23:41:20.652Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-08-07T23:41:20.652Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-08-07T23:41:21.699Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-08-07T23:41:21.811Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-08-07T23:41:21.922Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-08-07T23:41:23.378Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-08-07T23:41:23.560Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-08-07T23:41:29.844Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-08-07T23:41:37.511Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-08-07T23:41:39.146Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-08-07T23:41:40.213Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22222026-08-07T23:41:41.183Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
22232026-08-07T23:41:42.013Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
22242026-08-07T23:41:43.199Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22252026-08-07T23:41:43.199Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22262026-08-07T23:41:43.203Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22272026-08-07T23:41:49.178Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22282026-08-07T23:42:19.465Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
22292026-08-07T23:42:19.492Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
22302026-08-07T23:42:19.492Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
22312026-08-07T23:42:19.492Z────────────
22322026-08-07T23:42:19.492Z Nextest run ID 178157b8-6072-4320-b3ea-f5833078b05a with nextest profile: default
22332026-08-07T23:42:19.492Z Starting 46 tests across 3 binaries
22342026-08-07T23:42:19.492Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::debug_redacts_inner_string
22352026-08-07T23:42:19.492Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22362026-08-07T23:42:19.492Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22372026-08-07T23:42:19.492Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::proptests::json_schema_matches_md5_auth_string_invariants
22382026-08-07T23:42:19.492Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22392026-08-07T23:42:19.492Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22402026-08-07T23:42:19.492Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_conversion_rejects_invalid_md5_auth_key
22412026-08-07T23:42:19.492Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_apply_request_conversion_preserves_peer_maps
22422026-08-07T23:42:19.492Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_neighbor_conversions_round_trip
22432026-08-07T23:42:19.492Z PASS [ 0.015s] mg-api-types-versions v13::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
22442026-08-07T23:42:19.492Z PASS [ 0.015s] mg-api-types-versions v13::bgp::config::proptests::valid_md5_auth_string_json_round_trips
22452026-08-07T23:42:19.492Z PASS [ 0.026s] mg-api-types-versions v13::bgp::config::proptests::constructor_rejects_all_other_strings
22462026-08-07T23:42:19.492Z PASS [ 0.034s] mg-api-types-versions v13::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
22472026-08-07T23:42:19.492Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22482026-08-07T23:42:19.492Z PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
22492026-08-07T23:42:19.492Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22502026-08-07T23:42:19.492Z PASS [ 0.072s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
22512026-08-07T23:42:19.493Z PASS [ 0.072s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
22522026-08-07T23:42:19.493Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22532026-08-07T23:42:19.493Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22542026-08-07T23:42:19.493Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22552026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22562026-08-07T23:42:19.493Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22572026-08-07T23:42:19.493Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22582026-08-07T23:42:19.493Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22592026-08-07T23:42:19.493Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22602026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22612026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22622026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22632026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22642026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22652026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22662026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22672026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22682026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22692026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22702026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22712026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22722026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22732026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22742026-08-07T23:42:19.493Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22752026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22762026-08-07T23:42:19.493Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22772026-08-07T23:42:19.493Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22782026-08-07T23:42:19.493Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22792026-08-07T23:42:19.493Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22802026-08-07T23:42:19.493Z────────────
22812026-08-07T23:42:19.493Z Summary [ 0.130s] 46 tests run: 46 passed, 0 skipped
22822026-08-07T23:42:19.493Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22832026-08-07T23:42:19.493Z+ popd
22842026-08-07T23:42:19.493Z/work/oxidecomputer/maghemite
22852026-08-07T23:42:19.493Zprocess exited: duration 434334 ms, exit code 0
 
22862026-08-07T23:42:19.514Zfound 69 output files
22872026-08-07T23:42:19.514Zuploading: /work/apply_change_peer_asn.log (23461 bytes)
22882026-08-07T23:42:20.533Zuploaded: /work/apply_change_peer_asn.log
22892026-08-07T23:42:20.533Zuploading: /work/apply_empty_removes_peers.log (22791 bytes)
22902026-08-07T23:42:21.548Zuploaded: /work/apply_empty_removes_peers.log
22912026-08-07T23:42:21.549Zuploading: /work/apply_remove_entire_group.log (16769 bytes)
22922026-08-07T23:42:22.560Zuploaded: /work/apply_remove_entire_group.log
22932026-08-07T23:42:22.560Zuploading: /work/delete_router_removes_router_state.log (23928 bytes)
22942026-08-07T23:42:23.573Zuploaded: /work/delete_router_removes_router_state.log
22952026-08-07T23:42:23.573Zuploading: /work/dualstack_routes.log (118077 bytes)
22962026-08-07T23:42:24.586Zuploaded: /work/dualstack_routes.log
22972026-08-07T23:42:24.586Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2030 bytes)
22982026-08-07T23:42:25.596Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22992026-08-07T23:42:25.596Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1396 bytes)
23002026-08-07T23:42:26.606Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
23012026-08-07T23:42:26.606Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2008 bytes)
23022026-08-07T23:42:27.616Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
23032026-08-07T23:42:27.616Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2189 bytes)
23042026-08-07T23:42:28.626Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
23052026-08-07T23:42:28.626Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2274 bytes)
23062026-08-07T23:42:29.638Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
23072026-08-07T23:42:29.638Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2172 bytes)
23082026-08-07T23:42:30.647Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
23092026-08-07T23:42:30.647Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3167 bytes)
23102026-08-07T23:42:31.656Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
23112026-08-07T23:42:31.656Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2196 bytes)
23122026-08-07T23:42:32.665Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
23132026-08-07T23:42:32.665Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2271 bytes)
23142026-08-07T23:42:33.675Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
23152026-08-07T23:42:33.675Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2235 bytes)
23162026-08-07T23:42:34.693Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
23172026-08-07T23:42:34.693Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2356 bytes)
23182026-08-07T23:42:35.703Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
23192026-08-07T23:42:35.703Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2436 bytes)
23202026-08-07T23:42:36.712Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
23212026-08-07T23:42:36.712Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4625 bytes)
23222026-08-07T23:42:37.723Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
23232026-08-07T23:42:37.723Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3499 bytes)
23242026-08-07T23:42:38.733Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
23252026-08-07T23:42:38.734Zuploading: /work/multiple_unnumbered.log (127433 bytes)
23262026-08-07T23:42:39.749Zuploaded: /work/multiple_unnumbered.log
23272026-08-07T23:42:39.749Zuploading: /work/ndp_change_reset.log (69903 bytes)
23282026-08-07T23:42:40.763Zuploaded: /work/ndp_change_reset.log
23292026-08-07T23:42:40.763Zuploading: /work/ndp_changes.log (88988 bytes)
23302026-08-07T23:42:41.779Zuploaded: /work/ndp_changes.log
23312026-08-07T23:42:41.779Zuploading: /work/r1.test_basic_peering_active.log (40127 bytes)
23322026-08-07T23:42:42.792Zuploaded: /work/r1.test_basic_peering_active.log
23332026-08-07T23:42:42.792Zuploading: /work/r1.test_basic_peering_active_tcp.log (45493 bytes)
23342026-08-07T23:42:43.805Zuploaded: /work/r1.test_basic_peering_active_tcp.log
23352026-08-07T23:42:43.805Zuploading: /work/r1.test_basic_peering_passive.log (34199 bytes)
23362026-08-07T23:42:44.820Zuploaded: /work/r1.test_basic_peering_passive.log
23372026-08-07T23:42:44.820Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39662 bytes)
23382026-08-07T23:42:45.851Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
23392026-08-07T23:42:45.851Zuploading: /work/r1.test_basic_update.log (28405 bytes)
23402026-08-07T23:42:46.882Zuploaded: /work/r1.test_basic_update.log
23412026-08-07T23:42:46.883Zuploading: /work/r1.test_basic_update_ipv6.log (43689 bytes)
23422026-08-07T23:42:47.906Zuploaded: /work/r1.test_basic_update_ipv6.log
23432026-08-07T23:42:47.906Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31148 bytes)
23442026-08-07T23:42:48.944Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
23452026-08-07T23:42:48.944Zuploading: /work/r1.test_basic_update_tcp.log (31243 bytes)
23462026-08-07T23:42:49.959Zuploaded: /work/r1.test_basic_update_tcp.log
23472026-08-07T23:42:49.959Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44949 bytes)
23482026-08-07T23:42:50.977Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23492026-08-07T23:42:50.977Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (45125 bytes)
23502026-08-07T23:42:52.006Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23512026-08-07T23:42:52.006Zuploading: /work/r1.test_import_export_policy_filtering.log (40177 bytes)
23522026-08-07T23:42:53.019Zuploaded: /work/r1.test_import_export_policy_filtering.log
23532026-08-07T23:42:53.019Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (49870 bytes)
23542026-08-07T23:42:54.034Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23552026-08-07T23:42:54.035Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40377 bytes)
23562026-08-07T23:42:55.051Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23572026-08-07T23:42:55.051Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45402 bytes)
23582026-08-07T23:42:56.067Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23592026-08-07T23:42:56.067Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33751 bytes)
23602026-08-07T23:42:57.082Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23612026-08-07T23:42:57.082Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39591 bytes)
23622026-08-07T23:42:58.103Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23632026-08-07T23:42:58.103Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35645 bytes)
23642026-08-07T23:42:59.122Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23652026-08-07T23:42:59.122Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29919 bytes)
23662026-08-07T23:43:00.140Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23672026-08-07T23:43:00.141Zuploading: /work/r1.test_three_router_chain_tcp.log (24931 bytes)
23682026-08-07T23:43:01.159Zuploaded: /work/r1.test_three_router_chain_tcp.log
23692026-08-07T23:43:01.159Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (23837 bytes)
23702026-08-07T23:43:02.203Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23712026-08-07T23:43:02.203Zuploading: /work/r2.test_basic_peering_active.log (38776 bytes)
23722026-08-07T23:43:03.225Zuploaded: /work/r2.test_basic_peering_active.log
23732026-08-07T23:43:03.225Zuploading: /work/r2.test_basic_peering_active_tcp.log (44345 bytes)
23742026-08-07T23:43:04.239Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23752026-08-07T23:43:04.239Zuploading: /work/r2.test_basic_peering_passive.log (41804 bytes)
23762026-08-07T23:43:05.252Zuploaded: /work/r2.test_basic_peering_passive.log
23772026-08-07T23:43:05.252Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46704 bytes)
23782026-08-07T23:43:06.266Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23792026-08-07T23:43:06.266Zuploading: /work/r2.test_basic_update.log (26312 bytes)
23802026-08-07T23:43:07.287Zuploaded: /work/r2.test_basic_update.log
23812026-08-07T23:43:07.287Zuploading: /work/r2.test_basic_update_ipv6.log (47106 bytes)
23822026-08-07T23:43:08.336Zuploaded: /work/r2.test_basic_update_ipv6.log
23832026-08-07T23:43:08.336Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (30473 bytes)
23842026-08-07T23:43:09.350Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23852026-08-07T23:43:09.350Zuploading: /work/r2.test_basic_update_tcp.log (32779 bytes)
23862026-08-07T23:43:10.362Zuploaded: /work/r2.test_basic_update_tcp.log
23872026-08-07T23:43:10.362Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43564 bytes)
23882026-08-07T23:43:11.377Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23892026-08-07T23:43:11.377Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43796 bytes)
23902026-08-07T23:43:12.388Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23912026-08-07T23:43:12.388Zuploading: /work/r2.test_import_export_policy_filtering.log (37314 bytes)
23922026-08-07T23:43:13.408Zuploaded: /work/r2.test_import_export_policy_filtering.log
23932026-08-07T23:43:13.408Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (45582 bytes)
23942026-08-07T23:43:14.420Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23952026-08-07T23:43:14.420Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39009 bytes)
23962026-08-07T23:43:15.439Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23972026-08-07T23:43:15.439Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44254 bytes)
23982026-08-07T23:43:16.458Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23992026-08-07T23:43:16.458Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41303 bytes)
24002026-08-07T23:43:17.471Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
24012026-08-07T23:43:17.471Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46598 bytes)
24022026-08-07T23:43:18.487Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
24032026-08-07T23:43:18.487Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38149 bytes)
24042026-08-07T23:43:19.501Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
24052026-08-07T23:43:19.501Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28049 bytes)
24062026-08-07T23:43:20.519Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
24072026-08-07T23:43:20.519Zuploading: /work/r2.test_three_router_chain_tcp.log (41937 bytes)
24082026-08-07T23:43:21.531Zuploaded: /work/r2.test_three_router_chain_tcp.log
24092026-08-07T23:43:21.531Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (43580 bytes)
24102026-08-07T23:43:22.546Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
24112026-08-07T23:43:22.546Zuploading: /work/r3.test_three_router_chain_tcp.log (21342 bytes)
24122026-08-07T23:43:23.556Zuploaded: /work/r3.test_three_router_chain_tcp.log
24132026-08-07T23:43:23.556Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21343 bytes)
24142026-08-07T23:43:24.567Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
24152026-08-07T23:43:24.567Zuploading: /work/same_linklocal.log (152194 bytes)
24162026-08-07T23:43:25.584Zuploaded: /work/same_linklocal.log
24172026-08-07T23:43:25.584Zuploading: /work/three_chain.log (110392 bytes)
24182026-08-07T23:43:26.594Zuploaded: /work/three_chain.log
24192026-08-07T23:43:26.594Zuploading: /work/unnumbered_expiry.log (89112 bytes)
24202026-08-07T23:43:27.606Zuploaded: /work/unnumbered_expiry.log
24212026-08-07T23:43:27.606Zuploading: /work/unnumbered_interface_lifecycle.log (188682 bytes)
24222026-08-07T23:43:28.622Zuploaded: /work/unnumbered_interface_lifecycle.log
24232026-08-07T23:43:28.622Zuploading: /work/unnumbered_peer_change.log (79066 bytes)
24242026-08-07T23:43:29.636Zuploaded: /work/unnumbered_peer_change.log