01KR6PGBAQG7J2RDT8BQGJKB39: 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: 01KR6PGPJV6R72YYNQ6QGG1MMQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T15:44:20.386Zjob assigned to worker 01KR6PGW4V5S5E2FQEQRH8WWK4 [factory aws, i-00cf0a8f3c5330e24] (queued for 57 s)
 
22026-05-09T15:44:26.884Zstarting task 0: "setup"
32026-05-09T15:44:26.889Z++ uname -s
42026-05-09T15:44:26.892Z+ kern=SunOS
52026-05-09T15:44:26.892Z+ build_user=build
62026-05-09T15:44:26.892Z+ build_uid=12345
72026-05-09T15:44:26.892Z+ work_dir=/work
82026-05-09T15:44:26.892Z+ input_dir=/input
92026-05-09T15:44:26.892Z+ [[ 0 == 12345 ]]
102026-05-09T15:44:26.892Z+ case "$kern" in
112026-05-09T15:44:26.892Z+ groupadd -g 12345 build
122026-05-09T15:44:26.892Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T15:44:28.896Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T15:44:29.014Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T15:44:29.017Z+ home_fs=zfs
162026-05-09T15:44:29.017Z+ [[ zfs == autofs ]]
172026-05-09T15:44:29.017Z+ mkdir -p /home/build
182026-05-09T15:44:29.017Z+ chown build:build /home/build /work
192026-05-09T15:44:31.018Z+ chmod 0700 /home/build /work
202026-05-09T15:44:31.021Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-09T15:44:31.026Zstarting task 1: "rust-toolchain"
222026-05-09T15:44:31.030Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T15:44:31.030Z * rust toolchain channel = "stable"
242026-05-09T15:44:31.030Z * rust toolchain profile = "default"
252026-05-09T15:44:31.030Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-09T15:44:31.030Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T15:44:31.030Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T15:44:31.033Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T15:44:31.033Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T15:44:31.158Zinfo: downloading installer
312026-05-09T15:44:32.469Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T15:44:32.470Zwarn: /opt/ooce/bin
332026-05-09T15:44:32.470Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T15:44:32.470Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T15:44:32.470Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T15:44:32.470Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T15:44:32.470Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T15:44:32.470Zerror: cannot install while Rust is installed
392026-05-09T15:44:32.470Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T15:44:32.470Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T15:44:32.470Zwarn: /home/build/.rustup/settings.toml
422026-05-09T15:44:32.470Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T15:44:32.470Zwarn: instead of the one inferred from the default host triple.
442026-05-09T15:44:32.483Zinfo: profile set to default
452026-05-09T15:44:32.483Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T15:44:32.486Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T15:44:32.610Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T15:44:32.613Zinfo: downloading 6 components
492026-05-09T15:44:47.002Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T15:44:47.002Z
512026-05-09T15:44:47.035Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T15:44:47.035Z
532026-05-09T15:44:47.035Z
542026-05-09T15:44:47.035ZRust is installed now. Great!
552026-05-09T15:44:47.035Z
562026-05-09T15:44:47.039ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T15:44:47.039Zenvironment variable. This has not been done automatically.
582026-05-09T15:44:47.039Z
592026-05-09T15:44:47.039ZTo configure your current shell, you need to source
602026-05-09T15:44:47.039Zthe corresponding env file under $HOME/.cargo.
612026-05-09T15:44:47.039Z
622026-05-09T15:44:47.039ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T15:44:47.039Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T15:44:47.039Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T15:44:47.039Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T15:44:47.039Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T15:44:47.039Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T15:44:47.039Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T15:44:47.039Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T15:44:47.039Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T15:44:47.140Z+ rustup --version
722026-05-09T15:44:47.148Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T15:44:47.151Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T15:44:47.170Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T15:44:47.173Z+ cargo --version
762026-05-09T15:44:47.186Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T15:44:47.189Z+ rustc --version
782026-05-09T15:44:47.208Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T15:44:47.211Zprocess exited: duration 16182 ms, exit code 0
 
802026-05-09T15:44:47.216Zstarting task 2: "authentication"
812026-05-09T15:44:47.232Zprocess exited: duration 15 ms, exit code 0
 
822026-05-09T15:44:47.238Zstarting task 3: "clone repository"
832026-05-09T15:44:47.241Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T15:44:47.244Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T15:44:47.271ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T15:44:48.145Z+ cd /work/oxidecomputer/maghemite
872026-05-09T15:44:48.145Z+ git fetch origin c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
882026-05-09T15:44:48.385ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T15:44:48.385Z * branch c59c854a70a7d9f9b0f69a48ce0cb78997bb699b -> FETCH_HEAD
902026-05-09T15:44:48.389Z+ [[ -n trey/rfd_619_wrapup ]]
912026-05-09T15:44:48.391Z++ git branch --show-current
922026-05-09T15:44:48.391Z+ current=main
932026-05-09T15:44:48.392Z+ [[ main != trey/rfd_619_wrapup ]]
942026-05-09T15:44:48.392Z+ git branch -f trey/rfd_619_wrapup c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
952026-05-09T15:44:48.395Z+ git checkout -f trey/rfd_619_wrapup
962026-05-09T15:44:48.413ZSwitched to branch 'trey/rfd_619_wrapup'
972026-05-09T15:44:48.416Z+ git reset --hard c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
982026-05-09T15:44:48.431ZHEAD is now at c59c854 move PeerId and ImportExportPolicy to mg_api_types::bgp; route consumers through it
992026-05-09T15:44:48.433Zprocess exited: duration 1193 ms, exit code 0
 
1002026-05-09T15:44:48.439Zstarting task 4: "build"
1012026-05-09T15:44:48.442Z+ set -e
1022026-05-09T15:44:48.442Z+ source .github/buildomat/test-common.sh
1032026-05-09T15:44:48.445Z++ NEXTEST_VERSION=0.9.97
1042026-05-09T15:44:48.445Z++ PLATFORM=illumos
1052026-05-09T15:44:48.445Z++ banner install
1062026-05-09T15:44:48.445Z
1072026-05-09T15:44:48.445Z # # # #### ##### ## # #
1082026-05-09T15:44:48.445Z # ## # # # # # # #
1092026-05-09T15:44:48.445Z # # # # #### # # # # #
1102026-05-09T15:44:48.445Z # # # # # # ###### # #
1112026-05-09T15:44:48.445Z # # ## # # # # # # #
1122026-05-09T15:44:48.445Z # # # #### # # # ###### ######
1132026-05-09T15:44:48.445Z
1142026-05-09T15:44:48.445Z++ set +o errexit
1152026-05-09T15:44:48.448Z++ pkg info clang-15
1162026-05-09T15:44:48.448Z++ grep -qi installed
1172026-05-09T15:44:49.598Zpkg: info: no packages matching the following patterns you specified are
1182026-05-09T15:44:49.598Zinstalled on the system. Try querying remotely instead:
1192026-05-09T15:44:49.598Z
1202026-05-09T15:44:49.598Z clang-15
1212026-05-09T15:44:49.638Z++ [[ 1 != 0 ]]
1222026-05-09T15:44:49.638Z++ set -o errexit
1232026-05-09T15:44:49.638Z++ pfexec pkg install clang-15
1242026-05-09T15:44:56.202Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-09T15:45:04.008Z Startup: Caching catalogs ... Done
1262026-05-09T15:45:11.171ZPlanning: Solver setup ... Done
1272026-05-09T15:45:11.211ZPlanning: Running solver ... Done
1282026-05-09T15:45:11.351ZPlanning: Finding local manifests ... Done
1292026-05-09T15:45:11.362ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-09T15:45:11.439ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-09T15:45:11.467ZPlanning: Package planning ... Done
1322026-05-09T15:45:11.493ZPlanning: Merging actions ... Done
1332026-05-09T15:45:11.597ZPlanning: Checking for conflicting actions ... Done
1342026-05-09T15:45:11.604ZPlanning: Consolidating action changes ... Done
1352026-05-09T15:45:12.375ZPlanning: Evaluating mediators ... Done
1362026-05-09T15:45:12.380ZPlanning: Planning completed in 8.21 seconds
1372026-05-09T15:45:12.391Z Packages to install: 2
1382026-05-09T15:45:12.391Z Mediators to change: 2
1392026-05-09T15:45:12.394Z Services to change: 1
1402026-05-09T15:45:12.394Z Create boot environment: No
1412026-05-09T15:45:12.394ZCreate backup boot environment: No
1422026-05-09T15:45:12.433Z
1432026-05-09T15:45:12.433ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-09T15:45:17.436ZDownload: 1321/3076 items 114.8/211.3MB 54% complete (23.5M/s)
1452026-05-09T15:45:22.470ZDownload: 2003/3076 items 116.5/211.3MB 55% complete (16.6M/s)
1462026-05-09T15:45:28.973ZDownload: 2006/3076 items 117.2/211.3MB 55% complete (13.2M/s)
1472026-05-09T15:45:41.974ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1482026-05-09T15:45:46.978ZDownload: 2172/3076 items 118.7/211.3MB 56% complete (157k/s)
1492026-05-09T15:45:51.979ZDownload: 3076/3076 items 211.3/211.3MB 100% complete (10.6M/s)
1502026-05-09T15:45:51.984ZDownload: Completed 211.31 MB in 39.55 seconds (5.3M/s)
1512026-05-09T15:45:52.227Z Actions: 1/3418 actions (Installing new actions)
1522026-05-09T15:45:55.288Z Actions: Completed 3418 actions in 3.11 seconds.
1532026-05-09T15:45:55.926Z Done
1542026-05-09T15:45:55.926Z Done
1552026-05-09T15:45:56.667Z Done
1562026-05-09T15:45:59.972Z Done
1572026-05-09T15:46:00.041Z Done
1582026-05-09T15:46:00.044Z Done
1592026-05-09T15:46:00.306Z Done
1602026-05-09T15:46:00.967Z++ set -o errexit
1612026-05-09T15:46:00.967Z++ cargo --version
1622026-05-09T15:46:00.973Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-05-09T15:46:01.123Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-05-09T15:46:01.126Zinfo: downloading 6 components
1652026-05-09T15:46:15.883Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-05-09T15:46:15.885Z++ rustc --version
1672026-05-09T15:46:15.912Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-05-09T15:46:15.916Z++ cargo install cargo-nextest --version 0.9.97
1692026-05-09T15:46:15.957Z Updating crates.io index
1702026-05-09T15:46:16.049Z Downloading crates ...
1712026-05-09T15:46:16.099Z Downloaded cargo-nextest v0.9.97
1722026-05-09T15:46:16.157Z Installing cargo-nextest v0.9.97
1732026-05-09T15:46:16.197Z Updating crates.io index
1742026-05-09T15:46:18.918Z Locking 404 packages to latest compatible versions
1752026-05-09T15:46:18.922Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-05-09T15:46:18.925Z Adding duct v0.13.7 (available: v1.1.1)
1772026-05-09T15:46:18.925Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-05-09T15:46:18.925Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-05-09T15:46:18.927Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-05-09T15:46:18.930Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1812026-05-09T15:46:18.930Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-05-09T15:46:18.930Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1832026-05-09T15:46:18.933Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-05-09T15:46:18.951Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1852026-05-09T15:46:18.960Z Downloading crates ...
1862026-05-09T15:46:19.027Z Downloaded block-buffer v0.10.4
1872026-05-09T15:46:19.034Z Downloaded cargo_metadata v0.23.1
1882026-05-09T15:46:19.036Z Downloaded ahash v0.8.12
1892026-05-09T15:46:19.039Z Downloaded filetime v0.2.28
1902026-05-09T15:46:19.042Z Downloaded atomicwrites v0.4.4
1912026-05-09T15:46:19.042Z Downloaded errno v0.3.14
1922026-05-09T15:46:19.044Z Downloaded anstyle-query v1.1.5
1932026-05-09T15:46:19.047Z Downloaded http-body v1.0.1
1942026-05-09T15:46:19.050Z Downloaded backtrace-ext v0.2.1
1952026-05-09T15:46:19.050Z Downloaded bitflags v2.11.1
1962026-05-09T15:46:19.053Z Downloaded itoa v1.0.18
1972026-05-09T15:46:19.055Z Downloaded anstyle-parse v1.0.0
1982026-05-09T15:46:19.055Z Downloaded autocfg v1.5.0
1992026-05-09T15:46:19.058Z Downloaded native-tls v0.2.18
2002026-05-09T15:46:19.064Z Downloaded borsh v1.6.1
2012026-05-09T15:46:19.069Z Downloaded rustls-pki-types v1.14.1
2022026-05-09T15:46:19.071Z Downloaded pathdiff v0.2.3
2032026-05-09T15:46:19.074Z Downloaded mukti-metadata v0.3.0
2042026-05-09T15:46:19.074Z Downloaded indenter v0.3.4
2052026-05-09T15:46:19.074Z Downloaded anstream v1.0.0
2062026-05-09T15:46:19.076Z Downloaded async-scoped v0.9.0
2072026-05-09T15:46:19.076Z Downloaded is_terminal_polyfill v1.70.2
2082026-05-09T15:46:19.079Z Downloaded lazy_static v1.5.0
2092026-05-09T15:46:19.079Z Downloaded number_prefix v0.4.0
2102026-05-09T15:46:19.082Z Downloaded anstyle v1.0.14
2112026-05-09T15:46:19.082Z Downloaded aho-corasick v1.1.4
2122026-05-09T15:46:19.084Z Downloaded hyper-tls v0.6.0
2132026-05-09T15:46:19.087Z Downloaded humantime v2.3.0
2142026-05-09T15:46:19.087Z Downloaded http-body-util v0.1.3
2152026-05-09T15:46:19.090Z Downloaded cpufeatures v0.2.17
2162026-05-09T15:46:19.090Z Downloaded addr2line v0.25.1
2172026-05-09T15:46:19.092Z Downloaded home v0.5.12
2182026-05-09T15:46:19.092Z Downloaded is_ci v1.2.0
2192026-05-09T15:46:19.095Z Downloaded lru-slab v0.1.2
2202026-05-09T15:46:19.095Z Downloaded parking_lot v0.12.5
2212026-05-09T15:46:19.098Z Downloaded rand_core v0.6.4
2222026-05-09T15:46:19.098Z Downloaded futures-task v0.3.32
2232026-05-09T15:46:19.098Z Downloaded crypto-common v0.1.7
2242026-05-09T15:46:19.102Z Downloaded miette-derive v7.6.0
2252026-05-09T15:46:19.102Z Downloaded ipnet v2.12.0
2262026-05-09T15:46:19.102Z Downloaded debug-ignore v1.0.5
2272026-05-09T15:46:19.105Z Downloaded futures-core v0.3.32
2282026-05-09T15:46:19.105Z Downloaded nextest-filtering v0.15.0
2292026-05-09T15:46:19.107Z Downloaded pin-project-lite v0.2.17
2302026-05-09T15:46:19.110Z Downloaded foreign-types-shared v0.1.1
2312026-05-09T15:46:19.110Z Downloaded futures-sink v0.3.32
2322026-05-09T15:46:19.113Z Downloaded cfg_aliases v0.2.1
2332026-05-09T15:46:19.113Z Downloaded guppy-workspace-hack v0.1.0
2342026-05-09T15:46:19.113Z Downloaded adler2 v2.0.1
2352026-05-09T15:46:19.115Z Downloaded futures-macro v0.3.32
2362026-05-09T15:46:19.115Z Downloaded document-features v0.2.12
2372026-05-09T15:46:19.118Z Downloaded bytes v1.11.1
2382026-05-09T15:46:19.120Z Downloaded rustc_version v0.4.1
2392026-05-09T15:46:19.121Z Downloaded idna_adapter v1.0.0
2402026-05-09T15:46:19.121Z Downloaded cargo_metadata v0.20.0
2412026-05-09T15:46:19.123Z Downloaded openssl-macros v0.1.1
2422026-05-09T15:46:19.123Z Downloaded humantime-serde v1.1.1
2432026-05-09T15:46:19.123Z Downloaded atomic-waker v1.1.2
2442026-05-09T15:46:19.126Z Downloaded sha2 v0.10.9
2452026-05-09T15:46:19.126Z Downloaded newtype-uuid v1.3.2
2462026-05-09T15:46:19.128Z Downloaded clap_derive v4.6.1
2472026-05-09T15:46:19.128Z Downloaded backtrace v0.3.76
2482026-05-09T15:46:19.131Z Downloaded iana-time-zone v0.1.65
2492026-05-09T15:46:19.134Z Downloaded openssl-probe v0.2.1
2502026-05-09T15:46:19.136Z Downloaded enable-ansi-support v0.2.1
2512026-05-09T15:46:19.136Z Downloaded foreign-types v0.3.2
2522026-05-09T15:46:19.137Z Downloaded hex v0.4.3
2532026-05-09T15:46:19.139Z Downloaded generic-array v0.14.7
2542026-05-09T15:46:19.139Z Downloaded base64 v0.22.1
2552026-05-09T15:46:19.142Z Downloaded scopeguard v1.2.0
2562026-05-09T15:46:19.142Z Downloaded futures-io v0.3.32
2572026-05-09T15:46:19.144Z Downloaded clap_lex v1.1.0
2582026-05-09T15:46:19.144Z Downloaded os_pipe v1.2.3
2592026-05-09T15:46:19.144Z Downloaded nested v0.1.1
2602026-05-09T15:46:19.147Z Downloaded indent_write v2.2.0
2612026-05-09T15:46:19.147Z Downloaded curve25519-dalek-derive v0.1.1
2622026-05-09T15:46:19.147Z Downloaded nextest-workspace-hack v0.1.0
2632026-05-09T15:46:19.150Z Downloaded cargo-platform v0.2.0
2642026-05-09T15:46:19.150Z Downloaded httparse v1.10.1
2652026-05-09T15:46:19.152Z Downloaded serde_urlencoded v0.7.1
2662026-05-09T15:46:19.153Z Downloaded form_urlencoded v1.2.2
2672026-05-09T15:46:19.153Z Downloaded equivalent v1.0.2
2682026-05-09T15:46:19.155Z Downloaded base64ct v1.8.3
2692026-05-09T15:46:19.158Z Downloaded fnv v1.0.7
2702026-05-09T15:46:19.160Z Downloaded cfg-if v1.0.4
2712026-05-09T15:46:19.160Z Downloaded ordered-float v2.10.1
2722026-05-09T15:46:19.164Z Downloaded cargo-platform v0.3.3
2732026-05-09T15:46:19.167Z Downloaded percent-encoding v2.3.2
2742026-05-09T15:46:19.169Z Downloaded serde-value v0.7.0
2752026-05-09T15:46:19.172Z Downloaded shared_child v1.1.1
2762026-05-09T15:46:19.172Z Downloaded serde_spanned v0.6.9
2772026-05-09T15:46:19.178Z Downloaded shell-words v1.1.1
2782026-05-09T15:46:19.180Z Downloaded future-queue v0.4.0
2792026-05-09T15:46:19.180Z Downloaded hyper-rustls v0.27.9
2802026-05-09T15:46:19.183Z Downloaded serde_spanned v1.1.1
2812026-05-09T15:46:19.183Z Downloaded color-spantrace v0.3.0
2822026-05-09T15:46:19.183Z Downloaded serde_ignored v0.1.14
2832026-05-09T15:46:19.186Z Downloaded strsim v0.11.1
2842026-05-09T15:46:19.190Z Downloaded duct v0.13.7
2852026-05-09T15:46:19.193Z Downloaded fixedbitset v0.5.7
2862026-05-09T15:46:19.196Z Downloaded supports-hyperlinks v3.2.0
2872026-05-09T15:46:19.196Z Downloaded subtle v2.6.1
2882026-05-09T15:46:19.200Z Downloaded sigchld v0.2.4
2892026-05-09T15:46:19.203Z Downloaded signature v2.2.0
2902026-05-09T15:46:19.203Z Downloaded terminal_size v0.4.4
2912026-05-09T15:46:19.206Z Downloaded tinyvec_macros v0.1.1
2922026-05-09T15:46:19.206Z Downloaded strip-ansi-escapes v0.2.1
2932026-05-09T15:46:19.206Z Downloaded signal-hook-mio v0.2.5
2942026-05-09T15:46:19.208Z Downloaded swrite v0.1.0
2952026-05-09T15:46:19.209Z Downloaded sync_wrapper v1.0.2
2962026-05-09T15:46:19.209Z Downloaded supports-unicode v3.0.0
2972026-05-09T15:46:19.211Z Downloaded tokio-macros v2.7.0
2982026-05-09T15:46:19.211Z Downloaded supports-color v3.0.2
2992026-05-09T15:46:19.214Z Downloaded camino-tempfile v1.4.1
3002026-05-09T15:46:19.216Z Downloaded quote v1.0.45
3012026-05-09T15:46:19.216Z Downloaded lock_api v0.4.14
3022026-05-09T15:46:19.219Z Downloaded erased-serde v0.4.10
3032026-05-09T15:46:19.219Z Downloaded colorchoice v1.0.5
3042026-05-09T15:46:19.219Z Downloaded serde-untagged v0.1.9
3052026-05-09T15:46:19.222Z Downloaded self-replace v1.5.0
3062026-05-09T15:46:19.225Z Downloaded rand_chacha v0.9.0
3072026-05-09T15:46:19.225Z Downloaded futures-executor v0.3.32
3082026-05-09T15:46:19.225Z Downloaded digest v0.10.7
3092026-05-09T15:46:19.227Z Downloaded pkcs8 v0.10.2
3102026-05-09T15:46:19.227Z Downloaded dialoguer v0.11.0
3112026-05-09T15:46:19.230Z Downloaded ed25519 v2.2.3
3122026-05-09T15:46:19.230Z Downloaded nextest-metadata v0.12.2
3132026-05-09T15:46:19.233Z Downloaded heck v0.5.0
3142026-05-09T15:46:19.233Z Downloaded pkg-config v0.3.33
3152026-05-09T15:46:19.233Z Downloaded either v1.15.0
3162026-05-09T15:46:19.236Z Downloaded pin-project-internal v1.1.12
3172026-05-09T15:46:19.236Z Downloaded foldhash v0.1.5
3182026-05-09T15:46:19.236Z Downloaded fastrand v2.4.1
3192026-05-09T15:46:19.240Z Downloaded rustc-hash v2.1.2
3202026-05-09T15:46:19.243Z Downloaded tower-layer v0.3.3
3212026-05-09T15:46:19.243Z Downloaded convert_case v0.10.0
3222026-05-09T15:46:19.245Z Downloaded rustc-demangle v0.1.27
3232026-05-09T15:46:19.245Z Downloaded rand_core v0.9.5
3242026-05-09T15:46:19.248Z Downloaded globset v0.4.18
3252026-05-09T15:46:19.248Z Downloaded console v0.15.11
3262026-05-09T15:46:19.251Z Downloaded toml_datetime v0.6.11
3272026-05-09T15:46:19.251Z Downloaded tower-service v0.3.3
3282026-05-09T15:46:19.251Z Downloaded toml_write v0.1.2
3292026-05-09T15:46:19.251Z Downloaded const-oid v0.9.6
3302026-05-09T15:46:19.254Z Downloaded cargo-util-schemas v0.2.0
3312026-05-09T15:46:19.254Z Downloaded typeid v1.0.3
3322026-05-09T15:46:19.257Z Downloaded smol_str v0.3.6
3332026-05-09T15:46:19.257Z Downloaded ppv-lite86 v0.2.21
3342026-05-09T15:46:19.259Z Downloaded shlex v1.3.0
3352026-05-09T15:46:19.259Z Downloaded crc32fast v1.5.0
3362026-05-09T15:46:19.259Z Downloaded parking_lot_core v0.9.12
3372026-05-09T15:46:19.262Z Downloaded jobserver v0.1.34
3382026-05-09T15:46:19.262Z Downloaded try-lock v0.2.5
3392026-05-09T15:46:19.262Z Downloaded unicode-linebreak v0.1.5
3402026-05-09T15:46:19.266Z Downloaded tracing-error v0.2.1
3412026-05-09T15:46:19.266Z Downloaded unicode-xid v0.2.6
3422026-05-09T15:46:19.266Z Downloaded simd-adler32 v0.3.9
3432026-05-09T15:46:19.269Z Downloaded thread_local v1.1.9
3442026-05-09T15:46:19.269Z Downloaded serde_path_to_error v0.1.20
3452026-05-09T15:46:19.271Z Downloaded pin-project v1.1.12
3462026-05-09T15:46:19.275Z Downloaded version_check v0.9.5
3472026-05-09T15:46:19.278Z Downloaded utf8parse v0.2.2
3482026-05-09T15:46:19.278Z Downloaded untrusted v0.9.0
3492026-05-09T15:46:19.278Z Downloaded urlencoding v2.1.3
3502026-05-09T15:46:19.282Z Downloaded thiserror-impl v2.0.18
3512026-05-09T15:46:19.282Z Downloaded signal-hook-registry v1.4.8
3522026-05-09T15:46:19.282Z Downloaded quinn-udp v0.5.14
3532026-05-09T15:46:19.282Z Downloaded once_cell v1.21.4
3542026-05-09T15:46:19.286Z Downloaded target-lexicon v0.13.3
3552026-05-09T15:46:19.287Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3562026-05-09T15:46:19.287Z Downloaded thiserror v2.0.18
3572026-05-09T15:46:19.289Z Downloaded toml_writer v1.1.1+spec-1.1.0
3582026-05-09T15:46:19.289Z Downloaded want v0.3.1
3592026-05-09T15:46:19.292Z Downloaded utf8_iter v1.0.4
3602026-05-09T15:46:19.292Z Downloaded cfg-expr v0.20.7
3612026-05-09T15:46:19.292Z Downloaded eyre v0.6.12
3622026-05-09T15:46:19.295Z Downloaded thiserror-impl v1.0.69
3632026-05-09T15:46:19.295Z Downloaded target-spec-miette v0.4.6
3642026-05-09T15:46:19.298Z Downloaded owo-colors v4.3.0
3652026-05-09T15:46:19.300Z Downloaded getrandom v0.2.17
3662026-05-09T15:46:19.300Z Downloaded find-msvc-tools v0.1.9
3672026-05-09T15:46:19.303Z Downloaded spki v0.7.3
3682026-05-09T15:46:19.303Z Downloaded slab v0.4.12
3692026-05-09T15:46:19.303Z Downloaded self_update v0.42.0
3702026-05-09T15:46:19.306Z Downloaded semver v1.0.28
3712026-05-09T15:46:19.306Z Downloaded futures-channel v0.3.32
3722026-05-09T15:46:19.309Z Downloaded thiserror v1.0.69
3732026-05-09T15:46:19.311Z Downloaded xattr v1.6.1
3742026-05-09T15:46:19.311Z Downloaded quick-junit v0.5.2
3752026-05-09T15:46:19.317Z Downloaded log v0.4.29
3762026-05-09T15:46:19.322Z Downloaded futures v0.3.32
3772026-05-09T15:46:19.325Z Downloaded litrs v1.0.0
3782026-05-09T15:46:19.330Z Downloaded unicase v2.9.0
3792026-05-09T15:46:19.333Z Downloaded smallvec v1.15.1
3802026-05-09T15:46:19.336Z Downloaded tokio-rustls v0.26.4
3812026-05-09T15:46:19.336Z Downloaded tokio-native-tls v0.3.1
3822026-05-09T15:46:19.338Z Downloaded static_assertions v1.1.0
3832026-05-09T15:46:19.341Z Downloaded target-spec v3.6.0
3842026-05-09T15:46:19.341Z Downloaded derive-where v1.6.1
3852026-05-09T15:46:19.344Z Downloaded tokio-stream v0.1.18
3862026-05-09T15:46:19.346Z Downloaded toml v0.8.23
3872026-05-09T15:46:19.350Z Downloaded xxhash-rust v0.8.15
3882026-05-09T15:46:19.350Z Downloaded serde_derive v1.0.228
3892026-05-09T15:46:19.353Z Downloaded getrandom v0.4.2
3902026-05-09T15:46:19.355Z Downloaded num-traits v0.2.19
3912026-05-09T15:46:19.355Z Downloaded sharded-slab v0.1.7
3922026-05-09T15:46:19.358Z Downloaded proc-macro2 v1.0.106
3932026-05-09T15:46:19.360Z Downloaded config v0.15.22
3942026-05-09T15:46:19.360Z Downloaded camino v1.2.2
3952026-05-09T15:46:19.364Z Downloaded zipsign-api v0.1.5
3962026-05-09T15:46:19.367Z Downloaded indicatif v0.17.11
3972026-05-09T15:46:19.370Z Downloaded hyper-util v0.1.20
3982026-05-09T15:46:19.372Z Downloaded zmij v1.0.21
3992026-05-09T15:46:19.372Z Downloaded tracing-attributes v0.1.31
4002026-05-09T15:46:19.375Z Downloaded zstd v0.13.3
4012026-05-09T15:46:19.378Z Downloaded cc v1.2.62
4022026-05-09T15:46:19.378Z Downloaded tracing-log v0.2.0
4032026-05-09T15:46:19.378Z Downloaded ryu v1.0.23
4042026-05-09T15:46:19.381Z Downloaded ed25519-dalek v2.2.0
4052026-05-09T15:46:19.383Z Downloaded textwrap v0.16.2
4062026-05-09T15:46:19.383Z Downloaded toml v1.1.2+spec-1.1.0
4072026-05-09T15:46:19.386Z Downloaded signal-hook v0.3.18
4082026-05-09T15:46:19.389Z Downloaded quinn v0.11.9
4092026-05-09T15:46:19.389Z Downloaded zstd-safe v7.2.4
4102026-05-09T15:46:19.392Z Downloaded zeroize v1.8.2
4112026-05-09T15:46:19.392Z Downloaded toml_parser v1.1.2+spec-1.1.0
4122026-05-09T15:46:19.395Z Downloaded getrandom v0.3.4
4132026-05-09T15:46:19.397Z Downloaded serde_core v1.0.228
4142026-05-09T15:46:19.401Z Downloaded clap v4.6.1
4152026-05-09T15:46:19.406Z Downloaded tracing-core v0.1.36
4162026-05-09T15:46:19.409Z Downloaded unicode-ident v1.0.24
4172026-05-09T15:46:19.412Z Downloaded memchr v2.8.0
4182026-05-09T15:46:19.414Z Downloaded miniz_oxide v0.8.9
4192026-05-09T15:46:19.417Z Downloaded vte v0.14.1
4202026-05-09T15:46:19.417Z Downloaded tempfile v3.27.0
4212026-05-09T15:46:19.419Z Downloaded openssl-sys v0.9.115
4222026-05-09T15:46:19.422Z Downloaded uuid v1.23.1
4232026-05-09T15:46:19.425Z Downloaded tinyvec v1.11.0
4242026-05-09T15:46:19.425Z Downloaded derive_more v2.1.1
4252026-05-09T15:46:19.431Z Downloaded der v0.7.10
4262026-05-09T15:46:19.434Z Downloaded flate2 v1.1.9
4272026-05-09T15:46:19.447Z Downloaded tar v0.4.45
4282026-05-09T15:46:19.452Z Downloaded toml_edit v0.22.27
4292026-05-09T15:46:19.455Z Downloaded mio v1.2.0
4302026-05-09T15:46:19.458Z Downloaded socket2 v0.6.3
4312026-05-09T15:46:19.460Z Downloaded http v1.4.0
4322026-05-09T15:46:19.463Z Downloaded serde v1.0.228
4332026-05-09T15:46:19.463Z Downloaded rand v0.9.4
4342026-05-09T15:46:19.466Z Downloaded indexmap v2.14.0
4352026-05-09T15:46:19.468Z Downloaded miette v7.6.0
4362026-05-09T15:46:19.471Z Downloaded portable-atomic v1.13.1
4372026-05-09T15:46:19.475Z Downloaded itertools v0.14.0
4382026-05-09T15:46:19.479Z Downloaded derive_more-impl v2.1.1
4392026-05-09T15:46:19.482Z Downloaded url v2.5.8
4402026-05-09T15:46:19.484Z Downloaded rustls-webpki v0.103.13
4412026-05-09T15:46:19.487Z Downloaded idna v1.1.0
4422026-05-09T15:46:19.490Z Downloaded unicode-segmentation v1.13.2
4432026-05-09T15:46:19.500Z Downloaded ron v0.12.1
4442026-05-09T15:46:19.506Z Downloaded tower v0.5.3
4452026-05-09T15:46:19.512Z Downloaded typenum v1.20.0
4462026-05-09T15:46:19.515Z Downloaded hashbrown v0.15.5
4472026-05-09T15:46:19.517Z Downloaded guppy v0.17.25
4482026-05-09T15:46:19.520Z Downloaded crossterm v0.29.0
4492026-05-09T15:46:19.528Z Downloaded unicode-normalization v0.1.25
4502026-05-09T15:46:19.533Z Downloaded hashbrown v0.17.1
4512026-05-09T15:46:19.541Z Downloaded futures-util v0.3.32
4522026-05-09T15:46:19.556Z Downloaded pulldown-cmark v0.13.3
4532026-05-09T15:46:19.560Z Downloaded serde_json v1.0.149
4542026-05-09T15:46:19.564Z Downloaded tower-http v0.6.10
4552026-05-09T15:46:19.569Z Downloaded regex v1.12.3
4562026-05-09T15:46:19.572Z Downloaded hyper v1.9.0
4572026-05-09T15:46:19.575Z Downloaded reqwest v0.12.28
4582026-05-09T15:46:19.578Z Downloaded clap_builder v4.6.0
4592026-05-09T15:46:19.582Z Downloaded tokio-util v0.7.18
4602026-05-09T15:46:19.590Z Downloaded h2 v0.4.14
4612026-05-09T15:46:19.596Z Downloaded quick-xml v0.37.5
4622026-05-09T15:46:19.604Z Downloaded winnow v1.0.2
4632026-05-09T15:46:19.610Z Downloaded winnow v0.7.15
4642026-05-09T15:46:19.616Z Downloaded chrono v0.4.44
4652026-05-09T15:46:19.626Z Downloaded webpki-roots v1.0.7
4662026-05-09T15:46:19.628Z Downloaded quick-xml v0.38.4
4672026-05-09T15:46:19.639Z Downloaded vcpkg v0.2.15
4682026-05-09T15:46:19.660Z Downloaded tracing-subscriber v0.3.23
4692026-05-09T15:46:19.668Z Downloaded quinn-proto v0.11.14
4702026-05-09T15:46:19.672Z Downloaded gimli v0.32.3
4712026-05-09T15:46:19.677Z Downloaded bstr v1.12.1
4722026-05-09T15:46:19.682Z Downloaded zerocopy v0.8.48
4732026-05-09T15:46:19.693Z Downloaded syn v2.0.117
4742026-05-09T15:46:19.699Z Downloaded unicode-width v0.2.2
4752026-05-09T15:46:19.702Z Downloaded unicode-width v0.1.14
4762026-05-09T15:46:19.705Z Downloaded curve25519-dalek v4.1.3
4772026-05-09T15:46:19.726Z Downloaded openssl v0.10.79
4782026-05-09T15:46:19.733Z Downloaded tracing v0.1.44
4792026-05-09T15:46:19.743Z Downloaded object v0.37.3
4802026-05-09T15:46:19.748Z Downloaded nextest-runner v0.80.0
4812026-05-09T15:46:19.755Z Downloaded nix v0.30.1
4822026-05-09T15:46:19.761Z Downloaded color-eyre v0.6.5
4832026-05-09T15:46:19.765Z Downloaded tokio v1.52.3
4842026-05-09T15:46:19.787Z Downloaded regex-syntax v0.8.10
4852026-05-09T15:46:19.791Z Downloaded rustls v0.23.40
4862026-05-09T15:46:19.797Z Downloaded rustix v0.38.44
4872026-05-09T15:46:19.819Z Downloaded rustix v1.1.4
4882026-05-09T15:46:19.880Z Downloaded regex-automata v0.4.14
4892026-05-09T15:46:19.930Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-05-09T15:46:19.940Z Downloaded petgraph v0.8.3
4912026-05-09T15:46:19.951Z Downloaded libc v0.2.186
4922026-05-09T15:46:20.021Z Downloaded recursion v0.5.4
4932026-05-09T15:46:20.028Z Downloaded ring v0.17.14
4942026-05-09T15:46:20.087Z Compiling proc-macro2 v1.0.106
4952026-05-09T15:46:20.087Z Compiling libc v0.2.186
4962026-05-09T15:46:20.087Z Compiling unicode-ident v1.0.24
4972026-05-09T15:46:20.090Z Compiling quote v1.0.45
4982026-05-09T15:46:20.090Z Compiling serde_core v1.0.228
4992026-05-09T15:46:20.091Z Compiling cfg-if v1.0.4
5002026-05-09T15:46:20.091Z Compiling memchr v2.8.0
5012026-05-09T15:46:20.091Z Compiling once_cell v1.21.4
5022026-05-09T15:46:20.323Z Compiling log v0.4.29
5032026-05-09T15:46:20.345Z Compiling pin-project-lite v0.2.17
5042026-05-09T15:46:20.437Z Compiling serde v1.0.228
5052026-05-09T15:46:20.512Z Compiling itoa v1.0.18
5062026-05-09T15:46:20.649Z Compiling smallvec v1.15.1
5072026-05-09T15:46:20.745Z Compiling futures-core v0.3.32
5082026-05-09T15:46:20.798Z Compiling bitflags v2.11.1
5092026-05-09T15:46:20.895Z Compiling hashbrown v0.17.1
5102026-05-09T15:46:20.895Z Compiling shlex v1.3.0
5112026-05-09T15:46:21.108Z Compiling errno v0.3.14
5122026-05-09T15:46:21.193Z Compiling find-msvc-tools v0.1.9
5132026-05-09T15:46:21.204Z Compiling equivalent v1.0.2
5142026-05-09T15:46:21.293Z Compiling signal-hook-registry v1.4.8
5152026-05-09T15:46:21.319Z Compiling jobserver v0.1.34
5162026-05-09T15:46:21.375Z Compiling bytes v1.11.1
5172026-05-09T15:46:21.423Z Compiling mio v1.2.0
5182026-05-09T15:46:21.460Z Compiling syn v2.0.117
5192026-05-09T15:46:21.515Z Compiling cc v1.2.62
5202026-05-09T15:46:21.590Z Compiling rustix v1.1.4
5212026-05-09T15:46:21.631Z Compiling futures-sink v0.3.32
5222026-05-09T15:46:21.744Z Compiling socket2 v0.6.3
5232026-05-09T15:46:21.830Z Compiling zmij v1.0.21
5242026-05-09T15:46:22.113Z Compiling slab v0.4.12
5252026-05-09T15:46:22.166Z Compiling futures-channel v0.3.32
5262026-05-09T15:46:22.247Z Compiling tracing-core v0.1.36
5272026-05-09T15:46:22.360Z Compiling version_check v0.9.5
5282026-05-09T15:46:22.458Z Compiling serde_json v1.0.149
5292026-05-09T15:46:22.560Z Compiling indexmap v2.14.0
5302026-05-09T15:46:22.702Z Compiling futures-task v0.3.32
5312026-05-09T15:46:22.731Z Compiling getrandom v0.4.2
5322026-05-09T15:46:22.834Z Compiling futures-io v0.3.32
5332026-05-09T15:46:22.994Z Compiling unicode-width v0.2.2
5342026-05-09T15:46:23.039Z Compiling percent-encoding v2.3.2
5352026-05-09T15:46:23.054Z Compiling camino v1.2.2
5362026-05-09T15:46:23.312Z Compiling ring v0.17.14
5372026-05-09T15:46:23.386Z Compiling http v1.4.0
5382026-05-09T15:46:23.425Z Compiling zeroize v1.8.2
5392026-05-09T15:46:23.441Z Compiling autocfg v1.5.0
5402026-05-09T15:46:23.496Z Compiling simd-adler32 v0.3.9
5412026-05-09T15:46:23.632Z Compiling adler2 v2.0.1
5422026-05-09T15:46:23.797Z Compiling num-traits v0.2.19
5432026-05-09T15:46:23.810Z Compiling miniz_oxide v0.8.9
5442026-05-09T15:46:24.093Z Compiling getrandom v0.3.4
5452026-05-09T15:46:24.354Z Compiling zerocopy v0.8.48
5462026-05-09T15:46:24.434Z Compiling object v0.37.3
5472026-05-09T15:46:24.631Z Compiling target-lexicon v0.13.3
5482026-05-09T15:46:24.797Z Compiling http-body v1.0.1
5492026-05-09T15:46:24.962Z Compiling rustls-pki-types v1.14.1
5502026-05-09T15:46:24.980Z Compiling form_urlencoded v1.2.2
5512026-05-09T15:46:25.082Z Compiling serde_derive v1.0.228
5522026-05-09T15:46:25.110Z Compiling tokio-macros v2.7.0
5532026-05-09T15:46:25.224Z Compiling futures-macro v0.3.32
5542026-05-09T15:46:25.246Z Compiling tracing-attributes v0.1.31
5552026-05-09T15:46:25.356Z Compiling semver v1.0.28
5562026-05-09T15:46:25.544Z Compiling getrandom v0.2.17
5572026-05-09T15:46:25.737Z Compiling guppy-workspace-hack v0.1.0
5582026-05-09T15:46:25.823Z Compiling untrusted v0.9.0
5592026-05-09T15:46:25.855Z Compiling tokio v1.52.3
5602026-05-09T15:46:25.956Z Compiling idna_adapter v1.0.0
5612026-05-09T15:46:25.968Z Compiling httparse v1.10.1
5622026-05-09T15:46:26.010Z Compiling gimli v0.32.3
5632026-05-09T15:46:26.050Z Compiling futures-util v0.3.32
5642026-05-09T15:46:26.064Z Compiling signal-hook v0.3.18
5652026-05-09T15:46:26.289Z Compiling thiserror v2.0.18
5662026-05-09T15:46:26.320Z Compiling owo-colors v4.3.0
5672026-05-09T15:46:26.447Z Compiling tracing v0.1.44
5682026-05-09T15:46:26.633Z Compiling fnv v1.0.7
5692026-05-09T15:46:26.646Z Compiling utf8_iter v1.0.4
5702026-05-09T15:46:26.780Z Compiling idna v1.1.0
5712026-05-09T15:46:26.984Z Compiling thiserror-impl v2.0.18
5722026-05-09T15:46:28.165Z Compiling addr2line v0.25.1
5732026-05-09T15:46:28.403Z Compiling generic-array v0.14.7
5742026-05-09T15:46:28.583Z Compiling thiserror v1.0.69
5752026-05-09T15:46:28.635Z Compiling tower-service v0.3.3
5762026-05-09T15:46:28.647Z Compiling fastrand v2.4.1
5772026-05-09T15:46:28.707Z Compiling typeid v1.0.3
5782026-05-09T15:46:28.732Z Compiling rustls v0.23.40
5792026-05-09T15:46:28.903Z Compiling pkg-config v0.3.33
5802026-05-09T15:46:28.959Z Compiling rustc-demangle v0.1.27
5812026-05-09T15:46:28.979Z Compiling atomic-waker v1.1.2
5822026-05-09T15:46:29.004Z Compiling target-spec v3.6.0
5832026-05-09T15:46:29.105Z Compiling try-lock v0.2.5
5842026-05-09T15:46:29.222Z Compiling want v0.3.1
5852026-05-09T15:46:29.326Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-05-09T15:46:29.401Z Compiling tempfile v3.27.0
5872026-05-09T15:46:29.692Z Compiling tokio-util v0.7.18
5882026-05-09T15:46:29.739Z Compiling cfg-expr v0.20.7
5892026-05-09T15:46:29.937Z Compiling url v2.5.8
5902026-05-09T15:46:30.289Z Compiling h2 v0.4.14
5912026-05-09T15:46:31.233Z Compiling backtrace v0.3.76
5922026-05-09T15:46:31.278Z Compiling thiserror-impl v1.0.69
5932026-05-09T15:46:31.640Z Compiling terminal_size v0.4.4
5942026-05-09T15:46:31.797Z Compiling aho-corasick v1.1.4
5952026-05-09T15:46:32.132Z Compiling subtle v2.6.1
5962026-05-09T15:46:32.301Z Compiling winnow v0.7.15
5972026-05-09T15:46:32.356Z Compiling rustls-webpki v0.103.13
5982026-05-09T15:46:32.454Z Compiling erased-serde v0.4.10
5992026-05-09T15:46:32.758Z Compiling regex-syntax v0.8.10
6002026-05-09T15:46:34.192Z Compiling typenum v1.20.0
6012026-05-09T15:46:34.913Z Compiling regex-automata v0.4.14
6022026-05-09T15:46:35.456Z Compiling hyper v1.9.0
6032026-05-09T15:46:37.310Z Compiling serde_spanned v0.6.9
6042026-05-09T15:46:37.472Z Compiling toml_datetime v0.6.11
6052026-05-09T15:46:37.838Z Compiling ahash v0.8.12
6062026-05-09T15:46:38.102Z Compiling sync_wrapper v1.0.2
6072026-05-09T15:46:38.222Z Compiling unicode-segmentation v1.13.2
6082026-05-09T15:46:38.527Z Compiling lazy_static v1.5.0
6092026-05-09T15:46:38.613Z Compiling crc32fast v1.5.0
6102026-05-09T15:46:38.635Z Compiling base64 v0.22.1
6112026-05-09T15:46:38.912Z Compiling nextest-workspace-hack v0.1.0
6122026-05-09T15:46:39.067Z Compiling portable-atomic v1.13.1
6132026-05-09T15:46:39.127Z Compiling unicode-linebreak v0.1.5
6142026-05-09T15:46:39.139Z Compiling parking_lot_core v0.9.12
6152026-05-09T15:46:39.397Z Compiling foldhash v0.1.5
6162026-05-09T15:46:39.416Z Compiling is_ci v1.2.0
6172026-05-09T15:46:39.525Z Compiling ipnet v2.12.0
6182026-05-09T15:46:39.582Z Compiling either v1.15.0
6192026-05-09T15:46:39.595Z Compiling toml_write v0.1.2
6202026-05-09T15:46:39.610Z Compiling tower-layer v0.3.3
6212026-05-09T15:46:39.803Z Compiling hyper-util v0.1.20
6222026-05-09T15:46:39.804Z Compiling tower v0.5.3
6232026-05-09T15:46:39.831Z Compiling toml_edit v0.22.27
6242026-05-09T15:46:39.929Z Compiling hashbrown v0.15.5
6252026-05-09T15:46:40.400Z Compiling supports-color v3.0.2
6262026-05-09T15:46:40.565Z Compiling textwrap v0.16.2
6272026-05-09T15:46:40.701Z Compiling convert_case v0.10.0
6282026-05-09T15:46:40.703Z Compiling sharded-slab v0.1.7
6292026-05-09T15:46:40.954Z Compiling tokio-rustls v0.26.4
6302026-05-09T15:46:41.316Z Compiling backtrace-ext v0.2.1
6312026-05-09T15:46:41.570Z Compiling ordered-float v2.10.1
6322026-05-09T15:46:41.848Z Compiling webpki-roots v1.0.7
6332026-05-09T15:46:41.861Z Compiling miette-derive v7.6.0
6342026-05-09T15:46:41.963Z Compiling pathdiff v0.2.3
6352026-05-09T15:46:41.976Z Compiling console v0.15.11
6362026-05-09T15:46:42.089Z Compiling tracing-log v0.2.0
6372026-05-09T15:46:42.424Z Compiling cargo-platform v0.3.3
6382026-05-09T15:46:42.446Z Compiling os_pipe v1.2.3
6392026-05-09T15:46:42.619Z Compiling thread_local v1.1.9
6402026-05-09T15:46:42.951Z Compiling rustix v0.38.44
6412026-05-09T15:46:42.971Z Compiling cfg_aliases v0.2.1
6422026-05-09T15:46:42.990Z Compiling winnow v1.0.2
6432026-05-09T15:46:43.044Z Compiling zstd-safe v7.2.4
6442026-05-09T15:46:43.278Z Compiling supports-hyperlinks v3.2.0
6452026-05-09T15:46:43.300Z Compiling debug-ignore v1.0.5
6462026-05-09T15:46:43.313Z Compiling supports-unicode v3.0.0
6472026-05-09T15:46:43.410Z Compiling fixedbitset v0.5.7
6482026-05-09T15:46:43.482Z Compiling unicode-width v0.1.14
6492026-05-09T15:46:43.495Z Compiling ryu v1.0.23
6502026-05-09T15:46:43.777Z Compiling scopeguard v1.2.0
6512026-05-09T15:46:43.791Z Compiling pulldown-cmark v0.13.3
6522026-05-09T15:46:43.910Z Compiling utf8parse v0.2.2
6532026-05-09T15:46:44.020Z Compiling anstyle-parse v1.0.0
6542026-05-09T15:46:44.051Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-05-09T15:46:44.241Z Compiling lock_api v0.4.14
6562026-05-09T15:46:44.268Z Compiling miette v7.6.0
6572026-05-09T15:46:44.426Z Compiling petgraph v0.8.3
6582026-05-09T15:46:44.478Z Compiling serde_urlencoded v0.7.1
6592026-05-09T15:46:44.843Z Compiling nix v0.30.1
6602026-05-09T15:46:45.244Z Compiling tracing-subscriber v0.3.23
6612026-05-09T15:46:45.345Z Compiling cargo_metadata v0.23.1
6622026-05-09T15:46:46.091Z Compiling sigchld v0.2.4
6632026-05-09T15:46:46.285Z Compiling hyper-rustls v0.27.9
6642026-05-09T15:46:46.380Z Compiling serde-value v0.7.0
6652026-05-09T15:46:46.953Z Compiling serde-untagged v0.1.9
6662026-05-09T15:46:47.157Z Compiling toml v0.8.23
6672026-05-09T15:46:47.640Z Compiling derive_more-impl v2.1.1
6682026-05-09T15:46:48.547Z Compiling tower-http v0.6.10
6692026-05-09T15:46:48.889Z Compiling itertools v0.14.0
6702026-05-09T15:46:49.072Z Compiling regex v1.12.3
6712026-05-09T15:46:49.196Z Compiling block-buffer v0.10.4
6722026-05-09T15:46:49.290Z Compiling crypto-common v0.1.7
6732026-05-09T15:46:49.346Z Compiling ppv-lite86 v0.2.21
6742026-05-09T15:46:49.426Z Compiling rand_core v0.9.5
6752026-05-09T15:46:49.671Z Compiling futures-executor v0.3.32
6762026-05-09T15:46:49.671Z Compiling pin-project-internal v1.1.12
6772026-05-09T15:46:50.008Z Compiling http-body-util v0.1.3
6782026-05-09T15:46:50.199Z Compiling uuid v1.23.1
6792026-05-09T15:46:50.287Z Compiling toml_datetime v1.1.1+spec-1.1.0
6802026-05-09T15:46:50.345Z Compiling smol_str v0.3.6
6812026-05-09T15:46:50.481Z Compiling serde_spanned v1.1.1
6822026-05-09T15:46:50.495Z Compiling filetime v0.2.28
6832026-05-09T15:46:50.629Z Compiling vte v0.14.1
6842026-05-09T15:46:50.683Z Compiling bstr v1.12.1
6852026-05-09T15:46:50.696Z Compiling unicode-xid v0.2.6
6862026-05-09T15:46:50.696Z Compiling iana-time-zone v0.1.65
6872026-05-09T15:46:50.733Z Compiling colorchoice v1.0.5
6882026-05-09T15:46:50.837Z Compiling number_prefix v0.4.0
6892026-05-09T15:46:50.851Z Compiling anstyle-query v1.1.5
6902026-05-09T15:46:50.863Z Compiling nested v0.1.1
6912026-05-09T15:46:50.956Z Compiling self_update v0.42.0
6922026-05-09T15:46:50.991Z Compiling eyre v0.6.12
6932026-05-09T15:46:51.048Z Compiling is_terminal_polyfill v1.70.2
6942026-05-09T15:46:51.184Z Compiling static_assertions v1.1.0
6952026-05-09T15:46:51.236Z Compiling xattr v1.6.1
6962026-05-09T15:46:51.258Z Compiling anstyle v1.0.14
6972026-05-09T15:46:51.271Z Compiling tinyvec_macros v0.1.1
6982026-05-09T15:46:51.295Z Compiling litrs v1.0.0
6992026-05-09T15:46:51.337Z Compiling color-spantrace v0.3.0
7002026-05-09T15:46:51.339Z Compiling unicase v2.9.0
7012026-05-09T15:46:51.395Z Compiling tar v0.4.45
7022026-05-09T15:46:51.521Z Compiling anstream v1.0.0
7032026-05-09T15:46:51.683Z Compiling tinyvec v1.11.0
7042026-05-09T15:46:51.696Z Compiling guppy v0.17.25
7052026-05-09T15:46:51.726Z Compiling document-features v0.2.12
7062026-05-09T15:46:52.047Z Compiling globset v0.4.18
7072026-05-09T15:46:52.111Z Compiling indicatif v0.17.11
7082026-05-09T15:46:52.293Z Compiling chrono v0.4.44
7092026-05-09T15:46:52.651Z Compiling cargo-util-schemas v0.2.0
7102026-05-09T15:46:53.886Z Compiling strip-ansi-escapes v0.2.1
7112026-05-09T15:46:54.317Z Compiling pin-project v1.1.12
7122026-05-09T15:46:54.400Z Compiling toml v1.1.2+spec-1.1.0
7132026-05-09T15:46:54.425Z Compiling nextest-metadata v0.12.2
7142026-05-09T15:46:55.054Z Compiling newtype-uuid v1.3.2
7152026-05-09T15:46:55.205Z Compiling reqwest v0.12.28
7162026-05-09T15:46:55.219Z Compiling futures v0.3.32
7172026-05-09T15:46:55.247Z Compiling rand_chacha v0.9.0
7182026-05-09T15:46:55.296Z Compiling digest v0.10.7
7192026-05-09T15:46:55.525Z Compiling parking_lot v0.12.5
7202026-05-09T15:46:55.639Z Compiling flate2 v1.1.9
7212026-05-09T15:46:55.787Z Compiling derive_more v2.1.1
7222026-05-09T15:46:55.880Z Compiling shared_child v1.1.1
7232026-05-09T15:46:56.182Z Compiling tracing-error v0.2.1
7242026-05-09T15:46:56.441Z Compiling signal-hook-mio v0.2.5
7252026-05-09T15:46:56.577Z Compiling self-replace v1.5.0
7262026-05-09T15:46:56.744Z Compiling cargo-platform v0.2.0
7272026-05-09T15:46:56.868Z Compiling quick-xml v0.38.4
7282026-05-09T15:46:57.299Z Compiling quick-xml v0.37.5
7292026-05-09T15:46:57.528Z Compiling shell-words v1.1.1
7302026-05-09T15:46:57.762Z Compiling indenter v0.3.4
7312026-05-09T15:46:57.777Z Compiling recursion v0.5.4
7322026-05-09T15:46:57.891Z Compiling humantime v2.3.0
7332026-05-09T15:46:57.912Z Compiling clap_lex v1.1.0
7342026-05-09T15:46:58.269Z Compiling strsim v0.11.1
7352026-05-09T15:46:58.490Z Compiling heck v0.5.0
7362026-05-09T15:46:58.525Z Compiling cpufeatures v0.2.17
7372026-05-09T15:46:58.602Z Compiling urlencoding v2.1.3
7382026-05-09T15:46:58.688Z Compiling clap_derive v4.6.1
7392026-05-09T15:46:58.846Z Compiling sha2 v0.10.9
7402026-05-09T15:46:59.088Z Compiling clap_builder v4.6.0
7412026-05-09T15:46:59.536Z Compiling humantime-serde v1.1.1
7422026-05-09T15:46:59.699Z Compiling nextest-filtering v0.15.0
7432026-05-09T15:47:00.462Z Compiling quick-junit v0.5.2
7442026-05-09T15:47:00.577Z Compiling cargo_metadata v0.20.0
7452026-05-09T15:47:03.529Z Compiling atomicwrites v0.4.4
7462026-05-09T15:47:03.557Z Compiling cargo-nextest v0.9.97
7472026-05-09T15:47:03.811Z Compiling crossterm v0.29.0
7482026-05-09T15:47:05.154Z Compiling zstd v0.13.3
7492026-05-09T15:47:05.176Z Compiling duct v0.13.7
7502026-05-09T15:47:05.224Z Compiling rand v0.9.4
7512026-05-09T15:47:05.332Z Compiling async-scoped v0.9.0
7522026-05-09T15:47:05.525Z Compiling config v0.15.22
7532026-05-09T15:47:05.577Z Compiling unicode-normalization v0.1.25
7542026-05-09T15:47:05.647Z Compiling target-spec-miette v0.4.6
7552026-05-09T15:47:05.975Z Compiling future-queue v0.4.0
7562026-05-09T15:47:06.060Z Compiling mukti-metadata v0.3.0
7572026-05-09T15:47:06.164Z Compiling tokio-stream v0.1.18
7582026-05-09T15:47:06.251Z Compiling camino-tempfile v1.4.1
7592026-05-09T15:47:06.567Z Compiling derive-where v1.6.1
7602026-05-09T15:47:06.679Z Compiling serde_path_to_error v0.1.20
7612026-05-09T15:47:06.695Z Compiling serde_ignored v0.1.14
7622026-05-09T15:47:06.873Z Compiling swrite v0.1.0
7632026-05-09T15:47:06.916Z Compiling xxhash-rust v0.8.15
7642026-05-09T15:47:06.964Z Compiling home v0.5.12
7652026-05-09T15:47:07.092Z Compiling indent_write v2.2.0
7662026-05-09T15:47:07.104Z Compiling hex v0.4.3
7672026-05-09T15:47:07.127Z Compiling color-eyre v0.6.5
7682026-05-09T15:47:07.155Z Compiling clap v4.6.1
7692026-05-09T15:47:07.241Z Compiling dialoguer v0.11.0
7702026-05-09T15:47:07.256Z Compiling enable-ansi-support v0.2.1
7712026-05-09T15:47:07.809Z Compiling nextest-runner v0.80.0
7722026-05-09T15:47:25.624Z Finished `release` profile [optimized] target(s) in 1m 09s
7732026-05-09T15:47:25.812Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-05-09T15:47:25.814Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-05-09T15:47:25.936Z+ pushd bgp
7762026-05-09T15:47:25.939Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7772026-05-09T15:47:25.939Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7782026-05-09T15:47:26.093Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-05-09T15:47:27.035ZFrom https://github.com/oxidecomputer/falcon
7802026-05-09T15:47:27.035Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7812026-05-09T15:47:27.103Z Updating crates.io index
7822026-05-09T15:47:27.106Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-05-09T15:47:27.808ZFrom https://github.com/oxidecomputer/dendrite
7842026-05-09T15:47:27.808Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-05-09T15:47:27.904Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-05-09T15:47:28.152ZFrom https://github.com/oxidecomputer/ispf
7872026-05-09T15:47:28.152Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-05-09T15:47:28.158Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-05-09T15:47:28.509ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-05-09T15:47:28.509Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7912026-05-09T15:47:28.516Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-05-09T15:47:35.210ZFrom https://github.com/oxidecomputer/omicron
7932026-05-09T15:47:35.210Z * [new ref] fa779b29af7a8656657ccca6ec531446188d916c -> refs/commit/fa779b29af7a8656657ccca6ec531446188d916c
7942026-05-09T15:47:35.621Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-05-09T15:47:36.201ZFrom https://github.com/oxidecomputer/opte
7962026-05-09T15:47:36.201Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7972026-05-09T15:47:36.284Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-05-09T15:47:36.538ZFrom https://github.com/illumos/smf-rs
7992026-05-09T15:47:36.538Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-05-09T15:47:36.592Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-05-09T15:47:36.840ZFrom https://github.com/oxidecomputer/network-interface
8022026-05-09T15:47:36.840Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-05-09T15:47:36.858Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-05-09T15:47:37.121ZFrom https://github.com/oxidecomputer/zone
8052026-05-09T15:47:37.121Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-05-09T15:47:37.129Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-05-09T15:47:37.789ZFrom https://github.com/oxidecomputer/propolis
8082026-05-09T15:47:37.790Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-05-09T15:47:37.876Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-05-09T15:47:38.368ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-05-09T15:47:38.368Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8122026-05-09T15:47:38.393Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-05-09T15:47:38.649ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-05-09T15:47:38.650Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8152026-05-09T15:47:38.655Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-05-09T15:47:38.946ZFrom https://github.com/jmesmon/rust-libzfs
8172026-05-09T15:47:38.946Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-05-09T15:47:38.957Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-05-09T15:47:39.217ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-05-09T15:47:39.217Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-05-09T15:47:39.235Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-05-09T15:47:39.555ZFrom https://github.com/oxidecomputer/lldp
8232026-05-09T15:47:39.555Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8242026-05-09T15:47:39.567Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-05-09T15:47:39.816ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-05-09T15:47:39.816Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-05-09T15:47:39.862Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-05-09T15:47:40.153ZFrom https://github.com/oxidecomputer/tufaceous
8292026-05-09T15:47:40.154Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8302026-05-09T15:47:40.192Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-05-09T15:47:40.656ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-05-09T15:47:40.656Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8332026-05-09T15:47:40.672Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-05-09T15:47:41.439ZFrom https://github.com/oxidecomputer/crucible
8352026-05-09T15:47:41.439Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-05-09T15:47:41.528Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-05-09T15:47:41.768ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-05-09T15:47:41.768Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-05-09T15:47:41.872Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-05-09T15:47:42.204ZFrom https://github.com/oxidecomputer/propolis
8412026-05-09T15:47:42.204Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8422026-05-09T15:47:42.312Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-05-09T15:47:42.659ZFrom https://github.com/oxidecomputer/tofino
8442026-05-09T15:47:42.659Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8452026-05-09T15:47:42.681Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-05-09T15:47:43.517ZFrom https://github.com/oxidecomputer/maghemite
8472026-05-09T15:47:43.517Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8482026-05-09T15:47:43.573Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-05-09T15:47:43.852ZFrom https://github.com/oxidecomputer/clickward
8502026-05-09T15:47:43.852Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-05-09T15:47:43.966Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-05-09T15:47:44.330ZFrom https://github.com/oxidecomputer/crucible
8532026-05-09T15:47:44.330Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8542026-05-09T15:47:44.514Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-05-09T15:47:44.771ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-05-09T15:47:44.771Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-05-09T15:47:45.592Z Downloading crates ...
8582026-05-09T15:47:45.693Z Downloaded constant_time_eq v0.4.2
8592026-05-09T15:47:45.698Z Downloaded cargo_toml v0.22.3
8602026-05-09T15:47:45.701Z Downloaded daft v0.1.5
8612026-05-09T15:47:45.710Z Downloaded ff v0.13.1
8622026-05-09T15:47:45.713Z Downloaded async-stream-impl v0.3.6
8632026-05-09T15:47:45.713Z Downloaded is-terminal v0.4.17
8642026-05-09T15:47:45.716Z Downloaded cobs v0.3.0
8652026-05-09T15:47:45.716Z Downloaded instant v0.1.13
8662026-05-09T15:47:45.718Z Downloaded arrayref v0.3.9
8672026-05-09T15:47:45.721Z Downloaded git-stub v1.0.0
8682026-05-09T15:47:45.721Z Downloaded num-derive v0.4.2
8692026-05-09T15:47:45.724Z Downloaded libsw v3.5.0
8702026-05-09T15:47:45.724Z Downloaded konst_macro_rules v0.2.19
8712026-05-09T15:47:45.726Z Downloaded base16ct v0.2.0
8722026-05-09T15:47:45.729Z Downloaded hubpack_derive v0.1.1
8732026-05-09T15:47:45.729Z Downloaded ciborium-ll v0.2.2
8742026-05-09T15:47:45.729Z Downloaded filetime v0.2.27
8752026-05-09T15:47:45.732Z Downloaded const-random v0.1.18
8762026-05-09T15:47:45.734Z Downloaded no-std-compat v0.4.1
8772026-05-09T15:47:45.734Z Downloaded num_enum v0.7.6
8782026-05-09T15:47:45.737Z Downloaded newtype_derive v0.1.6
8792026-05-09T15:47:45.740Z Downloaded chacha20 v0.9.1
8802026-05-09T15:47:45.740Z Downloaded bit-vec v0.8.0
8812026-05-09T15:47:45.742Z Downloaded compression-core v0.4.32
8822026-05-09T15:47:45.745Z Downloaded bit-set v0.8.0
8832026-05-09T15:47:45.745Z Downloaded arc-swap v1.9.1
8842026-05-09T15:47:45.748Z Downloaded idna_adapter v1.2.2
8852026-05-09T15:47:45.750Z Downloaded darling_macro v0.23.0
8862026-05-09T15:47:45.750Z Downloaded cpufeatures v0.3.0
8872026-05-09T15:47:45.753Z Downloaded defmt v0.3.100
8882026-05-09T15:47:45.753Z Downloaded float-ord v0.3.2
8892026-05-09T15:47:45.753Z Downloaded hashbrown v0.12.3
8902026-05-09T15:47:45.756Z Downloaded ingot v0.1.1
8912026-05-09T15:47:45.759Z Downloaded git-stub-vcs v0.1.0
8922026-05-09T15:47:45.761Z Downloaded ciborium-io v0.2.2
8932026-05-09T15:47:45.761Z Downloaded heck v0.4.1
8942026-05-09T15:47:45.764Z Downloaded byteorder v1.5.0
8952026-05-09T15:47:45.764Z Downloaded hmac v0.12.1
8962026-05-09T15:47:45.766Z Downloaded arrayvec v0.7.6
8972026-05-09T15:47:45.769Z Downloaded backoff v0.4.0
8982026-05-09T15:47:45.769Z Downloaded data-encoding v2.11.0
8992026-05-09T15:47:45.772Z Downloaded num-conv v0.2.1
9002026-05-09T15:47:45.772Z Downloaded dtrace-parser v0.2.0
9012026-05-09T15:47:45.775Z Downloaded hostname v0.3.1
9022026-05-09T15:47:45.775Z Downloaded const-random-macro v0.1.16
9032026-05-09T15:47:45.777Z Downloaded embedded-io v0.6.1
9042026-05-09T15:47:45.778Z Downloaded newline-converter v0.3.0
9052026-05-09T15:47:45.778Z Downloaded cipher v0.4.4
9062026-05-09T15:47:45.781Z Downloaded crucible-workspace-hack v0.1.0
9072026-05-09T15:47:45.781Z Downloaded hash32 v0.3.1
9082026-05-09T15:47:45.784Z Downloaded console v0.16.3
9092026-05-09T15:47:45.784Z Downloaded cancel-safe-futures v0.1.5
9102026-05-09T15:47:45.787Z Downloaded keccak v0.1.6
9112026-05-09T15:47:45.787Z Downloaded async-recursion v1.1.1
9122026-05-09T15:47:45.790Z Downloaded dunce v1.0.5
9132026-05-09T15:47:45.792Z Downloaded dof v0.4.0
9142026-05-09T15:47:45.792Z Downloaded crunchy v0.2.4
9152026-05-09T15:47:45.792Z Downloaded async-stream v0.3.6
9162026-05-09T15:47:45.795Z Downloaded gethostname v0.5.0
9172026-05-09T15:47:45.795Z Downloaded foreign-types-macros v0.2.3
9182026-05-09T15:47:45.798Z Downloaded embedded-io v0.4.0
9192026-05-09T15:47:45.798Z Downloaded dropshot-api-manager-types v0.7.1
9202026-05-09T15:47:45.801Z Downloaded defmt-parser v1.0.0
9212026-05-09T15:47:45.801Z Downloaded lru-cache v0.1.2
9222026-05-09T15:47:45.803Z Downloaded httpdate v1.0.3
9232026-05-09T15:47:45.803Z Downloaded omicron-workspace-hack v0.1.0
9242026-05-09T15:47:45.803Z Downloaded foreign-types-shared v0.3.1
9252026-05-09T15:47:45.806Z Downloaded managed v0.8.0
9262026-05-09T15:47:45.806Z Downloaded async-trait v0.1.89
9272026-05-09T15:47:45.809Z Downloaded defmt-macros v1.0.1
9282026-05-09T15:47:45.812Z Downloaded inout v0.1.4
9292026-05-09T15:47:45.812Z Downloaded num v0.4.3
9302026-05-09T15:47:45.814Z Downloaded hubpack v0.1.2
9312026-05-09T15:47:45.814Z Downloaded hostname v0.4.2
9322026-05-09T15:47:45.817Z Downloaded num_enum_derive v0.5.11
9332026-05-09T15:47:45.817Z Downloaded dtrace-parser v0.3.0
9342026-05-09T15:47:45.817Z Downloaded num-iter v0.1.45
9352026-05-09T15:47:45.820Z Downloaded ident_case v1.0.1
9362026-05-09T15:47:45.820Z Downloaded num_threads v0.1.7
9372026-05-09T15:47:45.822Z Downloaded dyn-clone v1.0.20
9382026-05-09T15:47:45.822Z Downloaded olpc-cjson v0.1.4
9392026-05-09T15:47:45.822Z Downloaded internet-checksum v0.2.1
9402026-05-09T15:47:45.825Z Downloaded libscf-sys v1.2.0
9412026-05-09T15:47:45.825Z Downloaded mime v0.3.17
9422026-05-09T15:47:45.828Z Downloaded backon v1.6.0
9432026-05-09T15:47:45.828Z Downloaded macaddr v1.0.1
9442026-05-09T15:47:45.830Z Downloaded blake2 v0.10.6
9452026-05-09T15:47:45.833Z Downloaded ipnetwork v0.21.1
9462026-05-09T15:47:45.833Z Downloaded crossbeam-utils v0.8.21
9472026-05-09T15:47:45.836Z Downloaded chacha20 v0.10.0
9482026-05-09T15:47:45.836Z Downloaded multer v3.1.0
9492026-05-09T15:47:45.839Z Downloaded opaque-debug v0.3.1
9502026-05-09T15:47:45.841Z Downloaded fs-err v3.3.0
9512026-05-09T15:47:45.841Z Downloaded plain v0.2.3
9522026-05-09T15:47:45.844Z Downloaded powerfmt v0.2.0
9532026-05-09T15:47:45.844Z Downloaded parse-display v0.10.0
9542026-05-09T15:47:45.844Z Downloaded match_cfg v0.1.0
9552026-05-09T15:47:45.847Z Downloaded phf_shared v0.12.1
9562026-05-09T15:47:45.847Z Downloaded memoffset v0.9.1
9572026-05-09T15:47:45.847Z Downloaded proc-macro-crate v3.5.0
9582026-05-09T15:47:45.850Z Downloaded deranged v0.5.8
9592026-05-09T15:47:45.850Z Downloaded fs_extra v1.3.0
9602026-05-09T15:47:45.852Z Downloaded aead v0.5.2
9612026-05-09T15:47:45.852Z Downloaded icu_properties_data v2.2.0
9622026-05-09T15:47:45.858Z Downloaded progenitor-macro v0.11.2
9632026-05-09T15:47:45.860Z Downloaded progenitor-client v0.14.0
9642026-05-09T15:47:45.860Z Downloaded proc-macro-error-attr v1.0.4
9652026-05-09T15:47:45.860Z Downloaded cstr-argument v0.1.2
9662026-05-09T15:47:45.863Z Downloaded erased-serde v0.3.31
9672026-05-09T15:47:45.863Z Downloaded proc-macro-error-attr2 v2.0.0
9682026-05-09T15:47:45.866Z Downloaded pretty-hex v0.4.2
9692026-05-09T15:47:45.866Z Downloaded progenitor-client v0.11.2
9702026-05-09T15:47:45.866Z Downloaded num_enum_derive v0.7.6
9712026-05-09T15:47:45.871Z Downloaded const_format_proc_macros v0.2.34
9722026-05-09T15:47:45.871Z Downloaded progenitor-client v0.10.0
9732026-05-09T15:47:45.873Z Downloaded argon2 v0.5.3
9742026-05-09T15:47:45.873Z Downloaded ingot-types v0.1.2
9752026-05-09T15:47:45.873Z Downloaded derive-ex v0.1.8
9762026-05-09T15:47:45.873Z Downloaded csv-core v0.1.13
9772026-05-09T15:47:45.876Z Downloaded oxnet v0.1.5
9782026-05-09T15:47:45.876Z Downloaded num_enum v0.5.11
9792026-05-09T15:47:45.879Z Downloaded newtype-uuid-macros v0.1.0
9802026-05-09T15:47:45.881Z Downloaded rand_chacha v0.3.1
9812026-05-09T15:47:45.881Z Downloaded num-integer v0.1.46
9822026-05-09T15:47:45.884Z Downloaded linear-map v1.2.0
9832026-05-09T15:47:45.884Z Downloaded quick-error v1.2.3
9842026-05-09T15:47:45.884Z Downloaded num-complex v0.4.6
9852026-05-09T15:47:45.887Z Downloaded progenitor-macro v0.13.0
9862026-05-09T15:47:45.887Z Downloaded rand_xorshift v0.4.0
9872026-05-09T15:47:45.890Z Downloaded crossbeam-deque v0.8.6
9882026-05-09T15:47:45.890Z Downloaded ref-cast v1.0.25
9892026-05-09T15:47:45.892Z Downloaded progenitor-macro v0.10.0
9902026-05-09T15:47:45.892Z Downloaded pem v3.0.6
9912026-05-09T15:47:45.892Z Downloaded paste v1.0.15
9922026-05-09T15:47:45.895Z Downloaded anyhow v1.0.102
9932026-05-09T15:47:45.898Z Downloaded drift v0.1.4
9942026-05-09T15:47:45.902Z Downloaded ref-cast-impl v1.0.25
9952026-05-09T15:47:45.905Z Downloaded poly1305 v0.8.0
9962026-05-09T15:47:45.905Z Downloaded glob v0.3.3
9972026-05-09T15:47:45.908Z Downloaded potential_utf v0.1.5
9982026-05-09T15:47:45.908Z Downloaded same-file v1.0.6
9992026-05-09T15:47:45.908Z Downloaded ingot-macros v0.1.1
10002026-05-09T15:47:45.911Z Downloaded darling v0.23.0
10012026-05-09T15:47:45.914Z Downloaded proc-macro-error v1.0.4
10022026-05-09T15:47:45.914Z Downloaded parking_lot_core v0.8.6
10032026-05-09T15:47:45.917Z Downloaded litemap v0.8.2
10042026-05-09T15:47:45.917Z Downloaded rustc_version v0.1.7
10052026-05-09T15:47:45.920Z Downloaded scroll_derive v0.12.1
10062026-05-09T15:47:45.920Z Downloaded progenitor-client v0.13.0
10072026-05-09T15:47:45.920Z Downloaded progenitor v0.11.2
10082026-05-09T15:47:45.923Z Downloaded serde-big-array v0.5.1
10092026-05-09T15:47:45.923Z Downloaded semver v0.1.20
10102026-05-09T15:47:45.923Z Downloaded serde_repr v0.1.20
10112026-05-09T15:47:45.929Z Downloaded sigpipe v0.1.3
10122026-05-09T15:47:45.929Z Downloaded sha1 v0.10.6
10132026-05-09T15:47:45.929Z Downloaded serial_test v3.4.0
10142026-05-09T15:47:45.931Z Downloaded oxide-tokio-rt v0.1.5
10152026-05-09T15:47:45.932Z Downloaded password-hash v0.5.0
10162026-05-09T15:47:45.932Z Downloaded progenitor v0.14.0
10172026-05-09T15:47:45.932Z Downloaded phf v0.12.1
10182026-05-09T15:47:45.934Z Downloaded progenitor v0.13.0
10192026-05-09T15:47:45.935Z Downloaded parse-display-derive v0.10.0
10202026-05-09T15:47:45.935Z Downloaded progenitor v0.10.0
10212026-05-09T15:47:45.939Z Downloaded defmt v1.0.1
10222026-05-09T15:47:45.939Z Downloaded serial_test_derive v3.4.0
10232026-05-09T15:47:45.942Z Downloaded serde_plain v1.0.2
10242026-05-09T15:47:45.942Z Downloaded parking_lot v0.11.2
10252026-05-09T15:47:45.942Z Downloaded crossbeam-epoch v0.9.18
10262026-05-09T15:47:45.942Z Downloaded proc-macro-error2 v2.0.1
10272026-05-09T15:47:45.945Z Downloaded proc-macro-crate v1.3.1
10282026-05-09T15:47:45.945Z Downloaded secrecy v0.10.3
10292026-05-09T15:47:45.947Z Downloaded scroll_derive v0.13.1
10302026-05-09T15:47:45.948Z Downloaded darling v0.21.3
10312026-05-09T15:47:45.950Z Downloaded rand_core v0.10.1
10322026-05-09T15:47:45.950Z Downloaded colored v3.1.1
10332026-05-09T15:47:45.953Z Downloaded memmap2 v0.9.10
10342026-05-09T15:47:45.953Z Downloaded slog-bunyan v2.5.0
10352026-05-09T15:47:45.957Z Downloaded progenitor-macro v0.14.0
10362026-05-09T15:47:45.957Z Downloaded spin v0.5.2
10372026-05-09T15:47:45.957Z Downloaded num-rational v0.4.2
10382026-05-09T15:47:45.960Z Downloaded progenitor-extras v0.2.0
10392026-05-09T15:47:45.960Z Downloaded slog-envlogger v2.2.0
10402026-05-09T15:47:45.960Z Downloaded derive_more v0.99.20
10412026-05-09T15:47:45.963Z Downloaded smawk v0.3.2
10422026-05-09T15:47:45.963Z Downloaded structmeta-derive v0.3.0
10432026-05-09T15:47:45.965Z Downloaded cookie v0.18.1
10442026-05-09T15:47:45.965Z Downloaded daft-derive v0.1.5
10452026-05-09T15:47:45.968Z Downloaded allocator-api2 v0.2.21
10462026-05-09T15:47:45.972Z Downloaded structmeta v0.3.0
10472026-05-09T15:47:45.972Z Downloaded strum v0.26.3
10482026-05-09T15:47:45.972Z Downloaded postcard v1.1.3
10492026-05-09T15:47:45.975Z Downloaded stable_deref_trait v1.2.1
10502026-05-09T15:47:45.975Z Downloaded icu_locale_core v2.2.0
10512026-05-09T15:47:45.978Z Downloaded rustls-pemfile v2.2.0
10522026-05-09T15:47:45.978Z Downloaded tabwriter v1.4.1
10532026-05-09T15:47:45.981Z Downloaded tabled_derive v0.11.0
10542026-05-09T15:47:45.981Z Downloaded take_mut v0.2.2
10552026-05-09T15:47:45.981Z Downloaded tabled_derive v0.7.0
10562026-05-09T15:47:45.982Z Downloaded half v2.7.1
10572026-05-09T15:47:45.986Z Downloaded enum-as-inner v0.6.1
10582026-05-09T15:47:45.986Z Downloaded testing_table v0.3.0
10592026-05-09T15:47:45.986Z Downloaded tagptr v0.2.0
10602026-05-09T15:47:45.986Z Downloaded displaydoc v0.2.5
10612026-05-09T15:47:45.989Z Downloaded rusty-fork v0.3.1
10622026-05-09T15:47:45.989Z Downloaded ciborium v0.2.2
10632026-05-09T15:47:45.989Z Downloaded memmap v0.7.0
10642026-05-09T15:47:45.992Z Downloaded schemars_derive v0.8.22
10652026-05-09T15:47:45.992Z Downloaded scroll v0.13.0
10662026-05-09T15:47:45.992Z Downloaded scroll v0.12.0
10672026-05-09T15:47:45.995Z Downloaded thread-id v4.2.2
10682026-05-09T15:47:45.995Z Downloaded siphasher v1.0.3
10692026-05-09T15:47:45.995Z Downloaded rustversion v1.0.22
10702026-05-09T15:47:45.998Z Downloaded time-core v0.1.8
10712026-05-09T15:47:45.998Z Downloaded thread-id v5.1.0
10722026-05-09T15:47:45.998Z Downloaded termtree v0.5.1
10732026-05-09T15:47:46.001Z Downloaded sdd v3.0.10
10742026-05-09T15:47:46.001Z Downloaded rustls-native-certs v0.8.3
10752026-05-09T15:47:46.001Z Downloaded linked-hash-map v0.5.6
10762026-05-09T15:47:46.004Z Downloaded dof v0.3.0
10772026-05-09T15:47:46.004Z Downloaded critical-section v1.2.0
10782026-05-09T15:47:46.004Z Downloaded pest_derive v2.8.6
10792026-05-09T15:47:46.008Z Downloaded diff v0.1.13
10802026-05-09T15:47:46.008Z Downloaded slog-dtrace v0.3.0
10812026-05-09T15:47:46.008Z Downloaded topological-sort v0.2.2
10822026-05-09T15:47:46.008Z Downloaded elliptic-curve v0.13.8
10832026-05-09T15:47:46.011Z Downloaded papergrid v0.11.0
10842026-05-09T15:47:46.030Z Downloaded omicron-zone-package v0.12.2
10852026-05-09T15:47:46.033Z Downloaded dropshot_endpoint v0.17.0
10862026-05-09T15:47:46.033Z Downloaded icu_provider v2.2.0
10872026-05-09T15:47:46.033Z Downloaded slog-json v2.6.1
10882026-05-09T15:47:46.033Z Downloaded snafu-derive v0.8.9
10892026-05-09T15:47:46.033Z Downloaded smartstring v1.0.1
10902026-05-09T15:47:46.033Z Downloaded slog-term v2.9.2
10912026-05-09T15:47:46.033Z Downloaded unarray v0.1.4
10922026-05-09T15:47:46.033Z Downloaded indexmap v1.9.3
10932026-05-09T15:47:46.033Z Downloaded slog-scope v4.4.1
10942026-05-09T15:47:46.033Z Downloaded slog-async v2.8.0
10952026-05-09T15:47:46.033Z Downloaded compression-codecs v0.4.38
10962026-05-09T15:47:46.034Z Downloaded unit-prefix v0.5.2
10972026-05-09T15:47:46.034Z Downloaded typify-macro v0.6.2
10982026-05-09T15:47:46.034Z Downloaded typify-macro v0.4.3
10992026-05-09T15:47:46.034Z Downloaded usdt-attr-macro v0.6.0
11002026-05-09T15:47:46.034Z Downloaded usdt-attr-macro v0.5.0
11012026-05-09T15:47:46.034Z Downloaded untrusted v0.7.1
11022026-05-09T15:47:46.039Z Downloaded usdt v0.5.0
11032026-05-09T15:47:46.039Z Downloaded universal-hash v0.5.1
11042026-05-09T15:47:46.039Z Downloaded smf v0.2.3
11052026-05-09T15:47:46.039Z Downloaded chacha20poly1305 v0.10.1
11062026-05-09T15:47:46.039Z Downloaded resolv-conf v0.7.6
11072026-05-09T15:47:46.039Z Downloaded base64 v0.21.7
11082026-05-09T15:47:46.042Z Downloaded utf-8 v0.7.6
11092026-05-09T15:47:46.042Z Downloaded icu_normalizer_data v2.2.0
11102026-05-09T15:47:46.042Z Downloaded icu_normalizer v2.2.0
11112026-05-09T15:47:46.046Z Downloaded strum_macros v0.26.4
11122026-05-09T15:47:46.046Z Downloaded strum v0.27.2
11132026-05-09T15:47:46.049Z Downloaded usdt-macro v0.6.0
11142026-05-09T15:47:46.049Z Downloaded bitflags v1.3.2
11152026-05-09T15:47:46.049Z Downloaded thiserror-impl-no-std v2.0.2
11162026-05-09T15:47:46.049Z Downloaded rhai_codegen v3.1.0
11172026-05-09T15:47:46.054Z Downloaded zerofrom v0.1.7
11182026-05-09T15:47:46.059Z Downloaded waitgroup v0.1.2
11192026-05-09T15:47:46.059Z Downloaded wait-timeout v0.2.1
11202026-05-09T15:47:46.059Z Downloaded usdt-macro v0.5.0
11212026-05-09T15:47:46.059Z Downloaded usdt v0.6.0
11222026-05-09T15:47:46.059Z Downloaded cmake v0.1.58
11232026-05-09T15:47:46.059Z Downloaded synstructure v0.13.2
11242026-05-09T15:47:46.062Z Downloaded darling_macro v0.21.3
11252026-05-09T15:47:46.062Z Downloaded base16ct v1.0.0
11262026-05-09T15:47:46.062Z Downloaded crc8 v0.1.1
11272026-05-09T15:47:46.062Z Downloaded convert_case v0.4.0
11282026-05-09T15:47:46.062Z Downloaded indicatif v0.18.4
11292026-05-09T15:47:46.062Z Downloaded darling_core v0.21.3
11302026-05-09T15:47:46.065Z Downloaded tokio-rustls v0.25.0
11312026-05-09T15:47:46.069Z Downloaded tokio-dtrace v0.1.1
11322026-05-09T15:47:46.069Z Downloaded tinystr v0.8.3
11332026-05-09T15:47:46.069Z Downloaded tiny-keccak v2.0.2
11342026-05-09T15:47:46.072Z Downloaded yoke-derive v0.8.2
11352026-05-09T15:47:46.072Z Downloaded time-macros v0.2.27
11362026-05-09T15:47:46.072Z Downloaded zone_cfg_derive v0.3.1
11372026-05-09T15:47:46.072Z Downloaded zerofrom-derive v0.1.7
11382026-05-09T15:47:46.072Z Downloaded thiserror-no-std v2.0.2
11392026-05-09T15:47:46.076Z Downloaded zeroize_derive v1.4.3
11402026-05-09T15:47:46.076Z Downloaded pest_generator v2.8.6
11412026-05-09T15:47:46.078Z Downloaded papergrid v0.17.0
11422026-05-09T15:47:46.082Z Downloaded tokio-tungstenite v0.21.0
11432026-05-09T15:47:46.082Z Downloaded progenitor-impl v0.13.0
11442026-05-09T15:47:46.082Z Downloaded progenitor-impl v0.11.2
11452026-05-09T15:47:46.085Z Downloaded progenitor-impl v0.10.0
11462026-05-09T15:47:46.085Z Downloaded zone v0.3.1
11472026-05-09T15:47:46.085Z Downloaded serde_derive_internals v0.29.1
11482026-05-09T15:47:46.088Z Downloaded serde_with_macros v3.19.0
11492026-05-09T15:47:46.088Z Downloaded serde_tokenstream v0.2.3
11502026-05-09T15:47:46.088Z Downloaded bytecount v0.6.9
11512026-05-09T15:47:46.091Z Downloaded byte-wrapper v0.1.0
11522026-05-09T15:47:46.091Z Downloaded slog-stdlog v4.1.1
11532026-05-09T15:47:46.091Z Downloaded bcs v0.1.6
11542026-05-09T15:47:46.093Z Downloaded foldhash v0.2.0
11552026-05-09T15:47:46.093Z Downloaded konst v0.2.20
11562026-05-09T15:47:46.096Z Downloaded group v0.13.0
11572026-05-09T15:47:46.096Z Downloaded fxhash v0.2.1
11582026-05-09T15:47:46.096Z Downloaded fixedbitset v0.4.2
11592026-05-09T15:47:46.099Z Downloaded natord v1.0.9
11602026-05-09T15:47:46.099Z Downloaded libsw-core v0.3.2
11612026-05-09T15:47:46.099Z Downloaded highway v1.3.0
11622026-05-09T15:47:46.103Z Downloaded foreign-types v0.5.0
11632026-05-09T15:47:46.103Z Downloaded strum_macros v0.27.2
11642026-05-09T15:47:46.103Z Downloaded usdt-impl v0.5.0
11652026-05-09T15:47:46.106Z Downloaded icu_properties v2.2.0
11662026-05-09T15:47:46.109Z Downloaded whoami v1.6.1
11672026-05-09T15:47:46.109Z Downloaded usdt-impl v0.6.0
11682026-05-09T15:47:46.111Z Downloaded crypto-bigint v0.5.5
11692026-05-09T15:47:46.114Z Downloaded term v1.2.1
11702026-05-09T15:47:46.118Z Downloaded xz2 v0.1.7
11712026-05-09T15:47:46.118Z Downloaded writeable v0.6.3
11722026-05-09T15:47:46.121Z Downloaded vsss-rs v3.3.4
11732026-05-09T15:47:46.121Z Downloaded walkdir v2.5.0
11742026-05-09T15:47:46.121Z Downloaded thin-vec v0.2.18
11752026-05-09T15:47:46.121Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11762026-05-09T15:47:46.124Z Downloaded pest_meta v2.8.6
11772026-05-09T15:47:46.124Z Downloaded const_format v0.2.36
11782026-05-09T15:47:46.128Z Downloaded slog v2.8.2
11792026-05-09T15:47:46.131Z Downloaded darling_core v0.23.0
11802026-05-09T15:47:46.133Z Downloaded serde_yaml v0.9.34+deprecated
11812026-05-09T15:47:46.136Z Downloaded pretty_assertions v1.4.1
11822026-05-09T15:47:46.139Z Downloaded icu_collections v2.2.0
11832026-05-09T15:47:46.143Z Downloaded rayon-core v1.13.0
11842026-05-09T15:47:46.146Z Downloaded spin v0.9.8
11852026-05-09T15:47:46.146Z Downloaded zerovec-derive v0.11.3
11862026-05-09T15:47:46.146Z Downloaded heapless v0.8.0
11872026-05-09T15:47:46.151Z Downloaded jiff-static v0.2.24
11882026-05-09T15:47:46.152Z Downloaded test-strategy v0.4.5
11892026-05-09T15:47:46.154Z Downloaded expectorate v1.2.0
11902026-05-09T15:47:46.154Z Downloaded async-compression v0.4.42
11912026-05-09T15:47:46.157Z Downloaded yoke v0.8.2
11922026-05-09T15:47:46.157Z Downloaded ucd-trie v0.1.7
11932026-05-09T15:47:46.160Z Downloaded toml v0.9.12+spec-1.1.0
11942026-05-09T15:47:46.160Z Downloaded schemars v0.9.0
11952026-05-09T15:47:46.166Z Downloaded schemars v0.8.22
11962026-05-09T15:47:46.174Z Downloaded typify v0.4.3
11972026-05-09T15:47:46.177Z Downloaded progenitor-impl v0.14.0
11982026-05-09T15:47:46.177Z Downloaded rustls-platform-verifier v0.7.0
11992026-05-09T15:47:46.177Z Downloaded zerocopy-derive v0.7.35
12002026-05-09T15:47:46.181Z Downloaded tungstenite v0.21.0
12012026-05-09T15:47:46.184Z Downloaded hickory-resolver v0.24.4
12022026-05-09T15:47:46.184Z Downloaded similar v2.7.0
12032026-05-09T15:47:46.187Z Downloaded dropshot-api-manager v0.7.1
12042026-05-09T15:47:46.190Z Downloaded minimal-lexical v0.2.1
12052026-05-09T15:47:46.195Z Downloaded rand v0.8.6
12062026-05-09T15:47:46.195Z Downloaded typify v0.6.2
12072026-05-09T15:47:46.198Z Downloaded unsafe-libyaml v0.2.11
12082026-05-09T15:47:46.198Z Downloaded toml_edit v0.25.11+spec-1.1.0
12092026-05-09T15:47:46.201Z Downloaded qorb v0.4.1
12102026-05-09T15:47:46.204Z Downloaded yansi v1.0.1
12112026-05-09T15:47:46.204Z Downloaded schemars v1.2.1
12122026-05-09T15:47:46.211Z Downloaded crossbeam-channel v0.5.15
12132026-05-09T15:47:46.214Z Downloaded toml v0.7.8
12142026-05-09T15:47:46.216Z Downloaded prettyplease v0.2.37
12152026-05-09T15:47:46.216Z Downloaded snafu v0.8.9
12162026-05-09T15:47:46.219Z Downloaded hickory-resolver v0.25.2
12172026-05-09T15:47:46.223Z Downloaded steno v0.4.1
12182026-05-09T15:47:46.226Z Downloaded hashbrown v0.17.0
12192026-05-09T15:47:46.233Z Downloaded toml_edit v0.19.15
12202026-05-09T15:47:46.242Z Downloaded zerotrie v0.2.4
12212026-05-09T15:47:46.245Z Downloaded itertools v0.12.1
12222026-05-09T15:47:46.248Z Downloaded nom v7.1.3
12232026-05-09T15:47:46.252Z Downloaded rand v0.10.1
12242026-05-09T15:47:46.256Z Downloaded zerocopy-derive v0.8.48
12252026-05-09T15:47:46.260Z Downloaded pest v2.8.6
12262026-05-09T15:47:46.263Z Downloaded iddqd v0.3.18
12272026-05-09T15:47:46.266Z Downloaded hashbrown v0.16.1
12282026-05-09T15:47:46.272Z Downloaded nom v8.0.0
12292026-05-09T15:47:46.275Z Downloaded blake3 v1.8.5
12302026-05-09T15:47:46.280Z Downloaded hkdf v0.12.4
12312026-05-09T15:47:46.285Z Downloaded reqwest v0.13.3
12322026-05-09T15:47:46.289Z Downloaded zerovec v0.11.6
12332026-05-09T15:47:46.291Z Downloaded libm v0.2.16
12342026-05-09T15:47:46.296Z Downloaded scc v2.4.0
12352026-05-09T15:47:46.313Z Downloaded typed-path v0.9.3
12362026-05-09T15:47:46.316Z Downloaded tough v0.20.0
12372026-05-09T15:47:46.321Z Downloaded zerocopy v0.7.35
12382026-05-09T15:47:46.330Z Downloaded serde_with v3.19.0
12392026-05-09T15:47:46.336Z Downloaded winnow v0.5.40
12402026-05-09T15:47:46.341Z Downloaded proptest v1.11.0
12412026-05-09T15:47:46.346Z Downloaded aws-lc-rs v1.16.3
12422026-05-09T15:47:46.351Z Downloaded goblin v0.8.2
12432026-05-09T15:47:46.354Z Downloaded rustls-webpki v0.102.8
12442026-05-09T15:47:46.365Z Downloaded rayon v1.12.0
12452026-05-09T15:47:46.372Z Downloaded moka v0.12.15
12462026-05-09T15:47:46.377Z Downloaded tabled v0.20.0
12472026-05-09T15:47:46.387Z Downloaded time v0.3.47
12482026-05-09T15:47:46.394Z Downloaded hickory-proto v0.25.2
12492026-05-09T15:47:46.404Z Downloaded goblin v0.10.5
12502026-05-09T15:47:46.409Z Downloaded tabled v0.15.0
12512026-05-09T15:47:46.414Z Downloaded syn v1.0.109
12522026-05-09T15:47:46.435Z Downloaded dropshot v0.17.0
12532026-05-09T15:47:46.446Z Downloaded rustls v0.22.4
12542026-05-09T15:47:46.453Z Downloaded smoltcp v0.11.0
12552026-05-09T15:47:46.459Z Downloaded regress v0.11.1
12562026-05-09T15:47:46.464Z Downloaded nix v0.31.2
12572026-05-09T15:47:46.470Z Downloaded openapiv3 v2.2.0
12582026-05-09T15:47:46.476Z Downloaded hickory-proto v0.24.4
12592026-05-09T15:47:46.484Z Downloaded rhai v1.24.0
12602026-05-09T15:47:46.491Z Downloaded regress v0.10.5
12612026-05-09T15:47:46.496Z Downloaded sled v0.34.7
12622026-05-09T15:47:46.502Z Downloaded typify-impl v0.6.2
12632026-05-09T15:47:46.508Z Downloaded typify-impl v0.4.3
12642026-05-09T15:47:46.536Z Downloaded lzma-sys v0.1.20
12652026-05-09T15:47:46.551Z Downloaded petgraph v0.6.5
12662026-05-09T15:47:46.562Z Downloaded jiff v0.2.24
12672026-05-09T15:47:46.579Z Downloaded chrono-tz v0.10.4
12682026-05-09T15:47:46.605Z Downloaded sha3 v0.10.9
12692026-05-09T15:47:46.608Z Downloaded csv v1.4.0
12702026-05-09T15:47:46.667Z Downloaded encoding_rs v0.8.35
12712026-05-09T15:47:47.213Z Downloaded aws-lc-sys v0.40.0
12722026-05-09T15:47:48.122Z Compiling proc-macro2 v1.0.106
12732026-05-09T15:47:48.122Z Compiling quote v1.0.45
12742026-05-09T15:47:48.122Z Compiling unicode-ident v1.0.24
12752026-05-09T15:47:48.122Z Compiling serde_core v1.0.228
12762026-05-09T15:47:48.125Z Compiling cfg-if v1.0.4
12772026-05-09T15:47:48.125Z Compiling serde v1.0.228
12782026-05-09T15:47:48.125Z Compiling libc v0.2.186
12792026-05-09T15:47:48.125Z Compiling memchr v2.8.0
12802026-05-09T15:47:48.342Z Compiling itoa v1.0.18
12812026-05-09T15:47:48.527Z Compiling zmij v1.0.21
12822026-05-09T15:47:48.557Z Compiling autocfg v1.5.0
12832026-05-09T15:47:48.654Z Compiling libm v0.2.16
12842026-05-09T15:47:48.907Z Compiling stable_deref_trait v1.2.1
12852026-05-09T15:47:48.957Z Compiling version_check v0.9.5
12862026-05-09T15:47:48.980Z Compiling writeable v0.6.3
12872026-05-09T15:47:49.062Z Compiling litemap v0.8.2
12882026-05-09T15:47:49.144Z Compiling utf8_iter v1.0.4
12892026-05-09T15:47:49.177Z Compiling icu_normalizer_data v2.2.0
12902026-05-09T15:47:49.180Z Compiling percent-encoding v2.3.2
12912026-05-09T15:47:49.252Z Compiling icu_properties_data v2.2.0
12922026-05-09T15:47:49.290Z Compiling equivalent v1.0.2
12932026-05-09T15:47:49.374Z Compiling iana-time-zone v0.1.65
12942026-05-09T15:47:49.385Z Compiling form_urlencoded v1.2.2
12952026-05-09T15:47:49.415Z Compiling syn v2.0.117
12962026-05-09T15:47:49.559Z Compiling pin-project-lite v0.2.17
12972026-05-09T15:47:49.570Z Compiling serde_json v1.0.149
12982026-05-09T15:47:49.583Z Compiling scopeguard v1.2.0
12992026-05-09T15:47:49.594Z Compiling dyn-clone v1.0.20
13002026-05-09T15:47:49.648Z Compiling parking_lot_core v0.9.12
13012026-05-09T15:47:49.660Z Compiling lock_api v0.4.14
13022026-05-09T15:47:49.686Z Compiling num-traits v0.2.19
13032026-05-09T15:47:49.729Z Compiling hashbrown v0.17.0
13042026-05-09T15:47:49.824Z Compiling thiserror v2.0.18
13052026-05-09T15:47:49.884Z Compiling rand_core v0.10.1
13062026-05-09T15:47:49.948Z Compiling getrandom v0.4.2
13072026-05-09T15:47:50.030Z Compiling errno v0.3.14
13082026-05-09T15:47:50.163Z Compiling log v0.4.29
13092026-05-09T15:47:50.185Z Compiling jobserver v0.1.34
13102026-05-09T15:47:50.281Z Compiling find-msvc-tools v0.1.9
13112026-05-09T15:47:50.347Z Compiling semver v1.0.28
13122026-05-09T15:47:50.414Z Compiling indexmap v2.14.0
13132026-05-09T15:47:50.493Z Compiling shlex v1.3.0
13142026-05-09T15:47:50.504Z Compiling heck v0.5.0
13152026-05-09T15:47:50.514Z Compiling futures-core v0.3.32
13162026-05-09T15:47:50.655Z Compiling cc v1.2.62
13172026-05-09T15:47:50.678Z Compiling zerocopy v0.8.48
13182026-05-09T15:47:50.691Z Compiling uuid v1.23.1
13192026-05-09T15:47:50.753Z Compiling futures-sink v0.3.32
13202026-05-09T15:47:50.852Z Compiling schemars v0.8.22
13212026-05-09T15:47:51.039Z Compiling slab v0.4.12
13222026-05-09T15:47:51.095Z Compiling fnv v1.0.7
13232026-05-09T15:47:51.116Z Compiling rustversion v1.0.22
13242026-05-09T15:47:51.128Z Compiling futures-channel v0.3.32
13252026-05-09T15:47:51.186Z Compiling bitflags v2.11.1
13262026-05-09T15:47:51.206Z Compiling futures-io v0.3.32
13272026-05-09T15:47:51.340Z Compiling futures-task v0.3.32
13282026-05-09T15:47:51.362Z Compiling socket2 v0.6.3
13292026-05-09T15:47:51.423Z Compiling portable-atomic v1.13.1
13302026-05-09T15:47:51.478Z Compiling signal-hook-registry v1.4.8
13312026-05-09T15:47:51.504Z Compiling mio v1.2.0
13322026-05-09T15:47:51.767Z Compiling critical-section v1.2.0
13332026-05-09T15:47:51.793Z Compiling getrandom v0.2.17
13342026-05-09T15:47:51.832Z Compiling typenum v1.20.0
13352026-05-09T15:47:51.869Z Compiling subtle v2.6.1
13362026-05-09T15:47:51.880Z Compiling untrusted v0.9.0
13372026-05-09T15:47:51.973Z Compiling base64 v0.22.1
13382026-05-09T15:47:52.003Z Compiling byteorder v1.5.0
13392026-05-09T15:47:52.016Z Compiling rustix v1.1.4
13402026-05-09T15:47:52.030Z Compiling strsim v0.11.1
13412026-05-09T15:47:52.069Z Compiling slog v2.8.2
13422026-05-09T15:47:52.258Z Compiling synstructure v0.13.2
13432026-05-09T15:47:52.328Z Compiling serde_derive_internals v0.29.1
13442026-05-09T15:47:52.360Z Compiling once_cell v1.21.4
13452026-05-09T15:47:52.452Z Compiling rand_core v0.6.4
13462026-05-09T15:47:52.473Z Compiling regex-syntax v0.8.10
13472026-05-09T15:47:52.520Z Compiling cmake v0.1.58
13482026-05-09T15:47:52.572Z Compiling fs_extra v1.3.0
13492026-05-09T15:47:52.614Z Compiling dunce v1.0.5
13502026-05-09T15:47:52.680Z Compiling atomic-waker v1.1.2
13512026-05-09T15:47:52.708Z Compiling httparse v1.10.1
13522026-05-09T15:47:52.785Z Compiling ipnet v2.12.0
13532026-05-09T15:47:52.802Z Compiling tower-service v0.3.3
13542026-05-09T15:47:52.835Z Compiling tower-layer v0.3.3
13552026-05-09T15:47:52.853Z Compiling aws-lc-sys v0.40.0
13562026-05-09T15:47:52.889Z Compiling ryu v1.0.23
13572026-05-09T15:47:52.992Z Compiling try-lock v0.2.5
13582026-05-09T15:47:53.074Z Compiling want v0.3.1
13592026-05-09T15:47:53.074Z Compiling generic-array v0.14.7
13602026-05-09T15:47:53.105Z Compiling thiserror v1.0.69
13612026-05-09T15:47:53.263Z Compiling getrandom v0.3.4
13622026-05-09T15:47:53.310Z Compiling ucd-trie v0.1.7
13632026-05-09T15:47:53.321Z Compiling httpdate v1.0.3
13642026-05-09T15:47:53.423Z Compiling serde_derive v1.0.228
13652026-05-09T15:47:53.434Z Compiling zerofrom-derive v0.1.7
13662026-05-09T15:47:53.449Z Compiling yoke-derive v0.8.2
13672026-05-09T15:47:53.567Z Compiling zerovec-derive v0.11.3
13682026-05-09T15:47:53.608Z Compiling displaydoc v0.2.5
13692026-05-09T15:47:53.611Z Compiling schemars_derive v0.8.22
13702026-05-09T15:47:53.726Z Compiling tokio-macros v2.7.0
13712026-05-09T15:47:54.388Z Compiling thiserror-impl v2.0.18
13722026-05-09T15:47:54.499Z Compiling zerocopy-derive v0.8.48
13732026-05-09T15:47:54.541Z Compiling zeroize_derive v1.4.3
13742026-05-09T15:47:54.650Z Compiling zerofrom v0.1.7
13752026-05-09T15:47:54.713Z Compiling futures-macro v0.3.32
13762026-05-09T15:47:54.770Z Compiling yoke v0.8.2
13772026-05-09T15:47:54.953Z Compiling zerovec v0.11.6
13782026-05-09T15:47:55.144Z Compiling zerotrie v0.2.4
13792026-05-09T15:47:55.218Z Compiling zeroize v1.8.2
13802026-05-09T15:47:55.416Z Compiling tinystr v0.8.3
13812026-05-09T15:47:55.432Z Compiling potential_utf v0.1.5
13822026-05-09T15:47:55.486Z Compiling pest v2.8.6
13832026-05-09T15:47:55.525Z Compiling futures-util v0.3.32
13842026-05-09T15:47:55.585Z Compiling icu_locale_core v2.2.0
13852026-05-09T15:47:55.608Z Compiling icu_collections v2.2.0
13862026-05-09T15:47:55.884Z Compiling thiserror-impl v1.0.69
13872026-05-09T15:47:56.613Z Compiling bytes v1.11.1
13882026-05-09T15:47:56.636Z Compiling smallvec v1.15.1
13892026-05-09T15:47:56.647Z Compiling icu_provider v2.2.0
13902026-05-09T15:47:56.715Z Compiling chrono v0.4.44
13912026-05-09T15:47:56.860Z Compiling icu_properties v2.2.0
13922026-05-09T15:47:56.956Z Compiling icu_normalizer v2.2.0
13932026-05-09T15:47:57.244Z Compiling parking_lot v0.12.5
13942026-05-09T15:47:57.391Z Compiling http v1.4.0
13952026-05-09T15:47:57.570Z Compiling tokio v1.52.3
13962026-05-09T15:47:57.676Z Compiling serde_tokenstream v0.2.3
13972026-05-09T15:47:57.829Z Compiling idna_adapter v1.2.2
13982026-05-09T15:47:57.956Z Compiling idna v1.1.0
13992026-05-09T15:47:57.973Z Compiling erased-serde v0.3.31
14002026-05-09T15:47:58.085Z Compiling http-body v1.0.1
14012026-05-09T15:47:58.232Z Compiling url v2.5.8
14022026-05-09T15:47:58.338Z Compiling pest_meta v2.8.6
14032026-05-09T15:47:58.368Z Compiling pretty-hex v0.4.2
14042026-05-09T15:47:58.500Z Compiling winnow v1.0.2
14052026-05-09T15:47:58.866Z Compiling ppv-lite86 v0.2.21
14062026-05-09T15:47:58.881Z Compiling plain v0.2.3
14072026-05-09T15:47:58.997Z Compiling pest_generator v2.8.6
14082026-05-09T15:47:59.106Z Compiling tracing-attributes v0.1.31
14092026-05-09T15:47:59.171Z Compiling tracing-core v0.1.36
14102026-05-09T15:47:59.581Z Compiling ipnetwork v0.21.1
14112026-05-09T15:47:59.591Z Compiling foldhash v0.2.0
14122026-05-09T15:47:59.609Z Compiling pest_derive v2.8.6
14132026-05-09T15:47:59.766Z Compiling allocator-api2 v0.2.21
14142026-05-09T15:47:59.813Z Compiling paste v1.0.15
14152026-05-09T15:48:00.003Z Compiling oxnet v0.1.5
14162026-05-09T15:48:00.081Z Compiling hashbrown v0.16.1
14172026-05-09T15:48:00.149Z Compiling http-body-util v0.1.3
14182026-05-09T15:48:00.160Z Compiling crypto-common v0.1.7
14192026-05-09T15:48:00.186Z Compiling serde_urlencoded v0.7.1
14202026-05-09T15:48:00.282Z Compiling ident_case v1.0.1
14212026-05-09T15:48:00.300Z Compiling tracing v0.1.44
14222026-05-09T15:48:00.375Z Compiling omicron-workspace-hack v0.1.0
14232026-05-09T15:48:00.416Z Compiling sync_wrapper v1.0.2
14242026-05-09T15:48:00.419Z Compiling aho-corasick v1.1.4
14252026-05-09T15:48:00.515Z Compiling rustls-pki-types v1.14.1
14262026-05-09T15:48:00.533Z Compiling daft-derive v0.1.5
14272026-05-09T15:48:00.891Z Compiling fastrand v2.4.1
14282026-05-09T15:48:00.994Z Compiling scroll_derive v0.13.1
14292026-05-09T15:48:01.141Z Compiling async-trait v0.1.89
14302026-05-09T15:48:01.281Z Compiling regex-automata v0.4.14
14312026-05-09T15:48:01.660Z Compiling tokio-util v0.7.18
14322026-05-09T15:48:01.785Z Compiling ring v0.17.14
14332026-05-09T15:48:01.820Z Compiling anyhow v1.0.102
14342026-05-09T15:48:02.118Z Compiling cpufeatures v0.2.17
14352026-05-09T15:48:02.141Z Compiling num-conv v0.2.1
14362026-05-09T15:48:02.186Z Compiling powerfmt v0.2.0
14372026-05-09T15:48:02.314Z Compiling time-core v0.1.8
14382026-05-09T15:48:02.429Z Compiling deranged v0.5.8
14392026-05-09T15:48:02.455Z Compiling time-macros v0.2.27
14402026-05-09T15:48:02.669Z Compiling scroll v0.13.0
14412026-05-09T15:48:02.947Z Compiling regex v1.12.3
14422026-05-09T15:48:03.371Z Compiling block-buffer v0.10.4
14432026-05-09T15:48:03.392Z Compiling hex v0.4.3
14442026-05-09T15:48:03.432Z Compiling num_threads v0.1.7
14452026-05-09T15:48:03.516Z Compiling openssl-probe v0.2.1
14462026-05-09T15:48:03.527Z Compiling digest v0.10.7
14472026-05-09T15:48:03.645Z Compiling goblin v0.10.5
14482026-05-09T15:48:03.733Z Compiling camino v1.2.2
14492026-05-09T15:48:04.032Z Compiling h2 v0.4.14
14502026-05-09T15:48:04.096Z Compiling usdt-impl v0.6.0
14512026-05-09T15:48:04.107Z Compiling crc32fast v1.5.0
14522026-05-09T15:48:04.432Z Compiling dtrace-parser v0.3.0
14532026-05-09T15:48:04.493Z Compiling futures-executor v0.3.32
14542026-05-09T15:48:04.637Z Compiling aws-lc-rs v1.16.3
14552026-05-09T15:48:04.944Z Compiling crossbeam-utils v0.8.21
14562026-05-09T15:48:05.147Z Compiling structmeta-derive v0.3.0
14572026-05-09T15:48:05.263Z Compiling thread-id v5.1.0
14582026-05-09T15:48:05.341Z Compiling rustls v0.22.4
14592026-05-09T15:48:05.418Z Compiling simd-adler32 v0.3.9
14602026-05-09T15:48:05.558Z Compiling adler2 v2.0.1
14612026-05-09T15:48:05.687Z Compiling miniz_oxide v0.8.9
14622026-05-09T15:48:06.119Z Compiling hyper v1.9.0
14632026-05-09T15:48:06.168Z Compiling structmeta v0.3.0
14642026-05-09T15:48:06.277Z Compiling dof v0.4.0
14652026-05-09T15:48:06.306Z Compiling futures v0.3.32
14662026-05-09T15:48:06.330Z Compiling rand_core v0.9.5
14672026-05-09T15:48:06.361Z Compiling darling_core v0.23.0
14682026-05-09T15:48:06.377Z Compiling newtype-uuid-macros v0.1.0
14692026-05-09T15:48:06.539Z Compiling thread_local v1.1.9
14702026-05-09T15:48:06.805Z Compiling untrusted v0.7.1
14712026-05-09T15:48:06.929Z Compiling match_cfg v0.1.0
14722026-05-09T15:48:07.008Z Compiling flate2 v1.1.9
14732026-05-09T15:48:07.178Z Compiling hyper-util v0.1.20
14742026-05-09T15:48:07.674Z Compiling newtype-uuid v1.3.2
14752026-05-09T15:48:07.755Z Compiling quick-error v1.2.3
14762026-05-09T15:48:07.861Z Compiling slog-async v2.8.0
14772026-05-09T15:48:08.019Z Compiling rustls v0.23.40
14782026-05-09T15:48:08.140Z Compiling ref-cast v1.0.25
14792026-05-09T15:48:08.165Z Compiling compression-core v0.4.32
14802026-05-09T15:48:08.289Z Compiling compression-codecs v0.4.38
14812026-05-09T15:48:08.335Z Compiling daft v0.1.5
14822026-05-09T15:48:08.402Z Compiling usdt-attr-macro v0.6.0
14832026-05-09T15:48:08.453Z Compiling darling_macro v0.23.0
14842026-05-09T15:48:08.506Z Compiling usdt-macro v0.6.0
14852026-05-09T15:48:08.544Z Compiling rand_chacha v0.9.0
14862026-05-09T15:48:08.917Z Compiling ref-cast-impl v1.0.25
14872026-05-09T15:48:08.963Z Compiling strum_macros v0.26.4
14882026-05-09T15:48:08.986Z Compiling serde_spanned v1.1.1
14892026-05-09T15:48:09.002Z Compiling multer v3.1.0
14902026-05-09T15:48:09.034Z Compiling darling v0.23.0
14912026-05-09T15:48:09.110Z Compiling take_mut v0.2.2
14922026-05-09T15:48:09.124Z Compiling debug-ignore v1.0.5
14932026-05-09T15:48:09.212Z Compiling term v1.2.1
14942026-05-09T15:48:09.222Z Compiling bit-vec v0.8.0
14952026-05-09T15:48:09.232Z Compiling toml_writer v1.1.1+spec-1.1.0
14962026-05-09T15:48:09.442Z Compiling bit-set v0.8.0
14972026-05-09T15:48:09.593Z Compiling serde_with_macros v3.19.0
14982026-05-09T15:48:09.618Z Compiling rand v0.9.4
14992026-05-09T15:48:09.629Z Compiling tower v0.5.3
15002026-05-09T15:48:09.632Z Compiling async-stream-impl v0.3.6
15012026-05-09T15:48:09.900Z Compiling dropshot v0.17.0
15022026-05-09T15:48:10.094Z Compiling encoding_rs v0.8.35
15032026-05-09T15:48:10.139Z Compiling spin v0.9.8
15042026-05-09T15:48:10.203Z Compiling mime v0.3.17
15052026-05-09T15:48:10.248Z Compiling syn v1.0.109
15062026-05-09T15:48:10.271Z Compiling unarray v0.1.4
15072026-05-09T15:48:10.377Z Compiling async-stream v0.3.6
15082026-05-09T15:48:10.513Z Compiling tower-http v0.6.10
15092026-05-09T15:48:10.551Z Compiling derive-ex v0.1.8
15102026-05-09T15:48:10.577Z Compiling strum v0.26.3
15112026-05-09T15:48:10.604Z Compiling dropshot_endpoint v0.17.0
15122026-05-09T15:48:10.671Z Compiling macaddr v1.0.1
15132026-05-09T15:48:10.695Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15142026-05-09T15:48:10.698Z Compiling waitgroup v0.1.2
15152026-05-09T15:48:10.836Z Compiling serde_path_to_error v0.1.20
15162026-05-09T15:48:11.185Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15172026-05-09T15:48:11.310Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15182026-05-09T15:48:11.486Z Compiling tempfile v3.27.0
15192026-05-09T15:48:11.726Z Compiling openapiv3 v2.2.0
15202026-05-09T15:48:11.901Z Compiling strum_macros v0.27.2
15212026-05-09T15:48:12.088Z Compiling test-strategy v0.4.5
15222026-05-09T15:48:12.234Z Compiling instant v0.1.13
15232026-05-09T15:48:12.384Z Compiling rustls-native-certs v0.8.3
15242026-05-09T15:48:12.725Z Compiling time v0.3.47
15252026-05-09T15:48:12.936Z Compiling rustc-hash v2.1.2
15262026-05-09T15:48:13.373Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15272026-05-09T15:48:13.487Z Compiling crossbeam-channel v0.5.15
15282026-05-09T15:48:13.802Z Compiling strum v0.27.2
15292026-05-09T15:48:13.979Z Compiling parse-display-derive v0.10.0
15302026-05-09T15:48:14.406Z Compiling backon v1.6.0
15312026-05-09T15:48:14.418Z Compiling rand_chacha v0.3.1
15322026-05-09T15:48:14.607Z Compiling rustls-webpki v0.102.8
15332026-05-09T15:48:15.448Z Compiling rand v0.8.6
15342026-05-09T15:48:15.466Z Compiling slog-json v2.6.1
15352026-05-09T15:48:15.579Z Compiling hostname v0.3.1
15362026-05-09T15:48:15.590Z Compiling toml_parser v1.1.2+spec-1.1.0
15372026-05-09T15:48:15.663Z Compiling toml_datetime v1.1.1+spec-1.1.0
15382026-05-09T15:48:15.710Z Compiling memmap2 v0.9.10
15392026-05-09T15:48:15.925Z Compiling is-terminal v0.4.17
15402026-05-09T15:48:15.961Z Compiling wait-timeout v0.2.1
15412026-05-09T15:48:16.019Z Compiling either v1.15.0
15422026-05-09T15:48:16.063Z Compiling slog-term v2.9.2
15432026-05-09T15:48:16.079Z Compiling toml v1.1.2+spec-1.1.0
15442026-05-09T15:48:16.218Z Compiling rusty-fork v0.3.1
15452026-05-09T15:48:16.255Z Compiling usdt v0.6.0
15462026-05-09T15:48:16.267Z Compiling slog-bunyan v2.5.0
15472026-05-09T15:48:16.521Z Compiling serde_with v3.19.0
15482026-05-09T15:48:16.571Z Compiling async-compression v0.4.42
15492026-05-09T15:48:16.653Z Compiling rand_xorshift v0.4.0
15502026-05-09T15:48:16.799Z Compiling sha1 v0.10.6
15512026-05-09T15:48:16.873Z Compiling rustls-pemfile v2.2.0
15522026-05-09T15:48:16.941Z Compiling tokio-rustls v0.25.0
15532026-05-09T15:48:17.019Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15542026-05-09T15:48:17.069Z Compiling regress v0.10.5
15552026-05-09T15:48:17.162Z Compiling hostname v0.4.2
15562026-05-09T15:48:17.533Z Compiling proptest v1.11.0
15572026-05-09T15:48:18.479Z Compiling iddqd v0.3.18
15582026-05-09T15:48:18.937Z Compiling reqwest v0.12.28
15592026-05-09T15:48:19.397Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15602026-05-09T15:48:19.592Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15612026-05-09T15:48:19.839Z Compiling utf8parse v0.2.2
15622026-05-09T15:48:19.952Z Compiling anstyle-parse v1.0.0
15632026-05-09T15:48:20.142Z Compiling progenitor-client v0.10.0
15642026-05-09T15:48:20.169Z Compiling itertools v0.14.0
15652026-05-09T15:48:20.415Z Compiling backoff v0.4.0
15662026-05-09T15:48:20.627Z Compiling parse-display v0.10.0
15672026-05-09T15:48:20.896Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15682026-05-09T15:48:20.960Z Compiling anstyle-query v1.1.5
15692026-05-09T15:48:21.069Z Compiling colorchoice v1.0.5
15702026-05-09T15:48:21.186Z Compiling anstyle v1.0.14
15712026-05-09T15:48:21.325Z Compiling is_terminal_polyfill v1.70.2
15722026-05-09T15:48:21.400Z Compiling anstream v1.0.0
15732026-05-09T15:48:21.421Z Compiling clap_lex v1.1.0
15742026-05-09T15:48:22.082Z Compiling regress v0.11.1
15752026-05-09T15:48:22.218Z Compiling clap_derive v4.6.1
15762026-05-09T15:48:22.800Z Compiling terminal_size v0.4.4
15772026-05-09T15:48:23.710Z Compiling typify-impl v0.6.2
15782026-05-09T15:48:23.721Z Compiling toml_datetime v0.6.11
15792026-05-09T15:48:23.936Z Compiling zerocopy-derive v0.7.35
15802026-05-09T15:48:24.017Z Compiling convert_case v0.4.0
15812026-05-09T15:48:24.309Z Compiling derive_more v0.99.20
15822026-05-09T15:48:24.795Z Compiling zerocopy v0.7.35
15832026-05-09T15:48:25.175Z Compiling clap_builder v4.6.0
15842026-05-09T15:48:25.661Z Compiling toml_edit v0.25.11+spec-1.1.0
15852026-05-09T15:48:26.088Z Compiling unicode-width v0.2.2
15862026-05-09T15:48:26.336Z Compiling proc-macro-crate v3.5.0
15872026-05-09T15:48:26.754Z Compiling clap v4.6.1
15882026-05-09T15:48:26.781Z Compiling secrecy v0.10.3
15892026-05-09T15:48:26.832Z Compiling float-ord v0.3.2
15902026-05-09T15:48:26.932Z Compiling crucible-workspace-hack v0.1.0
15912026-05-09T15:48:26.944Z Compiling tinyvec_macros v0.1.1
15922026-05-09T15:48:26.979Z Compiling num_enum_derive v0.7.6
15932026-05-09T15:48:27.006Z Compiling tinyvec v1.11.0
15942026-05-09T15:48:27.677Z Compiling dtrace-parser v0.2.0
15952026-05-09T15:48:27.680Z Compiling scroll_derive v0.12.1
15962026-05-09T15:48:28.054Z Compiling num-integer v0.1.46
15972026-05-09T15:48:28.386Z Compiling rustc_version v0.4.1
15982026-05-09T15:48:28.404Z Compiling usdt-impl v0.5.0
15992026-05-09T15:48:28.452Z Compiling scroll v0.12.0
16002026-05-09T15:48:28.651Z Compiling curve25519-dalek v4.1.3
16012026-05-09T15:48:28.716Z Compiling num_enum v0.7.6
16022026-05-09T15:48:29.038Z Compiling dof v0.3.0
16032026-05-09T15:48:29.252Z Compiling hmac v0.12.1
16042026-05-09T15:48:29.369Z Compiling darling_core v0.21.3
16052026-05-09T15:48:29.385Z Compiling inout v0.1.4
16062026-05-09T15:48:29.421Z Compiling ff v0.13.1
16072026-05-09T15:48:29.445Z Compiling thread-id v4.2.2
16082026-05-09T15:48:29.467Z Compiling hkdf v0.12.4
16092026-05-09T15:48:29.521Z Compiling group v0.13.0
16102026-05-09T15:48:29.541Z Compiling cipher v0.4.4
16112026-05-09T15:48:29.994Z Compiling typify-macro v0.6.2
16122026-05-09T15:48:30.142Z Compiling goblin v0.8.2
16132026-05-09T15:48:30.213Z Compiling num-rational v0.4.2
16142026-05-09T15:48:30.322Z Compiling num-iter v0.1.45
16152026-05-09T15:48:30.437Z Compiling thiserror-impl-no-std v2.0.2
16162026-05-09T15:48:30.511Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16172026-05-09T15:48:30.846Z Compiling crossbeam-epoch v0.9.18
16182026-05-09T15:48:31.186Z Compiling universal-hash v0.5.1
16192026-05-09T15:48:31.273Z Compiling half v2.7.1
16202026-05-09T15:48:31.316Z Compiling crypto-bigint v0.5.5
16212026-05-09T15:48:31.439Z Compiling darling_macro v0.21.3
16222026-05-09T15:48:31.524Z Compiling curve25519-dalek-derive v0.1.1
16232026-05-09T15:48:31.566Z Compiling num-complex v0.4.6
16242026-05-09T15:48:32.034Z Compiling typify v0.6.2
16252026-05-09T15:48:32.203Z Compiling base16ct v0.2.0
16262026-05-09T15:48:32.213Z Compiling opaque-debug v0.3.1
16272026-05-09T15:48:32.236Z Compiling ciborium-io v0.2.2
16282026-05-09T15:48:32.289Z Compiling base64ct v1.8.3
16292026-05-09T15:48:32.304Z Compiling poly1305 v0.8.0
16302026-05-09T15:48:32.338Z Compiling ciborium-ll v0.2.2
16312026-05-09T15:48:32.488Z Compiling elliptic-curve v0.13.8
16322026-05-09T15:48:32.546Z Compiling password-hash v0.5.0
16332026-05-09T15:48:32.986Z Compiling darling v0.21.3
16342026-05-09T15:48:33.067Z Compiling num v0.4.3
16352026-05-09T15:48:33.138Z Compiling thiserror-no-std v2.0.2
16362026-05-09T15:48:33.535Z Compiling chacha20 v0.9.1
16372026-05-09T15:48:33.693Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16382026-05-09T15:48:33.748Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16392026-05-09T15:48:34.173Z Compiling blake2 v0.10.6
16402026-05-09T15:48:34.322Z Compiling byte-wrapper v0.1.0
16412026-05-09T15:48:34.380Z Compiling aead v0.5.2
16422026-05-09T15:48:34.539Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16432026-05-09T15:48:34.613Z Compiling proc-macro-error-attr v1.0.4
16442026-05-09T15:48:34.849Z Compiling heapless v0.8.0
16452026-05-09T15:48:34.860Z Compiling keccak v0.1.6
16462026-05-09T15:48:34.889Z Compiling prettyplease v0.2.37
16472026-05-09T15:48:35.088Z Compiling unsafe-libyaml v0.2.11
16482026-05-09T15:48:35.135Z Compiling rustix v0.38.44
16492026-05-09T15:48:35.627Z Compiling serde_yaml v0.9.34+deprecated
16502026-05-09T15:48:35.691Z Compiling sha3 v0.10.9
16512026-05-09T15:48:35.989Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16522026-05-09T15:48:36.837Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16532026-05-09T15:48:36.860Z Compiling chacha20poly1305 v0.10.1
16542026-05-09T15:48:36.989Z Compiling argon2 v0.5.3
16552026-05-09T15:48:37.186Z Compiling vsss-rs v3.3.4
16562026-05-09T15:48:37.261Z Compiling ingot-macros v0.1.1
16572026-05-09T15:48:37.619Z Compiling ciborium v0.2.2
16582026-05-09T15:48:38.473Z Compiling usdt-macro v0.5.0
16592026-05-09T15:48:38.658Z Compiling usdt-attr-macro v0.5.0
16602026-05-09T15:48:38.959Z Compiling rustls-webpki v0.103.13
16612026-05-09T15:48:40.389Z Compiling serde_spanned v0.6.9
16622026-05-09T15:48:40.403Z Compiling enum-as-inner v0.6.1
16632026-05-09T15:48:40.533Z Compiling hash32 v0.3.1
16642026-05-09T15:48:40.659Z Compiling proc-macro-error v1.0.4
16652026-05-09T15:48:40.688Z Compiling memmap v0.7.0
16662026-05-09T15:48:40.877Z Compiling winnow v0.5.40
16672026-05-09T15:48:40.901Z Compiling indent_write v2.2.0
16682026-05-09T15:48:40.993Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16692026-05-09T15:48:41.036Z Compiling winnow v0.7.15
16702026-05-09T15:48:41.238Z Compiling data-encoding v2.11.0
16712026-05-09T15:48:41.249Z Compiling static_assertions v1.1.0
16722026-05-09T15:48:41.319Z Compiling toml_write v0.1.2
16732026-05-09T15:48:41.431Z Compiling smoltcp v0.11.0
16742026-05-09T15:48:41.636Z Compiling usdt v0.5.0
16752026-05-09T15:48:41.985Z Compiling ingot-types v0.1.2
16762026-05-09T15:48:42.069Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16772026-05-09T15:48:42.226Z Compiling toml_edit v0.19.15
16782026-05-09T15:48:42.291Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16792026-05-09T15:48:42.388Z Compiling tokio-rustls v0.26.4
16802026-05-09T15:48:42.447Z Compiling rustls-platform-verifier v0.7.0
16812026-05-09T15:48:42.508Z Compiling toml_edit v0.22.27
16822026-05-09T15:48:42.585Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16832026-05-09T15:48:42.660Z Compiling hyper-rustls v0.27.9
16842026-05-09T15:48:42.954Z Compiling reqwest v0.13.3
16852026-05-09T15:48:44.272Z Compiling progenitor-client v0.14.0
16862026-05-09T15:48:44.308Z Compiling tabwriter v1.4.1
16872026-05-09T15:48:44.467Z Compiling cobs v0.3.0
16882026-05-09T15:48:44.550Z Compiling progenitor-extras v0.2.0
16892026-05-09T15:48:44.663Z Compiling serde_repr v0.1.20
16902026-05-09T15:48:44.789Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16912026-05-09T15:48:45.271Z Compiling memoffset v0.9.1
16922026-05-09T15:48:45.526Z Compiling vcpkg v0.2.15
16932026-05-09T15:48:45.645Z Compiling managed v0.8.0
16942026-05-09T15:48:45.773Z Compiling pkg-config v0.3.33
16952026-05-09T15:48:45.862Z Compiling cfg_aliases v0.2.1
16962026-05-09T15:48:45.938Z Compiling bitflags v1.3.2
16972026-05-09T15:48:46.015Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16982026-05-09T15:48:46.097Z Compiling nix v0.31.2
16992026-05-09T15:48:46.226Z Compiling openssl-sys v0.9.115
17002026-05-09T15:48:46.363Z Compiling postcard v1.1.3
17012026-05-09T15:48:46.700Z Compiling toml v0.8.23
17022026-05-09T15:48:46.775Z Compiling proc-macro-crate v1.3.1
17032026-05-09T15:48:47.200Z Compiling ingot v0.1.1
17042026-05-09T15:48:47.434Z Compiling hubpack_derive v0.1.1
17052026-05-09T15:48:47.447Z Compiling foreign-types-macros v0.2.3
17062026-05-09T15:48:47.650Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17072026-05-09T15:48:47.959Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17082026-05-09T15:48:47.985Z Compiling linked-hash-map v0.5.6
17092026-05-09T15:48:48.044Z Compiling swrite v0.1.0
17102026-05-09T15:48:48.114Z Compiling resolv-conf v0.7.6
17112026-05-09T15:48:48.140Z Compiling cpufeatures v0.3.0
17122026-05-09T15:48:48.172Z Compiling colored v3.1.1
17132026-05-09T15:48:48.201Z Compiling semver v0.1.20
17142026-05-09T15:48:48.212Z Compiling heck v0.4.1
17152026-05-09T15:48:48.409Z Compiling foreign-types-shared v0.3.1
17162026-05-09T15:48:48.462Z Compiling unicode-segmentation v1.13.2
17172026-05-09T15:48:48.496Z Compiling rayon-core v1.13.0
17182026-05-09T15:48:48.506Z Compiling foreign-types v0.5.0
17192026-05-09T15:48:48.567Z Compiling rustc_version v0.1.7
17202026-05-09T15:48:48.629Z Compiling chacha20 v0.10.0
17212026-05-09T15:48:48.742Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17222026-05-09T15:48:48.768Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17232026-05-09T15:48:48.882Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17242026-05-09T15:48:48.893Z Compiling newline-converter v0.3.0
17252026-05-09T15:48:49.007Z Compiling lru-cache v0.1.2
17262026-05-09T15:48:49.129Z Compiling hubpack v0.1.2
17272026-05-09T15:48:49.163Z Compiling num_enum_derive v0.5.11
17282026-05-09T15:48:49.636Z Compiling atomicwrites v0.4.4
17292026-05-09T15:48:49.956Z Compiling hickory-proto v0.24.4
17302026-05-09T15:48:50.198Z Compiling progenitor-impl v0.13.0
17312026-05-09T15:48:50.906Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17322026-05-09T15:48:51.162Z Compiling crossbeam-deque v0.8.6
17332026-05-09T15:48:51.310Z Compiling console v0.15.11
17342026-05-09T15:48:51.360Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17352026-05-09T15:48:51.437Z Compiling camino-tempfile v1.4.1
17362026-05-09T15:48:51.679Z Compiling serde-big-array v0.5.1
17372026-05-09T15:48:51.743Z Compiling derive-where v1.6.1
17382026-05-09T15:48:51.821Z Compiling pin-project-internal v1.1.12
17392026-05-09T15:48:51.876Z Compiling num-derive v0.4.2
17402026-05-09T15:48:51.971Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17412026-05-09T15:48:52.041Z Compiling cstr-argument v0.1.2
17422026-05-09T15:48:52.198Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17432026-05-09T15:48:52.441Z Compiling minimal-lexical v0.2.1
17442026-05-09T15:48:52.552Z Compiling similar v2.7.0
17452026-05-09T15:48:52.699Z Compiling siphasher v1.0.3
17462026-05-09T15:48:52.885Z Compiling phf_shared v0.12.1
17472026-05-09T15:48:52.899Z Compiling nom v7.1.3
17482026-05-09T15:48:52.981Z Compiling pin-project v1.1.12
17492026-05-09T15:48:53.063Z Compiling expectorate v1.2.0
17502026-05-09T15:48:53.100Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512026-05-09T15:48:53.214Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17522026-05-09T15:48:53.290Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17532026-05-09T15:48:53.337Z Compiling hickory-resolver v0.24.4
17542026-05-09T15:48:53.525Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17552026-05-09T15:48:53.576Z Compiling num_enum v0.5.11
17562026-05-09T15:48:53.691Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17572026-05-09T15:48:53.798Z Compiling progenitor-macro v0.13.0
17582026-05-09T15:48:54.121Z Compiling rand v0.10.1
17592026-05-09T15:48:54.260Z Compiling newtype_derive v0.1.6
17602026-05-09T15:48:54.502Z Compiling progenitor-client v0.13.0
17612026-05-09T15:48:55.178Z Compiling progenitor-impl v0.14.0
17622026-05-09T15:48:55.375Z Compiling unicode-normalization v0.1.25
17632026-05-09T15:48:55.845Z Compiling tokio-stream v0.1.18
17642026-05-09T15:48:55.943Z Compiling async-recursion v1.1.1
17652026-05-09T15:48:56.120Z Compiling snafu-derive v0.8.9
17662026-05-09T15:48:56.167Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17672026-05-09T15:48:56.304Z Compiling slog-dtrace v0.3.0
17682026-05-09T15:48:56.473Z Compiling csv-core v0.1.13
17692026-05-09T15:48:56.554Z Compiling bstr v1.12.1
17702026-05-09T15:48:56.646Z Compiling highway v1.3.0
17712026-05-09T15:48:56.740Z Compiling konst_macro_rules v0.2.19
17722026-05-09T15:48:56.922Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17732026-05-09T15:48:57.027Z Compiling owo-colors v4.3.0
17742026-05-09T15:48:57.047Z Compiling foldhash v0.1.5
17752026-05-09T15:48:57.228Z Compiling cancel-safe-futures v0.1.5
17762026-05-09T15:48:57.396Z Compiling foreign-types-shared v0.1.1
17772026-05-09T15:48:57.488Z Compiling chrono-tz v0.10.4
17782026-05-09T15:48:57.529Z Compiling unicode-width v0.1.14
17792026-05-09T15:48:57.723Z Compiling unicode-xid v0.2.6
17802026-05-09T15:48:57.806Z Compiling openssl v0.10.79
17812026-05-09T15:48:57.852Z Compiling same-file v1.0.6
17822026-05-09T15:48:57.898Z Compiling snafu v0.8.9
17832026-05-09T15:48:58.038Z Compiling walkdir v2.5.0
17842026-05-09T15:48:58.111Z Compiling const_format_proc_macros v0.2.34
17852026-05-09T15:48:58.330Z Compiling foreign-types v0.3.2
17862026-05-09T15:48:58.394Z Compiling hashbrown v0.15.5
17872026-05-09T15:48:58.405Z Compiling globset v0.4.18
17882026-05-09T15:48:58.405Z Compiling konst v0.2.20
17892026-05-09T15:48:58.657Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17902026-05-09T15:48:58.784Z Compiling progenitor-macro v0.14.0
17912026-05-09T15:48:58.921Z Compiling progenitor v0.13.0
17922026-05-09T15:48:58.931Z Compiling csv v1.4.0
17932026-05-09T15:48:59.047Z Compiling qorb v0.4.1
17942026-05-09T15:48:59.058Z Compiling olpc-cjson v0.1.4
17952026-05-09T15:48:59.222Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17962026-05-09T15:48:59.431Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17972026-05-09T15:49:00.589Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17982026-05-09T15:49:00.923Z Compiling rayon v1.12.0
17992026-05-09T15:49:00.935Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18002026-05-09T15:49:01.143Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18012026-05-09T15:49:01.238Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18022026-05-09T15:49:01.273Z Compiling phf v0.12.1
18032026-05-09T15:49:01.466Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18042026-05-09T15:49:01.822Z Compiling zone_cfg_derive v0.3.1
18052026-05-09T15:49:01.982Z Compiling tokio-dtrace v0.1.1
18062026-05-09T15:49:02.449Z Compiling itertools v0.12.1
18072026-05-09T15:49:02.547Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18082026-05-09T15:49:02.587Z Compiling libsw-core v0.3.2
18092026-05-09T15:49:02.717Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18102026-05-09T15:49:02.747Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18112026-05-09T15:49:02.758Z Compiling serde_plain v1.0.2
18122026-05-09T15:49:02.965Z Compiling openssl-macros v0.1.1
18132026-05-09T15:49:03.130Z Compiling pem v3.0.6
18142026-05-09T15:49:03.322Z Compiling cookie v0.18.1
18152026-05-09T15:49:03.437Z Compiling sigpipe v0.1.3
18162026-05-09T15:49:03.473Z Compiling typed-path v0.9.3
18172026-05-09T15:49:03.515Z Compiling bytecount v0.6.9
18182026-05-09T15:49:03.526Z Compiling jiff v0.2.24
18192026-05-09T15:49:03.570Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18202026-05-09T15:49:03.661Z Compiling glob v0.3.3
18212026-05-09T15:49:03.674Z Compiling fixedbitset v0.5.7
18222026-05-09T15:49:03.811Z Compiling fixedbitset v0.4.2
18232026-05-09T15:49:03.890Z Compiling progenitor v0.14.0
18242026-05-09T15:49:04.017Z Compiling petgraph v0.6.5
18252026-05-09T15:49:04.031Z Compiling petgraph v0.8.3
18262026-05-09T15:49:04.064Z Compiling papergrid v0.11.0
18272026-05-09T15:49:04.155Z Compiling zone v0.3.1
18282026-05-09T15:49:04.835Z Compiling tough v0.20.0
18292026-05-09T15:49:05.512Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-05-09T15:49:05.829Z Compiling libsw v3.5.0
18312026-05-09T15:49:05.840Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18322026-05-09T15:49:05.913Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18332026-05-09T15:49:06.006Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18342026-05-09T15:49:06.084Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18352026-05-09T15:49:06.115Z Compiling oxide-tokio-rt v0.1.5
18362026-05-09T15:49:06.419Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18372026-05-09T15:49:06.763Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18382026-05-09T15:49:07.189Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18392026-05-09T15:49:07.437Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18402026-05-09T15:49:07.694Z Compiling const_format v0.2.36
18412026-05-09T15:49:08.206Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18422026-05-09T15:49:08.317Z Compiling tabled_derive v0.7.0
18432026-05-09T15:49:08.346Z Compiling gethostname v0.5.0
18442026-05-09T15:49:08.363Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18452026-05-09T15:49:08.465Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18462026-05-09T15:49:08.484Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18472026-05-09T15:49:08.539Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18482026-05-09T15:49:08.586Z Compiling smf v0.2.3
18492026-05-09T15:49:08.612Z Compiling bcs v0.1.6
18502026-05-09T15:49:08.934Z Compiling nom v8.0.0
18512026-05-09T15:49:09.118Z Compiling lazy_static v1.5.0
18522026-05-09T15:49:09.194Z Compiling unicode-linebreak v0.1.5
18532026-05-09T15:49:09.224Z Compiling crunchy v0.2.4
18542026-05-09T15:49:09.292Z Compiling smawk v0.3.2
18552026-05-09T15:49:09.436Z Compiling tagptr v0.2.0
18562026-05-09T15:49:09.448Z Compiling termtree v0.5.1
18572026-05-09T15:49:09.528Z Compiling linear-map v1.2.0
18582026-05-09T15:49:09.588Z Compiling whoami v1.6.1
18592026-05-09T15:49:09.600Z Compiling moka v0.12.15
18602026-05-09T15:49:09.624Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18612026-05-09T15:49:09.712Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18622026-05-09T15:49:09.926Z Compiling textwrap v0.16.2
18632026-05-09T15:49:10.408Z Compiling tabled v0.15.0
18642026-05-09T15:49:10.451Z Compiling steno v0.4.1
18652026-05-09T15:49:10.859Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18662026-05-09T15:49:11.337Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18672026-05-09T15:49:11.482Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18682026-05-09T15:49:12.315Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18692026-05-09T15:49:13.089Z Compiling hickory-proto v0.25.2
18702026-05-09T15:49:13.279Z Compiling tiny-keccak v2.0.2
18712026-05-09T15:49:13.519Z Compiling humantime v2.3.0
18722026-05-09T15:49:13.695Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18732026-05-09T15:49:13.802Z Compiling parking_lot_core v0.8.6
18742026-05-09T15:49:14.091Z Compiling libscf-sys v1.2.0
18752026-05-09T15:49:14.117Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18762026-05-09T15:49:14.237Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18772026-05-09T15:49:14.349Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18782026-05-09T15:49:14.612Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18792026-05-09T15:49:14.802Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18802026-05-09T15:49:14.906Z Compiling const-random-macro v0.1.16
18812026-05-09T15:49:14.984Z Compiling hickory-resolver v0.25.2
18822026-05-09T15:49:15.007Z Compiling smartstring v1.0.1
18832026-05-09T15:49:15.168Z Compiling ahash v0.8.12
18842026-05-09T15:49:15.312Z Compiling const-random v0.1.18
18852026-05-09T15:49:15.384Z Compiling parking_lot v0.11.2
18862026-05-09T15:49:15.557Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18872026-05-09T15:49:15.789Z Compiling fxhash v0.2.1
18882026-05-09T15:49:15.800Z Compiling internet-checksum v0.2.1
18892026-05-09T15:49:15.814Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18902026-05-09T15:49:15.926Z Compiling sled v0.34.7
18912026-05-09T15:49:16.459Z Compiling thin-vec v0.2.18
18922026-05-09T15:49:16.624Z Compiling rhai_codegen v3.1.0
18932026-05-09T15:49:16.760Z Compiling sdd v3.0.10
18942026-05-09T15:49:17.101Z Compiling scc v2.4.0
18952026-05-09T15:49:17.258Z Compiling serial_test_derive v3.4.0
18962026-05-09T15:49:17.704Z Compiling diff v0.1.13
18972026-05-09T15:49:17.915Z Compiling rhai v1.24.0
18982026-05-09T15:49:18.006Z Compiling yansi v1.0.1
18992026-05-09T15:49:18.338Z Compiling pretty_assertions v1.4.1
19002026-05-09T15:49:18.345Z Compiling serial_test v3.4.0
19012026-05-09T15:49:18.611Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19022026-05-09T15:49:19.797Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19032026-05-09T15:49:27.847Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19042026-05-09T15:49:29.488Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19052026-05-09T15:49:30.505Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19062026-05-09T15:49:31.570Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19072026-05-09T15:49:32.372Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19082026-05-09T15:49:33.513Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19092026-05-09T15:50:05.978Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19102026-05-09T15:50:06.159Z────────────
19112026-05-09T15:50:06.159Z Nextest run ID ff1414c3-e7b3-4421-9caf-31d1020ee326 with nextest profile: default
19122026-05-09T15:50:06.159Z Starting 150 tests across 3 binaries
19132026-05-09T15:50:06.169Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_round_trip
19142026-05-09T15:50:06.172Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19152026-05-09T15:50:06.172Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19162026-05-09T15:50:06.172Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19172026-05-09T15:50:06.172Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19182026-05-09T15:50:06.172Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19192026-05-09T15:50:06.172Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19202026-05-09T15:50:06.172Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19212026-05-09T15:50:06.178Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19222026-05-09T15:50:06.181Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19232026-05-09T15:50:06.181Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19242026-05-09T15:50:06.181Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19252026-05-09T15:50:06.181Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19262026-05-09T15:50:06.181Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19272026-05-09T15:50:06.184Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19282026-05-09T15:50:06.184Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19292026-05-09T15:50:06.187Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19302026-05-09T15:50:06.190Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19312026-05-09T15:50:06.190Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19322026-05-09T15:50:06.190Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19332026-05-09T15:50:06.190Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19342026-05-09T15:50:06.193Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19352026-05-09T15:50:06.193Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19362026-05-09T15:50:06.193Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19372026-05-09T15:50:06.196Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19382026-05-09T15:50:06.199Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19392026-05-09T15:50:06.199Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19402026-05-09T15:50:06.199Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19412026-05-09T15:50:06.199Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19422026-05-09T15:50:06.199Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19432026-05-09T15:50:06.199Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19442026-05-09T15:50:06.202Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19452026-05-09T15:50:06.206Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19462026-05-09T15:50:06.209Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19472026-05-09T15:50:06.209Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19482026-05-09T15:50:06.209Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19492026-05-09T15:50:06.209Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19502026-05-09T15:50:06.209Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19512026-05-09T15:50:06.209Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19522026-05-09T15:50:06.212Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19532026-05-09T15:50:06.215Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19542026-05-09T15:50:06.217Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19552026-05-09T15:50:06.217Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19562026-05-09T15:50:06.217Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19572026-05-09T15:50:06.217Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19582026-05-09T15:50:06.217Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19592026-05-09T15:50:06.217Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19602026-05-09T15:50:06.221Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19612026-05-09T15:50:06.224Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19622026-05-09T15:50:06.224Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19632026-05-09T15:50:06.224Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19642026-05-09T15:50:06.227Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19652026-05-09T15:50:06.227Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19662026-05-09T15:50:06.227Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19672026-05-09T15:50:06.227Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
19682026-05-09T15:50:06.227Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19692026-05-09T15:50:06.231Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19702026-05-09T15:50:06.234Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19712026-05-09T15:50:06.234Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19722026-05-09T15:50:06.234Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19732026-05-09T15:50:06.234Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19742026-05-09T15:50:06.238Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19752026-05-09T15:50:06.238Z PASS [ 0.009s] bgp messages::tests::prefix_within
19762026-05-09T15:50:06.238Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19772026-05-09T15:50:06.241Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19782026-05-09T15:50:06.244Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19792026-05-09T15:50:06.244Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19802026-05-09T15:50:06.244Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19812026-05-09T15:50:06.244Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19822026-05-09T15:50:06.244Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19832026-05-09T15:50:06.244Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19842026-05-09T15:50:06.247Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19852026-05-09T15:50:06.250Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19862026-05-09T15:50:06.253Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19872026-05-09T15:50:06.253Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19882026-05-09T15:50:06.253Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19892026-05-09T15:50:06.253Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19902026-05-09T15:50:06.253Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19912026-05-09T15:50:06.253Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19922026-05-09T15:50:06.253Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19932026-05-09T15:50:06.258Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19942026-05-09T15:50:06.261Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19952026-05-09T15:50:06.261Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19962026-05-09T15:50:06.265Z PASS [ 0.010s] bgp messages::tests::test_nexthop_length_validation
19972026-05-09T15:50:06.275Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
19982026-05-09T15:50:06.278Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19992026-05-09T15:50:06.278Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20002026-05-09T15:50:06.278Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20012026-05-09T15:50:06.278Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20022026-05-09T15:50:06.278Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20032026-05-09T15:50:06.282Z PASS [ 0.021s] bgp policy::test::update_shape_community
20042026-05-09T15:50:06.290Z PASS [ 0.030s] bgp proptest::prop_encode_decode_semantic_equivalence
20052026-05-09T15:50:06.293Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20062026-05-09T15:50:06.293Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20072026-05-09T15:50:06.293Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20082026-05-09T15:50:06.293Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20092026-05-09T15:50:06.296Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20102026-05-09T15:50:06.296Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20112026-05-09T15:50:06.296Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20122026-05-09T15:50:06.303Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20132026-05-09T15:50:06.306Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20142026-05-09T15:50:06.309Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20152026-05-09T15:50:06.309Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20162026-05-09T15:50:06.312Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20172026-05-09T15:50:06.315Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20182026-05-09T15:50:06.315Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20192026-05-09T15:50:06.318Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20202026-05-09T15:50:06.318Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20212026-05-09T15:50:06.321Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20222026-05-09T15:50:06.321Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20232026-05-09T15:50:06.321Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20242026-05-09T15:50:06.324Z PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip
20252026-05-09T15:50:06.324Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20262026-05-09T15:50:06.327Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20272026-05-09T15:50:06.327Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20282026-05-09T15:50:06.327Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20292026-05-09T15:50:06.330Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20302026-05-09T15:50:06.330Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20312026-05-09T15:50:06.330Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20322026-05-09T15:50:06.333Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20332026-05-09T15:50:06.333Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20342026-05-09T15:50:09.393Z PASS [ 3.068s] bgp test::test_basic_peering_passive
20352026-05-09T15:50:09.399Z PASS [ 3.074s] bgp test::test_basic_peering_active
20362026-05-09T15:50:09.402Z PASS [ 3.072s] bgp test::test_basic_update
20372026-05-09T15:50:09.402Z PASS [ 3.072s] bgp test::test_basic_update_ipv6
20382026-05-09T15:50:09.404Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
20392026-05-09T15:50:09.408Z PASS [ 3.078s] bgp test::test_basic_update_ipv6_tcp
20402026-05-09T15:50:09.412Z PASS [ 3.087s] bgp test::test_basic_peering_active_tcp
20412026-05-09T15:50:09.415Z PASS [ 3.081s] bgp test::test_basic_update_tcp
20422026-05-09T15:50:12.471Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_active
20432026-05-09T15:50:12.477Z PASS [ 3.065s] bgp test::test_ipv6_basic_peering_passive
20442026-05-09T15:50:12.490Z PASS [ 3.082s] bgp test::test_ipv6_basic_peering_active_tcp
20452026-05-09T15:50:12.493Z PASS [ 3.080s] bgp test::test_ipv6_basic_peering_passive_tcp
20462026-05-09T15:50:13.480Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv6_peer_success
20472026-05-09T15:50:13.481Z PASS [ 4.087s] bgp test::test_dual_stack_routes_ipv4_peer_success
20482026-05-09T15:50:13.484Z PASS [ 4.079s] bgp test::test_import_export_policy_filtering
20492026-05-09T15:50:13.484Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20502026-05-09T15:50:13.538Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20512026-05-09T15:50:14.555Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20522026-05-09T15:50:14.577Z PASS [ 1.096s] bgp test::test_three_router_chain_tcp_ipv6
20532026-05-09T15:50:14.577Z PASS [ 1.096s] bgp test::test_three_router_chain_tcp
20542026-05-09T15:50:15.311Z PASS [ 2.821s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20552026-05-09T15:50:15.616Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20562026-05-09T15:50:16.547Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20572026-05-09T15:50:16.548Z PASS [ 3.066s] bgp test::test_three_router_chain_unnumbered
20582026-05-09T15:50:18.544Z PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange
20592026-05-09T15:50:19.638Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20602026-05-09T15:50:23.639Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20612026-05-09T15:50:24.372Z PASS [ 9.060s] bgp test::test_unnumbered_unaffected_by_ndp
20622026-05-09T15:50:31.603Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20632026-05-09T15:50:31.603Z────────────
20642026-05-09T15:50:31.603Z Summary [ 25.442s] 150 tests run: 150 passed, 0 skipped
20652026-05-09T15:50:31.615Z+ 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/
20662026-05-09T15:50:31.621Z+ popd
20672026-05-09T15:50:31.621Z+ pushd mgd
20682026-05-09T15:50:31.623Z/work/oxidecomputer/maghemite
20692026-05-09T15:50:31.623Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20702026-05-09T15:50:31.623Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20712026-05-09T15:50:32.793Z Compiling slog v2.8.2
20722026-05-09T15:50:32.902Z Compiling usdt v0.6.0
20732026-05-09T15:50:32.992Z Compiling typify-impl v0.4.3
20742026-05-09T15:50:33.009Z Compiling proc-macro-error-attr2 v2.0.0
20752026-05-09T15:50:33.029Z Compiling papergrid v0.17.0
20762026-05-09T15:50:33.174Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
20772026-05-09T15:50:33.193Z Compiling testing_table v0.3.0
20782026-05-09T15:50:33.288Z Compiling slog-json v2.6.1
20792026-05-09T15:50:33.350Z Compiling slog-term v2.9.2
20802026-05-09T15:50:33.492Z Compiling slog-async v2.8.0
20812026-05-09T15:50:33.662Z Compiling slog-bunyan v2.5.0
20822026-05-09T15:50:33.803Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20832026-05-09T15:50:33.942Z Compiling dropshot v0.17.0
20842026-05-09T15:50:33.954Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20852026-05-09T15:50:34.031Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20862026-05-09T15:50:34.311Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20872026-05-09T15:50:34.374Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20882026-05-09T15:50:34.758Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20892026-05-09T15:50:35.060Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20902026-05-09T15:50:35.182Z Compiling slog-dtrace v0.3.0
20912026-05-09T15:50:35.504Z Compiling steno v0.4.1
20922026-05-09T15:50:35.509Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20932026-05-09T15:50:37.144Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20942026-05-09T15:50:38.682Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20952026-05-09T15:50:39.166Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20962026-05-09T15:50:39.185Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20972026-05-09T15:50:39.754Z Compiling typify-macro v0.4.3
20982026-05-09T15:50:39.999Z Compiling proc-macro-error2 v2.0.1
20992026-05-09T15:50:40.277Z Compiling tabled_derive v0.11.0
21002026-05-09T15:50:40.583Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21012026-05-09T15:50:40.808Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21022026-05-09T15:50:40.953Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
21032026-05-09T15:50:41.212Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21042026-05-09T15:50:41.244Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21052026-05-09T15:50:41.438Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21062026-05-09T15:50:41.813Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21072026-05-09T15:50:43.336Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21082026-05-09T15:50:43.556Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21092026-05-09T15:50:43.687Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21102026-05-09T15:50:43.970Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21112026-05-09T15:50:44.211Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21122026-05-09T15:50:44.445Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21132026-05-09T15:50:45.239Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21142026-05-09T15:50:45.315Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21152026-05-09T15:50:45.427Z Compiling typify v0.4.3
21162026-05-09T15:50:45.441Z Compiling tabled v0.20.0
21172026-05-09T15:50:45.524Z Compiling progenitor-impl v0.11.2
21182026-05-09T15:50:45.612Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
21192026-05-09T15:50:46.146Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21202026-05-09T15:50:47.229Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21212026-05-09T15:50:47.410Z Compiling progenitor-client v0.11.2
21222026-05-09T15:50:47.454Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21232026-05-09T15:50:47.697Z Compiling crc8 v0.1.1
21242026-05-09T15:50:47.819Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21252026-05-09T15:50:48.239Z Compiling dropshot-api-manager-types v0.7.1
21262026-05-09T15:50:49.115Z Compiling progenitor-macro v0.11.2
21272026-05-09T15:50:49.239Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21282026-05-09T15:50:49.242Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21292026-05-09T15:50:50.651Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21302026-05-09T15:50:51.263Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21312026-05-09T15:50:51.668Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21322026-05-09T15:50:53.243Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21332026-05-09T15:50:53.258Z Compiling progenitor v0.11.2
21342026-05-09T15:50:53.393Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21352026-05-09T15:50:53.429Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21362026-05-09T15:50:58.714Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21372026-05-09T15:51:06.238Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21382026-05-09T15:51:07.840Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
21392026-05-09T15:51:08.865Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21402026-05-09T15:51:09.929Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21412026-05-09T15:51:10.731Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21422026-05-09T15:51:11.872Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21432026-05-09T15:51:11.872Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21442026-05-09T15:51:11.875Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21452026-05-09T15:51:16.098Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21462026-05-09T15:51:17.424Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21472026-05-09T15:51:45.835Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
21482026-05-09T15:51:46.005Z────────────
21492026-05-09T15:51:46.005Z Nextest run ID 659bf100-3870-4ad2-b747-36bcb5ed8a14 with nextest profile: default
21502026-05-09T15:51:46.005Z Starting 32 tests across 3 binaries
21512026-05-09T15:51:46.016Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21522026-05-09T15:51:46.016Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21532026-05-09T15:51:46.032Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21542026-05-09T15:51:46.048Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21552026-05-09T15:51:46.062Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21562026-05-09T15:51:46.062Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21572026-05-09T15:51:46.066Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21582026-05-09T15:51:46.066Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21592026-05-09T15:51:46.066Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21602026-05-09T15:51:46.066Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21612026-05-09T15:51:46.066Z PASS [ 0.060s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21622026-05-09T15:51:46.071Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21632026-05-09T15:51:46.074Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21642026-05-09T15:51:46.074Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21652026-05-09T15:51:46.074Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21662026-05-09T15:51:46.074Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21672026-05-09T15:51:46.074Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21682026-05-09T15:51:46.075Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21692026-05-09T15:51:46.080Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21702026-05-09T15:51:46.083Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21712026-05-09T15:51:46.083Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21722026-05-09T15:51:46.083Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21732026-05-09T15:51:46.083Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21742026-05-09T15:51:46.083Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21752026-05-09T15:51:46.083Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21762026-05-09T15:51:46.087Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21772026-05-09T15:51:46.091Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21782026-05-09T15:51:46.091Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21792026-05-09T15:51:46.091Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21802026-05-09T15:51:46.091Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21812026-05-09T15:51:46.094Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21822026-05-09T15:51:46.094Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21832026-05-09T15:51:46.094Z────────────
21842026-05-09T15:51:46.094Z Summary [ 0.087s] 32 tests run: 32 passed, 0 skipped
21852026-05-09T15:51:46.103Z+ cp apply_remove_entire_group.log /work/
21862026-05-09T15:51:46.106Z+ popd
21872026-05-09T15:51:46.106Z/work/oxidecomputer/maghemite
21882026-05-09T15:51:46.106Zprocess exited: duration 417642 ms, exit code 0
 
21892026-05-09T15:51:46.117Zfound 66 output files
21902026-05-09T15:51:46.117Zuploading: /work/apply_remove_entire_group.log (9220 bytes)
21912026-05-09T15:51:47.128Zuploaded: /work/apply_remove_entire_group.log
21922026-05-09T15:51:47.128Zuploading: /work/dualstack_routes.log (84946 bytes)
21932026-05-09T15:51:48.140Zuploaded: /work/dualstack_routes.log
21942026-05-09T15:51:48.143Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2014 bytes)
21952026-05-09T15:51:49.148Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21962026-05-09T15:51:49.151Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1394 bytes)
21972026-05-09T15:51:50.157Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21982026-05-09T15:51:50.157Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (1426 bytes)
21992026-05-09T15:51:51.164Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22002026-05-09T15:51:51.164Zuploading: /work/loopback-manager.test_basic_update_tcp.log (1669 bytes)
22012026-05-09T15:51:52.172Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22022026-05-09T15:51:52.175Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2257 bytes)
22032026-05-09T15:51:53.180Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22042026-05-09T15:51:53.183Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2339 bytes)
22052026-05-09T15:51:54.189Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22062026-05-09T15:51:54.189Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2276 bytes)
22072026-05-09T15:51:55.196Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22082026-05-09T15:51:55.199Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2261 bytes)
22092026-05-09T15:51:56.204Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22102026-05-09T15:51:56.209Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2162 bytes)
22112026-05-09T15:51:57.213Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22122026-05-09T15:51:57.213Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2298 bytes)
22132026-05-09T15:51:58.220Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22142026-05-09T15:51:58.223Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2173 bytes)
22152026-05-09T15:51:59.228Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22162026-05-09T15:51:59.231Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2455 bytes)
22172026-05-09T15:52:00.236Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22182026-05-09T15:52:00.240Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3524 bytes)
22192026-05-09T15:52:01.246Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22202026-05-09T15:52:01.249Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3537 bytes)
22212026-05-09T15:52:02.254Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22222026-05-09T15:52:02.257Zuploading: /work/multiple_unnumbered.log (143818 bytes)
22232026-05-09T15:52:03.265Zuploaded: /work/multiple_unnumbered.log
22242026-05-09T15:52:03.267Zuploading: /work/ndp_change_reset.log (70216 bytes)
22252026-05-09T15:52:04.274Zuploaded: /work/ndp_change_reset.log
22262026-05-09T15:52:04.277Zuploading: /work/ndp_changes.log (88829 bytes)
22272026-05-09T15:52:05.285Zuploaded: /work/ndp_changes.log
22282026-05-09T15:52:05.285Zuploading: /work/r1.test_basic_peering_active.log (40387 bytes)
22292026-05-09T15:52:06.293Zuploaded: /work/r1.test_basic_peering_active.log
22302026-05-09T15:52:06.296Zuploading: /work/r1.test_basic_peering_active_tcp.log (49135 bytes)
22312026-05-09T15:52:07.302Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22322026-05-09T15:52:07.305Zuploading: /work/r1.test_basic_peering_passive.log (33906 bytes)
22332026-05-09T15:52:08.310Zuploaded: /work/r1.test_basic_peering_passive.log
22342026-05-09T15:52:08.313Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39685 bytes)
22352026-05-09T15:52:09.318Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22362026-05-09T15:52:09.321Zuploading: /work/r1.test_basic_update.log (28423 bytes)
22372026-05-09T15:52:10.327Zuploaded: /work/r1.test_basic_update.log
22382026-05-09T15:52:10.327Zuploading: /work/r1.test_basic_update_ipv6.log (28247 bytes)
22392026-05-09T15:52:11.336Zuploaded: /work/r1.test_basic_update_ipv6.log
22402026-05-09T15:52:11.338Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31125 bytes)
22412026-05-09T15:52:12.344Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22422026-05-09T15:52:12.347Zuploading: /work/r1.test_basic_update_tcp.log (31392 bytes)
22432026-05-09T15:52:13.352Zuploaded: /work/r1.test_basic_update_tcp.log
22442026-05-09T15:52:13.355Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (41473 bytes)
22452026-05-09T15:52:14.360Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22462026-05-09T15:52:14.363Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (56846 bytes)
22472026-05-09T15:52:15.370Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22482026-05-09T15:52:15.373Zuploading: /work/r1.test_import_export_policy_filtering.log (54990 bytes)
22492026-05-09T15:52:16.380Zuploaded: /work/r1.test_import_export_policy_filtering.log
22502026-05-09T15:52:16.383Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35850 bytes)
22512026-05-09T15:52:17.389Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22522026-05-09T15:52:17.392Zuploading: /work/r1.test_ipv6_basic_peering_active.log (38287 bytes)
22532026-05-09T15:52:18.397Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22542026-05-09T15:52:18.400Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (47682 bytes)
22552026-05-09T15:52:19.406Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22562026-05-09T15:52:19.409Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33733 bytes)
22572026-05-09T15:52:20.414Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22582026-05-09T15:52:20.417Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39616 bytes)
22592026-05-09T15:52:21.422Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22602026-05-09T15:52:21.425Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35117 bytes)
22612026-05-09T15:52:22.430Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22622026-05-09T15:52:22.433Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29938 bytes)
22632026-05-09T15:52:23.439Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22642026-05-09T15:52:23.442Zuploading: /work/r1.test_three_router_chain_tcp.log (22155 bytes)
22652026-05-09T15:52:24.448Zuploaded: /work/r1.test_three_router_chain_tcp.log
22662026-05-09T15:52:24.450Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25927 bytes)
22672026-05-09T15:52:25.456Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22682026-05-09T15:52:25.457Zuploading: /work/r2.test_basic_peering_active.log (38932 bytes)
22692026-05-09T15:52:26.465Zuploaded: /work/r2.test_basic_peering_active.log
22702026-05-09T15:52:26.467Zuploading: /work/r2.test_basic_peering_active_tcp.log (47936 bytes)
22712026-05-09T15:52:27.473Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22722026-05-09T15:52:27.473Zuploading: /work/r2.test_basic_peering_passive.log (41544 bytes)
22732026-05-09T15:52:28.482Zuploaded: /work/r2.test_basic_peering_passive.log
22742026-05-09T15:52:28.485Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46769 bytes)
22752026-05-09T15:52:29.490Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22762026-05-09T15:52:29.493Zuploading: /work/r2.test_basic_update.log (26544 bytes)
22772026-05-09T15:52:30.499Zuploaded: /work/r2.test_basic_update.log
22782026-05-09T15:52:30.501Zuploading: /work/r2.test_basic_update_ipv6.log (26846 bytes)
22792026-05-09T15:52:31.509Zuploaded: /work/r2.test_basic_update_ipv6.log
22802026-05-09T15:52:31.509Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32791 bytes)
22812026-05-09T15:52:32.517Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22822026-05-09T15:52:32.517Zuploading: /work/r2.test_basic_update_tcp.log (29708 bytes)
22832026-05-09T15:52:33.526Zuploaded: /work/r2.test_basic_update_tcp.log
22842026-05-09T15:52:33.528Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (42414 bytes)
22852026-05-09T15:52:34.534Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22862026-05-09T15:52:34.537Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (55030 bytes)
22872026-05-09T15:52:35.543Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22882026-05-09T15:52:35.546Zuploading: /work/r2.test_import_export_policy_filtering.log (53225 bytes)
22892026-05-09T15:52:36.553Zuploaded: /work/r2.test_import_export_policy_filtering.log
22902026-05-09T15:52:36.556Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (35210 bytes)
22912026-05-09T15:52:37.562Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22922026-05-09T15:52:37.565Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39027 bytes)
22932026-05-09T15:52:38.570Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22942026-05-09T15:52:38.573Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47393 bytes)
22952026-05-09T15:52:39.579Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22962026-05-09T15:52:39.582Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41275 bytes)
22972026-05-09T15:52:40.587Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22982026-05-09T15:52:40.590Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46672 bytes)
22992026-05-09T15:52:41.595Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23002026-05-09T15:52:41.598Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38169 bytes)
23012026-05-09T15:52:42.604Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23022026-05-09T15:52:42.607Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28073 bytes)
23032026-05-09T15:52:43.613Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23042026-05-09T15:52:43.613Zuploading: /work/r2.test_three_router_chain_tcp.log (45649 bytes)
23052026-05-09T15:52:44.621Zuploaded: /work/r2.test_three_router_chain_tcp.log
23062026-05-09T15:52:44.621Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44984 bytes)
23072026-05-09T15:52:45.629Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23082026-05-09T15:52:45.632Zuploading: /work/r3.test_three_router_chain_tcp.log (25722 bytes)
23092026-05-09T15:52:46.638Zuploaded: /work/r3.test_three_router_chain_tcp.log
23102026-05-09T15:52:46.640Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21451 bytes)
23112026-05-09T15:52:47.647Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23122026-05-09T15:52:47.650Zuploading: /work/same_linklocal.log (151588 bytes)
23132026-05-09T15:52:49.661Zuploaded: /work/same_linklocal.log
23142026-05-09T15:52:49.661Zuploading: /work/three_chain.log (135724 bytes)
23152026-05-09T15:52:49.666Zuploaded: /work/three_chain.log
23162026-05-09T15:52:49.669Zuploading: /work/unnumbered_expiry.log (88809 bytes)
23172026-05-09T15:52:50.676Zuploaded: /work/unnumbered_expiry.log
23182026-05-09T15:52:50.679Zuploading: /work/unnumbered_interface_lifecycle.log (126633 bytes)
23192026-05-09T15:52:51.685Zuploaded: /work/unnumbered_interface_lifecycle.log
23202026-05-09T15:52:51.685Zuploading: /work/unnumbered_peer_change.log (78634 bytes)
23212026-05-09T15:52:52.694Zuploaded: /work/unnumbered_peer_change.log