01KMZVA2R5T5X1DJE41XXR2502: 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: 01KMZVAX533Z2CME1CSKGSNVXB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:07:43.989Zjob assigned to worker 01KMZVD2YXQGVQT6VCAM9D08K7 [factory aws, i-0bfc0236194ad56d0] (queued for 1 m 54 s)
 
22026-03-30T17:07:50.632Zstarting task 0: "setup"
32026-03-30T17:07:50.636Z++ uname -s
42026-03-30T17:07:50.641Z+ kern=SunOS
52026-03-30T17:07:50.641Z+ build_user=build
62026-03-30T17:07:50.641Z+ build_uid=12345
72026-03-30T17:07:50.641Z+ work_dir=/work
82026-03-30T17:07:50.641Z+ input_dir=/input
92026-03-30T17:07:50.641Z+ [[ 0 == 12345 ]]
102026-03-30T17:07:50.641Z+ case "$kern" in
112026-03-30T17:07:50.641Z+ groupadd -g 12345 build
122026-03-30T17:07:50.645Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T17:07:52.647Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T17:07:52.768Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T17:07:52.771Z+ home_fs=zfs
162026-03-30T17:07:52.771Z+ [[ zfs == autofs ]]
172026-03-30T17:07:52.771Z+ mkdir -p /home/build
182026-03-30T17:07:52.771Z+ chown build:build /home/build /work
192026-03-30T17:07:54.772Z+ chmod 0700 /home/build /work
202026-03-30T17:07:54.775Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-30T17:07:54.782Zstarting task 1: "rust-toolchain"
222026-03-30T17:07:54.788Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T17:07:54.788Z * rust toolchain channel = "stable"
242026-03-30T17:07:54.788Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-30T17:07:54.788Z * rust toolchain profile = "default"
262026-03-30T17:07:54.788Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T17:07:54.788Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T17:07:54.791Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T17:07:54.791Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T17:07:54.874Zinfo: downloading installer
312026-03-30T17:07:56.447Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T17:07:56.447Zwarn: /opt/ooce/bin
332026-03-30T17:07:56.447Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T17:07:56.447Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T17:07:56.447Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T17:07:56.447Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T17:07:56.447Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T17:07:56.448Zerror: cannot install while Rust is installed
392026-03-30T17:07:56.448Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T17:07:56.448Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T17:07:56.448Zwarn: /home/build/.rustup/settings.toml
422026-03-30T17:07:56.448Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T17:07:56.448Zwarn: instead of the one inferred from the default host triple.
442026-03-30T17:07:56.462Zinfo: profile set to default
452026-03-30T17:07:56.462Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T17:07:56.464Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T17:07:56.620Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T17:07:56.624Zinfo: downloading 6 components
492026-03-30T17:08:11.367Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T17:08:11.367Z
512026-03-30T17:08:11.392Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T17:08:11.392Z
532026-03-30T17:08:11.393Z
542026-03-30T17:08:11.396ZRust is installed now. Great!
552026-03-30T17:08:11.396Z
562026-03-30T17:08:11.396ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T17:08:11.396Zenvironment variable. This has not been done automatically.
582026-03-30T17:08:11.396Z
592026-03-30T17:08:11.396ZTo configure your current shell, you need to source
602026-03-30T17:08:11.396Zthe corresponding env file under $HOME/.cargo.
612026-03-30T17:08:11.396Z
622026-03-30T17:08:11.396ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T17:08:11.396Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T17:08:11.396Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T17:08:11.396Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T17:08:11.396Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T17:08:11.396Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T17:08:11.396Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T17:08:11.396Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T17:08:11.396Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T17:08:11.480Z+ rustup --version
722026-03-30T17:08:11.489Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T17:08:11.492Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T17:08:11.511Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T17:08:11.514Z+ cargo --version
762026-03-30T17:08:11.527Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T17:08:11.530Z+ rustc --version
782026-03-30T17:08:11.549Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T17:08:11.552Zprocess exited: duration 16766 ms, exit code 0
 
802026-03-30T17:08:11.558Zstarting task 2: "authentication"
812026-03-30T17:08:11.575Zprocess exited: duration 17 ms, exit code 0
 
822026-03-30T17:08:11.582Zstarting task 3: "clone repository"
832026-03-30T17:08:11.585Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T17:08:11.588Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T17:08:11.739ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T17:08:12.595Z+ cd /work/oxidecomputer/maghemite
872026-03-30T17:08:12.595Z+ git fetch origin e13def21b434f6614ea7db71efcc960c0b074b5f
882026-03-30T17:08:12.844ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T17:08:12.844Z * branch e13def21b434f6614ea7db71efcc960c0b074b5f -> FETCH_HEAD
902026-03-30T17:08:12.849Z+ [[ -n trey/map_cleanup ]]
912026-03-30T17:08:12.852Z++ git branch --show-current
922026-03-30T17:08:12.852Z+ current=main
932026-03-30T17:08:12.852Z+ [[ main != trey/map_cleanup ]]
942026-03-30T17:08:12.852Z+ git branch -f trey/map_cleanup e13def21b434f6614ea7db71efcc960c0b074b5f
952026-03-30T17:08:12.855Z+ git checkout -f trey/map_cleanup
962026-03-30T17:08:12.870ZSwitched to branch 'trey/map_cleanup'
972026-03-30T17:08:12.873Z+ git reset --hard e13def21b434f6614ea7db71efcc960c0b074b5f
982026-03-30T17:08:12.890ZHEAD is now at e13def2 Merge branch 'main' into trey/map_cleanup
992026-03-30T17:08:12.893Zprocess exited: duration 1305 ms, exit code 0
 
1002026-03-30T17:08:12.899Zstarting task 4: "build"
1012026-03-30T17:08:12.903Z+ set -e
1022026-03-30T17:08:12.906Z+ source .github/buildomat/test-common.sh
1032026-03-30T17:08:12.906Z++ NEXTEST_VERSION=0.9.97
1042026-03-30T17:08:12.906Z++ PLATFORM=illumos
1052026-03-30T17:08:12.906Z++ banner install
1062026-03-30T17:08:12.906Z
1072026-03-30T17:08:12.906Z # # # #### ##### ## # #
1082026-03-30T17:08:12.906Z # ## # # # # # # #
1092026-03-30T17:08:12.906Z # # # # #### # # # # #
1102026-03-30T17:08:12.906Z # # # # # # ###### # #
1112026-03-30T17:08:12.906Z # # ## # # # # # # #
1122026-03-30T17:08:12.906Z # # # #### # # # ###### ######
1132026-03-30T17:08:12.906Z
1142026-03-30T17:08:12.906Z++ set +o errexit
1152026-03-30T17:08:12.909Z++ pkg info clang-15
1162026-03-30T17:08:12.909Z++ grep -qi installed
1172026-03-30T17:08:14.839Zpkg: info: no packages matching the following patterns you specified are
1182026-03-30T17:08:14.839Zinstalled on the system. Try querying remotely instead:
1192026-03-30T17:08:14.840Z
1202026-03-30T17:08:14.840Z clang-15
1212026-03-30T17:08:14.883Z++ [[ 1 != 0 ]]
1222026-03-30T17:08:14.883Z++ set -o errexit
1232026-03-30T17:08:14.883Z++ pfexec pkg install clang-15
1242026-03-30T17:08:22.606Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-30T17:08:29.395Z Startup: Caching catalogs ... Done
1262026-03-30T17:08:33.532ZPlanning: Solver setup ... Done
1272026-03-30T17:08:33.550ZPlanning: Running solver ... Done
1282026-03-30T17:08:33.664ZPlanning: Finding local manifests ... Done
1292026-03-30T17:08:33.683ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-30T17:08:33.779ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-30T17:08:33.809ZPlanning: Package planning ... Done
1322026-03-30T17:08:33.836ZPlanning: Merging actions ... Done
1332026-03-30T17:08:34.002ZPlanning: Checking for conflicting actions ... Done
1342026-03-30T17:08:34.008ZPlanning: Consolidating action changes ... Done
1352026-03-30T17:08:36.207ZPlanning: Evaluating mediators ... Done
1362026-03-30T17:08:36.212ZPlanning: Planning completed in 6.66 seconds
1372026-03-30T17:08:36.223Z Packages to install: 2
1382026-03-30T17:08:36.227Z Mediators to change: 2
1392026-03-30T17:08:36.227Z Services to change: 1
1402026-03-30T17:08:36.227Z Create boot environment: No
1412026-03-30T17:08:36.227ZCreate backup boot environment: No
1422026-03-30T17:08:36.294Z
1432026-03-30T17:08:36.294ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-30T17:08:41.296ZDownload: 1710/3076 items 116.6/211.3MB 55% complete (23.6M/s)
1452026-03-30T17:08:46.297ZDownload: 2666/3076 items 119.6/211.3MB 56% complete (12.0M/s)
1462026-03-30T17:08:52.370ZDownload: 3032/3076 items 201.6/211.3MB 95% complete (18.2M/s)
1472026-03-30T17:08:53.694ZDownload: Completed 211.31 MB in 17.40 seconds (12.2M/s)
1482026-03-30T17:08:53.820Z Actions: 1/3418 actions (Installing new actions)
1492026-03-30T17:08:57.022Z Actions: Completed 3418 actions in 3.20 seconds.
1502026-03-30T17:08:57.631Z Done
1512026-03-30T17:08:57.631Z Done
1522026-03-30T17:08:58.339Z Done
1532026-03-30T17:09:01.774Z Done
1542026-03-30T17:09:01.847Z Done
1552026-03-30T17:09:01.851Z Done
1562026-03-30T17:09:02.132Z Done
1572026-03-30T17:09:02.768Z++ set -o errexit
1582026-03-30T17:09:02.768Z++ cargo --version
1592026-03-30T17:09:02.776Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1602026-03-30T17:09:02.967Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1612026-03-30T17:09:02.970Zinfo: downloading 6 components
1622026-03-30T17:09:18.593Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1632026-03-30T17:09:18.596Z++ rustc --version
1642026-03-30T17:09:18.624Zrustc 1.94.1 (e408947bf 2026-03-25)
1652026-03-30T17:09:18.629Z++ cargo install cargo-nextest --version 0.9.97
1662026-03-30T17:09:18.687Z Updating crates.io index
1672026-03-30T17:09:18.793Z Downloading crates ...
1682026-03-30T17:09:18.855Z Downloaded cargo-nextest v0.9.97
1692026-03-30T17:09:18.920Z Installing cargo-nextest v0.9.97
1702026-03-30T17:09:18.962Z Updating crates.io index
1712026-03-30T17:09:22.055Z Locking 408 packages to latest compatible versions
1722026-03-30T17:09:22.059Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-03-30T17:09:22.062Z Adding duct v0.13.7 (available: v1.1.1)
1742026-03-30T17:09:22.062Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-03-30T17:09:22.062Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-03-30T17:09:22.065Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1772026-03-30T17:09:22.065Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1782026-03-30T17:09:22.065Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-03-30T17:09:22.068Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1802026-03-30T17:09:22.071Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-03-30T17:09:22.088Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-03-30T17:09:22.097Z Downloading crates ...
1832026-03-30T17:09:22.182Z Downloaded fnv v1.0.7
1842026-03-30T17:09:22.189Z Downloaded cfg_aliases v0.2.1
1852026-03-30T17:09:22.192Z Downloaded anstyle-query v1.1.5
1862026-03-30T17:09:22.192Z Downloaded home v0.5.12
1872026-03-30T17:09:22.196Z Downloaded bytes v1.11.1
1882026-03-30T17:09:22.200Z Downloaded foreign-types-shared v0.1.1
1892026-03-30T17:09:22.202Z Downloaded humantime-serde v1.1.1
1902026-03-30T17:09:22.203Z Downloaded cargo-platform v0.2.0
1912026-03-30T17:09:22.206Z Downloaded globset v0.4.18
1922026-03-30T17:09:22.208Z Downloaded http-body v1.0.1
1932026-03-30T17:09:22.208Z Downloaded nextest-workspace-hack v0.1.0
1942026-03-30T17:09:22.208Z Downloaded adler2 v2.0.1
1952026-03-30T17:09:22.212Z Downloaded openssl-macros v0.1.1
1962026-03-30T17:09:22.212Z Downloaded indenter v0.3.4
1972026-03-30T17:09:22.212Z Downloaded idna_adapter v1.0.0
1982026-03-30T17:09:22.215Z Downloaded document-features v0.2.12
1992026-03-30T17:09:22.215Z Downloaded cargo-platform v0.3.2
2002026-03-30T17:09:22.217Z Downloaded percent-encoding v2.3.2
2012026-03-30T17:09:22.217Z Downloaded lru-slab v0.1.2
2022026-03-30T17:09:22.220Z Downloaded atomicwrites v0.4.4
2032026-03-30T17:09:22.220Z Downloaded hyper-tls v0.6.0
2042026-03-30T17:09:22.221Z Downloaded form_urlencoded v1.2.2
2052026-03-30T17:09:22.223Z Downloaded clap_lex v1.1.0
2062026-03-30T17:09:22.223Z Downloaded debug-ignore v1.0.5
2072026-03-30T17:09:22.226Z Downloaded is_terminal_polyfill v1.70.2
2082026-03-30T17:09:22.226Z Downloaded is_ci v1.2.0
2092026-03-30T17:09:22.230Z Downloaded lazy_static v1.5.0
2102026-03-30T17:09:22.233Z Downloaded color-spantrace v0.3.0
2112026-03-30T17:09:22.236Z Downloaded openssl-probe v0.2.1
2122026-03-30T17:09:22.239Z Downloaded atomic-waker v1.1.2
2132026-03-30T17:09:22.239Z Downloaded pin-utils v0.1.0
2142026-03-30T17:09:22.242Z Downloaded indent_write v2.2.0
2152026-03-30T17:09:22.242Z Downloaded itoa v1.0.18
2162026-03-30T17:09:22.245Z Downloaded async-scoped v0.9.0
2172026-03-30T17:09:22.247Z Downloaded mukti-metadata v0.3.0
2182026-03-30T17:09:22.250Z Downloaded nested v0.1.1
2192026-03-30T17:09:22.250Z Downloaded pathdiff v0.2.3
2202026-03-30T17:09:22.254Z Downloaded errno v0.3.14
2212026-03-30T17:09:22.254Z Downloaded crypto-common v0.1.7
2222026-03-30T17:09:22.258Z Downloaded os_pipe v1.2.3
2232026-03-30T17:09:22.261Z Downloaded futures-sink v0.3.32
2242026-03-30T17:09:22.261Z Downloaded equivalent v1.0.2
2252026-03-30T17:09:22.261Z Downloaded colorchoice v1.0.5
2262026-03-30T17:09:22.264Z Downloaded futures-macro v0.3.32
2272026-03-30T17:09:22.264Z Downloaded curve25519-dalek-derive v0.1.1
2282026-03-30T17:09:22.264Z Downloaded ordered-float v2.10.1
2292026-03-30T17:09:22.269Z Downloaded cpufeatures v0.2.17
2302026-03-30T17:09:22.272Z Downloaded hex v0.4.3
2312026-03-30T17:09:22.272Z Downloaded guppy-workspace-hack v0.1.0
2322026-03-30T17:09:22.272Z Downloaded cfg-if v1.0.4
2332026-03-30T17:09:22.279Z Downloaded backtrace-ext v0.2.1
2342026-03-30T17:09:22.287Z Downloaded rustc_version v0.4.1
2352026-03-30T17:09:22.289Z Downloaded enable-ansi-support v0.2.1
2362026-03-30T17:09:22.290Z Downloaded futures-task v0.3.32
2372026-03-30T17:09:22.292Z Downloaded fastrand v2.3.0
2382026-03-30T17:09:22.292Z Downloaded scopeguard v1.2.0
2392026-03-30T17:09:22.292Z Downloaded block-buffer v0.10.4
2402026-03-30T17:09:22.301Z Downloaded rustc-hash v2.1.2
2412026-03-30T17:09:22.304Z Downloaded generic-array v0.14.7
2422026-03-30T17:09:22.304Z Downloaded foreign-types v0.3.2
2432026-03-30T17:09:22.307Z Downloaded heck v0.5.0
2442026-03-30T17:09:22.307Z Downloaded futures-core v0.3.32
2452026-03-30T17:09:22.312Z Downloaded serde_ignored v0.1.14
2462026-03-30T17:09:22.315Z Downloaded humantime v2.3.0
2472026-03-30T17:09:22.315Z Downloaded serde-value v0.7.0
2482026-03-30T17:09:22.318Z Downloaded http-body-util v0.1.3
2492026-03-30T17:09:22.318Z Downloaded cargo_metadata v0.23.1
2502026-03-30T17:09:22.321Z Downloaded base64ct v1.8.3
2512026-03-30T17:09:22.321Z Downloaded quote v1.0.45
2522026-03-30T17:09:22.324Z Downloaded pkcs8 v0.10.2
2532026-03-30T17:09:22.324Z Downloaded owo-colors v4.3.0
2542026-03-30T17:09:22.327Z Downloaded newtype-uuid v1.3.2
2552026-03-30T17:09:22.327Z Downloaded anstyle-parse v1.0.0
2562026-03-30T17:09:22.330Z Downloaded convert_case v0.10.0
2572026-03-30T17:09:22.330Z Downloaded autocfg v1.5.0
2582026-03-30T17:09:22.333Z Downloaded number_prefix v0.4.0
2592026-03-30T17:09:22.333Z Downloaded camino-tempfile v1.4.1
2602026-03-30T17:09:22.333Z Downloaded anstream v1.0.0
2612026-03-30T17:09:22.336Z Downloaded fixedbitset v0.5.7
2622026-03-30T17:09:22.336Z Downloaded ppv-lite86 v0.2.21
2632026-03-30T17:09:22.339Z Downloaded lock_api v0.4.14
2642026-03-30T17:09:22.339Z Downloaded ipnet v2.12.0
2652026-03-30T17:09:22.343Z Downloaded cargo-util-schemas v0.2.0
2662026-03-30T17:09:22.346Z Downloaded digest v0.10.7
2672026-03-30T17:09:22.349Z Downloaded iana-time-zone v0.1.65
2682026-03-30T17:09:22.349Z Downloaded serde_spanned v1.1.0
2692026-03-30T17:09:22.352Z Downloaded serde_spanned v0.6.9
2702026-03-30T17:09:22.352Z Downloaded shell-words v1.1.1
2712026-03-30T17:09:22.355Z Downloaded foldhash v0.1.5
2722026-03-30T17:09:22.355Z Downloaded futures-executor v0.3.32
2732026-03-30T17:09:22.355Z Downloaded shared_child v1.1.1
2742026-03-30T17:09:22.358Z Downloaded either v1.15.0
2752026-03-30T17:09:22.358Z Downloaded strsim v0.11.1
2762026-03-30T17:09:22.358Z Downloaded dialoguer v0.11.0
2772026-03-30T17:09:22.361Z Downloaded anstyle v1.0.14
2782026-03-30T17:09:22.361Z Downloaded strip-ansi-escapes v0.2.1
2792026-03-30T17:09:22.364Z Downloaded addr2line v0.25.1
2802026-03-30T17:09:22.364Z Downloaded camino v1.2.2
2812026-03-30T17:09:22.367Z Downloaded supports-color v3.0.2
2822026-03-30T17:09:22.367Z Downloaded nextest-metadata v0.12.2
2832026-03-30T17:09:22.367Z Downloaded rand_core v0.6.4
2842026-03-30T17:09:22.370Z Downloaded rand_chacha v0.9.0
2852026-03-30T17:09:22.370Z Downloaded signature v2.2.0
2862026-03-30T17:09:22.370Z Downloaded serde_urlencoded v0.7.1
2872026-03-30T17:09:22.373Z Downloaded sigchld v0.2.4
2882026-03-30T17:09:22.373Z Downloaded subtle v2.6.1
2892026-03-30T17:09:22.376Z Downloaded pin-project-internal v1.1.11
2902026-03-30T17:09:22.379Z Downloaded native-tls v0.2.18
2912026-03-30T17:09:22.382Z Downloaded erased-serde v0.4.10
2922026-03-30T17:09:22.384Z Downloaded pin-project-lite v0.2.17
2932026-03-30T17:09:22.387Z Downloaded jobserver v0.1.34
2942026-03-30T17:09:22.392Z Downloaded futures-io v0.3.32
2952026-03-30T17:09:22.395Z Downloaded find-msvc-tools v0.1.9
2962026-03-30T17:09:22.398Z Downloaded self-replace v1.5.0
2972026-03-30T17:09:22.404Z Downloaded future-queue v0.4.0
2982026-03-30T17:09:22.408Z Downloaded supports-hyperlinks v3.2.0
2992026-03-30T17:09:22.411Z Downloaded serde-untagged v0.1.9
3002026-03-30T17:09:22.411Z Downloaded sync_wrapper v1.0.2
3012026-03-30T17:09:22.411Z Downloaded target-spec-miette v0.4.5
3022026-03-30T17:09:22.414Z Downloaded once_cell v1.21.4
3032026-03-30T17:09:22.417Z Downloaded terminal_size v0.4.4
3042026-03-30T17:09:22.417Z Downloaded litrs v1.0.0
3052026-03-30T17:09:22.417Z Downloaded supports-unicode v3.0.0
3062026-03-30T17:09:22.419Z Downloaded rand_core v0.9.5
3072026-03-30T17:09:22.420Z Downloaded quinn-udp v0.5.14
3082026-03-30T17:09:22.423Z Downloaded pkg-config v0.3.32
3092026-03-30T17:09:22.423Z Downloaded quick-junit v0.5.2
3102026-03-30T17:09:22.425Z Downloaded futures-channel v0.3.32
3112026-03-30T17:09:22.425Z Downloaded sha2 v0.10.9
3122026-03-30T17:09:22.428Z Downloaded clap_derive v4.6.0
3132026-03-30T17:09:22.431Z Downloaded ahash v0.8.12
3142026-03-30T17:09:22.434Z Downloaded cargo_metadata v0.20.0
3152026-03-30T17:09:22.434Z Downloaded swrite v0.1.0
3162026-03-30T17:09:22.434Z Downloaded const-oid v0.9.6
3172026-03-30T17:09:22.437Z Downloaded shlex v1.3.0
3182026-03-30T17:09:22.437Z Downloaded miette-derive v7.6.0
3192026-03-30T17:09:22.445Z Downloaded signal-hook-mio v0.2.5
3202026-03-30T17:09:22.448Z Downloaded spki v0.7.3
3212026-03-30T17:09:22.448Z Downloaded smol_str v0.3.6
3222026-03-30T17:09:22.448Z Downloaded console v0.15.11
3232026-03-30T17:09:22.448Z Downloaded slab v0.4.12
3242026-03-30T17:09:22.448Z Downloaded getrandom v0.2.17
3252026-03-30T17:09:22.451Z Downloaded tower-service v0.3.3
3262026-03-30T17:09:22.451Z Downloaded tower-layer v0.3.3
3272026-03-30T17:09:22.451Z Downloaded ed25519 v2.2.3
3282026-03-30T17:09:22.454Z Downloaded tinyvec_macros v0.1.1
3292026-03-30T17:09:22.454Z Downloaded parking_lot v0.12.5
3302026-03-30T17:09:22.457Z Downloaded hyper-rustls v0.27.7
3312026-03-30T17:09:22.457Z Downloaded duct v0.13.7
3322026-03-30T17:09:22.466Z Downloaded simd-adler32 v0.3.9
3332026-03-30T17:09:22.469Z Downloaded signal-hook-registry v1.4.8
3342026-03-30T17:09:22.472Z Downloaded rustc-demangle v0.1.27
3352026-03-30T17:09:22.472Z Downloaded toml_write v0.1.2
3362026-03-30T17:09:22.475Z Downloaded rustls-pki-types v1.14.0
3372026-03-30T17:09:22.475Z Downloaded nextest-filtering v0.15.0
3382026-03-30T17:09:22.479Z Downloaded typeid v1.0.3
3392026-03-30T17:09:22.485Z Downloaded unicode-linebreak v0.1.5
3402026-03-30T17:09:22.488Z Downloaded utf8parse v0.2.2
3412026-03-30T17:09:22.491Z Downloaded utf8_iter v1.0.4
3422026-03-30T17:09:22.491Z Downloaded urlencoding v2.1.3
3432026-03-30T17:09:22.491Z Downloaded backtrace v0.3.76
3442026-03-30T17:09:22.494Z Downloaded try-lock v0.2.5
3452026-03-30T17:09:22.497Z Downloaded static_assertions v1.1.0
3462026-03-30T17:09:22.497Z Downloaded filetime v0.2.27
3472026-03-30T17:09:22.500Z Downloaded crc32fast v1.5.0
3482026-03-30T17:09:22.500Z Downloaded ryu v1.0.23
3492026-03-30T17:09:22.503Z Downloaded pin-project v1.1.11
3502026-03-30T17:09:22.507Z Downloaded cfg-expr v0.20.7
3512026-03-30T17:09:22.510Z Downloaded parking_lot_core v0.9.12
3522026-03-30T17:09:22.515Z Downloaded unicode-xid v0.2.6
3532026-03-30T17:09:22.518Z Downloaded semver v1.0.27
3542026-03-30T17:09:22.521Z Downloaded target-spec v3.5.7
3552026-03-30T17:09:22.521Z Downloaded target-lexicon v0.13.3
3562026-03-30T17:09:22.524Z Downloaded http v1.4.0
3572026-03-30T17:09:22.524Z Downloaded thiserror-impl v1.0.69
3582026-03-30T17:09:22.524Z Downloaded thiserror v1.0.69
3592026-03-30T17:09:22.527Z Downloaded untrusted v0.9.0
3602026-03-30T17:09:22.530Z Downloaded want v0.3.1
3612026-03-30T17:09:22.530Z Downloaded serde_path_to_error v0.1.20
3622026-03-30T17:09:22.530Z Downloaded version_check v0.9.5
3632026-03-30T17:09:22.533Z Downloaded thiserror-impl v2.0.18
3642026-03-30T17:09:22.533Z Downloaded thiserror v2.0.18
3652026-03-30T17:09:22.536Z Downloaded smallvec v1.15.1
3662026-03-30T17:09:22.536Z Downloaded derive-where v1.6.1
3672026-03-30T17:09:22.539Z Downloaded bitflags v2.11.0
3682026-03-30T17:09:22.542Z Downloaded eyre v0.6.12
3692026-03-30T17:09:22.545Z Downloaded config v0.15.22
3702026-03-30T17:09:22.548Z Downloaded num-traits v0.2.19
3712026-03-30T17:09:22.551Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3722026-03-30T17:09:22.551Z Downloaded httparse v1.10.1
3732026-03-30T17:09:22.554Z Downloaded tokio-macros v2.6.1
3742026-03-30T17:09:22.554Z Downloaded thread_local v1.1.9
3752026-03-30T17:09:22.557Z Downloaded tokio-native-tls v0.3.1
3762026-03-30T17:09:22.568Z Downloaded log v0.4.29
3772026-03-30T17:09:22.571Z Downloaded tracing-log v0.2.0
3782026-03-30T17:09:22.571Z Downloaded toml_datetime v0.6.11
3792026-03-30T17:09:22.574Z Downloaded tracing-error v0.2.1
3802026-03-30T17:09:22.574Z Downloaded toml_writer v1.1.0+spec-1.1.0
3812026-03-30T17:09:22.580Z Downloaded getrandom v0.4.2
3822026-03-30T17:09:22.592Z Downloaded self_update v0.42.0
3832026-03-30T17:09:22.595Z Downloaded futures v0.3.32
3842026-03-30T17:09:22.600Z Downloaded unicase v2.9.0
3852026-03-30T17:09:22.603Z Downloaded miniz_oxide v0.8.9
3862026-03-30T17:09:22.603Z Downloaded getrandom v0.3.4
3872026-03-30T17:09:22.606Z Downloaded indicatif v0.17.11
3882026-03-30T17:09:22.609Z Downloaded xattr v1.6.1
3892026-03-30T17:09:22.612Z Downloaded tokio-stream v0.1.18
3902026-03-30T17:09:22.615Z Downloaded tokio-rustls v0.26.4
3912026-03-30T17:09:22.618Z Downloaded signal-hook v0.3.18
3922026-03-30T17:09:22.621Z Downloaded zstd v0.13.3
3932026-03-30T17:09:22.621Z Downloaded zmij v1.0.21
3942026-03-30T17:09:22.627Z Downloaded xxhash-rust v0.8.15
3952026-03-30T17:09:22.630Z Downloaded zstd-safe v7.2.4
3962026-03-30T17:09:22.633Z Downloaded serde_derive v1.0.228
3972026-03-30T17:09:22.633Z Downloaded sharded-slab v0.1.7
3982026-03-30T17:09:22.636Z Downloaded serde_core v1.0.228
3992026-03-30T17:09:22.639Z Downloaded zipsign-api v0.1.5
4002026-03-30T17:09:22.647Z Downloaded proc-macro2 v1.0.106
4012026-03-30T17:09:22.658Z Downloaded clap v4.6.0
4022026-03-30T17:09:22.663Z Downloaded tracing-attributes v0.1.31
4032026-03-30T17:09:22.666Z Downloaded openssl-sys v0.9.112
4042026-03-30T17:09:22.669Z Downloaded textwrap v0.16.2
4052026-03-30T17:09:22.700Z Downloaded base64 v0.22.1
4062026-03-30T17:09:22.700Z Downloaded tempfile v3.27.0
4072026-03-30T17:09:22.700Z Downloaded memchr v2.8.0
4082026-03-30T17:09:22.700Z Downloaded hashbrown v0.16.1
4092026-03-30T17:09:22.700Z Downloaded toml v0.8.23
4102026-03-30T17:09:22.700Z Downloaded toml_parser v1.1.0+spec-1.1.0
4112026-03-30T17:09:22.700Z Downloaded tinyvec v1.11.0
4122026-03-30T17:09:22.700Z Downloaded zeroize v1.8.2
4132026-03-30T17:09:22.700Z Downloaded tracing-core v0.1.36
4142026-03-30T17:09:22.700Z Downloaded toml v1.1.0+spec-1.1.0
4152026-03-30T17:09:22.700Z Downloaded socket2 v0.6.3
4162026-03-30T17:09:22.704Z Downloaded quinn v0.11.9
4172026-03-30T17:09:22.704Z Downloaded cc v1.2.58
4182026-03-30T17:09:22.708Z Downloaded ed25519-dalek v2.2.0
4192026-03-30T17:09:22.710Z Downloaded serde v1.0.228
4202026-03-30T17:09:22.710Z Downloaded rustls-webpki v0.103.10
4212026-03-30T17:09:22.713Z Downloaded der v0.7.10
4222026-03-30T17:09:22.716Z Downloaded derive_more v2.1.1
4232026-03-30T17:09:22.720Z Downloaded derive_more-impl v2.1.1
4242026-03-30T17:09:22.728Z Downloaded unicode-ident v1.0.24
4252026-03-30T17:09:22.731Z Downloaded miette v7.6.0
4262026-03-30T17:09:22.735Z Downloaded rand v0.9.2
4272026-03-30T17:09:22.738Z Downloaded borsh v1.6.1
4282026-03-30T17:09:22.742Z Downloaded tar v0.4.45
4292026-03-30T17:09:22.745Z Downloaded flate2 v1.1.9
4302026-03-30T17:09:22.748Z Downloaded uuid v1.23.0
4312026-03-30T17:09:22.751Z Downloaded vte v0.14.1
4322026-03-30T17:09:22.776Z Downloaded toml_edit v0.22.27
4332026-03-30T17:09:22.779Z Downloaded typenum v1.19.0
4342026-03-30T17:09:22.782Z Downloaded indexmap v2.13.0
4352026-03-30T17:09:22.790Z Downloaded tower v0.5.3
4362026-03-30T17:09:22.795Z Downloaded url v2.5.8
4372026-03-30T17:09:22.798Z Downloaded hyper-util v0.1.20
4382026-03-30T17:09:22.806Z Downloaded crossterm v0.29.0
4392026-03-30T17:09:22.840Z Downloaded mio v1.2.0
4402026-03-30T17:09:22.843Z Downloaded hashbrown v0.15.5
4412026-03-30T17:09:22.846Z Downloaded guppy v0.17.25
4422026-03-30T17:09:22.850Z Downloaded unicode-normalization v0.1.25
4432026-03-30T17:09:22.854Z Downloaded ron v0.12.1
4442026-03-30T17:09:22.859Z Downloaded aho-corasick v1.1.4
4452026-03-30T17:09:22.865Z Downloaded tokio-util v0.7.18
4462026-03-30T17:09:22.869Z Downloaded futures-util v0.3.32
4472026-03-30T17:09:22.875Z Downloaded tower-http v0.6.8
4482026-03-30T17:09:22.879Z Downloaded idna v1.1.0
4492026-03-30T17:09:22.882Z Downloaded h2 v0.4.13
4502026-03-30T17:09:22.885Z Downloaded clap_builder v4.6.0
4512026-03-30T17:09:22.893Z Downloaded serde_json v1.0.149
4522026-03-30T17:09:22.907Z Downloaded unicode-segmentation v1.13.2
4532026-03-30T17:09:22.920Z Downloaded hyper v1.8.1
4542026-03-30T17:09:22.923Z Downloaded regex v1.12.3
4552026-03-30T17:09:22.926Z Downloaded chrono v0.4.44
4562026-03-30T17:09:22.932Z Downloaded tracing-subscriber v0.3.23
4572026-03-30T17:09:22.935Z Downloaded reqwest v0.12.28
4582026-03-30T17:09:22.939Z Downloaded iri-string v0.7.12
4592026-03-30T17:09:22.944Z Downloaded pulldown-cmark v0.13.3
4602026-03-30T17:09:22.956Z Downloaded gimli v0.32.3
4612026-03-30T17:09:22.971Z Downloaded curve25519-dalek v4.1.3
4622026-03-30T17:09:22.976Z Downloaded itertools v0.14.0
4632026-03-30T17:09:22.979Z Downloaded syn v2.0.117
4642026-03-30T17:09:22.985Z Downloaded zerocopy v0.8.48
4652026-03-30T17:09:22.996Z Downloaded quick-xml v0.37.5
4662026-03-30T17:09:22.999Z Downloaded bstr v1.12.1
4672026-03-30T17:09:23.003Z Downloaded portable-atomic v1.13.1
4682026-03-30T17:09:23.044Z Downloaded color-eyre v0.6.5
4692026-03-30T17:09:23.067Z Downloaded winnow v0.7.15
4702026-03-30T17:09:23.073Z Downloaded tokio v1.50.0
4712026-03-30T17:09:23.091Z Downloaded winnow v1.0.1
4722026-03-30T17:09:23.095Z Downloaded quick-xml v0.38.4
4732026-03-30T17:09:23.127Z Downloaded quinn-proto v0.11.14
4742026-03-30T17:09:23.145Z Downloaded vcpkg v0.2.15
4752026-03-30T17:09:23.184Z Downloaded nextest-runner v0.80.0
4762026-03-30T17:09:23.191Z Downloaded webpki-roots v1.0.6
4772026-03-30T17:09:23.194Z Downloaded openssl v0.10.76
4782026-03-30T17:09:23.203Z Downloaded unicode-width v0.2.2
4792026-03-30T17:09:23.206Z Downloaded unicode-width v0.1.14
4802026-03-30T17:09:23.245Z Downloaded nix v0.30.1
4812026-03-30T17:09:23.251Z Downloaded object v0.37.3
4822026-03-30T17:09:23.257Z Downloaded regex-syntax v0.8.10
4832026-03-30T17:09:23.273Z Downloaded rustls v0.23.37
4842026-03-30T17:09:23.280Z Downloaded rustix v0.38.44
4852026-03-30T17:09:23.324Z Downloaded rustix v1.1.4
4862026-03-30T17:09:23.350Z Downloaded tracing v0.1.44
4872026-03-30T17:09:23.419Z Downloaded regex-automata v0.4.14
4882026-03-30T17:09:23.481Z Downloaded libc v0.2.183
4892026-03-30T17:09:23.507Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-03-30T17:09:23.517Z Downloaded petgraph v0.8.3
4912026-03-30T17:09:23.619Z Downloaded recursion v0.5.4
4922026-03-30T17:09:23.630Z Downloaded ring v0.17.14
4932026-03-30T17:09:23.687Z Compiling libc v0.2.183
4942026-03-30T17:09:23.687Z Compiling proc-macro2 v1.0.106
4952026-03-30T17:09:23.690Z Compiling unicode-ident v1.0.24
4962026-03-30T17:09:23.690Z Compiling quote v1.0.45
4972026-03-30T17:09:23.690Z Compiling serde_core v1.0.228
4982026-03-30T17:09:23.818Z Compiling cfg-if v1.0.4
4992026-03-30T17:09:23.821Z Compiling memchr v2.8.0
5002026-03-30T17:09:23.825Z Compiling once_cell v1.21.4
5012026-03-30T17:09:23.929Z Compiling log v0.4.29
5022026-03-30T17:09:23.946Z Compiling pin-project-lite v0.2.17
5032026-03-30T17:09:24.036Z Compiling itoa v1.0.18
5042026-03-30T17:09:24.083Z Compiling serde v1.0.228
5052026-03-30T17:09:24.289Z Compiling futures-core v0.3.32
5062026-03-30T17:09:24.289Z Compiling bitflags v2.11.0
5072026-03-30T17:09:24.432Z Compiling smallvec v1.15.1
5082026-03-30T17:09:24.445Z Compiling hashbrown v0.16.1
5092026-03-30T17:09:24.677Z Compiling shlex v1.3.0
5102026-03-30T17:09:24.680Z Compiling equivalent v1.0.2
5112026-03-30T17:09:24.780Z Compiling errno v0.3.14
5122026-03-30T17:09:24.822Z Compiling find-msvc-tools v0.1.9
5132026-03-30T17:09:24.860Z Compiling jobserver v0.1.34
5142026-03-30T17:09:24.904Z Compiling signal-hook-registry v1.4.8
5152026-03-30T17:09:24.947Z Compiling bytes v1.11.1
5162026-03-30T17:09:25.050Z Compiling mio v1.2.0
5172026-03-30T17:09:25.088Z Compiling cc v1.2.58
5182026-03-30T17:09:25.134Z Compiling syn v2.0.117
5192026-03-30T17:09:25.183Z Compiling rustix v1.1.4
5202026-03-30T17:09:25.211Z Compiling futures-sink v0.3.32
5212026-03-30T17:09:25.344Z Compiling socket2 v0.6.3
5222026-03-30T17:09:25.431Z Compiling slab v0.4.12
5232026-03-30T17:09:25.687Z Compiling zmij v1.0.21
5242026-03-30T17:09:25.786Z Compiling futures-channel v0.3.32
5252026-03-30T17:09:25.916Z Compiling tracing-core v0.1.36
5262026-03-30T17:09:26.029Z Compiling serde_json v1.0.149
5272026-03-30T17:09:26.058Z Compiling version_check v0.9.5
5282026-03-30T17:09:26.234Z Compiling indexmap v2.13.0
5292026-03-30T17:09:26.339Z Compiling futures-task v0.3.32
5302026-03-30T17:09:26.351Z Compiling futures-io v0.3.32
5312026-03-30T17:09:26.450Z Compiling getrandom v0.4.2
5322026-03-30T17:09:26.554Z Compiling unicode-width v0.2.2
5332026-03-30T17:09:26.619Z Compiling camino v1.2.2
5342026-03-30T17:09:26.957Z Compiling ring v0.17.14
5352026-03-30T17:09:26.990Z Compiling http v1.4.0
5362026-03-30T17:09:27.023Z Compiling adler2 v2.0.1
5372026-03-30T17:09:27.065Z Compiling zeroize v1.8.2
5382026-03-30T17:09:27.125Z Compiling simd-adler32 v0.3.9
5392026-03-30T17:09:27.186Z Compiling percent-encoding v2.3.2
5402026-03-30T17:09:27.260Z Compiling autocfg v1.5.0
5412026-03-30T17:09:27.458Z Compiling miniz_oxide v0.8.9
5422026-03-30T17:09:27.613Z Compiling num-traits v0.2.19
5432026-03-30T17:09:27.843Z Compiling object v0.37.3
5442026-03-30T17:09:27.961Z Compiling zerocopy v0.8.48
5452026-03-30T17:09:28.132Z Compiling getrandom v0.3.4
5462026-03-30T17:09:28.336Z Compiling target-lexicon v0.13.3
5472026-03-30T17:09:28.482Z Compiling http-body v1.0.1
5482026-03-30T17:09:28.624Z Compiling rustls-pki-types v1.14.0
5492026-03-30T17:09:28.651Z Compiling semver v1.0.27
5502026-03-30T17:09:28.807Z Compiling getrandom v0.2.17
5512026-03-30T17:09:28.865Z Compiling serde_derive v1.0.228
5522026-03-30T17:09:28.876Z Compiling tokio-macros v2.6.1
5532026-03-30T17:09:28.889Z Compiling futures-macro v0.3.32
5542026-03-30T17:09:28.998Z Compiling tracing-attributes v0.1.31
5552026-03-30T17:09:29.082Z Compiling owo-colors v4.3.0
5562026-03-30T17:09:29.312Z Compiling guppy-workspace-hack v0.1.0
5572026-03-30T17:09:29.409Z Compiling gimli v0.32.3
5582026-03-30T17:09:29.470Z Compiling untrusted v0.9.0
5592026-03-30T17:09:29.521Z Compiling fnv v1.0.7
5602026-03-30T17:09:29.605Z Compiling thiserror v2.0.18
5612026-03-30T17:09:29.619Z Compiling tokio v1.50.0
5622026-03-30T17:09:29.629Z Compiling httparse v1.10.1
5632026-03-30T17:09:29.691Z Compiling futures-util v0.3.32
5642026-03-30T17:09:29.936Z Compiling typenum v1.19.0
5652026-03-30T17:09:29.963Z Compiling signal-hook v0.3.18
5662026-03-30T17:09:30.206Z Compiling tracing v0.1.44
5672026-03-30T17:09:30.433Z Compiling thiserror-impl v2.0.18
5682026-03-30T17:09:31.287Z Compiling addr2line v0.25.1
5692026-03-30T17:09:31.716Z Compiling form_urlencoded v1.2.2
5702026-03-30T17:09:31.981Z Compiling generic-array v0.14.7
5712026-03-30T17:09:32.060Z Compiling pkg-config v0.3.32
5722026-03-30T17:09:32.092Z Compiling thiserror v1.0.69
5732026-03-30T17:09:32.203Z Compiling tower-service v0.3.3
5742026-03-30T17:09:32.304Z Compiling rustc-demangle v0.1.27
5752026-03-30T17:09:32.325Z Compiling rustls v0.23.37
5762026-03-30T17:09:32.392Z Compiling atomic-waker v1.1.2
5772026-03-30T17:09:32.506Z Compiling fastrand v2.3.0
5782026-03-30T17:09:32.526Z Compiling target-spec v3.5.7
5792026-03-30T17:09:32.538Z Compiling idna_adapter v1.0.0
5802026-03-30T17:09:32.639Z Compiling try-lock v0.2.5
5812026-03-30T17:09:32.761Z Compiling typeid v1.0.3
5822026-03-30T17:09:32.804Z Compiling utf8_iter v1.0.4
5832026-03-30T17:09:32.870Z Compiling want v0.3.1
5842026-03-30T17:09:32.979Z Compiling idna v1.1.0
5852026-03-30T17:09:33.063Z Compiling tempfile v3.27.0
5862026-03-30T17:09:33.096Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5872026-03-30T17:09:33.496Z Compiling tokio-util v0.7.18
5882026-03-30T17:09:33.666Z Compiling cfg-expr v0.20.7
5892026-03-30T17:09:34.464Z Compiling h2 v0.4.13
5902026-03-30T17:09:34.571Z Compiling backtrace v0.3.76
5912026-03-30T17:09:34.825Z Compiling thiserror-impl v1.0.69
5922026-03-30T17:09:35.103Z Compiling terminal_size v0.4.4
5932026-03-30T17:09:35.136Z Compiling aho-corasick v1.1.4
5942026-03-30T17:09:35.179Z Compiling erased-serde v0.4.10
5952026-03-30T17:09:35.252Z Compiling winnow v0.7.15
5962026-03-30T17:09:35.486Z Compiling regex-syntax v0.8.10
5972026-03-30T17:09:35.951Z Compiling pin-utils v0.1.0
5982026-03-30T17:09:36.033Z Compiling subtle v2.6.1
5992026-03-30T17:09:36.881Z Compiling rustls-webpki v0.103.10
6002026-03-30T17:09:37.126Z Compiling regex-automata v0.4.14
6012026-03-30T17:09:39.435Z Compiling hyper v1.8.1
6022026-03-30T17:09:40.595Z Compiling url v2.5.8
6032026-03-30T17:09:42.564Z Compiling serde_spanned v0.6.9
6042026-03-30T17:09:42.703Z Compiling toml_datetime v0.6.11
6052026-03-30T17:09:42.730Z Compiling ahash v0.8.12
6062026-03-30T17:09:42.849Z Compiling sync_wrapper v1.0.2
6072026-03-30T17:09:42.966Z Compiling toml_write v0.1.2
6082026-03-30T17:09:42.979Z Compiling nextest-workspace-hack v0.1.0
6092026-03-30T17:09:43.049Z Compiling foldhash v0.1.5
6102026-03-30T17:09:43.076Z Compiling is_ci v1.2.0
6112026-03-30T17:09:43.151Z Compiling portable-atomic v1.13.1
6122026-03-30T17:09:43.185Z Compiling either v1.15.0
6132026-03-30T17:09:43.199Z Compiling parking_lot_core v0.9.12
6142026-03-30T17:09:43.237Z Compiling lazy_static v1.5.0
6152026-03-30T17:09:43.259Z Compiling unicode-segmentation v1.13.2
6162026-03-30T17:09:43.341Z Compiling ipnet v2.12.0
6172026-03-30T17:09:43.402Z Compiling crc32fast v1.5.0
6182026-03-30T17:09:43.495Z Compiling base64 v0.22.1
6192026-03-30T17:09:43.589Z Compiling tower-layer v0.3.3
6202026-03-30T17:09:43.676Z Compiling unicode-linebreak v0.1.5
6212026-03-30T17:09:43.764Z Compiling hyper-util v0.1.20
6222026-03-30T17:09:43.791Z Compiling tower v0.5.3
6232026-03-30T17:09:43.950Z Compiling textwrap v0.16.2
6242026-03-30T17:09:43.986Z Compiling convert_case v0.10.0
6252026-03-30T17:09:44.317Z Compiling sharded-slab v0.1.7
6262026-03-30T17:09:44.404Z Compiling hashbrown v0.15.5
6272026-03-30T17:09:44.574Z Compiling supports-color v3.0.2
6282026-03-30T17:09:44.815Z Compiling toml_edit v0.22.27
6292026-03-30T17:09:45.036Z Compiling tokio-rustls v0.26.4
6302026-03-30T17:09:45.320Z Compiling backtrace-ext v0.2.1
6312026-03-30T17:09:45.353Z Compiling ordered-float v2.10.1
6322026-03-30T17:09:45.560Z Compiling webpki-roots v1.0.6
6332026-03-30T17:09:45.587Z Compiling miette-derive v7.6.0
6342026-03-30T17:09:45.679Z Compiling pathdiff v0.2.3
6352026-03-30T17:09:45.682Z Compiling console v0.15.11
6362026-03-30T17:09:45.806Z Compiling tracing-log v0.2.0
6372026-03-30T17:09:46.160Z Compiling cargo-platform v0.3.2
6382026-03-30T17:09:46.429Z Compiling os_pipe v1.2.3
6392026-03-30T17:09:46.609Z Compiling thread_local v1.1.9
6402026-03-30T17:09:46.705Z Compiling rustix v0.38.44
6412026-03-30T17:09:46.719Z Compiling supports-unicode v3.0.0
6422026-03-30T17:09:46.899Z Compiling zstd-safe v7.2.4
6432026-03-30T17:09:46.975Z Compiling ryu v1.0.23
6442026-03-30T17:09:47.012Z Compiling scopeguard v1.2.0
6452026-03-30T17:09:47.055Z Compiling debug-ignore v1.0.5
6462026-03-30T17:09:47.136Z Compiling utf8parse v0.2.2
6472026-03-30T17:09:47.167Z Compiling fixedbitset v0.5.7
6482026-03-30T17:09:47.248Z Compiling iri-string v0.7.12
6492026-03-30T17:09:47.265Z Compiling pulldown-cmark v0.13.3
6502026-03-30T17:09:47.447Z Compiling winnow v1.0.1
6512026-03-30T17:09:47.484Z Compiling unicode-width v0.1.14
6522026-03-30T17:09:47.673Z Compiling cfg_aliases v0.2.1
6532026-03-30T17:09:47.775Z Compiling supports-hyperlinks v3.2.0
6542026-03-30T17:09:47.784Z Compiling nix v0.30.1
6552026-03-30T17:09:47.978Z Compiling miette v7.6.0
6562026-03-30T17:09:48.233Z Compiling petgraph v0.8.3
6572026-03-30T17:09:48.314Z Compiling anstyle-parse v1.0.0
6582026-03-30T17:09:48.534Z Compiling toml_parser v1.1.0+spec-1.1.0
6592026-03-30T17:09:48.870Z Compiling tower-http v0.6.8
6602026-03-30T17:09:49.831Z Compiling serde_urlencoded v0.7.1
6612026-03-30T17:09:49.852Z Compiling lock_api v0.4.14
6622026-03-30T17:09:49.988Z Compiling tracing-subscriber v0.3.23
6632026-03-30T17:09:50.097Z Compiling sigchld v0.2.4
6642026-03-30T17:09:50.112Z Compiling cargo_metadata v0.23.1
6652026-03-30T17:09:50.129Z Compiling toml v0.8.23
6662026-03-30T17:09:50.288Z Compiling hyper-rustls v0.27.7
6672026-03-30T17:09:50.977Z Compiling serde-value v0.7.0
6682026-03-30T17:09:51.688Z Compiling serde-untagged v0.1.9
6692026-03-30T17:09:52.681Z Compiling derive_more-impl v2.1.1
6702026-03-30T17:09:53.036Z Compiling itertools v0.14.0
6712026-03-30T17:09:53.271Z Compiling regex v1.12.3
6722026-03-30T17:09:53.284Z Compiling block-buffer v0.10.4
6732026-03-30T17:09:53.437Z Compiling crypto-common v0.1.7
6742026-03-30T17:09:53.484Z Compiling ppv-lite86 v0.2.21
6752026-03-30T17:09:53.575Z Compiling futures-executor v0.3.32
6762026-03-30T17:09:53.821Z Compiling rand_core v0.9.5
6772026-03-30T17:09:54.078Z Compiling pin-project-internal v1.1.11
6782026-03-30T17:09:54.109Z Compiling http-body-util v0.1.3
6792026-03-30T17:09:54.300Z Compiling uuid v1.23.0
6802026-03-30T17:09:54.374Z Compiling toml_datetime v1.1.0+spec-1.1.0
6812026-03-30T17:09:54.501Z Compiling serde_spanned v1.1.0
6822026-03-30T17:09:54.661Z Compiling smol_str v0.3.6
6832026-03-30T17:09:54.706Z Compiling filetime v0.2.27
6842026-03-30T17:09:54.788Z Compiling vte v0.14.1
6852026-03-30T17:09:54.828Z Compiling bstr v1.12.1
6862026-03-30T17:09:54.905Z Compiling litrs v1.0.0
6872026-03-30T17:09:54.997Z Compiling iana-time-zone v0.1.65
6882026-03-30T17:09:55.009Z Compiling nested v0.1.1
6892026-03-30T17:09:55.108Z Compiling anstyle-query v1.1.5
6902026-03-30T17:09:55.219Z Compiling eyre v0.6.12
6912026-03-30T17:09:55.310Z Compiling color-spantrace v0.3.0
6922026-03-30T17:09:55.339Z Compiling xattr v1.6.1
6932026-03-30T17:09:55.363Z Compiling unicase v2.9.0
6942026-03-30T17:09:55.394Z Compiling colorchoice v1.0.5
6952026-03-30T17:09:55.504Z Compiling unicode-xid v0.2.6
6962026-03-30T17:09:55.521Z Compiling anstyle v1.0.14
6972026-03-30T17:09:55.549Z Compiling self_update v0.42.0
6982026-03-30T17:09:55.561Z Compiling tinyvec_macros v0.1.1
6992026-03-30T17:09:55.603Z Compiling static_assertions v1.1.0
7002026-03-30T17:09:55.627Z Compiling is_terminal_polyfill v1.70.2
7012026-03-30T17:09:55.639Z Compiling number_prefix v0.4.0
7022026-03-30T17:09:55.675Z Compiling guppy v0.17.25
7032026-03-30T17:09:55.720Z Compiling anstream v1.0.0
7042026-03-30T17:09:55.787Z Compiling indicatif v0.17.11
7052026-03-30T17:09:55.790Z Compiling tinyvec v1.11.0
7062026-03-30T17:09:55.855Z Compiling cargo-util-schemas v0.2.0
7072026-03-30T17:09:56.217Z Compiling tar v0.4.45
7082026-03-30T17:09:56.479Z Compiling document-features v0.2.12
7092026-03-30T17:09:57.021Z Compiling globset v0.4.18
7102026-03-30T17:09:57.181Z Compiling pin-project v1.1.11
7112026-03-30T17:09:57.287Z Compiling chrono v0.4.44
7122026-03-30T17:09:58.265Z Compiling strip-ansi-escapes v0.2.1
7132026-03-30T17:09:58.527Z Compiling nextest-metadata v0.12.2
7142026-03-30T17:09:58.766Z Compiling toml v1.1.0+spec-1.1.0
7152026-03-30T17:09:58.829Z Compiling newtype-uuid v1.3.2
7162026-03-30T17:09:58.956Z Compiling reqwest v0.12.28
7172026-03-30T17:09:59.022Z Compiling rand_chacha v0.9.0
7182026-03-30T17:09:59.570Z Compiling futures v0.3.32
7192026-03-30T17:09:59.656Z Compiling digest v0.10.7
7202026-03-30T17:09:59.887Z Compiling derive_more v2.1.1
7212026-03-30T17:09:59.975Z Compiling flate2 v1.1.9
7222026-03-30T17:10:00.279Z Compiling parking_lot v0.12.5
7232026-03-30T17:10:00.525Z Compiling tracing-error v0.2.1
7242026-03-30T17:10:00.660Z Compiling shared_child v1.1.1
7252026-03-30T17:10:01.225Z Compiling signal-hook-mio v0.2.5
7262026-03-30T17:10:01.358Z Compiling self-replace v1.5.0
7272026-03-30T17:10:01.363Z Compiling cargo-platform v0.2.0
7282026-03-30T17:10:01.621Z Compiling quick-xml v0.38.4
7292026-03-30T17:10:01.921Z Compiling quick-xml v0.37.5
7302026-03-30T17:10:01.990Z Compiling indenter v0.3.4
7312026-03-30T17:10:02.074Z Compiling humantime v2.3.0
7322026-03-30T17:10:02.122Z Compiling recursion v0.5.4
7332026-03-30T17:10:02.263Z Compiling clap_lex v1.1.0
7342026-03-30T17:10:02.629Z Compiling shell-words v1.1.1
7352026-03-30T17:10:02.722Z Compiling strsim v0.11.1
7362026-03-30T17:10:03.151Z Compiling cpufeatures v0.2.17
7372026-03-30T17:10:03.214Z Compiling heck v0.5.0
7382026-03-30T17:10:03.227Z Compiling urlencoding v2.1.3
7392026-03-30T17:10:03.412Z Compiling clap_derive v4.6.0
7402026-03-30T17:10:03.458Z Compiling sha2 v0.10.9
7412026-03-30T17:10:03.538Z Compiling clap_builder v4.6.0
7422026-03-30T17:10:03.660Z Compiling humantime-serde v1.1.1
7432026-03-30T17:10:03.819Z Compiling nextest-filtering v0.15.0
7442026-03-30T17:10:04.670Z Compiling quick-junit v0.5.2
7452026-03-30T17:10:05.687Z Compiling cargo_metadata v0.20.0
7462026-03-30T17:10:07.753Z Compiling atomicwrites v0.4.4
7472026-03-30T17:10:07.767Z Compiling cargo-nextest v0.9.97
7482026-03-30T17:10:08.049Z Compiling crossterm v0.29.0
7492026-03-30T17:10:08.922Z Compiling duct v0.13.7
7502026-03-30T17:10:09.760Z Compiling async-scoped v0.9.0
7512026-03-30T17:10:09.946Z Compiling config v0.15.22
7522026-03-30T17:10:10.049Z Compiling rand v0.9.2
7532026-03-30T17:10:10.675Z Compiling zstd v0.13.3
7542026-03-30T17:10:10.739Z Compiling unicode-normalization v0.1.25
7552026-03-30T17:10:10.797Z Compiling target-spec-miette v0.4.5
7562026-03-30T17:10:10.826Z Compiling future-queue v0.4.0
7572026-03-30T17:10:11.103Z Compiling mukti-metadata v0.3.0
7582026-03-30T17:10:11.116Z Compiling tokio-stream v0.1.18
7592026-03-30T17:10:11.207Z Compiling camino-tempfile v1.4.1
7602026-03-30T17:10:11.261Z Compiling derive-where v1.6.1
7612026-03-30T17:10:11.317Z Compiling serde_ignored v0.1.14
7622026-03-30T17:10:11.541Z Compiling serde_path_to_error v0.1.20
7632026-03-30T17:10:11.582Z Compiling xxhash-rust v0.8.15
7642026-03-30T17:10:11.632Z Compiling swrite v0.1.0
7652026-03-30T17:10:11.644Z Compiling home v0.5.12
7662026-03-30T17:10:11.763Z Compiling indent_write v2.2.0
7672026-03-30T17:10:11.808Z Compiling hex v0.4.3
7682026-03-30T17:10:11.922Z Compiling color-eyre v0.6.5
7692026-03-30T17:10:11.936Z Compiling clap v4.6.0
7702026-03-30T17:10:11.990Z Compiling dialoguer v0.11.0
7712026-03-30T17:10:12.017Z Compiling enable-ansi-support v0.2.1
7722026-03-30T17:10:12.488Z Compiling nextest-runner v0.80.0
7732026-03-30T17:10:30.671Z Finished `release` profile [optimized] target(s) in 1m 12s
7742026-03-30T17:10:30.854Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-03-30T17:10:30.859Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-03-30T17:10:30.973Z+ pushd bgp
7772026-03-30T17:10:30.977Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7782026-03-30T17:10:30.977Z+ pfexec cargo nextest run
7792026-03-30T17:10:31.135Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-03-30T17:10:31.836ZFrom https://github.com/oxidecomputer/falcon
7812026-03-30T17:10:31.836Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7822026-03-30T17:10:31.911Z Updating crates.io index
7832026-03-30T17:10:31.915Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7842026-03-30T17:10:32.759ZFrom https://github.com/oxidecomputer/dendrite
7852026-03-30T17:10:32.759Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7862026-03-30T17:10:32.841Z Updating git repository `https://github.com/oxidecomputer/ispf`
7872026-03-30T17:10:33.171ZFrom https://github.com/oxidecomputer/ispf
7882026-03-30T17:10:33.172Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7892026-03-30T17:10:33.234Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7902026-03-30T17:10:33.624ZFrom https://github.com/oxidecomputer/netadm-sys
7912026-03-30T17:10:33.624Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7922026-03-30T17:10:33.632Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-03-30T17:10:40.897ZFrom https://github.com/oxidecomputer/omicron
7942026-03-30T17:10:40.897Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7952026-03-30T17:10:41.250Z Updating git repository `https://github.com/oxidecomputer/opte`
7962026-03-30T17:10:41.863ZFrom https://github.com/oxidecomputer/opte
7972026-03-30T17:10:41.863Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7982026-03-30T17:10:41.894Z Updating git repository `https://github.com/illumos/smf-rs`
7992026-03-30T17:10:42.170ZFrom https://github.com/illumos/smf-rs
8002026-03-30T17:10:42.170Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8012026-03-30T17:10:42.527Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-03-30T17:10:42.829ZFrom https://github.com/oxidecomputer/network-interface
8032026-03-30T17:10:42.830Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-03-30T17:10:42.855Z Updating git repository `https://github.com/oxidecomputer/zone`
8052026-03-30T17:10:43.219ZFrom https://github.com/oxidecomputer/zone
8062026-03-30T17:10:43.219Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8072026-03-30T17:10:43.228Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082026-03-30T17:10:44.426ZFrom https://github.com/oxidecomputer/propolis
8092026-03-30T17:10:44.426Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8102026-03-30T17:10:44.529Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8112026-03-30T17:10:45.065ZFrom https://github.com/oxidecomputer/transceiver-control
8122026-03-30T17:10:45.066Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8132026-03-30T17:10:45.177Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8142026-03-30T17:10:45.378ZFrom https://github.com/oxidecomputer/dlpi-sys
8152026-03-30T17:10:45.379Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8162026-03-30T17:10:45.422Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8172026-03-30T17:10:46.106ZFrom https://github.com/jmesmon/rust-libzfs
8182026-03-30T17:10:46.107Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8192026-03-30T17:10:46.107Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202026-03-30T17:10:46.107ZFrom https://github.com/oxidecomputer/rusty-doors
8212026-03-30T17:10:46.107Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8222026-03-30T17:10:46.107Z Updating git repository `https://github.com/oxidecomputer/lldp`
8232026-03-30T17:10:46.452ZFrom https://github.com/oxidecomputer/lldp
8242026-03-30T17:10:46.452Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8252026-03-30T17:10:46.485Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8262026-03-30T17:10:46.730ZFrom https://github.com/oxidecomputer/slog-error-chain
8272026-03-30T17:10:46.730Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8282026-03-30T17:10:46.907Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8292026-03-30T17:10:47.222ZFrom https://github.com/oxidecomputer/tufaceous
8302026-03-30T17:10:47.222Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8312026-03-30T17:10:47.304Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8322026-03-30T17:10:47.694ZFrom https://github.com/oxidecomputer/management-gateway-service
8332026-03-30T17:10:47.694Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8342026-03-30T17:10:47.746Z Updating git repository `https://github.com/oxidecomputer/crucible`
8352026-03-30T17:10:48.679ZFrom https://github.com/oxidecomputer/crucible
8362026-03-30T17:10:48.679Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8372026-03-30T17:10:48.805Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8382026-03-30T17:10:49.094ZFrom https://github.com/oxidecomputer/serde_human_bytes
8392026-03-30T17:10:49.094Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8402026-03-30T17:10:49.375Z Updating git repository `https://github.com/oxidecomputer/propolis`
8412026-03-30T17:10:49.769ZFrom https://github.com/oxidecomputer/propolis
8422026-03-30T17:10:49.769Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8432026-03-30T17:10:49.853Z Updating git repository `https://github.com/oxidecomputer/tofino`
8442026-03-30T17:10:50.106ZFrom https://github.com/oxidecomputer/tofino
8452026-03-30T17:10:50.106Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8462026-03-30T17:10:50.113Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8472026-03-30T17:10:50.674ZFrom https://github.com/oxidecomputer/maghemite
8482026-03-30T17:10:50.674Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8492026-03-30T17:10:50.788Z Updating git repository `https://github.com/oxidecomputer/clickward`
8502026-03-30T17:10:51.051ZFrom https://github.com/oxidecomputer/clickward
8512026-03-30T17:10:51.051Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8522026-03-30T17:10:51.203Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8532026-03-30T17:10:55.302ZFrom https://github.com/oxidecomputer/illumos-devinfo
8542026-03-30T17:10:55.302Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8552026-03-30T17:10:55.345Z Updating git repository `https://github.com/oxidecomputer/crucible`
8562026-03-30T17:10:55.345ZFrom https://github.com/oxidecomputer/crucible
8572026-03-30T17:10:55.345Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8582026-03-30T17:10:55.346Z Downloading crates ...
8592026-03-30T17:10:55.346Z Downloaded aead v0.5.2
8602026-03-30T17:10:55.346Z Downloaded arc-swap v1.9.0
8612026-03-30T17:10:55.346Z Downloaded arrayref v0.3.9
8622026-03-30T17:10:55.346Z Downloaded cobs v0.3.0
8632026-03-30T17:10:55.346Z Downloaded arrayvec v0.7.6
8642026-03-30T17:10:55.346Z Downloaded fxhash v0.2.1
8652026-03-30T17:10:55.346Z Downloaded cookie v0.18.1
8662026-03-30T17:10:55.346Z Downloaded argon2 v0.5.3
8672026-03-30T17:10:55.346Z Downloaded foreign-types-macros v0.2.3
8682026-03-30T17:10:55.346Z Downloaded const_format_proc_macros v0.2.34
8692026-03-30T17:10:55.346Z Downloaded gethostname v0.5.0
8702026-03-30T17:10:55.346Z Downloaded fs-err v3.3.0
8712026-03-30T17:10:55.346Z Downloaded crossbeam-utils v0.8.21
8722026-03-30T17:10:55.346Z Downloaded crc8 v0.1.1
8732026-03-30T17:10:55.346Z Downloaded constant_time_eq v0.4.2
8742026-03-30T17:10:55.346Z Downloaded const_format v0.2.35
8752026-03-30T17:10:55.346Z Downloaded async-recursion v1.1.1
8762026-03-30T17:10:55.346Z Downloaded ciborium-io v0.2.2
8772026-03-30T17:10:55.346Z Downloaded convert_case v0.4.0
8782026-03-30T17:10:55.346Z Downloaded const-random v0.1.18
8792026-03-30T17:10:55.346Z Downloaded anyhow v1.0.102
8802026-03-30T17:10:55.346Z Downloaded inout v0.1.4
8812026-03-30T17:10:55.346Z Downloaded float-ord v0.3.2
8822026-03-30T17:10:55.346Z Downloaded hash32 v0.3.1
8832026-03-30T17:10:55.346Z Downloaded git-stub v1.0.0
8842026-03-30T17:10:55.346Z Downloaded natord v1.0.9
8852026-03-30T17:10:55.346Z Downloaded const-random-macro v0.1.16
8862026-03-30T17:10:55.346Z Downloaded newtype_derive v0.1.6
8872026-03-30T17:10:55.346Z Downloaded heck v0.4.1
8882026-03-30T17:10:55.346Z Downloaded ciborium v0.2.2
8892026-03-30T17:10:55.346Z Downloaded linked-hash-map v0.5.6
8902026-03-30T17:10:55.346Z Downloaded ident_case v1.0.1
8912026-03-30T17:10:55.346Z Downloaded cpufeatures v0.3.0
8922026-03-30T17:10:55.346Z Downloaded httpdate v1.0.3
8932026-03-30T17:10:55.346Z Downloaded no-std-compat v0.4.1
8942026-03-30T17:10:55.346Z Downloaded dof v0.4.0
8952026-03-30T17:10:55.347Z Downloaded lru-cache v0.1.2
8962026-03-30T17:10:55.347Z Downloaded darling_macro v0.21.3
8972026-03-30T17:10:55.347Z Downloaded instant v0.1.13
8982026-03-30T17:10:55.347Z Downloaded async-stream v0.3.6
8992026-03-30T17:10:55.347Z Downloaded newline-converter v0.3.0
9002026-03-30T17:10:55.347Z Downloaded managed v0.8.0
9012026-03-30T17:10:55.347Z Downloaded foreign-types v0.5.0
9022026-03-30T17:10:55.347Z Downloaded foreign-types-shared v0.3.1
9032026-03-30T17:10:55.347Z Downloaded dyn-clone v1.0.20
9042026-03-30T17:10:55.347Z Downloaded keccak v0.1.6
9052026-03-30T17:10:55.347Z Downloaded internet-checksum v0.2.1
9062026-03-30T17:10:55.347Z Downloaded defmt-parser v1.0.0
9072026-03-30T17:10:55.347Z Downloaded is-terminal v0.4.17
9082026-03-30T17:10:55.347Z Downloaded cmake v0.1.57
9092026-03-30T17:10:55.347Z Downloaded bit-set v0.8.0
9102026-03-30T17:10:55.347Z Downloaded hubpack_derive v0.1.1
9112026-03-30T17:10:55.347Z Downloaded hostname v0.4.2
9122026-03-30T17:10:55.347Z Downloaded hubpack v0.1.2
9132026-03-30T17:10:55.347Z Downloaded dof v0.3.0
9142026-03-30T17:10:55.347Z Downloaded async-stream-impl v0.3.6
9152026-03-30T17:10:55.347Z Downloaded macaddr v1.0.1
9162026-03-30T17:10:55.347Z Downloaded libscf-sys v1.1.0
9172026-03-30T17:10:55.347Z Downloaded num v0.4.3
9182026-03-30T17:10:55.347Z Downloaded match_cfg v0.1.0
9192026-03-30T17:10:55.347Z Downloaded cstr-argument v0.1.2
9202026-03-30T17:10:55.347Z Downloaded idna_adapter v1.2.1
9212026-03-30T17:10:55.347Z Downloaded base16ct v1.0.0
9222026-03-30T17:10:55.347Z Downloaded base16ct v0.2.0
9232026-03-30T17:10:55.347Z Downloaded dunce v1.0.5
9242026-03-30T17:10:55.347Z Downloaded dtrace-parser v0.3.0
9252026-03-30T17:10:55.347Z Downloaded ciborium-ll v0.2.2
9262026-03-30T17:10:55.347Z Downloaded enum-as-inner v0.6.1
9272026-03-30T17:10:55.347Z Downloaded num-derive v0.3.3
9282026-03-30T17:10:55.347Z Downloaded dtrace-parser v0.2.0
9292026-03-30T17:10:55.347Z Downloaded darling_macro v0.23.0
9302026-03-30T17:10:55.347Z Downloaded num-derive v0.4.2
9312026-03-30T17:10:55.348Z Downloaded crucible-workspace-hack v0.1.0
9322026-03-30T17:10:55.348Z Downloaded embedded-io v0.4.0
9332026-03-30T17:10:55.348Z Downloaded olpc-cjson v0.1.4
9342026-03-30T17:10:55.348Z Downloaded opaque-debug v0.3.1
9352026-03-30T17:10:55.348Z Downloaded defmt v0.3.100
9362026-03-30T17:10:55.348Z Downloaded dropshot-api-manager-types v0.5.2
9372026-03-30T17:10:55.348Z Downloaded hostname v0.3.1
9382026-03-30T17:10:55.348Z Downloaded crunchy v0.2.4
9392026-03-30T17:10:55.348Z Downloaded memmap v0.7.0
9402026-03-30T17:10:55.348Z Downloaded omicron-workspace-hack v0.1.0
9412026-03-30T17:10:55.348Z Downloaded num-iter v0.1.45
9422026-03-30T17:10:55.348Z Downloaded num-conv v0.2.0
9432026-03-30T17:10:55.348Z Downloaded num_enum_derive v0.5.11
9442026-03-30T17:10:55.348Z Downloaded byteorder v1.5.0
9452026-03-30T17:10:55.348Z Downloaded newtype-uuid-macros v0.1.0
9462026-03-30T17:10:55.348Z Downloaded embedded-io v0.6.1
9472026-03-30T17:10:55.348Z Downloaded memoffset v0.9.1
9482026-03-30T17:10:55.348Z Downloaded git-stub-vcs v0.1.0
9492026-03-30T17:10:55.348Z Downloaded linear-map v1.2.0
9502026-03-30T17:10:55.348Z Downloaded chacha20 v0.10.0
9512026-03-30T17:10:55.348Z Downloaded libsw-core v0.3.2
9522026-03-30T17:10:55.348Z Downloaded group v0.13.0
9532026-03-30T17:10:55.348Z Downloaded defmt v1.0.1
9542026-03-30T17:10:55.348Z Downloaded critical-section v1.2.0
9552026-03-30T17:10:55.474Z Downloaded cipher v0.4.4
9562026-03-30T17:10:55.474Z Downloaded parse-display v0.10.0
9572026-03-30T17:10:55.474Z Downloaded displaydoc v0.2.5
9582026-03-30T17:10:55.474Z Downloaded mime v0.3.17
9592026-03-30T17:10:55.474Z Downloaded libsw v3.5.0
9602026-03-30T17:10:55.474Z Downloaded plain v0.2.3
9612026-03-30T17:10:55.474Z Downloaded highway v1.3.0
9622026-03-30T17:10:55.474Z Downloaded glob v0.3.3
9632026-03-30T17:10:55.474Z Downloaded powerfmt v0.2.0
9642026-03-30T17:10:55.474Z Downloaded num_threads v0.1.7
9652026-03-30T17:10:55.474Z Downloaded potential_utf v0.1.4
9662026-03-30T17:10:55.474Z Downloaded num_enum v0.7.6
9672026-03-30T17:10:55.474Z Downloaded ipnetwork v0.21.1
9682026-03-30T17:10:55.474Z Downloaded fs_extra v1.3.0
9692026-03-30T17:10:55.474Z Downloaded num_enum_derive v0.7.6
9702026-03-30T17:10:55.474Z Downloaded num_enum v0.5.11
9712026-03-30T17:10:55.474Z Downloaded derive-ex v0.1.8
9722026-03-30T17:10:55.474Z Downloaded data-encoding v2.10.0
9732026-03-30T17:10:55.474Z Downloaded async-trait v0.1.89
9742026-03-30T17:10:55.474Z Downloaded ingot-types v0.1.2
9752026-03-30T17:10:55.474Z Downloaded erased-serde v0.3.31
9762026-03-30T17:10:55.474Z Downloaded daft-derive v0.1.5
9772026-03-30T17:10:55.474Z Downloaded bit-vec v0.8.0
9782026-03-30T17:10:55.474Z Downloaded bcs v0.1.6
9792026-03-30T17:10:55.474Z Downloaded fixedbitset v0.4.2
9802026-03-30T17:10:55.474Z Downloaded num-integer v0.1.46
9812026-03-30T17:10:55.474Z Downloaded daft v0.1.5
9822026-03-30T17:10:55.474Z Downloaded oxnet v0.1.4
9832026-03-30T17:10:55.474Z Downloaded memmap2 v0.9.10
9842026-03-30T17:10:55.474Z Downloaded ff v0.13.1
9852026-03-30T17:10:55.474Z Downloaded foldhash v0.2.0
9862026-03-30T17:10:55.474Z Downloaded litemap v0.8.1
9872026-03-30T17:10:55.474Z Downloaded pretty-hex v0.4.2
9882026-03-30T17:10:55.474Z Downloaded proc-macro-crate v1.3.1
9892026-03-30T17:10:55.474Z Downloaded cancel-safe-futures v0.1.5
9902026-03-30T17:10:55.474Z Downloaded deranged v0.5.8
9912026-03-30T17:10:55.475Z Downloaded byte-wrapper v0.1.0
9922026-03-30T17:10:55.475Z Downloaded csv-core v0.1.13
9932026-03-30T17:10:55.475Z Downloaded ingot v0.1.1
9942026-03-30T17:10:55.475Z Downloaded proc-macro-error-attr v1.0.4
9952026-03-30T17:10:55.475Z Downloaded proc-macro-crate v3.5.0
9962026-03-30T17:10:55.475Z Downloaded hmac v0.12.1
9972026-03-30T17:10:55.475Z Downloaded crossbeam-deque v0.8.6
9982026-03-30T17:10:55.475Z Downloaded bytecount v0.6.9
9992026-03-30T17:10:55.475Z Downloaded backoff v0.4.0
10002026-03-30T17:10:55.475Z Downloaded pem v3.0.6
10012026-03-30T17:10:55.475Z Downloaded paste v1.0.15
10022026-03-30T17:10:55.475Z Downloaded parse-display-derive v0.10.0
10032026-03-30T17:10:55.475Z Downloaded parking_lot_core v0.8.6
10042026-03-30T17:10:55.475Z Downloaded oxide-tokio-rt v0.1.3
10052026-03-30T17:10:55.475Z Downloaded phf_shared v0.12.1
10062026-03-30T17:10:55.475Z Downloaded poly1305 v0.8.0
10072026-03-30T17:10:55.475Z Downloaded progenitor-client v0.10.0
10082026-03-30T17:10:55.475Z Downloaded phf v0.12.1
10092026-03-30T17:10:55.475Z Downloaded num-rational v0.4.2
10102026-03-30T17:10:55.475Z Downloaded progenitor-client v0.11.2
10112026-03-30T17:10:55.475Z Downloaded multer v3.1.0
10122026-03-30T17:10:55.475Z Downloaded ingot-macros v0.1.1
10132026-03-30T17:10:55.475Z Downloaded progenitor-macro v0.10.0
10142026-03-30T17:10:55.475Z Downloaded progenitor-macro v0.11.2
10152026-03-30T17:10:55.475Z Downloaded colored v3.1.1
10162026-03-30T17:10:55.475Z Downloaded darling v0.21.3
10172026-03-30T17:10:55.475Z Downloaded blake2 v0.10.6
10182026-03-30T17:10:55.475Z Downloaded half v2.7.1
10192026-03-30T17:10:55.475Z Downloaded num-complex v0.4.6
10202026-03-30T17:10:55.475Z Downloaded console v0.16.3
10212026-03-30T17:10:55.475Z Downloaded indexmap v1.9.3
10222026-03-30T17:10:55.475Z Downloaded bitflags v1.3.2
10232026-03-30T17:10:55.475Z Downloaded drift v0.1.3
10242026-03-30T17:10:55.475Z Downloaded chacha20 v0.9.1
10252026-03-30T17:10:55.475Z Downloaded cargo_toml v0.22.3
10262026-03-30T17:10:55.475Z Downloaded progenitor-macro v0.13.0
10272026-03-30T17:10:55.475Z Downloaded backon v1.6.0
10282026-03-30T17:10:55.475Z Downloaded omicron-zone-package v0.12.2
10292026-03-30T17:10:55.475Z Downloaded darling v0.23.0
10302026-03-30T17:10:55.475Z Downloaded proc-macro-error-attr2 v2.0.0
10312026-03-30T17:10:55.476Z Downloaded proc-macro-error v1.0.4
10322026-03-30T17:10:55.476Z Downloaded proc-macro-error2 v2.0.1
10332026-03-30T17:10:55.476Z Downloaded ref-cast v1.0.25
10342026-03-30T17:10:55.476Z Downloaded rand_xorshift v0.4.0
10352026-03-30T17:10:55.476Z Downloaded rand_chacha v0.3.1
10362026-03-30T17:10:55.476Z Downloaded icu_provider v2.1.1
10372026-03-30T17:10:55.476Z Downloaded pest_derive v2.8.6
10382026-03-30T17:10:55.476Z Downloaded crossbeam-epoch v0.9.18
10392026-03-30T17:10:55.476Z Downloaded password-hash v0.5.0
10402026-03-30T17:10:55.476Z Downloaded parking_lot v0.11.2
10412026-03-30T17:10:55.476Z Downloaded progenitor v0.11.2
10422026-03-30T17:10:55.476Z Downloaded indicatif v0.18.4
10432026-03-30T17:10:55.476Z Downloaded progenitor-extras v0.1.1
10442026-03-30T17:10:55.476Z Downloaded progenitor-client v0.13.0
10452026-03-30T17:10:55.476Z Downloaded progenitor v0.13.0
10462026-03-30T17:10:55.476Z Downloaded quick-error v1.2.3
10472026-03-30T17:10:55.476Z Downloaded icu_normalizer_data v2.1.1
10482026-03-30T17:10:55.476Z Downloaded icu_properties v2.1.2
10492026-03-30T17:10:55.476Z Downloaded rustc_version v0.1.7
10502026-03-30T17:10:55.476Z Downloaded icu_normalizer v2.1.1
10512026-03-30T17:10:55.476Z Downloaded icu_locale_core v2.1.1
10522026-03-30T17:10:55.476Z Downloaded progenitor v0.10.0
10532026-03-30T17:10:55.476Z Downloaded same-file v1.0.6
10542026-03-30T17:10:55.476Z Downloaded postcard v1.1.3
10552026-03-30T17:10:55.520Z Downloaded allocator-api2 v0.2.21
10562026-03-30T17:10:55.520Z Downloaded derive_more v0.99.20
10572026-03-30T17:10:55.520Z Downloaded heapless v0.8.0
10582026-03-30T17:10:55.520Z Downloaded hashbrown v0.12.3
10592026-03-30T17:10:55.520Z Downloaded jiff-static v0.2.23
10602026-03-30T17:10:55.520Z Downloaded hickory-resolver v0.25.2
10612026-03-30T17:10:55.520Z Downloaded elliptic-curve v0.13.8
10622026-03-30T17:10:55.520Z Downloaded icu_collections v2.1.1
10632026-03-30T17:10:55.520Z Downloaded dropshot_endpoint v0.16.7
10642026-03-30T17:10:55.520Z Downloaded diff v0.1.13
10652026-03-30T17:10:55.520Z Downloaded defmt-macros v1.0.1
10662026-03-30T17:10:55.520Z Downloaded papergrid v0.17.0
10672026-03-30T17:10:55.520Z Downloaded minimal-lexical v0.2.1
10682026-03-30T17:10:55.520Z Downloaded ref-cast-impl v1.0.25
10692026-03-30T17:10:55.520Z Downloaded secrecy v0.10.3
10702026-03-30T17:10:55.520Z Downloaded scroll_derive v0.13.1
10712026-03-30T17:10:55.520Z Downloaded serde_plain v1.0.2
10722026-03-30T17:10:55.520Z Downloaded serde-big-array v0.5.1
10732026-03-30T17:10:55.520Z Downloaded semver v0.1.20
10742026-03-30T17:10:55.520Z Downloaded scroll_derive v0.12.1
10752026-03-30T17:10:55.520Z Downloaded rand_core v0.10.0
10762026-03-30T17:10:55.520Z Downloaded mio v1.1.1
10772026-03-30T17:10:55.520Z Downloaded serial_test_derive v3.4.0
10782026-03-30T17:10:55.520Z Downloaded serde_repr v0.1.20
10792026-03-30T17:10:55.521Z Downloaded hickory-resolver v0.24.4
10802026-03-30T17:10:55.521Z Downloaded pest_generator v2.8.6
10812026-03-30T17:10:55.521Z Downloaded rustc-hash v2.1.1
10822026-03-30T17:10:55.521Z Downloaded resolv-conf v0.7.6
10832026-03-30T17:10:55.521Z Downloaded rustls-native-certs v0.8.3
10842026-03-30T17:10:55.521Z Downloaded nom v7.1.3
10852026-03-30T17:10:55.521Z Downloaded rusty-fork v0.3.1
10862026-03-30T17:10:55.521Z Downloaded serial_test v3.4.0
10872026-03-30T17:10:55.521Z Downloaded sigpipe v0.1.3
10882026-03-30T17:10:55.521Z Downloaded sha1 v0.10.6
10892026-03-30T17:10:55.521Z Downloaded siphasher v1.0.2
10902026-03-30T17:10:55.521Z Downloaded chacha20poly1305 v0.10.1
10912026-03-30T17:10:55.521Z Downloaded rustversion v1.0.22
10922026-03-30T17:10:55.521Z Downloaded darling_core v0.21.3
10932026-03-30T17:10:55.521Z Downloaded darling_core v0.23.0
10942026-03-30T17:10:55.521Z Downloaded slog-envlogger v2.2.0
10952026-03-30T17:10:55.521Z Downloaded slog-bunyan v2.5.0
10962026-03-30T17:10:55.521Z Downloaded itertools v0.12.1
10972026-03-30T17:10:55.521Z Downloaded papergrid v0.11.0
10982026-03-30T17:10:55.521Z Downloaded cc v1.2.57
10992026-03-30T17:10:55.521Z Downloaded scroll v0.13.0
11002026-03-30T17:10:55.521Z Downloaded scroll v0.12.0
11012026-03-30T17:10:55.522Z Downloaded schemars_derive v0.8.22
11022026-03-30T17:10:55.522Z Downloaded nom v8.0.0
11032026-03-30T17:10:55.522Z Downloaded libm v0.2.16
11042026-03-30T17:10:55.522Z Downloaded icu_properties_data v2.1.2
11052026-03-30T17:10:55.522Z Downloaded serde_tokenstream v0.2.3
11062026-03-30T17:10:55.522Z Downloaded serde_derive_internals v0.29.1
11072026-03-30T17:10:55.522Z Downloaded spin v0.5.2
11082026-03-30T17:10:55.522Z Downloaded structmeta-derive v0.3.0
11092026-03-30T17:10:55.522Z Downloaded stable_deref_trait v1.2.1
11102026-03-30T17:10:55.522Z Downloaded iri-string v0.7.11
11112026-03-30T17:10:55.522Z Downloaded iddqd v0.3.17
11122026-03-30T17:10:55.522Z Downloaded progenitor-impl v0.11.2
11132026-03-30T17:10:55.522Z Downloaded progenitor-impl v0.10.0
11142026-03-30T17:10:55.522Z Downloaded pest_meta v2.8.6
11152026-03-30T17:10:55.522Z Downloaded rhai_codegen v3.1.0
11162026-03-30T17:10:55.522Z Downloaded rustls-pemfile v2.2.0
11172026-03-30T17:10:55.522Z Downloaded hkdf v0.12.4
11182026-03-30T17:10:55.522Z Downloaded sdd v3.0.10
11192026-03-30T17:10:55.522Z Downloaded strum v0.27.2
11202026-03-30T17:10:55.522Z Downloaded strum v0.26.3
11212026-03-30T17:10:55.522Z Downloaded simd-adler32 v0.3.8
11222026-03-30T17:10:55.522Z Downloaded pretty_assertions v1.4.1
11232026-03-30T17:10:55.522Z Downloaded goblin v0.10.5
11242026-03-30T17:10:55.522Z Downloaded goblin v0.8.2
11252026-03-30T17:10:55.522Z Downloaded prettyplease v0.2.37
11262026-03-30T17:10:55.522Z Downloaded crossbeam-channel v0.5.15
11272026-03-30T17:10:55.522Z Downloaded slog-dtrace v0.3.0
11282026-03-30T17:10:55.522Z Downloaded tabled_derive v0.7.0
11292026-03-30T17:10:55.522Z Downloaded tabled_derive v0.11.0
11302026-03-30T17:10:55.522Z Downloaded tagptr v0.2.0
11312026-03-30T17:10:55.522Z Downloaded crypto-bigint v0.5.5
11322026-03-30T17:10:55.522Z Downloaded smawk v0.3.2
11332026-03-30T17:10:55.522Z Downloaded smf v0.2.3
11342026-03-30T17:10:55.522Z Downloaded smartstring v1.0.1
11352026-03-30T17:10:55.522Z Downloaded termtree v0.5.1
11362026-03-30T17:10:55.522Z Downloaded take_mut v0.2.2
11372026-03-30T17:10:55.523Z Downloaded slog-term v2.9.2
11382026-03-30T17:10:55.523Z Downloaded slog-stdlog v4.1.1
11392026-03-30T17:10:55.523Z Downloaded testing_table v0.3.0
11402026-03-30T17:10:55.523Z Downloaded slog-scope v4.4.1
11412026-03-30T17:10:55.523Z Downloaded thiserror-impl-no-std v2.0.2
11422026-03-30T17:10:55.523Z Downloaded slog-json v2.6.1
11432026-03-30T17:10:55.523Z Downloaded moka v0.12.15
11442026-03-30T17:10:55.523Z Downloaded snafu-derive v0.8.9
11452026-03-30T17:10:55.523Z Downloaded serde_with_macros v3.18.0
11462026-03-30T17:10:55.523Z Downloaded structmeta v0.3.0
11472026-03-30T17:10:55.523Z Downloaded thread-id v4.2.2
11482026-03-30T17:10:55.523Z Downloaded thread-id v5.1.0
11492026-03-30T17:10:55.523Z Downloaded time-core v0.1.8
11502026-03-30T17:10:55.523Z Downloaded progenitor-impl v0.13.0
11512026-03-30T17:10:55.523Z Downloaded base64 v0.21.7
11522026-03-30T17:10:55.523Z Downloaded nix v0.31.2
11532026-03-30T17:10:55.523Z Downloaded synstructure v0.13.2
11542026-03-30T17:10:55.523Z Downloaded strum_macros v0.26.4
11552026-03-30T17:10:55.547Z Downloaded hickory-proto v0.24.4
11562026-03-30T17:10:55.547Z Downloaded tabwriter v1.4.1
11572026-03-30T17:10:55.547Z Downloaded hickory-proto v0.25.2
11582026-03-30T17:10:55.547Z Downloaded strum_macros v0.27.2
11592026-03-30T17:10:55.547Z Downloaded topological-sort v0.2.2
11602026-03-30T17:10:55.547Z Downloaded dropshot-api-manager v0.5.2
11612026-03-30T17:10:55.547Z Downloaded rayon-core v1.13.0
11622026-03-30T17:10:55.547Z Downloaded spin v0.9.8
11632026-03-30T17:10:55.547Z Downloaded thiserror-no-std v2.0.2
11642026-03-30T17:10:55.547Z Downloaded typify-macro v0.6.1
11652026-03-30T17:10:55.547Z Downloaded typify-macro v0.4.3
11662026-03-30T17:10:55.547Z Downloaded unarray v0.1.4
11672026-03-30T17:10:55.547Z Downloaded tiny-keccak v2.0.2
11682026-03-30T17:10:55.547Z Downloaded serde_yaml v0.9.34+deprecated
11692026-03-30T17:10:55.547Z Downloaded similar v2.7.0
11702026-03-30T17:10:55.547Z Downloaded rustls-platform-verifier v0.6.2
11712026-03-30T17:10:55.547Z Downloaded unit-prefix v0.5.2
11722026-03-30T17:10:55.547Z Downloaded tinystr v0.8.2
11732026-03-30T17:10:55.547Z Downloaded time-macros v0.2.27
11742026-03-30T17:10:55.547Z Downloaded usdt v0.5.0
11752026-03-30T17:10:55.547Z Downloaded untrusted v0.7.1
11762026-03-30T17:10:55.547Z Downloaded universal-hash v0.5.1
11772026-03-30T17:10:55.547Z Downloaded slog-async v2.8.0
11782026-03-30T17:10:55.547Z Downloaded usdt-macro v0.5.0
11792026-03-30T17:10:55.547Z Downloaded utf-8 v0.7.6
11802026-03-30T17:10:55.547Z Downloaded waitgroup v0.1.2
11812026-03-30T17:10:55.547Z Downloaded usdt-attr-macro v0.6.0
11822026-03-30T17:10:55.548Z Downloaded usdt-attr-macro v0.5.0
11832026-03-30T17:10:55.548Z Downloaded usdt-macro v0.6.0
11842026-03-30T17:10:55.548Z Downloaded wait-timeout v0.2.1
11852026-03-30T17:10:55.548Z Downloaded tokio-dtrace v0.1.1
11862026-03-30T17:10:55.548Z Downloaded tokio-rustls v0.25.0
11872026-03-30T17:10:55.548Z Downloaded tokio-tungstenite v0.21.0
11882026-03-30T17:10:55.548Z Downloaded lzma-sys v0.1.20
11892026-03-30T17:10:55.548Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11902026-03-30T17:10:55.548Z Downloaded slog v2.8.2
11912026-03-30T17:10:55.548Z Downloaded schemars v0.9.0
11922026-03-30T17:10:55.548Z Downloaded qorb v0.4.1
11932026-03-30T17:10:55.548Z Downloaded jiff v0.2.23
11942026-03-30T17:10:55.548Z Downloaded thin-vec v0.2.14
11952026-03-30T17:10:55.548Z Downloaded expectorate v1.2.0
11962026-03-30T17:10:55.548Z Downloaded yoke-derive v0.8.1
11972026-03-30T17:10:55.548Z Downloaded usdt-impl v0.5.0
11982026-03-30T17:10:55.548Z Downloaded usdt v0.6.0
11992026-03-30T17:10:55.548Z Downloaded usdt-impl v0.6.0
12002026-03-30T17:10:55.548Z Downloaded zerofrom v0.1.6
12012026-03-30T17:10:55.548Z Downloaded walkdir v2.5.0
12022026-03-30T17:10:55.548Z Downloaded whoami v1.6.1
12032026-03-30T17:10:55.548Z Downloaded zeroize_derive v1.4.3
12042026-03-30T17:10:55.548Z Downloaded zerofrom-derive v0.1.6
12052026-03-30T17:10:55.548Z Downloaded test-strategy v0.4.5
12062026-03-30T17:10:55.548Z Downloaded xz2 v0.1.7
12072026-03-30T17:10:55.548Z Downloaded term v1.2.1
12082026-03-30T17:10:55.548Z Downloaded schemars v1.2.1
12092026-03-30T17:10:55.548Z Downloaded writeable v0.6.2
12102026-03-30T17:10:55.548Z Downloaded zone_cfg_derive v0.3.1
12112026-03-30T17:10:55.548Z Downloaded zone v0.3.1
12122026-03-30T17:10:55.548Z Downloaded snafu v0.8.9
12132026-03-30T17:10:55.548Z Downloaded ucd-trie v0.1.7
12142026-03-30T17:10:55.548Z Downloaded toml v0.7.8
12152026-03-30T17:10:55.548Z Downloaded vsss-rs v3.3.4
12162026-03-30T17:10:55.548Z Downloaded schemars v0.8.22
12172026-03-30T17:10:55.548Z Downloaded toml v0.9.12+spec-1.1.0
12182026-03-30T17:10:55.549Z Downloaded rand v0.8.5
12192026-03-30T17:10:55.549Z Downloaded tungstenite v0.21.0
12202026-03-30T17:10:55.549Z Downloaded typify v0.6.1
12212026-03-30T17:10:55.549Z Downloaded typify v0.4.3
12222026-03-30T17:10:55.549Z Downloaded rand v0.10.0
12232026-03-30T17:10:55.549Z Downloaded steno v0.4.1
12242026-03-30T17:10:55.549Z Downloaded yoke v0.8.1
12252026-03-30T17:10:55.549Z Downloaded zerocopy-derive v0.7.35
12262026-03-30T17:10:55.549Z Downloaded pest v2.8.6
12272026-03-30T17:10:55.549Z Downloaded unsafe-libyaml v0.2.11
12282026-03-30T17:10:55.549Z Downloaded zerovec-derive v0.11.2
12292026-03-30T17:10:55.549Z Downloaded toml_edit v0.25.8+spec-1.1.0
12302026-03-30T17:10:55.549Z Downloaded yansi v1.0.1
12312026-03-30T17:10:55.549Z Downloaded ron v0.12.0
12322026-03-30T17:10:55.549Z Downloaded scc v2.4.0
12332026-03-30T17:10:55.549Z Downloaded zerotrie v0.2.3
12342026-03-30T17:10:55.549Z Downloaded unicode-segmentation v1.13.1
12352026-03-30T17:10:55.549Z Downloaded zerocopy-derive v0.8.47
12362026-03-30T17:10:55.549Z Downloaded toml_edit v0.19.15
12372026-03-30T17:10:55.549Z Downloaded rayon v1.11.0
12382026-03-30T17:10:55.549Z Downloaded typed-path v0.9.3
12392026-03-30T17:10:55.549Z Downloaded reqwest v0.13.2
12402026-03-30T17:10:55.549Z Downloaded blake3 v1.8.3
12412026-03-30T17:10:55.549Z Downloaded aws-lc-rs v1.16.2
12422026-03-30T17:10:55.549Z Downloaded tough v0.20.0
12432026-03-30T17:10:55.549Z Downloaded serde_with v3.18.0
12442026-03-30T17:10:55.549Z Downloaded proptest v1.11.0
12452026-03-30T17:10:55.549Z Downloaded zerovec v0.11.5
12462026-03-30T17:10:55.549Z Downloaded rustls-webpki v0.102.8
12472026-03-30T17:10:55.549Z Downloaded tabled v0.15.0
12482026-03-30T17:10:55.549Z Downloaded winnow v0.5.40
12492026-03-30T17:10:55.549Z Downloaded zerocopy v0.7.35
12502026-03-30T17:10:55.549Z Downloaded winnow v1.0.0
12512026-03-30T17:10:55.549Z Downloaded tabled v0.20.0
12522026-03-30T17:10:55.549Z Downloaded time v0.3.47
12532026-03-30T17:10:55.550Z Downloaded syn v1.0.109
12542026-03-30T17:10:55.550Z Downloaded rhai v1.24.0
12552026-03-30T17:10:55.556Z Downloaded smoltcp v0.11.0
12562026-03-30T17:10:55.556Z Downloaded regress v0.10.5
12572026-03-30T17:10:55.556Z Downloaded rustls v0.22.4
12582026-03-30T17:10:55.556Z Downloaded zerocopy v0.8.47
12592026-03-30T17:10:55.556Z Downloaded openapiv3 v2.2.0
12602026-03-30T17:10:55.556Z Downloaded dropshot v0.16.7
12612026-03-30T17:10:55.556Z Downloaded chrono-tz v0.10.4
12622026-03-30T17:10:55.556Z Downloaded sled v0.34.7
12632026-03-30T17:10:55.556Z Downloaded typify-impl v0.6.1
12642026-03-30T17:10:55.556Z Downloaded typify-impl v0.4.3
12652026-03-30T17:10:55.557Z Downloaded petgraph v0.6.5
12662026-03-30T17:10:55.557Z Downloaded sha3 v0.10.8
12672026-03-30T17:10:55.557Z Downloaded csv v1.4.0
12682026-03-30T17:10:55.557Z Downloaded encoding_rs v0.8.35
12692026-03-30T17:10:55.557Z Downloaded aws-lc-sys v0.39.0
12702026-03-30T17:10:56.192Z Compiling proc-macro2 v1.0.106
12712026-03-30T17:10:56.192Z Compiling quote v1.0.45
12722026-03-30T17:10:56.192Z Compiling unicode-ident v1.0.24
12732026-03-30T17:10:56.197Z Compiling serde_core v1.0.228
12742026-03-30T17:10:56.197Z Compiling cfg-if v1.0.4
12752026-03-30T17:10:56.197Z Compiling serde v1.0.228
12762026-03-30T17:10:56.197Z Compiling libc v0.2.183
12772026-03-30T17:10:56.197Z Compiling memchr v2.8.0
12782026-03-30T17:10:56.407Z Compiling itoa v1.0.18
12792026-03-30T17:10:56.593Z Compiling zmij v1.0.21
12802026-03-30T17:10:56.719Z Compiling autocfg v1.5.0
12812026-03-30T17:10:56.719Z Compiling libm v0.2.16
12822026-03-30T17:10:56.980Z Compiling version_check v0.9.5
12832026-03-30T17:10:57.042Z Compiling stable_deref_trait v1.2.1
12842026-03-30T17:10:57.112Z Compiling writeable v0.6.2
12852026-03-30T17:10:57.122Z Compiling litemap v0.8.1
12862026-03-30T17:10:57.189Z Compiling pin-project-lite v0.2.17
12872026-03-30T17:10:57.215Z Compiling icu_normalizer_data v2.1.1
12882026-03-30T17:10:57.254Z Compiling icu_properties_data v2.1.2
12892026-03-30T17:10:57.306Z Compiling percent-encoding v2.3.2
12902026-03-30T17:10:57.309Z Compiling scopeguard v1.2.0
12912026-03-30T17:10:57.418Z Compiling equivalent v1.0.2
12922026-03-30T17:10:57.470Z Compiling syn v2.0.117
12932026-03-30T17:10:57.510Z Compiling iana-time-zone v0.1.65
12942026-03-30T17:10:57.519Z Compiling parking_lot_core v0.9.12
12952026-03-30T17:10:57.583Z Compiling lock_api v0.4.14
12962026-03-30T17:10:57.663Z Compiling foldhash v0.2.0
12972026-03-30T17:10:57.671Z Compiling allocator-api2 v0.2.21
12982026-03-30T17:10:57.731Z Compiling form_urlencoded v1.2.2
12992026-03-30T17:10:57.786Z Compiling utf8_iter v1.0.4
13002026-03-30T17:10:57.806Z Compiling serde_json v1.0.149
13012026-03-30T17:10:57.911Z Compiling dyn-clone v1.0.20
13022026-03-30T17:10:57.922Z Compiling num-traits v0.2.19
13032026-03-30T17:10:57.930Z Compiling log v0.4.29
13042026-03-30T17:10:58.012Z Compiling hashbrown v0.16.1
13052026-03-30T17:10:58.045Z Compiling jobserver v0.1.34
13062026-03-30T17:10:58.057Z Compiling find-msvc-tools v0.1.9
13072026-03-30T17:10:58.108Z Compiling shlex v1.3.0
13082026-03-30T17:10:58.242Z Compiling cc v1.2.57
13092026-03-30T17:10:58.283Z Compiling zerocopy v0.8.47
13102026-03-30T17:10:58.293Z Compiling futures-core v0.3.32
13112026-03-30T17:10:58.360Z Compiling errno v0.3.14
13122026-03-30T17:10:58.436Z Compiling semver v1.0.27
13132026-03-30T17:10:58.542Z Compiling thiserror v2.0.18
13142026-03-30T17:10:58.589Z Compiling indexmap v2.13.0
13152026-03-30T17:10:58.769Z Compiling futures-sink v0.3.32
13162026-03-30T17:10:58.869Z Compiling rand_core v0.10.0
13172026-03-30T17:10:58.919Z Compiling getrandom v0.4.2
13182026-03-30T17:10:59.027Z Compiling slab v0.4.12
13192026-03-30T17:10:59.064Z Compiling heck v0.5.0
13202026-03-30T17:10:59.190Z Compiling fnv v1.0.7
13212026-03-30T17:10:59.220Z Compiling futures-channel v0.3.32
13222026-03-30T17:10:59.282Z Compiling futures-io v0.3.32
13232026-03-30T17:10:59.322Z Compiling uuid v1.23.0
13242026-03-30T17:10:59.381Z Compiling futures-task v0.3.32
13252026-03-30T17:10:59.434Z Compiling rustversion v1.0.22
13262026-03-30T17:10:59.444Z Compiling portable-atomic v1.13.1
13272026-03-30T17:10:59.496Z Compiling typenum v1.19.0
13282026-03-30T17:10:59.548Z Compiling schemars v0.8.22
13292026-03-30T17:10:59.634Z Compiling socket2 v0.6.3
13302026-03-30T17:10:59.738Z Compiling getrandom v0.2.17
13312026-03-30T17:10:59.793Z Compiling critical-section v1.2.0
13322026-03-30T17:10:59.863Z Compiling signal-hook-registry v1.4.8
13332026-03-30T17:10:59.892Z Compiling mio v1.1.1
13342026-03-30T17:10:59.923Z Compiling bitflags v2.11.0
13352026-03-30T17:11:00.087Z Compiling getrandom v0.3.4
13362026-03-30T17:11:00.156Z Compiling subtle v2.6.1
13372026-03-30T17:11:00.156Z Compiling byteorder v1.5.0
13382026-03-30T17:11:00.322Z Compiling synstructure v0.13.2
13392026-03-30T17:11:00.354Z Compiling serde_derive_internals v0.29.1
13402026-03-30T17:11:00.383Z Compiling once_cell v1.21.4
13412026-03-30T17:11:00.393Z Compiling untrusted v0.9.0
13422026-03-30T17:11:00.415Z Compiling base64 v0.22.1
13432026-03-30T17:11:00.418Z Compiling rand_core v0.6.4
13442026-03-30T17:11:00.434Z Compiling cmake v0.1.57
13452026-03-30T17:11:00.503Z Compiling fs_extra v1.3.0
13462026-03-30T17:11:00.649Z Compiling dunce v1.0.5
13472026-03-30T17:11:00.682Z Compiling httparse v1.10.1
13482026-03-30T17:11:00.728Z Compiling ipnet v2.12.0
13492026-03-30T17:11:00.777Z Compiling rustix v1.1.4
13502026-03-30T17:11:00.796Z Compiling regex-syntax v0.8.10
13512026-03-30T17:11:00.804Z Compiling aws-lc-sys v0.39.0
13522026-03-30T17:11:00.879Z Compiling strsim v0.11.1
13532026-03-30T17:11:01.028Z Compiling atomic-waker v1.1.2
13542026-03-30T17:11:01.153Z Compiling slog v2.8.2
13552026-03-30T17:11:01.173Z Compiling generic-array v0.14.7
13562026-03-30T17:11:01.269Z Compiling tower-service v0.3.3
13572026-03-30T17:11:01.283Z Compiling tower-layer v0.3.3
13582026-03-30T17:11:01.337Z Compiling ucd-trie v0.1.7
13592026-03-30T17:11:01.355Z Compiling thiserror v1.0.69
13602026-03-30T17:11:01.435Z Compiling try-lock v0.2.5
13612026-03-30T17:11:01.446Z Compiling httpdate v1.0.3
13622026-03-30T17:11:01.519Z Compiling serde_derive v1.0.228
13632026-03-30T17:11:02.545Z Compiling zerofrom-derive v0.1.6
13642026-03-30T17:11:02.548Z Compiling yoke-derive v0.8.1
13652026-03-30T17:11:02.548Z Compiling zerovec-derive v0.11.2
13662026-03-30T17:11:02.548Z Compiling displaydoc v0.2.5
13672026-03-30T17:11:02.548Z Compiling tokio-macros v2.6.1
13682026-03-30T17:11:02.548Z Compiling schemars_derive v0.8.22
13692026-03-30T17:11:02.548Z Compiling zerocopy-derive v0.8.47
13702026-03-30T17:11:02.548Z Compiling thiserror-impl v2.0.18
13712026-03-30T17:11:02.690Z Compiling zeroize_derive v1.4.3
13722026-03-30T17:11:02.734Z Compiling futures-macro v0.3.32
13732026-03-30T17:11:02.756Z Compiling zerofrom v0.1.6
13742026-03-30T17:11:02.881Z Compiling yoke v0.8.1
13752026-03-30T17:11:03.059Z Compiling zerovec v0.11.5
13762026-03-30T17:11:03.359Z Compiling zerotrie v0.2.3
13772026-03-30T17:11:03.460Z Compiling zeroize v1.8.2
13782026-03-30T17:11:03.551Z Compiling tinystr v0.8.2
13792026-03-30T17:11:03.554Z Compiling potential_utf v0.1.4
13802026-03-30T17:11:03.672Z Compiling futures-util v0.3.32
13812026-03-30T17:11:03.675Z Compiling icu_collections v2.1.1
13822026-03-30T17:11:03.719Z Compiling icu_locale_core v2.1.1
13832026-03-30T17:11:03.835Z Compiling thiserror-impl v1.0.69
13842026-03-30T17:11:03.846Z Compiling pest v2.8.6
13852026-03-30T17:11:04.650Z Compiling bytes v1.11.1
13862026-03-30T17:11:04.661Z Compiling smallvec v1.15.1
13872026-03-30T17:11:04.686Z Compiling icu_provider v2.1.1
13882026-03-30T17:11:04.883Z Compiling chrono v0.4.44
13892026-03-30T17:11:04.972Z Compiling icu_properties v2.1.2
13902026-03-30T17:11:04.983Z Compiling icu_normalizer v2.1.1
13912026-03-30T17:11:05.274Z Compiling parking_lot v0.12.5
13922026-03-30T17:11:05.393Z Compiling http v1.4.0
13932026-03-30T17:11:05.563Z Compiling tokio v1.50.0
13942026-03-30T17:11:05.738Z Compiling serde_tokenstream v0.2.3
13952026-03-30T17:11:05.986Z Compiling idna_adapter v1.2.1
13962026-03-30T17:11:06.023Z Compiling erased-serde v0.3.31
13972026-03-30T17:11:06.133Z Compiling idna v1.1.0
13982026-03-30T17:11:06.144Z Compiling http-body v1.0.1
13992026-03-30T17:11:06.393Z Compiling pest_meta v2.8.6
14002026-03-30T17:11:06.445Z Compiling url v2.5.8
14012026-03-30T17:11:06.524Z Compiling want v0.3.1
14022026-03-30T17:11:06.697Z Compiling ppv-lite86 v0.2.21
14032026-03-30T17:11:06.791Z Compiling ryu v1.0.23
14042026-03-30T17:11:06.870Z Compiling pin-utils v0.1.0
14052026-03-30T17:11:06.912Z Compiling pretty-hex v0.4.2
14062026-03-30T17:11:06.973Z Compiling pest_generator v2.8.6
14072026-03-30T17:11:07.012Z Compiling plain v0.2.3
14082026-03-30T17:11:07.043Z Compiling paste v1.0.15
14092026-03-30T17:11:07.116Z Compiling crypto-common v0.1.7
14102026-03-30T17:11:07.246Z Compiling ident_case v1.0.1
14112026-03-30T17:11:07.340Z Compiling omicron-workspace-hack v0.1.0
14122026-03-30T17:11:07.363Z Compiling tracing-attributes v0.1.31
14132026-03-30T17:11:07.558Z Compiling tracing-core v0.1.36
14142026-03-30T17:11:07.649Z Compiling serde_urlencoded v0.7.1
14152026-03-30T17:11:07.690Z Compiling pest_derive v2.8.6
14162026-03-30T17:11:07.851Z Compiling http-body-util v0.1.3
14172026-03-30T17:11:08.066Z Compiling ipnetwork v0.21.1
14182026-03-30T17:11:08.091Z Compiling daft-derive v0.1.5
14192026-03-30T17:11:08.161Z Compiling sync_wrapper v1.0.2
14202026-03-30T17:11:08.228Z Compiling fastrand v2.3.0
14212026-03-30T17:11:08.433Z Compiling aho-corasick v1.1.4
14222026-03-30T17:11:08.464Z Compiling winnow v1.0.0
14232026-03-30T17:11:08.495Z Compiling rustls-pki-types v1.14.0
14242026-03-30T17:11:08.506Z Compiling async-trait v0.1.89
14252026-03-30T17:11:08.573Z Compiling tracing v0.1.44
14262026-03-30T17:11:08.812Z Compiling scroll_derive v0.13.1
14272026-03-30T17:11:08.824Z Compiling ring v0.17.14
14282026-03-30T17:11:09.184Z Compiling time-core v0.1.8
14292026-03-30T17:11:09.323Z Compiling regex-automata v0.4.14
14302026-03-30T17:11:09.334Z Compiling cpufeatures v0.2.17
14312026-03-30T17:11:09.402Z Compiling num-conv v0.2.0
14322026-03-30T17:11:09.475Z Compiling anyhow v1.0.102
14332026-03-30T17:11:09.523Z Compiling iri-string v0.7.11
14342026-03-30T17:11:09.534Z Compiling powerfmt v0.2.0
14352026-03-30T17:11:09.632Z Compiling scroll v0.13.0
14362026-03-30T17:11:09.739Z Compiling deranged v0.5.8
14372026-03-30T17:11:09.833Z Compiling time-macros v0.2.27
14382026-03-30T17:11:10.157Z Compiling block-buffer v0.10.4
14392026-03-30T17:11:10.302Z Compiling hex v0.4.3
14402026-03-30T17:11:10.581Z Compiling num_threads v0.1.7
14412026-03-30T17:11:10.675Z Compiling digest v0.10.7
14422026-03-30T17:11:10.888Z Compiling goblin v0.10.5
14432026-03-30T17:11:11.179Z Compiling regex v1.12.3
14442026-03-30T17:11:11.191Z Compiling tokio-util v0.7.18
14452026-03-30T17:11:11.328Z Compiling oxnet v0.1.4
14462026-03-30T17:11:11.767Z Compiling camino v1.2.2
14472026-03-30T17:11:11.966Z Compiling usdt-impl v0.6.0
14482026-03-30T17:11:12.128Z Compiling openssl-probe v0.2.1
14492026-03-30T17:11:12.208Z Compiling dtrace-parser v0.3.0
14502026-03-30T17:11:12.303Z Compiling futures-executor v0.3.32
14512026-03-30T17:11:12.580Z Compiling crossbeam-utils v0.8.21
14522026-03-30T17:11:12.682Z Compiling h2 v0.4.13
14532026-03-30T17:11:12.881Z Compiling structmeta-derive v0.3.0
14542026-03-30T17:11:13.052Z Compiling regress v0.10.5
14552026-03-30T17:11:13.067Z Compiling thread-id v5.1.0
14562026-03-30T17:11:13.142Z Compiling syn v1.0.109
14572026-03-30T17:11:13.449Z Compiling rustls v0.22.4
14582026-03-30T17:11:13.652Z Compiling dof v0.4.0
14592026-03-30T17:11:13.907Z Compiling structmeta v0.3.0
14602026-03-30T17:11:14.102Z Compiling futures v0.3.32
14612026-03-30T17:11:14.179Z Compiling rand_core v0.9.5
14622026-03-30T17:11:14.404Z Compiling darling_core v0.23.0
14632026-03-30T17:11:15.008Z Compiling hyper v1.8.1
14642026-03-30T17:11:15.100Z Compiling newtype-uuid-macros v0.1.0
14652026-03-30T17:11:15.744Z Compiling thread_local v1.1.9
14662026-03-30T17:11:15.779Z Compiling aws-lc-rs v1.16.2
14672026-03-30T17:11:15.915Z Compiling match_cfg v0.1.0
14682026-03-30T17:11:15.985Z Compiling winnow v0.7.15
14692026-03-30T17:11:16.086Z Compiling newtype-uuid v1.3.2
14702026-03-30T17:11:16.216Z Compiling hyper-util v0.1.20
14712026-03-30T17:11:16.580Z Compiling darling_macro v0.23.0
14722026-03-30T17:11:16.647Z Compiling quick-error v1.2.3
14732026-03-30T17:11:16.752Z Compiling slog-async v2.8.0
14742026-03-30T17:11:16.970Z Compiling ref-cast v1.0.25
14752026-03-30T17:11:17.073Z Compiling daft v0.1.5
14762026-03-30T17:11:17.097Z Compiling usdt-macro v0.6.0
14772026-03-30T17:11:17.134Z Compiling darling v0.23.0
14782026-03-30T17:11:17.212Z Compiling usdt-attr-macro v0.6.0
14792026-03-30T17:11:17.322Z Compiling rand_chacha v0.9.0
14802026-03-30T17:11:17.329Z Compiling ref-cast-impl v1.0.25
14812026-03-30T17:11:17.497Z Compiling strum_macros v0.26.4
14822026-03-30T17:11:17.751Z Compiling serde_spanned v1.1.0
14832026-03-30T17:11:17.900Z Compiling toml_datetime v0.7.5+spec-1.1.0
14842026-03-30T17:11:17.922Z Compiling multer v3.1.0
14852026-03-30T17:11:17.933Z Compiling term v1.2.1
14862026-03-30T17:11:18.141Z Compiling bit-vec v0.8.0
14872026-03-30T17:11:18.198Z Compiling untrusted v0.7.1
14882026-03-30T17:11:18.208Z Compiling toml_writer v1.1.0+spec-1.1.0
14892026-03-30T17:11:18.321Z Compiling debug-ignore v1.0.5
14902026-03-30T17:11:18.362Z Compiling take_mut v0.2.2
14912026-03-30T17:11:18.373Z Compiling bit-set v0.8.0
14922026-03-30T17:11:18.456Z Compiling rand v0.9.2
14932026-03-30T17:11:18.467Z Compiling serde_with_macros v3.18.0
14942026-03-30T17:11:18.634Z Compiling async-stream-impl v0.3.6
14952026-03-30T17:11:18.658Z Compiling dropshot v0.16.7
14962026-03-30T17:11:18.879Z Compiling encoding_rs v0.8.35
14972026-03-30T17:11:19.052Z Compiling spin v0.9.8
14982026-03-30T17:11:19.112Z Compiling strum v0.26.3
14992026-03-30T17:11:19.237Z Compiling unarray v0.1.4
15002026-03-30T17:11:19.256Z Compiling rustls v0.23.37
15012026-03-30T17:11:19.342Z Compiling mime v0.3.17
15022026-03-30T17:11:19.394Z Compiling async-stream v0.3.6
15032026-03-30T17:11:19.467Z Compiling derive-ex v0.1.8
15042026-03-30T17:11:19.573Z Compiling dropshot_endpoint v0.16.7
15052026-03-30T17:11:19.584Z Compiling macaddr v1.0.1
15062026-03-30T17:11:19.608Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15072026-03-30T17:11:19.800Z Compiling waitgroup v0.1.2
15082026-03-30T17:11:19.937Z Compiling serde_path_to_error v0.1.20
15092026-03-30T17:11:20.067Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15102026-03-30T17:11:20.193Z Compiling tempfile v3.27.0
15112026-03-30T17:11:20.284Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15122026-03-30T17:11:20.366Z Compiling tower v0.5.3
15132026-03-30T17:11:20.459Z Compiling strum_macros v0.27.2
15142026-03-30T17:11:20.537Z Compiling instant v0.1.13
15152026-03-30T17:11:20.705Z Compiling time v0.3.47
15162026-03-30T17:11:20.951Z Compiling tower-http v0.6.8
15172026-03-30T17:11:21.088Z Compiling test-strategy v0.4.5
15182026-03-30T17:11:21.264Z Compiling rustc-hash v2.1.1
15192026-03-30T17:11:21.384Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15202026-03-30T17:11:21.388Z Compiling crossbeam-channel v0.5.15
15212026-03-30T17:11:22.267Z Compiling openapiv3 v2.2.0
15222026-03-30T17:11:22.347Z Compiling strum v0.27.2
15232026-03-30T17:11:22.473Z Compiling parse-display-derive v0.10.0
15242026-03-30T17:11:22.874Z Compiling rustls-webpki v0.102.8
15252026-03-30T17:11:23.741Z Compiling rustls-native-certs v0.8.3
15262026-03-30T17:11:23.755Z Compiling backon v1.6.0
15272026-03-30T17:11:23.883Z Compiling rand_chacha v0.3.1
15282026-03-30T17:11:24.079Z Compiling rand v0.8.5
15292026-03-30T17:11:24.342Z Compiling slog-json v2.6.1
15302026-03-30T17:11:24.384Z Compiling hostname v0.3.1
15312026-03-30T17:11:24.523Z Compiling toml_parser v1.1.0+spec-1.1.0
15322026-03-30T17:11:24.544Z Compiling wait-timeout v0.2.1
15332026-03-30T17:11:24.729Z Compiling is-terminal v0.4.17
15342026-03-30T17:11:24.749Z Compiling memmap2 v0.9.10
15352026-03-30T17:11:24.867Z Compiling either v1.15.0
15362026-03-30T17:11:24.967Z Compiling usdt v0.6.0
15372026-03-30T17:11:24.990Z Compiling toml v0.9.12+spec-1.1.0
15382026-03-30T17:11:25.067Z Compiling slog-term v2.9.2
15392026-03-30T17:11:25.204Z Compiling rusty-fork v0.3.1
15402026-03-30T17:11:25.243Z Compiling slog-bunyan v2.5.0
15412026-03-30T17:11:25.587Z Compiling serde_with v3.18.0
15422026-03-30T17:11:25.711Z Compiling rand_xorshift v0.4.0
15432026-03-30T17:11:25.858Z Compiling sha1 v0.10.6
15442026-03-30T17:11:25.868Z Compiling tokio-rustls v0.25.0
15452026-03-30T17:11:25.965Z Compiling rustls-pemfile v2.2.0
15462026-03-30T17:11:26.084Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15472026-03-30T17:11:26.087Z Compiling hostname v0.4.2
15482026-03-30T17:11:26.168Z Compiling proptest v1.11.0
15492026-03-30T17:11:27.318Z Compiling iddqd v0.3.17
15502026-03-30T17:11:27.357Z Compiling reqwest v0.12.28
15512026-03-30T17:11:27.446Z Compiling itertools v0.14.0
15522026-03-30T17:11:28.123Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15532026-03-30T17:11:28.442Z Compiling utf8parse v0.2.2
15542026-03-30T17:11:28.554Z Compiling anstyle-parse v1.0.0
15552026-03-30T17:11:28.678Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15562026-03-30T17:11:28.737Z Compiling toml_datetime v0.6.11
15572026-03-30T17:11:28.924Z Compiling is_terminal_polyfill v1.70.2
15582026-03-30T17:11:29.008Z Compiling anstyle-query v1.1.5
15592026-03-30T17:11:29.018Z Compiling anstyle v1.0.14
15602026-03-30T17:11:29.242Z Compiling colorchoice v1.0.5
15612026-03-30T17:11:29.356Z Compiling anstream v1.0.0
15622026-03-30T17:11:29.420Z Compiling progenitor-client v0.10.0
15632026-03-30T17:11:29.544Z Compiling parse-display v0.10.0
15642026-03-30T17:11:29.701Z Compiling backoff v0.4.0
15652026-03-30T17:11:29.884Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15662026-03-30T17:11:29.907Z Compiling clap_lex v1.1.0
15672026-03-30T17:11:30.158Z Compiling clap_derive v4.6.0
15682026-03-30T17:11:30.799Z Compiling unicode-width v0.2.2
15692026-03-30T17:11:31.033Z Compiling terminal_size v0.4.4
15702026-03-30T17:11:31.080Z Compiling darling_core v0.21.3
15712026-03-30T17:11:31.173Z Compiling zerocopy-derive v0.7.35
15722026-03-30T17:11:32.042Z Compiling zerocopy v0.7.35
15732026-03-30T17:11:32.629Z Compiling crossbeam-epoch v0.9.18
15742026-03-30T17:11:32.968Z Compiling clap_builder v4.6.0
15752026-03-30T17:11:33.193Z Compiling darling_macro v0.21.3
15762026-03-30T17:11:33.258Z Compiling proc-macro-error-attr v1.0.4
15772026-03-30T17:11:33.301Z Compiling tinyvec_macros v0.1.1
15782026-03-30T17:11:33.392Z Compiling toml_datetime v1.1.0+spec-1.1.0
15792026-03-30T17:11:33.488Z Compiling heapless v0.8.0
15802026-03-30T17:11:33.670Z Compiling heck v0.4.1
15812026-03-30T17:11:33.681Z Compiling convert_case v0.4.0
15822026-03-30T17:11:33.763Z Compiling darling v0.21.3
15832026-03-30T17:11:33.851Z Compiling ingot-macros v0.1.1
15842026-03-30T17:11:33.884Z Compiling toml_edit v0.25.8+spec-1.1.0
15852026-03-30T17:11:33.980Z Compiling derive_more v0.99.20
15862026-03-30T17:11:34.337Z Compiling tinyvec v1.11.0
15872026-03-30T17:11:34.670Z Compiling clap v4.6.0
15882026-03-30T17:11:35.111Z Compiling dtrace-parser v0.2.0
15892026-03-30T17:11:35.318Z Compiling secrecy v0.10.3
15902026-03-30T17:11:35.476Z Compiling scroll_derive v0.12.1
15912026-03-30T17:11:36.054Z Compiling hash32 v0.3.1
15922026-03-30T17:11:36.148Z Compiling usdt-impl v0.5.0
15932026-03-30T17:11:36.201Z Compiling proc-macro-error v1.0.4
15942026-03-30T17:11:36.212Z Compiling winnow v0.5.40
15952026-03-30T17:11:36.271Z Compiling smoltcp v0.11.0
15962026-03-30T17:11:36.399Z Compiling crucible-workspace-hack v0.1.0
15972026-03-30T17:11:36.429Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15982026-03-30T17:11:36.624Z Compiling ingot-types v0.1.2
15992026-03-30T17:11:36.634Z Compiling scroll v0.12.0
16002026-03-30T17:11:36.693Z Compiling proc-macro-crate v3.5.0
16012026-03-30T17:11:37.200Z Compiling dof v0.3.0
16022026-03-30T17:11:37.368Z Compiling typify-impl v0.6.1
16032026-03-30T17:11:37.445Z Compiling serde_spanned v0.6.9
16042026-03-30T17:11:37.541Z Compiling toml_edit v0.19.15
16052026-03-30T17:11:37.552Z Compiling cobs v0.3.0
16062026-03-30T17:11:37.585Z Compiling thread-id v4.2.2
16072026-03-30T17:11:37.615Z Compiling memoffset v0.9.1
16082026-03-30T17:11:37.645Z Compiling managed v0.8.0
16092026-03-30T17:11:37.662Z Compiling toml_write v0.1.2
16102026-03-30T17:11:37.742Z Compiling bitflags v1.3.2
16112026-03-30T17:11:37.820Z Compiling cfg_aliases v0.2.1
16122026-03-30T17:11:37.841Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16132026-03-30T17:11:37.869Z Compiling toml_edit v0.22.27
16142026-03-30T17:11:37.885Z Compiling nix v0.31.2
16152026-03-30T17:11:38.069Z Compiling postcard v1.1.3
16162026-03-30T17:11:38.775Z Compiling proc-macro-crate v1.3.1
16172026-03-30T17:11:39.130Z Compiling num_enum_derive v0.7.6
16182026-03-30T17:11:39.389Z Compiling ingot v0.1.1
16192026-03-30T17:11:39.555Z Compiling goblin v0.8.2
16202026-03-30T17:11:40.153Z Compiling tabwriter v1.4.1
16212026-03-30T17:11:40.300Z Compiling foreign-types-macros v0.2.3
16222026-03-30T17:11:40.385Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16232026-03-30T17:11:40.733Z Compiling num-integer v0.1.46
16242026-03-30T17:11:40.969Z Compiling rustc_version v0.4.1
16252026-03-30T17:11:41.142Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16262026-03-30T17:11:41.309Z Compiling float-ord v0.3.2
16272026-03-30T17:11:41.367Z Compiling rayon-core v1.13.0
16282026-03-30T17:11:41.389Z Compiling foreign-types-shared v0.3.1
16292026-03-30T17:11:41.417Z Compiling cpufeatures v0.3.0
16302026-03-30T17:11:41.458Z Compiling foreign-types v0.5.0
16312026-03-30T17:11:41.477Z Compiling chacha20 v0.10.0
16322026-03-30T17:11:41.707Z Compiling curve25519-dalek v4.1.3
16332026-03-30T17:11:41.763Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16342026-03-30T17:11:42.122Z Compiling num_enum v0.7.6
16352026-03-30T17:11:42.239Z Compiling num_enum_derive v0.5.11
16362026-03-30T17:11:42.894Z Compiling toml v0.8.23
16372026-03-30T17:11:43.575Z Compiling crossbeam-deque v0.8.6
16382026-03-30T17:11:43.600Z Compiling typify-macro v0.6.1
16392026-03-30T17:11:43.751Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16402026-03-30T17:11:43.891Z Compiling hmac v0.12.1
16412026-03-30T17:11:44.027Z Compiling inout v0.1.4
16422026-03-30T17:11:44.171Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16432026-03-30T17:11:44.171Z Compiling ff v0.13.1
16442026-03-30T17:11:44.385Z Compiling cstr-argument v0.1.2
16452026-03-30T17:11:44.515Z Compiling rustix v0.38.44
16462026-03-30T17:11:44.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16472026-03-30T17:11:44.681Z Compiling prettyplease v0.2.37
16482026-03-30T17:11:44.749Z Compiling colored v3.1.1
16492026-03-30T17:11:45.146Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16502026-03-30T17:11:45.528Z Compiling group v0.13.0
16512026-03-30T17:11:45.689Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16522026-03-30T17:11:45.717Z Compiling cipher v0.4.4
16532026-03-30T17:11:45.938Z Compiling rustls-webpki v0.103.10
16542026-03-30T17:11:46.155Z Compiling hkdf v0.12.4
16552026-03-30T17:11:46.452Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16562026-03-30T17:11:47.000Z Compiling num_enum v0.5.11
16572026-03-30T17:11:47.071Z Compiling rand v0.10.0
16582026-03-30T17:11:47.112Z Compiling num-rational v0.4.2
16592026-03-30T17:11:47.112Z Compiling num-iter v0.1.45
16602026-03-30T17:11:47.134Z Compiling usdt-attr-macro v0.5.0
16612026-03-30T17:11:47.238Z Compiling usdt-macro v0.5.0
16622026-03-30T17:11:48.139Z Compiling camino-tempfile v1.4.1
16632026-03-30T17:11:48.277Z Compiling thiserror-impl-no-std v2.0.2
16642026-03-30T17:11:48.378Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16652026-03-30T17:11:48.736Z Compiling universal-hash v0.5.1
16662026-03-30T17:11:48.851Z Compiling half v2.7.1
16672026-03-30T17:11:48.866Z Compiling crypto-bigint v0.5.5
16682026-03-30T17:11:48.950Z Compiling curve25519-dalek-derive v0.1.1
16692026-03-30T17:11:49.267Z Compiling enum-as-inner v0.6.1
16702026-03-30T17:11:49.364Z Compiling tokio-rustls v0.26.4
16712026-03-30T17:11:49.495Z Compiling rustls-platform-verifier v0.6.2
16722026-03-30T17:11:49.632Z Compiling hyper-rustls v0.27.7
16732026-03-30T17:11:49.732Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16742026-03-30T17:11:49.903Z Compiling reqwest v0.13.2
16752026-03-30T17:11:49.957Z Compiling num-complex v0.4.6
16762026-03-30T17:11:50.012Z Compiling memmap v0.7.0
16772026-03-30T17:11:50.016Z Compiling opaque-debug v0.3.1
16782026-03-30T17:11:50.091Z Compiling base16ct v0.2.0
16792026-03-30T17:11:50.244Z Compiling static_assertions v1.1.0
16802026-03-30T17:11:50.249Z Compiling ciborium-io v0.2.2
16812026-03-30T17:11:50.291Z Compiling base64ct v1.8.3
16822026-03-30T17:11:50.340Z Compiling data-encoding v2.10.0
16832026-03-30T17:11:50.350Z Compiling ciborium-ll v0.2.2
16842026-03-30T17:11:50.632Z Compiling password-hash v0.5.0
16852026-03-30T17:11:50.640Z Compiling num v0.4.3
16862026-03-30T17:11:50.714Z Compiling elliptic-curve v0.13.8
16872026-03-30T17:11:50.991Z Compiling usdt v0.5.0
16882026-03-30T17:11:51.005Z Compiling poly1305 v0.8.0
16892026-03-30T17:11:51.204Z Compiling progenitor-client v0.13.0
16902026-03-30T17:11:51.268Z Compiling thiserror-no-std v2.0.2
16912026-03-30T17:11:51.437Z Compiling progenitor-extras v0.1.1
16922026-03-30T17:11:51.686Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16932026-03-30T17:11:52.111Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16942026-03-30T17:11:52.311Z Compiling rayon v1.11.0
16952026-03-30T17:11:52.457Z Compiling chacha20 v0.9.1
16962026-03-30T17:11:52.682Z Compiling typify v0.6.1
16972026-03-30T17:11:52.693Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16982026-03-30T17:11:53.628Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16992026-03-30T17:11:53.649Z Compiling zone_cfg_derive v0.3.1
17002026-03-30T17:11:53.970Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17012026-03-30T17:11:54.129Z Compiling itertools v0.12.1
17022026-03-30T17:11:54.215Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17032026-03-30T17:11:54.383Z Compiling blake2 v0.10.6
17042026-03-30T17:11:54.412Z Compiling byte-wrapper v0.1.0
17052026-03-30T17:11:54.504Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17062026-03-30T17:11:54.707Z Compiling aead v0.5.2
17072026-03-30T17:11:54.772Z Compiling num-derive v0.4.2
17082026-03-30T17:11:54.832Z Compiling sigpipe v0.1.3
17092026-03-30T17:11:54.843Z Compiling keccak v0.1.6
17102026-03-30T17:11:54.869Z Compiling jiff v0.2.23
17112026-03-30T17:11:54.917Z Compiling vcpkg v0.2.15
17122026-03-30T17:11:55.082Z Compiling pkg-config v0.3.32
17132026-03-30T17:11:55.340Z Compiling glob v0.3.3
17142026-03-30T17:11:55.482Z Compiling unsafe-libyaml v0.2.11
17152026-03-30T17:11:55.533Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17162026-03-30T17:11:55.720Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17172026-03-30T17:11:55.773Z Compiling openssl-sys v0.9.112
17182026-03-30T17:11:55.822Z Compiling zone v0.3.1
17192026-03-30T17:11:56.128Z Compiling serde_yaml v0.9.34+deprecated
17202026-03-30T17:11:56.321Z Compiling sha3 v0.10.8
17212026-03-30T17:11:56.331Z Compiling chacha20poly1305 v0.10.1
17222026-03-30T17:11:56.462Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-30T17:11:56.631Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17242026-03-30T17:11:56.716Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-30T17:11:56.996Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17262026-03-30T17:11:57.914Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-30T17:11:57.949Z Compiling argon2 v0.5.3
17282026-03-30T17:11:58.482Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17292026-03-30T17:11:58.734Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17302026-03-30T17:11:58.872Z Compiling progenitor-impl v0.13.0
17312026-03-30T17:11:59.313Z Compiling vsss-rs v3.3.4
17322026-03-30T17:11:59.551Z Compiling ciborium v0.2.2
17332026-03-30T17:11:59.743Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17342026-03-30T17:11:59.804Z Compiling hubpack_derive v0.1.1
17352026-03-30T17:11:59.834Z Compiling smf v0.2.3
17362026-03-30T17:11:59.856Z Compiling whoami v1.6.1
17372026-03-30T17:12:00.141Z Compiling resolv-conf v0.7.6
17382026-03-30T17:12:00.155Z Compiling linked-hash-map v0.5.6
17392026-03-30T17:12:00.326Z Compiling indent_write v2.2.0
17402026-03-30T17:12:00.339Z Compiling semver v0.1.20
17412026-03-30T17:12:00.436Z Compiling hubpack v0.1.2
17422026-03-30T17:12:00.465Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17432026-03-30T17:12:00.522Z Compiling rustc_version v0.1.7
17442026-03-30T17:12:00.594Z Compiling lru-cache v0.1.2
17452026-03-30T17:12:00.714Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17462026-03-30T17:12:00.726Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17472026-03-30T17:12:00.867Z Compiling hickory-proto v0.24.4
17482026-03-30T17:12:01.249Z Compiling serde-big-array v0.5.1
17492026-03-30T17:12:01.399Z Compiling serde_repr v0.1.20
17502026-03-30T17:12:02.009Z Compiling derive-where v1.6.1
17512026-03-30T17:12:02.408Z Compiling pin-project-internal v1.1.11
17522026-03-30T17:12:02.543Z Compiling progenitor-macro v0.13.0
17532026-03-30T17:12:03.274Z Compiling siphasher v1.0.2
17542026-03-30T17:12:03.475Z Compiling swrite v0.1.0
17552026-03-30T17:12:03.500Z Compiling unicode-segmentation v1.13.1
17562026-03-30T17:12:03.542Z Compiling minimal-lexical v0.2.1
17572026-03-30T17:12:03.571Z Compiling pin-project v1.1.11
17582026-03-30T17:12:03.673Z Compiling phf_shared v0.12.1
17592026-03-30T17:12:03.809Z Compiling nom v7.1.3
17602026-03-30T17:12:03.864Z Compiling newline-converter v0.3.0
17612026-03-30T17:12:03.939Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17622026-03-30T17:12:03.976Z Compiling hickory-resolver v0.24.4
17632026-03-30T17:12:04.157Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17642026-03-30T17:12:04.398Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17652026-03-30T17:12:04.556Z Compiling newtype_derive v0.1.6
17662026-03-30T17:12:04.800Z Compiling atomicwrites v0.4.4
17672026-03-30T17:12:05.230Z Compiling unicode-normalization v0.1.25
17682026-03-30T17:12:05.474Z Compiling snafu-derive v0.8.9
17692026-03-30T17:12:05.725Z Compiling console v0.15.11
17702026-03-30T17:12:07.390Z Compiling tokio-stream v0.1.18
17712026-03-30T17:12:07.427Z Compiling async-recursion v1.1.1
17722026-03-30T17:12:07.427Z Compiling slog-dtrace v0.3.0
17732026-03-30T17:12:07.428Z Compiling bstr v1.12.1
17742026-03-30T17:12:07.428Z Compiling csv-core v0.1.13
17752026-03-30T17:12:07.428Z Compiling owo-colors v4.3.0
17762026-03-30T17:12:07.428Z Compiling foreign-types-shared v0.1.1
17772026-03-30T17:12:07.428Z Compiling cancel-safe-futures v0.1.5
17782026-03-30T17:12:07.428Z Compiling openssl v0.10.76
17792026-03-30T17:12:07.428Z Compiling similar v2.7.0
17802026-03-30T17:12:07.428Z Compiling chrono-tz v0.10.4
17812026-03-30T17:12:07.428Z Compiling unicode-width v0.1.14
17822026-03-30T17:12:07.428Z Compiling highway v1.3.0
17832026-03-30T17:12:07.428Z Compiling foldhash v0.1.5
17842026-03-30T17:12:07.428Z Compiling same-file v1.0.6
17852026-03-30T17:12:07.428Z Compiling unicode-xid v0.2.6
17862026-03-30T17:12:07.456Z Compiling const_format_proc_macros v0.2.34
17872026-03-30T17:12:07.456Z Compiling expectorate v1.2.0
17882026-03-30T17:12:07.464Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17892026-03-30T17:12:07.485Z Compiling walkdir v2.5.0
17902026-03-30T17:12:07.585Z Compiling hashbrown v0.15.5
17912026-03-30T17:12:07.669Z Compiling snafu v0.8.9
17922026-03-30T17:12:07.722Z Compiling progenitor v0.13.0
17932026-03-30T17:12:07.869Z Compiling foreign-types v0.3.2
17942026-03-30T17:12:07.890Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-30T17:12:07.927Z Compiling globset v0.4.18
17962026-03-30T17:12:07.996Z Compiling csv v1.4.0
17972026-03-30T17:12:08.109Z Compiling qorb v0.4.1
17982026-03-30T17:12:08.123Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17992026-03-30T17:12:08.564Z Compiling olpc-cjson v0.1.4
18002026-03-30T17:12:08.829Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-30T17:12:08.846Z Compiling phf v0.12.1
18022026-03-30T17:12:09.279Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18032026-03-30T17:12:09.347Z Compiling tokio-dtrace v0.1.1
18042026-03-30T17:12:09.501Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18052026-03-30T17:12:09.624Z Compiling libsw-core v0.3.2
18062026-03-30T17:12:09.802Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18072026-03-30T17:12:09.877Z Compiling serde_plain v1.0.2
18082026-03-30T17:12:09.924Z Compiling openssl-macros v0.1.1
18092026-03-30T17:12:10.099Z Compiling pem v3.0.6
18102026-03-30T17:12:10.104Z Compiling cookie v0.18.1
18112026-03-30T17:12:10.231Z Compiling fixedbitset v0.5.7
18122026-03-30T17:12:10.300Z Compiling typed-path v0.9.3
18132026-03-30T17:12:10.326Z Compiling bytecount v0.6.9
18142026-03-30T17:12:10.366Z Compiling fixedbitset v0.4.2
18152026-03-30T17:12:10.467Z Compiling petgraph v0.8.3
18162026-03-30T17:12:10.467Z Compiling papergrid v0.11.0
18172026-03-30T17:12:10.567Z Compiling petgraph v0.6.5
18182026-03-30T17:12:10.663Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18192026-03-30T17:12:11.678Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-30T17:12:11.922Z Compiling tough v0.20.0
18212026-03-30T17:12:12.115Z Compiling libsw v3.5.0
18222026-03-30T17:12:12.270Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18232026-03-30T17:12:12.296Z Compiling oxide-tokio-rt v0.1.3
18242026-03-30T17:12:12.372Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-30T17:12:12.693Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-30T17:12:14.534Z Compiling const_format v0.2.35
18272026-03-30T17:12:14.560Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-30T17:12:14.680Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18292026-03-30T17:12:14.810Z Compiling gethostname v0.5.0
18302026-03-30T17:12:14.939Z Compiling tabled_derive v0.7.0
18312026-03-30T17:12:15.751Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18322026-03-30T17:12:15.819Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-30T17:12:15.937Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18342026-03-30T17:12:16.056Z Compiling bcs v0.1.6
18352026-03-30T17:12:16.061Z Compiling crunchy v0.2.4
18362026-03-30T17:12:16.350Z Compiling lazy_static v1.5.0
18372026-03-30T17:12:16.380Z Compiling linear-map v1.2.0
18382026-03-30T17:12:16.455Z Compiling termtree v0.5.1
18392026-03-30T17:12:16.479Z Compiling tagptr v0.2.0
18402026-03-30T17:12:16.510Z Compiling unicode-linebreak v0.1.5
18412026-03-30T17:12:16.570Z Compiling smawk v0.3.2
18422026-03-30T17:12:16.607Z Compiling moka v0.12.15
18432026-03-30T17:12:16.629Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-30T17:12:16.709Z Compiling textwrap v0.16.2
18452026-03-30T17:12:16.726Z Compiling steno v0.4.1
18462026-03-30T17:12:16.781Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-30T17:12:17.214Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-30T17:12:17.260Z Compiling tabled v0.15.0
18492026-03-30T17:12:17.410Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18502026-03-30T17:12:17.617Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18512026-03-30T17:12:17.662Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18522026-03-30T17:12:18.288Z Compiling hickory-proto v0.25.2
18532026-03-30T17:12:18.486Z Compiling tiny-keccak v2.0.2
18542026-03-30T17:12:18.707Z Compiling humantime v2.3.0
18552026-03-30T17:12:19.091Z Compiling num-derive v0.3.3
18562026-03-30T17:12:19.799Z Compiling parking_lot_core v0.8.6
18572026-03-30T17:12:19.953Z Compiling crc32fast v1.5.0
18582026-03-30T17:12:20.027Z Compiling libscf-sys v1.1.0
18592026-03-30T17:12:20.086Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18602026-03-30T17:12:20.168Z Compiling hickory-resolver v0.25.2
18612026-03-30T17:12:20.179Z Compiling const-random-macro v0.1.16
18622026-03-30T17:12:20.299Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18632026-03-30T17:12:20.592Z Compiling ahash v0.8.12
18642026-03-30T17:12:20.699Z Compiling smartstring v1.0.1
18652026-03-30T17:12:20.712Z Compiling const-random v0.1.18
18662026-03-30T17:12:20.724Z Compiling parking_lot v0.11.2
18672026-03-30T17:12:21.089Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18682026-03-30T17:12:21.114Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18692026-03-30T17:12:21.157Z Compiling fxhash v0.2.1
18702026-03-30T17:12:21.229Z Compiling internet-checksum v0.2.1
18712026-03-30T17:12:21.295Z Compiling sled v0.34.7
18722026-03-30T17:12:21.615Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18732026-03-30T17:12:21.627Z Compiling thin-vec v0.2.14
18742026-03-30T17:12:21.830Z Compiling rhai_codegen v3.1.0
18752026-03-30T17:12:21.905Z Compiling sdd v3.0.10
18762026-03-30T17:12:22.131Z Compiling scc v2.4.0
18772026-03-30T17:12:22.251Z Compiling serial_test_derive v3.4.0
18782026-03-30T17:12:22.552Z Compiling nom v8.0.0
18792026-03-30T17:12:22.983Z Compiling diff v0.1.13
18802026-03-30T17:12:23.044Z Compiling rhai v1.24.0
18812026-03-30T17:12:23.277Z Compiling yansi v1.0.1
18822026-03-30T17:12:23.292Z Compiling serial_test v3.4.0
18832026-03-30T17:12:23.511Z Compiling pretty_assertions v1.4.1
18842026-03-30T17:12:26.705Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18852026-03-30T17:12:34.254Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18862026-03-30T17:12:36.339Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18872026-03-30T17:12:36.901Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18882026-03-30T17:12:38.044Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18892026-03-30T17:12:38.793Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18902026-03-30T17:12:40.223Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18912026-03-30T17:13:15.329Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 19s
18922026-03-30T17:13:15.503Z────────────
18932026-03-30T17:13:15.503Z Nextest run ID 9b451721-ec3a-41e7-bff9-e27d70b077ee with nextest profile: default
18942026-03-30T17:13:15.503Z Starting 150 tests across 1 binary
18952026-03-30T17:13:15.514Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
18962026-03-30T17:13:15.517Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
18972026-03-30T17:13:15.517Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
18982026-03-30T17:13:15.517Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18992026-03-30T17:13:15.517Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19002026-03-30T17:13:15.517Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19012026-03-30T17:13:15.518Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
19022026-03-30T17:13:15.518Z PASS [ 0.013s] bgp messages::tests::bgp_nexthop_round_trip
19032026-03-30T17:13:15.525Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19042026-03-30T17:13:15.528Z PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19052026-03-30T17:13:15.528Z PASS [ 0.009s] bgp messages::tests::empty_update_end_of_rib
19062026-03-30T17:13:15.529Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19072026-03-30T17:13:15.529Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19082026-03-30T17:13:15.529Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19092026-03-30T17:13:15.529Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19102026-03-30T17:13:15.529Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19112026-03-30T17:13:15.533Z PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_small
19122026-03-30T17:13:15.533Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19132026-03-30T17:13:15.537Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19142026-03-30T17:13:15.537Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19152026-03-30T17:13:15.537Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19162026-03-30T17:13:15.537Z PASS [ 0.009s] bgp messages::tests::ipv4_unicast_dual_encoding
19172026-03-30T17:13:15.537Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19182026-03-30T17:13:15.537Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19192026-03-30T17:13:15.542Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19202026-03-30T17:13:15.545Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19212026-03-30T17:13:15.545Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19222026-03-30T17:13:15.545Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19232026-03-30T17:13:15.545Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19242026-03-30T17:13:15.545Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19252026-03-30T17:13:15.545Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19262026-03-30T17:13:15.545Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19272026-03-30T17:13:15.553Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19282026-03-30T17:13:15.557Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19292026-03-30T17:13:15.557Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19302026-03-30T17:13:15.564Z PASS [ 0.022s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19312026-03-30T17:13:15.570Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19322026-03-30T17:13:15.570Z PASS [ 0.017s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19332026-03-30T17:13:15.575Z PASS [ 0.030s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19342026-03-30T17:13:15.579Z PASS [ 0.013s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19352026-03-30T17:13:15.579Z PASS [ 0.031s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19362026-03-30T17:13:15.579Z PASS [ 0.030s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19372026-03-30T17:13:15.579Z PASS [ 0.030s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19382026-03-30T17:13:15.582Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19392026-03-30T17:13:15.583Z PASS [ 0.018s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19402026-03-30T17:13:15.588Z PASS [ 0.014s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19412026-03-30T17:13:15.588Z PASS [ 0.015s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19422026-03-30T17:13:15.602Z PASS [ 0.026s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19432026-03-30T17:13:15.610Z PASS [ 0.027s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19442026-03-30T17:13:15.610Z PASS [ 0.027s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19452026-03-30T17:13:15.610Z PASS [ 0.030s] bgp messages::tests::mp_bgp_attributes_encoded_first
19462026-03-30T17:13:15.610Z PASS [ 0.030s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19472026-03-30T17:13:15.610Z PASS [ 0.018s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19482026-03-30T17:13:15.623Z PASS [ 0.013s] bgp messages::tests::mp_unreach_nlri_round_trip
19492026-03-30T17:13:15.623Z PASS [ 0.041s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19502026-03-30T17:13:15.623Z PASS [ 0.011s] bgp messages::tests::prefix_conversion
19512026-03-30T17:13:15.623Z PASS [ 0.031s] bgp messages::tests::mp_reach_nlri_round_trip
19522026-03-30T17:13:15.623Z PASS [ 0.023s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19532026-03-30T17:13:15.628Z PASS [ 0.012s] bgp messages::tests::notification_round_trip
19542026-03-30T17:13:15.639Z PASS [ 0.016s] bgp messages::tests::prefix_within
19552026-03-30T17:13:15.639Z PASS [ 0.018s] bgp messages::tests::open_round_trip_extended_nexthop
19562026-03-30T17:13:15.639Z PASS [ 0.023s] bgp messages::tests::open_round_trip
19572026-03-30T17:13:15.648Z PASS [ 0.011s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19582026-03-30T17:13:15.652Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19592026-03-30T17:13:15.652Z PASS [ 0.019s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19602026-03-30T17:13:15.652Z PASS [ 0.021s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19612026-03-30T17:13:15.660Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19622026-03-30T17:13:15.660Z PASS [ 0.017s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19632026-03-30T17:13:15.661Z PASS [ 0.016s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19642026-03-30T17:13:15.661Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19652026-03-30T17:13:15.667Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19662026-03-30T17:13:15.667Z PASS [ 0.017s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19672026-03-30T17:13:15.683Z PASS [ 0.016s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19682026-03-30T17:13:15.686Z PASS [ 0.012s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19692026-03-30T17:13:15.686Z PASS [ 0.011s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19702026-03-30T17:13:15.686Z PASS [ 0.021s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19712026-03-30T17:13:15.696Z PASS [ 0.025s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19722026-03-30T17:13:15.696Z PASS [ 0.016s] bgp messages::tests::route_refresh_round_trip
19732026-03-30T17:13:15.696Z PASS [ 0.018s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19742026-03-30T17:13:15.707Z PASS [ 0.076s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19752026-03-30T17:13:15.707Z PASS [ 0.020s] bgp messages::tests::test_nexthop_length_validation
19762026-03-30T17:13:15.707Z PASS [ 0.015s] bgp messages::tests::update_round_trip
19772026-03-30T17:13:15.714Z PASS [ 0.031s] bgp policy::test::open_add_4byte_as
19782026-03-30T17:13:15.725Z PASS [ 0.030s] bgp policy::test::open_require_4byte_as
19792026-03-30T17:13:15.730Z PASS [ 0.095s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19802026-03-30T17:13:15.730Z PASS [ 0.026s] bgp policy::test::update_drop_on_no_export
19812026-03-30T17:13:15.734Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
19822026-03-30T17:13:15.734Z PASS [ 0.029s] bgp policy::test::shape_update_prefixes
19832026-03-30T17:13:15.734Z PASS [ 0.025s] bgp policy::test::update_shape_community
19842026-03-30T17:13:15.737Z PASS [ 0.025s] bgp proptest::prop_duplicate_attrs_deduplicated
19852026-03-30T17:13:15.740Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19862026-03-30T17:13:15.740Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
19872026-03-30T17:13:15.743Z PASS [ 0.036s] bgp proptest::prop_encode_decode_semantic_equivalence
19882026-03-30T17:13:15.743Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19892026-03-30T17:13:15.746Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19902026-03-30T17:13:15.746Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19912026-03-30T17:13:15.746Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19922026-03-30T17:13:15.749Z PASS [ 0.013s] bgp proptest::prop_ipv6_wire_format_roundtrip
19932026-03-30T17:13:15.752Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19942026-03-30T17:13:15.757Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19952026-03-30T17:13:15.760Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19962026-03-30T17:13:15.763Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19972026-03-30T17:13:15.763Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
19982026-03-30T17:13:15.767Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
19992026-03-30T17:13:15.767Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20002026-03-30T17:13:15.770Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20012026-03-30T17:13:15.770Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20022026-03-30T17:13:15.770Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20032026-03-30T17:13:15.770Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20042026-03-30T17:13:15.773Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20052026-03-30T17:13:15.776Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20062026-03-30T17:13:15.776Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20072026-03-30T17:13:15.776Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20082026-03-30T17:13:15.776Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20092026-03-30T17:13:15.779Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20102026-03-30T17:13:15.779Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20112026-03-30T17:13:15.779Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20122026-03-30T17:13:15.782Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20132026-03-30T17:13:15.785Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20142026-03-30T17:13:15.785Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20152026-03-30T17:13:15.785Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20162026-03-30T17:13:18.843Z PASS [ 3.065s] bgp test::test_basic_peering_passive
20172026-03-30T17:13:18.843Z PASS [ 3.067s] bgp test::test_basic_peering_active
20182026-03-30T17:13:18.847Z PASS [ 3.066s] bgp test::test_basic_update
20192026-03-30T17:13:18.851Z PASS [ 3.068s] bgp test::test_basic_update_ipv6
20202026-03-30T17:13:18.859Z PASS [ 3.081s] bgp test::test_basic_peering_passive_tcp
20212026-03-30T17:13:18.862Z PASS [ 3.077s] bgp test::test_basic_update_ipv6_tcp
20222026-03-30T17:13:18.873Z PASS [ 3.088s] bgp test::test_basic_update_tcp
20232026-03-30T17:13:19.860Z PASS [ 4.082s] bgp test::test_basic_peering_active_tcp
20242026-03-30T17:13:21.926Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_active
20252026-03-30T17:13:21.940Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_passive
20262026-03-30T17:13:22.938Z PASS [ 4.083s] bgp test::test_dual_stack_routes_ipv6_peer_success
20272026-03-30T17:13:22.938Z PASS [ 4.083s] bgp test::test_dual_stack_routes_ipv4_peer_success
20282026-03-30T17:13:22.938Z PASS [ 4.079s] bgp test::test_import_export_policy_filtering
20292026-03-30T17:13:23.182Z PASS [ 4.076s] bgp test::test_ipv4_routes_ipv6_peer_success
20302026-03-30T17:13:23.182Z PASS [ 4.074s] bgp test::test_ipv6_basic_peering_active_tcp
20312026-03-30T17:13:23.182Z PASS [ 3.078s] bgp test::test_ipv6_basic_peering_passive_tcp
20322026-03-30T17:13:23.182Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20332026-03-30T17:13:24.025Z PASS [ 1.097s] bgp test::test_three_router_chain_tcp_ipv6
20342026-03-30T17:13:24.029Z PASS [ 1.100s] bgp test::test_three_router_chain_tcp
20352026-03-30T17:13:24.994Z PASS [ 2.066s] bgp test::test_same_linklocal_multiple_interfaces
20362026-03-30T17:13:25.090Z PASS [ 1.063s] bgp test::test_unnumbered_ndp_change
20372026-03-30T17:13:25.781Z PASS [ 2.854s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20382026-03-30T17:13:26.005Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20392026-03-30T17:13:27.006Z PASS [ 4.069s] bgp test::test_three_router_chain_unnumbered
20402026-03-30T17:13:28.000Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
20412026-03-30T17:13:30.055Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20422026-03-30T17:13:33.093Z PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20432026-03-30T17:13:34.154Z PASS [ 9.065s] bgp test::test_unnumbered_unaffected_by_ndp
20442026-03-30T17:13:41.068Z PASS [ 18.063s] bgp test::test_unnumbered_interface_lifecycle
20452026-03-30T17:13:41.068Z────────────
20462026-03-30T17:13:41.068Z Summary [ 25.562s] 150 tests run: 150 passed, 0 skipped
20472026-03-30T17:13:41.081Z+ 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/
20482026-03-30T17:13:41.087Z+ popd
20492026-03-30T17:13:41.087Z+ pushd mgd
20502026-03-30T17:13:41.090Z/work/oxidecomputer/maghemite
20512026-03-30T17:13:41.090Z+ pfexec cargo nextest run
20522026-03-30T17:13:41.090Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20532026-03-30T17:13:42.247Z Compiling slog v2.8.2
20542026-03-30T17:13:42.351Z Compiling usdt v0.6.0
20552026-03-30T17:13:42.435Z Compiling typify-impl v0.4.3
20562026-03-30T17:13:42.452Z Compiling proc-macro-error-attr2 v2.0.0
20572026-03-30T17:13:42.469Z Compiling papergrid v0.17.0
20582026-03-30T17:13:42.632Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20592026-03-30T17:13:42.640Z Compiling testing_table v0.3.0
20602026-03-30T17:13:42.736Z Compiling slog-json v2.6.1
20612026-03-30T17:13:42.798Z Compiling slog-term v2.9.2
20622026-03-30T17:13:42.940Z Compiling slog-async v2.8.0
20632026-03-30T17:13:43.169Z Compiling slog-bunyan v2.5.0
20642026-03-30T17:13:43.309Z Compiling dropshot v0.16.7
20652026-03-30T17:13:43.405Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20662026-03-30T17:13:43.498Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20672026-03-30T17:13:43.596Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20682026-03-30T17:13:43.746Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20692026-03-30T17:13:43.973Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20702026-03-30T17:13:44.135Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20712026-03-30T17:13:44.500Z Compiling slog-dtrace v0.3.0
20722026-03-30T17:13:44.820Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20732026-03-30T17:13:44.949Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20742026-03-30T17:13:45.167Z Compiling steno v0.4.1
20752026-03-30T17:13:46.613Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20762026-03-30T17:13:48.416Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20772026-03-30T17:13:48.690Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20782026-03-30T17:13:48.732Z Compiling typify-macro v0.4.3
20792026-03-30T17:13:49.030Z Compiling proc-macro-error2 v2.0.1
20802026-03-30T17:13:49.268Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20812026-03-30T17:13:49.318Z Compiling tabled_derive v0.11.0
20822026-03-30T17:13:49.555Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20832026-03-30T17:13:49.860Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20842026-03-30T17:13:50.248Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20852026-03-30T17:13:50.424Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20862026-03-30T17:13:50.435Z Compiling tabled v0.20.0
20872026-03-30T17:13:50.462Z Compiling progenitor-client v0.11.2
20882026-03-30T17:13:50.609Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
20892026-03-30T17:13:50.797Z Compiling crc8 v0.1.1
20902026-03-30T17:13:50.826Z Compiling typify v0.4.3
20912026-03-30T17:13:50.915Z Compiling progenitor-impl v0.11.2
20922026-03-30T17:13:51.179Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
20932026-03-30T17:13:52.154Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20942026-03-30T17:13:52.712Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20952026-03-30T17:13:53.236Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20962026-03-30T17:13:53.469Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20972026-03-30T17:13:53.899Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20982026-03-30T17:13:54.425Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
20992026-03-30T17:13:54.471Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21002026-03-30T17:13:54.625Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21012026-03-30T17:13:55.530Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21022026-03-30T17:13:55.905Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21032026-03-30T17:13:55.982Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21042026-03-30T17:13:56.118Z Compiling progenitor-macro v0.11.2
21052026-03-30T17:13:56.297Z Compiling dropshot-api-manager-types v0.5.2
21062026-03-30T17:13:57.011Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21072026-03-30T17:13:59.699Z Compiling progenitor v0.11.2
21082026-03-30T17:13:59.791Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21092026-03-30T17:14:02.065Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21102026-03-30T17:14:03.227Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21112026-03-30T17:14:03.232Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21122026-03-30T17:14:03.730Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21132026-03-30T17:14:03.968Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21142026-03-30T17:14:11.754Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21152026-03-30T17:14:18.878Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21162026-03-30T17:14:20.479Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
21172026-03-30T17:14:21.569Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21182026-03-30T17:14:22.672Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21192026-03-30T17:14:23.453Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21202026-03-30T17:14:24.897Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21212026-03-30T17:14:24.897Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21222026-03-30T17:14:24.909Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21232026-03-30T17:14:31.597Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21242026-03-30T17:14:33.006Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21252026-03-30T17:14:33.006Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21262026-03-30T17:14:34.237Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21272026-03-30T17:15:01.762Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
21282026-03-30T17:15:01.918Z────────────
21292026-03-30T17:15:01.918Z Nextest run ID 6b8c9c8b-91f0-4601-8caf-33e88d868087 with nextest profile: default
21302026-03-30T17:15:01.918Z Starting 32 tests across 1 binary
21312026-03-30T17:15:01.928Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21322026-03-30T17:15:01.931Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21332026-03-30T17:15:01.945Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21342026-03-30T17:15:01.961Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21352026-03-30T17:15:01.978Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21362026-03-30T17:15:01.978Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21372026-03-30T17:15:01.982Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21382026-03-30T17:15:01.982Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21392026-03-30T17:15:01.982Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21402026-03-30T17:15:01.982Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21412026-03-30T17:15:01.982Z PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21422026-03-30T17:15:01.985Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21432026-03-30T17:15:01.990Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21442026-03-30T17:15:01.992Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21452026-03-30T17:15:01.993Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21462026-03-30T17:15:01.993Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21472026-03-30T17:15:01.993Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21482026-03-30T17:15:01.993Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21492026-03-30T17:15:01.996Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21502026-03-30T17:15:01.999Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21512026-03-30T17:15:01.999Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21522026-03-30T17:15:02.002Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21532026-03-30T17:15:02.002Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21542026-03-30T17:15:02.002Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21552026-03-30T17:15:02.002Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21562026-03-30T17:15:02.002Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21572026-03-30T17:15:02.002Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21582026-03-30T17:15:02.006Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21592026-03-30T17:15:02.010Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21602026-03-30T17:15:02.010Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21612026-03-30T17:15:02.010Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21622026-03-30T17:15:02.010Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21632026-03-30T17:15:02.010Z────────────
21642026-03-30T17:15:02.010Z Summary [ 0.090s] 32 tests run: 32 passed, 0 skipped
21652026-03-30T17:15:02.019Z+ cp apply_remove_entire_group.log /work/
21662026-03-30T17:15:02.022Z+ popd
21672026-03-30T17:15:02.022Z/work/oxidecomputer/maghemite
21682026-03-30T17:15:02.022Zprocess exited: duration 409064 ms, exit code 0
 
21692026-03-30T17:15:02.032Zfound 66 output files
21702026-03-30T17:15:02.032Zuploading: /work/apply_remove_entire_group.log (9170 bytes)
21712026-03-30T17:15:03.045Zuploaded: /work/apply_remove_entire_group.log
21722026-03-30T17:15:03.045Zuploading: /work/dualstack_routes.log (118542 bytes)
21732026-03-30T17:15:04.062Zuploaded: /work/dualstack_routes.log
21742026-03-30T17:15:04.062Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2275 bytes)
21752026-03-30T17:15:05.071Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21762026-03-30T17:15:05.071Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1395 bytes)
21772026-03-30T17:15:06.080Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21782026-03-30T17:15:06.080Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2222 bytes)
21792026-03-30T17:15:07.090Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21802026-03-30T17:15:07.090Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2326 bytes)
21812026-03-30T17:15:08.098Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21822026-03-30T17:15:08.098Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2227 bytes)
21832026-03-30T17:15:09.108Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21842026-03-30T17:15:09.108Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2218 bytes)
21852026-03-30T17:15:10.116Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21862026-03-30T17:15:10.116Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2390 bytes)
21872026-03-30T17:15:11.125Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
21882026-03-30T17:15:11.125Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2260 bytes)
21892026-03-30T17:15:12.134Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
21902026-03-30T17:15:12.134Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2249 bytes)
21912026-03-30T17:15:13.142Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
21922026-03-30T17:15:13.142Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2234 bytes)
21932026-03-30T17:15:14.153Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
21942026-03-30T17:15:14.153Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2156 bytes)
21952026-03-30T17:15:15.162Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
21962026-03-30T17:15:15.162Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2419 bytes)
21972026-03-30T17:15:16.171Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
21982026-03-30T17:15:16.171Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3512 bytes)
21992026-03-30T17:15:18.184Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22002026-03-30T17:15:18.184Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3413 bytes)
22012026-03-30T17:15:19.192Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22022026-03-30T17:15:19.192Zuploading: /work/multiple_unnumbered.log (133591 bytes)
22032026-03-30T17:15:20.205Zuploaded: /work/multiple_unnumbered.log
22042026-03-30T17:15:20.205Zuploading: /work/ndp_change_reset.log (67540 bytes)
22052026-03-30T17:15:21.216Zuploaded: /work/ndp_change_reset.log
22062026-03-30T17:15:21.217Zuploading: /work/ndp_changes.log (86130 bytes)
22072026-03-30T17:15:22.233Zuploaded: /work/ndp_changes.log
22082026-03-30T17:15:22.233Zuploading: /work/r1.test_basic_peering_active.log (40040 bytes)
22092026-03-30T17:15:23.246Zuploaded: /work/r1.test_basic_peering_active.log
22102026-03-30T17:15:23.246Zuploading: /work/r1.test_basic_peering_active_tcp.log (49490 bytes)
22112026-03-30T17:15:24.257Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22122026-03-30T17:15:24.257Zuploading: /work/r1.test_basic_peering_passive.log (32375 bytes)
22132026-03-30T17:15:25.267Zuploaded: /work/r1.test_basic_peering_passive.log
22142026-03-30T17:15:25.267Zuploading: /work/r1.test_basic_peering_passive_tcp.log (37211 bytes)
22152026-03-30T17:15:26.277Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22162026-03-30T17:15:26.277Zuploading: /work/r1.test_basic_update.log (27627 bytes)
22172026-03-30T17:15:27.288Zuploaded: /work/r1.test_basic_update.log
22182026-03-30T17:15:27.288Zuploading: /work/r1.test_basic_update_ipv6.log (27417 bytes)
22192026-03-30T17:15:28.300Zuploaded: /work/r1.test_basic_update_ipv6.log
22202026-03-30T17:15:28.303Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (29502 bytes)
22212026-03-30T17:15:29.313Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22222026-03-30T17:15:29.313Zuploading: /work/r1.test_basic_update_tcp.log (29637 bytes)
22232026-03-30T17:15:30.324Zuploaded: /work/r1.test_basic_update_tcp.log
22242026-03-30T17:15:30.324Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (41340 bytes)
22252026-03-30T17:15:31.335Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22262026-03-30T17:15:31.335Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (41550 bytes)
22272026-03-30T17:15:32.345Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22282026-03-30T17:15:32.345Zuploading: /work/r1.test_import_export_policy_filtering.log (37956 bytes)
22292026-03-30T17:15:33.355Zuploaded: /work/r1.test_import_export_policy_filtering.log
22302026-03-30T17:15:33.355Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (33860 bytes)
22312026-03-30T17:15:34.365Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22322026-03-30T17:15:34.366Zuploading: /work/r1.test_ipv6_basic_peering_active.log (39905 bytes)
22332026-03-30T17:15:35.376Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22342026-03-30T17:15:35.376Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48560 bytes)
22352026-03-30T17:15:36.386Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22362026-03-30T17:15:36.386Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (32301 bytes)
22372026-03-30T17:15:37.396Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22382026-03-30T17:15:37.396Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (37131 bytes)
22392026-03-30T17:15:38.407Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22402026-03-30T17:15:38.407Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (33561 bytes)
22412026-03-30T17:15:39.418Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22422026-03-30T17:15:39.418Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (28278 bytes)
22432026-03-30T17:15:40.457Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22442026-03-30T17:15:40.457Zuploading: /work/r1.test_three_router_chain_tcp.log (24812 bytes)
22452026-03-30T17:15:41.469Zuploaded: /work/r1.test_three_router_chain_tcp.log
22462026-03-30T17:15:41.469Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (20892 bytes)
22472026-03-30T17:15:42.479Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22482026-03-30T17:15:42.479Zuploading: /work/r2.test_basic_peering_active.log (36690 bytes)
22492026-03-30T17:15:43.489Zuploaded: /work/r2.test_basic_peering_active.log
22502026-03-30T17:15:43.490Zuploading: /work/r2.test_basic_peering_active_tcp.log (44449 bytes)
22512026-03-30T17:15:44.500Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22522026-03-30T17:15:44.500Zuploading: /work/r2.test_basic_peering_passive.log (40360 bytes)
22532026-03-30T17:15:45.510Zuploaded: /work/r2.test_basic_peering_passive.log
22542026-03-30T17:15:45.510Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45649 bytes)
22552026-03-30T17:15:46.521Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22562026-03-30T17:15:46.521Zuploading: /work/r2.test_basic_update.log (28799 bytes)
22572026-03-30T17:15:47.532Zuploaded: /work/r2.test_basic_update.log
22582026-03-30T17:15:47.532Zuploading: /work/r2.test_basic_update_ipv6.log (28673 bytes)
22592026-03-30T17:15:48.542Zuploaded: /work/r2.test_basic_update_ipv6.log
22602026-03-30T17:15:48.542Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32322 bytes)
22612026-03-30T17:15:49.551Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22622026-03-30T17:15:49.551Zuploading: /work/r2.test_basic_update_tcp.log (32332 bytes)
22632026-03-30T17:15:50.614Zuploaded: /work/r2.test_basic_update_tcp.log
22642026-03-30T17:15:50.614Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43118 bytes)
22652026-03-30T17:15:51.627Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22662026-03-30T17:15:51.627Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43360 bytes)
22672026-03-30T17:15:52.637Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22682026-03-30T17:15:52.638Zuploading: /work/r2.test_import_export_policy_filtering.log (36096 bytes)
22692026-03-30T17:15:53.678Zuploaded: /work/r2.test_import_export_policy_filtering.log
22702026-03-30T17:15:53.679Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37829 bytes)
22712026-03-30T17:15:54.689Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22722026-03-30T17:15:54.689Zuploading: /work/r2.test_ipv6_basic_peering_active.log (36555 bytes)
22732026-03-30T17:15:55.703Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22742026-03-30T17:15:55.704Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (43515 bytes)
22752026-03-30T17:15:56.713Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22762026-03-30T17:15:56.713Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (40391 bytes)
22772026-03-30T17:15:57.724Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22782026-03-30T17:15:57.724Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (45510 bytes)
22792026-03-30T17:15:58.733Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22802026-03-30T17:15:58.733Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (37704 bytes)
22812026-03-30T17:15:59.745Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22822026-03-30T17:15:59.745Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (27651 bytes)
22832026-03-30T17:16:00.756Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22842026-03-30T17:16:00.756Zuploading: /work/r2.test_three_router_chain_tcp.log (43881 bytes)
22852026-03-30T17:16:01.766Zuploaded: /work/r2.test_three_router_chain_tcp.log
22862026-03-30T17:16:01.766Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44026 bytes)
22872026-03-30T17:16:02.780Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
22882026-03-30T17:16:02.780Zuploading: /work/r3.test_three_router_chain_tcp.log (20130 bytes)
22892026-03-30T17:16:03.791Zuploaded: /work/r3.test_three_router_chain_tcp.log
22902026-03-30T17:16:03.791Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21756 bytes)
22912026-03-30T17:16:04.801Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
22922026-03-30T17:16:04.801Zuploading: /work/same_linklocal.log (118643 bytes)
22932026-03-30T17:16:05.813Zuploaded: /work/same_linklocal.log
22942026-03-30T17:16:05.813Zuploading: /work/three_chain.log (99340 bytes)
22952026-03-30T17:16:06.824Zuploaded: /work/three_chain.log
22962026-03-30T17:16:06.824Zuploading: /work/unnumbered_expiry.log (85602 bytes)
22972026-03-30T17:16:07.839Zuploaded: /work/unnumbered_expiry.log
22982026-03-30T17:16:07.839Zuploading: /work/unnumbered_interface_lifecycle.log (193840 bytes)
22992026-03-30T17:16:08.853Zuploaded: /work/unnumbered_interface_lifecycle.log
23002026-03-30T17:16:08.853Zuploading: /work/unnumbered_peer_change.log (76301 bytes)
23012026-03-30T17:16:09.864Zuploaded: /work/unnumbered_peer_change.log