01KQ10YS4E47S2KW6AHGENMD50: 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: 01KQ10Z3H4HNSD1NWC4CVVSAQ0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T00:35:50.476Zjob assigned to worker 01KQ10Z9VWP87GP9836GVSGDE0 [factory aws, i-0780577d799989365] (queued for 57 s)
 
22026-04-25T00:35:57.232Zstarting task 0: "setup"
32026-04-25T00:35:57.236Z++ uname -s
42026-04-25T00:35:57.239Z+ kern=SunOS
52026-04-25T00:35:57.239Z+ build_user=build
62026-04-25T00:35:57.239Z+ build_uid=12345
72026-04-25T00:35:57.239Z+ work_dir=/work
82026-04-25T00:35:57.239Z+ input_dir=/input
92026-04-25T00:35:57.239Z+ [[ 0 == 12345 ]]
102026-04-25T00:35:57.239Z+ case "$kern" in
112026-04-25T00:35:57.239Z+ groupadd -g 12345 build
122026-04-25T00:35:57.242Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T00:35:59.248Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T00:35:59.363Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T00:35:59.366Z+ home_fs=zfs
162026-04-25T00:35:59.366Z+ [[ zfs == autofs ]]
172026-04-25T00:35:59.366Z+ mkdir -p /home/build
182026-04-25T00:35:59.366Z+ chown build:build /home/build /work
192026-04-25T00:36:01.367Z+ chmod 0700 /home/build /work
202026-04-25T00:36:01.370Zprocess exited: duration 4139 ms, exit code 0
 
212026-04-25T00:36:01.376Zstarting task 1: "rust-toolchain"
222026-04-25T00:36:01.380Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-25T00:36:01.380Z * rust toolchain channel = "stable"
242026-04-25T00:36:01.380Z * rust toolchain profile = "default"
252026-04-25T00:36:01.380Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-25T00:36:01.380Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T00:36:01.380Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T00:36:01.386Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T00:36:01.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-25T00:36:01.482Zinfo: downloading installer
312026-04-25T00:36:02.999Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T00:36:02.999Zwarn: /opt/ooce/bin
332026-04-25T00:36:02.999Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T00:36:02.999Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T00:36:02.999Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T00:36:02.999Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T00:36:02.999Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T00:36:02.999Zerror: cannot install while Rust is installed
392026-04-25T00:36:02.999Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T00:36:02.999Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T00:36:02.999Zwarn: /home/build/.rustup/settings.toml
422026-04-25T00:36:02.999Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T00:36:02.999Zwarn: instead of the one inferred from the default host triple.
442026-04-25T00:36:03.013Zinfo: profile set to default
452026-04-25T00:36:03.013Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T00:36:03.016Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-25T00:36:03.160Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-25T00:36:03.163Zinfo: downloading 6 components
492026-04-25T00:36:17.933Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-25T00:36:17.933Z
512026-04-25T00:36:17.969Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-25T00:36:17.969Z
532026-04-25T00:36:17.969Z
542026-04-25T00:36:17.969ZRust is installed now. Great!
552026-04-25T00:36:17.970Z
562026-04-25T00:36:17.970ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T00:36:17.970Zenvironment variable. This has not been done automatically.
582026-04-25T00:36:17.970Z
592026-04-25T00:36:17.970ZTo configure your current shell, you need to source
602026-04-25T00:36:17.970Zthe corresponding env file under $HOME/.cargo.
612026-04-25T00:36:17.970Z
622026-04-25T00:36:17.970ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T00:36:17.970Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T00:36:17.970Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T00:36:17.970Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T00:36:17.970Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T00:36:17.970Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T00:36:17.970Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T00:36:17.973Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T00:36:17.973Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T00:36:18.071Z+ rustup --version
722026-04-25T00:36:18.079Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T00:36:18.082Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T00:36:18.101Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-25T00:36:18.104Z+ cargo --version
762026-04-25T00:36:18.118Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-25T00:36:18.120Z+ rustc --version
782026-04-25T00:36:18.140Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-25T00:36:18.143Zprocess exited: duration 16764 ms, exit code 0
 
802026-04-25T00:36:18.149Zstarting task 2: "authentication"
812026-04-25T00:36:18.165Zprocess exited: duration 16 ms, exit code 0
 
822026-04-25T00:36:18.171Zstarting task 3: "clone repository"
832026-04-25T00:36:18.174Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-25T00:36:18.177Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-25T00:36:18.244ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-25T00:36:19.037Z+ cd /work/oxidecomputer/maghemite
872026-04-25T00:36:19.037Z+ git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
882026-04-25T00:36:19.312ZFrom https://github.com/oxidecomputer/maghemite
892026-04-25T00:36:19.312Z * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD
902026-04-25T00:36:19.317Z+ [[ -n trey/light-cleanup ]]
912026-04-25T00:36:19.320Z++ git branch --show-current
922026-04-25T00:36:19.322Z+ current=main
932026-04-25T00:36:19.322Z+ [[ main != trey/light-cleanup ]]
942026-04-25T00:36:19.322Z+ git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
952026-04-25T00:36:19.325Z+ git checkout -f trey/light-cleanup
962026-04-25T00:36:19.338ZSwitched to branch 'trey/light-cleanup'
972026-04-25T00:36:19.341Z+ git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
982026-04-25T00:36:19.355ZHEAD is now at 49a9983 LoopbackIpManager: cargo fmt
992026-04-25T00:36:19.358Zprocess exited: duration 1184 ms, exit code 0
 
1002026-04-25T00:36:19.363Zstarting task 4: "build"
1012026-04-25T00:36:19.367Z+ set -e
1022026-04-25T00:36:19.367Z+ source .github/buildomat/test-common.sh
1032026-04-25T00:36:19.370Z++ NEXTEST_VERSION=0.9.97
1042026-04-25T00:36:19.370Z++ PLATFORM=illumos
1052026-04-25T00:36:19.370Z++ banner install
1062026-04-25T00:36:19.370Z
1072026-04-25T00:36:19.370Z # # # #### ##### ## # #
1082026-04-25T00:36:19.370Z # ## # # # # # # #
1092026-04-25T00:36:19.370Z # # # # #### # # # # #
1102026-04-25T00:36:19.370Z # # # # # # ###### # #
1112026-04-25T00:36:19.370Z # # ## # # # # # # #
1122026-04-25T00:36:19.370Z # # # #### # # # ###### ######
1132026-04-25T00:36:19.370Z
1142026-04-25T00:36:19.370Z++ set +o errexit
1152026-04-25T00:36:19.373Z++ pkg info clang-15
1162026-04-25T00:36:19.373Z++ grep -qi installed
1172026-04-25T00:36:20.563Zpkg: info: no packages matching the following patterns you specified are
1182026-04-25T00:36:20.563Zinstalled on the system. Try querying remotely instead:
1192026-04-25T00:36:20.563Z
1202026-04-25T00:36:20.563Z clang-15
1212026-04-25T00:36:20.600Z++ [[ 1 != 0 ]]
1222026-04-25T00:36:20.600Z++ set -o errexit
1232026-04-25T00:36:20.603Z++ pfexec pkg install clang-15
1242026-04-25T00:36:30.397Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-25T00:36:37.968Z Startup: Caching catalogs ... Done
1262026-04-25T00:36:44.503ZPlanning: Solver setup ... Done
1272026-04-25T00:36:44.536ZPlanning: Running solver ... Done
1282026-04-25T00:36:44.672ZPlanning: Finding local manifests ... Done
1292026-04-25T00:36:44.713ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-25T00:36:45.680ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-25T00:36:45.709ZPlanning: Package planning ... Done
1322026-04-25T00:36:45.735ZPlanning: Merging actions ... Done
1332026-04-25T00:36:45.843ZPlanning: Checking for conflicting actions ... Done
1342026-04-25T00:36:45.850ZPlanning: Consolidating action changes ... Done
1352026-04-25T00:36:46.542ZPlanning: Evaluating mediators ... Done
1362026-04-25T00:36:46.548ZPlanning: Planning completed in 8.42 seconds
1372026-04-25T00:36:46.560Z Packages to install: 2
1382026-04-25T00:36:46.560Z Mediators to change: 2
1392026-04-25T00:36:46.560Z Services to change: 1
1402026-04-25T00:36:46.560Z Create boot environment: No
1412026-04-25T00:36:46.560ZCreate backup boot environment: No
1422026-04-25T00:36:46.600Z
1432026-04-25T00:36:46.600ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-25T00:36:51.604ZDownload: 446/3076 items 16.7/211.3MB 7% complete (3.5M/s)
1452026-04-25T00:36:56.607ZDownload: 750/3076 items 18.1/211.3MB 8% complete (1.9M/s)
1462026-04-25T00:37:01.807ZDownload: 977/3076 items 82.0/211.3MB 38% complete (6.6M/s)
1472026-04-25T00:37:09.105ZDownload: 984/3076 items 82.2/211.3MB 38% complete (6.5M/s)
1482026-04-25T00:37:14.135ZDownload: 1171/3076 items 113.5/211.3MB 53% complete (3.2M/s)
1492026-04-25T00:37:19.147ZDownload: 1871/3076 items 116.7/211.3MB 55% complete (3.5M/s)
1502026-04-25T00:37:24.330ZDownload: 1999/3076 items 117.1/211.3MB 55% complete (867k/s)
1512026-04-25T00:37:39.283ZDownload: 2003/3076 items 117.8/211.3MB 55% complete
1522026-04-25T00:37:47.057ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (11.6k/s)
1532026-04-25T00:37:55.132ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1542026-04-25T00:38:00.184ZDownload: 2302/3076 items 119.0/211.3MB 56% complete (227k/s)
1552026-04-25T00:38:05.246ZDownload: 2464/3076 items 119.4/211.3MB 56% complete (155k/s)
1562026-04-25T00:38:10.408ZDownload: 2660/3076 items 119.8/211.3MB 56% complete (95.5k/s)
1572026-04-25T00:38:15.410ZDownload: 2918/3076 items 163.0/211.3MB 77% complete (4.3M/s)
1582026-04-25T00:38:20.484ZDownload: 3029/3076 items 201.8/211.3MB 95% complete (8.2M/s)
1592026-04-25T00:38:32.403ZDownload: 3031/3076 items 201.8/211.3MB 95% complete
1602026-04-25T00:38:40.793ZDownload: 3075/3076 items 210.8/211.3MB 99% complete (1.9M/s)
1612026-04-25T00:38:40.816ZDownload: Completed 211.31 MB in 114.20 seconds (1.9M/s)
1622026-04-25T00:38:40.943Z Actions: 1/3418 actions (Installing new actions)
1632026-04-25T00:38:44.082Z Actions: Completed 3418 actions in 3.14 seconds.
1642026-04-25T00:38:44.384Z Done
1652026-04-25T00:38:44.384Z Done
1662026-04-25T00:38:45.114Z Done
1672026-04-25T00:38:48.213Z Done
1682026-04-25T00:38:48.288Z Done
1692026-04-25T00:38:48.291Z Done
1702026-04-25T00:38:48.629Z Done
1712026-04-25T00:38:49.305Z++ set -o errexit
1722026-04-25T00:38:49.305Z++ cargo --version
1732026-04-25T00:38:49.312Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1742026-04-25T00:38:49.510Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1752026-04-25T00:38:49.513Zinfo: downloading 6 components
1762026-04-25T00:39:05.158Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1772026-04-25T00:39:05.161Z++ rustc --version
1782026-04-25T00:39:05.189Zrustc 1.94.1 (e408947bf 2026-03-25)
1792026-04-25T00:39:05.193Z++ cargo install cargo-nextest --version 0.9.97
1802026-04-25T00:39:05.238Z Updating crates.io index
1812026-04-25T00:39:05.333Z Downloading crates ...
1822026-04-25T00:39:05.387Z Downloaded cargo-nextest v0.9.97
1832026-04-25T00:39:05.450Z Installing cargo-nextest v0.9.97
1842026-04-25T00:39:05.491Z Updating crates.io index
1852026-04-25T00:39:07.917Z Locking 408 packages to latest compatible versions
1862026-04-25T00:39:07.921Z Adding dialoguer v0.11.0 (available: v0.12.0)
1872026-04-25T00:39:07.925Z Adding duct v0.13.7 (available: v1.1.1)
1882026-04-25T00:39:07.925Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1892026-04-25T00:39:07.925Z Adding generic-array v0.14.7 (available: v0.14.9)
1902026-04-25T00:39:07.928Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1912026-04-25T00:39:07.928Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1922026-04-25T00:39:07.928Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1932026-04-25T00:39:07.932Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1942026-04-25T00:39:07.936Z Adding quick-junit v0.5.2 (available: v0.6.0)
1952026-04-25T00:39:07.952Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1962026-04-25T00:39:07.962Z Downloading crates ...
1972026-04-25T00:39:08.054Z Downloaded indenter v0.3.4
1982026-04-25T00:39:08.058Z Downloaded hyper-tls v0.6.0
1992026-04-25T00:39:08.063Z Downloaded home v0.5.12
2002026-04-25T00:39:08.069Z Downloaded iana-time-zone v0.1.65
2012026-04-25T00:39:08.072Z Downloaded heck v0.5.0
2022026-04-25T00:39:08.075Z Downloaded rand_chacha v0.9.0
2032026-04-25T00:39:08.076Z Downloaded pathdiff v0.2.3
2042026-04-25T00:39:08.076Z Downloaded openssl-probe v0.2.1
2052026-04-25T00:39:08.079Z Downloaded atomic-waker v1.1.2
2062026-04-25T00:39:08.079Z Downloaded ipnet v2.12.0
2072026-04-25T00:39:08.082Z Downloaded rustc-hash v2.1.2
2082026-04-25T00:39:08.082Z Downloaded cfg-if v1.0.4
2092026-04-25T00:39:08.085Z Downloaded foreign-types-shared v0.1.1
2102026-04-25T00:39:08.085Z Downloaded block-buffer v0.10.4
2112026-04-25T00:39:08.085Z Downloaded addr2line v0.25.1
2122026-04-25T00:39:08.088Z Downloaded anstream v1.0.0
2132026-04-25T00:39:08.088Z Downloaded async-scoped v0.9.0
2142026-04-25T00:39:08.091Z Downloaded nextest-filtering v0.15.0
2152026-04-25T00:39:08.091Z Downloaded color-spantrace v0.3.0
2162026-04-25T00:39:08.094Z Downloaded cpufeatures v0.2.17
2172026-04-25T00:39:08.097Z Downloaded ahash v0.8.12
2182026-04-25T00:39:08.100Z Downloaded autocfg v1.5.0
2192026-04-25T00:39:08.103Z Downloaded base64ct v1.8.3
2202026-04-25T00:39:08.106Z Downloaded cargo-platform v0.3.3
2212026-04-25T00:39:08.109Z Downloaded cargo_metadata v0.20.0
2222026-04-25T00:39:08.112Z Downloaded rand_core v0.9.5
2232026-04-25T00:39:08.115Z Downloaded proc-macro2 v1.0.106
2242026-04-25T00:39:08.119Z Downloaded parking_lot_core v0.9.12
2252026-04-25T00:39:08.119Z Downloaded clap_derive v4.6.1
2262026-04-25T00:39:08.122Z Downloaded cfg-expr v0.20.7
2272026-04-25T00:39:08.122Z Downloaded idna_adapter v1.0.0
2282026-04-25T00:39:08.122Z Downloaded ppv-lite86 v0.2.21
2292026-04-25T00:39:08.126Z Downloaded rand_core v0.6.4
2302026-04-25T00:39:08.129Z Downloaded mio v1.2.0
2312026-04-25T00:39:08.129Z Downloaded pkg-config v0.3.33
2322026-04-25T00:39:08.132Z Downloaded crc32fast v1.5.0
2332026-04-25T00:39:08.132Z Downloaded cfg_aliases v0.2.1
2342026-04-25T00:39:08.135Z Downloaded backtrace-ext v0.2.1
2352026-04-25T00:39:08.161Z Downloaded cargo-platform v0.2.0
2362026-04-25T00:39:08.161Z Downloaded bitflags v2.11.1
2372026-04-25T00:39:08.166Z Downloaded pin-project-internal v1.1.11
2382026-04-25T00:39:08.166Z Downloaded atomicwrites v0.4.4
2392026-04-25T00:39:08.166Z Downloaded quick-junit v0.5.2
2402026-04-25T00:39:08.166Z Downloaded const-oid v0.9.6
2412026-04-25T00:39:08.166Z Downloaded config v0.15.22
2422026-04-25T00:39:08.166Z Downloaded percent-encoding v2.3.2
2432026-04-25T00:39:08.166Z Downloaded http-body v1.0.1
2442026-04-25T00:39:08.166Z Downloaded mukti-metadata v0.3.0
2452026-04-25T00:39:08.166Z Downloaded colorchoice v1.0.5
2462026-04-25T00:39:08.166Z Downloaded document-features v0.2.12
2472026-04-25T00:39:08.166Z Downloaded scopeguard v1.2.0
2482026-04-25T00:39:08.166Z Downloaded os_pipe v1.2.3
2492026-04-25T00:39:08.166Z Downloaded rustc_version v0.4.1
2502026-04-25T00:39:08.166Z Downloaded anstyle-query v1.1.5
2512026-04-25T00:39:08.170Z Downloaded lazy_static v1.5.0
2522026-04-25T00:39:08.170Z Downloaded futures v0.3.32
2532026-04-25T00:39:08.173Z Downloaded cargo_metadata v0.23.1
2542026-04-25T00:39:08.177Z Downloaded clap_lex v1.1.0
2552026-04-25T00:39:08.177Z Downloaded openssl-macros v0.1.1
2562026-04-25T00:39:08.177Z Downloaded indent_write v2.2.0
2572026-04-25T00:39:08.180Z Downloaded humantime-serde v1.1.1
2582026-04-25T00:39:08.180Z Downloaded generic-array v0.14.7
2592026-04-25T00:39:08.180Z Downloaded crypto-common v0.1.7
2602026-04-25T00:39:08.184Z Downloaded futures-io v0.3.32
2612026-04-25T00:39:08.184Z Downloaded futures-task v0.3.32
2622026-04-25T00:39:08.187Z Downloaded hyper-rustls v0.27.9
2632026-04-25T00:39:08.190Z Downloaded curve25519-dalek-derive v0.1.1
2642026-04-25T00:39:08.190Z Downloaded form_urlencoded v1.2.2
2652026-04-25T00:39:08.195Z Downloaded rustls-webpki v0.103.13
2662026-04-25T00:39:08.195Z Downloaded parking_lot v0.12.5
2672026-04-25T00:39:08.200Z Downloaded miette v7.6.0
2682026-04-25T00:39:08.200Z Downloaded serde_spanned v0.6.9
2692026-04-25T00:39:08.200Z Downloaded foreign-types v0.3.2
2702026-04-25T00:39:08.200Z Downloaded shared_child v1.1.1
2712026-04-25T00:39:08.204Z Downloaded futures-core v0.3.32
2722026-04-25T00:39:08.204Z Downloaded enable-ansi-support v0.2.1
2732026-04-25T00:39:08.204Z Downloaded nextest-workspace-hack v0.1.0
2742026-04-25T00:39:08.204Z Downloaded nested v0.1.1
2752026-04-25T00:39:08.204Z Downloaded is_terminal_polyfill v1.70.2
2762026-04-25T00:39:08.204Z Downloaded is_ci v1.2.0
2772026-04-25T00:39:08.207Z Downloaded itoa v1.0.18
2782026-04-25T00:39:08.207Z Downloaded hex v0.4.3
2792026-04-25T00:39:08.210Z Downloaded adler2 v2.0.1
2802026-04-25T00:39:08.210Z Downloaded errno v0.3.14
2812026-04-25T00:39:08.213Z Downloaded number_prefix v0.4.0
2822026-04-25T00:39:08.217Z Downloaded fnv v1.0.7
2832026-04-25T00:39:08.220Z Downloaded lru-slab v0.1.2
2842026-04-25T00:39:08.220Z Downloaded camino-tempfile v1.4.1
2852026-04-25T00:39:08.220Z Downloaded anstyle v1.0.14
2862026-04-25T00:39:08.223Z Downloaded base64 v0.22.1
2872026-04-25T00:39:08.225Z Downloaded cargo-util-schemas v0.2.0
2882026-04-25T00:39:08.229Z Downloaded guppy-workspace-hack v0.1.0
2892026-04-25T00:39:08.229Z Downloaded equivalent v1.0.2
2902026-04-25T00:39:08.231Z Downloaded serde_spanned v1.1.1
2912026-04-25T00:39:08.234Z Downloaded convert_case v0.10.0
2922026-04-25T00:39:08.234Z Downloaded ordered-float v2.10.1
2932026-04-25T00:39:08.237Z Downloaded serde-value v0.7.0
2942026-04-25T00:39:08.237Z Downloaded pin-project-lite v0.2.17
2952026-04-25T00:39:08.240Z Downloaded serde_ignored v0.1.14
2962026-04-25T00:39:08.242Z Downloaded find-msvc-tools v0.1.9
2972026-04-25T00:39:08.246Z Downloaded http-body-util v0.1.3
2982026-04-25T00:39:08.247Z Downloaded humantime v2.3.0
2992026-04-25T00:39:08.249Z Downloaded sigchld v0.2.4
3002026-04-25T00:39:08.249Z Downloaded serde_urlencoded v0.7.1
3012026-04-25T00:39:08.249Z Downloaded futures-sink v0.3.32
3022026-04-25T00:39:08.249Z Downloaded shell-words v1.1.1
3032026-04-25T00:39:08.252Z Downloaded debug-ignore v1.0.5
3042026-04-25T00:39:08.255Z Downloaded signal-hook-mio v0.2.5
3052026-04-25T00:39:08.255Z Downloaded signature v2.2.0
3062026-04-25T00:39:08.258Z Downloaded strip-ansi-escapes v0.2.1
3072026-04-25T00:39:08.261Z Downloaded strsim v0.11.1
3082026-04-25T00:39:08.264Z Downloaded supports-hyperlinks v3.2.0
3092026-04-25T00:39:08.265Z Downloaded pkcs8 v0.10.2
3102026-04-25T00:39:08.265Z Downloaded fixedbitset v0.5.7
3112026-04-25T00:39:08.267Z Downloaded fastrand v2.4.1
3122026-04-25T00:39:08.267Z Downloaded digest v0.10.7
3132026-04-25T00:39:08.271Z Downloaded newtype-uuid v1.3.2
3142026-04-25T00:39:08.271Z Downloaded httparse v1.10.1
3152026-04-25T00:39:08.274Z Downloaded dialoguer v0.11.0
3162026-04-25T00:39:08.274Z Downloaded supports-color v3.0.2
3172026-04-25T00:39:08.274Z Downloaded foldhash v0.1.5
3182026-04-25T00:39:08.274Z Downloaded futures-macro v0.3.32
3192026-04-25T00:39:08.277Z Downloaded subtle v2.6.1
3202026-04-25T00:39:08.277Z Downloaded future-queue v0.4.0
3212026-04-25T00:39:08.277Z Downloaded futures-executor v0.3.32
3222026-04-25T00:39:08.280Z Downloaded either v1.15.0
3232026-04-25T00:39:08.280Z Downloaded terminal_size v0.4.4
3242026-04-25T00:39:08.283Z Downloaded swrite v0.1.0
3252026-04-25T00:39:08.283Z Downloaded tinyvec_macros v0.1.1
3262026-04-25T00:39:08.283Z Downloaded supports-unicode v3.0.0
3272026-04-25T00:39:08.283Z Downloaded tokio-macros v2.7.0
3282026-04-25T00:39:08.289Z Downloaded sync_wrapper v1.0.2
3292026-04-25T00:39:08.293Z Downloaded owo-colors v4.3.0
3302026-04-25T00:39:08.296Z Downloaded nextest-metadata v0.12.2
3312026-04-25T00:39:08.296Z Downloaded jobserver v0.1.34
3322026-04-25T00:39:08.296Z Downloaded filetime v0.2.27
3332026-04-25T00:39:08.300Z Downloaded miette-derive v7.6.0
3342026-04-25T00:39:08.304Z Downloaded console v0.15.11
3352026-04-25T00:39:08.304Z Downloaded globset v0.4.18
3362026-04-25T00:39:08.304Z Downloaded anstyle-parse v1.0.0
3372026-04-25T00:39:08.308Z Downloaded camino v1.2.2
3382026-04-25T00:39:08.312Z Downloaded ed25519-dalek v2.2.0
3392026-04-25T00:39:08.315Z Downloaded tower-layer v0.3.3
3402026-04-25T00:39:08.315Z Downloaded sha2 v0.10.9
3412026-04-25T00:39:08.315Z Downloaded serde_path_to_error v0.1.20
3422026-04-25T00:39:08.318Z Downloaded erased-serde v0.4.10
3432026-04-25T00:39:08.318Z Downloaded toml_datetime v0.6.11
3442026-04-25T00:39:08.320Z Downloaded self-replace v1.5.0
3452026-04-25T00:39:08.320Z Downloaded signal-hook-registry v1.4.8
3462026-04-25T00:39:08.320Z Downloaded simd-adler32 v0.3.9
3472026-04-25T00:39:08.323Z Downloaded unicode-linebreak v0.1.5
3482026-04-25T00:39:08.323Z Downloaded shlex v1.3.0
3492026-04-25T00:39:08.328Z Downloaded serde-untagged v0.1.9
3502026-04-25T00:39:08.330Z Downloaded smol_str v0.3.6
3512026-04-25T00:39:08.331Z Downloaded slab v0.4.12
3522026-04-25T00:39:08.334Z Downloaded futures-channel v0.3.32
3532026-04-25T00:39:08.337Z Downloaded eyre v0.6.12
3542026-04-25T00:39:08.341Z Downloaded thread_local v1.1.9
3552026-04-25T00:39:08.341Z Downloaded duct v0.13.7
3562026-04-25T00:39:08.345Z Downloaded toml_write v0.1.2
3572026-04-25T00:39:08.353Z Downloaded quote v1.0.45
3582026-04-25T00:39:08.358Z Downloaded getrandom v0.2.17
3592026-04-25T00:39:08.361Z Downloaded target-spec-miette v0.4.6
3602026-04-25T00:39:08.364Z Downloaded want v0.3.1
3612026-04-25T00:39:08.367Z Downloaded untrusted v0.9.0
3622026-04-25T00:39:08.367Z Downloaded ed25519 v2.2.3
3632026-04-25T00:39:08.367Z Downloaded spki v0.7.3
3642026-04-25T00:39:08.370Z Downloaded urlencoding v2.1.3
3652026-04-25T00:39:08.370Z Downloaded thiserror-impl v1.0.69
3662026-04-25T00:39:08.370Z Downloaded unicode-xid v0.2.6
3672026-04-25T00:39:08.370Z Downloaded thiserror v2.0.18
3682026-04-25T00:39:08.374Z Downloaded semver v1.0.28
3692026-04-25T00:39:08.374Z Downloaded rustls-pki-types v1.14.1
3702026-04-25T00:39:08.377Z Downloaded once_cell v1.21.4
3712026-04-25T00:39:08.377Z Downloaded utf8parse v0.2.2
3722026-04-25T00:39:08.380Z Downloaded typeid v1.0.3
3732026-04-25T00:39:08.380Z Downloaded self_update v0.42.0
3742026-04-25T00:39:08.380Z Downloaded quinn-udp v0.5.14
3752026-04-25T00:39:08.383Z Downloaded version_check v0.9.5
3762026-04-25T00:39:08.383Z Downloaded try-lock v0.2.5
3772026-04-25T00:39:08.383Z Downloaded tracing-error v0.2.1
3782026-04-25T00:39:08.383Z Downloaded rustc-demangle v0.1.27
3792026-04-25T00:39:08.386Z Downloaded native-tls v0.2.18
3802026-04-25T00:39:08.386Z Downloaded idna v1.1.0
3812026-04-25T00:39:08.390Z Downloaded utf8_iter v1.0.4
3822026-04-25T00:39:08.390Z Downloaded borsh v1.6.1
3832026-04-25T00:39:08.393Z Downloaded xattr v1.6.1
3842026-04-25T00:39:08.393Z Downloaded tokio-native-tls v0.3.1
3852026-04-25T00:39:08.396Z Downloaded thiserror v1.0.69
3862026-04-25T00:39:08.396Z Downloaded clap v4.6.1
3872026-04-25T00:39:08.402Z Downloaded smallvec v1.15.1
3882026-04-25T00:39:08.405Z Downloaded target-spec v3.6.0
3892026-04-25T00:39:08.405Z Downloaded lock_api v0.4.14
3902026-04-25T00:39:08.405Z Downloaded tokio-stream v0.1.18
3912026-04-25T00:39:08.408Z Downloaded num-traits v0.2.19
3922026-04-25T00:39:08.408Z Downloaded tokio-rustls v0.26.4
3932026-04-25T00:39:08.411Z Downloaded tower-service v0.3.3
3942026-04-25T00:39:08.411Z Downloaded toml_writer v1.1.1+spec-1.1.0
3952026-04-25T00:39:08.411Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3962026-04-25T00:39:08.414Z Downloaded litrs v1.0.0
3972026-04-25T00:39:08.414Z Downloaded getrandom v0.4.2
3982026-04-25T00:39:08.417Z Downloaded bytes v1.11.1
3992026-04-25T00:39:08.422Z Downloaded thiserror-impl v2.0.18
4002026-04-25T00:39:08.422Z Downloaded indicatif v0.17.11
4012026-04-25T00:39:08.425Z Downloaded ryu v1.0.23
4022026-04-25T00:39:08.425Z Downloaded unicase v2.9.0
4032026-04-25T00:39:08.425Z Downloaded tracing-log v0.2.0
4042026-04-25T00:39:08.425Z Downloaded backtrace v0.3.76
4052026-04-25T00:39:08.427Z Downloaded derive-where v1.6.1
4062026-04-25T00:39:08.436Z Downloaded serde_core v1.0.228
4072026-04-25T00:39:08.440Z Downloaded sharded-slab v0.1.7
4082026-04-25T00:39:08.443Z Downloaded tempfile v3.27.0
4092026-04-25T00:39:08.443Z Downloaded static_assertions v1.1.0
4102026-04-25T00:39:08.447Z Downloaded signal-hook v0.3.18
4112026-04-25T00:39:08.452Z Downloaded target-lexicon v0.13.3
4122026-04-25T00:39:08.455Z Downloaded getrandom v0.3.4
4132026-04-25T00:39:08.458Z Downloaded tinyvec v1.11.0
4142026-04-25T00:39:08.461Z Downloaded xxhash-rust v0.8.15
4152026-04-25T00:39:08.461Z Downloaded socket2 v0.6.3
4162026-04-25T00:39:08.466Z Downloaded zipsign-api v0.1.5
4172026-04-25T00:39:08.470Z Downloaded openssl-sys v0.9.114
4182026-04-25T00:39:08.473Z Downloaded zmij v1.0.21
4192026-04-25T00:39:08.476Z Downloaded cc v1.2.61
4202026-04-25T00:39:08.476Z Downloaded zstd-safe v7.2.4
4212026-04-25T00:39:08.479Z Downloaded toml v0.8.23
4222026-04-25T00:39:08.479Z Downloaded tracing-attributes v0.1.31
4232026-04-25T00:39:08.483Z Downloaded zeroize v1.8.2
4242026-04-25T00:39:08.483Z Downloaded zstd v0.13.3
4252026-04-25T00:39:08.486Z Downloaded serde_derive v1.0.228
4262026-04-25T00:39:08.489Z Downloaded toml_parser v1.1.2+spec-1.1.0
4272026-04-25T00:39:08.492Z Downloaded pin-project v1.1.11
4282026-04-25T00:39:08.496Z Downloaded flate2 v1.1.9
4292026-04-25T00:39:08.499Z Downloaded derive_more v2.1.1
4302026-04-25T00:39:08.505Z Downloaded miniz_oxide v0.8.9
4312026-04-25T00:39:08.508Z Downloaded log v0.4.29
4322026-04-25T00:39:08.508Z Downloaded textwrap v0.16.2
4332026-04-25T00:39:08.511Z Downloaded tar v0.4.45
4342026-04-25T00:39:08.519Z Downloaded uuid v1.23.1
4352026-04-25T00:39:08.523Z Downloaded toml v1.1.2+spec-1.1.0
4362026-04-25T00:39:08.528Z Downloaded der v0.7.10
4372026-04-25T00:39:08.532Z Downloaded tracing-core v0.1.36
4382026-04-25T00:39:08.536Z Downloaded unicode-ident v1.0.24
4392026-04-25T00:39:08.542Z Downloaded hyper-util v0.1.20
4402026-04-25T00:39:08.556Z Downloaded derive_more-impl v2.1.1
4412026-04-25T00:39:08.560Z Downloaded toml_edit v0.22.27
4422026-04-25T00:39:08.564Z Downloaded vte v0.14.1
4432026-04-25T00:39:08.568Z Downloaded serde v1.0.228
4442026-04-25T00:39:08.568Z Downloaded rand v0.9.4
4452026-04-25T00:39:08.568Z Downloaded quinn v0.11.9
4462026-04-25T00:39:08.579Z Downloaded memchr v2.8.0
4472026-04-25T00:39:08.582Z Downloaded http v1.4.0
4482026-04-25T00:39:08.584Z Downloaded aho-corasick v1.1.4
4492026-04-25T00:39:08.588Z Downloaded pulldown-cmark v0.13.3
4502026-04-25T00:39:08.598Z Downloaded unicode-segmentation v1.13.2
4512026-04-25T00:39:08.604Z Downloaded indexmap v2.14.0
4522026-04-25T00:39:08.612Z Downloaded url v2.5.8
4532026-04-25T00:39:08.615Z Downloaded tower v0.5.3
4542026-04-25T00:39:08.623Z Downloaded hashbrown v0.15.5
4552026-04-25T00:39:08.633Z Downloaded clap_builder v4.6.0
4562026-04-25T00:39:08.637Z Downloaded hashbrown v0.17.0
4572026-04-25T00:39:08.640Z Downloaded tokio-util v0.7.18
4582026-04-25T00:39:08.644Z Downloaded typenum v1.20.0
4592026-04-25T00:39:08.646Z Downloaded guppy v0.17.25
4602026-04-25T00:39:08.650Z Downloaded unicode-normalization v0.1.25
4612026-04-25T00:39:08.653Z Downloaded crossterm v0.29.0
4622026-04-25T00:39:08.655Z Downloaded ron v0.12.1
4632026-04-25T00:39:08.660Z Downloaded futures-util v0.3.32
4642026-04-25T00:39:08.672Z Downloaded h2 v0.4.13
4652026-04-25T00:39:08.675Z Downloaded tower-http v0.6.8
4662026-04-25T00:39:08.683Z Downloaded chrono v0.4.44
4672026-04-25T00:39:08.696Z Downloaded iri-string v0.7.12
4682026-04-25T00:39:08.700Z Downloaded winnow v1.0.2
4692026-04-25T00:39:08.706Z Downloaded hyper v1.9.0
4702026-04-25T00:39:08.708Z Downloaded itertools v0.14.0
4712026-04-25T00:39:08.712Z Downloaded webpki-roots v1.0.7
4722026-04-25T00:39:08.721Z Downloaded reqwest v0.12.28
4732026-04-25T00:39:08.731Z Downloaded regex v1.12.3
4742026-04-25T00:39:08.734Z Downloaded quinn-proto v0.11.14
4752026-04-25T00:39:08.738Z Downloaded vcpkg v0.2.15
4762026-04-25T00:39:08.761Z Downloaded serde_json v1.0.149
4772026-04-25T00:39:08.765Z Downloaded unicode-width v0.2.2
4782026-04-25T00:39:08.768Z Downloaded syn v2.0.117
4792026-04-25T00:39:08.774Z Downloaded gimli v0.32.3
4802026-04-25T00:39:08.778Z Downloaded zerocopy v0.8.48
4812026-04-25T00:39:08.789Z Downloaded quick-xml v0.37.5
4822026-04-25T00:39:08.792Z Downloaded curve25519-dalek v4.1.3
4832026-04-25T00:39:08.796Z Downloaded bstr v1.12.1
4842026-04-25T00:39:08.800Z Downloaded quick-xml v0.38.4
4852026-04-25T00:39:08.804Z Downloaded winnow v0.7.15
4862026-04-25T00:39:08.808Z Downloaded portable-atomic v1.13.1
4872026-04-25T00:39:08.812Z Downloaded tracing-subscriber v0.3.23
4882026-04-25T00:39:08.832Z Downloaded color-eyre v0.6.5
4892026-04-25T00:39:08.850Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-04-25T00:39:08.886Z Downloaded nextest-runner v0.80.0
4912026-04-25T00:39:08.894Z Downloaded openssl v0.10.78
4922026-04-25T00:39:08.932Z Downloaded unicode-width v0.1.14
4932026-04-25T00:39:08.945Z Downloaded object v0.37.3
4942026-04-25T00:39:08.950Z Downloaded nix v0.30.1
4952026-04-25T00:39:08.964Z Downloaded regex-syntax v0.8.10
4962026-04-25T00:39:08.970Z Downloaded rustls v0.23.39
4972026-04-25T00:39:08.978Z Downloaded rustix v0.38.44
4982026-04-25T00:39:09.001Z Downloaded rustix v1.1.4
4992026-04-25T00:39:09.039Z Downloaded tracing v0.1.44
5002026-04-25T00:39:09.100Z Downloaded regex-automata v0.4.14
5012026-04-25T00:39:09.170Z Downloaded petgraph v0.8.3
5022026-04-25T00:39:09.182Z Downloaded libc v0.2.186
5032026-04-25T00:39:09.202Z Downloaded tokio v1.52.1
5042026-04-25T00:39:09.295Z Downloaded recursion v0.5.4
5052026-04-25T00:39:09.301Z Downloaded ring v0.17.14
5062026-04-25T00:39:09.361Z Compiling libc v0.2.186
5072026-04-25T00:39:09.361Z Compiling proc-macro2 v1.0.106
5082026-04-25T00:39:09.364Z Compiling quote v1.0.45
5092026-04-25T00:39:09.364Z Compiling unicode-ident v1.0.24
5102026-04-25T00:39:09.364Z Compiling serde_core v1.0.228
5112026-04-25T00:39:09.364Z Compiling cfg-if v1.0.4
5122026-04-25T00:39:09.364Z Compiling memchr v2.8.0
5132026-04-25T00:39:09.490Z Compiling once_cell v1.21.4
5142026-04-25T00:39:09.597Z Compiling log v0.4.29
5152026-04-25T00:39:09.609Z Compiling pin-project-lite v0.2.17
5162026-04-25T00:39:09.698Z Compiling itoa v1.0.18
5172026-04-25T00:39:09.784Z Compiling serde v1.0.228
5182026-04-25T00:39:09.887Z Compiling futures-core v0.3.32
5192026-04-25T00:39:09.942Z Compiling smallvec v1.15.1
5202026-04-25T00:39:10.035Z Compiling bitflags v2.11.1
5212026-04-25T00:39:10.124Z Compiling shlex v1.3.0
5222026-04-25T00:39:10.190Z Compiling equivalent v1.0.2
5232026-04-25T00:39:10.277Z Compiling find-msvc-tools v0.1.9
5242026-04-25T00:39:10.306Z Compiling hashbrown v0.17.0
5252026-04-25T00:39:10.414Z Compiling errno v0.3.14
5262026-04-25T00:39:10.460Z Compiling bytes v1.11.1
5272026-04-25T00:39:10.576Z Compiling signal-hook-registry v1.4.8
5282026-04-25T00:39:10.588Z Compiling jobserver v0.1.34
5292026-04-25T00:39:10.664Z Compiling mio v1.2.0
5302026-04-25T00:39:10.741Z Compiling syn v2.0.117
5312026-04-25T00:39:10.755Z Compiling rustix v1.1.4
5322026-04-25T00:39:10.920Z Compiling cc v1.2.61
5332026-04-25T00:39:10.974Z Compiling futures-sink v0.3.32
5342026-04-25T00:39:11.087Z Compiling socket2 v0.6.3
5352026-04-25T00:39:11.103Z Compiling slab v0.4.12
5362026-04-25T00:39:11.305Z Compiling zmij v1.0.21
5372026-04-25T00:39:11.358Z Compiling futures-channel v0.3.32
5382026-04-25T00:39:11.370Z Compiling tracing-core v0.1.36
5392026-04-25T00:39:11.614Z Compiling serde_json v1.0.149
5402026-04-25T00:39:11.632Z Compiling version_check v0.9.5
5412026-04-25T00:39:11.854Z Compiling indexmap v2.14.0
5422026-04-25T00:39:11.900Z Compiling futures-task v0.3.32
5432026-04-25T00:39:11.912Z Compiling getrandom v0.4.2
5442026-04-25T00:39:12.080Z Compiling futures-io v0.3.32
5452026-04-25T00:39:12.204Z Compiling camino v1.2.2
5462026-04-25T00:39:12.221Z Compiling unicode-width v0.2.2
5472026-04-25T00:39:12.479Z Compiling ring v0.17.14
5482026-04-25T00:39:12.490Z Compiling http v1.4.0
5492026-04-25T00:39:12.571Z Compiling percent-encoding v2.3.2
5502026-04-25T00:39:12.618Z Compiling zeroize v1.8.2
5512026-04-25T00:39:12.714Z Compiling simd-adler32 v0.3.9
5522026-04-25T00:39:12.817Z Compiling adler2 v2.0.1
5532026-04-25T00:39:12.857Z Compiling autocfg v1.5.0
5542026-04-25T00:39:12.988Z Compiling miniz_oxide v0.8.9
5552026-04-25T00:39:13.220Z Compiling num-traits v0.2.19
5562026-04-25T00:39:13.459Z Compiling getrandom v0.3.4
5572026-04-25T00:39:13.594Z Compiling object v0.37.3
5582026-04-25T00:39:13.796Z Compiling zerocopy v0.8.48
5592026-04-25T00:39:13.895Z Compiling target-lexicon v0.13.3
5602026-04-25T00:39:14.149Z Compiling http-body v1.0.1
5612026-04-25T00:39:14.228Z Compiling rustls-pki-types v1.14.1
5622026-04-25T00:39:14.311Z Compiling semver v1.0.28
5632026-04-25T00:39:14.381Z Compiling getrandom v0.2.17
5642026-04-25T00:39:14.401Z Compiling httparse v1.10.1
5652026-04-25T00:39:14.431Z Compiling serde_derive v1.0.228
5662026-04-25T00:39:14.470Z Compiling tokio-macros v2.7.0
5672026-04-25T00:39:14.565Z Compiling futures-macro v0.3.32
5682026-04-25T00:39:14.744Z Compiling tracing-attributes v0.1.31
5692026-04-25T00:39:14.823Z Compiling owo-colors v4.3.0
5702026-04-25T00:39:14.960Z Compiling untrusted v0.9.0
5712026-04-25T00:39:15.063Z Compiling thiserror v2.0.18
5722026-04-25T00:39:15.094Z Compiling signal-hook v0.3.18
5732026-04-25T00:39:15.137Z Compiling guppy-workspace-hack v0.1.0
5742026-04-25T00:39:15.192Z Compiling tokio v1.52.1
5752026-04-25T00:39:15.312Z Compiling fnv v1.0.7
5762026-04-25T00:39:15.362Z Compiling gimli v0.32.3
5772026-04-25T00:39:15.374Z Compiling futures-util v0.3.32
5782026-04-25T00:39:15.539Z Compiling thiserror-impl v2.0.18
5792026-04-25T00:39:15.972Z Compiling tracing v0.1.44
5802026-04-25T00:39:17.068Z Compiling form_urlencoded v1.2.2
5812026-04-25T00:39:17.367Z Compiling addr2line v0.25.1
5822026-04-25T00:39:17.700Z Compiling generic-array v0.14.7
5832026-04-25T00:39:17.795Z Compiling rustc-demangle v0.1.27
5842026-04-25T00:39:17.932Z Compiling pkg-config v0.3.33
5852026-04-25T00:39:17.995Z Compiling fastrand v2.4.1
5862026-04-25T00:39:18.014Z Compiling try-lock v0.2.5
5872026-04-25T00:39:18.129Z Compiling idna_adapter v1.0.0
5882026-04-25T00:39:18.234Z Compiling target-spec v3.6.0
5892026-04-25T00:39:18.323Z Compiling tower-service v0.3.3
5902026-04-25T00:39:18.361Z Compiling utf8_iter v1.0.4
5912026-04-25T00:39:18.420Z Compiling thiserror v1.0.69
5922026-04-25T00:39:18.507Z Compiling rustls v0.23.39
5932026-04-25T00:39:18.520Z Compiling typeid v1.0.3
5942026-04-25T00:39:18.711Z Compiling atomic-waker v1.1.2
5952026-04-25T00:39:18.817Z Compiling idna v1.1.0
5962026-04-25T00:39:18.839Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5972026-04-25T00:39:18.852Z Compiling tempfile v3.27.0
5982026-04-25T00:39:18.905Z Compiling want v0.3.1
5992026-04-25T00:39:19.086Z Compiling tokio-util v0.7.18
6002026-04-25T00:39:19.236Z Compiling cfg-expr v0.20.7
6012026-04-25T00:39:19.728Z Compiling backtrace v0.3.76
6022026-04-25T00:39:19.753Z Compiling h2 v0.4.13
6032026-04-25T00:39:20.255Z Compiling thiserror-impl v1.0.69
6042026-04-25T00:39:20.425Z Compiling terminal_size v0.4.4
6052026-04-25T00:39:20.585Z Compiling aho-corasick v1.1.4
6062026-04-25T00:39:20.649Z Compiling erased-serde v0.4.10
6072026-04-25T00:39:20.939Z Compiling winnow v0.7.15
6082026-04-25T00:39:21.024Z Compiling typenum v1.20.0
6092026-04-25T00:39:21.384Z Compiling regex-syntax v0.8.10
6102026-04-25T00:39:21.702Z Compiling rustls-webpki v0.103.13
6112026-04-25T00:39:22.813Z Compiling subtle v2.6.1
6122026-04-25T00:39:22.971Z Compiling regex-automata v0.4.14
6132026-04-25T00:39:24.495Z Compiling hyper v1.9.0
6142026-04-25T00:39:25.941Z Compiling url v2.5.8
6152026-04-25T00:39:28.124Z Compiling serde_spanned v0.6.9
6162026-04-25T00:39:28.222Z Compiling toml_datetime v0.6.11
6172026-04-25T00:39:28.350Z Compiling ahash v0.8.12
6182026-04-25T00:39:28.366Z Compiling sync_wrapper v1.0.2
6192026-04-25T00:39:28.482Z Compiling ipnet v2.12.0
6202026-04-25T00:39:28.554Z Compiling foldhash v0.1.5
6212026-04-25T00:39:28.593Z Compiling lazy_static v1.5.0
6222026-04-25T00:39:28.637Z Compiling either v1.15.0
6232026-04-25T00:39:28.700Z Compiling unicode-segmentation v1.13.2
6242026-04-25T00:39:28.773Z Compiling crc32fast v1.5.0
6252026-04-25T00:39:28.804Z Compiling unicode-linebreak v0.1.5
6262026-04-25T00:39:28.858Z Compiling is_ci v1.2.0
6272026-04-25T00:39:29.028Z Compiling base64 v0.22.1
6282026-04-25T00:39:29.056Z Compiling nextest-workspace-hack v0.1.0
6292026-04-25T00:39:29.074Z Compiling parking_lot_core v0.9.12
6302026-04-25T00:39:29.086Z Compiling portable-atomic v1.13.1
6312026-04-25T00:39:29.279Z Compiling toml_write v0.1.2
6322026-04-25T00:39:29.340Z Compiling tower-layer v0.3.3
6332026-04-25T00:39:29.514Z Compiling tower v0.5.3
6342026-04-25T00:39:29.525Z Compiling toml_edit v0.22.27
6352026-04-25T00:39:29.567Z Compiling hyper-util v0.1.20
6362026-04-25T00:39:29.642Z Compiling convert_case v0.10.0
6372026-04-25T00:39:29.680Z Compiling textwrap v0.16.2
6382026-04-25T00:39:29.891Z Compiling supports-color v3.0.2
6392026-04-25T00:39:30.087Z Compiling hashbrown v0.15.5
6402026-04-25T00:39:30.118Z Compiling sharded-slab v0.1.7
6412026-04-25T00:39:30.751Z Compiling tokio-rustls v0.26.4
6422026-04-25T00:39:31.030Z Compiling backtrace-ext v0.2.1
6432026-04-25T00:39:31.062Z Compiling ordered-float v2.10.1
6442026-04-25T00:39:31.291Z Compiling webpki-roots v1.0.7
6452026-04-25T00:39:31.291Z Compiling miette-derive v7.6.0
6462026-04-25T00:39:31.331Z Compiling pathdiff v0.2.3
6472026-04-25T00:39:31.415Z Compiling console v0.15.11
6482026-04-25T00:39:31.456Z Compiling tracing-log v0.2.0
6492026-04-25T00:39:31.819Z Compiling cargo-platform v0.3.3
6502026-04-25T00:39:32.200Z Compiling os_pipe v1.2.3
6512026-04-25T00:39:32.368Z Compiling thread_local v1.1.9
6522026-04-25T00:39:32.381Z Compiling cfg_aliases v0.2.1
6532026-04-25T00:39:32.450Z Compiling iri-string v0.7.12
6542026-04-25T00:39:32.740Z Compiling debug-ignore v1.0.5
6552026-04-25T00:39:32.752Z Compiling zstd-safe v7.2.4
6562026-04-25T00:39:32.768Z Compiling rustix v0.38.44
6572026-04-25T00:39:32.850Z Compiling supports-hyperlinks v3.2.0
6582026-04-25T00:39:32.984Z Compiling supports-unicode v3.0.0
6592026-04-25T00:39:33.072Z Compiling ryu v1.0.23
6602026-04-25T00:39:33.111Z Compiling utf8parse v0.2.2
6612026-04-25T00:39:33.159Z Compiling fixedbitset v0.5.7
6622026-04-25T00:39:33.223Z Compiling scopeguard v1.2.0
6632026-04-25T00:39:33.331Z Compiling unicode-width v0.1.14
6642026-04-25T00:39:33.357Z Compiling pulldown-cmark v0.13.3
6652026-04-25T00:39:33.573Z Compiling winnow v1.0.2
6662026-04-25T00:39:33.649Z Compiling miette v7.6.0
6672026-04-25T00:39:33.667Z Compiling petgraph v0.8.3
6682026-04-25T00:39:34.084Z Compiling tower-http v0.6.8
6692026-04-25T00:39:34.974Z Compiling toml_parser v1.1.2+spec-1.1.0
6702026-04-25T00:39:35.074Z Compiling lock_api v0.4.14
6712026-04-25T00:39:35.112Z Compiling serde_urlencoded v0.7.1
6722026-04-25T00:39:35.314Z Compiling anstyle-parse v1.0.0
6732026-04-25T00:39:35.533Z Compiling tracing-subscriber v0.3.23
6742026-04-25T00:39:35.562Z Compiling nix v0.30.1
6752026-04-25T00:39:35.575Z Compiling sigchld v0.2.4
6762026-04-25T00:39:35.767Z Compiling cargo_metadata v0.23.1
6772026-04-25T00:39:35.939Z Compiling hyper-rustls v0.27.9
6782026-04-25T00:39:36.302Z Compiling serde-value v0.7.0
6792026-04-25T00:39:36.617Z Compiling serde-untagged v0.1.9
6802026-04-25T00:39:36.979Z Compiling toml v0.8.23
6812026-04-25T00:39:37.279Z Compiling derive_more-impl v2.1.1
6822026-04-25T00:39:38.518Z Compiling itertools v0.14.0
6832026-04-25T00:39:38.768Z Compiling crypto-common v0.1.7
6842026-04-25T00:39:38.800Z Compiling block-buffer v0.10.4
6852026-04-25T00:39:38.904Z Compiling regex v1.12.3
6862026-04-25T00:39:38.922Z Compiling ppv-lite86 v0.2.21
6872026-04-25T00:39:38.949Z Compiling futures-executor v0.3.32
6882026-04-25T00:39:39.241Z Compiling rand_core v0.9.5
6892026-04-25T00:39:39.479Z Compiling pin-project-internal v1.1.11
6902026-04-25T00:39:39.497Z Compiling http-body-util v0.1.3
6912026-04-25T00:39:39.767Z Compiling uuid v1.23.1
6922026-04-25T00:39:39.862Z Compiling toml_datetime v1.1.1+spec-1.1.0
6932026-04-25T00:39:39.972Z Compiling smol_str v0.3.6
6942026-04-25T00:39:40.275Z Compiling serde_spanned v1.1.1
6952026-04-25T00:39:40.302Z Compiling filetime v0.2.27
6962026-04-25T00:39:40.315Z Compiling bstr v1.12.1
6972026-04-25T00:39:40.342Z Compiling vte v0.14.1
6982026-04-25T00:39:40.429Z Compiling iana-time-zone v0.1.65
6992026-04-25T00:39:40.505Z Compiling nested v0.1.1
7002026-04-25T00:39:40.529Z Compiling tinyvec_macros v0.1.1
7012026-04-25T00:39:40.561Z Compiling anstyle-query v1.1.5
7022026-04-25T00:39:40.600Z Compiling self_update v0.42.0
7032026-04-25T00:39:40.668Z Compiling number_prefix v0.4.0
7042026-04-25T00:39:40.766Z Compiling is_terminal_polyfill v1.70.2
7052026-04-25T00:39:40.822Z Compiling xattr v1.6.1
7062026-04-25T00:39:40.837Z Compiling colorchoice v1.0.5
7072026-04-25T00:39:40.867Z Compiling eyre v0.6.12
7082026-04-25T00:39:40.892Z Compiling unicode-xid v0.2.6
7092026-04-25T00:39:40.951Z Compiling litrs v1.0.0
7102026-04-25T00:39:40.974Z Compiling anstyle v1.0.14
7112026-04-25T00:39:40.986Z Compiling unicase v2.9.0
7122026-04-25T00:39:41.004Z Compiling static_assertions v1.1.0
7132026-04-25T00:39:41.020Z Compiling color-spantrace v0.3.0
7142026-04-25T00:39:41.155Z Compiling anstream v1.0.0
7152026-04-25T00:39:41.228Z Compiling guppy v0.17.25
7162026-04-25T00:39:41.358Z Compiling cargo-util-schemas v0.2.0
7172026-04-25T00:39:41.384Z Compiling document-features v0.2.12
7182026-04-25T00:39:41.431Z Compiling tar v0.4.45
7192026-04-25T00:39:41.659Z Compiling indicatif v0.17.11
7202026-04-25T00:39:41.924Z Compiling globset v0.4.18
7212026-04-25T00:39:42.734Z Compiling tinyvec v1.11.0
7222026-04-25T00:39:43.190Z Compiling chrono v0.4.44
7232026-04-25T00:39:43.301Z Compiling pin-project v1.1.11
7242026-04-25T00:39:43.404Z Compiling strip-ansi-escapes v0.2.1
7252026-04-25T00:39:43.746Z Compiling toml v1.1.2+spec-1.1.0
7262026-04-25T00:39:43.916Z Compiling nextest-metadata v0.12.2
7272026-04-25T00:39:44.029Z Compiling newtype-uuid v1.3.2
7282026-04-25T00:39:44.226Z Compiling reqwest v0.12.28
7292026-04-25T00:39:44.832Z Compiling rand_chacha v0.9.0
7302026-04-25T00:39:45.181Z Compiling futures v0.3.32
7312026-04-25T00:39:45.275Z Compiling digest v0.10.7
7322026-04-25T00:39:45.425Z Compiling parking_lot v0.12.5
7332026-04-25T00:39:45.502Z Compiling derive_more v2.1.1
7342026-04-25T00:39:45.586Z Compiling flate2 v1.1.9
7352026-04-25T00:39:46.148Z Compiling tracing-error v0.2.1
7362026-04-25T00:39:46.341Z Compiling shared_child v1.1.1
7372026-04-25T00:39:46.673Z Compiling signal-hook-mio v0.2.5
7382026-04-25T00:39:46.689Z Compiling self-replace v1.5.0
7392026-04-25T00:39:46.806Z Compiling cargo-platform v0.2.0
7402026-04-25T00:39:46.965Z Compiling quick-xml v0.37.5
7412026-04-25T00:39:46.982Z Compiling quick-xml v0.38.4
7422026-04-25T00:39:47.359Z Compiling clap_lex v1.1.0
7432026-04-25T00:39:47.735Z Compiling shell-words v1.1.1
7442026-04-25T00:39:47.850Z Compiling heck v0.5.0
7452026-04-25T00:39:47.982Z Compiling indenter v0.3.4
7462026-04-25T00:39:48.050Z Compiling urlencoding v2.1.3
7472026-04-25T00:39:48.118Z Compiling cpufeatures v0.2.17
7482026-04-25T00:39:48.196Z Compiling recursion v0.5.4
7492026-04-25T00:39:48.501Z Compiling humantime v2.3.0
7502026-04-25T00:39:48.556Z Compiling strsim v0.11.1
7512026-04-25T00:39:48.569Z Compiling clap_derive v4.6.1
7522026-04-25T00:39:48.569Z Compiling nextest-filtering v0.15.0
7532026-04-25T00:39:48.928Z Compiling clap_builder v4.6.0
7542026-04-25T00:39:49.077Z Compiling humantime-serde v1.1.1
7552026-04-25T00:39:49.385Z Compiling sha2 v0.10.9
7562026-04-25T00:39:50.576Z Compiling quick-junit v0.5.2
7572026-04-25T00:39:50.870Z Compiling atomicwrites v0.4.4
7582026-04-25T00:39:51.162Z Compiling cargo_metadata v0.20.0
7592026-04-25T00:39:52.556Z Compiling crossterm v0.29.0
7602026-04-25T00:39:53.716Z Compiling cargo-nextest v0.9.97
7612026-04-25T00:39:54.019Z Compiling duct v0.13.7
7622026-04-25T00:39:54.599Z Compiling zstd v0.13.3
7632026-04-25T00:39:55.477Z Compiling async-scoped v0.9.0
7642026-04-25T00:39:55.668Z Compiling rand v0.9.4
7652026-04-25T00:39:55.686Z Compiling config v0.15.22
7662026-04-25T00:39:55.757Z Compiling unicode-normalization v0.1.25
7672026-04-25T00:39:55.779Z Compiling target-spec-miette v0.4.6
7682026-04-25T00:39:55.850Z Compiling future-queue v0.4.0
7692026-04-25T00:39:56.128Z Compiling mukti-metadata v0.3.0
7702026-04-25T00:39:56.179Z Compiling camino-tempfile v1.4.1
7712026-04-25T00:39:56.279Z Compiling tokio-stream v0.1.18
7722026-04-25T00:39:56.329Z Compiling derive-where v1.6.1
7732026-04-25T00:39:56.413Z Compiling serde_path_to_error v0.1.20
7742026-04-25T00:39:56.607Z Compiling serde_ignored v0.1.14
7752026-04-25T00:39:56.620Z Compiling swrite v0.1.0
7762026-04-25T00:39:56.729Z Compiling home v0.5.12
7772026-04-25T00:39:56.798Z Compiling indent_write v2.2.0
7782026-04-25T00:39:56.829Z Compiling xxhash-rust v0.8.15
7792026-04-25T00:39:56.852Z Compiling hex v0.4.3
7802026-04-25T00:39:56.947Z Compiling color-eyre v0.6.5
7812026-04-25T00:39:57.027Z Compiling clap v4.6.1
7822026-04-25T00:39:57.041Z Compiling dialoguer v0.11.0
7832026-04-25T00:39:57.113Z Compiling enable-ansi-support v0.2.1
7842026-04-25T00:39:57.554Z Compiling nextest-runner v0.80.0
7852026-04-25T00:40:15.764Z Finished `release` profile [optimized] target(s) in 1m 10s
7862026-04-25T00:40:15.951Z Installing /home/build/.cargo/bin/cargo-nextest
7872026-04-25T00:40:15.954Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7882026-04-25T00:40:16.074Z+ pushd bgp
7892026-04-25T00:40:16.077Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7902026-04-25T00:40:16.077Z+ pfexec cargo nextest run
7912026-04-25T00:40:16.235Z Updating git repository `https://github.com/oxidecomputer/falcon`
7922026-04-25T00:40:16.817ZFrom https://github.com/oxidecomputer/falcon
7932026-04-25T00:40:16.817Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7942026-04-25T00:40:16.894Z Updating crates.io index
7952026-04-25T00:40:16.927Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7962026-04-25T00:40:17.704ZFrom https://github.com/oxidecomputer/dendrite
7972026-04-25T00:40:17.704Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7982026-04-25T00:40:17.760Z Updating git repository `https://github.com/oxidecomputer/ispf`
7992026-04-25T00:40:18.015ZFrom https://github.com/oxidecomputer/ispf
8002026-04-25T00:40:18.015Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8012026-04-25T00:40:18.020Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8022026-04-25T00:40:18.367ZFrom https://github.com/oxidecomputer/netadm-sys
8032026-04-25T00:40:18.368Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8042026-04-25T00:40:18.374Z Updating git repository `https://github.com/oxidecomputer/omicron`
8052026-04-25T00:40:24.119ZFrom https://github.com/oxidecomputer/omicron
8062026-04-25T00:40:24.120Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8072026-04-25T00:40:24.526Z Updating git repository `https://github.com/oxidecomputer/opte`
8082026-04-25T00:40:25.147ZFrom https://github.com/oxidecomputer/opte
8092026-04-25T00:40:25.147Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
8102026-04-25T00:40:25.223Z Updating git repository `https://github.com/illumos/smf-rs`
8112026-04-25T00:40:25.497ZFrom https://github.com/illumos/smf-rs
8122026-04-25T00:40:25.497Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8132026-04-25T00:40:25.507Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8142026-04-25T00:40:25.788ZFrom https://github.com/oxidecomputer/network-interface
8152026-04-25T00:40:25.788Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8162026-04-25T00:40:25.838Z Updating git repository `https://github.com/oxidecomputer/zone`
8172026-04-25T00:40:26.074ZFrom https://github.com/oxidecomputer/zone
8182026-04-25T00:40:26.075Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8192026-04-25T00:40:26.098Z Updating git repository `https://github.com/oxidecomputer/propolis`
8202026-04-25T00:40:26.685ZFrom https://github.com/oxidecomputer/propolis
8212026-04-25T00:40:26.685Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8222026-04-25T00:40:26.752Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8232026-04-25T00:40:27.215ZFrom https://github.com/oxidecomputer/transceiver-control
8242026-04-25T00:40:27.215Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8252026-04-25T00:40:27.234Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8262026-04-25T00:40:27.486ZFrom https://github.com/oxidecomputer/dlpi-sys
8272026-04-25T00:40:27.486Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8282026-04-25T00:40:27.492Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8292026-04-25T00:40:27.741ZFrom https://github.com/jmesmon/rust-libzfs
8302026-04-25T00:40:27.741Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8312026-04-25T00:40:27.749Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8322026-04-25T00:40:28.020ZFrom https://github.com/oxidecomputer/rusty-doors
8332026-04-25T00:40:28.021Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8342026-04-25T00:40:28.044Z Updating git repository `https://github.com/oxidecomputer/lldp`
8352026-04-25T00:40:28.319ZFrom https://github.com/oxidecomputer/lldp
8362026-04-25T00:40:28.319Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8372026-04-25T00:40:28.331Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8382026-04-25T00:40:28.589ZFrom https://github.com/oxidecomputer/slog-error-chain
8392026-04-25T00:40:28.589Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8402026-04-25T00:40:28.641Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8412026-04-25T00:40:28.897ZFrom https://github.com/oxidecomputer/tufaceous
8422026-04-25T00:40:28.897Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8432026-04-25T00:40:28.943Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8442026-04-25T00:40:29.390ZFrom https://github.com/oxidecomputer/management-gateway-service
8452026-04-25T00:40:29.390Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8462026-04-25T00:40:29.414Z Updating git repository `https://github.com/oxidecomputer/crucible`
8472026-04-25T00:40:30.208ZFrom https://github.com/oxidecomputer/crucible
8482026-04-25T00:40:30.208Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8492026-04-25T00:40:30.257Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8502026-04-25T00:40:30.504ZFrom https://github.com/oxidecomputer/serde_human_bytes
8512026-04-25T00:40:30.504Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8522026-04-25T00:40:30.771Z Updating git repository `https://github.com/oxidecomputer/propolis`
8532026-04-25T00:40:31.071ZFrom https://github.com/oxidecomputer/propolis
8542026-04-25T00:40:31.071Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8552026-04-25T00:40:31.152Z Updating git repository `https://github.com/oxidecomputer/tofino`
8562026-04-25T00:40:31.401ZFrom https://github.com/oxidecomputer/tofino
8572026-04-25T00:40:31.401Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8582026-04-25T00:40:31.407Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8592026-04-25T00:40:31.887ZFrom https://github.com/oxidecomputer/maghemite
8602026-04-25T00:40:31.887Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8612026-04-25T00:40:31.952Z Updating git repository `https://github.com/oxidecomputer/clickward`
8622026-04-25T00:40:32.329ZFrom https://github.com/oxidecomputer/clickward
8632026-04-25T00:40:32.329Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8642026-04-25T00:40:32.492Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8652026-04-25T00:40:32.884ZFrom https://github.com/oxidecomputer/illumos-devinfo
8662026-04-25T00:40:32.884Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8672026-04-25T00:40:32.893Z Updating git repository `https://github.com/oxidecomputer/crucible`
8682026-04-25T00:40:33.223ZFrom https://github.com/oxidecomputer/crucible
8692026-04-25T00:40:33.223Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8702026-04-25T00:40:34.130Z Downloading crates ...
8712026-04-25T00:40:34.231Z Downloaded arrayvec v0.7.6
8722026-04-25T00:40:34.237Z Downloaded async-compression v0.4.41
8732026-04-25T00:40:34.246Z Downloaded enum-as-inner v0.6.1
8742026-04-25T00:40:34.249Z Downloaded embedded-io v0.4.0
8752026-04-25T00:40:34.252Z Downloaded git-stub v1.0.0
8762026-04-25T00:40:34.254Z Downloaded macaddr v1.0.1
8772026-04-25T00:40:34.258Z Downloaded memoffset v0.9.1
8782026-04-25T00:40:34.258Z Downloaded libscf-sys v1.1.0
8792026-04-25T00:40:34.261Z Downloaded foldhash v0.2.0
8802026-04-25T00:40:34.261Z Downloaded darling v0.21.3
8812026-04-25T00:40:34.264Z Downloaded compression-core v0.4.31
8822026-04-25T00:40:34.267Z Downloaded darling v0.23.0
8832026-04-25T00:40:34.270Z Downloaded goblin v0.8.2
8842026-04-25T00:40:34.274Z Downloaded bitflags v1.3.2
8852026-04-25T00:40:34.277Z Downloaded libsw-core v0.3.2
8862026-04-25T00:40:34.280Z Downloaded natord v1.0.9
8872026-04-25T00:40:34.280Z Downloaded memmap2 v0.9.10
8882026-04-25T00:40:34.283Z Downloaded dof v0.3.0
8892026-04-25T00:40:34.283Z Downloaded crypto-bigint v0.5.5
8902026-04-25T00:40:34.287Z Downloaded is-terminal v0.4.17
8912026-04-25T00:40:34.289Z Downloaded litemap v0.8.1
8922026-04-25T00:40:34.292Z Downloaded ident_case v1.0.1
8932026-04-25T00:40:34.292Z Downloaded allocator-api2 v0.2.21
8942026-04-25T00:40:34.294Z Downloaded match_cfg v0.1.0
8952026-04-25T00:40:34.297Z Downloaded lru-cache v0.1.2
8962026-04-25T00:40:34.297Z Downloaded inout v0.1.4
8972026-04-25T00:40:34.300Z Downloaded newtype-uuid-macros v0.1.0
8982026-04-25T00:40:34.300Z Downloaded indexmap v1.9.3
8992026-04-25T00:40:34.302Z Downloaded newline-converter v0.3.0
9002026-04-25T00:40:34.305Z Downloaded defmt-parser v1.0.0
9012026-04-25T00:40:34.305Z Downloaded const-random-macro v0.1.16
9022026-04-25T00:40:34.305Z Downloaded defmt v1.0.1
9032026-04-25T00:40:34.308Z Downloaded crucible-workspace-hack v0.1.0
9042026-04-25T00:40:34.311Z Downloaded nom v8.0.0
9052026-04-25T00:40:34.314Z Downloaded linked-hash-map v0.5.6
9062026-04-25T00:40:34.314Z Downloaded num-conv v0.2.1
9072026-04-25T00:40:34.317Z Downloaded httpdate v1.0.3
9082026-04-25T00:40:34.317Z Downloaded heck v0.4.1
9092026-04-25T00:40:34.320Z Downloaded gethostname v0.5.0
9102026-04-25T00:40:34.323Z Downloaded fs-err v3.3.0
9112026-04-25T00:40:34.323Z Downloaded dof v0.4.0
9122026-04-25T00:40:34.323Z Downloaded convert_case v0.4.0
9132026-04-25T00:40:34.326Z Downloaded crunchy v0.2.4
9142026-04-25T00:40:34.326Z Downloaded base16ct v0.2.0
9152026-04-25T00:40:34.329Z Downloaded foreign-types-macros v0.2.3
9162026-04-25T00:40:34.329Z Downloaded async-stream v0.3.6
9172026-04-25T00:40:34.332Z Downloaded managed v0.8.0
9182026-04-25T00:40:34.332Z Downloaded aead v0.5.2
9192026-04-25T00:40:34.336Z Downloaded dyn-clone v1.0.20
9202026-04-25T00:40:34.336Z Downloaded mime v0.3.17
9212026-04-25T00:40:34.340Z Downloaded num_enum v0.7.6
9222026-04-25T00:40:34.340Z Downloaded no-std-compat v0.4.1
9232026-04-25T00:40:34.343Z Downloaded const-random v0.1.18
9242026-04-25T00:40:34.343Z Downloaded num-derive v0.4.2
9252026-04-25T00:40:34.343Z Downloaded hash32 v0.3.1
9262026-04-25T00:40:34.346Z Downloaded darling_macro v0.23.0
9272026-04-25T00:40:34.346Z Downloaded dtrace-parser v0.3.0
9282026-04-25T00:40:34.349Z Downloaded arrayref v0.3.9
9292026-04-25T00:40:34.349Z Downloaded foreign-types v0.5.0
9302026-04-25T00:40:34.349Z Downloaded fastrand v2.3.0
9312026-04-25T00:40:34.352Z Downloaded icu_locale_core v2.1.1
9322026-04-25T00:40:34.355Z Downloaded hubpack_derive v0.1.1
9332026-04-25T00:40:34.355Z Downloaded crc8 v0.1.1
9342026-04-25T00:40:34.359Z Downloaded darling_macro v0.21.3
9352026-04-25T00:40:34.359Z Downloaded async-stream-impl v0.3.6
9362026-04-25T00:40:34.359Z Downloaded num-derive v0.3.3
9372026-04-25T00:40:34.362Z Downloaded keccak v0.1.6
9382026-04-25T00:40:34.362Z Downloaded embedded-io v0.6.1
9392026-04-25T00:40:34.362Z Downloaded newtype_derive v0.1.6
9402026-04-25T00:40:34.365Z Downloaded dropshot-api-manager-types v0.7.0
9412026-04-25T00:40:34.365Z Downloaded hostname v0.4.2
9422026-04-25T00:40:34.367Z Downloaded num_threads v0.1.7
9432026-04-25T00:40:34.367Z Downloaded cobs v0.3.0
9442026-04-25T00:40:34.370Z Downloaded cstr-argument v0.1.2
9452026-04-25T00:40:34.370Z Downloaded cpufeatures v0.3.0
9462026-04-25T00:40:34.370Z Downloaded olpc-cjson v0.1.4
9472026-04-25T00:40:34.373Z Downloaded foreign-types-shared v0.3.1
9482026-04-25T00:40:34.373Z Downloaded num v0.4.3
9492026-04-25T00:40:34.376Z Downloaded dtrace-parser v0.2.0
9502026-04-25T00:40:34.376Z Downloaded ciborium-io v0.2.2
9512026-04-25T00:40:34.376Z Downloaded bit-set v0.8.0
9522026-04-25T00:40:34.378Z Downloaded internet-checksum v0.2.1
9532026-04-25T00:40:34.378Z Downloaded hubpack v0.1.2
9542026-04-25T00:40:34.381Z Downloaded group v0.13.0
9552026-04-25T00:40:34.382Z Downloaded opaque-debug v0.3.1
9562026-04-25T00:40:34.382Z Downloaded highway v1.3.0
9572026-04-25T00:40:34.384Z Downloaded num_enum v0.5.11
9582026-04-25T00:40:34.387Z Downloaded omicron-workspace-hack v0.1.0
9592026-04-25T00:40:34.387Z Downloaded multer v3.1.0
9602026-04-25T00:40:34.390Z Downloaded erased-serde v0.3.31
9612026-04-25T00:40:34.393Z Downloaded phf_shared v0.12.1
9622026-04-25T00:40:34.393Z Downloaded fxhash v0.2.1
9632026-04-25T00:40:34.393Z Downloaded float-ord v0.3.2
9642026-04-25T00:40:34.396Z Downloaded num_enum_derive v0.5.11
9652026-04-25T00:40:34.396Z Downloaded parse-display v0.10.0
9662026-04-25T00:40:34.396Z Downloaded proc-macro-crate v1.3.1
9672026-04-25T00:40:34.399Z Downloaded ciborium v0.2.2
9682026-04-25T00:40:34.399Z Downloaded critical-section v1.2.0
9692026-04-25T00:40:34.402Z Downloaded powerfmt v0.2.0
9702026-04-25T00:40:34.402Z Downloaded proc-macro-crate v3.5.0
9712026-04-25T00:40:34.442Z Downloaded proc-macro-error-attr2 v2.0.0
9722026-04-25T00:40:34.442Z Downloaded displaydoc v0.2.5
9732026-04-25T00:40:34.442Z Downloaded daft-derive v0.1.5
9742026-04-25T00:40:34.442Z Downloaded rand_chacha v0.3.1
9752026-04-25T00:40:34.443Z Downloaded progenitor-client v0.11.2
9762026-04-25T00:40:34.443Z Downloaded crossbeam-utils v0.8.21
9772026-04-25T00:40:34.443Z Downloaded cancel-safe-futures v0.1.5
9782026-04-25T00:40:34.443Z Downloaded ff v0.13.1
9792026-04-25T00:40:34.443Z Downloaded pretty-hex v0.4.2
9802026-04-25T00:40:34.443Z Downloaded num-rational v0.4.2
9812026-04-25T00:40:34.443Z Downloaded quick-error v1.2.3
9822026-04-25T00:40:34.443Z Downloaded progenitor-macro v0.11.2
9832026-04-25T00:40:34.443Z Downloaded backoff v0.4.0
9842026-04-25T00:40:34.443Z Downloaded num_enum_derive v0.7.6
9852026-04-25T00:40:34.443Z Downloaded linear-map v1.2.0
9862026-04-25T00:40:34.443Z Downloaded rand_xorshift v0.4.0
9872026-04-25T00:40:34.443Z Downloaded progenitor-macro v0.13.0
9882026-04-25T00:40:34.443Z Downloaded progenitor-macro v0.10.0
9892026-04-25T00:40:34.443Z Downloaded git-stub-vcs v0.1.0
9902026-04-25T00:40:34.443Z Downloaded num-complex v0.4.6
9912026-04-25T00:40:34.443Z Downloaded idna_adapter v1.2.1
9922026-04-25T00:40:34.443Z Downloaded ipnetwork v0.21.1
9932026-04-25T00:40:34.443Z Downloaded num-iter v0.1.45
9942026-04-25T00:40:34.443Z Downloaded ingot-types v0.1.2
9952026-04-25T00:40:34.443Z Downloaded fixedbitset v0.4.2
9962026-04-25T00:40:34.443Z Downloaded drift v0.1.3
9972026-04-25T00:40:34.443Z Downloaded ingot-macros v0.1.1
9982026-04-25T00:40:34.443Z Downloaded daft v0.1.5
9992026-04-25T00:40:34.444Z Downloaded libsw v3.5.0
10002026-04-25T00:40:34.448Z Downloaded cipher v0.4.4
10012026-04-25T00:40:34.448Z Downloaded bytecount v0.6.9
10022026-04-25T00:40:34.448Z Downloaded argon2 v0.5.3
10032026-04-25T00:40:34.448Z Downloaded pem v3.0.6
10042026-04-25T00:40:34.452Z Downloaded password-hash v0.5.0
10052026-04-25T00:40:34.452Z Downloaded oxnet v0.1.4
10062026-04-25T00:40:34.452Z Downloaded rustc_version v0.1.7
10072026-04-25T00:40:34.455Z Downloaded oxide-tokio-rt v0.1.3
10082026-04-25T00:40:34.455Z Downloaded paste v1.0.15
10092026-04-25T00:40:34.455Z Downloaded same-file v1.0.6
10102026-04-25T00:40:34.458Z Downloaded constant_time_eq v0.4.2
10112026-04-25T00:40:34.458Z Downloaded bit-vec v0.8.0
10122026-04-25T00:40:34.461Z Downloaded const_format_proc_macros v0.2.34
10132026-04-25T00:40:34.461Z Downloaded plain v0.2.3
10142026-04-25T00:40:34.461Z Downloaded byteorder v1.5.0
10152026-04-25T00:40:34.464Z Downloaded parking_lot_core v0.8.6
10162026-04-25T00:40:34.464Z Downloaded proc-macro-error v1.0.4
10172026-04-25T00:40:34.468Z Downloaded pkg-config v0.3.32
10182026-04-25T00:40:34.471Z Downloaded num-integer v0.1.46
10192026-04-25T00:40:34.471Z Downloaded chacha20 v0.10.0
10202026-04-25T00:40:34.471Z Downloaded progenitor-extras v0.1.1
10212026-04-25T00:40:34.474Z Downloaded arc-swap v1.9.0
10222026-04-25T00:40:34.476Z Downloaded scroll_derive v0.13.1
10232026-04-25T00:40:34.477Z Downloaded scroll_derive v0.12.1
10242026-04-25T00:40:34.477Z Downloaded proc-macro-error2 v2.0.1
10252026-04-25T00:40:34.480Z Downloaded semver v0.1.20
10262026-04-25T00:40:34.480Z Downloaded secrecy v0.10.3
10272026-04-25T00:40:34.480Z Downloaded poly1305 v0.8.0
10282026-04-25T00:40:34.485Z Downloaded serde_spanned v1.1.0
10292026-04-25T00:40:34.485Z Downloaded serde_repr v0.1.20
10302026-04-25T00:40:34.489Z Downloaded serde_plain v1.0.2
10312026-04-25T00:40:34.489Z Downloaded rand_core v0.10.0
10322026-04-25T00:40:34.489Z Downloaded ref-cast-impl v1.0.25
10332026-04-25T00:40:34.489Z Downloaded progenitor-client v0.13.0
10342026-04-25T00:40:34.489Z Downloaded hyper-rustls v0.27.7
10352026-04-25T00:40:34.493Z Downloaded progenitor v0.13.0
10362026-04-25T00:40:34.493Z Downloaded clap_derive v4.6.0
10372026-04-25T00:40:34.493Z Downloaded progenitor-client v0.10.0
10382026-04-25T00:40:34.496Z Downloaded progenitor v0.11.2
10392026-04-25T00:40:34.496Z Downloaded progenitor v0.10.0
10402026-04-25T00:40:34.496Z Downloaded derive-ex v0.1.8
10412026-04-25T00:40:34.499Z Downloaded phf v0.12.1
10422026-04-25T00:40:34.499Z Downloaded parse-display-derive v0.10.0
10432026-04-25T00:40:34.499Z Downloaded bcs v0.1.6
10442026-04-25T00:40:34.502Z Downloaded cmake v0.1.58
10452026-04-25T00:40:34.502Z Downloaded bitflags v2.11.0
10462026-04-25T00:40:34.505Z Downloaded omicron-zone-package v0.12.2
10472026-04-25T00:40:34.508Z Downloaded hmac v0.12.1
10482026-04-25T00:40:34.508Z Downloaded backon v1.6.0
10492026-04-25T00:40:34.512Z Downloaded sigpipe v0.1.3
10502026-04-25T00:40:34.512Z Downloaded serde-big-array v0.5.1
10512026-04-25T00:40:34.512Z Downloaded smawk v0.3.2
10522026-04-25T00:40:34.512Z Downloaded slog-bunyan v2.5.0
10532026-04-25T00:40:34.515Z Downloaded chacha20 v0.9.1
10542026-04-25T00:40:34.515Z Downloaded data-encoding v2.10.0
10552026-04-25T00:40:34.515Z Downloaded crossbeam-deque v0.8.6
10562026-04-25T00:40:34.515Z Downloaded icu_properties v2.1.2
10572026-04-25T00:40:34.518Z Downloaded rusty-fork v0.3.1
10582026-04-25T00:40:34.518Z Downloaded serial_test_derive v3.4.0
10592026-04-25T00:40:34.521Z Downloaded serial_test v3.4.0
10602026-04-25T00:40:34.521Z Downloaded ref-cast v1.0.25
10612026-04-25T00:40:34.524Z Downloaded anyhow v1.0.102
10622026-04-25T00:40:34.524Z Downloaded slog-envlogger v2.2.0
10632026-04-25T00:40:34.527Z Downloaded resolv-conf v0.7.6
10642026-04-25T00:40:34.527Z Downloaded sha1 v0.10.6
10652026-04-25T00:40:34.527Z Downloaded rustls-native-certs v0.8.3
10662026-04-25T00:40:34.530Z Downloaded siphasher v1.0.2
10672026-04-25T00:40:34.530Z Downloaded stable_deref_trait v1.2.1
10682026-04-25T00:40:34.533Z Downloaded postcard v1.1.3
10692026-04-25T00:40:34.533Z Downloaded scroll v0.12.0
10702026-04-25T00:40:34.533Z Downloaded darling_core v0.21.3
10712026-04-25T00:40:34.536Z Downloaded strum v0.27.2
10722026-04-25T00:40:34.540Z Downloaded derive_more v0.99.20
10732026-04-25T00:40:34.540Z Downloaded tabled_derive v0.7.0
10742026-04-25T00:40:34.541Z Downloaded tabled_derive v0.11.0
10752026-04-25T00:40:34.544Z Downloaded clap v4.6.0
10762026-04-25T00:40:34.547Z Downloaded thread-id v5.1.0
10772026-04-25T00:40:34.547Z Downloaded thread-id v4.2.2
10782026-04-25T00:40:34.550Z Downloaded thiserror-impl-no-std v2.0.2
10792026-04-25T00:40:34.550Z Downloaded termtree v0.5.1
10802026-04-25T00:40:34.550Z Downloaded take_mut v0.2.2
10812026-04-25T00:40:34.553Z Downloaded schemars_derive v0.8.22
10822026-04-25T00:40:34.553Z Downloaded rhai_codegen v3.1.0
10832026-04-25T00:40:34.556Z Downloaded structmeta-derive v0.3.0
10842026-04-25T00:40:34.558Z Downloaded tabwriter v1.4.1
10852026-04-25T00:40:34.558Z Downloaded tagptr v0.2.0
10862026-04-25T00:40:34.558Z Downloaded crossbeam-epoch v0.9.18
10872026-04-25T00:40:34.561Z Downloaded testing_table v0.3.0
10882026-04-25T00:40:34.561Z Downloaded pest_derive v2.8.6
10892026-04-25T00:40:34.561Z Downloaded strum v0.26.3
10902026-04-25T00:40:34.564Z Downloaded dropshot_endpoint v0.17.0
10912026-04-25T00:40:34.564Z Downloaded sdd v3.0.10
10922026-04-25T00:40:34.567Z Downloaded time-core v0.1.8
10932026-04-25T00:40:34.567Z Downloaded structmeta v0.3.0
10942026-04-25T00:40:34.570Z Downloaded elliptic-curve v0.13.8
10952026-04-25T00:40:34.570Z Downloaded dropshot_endpoint v0.16.7
10962026-04-25T00:40:34.572Z Downloaded glob v0.3.3
10972026-04-25T00:40:34.573Z Downloaded fs_extra v1.3.0
10982026-04-25T00:40:34.575Z Downloaded smf v0.2.3
10992026-04-25T00:40:34.575Z Downloaded slog-term v2.9.2
11002026-04-25T00:40:34.578Z Downloaded slog-stdlog v4.1.1
11012026-04-25T00:40:34.578Z Downloaded slog-scope v4.4.1
11022026-04-25T00:40:34.578Z Downloaded slog-json v2.6.1
11032026-04-25T00:40:34.581Z Downloaded rustls-pki-types v1.14.0
11042026-04-25T00:40:34.581Z Downloaded darling_core v0.23.0
11052026-04-25T00:40:34.584Z Downloaded topological-sort v0.2.2
11062026-04-25T00:40:34.584Z Downloaded icu_provider v2.1.1
11072026-04-25T00:40:34.587Z Downloaded serde_derive_internals v0.29.1
11082026-04-25T00:40:34.587Z Downloaded half v2.7.1
11092026-04-25T00:40:34.590Z Downloaded usdt v0.5.0
11102026-04-25T00:40:34.590Z Downloaded universal-hash v0.5.1
11112026-04-25T00:40:34.590Z Downloaded typify-macro v0.6.1
11122026-04-25T00:40:34.590Z Downloaded typify-macro v0.4.3
11132026-04-25T00:40:34.594Z Downloaded cargo_toml v0.22.3
11142026-04-25T00:40:34.594Z Downloaded serde_tokenstream v0.2.3
11152026-04-25T00:40:34.594Z Downloaded pest_generator v2.8.6
11162026-04-25T00:40:34.598Z Downloaded usdt-attr-macro v0.6.0
11172026-04-25T00:40:34.598Z Downloaded base64 v0.21.7
11182026-04-25T00:40:34.598Z Downloaded usdt v0.6.0
11192026-04-25T00:40:34.598Z Downloaded snafu-derive v0.8.9
11202026-04-25T00:40:34.601Z Downloaded indicatif v0.18.4
11212026-04-25T00:40:34.601Z Downloaded untrusted v0.7.1
11222026-04-25T00:40:34.601Z Downloaded unarray v0.1.4
11232026-04-25T00:40:34.604Z Downloaded indexmap v2.13.0
11242026-04-25T00:40:34.604Z Downloaded strum_macros v0.27.2
11252026-04-25T00:40:34.607Z Downloaded strum_macros v0.26.4
11262026-04-25T00:40:34.607Z Downloaded rustversion v1.0.22
11272026-04-25T00:40:34.609Z Downloaded utf-8 v0.7.6
11282026-04-25T00:40:34.609Z Downloaded usdt-macro v0.6.0
11292026-04-25T00:40:34.609Z Downloaded smartstring v1.0.1
11302026-04-25T00:40:34.612Z Downloaded waitgroup v0.1.2
11312026-04-25T00:40:34.612Z Downloaded wait-timeout v0.2.1
11322026-04-25T00:40:34.612Z Downloaded spin v0.5.2
11332026-04-25T00:40:34.612Z Downloaded slog-async v2.8.0
11342026-04-25T00:40:34.615Z Downloaded usdt-macro v0.5.0
11352026-04-25T00:40:34.615Z Downloaded unit-prefix v0.5.2
11362026-04-25T00:40:34.615Z Downloaded const_format v0.2.35
11372026-04-25T00:40:34.618Z Downloaded rustls-pemfile v2.2.0
11382026-04-25T00:40:34.618Z Downloaded parking_lot v0.11.2
11392026-04-25T00:40:34.621Z Downloaded tinystr v0.8.2
11402026-04-25T00:40:34.621Z Downloaded chacha20poly1305 v0.10.1
11412026-04-25T00:40:34.624Z Downloaded tiny-keccak v2.0.2
11422026-04-25T00:40:34.624Z Downloaded thiserror-no-std v2.0.2
11432026-04-25T00:40:34.627Z Downloaded papergrid v0.17.0
11442026-04-25T00:40:34.630Z Downloaded tokio-dtrace v0.1.1
11452026-04-25T00:40:34.630Z Downloaded tokio-rustls v0.25.0
11462026-04-25T00:40:34.633Z Downloaded slog-dtrace v0.3.0
11472026-04-25T00:40:34.633Z Downloaded async-trait v0.1.89
11482026-04-25T00:40:34.637Z Downloaded zerofrom-derive v0.1.6
11492026-04-25T00:40:34.637Z Downloaded time-macros v0.2.27
11502026-04-25T00:40:34.637Z Downloaded synstructure v0.13.2
11512026-04-25T00:40:34.637Z Downloaded zerofrom v0.1.6
11522026-04-25T00:40:34.641Z Downloaded scroll v0.13.0
11532026-04-25T00:40:34.641Z Downloaded yoke-derive v0.8.1
11542026-04-25T00:40:34.641Z Downloaded cc v1.2.58
11552026-04-25T00:40:34.641Z Downloaded proc-macro-error-attr v1.0.4
11562026-04-25T00:40:34.641Z Downloaded potential_utf v0.1.4
11572026-04-25T00:40:34.641Z Downloaded byte-wrapper v0.1.0
11582026-04-25T00:40:34.644Z Downloaded zone_cfg_derive v0.3.1
11592026-04-25T00:40:34.644Z Downloaded zone v0.3.1
11602026-04-25T00:40:34.644Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11612026-04-25T00:40:34.644Z Downloaded spin v0.9.8
11622026-04-25T00:40:34.647Z Downloaded memmap v0.7.0
11632026-04-25T00:40:34.647Z Downloaded progenitor-impl v0.11.2
11642026-04-25T00:40:34.650Z Downloaded progenitor-impl v0.10.0
11652026-04-25T00:40:34.650Z Downloaded usdt-attr-macro v0.5.0
11662026-04-25T00:40:34.650Z Downloaded toml_writer v1.1.0+spec-1.1.0
11672026-04-25T00:40:34.652Z Downloaded tokio-tungstenite v0.21.0
11682026-04-25T00:40:34.655Z Downloaded hostname v0.3.1
11692026-04-25T00:40:34.656Z Downloaded console v0.16.3
11702026-04-25T00:40:34.656Z Downloaded instant v0.1.13
11712026-04-25T00:40:34.656Z Downloaded serde_with_macros v3.18.0
11722026-04-25T00:40:34.656Z Downloaded async-recursion v1.1.1
11732026-04-25T00:40:34.659Z Downloaded defmt-macros v1.0.1
11742026-04-25T00:40:34.661Z Downloaded defmt v0.3.100
11752026-04-25T00:40:34.661Z Downloaded walkdir v2.5.0
11762026-04-25T00:40:34.661Z Downloaded vsss-rs v3.3.4
11772026-04-25T00:40:34.665Z Downloaded xz2 v0.1.7
11782026-04-25T00:40:34.666Z Downloaded writeable v0.6.2
11792026-04-25T00:40:34.666Z Downloaded heapless v0.8.0
11802026-04-25T00:40:34.669Z Downloaded yoke v0.8.1
11812026-04-25T00:40:34.669Z Downloaded serde_yaml v0.9.34+deprecated
11822026-04-25T00:40:34.672Z Downloaded hickory-resolver v0.25.2
11832026-04-25T00:40:34.672Z Downloaded thin-vec v0.2.14
11842026-04-25T00:40:34.675Z Downloaded csv-core v0.1.13
11852026-04-25T00:40:34.675Z Downloaded ingot v0.1.1
11862026-04-25T00:40:34.675Z Downloaded dunce v1.0.5
11872026-04-25T00:40:34.675Z Downloaded deranged v0.5.8
11882026-04-25T00:40:34.678Z Downloaded crossbeam-channel v0.5.15
11892026-04-25T00:40:34.681Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11902026-04-25T00:40:34.681Z Downloaded ciborium-ll v0.2.2
11912026-04-25T00:40:34.681Z Downloaded base16ct v1.0.0
11922026-04-25T00:40:34.681Z Downloaded rustls-platform-verifier v0.6.2
11932026-04-25T00:40:34.686Z Downloaded zeroize_derive v1.4.3
11942026-04-25T00:40:34.686Z Downloaded dropshot-api-manager v0.7.0
11952026-04-25T00:40:34.689Z Downloaded compression-codecs v0.4.37
11962026-04-25T00:40:34.689Z Downloaded colored v3.1.1
11972026-04-25T00:40:34.690Z Downloaded zerovec-derive v0.11.2
11982026-04-25T00:40:34.694Z Downloaded usdt-impl v0.5.0
11992026-04-25T00:40:34.694Z Downloaded papergrid v0.11.0
12002026-04-25T00:40:34.694Z Downloaded pretty_assertions v1.4.1
12012026-04-25T00:40:34.699Z Downloaded pest_meta v2.8.6
12022026-04-25T00:40:34.699Z Downloaded progenitor-impl v0.13.0
12032026-04-25T00:40:34.699Z Downloaded icu_normalizer v2.1.1
12042026-04-25T00:40:34.702Z Downloaded test-strategy v0.4.5
12052026-04-25T00:40:34.702Z Downloaded schemars v0.8.22
12062026-04-25T00:40:34.706Z Downloaded whoami v1.6.1
12072026-04-25T00:40:34.709Z Downloaded usdt-impl v0.6.0
12082026-04-25T00:40:34.709Z Downloaded blake2 v0.10.6
12092026-04-25T00:40:34.713Z Downloaded toml v0.9.12+spec-1.1.0
12102026-04-25T00:40:34.716Z Downloaded tungstenite v0.21.0
12112026-04-25T00:40:34.716Z Downloaded diff v0.1.13
12122026-04-25T00:40:34.719Z Downloaded typify v0.6.1
12132026-04-25T00:40:34.719Z Downloaded unsafe-libyaml v0.2.11
12142026-04-25T00:40:34.722Z Downloaded typify v0.4.3
12152026-04-25T00:40:34.722Z Downloaded icu_collections v2.1.1
12162026-04-25T00:40:34.724Z Downloaded qorb v0.4.1
12172026-04-25T00:40:34.728Z Downloaded rayon-core v1.13.0
12182026-04-25T00:40:34.731Z Downloaded minimal-lexical v0.2.1
12192026-04-25T00:40:34.734Z Downloaded jiff-static v0.2.23
12202026-04-25T00:40:34.734Z Downloaded hickory-resolver v0.24.4
12212026-04-25T00:40:34.739Z Downloaded toml_parser v1.1.0+spec-1.1.0
12222026-04-25T00:40:34.739Z Downloaded toml_edit v0.25.8+spec-1.1.0
12232026-04-25T00:40:34.743Z Downloaded cookie v0.18.1
12242026-04-25T00:40:34.743Z Downloaded typenum v1.19.0
12252026-04-25T00:40:34.746Z Downloaded slog v2.8.2
12262026-04-25T00:40:34.746Z Downloaded similar v2.7.0
12272026-04-25T00:40:34.749Z Downloaded yansi v1.0.1
12282026-04-25T00:40:34.752Z Downloaded openssl-sys v0.9.112
12292026-04-25T00:40:34.755Z Downloaded schemars v0.9.0
12302026-04-25T00:40:34.764Z Downloaded toml_edit v0.19.15
12312026-04-25T00:40:34.773Z Downloaded zerocopy-derive v0.7.35
12322026-04-25T00:40:34.776Z Downloaded icu_normalizer_data v2.1.1
12332026-04-25T00:40:34.779Z Downloaded expectorate v1.2.0
12342026-04-25T00:40:34.779Z Downloaded toml v0.7.8
12352026-04-25T00:40:34.782Z Downloaded nom v7.1.3
12362026-04-25T00:40:34.787Z Downloaded toml v1.1.0+spec-1.1.0
12372026-04-25T00:40:34.787Z Downloaded pest v2.8.6
12382026-04-25T00:40:34.790Z Downloaded term v1.2.1
12392026-04-25T00:40:34.797Z Downloaded rustls-webpki v0.103.10
12402026-04-25T00:40:34.800Z Downloaded rand v0.10.1
12412026-04-25T00:40:34.800Z Downloaded zerotrie v0.2.3
12422026-04-25T00:40:34.803Z Downloaded prettyplease v0.2.37
12432026-04-25T00:40:34.806Z Downloaded rand v0.9.2
12442026-04-25T00:40:34.806Z Downloaded typed-path v0.9.3
12452026-04-25T00:40:34.809Z Downloaded rand v0.8.5
12462026-04-25T00:40:34.814Z Downloaded ucd-trie v0.1.7
12472026-04-25T00:40:34.817Z Downloaded hashbrown v0.12.3
12482026-04-25T00:40:34.823Z Downloaded schemars v1.2.1
12492026-04-25T00:40:34.830Z Downloaded uuid v1.23.0
12502026-04-25T00:40:34.834Z Downloaded rayon v1.11.0
12512026-04-25T00:40:34.838Z Downloaded itertools v0.12.1
12522026-04-25T00:40:34.846Z Downloaded snafu v0.8.9
12532026-04-25T00:40:34.848Z Downloaded tough v0.20.0
12542026-04-25T00:40:34.852Z Downloaded aws-lc-rs v1.16.2
12552026-04-25T00:40:34.857Z Downloaded steno v0.4.1
12562026-04-25T00:40:34.860Z Downloaded hashbrown v0.16.1
12572026-04-25T00:40:34.863Z Downloaded libm v0.2.16
12582026-04-25T00:40:34.874Z Downloaded rustls-webpki v0.102.8
12592026-04-25T00:40:34.884Z Downloaded zerocopy-derive v0.8.48
12602026-04-25T00:40:34.888Z Downloaded icu_properties_data v2.1.2
12612026-04-25T00:40:34.893Z Downloaded proptest v1.11.0
12622026-04-25T00:40:34.898Z Downloaded iddqd v0.3.17
12632026-04-25T00:40:34.902Z Downloaded scc v2.4.0
12642026-04-25T00:40:34.904Z Downloaded blake3 v1.8.4
12652026-04-25T00:40:34.912Z Downloaded tabled v0.15.0
12662026-04-25T00:40:34.920Z Downloaded tabled v0.20.0
12672026-04-25T00:40:34.929Z Downloaded zerovec v0.11.5
12682026-04-25T00:40:34.932Z Downloaded hkdf v0.12.4
12692026-04-25T00:40:34.935Z Downloaded goblin v0.10.5
12702026-04-25T00:40:34.938Z Downloaded reqwest v0.13.2
12712026-04-25T00:40:34.946Z Downloaded syn v1.0.109
12722026-04-25T00:40:34.952Z Downloaded time v0.3.47
12732026-04-25T00:40:34.958Z Downloaded openssl v0.10.76
12742026-04-25T00:40:34.976Z Downloaded winnow v0.5.40
12752026-04-25T00:40:34.980Z Downloaded serde_with v3.18.0
12762026-04-25T00:40:34.986Z Downloaded zerocopy v0.7.35
12772026-04-25T00:40:34.995Z Downloaded winnow v1.0.1
12782026-04-25T00:40:35.000Z Downloaded regress v0.10.5
12792026-04-25T00:40:35.004Z Downloaded openapiv3 v2.2.0
12802026-04-25T00:40:35.010Z Downloaded moka v0.12.15
12812026-04-25T00:40:35.014Z Downloaded dropshot v0.16.7
12822026-04-25T00:40:35.026Z Downloaded dropshot v0.17.0
12832026-04-25T00:40:35.047Z Downloaded webpki-roots v1.0.6
12842026-04-25T00:40:35.062Z Downloaded nix v0.31.2
12852026-04-25T00:40:35.078Z Downloaded rhai v1.24.0
12862026-04-25T00:40:35.085Z Downloaded rustls v0.22.4
12872026-04-25T00:40:35.105Z Downloaded smoltcp v0.11.0
12882026-04-25T00:40:35.113Z Downloaded rustls v0.23.37
12892026-04-25T00:40:35.120Z Downloaded hickory-proto v0.24.4
12902026-04-25T00:40:35.128Z Downloaded petgraph v0.6.5
12912026-04-25T00:40:35.139Z Downloaded hickory-proto v0.25.2
12922026-04-25T00:40:35.157Z Downloaded typify-impl v0.6.1
12932026-04-25T00:40:35.165Z Downloaded typify-impl v0.4.3
12942026-04-25T00:40:35.173Z Downloaded sled v0.34.7
12952026-04-25T00:40:35.179Z Downloaded chrono-tz v0.10.4
12962026-04-25T00:40:35.190Z Downloaded csv v1.4.0
12972026-04-25T00:40:35.208Z Downloaded sha3 v0.10.8
12982026-04-25T00:40:35.212Z Downloaded tokio v1.52.0
12992026-04-25T00:40:35.234Z Downloaded lzma-sys v0.1.20
13002026-04-25T00:40:35.257Z Downloaded jiff v0.2.23
13012026-04-25T00:40:35.293Z Downloaded encoding_rs v0.8.35
13022026-04-25T00:40:35.750Z Downloaded aws-lc-sys v0.39.1
13032026-04-25T00:40:36.647Z Compiling proc-macro2 v1.0.106
13042026-04-25T00:40:36.647Z Compiling quote v1.0.45
13052026-04-25T00:40:36.647Z Compiling unicode-ident v1.0.24
13062026-04-25T00:40:36.647Z Compiling serde_core v1.0.228
13072026-04-25T00:40:36.647Z Compiling cfg-if v1.0.4
13082026-04-25T00:40:36.647Z Compiling serde v1.0.228
13092026-04-25T00:40:36.650Z Compiling libc v0.2.186
13102026-04-25T00:40:36.650Z Compiling memchr v2.8.0
13112026-04-25T00:40:36.847Z Compiling itoa v1.0.18
13122026-04-25T00:40:37.023Z Compiling zmij v1.0.21
13132026-04-25T00:40:37.051Z Compiling autocfg v1.5.0
13142026-04-25T00:40:37.098Z Compiling libm v0.2.16
13152026-04-25T00:40:37.430Z Compiling version_check v0.9.5
13162026-04-25T00:40:37.523Z Compiling stable_deref_trait v1.2.1
13172026-04-25T00:40:37.595Z Compiling litemap v0.8.1
13182026-04-25T00:40:37.636Z Compiling pin-project-lite v0.2.17
13192026-04-25T00:40:37.689Z Compiling writeable v0.6.2
13202026-04-25T00:40:37.700Z Compiling icu_normalizer_data v2.1.1
13212026-04-25T00:40:37.700Z Compiling percent-encoding v2.3.2
13222026-04-25T00:40:37.726Z Compiling icu_properties_data v2.1.2
13232026-04-25T00:40:37.890Z Compiling scopeguard v1.2.0
13242026-04-25T00:40:37.917Z Compiling equivalent v1.0.2
13252026-04-25T00:40:37.975Z Compiling syn v2.0.117
13262026-04-25T00:40:38.004Z Compiling iana-time-zone v0.1.65
13272026-04-25T00:40:38.013Z Compiling parking_lot_core v0.9.12
13282026-04-25T00:40:38.095Z Compiling lock_api v0.4.14
13292026-04-25T00:40:38.124Z Compiling foldhash v0.2.0
13302026-04-25T00:40:38.173Z Compiling allocator-api2 v0.2.21
13312026-04-25T00:40:38.224Z Compiling form_urlencoded v1.2.2
13322026-04-25T00:40:38.285Z Compiling utf8_iter v1.0.4
13332026-04-25T00:40:38.329Z Compiling serde_json v1.0.149
13342026-04-25T00:40:38.364Z Compiling dyn-clone v1.0.20
13352026-04-25T00:40:38.411Z Compiling num-traits v0.2.19
13362026-04-25T00:40:38.432Z Compiling log v0.4.29
13372026-04-25T00:40:38.504Z Compiling hashbrown v0.16.1
13382026-04-25T00:40:38.515Z Compiling jobserver v0.1.34
13392026-04-25T00:40:38.572Z Compiling find-msvc-tools v0.1.9
13402026-04-25T00:40:38.617Z Compiling shlex v1.3.0
13412026-04-25T00:40:38.724Z Compiling zerocopy v0.8.48
13422026-04-25T00:40:38.804Z Compiling cc v1.2.58
13432026-04-25T00:40:38.807Z Compiling futures-core v0.3.32
13442026-04-25T00:40:38.839Z Compiling errno v0.3.14
13452026-04-25T00:40:38.964Z Compiling semver v1.0.28
13462026-04-25T00:40:39.085Z Compiling thiserror v2.0.18
13472026-04-25T00:40:39.106Z Compiling rand_core v0.10.0
13482026-04-25T00:40:39.150Z Compiling getrandom v0.4.2
13492026-04-25T00:40:39.268Z Compiling indexmap v2.13.0
13502026-04-25T00:40:39.428Z Compiling futures-sink v0.3.32
13512026-04-25T00:40:39.538Z Compiling heck v0.5.0
13522026-04-25T00:40:39.625Z Compiling slab v0.4.12
13532026-04-25T00:40:39.635Z Compiling fnv v1.0.7
13542026-04-25T00:40:39.729Z Compiling uuid v1.23.0
13552026-04-25T00:40:39.800Z Compiling futures-channel v0.3.32
13562026-04-25T00:40:39.810Z Compiling futures-task v0.3.32
13572026-04-25T00:40:39.926Z Compiling portable-atomic v1.13.1
13582026-04-25T00:40:39.982Z Compiling futures-io v0.3.32
13592026-04-25T00:40:40.027Z Compiling rustversion v1.0.22
13602026-04-25T00:40:40.114Z Compiling typenum v1.19.0
13612026-04-25T00:40:40.145Z Compiling schemars v0.8.22
13622026-04-25T00:40:40.161Z Compiling socket2 v0.6.3
13632026-04-25T00:40:40.172Z Compiling getrandom v0.2.17
13642026-04-25T00:40:40.351Z Compiling critical-section v1.2.0
13652026-04-25T00:40:40.400Z Compiling signal-hook-registry v1.4.8
13662026-04-25T00:40:40.449Z Compiling mio v1.2.0
13672026-04-25T00:40:40.519Z Compiling bitflags v2.11.0
13682026-04-25T00:40:40.602Z Compiling subtle v2.6.1
13692026-04-25T00:40:40.692Z Compiling base64 v0.22.1
13702026-04-25T00:40:40.749Z Compiling byteorder v1.5.0
13712026-04-25T00:40:40.763Z Compiling untrusted v0.9.0
13722026-04-25T00:40:40.880Z Compiling synstructure v0.13.2
13732026-04-25T00:40:40.913Z Compiling serde_derive_internals v0.29.1
13742026-04-25T00:40:40.937Z Compiling once_cell v1.21.4
13752026-04-25T00:40:40.947Z Compiling rand_core v0.6.4
13762026-04-25T00:40:40.969Z Compiling cmake v0.1.58
13772026-04-25T00:40:41.035Z Compiling fs_extra v1.3.0
13782026-04-25T00:40:41.039Z Compiling dunce v1.0.5
13792026-04-25T00:40:41.122Z Compiling rustix v1.1.4
13802026-04-25T00:40:41.141Z Compiling atomic-waker v1.1.2
13812026-04-25T00:40:41.159Z Compiling regex-syntax v0.8.10
13822026-04-25T00:40:41.261Z Compiling ipnet v2.12.0
13832026-04-25T00:40:41.264Z Compiling strsim v0.11.1
13842026-04-25T00:40:41.295Z Compiling aws-lc-sys v0.39.1
13852026-04-25T00:40:41.378Z Compiling httparse v1.10.1
13862026-04-25T00:40:41.640Z Compiling slog v2.8.2
13872026-04-25T00:40:41.650Z Compiling generic-array v0.14.7
13882026-04-25T00:40:41.675Z Compiling ucd-trie v0.1.7
13892026-04-25T00:40:41.755Z Compiling getrandom v0.3.4
13902026-04-25T00:40:41.796Z Compiling thiserror v1.0.69
13912026-04-25T00:40:41.854Z Compiling tower-layer v0.3.3
13922026-04-25T00:40:41.864Z Compiling tower-service v0.3.3
13932026-04-25T00:40:41.988Z Compiling pest v2.8.6
13942026-04-25T00:40:42.009Z Compiling try-lock v0.2.5
13952026-04-25T00:40:42.044Z Compiling serde_derive v1.0.228
13962026-04-25T00:40:42.072Z Compiling zerofrom-derive v0.1.6
13972026-04-25T00:40:42.092Z Compiling yoke-derive v0.8.1
13982026-04-25T00:40:42.102Z Compiling zerovec-derive v0.11.2
13992026-04-25T00:40:42.112Z Compiling displaydoc v0.2.5
14002026-04-25T00:40:42.318Z Compiling tokio-macros v2.7.0
14012026-04-25T00:40:42.907Z Compiling schemars_derive v0.8.22
14022026-04-25T00:40:43.068Z Compiling zerocopy-derive v0.8.48
14032026-04-25T00:40:43.164Z Compiling thiserror-impl v2.0.18
14042026-04-25T00:40:43.258Z Compiling zeroize_derive v1.4.3
14052026-04-25T00:40:43.301Z Compiling futures-macro v0.3.32
14062026-04-25T00:40:43.337Z Compiling zerofrom v0.1.6
14072026-04-25T00:40:43.458Z Compiling yoke v0.8.1
14082026-04-25T00:40:43.646Z Compiling zerovec v0.11.5
14092026-04-25T00:40:43.844Z Compiling zerotrie v0.2.3
14102026-04-25T00:40:43.923Z Compiling zeroize v1.8.2
14112026-04-25T00:40:44.121Z Compiling tinystr v0.8.2
14122026-04-25T00:40:44.124Z Compiling potential_utf v0.1.4
14132026-04-25T00:40:44.139Z Compiling futures-util v0.3.32
14142026-04-25T00:40:44.287Z Compiling icu_locale_core v2.1.1
14152026-04-25T00:40:44.315Z Compiling icu_collections v2.1.1
14162026-04-25T00:40:44.339Z Compiling thiserror-impl v1.0.69
14172026-04-25T00:40:44.822Z Compiling pest_meta v2.8.6
14182026-04-25T00:40:44.966Z Compiling icu_provider v2.1.1
14192026-04-25T00:40:45.204Z Compiling bytes v1.11.1
14202026-04-25T00:40:45.258Z Compiling smallvec v1.15.1
14212026-04-25T00:40:45.261Z Compiling icu_properties v2.1.2
14222026-04-25T00:40:45.452Z Compiling icu_normalizer v2.1.1
14232026-04-25T00:40:45.479Z Compiling chrono v0.4.44
14242026-04-25T00:40:46.017Z Compiling parking_lot v0.12.5
14252026-04-25T00:40:46.085Z Compiling idna_adapter v1.2.1
14262026-04-25T00:40:46.116Z Compiling http v1.4.0
14272026-04-25T00:40:46.229Z Compiling idna v1.1.0
14282026-04-25T00:40:46.384Z Compiling tokio v1.52.0
14292026-04-25T00:40:46.396Z Compiling serde_tokenstream v0.2.3
14302026-04-25T00:40:46.419Z Compiling erased-serde v0.3.31
14312026-04-25T00:40:46.666Z Compiling url v2.5.8
14322026-04-25T00:40:46.894Z Compiling http-body v1.0.1
14332026-04-25T00:40:47.038Z Compiling want v0.3.1
14342026-04-25T00:40:47.069Z Compiling httpdate v1.0.3
14352026-04-25T00:40:47.080Z Compiling ryu v1.0.23
14362026-04-25T00:40:47.253Z Compiling ppv-lite86 v0.2.21
14372026-04-25T00:40:47.369Z Compiling pest_generator v2.8.6
14382026-04-25T00:40:47.402Z Compiling pretty-hex v0.4.2
14392026-04-25T00:40:47.425Z Compiling plain v0.2.3
14402026-04-25T00:40:47.529Z Compiling paste v1.0.15
14412026-04-25T00:40:47.529Z Compiling crypto-common v0.1.7
14422026-04-25T00:40:47.581Z Compiling ident_case v1.0.1
14432026-04-25T00:40:47.592Z Compiling omicron-workspace-hack v0.1.0
14442026-04-25T00:40:47.659Z Compiling tracing-attributes v0.1.31
14452026-04-25T00:40:47.670Z Compiling tracing-core v0.1.36
14462026-04-25T00:40:47.873Z Compiling serde_urlencoded v0.7.1
14472026-04-25T00:40:47.984Z Compiling pest_derive v2.8.6
14482026-04-25T00:40:48.114Z Compiling http-body-util v0.1.3
14492026-04-25T00:40:48.271Z Compiling ipnetwork v0.21.1
14502026-04-25T00:40:48.342Z Compiling daft-derive v0.1.5
14512026-04-25T00:40:48.353Z Compiling sync_wrapper v1.0.2
14522026-04-25T00:40:48.458Z Compiling fastrand v2.3.0
14532026-04-25T00:40:48.515Z Compiling aho-corasick v1.1.4
14542026-04-25T00:40:48.699Z Compiling winnow v1.0.1
14552026-04-25T00:40:48.710Z Compiling rustls-pki-types v1.14.0
14562026-04-25T00:40:48.721Z Compiling async-trait v0.1.89
14572026-04-25T00:40:48.871Z Compiling tracing v0.1.44
14582026-04-25T00:40:49.074Z Compiling scroll_derive v0.13.1
14592026-04-25T00:40:49.105Z Compiling ring v0.17.14
14602026-04-25T00:40:49.391Z Compiling regex-automata v0.4.14
14612026-04-25T00:40:49.599Z Compiling cpufeatures v0.2.17
14622026-04-25T00:40:49.667Z Compiling time-core v0.1.8
14632026-04-25T00:40:49.678Z Compiling anyhow v1.0.102
14642026-04-25T00:40:49.760Z Compiling powerfmt v0.2.0
14652026-04-25T00:40:49.807Z Compiling iri-string v0.7.12
14662026-04-25T00:40:49.877Z Compiling num-conv v0.2.1
14672026-04-25T00:40:49.898Z Compiling deranged v0.5.8
14682026-04-25T00:40:49.962Z Compiling scroll v0.13.0
14692026-04-25T00:40:50.015Z Compiling time-macros v0.2.27
14702026-04-25T00:40:50.373Z Compiling block-buffer v0.10.4
14712026-04-25T00:40:50.516Z Compiling num_threads v0.1.7
14722026-04-25T00:40:50.608Z Compiling hex v0.4.3
14732026-04-25T00:40:50.834Z Compiling digest v0.10.7
14742026-04-25T00:40:51.037Z Compiling regex v1.12.3
14752026-04-25T00:40:51.342Z Compiling goblin v0.10.5
14762026-04-25T00:40:51.413Z Compiling tokio-util v0.7.18
14772026-04-25T00:40:51.449Z Compiling oxnet v0.1.4
14782026-04-25T00:40:51.903Z Compiling camino v1.2.2
14792026-04-25T00:40:52.229Z Compiling openssl-probe v0.2.1
14802026-04-25T00:40:52.272Z Compiling usdt-impl v0.6.0
14812026-04-25T00:40:52.555Z Compiling dtrace-parser v0.3.0
14822026-04-25T00:40:52.842Z Compiling futures-executor v0.3.32
14832026-04-25T00:40:53.122Z Compiling crossbeam-utils v0.8.21
14842026-04-25T00:40:53.364Z Compiling h2 v0.4.13
14852026-04-25T00:40:53.410Z Compiling structmeta-derive v0.3.0
14862026-04-25T00:40:53.430Z Compiling regress v0.10.5
14872026-04-25T00:40:53.441Z Compiling thread-id v5.1.0
14882026-04-25T00:40:53.515Z Compiling syn v1.0.109
14892026-04-25T00:40:53.816Z Compiling rustls v0.22.4
14902026-04-25T00:40:54.017Z Compiling dof v0.4.0
14912026-04-25T00:40:54.443Z Compiling structmeta v0.3.0
14922026-04-25T00:40:54.668Z Compiling futures v0.3.32
14932026-04-25T00:40:54.766Z Compiling rand_core v0.9.5
14942026-04-25T00:40:54.978Z Compiling darling_core v0.23.0
14952026-04-25T00:40:55.365Z Compiling hyper v1.9.0
14962026-04-25T00:40:55.450Z Compiling newtype-uuid-macros v0.1.0
14972026-04-25T00:40:56.027Z Compiling thread_local v1.1.9
14982026-04-25T00:40:56.170Z Compiling aws-lc-rs v1.16.2
14992026-04-25T00:40:56.236Z Compiling winnow v0.7.15
15002026-04-25T00:40:56.299Z Compiling match_cfg v0.1.0
15012026-04-25T00:40:56.400Z Compiling hyper-util v0.1.20
15022026-04-25T00:40:56.462Z Compiling newtype-uuid v1.3.2
15032026-04-25T00:40:56.800Z Compiling ref-cast v1.0.25
15042026-04-25T00:40:57.072Z Compiling darling_macro v0.23.0
15052026-04-25T00:40:57.085Z Compiling slog-async v2.8.0
15062026-04-25T00:40:57.304Z Compiling quick-error v1.2.3
15072026-04-25T00:40:57.378Z Compiling daft v0.1.5
15082026-04-25T00:40:57.401Z Compiling usdt-macro v0.6.0
15092026-04-25T00:40:57.431Z Compiling usdt-attr-macro v0.6.0
15102026-04-25T00:40:57.636Z Compiling rand_chacha v0.9.0
15112026-04-25T00:40:57.647Z Compiling darling v0.23.0
15122026-04-25T00:40:57.724Z Compiling strum_macros v0.26.4
15132026-04-25T00:40:57.784Z Compiling ref-cast-impl v1.0.25
15142026-04-25T00:40:58.070Z Compiling toml_datetime v0.7.5+spec-1.1.0
15152026-04-25T00:40:58.133Z Compiling serde_spanned v1.1.0
15162026-04-25T00:40:58.276Z Compiling multer v3.1.0
15172026-04-25T00:40:58.383Z Compiling untrusted v0.7.1
15182026-04-25T00:40:58.393Z Compiling debug-ignore v1.0.5
15192026-04-25T00:40:58.504Z Compiling bit-vec v0.8.0
15202026-04-25T00:40:58.536Z Compiling take_mut v0.2.2
15212026-04-25T00:40:58.536Z Compiling term v1.2.1
15222026-04-25T00:40:58.616Z Compiling toml_writer v1.1.0+spec-1.1.0
15232026-04-25T00:40:58.637Z Compiling rand v0.9.2
15242026-04-25T00:40:58.700Z Compiling bit-set v0.8.0
15252026-04-25T00:40:58.710Z Compiling serde_with_macros v3.18.0
15262026-04-25T00:40:58.850Z Compiling async-stream-impl v0.3.6
15272026-04-25T00:40:59.188Z Compiling dropshot v0.16.7
15282026-04-25T00:40:59.221Z Compiling encoding_rs v0.8.35
15292026-04-25T00:40:59.381Z Compiling strum v0.26.3
15302026-04-25T00:40:59.404Z Compiling spin v0.9.8
15312026-04-25T00:40:59.459Z Compiling unarray v0.1.4
15322026-04-25T00:40:59.515Z Compiling rustls v0.23.37
15332026-04-25T00:40:59.562Z Compiling mime v0.3.17
15342026-04-25T00:41:00.665Z Compiling async-stream v0.3.6
15352026-04-25T00:41:00.691Z Compiling derive-ex v0.1.8
15362026-04-25T00:41:00.691Z Compiling dropshot_endpoint v0.16.7
15372026-04-25T00:41:00.691Z Compiling macaddr v1.0.1
15382026-04-25T00:41:00.691Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-04-25T00:41:00.691Z Compiling waitgroup v0.1.2
15402026-04-25T00:41:00.691Z Compiling serde_path_to_error v0.1.20
15412026-04-25T00:41:00.691Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15422026-04-25T00:41:00.691Z Compiling tempfile v3.27.0
15432026-04-25T00:41:00.691Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15442026-04-25T00:41:00.691Z Compiling tower v0.5.3
15452026-04-25T00:41:00.711Z Compiling strum_macros v0.27.2
15462026-04-25T00:41:00.868Z Compiling instant v0.1.13
15472026-04-25T00:41:00.971Z Compiling time v0.3.47
15482026-04-25T00:41:01.121Z Compiling tower-http v0.6.8
15492026-04-25T00:41:01.320Z Compiling test-strategy v0.4.5
15502026-04-25T00:41:01.324Z Compiling rustc-hash v2.1.2
15512026-04-25T00:41:01.447Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15522026-04-25T00:41:01.630Z Compiling crossbeam-channel v0.5.15
15532026-04-25T00:41:02.375Z Compiling openapiv3 v2.2.0
15542026-04-25T00:41:02.535Z Compiling strum v0.27.2
15552026-04-25T00:41:02.745Z Compiling parse-display-derive v0.10.0
15562026-04-25T00:41:03.116Z Compiling rustls-webpki v0.102.8
15572026-04-25T00:41:04.003Z Compiling rustls-native-certs v0.8.3
15582026-04-25T00:41:04.034Z Compiling backon v1.6.0
15592026-04-25T00:41:04.065Z Compiling rand_chacha v0.3.1
15602026-04-25T00:41:04.336Z Compiling rand v0.8.5
15612026-04-25T00:41:04.495Z Compiling slog-json v2.6.1
15622026-04-25T00:41:04.660Z Compiling hostname v0.3.1
15632026-04-25T00:41:04.692Z Compiling toml_parser v1.1.0+spec-1.1.0
15642026-04-25T00:41:04.793Z Compiling wait-timeout v0.2.1
15652026-04-25T00:41:04.980Z Compiling memmap2 v0.9.10
15662026-04-25T00:41:04.997Z Compiling is-terminal v0.4.17
15672026-04-25T00:41:05.085Z Compiling either v1.15.0
15682026-04-25T00:41:05.196Z Compiling usdt v0.6.0
15692026-04-25T00:41:05.255Z Compiling slog-term v2.9.2
15702026-04-25T00:41:05.284Z Compiling toml v0.9.12+spec-1.1.0
15712026-04-25T00:41:05.375Z Compiling rusty-fork v0.3.1
15722026-04-25T00:41:05.473Z Compiling slog-bunyan v2.5.0
15732026-04-25T00:41:06.747Z Compiling serde_with v3.18.0
15742026-04-25T00:41:06.778Z Compiling rand_xorshift v0.4.0
15752026-04-25T00:41:06.778Z Compiling sha1 v0.10.6
15762026-04-25T00:41:06.779Z Compiling rustls-pemfile v2.2.0
15772026-04-25T00:41:06.779Z Compiling tokio-rustls v0.25.0
15782026-04-25T00:41:06.779Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15792026-04-25T00:41:06.779Z Compiling hostname v0.4.2
15802026-04-25T00:41:06.779Z Compiling proptest v1.11.0
15812026-04-25T00:41:07.137Z Compiling iddqd v0.3.17
15822026-04-25T00:41:07.203Z Compiling reqwest v0.12.28
15832026-04-25T00:41:07.479Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15842026-04-25T00:41:08.340Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15852026-04-25T00:41:08.415Z Compiling progenitor-client v0.10.0
15862026-04-25T00:41:08.842Z Compiling parse-display v0.10.0
15872026-04-25T00:41:08.898Z Compiling itertools v0.14.0
15882026-04-25T00:41:09.176Z Compiling backoff v0.4.0
15892026-04-25T00:41:09.240Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15902026-04-25T00:41:09.761Z Compiling toml_datetime v0.6.11
15912026-04-25T00:41:10.211Z Compiling utf8parse v0.2.2
15922026-04-25T00:41:10.318Z Compiling anstyle-parse v1.0.0
15932026-04-25T00:41:10.637Z Compiling zerocopy-derive v0.7.35
15942026-04-25T00:41:10.937Z Compiling anstyle-query v1.1.5
15952026-04-25T00:41:11.043Z Compiling is_terminal_polyfill v1.70.2
15962026-04-25T00:41:11.134Z Compiling colorchoice v1.0.5
15972026-04-25T00:41:11.251Z Compiling anstyle v1.0.14
15982026-04-25T00:41:11.471Z Compiling zerocopy v0.7.35
15992026-04-25T00:41:11.480Z Compiling anstream v1.0.0
16002026-04-25T00:41:11.980Z Compiling convert_case v0.4.0
16012026-04-25T00:41:11.997Z Compiling clap_lex v1.1.0
16022026-04-25T00:41:12.330Z Compiling derive_more v0.99.20
16032026-04-25T00:41:12.891Z Compiling tinyvec_macros v0.1.1
16042026-04-25T00:41:12.911Z Compiling unicode-width v0.2.2
16052026-04-25T00:41:12.957Z Compiling tinyvec v1.11.0
16062026-04-25T00:41:13.588Z Compiling dtrace-parser v0.2.0
16072026-04-25T00:41:13.633Z Compiling serde_spanned v0.6.9
16082026-04-25T00:41:13.774Z Compiling secrecy v0.10.3
16092026-04-25T00:41:13.878Z Compiling scroll_derive v0.12.1
16102026-04-25T00:41:13.926Z Compiling clap_derive v4.6.0
16112026-04-25T00:41:14.357Z Compiling usdt-impl v0.5.0
16122026-04-25T00:41:14.459Z Compiling toml_write v0.1.2
16132026-04-25T00:41:14.578Z Compiling crucible-workspace-hack v0.1.0
16142026-04-25T00:41:14.589Z Compiling scroll v0.12.0
16152026-04-25T00:41:14.655Z Compiling toml_edit v0.22.27
16162026-04-25T00:41:15.144Z Compiling dof v0.3.0
16172026-04-25T00:41:15.467Z Compiling typify-impl v0.6.1
16182026-04-25T00:41:15.480Z Compiling terminal_size v0.4.4
16192026-04-25T00:41:15.525Z Compiling darling_core v0.21.3
16202026-04-25T00:41:15.576Z Compiling rustc_version v0.4.1
16212026-04-25T00:41:15.586Z Compiling thread-id v4.2.2
16222026-04-25T00:41:15.846Z Compiling curve25519-dalek v4.1.3
16232026-04-25T00:41:16.059Z Compiling toml v0.8.23
16242026-04-25T00:41:16.634Z Compiling goblin v0.8.2
16252026-04-25T00:41:16.953Z Compiling crossbeam-epoch v0.9.18
16262026-04-25T00:41:17.063Z Compiling hmac v0.12.1
16272026-04-25T00:41:17.199Z Compiling inout v0.1.4
16282026-04-25T00:41:17.345Z Compiling ff v0.13.1
16292026-04-25T00:41:17.393Z Compiling num-integer v0.1.46
16302026-04-25T00:41:17.630Z Compiling darling_macro v0.21.3
16312026-04-25T00:41:17.805Z Compiling float-ord v0.3.2
16322026-04-25T00:41:18.047Z Compiling group v0.13.0
16332026-04-25T00:41:18.158Z Compiling cipher v0.4.4
16342026-04-25T00:41:18.195Z Compiling hkdf v0.12.4
16352026-04-25T00:41:18.206Z Compiling darling v0.21.3
16362026-04-25T00:41:18.766Z Compiling clap_builder v4.6.0
16372026-04-25T00:41:20.682Z Compiling thiserror-impl-no-std v2.0.2
16382026-04-25T00:41:20.700Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16392026-04-25T00:41:21.320Z Compiling universal-hash v0.5.1
16402026-04-25T00:41:21.359Z Compiling half v2.7.1
16412026-04-25T00:41:21.445Z Compiling crypto-bigint v0.5.5
16422026-04-25T00:41:21.647Z Compiling curve25519-dalek-derive v0.1.1
16432026-04-25T00:41:21.713Z Compiling typify-macro v0.6.1
16442026-04-25T00:41:21.753Z Compiling proc-macro-error-attr v1.0.4
16452026-04-25T00:41:22.145Z Compiling rustix v0.38.44
16462026-04-25T00:41:22.192Z Compiling heapless v0.8.0
16472026-04-25T00:41:22.310Z Compiling prettyplease v0.2.37
16482026-04-25T00:41:22.366Z Compiling opaque-debug v0.3.1
16492026-04-25T00:41:22.433Z Compiling toml_datetime v1.1.0+spec-1.1.0
16502026-04-25T00:41:22.509Z Compiling base16ct v0.2.0
16512026-04-25T00:41:22.533Z Compiling ciborium-io v0.2.2
16522026-04-25T00:41:22.536Z Compiling base64ct v1.8.3
16532026-04-25T00:41:22.601Z Compiling toml_edit v0.25.8+spec-1.1.0
16542026-04-25T00:41:22.624Z Compiling ciborium-ll v0.2.2
16552026-04-25T00:41:22.635Z Compiling elliptic-curve v0.13.8
16562026-04-25T00:41:22.766Z Compiling password-hash v0.5.0
16572026-04-25T00:41:22.817Z Compiling poly1305 v0.8.0
16582026-04-25T00:41:23.230Z Compiling thiserror-no-std v2.0.2
16592026-04-25T00:41:23.315Z Compiling clap v4.6.0
16602026-04-25T00:41:23.615Z Compiling chacha20 v0.9.1
16612026-04-25T00:41:23.658Z Compiling ingot-macros v0.1.1
16622026-04-25T00:41:23.726Z Compiling num-iter v0.1.45
16632026-04-25T00:41:23.797Z Compiling num-rational v0.4.2
16642026-04-25T00:41:23.822Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16652026-04-25T00:41:23.832Z Compiling usdt-attr-macro v0.5.0
16662026-04-25T00:41:23.841Z Compiling usdt-macro v0.5.0
16672026-04-25T00:41:24.409Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16682026-04-25T00:41:24.813Z Compiling blake2 v0.10.6
16692026-04-25T00:41:24.903Z Compiling byte-wrapper v0.1.0
16702026-04-25T00:41:25.312Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16712026-04-25T00:41:25.324Z Compiling aead v0.5.2
16722026-04-25T00:41:25.528Z Compiling enum-as-inner v0.6.1
16732026-04-25T00:41:25.582Z Compiling hash32 v0.3.1
16742026-04-25T00:41:25.623Z Compiling num-complex v0.4.6
16752026-04-25T00:41:25.732Z Compiling proc-macro-error v1.0.4
16762026-04-25T00:41:25.951Z Compiling memmap v0.7.0
16772026-04-25T00:41:25.962Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16782026-04-25T00:41:26.005Z Compiling winnow v0.5.40
16792026-04-25T00:41:26.095Z Compiling data-encoding v2.10.0
16802026-04-25T00:41:26.136Z Compiling static_assertions v1.1.0
16812026-04-25T00:41:26.197Z Compiling keccak v0.1.6
16822026-04-25T00:41:26.207Z Compiling smoltcp v0.11.0
16832026-04-25T00:41:26.398Z Compiling rustls-webpki v0.103.10
16842026-04-25T00:41:26.555Z Compiling ingot-types v0.1.2
16852026-04-25T00:41:26.699Z Compiling sha3 v0.10.8
16862026-04-25T00:41:26.965Z Compiling usdt v0.5.0
16872026-04-25T00:41:27.094Z Compiling num v0.4.3
16882026-04-25T00:41:27.235Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16892026-04-25T00:41:27.462Z Compiling toml_edit v0.19.15
16902026-04-25T00:41:27.506Z Compiling chacha20poly1305 v0.10.1
16912026-04-25T00:41:27.519Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16922026-04-25T00:41:27.635Z Compiling argon2 v0.5.3
16932026-04-25T00:41:27.658Z Compiling typify v0.6.1
16942026-04-25T00:41:27.750Z Compiling vsss-rs v3.3.4
16952026-04-25T00:41:28.597Z Compiling proc-macro-crate v3.5.0
16962026-04-25T00:41:28.708Z Compiling ciborium v0.2.2
16972026-04-25T00:41:29.389Z Compiling tabwriter v1.4.1
16982026-04-25T00:41:29.626Z Compiling cobs v0.3.0
16992026-04-25T00:41:29.643Z Compiling memoffset v0.9.1
17002026-04-25T00:41:29.823Z Compiling tokio-rustls v0.26.4
17012026-04-25T00:41:29.869Z Compiling rustls-platform-verifier v0.6.2
17022026-04-25T00:41:29.929Z Compiling cfg_aliases v0.2.1
17032026-04-25T00:41:30.002Z Compiling pkg-config v0.3.32
17042026-04-25T00:41:30.088Z Compiling hyper-rustls v0.27.7
17052026-04-25T00:41:30.119Z Compiling vcpkg v0.2.15
17062026-04-25T00:41:30.136Z Compiling indent_write v2.2.0
17072026-04-25T00:41:30.271Z Compiling reqwest v0.13.2
17082026-04-25T00:41:30.382Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17092026-04-25T00:41:30.444Z Compiling bitflags v1.3.2
17102026-04-25T00:41:30.519Z Compiling unsafe-libyaml v0.2.11
17112026-04-25T00:41:30.595Z Compiling managed v0.8.0
17122026-04-25T00:41:30.672Z Compiling openssl-sys v0.9.112
17132026-04-25T00:41:31.204Z Compiling serde_yaml v0.9.34+deprecated
17142026-04-25T00:41:31.276Z Compiling nix v0.31.2
17152026-04-25T00:41:31.468Z Compiling progenitor-client v0.13.0
17162026-04-25T00:41:31.762Z Compiling progenitor-extras v0.1.1
17172026-04-25T00:41:31.995Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17182026-04-25T00:41:32.495Z Compiling postcard v1.1.3
17192026-04-25T00:41:32.838Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17202026-04-25T00:41:33.168Z Compiling num_enum_derive v0.7.6
17212026-04-25T00:41:34.205Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17222026-04-25T00:41:34.306Z Compiling proc-macro-crate v1.3.1
17232026-04-25T00:41:34.646Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17242026-04-25T00:41:34.701Z Compiling progenitor-impl v0.13.0
17252026-04-25T00:41:34.827Z Compiling ingot v0.1.1
17262026-04-25T00:41:34.902Z Compiling hubpack_derive v0.1.1
17272026-04-25T00:41:35.306Z Compiling foreign-types-macros v0.2.3
17282026-04-25T00:41:35.424Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17292026-04-25T00:41:35.731Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17302026-04-25T00:41:35.815Z Compiling cpufeatures v0.3.0
17312026-04-25T00:41:35.892Z Compiling linked-hash-map v0.5.6
17322026-04-25T00:41:35.937Z Compiling colored v3.1.1
17332026-04-25T00:41:35.959Z Compiling heck v0.4.1
17342026-04-25T00:41:36.074Z Compiling semver v0.1.20
17352026-04-25T00:41:36.159Z Compiling swrite v0.1.0
17362026-04-25T00:41:36.255Z Compiling foreign-types-shared v0.3.1
17372026-04-25T00:41:36.329Z Compiling rayon-core v1.13.0
17382026-04-25T00:41:36.342Z Compiling resolv-conf v0.7.6
17392026-04-25T00:41:36.350Z Compiling foreign-types v0.5.0
17402026-04-25T00:41:36.427Z Compiling rustc_version v0.1.7
17412026-04-25T00:41:36.568Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17422026-04-25T00:41:36.636Z Compiling lru-cache v0.1.2
17432026-04-25T00:41:36.722Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17442026-04-25T00:41:36.739Z Compiling chacha20 v0.10.0
17452026-04-25T00:41:36.761Z Compiling hubpack v0.1.2
17462026-04-25T00:41:36.821Z Compiling num_enum_derive v0.5.11
17472026-04-25T00:41:36.996Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17482026-04-25T00:41:37.237Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17492026-04-25T00:41:37.879Z Compiling num_enum v0.7.6
17502026-04-25T00:41:38.305Z Compiling hickory-proto v0.24.4
17512026-04-25T00:41:38.334Z Compiling progenitor-macro v0.13.0
17522026-04-25T00:41:39.706Z Compiling crossbeam-deque v0.8.6
17532026-04-25T00:41:39.902Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17542026-04-25T00:41:40.082Z Compiling serde-big-array v0.5.1
17552026-04-25T00:41:40.225Z Compiling pin-project-internal v1.1.11
17562026-04-25T00:41:40.395Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17572026-04-25T00:41:40.406Z Compiling serde_repr v0.1.20
17582026-04-25T00:41:40.903Z Compiling derive-where v1.6.1
17592026-04-25T00:41:40.928Z Compiling cstr-argument v0.1.2
17602026-04-25T00:41:40.995Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17612026-04-25T00:41:41.081Z Compiling minimal-lexical v0.2.1
17622026-04-25T00:41:41.213Z Compiling unicode-segmentation v1.13.2
17632026-04-25T00:41:41.315Z Compiling siphasher v1.0.2
17642026-04-25T00:41:41.341Z Compiling pin-project v1.1.11
17652026-04-25T00:41:41.441Z Compiling nom v7.1.3
17662026-04-25T00:41:41.507Z Compiling phf_shared v0.12.1
17672026-04-25T00:41:41.596Z Compiling newline-converter v0.3.0
17682026-04-25T00:41:41.623Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17692026-04-25T00:41:41.633Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17702026-04-25T00:41:41.704Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17712026-04-25T00:41:41.822Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17722026-04-25T00:41:41.886Z Compiling hickory-resolver v0.24.4
17732026-04-25T00:41:42.180Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17742026-04-25T00:41:42.834Z Compiling num_enum v0.5.11
17752026-04-25T00:41:42.952Z Compiling rand v0.10.1
17762026-04-25T00:41:42.976Z Compiling newtype_derive v0.1.6
17772026-04-25T00:41:43.203Z Compiling atomicwrites v0.4.4
17782026-04-25T00:41:43.439Z Compiling progenitor v0.13.0
17792026-04-25T00:41:43.552Z Compiling unicode-normalization v0.1.25
17802026-04-25T00:41:43.572Z Compiling console v0.15.11
17812026-04-25T00:41:43.628Z Compiling camino-tempfile v1.4.1
17822026-04-25T00:41:43.864Z Compiling tokio-stream v0.1.18
17832026-04-25T00:41:43.937Z Compiling snafu-derive v0.8.9
17842026-04-25T00:41:44.013Z Compiling async-recursion v1.1.1
17852026-04-25T00:41:44.237Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17862026-04-25T00:41:44.315Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17872026-04-25T00:41:44.471Z Compiling slog-dtrace v0.3.0
17882026-04-25T00:41:44.598Z Compiling csv-core v0.1.13
17892026-04-25T00:41:44.609Z Compiling bstr v1.12.1
17902026-04-25T00:41:44.684Z Compiling owo-colors v4.3.0
17912026-04-25T00:41:44.696Z Compiling unicode-width v0.1.14
17922026-04-25T00:41:44.806Z Compiling unicode-xid v0.2.6
17932026-04-25T00:41:44.857Z Compiling highway v1.3.0
17942026-04-25T00:41:44.923Z Compiling foldhash v0.1.5
17952026-04-25T00:41:44.970Z Compiling similar v2.7.0
17962026-04-25T00:41:45.006Z Compiling foreign-types-shared v0.1.1
17972026-04-25T00:41:45.092Z Compiling openssl v0.10.76
17982026-04-25T00:41:45.096Z Compiling same-file v1.0.6
17992026-04-25T00:41:45.112Z Compiling chrono-tz v0.10.4
18002026-04-25T00:41:45.242Z Compiling cancel-safe-futures v0.1.5
18012026-04-25T00:41:45.274Z Compiling walkdir v2.5.0
18022026-04-25T00:41:45.338Z Compiling foreign-types v0.3.2
18032026-04-25T00:41:45.373Z Compiling expectorate v1.2.0
18042026-04-25T00:41:45.411Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18052026-04-25T00:41:45.496Z Compiling hashbrown v0.15.5
18062026-04-25T00:41:45.568Z Compiling globset v0.4.18
18072026-04-25T00:41:45.637Z Compiling const_format_proc_macros v0.2.34
18082026-04-25T00:41:45.655Z Compiling snafu v0.8.9
18092026-04-25T00:41:45.920Z Compiling csv v1.4.0
18102026-04-25T00:41:46.059Z Compiling qorb v0.4.1
18112026-04-25T00:41:46.092Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18122026-04-25T00:41:46.421Z Compiling olpc-cjson v0.1.4
18132026-04-25T00:41:46.487Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18142026-04-25T00:41:47.365Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18152026-04-25T00:41:47.721Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18162026-04-25T00:41:48.110Z Compiling rayon v1.11.0
18172026-04-25T00:41:48.177Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18182026-04-25T00:41:48.265Z Compiling phf v0.12.1
18192026-04-25T00:41:48.357Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18202026-04-25T00:41:48.413Z Compiling zone_cfg_derive v0.3.1
18212026-04-25T00:41:48.573Z Compiling tokio-dtrace v0.1.1
18222026-04-25T00:41:48.773Z Compiling itertools v0.12.1
18232026-04-25T00:41:48.837Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18242026-04-25T00:41:48.864Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18252026-04-25T00:41:49.035Z Compiling libsw-core v0.3.2
18262026-04-25T00:41:49.106Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18272026-04-25T00:41:49.202Z Compiling serde_plain v1.0.2
18282026-04-25T00:41:49.242Z Compiling num-derive v0.4.2
18292026-04-25T00:41:49.284Z Compiling openssl-macros v0.1.1
18302026-04-25T00:41:49.402Z Compiling pem v3.0.6
18312026-04-25T00:41:49.480Z Compiling cookie v0.18.1
18322026-04-25T00:41:49.674Z Compiling sigpipe v0.1.3
18332026-04-25T00:41:49.708Z Compiling fixedbitset v0.5.7
18342026-04-25T00:41:49.754Z Compiling bytecount v0.6.9
18352026-04-25T00:41:49.766Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-25T00:41:49.773Z Compiling typed-path v0.9.3
18372026-04-25T00:41:49.888Z Compiling fixedbitset v0.4.2
18382026-04-25T00:41:49.898Z Compiling jiff v0.2.23
18392026-04-25T00:41:49.972Z Compiling glob v0.3.3
18402026-04-25T00:41:49.997Z Compiling petgraph v0.8.3
18412026-04-25T00:41:50.035Z Compiling petgraph v0.6.5
18422026-04-25T00:41:50.115Z Compiling zone v0.3.1
18432026-04-25T00:41:50.174Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18442026-04-25T00:41:50.412Z Compiling papergrid v0.11.0
18452026-04-25T00:41:50.905Z Compiling tough v0.20.0
18462026-04-25T00:41:51.131Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18472026-04-25T00:41:51.528Z Compiling libsw v3.5.0
18482026-04-25T00:41:51.704Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18492026-04-25T00:41:51.775Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18502026-04-25T00:41:52.024Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-04-25T00:41:52.173Z Compiling oxide-tokio-rt v0.1.3
18522026-04-25T00:41:52.541Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-25T00:41:53.336Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-25T00:41:53.584Z Compiling const_format v0.2.35
18552026-04-25T00:41:53.623Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-04-25T00:41:53.739Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-25T00:41:54.181Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-04-25T00:41:54.263Z Compiling tabled_derive v0.7.0
18592026-04-25T00:41:54.498Z Compiling gethostname v0.5.0
18602026-04-25T00:41:54.623Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-04-25T00:41:54.633Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18622026-04-25T00:41:54.744Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18632026-04-25T00:41:54.755Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18642026-04-25T00:41:54.870Z Compiling smf v0.2.3
18652026-04-25T00:41:55.210Z Compiling bcs v0.1.6
18662026-04-25T00:41:55.332Z Compiling crunchy v0.2.4
18672026-04-25T00:41:55.480Z Compiling lazy_static v1.5.0
18682026-04-25T00:41:55.533Z Compiling unicode-linebreak v0.1.5
18692026-04-25T00:41:55.583Z Compiling whoami v1.6.1
18702026-04-25T00:41:55.617Z Compiling termtree v0.5.1
18712026-04-25T00:41:55.657Z Compiling smawk v0.3.2
18722026-04-25T00:41:55.766Z Compiling linear-map v1.2.0
18732026-04-25T00:41:55.782Z Compiling tagptr v0.2.0
18742026-04-25T00:41:55.794Z Compiling textwrap v0.16.2
18752026-04-25T00:41:55.926Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18762026-04-25T00:41:55.952Z Compiling moka v0.12.15
18772026-04-25T00:41:56.091Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-04-25T00:41:56.219Z Compiling steno v0.4.1
18792026-04-25T00:41:56.330Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-04-25T00:41:56.734Z Compiling tabled v0.15.0
18812026-04-25T00:41:56.821Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18822026-04-25T00:41:57.063Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18832026-04-25T00:41:57.675Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18842026-04-25T00:41:58.509Z Compiling hickory-proto v0.25.2
18852026-04-25T00:41:59.507Z Compiling humantime v2.3.0
18862026-04-25T00:41:59.536Z Compiling tiny-keccak v2.0.2
18872026-04-25T00:41:59.788Z Compiling num-derive v0.3.3
18882026-04-25T00:41:59.847Z Compiling parking_lot_core v0.8.6
18892026-04-25T00:42:00.075Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18902026-04-25T00:42:00.137Z Compiling crc32fast v1.5.0
18912026-04-25T00:42:00.302Z Compiling const-random-macro v0.1.16
18922026-04-25T00:42:00.430Z Compiling hickory-resolver v0.25.2
18932026-04-25T00:42:00.512Z Compiling ahash v0.8.12
18942026-04-25T00:42:00.691Z Compiling smartstring v1.0.1
18952026-04-25T00:42:00.707Z Compiling libscf-sys v1.1.0
18962026-04-25T00:42:00.791Z Compiling const-random v0.1.18
18972026-04-25T00:42:00.844Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18982026-04-25T00:42:00.864Z Compiling parking_lot v0.11.2
18992026-04-25T00:42:01.220Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19002026-04-25T00:42:01.230Z Compiling fxhash v0.2.1
19012026-04-25T00:42:01.277Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19022026-04-25T00:42:01.315Z Compiling internet-checksum v0.2.1
19032026-04-25T00:42:01.364Z Compiling sled v0.34.7
19042026-04-25T00:42:01.696Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
19052026-04-25T00:42:01.715Z Compiling thin-vec v0.2.14
19062026-04-25T00:42:01.993Z Compiling rhai_codegen v3.1.0
19072026-04-25T00:42:02.026Z Compiling sdd v3.0.10
19082026-04-25T00:42:02.194Z Compiling serial_test_derive v3.4.0
19092026-04-25T00:42:02.391Z Compiling scc v2.4.0
19102026-04-25T00:42:02.706Z Compiling nom v8.0.0
19112026-04-25T00:42:02.951Z Compiling diff v0.1.13
19122026-04-25T00:42:03.102Z Compiling yansi v1.0.1
19132026-04-25T00:42:03.234Z Compiling rhai v1.24.0
19142026-04-25T00:42:03.431Z Compiling pretty_assertions v1.4.1
19152026-04-25T00:42:03.538Z Compiling serial_test v3.4.0
19162026-04-25T00:42:05.633Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19172026-04-25T00:42:13.231Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19182026-04-25T00:42:14.833Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19192026-04-25T00:42:15.894Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19202026-04-25T00:42:17.016Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19212026-04-25T00:42:17.817Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19222026-04-25T00:42:19.273Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19232026-04-25T00:42:54.768Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19242026-04-25T00:42:54.946Z────────────
19252026-04-25T00:42:54.946Z Nextest run ID 78e5773a-2553-4dbb-b189-b93c39973f5a with nextest profile: default
19262026-04-25T00:42:54.946Z Starting 150 tests across 1 binary
19272026-04-25T00:42:54.956Z PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19282026-04-25T00:42:54.959Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
19292026-04-25T00:42:54.959Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19302026-04-25T00:42:54.959Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19312026-04-25T00:42:54.959Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19322026-04-25T00:42:54.960Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19332026-04-25T00:42:54.960Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19342026-04-25T00:42:54.960Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19352026-04-25T00:42:54.966Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19362026-04-25T00:42:54.969Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19372026-04-25T00:42:54.969Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19382026-04-25T00:42:54.969Z PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19392026-04-25T00:42:54.969Z PASS [ 0.010s] bgp messages::tests::header_round_trip
19402026-04-25T00:42:54.969Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19412026-04-25T00:42:54.969Z PASS [ 0.009s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19422026-04-25T00:42:54.969Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19432026-04-25T00:42:54.976Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19442026-04-25T00:42:54.979Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_minimum_length
19452026-04-25T00:42:54.979Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19462026-04-25T00:42:54.979Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19472026-04-25T00:42:54.979Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header
19482026-04-25T00:42:54.979Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19492026-04-25T00:42:54.979Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19502026-04-25T00:42:54.979Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19512026-04-25T00:42:54.985Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19522026-04-25T00:42:54.989Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19532026-04-25T00:42:54.989Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19542026-04-25T00:42:54.989Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19552026-04-25T00:42:54.989Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19562026-04-25T00:42:54.989Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19572026-04-25T00:42:54.989Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19582026-04-25T00:42:54.989Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19592026-04-25T00:42:54.994Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19602026-04-25T00:42:54.997Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19612026-04-25T00:42:54.997Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19622026-04-25T00:42:54.997Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19632026-04-25T00:42:54.997Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19642026-04-25T00:42:54.997Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19652026-04-25T00:42:54.997Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19662026-04-25T00:42:55.000Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19672026-04-25T00:42:55.005Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19682026-04-25T00:42:55.005Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19692026-04-25T00:42:55.008Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19702026-04-25T00:42:55.008Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19712026-04-25T00:42:55.008Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19722026-04-25T00:42:55.008Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19732026-04-25T00:42:55.008Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19742026-04-25T00:42:55.008Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19752026-04-25T00:42:55.012Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19762026-04-25T00:42:55.012Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19772026-04-25T00:42:55.015Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19782026-04-25T00:42:55.015Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19792026-04-25T00:42:55.015Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19802026-04-25T00:42:55.015Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19812026-04-25T00:42:55.015Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19822026-04-25T00:42:55.018Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19832026-04-25T00:42:55.021Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19842026-04-25T00:42:55.024Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19852026-04-25T00:42:55.024Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19862026-04-25T00:42:55.024Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19872026-04-25T00:42:55.024Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19882026-04-25T00:42:55.024Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19892026-04-25T00:42:55.024Z PASS [ 0.008s] bgp messages::tests::prefix_within
19902026-04-25T00:42:55.024Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19912026-04-25T00:42:55.030Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19922026-04-25T00:42:55.033Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19932026-04-25T00:42:55.033Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19942026-04-25T00:42:55.033Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19952026-04-25T00:42:55.033Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19962026-04-25T00:42:55.033Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19972026-04-25T00:42:55.033Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19982026-04-25T00:42:55.036Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19992026-04-25T00:42:55.039Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20002026-04-25T00:42:55.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20012026-04-25T00:42:55.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20022026-04-25T00:42:55.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20032026-04-25T00:42:55.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20042026-04-25T00:42:55.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20052026-04-25T00:42:55.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20062026-04-25T00:42:55.043Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20072026-04-25T00:42:55.047Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20082026-04-25T00:42:55.050Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
20092026-04-25T00:42:55.050Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20102026-04-25T00:42:55.053Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20112026-04-25T00:42:55.063Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20122026-04-25T00:42:55.068Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20132026-04-25T00:42:55.068Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
20142026-04-25T00:42:55.068Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20152026-04-25T00:42:55.068Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20162026-04-25T00:42:55.068Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20172026-04-25T00:42:55.071Z PASS [ 0.021s] bgp policy::test::update_shape_community
20182026-04-25T00:42:55.076Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20192026-04-25T00:42:55.080Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20202026-04-25T00:42:55.083Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20212026-04-25T00:42:55.083Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20222026-04-25T00:42:55.083Z PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20232026-04-25T00:42:55.083Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20242026-04-25T00:42:55.083Z PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20252026-04-25T00:42:55.086Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20262026-04-25T00:42:55.092Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20272026-04-25T00:42:55.095Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20282026-04-25T00:42:55.099Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20292026-04-25T00:42:55.099Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20302026-04-25T00:42:55.102Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20312026-04-25T00:42:55.102Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20322026-04-25T00:42:55.102Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20332026-04-25T00:42:55.105Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20342026-04-25T00:42:55.105Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20352026-04-25T00:42:55.105Z PASS [ 0.028s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20362026-04-25T00:42:55.108Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20372026-04-25T00:42:55.111Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20382026-04-25T00:42:55.111Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20392026-04-25T00:42:55.111Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20402026-04-25T00:42:55.111Z PASS [ 0.029s] bgp proptest::prop_update_mp_reach_roundtrip
20412026-04-25T00:42:55.114Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20422026-04-25T00:42:55.114Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20432026-04-25T00:42:55.114Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20442026-04-25T00:42:55.117Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20452026-04-25T00:42:55.117Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20462026-04-25T00:42:55.121Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20472026-04-25T00:42:55.121Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20482026-04-25T00:42:58.181Z PASS [ 3.069s] bgp test::test_basic_peering_active
20492026-04-25T00:42:58.184Z PASS [ 3.067s] bgp test::test_basic_update
20502026-04-25T00:42:58.184Z PASS [ 3.071s] bgp test::test_basic_peering_passive
20512026-04-25T00:42:58.189Z PASS [ 3.069s] bgp test::test_basic_update_ipv6
20522026-04-25T00:42:58.189Z PASS [ 3.074s] bgp test::test_basic_peering_passive_tcp
20532026-04-25T00:42:58.199Z PASS [ 3.080s] bgp test::test_basic_update_tcp
20542026-04-25T00:42:58.202Z PASS [ 3.081s] bgp test::test_basic_update_ipv6_tcp
20552026-04-25T00:42:59.191Z PASS [ 4.078s] bgp test::test_basic_peering_active_tcp
20562026-04-25T00:43:01.255Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20572026-04-25T00:43:01.263Z PASS [ 3.063s] bgp test::test_ipv6_basic_peering_passive
20582026-04-25T00:43:02.264Z PASS [ 4.080s] bgp test::test_import_export_policy_filtering
20592026-04-25T00:43:02.264Z PASS [ 4.083s] bgp test::test_dual_stack_routes_ipv4_peer_success
20602026-04-25T00:43:02.267Z PASS [ 4.078s] bgp test::test_ipv4_routes_ipv6_peer_success
20612026-04-25T00:43:02.267Z PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv6_peer_success
20622026-04-25T00:43:02.271Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20632026-04-25T00:43:02.277Z PASS [ 4.078s] bgp test::test_ipv6_basic_peering_active_tcp
20642026-04-25T00:43:02.326Z PASS [ 1.062s] bgp test::test_multiple_unnumbered_sessions
20652026-04-25T00:43:03.360Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp_ipv6
20662026-04-25T00:43:03.365Z PASS [ 1.100s] bgp test::test_three_router_chain_tcp
20672026-04-25T00:43:04.330Z PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces
20682026-04-25T00:43:04.422Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20692026-04-25T00:43:05.082Z PASS [ 2.817s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20702026-04-25T00:43:05.332Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20712026-04-25T00:43:05.337Z PASS [ 3.068s] bgp test::test_three_router_chain_unnumbered
20722026-04-25T00:43:07.341Z PASS [ 5.063s] bgp test::test_unnumbered_dualstack_route_exchange
20732026-04-25T00:43:09.392Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20742026-04-25T00:43:12.430Z PASS [ 9.065s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20752026-04-25T00:43:13.485Z PASS [ 9.062s] bgp test::test_unnumbered_unaffected_by_ndp
20762026-04-25T00:43:20.392Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20772026-04-25T00:43:20.396Z────────────
20782026-04-25T00:43:20.396Z Summary [ 25.443s] 150 tests run: 150 passed, 0 skipped
20792026-04-25T00:43:20.406Z+ 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/
20802026-04-25T00:43:20.411Z+ popd
20812026-04-25T00:43:20.411Z/work/oxidecomputer/maghemite
20822026-04-25T00:43:20.411Z+ pushd mgd
20832026-04-25T00:43:20.411Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20842026-04-25T00:43:20.415Z+ pfexec cargo nextest run
20852026-04-25T00:43:21.575Z Compiling slog v2.8.2
20862026-04-25T00:43:21.681Z Compiling usdt v0.6.0
20872026-04-25T00:43:21.765Z Compiling typify-impl v0.4.3
20882026-04-25T00:43:21.784Z Compiling proc-macro-error-attr2 v2.0.0
20892026-04-25T00:43:21.788Z Compiling simd-adler32 v0.3.9
20902026-04-25T00:43:21.788Z Compiling adler2 v2.0.1
20912026-04-25T00:43:21.928Z Compiling miniz_oxide v0.8.9
20922026-04-25T00:43:21.962Z Compiling papergrid v0.17.0
20932026-04-25T00:43:21.988Z Compiling slog-json v2.6.1
20942026-04-25T00:43:22.064Z Compiling slog-term v2.9.2
20952026-04-25T00:43:22.290Z Compiling slog-async v2.8.0
20962026-04-25T00:43:22.416Z Compiling slog-bunyan v2.5.0
20972026-04-25T00:43:22.558Z Compiling dropshot v0.16.7
20982026-04-25T00:43:22.621Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20992026-04-25T00:43:22.699Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21002026-04-25T00:43:22.752Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21012026-04-25T00:43:22.998Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21022026-04-25T00:43:23.043Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21032026-04-25T00:43:23.503Z Compiling slog-dtrace v0.3.0
21042026-04-25T00:43:23.824Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21052026-04-25T00:43:23.951Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21062026-04-25T00:43:24.002Z Compiling steno v0.4.1
21072026-04-25T00:43:24.178Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21082026-04-25T00:43:25.792Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21092026-04-25T00:43:27.194Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21102026-04-25T00:43:28.044Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21112026-04-25T00:43:28.235Z Compiling typify-macro v0.4.3
21122026-04-25T00:43:28.636Z Compiling proc-macro-error2 v2.0.1
21132026-04-25T00:43:28.924Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21142026-04-25T00:43:29.104Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21152026-04-25T00:43:29.141Z Compiling tabled_derive v0.11.0
21162026-04-25T00:43:29.252Z Compiling flate2 v1.1.9
21172026-04-25T00:43:29.450Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21182026-04-25T00:43:29.683Z Compiling testing_table v0.3.0
21192026-04-25T00:43:29.754Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21202026-04-25T00:43:29.849Z Compiling compression-core v0.4.31
21212026-04-25T00:43:30.012Z Compiling compression-codecs v0.4.37
21222026-04-25T00:43:30.031Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21232026-04-25T00:43:30.248Z Compiling tabled v0.20.0
21242026-04-25T00:43:30.259Z Compiling typify v0.4.3
21252026-04-25T00:43:30.348Z Compiling progenitor-impl v0.11.2
21262026-04-25T00:43:30.417Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21272026-04-25T00:43:30.455Z Compiling progenitor-client v0.11.2
21282026-04-25T00:43:30.727Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21292026-04-25T00:43:31.275Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21302026-04-25T00:43:32.075Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21312026-04-25T00:43:33.037Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21322026-04-25T00:43:33.388Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21332026-04-25T00:43:33.897Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21342026-04-25T00:43:34.036Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21352026-04-25T00:43:34.546Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21362026-04-25T00:43:34.775Z Compiling progenitor-macro v0.11.2
21372026-04-25T00:43:34.846Z Compiling dropshot v0.17.0
21382026-04-25T00:43:35.084Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21392026-04-25T00:43:35.312Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21402026-04-25T00:43:35.316Z Compiling toml_datetime v1.1.0+spec-1.1.0
21412026-04-25T00:43:35.526Z Compiling toml v1.1.0+spec-1.1.0
21422026-04-25T00:43:35.793Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21432026-04-25T00:43:35.894Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21442026-04-25T00:43:36.075Z Compiling async-compression v0.4.41
21452026-04-25T00:43:36.398Z Compiling dropshot_endpoint v0.17.0
21462026-04-25T00:43:36.989Z Compiling crc8 v0.1.1
21472026-04-25T00:43:37.073Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21482026-04-25T00:43:37.110Z Compiling dropshot-api-manager-types v0.7.0
21492026-04-25T00:43:39.308Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21502026-04-25T00:43:39.578Z Compiling progenitor v0.11.2
21512026-04-25T00:43:39.713Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21522026-04-25T00:43:40.411Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21532026-04-25T00:43:40.414Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21542026-04-25T00:43:40.559Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21552026-04-25T00:43:42.734Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21562026-04-25T00:43:42.973Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21572026-04-25T00:43:49.249Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21582026-04-25T00:43:56.395Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21592026-04-25T00:43:57.980Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21602026-04-25T00:43:59.067Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21612026-04-25T00:44:00.171Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21622026-04-25T00:44:00.931Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21632026-04-25T00:44:02.400Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21642026-04-25T00:44:02.400Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21652026-04-25T00:44:02.403Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21662026-04-25T00:44:09.280Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21672026-04-25T00:44:10.672Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21682026-04-25T00:44:10.672Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21692026-04-25T00:44:12.037Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21702026-04-25T00:44:41.239Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
21712026-04-25T00:44:41.402Z────────────
21722026-04-25T00:44:41.402Z Nextest run ID 0b658a7f-a4a3-4456-a7cb-054181b149e8 with nextest profile: default
21732026-04-25T00:44:41.402Z Starting 32 tests across 1 binary
21742026-04-25T00:44:41.413Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21752026-04-25T00:44:41.416Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21762026-04-25T00:44:41.430Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21772026-04-25T00:44:41.447Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21782026-04-25T00:44:41.460Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21792026-04-25T00:44:41.463Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21802026-04-25T00:44:41.463Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21812026-04-25T00:44:41.463Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21822026-04-25T00:44:41.463Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21832026-04-25T00:44:41.463Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21842026-04-25T00:44:41.467Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21852026-04-25T00:44:41.470Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21862026-04-25T00:44:41.470Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21872026-04-25T00:44:41.470Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21882026-04-25T00:44:41.470Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21892026-04-25T00:44:41.470Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21902026-04-25T00:44:41.473Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21912026-04-25T00:44:41.477Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21922026-04-25T00:44:41.477Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21932026-04-25T00:44:41.477Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21942026-04-25T00:44:41.481Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21952026-04-25T00:44:41.481Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21962026-04-25T00:44:41.481Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21972026-04-25T00:44:41.481Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21982026-04-25T00:44:41.481Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21992026-04-25T00:44:41.507Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22002026-04-25T00:44:41.507Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22012026-04-25T00:44:41.507Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22022026-04-25T00:44:41.507Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22032026-04-25T00:44:41.507Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22042026-04-25T00:44:41.507Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22052026-04-25T00:44:41.507Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22062026-04-25T00:44:41.507Z────────────
22072026-04-25T00:44:41.507Z Summary [ 0.085s] 32 tests run: 32 passed, 0 skipped
22082026-04-25T00:44:41.507Z+ cp apply_remove_entire_group.log /work/
22092026-04-25T00:44:41.507Z+ popd
22102026-04-25T00:44:41.507Z/work/oxidecomputer/maghemite
22112026-04-25T00:44:41.507Zprocess exited: duration 502076 ms, exit code 0
 
22122026-04-25T00:44:41.520Zfound 66 output files
22132026-04-25T00:44:41.520Zuploading: /work/apply_remove_entire_group.log (7296 bytes)
22142026-04-25T00:44:42.533Zuploaded: /work/apply_remove_entire_group.log
22152026-04-25T00:44:42.533Zuploading: /work/dualstack_routes.log (120583 bytes)
22162026-04-25T00:44:43.550Zuploaded: /work/dualstack_routes.log
22172026-04-25T00:44:43.550Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2541 bytes)
22182026-04-25T00:44:44.557Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22192026-04-25T00:44:44.558Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1519 bytes)
22202026-04-25T00:44:45.568Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22212026-04-25T00:44:45.568Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2118 bytes)
22222026-04-25T00:44:46.575Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22232026-04-25T00:44:46.575Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2385 bytes)
22242026-04-25T00:44:47.584Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22252026-04-25T00:44:47.584Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2245 bytes)
22262026-04-25T00:44:48.593Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22272026-04-25T00:44:48.593Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2262 bytes)
22282026-04-25T00:44:49.601Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22292026-04-25T00:44:49.601Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3035 bytes)
22302026-04-25T00:44:50.611Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22312026-04-25T00:44:50.611Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2247 bytes)
22322026-04-25T00:44:51.621Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22332026-04-25T00:44:51.621Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2264 bytes)
22342026-04-25T00:44:52.631Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22352026-04-25T00:44:52.631Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2316 bytes)
22362026-04-25T00:44:53.639Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22372026-04-25T00:44:53.639Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2314 bytes)
22382026-04-25T00:44:54.647Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22392026-04-25T00:44:54.648Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2559 bytes)
22402026-04-25T00:44:55.656Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22412026-04-25T00:44:55.656Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4701 bytes)
22422026-04-25T00:44:56.667Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22432026-04-25T00:44:56.667Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3602 bytes)
22442026-04-25T00:44:57.678Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22452026-04-25T00:44:57.678Zuploading: /work/multiple_unnumbered.log (138139 bytes)
22462026-04-25T00:44:58.691Zuploaded: /work/multiple_unnumbered.log
22472026-04-25T00:44:58.691Zuploading: /work/ndp_change_reset.log (70293 bytes)
22482026-04-25T00:44:59.702Zuploaded: /work/ndp_change_reset.log
22492026-04-25T00:44:59.702Zuploading: /work/ndp_changes.log (88502 bytes)
22502026-04-25T00:45:00.714Zuploaded: /work/ndp_changes.log
22512026-04-25T00:45:00.714Zuploading: /work/r1.test_basic_peering_active.log (40396 bytes)
22522026-04-25T00:45:01.726Zuploaded: /work/r1.test_basic_peering_active.log
22532026-04-25T00:45:01.726Zuploading: /work/r1.test_basic_peering_active_tcp.log (49137 bytes)
22542026-04-25T00:45:02.736Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22552026-04-25T00:45:02.736Zuploading: /work/r1.test_basic_peering_passive.log (33813 bytes)
22562026-04-25T00:45:03.746Zuploaded: /work/r1.test_basic_peering_passive.log
22572026-04-25T00:45:03.746Zuploading: /work/r1.test_basic_peering_passive_tcp.log (42342 bytes)
22582026-04-25T00:45:04.757Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22592026-04-25T00:45:04.757Zuploading: /work/r1.test_basic_update.log (28386 bytes)
22602026-04-25T00:45:05.767Zuploaded: /work/r1.test_basic_update.log
22612026-04-25T00:45:05.767Zuploading: /work/r1.test_basic_update_ipv6.log (28544 bytes)
22622026-04-25T00:45:06.777Zuploaded: /work/r1.test_basic_update_ipv6.log
22632026-04-25T00:45:06.777Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31020 bytes)
22642026-04-25T00:45:07.787Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22652026-04-25T00:45:07.787Zuploading: /work/r1.test_basic_update_tcp.log (31146 bytes)
22662026-04-25T00:45:08.797Zuploaded: /work/r1.test_basic_update_tcp.log
22672026-04-25T00:45:08.798Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43652 bytes)
22682026-04-25T00:45:09.807Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22692026-04-25T00:45:09.808Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44006 bytes)
22702026-04-25T00:45:10.819Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22712026-04-25T00:45:10.819Zuploading: /work/r1.test_import_export_policy_filtering.log (40682 bytes)
22722026-04-25T00:45:11.835Zuploaded: /work/r1.test_import_export_policy_filtering.log
22732026-04-25T00:45:11.835Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35890 bytes)
22742026-04-25T00:45:12.844Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22752026-04-25T00:45:12.845Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40369 bytes)
22762026-04-25T00:45:13.855Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22772026-04-25T00:45:13.855Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49027 bytes)
22782026-04-25T00:45:14.866Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22792026-04-25T00:45:14.866Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33746 bytes)
22802026-04-25T00:45:15.877Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22812026-04-25T00:45:15.878Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39618 bytes)
22822026-04-25T00:45:16.887Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22832026-04-25T00:45:16.887Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35153 bytes)
22842026-04-25T00:45:17.898Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22852026-04-25T00:45:17.898Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29935 bytes)
22862026-04-25T00:45:18.907Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22872026-04-25T00:45:18.907Zuploading: /work/r1.test_three_router_chain_tcp.log (22297 bytes)
22882026-04-25T00:45:19.919Zuploaded: /work/r1.test_three_router_chain_tcp.log
22892026-04-25T00:45:19.919Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (21846 bytes)
22902026-04-25T00:45:20.930Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22912026-04-25T00:45:20.930Zuploading: /work/r2.test_basic_peering_active.log (39316 bytes)
22922026-04-25T00:45:21.943Zuploaded: /work/r2.test_basic_peering_active.log
22932026-04-25T00:45:21.943Zuploading: /work/r2.test_basic_peering_active_tcp.log (47927 bytes)
22942026-04-25T00:45:22.956Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22952026-04-25T00:45:22.956Zuploading: /work/r2.test_basic_peering_passive.log (41476 bytes)
22962026-04-25T00:45:23.966Zuploaded: /work/r2.test_basic_peering_passive.log
22972026-04-25T00:45:23.966Zuploading: /work/r2.test_basic_peering_passive_tcp.log (48729 bytes)
22982026-04-25T00:45:24.976Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22992026-04-25T00:45:24.976Zuploading: /work/r2.test_basic_update.log (26307 bytes)
23002026-04-25T00:45:25.987Zuploaded: /work/r2.test_basic_update.log
23012026-04-25T00:45:25.987Zuploading: /work/r2.test_basic_update_ipv6.log (29188 bytes)
23022026-04-25T00:45:27.000Zuploaded: /work/r2.test_basic_update_ipv6.log
23032026-04-25T00:45:27.000Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32787 bytes)
23042026-04-25T00:45:28.010Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23052026-04-25T00:45:28.010Zuploading: /work/r2.test_basic_update_tcp.log (32799 bytes)
23062026-04-25T00:45:29.022Zuploaded: /work/r2.test_basic_update_tcp.log
23072026-04-25T00:45:29.022Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43580 bytes)
23082026-04-25T00:45:30.034Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23092026-04-25T00:45:30.034Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43819 bytes)
23102026-04-25T00:45:31.050Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23112026-04-25T00:45:31.050Zuploading: /work/r2.test_import_export_policy_filtering.log (36564 bytes)
23122026-04-25T00:45:32.061Zuploaded: /work/r2.test_import_export_policy_filtering.log
23132026-04-25T00:45:32.061Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38294 bytes)
23142026-04-25T00:45:33.072Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23152026-04-25T00:45:33.072Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38914 bytes)
23162026-04-25T00:45:34.082Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23172026-04-25T00:45:34.082Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47700 bytes)
23182026-04-25T00:45:35.093Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23192026-04-25T00:45:35.096Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41132 bytes)
23202026-04-25T00:45:36.105Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23212026-04-25T00:45:36.105Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46646 bytes)
23222026-04-25T00:45:37.115Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23232026-04-25T00:45:37.115Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38168 bytes)
23242026-04-25T00:45:38.126Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23252026-04-25T00:45:38.126Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28070 bytes)
23262026-04-25T00:45:39.136Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23272026-04-25T00:45:39.136Zuploading: /work/r2.test_three_router_chain_tcp.log (41606 bytes)
23282026-04-25T00:45:40.146Zuploaded: /work/r2.test_three_router_chain_tcp.log
23292026-04-25T00:45:40.146Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44670 bytes)
23302026-04-25T00:45:41.157Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23312026-04-25T00:45:41.157Zuploading: /work/r3.test_three_router_chain_tcp.log (21371 bytes)
23322026-04-25T00:45:42.167Zuploaded: /work/r3.test_three_router_chain_tcp.log
23332026-04-25T00:45:42.167Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (23430 bytes)
23342026-04-25T00:45:43.176Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23352026-04-25T00:45:43.176Zuploading: /work/same_linklocal.log (142637 bytes)
23362026-04-25T00:45:44.189Zuploaded: /work/same_linklocal.log
23372026-04-25T00:45:44.190Zuploading: /work/three_chain.log (203703 bytes)
23382026-04-25T00:45:45.214Zuploaded: /work/three_chain.log
23392026-04-25T00:45:45.214Zuploading: /work/unnumbered_expiry.log (88555 bytes)
23402026-04-25T00:45:46.226Zuploaded: /work/unnumbered_expiry.log
23412026-04-25T00:45:46.226Zuploading: /work/unnumbered_interface_lifecycle.log (197304 bytes)
23422026-04-25T00:45:47.240Zuploaded: /work/unnumbered_interface_lifecycle.log
23432026-04-25T00:45:47.240Zuploading: /work/unnumbered_peer_change.log (79164 bytes)
23442026-04-25T00:45:48.251Zuploaded: /work/unnumbered_peer_change.log