01KR5CB4F03DSVHX4QZCS9X52A: 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: 01KR5CBHH2N9TTT3D2K9W827DC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T03:27:25.975Zjob assigned to worker 01KR5CBJAE185N5WVNF3DGTEXE [factory aws, i-011d60ed5a6642f7c] (queued for 51 s)
 
22026-05-09T03:27:32.836Zstarting task 0: "setup"
32026-05-09T03:27:32.843Z++ uname -s
42026-05-09T03:27:32.846Z+ kern=SunOS
52026-05-09T03:27:32.846Z+ build_user=build
62026-05-09T03:27:32.846Z+ build_uid=12345
72026-05-09T03:27:32.846Z+ work_dir=/work
82026-05-09T03:27:32.846Z+ input_dir=/input
92026-05-09T03:27:32.846Z+ [[ 0 == 12345 ]]
102026-05-09T03:27:32.846Z+ case "$kern" in
112026-05-09T03:27:32.846Z+ groupadd -g 12345 build
122026-05-09T03:27:32.848Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T03:27:34.853Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T03:27:34.977Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T03:27:34.980Z+ home_fs=zfs
162026-05-09T03:27:34.980Z+ [[ zfs == autofs ]]
172026-05-09T03:27:34.980Z+ mkdir -p /home/build
182026-05-09T03:27:34.980Z+ chown build:build /home/build /work
192026-05-09T03:27:36.982Z+ chmod 0700 /home/build /work
202026-05-09T03:27:36.985Zprocess exited: duration 4147 ms, exit code 0
 
212026-05-09T03:27:36.991Zstarting task 1: "rust-toolchain"
222026-05-09T03:27:36.995Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T03:27:36.995Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-09T03:27:36.995Z * rust toolchain channel = "stable"
252026-05-09T03:27:36.995Z * rust toolchain profile = "default"
262026-05-09T03:27:36.995Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T03:27:36.995Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T03:27:36.998Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T03:27:36.998Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T03:27:37.116Zinfo: downloading installer
312026-05-09T03:27:38.504Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T03:27:38.504Zwarn: /opt/ooce/bin
332026-05-09T03:27:38.504Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T03:27:38.504Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T03:27:38.504Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T03:27:38.504Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T03:27:38.504Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T03:27:38.504Zerror: cannot install while Rust is installed
392026-05-09T03:27:38.504Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T03:27:38.504Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T03:27:38.504Zwarn: /home/build/.rustup/settings.toml
422026-05-09T03:27:38.504Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T03:27:38.504Zwarn: instead of the one inferred from the default host triple.
442026-05-09T03:27:38.517Zinfo: profile set to default
452026-05-09T03:27:38.517Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T03:27:38.520Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T03:27:38.654Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T03:27:38.658Zinfo: downloading 6 components
492026-05-09T03:27:52.962Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T03:27:52.962Z
512026-05-09T03:27:53.006Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T03:27:53.006Z
532026-05-09T03:27:53.007Z
542026-05-09T03:27:53.007ZRust is installed now. Great!
552026-05-09T03:27:53.007Z
562026-05-09T03:27:53.007ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T03:27:53.007Zenvironment variable. This has not been done automatically.
582026-05-09T03:27:53.007Z
592026-05-09T03:27:53.007ZTo configure your current shell, you need to source
602026-05-09T03:27:53.007Zthe corresponding env file under $HOME/.cargo.
612026-05-09T03:27:53.007Z
622026-05-09T03:27:53.007ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T03:27:53.007Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T03:27:53.007Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T03:27:53.007Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T03:27:53.008Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T03:27:53.008Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T03:27:53.008Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T03:27:53.011Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T03:27:53.011Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T03:27:53.111Z+ rustup --version
722026-05-09T03:27:53.120Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T03:27:53.122Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T03:27:53.141Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T03:27:53.144Z+ cargo --version
762026-05-09T03:27:53.157Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T03:27:53.160Z+ rustc --version
782026-05-09T03:27:53.179Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T03:27:53.182Zprocess exited: duration 16188 ms, exit code 0
 
802026-05-09T03:27:53.188Zstarting task 2: "authentication"
812026-05-09T03:27:53.205Zprocess exited: duration 15 ms, exit code 0
 
822026-05-09T03:27:53.211Zstarting task 3: "clone repository"
832026-05-09T03:27:53.214Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T03:27:53.217Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T03:27:53.249ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T03:27:54.043Z+ cd /work/oxidecomputer/maghemite
872026-05-09T03:27:54.043Z+ git fetch origin fe0c244e9e56968123824a6041b6b1f7512dfa29
882026-05-09T03:27:54.282ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T03:27:54.282Z * branch fe0c244e9e56968123824a6041b6b1f7512dfa29 -> FETCH_HEAD
902026-05-09T03:27:54.286Z+ [[ -n renovate/tokio-1.x-lockfile ]]
912026-05-09T03:27:54.290Z++ git branch --show-current
922026-05-09T03:27:54.290Z+ current=main
932026-05-09T03:27:54.290Z+ [[ main != renovate/tokio-1.x-lockfile ]]
942026-05-09T03:27:54.292Z+ git branch -f renovate/tokio-1.x-lockfile fe0c244e9e56968123824a6041b6b1f7512dfa29
952026-05-09T03:27:54.295Z+ git checkout -f renovate/tokio-1.x-lockfile
962026-05-09T03:27:54.308ZSwitched to branch 'renovate/tokio-1.x-lockfile'
972026-05-09T03:27:54.311Z+ git reset --hard fe0c244e9e56968123824a6041b6b1f7512dfa29
982026-05-09T03:27:54.324ZHEAD is now at fe0c244 Update Rust crate tokio to v1.52.3
992026-05-09T03:27:54.326Zprocess exited: duration 1113 ms, exit code 0
 
1002026-05-09T03:27:54.332Zstarting task 4: "build"
1012026-05-09T03:27:54.336Z+ set -e
1022026-05-09T03:27:54.336Z+ source .github/buildomat/test-common.sh
1032026-05-09T03:27:54.339Z++ NEXTEST_VERSION=0.9.97
1042026-05-09T03:27:54.339Z++ PLATFORM=illumos
1052026-05-09T03:27:54.339Z++ banner install
1062026-05-09T03:27:54.339Z
1072026-05-09T03:27:54.339Z # # # #### ##### ## # #
1082026-05-09T03:27:54.339Z # ## # # # # # # #
1092026-05-09T03:27:54.339Z # # # # #### # # # # #
1102026-05-09T03:27:54.339Z # # # # # # ###### # #
1112026-05-09T03:27:54.339Z # # ## # # # # # # #
1122026-05-09T03:27:54.339Z # # # #### # # # ###### ######
1132026-05-09T03:27:54.339Z
1142026-05-09T03:27:54.339Z++ set +o errexit
1152026-05-09T03:27:54.342Z++ pkg info clang-15
1162026-05-09T03:27:54.342Z++ grep -qi installed
1172026-05-09T03:27:55.542Zpkg: info: no packages matching the following patterns you specified are
1182026-05-09T03:27:55.542Zinstalled on the system. Try querying remotely instead:
1192026-05-09T03:27:55.542Z
1202026-05-09T03:27:55.542Z clang-15
1212026-05-09T03:27:55.578Z++ [[ 1 != 0 ]]
1222026-05-09T03:27:55.579Z++ set -o errexit
1232026-05-09T03:27:55.579Z++ pfexec pkg install clang-15
1242026-05-09T03:28:02.344Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-09T03:28:09.988Z Startup: Caching catalogs ... Done
1262026-05-09T03:28:17.119ZPlanning: Solver setup ... Done
1272026-05-09T03:28:17.158ZPlanning: Running solver ... Done
1282026-05-09T03:28:17.290ZPlanning: Finding local manifests ... Done
1292026-05-09T03:28:17.301ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-09T03:28:17.383ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-09T03:28:17.412ZPlanning: Package planning ... Done
1322026-05-09T03:28:17.438ZPlanning: Merging actions ... Done
1332026-05-09T03:28:17.544ZPlanning: Checking for conflicting actions ... Done
1342026-05-09T03:28:17.550ZPlanning: Consolidating action changes ... Done
1352026-05-09T03:28:18.319ZPlanning: Evaluating mediators ... Done
1362026-05-09T03:28:18.324ZPlanning: Planning completed in 8.17 seconds
1372026-05-09T03:28:18.336Z Packages to install: 2
1382026-05-09T03:28:18.339Z Mediators to change: 2
1392026-05-09T03:28:18.339Z Services to change: 1
1402026-05-09T03:28:18.339Z Create boot environment: No
1412026-05-09T03:28:18.339ZCreate backup boot environment: No
1422026-05-09T03:28:18.378Z
1432026-05-09T03:28:18.378ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-09T03:28:24.657ZDownload: 980/3076 items 82.2/211.3MB 38% complete (16.8M/s)
1452026-05-09T03:28:31.909ZDownload: 983/3076 items 82.2/211.3MB 38% complete (16.2M/s)
1462026-05-09T03:28:36.911ZDownload: 1878/3076 items 116.8/211.3MB 55% complete (7.1M/s)
1472026-05-09T03:28:43.552ZDownload: 2006/3076 items 117.1/211.3MB 55% complete (5.7M/s)
1482026-05-09T03:28:59.189ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1492026-05-09T03:29:01.989ZDownload: Completed 211.31 MB in 43.61 seconds (4.8M/s)
1502026-05-09T03:29:02.611Z Actions: 1/3418 actions (Installing new actions)
1512026-05-09T03:29:05.744Z Actions: Completed 3418 actions in 3.13 seconds.
1522026-05-09T03:29:06.386Z Done
1532026-05-09T03:29:06.386Z Done
1542026-05-09T03:29:07.114Z Done
1552026-05-09T03:29:10.446Z Done
1562026-05-09T03:29:10.515Z Done
1572026-05-09T03:29:10.518Z Done
1582026-05-09T03:29:10.793Z Done
1592026-05-09T03:29:11.461Z++ set -o errexit
1602026-05-09T03:29:11.461Z++ cargo --version
1612026-05-09T03:29:11.468Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-05-09T03:29:11.633Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-05-09T03:29:11.636Zinfo: downloading 6 components
1642026-05-09T03:29:25.951Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-05-09T03:29:25.955Z++ rustc --version
1662026-05-09T03:29:25.979Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-05-09T03:29:25.984Z++ cargo install cargo-nextest --version 0.9.97
1682026-05-09T03:29:26.027Z Updating crates.io index
1692026-05-09T03:29:26.120Z Downloading crates ...
1702026-05-09T03:29:26.174Z Downloaded cargo-nextest v0.9.97
1712026-05-09T03:29:26.238Z Installing cargo-nextest v0.9.97
1722026-05-09T03:29:26.275Z Updating crates.io index
1732026-05-09T03:29:28.703Z Locking 404 packages to latest compatible versions
1742026-05-09T03:29:28.708Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-05-09T03:29:28.711Z Adding duct v0.13.7 (available: v1.1.1)
1762026-05-09T03:29:28.711Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-05-09T03:29:28.711Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-05-09T03:29:28.716Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-05-09T03:29:28.716Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1802026-05-09T03:29:28.716Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-05-09T03:29:28.716Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1822026-05-09T03:29:28.719Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-05-09T03:29:28.738Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-05-09T03:29:28.748Z Downloading crates ...
1852026-05-09T03:29:28.825Z Downloaded async-scoped v0.9.0
1862026-05-09T03:29:28.828Z Downloaded cargo-platform v0.3.3
1872026-05-09T03:29:28.837Z Downloaded clap_lex v1.1.0
1882026-05-09T03:29:28.841Z Downloaded foreign-types-shared v0.1.1
1892026-05-09T03:29:28.841Z Downloaded cargo-platform v0.2.0
1902026-05-09T03:29:28.841Z Downloaded guppy-workspace-hack v0.1.0
1912026-05-09T03:29:28.845Z Downloaded httparse v1.10.1
1922026-05-09T03:29:28.845Z Downloaded cfg_aliases v0.2.1
1932026-05-09T03:29:28.845Z Downloaded pathdiff v0.2.3
1942026-05-09T03:29:28.848Z Downloaded log v0.4.29
1952026-05-09T03:29:28.848Z Downloaded future-queue v0.4.0
1962026-05-09T03:29:28.851Z Downloaded fixedbitset v0.5.7
1972026-05-09T03:29:28.851Z Downloaded camino v1.2.2
1982026-05-09T03:29:28.851Z Downloaded ahash v0.8.12
1992026-05-09T03:29:28.856Z Downloaded semver v1.0.28
2002026-05-09T03:29:28.859Z Downloaded ron v0.12.1
2012026-05-09T03:29:28.861Z Downloaded futures-core v0.3.32
2022026-05-09T03:29:28.861Z Downloaded is_ci v1.2.0
2032026-05-09T03:29:28.866Z Downloaded home v0.5.12
2042026-05-09T03:29:28.866Z Downloaded fnv v1.0.7
2052026-05-09T03:29:28.866Z Downloaded const-oid v0.9.6
2062026-05-09T03:29:28.870Z Downloaded crc32fast v1.5.0
2072026-05-09T03:29:28.870Z Downloaded block-buffer v0.10.4
2082026-05-09T03:29:28.870Z Downloaded idna_adapter v1.0.0
2092026-05-09T03:29:28.870Z Downloaded lazy_static v1.5.0
2102026-05-09T03:29:28.875Z Downloaded jobserver v0.1.34
2112026-05-09T03:29:28.875Z Downloaded form_urlencoded v1.2.2
2122026-05-09T03:29:28.875Z Downloaded atomicwrites v0.4.4
2132026-05-09T03:29:28.878Z Downloaded addr2line v0.25.1
2142026-05-09T03:29:28.878Z Downloaded either v1.15.0
2152026-05-09T03:29:28.878Z Downloaded anstream v1.0.0
2162026-05-09T03:29:28.881Z Downloaded number_prefix v0.4.0
2172026-05-09T03:29:28.881Z Downloaded newtype-uuid v1.3.2
2182026-05-09T03:29:28.881Z Downloaded mukti-metadata v0.3.0
2192026-05-09T03:29:28.887Z Downloaded lock_api v0.4.14
2202026-05-09T03:29:28.887Z Downloaded quote v1.0.45
2212026-05-09T03:29:28.891Z Downloaded anstyle-parse v1.0.0
2222026-05-09T03:29:28.891Z Downloaded backtrace-ext v0.2.1
2232026-05-09T03:29:28.891Z Downloaded miniz_oxide v0.8.9
2242026-05-09T03:29:28.895Z Downloaded nextest-workspace-hack v0.1.0
2252026-05-09T03:29:28.896Z Downloaded getrandom v0.2.17
2262026-05-09T03:29:28.896Z Downloaded parking_lot v0.12.5
2272026-05-09T03:29:28.901Z Downloaded nextest-filtering v0.15.0
2282026-05-09T03:29:28.901Z Downloaded curve25519-dalek-derive v0.1.1
2292026-05-09T03:29:28.901Z Downloaded clap v4.6.1
2302026-05-09T03:29:28.904Z Downloaded hyper-util v0.1.20
2312026-05-09T03:29:28.909Z Downloaded indicatif v0.17.11
2322026-05-09T03:29:28.914Z Downloaded hyper v1.9.0
2332026-05-09T03:29:28.917Z Downloaded indent_write v2.2.0
2342026-05-09T03:29:28.917Z Downloaded hyper-tls v0.6.0
2352026-05-09T03:29:28.917Z Downloaded hex v0.4.3
2362026-05-09T03:29:28.917Z Downloaded is_terminal_polyfill v1.70.2
2372026-05-09T03:29:28.918Z Downloaded autocfg v1.5.0
2382026-05-09T03:29:28.921Z Downloaded futures-io v0.3.32
2392026-05-09T03:29:28.921Z Downloaded debug-ignore v1.0.5
2402026-05-09T03:29:28.921Z Downloaded futures-sink v0.3.32
2412026-05-09T03:29:28.921Z Downloaded generic-array v0.14.7
2422026-05-09T03:29:28.924Z Downloaded colorchoice v1.0.5
2432026-05-09T03:29:28.924Z Downloaded atomic-waker v1.1.2
2442026-05-09T03:29:28.924Z Downloaded miette-derive v7.6.0
2452026-05-09T03:29:28.927Z Downloaded itoa v1.0.18
2462026-05-09T03:29:28.927Z Downloaded http-body v1.0.1
2472026-05-09T03:29:28.927Z Downloaded heck v0.5.0
2482026-05-09T03:29:28.930Z Downloaded futures-macro v0.3.32
2492026-05-09T03:29:28.930Z Downloaded anstyle-query v1.1.5
2502026-05-09T03:29:28.930Z Downloaded errno v0.3.14
2512026-05-09T03:29:28.935Z Downloaded owo-colors v4.3.0
2522026-05-09T03:29:28.935Z Downloaded indenter v0.3.4
2532026-05-09T03:29:28.935Z Downloaded serde_ignored v0.1.14
2542026-05-09T03:29:28.938Z Downloaded equivalent v1.0.2
2552026-05-09T03:29:28.938Z Downloaded enable-ansi-support v0.2.1
2562026-05-09T03:29:28.939Z Downloaded rustc-hash v2.1.2
2572026-05-09T03:29:28.939Z Downloaded rustc_version v0.4.1
2582026-05-09T03:29:28.942Z Downloaded foreign-types v0.3.2
2592026-05-09T03:29:28.943Z Downloaded futures-task v0.3.32
2602026-05-09T03:29:28.943Z Downloaded crypto-common v0.1.7
2612026-05-09T03:29:28.943Z Downloaded bytes v1.11.1
2622026-05-09T03:29:28.946Z Downloaded bitflags v2.11.1
2632026-05-09T03:29:28.950Z Downloaded futures-channel v0.3.32
2642026-05-09T03:29:28.953Z Downloaded nextest-metadata v0.12.2
2652026-05-09T03:29:28.953Z Downloaded hyper-rustls v0.27.9
2662026-05-09T03:29:28.953Z Downloaded adler2 v2.0.1
2672026-05-09T03:29:28.953Z Downloaded nested v0.1.1
2682026-05-09T03:29:28.956Z Downloaded camino-tempfile v1.4.1
2692026-05-09T03:29:28.956Z Downloaded shell-words v1.1.1
2702026-05-09T03:29:28.956Z Downloaded cfg-if v1.0.4
2712026-05-09T03:29:28.961Z Downloaded openssl-macros v0.1.1
2722026-05-09T03:29:28.961Z Downloaded ordered-float v2.10.1
2732026-05-09T03:29:28.961Z Downloaded openssl-probe v0.2.1
2742026-05-09T03:29:28.964Z Downloaded litrs v1.0.0
2752026-05-09T03:29:28.964Z Downloaded signal-hook-mio v0.2.5
2762026-05-09T03:29:28.964Z Downloaded iana-time-zone v0.1.65
2772026-05-09T03:29:28.967Z Downloaded rustc-demangle v0.1.27
2782026-05-09T03:29:28.967Z Downloaded cpufeatures v0.2.17
2792026-05-09T03:29:28.971Z Downloaded shared_child v1.1.1
2802026-05-09T03:29:28.971Z Downloaded serde_spanned v0.6.9
2812026-05-09T03:29:28.971Z Downloaded serde-value v0.7.0
2822026-05-09T03:29:28.971Z Downloaded scopeguard v1.2.0
2832026-05-09T03:29:28.975Z Downloaded der v0.7.10
2842026-05-09T03:29:28.975Z Downloaded futures-executor v0.3.32
2852026-05-09T03:29:28.983Z Downloaded find-msvc-tools v0.1.9
2862026-05-09T03:29:28.983Z Downloaded humantime-serde v1.1.1
2872026-05-09T03:29:28.983Z Downloaded erased-serde v0.4.10
2882026-05-09T03:29:28.983Z Downloaded convert_case v0.10.0
2892026-05-09T03:29:28.983Z Downloaded subtle v2.6.1
2902026-05-09T03:29:28.983Z Downloaded sigchld v0.2.4
2912026-05-09T03:29:28.983Z Downloaded ppv-lite86 v0.2.21
2922026-05-09T03:29:28.983Z Downloaded signature v2.2.0
2932026-05-09T03:29:28.987Z Downloaded ipnet v2.12.0
2942026-05-09T03:29:28.987Z Downloaded http-body-util v0.1.3
2952026-05-09T03:29:28.987Z Downloaded cargo-util-schemas v0.2.0
2962026-05-09T03:29:28.987Z Downloaded fastrand v2.4.1
2972026-05-09T03:29:28.992Z Downloaded supports-hyperlinks v3.2.0
2982026-05-09T03:29:28.992Z Downloaded strsim v0.11.1
2992026-05-09T03:29:28.992Z Downloaded lru-slab v0.1.2
3002026-05-09T03:29:28.995Z Downloaded foldhash v0.1.5
3012026-05-09T03:29:28.995Z Downloaded percent-encoding v2.3.2
3022026-05-09T03:29:28.995Z Downloaded terminal_size v0.4.4
3032026-05-09T03:29:28.995Z Downloaded serde_urlencoded v0.7.1
3042026-05-09T03:29:28.995Z Downloaded serde_path_to_error v0.1.20
3052026-05-09T03:29:29.001Z Downloaded ed25519 v2.2.3
3062026-05-09T03:29:29.001Z Downloaded serde_spanned v1.1.1
3072026-05-09T03:29:29.001Z Downloaded cargo_metadata v0.23.1
3082026-05-09T03:29:29.005Z Downloaded swrite v0.1.0
3092026-05-09T03:29:29.005Z Downloaded strip-ansi-escapes v0.2.1
3102026-05-09T03:29:29.005Z Downloaded serde-untagged v0.1.9
3112026-05-09T03:29:29.005Z Downloaded globset v0.4.18
3122026-05-09T03:29:29.005Z Downloaded digest v0.10.7
3132026-05-09T03:29:29.006Z Downloaded os_pipe v1.2.3
3142026-05-09T03:29:29.008Z Downloaded base64 v0.22.1
3152026-05-09T03:29:29.008Z Downloaded rand_chacha v0.9.0
3162026-05-09T03:29:29.008Z Downloaded quinn-udp v0.5.14
3172026-05-09T03:29:29.008Z Downloaded tinyvec_macros v0.1.1
3182026-05-09T03:29:29.012Z Downloaded native-tls v0.2.18
3192026-05-09T03:29:29.012Z Downloaded memchr v2.8.0
3202026-05-09T03:29:29.016Z Downloaded tokio-macros v2.7.0
3212026-05-09T03:29:29.016Z Downloaded humantime v2.3.0
3222026-05-09T03:29:29.016Z Downloaded supports-unicode v3.0.0
3232026-05-09T03:29:29.016Z Downloaded duct v0.13.7
3242026-05-09T03:29:29.019Z Downloaded derive_more v2.1.1
3252026-05-09T03:29:29.023Z Downloaded pin-project-lite v0.2.17
3262026-05-09T03:29:29.026Z Downloaded supports-color v3.0.2
3272026-05-09T03:29:29.029Z Downloaded signal-hook-registry v1.4.8
3282026-05-09T03:29:29.029Z Downloaded shlex v1.3.0
3292026-05-09T03:29:29.029Z Downloaded filetime v0.2.28
3302026-05-09T03:29:29.032Z Downloaded color-spantrace v0.3.0
3312026-05-09T03:29:29.032Z Downloaded flate2 v1.1.9
3322026-05-09T03:29:29.037Z Downloaded document-features v0.2.12
3332026-05-09T03:29:29.037Z Downloaded cfg-expr v0.20.7
3342026-05-09T03:29:29.041Z Downloaded base64ct v1.8.3
3352026-05-09T03:29:29.041Z Downloaded tower-layer v0.3.3
3362026-05-09T03:29:29.041Z Downloaded eyre v0.6.12
3372026-05-09T03:29:29.041Z Downloaded static_assertions v1.1.0
3382026-05-09T03:29:29.044Z Downloaded tracing-error v0.2.1
3392026-05-09T03:29:29.044Z Downloaded cargo_metadata v0.20.0
3402026-05-09T03:29:29.044Z Downloaded toml_write v0.1.2
3412026-05-09T03:29:29.045Z Downloaded typeid v1.0.3
3422026-05-09T03:29:29.048Z Downloaded tower-service v0.3.3
3432026-05-09T03:29:29.048Z Downloaded sync_wrapper v1.0.2
3442026-05-09T03:29:29.048Z Downloaded smol_str v0.3.6
3452026-05-09T03:29:29.051Z Downloaded console v0.15.11
3462026-05-09T03:29:29.051Z Downloaded self-replace v1.5.0
3472026-05-09T03:29:29.055Z Downloaded dialoguer v0.11.0
3482026-05-09T03:29:29.058Z Downloaded pkcs8 v0.10.2
3492026-05-09T03:29:29.063Z Downloaded try-lock v0.2.5
3502026-05-09T03:29:29.063Z Downloaded clap_derive v4.6.1
3512026-05-09T03:29:29.063Z Downloaded rand_core v0.6.4
3522026-05-09T03:29:29.066Z Downloaded pin-project-internal v1.1.12
3532026-05-09T03:29:29.066Z Downloaded anstyle v1.0.14
3542026-05-09T03:29:29.066Z Downloaded futures v0.3.32
3552026-05-09T03:29:29.069Z Downloaded urlencoding v2.1.3
3562026-05-09T03:29:29.069Z Downloaded unicode-xid v0.2.6
3572026-05-09T03:29:29.069Z Downloaded unicode-linebreak v0.1.5
3582026-05-09T03:29:29.069Z Downloaded thread_local v1.1.9
3592026-05-09T03:29:29.073Z Downloaded thiserror-impl v2.0.18
3602026-05-09T03:29:29.073Z Downloaded simd-adler32 v0.3.9
3612026-05-09T03:29:29.073Z Downloaded rand_core v0.9.5
3622026-05-09T03:29:29.076Z Downloaded want v0.3.1
3632026-05-09T03:29:29.076Z Downloaded thiserror-impl v1.0.69
3642026-05-09T03:29:29.077Z Downloaded target-spec-miette v0.4.6
3652026-05-09T03:29:29.080Z Downloaded target-lexicon v0.13.3
3662026-05-09T03:29:29.081Z Downloaded quick-junit v0.5.2
3672026-05-09T03:29:29.081Z Downloaded thiserror v1.0.69
3682026-05-09T03:29:29.085Z Downloaded slab v0.4.12
3692026-05-09T03:29:29.086Z Downloaded once_cell v1.21.4
3702026-05-09T03:29:29.088Z Downloaded toml_datetime v0.6.11
3712026-05-09T03:29:29.088Z Downloaded untrusted v0.9.0
3722026-05-09T03:29:29.088Z Downloaded thiserror v2.0.18
3732026-05-09T03:29:29.093Z Downloaded xattr v1.6.1
3742026-05-09T03:29:29.093Z Downloaded utf8_iter v1.0.4
3752026-05-09T03:29:29.093Z Downloaded utf8parse v0.2.2
3762026-05-09T03:29:29.100Z Downloaded mio v1.2.0
3772026-05-09T03:29:29.100Z Downloaded num-traits v0.2.19
3782026-05-09T03:29:29.105Z Downloaded borsh v1.6.1
3792026-05-09T03:29:29.105Z Downloaded toml_writer v1.1.1+spec-1.1.0
3802026-05-09T03:29:29.105Z Downloaded tokio-native-tls v0.3.1
3812026-05-09T03:29:29.105Z Downloaded pkg-config v0.3.33
3822026-05-09T03:29:29.109Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3832026-05-09T03:29:29.109Z Downloaded target-spec v3.6.0
3842026-05-09T03:29:29.111Z Downloaded rustls-pki-types v1.14.1
3852026-05-09T03:29:29.118Z Downloaded parking_lot_core v0.9.12
3862026-05-09T03:29:29.121Z Downloaded unicase v2.9.0
3872026-05-09T03:29:29.121Z Downloaded tracing-log v0.2.0
3882026-05-09T03:29:29.125Z Downloaded sha2 v0.10.9
3892026-05-09T03:29:29.128Z Downloaded derive-where v1.6.1
3902026-05-09T03:29:29.128Z Downloaded zipsign-api v0.1.5
3912026-05-09T03:29:29.128Z Downloaded pin-project v1.1.12
3922026-05-09T03:29:29.133Z Downloaded self_update v0.42.0
3932026-05-09T03:29:29.136Z Downloaded tempfile v3.27.0
3942026-05-09T03:29:29.136Z Downloaded getrandom v0.3.4
3952026-05-09T03:29:29.139Z Downloaded version_check v0.9.5
3962026-05-09T03:29:29.139Z Downloaded zmij v1.0.21
3972026-05-09T03:29:29.142Z Downloaded zstd v0.13.3
3982026-05-09T03:29:29.142Z Downloaded toml v0.8.23
3992026-05-09T03:29:29.146Z Downloaded toml_parser v1.1.2+spec-1.1.0
4002026-05-09T03:29:29.146Z Downloaded zstd-safe v7.2.4
4012026-05-09T03:29:29.149Z Downloaded spki v0.7.3
4022026-05-09T03:29:29.149Z Downloaded tracing-attributes v0.1.31
4032026-05-09T03:29:29.149Z Downloaded ryu v1.0.23
4042026-05-09T03:29:29.152Z Downloaded socket2 v0.6.3
4052026-05-09T03:29:29.152Z Downloaded sharded-slab v0.1.7
4062026-05-09T03:29:29.155Z Downloaded signal-hook v0.3.18
4072026-05-09T03:29:29.155Z Downloaded getrandom v0.4.2
4082026-05-09T03:29:29.160Z Downloaded zeroize v1.8.2
4092026-05-09T03:29:29.163Z Downloaded tokio-rustls v0.26.4
4102026-05-09T03:29:29.166Z Downloaded proc-macro2 v1.0.106
4112026-05-09T03:29:29.169Z Downloaded xxhash-rust v0.8.15
4122026-05-09T03:29:29.169Z Downloaded config v0.15.22
4132026-05-09T03:29:29.174Z Downloaded serde_derive v1.0.228
4142026-05-09T03:29:29.174Z Downloaded tokio-stream v0.1.18
4152026-05-09T03:29:29.177Z Downloaded serde_core v1.0.228
4162026-05-09T03:29:29.180Z Downloaded unicode-ident v1.0.24
4172026-05-09T03:29:29.183Z Downloaded derive_more-impl v2.1.1
4182026-05-09T03:29:29.186Z Downloaded tinyvec v1.11.0
4192026-05-09T03:29:29.189Z Downloaded textwrap v0.16.2
4202026-05-09T03:29:29.189Z Downloaded ed25519-dalek v2.2.0
4212026-05-09T03:29:29.195Z Downloaded smallvec v1.15.1
4222026-05-09T03:29:29.195Z Downloaded openssl-sys v0.9.115
4232026-05-09T03:29:29.200Z Downloaded toml v1.1.2+spec-1.1.0
4242026-05-09T03:29:29.200Z Downloaded serde v1.0.228
4252026-05-09T03:29:29.203Z Downloaded backtrace v0.3.76
4262026-05-09T03:29:29.206Z Downloaded quinn v0.11.9
4272026-05-09T03:29:29.209Z Downloaded miette v7.6.0
4282026-05-09T03:29:29.213Z Downloaded cc v1.2.62
4292026-05-09T03:29:29.213Z Downloaded toml_edit v0.22.27
4302026-05-09T03:29:29.216Z Downloaded vte v0.14.1
4312026-05-09T03:29:29.216Z Downloaded tar v0.4.45
4322026-05-09T03:29:29.221Z Downloaded tracing-core v0.1.36
4332026-05-09T03:29:29.237Z Downloaded indexmap v2.14.0
4342026-05-09T03:29:29.241Z Downloaded uuid v1.23.1
4352026-05-09T03:29:29.244Z Downloaded rustls-webpki v0.103.13
4362026-05-09T03:29:29.257Z Downloaded rand v0.9.4
4372026-05-09T03:29:29.261Z Downloaded http v1.4.0
4382026-05-09T03:29:29.268Z Downloaded url v2.5.8
4392026-05-09T03:29:29.277Z Downloaded tower v0.5.3
4402026-05-09T03:29:29.283Z Downloaded typenum v1.20.0
4412026-05-09T03:29:29.287Z Downloaded hashbrown v0.15.5
4422026-05-09T03:29:29.290Z Downloaded regex v1.12.3
4432026-05-09T03:29:29.293Z Downloaded idna v1.1.0
4442026-05-09T03:29:29.304Z Downloaded unicode-segmentation v1.13.2
4452026-05-09T03:29:29.304Z Downloaded crossterm v0.29.0
4462026-05-09T03:29:29.308Z Downloaded guppy v0.17.25
4472026-05-09T03:29:29.309Z Downloaded hashbrown v0.17.0
4482026-05-09T03:29:29.315Z Downloaded futures-util v0.3.32
4492026-05-09T03:29:29.322Z Downloaded aho-corasick v1.1.4
4502026-05-09T03:29:29.329Z Downloaded reqwest v0.12.28
4512026-05-09T03:29:29.332Z Downloaded serde_json v1.0.149
4522026-05-09T03:29:29.336Z Downloaded clap_builder v4.6.0
4532026-05-09T03:29:29.339Z Downloaded tower-http v0.6.10
4542026-05-09T03:29:29.344Z Downloaded unicode-normalization v0.1.25
4552026-05-09T03:29:29.347Z Downloaded pulldown-cmark v0.13.3
4562026-05-09T03:29:29.350Z Downloaded tokio-util v0.7.18
4572026-05-09T03:29:29.354Z Downloaded h2 v0.4.14
4582026-05-09T03:29:29.357Z Downloaded itertools v0.14.0
4592026-05-09T03:29:29.370Z Downloaded winnow v1.0.2
4602026-05-09T03:29:29.375Z Downloaded quick-xml v0.37.5
4612026-05-09T03:29:29.380Z Downloaded curve25519-dalek v4.1.3
4622026-05-09T03:29:29.383Z Downloaded winnow v0.7.15
4632026-05-09T03:29:29.395Z Downloaded tracing-subscriber v0.3.23
4642026-05-09T03:29:29.403Z Downloaded portable-atomic v1.13.1
4652026-05-09T03:29:29.406Z Downloaded vcpkg v0.2.15
4662026-05-09T03:29:29.425Z Downloaded webpki-roots v1.0.7
4672026-05-09T03:29:29.428Z Downloaded unicode-width v0.2.2
4682026-05-09T03:29:29.431Z Downloaded gimli v0.32.3
4692026-05-09T03:29:29.434Z Downloaded quick-xml v0.38.4
4702026-05-09T03:29:29.438Z Downloaded chrono v0.4.44
4712026-05-09T03:29:29.444Z Downloaded zerocopy v0.8.48
4722026-05-09T03:29:29.455Z Downloaded openssl v0.10.79
4732026-05-09T03:29:29.461Z Downloaded bstr v1.12.1
4742026-05-09T03:29:29.466Z Downloaded quinn-proto v0.11.14
4752026-05-09T03:29:29.488Z Downloaded tracing v0.1.44
4762026-05-09T03:29:29.502Z Downloaded syn v2.0.117
4772026-05-09T03:29:29.507Z Downloaded nextest-runner v0.80.0
4782026-05-09T03:29:29.514Z Downloaded unicode-width v0.1.14
4792026-05-09T03:29:29.518Z Downloaded color-eyre v0.6.5
4802026-05-09T03:29:29.522Z Downloaded object v0.37.3
4812026-05-09T03:29:29.529Z Downloaded nix v0.30.1
4822026-05-09T03:29:29.535Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4832026-05-09T03:29:29.545Z Downloaded regex-syntax v0.8.10
4842026-05-09T03:29:29.549Z Downloaded tokio v1.52.3
4852026-05-09T03:29:29.571Z Downloaded rustls v0.23.40
4862026-05-09T03:29:29.578Z Downloaded rustix v1.1.4
4872026-05-09T03:29:29.591Z Downloaded rustix v0.38.44
4882026-05-09T03:29:29.633Z Downloaded regex-automata v0.4.14
4892026-05-09T03:29:29.687Z Downloaded libc v0.2.186
4902026-05-09T03:29:29.706Z Downloaded petgraph v0.8.3
4912026-05-09T03:29:29.787Z Downloaded recursion v0.5.4
4922026-05-09T03:29:29.794Z Downloaded ring v0.17.14
4932026-05-09T03:29:29.854Z Compiling proc-macro2 v1.0.106
4942026-05-09T03:29:29.854Z Compiling libc v0.2.186
4952026-05-09T03:29:29.857Z Compiling unicode-ident v1.0.24
4962026-05-09T03:29:29.857Z Compiling quote v1.0.45
4972026-05-09T03:29:29.858Z Compiling serde_core v1.0.228
4982026-05-09T03:29:29.858Z Compiling cfg-if v1.0.4
4992026-05-09T03:29:29.858Z Compiling memchr v2.8.0
5002026-05-09T03:29:29.858Z Compiling once_cell v1.21.4
5012026-05-09T03:29:30.092Z Compiling log v0.4.29
5022026-05-09T03:29:30.108Z Compiling pin-project-lite v0.2.17
5032026-05-09T03:29:30.203Z Compiling serde v1.0.228
5042026-05-09T03:29:30.279Z Compiling itoa v1.0.18
5052026-05-09T03:29:30.425Z Compiling smallvec v1.15.1
5062026-05-09T03:29:30.513Z Compiling futures-core v0.3.32
5072026-05-09T03:29:30.556Z Compiling bitflags v2.11.1
5082026-05-09T03:29:30.674Z Compiling hashbrown v0.17.0
5092026-05-09T03:29:30.686Z Compiling find-msvc-tools v0.1.9
5102026-05-09T03:29:30.911Z Compiling errno v0.3.14
5112026-05-09T03:29:30.928Z Compiling equivalent v1.0.2
5122026-05-09T03:29:30.928Z Compiling shlex v1.3.0
5132026-05-09T03:29:31.019Z Compiling signal-hook-registry v1.4.8
5142026-05-09T03:29:31.072Z Compiling jobserver v0.1.34
5152026-05-09T03:29:31.123Z Compiling bytes v1.11.1
5162026-05-09T03:29:31.136Z Compiling mio v1.2.0
5172026-05-09T03:29:31.236Z Compiling rustix v1.1.4
5182026-05-09T03:29:31.317Z Compiling syn v2.0.117
5192026-05-09T03:29:31.338Z Compiling cc v1.2.62
5202026-05-09T03:29:31.395Z Compiling futures-sink v0.3.32
5212026-05-09T03:29:31.528Z Compiling socket2 v0.6.3
5222026-05-09T03:29:31.572Z Compiling zmij v1.0.21
5232026-05-09T03:29:31.845Z Compiling slab v0.4.12
5242026-05-09T03:29:31.918Z Compiling futures-channel v0.3.32
5252026-05-09T03:29:31.988Z Compiling tracing-core v0.1.36
5262026-05-09T03:29:32.044Z Compiling serde_json v1.0.149
5272026-05-09T03:29:32.172Z Compiling version_check v0.9.5
5282026-05-09T03:29:32.292Z Compiling indexmap v2.14.0
5292026-05-09T03:29:32.380Z Compiling getrandom v0.4.2
5302026-05-09T03:29:32.438Z Compiling futures-io v0.3.32
5312026-05-09T03:29:32.600Z Compiling futures-task v0.3.32
5322026-05-09T03:29:32.712Z Compiling percent-encoding v2.3.2
5332026-05-09T03:29:32.727Z Compiling unicode-width v0.2.2
5342026-05-09T03:29:32.819Z Compiling camino v1.2.2
5352026-05-09T03:29:33.050Z Compiling ring v0.17.14
5362026-05-09T03:29:33.108Z Compiling http v1.4.0
5372026-05-09T03:29:33.154Z Compiling zeroize v1.8.2
5382026-05-09T03:29:33.171Z Compiling autocfg v1.5.0
5392026-05-09T03:29:33.216Z Compiling simd-adler32 v0.3.9
5402026-05-09T03:29:33.361Z Compiling adler2 v2.0.1
5412026-05-09T03:29:33.529Z Compiling miniz_oxide v0.8.9
5422026-05-09T03:29:33.544Z Compiling num-traits v0.2.19
5432026-05-09T03:29:33.792Z Compiling zerocopy v0.8.48
5442026-05-09T03:29:34.089Z Compiling object v0.37.3
5452026-05-09T03:29:34.200Z Compiling target-lexicon v0.13.3
5462026-05-09T03:29:34.333Z Compiling getrandom v0.3.4
5472026-05-09T03:29:34.516Z Compiling http-body v1.0.1
5482026-05-09T03:29:34.721Z Compiling rustls-pki-types v1.14.1
5492026-05-09T03:29:34.735Z Compiling form_urlencoded v1.2.2
5502026-05-09T03:29:34.852Z Compiling semver v1.0.28
5512026-05-09T03:29:34.954Z Compiling serde_derive v1.0.228
5522026-05-09T03:29:35.051Z Compiling tokio-macros v2.7.0
5532026-05-09T03:29:35.061Z Compiling futures-macro v0.3.32
5542026-05-09T03:29:35.069Z Compiling tracing-attributes v0.1.31
5552026-05-09T03:29:35.366Z Compiling getrandom v0.2.17
5562026-05-09T03:29:35.506Z Compiling guppy-workspace-hack v0.1.0
5572026-05-09T03:29:35.563Z Compiling idna_adapter v1.0.0
5582026-05-09T03:29:35.593Z Compiling fnv v1.0.7
5592026-05-09T03:29:35.665Z Compiling httparse v1.10.1
5602026-05-09T03:29:35.699Z Compiling utf8_iter v1.0.4
5612026-05-09T03:29:35.728Z Compiling tokio v1.52.3
5622026-05-09T03:29:35.740Z Compiling thiserror v2.0.18
5632026-05-09T03:29:35.821Z Compiling futures-util v0.3.32
5642026-05-09T03:29:35.861Z Compiling owo-colors v4.3.0
5652026-05-09T03:29:36.034Z Compiling gimli v0.32.3
5662026-05-09T03:29:36.095Z Compiling signal-hook v0.3.18
5672026-05-09T03:29:36.210Z Compiling untrusted v0.9.0
5682026-05-09T03:29:36.261Z Compiling tracing v0.1.44
5692026-05-09T03:29:36.427Z Compiling idna v1.1.0
5702026-05-09T03:29:36.560Z Compiling thiserror-impl v2.0.18
5712026-05-09T03:29:37.899Z Compiling addr2line v0.25.1
5722026-05-09T03:29:38.222Z Compiling generic-array v0.14.7
5732026-05-09T03:29:38.335Z Compiling atomic-waker v1.1.2
5742026-05-09T03:29:38.450Z Compiling typeid v1.0.3
5752026-05-09T03:29:38.469Z Compiling pkg-config v0.3.33
5762026-05-09T03:29:38.472Z Compiling thiserror v1.0.69
5772026-05-09T03:29:38.669Z Compiling tower-service v0.3.3
5782026-05-09T03:29:38.732Z Compiling fastrand v2.4.1
5792026-05-09T03:29:38.767Z Compiling target-spec v3.6.0
5802026-05-09T03:29:38.780Z Compiling rustls v0.23.40
5812026-05-09T03:29:38.914Z Compiling try-lock v0.2.5
5822026-05-09T03:29:38.999Z Compiling rustc-demangle v0.1.27
5832026-05-09T03:29:39.034Z Compiling want v0.3.1
5842026-05-09T03:29:39.056Z Compiling tempfile v3.27.0
5852026-05-09T03:29:39.085Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-05-09T03:29:39.496Z Compiling cfg-expr v0.20.7
5872026-05-09T03:29:39.596Z Compiling tokio-util v0.7.18
5882026-05-09T03:29:39.950Z Compiling url v2.5.8
5892026-05-09T03:29:40.448Z Compiling h2 v0.4.14
5902026-05-09T03:29:40.918Z Compiling backtrace v0.3.76
5912026-05-09T03:29:41.185Z Compiling thiserror-impl v1.0.69
5922026-05-09T03:29:41.339Z Compiling terminal_size v0.4.4
5932026-05-09T03:29:41.381Z Compiling aho-corasick v1.1.4
5942026-05-09T03:29:41.497Z Compiling typenum v1.20.0
5952026-05-09T03:29:42.162Z Compiling rustls-webpki v0.103.13
5962026-05-09T03:29:42.323Z Compiling regex-syntax v0.8.10
5972026-05-09T03:29:42.389Z Compiling erased-serde v0.4.10
5982026-05-09T03:29:42.692Z Compiling winnow v0.7.15
5992026-05-09T03:29:44.585Z Compiling subtle v2.6.1
6002026-05-09T03:29:44.744Z Compiling regex-automata v0.4.14
6012026-05-09T03:29:44.779Z Compiling hyper v1.9.0
6022026-05-09T03:29:46.867Z Compiling toml_datetime v0.6.11
6032026-05-09T03:29:47.242Z Compiling serde_spanned v0.6.9
6042026-05-09T03:29:47.406Z Compiling ahash v0.8.12
6052026-05-09T03:29:47.670Z Compiling sync_wrapper v1.0.2
6062026-05-09T03:29:47.792Z Compiling parking_lot_core v0.9.12
6072026-05-09T03:29:48.075Z Compiling nextest-workspace-hack v0.1.0
6082026-05-09T03:29:48.317Z Compiling base64 v0.22.1
6092026-05-09T03:29:48.387Z Compiling portable-atomic v1.13.1
6102026-05-09T03:29:48.438Z Compiling lazy_static v1.5.0
6112026-05-09T03:29:48.548Z Compiling foldhash v0.1.5
6122026-05-09T03:29:48.766Z Compiling crc32fast v1.5.0
6132026-05-09T03:29:48.794Z Compiling tower-layer v0.3.3
6142026-05-09T03:29:48.837Z Compiling either v1.15.0
6152026-05-09T03:29:48.999Z Compiling is_ci v1.2.0
6162026-05-09T03:29:49.058Z Compiling ipnet v2.12.0
6172026-05-09T03:29:49.071Z Compiling unicode-segmentation v1.13.2
6182026-05-09T03:29:49.169Z Compiling unicode-linebreak v0.1.5
6192026-05-09T03:29:49.439Z Compiling toml_write v0.1.2
6202026-05-09T03:29:49.464Z Compiling convert_case v0.10.0
6212026-05-09T03:29:49.520Z Compiling textwrap v0.16.2
6222026-05-09T03:29:49.683Z Compiling toml_edit v0.22.27
6232026-05-09T03:29:49.716Z Compiling hyper-util v0.1.20
6242026-05-09T03:29:49.906Z Compiling supports-color v3.0.2
6252026-05-09T03:29:50.233Z Compiling tower v0.5.3
6262026-05-09T03:29:50.296Z Compiling hashbrown v0.15.5
6272026-05-09T03:29:50.806Z Compiling sharded-slab v0.1.7
6282026-05-09T03:29:50.946Z Compiling tokio-rustls v0.26.4
6292026-05-09T03:29:51.243Z Compiling backtrace-ext v0.2.1
6302026-05-09T03:29:51.426Z Compiling ordered-float v2.10.1
6312026-05-09T03:29:51.503Z Compiling webpki-roots v1.0.7
6322026-05-09T03:29:51.596Z Compiling miette-derive v7.6.0
6332026-05-09T03:29:51.625Z Compiling pathdiff v0.2.3
6342026-05-09T03:29:51.696Z Compiling console v0.15.11
6352026-05-09T03:29:51.751Z Compiling tracing-log v0.2.0
6362026-05-09T03:29:52.110Z Compiling cargo-platform v0.3.3
6372026-05-09T03:29:52.356Z Compiling os_pipe v1.2.3
6382026-05-09T03:29:52.528Z Compiling thread_local v1.1.9
6392026-05-09T03:29:52.676Z Compiling ryu v1.0.23
6402026-05-09T03:29:52.690Z Compiling cfg_aliases v0.2.1
6412026-05-09T03:29:52.766Z Compiling supports-unicode v3.0.0
6422026-05-09T03:29:52.886Z Compiling supports-hyperlinks v3.2.0
6432026-05-09T03:29:52.933Z Compiling zstd-safe v7.2.4
6442026-05-09T03:29:52.967Z Compiling rustix v0.38.44
6452026-05-09T03:29:53.025Z Compiling debug-ignore v1.0.5
6462026-05-09T03:29:53.108Z Compiling fixedbitset v0.5.7
6472026-05-09T03:29:53.138Z Compiling winnow v1.0.2
6482026-05-09T03:29:53.188Z Compiling unicode-width v0.1.14
6492026-05-09T03:29:53.328Z Compiling pulldown-cmark v0.13.3
6502026-05-09T03:29:53.491Z Compiling utf8parse v0.2.2
6512026-05-09T03:29:53.562Z Compiling scopeguard v1.2.0
6522026-05-09T03:29:53.606Z Compiling anstyle-parse v1.0.0
6532026-05-09T03:29:53.668Z Compiling lock_api v0.4.14
6542026-05-09T03:29:53.854Z Compiling miette v7.6.0
6552026-05-09T03:29:53.996Z Compiling petgraph v0.8.3
6562026-05-09T03:29:54.007Z Compiling serde_urlencoded v0.7.1
6572026-05-09T03:29:54.285Z Compiling toml_parser v1.1.2+spec-1.1.0
6582026-05-09T03:29:54.557Z Compiling nix v0.30.1
6592026-05-09T03:29:54.950Z Compiling tracing-subscriber v0.3.23
6602026-05-09T03:29:55.584Z Compiling sigchld v0.2.4
6612026-05-09T03:29:55.779Z Compiling cargo_metadata v0.23.1
6622026-05-09T03:29:55.815Z Compiling serde-value v0.7.0
6632026-05-09T03:29:55.906Z Compiling hyper-rustls v0.27.9
6642026-05-09T03:29:56.580Z Compiling serde-untagged v0.1.9
6652026-05-09T03:29:56.598Z Compiling toml v0.8.23
6662026-05-09T03:29:57.715Z Compiling tower-http v0.6.10
6672026-05-09T03:29:58.382Z Compiling derive_more-impl v2.1.1
6682026-05-09T03:29:58.511Z Compiling itertools v0.14.0
6692026-05-09T03:29:58.626Z Compiling regex v1.12.3
6702026-05-09T03:29:58.949Z Compiling crypto-common v0.1.7
6712026-05-09T03:29:59.089Z Compiling block-buffer v0.10.4
6722026-05-09T03:29:59.187Z Compiling ppv-lite86 v0.2.21
6732026-05-09T03:29:59.244Z Compiling futures-executor v0.3.32
6742026-05-09T03:29:59.495Z Compiling rand_core v0.9.5
6752026-05-09T03:29:59.510Z Compiling pin-project-internal v1.1.12
6762026-05-09T03:29:59.746Z Compiling http-body-util v0.1.3
6772026-05-09T03:29:59.772Z Compiling uuid v1.23.1
6782026-05-09T03:29:59.962Z Compiling smol_str v0.3.6
6792026-05-09T03:30:00.009Z Compiling serde_spanned v1.1.1
6802026-05-09T03:30:00.031Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-05-09T03:30:00.160Z Compiling filetime v0.2.28
6822026-05-09T03:30:00.297Z Compiling vte v0.14.1
6832026-05-09T03:30:00.310Z Compiling bstr v1.12.1
6842026-05-09T03:30:00.365Z Compiling litrs v1.0.0
6852026-05-09T03:30:00.446Z Compiling iana-time-zone v0.1.65
6862026-05-09T03:30:00.512Z Compiling is_terminal_polyfill v1.70.2
6872026-05-09T03:30:00.544Z Compiling colorchoice v1.0.5
6882026-05-09T03:30:00.669Z Compiling unicase v2.9.0
6892026-05-09T03:30:00.788Z Compiling tinyvec_macros v0.1.1
6902026-05-09T03:30:00.811Z Compiling self_update v0.42.0
6912026-05-09T03:30:00.863Z Compiling xattr v1.6.1
6922026-05-09T03:30:00.948Z Compiling number_prefix v0.4.0
6932026-05-09T03:30:00.985Z Compiling nested v0.1.1
6942026-05-09T03:30:01.048Z Compiling eyre v0.6.12
6952026-05-09T03:30:01.060Z Compiling anstyle-query v1.1.5
6962026-05-09T03:30:01.065Z Compiling color-spantrace v0.3.0
6972026-05-09T03:30:01.096Z Compiling static_assertions v1.1.0
6982026-05-09T03:30:01.160Z Compiling anstyle v1.0.14
6992026-05-09T03:30:01.172Z Compiling unicode-xid v0.2.6
7002026-05-09T03:30:01.175Z Compiling guppy v0.17.25
7012026-05-09T03:30:01.175Z Compiling indicatif v0.17.11
7022026-05-09T03:30:01.307Z Compiling cargo-util-schemas v0.2.0
7032026-05-09T03:30:01.405Z Compiling anstream v1.0.0
7042026-05-09T03:30:01.649Z Compiling tar v0.4.45
7052026-05-09T03:30:01.902Z Compiling tinyvec v1.11.0
7062026-05-09T03:30:02.325Z Compiling document-features v0.2.12
7072026-05-09T03:30:02.550Z Compiling globset v0.4.18
7082026-05-09T03:30:02.903Z Compiling chrono v0.4.44
7092026-05-09T03:30:03.689Z Compiling pin-project v1.1.12
7102026-05-09T03:30:03.793Z Compiling strip-ansi-escapes v0.2.1
7112026-05-09T03:30:03.807Z Compiling toml v1.1.2+spec-1.1.0
7122026-05-09T03:30:04.124Z Compiling nextest-metadata v0.12.2
7132026-05-09T03:30:04.273Z Compiling newtype-uuid v1.3.2
7142026-05-09T03:30:04.286Z Compiling reqwest v0.12.28
7152026-05-09T03:30:04.463Z Compiling rand_chacha v0.9.0
7162026-05-09T03:30:05.011Z Compiling futures v0.3.32
7172026-05-09T03:30:05.095Z Compiling digest v0.10.7
7182026-05-09T03:30:05.323Z Compiling derive_more v2.1.1
7192026-05-09T03:30:05.409Z Compiling flate2 v1.1.9
7202026-05-09T03:30:05.800Z Compiling parking_lot v0.12.5
7212026-05-09T03:30:05.959Z Compiling tracing-error v0.2.1
7222026-05-09T03:30:06.199Z Compiling shared_child v1.1.1
7232026-05-09T03:30:06.716Z Compiling signal-hook-mio v0.2.5
7242026-05-09T03:30:06.855Z Compiling self-replace v1.5.0
7252026-05-09T03:30:06.868Z Compiling cargo-platform v0.2.0
7262026-05-09T03:30:06.971Z Compiling quick-xml v0.38.4
7272026-05-09T03:30:07.143Z Compiling quick-xml v0.37.5
7282026-05-09T03:30:07.415Z Compiling humantime v2.3.0
7292026-05-09T03:30:07.582Z Compiling heck v0.5.0
7302026-05-09T03:30:07.785Z Compiling clap_lex v1.1.0
7312026-05-09T03:30:07.834Z Compiling urlencoding v2.1.3
7322026-05-09T03:30:08.079Z Compiling recursion v0.5.4
7332026-05-09T03:30:08.406Z Compiling cpufeatures v0.2.17
7342026-05-09T03:30:08.430Z Compiling strsim v0.11.1
7352026-05-09T03:30:08.485Z Compiling shell-words v1.1.1
7362026-05-09T03:30:08.592Z Compiling indenter v0.3.4
7372026-05-09T03:30:08.644Z Compiling clap_builder v4.6.0
7382026-05-09T03:30:08.737Z Compiling sha2 v0.10.9
7392026-05-09T03:30:09.222Z Compiling clap_derive v4.6.1
7402026-05-09T03:30:09.236Z Compiling nextest-filtering v0.15.0
7412026-05-09T03:30:09.944Z Compiling humantime-serde v1.1.1
7422026-05-09T03:30:10.105Z Compiling quick-junit v0.5.2
7432026-05-09T03:30:10.983Z Compiling cargo_metadata v0.20.0
7442026-05-09T03:30:13.141Z Compiling atomicwrites v0.4.4
7452026-05-09T03:30:13.202Z Compiling cargo-nextest v0.9.97
7462026-05-09T03:30:13.426Z Compiling crossterm v0.29.0
7472026-05-09T03:30:13.521Z Compiling duct v0.13.7
7482026-05-09T03:30:15.574Z Compiling zstd v0.13.3
7492026-05-09T03:30:15.663Z Compiling async-scoped v0.9.0
7502026-05-09T03:30:15.706Z Compiling rand v0.9.4
7512026-05-09T03:30:15.758Z Compiling config v0.15.22
7522026-05-09T03:30:15.854Z Compiling unicode-normalization v0.1.25
7532026-05-09T03:30:16.002Z Compiling target-spec-miette v0.4.6
7542026-05-09T03:30:16.048Z Compiling future-queue v0.4.0
7552026-05-09T03:30:16.340Z Compiling mukti-metadata v0.3.0
7562026-05-09T03:30:16.416Z Compiling tokio-stream v0.1.18
7572026-05-09T03:30:16.429Z Compiling camino-tempfile v1.4.1
7582026-05-09T03:30:16.441Z Compiling derive-where v1.6.1
7592026-05-09T03:30:16.605Z Compiling serde_ignored v0.1.14
7602026-05-09T03:30:16.828Z Compiling serde_path_to_error v0.1.20
7612026-05-09T03:30:16.831Z Compiling hex v0.4.3
7622026-05-09T03:30:16.938Z Compiling xxhash-rust v0.8.15
7632026-05-09T03:30:16.974Z Compiling home v0.5.12
7642026-05-09T03:30:17.116Z Compiling indent_write v2.2.0
7652026-05-09T03:30:17.120Z Compiling swrite v0.1.0
7662026-05-09T03:30:17.143Z Compiling color-eyre v0.6.5
7672026-05-09T03:30:17.256Z Compiling clap v4.6.1
7682026-05-09T03:30:17.269Z Compiling dialoguer v0.11.0
7692026-05-09T03:30:17.280Z Compiling enable-ansi-support v0.2.1
7702026-05-09T03:30:17.654Z Compiling nextest-runner v0.80.0
7712026-05-09T03:30:35.551Z Finished `release` profile [optimized] target(s) in 1m 09s
7722026-05-09T03:30:35.741Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-05-09T03:30:35.744Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-05-09T03:30:35.862Z+ pushd bgp
7752026-05-09T03:30:35.865Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-05-09T03:30:35.865Z+ pfexec cargo nextest run
7772026-05-09T03:30:36.022Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-05-09T03:30:36.598ZFrom https://github.com/oxidecomputer/falcon
7792026-05-09T03:30:36.598Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7802026-05-09T03:30:36.674Z Updating crates.io index
7812026-05-09T03:30:36.677Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-05-09T03:30:37.411ZFrom https://github.com/oxidecomputer/dendrite
7832026-05-09T03:30:37.411Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-05-09T03:30:37.506Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-05-09T03:30:37.753ZFrom https://github.com/oxidecomputer/ispf
7862026-05-09T03:30:37.753Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-05-09T03:30:37.823Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-05-09T03:30:38.144ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-05-09T03:30:38.144Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7902026-05-09T03:30:38.152Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-05-09T03:30:44.875ZFrom https://github.com/oxidecomputer/omicron
7922026-05-09T03:30:44.875Z * [new ref] 9e56717d4317e832fbfe272216fe1b8c8ea98ce3 -> refs/commit/9e56717d4317e832fbfe272216fe1b8c8ea98ce3
7932026-05-09T03:30:45.284Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-05-09T03:30:45.844ZFrom https://github.com/oxidecomputer/opte
7952026-05-09T03:30:45.844Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7962026-05-09T03:30:45.876Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-05-09T03:30:46.097ZFrom https://github.com/illumos/smf-rs
7982026-05-09T03:30:46.097Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-05-09T03:30:46.274Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-05-09T03:30:46.534ZFrom https://github.com/oxidecomputer/network-interface
8012026-05-09T03:30:46.534Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-05-09T03:30:46.715Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-05-09T03:30:46.977ZFrom https://github.com/oxidecomputer/zone
8042026-05-09T03:30:46.977Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-05-09T03:30:47.005Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-05-09T03:30:47.612ZFrom https://github.com/oxidecomputer/propolis
8072026-05-09T03:30:47.612Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-05-09T03:30:47.682Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-05-09T03:30:48.172ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-05-09T03:30:48.172Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8112026-05-09T03:30:48.261Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-05-09T03:30:48.509ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-05-09T03:30:48.509Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8142026-05-09T03:30:48.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-05-09T03:30:48.816ZFrom https://github.com/jmesmon/rust-libzfs
8162026-05-09T03:30:48.816Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-05-09T03:30:48.824Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-05-09T03:30:49.084ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-05-09T03:30:49.084Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-05-09T03:30:49.132Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-05-09T03:30:49.430ZFrom https://github.com/oxidecomputer/lldp
8222026-05-09T03:30:49.430Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8232026-05-09T03:30:49.544Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-05-09T03:30:49.801ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-05-09T03:30:49.801Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-05-09T03:30:49.825Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-05-09T03:30:50.106ZFrom https://github.com/oxidecomputer/tufaceous
8282026-05-09T03:30:50.106Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-05-09T03:30:50.125Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-05-09T03:30:50.561ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-05-09T03:30:50.561Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8322026-05-09T03:30:50.683Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-05-09T03:30:51.469ZFrom https://github.com/oxidecomputer/crucible
8342026-05-09T03:30:51.469Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-05-09T03:30:51.525Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-05-09T03:30:51.787ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-05-09T03:30:51.787Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-05-09T03:30:51.949Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-05-09T03:30:52.259ZFrom https://github.com/oxidecomputer/propolis
8402026-05-09T03:30:52.259Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8412026-05-09T03:30:52.777Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-05-09T03:30:53.081ZFrom https://github.com/oxidecomputer/tofino
8432026-05-09T03:30:53.081Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8442026-05-09T03:30:53.092Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-05-09T03:30:53.713ZFrom https://github.com/oxidecomputer/maghemite
8462026-05-09T03:30:53.713Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8472026-05-09T03:30:53.761Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-05-09T03:30:54.005ZFrom https://github.com/oxidecomputer/clickward
8492026-05-09T03:30:54.005Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-05-09T03:30:54.054Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-05-09T03:30:54.404ZFrom https://github.com/oxidecomputer/crucible
8522026-05-09T03:30:54.404Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8532026-05-09T03:30:54.630Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-05-09T03:30:54.877ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-05-09T03:30:54.877Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-05-09T03:30:55.970Z Downloading crates ...
8572026-05-09T03:30:56.071Z Downloaded aead v0.5.2
8582026-05-09T03:30:56.076Z Downloaded cstr-argument v0.1.2
8592026-05-09T03:30:56.079Z Downloaded convert_case v0.4.0
8602026-05-09T03:30:56.084Z Downloaded diff v0.1.13
8612026-05-09T03:30:56.089Z Downloaded embedded-io v0.6.1
8622026-05-09T03:30:56.089Z Downloaded crc8 v0.1.1
8632026-05-09T03:30:56.094Z Downloaded chacha20 v0.9.1
8642026-05-09T03:30:56.094Z Downloaded float-ord v0.3.2
8652026-05-09T03:30:56.094Z Downloaded heck v0.4.1
8662026-05-09T03:30:56.099Z Downloaded byte-wrapper v0.1.0
8672026-05-09T03:30:56.103Z Downloaded foreign-types-shared v0.3.1
8682026-05-09T03:30:56.103Z Downloaded constant_time_eq v0.4.2
8692026-05-09T03:30:56.103Z Downloaded instant v0.1.13
8702026-05-09T03:30:56.107Z Downloaded blake2 v0.10.6
8712026-05-09T03:30:56.107Z Downloaded byteorder v1.5.0
8722026-05-09T03:30:56.107Z Downloaded base16ct v1.0.0
8732026-05-09T03:30:56.110Z Downloaded konst_macro_rules v0.2.19
8742026-05-09T03:30:56.110Z Downloaded hubpack v0.1.2
8752026-05-09T03:30:56.113Z Downloaded cobs v0.3.0
8762026-05-09T03:30:56.117Z Downloaded num_enum_derive v0.5.11
8772026-05-09T03:30:56.117Z Downloaded hostname v0.4.2
8782026-05-09T03:30:56.143Z Downloaded num-derive v0.4.2
8792026-05-09T03:30:56.143Z Downloaded macaddr v1.0.1
8802026-05-09T03:30:56.143Z Downloaded icu_normalizer_data v2.2.0
8812026-05-09T03:30:56.143Z Downloaded bytecount v0.6.9
8822026-05-09T03:30:56.143Z Downloaded match_cfg v0.1.0
8832026-05-09T03:30:56.143Z Downloaded libsw-core v0.3.2
8842026-05-09T03:30:56.143Z Downloaded darling_macro v0.21.3
8852026-05-09T03:30:56.143Z Downloaded crossbeam-utils v0.8.21
8862026-05-09T03:30:56.143Z Downloaded foreign-types-macros v0.2.3
8872026-05-09T03:30:56.143Z Downloaded hostname v0.3.1
8882026-05-09T03:30:56.143Z Downloaded arrayvec v0.7.6
8892026-05-09T03:30:56.143Z Downloaded hubpack_derive v0.1.1
8902026-05-09T03:30:56.143Z Downloaded ingot-macros v0.1.1
8912026-05-09T03:30:56.143Z Downloaded filetime v0.2.27
8922026-05-09T03:30:56.148Z Downloaded litemap v0.8.2
8932026-05-09T03:30:56.148Z Downloaded natord v1.0.9
8942026-05-09T03:30:56.148Z Downloaded half v2.7.1
8952026-05-09T03:30:56.151Z Downloaded darling_macro v0.23.0
8962026-05-09T03:30:56.151Z Downloaded embedded-io v0.4.0
8972026-05-09T03:30:56.152Z Downloaded const-random-macro v0.1.16
8982026-05-09T03:30:56.155Z Downloaded anyhow v1.0.102
8992026-05-09T03:30:56.155Z Downloaded indexmap v1.9.3
9002026-05-09T03:30:56.158Z Downloaded ff v0.13.1
9012026-05-09T03:30:56.162Z Downloaded httpdate v1.0.3
9022026-05-09T03:30:56.165Z Downloaded idna_adapter v1.2.2
9032026-05-09T03:30:56.165Z Downloaded async-stream v0.3.6
9042026-05-09T03:30:56.168Z Downloaded crucible-workspace-hack v0.1.0
9052026-05-09T03:30:56.169Z Downloaded mime v0.3.17
9062026-05-09T03:30:56.169Z Downloaded parse-display v0.10.0
9072026-05-09T03:30:56.173Z Downloaded dunce v1.0.5
9082026-05-09T03:30:56.174Z Downloaded libscf-sys v1.2.0
9092026-05-09T03:30:56.174Z Downloaded newline-converter v0.3.0
9102026-05-09T03:30:56.177Z Downloaded memmap v0.7.0
9112026-05-09T03:30:56.177Z Downloaded git-stub v1.0.0
9122026-05-09T03:30:56.177Z Downloaded ingot v0.1.1
9132026-05-09T03:30:56.181Z Downloaded dropshot-api-manager-types v0.7.1
9142026-05-09T03:30:56.181Z Downloaded critical-section v1.2.0
9152026-05-09T03:30:56.181Z Downloaded glob v0.3.3
9162026-05-09T03:30:56.184Z Downloaded crunchy v0.2.4
9172026-05-09T03:30:56.184Z Downloaded memoffset v0.9.1
9182026-05-09T03:30:56.185Z Downloaded is-terminal v0.4.17
9192026-05-09T03:30:56.187Z Downloaded enum-as-inner v0.6.1
9202026-05-09T03:30:56.188Z Downloaded dof v0.4.0
9212026-05-09T03:30:56.188Z Downloaded cpufeatures v0.3.0
9222026-05-09T03:30:56.191Z Downloaded newtype_derive v0.1.6
9232026-05-09T03:30:56.191Z Downloaded ciborium-ll v0.2.2
9242026-05-09T03:30:56.194Z Downloaded dtrace-parser v0.3.0
9252026-05-09T03:30:56.194Z Downloaded hash32 v0.3.1
9262026-05-09T03:30:56.198Z Downloaded num_threads v0.1.7
9272026-05-09T03:30:56.198Z Downloaded base16ct v0.2.0
9282026-05-09T03:30:56.198Z Downloaded num-conv v0.2.1
9292026-05-09T03:30:56.199Z Downloaded lru-cache v0.1.2
9302026-05-09T03:30:56.202Z Downloaded fxhash v0.2.1
9312026-05-09T03:30:56.202Z Downloaded num-iter v0.1.45
9322026-05-09T03:30:56.202Z Downloaded fixedbitset v0.4.2
9332026-05-09T03:30:56.206Z Downloaded defmt-parser v1.0.0
9342026-05-09T03:30:56.206Z Downloaded internet-checksum v0.2.1
9352026-05-09T03:30:56.206Z Downloaded num v0.4.3
9362026-05-09T03:30:56.211Z Downloaded dof v0.3.0
9372026-05-09T03:30:56.211Z Downloaded linked-hash-map v0.5.6
9382026-05-09T03:30:56.211Z Downloaded arrayref v0.3.9
9392026-05-09T03:30:56.211Z Downloaded ident_case v1.0.1
9402026-05-09T03:30:56.215Z Downloaded const-random v0.1.18
9412026-05-09T03:30:56.215Z Downloaded inout v0.1.4
9422026-05-09T03:30:56.215Z Downloaded async-recursion v1.1.1
9432026-05-09T03:30:56.218Z Downloaded keccak v0.1.6
9442026-05-09T03:30:56.218Z Downloaded bit-set v0.8.0
9452026-05-09T03:30:56.218Z Downloaded dtrace-parser v0.2.0
9462026-05-09T03:30:56.219Z Downloaded defmt v0.3.100
9472026-05-09T03:30:56.222Z Downloaded foreign-types v0.5.0
9482026-05-09T03:30:56.222Z Downloaded no-std-compat v0.4.1
9492026-05-09T03:30:56.222Z Downloaded blake3 v1.8.5
9502026-05-09T03:30:56.226Z Downloaded managed v0.8.0
9512026-05-09T03:30:56.229Z Downloaded icu_normalizer v2.2.0
9522026-05-09T03:30:56.232Z Downloaded highway v1.3.0
9532026-05-09T03:30:56.232Z Downloaded darling_core v0.23.0
9542026-05-09T03:30:56.242Z Downloaded plain v0.2.3
9552026-05-09T03:30:56.242Z Downloaded pretty-hex v0.4.2
9562026-05-09T03:30:56.242Z Downloaded csv-core v0.1.13
9572026-05-09T03:30:56.245Z Downloaded bcs v0.1.6
9582026-05-09T03:30:56.245Z Downloaded bitflags v1.3.2
9592026-05-09T03:30:56.245Z Downloaded num-integer v0.1.46
9602026-05-09T03:30:56.245Z Downloaded fs_extra v1.3.0
9612026-05-09T03:30:56.245Z Downloaded opaque-debug v0.3.1
9622026-05-09T03:30:56.248Z Downloaded ciborium v0.2.2
9632026-05-09T03:30:56.248Z Downloaded proc-macro-crate v1.3.1
9642026-05-09T03:30:56.253Z Downloaded phf_shared v0.12.1
9652026-05-09T03:30:56.253Z Downloaded proc-macro-error-attr2 v2.0.0
9662026-05-09T03:30:56.253Z Downloaded proc-macro-error-attr v1.0.4
9672026-05-09T03:30:56.256Z Downloaded proc-macro-crate v3.5.0
9682026-05-09T03:30:56.256Z Downloaded derive-ex v0.1.8
9692026-05-09T03:30:56.256Z Downloaded defmt v1.0.1
9702026-05-09T03:30:56.260Z Downloaded quick-error v1.2.3
9712026-05-09T03:30:56.260Z Downloaded progenitor-macro v0.14.0
9722026-05-09T03:30:56.263Z Downloaded displaydoc v0.2.5
9732026-05-09T03:30:56.263Z Downloaded daft v0.1.5
9742026-05-09T03:30:56.263Z Downloaded pem v3.0.6
9752026-05-09T03:30:56.266Z Downloaded num-rational v0.4.2
9762026-05-09T03:30:56.267Z Downloaded newtype-uuid-macros v0.1.0
9772026-05-09T03:30:56.267Z Downloaded multer v3.1.0
9782026-05-09T03:30:56.269Z Downloaded libsw v3.5.0
9792026-05-09T03:30:56.270Z Downloaded progenitor-client v0.14.0
9802026-05-09T03:30:56.273Z Downloaded foldhash v0.2.0
9812026-05-09T03:30:56.273Z Downloaded progenitor-client v0.10.0
9822026-05-09T03:30:56.273Z Downloaded crossbeam-epoch v0.9.18
9832026-05-09T03:30:56.277Z Downloaded erased-serde v0.3.31
9842026-05-09T03:30:56.277Z Downloaded password-hash v0.5.0
9852026-05-09T03:30:56.280Z Downloaded parking_lot_core v0.8.6
9862026-05-09T03:30:56.280Z Downloaded darling v0.23.0
9872026-05-09T03:30:56.283Z Downloaded parse-display-derive v0.10.0
9882026-05-09T03:30:56.283Z Downloaded rand_xorshift v0.4.0
9892026-05-09T03:30:56.286Z Downloaded num-complex v0.4.6
9902026-05-09T03:30:56.286Z Downloaded daft-derive v0.1.5
9912026-05-09T03:30:56.289Z Downloaded deranged v0.5.8
9922026-05-09T03:30:56.292Z Downloaded linear-map v1.2.0
9932026-05-09T03:30:56.292Z Downloaded paste v1.0.15
9942026-05-09T03:30:56.295Z Downloaded rand_chacha v0.3.1
9952026-05-09T03:30:56.295Z Downloaded progenitor-macro v0.11.2
9962026-05-09T03:30:56.295Z Downloaded progenitor-macro v0.10.0
9972026-05-09T03:30:56.296Z Downloaded cancel-safe-futures v0.1.5
9982026-05-09T03:30:56.299Z Downloaded icu_properties v2.2.0
9992026-05-09T03:30:56.303Z Downloaded group v0.13.0
10002026-05-09T03:30:56.303Z Downloaded ipnetwork v0.21.1
10012026-05-09T03:30:56.303Z Downloaded crossbeam-deque v0.8.6
10022026-05-09T03:30:56.306Z Downloaded cookie v0.18.1
10032026-05-09T03:30:56.306Z Downloaded same-file v1.0.6
10042026-05-09T03:30:56.306Z Downloaded progenitor v0.10.0
10052026-05-09T03:30:56.309Z Downloaded poly1305 v0.8.0
10062026-05-09T03:30:56.309Z Downloaded ref-cast v1.0.25
10072026-05-09T03:30:56.312Z Downloaded progenitor-macro v0.13.0
10082026-05-09T03:30:56.313Z Downloaded ref-cast-impl v1.0.25
10092026-05-09T03:30:56.313Z Downloaded heapless v0.8.0
10102026-05-09T03:30:56.316Z Downloaded progenitor v0.13.0
10112026-05-09T03:30:56.316Z Downloaded colored v3.1.1
10122026-05-09T03:30:56.320Z Downloaded progenitor-client v0.11.2
10132026-05-09T03:30:56.320Z Downloaded defmt-macros v1.0.1
10142026-05-09T03:30:56.324Z Downloaded secrecy v0.10.3
10152026-05-09T03:30:56.325Z Downloaded serde_repr v0.1.20
10162026-05-09T03:30:56.325Z Downloaded semver v0.1.20
10172026-05-09T03:30:56.328Z Downloaded progenitor-client v0.13.0
10182026-05-09T03:30:56.328Z Downloaded oxnet v0.1.5
10192026-05-09T03:30:56.328Z Downloaded serde_plain v1.0.2
10202026-05-09T03:30:56.328Z Downloaded num_enum v0.7.6
10212026-05-09T03:30:56.331Z Downloaded scroll_derive v0.13.1
10222026-05-09T03:30:56.331Z Downloaded scroll_derive v0.12.1
10232026-05-09T03:30:56.331Z Downloaded progenitor-extras v0.2.0
10242026-05-09T03:30:56.334Z Downloaded memmap2 v0.9.10
10252026-05-09T03:30:56.334Z Downloaded hmac v0.12.1
10262026-05-09T03:30:56.337Z Downloaded git-stub-vcs v0.1.0
10272026-05-09T03:30:56.338Z Downloaded serde-big-array v0.5.1
10282026-05-09T03:30:56.338Z Downloaded omicron-zone-package v0.12.2
10292026-05-09T03:30:56.342Z Downloaded backon v1.6.0
10302026-05-09T03:30:56.342Z Downloaded drift v0.1.4
10312026-05-09T03:30:56.346Z Downloaded siphasher v1.0.3
10322026-05-09T03:30:56.349Z Downloaded sigpipe v0.1.3
10332026-05-09T03:30:56.349Z Downloaded sha1 v0.10.6
10342026-05-09T03:30:56.349Z Downloaded serial_test_derive v3.4.0
10352026-05-09T03:30:56.352Z Downloaded serial_test v3.4.0
10362026-05-09T03:30:56.352Z Downloaded rustc_version v0.1.7
10372026-05-09T03:30:56.352Z Downloaded oxide-tokio-rt v0.1.5
10382026-05-09T03:30:56.356Z Downloaded rand_core v0.10.1
10392026-05-09T03:30:56.356Z Downloaded parking_lot v0.11.2
10402026-05-09T03:30:56.356Z Downloaded slog-bunyan v2.5.0
10412026-05-09T03:30:56.359Z Downloaded num_enum_derive v0.7.6
10422026-05-09T03:30:56.359Z Downloaded slog-envlogger v2.2.0
10432026-05-09T03:30:56.359Z Downloaded num_enum v0.5.11
10442026-05-09T03:30:56.362Z Downloaded darling_core v0.21.3
10452026-05-09T03:30:56.367Z Downloaded resolv-conf v0.7.6
10462026-05-09T03:30:56.367Z Downloaded postcard v1.1.3
10472026-05-09T03:30:56.367Z Downloaded rusty-fork v0.3.1
10482026-05-09T03:30:56.370Z Downloaded rustversion v1.0.22
10492026-05-09T03:30:56.370Z Downloaded phf v0.12.1
10502026-05-09T03:30:56.370Z Downloaded pest_generator v2.8.6
10512026-05-09T03:30:56.373Z Downloaded tabled_derive v0.7.0
10522026-05-09T03:30:56.373Z Downloaded structmeta-derive v0.3.0
10532026-05-09T03:30:56.373Z Downloaded structmeta v0.3.0
10542026-05-09T03:30:56.373Z Downloaded strum v0.27.2
10552026-05-09T03:30:56.378Z Downloaded strum v0.26.3
10562026-05-09T03:30:56.378Z Downloaded spin v0.5.2
10572026-05-09T03:30:56.378Z Downloaded pest_derive v2.8.6
10582026-05-09T03:30:56.381Z Downloaded chacha20 v0.10.0
10592026-05-09T03:30:56.381Z Downloaded progenitor v0.14.0
10602026-05-09T03:30:56.381Z Downloaded scroll v0.13.0
10612026-05-09T03:30:56.381Z Downloaded rustls-pemfile v2.2.0
10622026-05-09T03:30:56.384Z Downloaded scroll v0.12.0
10632026-05-09T03:30:56.384Z Downloaded expectorate v1.2.0
10642026-05-09T03:30:56.384Z Downloaded cmake v0.1.58
10652026-05-09T03:30:56.387Z Downloaded tabled_derive v0.11.0
10662026-05-09T03:30:56.388Z Downloaded sdd v3.0.10
10672026-05-09T03:30:56.390Z Downloaded derive_more v0.99.20
10682026-05-09T03:30:56.391Z Downloaded tagptr v0.2.0
10692026-05-09T03:30:56.394Z Downloaded proc-macro-error2 v2.0.1
10702026-05-09T03:30:56.394Z Downloaded time-core v0.1.8
10712026-05-09T03:30:56.394Z Downloaded papergrid v0.11.0
10722026-05-09T03:30:56.397Z Downloaded allocator-api2 v0.2.21
10732026-05-09T03:30:56.400Z Downloaded elliptic-curve v0.13.8
10742026-05-09T03:30:56.400Z Downloaded tabwriter v1.4.1
10752026-05-09T03:30:56.405Z Downloaded serde_tokenstream v0.2.3
10762026-05-09T03:30:56.405Z Downloaded thread-id v5.1.0
10772026-05-09T03:30:56.405Z Downloaded thiserror-impl-no-std v2.0.2
10782026-05-09T03:30:56.405Z Downloaded thread-id v4.2.2
10792026-05-09T03:30:56.408Z Downloaded testing_table v0.3.0
10802026-05-09T03:30:56.408Z Downloaded termtree v0.5.1
10812026-05-09T03:30:56.408Z Downloaded take_mut v0.2.2
10822026-05-09T03:30:56.408Z Downloaded const_format v0.2.36
10832026-05-09T03:30:56.412Z Downloaded proc-macro-error v1.0.4
10842026-05-09T03:30:56.413Z Downloaded icu_provider v2.2.0
10852026-05-09T03:30:56.417Z Downloaded rhai_codegen v3.1.0
10862026-05-09T03:30:56.419Z Downloaded slog-dtrace v0.3.0
10872026-05-09T03:30:56.420Z Downloaded slog-async v2.8.0
10882026-05-09T03:30:56.420Z Downloaded progenitor v0.11.2
10892026-05-09T03:30:56.420Z Downloaded cargo_toml v0.22.3
10902026-05-09T03:30:56.423Z Downloaded async-compression v0.4.42
10912026-05-09T03:30:56.426Z Downloaded smartstring v1.0.1
10922026-05-09T03:30:56.426Z Downloaded slog-stdlog v4.1.1
10932026-05-09T03:30:56.429Z Downloaded slog-scope v4.4.1
10942026-05-09T03:30:56.429Z Downloaded papergrid v0.17.0
10952026-05-09T03:30:56.434Z Downloaded stable_deref_trait v1.2.1
10962026-05-09T03:30:56.434Z Downloaded snafu-derive v0.8.9
10972026-05-09T03:30:56.437Z Downloaded smawk v0.3.2
10982026-05-09T03:30:56.437Z Downloaded slog-term v2.9.2
10992026-05-09T03:30:56.437Z Downloaded usdt-attr-macro v0.6.0
11002026-05-09T03:30:56.437Z Downloaded usdt-attr-macro v0.5.0
11012026-05-09T03:30:56.437Z Downloaded untrusted v0.7.1
11022026-05-09T03:30:56.437Z Downloaded smf v0.2.3
11032026-05-09T03:30:56.437Z Downloaded slog-json v2.6.1
11042026-05-09T03:30:56.441Z Downloaded serde_derive_internals v0.29.1
11052026-05-09T03:30:56.441Z Downloaded schemars_derive v0.8.22
11062026-05-09T03:30:56.441Z Downloaded icu_locale_core v2.2.0
11072026-05-09T03:30:56.444Z Downloaded usdt v0.6.0
11082026-05-09T03:30:56.445Z Downloaded unarray v0.1.4
11092026-05-09T03:30:56.449Z Downloaded usdt-macro v0.6.0
11102026-05-09T03:30:56.449Z Downloaded usdt v0.5.0
11112026-05-09T03:30:56.449Z Downloaded universal-hash v0.5.1
11122026-05-09T03:30:56.449Z Downloaded unit-prefix v0.5.2
11132026-05-09T03:30:56.449Z Downloaded typify-macro v0.6.2
11142026-05-09T03:30:56.449Z Downloaded utf-8 v0.7.6
11152026-05-09T03:30:56.449Z Downloaded typify-macro v0.4.3
11162026-05-09T03:30:56.452Z Downloaded waitgroup v0.1.2
11172026-05-09T03:30:56.452Z Downloaded wait-timeout v0.2.1
11182026-05-09T03:30:56.452Z Downloaded usdt-macro v0.5.0
11192026-05-09T03:30:56.452Z Downloaded rustls-native-certs v0.8.3
11202026-05-09T03:30:56.452Z Downloaded yoke-derive v0.8.2
11212026-05-09T03:30:56.455Z Downloaded async-trait v0.1.89
11222026-05-09T03:30:56.455Z Downloaded zone v0.3.1
11232026-05-09T03:30:56.455Z Downloaded ingot-types v0.1.2
11242026-05-09T03:30:56.458Z Downloaded zeroize_derive v1.4.3
11252026-05-09T03:30:56.458Z Downloaded zerofrom-derive v0.1.7
11262026-05-09T03:30:56.458Z Downloaded fs-err v3.3.0
11272026-05-09T03:30:56.461Z Downloaded tiny-keccak v2.0.2
11282026-05-09T03:30:56.461Z Downloaded synstructure v0.13.2
11292026-05-09T03:30:56.461Z Downloaded dropshot_endpoint v0.17.0
11302026-05-09T03:30:56.465Z Downloaded crossbeam-channel v0.5.15
11312026-05-09T03:30:56.468Z Downloaded tokio-rustls v0.25.0
11322026-05-09T03:30:56.468Z Downloaded strum_macros v0.26.4
11332026-05-09T03:30:56.468Z Downloaded topological-sort v0.2.2
11342026-05-09T03:30:56.468Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-05-09T03:30:56.471Z Downloaded time-macros v0.2.27
11362026-05-09T03:30:56.471Z Downloaded zerofrom v0.1.7
11372026-05-09T03:30:56.471Z Downloaded thiserror-no-std v2.0.2
11382026-05-09T03:30:56.474Z Downloaded progenitor-impl v0.11.2
11392026-05-09T03:30:56.479Z Downloaded progenitor-impl v0.14.0
11402026-05-09T03:30:56.479Z Downloaded cc v1.2.61
11412026-05-09T03:30:56.482Z Downloaded backoff v0.4.0
11422026-05-09T03:30:56.482Z Downloaded tokio-dtrace v0.1.1
11432026-05-09T03:30:56.482Z Downloaded tinystr v0.8.3
11442026-05-09T03:30:56.482Z Downloaded tokio-tungstenite v0.21.0
11452026-05-09T03:30:56.486Z Downloaded argon2 v0.5.3
11462026-05-09T03:30:56.486Z Downloaded bit-vec v0.8.0
11472026-05-09T03:30:56.486Z Downloaded data-encoding v2.11.0
11482026-05-09T03:30:56.487Z Downloaded pretty_assertions v1.4.1
11492026-05-09T03:30:56.490Z Downloaded indicatif v0.18.4
11502026-05-09T03:30:56.490Z Downloaded compression-codecs v0.4.38
11512026-05-09T03:30:56.490Z Downloaded cipher v0.4.4
11522026-05-09T03:30:56.493Z Downloaded chacha20poly1305 v0.10.1
11532026-05-09T03:30:56.493Z Downloaded base64 v0.21.7
11542026-05-09T03:30:56.497Z Downloaded usdt-impl v0.6.0
11552026-05-09T03:30:56.497Z Downloaded const_format_proc_macros v0.2.34
11562026-05-09T03:30:56.497Z Downloaded powerfmt v0.2.0
11572026-05-09T03:30:56.498Z Downloaded potential_utf v0.1.5
11582026-05-09T03:30:56.500Z Downloaded darling v0.21.3
11592026-05-09T03:30:56.500Z Downloaded usdt-impl v0.5.0
11602026-05-09T03:30:56.504Z Downloaded console v0.16.3
11612026-05-09T03:30:56.504Z Downloaded omicron-workspace-hack v0.1.0
11622026-05-09T03:30:56.504Z Downloaded writeable v0.6.3
11632026-05-09T03:30:56.506Z Downloaded progenitor-impl v0.13.0
11642026-05-09T03:30:56.507Z Downloaded arc-swap v1.9.1
11652026-05-09T03:30:56.510Z Downloaded olpc-cjson v0.1.4
11662026-05-09T03:30:56.510Z Downloaded crypto-bigint v0.5.5
11672026-05-09T03:30:56.513Z Downloaded term v1.2.1
11682026-05-09T03:30:56.516Z Downloaded strum_macros v0.27.2
11692026-05-09T03:30:56.516Z Downloaded slog v2.8.2
11702026-05-09T03:30:56.519Z Downloaded serde_with_macros v3.19.0
11712026-05-09T03:30:56.519Z Downloaded xz2 v0.1.7
11722026-05-09T03:30:56.519Z Downloaded rustls-platform-verifier v0.7.0
11732026-05-09T03:30:56.524Z Downloaded nom v7.1.3
11742026-05-09T03:30:56.524Z Downloaded rayon-core v1.13.0
11752026-05-09T03:30:56.528Z Downloaded pest_meta v2.8.6
11762026-05-09T03:30:56.528Z Downloaded prettyplease v0.2.37
11772026-05-09T03:30:56.532Z Downloaded schemars v0.9.0
11782026-05-09T03:30:56.536Z Downloaded zone_cfg_derive v0.3.1
11792026-05-09T03:30:56.539Z Downloaded zerovec-derive v0.11.3
11802026-05-09T03:30:56.539Z Downloaded ucd-trie v0.1.7
11812026-05-09T03:30:56.539Z Downloaded thin-vec v0.2.18
11822026-05-09T03:30:56.539Z Downloaded schemars v0.8.22
11832026-05-09T03:30:56.545Z Downloaded zerocopy-derive v0.7.35
11842026-05-09T03:30:56.548Z Downloaded konst v0.2.20
11852026-05-09T03:30:56.551Z Downloaded spin v0.9.8
11862026-05-09T03:30:56.557Z Downloaded yoke v0.8.2
11872026-05-09T03:30:56.557Z Downloaded whoami v1.6.1
11882026-05-09T03:30:56.560Z Downloaded icu_collections v2.2.0
11892026-05-09T03:30:56.560Z Downloaded jiff-static v0.2.24
11902026-05-09T03:30:56.564Z Downloaded hickory-resolver v0.25.2
11912026-05-09T03:30:56.564Z Downloaded typify v0.6.2
11922026-05-09T03:30:56.567Z Downloaded toml_edit v0.25.11+spec-1.1.0
11932026-05-09T03:30:56.571Z Downloaded snafu v0.8.9
11942026-05-09T03:30:56.574Z Downloaded walkdir v2.5.0
11952026-05-09T03:30:56.574Z Downloaded vsss-rs v3.3.4
11962026-05-09T03:30:56.574Z Downloaded tungstenite v0.21.0
11972026-05-09T03:30:56.577Z Downloaded typify v0.4.3
11982026-05-09T03:30:56.580Z Downloaded hickory-resolver v0.24.4
11992026-05-09T03:30:56.583Z Downloaded icu_properties_data v2.2.0
12002026-05-09T03:30:56.586Z Downloaded toml v0.7.8
12012026-05-09T03:30:56.591Z Downloaded toml_edit v0.19.15
12022026-05-09T03:30:56.601Z Downloaded similar v2.7.0
12032026-05-09T03:30:56.605Z Downloaded zerocopy-derive v0.8.48
12042026-05-09T03:30:56.608Z Downloaded unsafe-libyaml v0.2.11
12052026-05-09T03:30:56.612Z Downloaded schemars v1.2.1
12062026-05-09T03:30:56.618Z Downloaded toml v0.9.12+spec-1.1.0
12072026-05-09T03:30:56.621Z Downloaded openapiv3 v2.2.0
12082026-05-09T03:30:56.628Z Downloaded steno v0.4.1
12092026-05-09T03:30:56.632Z Downloaded rand v0.10.1
12102026-05-09T03:30:56.637Z Downloaded dropshot-api-manager v0.7.1
12112026-05-09T03:30:56.637Z Downloaded serde_yaml v0.9.34+deprecated
12122026-05-09T03:30:56.637Z Downloaded hashbrown v0.16.1
12132026-05-09T03:30:56.640Z Downloaded rand v0.8.6
12142026-05-09T03:30:56.643Z Downloaded qorb v0.4.1
12152026-05-09T03:30:56.647Z Downloaded pest v2.8.6
12162026-05-09T03:30:56.652Z Downloaded hashbrown v0.12.3
12172026-05-09T03:30:56.652Z Downloaded nom v8.0.0
12182026-05-09T03:30:56.656Z Downloaded test-strategy v0.4.5
12192026-05-09T03:30:56.665Z Downloaded zerotrie v0.2.4
12202026-05-09T03:30:56.665Z Downloaded yansi v1.0.1
12212026-05-09T03:30:56.665Z Downloaded minimal-lexical v0.2.1
12222026-05-09T03:30:56.668Z Downloaded itertools v0.12.1
12232026-05-09T03:30:56.668Z Downloaded progenitor-impl v0.10.0
12242026-05-09T03:30:56.668Z Downloaded gethostname v0.5.0
12252026-05-09T03:30:56.668Z Downloaded iddqd v0.3.18
12262026-05-09T03:30:56.673Z Downloaded dyn-clone v1.0.20
12272026-05-09T03:30:56.676Z Downloaded compression-core v0.4.32
12282026-05-09T03:30:56.676Z Downloaded async-stream-impl v0.3.6
12292026-05-09T03:30:56.676Z Downloaded ciborium-io v0.2.2
12302026-05-09T03:30:56.676Z Downloaded tough v0.20.0
12312026-05-09T03:30:56.680Z Downloaded zerocopy v0.7.35
12322026-05-09T03:30:56.690Z Downloaded typed-path v0.9.3
12332026-05-09T03:30:56.693Z Downloaded winnow v0.5.40
12342026-05-09T03:30:56.699Z Downloaded aws-lc-rs v1.16.3
12352026-05-09T03:30:56.704Z Downloaded proptest v1.11.0
12362026-05-09T03:30:56.710Z Downloaded scc v2.4.0
12372026-05-09T03:30:56.713Z Downloaded hkdf v0.12.4
12382026-05-09T03:30:56.716Z Downloaded moka v0.12.15
12392026-05-09T03:30:56.720Z Downloaded reqwest v0.13.3
12402026-05-09T03:30:56.724Z Downloaded zerovec v0.11.6
12412026-05-09T03:30:56.727Z Downloaded rayon v1.12.0
12422026-05-09T03:30:56.733Z Downloaded libm v0.2.16
12432026-05-09T03:30:56.738Z Downloaded goblin v0.8.2
12442026-05-09T03:30:56.755Z Downloaded serde_with v3.19.0
12452026-05-09T03:30:56.771Z Downloaded rustls v0.22.4
12462026-05-09T03:30:56.779Z Downloaded rustls-webpki v0.102.8
12472026-05-09T03:30:56.790Z Downloaded rhai v1.24.0
12482026-05-09T03:30:56.797Z Downloaded tabled v0.15.0
12492026-05-09T03:30:56.806Z Downloaded dropshot v0.17.0
12502026-05-09T03:30:56.819Z Downloaded time v0.3.47
12512026-05-09T03:30:56.826Z Downloaded tabled v0.20.0
12522026-05-09T03:30:56.836Z Downloaded syn v1.0.109
12532026-05-09T03:30:56.841Z Downloaded hickory-proto v0.25.2
12542026-05-09T03:30:56.852Z Downloaded goblin v0.10.5
12552026-05-09T03:30:56.856Z Downloaded regress v0.10.5
12562026-05-09T03:30:56.866Z Downloaded hickory-proto v0.24.4
12572026-05-09T03:30:56.875Z Downloaded typify-impl v0.4.3
12582026-05-09T03:30:56.883Z Downloaded regress v0.11.1
12592026-05-09T03:30:56.889Z Downloaded nix v0.31.2
12602026-05-09T03:30:56.896Z Downloaded smoltcp v0.11.0
12612026-05-09T03:30:56.911Z Downloaded typify-impl v0.6.2
12622026-05-09T03:30:56.921Z Downloaded sled v0.34.7
12632026-05-09T03:30:56.951Z Downloaded petgraph v0.6.5
12642026-05-09T03:30:56.963Z Downloaded lzma-sys v0.1.20
12652026-05-09T03:30:56.980Z Downloaded chrono-tz v0.10.4
12662026-05-09T03:30:56.991Z Downloaded jiff v0.2.24
12672026-05-09T03:30:57.002Z Downloaded sha3 v0.10.9
12682026-05-09T03:30:57.005Z Downloaded csv v1.4.0
12692026-05-09T03:30:57.060Z Downloaded encoding_rs v0.8.35
12702026-05-09T03:30:57.579Z Downloaded aws-lc-sys v0.40.0
12712026-05-09T03:30:58.505Z Compiling proc-macro2 v1.0.106
12722026-05-09T03:30:58.505Z Compiling quote v1.0.45
12732026-05-09T03:30:58.505Z Compiling unicode-ident v1.0.24
12742026-05-09T03:30:58.505Z Compiling serde_core v1.0.228
12752026-05-09T03:30:58.505Z Compiling cfg-if v1.0.4
12762026-05-09T03:30:58.509Z Compiling serde v1.0.228
12772026-05-09T03:30:58.509Z Compiling libc v0.2.186
12782026-05-09T03:30:58.509Z Compiling memchr v2.8.0
12792026-05-09T03:30:58.719Z Compiling itoa v1.0.18
12802026-05-09T03:30:58.905Z Compiling zmij v1.0.21
12812026-05-09T03:30:58.950Z Compiling autocfg v1.5.0
12822026-05-09T03:30:58.983Z Compiling libm v0.2.16
12832026-05-09T03:30:59.292Z Compiling version_check v0.9.5
12842026-05-09T03:30:59.333Z Compiling stable_deref_trait v1.2.1
12852026-05-09T03:30:59.403Z Compiling writeable v0.6.3
12862026-05-09T03:30:59.419Z Compiling litemap v0.8.2
12872026-05-09T03:30:59.511Z Compiling utf8_iter v1.0.4
12882026-05-09T03:30:59.571Z Compiling pin-project-lite v0.2.17
12892026-05-09T03:30:59.603Z Compiling icu_normalizer_data v2.2.0
12902026-05-09T03:30:59.624Z Compiling icu_properties_data v2.2.0
12912026-05-09T03:30:59.656Z Compiling percent-encoding v2.3.2
12922026-05-09T03:30:59.665Z Compiling equivalent v1.0.2
12932026-05-09T03:30:59.746Z Compiling iana-time-zone v0.1.65
12942026-05-09T03:30:59.840Z Compiling syn v2.0.117
12952026-05-09T03:30:59.901Z Compiling parking_lot_core v0.9.12
12962026-05-09T03:30:59.946Z Compiling scopeguard v1.2.0
12972026-05-09T03:30:59.977Z Compiling form_urlencoded v1.2.2
12982026-05-09T03:30:59.995Z Compiling serde_json v1.0.149
12992026-05-09T03:31:00.014Z Compiling dyn-clone v1.0.20
13002026-05-09T03:31:00.045Z Compiling lock_api v0.4.14
13012026-05-09T03:31:00.148Z Compiling log v0.4.29
13022026-05-09T03:31:00.148Z Compiling num-traits v0.2.19
13032026-05-09T03:31:00.185Z Compiling hashbrown v0.17.0
13042026-05-09T03:31:00.254Z Compiling jobserver v0.1.34
13052026-05-09T03:31:00.272Z Compiling find-msvc-tools v0.1.9
13062026-05-09T03:31:00.336Z Compiling thiserror v2.0.18
13072026-05-09T03:31:00.501Z Compiling shlex v1.3.0
13082026-05-09T03:31:00.534Z Compiling errno v0.3.14
13092026-05-09T03:31:00.564Z Compiling futures-core v0.3.32
13102026-05-09T03:31:00.677Z Compiling semver v1.0.28
13112026-05-09T03:31:00.680Z Compiling indexmap v2.14.0
13122026-05-09T03:31:00.728Z Compiling cc v1.2.61
13132026-05-09T03:31:00.848Z Compiling rand_core v0.10.1
13142026-05-09T03:31:00.897Z Compiling getrandom v0.4.2
13152026-05-09T03:31:00.998Z Compiling zerocopy v0.8.48
13162026-05-09T03:31:01.147Z Compiling heck v0.5.0
13172026-05-09T03:31:01.320Z Compiling futures-sink v0.3.32
13182026-05-09T03:31:01.366Z Compiling slab v0.4.12
13192026-05-09T03:31:01.396Z Compiling fnv v1.0.7
13202026-05-09T03:31:01.419Z Compiling futures-channel v0.3.32
13212026-05-09T03:31:01.440Z Compiling uuid v1.23.1
13222026-05-09T03:31:01.498Z Compiling futures-io v0.3.32
13232026-05-09T03:31:01.533Z Compiling futures-task v0.3.32
13242026-05-09T03:31:01.633Z Compiling socket2 v0.6.3
13252026-05-09T03:31:01.652Z Compiling portable-atomic v1.13.1
13262026-05-09T03:31:01.702Z Compiling schemars v0.8.22
13272026-05-09T03:31:01.791Z Compiling rustversion v1.0.22
13282026-05-09T03:31:01.844Z Compiling signal-hook-registry v1.4.8
13292026-05-09T03:31:01.945Z Compiling mio v1.2.0
13302026-05-09T03:31:01.973Z Compiling critical-section v1.2.0
13312026-05-09T03:31:02.072Z Compiling bitflags v2.11.1
13322026-05-09T03:31:02.083Z Compiling getrandom v0.2.17
13332026-05-09T03:31:02.134Z Compiling typenum v1.20.0
13342026-05-09T03:31:02.190Z Compiling subtle v2.6.1
13352026-05-09T03:31:02.255Z Compiling untrusted v0.9.0
13362026-05-09T03:31:02.305Z Compiling base64 v0.22.1
13372026-05-09T03:31:02.354Z Compiling byteorder v1.5.0
13382026-05-09T03:31:02.372Z Compiling rand_core v0.6.4
13392026-05-09T03:31:02.445Z Compiling regex-syntax v0.8.10
13402026-05-09T03:31:02.574Z Compiling synstructure v0.13.2
13412026-05-09T03:31:02.590Z Compiling serde_derive_internals v0.29.1
13422026-05-09T03:31:02.626Z Compiling once_cell v1.21.4
13432026-05-09T03:31:02.636Z Compiling cmake v0.1.58
13442026-05-09T03:31:02.804Z Compiling dunce v1.0.5
13452026-05-09T03:31:02.818Z Compiling fs_extra v1.3.0
13462026-05-09T03:31:02.876Z Compiling httparse v1.10.1
13472026-05-09T03:31:02.896Z Compiling atomic-waker v1.1.2
13482026-05-09T03:31:03.010Z Compiling ipnet v2.12.0
13492026-05-09T03:31:03.022Z Compiling tower-layer v0.3.3
13502026-05-09T03:31:03.076Z Compiling aws-lc-sys v0.40.0
13512026-05-09T03:31:03.109Z Compiling tower-service v0.3.3
13522026-05-09T03:31:03.178Z Compiling strsim v0.11.1
13532026-05-09T03:31:03.201Z Compiling ryu v1.0.23
13542026-05-09T03:31:03.371Z Compiling try-lock v0.2.5
13552026-05-09T03:31:03.387Z Compiling rustix v1.1.4
13562026-05-09T03:31:03.479Z Compiling want v0.3.1
13572026-05-09T03:31:03.543Z Compiling slog v2.8.2
13582026-05-09T03:31:03.576Z Compiling generic-array v0.14.7
13592026-05-09T03:31:03.588Z Compiling ucd-trie v0.1.7
13602026-05-09T03:31:03.652Z Compiling thiserror v1.0.69
13612026-05-09T03:31:03.776Z Compiling getrandom v0.3.4
13622026-05-09T03:31:03.793Z Compiling serde_derive v1.0.228
13632026-05-09T03:31:03.809Z Compiling zerofrom-derive v0.1.7
13642026-05-09T03:31:03.881Z Compiling yoke-derive v0.8.2
13652026-05-09T03:31:03.941Z Compiling zerovec-derive v0.11.3
13662026-05-09T03:31:03.952Z Compiling displaydoc v0.2.5
13672026-05-09T03:31:03.968Z Compiling tokio-macros v2.7.0
13682026-05-09T03:31:04.118Z Compiling schemars_derive v0.8.22
13692026-05-09T03:31:04.721Z Compiling thiserror-impl v2.0.18
13702026-05-09T03:31:04.732Z Compiling zerocopy-derive v0.8.48
13712026-05-09T03:31:04.958Z Compiling zeroize_derive v1.4.3
13722026-05-09T03:31:05.018Z Compiling zerofrom v0.1.7
13732026-05-09T03:31:05.055Z Compiling futures-macro v0.3.32
13742026-05-09T03:31:05.131Z Compiling yoke v0.8.2
13752026-05-09T03:31:05.314Z Compiling zerovec v0.11.6
13762026-05-09T03:31:05.325Z Compiling zerotrie v0.2.4
13772026-05-09T03:31:05.612Z Compiling httpdate v1.0.3
13782026-05-09T03:31:05.636Z Compiling zeroize v1.8.2
13792026-05-09T03:31:05.818Z Compiling tinystr v0.8.3
13802026-05-09T03:31:05.837Z Compiling potential_utf v0.1.5
13812026-05-09T03:31:05.878Z Compiling futures-util v0.3.32
13822026-05-09T03:31:05.945Z Compiling icu_collections v2.2.0
13832026-05-09T03:31:05.994Z Compiling icu_locale_core v2.2.0
13842026-05-09T03:31:06.069Z Compiling thiserror-impl v1.0.69
13852026-05-09T03:31:06.129Z Compiling pest v2.8.6
13862026-05-09T03:31:06.935Z Compiling bytes v1.11.1
13872026-05-09T03:31:06.957Z Compiling smallvec v1.15.1
13882026-05-09T03:31:07.052Z Compiling icu_provider v2.2.0
13892026-05-09T03:31:07.183Z Compiling chrono v0.4.44
13902026-05-09T03:31:07.361Z Compiling icu_properties v2.2.0
13912026-05-09T03:31:07.374Z Compiling icu_normalizer v2.2.0
13922026-05-09T03:31:07.504Z Compiling parking_lot v0.12.5
13932026-05-09T03:31:07.566Z Compiling http v1.4.0
13942026-05-09T03:31:07.966Z Compiling tokio v1.52.3
13952026-05-09T03:31:08.000Z Compiling serde_tokenstream v0.2.3
13962026-05-09T03:31:08.180Z Compiling erased-serde v0.3.31
13972026-05-09T03:31:08.278Z Compiling idna_adapter v1.2.2
13982026-05-09T03:31:08.428Z Compiling idna v1.1.0
13992026-05-09T03:31:08.578Z Compiling http-body v1.0.1
14002026-05-09T03:31:08.686Z Compiling pest_meta v2.8.6
14012026-05-09T03:31:08.712Z Compiling url v2.5.8
14022026-05-09T03:31:08.724Z Compiling pretty-hex v0.4.2
14032026-05-09T03:31:08.857Z Compiling plain v0.2.3
14042026-05-09T03:31:08.969Z Compiling ppv-lite86 v0.2.21
14052026-05-09T03:31:10.085Z Compiling tracing-attributes v0.1.31
14062026-05-09T03:31:10.088Z Compiling tracing-core v0.1.36
14072026-05-09T03:31:10.088Z Compiling pest_generator v2.8.6
14082026-05-09T03:31:10.088Z Compiling paste v1.0.15
14092026-05-09T03:31:10.088Z Compiling allocator-api2 v0.2.21
14102026-05-09T03:31:10.090Z Compiling foldhash v0.2.0
14112026-05-09T03:31:10.090Z Compiling http-body-util v0.1.3
14122026-05-09T03:31:10.090Z Compiling pest_derive v2.8.6
14132026-05-09T03:31:10.090Z Compiling hashbrown v0.16.1
14142026-05-09T03:31:10.097Z Compiling crypto-common v0.1.7
14152026-05-09T03:31:10.153Z Compiling serde_urlencoded v0.7.1
14162026-05-09T03:31:10.225Z Compiling omicron-workspace-hack v0.1.0
14172026-05-09T03:31:10.277Z Compiling tracing v0.1.44
14182026-05-09T03:31:10.389Z Compiling ident_case v1.0.1
14192026-05-09T03:31:10.491Z Compiling sync_wrapper v1.0.2
14202026-05-09T03:31:10.503Z Compiling aho-corasick v1.1.4
14212026-05-09T03:31:10.566Z Compiling ipnetwork v0.21.1
14222026-05-09T03:31:10.578Z Compiling rustls-pki-types v1.14.1
14232026-05-09T03:31:10.589Z Compiling daft-derive v0.1.5
14242026-05-09T03:31:10.901Z Compiling fastrand v2.4.1
14252026-05-09T03:31:10.984Z Compiling winnow v1.0.2
14262026-05-09T03:31:11.041Z Compiling async-trait v0.1.89
14272026-05-09T03:31:11.152Z Compiling scroll_derive v0.13.1
14282026-05-09T03:31:11.329Z Compiling regex-automata v0.4.14
14292026-05-09T03:31:11.687Z Compiling tokio-util v0.7.18
14302026-05-09T03:31:11.856Z Compiling ring v0.17.14
14312026-05-09T03:31:12.008Z Compiling powerfmt v0.2.0
14322026-05-09T03:31:12.059Z Compiling cpufeatures v0.2.17
14332026-05-09T03:31:12.129Z Compiling num-conv v0.2.1
14342026-05-09T03:31:12.212Z Compiling time-core v0.1.8
14352026-05-09T03:31:12.269Z Compiling anyhow v1.0.102
14362026-05-09T03:31:12.351Z Compiling time-macros v0.2.27
14372026-05-09T03:31:12.413Z Compiling deranged v0.5.8
14382026-05-09T03:31:12.847Z Compiling scroll v0.13.0
14392026-05-09T03:31:13.135Z Compiling regex v1.12.3
14402026-05-09T03:31:13.380Z Compiling block-buffer v0.10.4
14412026-05-09T03:31:13.394Z Compiling num_threads v0.1.7
14422026-05-09T03:31:13.482Z Compiling hex v0.4.3
14432026-05-09T03:31:13.524Z Compiling openssl-probe v0.2.1
14442026-05-09T03:31:13.581Z Compiling digest v0.10.7
14452026-05-09T03:31:13.704Z Compiling goblin v0.10.5
14462026-05-09T03:31:13.789Z Compiling oxnet v0.1.5
14472026-05-09T03:31:13.886Z Compiling camino v1.2.2
14482026-05-09T03:31:14.217Z Compiling h2 v0.4.14
14492026-05-09T03:31:14.407Z Compiling usdt-impl v0.6.0
14502026-05-09T03:31:14.440Z Compiling crc32fast v1.5.0
14512026-05-09T03:31:14.800Z Compiling dtrace-parser v0.3.0
14522026-05-09T03:31:15.157Z Compiling futures-executor v0.3.32
14532026-05-09T03:31:15.431Z Compiling aws-lc-rs v1.16.3
14542026-05-09T03:31:15.635Z Compiling crossbeam-utils v0.8.21
14552026-05-09T03:31:15.731Z Compiling structmeta-derive v0.3.0
14562026-05-09T03:31:15.884Z Compiling thread-id v5.1.0
14572026-05-09T03:31:15.967Z Compiling adler2 v2.0.1
14582026-05-09T03:31:16.091Z Compiling simd-adler32 v0.3.9
14592026-05-09T03:31:16.101Z Compiling rustls v0.22.4
14602026-05-09T03:31:16.287Z Compiling hyper v1.9.0
14612026-05-09T03:31:16.299Z Compiling dof v0.4.0
14622026-05-09T03:31:16.329Z Compiling miniz_oxide v0.8.9
14632026-05-09T03:31:16.756Z Compiling structmeta v0.3.0
14642026-05-09T03:31:16.935Z Compiling futures v0.3.32
14652026-05-09T03:31:16.953Z Compiling rand_core v0.9.5
14662026-05-09T03:31:17.011Z Compiling darling_core v0.23.0
14672026-05-09T03:31:17.159Z Compiling newtype-uuid-macros v0.1.0
14682026-05-09T03:31:17.170Z Compiling thread_local v1.1.9
14692026-05-09T03:31:17.435Z Compiling hyper-util v0.1.20
14702026-05-09T03:31:17.615Z Compiling match_cfg v0.1.0
14712026-05-09T03:31:17.684Z Compiling untrusted v0.7.1
14722026-05-09T03:31:17.726Z Compiling flate2 v1.1.9
14732026-05-09T03:31:18.005Z Compiling newtype-uuid v1.3.2
14742026-05-09T03:31:18.017Z Compiling quick-error v1.2.3
14752026-05-09T03:31:18.146Z Compiling compression-core v0.4.32
14762026-05-09T03:31:18.304Z Compiling rustls v0.23.40
14772026-05-09T03:31:18.350Z Compiling ref-cast v1.0.25
14782026-05-09T03:31:18.368Z Compiling slog-async v2.8.0
14792026-05-09T03:31:18.493Z Compiling usdt-macro v0.6.0
14802026-05-09T03:31:18.527Z Compiling usdt-attr-macro v0.6.0
14812026-05-09T03:31:18.719Z Compiling compression-codecs v0.4.38
14822026-05-09T03:31:18.733Z Compiling daft v0.1.5
14832026-05-09T03:31:18.978Z Compiling rand_chacha v0.9.0
14842026-05-09T03:31:19.139Z Compiling darling_macro v0.23.0
14852026-05-09T03:31:19.171Z Compiling ref-cast-impl v1.0.25
14862026-05-09T03:31:19.333Z Compiling strum_macros v0.26.4
14872026-05-09T03:31:19.410Z Compiling serde_spanned v1.1.1
14882026-05-09T03:31:19.413Z Compiling multer v3.1.0
14892026-05-09T03:31:19.562Z Compiling debug-ignore v1.0.5
14902026-05-09T03:31:19.598Z Compiling take_mut v0.2.2
14912026-05-09T03:31:19.660Z Compiling bit-vec v0.8.0
14922026-05-09T03:31:19.682Z Compiling term v1.2.1
14932026-05-09T03:31:19.698Z Compiling toml_writer v1.1.1+spec-1.1.0
14942026-05-09T03:31:19.730Z Compiling darling v0.23.0
14952026-05-09T03:31:19.807Z Compiling serde_with_macros v3.19.0
14962026-05-09T03:31:19.840Z Compiling bit-set v0.8.0
14972026-05-09T03:31:19.903Z Compiling rand v0.9.4
14982026-05-09T03:31:19.925Z Compiling tower v0.5.3
14992026-05-09T03:31:19.991Z Compiling async-stream-impl v0.3.6
15002026-05-09T03:31:20.375Z Compiling dropshot v0.17.0
15012026-05-09T03:31:20.386Z Compiling encoding_rs v0.8.35
15022026-05-09T03:31:20.486Z Compiling mime v0.3.17
15032026-05-09T03:31:20.607Z Compiling syn v1.0.109
15042026-05-09T03:31:20.619Z Compiling spin v0.9.8
15052026-05-09T03:31:20.732Z Compiling unarray v0.1.4
15062026-05-09T03:31:20.754Z Compiling async-stream v0.3.6
15072026-05-09T03:31:20.884Z Compiling tower-http v0.6.10
15082026-05-09T03:31:20.913Z Compiling derive-ex v0.1.8
15092026-05-09T03:31:20.925Z Compiling dropshot_endpoint v0.17.0
15102026-05-09T03:31:20.945Z Compiling strum v0.26.3
15112026-05-09T03:31:20.959Z Compiling macaddr v1.0.1
15122026-05-09T03:31:20.974Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15132026-05-09T03:31:21.062Z Compiling waitgroup v0.1.2
15142026-05-09T03:31:21.174Z Compiling serde_path_to_error v0.1.20
15152026-05-09T03:31:21.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15162026-05-09T03:31:21.642Z Compiling tempfile v3.27.0
15172026-05-09T03:31:21.943Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15182026-05-09T03:31:22.056Z Compiling openapiv3 v2.2.0
15192026-05-09T03:31:22.118Z Compiling strum_macros v0.27.2
15202026-05-09T03:31:22.445Z Compiling test-strategy v0.4.5
15212026-05-09T03:31:22.537Z Compiling instant v0.1.13
15222026-05-09T03:31:22.643Z Compiling rustls-native-certs v0.8.3
15232026-05-09T03:31:23.036Z Compiling time v0.3.47
15242026-05-09T03:31:23.190Z Compiling rustc-hash v2.1.2
15252026-05-09T03:31:23.616Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15262026-05-09T03:31:23.708Z Compiling crossbeam-channel v0.5.15
15272026-05-09T03:31:23.984Z Compiling strum v0.27.2
15282026-05-09T03:31:24.222Z Compiling parse-display-derive v0.10.0
15292026-05-09T03:31:24.645Z Compiling backon v1.6.0
15302026-05-09T03:31:24.736Z Compiling rand_chacha v0.3.1
15312026-05-09T03:31:25.185Z Compiling rustls-webpki v0.102.8
15322026-05-09T03:31:25.513Z Compiling rand v0.8.6
15332026-05-09T03:31:25.871Z Compiling slog-json v2.6.1
15342026-05-09T03:31:25.928Z Compiling hostname v0.3.1
15352026-05-09T03:31:26.042Z Compiling toml_parser v1.1.2+spec-1.1.0
15362026-05-09T03:31:26.055Z Compiling toml_datetime v1.1.1+spec-1.1.0
15372026-05-09T03:31:26.066Z Compiling memmap2 v0.9.10
15382026-05-09T03:31:26.069Z Compiling wait-timeout v0.2.1
15392026-05-09T03:31:26.151Z Compiling is-terminal v0.4.17
15402026-05-09T03:31:26.245Z Compiling either v1.15.0
15412026-05-09T03:31:26.275Z Compiling slog-term v2.9.2
15422026-05-09T03:31:26.347Z Compiling rusty-fork v0.3.1
15432026-05-09T03:31:26.363Z Compiling usdt v0.6.0
15442026-05-09T03:31:26.437Z Compiling toml v1.1.2+spec-1.1.0
15452026-05-09T03:31:26.630Z Compiling slog-bunyan v2.5.0
15462026-05-09T03:31:26.711Z Compiling serde_with v3.19.0
15472026-05-09T03:31:26.760Z Compiling async-compression v0.4.42
15482026-05-09T03:31:26.856Z Compiling rand_xorshift v0.4.0
15492026-05-09T03:31:27.002Z Compiling sha1 v0.10.6
15502026-05-09T03:31:27.068Z Compiling rustls-pemfile v2.2.0
15512026-05-09T03:31:27.223Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15522026-05-09T03:31:27.236Z Compiling regress v0.10.5
15532026-05-09T03:31:27.259Z Compiling hostname v0.4.2
15542026-05-09T03:31:27.395Z Compiling proptest v1.11.0
15552026-05-09T03:31:27.735Z Compiling tokio-rustls v0.25.0
15562026-05-09T03:31:28.472Z Compiling iddqd v0.3.18
15572026-05-09T03:31:28.651Z Compiling reqwest v0.12.28
15582026-05-09T03:31:29.603Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15592026-05-09T03:31:30.043Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15602026-05-09T03:31:30.295Z Compiling progenitor-client v0.10.0
15612026-05-09T03:31:30.371Z Compiling itertools v0.14.0
15622026-05-09T03:31:30.573Z Compiling backoff v0.4.0
15632026-05-09T03:31:30.787Z Compiling parse-display v0.10.0
15642026-05-09T03:31:31.072Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15652026-05-09T03:31:32.159Z Compiling regress v0.11.1
15662026-05-09T03:31:32.632Z Compiling utf8parse v0.2.2
15672026-05-09T03:31:32.761Z Compiling anstyle-parse v1.0.0
15682026-05-09T03:31:33.245Z Compiling toml_datetime v0.6.11
15692026-05-09T03:31:33.403Z Compiling zerocopy-derive v0.7.35
15702026-05-09T03:31:33.628Z Compiling anstyle-query v1.1.5
15712026-05-09T03:31:33.737Z Compiling typify-impl v0.6.2
15722026-05-09T03:31:33.762Z Compiling is_terminal_polyfill v1.70.2
15732026-05-09T03:31:33.855Z Compiling convert_case v0.4.0
15742026-05-09T03:31:34.152Z Compiling colorchoice v1.0.5
15752026-05-09T03:31:34.264Z Compiling anstyle v1.0.14
15762026-05-09T03:31:34.267Z Compiling zerocopy v0.7.35
15772026-05-09T03:31:34.489Z Compiling anstream v1.0.0
15782026-05-09T03:31:34.623Z Compiling derive_more v0.99.20
15792026-05-09T03:31:35.328Z Compiling unicode-width v0.2.2
15802026-05-09T03:31:35.467Z Compiling clap_lex v1.1.0
15812026-05-09T03:31:36.119Z Compiling secrecy v0.10.3
15822026-05-09T03:31:36.257Z Compiling crucible-workspace-hack v0.1.0
15832026-05-09T03:31:36.272Z Compiling tinyvec_macros v0.1.1
15842026-05-09T03:31:36.287Z Compiling float-ord v0.3.2
15852026-05-09T03:31:36.338Z Compiling tinyvec v1.11.0
15862026-05-09T03:31:36.827Z Compiling dtrace-parser v0.2.0
15872026-05-09T03:31:36.830Z Compiling scroll_derive v0.12.1
15882026-05-09T03:31:36.997Z Compiling clap_derive v4.6.1
15892026-05-09T03:31:37.009Z Compiling num-integer v0.1.46
15902026-05-09T03:31:37.324Z Compiling rustc_version v0.4.1
15912026-05-09T03:31:37.546Z Compiling usdt-impl v0.5.0
15922026-05-09T03:31:37.598Z Compiling curve25519-dalek v4.1.3
15932026-05-09T03:31:37.823Z Compiling scroll v0.12.0
15942026-05-09T03:31:38.326Z Compiling dof v0.3.0
15952026-05-09T03:31:38.586Z Compiling terminal_size v0.4.4
15962026-05-09T03:31:38.648Z Compiling hmac v0.12.1
15972026-05-09T03:31:38.674Z Compiling darling_core v0.21.3
15982026-05-09T03:31:38.697Z Compiling inout v0.1.4
15992026-05-09T03:31:38.722Z Compiling ff v0.13.1
16002026-05-09T03:31:38.743Z Compiling thread-id v4.2.2
16012026-05-09T03:31:38.824Z Compiling group v0.13.0
16022026-05-09T03:31:38.839Z Compiling cipher v0.4.4
16032026-05-09T03:31:38.887Z Compiling hkdf v0.12.4
16042026-05-09T03:31:39.483Z Compiling goblin v0.8.2
16052026-05-09T03:31:39.580Z Compiling num-rational v0.4.2
16062026-05-09T03:31:39.643Z Compiling num-iter v0.1.45
16072026-05-09T03:31:39.763Z Compiling thiserror-impl-no-std v2.0.2
16082026-05-09T03:31:39.900Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16092026-05-09T03:31:40.000Z Compiling typify-macro v0.6.2
16102026-05-09T03:31:40.238Z Compiling crossbeam-epoch v0.9.18
16112026-05-09T03:31:40.577Z Compiling universal-hash v0.5.1
16122026-05-09T03:31:40.636Z Compiling half v2.7.1
16132026-05-09T03:31:40.706Z Compiling crypto-bigint v0.5.5
16142026-05-09T03:31:40.747Z Compiling darling_macro v0.21.3
16152026-05-09T03:31:40.836Z Compiling curve25519-dalek-derive v0.1.1
16162026-05-09T03:31:40.921Z Compiling num-complex v0.4.6
16172026-05-09T03:31:41.523Z Compiling opaque-debug v0.3.1
16182026-05-09T03:31:41.569Z Compiling base16ct v0.2.0
16192026-05-09T03:31:41.592Z Compiling base64ct v1.8.3
16202026-05-09T03:31:41.636Z Compiling ciborium-io v0.2.2
16212026-05-09T03:31:41.728Z Compiling ciborium-ll v0.2.2
16222026-05-09T03:31:41.731Z Compiling elliptic-curve v0.13.8
16232026-05-09T03:31:41.865Z Compiling password-hash v0.5.0
16242026-05-09T03:31:41.944Z Compiling poly1305 v0.8.0
16252026-05-09T03:31:42.029Z Compiling typify v0.6.2
16262026-05-09T03:31:42.347Z Compiling darling v0.21.3
16272026-05-09T03:31:42.395Z Compiling num v0.4.3
16282026-05-09T03:31:42.467Z Compiling thiserror-no-std v2.0.2
16292026-05-09T03:31:42.964Z Compiling chacha20 v0.9.1
16302026-05-09T03:31:43.180Z Compiling clap_builder v4.6.0
16312026-05-09T03:31:43.289Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16322026-05-09T03:31:43.341Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16332026-05-09T03:31:43.956Z Compiling blake2 v0.10.6
16342026-05-09T03:31:44.045Z Compiling byte-wrapper v0.1.0
16352026-05-09T03:31:44.399Z Compiling aead v0.5.2
16362026-05-09T03:31:44.410Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16372026-05-09T03:31:44.557Z Compiling proc-macro-error-attr v1.0.4
16382026-05-09T03:31:44.806Z Compiling prettyplease v0.2.37
16392026-05-09T03:31:44.933Z Compiling rustix v0.38.44
16402026-05-09T03:31:45.052Z Compiling heapless v0.8.0
16412026-05-09T03:31:45.065Z Compiling keccak v0.1.6
16422026-05-09T03:31:45.290Z Compiling unsafe-libyaml v0.2.11
16432026-05-09T03:31:45.382Z Compiling sha3 v0.10.9
16442026-05-09T03:31:45.952Z Compiling serde_yaml v0.9.34+deprecated
16452026-05-09T03:31:46.429Z Compiling clap v4.6.1
16462026-05-09T03:31:46.450Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16472026-05-09T03:31:46.578Z Compiling chacha20poly1305 v0.10.1
16482026-05-09T03:31:46.697Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16492026-05-09T03:31:46.976Z Compiling argon2 v0.5.3
16502026-05-09T03:31:47.194Z Compiling vsss-rs v3.3.4
16512026-05-09T03:31:47.261Z Compiling ingot-macros v0.1.1
16522026-05-09T03:31:47.480Z Compiling ciborium v0.2.2
16532026-05-09T03:31:48.071Z Compiling usdt-attr-macro v0.5.0
16542026-05-09T03:31:48.568Z Compiling usdt-macro v0.5.0
16552026-05-09T03:31:49.338Z Compiling toml_edit v0.25.11+spec-1.1.0
16562026-05-09T03:31:49.650Z Compiling rustls-webpki v0.103.13
16572026-05-09T03:31:50.645Z Compiling serde_spanned v0.6.9
16582026-05-09T03:31:50.687Z Compiling enum-as-inner v0.6.1
16592026-05-09T03:31:50.770Z Compiling hash32 v0.3.1
16602026-05-09T03:31:50.788Z Compiling proc-macro-error v1.0.4
16612026-05-09T03:31:50.925Z Compiling memmap v0.7.0
16622026-05-09T03:31:51.034Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16632026-05-09T03:31:51.116Z Compiling static_assertions v1.1.0
16642026-05-09T03:31:51.191Z Compiling toml_write v0.1.2
16652026-05-09T03:31:51.204Z Compiling smoltcp v0.11.0
16662026-05-09T03:31:51.264Z Compiling winnow v0.7.15
16672026-05-09T03:31:51.281Z Compiling indent_write v2.2.0
16682026-05-09T03:31:51.293Z Compiling data-encoding v2.11.0
16692026-05-09T03:31:51.387Z Compiling winnow v0.5.40
16702026-05-09T03:31:51.430Z Compiling usdt v0.5.0
16712026-05-09T03:31:51.780Z Compiling ingot-types v0.1.2
16722026-05-09T03:31:52.107Z Compiling proc-macro-crate v3.5.0
16732026-05-09T03:31:52.125Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16742026-05-09T03:31:52.190Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16752026-05-09T03:31:52.281Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16762026-05-09T03:31:52.533Z Compiling tabwriter v1.4.1
16772026-05-09T03:31:52.738Z Compiling toml_edit v0.19.15
16782026-05-09T03:31:52.779Z Compiling toml_edit v0.22.27
16792026-05-09T03:31:52.815Z Compiling cobs v0.3.0
16802026-05-09T03:31:52.943Z Compiling tokio-rustls v0.26.4
16812026-05-09T03:31:53.012Z Compiling rustls-platform-verifier v0.7.0
16822026-05-09T03:31:53.441Z Compiling hyper-rustls v0.27.9
16832026-05-09T03:31:53.488Z Compiling memoffset v0.9.1
16842026-05-09T03:31:53.733Z Compiling reqwest v0.13.3
16852026-05-09T03:31:53.762Z Compiling bitflags v1.3.2
16862026-05-09T03:31:53.839Z Compiling pkg-config v0.3.33
16872026-05-09T03:31:54.302Z Compiling vcpkg v0.2.15
16882026-05-09T03:31:54.509Z Compiling cfg_aliases v0.2.1
16892026-05-09T03:31:54.585Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16902026-05-09T03:31:54.778Z Compiling managed v0.8.0
16912026-05-09T03:31:54.836Z Compiling nix v0.31.2
16922026-05-09T03:31:54.867Z Compiling openssl-sys v0.9.115
16932026-05-09T03:31:54.996Z Compiling progenitor-client v0.14.0
16942026-05-09T03:31:55.228Z Compiling progenitor-extras v0.2.0
16952026-05-09T03:31:55.420Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16962026-05-09T03:31:56.012Z Compiling toml v0.8.23
16972026-05-09T03:31:56.140Z Compiling proc-macro-crate v1.3.1
16982026-05-09T03:31:56.458Z Compiling postcard v1.1.3
16992026-05-09T03:31:56.797Z Compiling num_enum_derive v0.7.6
17002026-05-09T03:31:56.978Z Compiling ingot v0.1.1
17012026-05-09T03:31:57.373Z Compiling hubpack_derive v0.1.1
17022026-05-09T03:31:57.899Z Compiling foreign-types-macros v0.2.3
17032026-05-09T03:31:57.948Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17042026-05-09T03:31:57.951Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17052026-05-09T03:31:57.971Z Compiling semver v0.1.20
17062026-05-09T03:31:58.205Z Compiling foreign-types-shared v0.3.1
17072026-05-09T03:31:58.224Z Compiling heck v0.4.1
17082026-05-09T03:31:58.244Z Compiling linked-hash-map v0.5.6
17092026-05-09T03:31:58.297Z Compiling resolv-conf v0.7.6
17102026-05-09T03:31:58.423Z Compiling unicode-segmentation v1.13.2
17112026-05-09T03:31:58.429Z Compiling colored v3.1.1
17122026-05-09T03:31:58.562Z Compiling cpufeatures v0.3.0
17132026-05-09T03:31:58.643Z Compiling swrite v0.1.0
17142026-05-09T03:31:58.677Z Compiling rayon-core v1.13.0
17152026-05-09T03:31:58.740Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17162026-05-09T03:31:58.824Z Compiling newline-converter v0.3.0
17172026-05-09T03:31:58.856Z Compiling chacha20 v0.10.0
17182026-05-09T03:31:58.859Z Compiling foreign-types v0.5.0
17192026-05-09T03:31:58.926Z Compiling lru-cache v0.1.2
17202026-05-09T03:31:58.950Z Compiling rustc_version v0.1.7
17212026-05-09T03:31:59.018Z Compiling hubpack v0.1.2
17222026-05-09T03:31:59.044Z Compiling num_enum v0.7.6
17232026-05-09T03:31:59.064Z Compiling num_enum_derive v0.5.11
17242026-05-09T03:31:59.195Z Compiling atomicwrites v0.4.4
17252026-05-09T03:31:59.207Z Compiling hickory-proto v0.24.4
17262026-05-09T03:31:59.352Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17272026-05-09T03:31:59.386Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17282026-05-09T03:32:00.088Z Compiling progenitor-impl v0.13.0
17292026-05-09T03:32:00.670Z Compiling crossbeam-deque v0.8.6
17302026-05-09T03:32:00.878Z Compiling console v0.15.11
17312026-05-09T03:32:01.488Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17322026-05-09T03:32:01.564Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17332026-05-09T03:32:01.879Z Compiling camino-tempfile v1.4.1
17342026-05-09T03:32:01.891Z Compiling serde-big-array v0.5.1
17352026-05-09T03:32:02.033Z Compiling num-derive v0.4.2
17362026-05-09T03:32:02.073Z Compiling derive-where v1.6.1
17372026-05-09T03:32:02.123Z Compiling serde_repr v0.1.20
17382026-05-09T03:32:02.359Z Compiling pin-project-internal v1.1.12
17392026-05-09T03:32:02.444Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17402026-05-09T03:32:02.742Z Compiling cstr-argument v0.1.2
17412026-05-09T03:32:02.910Z Compiling minimal-lexical v0.2.1
17422026-05-09T03:32:02.954Z Compiling similar v2.7.0
17432026-05-09T03:32:03.027Z Compiling siphasher v1.0.3
17442026-05-09T03:32:03.059Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17452026-05-09T03:32:03.169Z Compiling phf_shared v0.12.1
17462026-05-09T03:32:03.221Z Compiling nom v7.1.3
17472026-05-09T03:32:03.346Z Compiling expectorate v1.2.0
17482026-05-09T03:32:03.373Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17492026-05-09T03:32:03.497Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17502026-05-09T03:32:03.530Z Compiling pin-project v1.1.12
17512026-05-09T03:32:03.630Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17522026-05-09T03:32:03.641Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17532026-05-09T03:32:03.652Z Compiling progenitor-macro v0.13.0
17542026-05-09T03:32:03.749Z Compiling hickory-resolver v0.24.4
17552026-05-09T03:32:03.924Z Compiling num_enum v0.5.11
17562026-05-09T03:32:04.042Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17572026-05-09T03:32:04.575Z Compiling newtype_derive v0.1.6
17582026-05-09T03:32:04.586Z Compiling rand v0.10.1
17592026-05-09T03:32:04.823Z Compiling progenitor-client v0.13.0
17602026-05-09T03:32:05.286Z Compiling progenitor-impl v0.14.0
17612026-05-09T03:32:05.716Z Compiling unicode-normalization v0.1.25
17622026-05-09T03:32:06.187Z Compiling tokio-stream v0.1.18
17632026-05-09T03:32:06.330Z Compiling snafu-derive v0.8.9
17642026-05-09T03:32:06.355Z Compiling async-recursion v1.1.1
17652026-05-09T03:32:06.634Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17662026-05-09T03:32:06.645Z Compiling slog-dtrace v0.3.0
17672026-05-09T03:32:06.900Z Compiling bstr v1.12.1
17682026-05-09T03:32:06.939Z Compiling csv-core v0.1.13
17692026-05-09T03:32:07.058Z Compiling openssl v0.10.79
17702026-05-09T03:32:07.205Z Compiling chrono-tz v0.10.4
17712026-05-09T03:32:07.345Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17722026-05-09T03:32:07.390Z Compiling same-file v1.0.6
17732026-05-09T03:32:07.436Z Compiling unicode-xid v0.2.6
17742026-05-09T03:32:07.562Z Compiling foreign-types-shared v0.1.1
17752026-05-09T03:32:07.573Z Compiling owo-colors v4.3.0
17762026-05-09T03:32:07.656Z Compiling konst_macro_rules v0.2.19
17772026-05-09T03:32:07.879Z Compiling cancel-safe-futures v0.1.5
17782026-05-09T03:32:07.939Z Compiling highway v1.3.0
17792026-05-09T03:32:08.144Z Compiling unicode-width v0.1.14
17802026-05-09T03:32:08.150Z Compiling foldhash v0.1.5
17812026-05-09T03:32:08.336Z Compiling hashbrown v0.15.5
17822026-05-09T03:32:08.347Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17832026-05-09T03:32:08.426Z Compiling snafu v0.8.9
17842026-05-09T03:32:08.714Z Compiling progenitor v0.13.0
17852026-05-09T03:32:08.772Z Compiling konst v0.2.20
17862026-05-09T03:32:08.814Z Compiling foreign-types v0.3.2
17872026-05-09T03:32:08.853Z Compiling const_format_proc_macros v0.2.34
17882026-05-09T03:32:08.864Z Compiling walkdir v2.5.0
17892026-05-09T03:32:08.868Z Compiling progenitor-macro v0.14.0
17902026-05-09T03:32:08.920Z Compiling globset v0.4.18
17912026-05-09T03:32:09.020Z Compiling csv v1.4.0
17922026-05-09T03:32:09.334Z Compiling qorb v0.4.1
17932026-05-09T03:32:09.595Z Compiling olpc-cjson v0.1.4
17942026-05-09T03:32:09.672Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17952026-05-09T03:32:09.759Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17962026-05-09T03:32:10.300Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17972026-05-09T03:32:10.854Z Compiling rayon v1.12.0
17982026-05-09T03:32:11.313Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17992026-05-09T03:32:11.408Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18002026-05-09T03:32:11.532Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18012026-05-09T03:32:11.658Z Compiling phf v0.12.1
18022026-05-09T03:32:11.807Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18032026-05-09T03:32:12.293Z Compiling zone_cfg_derive v0.3.1
18042026-05-09T03:32:12.458Z Compiling tokio-dtrace v0.1.1
18052026-05-09T03:32:12.759Z Compiling itertools v0.12.1
18062026-05-09T03:32:12.793Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18072026-05-09T03:32:12.839Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18082026-05-09T03:32:12.994Z Compiling libsw-core v0.3.2
18092026-05-09T03:32:13.060Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18102026-05-09T03:32:13.164Z Compiling serde_plain v1.0.2
18112026-05-09T03:32:13.218Z Compiling openssl-macros v0.1.1
18122026-05-09T03:32:13.375Z Compiling pem v3.0.6
18132026-05-09T03:32:13.668Z Compiling cookie v0.18.1
18142026-05-09T03:32:13.727Z Compiling sigpipe v0.1.3
18152026-05-09T03:32:13.742Z Compiling typed-path v0.9.3
18162026-05-09T03:32:13.760Z Compiling fixedbitset v0.5.7
18172026-05-09T03:32:13.812Z Compiling fixedbitset v0.4.2
18182026-05-09T03:32:13.910Z Compiling glob v0.3.3
18192026-05-09T03:32:13.910Z Compiling bytecount v0.6.9
18202026-05-09T03:32:13.988Z Compiling jiff v0.2.24
18212026-05-09T03:32:14.043Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18222026-05-09T03:32:14.056Z Compiling papergrid v0.11.0
18232026-05-09T03:32:14.086Z Compiling petgraph v0.6.5
18242026-05-09T03:32:14.298Z Compiling petgraph v0.8.3
18252026-05-09T03:32:14.354Z Compiling progenitor v0.14.0
18262026-05-09T03:32:14.538Z Compiling zone v0.3.1
18272026-05-09T03:32:15.074Z Compiling tough v0.20.0
18282026-05-09T03:32:15.619Z Compiling libsw v3.5.0
18292026-05-09T03:32:15.802Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-05-09T03:32:15.840Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18312026-05-09T03:32:16.091Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18322026-05-09T03:32:16.098Z Compiling oxide-tokio-rt v0.1.5
18332026-05-09T03:32:16.283Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18342026-05-09T03:32:16.293Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18352026-05-09T03:32:17.476Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18362026-05-09T03:32:17.541Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18372026-05-09T03:32:17.822Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18382026-05-09T03:32:17.977Z Compiling const_format v0.2.36
18392026-05-09T03:32:17.994Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18402026-05-09T03:32:18.626Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18412026-05-09T03:32:18.834Z Compiling tabled_derive v0.7.0
18422026-05-09T03:32:18.846Z Compiling gethostname v0.5.0
18432026-05-09T03:32:18.899Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18442026-05-09T03:32:18.965Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18452026-05-09T03:32:19.022Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18462026-05-09T03:32:19.037Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18472026-05-09T03:32:19.043Z Compiling smf v0.2.3
18482026-05-09T03:32:19.143Z Compiling bcs v0.1.6
18492026-05-09T03:32:19.470Z Compiling crunchy v0.2.4
18502026-05-09T03:32:19.617Z Compiling termtree v0.5.1
18512026-05-09T03:32:19.650Z Compiling smawk v0.3.2
18522026-05-09T03:32:19.773Z Compiling tagptr v0.2.0
18532026-05-09T03:32:19.785Z Compiling unicode-linebreak v0.1.5
18542026-05-09T03:32:19.795Z Compiling linear-map v1.2.0
18552026-05-09T03:32:19.816Z Compiling whoami v1.6.1
18562026-05-09T03:32:19.827Z Compiling lazy_static v1.5.0
18572026-05-09T03:32:19.926Z Compiling steno v0.4.1
18582026-05-09T03:32:19.937Z Compiling moka v0.12.15
18592026-05-09T03:32:19.977Z Compiling textwrap v0.16.2
18602026-05-09T03:32:20.133Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18612026-05-09T03:32:20.398Z Compiling tabled v0.15.0
18622026-05-09T03:32:20.517Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18632026-05-09T03:32:21.048Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18642026-05-09T03:32:21.229Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18652026-05-09T03:32:21.763Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18662026-05-09T03:32:22.574Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18672026-05-09T03:32:23.121Z Compiling hickory-proto v0.25.2
18682026-05-09T03:32:23.181Z Compiling tiny-keccak v2.0.2
18692026-05-09T03:32:23.421Z Compiling humantime v2.3.0
18702026-05-09T03:32:23.666Z Compiling parking_lot_core v0.8.6
18712026-05-09T03:32:23.941Z Compiling libscf-sys v1.2.0
18722026-05-09T03:32:23.974Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18732026-05-09T03:32:24.003Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18742026-05-09T03:32:24.083Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18752026-05-09T03:32:24.280Z Compiling const-random-macro v0.1.16
18762026-05-09T03:32:24.477Z Compiling smartstring v1.0.1
18772026-05-09T03:32:24.576Z Compiling ahash v0.8.12
18782026-05-09T03:32:24.696Z Compiling const-random v0.1.18
18792026-05-09T03:32:24.771Z Compiling parking_lot v0.11.2
18802026-05-09T03:32:24.835Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18812026-05-09T03:32:24.890Z Compiling fxhash v0.2.1
18822026-05-09T03:32:25.013Z Compiling hickory-resolver v0.25.2
18832026-05-09T03:32:25.027Z Compiling internet-checksum v0.2.1
18842026-05-09T03:32:25.142Z Compiling sled v0.34.7
18852026-05-09T03:32:25.176Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18862026-05-09T03:32:25.331Z Compiling thin-vec v0.2.18
18872026-05-09T03:32:25.399Z Compiling rhai_codegen v3.1.0
18882026-05-09T03:32:25.621Z Compiling sdd v3.0.10
18892026-05-09T03:32:25.669Z Compiling serial_test_derive v3.4.0
18902026-05-09T03:32:25.957Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18912026-05-09T03:32:26.407Z Compiling scc v2.4.0
18922026-05-09T03:32:26.620Z Compiling rhai v1.24.0
18932026-05-09T03:32:26.635Z Compiling nom v8.0.0
18942026-05-09T03:32:27.157Z Compiling yansi v1.0.1
18952026-05-09T03:32:27.246Z Compiling diff v0.1.13
18962026-05-09T03:32:27.480Z Compiling serial_test v3.4.0
18972026-05-09T03:32:27.539Z Compiling pretty_assertions v1.4.1
18982026-05-09T03:32:30.282Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18992026-05-09T03:32:38.264Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
19002026-05-09T03:32:40.721Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
19012026-05-09T03:32:40.872Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19022026-05-09T03:32:42.009Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19032026-05-09T03:32:42.808Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19042026-05-09T03:32:44.255Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19052026-05-09T03:33:19.994Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 22s
19062026-05-09T03:33:20.174Z────────────
19072026-05-09T03:33:20.174Z Nextest run ID 7f2ae181-f37f-41d1-ac0e-cceec0c1a7c7 with nextest profile: default
19082026-05-09T03:33:20.174Z Starting 150 tests across 1 binary
19092026-05-09T03:33:20.184Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19102026-05-09T03:33:20.184Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19112026-05-09T03:33:20.187Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19122026-05-09T03:33:20.187Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19132026-05-09T03:33:20.188Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19142026-05-09T03:33:20.188Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19152026-05-09T03:33:20.188Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19162026-05-09T03:33:20.188Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19172026-05-09T03:33:20.193Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19182026-05-09T03:33:20.197Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19192026-05-09T03:33:20.197Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19202026-05-09T03:33:20.197Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19212026-05-09T03:33:20.197Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19222026-05-09T03:33:20.197Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19232026-05-09T03:33:20.197Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19242026-05-09T03:33:20.198Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19252026-05-09T03:33:20.202Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19262026-05-09T03:33:20.205Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19272026-05-09T03:33:20.205Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19282026-05-09T03:33:20.205Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19292026-05-09T03:33:20.205Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19302026-05-09T03:33:20.205Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19312026-05-09T03:33:20.205Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19322026-05-09T03:33:20.205Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19332026-05-09T03:33:20.211Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19342026-05-09T03:33:20.211Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19352026-05-09T03:33:20.214Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19362026-05-09T03:33:20.214Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19372026-05-09T03:33:20.214Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19382026-05-09T03:33:20.214Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19392026-05-09T03:33:20.214Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19402026-05-09T03:33:20.214Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19412026-05-09T03:33:20.220Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19422026-05-09T03:33:20.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19432026-05-09T03:33:20.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19442026-05-09T03:33:20.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19452026-05-09T03:33:20.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19462026-05-09T03:33:20.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19472026-05-09T03:33:20.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19482026-05-09T03:33:20.223Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19492026-05-09T03:33:20.229Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19502026-05-09T03:33:20.229Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19512026-05-09T03:33:20.229Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19522026-05-09T03:33:20.232Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19532026-05-09T03:33:20.233Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19542026-05-09T03:33:20.233Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19552026-05-09T03:33:20.233Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19562026-05-09T03:33:20.233Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19572026-05-09T03:33:20.239Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19582026-05-09T03:33:20.245Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19592026-05-09T03:33:20.246Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19602026-05-09T03:33:20.246Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19612026-05-09T03:33:20.246Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19622026-05-09T03:33:20.247Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19632026-05-09T03:33:20.247Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19642026-05-09T03:33:20.247Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19652026-05-09T03:33:20.250Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_round_trip
19662026-05-09T03:33:20.250Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
19672026-05-09T03:33:20.250Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19682026-05-09T03:33:20.250Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19692026-05-09T03:33:20.256Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19702026-05-09T03:33:20.256Z PASS [ 0.011s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19712026-05-09T03:33:20.257Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19722026-05-09T03:33:20.257Z PASS [ 0.010s] bgp messages::tests::prefix_within
19732026-05-09T03:33:20.260Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19742026-05-09T03:33:20.260Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19752026-05-09T03:33:20.260Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19762026-05-09T03:33:20.260Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19772026-05-09T03:33:20.260Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19782026-05-09T03:33:20.260Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19792026-05-09T03:33:20.260Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19802026-05-09T03:33:20.264Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19812026-05-09T03:33:20.268Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19822026-05-09T03:33:20.268Z PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19832026-05-09T03:33:20.271Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19842026-05-09T03:33:20.271Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19852026-05-09T03:33:20.271Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19862026-05-09T03:33:20.271Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19872026-05-09T03:33:20.271Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19882026-05-09T03:33:20.271Z PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19892026-05-09T03:33:20.276Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19902026-05-09T03:33:20.280Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19912026-05-09T03:33:20.280Z PASS [ 0.008s] bgp messages::tests::test_nexthop_length_validation
19922026-05-09T03:33:20.280Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19932026-05-09T03:33:20.292Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
19942026-05-09T03:33:20.295Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
19952026-05-09T03:33:20.295Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19962026-05-09T03:33:20.295Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
19972026-05-09T03:33:20.295Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
19982026-05-09T03:33:20.299Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
19992026-05-09T03:33:20.300Z PASS [ 0.021s] bgp policy::test::update_shape_community
20002026-05-09T03:33:20.305Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20012026-05-09T03:33:20.308Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20022026-05-09T03:33:20.308Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20032026-05-09T03:33:20.312Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20042026-05-09T03:33:20.312Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20052026-05-09T03:33:20.312Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20062026-05-09T03:33:20.312Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20072026-05-09T03:33:20.312Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20082026-05-09T03:33:20.320Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20092026-05-09T03:33:20.325Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20102026-05-09T03:33:20.325Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20112026-05-09T03:33:20.328Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20122026-05-09T03:33:20.328Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20132026-05-09T03:33:20.332Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20142026-05-09T03:33:20.332Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20152026-05-09T03:33:20.332Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20162026-05-09T03:33:20.332Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20172026-05-09T03:33:20.335Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20182026-05-09T03:33:20.338Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20192026-05-09T03:33:20.338Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20202026-05-09T03:33:20.338Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20212026-05-09T03:33:20.338Z PASS [ 0.032s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20222026-05-09T03:33:20.338Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20232026-05-09T03:33:20.341Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20242026-05-09T03:33:20.342Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20252026-05-09T03:33:20.345Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20262026-05-09T03:33:20.345Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20272026-05-09T03:33:20.345Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20282026-05-09T03:33:20.349Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20292026-05-09T03:33:20.349Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20302026-05-09T03:33:23.405Z PASS [ 3.065s] bgp test::test_basic_peering_passive
20312026-05-09T03:33:23.406Z PASS [ 3.067s] bgp test::test_basic_peering_active
20322026-05-09T03:33:23.409Z PASS [ 3.063s] bgp test::test_basic_update
20332026-05-09T03:33:23.412Z PASS [ 3.064s] bgp test::test_basic_update_ipv6
20342026-05-09T03:33:23.418Z PASS [ 3.070s] bgp test::test_basic_peering_passive_tcp
20352026-05-09T03:33:23.426Z PASS [ 3.078s] bgp test::test_basic_update_tcp
20362026-05-09T03:33:23.430Z PASS [ 3.081s] bgp test::test_basic_update_ipv6_tcp
20372026-05-09T03:33:23.430Z PASS [ 3.088s] bgp test::test_basic_peering_active_tcp
20382026-05-09T03:33:26.485Z PASS [ 3.071s] bgp test::test_ipv6_basic_peering_active
20392026-05-09T03:33:26.492Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20402026-05-09T03:33:26.511Z PASS [ 3.084s] bgp test::test_ipv6_basic_peering_passive_tcp
20412026-05-09T03:33:27.490Z PASS [ 4.079s] bgp test::test_ipv4_routes_ipv6_peer_success
20422026-05-09T03:33:27.490Z PASS [ 4.081s] bgp test::test_import_export_policy_filtering
20432026-05-09T03:33:27.496Z PASS [ 4.087s] bgp test::test_dual_stack_routes_ipv6_peer_success
20442026-05-09T03:33:27.509Z PASS [ 4.102s] bgp test::test_dual_stack_routes_ipv4_peer_success
20452026-05-09T03:33:27.514Z PASS [ 4.084s] bgp test::test_ipv6_basic_peering_active_tcp
20462026-05-09T03:33:27.553Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20472026-05-09T03:33:28.581Z PASS [ 1.088s] bgp test::test_three_router_chain_tcp_ipv6
20482026-05-09T03:33:28.590Z PASS [ 1.101s] bgp test::test_three_router_chain_tcp
20492026-05-09T03:33:29.329Z PASS [ 2.817s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20502026-05-09T03:33:29.551Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20512026-05-09T03:33:29.642Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
20522026-05-09T03:33:30.564Z PASS [ 4.076s] bgp test::test_ipv6_routes_ipv4_peer_success
20532026-05-09T03:33:30.575Z PASS [ 3.066s] bgp test::test_three_router_chain_unnumbered
20542026-05-09T03:33:32.570Z PASS [ 5.059s] bgp test::test_unnumbered_dualstack_route_exchange
20552026-05-09T03:33:34.390Z PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change
20562026-05-09T03:33:37.653Z PASS [ 9.061s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20572026-05-09T03:33:38.614Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20582026-05-09T03:33:45.619Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20592026-05-09T03:33:45.619Z────────────
20602026-05-09T03:33:45.619Z Summary [ 25.443s] 150 tests run: 150 passed, 0 skipped
20612026-05-09T03:33:45.632Z+ 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/
20622026-05-09T03:33:45.638Z+ popd
20632026-05-09T03:33:45.638Z/work/oxidecomputer/maghemite
20642026-05-09T03:33:45.638Z+ pushd mgd
20652026-05-09T03:33:45.638Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20662026-05-09T03:33:45.642Z+ pfexec cargo nextest run
20672026-05-09T03:33:46.807Z Compiling slog v2.8.2
20682026-05-09T03:33:46.912Z Compiling usdt v0.6.0
20692026-05-09T03:33:46.998Z Compiling typify-impl v0.4.3
20702026-05-09T03:33:47.016Z Compiling proc-macro-error-attr2 v2.0.0
20712026-05-09T03:33:47.036Z Compiling papergrid v0.17.0
20722026-05-09T03:33:47.183Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
20732026-05-09T03:33:47.194Z Compiling testing_table v0.3.0
20742026-05-09T03:33:47.290Z Compiling slog-json v2.6.1
20752026-05-09T03:33:47.351Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20762026-05-09T03:33:47.478Z Compiling slog-term v2.9.2
20772026-05-09T03:33:47.491Z Compiling slog-async v2.8.0
20782026-05-09T03:33:47.662Z Compiling slog-bunyan v2.5.0
20792026-05-09T03:33:47.674Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20802026-05-09T03:33:47.813Z Compiling dropshot v0.17.0
20812026-05-09T03:33:47.935Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20822026-05-09T03:33:48.183Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20832026-05-09T03:33:48.642Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20842026-05-09T03:33:48.796Z Compiling slog-dtrace v0.3.0
20852026-05-09T03:33:49.035Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20862026-05-09T03:33:49.118Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20872026-05-09T03:33:49.162Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20882026-05-09T03:33:49.387Z Compiling steno v0.4.1
20892026-05-09T03:33:50.795Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20902026-05-09T03:33:52.582Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20912026-05-09T03:33:53.194Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20922026-05-09T03:33:53.217Z Compiling typify-macro v0.4.3
20932026-05-09T03:33:53.791Z Compiling proc-macro-error2 v2.0.1
20942026-05-09T03:33:54.076Z Compiling tabled_derive v0.11.0
20952026-05-09T03:33:54.402Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20962026-05-09T03:33:54.471Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
20972026-05-09T03:33:54.580Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
20982026-05-09T03:33:54.772Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
20992026-05-09T03:33:54.845Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21002026-05-09T03:33:55.156Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21012026-05-09T03:33:55.201Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21022026-05-09T03:33:55.238Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21032026-05-09T03:33:56.179Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21042026-05-09T03:33:56.327Z Compiling typify v0.4.3
21052026-05-09T03:33:56.428Z Compiling progenitor-impl v0.11.2
21062026-05-09T03:33:57.367Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21072026-05-09T03:33:57.417Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21082026-05-09T03:33:57.479Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21092026-05-09T03:33:57.571Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21102026-05-09T03:33:57.620Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21112026-05-09T03:33:57.860Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21122026-05-09T03:33:59.287Z Compiling tabled v0.20.0
21132026-05-09T03:33:59.583Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21142026-05-09T03:33:59.706Z Compiling progenitor-client v0.11.2
21152026-05-09T03:33:59.977Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21162026-05-09T03:34:00.001Z Compiling crc8 v0.1.1
21172026-05-09T03:34:00.013Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21182026-05-09T03:34:00.026Z Compiling progenitor-macro v0.11.2
21192026-05-09T03:34:00.118Z Compiling dropshot-api-manager-types v0.7.1
21202026-05-09T03:34:00.619Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21212026-05-09T03:34:03.067Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21222026-05-09T03:34:03.070Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21232026-05-09T03:34:03.980Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21242026-05-09T03:34:04.007Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21252026-05-09T03:34:04.289Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21262026-05-09T03:34:04.722Z Compiling progenitor v0.11.2
21272026-05-09T03:34:04.867Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21282026-05-09T03:34:07.970Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21292026-05-09T03:34:08.140Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21302026-05-09T03:34:12.363Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21312026-05-09T03:34:19.856Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21322026-05-09T03:34:21.495Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
21332026-05-09T03:34:22.527Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21342026-05-09T03:34:23.677Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21352026-05-09T03:34:24.449Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21362026-05-09T03:34:25.927Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21372026-05-09T03:34:25.931Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21382026-05-09T03:34:25.931Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21392026-05-09T03:34:32.742Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21402026-05-09T03:34:34.266Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21412026-05-09T03:34:34.266Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21422026-05-09T03:34:35.461Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21432026-05-09T03:35:03.506Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
21442026-05-09T03:35:03.673Z────────────
21452026-05-09T03:35:03.673Z Nextest run ID 6fde4c72-8e86-4092-a0fb-07d907cbc981 with nextest profile: default
21462026-05-09T03:35:03.673Z Starting 32 tests across 1 binary
21472026-05-09T03:35:03.683Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21482026-05-09T03:35:03.687Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21492026-05-09T03:35:03.700Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21502026-05-09T03:35:03.716Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21512026-05-09T03:35:03.732Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21522026-05-09T03:35:03.732Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21532026-05-09T03:35:03.732Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21542026-05-09T03:35:03.743Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21552026-05-09T03:35:03.743Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21562026-05-09T03:35:03.743Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21572026-05-09T03:35:03.743Z PASS [ 0.060s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21582026-05-09T03:35:03.746Z PASS [ 0.053s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21592026-05-09T03:35:03.747Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21602026-05-09T03:35:03.747Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21612026-05-09T03:35:03.747Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21622026-05-09T03:35:03.747Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21632026-05-09T03:35:03.747Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21642026-05-09T03:35:03.747Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21652026-05-09T03:35:03.747Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21662026-05-09T03:35:03.750Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21672026-05-09T03:35:03.754Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21682026-05-09T03:35:03.754Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21692026-05-09T03:35:03.754Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21702026-05-09T03:35:03.754Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21712026-05-09T03:35:03.754Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21722026-05-09T03:35:03.754Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21732026-05-09T03:35:03.758Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21742026-05-09T03:35:03.762Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21752026-05-09T03:35:03.762Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21762026-05-09T03:35:03.762Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21772026-05-09T03:35:03.762Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21782026-05-09T03:35:03.762Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21792026-05-09T03:35:03.762Z────────────
21802026-05-09T03:35:03.762Z Summary [ 0.087s] 32 tests run: 32 passed, 0 skipped
21812026-05-09T03:35:03.772Z+ cp apply_remove_entire_group.log /work/
21822026-05-09T03:35:03.776Z+ popd
21832026-05-09T03:35:03.776Z/work/oxidecomputer/maghemite
21842026-05-09T03:35:03.776Zprocess exited: duration 429382 ms, exit code 0
 
21852026-05-09T03:35:03.788Zfound 66 output files
21862026-05-09T03:35:03.788Zuploading: /work/apply_remove_entire_group.log (13244 bytes)
21872026-05-09T03:35:04.800Zuploaded: /work/apply_remove_entire_group.log
21882026-05-09T03:35:04.800Zuploading: /work/dualstack_routes.log (119991 bytes)
21892026-05-09T03:35:05.820Zuploaded: /work/dualstack_routes.log
21902026-05-09T03:35:05.820Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2134 bytes)
21912026-05-09T03:35:06.831Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21922026-05-09T03:35:06.831Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1540 bytes)
21932026-05-09T03:35:07.841Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21942026-05-09T03:35:07.841Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2228 bytes)
21952026-05-09T03:35:08.850Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21962026-05-09T03:35:08.850Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2060 bytes)
21972026-05-09T03:35:09.860Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21982026-05-09T03:35:09.860Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2387 bytes)
21992026-05-09T03:35:10.871Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22002026-05-09T03:35:10.871Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2293 bytes)
22012026-05-09T03:35:11.880Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22022026-05-09T03:35:11.880Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2385 bytes)
22032026-05-09T03:35:12.889Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22042026-05-09T03:35:12.889Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2257 bytes)
22052026-05-09T03:35:13.901Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22062026-05-09T03:35:13.901Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2289 bytes)
22072026-05-09T03:35:14.910Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22082026-05-09T03:35:14.911Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2219 bytes)
22092026-05-09T03:35:15.924Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22102026-05-09T03:35:15.924Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2385 bytes)
22112026-05-09T03:35:16.943Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22122026-05-09T03:35:16.943Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2534 bytes)
22132026-05-09T03:35:17.960Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22142026-05-09T03:35:17.961Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3661 bytes)
22152026-05-09T03:35:18.993Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22162026-05-09T03:35:18.994Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3504 bytes)
22172026-05-09T03:35:20.052Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22182026-05-09T03:35:20.052Zuploading: /work/multiple_unnumbered.log (142053 bytes)
22192026-05-09T03:35:21.065Zuploaded: /work/multiple_unnumbered.log
22202026-05-09T03:35:21.065Zuploading: /work/ndp_change_reset.log (69504 bytes)
22212026-05-09T03:35:22.080Zuploaded: /work/ndp_change_reset.log
22222026-05-09T03:35:22.080Zuploading: /work/ndp_changes.log (88430 bytes)
22232026-05-09T03:35:23.093Zuploaded: /work/ndp_changes.log
22242026-05-09T03:35:23.093Zuploading: /work/r1.test_basic_peering_active.log (40387 bytes)
22252026-05-09T03:35:24.108Zuploaded: /work/r1.test_basic_peering_active.log
22262026-05-09T03:35:24.109Zuploading: /work/r1.test_basic_peering_active_tcp.log (45517 bytes)
22272026-05-09T03:35:25.122Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22282026-05-09T03:35:25.122Zuploading: /work/r1.test_basic_peering_passive.log (33861 bytes)
22292026-05-09T03:35:26.134Zuploaded: /work/r1.test_basic_peering_passive.log
22302026-05-09T03:35:26.134Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39691 bytes)
22312026-05-09T03:35:27.149Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22322026-05-09T03:35:27.149Zuploading: /work/r1.test_basic_update.log (43549 bytes)
22332026-05-09T03:35:28.162Zuploaded: /work/r1.test_basic_update.log
22342026-05-09T03:35:28.162Zuploading: /work/r1.test_basic_update_ipv6.log (32352 bytes)
22352026-05-09T03:35:29.175Zuploaded: /work/r1.test_basic_update_ipv6.log
22362026-05-09T03:35:29.175Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31130 bytes)
22372026-05-09T03:35:30.188Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22382026-05-09T03:35:30.188Zuploading: /work/r1.test_basic_update_tcp.log (31395 bytes)
22392026-05-09T03:35:31.200Zuploaded: /work/r1.test_basic_update_tcp.log
22402026-05-09T03:35:31.200Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43169 bytes)
22412026-05-09T03:35:32.213Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22422026-05-09T03:35:32.214Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43901 bytes)
22432026-05-09T03:35:33.227Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22442026-05-09T03:35:33.227Zuploading: /work/r1.test_import_export_policy_filtering.log (40193 bytes)
22452026-05-09T03:35:34.240Zuploaded: /work/r1.test_import_export_policy_filtering.log
22462026-05-09T03:35:34.240Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (49902 bytes)
22472026-05-09T03:35:35.252Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22482026-05-09T03:35:35.252Zuploading: /work/r1.test_ipv6_basic_peering_active.log (38144 bytes)
22492026-05-09T03:35:36.267Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22502026-05-09T03:35:36.267Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48766 bytes)
22512026-05-09T03:35:37.281Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22522026-05-09T03:35:37.281Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33733 bytes)
22532026-05-09T03:35:38.296Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22542026-05-09T03:35:38.296Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40740 bytes)
22552026-05-09T03:35:39.307Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22562026-05-09T03:35:39.307Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35677 bytes)
22572026-05-09T03:35:40.323Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22582026-05-09T03:35:40.323Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29940 bytes)
22592026-05-09T03:35:41.335Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22602026-05-09T03:35:41.335Zuploading: /work/r1.test_three_router_chain_tcp.log (25858 bytes)
22612026-05-09T03:35:42.349Zuploaded: /work/r1.test_three_router_chain_tcp.log
22622026-05-09T03:35:42.349Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (27093 bytes)
22632026-05-09T03:35:43.361Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22642026-05-09T03:35:43.361Zuploading: /work/r2.test_basic_peering_active.log (38828 bytes)
22652026-05-09T03:35:44.373Zuploaded: /work/r2.test_basic_peering_active.log
22662026-05-09T03:35:44.373Zuploading: /work/r2.test_basic_peering_active_tcp.log (44389 bytes)
22672026-05-09T03:35:45.385Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22682026-05-09T03:35:45.385Zuploading: /work/r2.test_basic_peering_passive.log (41462 bytes)
22692026-05-09T03:35:46.399Zuploaded: /work/r2.test_basic_peering_passive.log
22702026-05-09T03:35:46.399Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45946 bytes)
22712026-05-09T03:35:47.432Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22722026-05-09T03:35:47.432Zuploading: /work/r2.test_basic_update.log (46433 bytes)
22732026-05-09T03:35:48.450Zuploaded: /work/r2.test_basic_update.log
22742026-05-09T03:35:48.450Zuploading: /work/r2.test_basic_update_ipv6.log (32659 bytes)
22752026-05-09T03:35:49.460Zuploaded: /work/r2.test_basic_update_ipv6.log
22762026-05-09T03:35:49.461Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32786 bytes)
22772026-05-09T03:35:50.474Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22782026-05-09T03:35:50.475Zuploading: /work/r2.test_basic_update_tcp.log (32800 bytes)
22792026-05-09T03:35:51.487Zuploaded: /work/r2.test_basic_update_tcp.log
22802026-05-09T03:35:51.487Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (44109 bytes)
22812026-05-09T03:35:52.500Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22822026-05-09T03:35:52.500Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43824 bytes)
22832026-05-09T03:35:53.515Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22842026-05-09T03:35:53.516Zuploading: /work/r2.test_import_export_policy_filtering.log (36559 bytes)
22852026-05-09T03:35:54.530Zuploaded: /work/r2.test_import_export_policy_filtering.log
22862026-05-09T03:35:54.530Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (42519 bytes)
22872026-05-09T03:35:55.553Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22882026-05-09T03:35:55.554Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38849 bytes)
22892026-05-09T03:35:56.567Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22902026-05-09T03:35:56.568Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47728 bytes)
22912026-05-09T03:35:57.597Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22922026-05-09T03:35:57.597Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41234 bytes)
22932026-05-09T03:35:58.612Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22942026-05-09T03:35:58.613Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (47630 bytes)
22952026-05-09T03:35:59.635Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22962026-05-09T03:35:59.635Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38163 bytes)
22972026-05-09T03:36:00.661Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22982026-05-09T03:36:00.661Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28068 bytes)
22992026-05-09T03:36:01.678Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23002026-05-09T03:36:01.678Zuploading: /work/r2.test_three_router_chain_tcp.log (44826 bytes)
23012026-05-09T03:36:02.689Zuploaded: /work/r2.test_three_router_chain_tcp.log
23022026-05-09T03:36:02.689Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41381 bytes)
23032026-05-09T03:36:03.699Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23042026-05-09T03:36:03.699Zuploading: /work/r3.test_three_router_chain_tcp.log (20597 bytes)
23052026-05-09T03:36:04.714Zuploaded: /work/r3.test_three_router_chain_tcp.log
23062026-05-09T03:36:04.714Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21412 bytes)
23072026-05-09T03:36:05.732Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23082026-05-09T03:36:05.732Zuploading: /work/same_linklocal.log (156695 bytes)
23092026-05-09T03:36:06.750Zuploaded: /work/same_linklocal.log
23102026-05-09T03:36:06.750Zuploading: /work/three_chain.log (132551 bytes)
23112026-05-09T03:36:07.786Zuploaded: /work/three_chain.log
23122026-05-09T03:36:07.786Zuploading: /work/unnumbered_expiry.log (88283 bytes)
23132026-05-09T03:36:08.802Zuploaded: /work/unnumbered_expiry.log
23142026-05-09T03:36:08.802Zuploading: /work/unnumbered_interface_lifecycle.log (161413 bytes)
23152026-05-09T03:36:09.823Zuploaded: /work/unnumbered_interface_lifecycle.log
23162026-05-09T03:36:09.823Zuploading: /work/unnumbered_peer_change.log (81882 bytes)
23172026-05-09T03:36:10.842Zuploaded: /work/unnumbered_peer_change.log