01KMK9N7VTVKWWNFK75NYZMNYC: 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: 01KMK9PAP7YJ6255VHN7BZ7T58

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:22:19.431Zjob assigned to worker 01KMKAHG1CA09ZJBYKKYE3SG76 [factory aws, i-09d211214944d4fdf] (queued for 15 m 42 s)
 
22026-03-25T20:22:25.898Zstarting task 0: "setup"
32026-03-25T20:22:25.902Z++ uname -s
42026-03-25T20:22:25.906Z+ kern=SunOS
52026-03-25T20:22:25.906Z+ build_user=build
62026-03-25T20:22:25.906Z+ build_uid=12345
72026-03-25T20:22:25.906Z+ work_dir=/work
82026-03-25T20:22:25.906Z+ input_dir=/input
92026-03-25T20:22:25.906Z+ [[ 0 == 12345 ]]
102026-03-25T20:22:25.906Z+ case "$kern" in
112026-03-25T20:22:25.906Z+ groupadd -g 12345 build
122026-03-25T20:22:25.911Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:22:27.919Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:22:28.041Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:22:28.052Z+ home_fs=zfs
162026-03-25T20:22:28.052Z+ [[ zfs == autofs ]]
172026-03-25T20:22:28.052Z+ mkdir -p /home/build
182026-03-25T20:22:28.052Z+ chown build:build /home/build /work
192026-03-25T20:22:30.039Z+ chmod 0700 /home/build /work
202026-03-25T20:22:30.042Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-25T20:22:30.049Zstarting task 1: "rust-toolchain"
222026-03-25T20:22:30.066Z * rust toolchain channel = "stable"
232026-03-25T20:22:30.066Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-03-25T20:22:30.066Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-25T20:22:30.066Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-25T20:22:30.067Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:22:30.067Z * rust toolchain profile = "default"
282026-03-25T20:22:30.109Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:22:30.109Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:22:30.197Zinfo: downloading installer
312026-03-25T20:22:32.602Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:22:32.602Zwarn: /opt/ooce/bin
332026-03-25T20:22:32.602Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:22:32.602Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:22:32.602Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:22:32.602Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:22:32.602Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:22:32.602Zerror: cannot install while Rust is installed
392026-03-25T20:22:32.602Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:22:32.602Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:22:32.602Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:22:32.602Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:22:32.602Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:22:32.636Zinfo: profile set to default
452026-03-25T20:22:32.636Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:22:32.636Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:22:32.636Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:22:32.636Zinfo: downloading 6 components
492026-03-25T20:22:49.877Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-25T20:22:49.877Z
512026-03-25T20:22:49.909Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:22:49.909Z
532026-03-25T20:22:49.909Z
542026-03-25T20:22:49.909ZRust is installed now. Great!
552026-03-25T20:22:49.910Z
562026-03-25T20:22:49.910ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:22:49.910Zenvironment variable. This has not been done automatically.
582026-03-25T20:22:49.910Z
592026-03-25T20:22:49.910ZTo configure your current shell, you need to source
602026-03-25T20:22:49.910Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:22:49.910Z
622026-03-25T20:22:49.914ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:22:49.914Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:22:49.914Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:22:49.914Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:22:49.914Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:22:49.914Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:22:49.914Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:22:49.914Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:22:49.914Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:22:50.015Z+ rustup --version
722026-03-25T20:22:50.019Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:22:50.019Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:22:50.031Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:22:50.036Z+ cargo --version
762026-03-25T20:22:50.048Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:22:50.051Z+ rustc --version
782026-03-25T20:22:50.070Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:22:50.074Zprocess exited: duration 20020 ms, exit code 0
 
802026-03-25T20:22:50.081Zstarting task 2: "authentication"
812026-03-25T20:22:50.098Zprocess exited: duration 16 ms, exit code 0
 
822026-03-25T20:22:50.105Zstarting task 3: "clone repository"
832026-03-25T20:22:50.108Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:22:50.112Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:22:50.141ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:22:50.822Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:22:50.822Z+ git fetch origin 086b615a80659c84d0776ac1f94a5e1795553936
882026-03-25T20:22:51.082ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:22:51.082Z * branch 086b615a80659c84d0776ac1f94a5e1795553936 -> FETCH_HEAD
902026-03-25T20:22:51.089Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
912026-03-25T20:22:51.092Z++ git branch --show-current
922026-03-25T20:22:51.092Z+ current=main
932026-03-25T20:22:51.092Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
942026-03-25T20:22:51.092Z+ git branch -f renovate/oxide-tokio-rt-0.x 086b615a80659c84d0776ac1f94a5e1795553936
952026-03-25T20:22:51.095Z+ git checkout -f renovate/oxide-tokio-rt-0.x
962026-03-25T20:22:51.111ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
972026-03-25T20:22:51.113Z+ git reset --hard 086b615a80659c84d0776ac1f94a5e1795553936
982026-03-25T20:22:51.117ZHEAD is now at 086b615 Update Rust crate oxide-tokio-rt to 0.1.3
992026-03-25T20:22:51.117Zprocess exited: duration 1010 ms, exit code 0
 
1002026-03-25T20:22:51.123Zstarting task 4: "build"
1012026-03-25T20:22:51.127Z+ set -e
1022026-03-25T20:22:51.127Z+ source .github/buildomat/test-common.sh
1032026-03-25T20:22:51.130Z++ NEXTEST_VERSION=0.9.97
1042026-03-25T20:22:51.131Z++ PLATFORM=illumos
1052026-03-25T20:22:51.131Z++ banner install
1062026-03-25T20:22:51.131Z
1072026-03-25T20:22:51.131Z # # # #### ##### ## # #
1082026-03-25T20:22:51.131Z # ## # # # # # # #
1092026-03-25T20:22:51.131Z # # # # #### # # # # #
1102026-03-25T20:22:51.131Z # # # # # # ###### # #
1112026-03-25T20:22:51.131Z # # ## # # # # # # #
1122026-03-25T20:22:51.131Z # # # #### # # # ###### ######
1132026-03-25T20:22:51.131Z
1142026-03-25T20:22:51.131Z++ set +o errexit
1152026-03-25T20:22:51.131Z++ pkg info clang-15
1162026-03-25T20:22:51.131Z++ grep -qi installed
1172026-03-25T20:22:52.316Zpkg: info: no packages matching the following patterns you specified are
1182026-03-25T20:22:52.317Zinstalled on the system. Try querying remotely instead:
1192026-03-25T20:22:52.317Z
1202026-03-25T20:22:52.317Z clang-15
1212026-03-25T20:22:52.353Z++ [[ 1 != 0 ]]
1222026-03-25T20:22:52.353Z++ set -o errexit
1232026-03-25T20:22:52.357Z++ pfexec pkg install clang-15
1242026-03-25T20:22:58.736Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-25T20:23:05.559Z Startup: Caching catalogs ... Done
1262026-03-25T20:23:09.215ZPlanning: Solver setup ... Done
1272026-03-25T20:23:09.224ZPlanning: Running solver ... Done
1282026-03-25T20:23:09.341ZPlanning: Finding local manifests ... Done
1292026-03-25T20:23:09.354ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-25T20:23:09.434ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-25T20:23:09.474ZPlanning: Package planning ... Done
1322026-03-25T20:23:09.488ZPlanning: Merging actions ... Done
1332026-03-25T20:23:09.608ZPlanning: Checking for conflicting actions ... Done
1342026-03-25T20:23:09.625ZPlanning: Consolidating action changes ... Done
1352026-03-25T20:23:10.383ZPlanning: Evaluating mediators ... Done
1362026-03-25T20:23:10.392ZPlanning: Planning completed in 4.66 seconds
1372026-03-25T20:23:10.399Z Packages to install: 2
1382026-03-25T20:23:10.399Z Mediators to change: 2
1392026-03-25T20:23:10.399Z Services to change: 1
1402026-03-25T20:23:10.399Z Create boot environment: No
1412026-03-25T20:23:10.399ZCreate backup boot environment: No
1422026-03-25T20:23:10.433Z
1432026-03-25T20:23:10.433ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-25T20:23:15.652ZDownload: 3026/3076 items 198.4/211.3MB 93% complete (40.7M/s)
1452026-03-25T20:23:17.423ZDownload: Completed 211.31 MB in 6.99 seconds (30.2M/s)
1462026-03-25T20:23:17.673Z Actions: 1/3418 actions (Installing new actions)
1472026-03-25T20:23:20.764Z Actions: Completed 3418 actions in 3.10 seconds.
1482026-03-25T20:23:21.048Z Done
1492026-03-25T20:23:21.048Z Done
1502026-03-25T20:23:21.728Z Done
1512026-03-25T20:23:25.033Z Done
1522026-03-25T20:23:25.112Z Done
1532026-03-25T20:23:25.115Z Done
1542026-03-25T20:23:25.456Z Done
1552026-03-25T20:23:26.080Z++ set -o errexit
1562026-03-25T20:23:26.080Z++ cargo --version
1572026-03-25T20:23:26.089Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1582026-03-25T20:23:26.250Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1592026-03-25T20:23:26.252Zinfo: downloading 6 components
1602026-03-25T20:23:40.628Zcargo 1.94.0 (85eff7c80 2026-01-15)
1612026-03-25T20:23:40.631Z++ rustc --version
1622026-03-25T20:23:40.659Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-25T20:23:40.663Z++ cargo install cargo-nextest --version 0.9.97
1642026-03-25T20:23:40.707Z Updating crates.io index
1652026-03-25T20:23:40.814Z Downloading crates ...
1662026-03-25T20:23:40.863Z Downloaded cargo-nextest v0.9.97
1672026-03-25T20:23:40.929Z Installing cargo-nextest v0.9.97
1682026-03-25T20:23:40.971Z Updating crates.io index
1692026-03-25T20:23:43.794Z Locking 408 packages to latest compatible versions
1702026-03-25T20:23:43.798Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-03-25T20:23:43.801Z Adding duct v0.13.7 (available: v1.1.1)
1722026-03-25T20:23:43.801Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-03-25T20:23:43.801Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-03-25T20:23:43.804Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-03-25T20:23:43.804Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-03-25T20:23:43.804Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-03-25T20:23:43.809Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-03-25T20:23:43.812Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-03-25T20:23:43.831Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-03-25T20:23:43.841Z Downloading crates ...
1812026-03-25T20:23:43.898Z Downloaded atomicwrites v0.4.4
1822026-03-25T20:23:43.902Z Downloaded atomic-waker v1.1.2
1832026-03-25T20:23:43.906Z Downloaded autocfg v1.5.0
1842026-03-25T20:23:43.910Z Downloaded addr2line v0.25.1
1852026-03-25T20:23:43.913Z Downloaded base64ct v1.8.3
1862026-03-25T20:23:43.914Z Downloaded const-oid v0.9.6
1872026-03-25T20:23:43.917Z Downloaded color-spantrace v0.3.0
1882026-03-25T20:23:43.919Z Downloaded cfg-if v1.0.4
1892026-03-25T20:23:43.919Z Downloaded block-buffer v0.10.4
1902026-03-25T20:23:43.924Z Downloaded home v0.5.12
1912026-03-25T20:23:43.924Z Downloaded clap v4.6.0
1922026-03-25T20:23:43.929Z Downloaded foreign-types-shared v0.1.1
1932026-03-25T20:23:43.933Z Downloaded cfg-expr v0.20.7
1942026-03-25T20:23:43.933Z Downloaded fixedbitset v0.5.7
1952026-03-25T20:23:43.933Z Downloaded openssl-macros v0.1.1
1962026-03-25T20:23:43.936Z Downloaded globset v0.4.18
1972026-03-25T20:23:43.936Z Downloaded document-features v0.2.12
1982026-03-25T20:23:43.939Z Downloaded erased-serde v0.4.10
1992026-03-25T20:23:43.943Z Downloaded bitflags v2.11.0
2002026-03-25T20:23:43.947Z Downloaded convert_case v0.10.0
2012026-03-25T20:23:43.950Z Downloaded miette v7.6.0
2022026-03-25T20:23:43.950Z Downloaded memchr v2.8.0
2032026-03-25T20:23:43.953Z Downloaded pkg-config v0.3.32
2042026-03-25T20:23:43.956Z Downloaded idna v1.1.0
2052026-03-25T20:23:43.956Z Downloaded crc32fast v1.5.0
2062026-03-25T20:23:43.959Z Downloaded backtrace-ext v0.2.1
2072026-03-25T20:23:43.959Z Downloaded config v0.15.22
2082026-03-25T20:23:43.962Z Downloaded num-traits v0.2.19
2092026-03-25T20:23:43.962Z Downloaded ahash v0.8.12
2102026-03-25T20:23:43.965Z Downloaded pin-utils v0.1.0
2112026-03-25T20:23:43.965Z Downloaded duct v0.13.7
2122026-03-25T20:23:43.968Z Downloaded fastrand v2.3.0
2132026-03-25T20:23:43.968Z Downloaded anstyle-query v1.1.5
2142026-03-25T20:23:43.968Z Downloaded cargo-platform v0.2.0
2152026-03-25T20:23:43.971Z Downloaded hex v0.4.3
2162026-03-25T20:23:43.971Z Downloaded clap_lex v1.1.0
2172026-03-25T20:23:43.974Z Downloaded portable-atomic v1.13.1
2182026-03-25T20:23:43.979Z Downloaded quinn-udp v0.5.14
2192026-03-25T20:23:43.982Z Downloaded futures-task v0.3.32
2202026-03-25T20:23:43.982Z Downloaded futures-sink v0.3.32
2212026-03-25T20:23:43.982Z Downloaded errno v0.3.14
2222026-03-25T20:23:43.995Z Downloaded enable-ansi-support v0.2.1
2232026-03-25T20:23:43.996Z Downloaded cpufeatures v0.2.17
2242026-03-25T20:23:43.996Z Downloaded foreign-types v0.3.2
2252026-03-25T20:23:43.996Z Downloaded futures-macro v0.3.32
2262026-03-25T20:23:44.001Z Downloaded async-scoped v0.9.0
2272026-03-25T20:23:44.001Z Downloaded dialoguer v0.11.0
2282026-03-25T20:23:44.002Z Downloaded rustc_version v0.4.1
2292026-03-25T20:23:44.002Z Downloaded pathdiff v0.2.3
2302026-03-25T20:23:44.002Z Downloaded ordered-float v2.10.1
2312026-03-25T20:23:44.002Z Downloaded number_prefix v0.4.0
2322026-03-25T20:23:44.002Z Downloaded cargo-util-schemas v0.2.0
2332026-03-25T20:23:44.002Z Downloaded colorchoice v1.0.5
2342026-03-25T20:23:44.002Z Downloaded lru-slab v0.1.2
2352026-03-25T20:23:44.002Z Downloaded quote v1.0.45
2362026-03-25T20:23:44.002Z Downloaded equivalent v1.0.2
2372026-03-25T20:23:44.007Z Downloaded curve25519-dalek-derive v0.1.1
2382026-03-25T20:23:44.010Z Downloaded futures-io v0.3.32
2392026-03-25T20:23:44.010Z Downloaded heck v0.5.0
2402026-03-25T20:23:44.010Z Downloaded cfg_aliases v0.2.1
2412026-03-25T20:23:44.014Z Downloaded indenter v0.3.4
2422026-03-25T20:23:44.014Z Downloaded adler2 v2.0.1
2432026-03-25T20:23:44.016Z Downloaded form_urlencoded v1.2.2
2442026-03-25T20:23:44.017Z Downloaded cargo-platform v0.3.2
2452026-03-25T20:23:44.017Z Downloaded is_ci v1.2.0
2462026-03-25T20:23:44.017Z Downloaded idna_adapter v1.0.0
2472026-03-25T20:23:44.020Z Downloaded is_terminal_polyfill v1.70.2
2482026-03-25T20:23:44.020Z Downloaded percent-encoding v2.3.2
2492026-03-25T20:23:44.024Z Downloaded fnv v1.0.7
2502026-03-25T20:23:44.024Z Downloaded hyper-tls v0.6.0
2512026-03-25T20:23:44.027Z Downloaded either v1.15.0
2522026-03-25T20:23:44.027Z Downloaded itoa v1.0.18
2532026-03-25T20:23:44.033Z Downloaded debug-ignore v1.0.5
2542026-03-25T20:23:44.037Z Downloaded serde_spanned v0.6.9
2552026-03-25T20:23:44.037Z Downloaded mukti-metadata v0.3.0
2562026-03-25T20:23:44.037Z Downloaded nested v0.1.1
2572026-03-25T20:23:44.037Z Downloaded serde_ignored v0.1.14
2582026-03-25T20:23:44.040Z Downloaded guppy-workspace-hack v0.1.0
2592026-03-25T20:23:44.040Z Downloaded generic-array v0.14.7
2602026-03-25T20:23:44.040Z Downloaded rustc-hash v2.1.1
2612026-03-25T20:23:44.040Z Downloaded shell-words v1.1.1
2622026-03-25T20:23:44.040Z Downloaded openssl-probe v0.2.1
2632026-03-25T20:23:44.045Z Downloaded os_pipe v1.2.3
2642026-03-25T20:23:44.045Z Downloaded nextest-workspace-hack v0.1.0
2652026-03-25T20:23:44.045Z Downloaded scopeguard v1.2.0
2662026-03-25T20:23:44.045Z Downloaded http-body v1.0.1
2672026-03-25T20:23:44.048Z Downloaded cargo_metadata v0.23.1
2682026-03-25T20:23:44.052Z Downloaded indent_write v2.2.0
2692026-03-25T20:23:44.055Z Downloaded shared_child v1.1.1
2702026-03-25T20:23:44.056Z Downloaded serde_urlencoded v0.7.1
2712026-03-25T20:23:44.056Z Downloaded serde_spanned v1.1.0
2722026-03-25T20:23:44.058Z Downloaded signal-hook-mio v0.2.5
2732026-03-25T20:23:44.059Z Downloaded pkcs8 v0.10.2
2742026-03-25T20:23:44.062Z Downloaded rustc-demangle v0.1.27
2752026-03-25T20:23:44.062Z Downloaded lazy_static v1.5.0
2762026-03-25T20:23:44.062Z Downloaded rand_chacha v0.9.0
2772026-03-25T20:23:44.065Z Downloaded strip-ansi-escapes v0.2.1
2782026-03-25T20:23:44.065Z Downloaded rand_core v0.9.5
2792026-03-25T20:23:44.065Z Downloaded humantime v2.3.0
2802026-03-25T20:23:44.069Z Downloaded supports-unicode v3.0.0
2812026-03-25T20:23:44.069Z Downloaded supports-color v3.0.2
2822026-03-25T20:23:44.069Z Downloaded subtle v2.6.1
2832026-03-25T20:23:44.073Z Downloaded signature v2.2.0
2842026-03-25T20:23:44.073Z Downloaded cc v1.2.57
2852026-03-25T20:23:44.073Z Downloaded futures-core v0.3.32
2862026-03-25T20:23:44.078Z Downloaded sync_wrapper v1.0.2
2872026-03-25T20:23:44.078Z Downloaded strsim v0.11.1
2882026-03-25T20:23:44.078Z Downloaded future-queue v0.4.0
2892026-03-25T20:23:44.078Z Downloaded futures-executor v0.3.32
2902026-03-25T20:23:44.078Z Downloaded crypto-common v0.1.7
2912026-03-25T20:23:44.081Z Downloaded anstyle-parse v1.0.0
2922026-03-25T20:23:44.081Z Downloaded camino-tempfile v1.4.1
2932026-03-25T20:23:44.081Z Downloaded find-msvc-tools v0.1.9
2942026-03-25T20:23:44.081Z Downloaded ed25519 v2.2.3
2952026-03-25T20:23:44.084Z Downloaded supports-hyperlinks v3.2.0
2962026-03-25T20:23:44.084Z Downloaded foldhash v0.1.5
2972026-03-25T20:23:44.084Z Downloaded rustls-pki-types v1.14.0
2982026-03-25T20:23:44.087Z Downloaded target-spec-miette v0.4.5
2992026-03-25T20:23:44.087Z Downloaded terminal_size v0.4.4
3002026-03-25T20:23:44.090Z Downloaded rand_core v0.6.4
3012026-03-25T20:23:44.090Z Downloaded pin-project-lite v0.2.17
3022026-03-25T20:23:44.093Z Downloaded openssl-sys v0.9.112
3032026-03-25T20:23:44.097Z Downloaded jobserver v0.1.34
3042026-03-25T20:23:44.097Z Downloaded lock_api v0.4.14
3052026-03-25T20:23:44.102Z Downloaded cargo_metadata v0.20.0
3062026-03-25T20:23:44.102Z Downloaded humantime-serde v1.1.1
3072026-03-25T20:23:44.102Z Downloaded ppv-lite86 v0.2.21
3082026-03-25T20:23:44.102Z Downloaded serde-value v0.7.0
3092026-03-25T20:23:44.105Z Downloaded serde-untagged v0.1.9
3102026-03-25T20:23:44.105Z Downloaded self-replace v1.5.0
3112026-03-25T20:23:44.105Z Downloaded pin-project-internal v1.1.11
3122026-03-25T20:23:44.105Z Downloaded tinyvec_macros v0.1.1
3132026-03-25T20:23:44.106Z Downloaded owo-colors v4.3.0
3142026-03-25T20:23:44.106Z Downloaded filetime v0.2.27
3152026-03-25T20:23:44.108Z Downloaded digest v0.10.7
3162026-03-25T20:23:44.108Z Downloaded console v0.15.11
3172026-03-25T20:23:44.111Z Downloaded clap_derive v4.6.0
3182026-03-25T20:23:44.111Z Downloaded anstream v1.0.0
3192026-03-25T20:23:44.114Z Downloaded toml_datetime v0.6.11
3202026-03-25T20:23:44.114Z Downloaded miette-derive v7.6.0
3212026-03-25T20:23:44.114Z Downloaded sigchld v0.2.4
3222026-03-25T20:23:44.119Z Downloaded nextest-metadata v0.12.2
3232026-03-25T20:23:44.122Z Downloaded shlex v1.3.0
3242026-03-25T20:23:44.122Z Downloaded newtype-uuid v1.3.2
3252026-03-25T20:23:44.122Z Downloaded serde_path_to_error v0.1.20
3262026-03-25T20:23:44.122Z Downloaded native-tls v0.2.18
3272026-03-25T20:23:44.122Z Downloaded signal-hook-registry v1.4.8
3282026-03-25T20:23:44.125Z Downloaded sha2 v0.10.9
3292026-03-25T20:23:44.125Z Downloaded tower-service v0.3.3
3302026-03-25T20:23:44.125Z Downloaded spki v0.7.3
3312026-03-25T20:23:44.128Z Downloaded http-body-util v0.1.3
3322026-03-25T20:23:44.128Z Downloaded typeid v1.0.3
3332026-03-25T20:23:44.129Z Downloaded backtrace v0.3.76
3342026-03-25T20:23:44.132Z Downloaded eyre v0.6.12
3352026-03-25T20:23:44.136Z Downloaded anstyle v1.0.14
3362026-03-25T20:23:44.136Z Downloaded camino v1.2.2
3372026-03-25T20:23:44.140Z Downloaded toml_write v0.1.2
3382026-03-25T20:23:44.140Z Downloaded getrandom v0.2.17
3392026-03-25T20:23:44.140Z Downloaded slab v0.4.12
3402026-03-25T20:23:44.143Z Downloaded swrite v0.1.0
3412026-03-25T20:23:44.143Z Downloaded static_assertions v1.1.0
3422026-03-25T20:23:44.143Z Downloaded smol_str v0.3.6
3432026-03-25T20:23:44.143Z Downloaded tokio-macros v2.6.1
3442026-03-25T20:23:44.143Z Downloaded tower-layer v0.3.3
3452026-03-25T20:23:44.146Z Downloaded tracing-error v0.2.1
3462026-03-25T20:23:44.146Z Downloaded thiserror-impl v1.0.69
3472026-03-25T20:23:44.146Z Downloaded target-spec v3.5.7
3482026-03-25T20:23:44.146Z Downloaded futures-channel v0.3.32
3492026-03-25T20:23:44.149Z Downloaded urlencoding v2.1.3
3502026-03-25T20:23:44.149Z Downloaded untrusted v0.9.0
3512026-03-25T20:23:44.149Z Downloaded try-lock v0.2.5
3522026-03-25T20:23:44.152Z Downloaded utf8parse v0.2.2
3532026-03-25T20:23:44.152Z Downloaded utf8_iter v1.0.4
3542026-03-25T20:23:44.152Z Downloaded unicode-xid v0.2.6
3552026-03-25T20:23:44.155Z Downloaded target-lexicon v0.13.3
3562026-03-25T20:23:44.155Z Downloaded want v0.3.1
3572026-03-25T20:23:44.158Z Downloaded version_check v0.9.5
3582026-03-25T20:23:44.158Z Downloaded xattr v1.6.1
3592026-03-25T20:23:44.162Z Downloaded thiserror v2.0.18
3602026-03-25T20:23:44.165Z Downloaded unicode-linebreak v0.1.5
3612026-03-25T20:23:44.168Z Downloaded tokio-native-tls v0.3.1
3622026-03-25T20:23:44.168Z Downloaded thiserror-impl v2.0.18
3632026-03-25T20:23:44.168Z Downloaded futures v0.3.32
3642026-03-25T20:23:44.171Z Downloaded httparse v1.10.1
3652026-03-25T20:23:44.173Z Downloaded litrs v1.0.0
3662026-03-25T20:23:44.177Z Downloaded semver v1.0.27
3672026-03-25T20:23:44.180Z Downloaded parking_lot_core v0.9.12
3682026-03-25T20:23:44.180Z Downloaded parking_lot v0.12.5
3692026-03-25T20:23:44.186Z Downloaded quick-junit v0.5.2
3702026-03-25T20:23:44.190Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3712026-03-25T20:23:44.194Z Downloaded smallvec v1.15.1
3722026-03-25T20:23:44.194Z Downloaded nextest-filtering v0.15.0
3732026-03-25T20:23:44.197Z Downloaded getrandom v0.4.2
3742026-03-25T20:23:44.200Z Downloaded log v0.4.29
3752026-03-25T20:23:44.203Z Downloaded tracing-log v0.2.0
3762026-03-25T20:23:44.203Z Downloaded tempfile v3.27.0
3772026-03-25T20:23:44.207Z Downloaded unicase v2.9.0
3782026-03-25T20:23:44.207Z Downloaded base64 v0.22.1
3792026-03-25T20:23:44.210Z Downloaded once_cell v1.21.4
3802026-03-25T20:23:44.210Z Downloaded getrandom v0.3.4
3812026-03-25T20:23:44.213Z Downloaded hyper-rustls v0.27.7
3822026-03-25T20:23:44.213Z Downloaded toml_writer v1.1.0+spec-1.1.0
3832026-03-25T20:23:44.216Z Downloaded tokio-rustls v0.26.4
3842026-03-25T20:23:44.216Z Downloaded thiserror v1.0.69
3852026-03-25T20:23:44.224Z Downloaded xxhash-rust v0.8.15
3862026-03-25T20:23:44.224Z Downloaded serde_derive v1.0.228
3872026-03-25T20:23:44.227Z Downloaded thread_local v1.1.9
3882026-03-25T20:23:44.227Z Downloaded simd-adler32 v0.3.8
3892026-03-25T20:23:44.227Z Downloaded toml v0.8.23
3902026-03-25T20:23:44.227Z Downloaded tokio-stream v0.1.18
3912026-03-25T20:23:44.227Z Downloaded zipsign-api v0.1.5
3922026-03-25T20:23:44.228Z Downloaded serde_core v1.0.228
3932026-03-25T20:23:44.230Z Downloaded signal-hook v0.3.18
3942026-03-25T20:23:44.233Z Downloaded zstd-safe v7.2.4
3952026-03-25T20:23:44.234Z Downloaded proc-macro2 v1.0.106
3962026-03-25T20:23:44.237Z Downloaded tracing-attributes v0.1.31
3972026-03-25T20:23:44.237Z Downloaded crossterm v0.29.0
3982026-03-25T20:23:44.240Z Downloaded derive-where v1.6.1
3992026-03-25T20:23:44.242Z Downloaded ryu v1.0.23
4002026-03-25T20:23:44.246Z Downloaded textwrap v0.16.2
4012026-03-25T20:23:44.246Z Downloaded iana-time-zone v0.1.65
4022026-03-25T20:23:44.250Z Downloaded zstd v0.13.3
4032026-03-25T20:23:44.250Z Downloaded zmij v1.0.21
4042026-03-25T20:23:44.253Z Downloaded borsh v1.6.1
4052026-03-25T20:23:44.256Z Downloaded zeroize v1.8.2
4062026-03-25T20:23:44.256Z Downloaded tinyvec v1.11.0
4072026-03-25T20:23:44.259Z Downloaded self_update v0.42.0
4082026-03-25T20:23:44.259Z Downloaded bytes v1.11.1
4092026-03-25T20:23:44.262Z Downloaded pin-project v1.1.11
4102026-03-25T20:23:44.266Z Downloaded ipnet v2.12.0
4112026-03-25T20:23:44.271Z Downloaded unicode-ident v1.0.24
4122026-03-25T20:23:44.275Z Downloaded der v0.7.10
4132026-03-25T20:23:44.280Z Downloaded tar v0.4.45
4142026-03-25T20:23:44.280Z Downloaded flate2 v1.1.9
4152026-03-25T20:23:44.283Z Downloaded indicatif v0.17.11
4162026-03-25T20:23:44.283Z Downloaded ed25519-dalek v2.2.0
4172026-03-25T20:23:44.287Z Downloaded toml_edit v0.22.27
4182026-03-25T20:23:44.290Z Downloaded socket2 v0.6.3
4192026-03-25T20:23:44.293Z Downloaded sharded-slab v0.1.7
4202026-03-25T20:23:44.293Z Downloaded http v1.4.0
4212026-03-25T20:23:44.296Z Downloaded miniz_oxide v0.8.9
4222026-03-25T20:23:44.296Z Downloaded serde v1.0.228
4232026-03-25T20:23:44.302Z Downloaded derive_more v2.1.1
4242026-03-25T20:23:44.308Z Downloaded toml_parser v1.1.0+spec-1.1.0
4252026-03-25T20:23:44.311Z Downloaded uuid v1.22.0
4262026-03-25T20:23:44.316Z Downloaded derive_more-impl v2.1.1
4272026-03-25T20:23:44.318Z Downloaded vte v0.14.1
4282026-03-25T20:23:44.318Z Downloaded quinn v0.11.9
4292026-03-25T20:23:44.321Z Downloaded url v2.5.8
4302026-03-25T20:23:44.338Z Downloaded toml v1.1.0+spec-1.1.0
4312026-03-25T20:23:44.346Z Downloaded tracing-core v0.1.36
4322026-03-25T20:23:44.349Z Downloaded hashbrown v0.15.5
4332026-03-25T20:23:44.352Z Downloaded typenum v1.19.0
4342026-03-25T20:23:44.355Z Downloaded guppy v0.17.25
4352026-03-25T20:23:44.358Z Downloaded rustls-webpki v0.103.10
4362026-03-25T20:23:44.361Z Downloaded hyper-util v0.1.20
4372026-03-25T20:23:44.369Z Downloaded rand v0.9.2
4382026-03-25T20:23:44.371Z Downloaded serde_json v1.0.149
4392026-03-25T20:23:44.374Z Downloaded tower-http v0.6.8
4402026-03-25T20:23:44.377Z Downloaded tokio-util v0.7.18
4412026-03-25T20:23:44.381Z Downloaded hashbrown v0.16.1
4422026-03-25T20:23:44.384Z Downloaded clap_builder v4.6.0
4432026-03-25T20:23:44.387Z Downloaded futures-util v0.3.32
4442026-03-25T20:23:44.393Z Downloaded mio v1.1.1
4452026-03-25T20:23:44.396Z Downloaded h2 v0.4.13
4462026-03-25T20:23:44.401Z Downloaded indexmap v2.13.0
4472026-03-25T20:23:44.404Z Downloaded aho-corasick v1.1.4
4482026-03-25T20:23:44.407Z Downloaded winnow v0.7.15
4492026-03-25T20:23:44.412Z Downloaded unicode-segmentation v1.13.1
4502026-03-25T20:23:44.415Z Downloaded ron v0.12.0
4512026-03-25T20:23:44.421Z Downloaded gimli v0.32.3
4522026-03-25T20:23:44.425Z Downloaded tracing-subscriber v0.3.23
4532026-03-25T20:23:44.432Z Downloaded tower v0.5.3
4542026-03-25T20:23:44.438Z Downloaded chrono v0.4.44
4552026-03-25T20:23:44.443Z Downloaded iri-string v0.7.11
4562026-03-25T20:23:44.448Z Downloaded zerocopy v0.8.47
4572026-03-25T20:23:44.458Z Downloaded regex v1.12.3
4582026-03-25T20:23:44.462Z Downloaded syn v2.0.117
4592026-03-25T20:23:44.467Z Downloaded reqwest v0.12.28
4602026-03-25T20:23:44.470Z Downloaded pulldown-cmark v0.13.3
4612026-03-25T20:23:44.473Z Downloaded hyper v1.8.1
4622026-03-25T20:23:44.477Z Downloaded itertools v0.14.0
4632026-03-25T20:23:44.480Z Downloaded bstr v1.12.1
4642026-03-25T20:23:44.487Z Downloaded curve25519-dalek v4.1.3
4652026-03-25T20:23:44.490Z Downloaded unicode-normalization v0.1.25
4662026-03-25T20:23:44.494Z Downloaded quick-xml v0.38.4
4672026-03-25T20:23:44.496Z Downloaded color-eyre v0.6.5
4682026-03-25T20:23:44.499Z Downloaded quick-xml v0.37.5
4692026-03-25T20:23:44.514Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4702026-03-25T20:23:44.552Z Downloaded winnow v1.0.0
4712026-03-25T20:23:44.607Z Downloaded quinn-proto v0.11.14
4722026-03-25T20:23:44.632Z Downloaded vcpkg v0.2.15
4732026-03-25T20:23:44.654Z Downloaded webpki-roots v1.0.6
4742026-03-25T20:23:44.657Z Downloaded openssl v0.10.76
4752026-03-25T20:23:44.661Z Downloaded nextest-runner v0.80.0
4762026-03-25T20:23:44.667Z Downloaded unicode-width v0.2.2
4772026-03-25T20:23:44.672Z Downloaded unicode-width v0.1.14
4782026-03-25T20:23:44.698Z Downloaded object v0.37.3
4792026-03-25T20:23:44.712Z Downloaded nix v0.30.1
4802026-03-25T20:23:44.717Z Downloaded rustls v0.23.37
4812026-03-25T20:23:44.724Z Downloaded regex-syntax v0.8.10
4822026-03-25T20:23:44.728Z Downloaded rustix v0.38.44
4832026-03-25T20:23:44.749Z Downloaded rustix v1.1.4
4842026-03-25T20:23:44.777Z Downloaded tracing v0.1.44
4852026-03-25T20:23:44.820Z Downloaded regex-automata v0.4.14
4862026-03-25T20:23:44.890Z Downloaded petgraph v0.8.3
4872026-03-25T20:23:44.903Z Downloaded libc v0.2.183
4882026-03-25T20:23:44.920Z Downloaded tokio v1.50.0
4892026-03-25T20:23:44.984Z Downloaded recursion v0.5.4
4902026-03-25T20:23:44.993Z Downloaded ring v0.17.14
4912026-03-25T20:23:45.054Z Compiling proc-macro2 v1.0.106
4922026-03-25T20:23:45.057Z Compiling libc v0.2.183
4932026-03-25T20:23:45.057Z Compiling unicode-ident v1.0.24
4942026-03-25T20:23:45.057Z Compiling quote v1.0.45
4952026-03-25T20:23:45.057Z Compiling serde_core v1.0.228
4962026-03-25T20:23:45.057Z Compiling cfg-if v1.0.4
4972026-03-25T20:23:45.058Z Compiling memchr v2.8.0
4982026-03-25T20:23:45.190Z Compiling once_cell v1.21.4
4992026-03-25T20:23:45.281Z Compiling log v0.4.29
5002026-03-25T20:23:45.357Z Compiling pin-project-lite v0.2.17
5012026-03-25T20:23:45.431Z Compiling itoa v1.0.18
5022026-03-25T20:23:45.444Z Compiling serde v1.0.228
5032026-03-25T20:23:45.585Z Compiling futures-core v0.3.32
5042026-03-25T20:23:45.667Z Compiling smallvec v1.15.1
5052026-03-25T20:23:45.721Z Compiling bitflags v2.11.0
5062026-03-25T20:23:45.781Z Compiling shlex v1.3.0
5072026-03-25T20:23:45.940Z Compiling equivalent v1.0.2
5082026-03-25T20:23:45.964Z Compiling hashbrown v0.16.1
5092026-03-25T20:23:46.002Z Compiling find-msvc-tools v0.1.9
5102026-03-25T20:23:46.102Z Compiling errno v0.3.14
5112026-03-25T20:23:46.178Z Compiling bytes v1.11.1
5122026-03-25T20:23:46.277Z Compiling signal-hook-registry v1.4.8
5132026-03-25T20:23:46.289Z Compiling jobserver v0.1.34
5142026-03-25T20:23:46.332Z Compiling mio v1.1.1
5152026-03-25T20:23:46.428Z Compiling syn v2.0.117
5162026-03-25T20:23:46.485Z Compiling rustix v1.1.4
5172026-03-25T20:23:46.600Z Compiling cc v1.2.57
5182026-03-25T20:23:46.619Z Compiling futures-sink v0.3.32
5192026-03-25T20:23:46.732Z Compiling socket2 v0.6.3
5202026-03-25T20:23:46.787Z Compiling zmij v1.0.21
5212026-03-25T20:23:47.031Z Compiling slab v0.4.12
5222026-03-25T20:23:47.089Z Compiling futures-channel v0.3.32
5232026-03-25T20:23:47.132Z Compiling tracing-core v0.1.36
5242026-03-25T20:23:47.233Z Compiling version_check v0.9.5
5252026-03-25T20:23:47.369Z Compiling serde_json v1.0.149
5262026-03-25T20:23:47.507Z Compiling indexmap v2.13.0
5272026-03-25T20:23:47.583Z Compiling futures-task v0.3.32
5282026-03-25T20:23:47.610Z Compiling getrandom v0.4.2
5292026-03-25T20:23:47.759Z Compiling futures-io v0.3.32
5302026-03-25T20:23:47.869Z Compiling unicode-width v0.2.2
5312026-03-25T20:23:47.897Z Compiling camino v1.2.2
5322026-03-25T20:23:48.127Z Compiling ring v0.17.14
5332026-03-25T20:23:48.175Z Compiling http v1.4.0
5342026-03-25T20:23:48.195Z Compiling percent-encoding v2.3.2
5352026-03-25T20:23:48.267Z Compiling zeroize v1.8.2
5362026-03-25T20:23:48.336Z Compiling adler2 v2.0.1
5372026-03-25T20:23:48.445Z Compiling simd-adler32 v0.3.8
5382026-03-25T20:23:48.464Z Compiling autocfg v1.5.0
5392026-03-25T20:23:48.857Z Compiling num-traits v0.2.19
5402026-03-25T20:23:48.943Z Compiling miniz_oxide v0.8.9
5412026-03-25T20:23:49.092Z Compiling object v0.37.3
5422026-03-25T20:23:49.159Z Compiling getrandom v0.3.4
5432026-03-25T20:23:49.356Z Compiling zerocopy v0.8.47
5442026-03-25T20:23:49.411Z Compiling target-lexicon v0.13.3
5452026-03-25T20:23:49.742Z Compiling http-body v1.0.1
5462026-03-25T20:23:49.851Z Compiling rustls-pki-types v1.14.0
5472026-03-25T20:23:49.912Z Compiling semver v1.0.27
5482026-03-25T20:23:49.969Z Compiling getrandom v0.2.17
5492026-03-25T20:23:50.099Z Compiling serde_derive v1.0.228
5502026-03-25T20:23:50.140Z Compiling tokio-macros v2.6.1
5512026-03-25T20:23:50.208Z Compiling futures-macro v0.3.32
5522026-03-25T20:23:51.392Z Compiling tracing-attributes v0.1.31
5532026-03-25T20:23:51.417Z Compiling owo-colors v4.3.0
5542026-03-25T20:23:51.417Z Compiling fnv v1.0.7
5552026-03-25T20:23:51.417Z Compiling typenum v1.19.0
5562026-03-25T20:23:51.417Z Compiling thiserror v2.0.18
5572026-03-25T20:23:51.417Z Compiling guppy-workspace-hack v0.1.0
5582026-03-25T20:23:51.418Z Compiling tokio v1.50.0
5592026-03-25T20:23:51.434Z Compiling signal-hook v0.3.18
5602026-03-25T20:23:51.434Z Compiling futures-util v0.3.32
5612026-03-25T20:23:51.434Z Compiling httparse v1.10.1
5622026-03-25T20:23:51.434Z Compiling untrusted v0.9.0
5632026-03-25T20:23:51.434Z Compiling gimli v0.32.3
5642026-03-25T20:23:51.434Z Compiling thiserror-impl v2.0.18
5652026-03-25T20:23:51.626Z Compiling tracing v0.1.44
5662026-03-25T20:23:52.958Z Compiling addr2line v0.25.1
5672026-03-25T20:23:53.300Z Compiling form_urlencoded v1.2.2
5682026-03-25T20:23:53.370Z Compiling generic-array v0.14.7
5692026-03-25T20:23:53.568Z Compiling thiserror v1.0.69
5702026-03-25T20:23:53.598Z Compiling typeid v1.0.3
5712026-03-25T20:23:53.601Z Compiling idna_adapter v1.0.0
5722026-03-25T20:23:53.744Z Compiling rustc-demangle v0.1.27
5732026-03-25T20:23:53.769Z Compiling rustls v0.23.37
5742026-03-25T20:23:53.865Z Compiling pkg-config v0.3.32
5752026-03-25T20:23:53.916Z Compiling fastrand v2.3.0
5762026-03-25T20:23:53.969Z Compiling tower-service v0.3.3
5772026-03-25T20:23:54.064Z Compiling try-lock v0.2.5
5782026-03-25T20:23:54.196Z Compiling utf8_iter v1.0.4
5792026-03-25T20:23:54.260Z Compiling target-spec v3.5.7
5802026-03-25T20:23:54.314Z Compiling atomic-waker v1.1.2
5812026-03-25T20:23:54.355Z Compiling idna v1.1.0
5822026-03-25T20:23:54.435Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-03-25T20:23:54.545Z Compiling want v0.3.1
5842026-03-25T20:23:54.726Z Compiling tokio-util v0.7.18
5852026-03-25T20:23:54.739Z Compiling tempfile v3.27.0
5862026-03-25T20:23:55.066Z Compiling cfg-expr v0.20.7
5872026-03-25T20:23:55.625Z Compiling backtrace v0.3.76
5882026-03-25T20:23:55.825Z Compiling h2 v0.4.13
5892026-03-25T20:23:56.035Z Compiling thiserror-impl v1.0.69
5902026-03-25T20:23:56.491Z Compiling terminal_size v0.4.4
5912026-03-25T20:23:56.504Z Compiling aho-corasick v1.1.4
5922026-03-25T20:23:56.504Z Compiling erased-serde v0.4.10
5932026-03-25T20:23:56.543Z Compiling subtle v2.6.1
5942026-03-25T20:23:56.724Z Compiling regex-syntax v0.8.10
5952026-03-25T20:23:56.768Z Compiling pin-utils v0.1.0
5962026-03-25T20:23:56.847Z Compiling winnow v0.7.15
5972026-03-25T20:23:57.851Z Compiling rustls-webpki v0.103.10
5982026-03-25T20:24:00.388Z Compiling regex-automata v0.4.14
5992026-03-25T20:24:00.460Z Compiling hyper v1.8.1
6002026-03-25T20:24:01.979Z Compiling url v2.5.8
6012026-03-25T20:24:03.658Z Compiling serde_spanned v0.6.9
6022026-03-25T20:24:03.836Z Compiling toml_datetime v0.6.11
6032026-03-25T20:24:03.916Z Compiling ahash v0.8.12
6042026-03-25T20:24:04.050Z Compiling sync_wrapper v1.0.2
6052026-03-25T20:24:04.149Z Compiling either v1.15.0
6062026-03-25T20:24:04.184Z Compiling parking_lot_core v0.9.12
6072026-03-25T20:24:04.189Z Compiling nextest-workspace-hack v0.1.0
6082026-03-25T20:24:04.216Z Compiling is_ci v1.2.0
6092026-03-25T20:24:04.373Z Compiling portable-atomic v1.13.1
6102026-03-25T20:24:04.388Z Compiling unicode-segmentation v1.13.1
6112026-03-25T20:24:04.426Z Compiling unicode-linebreak v0.1.5
6122026-03-25T20:24:04.429Z Compiling crc32fast v1.5.0
6132026-03-25T20:24:04.429Z Compiling base64 v0.22.1
6142026-03-25T20:24:04.664Z Compiling toml_write v0.1.2
6152026-03-25T20:24:04.691Z Compiling tower-layer v0.3.3
6162026-03-25T20:24:04.791Z Compiling ipnet v2.12.0
6172026-03-25T20:24:04.818Z Compiling foldhash v0.1.5
6182026-03-25T20:24:04.895Z Compiling lazy_static v1.5.0
6192026-03-25T20:24:04.907Z Compiling tower v0.5.3
6202026-03-25T20:24:04.920Z Compiling toml_edit v0.22.27
6212026-03-25T20:24:04.999Z Compiling sharded-slab v0.1.7
6222026-03-25T20:24:05.031Z Compiling hyper-util v0.1.20
6232026-03-25T20:24:05.511Z Compiling hashbrown v0.15.5
6242026-03-25T20:24:05.656Z Compiling convert_case v0.10.0
6252026-03-25T20:24:07.631Z Compiling textwrap v0.16.2
6262026-03-25T20:24:07.631Z Compiling supports-color v3.0.2
6272026-03-25T20:24:07.631Z Compiling tokio-rustls v0.26.4
6282026-03-25T20:24:07.631Z Compiling backtrace-ext v0.2.1
6292026-03-25T20:24:07.632Z Compiling ordered-float v2.10.1
6302026-03-25T20:24:07.632Z Compiling webpki-roots v1.0.6
6312026-03-25T20:24:07.632Z Compiling miette-derive v7.6.0
6322026-03-25T20:24:07.632Z Compiling pathdiff v0.2.3
6332026-03-25T20:24:07.632Z Compiling console v0.15.11
6342026-03-25T20:24:07.632Z Compiling tracing-log v0.2.0
6352026-03-25T20:24:07.695Z Compiling cargo-platform v0.3.2
6362026-03-25T20:24:07.736Z Compiling os_pipe v1.2.3
6372026-03-25T20:24:07.911Z Compiling thread_local v1.1.9
6382026-03-25T20:24:08.014Z Compiling debug-ignore v1.0.5
6392026-03-25T20:24:08.132Z Compiling winnow v1.0.0
6402026-03-25T20:24:08.270Z Compiling cfg_aliases v0.2.1
6412026-03-25T20:24:08.356Z Compiling utf8parse v0.2.2
6422026-03-25T20:24:08.470Z Compiling unicode-width v0.1.14
6432026-03-25T20:24:08.516Z Compiling fixedbitset v0.5.7
6442026-03-25T20:24:08.588Z Compiling iri-string v0.7.11
6452026-03-25T20:24:08.780Z Compiling supports-hyperlinks v3.2.0
6462026-03-25T20:24:09.072Z Compiling supports-unicode v3.0.0
6472026-03-25T20:24:09.097Z Compiling ryu v1.0.23
6482026-03-25T20:24:09.183Z Compiling scopeguard v1.2.0
6492026-03-25T20:24:09.297Z Compiling zstd-safe v7.2.4
6502026-03-25T20:24:09.324Z Compiling rustix v0.38.44
6512026-03-25T20:24:09.536Z Compiling pulldown-cmark v0.13.3
6522026-03-25T20:24:09.587Z Compiling lock_api v0.4.14
6532026-03-25T20:24:09.772Z Compiling toml_parser v1.1.0+spec-1.1.0
6542026-03-25T20:24:09.783Z Compiling serde_urlencoded v0.7.1
6552026-03-25T20:24:09.831Z Compiling miette v7.6.0
6562026-03-25T20:24:10.064Z Compiling tower-http v0.6.8
6572026-03-25T20:24:11.031Z Compiling petgraph v0.8.3
6582026-03-25T20:24:11.120Z Compiling anstyle-parse v1.0.0
6592026-03-25T20:24:11.242Z Compiling nix v0.30.1
6602026-03-25T20:24:11.346Z Compiling tracing-subscriber v0.3.23
6612026-03-25T20:24:11.582Z Compiling cargo_metadata v0.23.1
6622026-03-25T20:24:11.662Z Compiling sigchld v0.2.4
6632026-03-25T20:24:11.841Z Compiling serde-value v0.7.0
6642026-03-25T20:24:12.576Z Compiling hyper-rustls v0.27.7
6652026-03-25T20:24:13.080Z Compiling serde-untagged v0.1.9
6662026-03-25T20:24:13.263Z Compiling toml v0.8.23
6672026-03-25T20:24:14.085Z Compiling derive_more-impl v2.1.1
6682026-03-25T20:24:14.427Z Compiling itertools v0.14.0
6692026-03-25T20:24:14.626Z Compiling regex v1.12.3
6702026-03-25T20:24:14.905Z Compiling crypto-common v0.1.7
6712026-03-25T20:24:15.012Z Compiling block-buffer v0.10.4
6722026-03-25T20:24:15.043Z Compiling ppv-lite86 v0.2.21
6732026-03-25T20:24:15.942Z Compiling futures-executor v0.3.32
6742026-03-25T20:24:15.961Z Compiling rand_core v0.9.5
6752026-03-25T20:24:15.961Z Compiling pin-project-internal v1.1.11
6762026-03-25T20:24:15.961Z Compiling http-body-util v0.1.3
6772026-03-25T20:24:15.986Z Compiling uuid v1.22.0
6782026-03-25T20:24:15.993Z Compiling toml_datetime v1.1.0+spec-1.1.0
6792026-03-25T20:24:16.074Z Compiling serde_spanned v1.1.0
6802026-03-25T20:24:16.190Z Compiling smol_str v0.3.6
6812026-03-25T20:24:16.242Z Compiling filetime v0.2.27
6822026-03-25T20:24:16.447Z Compiling bstr v1.12.1
6832026-03-25T20:24:16.455Z Compiling vte v0.14.1
6842026-03-25T20:24:16.460Z Compiling anstyle-query v1.1.5
6852026-03-25T20:24:16.531Z Compiling color-spantrace v0.3.0
6862026-03-25T20:24:16.559Z Compiling litrs v1.0.0
6872026-03-25T20:24:16.698Z Compiling unicode-xid v0.2.6
6882026-03-25T20:24:16.818Z Compiling eyre v0.6.12
6892026-03-25T20:24:16.831Z Compiling nested v0.1.1
6902026-03-25T20:24:16.843Z Compiling colorchoice v1.0.5
6912026-03-25T20:24:16.856Z Compiling iana-time-zone v0.1.65
6922026-03-25T20:24:16.964Z Compiling unicase v2.9.0
6932026-03-25T20:24:17.004Z Compiling self_update v0.42.0
6942026-03-25T20:24:17.019Z Compiling tinyvec_macros v0.1.1
6952026-03-25T20:24:17.082Z Compiling is_terminal_polyfill v1.70.2
6962026-03-25T20:24:17.095Z Compiling number_prefix v0.4.0
6972026-03-25T20:24:17.146Z Compiling xattr v1.6.1
6982026-03-25T20:24:17.173Z Compiling anstyle v1.0.14
6992026-03-25T20:24:17.188Z Compiling static_assertions v1.1.0
7002026-03-25T20:24:17.244Z Compiling guppy v0.17.25
7012026-03-25T20:24:17.258Z Compiling tar v0.4.45
7022026-03-25T20:24:17.261Z Compiling indicatif v0.17.11
7032026-03-25T20:24:17.444Z Compiling anstream v1.0.0
7042026-03-25T20:24:17.685Z Compiling tinyvec v1.11.0
7052026-03-25T20:24:17.966Z Compiling document-features v0.2.12
7062026-03-25T20:24:17.975Z Compiling chrono v0.4.44
7072026-03-25T20:24:18.159Z Compiling globset v0.4.18
7082026-03-25T20:24:18.463Z Compiling cargo-util-schemas v0.2.0
7092026-03-25T20:24:18.811Z Compiling pin-project v1.1.11
7102026-03-25T20:24:18.919Z Compiling strip-ansi-escapes v0.2.1
7112026-03-25T20:24:19.427Z Compiling nextest-metadata v0.12.2
7122026-03-25T20:24:19.922Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-25T20:24:20.453Z Compiling newtype-uuid v1.3.2
7142026-03-25T20:24:20.651Z Compiling reqwest v0.12.28
7152026-03-25T20:24:20.925Z Compiling rand_chacha v0.9.0
7162026-03-25T20:24:21.351Z Compiling futures v0.3.32
7172026-03-25T20:24:21.400Z Compiling digest v0.10.7
7182026-03-25T20:24:21.444Z Compiling derive_more v2.1.1
7192026-03-25T20:24:21.491Z Compiling flate2 v1.1.9
7202026-03-25T20:24:21.522Z Compiling parking_lot v0.12.5
7212026-03-25T20:24:21.655Z Compiling tracing-error v0.2.1
7222026-03-25T20:24:21.896Z Compiling shared_child v1.1.1
7232026-03-25T20:24:22.400Z Compiling signal-hook-mio v0.2.5
7242026-03-25T20:24:22.431Z Compiling self-replace v1.5.0
7252026-03-25T20:24:22.531Z Compiling cargo-platform v0.2.0
7262026-03-25T20:24:22.728Z Compiling quick-xml v0.38.4
7272026-03-25T20:24:23.086Z Compiling quick-xml v0.37.5
7282026-03-25T20:24:23.161Z Compiling clap_lex v1.1.0
7292026-03-25T20:24:23.532Z Compiling humantime v2.3.0
7302026-03-25T20:24:23.760Z Compiling shell-words v1.1.1
7312026-03-25T20:24:23.953Z Compiling urlencoding v2.1.3
7322026-03-25T20:24:24.017Z Compiling strsim v0.11.1
7332026-03-25T20:24:24.352Z Compiling indenter v0.3.4
7342026-03-25T20:24:24.456Z Compiling heck v0.5.0
7352026-03-25T20:24:24.483Z Compiling cpufeatures v0.2.17
7362026-03-25T20:24:24.561Z Compiling recursion v0.5.4
7372026-03-25T20:24:24.603Z Compiling sha2 v0.10.9
7382026-03-25T20:24:24.658Z Compiling clap_derive v4.6.0
7392026-03-25T20:24:24.700Z Compiling nextest-filtering v0.15.0
7402026-03-25T20:24:24.855Z Compiling clap_builder v4.6.0
7412026-03-25T20:24:25.815Z Compiling humantime-serde v1.1.1
7422026-03-25T20:24:25.994Z Compiling quick-junit v0.5.2
7432026-03-25T20:24:26.442Z Compiling atomicwrites v0.4.4
7442026-03-25T20:24:26.739Z Compiling cargo_metadata v0.20.0
7452026-03-25T20:24:28.699Z Compiling crossterm v0.29.0
7462026-03-25T20:24:29.096Z Compiling cargo-nextest v0.9.97
7472026-03-25T20:24:30.268Z Compiling duct v0.13.7
7482026-03-25T20:24:31.113Z Compiling zstd v0.13.3
7492026-03-25T20:24:31.400Z Compiling async-scoped v0.9.0
7502026-03-25T20:24:31.544Z Compiling rand v0.9.2
7512026-03-25T20:24:31.589Z Compiling config v0.15.22
7522026-03-25T20:24:31.764Z Compiling unicode-normalization v0.1.25
7532026-03-25T20:24:31.869Z Compiling target-spec-miette v0.4.5
7542026-03-25T20:24:31.900Z Compiling future-queue v0.4.0
7552026-03-25T20:24:32.116Z Compiling mukti-metadata v0.3.0
7562026-03-25T20:24:32.189Z Compiling camino-tempfile v1.4.1
7572026-03-25T20:24:32.270Z Compiling tokio-stream v0.1.18
7582026-03-25T20:24:32.313Z Compiling derive-where v1.6.1
7592026-03-25T20:24:32.333Z Compiling serde_path_to_error v0.1.20
7602026-03-25T20:24:32.826Z Compiling serde_ignored v0.1.14
7612026-03-25T20:24:32.849Z Compiling hex v0.4.3
7622026-03-25T20:24:32.849Z Compiling indent_write v2.2.0
7632026-03-25T20:24:32.849Z Compiling xxhash-rust v0.8.15
7642026-03-25T20:24:32.906Z Compiling home v0.5.12
7652026-03-25T20:24:32.938Z Compiling swrite v0.1.0
7662026-03-25T20:24:32.954Z Compiling color-eyre v0.6.5
7672026-03-25T20:24:32.964Z Compiling clap v4.6.0
7682026-03-25T20:24:33.016Z Compiling dialoguer v0.11.0
7692026-03-25T20:24:33.049Z Compiling enable-ansi-support v0.2.1
7702026-03-25T20:24:33.529Z Compiling nextest-runner v0.80.0
7712026-03-25T20:24:51.762Z Finished `release` profile [optimized] target(s) in 1m 11s
7722026-03-25T20:24:51.945Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-03-25T20:24:51.949Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-03-25T20:24:52.067Z+ pushd bgp
7752026-03-25T20:24:52.070Z+ pfexec cargo nextest run
7762026-03-25T20:24:52.071Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7772026-03-25T20:24:52.227Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-03-25T20:24:52.879ZFrom https://github.com/oxidecomputer/falcon
7792026-03-25T20:24:52.879Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-03-25T20:24:52.957Z Updating crates.io index
7812026-03-25T20:24:53.019Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-03-25T20:24:53.739ZFrom https://github.com/oxidecomputer/dendrite
7832026-03-25T20:24:53.739Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-03-25T20:24:53.822Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-03-25T20:24:54.119ZFrom https://github.com/oxidecomputer/ispf
7862026-03-25T20:24:54.119Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-03-25T20:24:54.125Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-03-25T20:24:54.466ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-03-25T20:24:54.466Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-03-25T20:24:54.474Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-03-25T20:25:01.588ZFrom https://github.com/oxidecomputer/omicron
7922026-03-25T20:25:01.589Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7932026-03-25T20:25:02.016Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-03-25T20:25:02.646ZFrom https://github.com/oxidecomputer/opte
7952026-03-25T20:25:02.646Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7962026-03-25T20:25:02.812Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-03-25T20:25:03.063ZFrom https://github.com/illumos/smf-rs
7982026-03-25T20:25:03.063Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-03-25T20:25:03.179Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-03-25T20:25:03.491ZFrom https://github.com/oxidecomputer/network-interface
8012026-03-25T20:25:03.491Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-03-25T20:25:03.514Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-03-25T20:25:03.796ZFrom https://github.com/oxidecomputer/zone
8042026-03-25T20:25:03.796Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-03-25T20:25:03.909Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-03-25T20:25:05.080ZFrom https://github.com/oxidecomputer/propolis
8072026-03-25T20:25:05.080Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-03-25T20:25:05.262Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-03-25T20:25:05.889ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-03-25T20:25:05.890Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-03-25T20:25:05.948Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-03-25T20:25:06.201ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-03-25T20:25:06.201Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-03-25T20:25:06.207Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-03-25T20:25:06.510ZFrom https://github.com/jmesmon/rust-libzfs
8162026-03-25T20:25:06.510Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-03-25T20:25:06.520Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-03-25T20:25:06.818ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-03-25T20:25:06.818Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-03-25T20:25:06.903Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-03-25T20:25:07.228ZFrom https://github.com/oxidecomputer/lldp
8222026-03-25T20:25:07.228Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-03-25T20:25:07.349Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-03-25T20:25:07.608ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-03-25T20:25:07.608Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-03-25T20:25:07.628Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-03-25T20:25:07.926ZFrom https://github.com/oxidecomputer/tufaceous
8282026-03-25T20:25:07.926Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-03-25T20:25:08.001Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-03-25T20:25:08.468ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-03-25T20:25:08.468Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-03-25T20:25:08.491Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-03-25T20:25:09.310ZFrom https://github.com/oxidecomputer/crucible
8342026-03-25T20:25:09.310Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-03-25T20:25:09.509Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-03-25T20:25:09.824ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-03-25T20:25:09.824Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-03-25T20:25:10.061Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-03-25T20:25:10.468ZFrom https://github.com/oxidecomputer/propolis
8402026-03-25T20:25:10.468Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-03-25T20:25:10.522Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-03-25T20:25:10.806ZFrom https://github.com/oxidecomputer/tofino
8432026-03-25T20:25:10.807Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-03-25T20:25:10.827Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-03-25T20:25:11.363ZFrom https://github.com/oxidecomputer/maghemite
8462026-03-25T20:25:11.363Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-03-25T20:25:11.422Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-03-25T20:25:11.705ZFrom https://github.com/oxidecomputer/clickward
8492026-03-25T20:25:11.706Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-03-25T20:25:11.888Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-03-25T20:25:12.170ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-03-25T20:25:12.170Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-03-25T20:25:12.297Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-03-25T20:25:12.615ZFrom https://github.com/oxidecomputer/crucible
8552026-03-25T20:25:12.615Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-03-25T20:25:13.473Z Downloading crates ...
8572026-03-25T20:25:13.587Z Downloaded aead v0.5.2
8582026-03-25T20:25:13.590Z Downloaded arrayref v0.3.9
8592026-03-25T20:25:13.597Z Downloaded async-recursion v1.1.1
8602026-03-25T20:25:13.600Z Downloaded dtrace-parser v0.3.0
8612026-03-25T20:25:13.600Z Downloaded cpufeatures v0.3.0
8622026-03-25T20:25:13.600Z Downloaded keccak v0.1.6
8632026-03-25T20:25:13.600Z Downloaded cobs v0.3.0
8642026-03-25T20:25:13.600Z Downloaded ciborium-io v0.2.2
8652026-03-25T20:25:13.600Z Downloaded git-stub-vcs v0.1.0
8662026-03-25T20:25:13.603Z Downloaded base16ct v0.2.0
8672026-03-25T20:25:13.603Z Downloaded async-stream v0.3.6
8682026-03-25T20:25:13.603Z Downloaded async-stream-impl v0.3.6
8692026-03-25T20:25:13.605Z Downloaded arrayvec v0.7.6
8702026-03-25T20:25:13.608Z Downloaded argon2 v0.5.3
8712026-03-25T20:25:13.612Z Downloaded heck v0.4.1
8722026-03-25T20:25:13.615Z Downloaded group v0.13.0
8732026-03-25T20:25:13.615Z Downloaded glob v0.3.3
8742026-03-25T20:25:13.615Z Downloaded bit-vec v0.8.0
8752026-03-25T20:25:13.619Z Downloaded defmt-macros v1.0.1
8762026-03-25T20:25:13.623Z Downloaded anyhow v1.0.102
8772026-03-25T20:25:13.626Z Downloaded highway v1.3.0
8782026-03-25T20:25:13.626Z Downloaded erased-serde v0.3.31
8792026-03-25T20:25:13.629Z Downloaded crossbeam-deque v0.8.6
8802026-03-25T20:25:13.629Z Downloaded bytecount v0.6.9
8812026-03-25T20:25:13.629Z Downloaded daft-derive v0.1.5
8822026-03-25T20:25:13.633Z Downloaded chacha20 v0.10.0
8832026-03-25T20:25:13.636Z Downloaded deranged v0.5.8
8842026-03-25T20:25:13.639Z Downloaded hash32 v0.3.1
8852026-03-25T20:25:13.639Z Downloaded const-random-macro v0.1.16
8862026-03-25T20:25:13.645Z Downloaded hubpack_derive v0.1.1
8872026-03-25T20:25:13.652Z Downloaded dtrace-parser v0.2.0
8882026-03-25T20:25:13.652Z Downloaded dof v0.3.0
8892026-03-25T20:25:13.652Z Downloaded defmt v0.3.100
8902026-03-25T20:25:13.652Z Downloaded crucible-workspace-hack v0.1.0
8912026-03-25T20:25:13.656Z Downloaded git-stub v1.0.0
8922026-03-25T20:25:13.656Z Downloaded float-ord v0.3.2
8932026-03-25T20:25:13.656Z Downloaded dyn-clone v1.0.20
8942026-03-25T20:25:13.656Z Downloaded const_format_proc_macros v0.2.34
8952026-03-25T20:25:13.656Z Downloaded daft v0.1.5
8962026-03-25T20:25:13.656Z Downloaded allocator-api2 v0.2.21
8972026-03-25T20:25:13.659Z Downloaded foldhash v0.2.0
8982026-03-25T20:25:13.659Z Downloaded constant_time_eq v0.4.2
8992026-03-25T20:25:13.659Z Downloaded crc8 v0.1.1
9002026-03-25T20:25:13.663Z Downloaded dropshot-api-manager-types v0.5.2
9012026-03-25T20:25:13.663Z Downloaded convert_case v0.4.0
9022026-03-25T20:25:13.663Z Downloaded bit-set v0.8.0
9032026-03-25T20:25:13.663Z Downloaded managed v0.8.0
9042026-03-25T20:25:13.666Z Downloaded num_threads v0.1.7
9052026-03-25T20:25:13.666Z Downloaded no-std-compat v0.4.1
9062026-03-25T20:25:13.666Z Downloaded instant v0.1.13
9072026-03-25T20:25:13.670Z Downloaded newtype_derive v0.1.6
9082026-03-25T20:25:13.670Z Downloaded mime v0.3.17
9092026-03-25T20:25:13.670Z Downloaded crunchy v0.2.4
9102026-03-25T20:25:13.670Z Downloaded newtype-uuid-macros v0.1.0
9112026-03-25T20:25:13.670Z Downloaded macaddr v1.0.1
9122026-03-25T20:25:13.673Z Downloaded half v2.7.1
9132026-03-25T20:25:13.673Z Downloaded fixedbitset v0.4.2
9142026-03-25T20:25:13.676Z Downloaded const-random v0.1.18
9152026-03-25T20:25:13.676Z Downloaded libscf-sys v1.1.0
9162026-03-25T20:25:13.676Z Downloaded embedded-io v0.6.1
9172026-03-25T20:25:13.679Z Downloaded ident_case v1.0.1
9182026-03-25T20:25:13.679Z Downloaded hickory-resolver v0.24.4
9192026-03-25T20:25:13.682Z Downloaded cstr-argument v0.1.2
9202026-03-25T20:25:13.682Z Downloaded darling_macro v0.21.3
9212026-03-25T20:25:13.684Z Downloaded gethostname v0.5.0
9222026-03-25T20:25:13.684Z Downloaded defmt-parser v1.0.0
9232026-03-25T20:25:13.684Z Downloaded opaque-debug v0.3.1
9242026-03-25T20:25:13.687Z Downloaded num-derive v0.4.2
9252026-03-25T20:25:13.687Z Downloaded num v0.4.3
9262026-03-25T20:25:13.687Z Downloaded num-iter v0.1.45
9272026-03-25T20:25:13.690Z Downloaded embedded-io v0.4.0
9282026-03-25T20:25:13.690Z Downloaded dunce v1.0.5
9292026-03-25T20:25:13.690Z Downloaded memoffset v0.9.1
9302026-03-25T20:25:13.694Z Downloaded lru-cache v0.1.2
9312026-03-25T20:25:13.694Z Downloaded memmap v0.7.0
9322026-03-25T20:25:13.694Z Downloaded data-encoding v2.10.0
9332026-03-25T20:25:13.697Z Downloaded critical-section v1.2.0
9342026-03-25T20:25:13.697Z Downloaded enum-as-inner v0.6.1
9352026-03-25T20:25:13.697Z Downloaded idna_adapter v1.2.1
9362026-03-25T20:25:13.701Z Downloaded darling v0.23.0
9372026-03-25T20:25:13.701Z Downloaded omicron-workspace-hack v0.1.0
9382026-03-25T20:25:13.705Z Downloaded olpc-cjson v0.1.4
9392026-03-25T20:25:13.705Z Downloaded hostname v0.3.1
9402026-03-25T20:25:13.705Z Downloaded foreign-types v0.5.0
9412026-03-25T20:25:13.705Z Downloaded hubpack v0.1.2
9422026-03-25T20:25:13.708Z Downloaded inout v0.1.4
9432026-03-25T20:25:13.708Z Downloaded linked-hash-map v0.5.6
9442026-03-25T20:25:13.708Z Downloaded bitflags v1.3.2
9452026-03-25T20:25:13.708Z Downloaded foreign-types-macros v0.2.3
9462026-03-25T20:25:13.711Z Downloaded colored v3.1.1
9472026-03-25T20:25:13.711Z Downloaded darling_macro v0.23.0
9482026-03-25T20:25:13.711Z Downloaded ciborium-ll v0.2.2
9492026-03-25T20:25:13.714Z Downloaded num-conv v0.2.0
9502026-03-25T20:25:13.714Z Downloaded match_cfg v0.1.0
9512026-03-25T20:25:13.717Z Downloaded is-terminal v0.4.17
9522026-03-25T20:25:13.717Z Downloaded ingot-types v0.1.2
9532026-03-25T20:25:13.717Z Downloaded hashbrown v0.12.3
9542026-03-25T20:25:13.720Z Downloaded fxhash v0.2.1
9552026-03-25T20:25:13.723Z Downloaded internet-checksum v0.2.1
9562026-03-25T20:25:13.723Z Downloaded httpdate v1.0.3
9572026-03-25T20:25:13.723Z Downloaded pretty-hex v0.4.2
9582026-03-25T20:25:13.726Z Downloaded foreign-types-shared v0.3.1
9592026-03-25T20:25:13.726Z Downloaded powerfmt v0.2.0
9602026-03-25T20:25:13.726Z Downloaded potential_utf v0.1.4
9612026-03-25T20:25:13.726Z Downloaded phf_shared v0.12.1
9622026-03-25T20:25:13.729Z Downloaded hmac v0.12.1
9632026-03-25T20:25:13.729Z Downloaded plain v0.2.3
9642026-03-25T20:25:13.729Z Downloaded proc-macro-crate v1.3.1
9652026-03-25T20:25:13.733Z Downloaded num-complex v0.4.6
9662026-03-25T20:25:13.733Z Downloaded dof v0.4.0
9672026-03-25T20:25:13.733Z Downloaded defmt v1.0.1
9682026-03-25T20:25:13.735Z Downloaded natord v1.0.9
9692026-03-25T20:25:13.735Z Downloaded csv-core v0.1.13
9702026-03-25T20:25:13.735Z Downloaded newline-converter v0.3.0
9712026-03-25T20:25:13.739Z Downloaded chacha20 v0.9.1
9722026-03-25T20:25:13.739Z Downloaded bcs v0.1.6
9732026-03-25T20:25:13.739Z Downloaded progenitor-macro v0.13.0
9742026-03-25T20:25:13.742Z Downloaded byteorder v1.5.0
9752026-03-25T20:25:13.742Z Downloaded base16ct v1.0.0
9762026-03-25T20:25:13.742Z Downloaded libsw v3.5.0
9772026-03-25T20:25:13.747Z Downloaded ref-cast-impl v1.0.25
9782026-03-25T20:25:13.747Z Downloaded rand_xorshift v0.4.0
9792026-03-25T20:25:13.747Z Downloaded heapless v0.8.0
9802026-03-25T20:25:13.749Z Downloaded parse-display v0.10.0
9812026-03-25T20:25:13.749Z Downloaded num_enum v0.5.11
9822026-03-25T20:25:13.752Z Downloaded proc-macro-error-attr2 v2.0.0
9832026-03-25T20:25:13.752Z Downloaded progenitor-client v0.11.2
9842026-03-25T20:25:13.752Z Downloaded progenitor-client v0.10.0
9852026-03-25T20:25:13.755Z Downloaded num_enum_derive v0.5.11
9862026-03-25T20:25:13.755Z Downloaded const_format v0.2.35
9872026-03-25T20:25:13.759Z Downloaded num-rational v0.4.2
9882026-03-25T20:25:13.762Z Downloaded drift v0.1.3
9892026-03-25T20:25:13.765Z Downloaded num-integer v0.1.46
9902026-03-25T20:25:13.765Z Downloaded paste v1.0.15
9912026-03-25T20:25:13.768Z Downloaded quick-error v1.2.3
9922026-03-25T20:25:13.768Z Downloaded progenitor-macro v0.10.0
9932026-03-25T20:25:13.770Z Downloaded num_enum v0.7.6
9942026-03-25T20:25:13.773Z Downloaded ref-cast v1.0.25
9952026-03-25T20:25:13.776Z Downloaded rand_chacha v0.3.1
9962026-03-25T20:25:13.776Z Downloaded num_enum_derive v0.7.6
9972026-03-25T20:25:13.776Z Downloaded litemap v0.8.1
9982026-03-25T20:25:13.780Z Downloaded rustc_version v0.1.7
9992026-03-25T20:25:13.780Z Downloaded memmap2 v0.9.10
10002026-03-25T20:25:13.783Z Downloaded derive-ex v0.1.8
10012026-03-25T20:25:13.783Z Downloaded backoff v0.4.0
10022026-03-25T20:25:13.783Z Downloaded linear-map v1.2.0
10032026-03-25T20:25:13.786Z Downloaded same-file v1.0.6
10042026-03-25T20:25:13.786Z Downloaded pem v3.0.6
10052026-03-25T20:25:13.786Z Downloaded proc-macro-crate v3.5.0
10062026-03-25T20:25:13.789Z Downloaded parse-display-derive v0.10.0
10072026-03-25T20:25:13.789Z Downloaded oxnet v0.1.4
10082026-03-25T20:25:13.789Z Downloaded ff v0.13.1
10092026-03-25T20:25:13.792Z Downloaded progenitor v0.13.0
10102026-03-25T20:25:13.792Z Downloaded progenitor v0.11.2
10112026-03-25T20:25:13.795Z Downloaded scroll_derive v0.13.1
10122026-03-25T20:25:13.795Z Downloaded ipnetwork v0.21.1
10132026-03-25T20:25:13.795Z Downloaded displaydoc v0.2.5
10142026-03-25T20:25:13.798Z Downloaded serde_repr v0.1.20
10152026-03-25T20:25:13.801Z Downloaded serde-big-array v0.5.1
10162026-03-25T20:25:13.801Z Downloaded sha1 v0.10.6
10172026-03-25T20:25:13.801Z Downloaded semver v0.1.20
10182026-03-25T20:25:13.804Z Downloaded scroll_derive v0.12.1
10192026-03-25T20:25:13.804Z Downloaded serial_test_derive v3.4.0
10202026-03-25T20:25:13.804Z Downloaded poly1305 v0.8.0
10212026-03-25T20:25:13.806Z Downloaded siphasher v1.0.2
10222026-03-25T20:25:13.806Z Downloaded crossbeam-utils v0.8.21
10232026-03-25T20:25:13.812Z Downloaded ciborium v0.2.2
10242026-03-25T20:25:13.812Z Downloaded cargo_toml v0.22.3
10252026-03-25T20:25:13.815Z Downloaded backon v1.6.0
10262026-03-25T20:25:13.815Z Downloaded async-trait v0.1.89
10272026-03-25T20:25:13.815Z Downloaded proc-macro-error-attr v1.0.4
10282026-03-25T20:25:13.815Z Downloaded proc-macro-error v1.0.4
10292026-03-25T20:25:13.818Z Downloaded diff v0.1.13
10302026-03-25T20:25:13.821Z Downloaded serial_test v3.4.0
10312026-03-25T20:25:13.821Z Downloaded crypto-bigint v0.5.5
10322026-03-25T20:25:13.825Z Downloaded progenitor-client v0.13.0
10332026-03-25T20:25:13.829Z Downloaded progenitor-macro v0.11.2
10342026-03-25T20:25:13.829Z Downloaded progenitor-extras v0.1.1
10352026-03-25T20:25:13.829Z Downloaded phf v0.12.1
10362026-03-25T20:25:13.829Z Downloaded smawk v0.3.2
10372026-03-25T20:25:13.832Z Downloaded progenitor v0.10.0
10382026-03-25T20:25:13.832Z Downloaded proc-macro-error2 v2.0.1
10392026-03-25T20:25:13.832Z Downloaded console v0.16.3
10402026-03-25T20:25:13.835Z Downloaded sigpipe v0.1.3
10412026-03-25T20:25:13.835Z Downloaded blake2 v0.10.6
10422026-03-25T20:25:13.835Z Downloaded strum v0.26.3
10432026-03-25T20:25:13.838Z Downloaded slog-bunyan v2.5.0
10442026-03-25T20:25:13.838Z Downloaded spin v0.5.2
10452026-03-25T20:25:13.838Z Downloaded cookie v0.18.1
10462026-03-25T20:25:13.844Z Downloaded byte-wrapper v0.1.0
10472026-03-25T20:25:13.844Z Downloaded hickory-resolver v0.25.2
10482026-03-25T20:25:13.846Z Downloaded rustls-pemfile v2.2.0
10492026-03-25T20:25:13.847Z Downloaded cancel-safe-futures v0.1.5
10502026-03-25T20:25:13.847Z Downloaded structmeta-derive v0.3.0
10512026-03-25T20:25:13.849Z Downloaded rustls-native-certs v0.8.3
10522026-03-25T20:25:13.849Z Downloaded strum v0.27.2
10532026-03-25T20:25:13.852Z Downloaded postcard v1.1.3
10542026-03-25T20:25:13.852Z Downloaded structmeta v0.3.0
10552026-03-25T20:25:13.852Z Downloaded tabwriter v1.4.1
10562026-03-25T20:25:13.855Z Downloaded pest_generator v2.8.6
10572026-03-25T20:25:13.855Z Downloaded password-hash v0.5.0
10582026-03-25T20:25:13.859Z Downloaded take_mut v0.2.2
10592026-03-25T20:25:13.859Z Downloaded tagptr v0.2.0
10602026-03-25T20:25:13.859Z Downloaded schemars_derive v0.8.22
10612026-03-25T20:25:13.859Z Downloaded rusty-fork v0.3.1
10622026-03-25T20:25:13.862Z Downloaded tabled_derive v0.11.0
10632026-03-25T20:25:13.862Z Downloaded tabled_derive v0.7.0
10642026-03-25T20:25:13.862Z Downloaded scroll v0.13.0
10652026-03-25T20:25:13.862Z Downloaded thiserror-impl-no-std v2.0.2
10662026-03-25T20:25:13.865Z Downloaded papergrid v0.17.0
10672026-03-25T20:25:13.868Z Downloaded testing_table v0.3.0
10682026-03-25T20:25:13.868Z Downloaded termtree v0.5.1
10692026-03-25T20:25:13.868Z Downloaded rustversion v1.0.22
10702026-03-25T20:25:13.871Z Downloaded thread-id v4.2.2
10712026-03-25T20:25:13.871Z Downloaded secrecy v0.10.3
10722026-03-25T20:25:13.871Z Downloaded thread-id v5.1.0
10732026-03-25T20:25:13.871Z Downloaded darling_core v0.21.3
10742026-03-25T20:25:13.874Z Downloaded serde_tokenstream v0.2.3
10752026-03-25T20:25:13.877Z Downloaded serde_plain v1.0.2
10762026-03-25T20:25:13.877Z Downloaded unarray v0.1.4
10772026-03-25T20:25:13.877Z Downloaded slog-async v2.8.0
10782026-03-25T20:25:13.880Z Downloaded topological-sort v0.2.2
10792026-03-25T20:25:13.880Z Downloaded rhai_codegen v3.1.0
10802026-03-25T20:25:13.884Z Downloaded stable_deref_trait v1.2.1
10812026-03-25T20:25:13.887Z Downloaded synstructure v0.13.2
10822026-03-25T20:25:13.887Z Downloaded snafu-derive v0.8.9
10832026-03-25T20:25:13.887Z Downloaded indexmap v1.9.3
10842026-03-25T20:25:13.887Z Downloaded slog-scope v4.4.1
10852026-03-25T20:25:13.893Z Downloaded slog-json v2.6.1
10862026-03-25T20:25:13.893Z Downloaded unit-prefix v0.5.2
10872026-03-25T20:25:13.893Z Downloaded usdt-macro v0.5.0
10882026-03-25T20:25:13.893Z Downloaded usdt-attr-macro v0.5.0
10892026-03-25T20:25:13.896Z Downloaded yoke-derive v0.8.1
10902026-03-25T20:25:13.896Z Downloaded typify-macro v0.4.3
10912026-03-25T20:25:13.896Z Downloaded serde_derive_internals v0.29.1
10922026-03-25T20:25:13.896Z Downloaded sdd v3.0.10
10932026-03-25T20:25:13.896Z Downloaded icu_properties v2.1.2
10942026-03-25T20:25:13.896Z Downloaded crossbeam-epoch v0.9.18
10952026-03-25T20:25:13.899Z Downloaded papergrid v0.11.0
10962026-03-25T20:25:13.905Z Downloaded dropshot_endpoint v0.16.7
10972026-03-25T20:25:13.909Z Downloaded resolv-conf v0.7.6
10982026-03-25T20:25:13.909Z Downloaded pest_derive v2.8.6
10992026-03-25T20:25:13.909Z Downloaded scroll v0.12.0
11002026-03-25T20:25:13.909Z Downloaded universal-hash v0.5.1
11012026-03-25T20:25:13.909Z Downloaded parking_lot_core v0.8.6
11022026-03-25T20:25:13.909Z Downloaded slog-dtrace v0.3.0
11032026-03-25T20:25:13.912Z Downloaded parking_lot v0.11.2
11042026-03-25T20:25:13.912Z Downloaded rand_core v0.10.0
11052026-03-25T20:25:13.912Z Downloaded zerofrom-derive v0.1.6
11062026-03-25T20:25:13.912Z Downloaded usdt v0.5.0
11072026-03-25T20:25:13.915Z Downloaded oxide-tokio-rt v0.1.3
11082026-03-25T20:25:13.915Z Downloaded usdt-macro v0.6.0
11092026-03-25T20:25:13.915Z Downloaded usdt-attr-macro v0.6.0
11102026-03-25T20:25:13.915Z Downloaded untrusted v0.7.1
11112026-03-25T20:25:13.918Z Downloaded ingot-macros v0.1.1
11122026-03-25T20:25:13.918Z Downloaded multer v3.1.0
11132026-03-25T20:25:13.921Z Downloaded wait-timeout v0.2.1
11142026-03-25T20:25:13.921Z Downloaded slog-term v2.9.2
11152026-03-25T20:25:13.924Z Downloaded smf v0.2.3
11162026-03-25T20:25:13.924Z Downloaded slog-envlogger v2.2.0
11172026-03-25T20:25:13.924Z Downloaded tinystr v0.8.2
11182026-03-25T20:25:13.927Z Downloaded strum_macros v0.27.2
11192026-03-25T20:25:13.927Z Downloaded zone v0.3.1
11202026-03-25T20:25:13.927Z Downloaded waitgroup v0.1.2
11212026-03-25T20:25:13.929Z Downloaded utf-8 v0.7.6
11222026-03-25T20:25:13.930Z Downloaded typify-macro v0.6.1
11232026-03-25T20:25:13.930Z Downloaded tokio-dtrace v0.1.1
11242026-03-25T20:25:13.930Z Downloaded strum_macros v0.26.4
11252026-03-25T20:25:13.936Z Downloaded zeroize_derive v1.4.3
11262026-03-25T20:25:13.936Z Downloaded zerofrom v0.1.6
11272026-03-25T20:25:13.936Z Downloaded progenitor-impl v0.10.0
11282026-03-25T20:25:13.941Z Downloaded icu_provider v2.1.1
11292026-03-25T20:25:13.941Z Downloaded smartstring v1.0.1
11302026-03-25T20:25:13.941Z Downloaded time-core v0.1.8
11312026-03-25T20:25:13.941Z Downloaded tokio-tungstenite v0.21.0
11322026-03-25T20:25:13.941Z Downloaded time-macros v0.2.27
11332026-03-25T20:25:13.945Z Downloaded serde_with_macros v3.18.0
11342026-03-25T20:25:13.945Z Downloaded progenitor-impl v0.13.0
11352026-03-25T20:25:13.945Z Downloaded tiny-keccak v2.0.2
11362026-03-25T20:25:13.949Z Downloaded writeable v0.6.2
11372026-03-25T20:25:13.949Z Downloaded whoami v1.6.1
11382026-03-25T20:25:13.949Z Downloaded spin v0.9.8
11392026-03-25T20:25:13.952Z Downloaded thiserror-no-std v2.0.2
11402026-03-25T20:25:13.952Z Downloaded omicron-zone-package v0.12.2
11412026-03-25T20:25:13.955Z Downloaded indicatif v0.18.4
11422026-03-25T20:25:13.957Z Downloaded rustls-platform-verifier v0.6.2
11432026-03-25T20:25:13.960Z Downloaded icu_normalizer_data v2.1.1
11442026-03-25T20:25:13.960Z Downloaded darling_core v0.23.0
11452026-03-25T20:25:13.963Z Downloaded thin-vec v0.2.14
11462026-03-25T20:25:13.966Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-03-25T20:25:13.966Z Downloaded slog-stdlog v4.1.1
11482026-03-25T20:25:13.966Z Downloaded pretty_assertions v1.4.1
11492026-03-25T20:25:13.969Z Downloaded fs-err v3.3.0
11502026-03-25T20:25:13.969Z Downloaded libsw-core v0.3.2
11512026-03-25T20:25:13.969Z Downloaded dropshot-api-manager v0.5.2
11522026-03-25T20:25:13.975Z Downloaded prettyplease v0.2.37
11532026-03-25T20:25:13.978Z Downloaded walkdir v2.5.0
11542026-03-25T20:25:13.978Z Downloaded usdt-impl v0.5.0
11552026-03-25T20:25:13.978Z Downloaded usdt v0.6.0
11562026-03-25T20:25:13.978Z Downloaded xz2 v0.1.7
11572026-03-25T20:25:13.978Z Downloaded chacha20poly1305 v0.10.1
11582026-03-25T20:25:13.979Z Downloaded goblin v0.8.2
11592026-03-25T20:25:13.985Z Downloaded num-derive v0.3.3
11602026-03-25T20:25:13.985Z Downloaded ucd-trie v0.1.7
11612026-03-25T20:25:13.985Z Downloaded ingot v0.1.1
11622026-03-25T20:25:13.990Z Downloaded term v1.2.1
11632026-03-25T20:25:13.990Z Downloaded icu_locale_core v2.1.1
11642026-03-25T20:25:13.990Z Downloaded vsss-rs v3.3.4
11652026-03-25T20:25:13.993Z Downloaded pest_meta v2.8.6
11662026-03-25T20:25:13.993Z Downloaded zerocopy-derive v0.7.35
11672026-03-25T20:25:13.996Z Downloaded zone_cfg_derive v0.3.1
11682026-03-25T20:25:13.996Z Downloaded zerovec-derive v0.11.2
11692026-03-25T20:25:13.996Z Downloaded jiff-static v0.2.23
11702026-03-25T20:25:13.996Z Downloaded fs_extra v1.3.0
11712026-03-25T20:25:13.999Z Downloaded elliptic-curve v0.13.8
11722026-03-25T20:25:14.002Z Downloaded test-strategy v0.4.5
11732026-03-25T20:25:14.002Z Downloaded yoke v0.8.1
11742026-03-25T20:25:14.005Z Downloaded schemars v0.9.0
11752026-03-25T20:25:14.009Z Downloaded typify v0.6.1
11762026-03-25T20:25:14.012Z Downloaded rayon-core v1.13.0
11772026-03-25T20:25:14.015Z Downloaded tokio-rustls v0.25.0
11782026-03-25T20:25:14.015Z Downloaded usdt-impl v0.6.0
11792026-03-25T20:25:14.018Z Downloaded typify v0.4.3
11802026-03-25T20:25:14.018Z Downloaded similar v2.7.0
11812026-03-25T20:25:14.022Z Downloaded snafu v0.8.9
11822026-03-25T20:25:14.025Z Downloaded qorb v0.4.1
11832026-03-25T20:25:14.031Z Downloaded toml v0.9.12+spec-1.1.0
11842026-03-25T20:25:14.034Z Downloaded serde_yaml v0.9.34+deprecated
11852026-03-25T20:25:14.034Z Downloaded base64 v0.21.7
11862026-03-25T20:25:14.034Z Downloaded schemars v0.8.22
11872026-03-25T20:25:14.039Z Downloaded toml v0.7.8
11882026-03-25T20:25:14.042Z Downloaded steno v0.4.1
11892026-03-25T20:25:14.045Z Downloaded schemars v1.2.1
11902026-03-25T20:25:14.052Z Downloaded zerotrie v0.2.3
11912026-03-25T20:25:14.055Z Downloaded tungstenite v0.21.0
11922026-03-25T20:25:14.057Z Downloaded yansi v1.0.1
11932026-03-25T20:25:14.057Z Downloaded rand v0.8.5
11942026-03-25T20:25:14.060Z Downloaded unsafe-libyaml v0.2.11
11952026-03-25T20:25:14.063Z Downloaded slog v2.8.2
11962026-03-25T20:25:14.063Z Downloaded zerocopy-derive v0.8.47
11972026-03-25T20:25:14.068Z Downloaded pest v2.8.6
11982026-03-25T20:25:14.071Z Downloaded minimal-lexical v0.2.1
11992026-03-25T20:25:14.074Z Downloaded progenitor-impl v0.11.2
12002026-03-25T20:25:14.090Z Downloaded icu_collections v2.1.1
12012026-03-25T20:25:14.094Z Downloaded expectorate v1.2.0
12022026-03-25T20:25:14.094Z Downloaded toml_edit v0.25.8+spec-1.1.0
12032026-03-25T20:25:14.094Z Downloaded crossbeam-channel v0.5.15
12042026-03-25T20:25:14.094Z Downloaded icu_normalizer v2.1.1
12052026-03-25T20:25:14.094Z Downloaded derive_more v0.99.20
12062026-03-25T20:25:14.094Z Downloaded darling v0.21.3
12072026-03-25T20:25:14.094Z Downloaded cmake v0.1.57
12082026-03-25T20:25:14.094Z Downloaded arc-swap v1.9.0
12092026-03-25T20:25:14.097Z Downloaded cipher v0.4.4
12102026-03-25T20:25:14.097Z Downloaded rand v0.10.0
12112026-03-25T20:25:14.102Z Downloaded hostname v0.4.2
12122026-03-25T20:25:14.105Z Downloaded zerovec v0.11.5
12132026-03-25T20:25:14.108Z Downloaded toml_edit v0.19.15
12142026-03-25T20:25:14.117Z Downloaded reqwest v0.13.2
12152026-03-25T20:25:14.121Z Downloaded aws-lc-rs v1.16.2
12162026-03-25T20:25:14.126Z Downloaded zerocopy v0.7.35
12172026-03-25T20:25:14.135Z Downloaded typed-path v0.9.3
12182026-03-25T20:25:14.138Z Downloaded proptest v1.11.0
12192026-03-25T20:25:14.143Z Downloaded iddqd v0.3.17
12202026-03-25T20:25:14.147Z Downloaded blake3 v1.8.3
12212026-03-25T20:25:14.151Z Downloaded winnow v0.5.40
12222026-03-25T20:25:14.156Z Downloaded itertools v0.12.1
12232026-03-25T20:25:14.160Z Downloaded tabled v0.20.0
12242026-03-25T20:25:14.169Z Downloaded syn v1.0.109
12252026-03-25T20:25:14.174Z Downloaded scc v2.4.0
12262026-03-25T20:25:14.177Z Downloaded hkdf v0.12.4
12272026-03-25T20:25:14.180Z Downloaded goblin v0.10.5
12282026-03-25T20:25:14.183Z Downloaded nom v8.0.0
12292026-03-25T20:25:14.187Z Downloaded libm v0.2.16
12302026-03-25T20:25:14.190Z Downloaded icu_properties_data v2.1.2
12312026-03-25T20:25:14.195Z Downloaded nom v7.1.3
12322026-03-25T20:25:14.198Z Downloaded rustls v0.22.4
12332026-03-25T20:25:14.205Z Downloaded tough v0.20.0
12342026-03-25T20:25:14.211Z Downloaded dropshot v0.16.7
12352026-03-25T20:25:14.231Z Downloaded serde_with v3.18.0
12362026-03-25T20:25:14.238Z Downloaded rayon v1.11.0
12372026-03-25T20:25:14.257Z Downloaded rustls-webpki v0.102.8
12382026-03-25T20:25:14.261Z Downloaded moka v0.12.15
12392026-03-25T20:25:14.286Z Downloaded tabled v0.15.0
12402026-03-25T20:25:14.294Z Downloaded time v0.3.47
12412026-03-25T20:25:14.301Z Downloaded hickory-proto v0.24.4
12422026-03-25T20:25:14.309Z Downloaded chrono-tz v0.10.4
12432026-03-25T20:25:14.331Z Downloaded csv v1.4.0
12442026-03-25T20:25:14.341Z Downloaded smoltcp v0.11.0
12452026-03-25T20:25:14.348Z Downloaded hickory-proto v0.25.2
12462026-03-25T20:25:14.357Z Downloaded rhai v1.24.0
12472026-03-25T20:25:14.365Z Downloaded nix v0.31.2
12482026-03-25T20:25:14.370Z Downloaded regress v0.10.5
12492026-03-25T20:25:14.375Z Downloaded openapiv3 v2.2.0
12502026-03-25T20:25:14.415Z Downloaded typify-impl v0.6.1
12512026-03-25T20:25:14.421Z Downloaded encoding_rs v0.8.35
12522026-03-25T20:25:14.435Z Downloaded sled v0.34.7
12532026-03-25T20:25:14.440Z Downloaded typify-impl v0.4.3
12542026-03-25T20:25:14.482Z Downloaded petgraph v0.6.5
12552026-03-25T20:25:14.494Z Downloaded lzma-sys v0.1.20
12562026-03-25T20:25:14.511Z Downloaded jiff v0.2.23
12572026-03-25T20:25:14.520Z Downloaded sha3 v0.10.8
12582026-03-25T20:25:14.998Z Downloaded aws-lc-sys v0.39.0
12592026-03-25T20:25:15.877Z Compiling proc-macro2 v1.0.106
12602026-03-25T20:25:15.877Z Compiling quote v1.0.45
12612026-03-25T20:25:15.877Z Compiling unicode-ident v1.0.24
12622026-03-25T20:25:15.877Z Compiling serde_core v1.0.228
12632026-03-25T20:25:15.877Z Compiling cfg-if v1.0.4
12642026-03-25T20:25:15.880Z Compiling serde v1.0.228
12652026-03-25T20:25:15.880Z Compiling libc v0.2.183
12662026-03-25T20:25:15.880Z Compiling memchr v2.8.0
12672026-03-25T20:25:16.073Z Compiling itoa v1.0.18
12682026-03-25T20:25:16.250Z Compiling zmij v1.0.21
12692026-03-25T20:25:16.281Z Compiling autocfg v1.5.0
12702026-03-25T20:25:16.303Z Compiling libm v0.2.16
12712026-03-25T20:25:16.603Z Compiling version_check v0.9.5
12722026-03-25T20:25:16.661Z Compiling stable_deref_trait v1.2.1
12732026-03-25T20:25:16.734Z Compiling pin-project-lite v0.2.17
12742026-03-25T20:25:16.744Z Compiling litemap v0.8.1
12752026-03-25T20:25:16.827Z Compiling writeable v0.6.2
12762026-03-25T20:25:16.837Z Compiling icu_normalizer_data v2.1.1
12772026-03-25T20:25:16.862Z Compiling percent-encoding v2.3.2
12782026-03-25T20:25:16.865Z Compiling icu_properties_data v2.1.2
12792026-03-25T20:25:17.013Z Compiling scopeguard v1.2.0
12802026-03-25T20:25:17.054Z Compiling parking_lot_core v0.9.12
12812026-03-25T20:25:17.094Z Compiling syn v2.0.117
12822026-03-25T20:25:17.134Z Compiling iana-time-zone v0.1.65
12832026-03-25T20:25:17.208Z Compiling equivalent v1.0.2
12842026-03-25T20:25:17.238Z Compiling lock_api v0.4.14
12852026-03-25T20:25:17.290Z Compiling allocator-api2 v0.2.21
12862026-03-25T20:25:17.300Z Compiling foldhash v0.2.0
12872026-03-25T20:25:17.324Z Compiling form_urlencoded v1.2.2
12882026-03-25T20:25:17.354Z Compiling utf8_iter v1.0.4
12892026-03-25T20:25:17.465Z Compiling serde_json v1.0.149
12902026-03-25T20:25:17.496Z Compiling dyn-clone v1.0.20
12912026-03-25T20:25:17.505Z Compiling num-traits v0.2.19
12922026-03-25T20:25:17.530Z Compiling log v0.4.29
12932026-03-25T20:25:17.607Z Compiling hashbrown v0.16.1
12942026-03-25T20:25:17.636Z Compiling jobserver v0.1.34
12952026-03-25T20:25:17.700Z Compiling shlex v1.3.0
12962026-03-25T20:25:17.709Z Compiling find-msvc-tools v0.1.9
12972026-03-25T20:25:17.817Z Compiling zerocopy v0.8.47
12982026-03-25T20:25:17.939Z Compiling cc v1.2.57
12992026-03-25T20:25:17.985Z Compiling futures-core v0.3.32
13002026-03-25T20:25:17.993Z Compiling errno v0.3.14
13012026-03-25T20:25:18.139Z Compiling semver v1.0.27
13022026-03-25T20:25:18.235Z Compiling getrandom v0.4.2
13032026-03-25T20:25:18.236Z Compiling thiserror v2.0.18
13042026-03-25T20:25:18.301Z Compiling rand_core v0.10.0
13052026-03-25T20:25:18.474Z Compiling indexmap v2.13.0
13062026-03-25T20:25:18.562Z Compiling heck v0.5.0
13072026-03-25T20:25:18.765Z Compiling futures-sink v0.3.32
13082026-03-25T20:25:18.816Z Compiling slab v0.4.12
13092026-03-25T20:25:18.866Z Compiling fnv v1.0.7
13102026-03-25T20:25:18.893Z Compiling futures-channel v0.3.32
13112026-03-25T20:25:18.964Z Compiling uuid v1.22.0
13122026-03-25T20:25:18.993Z Compiling rustversion v1.0.22
13132026-03-25T20:25:19.123Z Compiling futures-task v0.3.32
13142026-03-25T20:25:19.163Z Compiling futures-io v0.3.32
13152026-03-25T20:25:19.278Z Compiling portable-atomic v1.13.1
13162026-03-25T20:25:19.304Z Compiling typenum v1.19.0
13172026-03-25T20:25:19.324Z Compiling schemars v0.8.22
13182026-03-25T20:25:19.401Z Compiling socket2 v0.6.3
13192026-03-25T20:25:19.418Z Compiling getrandom v0.2.17
13202026-03-25T20:25:19.576Z Compiling critical-section v1.2.0
13212026-03-25T20:25:19.621Z Compiling signal-hook-registry v1.4.8
13222026-03-25T20:25:19.681Z Compiling mio v1.1.1
13232026-03-25T20:25:19.774Z Compiling bitflags v2.11.0
13242026-03-25T20:25:19.869Z Compiling subtle v2.6.1
13252026-03-25T20:25:19.916Z Compiling untrusted v0.9.0
13262026-03-25T20:25:19.960Z Compiling synstructure v0.13.2
13272026-03-25T20:25:20.022Z Compiling serde_derive_internals v0.29.1
13282026-03-25T20:25:20.030Z Compiling base64 v0.22.1
13292026-03-25T20:25:20.055Z Compiling byteorder v1.5.0
13302026-03-25T20:25:20.227Z Compiling once_cell v1.21.4
13312026-03-25T20:25:20.291Z Compiling rand_core v0.6.4
13322026-03-25T20:25:20.300Z Compiling cmake v0.1.57
13332026-03-25T20:25:20.300Z Compiling fs_extra v1.3.0
13342026-03-25T20:25:20.365Z Compiling dunce v1.0.5
13352026-03-25T20:25:20.423Z Compiling rustix v1.1.4
13362026-03-25T20:25:20.458Z Compiling httparse v1.10.1
13372026-03-25T20:25:20.472Z Compiling strsim v0.11.1
13382026-03-25T20:25:20.486Z Compiling regex-syntax v0.8.10
13392026-03-25T20:25:20.546Z Compiling atomic-waker v1.1.2
13402026-03-25T20:25:20.614Z Compiling aws-lc-sys v0.39.0
13412026-03-25T20:25:20.671Z Compiling ipnet v2.12.0
13422026-03-25T20:25:20.788Z Compiling slog v2.8.2
13432026-03-25T20:25:20.838Z Compiling generic-array v0.14.7
13442026-03-25T20:25:20.870Z Compiling thiserror v1.0.69
13452026-03-25T20:25:20.989Z Compiling tower-layer v0.3.3
13462026-03-25T20:25:21.049Z Compiling ucd-trie v0.1.7
13472026-03-25T20:25:21.073Z Compiling getrandom v0.3.4
13482026-03-25T20:25:21.155Z Compiling tower-service v0.3.3
13492026-03-25T20:25:21.247Z Compiling pest v2.8.6
13502026-03-25T20:25:21.273Z Compiling serde_derive v1.0.228
13512026-03-25T20:25:21.273Z Compiling zerofrom-derive v0.1.6
13522026-03-25T20:25:21.356Z Compiling yoke-derive v0.8.1
13532026-03-25T20:25:21.365Z Compiling zerovec-derive v0.11.2
13542026-03-25T20:25:21.401Z Compiling displaydoc v0.2.5
13552026-03-25T20:25:21.465Z Compiling tokio-macros v2.6.1
13562026-03-25T20:25:22.800Z Compiling schemars_derive v0.8.22
13572026-03-25T20:25:22.860Z Compiling zerocopy-derive v0.8.47
13582026-03-25T20:25:22.860Z Compiling thiserror-impl v2.0.18
13592026-03-25T20:25:22.860Z Compiling zerofrom v0.1.6
13602026-03-25T20:25:22.860Z Compiling zeroize_derive v1.4.3
13612026-03-25T20:25:22.860Z Compiling futures-macro v0.3.32
13622026-03-25T20:25:22.860Z Compiling yoke v0.8.1
13632026-03-25T20:25:22.860Z Compiling zerovec v0.11.5
13642026-03-25T20:25:23.134Z Compiling zerotrie v0.2.3
13652026-03-25T20:25:23.189Z Compiling tinystr v0.8.2
13662026-03-25T20:25:23.255Z Compiling potential_utf v0.1.4
13672026-03-25T20:25:23.327Z Compiling zeroize v1.8.2
13682026-03-25T20:25:23.354Z Compiling icu_locale_core v2.1.1
13692026-03-25T20:25:23.385Z Compiling icu_collections v2.1.1
13702026-03-25T20:25:23.410Z Compiling futures-util v0.3.32
13712026-03-25T20:25:23.543Z Compiling thiserror-impl v1.0.69
13722026-03-25T20:25:23.954Z Compiling try-lock v0.2.5
13732026-03-25T20:25:24.068Z Compiling icu_provider v2.1.1
13742026-03-25T20:25:24.114Z Compiling want v0.3.1
13752026-03-25T20:25:24.282Z Compiling icu_properties v2.1.2
13762026-03-25T20:25:24.377Z Compiling pest_meta v2.8.6
13772026-03-25T20:25:24.488Z Compiling bytes v1.11.1
13782026-03-25T20:25:24.791Z Compiling smallvec v1.15.1
13792026-03-25T20:25:24.838Z Compiling chrono v0.4.44
13802026-03-25T20:25:24.993Z Compiling icu_normalizer v2.1.1
13812026-03-25T20:25:25.421Z Compiling idna_adapter v1.2.1
13822026-03-25T20:25:25.421Z Compiling parking_lot v0.12.5
13832026-03-25T20:25:25.567Z Compiling idna v1.1.0
13842026-03-25T20:25:25.578Z Compiling http v1.4.0
13852026-03-25T20:25:25.661Z Compiling tokio v1.50.0
13862026-03-25T20:25:25.762Z Compiling serde_tokenstream v0.2.3
13872026-03-25T20:25:25.831Z Compiling erased-serde v0.3.31
13882026-03-25T20:25:26.045Z Compiling url v2.5.8
13892026-03-25T20:25:26.312Z Compiling http-body v1.0.1
13902026-03-25T20:25:26.425Z Compiling ppv-lite86 v0.2.21
13912026-03-25T20:25:26.679Z Compiling pin-utils v0.1.0
13922026-03-25T20:25:26.843Z Compiling httpdate v1.0.3
13932026-03-25T20:25:26.843Z Compiling ryu v1.0.23
13942026-03-25T20:25:26.882Z Compiling pest_generator v2.8.6
13952026-03-25T20:25:26.882Z Compiling pretty-hex v0.4.2
13962026-03-25T20:25:26.882Z Compiling plain v0.2.3
13972026-03-25T20:25:26.882Z Compiling paste v1.0.15
13982026-03-25T20:25:26.882Z Compiling crypto-common v0.1.7
13992026-03-25T20:25:26.908Z Compiling omicron-workspace-hack v0.1.0
14002026-03-25T20:25:26.918Z Compiling ident_case v1.0.1
14012026-03-25T20:25:26.968Z Compiling tracing-attributes v0.1.31
14022026-03-25T20:25:27.043Z Compiling tracing-core v0.1.36
14032026-03-25T20:25:27.139Z Compiling serde_urlencoded v0.7.1
14042026-03-25T20:25:27.324Z Compiling pest_derive v2.8.6
14052026-03-25T20:25:27.377Z Compiling http-body-util v0.1.3
14062026-03-25T20:25:27.557Z Compiling ipnetwork v0.21.1
14072026-03-25T20:25:27.610Z Compiling daft-derive v0.1.5
14082026-03-25T20:25:27.618Z Compiling sync_wrapper v1.0.2
14092026-03-25T20:25:27.856Z Compiling fastrand v2.3.0
14102026-03-25T20:25:29.415Z Compiling aho-corasick v1.1.4
14112026-03-25T20:25:29.488Z Compiling winnow v1.0.0
14122026-03-25T20:25:29.488Z Compiling rustls-pki-types v1.14.0
14132026-03-25T20:25:29.488Z Compiling async-trait v0.1.89
14142026-03-25T20:25:29.488Z Compiling tracing v0.1.44
14152026-03-25T20:25:29.488Z Compiling scroll_derive v0.13.1
14162026-03-25T20:25:29.488Z Compiling ring v0.17.14
14172026-03-25T20:25:29.488Z Compiling regex-automata v0.4.14
14182026-03-25T20:25:29.488Z Compiling num-conv v0.2.0
14192026-03-25T20:25:29.488Z Compiling iri-string v0.7.11
14202026-03-25T20:25:29.488Z Compiling cpufeatures v0.2.17
14212026-03-25T20:25:29.488Z Compiling anyhow v1.0.102
14222026-03-25T20:25:29.488Z Compiling powerfmt v0.2.0
14232026-03-25T20:25:29.488Z Compiling time-core v0.1.8
14242026-03-25T20:25:29.488Z Compiling deranged v0.5.8
14252026-03-25T20:25:29.488Z Compiling time-macros v0.2.27
14262026-03-25T20:25:29.488Z Compiling scroll v0.13.0
14272026-03-25T20:25:29.818Z Compiling block-buffer v0.10.4
14282026-03-25T20:25:29.962Z Compiling hex v0.4.3
14292026-03-25T20:25:30.220Z Compiling num_threads v0.1.7
14302026-03-25T20:25:30.278Z Compiling digest v0.10.7
14312026-03-25T20:25:30.478Z Compiling regex v1.12.3
14322026-03-25T20:25:30.691Z Compiling goblin v0.10.5
14332026-03-25T20:25:30.703Z Compiling tokio-util v0.7.18
14342026-03-25T20:25:30.898Z Compiling oxnet v0.1.4
14352026-03-25T20:25:31.259Z Compiling camino v1.2.2
14362026-03-25T20:25:31.477Z Compiling usdt-impl v0.6.0
14372026-03-25T20:25:31.613Z Compiling openssl-probe v0.2.1
14382026-03-25T20:25:31.797Z Compiling dtrace-parser v0.3.0
14392026-03-25T20:25:32.122Z Compiling futures-executor v0.3.32
14402026-03-25T20:25:32.393Z Compiling crossbeam-utils v0.8.21
14412026-03-25T20:25:32.555Z Compiling h2 v0.4.13
14422026-03-25T20:25:32.580Z Compiling structmeta-derive v0.3.0
14432026-03-25T20:25:32.650Z Compiling regress v0.10.5
14442026-03-25T20:25:32.692Z Compiling thread-id v5.1.0
14452026-03-25T20:25:32.767Z Compiling syn v1.0.109
14462026-03-25T20:25:33.069Z Compiling rustls v0.22.4
14472026-03-25T20:25:33.271Z Compiling dof v0.4.0
14482026-03-25T20:25:33.592Z Compiling structmeta v0.3.0
14492026-03-25T20:25:33.976Z Compiling futures v0.3.32
14502026-03-25T20:25:34.170Z Compiling rand_core v0.9.5
14512026-03-25T20:25:34.386Z Compiling darling_core v0.23.0
14522026-03-25T20:25:34.679Z Compiling hyper v1.8.1
14532026-03-25T20:25:34.779Z Compiling newtype-uuid-macros v0.1.0
14542026-03-25T20:25:35.495Z Compiling thread_local v1.1.9
14552026-03-25T20:25:35.555Z Compiling match_cfg v0.1.0
14562026-03-25T20:25:35.573Z Compiling aws-lc-rs v1.16.2
14572026-03-25T20:25:35.620Z Compiling winnow v0.7.15
14582026-03-25T20:25:35.768Z Compiling hyper-util v0.1.20
14592026-03-25T20:25:35.868Z Compiling newtype-uuid v1.3.2
14602026-03-25T20:25:36.416Z Compiling quick-error v1.2.3
14612026-03-25T20:25:36.437Z Compiling slog-async v2.8.0
14622026-03-25T20:25:36.506Z Compiling darling_macro v0.23.0
14632026-03-25T20:25:36.518Z Compiling ref-cast v1.0.25
14642026-03-25T20:25:36.556Z Compiling daft v0.1.5
14652026-03-25T20:25:36.751Z Compiling usdt-attr-macro v0.6.0
14662026-03-25T20:25:36.807Z Compiling usdt-macro v0.6.0
14672026-03-25T20:25:36.848Z Compiling rand_chacha v0.9.0
14682026-03-25T20:25:37.060Z Compiling darling v0.23.0
14692026-03-25T20:25:37.118Z Compiling ref-cast-impl v1.0.25
14702026-03-25T20:25:37.139Z Compiling strum_macros v0.26.4
14712026-03-25T20:25:37.281Z Compiling toml_datetime v0.7.5+spec-1.1.0
14722026-03-25T20:25:37.446Z Compiling serde_spanned v1.1.0
14732026-03-25T20:25:37.593Z Compiling multer v3.1.0
14742026-03-25T20:25:37.597Z Compiling term v1.2.1
14752026-03-25T20:25:37.718Z Compiling toml_writer v1.1.0+spec-1.1.0
14762026-03-25T20:25:37.810Z Compiling debug-ignore v1.0.5
14772026-03-25T20:25:37.910Z Compiling untrusted v0.7.1
14782026-03-25T20:25:37.921Z Compiling bit-vec v0.8.0
14792026-03-25T20:25:37.930Z Compiling take_mut v0.2.2
14802026-03-25T20:25:38.028Z Compiling serde_with_macros v3.18.0
14812026-03-25T20:25:38.028Z Compiling rand v0.9.2
14822026-03-25T20:25:38.145Z Compiling bit-set v0.8.0
14832026-03-25T20:25:38.302Z Compiling async-stream-impl v0.3.6
14842026-03-25T20:25:38.314Z Compiling dropshot v0.16.7
14852026-03-25T20:25:38.531Z Compiling encoding_rs v0.8.35
14862026-03-25T20:25:38.630Z Compiling unarray v0.1.4
14872026-03-25T20:25:38.756Z Compiling mime v0.3.17
14882026-03-25T20:25:38.781Z Compiling strum v0.26.3
14892026-03-25T20:25:38.974Z Compiling rustls v0.23.37
14902026-03-25T20:25:39.028Z Compiling spin v0.9.8
14912026-03-25T20:25:39.058Z Compiling async-stream v0.3.6
14922026-03-25T20:25:39.178Z Compiling derive-ex v0.1.8
14932026-03-25T20:25:39.188Z Compiling dropshot_endpoint v0.16.7
14942026-03-25T20:25:39.206Z Compiling macaddr v1.0.1
14952026-03-25T20:25:39.233Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14962026-03-25T20:25:39.428Z Compiling waitgroup v0.1.2
14972026-03-25T20:25:39.566Z Compiling serde_path_to_error v0.1.20
14982026-03-25T20:25:39.698Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14992026-03-25T20:25:39.829Z Compiling tempfile v3.27.0
15002026-03-25T20:25:39.925Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15012026-03-25T20:25:40.103Z Compiling tower v0.5.3
15022026-03-25T20:25:40.194Z Compiling strum_macros v0.27.2
15032026-03-25T20:25:40.256Z Compiling instant v0.1.13
15042026-03-25T20:25:40.354Z Compiling time v0.3.47
15052026-03-25T20:25:40.574Z Compiling tower-http v0.6.8
15062026-03-25T20:25:40.701Z Compiling rustc-hash v2.1.1
15072026-03-25T20:25:40.768Z Compiling test-strategy v0.4.5
15082026-03-25T20:25:40.838Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15092026-03-25T20:25:40.992Z Compiling crossbeam-channel v0.5.15
15102026-03-25T20:25:41.783Z Compiling openapiv3 v2.2.0
15112026-03-25T20:25:41.998Z Compiling strum v0.27.2
15122026-03-25T20:25:42.123Z Compiling parse-display-derive v0.10.0
15132026-03-25T20:25:42.633Z Compiling rustls-webpki v0.102.8
15142026-03-25T20:25:43.290Z Compiling rustls-native-certs v0.8.3
15152026-03-25T20:25:43.388Z Compiling backon v1.6.0
15162026-03-25T20:25:43.509Z Compiling rand_chacha v0.3.1
15172026-03-25T20:25:43.771Z Compiling rand v0.8.5
15182026-03-25T20:25:44.017Z Compiling slog-json v2.6.1
15192026-03-25T20:25:44.062Z Compiling hostname v0.3.1
15202026-03-25T20:25:44.198Z Compiling toml_parser v1.1.0+spec-1.1.0
15212026-03-25T20:25:44.218Z Compiling memmap2 v0.9.10
15222026-03-25T20:25:44.414Z Compiling is-terminal v0.4.17
15232026-03-25T20:25:44.436Z Compiling wait-timeout v0.2.1
15242026-03-25T20:25:44.502Z Compiling either v1.15.0
15252026-03-25T20:25:44.618Z Compiling rusty-fork v0.3.1
15262026-03-25T20:25:44.704Z Compiling toml v0.9.12+spec-1.1.0
15272026-03-25T20:25:44.736Z Compiling slog-term v2.9.2
15282026-03-25T20:25:44.890Z Compiling usdt v0.6.0
15292026-03-25T20:25:44.907Z Compiling slog-bunyan v2.5.0
15302026-03-25T20:25:45.160Z Compiling serde_with v3.18.0
15312026-03-25T20:25:45.347Z Compiling rand_xorshift v0.4.0
15322026-03-25T20:25:45.459Z Compiling tokio-rustls v0.25.0
15332026-03-25T20:25:45.488Z Compiling sha1 v0.10.6
15342026-03-25T20:25:45.588Z Compiling rustls-pemfile v2.2.0
15352026-03-25T20:25:45.665Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15362026-03-25T20:25:45.708Z Compiling hostname v0.4.2
15372026-03-25T20:25:45.784Z Compiling proptest v1.11.0
15382026-03-25T20:25:46.917Z Compiling reqwest v0.12.28
15392026-03-25T20:25:46.999Z Compiling itertools v0.14.0
15402026-03-25T20:25:47.019Z Compiling iddqd v0.3.17
15412026-03-25T20:25:47.664Z Compiling utf8parse v0.2.2
15422026-03-25T20:25:47.772Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15432026-03-25T20:25:48.135Z Compiling anstyle-parse v1.0.0
15442026-03-25T20:25:48.253Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15452026-03-25T20:25:48.346Z Compiling toml_datetime v0.6.11
15462026-03-25T20:25:48.505Z Compiling anstyle v1.0.14
15472026-03-25T20:25:48.619Z Compiling anstyle-query v1.1.5
15482026-03-25T20:25:48.745Z Compiling colorchoice v1.0.5
15492026-03-25T20:25:48.863Z Compiling is_terminal_polyfill v1.70.2
15502026-03-25T20:25:48.962Z Compiling anstream v1.0.0
15512026-03-25T20:25:49.067Z Compiling progenitor-client v0.10.0
15522026-03-25T20:25:49.212Z Compiling parse-display v0.10.0
15532026-03-25T20:25:49.349Z Compiling backoff v0.4.0
15542026-03-25T20:25:49.560Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15552026-03-25T20:25:49.563Z Compiling clap_lex v1.1.0
15562026-03-25T20:25:49.820Z Compiling clap_derive v4.6.0
15572026-03-25T20:25:50.397Z Compiling unicode-width v0.2.2
15582026-03-25T20:25:50.544Z Compiling terminal_size v0.4.4
15592026-03-25T20:25:50.635Z Compiling darling_core v0.21.3
15602026-03-25T20:25:50.687Z Compiling zerocopy-derive v0.7.35
15612026-03-25T20:25:51.538Z Compiling zerocopy v0.7.35
15622026-03-25T20:25:52.279Z Compiling crossbeam-epoch v0.9.18
15632026-03-25T20:25:52.673Z Compiling clap_builder v4.6.0
15642026-03-25T20:25:52.700Z Compiling darling_macro v0.21.3
15652026-03-25T20:25:53.028Z Compiling proc-macro-error-attr v1.0.4
15662026-03-25T20:25:53.078Z Compiling toml_datetime v1.1.0+spec-1.1.0
15672026-03-25T20:25:53.261Z Compiling heapless v0.8.0
15682026-03-25T20:25:53.274Z Compiling darling v0.21.3
15692026-03-25T20:25:53.320Z Compiling convert_case v0.4.0
15702026-03-25T20:25:53.407Z Compiling tinyvec_macros v0.1.1
15712026-03-25T20:25:53.432Z Compiling ingot-macros v0.1.1
15722026-03-25T20:25:53.467Z Compiling tinyvec v1.11.0
15732026-03-25T20:25:53.626Z Compiling derive_more v0.99.20
15742026-03-25T20:25:53.727Z Compiling toml_edit v0.25.8+spec-1.1.0
15752026-03-25T20:25:54.467Z Compiling clap v4.6.0
15762026-03-25T20:25:54.654Z Compiling dtrace-parser v0.2.0
15772026-03-25T20:25:54.855Z Compiling secrecy v0.10.3
15782026-03-25T20:25:55.006Z Compiling scroll_derive v0.12.1
15792026-03-25T20:25:55.524Z Compiling hash32 v0.3.1
15802026-03-25T20:25:55.550Z Compiling proc-macro-error v1.0.4
15812026-03-25T20:25:55.674Z Compiling usdt-impl v0.5.0
15822026-03-25T20:25:55.702Z Compiling smoltcp v0.11.0
15832026-03-25T20:25:55.767Z Compiling crucible-workspace-hack v0.1.0
15842026-03-25T20:25:55.899Z Compiling winnow v0.5.40
15852026-03-25T20:25:55.909Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15862026-03-25T20:25:56.013Z Compiling scroll v0.12.0
15872026-03-25T20:25:56.223Z Compiling ingot-types v0.1.2
15882026-03-25T20:25:56.271Z Compiling proc-macro-crate v3.5.0
15892026-03-25T20:25:56.675Z Compiling dof v0.3.0
15902026-03-25T20:25:56.854Z Compiling typify-impl v0.6.1
15912026-03-25T20:25:56.937Z Compiling serde_spanned v0.6.9
15922026-03-25T20:25:56.947Z Compiling cobs v0.3.0
15932026-03-25T20:25:57.018Z Compiling thread-id v4.2.2
15942026-03-25T20:25:57.076Z Compiling memoffset v0.9.1
15952026-03-25T20:25:57.095Z Compiling toml_write v0.1.2
15962026-03-25T20:25:57.129Z Compiling cfg_aliases v0.2.1
15972026-03-25T20:25:57.140Z Compiling toml_edit v0.19.15
15982026-03-25T20:25:57.199Z Compiling bitflags v1.3.2
15992026-03-25T20:25:57.267Z Compiling managed v0.8.0
16002026-03-25T20:25:57.278Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16012026-03-25T20:25:57.289Z Compiling toml_edit v0.22.27
16022026-03-25T20:25:57.347Z Compiling nix v0.31.2
16032026-03-25T20:25:57.715Z Compiling postcard v1.1.3
16042026-03-25T20:25:58.487Z Compiling proc-macro-crate v1.3.1
16052026-03-25T20:25:58.604Z Compiling num_enum_derive v0.7.6
16062026-03-25T20:25:58.743Z Compiling ingot v0.1.1
16072026-03-25T20:25:59.174Z Compiling goblin v0.8.2
16082026-03-25T20:25:59.647Z Compiling tabwriter v1.4.1
16092026-03-25T20:25:59.887Z Compiling foreign-types-macros v0.2.3
16102026-03-25T20:25:59.922Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16112026-03-25T20:26:00.211Z Compiling num-integer v0.1.46
16122026-03-25T20:26:00.507Z Compiling rustc_version v0.4.1
16132026-03-25T20:26:00.571Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16142026-03-25T20:26:00.769Z Compiling heck v0.4.1
16152026-03-25T20:26:00.779Z Compiling rayon-core v1.13.0
16162026-03-25T20:26:00.789Z Compiling float-ord v0.3.2
16172026-03-25T20:26:00.895Z Compiling cpufeatures v0.3.0
16182026-03-25T20:26:00.921Z Compiling foreign-types-shared v0.3.1
16192026-03-25T20:26:00.964Z Compiling chacha20 v0.10.0
16202026-03-25T20:26:00.997Z Compiling foreign-types v0.5.0
16212026-03-25T20:26:01.050Z Compiling curve25519-dalek v4.1.3
16222026-03-25T20:26:01.243Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16232026-03-25T20:26:01.779Z Compiling num_enum v0.7.6
16242026-03-25T20:26:01.893Z Compiling num_enum_derive v0.5.11
16252026-03-25T20:26:02.380Z Compiling toml v0.8.23
16262026-03-25T20:26:03.107Z Compiling typify-macro v0.6.1
16272026-03-25T20:26:03.115Z Compiling crossbeam-deque v0.8.6
16282026-03-25T20:26:03.300Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16292026-03-25T20:26:03.516Z Compiling hmac v0.12.1
16302026-03-25T20:26:03.781Z Compiling inout v0.1.4
16312026-03-25T20:26:03.796Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16322026-03-25T20:26:03.796Z Compiling ff v0.13.1
16332026-03-25T20:26:03.937Z Compiling cstr-argument v0.1.2
16342026-03-25T20:26:04.085Z Compiling colored v3.1.1
16352026-03-25T20:26:04.104Z Compiling rustix v0.38.44
16362026-03-25T20:26:04.143Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16372026-03-25T20:26:04.809Z Compiling prettyplease v0.2.37
16382026-03-25T20:26:04.840Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16392026-03-25T20:26:04.874Z Compiling group v0.13.0
16402026-03-25T20:26:05.140Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16412026-03-25T20:26:05.150Z Compiling cipher v0.4.4
16422026-03-25T20:26:05.150Z Compiling hkdf v0.12.4
16432026-03-25T20:26:06.193Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16442026-03-25T20:26:06.226Z Compiling num_enum v0.5.11
16452026-03-25T20:26:06.226Z Compiling rand v0.10.0
16462026-03-25T20:26:06.226Z Compiling num-iter v0.1.45
16472026-03-25T20:26:06.226Z Compiling num-rational v0.4.2
16482026-03-25T20:26:06.226Z Compiling rustls-webpki v0.103.10
16492026-03-25T20:26:06.548Z Compiling usdt-macro v0.5.0
16502026-03-25T20:26:06.562Z Compiling usdt-attr-macro v0.5.0
16512026-03-25T20:26:07.993Z Compiling camino-tempfile v1.4.1
16522026-03-25T20:26:08.024Z Compiling thiserror-impl-no-std v2.0.2
16532026-03-25T20:26:08.024Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16542026-03-25T20:26:08.143Z Compiling universal-hash v0.5.1
16552026-03-25T20:26:08.645Z Compiling half v2.7.1
16562026-03-25T20:26:08.741Z Compiling crypto-bigint v0.5.5
16572026-03-25T20:26:08.741Z Compiling curve25519-dalek-derive v0.1.1
16582026-03-25T20:26:08.741Z Compiling enum-as-inner v0.6.1
16592026-03-25T20:26:09.296Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16602026-03-25T20:26:09.334Z Compiling num-complex v0.4.6
16612026-03-25T20:26:09.334Z Compiling memmap v0.7.0
16622026-03-25T20:26:09.334Z Compiling opaque-debug v0.3.1
16632026-03-25T20:26:09.334Z Compiling ciborium-io v0.2.2
16642026-03-25T20:26:09.334Z Compiling static_assertions v1.1.0
16652026-03-25T20:26:09.334Z Compiling base16ct v0.2.0
16662026-03-25T20:26:09.334Z Compiling data-encoding v2.10.0
16672026-03-25T20:26:09.334Z Compiling base64ct v1.8.3
16682026-03-25T20:26:09.334Z Compiling ciborium-ll v0.2.2
16692026-03-25T20:26:09.692Z Compiling elliptic-curve v0.13.8
16702026-03-25T20:26:09.728Z Compiling password-hash v0.5.0
16712026-03-25T20:26:09.728Z Compiling usdt v0.5.0
16722026-03-25T20:26:09.728Z Compiling tokio-rustls v0.26.4
16732026-03-25T20:26:09.728Z Compiling rustls-platform-verifier v0.6.2
16742026-03-25T20:26:09.779Z Compiling hyper-rustls v0.27.7
16752026-03-25T20:26:10.016Z Compiling poly1305 v0.8.0
16762026-03-25T20:26:10.077Z Compiling reqwest v0.13.2
16772026-03-25T20:26:10.099Z Compiling num v0.4.3
16782026-03-25T20:26:10.295Z Compiling thiserror-no-std v2.0.2
16792026-03-25T20:26:10.976Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16802026-03-25T20:26:11.003Z Compiling rayon v1.11.0
16812026-03-25T20:26:11.484Z Compiling typify v0.6.1
16822026-03-25T20:26:11.496Z Compiling progenitor-client v0.13.0
16832026-03-25T20:26:11.496Z Compiling chacha20 v0.9.1
16842026-03-25T20:26:11.496Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16852026-03-25T20:26:11.839Z Compiling progenitor-extras v0.1.1
16862026-03-25T20:26:11.860Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16872026-03-25T20:26:13.060Z Compiling zone_cfg_derive v0.3.1
16882026-03-25T20:26:13.131Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16892026-03-25T20:26:13.131Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16902026-03-25T20:26:13.773Z Compiling itertools v0.12.1
16912026-03-25T20:26:13.828Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16922026-03-25T20:26:13.829Z Compiling blake2 v0.10.6
16932026-03-25T20:26:13.943Z Compiling byte-wrapper v0.1.0
16942026-03-25T20:26:14.418Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16952026-03-25T20:26:14.447Z Compiling aead v0.5.2
16962026-03-25T20:26:14.447Z Compiling num-derive v0.4.2
16972026-03-25T20:26:14.447Z Compiling sigpipe v0.1.3
16982026-03-25T20:26:14.447Z Compiling unsafe-libyaml v0.2.11
16992026-03-25T20:26:14.503Z Compiling keccak v0.1.6
17002026-03-25T20:26:14.852Z Compiling vcpkg v0.2.15
17012026-03-25T20:26:14.882Z Compiling pkg-config v0.3.32
17022026-03-25T20:26:14.882Z Compiling glob v0.3.3
17032026-03-25T20:26:15.194Z Compiling jiff v0.2.23
17042026-03-25T20:26:15.239Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17052026-03-25T20:26:15.239Z Compiling openssl-sys v0.9.112
17062026-03-25T20:26:15.585Z Compiling serde_yaml v0.9.34+deprecated
17072026-03-25T20:26:15.613Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17082026-03-25T20:26:15.613Z Compiling sha3 v0.10.8
17092026-03-25T20:26:15.658Z Compiling zone v0.3.1
17102026-03-25T20:26:15.920Z Compiling chacha20poly1305 v0.10.1
17112026-03-25T20:26:15.932Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17122026-03-25T20:26:15.932Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17132026-03-25T20:26:16.721Z Compiling argon2 v0.5.3
17142026-03-25T20:26:16.746Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17152026-03-25T20:26:16.968Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17162026-03-25T20:26:18.187Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17172026-03-25T20:26:18.242Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17182026-03-25T20:26:19.246Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17192026-03-25T20:26:19.578Z Compiling progenitor-impl v0.13.0
17202026-03-25T20:26:19.578Z Compiling vsss-rs v3.3.4
17212026-03-25T20:26:19.625Z Compiling ciborium v0.2.2
17222026-03-25T20:26:19.625Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-25T20:26:19.791Z Compiling hubpack_derive v0.1.1
17242026-03-25T20:26:19.801Z Compiling smf v0.2.3
17252026-03-25T20:26:19.853Z Compiling semver v0.1.20
17262026-03-25T20:26:20.328Z Compiling resolv-conf v0.7.6
17272026-03-25T20:26:20.347Z Compiling linked-hash-map v0.5.6
17282026-03-25T20:26:20.347Z Compiling indent_write v2.2.0
17292026-03-25T20:26:20.348Z Compiling whoami v1.6.1
17302026-03-25T20:26:20.348Z Compiling hubpack v0.1.2
17312026-03-25T20:26:20.348Z Compiling rustc_version v0.1.7
17322026-03-25T20:26:20.348Z Compiling lru-cache v0.1.2
17332026-03-25T20:26:20.348Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17342026-03-25T20:26:20.393Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17352026-03-25T20:26:20.415Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17362026-03-25T20:26:20.610Z Compiling hickory-proto v0.24.4
17372026-03-25T20:26:20.676Z Compiling serde-big-array v0.5.1
17382026-03-25T20:26:20.805Z Compiling pin-project-internal v1.1.11
17392026-03-25T20:26:21.893Z Compiling serde_repr v0.1.20
17402026-03-25T20:26:21.916Z Compiling derive-where v1.6.1
17412026-03-25T20:26:22.400Z Compiling progenitor-macro v0.13.0
17422026-03-25T20:26:22.486Z Compiling minimal-lexical v0.2.1
17432026-03-25T20:26:22.755Z Compiling siphasher v1.0.2
17442026-03-25T20:26:22.965Z Compiling swrite v0.1.0
17452026-03-25T20:26:23.063Z Compiling unicode-segmentation v1.13.1
17462026-03-25T20:26:23.149Z Compiling phf_shared v0.12.1
17472026-03-25T20:26:23.181Z Compiling nom v7.1.3
17482026-03-25T20:26:23.330Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17492026-03-25T20:26:23.500Z Compiling newline-converter v0.3.0
17502026-03-25T20:26:23.610Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17512026-03-25T20:26:23.840Z Compiling hickory-resolver v0.24.4
17522026-03-25T20:26:24.077Z Compiling pin-project v1.1.11
17532026-03-25T20:26:24.217Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17542026-03-25T20:26:24.416Z Compiling newtype_derive v0.1.6
17552026-03-25T20:26:24.620Z Compiling atomicwrites v0.4.4
17562026-03-25T20:26:24.802Z Compiling unicode-normalization v0.1.25
17572026-03-25T20:26:25.223Z Compiling console v0.15.11
17582026-03-25T20:26:25.287Z Compiling tokio-stream v0.1.18
17592026-03-25T20:26:25.765Z Compiling async-recursion v1.1.1
17602026-03-25T20:26:25.902Z Compiling snafu-derive v0.8.9
17612026-03-25T20:26:25.995Z Compiling slog-dtrace v0.3.0
17622026-03-25T20:26:26.042Z Compiling csv-core v0.1.13
17632026-03-25T20:26:26.171Z Compiling bstr v1.12.1
17642026-03-25T20:26:26.305Z Compiling foreign-types-shared v0.1.1
17652026-03-25T20:26:26.383Z Compiling owo-colors v4.3.0
17662026-03-25T20:26:26.490Z Compiling foldhash v0.1.5
17672026-03-25T20:26:26.530Z Compiling cancel-safe-futures v0.1.5
17682026-03-25T20:26:26.546Z Compiling similar v2.7.0
17692026-03-25T20:26:26.624Z Compiling unicode-width v0.1.14
17702026-03-25T20:26:26.649Z Compiling openssl v0.10.76
17712026-03-25T20:26:26.706Z Compiling unicode-xid v0.2.6
17722026-03-25T20:26:26.780Z Compiling highway v1.3.0
17732026-03-25T20:26:26.842Z Compiling same-file v1.0.6
17742026-03-25T20:26:26.903Z Compiling chrono-tz v0.10.4
17752026-03-25T20:26:26.928Z Compiling const_format_proc_macros v0.2.34
17762026-03-25T20:26:27.005Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17772026-03-25T20:26:27.136Z Compiling expectorate v1.2.0
17782026-03-25T20:26:27.172Z Compiling walkdir v2.5.0
17792026-03-25T20:26:27.355Z Compiling hashbrown v0.15.5
17802026-03-25T20:26:27.518Z Compiling globset v0.4.18
17812026-03-25T20:26:27.534Z Compiling foreign-types v0.3.2
17822026-03-25T20:26:27.605Z Compiling csv v1.4.0
17832026-03-25T20:26:27.617Z Compiling progenitor v0.13.0
17842026-03-25T20:26:27.625Z Compiling snafu v0.8.9
17852026-03-25T20:26:27.743Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17862026-03-25T20:26:27.761Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17872026-03-25T20:26:27.882Z Compiling qorb v0.4.1
17882026-03-25T20:26:28.175Z Compiling olpc-cjson v0.1.4
17892026-03-25T20:26:28.370Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17902026-03-25T20:26:28.393Z Compiling phf v0.12.1
17912026-03-25T20:26:28.938Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17922026-03-25T20:26:28.964Z Compiling tokio-dtrace v0.1.1
17932026-03-25T20:26:29.150Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17942026-03-25T20:26:29.242Z Compiling libsw-core v0.3.2
17952026-03-25T20:26:29.415Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-25T20:26:29.524Z Compiling serde_plain v1.0.2
17972026-03-25T20:26:29.739Z Compiling openssl-macros v0.1.1
17982026-03-25T20:26:29.827Z Compiling pem v3.0.6
17992026-03-25T20:26:29.900Z Compiling cookie v0.18.1
18002026-03-25T20:26:29.974Z Compiling typed-path v0.9.3
18012026-03-25T20:26:30.007Z Compiling fixedbitset v0.4.2
18022026-03-25T20:26:30.110Z Compiling fixedbitset v0.5.7
18032026-03-25T20:26:30.127Z Compiling bytecount v0.6.9
18042026-03-25T20:26:30.218Z Compiling papergrid v0.11.0
18052026-03-25T20:26:30.247Z Compiling petgraph v0.6.5
18062026-03-25T20:26:30.314Z Compiling petgraph v0.8.3
18072026-03-25T20:26:30.471Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18082026-03-25T20:26:31.304Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18092026-03-25T20:26:31.682Z Compiling tough v0.20.0
18102026-03-25T20:26:31.744Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18112026-03-25T20:26:31.975Z Compiling libsw v3.5.0
18122026-03-25T20:26:32.087Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18132026-03-25T20:26:32.154Z Compiling oxide-tokio-rt v0.1.3
18142026-03-25T20:26:32.548Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18152026-03-25T20:26:33.462Z Compiling const_format v0.2.35
18162026-03-25T20:26:34.153Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-25T20:26:34.535Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-25T20:26:34.667Z Compiling gethostname v0.5.0
18192026-03-25T20:26:34.797Z Compiling tabled_derive v0.7.0
18202026-03-25T20:26:35.215Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18212026-03-25T20:26:35.686Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-25T20:26:35.723Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-25T20:26:35.738Z Compiling bcs v0.1.6
18242026-03-25T20:26:35.923Z Compiling tagptr v0.2.0
18252026-03-25T20:26:36.061Z Compiling smawk v0.3.2
18262026-03-25T20:26:36.077Z Compiling lazy_static v1.5.0
18272026-03-25T20:26:36.183Z Compiling linear-map v1.2.0
18282026-03-25T20:26:36.197Z Compiling crunchy v0.2.4
18292026-03-25T20:26:36.212Z Compiling termtree v0.5.1
18302026-03-25T20:26:36.290Z Compiling unicode-linebreak v0.1.5
18312026-03-25T20:26:36.360Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-25T20:26:36.371Z Compiling steno v0.4.1
18332026-03-25T20:26:36.465Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18342026-03-25T20:26:36.540Z Compiling textwrap v0.16.2
18352026-03-25T20:26:36.691Z Compiling moka v0.12.15
18362026-03-25T20:26:36.850Z Compiling tabled v0.15.0
18372026-03-25T20:26:37.078Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-25T20:26:37.152Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18392026-03-25T20:26:37.351Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18402026-03-25T20:26:37.469Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-25T20:26:38.002Z Compiling hickory-proto v0.25.2
18422026-03-25T20:26:38.302Z Compiling tiny-keccak v2.0.2
18432026-03-25T20:26:38.521Z Compiling humantime v2.3.0
18442026-03-25T20:26:38.958Z Compiling num-derive v0.3.3
18452026-03-25T20:26:39.600Z Compiling parking_lot_core v0.8.6
18462026-03-25T20:26:39.714Z Compiling crc32fast v1.5.0
18472026-03-25T20:26:39.902Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18482026-03-25T20:26:39.907Z Compiling libscf-sys v1.1.0
18492026-03-25T20:26:39.920Z Compiling const-random-macro v0.1.16
18502026-03-25T20:26:40.016Z Compiling hickory-resolver v0.25.2
18512026-03-25T20:26:40.097Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18522026-03-25T20:26:40.309Z Compiling smartstring v1.0.1
18532026-03-25T20:26:40.428Z Compiling ahash v0.8.12
18542026-03-25T20:26:40.456Z Compiling parking_lot v0.11.2
18552026-03-25T20:26:40.493Z Compiling const-random v0.1.18
18562026-03-25T20:26:40.847Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18572026-03-25T20:26:40.884Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18582026-03-25T20:26:40.901Z Compiling fxhash v0.2.1
18592026-03-25T20:26:40.931Z Compiling internet-checksum v0.2.1
18602026-03-25T20:26:41.037Z Compiling sled v0.34.7
18612026-03-25T20:26:41.322Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18622026-03-25T20:26:41.339Z Compiling thin-vec v0.2.14
18632026-03-25T20:26:41.623Z Compiling rhai_codegen v3.1.0
18642026-03-25T20:26:41.674Z Compiling sdd v3.0.10
18652026-03-25T20:26:41.841Z Compiling serial_test_derive v3.4.0
18662026-03-25T20:26:42.022Z Compiling scc v2.4.0
18672026-03-25T20:26:42.339Z Compiling nom v8.0.0
18682026-03-25T20:26:42.565Z Compiling yansi v1.0.1
18692026-03-25T20:26:42.827Z Compiling rhai v1.24.0
18702026-03-25T20:26:42.887Z Compiling diff v0.1.13
18712026-03-25T20:26:43.068Z Compiling serial_test v3.4.0
18722026-03-25T20:26:43.181Z Compiling pretty_assertions v1.4.1
18732026-03-25T20:26:46.652Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18742026-03-25T20:26:54.315Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18752026-03-25T20:26:55.949Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18762026-03-25T20:26:57.015Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18772026-03-25T20:26:58.141Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18782026-03-25T20:26:58.924Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18792026-03-25T20:27:00.390Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18802026-03-25T20:27:35.944Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
18812026-03-25T20:27:36.136Z────────────
18822026-03-25T20:27:36.137Z Nextest run ID 64eaaa6f-8620-4185-bed4-e9f076096576 with nextest profile: default
18832026-03-25T20:27:36.138Z Starting 150 tests across 1 binary
18842026-03-25T20:27:36.186Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
18852026-03-25T20:27:36.186Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
18862026-03-25T20:27:36.186Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
18872026-03-25T20:27:36.186Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
18882026-03-25T20:27:36.187Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
18892026-03-25T20:27:36.187Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18902026-03-25T20:27:36.187Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18912026-03-25T20:27:36.187Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18922026-03-25T20:27:36.187Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
18932026-03-25T20:27:36.187Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
18942026-03-25T20:27:36.187Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
18952026-03-25T20:27:36.187Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
18962026-03-25T20:27:36.187Z PASS [ 0.010s] bgp messages::tests::header_round_trip
18972026-03-25T20:27:36.187Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
18982026-03-25T20:27:36.187Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
18992026-03-25T20:27:36.187Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19002026-03-25T20:27:36.188Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large
19012026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19022026-03-25T20:27:36.188Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19032026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19042026-03-25T20:27:36.188Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19052026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19062026-03-25T20:27:36.188Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19072026-03-25T20:27:36.188Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19082026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19092026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19102026-03-25T20:27:36.188Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19112026-03-25T20:27:36.188Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19122026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19132026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19142026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19152026-03-25T20:27:36.188Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19162026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19172026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19182026-03-25T20:27:36.188Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19192026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19202026-03-25T20:27:36.188Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19212026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19222026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19232026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19242026-03-25T20:27:36.188Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19252026-03-25T20:27:36.188Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19262026-03-25T20:27:36.189Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19272026-03-25T20:27:36.189Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19282026-03-25T20:27:36.189Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19292026-03-25T20:27:36.277Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19302026-03-25T20:27:36.277Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19312026-03-25T20:27:36.277Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19322026-03-25T20:27:36.277Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19332026-03-25T20:27:36.277Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19342026-03-25T20:27:36.278Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19352026-03-25T20:27:36.278Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19362026-03-25T20:27:36.278Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19372026-03-25T20:27:36.279Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19382026-03-25T20:27:36.279Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19392026-03-25T20:27:36.279Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19402026-03-25T20:27:36.280Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19412026-03-25T20:27:36.280Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19422026-03-25T20:27:36.280Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19432026-03-25T20:27:36.280Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19442026-03-25T20:27:36.280Z PASS [ 0.008s] bgp messages::tests::prefix_within
19452026-03-25T20:27:36.280Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19462026-03-25T20:27:36.280Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19472026-03-25T20:27:36.280Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19482026-03-25T20:27:36.280Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19492026-03-25T20:27:36.280Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19502026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19512026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19522026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19532026-03-25T20:27:36.281Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19542026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19552026-03-25T20:27:36.281Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19562026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19572026-03-25T20:27:36.281Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19582026-03-25T20:27:36.281Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19592026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19602026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19612026-03-25T20:27:36.281Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19622026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19632026-03-25T20:27:36.281Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19642026-03-25T20:27:36.281Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
19652026-03-25T20:27:36.282Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
19662026-03-25T20:27:36.282Z PASS [ 0.010s] bgp messages::tests::update_round_trip
19672026-03-25T20:27:36.381Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
19682026-03-25T20:27:36.381Z PASS [ 0.021s] bgp policy::test::update_shape_community
19692026-03-25T20:27:36.381Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19702026-03-25T20:27:36.381Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
19712026-03-25T20:27:36.381Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
19722026-03-25T20:27:36.382Z PASS [ 0.023s] bgp policy::test::shape_update_prefixes
19732026-03-25T20:27:36.382Z PASS [ 0.020s] bgp proptest::prop_duplicate_attrs_deduplicated
19742026-03-25T20:27:36.382Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
19752026-03-25T20:27:36.382Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
19762026-03-25T20:27:36.382Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19772026-03-25T20:27:36.382Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19782026-03-25T20:27:36.382Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19792026-03-25T20:27:36.382Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19802026-03-25T20:27:36.382Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19812026-03-25T20:27:36.382Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
19822026-03-25T20:27:36.382Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19832026-03-25T20:27:36.382Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19842026-03-25T20:27:36.382Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19852026-03-25T20:27:36.382Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19862026-03-25T20:27:36.382Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
19872026-03-25T20:27:36.382Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
19882026-03-25T20:27:36.382Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
19892026-03-25T20:27:36.382Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
19902026-03-25T20:27:36.382Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
19912026-03-25T20:27:36.382Z PASS [ 0.028s] bgp proptest::prop_mp_bgp_attrs_encoded_first
19922026-03-25T20:27:36.382Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
19932026-03-25T20:27:36.382Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
19942026-03-25T20:27:36.382Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
19952026-03-25T20:27:36.383Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
19962026-03-25T20:27:36.383Z PASS [ 0.030s] bgp proptest::prop_update_mp_reach_roundtrip
19972026-03-25T20:27:36.383Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
19982026-03-25T20:27:36.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
19992026-03-25T20:27:36.383Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20002026-03-25T20:27:36.383Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20012026-03-25T20:27:36.383Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20022026-03-25T20:27:36.383Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20032026-03-25T20:27:36.383Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20042026-03-25T20:27:36.383Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20052026-03-25T20:27:39.320Z PASS [ 3.067s] bgp test::test_basic_peering_active
20062026-03-25T20:27:39.323Z PASS [ 3.064s] bgp test::test_basic_peering_passive
20072026-03-25T20:27:39.327Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20082026-03-25T20:27:39.327Z PASS [ 3.067s] bgp test::test_basic_update
20092026-03-25T20:27:39.332Z PASS [ 3.076s] bgp test::test_basic_peering_passive_tcp
20102026-03-25T20:27:39.338Z PASS [ 3.078s] bgp test::test_basic_update_ipv6_tcp
20112026-03-25T20:27:39.343Z PASS [ 3.079s] bgp test::test_basic_update_tcp
20122026-03-25T20:27:39.347Z PASS [ 3.094s] bgp test::test_basic_peering_active_tcp
20132026-03-25T20:27:42.406Z PASS [ 3.073s] bgp test::test_ipv6_basic_peering_active
20142026-03-25T20:27:42.409Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
20152026-03-25T20:27:42.423Z PASS [ 3.085s] bgp test::test_ipv6_basic_peering_active_tcp
20162026-03-25T20:27:42.440Z PASS [ 3.091s] bgp test::test_ipv6_basic_peering_passive_tcp
20172026-03-25T20:27:43.407Z PASS [ 4.083s] bgp test::test_import_export_policy_filtering
20182026-03-25T20:27:43.407Z PASS [ 4.082s] bgp test::test_ipv4_routes_ipv6_peer_success
20192026-03-25T20:27:43.407Z PASS [ 4.088s] bgp test::test_dual_stack_routes_ipv4_peer_success
20202026-03-25T20:27:43.411Z PASS [ 4.087s] bgp test::test_dual_stack_routes_ipv6_peer_success
20212026-03-25T20:27:43.468Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20222026-03-25T20:27:44.501Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20232026-03-25T20:27:44.505Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp_ipv6
20242026-03-25T20:27:44.505Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp
20252026-03-25T20:27:45.245Z PASS [ 2.821s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20262026-03-25T20:27:45.562Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20272026-03-25T20:27:46.482Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20282026-03-25T20:27:47.476Z PASS [ 4.069s] bgp test::test_three_router_chain_unnumbered
20292026-03-25T20:27:48.470Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20302026-03-25T20:27:49.566Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20312026-03-25T20:27:53.569Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20322026-03-25T20:27:54.312Z PASS [ 9.066s] bgp test::test_unnumbered_unaffected_by_ndp
20332026-03-25T20:28:01.534Z PASS [ 18.065s] bgp test::test_unnumbered_interface_lifecycle
20342026-03-25T20:28:01.534Z────────────
20352026-03-25T20:28:01.534Z Summary [ 25.442s] 150 tests run: 150 passed, 0 skipped
20362026-03-25T20:28:01.548Z+ 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/
20372026-03-25T20:28:01.552Z+ popd
20382026-03-25T20:28:01.552Z+ pushd mgd
20392026-03-25T20:28:01.552Z/work/oxidecomputer/maghemite
20402026-03-25T20:28:01.552Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20412026-03-25T20:28:01.552Z+ pfexec cargo nextest run
20422026-03-25T20:28:02.715Z Compiling slog v2.8.2
20432026-03-25T20:28:02.816Z Compiling usdt v0.6.0
20442026-03-25T20:28:02.899Z Compiling typify-impl v0.4.3
20452026-03-25T20:28:02.916Z Compiling proc-macro-error-attr2 v2.0.0
20462026-03-25T20:28:02.934Z Compiling papergrid v0.17.0
20472026-03-25T20:28:03.099Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20482026-03-25T20:28:03.110Z Compiling slog-json v2.6.1
20492026-03-25T20:28:03.200Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20502026-03-25T20:28:03.313Z Compiling slog-term v2.9.2
20512026-03-25T20:28:03.340Z Compiling slog-async v2.8.0
20522026-03-25T20:28:03.536Z Compiling slog-bunyan v2.5.0
20532026-03-25T20:28:03.563Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20542026-03-25T20:28:03.686Z Compiling dropshot v0.16.7
20552026-03-25T20:28:04.095Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20562026-03-25T20:28:04.452Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20572026-03-25T20:28:04.462Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20582026-03-25T20:28:04.552Z Compiling slog-dtrace v0.3.0
20592026-03-25T20:28:04.870Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20602026-03-25T20:28:05.023Z Compiling steno v0.4.1
20612026-03-25T20:28:05.654Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20622026-03-25T20:28:05.782Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20632026-03-25T20:28:07.447Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20642026-03-25T20:28:08.414Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20652026-03-25T20:28:09.208Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20662026-03-25T20:28:09.277Z Compiling typify-macro v0.4.3
20672026-03-25T20:28:09.811Z Compiling proc-macro-error2 v2.0.1
20682026-03-25T20:28:10.100Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20692026-03-25T20:28:10.247Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20702026-03-25T20:28:10.284Z Compiling tabled_derive v0.11.0
20712026-03-25T20:28:10.306Z Compiling testing_table v0.3.0
20722026-03-25T20:28:10.476Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20732026-03-25T20:28:10.709Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20742026-03-25T20:28:10.741Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20752026-03-25T20:28:10.763Z Compiling progenitor-client v0.11.2
20762026-03-25T20:28:11.060Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20772026-03-25T20:28:11.129Z Compiling crc8 v0.1.1
20782026-03-25T20:28:11.253Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20792026-03-25T20:28:11.337Z Compiling typify v0.4.3
20802026-03-25T20:28:11.440Z Compiling progenitor-impl v0.11.2
20812026-03-25T20:28:12.200Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20822026-03-25T20:28:12.275Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20832026-03-25T20:28:12.755Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20842026-03-25T20:28:13.326Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20852026-03-25T20:28:14.364Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20862026-03-25T20:28:14.773Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20872026-03-25T20:28:15.041Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20882026-03-25T20:28:15.138Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20892026-03-25T20:28:15.644Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20902026-03-25T20:28:16.118Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20912026-03-25T20:28:16.387Z Compiling progenitor-macro v0.11.2
20922026-03-25T20:28:16.719Z Compiling tabled v0.20.0
20932026-03-25T20:28:16.955Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20942026-03-25T20:28:17.165Z Compiling dropshot-api-manager-types v0.5.2
20952026-03-25T20:28:17.220Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20962026-03-25T20:28:20.120Z Compiling progenitor v0.11.2
20972026-03-25T20:28:20.214Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20982026-03-25T20:28:21.528Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20992026-03-25T20:28:22.641Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21002026-03-25T20:28:22.644Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21012026-03-25T20:28:24.168Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21022026-03-25T20:28:24.346Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21032026-03-25T20:28:31.374Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21042026-03-25T20:28:38.491Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21052026-03-25T20:28:40.095Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21062026-03-25T20:28:41.183Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21072026-03-25T20:28:42.302Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21082026-03-25T20:28:43.083Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21092026-03-25T20:28:44.580Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21102026-03-25T20:28:44.580Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21112026-03-25T20:28:44.586Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21122026-03-25T20:28:51.252Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21132026-03-25T20:28:52.646Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21142026-03-25T20:28:52.646Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21152026-03-25T20:28:53.902Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21162026-03-25T20:29:22.803Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
21172026-03-25T20:29:22.965Z────────────
21182026-03-25T20:29:22.965Z Nextest run ID aaae56b3-2583-4b9a-9b43-9d5cf95b86c2 with nextest profile: default
21192026-03-25T20:29:22.965Z Starting 32 tests across 1 binary
21202026-03-25T20:29:22.975Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21212026-03-25T20:29:22.975Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21222026-03-25T20:29:22.992Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21232026-03-25T20:29:23.012Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21242026-03-25T20:29:23.023Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21252026-03-25T20:29:23.031Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21262026-03-25T20:29:23.031Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21272026-03-25T20:29:23.031Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21282026-03-25T20:29:23.031Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21292026-03-25T20:29:23.031Z PASS [ 0.061s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21302026-03-25T20:29:23.031Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21312026-03-25T20:29:23.035Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21322026-03-25T20:29:23.035Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21332026-03-25T20:29:23.035Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21342026-03-25T20:29:23.035Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21352026-03-25T20:29:23.035Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21362026-03-25T20:29:23.035Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21372026-03-25T20:29:23.035Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21382026-03-25T20:29:23.040Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21392026-03-25T20:29:23.043Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21402026-03-25T20:29:23.043Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21412026-03-25T20:29:23.043Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21422026-03-25T20:29:23.043Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21432026-03-25T20:29:23.043Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21442026-03-25T20:29:23.044Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21452026-03-25T20:29:23.051Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21462026-03-25T20:29:23.051Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21472026-03-25T20:29:23.051Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21482026-03-25T20:29:23.051Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21492026-03-25T20:29:23.051Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21502026-03-25T20:29:23.056Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21512026-03-25T20:29:23.056Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21522026-03-25T20:29:23.056Z────────────
21532026-03-25T20:29:23.056Z Summary [ 0.086s] 32 tests run: 32 passed, 0 skipped
21542026-03-25T20:29:23.071Z+ cp apply_remove_entire_group.log /work/
21552026-03-25T20:29:23.074Z+ popd
21562026-03-25T20:29:23.074Z/work/oxidecomputer/maghemite
21572026-03-25T20:29:23.075Zprocess exited: duration 391905 ms, exit code 0
 
21582026-03-25T20:29:23.086Zfound 66 output files
21592026-03-25T20:29:23.087Zuploading: /work/apply_remove_entire_group.log (9735 bytes)
21602026-03-25T20:29:24.111Zuploaded: /work/apply_remove_entire_group.log
21612026-03-25T20:29:24.111Zuploading: /work/dualstack_routes.log (115713 bytes)
21622026-03-25T20:29:25.132Zuploaded: /work/dualstack_routes.log
21632026-03-25T20:29:25.132Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (1958 bytes)
21642026-03-25T20:29:26.143Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21652026-03-25T20:29:26.143Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1469 bytes)
21662026-03-25T20:29:27.155Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21672026-03-25T20:29:27.155Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2245 bytes)
21682026-03-25T20:29:28.172Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21692026-03-25T20:29:28.172Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2254 bytes)
21702026-03-25T20:29:29.827Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21712026-03-25T20:29:29.827Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2224 bytes)
21722026-03-25T20:29:30.877Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21732026-03-25T20:29:30.877Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2294 bytes)
21742026-03-25T20:29:31.899Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21752026-03-25T20:29:31.900Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2257 bytes)
21762026-03-25T20:29:32.931Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21772026-03-25T20:29:32.931Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2159 bytes)
21782026-03-25T20:29:33.948Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21792026-03-25T20:29:33.948Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2296 bytes)
21802026-03-25T20:29:34.995Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21812026-03-25T20:29:34.995Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2283 bytes)
21822026-03-25T20:29:36.006Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21832026-03-25T20:29:36.006Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2337 bytes)
21842026-03-25T20:29:37.016Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21852026-03-25T20:29:37.016Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2490 bytes)
21862026-03-25T20:29:39.534Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21872026-03-25T20:29:39.534Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3631 bytes)
21882026-03-25T20:29:40.614Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
21892026-03-25T20:29:40.622Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3634 bytes)
21902026-03-25T20:29:41.640Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
21912026-03-25T20:29:41.640Zuploading: /work/multiple_unnumbered.log (134405 bytes)
21922026-03-25T20:29:42.688Zuploaded: /work/multiple_unnumbered.log
21932026-03-25T20:29:42.688Zuploading: /work/ndp_change_reset.log (70024 bytes)
21942026-03-25T20:29:43.737Zuploaded: /work/ndp_change_reset.log
21952026-03-25T20:29:43.737Zuploading: /work/ndp_changes.log (86604 bytes)
21962026-03-25T20:29:44.763Zuploaded: /work/ndp_changes.log
21972026-03-25T20:29:44.763Zuploading: /work/r1.test_basic_peering_active.log (40034 bytes)
21982026-03-25T20:29:45.776Zuploaded: /work/r1.test_basic_peering_active.log
21992026-03-25T20:29:45.776Zuploading: /work/r1.test_basic_peering_active_tcp.log (45823 bytes)
22002026-03-25T20:29:46.793Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22012026-03-25T20:29:46.793Zuploading: /work/r1.test_basic_peering_passive.log (32241 bytes)
22022026-03-25T20:29:47.856Zuploaded: /work/r1.test_basic_peering_passive.log
22032026-03-25T20:29:47.856Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39235 bytes)
22042026-03-25T20:29:48.876Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22052026-03-25T20:29:48.876Zuploading: /work/r1.test_basic_update.log (27308 bytes)
22062026-03-25T20:29:49.937Zuploaded: /work/r1.test_basic_update.log
22072026-03-25T20:29:49.937Zuploading: /work/r1.test_basic_update_ipv6.log (27150 bytes)
22082026-03-25T20:29:50.967Zuploaded: /work/r1.test_basic_update_ipv6.log
22092026-03-25T20:29:50.967Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29532 bytes)
22102026-03-25T20:29:51.990Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22112026-03-25T20:29:51.990Zuploading: /work/r1.test_basic_update_tcp.log (29687 bytes)
22122026-03-25T20:29:53.009Zuploaded: /work/r1.test_basic_update_tcp.log
22132026-03-25T20:29:53.009Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (41161 bytes)
22142026-03-25T20:29:54.027Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22152026-03-25T20:29:54.027Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (41636 bytes)
22162026-03-25T20:29:55.041Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22172026-03-25T20:29:55.041Zuploading: /work/r1.test_import_export_policy_filtering.log (51675 bytes)
22182026-03-25T20:29:57.470Zuploaded: /work/r1.test_import_export_policy_filtering.log
22192026-03-25T20:29:57.470Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (33852 bytes)
22202026-03-25T20:29:58.522Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22212026-03-25T20:29:58.522Zuploading: /work/r1.test_ipv6_basic_peering_active.log (37734 bytes)
22222026-03-25T20:29:59.617Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22232026-03-25T20:29:59.617Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48556 bytes)
22242026-03-25T20:30:00.634Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22252026-03-25T20:30:00.634Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32191 bytes)
22262026-03-25T20:30:01.653Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22272026-03-25T20:30:01.653Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (37129 bytes)
22282026-03-25T20:30:02.667Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22292026-03-25T20:30:02.667Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (33681 bytes)
22302026-03-25T20:30:03.684Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22312026-03-25T20:30:03.684Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28282 bytes)
22322026-03-25T20:30:04.714Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22332026-03-25T20:30:04.714Zuploading: /work/r1.test_three_router_chain_tcp.log (20808 bytes)
22342026-03-25T20:30:05.724Zuploaded: /work/r1.test_three_router_chain_tcp.log
22352026-03-25T20:30:05.724Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (20898 bytes)
22362026-03-25T20:30:06.737Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22372026-03-25T20:30:06.737Zuploading: /work/r2.test_basic_peering_active.log (36691 bytes)
22382026-03-25T20:30:07.749Zuploaded: /work/r2.test_basic_peering_active.log
22392026-03-25T20:30:07.749Zuploading: /work/r2.test_basic_peering_active_tcp.log (41060 bytes)
22402026-03-25T20:30:08.761Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22412026-03-25T20:30:08.761Zuploading: /work/r2.test_basic_peering_passive.log (40462 bytes)
22422026-03-25T20:30:09.775Zuploaded: /work/r2.test_basic_peering_passive.log
22432026-03-25T20:30:09.775Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46424 bytes)
22442026-03-25T20:30:10.787Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22452026-03-25T20:30:10.787Zuploading: /work/r2.test_basic_update.log (26022 bytes)
22462026-03-25T20:30:11.798Zuploaded: /work/r2.test_basic_update.log
22472026-03-25T20:30:11.798Zuploading: /work/r2.test_basic_update_ipv6.log (25963 bytes)
22482026-03-25T20:30:12.814Zuploaded: /work/r2.test_basic_update_ipv6.log
22492026-03-25T20:30:12.814Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32323 bytes)
22502026-03-25T20:30:13.825Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22512026-03-25T20:30:13.825Zuploading: /work/r2.test_basic_update_tcp.log (32329 bytes)
22522026-03-25T20:30:14.836Zuploaded: /work/r2.test_basic_update_tcp.log
22532026-03-25T20:30:14.836Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (41247 bytes)
22542026-03-25T20:30:15.848Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22552026-03-25T20:30:15.848Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43357 bytes)
22562026-03-25T20:30:16.859Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22572026-03-25T20:30:16.859Zuploading: /work/r2.test_import_export_policy_filtering.log (59471 bytes)
22582026-03-25T20:30:17.874Zuploaded: /work/r2.test_import_export_policy_filtering.log
22592026-03-25T20:30:17.874Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37824 bytes)
22602026-03-25T20:30:18.884Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22612026-03-25T20:30:18.884Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36560 bytes)
22622026-03-25T20:30:19.898Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22632026-03-25T20:30:19.898Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44345 bytes)
22642026-03-25T20:30:20.912Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22652026-03-25T20:30:20.912Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40257 bytes)
22662026-03-25T20:30:21.932Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22672026-03-25T20:30:21.932Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (45589 bytes)
22682026-03-25T20:30:22.947Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22692026-03-25T20:30:22.947Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37701 bytes)
22702026-03-25T20:30:23.961Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22712026-03-25T20:30:23.961Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27655 bytes)
22722026-03-25T20:30:24.978Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22732026-03-25T20:30:24.978Zuploading: /work/r2.test_three_router_chain_tcp.log (43488 bytes)
22742026-03-25T20:30:25.991Zuploaded: /work/r2.test_three_router_chain_tcp.log
22752026-03-25T20:30:25.991Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (47302 bytes)
22762026-03-25T20:30:27.005Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22772026-03-25T20:30:27.005Zuploading: /work/r3.test_three_router_chain_tcp.log (20930 bytes)
22782026-03-25T20:30:28.020Zuploaded: /work/r3.test_three_router_chain_tcp.log
22792026-03-25T20:30:28.024Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (24169 bytes)
22802026-03-25T20:30:29.035Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22812026-03-25T20:30:29.035Zuploading: /work/same_linklocal.log (150457 bytes)
22822026-03-25T20:30:30.054Zuploaded: /work/same_linklocal.log
22832026-03-25T20:30:30.054Zuploading: /work/three_chain.log (141079 bytes)
22842026-03-25T20:30:31.072Zuploaded: /work/three_chain.log
22852026-03-25T20:30:31.075Zuploading: /work/unnumbered_expiry.log (89360 bytes)
22862026-03-25T20:30:32.089Zuploaded: /work/unnumbered_expiry.log
22872026-03-25T20:30:32.089Zuploading: /work/unnumbered_interface_lifecycle.log (156847 bytes)
22882026-03-25T20:30:33.106Zuploaded: /work/unnumbered_interface_lifecycle.log
22892026-03-25T20:30:33.106Zuploading: /work/unnumbered_peer_change.log (75796 bytes)
22902026-03-25T20:30:34.126Zuploaded: /work/unnumbered_peer_change.log