01KRAK5A9F262E986DP8TDP9J1: 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: 01KRAK5P2VRRFHR0KJGJ2XEPK9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T04:02:48.365Zjob assigned to worker 01KRAK62C41XVE1WV4PV8KSRT8 [factory aws, i-03709adef14fe11d7] (queued for 54 s)
 
22026-05-11T04:02:55.429Zstarting task 0: "setup"
32026-05-11T04:02:55.433Z++ uname -s
42026-05-11T04:02:55.436Z+ kern=SunOS
52026-05-11T04:02:55.436Z+ build_user=build
62026-05-11T04:02:55.436Z+ build_uid=12345
72026-05-11T04:02:55.436Z+ work_dir=/work
82026-05-11T04:02:55.436Z+ input_dir=/input
92026-05-11T04:02:55.436Z+ [[ 0 == 12345 ]]
102026-05-11T04:02:55.436Z+ case "$kern" in
112026-05-11T04:02:55.436Z+ groupadd -g 12345 build
122026-05-11T04:02:55.439Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T04:02:57.443Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T04:02:57.561Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T04:02:57.566Z+ home_fs=zfs
162026-05-11T04:02:57.566Z+ [[ zfs == autofs ]]
172026-05-11T04:02:57.566Z+ mkdir -p /home/build
182026-05-11T04:02:57.566Z+ chown build:build /home/build /work
192026-05-11T04:02:59.566Z+ chmod 0700 /home/build /work
202026-05-11T04:02:59.569Zprocess exited: duration 4141 ms, exit code 0
 
212026-05-11T04:02:59.575Zstarting task 1: "rust-toolchain"
222026-05-11T04:02:59.579Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-11T04:02:59.579Z * rust toolchain channel = "stable"
242026-05-11T04:02:59.579Z * rust toolchain profile = "default"
252026-05-11T04:02:59.579Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T04:02:59.579Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T04:02:59.579Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T04:02:59.582Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T04:02:59.582Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-11T04:02:59.669Zinfo: downloading installer
312026-05-11T04:03:01.381Zwarn: It looks like you have an existing installation of Rust at:
322026-05-11T04:03:01.381Zwarn: /opt/ooce/bin
332026-05-11T04:03:01.381Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-11T04:03:01.381Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-11T04:03:01.381Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-11T04:03:01.381Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-11T04:03:01.381Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-11T04:03:01.381Zerror: cannot install while Rust is installed
392026-05-11T04:03:01.381Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-11T04:03:01.381Zwarn: It looks like you have an existing rustup settings file at:
412026-05-11T04:03:01.381Zwarn: /home/build/.rustup/settings.toml
422026-05-11T04:03:01.381Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-11T04:03:01.381Zwarn: instead of the one inferred from the default host triple.
442026-05-11T04:03:01.413Zinfo: profile set to default
452026-05-11T04:03:01.413Zinfo: default host triple is x86_64-unknown-illumos
462026-05-11T04:03:01.416Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-11T04:03:01.555Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-11T04:03:01.558Zinfo: downloading 6 components
492026-05-11T04:03:16.022Z
502026-05-11T04:03:16.022Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-11T04:03:16.050Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-11T04:03:16.050Z
532026-05-11T04:03:16.050Z
542026-05-11T04:03:16.050ZRust is installed now. Great!
552026-05-11T04:03:16.050Z
562026-05-11T04:03:16.050ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-11T04:03:16.050Zenvironment variable. This has not been done automatically.
582026-05-11T04:03:16.050Z
592026-05-11T04:03:16.050ZTo configure your current shell, you need to source
602026-05-11T04:03:16.050Zthe corresponding env file under $HOME/.cargo.
612026-05-11T04:03:16.050Z
622026-05-11T04:03:16.050ZThis is usually done by running one of the following (note the leading DOT):
632026-05-11T04:03:16.050Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-11T04:03:16.050Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-11T04:03:16.050Zsource "~/.cargo/env.nu" # For nushell
662026-05-11T04:03:16.050Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-11T04:03:16.050Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-11T04:03:16.050Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-11T04:03:16.054Zwarn: no default linker (`cc`) was found in your PATH
702026-05-11T04:03:16.054Zwarn: many Rust crates require a system C toolchain to build
712026-05-11T04:03:16.139Z+ rustup --version
722026-05-11T04:03:16.148Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-11T04:03:16.150Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-11T04:03:16.169Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-11T04:03:16.172Z+ cargo --version
762026-05-11T04:03:16.185Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-11T04:03:16.188Z+ rustc --version
782026-05-11T04:03:16.208Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-11T04:03:16.210Zprocess exited: duration 16631 ms, exit code 0
 
802026-05-11T04:03:16.216Zstarting task 2: "authentication"
812026-05-11T04:03:16.232Zprocess exited: duration 15 ms, exit code 0
 
822026-05-11T04:03:16.238Zstarting task 3: "clone repository"
832026-05-11T04:03:16.241Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-11T04:03:16.244Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-11T04:03:16.365ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-11T04:03:17.299Z+ cd /work/oxidecomputer/maghemite
872026-05-11T04:03:17.299Z+ git fetch origin 5050964daba98b5ecf91ea2a5a9be9418f1853f9
882026-05-11T04:03:17.670ZFrom https://github.com/oxidecomputer/maghemite
892026-05-11T04:03:17.670Z * branch 5050964daba98b5ecf91ea2a5a9be9418f1853f9 -> FETCH_HEAD
902026-05-11T04:03:17.674Z+ [[ -n '' ]]
912026-05-11T04:03:17.674Z+ git reset --hard 5050964daba98b5ecf91ea2a5a9be9418f1853f9
922026-05-11T04:03:17.693ZHEAD is now at 5050964 [ddm-api] PUT /peer for state-machine-bypassing peer injection
932026-05-11T04:03:17.696Zprocess exited: duration 1455 ms, exit code 0
 
942026-05-11T04:03:17.702Zstarting task 4: "build"
952026-05-11T04:03:17.706Z+ set -e
962026-05-11T04:03:17.706Z+ source .github/buildomat/test-common.sh
972026-05-11T04:03:17.709Z++ NEXTEST_VERSION=0.9.97
982026-05-11T04:03:17.709Z++ PLATFORM=illumos
992026-05-11T04:03:17.709Z++ banner install
1002026-05-11T04:03:17.709Z
1012026-05-11T04:03:17.709Z # # # #### ##### ## # #
1022026-05-11T04:03:17.709Z # ## # # # # # # #
1032026-05-11T04:03:17.709Z # # # # #### # # # # #
1042026-05-11T04:03:17.709Z # # # # # # ###### # #
1052026-05-11T04:03:17.709Z # # ## # # # # # # #
1062026-05-11T04:03:17.709Z # # # #### # # # ###### ######
1072026-05-11T04:03:17.709Z
1082026-05-11T04:03:17.709Z++ set +o errexit
1092026-05-11T04:03:17.712Z++ pkg info clang-15
1102026-05-11T04:03:17.712Z++ grep -qi installed
1112026-05-11T04:03:19.432Zpkg: info: no packages matching the following patterns you specified are
1122026-05-11T04:03:19.432Zinstalled on the system. Try querying remotely instead:
1132026-05-11T04:03:19.432Z
1142026-05-11T04:03:19.432Z clang-15
1152026-05-11T04:03:19.471Z++ [[ 1 != 0 ]]
1162026-05-11T04:03:19.471Z++ set -o errexit
1172026-05-11T04:03:19.471Z++ pfexec pkg install clang-15
1182026-05-11T04:03:26.851Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-05-11T04:03:34.666Z Startup: Caching catalogs ... Done
1202026-05-11T04:03:41.966ZPlanning: Solver setup ... Done
1212026-05-11T04:03:42.006ZPlanning: Running solver ... Done
1222026-05-11T04:03:42.142ZPlanning: Finding local manifests ... Done
1232026-05-11T04:03:42.163ZPlanning: Fetching manifests: 0/2 0% complete
1242026-05-11T04:03:42.254ZPlanning: Fetching manifests: 2/2 100% complete
1252026-05-11T04:03:42.284ZPlanning: Package planning ... Done
1262026-05-11T04:03:42.309ZPlanning: Merging actions ... Done
1272026-05-11T04:03:42.415ZPlanning: Checking for conflicting actions ... Done
1282026-05-11T04:03:42.421ZPlanning: Consolidating action changes ... Done
1292026-05-11T04:03:43.133ZPlanning: Evaluating mediators ... Done
1302026-05-11T04:03:43.138ZPlanning: Planning completed in 8.29 seconds
1312026-05-11T04:03:43.149Z Packages to install: 2
1322026-05-11T04:03:43.154Z Mediators to change: 2
1332026-05-11T04:03:43.154Z Services to change: 1
1342026-05-11T04:03:43.154Z Create boot environment: No
1352026-05-11T04:03:43.154ZCreate backup boot environment: No
1362026-05-11T04:03:43.189Z
1372026-05-11T04:03:43.189ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-05-11T04:03:48.198ZDownload: 1099/3076 items 113.8/211.3MB 53% complete (24.0M/s)
1392026-05-11T04:03:53.218ZDownload: 1773/3076 items 117.2/211.3MB 55% complete (12.1M/s)
1402026-05-11T04:03:58.538ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (7.1M/s)
1412026-05-11T04:04:03.542ZDownload: 2690/3076 items 119.8/211.3MB 56% complete (245k/s)
1422026-05-11T04:04:09.637ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (8.4M/s)
1432026-05-11T04:04:15.788ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (8.3M/s)
1442026-05-11T04:04:16.386ZDownload: Completed 211.31 MB in 33.19 seconds (6.4M/s)
1452026-05-11T04:04:18.530Z Actions: 1/3418 actions (Installing new actions)
1462026-05-11T04:04:20.128Z Actions: Completed 3418 actions in 3.12 seconds.
1472026-05-11T04:04:20.391Z Done
1482026-05-11T04:04:20.391Z Done
1492026-05-11T04:04:21.177Z Done
1502026-05-11T04:04:24.352Z Done
1512026-05-11T04:04:24.423Z Done
1522026-05-11T04:04:24.426Z Done
1532026-05-11T04:04:24.760Z Done
1542026-05-11T04:04:25.432Z++ set -o errexit
1552026-05-11T04:04:25.432Z++ cargo --version
1562026-05-11T04:04:25.439Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1572026-05-11T04:04:25.600Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1582026-05-11T04:04:25.603Zinfo: downloading 6 components
1592026-05-11T04:04:41.959Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1602026-05-11T04:04:41.962Z++ rustc --version
1612026-05-11T04:04:41.991Zrustc 1.94.1 (e408947bf 2026-03-25)
1622026-05-11T04:04:41.995Z++ cargo install cargo-nextest --version 0.9.97
1632026-05-11T04:04:42.039Z Updating crates.io index
1642026-05-11T04:04:42.135Z Downloading crates ...
1652026-05-11T04:04:42.205Z Downloaded cargo-nextest v0.9.97
1662026-05-11T04:04:42.268Z Installing cargo-nextest v0.9.97
1672026-05-11T04:04:42.310Z Updating crates.io index
1682026-05-11T04:04:44.832Z Locking 404 packages to latest compatible versions
1692026-05-11T04:04:44.837Z Adding dialoguer v0.11.0 (available: v0.12.0)
1702026-05-11T04:04:44.840Z Adding duct v0.13.7 (available: v1.1.1)
1712026-05-11T04:04:44.840Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1722026-05-11T04:04:44.840Z Adding generic-array v0.14.7 (available: v0.14.9)
1732026-05-11T04:04:44.844Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1742026-05-11T04:04:44.844Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1752026-05-11T04:04:44.844Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1762026-05-11T04:04:44.847Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1772026-05-11T04:04:44.850Z Adding quick-junit v0.5.2 (available: v0.6.0)
1782026-05-11T04:04:44.866Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1792026-05-11T04:04:44.876Z Downloading crates ...
1802026-05-11T04:04:44.947Z Downloaded addr2line v0.25.1
1812026-05-11T04:04:44.951Z Downloaded adler2 v2.0.1
1822026-05-11T04:04:44.976Z Downloaded ipnet v2.12.0
1832026-05-11T04:04:44.986Z Downloaded itoa v1.0.18
1842026-05-11T04:04:44.989Z Downloaded home v0.5.12
1852026-05-11T04:04:44.992Z Downloaded is_terminal_polyfill v1.70.2
1862026-05-11T04:04:44.992Z Downloaded foreign-types-shared v0.1.1
1872026-05-11T04:04:44.995Z Downloaded mukti-metadata v0.3.0
1882026-05-11T04:04:44.995Z Downloaded bstr v1.12.1
1892026-05-11T04:04:44.998Z Downloaded is_ci v1.2.0
1902026-05-11T04:04:45.001Z Downloaded humantime-serde v1.1.1
1912026-05-11T04:04:45.001Z Downloaded fixedbitset v0.5.7
1922026-05-11T04:04:45.004Z Downloaded pin-project-internal v1.1.12
1932026-05-11T04:04:45.004Z Downloaded anstyle-query v1.1.5
1942026-05-11T04:04:45.007Z Downloaded lock_api v0.4.14
1952026-05-11T04:04:45.007Z Downloaded heck v0.5.0
1962026-05-11T04:04:45.008Z Downloaded fnv v1.0.7
1972026-05-11T04:04:45.010Z Downloaded quick-junit v0.5.2
1982026-05-11T04:04:45.010Z Downloaded derive-where v1.6.1
1992026-05-11T04:04:45.013Z Downloaded miette-derive v7.6.0
2002026-05-11T04:04:45.016Z Downloaded rustc-demangle v0.1.27
2012026-05-11T04:04:45.016Z Downloaded indenter v0.3.4
2022026-05-11T04:04:45.019Z Downloaded either v1.15.0
2032026-05-11T04:04:45.019Z Downloaded crypto-common v0.1.7
2042026-05-11T04:04:45.019Z Downloaded idna_adapter v1.0.0
2052026-05-11T04:04:45.022Z Downloaded hyper-rustls v0.27.9
2062026-05-11T04:04:45.022Z Downloaded backtrace-ext v0.2.1
2072026-05-11T04:04:45.022Z Downloaded eyre v0.6.12
2082026-05-11T04:04:45.025Z Downloaded num-traits v0.2.19
2092026-05-11T04:04:45.027Z Downloaded camino v1.2.2
2102026-05-11T04:04:45.027Z Downloaded errno v0.3.14
2112026-05-11T04:04:45.030Z Downloaded clap_lex v1.1.0
2122026-05-11T04:04:45.030Z Downloaded curve25519-dalek-derive v0.1.1
2132026-05-11T04:04:45.033Z Downloaded cargo-platform v0.2.0
2142026-05-11T04:04:45.033Z Downloaded async-scoped v0.9.0
2152026-05-11T04:04:45.033Z Downloaded digest v0.10.7
2162026-05-11T04:04:45.037Z Downloaded futures-sink v0.3.32
2172026-05-11T04:04:45.037Z Downloaded futures-task v0.3.32
2182026-05-11T04:04:45.037Z Downloaded guppy-workspace-hack v0.1.0
2192026-05-11T04:04:45.040Z Downloaded httparse v1.10.1
2202026-05-11T04:04:45.040Z Downloaded lazy_static v1.5.0
2212026-05-11T04:04:45.040Z Downloaded futures-core v0.3.32
2222026-05-11T04:04:45.043Z Downloaded form_urlencoded v1.2.2
2232026-05-11T04:04:45.043Z Downloaded color-spantrace v0.3.0
2242026-05-11T04:04:45.043Z Downloaded indicatif v0.17.11
2252026-05-11T04:04:45.045Z Downloaded scopeguard v1.2.0
2262026-05-11T04:04:45.050Z Downloaded rustc_version v0.4.1
2272026-05-11T04:04:45.050Z Downloaded debug-ignore v1.0.5
2282026-05-11T04:04:45.053Z Downloaded generic-array v0.14.7
2292026-05-11T04:04:45.053Z Downloaded block-buffer v0.10.4
2302026-05-11T04:04:45.053Z Downloaded indent_write v2.2.0
2312026-05-11T04:04:45.053Z Downloaded http-body-util v0.1.3
2322026-05-11T04:04:45.057Z Downloaded nested v0.1.1
2332026-05-11T04:04:45.057Z Downloaded futures-macro v0.3.32
2342026-05-11T04:04:45.058Z Downloaded hyper-tls v0.6.0
2352026-05-11T04:04:45.061Z Downloaded cargo-platform v0.3.3
2362026-05-11T04:04:45.061Z Downloaded atomic-waker v1.1.2
2372026-05-11T04:04:45.061Z Downloaded pathdiff v0.2.3
2382026-05-11T04:04:45.061Z Downloaded enable-ansi-support v0.2.1
2392026-05-11T04:04:45.061Z Downloaded rustc-hash v2.1.2
2402026-05-11T04:04:45.064Z Downloaded futures-io v0.3.32
2412026-05-11T04:04:45.064Z Downloaded der v0.7.10
2422026-05-11T04:04:45.067Z Downloaded pkcs8 v0.10.2
2432026-05-11T04:04:45.070Z Downloaded http-body v1.0.1
2442026-05-11T04:04:45.070Z Downloaded humantime v2.3.0
2452026-05-11T04:04:45.070Z Downloaded colorchoice v1.0.5
2462026-05-11T04:04:45.073Z Downloaded config v0.15.22
2472026-05-11T04:04:45.076Z Downloaded hyper-util v0.1.20
2482026-05-11T04:04:45.079Z Downloaded openssl-probe v0.2.1
2492026-05-11T04:04:45.079Z Downloaded ordered-float v2.10.1
2502026-05-11T04:04:45.081Z Downloaded anstyle v1.0.14
2512026-05-11T04:04:45.082Z Downloaded foreign-types v0.3.2
2522026-05-11T04:04:45.084Z Downloaded cfg_aliases v0.2.1
2532026-05-11T04:04:45.084Z Downloaded hex v0.4.3
2542026-05-11T04:04:45.084Z Downloaded anstream v1.0.0
2552026-05-11T04:04:45.087Z Downloaded openssl-macros v0.1.1
2562026-05-11T04:04:45.087Z Downloaded filetime v0.2.28
2572026-05-11T04:04:45.090Z Downloaded convert_case v0.10.0
2582026-05-11T04:04:45.090Z Downloaded equivalent v1.0.2
2592026-05-11T04:04:45.093Z Downloaded cpufeatures v0.2.17
2602026-05-11T04:04:45.093Z Downloaded http v1.4.0
2612026-05-11T04:04:45.099Z Downloaded pkg-config v0.3.33
2622026-05-11T04:04:45.101Z Downloaded indexmap v2.14.0
2632026-05-11T04:04:45.104Z Downloaded document-features v0.2.12
2642026-05-11T04:04:45.107Z Downloaded atomicwrites v0.4.4
2652026-05-11T04:04:45.107Z Downloaded supports-color v3.0.2
2662026-05-11T04:04:45.111Z Downloaded sigchld v0.2.4
2672026-05-11T04:04:45.114Z Downloaded lru-slab v0.1.2
2682026-05-11T04:04:45.117Z Downloaded percent-encoding v2.3.2
2692026-05-11T04:04:45.117Z Downloaded os_pipe v1.2.3
2702026-05-11T04:04:45.117Z Downloaded future-queue v0.4.0
2712026-05-11T04:04:45.120Z Downloaded dialoguer v0.11.0
2722026-05-11T04:04:45.123Z Downloaded serde-value v0.7.0
2732026-05-11T04:04:45.123Z Downloaded futures-executor v0.3.32
2742026-05-11T04:04:45.123Z Downloaded cargo_metadata v0.23.1
2752026-05-11T04:04:45.125Z Downloaded serde-untagged v0.1.9
2762026-05-11T04:04:45.126Z Downloaded fastrand v2.4.1
2772026-05-11T04:04:45.126Z Downloaded shared_child v1.1.1
2782026-05-11T04:04:45.128Z Downloaded serde_spanned v0.6.9
2792026-05-11T04:04:45.129Z Downloaded ed25519 v2.2.3
2802026-05-11T04:04:45.132Z Downloaded nextest-workspace-hack v0.1.0
2812026-05-11T04:04:45.132Z Downloaded serde_ignored v0.1.14
2822026-05-11T04:04:45.135Z Downloaded number_prefix v0.4.0
2832026-05-11T04:04:45.138Z Downloaded signal-hook-mio v0.2.5
2842026-05-11T04:04:45.141Z Downloaded strsim v0.11.1
2852026-05-11T04:04:45.141Z Downloaded globset v0.4.18
2862026-05-11T04:04:45.144Z Downloaded cargo-util-schemas v0.2.0
2872026-05-11T04:04:45.144Z Downloaded self-replace v1.5.0
2882026-05-11T04:04:45.146Z Downloaded rand_chacha v0.9.0
2892026-05-11T04:04:45.146Z Downloaded serde_spanned v1.1.1
2902026-05-11T04:04:45.146Z Downloaded native-tls v0.2.18
2912026-05-11T04:04:45.147Z Downloaded strip-ansi-escapes v0.2.1
2922026-05-11T04:04:45.149Z Downloaded swrite v0.1.0
2932026-05-11T04:04:45.150Z Downloaded supports-hyperlinks v3.2.0
2942026-05-11T04:04:45.150Z Downloaded shell-words v1.1.1
2952026-05-11T04:04:45.152Z Downloaded quote v1.0.45
2962026-05-11T04:04:45.152Z Downloaded sync_wrapper v1.0.2
2972026-05-11T04:04:45.156Z Downloaded supports-unicode v3.0.0
2982026-05-11T04:04:45.159Z Downloaded once_cell v1.21.4
2992026-05-11T04:04:45.159Z Downloaded litrs v1.0.0
3002026-05-11T04:04:45.162Z Downloaded idna v1.1.0
3012026-05-11T04:04:45.164Z Downloaded tinyvec_macros v0.1.1
3022026-05-11T04:04:45.165Z Downloaded foldhash v0.1.5
3032026-05-11T04:04:45.165Z Downloaded autocfg v1.5.0
3042026-05-11T04:04:45.167Z Downloaded iana-time-zone v0.1.65
3052026-05-11T04:04:45.167Z Downloaded subtle v2.6.1
3062026-05-11T04:04:45.170Z Downloaded signature v2.2.0
3072026-05-11T04:04:45.173Z Downloaded cfg-if v1.0.4
3082026-05-11T04:04:45.175Z Downloaded tokio-macros v2.7.0
3092026-05-11T04:04:45.175Z Downloaded erased-serde v0.4.10
3102026-05-11T04:04:45.178Z Downloaded serde_urlencoded v0.7.1
3112026-05-11T04:04:45.178Z Downloaded camino-tempfile v1.4.1
3122026-05-11T04:04:45.183Z Downloaded terminal_size v0.4.4
3132026-05-11T04:04:45.186Z Downloaded rand_core v0.9.5
3142026-05-11T04:04:45.188Z Downloaded find-msvc-tools v0.1.9
3152026-05-11T04:04:45.192Z Downloaded getrandom v0.2.17
3162026-05-11T04:04:45.192Z Downloaded toml_write v0.1.2
3172026-05-11T04:04:45.195Z Downloaded toml_datetime v0.6.11
3182026-05-11T04:04:45.195Z Downloaded duct v0.13.7
3192026-05-11T04:04:45.195Z Downloaded crc32fast v1.5.0
3202026-05-11T04:04:45.198Z Downloaded const-oid v0.9.6
3212026-05-11T04:04:45.198Z Downloaded typeid v1.0.3
3222026-05-11T04:04:45.201Z Downloaded tracing-error v0.2.1
3232026-05-11T04:04:45.201Z Downloaded nextest-metadata v0.12.2
3242026-05-11T04:04:45.201Z Downloaded shlex v1.3.0
3252026-05-11T04:04:45.201Z Downloaded cfg-expr v0.20.7
3262026-05-11T04:04:45.204Z Downloaded pin-project-lite v0.2.17
3272026-05-11T04:04:45.207Z Downloaded smol_str v0.3.6
3282026-05-11T04:04:45.209Z Downloaded simd-adler32 v0.3.9
3292026-05-11T04:04:45.209Z Downloaded serde_path_to_error v0.1.20
3302026-05-11T04:04:45.213Z Downloaded ppv-lite86 v0.2.21
3312026-05-11T04:04:45.213Z Downloaded tower-layer v0.3.3
3322026-05-11T04:04:45.213Z Downloaded unicode-linebreak v0.1.5
3332026-05-11T04:04:45.216Z Downloaded thread_local v1.1.9
3342026-05-11T04:04:45.216Z Downloaded slab v0.4.12
3352026-05-11T04:04:45.216Z Downloaded owo-colors v4.3.0
3362026-05-11T04:04:45.219Z Downloaded static_assertions v1.1.0
3372026-05-11T04:04:45.219Z Downloaded signal-hook-registry v1.4.8
3382026-05-11T04:04:45.219Z Downloaded jobserver v0.1.34
3392026-05-11T04:04:45.222Z Downloaded urlencoding v2.1.3
3402026-05-11T04:04:45.222Z Downloaded bitflags v2.11.1
3412026-05-11T04:04:45.224Z Downloaded newtype-uuid v1.3.2
3422026-05-11T04:04:45.224Z Downloaded ahash v0.8.12
3432026-05-11T04:04:45.227Z Downloaded target-lexicon v0.13.3
3442026-05-11T04:04:45.227Z Downloaded sha2 v0.10.9
3452026-05-11T04:04:45.230Z Downloaded base64ct v1.8.3
3462026-05-11T04:04:45.230Z Downloaded anstyle-parse v1.0.0
3472026-05-11T04:04:45.230Z Downloaded utf8parse v0.2.2
3482026-05-11T04:04:45.233Z Downloaded utf8_iter v1.0.4
3492026-05-11T04:04:45.233Z Downloaded unicode-xid v0.2.6
3502026-05-11T04:04:45.233Z Downloaded parking_lot_core v0.9.12
3512026-05-11T04:04:45.236Z Downloaded console v0.15.11
3522026-05-11T04:04:45.236Z Downloaded thiserror v2.0.18
3532026-05-11T04:04:45.241Z Downloaded want v0.3.1
3542026-05-11T04:04:45.243Z Downloaded futures-channel v0.3.32
3552026-05-11T04:04:45.244Z Downloaded clap_derive v4.6.1
3562026-05-11T04:04:45.246Z Downloaded spki v0.7.3
3572026-05-11T04:04:45.246Z Downloaded xattr v1.6.1
3582026-05-11T04:04:45.249Z Downloaded futures v0.3.32
3592026-05-11T04:04:45.252Z Downloaded cargo_metadata v0.20.0
3602026-05-11T04:04:45.255Z Downloaded thiserror-impl v1.0.69
3612026-05-11T04:04:45.255Z Downloaded tokio-native-tls v0.3.1
3622026-05-11T04:04:45.255Z Downloaded thiserror v1.0.69
3632026-05-11T04:04:45.258Z Downloaded rustls-pki-types v1.14.1
3642026-05-11T04:04:45.266Z Downloaded tower-service v0.3.3
3652026-05-11T04:04:45.270Z Downloaded tempfile v3.27.0
3662026-05-11T04:04:45.273Z Downloaded target-spec v3.6.0
3672026-05-11T04:04:45.275Z Downloaded tokio-rustls v0.26.4
3682026-05-11T04:04:45.278Z Downloaded try-lock v0.2.5
3692026-05-11T04:04:45.278Z Downloaded target-spec-miette v0.4.6
3702026-05-11T04:04:45.281Z Downloaded getrandom v0.3.4
3712026-05-11T04:04:45.281Z Downloaded rand_core v0.6.4
3722026-05-11T04:04:45.284Z Downloaded nextest-filtering v0.15.0
3732026-05-11T04:04:45.284Z Downloaded parking_lot v0.12.5
3742026-05-11T04:04:45.287Z Downloaded clap v4.6.1
3752026-05-11T04:04:45.291Z Downloaded self_update v0.42.0
3762026-05-11T04:04:45.295Z Downloaded ryu v1.0.23
3772026-05-11T04:04:45.295Z Downloaded tracing-log v0.2.0
3782026-05-11T04:04:45.299Z Downloaded thiserror-impl v2.0.18
3792026-05-11T04:04:45.299Z Downloaded signal-hook v0.3.18
3802026-05-11T04:04:45.305Z Downloaded derive_more v2.1.1
3812026-05-11T04:04:45.311Z Downloaded zeroize v1.8.2
3822026-05-11T04:04:45.314Z Downloaded xxhash-rust v0.8.15
3832026-05-11T04:04:45.314Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3842026-05-11T04:04:45.314Z Downloaded smallvec v1.15.1
3852026-05-11T04:04:45.317Z Downloaded zstd-safe v7.2.4
3862026-05-11T04:04:45.317Z Downloaded untrusted v0.9.0
3872026-05-11T04:04:45.317Z Downloaded version_check v0.9.5
3882026-05-11T04:04:45.320Z Downloaded textwrap v0.16.2
3892026-05-11T04:04:45.323Z Downloaded base64 v0.22.1
3902026-05-11T04:04:45.326Z Downloaded quinn-udp v0.5.14
3912026-05-11T04:04:45.328Z Downloaded getrandom v0.4.2
3922026-05-11T04:04:45.328Z Downloaded zipsign-api v0.1.5
3932026-05-11T04:04:45.331Z Downloaded toml_parser v1.1.2+spec-1.1.0
3942026-05-11T04:04:45.331Z Downloaded toml v0.8.23
3952026-05-11T04:04:45.334Z Downloaded serde_derive v1.0.228
3962026-05-11T04:04:45.337Z Downloaded semver v1.0.28
3972026-05-11T04:04:45.337Z Downloaded tracing-attributes v0.1.31
3982026-05-11T04:04:45.340Z Downloaded toml_writer v1.1.1+spec-1.1.0
3992026-05-11T04:04:45.344Z Downloaded pin-project v1.1.12
4002026-05-11T04:04:45.347Z Downloaded openssl-sys v0.9.115
4012026-05-11T04:04:45.350Z Downloaded unicase v2.9.0
4022026-05-11T04:04:45.350Z Downloaded rustls-webpki v0.103.13
4032026-05-11T04:04:45.357Z Downloaded tinyvec v1.11.0
4042026-05-11T04:04:45.360Z Downloaded zstd v0.13.3
4052026-05-11T04:04:45.363Z Downloaded sharded-slab v0.1.7
4062026-05-11T04:04:45.363Z Downloaded flate2 v1.1.9
4072026-05-11T04:04:45.366Z Downloaded itertools v0.14.0
4082026-05-11T04:04:45.369Z Downloaded zmij v1.0.21
4092026-05-11T04:04:45.372Z Downloaded hyper v1.9.0
4102026-05-11T04:04:45.375Z Downloaded unicode-ident v1.0.24
4112026-05-11T04:04:45.375Z Downloaded proc-macro2 v1.0.106
4122026-05-11T04:04:45.377Z Downloaded miniz_oxide v0.8.9
4132026-05-11T04:04:45.380Z Downloaded derive_more-impl v2.1.1
4142026-05-11T04:04:45.383Z Downloaded borsh v1.6.1
4152026-05-11T04:04:45.386Z Downloaded tracing-core v0.1.36
4162026-05-11T04:04:45.389Z Downloaded log v0.4.29
4172026-05-11T04:04:45.389Z Downloaded memchr v2.8.0
4182026-05-11T04:04:45.392Z Downloaded ed25519-dalek v2.2.0
4192026-05-11T04:04:45.395Z Downloaded backtrace v0.3.76
4202026-05-11T04:04:45.398Z Downloaded tokio-stream v0.1.18
4212026-05-11T04:04:45.401Z Downloaded h2 v0.4.14
4222026-05-11T04:04:45.403Z Downloaded serde_core v1.0.228
4232026-05-11T04:04:45.404Z Downloaded vte v0.14.1
4242026-05-11T04:04:45.407Z Downloaded tar v0.4.45
4252026-05-11T04:04:45.407Z Downloaded toml_edit v0.22.27
4262026-05-11T04:04:45.410Z Downloaded guppy v0.17.25
4272026-05-11T04:04:45.413Z Downloaded toml v1.1.2+spec-1.1.0
4282026-05-11T04:04:45.417Z Downloaded quinn v0.11.9
4292026-05-11T04:04:45.417Z Downloaded serde v1.0.228
4302026-05-11T04:04:45.421Z Downloaded cc v1.2.62
4312026-05-11T04:04:45.423Z Downloaded bytes v1.11.1
4322026-05-11T04:04:45.426Z Downloaded uuid v1.23.1
4332026-05-11T04:04:45.426Z Downloaded socket2 v0.6.3
4342026-05-11T04:04:45.431Z Downloaded reqwest v0.12.28
4352026-05-11T04:04:45.433Z Downloaded crossterm v0.29.0
4362026-05-11T04:04:45.441Z Downloaded rand v0.9.4
4372026-05-11T04:04:45.446Z Downloaded mio v1.2.0
4382026-05-11T04:04:45.453Z Downloaded typenum v1.20.0
4392026-05-11T04:04:45.456Z Downloaded hashbrown v0.15.5
4402026-05-11T04:04:45.459Z Downloaded clap_builder v4.6.0
4412026-05-11T04:04:45.462Z Downloaded url v2.5.8
4422026-05-11T04:04:45.464Z Downloaded aho-corasick v1.1.4
4432026-05-11T04:04:45.469Z Downloaded hashbrown v0.17.1
4442026-05-11T04:04:45.485Z Downloaded tower v0.5.3
4452026-05-11T04:04:45.491Z Downloaded futures-util v0.3.32
4462026-05-11T04:04:45.497Z Downloaded ron v0.12.1
4472026-05-11T04:04:45.502Z Downloaded unicode-segmentation v1.13.2
4482026-05-11T04:04:45.505Z Downloaded miette v7.6.0
4492026-05-11T04:04:45.515Z Downloaded tower-http v0.6.10
4502026-05-11T04:04:45.530Z Downloaded pulldown-cmark v0.13.3
4512026-05-11T04:04:45.532Z Downloaded unicode-normalization v0.1.25
4522026-05-11T04:04:45.536Z Downloaded tracing-subscriber v0.3.23
4532026-05-11T04:04:45.541Z Downloaded tokio-util v0.7.18
4542026-05-11T04:04:45.544Z Downloaded winnow v0.7.15
4552026-05-11T04:04:45.550Z Downloaded regex v1.12.3
4562026-05-11T04:04:45.553Z Downloaded serde_json v1.0.149
4572026-05-11T04:04:45.560Z Downloaded webpki-roots v1.0.7
4582026-05-11T04:04:45.563Z Downloaded chrono v0.4.44
4592026-05-11T04:04:45.566Z Downloaded vcpkg v0.2.15
4602026-05-11T04:04:45.589Z Downloaded portable-atomic v1.13.1
4612026-05-11T04:04:45.593Z Downloaded gimli v0.32.3
4622026-05-11T04:04:45.601Z Downloaded unicode-width v0.2.2
4632026-05-11T04:04:45.605Z Downloaded zerocopy v0.8.48
4642026-05-11T04:04:45.616Z Downloaded quick-xml v0.37.5
4652026-05-11T04:04:45.619Z Downloaded winnow v1.0.2
4662026-05-11T04:04:45.625Z Downloaded quick-xml v0.38.4
4672026-05-11T04:04:45.628Z Downloaded nextest-runner v0.80.0
4682026-05-11T04:04:45.634Z Downloaded syn v2.0.117
4692026-05-11T04:04:45.640Z Downloaded curve25519-dalek v4.1.3
4702026-05-11T04:04:45.646Z Downloaded tracing v0.1.44
4712026-05-11T04:04:45.660Z Downloaded quinn-proto v0.11.14
4722026-05-11T04:04:45.673Z Downloaded color-eyre v0.6.5
4732026-05-11T04:04:45.680Z Downloaded tokio v1.52.3
4742026-05-11T04:04:45.709Z Downloaded unicode-width v0.1.14
4752026-05-11T04:04:45.723Z Downloaded openssl v0.10.79
4762026-05-11T04:04:45.738Z Downloaded object v0.37.3
4772026-05-11T04:04:45.745Z Downloaded nix v0.30.1
4782026-05-11T04:04:45.752Z Downloaded rustls v0.23.40
4792026-05-11T04:04:45.759Z Downloaded regex-syntax v0.8.10
4802026-05-11T04:04:45.767Z Downloaded rustix v0.38.44
4812026-05-11T04:04:45.781Z Downloaded rustix v1.1.4
4822026-05-11T04:04:45.845Z Downloaded regex-automata v0.4.14
4832026-05-11T04:04:45.907Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4842026-05-11T04:04:45.918Z Downloaded petgraph v0.8.3
4852026-05-11T04:04:45.928Z Downloaded libc v0.2.186
4862026-05-11T04:04:45.989Z Downloaded recursion v0.5.4
4872026-05-11T04:04:46.003Z Downloaded ring v0.17.14
4882026-05-11T04:04:46.063Z Compiling libc v0.2.186
4892026-05-11T04:04:46.063Z Compiling proc-macro2 v1.0.106
4902026-05-11T04:04:46.066Z Compiling unicode-ident v1.0.24
4912026-05-11T04:04:46.066Z Compiling quote v1.0.45
4922026-05-11T04:04:46.066Z Compiling serde_core v1.0.228
4932026-05-11T04:04:46.066Z Compiling cfg-if v1.0.4
4942026-05-11T04:04:46.066Z Compiling memchr v2.8.0
4952026-05-11T04:04:46.207Z Compiling once_cell v1.21.4
4962026-05-11T04:04:46.309Z Compiling log v0.4.29
4972026-05-11T04:04:46.323Z Compiling pin-project-lite v0.2.17
4982026-05-11T04:04:46.415Z Compiling itoa v1.0.18
4992026-05-11T04:04:46.493Z Compiling serde v1.0.228
5002026-05-11T04:04:46.594Z Compiling smallvec v1.15.1
5012026-05-11T04:04:46.647Z Compiling futures-core v0.3.32
5022026-05-11T04:04:46.802Z Compiling bitflags v2.11.1
5032026-05-11T04:04:46.823Z Compiling equivalent v1.0.2
5042026-05-11T04:04:46.834Z Compiling shlex v1.3.0
5052026-05-11T04:04:46.907Z Compiling find-msvc-tools v0.1.9
5062026-05-11T04:04:47.017Z Compiling hashbrown v0.17.1
5072026-05-11T04:04:47.141Z Compiling errno v0.3.14
5082026-05-11T04:04:47.166Z Compiling bytes v1.11.1
5092026-05-11T04:04:47.178Z Compiling mio v1.2.0
5102026-05-11T04:04:47.328Z Compiling signal-hook-registry v1.4.8
5112026-05-11T04:04:47.360Z Compiling jobserver v0.1.34
5122026-05-11T04:04:47.429Z Compiling rustix v1.1.4
5132026-05-11T04:04:47.547Z Compiling syn v2.0.117
5142026-05-11T04:04:47.667Z Compiling cc v1.2.62
5152026-05-11T04:04:47.679Z Compiling futures-sink v0.3.32
5162026-05-11T04:04:47.789Z Compiling socket2 v0.6.3
5172026-05-11T04:04:47.844Z Compiling slab v0.4.12
5182026-05-11T04:04:47.889Z Compiling zmij v1.0.21
5192026-05-11T04:04:48.059Z Compiling futures-channel v0.3.32
5202026-05-11T04:04:48.124Z Compiling tracing-core v0.1.36
5212026-05-11T04:04:48.239Z Compiling serde_json v1.0.149
5222026-05-11T04:04:48.341Z Compiling version_check v0.9.5
5232026-05-11T04:04:48.480Z Compiling indexmap v2.14.0
5242026-05-11T04:04:48.652Z Compiling futures-task v0.3.32
5252026-05-11T04:04:48.665Z Compiling getrandom v0.4.2
5262026-05-11T04:04:48.831Z Compiling futures-io v0.3.32
5272026-05-11T04:04:48.976Z Compiling percent-encoding v2.3.2
5282026-05-11T04:04:48.989Z Compiling camino v1.2.2
5292026-05-11T04:04:49.036Z Compiling unicode-width v0.2.2
5302026-05-11T04:04:49.255Z Compiling ring v0.17.14
5312026-05-11T04:04:49.344Z Compiling http v1.4.0
5322026-05-11T04:04:49.364Z Compiling autocfg v1.5.0
5332026-05-11T04:04:49.377Z Compiling zeroize v1.8.2
5342026-05-11T04:04:49.440Z Compiling simd-adler32 v0.3.9
5352026-05-11T04:04:49.571Z Compiling adler2 v2.0.1
5362026-05-11T04:04:49.723Z Compiling num-traits v0.2.19
5372026-05-11T04:04:49.739Z Compiling miniz_oxide v0.8.9
5382026-05-11T04:04:49.969Z Compiling getrandom v0.3.4
5392026-05-11T04:04:50.293Z Compiling object v0.37.3
5402026-05-11T04:04:50.293Z Compiling zerocopy v0.8.48
5412026-05-11T04:04:50.542Z Compiling target-lexicon v0.13.3
5422026-05-11T04:04:50.638Z Compiling http-body v1.0.1
5432026-05-11T04:04:50.799Z Compiling rustls-pki-types v1.14.1
5442026-05-11T04:04:50.894Z Compiling form_urlencoded v1.2.2
5452026-05-11T04:04:51.048Z Compiling semver v1.0.28
5462026-05-11T04:04:51.154Z Compiling getrandom v0.2.17
5472026-05-11T04:04:51.166Z Compiling untrusted v0.9.0
5482026-05-11T04:04:51.178Z Compiling thiserror v2.0.18
5492026-05-11T04:04:51.198Z Compiling serde_derive v1.0.228
5502026-05-11T04:04:51.293Z Compiling tokio-macros v2.7.0
5512026-05-11T04:04:51.338Z Compiling futures-macro v0.3.32
5522026-05-11T04:04:51.495Z Compiling tracing-attributes v0.1.31
5532026-05-11T04:04:51.508Z Compiling utf8_iter v1.0.4
5542026-05-11T04:04:51.646Z Compiling signal-hook v0.3.18
5552026-05-11T04:04:51.675Z Compiling idna_adapter v1.0.0
5562026-05-11T04:04:51.715Z Compiling gimli v0.32.3
5572026-05-11T04:04:51.780Z Compiling httparse v1.10.1
5582026-05-11T04:04:51.854Z Compiling fnv v1.0.7
5592026-05-11T04:04:51.962Z Compiling guppy-workspace-hack v0.1.0
5602026-05-11T04:04:52.000Z Compiling tokio v1.52.3
5612026-05-11T04:04:52.121Z Compiling owo-colors v4.3.0
5622026-05-11T04:04:52.153Z Compiling futures-util v0.3.32
5632026-05-11T04:04:52.258Z Compiling idna v1.1.0
5642026-05-11T04:04:52.675Z Compiling tracing v0.1.44
5652026-05-11T04:04:52.688Z Compiling thiserror-impl v2.0.18
5662026-05-11T04:04:53.624Z Compiling addr2line v0.25.1
5672026-05-11T04:04:54.377Z Compiling generic-array v0.14.7
5682026-05-11T04:04:54.463Z Compiling pkg-config v0.3.33
5692026-05-11T04:04:54.609Z Compiling typeid v1.0.3
5702026-05-11T04:04:54.627Z Compiling tower-service v0.3.3
5712026-05-11T04:04:54.728Z Compiling rustc-demangle v0.1.27
5722026-05-11T04:04:54.799Z Compiling thiserror v1.0.69
5732026-05-11T04:04:54.893Z Compiling target-spec v3.6.0
5742026-05-11T04:04:54.910Z Compiling fastrand v2.4.1
5752026-05-11T04:04:55.097Z Compiling atomic-waker v1.1.2
5762026-05-11T04:04:55.166Z Compiling try-lock v0.2.5
5772026-05-11T04:04:55.230Z Compiling rustls v0.23.40
5782026-05-11T04:04:55.260Z Compiling want v0.3.1
5792026-05-11T04:04:55.436Z Compiling tempfile v3.27.0
5802026-05-11T04:04:55.439Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5812026-05-11T04:04:55.674Z Compiling cfg-expr v0.20.7
5822026-05-11T04:04:55.723Z Compiling url v2.5.8
5832026-05-11T04:04:55.844Z Compiling tokio-util v0.7.18
5842026-05-11T04:04:56.323Z Compiling h2 v0.4.14
5852026-05-11T04:04:57.341Z Compiling backtrace v0.3.76
5862026-05-11T04:04:57.511Z Compiling thiserror-impl v1.0.69
5872026-05-11T04:04:57.525Z Compiling terminal_size v0.4.4
5882026-05-11T04:04:57.538Z Compiling aho-corasick v1.1.4
5892026-05-11T04:04:57.679Z Compiling subtle v2.6.1
5902026-05-11T04:04:57.842Z Compiling regex-syntax v0.8.10
5912026-05-11T04:04:58.164Z Compiling typenum v1.20.0
5922026-05-11T04:04:58.659Z Compiling rustls-webpki v0.103.13
5932026-05-11T04:04:58.838Z Compiling winnow v0.7.15
5942026-05-11T04:05:00.720Z Compiling erased-serde v0.4.10
5952026-05-11T04:05:01.054Z Compiling regex-automata v0.4.14
5962026-05-11T04:05:01.900Z Compiling hyper v1.9.0
5972026-05-11T04:05:03.021Z Compiling serde_spanned v0.6.9
5982026-05-11T04:05:03.191Z Compiling toml_datetime v0.6.11
5992026-05-11T04:05:03.563Z Compiling ahash v0.8.12
6002026-05-11T04:05:03.809Z Compiling sync_wrapper v1.0.2
6012026-05-11T04:05:03.924Z Compiling unicode-linebreak v0.1.5
6022026-05-11T04:05:04.199Z Compiling ipnet v2.12.0
6032026-05-11T04:05:04.943Z Compiling parking_lot_core v0.9.12
6042026-05-11T04:05:05.035Z Compiling lazy_static v1.5.0
6052026-05-11T04:05:05.146Z Compiling toml_write v0.1.2
6062026-05-11T04:05:05.211Z Compiling portable-atomic v1.13.1
6072026-05-11T04:05:05.379Z Compiling crc32fast v1.5.0
6082026-05-11T04:05:05.397Z Compiling tower-layer v0.3.3
6092026-05-11T04:05:05.524Z Compiling foldhash v0.1.5
6102026-05-11T04:05:05.600Z Compiling base64 v0.22.1
6112026-05-11T04:05:05.644Z Compiling is_ci v1.2.0
6122026-05-11T04:05:05.648Z Compiling nextest-workspace-hack v0.1.0
6132026-05-11T04:05:05.670Z Compiling unicode-segmentation v1.13.2
6142026-05-11T04:05:05.742Z Compiling either v1.15.0
6152026-05-11T04:05:05.814Z Compiling supports-color v3.0.2
6162026-05-11T04:05:05.885Z Compiling hyper-util v0.1.20
6172026-05-11T04:05:06.016Z Compiling convert_case v0.10.0
6182026-05-11T04:05:06.050Z Compiling hashbrown v0.15.5
6192026-05-11T04:05:06.075Z Compiling tower v0.5.3
6202026-05-11T04:05:06.105Z Compiling toml_edit v0.22.27
6212026-05-11T04:05:06.290Z Compiling sharded-slab v0.1.7
6222026-05-11T04:05:06.650Z Compiling tokio-rustls v0.26.4
6232026-05-11T04:05:06.652Z Compiling textwrap v0.16.2
6242026-05-11T04:05:06.987Z Compiling backtrace-ext v0.2.1
6252026-05-11T04:05:07.248Z Compiling ordered-float v2.10.1
6262026-05-11T04:05:07.518Z Compiling miette-derive v7.6.0
6272026-05-11T04:05:07.521Z Compiling webpki-roots v1.0.7
6282026-05-11T04:05:07.670Z Compiling pathdiff v0.2.3
6292026-05-11T04:05:07.798Z Compiling console v0.15.11
6302026-05-11T04:05:08.066Z Compiling tracing-log v0.2.0
6312026-05-11T04:05:08.430Z Compiling cargo-platform v0.3.3
6322026-05-11T04:05:08.498Z Compiling os_pipe v1.2.3
6332026-05-11T04:05:08.613Z Compiling thread_local v1.1.9
6342026-05-11T04:05:08.669Z Compiling fixedbitset v0.5.7
6352026-05-11T04:05:08.969Z Compiling cfg_aliases v0.2.1
6362026-05-11T04:05:08.982Z Compiling ryu v1.0.23
6372026-05-11T04:05:09.134Z Compiling rustix v0.38.44
6382026-05-11T04:05:09.172Z Compiling supports-unicode v3.0.0
6392026-05-11T04:05:09.270Z Compiling winnow v1.0.2
6402026-05-11T04:05:09.344Z Compiling pulldown-cmark v0.13.3
6412026-05-11T04:05:09.367Z Compiling supports-hyperlinks v3.2.0
6422026-05-11T04:05:09.475Z Compiling scopeguard v1.2.0
6432026-05-11T04:05:09.559Z Compiling zstd-safe v7.2.4
6442026-05-11T04:05:09.582Z Compiling utf8parse v0.2.2
6452026-05-11T04:05:09.607Z Compiling debug-ignore v1.0.5
6462026-05-11T04:05:09.714Z Compiling unicode-width v0.1.14
6472026-05-11T04:05:09.731Z Compiling anstyle-parse v1.0.0
6482026-05-11T04:05:09.812Z Compiling lock_api v0.4.14
6492026-05-11T04:05:09.949Z Compiling miette v7.6.0
6502026-05-11T04:05:10.097Z Compiling serde_urlencoded v0.7.1
6512026-05-11T04:05:10.111Z Compiling nix v0.30.1
6522026-05-11T04:05:10.368Z Compiling toml_parser v1.1.2+spec-1.1.0
6532026-05-11T04:05:10.476Z Compiling petgraph v0.8.3
6542026-05-11T04:05:10.700Z Compiling tracing-subscriber v0.3.23
6552026-05-11T04:05:11.690Z Compiling cargo_metadata v0.23.1
6562026-05-11T04:05:12.178Z Compiling sigchld v0.2.4
6572026-05-11T04:05:12.374Z Compiling hyper-rustls v0.27.9
6582026-05-11T04:05:12.388Z Compiling toml v0.8.23
6592026-05-11T04:05:13.040Z Compiling serde-value v0.7.0
6602026-05-11T04:05:13.756Z Compiling serde-untagged v0.1.9
6612026-05-11T04:05:14.086Z Compiling tower-http v0.6.10
6622026-05-11T04:05:14.212Z Compiling derive_more-impl v2.1.1
6632026-05-11T04:05:14.982Z Compiling itertools v0.14.0
6642026-05-11T04:05:15.089Z Compiling regex v1.12.3
6652026-05-11T04:05:15.214Z Compiling crypto-common v0.1.7
6662026-05-11T04:05:15.249Z Compiling block-buffer v0.10.4
6672026-05-11T04:05:15.348Z Compiling ppv-lite86 v0.2.21
6682026-05-11T04:05:15.400Z Compiling futures-executor v0.3.32
6692026-05-11T04:05:15.511Z Compiling rand_core v0.9.5
6702026-05-11T04:05:15.673Z Compiling pin-project-internal v1.1.12
6712026-05-11T04:05:15.761Z Compiling http-body-util v0.1.3
6722026-05-11T04:05:15.927Z Compiling uuid v1.23.1
6732026-05-11T04:05:16.031Z Compiling serde_spanned v1.1.1
6742026-05-11T04:05:16.191Z Compiling smol_str v0.3.6
6752026-05-11T04:05:16.438Z Compiling toml_datetime v1.1.1+spec-1.1.0
6762026-05-11T04:05:16.464Z Compiling filetime v0.2.28
6772026-05-11T04:05:16.495Z Compiling vte v0.14.1
6782026-05-11T04:05:16.537Z Compiling bstr v1.12.1
6792026-05-11T04:05:16.668Z Compiling litrs v1.0.0
6802026-05-11T04:05:16.705Z Compiling tinyvec_macros v0.1.1
6812026-05-11T04:05:16.720Z Compiling static_assertions v1.1.0
6822026-05-11T04:05:16.778Z Compiling colorchoice v1.0.5
6832026-05-11T04:05:16.795Z Compiling color-spantrace v0.3.0
6842026-05-11T04:05:16.857Z Compiling anstyle-query v1.1.5
6852026-05-11T04:05:16.900Z Compiling iana-time-zone v0.1.65
6862026-05-11T04:05:16.927Z Compiling unicase v2.9.0
6872026-05-11T04:05:16.961Z Compiling eyre v0.6.12
6882026-05-11T04:05:17.100Z Compiling nested v0.1.1
6892026-05-11T04:05:17.112Z Compiling xattr v1.6.1
6902026-05-11T04:05:17.197Z Compiling self_update v0.42.0
6912026-05-11T04:05:17.235Z Compiling unicode-xid v0.2.6
6922026-05-11T04:05:17.267Z Compiling is_terminal_polyfill v1.70.2
6932026-05-11T04:05:17.287Z Compiling anstyle v1.0.14
6942026-05-11T04:05:17.339Z Compiling number_prefix v0.4.0
6952026-05-11T04:05:17.399Z Compiling cargo-util-schemas v0.2.0
6962026-05-11T04:05:17.475Z Compiling indicatif v0.17.11
6972026-05-11T04:05:17.488Z Compiling anstream v1.0.0
6982026-05-11T04:05:17.575Z Compiling tar v0.4.45
6992026-05-11T04:05:17.664Z Compiling guppy v0.17.25
7002026-05-11T04:05:17.957Z Compiling document-features v0.2.12
7012026-05-11T04:05:18.551Z Compiling chrono v0.4.44
7022026-05-11T04:05:18.999Z Compiling globset v0.4.18
7032026-05-11T04:05:19.839Z Compiling tinyvec v1.11.0
7042026-05-11T04:05:20.176Z Compiling pin-project v1.1.12
7052026-05-11T04:05:20.250Z Compiling toml v1.1.2+spec-1.1.0
7062026-05-11T04:05:20.265Z Compiling strip-ansi-escapes v0.2.1
7072026-05-11T04:05:20.280Z Compiling nextest-metadata v0.12.2
7082026-05-11T04:05:20.635Z Compiling newtype-uuid v1.3.2
7092026-05-11T04:05:20.776Z Compiling reqwest v0.12.28
7102026-05-11T04:05:20.825Z Compiling rand_chacha v0.9.0
7112026-05-11T04:05:21.384Z Compiling futures v0.3.32
7122026-05-11T04:05:21.472Z Compiling digest v0.10.7
7132026-05-11T04:05:21.702Z Compiling derive_more v2.1.1
7142026-05-11T04:05:21.787Z Compiling flate2 v1.1.9
7152026-05-11T04:05:21.896Z Compiling parking_lot v0.12.5
7162026-05-11T04:05:22.239Z Compiling shared_child v1.1.1
7172026-05-11T04:05:22.335Z Compiling tracing-error v0.2.1
7182026-05-11T04:05:22.808Z Compiling signal-hook-mio v0.2.5
7192026-05-11T04:05:22.925Z Compiling self-replace v1.5.0
7202026-05-11T04:05:22.938Z Compiling cargo-platform v0.2.0
7212026-05-11T04:05:23.217Z Compiling quick-xml v0.37.5
7222026-05-11T04:05:23.448Z Compiling quick-xml v0.38.4
7232026-05-11T04:05:23.505Z Compiling strsim v0.11.1
7242026-05-11T04:05:23.850Z Compiling shell-words v1.1.1
7252026-05-11T04:05:24.105Z Compiling heck v0.5.0
7262026-05-11T04:05:24.330Z Compiling cpufeatures v0.2.17
7272026-05-11T04:05:24.405Z Compiling humantime v2.3.0
7282026-05-11T04:05:24.523Z Compiling recursion v0.5.4
7292026-05-11T04:05:24.665Z Compiling clap_lex v1.1.0
7302026-05-11T04:05:24.736Z Compiling urlencoding v2.1.3
7312026-05-11T04:05:24.984Z Compiling indenter v0.3.4
7322026-05-11T04:05:25.031Z Compiling clap_builder v4.6.0
7332026-05-11T04:05:25.118Z Compiling nextest-filtering v0.15.0
7342026-05-11T04:05:25.429Z Compiling humantime-serde v1.1.1
7352026-05-11T04:05:25.586Z Compiling clap_derive v4.6.1
7362026-05-11T04:05:25.599Z Compiling sha2 v0.10.9
7372026-05-11T04:05:26.791Z Compiling quick-junit v0.5.2
7382026-05-11T04:05:27.349Z Compiling atomicwrites v0.4.4
7392026-05-11T04:05:27.645Z Compiling cargo_metadata v0.20.0
7402026-05-11T04:05:29.025Z Compiling cargo-nextest v0.9.97
7412026-05-11T04:05:29.332Z Compiling crossterm v0.29.0
7422026-05-11T04:05:31.084Z Compiling zstd v0.13.3
7432026-05-11T04:05:31.182Z Compiling duct v0.13.7
7442026-05-11T04:05:31.237Z Compiling async-scoped v0.9.0
7452026-05-11T04:05:31.430Z Compiling rand v0.9.4
7462026-05-11T04:05:31.509Z Compiling config v0.15.22
7472026-05-11T04:05:31.687Z Compiling unicode-normalization v0.1.25
7482026-05-11T04:05:32.180Z Compiling target-spec-miette v0.4.6
7492026-05-11T04:05:32.271Z Compiling future-queue v0.4.0
7502026-05-11T04:05:32.548Z Compiling mukti-metadata v0.3.0
7512026-05-11T04:05:32.551Z Compiling tokio-stream v0.1.18
7522026-05-11T04:05:32.590Z Compiling camino-tempfile v1.4.1
7532026-05-11T04:05:32.741Z Compiling derive-where v1.6.1
7542026-05-11T04:05:32.942Z Compiling serde_path_to_error v0.1.20
7552026-05-11T04:05:33.025Z Compiling serde_ignored v0.1.14
7562026-05-11T04:05:33.039Z Compiling home v0.5.12
7572026-05-11T04:05:33.079Z Compiling swrite v0.1.0
7582026-05-11T04:05:33.187Z Compiling indent_write v2.2.0
7592026-05-11T04:05:33.207Z Compiling hex v0.4.3
7602026-05-11T04:05:33.244Z Compiling xxhash-rust v0.8.15
7612026-05-11T04:05:33.386Z Compiling color-eyre v0.6.5
7622026-05-11T04:05:33.443Z Compiling clap v4.6.1
7632026-05-11T04:05:33.460Z Compiling dialoguer v0.11.0
7642026-05-11T04:05:33.490Z Compiling enable-ansi-support v0.2.1
7652026-05-11T04:05:33.981Z Compiling nextest-runner v0.80.0
7662026-05-11T04:05:52.131Z Finished `release` profile [optimized] target(s) in 1m 10s
7672026-05-11T04:05:52.317Z Installing /home/build/.cargo/bin/cargo-nextest
7682026-05-11T04:05:52.320Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7692026-05-11T04:05:52.438Z+ pushd bgp
7702026-05-11T04:05:52.442Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7712026-05-11T04:05:52.442Z+ pfexec cargo nextest run
7722026-05-11T04:05:52.601Z Updating git repository `https://github.com/oxidecomputer/falcon`
7732026-05-11T04:05:53.178ZFrom https://github.com/oxidecomputer/falcon
7742026-05-11T04:05:53.178Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7752026-05-11T04:05:53.254Z Updating crates.io index
7762026-05-11T04:05:53.289Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7772026-05-11T04:05:54.041ZFrom https://github.com/oxidecomputer/dendrite
7782026-05-11T04:05:54.041Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7792026-05-11T04:05:54.121Z Updating git repository `https://github.com/oxidecomputer/ispf`
7802026-05-11T04:05:54.394ZFrom https://github.com/oxidecomputer/ispf
7812026-05-11T04:05:54.395Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7822026-05-11T04:05:54.400Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7832026-05-11T04:05:54.758ZFrom https://github.com/oxidecomputer/netadm-sys
7842026-05-11T04:05:54.758Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7852026-05-11T04:05:54.766Z Updating git repository `https://github.com/oxidecomputer/omicron`
7862026-05-11T04:06:00.538ZFrom https://github.com/oxidecomputer/omicron
7872026-05-11T04:06:00.538Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7882026-05-11T04:06:00.944Z Updating git repository `https://github.com/oxidecomputer/opte`
7892026-05-11T04:06:01.552ZFrom https://github.com/oxidecomputer/opte
7902026-05-11T04:06:01.552Z * [new ref] bae0440c199b3908c12903a9532854936353433b -> refs/commit/bae0440c199b3908c12903a9532854936353433b
7912026-05-11T04:06:01.582Z Updating git repository `https://github.com/illumos/smf-rs`
7922026-05-11T04:06:01.905ZFrom https://github.com/illumos/smf-rs
7932026-05-11T04:06:01.905Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7942026-05-11T04:06:02.202Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7952026-05-11T04:06:02.603ZFrom https://github.com/oxidecomputer/poptrie
7962026-05-11T04:06:02.603Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7972026-05-11T04:06:02.621Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-05-11T04:06:02.911ZFrom https://github.com/oxidecomputer/network-interface
7992026-05-11T04:06:02.911Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-05-11T04:06:02.918Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-05-11T04:06:03.187ZFrom https://github.com/oxidecomputer/zone
8022026-05-11T04:06:03.187Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-05-11T04:06:03.222Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042026-05-11T04:06:03.822ZFrom https://github.com/oxidecomputer/propolis
8052026-05-11T04:06:03.822Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8062026-05-11T04:06:03.987Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8072026-05-11T04:06:04.501ZFrom https://github.com/oxidecomputer/transceiver-control
8082026-05-11T04:06:04.501Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8092026-05-11T04:06:04.522Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8102026-05-11T04:06:04.804ZFrom https://github.com/oxidecomputer/dlpi-sys
8112026-05-11T04:06:04.804Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8122026-05-11T04:06:04.810Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8132026-05-11T04:06:05.093ZFrom https://github.com/jmesmon/rust-libzfs
8142026-05-11T04:06:05.094Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8152026-05-11T04:06:05.100Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8162026-05-11T04:06:05.380ZFrom https://github.com/oxidecomputer/rusty-doors
8172026-05-11T04:06:05.380Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8182026-05-11T04:06:05.389Z Updating git repository `https://github.com/oxidecomputer/lldp`
8192026-05-11T04:06:05.731ZFrom https://github.com/oxidecomputer/lldp
8202026-05-11T04:06:05.731Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8212026-05-11T04:06:05.942Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8222026-05-11T04:06:06.182ZFrom https://github.com/oxidecomputer/slog-error-chain
8232026-05-11T04:06:06.183Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8242026-05-11T04:06:06.192Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-05-11T04:06:06.500ZFrom https://github.com/oxidecomputer/tufaceous
8262026-05-11T04:06:06.500Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8272026-05-11T04:06:06.530Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-05-11T04:06:06.998ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-05-11T04:06:06.998Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8302026-05-11T04:06:07.096Z Updating git repository `https://github.com/oxidecomputer/crucible`
8312026-05-11T04:06:08.159ZFrom https://github.com/oxidecomputer/crucible
8322026-05-11T04:06:08.159Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8332026-05-11T04:06:08.349Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-05-11T04:06:08.608ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-05-11T04:06:08.608Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-05-11T04:06:08.865Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-05-11T04:06:09.202ZFrom https://github.com/oxidecomputer/propolis
8382026-05-11T04:06:09.202Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8392026-05-11T04:06:09.284Z Updating git repository `https://github.com/oxidecomputer/tofino`
8402026-05-11T04:06:09.573ZFrom https://github.com/oxidecomputer/tofino
8412026-05-11T04:06:09.573Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8422026-05-11T04:06:09.579Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8432026-05-11T04:06:10.073ZFrom https://github.com/oxidecomputer/maghemite
8442026-05-11T04:06:10.073Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8452026-05-11T04:06:10.159Z Updating git repository `https://github.com/oxidecomputer/clickward`
8462026-05-11T04:06:10.414ZFrom https://github.com/oxidecomputer/clickward
8472026-05-11T04:06:10.414Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8482026-05-11T04:06:10.426Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8492026-05-11T04:06:10.702ZFrom https://github.com/oxidecomputer/illumos-devinfo
8502026-05-11T04:06:10.702Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8512026-05-11T04:06:11.028Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-05-11T04:06:11.551ZFrom https://github.com/oxidecomputer/crucible
8532026-05-11T04:06:11.551Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8542026-05-11T04:06:12.459Z Downloading crates ...
8552026-05-11T04:06:12.560Z Downloaded aead v0.5.2
8562026-05-11T04:06:12.563Z Downloaded ciborium-io v0.2.2
8572026-05-11T04:06:12.570Z Downloaded bitflags v2.11.0
8582026-05-11T04:06:12.573Z Downloaded clap_derive v4.6.0
8592026-05-11T04:06:12.576Z Downloaded base16ct v0.2.0
8602026-05-11T04:06:12.576Z Downloaded argon2 v0.5.3
8612026-05-11T04:06:12.580Z Downloaded chacha20 v0.10.0
8622026-05-11T04:06:12.583Z Downloaded async-stream v0.3.6
8632026-05-11T04:06:12.586Z Downloaded ciborium v0.2.2
8642026-05-11T04:06:12.589Z Downloaded base16ct v1.0.0
8652026-05-11T04:06:12.592Z Downloaded arrayref v0.3.9
8662026-05-11T04:06:12.597Z Downloaded async-recursion v1.1.1
8672026-05-11T04:06:12.601Z Downloaded git-stub v1.0.0
8682026-05-11T04:06:12.601Z Downloaded bit-set v0.8.0
8692026-05-11T04:06:12.603Z Downloaded filetime v0.2.27
8702026-05-11T04:06:12.608Z Downloaded async-stream-impl v0.3.6
8712026-05-11T04:06:12.608Z Downloaded bit-vec v0.8.0
8722026-05-11T04:06:12.611Z Downloaded newline-converter v0.3.0
8732026-05-11T04:06:12.611Z Downloaded derive_more v0.99.20
8742026-05-11T04:06:12.614Z Downloaded litemap v0.8.1
8752026-05-11T04:06:12.616Z Downloaded dtrace-parser v0.3.0
8762026-05-11T04:06:12.616Z Downloaded foldhash v0.2.0
8772026-05-11T04:06:12.620Z Downloaded darling_macro v0.21.3
8782026-05-11T04:06:12.620Z Downloaded displaydoc v0.2.5
8792026-05-11T04:06:12.623Z Downloaded internet-checksum v0.2.1
8802026-05-11T04:06:12.623Z Downloaded expectorate v1.2.0
8812026-05-11T04:06:12.626Z Downloaded const-random-macro v0.1.16
8822026-05-11T04:06:12.626Z Downloaded cobs v0.3.0
8832026-05-11T04:06:12.629Z Downloaded crossbeam-utils v0.8.21
8842026-05-11T04:06:12.632Z Downloaded nom v8.0.0
8852026-05-11T04:06:12.634Z Downloaded httpdate v1.0.3
8862026-05-11T04:06:12.637Z Downloaded crunchy v0.2.4
8872026-05-11T04:06:12.637Z Downloaded dyn-clone v1.0.20
8882026-05-11T04:06:12.640Z Downloaded fs_extra v1.3.0
8892026-05-11T04:06:12.640Z Downloaded hubpack_derive v0.1.1
8902026-05-11T04:06:12.643Z Downloaded dunce v1.0.5
8912026-05-11T04:06:12.643Z Downloaded clap v4.6.0
8922026-05-11T04:06:12.651Z Downloaded instant v0.1.13
8932026-05-11T04:06:12.654Z Downloaded iddqd v0.3.17
8942026-05-11T04:06:12.656Z Downloaded fastrand v2.3.0
8952026-05-11T04:06:12.656Z Downloaded defmt-parser v1.0.0
8962026-05-11T04:06:12.659Z Downloaded darling v0.23.0
8972026-05-11T04:06:12.663Z Downloaded hyper-rustls v0.27.7
8982026-05-11T04:06:12.666Z Downloaded defmt v0.3.100
8992026-05-11T04:06:12.666Z Downloaded darling_macro v0.23.0
9002026-05-11T04:06:12.666Z Downloaded convert_case v0.4.0
9012026-05-11T04:06:12.669Z Downloaded glob v0.3.3
9022026-05-11T04:06:12.669Z Downloaded dropshot-api-manager-types v0.7.0
9032026-05-11T04:06:12.673Z Downloaded const-random v0.1.18
9042026-05-11T04:06:12.673Z Downloaded cpufeatures v0.3.0
9052026-05-11T04:06:12.676Z Downloaded ingot-macros v0.1.1
9062026-05-11T04:06:12.676Z Downloaded keccak v0.1.6
9072026-05-11T04:06:12.679Z Downloaded dtrace-parser v0.2.0
9082026-05-11T04:06:12.679Z Downloaded embedded-io v0.6.1
9092026-05-11T04:06:12.682Z Downloaded ident_case v1.0.1
9102026-05-11T04:06:12.682Z Downloaded dof v0.4.0
9112026-05-11T04:06:12.684Z Downloaded cstr-argument v0.1.2
9122026-05-11T04:06:12.684Z Downloaded compression-core v0.4.31
9132026-05-11T04:06:12.690Z Downloaded crc8 v0.1.1
9142026-05-11T04:06:12.693Z Downloaded num-conv v0.2.1
9152026-05-11T04:06:12.693Z Downloaded hash32 v0.3.1
9162026-05-11T04:06:12.696Z Downloaded dof v0.3.0
9172026-05-11T04:06:12.696Z Downloaded crucible-workspace-hack v0.1.0
9182026-05-11T04:06:12.699Z Downloaded no-std-compat v0.4.1
9192026-05-11T04:06:12.699Z Downloaded num-iter v0.1.45
9202026-05-11T04:06:12.699Z Downloaded num-derive v0.3.3
9212026-05-11T04:06:12.703Z Downloaded hubpack v0.1.2
9222026-05-11T04:06:12.703Z Downloaded libscf-sys v1.1.0
9232026-05-11T04:06:12.706Z Downloaded foreign-types-shared v0.3.1
9242026-05-11T04:06:12.706Z Downloaded foreign-types-macros v0.2.3
9252026-05-11T04:06:12.706Z Downloaded num_enum_derive v0.5.11
9262026-05-11T04:06:12.709Z Downloaded num v0.4.3
9272026-05-11T04:06:12.709Z Downloaded data-encoding v2.10.0
9282026-05-11T04:06:12.709Z Downloaded newtype-uuid-macros v0.1.0
9292026-05-11T04:06:12.712Z Downloaded idna_adapter v1.2.1
9302026-05-11T04:06:12.712Z Downloaded is-terminal v0.4.17
9312026-05-11T04:06:12.715Z Downloaded inout v0.1.4
9322026-05-11T04:06:12.715Z Downloaded num_threads v0.1.7
9332026-05-11T04:06:12.715Z Downloaded daft v0.1.5
9342026-05-11T04:06:12.718Z Downloaded crossbeam-deque v0.8.6
9352026-05-11T04:06:12.722Z Downloaded ipnetwork v0.21.1
9362026-05-11T04:06:12.722Z Downloaded paste v1.0.15
9372026-05-11T04:06:12.725Z Downloaded olpc-cjson v0.1.4
9382026-05-11T04:06:12.725Z Downloaded num-derive v0.4.2
9392026-05-11T04:06:12.725Z Downloaded libsw-core v0.3.2
9402026-05-11T04:06:12.728Z Downloaded cipher v0.4.4
9412026-05-11T04:06:12.728Z Downloaded parse-display v0.10.0
9422026-05-11T04:06:12.731Z Downloaded memoffset v0.9.1
9432026-05-11T04:06:12.731Z Downloaded newtype_derive v0.1.6
9442026-05-11T04:06:12.735Z Downloaded hostname v0.3.1
9452026-05-11T04:06:12.735Z Downloaded match_cfg v0.1.0
9462026-05-11T04:06:12.735Z Downloaded macaddr v1.0.1
9472026-05-11T04:06:12.738Z Downloaded constant_time_eq v0.4.2
9482026-05-11T04:06:12.738Z Downloaded linked-hash-map v0.5.6
9492026-05-11T04:06:12.741Z Downloaded float-ord v0.3.2
9502026-05-11T04:06:12.741Z Downloaded backoff v0.4.0
9512026-05-11T04:06:12.741Z Downloaded critical-section v1.2.0
9522026-05-11T04:06:12.745Z Downloaded deranged v0.5.8
9532026-05-11T04:06:12.745Z Downloaded arrayvec v0.7.6
9542026-05-11T04:06:12.748Z Downloaded enum-as-inner v0.6.1
9552026-05-11T04:06:12.748Z Downloaded defmt-macros v1.0.1
9562026-05-11T04:06:12.751Z Downloaded derive-ex v0.1.8
9572026-05-11T04:06:12.751Z Downloaded byteorder v1.5.0
9582026-05-11T04:06:12.754Z Downloaded bcs v0.1.6
9592026-05-11T04:06:12.754Z Downloaded gethostname v0.5.0
9602026-05-11T04:06:12.759Z Downloaded daft-derive v0.1.5
9612026-05-11T04:06:12.759Z Downloaded memmap v0.7.0
9622026-05-11T04:06:12.763Z Downloaded plain v0.2.3
9632026-05-11T04:06:12.763Z Downloaded byte-wrapper v0.1.0
9642026-05-11T04:06:12.763Z Downloaded libsw v3.5.0
9652026-05-11T04:06:12.767Z Downloaded csv-core v0.1.13
9662026-05-11T04:06:12.767Z Downloaded proc-macro-crate v1.3.1
9672026-05-11T04:06:12.767Z Downloaded proc-macro-crate v3.5.0
9682026-05-11T04:06:12.770Z Downloaded managed v0.8.0
9692026-05-11T04:06:12.770Z Downloaded diff v0.1.13
9702026-05-11T04:06:12.773Z Downloaded fixedbitset v0.4.2
9712026-05-11T04:06:12.773Z Downloaded blake2 v0.10.6
9722026-05-11T04:06:12.776Z Downloaded darling v0.21.3
9732026-05-11T04:06:12.781Z Downloaded proc-macro-error-attr2 v2.0.0
9742026-05-11T04:06:12.781Z Downloaded mime v0.3.17
9752026-05-11T04:06:12.781Z Downloaded progenitor-client v0.10.0
9762026-05-11T04:06:12.783Z Downloaded oxide-tokio-rt v0.1.4
9772026-05-11T04:06:12.783Z Downloaded oxnet v0.1.4
9782026-05-11T04:06:12.783Z Downloaded num_enum_derive v0.7.6
9792026-05-11T04:06:12.786Z Downloaded num-complex v0.4.6
9802026-05-11T04:06:12.787Z Downloaded parking_lot_core v0.8.6
9812026-05-11T04:06:12.789Z Downloaded phf v0.12.1
9822026-05-11T04:06:12.789Z Downloaded password-hash v0.5.0
9832026-05-11T04:06:12.792Z Downloaded opaque-debug v0.3.1
9842026-05-11T04:06:12.792Z Downloaded pin-project-internal v1.1.11
9852026-05-11T04:06:12.792Z Downloaded lru-cache v0.1.2
9862026-05-11T04:06:12.795Z Downloaded progenitor-client v0.11.2
9872026-05-11T04:06:12.795Z Downloaded rand_chacha v0.3.1
9882026-05-11T04:06:12.795Z Downloaded progenitor-macro v0.13.0
9892026-05-11T04:06:12.798Z Downloaded progenitor-macro v0.11.2
9902026-05-11T04:06:12.798Z Downloaded omicron-workspace-hack v0.1.0
9912026-05-11T04:06:12.798Z Downloaded proc-macro-error-attr v1.0.4
9922026-05-11T04:06:12.801Z Downloaded parse-display-derive v0.10.0
9932026-05-11T04:06:12.801Z Downloaded ref-cast-impl v1.0.25
9942026-05-11T04:06:12.801Z Downloaded rand_xorshift v0.4.0
9952026-05-11T04:06:12.804Z Downloaded indexmap v1.9.3
9962026-05-11T04:06:12.804Z Downloaded hmac v0.12.1
9972026-05-11T04:06:12.807Z Downloaded group v0.13.0
9982026-05-11T04:06:12.807Z Downloaded natord v1.0.9
9992026-05-11T04:06:12.810Z Downloaded ingot-types v0.1.2
10002026-05-11T04:06:12.810Z Downloaded colored v3.1.1
10012026-05-11T04:06:12.812Z Downloaded console v0.16.3
10022026-05-11T04:06:12.812Z Downloaded cookie v0.18.1
10032026-05-11T04:06:12.815Z Downloaded cargo_toml v0.22.3
10042026-05-11T04:06:12.815Z Downloaded hostname v0.4.2
10052026-05-11T04:06:12.820Z Downloaded num_enum v0.7.6
10062026-05-11T04:06:12.823Z Downloaded pem v3.0.6
10072026-05-11T04:06:12.823Z Downloaded git-stub-vcs v0.1.0
10082026-05-11T04:06:12.823Z Downloaded fxhash v0.2.1
10092026-05-11T04:06:12.826Z Downloaded bitflags v1.3.2
10102026-05-11T04:06:12.826Z Downloaded rustc_version v0.1.7
10112026-05-11T04:06:12.826Z Downloaded potential_utf v0.1.4
10122026-05-11T04:06:12.829Z Downloaded pkg-config v0.3.32
10132026-05-11T04:06:12.829Z Downloaded crossbeam-epoch v0.9.18
10142026-05-11T04:06:12.832Z Downloaded compression-codecs v0.4.37
10152026-05-11T04:06:12.835Z Downloaded anyhow v1.0.102
10162026-05-11T04:06:12.835Z Downloaded cc v1.2.58
10172026-05-11T04:06:12.837Z Downloaded progenitor-macro v0.14.0
10182026-05-11T04:06:12.837Z Downloaded num_enum v0.5.11
10192026-05-11T04:06:12.840Z Downloaded serde-big-array v0.5.1
10202026-05-11T04:06:12.843Z Downloaded secrecy v0.10.3
10212026-05-11T04:06:12.843Z Downloaded scroll_derive v0.13.1
10222026-05-11T04:06:12.846Z Downloaded scroll_derive v0.12.1
10232026-05-11T04:06:12.846Z Downloaded progenitor-macro v0.10.0
10242026-05-11T04:06:12.846Z Downloaded omicron-zone-package v0.12.2
10252026-05-11T04:06:12.849Z Downloaded progenitor v0.14.0
10262026-05-11T04:06:12.849Z Downloaded progenitor-extras v0.1.1
10272026-05-11T04:06:12.851Z Downloaded progenitor-client v0.13.0
10282026-05-11T04:06:12.851Z Downloaded pest_derive v2.8.6
10292026-05-11T04:06:12.855Z Downloaded resolv-conf v0.7.6
10302026-05-11T04:06:12.858Z Downloaded fs-err v3.3.0
10312026-05-11T04:06:12.858Z Downloaded progenitor v0.10.0
10322026-05-11T04:06:12.861Z Downloaded ff v0.13.1
10332026-05-11T04:06:12.861Z Downloaded serde_spanned v1.1.0
10342026-05-11T04:06:12.863Z Downloaded multer v3.1.0
10352026-05-11T04:06:12.864Z Downloaded siphasher v1.0.2
10362026-05-11T04:06:12.866Z Downloaded sigpipe v0.1.3
10372026-05-11T04:06:12.866Z Downloaded sha1 v0.10.6
10382026-05-11T04:06:12.866Z Downloaded highway v1.3.0
10392026-05-11T04:06:12.869Z Downloaded heck v0.4.1
10402026-05-11T04:06:12.869Z Downloaded serde_plain v1.0.2
10412026-05-11T04:06:12.872Z Downloaded dropshot_endpoint v0.17.0
10422026-05-11T04:06:12.872Z Downloaded backon v1.6.0
10432026-05-11T04:06:12.875Z Downloaded semver v0.1.20
10442026-05-11T04:06:12.875Z Downloaded erased-serde v0.3.31
10452026-05-11T04:06:12.878Z Downloaded num-rational v0.4.2
10462026-05-11T04:06:12.878Z Downloaded dropshot_endpoint v0.16.7
10472026-05-11T04:06:12.880Z Downloaded ref-cast v1.0.25
10482026-05-11T04:06:12.883Z Downloaded same-file v1.0.6
10492026-05-11T04:06:12.883Z Downloaded num-integer v0.1.46
10502026-05-11T04:06:12.883Z Downloaded cancel-safe-futures v0.1.5
10512026-05-11T04:06:12.886Z Downloaded bytecount v0.6.9
10522026-05-11T04:06:12.889Z Downloaded slog-envlogger v2.2.0
10532026-05-11T04:06:12.889Z Downloaded pretty-hex v0.4.2
10542026-05-11T04:06:12.889Z Downloaded icu_normalizer v2.1.1
10552026-05-11T04:06:12.892Z Downloaded proc-macro-error v1.0.4
10562026-05-11T04:06:12.895Z Downloaded slog-bunyan v2.5.0
10572026-05-11T04:06:12.895Z Downloaded poly1305 v0.8.0
10582026-05-11T04:06:12.898Z Downloaded progenitor v0.13.0
10592026-05-11T04:06:12.898Z Downloaded progenitor v0.11.2
10602026-05-11T04:06:12.898Z Downloaded serde_repr v0.1.20
10612026-05-11T04:06:12.901Z Downloaded tabled_derive v0.7.0
10622026-05-11T04:06:12.901Z Downloaded strum v0.27.2
10632026-05-11T04:06:12.901Z Downloaded strum v0.26.3
10642026-05-11T04:06:12.904Z Downloaded serial_test_derive v3.4.0
10652026-05-11T04:06:12.904Z Downloaded tabled_derive v0.11.0
10662026-05-11T04:06:12.904Z Downloaded serial_test v3.4.0
10672026-05-11T04:06:12.907Z Downloaded take_mut v0.2.2
10682026-05-11T04:06:12.907Z Downloaded structmeta-derive v0.3.0
10692026-05-11T04:06:12.907Z Downloaded testing_table v0.3.0
10702026-05-11T04:06:12.907Z Downloaded stable_deref_trait v1.2.1
10712026-05-11T04:06:12.910Z Downloaded schemars_derive v0.8.22
10722026-05-11T04:06:12.910Z Downloaded proc-macro-error2 v2.0.1
10732026-05-11T04:06:12.913Z Downloaded sdd v3.0.10
10742026-05-11T04:06:12.913Z Downloaded papergrid v0.11.0
10752026-05-11T04:06:12.915Z Downloaded progenitor-client v0.14.0
10762026-05-11T04:06:12.916Z Downloaded papergrid v0.17.0
10772026-05-11T04:06:12.918Z Downloaded linear-map v1.2.0
10782026-05-11T04:06:12.922Z Downloaded rusty-fork v0.3.1
10792026-05-11T04:06:12.922Z Downloaded tagptr v0.2.0
10802026-05-11T04:06:12.922Z Downloaded rustversion v1.0.22
10812026-05-11T04:06:12.925Z Downloaded time-core v0.1.8
10822026-05-11T04:06:12.925Z Downloaded thiserror-impl-no-std v2.0.2
10832026-05-11T04:06:12.925Z Downloaded rustls-native-certs v0.8.3
10842026-05-11T04:06:12.928Z Downloaded thread-id v5.1.0
10852026-05-11T04:06:12.928Z Downloaded pest_generator v2.8.6
10862026-05-11T04:06:12.932Z Downloaded const_format v0.2.35
10872026-05-11T04:06:12.935Z Downloaded chacha20poly1305 v0.10.1
10882026-05-11T04:06:12.935Z Downloaded allocator-api2 v0.2.21
10892026-05-11T04:06:12.935Z Downloaded quick-error v1.2.3
10902026-05-11T04:06:12.935Z Downloaded powerfmt v0.2.0
10912026-05-11T04:06:12.938Z Downloaded ingot v0.1.1
10922026-05-11T04:06:12.938Z Downloaded icu_locale_core v2.1.1
10932026-05-11T04:06:12.941Z Downloaded drift v0.1.3
10942026-05-11T04:06:12.944Z Downloaded structmeta v0.3.0
10952026-05-11T04:06:12.944Z Downloaded arc-swap v1.9.0
10962026-05-11T04:06:12.947Z Downloaded spin v0.5.2
10972026-05-11T04:06:12.947Z Downloaded darling_core v0.21.3
10982026-05-11T04:06:12.951Z Downloaded smawk v0.3.2
10992026-05-11T04:06:12.954Z Downloaded smartstring v1.0.1
11002026-05-11T04:06:12.954Z Downloaded slog-stdlog v4.1.1
11012026-05-11T04:06:12.954Z Downloaded slog-json v2.6.1
11022026-05-11T04:06:12.954Z Downloaded slog-dtrace v0.3.0
11032026-05-11T04:06:12.958Z Downloaded darling_core v0.23.0
11042026-05-11T04:06:12.961Z Downloaded snafu-derive v0.8.9
11052026-05-11T04:06:12.961Z Downloaded slog-term v2.9.2
11062026-05-11T04:06:12.961Z Downloaded rand_core v0.10.0
11072026-05-11T04:06:12.964Z Downloaded cmake v0.1.58
11082026-05-11T04:06:12.964Z Downloaded defmt v1.0.1
11092026-05-11T04:06:12.967Z Downloaded thread-id v4.2.2
11102026-05-11T04:06:12.967Z Downloaded tabwriter v1.4.1
11112026-05-11T04:06:12.967Z Downloaded icu_collections v2.1.1
11122026-05-11T04:06:12.970Z Downloaded unit-prefix v0.5.2
11132026-05-11T04:06:12.973Z Downloaded unarray v0.1.4
11142026-05-11T04:06:12.973Z Downloaded typify-macro v0.6.2
11152026-05-11T04:06:12.973Z Downloaded topological-sort v0.2.2
11162026-05-11T04:06:12.973Z Downloaded memmap2 v0.9.10
11172026-05-11T04:06:12.976Z Downloaded termtree v0.5.1
11182026-05-11T04:06:12.976Z Downloaded half v2.7.1
11192026-05-11T04:06:12.979Z Downloaded const_format_proc_macros v0.2.34
11202026-05-11T04:06:12.979Z Downloaded phf_shared v0.12.1
11212026-05-11T04:06:12.979Z Downloaded parking_lot v0.11.2
11222026-05-11T04:06:12.982Z Downloaded chacha20 v0.9.1
11232026-05-11T04:06:12.982Z Downloaded async-trait v0.1.89
11242026-05-11T04:06:12.986Z Downloaded foreign-types v0.5.0
11252026-05-11T04:06:12.986Z Downloaded progenitor-impl v0.11.2
11262026-05-11T04:06:12.986Z Downloaded pest_meta v2.8.6
11272026-05-11T04:06:12.989Z Downloaded postcard v1.1.3
11282026-05-11T04:06:12.989Z Downloaded embedded-io v0.4.0
11292026-05-11T04:06:12.989Z Downloaded scroll v0.13.0
11302026-05-11T04:06:12.992Z Downloaded ciborium-ll v0.2.2
11312026-05-11T04:06:12.992Z Downloaded serde_derive_internals v0.29.1
11322026-05-11T04:06:12.995Z Downloaded universal-hash v0.5.1
11332026-05-11T04:06:12.995Z Downloaded usdt-macro v0.5.0
11342026-05-11T04:06:12.995Z Downloaded elliptic-curve v0.13.8
11352026-05-11T04:06:12.998Z Downloaded time-macros v0.2.27
11362026-05-11T04:06:12.998Z Downloaded rhai_codegen v3.1.0
11372026-05-11T04:06:13.001Z Downloaded untrusted v0.7.1
11382026-05-11T04:06:13.004Z Downloaded base64 v0.21.7
11392026-05-11T04:06:13.004Z Downloaded serde_tokenstream v0.2.3
11402026-05-11T04:06:13.007Z Downloaded crypto-bigint v0.5.5
11412026-05-11T04:06:13.010Z Downloaded waitgroup v0.1.2
11422026-05-11T04:06:13.010Z Downloaded wait-timeout v0.2.1
11432026-05-11T04:06:13.010Z Downloaded usdt-attr-macro v0.5.0
11442026-05-11T04:06:13.013Z Downloaded usdt v0.5.0
11452026-05-11T04:06:13.013Z Downloaded yoke-derive v0.8.1
11462026-05-11T04:06:13.013Z Downloaded icu_provider v2.1.1
11472026-05-11T04:06:13.016Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-05-11T04:06:13.016Z Downloaded usdt-attr-macro v0.6.0
11492026-05-11T04:06:13.016Z Downloaded tokio-dtrace v0.1.1
11502026-05-11T04:06:13.016Z Downloaded crossbeam-channel v0.5.15
11512026-05-11T04:06:13.021Z Downloaded zerofrom-derive v0.1.6
11522026-05-11T04:06:13.023Z Downloaded zerofrom v0.1.6
11532026-05-11T04:06:13.023Z Downloaded zeroize_derive v1.4.3
11542026-05-11T04:06:13.028Z Downloaded scroll v0.12.0
11552026-05-11T04:06:13.031Z Downloaded tokio-rustls v0.25.0
11562026-05-11T04:06:13.033Z Downloaded typify-macro v0.4.3
11572026-05-11T04:06:13.034Z Downloaded toml_writer v1.1.0+spec-1.1.0
11582026-05-11T04:06:13.034Z Downloaded smf v0.2.3
11592026-05-11T04:06:13.036Z Downloaded slog-scope v4.4.1
11602026-05-11T04:06:13.037Z Downloaded slog-async v2.8.0
11612026-05-11T04:06:13.037Z Downloaded tokio-tungstenite v0.21.0
11622026-05-11T04:06:13.039Z Downloaded strum_macros v0.26.4
11632026-05-11T04:06:13.039Z Downloaded zone_cfg_derive v0.3.1
11642026-05-11T04:06:13.042Z Downloaded usdt v0.6.0
11652026-05-11T04:06:13.042Z Downloaded schemars v0.8.22
11662026-05-11T04:06:13.047Z Downloaded utf-8 v0.7.6
11672026-05-11T04:06:13.050Z Downloaded usdt-macro v0.6.0
11682026-05-11T04:06:13.050Z Downloaded synstructure v0.13.2
11692026-05-11T04:06:13.050Z Downloaded icu_properties v2.1.2
11702026-05-11T04:06:13.053Z Downloaded pin-project v1.1.11
11712026-05-11T04:06:13.057Z Downloaded thin-vec v0.2.14
11722026-05-11T04:06:13.060Z Downloaded serde_with_macros v3.18.0
11732026-05-11T04:06:13.060Z Downloaded zone v0.3.1
11742026-05-11T04:06:13.063Z Downloaded icu_normalizer_data v2.1.1
11752026-05-11T04:06:13.070Z Downloaded tiny-keccak v2.0.2
11762026-05-11T04:06:13.070Z Downloaded async-compression v0.4.41
11772026-05-11T04:06:13.070Z Downloaded dropshot-api-manager v0.7.0
11782026-05-11T04:06:13.070Z Downloaded yoke v0.8.1
11792026-05-11T04:06:13.073Z Downloaded tinystr v0.8.2
11802026-05-11T04:06:13.074Z Downloaded thiserror-no-std v2.0.2
11812026-05-11T04:06:13.077Z Downloaded rustls-pki-types v1.14.0
11822026-05-11T04:06:13.078Z Downloaded writeable v0.6.2
11832026-05-11T04:06:13.080Z Downloaded similar v2.7.0
11842026-05-11T04:06:13.080Z Downloaded rustls-pemfile v2.2.0
11852026-05-11T04:06:13.086Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11862026-05-11T04:06:13.088Z Downloaded vsss-rs v3.3.4
11872026-05-11T04:06:13.088Z Downloaded toml_parser v1.1.0+spec-1.1.0
11882026-05-11T04:06:13.098Z Downloaded schemars v0.9.0
11892026-05-11T04:06:13.098Z Downloaded spin v0.9.8
11902026-05-11T04:06:13.098Z Downloaded ucd-trie v0.1.7
11912026-05-11T04:06:13.105Z Downloaded rand v0.8.5
11922026-05-11T04:06:13.108Z Downloaded openssl-sys v0.9.112
11932026-05-11T04:06:13.111Z Downloaded test-strategy v0.4.5
11942026-05-11T04:06:13.114Z Downloaded serde_yaml v0.9.34+deprecated
11952026-05-11T04:06:13.114Z Downloaded progenitor-impl v0.14.0
11962026-05-11T04:06:13.116Z Downloaded toml v0.7.8
11972026-05-11T04:06:13.116Z Downloaded heapless v0.8.0
11982026-05-11T04:06:13.120Z Downloaded progenitor-impl v0.10.0
11992026-05-11T04:06:13.122Z Downloaded whoami v1.6.1
12002026-05-11T04:06:13.122Z Downloaded toml v0.9.12+spec-1.1.0
12012026-05-11T04:06:13.125Z Downloaded strum_macros v0.27.2
12022026-05-11T04:06:13.128Z Downloaded toml v1.1.0+spec-1.1.0
12032026-05-11T04:06:13.131Z Downloaded zerovec-derive v0.11.2
12042026-05-11T04:06:13.131Z Downloaded usdt-impl v0.6.0
12052026-05-11T04:06:13.134Z Downloaded typify v0.4.3
12062026-05-11T04:06:13.138Z Downloaded schemars v1.2.1
12072026-05-11T04:06:13.143Z Downloaded xz2 v0.1.7
12082026-05-11T04:06:13.145Z Downloaded walkdir v2.5.0
12092026-05-11T04:06:13.146Z Downloaded rustls-platform-verifier v0.6.2
12102026-05-11T04:06:13.148Z Downloaded term v1.2.1
12112026-05-11T04:06:13.151Z Downloaded rand v0.9.2
12122026-05-11T04:06:13.151Z Downloaded itertools v0.12.1
12132026-05-11T04:06:13.155Z Downloaded prettyplease v0.2.37
12142026-05-11T04:06:13.158Z Downloaded pretty_assertions v1.4.1
12152026-05-11T04:06:13.160Z Downloaded toml_edit v0.25.8+spec-1.1.0
12162026-05-11T04:06:13.171Z Downloaded hickory-resolver v0.24.4
12172026-05-11T04:06:13.175Z Downloaded rand v0.10.1
12182026-05-11T04:06:13.178Z Downloaded hickory-resolver v0.25.2
12192026-05-11T04:06:13.182Z Downloaded uuid v1.23.0
12202026-05-11T04:06:13.186Z Downloaded progenitor-impl v0.13.0
12212026-05-11T04:06:13.191Z Downloaded typenum v1.19.0
12222026-05-11T04:06:13.194Z Downloaded usdt-impl v0.5.0
12232026-05-11T04:06:13.197Z Downloaded libm v0.2.16
12242026-05-11T04:06:13.200Z Downloaded rayon-core v1.13.0
12252026-05-11T04:06:13.203Z Downloaded pest v2.8.6
12262026-05-11T04:06:13.206Z Downloaded minimal-lexical v0.2.1
12272026-05-11T04:06:13.209Z Downloaded zerocopy-derive v0.7.35
12282026-05-11T04:06:13.212Z Downloaded toml_edit v0.19.15
12292026-05-11T04:06:13.219Z Downloaded zerocopy-derive v0.8.48
12302026-05-11T04:06:13.224Z Downloaded typify v0.6.2
12312026-05-11T04:06:13.226Z Downloaded slog v2.8.2
12322026-05-11T04:06:13.229Z Downloaded typed-path v0.9.3
12332026-05-11T04:06:13.232Z Downloaded unsafe-libyaml v0.2.11
12342026-05-11T04:06:13.235Z Downloaded indicatif v0.18.4
12352026-05-11T04:06:13.245Z Downloaded qorb v0.4.1
12362026-05-11T04:06:13.250Z Downloaded snafu v0.8.9
12372026-05-11T04:06:13.255Z Downloaded jiff-static v0.2.23
12382026-05-11T04:06:13.258Z Downloaded rustls-webpki v0.103.10
12392026-05-11T04:06:13.274Z Downloaded h2 v0.4.13
12402026-05-11T04:06:13.278Z Downloaded tungstenite v0.21.0
12412026-05-11T04:06:13.283Z Downloaded hashbrown v0.12.3
12422026-05-11T04:06:13.288Z Downloaded steno v0.4.1
12432026-05-11T04:06:13.291Z Downloaded nom v7.1.3
12442026-05-11T04:06:13.305Z Downloaded blake3 v1.8.4
12452026-05-11T04:06:13.312Z Downloaded zerovec v0.11.5
12462026-05-11T04:06:13.315Z Downloaded yansi v1.0.1
12472026-05-11T04:06:13.318Z Downloaded iri-string v0.7.12
12482026-05-11T04:06:13.321Z Downloaded serde_with v3.18.0
12492026-05-11T04:06:13.328Z Downloaded zerotrie v0.2.3
12502026-05-11T04:06:13.331Z Downloaded aws-lc-rs v1.16.2
12512026-05-11T04:06:13.336Z Downloaded zerocopy v0.7.35
12522026-05-11T04:06:13.349Z Downloaded winnow v0.5.40
12532026-05-11T04:06:13.354Z Downloaded icu_properties_data v2.1.2
12542026-05-11T04:06:13.361Z Downloaded winnow v1.0.1
12552026-05-11T04:06:13.370Z Downloaded tabled v0.15.0
12562026-05-11T04:06:13.380Z Downloaded hashbrown v0.16.1
12572026-05-11T04:06:13.389Z Downloaded tabled v0.20.0
12582026-05-11T04:06:13.399Z Downloaded scc v2.4.0
12592026-05-11T04:06:13.402Z Downloaded time v0.3.47
12602026-05-11T04:06:13.410Z Downloaded syn v1.0.109
12612026-05-11T04:06:13.416Z Downloaded hkdf v0.12.4
12622026-05-11T04:06:13.419Z Downloaded hashbrown v0.17.0
12632026-05-11T04:06:13.427Z Downloaded reqwest v0.13.2
12642026-05-11T04:06:13.430Z Downloaded webpki-roots v1.0.6
12652026-05-11T04:06:13.430Z Downloaded tower-http v0.6.8
12662026-05-11T04:06:13.434Z Downloaded openssl v0.10.76
12672026-05-11T04:06:13.440Z Downloaded goblin v0.8.2
12682026-05-11T04:06:13.443Z Downloaded rayon v1.11.0
12692026-05-11T04:06:13.448Z Downloaded tough v0.20.0
12702026-05-11T04:06:13.462Z Downloaded dropshot v0.16.7
12712026-05-11T04:06:13.474Z Downloaded openapiv3 v2.2.0
12722026-05-11T04:06:13.480Z Downloaded regress v0.11.1
12732026-05-11T04:06:13.485Z Downloaded regress v0.10.5
12742026-05-11T04:06:13.491Z Downloaded dropshot v0.17.0
12752026-05-11T04:06:13.503Z Downloaded rustls-webpki v0.102.8
12762026-05-11T04:06:13.517Z Downloaded chrono-tz v0.10.4
12772026-05-11T04:06:13.523Z Downloaded proptest v1.11.0
12782026-05-11T04:06:13.529Z Downloaded moka v0.12.15
12792026-05-11T04:06:13.534Z Downloaded goblin v0.10.5
12802026-05-11T04:06:13.539Z Downloaded sled v0.34.7
12812026-05-11T04:06:13.604Z Downloaded nix v0.31.2
12822026-05-11T04:06:13.613Z Downloaded rhai v1.24.0
12832026-05-11T04:06:13.620Z Downloaded smoltcp v0.11.0
12842026-05-11T04:06:13.628Z Downloaded sha3 v0.10.8
12852026-05-11T04:06:13.632Z Downloaded csv v1.4.0
12862026-05-11T04:06:13.641Z Downloaded tokio v1.52.1
12872026-05-11T04:06:13.664Z Downloaded rustls v0.23.37
12882026-05-11T04:06:13.670Z Downloaded hickory-proto v0.24.4
12892026-05-11T04:06:13.678Z Downloaded rustls v0.22.4
12902026-05-11T04:06:13.686Z Downloaded hickory-proto v0.25.2
12912026-05-11T04:06:13.706Z Downloaded typify-impl v0.6.2
12922026-05-11T04:06:13.715Z Downloaded typify-impl v0.4.3
12932026-05-11T04:06:13.786Z Downloaded petgraph v0.6.5
12942026-05-11T04:06:13.796Z Downloaded lzma-sys v0.1.20
12952026-05-11T04:06:13.813Z Downloaded jiff v0.2.23
12962026-05-11T04:06:13.850Z Downloaded encoding_rs v0.8.35
12972026-05-11T04:06:14.253Z Downloaded aws-lc-sys v0.39.1
12982026-05-11T04:06:15.144Z Compiling proc-macro2 v1.0.106
12992026-05-11T04:06:15.144Z Compiling unicode-ident v1.0.24
13002026-05-11T04:06:15.144Z Compiling quote v1.0.45
13012026-05-11T04:06:15.144Z Compiling serde_core v1.0.228
13022026-05-11T04:06:15.144Z Compiling cfg-if v1.0.4
13032026-05-11T04:06:15.144Z Compiling serde v1.0.228
13042026-05-11T04:06:15.147Z Compiling libc v0.2.186
13052026-05-11T04:06:15.147Z Compiling memchr v2.8.0
13062026-05-11T04:06:15.338Z Compiling itoa v1.0.18
13072026-05-11T04:06:15.516Z Compiling zmij v1.0.21
13082026-05-11T04:06:15.544Z Compiling autocfg v1.5.0
13092026-05-11T04:06:15.572Z Compiling libm v0.2.16
13102026-05-11T04:06:15.871Z Compiling version_check v0.9.5
13112026-05-11T04:06:15.913Z Compiling stable_deref_trait v1.2.1
13122026-05-11T04:06:15.988Z Compiling pin-project-lite v0.2.17
13132026-05-11T04:06:15.997Z Compiling litemap v0.8.1
13142026-05-11T04:06:16.074Z Compiling writeable v0.6.2
13152026-05-11T04:06:16.097Z Compiling icu_normalizer_data v2.1.1
13162026-05-11T04:06:16.102Z Compiling icu_properties_data v2.1.2
13172026-05-11T04:06:16.134Z Compiling percent-encoding v2.3.2
13182026-05-11T04:06:16.257Z Compiling equivalent v1.0.2
13192026-05-11T04:06:16.331Z Compiling parking_lot_core v0.9.12
13202026-05-11T04:06:16.343Z Compiling syn v2.0.117
13212026-05-11T04:06:16.381Z Compiling iana-time-zone v0.1.65
13222026-05-11T04:06:16.447Z Compiling scopeguard v1.2.0
13232026-05-11T04:06:16.455Z Compiling form_urlencoded v1.2.2
13242026-05-11T04:06:16.545Z Compiling utf8_iter v1.0.4
13252026-05-11T04:06:16.585Z Compiling lock_api v0.4.14
13262026-05-11T04:06:16.595Z Compiling serde_json v1.0.149
13272026-05-11T04:06:16.605Z Compiling dyn-clone v1.0.20
13282026-05-11T04:06:16.652Z Compiling num-traits v0.2.19
13292026-05-11T04:06:16.682Z Compiling log v0.4.29
13302026-05-11T04:06:16.738Z Compiling jobserver v0.1.34
13312026-05-11T04:06:16.805Z Compiling shlex v1.3.0
13322026-05-11T04:06:16.830Z Compiling find-msvc-tools v0.1.9
13332026-05-11T04:06:16.859Z Compiling zerocopy v0.8.48
13342026-05-11T04:06:16.984Z Compiling cc v1.2.58
13352026-05-11T04:06:17.051Z Compiling futures-core v0.3.32
13362026-05-11T04:06:17.062Z Compiling errno v0.3.14
13372026-05-11T04:06:17.073Z Compiling thiserror v2.0.18
13382026-05-11T04:06:17.200Z Compiling rand_core v0.10.0
13392026-05-11T04:06:17.209Z Compiling hashbrown v0.17.0
13402026-05-11T04:06:17.270Z Compiling semver v1.0.28
13412026-05-11T04:06:17.439Z Compiling getrandom v0.4.2
13422026-05-11T04:06:17.650Z Compiling futures-sink v0.3.32
13432026-05-11T04:06:17.670Z Compiling heck v0.5.0
13442026-05-11T04:06:17.709Z Compiling indexmap v2.14.0
13452026-05-11T04:06:17.779Z Compiling slab v0.4.12
13462026-05-11T04:06:17.924Z Compiling fnv v1.0.7
13472026-05-11T04:06:17.927Z Compiling uuid v1.23.0
13482026-05-11T04:06:17.949Z Compiling futures-channel v0.3.32
13492026-05-11T04:06:18.015Z Compiling portable-atomic v1.13.1
13502026-05-11T04:06:18.240Z Compiling futures-task v0.3.32
13512026-05-11T04:06:18.331Z Compiling futures-io v0.3.32
13522026-05-11T04:06:18.399Z Compiling rustversion v1.0.22
13532026-05-11T04:06:18.402Z Compiling schemars v0.8.22
13542026-05-11T04:06:18.420Z Compiling typenum v1.19.0
13552026-05-11T04:06:18.519Z Compiling socket2 v0.6.3
13562026-05-11T04:06:18.636Z Compiling getrandom v0.2.17
13572026-05-11T04:06:18.663Z Compiling critical-section v1.2.0
13582026-05-11T04:06:18.774Z Compiling signal-hook-registry v1.4.8
13592026-05-11T04:06:18.823Z Compiling mio v1.2.0
13602026-05-11T04:06:18.864Z Compiling bitflags v2.11.0
13612026-05-11T04:06:18.964Z Compiling subtle v2.6.1
13622026-05-11T04:06:19.072Z Compiling once_cell v1.21.4
13632026-05-11T04:06:19.087Z Compiling untrusted v0.9.0
13642026-05-11T04:06:19.104Z Compiling base64 v0.22.1
13652026-05-11T04:06:19.127Z Compiling byteorder v1.5.0
13662026-05-11T04:06:19.205Z Compiling rand_core v0.6.4
13672026-05-11T04:06:19.283Z Compiling synstructure v0.13.2
13682026-05-11T04:06:19.342Z Compiling serde_derive_internals v0.29.1
13692026-05-11T04:06:19.354Z Compiling cmake v0.1.58
13702026-05-11T04:06:19.357Z Compiling dunce v1.0.5
13712026-05-11T04:06:19.375Z Compiling fs_extra v1.3.0
13722026-05-11T04:06:19.434Z Compiling regex-syntax v0.8.10
13732026-05-11T04:06:19.445Z Compiling strsim v0.11.1
13742026-05-11T04:06:19.448Z Compiling ipnet v2.12.0
13752026-05-11T04:06:19.625Z Compiling rustix v1.1.4
13762026-05-11T04:06:19.710Z Compiling aws-lc-sys v0.39.1
13772026-05-11T04:06:19.812Z Compiling atomic-waker v1.1.2
13782026-05-11T04:06:19.859Z Compiling httparse v1.10.1
13792026-05-11T04:06:19.935Z Compiling slog v2.8.2
13802026-05-11T04:06:19.999Z Compiling generic-array v0.14.7
13812026-05-11T04:06:20.092Z Compiling ucd-trie v0.1.7
13822026-05-11T04:06:20.160Z Compiling tower-service v0.3.3
13832026-05-11T04:06:20.207Z Compiling tower-layer v0.3.3
13842026-05-11T04:06:20.218Z Compiling thiserror v1.0.69
13852026-05-11T04:06:20.236Z Compiling getrandom v0.3.4
13862026-05-11T04:06:20.361Z Compiling pest v2.8.6
13872026-05-11T04:06:20.465Z Compiling try-lock v0.2.5
13882026-05-11T04:06:20.553Z Compiling want v0.3.1
13892026-05-11T04:06:20.573Z Compiling serde_derive v1.0.228
13902026-05-11T04:06:20.583Z Compiling zerofrom-derive v0.1.6
13912026-05-11T04:06:20.586Z Compiling yoke-derive v0.8.1
13922026-05-11T04:06:20.586Z Compiling zerovec-derive v0.11.2
13932026-05-11T04:06:20.710Z Compiling displaydoc v0.2.5
13942026-05-11T04:06:20.725Z Compiling tokio-macros v2.7.0
13952026-05-11T04:06:21.441Z Compiling schemars_derive v0.8.22
13962026-05-11T04:06:21.460Z Compiling zerocopy-derive v0.8.48
13972026-05-11T04:06:21.613Z Compiling thiserror-impl v2.0.18
13982026-05-11T04:06:21.625Z Compiling zeroize_derive v1.4.3
13992026-05-11T04:06:21.694Z Compiling futures-macro v0.3.32
14002026-05-11T04:06:21.781Z Compiling zerofrom v0.1.6
14012026-05-11T04:06:21.900Z Compiling yoke v0.8.1
14022026-05-11T04:06:22.079Z Compiling zerovec v0.11.5
14032026-05-11T04:06:22.126Z Compiling zerotrie v0.2.3
14042026-05-11T04:06:22.275Z Compiling zeroize v1.8.2
14052026-05-11T04:06:22.476Z Compiling thiserror-impl v1.0.69
14062026-05-11T04:06:22.506Z Compiling tinystr v0.8.2
14072026-05-11T04:06:22.570Z Compiling potential_utf v0.1.4
14082026-05-11T04:06:22.624Z Compiling futures-util v0.3.32
14092026-05-11T04:06:22.700Z Compiling icu_locale_core v2.1.1
14102026-05-11T04:06:22.729Z Compiling icu_collections v2.1.1
14112026-05-11T04:06:23.286Z Compiling pest_meta v2.8.6
14122026-05-11T04:06:23.429Z Compiling icu_provider v2.1.1
14132026-05-11T04:06:23.715Z Compiling bytes v1.11.1
14142026-05-11T04:06:23.728Z Compiling smallvec v1.15.1
14152026-05-11T04:06:23.731Z Compiling icu_properties v2.1.2
14162026-05-11T04:06:23.765Z Compiling chrono v0.4.44
14172026-05-11T04:06:23.964Z Compiling icu_normalizer v2.1.1
14182026-05-11T04:06:24.559Z Compiling idna_adapter v1.2.1
14192026-05-11T04:06:24.570Z Compiling parking_lot v0.12.5
14202026-05-11T04:06:24.650Z Compiling http v1.4.0
14212026-05-11T04:06:24.703Z Compiling idna v1.1.0
14222026-05-11T04:06:24.869Z Compiling tokio v1.52.1
14232026-05-11T04:06:24.969Z Compiling serde_tokenstream v0.2.3
14242026-05-11T04:06:24.980Z Compiling url v2.5.8
14252026-05-11T04:06:25.245Z Compiling http-body v1.0.1
14262026-05-11T04:06:25.256Z Compiling erased-serde v0.3.31
14272026-05-11T04:06:25.393Z Compiling httpdate v1.0.3
14282026-05-11T04:06:25.609Z Compiling ryu v1.0.23
14292026-05-11T04:06:25.620Z Compiling ppv-lite86 v0.2.21
14302026-05-11T04:06:25.787Z Compiling pest_generator v2.8.6
14312026-05-11T04:06:25.801Z Compiling pretty-hex v0.4.2
14322026-05-11T04:06:25.827Z Compiling plain v0.2.3
14332026-05-11T04:06:25.924Z Compiling paste v1.0.15
14342026-05-11T04:06:25.928Z Compiling crypto-common v0.1.7
14352026-05-11T04:06:25.928Z Compiling omicron-workspace-hack v0.1.0
14362026-05-11T04:06:26.070Z Compiling ident_case v1.0.1
14372026-05-11T04:06:26.124Z Compiling tracing-attributes v0.1.31
14382026-05-11T04:06:26.147Z Compiling tracing-core v0.1.36
14392026-05-11T04:06:26.250Z Compiling serde_urlencoded v0.7.1
14402026-05-11T04:06:26.388Z Compiling pest_derive v2.8.6
14412026-05-11T04:06:26.485Z Compiling http-body-util v0.1.3
14422026-05-11T04:06:26.719Z Compiling ipnetwork v0.21.1
14432026-05-11T04:06:26.732Z Compiling daft-derive v0.1.5
14442026-05-11T04:06:26.741Z Compiling sync_wrapper v1.0.2
14452026-05-11T04:06:26.840Z Compiling allocator-api2 v0.2.21
14462026-05-11T04:06:26.906Z Compiling fastrand v2.3.0
14472026-05-11T04:06:26.917Z Compiling foldhash v0.2.0
14482026-05-11T04:06:27.139Z Compiling hashbrown v0.16.1
14492026-05-11T04:06:27.151Z Compiling aho-corasick v1.1.4
14502026-05-11T04:06:27.156Z Compiling winnow v1.0.1
14512026-05-11T04:06:27.168Z Compiling rustls-pki-types v1.14.0
14522026-05-11T04:06:27.324Z Compiling tracing v0.1.44
14532026-05-11T04:06:27.450Z Compiling async-trait v0.1.89
14542026-05-11T04:06:27.558Z Compiling scroll_derive v0.13.1
14552026-05-11T04:06:27.632Z Compiling ring v0.17.14
14562026-05-11T04:06:27.911Z Compiling powerfmt v0.2.0
14572026-05-11T04:06:28.165Z Compiling regex-automata v0.4.14
14582026-05-11T04:06:28.178Z Compiling anyhow v1.0.102
14592026-05-11T04:06:28.235Z Compiling num-conv v0.2.1
14602026-05-11T04:06:28.371Z Compiling cpufeatures v0.2.17
14612026-05-11T04:06:28.382Z Compiling iri-string v0.7.12
14622026-05-11T04:06:28.443Z Compiling time-core v0.1.8
14632026-05-11T04:06:28.453Z Compiling scroll v0.13.0
14642026-05-11T04:06:28.581Z Compiling time-macros v0.2.27
14652026-05-11T04:06:28.692Z Compiling deranged v0.5.8
14662026-05-11T04:06:28.870Z Compiling block-buffer v0.10.4
14672026-05-11T04:06:29.013Z Compiling num_threads v0.1.7
14682026-05-11T04:06:29.107Z Compiling hex v0.4.3
14692026-05-11T04:06:29.358Z Compiling digest v0.10.7
14702026-05-11T04:06:29.627Z Compiling goblin v0.10.5
14712026-05-11T04:06:29.931Z Compiling regex v1.12.3
14722026-05-11T04:06:30.002Z Compiling tokio-util v0.7.18
14732026-05-11T04:06:30.125Z Compiling oxnet v0.1.4
14742026-05-11T04:06:30.541Z Compiling camino v1.2.2
14752026-05-11T04:06:30.885Z Compiling openssl-probe v0.2.1
14762026-05-11T04:06:30.905Z Compiling usdt-impl v0.6.0
14772026-05-11T04:06:31.147Z Compiling dtrace-parser v0.3.0
14782026-05-11T04:06:31.361Z Compiling futures-executor v0.3.32
14792026-05-11T04:06:31.636Z Compiling crossbeam-utils v0.8.21
14802026-05-11T04:06:31.871Z Compiling h2 v0.4.13
14812026-05-11T04:06:31.940Z Compiling structmeta-derive v0.3.0
14822026-05-11T04:06:31.986Z Compiling thread-id v5.1.0
14832026-05-11T04:06:31.998Z Compiling rustls v0.22.4
14842026-05-11T04:06:32.065Z Compiling syn v1.0.109
14852026-05-11T04:06:32.191Z Compiling dof v0.4.0
14862026-05-11T04:06:32.633Z Compiling futures v0.3.32
14872026-05-11T04:06:32.708Z Compiling rand_core v0.9.5
14882026-05-11T04:06:32.921Z Compiling darling_core v0.23.0
14892026-05-11T04:06:32.940Z Compiling structmeta v0.3.0
14902026-05-11T04:06:33.193Z Compiling newtype-uuid-macros v0.1.0
14912026-05-11T04:06:33.549Z Compiling thread_local v1.1.9
14922026-05-11T04:06:33.687Z Compiling aws-lc-rs v1.16.2
14932026-05-11T04:06:33.818Z Compiling match_cfg v0.1.0
14942026-05-11T04:06:33.894Z Compiling hyper v1.9.0
14952026-05-11T04:06:33.982Z Compiling winnow v0.7.15
14962026-05-11T04:06:34.462Z Compiling newtype-uuid v1.3.2
14972026-05-11T04:06:34.794Z Compiling slog-async v2.8.0
14982026-05-11T04:06:34.926Z Compiling ref-cast v1.0.25
14992026-05-11T04:06:34.938Z Compiling hyper-util v0.1.20
15002026-05-11T04:06:35.037Z Compiling darling_macro v0.23.0
15012026-05-11T04:06:35.226Z Compiling quick-error v1.2.3
15022026-05-11T04:06:35.327Z Compiling daft v0.1.5
15032026-05-11T04:06:35.358Z Compiling usdt-attr-macro v0.6.0
15042026-05-11T04:06:35.461Z Compiling usdt-macro v0.6.0
15052026-05-11T04:06:35.581Z Compiling rand_chacha v0.9.0
15062026-05-11T04:06:35.598Z Compiling darling v0.23.0
15072026-05-11T04:06:35.628Z Compiling strum_macros v0.26.4
15082026-05-11T04:06:35.673Z Compiling ref-cast-impl v1.0.25
15092026-05-11T04:06:36.009Z Compiling serde_spanned v1.1.0
15102026-05-11T04:06:36.154Z Compiling toml_datetime v0.7.5+spec-1.1.0
15112026-05-11T04:06:36.258Z Compiling multer v3.1.0
15122026-05-11T04:06:36.461Z Compiling untrusted v0.7.1
15132026-05-11T04:06:36.476Z Compiling bit-vec v0.8.0
15142026-05-11T04:06:36.497Z Compiling debug-ignore v1.0.5
15152026-05-11T04:06:36.556Z Compiling take_mut v0.2.2
15162026-05-11T04:06:36.576Z Compiling term v1.2.1
15172026-05-11T04:06:36.594Z Compiling toml_writer v1.1.0+spec-1.1.0
15182026-05-11T04:06:36.648Z Compiling bit-set v0.8.0
15192026-05-11T04:06:36.701Z Compiling rand v0.9.2
15202026-05-11T04:06:36.750Z Compiling serde_with_macros v3.18.0
15212026-05-11T04:06:36.806Z Compiling async-stream-impl v0.3.6
15222026-05-11T04:06:37.252Z Compiling strum v0.26.3
15232026-05-11T04:06:37.274Z Compiling dropshot v0.16.7
15242026-05-11T04:06:37.303Z Compiling encoding_rs v0.8.35
15252026-05-11T04:06:37.319Z Compiling unarray v0.1.4
15262026-05-11T04:06:37.375Z Compiling spin v0.9.8
15272026-05-11T04:06:37.419Z Compiling rustls v0.23.37
15282026-05-11T04:06:37.480Z Compiling mime v0.3.17
15292026-05-11T04:06:37.533Z Compiling async-stream v0.3.6
15302026-05-11T04:06:37.626Z Compiling derive-ex v0.1.8
15312026-05-11T04:06:37.700Z Compiling dropshot_endpoint v0.16.7
15322026-05-11T04:06:37.746Z Compiling macaddr v1.0.1
15332026-05-11T04:06:37.864Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15342026-05-11T04:06:37.962Z Compiling waitgroup v0.1.2
15352026-05-11T04:06:38.068Z Compiling serde_path_to_error v0.1.20
15362026-05-11T04:06:38.381Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15372026-05-11T04:06:38.424Z Compiling tempfile v3.27.0
15382026-05-11T04:06:38.506Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15392026-05-11T04:06:38.685Z Compiling tower v0.5.3
15402026-05-11T04:06:38.838Z Compiling strum_macros v0.27.2
15412026-05-11T04:06:38.873Z Compiling instant v0.1.13
15422026-05-11T04:06:39.025Z Compiling time v0.3.47
15432026-05-11T04:06:39.164Z Compiling tower-http v0.6.8
15442026-05-11T04:06:39.255Z Compiling test-strategy v0.4.5
15452026-05-11T04:06:39.281Z Compiling rustc-hash v2.1.2
15462026-05-11T04:06:39.435Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15472026-05-11T04:06:39.584Z Compiling crossbeam-channel v0.5.15
15482026-05-11T04:06:40.278Z Compiling openapiv3 v2.2.0
15492026-05-11T04:06:40.649Z Compiling strum v0.27.2
15502026-05-11T04:06:40.773Z Compiling parse-display-derive v0.10.0
15512026-05-11T04:06:41.153Z Compiling rustls-webpki v0.102.8
15522026-05-11T04:06:41.836Z Compiling rustls-native-certs v0.8.3
15532026-05-11T04:06:41.879Z Compiling backon v1.6.0
15542026-05-11T04:06:42.016Z Compiling rand_chacha v0.3.1
15552026-05-11T04:06:42.372Z Compiling rand v0.8.5
15562026-05-11T04:06:42.473Z Compiling slog-json v2.6.1
15572026-05-11T04:06:42.622Z Compiling hostname v0.3.1
15582026-05-11T04:06:42.669Z Compiling toml_parser v1.1.0+spec-1.1.0
15592026-05-11T04:06:42.755Z Compiling is-terminal v0.4.17
15602026-05-11T04:06:42.845Z Compiling wait-timeout v0.2.1
15612026-05-11T04:06:42.872Z Compiling memmap2 v0.9.10
15622026-05-11T04:06:43.008Z Compiling either v1.15.0
15632026-05-11T04:06:43.207Z Compiling usdt v0.6.0
15642026-05-11T04:06:43.250Z Compiling toml v0.9.12+spec-1.1.0
15652026-05-11T04:06:43.266Z Compiling rusty-fork v0.3.1
15662026-05-11T04:06:43.403Z Compiling slog-term v2.9.2
15672026-05-11T04:06:43.479Z Compiling slog-bunyan v2.5.0
15682026-05-11T04:06:43.621Z Compiling serde_with v3.18.0
15692026-05-11T04:06:43.993Z Compiling tokio-rustls v0.25.0
15702026-05-11T04:06:44.005Z Compiling rand_xorshift v0.4.0
15712026-05-11T04:06:44.149Z Compiling sha1 v0.10.6
15722026-05-11T04:06:44.161Z Compiling regress v0.10.5
15732026-05-11T04:06:44.214Z Compiling rustls-pemfile v2.2.0
15742026-05-11T04:06:44.375Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15752026-05-11T04:06:44.416Z Compiling hostname v0.4.2
15762026-05-11T04:06:44.799Z Compiling proptest v1.11.0
15772026-05-11T04:06:45.506Z Compiling reqwest v0.12.28
15782026-05-11T04:06:45.544Z Compiling iddqd v0.3.17
15792026-05-11T04:06:46.150Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15802026-05-11T04:06:46.951Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15812026-05-11T04:06:47.229Z Compiling progenitor-client v0.10.0
15822026-05-11T04:06:47.524Z Compiling parse-display v0.10.0
15832026-05-11T04:06:47.616Z Compiling itertools v0.14.0
15842026-05-11T04:06:47.858Z Compiling backoff v0.4.0
15852026-05-11T04:06:47.980Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15862026-05-11T04:06:48.117Z Compiling toml_datetime v0.6.11
15872026-05-11T04:06:48.901Z Compiling utf8parse v0.2.2
15882026-05-11T04:06:49.002Z Compiling anstyle-parse v1.0.0
15892026-05-11T04:06:49.182Z Compiling zerocopy-derive v0.7.35
15902026-05-11T04:06:49.468Z Compiling colorchoice v1.0.5
15912026-05-11T04:06:49.583Z Compiling anstyle-query v1.1.5
15922026-05-11T04:06:49.688Z Compiling anstyle v1.0.14
15932026-05-11T04:06:49.909Z Compiling is_terminal_polyfill v1.70.2
15942026-05-11T04:06:50.002Z Compiling anstream v1.0.0
15952026-05-11T04:06:50.016Z Compiling zerocopy v0.7.35
15962026-05-11T04:06:50.504Z Compiling convert_case v0.4.0
15972026-05-11T04:06:50.640Z Compiling clap_lex v1.1.0
15982026-05-11T04:06:50.799Z Compiling derive_more v0.99.20
15992026-05-11T04:06:51.136Z Compiling regress v0.11.1
16002026-05-11T04:06:51.406Z Compiling unicode-width v0.2.2
16012026-05-11T04:06:51.490Z Compiling tinyvec_macros v0.1.1
16022026-05-11T04:06:51.555Z Compiling tinyvec v1.11.0
16032026-05-11T04:06:52.266Z Compiling dtrace-parser v0.2.0
16042026-05-11T04:06:52.412Z Compiling serde_spanned v0.6.9
16052026-05-11T04:06:52.552Z Compiling secrecy v0.10.3
16062026-05-11T04:06:52.706Z Compiling scroll_derive v0.12.1
16072026-05-11T04:06:53.000Z Compiling clap_derive v4.6.0
16082026-05-11T04:06:53.177Z Compiling usdt-impl v0.5.0
16092026-05-11T04:06:53.242Z Compiling toml_write v0.1.2
16102026-05-11T04:06:53.277Z Compiling crucible-workspace-hack v0.1.0
16112026-05-11T04:06:53.438Z Compiling toml_edit v0.22.27
16122026-05-11T04:06:53.453Z Compiling scroll v0.12.0
16132026-05-11T04:06:53.522Z Compiling typify-impl v0.6.2
16142026-05-11T04:06:54.360Z Compiling dof v0.3.0
16152026-05-11T04:06:54.703Z Compiling terminal_size v0.4.4
16162026-05-11T04:06:54.718Z Compiling darling_core v0.21.3
16172026-05-11T04:06:54.795Z Compiling rustc_version v0.4.1
16182026-05-11T04:06:54.871Z Compiling thread-id v4.2.2
16192026-05-11T04:06:55.066Z Compiling curve25519-dalek v4.1.3
16202026-05-11T04:06:55.157Z Compiling toml v0.8.23
16212026-05-11T04:06:55.975Z Compiling goblin v0.8.2
16222026-05-11T04:06:56.250Z Compiling crossbeam-epoch v0.9.18
16232026-05-11T04:06:56.338Z Compiling hmac v0.12.1
16242026-05-11T04:06:56.470Z Compiling inout v0.1.4
16252026-05-11T04:06:56.590Z Compiling ff v0.13.1
16262026-05-11T04:06:56.611Z Compiling num-integer v0.1.46
16272026-05-11T04:06:56.801Z Compiling darling_macro v0.21.3
16282026-05-11T04:06:56.925Z Compiling float-ord v0.3.2
16292026-05-11T04:06:57.035Z Compiling group v0.13.0
16302026-05-11T04:06:57.139Z Compiling cipher v0.4.4
16312026-05-11T04:06:57.301Z Compiling hkdf v0.12.4
16322026-05-11T04:06:57.367Z Compiling darling v0.21.3
16332026-05-11T04:06:57.875Z Compiling clap_builder v4.6.0
16342026-05-11T04:06:59.813Z Compiling typify-macro v0.6.2
16352026-05-11T04:06:59.962Z Compiling thiserror-impl-no-std v2.0.2
16362026-05-11T04:07:00.042Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16372026-05-11T04:07:00.712Z Compiling universal-hash v0.5.1
16382026-05-11T04:07:00.740Z Compiling half v2.7.1
16392026-05-11T04:07:00.837Z Compiling crypto-bigint v0.5.5
16402026-05-11T04:07:01.025Z Compiling curve25519-dalek-derive v0.1.1
16412026-05-11T04:07:01.037Z Compiling proc-macro-error-attr v1.0.4
16422026-05-11T04:07:01.332Z Compiling heapless v0.8.0
16432026-05-11T04:07:01.420Z Compiling opaque-debug v0.3.1
16442026-05-11T04:07:01.437Z Compiling base16ct v0.2.0
16452026-05-11T04:07:01.492Z Compiling toml_datetime v1.1.0+spec-1.1.0
16462026-05-11T04:07:01.503Z Compiling base64ct v1.8.3
16472026-05-11T04:07:01.590Z Compiling prettyplease v0.2.37
16482026-05-11T04:07:01.617Z Compiling ciborium-io v0.2.2
16492026-05-11T04:07:01.690Z Compiling rustix v0.38.44
16502026-05-11T04:07:01.706Z Compiling elliptic-curve v0.13.8
16512026-05-11T04:07:01.717Z Compiling password-hash v0.5.0
16522026-05-11T04:07:01.828Z Compiling ciborium-ll v0.2.2
16532026-05-11T04:07:01.854Z Compiling toml_edit v0.25.8+spec-1.1.0
16542026-05-11T04:07:01.972Z Compiling poly1305 v0.8.0
16552026-05-11T04:07:02.136Z Compiling thiserror-no-std v2.0.2
16562026-05-11T04:07:02.155Z Compiling clap v4.6.0
16572026-05-11T04:07:02.482Z Compiling ingot-macros v0.1.1
16582026-05-11T04:07:02.576Z Compiling chacha20 v0.9.1
16592026-05-11T04:07:02.744Z Compiling num-iter v0.1.45
16602026-05-11T04:07:02.764Z Compiling num-rational v0.4.2
16612026-05-11T04:07:02.785Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16622026-05-11T04:07:02.804Z Compiling usdt-macro v0.5.0
16632026-05-11T04:07:02.855Z Compiling usdt-attr-macro v0.5.0
16642026-05-11T04:07:03.493Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16652026-05-11T04:07:04.037Z Compiling blake2 v0.10.6
16662026-05-11T04:07:04.081Z Compiling byte-wrapper v0.1.0
16672026-05-11T04:07:04.441Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16682026-05-11T04:07:04.502Z Compiling aead v0.5.2
16692026-05-11T04:07:04.663Z Compiling enum-as-inner v0.6.1
16702026-05-11T04:07:04.758Z Compiling hash32 v0.3.1
16712026-05-11T04:07:04.856Z Compiling rustls-webpki v0.103.10
16722026-05-11T04:07:05.101Z Compiling num-complex v0.4.6
16732026-05-11T04:07:05.227Z Compiling proc-macro-error v1.0.4
16742026-05-11T04:07:05.237Z Compiling memmap v0.7.0
16752026-05-11T04:07:05.297Z Compiling winnow v0.5.40
16762026-05-11T04:07:05.446Z Compiling keccak v0.1.6
16772026-05-11T04:07:05.481Z Compiling data-encoding v2.10.0
16782026-05-11T04:07:05.686Z Compiling static_assertions v1.1.0
16792026-05-11T04:07:05.759Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16802026-05-11T04:07:05.894Z Compiling smoltcp v0.11.0
16812026-05-11T04:07:05.940Z Compiling sha3 v0.10.8
16822026-05-11T04:07:06.115Z Compiling num v0.4.3
16832026-05-11T04:07:06.190Z Compiling usdt v0.5.0
16842026-05-11T04:07:06.240Z Compiling ingot-types v0.1.2
16852026-05-11T04:07:06.306Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16862026-05-11T04:07:06.459Z Compiling chacha20poly1305 v0.10.1
16872026-05-11T04:07:06.593Z Compiling toml_edit v0.19.15
16882026-05-11T04:07:06.641Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16892026-05-11T04:07:06.666Z Compiling argon2 v0.5.3
16902026-05-11T04:07:06.688Z Compiling vsss-rs v3.3.4
16912026-05-11T04:07:07.183Z Compiling proc-macro-crate v3.5.0
16922026-05-11T04:07:07.936Z Compiling ciborium v0.2.2
16932026-05-11T04:07:08.040Z Compiling typify v0.6.2
16942026-05-11T04:07:08.586Z Compiling tokio-rustls v0.26.4
16952026-05-11T04:07:08.589Z Compiling rustls-platform-verifier v0.6.2
16962026-05-11T04:07:08.828Z Compiling hyper-rustls v0.27.7
16972026-05-11T04:07:08.896Z Compiling tabwriter v1.4.1
16982026-05-11T04:07:09.093Z Compiling reqwest v0.13.2
16992026-05-11T04:07:09.131Z Compiling cobs v0.3.0
17002026-05-11T04:07:09.134Z Compiling memoffset v0.9.1
17012026-05-11T04:07:09.330Z Compiling bitflags v1.3.2
17022026-05-11T04:07:09.348Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17032026-05-11T04:07:09.369Z Compiling managed v0.8.0
17042026-05-11T04:07:09.405Z Compiling indent_write v2.2.0
17052026-05-11T04:07:09.543Z Compiling vcpkg v0.2.15
17062026-05-11T04:07:09.557Z Compiling pkg-config v0.3.32
17072026-05-11T04:07:09.580Z Compiling cfg_aliases v0.2.1
17082026-05-11T04:07:09.654Z Compiling unsafe-libyaml v0.2.11
17092026-05-11T04:07:09.774Z Compiling nix v0.31.2
17102026-05-11T04:07:10.097Z Compiling openssl-sys v0.9.112
17112026-05-11T04:07:10.240Z Compiling serde_yaml v0.9.34+deprecated
17122026-05-11T04:07:10.334Z Compiling progenitor-client v0.13.0
17132026-05-11T04:07:10.627Z Compiling progenitor-extras v0.1.1
17142026-05-11T04:07:10.862Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17152026-05-11T04:07:11.606Z Compiling postcard v1.1.3
17162026-05-11T04:07:11.912Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17172026-05-11T04:07:11.943Z Compiling progenitor-impl v0.13.0
17182026-05-11T04:07:13.373Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17192026-05-11T04:07:13.471Z Compiling proc-macro-crate v1.3.1
17202026-05-11T04:07:13.621Z Compiling num_enum_derive v0.7.6
17212026-05-11T04:07:13.818Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17222026-05-11T04:07:14.097Z Compiling ingot v0.1.1
17232026-05-11T04:07:14.264Z Compiling hubpack_derive v0.1.1
17242026-05-11T04:07:14.669Z Compiling foreign-types-macros v0.2.3
17252026-05-11T04:07:14.785Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17262026-05-11T04:07:15.087Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17272026-05-11T04:07:15.236Z Compiling colored v3.1.1
17282026-05-11T04:07:15.301Z Compiling semver v0.1.20
17292026-05-11T04:07:15.316Z Compiling linked-hash-map v0.5.6
17302026-05-11T04:07:15.501Z Compiling swrite v0.1.0
17312026-05-11T04:07:15.538Z Compiling cpufeatures v0.3.0
17322026-05-11T04:07:15.550Z Compiling resolv-conf v0.7.6
17332026-05-11T04:07:15.592Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17342026-05-11T04:07:15.611Z Compiling foreign-types-shared v0.3.1
17352026-05-11T04:07:15.633Z Compiling heck v0.4.1
17362026-05-11T04:07:15.703Z Compiling rayon-core v1.13.0
17372026-05-11T04:07:15.835Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17382026-05-11T04:07:15.936Z Compiling foreign-types v0.5.0
17392026-05-11T04:07:15.937Z Compiling chacha20 v0.10.0
17402026-05-11T04:07:15.957Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17412026-05-11T04:07:16.016Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17422026-05-11T04:07:16.118Z Compiling progenitor-macro v0.13.0
17432026-05-11T04:07:16.205Z Compiling lru-cache v0.1.2
17442026-05-11T04:07:16.438Z Compiling rustc_version v0.1.7
17452026-05-11T04:07:16.687Z Compiling hubpack v0.1.2
17462026-05-11T04:07:16.913Z Compiling num_enum v0.7.6
17472026-05-11T04:07:16.994Z Compiling num_enum_derive v0.5.11
17482026-05-11T04:07:18.389Z Compiling hickory-proto v0.24.4
17492026-05-11T04:07:18.702Z Compiling crossbeam-deque v0.8.6
17502026-05-11T04:07:18.789Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17512026-05-11T04:07:18.894Z Compiling serde-big-array v0.5.1
17522026-05-11T04:07:19.041Z Compiling derive-where v1.6.1
17532026-05-11T04:07:19.109Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17542026-05-11T04:07:19.287Z Compiling serde_repr v0.1.20
17552026-05-11T04:07:19.618Z Compiling pin-project-internal v1.1.11
17562026-05-11T04:07:19.883Z Compiling cstr-argument v0.1.2
17572026-05-11T04:07:19.900Z Compiling minimal-lexical v0.2.1
17582026-05-11T04:07:20.036Z Compiling unicode-segmentation v1.13.2
17592026-05-11T04:07:20.160Z Compiling siphasher v1.0.2
17602026-05-11T04:07:20.298Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17612026-05-11T04:07:20.355Z Compiling newline-converter v0.3.0
17622026-05-11T04:07:20.461Z Compiling phf_shared v0.12.1
17632026-05-11T04:07:20.472Z Compiling hickory-resolver v0.24.4
17642026-05-11T04:07:20.530Z Compiling nom v7.1.3
17652026-05-11T04:07:20.640Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17662026-05-11T04:07:20.702Z Compiling pin-project v1.1.11
17672026-05-11T04:07:20.790Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17682026-05-11T04:07:20.904Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17692026-05-11T04:07:21.026Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17702026-05-11T04:07:21.243Z Compiling progenitor v0.13.0
17712026-05-11T04:07:21.377Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17722026-05-11T04:07:21.704Z Compiling num_enum v0.5.11
17732026-05-11T04:07:21.822Z Compiling newtype_derive v0.1.6
17742026-05-11T04:07:21.873Z Compiling rand v0.10.1
17752026-05-11T04:07:22.046Z Compiling atomicwrites v0.4.4
17762026-05-11T04:07:22.249Z Compiling unicode-normalization v0.1.25
17772026-05-11T04:07:22.546Z Compiling console v0.15.11
17782026-05-11T04:07:22.708Z Compiling camino-tempfile v1.4.1
17792026-05-11T04:07:22.721Z Compiling tokio-stream v0.1.18
17802026-05-11T04:07:22.951Z Compiling async-recursion v1.1.1
17812026-05-11T04:07:23.079Z Compiling snafu-derive v0.8.9
17822026-05-11T04:07:23.140Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17832026-05-11T04:07:23.260Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17842026-05-11T04:07:23.281Z Compiling slog-dtrace v0.3.0
17852026-05-11T04:07:23.452Z Compiling csv-core v0.1.13
17862026-05-11T04:07:23.483Z Compiling bstr v1.12.1
17872026-05-11T04:07:23.505Z Compiling highway v1.3.0
17882026-05-11T04:07:23.660Z Compiling cancel-safe-futures v0.1.5
17892026-05-11T04:07:23.713Z Compiling unicode-xid v0.2.6
17902026-05-11T04:07:23.724Z Compiling chrono-tz v0.10.4
17912026-05-11T04:07:23.834Z Compiling unicode-width v0.1.14
17922026-05-11T04:07:23.895Z Compiling foreign-types-shared v0.1.1
17932026-05-11T04:07:23.898Z Compiling same-file v1.0.6
17942026-05-11T04:07:23.934Z Compiling openssl v0.10.76
17952026-05-11T04:07:23.969Z Compiling owo-colors v4.3.0
17962026-05-11T04:07:23.990Z Compiling foldhash v0.1.5
17972026-05-11T04:07:24.069Z Compiling similar v2.7.0
17982026-05-11T04:07:24.112Z Compiling hashbrown v0.15.5
17992026-05-11T04:07:24.169Z Compiling walkdir v2.5.0
18002026-05-11T04:07:24.213Z Compiling foreign-types v0.3.2
18012026-05-11T04:07:24.331Z Compiling const_format_proc_macros v0.2.34
18022026-05-11T04:07:24.351Z Compiling globset v0.4.18
18032026-05-11T04:07:24.534Z Compiling expectorate v1.2.0
18042026-05-11T04:07:24.649Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18052026-05-11T04:07:24.687Z Compiling csv v1.4.0
18062026-05-11T04:07:24.887Z Compiling snafu v0.8.9
18072026-05-11T04:07:25.118Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18082026-05-11T04:07:25.155Z Compiling qorb v0.4.1
18092026-05-11T04:07:25.193Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18102026-05-11T04:07:25.273Z Compiling olpc-cjson v0.1.4
18112026-05-11T04:07:26.599Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18122026-05-11T04:07:26.895Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18132026-05-11T04:07:26.945Z Compiling rayon v1.11.0
18142026-05-11T04:07:27.129Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18152026-05-11T04:07:27.244Z Compiling phf v0.12.1
18162026-05-11T04:07:27.348Z Compiling zone_cfg_derive v0.3.1
18172026-05-11T04:07:27.396Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18182026-05-11T04:07:27.569Z Compiling tokio-dtrace v0.1.1
18192026-05-11T04:07:27.688Z Compiling itertools v0.12.1
18202026-05-11T04:07:27.821Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18212026-05-11T04:07:27.832Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18222026-05-11T04:07:28.014Z Compiling libsw-core v0.3.2
18232026-05-11T04:07:28.025Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18242026-05-11T04:07:28.232Z Compiling serde_plain v1.0.2
18252026-05-11T04:07:28.253Z Compiling num-derive v0.4.2
18262026-05-11T04:07:28.333Z Compiling openssl-macros v0.1.1
18272026-05-11T04:07:28.435Z Compiling pem v3.0.6
18282026-05-11T04:07:28.449Z Compiling cookie v0.18.1
18292026-05-11T04:07:28.652Z Compiling sigpipe v0.1.3
18302026-05-11T04:07:28.676Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-05-11T04:07:28.740Z Compiling jiff v0.2.23
18322026-05-11T04:07:28.781Z Compiling bytecount v0.6.9
18332026-05-11T04:07:28.805Z Compiling fixedbitset v0.5.7
18342026-05-11T04:07:28.820Z Compiling glob v0.3.3
18352026-05-11T04:07:28.893Z Compiling fixedbitset v0.4.2
18362026-05-11T04:07:28.918Z Compiling typed-path v0.9.3
18372026-05-11T04:07:28.962Z Compiling papergrid v0.11.0
18382026-05-11T04:07:29.124Z Compiling petgraph v0.6.5
18392026-05-11T04:07:29.138Z Compiling petgraph v0.8.3
18402026-05-11T04:07:29.200Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18412026-05-11T04:07:29.270Z Compiling zone v0.3.1
18422026-05-11T04:07:30.084Z Compiling tough v0.20.0
18432026-05-11T04:07:30.309Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18442026-05-11T04:07:30.617Z Compiling libsw v3.5.0
18452026-05-11T04:07:30.741Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18462026-05-11T04:07:30.791Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18472026-05-11T04:07:30.921Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18482026-05-11T04:07:31.035Z Compiling oxide-tokio-rt v0.1.4
18492026-05-11T04:07:31.347Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18502026-05-11T04:07:32.138Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-05-11T04:07:32.389Z Compiling const_format v0.2.35
18522026-05-11T04:07:32.438Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-05-11T04:07:32.660Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-05-11T04:07:32.706Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-05-11T04:07:33.079Z Compiling tabled_derive v0.7.0
18562026-05-11T04:07:33.515Z Compiling gethostname v0.5.0
18572026-05-11T04:07:33.561Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-05-11T04:07:33.604Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18592026-05-11T04:07:33.633Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18602026-05-11T04:07:33.685Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-05-11T04:07:33.752Z Compiling smf v0.2.3
18622026-05-11T04:07:34.050Z Compiling bcs v0.1.6
18632026-05-11T04:07:34.266Z Compiling lazy_static v1.5.0
18642026-05-11T04:07:34.360Z Compiling smawk v0.3.2
18652026-05-11T04:07:34.372Z Compiling linear-map v1.2.0
18662026-05-11T04:07:34.383Z Compiling tagptr v0.2.0
18672026-05-11T04:07:34.497Z Compiling crunchy v0.2.4
18682026-05-11T04:07:34.530Z Compiling unicode-linebreak v0.1.5
18692026-05-11T04:07:34.555Z Compiling termtree v0.5.1
18702026-05-11T04:07:34.708Z Compiling whoami v1.6.1
18712026-05-11T04:07:34.788Z Compiling textwrap v0.16.2
18722026-05-11T04:07:34.801Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18732026-05-11T04:07:34.817Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18742026-05-11T04:07:34.855Z Compiling moka v0.12.15
18752026-05-11T04:07:35.067Z Compiling steno v0.4.1
18762026-05-11T04:07:35.340Z Compiling tabled v0.15.0
18772026-05-11T04:07:35.659Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-05-11T04:07:36.115Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-05-11T04:07:36.314Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-05-11T04:07:36.465Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18812026-05-11T04:07:37.269Z Compiling hickory-proto v0.25.2
18822026-05-11T04:07:38.039Z Compiling humantime v2.3.0
18832026-05-11T04:07:38.295Z Compiling tiny-keccak v2.0.2
18842026-05-11T04:07:38.463Z Compiling num-derive v0.3.3
18852026-05-11T04:07:38.537Z Compiling parking_lot_core v0.8.6
18862026-05-11T04:07:38.832Z Compiling crc32fast v1.5.0
18872026-05-11T04:07:38.960Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18882026-05-11T04:07:39.180Z Compiling hickory-resolver v0.25.2
18892026-05-11T04:07:39.206Z Compiling const-random-macro v0.1.16
18902026-05-11T04:07:39.400Z Compiling libscf-sys v1.1.0
18912026-05-11T04:07:39.544Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18922026-05-11T04:07:39.589Z Compiling smartstring v1.0.1
18932026-05-11T04:07:39.692Z Compiling ahash v0.8.12
18942026-05-11T04:07:39.841Z Compiling const-random v0.1.18
18952026-05-11T04:07:39.911Z Compiling parking_lot v0.11.2
18962026-05-11T04:07:40.107Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18972026-05-11T04:07:40.156Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18982026-05-11T04:07:40.250Z Compiling fxhash v0.2.1
18992026-05-11T04:07:40.327Z Compiling internet-checksum v0.2.1
19002026-05-11T04:07:40.382Z Compiling sled v0.34.7
19012026-05-11T04:07:40.667Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
19022026-05-11T04:07:40.706Z Compiling thin-vec v0.2.14
19032026-05-11T04:07:40.842Z Compiling rhai_codegen v3.1.0
19042026-05-11T04:07:40.985Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19052026-05-11T04:07:41.175Z Compiling sdd v3.0.10
19062026-05-11T04:07:41.185Z Compiling serial_test_derive v3.4.0
19072026-05-11T04:07:41.470Z Compiling scc v2.4.0
19082026-05-11T04:07:41.508Z Compiling nom v8.0.0
19092026-05-11T04:07:41.907Z Compiling yansi v1.0.1
19102026-05-11T04:07:42.055Z Compiling rhai v1.24.0
19112026-05-11T04:07:42.227Z Compiling diff v0.1.13
19122026-05-11T04:07:42.519Z Compiling serial_test v3.4.0
19132026-05-11T04:07:42.534Z Compiling pretty_assertions v1.4.1
19142026-05-11T04:07:44.446Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19152026-05-11T04:07:52.041Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19162026-05-11T04:07:53.659Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19172026-05-11T04:07:54.730Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19182026-05-11T04:07:55.934Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19192026-05-11T04:07:56.692Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19202026-05-11T04:07:58.536Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19212026-05-11T04:08:34.787Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s
19222026-05-11T04:08:34.962Z────────────
19232026-05-11T04:08:34.962Z Nextest run ID 9c44e08b-9021-43c9-8dc8-820dc0962b82 with nextest profile: default
19242026-05-11T04:08:34.962Z Starting 150 tests across 1 binary
19252026-05-11T04:08:34.974Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_byte_len
19262026-05-11T04:08:34.974Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_round_trip
19272026-05-11T04:08:34.974Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19282026-05-11T04:08:34.974Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19292026-05-11T04:08:34.974Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19302026-05-11T04:08:34.977Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_length_mismatch
19312026-05-11T04:08:34.977Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length
19322026-05-11T04:08:34.977Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19332026-05-11T04:08:34.985Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19342026-05-11T04:08:34.985Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19352026-05-11T04:08:34.993Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19362026-05-11T04:08:34.993Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19372026-05-11T04:08:34.993Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19382026-05-11T04:08:34.993Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19392026-05-11T04:08:34.993Z PASS [ 0.012s] bgp messages::tests::empty_update_end_of_rib
19402026-05-11T04:08:34.993Z PASS [ 0.012s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19412026-05-11T04:08:34.996Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_maximum_length
19422026-05-11T04:08:34.996Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19432026-05-11T04:08:34.996Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19442026-05-11T04:08:34.996Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_small
19452026-05-11T04:08:35.005Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19462026-05-11T04:08:35.005Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19472026-05-11T04:08:35.005Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
19482026-05-11T04:08:35.005Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19492026-05-11T04:08:35.012Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19502026-05-11T04:08:35.012Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19512026-05-11T04:08:35.013Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19522026-05-11T04:08:35.013Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19532026-05-11T04:08:35.013Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19542026-05-11T04:08:35.013Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19552026-05-11T04:08:35.013Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19562026-05-11T04:08:35.013Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19572026-05-11T04:08:35.017Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19582026-05-11T04:08:35.017Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19592026-05-11T04:08:35.020Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19602026-05-11T04:08:35.020Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19612026-05-11T04:08:35.020Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19622026-05-11T04:08:35.020Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19632026-05-11T04:08:35.020Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19642026-05-11T04:08:35.020Z PASS [ 0.012s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19652026-05-11T04:08:35.027Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19662026-05-11T04:08:35.030Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19672026-05-11T04:08:35.030Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19682026-05-11T04:08:35.031Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19692026-05-11T04:08:35.031Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19702026-05-11T04:08:35.031Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19712026-05-11T04:08:35.031Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19722026-05-11T04:08:35.031Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19732026-05-11T04:08:35.037Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19742026-05-11T04:08:35.040Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19752026-05-11T04:08:35.040Z PASS [ 0.010s] bgp messages::tests::mp_bgp_attributes_encoded_first
19762026-05-11T04:08:35.040Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19772026-05-11T04:08:35.040Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19782026-05-11T04:08:35.040Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19792026-05-11T04:08:35.040Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19802026-05-11T04:08:35.040Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19812026-05-11T04:08:35.046Z PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19822026-05-11T04:08:35.055Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19832026-05-11T04:08:35.055Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19842026-05-11T04:08:35.055Z PASS [ 0.010s] bgp messages::tests::prefix_conversion
19852026-05-11T04:08:35.055Z PASS [ 0.011s] bgp messages::tests::open_round_trip
19862026-05-11T04:08:35.055Z PASS [ 0.010s] bgp messages::tests::prefix_within
19872026-05-11T04:08:35.055Z PASS [ 0.011s] bgp messages::tests::open_round_trip_extended_nexthop
19882026-05-11T04:08:35.055Z PASS [ 0.011s] bgp messages::tests::notification_round_trip
19892026-05-11T04:08:35.061Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19902026-05-11T04:08:35.062Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19912026-05-11T04:08:35.062Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19922026-05-11T04:08:35.062Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19932026-05-11T04:08:35.062Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19942026-05-11T04:08:35.062Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19952026-05-11T04:08:35.062Z PASS [ 0.010s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19962026-05-11T04:08:35.062Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19972026-05-11T04:08:35.065Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19982026-05-11T04:08:35.068Z PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19992026-05-11T04:08:35.068Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20002026-05-11T04:08:35.069Z PASS [ 0.011s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20012026-05-11T04:08:35.069Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20022026-05-11T04:08:35.069Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20032026-05-11T04:08:35.069Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20042026-05-11T04:08:35.072Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20052026-05-11T04:08:35.075Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20062026-05-11T04:08:35.075Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20072026-05-11T04:08:35.075Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20082026-05-11T04:08:35.078Z PASS [ 0.010s] bgp messages::tests::update_round_trip
20092026-05-11T04:08:35.089Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
20102026-05-11T04:08:35.092Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20112026-05-11T04:08:35.092Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20122026-05-11T04:08:35.097Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
20132026-05-11T04:08:35.097Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20142026-05-11T04:08:35.097Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20152026-05-11T04:08:35.097Z PASS [ 0.021s] bgp policy::test::update_shape_community
20162026-05-11T04:08:35.104Z PASS [ 0.013s] bgp proptest::prop_ipv4_wire_format_roundtrip
20172026-05-11T04:08:35.114Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20182026-05-11T04:08:35.115Z PASS [ 0.014s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20192026-05-11T04:08:35.115Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20202026-05-11T04:08:35.115Z PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20212026-05-11T04:08:35.115Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20222026-05-11T04:08:35.115Z PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip
20232026-05-11T04:08:35.115Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20242026-05-11T04:08:35.119Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20252026-05-11T04:08:35.122Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20262026-05-11T04:08:35.122Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20272026-05-11T04:08:35.122Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20282026-05-11T04:08:35.125Z PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip
20292026-05-11T04:08:35.129Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20302026-05-11T04:08:35.132Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20312026-05-11T04:08:35.132Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20322026-05-11T04:08:35.132Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20332026-05-11T04:08:35.138Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20342026-05-11T04:08:35.138Z PASS [ 0.026s] bgp proptest::prop_update_traditional_roundtrip
20352026-05-11T04:08:35.138Z PASS [ 0.030s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20362026-05-11T04:08:35.138Z PASS [ 0.030s] bgp proptest::prop_update_mp_reach_roundtrip
20372026-05-11T04:08:35.142Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20382026-05-11T04:08:35.142Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20392026-05-11T04:08:35.142Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20402026-05-11T04:08:35.142Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20412026-05-11T04:08:35.145Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20422026-05-11T04:08:35.145Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20432026-05-11T04:08:35.145Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20442026-05-11T04:08:35.153Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20452026-05-11T04:08:35.153Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20462026-05-11T04:08:38.208Z PASS [ 3.069s] bgp test::test_basic_peering_active
20472026-05-11T04:08:38.211Z PASS [ 3.069s] bgp test::test_basic_peering_passive
20482026-05-11T04:08:38.212Z PASS [ 3.065s] bgp test::test_basic_update
20492026-05-11T04:08:38.212Z PASS [ 3.065s] bgp test::test_basic_update_ipv6
20502026-05-11T04:08:38.220Z PASS [ 3.077s] bgp test::test_basic_peering_passive_tcp
20512026-05-11T04:08:38.233Z PASS [ 3.086s] bgp test::test_basic_update_ipv6_tcp
20522026-05-11T04:08:38.235Z PASS [ 3.089s] bgp test::test_basic_update_tcp
20532026-05-11T04:08:39.221Z PASS [ 4.081s] bgp test::test_basic_peering_active_tcp
20542026-05-11T04:08:41.288Z PASS [ 3.068s] bgp test::test_ipv6_basic_peering_active
20552026-05-11T04:08:41.299Z PASS [ 3.063s] bgp test::test_ipv6_basic_peering_passive
20562026-05-11T04:08:42.290Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv4_peer_success
20572026-05-11T04:08:42.290Z PASS [ 4.081s] bgp test::test_import_export_policy_filtering
20582026-05-11T04:08:42.290Z PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv6_peer_success
20592026-05-11T04:08:42.290Z PASS [ 4.081s] bgp test::test_ipv4_routes_ipv6_peer_success
20602026-05-11T04:08:42.297Z PASS [ 3.077s] bgp test::test_ipv6_basic_peering_passive_tcp
20612026-05-11T04:08:42.310Z PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp
20622026-05-11T04:08:42.359Z PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions
20632026-05-11T04:08:43.397Z PASS [ 1.107s] bgp test::test_three_router_chain_tcp
20642026-05-11T04:08:43.397Z PASS [ 1.107s] bgp test::test_three_router_chain_tcp_ipv6
20652026-05-11T04:08:44.355Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
20662026-05-11T04:08:44.458Z PASS [ 1.061s] bgp test::test_unnumbered_ndp_change
20672026-05-11T04:08:45.115Z PASS [ 2.824s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20682026-05-11T04:08:45.366Z PASS [ 3.067s] bgp test::test_three_router_chain_unnumbered
20692026-05-11T04:08:45.369Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
20702026-05-11T04:08:47.376Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20712026-05-11T04:08:49.415Z PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change
20722026-05-11T04:08:52.461Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20732026-05-11T04:08:53.522Z PASS [ 9.061s] bgp test::test_unnumbered_unaffected_by_ndp
20742026-05-11T04:09:00.427Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20752026-05-11T04:09:00.428Z────────────
20762026-05-11T04:09:00.428Z Summary [ 25.460s] 150 tests run: 150 passed, 0 skipped
20772026-05-11T04:09:00.441Z+ 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/
20782026-05-11T04:09:00.446Z+ popd
20792026-05-11T04:09:00.446Z+ pushd mgd
20802026-05-11T04:09:00.446Z/work/oxidecomputer/maghemite
20812026-05-11T04:09:00.446Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20822026-05-11T04:09:00.446Z+ pfexec cargo nextest run
20832026-05-11T04:09:01.598Z Compiling slog v2.8.2
20842026-05-11T04:09:01.708Z Compiling usdt v0.6.0
20852026-05-11T04:09:01.788Z Compiling typify-impl v0.4.3
20862026-05-11T04:09:01.806Z Compiling proc-macro-error-attr2 v2.0.0
20872026-05-11T04:09:01.806Z Compiling simd-adler32 v0.3.9
20882026-05-11T04:09:01.811Z Compiling adler2 v2.0.1
20892026-05-11T04:09:01.950Z Compiling miniz_oxide v0.8.9
20902026-05-11T04:09:01.985Z Compiling papergrid v0.17.0
20912026-05-11T04:09:02.002Z Compiling slog-json v2.6.1
20922026-05-11T04:09:02.084Z Compiling slog-async v2.8.0
20932026-05-11T04:09:02.301Z Compiling slog-term v2.9.2
20942026-05-11T04:09:02.411Z Compiling slog-bunyan v2.5.0
20952026-05-11T04:09:02.551Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20962026-05-11T04:09:02.607Z Compiling dropshot v0.16.7
20972026-05-11T04:09:02.624Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20982026-05-11T04:09:02.678Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20992026-05-11T04:09:02.930Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21002026-05-11T04:09:03.003Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21012026-05-11T04:09:03.216Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21022026-05-11T04:09:04.004Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21032026-05-11T04:09:04.132Z Compiling slog-dtrace v0.3.0
21042026-05-11T04:09:04.156Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21052026-05-11T04:09:04.448Z Compiling steno v0.4.1
21062026-05-11T04:09:05.746Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21072026-05-11T04:09:07.651Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21082026-05-11T04:09:08.016Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21092026-05-11T04:09:08.237Z Compiling typify-macro v0.4.3
21102026-05-11T04:09:08.452Z Compiling proc-macro-error2 v2.0.1
21112026-05-11T04:09:08.651Z Compiling flate2 v1.1.9
21122026-05-11T04:09:08.744Z Compiling tabled_derive v0.11.0
21132026-05-11T04:09:09.086Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21142026-05-11T04:09:09.197Z Compiling progenitor-impl v0.14.0
21152026-05-11T04:09:09.867Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21162026-05-11T04:09:09.889Z Compiling testing_table v0.3.0
21172026-05-11T04:09:10.040Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21182026-05-11T04:09:10.058Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21192026-05-11T04:09:10.061Z Compiling compression-core v0.4.31
21202026-05-11T04:09:10.088Z Compiling tabled v0.20.0
21212026-05-11T04:09:10.228Z Compiling compression-codecs v0.4.37
21222026-05-11T04:09:10.298Z Compiling typify v0.4.3
21232026-05-11T04:09:10.389Z Compiling progenitor-impl v0.11.2
21242026-05-11T04:09:10.489Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21252026-05-11T04:09:12.028Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21262026-05-11T04:09:12.585Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21272026-05-11T04:09:12.823Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21282026-05-11T04:09:13.045Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21292026-05-11T04:09:13.356Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21302026-05-11T04:09:14.018Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21312026-05-11T04:09:14.029Z Compiling progenitor-macro v0.11.2
21322026-05-11T04:09:14.086Z Compiling progenitor-macro v0.14.0
21332026-05-11T04:09:14.537Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21342026-05-11T04:09:15.397Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21352026-05-11T04:09:15.482Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21362026-05-11T04:09:15.693Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21372026-05-11T04:09:16.138Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21382026-05-11T04:09:16.528Z Compiling progenitor-client v0.11.2
21392026-05-11T04:09:16.826Z Compiling progenitor-client v0.14.0
21402026-05-11T04:09:16.967Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21412026-05-11T04:09:17.126Z Compiling toml_datetime v1.1.0+spec-1.1.0
21422026-05-11T04:09:17.291Z Compiling dropshot v0.17.0
21432026-05-11T04:09:17.442Z Compiling toml v1.1.0+spec-1.1.0
21442026-05-11T04:09:17.570Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21452026-05-11T04:09:19.032Z Compiling async-compression v0.4.41
21462026-05-11T04:09:19.065Z Compiling progenitor v0.11.2
21472026-05-11T04:09:19.201Z Compiling dropshot_endpoint v0.17.0
21482026-05-11T04:09:19.217Z Compiling crc8 v0.1.1
21492026-05-11T04:09:19.244Z Compiling progenitor v0.14.0
21502026-05-11T04:09:19.332Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21512026-05-11T04:09:19.355Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21522026-05-11T04:09:19.381Z Compiling dropshot-api-manager-types v0.7.0
21532026-05-11T04:09:20.084Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21542026-05-11T04:09:21.135Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21552026-05-11T04:09:21.247Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21562026-05-11T04:09:21.408Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21572026-05-11T04:09:24.119Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21582026-05-11T04:09:24.358Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21592026-05-11T04:09:30.289Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21602026-05-11T04:09:37.368Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21612026-05-11T04:09:38.974Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21622026-05-11T04:09:40.070Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21632026-05-11T04:09:41.237Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21642026-05-11T04:09:41.998Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21652026-05-11T04:09:43.882Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21662026-05-11T04:09:43.882Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21672026-05-11T04:09:43.886Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21682026-05-11T04:09:50.724Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21692026-05-11T04:09:52.225Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21702026-05-11T04:09:52.225Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21712026-05-11T04:09:53.625Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21722026-05-11T04:10:23.330Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s
21732026-05-11T04:10:23.493Z────────────
21742026-05-11T04:10:23.493Z Nextest run ID cb76d484-5dc2-4e8d-b760-676c84743757 with nextest profile: default
21752026-05-11T04:10:23.493Z Starting 32 tests across 1 binary
21762026-05-11T04:10:23.506Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21772026-05-11T04:10:23.506Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21782026-05-11T04:10:23.538Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21792026-05-11T04:10:23.546Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21802026-05-11T04:10:23.553Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21812026-05-11T04:10:23.560Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21822026-05-11T04:10:23.560Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21832026-05-11T04:10:23.560Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21842026-05-11T04:10:23.560Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21852026-05-11T04:10:23.560Z PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21862026-05-11T04:10:23.560Z PASS [ 0.063s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21872026-05-11T04:10:23.568Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21882026-05-11T04:10:23.568Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21892026-05-11T04:10:23.568Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21902026-05-11T04:10:23.568Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21912026-05-11T04:10:23.568Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21922026-05-11T04:10:23.569Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21932026-05-11T04:10:23.569Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21942026-05-11T04:10:23.574Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21952026-05-11T04:10:23.574Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21962026-05-11T04:10:23.574Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21972026-05-11T04:10:23.574Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21982026-05-11T04:10:23.575Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21992026-05-11T04:10:23.575Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22002026-05-11T04:10:23.575Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22012026-05-11T04:10:23.575Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22022026-05-11T04:10:23.582Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22032026-05-11T04:10:23.582Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22042026-05-11T04:10:23.582Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22052026-05-11T04:10:23.582Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22062026-05-11T04:10:23.582Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22072026-05-11T04:10:23.582Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22082026-05-11T04:10:23.582Z────────────
22092026-05-11T04:10:23.582Z Summary [ 0.089s] 32 tests run: 32 passed, 0 skipped
22102026-05-11T04:10:23.594Z+ cp apply_remove_entire_group.log /work/
22112026-05-11T04:10:23.603Z+ popd
22122026-05-11T04:10:23.603Z/work/oxidecomputer/maghemite
22132026-05-11T04:10:23.603Zprocess exited: duration 425807 ms, exit code 0
 
22142026-05-11T04:10:23.620Zfound 66 output files
22152026-05-11T04:10:23.620Zuploading: /work/apply_remove_entire_group.log (12758 bytes)
22162026-05-11T04:10:24.826Zuploaded: /work/apply_remove_entire_group.log
22172026-05-11T04:10:24.826Zuploading: /work/dualstack_routes.log (103985 bytes)
22182026-05-11T04:10:25.865Zuploaded: /work/dualstack_routes.log
22192026-05-11T04:10:25.865Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2526 bytes)
22202026-05-11T04:10:26.891Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22212026-05-11T04:10:26.891Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1482 bytes)
22222026-05-11T04:10:27.901Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22232026-05-11T04:10:27.901Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2497 bytes)
22242026-05-11T04:10:30.559Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22252026-05-11T04:10:30.559Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2245 bytes)
22262026-05-11T04:10:31.585Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22272026-05-11T04:10:31.585Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2167 bytes)
22282026-05-11T04:10:32.610Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22292026-05-11T04:10:32.610Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2162 bytes)
22302026-05-11T04:10:33.624Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22312026-05-11T04:10:33.625Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2091 bytes)
22322026-05-11T04:10:35.615Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22332026-05-11T04:10:35.615Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2349 bytes)
22342026-05-11T04:10:36.635Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22352026-05-11T04:10:36.635Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2250 bytes)
22362026-05-11T04:10:37.654Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22372026-05-11T04:10:37.654Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2250 bytes)
22382026-05-11T04:10:38.666Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22392026-05-11T04:10:38.666Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2310 bytes)
22402026-05-11T04:10:39.676Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22412026-05-11T04:10:39.677Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2439 bytes)
22422026-05-11T04:10:41.147Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22432026-05-11T04:10:41.147Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3525 bytes)
22442026-05-11T04:10:42.168Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22452026-05-11T04:10:42.168Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3623 bytes)
22462026-05-11T04:10:43.177Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22472026-05-11T04:10:43.177Zuploading: /work/multiple_unnumbered.log (139491 bytes)
22482026-05-11T04:10:44.190Zuploaded: /work/multiple_unnumbered.log
22492026-05-11T04:10:44.190Zuploading: /work/ndp_change_reset.log (69456 bytes)
22502026-05-11T04:10:45.201Zuploaded: /work/ndp_change_reset.log
22512026-05-11T04:10:45.201Zuploading: /work/ndp_changes.log (88942 bytes)
22522026-05-11T04:10:46.212Zuploaded: /work/ndp_changes.log
22532026-05-11T04:10:46.212Zuploading: /work/r1.test_basic_peering_active.log (38336 bytes)
22542026-05-11T04:10:47.222Zuploaded: /work/r1.test_basic_peering_active.log
22552026-05-11T04:10:47.222Zuploading: /work/r1.test_basic_peering_active_tcp.log (45516 bytes)
22562026-05-11T04:10:48.231Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22572026-05-11T04:10:48.232Zuploading: /work/r1.test_basic_peering_passive.log (33728 bytes)
22582026-05-11T04:10:49.241Zuploaded: /work/r1.test_basic_peering_passive.log
22592026-05-11T04:10:49.241Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39689 bytes)
22602026-05-11T04:10:50.251Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22612026-05-11T04:10:50.251Zuploading: /work/r1.test_basic_update.log (45231 bytes)
22622026-05-11T04:10:51.262Zuploaded: /work/r1.test_basic_update.log
22632026-05-11T04:10:51.262Zuploading: /work/r1.test_basic_update_ipv6.log (45543 bytes)
22642026-05-11T04:10:52.273Zuploaded: /work/r1.test_basic_update_ipv6.log
22652026-05-11T04:10:52.273Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31209 bytes)
22662026-05-11T04:10:53.284Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22672026-05-11T04:10:53.285Zuploading: /work/r1.test_basic_update_tcp.log (31332 bytes)
22682026-05-11T04:10:54.295Zuploaded: /work/r1.test_basic_update_tcp.log
22692026-05-11T04:10:54.295Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43510 bytes)
22702026-05-11T04:10:55.305Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22712026-05-11T04:10:55.305Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43096 bytes)
22722026-05-11T04:10:56.314Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22732026-05-11T04:10:56.314Zuploading: /work/r1.test_import_export_policy_filtering.log (40196 bytes)
22742026-05-11T04:10:57.328Zuploaded: /work/r1.test_import_export_policy_filtering.log
22752026-05-11T04:10:57.328Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35911 bytes)
22762026-05-11T04:10:58.337Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22772026-05-11T04:10:58.337Zuploading: /work/r1.test_ipv6_basic_peering_active.log (41170 bytes)
22782026-05-11T04:10:59.347Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22792026-05-11T04:10:59.347Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49028 bytes)
22802026-05-11T04:11:00.357Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22812026-05-11T04:11:00.357Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33724 bytes)
22822026-05-11T04:11:01.367Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22832026-05-11T04:11:01.367Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (42263 bytes)
22842026-05-11T04:11:02.378Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22852026-05-11T04:11:02.382Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35588 bytes)
22862026-05-11T04:11:03.391Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22872026-05-11T04:11:03.391Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29933 bytes)
22882026-05-11T04:11:04.401Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22892026-05-11T04:11:04.402Zuploading: /work/r1.test_three_router_chain_tcp.log (22154 bytes)
22902026-05-11T04:11:05.412Zuploaded: /work/r1.test_three_router_chain_tcp.log
22912026-05-11T04:11:05.412Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22239 bytes)
22922026-05-11T04:11:06.422Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22932026-05-11T04:11:06.422Zuploading: /work/r2.test_basic_peering_active.log (39057 bytes)
22942026-05-11T04:11:07.433Zuploaded: /work/r2.test_basic_peering_active.log
22952026-05-11T04:11:07.433Zuploading: /work/r2.test_basic_peering_active_tcp.log (44387 bytes)
22962026-05-11T04:11:08.445Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22972026-05-11T04:11:08.445Zuploading: /work/r2.test_basic_peering_passive.log (41442 bytes)
22982026-05-11T04:11:09.456Zuploaded: /work/r2.test_basic_peering_passive.log
22992026-05-11T04:11:09.456Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45939 bytes)
23002026-05-11T04:11:10.466Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23012026-05-11T04:11:10.466Zuploading: /work/r2.test_basic_update.log (49518 bytes)
23022026-05-11T04:11:11.477Zuploaded: /work/r2.test_basic_update.log
23032026-05-11T04:11:11.478Zuploading: /work/r2.test_basic_update_ipv6.log (44949 bytes)
23042026-05-11T04:11:12.490Zuploaded: /work/r2.test_basic_update_ipv6.log
23052026-05-11T04:11:12.490Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32789 bytes)
23062026-05-11T04:11:13.500Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23072026-05-11T04:11:13.500Zuploading: /work/r2.test_basic_update_tcp.log (32798 bytes)
23082026-05-11T04:11:14.511Zuploaded: /work/r2.test_basic_update_tcp.log
23092026-05-11T04:11:14.511Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (41578 bytes)
23102026-05-11T04:11:15.525Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23112026-05-11T04:11:15.526Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (42292 bytes)
23122026-05-11T04:11:16.538Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23132026-05-11T04:11:16.538Zuploading: /work/r2.test_import_export_policy_filtering.log (36560 bytes)
23142026-05-11T04:11:17.550Zuploaded: /work/r2.test_import_export_policy_filtering.log
23152026-05-11T04:11:17.550Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (37158 bytes)
23162026-05-11T04:11:18.559Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23172026-05-11T04:11:18.560Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39439 bytes)
23182026-05-11T04:11:19.569Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23192026-05-11T04:11:19.569Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47793 bytes)
23202026-05-11T04:11:20.578Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23212026-05-11T04:11:20.579Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41321 bytes)
23222026-05-11T04:11:21.589Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23232026-05-11T04:11:21.589Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (50243 bytes)
23242026-05-11T04:11:22.599Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23252026-05-11T04:11:22.599Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38167 bytes)
23262026-05-11T04:11:23.611Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23272026-05-11T04:11:23.611Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28077 bytes)
23282026-05-11T04:11:24.622Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23292026-05-11T04:11:24.622Zuploading: /work/r2.test_three_router_chain_tcp.log (44830 bytes)
23302026-05-11T04:11:25.634Zuploaded: /work/r2.test_three_router_chain_tcp.log
23312026-05-11T04:11:25.634Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44974 bytes)
23322026-05-11T04:11:26.644Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23332026-05-11T04:11:26.644Zuploading: /work/r3.test_three_router_chain_tcp.log (21351 bytes)
23342026-05-11T04:11:27.655Zuploaded: /work/r3.test_three_router_chain_tcp.log
23352026-05-11T04:11:27.655Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21455 bytes)
23362026-05-11T04:11:28.665Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23372026-05-11T04:11:28.665Zuploading: /work/same_linklocal.log (166782 bytes)
23382026-05-11T04:11:29.680Zuploaded: /work/same_linklocal.log
23392026-05-11T04:11:29.680Zuploading: /work/three_chain.log (133030 bytes)
23402026-05-11T04:11:30.694Zuploaded: /work/three_chain.log
23412026-05-11T04:11:30.694Zuploading: /work/unnumbered_expiry.log (88007 bytes)
23422026-05-11T04:11:31.707Zuploaded: /work/unnumbered_expiry.log
23432026-05-11T04:11:31.707Zuploading: /work/unnumbered_interface_lifecycle.log (166910 bytes)
23442026-05-11T04:11:32.722Zuploaded: /work/unnumbered_interface_lifecycle.log
23452026-05-11T04:11:32.722Zuploading: /work/unnumbered_peer_change.log (78963 bytes)
23462026-05-11T04:11:33.734Zuploaded: /work/unnumbered_peer_change.log