01M0B3MBAVM37KCSSDZV9GPQ28: 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: 01M0B3MXRT1W4QZ97D4FCWZ0CG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T18:56:25.247Zjob assigned to worker 01M0B3N6QM6V22TG23CQ75KZH2 [factory aws, i-0548b6f86c74c95e5] (queued for 59 s)
 
22026-08-18T18:56:32.565Zstarting task 0: "setup"
32026-08-18T18:56:32.570Z++ uname -s
42026-08-18T18:56:32.573Z+ kern=SunOS
52026-08-18T18:56:32.573Z+ build_user=build
62026-08-18T18:56:32.573Z+ build_uid=12345
72026-08-18T18:56:32.573Z+ work_dir=/work
82026-08-18T18:56:32.573Z+ input_dir=/input
92026-08-18T18:56:32.573Z+ [[ 0 == 12345 ]]
102026-08-18T18:56:32.573Z+ case "$kern" in
112026-08-18T18:56:32.573Z+ groupadd -g 12345 build
122026-08-18T18:56:32.573Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T18:56:34.578Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T18:56:34.674Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T18:56:34.677Z+ home_fs=zfs
162026-08-18T18:56:34.677Z+ [[ zfs == autofs ]]
172026-08-18T18:56:34.677Z+ mkdir -p /home/build
182026-08-18T18:56:34.677Z+ chown build:build /home/build /work
192026-08-18T18:56:35.678Z+ chmod 0700 /home/build /work
202026-08-18T18:56:35.681Zprocess exited: duration 3114 ms, exit code 0
 
212026-08-18T18:56:35.688Zstarting task 1: "rust-toolchain"
222026-08-18T18:56:35.693Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T18:56:35.693Z * rust toolchain channel = "stable"
242026-08-18T18:56:35.693Z * rust toolchain profile = "default"
252026-08-18T18:56:35.693Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-18T18:56:35.693Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T18:56:35.693Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T18:56:35.696Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T18:56:35.696Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T18:56:35.764Zinfo: downloading installer
312026-08-18T18:56:37.029Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T18:56:37.029Zwarn: /opt/ooce/bin
332026-08-18T18:56:37.029Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T18:56:37.029Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T18:56:37.029Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T18:56:37.029Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T18:56:37.029Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T18:56:37.029Zerror: cannot install while Rust is installed
392026-08-18T18:56:37.029Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T18:56:37.029Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T18:56:37.029Zwarn: /home/build/.rustup/settings.toml
422026-08-18T18:56:37.029Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T18:56:37.029Zwarn: instead of the one inferred from the default host triple.
442026-08-18T18:56:37.064Zinfo: profile set to default
452026-08-18T18:56:37.064Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T18:56:37.067Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-18T18:56:37.187Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-18T18:56:37.189Zinfo: downloading 6 components
492026-08-18T18:56:51.799Z
502026-08-18T18:56:51.799Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-18T18:56:51.826Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-18T18:56:51.826Z
532026-08-18T18:56:51.826Z
542026-08-18T18:56:51.826ZRust is installed now. Great!
552026-08-18T18:56:51.826Z
562026-08-18T18:56:51.829ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T18:56:51.829Zenvironment variable. This has not been done automatically.
582026-08-18T18:56:51.829Z
592026-08-18T18:56:51.829ZTo configure your current shell, you need to source
602026-08-18T18:56:51.829Zthe corresponding env file under $HOME/.cargo.
612026-08-18T18:56:51.829Z
622026-08-18T18:56:51.829ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T18:56:51.829Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T18:56:51.829Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T18:56:51.829Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T18:56:51.829Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T18:56:51.829Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T18:56:51.829Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T18:56:51.829Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T18:56:51.829Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T18:56:51.929Z+ rustup --version
722026-08-18T18:56:51.937Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T18:56:51.940Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T18:56:51.958Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-18T18:56:51.960Z+ cargo --version
762026-08-18T18:56:51.975Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-18T18:56:51.978Z+ rustc --version
782026-08-18T18:56:51.997Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-18T18:56:52.001Zprocess exited: duration 16311 ms, exit code 0
 
802026-08-18T18:56:52.007Zstarting task 2: "authentication"
812026-08-18T18:56:52.023Zprocess exited: duration 16 ms, exit code 0
 
822026-08-18T18:56:52.030Zstarting task 3: "clone repository"
832026-08-18T18:56:52.033Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-18T18:56:52.036Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-18T18:56:52.107ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-18T18:56:53.821Z+ cd /work/oxidecomputer/maghemite
872026-08-18T18:56:53.821Z+ git fetch origin bf831acede9b125a854bfda5615ae9248d1e2fa8
882026-08-18T18:56:54.115ZFrom https://github.com/oxidecomputer/maghemite
892026-08-18T18:56:54.115Z * branch bf831acede9b125a854bfda5615ae9248d1e2fa8 -> FETCH_HEAD
902026-08-18T18:56:54.120Z+ [[ -n trey/unnumbered-cleanup ]]
912026-08-18T18:56:54.123Z++ git branch --show-current
922026-08-18T18:56:54.123Z+ current=main
932026-08-18T18:56:54.123Z+ [[ main != trey/unnumbered-cleanup ]]
942026-08-18T18:56:54.123Z+ git branch -f trey/unnumbered-cleanup bf831acede9b125a854bfda5615ae9248d1e2fa8
952026-08-18T18:56:54.127Z+ git checkout -f trey/unnumbered-cleanup
962026-08-18T18:56:54.145ZSwitched to branch 'trey/unnumbered-cleanup'
972026-08-18T18:56:54.148Z+ git reset --hard bf831acede9b125a854bfda5615ae9248d1e2fa8
982026-08-18T18:56:54.164ZHEAD is now at bf831ac review feedback
992026-08-18T18:56:54.167Zprocess exited: duration 2134 ms, exit code 0
 
1002026-08-18T18:56:54.173Zstarting task 4: "build"
1012026-08-18T18:56:54.176Z+ set -e
1022026-08-18T18:56:54.176Z+ source .github/buildomat/test-common.sh
1032026-08-18T18:56:54.179Z++ NEXTEST_VERSION=0.9.97
1042026-08-18T18:56:54.179Z++ PLATFORM=illumos
1052026-08-18T18:56:54.179Z++ banner install
1062026-08-18T18:56:54.180Z
1072026-08-18T18:56:54.180Z # # # #### ##### ## # #
1082026-08-18T18:56:54.180Z # ## # # # # # # #
1092026-08-18T18:56:54.180Z # # # # #### # # # # #
1102026-08-18T18:56:54.180Z # # # # # # ###### # #
1112026-08-18T18:56:54.180Z # # ## # # # # # # #
1122026-08-18T18:56:54.180Z # # # #### # # # ###### ######
1132026-08-18T18:56:54.180Z
1142026-08-18T18:56:54.180Z++ set +o errexit
1152026-08-18T18:56:54.180Z++ pkg info clang-15
1162026-08-18T18:56:54.183Z++ grep -qi installed
1172026-08-18T18:56:55.448Zpkg: info: no packages matching the following patterns you specified are
1182026-08-18T18:56:55.448Zinstalled on the system. Try querying remotely instead:
1192026-08-18T18:56:55.448Z
1202026-08-18T18:56:55.448Z clang-15
1212026-08-18T18:56:55.488Z++ [[ 1 != 0 ]]
1222026-08-18T18:56:55.488Z++ set -o errexit
1232026-08-18T18:56:55.492Z++ pfexec pkg install clang-15
1242026-08-18T18:57:05.461Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-18T18:57:13.139Z Startup: Caching catalogs ... Done
1262026-08-18T18:57:20.281ZPlanning: Solver setup ... Done
1272026-08-18T18:57:20.321ZPlanning: Running solver ... Done
1282026-08-18T18:57:20.459ZPlanning: Finding local manifests ... Done
1292026-08-18T18:57:20.880ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-18T18:57:20.960ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-18T18:57:20.989ZPlanning: Package planning ... Done
1322026-08-18T18:57:21.015ZPlanning: Merging actions ... Done
1332026-08-18T18:57:21.122ZPlanning: Checking for conflicting actions ... Done
1342026-08-18T18:57:21.129ZPlanning: Consolidating action changes ... Done
1352026-08-18T18:57:21.910ZPlanning: Evaluating mediators ... Done
1362026-08-18T18:57:21.915ZPlanning: Planning completed in 8.61 seconds
1372026-08-18T18:57:21.926Z Packages to install: 2
1382026-08-18T18:57:21.926Z Mediators to change: 2
1392026-08-18T18:57:21.929Z Services to change: 1
1402026-08-18T18:57:21.929Z Create boot environment: No
1412026-08-18T18:57:21.929ZCreate backup boot environment: No
1422026-08-18T18:57:21.966Z
1432026-08-18T18:57:21.966ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-18T18:57:28.117ZDownload: 982/3076 items 82.2/211.3MB 38% complete (18.0M/s)
1452026-08-18T18:57:33.162ZDownload: 1192/3076 items 114.7/211.3MB 54% complete (9.9M/s)
1462026-08-18T18:57:38.168ZDownload: 1726/3076 items 117.4/211.3MB 55% complete (3.7M/s)
1472026-08-18T18:57:45.054ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (3.9M/s)
1482026-08-18T18:58:01.176ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1492026-08-18T18:58:06.721ZDownload: 3074/3076 items 209.9/211.3MB 99% complete (26.5M/s)
1502026-08-18T18:58:06.755ZDownload: Completed 211.31 MB in 44.79 seconds (4.7M/s)
1512026-08-18T18:58:06.904Z Actions: 1/3418 actions (Installing new actions)
1522026-08-18T18:58:10.227Z Actions: Completed 3418 actions in 3.32 seconds.
1532026-08-18T18:58:10.870Z Done
1542026-08-18T18:58:10.870Z Done
1552026-08-18T18:58:11.610Z Done
1562026-08-18T18:58:15.028Z Done
1572026-08-18T18:58:15.100Z Done
1582026-08-18T18:58:15.102Z Done
1592026-08-18T18:58:15.358Z Done
1602026-08-18T18:58:16.034Z++ set -o errexit
1612026-08-18T18:58:16.034Z++ cargo --version
1622026-08-18T18:58:16.040Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1632026-08-18T18:58:16.189Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1642026-08-18T18:58:16.192Zinfo: downloading 6 components
1652026-08-18T18:58:31.384Zcargo 1.97.1 (c980f4866 2026-06-30)
1662026-08-18T18:58:31.387Z++ rustc --version
1672026-08-18T18:58:31.417Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1682026-08-18T18:58:31.421Z++ cargo install cargo-nextest --version 0.9.97
1692026-08-18T18:58:31.465Z Updating crates.io index
1702026-08-18T18:58:31.566Z Downloading crates ...
1712026-08-18T18:58:31.611Z Downloaded cargo-nextest v0.9.97
1722026-08-18T18:58:31.671Z Installing cargo-nextest v0.9.97
1732026-08-18T18:58:31.674Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-08-18T18:58:31.674Z |
1752026-08-18T18:58:31.675Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-08-18T18:58:31.675Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-08-18T18:58:31.718Z Updating crates.io index
1782026-08-18T18:58:33.924Z Locking 396 packages to latest compatible versions
1792026-08-18T18:58:33.927Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-08-18T18:58:33.927Z Adding duct v0.13.7 (available: v1.1.1)
1812026-08-18T18:58:33.929Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-08-18T18:58:33.929Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-08-18T18:58:33.932Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-08-18T18:58:33.932Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-08-18T18:58:33.932Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1862026-08-18T18:58:33.932Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-08-18T18:58:33.935Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1882026-08-18T18:58:33.938Z Adding quick-junit v0.5.2 (available: v0.7.0)
1892026-08-18T18:58:33.963Z Downloading crates ...
1902026-08-18T18:58:33.980Z Downloaded addr2line v0.25.1
1912026-08-18T18:58:33.984Z Downloaded adler2 v2.0.1
1922026-08-18T18:58:33.987Z Downloaded pathdiff v0.2.3
1932026-08-18T18:58:33.990Z Downloaded parking_lot v0.12.5
1942026-08-18T18:58:33.990Z Downloaded backtrace-ext v0.2.1
1952026-08-18T18:58:33.990Z Downloaded os_pipe v1.2.3
1962026-08-18T18:58:33.993Z Downloaded ordered-float v2.10.1
1972026-08-18T18:58:33.997Z Downloaded base64ct v1.8.3
1982026-08-18T18:58:34.000Z Downloaded camino-tempfile v1.4.1
1992026-08-18T18:58:34.003Z Downloaded owo-colors v4.3.0
2002026-08-18T18:58:34.003Z Downloaded parking_lot_core v0.9.12
2012026-08-18T18:58:34.006Z Downloaded base64 v0.22.1
2022026-08-18T18:58:34.009Z Downloaded openssl-sys v0.9.117
2032026-08-18T18:58:34.012Z Downloaded cargo-util-schemas v0.2.0
2042026-08-18T18:58:34.012Z Downloaded anstyle v1.0.14
2052026-08-18T18:58:34.015Z Downloaded backtrace v0.3.76
2062026-08-18T18:58:34.018Z Downloaded atomicwrites v0.4.4
2072026-08-18T18:58:34.018Z Downloaded scopeguard v1.2.0
2082026-08-18T18:58:34.021Z Downloaded atomic-waker v1.1.2
2092026-08-18T18:58:34.025Z Downloaded cargo-platform v0.2.0
2102026-08-18T18:58:34.028Z Downloaded cargo-platform v0.3.3
2112026-08-18T18:58:34.028Z Downloaded async-scoped v0.9.0
2122026-08-18T18:58:34.031Z Downloaded rand_pcg v0.10.2
2132026-08-18T18:58:34.031Z Downloaded rustc-hash v2.1.3
2142026-08-18T18:58:34.034Z Downloaded anstream v1.0.0
2152026-08-18T18:58:34.034Z Downloaded percent-encoding v2.3.2
2162026-08-18T18:58:34.037Z Downloaded block-buffer v0.10.4
2172026-08-18T18:58:34.040Z Downloaded equivalent v1.0.2
2182026-08-18T18:58:34.040Z Downloaded serde_urlencoded v0.7.1
2192026-08-18T18:58:34.040Z Downloaded anstyle-query v1.1.5
2202026-08-18T18:58:34.040Z Downloaded cfg_aliases v0.2.2
2212026-08-18T18:58:34.043Z Downloaded rand_core v0.9.5
2222026-08-18T18:58:34.052Z Downloaded cargo_metadata v0.20.0
2232026-08-18T18:58:34.055Z Downloaded shell-words v1.1.1
2242026-08-18T18:58:34.058Z Downloaded serde_spanned v0.6.9
2252026-08-18T18:58:34.058Z Downloaded self-replace v1.5.0
2262026-08-18T18:58:34.061Z Downloaded rand_core v0.10.1
2272026-08-18T18:58:34.061Z Downloaded foreign-types-shared v0.1.1
2282026-08-18T18:58:34.063Z Downloaded crypto-common v0.1.7
2292026-08-18T18:58:34.066Z Downloaded shared_child v1.1.1
2302026-08-18T18:58:34.066Z Downloaded document-features v0.2.12
2312026-08-18T18:58:34.069Z Downloaded errno v0.3.14
2322026-08-18T18:58:34.069Z Downloaded generic-array v0.14.7
2332026-08-18T18:58:34.072Z Downloaded quinn-udp v0.5.15
2342026-08-18T18:58:34.072Z Downloaded futures-sink v0.3.34
2352026-08-18T18:58:34.075Z Downloaded cfg-if v1.0.4
2362026-08-18T18:58:34.075Z Downloaded cpufeatures v0.3.0
2372026-08-18T18:58:34.075Z Downloaded ryu v1.0.23
2382026-08-18T18:58:34.078Z Downloaded curve25519-dalek-derive v0.1.1
2392026-08-18T18:58:34.081Z Downloaded sigchld v0.2.4
2402026-08-18T18:58:34.081Z Downloaded colorchoice v1.0.5
2412026-08-18T18:58:34.081Z Downloaded futures-macro v0.3.34
2422026-08-18T18:58:34.084Z Downloaded rustc_version v0.4.1
2432026-08-18T18:58:34.087Z Downloaded fnv v1.0.7
2442026-08-18T18:58:34.087Z Downloaded futures-io v0.3.34
2452026-08-18T18:58:34.087Z Downloaded clap_lex v1.1.0
2462026-08-18T18:58:34.087Z Downloaded enable-ansi-support v0.2.1
2472026-08-18T18:58:34.087Z Downloaded serde-value v0.7.0
2482026-08-18T18:58:34.090Z Downloaded serde_spanned v1.1.1
2492026-08-18T18:58:34.090Z Downloaded foreign-types v0.3.2
2502026-08-18T18:58:34.093Z Downloaded rand_core v0.6.4
2512026-08-18T18:58:34.093Z Downloaded shlex v2.0.1
2522026-08-18T18:58:34.093Z Downloaded debug-ignore v1.0.5
2532026-08-18T18:58:34.097Z Downloaded form_urlencoded v1.2.2
2542026-08-18T18:58:34.100Z Downloaded supports-color v3.0.2
2552026-08-18T18:58:34.100Z Downloaded cpufeatures v0.2.17
2562026-08-18T18:58:34.100Z Downloaded futures-core v0.3.34
2572026-08-18T18:58:34.103Z Downloaded tracing-error v0.2.1
2582026-08-18T18:58:34.103Z Downloaded typeid v1.0.3
2592026-08-18T18:58:34.106Z Downloaded serde_ignored v0.1.14
2602026-08-18T18:58:34.106Z Downloaded tokio-macros v2.7.2
2612026-08-18T18:58:34.106Z Downloaded supports-unicode v3.0.0
2622026-08-18T18:58:34.106Z Downloaded swrite v0.1.0
2632026-08-18T18:58:34.109Z Downloaded autocfg v1.5.1
2642026-08-18T18:58:34.109Z Downloaded sync_wrapper v1.0.2
2652026-08-18T18:58:34.128Z Downloaded convert_case v0.10.0
2662026-08-18T18:58:34.128Z Downloaded filetime v0.2.29
2672026-08-18T18:58:34.128Z Downloaded futures-task v0.3.34
2682026-08-18T18:58:34.128Z Downloaded supports-hyperlinks v3.2.0
2692026-08-18T18:58:34.128Z Downloaded unicode-linebreak v0.1.5
2702026-08-18T18:58:34.128Z Downloaded version_check v0.9.5
2712026-08-18T18:58:34.128Z Downloaded terminal_size v0.4.4
2722026-08-18T18:58:34.128Z Downloaded ahash v0.8.12
2732026-08-18T18:58:34.128Z Downloaded anstyle-parse v1.0.0
2742026-08-18T18:58:34.128Z Downloaded toml_datetime v0.6.11
2752026-08-18T18:58:34.128Z Downloaded pin-project-lite v0.2.17
2762026-08-18T18:58:34.129Z Downloaded tinyvec_macros v0.1.1
2772026-08-18T18:58:34.129Z Downloaded thread_local v1.1.10
2782026-08-18T18:58:34.129Z Downloaded bitflags v2.13.1
2792026-08-18T18:58:34.132Z Downloaded camino v1.2.5
2802026-08-18T18:58:34.132Z Downloaded cargo_metadata v0.23.1
2812026-08-18T18:58:34.132Z Downloaded serde_path_to_error v0.1.20
2822026-08-18T18:58:34.132Z Downloaded urlencoding v2.1.3
2832026-08-18T18:58:34.132Z Downloaded serde_core v1.0.229
2842026-08-18T18:58:34.132Z Downloaded http-body v1.1.0
2852026-08-18T18:58:34.135Z Downloaded subtle v2.6.1
2862026-08-18T18:58:34.135Z Downloaded humantime-serde v1.1.1
2872026-08-18T18:58:34.135Z Downloaded indent_write v2.2.0
2882026-08-18T18:58:34.138Z Downloaded lru-slab v0.1.2
2892026-08-18T18:58:34.138Z Downloaded mukti-metadata v0.3.0
2902026-08-18T18:58:34.138Z Downloaded signal-hook-mio v0.2.5
2912026-08-18T18:58:34.141Z Downloaded tower-service v0.3.3
2922026-08-18T18:58:34.141Z Downloaded want v0.3.1
2932026-08-18T18:58:34.142Z Downloaded strsim v0.11.1
2942026-08-18T18:58:34.145Z Downloaded color-spantrace v0.3.0
2952026-08-18T18:58:34.145Z Downloaded digest v0.10.7
2962026-08-18T18:58:34.145Z Downloaded fastrand v2.5.0
2972026-08-18T18:58:34.145Z Downloaded either v1.17.0
2982026-08-18T18:58:34.148Z Downloaded future-queue v0.4.0
2992026-08-18T18:58:34.148Z Downloaded signature v2.2.0
3002026-08-18T18:58:34.148Z Downloaded heck v0.5.0
3012026-08-18T18:58:34.151Z Downloaded toml_write v0.1.2
3022026-08-18T18:58:34.151Z Downloaded ed25519 v2.2.3
3032026-08-18T18:58:34.151Z Downloaded erased-serde v0.4.10
3042026-08-18T18:58:34.154Z Downloaded duct v0.13.7
3052026-08-18T18:58:34.154Z Downloaded ppv-lite86 v0.2.21
3062026-08-18T18:58:34.154Z Downloaded quote v1.0.47
3072026-08-18T18:58:34.157Z Downloaded rustc-demangle v0.1.28
3082026-08-18T18:58:34.157Z Downloaded is_ci v1.2.0
3092026-08-18T18:58:34.157Z Downloaded fixedbitset v0.5.7
3102026-08-18T18:58:34.160Z Downloaded find-msvc-tools v0.1.11
3112026-08-18T18:58:34.160Z Downloaded futures-executor v0.3.34
3122026-08-18T18:58:34.160Z Downloaded nextest-workspace-hack v0.1.0
3132026-08-18T18:58:34.164Z Downloaded utf8_iter v1.0.4
3142026-08-18T18:58:34.167Z Downloaded hex v0.4.3
3152026-08-18T18:58:34.167Z Downloaded signal-hook v0.3.18
3162026-08-18T18:58:34.172Z Downloaded rand_chacha v0.9.0
3172026-08-18T18:58:34.174Z Downloaded self_update v0.42.0
3182026-08-18T18:58:34.174Z Downloaded serde_derive v1.0.229
3192026-08-18T18:58:34.177Z Downloaded static_assertions v1.1.0
3202026-08-18T18:58:34.177Z Downloaded strip-ansi-escapes v0.2.1
3212026-08-18T18:58:34.177Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3222026-08-18T18:58:34.181Z Downloaded getrandom v0.3.4
3232026-08-18T18:58:34.181Z Downloaded simd-adler32 v0.3.10
3242026-08-18T18:58:34.181Z Downloaded xattr v1.6.1
3252026-08-18T18:58:34.183Z Downloaded foldhash v0.1.5
3262026-08-18T18:58:34.183Z Downloaded idna_adapter v1.0.0
3272026-08-18T18:58:34.183Z Downloaded is_terminal_polyfill v1.70.2
3282026-08-18T18:58:34.183Z Downloaded chacha20 v0.10.1
3292026-08-18T18:58:34.186Z Downloaded eyre v0.6.14
3302026-08-18T18:58:34.186Z Downloaded target-spec-miette v0.4.8
3312026-08-18T18:58:34.189Z Downloaded hyper-tls v0.6.0
3322026-08-18T18:58:34.189Z Downloaded untrusted v0.9.0
3332026-08-18T18:58:34.193Z Downloaded xxhash-rust v0.8.18
3342026-08-18T18:58:34.198Z Downloaded spki v0.7.3
3352026-08-18T18:58:34.201Z Downloaded thiserror-impl v2.0.20
3362026-08-18T18:58:34.201Z Downloaded nextest-metadata v0.12.2
3372026-08-18T18:58:34.208Z Downloaded itoa v1.0.18
3382026-08-18T18:58:34.211Z Downloaded lazy_static v1.5.0
3392026-08-18T18:58:34.211Z Downloaded signal-hook-registry v1.4.8
3402026-08-18T18:58:34.214Z Downloaded smol_str v0.3.6
3412026-08-18T18:58:34.214Z Downloaded tokio-native-tls v0.3.1
3422026-08-18T18:58:34.217Z Downloaded target-lexicon v0.13.5
3432026-08-18T18:58:34.217Z Downloaded tower-layer v0.3.3
3442026-08-18T18:58:34.217Z Downloaded cfg-expr v0.20.8
3452026-08-18T18:58:34.217Z Downloaded thiserror v1.0.69
3462026-08-18T18:58:34.220Z Downloaded toml_writer v1.1.2+spec-1.1.0
3472026-08-18T18:58:34.223Z Downloaded dialoguer v0.11.0
3482026-08-18T18:58:34.223Z Downloaded futures-channel v0.3.34
3492026-08-18T18:58:34.223Z Downloaded console v0.15.11
3502026-08-18T18:58:34.226Z Downloaded semver v1.0.28
3512026-08-18T18:58:34.226Z Downloaded sha2 v0.10.9
3522026-08-18T18:58:34.229Z Downloaded serde-untagged v0.1.9
3532026-08-18T18:58:34.229Z Downloaded unicase v2.9.0
3542026-08-18T18:58:34.229Z Downloaded crc32fast v1.5.0
3552026-08-18T18:58:34.229Z Downloaded clap_derive v4.6.4
3562026-08-18T18:58:34.232Z Downloaded zstd v0.13.3
3572026-08-18T18:58:34.232Z Downloaded openssl-probe v0.2.1
3582026-08-18T18:58:34.235Z Downloaded guppy-workspace-hack v0.1.0
3592026-08-18T18:58:34.235Z Downloaded try-lock v0.2.5
3602026-08-18T18:58:34.235Z Downloaded number_prefix v0.4.0
3612026-08-18T18:58:34.239Z Downloaded tracing-log v0.2.0
3622026-08-18T18:58:34.239Z Downloaded derive-where v1.6.1
3632026-08-18T18:58:34.241Z Downloaded futures v0.3.34
3642026-08-18T18:58:34.244Z Downloaded slab v0.4.12
3652026-08-18T18:58:34.244Z Downloaded tokio-rustls v0.26.4
3662026-08-18T18:58:34.247Z Downloaded tempfile v3.27.0
3672026-08-18T18:58:34.247Z Downloaded globset v0.4.20
3682026-08-18T18:58:34.247Z Downloaded home v0.5.12
3692026-08-18T18:58:34.247Z Downloaded nested v0.1.1
3702026-08-18T18:58:34.250Z Downloaded rustls-pki-types v1.15.1
3712026-08-18T18:58:34.250Z Downloaded target-spec v3.6.0
3722026-08-18T18:58:34.250Z Downloaded thiserror-impl v1.0.69
3732026-08-18T18:58:34.252Z Downloaded unicode-xid v0.2.6
3742026-08-18T18:58:34.253Z Downloaded zeroize v1.9.0
3752026-08-18T18:58:34.255Z Downloaded native-tls v0.2.18
3762026-08-18T18:58:34.255Z Downloaded quick-junit v0.5.2
3772026-08-18T18:58:34.258Z Downloaded zmij v1.0.23
3782026-08-18T18:58:34.258Z Downloaded openssl-macros v0.1.1
3792026-08-18T18:58:34.258Z Downloaded utf8parse v0.2.2
3802026-08-18T18:58:34.258Z Downloaded smallvec v1.15.2
3812026-08-18T18:58:34.261Z Downloaded humantime v2.4.0
3822026-08-18T18:58:34.263Z Downloaded indenter v0.3.4
3832026-08-18T18:58:34.266Z Downloaded quinn v0.11.11
3842026-08-18T18:58:34.269Z Downloaded reqwest v0.12.28
3852026-08-18T18:58:34.273Z Downloaded tokio-stream v0.1.19
3862026-08-18T18:58:34.277Z Downloaded litrs v1.0.0
3872026-08-18T18:58:34.277Z Downloaded toml v0.8.23
3882026-08-18T18:58:34.279Z Downloaded toml_parser v1.1.3+spec-1.1.0
3892026-08-18T18:58:34.282Z Downloaded ipnet v2.12.1
3902026-08-18T18:58:34.282Z Downloaded sharded-slab v0.1.7
3912026-08-18T18:58:34.282Z Downloaded pkg-config v0.3.34
3922026-08-18T18:58:34.285Z Downloaded newtype-uuid v1.4.0
3932026-08-18T18:58:34.285Z Downloaded pin-project-internal v1.1.13
3942026-08-18T18:58:34.288Z Downloaded jobserver v0.1.35
3952026-08-18T18:58:34.288Z Downloaded getrandom v0.2.17
3962026-08-18T18:58:34.294Z Downloaded config v0.15.25
3972026-08-18T18:58:34.297Z Downloaded tinyvec v1.12.0
3982026-08-18T18:58:34.303Z Downloaded bytes v1.12.1
3992026-08-18T18:58:34.306Z Downloaded zipsign-api v0.1.5
4002026-08-18T18:58:34.309Z Downloaded zstd-safe v7.2.4
4012026-08-18T18:58:34.309Z Downloaded clap v4.6.6
4022026-08-18T18:58:34.312Z Downloaded lock_api v0.4.14
4032026-08-18T18:58:34.315Z Downloaded const-oid v0.9.6
4042026-08-18T18:58:34.315Z Downloaded borsh v1.8.0
4052026-08-18T18:58:34.318Z Downloaded toml v1.1.4+spec-1.1.0
4062026-08-18T18:58:34.321Z Downloaded pkcs8 v0.10.2
4072026-08-18T18:58:34.324Z Downloaded thiserror v2.0.20
4082026-08-18T18:58:34.326Z Downloaded http-body-util v0.1.5
4092026-08-18T18:58:34.326Z Downloaded miette-derive v7.6.0
4102026-08-18T18:58:34.329Z Downloaded hyper-rustls v0.27.9
4112026-08-18T18:58:34.332Z Downloaded getrandom v0.4.3
4122026-08-18T18:58:34.334Z Downloaded rand v0.9.5
4132026-08-18T18:58:34.337Z Downloaded nextest-filtering v0.15.0
4142026-08-18T18:58:34.340Z Downloaded tracing-attributes v0.1.31
4152026-08-18T18:58:34.343Z Downloaded toml_edit v0.22.27
4162026-08-18T18:58:34.343Z Downloaded socket2 v0.6.5
4172026-08-18T18:58:34.346Z Downloaded textwrap v0.16.2
4182026-08-18T18:58:34.349Z Downloaded httparse v1.10.1
4192026-08-18T18:58:34.349Z Downloaded uuid v1.24.1
4202026-08-18T18:58:34.352Z Downloaded pin-project v1.1.13
4212026-08-18T18:58:34.358Z Downloaded tar v0.4.46
4222026-08-18T18:58:34.361Z Downloaded vte v0.14.1
4232026-08-18T18:58:34.363Z Downloaded rustls-webpki v0.103.14
4242026-08-18T18:58:34.368Z Downloaded once_cell v1.21.4
4252026-08-18T18:58:34.371Z Downloaded rand v0.10.2
4262026-08-18T18:58:34.373Z Downloaded serde v1.0.229
4272026-08-18T18:58:34.374Z Downloaded tracing-core v0.1.36
4282026-08-18T18:58:34.376Z Downloaded ron v0.12.2
4292026-08-18T18:58:34.380Z Downloaded iana-time-zone v0.1.65
4302026-08-18T18:58:34.387Z Downloaded num-traits v0.2.19
4312026-08-18T18:58:34.390Z Downloaded ed25519-dalek v2.2.0
4322026-08-18T18:58:34.393Z Downloaded derive_more v2.1.1
4332026-08-18T18:58:34.397Z Downloaded tower v0.5.3
4342026-08-18T18:58:34.402Z Downloaded unicode-ident v1.0.24
4352026-08-18T18:58:34.404Z Downloaded log v0.4.33
4362026-08-18T18:58:34.404Z Downloaded proc-macro2 v1.0.107
4372026-08-18T18:58:34.409Z Downloaded der v0.7.10
4382026-08-18T18:58:34.426Z Downloaded indicatif v0.17.11
4392026-08-18T18:58:34.429Z Downloaded cc v1.4.3
4402026-08-18T18:58:34.432Z Downloaded derive_more-impl v2.1.1
4412026-08-18T18:58:34.436Z Downloaded flate2 v1.1.9
4422026-08-18T18:58:34.441Z Downloaded unicode-segmentation v1.13.3
4432026-08-18T18:58:34.454Z Downloaded miette v7.6.0
4442026-08-18T18:58:34.457Z Downloaded url v2.5.8
4452026-08-18T18:58:34.460Z Downloaded hyper-util v0.1.20
4462026-08-18T18:58:34.463Z Downloaded memchr v2.8.3
4472026-08-18T18:58:34.466Z Downloaded regex v1.13.1
4482026-08-18T18:58:34.468Z Downloaded serde_json v1.0.151
4492026-08-18T18:58:34.474Z Downloaded unicode-normalization v0.1.25
4502026-08-18T18:58:34.491Z Downloaded tokio-util v0.7.19
4512026-08-18T18:58:34.513Z Downloaded tower-http v0.6.11
4522026-08-18T18:58:34.516Z Downloaded http v1.5.0
4532026-08-18T18:58:34.522Z Downloaded typenum v1.20.1
4542026-08-18T18:58:34.524Z Downloaded miniz_oxide v0.8.9
4552026-08-18T18:58:34.527Z Downloaded quick-xml v0.38.4
4562026-08-18T18:58:34.530Z Downloaded mio v1.2.2
4572026-08-18T18:58:34.533Z Downloaded indexmap v2.14.0
4582026-08-18T18:58:34.541Z Downloaded winnow v1.0.4
4592026-08-18T18:58:34.546Z Downloaded pulldown-cmark v0.13.4
4602026-08-18T18:58:34.549Z Downloaded winnow v0.7.15
4612026-08-18T18:58:34.554Z Downloaded portable-atomic v1.15.0
4622026-08-18T18:58:34.557Z Downloaded idna v1.1.0
4632026-08-18T18:58:34.560Z Downloaded aho-corasick v1.1.5
4642026-08-18T18:58:34.564Z Downloaded quinn-proto v0.11.17
4652026-08-18T18:58:34.568Z Downloaded futures-util v0.3.34
4662026-08-18T18:58:34.574Z Downloaded hashbrown v0.15.5
4672026-08-18T18:58:34.577Z Downloaded crossterm v0.29.0
4682026-08-18T18:58:34.580Z Downloaded clap_builder v4.6.6
4692026-08-18T18:58:34.583Z Downloaded hashbrown v0.17.1
4702026-08-18T18:58:34.586Z Downloaded itertools v0.14.0
4712026-08-18T18:58:34.589Z Downloaded webpki-roots v1.0.9
4722026-08-18T18:58:34.592Z Downloaded guppy v0.17.26
4732026-08-18T18:58:34.595Z Downloaded hyper v1.11.0
4742026-08-18T18:58:34.598Z Downloaded quick-xml v0.37.5
4752026-08-18T18:58:34.614Z Downloaded zerocopy v0.8.56
4762026-08-18T18:58:34.624Z Downloaded h2 v0.4.16
4772026-08-18T18:58:34.627Z Downloaded bstr v1.13.1
4782026-08-18T18:58:34.631Z Downloaded syn v2.0.119
4792026-08-18T18:58:34.637Z Downloaded regex-syntax v0.8.11
4802026-08-18T18:58:34.641Z Downloaded vcpkg v0.2.15
4812026-08-18T18:58:34.663Z Downloaded tracing-subscriber v0.3.23
4822026-08-18T18:58:34.667Z Downloaded rustix v0.38.44
4832026-08-18T18:58:34.679Z Downloaded syn v3.0.3
4842026-08-18T18:58:34.689Z Downloaded chrono v0.4.45
4852026-08-18T18:58:34.693Z Downloaded nix v0.30.1
4862026-08-18T18:58:34.699Z Downloaded rustix v1.1.4
4872026-08-18T18:58:34.711Z Downloaded rustls v0.23.43
4882026-08-18T18:58:34.717Z Downloaded unicode-width v0.2.2
4892026-08-18T18:58:34.720Z Downloaded curve25519-dalek v4.1.3
4902026-08-18T18:58:34.727Z Downloaded nextest-runner v0.80.0
4912026-08-18T18:58:34.731Z Downloaded unicode-width v0.1.14
4922026-08-18T18:58:34.734Z Downloaded openssl v0.10.81
4932026-08-18T18:58:34.739Z Downloaded gimli v0.32.3
4942026-08-18T18:58:34.743Z Downloaded regex-automata v0.4.18
4952026-08-18T18:58:34.750Z Downloaded object v0.37.3
4962026-08-18T18:58:34.770Z Downloaded tracing v0.1.44
4972026-08-18T18:58:34.780Z Downloaded tokio v1.53.1
4982026-08-18T18:58:34.811Z Downloaded color-eyre v0.6.5
4992026-08-18T18:58:34.830Z Downloaded recursion v0.5.4
5002026-08-18T18:58:34.835Z Downloaded ring v0.17.14
5012026-08-18T18:58:34.857Z Downloaded petgraph v0.8.3
5022026-08-18T18:58:34.868Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5032026-08-18T18:58:34.877Z Downloaded libc v0.2.189
5042026-08-18T18:58:34.933Z Compiling proc-macro2 v1.0.107
5052026-08-18T18:58:34.935Z Compiling unicode-ident v1.0.24
5062026-08-18T18:58:34.936Z Compiling quote v1.0.47
5072026-08-18T18:58:34.936Z Compiling libc v0.2.189
5082026-08-18T18:58:34.936Z Compiling serde_core v1.0.229
5092026-08-18T18:58:34.936Z Compiling cfg-if v1.0.4
5102026-08-18T18:58:35.066Z Compiling memchr v2.8.3
5112026-08-18T18:58:35.069Z Compiling once_cell v1.21.4
5122026-08-18T18:58:35.172Z Compiling log v0.4.33
5132026-08-18T18:58:35.191Z Compiling pin-project-lite v0.2.17
5142026-08-18T18:58:35.281Z Compiling itoa v1.0.18
5152026-08-18T18:58:35.318Z Compiling serde v1.0.229
5162026-08-18T18:58:35.506Z Compiling futures-core v0.3.34
5172026-08-18T18:58:35.653Z Compiling smallvec v1.15.2
5182026-08-18T18:58:35.905Z Compiling bitflags v2.13.1
5192026-08-18T18:58:36.066Z Compiling equivalent v1.0.2
5202026-08-18T18:58:36.088Z Compiling find-msvc-tools v0.1.11
5212026-08-18T18:58:36.161Z Compiling hashbrown v0.17.1
5222026-08-18T18:58:36.164Z Compiling shlex v2.0.1
5232026-08-18T18:58:36.321Z Compiling bytes v1.12.1
5242026-08-18T18:58:36.347Z Compiling futures-sink v0.3.34
5252026-08-18T18:58:36.380Z Compiling rustix v1.1.4
5262026-08-18T18:58:36.453Z Compiling jobserver v0.1.35
5272026-08-18T18:58:36.465Z Compiling autocfg v1.5.1
5282026-08-18T18:58:36.681Z Compiling errno v0.3.14
5292026-08-18T18:58:36.780Z Compiling cc v1.4.3
5302026-08-18T18:58:36.826Z Compiling signal-hook-registry v1.4.8
5312026-08-18T18:58:36.849Z Compiling mio v1.2.2
5322026-08-18T18:58:36.904Z Compiling syn v3.0.3
5332026-08-18T18:58:36.967Z Compiling syn v2.0.119
5342026-08-18T18:58:37.209Z Compiling socket2 v0.6.5
5352026-08-18T18:58:37.281Z Compiling zmij v1.0.23
5362026-08-18T18:58:37.526Z Compiling slab v0.4.12
5372026-08-18T18:58:37.617Z Compiling futures-channel v0.3.34
5382026-08-18T18:58:37.738Z Compiling tracing-core v0.1.36
5392026-08-18T18:58:37.903Z Compiling serde_json v1.0.151
5402026-08-18T18:58:37.966Z Compiling version_check v0.9.5
5412026-08-18T18:58:38.110Z Compiling indexmap v2.14.0
5422026-08-18T18:58:38.204Z Compiling futures-io v0.3.34
5432026-08-18T18:58:38.226Z Compiling futures-task v0.3.34
5442026-08-18T18:58:38.392Z Compiling getrandom v0.4.3
5452026-08-18T18:58:38.469Z Compiling unicode-width v0.2.2
5462026-08-18T18:58:38.669Z Compiling percent-encoding v2.3.2
5472026-08-18T18:58:38.778Z Compiling camino v1.2.5
5482026-08-18T18:58:38.919Z Compiling ring v0.17.14
5492026-08-18T18:58:38.940Z Compiling http v1.5.0
5502026-08-18T18:58:38.959Z Compiling zeroize v1.9.0
5512026-08-18T18:58:39.020Z Compiling adler2 v2.0.1
5522026-08-18T18:58:39.137Z Compiling simd-adler32 v0.3.10
5532026-08-18T18:58:39.181Z Compiling num-traits v0.2.19
5542026-08-18T18:58:39.409Z Compiling miniz_oxide v0.8.9
5552026-08-18T18:58:39.702Z Compiling getrandom v0.3.4
5562026-08-18T18:58:39.734Z Compiling serde_derive v1.0.229
5572026-08-18T18:58:39.966Z Compiling tokio-macros v2.7.2
5582026-08-18T18:58:40.009Z Compiling futures-macro v0.3.34
5592026-08-18T18:58:40.534Z Compiling tracing-attributes v0.1.31
5602026-08-18T18:58:40.736Z Compiling tokio v1.53.1
5612026-08-18T18:58:40.755Z Compiling zerocopy v0.8.56
5622026-08-18T18:58:40.758Z Compiling target-lexicon v0.13.5
5632026-08-18T18:58:40.778Z Compiling futures-util v0.3.34
5642026-08-18T18:58:40.903Z Compiling object v0.37.3
5652026-08-18T18:58:41.177Z Compiling http-body v1.1.0
5662026-08-18T18:58:41.256Z Compiling rustls-pki-types v1.15.1
5672026-08-18T18:58:41.334Z Compiling form_urlencoded v1.2.2
5682026-08-18T18:58:41.387Z Compiling semver v1.0.28
5692026-08-18T18:58:41.600Z Compiling getrandom v0.2.17
5702026-08-18T18:58:41.708Z Compiling tracing v0.1.44
5712026-08-18T18:58:41.795Z Compiling idna_adapter v1.0.0
5722026-08-18T18:58:41.897Z Compiling signal-hook v0.3.18
5732026-08-18T18:58:42.034Z Compiling utf8_iter v1.0.4
5742026-08-18T18:58:42.062Z Compiling untrusted v0.9.0
5752026-08-18T18:58:42.107Z Compiling gimli v0.32.3
5762026-08-18T18:58:42.119Z Compiling owo-colors v4.3.0
5772026-08-18T18:58:42.188Z Compiling guppy-workspace-hack v0.1.0
5782026-08-18T18:58:42.199Z Compiling httparse v1.10.1
5792026-08-18T18:58:42.408Z Compiling thiserror v2.0.20
5802026-08-18T18:58:42.432Z Compiling fnv v1.0.7
5812026-08-18T18:58:42.604Z Compiling idna v1.1.0
5822026-08-18T18:58:43.443Z Compiling thiserror-impl v2.0.20
5832026-08-18T18:58:43.552Z Compiling generic-array v0.14.7
5842026-08-18T18:58:43.774Z Compiling rustls v0.23.43
5852026-08-18T18:58:43.987Z Compiling addr2line v0.25.1
5862026-08-18T18:58:44.231Z Compiling atomic-waker v1.1.2
5872026-08-18T18:58:44.370Z Compiling typeid v1.0.3
5882026-08-18T18:58:44.414Z Compiling thiserror v1.0.69
5892026-08-18T18:58:44.594Z Compiling rustc-demangle v0.1.28
5902026-08-18T18:58:44.639Z Compiling tower-service v0.3.3
5912026-08-18T18:58:44.709Z Compiling tokio-util v0.7.19
5922026-08-18T18:58:44.736Z Compiling fastrand v2.5.0
5932026-08-18T18:58:44.781Z Compiling try-lock v0.2.5
5942026-08-18T18:58:44.898Z Compiling pkg-config v0.3.34
5952026-08-18T18:58:45.059Z Compiling target-spec v3.6.0
5962026-08-18T18:58:45.322Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5972026-08-18T18:58:45.353Z Compiling h2 v0.4.16
5982026-08-18T18:58:45.559Z Compiling tempfile v3.27.0
5992026-08-18T18:58:45.727Z Compiling backtrace v0.3.76
6002026-08-18T18:58:45.816Z Compiling want v0.3.1
6012026-08-18T18:58:46.244Z Compiling cfg-expr v0.20.8
6022026-08-18T18:58:46.301Z Compiling url v2.5.8
6032026-08-18T18:58:47.191Z Compiling thiserror-impl v1.0.69
6042026-08-18T18:58:47.286Z Compiling terminal_size v0.4.4
6052026-08-18T18:58:47.336Z Compiling aho-corasick v1.1.5
6062026-08-18T18:58:47.431Z Compiling typenum v1.20.1
6072026-08-18T18:58:48.103Z Compiling subtle v2.6.1
6082026-08-18T18:58:48.259Z Compiling regex-syntax v0.8.11
6092026-08-18T18:58:48.292Z Compiling winnow v0.7.15
6102026-08-18T18:58:48.656Z Compiling erased-serde v0.4.10
6112026-08-18T18:58:49.632Z Compiling rustls-webpki v0.103.14
6122026-08-18T18:58:50.533Z Compiling regex-automata v0.4.18
6132026-08-18T18:58:51.542Z Compiling hyper v1.11.0
6142026-08-18T18:58:52.707Z Compiling toml_datetime v0.6.11
6152026-08-18T18:58:53.080Z Compiling serde_spanned v0.6.9
6162026-08-18T18:58:53.241Z Compiling ahash v0.8.12
6172026-08-18T18:58:53.485Z Compiling sync_wrapper v1.0.2
6182026-08-18T18:58:53.602Z Compiling portable-atomic v1.15.0
6192026-08-18T18:58:53.682Z Compiling is_ci v1.2.0
6202026-08-18T18:58:53.851Z Compiling ipnet v2.12.1
6212026-08-18T18:58:54.037Z Compiling crc32fast v1.5.0
6222026-08-18T18:58:54.322Z Compiling toml_write v0.1.2
6232026-08-18T18:58:54.574Z Compiling tower-layer v0.3.3
6242026-08-18T18:58:54.779Z Compiling base64 v0.22.1
6252026-08-18T18:58:55.000Z Compiling unicode-segmentation v1.13.3
6262026-08-18T18:58:55.277Z Compiling parking_lot_core v0.9.12
6272026-08-18T18:58:55.308Z Compiling lazy_static v1.5.0
6282026-08-18T18:58:55.401Z Compiling either v1.17.0
6292026-08-18T18:58:55.415Z Compiling nextest-workspace-hack v0.1.0
6302026-08-18T18:58:55.547Z Compiling unicode-linebreak v0.1.5
6312026-08-18T18:58:55.576Z Compiling foldhash v0.1.5
6322026-08-18T18:58:55.614Z Compiling sharded-slab v0.1.7
6332026-08-18T18:58:55.637Z Compiling convert_case v0.10.0
6342026-08-18T18:58:55.650Z Compiling hyper-util v0.1.20
6352026-08-18T18:58:55.796Z Compiling textwrap v0.16.2
6362026-08-18T18:58:55.811Z Compiling hashbrown v0.15.5
6372026-08-18T18:58:55.891Z Compiling tower v0.5.3
6382026-08-18T18:58:56.237Z Compiling toml_edit v0.22.27
6392026-08-18T18:58:56.514Z Compiling supports-color v3.0.2
6402026-08-18T18:58:56.568Z Compiling tokio-rustls v0.26.4
6412026-08-18T18:58:56.851Z Compiling backtrace-ext v0.2.1
6422026-08-18T18:58:57.112Z Compiling ordered-float v2.10.1
6432026-08-18T18:58:57.163Z Compiling webpki-roots v1.0.9
6442026-08-18T18:58:57.280Z Compiling miette-derive v7.6.0
6452026-08-18T18:58:57.327Z Compiling pathdiff v0.2.3
6462026-08-18T18:58:57.385Z Compiling console v0.15.11
6472026-08-18T18:58:57.453Z Compiling tracing-log v0.2.0
6482026-08-18T18:58:57.793Z Compiling cargo-platform v0.3.3
6492026-08-18T18:58:58.279Z Compiling os_pipe v1.2.3
6502026-08-18T18:58:58.335Z Compiling thread_local v1.1.10
6512026-08-18T18:58:58.355Z Compiling debug-ignore v1.0.5
6522026-08-18T18:58:58.495Z Compiling pulldown-cmark v0.13.4
6532026-08-18T18:58:58.664Z Compiling fixedbitset v0.5.7
6542026-08-18T18:58:58.706Z Compiling winnow v1.0.4
6552026-08-18T18:58:58.729Z Compiling supports-unicode v3.0.0
6562026-08-18T18:58:58.792Z Compiling zstd-safe v7.2.4
6572026-08-18T18:58:58.898Z Compiling utf8parse v0.2.2
6582026-08-18T18:58:59.011Z Compiling unicode-width v0.1.14
6592026-08-18T18:58:59.026Z Compiling supports-hyperlinks v3.2.0
6602026-08-18T18:58:59.171Z Compiling rustix v0.38.44
6612026-08-18T18:58:59.239Z Compiling cfg_aliases v0.2.2
6622026-08-18T18:58:59.309Z Compiling scopeguard v1.2.0
6632026-08-18T18:58:59.321Z Compiling ryu v1.0.23
6642026-08-18T18:58:59.417Z Compiling lock_api v0.4.14
6652026-08-18T18:58:59.602Z Compiling serde_urlencoded v0.7.1
6662026-08-18T18:58:59.614Z Compiling nix v0.30.1
6672026-08-18T18:58:59.664Z Compiling miette v7.6.0
6682026-08-18T18:58:59.884Z Compiling toml_parser v1.1.3+spec-1.1.0
6692026-08-18T18:58:59.991Z Compiling anstyle-parse v1.0.0
6702026-08-18T18:59:00.163Z Compiling petgraph v0.8.3
6712026-08-18T18:59:00.276Z Compiling tracing-subscriber v0.3.23
6722026-08-18T18:59:01.170Z Compiling sigchld v0.2.4
6732026-08-18T18:59:01.374Z Compiling cargo_metadata v0.23.1
6742026-08-18T18:59:01.941Z Compiling toml v0.8.23
6752026-08-18T18:59:02.113Z Compiling serde-value v0.7.0
6762026-08-18T18:59:02.774Z Compiling hyper-rustls v0.27.9
6772026-08-18T18:59:03.258Z Compiling serde-untagged v0.1.9
6782026-08-18T18:59:03.693Z Compiling tower-http v0.6.11
6792026-08-18T18:59:03.929Z Compiling derive_more-impl v2.1.1
6802026-08-18T18:59:04.414Z Compiling itertools v0.14.0
6812026-08-18T18:59:04.592Z Compiling regex v1.13.1
6822026-08-18T18:59:04.732Z Compiling crypto-common v0.1.7
6832026-08-18T18:59:04.743Z Compiling block-buffer v0.10.4
6842026-08-18T18:59:04.866Z Compiling ppv-lite86 v0.2.21
6852026-08-18T18:59:04.892Z Compiling rand_core v0.9.5
6862026-08-18T18:59:05.148Z Compiling futures-executor v0.3.34
6872026-08-18T18:59:05.205Z Compiling http-body-util v0.1.5
6882026-08-18T18:59:05.496Z Compiling pin-project-internal v1.1.13
6892026-08-18T18:59:05.628Z Compiling uuid v1.24.1
6902026-08-18T18:59:05.647Z Compiling serde_spanned v1.1.1
6912026-08-18T18:59:05.791Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-08-18T18:59:05.908Z Compiling smol_str v0.3.6
6932026-08-18T18:59:06.006Z Compiling eyre v0.6.14
6942026-08-18T18:59:06.150Z Compiling filetime v0.2.29
6952026-08-18T18:59:06.193Z Compiling bstr v1.13.1
6962026-08-18T18:59:06.239Z Compiling vte v0.14.1
6972026-08-18T18:59:06.256Z Compiling anstyle-query v1.1.5
6982026-08-18T18:59:06.351Z Compiling iana-time-zone v0.1.65
6992026-08-18T18:59:06.364Z Compiling static_assertions v1.1.0
7002026-08-18T18:59:06.436Z Compiling number_prefix v0.4.0
7012026-08-18T18:59:06.529Z Compiling unicode-xid v0.2.6
7022026-08-18T18:59:06.584Z Compiling nested v0.1.1
7032026-08-18T18:59:06.642Z Compiling anstyle v1.0.14
7042026-08-18T18:59:06.663Z Compiling is_terminal_polyfill v1.70.2
7052026-08-18T18:59:06.664Z Compiling xattr v1.6.1
7062026-08-18T18:59:06.762Z Compiling tinyvec_macros v0.1.1
7072026-08-18T18:59:06.832Z Compiling self_update v0.42.0
7082026-08-18T18:59:06.857Z Compiling color-spantrace v0.3.0
7092026-08-18T18:59:06.877Z Compiling litrs v1.0.0
7102026-08-18T18:59:06.908Z Compiling unicase v2.9.0
7112026-08-18T18:59:06.963Z Compiling colorchoice v1.0.5
7122026-08-18T18:59:06.994Z Compiling tinyvec v1.12.0
7132026-08-18T18:59:07.089Z Compiling anstream v1.0.0
7142026-08-18T18:59:07.092Z Compiling tar v0.4.46
7152026-08-18T18:59:07.190Z Compiling guppy v0.17.26
7162026-08-18T18:59:07.318Z Compiling document-features v0.2.12
7172026-08-18T18:59:07.425Z Compiling cargo-util-schemas v0.2.0
7182026-08-18T18:59:07.586Z Compiling globset v0.4.20
7192026-08-18T18:59:07.864Z Compiling indicatif v0.17.11
7202026-08-18T18:59:08.211Z Compiling pin-project v1.1.13
7212026-08-18T18:59:08.317Z Compiling chrono v0.4.45
7222026-08-18T18:59:09.229Z Compiling strip-ansi-escapes v0.2.1
7232026-08-18T18:59:09.712Z Compiling nextest-metadata v0.12.2
7242026-08-18T18:59:09.816Z Compiling toml v1.1.4+spec-1.1.0
7252026-08-18T18:59:09.942Z Compiling newtype-uuid v1.4.0
7262026-08-18T18:59:10.129Z Compiling reqwest v0.12.28
7272026-08-18T18:59:10.802Z Compiling futures v0.3.34
7282026-08-18T18:59:10.889Z Compiling rand_chacha v0.9.0
7292026-08-18T18:59:10.927Z Compiling digest v0.10.7
7302026-08-18T18:59:11.157Z Compiling derive_more v2.1.1
7312026-08-18T18:59:11.241Z Compiling parking_lot v0.12.5
7322026-08-18T18:59:11.445Z Compiling flate2 v1.1.9
7332026-08-18T18:59:11.642Z Compiling shared_child v1.1.1
7342026-08-18T18:59:11.956Z Compiling tracing-error v0.2.1
7352026-08-18T18:59:12.193Z Compiling signal-hook-mio v0.2.5
7362026-08-18T18:59:12.326Z Compiling self-replace v1.5.0
7372026-08-18T18:59:12.358Z Compiling cargo-platform v0.2.0
7382026-08-18T18:59:12.587Z Compiling quick-xml v0.37.5
7392026-08-18T18:59:12.899Z Compiling quick-xml v0.38.4
7402026-08-18T18:59:12.902Z Compiling heck v0.5.0
7412026-08-18T18:59:13.109Z Compiling recursion v0.5.4
7422026-08-18T18:59:13.434Z Compiling clap_lex v1.1.0
7432026-08-18T18:59:13.507Z Compiling humantime v2.4.0
7442026-08-18T18:59:13.796Z Compiling cpufeatures v0.2.17
7452026-08-18T18:59:13.871Z Compiling strsim v0.11.1
7462026-08-18T18:59:13.947Z Compiling urlencoding v2.1.3
7472026-08-18T18:59:14.110Z Compiling indenter v0.3.4
7482026-08-18T18:59:14.187Z Compiling shell-words v1.1.1
7492026-08-18T18:59:14.461Z Compiling clap_derive v4.6.4
7502026-08-18T18:59:14.671Z Compiling clap_builder v4.6.6
7512026-08-18T18:59:14.802Z Compiling sha2 v0.10.9
7522026-08-18T18:59:14.930Z Compiling humantime-serde v1.1.1
7532026-08-18T18:59:15.091Z Compiling quick-junit v0.5.2
7542026-08-18T18:59:16.066Z Compiling nextest-filtering v0.15.0
7552026-08-18T18:59:16.176Z Compiling atomicwrites v0.4.4
7562026-08-18T18:59:16.471Z Compiling cargo_metadata v0.20.0
7572026-08-18T18:59:18.143Z Compiling cargo-nextest v0.9.97
7582026-08-18T18:59:18.448Z Compiling crossterm v0.29.0
7592026-08-18T18:59:21.106Z Compiling duct v0.13.7
7602026-08-18T18:59:21.118Z Compiling rand v0.9.5
7612026-08-18T18:59:21.136Z Compiling async-scoped v0.9.0
7622026-08-18T18:59:21.325Z Compiling zstd v0.13.3
7632026-08-18T18:59:21.345Z Compiling config v0.15.25
7642026-08-18T18:59:21.504Z Compiling unicode-normalization v0.1.25
7652026-08-18T18:59:21.665Z Compiling target-spec-miette v0.4.8
7662026-08-18T18:59:21.760Z Compiling future-queue v0.4.0
7672026-08-18T18:59:21.837Z Compiling mukti-metadata v0.3.0
7682026-08-18T18:59:22.039Z Compiling camino-tempfile v1.4.1
7692026-08-18T18:59:22.070Z Compiling tokio-stream v0.1.19
7702026-08-18T18:59:22.083Z Compiling derive-where v1.6.1
7712026-08-18T18:59:22.328Z Compiling serde_path_to_error v0.1.20
7722026-08-18T18:59:22.437Z Compiling serde_ignored v0.1.14
7732026-08-18T18:59:22.603Z Compiling swrite v0.1.0
7742026-08-18T18:59:22.661Z Compiling xxhash-rust v0.8.18
7752026-08-18T18:59:22.786Z Compiling indent_write v2.2.0
7762026-08-18T18:59:22.797Z Compiling home v0.5.12
7772026-08-18T18:59:22.831Z Compiling hex v0.4.3
7782026-08-18T18:59:22.843Z Compiling color-eyre v0.6.5
7792026-08-18T18:59:22.949Z Compiling clap v4.6.6
7802026-08-18T18:59:22.961Z Compiling dialoguer v0.11.0
7812026-08-18T18:59:23.032Z Compiling enable-ansi-support v0.2.1
7822026-08-18T18:59:23.301Z Compiling nextest-runner v0.80.0
7832026-08-18T18:59:41.996Z Finished `release` profile [optimized] target(s) in 1m 10s
7842026-08-18T18:59:42.190Z Installing /home/build/.cargo/bin/cargo-nextest
7852026-08-18T18:59:42.197Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7862026-08-18T18:59:42.300Z+ pushd bgp
7872026-08-18T18:59:42.303Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7882026-08-18T18:59:42.303Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7892026-08-18T18:59:42.456Z Updating git repository `https://github.com/oxidecomputer/falcon`
7902026-08-18T18:59:43.554ZFrom https://github.com/oxidecomputer/falcon
7912026-08-18T18:59:43.554Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7922026-08-18T18:59:43.631Z Updating crates.io index
7932026-08-18T18:59:43.634Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7942026-08-18T18:59:44.124ZFrom https://github.com/oxidecomputer/dendrite
7952026-08-18T18:59:44.124Z * [new ref] 9645288adc19b352aaa9a675be9953fe4e0b6e1b -> refs/commit/9645288adc19b352aaa9a675be9953fe4e0b6e1b
7962026-08-18T18:59:44.159Z Updating git repository `https://github.com/oxidecomputer/ispf`
7972026-08-18T18:59:44.539ZFrom https://github.com/oxidecomputer/ispf
7982026-08-18T18:59:44.539Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7992026-08-18T18:59:44.544Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8002026-08-18T18:59:44.939ZFrom https://github.com/oxidecomputer/netadm-sys
8012026-08-18T18:59:44.939Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
8022026-08-18T18:59:44.946Z Updating git repository `https://github.com/oxidecomputer/omicron`
8032026-08-18T18:59:50.826ZFrom https://github.com/oxidecomputer/omicron
8042026-08-18T18:59:50.826Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8052026-08-18T18:59:51.258Z Updating git repository `https://github.com/oxidecomputer/opte`
8062026-08-18T18:59:52.135ZFrom https://github.com/oxidecomputer/opte
8072026-08-18T18:59:52.136Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8082026-08-18T18:59:52.162Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8092026-08-18T18:59:52.484ZFrom https://github.com/oxidecomputer/slog-error-chain
8102026-08-18T18:59:52.484Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8112026-08-18T18:59:52.493Z Updating git repository `https://github.com/illumos/smf-rs`
8122026-08-18T18:59:52.808ZFrom https://github.com/illumos/smf-rs
8132026-08-18T18:59:52.809Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8142026-08-18T18:59:52.817Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8152026-08-18T18:59:53.154ZFrom https://github.com/oxidecomputer/network-interface
8162026-08-18T18:59:53.154Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8172026-08-18T18:59:53.161Z Updating git repository `https://github.com/oxidecomputer/zone`
8182026-08-18T18:59:53.500ZFrom https://github.com/oxidecomputer/zone
8192026-08-18T18:59:53.500Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8202026-08-18T18:59:53.506Z Updating git repository `https://github.com/oxidecomputer/propolis`
8212026-08-18T18:59:54.497ZFrom https://github.com/oxidecomputer/propolis
8222026-08-18T18:59:54.497Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8232026-08-18T18:59:54.542Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8242026-08-18T18:59:55.552ZFrom https://github.com/oxidecomputer/transceiver-control
8252026-08-18T18:59:55.552Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
8262026-08-18T18:59:55.564Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8272026-08-18T18:59:55.875ZFrom https://github.com/oxidecomputer/dlpi-sys
8282026-08-18T18:59:55.875Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
8292026-08-18T18:59:55.881Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8302026-08-18T18:59:56.256ZFrom https://github.com/jmesmon/rust-libzfs
8312026-08-18T18:59:56.256Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8322026-08-18T18:59:56.264Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8332026-08-18T18:59:56.620ZFrom https://github.com/oxidecomputer/rusty-doors
8342026-08-18T18:59:56.620Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8352026-08-18T18:59:56.626Z Updating git repository `https://github.com/oxidecomputer/lldp`
8362026-08-18T18:59:57.208ZFrom https://github.com/oxidecomputer/lldp
8372026-08-18T18:59:57.208Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8382026-08-18T18:59:57.219Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8392026-08-18T18:59:57.560ZFrom https://github.com/oxidecomputer/tufaceous
8402026-08-18T18:59:57.560Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8412026-08-18T18:59:57.577Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8422026-08-18T18:59:58.100ZFrom https://github.com/oxidecomputer/management-gateway-service
8432026-08-18T18:59:58.100Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8442026-08-18T18:59:58.114Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-08-18T19:00:00.384ZFrom https://github.com/oxidecomputer/crucible
8462026-08-18T19:00:00.384Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8472026-08-18T19:00:00.429Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8482026-08-18T19:00:00.731ZFrom https://github.com/oxidecomputer/serde_human_bytes
8492026-08-18T19:00:00.731Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8502026-08-18T19:00:00.743Z Updating git repository `https://github.com/oxidecomputer/propolis`
8512026-08-18T19:00:01.257ZFrom https://github.com/oxidecomputer/propolis
8522026-08-18T19:00:01.257Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8532026-08-18T19:00:01.305Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-08-18T19:00:02.001ZFrom https://github.com/oxidecomputer/crucible
8552026-08-18T19:00:02.001Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8562026-08-18T19:00:02.067Z Updating git repository `https://github.com/oxidecomputer/tofino`
8572026-08-18T19:00:02.490ZFrom https://github.com/oxidecomputer/tofino
8582026-08-18T19:00:02.490Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8592026-08-18T19:00:02.501Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8602026-08-18T19:00:04.212ZFrom https://github.com/oxidecomputer/maghemite
8612026-08-18T19:00:04.212Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8622026-08-18T19:00:04.245Z Updating git repository `https://github.com/oxidecomputer/clickward`
8632026-08-18T19:00:04.661ZFrom https://github.com/oxidecomputer/clickward
8642026-08-18T19:00:04.662Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8652026-08-18T19:00:04.669Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8662026-08-18T19:00:05.119ZFrom https://github.com/oxidecomputer/illumos-devinfo
8672026-08-18T19:00:05.119Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8682026-08-18T19:00:05.877Z Downloading crates ...
8692026-08-18T19:00:05.925Z Downloaded konst_macro_rules v0.2.19
8702026-08-18T19:00:05.932Z Downloaded aead v0.5.2
8712026-08-18T19:00:05.936Z Downloaded lru-cache v0.1.2
8722026-08-18T19:00:05.939Z Downloaded linked-hash-map v0.5.6
8732026-08-18T19:00:05.943Z Downloaded fs-err v3.3.1
8742026-08-18T19:00:05.948Z Downloaded memmap2 v0.9.11
8752026-08-18T19:00:05.951Z Downloaded pest_derive v2.8.8
8762026-08-18T19:00:05.951Z Downloaded pkg-config v0.3.33
8772026-08-18T19:00:05.959Z Downloaded omicron-zone-package v0.12.3
8782026-08-18T19:00:05.959Z Downloaded progenitor-extras v0.2.0
8792026-08-18T19:00:05.966Z Downloaded progenitor v0.10.0
8802026-08-18T19:00:05.966Z Downloaded argon2 v0.5.3
8812026-08-18T19:00:05.966Z Downloaded hashbrown v0.12.3
8822026-08-18T19:00:05.966Z Downloaded allocator-api2 v0.2.21
8832026-08-18T19:00:05.966Z Downloaded opaque-debug v0.3.1
8842026-08-18T19:00:05.966Z Downloaded serde_with_macros v3.22.0
8852026-08-18T19:00:05.974Z Downloaded gethostname v0.5.0
8862026-08-18T19:00:05.974Z Downloaded qorb v0.4.1
8872026-08-18T19:00:05.974Z Downloaded num_enum_derive v0.5.11
8882026-08-18T19:00:05.974Z Downloaded olpc-cjson v0.1.4
8892026-08-18T19:00:05.974Z Downloaded icu_properties v2.2.0
8902026-08-18T19:00:05.974Z Downloaded icu_provider v2.2.0
8912026-08-18T19:00:05.974Z Downloaded quick-error v1.2.3
8922026-08-18T19:00:05.978Z Downloaded httpdate v1.0.3
8932026-08-18T19:00:05.981Z Downloaded omicron-workspace-hack v0.1.0
8942026-08-18T19:00:05.981Z Downloaded mime v0.3.17
8952026-08-18T19:00:05.984Z Downloaded nom v7.1.3
8962026-08-18T19:00:05.984Z Downloaded glob v0.3.4
8972026-08-18T19:00:05.987Z Downloaded heck v0.4.1
8982026-08-18T19:00:05.988Z Downloaded hubpack v0.1.2
8992026-08-18T19:00:05.988Z Downloaded keccak v0.1.6
9002026-08-18T19:00:05.988Z Downloaded num v0.4.3
9012026-08-18T19:00:05.988Z Downloaded libsw v3.5.0
9022026-08-18T19:00:05.988Z Downloaded num-complex v0.4.6
9032026-08-18T19:00:05.991Z Downloaded num-derive v0.4.2
9042026-08-18T19:00:05.991Z Downloaded num_threads v0.1.7
9052026-08-18T19:00:05.991Z Downloaded oxnet v0.1.6
9062026-08-18T19:00:05.994Z Downloaded fxhash v0.2.1
9072026-08-18T19:00:05.997Z Downloaded memmap v0.7.0
9082026-08-18T19:00:05.997Z Downloaded match_cfg v0.1.0
9092026-08-18T19:00:05.997Z Downloaded macaddr v1.0.1
9102026-08-18T19:00:05.997Z Downloaded managed v0.8.0
9112026-08-18T19:00:06.001Z Downloaded no-std-compat v0.4.1
9122026-08-18T19:00:06.001Z Downloaded potential_utf v0.1.5
9132026-08-18T19:00:06.005Z Downloaded git-stub v1.0.0
9142026-08-18T19:00:06.005Z Downloaded idna_adapter v1.2.2
9152026-08-18T19:00:06.005Z Downloaded progenitor-client v0.10.0
9162026-08-18T19:00:06.005Z Downloaded libscf-sys v1.2.0
9172026-08-18T19:00:06.005Z Downloaded libsw-core v0.3.2
9182026-08-18T19:00:06.009Z Downloaded num_enum v0.7.6
9192026-08-18T19:00:06.009Z Downloaded hostname v0.4.2
9202026-08-18T19:00:06.012Z Downloaded num-rational v0.4.2
9212026-08-18T19:00:06.012Z Downloaded litemap v0.8.2
9222026-08-18T19:00:06.012Z Downloaded group v0.13.0
9232026-08-18T19:00:06.015Z Downloaded hostname v0.3.1
9242026-08-18T19:00:06.015Z Downloaded instant v0.1.13
9252026-08-18T19:00:06.015Z Downloaded git-stub-vcs v0.1.0
9262026-08-18T19:00:06.018Z Downloaded num-conv v0.2.2
9272026-08-18T19:00:06.018Z Downloaded parse-display v0.10.0
9282026-08-18T19:00:06.021Z Downloaded progenitor-macro v0.10.0
9292026-08-18T19:00:06.021Z Downloaded ident_case v1.0.1
9302026-08-18T19:00:06.024Z Downloaded progenitor-macro v0.13.0
9312026-08-18T19:00:06.024Z Downloaded hubpack_derive v0.1.1
9322026-08-18T19:00:06.027Z Downloaded scroll_derive v0.12.1
9332026-08-18T19:00:06.027Z Downloaded hash32 v0.3.1
9342026-08-18T19:00:06.027Z Downloaded proc-macro-crate v1.3.1
9352026-08-18T19:00:06.030Z Downloaded natord v1.0.9
9362026-08-18T19:00:06.030Z Downloaded newline-converter v0.3.0
9372026-08-18T19:00:06.030Z Downloaded plain v0.2.3
9382026-08-18T19:00:06.034Z Downloaded zeroize_derive v1.5.0
9392026-08-18T19:00:06.035Z Downloaded newtype_derive v0.1.6
9402026-08-18T19:00:06.035Z Downloaded num-iter v0.1.46
9412026-08-18T19:00:06.035Z Downloaded proc-macro-crate v3.5.0
9422026-08-18T19:00:06.035Z Downloaded is-terminal v0.4.17
9432026-08-18T19:00:06.039Z Downloaded jiff-static v0.2.35
9442026-08-18T19:00:06.042Z Downloaded rustc_version v0.1.7
9452026-08-18T19:00:06.042Z Downloaded phf_shared v0.12.1
9462026-08-18T19:00:06.042Z Downloaded newtype-uuid-macros v0.1.1
9472026-08-18T19:00:06.042Z Downloaded proc-macro-error-attr v1.0.4
9482026-08-18T19:00:06.042Z Downloaded rand_chacha v0.3.1
9492026-08-18T19:00:06.045Z Downloaded serial_test_derive v4.0.1
9502026-08-18T19:00:06.045Z Downloaded base16ct v0.2.0
9512026-08-18T19:00:06.050Z Downloaded progenitor-client v0.14.0
9522026-08-18T19:00:06.050Z Downloaded base16ct v1.0.0
9532026-08-18T19:00:06.050Z Downloaded memoffset v0.9.1
9542026-08-18T19:00:06.053Z Downloaded unit-prefix v0.5.2
9552026-08-18T19:00:06.053Z Downloaded ref-cast v1.0.26
9562026-08-18T19:00:06.053Z Downloaded num-integer v0.1.47
9572026-08-18T19:00:06.053Z Downloaded pretty-hex v0.4.2
9582026-08-18T19:00:06.057Z Downloaded scroll_derive v0.13.1
9592026-08-18T19:00:06.057Z Downloaded multer v3.1.0
9602026-08-18T19:00:06.057Z Downloaded pest_generator v2.8.8
9612026-08-18T19:00:06.064Z Downloaded hybrid-array v0.4.14
9622026-08-18T19:00:06.069Z Downloaded zone v0.3.1
9632026-08-18T19:00:06.069Z Downloaded crypto-common v0.2.2
9642026-08-18T19:00:06.072Z Downloaded const-random v0.1.18
9652026-08-18T19:00:06.076Z Downloaded dropshot-api-manager-types v0.7.2
9662026-08-18T19:00:06.079Z Downloaded dunce v1.0.5
9672026-08-18T19:00:06.079Z Downloaded dyn-clone v1.0.20
9682026-08-18T19:00:06.079Z Downloaded sigpipe v0.1.3
9692026-08-18T19:00:06.082Z Downloaded serde_plain v1.0.2
9702026-08-18T19:00:06.082Z Downloaded serde_repr v0.1.21
9712026-08-18T19:00:06.082Z Downloaded thiserror-impl-no-std v2.0.2
9722026-08-18T19:00:06.083Z Downloaded linear-map v1.2.0
9732026-08-18T19:00:06.120Z Downloaded num_enum v0.5.11
9742026-08-18T19:00:06.120Z Downloaded oxide-tokio-rt v0.1.6
9752026-08-18T19:00:06.120Z Downloaded secrecy v0.10.3
9762026-08-18T19:00:06.120Z Downloaded semver v0.1.20
9772026-08-18T19:00:06.120Z Downloaded progenitor-client v0.13.0
9782026-08-18T19:00:06.120Z Downloaded phf v0.12.1
9792026-08-18T19:00:06.120Z Downloaded parse-display-derive v0.10.0
9802026-08-18T19:00:06.120Z Downloaded parking_lot_core v0.8.6
9812026-08-18T19:00:06.120Z Downloaded progenitor-macro v0.14.0
9822026-08-18T19:00:06.121Z Downloaded internet-checksum v0.2.1
9832026-08-18T19:00:06.121Z Downloaded serde-big-array v0.5.1
9842026-08-18T19:00:06.121Z Downloaded progenitor v0.14.0
9852026-08-18T19:00:06.121Z Downloaded pem v3.0.6
9862026-08-18T19:00:06.121Z Downloaded poly1305 v0.8.0
9872026-08-18T19:00:06.121Z Downloaded inout v0.1.4
9882026-08-18T19:00:06.121Z Downloaded serial_test v4.0.1
9892026-08-18T19:00:06.121Z Downloaded powerfmt v0.2.0
9902026-08-18T19:00:06.121Z Downloaded proc-macro-error v1.0.4
9912026-08-18T19:00:06.121Z Downloaded same-file v1.0.6
9922026-08-18T19:00:06.121Z Downloaded ref-cast-impl v1.0.26
9932026-08-18T19:00:06.121Z Downloaded tagptr v0.2.0
9942026-08-18T19:00:06.121Z Downloaded testing_table v0.3.0
9952026-08-18T19:00:06.121Z Downloaded typify-macro v0.6.2
9962026-08-18T19:00:06.121Z Downloaded unarray v0.1.4
9972026-08-18T19:00:06.121Z Downloaded defmt v0.3.100
9982026-08-18T19:00:06.121Z Downloaded paste v1.0.15
9992026-08-18T19:00:06.121Z Downloaded byte-wrapper v0.1.0
10002026-08-18T19:00:06.121Z Downloaded password-hash v0.5.0
10012026-08-18T19:00:06.121Z Downloaded port-file v0.1.0
10022026-08-18T19:00:06.121Z Downloaded wait-timeout v0.2.1
10032026-08-18T19:00:06.121Z Downloaded strum v0.26.3
10042026-08-18T19:00:06.130Z Downloaded crucible-workspace-hack v0.1.0
10052026-08-18T19:00:06.130Z Downloaded crunchy v0.2.4
10062026-08-18T19:00:06.130Z Downloaded progenitor v0.13.0
10072026-08-18T19:00:06.133Z Downloaded highway v1.3.0
10082026-08-18T19:00:06.133Z Downloaded bytecount v0.6.9
10092026-08-18T19:00:06.134Z Downloaded constant_time_eq v0.4.2
10102026-08-18T19:00:06.134Z Downloaded slog-envlogger v2.2.0
10112026-08-18T19:00:06.134Z Downloaded daft v0.1.8
10122026-08-18T19:00:06.134Z Downloaded daft-derive v0.1.8
10132026-08-18T19:00:06.137Z Downloaded fs_extra v1.3.0
10142026-08-18T19:00:06.137Z Downloaded resolv-conf v0.7.6
10152026-08-18T19:00:06.137Z Downloaded rustls-pemfile v2.2.0
10162026-08-18T19:00:06.137Z Downloaded rustls-native-certs v0.8.4
10172026-08-18T19:00:06.137Z Downloaded sha1 v0.11.0
10182026-08-18T19:00:06.145Z Downloaded siphasher v1.0.3
10192026-08-18T19:00:06.146Z Downloaded strum v0.27.2
10202026-08-18T19:00:06.146Z Downloaded tabwriter v1.4.1
10212026-08-18T19:00:06.149Z Downloaded topological-sort v0.2.2
10222026-08-18T19:00:06.149Z Downloaded usdt-attr-macro v0.5.0
10232026-08-18T19:00:06.149Z Downloaded anyhow v1.0.104
10242026-08-18T19:00:06.149Z Downloaded slog-stdlog v4.1.1
10252026-08-18T19:00:06.149Z Downloaded ingot-types v0.1.2
10262026-08-18T19:00:06.149Z Downloaded ingot-types v0.2.0
10272026-08-18T19:00:06.149Z Downloaded rusty-fork v0.3.1
10282026-08-18T19:00:06.152Z Downloaded parking_lot v0.11.2
10292026-08-18T19:00:06.152Z Downloaded num_enum_derive v0.7.6
10302026-08-18T19:00:06.156Z Downloaded postcard v1.1.3
10312026-08-18T19:00:06.156Z Downloaded usdt-macro v0.6.0
10322026-08-18T19:00:06.159Z Downloaded half v2.7.1
10332026-08-18T19:00:06.159Z Downloaded yoke-derive v0.8.2
10342026-08-18T19:00:06.162Z Downloaded ciborium-ll v0.2.2
10352026-08-18T19:00:06.166Z Downloaded minimal-lexical v0.2.1
10362026-08-18T19:00:06.166Z Downloaded usdt v0.6.0
10372026-08-18T19:00:06.166Z Downloaded compression-core v0.4.32
10382026-08-18T19:00:06.166Z Downloaded const-random-macro v0.1.16
10392026-08-18T19:00:06.166Z Downloaded papergrid v0.11.0
10402026-08-18T19:00:06.169Z Downloaded dtrace-parser v0.2.0
10412026-08-18T19:00:06.169Z Downloaded fixedbitset v0.4.2
10422026-08-18T19:00:06.174Z Downloaded ingot v0.1.1
10432026-08-18T19:00:06.174Z Downloaded scroll v0.12.0
10442026-08-18T19:00:06.174Z Downloaded chacha20 v0.9.1
10452026-08-18T19:00:06.174Z Downloaded ingot v0.2.1
10462026-08-18T19:00:06.177Z Downloaded ipnetwork v0.21.1
10472026-08-18T19:00:06.177Z Downloaded schemars_derive v0.8.22
10482026-08-18T19:00:06.177Z Downloaded async-stream v0.3.6
10492026-08-18T19:00:06.177Z Downloaded async-stream-impl v0.3.6
10502026-08-18T19:00:06.177Z Downloaded bcs v0.1.6
10512026-08-18T19:00:06.180Z Downloaded async-recursion v1.1.1
10522026-08-18T19:00:06.180Z Downloaded async-trait v0.1.92
10532026-08-18T19:00:06.184Z Downloaded rand_xorshift v0.4.0
10542026-08-18T19:00:06.184Z Downloaded serde_tokenstream v0.3.0
10552026-08-18T19:00:06.184Z Downloaded scroll v0.13.0
10562026-08-18T19:00:06.184Z Downloaded dof v0.4.0
10572026-08-18T19:00:06.184Z Downloaded dtrace-parser v0.3.0
10582026-08-18T19:00:06.189Z Downloaded sha1 v0.10.7
10592026-08-18T19:00:06.189Z Downloaded tabled_derive v0.7.0
10602026-08-18T19:00:06.189Z Downloaded take_mut v0.2.2
10612026-08-18T19:00:06.189Z Downloaded cipher v0.4.4
10622026-08-18T19:00:06.192Z Downloaded critical-section v1.2.0
10632026-08-18T19:00:06.192Z Downloaded ff v0.13.1
10642026-08-18T19:00:06.192Z Downloaded universal-hash v0.5.1
10652026-08-18T19:00:06.192Z Downloaded defmt-parser v1.0.0
10662026-08-18T19:00:06.193Z Downloaded ingot-macros v0.1.1
10672026-08-18T19:00:06.196Z Downloaded data-encoding v2.11.1
10682026-08-18T19:00:06.200Z Downloaded find-msvc-tools v0.1.10
10692026-08-18T19:00:06.203Z Downloaded hmac v0.12.1
10702026-08-18T19:00:06.203Z Downloaded crc8 v0.1.1
10712026-08-18T19:00:06.203Z Downloaded diff v0.1.13
10722026-08-18T19:00:06.207Z Downloaded rustversion v1.0.23
10732026-08-18T19:00:06.207Z Downloaded deranged v0.5.8
10742026-08-18T19:00:06.210Z Downloaded slog-json v2.6.1
10752026-08-18T19:00:06.210Z Downloaded zerofrom-derive v0.1.7
10762026-08-18T19:00:06.210Z Downloaded zerofrom v0.1.8
10772026-08-18T19:00:06.210Z Downloaded rhai_codegen v3.2.0
10782026-08-18T19:00:06.215Z Downloaded ciborium-io v0.2.2
10792026-08-18T19:00:06.218Z Downloaded serde_tokenstream v0.2.3
10802026-08-18T19:00:06.219Z Downloaded cstr-argument v0.1.2
10812026-08-18T19:00:06.219Z Downloaded darling_macro v0.23.0
10822026-08-18T19:00:06.219Z Downloaded spin v0.5.2
10832026-08-18T19:00:06.219Z Downloaded time-core v0.1.9
10842026-08-18T19:00:06.222Z Downloaded thin-vec v0.2.19
10852026-08-18T19:00:06.222Z Downloaded progenitor-impl v0.13.0
10862026-08-18T19:00:06.225Z Downloaded indexmap v1.9.3
10872026-08-18T19:00:06.228Z Downloaded pest_meta v2.8.8
10882026-08-18T19:00:06.231Z Downloaded snafu-derive v0.8.9
10892026-08-18T19:00:06.235Z Downloaded thiserror-no-std v2.0.2
10902026-08-18T19:00:06.238Z Downloaded tokio-tungstenite v0.21.0
10912026-08-18T19:00:06.238Z Downloaded ucd-trie v0.1.7
10922026-08-18T19:00:06.241Z Downloaded stable_deref_trait v1.2.1
10932026-08-18T19:00:06.242Z Downloaded termtree v0.5.1
10942026-08-18T19:00:06.242Z Downloaded byteorder v1.5.0
10952026-08-18T19:00:06.245Z Downloaded erased-serde v0.3.31
10962026-08-18T19:00:06.245Z Downloaded smf v0.2.3
10972026-08-18T19:00:06.245Z Downloaded untrusted v0.7.1
10982026-08-18T19:00:06.249Z Downloaded writeable v0.6.3
10992026-08-18T19:00:06.254Z Downloaded xz2 v0.1.7
11002026-08-18T19:00:06.254Z Downloaded serde_derive_internals v0.29.1
11012026-08-18T19:00:06.259Z Downloaded const_format_proc_macros v0.2.34
11022026-08-18T19:00:06.259Z Downloaded foldhash v0.2.0
11032026-08-18T19:00:06.262Z Downloaded colored v3.1.1
11042026-08-18T19:00:06.262Z Downloaded crossbeam-epoch v0.9.20
11052026-08-18T19:00:06.265Z Downloaded tokio-dtrace v0.1.1
11062026-08-18T19:00:06.265Z Downloaded vsss-rs v3.3.4
11072026-08-18T19:00:06.265Z Downloaded typify-macro v0.4.3
11082026-08-18T19:00:06.268Z Downloaded thread-id v4.2.2
11092026-08-18T19:00:06.271Z Downloaded slog-bunyan v2.5.0
11102026-08-18T19:00:06.271Z Downloaded usdt v0.5.0
11112026-08-18T19:00:06.274Z Downloaded bit-set v0.8.0
11122026-08-18T19:00:06.274Z Downloaded progenitor-impl v0.14.0
11132026-08-18T19:00:06.277Z Downloaded backon v1.6.0
11142026-08-18T19:00:06.280Z Downloaded defmt v1.1.1
11152026-08-18T19:00:06.284Z Downloaded papergrid v0.18.0
11162026-08-18T19:00:06.284Z Downloaded progenitor-impl v0.10.0
11172026-08-18T19:00:06.284Z Downloaded slog v2.8.2
11182026-08-18T19:00:06.287Z Downloaded derive-ex v0.1.8
11192026-08-18T19:00:06.287Z Downloaded synstructure v0.13.2
11202026-08-18T19:00:06.287Z Downloaded rustls-platform-verifier v0.7.0
11212026-08-18T19:00:06.290Z Downloaded embedded-io v0.4.0
11222026-08-18T19:00:06.290Z Downloaded cmake v0.1.58
11232026-08-18T19:00:06.293Z Downloaded foreign-types v0.5.0
11242026-08-18T19:00:06.297Z Downloaded embedded-io v0.6.1
11252026-08-18T19:00:06.301Z Downloaded serde_yaml v0.9.34+deprecated
11262026-08-18T19:00:06.303Z Downloaded icu_normalizer_data v2.2.0
11272026-08-18T19:00:06.309Z Downloaded smartstring v1.0.1
11282026-08-18T19:00:06.314Z Downloaded usdt-impl v0.6.0
11292026-08-18T19:00:06.314Z Downloaded convert_case v0.4.0
11302026-08-18T19:00:06.317Z Downloaded tiny-keccak v2.0.2
11312026-08-18T19:00:06.318Z Downloaded tinystr v0.8.3
11322026-08-18T19:00:06.321Z Downloaded zone_cfg_derive v0.3.1
11332026-08-18T19:00:06.321Z Downloaded structmeta v0.3.0
11342026-08-18T19:00:06.321Z Downloaded enum-as-inner v0.6.1
11352026-08-18T19:00:06.321Z Downloaded structmeta-derive v0.3.0
11362026-08-18T19:00:06.321Z Downloaded utf-8 v0.7.6
11372026-08-18T19:00:06.321Z Downloaded waitgroup v0.1.2
11382026-08-18T19:00:06.321Z Downloaded usdt-macro v0.5.0
11392026-08-18T19:00:06.324Z Downloaded foreign-types-shared v0.3.1
11402026-08-18T19:00:06.328Z Downloaded block-buffer v0.12.1
11412026-08-18T19:00:06.328Z Downloaded heapless v0.8.0
11422026-08-18T19:00:06.331Z Downloaded icu_locale_core v2.2.0
11432026-08-18T19:00:06.331Z Downloaded yoke v0.8.3
11442026-08-18T19:00:06.334Z Downloaded arrayvec v0.7.8
11452026-08-18T19:00:06.334Z Downloaded dof v0.3.0
11462026-08-18T19:00:06.334Z Downloaded smawk v0.3.3
11472026-08-18T19:00:06.334Z Downloaded arrayref v0.3.9
11482026-08-18T19:00:06.337Z Downloaded usdt-attr-macro v0.6.0
11492026-08-18T19:00:06.337Z Downloaded crossbeam-utils v0.8.22
11502026-08-18T19:00:06.337Z Downloaded blake2 v0.10.6
11512026-08-18T19:00:06.340Z Downloaded crossbeam-deque v0.8.7
11522026-08-18T19:00:06.340Z Downloaded darling_macro v0.21.3
11532026-08-18T19:00:06.340Z Downloaded strum_macros v0.27.2
11542026-08-18T19:00:06.343Z Downloaded backoff v0.4.0
11552026-08-18T19:00:06.348Z Downloaded schemars v0.8.22
11562026-08-18T19:00:06.351Z Downloaded slog-dtrace v0.3.0
11572026-08-18T19:00:06.351Z Downloaded displaydoc v0.2.7
11582026-08-18T19:00:06.355Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-08-18T19:00:06.355Z Downloaded csv-core v0.1.13
11602026-08-18T19:00:06.355Z Downloaded pretty_assertions v1.4.1
11612026-08-18T19:00:06.355Z Downloaded derive_more v0.99.20
11622026-08-18T19:00:06.358Z Downloaded zerocopy-derive v0.7.35
11632026-08-18T19:00:06.362Z Downloaded slog-async v2.8.0
11642026-08-18T19:00:06.363Z Downloaded thread-id v5.1.0
11652026-08-18T19:00:06.363Z Downloaded cookie v0.18.2
11662026-08-18T19:00:06.365Z Downloaded ciborium v0.2.2
11672026-08-18T19:00:06.365Z Downloaded prettyplease v0.2.37
11682026-08-18T19:00:06.369Z Downloaded snafu v0.8.9
11692026-08-18T19:00:06.372Z Downloaded ingot-macros v0.2.0
11702026-08-18T19:00:06.372Z Downloaded slog-scope v4.4.1
11712026-08-18T19:00:06.376Z Downloaded digest v0.11.3
11722026-08-18T19:00:06.376Z Downloaded goblin v0.10.7
11732026-08-18T19:00:06.379Z Downloaded cobs v0.3.0
11742026-08-18T19:00:06.382Z Downloaded bitflags v1.3.2
11752026-08-18T19:00:06.382Z Downloaded foreign-types-macros v0.2.4
11762026-08-18T19:00:06.389Z Downloaded schemars v0.9.0
11772026-08-18T19:00:06.392Z Downloaded icu_normalizer v2.2.0
11782026-08-18T19:00:06.395Z Downloaded slog-term v2.9.2
11792026-08-18T19:00:06.395Z Downloaded float-ord v0.3.2
11802026-08-18T19:00:06.395Z Downloaded time-macros v0.2.32
11812026-08-18T19:00:06.398Z Downloaded usdt-impl v0.5.0
11822026-08-18T19:00:06.398Z Downloaded cancel-safe-futures v0.1.5
11832026-08-18T19:00:06.398Z Downloaded zerovec-derive v0.11.3
11842026-08-18T19:00:06.401Z Downloaded typify v0.6.2
11852026-08-18T19:00:06.402Z Downloaded konst v0.2.20
11862026-08-18T19:00:06.405Z Downloaded defmt-macros v1.1.1
11872026-08-18T19:00:06.408Z Downloaded bit-vec v0.8.0
11882026-08-18T19:00:06.408Z Downloaded const-oid v0.10.2
11892026-08-18T19:00:06.411Z Downloaded walkdir v2.5.0
11902026-08-18T19:00:06.411Z Downloaded compression-codecs v0.4.38
11912026-08-18T19:00:06.414Z Downloaded console v0.16.4
11922026-08-18T19:00:06.419Z Downloaded arc-swap v1.9.2
11932026-08-18T19:00:06.419Z Downloaded async-compression v0.4.43
11942026-08-18T19:00:06.423Z Downloaded similar v2.7.0
11952026-08-18T19:00:06.426Z Downloaded darling v0.21.3
11962026-08-18T19:00:06.429Z Downloaded whoami v1.6.1
11972026-08-18T19:00:06.429Z Downloaded hickory-resolver v0.24.4
11982026-08-18T19:00:06.434Z Downloaded cargo_toml v0.22.3
11992026-08-18T19:00:06.434Z Downloaded bs58 v0.5.1
12002026-08-18T19:00:06.437Z Downloaded icu_collections v2.2.0
12012026-08-18T19:00:06.437Z Downloaded schemars v1.2.2
12022026-08-18T19:00:06.443Z Downloaded darling v0.23.0
12032026-08-18T19:00:06.448Z Downloaded typify v0.4.3
12042026-08-18T19:00:06.451Z Downloaded strum_macros v0.26.4
12052026-08-18T19:00:06.451Z Downloaded toml_edit v0.25.13+spec-1.1.0
12062026-08-18T19:00:06.454Z Downloaded rayon-core v1.13.0
12072026-08-18T19:00:06.454Z Downloaded crypto-bigint v0.5.5
12082026-08-18T19:00:06.458Z Downloaded drift v0.2.0
12092026-08-18T19:00:06.462Z Downloaded term v1.2.1
12102026-08-18T19:00:06.465Z Downloaded rand v0.8.7
12112026-08-18T19:00:06.468Z Downloaded elliptic-curve v0.13.8
12122026-08-18T19:00:06.468Z Downloaded dropshot_endpoint v0.17.1
12132026-08-18T19:00:06.472Z Downloaded crossbeam-channel v0.5.16
12142026-08-18T19:00:06.472Z Downloaded nom v8.0.0
12152026-08-18T19:00:06.475Z Downloaded indicatif v0.18.6
12162026-08-18T19:00:06.478Z Downloaded hickory-resolver v0.25.2
12172026-08-18T19:00:06.478Z Downloaded const_format v0.2.36
12182026-08-18T19:00:06.485Z Downloaded toml_edit v0.19.15
12192026-08-18T19:00:06.495Z Downloaded uuid v1.24.0
12202026-08-18T19:00:06.498Z Downloaded spin v0.9.9
12212026-08-18T19:00:06.498Z Downloaded toml v0.7.8
12222026-08-18T19:00:06.501Z Downloaded steno v0.4.1
12232026-08-18T19:00:06.501Z Downloaded darling_core v0.23.0
12242026-08-18T19:00:06.504Z Downloaded toml v0.9.12+spec-1.1.0
12252026-08-18T19:00:06.508Z Downloaded base64 v0.21.7
12262026-08-18T19:00:06.508Z Downloaded unsafe-libyaml v0.2.11
12272026-08-18T19:00:06.508Z Downloaded expectorate v1.2.0
12282026-08-18T19:00:06.511Z Downloaded pest v2.8.8
12292026-08-18T19:00:06.515Z Downloaded test-strategy v0.4.5
12302026-08-18T19:00:06.515Z Downloaded tungstenite v0.21.0
12312026-08-18T19:00:06.518Z Downloaded yansi v1.0.1
12322026-08-18T19:00:06.522Z Downloaded cc v1.4.2
12332026-08-18T19:00:06.530Z Downloaded zerotrie v0.2.4
12342026-08-18T19:00:06.533Z Downloaded zerocopy-derive v0.8.56
12352026-08-18T19:00:06.537Z Downloaded libm v0.2.16
12362026-08-18T19:00:06.548Z Downloaded chacha20poly1305 v0.10.1
12372026-08-18T19:00:06.551Z Downloaded hashbrown v0.16.1
12382026-08-18T19:00:06.551Z Downloaded darling_core v0.21.3
12392026-08-18T19:00:06.554Z Downloaded tough v0.22.0
12402026-08-18T19:00:06.560Z Downloaded winnow v0.5.40
12412026-08-18T19:00:06.564Z Downloaded zerovec v0.11.6
12422026-08-18T19:00:06.574Z Downloaded typed-path v0.9.3
12432026-08-18T19:00:06.580Z Downloaded itertools v0.12.1
12442026-08-18T19:00:06.585Z Downloaded icu_properties_data v2.2.0
12452026-08-18T19:00:06.590Z Downloaded dropshot-api-manager v0.7.2
12462026-08-18T19:00:06.595Z Downloaded hkdf v0.12.4
12472026-08-18T19:00:06.601Z Downloaded jiff-core v0.1.0
12482026-08-18T19:00:06.605Z Downloaded itertools v0.15.0
12492026-08-18T19:00:06.609Z Downloaded h2 v0.4.15
12502026-08-18T19:00:06.613Z Downloaded zerocopy v0.7.35
12512026-08-18T19:00:06.621Z Downloaded reqwest v0.13.4
12522026-08-18T19:00:06.624Z Downloaded proptest v1.11.0
12532026-08-18T19:00:06.641Z Downloaded rayon v1.12.0
12542026-08-18T19:00:06.646Z Downloaded quinn-proto v0.11.16
12552026-08-18T19:00:06.649Z Downloaded tabled v0.21.0
12562026-08-18T19:00:06.660Z Downloaded serde_with v3.22.0
12572026-08-18T19:00:06.665Z Downloaded goblin v0.8.2
12582026-08-18T19:00:06.668Z Downloaded moka v0.12.16
12592026-08-18T19:00:06.672Z Downloaded iddqd v0.4.6
12602026-08-18T19:00:06.677Z Downloaded aws-lc-rs v1.18.0
12612026-08-18T19:00:06.682Z Downloaded tabled v0.15.0
12622026-08-18T19:00:06.697Z Downloaded time v0.3.55
12632026-08-18T19:00:06.705Z Downloaded blake3 v1.8.6
12642026-08-18T19:00:06.710Z Downloaded syn v1.0.109
12652026-08-18T19:00:06.717Z Downloaded nix v0.31.3
12662026-08-18T19:00:06.730Z Downloaded smoltcp v0.11.0
12672026-08-18T19:00:06.739Z Downloaded openapiv3 v2.2.0
12682026-08-18T19:00:06.751Z Downloaded regress v0.10.5
12692026-08-18T19:00:06.756Z Downloaded rhai v1.25.1
12702026-08-18T19:00:06.762Z Downloaded regress v0.11.1
12712026-08-18T19:00:06.766Z Downloaded hickory-proto v0.24.4
12722026-08-18T19:00:06.774Z Downloaded hickory-proto v0.25.2
12732026-08-18T19:00:06.782Z Downloaded dropshot v0.17.1
12742026-08-18T19:00:06.794Z Downloaded typify-impl v0.6.2
12752026-08-18T19:00:06.803Z Downloaded sled v0.34.7
12762026-08-18T19:00:06.810Z Downloaded typify-impl v0.4.3
12772026-08-18T19:00:06.817Z Downloaded jiff v0.2.35
12782026-08-18T19:00:06.887Z Downloaded lzma-sys v0.1.20
12792026-08-18T19:00:06.916Z Downloaded petgraph v0.6.5
12802026-08-18T19:00:06.933Z Downloaded chrono-tz v0.10.4
12812026-08-18T19:00:06.965Z Downloaded sha3 v0.10.9
12822026-08-18T19:00:06.976Z Downloaded csv v1.4.0
12832026-08-18T19:00:07.038Z Downloaded encoding_rs v0.8.35
12842026-08-18T19:00:07.577Z Downloaded aws-lc-sys v0.44.0
12852026-08-18T19:00:08.512Z Compiling proc-macro2 v1.0.107
12862026-08-18T19:00:08.512Z Compiling quote v1.0.47
12872026-08-18T19:00:08.512Z Compiling unicode-ident v1.0.24
12882026-08-18T19:00:08.512Z Compiling serde_core v1.0.229
12892026-08-18T19:00:08.516Z Compiling cfg-if v1.0.4
12902026-08-18T19:00:08.516Z Compiling serde v1.0.229
12912026-08-18T19:00:08.516Z Compiling libc v0.2.189
12922026-08-18T19:00:08.516Z Compiling memchr v2.8.3
12932026-08-18T19:00:08.721Z Compiling itoa v1.0.18
12942026-08-18T19:00:08.901Z Compiling zmij v1.0.23
12952026-08-18T19:00:08.931Z Compiling autocfg v1.5.1
12962026-08-18T19:00:08.962Z Compiling libm v0.2.16
12972026-08-18T19:00:09.273Z Compiling stable_deref_trait v1.2.1
12982026-08-18T19:00:09.309Z Compiling writeable v0.6.3
12992026-08-18T19:00:09.342Z Compiling litemap v0.8.2
13002026-08-18T19:00:09.438Z Compiling icu_normalizer_data v2.2.0
13012026-08-18T19:00:09.502Z Compiling utf8_iter v1.0.4
13022026-08-18T19:00:09.514Z Compiling icu_properties_data v2.2.0
13032026-08-18T19:00:09.525Z Compiling percent-encoding v2.3.2
13042026-08-18T19:00:09.546Z Compiling iana-time-zone v0.1.65
13052026-08-18T19:00:09.714Z Compiling version_check v0.9.5
13062026-08-18T19:00:09.741Z Compiling equivalent v1.0.2
13072026-08-18T19:00:09.764Z Compiling form_urlencoded v1.2.2
13082026-08-18T19:00:09.820Z Compiling syn v2.0.119
13092026-08-18T19:00:09.883Z Compiling syn v3.0.3
13102026-08-18T19:00:09.927Z Compiling allocator-api2 v0.2.21
13112026-08-18T19:00:09.939Z Compiling serde_json v1.0.151
13122026-08-18T19:00:09.951Z Compiling pin-project-lite v0.2.17
13132026-08-18T19:00:09.977Z Compiling dyn-clone v1.0.20
13142026-08-18T19:00:10.040Z Compiling scopeguard v1.2.0
13152026-08-18T19:00:10.114Z Compiling parking_lot_core v0.9.12
13162026-08-18T19:00:10.145Z Compiling lock_api v0.4.14
13172026-08-18T19:00:10.174Z Compiling num-traits v0.2.19
13182026-08-18T19:00:10.255Z Compiling hashbrown v0.17.1
13192026-08-18T19:00:10.371Z Compiling thiserror v2.0.20
13202026-08-18T19:00:10.397Z Compiling rand_core v0.10.1
13212026-08-18T19:00:10.458Z Compiling getrandom v0.4.3
13222026-08-18T19:00:10.546Z Compiling errno v0.3.14
13232026-08-18T19:00:10.693Z Compiling semver v1.0.28
13242026-08-18T19:00:10.809Z Compiling indexmap v2.14.0
13252026-08-18T19:00:11.093Z Compiling log v0.4.33
13262026-08-18T19:00:11.114Z Compiling heck v0.5.0
13272026-08-18T19:00:11.125Z Compiling futures-core v0.3.34
13282026-08-18T19:00:11.274Z Compiling zerocopy v0.8.56
13292026-08-18T19:00:11.296Z Compiling uuid v1.24.0
13302026-08-18T19:00:11.370Z Compiling futures-sink v0.3.34
13312026-08-18T19:00:11.473Z Compiling schemars v0.8.22
13322026-08-18T19:00:11.567Z Compiling slab v0.4.12
13332026-08-18T19:00:11.701Z Compiling jobserver v0.1.35
13342026-08-18T19:00:11.728Z Compiling rustversion v1.0.23
13352026-08-18T19:00:11.739Z Compiling fnv v1.0.7
13362026-08-18T19:00:11.750Z Compiling find-msvc-tools v0.1.10
13372026-08-18T19:00:11.835Z Compiling shlex v2.0.1
13382026-08-18T19:00:11.952Z Compiling futures-channel v0.3.34
13392026-08-18T19:00:11.990Z Compiling cc v1.4.2
13402026-08-18T19:00:12.021Z Compiling bitflags v2.13.1
13412026-08-18T19:00:12.025Z Compiling futures-task v0.3.34
13422026-08-18T19:00:12.181Z Compiling futures-io v0.3.34
13432026-08-18T19:00:12.202Z Compiling pkg-config v0.3.33
13442026-08-18T19:00:12.263Z Compiling portable-atomic v1.15.0
13452026-08-18T19:00:12.344Z Compiling socket2 v0.6.5
13462026-08-18T19:00:12.486Z Compiling signal-hook-registry v1.4.8
13472026-08-18T19:00:12.653Z Compiling mio v1.2.2
13482026-08-18T19:00:12.697Z Compiling critical-section v1.2.0
13492026-08-18T19:00:12.760Z Compiling synstructure v0.13.2
13502026-08-18T19:00:12.794Z Compiling serde_derive_internals v0.29.1
13512026-08-18T19:00:12.815Z Compiling cmake v0.1.58
13522026-08-18T19:00:13.151Z Compiling fs_extra v1.3.0
13532026-08-18T19:00:13.183Z Compiling dunce v1.0.5
13542026-08-18T19:00:13.220Z Compiling serde_derive v1.0.229
13552026-08-18T19:00:13.263Z Compiling displaydoc v0.2.7
13562026-08-18T19:00:13.275Z Compiling thiserror-impl v2.0.20
13572026-08-18T19:00:13.329Z Compiling tokio-macros v2.7.2
13582026-08-18T19:00:13.332Z Compiling futures-macro v0.3.34
13592026-08-18T19:00:13.410Z Compiling once_cell v1.21.4
13602026-08-18T19:00:13.555Z Compiling typenum v1.20.1
13612026-08-18T19:00:13.634Z Compiling aws-lc-sys v0.44.0
13622026-08-18T19:00:13.978Z Compiling zerofrom-derive v0.1.7
13632026-08-18T19:00:14.037Z Compiling yoke-derive v0.8.2
13642026-08-18T19:00:14.075Z Compiling zerovec-derive v0.11.3
13652026-08-18T19:00:14.152Z Compiling schemars_derive v0.8.22
13662026-08-18T19:00:14.340Z Compiling zerocopy-derive v0.8.56
13672026-08-18T19:00:14.609Z Compiling zeroize_derive v1.5.0
13682026-08-18T19:00:14.770Z Compiling futures-util v0.3.34
13692026-08-18T19:00:15.112Z Compiling base64 v0.22.1
13702026-08-18T19:00:15.160Z Compiling zerofrom v0.1.8
13712026-08-18T19:00:15.270Z Compiling yoke v0.8.3
13722026-08-18T19:00:15.281Z Compiling zeroize v1.9.0
13732026-08-18T19:00:15.325Z Compiling slog v2.8.2
13742026-08-18T19:00:15.441Z Compiling zerovec v0.11.6
13752026-08-18T19:00:15.453Z Compiling zerotrie v0.2.4
13762026-08-18T19:00:15.482Z Compiling byteorder v1.5.0
13772026-08-18T19:00:15.539Z Compiling strsim v0.11.1
13782026-08-18T19:00:15.701Z Compiling subtle v2.6.1
13792026-08-18T19:00:15.741Z Compiling rustix v1.1.4
13802026-08-18T19:00:15.890Z Compiling regex-syntax v0.8.11
13812026-08-18T19:00:15.983Z Compiling tinystr v0.8.3
13822026-08-18T19:00:16.014Z Compiling potential_utf v0.1.5
13832026-08-18T19:00:16.173Z Compiling icu_locale_core v2.2.0
13842026-08-18T19:00:16.185Z Compiling icu_collections v2.2.0
13852026-08-18T19:00:16.285Z Compiling bytes v1.12.1
13862026-08-18T19:00:16.299Z Compiling smallvec v1.15.2
13872026-08-18T19:00:16.526Z Compiling chrono v0.4.45
13882026-08-18T19:00:16.927Z Compiling icu_provider v2.2.0
13892026-08-18T19:00:16.995Z Compiling parking_lot v0.12.5
13902026-08-18T19:00:17.131Z Compiling http v1.5.0
13912026-08-18T19:00:17.236Z Compiling icu_properties v2.2.0
13922026-08-18T19:00:17.252Z Compiling icu_normalizer v2.2.0
13932026-08-18T19:00:17.406Z Compiling tokio v1.53.1
13942026-08-18T19:00:17.840Z Compiling erased-serde v0.3.31
13952026-08-18T19:00:18.005Z Compiling serde_tokenstream v0.2.3
13962026-08-18T19:00:18.111Z Compiling idna_adapter v1.2.2
13972026-08-18T19:00:18.254Z Compiling idna v1.1.0
13982026-08-18T19:00:18.329Z Compiling http-body v1.1.0
13992026-08-18T19:00:18.417Z Compiling atomic-waker v1.1.2
14002026-08-18T19:00:18.479Z Compiling httparse v1.10.1
14012026-08-18T19:00:18.536Z Compiling url v2.5.8
14022026-08-18T19:00:18.619Z Compiling ipnet v2.12.1
14032026-08-18T19:00:18.688Z Compiling ppv-lite86 v0.2.21
14042026-08-18T19:00:18.764Z Compiling tower-service v0.3.3
14052026-08-18T19:00:18.852Z Compiling tower-layer v0.3.3
14062026-08-18T19:00:18.999Z Compiling getrandom v0.2.17
14072026-08-18T19:00:19.011Z Compiling ucd-trie v0.1.7
14082026-08-18T19:00:19.058Z Compiling getrandom v0.3.4
14092026-08-18T19:00:19.160Z Compiling ryu v1.0.23
14102026-08-18T19:00:19.178Z Compiling thiserror v1.0.69
14112026-08-18T19:00:19.309Z Compiling try-lock v0.2.5
14122026-08-18T19:00:19.336Z Compiling untrusted v0.9.0
14132026-08-18T19:00:19.385Z Compiling want v0.3.1
14142026-08-18T19:00:19.397Z Compiling pest v2.8.8
14152026-08-18T19:00:19.409Z Compiling rand_core v0.6.4
14162026-08-18T19:00:19.447Z Compiling thiserror-impl v1.0.69
14172026-08-18T19:00:19.541Z Compiling httpdate v1.0.3
14182026-08-18T19:00:19.622Z Compiling pretty-hex v0.4.2
14192026-08-18T19:00:19.642Z Compiling winnow v1.0.4
14202026-08-18T19:00:19.753Z Compiling plain v0.2.3
14212026-08-18T19:00:19.782Z Compiling ipnetwork v0.21.1
14222026-08-18T19:00:19.856Z Compiling foldhash v0.2.0
14232026-08-18T19:00:20.087Z Compiling oxnet v0.1.6
14242026-08-18T19:00:20.200Z Compiling paste v1.0.15
14252026-08-18T19:00:20.473Z Compiling pest_meta v2.8.8
14262026-08-18T19:00:20.525Z Compiling tracing-attributes v0.1.31
14272026-08-18T19:00:20.546Z Compiling tracing-core v0.1.36
14282026-08-18T19:00:20.634Z Compiling ident_case v1.0.1
14292026-08-18T19:00:20.663Z Compiling omicron-workspace-hack v0.1.0
14302026-08-18T19:00:20.746Z Compiling serde_urlencoded v0.7.1
14312026-08-18T19:00:20.912Z Compiling http-body-util v0.1.5
14322026-08-18T19:00:21.026Z Compiling aho-corasick v1.1.5
14332026-08-18T19:00:21.157Z Compiling pest_generator v2.8.8
14342026-08-18T19:00:21.193Z Compiling sync_wrapper v1.0.2
14352026-08-18T19:00:21.297Z Compiling daft-derive v0.1.8
14362026-08-18T19:00:21.789Z Compiling tracing v0.1.44
14372026-08-18T19:00:21.814Z Compiling pest_derive v2.8.8
14382026-08-18T19:00:21.990Z Compiling regex-automata v0.4.18
14392026-08-18T19:00:22.023Z Compiling fastrand v2.5.0
14402026-08-18T19:00:22.194Z Compiling hashbrown v0.16.1
14412026-08-18T19:00:22.377Z Compiling tokio-util v0.7.19
14422026-08-18T19:00:22.427Z Compiling scroll_derive v0.13.1
14432026-08-18T19:00:22.523Z Compiling async-trait v0.1.92
14442026-08-18T19:00:22.878Z Compiling aws-lc-rs v1.18.0
14452026-08-18T19:00:23.136Z Compiling anyhow v1.0.104
14462026-08-18T19:00:23.175Z Compiling num-conv v0.2.2
14472026-08-18T19:00:23.230Z Compiling time-core v0.1.9
14482026-08-18T19:00:23.320Z Compiling scroll v0.13.0
14492026-08-18T19:00:23.410Z Compiling time-macros v0.2.32
14502026-08-18T19:00:23.456Z Compiling rustls-pki-types v1.15.1
14512026-08-18T19:00:23.582Z Compiling powerfmt v0.2.0
14522026-08-18T19:00:23.644Z Compiling num_threads v0.1.7
14532026-08-18T19:00:23.739Z Compiling regex v1.13.1
14542026-08-18T19:00:23.785Z Compiling deranged v0.5.8
14552026-08-18T19:00:23.928Z Compiling openssl-probe v0.2.1
14562026-08-18T19:00:23.991Z Compiling hex v0.4.3
14572026-08-18T19:00:24.192Z Compiling goblin v0.10.7
14582026-08-18T19:00:24.485Z Compiling untrusted v0.7.1
14592026-08-18T19:00:24.502Z Compiling camino v1.2.5
14602026-08-18T19:00:24.567Z Compiling crc32fast v1.5.0
14612026-08-18T19:00:24.598Z Compiling rustls v0.23.43
14622026-08-18T19:00:24.720Z Compiling usdt-impl v0.6.0
14632026-08-18T19:00:24.800Z Compiling h2 v0.4.15
14642026-08-18T19:00:24.865Z Compiling dtrace-parser v0.3.0
14652026-08-18T19:00:24.878Z Compiling futures-executor v0.3.34
14662026-08-18T19:00:25.155Z Compiling crossbeam-utils v0.8.22
14672026-08-18T19:00:25.258Z Compiling serde_tokenstream v0.3.0
14682026-08-18T19:00:25.351Z Compiling structmeta-derive v0.3.0
14692026-08-18T19:00:25.465Z Compiling thread-id v5.1.0
14702026-08-18T19:00:25.543Z Compiling adler2 v2.0.1
14712026-08-18T19:00:25.546Z Compiling cpufeatures v0.3.0
14722026-08-18T19:00:25.621Z Compiling simd-adler32 v0.3.10
14732026-08-18T19:00:25.674Z Compiling newtype-uuid-macros v0.1.1
14742026-08-18T19:00:25.820Z Compiling miniz_oxide v0.8.9
14752026-08-18T19:00:26.297Z Compiling futures v0.3.34
14762026-08-18T19:00:26.378Z Compiling rand_core v0.9.5
14772026-08-18T19:00:26.399Z Compiling structmeta v0.3.0
14782026-08-18T19:00:26.486Z Compiling darling_core v0.23.0
14792026-08-18T19:00:26.535Z Compiling hybrid-array v0.4.14
14802026-08-18T19:00:26.592Z Compiling thread_local v1.1.10
14812026-08-18T19:00:26.743Z Compiling match_cfg v0.1.0
14822026-08-18T19:00:26.811Z Compiling flate2 v1.1.9
14832026-08-18T19:00:26.987Z Compiling hyper v1.11.0
14842026-08-18T19:00:27.234Z Compiling dof v0.4.0
14852026-08-18T19:00:27.339Z Compiling newtype-uuid v1.4.0
14862026-08-18T19:00:27.678Z Compiling quick-error v1.2.3
14872026-08-18T19:00:28.016Z Compiling ref-cast v1.0.26
14882026-08-18T19:00:28.319Z Compiling hyper-util v0.1.20
14892026-08-18T19:00:28.367Z Compiling slog-async v2.8.0
14902026-08-18T19:00:28.574Z Compiling darling_macro v0.23.0
14912026-08-18T19:00:28.585Z Compiling compression-core v0.4.32
14922026-08-18T19:00:28.691Z Compiling compression-codecs v0.4.38
14932026-08-18T19:00:28.698Z Compiling daft v0.1.8
14942026-08-18T19:00:28.726Z Compiling block-buffer v0.12.1
14952026-08-18T19:00:28.737Z Compiling crypto-common v0.2.2
14962026-08-18T19:00:28.880Z Compiling rand_chacha v0.9.0
14972026-08-18T19:00:28.951Z Compiling strum_macros v0.26.4
14982026-08-18T19:00:29.172Z Compiling darling v0.23.0
14992026-08-18T19:00:29.245Z Compiling usdt-attr-macro v0.6.0
15002026-08-18T19:00:29.256Z Compiling usdt-macro v0.6.0
15012026-08-18T19:00:29.312Z Compiling ref-cast-impl v1.0.26
15022026-08-18T19:00:29.370Z Compiling serde_spanned v1.1.1
15032026-08-18T19:00:29.520Z Compiling multer v3.1.0
15042026-08-18T19:00:29.675Z Compiling generic-array v0.14.7
15052026-08-18T19:00:29.738Z Compiling term v1.2.1
15062026-08-18T19:00:29.897Z Compiling debug-ignore v1.0.5
15072026-08-18T19:00:29.907Z Compiling const-oid v0.10.2
15082026-08-18T19:00:29.994Z Compiling take_mut v0.2.2
15092026-08-18T19:00:30.007Z Compiling bit-vec v0.8.0
15102026-08-18T19:00:30.101Z Compiling toml_writer v1.1.2+spec-1.1.0
15112026-08-18T19:00:30.111Z Compiling digest v0.11.3
15122026-08-18T19:00:30.228Z Compiling bit-set v0.8.0
15132026-08-18T19:00:30.357Z Compiling serde_with_macros v3.22.0
15142026-08-18T19:00:30.382Z Compiling rand v0.9.5
15152026-08-18T19:00:30.397Z Compiling async-stream-impl v0.3.6
15162026-08-18T19:00:30.408Z Compiling dropshot v0.17.1
15172026-08-18T19:00:30.443Z Compiling encoding_rs v0.8.35
15182026-08-18T19:00:30.559Z Compiling strum v0.26.3
15192026-08-18T19:00:30.623Z Compiling mime v0.3.17
15202026-08-18T19:00:30.679Z Compiling spin v0.9.9
15212026-08-18T19:00:30.791Z Compiling syn v1.0.109
15222026-08-18T19:00:30.957Z Compiling unarray v0.1.4
15232026-08-18T19:00:31.051Z Compiling async-stream v0.3.6
15242026-08-18T19:00:31.165Z Compiling sha1 v0.11.0
15252026-08-18T19:00:31.218Z Compiling derive-ex v0.1.8
15262026-08-18T19:00:31.230Z Compiling tower v0.5.3
15272026-08-18T19:00:31.419Z Compiling waitgroup v0.1.2
15282026-08-18T19:00:31.548Z Compiling dropshot_endpoint v0.17.1
15292026-08-18T19:00:31.555Z Compiling macaddr v1.0.1
15302026-08-18T19:00:31.614Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15312026-08-18T19:00:31.707Z Compiling serde_path_to_error v0.1.20
15322026-08-18T19:00:32.040Z Compiling tower-http v0.6.11
15332026-08-18T19:00:32.081Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15342026-08-18T19:00:32.183Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15352026-08-18T19:00:32.199Z Compiling tempfile v3.27.0
15362026-08-18T19:00:32.359Z Compiling openapiv3 v2.2.0
15372026-08-18T19:00:32.483Z Compiling strum_macros v0.27.2
15382026-08-18T19:00:32.783Z Compiling test-strategy v0.4.5
15392026-08-18T19:00:33.185Z Compiling instant v0.1.13
15402026-08-18T19:00:33.291Z Compiling time v0.3.55
15412026-08-18T19:00:33.789Z Compiling rustls-native-certs v0.8.4
15422026-08-18T19:00:33.969Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15432026-08-18T19:00:34.110Z Compiling crossbeam-channel v0.5.16
15442026-08-18T19:00:34.126Z Compiling crypto-common v0.1.7
15452026-08-18T19:00:34.273Z Compiling strum v0.27.2
15462026-08-18T19:00:34.579Z Compiling parse-display-derive v0.10.0
15472026-08-18T19:00:34.579Z Compiling backon v1.6.0
15482026-08-18T19:00:34.788Z Compiling rand_chacha v0.3.1
15492026-08-18T19:00:34.941Z Compiling either v1.17.0
15502026-08-18T19:00:35.151Z Compiling rand v0.8.7
15512026-08-18T19:00:35.234Z Compiling slog-json v2.6.1
15522026-08-18T19:00:35.438Z Compiling hostname v0.3.1
15532026-08-18T19:00:35.796Z Compiling toml_parser v1.1.3+spec-1.1.0
15542026-08-18T19:00:35.809Z Compiling toml_datetime v1.1.1+spec-1.1.0
15552026-08-18T19:00:35.912Z Compiling wait-timeout v0.2.1
15562026-08-18T19:00:35.960Z Compiling memmap2 v0.9.11
15572026-08-18T19:00:36.122Z Compiling is-terminal v0.4.17
15582026-08-18T19:00:36.186Z Compiling usdt v0.6.0
15592026-08-18T19:00:36.212Z Compiling toml v1.1.4+spec-1.1.0
15602026-08-18T19:00:36.225Z Compiling slog-term v2.9.2
15612026-08-18T19:00:36.260Z Compiling rusty-fork v0.3.1
15622026-08-18T19:00:36.543Z Compiling slog-bunyan v2.5.0
15632026-08-18T19:00:36.619Z Compiling serde_with v3.22.0
15642026-08-18T19:00:36.629Z Compiling async-compression v0.4.43
15652026-08-18T19:00:36.671Z Compiling rand_xorshift v0.4.0
15662026-08-18T19:00:36.816Z Compiling rustls-pemfile v2.2.0
15672026-08-18T19:00:36.911Z Compiling regress v0.10.5
15682026-08-18T19:00:36.936Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15692026-08-18T19:00:37.014Z Compiling hostname v0.4.2
15702026-08-18T19:00:37.154Z Compiling humantime v2.4.0
15712026-08-18T19:00:37.166Z Compiling proptest v1.11.0
15722026-08-18T19:00:37.681Z Compiling iddqd v0.4.6
15732026-08-18T19:00:37.936Z Compiling reqwest v0.12.28
15742026-08-18T19:00:37.959Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15752026-08-18T19:00:38.192Z Compiling block-buffer v0.10.4
15762026-08-18T19:00:38.340Z Compiling utf8parse v0.2.2
15772026-08-18T19:00:38.444Z Compiling anstyle-parse v1.0.0
15782026-08-18T19:00:38.572Z Compiling digest v0.10.7
15792026-08-18T19:00:38.625Z Compiling parse-display v0.10.0
15802026-08-18T19:00:38.781Z Compiling backoff v0.4.0
15812026-08-18T19:00:38.911Z Compiling progenitor-client v0.10.0
15822026-08-18T19:00:38.950Z Compiling itertools v0.14.0
15832026-08-18T19:00:38.987Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15842026-08-18T19:00:39.177Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15852026-08-18T19:00:39.752Z Compiling is_terminal_polyfill v1.70.2
15862026-08-18T19:00:39.954Z Compiling anstyle v1.0.14
15872026-08-18T19:00:40.145Z Compiling colorchoice v1.0.5
15882026-08-18T19:00:40.174Z Compiling anstyle-query v1.1.5
15892026-08-18T19:00:40.254Z Compiling anstream v1.0.0
15902026-08-18T19:00:40.567Z Compiling clap_lex v1.1.0
15912026-08-18T19:00:40.943Z Compiling regress v0.11.1
15922026-08-18T19:00:40.986Z Compiling clap_derive v4.6.4
15932026-08-18T19:00:41.876Z Compiling terminal_size v0.4.4
15942026-08-18T19:00:42.477Z Compiling typify-impl v0.6.2
15952026-08-18T19:00:42.801Z Compiling toml_datetime v0.6.11
15962026-08-18T19:00:42.875Z Compiling zerocopy-derive v0.7.35
15972026-08-18T19:00:43.048Z Compiling convert_case v0.4.0
15982026-08-18T19:00:43.068Z Compiling cpufeatures v0.2.17
15992026-08-18T19:00:43.337Z Compiling derive_more v0.99.20
16002026-08-18T19:00:43.797Z Compiling zerocopy v0.7.35
16012026-08-18T19:00:43.834Z Compiling clap_builder v4.6.6
16022026-08-18T19:00:44.463Z Compiling toml_edit v0.25.13+spec-1.1.0
16032026-08-18T19:00:45.109Z Compiling unicode-width v0.2.2
16042026-08-18T19:00:45.385Z Compiling proc-macro-crate v3.5.0
16052026-08-18T19:00:45.463Z Compiling clap v4.6.6
16062026-08-18T19:00:45.606Z Compiling secrecy v0.10.3
16072026-08-18T19:00:45.799Z Compiling float-ord v0.3.2
16082026-08-18T19:00:45.931Z Compiling crucible-workspace-hack v0.1.0
16092026-08-18T19:00:46.016Z Compiling tinyvec_macros v0.1.1
16102026-08-18T19:00:46.019Z Compiling num_enum_derive v0.7.6
16112026-08-18T19:00:46.085Z Compiling tinyvec v1.12.0
16122026-08-18T19:00:46.522Z Compiling dtrace-parser v0.2.0
16132026-08-18T19:00:46.560Z Compiling scroll_derive v0.12.1
16142026-08-18T19:00:46.754Z Compiling num-integer v0.1.47
16152026-08-18T19:00:47.072Z Compiling rustc_version v0.4.1
16162026-08-18T19:00:47.084Z Compiling usdt-impl v0.5.0
16172026-08-18T19:00:47.274Z Compiling crossbeam-epoch v0.9.20
16182026-08-18T19:00:47.337Z Compiling curve25519-dalek v4.1.3
16192026-08-18T19:00:47.399Z Compiling scroll v0.12.0
16202026-08-18T19:00:47.421Z Compiling num_enum v0.7.6
16212026-08-18T19:00:47.619Z Compiling dof v0.3.0
16222026-08-18T19:00:47.922Z Compiling hmac v0.12.1
16232026-08-18T19:00:47.951Z Compiling inout v0.1.4
16242026-08-18T19:00:47.970Z Compiling darling_core v0.21.3
16252026-08-18T19:00:48.015Z Compiling ff v0.13.1
16262026-08-18T19:00:48.053Z Compiling thread-id v4.2.2
16272026-08-18T19:00:48.066Z Compiling cipher v0.4.4
16282026-08-18T19:00:48.089Z Compiling hkdf v0.12.4
16292026-08-18T19:00:48.138Z Compiling group v0.13.0
16302026-08-18T19:00:48.702Z Compiling goblin v0.8.2
16312026-08-18T19:00:48.734Z Compiling num-rational v0.4.2
16322026-08-18T19:00:48.806Z Compiling num-iter v0.1.46
16332026-08-18T19:00:48.848Z Compiling typify-macro v0.6.2
16342026-08-18T19:00:48.948Z Compiling thiserror-impl-no-std v2.0.2
16352026-08-18T19:00:49.061Z Compiling universal-hash v0.5.1
16362026-08-18T19:00:49.064Z Compiling crypto-bigint v0.5.5
16372026-08-18T19:00:49.188Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16382026-08-18T19:00:49.531Z Compiling half v2.7.1
16392026-08-18T19:00:49.798Z Compiling curve25519-dalek-derive v0.1.1
16402026-08-18T19:00:49.819Z Compiling num-complex v0.4.6
16412026-08-18T19:00:50.057Z Compiling darling_macro v0.21.3
16422026-08-18T19:00:50.255Z Compiling base64ct v1.8.3
16432026-08-18T19:00:50.284Z Compiling base16ct v0.2.0
16442026-08-18T19:00:50.434Z Compiling opaque-debug v0.3.1
16452026-08-18T19:00:50.446Z Compiling ciborium-io v0.2.2
16462026-08-18T19:00:50.500Z Compiling poly1305 v0.8.0
16472026-08-18T19:00:50.532Z Compiling ciborium-ll v0.2.2
16482026-08-18T19:00:50.549Z Compiling password-hash v0.5.0
16492026-08-18T19:00:50.655Z Compiling darling v0.21.3
16502026-08-18T19:00:50.734Z Compiling elliptic-curve v0.13.8
16512026-08-18T19:00:50.981Z Compiling typify v0.6.2
16522026-08-18T19:00:51.076Z Compiling num v0.4.3
16532026-08-18T19:00:51.089Z Compiling thiserror-no-std v2.0.2
16542026-08-18T19:00:51.650Z Compiling chacha20 v0.9.1
16552026-08-18T19:00:51.725Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16562026-08-18T19:00:51.828Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-08-18T19:00:52.229Z Compiling blake2 v0.10.6
16582026-08-18T19:00:52.465Z Compiling aead v0.5.2
16592026-08-18T19:00:52.625Z Compiling byte-wrapper v0.1.0
16602026-08-18T19:00:52.697Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16612026-08-18T19:00:52.778Z Compiling proc-macro-error-attr v1.0.4
16622026-08-18T19:00:53.008Z Compiling heapless v0.8.0
16632026-08-18T19:00:53.056Z Compiling rustix v0.38.44
16642026-08-18T19:00:53.130Z Compiling keccak v0.1.6
16652026-08-18T19:00:53.299Z Compiling prettyplease v0.2.37
16662026-08-18T19:00:53.360Z Compiling unsafe-libyaml v0.2.11
16672026-08-18T19:00:53.644Z Compiling sha3 v0.10.9
16682026-08-18T19:00:53.910Z Compiling serde_yaml v0.9.34+deprecated
16692026-08-18T19:00:54.063Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16702026-08-18T19:00:54.214Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-08-18T19:00:54.910Z Compiling chacha20poly1305 v0.10.1
16722026-08-18T19:00:55.009Z Compiling argon2 v0.5.3
16732026-08-18T19:00:55.101Z Compiling vsss-rs v3.3.4
16742026-08-18T19:00:55.148Z Compiling ingot-macros v0.1.1
16752026-08-18T19:00:55.237Z Compiling ciborium v0.2.2
16762026-08-18T19:00:55.516Z Compiling usdt-macro v0.5.0
16772026-08-18T19:00:55.829Z Compiling usdt-attr-macro v0.5.0
16782026-08-18T19:00:56.987Z Compiling serde_spanned v0.6.9
16792026-08-18T19:00:57.128Z Compiling hash32 v0.3.1
16802026-08-18T19:00:57.278Z Compiling enum-as-inner v0.6.1
16812026-08-18T19:00:57.289Z Compiling proc-macro-error v1.0.4
16822026-08-18T19:00:57.395Z Compiling memmap v0.7.0
16832026-08-18T19:00:57.510Z Compiling memoffset v0.9.1
16842026-08-18T19:00:57.581Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16852026-08-18T19:00:57.660Z Compiling smoltcp v0.11.0
16862026-08-18T19:00:57.741Z Compiling data-encoding v2.11.1
16872026-08-18T19:00:57.816Z Compiling cfg_aliases v0.2.2
16882026-08-18T19:00:57.838Z Compiling winnow v0.7.15
16892026-08-18T19:00:57.883Z Compiling static_assertions v1.1.0
16902026-08-18T19:00:57.920Z Compiling toml_write v0.1.2
16912026-08-18T19:00:57.932Z Compiling winnow v0.5.40
16922026-08-18T19:00:57.951Z Compiling indent_write v2.2.0
16932026-08-18T19:00:58.013Z Compiling ingot-types v0.1.2
16942026-08-18T19:00:58.081Z Compiling nix v0.31.3
16952026-08-18T19:00:58.219Z Compiling usdt v0.5.0
16962026-08-18T19:00:58.447Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-08-18T19:00:58.477Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16982026-08-18T19:00:58.490Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-08-18T19:00:58.658Z Compiling tabwriter v1.4.1
17002026-08-18T19:00:58.914Z Compiling cobs v0.3.0
17012026-08-18T19:00:58.941Z Compiling serde_repr v0.1.21
17022026-08-18T19:00:59.004Z Compiling managed v0.8.0
17032026-08-18T19:00:59.104Z Compiling vcpkg v0.2.15
17042026-08-18T19:00:59.214Z Compiling toml_edit v0.19.15
17052026-08-18T19:00:59.418Z Compiling toml_edit v0.22.27
17062026-08-18T19:00:59.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17072026-08-18T19:00:59.511Z Compiling crossbeam-deque v0.8.7
17082026-08-18T19:00:59.656Z Compiling bitflags v1.3.2
17092026-08-18T19:00:59.737Z Compiling openssl-sys v0.9.117
17102026-08-18T19:00:59.790Z Compiling postcard v1.1.3
17112026-08-18T19:01:00.392Z Compiling rustls-webpki v0.103.14
17122026-08-18T19:01:01.442Z Compiling toml v0.8.23
17132026-08-18T19:01:01.700Z Compiling proc-macro-crate v1.3.1
17142026-08-18T19:01:01.751Z Compiling ingot v0.1.1
17152026-08-18T19:01:02.127Z Compiling hubpack_derive v0.1.1
17162026-08-18T19:01:02.161Z Compiling foreign-types-macros v0.2.4
17172026-08-18T19:01:02.536Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17182026-08-18T19:01:02.659Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17192026-08-18T19:01:02.782Z Compiling resolv-conf v0.7.6
17202026-08-18T19:01:02.794Z Compiling colored v3.1.1
17212026-08-18T19:01:02.856Z Compiling semver v0.1.20
17222026-08-18T19:01:02.883Z Compiling unicode-segmentation v1.13.3
17232026-08-18T19:01:02.896Z Compiling swrite v0.1.0
17242026-08-18T19:01:02.987Z Compiling foreign-types-shared v0.3.1
17252026-08-18T19:01:03.079Z Compiling heck v0.4.1
17262026-08-18T19:01:03.109Z Compiling rayon-core v1.13.0
17272026-08-18T19:01:03.159Z Compiling linked-hash-map v0.5.6
17282026-08-18T19:01:03.170Z Compiling foreign-types v0.5.0
17292026-08-18T19:01:03.245Z Compiling newline-converter v0.3.0
17302026-08-18T19:01:03.276Z Compiling rustc_version v0.1.7
17312026-08-18T19:01:03.333Z Compiling lru-cache v0.1.2
17322026-08-18T19:01:03.344Z Compiling hubpack v0.1.2
17332026-08-18T19:01:03.367Z Compiling num_enum_derive v0.5.11
17342026-08-18T19:01:03.452Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17352026-08-18T19:01:03.636Z Compiling atomicwrites v0.4.4
17362026-08-18T19:01:03.749Z Compiling hickory-proto v0.24.4
17372026-08-18T19:01:03.828Z Compiling tokio-rustls v0.26.4
17382026-08-18T19:01:03.840Z Compiling rustls-platform-verifier v0.7.0
17392026-08-18T19:01:04.072Z Compiling hyper-rustls v0.27.9
17402026-08-18T19:01:04.363Z Compiling reqwest v0.13.4
17412026-08-18T19:01:05.829Z Compiling progenitor-client v0.14.0
17422026-08-18T19:01:06.181Z Compiling progenitor-extras v0.2.0
17432026-08-18T19:01:06.508Z Compiling progenitor-impl v0.13.0
17442026-08-18T19:01:06.969Z Compiling console v0.15.11
17452026-08-18T19:01:07.046Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17462026-08-18T19:01:07.260Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17472026-08-18T19:01:07.633Z Compiling camino-tempfile v1.4.1
17482026-08-18T19:01:07.772Z Compiling chacha20 v0.10.1
17492026-08-18T19:01:08.038Z Compiling serde-big-array v0.5.1
17502026-08-18T19:01:08.185Z Compiling pin-project-internal v1.1.13
17512026-08-18T19:01:08.695Z Compiling derive-where v1.6.1
17522026-08-18T19:01:09.286Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17532026-08-18T19:01:09.300Z Compiling num-derive v0.4.2
17542026-08-18T19:01:09.822Z Compiling cstr-argument v0.1.2
17552026-08-18T19:01:09.946Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17562026-08-18T19:01:09.980Z Compiling siphasher v1.0.3
17572026-08-18T19:01:10.086Z Compiling minimal-lexical v0.2.1
17582026-08-18T19:01:10.166Z Compiling similar v2.7.0
17592026-08-18T19:01:10.193Z Compiling phf_shared v0.12.1
17602026-08-18T19:01:10.243Z Compiling progenitor-macro v0.13.0
17612026-08-18T19:01:10.348Z Compiling nom v7.1.3
17622026-08-18T19:01:10.370Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632026-08-18T19:01:10.633Z Compiling expectorate v1.2.0
17642026-08-18T19:01:11.090Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-08-18T19:01:11.157Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17662026-08-18T19:01:11.342Z Compiling pin-project v1.1.13
17672026-08-18T19:01:11.447Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17682026-08-18T19:01:11.746Z Compiling rand v0.10.2
17692026-08-18T19:01:12.433Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17702026-08-18T19:01:12.560Z Compiling progenitor-client v0.13.0
17712026-08-18T19:01:12.869Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17722026-08-18T19:01:13.134Z Compiling hickory-resolver v0.24.4
17732026-08-18T19:01:13.217Z Compiling num_enum v0.5.11
17742026-08-18T19:01:14.082Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17752026-08-18T19:01:14.151Z Compiling newtype_derive v0.1.6
17762026-08-18T19:01:14.260Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-08-18T19:01:14.376Z Compiling progenitor-impl v0.14.0
17782026-08-18T19:01:14.836Z Compiling unicode-normalization v0.1.25
17792026-08-18T19:01:15.316Z Compiling tokio-stream v0.1.19
17802026-08-18T19:01:15.641Z Compiling async-recursion v1.1.1
17812026-08-18T19:01:15.675Z Compiling snafu-derive v0.8.9
17822026-08-18T19:01:15.787Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17832026-08-18T19:01:15.803Z Compiling slog-dtrace v0.3.0
17842026-08-18T19:01:15.949Z Compiling bstr v1.13.1
17852026-08-18T19:01:16.063Z Compiling csv-core v0.1.13
17862026-08-18T19:01:16.152Z Compiling konst_macro_rules v0.2.19
17872026-08-18T19:01:16.332Z Compiling same-file v1.0.6
17882026-08-18T19:01:16.332Z Compiling foreign-types-shared v0.1.1
17892026-08-18T19:01:16.385Z Compiling owo-colors v4.3.0
17902026-08-18T19:01:16.429Z Compiling unicode-xid v0.2.6
17912026-08-18T19:01:16.455Z Compiling highway v1.3.0
17922026-08-18T19:01:16.511Z Compiling unicode-width v0.1.14
17932026-08-18T19:01:16.549Z Compiling foldhash v0.1.5
17942026-08-18T19:01:16.714Z Compiling openssl v0.10.81
17952026-08-18T19:01:16.731Z Compiling cancel-safe-futures v0.1.5
17962026-08-18T19:01:16.794Z Compiling jiff-core v0.1.0
17972026-08-18T19:01:16.848Z Compiling chrono-tz v0.10.4
17982026-08-18T19:01:17.016Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-08-18T19:01:17.050Z Compiling hashbrown v0.15.5
18002026-08-18T19:01:17.080Z Compiling const_format_proc_macros v0.2.34
18012026-08-18T19:01:17.506Z Compiling snafu v0.8.9
18022026-08-18T19:01:17.584Z Compiling jiff v0.2.35
18032026-08-18T19:01:17.889Z Compiling walkdir v2.5.0
18042026-08-18T19:01:17.892Z Compiling foreign-types v0.3.2
18052026-08-18T19:01:17.970Z Compiling globset v0.4.20
18062026-08-18T19:01:17.984Z Compiling konst v0.2.20
18072026-08-18T19:01:17.987Z Compiling csv v1.4.0
18082026-08-18T19:01:18.006Z Compiling progenitor-macro v0.14.0
18092026-08-18T19:01:18.285Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-08-18T19:01:18.306Z Compiling qorb v0.4.1
18112026-08-18T19:01:18.535Z Compiling progenitor v0.13.0
18122026-08-18T19:01:18.683Z Compiling olpc-cjson v0.1.4
18132026-08-18T19:01:18.892Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-08-18T19:01:20.321Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-08-18T19:01:20.384Z Compiling rayon v1.12.0
18162026-08-18T19:01:20.427Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18172026-08-18T19:01:20.781Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-08-18T19:01:21.158Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18192026-08-18T19:01:21.356Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-08-18T19:01:21.610Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-08-18T19:01:22.219Z Compiling phf v0.12.1
18222026-08-18T19:01:22.378Z Compiling zone_cfg_derive v0.3.1
18232026-08-18T19:01:22.575Z Compiling tokio-dtrace v0.1.1
18242026-08-18T19:01:22.852Z Compiling itertools v0.12.1
18252026-08-18T19:01:22.963Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18262026-08-18T19:01:23.093Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-18T19:01:23.166Z Compiling libsw-core v0.3.2
18282026-08-18T19:01:23.334Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18292026-08-18T19:01:23.352Z Compiling serde_plain v1.0.2
18302026-08-18T19:01:23.559Z Compiling pem v3.0.6
18312026-08-18T19:01:23.671Z Compiling openssl-macros v0.1.1
18322026-08-18T19:01:23.709Z Compiling cookie v0.18.2
18332026-08-18T19:01:23.945Z Compiling sigpipe v0.1.3
18342026-08-18T19:01:23.957Z Compiling fixedbitset v0.5.7
18352026-08-18T19:01:24.036Z Compiling typed-path v0.9.3
18362026-08-18T19:01:24.098Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-08-18T19:01:24.164Z Compiling fixedbitset v0.4.2
18382026-08-18T19:01:24.296Z Compiling bytecount v0.6.9
18392026-08-18T19:01:24.321Z Compiling glob v0.3.4
18402026-08-18T19:01:24.386Z Compiling petgraph v0.6.5
18412026-08-18T19:01:24.421Z Compiling papergrid v0.11.0
18422026-08-18T19:01:24.632Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-08-18T19:01:24.775Z Compiling petgraph v0.8.3
18442026-08-18T19:01:25.368Z Compiling tough v0.22.0
18452026-08-18T19:01:25.380Z Compiling zone v0.3.1
18462026-08-18T19:01:25.509Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-08-18T19:01:25.780Z Compiling progenitor v0.14.0
18482026-08-18T19:01:25.879Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18492026-08-18T19:01:26.012Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-08-18T19:01:26.203Z Compiling libsw v3.5.0
18512026-08-18T19:01:26.214Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18522026-08-18T19:01:26.287Z Compiling oxide-tokio-rt v0.1.6
18532026-08-18T19:01:26.448Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18542026-08-18T19:01:26.461Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-08-18T19:01:26.655Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-08-18T19:01:26.912Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-08-18T19:01:27.269Z Compiling const_format v0.2.36
18582026-08-18T19:01:27.684Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18592026-08-18T19:01:27.799Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-08-18T19:01:27.864Z Compiling tabled_derive v0.7.0
18612026-08-18T19:01:27.961Z Compiling gethostname v0.5.0
18622026-08-18T19:01:28.082Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-18T19:01:28.094Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-08-18T19:01:28.208Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18652026-08-18T19:01:28.220Z Compiling smf v0.2.3
18662026-08-18T19:01:28.327Z Compiling bcs v0.1.6
18672026-08-18T19:01:28.381Z Compiling nom v8.0.0
18682026-08-18T19:01:28.654Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18692026-08-18T19:01:28.815Z Compiling termtree v0.5.1
18702026-08-18T19:01:28.826Z Compiling lazy_static v1.5.0
18712026-08-18T19:01:28.830Z Compiling whoami v1.6.1
18722026-08-18T19:01:28.927Z Compiling tagptr v0.2.0
18732026-08-18T19:01:28.961Z Compiling linear-map v1.2.0
18742026-08-18T19:01:29.075Z Compiling smawk v0.3.3
18752026-08-18T19:01:29.144Z Compiling unicode-linebreak v0.1.5
18762026-08-18T19:01:29.162Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-18T19:01:29.203Z Compiling moka v0.12.16
18782026-08-18T19:01:29.394Z Compiling textwrap v0.16.2
18792026-08-18T19:01:29.888Z Compiling steno v0.4.1
18802026-08-18T19:01:29.914Z Compiling tabled v0.15.0
18812026-08-18T19:01:29.995Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-08-18T19:01:30.769Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-08-18T19:01:30.889Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-18T19:01:31.376Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-08-18T19:01:32.469Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-18T19:01:32.662Z Compiling hickory-proto v0.25.2
18872026-08-18T19:01:33.144Z Compiling crunchy v0.2.4
18882026-08-18T19:01:33.420Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18892026-08-18T19:01:33.448Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18902026-08-18T19:01:33.690Z Compiling tiny-keccak v2.0.2
18912026-08-18T19:01:33.924Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-08-18T19:01:33.938Z Compiling libscf-sys v1.2.0
18932026-08-18T19:01:34.081Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18942026-08-18T19:01:34.480Z Compiling parking_lot_core v0.8.6
18952026-08-18T19:01:34.600Z Compiling hickory-resolver v0.25.2
18962026-08-18T19:01:34.613Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18972026-08-18T19:01:34.768Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18982026-08-18T19:01:34.780Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18992026-08-18T19:01:35.059Z Compiling const-random-macro v0.1.16
19002026-08-18T19:01:35.195Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19012026-08-18T19:01:35.441Z Compiling ahash v0.8.12
19022026-08-18T19:01:35.453Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-08-18T19:01:35.476Z Compiling smartstring v1.0.1
19042026-08-18T19:01:35.697Z Compiling internet-checksum v0.2.1
19052026-08-18T19:01:35.937Z Compiling const-random v0.1.18
19062026-08-18T19:01:36.015Z Compiling parking_lot v0.11.2
19072026-08-18T19:01:36.061Z Compiling fxhash v0.2.1
19082026-08-18T19:01:36.244Z Compiling sled v0.34.7
19092026-08-18T19:01:36.484Z Compiling itertools v0.15.0
19102026-08-18T19:01:36.692Z Compiling thin-vec v0.2.19
19112026-08-18T19:01:36.972Z Compiling rhai_codegen v3.2.0
19122026-08-18T19:01:37.001Z Compiling serial_test_derive v4.0.1
19132026-08-18T19:01:37.264Z Compiling diff v0.1.13
19142026-08-18T19:01:37.559Z Compiling yansi v1.0.1
19152026-08-18T19:01:37.711Z Compiling serial_test v4.0.1
19162026-08-18T19:01:37.829Z Compiling pretty_assertions v1.4.1
19172026-08-18T19:01:38.159Z Compiling rhai v1.25.1
19182026-08-18T19:01:39.292Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19192026-08-18T19:01:40.297Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-18T19:01:48.691Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-08-18T19:01:50.344Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-18T19:01:51.407Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19232026-08-18T19:01:52.365Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19242026-08-18T19:01:53.186Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
19252026-08-18T19:01:53.186Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19262026-08-18T19:01:54.441Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19272026-08-18T19:02:29.893Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
19282026-08-18T19:02:30.081Z────────────
19292026-08-18T19:02:30.081Z Nextest run ID 91bfaf10-78a3-4643-9d47-fb027e958dea with nextest profile: default
19302026-08-18T19:02:30.081Z Starting 167 tests across 3 binaries
19312026-08-18T19:02:30.092Z PASS [ 0.011s] bgp dispatcher::tests::inactive_link_local_scope_uses_ip_key
19322026-08-18T19:02:30.096Z PASS [ 0.012s] bgp dispatcher::tests::undiscovered_link_local_uses_ip_key
19332026-08-18T19:02:30.096Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
19342026-08-18T19:02:30.096Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
19352026-08-18T19:02:30.096Z PASS [ 0.012s] bgp dispatcher::tests::non_link_local_address_uses_ip_session_key
19362026-08-18T19:02:30.096Z PASS [ 0.012s] bgp dispatcher::tests::mismatched_link_local_uses_ip_key
19372026-08-18T19:02:30.096Z PASS [ 0.012s] bgp dispatcher::tests::discovered_link_local_uses_interface_key
19382026-08-18T19:02:30.096Z PASS [ 0.012s] bgp dispatcher::tests::link_local_lookup_error_uses_ip_key
19392026-08-18T19:02:30.101Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19402026-08-18T19:02:30.104Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19412026-08-18T19:02:30.104Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19422026-08-18T19:02:30.104Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19432026-08-18T19:02:30.104Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19442026-08-18T19:02:30.104Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19452026-08-18T19:02:30.104Z PASS [ 0.011s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19462026-08-18T19:02:30.108Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19472026-08-18T19:02:30.114Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19482026-08-18T19:02:30.117Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
19492026-08-18T19:02:30.117Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19502026-08-18T19:02:30.117Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19512026-08-18T19:02:30.117Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19522026-08-18T19:02:30.117Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_maximum_length
19532026-08-18T19:02:30.117Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19542026-08-18T19:02:30.117Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19552026-08-18T19:02:30.121Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19562026-08-18T19:02:30.124Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19572026-08-18T19:02:30.124Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19582026-08-18T19:02:30.127Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19592026-08-18T19:02:30.127Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19602026-08-18T19:02:30.127Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19612026-08-18T19:02:30.127Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19622026-08-18T19:02:30.127Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19632026-08-18T19:02:30.131Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19642026-08-18T19:02:30.131Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19652026-08-18T19:02:30.134Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19662026-08-18T19:02:30.134Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19672026-08-18T19:02:30.139Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19682026-08-18T19:02:30.139Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19692026-08-18T19:02:30.139Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19702026-08-18T19:02:30.139Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19712026-08-18T19:02:30.139Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19722026-08-18T19:02:30.142Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19732026-08-18T19:02:30.142Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19742026-08-18T19:02:30.142Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19752026-08-18T19:02:30.146Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19762026-08-18T19:02:30.146Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19772026-08-18T19:02:30.146Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19782026-08-18T19:02:30.146Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19792026-08-18T19:02:30.146Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19802026-08-18T19:02:30.150Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19812026-08-18T19:02:30.150Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19822026-08-18T19:02:30.154Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19832026-08-18T19:02:30.154Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19842026-08-18T19:02:30.157Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19852026-08-18T19:02:30.157Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19862026-08-18T19:02:30.157Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19872026-08-18T19:02:30.157Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19882026-08-18T19:02:30.157Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19892026-08-18T19:02:30.157Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19902026-08-18T19:02:30.161Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19912026-08-18T19:02:30.164Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19922026-08-18T19:02:30.164Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19932026-08-18T19:02:30.164Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19942026-08-18T19:02:30.164Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19952026-08-18T19:02:30.168Z PASS [ 0.010s] bgp messages::tests::notification_round_trip
19962026-08-18T19:02:30.168Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19972026-08-18T19:02:30.168Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19982026-08-18T19:02:30.168Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19992026-08-18T19:02:30.172Z PASS [ 0.009s] bgp messages::tests::prefix_within
20002026-08-18T19:02:30.172Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20012026-08-18T19:02:30.175Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20022026-08-18T19:02:30.175Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20032026-08-18T19:02:30.175Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20042026-08-18T19:02:30.175Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20052026-08-18T19:02:30.175Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20062026-08-18T19:02:30.179Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20072026-08-18T19:02:30.179Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20082026-08-18T19:02:30.182Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20092026-08-18T19:02:30.182Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20102026-08-18T19:02:30.185Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20112026-08-18T19:02:30.185Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20122026-08-18T19:02:30.185Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20132026-08-18T19:02:30.185Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20142026-08-18T19:02:30.185Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20152026-08-18T19:02:30.189Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20162026-08-18T19:02:30.189Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20172026-08-18T19:02:30.192Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20182026-08-18T19:02:30.192Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
20192026-08-18T19:02:30.197Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
20202026-08-18T19:02:30.197Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20212026-08-18T19:02:30.207Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20222026-08-18T19:02:30.210Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20232026-08-18T19:02:30.210Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20242026-08-18T19:02:30.210Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20252026-08-18T19:02:30.213Z PASS [ 0.023s] bgp policy::test::shape_update_prefixes
20262026-08-18T19:02:30.214Z PASS [ 0.020s] bgp policy::test::update_shape_community
20272026-08-18T19:02:30.214Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20282026-08-18T19:02:30.220Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
20292026-08-18T19:02:30.225Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20302026-08-18T19:02:30.230Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20312026-08-18T19:02:30.230Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20322026-08-18T19:02:30.230Z PASS [ 0.016s] bgp proptest::prop_ipv6_wire_format_roundtrip
20332026-08-18T19:02:30.230Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20342026-08-18T19:02:30.230Z PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20352026-08-18T19:02:30.230Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20362026-08-18T19:02:30.237Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20372026-08-18T19:02:30.241Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20382026-08-18T19:02:30.241Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20392026-08-18T19:02:30.245Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20402026-08-18T19:02:30.248Z PASS [ 0.019s] bgp proptest::prop_update_mp_unreach_roundtrip
20412026-08-18T19:02:30.248Z PASS [ 0.008s] bgp session::tests::shutdown_state_transitions
20422026-08-18T19:02:30.251Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20432026-08-18T19:02:30.251Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20442026-08-18T19:02:30.251Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20452026-08-18T19:02:30.251Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20462026-08-18T19:02:30.255Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20472026-08-18T19:02:30.255Z PASS [ 0.009s] bgp session::tests::test_resolve_collision_decision
20482026-08-18T19:02:30.259Z PASS [ 0.029s] bgp proptest::prop_update_traditional_roundtrip
20492026-08-18T19:02:30.259Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20502026-08-18T19:02:30.262Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20512026-08-18T19:02:30.263Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20522026-08-18T19:02:30.263Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20532026-08-18T19:02:30.263Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20542026-08-18T19:02:30.266Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20552026-08-18T19:02:30.266Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20562026-08-18T19:02:30.266Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20572026-08-18T19:02:30.269Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20582026-08-18T19:02:30.269Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20592026-08-18T19:02:30.317Z PASS [ 0.056s] bgp test::router_teardown_leaves_other_routers_sessions_alone
20602026-08-18T19:02:30.317Z PASS [ 0.057s] bgp test::recreated_router_does_not_claim_predecessors_sessions
20612026-08-18T19:02:30.516Z PASS [ 0.256s] bgp test::admin_events_do_not_reach_other_routers_sessions
20622026-08-18T19:02:33.328Z PASS [ 3.065s] bgp test::test_basic_peering_active
20632026-08-18T19:02:33.328Z PASS [ 3.063s] bgp test::test_basic_peering_passive
20642026-08-18T19:02:33.332Z PASS [ 3.062s] bgp test::test_basic_update
20652026-08-18T19:02:33.337Z PASS [ 3.071s] bgp test::test_basic_peering_passive_tcp
20662026-08-18T19:02:33.385Z PASS [ 3.067s] bgp test::test_basic_update_ipv6
20672026-08-18T19:02:33.397Z PASS [ 3.080s] bgp test::test_basic_update_ipv6_tcp
20682026-08-18T19:02:33.594Z PASS [ 3.079s] bgp test::test_basic_update_tcp
20692026-08-18T19:02:34.344Z PASS [ 4.079s] bgp test::test_basic_peering_active_tcp
20702026-08-18T19:02:36.451Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_active
20712026-08-18T19:02:36.659Z PASS [ 3.064s] bgp test::test_ipv6_basic_peering_passive
20722026-08-18T19:02:37.410Z PASS [ 4.079s] bgp test::test_import_export_policy_filtering
20732026-08-18T19:02:37.410Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv4_peer_success
20742026-08-18T19:02:37.410Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv6_peer_success
20752026-08-18T19:02:37.413Z PASS [ 4.074s] bgp test::test_ipv4_routes_ipv6_peer_success
20762026-08-18T19:02:37.419Z PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive_tcp
20772026-08-18T19:02:37.477Z PASS [ 4.079s] bgp test::test_ipv6_basic_peering_active_tcp
20782026-08-18T19:02:37.719Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20792026-08-18T19:02:38.506Z PASS [ 1.093s] bgp test::test_three_router_chain_tcp_ipv6
20802026-08-18T19:02:38.513Z PASS [ 1.103s] bgp test::test_three_router_chain_tcp
20812026-08-18T19:02:39.476Z PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces
20822026-08-18T19:02:39.567Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20832026-08-18T19:02:40.304Z PASS [ 2.895s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20842026-08-18T19:02:40.310Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20852026-08-18T19:02:40.315Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20862026-08-18T19:02:40.319Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20872026-08-18T19:02:40.324Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20882026-08-18T19:02:40.329Z PASS [ 0.005s] mg-api-types-versions v13::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
20892026-08-18T19:02:40.335Z PASS [ 0.005s] mg-api-types-versions v13::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
20902026-08-18T19:02:40.339Z PASS [ 0.005s] mg-api-types-versions v13::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
20912026-08-18T19:02:40.485Z PASS [ 3.066s] bgp test::test_three_router_chain_unnumbered
20922026-08-18T19:02:40.526Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20932026-08-18T19:02:42.540Z PASS [ 5.063s] bgp test::test_unnumbered_dualstack_route_exchange
20942026-08-18T19:02:44.536Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20952026-08-18T19:02:47.576Z PASS [ 9.063s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20962026-08-18T19:02:48.629Z PASS [ 9.061s] bgp test::test_unnumbered_unaffected_by_ndp
20972026-08-18T19:02:55.782Z PASS [ 18.061s] bgp test::test_unnumbered_interface_lifecycle
20982026-08-18T19:02:55.782Z────────────
20992026-08-18T19:02:55.782Z Summary [ 25.700s] 167 tests run: 167 passed, 0 skipped
21002026-08-18T19:02:55.795Z+ cp ./admin_events_do_not_reach_other_routers_sessions.log ./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 ./recreated_router_does_not_claim_predecessors_sessions.log ./router_teardown_leaves_other_routers_sessions_alone.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/
21012026-08-18T19:02:55.800Z+ popd
21022026-08-18T19:02:55.801Z+ pushd mgd
21032026-08-18T19:02:55.801Z/work/oxidecomputer/maghemite
21042026-08-18T19:02:55.801Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21052026-08-18T19:02:55.801Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21062026-08-18T19:02:57.019Z Compiling slog v2.8.2
21072026-08-18T19:02:57.130Z Compiling usdt v0.6.0
21082026-08-18T19:02:57.228Z Compiling papergrid v0.18.0
21092026-08-18T19:02:57.228Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
21102026-08-18T19:02:57.232Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
21112026-08-18T19:02:57.265Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21122026-08-18T19:02:57.401Z Compiling crc8 v0.1.1
21132026-08-18T19:02:57.432Z Compiling dropshot-api-manager-types v0.7.2
21142026-08-18T19:02:57.470Z Compiling slog-json v2.6.1
21152026-08-18T19:02:57.508Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21162026-08-18T19:02:57.521Z Compiling slog-term v2.9.2
21172026-08-18T19:02:57.642Z Compiling slog-async v2.8.0
21182026-08-18T19:02:57.788Z Compiling slog-bunyan v2.5.0
21192026-08-18T19:02:57.828Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-08-18T19:02:57.852Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21212026-08-18T19:02:58.058Z Compiling dropshot v0.17.1
21222026-08-18T19:02:58.196Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-08-18T19:02:58.219Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-08-18T19:02:58.223Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21252026-08-18T19:02:58.457Z Compiling slog-dtrace v0.3.0
21262026-08-18T19:02:58.627Z Compiling steno v0.4.1
21272026-08-18T19:02:58.775Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-08-18T19:02:59.300Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-08-18T19:02:59.414Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21302026-08-18T19:02:59.426Z Compiling tabled v0.21.0
21312026-08-18T19:03:00.391Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
21322026-08-18T19:03:01.821Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21332026-08-18T19:03:02.188Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-08-18T19:03:02.239Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21352026-08-18T19:03:03.553Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
21362026-08-18T19:03:04.234Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-08-18T19:03:04.423Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-08-18T19:03:04.474Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21392026-08-18T19:03:04.945Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
21402026-08-18T19:03:05.228Z Compiling port-file v0.1.0
21412026-08-18T19:03:05.343Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21422026-08-18T19:03:05.426Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21432026-08-18T19:03:05.900Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-08-18T19:03:07.898Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-08-18T19:03:07.928Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-08-18T19:03:08.055Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-08-18T19:03:08.163Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-08-18T19:03:09.019Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-08-18T19:03:10.135Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-08-18T19:03:10.481Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-08-18T19:03:10.704Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-08-18T19:03:10.747Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-08-18T19:03:11.194Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-08-18T19:03:11.455Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-08-18T19:03:15.691Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-08-18T19:03:15.691Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-08-18T19:03:16.725Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-08-18T19:03:16.843Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-08-18T19:03:16.889Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-08-18T19:03:17.851Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-08-18T19:03:18.024Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-08-18T19:03:24.829Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-08-18T19:03:32.492Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-08-18T19:03:34.113Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-08-18T19:03:35.160Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21662026-08-18T19:03:36.138Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21672026-08-18T19:03:36.957Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21682026-08-18T19:03:36.957Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
21692026-08-18T19:03:38.213Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21702026-08-18T19:03:38.213Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21712026-08-18T19:03:38.216Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21722026-08-18T19:03:44.099Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21732026-08-18T19:04:15.055Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
21742026-08-18T19:04:15.229Z────────────
21752026-08-18T19:04:15.230Z Nextest run ID cb07d1fd-fe51-4888-bbbf-9c4233956caa with nextest profile: default
21762026-08-18T19:04:15.230Z Starting 44 tests across 3 binaries
21772026-08-18T19:04:15.234Z PASS [ 0.005s] mg-api-types-versions v13::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
21782026-08-18T19:04:15.238Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21792026-08-18T19:04:15.238Z PASS [ 0.005s] mg-api-types-versions v13::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
21802026-08-18T19:04:15.238Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21812026-08-18T19:04:15.238Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21822026-08-18T19:04:15.238Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21832026-08-18T19:04:15.238Z PASS [ 0.006s] mg-api-types-versions v13::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
21842026-08-18T19:04:15.302Z PASS [ 0.066s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_learned_routes
21852026-08-18T19:04:15.309Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::delete_bgp_peers_removes_routes
21862026-08-18T19:04:15.309Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::duplicate_bgp_peer_is_rejected
21872026-08-18T19:04:15.309Z PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21882026-08-18T19:04:15.309Z PASS [ 0.068s] mgd::bin/mgd bgp_admin::tests::apply_updates_bgp_peers
21892026-08-18T19:04:15.309Z PASS [ 0.070s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_bgp_peers
21902026-08-18T19:04:15.309Z PASS [ 0.075s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
21912026-08-18T19:04:15.313Z PASS [ 0.077s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
21922026-08-18T19:04:15.319Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21932026-08-18T19:04:15.327Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21942026-08-18T19:04:15.335Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21952026-08-18T19:04:15.347Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21962026-08-18T19:04:15.350Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21972026-08-18T19:04:15.355Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21982026-08-18T19:04:15.355Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21992026-08-18T19:04:15.360Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22002026-08-18T19:04:15.364Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22012026-08-18T19:04:15.364Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22022026-08-18T19:04:15.364Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22032026-08-18T19:04:15.364Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22042026-08-18T19:04:15.364Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22052026-08-18T19:04:15.364Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22062026-08-18T19:04:15.368Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22072026-08-18T19:04:15.371Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22082026-08-18T19:04:15.377Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22092026-08-18T19:04:15.377Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22102026-08-18T19:04:15.377Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22112026-08-18T19:04:15.377Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22122026-08-18T19:04:15.378Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22132026-08-18T19:04:15.378Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22142026-08-18T19:04:15.378Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22152026-08-18T19:04:15.384Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22162026-08-18T19:04:15.384Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22172026-08-18T19:04:15.384Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22182026-08-18T19:04:15.384Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22192026-08-18T19:04:15.384Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22202026-08-18T19:04:15.384Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22212026-08-18T19:04:15.384Z────────────
22222026-08-18T19:04:15.384Z Summary [ 0.153s] 44 tests run: 44 passed, 0 skipped
22232026-08-18T19:04:15.395Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_bgp_peers.log ./apply_remove_entire_group.log ./apply_updates_bgp_peers.log ./delete_bgp_peers_removes_routes.log ./delete_router_removes_learned_routes.log ./delete_router_removes_router_state.log ./duplicate_bgp_peer_is_rejected.log /work/
22242026-08-18T19:04:15.398Z+ popd
22252026-08-18T19:04:15.398Z/work/oxidecomputer/maghemite
22262026-08-18T19:04:15.398Zprocess exited: duration 441189 ms, exit code 0
 
22272026-08-18T19:04:15.411Zfound 76 output files
22282026-08-18T19:04:15.411Zuploading: /work/admin_events_do_not_reach_other_routers_sessions.log (4720 bytes)
22292026-08-18T19:04:16.422Zuploaded: /work/admin_events_do_not_reach_other_routers_sessions.log
22302026-08-18T19:04:16.422Zuploading: /work/apply_change_peer_asn.log (27909 bytes)
22312026-08-18T19:04:17.439Zuploaded: /work/apply_change_peer_asn.log
22322026-08-18T19:04:17.439Zuploading: /work/apply_empty_removes_bgp_peers.log (15435 bytes)
22332026-08-18T19:04:18.450Zuploaded: /work/apply_empty_removes_bgp_peers.log
22342026-08-18T19:04:18.453Zuploading: /work/apply_remove_entire_group.log (14834 bytes)
22352026-08-18T19:04:19.460Zuploaded: /work/apply_remove_entire_group.log
22362026-08-18T19:04:19.460Zuploading: /work/apply_updates_bgp_peers.log (11344 bytes)
22372026-08-18T19:04:20.471Zuploaded: /work/apply_updates_bgp_peers.log
22382026-08-18T19:04:20.471Zuploading: /work/delete_bgp_peers_removes_routes.log (13139 bytes)
22392026-08-18T19:04:21.479Zuploaded: /work/delete_bgp_peers_removes_routes.log
22402026-08-18T19:04:21.479Zuploading: /work/delete_router_removes_learned_routes.log (6083 bytes)
22412026-08-18T19:04:22.490Zuploaded: /work/delete_router_removes_learned_routes.log
22422026-08-18T19:04:22.490Zuploading: /work/delete_router_removes_router_state.log (23231 bytes)
22432026-08-18T19:04:23.501Zuploaded: /work/delete_router_removes_router_state.log
22442026-08-18T19:04:23.501Zuploading: /work/dualstack_routes.log (121402 bytes)
22452026-08-18T19:04:24.513Zuploaded: /work/dualstack_routes.log
22462026-08-18T19:04:24.514Zuploading: /work/duplicate_bgp_peer_is_rejected.log (6131 bytes)
22472026-08-18T19:04:25.520Zuploaded: /work/duplicate_bgp_peer_is_rejected.log
22482026-08-18T19:04:25.520Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2289 bytes)
22492026-08-18T19:04:26.530Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22502026-08-18T19:04:26.530Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1491 bytes)
22512026-08-18T19:04:27.541Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22522026-08-18T19:04:27.541Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2265 bytes)
22532026-08-18T19:04:28.553Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22542026-08-18T19:04:28.553Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2386 bytes)
22552026-08-18T19:04:29.562Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22562026-08-18T19:04:29.562Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2371 bytes)
22572026-08-18T19:04:30.570Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22582026-08-18T19:04:30.570Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2175 bytes)
22592026-08-18T19:04:31.579Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22602026-08-18T19:04:31.579Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3009 bytes)
22612026-08-18T19:04:32.591Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22622026-08-18T19:04:32.591Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2250 bytes)
22632026-08-18T19:04:33.602Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22642026-08-18T19:04:33.602Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2268 bytes)
22652026-08-18T19:04:34.612Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22662026-08-18T19:04:34.612Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2425 bytes)
22672026-08-18T19:04:35.622Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22682026-08-18T19:04:35.622Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2270 bytes)
22692026-08-18T19:04:36.631Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22702026-08-18T19:04:36.631Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2400 bytes)
22712026-08-18T19:04:37.642Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22722026-08-18T19:04:37.642Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4753 bytes)
22732026-08-18T19:04:38.651Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22742026-08-18T19:04:38.651Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3610 bytes)
22752026-08-18T19:04:39.660Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22762026-08-18T19:04:39.660Zuploading: /work/multiple_unnumbered.log (142107 bytes)
22772026-08-18T19:04:40.673Zuploaded: /work/multiple_unnumbered.log
22782026-08-18T19:04:40.673Zuploading: /work/ndp_change_reset.log (75836 bytes)
22792026-08-18T19:04:41.685Zuploaded: /work/ndp_change_reset.log
22802026-08-18T19:04:41.685Zuploading: /work/ndp_changes.log (91679 bytes)
22812026-08-18T19:04:42.700Zuploaded: /work/ndp_changes.log
22822026-08-18T19:04:42.700Zuploading: /work/r1.test_basic_peering_active.log (41876 bytes)
22832026-08-18T19:04:43.713Zuploaded: /work/r1.test_basic_peering_active.log
22842026-08-18T19:04:43.713Zuploading: /work/r1.test_basic_peering_active_tcp.log (49638 bytes)
22852026-08-18T19:04:44.730Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22862026-08-18T19:04:44.730Zuploading: /work/r1.test_basic_peering_passive.log (34572 bytes)
22872026-08-18T19:04:45.740Zuploaded: /work/r1.test_basic_peering_passive.log
22882026-08-18T19:04:45.740Zuploading: /work/r1.test_basic_peering_passive_tcp.log (40474 bytes)
22892026-08-18T19:04:46.755Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22902026-08-18T19:04:46.755Zuploading: /work/r1.test_basic_update.log (29202 bytes)
22912026-08-18T19:04:47.772Zuploaded: /work/r1.test_basic_update.log
22922026-08-18T19:04:47.772Zuploading: /work/r1.test_basic_update_ipv6.log (28975 bytes)
22932026-08-18T19:04:48.798Zuploaded: /work/r1.test_basic_update_ipv6.log
22942026-08-18T19:04:48.799Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31939 bytes)
22952026-08-18T19:04:49.865Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22962026-08-18T19:04:49.865Zuploading: /work/r1.test_basic_update_tcp.log (32152 bytes)
22972026-08-18T19:04:50.932Zuploaded: /work/r1.test_basic_update_tcp.log
22982026-08-18T19:04:50.932Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44620 bytes)
22992026-08-18T19:04:51.964Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23002026-08-18T19:04:51.964Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44891 bytes)
23012026-08-18T19:04:52.991Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23022026-08-18T19:04:52.991Zuploading: /work/r1.test_import_export_policy_filtering.log (41470 bytes)
23032026-08-18T19:04:54.029Zuploaded: /work/r1.test_import_export_policy_filtering.log
23042026-08-18T19:04:54.029Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (36724 bytes)
23052026-08-18T19:04:55.052Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23062026-08-18T19:04:55.052Zuploading: /work/r1.test_ipv6_basic_peering_active.log (41882 bytes)
23072026-08-18T19:04:56.071Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23082026-08-18T19:04:56.071Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49406 bytes)
23092026-08-18T19:04:57.124Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23102026-08-18T19:04:57.125Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (34640 bytes)
23112026-08-18T19:04:58.139Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23122026-08-18T19:04:58.139Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40400 bytes)
23132026-08-18T19:04:59.152Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23142026-08-18T19:04:59.152Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (37788 bytes)
23152026-08-18T19:05:00.161Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23162026-08-18T19:05:00.161Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30635 bytes)
23172026-08-18T19:05:01.173Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23182026-08-18T19:05:01.173Zuploading: /work/r1.test_three_router_chain_tcp.log (24339 bytes)
23192026-08-18T19:05:02.184Zuploaded: /work/r1.test_three_router_chain_tcp.log
23202026-08-18T19:05:02.184Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24811 bytes)
23212026-08-18T19:05:03.196Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23222026-08-18T19:05:03.196Zuploading: /work/r2.test_basic_peering_active.log (39961 bytes)
23232026-08-18T19:05:04.208Zuploaded: /work/r2.test_basic_peering_active.log
23242026-08-18T19:05:04.208Zuploading: /work/r2.test_basic_peering_active_tcp.log (47882 bytes)
23252026-08-18T19:05:05.221Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23262026-08-18T19:05:05.221Zuploading: /work/r2.test_basic_peering_passive.log (42917 bytes)
23272026-08-18T19:05:06.232Zuploaded: /work/r2.test_basic_peering_passive.log
23282026-08-18T19:05:06.232Zuploading: /work/r2.test_basic_peering_passive_tcp.log (47909 bytes)
23292026-08-18T19:05:07.245Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23302026-08-18T19:05:07.245Zuploading: /work/r2.test_basic_update.log (27513 bytes)
23312026-08-18T19:05:08.256Zuploaded: /work/r2.test_basic_update.log
23322026-08-18T19:05:08.256Zuploading: /work/r2.test_basic_update_ipv6.log (27456 bytes)
23332026-08-18T19:05:09.267Zuploaded: /work/r2.test_basic_update_ipv6.log
23342026-08-18T19:05:09.267Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (34008 bytes)
23352026-08-18T19:05:10.281Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23362026-08-18T19:05:10.281Zuploading: /work/r2.test_basic_update_tcp.log (34024 bytes)
23372026-08-18T19:05:11.292Zuploaded: /work/r2.test_basic_update_tcp.log
23382026-08-18T19:05:11.292Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45108 bytes)
23392026-08-18T19:05:12.305Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23402026-08-18T19:05:12.305Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (45344 bytes)
23412026-08-18T19:05:13.315Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23422026-08-18T19:05:13.315Zuploading: /work/r2.test_import_export_policy_filtering.log (38377 bytes)
23432026-08-18T19:05:14.326Zuploaded: /work/r2.test_import_export_policy_filtering.log
23442026-08-18T19:05:14.327Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (39680 bytes)
23452026-08-18T19:05:15.337Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23462026-08-18T19:05:15.337Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39920 bytes)
23472026-08-18T19:05:16.349Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23482026-08-18T19:05:16.349Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47623 bytes)
23492026-08-18T19:05:17.359Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23502026-08-18T19:05:17.359Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (42950 bytes)
23512026-08-18T19:05:18.372Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23522026-08-18T19:05:18.372Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48361 bytes)
23532026-08-18T19:05:19.383Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23542026-08-18T19:05:19.384Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39556 bytes)
23552026-08-18T19:05:20.394Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23562026-08-18T19:05:20.394Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (29067 bytes)
23572026-08-18T19:05:21.406Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23582026-08-18T19:05:21.406Zuploading: /work/r2.test_three_router_chain_tcp.log (44045 bytes)
23592026-08-18T19:05:22.417Zuploaded: /work/r2.test_three_router_chain_tcp.log
23602026-08-18T19:05:22.417Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44198 bytes)
23612026-08-18T19:05:23.432Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23622026-08-18T19:05:23.432Zuploading: /work/r3.test_three_router_chain_tcp.log (22104 bytes)
23632026-08-18T19:05:24.443Zuploaded: /work/r3.test_three_router_chain_tcp.log
23642026-08-18T19:05:24.443Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22188 bytes)
23652026-08-18T19:05:25.453Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23662026-08-18T19:05:25.453Zuploading: /work/recreated_router_does_not_claim_predecessors_sessions.log (2451 bytes)
23672026-08-18T19:05:26.462Zuploaded: /work/recreated_router_does_not_claim_predecessors_sessions.log
23682026-08-18T19:05:26.462Zuploading: /work/router_teardown_leaves_other_routers_sessions_alone.log (2798 bytes)
23692026-08-18T19:05:27.472Zuploaded: /work/router_teardown_leaves_other_routers_sessions_alone.log
23702026-08-18T19:05:27.472Zuploading: /work/same_linklocal.log (164185 bytes)
23712026-08-18T19:05:28.484Zuploaded: /work/same_linklocal.log
23722026-08-18T19:05:28.484Zuploading: /work/three_chain.log (128976 bytes)
23732026-08-18T19:05:29.497Zuploaded: /work/three_chain.log
23742026-08-18T19:05:29.497Zuploading: /work/unnumbered_expiry.log (91314 bytes)
23752026-08-18T19:05:30.509Zuploaded: /work/unnumbered_expiry.log
23762026-08-18T19:05:30.510Zuploading: /work/unnumbered_interface_lifecycle.log (122940 bytes)
23772026-08-18T19:05:31.523Zuploaded: /work/unnumbered_interface_lifecycle.log
23782026-08-18T19:05:31.523Zuploading: /work/unnumbered_peer_change.log (81086 bytes)
23792026-08-18T19:05:32.534Zuploaded: /work/unnumbered_peer_change.log