01KNTPZQRDRCB155EP3N4W8G1C: 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: 01KNTQ03KB4QCKHS2NTRXW8ZKK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T03:30:34.609Zjob assigned to worker 01KNTQ0PRXDP5CFESCDPF43S1S [factory aws, i-0d192121918f00c7e] (queued for 1 m 3 s)
 
22026-04-10T03:30:41.477Zstarting task 0: "setup"
32026-04-10T03:30:41.481Z++ uname -s
42026-04-10T03:30:41.484Z+ kern=SunOS
52026-04-10T03:30:41.484Z+ build_user=build
62026-04-10T03:30:41.484Z+ build_uid=12345
72026-04-10T03:30:41.484Z+ work_dir=/work
82026-04-10T03:30:41.484Z+ input_dir=/input
92026-04-10T03:30:41.484Z+ [[ 0 == 12345 ]]
102026-04-10T03:30:41.484Z+ case "$kern" in
112026-04-10T03:30:41.484Z+ groupadd -g 12345 build
122026-04-10T03:30:41.487Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T03:30:43.491Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T03:30:43.613Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T03:30:43.617Z+ home_fs=zfs
162026-04-10T03:30:43.617Z+ [[ zfs == autofs ]]
172026-04-10T03:30:43.617Z+ mkdir -p /home/build
182026-04-10T03:30:43.617Z+ chown build:build /home/build /work
192026-04-10T03:30:45.618Z+ chmod 0700 /home/build /work
202026-04-10T03:30:45.621Zprocess exited: duration 4145 ms, exit code 0
 
212026-04-10T03:30:45.627Zstarting task 1: "rust-toolchain"
222026-04-10T03:30:45.631Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T03:30:45.631Z * rust toolchain channel = "stable"
242026-04-10T03:30:45.631Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-10T03:30:45.632Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-10T03:30:45.632Z * rust toolchain profile = "default"
272026-04-10T03:30:45.632Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T03:30:45.635Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T03:30:45.635Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T03:30:45.751Zinfo: downloading installer
312026-04-10T03:30:47.166Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T03:30:47.166Zwarn: /opt/ooce/bin
332026-04-10T03:30:47.166Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T03:30:47.166Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T03:30:47.166Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T03:30:47.167Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T03:30:47.167Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T03:30:47.167Zerror: cannot install while Rust is installed
392026-04-10T03:30:47.167Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T03:30:47.170Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T03:30:47.170Zwarn: /home/build/.rustup/settings.toml
422026-04-10T03:30:47.170Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T03:30:47.170Zwarn: instead of the one inferred from the default host triple.
442026-04-10T03:30:47.180Zinfo: profile set to default
452026-04-10T03:30:47.180Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T03:30:47.183Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T03:30:47.319Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T03:30:47.322Zinfo: downloading 6 components
492026-04-10T03:31:01.639Z
502026-04-10T03:31:01.639Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-04-10T03:31:01.668Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T03:31:01.668Z
532026-04-10T03:31:01.668Z
542026-04-10T03:31:01.668ZRust is installed now. Great!
552026-04-10T03:31:01.668Z
562026-04-10T03:31:01.668ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T03:31:01.668Zenvironment variable. This has not been done automatically.
582026-04-10T03:31:01.668Z
592026-04-10T03:31:01.668ZTo configure your current shell, you need to source
602026-04-10T03:31:01.668Zthe corresponding env file under $HOME/.cargo.
612026-04-10T03:31:01.668Z
622026-04-10T03:31:01.668ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T03:31:01.668Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T03:31:01.668Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T03:31:01.668Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T03:31:01.668Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T03:31:01.668Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T03:31:01.668Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T03:31:01.672Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T03:31:01.672Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T03:31:01.753Z+ rustup --version
722026-04-10T03:31:01.761Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T03:31:01.765Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T03:31:01.783Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T03:31:01.786Z+ cargo --version
762026-04-10T03:31:01.798Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T03:31:01.802Z+ rustc --version
782026-04-10T03:31:01.820Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T03:31:01.823Zprocess exited: duration 16193 ms, exit code 0
 
802026-04-10T03:31:01.830Zstarting task 2: "authentication"
812026-04-10T03:31:01.846Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T03:31:01.853Zstarting task 3: "clone repository"
832026-04-10T03:31:01.856Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T03:31:01.859Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T03:31:01.891ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T03:31:02.753Z+ cd /work/oxidecomputer/maghemite
872026-04-10T03:31:02.753Z+ git fetch origin 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
882026-04-10T03:31:02.990ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T03:31:02.990Z * branch 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 -> FETCH_HEAD
902026-04-10T03:31:02.995Z+ [[ -n trey/random-fix-fun-time ]]
912026-04-10T03:31:02.998Z++ git branch --show-current
922026-04-10T03:31:02.998Z+ current=main
932026-04-10T03:31:02.998Z+ [[ main != trey/random-fix-fun-time ]]
942026-04-10T03:31:02.998Z+ git branch -f trey/random-fix-fun-time 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
952026-04-10T03:31:03.002Z+ git checkout -f trey/random-fix-fun-time
962026-04-10T03:31:03.017ZSwitched to branch 'trey/random-fix-fun-time'
972026-04-10T03:31:03.020Z+ git reset --hard 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
982026-04-10T03:31:03.034ZHEAD is now at 3d44036 bgp: disallow OPEN/KEEPALIVE from extended msg
992026-04-10T03:31:03.038Zprocess exited: duration 1182 ms, exit code 0
 
1002026-04-10T03:31:03.045Zstarting task 4: "build"
1012026-04-10T03:31:03.048Z+ set -e
1022026-04-10T03:31:03.048Z+ source .github/buildomat/test-common.sh
1032026-04-10T03:31:03.048Z++ NEXTEST_VERSION=0.9.97
1042026-04-10T03:31:03.048Z++ PLATFORM=illumos
1052026-04-10T03:31:03.048Z++ banner install
1062026-04-10T03:31:03.052Z
1072026-04-10T03:31:03.052Z # # # #### ##### ## # #
1082026-04-10T03:31:03.052Z # ## # # # # # # #
1092026-04-10T03:31:03.052Z # # # # #### # # # # #
1102026-04-10T03:31:03.052Z # # # # # # ###### # #
1112026-04-10T03:31:03.052Z # # ## # # # # # # #
1122026-04-10T03:31:03.052Z # # # #### # # # ###### ######
1132026-04-10T03:31:03.052Z
1142026-04-10T03:31:03.052Z++ set +o errexit
1152026-04-10T03:31:03.052Z++ pkg info clang-15
1162026-04-10T03:31:03.052Z++ grep -qi installed
1172026-04-10T03:31:04.247Zpkg: info: no packages matching the following patterns you specified are
1182026-04-10T03:31:04.247Zinstalled on the system. Try querying remotely instead:
1192026-04-10T03:31:04.247Z
1202026-04-10T03:31:04.247Z clang-15
1212026-04-10T03:31:04.284Z++ [[ 1 != 0 ]]
1222026-04-10T03:31:04.284Z++ set -o errexit
1232026-04-10T03:31:04.284Z++ pfexec pkg install clang-15
1242026-04-10T03:31:10.974Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-10T03:31:18.037Z Startup: Caching catalogs ... Done
1262026-04-10T03:31:23.037ZPlanning: Solver setup ... Done
1272026-04-10T03:31:23.068ZPlanning: Running solver ... Done
1282026-04-10T03:31:23.185ZPlanning: Finding local manifests ... Done
1292026-04-10T03:31:23.195ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-10T03:31:23.284ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-10T03:31:23.313ZPlanning: Package planning ... Done
1322026-04-10T03:31:23.343ZPlanning: Merging actions ... Done
1332026-04-10T03:31:23.456ZPlanning: Checking for conflicting actions ... Done
1342026-04-10T03:31:23.470ZPlanning: Consolidating action changes ... Done
1352026-04-10T03:31:24.132ZPlanning: Evaluating mediators ... Done
1362026-04-10T03:31:24.137ZPlanning: Planning completed in 5.94 seconds
1372026-04-10T03:31:24.147Z Packages to install: 2
1382026-04-10T03:31:24.159Z Mediators to change: 2
1392026-04-10T03:31:24.159Z Services to change: 1
1402026-04-10T03:31:24.159Z Create boot environment: No
1412026-04-10T03:31:24.160ZCreate backup boot environment: No
1422026-04-10T03:31:24.188Z
1432026-04-10T03:31:24.188ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-10T03:31:29.718ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (26.9M/s)
1452026-04-10T03:31:36.621ZDownload: 3068/3076 items 210.4/211.3MB 99% complete (20.7M/s)
1462026-04-10T03:31:36.655ZDownload: Completed 211.31 MB in 12.47 seconds (16.9M/s)
1472026-04-10T03:31:36.783Z Actions: 1/3418 actions (Installing new actions)
1482026-04-10T03:31:39.913Z Actions: Completed 3418 actions in 3.13 seconds.
1492026-04-10T03:31:40.201Z Done
1502026-04-10T03:31:40.201Z Done
1512026-04-10T03:31:40.902Z Done
1522026-04-10T03:31:43.965Z Done
1532026-04-10T03:31:44.052Z Done
1542026-04-10T03:31:44.055Z Done
1552026-04-10T03:31:44.358Z Done
1562026-04-10T03:31:45.014Z++ set -o errexit
1572026-04-10T03:31:45.014Z++ cargo --version
1582026-04-10T03:31:45.022Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1592026-04-10T03:31:45.180Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1602026-04-10T03:31:45.183Zinfo: downloading 6 components
1612026-04-10T03:32:00.100Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1622026-04-10T03:32:00.105Z++ rustc --version
1632026-04-10T03:32:00.132Zrustc 1.94.1 (e408947bf 2026-03-25)
1642026-04-10T03:32:00.136Z++ cargo install cargo-nextest --version 0.9.97
1652026-04-10T03:32:00.179Z Updating crates.io index
1662026-04-10T03:32:00.278Z Downloading crates ...
1672026-04-10T03:32:00.366Z Downloaded cargo-nextest v0.9.97
1682026-04-10T03:32:00.428Z Installing cargo-nextest v0.9.97
1692026-04-10T03:32:00.471Z Updating crates.io index
1702026-04-10T03:32:03.007Z Locking 407 packages to latest compatible versions
1712026-04-10T03:32:03.011Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-04-10T03:32:03.015Z Adding duct v0.13.7 (available: v1.1.1)
1732026-04-10T03:32:03.015Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-04-10T03:32:03.015Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-04-10T03:32:03.015Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-04-10T03:32:03.018Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-04-10T03:32:03.018Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-04-10T03:32:03.021Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-04-10T03:32:03.021Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-04-10T03:32:03.040Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-04-10T03:32:03.049Z Downloading crates ...
1822026-04-10T03:32:03.132Z Downloaded atomic-waker v1.1.2
1832026-04-10T03:32:03.136Z Downloaded anstyle-parse v1.0.0
1842026-04-10T03:32:03.140Z Downloaded fnv v1.0.7
1852026-04-10T03:32:03.144Z Downloaded is_ci v1.2.0
1862026-04-10T03:32:03.144Z Downloaded heck v0.5.0
1872026-04-10T03:32:03.144Z Downloaded futures-sink v0.3.32
1882026-04-10T03:32:03.152Z Downloaded foreign-types-shared v0.1.1
1892026-04-10T03:32:03.152Z Downloaded dialoguer v0.11.0
1902026-04-10T03:32:03.152Z Downloaded cpufeatures v0.2.17
1912026-04-10T03:32:03.152Z Downloaded http-body v1.0.1
1922026-04-10T03:32:03.152Z Downloaded getrandom v0.3.4
1932026-04-10T03:32:03.155Z Downloaded camino-tempfile v1.4.1
1942026-04-10T03:32:03.155Z Downloaded cfg-if v1.0.4
1952026-04-10T03:32:03.158Z Downloaded autocfg v1.5.0
1962026-04-10T03:32:03.158Z Downloaded aho-corasick v1.1.4
1972026-04-10T03:32:03.162Z Downloaded semver v1.0.28
1982026-04-10T03:32:03.166Z Downloaded console v0.15.11
1992026-04-10T03:32:03.166Z Downloaded nested v0.1.1
2002026-04-10T03:32:03.166Z Downloaded jobserver v0.1.34
2012026-04-10T03:32:03.169Z Downloaded home v0.5.12
2022026-04-10T03:32:03.169Z Downloaded lru-slab v0.1.2
2032026-04-10T03:32:03.172Z Downloaded rustc-hash v2.1.2
2042026-04-10T03:32:03.172Z Downloaded sharded-slab v0.1.7
2052026-04-10T03:32:03.175Z Downloaded newtype-uuid v1.3.2
2062026-04-10T03:32:03.175Z Downloaded ipnet v2.12.0
2072026-04-10T03:32:03.178Z Downloaded cargo-platform v0.3.2
2082026-04-10T03:32:03.178Z Downloaded nextest-workspace-hack v0.1.0
2092026-04-10T03:32:03.181Z Downloaded lock_api v0.4.14
2102026-04-10T03:32:03.184Z Downloaded eyre v0.6.12
2112026-04-10T03:32:03.188Z Downloaded find-msvc-tools v0.1.9
2122026-04-10T03:32:03.191Z Downloaded anstyle-query v1.1.5
2132026-04-10T03:32:03.194Z Downloaded rand_chacha v0.9.0
2142026-04-10T03:32:03.194Z Downloaded guppy-workspace-hack v0.1.0
2152026-04-10T03:32:03.194Z Downloaded cargo_metadata v0.23.1
2162026-04-10T03:32:03.198Z Downloaded anstyle v1.0.14
2172026-04-10T03:32:03.201Z Downloaded generic-array v0.14.7
2182026-04-10T03:32:03.201Z Downloaded config v0.15.22
2192026-04-10T03:32:03.204Z Downloaded clap v4.6.0
2202026-04-10T03:32:03.209Z Downloaded indent_write v2.2.0
2212026-04-10T03:32:03.212Z Downloaded foreign-types v0.3.2
2222026-04-10T03:32:03.215Z Downloaded color-spantrace v0.3.0
2232026-04-10T03:32:03.220Z Downloaded serde_spanned v0.6.9
2242026-04-10T03:32:03.223Z Downloaded clap_lex v1.1.0
2252026-04-10T03:32:03.229Z Downloaded globset v0.4.18
2262026-04-10T03:32:03.235Z Downloaded futures-executor v0.3.32
2272026-04-10T03:32:03.238Z Downloaded os_pipe v1.2.3
2282026-04-10T03:32:03.238Z Downloaded number_prefix v0.4.0
2292026-04-10T03:32:03.238Z Downloaded either v1.15.0
2302026-04-10T03:32:03.241Z Downloaded shared_child v1.1.1
2312026-04-10T03:32:03.241Z Downloaded cc v1.2.59
2322026-04-10T03:32:03.244Z Downloaded bytes v1.11.1
2332026-04-10T03:32:03.247Z Downloaded rustc_version v0.4.1
2342026-04-10T03:32:03.247Z Downloaded indenter v0.3.4
2352026-04-10T03:32:03.247Z Downloaded is_terminal_polyfill v1.70.2
2362026-04-10T03:32:03.250Z Downloaded sigchld v0.2.4
2372026-04-10T03:32:03.250Z Downloaded itertools v0.14.0
2382026-04-10T03:32:03.253Z Downloaded serde_path_to_error v0.1.20
2392026-04-10T03:32:03.256Z Downloaded errno v0.3.14
2402026-04-10T03:32:03.256Z Downloaded backtrace-ext v0.2.1
2412026-04-10T03:32:03.260Z Downloaded backtrace v0.3.76
2422026-04-10T03:32:03.262Z Downloaded colorchoice v1.0.5
2432026-04-10T03:32:03.265Z Downloaded serde_urlencoded v0.7.1
2442026-04-10T03:32:03.265Z Downloaded idna_adapter v1.0.0
2452026-04-10T03:32:03.266Z Downloaded openssl-probe v0.2.1
2462026-04-10T03:32:03.269Z Downloaded adler2 v2.0.1
2472026-04-10T03:32:03.269Z Downloaded futures-task v0.3.32
2482026-04-10T03:32:03.269Z Downloaded clap_derive v4.6.0
2492026-04-10T03:32:03.273Z Downloaded itoa v1.0.18
2502026-04-10T03:32:03.276Z Downloaded futures-core v0.3.32
2512026-04-10T03:32:03.276Z Downloaded document-features v0.2.12
2522026-04-10T03:32:03.279Z Downloaded cargo-platform v0.2.0
2532026-04-10T03:32:03.279Z Downloaded openssl-macros v0.1.1
2542026-04-10T03:32:03.283Z Downloaded scopeguard v1.2.0
2552026-04-10T03:32:03.283Z Downloaded futures-macro v0.3.32
2562026-04-10T03:32:03.286Z Downloaded serde_ignored v0.1.14
2572026-04-10T03:32:03.286Z Downloaded futures v0.3.32
2582026-04-10T03:32:03.289Z Downloaded serde-value v0.7.0
2592026-04-10T03:32:03.292Z Downloaded base64 v0.22.1
2602026-04-10T03:32:03.292Z Downloaded anstream v1.0.0
2612026-04-10T03:32:03.295Z Downloaded humantime-serde v1.1.1
2622026-04-10T03:32:03.295Z Downloaded serde_derive v1.0.228
2632026-04-10T03:32:03.298Z Downloaded strsim v0.11.1
2642026-04-10T03:32:03.298Z Downloaded filetime v0.2.27
2652026-04-10T03:32:03.298Z Downloaded mukti-metadata v0.3.0
2662026-04-10T03:32:03.302Z Downloaded derive_more v2.1.1
2672026-04-10T03:32:03.305Z Downloaded swrite v0.1.0
2682026-04-10T03:32:03.309Z Downloaded simd-adler32 v0.3.9
2692026-04-10T03:32:03.310Z Downloaded percent-encoding v2.3.2
2702026-04-10T03:32:03.310Z Downloaded quinn v0.11.9
2712026-04-10T03:32:03.313Z Downloaded hashbrown v0.17.0
2722026-04-10T03:32:03.316Z Downloaded parking_lot_core v0.9.12
2732026-04-10T03:32:03.316Z Downloaded future-queue v0.4.0
2742026-04-10T03:32:03.320Z Downloaded fastrand v2.4.1
2752026-04-10T03:32:03.320Z Downloaded digest v0.10.7
2762026-04-10T03:32:03.320Z Downloaded cargo_metadata v0.20.0
2772026-04-10T03:32:03.323Z Downloaded lazy_static v1.5.0
2782026-04-10T03:32:03.323Z Downloaded ed25519-dalek v2.2.0
2792026-04-10T03:32:03.326Z Downloaded erased-serde v0.4.10
2802026-04-10T03:32:03.326Z Downloaded supports-unicode v3.0.0
2812026-04-10T03:32:03.326Z Downloaded supports-color v3.0.2
2822026-04-10T03:32:03.330Z Downloaded signal-hook-mio v0.2.5
2832026-04-10T03:32:03.330Z Downloaded pathdiff v0.2.3
2842026-04-10T03:32:03.330Z Downloaded hyper-tls v0.6.0
2852026-04-10T03:32:03.330Z Downloaded base64ct v1.8.3
2862026-04-10T03:32:03.335Z Downloaded target-spec-miette v0.4.6
2872026-04-10T03:32:03.335Z Downloaded shell-words v1.1.1
2882026-04-10T03:32:03.335Z Downloaded owo-colors v4.3.0
2892026-04-10T03:32:03.338Z Downloaded static_assertions v1.1.0
2902026-04-10T03:32:03.338Z Downloaded serde-untagged v0.1.9
2912026-04-10T03:32:03.342Z Downloaded terminal_size v0.4.4
2922026-04-10T03:32:03.342Z Downloaded subtle v2.6.1
2932026-04-10T03:32:03.342Z Downloaded signature v2.2.0
2942026-04-10T03:32:03.345Z Downloaded crc32fast v1.5.0
2952026-04-10T03:32:03.345Z Downloaded tokio-macros v2.7.0
2962026-04-10T03:32:03.348Z Downloaded tinyvec_macros v0.1.1
2972026-04-10T03:32:03.348Z Downloaded serde v1.0.228
2982026-04-10T03:32:03.351Z Downloaded quick-junit v0.5.2
2992026-04-10T03:32:03.351Z Downloaded hyper-rustls v0.27.7
3002026-04-10T03:32:03.355Z Downloaded ppv-lite86 v0.2.21
3012026-04-10T03:32:03.355Z Downloaded pin-project-internal v1.1.11
3022026-04-10T03:32:03.355Z Downloaded ahash v0.8.12
3032026-04-10T03:32:03.358Z Downloaded cfg-expr v0.20.7
3042026-04-10T03:32:03.362Z Downloaded self-replace v1.5.0
3052026-04-10T03:32:03.362Z Downloaded rand_core v0.6.4
3062026-04-10T03:32:03.362Z Downloaded quote v1.0.45
3072026-04-10T03:32:03.365Z Downloaded toml_datetime v0.6.11
3082026-04-10T03:32:03.365Z Downloaded tokio-native-tls v0.3.1
3092026-04-10T03:32:03.365Z Downloaded thiserror v1.0.69
3102026-04-10T03:32:03.369Z Downloaded http-body-util v0.1.3
3112026-04-10T03:32:03.371Z Downloaded tower-service v0.3.3
3122026-04-10T03:32:03.371Z Downloaded pkcs8 v0.10.2
3132026-04-10T03:32:03.375Z Downloaded humantime v2.3.0
3142026-04-10T03:32:03.378Z Downloaded shlex v1.3.0
3152026-04-10T03:32:03.378Z Downloaded unicode-linebreak v0.1.5
3162026-04-10T03:32:03.378Z Downloaded ordered-float v2.10.1
3172026-04-10T03:32:03.381Z Downloaded signal-hook-registry v1.4.8
3182026-04-10T03:32:03.381Z Downloaded target-spec v3.6.0
3192026-04-10T03:32:03.384Z Downloaded thiserror-impl v1.0.69
3202026-04-10T03:32:03.384Z Downloaded toml_write v0.1.2
3212026-04-10T03:32:03.388Z Downloaded slab v0.4.12
3222026-04-10T03:32:03.388Z Downloaded pin-project-lite v0.2.17
3232026-04-10T03:32:03.391Z Downloaded tracing-log v0.2.0
3242026-04-10T03:32:03.394Z Downloaded thiserror v2.0.18
3252026-04-10T03:32:03.397Z Downloaded once_cell v1.21.4
3262026-04-10T03:32:03.397Z Downloaded rustls-webpki v0.103.10
3272026-04-10T03:32:03.400Z Downloaded pkg-config v0.3.32
3282026-04-10T03:32:03.400Z Downloaded untrusted v0.9.0
3292026-04-10T03:32:03.405Z Downloaded want v0.3.1
3302026-04-10T03:32:03.405Z Downloaded miette v7.6.0
3312026-04-10T03:32:03.408Z Downloaded xattr v1.6.1
3322026-04-10T03:32:03.408Z Downloaded utf8parse v0.2.2
3332026-04-10T03:32:03.408Z Downloaded typeid v1.0.3
3342026-04-10T03:32:03.408Z Downloaded quinn-udp v0.5.14
3352026-04-10T03:32:03.411Z Downloaded nextest-filtering v0.15.0
3362026-04-10T03:32:03.411Z Downloaded tempfile v3.27.0
3372026-04-10T03:32:03.415Z Downloaded target-lexicon v0.13.3
3382026-04-10T03:32:03.415Z Downloaded utf8_iter v1.0.4
3392026-04-10T03:32:03.415Z Downloaded thread_local v1.1.9
3402026-04-10T03:32:03.419Z Downloaded version_check v0.9.5
3412026-04-10T03:32:03.419Z Downloaded urlencoding v2.1.3
3422026-04-10T03:32:03.419Z Downloaded thiserror-impl v2.0.18
3432026-04-10T03:32:03.419Z Downloaded spki v0.7.3
3442026-04-10T03:32:03.419Z Downloaded smol_str v0.3.6
3452026-04-10T03:32:03.422Z Downloaded self_update v0.42.0
3462026-04-10T03:32:03.425Z Downloaded duct v0.13.7
3472026-04-10T03:32:03.425Z Downloaded rand_core v0.9.5
3482026-04-10T03:32:03.429Z Downloaded nextest-metadata v0.12.2
3492026-04-10T03:32:03.429Z Downloaded der v0.7.10
3502026-04-10T03:32:03.432Z Downloaded parking_lot v0.12.5
3512026-04-10T03:32:03.432Z Downloaded tracing-error v0.2.1
3522026-04-10T03:32:03.435Z Downloaded miette-derive v7.6.0
3532026-04-10T03:32:03.435Z Downloaded litrs v1.0.0
3542026-04-10T03:32:03.435Z Downloaded unicode-xid v0.2.6
3552026-04-10T03:32:03.438Z Downloaded borsh v1.6.1
3562026-04-10T03:32:03.441Z Downloaded tokio-stream v0.1.18
3572026-04-10T03:32:03.445Z Downloaded rustc-demangle v0.1.27
3582026-04-10T03:32:03.445Z Downloaded httparse v1.10.1
3592026-04-10T03:32:03.448Z Downloaded toml v0.8.23
3602026-04-10T03:32:03.448Z Downloaded tinyvec v1.11.0
3612026-04-10T03:32:03.451Z Downloaded tar v0.4.45
3622026-04-10T03:32:03.451Z Downloaded rustls-pki-types v1.14.0
3632026-04-10T03:32:03.454Z Downloaded derive_more-impl v2.1.1
3642026-04-10T03:32:03.454Z Downloaded toml_writer v1.1.1+spec-1.1.0
3652026-04-10T03:32:03.457Z Downloaded zstd v0.13.3
3662026-04-10T03:32:03.457Z Downloaded zstd-safe v7.2.4
3672026-04-10T03:32:03.460Z Downloaded native-tls v0.2.18
3682026-04-10T03:32:03.460Z Downloaded flate2 v1.1.9
3692026-04-10T03:32:03.463Z Downloaded unicode-ident v1.0.24
3702026-04-10T03:32:03.468Z Downloaded num-traits v0.2.19
3712026-04-10T03:32:03.471Z Downloaded zmij v1.0.21
3722026-04-10T03:32:03.477Z Downloaded textwrap v0.16.2
3732026-04-10T03:32:03.482Z Downloaded tokio-rustls v0.26.4
3742026-04-10T03:32:03.485Z Downloaded xxhash-rust v0.8.15
3752026-04-10T03:32:03.488Z Downloaded toml v1.1.2+spec-1.1.0
3762026-04-10T03:32:03.491Z Downloaded log v0.4.29
3772026-04-10T03:32:03.495Z Downloaded ryu v1.0.23
3782026-04-10T03:32:03.498Z Downloaded hashbrown v0.15.5
3792026-04-10T03:32:03.502Z Downloaded zeroize v1.8.2
3802026-04-10T03:32:03.506Z Downloaded proc-macro2 v1.0.106
3812026-04-10T03:32:03.506Z Downloaded miniz_oxide v0.8.9
3822026-04-10T03:32:03.509Z Downloaded indicatif v0.17.11
3832026-04-10T03:32:03.509Z Downloaded crossterm v0.29.0
3842026-04-10T03:32:03.513Z Downloaded uuid v1.23.0
3852026-04-10T03:32:03.513Z Downloaded tower v0.5.3
3862026-04-10T03:32:03.518Z Downloaded tracing-attributes v0.1.31
3872026-04-10T03:32:03.521Z Downloaded unicode-segmentation v1.13.2
3882026-04-10T03:32:03.521Z Downloaded socket2 v0.6.3
3892026-04-10T03:32:03.524Z Downloaded h2 v0.4.13
3902026-04-10T03:32:03.527Z Downloaded serde_json v1.0.149
3912026-04-10T03:32:03.530Z Downloaded iana-time-zone v0.1.65
3922026-04-10T03:32:03.537Z Downloaded unicode-normalization v0.1.25
3932026-04-10T03:32:03.540Z Downloaded pin-project v1.1.11
3942026-04-10T03:32:03.549Z Downloaded toml_parser v1.1.2+spec-1.1.0
3952026-04-10T03:32:03.558Z Downloaded tracing-core v0.1.36
3962026-04-10T03:32:03.561Z Downloaded openssl-sys v0.9.112
3972026-04-10T03:32:03.565Z Downloaded signal-hook v0.3.18
3982026-04-10T03:32:03.579Z Downloaded chrono v0.4.44
3992026-04-10T03:32:03.583Z Downloaded winnow v1.0.1
4002026-04-10T03:32:03.588Z Downloaded winnow v0.7.15
4012026-04-10T03:32:03.593Z Downloaded idna v1.1.0
4022026-04-10T03:32:03.595Z Downloaded tracing-subscriber v0.3.23
4032026-04-10T03:32:03.599Z Downloaded typenum v1.19.0
4042026-04-10T03:32:03.603Z Downloaded derive-where v1.6.1
4052026-04-10T03:32:03.606Z Downloaded vte v0.14.1
4062026-04-10T03:32:03.606Z Downloaded unicode-width v0.2.2
4072026-04-10T03:32:03.609Z Downloaded memchr v2.8.0
4082026-04-10T03:32:03.612Z Downloaded mio v1.2.0
4092026-04-10T03:32:03.615Z Downloaded rand v0.9.2
4102026-04-10T03:32:03.618Z Downloaded regex v1.12.3
4112026-04-10T03:32:03.621Z Downloaded indexmap v2.14.0
4122026-04-10T03:32:03.624Z Downloaded zerocopy v0.8.48
4132026-04-10T03:32:03.633Z Downloaded equivalent v1.0.2
4142026-04-10T03:32:03.636Z Downloaded async-scoped v0.9.0
4152026-04-10T03:32:03.636Z Downloaded atomicwrites v0.4.4
4162026-04-10T03:32:03.636Z Downloaded getrandom v0.2.17
4172026-04-10T03:32:03.639Z Downloaded futures-io v0.3.32
4182026-04-10T03:32:03.639Z Downloaded form_urlencoded v1.2.2
4192026-04-10T03:32:03.639Z Downloaded http v1.4.0
4202026-04-10T03:32:03.641Z Downloaded ron v0.12.1
4212026-04-10T03:32:03.645Z Downloaded fixedbitset v0.5.7
4222026-04-10T03:32:03.648Z Downloaded pulldown-cmark v0.13.3
4232026-04-10T03:32:03.651Z Downloaded hyper v1.9.0
4242026-04-10T03:32:03.654Z Downloaded futures-channel v0.3.32
4252026-04-10T03:32:03.654Z Downloaded camino v1.2.2
4262026-04-10T03:32:03.654Z Downloaded const-oid v0.9.6
4272026-04-10T03:32:03.657Z Downloaded curve25519-dalek-derive v0.1.1
4282026-04-10T03:32:03.657Z Downloaded curve25519-dalek v4.1.3
4292026-04-10T03:32:03.660Z Downloaded reqwest v0.12.28
4302026-04-10T03:32:03.663Z Downloaded block-buffer v0.10.4
4312026-04-10T03:32:03.666Z Downloaded guppy v0.17.25
4322026-04-10T03:32:03.669Z Downloaded supports-hyperlinks v3.2.0
4332026-04-10T03:32:03.669Z Downloaded serde_spanned v1.1.1
4342026-04-10T03:32:03.670Z Downloaded hyper-util v0.1.20
4352026-04-10T03:32:03.673Z Downloaded tracing v0.1.44
4362026-04-10T03:32:03.682Z Downloaded hex v0.4.3
4372026-04-10T03:32:03.685Z Downloaded iri-string v0.7.12
4382026-04-10T03:32:03.688Z Downloaded convert_case v0.10.0
4392026-04-10T03:32:03.688Z Downloaded cargo-util-schemas v0.2.0
4402026-04-10T03:32:03.688Z Downloaded enable-ansi-support v0.2.1
4412026-04-10T03:32:03.692Z Downloaded ed25519 v2.2.3
4422026-04-10T03:32:03.692Z Downloaded gimli v0.32.3
4432026-04-10T03:32:03.695Z Downloaded serde_core v1.0.228
4442026-04-10T03:32:03.698Z Downloaded bitflags v2.11.0
4452026-04-10T03:32:03.698Z Downloaded addr2line v0.25.1
4462026-04-10T03:32:03.701Z Downloaded cfg_aliases v0.2.1
4472026-04-10T03:32:03.701Z Downloaded foldhash v0.1.5
4482026-04-10T03:32:03.701Z Downloaded debug-ignore v1.0.5
4492026-04-10T03:32:03.701Z Downloaded bstr v1.12.1
4502026-04-10T03:32:03.705Z Downloaded try-lock v0.2.5
4512026-04-10T03:32:03.708Z Downloaded tower-http v0.6.8
4522026-04-10T03:32:03.713Z Downloaded color-eyre v0.6.5
4532026-04-10T03:32:03.716Z Downloaded zipsign-api v0.1.5
4542026-04-10T03:32:03.716Z Downloaded futures-util v0.3.32
4552026-04-10T03:32:03.722Z Downloaded crypto-common v0.1.7
4562026-04-10T03:32:03.725Z Downloaded clap_builder v4.6.0
4572026-04-10T03:32:03.728Z Downloaded unicase v2.9.0
4582026-04-10T03:32:03.728Z Downloaded strip-ansi-escapes v0.2.1
4592026-04-10T03:32:03.728Z Downloaded getrandom v0.4.2
4602026-04-10T03:32:03.732Z Downloaded smallvec v1.15.1
4612026-04-10T03:32:03.732Z Downloaded quick-xml v0.37.5
4622026-04-10T03:32:03.735Z Downloaded tower-layer v0.3.3
4632026-04-10T03:32:03.738Z Downloaded toml_edit v0.22.27
4642026-04-10T03:32:03.743Z Downloaded syn v2.0.117
4652026-04-10T03:32:03.749Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4662026-04-10T03:32:03.753Z Downloaded url v2.5.8
4672026-04-10T03:32:03.753Z Downloaded sha2 v0.10.9
4682026-04-10T03:32:03.757Z Downloaded tokio-util v0.7.18
4692026-04-10T03:32:03.761Z Downloaded quinn-proto v0.11.14
4702026-04-10T03:32:03.764Z Downloaded portable-atomic v1.13.1
4712026-04-10T03:32:03.767Z Downloaded quick-xml v0.38.4
4722026-04-10T03:32:03.770Z Downloaded webpki-roots v1.0.6
4732026-04-10T03:32:03.774Z Downloaded openssl v0.10.76
4742026-04-10T03:32:03.809Z Downloaded sync_wrapper v1.0.2
4752026-04-10T03:32:03.813Z Downloaded nextest-runner v0.80.0
4762026-04-10T03:32:03.818Z Downloaded vcpkg v0.2.15
4772026-04-10T03:32:03.874Z Downloaded unicode-width v0.1.14
4782026-04-10T03:32:03.882Z Downloaded rustix v0.38.44
4792026-04-10T03:32:03.895Z Downloaded nix v0.30.1
4802026-04-10T03:32:03.901Z Downloaded regex-syntax v0.8.10
4812026-04-10T03:32:03.906Z Downloaded object v0.37.3
4822026-04-10T03:32:03.911Z Downloaded rustls v0.23.37
4832026-04-10T03:32:03.938Z Downloaded rustix v1.1.4
4842026-04-10T03:32:04.016Z Downloaded regex-automata v0.4.14
4852026-04-10T03:32:04.088Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4862026-04-10T03:32:04.098Z Downloaded petgraph v0.8.3
4872026-04-10T03:32:04.110Z Downloaded libc v0.2.184
4882026-04-10T03:32:04.128Z Downloaded tokio v1.51.1
4892026-04-10T03:32:04.192Z Downloaded recursion v0.5.4
4902026-04-10T03:32:04.199Z Downloaded ring v0.17.14
4912026-04-10T03:32:04.259Z Compiling proc-macro2 v1.0.106
4922026-04-10T03:32:04.259Z Compiling libc v0.2.184
4932026-04-10T03:32:04.259Z Compiling quote v1.0.45
4942026-04-10T03:32:04.262Z Compiling unicode-ident v1.0.24
4952026-04-10T03:32:04.262Z Compiling serde_core v1.0.228
4962026-04-10T03:32:04.262Z Compiling cfg-if v1.0.4
4972026-04-10T03:32:04.262Z Compiling memchr v2.8.0
4982026-04-10T03:32:04.262Z Compiling once_cell v1.21.4
4992026-04-10T03:32:04.483Z Compiling log v0.4.29
5002026-04-10T03:32:04.506Z Compiling pin-project-lite v0.2.17
5012026-04-10T03:32:04.598Z Compiling serde v1.0.228
5022026-04-10T03:32:04.677Z Compiling itoa v1.0.18
5032026-04-10T03:32:04.791Z Compiling futures-core v0.3.32
5042026-04-10T03:32:04.938Z Compiling bitflags v2.11.0
5052026-04-10T03:32:04.964Z Compiling smallvec v1.15.1
5062026-04-10T03:32:04.975Z Compiling equivalent v1.0.2
5072026-04-10T03:32:05.060Z Compiling hashbrown v0.17.0
5082026-04-10T03:32:05.215Z Compiling find-msvc-tools v0.1.9
5092026-04-10T03:32:05.325Z Compiling errno v0.3.14
5102026-04-10T03:32:05.373Z Compiling shlex v1.3.0
5112026-04-10T03:32:05.477Z Compiling signal-hook-registry v1.4.8
5122026-04-10T03:32:05.489Z Compiling jobserver v0.1.34
5132026-04-10T03:32:05.548Z Compiling bytes v1.11.1
5142026-04-10T03:32:05.560Z Compiling mio v1.2.0
5152026-04-10T03:32:05.645Z Compiling syn v2.0.117
5162026-04-10T03:32:05.699Z Compiling cc v1.2.59
5172026-04-10T03:32:05.737Z Compiling futures-sink v0.3.32
5182026-04-10T03:32:05.806Z Compiling rustix v1.1.4
5192026-04-10T03:32:05.844Z Compiling socket2 v0.6.3
5202026-04-10T03:32:05.992Z Compiling slab v0.4.12
5212026-04-10T03:32:06.198Z Compiling zmij v1.0.21
5222026-04-10T03:32:06.267Z Compiling futures-channel v0.3.32
5232026-04-10T03:32:06.436Z Compiling tracing-core v0.1.36
5242026-04-10T03:32:06.523Z Compiling version_check v0.9.5
5252026-04-10T03:32:06.535Z Compiling serde_json v1.0.149
5262026-04-10T03:32:06.642Z Compiling indexmap v2.14.0
5272026-04-10T03:32:06.792Z Compiling futures-task v0.3.32
5282026-04-10T03:32:06.803Z Compiling getrandom v0.4.2
5292026-04-10T03:32:06.960Z Compiling futures-io v0.3.32
5302026-04-10T03:32:07.076Z Compiling unicode-width v0.2.2
5312026-04-10T03:32:07.106Z Compiling camino v1.2.2
5322026-04-10T03:32:07.322Z Compiling ring v0.17.14
5332026-04-10T03:32:07.384Z Compiling http v1.4.0
5342026-04-10T03:32:07.447Z Compiling adler2 v2.0.1
5352026-04-10T03:32:07.467Z Compiling percent-encoding v2.3.2
5362026-04-10T03:32:07.504Z Compiling simd-adler32 v0.3.9
5372026-04-10T03:32:07.608Z Compiling autocfg v1.5.0
5382026-04-10T03:32:07.785Z Compiling zeroize v1.8.2
5392026-04-10T03:32:07.987Z Compiling num-traits v0.2.19
5402026-04-10T03:32:07.987Z Compiling miniz_oxide v0.8.9
5412026-04-10T03:32:08.238Z Compiling zerocopy v0.8.48
5422026-04-10T03:32:08.438Z Compiling getrandom v0.3.4
5432026-04-10T03:32:08.650Z Compiling object v0.37.3
5442026-04-10T03:32:08.775Z Compiling target-lexicon v0.13.3
5452026-04-10T03:32:08.994Z Compiling http-body v1.0.1
5462026-04-10T03:32:09.081Z Compiling rustls-pki-types v1.14.0
5472026-04-10T03:32:09.154Z Compiling semver v1.0.28
5482026-04-10T03:32:09.303Z Compiling getrandom v0.2.17
5492026-04-10T03:32:09.314Z Compiling owo-colors v4.3.0
5502026-04-10T03:32:09.325Z Compiling serde_derive v1.0.228
5512026-04-10T03:32:09.506Z Compiling tokio-macros v2.7.0
5522026-04-10T03:32:09.509Z Compiling futures-macro v0.3.32
5532026-04-10T03:32:09.586Z Compiling tracing-attributes v0.1.31
5542026-04-10T03:32:09.626Z Compiling httparse v1.10.1
5552026-04-10T03:32:09.836Z Compiling signal-hook v0.3.18
5562026-04-10T03:32:09.931Z Compiling typenum v1.19.0
5572026-04-10T03:32:09.960Z Compiling thiserror v2.0.18
5582026-04-10T03:32:10.046Z Compiling fnv v1.0.7
5592026-04-10T03:32:10.153Z Compiling untrusted v0.9.0
5602026-04-10T03:32:10.224Z Compiling tokio v1.51.1
5612026-04-10T03:32:10.262Z Compiling gimli v0.32.3
5622026-04-10T03:32:10.284Z Compiling guppy-workspace-hack v0.1.0
5632026-04-10T03:32:10.314Z Compiling futures-util v0.3.32
5642026-04-10T03:32:10.563Z Compiling thiserror-impl v2.0.18
5652026-04-10T03:32:10.761Z Compiling tracing v0.1.44
5662026-04-10T03:32:12.043Z Compiling form_urlencoded v1.2.2
5672026-04-10T03:32:12.308Z Compiling addr2line v0.25.1
5682026-04-10T03:32:12.518Z Compiling generic-array v0.14.7
5692026-04-10T03:32:12.741Z Compiling utf8_iter v1.0.4
5702026-04-10T03:32:12.745Z Compiling rustc-demangle v0.1.27
5712026-04-10T03:32:12.890Z Compiling fastrand v2.4.1
5722026-04-10T03:32:12.903Z Compiling atomic-waker v1.1.2
5732026-04-10T03:32:12.914Z Compiling thiserror v1.0.69
5742026-04-10T03:32:13.029Z Compiling tower-service v0.3.3
5752026-04-10T03:32:13.129Z Compiling pkg-config v0.3.32
5762026-04-10T03:32:13.211Z Compiling rustls v0.23.37
5772026-04-10T03:32:13.214Z Compiling typeid v1.0.3
5782026-04-10T03:32:13.428Z Compiling try-lock v0.2.5
5792026-04-10T03:32:13.510Z Compiling target-spec v3.6.0
5802026-04-10T03:32:13.547Z Compiling idna_adapter v1.0.0
5812026-04-10T03:32:13.564Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-04-10T03:32:13.650Z Compiling idna v1.1.0
5832026-04-10T03:32:13.773Z Compiling want v0.3.1
5842026-04-10T03:32:13.952Z Compiling backtrace v0.3.76
5852026-04-10T03:32:13.962Z Compiling tempfile v3.27.0
5862026-04-10T03:32:14.039Z Compiling tokio-util v0.7.18
5872026-04-10T03:32:15.515Z Compiling h2 v0.4.13
5882026-04-10T03:32:15.527Z Compiling cfg-expr v0.20.7
5892026-04-10T03:32:15.719Z Compiling thiserror-impl v1.0.69
5902026-04-10T03:32:15.723Z Compiling terminal_size v0.4.4
5912026-04-10T03:32:15.779Z Compiling aho-corasick v1.1.4
5922026-04-10T03:32:15.902Z Compiling subtle v2.6.1
5932026-04-10T03:32:16.058Z Compiling regex-syntax v0.8.10
5942026-04-10T03:32:16.194Z Compiling winnow v0.7.15
5952026-04-10T03:32:16.874Z Compiling erased-serde v0.4.10
5962026-04-10T03:32:17.157Z Compiling rustls-webpki v0.103.10
5972026-04-10T03:32:18.824Z Compiling regex-automata v0.4.14
5982026-04-10T03:32:19.856Z Compiling hyper v1.9.0
5992026-04-10T03:32:21.172Z Compiling url v2.5.8
6002026-04-10T03:32:23.235Z Compiling serde_spanned v0.6.9
6012026-04-10T03:32:23.247Z Compiling toml_datetime v0.6.11
6022026-04-10T03:32:23.397Z Compiling ahash v0.8.12
6032026-04-10T03:32:23.514Z Compiling sync_wrapper v1.0.2
6042026-04-10T03:32:23.586Z Compiling crc32fast v1.5.0
6052026-04-10T03:32:23.620Z Compiling parking_lot_core v0.9.12
6062026-04-10T03:32:23.631Z Compiling base64 v0.22.1
6072026-04-10T03:32:23.643Z Compiling portable-atomic v1.13.1
6082026-04-10T03:32:23.871Z Compiling toml_write v0.1.2
6092026-04-10T03:32:23.890Z Compiling unicode-segmentation v1.13.2
6102026-04-10T03:32:24.039Z Compiling either v1.15.0
6112026-04-10T03:32:24.092Z Compiling unicode-linebreak v0.1.5
6122026-04-10T03:32:24.113Z Compiling tower-layer v0.3.3
6132026-04-10T03:32:24.126Z Compiling is_ci v1.2.0
6142026-04-10T03:32:24.270Z Compiling ipnet v2.12.0
6152026-04-10T03:32:24.285Z Compiling foldhash v0.1.5
6162026-04-10T03:32:24.299Z Compiling nextest-workspace-hack v0.1.0
6172026-04-10T03:32:24.314Z Compiling lazy_static v1.5.0
6182026-04-10T03:32:24.383Z Compiling textwrap v0.16.2
6192026-04-10T03:32:24.414Z Compiling hashbrown v0.15.5
6202026-04-10T03:32:24.493Z Compiling sharded-slab v0.1.7
6212026-04-10T03:32:24.520Z Compiling tower v0.5.3
6222026-04-10T03:32:25.028Z Compiling hyper-util v0.1.20
6232026-04-10T03:32:25.075Z Compiling supports-color v3.0.2
6242026-04-10T03:32:25.099Z Compiling convert_case v0.10.0
6252026-04-10T03:32:25.351Z Compiling toml_edit v0.22.27
6262026-04-10T03:32:25.471Z Compiling tokio-rustls v0.26.4
6272026-04-10T03:32:25.756Z Compiling backtrace-ext v0.2.1
6282026-04-10T03:32:25.772Z Compiling ordered-float v2.10.1
6292026-04-10T03:32:26.014Z Compiling webpki-roots v1.0.6
6302026-04-10T03:32:26.025Z Compiling miette-derive v7.6.0
6312026-04-10T03:32:26.043Z Compiling pathdiff v0.2.3
6322026-04-10T03:32:26.136Z Compiling console v0.15.11
6332026-04-10T03:32:26.169Z Compiling tracing-log v0.2.0
6342026-04-10T03:32:26.549Z Compiling cargo-platform v0.3.2
6352026-04-10T03:32:27.105Z Compiling os_pipe v1.2.3
6362026-04-10T03:32:27.121Z Compiling thread_local v1.1.9
6372026-04-10T03:32:27.272Z Compiling scopeguard v1.2.0
6382026-04-10T03:32:27.380Z Compiling cfg_aliases v0.2.1
6392026-04-10T03:32:27.454Z Compiling supports-unicode v3.0.0
6402026-04-10T03:32:27.466Z Compiling zstd-safe v7.2.4
6412026-04-10T03:32:27.484Z Compiling supports-hyperlinks v3.2.0
6422026-04-10T03:32:27.624Z Compiling ryu v1.0.23
6432026-04-10T03:32:27.691Z Compiling fixedbitset v0.5.7
6442026-04-10T03:32:27.704Z Compiling iri-string v0.7.12
6452026-04-10T03:32:27.707Z Compiling utf8parse v0.2.2
6462026-04-10T03:32:27.817Z Compiling rustix v0.38.44
6472026-04-10T03:32:27.919Z Compiling debug-ignore v1.0.5
6482026-04-10T03:32:28.031Z Compiling winnow v1.0.1
6492026-04-10T03:32:28.166Z Compiling pulldown-cmark v0.13.3
6502026-04-10T03:32:28.382Z Compiling unicode-width v0.1.14
6512026-04-10T03:32:28.674Z Compiling miette v7.6.0
6522026-04-10T03:32:28.678Z Compiling petgraph v0.8.3
6532026-04-10T03:32:29.459Z Compiling tower-http v0.6.8
6542026-04-10T03:32:29.936Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-04-10T03:32:30.347Z Compiling anstyle-parse v1.0.0
6562026-04-10T03:32:30.425Z Compiling serde_urlencoded v0.7.1
6572026-04-10T03:32:30.577Z Compiling nix v0.30.1
6582026-04-10T03:32:30.580Z Compiling lock_api v0.4.14
6592026-04-10T03:32:30.708Z Compiling tracing-subscriber v0.3.23
6602026-04-10T03:32:30.831Z Compiling sigchld v0.2.4
6612026-04-10T03:32:30.956Z Compiling toml v0.8.23
6622026-04-10T03:32:31.019Z Compiling cargo_metadata v0.23.1
6632026-04-10T03:32:31.291Z Compiling hyper-rustls v0.27.7
6642026-04-10T03:32:31.967Z Compiling serde-value v0.7.0
6652026-04-10T03:32:32.684Z Compiling serde-untagged v0.1.9
6662026-04-10T03:32:33.296Z Compiling derive_more-impl v2.1.1
6672026-04-10T03:32:33.913Z Compiling itertools v0.14.0
6682026-04-10T03:32:33.949Z Compiling regex v1.12.3
6692026-04-10T03:32:34.078Z Compiling crypto-common v0.1.7
6702026-04-10T03:32:34.214Z Compiling block-buffer v0.10.4
6712026-04-10T03:32:34.227Z Compiling ppv-lite86 v0.2.21
6722026-04-10T03:32:34.370Z Compiling futures-executor v0.3.32
6732026-04-10T03:32:34.566Z Compiling rand_core v0.9.5
6742026-04-10T03:32:34.776Z Compiling pin-project-internal v1.1.11
6752026-04-10T03:32:34.830Z Compiling http-body-util v0.1.3
6762026-04-10T03:32:34.914Z Compiling uuid v1.23.0
6772026-04-10T03:32:35.102Z Compiling serde_spanned v1.1.1
6782026-04-10T03:32:35.265Z Compiling smol_str v0.3.6
6792026-04-10T03:32:35.383Z Compiling toml_datetime v1.1.1+spec-1.1.0
6802026-04-10T03:32:35.383Z Compiling filetime v0.2.27
6812026-04-10T03:32:35.465Z Compiling vte v0.14.1
6822026-04-10T03:32:35.599Z Compiling bstr v1.12.1
6832026-04-10T03:32:35.611Z Compiling iana-time-zone v0.1.65
6842026-04-10T03:32:35.683Z Compiling anstyle-query v1.1.5
6852026-04-10T03:32:35.788Z Compiling xattr v1.6.1
6862026-04-10T03:32:35.788Z Compiling is_terminal_polyfill v1.70.2
6872026-04-10T03:32:35.821Z Compiling litrs v1.0.0
6882026-04-10T03:32:35.883Z Compiling self_update v0.42.0
6892026-04-10T03:32:35.981Z Compiling number_prefix v0.4.0
6902026-04-10T03:32:36.119Z Compiling unicase v2.9.0
6912026-04-10T03:32:36.131Z Compiling static_assertions v1.1.0
6922026-04-10T03:32:36.211Z Compiling tinyvec_macros v0.1.1
6932026-04-10T03:32:36.224Z Compiling unicode-xid v0.2.6
6942026-04-10T03:32:36.265Z Compiling nested v0.1.1
6952026-04-10T03:32:36.281Z Compiling anstyle v1.0.14
6962026-04-10T03:32:36.284Z Compiling eyre v0.6.12
6972026-04-10T03:32:36.305Z Compiling colorchoice v1.0.5
6982026-04-10T03:32:36.357Z Compiling color-spantrace v0.3.0
6992026-04-10T03:32:36.418Z Compiling guppy v0.17.25
7002026-04-10T03:32:36.451Z Compiling cargo-util-schemas v0.2.0
7012026-04-10T03:32:36.668Z Compiling anstream v1.0.0
7022026-04-10T03:32:36.684Z Compiling document-features v0.2.12
7032026-04-10T03:32:36.854Z Compiling tinyvec v1.11.0
7042026-04-10T03:32:37.169Z Compiling indicatif v0.17.11
7052026-04-10T03:32:37.228Z Compiling globset v0.4.18
7062026-04-10T03:32:37.240Z Compiling tar v0.4.45
7072026-04-10T03:32:37.283Z Compiling pin-project v1.1.11
7082026-04-10T03:32:37.386Z Compiling chrono v0.4.44
7092026-04-10T03:32:37.687Z Compiling strip-ansi-escapes v0.2.1
7102026-04-10T03:32:38.189Z Compiling toml v1.1.2+spec-1.1.0
7112026-04-10T03:32:38.892Z Compiling nextest-metadata v0.12.2
7122026-04-10T03:32:39.833Z Compiling newtype-uuid v1.3.2
7132026-04-10T03:32:40.029Z Compiling reqwest v0.12.28
7142026-04-10T03:32:40.272Z Compiling rand_chacha v0.9.0
7152026-04-10T03:32:40.450Z Compiling futures v0.3.32
7162026-04-10T03:32:40.536Z Compiling digest v0.10.7
7172026-04-10T03:32:40.749Z Compiling derive_more v2.1.1
7182026-04-10T03:32:40.758Z Compiling parking_lot v0.12.5
7192026-04-10T03:32:40.815Z Compiling flate2 v1.1.9
7202026-04-10T03:32:40.832Z Compiling tracing-error v0.2.1
7212026-04-10T03:32:41.080Z Compiling shared_child v1.1.1
7222026-04-10T03:32:41.425Z Compiling signal-hook-mio v0.2.5
7232026-04-10T03:32:41.557Z Compiling self-replace v1.5.0
7242026-04-10T03:32:41.675Z Compiling cargo-platform v0.2.0
7252026-04-10T03:32:41.716Z Compiling quick-xml v0.37.5
7262026-04-10T03:32:41.850Z Compiling quick-xml v0.38.4
7272026-04-10T03:32:42.496Z Compiling clap_lex v1.1.0
7282026-04-10T03:32:42.631Z Compiling heck v0.5.0
7292026-04-10T03:32:42.832Z Compiling urlencoding v2.1.3
7302026-04-10T03:32:42.857Z Compiling cpufeatures v0.2.17
7312026-04-10T03:32:43.071Z Compiling strsim v0.11.1
7322026-04-10T03:32:43.155Z Compiling recursion v0.5.4
7332026-04-10T03:32:43.285Z Compiling humantime v2.3.0
7342026-04-10T03:32:43.297Z Compiling shell-words v1.1.1
7352026-04-10T03:32:43.450Z Compiling indenter v0.3.4
7362026-04-10T03:32:43.576Z Compiling humantime-serde v1.1.1
7372026-04-10T03:32:43.702Z Compiling clap_builder v4.6.0
7382026-04-10T03:32:43.734Z Compiling nextest-filtering v0.15.0
7392026-04-10T03:32:43.899Z Compiling clap_derive v4.6.0
7402026-04-10T03:32:44.057Z Compiling sha2 v0.10.9
7412026-04-10T03:32:45.255Z Compiling quick-junit v0.5.2
7422026-04-10T03:32:45.660Z Compiling atomicwrites v0.4.4
7432026-04-10T03:32:45.945Z Compiling cargo_metadata v0.20.0
7442026-04-10T03:32:47.709Z Compiling cargo-nextest v0.9.97
7452026-04-10T03:32:48.017Z Compiling crossterm v0.29.0
7462026-04-10T03:32:48.350Z Compiling duct v0.13.7
7472026-04-10T03:32:50.137Z Compiling zstd v0.13.3
7482026-04-10T03:32:50.562Z Compiling async-scoped v0.9.0
7492026-04-10T03:32:50.623Z Compiling rand v0.9.2
7502026-04-10T03:32:50.637Z Compiling config v0.15.22
7512026-04-10T03:32:50.752Z Compiling unicode-normalization v0.1.25
7522026-04-10T03:32:50.850Z Compiling target-spec-miette v0.4.6
7532026-04-10T03:32:51.050Z Compiling future-queue v0.4.0
7542026-04-10T03:32:51.192Z Compiling mukti-metadata v0.3.0
7552026-04-10T03:32:51.250Z Compiling camino-tempfile v1.4.1
7562026-04-10T03:32:51.327Z Compiling tokio-stream v0.1.18
7572026-04-10T03:32:51.339Z Compiling derive-where v1.6.1
7582026-04-10T03:32:51.370Z Compiling serde_path_to_error v0.1.20
7592026-04-10T03:32:51.681Z Compiling serde_ignored v0.1.14
7602026-04-10T03:32:51.681Z Compiling home v0.5.12
7612026-04-10T03:32:51.819Z Compiling xxhash-rust v0.8.15
7622026-04-10T03:32:51.836Z Compiling indent_write v2.2.0
7632026-04-10T03:32:51.848Z Compiling hex v0.4.3
7642026-04-10T03:32:51.917Z Compiling swrite v0.1.0
7652026-04-10T03:32:51.999Z Compiling color-eyre v0.6.5
7662026-04-10T03:32:52.037Z Compiling clap v4.6.0
7672026-04-10T03:32:52.103Z Compiling dialoguer v0.11.0
7682026-04-10T03:32:52.121Z Compiling enable-ansi-support v0.2.1
7692026-04-10T03:32:52.564Z Compiling nextest-runner v0.80.0
7702026-04-10T03:33:10.886Z Finished `release` profile [optimized] target(s) in 1m 10s
7712026-04-10T03:33:11.070Z Installing /home/build/.cargo/bin/cargo-nextest
7722026-04-10T03:33:11.073Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7732026-04-10T03:33:11.189Z+ pushd bgp
7742026-04-10T03:33:11.192Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7752026-04-10T03:33:11.193Z+ pfexec cargo nextest run
7762026-04-10T03:33:11.352Z Updating git repository `https://github.com/oxidecomputer/falcon`
7772026-04-10T03:33:11.940ZFrom https://github.com/oxidecomputer/falcon
7782026-04-10T03:33:11.941Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7792026-04-10T03:33:12.019Z Updating crates.io index
7802026-04-10T03:33:12.022Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7812026-04-10T03:33:12.717ZFrom https://github.com/oxidecomputer/dendrite
7822026-04-10T03:33:12.717Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7832026-04-10T03:33:12.818Z Updating git repository `https://github.com/oxidecomputer/ispf`
7842026-04-10T03:33:13.040ZFrom https://github.com/oxidecomputer/ispf
7852026-04-10T03:33:13.040Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7862026-04-10T03:33:13.046Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7872026-04-10T03:33:13.390ZFrom https://github.com/oxidecomputer/netadm-sys
7882026-04-10T03:33:13.390Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7892026-04-10T03:33:13.399Z Updating git repository `https://github.com/oxidecomputer/omicron`
7902026-04-10T03:33:20.965ZFrom https://github.com/oxidecomputer/omicron
7912026-04-10T03:33:20.965Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7922026-04-10T03:33:21.363Z Updating git repository `https://github.com/oxidecomputer/opte`
7932026-04-10T03:33:21.956ZFrom https://github.com/oxidecomputer/opte
7942026-04-10T03:33:21.956Z * [new ref] 28d5170f6f7d75b6b436e12207eb7ad98a2e4a15 -> refs/commit/28d5170f6f7d75b6b436e12207eb7ad98a2e4a15
7952026-04-10T03:33:22.037Z Updating git repository `https://github.com/illumos/smf-rs`
7962026-04-10T03:33:22.290ZFrom https://github.com/illumos/smf-rs
7972026-04-10T03:33:22.290Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7982026-04-10T03:33:22.355Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7992026-04-10T03:33:22.637ZFrom https://github.com/oxidecomputer/network-interface
8002026-04-10T03:33:22.637Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8012026-04-10T03:33:22.658Z Updating git repository `https://github.com/oxidecomputer/zone`
8022026-04-10T03:33:22.913ZFrom https://github.com/oxidecomputer/zone
8032026-04-10T03:33:22.913Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8042026-04-10T03:33:22.933Z Updating git repository `https://github.com/oxidecomputer/propolis`
8052026-04-10T03:33:24.203ZFrom https://github.com/oxidecomputer/propolis
8062026-04-10T03:33:24.203Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8072026-04-10T03:33:24.276Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8082026-04-10T03:33:24.747ZFrom https://github.com/oxidecomputer/transceiver-control
8092026-04-10T03:33:24.747Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8102026-04-10T03:33:24.771Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8112026-04-10T03:33:25.031ZFrom https://github.com/oxidecomputer/dlpi-sys
8122026-04-10T03:33:25.031Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8132026-04-10T03:33:25.037Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8142026-04-10T03:33:25.306ZFrom https://github.com/jmesmon/rust-libzfs
8152026-04-10T03:33:25.306Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8162026-04-10T03:33:25.315Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8172026-04-10T03:33:25.572ZFrom https://github.com/oxidecomputer/rusty-doors
8182026-04-10T03:33:25.572Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8192026-04-10T03:33:25.601Z Updating git repository `https://github.com/oxidecomputer/lldp`
8202026-04-10T03:33:25.898ZFrom https://github.com/oxidecomputer/lldp
8212026-04-10T03:33:25.898Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8222026-04-10T03:33:25.957Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8232026-04-10T03:33:26.209ZFrom https://github.com/oxidecomputer/slog-error-chain
8242026-04-10T03:33:26.209Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8252026-04-10T03:33:26.219Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8262026-04-10T03:33:26.491ZFrom https://github.com/oxidecomputer/tufaceous
8272026-04-10T03:33:26.491Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8282026-04-10T03:33:26.557Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8292026-04-10T03:33:27.002ZFrom https://github.com/oxidecomputer/management-gateway-service
8302026-04-10T03:33:27.002Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8312026-04-10T03:33:27.033Z Updating git repository `https://github.com/oxidecomputer/crucible`
8322026-04-10T03:33:27.829ZFrom https://github.com/oxidecomputer/crucible
8332026-04-10T03:33:27.829Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8342026-04-10T03:33:27.983Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8352026-04-10T03:33:28.215ZFrom https://github.com/oxidecomputer/serde_human_bytes
8362026-04-10T03:33:28.215Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8372026-04-10T03:33:28.429Z Updating git repository `https://github.com/oxidecomputer/propolis`
8382026-04-10T03:33:28.820ZFrom https://github.com/oxidecomputer/propolis
8392026-04-10T03:33:28.820Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8402026-04-10T03:33:28.899Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-04-10T03:33:29.173ZFrom https://github.com/oxidecomputer/tofino
8422026-04-10T03:33:29.173Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8432026-04-10T03:33:29.193Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-04-10T03:33:29.697ZFrom https://github.com/oxidecomputer/maghemite
8452026-04-10T03:33:29.697Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8462026-04-10T03:33:29.761Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-04-10T03:33:30.024ZFrom https://github.com/oxidecomputer/clickward
8482026-04-10T03:33:30.024Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-04-10T03:33:30.229Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8502026-04-10T03:33:30.483ZFrom https://github.com/oxidecomputer/illumos-devinfo
8512026-04-10T03:33:30.483Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8522026-04-10T03:33:30.492Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-04-10T03:33:30.805ZFrom https://github.com/oxidecomputer/crucible
8542026-04-10T03:33:30.805Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8552026-04-10T03:33:31.910Z Downloading crates ...
8562026-04-10T03:33:32.027Z Downloaded aead v0.5.2
8572026-04-10T03:33:32.031Z Downloaded arrayref v0.3.9
8582026-04-10T03:33:32.034Z Downloaded async-stream v0.3.6
8592026-04-10T03:33:32.037Z Downloaded async-recursion v1.1.1
8602026-04-10T03:33:32.042Z Downloaded crc8 v0.1.1
8612026-04-10T03:33:32.046Z Downloaded arrayvec v0.7.6
8622026-04-10T03:33:32.054Z Downloaded dtrace-parser v0.3.0
8632026-04-10T03:33:32.057Z Downloaded arc-swap v1.9.0
8642026-04-10T03:33:32.061Z Downloaded foldhash v0.2.0
8652026-04-10T03:33:32.061Z Downloaded deranged v0.5.8
8662026-04-10T03:33:32.064Z Downloaded csv-core v0.1.13
8672026-04-10T03:33:32.064Z Downloaded daft-derive v0.1.5
8682026-04-10T03:33:32.069Z Downloaded glob v0.3.3
8692026-04-10T03:33:32.072Z Downloaded ciborium v0.2.2
8702026-04-10T03:33:32.072Z Downloaded foreign-types-macros v0.2.3
8712026-04-10T03:33:32.072Z Downloaded darling_core v0.21.3
8722026-04-10T03:33:32.075Z Downloaded half v2.7.1
8732026-04-10T03:33:32.078Z Downloaded libsw-core v0.3.2
8742026-04-10T03:33:32.081Z Downloaded litemap v0.8.1
8752026-04-10T03:33:32.081Z Downloaded darling v0.21.3
8762026-04-10T03:33:32.084Z Downloaded cobs v0.3.0
8772026-04-10T03:33:32.087Z Downloaded chacha20 v0.9.1
8782026-04-10T03:33:32.087Z Downloaded darling_macro v0.21.3
8792026-04-10T03:33:32.090Z Downloaded hmac v0.12.1
8802026-04-10T03:33:32.090Z Downloaded colored v3.1.1
8812026-04-10T03:33:32.094Z Downloaded cargo_toml v0.22.3
8822026-04-10T03:33:32.094Z Downloaded bit-vec v0.8.0
8832026-04-10T03:33:32.097Z Downloaded async-trait v0.1.89
8842026-04-10T03:33:32.099Z Downloaded mime v0.3.17
8852026-04-10T03:33:32.099Z Downloaded memoffset v0.9.1
8862026-04-10T03:33:32.103Z Downloaded match_cfg v0.1.0
8872026-04-10T03:33:32.103Z Downloaded icu_normalizer v2.1.1
8882026-04-10T03:33:32.106Z Downloaded displaydoc v0.2.5
8892026-04-10T03:33:32.109Z Downloaded no-std-compat v0.4.1
8902026-04-10T03:33:32.109Z Downloaded newline-converter v0.3.0
8912026-04-10T03:33:32.109Z Downloaded lru-cache v0.1.2
8922026-04-10T03:33:32.112Z Downloaded enum-as-inner v0.6.1
8932026-04-10T03:33:32.112Z Downloaded hostname v0.4.2
8942026-04-10T03:33:32.116Z Downloaded newtype_derive v0.1.6
8952026-04-10T03:33:32.116Z Downloaded newtype-uuid-macros v0.1.0
8962026-04-10T03:33:32.119Z Downloaded libscf-sys v1.1.0
8972026-04-10T03:33:32.119Z Downloaded cpufeatures v0.3.0
8982026-04-10T03:33:32.119Z Downloaded bit-set v0.8.0
8992026-04-10T03:33:32.123Z Downloaded base16ct v1.0.0
9002026-04-10T03:33:32.123Z Downloaded nom v7.1.3
9012026-04-10T03:33:32.126Z Downloaded memmap v0.7.0
9022026-04-10T03:33:32.129Z Downloaded hubpack_derive v0.1.1
9032026-04-10T03:33:32.129Z Downloaded dof v0.4.0
9042026-04-10T03:33:32.129Z Downloaded num-derive v0.4.2
9052026-04-10T03:33:32.133Z Downloaded keccak v0.1.6
9062026-04-10T03:33:32.133Z Downloaded is-terminal v0.4.17
9072026-04-10T03:33:32.135Z Downloaded hostname v0.3.1
9082026-04-10T03:33:32.135Z Downloaded hash32 v0.3.1
9092026-04-10T03:33:32.138Z Downloaded ident_case v1.0.1
9102026-04-10T03:33:32.139Z Downloaded macaddr v1.0.1
9112026-04-10T03:33:32.139Z Downloaded inout v0.1.4
9122026-04-10T03:33:32.142Z Downloaded instant v0.1.13
9132026-04-10T03:33:32.142Z Downloaded crucible-workspace-hack v0.1.0
9142026-04-10T03:33:32.145Z Downloaded ciborium-io v0.2.2
9152026-04-10T03:33:32.145Z Downloaded linear-map v1.2.0
9162026-04-10T03:33:32.145Z Downloaded multer v3.1.0
9172026-04-10T03:33:32.148Z Downloaded compression-core v0.4.31
9182026-04-10T03:33:32.148Z Downloaded cstr-argument v0.1.2
9192026-04-10T03:33:32.151Z Downloaded const-random v0.1.18
9202026-04-10T03:33:32.151Z Downloaded ff v0.13.1
9212026-04-10T03:33:32.151Z Downloaded const-random-macro v0.1.16
9222026-04-10T03:33:32.154Z Downloaded natord v1.0.9
9232026-04-10T03:33:32.154Z Downloaded idna_adapter v1.2.1
9242026-04-10T03:33:32.154Z Downloaded defmt-parser v1.0.0
9252026-04-10T03:33:32.157Z Downloaded darling_macro v0.23.0
9262026-04-10T03:33:32.157Z Downloaded defmt v0.3.100
9272026-04-10T03:33:32.157Z Downloaded fastrand v2.3.0
9282026-04-10T03:33:32.161Z Downloaded crunchy v0.2.4
9292026-04-10T03:33:32.161Z Downloaded backoff v0.4.0
9302026-04-10T03:33:32.164Z Downloaded httpdate v1.0.3
9312026-04-10T03:33:32.164Z Downloaded gethostname v0.5.0
9322026-04-10T03:33:32.164Z Downloaded num-iter v0.1.45
9332026-04-10T03:33:32.167Z Downloaded num-conv v0.2.1
9342026-04-10T03:33:32.167Z Downloaded git-stub v1.0.0
9352026-04-10T03:33:32.167Z Downloaded num v0.4.3
9362026-04-10T03:33:32.170Z Downloaded embedded-io v0.6.1
9372026-04-10T03:33:32.170Z Downloaded heck v0.4.1
9382026-04-10T03:33:32.170Z Downloaded foreign-types-shared v0.3.1
9392026-04-10T03:33:32.173Z Downloaded hubpack v0.1.2
9402026-04-10T03:33:32.174Z Downloaded convert_case v0.4.0
9412026-04-10T03:33:32.174Z Downloaded num_threads v0.1.7
9422026-04-10T03:33:32.177Z Downloaded icu_locale_core v2.1.1
9432026-04-10T03:33:32.180Z Downloaded managed v0.8.0
9442026-04-10T03:33:32.180Z Downloaded linked-hash-map v0.5.6
9452026-04-10T03:33:32.183Z Downloaded fxhash v0.2.1
9462026-04-10T03:33:32.183Z Downloaded dyn-clone v1.0.20
9472026-04-10T03:33:32.183Z Downloaded ingot-types v0.1.2
9482026-04-10T03:33:32.186Z Downloaded olpc-cjson v0.1.4
9492026-04-10T03:33:32.186Z Downloaded omicron-workspace-hack v0.1.0
9502026-04-10T03:33:32.189Z Downloaded data-encoding v2.10.0
9512026-04-10T03:33:32.189Z Downloaded cmake v0.1.58
9522026-04-10T03:33:32.189Z Downloaded async-stream-impl v0.3.6
9532026-04-10T03:33:32.192Z Downloaded internet-checksum v0.2.1
9542026-04-10T03:33:32.192Z Downloaded float-ord v0.3.2
9552026-04-10T03:33:32.192Z Downloaded fixedbitset v0.4.2
9562026-04-10T03:33:32.195Z Downloaded defmt-macros v1.0.1
9572026-04-10T03:33:32.195Z Downloaded memmap2 v0.9.10
9582026-04-10T03:33:32.198Z Downloaded defmt v1.0.1
9592026-04-10T03:33:32.198Z Downloaded libsw v3.5.0
9602026-04-10T03:33:32.201Z Downloaded num_enum v0.7.6
9612026-04-10T03:33:32.204Z Downloaded dtrace-parser v0.2.0
9622026-04-10T03:33:32.204Z Downloaded dropshot-api-manager-types v0.7.0
9632026-04-10T03:33:32.208Z Downloaded proc-macro-crate v3.5.0
9642026-04-10T03:33:32.208Z Downloaded progenitor-client v0.11.2
9652026-04-10T03:33:32.208Z Downloaded proc-macro-error-attr2 v2.0.0
9662026-04-10T03:33:32.212Z Downloaded proc-macro-error-attr v1.0.4
9672026-04-10T03:33:32.212Z Downloaded progenitor-client v0.10.0
9682026-04-10T03:33:32.212Z Downloaded chacha20 v0.10.0
9692026-04-10T03:33:32.212Z Downloaded progenitor-macro v0.10.0
9702026-04-10T03:33:32.216Z Downloaded bytecount v0.6.9
9712026-04-10T03:33:32.216Z Downloaded compression-codecs v0.4.37
9722026-04-10T03:33:32.219Z Downloaded progenitor-macro v0.13.0
9732026-04-10T03:33:32.219Z Downloaded backon v1.6.0
9742026-04-10T03:33:32.222Z Downloaded group v0.13.0
9752026-04-10T03:33:32.222Z Downloaded bitflags v1.3.2
9762026-04-10T03:33:32.227Z Downloaded foreign-types v0.5.0
9772026-04-10T03:33:32.227Z Downloaded num-integer v0.1.46
9782026-04-10T03:33:32.227Z Downloaded quick-error v1.2.3
9792026-04-10T03:33:32.230Z Downloaded proc-macro-crate v1.3.1
9802026-04-10T03:33:32.230Z Downloaded num-derive v0.3.3
9812026-04-10T03:33:32.230Z Downloaded fs_extra v1.3.0
9822026-04-10T03:33:32.233Z Downloaded powerfmt v0.2.0
9832026-04-10T03:33:32.233Z Downloaded parse-display v0.10.0
9842026-04-10T03:33:32.233Z Downloaded num_enum v0.5.11
9852026-04-10T03:33:32.236Z Downloaded parse-display-derive v0.10.0
9862026-04-10T03:33:32.236Z Downloaded num-rational v0.4.2
9872026-04-10T03:33:32.239Z Downloaded fs-err v3.3.0
9882026-04-10T03:33:32.239Z Downloaded num_enum_derive v0.5.11
9892026-04-10T03:33:32.242Z Downloaded rand_chacha v0.3.1
9902026-04-10T03:33:32.242Z Downloaded dunce v1.0.5
9912026-04-10T03:33:32.242Z Downloaded rand_xorshift v0.4.0
9922026-04-10T03:33:32.245Z Downloaded pretty-hex v0.4.2
9932026-04-10T03:33:32.246Z Downloaded opaque-debug v0.3.1
9942026-04-10T03:33:32.246Z Downloaded daft v0.1.5
9952026-04-10T03:33:32.249Z Downloaded const_format_proc_macros v0.2.34
9962026-04-10T03:33:32.249Z Downloaded ref-cast-impl v1.0.25
9972026-04-10T03:33:32.249Z Downloaded potential_utf v0.1.4
9982026-04-10T03:33:32.252Z Downloaded ref-cast v1.0.25
9992026-04-10T03:33:32.252Z Downloaded dof v0.3.0
10002026-04-10T03:33:32.252Z Downloaded oxnet v0.1.4
10012026-04-10T03:33:32.255Z Downloaded cipher v0.4.4
10022026-04-10T03:33:32.255Z Downloaded num-complex v0.4.6
10032026-04-10T03:33:32.258Z Downloaded ipnetwork v0.21.1
10042026-04-10T03:33:32.258Z Downloaded parking_lot_core v0.8.6
10052026-04-10T03:33:32.261Z Downloaded rustc_version v0.1.7
10062026-04-10T03:33:32.261Z Downloaded num_enum_derive v0.7.6
10072026-04-10T03:33:32.261Z Downloaded drift v0.1.3
10082026-04-10T03:33:32.264Z Downloaded paste v1.0.15
10092026-04-10T03:33:32.267Z Downloaded blake2 v0.10.6
10102026-04-10T03:33:32.270Z Downloaded same-file v1.0.6
10112026-04-10T03:33:32.270Z Downloaded oxide-tokio-rt v0.1.3
10122026-04-10T03:33:32.270Z Downloaded embedded-io v0.4.0
10132026-04-10T03:33:32.273Z Downloaded plain v0.2.3
10142026-04-10T03:33:32.273Z Downloaded password-hash v0.5.0
10152026-04-10T03:33:32.273Z Downloaded derive-ex v0.1.8
10162026-04-10T03:33:32.276Z Downloaded pem v3.0.6
10172026-04-10T03:33:32.276Z Downloaded progenitor-macro v0.11.2
10182026-04-10T03:33:32.276Z Downloaded proc-macro-error2 v2.0.1
10192026-04-10T03:33:32.279Z Downloaded semver v0.1.20
10202026-04-10T03:33:32.279Z Downloaded progenitor v0.11.2
10212026-04-10T03:33:32.284Z Downloaded poly1305 v0.8.0
10222026-04-10T03:33:32.284Z Downloaded serde_repr v0.1.20
10232026-04-10T03:33:32.288Z Downloaded scroll_derive v0.13.1
10242026-04-10T03:33:32.288Z Downloaded phf v0.12.1
10252026-04-10T03:33:32.288Z Downloaded serde_plain v1.0.2
10262026-04-10T03:33:32.288Z Downloaded sigpipe v0.1.3
10272026-04-10T03:33:32.288Z Downloaded serde_spanned v1.1.0
10282026-04-10T03:33:32.291Z Downloaded sha1 v0.10.6
10292026-04-10T03:33:32.291Z Downloaded siphasher v1.0.2
10302026-04-10T03:33:32.291Z Downloaded diff v0.1.13
10312026-04-10T03:33:32.294Z Downloaded constant_time_eq v0.4.2
10322026-04-10T03:33:32.294Z Downloaded progenitor-extras v0.1.1
10332026-04-10T03:33:32.294Z Downloaded progenitor v0.10.0
10342026-04-10T03:33:32.297Z Downloaded crossbeam-utils v0.8.21
10352026-04-10T03:33:32.297Z Downloaded darling v0.23.0
10362026-04-10T03:33:32.300Z Downloaded progenitor-client v0.13.0
10372026-04-10T03:33:32.304Z Downloaded phf_shared v0.12.1
10382026-04-10T03:33:32.304Z Downloaded progenitor v0.13.0
10392026-04-10T03:33:32.304Z Downloaded rand_core v0.10.0
10402026-04-10T03:33:32.307Z Downloaded proc-macro-error v1.0.4
10412026-04-10T03:33:32.307Z Downloaded serial_test v3.4.0
10422026-04-10T03:33:32.307Z Downloaded erased-serde v0.3.31
10432026-04-10T03:33:32.310Z Downloaded ingot-macros v0.1.1
10442026-04-10T03:33:32.310Z Downloaded slog-envlogger v2.2.0
10452026-04-10T03:33:32.310Z Downloaded serial_test_derive v3.4.0
10462026-04-10T03:33:32.313Z Downloaded serde-big-array v0.5.1
10472026-04-10T03:33:32.313Z Downloaded stable_deref_trait v1.2.1
10482026-04-10T03:33:32.313Z Downloaded slog-bunyan v2.5.0
10492026-04-10T03:33:32.316Z Downloaded smawk v0.3.2
10502026-04-10T03:33:32.316Z Downloaded scroll_derive v0.12.1
10512026-04-10T03:33:32.316Z Downloaded cookie v0.18.1
10522026-04-10T03:33:32.319Z Downloaded crossbeam-epoch v0.9.18
10532026-04-10T03:33:32.319Z Downloaded cancel-safe-futures v0.1.5
10542026-04-10T03:33:32.322Z Downloaded critical-section v1.2.0
10552026-04-10T03:33:32.322Z Downloaded resolv-conf v0.7.6
10562026-04-10T03:33:32.323Z Downloaded base64 v0.21.7
10572026-04-10T03:33:32.326Z Downloaded ingot v0.1.1
10582026-04-10T03:33:32.326Z Downloaded git-stub-vcs v0.1.0
10592026-04-10T03:33:32.329Z Downloaded highway v1.3.0
10602026-04-10T03:33:32.329Z Downloaded derive_more v0.99.20
10612026-04-10T03:33:32.332Z Downloaded structmeta v0.3.0
10622026-04-10T03:33:32.332Z Downloaded spin v0.5.2
10632026-04-10T03:33:32.335Z Downloaded dropshot_endpoint v0.16.7
10642026-04-10T03:33:32.335Z Downloaded byteorder v1.5.0
10652026-04-10T03:33:32.342Z Downloaded rustls-pemfile v2.2.0
10662026-04-10T03:33:32.342Z Downloaded rustls-native-certs v0.8.3
10672026-04-10T03:33:32.342Z Downloaded pest_generator v2.8.6
10682026-04-10T03:33:32.342Z Downloaded bcs v0.1.6
10692026-04-10T03:33:32.342Z Downloaded async-compression v0.4.41
10702026-04-10T03:33:32.346Z Downloaded tagptr v0.2.0
10712026-04-10T03:33:32.346Z Downloaded strum v0.27.2
10722026-04-10T03:33:32.346Z Downloaded scroll v0.12.0
10732026-04-10T03:33:32.349Z Downloaded testing_table v0.3.0
10742026-04-10T03:33:32.349Z Downloaded tabled_derive v0.7.0
10752026-04-10T03:33:32.349Z Downloaded schemars_derive v0.8.22
10762026-04-10T03:33:32.349Z Downloaded rusty-fork v0.3.1
10772026-04-10T03:33:32.353Z Downloaded termtree v0.5.1
10782026-04-10T03:33:32.353Z Downloaded rustversion v1.0.22
10792026-04-10T03:33:32.353Z Downloaded thiserror-impl-no-std v2.0.2
10802026-04-10T03:33:32.356Z Downloaded take_mut v0.2.2
10812026-04-10T03:33:32.356Z Downloaded serde_tokenstream v0.2.3
10822026-04-10T03:33:32.356Z Downloaded serde_derive_internals v0.29.1
10832026-04-10T03:33:32.356Z Downloaded tabwriter v1.4.1
10842026-04-10T03:33:32.359Z Downloaded secrecy v0.10.3
10852026-04-10T03:33:32.359Z Downloaded sdd v3.0.10
10862026-04-10T03:33:32.359Z Downloaded thread-id v5.1.0
10872026-04-10T03:33:32.359Z Downloaded strum v0.26.3
10882026-04-10T03:33:32.363Z Downloaded structmeta-derive v0.3.0
10892026-04-10T03:33:32.363Z Downloaded thread-id v4.2.2
10902026-04-10T03:33:32.363Z Downloaded byte-wrapper v0.1.0
10912026-04-10T03:33:32.366Z Downloaded tabled_derive v0.11.0
10922026-04-10T03:33:32.366Z Downloaded console v0.16.3
10932026-04-10T03:33:32.366Z Downloaded pest_derive v2.8.6
10942026-04-10T03:33:32.366Z Downloaded argon2 v0.5.3
10952026-04-10T03:33:32.371Z Downloaded postcard v1.1.3
10962026-04-10T03:33:32.371Z Downloaded icu_provider v2.1.1
10972026-04-10T03:33:32.374Z Downloaded omicron-zone-package v0.12.2
10982026-04-10T03:33:32.374Z Downloaded slog-async v2.8.0
10992026-04-10T03:33:32.374Z Downloaded icu_properties v2.1.2
11002026-04-10T03:33:32.377Z Downloaded allocator-api2 v0.2.21
11012026-04-10T03:33:32.377Z Downloaded parking_lot v0.11.2
11022026-04-10T03:33:32.380Z Downloaded slog-stdlog v4.1.1
11032026-04-10T03:33:32.381Z Downloaded crossbeam-deque v0.8.6
11042026-04-10T03:33:32.381Z Downloaded time-core v0.1.8
11052026-04-10T03:33:32.381Z Downloaded anyhow v1.0.102
11062026-04-10T03:33:32.384Z Downloaded topological-sort v0.2.2
11072026-04-10T03:33:32.387Z Downloaded snafu-derive v0.8.9
11082026-04-10T03:33:32.387Z Downloaded smf v0.2.3
11092026-04-10T03:33:32.387Z Downloaded slog-json v2.6.1
11102026-04-10T03:33:32.390Z Downloaded slog-term v2.9.2
11112026-04-10T03:33:32.393Z Downloaded rhai_codegen v3.1.0
11122026-04-10T03:33:32.396Z Downloaded slog-dtrace v0.3.0
11132026-04-10T03:33:32.401Z Downloaded const_format v0.2.35
11142026-04-10T03:33:32.404Z Downloaded unarray v0.1.4
11152026-04-10T03:33:32.404Z Downloaded usdt v0.5.0
11162026-04-10T03:33:32.404Z Downloaded untrusted v0.7.1
11172026-04-10T03:33:32.407Z Downloaded slog-scope v4.4.1
11182026-04-10T03:33:32.407Z Downloaded universal-hash v0.5.1
11192026-04-10T03:33:32.407Z Downloaded unit-prefix v0.5.2
11202026-04-10T03:33:32.407Z Downloaded typify-macro v0.4.3
11212026-04-10T03:33:32.411Z Downloaded ciborium-ll v0.2.2
11222026-04-10T03:33:32.411Z Downloaded usdt v0.6.0
11232026-04-10T03:33:32.416Z Downloaded papergrid v0.17.0
11242026-04-10T03:33:32.419Z Downloaded papergrid v0.11.0
11252026-04-10T03:33:32.419Z Downloaded strum_macros v0.27.2
11262026-04-10T03:33:32.419Z Downloaded scroll v0.13.0
11272026-04-10T03:33:32.422Z Downloaded typify-macro v0.6.1
11282026-04-10T03:33:32.422Z Downloaded strum_macros v0.26.4
11292026-04-10T03:33:32.422Z Downloaded elliptic-curve v0.13.8
11302026-04-10T03:33:32.425Z Downloaded wait-timeout v0.2.1
11312026-04-10T03:33:32.425Z Downloaded waitgroup v0.1.2
11322026-04-10T03:33:32.425Z Downloaded usdt-macro v0.5.0
11332026-04-10T03:33:32.428Z Downloaded tiny-keccak v2.0.2
11342026-04-10T03:33:32.428Z Downloaded synstructure v0.13.2
11352026-04-10T03:33:32.429Z Downloaded icu_normalizer_data v2.1.1
11362026-04-10T03:33:32.432Z Downloaded utf-8 v0.7.6
11372026-04-10T03:33:32.432Z Downloaded usdt-macro v0.6.0
11382026-04-10T03:33:32.435Z Downloaded usdt-attr-macro v0.6.0
11392026-04-10T03:33:32.435Z Downloaded zerofrom v0.1.6
11402026-04-10T03:33:32.435Z Downloaded yoke-derive v0.8.1
11412026-04-10T03:33:32.438Z Downloaded progenitor-impl v0.10.0
11422026-04-10T03:33:32.438Z Downloaded serde_with_macros v3.18.0
11432026-04-10T03:33:32.441Z Downloaded progenitor-impl v0.11.2
11442026-04-10T03:33:32.441Z Downloaded tinystr v0.8.2
11452026-04-10T03:33:32.441Z Downloaded tokio-rustls v0.25.0
11462026-04-10T03:33:32.444Z Downloaded thiserror-no-std v2.0.2
11472026-04-10T03:33:32.447Z Downloaded indexmap v1.9.3
11482026-04-10T03:33:32.447Z Downloaded smartstring v1.0.1
11492026-04-10T03:33:32.450Z Downloaded indicatif v0.18.4
11502026-04-10T03:33:32.450Z Downloaded zeroize_derive v1.4.3
11512026-04-10T03:33:32.450Z Downloaded progenitor-impl v0.13.0
11522026-04-10T03:33:32.454Z Downloaded rustls-platform-verifier v0.6.2
11532026-04-10T03:33:32.457Z Downloaded tokio-dtrace v0.1.1
11542026-04-10T03:33:32.457Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-04-10T03:33:32.457Z Downloaded time-macros v0.2.27
11562026-04-10T03:33:32.460Z Downloaded jiff-static v0.2.23
11572026-04-10T03:33:32.463Z Downloaded cc v1.2.58
11582026-04-10T03:33:32.463Z Downloaded heapless v0.8.0
11592026-04-10T03:33:32.466Z Downloaded darling_core v0.23.0
11602026-04-10T03:33:32.470Z Downloaded chacha20poly1305 v0.10.1
11612026-04-10T03:33:32.470Z Downloaded zone_cfg_derive v0.3.1
11622026-04-10T03:33:32.470Z Downloaded zone v0.3.1
11632026-04-10T03:33:32.470Z Downloaded pest_meta v2.8.6
11642026-04-10T03:33:32.473Z Downloaded toml_writer v1.1.0+spec-1.1.0
11652026-04-10T03:33:32.476Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11662026-04-10T03:33:32.479Z Downloaded schemars v0.8.22
11672026-04-10T03:33:32.485Z Downloaded walkdir v2.5.0
11682026-04-10T03:33:32.488Z Downloaded usdt-impl v0.6.0
11692026-04-10T03:33:32.488Z Downloaded term v1.2.1
11702026-04-10T03:33:32.491Z Downloaded vsss-rs v3.3.4
11712026-04-10T03:33:32.492Z Downloaded similar v2.7.0
11722026-04-10T03:33:32.495Z Downloaded rayon-core v1.13.0
11732026-04-10T03:33:32.498Z Downloaded writeable v0.6.2
11742026-04-10T03:33:32.498Z Downloaded thin-vec v0.2.14
11752026-04-10T03:33:32.498Z Downloaded pretty_assertions v1.4.1
11762026-04-10T03:33:32.501Z Downloaded usdt-attr-macro v0.5.0
11772026-04-10T03:33:32.501Z Downloaded serde_yaml v0.9.34+deprecated
11782026-04-10T03:33:32.501Z Downloaded prettyplease v0.2.37
11792026-04-10T03:33:32.504Z Downloaded xz2 v0.1.7
11802026-04-10T03:33:32.504Z Downloaded usdt-impl v0.5.0
11812026-04-10T03:33:32.504Z Downloaded spin v0.9.8
11822026-04-10T03:33:32.508Z Downloaded dropshot_endpoint v0.17.0
11832026-04-10T03:33:32.511Z Downloaded yoke v0.8.1
11842026-04-10T03:33:32.511Z Downloaded minimal-lexical v0.2.1
11852026-04-10T03:33:32.514Z Downloaded icu_collections v2.1.1
11862026-04-10T03:33:32.518Z Downloaded slog v2.8.2
11872026-04-10T03:33:32.518Z Downloaded crypto-bigint v0.5.5
11882026-04-10T03:33:32.521Z Downloaded zerovec-derive v0.11.2
11892026-04-10T03:33:32.524Z Downloaded toml_parser v1.1.0+spec-1.1.0
11902026-04-10T03:33:32.524Z Downloaded tokio-tungstenite v0.21.0
11912026-04-10T03:33:32.524Z Downloaded goblin v0.8.2
11922026-04-10T03:33:32.531Z Downloaded ucd-trie v0.1.7
11932026-04-10T03:33:32.534Z Downloaded test-strategy v0.4.5
11942026-04-10T03:33:32.538Z Downloaded qorb v0.4.1
11952026-04-10T03:33:32.538Z Downloaded whoami v1.6.1
11962026-04-10T03:33:32.541Z Downloaded indexmap v2.13.0
11972026-04-10T03:33:32.541Z Downloaded crossbeam-channel v0.5.15
11982026-04-10T03:33:32.544Z Downloaded zerocopy-derive v0.7.35
11992026-04-10T03:33:32.547Z Downloaded expectorate v1.2.0
12002026-04-10T03:33:32.547Z Downloaded typify v0.6.1
12012026-04-10T03:33:32.550Z Downloaded toml v1.1.0+spec-1.1.0
12022026-04-10T03:33:32.551Z Downloaded snafu v0.8.9
12032026-04-10T03:33:32.554Z Downloaded tungstenite v0.21.0
12042026-04-10T03:33:32.557Z Downloaded rand v0.8.5
12052026-04-10T03:33:32.560Z Downloaded typify v0.4.3
12062026-04-10T03:33:32.560Z Downloaded moka v0.12.15
12072026-04-10T03:33:32.563Z Downloaded unsafe-libyaml v0.2.11
12082026-04-10T03:33:32.567Z Downloaded hickory-resolver v0.25.2
12092026-04-10T03:33:32.571Z Downloaded schemars v1.2.1
12102026-04-10T03:33:32.575Z Downloaded hickory-resolver v0.24.4
12112026-04-10T03:33:32.578Z Downloaded hashbrown v0.12.3
12122026-04-10T03:33:32.583Z Downloaded dropshot-api-manager v0.7.0
12132026-04-10T03:33:32.586Z Downloaded toml v0.9.12+spec-1.1.0
12142026-04-10T03:33:32.586Z Downloaded toml v0.7.8
12152026-04-10T03:33:32.586Z Downloaded itertools v0.12.1
12162026-04-10T03:33:32.602Z Downloaded toml_edit v0.19.15
12172026-04-10T03:33:32.611Z Downloaded zerotrie v0.2.3
12182026-04-10T03:33:32.614Z Downloaded toml_edit v0.25.8+spec-1.1.0
12192026-04-10T03:33:32.617Z Downloaded rand v0.10.0
12202026-04-10T03:33:32.617Z Downloaded steno v0.4.1
12212026-04-10T03:33:32.621Z Downloaded yansi v1.0.1
12222026-04-10T03:33:32.622Z Downloaded hashbrown v0.16.1
12232026-04-10T03:33:32.624Z Downloaded iddqd v0.3.17
12242026-04-10T03:33:32.630Z Downloaded libm v0.2.16
12252026-04-10T03:33:32.636Z Downloaded typed-path v0.9.3
12262026-04-10T03:33:32.639Z Downloaded pest v2.8.6
12272026-04-10T03:33:32.642Z Downloaded icu_properties_data v2.1.2
12282026-04-10T03:33:32.647Z Downloaded zerocopy-derive v0.8.48
12292026-04-10T03:33:32.651Z Downloaded schemars v0.9.0
12302026-04-10T03:33:32.659Z Downloaded hkdf v0.12.4
12312026-04-10T03:33:32.662Z Downloaded blake3 v1.8.4
12322026-04-10T03:33:32.671Z Downloaded nom v8.0.0
12332026-04-10T03:33:32.674Z Downloaded reqwest v0.13.2
12342026-04-10T03:33:32.677Z Downloaded scc v2.4.0
12352026-04-10T03:33:32.686Z Downloaded rayon v1.11.0
12362026-04-10T03:33:32.694Z Downloaded zerovec v0.11.5
12372026-04-10T03:33:32.697Z Downloaded tough v0.20.0
12382026-04-10T03:33:32.722Z Downloaded zerocopy v0.7.35
12392026-04-10T03:33:32.731Z Downloaded rustls-webpki v0.102.8
12402026-04-10T03:33:32.741Z Downloaded winnow v0.5.40
12412026-04-10T03:33:32.746Z Downloaded serde_with v3.18.0
12422026-04-10T03:33:32.753Z Downloaded proptest v1.11.0
12432026-04-10T03:33:32.758Z Downloaded tabled v0.20.0
12442026-04-10T03:33:32.767Z Downloaded aws-lc-rs v1.16.2
12452026-04-10T03:33:32.773Z Downloaded goblin v0.10.5
12462026-04-10T03:33:32.778Z Downloaded time v0.3.47
12472026-04-10T03:33:32.788Z Downloaded syn v1.0.109
12482026-04-10T03:33:32.793Z Downloaded tabled v0.15.0
12492026-04-10T03:33:32.802Z Downloaded nix v0.31.2
12502026-04-10T03:33:32.824Z Downloaded rustls v0.22.4
12512026-04-10T03:33:32.831Z Downloaded hickory-proto v0.24.4
12522026-04-10T03:33:32.839Z Downloaded smoltcp v0.11.0
12532026-04-10T03:33:32.845Z Downloaded rhai v1.24.0
12542026-04-10T03:33:32.851Z Downloaded hickory-proto v0.25.2
12552026-04-10T03:33:32.860Z Downloaded openapiv3 v2.2.0
12562026-04-10T03:33:32.865Z Downloaded dropshot v0.17.0
12572026-04-10T03:33:32.877Z Downloaded regress v0.10.5
12582026-04-10T03:33:32.882Z Downloaded dropshot v0.16.7
12592026-04-10T03:33:32.924Z Downloaded lzma-sys v0.1.20
12602026-04-10T03:33:32.940Z Downloaded typify-impl v0.6.1
12612026-04-10T03:33:32.947Z Downloaded petgraph v0.6.5
12622026-04-10T03:33:32.957Z Downloaded typify-impl v0.4.3
12632026-04-10T03:33:32.964Z Downloaded sled v0.34.7
12642026-04-10T03:33:32.969Z Downloaded jiff v0.2.23
12652026-04-10T03:33:33.044Z Downloaded csv v1.4.0
12662026-04-10T03:33:33.055Z Downloaded chrono-tz v0.10.4
12672026-04-10T03:33:33.064Z Downloaded sha3 v0.10.8
12682026-04-10T03:33:33.094Z Downloaded encoding_rs v0.8.35
12692026-04-10T03:33:33.202Z Downloaded base16ct v0.2.0
12702026-04-10T03:33:33.522Z Downloaded zerofrom-derive v0.1.6
12712026-04-10T03:33:33.652Z Downloaded aws-lc-sys v0.39.1
12722026-04-10T03:33:34.544Z Compiling proc-macro2 v1.0.106
12732026-04-10T03:33:34.544Z Compiling unicode-ident v1.0.24
12742026-04-10T03:33:34.544Z Compiling quote v1.0.45
12752026-04-10T03:33:34.544Z Compiling serde_core v1.0.228
12762026-04-10T03:33:34.544Z Compiling cfg-if v1.0.4
12772026-04-10T03:33:34.544Z Compiling serde v1.0.228
12782026-04-10T03:33:34.547Z Compiling libc v0.2.184
12792026-04-10T03:33:34.547Z Compiling memchr v2.8.0
12802026-04-10T03:33:34.744Z Compiling itoa v1.0.18
12812026-04-10T03:33:34.921Z Compiling zmij v1.0.21
12822026-04-10T03:33:34.948Z Compiling autocfg v1.5.0
12832026-04-10T03:33:34.970Z Compiling libm v0.2.16
12842026-04-10T03:33:35.272Z Compiling version_check v0.9.5
12852026-04-10T03:33:35.325Z Compiling stable_deref_trait v1.2.1
12862026-04-10T03:33:35.396Z Compiling pin-project-lite v0.2.17
12872026-04-10T03:33:35.450Z Compiling writeable v0.6.2
12882026-04-10T03:33:35.486Z Compiling litemap v0.8.1
12892026-04-10T03:33:35.506Z Compiling icu_normalizer_data v2.1.1
12902026-04-10T03:33:35.517Z Compiling icu_properties_data v2.1.2
12912026-04-10T03:33:35.533Z Compiling percent-encoding v2.3.2
12922026-04-10T03:33:35.666Z Compiling equivalent v1.0.2
12932026-04-10T03:33:35.726Z Compiling scopeguard v1.2.0
12942026-04-10T03:33:35.752Z Compiling parking_lot_core v0.9.12
12952026-04-10T03:33:35.811Z Compiling syn v2.0.117
12962026-04-10T03:33:35.825Z Compiling iana-time-zone v0.1.65
12972026-04-10T03:33:35.899Z Compiling lock_api v0.4.14
12982026-04-10T03:33:35.926Z Compiling foldhash v0.2.0
12992026-04-10T03:33:35.968Z Compiling allocator-api2 v0.2.21
13002026-04-10T03:33:36.016Z Compiling form_urlencoded v1.2.2
13012026-04-10T03:33:36.043Z Compiling utf8_iter v1.0.4
13022026-04-10T03:33:36.138Z Compiling serde_json v1.0.149
13032026-04-10T03:33:36.160Z Compiling dyn-clone v1.0.20
13042026-04-10T03:33:36.186Z Compiling num-traits v0.2.19
13052026-04-10T03:33:36.196Z Compiling log v0.4.29
13062026-04-10T03:33:36.292Z Compiling hashbrown v0.16.1
13072026-04-10T03:33:36.295Z Compiling jobserver v0.1.34
13082026-04-10T03:33:36.373Z Compiling shlex v1.3.0
13092026-04-10T03:33:36.376Z Compiling find-msvc-tools v0.1.9
13102026-04-10T03:33:36.457Z Compiling zerocopy v0.8.48
13112026-04-10T03:33:36.551Z Compiling cc v1.2.58
13122026-04-10T03:33:36.635Z Compiling futures-core v0.3.32
13132026-04-10T03:33:36.678Z Compiling semver v1.0.28
13142026-04-10T03:33:36.846Z Compiling indexmap v2.13.0
13152026-04-10T03:33:36.898Z Compiling errno v0.3.14
13162026-04-10T03:33:36.918Z Compiling thiserror v2.0.18
13172026-04-10T03:33:37.019Z Compiling getrandom v0.4.2
13182026-04-10T03:33:37.043Z Compiling rand_core v0.10.0
13192026-04-10T03:33:37.216Z Compiling heck v0.5.0
13202026-04-10T03:33:37.441Z Compiling futures-sink v0.3.32
13212026-04-10T03:33:37.465Z Compiling slab v0.4.12
13222026-04-10T03:33:37.469Z Compiling fnv v1.0.7
13232026-04-10T03:33:37.469Z Compiling uuid v1.23.0
13242026-04-10T03:33:37.536Z Compiling futures-channel v0.3.32
13252026-04-10T03:33:37.566Z Compiling rustversion v1.0.22
13262026-04-10T03:33:37.655Z Compiling portable-atomic v1.13.1
13272026-04-10T03:33:37.828Z Compiling futures-io v0.3.32
13282026-04-10T03:33:37.922Z Compiling futures-task v0.3.32
13292026-04-10T03:33:37.939Z Compiling schemars v0.8.22
13302026-04-10T03:33:37.987Z Compiling typenum v1.19.0
13312026-04-10T03:33:37.997Z Compiling socket2 v0.6.3
13322026-04-10T03:33:38.086Z Compiling getrandom v0.2.17
13332026-04-10T03:33:38.183Z Compiling critical-section v1.2.0
13342026-04-10T03:33:38.270Z Compiling signal-hook-registry v1.4.8
13352026-04-10T03:33:38.287Z Compiling mio v1.2.0
13362026-04-10T03:33:38.413Z Compiling bitflags v2.11.0
13372026-04-10T03:33:38.459Z Compiling subtle v2.6.1
13382026-04-10T03:33:38.556Z Compiling once_cell v1.21.4
13392026-04-10T03:33:38.571Z Compiling untrusted v0.9.0
13402026-04-10T03:33:38.629Z Compiling base64 v0.22.1
13412026-04-10T03:33:38.652Z Compiling synstructure v0.13.2
13422026-04-10T03:33:38.666Z Compiling serde_derive_internals v0.29.1
13432026-04-10T03:33:38.686Z Compiling byteorder v1.5.0
13442026-04-10T03:33:38.773Z Compiling rand_core v0.6.4
13452026-04-10T03:33:38.802Z Compiling cmake v0.1.58
13462026-04-10T03:33:38.913Z Compiling dunce v1.0.5
13472026-04-10T03:33:38.925Z Compiling fs_extra v1.3.0
13482026-04-10T03:33:38.958Z Compiling atomic-waker v1.1.2
13492026-04-10T03:33:38.996Z Compiling regex-syntax v0.8.10
13502026-04-10T03:33:39.006Z Compiling ipnet v2.12.0
13512026-04-10T03:33:39.085Z Compiling rustix v1.1.4
13522026-04-10T03:33:39.148Z Compiling strsim v0.11.1
13532026-04-10T03:33:39.166Z Compiling httparse v1.10.1
13542026-04-10T03:33:39.181Z Compiling aws-lc-sys v0.39.1
13552026-04-10T03:33:39.429Z Compiling slog v2.8.2
13562026-04-10T03:33:39.558Z Compiling generic-array v0.14.7
13572026-04-10T03:33:39.568Z Compiling getrandom v0.3.4
13582026-04-10T03:33:39.571Z Compiling ucd-trie v0.1.7
13592026-04-10T03:33:39.650Z Compiling thiserror v1.0.69
13602026-04-10T03:33:39.661Z Compiling tower-layer v0.3.3
13612026-04-10T03:33:39.783Z Compiling tower-service v0.3.3
13622026-04-10T03:33:39.864Z Compiling pest v2.8.6
13632026-04-10T03:33:39.895Z Compiling try-lock v0.2.5
13642026-04-10T03:33:39.919Z Compiling httpdate v1.0.3
13652026-04-10T03:33:39.944Z Compiling serde_derive v1.0.228
13662026-04-10T03:33:39.963Z Compiling zerofrom-derive v0.1.6
13672026-04-10T03:33:39.998Z Compiling yoke-derive v0.8.1
13682026-04-10T03:33:40.044Z Compiling zerovec-derive v0.11.2
13692026-04-10T03:33:40.148Z Compiling displaydoc v0.2.5
13702026-04-10T03:33:40.190Z Compiling tokio-macros v2.7.0
13712026-04-10T03:33:40.900Z Compiling schemars_derive v0.8.22
13722026-04-10T03:33:40.929Z Compiling zerocopy-derive v0.8.48
13732026-04-10T03:33:41.023Z Compiling thiserror-impl v2.0.18
13742026-04-10T03:33:41.121Z Compiling zeroize_derive v1.4.3
13752026-04-10T03:33:41.131Z Compiling futures-macro v0.3.32
13762026-04-10T03:33:41.175Z Compiling zerofrom v0.1.6
13772026-04-10T03:33:41.298Z Compiling yoke v0.8.1
13782026-04-10T03:33:41.477Z Compiling zerovec v0.11.5
13792026-04-10T03:33:41.672Z Compiling zerotrie v0.2.3
13802026-04-10T03:33:41.776Z Compiling zeroize v1.8.2
13812026-04-10T03:33:41.949Z Compiling tinystr v0.8.2
13822026-04-10T03:33:41.971Z Compiling potential_utf v0.1.4
13832026-04-10T03:33:41.974Z Compiling futures-util v0.3.32
13842026-04-10T03:33:42.097Z Compiling icu_locale_core v2.1.1
13852026-04-10T03:33:42.134Z Compiling icu_collections v2.1.1
13862026-04-10T03:33:42.320Z Compiling thiserror-impl v1.0.69
13872026-04-10T03:33:42.645Z Compiling pest_meta v2.8.6
13882026-04-10T03:33:42.936Z Compiling icu_provider v2.1.1
13892026-04-10T03:33:43.094Z Compiling bytes v1.11.1
13902026-04-10T03:33:43.120Z Compiling smallvec v1.15.1
13912026-04-10T03:33:43.161Z Compiling icu_properties v2.1.2
13922026-04-10T03:33:43.354Z Compiling icu_normalizer v2.1.1
13932026-04-10T03:33:43.489Z Compiling chrono v0.4.44
13942026-04-10T03:33:43.936Z Compiling parking_lot v0.12.5
13952026-04-10T03:33:43.980Z Compiling http v1.4.0
13962026-04-10T03:33:44.034Z Compiling idna_adapter v1.2.1
13972026-04-10T03:33:44.178Z Compiling idna v1.1.0
13982026-04-10T03:33:44.310Z Compiling tokio v1.51.1
13992026-04-10T03:33:44.343Z Compiling serde_tokenstream v0.2.3
14002026-04-10T03:33:44.353Z Compiling erased-serde v0.3.31
14012026-04-10T03:33:44.626Z Compiling url v2.5.8
14022026-04-10T03:33:44.833Z Compiling http-body v1.0.1
14032026-04-10T03:33:44.982Z Compiling want v0.3.1
14042026-04-10T03:33:44.991Z Compiling ryu v1.0.23
14052026-04-10T03:33:45.048Z Compiling pest_generator v2.8.6
14062026-04-10T03:33:45.167Z Compiling ppv-lite86 v0.2.21
14072026-04-10T03:33:45.319Z Compiling pretty-hex v0.4.2
14082026-04-10T03:33:45.335Z Compiling plain v0.2.3
14092026-04-10T03:33:45.438Z Compiling paste v1.0.15
14102026-04-10T03:33:45.449Z Compiling crypto-common v0.1.7
14112026-04-10T03:33:45.472Z Compiling ident_case v1.0.1
14122026-04-10T03:33:45.487Z Compiling omicron-workspace-hack v0.1.0
14132026-04-10T03:33:45.570Z Compiling tracing-attributes v0.1.31
14142026-04-10T03:33:45.585Z Compiling tracing-core v0.1.36
14152026-04-10T03:33:45.651Z Compiling pest_derive v2.8.6
14162026-04-10T03:33:45.767Z Compiling serde_urlencoded v0.7.1
14172026-04-10T03:33:46.003Z Compiling http-body-util v0.1.3
14182026-04-10T03:33:46.173Z Compiling ipnetwork v0.21.1
14192026-04-10T03:33:46.173Z Compiling daft-derive v0.1.5
14202026-04-10T03:33:46.224Z Compiling sync_wrapper v1.0.2
14212026-04-10T03:33:46.235Z Compiling winnow v1.0.1
14222026-04-10T03:33:46.326Z Compiling fastrand v2.3.0
14232026-04-10T03:33:46.589Z Compiling aho-corasick v1.1.4
14242026-04-10T03:33:46.600Z Compiling rustls-pki-types v1.14.0
14252026-04-10T03:33:46.611Z Compiling async-trait v0.1.89
14262026-04-10T03:33:46.763Z Compiling tracing v0.1.44
14272026-04-10T03:33:46.901Z Compiling scroll_derive v0.13.1
14282026-04-10T03:33:47.004Z Compiling ring v0.17.14
14292026-04-10T03:33:47.288Z Compiling anyhow v1.0.102
14302026-04-10T03:33:47.303Z Compiling time-core v0.1.8
14312026-04-10T03:33:47.442Z Compiling regex-automata v0.4.14
14322026-04-10T03:33:47.501Z Compiling num-conv v0.2.1
14332026-04-10T03:33:47.568Z Compiling cpufeatures v0.2.17
14342026-04-10T03:33:47.597Z Compiling iri-string v0.7.12
14352026-04-10T03:33:47.640Z Compiling powerfmt v0.2.0
14362026-04-10T03:33:47.648Z Compiling time-macros v0.2.27
14372026-04-10T03:33:47.759Z Compiling scroll v0.13.0
14382026-04-10T03:33:47.881Z Compiling deranged v0.5.8
14392026-04-10T03:33:48.394Z Compiling block-buffer v0.10.4
14402026-04-10T03:33:48.542Z Compiling hex v0.4.3
14412026-04-10T03:33:48.649Z Compiling num_threads v0.1.7
14422026-04-10T03:33:48.744Z Compiling digest v0.10.7
14432026-04-10T03:33:48.958Z Compiling tokio-util v0.7.18
14442026-04-10T03:33:49.225Z Compiling regex v1.12.3
14452026-04-10T03:33:49.275Z Compiling goblin v0.10.5
14462026-04-10T03:33:49.379Z Compiling oxnet v0.1.4
14472026-04-10T03:33:49.685Z Compiling camino v1.2.2
14482026-04-10T03:33:50.057Z Compiling openssl-probe v0.2.1
14492026-04-10T03:33:50.162Z Compiling usdt-impl v0.6.0
14502026-04-10T03:33:50.406Z Compiling dtrace-parser v0.3.0
14512026-04-10T03:33:50.641Z Compiling futures-executor v0.3.32
14522026-04-10T03:33:50.919Z Compiling crossbeam-utils v0.8.21
14532026-04-10T03:33:51.156Z Compiling h2 v0.4.13
14542026-04-10T03:33:51.221Z Compiling structmeta-derive v0.3.0
14552026-04-10T03:33:51.247Z Compiling regress v0.10.5
14562026-04-10T03:33:51.257Z Compiling thread-id v5.1.0
14572026-04-10T03:33:51.334Z Compiling rustls v0.22.4
14582026-04-10T03:33:51.535Z Compiling syn v1.0.109
14592026-04-10T03:33:51.876Z Compiling dof v0.4.0
14602026-04-10T03:33:52.233Z Compiling structmeta v0.3.0
14612026-04-10T03:33:52.426Z Compiling futures v0.3.32
14622026-04-10T03:33:52.503Z Compiling rand_core v0.9.5
14632026-04-10T03:33:52.745Z Compiling darling_core v0.23.0
14642026-04-10T03:33:53.303Z Compiling hyper v1.9.0
14652026-04-10T03:33:53.353Z Compiling newtype-uuid-macros v0.1.0
14662026-04-10T03:33:54.088Z Compiling thread_local v1.1.9
14672026-04-10T03:33:54.157Z Compiling aws-lc-rs v1.16.2
14682026-04-10T03:33:54.211Z Compiling winnow v0.7.15
14692026-04-10T03:33:54.266Z Compiling match_cfg v0.1.0
14702026-04-10T03:33:54.355Z Compiling newtype-uuid v1.3.2
14712026-04-10T03:33:54.451Z Compiling hyper-util v0.1.20
14722026-04-10T03:33:54.864Z Compiling darling_macro v0.23.0
14732026-04-10T03:33:54.900Z Compiling ref-cast v1.0.25
14742026-04-10T03:33:55.056Z Compiling quick-error v1.2.3
14752026-04-10T03:33:55.125Z Compiling slog-async v2.8.0
14762026-04-10T03:33:55.156Z Compiling daft v0.1.5
14772026-04-10T03:33:55.245Z Compiling usdt-macro v0.6.0
14782026-04-10T03:33:55.411Z Compiling usdt-attr-macro v0.6.0
14792026-04-10T03:33:55.422Z Compiling darling v0.23.0
14802026-04-10T03:33:55.441Z Compiling rand_chacha v0.9.0
14812026-04-10T03:33:55.495Z Compiling ref-cast-impl v1.0.25
14822026-04-10T03:33:55.701Z Compiling strum_macros v0.26.4
14832026-04-10T03:33:55.867Z Compiling toml_datetime v0.7.5+spec-1.1.0
14842026-04-10T03:33:56.090Z Compiling serde_spanned v1.1.0
14852026-04-10T03:33:56.149Z Compiling multer v3.1.0
14862026-04-10T03:33:56.172Z Compiling term v1.2.1
14872026-04-10T03:33:56.238Z Compiling take_mut v0.2.2
14882026-04-10T03:33:56.334Z Compiling bit-vec v0.8.0
14892026-04-10T03:33:56.345Z Compiling untrusted v0.7.1
14902026-04-10T03:33:56.365Z Compiling toml_writer v1.1.0+spec-1.1.0
14912026-04-10T03:33:56.462Z Compiling debug-ignore v1.0.5
14922026-04-10T03:33:56.547Z Compiling bit-set v0.8.0
14932026-04-10T03:33:56.577Z Compiling rand v0.9.2
14942026-04-10T03:33:56.598Z Compiling serde_with_macros v3.18.0
14952026-04-10T03:33:56.700Z Compiling async-stream-impl v0.3.6
14962026-04-10T03:33:56.880Z Compiling dropshot v0.16.7
14972026-04-10T03:33:57.098Z Compiling encoding_rs v0.8.35
14982026-04-10T03:33:57.153Z Compiling unarray v0.1.4
14992026-04-10T03:33:57.261Z Compiling mime v0.3.17
15002026-04-10T03:33:57.331Z Compiling strum v0.26.3
15012026-04-10T03:33:57.457Z Compiling rustls v0.23.37
15022026-04-10T03:33:57.531Z Compiling spin v0.9.8
15032026-04-10T03:33:57.564Z Compiling async-stream v0.3.6
15042026-04-10T03:33:57.654Z Compiling derive-ex v0.1.8
15052026-04-10T03:33:57.744Z Compiling dropshot_endpoint v0.16.7
15062026-04-10T03:33:57.749Z Compiling macaddr v1.0.1
15072026-04-10T03:33:57.818Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15082026-04-10T03:33:57.970Z Compiling waitgroup v0.1.2
15092026-04-10T03:33:58.133Z Compiling serde_path_to_error v0.1.20
15102026-04-10T03:33:58.280Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15112026-04-10T03:33:58.405Z Compiling tempfile v3.27.0
15122026-04-10T03:33:58.485Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15132026-04-10T03:33:58.615Z Compiling tower v0.5.3
15142026-04-10T03:33:58.662Z Compiling strum_macros v0.27.2
15152026-04-10T03:33:58.822Z Compiling instant v0.1.13
15162026-04-10T03:33:58.925Z Compiling time v0.3.47
15172026-04-10T03:33:59.087Z Compiling tower-http v0.6.8
15182026-04-10T03:33:59.251Z Compiling test-strategy v0.4.5
15192026-04-10T03:33:59.383Z Compiling rustc-hash v2.1.2
15202026-04-10T03:33:59.505Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15212026-04-10T03:33:59.519Z Compiling crossbeam-channel v0.5.15
15222026-04-10T03:34:00.353Z Compiling openapiv3 v2.2.0
15232026-04-10T03:34:00.484Z Compiling strum v0.27.2
15242026-04-10T03:34:00.615Z Compiling parse-display-derive v0.10.0
15252026-04-10T03:34:01.059Z Compiling rustls-webpki v0.102.8
15262026-04-10T03:34:01.868Z Compiling rustls-native-certs v0.8.3
15272026-04-10T03:34:01.931Z Compiling backon v1.6.0
15282026-04-10T03:34:01.968Z Compiling rand_chacha v0.3.1
15292026-04-10T03:34:02.215Z Compiling rand v0.8.5
15302026-04-10T03:34:02.432Z Compiling slog-json v2.6.1
15312026-04-10T03:34:02.531Z Compiling hostname v0.3.1
15322026-04-10T03:34:02.633Z Compiling toml_parser v1.1.0+spec-1.1.0
15332026-04-10T03:34:02.676Z Compiling memmap2 v0.9.10
15342026-04-10T03:34:02.898Z Compiling wait-timeout v0.2.1
15352026-04-10T03:34:02.909Z Compiling is-terminal v0.4.17
15362026-04-10T03:34:02.995Z Compiling either v1.15.0
15372026-04-10T03:34:03.137Z Compiling rusty-fork v0.3.1
15382026-04-10T03:34:03.199Z Compiling toml v0.9.12+spec-1.1.0
15392026-04-10T03:34:03.202Z Compiling slog-term v2.9.2
15402026-04-10T03:34:03.332Z Compiling usdt v0.6.0
15412026-04-10T03:34:03.497Z Compiling slog-bunyan v2.5.0
15422026-04-10T03:34:03.630Z Compiling serde_with v3.18.0
15432026-04-10T03:34:03.815Z Compiling rand_xorshift v0.4.0
15442026-04-10T03:34:03.960Z Compiling sha1 v0.10.6
15452026-04-10T03:34:03.986Z Compiling rustls-pemfile v2.2.0
15462026-04-10T03:34:04.155Z Compiling tokio-rustls v0.25.0
15472026-04-10T03:34:04.178Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15482026-04-10T03:34:04.189Z Compiling hostname v0.4.2
15492026-04-10T03:34:04.370Z Compiling proptest v1.11.0
15502026-04-10T03:34:05.104Z Compiling iddqd v0.3.17
15512026-04-10T03:34:05.134Z Compiling reqwest v0.12.28
15522026-04-10T03:34:05.372Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15532026-04-10T03:34:06.287Z Compiling progenitor-client v0.10.0
15542026-04-10T03:34:06.529Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15552026-04-10T03:34:06.781Z Compiling parse-display v0.10.0
15562026-04-10T03:34:07.103Z Compiling itertools v0.14.0
15572026-04-10T03:34:07.116Z Compiling backoff v0.4.0
15582026-04-10T03:34:07.321Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15592026-04-10T03:34:07.332Z Compiling toml_datetime v0.6.11
15602026-04-10T03:34:08.409Z Compiling utf8parse v0.2.2
15612026-04-10T03:34:08.513Z Compiling anstyle-parse v1.0.0
15622026-04-10T03:34:08.845Z Compiling zerocopy-derive v0.7.35
15632026-04-10T03:34:09.075Z Compiling anstyle-query v1.1.5
15642026-04-10T03:34:09.183Z Compiling anstyle v1.0.14
15652026-04-10T03:34:09.264Z Compiling is_terminal_polyfill v1.70.2
15662026-04-10T03:34:09.357Z Compiling colorchoice v1.0.5
15672026-04-10T03:34:09.454Z Compiling anstream v1.0.0
15682026-04-10T03:34:09.680Z Compiling zerocopy v0.7.35
15692026-04-10T03:34:10.142Z Compiling clap_lex v1.1.0
15702026-04-10T03:34:10.160Z Compiling convert_case v0.4.0
15712026-04-10T03:34:10.456Z Compiling derive_more v0.99.20
15722026-04-10T03:34:10.794Z Compiling tinyvec_macros v0.1.1
15732026-04-10T03:34:10.873Z Compiling unicode-width v0.2.2
15742026-04-10T03:34:11.037Z Compiling tinyvec v1.11.0
15752026-04-10T03:34:11.497Z Compiling dtrace-parser v0.2.0
15762026-04-10T03:34:11.553Z Compiling serde_spanned v0.6.9
15772026-04-10T03:34:11.694Z Compiling secrecy v0.10.3
15782026-04-10T03:34:11.706Z Compiling clap_derive v4.6.0
15792026-04-10T03:34:11.848Z Compiling scroll_derive v0.12.1
15802026-04-10T03:34:12.378Z Compiling usdt-impl v0.5.0
15812026-04-10T03:34:12.456Z Compiling crucible-workspace-hack v0.1.0
15822026-04-10T03:34:12.546Z Compiling toml_write v0.1.2
15832026-04-10T03:34:12.549Z Compiling scroll v0.12.0
15842026-04-10T03:34:12.795Z Compiling toml_edit v0.22.27
15852026-04-10T03:34:13.093Z Compiling dof v0.3.0
15862026-04-10T03:34:13.440Z Compiling typify-impl v0.6.1
15872026-04-10T03:34:13.450Z Compiling terminal_size v0.4.4
15882026-04-10T03:34:13.460Z Compiling darling_core v0.21.3
15892026-04-10T03:34:13.470Z Compiling rustc_version v0.4.1
15902026-04-10T03:34:13.584Z Compiling thread-id v4.2.2
15912026-04-10T03:34:13.742Z Compiling curve25519-dalek v4.1.3
15922026-04-10T03:34:14.284Z Compiling toml v0.8.23
15932026-04-10T03:34:14.658Z Compiling goblin v0.8.2
15942026-04-10T03:34:15.121Z Compiling crossbeam-epoch v0.9.18
15952026-04-10T03:34:15.227Z Compiling hmac v0.12.1
15962026-04-10T03:34:15.361Z Compiling inout v0.1.4
15972026-04-10T03:34:15.461Z Compiling ff v0.13.1
15982026-04-10T03:34:15.503Z Compiling num-integer v0.1.46
15992026-04-10T03:34:15.546Z Compiling darling_macro v0.21.3
16002026-04-10T03:34:15.917Z Compiling toml_datetime v1.1.0+spec-1.1.0
16012026-04-10T03:34:16.037Z Compiling float-ord v0.3.2
16022026-04-10T03:34:16.107Z Compiling darling v0.21.3
16032026-04-10T03:34:16.143Z Compiling toml_edit v0.25.8+spec-1.1.0
16042026-04-10T03:34:16.330Z Compiling group v0.13.0
16052026-04-10T03:34:16.440Z Compiling cipher v0.4.4
16062026-04-10T03:34:16.506Z Compiling hkdf v0.12.4
16072026-04-10T03:34:17.329Z Compiling clap_builder v4.6.0
16082026-04-10T03:34:18.292Z Compiling thiserror-impl-no-std v2.0.2
16092026-04-10T03:34:18.671Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16102026-04-10T03:34:19.341Z Compiling universal-hash v0.5.1
16112026-04-10T03:34:19.375Z Compiling half v2.7.1
16122026-04-10T03:34:19.395Z Compiling crypto-bigint v0.5.5
16132026-04-10T03:34:19.467Z Compiling curve25519-dalek-derive v0.1.1
16142026-04-10T03:34:19.673Z Compiling proc-macro-error-attr v1.0.4
16152026-04-10T03:34:19.705Z Compiling typify-macro v0.6.1
16162026-04-10T03:34:20.109Z Compiling prettyplease v0.2.37
16172026-04-10T03:34:20.133Z Compiling opaque-debug v0.3.1
16182026-04-10T03:34:20.202Z Compiling rustix v0.38.44
16192026-04-10T03:34:20.340Z Compiling base64ct v1.8.3
16202026-04-10T03:34:20.504Z Compiling base16ct v0.2.0
16212026-04-10T03:34:20.529Z Compiling ciborium-io v0.2.2
16222026-04-10T03:34:20.545Z Compiling heapless v0.8.0
16232026-04-10T03:34:20.621Z Compiling elliptic-curve v0.13.8
16242026-04-10T03:34:20.635Z Compiling ciborium-ll v0.2.2
16252026-04-10T03:34:20.658Z Compiling password-hash v0.5.0
16262026-04-10T03:34:20.893Z Compiling poly1305 v0.8.0
16272026-04-10T03:34:21.137Z Compiling thiserror-no-std v2.0.2
16282026-04-10T03:34:21.148Z Compiling clap v4.6.0
16292026-04-10T03:34:21.489Z Compiling proc-macro-crate v3.5.0
16302026-04-10T03:34:21.507Z Compiling chacha20 v0.9.1
16312026-04-10T03:34:21.705Z Compiling ingot-macros v0.1.1
16322026-04-10T03:34:21.719Z Compiling num-rational v0.4.2
16332026-04-10T03:34:21.738Z Compiling num-iter v0.1.45
16342026-04-10T03:34:21.775Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16352026-04-10T03:34:21.850Z Compiling usdt-macro v0.5.0
16362026-04-10T03:34:21.905Z Compiling usdt-attr-macro v0.5.0
16372026-04-10T03:34:22.327Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16382026-04-10T03:34:22.877Z Compiling blake2 v0.10.6
16392026-04-10T03:34:23.083Z Compiling byte-wrapper v0.1.0
16402026-04-10T03:34:23.216Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16412026-04-10T03:34:23.407Z Compiling aead v0.5.2
16422026-04-10T03:34:23.466Z Compiling enum-as-inner v0.6.1
16432026-04-10T03:34:23.547Z Compiling hash32 v0.3.1
16442026-04-10T03:34:23.569Z Compiling num-complex v0.4.6
16452026-04-10T03:34:23.704Z Compiling proc-macro-error v1.0.4
16462026-04-10T03:34:23.931Z Compiling memmap v0.7.0
16472026-04-10T03:34:23.953Z Compiling data-encoding v2.10.0
16482026-04-10T03:34:24.035Z Compiling static_assertions v1.1.0
16492026-04-10T03:34:24.108Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16502026-04-10T03:34:24.119Z Compiling keccak v0.1.6
16512026-04-10T03:34:24.122Z Compiling winnow v0.5.40
16522026-04-10T03:34:24.350Z Compiling smoltcp v0.11.0
16532026-04-10T03:34:24.383Z Compiling sha3 v0.10.8
16542026-04-10T03:34:24.543Z Compiling ingot-types v0.1.2
16552026-04-10T03:34:24.679Z Compiling usdt v0.5.0
16562026-04-10T03:34:24.792Z Compiling rustls-webpki v0.103.10
16572026-04-10T03:34:24.807Z Compiling num v0.4.3
16582026-04-10T03:34:24.945Z Compiling chacha20poly1305 v0.10.1
16592026-04-10T03:34:25.081Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16602026-04-10T03:34:25.132Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16612026-04-10T03:34:25.527Z Compiling toml_edit v0.19.15
16622026-04-10T03:34:25.828Z Compiling argon2 v0.5.3
16632026-04-10T03:34:25.928Z Compiling num_enum_derive v0.7.6
16642026-04-10T03:34:26.317Z Compiling typify v0.6.1
16652026-04-10T03:34:26.343Z Compiling vsss-rs v3.3.4
16662026-04-10T03:34:26.957Z Compiling ciborium v0.2.2
16672026-04-10T03:34:27.559Z Compiling tabwriter v1.4.1
16682026-04-10T03:34:27.780Z Compiling cobs v0.3.0
16692026-04-10T03:34:27.809Z Compiling memoffset v0.9.1
16702026-04-10T03:34:27.834Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16712026-04-10T03:34:27.978Z Compiling vcpkg v0.2.15
16722026-04-10T03:34:28.039Z Compiling unsafe-libyaml v0.2.11
16732026-04-10T03:34:28.050Z Compiling indent_write v2.2.0
16742026-04-10T03:34:28.137Z Compiling pkg-config v0.3.32
16752026-04-10T03:34:28.185Z Compiling tokio-rustls v0.26.4
16762026-04-10T03:34:28.212Z Compiling rustls-platform-verifier v0.6.2
16772026-04-10T03:34:28.449Z Compiling hyper-rustls v0.27.7
16782026-04-10T03:34:28.590Z Compiling managed v0.8.0
16792026-04-10T03:34:28.726Z Compiling reqwest v0.13.2
16802026-04-10T03:34:28.749Z Compiling bitflags v1.3.2
16812026-04-10T03:34:28.790Z Compiling cfg_aliases v0.2.1
16822026-04-10T03:34:28.819Z Compiling openssl-sys v0.9.112
16832026-04-10T03:34:28.862Z Compiling nix v0.31.2
16842026-04-10T03:34:29.241Z Compiling serde_yaml v0.9.34+deprecated
16852026-04-10T03:34:29.669Z Compiling postcard v1.1.3
16862026-04-10T03:34:30.003Z Compiling progenitor-client v0.13.0
16872026-04-10T03:34:30.309Z Compiling progenitor-extras v0.1.1
16882026-04-10T03:34:30.506Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16892026-04-10T03:34:30.696Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16902026-04-10T03:34:31.547Z Compiling num_enum v0.7.6
16912026-04-10T03:34:31.950Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16922026-04-10T03:34:32.051Z Compiling proc-macro-crate v1.3.1
16932026-04-10T03:34:32.330Z Compiling progenitor-impl v0.13.0
16942026-04-10T03:34:32.389Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16952026-04-10T03:34:32.652Z Compiling ingot v0.1.1
16962026-04-10T03:34:33.039Z Compiling hubpack_derive v0.1.1
16972026-04-10T03:34:33.343Z Compiling foreign-types-macros v0.2.3
16982026-04-10T03:34:33.571Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16992026-04-10T03:34:33.872Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17002026-04-10T03:34:33.991Z Compiling colored v3.1.1
17012026-04-10T03:34:34.077Z Compiling resolv-conf v0.7.6
17022026-04-10T03:34:34.099Z Compiling heck v0.4.1
17032026-04-10T03:34:34.304Z Compiling semver v0.1.20
17042026-04-10T03:34:34.393Z Compiling foreign-types-shared v0.3.1
17052026-04-10T03:34:34.461Z Compiling swrite v0.1.0
17062026-04-10T03:34:34.488Z Compiling linked-hash-map v0.5.6
17072026-04-10T03:34:34.554Z Compiling cpufeatures v0.3.0
17082026-04-10T03:34:34.564Z Compiling rayon-core v1.13.0
17092026-04-10T03:34:34.584Z Compiling rustc_version v0.1.7
17102026-04-10T03:34:34.627Z Compiling chacha20 v0.10.0
17112026-04-10T03:34:34.673Z Compiling lru-cache v0.1.2
17122026-04-10T03:34:34.713Z Compiling foreign-types v0.5.0
17132026-04-10T03:34:34.782Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17142026-04-10T03:34:34.802Z Compiling hubpack v0.1.2
17152026-04-10T03:34:34.806Z Compiling num_enum_derive v0.5.11
17162026-04-10T03:34:35.083Z Compiling hickory-proto v0.24.4
17172026-04-10T03:34:35.832Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17182026-04-10T03:34:35.999Z Compiling progenitor-macro v0.13.0
17192026-04-10T03:34:36.366Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17202026-04-10T03:34:36.556Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17212026-04-10T03:34:38.101Z Compiling crossbeam-deque v0.8.6
17222026-04-10T03:34:38.308Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17232026-04-10T03:34:38.414Z Compiling serde-big-array v0.5.1
17242026-04-10T03:34:38.563Z Compiling pin-project-internal v1.1.11
17252026-04-10T03:34:38.649Z Compiling serde_repr v0.1.20
17262026-04-10T03:34:38.660Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17272026-04-10T03:34:38.810Z Compiling derive-where v1.6.1
17282026-04-10T03:34:39.175Z Compiling cstr-argument v0.1.2
17292026-04-10T03:34:39.234Z Compiling unicode-segmentation v1.13.2
17302026-04-10T03:34:39.250Z Compiling siphasher v1.0.2
17312026-04-10T03:34:39.314Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17322026-04-10T03:34:39.325Z Compiling minimal-lexical v0.2.1
17332026-04-10T03:34:39.439Z Compiling phf_shared v0.12.1
17342026-04-10T03:34:39.539Z Compiling nom v7.1.3
17352026-04-10T03:34:39.576Z Compiling newline-converter v0.3.0
17362026-04-10T03:34:39.613Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17372026-04-10T03:34:39.654Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17382026-04-10T03:34:39.665Z Compiling pin-project v1.1.11
17392026-04-10T03:34:39.759Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-04-10T03:34:39.877Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17412026-04-10T03:34:40.079Z Compiling hickory-resolver v0.24.4
17422026-04-10T03:34:40.182Z Compiling num_enum v0.5.11
17432026-04-10T03:34:40.636Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17442026-04-10T03:34:40.838Z Compiling rand v0.10.0
17452026-04-10T03:34:40.877Z Compiling newtype_derive v0.1.6
17462026-04-10T03:34:41.102Z Compiling atomicwrites v0.4.4
17472026-04-10T03:34:41.161Z Compiling progenitor v0.13.0
17482026-04-10T03:34:41.306Z Compiling unicode-normalization v0.1.25
17492026-04-10T03:34:41.510Z Compiling console v0.15.11
17502026-04-10T03:34:41.577Z Compiling camino-tempfile v1.4.1
17512026-04-10T03:34:41.766Z Compiling tokio-stream v0.1.18
17522026-04-10T03:34:41.810Z Compiling snafu-derive v0.8.9
17532026-04-10T03:34:41.821Z Compiling async-recursion v1.1.1
17542026-04-10T03:34:42.179Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17552026-04-10T03:34:42.221Z Compiling slog-dtrace v0.3.0
17562026-04-10T03:34:42.451Z Compiling bstr v1.12.1
17572026-04-10T03:34:42.464Z Compiling csv-core v0.1.13
17582026-04-10T03:34:42.468Z Compiling owo-colors v4.3.0
17592026-04-10T03:34:42.503Z Compiling similar v2.7.0
17602026-04-10T03:34:42.700Z Compiling same-file v1.0.6
17612026-04-10T03:34:42.753Z Compiling unicode-width v0.1.14
17622026-04-10T03:34:42.812Z Compiling highway v1.3.0
17632026-04-10T03:34:42.874Z Compiling unicode-xid v0.2.6
17642026-04-10T03:34:42.885Z Compiling chrono-tz v0.10.4
17652026-04-10T03:34:42.996Z Compiling openssl v0.10.76
17662026-04-10T03:34:43.020Z Compiling foldhash v0.1.5
17672026-04-10T03:34:43.036Z Compiling foreign-types-shared v0.1.1
17682026-04-10T03:34:43.097Z Compiling cancel-safe-futures v0.1.5
17692026-04-10T03:34:43.122Z Compiling foreign-types v0.3.2
17702026-04-10T03:34:43.195Z Compiling hashbrown v0.15.5
17712026-04-10T03:34:43.213Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17722026-04-10T03:34:43.226Z Compiling const_format_proc_macros v0.2.34
17732026-04-10T03:34:43.277Z Compiling expectorate v1.2.0
17742026-04-10T03:34:43.402Z Compiling globset v0.4.18
17752026-04-10T03:34:43.429Z Compiling walkdir v2.5.0
17762026-04-10T03:34:43.559Z Compiling csv v1.4.0
17772026-04-10T03:34:43.592Z Compiling snafu v0.8.9
17782026-04-10T03:34:43.795Z Compiling qorb v0.4.1
17792026-04-10T03:34:43.830Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17802026-04-10T03:34:43.987Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17812026-04-10T03:34:44.130Z Compiling olpc-cjson v0.1.4
17822026-04-10T03:34:44.265Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17832026-04-10T03:34:45.196Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17842026-04-10T03:34:45.726Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17852026-04-10T03:34:45.737Z Compiling rayon v1.11.0
17862026-04-10T03:34:45.748Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17872026-04-10T03:34:46.006Z Compiling phf v0.12.1
17882026-04-10T03:34:46.049Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17892026-04-10T03:34:46.157Z Compiling zone_cfg_derive v0.3.1
17902026-04-10T03:34:46.582Z Compiling tokio-dtrace v0.1.1
17912026-04-10T03:34:46.858Z Compiling itertools v0.12.1
17922026-04-10T03:34:46.873Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17932026-04-10T03:34:46.996Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17942026-04-10T03:34:47.059Z Compiling libsw-core v0.3.2
17952026-04-10T03:34:47.069Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17962026-04-10T03:34:47.224Z Compiling serde_plain v1.0.2
17972026-04-10T03:34:47.370Z Compiling num-derive v0.4.2
17982026-04-10T03:34:47.431Z Compiling openssl-macros v0.1.1
17992026-04-10T03:34:47.513Z Compiling pem v3.0.6
18002026-04-10T03:34:47.633Z Compiling cookie v0.18.1
18012026-04-10T03:34:47.903Z Compiling sigpipe v0.1.3
18022026-04-10T03:34:47.940Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18032026-04-10T03:34:47.956Z Compiling fixedbitset v0.4.2
18042026-04-10T03:34:47.990Z Compiling fixedbitset v0.5.7
18052026-04-10T03:34:48.121Z Compiling glob v0.3.3
18062026-04-10T03:34:48.162Z Compiling jiff v0.2.23
18072026-04-10T03:34:48.197Z Compiling bytecount v0.6.9
18082026-04-10T03:34:48.283Z Compiling typed-path v0.9.3
18092026-04-10T03:34:48.334Z Compiling papergrid v0.11.0
18102026-04-10T03:34:48.338Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18112026-04-10T03:34:48.338Z Compiling petgraph v0.8.3
18122026-04-10T03:34:48.480Z Compiling petgraph v0.6.5
18132026-04-10T03:34:48.581Z Compiling zone v0.3.1
18142026-04-10T03:34:49.396Z Compiling tough v0.20.0
18152026-04-10T03:34:49.690Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18162026-04-10T03:34:49.990Z Compiling libsw v3.5.0
18172026-04-10T03:34:50.118Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18182026-04-10T03:34:50.140Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18192026-04-10T03:34:50.162Z Compiling oxide-tokio-rt v0.1.3
18202026-04-10T03:34:50.369Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18212026-04-10T03:34:51.247Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18222026-04-10T03:34:51.899Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-10T03:34:51.982Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18242026-04-10T03:34:52.018Z Compiling const_format v0.2.35
18252026-04-10T03:34:52.029Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-10T03:34:52.342Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18272026-04-10T03:34:52.679Z Compiling tabled_derive v0.7.0
18282026-04-10T03:34:52.976Z Compiling gethostname v0.5.0
18292026-04-10T03:34:53.006Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18302026-04-10T03:34:53.034Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18312026-04-10T03:34:53.098Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-10T03:34:53.131Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-10T03:34:53.226Z Compiling smf v0.2.3
18342026-04-10T03:34:53.687Z Compiling bcs v0.1.6
18352026-04-10T03:34:53.726Z Compiling smawk v0.3.2
18362026-04-10T03:34:53.840Z Compiling termtree v0.5.1
18372026-04-10T03:34:53.869Z Compiling linear-map v1.2.0
18382026-04-10T03:34:53.994Z Compiling unicode-linebreak v0.1.5
18392026-04-10T03:34:54.010Z Compiling tagptr v0.2.0
18402026-04-10T03:34:54.058Z Compiling lazy_static v1.5.0
18412026-04-10T03:34:54.104Z Compiling crunchy v0.2.4
18422026-04-10T03:34:54.160Z Compiling whoami v1.6.1
18432026-04-10T03:34:54.171Z Compiling steno v0.4.1
18442026-04-10T03:34:54.249Z Compiling textwrap v0.16.2
18452026-04-10T03:34:54.479Z Compiling moka v0.12.15
18462026-04-10T03:34:54.489Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18472026-04-10T03:34:54.505Z Compiling tabled v0.15.0
18482026-04-10T03:34:55.129Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-10T03:34:55.163Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18502026-04-10T03:34:55.262Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-04-10T03:34:55.359Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-10T03:34:56.137Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-10T03:34:56.962Z Compiling hickory-proto v0.25.2
18542026-04-10T03:34:57.217Z Compiling humantime v2.3.0
18552026-04-10T03:34:57.414Z Compiling tiny-keccak v2.0.2
18562026-04-10T03:34:57.585Z Compiling num-derive v0.3.3
18572026-04-10T03:34:57.652Z Compiling parking_lot_core v0.8.6
18582026-04-10T03:34:58.179Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18592026-04-10T03:34:58.347Z Compiling crc32fast v1.5.0
18602026-04-10T03:34:58.409Z Compiling const-random-macro v0.1.16
18612026-04-10T03:34:58.585Z Compiling libscf-sys v1.1.0
18622026-04-10T03:34:58.690Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18632026-04-10T03:34:58.729Z Compiling smartstring v1.0.1
18642026-04-10T03:34:58.739Z Compiling ahash v0.8.12
18652026-04-10T03:34:58.799Z Compiling const-random v0.1.18
18662026-04-10T03:34:58.975Z Compiling hickory-resolver v0.25.2
18672026-04-10T03:34:59.079Z Compiling parking_lot v0.11.2
18682026-04-10T03:34:59.261Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18692026-04-10T03:34:59.320Z Compiling fxhash v0.2.1
18702026-04-10T03:34:59.408Z Compiling internet-checksum v0.2.1
18712026-04-10T03:34:59.458Z Compiling sled v0.34.7
18722026-04-10T03:34:59.542Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18732026-04-10T03:34:59.736Z Compiling thin-vec v0.2.14
18742026-04-10T03:34:59.762Z Compiling rhai_codegen v3.1.0
18752026-04-10T03:35:00.010Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18762026-04-10T03:35:00.138Z Compiling sdd v3.0.10
18772026-04-10T03:35:00.475Z Compiling scc v2.4.0
18782026-04-10T03:35:00.569Z Compiling serial_test_derive v3.4.0
18792026-04-10T03:35:00.961Z Compiling rhai v1.24.0
18802026-04-10T03:35:01.258Z Compiling nom v8.0.0
18812026-04-10T03:35:01.297Z Compiling yansi v1.0.1
18822026-04-10T03:35:01.389Z Compiling diff v0.1.13
18832026-04-10T03:35:01.611Z Compiling pretty_assertions v1.4.1
18842026-04-10T03:35:01.640Z Compiling serial_test v3.4.0
18852026-04-10T03:35:04.581Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18862026-04-10T03:35:12.338Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18872026-04-10T03:35:13.829Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18882026-04-10T03:35:14.931Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18892026-04-10T03:35:16.056Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18902026-04-10T03:35:16.801Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18912026-04-10T03:35:18.374Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18922026-04-10T03:35:55.610Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
18932026-04-10T03:35:55.790Z────────────
18942026-04-10T03:35:55.790Z Nextest run ID d73a0ba0-e035-4c38-a57b-ee1edcb98d9d with nextest profile: default
18952026-04-10T03:35:55.790Z Starting 217 tests across 1 binary
18962026-04-10T03:35:55.800Z PASS [ 0.010s] bgp connection_tcp::tests::set_ip_minttl_ipv6
18972026-04-10T03:35:55.800Z PASS [ 0.010s] bgp connection_tcp::tests::apply_dscp_sets_ipv6_tclass
18982026-04-10T03:35:55.805Z PASS [ 0.011s] bgp connection_tcp::tests::apply_dscp_sets_ip_tos
18992026-04-10T03:35:55.805Z PASS [ 0.010s] bgp connection_tcp::tests::set_outgoing_ttl_ipv4
19002026-04-10T03:35:55.805Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19012026-04-10T03:35:55.805Z PASS [ 0.011s] bgp connection_tcp::tests::set_ip_minttl_ipv4
19022026-04-10T03:35:55.805Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19032026-04-10T03:35:55.805Z PASS [ 0.011s] bgp connection_tcp::tests::set_outgoing_ttl_ipv6
19042026-04-10T03:35:55.811Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19052026-04-10T03:35:55.811Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19062026-04-10T03:35:55.811Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19072026-04-10T03:35:55.817Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19082026-04-10T03:35:55.817Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19092026-04-10T03:35:55.817Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19102026-04-10T03:35:55.817Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19112026-04-10T03:35:55.817Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19122026-04-10T03:35:55.821Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19132026-04-10T03:35:55.826Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19142026-04-10T03:35:55.827Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19152026-04-10T03:35:55.827Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19162026-04-10T03:35:55.827Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19172026-04-10T03:35:55.827Z PASS [ 0.011s] bgp messages::tests::header_tests::extended_accepts_large_update
19182026-04-10T03:35:55.827Z PASS [ 0.011s] bgp messages::tests::extended_update_round_trip
19192026-04-10T03:35:55.827Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19202026-04-10T03:35:55.831Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19212026-04-10T03:35:55.835Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19222026-04-10T03:35:55.835Z PASS [ 0.010s] bgp messages::tests::header_tests::non_extended_rejects_large_update
19232026-04-10T03:35:55.835Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19242026-04-10T03:35:55.835Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19252026-04-10T03:35:55.835Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19262026-04-10T03:35:55.835Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19272026-04-10T03:35:55.835Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19282026-04-10T03:35:55.841Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19292026-04-10T03:35:55.841Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19302026-04-10T03:35:55.845Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19312026-04-10T03:35:55.845Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19322026-04-10T03:35:55.845Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19332026-04-10T03:35:55.845Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19342026-04-10T03:35:55.845Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19352026-04-10T03:35:55.845Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19362026-04-10T03:35:55.850Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19372026-04-10T03:35:55.854Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19382026-04-10T03:35:55.854Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19392026-04-10T03:35:55.854Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19402026-04-10T03:35:55.854Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19412026-04-10T03:35:55.854Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19422026-04-10T03:35:55.854Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19432026-04-10T03:35:55.854Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19442026-04-10T03:35:55.860Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19452026-04-10T03:35:55.864Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19462026-04-10T03:35:55.864Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19472026-04-10T03:35:55.864Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19482026-04-10T03:35:55.864Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19492026-04-10T03:35:55.864Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19502026-04-10T03:35:55.864Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19512026-04-10T03:35:55.864Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19522026-04-10T03:35:55.869Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19532026-04-10T03:35:55.874Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19542026-04-10T03:35:55.874Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19552026-04-10T03:35:55.874Z PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first
19562026-04-10T03:35:55.874Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19572026-04-10T03:35:55.874Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19582026-04-10T03:35:55.875Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19592026-04-10T03:35:55.875Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19602026-04-10T03:35:55.879Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19612026-04-10T03:35:55.882Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19622026-04-10T03:35:55.882Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19632026-04-10T03:35:55.883Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19642026-04-10T03:35:55.883Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19652026-04-10T03:35:55.883Z PASS [ 0.009s] bgp messages::tests::prefix_within
19662026-04-10T03:35:55.883Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19672026-04-10T03:35:55.883Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19682026-04-10T03:35:55.887Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19692026-04-10T03:35:55.891Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19702026-04-10T03:35:55.891Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19712026-04-10T03:35:55.891Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19722026-04-10T03:35:55.891Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19732026-04-10T03:35:55.891Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19742026-04-10T03:35:55.892Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19752026-04-10T03:35:55.892Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19762026-04-10T03:35:55.897Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19772026-04-10T03:35:55.901Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19782026-04-10T03:35:55.901Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19792026-04-10T03:35:55.901Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19802026-04-10T03:35:55.901Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19812026-04-10T03:35:55.901Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19822026-04-10T03:35:55.901Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19832026-04-10T03:35:55.901Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19842026-04-10T03:35:55.905Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19852026-04-10T03:35:55.909Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19862026-04-10T03:35:55.909Z PASS [ 0.009s] bgp messages::tests::small_update_round_trip
19872026-04-10T03:35:55.909Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19882026-04-10T03:35:55.909Z PASS [ 0.010s] bgp messages::tests::update_round_trip
19892026-04-10T03:35:55.921Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
19902026-04-10T03:35:55.921Z PASS [ 0.014s] bgp proptest::prop_empty_produces_no_chunks
19912026-04-10T03:35:55.925Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
19922026-04-10T03:35:55.930Z PASS [ 0.027s] bgp policy::test::shape_update_prefixes
19932026-04-10T03:35:55.930Z PASS [ 0.020s] bgp policy::test::update_shape_community
19942026-04-10T03:35:55.930Z PASS [ 0.021s] bgp proptest::prop_duplicate_attrs_deduplicated
19952026-04-10T03:35:55.934Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
19962026-04-10T03:35:55.938Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
19972026-04-10T03:35:55.941Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19982026-04-10T03:35:55.945Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19992026-04-10T03:35:55.945Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20002026-04-10T03:35:55.945Z PASS [ 0.017s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20012026-04-10T03:35:55.950Z PASS [ 0.029s] bgp proptest::prop_extended_flag_no_effect_on_small_updates
20022026-04-10T03:35:55.954Z PASS [ 0.027s] bgp proptest::prop_extended_traditional_roundtrip
20032026-04-10T03:35:55.954Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20042026-04-10T03:35:55.954Z PASS [ 0.032s] bgp proptest::prop_extended_mp_reach_roundtrip
20052026-04-10T03:35:55.958Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20062026-04-10T03:35:55.958Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20072026-04-10T03:35:55.958Z PASS [ 0.013s] bgp proptest::prop_ipv6_wire_format_roundtrip
20082026-04-10T03:35:55.962Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20092026-04-10T03:35:55.966Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20102026-04-10T03:35:55.970Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20112026-04-10T03:35:55.974Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20122026-04-10T03:35:55.975Z PASS [ 0.014s] bgp proptest::prop_small_v4_produces_single_chunk
20132026-04-10T03:35:55.975Z PASS [ 0.014s] bgp proptest::prop_small_v6_produces_single_chunk
20142026-04-10T03:35:55.980Z PASS [ 0.028s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20152026-04-10T03:35:55.984Z PASS [ 0.024s] bgp proptest::prop_path_attrs_wire_len_consistent
20162026-04-10T03:35:55.984Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20172026-04-10T03:35:55.995Z PASS [ 0.029s] bgp proptest::prop_update_mp_reach_roundtrip
20182026-04-10T03:35:55.999Z PASS [ 0.025s] bgp proptest::prop_update_traditional_roundtrip
20192026-04-10T03:35:56.010Z PASS [ 0.037s] bgp proptest::prop_v4_announce_split_std
20202026-04-10T03:35:56.017Z PASS [ 0.037s] bgp proptest::prop_v4_mp_announce_split_std
20212026-04-10T03:35:56.032Z PASS [ 0.037s] bgp proptest::prop_v4_withdraw_split_std
20222026-04-10T03:35:56.036Z PASS [ 0.082s] bgp proptest::prop_large_v4_extended_roundtrip
20232026-04-10T03:35:56.040Z PASS [ 0.027s] bgp proptest::prop_v6_mp_announce_split_std
20242026-04-10T03:35:56.045Z PASS [ 0.008s] bgp session::tests::enforce_first_as_empty_path_sets_treat_as_withdraw
20252026-04-10T03:35:56.053Z PASS [ 0.008s] bgp session::tests::enforce_first_as_match_leaves_update_clean
20262026-04-10T03:35:56.059Z PASS [ 0.026s] bgp proptest::prop_wire_len_matches_to_wire
20272026-04-10T03:35:56.062Z PASS [ 0.027s] bgp proptest::prop_v6_mp_withdraw_split_std
20282026-04-10T03:35:56.063Z PASS [ 0.008s] bgp session::tests::enforce_first_as_mismatch_sets_treat_as_withdraw
20292026-04-10T03:35:56.067Z PASS [ 0.008s] bgp session::tests::enforce_first_as_missing_path_is_noop
20302026-04-10T03:35:56.071Z PASS [ 0.008s] bgp session::tests::negotiate_both_ipv4_ipv6
20312026-04-10T03:35:56.071Z PASS [ 0.008s] bgp session::tests::negotiate_empty_caps
20322026-04-10T03:35:56.075Z PASS [ 0.008s] bgp session::tests::negotiate_enhe_mismatched_elements
20332026-04-10T03:35:56.078Z PASS [ 0.008s] bgp session::tests::negotiate_enhe_neither
20342026-04-10T03:35:56.078Z PASS [ 0.008s] bgp session::tests::negotiate_enhe_v4_over_v6_both
20352026-04-10T03:35:56.083Z PASS [ 0.008s] bgp session::tests::negotiate_enhe_v4_over_v6_one_sided
20362026-04-10T03:35:56.088Z PASS [ 0.008s] bgp session::tests::negotiate_ext_msg_both
20372026-04-10T03:35:56.088Z PASS [ 0.008s] bgp session::tests::negotiate_ext_msg_one_sided
20382026-04-10T03:35:56.092Z PASS [ 0.008s] bgp session::tests::negotiate_full_realistic_session
20392026-04-10T03:35:56.092Z PASS [ 0.008s] bgp session::tests::negotiate_ipv4_only_we_advertise_ipv6
20402026-04-10T03:35:56.096Z PASS [ 0.008s] bgp session::tests::negotiate_ipv6_received_not_advertised
20412026-04-10T03:35:56.100Z PASS [ 0.008s] bgp session::tests::negotiate_legacy_peer_implicit_ipv4
20422026-04-10T03:35:56.114Z PASS [ 0.008s] bgp session::tests::negotiate_legacy_peer_we_dont_advertise_ipv4
20432026-04-10T03:35:56.114Z PASS [ 0.008s] bgp session::tests::negotiate_peer_subset_of_ours
20442026-04-10T03:35:56.115Z PASS [ 0.008s] bgp session::tests::negotiate_route_refresh
20452026-04-10T03:35:56.115Z PASS [ 0.008s] bgp session::tests::nh_afi_explicit_v4_override_any_peer
20462026-04-10T03:35:56.115Z PASS [ 0.008s] bgp session::tests::nh_afi_explicit_v6_override_any_peer
20472026-04-10T03:35:56.119Z PASS [ 0.008s] bgp session::tests::nh_afi_transitions_v4_peer
20482026-04-10T03:35:56.119Z PASS [ 0.008s] bgp session::tests::nh_afi_transitions_v6_peer
20492026-04-10T03:35:56.119Z PASS [ 0.008s] bgp session::tests::nh_afi_unnumbered_no_override
20502026-04-10T03:35:56.124Z PASS [ 0.008s] bgp session::tests::nh_afi_v4_peer_no_override
20512026-04-10T03:35:56.128Z PASS [ 0.008s] bgp session::tests::nh_afi_v6_peer_no_override
20522026-04-10T03:35:56.128Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20532026-04-10T03:35:56.132Z PASS [ 0.008s] bgp session::tests::self_in_path_sets_treat_as_withdraw
20542026-04-10T03:35:56.136Z PASS [ 0.009s] bgp session::tests::self_not_in_path_leaves_update_clean
20552026-04-10T03:35:56.136Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20562026-04-10T03:35:56.141Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20572026-04-10T03:35:56.145Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20582026-04-10T03:35:56.145Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20592026-04-10T03:35:56.148Z PASS [ 0.149s] bgp proptest::prop_v6_mp_announce_split_ext
20602026-04-10T03:35:56.152Z PASS [ 0.009s] bgp session::tests::test_resolve_collision_decision
20612026-04-10T03:35:56.153Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_configured_v6_nexthop_ipv4_route_enhe
20622026-04-10T03:35:56.153Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_configured_v6_nexthop_ipv4_route_no_enhe
20632026-04-10T03:35:56.156Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_enhe
20642026-04-10T03:35:56.160Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20652026-04-10T03:35:56.160Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_mapped
20662026-04-10T03:35:56.160Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20672026-04-10T03:35:56.164Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20682026-04-10T03:35:56.168Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20692026-04-10T03:35:56.168Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20702026-04-10T03:35:56.168Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20712026-04-10T03:35:56.168Z PASS [ 0.151s] bgp proptest::prop_v6_mp_withdraw_split_ext
20722026-04-10T03:35:56.172Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_route_ipv4_nexthop_mapped
20732026-04-10T03:35:56.189Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_v4_mapped_v6_canonicalized
20742026-04-10T03:35:56.193Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20752026-04-10T03:35:56.251Z PASS [ 0.280s] bgp proptest::prop_v4_announce_split_ext
20762026-04-10T03:35:56.260Z PASS [ 0.280s] bgp proptest::prop_v4_mp_announce_split_ext
20772026-04-10T03:35:56.264Z PASS [ 0.280s] bgp proptest::prop_v4_withdraw_split_ext
20782026-04-10T03:35:59.234Z PASS [ 3.066s] bgp test::test_basic_peering_active
20792026-04-10T03:35:59.238Z PASS [ 3.064s] bgp test::test_basic_peering_passive
20802026-04-10T03:35:59.249Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
20812026-04-10T03:36:00.249Z PASS [ 4.080s] bgp test::test_basic_peering_active_tcp
20822026-04-10T03:36:00.753Z PASS [ 4.576s] bgp test::test_basic_update
20832026-04-10T03:36:00.851Z PASS [ 4.587s] bgp test::test_basic_update_tcp
20842026-04-10T03:36:00.936Z PASS [ 4.684s] bgp test::test_basic_update_ipv6
20852026-04-10T03:36:00.957Z PASS [ 4.696s] bgp test::test_basic_update_ipv6_tcp
20862026-04-10T03:36:03.395Z PASS [ 2.543s] bgp test::test_ipv4_routes_ipv6_peer_enhe
20872026-04-10T03:36:04.024Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20882026-04-10T03:36:04.328Z PASS [ 4.079s] bgp test::test_import_export_policy_filtering
20892026-04-10T03:36:05.218Z PASS [ 5.981s] bgp test::test_dual_stack_routes_ipv6_peer_success
20902026-04-10T03:36:05.218Z PASS [ 5.981s] bgp test::test_dual_stack_routes_ipv4_peer_success
20912026-04-10T03:36:06.547Z PASS [ 5.608s] bgp test::test_ipv4_routes_ipv6_peer_success
20922026-04-10T03:36:07.094Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
20932026-04-10T03:36:07.409Z PASS [ 3.080s] bgp test::test_ipv6_basic_peering_passive_tcp
20942026-04-10T03:36:07.469Z PASS [ 4.075s] bgp test::test_ipv6_basic_peering_active_tcp
20952026-04-10T03:36:07.838Z PASS [ 2.621s] bgp test::test_ipv6_routes_ipv4_peer_mapped_nexthop
20962026-04-10T03:36:08.154Z PASS [ 1.063s] bgp test::test_multiple_unnumbered_sessions
20972026-04-10T03:36:09.244Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp
20982026-04-10T03:36:09.623Z PASS [ 3.078s] bgp test::test_mismatched_afi_session_rejected
20992026-04-10T03:36:09.901Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
21002026-04-10T03:36:10.244Z PASS [ 2.835s] bgp test::test_neighbor_thread_lifecycle_no_leaks
21012026-04-10T03:36:10.334Z PASS [ 1.090s] bgp test::test_three_router_chain_tcp_ipv6
21022026-04-10T03:36:10.955Z PASS [ 5.736s] bgp test::test_ipv6_routes_ipv4_peer_success
21032026-04-10T03:36:11.396Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
21042026-04-10T03:36:11.530Z PASS [ 4.060s] bgp test::test_reset_tracking
21052026-04-10T03:36:12.691Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
21062026-04-10T03:36:15.245Z PASS [ 5.063s] bgp test::test_unnumbered_dualstack_route_exchange
21072026-04-10T03:36:16.458Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
21082026-04-10T03:36:17.333Z PASS [ 18.082s] bgp test::test_enforce_first_as_graceful_toggle
21092026-04-10T03:36:20.018Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21102026-04-10T03:36:20.592Z PASS [ 9.059s] bgp test::test_unnumbered_unaffected_by_ndp
21112026-04-10T03:36:28.310Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
21122026-04-10T03:36:33.850Z PASS [ 33.093s] bgp test::test_inflight_socket_option_updates
21132026-04-10T03:36:33.850Z────────────
21142026-04-10T03:36:33.850Z Summary [ 38.057s] 217 tests run: 217 passed, 0 skipped
21152026-04-10T03:36:33.862Z+ cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_enforce_first_as_graceful_toggle.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_inflight_socket_option_updates.log loopback-manager.test_ipv4_routes_ipv6_peer_enhe.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_mapped_nexthop.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_mismatched_afi_session_rejected.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_enforce_first_as_graceful_toggle.log r1.test_import_export_policy_filtering.log r1.test_inflight_socket_option_updates.log r1.test_ipv4_routes_ipv6_peer_enhe.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_mapped_nexthop.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_mismatched_afi_session_rejected.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_reset_tracking.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_enforce_first_as_graceful_toggle.log r2.test_import_export_policy_filtering.log r2.test_inflight_socket_option_updates.log r2.test_ipv4_routes_ipv6_peer_enhe.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_mapped_nexthop.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_mismatched_afi_session_rejected.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_reset_tracking.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/
21162026-04-10T03:36:33.904Z+ popd
21172026-04-10T03:36:33.904Z/work/oxidecomputer/maghemite
21182026-04-10T03:36:33.904Z+ pushd mgd
21192026-04-10T03:36:33.904Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21202026-04-10T03:36:33.905Z+ pfexec cargo nextest run
21212026-04-10T03:36:35.069Z Compiling slog v2.8.2
21222026-04-10T03:36:35.175Z Compiling usdt v0.6.0
21232026-04-10T03:36:35.262Z Compiling typify-impl v0.4.3
21242026-04-10T03:36:35.279Z Compiling proc-macro-error-attr2 v2.0.0
21252026-04-10T03:36:35.282Z Compiling simd-adler32 v0.3.9
21262026-04-10T03:36:35.282Z Compiling adler2 v2.0.1
21272026-04-10T03:36:35.428Z Compiling miniz_oxide v0.8.9
21282026-04-10T03:36:35.473Z Compiling slog-json v2.6.1
21292026-04-10T03:36:35.483Z Compiling slog-term v2.9.2
21302026-04-10T03:36:35.567Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21312026-04-10T03:36:35.676Z Compiling slog-async v2.8.0
21322026-04-10T03:36:35.899Z Compiling slog-bunyan v2.5.0
21332026-04-10T03:36:35.935Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21342026-04-10T03:36:36.036Z Compiling dropshot v0.16.7
21352026-04-10T03:36:36.089Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21362026-04-10T03:36:36.245Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21372026-04-10T03:36:36.318Z Compiling slog-dtrace v0.3.0
21382026-04-10T03:36:36.465Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21392026-04-10T03:36:36.634Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21402026-04-10T03:36:36.730Z Compiling steno v0.4.1
21412026-04-10T03:36:37.665Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21422026-04-10T03:36:37.797Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21432026-04-10T03:36:39.428Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21442026-04-10T03:36:40.643Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21452026-04-10T03:36:41.537Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21462026-04-10T03:36:41.549Z Compiling typify-macro v0.4.3
21472026-04-10T03:36:41.751Z Compiling proc-macro-error2 v2.0.1
21482026-04-10T03:36:42.037Z Compiling tabled_derive v0.11.0
21492026-04-10T03:36:42.126Z Compiling flate2 v1.1.9
21502026-04-10T03:36:42.567Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21512026-04-10T03:36:42.649Z Compiling papergrid v0.17.0
21522026-04-10T03:36:42.748Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21532026-04-10T03:36:42.873Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21542026-04-10T03:36:42.997Z Compiling testing_table v0.3.0
21552026-04-10T03:36:43.161Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21562026-04-10T03:36:43.173Z Compiling compression-core v0.4.31
21572026-04-10T03:36:43.336Z Compiling compression-codecs v0.4.37
21582026-04-10T03:36:43.441Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21592026-04-10T03:36:43.581Z Compiling typify v0.4.3
21602026-04-10T03:36:43.677Z Compiling progenitor-impl v0.11.2
21612026-04-10T03:36:43.829Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21622026-04-10T03:36:43.855Z Compiling tabled v0.20.0
21632026-04-10T03:36:44.702Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21642026-04-10T03:36:45.242Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21652026-04-10T03:36:45.957Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21662026-04-10T03:36:46.663Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21672026-04-10T03:36:47.032Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21682026-04-10T03:36:47.359Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21692026-04-10T03:36:47.370Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21702026-04-10T03:36:47.627Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21712026-04-10T03:36:48.128Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21722026-04-10T03:36:48.630Z Compiling progenitor-macro v0.11.2
21732026-04-10T03:36:48.671Z Compiling progenitor-client v0.11.2
21742026-04-10T03:36:48.744Z Compiling toml_datetime v1.1.0+spec-1.1.0
21752026-04-10T03:36:48.967Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21762026-04-10T03:36:49.066Z Compiling dropshot v0.17.0
21772026-04-10T03:36:49.180Z Compiling toml v1.1.0+spec-1.1.0
21782026-04-10T03:36:49.218Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21792026-04-10T03:36:49.347Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21802026-04-10T03:36:49.675Z Compiling async-compression v0.4.41
21812026-04-10T03:36:49.996Z Compiling dropshot_endpoint v0.17.0
21822026-04-10T03:36:50.350Z Compiling crc8 v0.1.1
21832026-04-10T03:36:50.472Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21842026-04-10T03:36:50.578Z Compiling dropshot-api-manager-types v0.7.0
21852026-04-10T03:36:53.051Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21862026-04-10T03:36:53.212Z Compiling progenitor v0.11.2
21872026-04-10T03:36:53.320Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21882026-04-10T03:36:54.153Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21892026-04-10T03:36:54.163Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21902026-04-10T03:36:54.312Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21912026-04-10T03:36:56.484Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21922026-04-10T03:36:56.676Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21932026-04-10T03:37:03.083Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21942026-04-10T03:37:10.230Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21952026-04-10T03:37:11.815Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21962026-04-10T03:37:12.925Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21972026-04-10T03:37:14.030Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21982026-04-10T03:37:14.804Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21992026-04-10T03:37:16.404Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
22002026-04-10T03:37:16.404Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
22012026-04-10T03:37:16.407Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
22022026-04-10T03:37:23.688Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
22032026-04-10T03:37:25.280Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
22042026-04-10T03:37:25.280Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
22052026-04-10T03:37:26.718Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
22062026-04-10T03:37:56.632Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
22072026-04-10T03:37:56.803Z────────────
22082026-04-10T03:37:56.803Z Nextest run ID 4c04b6c0-787e-4de3-90ab-ed51c78a9593 with nextest profile: default
22092026-04-10T03:37:56.803Z Starting 32 tests across 1 binary
22102026-04-10T03:37:56.812Z PASS [ 0.009s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
22112026-04-10T03:37:56.816Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
22122026-04-10T03:37:56.828Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22132026-04-10T03:37:56.845Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22142026-04-10T03:37:56.862Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22152026-04-10T03:37:56.862Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22162026-04-10T03:37:56.866Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22172026-04-10T03:37:56.866Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22182026-04-10T03:37:56.866Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22192026-04-10T03:37:56.866Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22202026-04-10T03:37:56.869Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22212026-04-10T03:37:56.872Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22222026-04-10T03:37:56.875Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22232026-04-10T03:37:56.875Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22242026-04-10T03:37:56.875Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22252026-04-10T03:37:56.875Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22262026-04-10T03:37:56.875Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22272026-04-10T03:37:56.878Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22282026-04-10T03:37:56.882Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22292026-04-10T03:37:56.882Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22302026-04-10T03:37:56.882Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22312026-04-10T03:37:56.885Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22322026-04-10T03:37:56.885Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22332026-04-10T03:37:56.885Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22342026-04-10T03:37:56.885Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22352026-04-10T03:37:56.885Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22362026-04-10T03:37:56.889Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22372026-04-10T03:37:56.892Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22382026-04-10T03:37:56.892Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22392026-04-10T03:37:56.892Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22402026-04-10T03:37:56.892Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22412026-04-10T03:37:56.892Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22422026-04-10T03:37:56.892Z────────────
22432026-04-10T03:37:56.892Z Summary [ 0.088s] 32 tests run: 32 passed, 0 skipped
22442026-04-10T03:37:56.903Z+ cp apply_remove_entire_group.log /work/
22452026-04-10T03:37:56.906Z+ popd
22462026-04-10T03:37:56.906Z/work/oxidecomputer/maghemite
22472026-04-10T03:37:56.906Zprocess exited: duration 413809 ms, exit code 0
 
22482026-04-10T03:37:56.918Zfound 83 output files
22492026-04-10T03:37:56.918Zuploading: /work/apply_remove_entire_group.log (24167 bytes)
22502026-04-10T03:37:57.930Zuploaded: /work/apply_remove_entire_group.log
22512026-04-10T03:37:57.930Zuploading: /work/dualstack_routes.log (115653 bytes)
22522026-04-10T03:37:58.949Zuploaded: /work/dualstack_routes.log
22532026-04-10T03:37:58.949Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2421 bytes)
22542026-04-10T03:37:59.959Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22552026-04-10T03:37:59.959Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1396 bytes)
22562026-04-10T03:38:00.970Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22572026-04-10T03:38:00.970Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2516 bytes)
22582026-04-10T03:38:01.980Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22592026-04-10T03:38:01.980Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2543 bytes)
22602026-04-10T03:38:02.989Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22612026-04-10T03:38:02.989Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2543 bytes)
22622026-04-10T03:38:03.999Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22632026-04-10T03:38:03.999Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2532 bytes)
22642026-04-10T03:38:05.010Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22652026-04-10T03:38:05.010Zuploading: /work/loopback-manager.test_enforce_first_as_graceful_toggle.log (3171 bytes)
22662026-04-10T03:38:06.020Zuploaded: /work/loopback-manager.test_enforce_first_as_graceful_toggle.log
22672026-04-10T03:38:06.020Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3249 bytes)
22682026-04-10T03:38:07.029Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22692026-04-10T03:38:07.029Zuploading: /work/loopback-manager.test_inflight_socket_option_updates.log (3240 bytes)
22702026-04-10T03:38:08.040Zuploaded: /work/loopback-manager.test_inflight_socket_option_updates.log
22712026-04-10T03:38:08.040Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_enhe.log (2530 bytes)
22722026-04-10T03:38:09.049Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_enhe.log
22732026-04-10T03:38:09.049Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2531 bytes)
22742026-04-10T03:38:10.059Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22752026-04-10T03:38:10.059Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2315 bytes)
22762026-04-10T03:38:11.068Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22772026-04-10T03:38:11.068Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2364 bytes)
22782026-04-10T03:38:12.077Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22792026-04-10T03:38:12.077Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_mapped_nexthop.log (2535 bytes)
22802026-04-10T03:38:13.087Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_mapped_nexthop.log
22812026-04-10T03:38:13.087Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2525 bytes)
22822026-04-10T03:38:14.097Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22832026-04-10T03:38:14.097Zuploading: /work/loopback-manager.test_mismatched_afi_session_rejected.log (3172 bytes)
22842026-04-10T03:38:15.106Zuploaded: /work/loopback-manager.test_mismatched_afi_session_rejected.log
22852026-04-10T03:38:15.107Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2545 bytes)
22862026-04-10T03:38:16.115Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22872026-04-10T03:38:16.116Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4783 bytes)
22882026-04-10T03:38:17.125Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22892026-04-10T03:38:17.125Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3608 bytes)
22902026-04-10T03:38:18.134Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22912026-04-10T03:38:18.134Zuploading: /work/multiple_unnumbered.log (135982 bytes)
22922026-04-10T03:38:19.149Zuploaded: /work/multiple_unnumbered.log
22932026-04-10T03:38:19.149Zuploading: /work/ndp_change_reset.log (67253 bytes)
22942026-04-10T03:38:20.160Zuploaded: /work/ndp_change_reset.log
22952026-04-10T03:38:20.161Zuploading: /work/ndp_changes.log (85778 bytes)
22962026-04-10T03:38:21.174Zuploaded: /work/ndp_changes.log
22972026-04-10T03:38:21.174Zuploading: /work/r1.test_basic_peering_active.log (40109 bytes)
22982026-04-10T03:38:22.186Zuploaded: /work/r1.test_basic_peering_active.log
22992026-04-10T03:38:22.186Zuploading: /work/r1.test_basic_peering_active_tcp.log (48089 bytes)
23002026-04-10T03:38:23.199Zuploaded: /work/r1.test_basic_peering_active_tcp.log
23012026-04-10T03:38:23.199Zuploading: /work/r1.test_basic_peering_passive.log (32411 bytes)
23022026-04-10T03:38:24.214Zuploaded: /work/r1.test_basic_peering_passive.log
23032026-04-10T03:38:24.214Zuploading: /work/r1.test_basic_peering_passive_tcp.log (37322 bytes)
23042026-04-10T03:38:25.225Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
23052026-04-10T03:38:25.225Zuploading: /work/r1.test_basic_update.log (2492771 bytes)
23062026-04-10T03:38:26.260Zuploaded: /work/r1.test_basic_update.log
23072026-04-10T03:38:26.260Zuploading: /work/r1.test_basic_update_ipv6.log (704897 bytes)
23082026-04-10T03:38:27.283Zuploaded: /work/r1.test_basic_update_ipv6.log
23092026-04-10T03:38:27.286Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (2469886 bytes)
23102026-04-10T03:38:28.315Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
23112026-04-10T03:38:28.321Zuploading: /work/r1.test_basic_update_tcp.log (3470120 bytes)
23122026-04-10T03:38:29.351Zuploaded: /work/r1.test_basic_update_tcp.log
23132026-04-10T03:38:29.351Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (8244209 bytes)
23142026-04-10T03:38:30.429Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23152026-04-10T03:38:30.429Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (8244403 bytes)
23162026-04-10T03:38:31.496Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23172026-04-10T03:38:31.496Zuploading: /work/r1.test_enforce_first_as_graceful_toggle.log (61545 bytes)
23182026-04-10T03:38:32.509Zuploaded: /work/r1.test_enforce_first_as_graceful_toggle.log
23192026-04-10T03:38:32.509Zuploading: /work/r1.test_import_export_policy_filtering.log (37684 bytes)
23202026-04-10T03:38:33.520Zuploaded: /work/r1.test_import_export_policy_filtering.log
23212026-04-10T03:38:33.520Zuploading: /work/r1.test_inflight_socket_option_updates.log (75364 bytes)
23222026-04-10T03:38:34.533Zuploaded: /work/r1.test_inflight_socket_option_updates.log
23232026-04-10T03:38:34.533Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_enhe.log (1026891 bytes)
23242026-04-10T03:38:35.555Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_enhe.log
23252026-04-10T03:38:35.555Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (4926965 bytes)
23262026-04-10T03:38:36.597Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23272026-04-10T03:38:36.597Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40193 bytes)
23282026-04-10T03:38:37.609Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23292026-04-10T03:38:37.609Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (47163 bytes)
23302026-04-10T03:38:38.622Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23312026-04-10T03:38:38.622Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32486 bytes)
23322026-04-10T03:38:39.632Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23332026-04-10T03:38:39.632Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (37253 bytes)
23342026-04-10T03:38:40.644Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23352026-04-10T03:38:40.644Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_mapped_nexthop.log (1558387 bytes)
23362026-04-10T03:38:41.668Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_mapped_nexthop.log
23372026-04-10T03:38:41.668Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (3358605 bytes)
23382026-04-10T03:38:42.705Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23392026-04-10T03:38:42.705Zuploading: /work/r1.test_mismatched_afi_session_rejected.log (708350 bytes)
23402026-04-10T03:38:43.725Zuploaded: /work/r1.test_mismatched_afi_session_rejected.log
23412026-04-10T03:38:43.725Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28342 bytes)
23422026-04-10T03:38:44.736Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23432026-04-10T03:38:44.736Zuploading: /work/r1.test_reset_tracking.log (67968 bytes)
23442026-04-10T03:38:45.749Zuploaded: /work/r1.test_reset_tracking.log
23452026-04-10T03:38:45.749Zuploading: /work/r1.test_three_router_chain_tcp.log (22985 bytes)
23462026-04-10T03:38:46.764Zuploaded: /work/r1.test_three_router_chain_tcp.log
23472026-04-10T03:38:46.764Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (23053 bytes)
23482026-04-10T03:38:47.776Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23492026-04-10T03:38:47.777Zuploading: /work/r2.test_basic_peering_active.log (36554 bytes)
23502026-04-10T03:38:48.789Zuploaded: /work/r2.test_basic_peering_active.log
23512026-04-10T03:38:48.789Zuploading: /work/r2.test_basic_peering_active_tcp.log (43039 bytes)
23522026-04-10T03:38:49.800Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23532026-04-10T03:38:49.800Zuploading: /work/r2.test_basic_peering_passive.log (40461 bytes)
23542026-04-10T03:38:50.811Zuploaded: /work/r2.test_basic_peering_passive.log
23552026-04-10T03:38:50.811Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45801 bytes)
23562026-04-10T03:38:51.823Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23572026-04-10T03:38:51.826Zuploading: /work/r2.test_basic_update.log (1987286 bytes)
23582026-04-10T03:38:52.849Zuploaded: /work/r2.test_basic_update.log
23592026-04-10T03:38:52.849Zuploading: /work/r2.test_basic_update_ipv6.log (64840 bytes)
23602026-04-10T03:38:53.863Zuploaded: /work/r2.test_basic_update_ipv6.log
23612026-04-10T03:38:53.863Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (70433 bytes)
23622026-04-10T03:38:54.875Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23632026-04-10T03:38:54.875Zuploading: /work/r2.test_basic_update_tcp.log (1992750 bytes)
23642026-04-10T03:38:55.903Zuploaded: /work/r2.test_basic_update_tcp.log
23652026-04-10T03:38:55.903Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (2997704 bytes)
23662026-04-10T03:38:56.940Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23672026-04-10T03:38:56.940Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (2997936 bytes)
23682026-04-10T03:38:57.973Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23692026-04-10T03:38:57.973Zuploading: /work/r2.test_enforce_first_as_graceful_toggle.log (62061 bytes)
23702026-04-10T03:38:58.985Zuploaded: /work/r2.test_enforce_first_as_graceful_toggle.log
23712026-04-10T03:38:58.985Zuploading: /work/r2.test_import_export_policy_filtering.log (36162 bytes)
23722026-04-10T03:38:59.998Zuploaded: /work/r2.test_import_export_policy_filtering.log
23732026-04-10T03:38:59.999Zuploading: /work/r2.test_inflight_socket_option_updates.log (76985 bytes)
23742026-04-10T03:39:01.014Zuploaded: /work/r2.test_inflight_socket_option_updates.log
23752026-04-10T03:39:01.014Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_enhe.log (27382 bytes)
23762026-04-10T03:39:02.026Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_enhe.log
23772026-04-10T03:39:02.026Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (2964840 bytes)
23782026-04-10T03:39:03.058Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23792026-04-10T03:39:03.058Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36785 bytes)
23802026-04-10T03:39:04.072Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23812026-04-10T03:39:04.072Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (42966 bytes)
23822026-04-10T03:39:05.084Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23832026-04-10T03:39:05.084Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40625 bytes)
23842026-04-10T03:39:06.097Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23852026-04-10T03:39:06.097Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (45717 bytes)
23862026-04-10T03:39:07.110Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23872026-04-10T03:39:07.110Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_mapped_nexthop.log (29905 bytes)
23882026-04-10T03:39:08.121Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_mapped_nexthop.log
23892026-04-10T03:39:08.121Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (82193 bytes)
23902026-04-10T03:39:09.134Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23912026-04-10T03:39:09.134Zuploading: /work/r2.test_mismatched_afi_session_rejected.log (536024 bytes)
23922026-04-10T03:39:10.155Zuploaded: /work/r2.test_mismatched_afi_session_rejected.log
23932026-04-10T03:39:10.155Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27721 bytes)
23942026-04-10T03:39:11.165Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23952026-04-10T03:39:11.165Zuploading: /work/r2.test_reset_tracking.log (75951 bytes)
23962026-04-10T03:39:12.178Zuploaded: /work/r2.test_reset_tracking.log
23972026-04-10T03:39:12.178Zuploading: /work/r2.test_three_router_chain_tcp.log (45028 bytes)
23982026-04-10T03:39:13.189Zuploaded: /work/r2.test_three_router_chain_tcp.log
23992026-04-10T03:39:13.189Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45176 bytes)
24002026-04-10T03:39:14.203Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
24012026-04-10T03:39:14.203Zuploading: /work/r3.test_three_router_chain_tcp.log (23119 bytes)
24022026-04-10T03:39:15.215Zuploaded: /work/r3.test_three_router_chain_tcp.log
24032026-04-10T03:39:15.215Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (23163 bytes)
24042026-04-10T03:39:16.230Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
24052026-04-10T03:39:16.230Zuploading: /work/same_linklocal.log (152186 bytes)
24062026-04-10T03:39:17.245Zuploaded: /work/same_linklocal.log
24072026-04-10T03:39:17.248Zuploading: /work/three_chain.log (161285 bytes)
24082026-04-10T03:39:18.262Zuploaded: /work/three_chain.log
24092026-04-10T03:39:18.262Zuploading: /work/unnumbered_expiry.log (86176 bytes)
24102026-04-10T03:39:19.276Zuploaded: /work/unnumbered_expiry.log
24112026-04-10T03:39:19.281Zuploading: /work/unnumbered_interface_lifecycle.log (163818 bytes)
24122026-04-10T03:39:20.296Zuploaded: /work/unnumbered_interface_lifecycle.log
24132026-04-10T03:39:20.300Zuploading: /work/unnumbered_peer_change.log (77533 bytes)
24142026-04-10T03:39:21.311Zuploaded: /work/unnumbered_peer_change.log