01KMGMBFYCGTK737HDTNPWNRXA: 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: 01KMGMCKPZ6AQYWX4HC8B1RN4Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T19:17:24.011Zjob assigned to worker 01KMGMD58F2AP4RTMA5CPA1HNA [factory aws, i-071601e301ab208bc] (queued for 1 m 34 s)
 
22026-03-24T19:17:31.943Zstarting task 0: "setup"
32026-03-24T19:17:31.951Z++ uname -s
42026-03-24T19:17:31.951Z+ kern=SunOS
52026-03-24T19:17:31.951Z+ build_user=build
62026-03-24T19:17:31.951Z+ build_uid=12345
72026-03-24T19:17:31.951Z+ work_dir=/work
82026-03-24T19:17:31.951Z+ input_dir=/input
92026-03-24T19:17:31.951Z+ [[ 0 == 12345 ]]
102026-03-24T19:17:31.951Z+ case "$kern" in
112026-03-24T19:17:31.951Z+ groupadd -g 12345 build
122026-03-24T19:17:31.987Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T19:17:33.965Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T19:17:34.088Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T19:17:34.094Z+ home_fs=zfs
162026-03-24T19:17:34.095Z+ [[ zfs == autofs ]]
172026-03-24T19:17:34.095Z+ mkdir -p /home/build
182026-03-24T19:17:34.095Z+ chown build:build /home/build /work
192026-03-24T19:17:36.082Z+ chmod 0700 /home/build /work
202026-03-24T19:17:36.086Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-24T19:17:36.094Zstarting task 1: "rust-toolchain"
222026-03-24T19:17:36.098Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-24T19:17:36.099Z * rust toolchain channel = "stable"
242026-03-24T19:17:36.099Z * rust toolchain profile = "default"
252026-03-24T19:17:36.099Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T19:17:36.099Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T19:17:36.099Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T19:17:36.103Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T19:17:36.104Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-24T19:17:36.222Zinfo: downloading installer
312026-03-24T19:17:37.637Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T19:17:37.637Zwarn: /opt/ooce/bin
332026-03-24T19:17:37.637Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T19:17:37.637Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T19:17:37.637Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T19:17:37.637Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T19:17:37.637Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T19:17:37.637Zerror: cannot install while Rust is installed
392026-03-24T19:17:37.637Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T19:17:37.638Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T19:17:37.638Zwarn: /home/build/.rustup/settings.toml
422026-03-24T19:17:37.638Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T19:17:37.638Zwarn: instead of the one inferred from the default host triple.
442026-03-24T19:17:37.653Zinfo: profile set to default
452026-03-24T19:17:37.653Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T19:17:37.659Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-24T19:17:37.791Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T19:17:37.797Zinfo: downloading 6 components
492026-03-24T19:17:53.152Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-24T19:17:53.152Z
512026-03-24T19:17:53.188Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T19:17:53.188Z
532026-03-24T19:17:53.192Z
542026-03-24T19:17:53.192ZRust is installed now. Great!
552026-03-24T19:17:53.193Z
562026-03-24T19:17:53.193ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T19:17:53.193Zenvironment variable. This has not been done automatically.
582026-03-24T19:17:53.193Z
592026-03-24T19:17:53.193ZTo configure your current shell, you need to source
602026-03-24T19:17:53.193Zthe corresponding env file under $HOME/.cargo.
612026-03-24T19:17:53.193Z
622026-03-24T19:17:53.193ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T19:17:53.193Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T19:17:53.193Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T19:17:53.193Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T19:17:53.193Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T19:17:53.193Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T19:17:53.193Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T19:17:53.193Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T19:17:53.193Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T19:17:53.296Z+ rustup --version
722026-03-24T19:17:53.306Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T19:17:53.309Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T19:17:53.332Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T19:17:53.336Z+ cargo --version
762026-03-24T19:17:53.352Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T19:17:53.355Z+ rustc --version
782026-03-24T19:17:53.382Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T19:17:53.386Zprocess exited: duration 17288 ms, exit code 0
 
802026-03-24T19:17:53.393Zstarting task 2: "authentication"
812026-03-24T19:17:53.414Zprocess exited: duration 20 ms, exit code 0
 
822026-03-24T19:17:53.439Zstarting task 3: "clone repository"
832026-03-24T19:17:53.451Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-24T19:17:53.451Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-24T19:17:53.467ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-24T19:17:54.208Z+ cd /work/oxidecomputer/maghemite
872026-03-24T19:17:54.208Z+ git fetch origin 91ceb2185f32195aed791981c313b095c8e5dd77
882026-03-24T19:17:54.456ZFrom https://github.com/oxidecomputer/maghemite
892026-03-24T19:17:54.456Z * branch 91ceb2185f32195aed791981c313b095c8e5dd77 -> FETCH_HEAD
902026-03-24T19:17:54.480Z+ [[ -n renovate/nom-8.x ]]
912026-03-24T19:17:54.480Z++ git branch --show-current
922026-03-24T19:17:54.480Z+ current=main
932026-03-24T19:17:54.480Z+ [[ main != renovate/nom-8.x ]]
942026-03-24T19:17:54.480Z+ git branch -f renovate/nom-8.x 91ceb2185f32195aed791981c313b095c8e5dd77
952026-03-24T19:17:54.481Z+ git checkout -f renovate/nom-8.x
962026-03-24T19:17:54.496ZSwitched to branch 'renovate/nom-8.x'
972026-03-24T19:17:54.511Z+ git reset --hard 91ceb2185f32195aed791981c313b095c8e5dd77
982026-03-24T19:17:54.511ZHEAD is now at 91ceb21 bgp: pass slice instead of array to nom tag
992026-03-24T19:17:54.511Zprocess exited: duration 1068 ms, exit code 0
 
1002026-03-24T19:17:54.537Zstarting task 4: "build"
1012026-03-24T19:17:54.558Z+ set -e
1022026-03-24T19:17:54.558Z+ source .github/buildomat/test-common.sh
1032026-03-24T19:17:54.558Z++ NEXTEST_VERSION=0.9.97
1042026-03-24T19:17:54.558Z++ PLATFORM=illumos
1052026-03-24T19:17:54.558Z++ banner install
1062026-03-24T19:17:54.558Z
1072026-03-24T19:17:54.558Z # # # #### ##### ## # #
1082026-03-24T19:17:54.558Z # ## # # # # # # #
1092026-03-24T19:17:54.558Z # # # # #### # # # # #
1102026-03-24T19:17:54.558Z # # # # # # ###### # #
1112026-03-24T19:17:54.559Z # # ## # # # # # # #
1122026-03-24T19:17:54.559Z # # # #### # # # ###### ######
1132026-03-24T19:17:54.559Z
1142026-03-24T19:17:54.559Z++ set +o errexit
1152026-03-24T19:17:54.559Z++ pkg info clang-15
1162026-03-24T19:17:54.559Z++ grep -qi installed
1172026-03-24T19:17:55.936Zpkg: info: no packages matching the following patterns you specified are
1182026-03-24T19:17:55.937Zinstalled on the system. Try querying remotely instead:
1192026-03-24T19:17:55.937Z
1202026-03-24T19:17:55.937Z clang-15
1212026-03-24T19:17:55.991Z++ [[ 1 != 0 ]]
1222026-03-24T19:17:55.991Z++ set -o errexit
1232026-03-24T19:17:56.009Z++ pfexec pkg install clang-15
1242026-03-24T19:18:05.638Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-24T19:18:15.543Z Startup: Caching catalogs ... Done
1262026-03-24T19:18:39.521ZPlanning: Solver setup ... Done
1272026-03-24T19:18:39.656ZPlanning: Running solver ... Done
1282026-03-24T19:18:39.656ZPlanning: Finding local manifests ... Done
1292026-03-24T19:18:39.656ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-24T19:18:39.656ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-24T19:18:39.656ZPlanning: Package planning ... Done
1322026-03-24T19:18:39.656ZPlanning: Merging actions ... Done
1332026-03-24T19:18:39.656ZPlanning: Checking for conflicting actions ... Done
1342026-03-24T19:18:39.656ZPlanning: Consolidating action changes ... Done
1352026-03-24T19:18:39.866ZPlanning: Evaluating mediators ... Done
1362026-03-24T19:18:39.920ZPlanning: Planning completed in 24.14 seconds
1372026-03-24T19:18:39.920Z Packages to install: 2
1382026-03-24T19:18:39.920Z Mediators to change: 2
1392026-03-24T19:18:39.920Z Services to change: 1
1402026-03-24T19:18:39.920Z Create boot environment: No
1412026-03-24T19:18:39.920ZCreate backup boot environment: No
1422026-03-24T19:18:39.951Z
1432026-03-24T19:18:39.951ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-24T19:18:45.626ZDownload: 982/3076 items 76.4/211.3MB 36% complete (19.6M/s)
1452026-03-24T19:18:50.656ZDownload: 1758/3076 items 116.6/211.3MB 55% complete (10.1M/s)
1462026-03-24T19:18:59.035ZDownload: 2008/3076 items 117.3/211.3MB 55% complete (9.6M/s)
1472026-03-24T19:19:03.173ZDownload: Completed 211.31 MB in 23.21 seconds (9.1M/s)
1482026-03-24T19:19:03.413Z Actions: 1/3418 actions (Installing new actions)
1492026-03-24T19:19:08.174Z Actions: Completed 3418 actions in 4.06 seconds.
1502026-03-24T19:19:08.193Z Done
1512026-03-24T19:19:08.193Z Done
1522026-03-24T19:19:09.165Z Done
1532026-03-24T19:19:12.923Z Done
1542026-03-24T19:19:13.007Z Done
1552026-03-24T19:19:13.022Z Done
1562026-03-24T19:19:13.192Z Done
1572026-03-24T19:19:13.893Z++ set -o errexit
1582026-03-24T19:19:13.893Z++ cargo --version
1592026-03-24T19:19:13.908Zinfo: syncing channel updates for 1.92.0-x86_64-unknown-illumos
1602026-03-24T19:19:14.133Zinfo: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08)
1612026-03-24T19:19:14.164Zinfo: downloading 6 components
1622026-03-24T19:19:30.036Zcargo 1.92.0 (344c4567c 2025-10-21)
1632026-03-24T19:19:30.041Z++ rustc --version
1642026-03-24T19:19:30.073Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1652026-03-24T19:19:30.087Z++ cargo install cargo-nextest --version 0.9.97
1662026-03-24T19:19:30.130Z Updating crates.io index
1672026-03-24T19:19:30.247Z Downloading crates ...
1682026-03-24T19:19:30.313Z Downloaded cargo-nextest v0.9.97
1692026-03-24T19:19:30.399Z Installing cargo-nextest v0.9.97
1702026-03-24T19:19:30.442Z Updating crates.io index
1712026-03-24T19:19:33.779Z Locking 408 packages to latest compatible versions
1722026-03-24T19:19:33.859Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-03-24T19:19:33.859Z Adding duct v0.13.7 (available: v1.1.1)
1742026-03-24T19:19:33.859Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-03-24T19:19:33.860Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-03-24T19:19:33.860Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1772026-03-24T19:19:33.860Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1782026-03-24T19:19:33.860Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-03-24T19:19:33.860Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1802026-03-24T19:19:33.860Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-03-24T19:19:33.860Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-03-24T19:19:33.860Z Downloading crates ...
1832026-03-24T19:19:33.860Z Downloaded addr2line v0.25.1
1842026-03-24T19:19:33.860Z Downloaded cfg_aliases v0.2.1
1852026-03-24T19:19:33.976Z Downloaded debug-ignore v1.0.5
1862026-03-24T19:19:33.976Z Downloaded itoa v1.0.18
1872026-03-24T19:19:33.976Z Downloaded duct v0.13.7
1882026-03-24T19:19:33.976Z Downloaded clap v4.6.0
1892026-03-24T19:19:33.976Z Downloaded enable-ansi-support v0.2.1
1902026-03-24T19:19:33.976Z Downloaded is_ci v1.2.0
1912026-03-24T19:19:33.976Z Downloaded clap_lex v1.1.0
1922026-03-24T19:19:33.976Z Downloaded color-spantrace v0.3.0
1932026-03-24T19:19:33.976Z Downloaded idna v1.1.0
1942026-03-24T19:19:33.976Z Downloaded foreign-types-shared v0.1.1
1952026-03-24T19:19:33.976Z Downloaded pathdiff v0.2.3
1962026-03-24T19:19:33.976Z Downloaded lru-slab v0.1.2
1972026-03-24T19:19:33.976Z Downloaded fnv v1.0.7
1982026-03-24T19:19:33.976Z Downloaded atomicwrites v0.4.4
1992026-03-24T19:19:33.976Z Downloaded anstream v1.0.0
2002026-03-24T19:19:33.976Z Downloaded humantime v2.3.0
2012026-03-24T19:19:33.977Z Downloaded number_prefix v0.4.0
2022026-03-24T19:19:33.977Z Downloaded hyper-rustls v0.27.7
2032026-03-24T19:19:33.977Z Downloaded anstyle v1.0.14
2042026-03-24T19:19:33.977Z Downloaded nextest-metadata v0.12.2
2052026-03-24T19:19:33.977Z Downloaded lazy_static v1.5.0
2062026-03-24T19:19:33.977Z Downloaded equivalent v1.0.2
2072026-03-24T19:19:33.977Z Downloaded crypto-common v0.1.7
2082026-03-24T19:19:33.977Z Downloaded crc32fast v1.5.0
2092026-03-24T19:19:33.977Z Downloaded pkg-config v0.3.32
2102026-03-24T19:19:33.977Z Downloaded futures-sink v0.3.32
2112026-03-24T19:19:33.977Z Downloaded colorchoice v1.0.5
2122026-03-24T19:19:33.977Z Downloaded adler2 v2.0.1
2132026-03-24T19:19:33.977Z Downloaded nextest-workspace-hack v0.1.0
2142026-03-24T19:19:33.977Z Downloaded cargo-platform v0.2.0
2152026-03-24T19:19:34.106Z Downloaded hex v0.4.3
2162026-03-24T19:19:34.107Z Downloaded anstyle-query v1.1.5
2172026-03-24T19:19:34.107Z Downloaded idna_adapter v1.0.0
2182026-03-24T19:19:34.107Z Downloaded nested v0.1.1
2192026-03-24T19:19:34.107Z Downloaded hyper-tls v0.6.0
2202026-03-24T19:19:34.107Z Downloaded scopeguard v1.2.0
2212026-03-24T19:19:34.107Z Downloaded home v0.5.12
2222026-03-24T19:19:34.107Z Downloaded erased-serde v0.4.10
2232026-03-24T19:19:34.111Z Downloaded either v1.15.0
2242026-03-24T19:19:34.111Z Downloaded der v0.7.10
2252026-03-24T19:19:34.111Z Downloaded serde-value v0.7.0
2262026-03-24T19:19:34.112Z Downloaded openssl-probe v0.2.1
2272026-03-24T19:19:34.112Z Downloaded futures-channel v0.3.32
2282026-03-24T19:19:34.112Z Downloaded indent_write v2.2.0
2292026-03-24T19:19:34.112Z Downloaded foreign-types v0.3.2
2302026-03-24T19:19:34.112Z Downloaded ed25519 v2.2.3
2312026-03-24T19:19:34.112Z Downloaded convert_case v0.10.0
2322026-03-24T19:19:34.112Z Downloaded futures-task v0.3.32
2332026-03-24T19:19:34.112Z Downloaded miniz_oxide v0.8.9
2342026-03-24T19:19:34.112Z Downloaded camino v1.2.2
2352026-03-24T19:19:34.112Z Downloaded errno v0.3.14
2362026-03-24T19:19:34.112Z Downloaded cfg-if v1.0.4
2372026-03-24T19:19:34.112Z Downloaded heck v0.5.0
2382026-03-24T19:19:34.112Z Downloaded block-buffer v0.10.4
2392026-03-24T19:19:34.112Z Downloaded percent-encoding v2.3.2
2402026-03-24T19:19:34.112Z Downloaded ordered-float v2.10.1
2412026-03-24T19:19:34.112Z Downloaded futures-io v0.3.32
2422026-03-24T19:19:34.112Z Downloaded futures-macro v0.3.32
2432026-03-24T19:19:34.112Z Downloaded curve25519-dalek-derive v0.1.1
2442026-03-24T19:19:34.112Z Downloaded backtrace-ext v0.2.1
2452026-03-24T19:19:34.112Z Downloaded base64ct v1.8.3
2462026-03-24T19:19:34.112Z Downloaded form_urlencoded v1.2.2
2472026-03-24T19:19:34.113Z Downloaded pin-utils v0.1.0
2482026-03-24T19:19:34.113Z Downloaded document-features v0.2.12
2492026-03-24T19:19:34.113Z Downloaded openssl-macros v0.1.1
2502026-03-24T19:19:34.113Z Downloaded rustc-hash v2.1.1
2512026-03-24T19:19:34.113Z Downloaded indenter v0.3.4
2522026-03-24T19:19:34.113Z Downloaded humantime-serde v1.1.1
2532026-03-24T19:19:34.113Z Downloaded cargo-platform v0.3.2
2542026-03-24T19:19:34.113Z Downloaded dialoguer v0.11.0
2552026-03-24T19:19:34.113Z Downloaded fastrand v2.3.0
2562026-03-24T19:19:34.113Z Downloaded atomic-waker v1.1.2
2572026-03-24T19:19:34.113Z Downloaded pin-project-lite v0.2.17
2582026-03-24T19:19:34.113Z Downloaded is_terminal_polyfill v1.70.2
2592026-03-24T19:19:34.113Z Downloaded futures-executor v0.3.32
2602026-03-24T19:19:34.113Z Downloaded future-queue v0.4.0
2612026-03-24T19:19:34.113Z Downloaded cargo_metadata v0.20.0
2622026-03-24T19:19:34.113Z Downloaded mukti-metadata v0.3.0
2632026-03-24T19:19:34.113Z Downloaded futures-core v0.3.32
2642026-03-24T19:19:34.113Z Downloaded derive_more-impl v2.1.1
2652026-03-24T19:19:34.113Z Downloaded rustc_version v0.4.1
2662026-03-24T19:19:34.113Z Downloaded guppy-workspace-hack v0.1.0
2672026-03-24T19:19:34.114Z Downloaded serde_ignored v0.1.14
2682026-03-24T19:19:34.114Z Downloaded ppv-lite86 v0.2.21
2692026-03-24T19:19:34.114Z Downloaded serde_urlencoded v0.7.1
2702026-03-24T19:19:34.114Z Downloaded digest v0.10.7
2712026-03-24T19:19:34.114Z Downloaded jobserver v0.1.34
2722026-03-24T19:19:34.114Z Downloaded futures v0.3.32
2732026-03-24T19:19:34.114Z Downloaded pin-project-internal v1.1.11
2742026-03-24T19:19:34.114Z Downloaded http-body-util v0.1.3
2752026-03-24T19:19:34.114Z Downloaded shell-words v1.1.1
2762026-03-24T19:19:34.114Z Downloaded shared_child v1.1.1
2772026-03-24T19:19:34.114Z Downloaded signal-hook-mio v0.2.5
2782026-03-24T19:19:34.114Z Downloaded serde_spanned v0.6.9
2792026-03-24T19:19:34.114Z Downloaded native-tls v0.2.18
2802026-03-24T19:19:34.114Z Downloaded subtle v2.6.1
2812026-03-24T19:19:34.114Z Downloaded owo-colors v4.3.0
2822026-03-24T19:19:34.114Z Downloaded quick-junit v0.5.2
2832026-03-24T19:19:35.979Z Downloaded supports-color v3.0.2
2842026-03-24T19:19:35.979Z Downloaded cpufeatures v0.2.17
2852026-03-24T19:19:35.979Z Downloaded strip-ansi-escapes v0.2.1
2862026-03-24T19:19:35.979Z Downloaded globset v0.4.18
2872026-03-24T19:19:35.979Z Downloaded autocfg v1.5.0
2882026-03-24T19:19:35.979Z Downloaded supports-hyperlinks v3.2.0
2892026-03-24T19:19:35.979Z Downloaded lock_api v0.4.14
2902026-03-24T19:19:35.979Z Downloaded generic-array v0.14.7
2912026-03-24T19:19:35.979Z Downloaded anstyle-parse v1.0.0
2922026-03-24T19:19:35.979Z Downloaded miette-derive v7.6.0
2932026-03-24T19:19:35.979Z Downloaded sigchld v0.2.4
2942026-03-24T19:19:35.979Z Downloaded rand_core v0.9.5
2952026-03-24T19:19:35.979Z Downloaded const-oid v0.9.6
2962026-03-24T19:19:35.979Z Downloaded cargo_metadata v0.23.1
2972026-03-24T19:19:35.979Z Downloaded filetime v0.2.27
2982026-03-24T19:19:35.979Z Downloaded swrite v0.1.0
2992026-03-24T19:19:35.979Z Downloaded rand_core v0.6.4
3002026-03-24T19:19:35.979Z Downloaded find-msvc-tools v0.1.9
3012026-03-24T19:19:35.979Z Downloaded supports-unicode v3.0.0
3022026-03-24T19:19:35.979Z Downloaded target-spec-miette v0.4.5
3032026-03-24T19:19:35.979Z Downloaded rand_chacha v0.9.0
3042026-03-24T19:19:35.980Z Downloaded async-scoped v0.9.0
3052026-03-24T19:19:35.980Z Downloaded cargo-util-schemas v0.2.0
3062026-03-24T19:19:35.980Z Downloaded http-body v1.0.1
3072026-03-24T19:19:35.980Z Downloaded fixedbitset v0.5.7
3082026-03-24T19:19:35.980Z Downloaded terminal_size v0.4.4
3092026-03-24T19:19:35.980Z Downloaded ipnet v2.12.0
3102026-03-24T19:19:35.980Z Downloaded camino-tempfile v1.4.1
3112026-03-24T19:19:35.980Z Downloaded sync_wrapper v1.0.2
3122026-03-24T19:19:35.980Z Downloaded serde-untagged v0.1.9
3132026-03-24T19:19:35.980Z Downloaded pkcs8 v0.10.2
3142026-03-24T19:19:35.980Z Downloaded tinyvec_macros v0.1.1
3152026-03-24T19:19:35.980Z Downloaded httparse v1.10.1
3162026-03-24T19:19:35.980Z Downloaded quote v1.0.45
3172026-03-24T19:19:35.980Z Downloaded serde_path_to_error v0.1.20
3182026-03-24T19:19:35.980Z Downloaded toml_datetime v0.6.11
3192026-03-24T19:19:35.980Z Downloaded os_pipe v1.2.3
3202026-03-24T19:19:35.980Z Downloaded serde_spanned v1.1.0
3212026-03-24T19:19:35.980Z Downloaded eyre v0.6.12
3222026-03-24T19:19:35.980Z Downloaded tower-layer v0.3.3
3232026-03-24T19:19:35.980Z Downloaded self-replace v1.5.0
3242026-03-24T19:19:35.980Z Downloaded parking_lot v0.12.5
3252026-03-24T19:19:35.980Z Downloaded strsim v0.11.1
3262026-03-24T19:19:35.980Z Downloaded signature v2.2.0
3272026-03-24T19:19:35.980Z Downloaded indicatif v0.17.11
3282026-03-24T19:19:35.980Z Downloaded tower-service v0.3.3
3292026-03-24T19:19:35.981Z Downloaded toml_write v0.1.2
3302026-03-24T19:19:35.981Z Downloaded smol_str v0.3.6
3312026-03-24T19:19:35.981Z Downloaded slab v0.4.12
3322026-03-24T19:19:35.981Z Downloaded utf8_iter v1.0.4
3332026-03-24T19:19:35.981Z Downloaded clap_derive v4.6.0
3342026-03-24T19:19:35.981Z Downloaded static_assertions v1.1.0
3352026-03-24T19:19:35.981Z Downloaded spki v0.7.3
3362026-03-24T19:19:35.981Z Downloaded signal-hook-registry v1.4.8
3372026-03-24T19:19:35.981Z Downloaded simd-adler32 v0.3.8
3382026-03-24T19:19:35.981Z Downloaded shlex v1.3.0
3392026-03-24T19:19:35.981Z Downloaded sha2 v0.10.9
3402026-03-24T19:19:35.981Z Downloaded rustc-demangle v0.1.27
3412026-03-24T19:19:35.981Z Downloaded quinn-udp v0.5.14
3422026-03-24T19:19:35.981Z Downloaded semver v1.0.27
3432026-03-24T19:19:35.981Z Downloaded once_cell v1.21.4
3442026-03-24T19:19:35.981Z Downloaded litrs v1.0.0
3452026-03-24T19:19:35.981Z Downloaded parking_lot_core v0.9.12
3462026-03-24T19:19:35.981Z Downloaded want v0.3.1
3472026-03-24T19:19:35.981Z Downloaded try-lock v0.2.5
3482026-03-24T19:19:35.981Z Downloaded bitflags v2.11.0
3492026-03-24T19:19:35.981Z Downloaded xattr v1.6.1
3502026-03-24T19:19:35.981Z Downloaded unicode-linebreak v0.1.5
3512026-03-24T19:19:35.981Z Downloaded untrusted v0.9.0
3522026-03-24T19:19:35.981Z Downloaded thiserror-impl v1.0.69
3532026-03-24T19:19:35.981Z Downloaded thiserror v2.0.18
3542026-03-24T19:19:35.981Z Downloaded tokio-macros v2.6.1
3552026-03-24T19:19:35.982Z Downloaded cfg-expr v0.20.7
3562026-03-24T19:19:35.982Z Downloaded thiserror v1.0.69
3572026-03-24T19:19:35.982Z Downloaded nextest-filtering v0.15.0
3582026-03-24T19:19:35.982Z Downloaded urlencoding v2.1.3
3592026-03-24T19:19:35.982Z Downloaded unicode-xid v0.2.6
3602026-03-24T19:19:35.982Z Downloaded self_update v0.42.0
3612026-03-24T19:19:35.982Z Downloaded getrandom v0.2.17
3622026-03-24T19:19:35.982Z Downloaded thiserror-impl v2.0.18
3632026-03-24T19:19:35.982Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3642026-03-24T19:19:35.982Z Downloaded log v0.4.29
3652026-03-24T19:19:35.982Z Downloaded tracing-error v0.2.1
3662026-03-24T19:19:35.982Z Downloaded mio v1.1.1
3672026-03-24T19:19:35.982Z Downloaded version_check v0.9.5
3682026-03-24T19:19:35.982Z Downloaded utf8parse v0.2.2
3692026-03-24T19:19:35.982Z Downloaded openssl-sys v0.9.112
3702026-03-24T19:19:35.982Z Downloaded typeid v1.0.3
3712026-03-24T19:19:35.982Z Downloaded tracing-log v0.2.0
3722026-03-24T19:19:35.982Z Downloaded newtype-uuid v1.3.2
3732026-03-24T19:19:35.982Z Downloaded target-lexicon v0.13.3
3742026-03-24T19:19:35.982Z Downloaded proc-macro2 v1.0.106
3752026-03-24T19:19:35.982Z Downloaded rustls-pki-types v1.14.0
3762026-03-24T19:19:35.982Z Downloaded pin-project v1.1.11
3772026-03-24T19:19:35.982Z Downloaded target-spec v3.5.7
3782026-03-24T19:19:35.982Z Downloaded ryu v1.0.23
3792026-03-24T19:19:35.982Z Downloaded toml_writer v1.1.0+spec-1.1.0
3802026-03-24T19:19:35.982Z Downloaded smallvec v1.15.1
3812026-03-24T19:19:35.983Z Downloaded zstd v0.13.3
3822026-03-24T19:19:35.983Z Downloaded tempfile v3.27.0
3832026-03-24T19:19:36.163Z Downloaded derive-where v1.6.1
3842026-03-24T19:19:36.163Z Downloaded num-traits v0.2.19
3852026-03-24T19:19:36.163Z Downloaded getrandom v0.4.2
3862026-03-24T19:19:36.163Z Downloaded getrandom v0.3.4
3872026-03-24T19:19:36.163Z Downloaded toml v0.8.23
3882026-03-24T19:19:36.163Z Downloaded zipsign-api v0.1.5
3892026-03-24T19:19:36.163Z Downloaded quinn v0.11.9
3902026-03-24T19:19:36.163Z Downloaded miette v7.6.0
3912026-03-24T19:19:36.163Z Downloaded socket2 v0.6.3
3922026-03-24T19:19:36.163Z Downloaded signal-hook v0.3.18
3932026-03-24T19:19:36.163Z Downloaded memchr v2.8.0
3942026-03-24T19:19:36.163Z Downloaded tokio-native-tls v0.3.1
3952026-03-24T19:19:36.163Z Downloaded iana-time-zone v0.1.65
3962026-03-24T19:19:36.163Z Downloaded config v0.15.22
3972026-03-24T19:19:36.163Z Downloaded unicase v2.9.0
3982026-03-24T19:19:36.163Z Downloaded xxhash-rust v0.8.15
3992026-03-24T19:19:36.163Z Downloaded tokio-stream v0.1.18
4002026-03-24T19:19:36.164Z Downloaded zstd-safe v7.2.4
4012026-03-24T19:19:36.164Z Downloaded tokio-rustls v0.26.4
4022026-03-24T19:19:36.164Z Downloaded cc v1.2.57
4032026-03-24T19:19:36.164Z Downloaded serde_core v1.0.228
4042026-03-24T19:19:36.165Z Downloaded zmij v1.0.21
4052026-03-24T19:19:36.165Z Downloaded serde_derive v1.0.228
4062026-03-24T19:19:36.165Z Downloaded zeroize v1.8.2
4072026-03-24T19:19:36.165Z Downloaded thread_local v1.1.9
4082026-03-24T19:19:36.165Z Downloaded ahash v0.8.12
4092026-03-24T19:19:36.165Z Downloaded toml_parser v1.1.0+spec-1.1.0
4102026-03-24T19:19:36.165Z Downloaded foldhash v0.1.5
4112026-03-24T19:19:36.166Z Downloaded hyper-util v0.1.20
4122026-03-24T19:19:36.166Z Downloaded unicode-ident v1.0.24
4132026-03-24T19:19:36.166Z Downloaded console v0.15.11
4142026-03-24T19:19:36.166Z Downloaded bytes v1.11.1
4152026-03-24T19:19:36.166Z Downloaded derive_more v2.1.1
4162026-03-24T19:19:36.166Z Downloaded vte v0.14.1
4172026-03-24T19:19:36.166Z Downloaded uuid v1.22.0
4182026-03-24T19:19:36.166Z Downloaded tracing-attributes v0.1.31
4192026-03-24T19:19:36.166Z Downloaded textwrap v0.16.2
4202026-03-24T19:19:36.166Z Downloaded toml v1.1.0+spec-1.1.0
4212026-03-24T19:19:36.166Z Downloaded rustls-webpki v0.103.10
4222026-03-24T19:19:36.166Z Downloaded ed25519-dalek v2.2.0
4232026-03-24T19:19:36.166Z Downloaded toml_edit v0.22.27
4242026-03-24T19:19:36.166Z Downloaded sharded-slab v0.1.7
4252026-03-24T19:19:36.166Z Downloaded indexmap v2.13.0
4262026-03-24T19:19:36.167Z Downloaded base64 v0.22.1
4272026-03-24T19:19:36.167Z Downloaded serde v1.0.228
4282026-03-24T19:19:36.167Z Downloaded flate2 v1.1.9
4292026-03-24T19:19:36.167Z Downloaded backtrace v0.3.76
4302026-03-24T19:19:36.167Z Downloaded tinyvec v1.11.0
4312026-03-24T19:19:36.167Z Downloaded tar v0.4.45
4322026-03-24T19:19:36.168Z Downloaded typenum v1.19.0
4332026-03-24T19:19:36.168Z Downloaded url v2.5.8
4342026-03-24T19:19:36.168Z Downloaded rand v0.9.2
4352026-03-24T19:19:36.168Z Downloaded http v1.4.0
4362026-03-24T19:19:36.168Z Downloaded tracing-core v0.1.36
4372026-03-24T19:19:36.169Z Downloaded borsh v1.6.1
4382026-03-24T19:19:36.169Z Downloaded itertools v0.14.0
4392026-03-24T19:19:36.169Z Downloaded hyper v1.8.1
4402026-03-24T19:19:36.169Z Downloaded ron v0.12.0
4412026-03-24T19:19:36.169Z Downloaded unicode-segmentation v1.13.0
4422026-03-24T19:19:36.170Z Downloaded tower v0.5.3
4432026-03-24T19:19:36.170Z Downloaded iri-string v0.7.11
4442026-03-24T19:19:36.170Z Downloaded hashbrown v0.15.5
4452026-03-24T19:19:36.170Z Downloaded reqwest v0.12.28
4462026-03-24T19:19:36.170Z Downloaded hashbrown v0.16.1
4472026-03-24T19:19:36.171Z Downloaded regex v1.12.3
4482026-03-24T19:19:36.171Z Downloaded crossterm v0.29.0
4492026-03-24T19:19:36.171Z Downloaded guppy v0.17.25
4502026-03-24T19:19:36.171Z Downloaded unicode-normalization v0.1.25
4512026-03-24T19:19:36.171Z Downloaded pulldown-cmark v0.13.3
4522026-03-24T19:19:36.171Z Downloaded quick-xml v0.37.5
4532026-03-24T19:19:36.171Z Downloaded h2 v0.4.13
4542026-03-24T19:19:36.171Z Downloaded serde_json v1.0.149
4552026-03-24T19:19:36.171Z Downloaded tower-http v0.6.8
4562026-03-24T19:19:36.172Z Downloaded tokio-util v0.7.18
4572026-03-24T19:19:36.172Z Downloaded futures-util v0.3.32
4582026-03-24T19:19:36.172Z Downloaded clap_builder v4.6.0
4592026-03-24T19:19:36.172Z Downloaded aho-corasick v1.1.4
4602026-03-24T19:19:36.172Z Downloaded portable-atomic v1.13.1
4612026-03-24T19:19:36.172Z Downloaded winnow v1.0.0
4622026-03-24T19:19:36.172Z Downloaded winnow v0.7.15
4632026-03-24T19:19:36.172Z Downloaded quinn-proto v0.11.14
4642026-03-24T19:19:36.172Z Downloaded quick-xml v0.38.4
4652026-03-24T19:19:36.172Z Downloaded chrono v0.4.44
4662026-03-24T19:19:36.172Z Downloaded curve25519-dalek v4.1.3
4672026-03-24T19:19:36.172Z Downloaded tracing-subscriber v0.3.23
4682026-03-24T19:19:36.173Z Downloaded vcpkg v0.2.15
4692026-03-24T19:19:36.173Z Downloaded webpki-roots v1.0.6
4702026-03-24T19:19:36.173Z Downloaded unicode-width v0.2.2
4712026-03-24T19:19:36.173Z Downloaded syn v2.0.117
4722026-03-24T19:19:36.173Z Downloaded openssl v0.10.76
4732026-03-24T19:19:36.173Z Downloaded unicode-width v0.1.14
4742026-03-24T19:19:36.173Z Downloaded bstr v1.12.1
4752026-03-24T19:19:36.173Z Downloaded zerocopy v0.8.47
4762026-03-24T19:19:36.173Z Downloaded nextest-runner v0.80.0
4772026-03-24T19:19:36.234Z Downloaded object v0.37.3
4782026-03-24T19:19:36.234Z Downloaded rustls v0.23.37
4792026-03-24T19:19:36.234Z Downloaded nix v0.30.1
4802026-03-24T19:19:36.234Z Downloaded gimli v0.32.3
4812026-03-24T19:19:36.234Z Downloaded regex-syntax v0.8.10
4822026-03-24T19:19:36.234Z Downloaded rustix v0.38.44
4832026-03-24T19:19:36.430Z Downloaded tracing v0.1.44
4842026-03-24T19:19:36.430Z Downloaded rustix v1.1.4
4852026-03-24T19:19:36.430Z Downloaded color-eyre v0.6.5
4862026-03-24T19:19:36.430Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-03-24T19:19:36.430Z Downloaded regex-automata v0.4.14
4882026-03-24T19:19:36.430Z Downloaded petgraph v0.8.3
4892026-03-24T19:19:36.430Z Downloaded libc v0.2.183
4902026-03-24T19:19:36.430Z Downloaded tokio v1.50.0
4912026-03-24T19:19:36.430Z Downloaded recursion v0.5.4
4922026-03-24T19:19:36.430Z Downloaded ring v0.17.14
4932026-03-24T19:19:36.431Z Compiling libc v0.2.183
4942026-03-24T19:19:36.431Z Compiling proc-macro2 v1.0.106
4952026-03-24T19:19:36.431Z Compiling quote v1.0.45
4962026-03-24T19:19:36.431Z Compiling unicode-ident v1.0.24
4972026-03-24T19:19:36.431Z Compiling serde_core v1.0.228
4982026-03-24T19:19:36.431Z Compiling cfg-if v1.0.4
4992026-03-24T19:19:36.431Z Compiling memchr v2.8.0
5002026-03-24T19:19:36.431Z Compiling once_cell v1.21.4
5012026-03-24T19:19:36.431Z Compiling log v0.4.29
5022026-03-24T19:19:36.431Z Compiling pin-project-lite v0.2.17
5032026-03-24T19:19:36.431Z Compiling serde v1.0.228
5042026-03-24T19:19:36.431Z Compiling itoa v1.0.18
5052026-03-24T19:19:36.431Z Compiling futures-core v0.3.32
5062026-03-24T19:19:36.431Z Compiling smallvec v1.15.1
5072026-03-24T19:19:36.431Z Compiling bitflags v2.11.0
5082026-03-24T19:19:36.431Z Compiling shlex v1.3.0
5092026-03-24T19:19:36.431Z Compiling find-msvc-tools v0.1.9
5102026-03-24T19:19:36.431Z Compiling hashbrown v0.16.1
5112026-03-24T19:19:36.504Z Compiling equivalent v1.0.2
5122026-03-24T19:19:36.851Z Compiling errno v0.3.14
5132026-03-24T19:19:37.003Z Compiling bytes v1.11.1
5142026-03-24T19:19:37.003Z Compiling signal-hook-registry v1.4.8
5152026-03-24T19:19:37.003Z Compiling jobserver v0.1.34
5162026-03-24T19:19:37.003Z Compiling syn v2.0.117
5172026-03-24T19:19:37.003Z Compiling mio v1.1.1
5182026-03-24T19:19:38.853Z Compiling rustix v1.1.4
5192026-03-24T19:19:38.941Z Compiling cc v1.2.57
5202026-03-24T19:19:38.941Z Compiling futures-sink v0.3.32
5212026-03-24T19:19:38.941Z Compiling socket2 v0.6.3
5222026-03-24T19:19:38.941Z Compiling zmij v1.0.21
5232026-03-24T19:19:38.941Z Compiling slab v0.4.12
5242026-03-24T19:19:38.941Z Compiling futures-channel v0.3.32
5252026-03-24T19:19:38.941Z Compiling tracing-core v0.1.36
5262026-03-24T19:19:38.941Z Compiling serde_json v1.0.149
5272026-03-24T19:19:38.941Z Compiling version_check v0.9.5
5282026-03-24T19:19:38.941Z Compiling futures-task v0.3.32
5292026-03-24T19:19:38.941Z Compiling indexmap v2.13.0
5302026-03-24T19:19:38.941Z Compiling getrandom v0.4.2
5312026-03-24T19:19:38.941Z Compiling futures-io v0.3.32
5322026-03-24T19:19:39.061Z Compiling camino v1.2.2
5332026-03-24T19:19:39.148Z Compiling unicode-width v0.2.2
5342026-03-24T19:19:39.310Z Compiling ring v0.17.14
5352026-03-24T19:19:39.350Z Compiling http v1.4.0
5362026-03-24T19:19:39.506Z Compiling percent-encoding v2.3.2
5372026-03-24T19:19:39.536Z Compiling adler2 v2.0.1
5382026-03-24T19:19:39.708Z Compiling zeroize v1.8.2
5392026-03-24T19:19:39.766Z Compiling simd-adler32 v0.3.8
5402026-03-24T19:19:39.800Z Compiling autocfg v1.5.0
5412026-03-24T19:19:40.256Z Compiling num-traits v0.2.19
5422026-03-24T19:19:40.313Z Compiling miniz_oxide v0.8.9
5432026-03-24T19:19:40.554Z Compiling target-lexicon v0.13.3
5442026-03-24T19:19:40.696Z Compiling getrandom v0.3.4
5452026-03-24T19:19:40.911Z Compiling object v0.37.3
5462026-03-24T19:19:41.161Z Compiling zerocopy v0.8.47
5472026-03-24T19:19:41.405Z Compiling http-body v1.0.1
5482026-03-24T19:19:41.480Z Compiling rustls-pki-types v1.14.0
5492026-03-24T19:19:41.553Z Compiling semver v1.0.27
5502026-03-24T19:19:41.734Z Compiling getrandom v0.2.17
5512026-03-24T19:19:41.751Z Compiling signal-hook v0.3.18
5522026-03-24T19:19:41.914Z Compiling untrusted v0.9.0
5532026-03-24T19:19:41.993Z Compiling guppy-workspace-hack v0.1.0
5542026-03-24T19:19:42.083Z Compiling thiserror v2.0.18
5552026-03-24T19:19:42.116Z Compiling gimli v0.32.3
5562026-03-24T19:19:42.134Z Compiling owo-colors v4.3.0
5572026-03-24T19:19:42.175Z Compiling serde_derive v1.0.228
5582026-03-24T19:19:42.291Z Compiling tokio-macros v2.6.1
5592026-03-24T19:19:42.408Z Compiling futures-macro v0.3.32
5602026-03-24T19:19:42.558Z Compiling tracing-attributes v0.1.31
5612026-03-24T19:19:42.757Z Compiling httparse v1.10.1
5622026-03-24T19:19:42.783Z Compiling typenum v1.19.0
5632026-03-24T19:19:43.072Z Compiling fnv v1.0.7
5642026-03-24T19:19:43.334Z Compiling thiserror-impl v2.0.18
5652026-03-24T19:19:43.356Z Compiling tokio v1.50.0
5662026-03-24T19:19:43.486Z Compiling futures-util v0.3.32
5672026-03-24T19:19:44.206Z Compiling tracing v0.1.44
5682026-03-24T19:19:44.919Z Compiling addr2line v0.25.1
5692026-03-24T19:19:46.095Z Compiling form_urlencoded v1.2.2
5702026-03-24T19:19:46.348Z Compiling generic-array v0.14.7
5712026-03-24T19:19:46.614Z Compiling typeid v1.0.3
5722026-03-24T19:19:46.653Z Compiling thiserror v1.0.69
5732026-03-24T19:19:46.669Z Compiling try-lock v0.2.5
5742026-03-24T19:19:46.857Z Compiling rustls v0.23.37
5752026-03-24T19:19:47.008Z Compiling pkg-config v0.3.32
5762026-03-24T19:19:47.207Z Compiling tower-service v0.3.3
5772026-03-24T19:19:47.283Z Compiling target-spec v3.5.7
5782026-03-24T19:19:47.283Z Compiling atomic-waker v1.1.2
5792026-03-24T19:19:47.283Z Compiling utf8_iter v1.0.4
5802026-03-24T19:19:47.404Z Compiling rustc-demangle v0.1.27
5812026-03-24T19:19:47.579Z Compiling idna_adapter v1.0.0
5822026-03-24T19:19:47.641Z Compiling fastrand v2.3.0
5832026-03-24T19:19:47.642Z Compiling idna v1.1.0
5842026-03-24T19:19:47.642Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-03-24T19:19:48.233Z Compiling tempfile v3.27.0
5862026-03-24T19:19:48.516Z Compiling want v0.3.1
5872026-03-24T19:19:48.675Z Compiling cfg-expr v0.20.7
5882026-03-24T19:19:48.716Z Compiling tokio-util v0.7.18
5892026-03-24T19:19:49.549Z Compiling h2 v0.4.13
5902026-03-24T19:19:49.729Z Compiling backtrace v0.3.76
5912026-03-24T19:19:49.768Z Compiling rustls-webpki v0.103.10
5922026-03-24T19:19:50.365Z Compiling thiserror-impl v1.0.69
5932026-03-24T19:19:50.466Z Compiling terminal_size v0.4.4
5942026-03-24T19:19:50.680Z Compiling aho-corasick v1.1.4
5952026-03-24T19:19:50.941Z Compiling subtle v2.6.1
5962026-03-24T19:19:51.160Z Compiling winnow v0.7.15
5972026-03-24T19:19:51.927Z Compiling regex-syntax v0.8.10
5982026-03-24T19:19:53.112Z Compiling erased-serde v0.4.10
5992026-03-24T19:19:53.460Z Compiling pin-utils v0.1.0
6002026-03-24T19:19:53.548Z Compiling hyper v1.8.1
6012026-03-24T19:19:54.506Z Compiling regex-automata v0.4.14
6022026-03-24T19:19:57.981Z Compiling url v2.5.8
6032026-03-24T19:19:58.369Z Compiling serde_spanned v0.6.9
6042026-03-24T19:19:58.572Z Compiling toml_datetime v0.6.11
6052026-03-24T19:19:59.102Z Compiling ahash v0.8.12
6062026-03-24T19:19:59.452Z Compiling sync_wrapper v1.0.2
6072026-03-24T19:19:59.600Z Compiling lazy_static v1.5.0
6082026-03-24T19:19:59.743Z Compiling crc32fast v1.5.0
6092026-03-24T19:20:00.088Z Compiling parking_lot_core v0.9.12
6102026-03-24T19:20:00.116Z Compiling either v1.15.0
6112026-03-24T19:20:00.208Z Compiling base64 v0.22.1
6122026-03-24T19:20:00.411Z Compiling portable-atomic v1.13.1
6132026-03-24T19:20:00.444Z Compiling tower-layer v0.3.3
6142026-03-24T19:20:00.740Z Compiling foldhash v0.1.5
6152026-03-24T19:20:00.842Z Compiling unicode-segmentation v1.13.0
6162026-03-24T19:20:01.010Z Compiling is_ci v1.2.0
6172026-03-24T19:20:01.026Z Compiling nextest-workspace-hack v0.1.0
6182026-03-24T19:20:01.075Z Compiling unicode-linebreak v0.1.5
6192026-03-24T19:20:01.224Z Compiling ipnet v2.12.0
6202026-03-24T19:20:01.311Z Compiling toml_write v0.1.2
6212026-03-24T19:20:01.351Z Compiling textwrap v0.16.2
6222026-03-24T19:20:01.373Z Compiling convert_case v0.10.0
6232026-03-24T19:20:01.436Z Compiling supports-color v3.0.2
6242026-03-24T19:20:01.635Z Compiling hyper-util v0.1.20
6252026-03-24T19:20:01.720Z Compiling toml_edit v0.22.27
6262026-03-24T19:20:01.831Z Compiling hashbrown v0.15.5
6272026-03-24T19:20:02.704Z Compiling tower v0.5.3
6282026-03-24T19:20:02.833Z Compiling sharded-slab v0.1.7
6292026-03-24T19:20:03.218Z Compiling tokio-rustls v0.26.4
6302026-03-24T19:20:03.588Z Compiling backtrace-ext v0.2.1
6312026-03-24T19:20:03.742Z Compiling ordered-float v2.10.1
6322026-03-24T19:20:03.917Z Compiling miette-derive v7.6.0
6332026-03-24T19:20:04.130Z Compiling webpki-roots v1.0.6
6342026-03-24T19:20:04.285Z Compiling pathdiff v0.2.3
6352026-03-24T19:20:04.341Z Compiling console v0.15.11
6362026-03-24T19:20:04.441Z Compiling cargo-platform v0.3.2
6372026-03-24T19:20:05.052Z Compiling tracing-log v0.2.0
6382026-03-24T19:20:05.169Z Compiling os_pipe v1.2.3
6392026-03-24T19:20:05.382Z Compiling thread_local v1.1.9
6402026-03-24T19:20:05.485Z Compiling supports-unicode v3.0.0
6412026-03-24T19:20:05.694Z Compiling supports-hyperlinks v3.2.0
6422026-03-24T19:20:05.855Z Compiling utf8parse v0.2.2
6432026-03-24T19:20:05.879Z Compiling pulldown-cmark v0.13.3
6442026-03-24T19:20:05.961Z Compiling debug-ignore v1.0.5
6452026-03-24T19:20:05.998Z Compiling cfg_aliases v0.2.1
6462026-03-24T19:20:06.092Z Compiling zstd-safe v7.2.4
6472026-03-24T19:20:06.110Z Compiling iri-string v0.7.11
6482026-03-24T19:20:06.110Z Compiling rustix v0.38.44
6492026-03-24T19:20:06.167Z Compiling ryu v1.0.23
6502026-03-24T19:20:06.402Z Compiling fixedbitset v0.5.7
6512026-03-24T19:20:06.546Z Compiling winnow v1.0.0
6522026-03-24T19:20:06.580Z Compiling scopeguard v1.2.0
6532026-03-24T19:20:06.715Z Compiling unicode-width v0.1.14
6542026-03-24T19:20:07.074Z Compiling miette v7.6.0
6552026-03-24T19:20:07.110Z Compiling petgraph v0.8.3
6562026-03-24T19:20:08.530Z Compiling tower-http v0.6.8
6572026-03-24T19:20:09.117Z Compiling toml_parser v1.1.0+spec-1.1.0
6582026-03-24T19:20:09.755Z Compiling lock_api v0.4.14
6592026-03-24T19:20:09.804Z Compiling serde_urlencoded v0.7.1
6602026-03-24T19:20:09.908Z Compiling nix v0.30.1
6612026-03-24T19:20:10.087Z Compiling anstyle-parse v1.0.0
6622026-03-24T19:20:10.246Z Compiling tracing-subscriber v0.3.23
6632026-03-24T19:20:10.367Z Compiling sigchld v0.2.4
6642026-03-24T19:20:10.448Z Compiling cargo_metadata v0.23.1
6652026-03-24T19:20:10.601Z Compiling hyper-rustls v0.27.7
6662026-03-24T19:20:10.841Z Compiling serde-untagged v0.1.9
6672026-03-24T19:20:11.316Z Compiling serde-value v0.7.0
6682026-03-24T19:20:11.428Z Compiling toml v0.8.23
6692026-03-24T19:20:13.174Z Compiling derive_more-impl v2.1.1
6702026-03-24T19:20:13.976Z Compiling itertools v0.14.0
6712026-03-24T19:20:14.019Z Compiling regex v1.12.3
6722026-03-24T19:20:14.278Z Compiling block-buffer v0.10.4
6732026-03-24T19:20:14.337Z Compiling crypto-common v0.1.7
6742026-03-24T19:20:14.464Z Compiling ppv-lite86 v0.2.21
6752026-03-24T19:20:14.519Z Compiling futures-executor v0.3.32
6762026-03-24T19:20:14.969Z Compiling rand_core v0.9.5
6772026-03-24T19:20:15.056Z Compiling pin-project-internal v1.1.11
6782026-03-24T19:20:15.179Z Compiling http-body-util v0.1.3
6792026-03-24T19:20:15.307Z Compiling uuid v1.22.0
6802026-03-24T19:20:15.547Z Compiling toml_datetime v1.1.0+spec-1.1.0
6812026-03-24T19:20:15.804Z Compiling smol_str v0.3.6
6822026-03-24T19:20:16.012Z Compiling serde_spanned v1.1.0
6832026-03-24T19:20:16.030Z Compiling filetime v0.2.27
6842026-03-24T19:20:16.092Z Compiling vte v0.14.1
6852026-03-24T19:20:16.199Z Compiling bstr v1.12.1
6862026-03-24T19:20:16.243Z Compiling color-spantrace v0.3.0
6872026-03-24T19:20:16.286Z Compiling colorchoice v1.0.5
6882026-03-24T19:20:16.369Z Compiling xattr v1.6.1
6892026-03-24T19:20:16.424Z Compiling unicase v2.9.0
6902026-03-24T19:20:16.533Z Compiling tinyvec_macros v0.1.1
6912026-03-24T19:20:16.608Z Compiling eyre v0.6.12
6922026-03-24T19:20:16.643Z Compiling anstyle-query v1.1.5
6932026-03-24T19:20:16.661Z Compiling iana-time-zone v0.1.65
6942026-03-24T19:20:16.864Z Compiling nested v0.1.1
6952026-03-24T19:20:17.007Z Compiling static_assertions v1.1.0
6962026-03-24T19:20:17.065Z Compiling litrs v1.0.0
6972026-03-24T19:20:17.100Z Compiling unicode-xid v0.2.6
6982026-03-24T19:20:17.117Z Compiling is_terminal_polyfill v1.70.2
6992026-03-24T19:20:17.124Z Compiling anstyle v1.0.14
7002026-03-24T19:20:17.234Z Compiling number_prefix v0.4.0
7012026-03-24T19:20:17.274Z Compiling self_update v0.42.0
7022026-03-24T19:20:17.438Z Compiling indicatif v0.17.11
7032026-03-24T19:20:17.472Z Compiling anstream v1.0.0
7042026-03-24T19:20:17.528Z Compiling cargo-util-schemas v0.2.0
7052026-03-24T19:20:17.612Z Compiling guppy v0.17.25
7062026-03-24T19:20:17.680Z Compiling document-features v0.2.12
7072026-03-24T19:20:18.418Z Compiling chrono v0.4.44
7082026-03-24T19:20:18.456Z Compiling globset v0.4.18
7092026-03-24T19:20:18.899Z Compiling tinyvec v1.11.0
7102026-03-24T19:20:19.061Z Compiling pin-project v1.1.11
7112026-03-24T19:20:19.190Z Compiling tar v0.4.45
7122026-03-24T19:20:19.490Z Compiling strip-ansi-escapes v0.2.1
7132026-03-24T19:20:20.125Z Compiling toml v1.1.0+spec-1.1.0
7142026-03-24T19:20:20.703Z Compiling nextest-metadata v0.12.2
7152026-03-24T19:20:21.450Z Compiling newtype-uuid v1.3.2
7162026-03-24T19:20:21.695Z Compiling reqwest v0.12.28
7172026-03-24T19:20:22.456Z Compiling rand_chacha v0.9.0
7182026-03-24T19:20:22.661Z Compiling futures v0.3.32
7192026-03-24T19:20:22.774Z Compiling digest v0.10.7
7202026-03-24T19:20:23.872Z Compiling derive_more v2.1.1
7212026-03-24T19:20:23.876Z Compiling parking_lot v0.12.5
7222026-03-24T19:20:23.876Z Compiling flate2 v1.1.9
7232026-03-24T19:20:23.876Z Compiling tracing-error v0.2.1
7242026-03-24T19:20:23.876Z Compiling shared_child v1.1.1
7252026-03-24T19:20:24.142Z Compiling signal-hook-mio v0.2.5
7262026-03-24T19:20:24.283Z Compiling self-replace v1.5.0
7272026-03-24T19:20:24.302Z Compiling cargo-platform v0.2.0
7282026-03-24T19:20:24.317Z Compiling quick-xml v0.37.5
7292026-03-24T19:20:24.640Z Compiling quick-xml v0.38.4
7302026-03-24T19:20:25.017Z Compiling urlencoding v2.1.3
7312026-03-24T19:20:25.333Z Compiling clap_lex v1.1.0
7322026-03-24T19:20:25.677Z Compiling indenter v0.3.4
7332026-03-24T19:20:25.839Z Compiling cpufeatures v0.2.17
7342026-03-24T19:20:26.142Z Compiling recursion v0.5.4
7352026-03-24T19:20:26.229Z Compiling heck v0.5.0
7362026-03-24T19:20:26.250Z Compiling strsim v0.11.1
7372026-03-24T19:20:26.323Z Compiling shell-words v1.1.1
7382026-03-24T19:20:26.502Z Compiling humantime v2.3.0
7392026-03-24T19:20:26.645Z Compiling clap_derive v4.6.0
7402026-03-24T19:20:26.738Z Compiling clap_builder v4.6.0
7412026-03-24T19:20:27.068Z Compiling humantime-serde v1.1.1
7422026-03-24T19:20:27.265Z Compiling nextest-filtering v0.15.0
7432026-03-24T19:20:27.286Z Compiling sha2 v0.10.9
7442026-03-24T19:20:28.151Z Compiling quick-junit v0.5.2
7452026-03-24T19:20:29.116Z Compiling atomicwrites v0.4.4
7462026-03-24T19:20:29.482Z Compiling cargo_metadata v0.20.0
7472026-03-24T19:20:32.204Z Compiling cargo-nextest v0.9.97
7482026-03-24T19:20:32.221Z Compiling crossterm v0.29.0
7492026-03-24T19:20:33.762Z Compiling duct v0.13.7
7502026-03-24T19:20:33.907Z Compiling zstd v0.13.3
7512026-03-24T19:20:35.074Z Compiling async-scoped v0.9.0
7522026-03-24T19:20:35.298Z Compiling rand v0.9.2
7532026-03-24T19:20:35.321Z Compiling config v0.15.22
7542026-03-24T19:20:36.017Z Compiling unicode-normalization v0.1.25
7552026-03-24T19:20:36.276Z Compiling target-spec-miette v0.4.5
7562026-03-24T19:20:36.444Z Compiling future-queue v0.4.0
7572026-03-24T19:20:36.487Z Compiling mukti-metadata v0.3.0
7582026-03-24T19:20:36.781Z Compiling tokio-stream v0.1.18
7592026-03-24T19:20:36.798Z Compiling camino-tempfile v1.4.1
7602026-03-24T19:20:36.819Z Compiling derive-where v1.6.1
7612026-03-24T19:20:37.122Z Compiling serde_path_to_error v0.1.20
7622026-03-24T19:20:37.344Z Compiling serde_ignored v0.1.14
7632026-03-24T19:20:37.421Z Compiling swrite v0.1.0
7642026-03-24T19:20:37.500Z Compiling xxhash-rust v0.8.15
7652026-03-24T19:20:37.546Z Compiling indent_write v2.2.0
7662026-03-24T19:20:37.628Z Compiling home v0.5.12
7672026-03-24T19:20:37.738Z Compiling hex v0.4.3
7682026-03-24T19:20:37.743Z Compiling color-eyre v0.6.5
7692026-03-24T19:20:37.855Z Compiling clap v4.6.0
7702026-03-24T19:20:37.873Z Compiling dialoguer v0.11.0
7712026-03-24T19:20:37.963Z Compiling enable-ansi-support v0.2.1
7722026-03-24T19:20:38.552Z Compiling nextest-runner v0.80.0
7732026-03-24T19:21:02.875Z Finished `release` profile [optimized] target(s) in 1m 32s
7742026-03-24T19:21:03.108Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-03-24T19:21:03.112Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-03-24T19:21:03.243Z+ pushd bgp
7772026-03-24T19:21:03.253Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7782026-03-24T19:21:03.253Z+ pfexec cargo nextest run
7792026-03-24T19:21:03.457Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-03-24T19:21:04.177ZFrom https://github.com/oxidecomputer/falcon
7812026-03-24T19:21:04.177Z * [new ref] f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9 -> refs/commit/f5f8fd52ea72167b6a46eff34dc7b46b87d3b5f9
7822026-03-24T19:21:04.273Z Updating crates.io index
7832026-03-24T19:21:04.277Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7842026-03-24T19:21:05.026ZFrom https://github.com/oxidecomputer/dendrite
7852026-03-24T19:21:05.026Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7862026-03-24T19:21:05.152Z Updating git repository `https://github.com/oxidecomputer/ispf`
7872026-03-24T19:21:05.458ZFrom https://github.com/oxidecomputer/ispf
7882026-03-24T19:21:05.458Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7892026-03-24T19:21:05.485Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7902026-03-24T19:21:05.854ZFrom https://github.com/oxidecomputer/netadm-sys
7912026-03-24T19:21:05.854Z * [new ref] 99a7e26c6d8b43759ec7e09d10779766d577123f -> refs/commit/99a7e26c6d8b43759ec7e09d10779766d577123f
7922026-03-24T19:21:05.864Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-03-24T19:21:12.777ZFrom https://github.com/oxidecomputer/omicron
7942026-03-24T19:21:12.778Z * [new ref] 79fac7deb9acd9272b867904da03f20076d09265 -> refs/commit/79fac7deb9acd9272b867904da03f20076d09265
7952026-03-24T19:21:13.387Z Updating git repository `https://github.com/oxidecomputer/opte`
7962026-03-24T19:21:14.012ZFrom https://github.com/oxidecomputer/opte
7972026-03-24T19:21:14.012Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7982026-03-24T19:21:14.143Z Updating git repository `https://github.com/illumos/smf-rs`
7992026-03-24T19:21:14.413ZFrom https://github.com/illumos/smf-rs
8002026-03-24T19:21:14.413Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8012026-03-24T19:21:14.425Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-03-24T19:21:14.795ZFrom https://github.com/oxidecomputer/network-interface
8032026-03-24T19:21:14.796Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-03-24T19:21:14.892Z Updating git repository `https://github.com/oxidecomputer/zone`
8052026-03-24T19:21:15.165ZFrom https://github.com/oxidecomputer/zone
8062026-03-24T19:21:15.165Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8072026-03-24T19:21:15.188Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082026-03-24T19:21:16.316ZFrom https://github.com/oxidecomputer/propolis
8092026-03-24T19:21:16.316Z * [new ref] ff31c527515d65886e599fc07eb41240aeb767c6 -> refs/commit/ff31c527515d65886e599fc07eb41240aeb767c6
8102026-03-24T19:21:16.380Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8112026-03-24T19:21:16.890ZFrom https://github.com/oxidecomputer/transceiver-control
8122026-03-24T19:21:16.890Z * [new ref] db0be8a8c7ff0632b6c53978aadfb5b8274cfde2 -> refs/commit/db0be8a8c7ff0632b6c53978aadfb5b8274cfde2
8132026-03-24T19:21:16.945Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8142026-03-24T19:21:17.224ZFrom https://github.com/oxidecomputer/dlpi-sys
8152026-03-24T19:21:17.224Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
8162026-03-24T19:21:17.231Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8172026-03-24T19:21:17.509ZFrom https://github.com/jmesmon/rust-libzfs
8182026-03-24T19:21:17.509Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8192026-03-24T19:21:17.518Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202026-03-24T19:21:17.788ZFrom https://github.com/oxidecomputer/rusty-doors
8212026-03-24T19:21:17.789Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8222026-03-24T19:21:17.799Z Updating git repository `https://github.com/oxidecomputer/lldp`
8232026-03-24T19:21:18.128ZFrom https://github.com/oxidecomputer/lldp
8242026-03-24T19:21:18.128Z * [new ref] 4c9df170cdfdeead0896e35f20a560f2102ed907 -> refs/commit/4c9df170cdfdeead0896e35f20a560f2102ed907
8252026-03-24T19:21:18.172Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8262026-03-24T19:21:18.758ZFrom https://github.com/oxidecomputer/maghemite
8272026-03-24T19:21:18.758Z * [new ref] 8f5527da3c53398c95c50b1af088637e7b6c5718 -> refs/commit/8f5527da3c53398c95c50b1af088637e7b6c5718
8282026-03-24T19:21:18.813Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8292026-03-24T19:21:22.477ZFrom https://github.com/oxidecomputer/serde_human_bytes
8302026-03-24T19:21:22.477Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8312026-03-24T19:21:22.488Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-03-24T19:21:22.794ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-03-24T19:21:22.794Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-03-24T19:21:22.845Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-03-24T19:21:23.159ZFrom https://github.com/oxidecomputer/tufaceous
8362026-03-24T19:21:23.159Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8372026-03-24T19:21:23.196Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-03-24T19:21:23.672ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-03-24T19:21:23.672Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8402026-03-24T19:21:23.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-03-24T19:21:24.774ZFrom https://github.com/oxidecomputer/crucible
8422026-03-24T19:21:24.774Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-03-24T19:21:25.268Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-03-24T19:21:25.607ZFrom https://github.com/oxidecomputer/propolis
8452026-03-24T19:21:25.607Z * [new ref] bc121ef55741656ce118b02ceeda949b9261f49f -> refs/commit/bc121ef55741656ce118b02ceeda949b9261f49f
8462026-03-24T19:21:25.677Z Updating git repository `https://github.com/oxidecomputer/tofino`
8472026-03-24T19:21:25.956ZFrom https://github.com/oxidecomputer/tofino
8482026-03-24T19:21:25.956Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8492026-03-24T19:21:25.971Z Updating git repository `https://github.com/oxidecomputer/clickward`
8502026-03-24T19:21:26.256ZFrom https://github.com/oxidecomputer/clickward
8512026-03-24T19:21:26.256Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8522026-03-24T19:21:26.309Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8532026-03-24T19:21:26.568ZFrom https://github.com/oxidecomputer/illumos-devinfo
8542026-03-24T19:21:26.568Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8552026-03-24T19:21:27.752Z Downloading crates ...
8562026-03-24T19:21:27.900Z Downloaded arrayref v0.3.9
8572026-03-24T19:21:27.906Z Downloaded async-stream-impl v0.3.6
8582026-03-24T19:21:27.906Z Downloaded async-stream v0.3.6
8592026-03-24T19:21:27.915Z Downloaded cstr-argument v0.1.2
8602026-03-24T19:21:27.915Z Downloaded macaddr v1.0.1
8612026-03-24T19:21:27.915Z Downloaded fs-err v3.3.0
8622026-03-24T19:21:27.922Z Downloaded num v0.4.3
8632026-03-24T19:21:27.922Z Downloaded colorchoice v1.0.4
8642026-03-24T19:21:27.922Z Downloaded aead v0.5.2
8652026-03-24T19:21:27.926Z Downloaded newtype_derive v0.1.6
8662026-03-24T19:21:27.926Z Downloaded ingot v0.1.1
8672026-03-24T19:21:27.926Z Downloaded expectorate v1.2.0
8682026-03-24T19:21:27.930Z Downloaded num-integer v0.1.46
8692026-03-24T19:21:27.936Z Downloaded crunchy v0.2.4
8702026-03-24T19:21:27.936Z Downloaded hostname v0.4.2
8712026-03-24T19:21:27.940Z Downloaded half v2.7.1
8722026-03-24T19:21:27.940Z Downloaded convert_case v0.4.0
8732026-03-24T19:21:27.940Z Downloaded inout v0.1.4
8742026-03-24T19:21:27.944Z Downloaded cobs v0.3.0
8752026-03-24T19:21:27.944Z Downloaded memmap v0.7.0
8762026-03-24T19:21:27.951Z Downloaded keccak v0.1.6
8772026-03-24T19:21:27.969Z Downloaded ciborium-ll v0.2.2
8782026-03-24T19:21:27.969Z Downloaded ciborium-io v0.2.2
8792026-03-24T19:21:27.969Z Downloaded clap_lex v1.0.0
8802026-03-24T19:21:27.969Z Downloaded ipnetwork v0.21.1
8812026-03-24T19:21:27.979Z Downloaded crc8 v0.1.1
8822026-03-24T19:21:27.979Z Downloaded group v0.13.0
8832026-03-24T19:21:27.979Z Downloaded hmac v0.12.1
8842026-03-24T19:21:27.979Z Downloaded crucible-workspace-hack v0.1.0
8852026-03-24T19:21:27.979Z Downloaded defmt-parser v1.0.0
8862026-03-24T19:21:27.979Z Downloaded natord v1.0.9
8872026-03-24T19:21:27.979Z Downloaded internet-checksum v0.2.1
8882026-03-24T19:21:27.979Z Downloaded ident_case v1.0.1
8892026-03-24T19:21:27.979Z Downloaded argon2 v0.5.3
8902026-03-24T19:21:27.980Z Downloaded async-trait v0.1.89
8912026-03-24T19:21:27.985Z Downloaded darling_macro v0.21.3
8922026-03-24T19:21:27.985Z Downloaded const-random-macro v0.1.16
8932026-03-24T19:21:27.985Z Downloaded match_cfg v0.1.0
8942026-03-24T19:21:27.985Z Downloaded dtrace-parser v0.2.0
8952026-03-24T19:21:27.985Z Downloaded gethostname v0.5.0
8962026-03-24T19:21:27.995Z Downloaded lru-cache v0.1.2
8972026-03-24T19:21:27.996Z Downloaded hash32 v0.3.1
8982026-03-24T19:21:28.006Z Downloaded managed v0.8.0
8992026-03-24T19:21:28.006Z Downloaded fxhash v0.2.1
9002026-03-24T19:21:28.007Z Downloaded fixedbitset v0.4.2
9012026-03-24T19:21:28.007Z Downloaded hubpack_derive v0.1.1
9022026-03-24T19:21:28.007Z Downloaded dyn-clone v1.0.20
9032026-03-24T19:21:28.007Z Downloaded mime v0.3.17
9042026-03-24T19:21:28.019Z Downloaded libscf-sys v1.1.0
9052026-03-24T19:21:28.019Z Downloaded dof v0.4.0
9062026-03-24T19:21:28.020Z Downloaded foreign-types v0.5.0
9072026-03-24T19:21:28.020Z Downloaded hubpack v0.1.2
9082026-03-24T19:21:28.020Z Downloaded num-derive v0.3.3
9092026-03-24T19:21:28.020Z Downloaded idna_adapter v1.2.1
9102026-03-24T19:21:28.020Z Downloaded httpdate v1.0.3
9112026-03-24T19:21:28.029Z Downloaded hostname v0.3.1
9122026-03-24T19:21:28.029Z Downloaded dof v0.3.0
9132026-03-24T19:21:28.029Z Downloaded ingot-macros v0.1.1
9142026-03-24T19:21:28.029Z Downloaded icu_normalizer v2.1.1
9152026-03-24T19:21:28.029Z Downloaded git-stub v1.0.0
9162026-03-24T19:21:28.034Z Downloaded embedded-io v0.4.0
9172026-03-24T19:21:28.034Z Downloaded defmt v1.0.1
9182026-03-24T19:21:28.034Z Downloaded bcs v0.1.6
9192026-03-24T19:21:28.043Z Downloaded constant_time_eq v0.4.2
9202026-03-24T19:21:28.043Z Downloaded no-std-compat v0.4.1
9212026-03-24T19:21:28.052Z Downloaded data-encoding v2.10.0
9222026-03-24T19:21:28.052Z Downloaded crossbeam-deque v0.8.6
9232026-03-24T19:21:28.052Z Downloaded newtype-uuid-macros v0.1.0
9242026-03-24T19:21:28.053Z Downloaded linked-hash-map v0.5.6
9252026-03-24T19:21:28.053Z Downloaded num-iter v0.1.45
9262026-03-24T19:21:28.058Z Downloaded cipher v0.4.4
9272026-03-24T19:21:28.058Z Downloaded critical-section v1.2.0
9282026-03-24T19:21:28.058Z Downloaded const_format_proc_macros v0.2.34
9292026-03-24T19:21:28.058Z Downloaded chacha20 v0.9.1
9302026-03-24T19:21:28.058Z Downloaded omicron-workspace-hack v0.1.0
9312026-03-24T19:21:28.066Z Downloaded olpc-cjson v0.1.4
9322026-03-24T19:21:28.066Z Downloaded num_threads v0.1.7
9332026-03-24T19:21:28.066Z Downloaded embedded-io v0.6.1
9342026-03-24T19:21:28.066Z Downloaded itoa v1.0.17
9352026-03-24T19:21:28.070Z Downloaded enum-as-inner v0.6.1
9362026-03-24T19:21:28.071Z Downloaded num-conv v0.2.0
9372026-03-24T19:21:28.071Z Downloaded byteorder v1.5.0
9382026-03-24T19:21:28.071Z Downloaded opaque-debug v0.3.1
9392026-03-24T19:21:28.078Z Downloaded bytecount v0.6.9
9402026-03-24T19:21:28.079Z Downloaded libsw-core v0.3.2
9412026-03-24T19:21:28.085Z Downloaded libsw v3.5.0
9422026-03-24T19:21:28.085Z Downloaded icu_locale_core v2.1.1
9432026-03-24T19:21:28.086Z Downloaded phf_shared v0.12.1
9442026-03-24T19:21:28.094Z Downloaded ff v0.13.1
9452026-03-24T19:21:28.094Z Downloaded daft v0.1.5
9462026-03-24T19:21:28.094Z Downloaded displaydoc v0.2.5
9472026-03-24T19:21:28.099Z Downloaded potential_utf v0.1.4
9482026-03-24T19:21:28.099Z Downloaded dtrace-parser v0.3.0
9492026-03-24T19:21:28.099Z Downloaded cmake v0.1.57
9502026-03-24T19:21:28.099Z Downloaded defmt-macros v1.0.1
9512026-03-24T19:21:28.105Z Downloaded proc-macro-crate v3.4.0
9522026-03-24T19:21:28.105Z Downloaded proc-macro-error-attr2 v2.0.0
9532026-03-24T19:21:28.105Z Downloaded bitflags v1.3.2
9542026-03-24T19:21:28.112Z Downloaded progenitor-client v0.11.2
9552026-03-24T19:21:28.112Z Downloaded proc-macro-error-attr v1.0.4
9562026-03-24T19:21:28.112Z Downloaded bit-vec v0.8.0
9572026-03-24T19:21:28.120Z Downloaded ipnet v2.11.0
9582026-03-24T19:21:28.120Z Downloaded plain v0.2.3
9592026-03-24T19:21:28.121Z Downloaded arrayvec v0.7.6
9602026-03-24T19:21:28.121Z Downloaded anstyle v1.0.13
9612026-03-24T19:21:28.121Z Downloaded proc-macro-crate v1.3.1
9622026-03-24T19:21:28.135Z Downloaded num-derive v0.4.2
9632026-03-24T19:21:28.135Z Downloaded pretty-hex v0.4.1
9642026-03-24T19:21:28.135Z Downloaded num_enum v0.5.11
9652026-03-24T19:21:28.141Z Downloaded num_enum v0.7.5
9662026-03-24T19:21:28.141Z Downloaded num-rational v0.4.2
9672026-03-24T19:21:28.141Z Downloaded foldhash v0.2.0
9682026-03-24T19:21:28.141Z Downloaded cookie v0.18.1
9692026-03-24T19:21:28.141Z Downloaded cargo_toml v0.22.3
9702026-03-24T19:21:28.145Z Downloaded console v0.16.2
9712026-03-24T19:21:28.145Z Downloaded oxnet v0.1.4
9722026-03-24T19:21:28.145Z Downloaded num_enum_derive v0.5.11
9732026-03-24T19:21:28.145Z Downloaded csv-core v0.1.13
9742026-03-24T19:21:28.148Z Downloaded ingot-types v0.1.2
9752026-03-24T19:21:28.148Z Downloaded progenitor-macro v0.10.0
9762026-03-24T19:21:28.154Z Downloaded allocator-api2 v0.2.21
9772026-03-24T19:21:28.154Z Downloaded multer v3.1.0
9782026-03-24T19:21:28.158Z Downloaded progenitor-client v0.10.0
9792026-03-24T19:21:28.158Z Downloaded num_enum_derive v0.7.5
9802026-03-24T19:21:28.158Z Downloaded parking_lot_core v0.8.6
9812026-03-24T19:21:28.162Z Downloaded progenitor-macro v0.13.0
9822026-03-24T19:21:28.162Z Downloaded progenitor-macro v0.11.2
9832026-03-24T19:21:28.179Z Downloaded rand_xorshift v0.4.0
9842026-03-24T19:21:28.180Z Downloaded oxide-tokio-rt v0.1.2
9852026-03-24T19:21:28.180Z Downloaded quick-error v1.2.3
9862026-03-24T19:21:28.180Z Downloaded pem v3.0.6
9872026-03-24T19:21:28.180Z Downloaded paste v1.0.15
9882026-03-24T19:21:28.198Z Downloaded ref-cast-impl v1.0.25
9892026-03-24T19:21:28.198Z Downloaded rand_chacha v0.3.1
9902026-03-24T19:21:28.198Z Downloaded rustc_version v0.1.7
9912026-03-24T19:21:28.198Z Downloaded ref-cast v1.0.25
9922026-03-24T19:21:28.198Z Downloaded crossbeam-utils v0.8.21
9932026-03-24T19:21:28.198Z Downloaded erased-serde v0.3.31
9942026-03-24T19:21:28.198Z Downloaded linear-map v1.2.0
9952026-03-24T19:21:28.198Z Downloaded anstream v0.6.21
9962026-03-24T19:21:28.198Z Downloaded phf v0.12.1
9972026-03-24T19:21:28.198Z Downloaded drift v0.1.3
9982026-03-24T19:21:28.204Z Downloaded proc-macro-error v1.0.4
9992026-03-24T19:21:28.204Z Downloaded poly1305 v0.8.0
10002026-03-24T19:21:28.204Z Downloaded powerfmt v0.2.0
10012026-03-24T19:21:28.204Z Downloaded serde_repr v0.1.20
10022026-03-24T19:21:28.204Z Downloaded serde-big-array v0.5.1
10032026-03-24T19:21:28.211Z Downloaded same-file v1.0.6
10042026-03-24T19:21:28.211Z Downloaded sha1 v0.10.6
10052026-03-24T19:21:28.211Z Downloaded serde_plain v1.0.2
10062026-03-24T19:21:28.211Z Downloaded scroll_derive v0.13.1
10072026-03-24T19:21:28.215Z Downloaded scroll_derive v0.12.1
10082026-03-24T19:21:28.215Z Downloaded semver v0.1.20
10092026-03-24T19:21:28.215Z Downloaded secrecy v0.10.3
10102026-03-24T19:21:28.215Z Downloaded icu_collections v2.1.1
10112026-03-24T19:21:28.219Z Downloaded progenitor v0.10.0
10122026-03-24T19:21:28.219Z Downloaded fs_extra v1.3.0
10132026-03-24T19:21:28.225Z Downloaded litemap v0.8.1
10142026-03-24T19:21:28.225Z Downloaded memmap2 v0.9.10
10152026-03-24T19:21:28.225Z Downloaded serde_spanned v1.0.4
10162026-03-24T19:21:28.231Z Downloaded crossbeam-epoch v0.9.18
10172026-03-24T19:21:28.231Z Downloaded colored v3.1.1
10182026-03-24T19:21:28.241Z Downloaded serial_test_derive v3.3.1
10192026-03-24T19:21:28.241Z Downloaded diff v0.1.13
10202026-03-24T19:21:28.241Z Downloaded once_cell v1.21.3
10212026-03-24T19:21:28.241Z Downloaded serial_test v3.3.1
10222026-03-24T19:21:28.241Z Downloaded progenitor v0.11.2
10232026-03-24T19:21:28.247Z Downloaded sigpipe v0.1.3
10242026-03-24T19:21:28.247Z Downloaded owo-colors v4.2.3
10252026-03-24T19:21:28.247Z Downloaded siphasher v1.0.2
10262026-03-24T19:21:28.247Z Downloaded progenitor-client v0.13.0
10272026-03-24T19:21:28.247Z Downloaded omicron-zone-package v0.12.2
10282026-03-24T19:21:28.254Z Downloaded quote v1.0.44
10292026-03-24T19:21:28.254Z Downloaded password-hash v0.5.0
10302026-03-24T19:21:28.254Z Downloaded pest_derive v2.8.6
10312026-03-24T19:21:28.260Z Downloaded icu_properties v2.1.2
10322026-03-24T19:21:28.260Z Downloaded slog-envlogger v2.2.0
10332026-03-24T19:21:28.260Z Downloaded parking_lot v0.11.2
10342026-03-24T19:21:28.266Z Downloaded indexmap v1.9.3
10352026-03-24T19:21:28.266Z Downloaded slog-bunyan v2.5.0
10362026-03-24T19:21:28.266Z Downloaded stable_deref_trait v1.2.1
10372026-03-24T19:21:28.266Z Downloaded smawk v0.3.2
10382026-03-24T19:21:28.266Z Downloaded icu_provider v2.1.1
10392026-03-24T19:21:28.270Z Downloaded arc-swap v1.8.2
10402026-03-24T19:21:28.275Z Downloaded strum v0.27.2
10412026-03-24T19:21:28.275Z Downloaded structmeta v0.3.0
10422026-03-24T19:21:28.275Z Downloaded spin v0.5.2
10432026-03-24T19:21:28.280Z Downloaded structmeta-derive v0.3.0
10442026-03-24T19:21:28.280Z Downloaded derive_more v0.99.20
10452026-03-24T19:21:28.280Z Downloaded strum v0.26.3
10462026-03-24T19:21:28.280Z Downloaded rusty-fork v0.3.1
10472026-03-24T19:21:28.284Z Downloaded postcard v1.1.3
10482026-03-24T19:21:28.284Z Downloaded pest_generator v2.8.6
10492026-03-24T19:21:28.292Z Downloaded elliptic-curve v0.13.8
10502026-03-24T19:21:28.292Z Downloaded dropshot_endpoint v0.16.7
10512026-03-24T19:21:28.292Z Downloaded serde_derive_internals v0.29.1
10522026-03-24T19:21:28.297Z Downloaded scroll v0.13.0
10532026-03-24T19:21:28.297Z Downloaded rustls-pemfile v2.2.0
10542026-03-24T19:21:28.297Z Downloaded scroll v0.12.0
10552026-03-24T19:21:28.303Z Downloaded rustls-native-certs v0.8.3
10562026-03-24T19:21:28.303Z Downloaded tabled_derive v0.11.0
10572026-03-24T19:21:28.303Z Downloaded proc-macro-error2 v2.0.1
10582026-03-24T19:21:28.311Z Downloaded tagptr v0.2.0
10592026-03-24T19:21:28.311Z Downloaded tabled_derive v0.7.0
10602026-03-24T19:21:28.311Z Downloaded derive-where v1.6.0
10612026-03-24T19:21:28.317Z Downloaded getrandom v0.4.1
10622026-03-24T19:21:28.318Z Downloaded darling_core v0.21.3
10632026-03-24T19:21:28.323Z Downloaded terminal_size v0.4.3
10642026-03-24T19:21:28.323Z Downloaded tabwriter v1.4.1
10652026-03-24T19:21:28.323Z Downloaded const_format v0.2.35
10662026-03-24T19:21:28.323Z Downloaded rustversion v1.0.22
10672026-03-24T19:21:28.332Z Downloaded termtree v0.5.1
10682026-03-24T19:21:28.333Z Downloaded hickory-resolver v0.24.4
10692026-03-24T19:21:28.333Z Downloaded thiserror-impl-no-std v2.0.2
10702026-03-24T19:21:28.340Z Downloaded serde_tokenstream v0.2.3
10712026-03-24T19:21:28.340Z Downloaded progenitor v0.13.0
10722026-03-24T19:21:28.340Z Downloaded testing_table v0.3.0
10732026-03-24T19:21:28.340Z Downloaded clap v4.5.59
10742026-03-24T19:21:28.351Z Downloaded time-core v0.1.8
10752026-03-24T19:21:28.352Z Downloaded icu_normalizer_data v2.1.1
10762026-03-24T19:21:28.352Z Downloaded slog-term v2.9.2
10772026-03-24T19:21:28.352Z Downloaded slog-dtrace v0.3.0
10782026-03-24T19:21:28.352Z Downloaded indicatif v0.18.4
10792026-03-24T19:21:28.364Z Downloaded thread-id v4.2.2
10802026-03-24T19:21:28.364Z Downloaded papergrid v0.17.0
10812026-03-24T19:21:28.364Z Downloaded smartstring v1.0.1
10822026-03-24T19:21:28.364Z Downloaded slog-json v2.6.1
10832026-03-24T19:21:28.377Z Downloaded smf v0.2.3
10842026-03-24T19:21:28.377Z Downloaded slog-stdlog v4.1.1
10852026-03-24T19:21:28.377Z Downloaded resolv-conf v0.7.6
10862026-03-24T19:21:28.378Z Downloaded slog-scope v4.4.1
10872026-03-24T19:21:28.378Z Downloaded unarray v0.1.4
10882026-03-24T19:21:28.378Z Downloaded snafu-derive v0.8.9
10892026-03-24T19:21:28.378Z Downloaded cancel-safe-futures v0.1.5
10902026-03-24T19:21:28.378Z Downloaded typify-macro v0.6.1
10912026-03-24T19:21:28.378Z Downloaded hickory-resolver v0.25.2
10922026-03-24T19:21:28.378Z Downloaded anyhow v1.0.101
10932026-03-24T19:21:28.390Z Downloaded pin-project-lite v0.2.16
10942026-03-24T19:21:28.390Z Downloaded schemars_derive v0.8.22
10952026-03-24T19:21:28.390Z Downloaded chacha20poly1305 v0.10.1
10962026-03-24T19:21:28.391Z Downloaded serde_with_macros v3.16.1
10972026-03-24T19:21:28.391Z Downloaded pin-project-internal v1.1.10
10982026-03-24T19:21:28.400Z Downloaded usdt v0.5.0
10992026-03-24T19:21:28.401Z Downloaded take_mut v0.2.2
11002026-03-24T19:21:28.401Z Downloaded wait-timeout v0.2.1
11012026-03-24T19:21:28.401Z Downloaded strum_macros v0.27.2
11022026-03-24T19:21:28.401Z Downloaded waitgroup v0.1.2
11032026-03-24T19:21:28.401Z Downloaded clap_derive v4.5.55
11042026-03-24T19:21:28.401Z Downloaded usdt-macro v0.6.0
11052026-03-24T19:21:28.401Z Downloaded blake2 v0.10.6
11062026-03-24T19:21:28.401Z Downloaded parse-display-derive v0.10.0
11072026-03-24T19:21:28.402Z Downloaded darling v0.21.3
11082026-03-24T19:21:28.409Z Downloaded yoke-derive v0.8.1
11092026-03-24T19:21:28.409Z Downloaded universal-hash v0.5.1
11102026-03-24T19:21:28.409Z Downloaded typify-macro v0.4.3
11112026-03-24T19:21:28.409Z Downloaded synstructure v0.13.2
11122026-03-24T19:21:28.409Z Downloaded usdt-attr-macro v0.5.0
11132026-03-24T19:21:28.409Z Downloaded usdt v0.6.0
11142026-03-24T19:21:28.410Z Downloaded ciborium v0.2.2
11152026-03-24T19:21:28.410Z Downloaded unit-prefix v0.5.2
11162026-03-24T19:21:28.410Z Downloaded daft-derive v0.1.5
11172026-03-24T19:21:28.416Z Downloaded usdt-attr-macro v0.6.0
11182026-03-24T19:21:28.416Z Downloaded cc v1.2.56
11192026-03-24T19:21:28.416Z Downloaded anstyle-parse v0.2.7
11202026-03-24T19:21:28.416Z Downloaded async-recursion v1.1.1
11212026-03-24T19:21:28.421Z Downloaded openssl-sys v0.9.111
11222026-03-24T19:21:28.430Z Downloaded progenitor-impl v0.11.2
11232026-03-24T19:21:28.430Z Downloaded progenitor-impl v0.10.0
11242026-03-24T19:21:28.430Z Downloaded utf-8 v0.7.6
11252026-03-24T19:21:28.435Z Downloaded usdt-macro v0.5.0
11262026-03-24T19:21:28.435Z Downloaded papergrid v0.11.0
11272026-03-24T19:21:28.435Z Downloaded zerofrom v0.1.6
11282026-03-24T19:21:28.435Z Downloaded thiserror-no-std v2.0.2
11292026-03-24T19:21:28.435Z Downloaded minimal-lexical v0.2.1
11302026-03-24T19:21:28.438Z Downloaded thread-id v5.1.0
11312026-03-24T19:21:28.438Z Downloaded slog-async v2.8.0
11322026-03-24T19:21:28.442Z Downloaded progenitor-impl v0.13.0
11332026-03-24T19:21:28.442Z Downloaded tiny-keccak v2.0.2
11342026-03-24T19:21:28.445Z Downloaded zone v0.3.1
11352026-03-24T19:21:28.445Z Downloaded zeroize_derive v1.4.3
11362026-03-24T19:21:28.445Z Downloaded zerofrom-derive v0.1.6
11372026-03-24T19:21:28.445Z Downloaded zone_cfg_derive v0.3.1
11382026-03-24T19:21:28.451Z Downloaded parse-display v0.10.0
11392026-03-24T19:21:28.451Z Downloaded num-complex v0.4.6
11402026-03-24T19:21:28.451Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11412026-03-24T19:21:28.451Z Downloaded tokio-tungstenite v0.21.0
11422026-03-24T19:21:28.458Z Downloaded glob v0.3.3
11432026-03-24T19:21:28.458Z Downloaded tokio-rustls v0.25.0
11442026-03-24T19:21:28.458Z Downloaded spin v0.9.8
11452026-03-24T19:21:28.465Z Downloaded tokio-macros v2.6.0
11462026-03-24T19:21:28.466Z Downloaded tokio-dtrace v0.1.1
11472026-03-24T19:21:28.466Z Downloaded git-stub-vcs v0.1.0
11482026-03-24T19:21:28.466Z Downloaded float-ord v0.3.2
11492026-03-24T19:21:28.466Z Downloaded is-terminal v0.4.17
11502026-03-24T19:21:28.466Z Downloaded heck v0.4.1
11512026-03-24T19:21:28.466Z Downloaded backoff v0.4.0
11522026-03-24T19:21:28.472Z Downloaded rhai_codegen v3.1.0
11532026-03-24T19:21:28.472Z Downloaded topological-sort v0.2.2
11542026-03-24T19:21:28.473Z Downloaded prettyplease v0.2.37
11552026-03-24T19:21:28.476Z Downloaded toml_writer v1.0.6+spec-1.1.0
11562026-03-24T19:21:28.476Z Downloaded serde_yaml v0.9.34+deprecated
11572026-03-24T19:21:28.480Z Downloaded base64 v0.21.7
11582026-03-24T19:21:28.480Z Downloaded pretty_assertions v1.4.1
11592026-03-24T19:21:28.484Z Downloaded vsss-rs v3.3.4
11602026-03-24T19:21:28.484Z Downloaded xz2 v0.1.7
11612026-03-24T19:21:28.484Z Downloaded pest_meta v2.8.6
11622026-03-24T19:21:28.488Z Downloaded heapless v0.8.0
11632026-03-24T19:21:28.491Z Downloaded schemars v0.8.22
11642026-03-24T19:21:28.499Z Downloaded untrusted v0.7.1
11652026-03-24T19:21:28.503Z Downloaded sdd v3.0.10
11662026-03-24T19:21:28.503Z Downloaded crossbeam-channel v0.5.15
11672026-03-24T19:21:28.506Z Downloaded jiff-static v0.2.20
11682026-03-24T19:21:28.506Z Downloaded tempfile v3.25.0
11692026-03-24T19:21:28.511Z Downloaded crypto-bigint v0.5.5
11702026-03-24T19:21:28.521Z Downloaded walkdir v2.5.0
11712026-03-24T19:21:28.521Z Downloaded writeable v0.6.2
11722026-03-24T19:21:28.521Z Downloaded time-macros v0.2.27
11732026-03-24T19:21:28.533Z Downloaded slog v2.8.2
11742026-03-24T19:21:28.533Z Downloaded tinystr v0.8.2
11752026-03-24T19:21:28.533Z Downloaded similar v2.7.0
11762026-03-24T19:21:28.533Z Downloaded zerovec-derive v0.11.2
11772026-03-24T19:21:28.533Z Downloaded yoke v0.8.1
11782026-03-24T19:21:28.533Z Downloaded thin-vec v0.2.14
11792026-03-24T19:21:28.534Z Downloaded hashbrown v0.12.3
11802026-03-24T19:21:28.541Z Downloaded toml_parser v1.0.9+spec-1.1.0
11812026-03-24T19:21:28.541Z Downloaded rustls-platform-verifier v0.6.2
11822026-03-24T19:21:28.541Z Downloaded socket2 v0.5.10
11832026-03-24T19:21:28.541Z Downloaded strum_macros v0.26.4
11842026-03-24T19:21:28.546Z Downloaded pin-project v1.1.10
11852026-03-24T19:21:28.554Z Downloaded usdt-impl v0.5.0
11862026-03-24T19:21:28.554Z Downloaded derive-ex v0.1.8
11872026-03-24T19:21:28.554Z Downloaded usdt-impl v0.6.0
11882026-03-24T19:21:28.560Z Downloaded dropshot-api-manager v0.5.2
11892026-03-24T19:21:28.560Z Downloaded schemars v0.9.0
11902026-03-24T19:21:28.566Z Downloaded whoami v1.6.1
11912026-03-24T19:21:28.566Z Downloaded ucd-trie v0.1.7
11922026-03-24T19:21:28.572Z Downloaded deranged v0.5.6
11932026-03-24T19:21:28.573Z Downloaded newline-converter v0.3.0
11942026-03-24T19:21:28.573Z Downloaded instant v0.1.13
11952026-03-24T19:21:28.573Z Downloaded foreign-types-shared v0.3.1
11962026-03-24T19:21:28.573Z Downloaded base16ct v0.2.0
11972026-03-24T19:21:28.573Z Downloaded dunce v1.0.5
11982026-03-24T19:21:28.581Z Downloaded test-strategy v0.4.5
11992026-03-24T19:21:28.582Z Downloaded term v1.2.1
12002026-03-24T19:21:28.582Z Downloaded qorb v0.4.1
12012026-03-24T19:21:28.589Z Downloaded zerocopy-derive v0.7.35
12022026-03-24T19:21:28.589Z Downloaded rayon-core v1.13.0
12032026-03-24T19:21:28.589Z Downloaded tar v0.4.44
12042026-03-24T19:21:28.598Z Downloaded defmt v0.3.100
12052026-03-24T19:21:28.598Z Downloaded bit-set v0.8.0
12062026-03-24T19:21:28.598Z Downloaded toml v0.7.8
12072026-03-24T19:21:28.598Z Downloaded typify v0.4.3
12082026-03-24T19:21:28.603Z Downloaded typify v0.6.1
12092026-03-24T19:21:28.603Z Downloaded socket2 v0.6.2
12102026-03-24T19:21:28.604Z Downloaded snafu v0.8.9
12112026-03-24T19:21:28.616Z Downloaded uuid v1.21.0
12122026-03-24T19:21:28.617Z Downloaded tungstenite v0.21.0
12132026-03-24T19:21:28.617Z Downloaded unsafe-libyaml v0.2.11
12142026-03-24T19:21:28.631Z Downloaded nom v7.1.3
12152026-03-24T19:21:28.631Z Downloaded rustls-webpki v0.103.9
12162026-03-24T19:21:28.631Z Downloaded rand v0.8.5
12172026-03-24T19:21:28.631Z Downloaded iri-string v0.7.10
12182026-03-24T19:21:28.643Z Downloaded tinyvec v1.10.0
12192026-03-24T19:21:28.643Z Downloaded foreign-types-macros v0.2.3
12202026-03-24T19:21:28.643Z Downloaded dropshot-api-manager-types v0.5.2
12212026-03-24T19:21:28.643Z Downloaded base16ct v1.0.0
12222026-03-24T19:21:28.643Z Downloaded const-random v0.1.18
12232026-03-24T19:21:28.643Z Downloaded highway v1.3.0
12242026-03-24T19:21:28.643Z Downloaded memoffset v0.9.1
12252026-03-24T19:21:28.643Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-03-24T19:21:28.650Z Downloaded toml v0.9.12+spec-1.1.0
12272026-03-24T19:21:28.650Z Downloaded schemars v1.2.1
12282026-03-24T19:21:28.657Z Downloaded yansi v1.0.1
12292026-03-24T19:21:28.662Z Downloaded toml_edit v0.19.15
12302026-03-24T19:21:28.678Z Downloaded steno v0.4.1
12312026-03-24T19:21:28.688Z Downloaded pest v2.8.6
12322026-03-24T19:21:28.693Z Downloaded iddqd v0.3.17
12332026-03-24T19:21:28.693Z Downloaded itertools v0.12.1
12342026-03-24T19:21:28.708Z Downloaded nom v8.0.0
12352026-03-24T19:21:28.713Z Downloaded unicode-segmentation v1.12.0
12362026-03-24T19:21:28.713Z Downloaded zerotrie v0.2.3
12372026-03-24T19:21:28.713Z Downloaded typed-path v0.9.3
12382026-03-24T19:21:28.722Z Downloaded clap_builder v4.5.59
12392026-03-24T19:21:28.739Z Downloaded scc v2.4.0
12402026-03-24T19:21:28.791Z Downloaded hkdf v0.12.4
12412026-03-24T19:21:28.833Z Downloaded libm v0.2.16
12422026-03-24T19:21:28.833Z Downloaded icu_properties_data v2.1.2
12432026-03-24T19:21:28.833Z Downloaded reqwest v0.13.2
12442026-03-24T19:21:28.833Z Downloaded zerocopy-derive v0.8.39
12452026-03-24T19:21:28.833Z Downloaded goblin v0.8.2
12462026-03-24T19:21:28.833Z Downloaded zerovec v0.11.5
12472026-03-24T19:21:28.863Z Downloaded blake3 v1.8.3
12482026-03-24T19:21:28.863Z Downloaded goblin v0.10.5
12492026-03-24T19:21:28.879Z Downloaded tough v0.20.0
12502026-03-24T19:21:28.879Z Downloaded serde_with v3.16.1
12512026-03-24T19:21:28.879Z Downloaded rayon v1.11.0
12522026-03-24T19:21:28.879Z Downloaded rustls-webpki v0.102.8
12532026-03-24T19:21:28.916Z Downloaded aws-lc-rs v1.15.4
12542026-03-24T19:21:28.933Z Downloaded winnow v0.5.40
12552026-03-24T19:21:28.933Z Downloaded proptest v1.10.0
12562026-03-24T19:21:28.933Z Downloaded chrono v0.4.43
12572026-03-24T19:21:28.934Z Downloaded zerocopy v0.7.35
12582026-03-24T19:21:28.934Z Downloaded moka v0.12.13
12592026-03-24T19:21:28.948Z Downloaded tabled v0.15.0
12602026-03-24T19:21:28.948Z Downloaded winnow v0.7.14
12612026-03-24T19:21:28.960Z Downloaded time v0.3.47
12622026-03-24T19:21:28.960Z Downloaded quinn-proto v0.11.13
12632026-03-24T19:21:28.969Z Downloaded tabled v0.20.0
12642026-03-24T19:21:28.981Z Downloaded syn v1.0.109
12652026-03-24T19:21:28.982Z Downloaded openssl v0.10.75
12662026-03-24T19:21:29.017Z Downloaded zerocopy v0.8.39
12672026-03-24T19:21:29.034Z Downloaded rhai v1.24.0
12682026-03-24T19:21:29.042Z Downloaded nix v0.31.1
12692026-03-24T19:21:29.073Z Downloaded syn v2.0.116
12702026-03-24T19:21:29.079Z Downloaded dropshot v0.16.7
12712026-03-24T19:21:29.102Z Downloaded smoltcp v0.11.0
12722026-03-24T19:21:29.109Z Downloaded regress v0.10.5
12732026-03-24T19:21:29.115Z Downloaded hickory-proto v0.25.2
12742026-03-24T19:21:29.123Z Downloaded regex-syntax v0.8.9
12752026-03-24T19:21:29.128Z Downloaded openapiv3 v2.2.0
12762026-03-24T19:21:29.141Z Downloaded hickory-proto v0.24.4
12772026-03-24T19:21:29.169Z Downloaded rustls v0.23.36
12782026-03-24T19:21:29.180Z Downloaded sled v0.34.7
12792026-03-24T19:21:29.180Z Downloaded typify-impl v0.4.3
12802026-03-24T19:21:29.189Z Downloaded rustix v1.1.3
12812026-03-24T19:21:29.220Z Downloaded rustls v0.22.4
12822026-03-24T19:21:29.255Z Downloaded typify-impl v0.6.1
12832026-03-24T19:21:29.267Z Downloaded petgraph v0.6.5
12842026-03-24T19:21:29.275Z Downloaded libc v0.2.180
12852026-03-24T19:21:29.303Z Downloaded jiff v0.2.20
12862026-03-24T19:21:29.321Z Downloaded lzma-sys v0.1.20
12872026-03-24T19:21:29.336Z Downloaded tokio v1.49.0
12882026-03-24T19:21:29.364Z Downloaded chrono-tz v0.10.4
12892026-03-24T19:21:29.408Z Downloaded csv v1.4.0
12902026-03-24T19:21:29.426Z Downloaded sha3 v0.10.8
12912026-03-24T19:21:29.509Z Downloaded encoding_rs v0.8.35
12922026-03-24T19:21:30.305Z Downloaded aws-lc-sys v0.37.1
12932026-03-24T19:21:31.492Z Compiling proc-macro2 v1.0.106
12942026-03-24T19:21:31.492Z Compiling quote v1.0.44
12952026-03-24T19:21:31.492Z Compiling unicode-ident v1.0.24
12962026-03-24T19:21:31.496Z Compiling serde_core v1.0.228
12972026-03-24T19:21:31.496Z Compiling cfg-if v1.0.4
12982026-03-24T19:21:31.496Z Compiling serde v1.0.228
12992026-03-24T19:21:31.496Z Compiling libc v0.2.180
13002026-03-24T19:21:31.496Z Compiling memchr v2.8.0
13012026-03-24T19:21:31.748Z Compiling itoa v1.0.17
13022026-03-24T19:21:31.984Z Compiling zmij v1.0.21
13032026-03-24T19:21:32.020Z Compiling autocfg v1.5.0
13042026-03-24T19:21:32.137Z Compiling libm v0.2.16
13052026-03-24T19:21:32.587Z Compiling version_check v0.9.5
13062026-03-24T19:21:32.600Z Compiling getrandom v0.4.1
13072026-03-24T19:21:32.867Z Compiling stable_deref_trait v1.2.1
13082026-03-24T19:21:32.879Z Compiling iana-time-zone v0.1.65
13092026-03-24T19:21:32.969Z Compiling equivalent v1.0.2
13102026-03-24T19:21:32.972Z Compiling pin-project-lite v0.2.16
13112026-03-24T19:21:32.993Z Compiling writeable v0.6.2
13122026-03-24T19:21:33.068Z Compiling litemap v0.8.1
13132026-03-24T19:21:33.091Z Compiling foldhash v0.2.0
13142026-03-24T19:21:33.163Z Compiling allocator-api2 v0.2.21
13152026-03-24T19:21:33.247Z Compiling icu_normalizer_data v2.1.1
13162026-03-24T19:21:33.310Z Compiling syn v2.0.116
13172026-03-24T19:21:33.397Z Compiling parking_lot_core v0.9.12
13182026-03-24T19:21:33.464Z Compiling icu_properties_data v2.1.2
13192026-03-24T19:21:33.552Z Compiling hashbrown v0.16.1
13202026-03-24T19:21:33.583Z Compiling percent-encoding v2.3.2
13212026-03-24T19:21:33.606Z Compiling scopeguard v1.2.0
13222026-03-24T19:21:33.743Z Compiling lock_api v0.4.14
13232026-03-24T19:21:33.846Z Compiling dyn-clone v1.0.20
13242026-03-24T19:21:33.883Z Compiling form_urlencoded v1.2.2
13252026-03-24T19:21:33.995Z Compiling utf8_iter v1.0.4
13262026-03-24T19:21:34.030Z Compiling log v0.4.29
13272026-03-24T19:21:34.054Z Compiling serde_json v1.0.149
13282026-03-24T19:21:34.119Z Compiling jobserver v0.1.34
13292026-03-24T19:21:34.286Z Compiling shlex v1.3.0
13302026-03-24T19:21:34.379Z Compiling find-msvc-tools v0.1.9
13312026-03-24T19:21:34.405Z Compiling futures-core v0.3.32
13322026-03-24T19:21:34.421Z Compiling thiserror v2.0.18
13332026-03-24T19:21:34.519Z Compiling num-traits v0.2.19
13342026-03-24T19:21:34.535Z Compiling heck v0.5.0
13352026-03-24T19:21:34.564Z Compiling zerocopy v0.8.39
13362026-03-24T19:21:34.604Z Compiling cc v1.2.56
13372026-03-24T19:21:34.698Z Compiling errno v0.3.14
13382026-03-24T19:21:34.822Z Compiling semver v1.0.27
13392026-03-24T19:21:34.882Z Compiling indexmap v2.13.0
13402026-03-24T19:21:35.162Z Compiling fnv v1.0.7
13412026-03-24T19:21:35.274Z Compiling futures-sink v0.3.32
13422026-03-24T19:21:35.397Z Compiling getrandom v0.2.17
13432026-03-24T19:21:35.459Z Compiling slab v0.4.12
13442026-03-24T19:21:35.620Z Compiling futures-channel v0.3.32
13452026-03-24T19:21:35.675Z Compiling futures-task v0.3.32
13462026-03-24T19:21:35.762Z Compiling futures-io v0.3.32
13472026-03-24T19:21:35.891Z Compiling uuid v1.21.0
13482026-03-24T19:21:35.910Z Compiling portable-atomic v1.13.1
13492026-03-24T19:21:36.279Z Compiling typenum v1.19.0
13502026-03-24T19:21:36.354Z Compiling socket2 v0.6.2
13512026-03-24T19:21:36.422Z Compiling ring v0.17.14
13522026-03-24T19:21:36.462Z Compiling rustversion v1.0.22
13532026-03-24T19:21:36.490Z Compiling schemars v0.8.22
13542026-03-24T19:21:36.776Z Compiling critical-section v1.2.0
13552026-03-24T19:21:36.903Z Compiling untrusted v0.9.0
13562026-03-24T19:21:36.955Z Compiling regex-syntax v0.8.9
13572026-03-24T19:21:37.049Z Compiling signal-hook-registry v1.4.8
13582026-03-24T19:21:37.310Z Compiling once_cell v1.21.3
13592026-03-24T19:21:37.426Z Compiling synstructure v0.13.2
13602026-03-24T19:21:37.481Z Compiling serde_derive_internals v0.29.1
13612026-03-24T19:21:37.585Z Compiling bitflags v2.11.0
13622026-03-24T19:21:37.601Z Compiling mio v1.1.1
13632026-03-24T19:21:37.760Z Compiling byteorder v1.5.0
13642026-03-24T19:21:38.061Z Compiling subtle v2.6.1
13652026-03-24T19:21:38.086Z Compiling rand_core v0.6.4
13662026-03-24T19:21:38.122Z Compiling rustix v1.1.3
13672026-03-24T19:21:38.273Z Compiling base64 v0.22.1
13682026-03-24T19:21:38.516Z Compiling httparse v1.10.1
13692026-03-24T19:21:38.630Z Compiling ucd-trie v0.1.7
13702026-03-24T19:21:38.699Z Compiling atomic-waker v1.1.2
13712026-03-24T19:21:38.844Z Compiling ipnet v2.11.0
13722026-03-24T19:21:38.857Z Compiling getrandom v0.3.4
13732026-03-24T19:21:38.922Z Compiling pest v2.8.6
13742026-03-24T19:21:39.023Z Compiling tower-service v0.3.3
13752026-03-24T19:21:39.036Z Compiling tower-layer v0.3.3
13762026-03-24T19:21:39.132Z Compiling thiserror v1.0.69
13772026-03-24T19:21:39.306Z Compiling ryu v1.0.23
13782026-03-24T19:21:39.352Z Compiling serde_derive v1.0.228
13792026-03-24T19:21:39.534Z Compiling zerofrom-derive v0.1.6
13802026-03-24T19:21:39.548Z Compiling yoke-derive v0.8.1
13812026-03-24T19:21:39.561Z Compiling zerovec-derive v0.11.2
13822026-03-24T19:21:39.632Z Compiling displaydoc v0.2.5
13832026-03-24T19:21:40.657Z Compiling schemars_derive v0.8.22
13842026-03-24T19:21:40.718Z Compiling tokio-macros v2.6.0
13852026-03-24T19:21:40.746Z Compiling thiserror-impl v2.0.18
13862026-03-24T19:21:40.950Z Compiling zerocopy-derive v0.8.39
13872026-03-24T19:21:41.015Z Compiling zeroize_derive v1.4.3
13882026-03-24T19:21:41.160Z Compiling futures-macro v0.3.32
13892026-03-24T19:21:41.189Z Compiling zerofrom v0.1.6
13902026-03-24T19:21:41.347Z Compiling yoke v0.8.1
13912026-03-24T19:21:41.586Z Compiling zerovec v0.11.5
13922026-03-24T19:21:41.713Z Compiling zerotrie v0.2.3
13932026-03-24T19:21:41.917Z Compiling zeroize v1.8.2
13942026-03-24T19:21:42.171Z Compiling pest_meta v2.8.6
13952026-03-24T19:21:42.313Z Compiling tinystr v0.8.2
13962026-03-24T19:21:42.330Z Compiling potential_utf v0.1.4
13972026-03-24T19:21:42.345Z Compiling futures-util v0.3.32
13982026-03-24T19:21:42.441Z Compiling thiserror-impl v1.0.69
13992026-03-24T19:21:42.536Z Compiling icu_locale_core v2.1.1
14002026-03-24T19:21:42.581Z Compiling icu_collections v2.1.1
14012026-03-24T19:21:42.595Z Compiling try-lock v0.2.5
14022026-03-24T19:21:42.728Z Compiling want v0.3.1
14032026-03-24T19:21:42.942Z Compiling generic-array v0.14.7
14042026-03-24T19:21:43.242Z Compiling pest_generator v2.8.6
14052026-03-24T19:21:43.329Z Compiling pin-utils v0.1.0
14062026-03-24T19:21:43.414Z Compiling icu_provider v2.1.1
14072026-03-24T19:21:43.826Z Compiling bytes v1.11.1
14082026-03-24T19:21:43.867Z Compiling smallvec v1.15.1
14092026-03-24T19:21:43.902Z Compiling icu_properties v2.1.2
14102026-03-24T19:21:44.060Z Compiling chrono v0.4.43
14112026-03-24T19:21:44.092Z Compiling serde_tokenstream v0.2.3
14122026-03-24T19:21:44.167Z Compiling icu_normalizer v2.1.1
14132026-03-24T19:21:44.719Z Compiling http v1.4.0
14142026-03-24T19:21:44.851Z Compiling parking_lot v0.12.5
14152026-03-24T19:21:45.099Z Compiling idna_adapter v1.2.1
14162026-03-24T19:21:45.287Z Compiling idna v1.1.0
14172026-03-24T19:21:45.411Z Compiling tokio v1.49.0
14182026-03-24T19:21:45.624Z Compiling http-body v1.0.1
14192026-03-24T19:21:45.816Z Compiling url v2.5.8
14202026-03-24T19:21:46.091Z Compiling httpdate v1.0.3
14212026-03-24T19:21:46.139Z Compiling pretty-hex v0.4.1
14222026-03-24T19:21:46.191Z Compiling pest_derive v2.8.6
14232026-03-24T19:21:46.339Z Compiling plain v0.2.3
14242026-03-24T19:21:46.389Z Compiling slog v2.8.2
14252026-03-24T19:21:46.687Z Compiling aho-corasick v1.1.4
14262026-03-24T19:21:46.897Z Compiling strsim v0.11.1
14272026-03-24T19:21:47.094Z Compiling erased-serde v0.3.31
14282026-03-24T19:21:47.107Z Compiling tracing-attributes v0.1.31
14292026-03-24T19:21:47.184Z Compiling tracing-core v0.1.36
14302026-03-24T19:21:47.470Z Compiling ppv-lite86 v0.2.21
14312026-03-24T19:21:47.605Z Compiling winnow v0.7.14
14322026-03-24T19:21:47.944Z Compiling regex-automata v0.4.14
14332026-03-24T19:21:48.028Z Compiling crypto-common v0.1.7
14342026-03-24T19:21:48.207Z Compiling http-body-util v0.1.3
14352026-03-24T19:21:48.425Z Compiling serde_urlencoded v0.7.1
14362026-03-24T19:21:48.524Z Compiling paste v1.0.15
14372026-03-24T19:21:48.576Z Compiling sync_wrapper v1.0.2
14382026-03-24T19:21:48.706Z Compiling regress v0.10.5
14392026-03-24T19:21:48.803Z Compiling rustls-pki-types v1.14.0
14402026-03-24T19:21:48.842Z Compiling tracing v0.1.44
14412026-03-24T19:21:49.016Z Compiling scroll_derive v0.13.1
14422026-03-24T19:21:49.463Z Compiling powerfmt v0.2.0
14432026-03-24T19:21:49.620Z Compiling anyhow v1.0.101
14442026-03-24T19:21:49.704Z Compiling num-conv v0.2.0
14452026-03-24T19:21:49.735Z Compiling time-core v0.1.8
14462026-03-24T19:21:49.882Z Compiling deranged v0.5.6
14472026-03-24T19:21:49.930Z Compiling time-macros v0.2.27
14482026-03-24T19:21:50.133Z Compiling scroll v0.13.0
14492026-03-24T19:21:50.312Z Compiling regex v1.12.3
14502026-03-24T19:21:50.480Z Compiling ident_case v1.0.1
14512026-03-24T19:21:50.634Z Compiling cpufeatures v0.2.17
14522026-03-24T19:21:50.722Z Compiling num_threads v0.1.7
14532026-03-24T19:21:50.838Z Compiling typify-impl v0.4.3
14542026-03-24T19:21:50.965Z Compiling iri-string v0.7.10
14552026-03-24T19:21:51.286Z Compiling fastrand v2.3.0
14562026-03-24T19:21:51.381Z Compiling darling_core v0.21.3
14572026-03-24T19:21:51.572Z Compiling goblin v0.10.5
14582026-03-24T19:21:52.205Z Compiling ipnetwork v0.21.1
14592026-03-24T19:21:53.365Z Compiling daft-derive v0.1.5
14602026-03-24T19:21:54.092Z Compiling omicron-workspace-hack v0.1.0
14612026-03-24T19:21:54.365Z Compiling tokio-util v0.7.18
14622026-03-24T19:21:54.397Z Compiling async-trait v0.1.89
14632026-03-24T19:21:54.509Z Compiling darling_macro v0.21.3
14642026-03-24T19:21:55.261Z Compiling cmake v0.1.57
14652026-03-24T19:21:55.387Z Compiling usdt-impl v0.6.0
14662026-03-24T19:21:55.598Z Compiling dunce v1.0.5
14672026-03-24T19:21:55.715Z Compiling fs_extra v1.3.0
14682026-03-24T19:21:55.719Z Compiling darling v0.21.3
14692026-03-24T19:21:55.769Z Compiling block-buffer v0.10.4
14702026-03-24T19:21:55.836Z Compiling dtrace-parser v0.3.0
14712026-03-24T19:21:55.839Z Compiling futures-executor v0.3.32
14722026-03-24T19:21:55.925Z Compiling crossbeam-utils v0.8.21
14732026-03-24T19:21:55.956Z Compiling digest v0.10.7
14742026-03-24T19:21:56.060Z Compiling aws-lc-sys v0.37.1
14752026-03-24T19:21:56.215Z Compiling dof v0.4.0
14762026-03-24T19:21:56.241Z Compiling openapiv3 v2.2.0
14772026-03-24T19:21:56.344Z Compiling structmeta-derive v0.3.0
14782026-03-24T19:21:56.643Z Compiling thread-id v5.1.0
14792026-03-24T19:21:56.745Z Compiling rustls v0.22.4
14802026-03-24T19:21:57.023Z Compiling hex v0.4.3
14812026-03-24T19:21:57.081Z Compiling camino v1.2.2
14822026-03-24T19:21:57.840Z Compiling structmeta v0.3.0
14832026-03-24T19:21:58.102Z Compiling futures v0.3.32
14842026-03-24T19:21:58.197Z Compiling h2 v0.4.13
14852026-03-24T19:21:58.289Z Compiling rand_core v0.9.5
14862026-03-24T19:21:58.333Z Compiling oxnet v0.1.4
14872026-03-24T19:21:58.379Z Compiling thread_local v1.1.9
14882026-03-24T19:21:58.568Z Compiling aws-lc-rs v1.15.4
14892026-03-24T19:21:58.572Z Compiling match_cfg v0.1.0
14902026-03-24T19:21:58.665Z Compiling syn v1.0.109
14912026-03-24T19:21:58.747Z Compiling unsafe-libyaml v0.2.11
14922026-03-24T19:21:58.901Z Compiling unicode-width v0.2.2
14932026-03-24T19:21:58.956Z Compiling slog-async v2.8.0
14942026-03-24T19:21:59.130Z Compiling quick-error v1.2.3
14952026-03-24T19:21:59.272Z Compiling usdt-attr-macro v0.6.0
14962026-03-24T19:21:59.288Z Compiling usdt-macro v0.6.0
14972026-03-24T19:21:59.385Z Compiling rand_chacha v0.9.0
14982026-03-24T19:21:59.660Z Compiling serde_yaml v0.9.34+deprecated
14992026-03-24T19:21:59.784Z Compiling typify-macro v0.4.3
15002026-03-24T19:21:59.962Z Compiling newtype-uuid-macros v0.1.0
15012026-03-24T19:22:00.712Z Compiling strum_macros v0.26.4
15022026-03-24T19:22:00.752Z Compiling serde_spanned v1.0.4
15032026-03-24T19:22:00.941Z Compiling multer v3.1.0
15042026-03-24T19:22:01.019Z Compiling hyper v1.8.1
15052026-03-24T19:22:01.424Z Compiling toml_writer v1.0.6+spec-1.1.0
15062026-03-24T19:22:01.460Z Compiling untrusted v0.7.1
15072026-03-24T19:22:01.612Z Compiling bit-vec v0.8.0
15082026-03-24T19:22:01.710Z Compiling debug-ignore v1.0.5
15092026-03-24T19:22:01.836Z Compiling take_mut v0.2.2
15102026-03-24T19:22:01.914Z Compiling term v1.2.1
15112026-03-24T19:22:01.969Z Compiling bit-set v0.8.0
15122026-03-24T19:22:02.282Z Compiling rand v0.9.2
15132026-03-24T19:22:02.495Z Compiling hyper-util v0.1.20
15142026-03-24T19:22:02.531Z Compiling typify v0.4.3
15152026-03-24T19:22:02.640Z Compiling async-stream-impl v0.3.6
15162026-03-24T19:22:02.922Z Compiling dropshot v0.16.7
15172026-03-24T19:22:03.029Z Compiling strum v0.26.3
15182026-03-24T19:22:03.118Z Compiling encoding_rs v0.8.35
15192026-03-24T19:22:03.181Z Compiling unarray v0.1.4
15202026-03-24T19:22:03.218Z Compiling spin v0.9.8
15212026-03-24T19:22:03.316Z Compiling rustls v0.23.36
15222026-03-24T19:22:03.366Z Compiling mime v0.3.17
15232026-03-24T19:22:03.453Z Compiling ref-cast v1.0.25
15242026-03-24T19:22:03.504Z Compiling async-stream v0.3.6
15252026-03-24T19:22:03.646Z Compiling derive-ex v0.1.8
15262026-03-24T19:22:03.719Z Compiling dropshot_endpoint v0.16.7
15272026-03-24T19:22:03.722Z Compiling macaddr v1.0.1
15282026-03-24T19:22:03.916Z Compiling ref-cast-impl v1.0.25
15292026-03-24T19:22:04.023Z Compiling waitgroup v0.1.2
15302026-03-24T19:22:04.196Z Compiling serde_path_to_error v0.1.20
15312026-03-24T19:22:04.822Z Compiling progenitor-impl v0.11.2
15322026-03-24T19:22:04.838Z Compiling tabwriter v1.4.1
15332026-03-24T19:22:05.151Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15342026-03-24T19:22:05.344Z Compiling tempfile v3.25.0
15352026-03-24T19:22:05.370Z Compiling newtype-uuid v1.3.2
15362026-03-24T19:22:05.833Z Compiling test-strategy v0.4.5
15372026-03-24T19:22:05.908Z Compiling strum_macros v0.27.2
15382026-03-24T19:22:06.000Z Compiling instant v0.1.13
15392026-03-24T19:22:06.399Z Compiling daft v0.1.5
15402026-03-24T19:22:06.760Z Compiling serde_with_macros v3.16.1
15412026-03-24T19:22:07.162Z Compiling time v0.3.47
15422026-03-24T19:22:07.679Z Compiling tower v0.5.3
15432026-03-24T19:22:07.766Z Compiling webpki-roots v1.0.6
15442026-03-24T19:22:08.142Z Compiling colored v3.1.1
15452026-03-24T19:22:08.311Z Compiling tower-http v0.6.8
15462026-03-24T19:22:08.325Z Compiling crossbeam-channel v0.5.15
15472026-03-24T19:22:08.543Z Compiling strum v0.27.2
15482026-03-24T19:22:08.722Z Compiling parse-display-derive v0.10.0
15492026-03-24T19:22:08.988Z Compiling rustls-webpki v0.102.8
15502026-03-24T19:22:09.672Z Compiling rustc-hash v2.1.1
15512026-03-24T19:22:09.804Z Compiling progenitor-macro v0.11.2
15522026-03-24T19:22:11.711Z Compiling slog-json v2.6.1
15532026-03-24T19:22:11.770Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15542026-03-24T19:22:11.770Z Compiling hostname v0.3.1
15552026-03-24T19:22:11.770Z Compiling toml_parser v1.0.9+spec-1.1.0
15562026-03-24T19:22:11.770Z Compiling rand_chacha v0.3.1
15572026-03-24T19:22:11.770Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15582026-03-24T19:22:11.770Z Compiling toml_datetime v0.7.5+spec-1.1.0
15592026-03-24T19:22:11.793Z Compiling is-terminal v0.4.17
15602026-03-24T19:22:11.834Z Compiling memmap2 v0.9.10
15612026-03-24T19:22:11.856Z Compiling wait-timeout v0.2.1
15622026-03-24T19:22:12.007Z Compiling either v1.15.0
15632026-03-24T19:22:12.147Z Compiling usdt v0.6.0
15642026-03-24T19:22:12.158Z Compiling rusty-fork v0.3.1
15652026-03-24T19:22:12.257Z Compiling toml v0.9.12+spec-1.1.0
15662026-03-24T19:22:12.323Z Compiling slog-term v2.9.2
15672026-03-24T19:22:12.497Z Compiling tokio-rustls v0.25.0
15682026-03-24T19:22:12.666Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15692026-03-24T19:22:12.790Z Compiling rand v0.8.5
15702026-03-24T19:22:12.814Z Compiling slog-bunyan v2.5.0
15712026-03-24T19:22:13.567Z Compiling rand_xorshift v0.4.0
15722026-03-24T19:22:13.702Z Compiling sha1 v0.10.6
15732026-03-24T19:22:13.717Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
15742026-03-24T19:22:13.737Z Compiling rustls-pemfile v2.2.0
15752026-03-24T19:22:13.990Z Compiling hostname v0.4.2
15762026-03-24T19:22:13.997Z Compiling proptest v1.10.0
15772026-03-24T19:22:16.284Z Compiling itertools v0.14.0
15782026-03-24T19:22:16.964Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15792026-03-24T19:22:18.760Z Compiling serde_with v3.16.1
15802026-03-24T19:22:18.863Z Compiling utf8parse v0.2.2
15812026-03-24T19:22:18.863Z Compiling anstyle-parse v0.2.7
15822026-03-24T19:22:18.863Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
15832026-03-24T19:22:18.863Z Compiling toml_datetime v0.6.11
15842026-03-24T19:22:18.863Z Compiling colorchoice v1.0.4
15852026-03-24T19:22:18.954Z Compiling anstyle v1.0.13
15862026-03-24T19:22:19.046Z Compiling is_terminal_polyfill v1.70.2
15872026-03-24T19:22:19.172Z Compiling anstyle-query v1.1.5
15882026-03-24T19:22:19.232Z Compiling anstream v0.6.21
15892026-03-24T19:22:19.506Z Compiling backoff v0.4.0
15902026-03-24T19:22:19.719Z Compiling parse-display v0.10.0
15912026-03-24T19:22:19.747Z Compiling iddqd v0.3.17
15922026-03-24T19:22:20.214Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15932026-03-24T19:22:21.239Z Compiling clap_lex v1.0.0
15942026-03-24T19:22:21.534Z Compiling clap_derive v4.5.55
15952026-03-24T19:22:21.750Z Compiling terminal_size v0.4.3
15962026-03-24T19:22:22.168Z Compiling crossbeam-epoch v0.9.18
15972026-03-24T19:22:22.642Z Compiling clap_builder v4.5.59
15982026-03-24T19:22:22.674Z Compiling rustls-webpki v0.103.9
15992026-03-24T19:22:23.257Z Compiling proc-macro-error-attr v1.0.4
16002026-03-24T19:22:23.563Z Compiling heapless v0.8.0
16012026-03-24T19:22:23.948Z Compiling ingot-macros v0.1.1
16022026-03-24T19:22:24.166Z Compiling toml_edit v0.23.10+spec-1.0.0
16032026-03-24T19:22:25.447Z Compiling clap v4.5.59
16042026-03-24T19:22:25.634Z Compiling zerocopy-derive v0.7.35
16052026-03-24T19:22:26.127Z Compiling hash32 v0.3.1
16062026-03-24T19:22:26.321Z Compiling proc-macro-error v1.0.4
16072026-03-24T19:22:26.624Z Compiling smoltcp v0.11.0
16082026-03-24T19:22:26.758Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16092026-03-24T19:22:27.092Z Compiling winnow v0.5.40
16102026-03-24T19:22:27.151Z Compiling zerocopy v0.7.35
16112026-03-24T19:22:27.789Z Compiling ingot-types v0.1.2
16122026-03-24T19:22:27.803Z Compiling tokio-rustls v0.26.4
16132026-03-24T19:22:28.140Z Compiling proc-macro-crate v3.4.0
16142026-03-24T19:22:28.867Z Compiling cobs v0.3.0
16152026-03-24T19:22:29.076Z Compiling toml_edit v0.19.15
16162026-03-24T19:22:29.104Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
16172026-03-24T19:22:29.117Z Compiling bitflags v1.3.2
16182026-03-24T19:22:29.166Z Compiling crucible-workspace-hack v0.1.0
16192026-03-24T19:22:29.200Z Compiling managed v0.8.0
16202026-03-24T19:22:29.485Z Compiling postcard v1.1.3
16212026-03-24T19:22:29.560Z Compiling hyper-rustls v0.27.7
16222026-03-24T19:22:29.591Z Compiling num_enum_derive v0.7.5
16232026-03-24T19:22:29.917Z Compiling ingot v0.1.1
16242026-03-24T19:22:29.958Z Compiling foreign-types-macros v0.2.3
16252026-03-24T19:22:30.578Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16262026-03-24T19:22:30.651Z Compiling proc-macro-crate v1.3.1
16272026-03-24T19:22:30.807Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16282026-03-24T19:22:30.983Z Compiling rayon-core v1.13.0
16292026-03-24T19:22:31.098Z Compiling heck v0.4.1
16302026-03-24T19:22:31.101Z Compiling foreign-types-shared v0.3.1
16312026-03-24T19:22:31.216Z Compiling foreign-types v0.5.0
16322026-03-24T19:22:31.310Z Compiling num_enum v0.7.5
16332026-03-24T19:22:31.339Z Compiling reqwest v0.12.28
16342026-03-24T19:22:31.448Z Compiling crossbeam-deque v0.8.6
16352026-03-24T19:22:31.522Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16362026-03-24T19:22:31.685Z Compiling dtrace-parser v0.2.0
16372026-03-24T19:22:31.953Z Compiling num_enum_derive v0.5.11
16382026-03-24T19:22:32.215Z Compiling scroll_derive v0.12.1
16392026-03-24T19:22:32.634Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16402026-03-24T19:22:32.766Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16412026-03-24T19:22:32.957Z Compiling usdt-impl v0.5.0
16422026-03-24T19:22:33.027Z Compiling memoffset v0.9.1
16432026-03-24T19:22:33.185Z Compiling cstr-argument v0.1.2
16442026-03-24T19:22:33.290Z Compiling cfg_aliases v0.2.1
16452026-03-24T19:22:33.335Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
16462026-03-24T19:22:33.373Z Compiling tinyvec_macros v0.1.1
16472026-03-24T19:22:33.377Z Compiling convert_case v0.4.0
16482026-03-24T19:22:33.400Z Compiling num_enum v0.5.11
16492026-03-24T19:22:33.434Z Compiling nix v0.30.1
16502026-03-24T19:22:33.457Z Compiling tinyvec v1.10.0
16512026-03-24T19:22:33.633Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16522026-03-24T19:22:33.782Z Compiling scroll v0.12.0
16532026-03-24T19:22:33.796Z Compiling derive_more v0.99.20
16542026-03-24T19:22:33.976Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16552026-03-24T19:22:34.135Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
16562026-03-24T19:22:34.548Z Compiling dof v0.3.0
16572026-03-24T19:22:35.036Z Compiling camino-tempfile v1.4.1
16582026-03-24T19:22:35.146Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16592026-03-24T19:22:35.318Z Compiling thread-id v4.2.2
16602026-03-24T19:22:36.133Z Compiling rayon v1.11.0
16612026-03-24T19:22:36.470Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16622026-03-24T19:22:36.874Z Compiling goblin v0.8.2
16632026-03-24T19:22:37.118Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16642026-03-24T19:22:37.284Z Compiling progenitor-client v0.11.2
16652026-03-24T19:22:37.643Z Compiling zone_cfg_derive v0.3.1
16662026-03-24T19:22:38.015Z Compiling itertools v0.12.1
16672026-03-24T19:22:38.235Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16682026-03-24T19:22:38.546Z Compiling serde_spanned v0.6.9
16692026-03-24T19:22:38.624Z Compiling num-derive v0.4.2
16702026-03-24T19:22:38.683Z Compiling sigpipe v0.1.3
16712026-03-24T19:22:38.899Z Compiling toml_write v0.1.2
16722026-03-24T19:22:38.951Z Compiling jiff v0.2.20
16732026-03-24T19:22:39.013Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16742026-03-24T19:22:39.160Z Compiling glob v0.3.3
16752026-03-24T19:22:39.322Z Compiling toml_edit v0.22.27
16762026-03-24T19:22:39.678Z Compiling zone v0.3.1
16772026-03-24T19:22:39.887Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
16782026-03-24T19:22:40.894Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
16792026-03-24T19:22:41.248Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16802026-03-24T19:22:41.415Z Compiling progenitor v0.11.2
16812026-03-24T19:22:42.783Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
16822026-03-24T19:22:43.540Z Compiling smf v0.2.3
16832026-03-24T19:22:43.723Z Compiling secrecy v0.10.3
16842026-03-24T19:22:43.782Z Compiling num-integer v0.1.46
16852026-03-24T19:22:43.932Z Compiling rustc_version v0.4.1
16862026-03-24T19:22:44.321Z Compiling float-ord v0.3.2
16872026-03-24T19:22:44.336Z Compiling rustix v0.38.44
16882026-03-24T19:22:44.350Z Compiling prettyplease v0.2.37
16892026-03-24T19:22:44.463Z Compiling whoami v1.6.1
16902026-03-24T19:22:44.682Z Compiling curve25519-dalek v4.1.3
16912026-03-24T19:22:45.321Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
16922026-03-24T19:22:45.560Z Compiling toml v0.8.23
16932026-03-24T19:22:45.666Z Compiling usdt-macro v0.5.0
16942026-03-24T19:22:45.722Z Compiling usdt-attr-macro v0.5.0
16952026-03-24T19:22:46.605Z Compiling progenitor-client v0.10.0
16962026-03-24T19:22:46.955Z Compiling hmac v0.12.1
16972026-03-24T19:22:47.242Z Compiling inout v0.1.4
16982026-03-24T19:22:47.363Z Compiling enum-as-inner v0.6.1
16992026-03-24T19:22:47.371Z Compiling ff v0.13.1
17002026-03-24T19:22:47.423Z Compiling memmap v0.7.0
17012026-03-24T19:22:47.532Z Compiling data-encoding v2.10.0
17022026-03-24T19:22:47.666Z Compiling static_assertions v1.1.0
17032026-03-24T19:22:47.755Z Compiling usdt v0.5.0
17042026-03-24T19:22:48.111Z Compiling group v0.13.0
17052026-03-24T19:22:48.114Z Compiling cipher v0.4.4
17062026-03-24T19:22:48.261Z Compiling hkdf v0.12.4
17072026-03-24T19:22:48.461Z Compiling num-rational v0.4.2
17082026-03-24T19:22:48.484Z Compiling num-iter v0.1.45
17092026-03-24T19:22:48.678Z Compiling thiserror-impl-no-std v2.0.2
17102026-03-24T19:22:48.816Z Compiling universal-hash v0.5.1
17112026-03-24T19:22:48.974Z Compiling half v2.7.1
17122026-03-24T19:22:49.342Z Compiling crypto-bigint v0.5.5
17132026-03-24T19:22:49.380Z Compiling curve25519-dalek-derive v0.1.1
17142026-03-24T19:22:49.522Z Compiling num-complex v0.4.6
17152026-03-24T19:22:50.094Z Compiling base64ct v1.8.3
17162026-03-24T19:22:50.151Z Compiling base16ct v0.2.0
17172026-03-24T19:22:50.240Z Compiling opaque-debug v0.3.1
17182026-03-24T19:22:50.291Z Compiling ciborium-io v0.2.2
17192026-03-24T19:22:50.325Z Compiling poly1305 v0.8.0
17202026-03-24T19:22:50.404Z Compiling password-hash v0.5.0
17212026-03-24T19:22:50.485Z Compiling ciborium-ll v0.2.2
17222026-03-24T19:22:50.765Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17232026-03-24T19:22:50.865Z Compiling num v0.4.3
17242026-03-24T19:22:50.953Z Compiling elliptic-curve v0.13.8
17252026-03-24T19:22:50.988Z Compiling thiserror-no-std v2.0.2
17262026-03-24T19:22:51.320Z Compiling chacha20 v0.9.1
17272026-03-24T19:22:51.335Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17282026-03-24T19:22:51.601Z Compiling hubpack_derive v0.1.1
17292026-03-24T19:22:51.868Z Compiling blake2 v0.10.6
17302026-03-24T19:22:51.934Z Compiling aead v0.5.2
17312026-03-24T19:22:52.175Z Compiling vcpkg v0.2.15
17322026-03-24T19:22:52.328Z Compiling resolv-conf v0.7.6
17332026-03-24T19:22:52.524Z Compiling keccak v0.1.6
17342026-03-24T19:22:52.831Z Compiling semver v0.1.20
17352026-03-24T19:22:52.849Z Compiling pkg-config v0.3.32
17362026-03-24T19:22:52.910Z Compiling linked-hash-map v0.5.6
17372026-03-24T19:22:52.979Z Compiling sha3 v0.10.8
17382026-03-24T19:22:53.168Z Compiling lru-cache v0.1.2
17392026-03-24T19:22:53.181Z Compiling rustc_version v0.1.7
17402026-03-24T19:22:53.326Z Compiling hubpack v0.1.2
17412026-03-24T19:22:53.398Z Compiling argon2 v0.5.3
17422026-03-24T19:22:53.444Z Compiling chacha20poly1305 v0.10.1
17432026-03-24T19:22:53.478Z Compiling openssl-sys v0.9.111
17442026-03-24T19:22:53.601Z Compiling vsss-rs v3.3.4
17452026-03-24T19:22:53.625Z Compiling ciborium v0.2.2
17462026-03-24T19:22:53.655Z Compiling hickory-proto v0.24.4
17472026-03-24T19:22:54.194Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17482026-03-24T19:22:54.435Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17492026-03-24T19:22:54.855Z Compiling serde-big-array v0.5.1
17502026-03-24T19:22:54.957Z Compiling derive-where v1.6.0
17512026-03-24T19:22:54.972Z Compiling serde_repr v0.1.20
17522026-03-24T19:22:55.035Z Compiling minimal-lexical v0.2.1
17532026-03-24T19:22:55.371Z Compiling unicode-segmentation v1.12.0
17542026-03-24T19:22:55.531Z Compiling siphasher v1.0.2
17552026-03-24T19:22:55.752Z Compiling indent_write v2.2.0
17562026-03-24T19:22:55.798Z Compiling newline-converter v0.3.0
17572026-03-24T19:22:55.913Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17582026-03-24T19:22:55.928Z Compiling phf_shared v0.12.1
17592026-03-24T19:22:55.941Z Compiling nom v7.1.3
17602026-03-24T19:22:56.044Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
17612026-03-24T19:22:56.719Z Compiling hickory-resolver v0.24.4
17622026-03-24T19:22:57.717Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17632026-03-24T19:22:57.931Z Compiling newtype_derive v0.1.6
17642026-03-24T19:22:58.056Z Compiling atomicwrites v0.4.4
17652026-03-24T19:22:58.258Z Compiling progenitor-impl v0.10.0
17662026-03-24T19:22:58.346Z Compiling console v0.15.11
17672026-03-24T19:22:58.994Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17682026-03-24T19:22:59.233Z Compiling tokio-stream v0.1.18
17692026-03-24T19:22:59.722Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17702026-03-24T19:22:59.854Z Compiling pin-project-internal v1.1.10
17712026-03-24T19:22:59.944Z Compiling slog-dtrace v0.3.0
17722026-03-24T19:23:00.194Z Compiling csv-core v0.1.13
17732026-03-24T19:23:00.255Z Compiling unicode-xid v0.2.6
17742026-03-24T19:23:00.412Z Compiling swrite v0.1.0
17752026-03-24T19:23:00.425Z Compiling foldhash v0.1.5
17762026-03-24T19:23:00.532Z Compiling owo-colors v4.2.3
17772026-03-24T19:23:00.544Z Compiling unicode-width v0.1.14
17782026-03-24T19:23:00.657Z Compiling chrono-tz v0.10.4
17792026-03-24T19:23:00.958Z Compiling cancel-safe-futures v0.1.5
17802026-03-24T19:23:01.038Z Compiling similar v2.7.0
17812026-03-24T19:23:01.109Z Compiling hashbrown v0.15.5
17822026-03-24T19:23:01.350Z Compiling pin-project v1.1.10
17832026-03-24T19:23:01.491Z Compiling expectorate v1.2.0
17842026-03-24T19:23:01.685Z Compiling csv v1.4.0
17852026-03-24T19:23:01.797Z Compiling const_format_proc_macros v0.2.34
17862026-03-24T19:23:03.109Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17872026-03-24T19:23:03.115Z Compiling qorb v0.4.1
17882026-03-24T19:23:03.115Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17892026-03-24T19:23:03.115Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17902026-03-24T19:23:03.213Z Compiling progenitor-macro v0.10.0
17912026-03-24T19:23:03.620Z Compiling phf v0.12.1
17922026-03-24T19:23:04.105Z Compiling tokio-dtrace v0.1.1
17932026-03-24T19:23:04.447Z Compiling unicode-normalization v0.1.25
17942026-03-24T19:23:04.580Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17952026-03-24T19:23:05.624Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
17962026-03-24T19:23:05.892Z Compiling libsw-core v0.3.2
17972026-03-24T19:23:06.125Z Compiling snafu-derive v0.8.9
17982026-03-24T19:23:06.229Z Compiling async-recursion v1.1.1
17992026-03-24T19:23:06.471Z Compiling cookie v0.18.1
18002026-03-24T19:23:06.741Z Compiling bstr v1.12.1
18012026-03-24T19:23:07.222Z Compiling same-file v1.0.6
18022026-03-24T19:23:07.440Z Compiling foreign-types-shared v0.1.1
18032026-03-24T19:23:07.453Z Compiling bytecount v0.6.9
18042026-03-24T19:23:07.587Z Compiling highway v1.3.0
18052026-03-24T19:23:07.639Z Compiling fixedbitset v0.4.2
18062026-03-24T19:23:07.981Z Compiling openssl v0.10.75
18072026-03-24T19:23:08.055Z Compiling fixedbitset v0.5.7
18082026-03-24T19:23:08.137Z Compiling petgraph v0.6.5
18092026-03-24T19:23:08.382Z Compiling petgraph v0.8.3
18102026-03-24T19:23:08.533Z Compiling papergrid v0.11.0
18112026-03-24T19:23:08.672Z Compiling snafu v0.8.9
18122026-03-24T19:23:09.163Z Compiling foreign-types v0.3.2
18132026-03-24T19:23:09.258Z Compiling walkdir v2.5.0
18142026-03-24T19:23:09.738Z Compiling globset v0.4.18
18152026-03-24T19:23:10.315Z Compiling libsw v3.5.0
18162026-03-24T19:23:10.440Z Compiling progenitor v0.10.0
18172026-03-24T19:23:10.523Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18182026-03-24T19:23:10.570Z Compiling olpc-cjson v0.1.4
18192026-03-24T19:23:10.738Z Compiling oxide-tokio-rt v0.1.2
18202026-03-24T19:23:11.061Z Compiling const_format v0.2.35
18212026-03-24T19:23:11.147Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18222026-03-24T19:23:12.336Z Compiling gethostname v0.5.0
18232026-03-24T19:23:12.387Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18242026-03-24T19:23:12.387Z Compiling tabled_derive v0.7.0
18252026-03-24T19:23:12.387Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18262026-03-24T19:23:12.387Z Compiling bcs v0.1.6
18272026-03-24T19:23:12.532Z Compiling serde_plain v1.0.2
18282026-03-24T19:23:12.719Z Compiling openssl-macros v0.1.1
18292026-03-24T19:23:12.803Z Compiling pem v3.0.6
18302026-03-24T19:23:13.059Z Compiling typed-path v0.9.3
18312026-03-24T19:23:13.414Z Compiling smawk v0.3.2
18322026-03-24T19:23:13.454Z Compiling crunchy v0.2.4
18332026-03-24T19:23:13.596Z Compiling tagptr v0.2.0
18342026-03-24T19:23:13.634Z Compiling unicode-linebreak v0.1.5
18352026-03-24T19:23:13.664Z Compiling termtree v0.5.1
18362026-03-24T19:23:13.729Z Compiling linear-map v1.2.0
18372026-03-24T19:23:13.746Z Compiling lazy_static v1.5.0
18382026-03-24T19:23:13.823Z Compiling moka v0.12.13
18392026-03-24T19:23:13.873Z Compiling steno v0.4.1
18402026-03-24T19:23:13.944Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18412026-03-24T19:23:13.965Z Compiling textwrap v0.16.2
18422026-03-24T19:23:14.669Z Compiling tough v0.20.0
18432026-03-24T19:23:14.903Z Compiling tabled v0.15.0
18442026-03-24T19:23:16.176Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18452026-03-24T19:23:16.411Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18462026-03-24T19:23:17.234Z Compiling hickory-proto v0.25.2
18472026-03-24T19:23:17.588Z Compiling tiny-keccak v2.0.2
18482026-03-24T19:23:17.888Z Compiling humantime v2.3.0
18492026-03-24T19:23:18.386Z Compiling num-derive v0.3.3
18502026-03-24T19:23:18.484Z Compiling parking_lot_core v0.8.6
18512026-03-24T19:23:19.664Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18522026-03-24T19:23:19.679Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18532026-03-24T19:23:20.147Z Compiling hickory-resolver v0.25.2
18542026-03-24T19:23:20.951Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18552026-03-24T19:23:21.326Z Compiling libscf-sys v1.1.0
18562026-03-24T19:23:21.469Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18572026-03-24T19:23:23.146Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18582026-03-24T19:23:23.146Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18592026-03-24T19:23:23.146Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18602026-03-24T19:23:23.146Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18612026-03-24T19:23:23.146Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18622026-03-24T19:23:23.146Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18632026-03-24T19:23:23.530Z Compiling crc32fast v1.5.0
18642026-03-24T19:23:23.766Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18652026-03-24T19:23:24.109Z Compiling const-random-macro v0.1.16
18662026-03-24T19:23:24.540Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18672026-03-24T19:23:24.625Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18682026-03-24T19:23:24.857Z Compiling smartstring v1.0.1
18692026-03-24T19:23:24.921Z Compiling ahash v0.8.12
18702026-03-24T19:23:25.194Z Compiling const-random v0.1.18
18712026-03-24T19:23:25.220Z Compiling parking_lot v0.11.2
18722026-03-24T19:23:25.263Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18732026-03-24T19:23:25.540Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18742026-03-24T19:23:25.581Z Compiling fxhash v0.2.1
18752026-03-24T19:23:25.617Z Compiling socket2 v0.5.10
18762026-03-24T19:23:25.716Z Compiling internet-checksum v0.2.1
18772026-03-24T19:23:25.761Z Compiling sled v0.34.7
18782026-03-24T19:23:25.962Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18792026-03-24T19:23:26.255Z Compiling thin-vec v0.2.14
18802026-03-24T19:23:26.293Z Compiling rhai_codegen v3.1.0
18812026-03-24T19:23:26.293Z Compiling sdd v3.0.10
18822026-03-24T19:23:26.592Z Compiling scc v2.4.0
18832026-03-24T19:23:26.627Z Compiling serial_test_derive v3.3.1
18842026-03-24T19:23:26.683Z Compiling nom v8.0.0
18852026-03-24T19:23:27.588Z Compiling diff v0.1.13
18862026-03-24T19:23:28.096Z Compiling rhai v1.24.0
18872026-03-24T19:23:28.169Z Compiling yansi v1.0.1
18882026-03-24T19:23:28.238Z Compiling serial_test v3.3.1
18892026-03-24T19:23:28.433Z Compiling pretty_assertions v1.4.1
18902026-03-24T19:23:32.635Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18912026-03-24T19:23:33.972Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18922026-03-24T19:23:35.505Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18932026-03-24T19:23:55.538Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18942026-03-24T19:23:55.778Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
18952026-03-24T19:23:57.198Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18962026-03-24T19:23:58.735Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18972026-03-24T19:24:00.077Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18982026-03-24T19:24:01.909Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18992026-03-24T19:24:48.086Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s
19002026-03-24T19:24:48.288Z────────────
19012026-03-24T19:24:48.288Z Nextest run ID 0ac43fdd-9e97-4cb3-a828-5ac7d27c12e5 with nextest profile: default
19022026-03-24T19:24:48.288Z Starting 150 tests across 1 binary
19032026-03-24T19:24:48.302Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_round_trip
19042026-03-24T19:24:48.302Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_byte_len
19052026-03-24T19:24:48.309Z PASS [ 0.014s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19062026-03-24T19:24:48.309Z PASS [ 0.014s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19072026-03-24T19:24:48.309Z PASS [ 0.014s] bgp messages::tests::bgp_nexthop_length_mismatch
19082026-03-24T19:24:48.309Z PASS [ 0.014s] bgp messages::tests::bgp_nexthop_invalid_length
19092026-03-24T19:24:48.309Z PASS [ 0.015s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19102026-03-24T19:24:48.309Z PASS [ 0.015s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19112026-03-24T19:24:48.322Z PASS [ 0.012s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19122026-03-24T19:24:48.325Z PASS [ 0.013s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19132026-03-24T19:24:48.325Z PASS [ 0.013s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19142026-03-24T19:24:48.325Z PASS [ 0.013s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19152026-03-24T19:24:48.325Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_maximum_length
19162026-03-24T19:24:48.326Z PASS [ 0.014s] bgp messages::tests::header_round_trip
19172026-03-24T19:24:48.326Z PASS [ 0.014s] bgp messages::tests::empty_update_end_of_rib
19182026-03-24T19:24:48.326Z PASS [ 0.014s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19192026-03-24T19:24:48.326Z PASS [ 0.012s] bgp messages::tests::header_tests::new_accepts_minimum_length
19202026-03-24T19:24:48.331Z PASS [ 0.012s] bgp messages::tests::header_tests::new_rejects_length_too_large
19212026-03-24T19:24:48.331Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19222026-03-24T19:24:48.331Z PASS [ 0.012s] bgp messages::tests::header_tests::roundtrip_max_length_header
19232026-03-24T19:24:48.331Z PASS [ 0.013s] bgp messages::tests::header_tests::new_rejects_length_too_small
19242026-03-24T19:24:48.331Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19252026-03-24T19:24:48.331Z PASS [ 0.013s] bgp messages::tests::ipv4_unicast_dual_encoding
19262026-03-24T19:24:48.331Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19272026-03-24T19:24:48.338Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19282026-03-24T19:24:48.347Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19292026-03-24T19:24:48.347Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19302026-03-24T19:24:48.347Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19312026-03-24T19:24:48.347Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19322026-03-24T19:24:48.347Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19332026-03-24T19:24:48.348Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19342026-03-24T19:24:48.348Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19352026-03-24T19:24:48.353Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19362026-03-24T19:24:48.353Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19372026-03-24T19:24:48.353Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19382026-03-24T19:24:48.353Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19392026-03-24T19:24:48.353Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19402026-03-24T19:24:48.358Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19412026-03-24T19:24:48.358Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19422026-03-24T19:24:48.359Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19432026-03-24T19:24:48.364Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19442026-03-24T19:24:48.369Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19452026-03-24T19:24:48.370Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19462026-03-24T19:24:48.370Z PASS [ 0.014s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19472026-03-24T19:24:48.370Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19482026-03-24T19:24:48.370Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19492026-03-24T19:24:48.370Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19502026-03-24T19:24:48.370Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19512026-03-24T19:24:48.377Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19522026-03-24T19:24:48.383Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19532026-03-24T19:24:48.383Z PASS [ 0.012s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19542026-03-24T19:24:48.383Z PASS [ 0.013s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19552026-03-24T19:24:48.383Z PASS [ 0.013s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19562026-03-24T19:24:48.384Z PASS [ 0.013s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19572026-03-24T19:24:48.384Z PASS [ 0.013s] bgp messages::tests::mp_reach_nlri_round_trip
19582026-03-24T19:24:48.384Z PASS [ 0.014s] bgp messages::tests::mp_bgp_attributes_encoded_first
19592026-03-24T19:24:48.389Z PASS [ 0.012s] bgp messages::tests::notification_round_trip
19602026-03-24T19:24:48.392Z PASS [ 0.012s] bgp messages::tests::mp_unreach_nlri_round_trip
19612026-03-24T19:24:48.392Z PASS [ 0.012s] bgp messages::tests::open_round_trip
19622026-03-24T19:24:48.392Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19632026-03-24T19:24:48.392Z PASS [ 0.012s] bgp messages::tests::prefix_conversion
19642026-03-24T19:24:48.393Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19652026-03-24T19:24:48.393Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19662026-03-24T19:24:48.393Z PASS [ 0.014s] bgp messages::tests::prefix_within
19672026-03-24T19:24:48.401Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19682026-03-24T19:24:48.405Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19692026-03-24T19:24:48.405Z PASS [ 0.012s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19702026-03-24T19:24:48.405Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19712026-03-24T19:24:48.405Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19722026-03-24T19:24:48.406Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19732026-03-24T19:24:48.406Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19742026-03-24T19:24:48.412Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19752026-03-24T19:24:48.417Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19762026-03-24T19:24:48.417Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19772026-03-24T19:24:48.417Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19782026-03-24T19:24:48.417Z PASS [ 0.012s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19792026-03-24T19:24:48.417Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19802026-03-24T19:24:48.417Z PASS [ 0.013s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19812026-03-24T19:24:48.417Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19822026-03-24T19:24:48.421Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19832026-03-24T19:24:48.429Z PASS [ 0.015s] bgp messages::tests::route_refresh_round_trip
19842026-03-24T19:24:48.429Z PASS [ 0.015s] bgp messages::tests::test_nexthop_length_validation
19852026-03-24T19:24:48.432Z PASS [ 0.015s] bgp messages::tests::update_round_trip
19862026-03-24T19:24:48.444Z PASS [ 0.028s] bgp policy::test::update_shape_community
19872026-03-24T19:24:48.444Z PASS [ 0.031s] bgp policy::test::open_add_4byte_as
19882026-03-24T19:24:48.448Z PASS [ 0.035s] bgp policy::test::open_require_4byte_as
19892026-03-24T19:24:48.448Z PASS [ 0.035s] bgp policy::test::update_drop_on_no_export
19902026-03-24T19:24:48.452Z PASS [ 0.037s] bgp policy::test::shape_update_prefixes
19912026-03-24T19:24:48.452Z PASS [ 0.023s] bgp proptest::prop_ipv4_prefixes_roundtrip
19922026-03-24T19:24:48.461Z PASS [ 0.033s] bgp proptest::prop_duplicate_attrs_deduplicated
19932026-03-24T19:24:48.468Z PASS [ 0.022s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19942026-03-24T19:24:48.472Z PASS [ 0.019s] bgp proptest::prop_ipv4_wire_format_roundtrip
19952026-03-24T19:24:48.472Z PASS [ 0.020s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19962026-03-24T19:24:48.472Z PASS [ 0.025s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19972026-03-24T19:24:48.475Z PASS [ 0.021s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19982026-03-24T19:24:48.475Z PASS [ 0.021s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19992026-03-24T19:24:48.476Z PASS [ 0.046s] bgp proptest::prop_encode_decode_semantic_equivalence
20002026-03-24T19:24:48.481Z PASS [ 0.020s] bgp proptest::prop_ipv6_wire_format_roundtrip
20012026-03-24T19:24:48.489Z PASS [ 0.020s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20022026-03-24T19:24:48.494Z PASS [ 0.022s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20032026-03-24T19:24:48.494Z PASS [ 0.021s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20042026-03-24T19:24:48.499Z PASS [ 0.021s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20052026-03-24T19:24:48.504Z PASS [ 0.024s] bgp proptest::prop_update_mp_unreach_roundtrip
20062026-03-24T19:24:48.504Z PASS [ 0.012s] bgp session::tests::route_update_is_announcement_and_withdrawal
20072026-03-24T19:24:48.504Z PASS [ 0.012s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20082026-03-24T19:24:48.504Z PASS [ 0.012s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20092026-03-24T19:24:48.508Z PASS [ 0.011s] bgp session::tests::test_fsm_event_history_major_filtering
20102026-03-24T19:24:48.511Z PASS [ 0.011s] bgp session::tests::test_fsm_event_record_creation
20112026-03-24T19:24:48.514Z PASS [ 0.044s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20122026-03-24T19:24:48.514Z PASS [ 0.011s] bgp session::tests::test_resolve_collision_decision
20132026-03-24T19:24:48.515Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20142026-03-24T19:24:48.515Z PASS [ 0.012s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20152026-03-24T19:24:48.518Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv4_configured
20162026-03-24T19:24:48.523Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20172026-03-24T19:24:48.523Z PASS [ 0.041s] bgp proptest::prop_update_traditional_roundtrip
20182026-03-24T19:24:48.527Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv6_configured
20192026-03-24T19:24:48.527Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20202026-03-24T19:24:48.527Z PASS [ 0.051s] bgp proptest::prop_update_mp_reach_roundtrip
20212026-03-24T19:24:48.527Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20222026-03-24T19:24:48.527Z PASS [ 0.012s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20232026-03-24T19:24:48.527Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20242026-03-24T19:24:51.635Z PASS [ 3.097s] bgp test::test_basic_peering_passive
20252026-03-24T19:24:51.639Z PASS [ 3.097s] bgp test::test_basic_update_ipv6
20262026-03-24T19:24:51.640Z PASS [ 3.103s] bgp test::test_basic_update
20272026-03-24T19:24:51.640Z PASS [ 3.107s] bgp test::test_basic_peering_active
20282026-03-24T19:24:51.644Z PASS [ 3.116s] bgp test::test_basic_peering_passive_tcp
20292026-03-24T19:24:51.644Z PASS [ 3.119s] bgp test::test_basic_peering_active_tcp
20302026-03-24T19:24:51.648Z PASS [ 3.117s] bgp test::test_basic_update_tcp
20312026-03-24T19:24:51.651Z PASS [ 3.121s] bgp test::test_basic_update_ipv6_tcp
20322026-03-24T19:24:54.735Z PASS [ 3.097s] bgp test::test_ipv6_basic_peering_active
20332026-03-24T19:24:54.741Z PASS [ 3.097s] bgp test::test_ipv6_basic_peering_passive
20342026-03-24T19:24:54.760Z PASS [ 3.112s] bgp test::test_ipv6_basic_peering_passive_tcp
20352026-03-24T19:24:55.745Z PASS [ 4.116s] bgp test::test_ipv4_routes_ipv6_peer_success
20362026-03-24T19:24:55.745Z PASS [ 4.123s] bgp test::test_dual_stack_routes_ipv6_peer_success
20372026-03-24T19:24:55.745Z PASS [ 4.119s] bgp test::test_import_export_policy_filtering
20382026-03-24T19:24:55.750Z PASS [ 4.110s] bgp test::test_ipv6_basic_peering_active_tcp
20392026-03-24T19:24:55.753Z PASS [ 4.134s] bgp test::test_dual_stack_routes_ipv4_peer_success
20402026-03-24T19:24:55.830Z PASS [ 1.089s] bgp test::test_multiple_unnumbered_sessions
20412026-03-24T19:24:56.892Z PASS [ 1.132s] bgp test::test_three_router_chain_tcp
20422026-03-24T19:24:56.905Z PASS [ 1.139s] bgp test::test_three_router_chain_tcp_ipv6
20432026-03-24T19:24:57.705Z PASS [ 2.946s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20442026-03-24T19:24:57.837Z PASS [ 2.092s] bgp test::test_same_linklocal_multiple_interfaces
20452026-03-24T19:24:57.990Z PASS [ 1.088s] bgp test::test_unnumbered_ndp_change
20462026-03-24T19:24:58.846Z PASS [ 4.110s] bgp test::test_ipv6_routes_ipv4_peer_success
20472026-03-24T19:24:58.850Z PASS [ 3.096s] bgp test::test_three_router_chain_unnumbered
20482026-03-24T19:25:00.843Z PASS [ 5.089s] bgp test::test_unnumbered_dualstack_route_exchange
20492026-03-24T19:25:02.794Z PASS [ 5.087s] bgp test::test_unnumbered_session_survives_peer_change
20502026-03-24T19:25:05.985Z PASS [ 9.088s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20512026-03-24T19:25:06.928Z PASS [ 9.090s] bgp test::test_unnumbered_unaffected_by_ndp
20522026-03-24T19:25:13.925Z PASS [ 18.093s] bgp test::test_unnumbered_interface_lifecycle
20532026-03-24T19:25:13.928Z────────────
20542026-03-24T19:25:13.928Z Summary [ 25.636s] 150 tests run: 150 passed, 0 skipped
20552026-03-24T19:25:13.939Z+ cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_ipv4_routes_ipv6_peer_success.log loopback-manager.test_ipv6_basic_peering_active_tcp.log loopback-manager.test_ipv6_basic_peering_passive_tcp.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log loopback-manager.test_three_router_chain_tcp_ipv6.log loopback-manager.test_three_router_chain_tcp.log multiple_unnumbered.log ndp_change_reset.log ndp_changes.log r1.test_basic_peering_active_tcp.log r1.test_basic_peering_active.log r1.test_basic_peering_passive_tcp.log r1.test_basic_peering_passive.log r1.test_basic_update_ipv6_tcp.log r1.test_basic_update_ipv6.log r1.test_basic_update_tcp.log r1.test_basic_update.log r1.test_dual_stack_routes_ipv4_peer_success.log r1.test_dual_stack_routes_ipv6_peer_success.log r1.test_import_export_policy_filtering.log r1.test_ipv4_routes_ipv6_peer_success.log r1.test_ipv6_basic_peering_active_tcp.log r1.test_ipv6_basic_peering_active.log r1.test_ipv6_basic_peering_passive_tcp.log r1.test_ipv6_basic_peering_passive.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_three_router_chain_tcp_ipv6.log r1.test_three_router_chain_tcp.log r2.test_basic_peering_active_tcp.log r2.test_basic_peering_active.log r2.test_basic_peering_passive_tcp.log r2.test_basic_peering_passive.log r2.test_basic_update_ipv6_tcp.log r2.test_basic_update_ipv6.log r2.test_basic_update_tcp.log r2.test_basic_update.log r2.test_dual_stack_routes_ipv4_peer_success.log r2.test_dual_stack_routes_ipv6_peer_success.log r2.test_import_export_policy_filtering.log r2.test_ipv4_routes_ipv6_peer_success.log r2.test_ipv6_basic_peering_active_tcp.log r2.test_ipv6_basic_peering_active.log r2.test_ipv6_basic_peering_passive_tcp.log r2.test_ipv6_basic_peering_passive.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/
20562026-03-24T19:25:13.946Z+ popd
20572026-03-24T19:25:13.950Z/work/oxidecomputer/maghemite
20582026-03-24T19:25:13.950Z+ pushd mgd
20592026-03-24T19:25:13.950Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20602026-03-24T19:25:13.950Z+ pfexec cargo nextest run
20612026-03-24T19:25:15.494Z Compiling slog v2.8.2
20622026-03-24T19:25:15.598Z Compiling tokio-rustls v0.26.4
20632026-03-24T19:25:15.620Z Compiling usdt v0.6.0
20642026-03-24T19:25:15.741Z Compiling typify-impl v0.6.1
20652026-03-24T19:25:15.761Z Compiling openssl-probe v0.2.1
20662026-03-24T19:25:15.940Z Compiling hyper-rustls v0.27.7
20672026-03-24T19:25:16.024Z Compiling rustls-native-certs v0.8.3
20682026-03-24T19:25:16.045Z Compiling proc-macro-error-attr2 v2.0.0
20692026-03-24T19:25:16.045Z Compiling nix v0.31.1
20702026-03-24T19:25:16.168Z Compiling slog-json v2.6.1
20712026-03-24T19:25:16.341Z Compiling slog-async v2.8.0
20722026-03-24T19:25:16.425Z Compiling slog-term v2.9.2
20732026-03-24T19:25:16.440Z Compiling reqwest v0.12.28
20742026-03-24T19:25:16.440Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20752026-03-24T19:25:16.575Z Compiling slog-bunyan v2.5.0
20762026-03-24T19:25:16.962Z Compiling dropshot v0.16.7
20772026-03-24T19:25:17.103Z Compiling slog-dtrace v0.3.0
20782026-03-24T19:25:17.403Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20792026-03-24T19:25:17.524Z Compiling steno v0.4.1
20802026-03-24T19:25:17.619Z Compiling proc-macro-error2 v2.0.1
20812026-03-24T19:25:17.992Z Compiling rustls-platform-verifier v0.6.2
20822026-03-24T19:25:18.306Z Compiling progenitor-client v0.11.2
20832026-03-24T19:25:18.702Z Compiling progenitor v0.11.2
20842026-03-24T19:25:18.876Z Compiling progenitor-client v0.10.0
20852026-03-24T19:25:19.264Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
20862026-03-24T19:25:22.342Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20872026-03-24T19:25:22.390Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20882026-03-24T19:25:22.502Z Compiling progenitor v0.10.0
20892026-03-24T19:25:22.678Z Compiling tough v0.20.0
20902026-03-24T19:25:24.627Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20912026-03-24T19:25:24.872Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20922026-03-24T19:25:25.382Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
20932026-03-24T19:25:26.455Z Compiling typify-macro v0.6.1
20942026-03-24T19:25:27.034Z Compiling reqwest v0.13.2
20952026-03-24T19:25:27.996Z Compiling tabled_derive v0.11.0
20962026-03-24T19:25:29.244Z Compiling papergrid v0.17.0
20972026-03-24T19:25:29.355Z Compiling typify v0.6.1
20982026-03-24T19:25:29.479Z Compiling progenitor-impl v0.13.0
20992026-03-24T19:25:29.539Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
21002026-03-24T19:25:29.558Z Compiling testing_table v0.3.0
21012026-03-24T19:25:29.774Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
21022026-03-24T19:25:30.911Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#db0be8a8)
21032026-03-24T19:25:32.083Z Compiling tabled v0.20.0
21042026-03-24T19:25:33.069Z Compiling progenitor-client v0.13.0
21052026-03-24T19:25:33.327Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21062026-03-24T19:25:33.350Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21072026-03-24T19:25:33.473Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21082026-03-24T19:25:34.081Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21092026-03-24T19:25:34.492Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21102026-03-24T19:25:35.247Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21112026-03-24T19:25:36.023Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21122026-03-24T19:25:36.214Z Compiling progenitor-macro v0.13.0
21132026-03-24T19:25:37.222Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21142026-03-24T19:25:38.058Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21152026-03-24T19:25:38.121Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21162026-03-24T19:25:38.178Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21172026-03-24T19:25:39.044Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21182026-03-24T19:25:39.484Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21192026-03-24T19:25:39.803Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21202026-03-24T19:25:39.900Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21212026-03-24T19:25:40.095Z Compiling crc8 v0.1.1
21222026-03-24T19:25:40.250Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21232026-03-24T19:25:40.430Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21242026-03-24T19:25:40.467Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21252026-03-24T19:25:40.973Z Compiling dropshot-api-manager-types v0.5.2
21262026-03-24T19:25:41.958Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21272026-03-24T19:25:43.534Z Compiling progenitor v0.13.0
21282026-03-24T19:25:43.654Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21292026-03-24T19:25:47.578Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21302026-03-24T19:25:48.958Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21312026-03-24T19:25:51.165Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21322026-03-24T19:25:51.405Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21332026-03-24T19:25:54.213Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21342026-03-24T19:26:12.109Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21352026-03-24T19:26:14.256Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#79fac7de)
21362026-03-24T19:26:15.743Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21372026-03-24T19:26:17.306Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21382026-03-24T19:26:18.419Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21392026-03-24T19:26:20.484Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21402026-03-24T19:26:20.487Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21412026-03-24T19:26:20.487Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21422026-03-24T19:26:30.033Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21432026-03-24T19:26:31.924Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21442026-03-24T19:26:31.924Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21452026-03-24T19:26:33.637Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21462026-03-24T19:27:12.127Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 57s
21472026-03-24T19:27:12.320Z────────────
21482026-03-24T19:27:12.321Z Nextest run ID 2abec42f-aecb-4f37-bd8e-97ded85c1c7b with nextest profile: default
21492026-03-24T19:27:12.321Z Starting 32 tests across 1 binary
21502026-03-24T19:27:12.334Z PASS [ 0.015s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21512026-03-24T19:27:12.334Z PASS [ 0.015s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21522026-03-24T19:27:12.359Z PASS [ 0.022s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21532026-03-24T19:27:12.381Z PASS [ 0.023s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21542026-03-24T19:27:12.405Z PASS [ 0.023s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21552026-03-24T19:27:12.410Z PASS [ 0.085s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21562026-03-24T19:27:12.410Z PASS [ 0.085s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21572026-03-24T19:27:12.410Z PASS [ 0.086s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21582026-03-24T19:27:12.410Z PASS [ 0.086s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21592026-03-24T19:27:12.414Z PASS [ 0.089s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21602026-03-24T19:27:12.414Z PASS [ 0.091s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21612026-03-24T19:27:12.418Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21622026-03-24T19:27:12.418Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21632026-03-24T19:27:12.418Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21642026-03-24T19:27:12.418Z PASS [ 0.082s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21652026-03-24T19:27:12.418Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21662026-03-24T19:27:12.425Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21672026-03-24T19:27:12.425Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21682026-03-24T19:27:12.430Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21692026-03-24T19:27:12.430Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21702026-03-24T19:27:12.430Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21712026-03-24T19:27:12.430Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21722026-03-24T19:27:12.430Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21732026-03-24T19:27:12.430Z PASS [ 0.026s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21742026-03-24T19:27:12.436Z PASS [ 0.012s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21752026-03-24T19:27:12.436Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21762026-03-24T19:27:12.439Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21772026-03-24T19:27:12.439Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21782026-03-24T19:27:12.439Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21792026-03-24T19:27:12.445Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21802026-03-24T19:27:12.445Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21812026-03-24T19:27:12.445Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21822026-03-24T19:27:12.445Z────────────
21832026-03-24T19:27:12.445Z Summary [ 0.121s] 32 tests run: 32 passed, 0 skipped
21842026-03-24T19:27:12.453Z+ cp apply_remove_entire_group.log /work/
21852026-03-24T19:27:12.503Z+ popd
21862026-03-24T19:27:12.503Z/work/oxidecomputer/maghemite
21872026-03-24T19:27:12.503Zprocess exited: duration 557908 ms, exit code 0
 
21882026-03-24T19:27:12.517Zfound 66 output files
21892026-03-24T19:27:12.517Zuploading: /work/apply_remove_entire_group.log (10062 bytes)
21902026-03-24T19:27:13.530Zuploaded: /work/apply_remove_entire_group.log
21912026-03-24T19:27:13.533Zuploading: /work/dualstack_routes.log (120452 bytes)
21922026-03-24T19:27:14.548Zuploaded: /work/dualstack_routes.log
21932026-03-24T19:27:14.548Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2403 bytes)
21942026-03-24T19:27:15.559Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21952026-03-24T19:27:15.562Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1368 bytes)
21962026-03-24T19:27:16.570Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21972026-03-24T19:27:16.573Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (1620 bytes)
21982026-03-24T19:27:17.580Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21992026-03-24T19:27:17.583Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2014 bytes)
22002026-03-24T19:27:18.590Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22012026-03-24T19:27:18.594Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2267 bytes)
22022026-03-24T19:27:19.602Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22032026-03-24T19:27:19.605Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2292 bytes)
22042026-03-24T19:27:20.613Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22052026-03-24T19:27:20.616Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2383 bytes)
22062026-03-24T19:27:21.625Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22072026-03-24T19:27:21.629Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2177 bytes)
22082026-03-24T19:27:22.637Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22092026-03-24T19:27:22.640Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2298 bytes)
22102026-03-24T19:27:23.649Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22112026-03-24T19:27:23.652Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2158 bytes)
22122026-03-24T19:27:24.661Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22132026-03-24T19:27:24.664Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2247 bytes)
22142026-03-24T19:27:25.671Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22152026-03-24T19:27:25.674Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2448 bytes)
22162026-03-24T19:27:26.682Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22172026-03-24T19:27:26.685Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3586 bytes)
22182026-03-24T19:27:27.691Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22192026-03-24T19:27:27.692Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3550 bytes)
22202026-03-24T19:27:28.704Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22212026-03-24T19:27:28.707Zuploading: /work/multiple_unnumbered.log (130307 bytes)
22222026-03-24T19:27:29.721Zuploaded: /work/multiple_unnumbered.log
22232026-03-24T19:27:29.721Zuploading: /work/ndp_change_reset.log (67862 bytes)
22242026-03-24T19:27:30.734Zuploaded: /work/ndp_change_reset.log
22252026-03-24T19:27:30.738Zuploading: /work/ndp_changes.log (87165 bytes)
22262026-03-24T19:27:31.752Zuploaded: /work/ndp_changes.log
22272026-03-24T19:27:31.755Zuploading: /work/r1.test_basic_peering_active.log (39920 bytes)
22282026-03-24T19:27:32.762Zuploaded: /work/r1.test_basic_peering_active.log
22292026-03-24T19:27:32.768Zuploading: /work/r1.test_basic_peering_active_tcp.log (45050 bytes)
22302026-03-24T19:27:33.778Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22312026-03-24T19:27:33.781Zuploading: /work/r1.test_basic_peering_passive.log (32409 bytes)
22322026-03-24T19:27:34.792Zuploaded: /work/r1.test_basic_peering_passive.log
22332026-03-24T19:27:34.795Zuploading: /work/r1.test_basic_peering_passive_tcp.log (37679 bytes)
22342026-03-24T19:27:35.806Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22352026-03-24T19:27:35.806Zuploading: /work/r1.test_basic_update.log (27311 bytes)
22362026-03-24T19:27:36.818Zuploaded: /work/r1.test_basic_update.log
22372026-03-24T19:27:36.823Zuploading: /work/r1.test_basic_update_ipv6.log (27165 bytes)
22382026-03-24T19:27:37.831Zuploaded: /work/r1.test_basic_update_ipv6.log
22392026-03-24T19:27:37.831Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29281 bytes)
22402026-03-24T19:27:38.845Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22412026-03-24T19:27:38.848Zuploading: /work/r1.test_basic_update_tcp.log (29707 bytes)
22422026-03-24T19:27:39.859Zuploaded: /work/r1.test_basic_update_tcp.log
22432026-03-24T19:27:39.863Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (41302 bytes)
22442026-03-24T19:27:40.873Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22452026-03-24T19:27:40.876Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (41599 bytes)
22462026-03-24T19:27:41.886Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22472026-03-24T19:27:41.890Zuploading: /work/r1.test_import_export_policy_filtering.log (37955 bytes)
22482026-03-24T19:27:42.900Zuploaded: /work/r1.test_import_export_policy_filtering.log
22492026-03-24T19:27:42.903Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (33875 bytes)
22502026-03-24T19:27:43.912Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22512026-03-24T19:27:43.915Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40112 bytes)
22522026-03-24T19:27:44.926Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22532026-03-24T19:27:44.930Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49197 bytes)
22542026-03-24T19:27:45.942Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22552026-03-24T19:27:45.946Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32243 bytes)
22562026-03-24T19:27:46.954Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22572026-03-24T19:27:46.954Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (37136 bytes)
22582026-03-24T19:27:47.968Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22592026-03-24T19:27:47.972Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (32729 bytes)
22602026-03-24T19:27:48.984Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22612026-03-24T19:27:48.987Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28283 bytes)
22622026-03-24T19:27:50.000Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22632026-03-24T19:27:50.004Zuploading: /work/r1.test_three_router_chain_tcp.log (22443 bytes)
22642026-03-24T19:27:51.016Zuploaded: /work/r1.test_three_router_chain_tcp.log
22652026-03-24T19:27:51.023Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24498 bytes)
22662026-03-24T19:27:52.039Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22672026-03-24T19:27:52.039Zuploading: /work/r2.test_basic_peering_active.log (36656 bytes)
22682026-03-24T19:27:53.053Zuploaded: /work/r2.test_basic_peering_active.log
22692026-03-24T19:27:53.056Zuploading: /work/r2.test_basic_peering_active_tcp.log (41059 bytes)
22702026-03-24T19:27:54.066Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22712026-03-24T19:27:54.066Zuploading: /work/r2.test_basic_peering_passive.log (40585 bytes)
22722026-03-24T19:27:55.082Zuploaded: /work/r2.test_basic_peering_passive.log
22732026-03-24T19:27:55.088Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45821 bytes)
22742026-03-24T19:27:56.098Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22752026-03-24T19:27:56.098Zuploading: /work/r2.test_basic_update.log (28259 bytes)
22762026-03-24T19:27:57.111Zuploaded: /work/r2.test_basic_update.log
22772026-03-24T19:27:57.115Zuploading: /work/r2.test_basic_update_ipv6.log (26207 bytes)
22782026-03-24T19:27:58.124Zuploaded: /work/r2.test_basic_update_ipv6.log
22792026-03-24T19:27:58.127Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (31745 bytes)
22802026-03-24T19:27:59.136Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22812026-03-24T19:27:59.139Zuploading: /work/r2.test_basic_update_tcp.log (32335 bytes)
22822026-03-24T19:28:00.149Zuploaded: /work/r2.test_basic_update_tcp.log
22832026-03-24T19:28:00.153Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43112 bytes)
22842026-03-24T19:28:01.164Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22852026-03-24T19:28:01.164Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43361 bytes)
22862026-03-24T19:28:02.180Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22872026-03-24T19:28:02.183Zuploading: /work/r2.test_import_export_policy_filtering.log (36093 bytes)
22882026-03-24T19:28:03.193Zuploaded: /work/r2.test_import_export_policy_filtering.log
22892026-03-24T19:28:03.193Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (40099 bytes)
22902026-03-24T19:28:04.205Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22912026-03-24T19:28:04.208Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36780 bytes)
22922026-03-24T19:28:05.218Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22932026-03-24T19:28:05.223Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44345 bytes)
22942026-03-24T19:28:06.234Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22952026-03-24T19:28:06.237Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40383 bytes)
22962026-03-24T19:28:07.247Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22972026-03-24T19:28:07.251Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (45526 bytes)
22982026-03-24T19:28:08.261Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22992026-03-24T19:28:08.264Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37695 bytes)
23002026-03-24T19:28:09.273Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23012026-03-24T19:28:09.276Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27655 bytes)
23022026-03-24T19:28:10.285Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23032026-03-24T19:28:10.288Zuploading: /work/r2.test_three_router_chain_tcp.log (43491 bytes)
23042026-03-24T19:28:11.297Zuploaded: /work/r2.test_three_router_chain_tcp.log
23052026-03-24T19:28:11.300Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (63770 bytes)
23062026-03-24T19:28:12.314Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23072026-03-24T19:28:12.317Zuploading: /work/r3.test_three_router_chain_tcp.log (20942 bytes)
23082026-03-24T19:28:13.328Zuploaded: /work/r3.test_three_router_chain_tcp.log
23092026-03-24T19:28:13.328Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (24889 bytes)
23102026-03-24T19:28:14.340Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23112026-03-24T19:28:14.344Zuploading: /work/same_linklocal.log (118764 bytes)
23122026-03-24T19:28:15.356Zuploaded: /work/same_linklocal.log
23132026-03-24T19:28:15.359Zuploading: /work/three_chain.log (130593 bytes)
23142026-03-24T19:28:16.374Zuploaded: /work/three_chain.log
23152026-03-24T19:28:16.374Zuploading: /work/unnumbered_expiry.log (88891 bytes)
23162026-03-24T19:28:17.391Zuploaded: /work/unnumbered_expiry.log
23172026-03-24T19:28:17.396Zuploading: /work/unnumbered_interface_lifecycle.log (191463 bytes)
23182026-03-24T19:28:18.410Zuploaded: /work/unnumbered_interface_lifecycle.log
23192026-03-24T19:28:18.411Zuploading: /work/unnumbered_peer_change.log (76778 bytes)
23202026-03-24T19:28:19.427Zuploaded: /work/unnumbered_peer_change.log