01KS1K83CMGDHGBYXQJ9GPFFRG: test-bfd

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KS1K8HDT9B9FMQJ97H1ZDEWJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T02:26:53.471Zjob assigned to worker 01KS1K8X6RKFXT5FB31DN76N87 [factory aws, i-0466609dbe8190757] (queued for 53 s)
 
22026-05-20T02:26:59.967Zstarting task 0: "setup"
32026-05-20T02:26:59.971Z++ uname -s
42026-05-20T02:26:59.974Z+ kern=SunOS
52026-05-20T02:26:59.974Z+ build_user=build
62026-05-20T02:26:59.974Z+ build_uid=12345
72026-05-20T02:26:59.974Z+ work_dir=/work
82026-05-20T02:26:59.974Z+ input_dir=/input
92026-05-20T02:26:59.974Z+ [[ 0 == 12345 ]]
102026-05-20T02:26:59.974Z+ case "$kern" in
112026-05-20T02:26:59.974Z+ groupadd -g 12345 build
122026-05-20T02:26:59.978Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T02:27:01.982Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T02:27:02.103Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T02:27:02.106Z+ home_fs=zfs
162026-05-20T02:27:02.106Z+ [[ zfs == autofs ]]
172026-05-20T02:27:02.106Z+ mkdir -p /home/build
182026-05-20T02:27:02.106Z+ chown build:build /home/build /work
192026-05-20T02:27:04.107Z+ chmod 0700 /home/build /work
202026-05-20T02:27:04.111Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-20T02:27:04.118Zstarting task 1: "rust-toolchain"
222026-05-20T02:27:04.122Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T02:27:04.122Z * rust toolchain channel = "stable"
242026-05-20T02:27:04.122Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T02:27:04.122Z * rust toolchain profile = "default"
262026-05-20T02:27:04.122Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T02:27:04.122Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T02:27:04.125Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T02:27:04.125Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T02:27:04.245Zinfo: downloading installer
312026-05-20T02:27:05.619Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T02:27:05.619Zwarn: /opt/ooce/bin
332026-05-20T02:27:05.619Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T02:27:05.619Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T02:27:05.619Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T02:27:05.619Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T02:27:05.619Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T02:27:05.619Zerror: cannot install while Rust is installed
392026-05-20T02:27:05.620Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T02:27:05.620Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T02:27:05.620Zwarn: /home/build/.rustup/settings.toml
422026-05-20T02:27:05.620Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T02:27:05.620Zwarn: instead of the one inferred from the default host triple.
442026-05-20T02:27:05.634Zinfo: profile set to default
452026-05-20T02:27:05.634Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T02:27:05.638Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T02:27:05.770Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T02:27:05.773Zinfo: downloading 6 components
492026-05-20T02:27:20.499Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T02:27:20.499Z
512026-05-20T02:27:20.529Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T02:27:20.529Z
532026-05-20T02:27:20.532Z
542026-05-20T02:27:20.532ZRust is installed now. Great!
552026-05-20T02:27:20.532Z
562026-05-20T02:27:20.532ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T02:27:20.532Zenvironment variable. This has not been done automatically.
582026-05-20T02:27:20.532Z
592026-05-20T02:27:20.533ZTo configure your current shell, you need to source
602026-05-20T02:27:20.533Zthe corresponding env file under $HOME/.cargo.
612026-05-20T02:27:20.533Z
622026-05-20T02:27:20.533ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T02:27:20.533Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T02:27:20.533Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T02:27:20.533Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T02:27:20.533Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T02:27:20.533Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T02:27:20.533Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T02:27:20.533Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T02:27:20.533Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T02:27:20.625Z+ rustup --version
722026-05-20T02:27:20.633Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T02:27:20.637Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T02:27:20.655Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T02:27:20.658Z+ cargo --version
762026-05-20T02:27:20.673Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T02:27:20.676Z+ rustc --version
782026-05-20T02:27:20.696Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T02:27:20.699Zprocess exited: duration 16579 ms, exit code 0
 
802026-05-20T02:27:20.705Zstarting task 2: "authentication"
812026-05-20T02:27:20.723Zprocess exited: duration 17 ms, exit code 0
 
822026-05-20T02:27:20.729Zstarting task 3: "clone repository"
832026-05-20T02:27:20.733Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T02:27:20.736Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T02:27:20.777ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T02:27:22.351Z+ cd /work/oxidecomputer/maghemite
872026-05-20T02:27:22.351Z+ git fetch origin ad71a11cb1f29478f350da15977277c0aa3e7f84
882026-05-20T02:27:22.787ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T02:27:22.788Z * branch ad71a11cb1f29478f350da15977277c0aa3e7f84 -> FETCH_HEAD
902026-05-20T02:27:22.793Z+ [[ -n trey/ddm-track-session-duration ]]
912026-05-20T02:27:22.797Z++ git branch --show-current
922026-05-20T02:27:22.797Z+ current=main
932026-05-20T02:27:22.797Z+ [[ main != trey/ddm-track-session-duration ]]
942026-05-20T02:27:22.797Z+ git branch -f trey/ddm-track-session-duration ad71a11cb1f29478f350da15977277c0aa3e7f84
952026-05-20T02:27:22.801Z+ git checkout -f trey/ddm-track-session-duration
962026-05-20T02:27:22.819ZSwitched to branch 'trey/ddm-track-session-duration'
972026-05-20T02:27:22.823Z+ git reset --hard ad71a11cb1f29478f350da15977277c0aa3e7f84
982026-05-20T02:27:22.839ZHEAD is now at ad71a11 Merge main into trey/ddm-track-session-duration
992026-05-20T02:27:22.842Zprocess exited: duration 2109 ms, exit code 0
 
1002026-05-20T02:27:22.848Zstarting task 4: "build"
1012026-05-20T02:27:22.853Z+ set -o errexit
1022026-05-20T02:27:22.853Z+ set -o pipefail
1032026-05-20T02:27:22.853Z+ source .github/buildomat/test-common.sh
1042026-05-20T02:27:22.856Z++ NEXTEST_VERSION=0.9.97
1052026-05-20T02:27:22.856Z++ PLATFORM=illumos
1062026-05-20T02:27:22.856Z++ banner install
1072026-05-20T02:27:22.856Z
1082026-05-20T02:27:22.856Z # # # #### ##### ## # #
1092026-05-20T02:27:22.856Z # ## # # # # # # #
1102026-05-20T02:27:22.856Z # # # # #### # # # # #
1112026-05-20T02:27:22.856Z # # # # # # ###### # #
1122026-05-20T02:27:22.856Z # # ## # # # # # # #
1132026-05-20T02:27:22.856Z # # # #### # # # ###### ######
1142026-05-20T02:27:22.856Z
1152026-05-20T02:27:22.856Z++ set +o errexit
1162026-05-20T02:27:22.856Z++ pkg info clang-15
1172026-05-20T02:27:22.859Z++ grep -qi installed
1182026-05-20T02:27:24.156Zpkg: info: no packages matching the following patterns you specified are
1192026-05-20T02:27:24.157Zinstalled on the system. Try querying remotely instead:
1202026-05-20T02:27:24.157Z
1212026-05-20T02:27:24.157Z clang-15
1222026-05-20T02:27:24.197Z++ [[ 1 != 0 ]]
1232026-05-20T02:27:24.197Z++ set -o errexit
1242026-05-20T02:27:24.197Z++ pfexec pkg install clang-15
1252026-05-20T02:27:31.812Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-05-20T02:27:40.237Z Startup: Caching catalogs ... Done
1272026-05-20T02:27:47.980ZPlanning: Solver setup ... Done
1282026-05-20T02:27:48.024ZPlanning: Running solver ... Done
1292026-05-20T02:27:48.175ZPlanning: Finding local manifests ... Done
1302026-05-20T02:27:48.195ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-20T02:27:48.297ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-20T02:27:48.329ZPlanning: Package planning ... Done
1332026-05-20T02:27:48.357ZPlanning: Merging actions ... Done
1342026-05-20T02:27:48.474ZPlanning: Checking for conflicting actions ... Done
1352026-05-20T02:27:48.481ZPlanning: Consolidating action changes ... Done
1362026-05-20T02:27:49.276ZPlanning: Evaluating mediators ... Done
1372026-05-20T02:27:49.281ZPlanning: Planning completed in 8.86 seconds
1382026-05-20T02:27:49.293Z Packages to install: 2
1392026-05-20T02:27:49.293Z Mediators to change: 2
1402026-05-20T02:27:49.296Z Services to change: 1
1412026-05-20T02:27:49.296Z Create boot environment: No
1422026-05-20T02:27:49.296ZCreate backup boot environment: No
1432026-05-20T02:27:49.337Z
1442026-05-20T02:27:49.337ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-05-20T02:27:54.340ZDownload: 1596/3076 items 117.0/211.3MB 55% complete (24.1M/s)
1462026-05-20T02:27:59.960ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (16.5M/s)
1472026-05-20T02:28:05.811ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (15.8M/s)
1482026-05-20T02:28:11.984ZDownload: 3032/3076 items 201.6/211.3MB 95% complete (11.4M/s)
1492026-05-20T02:28:18.250ZDownload: 3070/3076 items 211.1/211.3MB 99% complete (10.5M/s)
1502026-05-20T02:28:18.320ZDownload: Completed 211.31 MB in 28.98 seconds (7.3M/s)
1512026-05-20T02:28:18.445Z Actions: 1/3418 actions (Installing new actions)
1522026-05-20T02:28:21.778Z Actions: Completed 3418 actions in 3.33 seconds.
1532026-05-20T02:28:22.452Z Done
1542026-05-20T02:28:22.452Z Done
1552026-05-20T02:28:23.245Z Done
1562026-05-20T02:28:26.759Z Done
1572026-05-20T02:28:26.835Z Done
1582026-05-20T02:28:26.839Z Done
1592026-05-20T02:28:27.065Z Done
1602026-05-20T02:28:27.771Z++ set -o errexit
1612026-05-20T02:28:27.771Z++ cargo --version
1622026-05-20T02:28:27.779Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-05-20T02:28:27.935Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-05-20T02:28:27.938Zinfo: downloading 6 components
1652026-05-20T02:28:44.010Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-05-20T02:28:44.014Z++ rustc --version
1672026-05-20T02:28:44.044Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-05-20T02:28:44.047Z++ cargo install cargo-nextest --version 0.9.97
1692026-05-20T02:28:44.093Z Updating crates.io index
1702026-05-20T02:28:44.191Z Downloading crates ...
1712026-05-20T02:28:44.272Z Downloaded cargo-nextest v0.9.97
1722026-05-20T02:28:44.340Z Installing cargo-nextest v0.9.97
1732026-05-20T02:28:44.384Z Updating crates.io index
1742026-05-20T02:28:46.835Z Locking 404 packages to latest compatible versions
1752026-05-20T02:28:46.840Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-05-20T02:28:46.840Z Adding duct v0.13.7 (available: v1.1.1)
1772026-05-20T02:28:46.840Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-05-20T02:28:46.840Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-05-20T02:28:46.844Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-05-20T02:28:46.844Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1812026-05-20T02:28:46.844Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-05-20T02:28:46.849Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1832026-05-20T02:28:46.854Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-05-20T02:28:46.870Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1852026-05-20T02:28:46.880Z Downloading crates ...
1862026-05-20T02:28:46.981Z Downloaded addr2line v0.25.1
1872026-05-20T02:28:46.984Z Downloaded atomic-waker v1.1.2
1882026-05-20T02:28:46.987Z Downloaded clap_derive v4.6.1
1892026-05-20T02:28:46.990Z Downloaded backtrace-ext v0.2.1
1902026-05-20T02:28:46.993Z Downloaded anstyle v1.0.14
1912026-05-20T02:28:46.993Z Downloaded adler2 v2.0.1
1922026-05-20T02:28:46.996Z Downloaded lazy_static v1.5.0
1932026-05-20T02:28:46.999Z Downloaded aho-corasick v1.1.4
1942026-05-20T02:28:47.003Z Downloaded ahash v0.8.12
1952026-05-20T02:28:47.006Z Downloaded futures-core v0.3.32
1962026-05-20T02:28:47.010Z Downloaded equivalent v1.0.2
1972026-05-20T02:28:47.010Z Downloaded colorchoice v1.0.5
1982026-05-20T02:28:47.010Z Downloaded cargo_metadata v0.23.1
1992026-05-20T02:28:47.014Z Downloaded cargo-platform v0.3.3
2002026-05-20T02:28:47.014Z Downloaded home v0.5.12
2012026-05-20T02:28:47.017Z Downloaded cargo-util-schemas v0.2.0
2022026-05-20T02:28:47.017Z Downloaded atomicwrites v0.4.4
2032026-05-20T02:28:47.017Z Downloaded getrandom v0.2.17
2042026-05-20T02:28:47.021Z Downloaded ipnet v2.12.0
2052026-05-20T02:28:47.024Z Downloaded anstyle-query v1.1.5
2062026-05-20T02:28:47.024Z Downloaded autocfg v1.5.0
2072026-05-20T02:28:47.027Z Downloaded debug-ignore v1.0.5
2082026-05-20T02:28:47.027Z Downloaded filetime v0.2.29
2092026-05-20T02:28:47.030Z Downloaded cpufeatures v0.2.17
2102026-05-20T02:28:47.030Z Downloaded getrandom v0.4.2
2112026-05-20T02:28:47.033Z Downloaded hex v0.4.3
2122026-05-20T02:28:47.033Z Downloaded http v1.4.0
2132026-05-20T02:28:47.036Z Downloaded document-features v0.2.12
2142026-05-20T02:28:47.039Z Downloaded futures-task v0.3.32
2152026-05-20T02:28:47.042Z Downloaded quinn-udp v0.5.14
2162026-05-20T02:28:47.048Z Downloaded color-spantrace v0.3.0
2172026-05-20T02:28:47.051Z Downloaded hyper v1.9.0
2182026-05-20T02:28:47.055Z Downloaded crypto-common v0.1.7
2192026-05-20T02:28:47.058Z Downloaded guppy-workspace-hack v0.1.0
2202026-05-20T02:28:47.058Z Downloaded clap_lex v1.1.0
2212026-05-20T02:28:47.061Z Downloaded jobserver v0.1.34
2222026-05-20T02:28:47.061Z Downloaded nextest-workspace-hack v0.1.0
2232026-05-20T02:28:47.064Z Downloaded ordered-float v2.10.1
2242026-05-20T02:28:47.064Z Downloaded http-body v1.0.1
2252026-05-20T02:28:47.064Z Downloaded async-scoped v0.9.0
2262026-05-20T02:28:47.069Z Downloaded block-buffer v0.10.4
2272026-05-20T02:28:47.069Z Downloaded cfg_aliases v0.2.1
2282026-05-20T02:28:47.072Z Downloaded bytes v1.11.1
2292026-05-20T02:28:47.075Z Downloaded futures-io v0.3.32
2302026-05-20T02:28:47.075Z Downloaded anstyle-parse v1.0.0
2312026-05-20T02:28:47.075Z Downloaded self_update v0.42.0
2322026-05-20T02:28:47.078Z Downloaded idna v1.1.0
2332026-05-20T02:28:47.081Z Downloaded foreign-types-shared v0.1.1
2342026-05-20T02:28:47.082Z Downloaded fnv v1.0.7
2352026-05-20T02:28:47.085Z Downloaded errno v0.3.14
2362026-05-20T02:28:47.085Z Downloaded serde-value v0.7.0
2372026-05-20T02:28:47.088Z Downloaded enable-ansi-support v0.2.1
2382026-05-20T02:28:47.088Z Downloaded generic-array v0.14.7
2392026-05-20T02:28:47.091Z Downloaded foreign-types v0.3.2
2402026-05-20T02:28:47.094Z Downloaded heck v0.5.0
2412026-05-20T02:28:47.094Z Downloaded futures-sink v0.3.32
2422026-05-20T02:28:47.097Z Downloaded quote v1.0.45
2432026-05-20T02:28:47.097Z Downloaded mio v1.2.0
2442026-05-20T02:28:47.101Z Downloaded serde_spanned v0.6.9
2452026-05-20T02:28:47.104Z Downloaded hyper-rustls v0.27.9
2462026-05-20T02:28:47.104Z Downloaded num-traits v0.2.19
2472026-05-20T02:28:47.107Z Downloaded pkcs8 v0.10.2
2482026-05-20T02:28:47.110Z Downloaded cargo-platform v0.2.0
2492026-05-20T02:28:47.113Z Downloaded cfg-if v1.0.4
2502026-05-20T02:28:47.113Z Downloaded base64 v0.22.1
2512026-05-20T02:28:47.115Z Downloaded portable-atomic v1.13.1
2522026-05-20T02:28:47.120Z Downloaded futures-macro v0.3.32
2532026-05-20T02:28:47.123Z Downloaded percent-encoding v2.3.2
2542026-05-20T02:28:47.123Z Downloaded futures-executor v0.3.32
2552026-05-20T02:28:47.123Z Downloaded serde_ignored v0.1.14
2562026-05-20T02:28:47.126Z Downloaded convert_case v0.10.0
2572026-05-20T02:28:47.126Z Downloaded anstream v1.0.0
2582026-05-20T02:28:47.126Z Downloaded target-lexicon v0.13.3
2592026-05-20T02:28:47.129Z Downloaded cfg-expr v0.20.7
2602026-05-20T02:28:47.132Z Downloaded foldhash v0.1.5
2612026-05-20T02:28:47.132Z Downloaded find-msvc-tools v0.1.9
2622026-05-20T02:28:47.132Z Downloaded fastrand v2.4.1
2632026-05-20T02:28:47.135Z Downloaded erased-serde v0.4.10
2642026-05-20T02:28:47.135Z Downloaded sigchld v0.2.4
2652026-05-20T02:28:47.139Z Downloaded shared_child v1.1.1
2662026-05-20T02:28:47.139Z Downloaded signature v2.2.0
2672026-05-20T02:28:47.140Z Downloaded serde_spanned v1.1.1
2682026-05-20T02:28:47.142Z Downloaded signal-hook-mio v0.2.5
2692026-05-20T02:28:47.142Z Downloaded itoa v1.0.18
2702026-05-20T02:28:47.142Z Downloaded is_ci v1.2.0
2712026-05-20T02:28:47.142Z Downloaded camino v1.2.2
2722026-05-20T02:28:47.146Z Downloaded number_prefix v0.4.0
2732026-05-20T02:28:47.146Z Downloaded base64ct v1.8.3
2742026-05-20T02:28:47.149Z Downloaded supports-hyperlinks v3.2.0
2752026-05-20T02:28:47.149Z Downloaded subtle v2.6.1
2762026-05-20T02:28:47.149Z Downloaded duct v0.13.7
2772026-05-20T02:28:47.152Z Downloaded rustc-hash v2.1.2
2782026-05-20T02:28:47.153Z Downloaded rustc_version v0.4.1
2792026-05-20T02:28:47.153Z Downloaded hyper-tls v0.6.0
2802026-05-20T02:28:47.153Z Downloaded indenter v0.3.4
2812026-05-20T02:28:47.156Z Downloaded digest v0.10.7
2822026-05-20T02:28:47.156Z Downloaded form_urlencoded v1.2.2
2832026-05-20T02:28:47.156Z Downloaded either v1.15.0
2842026-05-20T02:28:47.159Z Downloaded future-queue v0.4.0
2852026-05-20T02:28:47.159Z Downloaded fixedbitset v0.5.7
2862026-05-20T02:28:47.162Z Downloaded nextest-filtering v0.15.0
2872026-05-20T02:28:47.162Z Downloaded newtype-uuid v1.3.2
2882026-05-20T02:28:47.162Z Downloaded ed25519 v2.2.3
2892026-05-20T02:28:47.165Z Downloaded globset v0.4.18
2902026-05-20T02:28:47.165Z Downloaded camino-tempfile v1.4.1
2912026-05-20T02:28:47.168Z Downloaded swrite v0.1.0
2922026-05-20T02:28:47.168Z Downloaded supports-unicode v3.0.0
2932026-05-20T02:28:47.168Z Downloaded curve25519-dalek-derive v0.1.1
2942026-05-20T02:28:47.168Z Downloaded strip-ansi-escapes v0.2.1
2952026-05-20T02:28:47.171Z Downloaded nextest-metadata v0.12.2
2962026-05-20T02:28:47.171Z Downloaded dialoguer v0.11.0
2972026-05-20T02:28:47.175Z Downloaded terminal_size v0.4.4
2982026-05-20T02:28:47.178Z Downloaded const-oid v0.9.6
2992026-05-20T02:28:47.183Z Downloaded backtrace v0.3.76
3002026-05-20T02:28:47.187Z Downloaded scopeguard v1.2.0
3012026-05-20T02:28:47.187Z Downloaded cargo_metadata v0.20.0
3022026-05-20T02:28:47.187Z Downloaded owo-colors v4.3.0
3032026-05-20T02:28:47.187Z Downloaded serde_urlencoded v0.7.1
3042026-05-20T02:28:47.199Z Downloaded eyre v0.6.12
3052026-05-20T02:28:47.199Z Downloaded serde-untagged v0.1.9
3062026-05-20T02:28:47.199Z Downloaded pin-project-lite v0.2.17
3072026-05-20T02:28:47.200Z Downloaded spki v0.7.3
3082026-05-20T02:28:47.200Z Downloaded mukti-metadata v0.3.0
3092026-05-20T02:28:47.200Z Downloaded is_terminal_polyfill v1.70.2
3102026-05-20T02:28:47.200Z Downloaded slab v0.4.12
3112026-05-20T02:28:47.200Z Downloaded simd-adler32 v0.3.9
3122026-05-20T02:28:47.203Z Downloaded shlex v1.3.0
3132026-05-20T02:28:47.203Z Downloaded serde_path_to_error v0.1.20
3142026-05-20T02:28:47.203Z Downloaded futures-channel v0.3.32
3152026-05-20T02:28:47.203Z Downloaded rustc-demangle v0.1.27
3162026-05-20T02:28:47.203Z Downloaded os_pipe v1.2.3
3172026-05-20T02:28:47.206Z Downloaded openssl-macros v0.1.1
3182026-05-20T02:28:47.206Z Downloaded console v0.15.11
3192026-05-20T02:28:47.209Z Downloaded parking_lot_core v0.9.12
3202026-05-20T02:28:47.209Z Downloaded target-spec-miette v0.4.6
3212026-05-20T02:28:47.212Z Downloaded pathdiff v0.2.3
3222026-05-20T02:28:47.212Z Downloaded sync_wrapper v1.0.2
3232026-05-20T02:28:47.212Z Downloaded iana-time-zone v0.1.65
3242026-05-20T02:28:47.215Z Downloaded tokio-macros v2.7.0
3252026-05-20T02:28:47.215Z Downloaded crc32fast v1.5.0
3262026-05-20T02:28:47.218Z Downloaded http-body-util v0.1.3
3272026-05-20T02:28:47.218Z Downloaded futures v0.3.32
3282026-05-20T02:28:47.221Z Downloaded thiserror v1.0.69
3292026-05-20T02:28:47.226Z Downloaded hyper-util v0.1.20
3302026-05-20T02:28:47.229Z Downloaded rand_chacha v0.9.0
3312026-05-20T02:28:47.229Z Downloaded bitflags v2.11.1
3322026-05-20T02:28:47.232Z Downloaded derive_more v2.1.1
3332026-05-20T02:28:47.238Z Downloaded utf8parse v0.2.2
3342026-05-20T02:28:47.241Z Downloaded unicode-linebreak v0.1.5
3352026-05-20T02:28:47.241Z Downloaded typeid v1.0.3
3362026-05-20T02:28:47.241Z Downloaded openssl-probe v0.2.1
3372026-05-20T02:28:47.241Z Downloaded tower-layer v0.3.3
3382026-05-20T02:28:47.244Z Downloaded tinyvec_macros v0.1.1
3392026-05-20T02:28:47.244Z Downloaded thread_local v1.1.9
3402026-05-20T02:28:47.244Z Downloaded rand_core v0.9.5
3412026-05-20T02:28:47.244Z Downloaded xattr v1.6.1
3422026-05-20T02:28:47.247Z Downloaded smallvec v1.15.1
3432026-05-20T02:28:47.247Z Downloaded derive-where v1.6.1
3442026-05-20T02:28:47.250Z Downloaded smol_str v0.3.6
3452026-05-20T02:28:47.251Z Downloaded rustls-pki-types v1.14.1
3462026-05-20T02:28:47.254Z Downloaded ppv-lite86 v0.2.21
3472026-05-20T02:28:47.254Z Downloaded config v0.15.23
3482026-05-20T02:28:47.257Z Downloaded sha2 v0.10.9
3492026-05-20T02:28:47.260Z Downloaded thiserror-impl v2.0.18
3502026-05-20T02:28:47.260Z Downloaded idna_adapter v1.0.0
3512026-05-20T02:28:47.260Z Downloaded version_check v0.9.5
3522026-05-20T02:28:47.263Z Downloaded toml_write v0.1.2
3532026-05-20T02:28:47.263Z Downloaded thiserror-impl v1.0.69
3542026-05-20T02:28:47.263Z Downloaded clap v4.6.1
3552026-05-20T02:28:47.269Z Downloaded utf8_iter v1.0.4
3562026-05-20T02:28:47.272Z Downloaded tower-service v0.3.3
3572026-05-20T02:28:47.272Z Downloaded pin-project-internal v1.1.13
3582026-05-20T02:28:47.272Z Downloaded native-tls v0.2.18
3592026-05-20T02:28:47.275Z Downloaded miette-derive v7.6.0
3602026-05-20T02:28:47.275Z Downloaded indent_write v2.2.0
3612026-05-20T02:28:47.278Z Downloaded sharded-slab v0.1.7
3622026-05-20T02:28:47.278Z Downloaded serde_derive v1.0.228
3632026-05-20T02:28:47.282Z Downloaded proc-macro2 v1.0.106
3642026-05-20T02:28:47.285Z Downloaded urlencoding v2.1.3
3652026-05-20T02:28:47.285Z Downloaded pin-project v1.1.13
3662026-05-20T02:28:47.292Z Downloaded untrusted v0.9.0
3672026-05-20T02:28:47.296Z Downloaded signal-hook v0.3.18
3682026-05-20T02:28:47.296Z Downloaded httparse v1.10.1
3692026-05-20T02:28:47.299Z Downloaded tracing-log v0.2.0
3702026-05-20T02:28:47.299Z Downloaded toml_writer v1.1.1+spec-1.1.0
3712026-05-20T02:28:47.299Z Downloaded tokio-native-tls v0.3.1
3722026-05-20T02:28:47.302Z Downloaded shell-words v1.1.1
3732026-05-20T02:28:47.302Z Downloaded humantime-serde v1.1.1
3742026-05-20T02:28:47.302Z Downloaded nested v0.1.1
3752026-05-20T02:28:47.302Z Downloaded parking_lot v0.12.5
3762026-05-20T02:28:47.307Z Downloaded getrandom v0.3.4
3772026-05-20T02:28:47.313Z Downloaded tokio-rustls v0.26.4
3782026-05-20T02:28:47.316Z Downloaded rand_core v0.6.4
3792026-05-20T02:28:47.316Z Downloaded ed25519-dalek v2.2.0
3802026-05-20T02:28:47.319Z Downloaded lock_api v0.4.14
3812026-05-20T02:28:47.319Z Downloaded humantime v2.3.0
3822026-05-20T02:28:47.323Z Downloaded serde_core v1.0.228
3832026-05-20T02:28:47.323Z Downloaded borsh v1.6.1
3842026-05-20T02:28:47.327Z Downloaded zipsign-api v0.1.5
3852026-05-20T02:28:47.330Z Downloaded lru-slab v0.1.2
3862026-05-20T02:28:47.333Z Downloaded zeroize v1.8.2
3872026-05-20T02:28:47.333Z Downloaded zstd-safe v7.2.4
3882026-05-20T02:28:47.333Z Downloaded unicase v2.9.0
3892026-05-20T02:28:47.336Z Downloaded self-replace v1.5.0
3902026-05-20T02:28:47.336Z Downloaded litrs v1.0.0
3912026-05-20T02:28:47.336Z Downloaded xxhash-rust v0.8.15
3922026-05-20T02:28:47.340Z Downloaded tokio-stream v0.1.18
3932026-05-20T02:28:47.346Z Downloaded socket2 v0.6.3
3942026-05-20T02:28:47.349Z Downloaded der v0.7.10
3952026-05-20T02:28:47.355Z Downloaded pkg-config v0.3.33
3962026-05-20T02:28:47.358Z Downloaded derive_more-impl v2.1.1
3972026-05-20T02:28:47.361Z Downloaded semver v1.0.28
3982026-05-20T02:28:47.366Z Downloaded cc v1.2.62
3992026-05-20T02:28:47.369Z Downloaded textwrap v0.16.2
4002026-05-20T02:28:47.372Z Downloaded quick-junit v0.5.2
4012026-05-20T02:28:47.375Z Downloaded uuid v1.23.1
4022026-05-20T02:28:47.378Z Downloaded tracing-attributes v0.1.31
4032026-05-20T02:28:47.378Z Downloaded unicode-ident v1.0.24
4042026-05-20T02:28:47.381Z Downloaded openssl-sys v0.9.116
4052026-05-20T02:28:47.384Z Downloaded try-lock v0.2.5
4062026-05-20T02:28:47.384Z Downloaded serde v1.0.228
4072026-05-20T02:28:47.388Z Downloaded toml v1.1.2+spec-1.1.0
4082026-05-20T02:28:47.391Z Downloaded rand v0.9.4
4092026-05-20T02:28:47.391Z Downloaded tracing-core v0.1.36
4102026-05-20T02:28:47.395Z Downloaded flate2 v1.1.9
4112026-05-20T02:28:47.398Z Downloaded signal-hook-registry v1.4.8
4122026-05-20T02:28:47.398Z Downloaded ryu v1.0.23
4132026-05-20T02:28:47.402Z Downloaded once_cell v1.21.4
4142026-05-20T02:28:47.402Z Downloaded indicatif v0.17.11
4152026-05-20T02:28:47.406Z Downloaded toml_edit v0.22.27
4162026-05-20T02:28:47.421Z Downloaded want v0.3.1
4172026-05-20T02:28:47.424Z Downloaded toml_datetime v0.6.11
4182026-05-20T02:28:47.425Z Downloaded log v0.4.29
4192026-05-20T02:28:47.428Z Downloaded thiserror v2.0.18
4202026-05-20T02:28:47.438Z Downloaded url v2.5.8
4212026-05-20T02:28:47.441Z Downloaded rustls-webpki v0.103.13
4222026-05-20T02:28:47.447Z Downloaded toml_parser v1.1.2+spec-1.1.0
4232026-05-20T02:28:47.450Z Downloaded strsim v0.11.1
4242026-05-20T02:28:47.454Z Downloaded quinn v0.11.9
4252026-05-20T02:28:47.462Z Downloaded hashbrown v0.15.5
4262026-05-20T02:28:47.465Z Downloaded crossterm v0.29.0
4272026-05-20T02:28:47.472Z Downloaded memchr v2.8.0
4282026-05-20T02:28:47.480Z Downloaded unicode-segmentation v1.13.2
4292026-05-20T02:28:47.483Z Downloaded hashbrown v0.17.1
4302026-05-20T02:28:47.486Z Downloaded static_assertions v1.1.0
4312026-05-20T02:28:47.486Z Downloaded typenum v1.20.0
4322026-05-20T02:28:47.497Z Downloaded supports-color v3.0.2
4332026-05-20T02:28:47.497Z Downloaded futures-util v0.3.32
4342026-05-20T02:28:47.502Z Downloaded tower v0.5.3
4352026-05-20T02:28:47.505Z Downloaded miniz_oxide v0.8.9
4362026-05-20T02:28:47.505Z Downloaded unicode-normalization v0.1.25
4372026-05-20T02:28:47.508Z Downloaded tokio-util v0.7.18
4382026-05-20T02:28:47.514Z Downloaded indexmap v2.14.0
4392026-05-20T02:28:47.517Z Downloaded target-spec v3.6.0
4402026-05-20T02:28:47.517Z Downloaded h2 v0.4.14
4412026-05-20T02:28:47.520Z Downloaded miette v7.6.0
4422026-05-20T02:28:47.523Z Downloaded clap_builder v4.6.0
4432026-05-20T02:28:47.526Z Downloaded guppy v0.17.25
4442026-05-20T02:28:47.540Z Downloaded zstd v0.13.3
4452026-05-20T02:28:47.544Z Downloaded tar v0.4.46
4462026-05-20T02:28:47.554Z Downloaded winnow v1.0.3
4472026-05-20T02:28:47.561Z Downloaded chrono v0.4.44
4482026-05-20T02:28:47.565Z Downloaded webpki-roots v1.0.7
4492026-05-20T02:28:47.573Z Downloaded ron v0.12.1
4502026-05-20T02:28:47.579Z Downloaded vcpkg v0.2.15
4512026-05-20T02:28:47.605Z Downloaded tracing-error v0.2.1
4522026-05-20T02:28:47.609Z Downloaded curve25519-dalek v4.1.3
4532026-05-20T02:28:47.612Z Downloaded gimli v0.32.3
4542026-05-20T02:28:47.615Z Downloaded zmij v1.0.21
4552026-05-20T02:28:47.618Z Downloaded unicode-width v0.1.14
4562026-05-20T02:28:47.621Z Downloaded syn v2.0.117
4572026-05-20T02:28:47.626Z Downloaded zerocopy v0.8.48
4582026-05-20T02:28:47.638Z Downloaded tinyvec v1.11.0
4592026-05-20T02:28:47.641Z Downloaded tempfile v3.27.0
4602026-05-20T02:28:47.644Z Downloaded bstr v1.12.1
4612026-05-20T02:28:47.647Z Downloaded reqwest v0.12.28
4622026-05-20T02:28:47.650Z Downloaded regex v1.12.3
4632026-05-20T02:28:47.654Z Downloaded pulldown-cmark v0.13.3
4642026-05-20T02:28:47.657Z Downloaded itertools v0.14.0
4652026-05-20T02:28:47.662Z Downloaded unicode-xid v0.2.6
4662026-05-20T02:28:47.666Z Downloaded tracing v0.1.44
4672026-05-20T02:28:47.672Z Downloaded quick-xml v0.38.4
4682026-05-20T02:28:47.676Z Downloaded quick-xml v0.37.5
4692026-05-20T02:28:47.679Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4702026-05-20T02:28:47.683Z Downloaded toml v0.8.23
4712026-05-20T02:28:47.683Z Downloaded serde_json v1.0.149
4722026-05-20T02:28:47.686Z Downloaded rustls v0.23.40
4732026-05-20T02:28:47.693Z Downloaded vte v0.14.1
4742026-05-20T02:28:47.698Z Downloaded color-eyre v0.6.5
4752026-05-20T02:28:47.701Z Downloaded tower-http v0.6.11
4762026-05-20T02:28:47.706Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4772026-05-20T02:28:47.718Z Downloaded tokio v1.52.3
4782026-05-20T02:28:47.742Z Downloaded quinn-proto v0.11.14
4792026-05-20T02:28:47.784Z Downloaded winnow v0.7.15
4802026-05-20T02:28:47.792Z Downloaded openssl v0.10.80
4812026-05-20T02:28:47.818Z Downloaded nextest-runner v0.80.0
4822026-05-20T02:28:47.824Z Downloaded unicode-width v0.2.2
4832026-05-20T02:28:47.827Z Downloaded nix v0.30.1
4842026-05-20T02:28:47.835Z Downloaded object v0.37.3
4852026-05-20T02:28:47.841Z Downloaded regex-syntax v0.8.10
4862026-05-20T02:28:47.846Z Downloaded tracing-subscriber v0.3.23
4872026-05-20T02:28:47.860Z Downloaded rustix v1.1.4
4882026-05-20T02:28:47.877Z Downloaded rustix v0.38.44
4892026-05-20T02:28:47.944Z Downloaded regex-automata v0.4.14
4902026-05-20T02:28:47.995Z Downloaded petgraph v0.8.3
4912026-05-20T02:28:48.008Z Downloaded libc v0.2.186
4922026-05-20T02:28:48.090Z Downloaded recursion v0.5.4
4932026-05-20T02:28:48.096Z Downloaded ring v0.17.14
4942026-05-20T02:28:48.159Z Compiling proc-macro2 v1.0.106
4952026-05-20T02:28:48.163Z Compiling libc v0.2.186
4962026-05-20T02:28:48.163Z Compiling quote v1.0.45
4972026-05-20T02:28:48.163Z Compiling unicode-ident v1.0.24
4982026-05-20T02:28:48.163Z Compiling serde_core v1.0.228
4992026-05-20T02:28:48.163Z Compiling cfg-if v1.0.4
5002026-05-20T02:28:48.163Z Compiling memchr v2.8.0
5012026-05-20T02:28:48.163Z Compiling once_cell v1.21.4
5022026-05-20T02:28:48.420Z Compiling log v0.4.29
5032026-05-20T02:28:48.435Z Compiling pin-project-lite v0.2.17
5042026-05-20T02:28:48.532Z Compiling serde v1.0.228
5052026-05-20T02:28:48.586Z Compiling itoa v1.0.18
5062026-05-20T02:28:48.730Z Compiling smallvec v1.15.1
5072026-05-20T02:28:48.837Z Compiling futures-core v0.3.32
5082026-05-20T02:28:48.904Z Compiling bitflags v2.11.1
5092026-05-20T02:28:48.988Z Compiling hashbrown v0.17.1
5102026-05-20T02:28:49.005Z Compiling equivalent v1.0.2
5112026-05-20T02:28:49.089Z Compiling find-msvc-tools v0.1.9
5122026-05-20T02:28:49.339Z Compiling errno v0.3.14
5132026-05-20T02:28:49.339Z Compiling shlex v1.3.0
5142026-05-20T02:28:49.363Z Compiling bytes v1.11.1
5152026-05-20T02:28:49.516Z Compiling signal-hook-registry v1.4.8
5162026-05-20T02:28:49.544Z Compiling jobserver v0.1.34
5172026-05-20T02:28:49.547Z Compiling mio v1.2.0
5182026-05-20T02:28:49.658Z Compiling futures-sink v0.3.32
5192026-05-20T02:28:49.752Z Compiling syn v2.0.117
5202026-05-20T02:28:49.780Z Compiling rustix v1.1.4
5212026-05-20T02:28:49.783Z Compiling socket2 v0.6.3
5222026-05-20T02:28:49.924Z Compiling cc v1.2.62
5232026-05-20T02:28:50.170Z Compiling zmij v1.0.21
5242026-05-20T02:28:50.370Z Compiling slab v0.4.12
5252026-05-20T02:28:50.370Z Compiling futures-channel v0.3.32
5262026-05-20T02:28:50.548Z Compiling tracing-core v0.1.36
5272026-05-20T02:28:50.593Z Compiling serde_json v1.0.149
5282026-05-20T02:28:50.654Z Compiling version_check v0.9.5
5292026-05-20T02:28:50.925Z Compiling indexmap v2.14.0
5302026-05-20T02:28:51.011Z Compiling futures-io v0.3.32
5312026-05-20T02:28:51.033Z Compiling futures-task v0.3.32
5322026-05-20T02:28:51.082Z Compiling getrandom v0.4.2
5332026-05-20T02:28:51.220Z Compiling camino v1.2.2
5342026-05-20T02:28:51.347Z Compiling percent-encoding v2.3.2
5352026-05-20T02:28:51.402Z Compiling unicode-width v0.2.2
5362026-05-20T02:28:51.643Z Compiling ring v0.17.14
5372026-05-20T02:28:51.726Z Compiling http v1.4.0
5382026-05-20T02:28:51.799Z Compiling autocfg v1.5.0
5392026-05-20T02:28:51.812Z Compiling adler2 v2.0.1
5402026-05-20T02:28:51.816Z Compiling zeroize v1.8.2
5412026-05-20T02:28:51.992Z Compiling simd-adler32 v0.3.9
5422026-05-20T02:28:52.163Z Compiling num-traits v0.2.19
5432026-05-20T02:28:52.425Z Compiling miniz_oxide v0.8.9
5442026-05-20T02:28:52.442Z Compiling target-lexicon v0.13.3
5452026-05-20T02:28:52.646Z Compiling object v0.37.3
5462026-05-20T02:28:52.897Z Compiling getrandom v0.3.4
5472026-05-20T02:28:52.956Z Compiling zerocopy v0.8.48
5482026-05-20T02:28:53.073Z Compiling http-body v1.0.1
5492026-05-20T02:28:53.291Z Compiling rustls-pki-types v1.14.1
5502026-05-20T02:28:53.419Z Compiling form_urlencoded v1.2.2
5512026-05-20T02:28:53.432Z Compiling semver v1.0.28
5522026-05-20T02:28:53.626Z Compiling serde_derive v1.0.228
5532026-05-20T02:28:53.707Z Compiling tokio-macros v2.7.0
5542026-05-20T02:28:53.785Z Compiling futures-macro v0.3.32
5552026-05-20T02:28:54.031Z Compiling tracing-attributes v0.1.31
5562026-05-20T02:28:54.081Z Compiling getrandom v0.2.17
5572026-05-20T02:28:54.145Z Compiling gimli v0.32.3
5582026-05-20T02:28:54.225Z Compiling untrusted v0.9.0
5592026-05-20T02:28:54.284Z Compiling thiserror v2.0.18
5602026-05-20T02:28:54.366Z Compiling idna_adapter v1.0.0
5612026-05-20T02:28:54.475Z Compiling utf8_iter v1.0.4
5622026-05-20T02:28:54.534Z Compiling tokio v1.52.3
5632026-05-20T02:28:54.659Z Compiling signal-hook v0.3.18
5642026-05-20T02:28:54.662Z Compiling fnv v1.0.7
5652026-05-20T02:28:54.688Z Compiling futures-util v0.3.32
5662026-05-20T02:28:54.765Z Compiling owo-colors v4.3.0
5672026-05-20T02:28:54.904Z Compiling guppy-workspace-hack v0.1.0
5682026-05-20T02:28:55.117Z Compiling httparse v1.10.1
5692026-05-20T02:28:55.310Z Compiling tracing v0.1.44
5702026-05-20T02:28:55.446Z Compiling idna v1.1.0
5712026-05-20T02:28:55.547Z Compiling thiserror-impl v2.0.18
5722026-05-20T02:28:56.510Z Compiling addr2line v0.25.1
5732026-05-20T02:28:57.176Z Compiling generic-array v0.14.7
5742026-05-20T02:28:57.236Z Compiling try-lock v0.2.5
5752026-05-20T02:28:57.360Z Compiling rustls v0.23.40
5762026-05-20T02:28:57.436Z Compiling pkg-config v0.3.33
5772026-05-20T02:28:57.535Z Compiling fastrand v2.4.1
5782026-05-20T02:28:57.602Z Compiling rustc-demangle v0.1.27
5792026-05-20T02:28:57.638Z Compiling atomic-waker v1.1.2
5802026-05-20T02:28:57.782Z Compiling target-spec v3.6.0
5812026-05-20T02:28:57.895Z Compiling tower-service v0.3.3
5822026-05-20T02:28:57.906Z Compiling thiserror v1.0.69
5832026-05-20T02:28:57.998Z Compiling typeid v1.0.3
5842026-05-20T02:28:58.120Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-05-20T02:28:58.355Z Compiling tempfile v3.27.0
5862026-05-20T02:28:58.468Z Compiling want v0.3.1
5872026-05-20T02:28:58.565Z Compiling cfg-expr v0.20.7
5882026-05-20T02:28:58.675Z Compiling url v2.5.8
5892026-05-20T02:28:58.779Z Compiling tokio-util v0.7.18
5902026-05-20T02:28:59.311Z Compiling h2 v0.4.14
5912026-05-20T02:29:00.094Z Compiling backtrace v0.3.76
5922026-05-20T02:29:00.574Z Compiling thiserror-impl v1.0.69
5932026-05-20T02:29:00.630Z Compiling terminal_size v0.4.4
5942026-05-20T02:29:00.798Z Compiling aho-corasick v1.1.4
5952026-05-20T02:29:00.958Z Compiling winnow v0.7.15
5962026-05-20T02:29:01.301Z Compiling regex-syntax v0.8.10
5972026-05-20T02:29:01.797Z Compiling rustls-webpki v0.103.13
5982026-05-20T02:29:02.984Z Compiling typenum v1.20.0
5992026-05-20T02:29:03.706Z Compiling erased-serde v0.4.10
6002026-05-20T02:29:04.034Z Compiling subtle v2.6.1
6012026-05-20T02:29:04.646Z Compiling regex-automata v0.4.14
6022026-05-20T02:29:05.190Z Compiling hyper v1.9.0
6032026-05-20T02:29:06.674Z Compiling serde_spanned v0.6.9
6042026-05-20T02:29:06.844Z Compiling toml_datetime v0.6.11
6052026-05-20T02:29:07.242Z Compiling ahash v0.8.12
6062026-05-20T02:29:07.530Z Compiling sync_wrapper v1.0.2
6072026-05-20T02:29:07.651Z Compiling portable-atomic v1.13.1
6082026-05-20T02:29:08.141Z Compiling is_ci v1.2.0
6092026-05-20T02:29:08.331Z Compiling unicode-segmentation v1.13.2
6102026-05-20T02:29:08.426Z Compiling nextest-workspace-hack v0.1.0
6112026-05-20T02:29:08.669Z Compiling ipnet v2.12.0
6122026-05-20T02:29:08.740Z Compiling foldhash v0.1.5
6132026-05-20T02:29:08.977Z Compiling toml_write v0.1.2
6142026-05-20T02:29:08.993Z Compiling unicode-linebreak v0.1.5
6152026-05-20T02:29:09.143Z Compiling tower-layer v0.3.3
6162026-05-20T02:29:09.156Z Compiling parking_lot_core v0.9.12
6172026-05-20T02:29:09.233Z Compiling base64 v0.22.1
6182026-05-20T02:29:09.271Z Compiling crc32fast v1.5.0
6192026-05-20T02:29:09.363Z Compiling either v1.15.0
6202026-05-20T02:29:09.449Z Compiling lazy_static v1.5.0
6212026-05-20T02:29:09.566Z Compiling sharded-slab v0.1.7
6222026-05-20T02:29:09.603Z Compiling hyper-util v0.1.20
6232026-05-20T02:29:09.654Z Compiling tower v0.5.3
6242026-05-20T02:29:09.749Z Compiling textwrap v0.16.2
6252026-05-20T02:29:09.953Z Compiling toml_edit v0.22.27
6262026-05-20T02:29:10.218Z Compiling hashbrown v0.15.5
6272026-05-20T02:29:10.307Z Compiling convert_case v0.10.0
6282026-05-20T02:29:10.580Z Compiling supports-color v3.0.2
6292026-05-20T02:29:10.892Z Compiling tokio-rustls v0.26.4
6302026-05-20T02:29:11.198Z Compiling backtrace-ext v0.2.1
6312026-05-20T02:29:11.287Z Compiling ordered-float v2.10.1
6322026-05-20T02:29:11.475Z Compiling webpki-roots v1.0.7
6332026-05-20T02:29:11.548Z Compiling miette-derive v7.6.0
6342026-05-20T02:29:11.592Z Compiling pathdiff v0.2.3
6352026-05-20T02:29:11.618Z Compiling console v0.15.11
6362026-05-20T02:29:11.725Z Compiling tracing-log v0.2.0
6372026-05-20T02:29:12.111Z Compiling cargo-platform v0.3.3
6382026-05-20T02:29:12.424Z Compiling os_pipe v1.2.3
6392026-05-20T02:29:12.605Z Compiling thread_local v1.1.9
6402026-05-20T02:29:12.706Z Compiling cfg_aliases v0.2.1
6412026-05-20T02:29:12.793Z Compiling pulldown-cmark v0.13.3
6422026-05-20T02:29:12.969Z Compiling zstd-safe v7.2.4
6432026-05-20T02:29:13.002Z Compiling debug-ignore v1.0.5
6442026-05-20T02:29:13.026Z Compiling supports-unicode v3.0.0
6452026-05-20T02:29:13.046Z Compiling scopeguard v1.2.0
6462026-05-20T02:29:13.159Z Compiling winnow v1.0.3
6472026-05-20T02:29:13.176Z Compiling fixedbitset v0.5.7
6482026-05-20T02:29:13.206Z Compiling utf8parse v0.2.2
6492026-05-20T02:29:13.235Z Compiling unicode-width v0.1.14
6502026-05-20T02:29:13.317Z Compiling rustix v0.38.44
6512026-05-20T02:29:13.541Z Compiling ryu v1.0.23
6522026-05-20T02:29:13.702Z Compiling supports-hyperlinks v3.2.0
6532026-05-20T02:29:13.799Z Compiling serde_urlencoded v0.7.1
6542026-05-20T02:29:13.851Z Compiling miette v7.6.0
6552026-05-20T02:29:13.931Z Compiling petgraph v0.8.3
6562026-05-20T02:29:14.097Z Compiling anstyle-parse v1.0.0
6572026-05-20T02:29:14.325Z Compiling toml_parser v1.1.2+spec-1.1.0
6582026-05-20T02:29:14.689Z Compiling lock_api v0.4.14
6592026-05-20T02:29:15.021Z Compiling nix v0.30.1
6602026-05-20T02:29:15.456Z Compiling tracing-subscriber v0.3.23
6612026-05-20T02:29:15.726Z Compiling sigchld v0.2.4
6622026-05-20T02:29:15.936Z Compiling cargo_metadata v0.23.1
6632026-05-20T02:29:15.987Z Compiling toml v0.8.23
6642026-05-20T02:29:16.576Z Compiling hyper-rustls v0.27.9
6652026-05-20T02:29:17.308Z Compiling serde-value v0.7.0
6662026-05-20T02:29:18.106Z Compiling serde-untagged v0.1.9
6672026-05-20T02:29:18.494Z Compiling derive_more-impl v2.1.1
6682026-05-20T02:29:18.997Z Compiling tower-http v0.6.11
6692026-05-20T02:29:19.364Z Compiling itertools v0.14.0
6702026-05-20T02:29:19.459Z Compiling regex v1.12.3
6712026-05-20T02:29:19.551Z Compiling block-buffer v0.10.4
6722026-05-20T02:29:19.677Z Compiling crypto-common v0.1.7
6732026-05-20T02:29:19.714Z Compiling ppv-lite86 v0.2.21
6742026-05-20T02:29:19.820Z Compiling futures-executor v0.3.32
6752026-05-20T02:29:19.899Z Compiling rand_core v0.9.5
6762026-05-20T02:29:20.058Z Compiling pin-project-internal v1.1.13
6772026-05-20T02:29:20.165Z Compiling http-body-util v0.1.3
6782026-05-20T02:29:20.388Z Compiling uuid v1.23.1
6792026-05-20T02:29:20.448Z Compiling toml_datetime v1.1.1+spec-1.1.0
6802026-05-20T02:29:20.883Z Compiling serde_spanned v1.1.1
6812026-05-20T02:29:20.939Z Compiling smol_str v0.3.6
6822026-05-20T02:29:20.955Z Compiling filetime v0.2.29
6832026-05-20T02:29:20.979Z Compiling bstr v1.12.1
6842026-05-20T02:29:21.034Z Compiling vte v0.14.1
6852026-05-20T02:29:21.168Z Compiling nested v0.1.1
6862026-05-20T02:29:21.185Z Compiling eyre v0.6.12
6872026-05-20T02:29:21.260Z Compiling color-spantrace v0.3.0
6882026-05-20T02:29:21.297Z Compiling litrs v1.0.0
6892026-05-20T02:29:21.369Z Compiling anstyle v1.0.14
6902026-05-20T02:29:21.519Z Compiling self_update v0.42.0
6912026-05-20T02:29:21.589Z Compiling iana-time-zone v0.1.65
6922026-05-20T02:29:21.632Z Compiling tinyvec_macros v0.1.1
6932026-05-20T02:29:21.644Z Compiling xattr v1.6.1
6942026-05-20T02:29:21.689Z Compiling number_prefix v0.4.0
6952026-05-20T02:29:21.704Z Compiling anstyle-query v1.1.5
6962026-05-20T02:29:21.757Z Compiling is_terminal_polyfill v1.70.2
6972026-05-20T02:29:21.787Z Compiling static_assertions v1.1.0
6982026-05-20T02:29:21.808Z Compiling unicase v2.9.0
6992026-05-20T02:29:21.831Z Compiling colorchoice v1.0.5
7002026-05-20T02:29:21.843Z Compiling unicode-xid v0.2.6
7012026-05-20T02:29:21.867Z Compiling guppy v0.17.25
7022026-05-20T02:29:21.939Z Compiling cargo-util-schemas v0.2.0
7032026-05-20T02:29:21.952Z Compiling anstream v1.0.0
7042026-05-20T02:29:21.981Z Compiling indicatif v0.17.11
7052026-05-20T02:29:22.011Z Compiling tar v0.4.46
7062026-05-20T02:29:22.476Z Compiling document-features v0.2.12
7072026-05-20T02:29:23.090Z Compiling chrono v0.4.44
7082026-05-20T02:29:23.699Z Compiling tinyvec v1.11.0
7092026-05-20T02:29:24.493Z Compiling globset v0.4.18
7102026-05-20T02:29:24.526Z Compiling strip-ansi-escapes v0.2.1
7112026-05-20T02:29:24.702Z Compiling pin-project v1.1.13
7122026-05-20T02:29:24.783Z Compiling nextest-metadata v0.12.2
7132026-05-20T02:29:24.811Z Compiling toml v1.1.2+spec-1.1.0
7142026-05-20T02:29:25.054Z Compiling newtype-uuid v1.3.2
7152026-05-20T02:29:25.258Z Compiling reqwest v0.12.28
7162026-05-20T02:29:25.327Z Compiling rand_chacha v0.9.0
7172026-05-20T02:29:25.922Z Compiling futures v0.3.32
7182026-05-20T02:29:26.014Z Compiling digest v0.10.7
7192026-05-20T02:29:26.250Z Compiling flate2 v1.1.9
7202026-05-20T02:29:26.762Z Compiling derive_more v2.1.1
7212026-05-20T02:29:26.820Z Compiling parking_lot v0.12.5
7222026-05-20T02:29:26.847Z Compiling tracing-error v0.2.1
7232026-05-20T02:29:27.097Z Compiling shared_child v1.1.1
7242026-05-20T02:29:27.831Z Compiling signal-hook-mio v0.2.5
7252026-05-20T02:29:27.923Z Compiling self-replace v1.5.0
7262026-05-20T02:29:27.969Z Compiling cargo-platform v0.2.0
7272026-05-20T02:29:28.188Z Compiling quick-xml v0.38.4
7282026-05-20T02:29:28.233Z Compiling quick-xml v0.37.5
7292026-05-20T02:29:28.600Z Compiling clap_lex v1.1.0
7302026-05-20T02:29:28.992Z Compiling recursion v0.5.4
7312026-05-20T02:29:29.143Z Compiling indenter v0.3.4
7322026-05-20T02:29:29.279Z Compiling heck v0.5.0
7332026-05-20T02:29:29.390Z Compiling cpufeatures v0.2.17
7342026-05-20T02:29:29.472Z Compiling humantime v2.3.0
7352026-05-20T02:29:29.489Z Compiling shell-words v1.1.1
7362026-05-20T02:29:29.757Z Compiling strsim v0.11.1
7372026-05-20T02:29:29.872Z Compiling urlencoding v2.1.3
7382026-05-20T02:29:29.962Z Compiling humantime-serde v1.1.1
7392026-05-20T02:29:30.124Z Compiling clap_builder v4.6.0
7402026-05-20T02:29:30.202Z Compiling clap_derive v4.6.1
7412026-05-20T02:29:30.290Z Compiling sha2 v0.10.9
7422026-05-20T02:29:31.192Z Compiling nextest-filtering v0.15.0
7432026-05-20T02:29:31.589Z Compiling quick-junit v0.5.2
7442026-05-20T02:29:32.090Z Compiling atomicwrites v0.4.4
7452026-05-20T02:29:32.396Z Compiling cargo_metadata v0.20.0
7462026-05-20T02:29:34.949Z Compiling crossterm v0.29.0
7472026-05-20T02:29:35.438Z Compiling cargo-nextest v0.9.97
7482026-05-20T02:29:36.661Z Compiling duct v0.13.7
7492026-05-20T02:29:36.974Z Compiling zstd v0.13.3
7502026-05-20T02:29:37.172Z Compiling async-scoped v0.9.0
7512026-05-20T02:29:37.186Z Compiling rand v0.9.4
7522026-05-20T02:29:37.380Z Compiling config v0.15.23
7532026-05-20T02:29:37.427Z Compiling unicode-normalization v0.1.25
7542026-05-20T02:29:37.947Z Compiling target-spec-miette v0.4.6
7552026-05-20T02:29:37.969Z Compiling future-queue v0.4.0
7562026-05-20T02:29:38.060Z Compiling mukti-metadata v0.3.0
7572026-05-20T02:29:38.272Z Compiling tokio-stream v0.1.18
7582026-05-20T02:29:38.399Z Compiling camino-tempfile v1.4.1
7592026-05-20T02:29:38.437Z Compiling derive-where v1.6.1
7602026-05-20T02:29:38.534Z Compiling serde_path_to_error v0.1.20
7612026-05-20T02:29:38.608Z Compiling serde_ignored v0.1.14
7622026-05-20T02:29:38.843Z Compiling indent_write v2.2.0
7632026-05-20T02:29:38.868Z Compiling swrite v0.1.0
7642026-05-20T02:29:38.972Z Compiling xxhash-rust v0.8.15
7652026-05-20T02:29:38.984Z Compiling home v0.5.12
7662026-05-20T02:29:39.012Z Compiling hex v0.4.3
7672026-05-20T02:29:39.023Z Compiling color-eyre v0.6.5
7682026-05-20T02:29:39.164Z Compiling clap v4.6.1
7692026-05-20T02:29:39.179Z Compiling dialoguer v0.11.0
7702026-05-20T02:29:39.251Z Compiling enable-ansi-support v0.2.1
7712026-05-20T02:29:39.767Z Compiling nextest-runner v0.80.0
7722026-05-20T02:29:58.856Z Finished `release` profile [optimized] target(s) in 1m 14s
7732026-05-20T02:29:59.051Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-05-20T02:29:59.054Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-05-20T02:29:59.175Z+ banner bfd
7762026-05-20T02:29:59.179Z
7772026-05-20T02:29:59.179Z ##### ###### #####
7782026-05-20T02:29:59.179Z # # # # #
7792026-05-20T02:29:59.179Z ##### ##### # #
7802026-05-20T02:29:59.179Z # # # # #
7812026-05-20T02:29:59.179Z # # # # #
7822026-05-20T02:29:59.179Z ##### # #####
7832026-05-20T02:29:59.179Z
7842026-05-20T02:29:59.179Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7852026-05-20T02:29:59.341Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-05-20T02:29:59.939ZFrom https://github.com/oxidecomputer/falcon
7872026-05-20T02:29:59.939Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7882026-05-20T02:30:00.018Z Updating crates.io index
7892026-05-20T02:30:00.021Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-05-20T02:30:00.743ZFrom https://github.com/oxidecomputer/dendrite
7912026-05-20T02:30:00.743Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7922026-05-20T02:30:00.813Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-05-20T02:30:01.079ZFrom https://github.com/oxidecomputer/ispf
7942026-05-20T02:30:01.079Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-05-20T02:30:01.137Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-05-20T02:30:01.806ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-05-20T02:30:01.806Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7982026-05-20T02:30:01.814Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-05-20T02:30:09.656ZFrom https://github.com/oxidecomputer/omicron
8002026-05-20T02:30:09.656Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
8012026-05-20T02:30:10.099Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-05-20T02:30:10.722ZFrom https://github.com/oxidecomputer/opte
8032026-05-20T02:30:10.722Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8042026-05-20T02:30:10.758Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-05-20T02:30:11.037ZFrom https://github.com/illumos/smf-rs
8062026-05-20T02:30:11.037Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-05-20T02:30:11.247Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-05-20T02:30:11.514ZFrom https://github.com/oxidecomputer/network-interface
8092026-05-20T02:30:11.514Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-05-20T02:30:11.540Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-05-20T02:30:11.808ZFrom https://github.com/oxidecomputer/zone
8122026-05-20T02:30:11.808Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-05-20T02:30:11.816Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-05-20T02:30:12.416ZFrom https://github.com/oxidecomputer/propolis
8152026-05-20T02:30:12.417Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-05-20T02:30:12.532Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-05-20T02:30:13.007ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-05-20T02:30:13.007Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8192026-05-20T02:30:13.093Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-05-20T02:30:13.342ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-05-20T02:30:13.342Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8222026-05-20T02:30:13.349Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-05-20T02:30:13.638ZFrom https://github.com/jmesmon/rust-libzfs
8242026-05-20T02:30:13.638Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-05-20T02:30:13.647Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-05-20T02:30:13.898ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-05-20T02:30:13.898Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-05-20T02:30:13.906Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-05-20T02:30:14.226ZFrom https://github.com/oxidecomputer/lldp
8302026-05-20T02:30:14.226Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8312026-05-20T02:30:14.334Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-05-20T02:30:14.605ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-05-20T02:30:14.605Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-05-20T02:30:14.614Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-05-20T02:30:14.920ZFrom https://github.com/oxidecomputer/tufaceous
8362026-05-20T02:30:14.920Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8372026-05-20T02:30:14.949Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-05-20T02:30:15.455ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-05-20T02:30:15.456Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8402026-05-20T02:30:15.510Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-05-20T02:30:16.390ZFrom https://github.com/oxidecomputer/crucible
8422026-05-20T02:30:16.390Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-05-20T02:30:16.447Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-05-20T02:30:16.700ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-05-20T02:30:16.700Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-05-20T02:30:17.087Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-05-20T02:30:17.425ZFrom https://github.com/oxidecomputer/propolis
8482026-05-20T02:30:17.425Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8492026-05-20T02:30:17.479Z Updating git repository `https://github.com/oxidecomputer/opte`
8502026-05-20T02:30:17.739ZFrom https://github.com/oxidecomputer/opte
8512026-05-20T02:30:17.739Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8522026-05-20T02:30:17.818Z Updating git repository `https://github.com/oxidecomputer/tofino`
8532026-05-20T02:30:18.144ZFrom https://github.com/oxidecomputer/tofino
8542026-05-20T02:30:18.144Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8552026-05-20T02:30:18.169Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8562026-05-20T02:30:18.803ZFrom https://github.com/oxidecomputer/maghemite
8572026-05-20T02:30:18.803Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8582026-05-20T02:30:18.868Z Updating git repository `https://github.com/oxidecomputer/clickward`
8592026-05-20T02:30:19.150ZFrom https://github.com/oxidecomputer/clickward
8602026-05-20T02:30:19.150Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8612026-05-20T02:30:19.310Z Updating git repository `https://github.com/oxidecomputer/crucible`
8622026-05-20T02:30:19.680ZFrom https://github.com/oxidecomputer/crucible
8632026-05-20T02:30:19.680Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8642026-05-20T02:30:19.725Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8652026-05-20T02:30:20.158ZFrom https://github.com/oxidecomputer/illumos-devinfo
8662026-05-20T02:30:20.158Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8672026-05-20T02:30:21.041Z Downloading crates ...
8682026-05-20T02:30:21.148Z Downloaded aead v0.5.2
8692026-05-20T02:30:21.151Z Downloaded ciborium-io v0.2.2
8702026-05-20T02:30:21.155Z Downloaded const-random v0.1.18
8712026-05-20T02:30:21.158Z Downloaded bitflags v1.3.2
8722026-05-20T02:30:21.161Z Downloaded byteorder v1.5.0
8732026-05-20T02:30:21.165Z Downloaded compression-codecs v0.4.38
8742026-05-20T02:30:21.168Z Downloaded darling v0.23.0
8752026-05-20T02:30:21.171Z Downloaded dunce v1.0.5
8762026-05-20T02:30:21.174Z Downloaded daft v0.1.7
8772026-05-20T02:30:21.174Z Downloaded crucible-workspace-hack v0.1.0
8782026-05-20T02:30:21.177Z Downloaded defmt v0.3.100
8792026-05-20T02:30:21.177Z Downloaded bs58 v0.5.1
8802026-05-20T02:30:21.180Z Downloaded memoffset v0.9.1
8812026-05-20T02:30:21.183Z Downloaded linked-hash-map v0.5.6
8822026-05-20T02:30:21.183Z Downloaded cmake v0.1.58
8832026-05-20T02:30:21.186Z Downloaded libsw v3.5.0
8842026-05-20T02:30:21.186Z Downloaded bit-vec v0.8.0
8852026-05-20T02:30:21.189Z Downloaded async-compression v0.4.42
8862026-05-20T02:30:21.192Z Downloaded num_enum v0.7.6
8872026-05-20T02:30:21.195Z Downloaded httpdate v1.0.3
8882026-05-20T02:30:21.198Z Downloaded dropshot-api-manager-types v0.7.1
8892026-05-20T02:30:21.201Z Downloaded byte-wrapper v0.1.0
8902026-05-20T02:30:21.201Z Downloaded icu_collections v2.2.0
8912026-05-20T02:30:21.206Z Downloaded ident_case v1.0.1
8922026-05-20T02:30:21.210Z Downloaded indicatif v0.18.4
8932026-05-20T02:30:21.214Z Downloaded foldhash v0.2.0
8942026-05-20T02:30:21.214Z Downloaded convert_case v0.4.0
8952026-05-20T02:30:21.214Z Downloaded float-ord v0.3.2
8962026-05-20T02:30:21.218Z Downloaded cstr-argument v0.1.2
8972026-05-20T02:30:21.218Z Downloaded compression-core v0.4.32
8982026-05-20T02:30:21.218Z Downloaded goblin v0.10.5
8992026-05-20T02:30:21.227Z Downloaded phf_shared v0.12.1
9002026-05-20T02:30:21.227Z Downloaded crossbeam-epoch v0.9.18
9012026-05-20T02:30:21.227Z Downloaded managed v0.8.0
9022026-05-20T02:30:21.235Z Downloaded macaddr v1.0.1
9032026-05-20T02:30:21.235Z Downloaded fs_extra v1.3.0
9042026-05-20T02:30:21.235Z Downloaded heck v0.4.1
9052026-05-20T02:30:21.238Z Downloaded multer v3.1.0
9062026-05-20T02:30:21.238Z Downloaded idna_adapter v1.2.2
9072026-05-20T02:30:21.239Z Downloaded highway v1.3.0
9082026-05-20T02:30:21.239Z Downloaded bit-set v0.8.0
9092026-05-20T02:30:21.242Z Downloaded foreign-types v0.5.0
9102026-05-20T02:30:21.242Z Downloaded dyn-clone v1.0.20
9112026-05-20T02:30:21.242Z Downloaded cipher v0.4.4
9122026-05-20T02:30:21.245Z Downloaded base16ct v1.0.0
9132026-05-20T02:30:21.245Z Downloaded proc-macro-error v1.0.4
9142026-05-20T02:30:21.251Z Downloaded litemap v0.8.2
9152026-05-20T02:30:21.254Z Downloaded icu_properties v2.2.0
9162026-05-20T02:30:21.254Z Downloaded konst_macro_rules v0.2.19
9172026-05-20T02:30:21.254Z Downloaded deranged v0.5.8
9182026-05-20T02:30:21.257Z Downloaded daft-derive v0.1.7
9192026-05-20T02:30:21.260Z Downloaded hubpack_derive v0.1.1
9202026-05-20T02:30:21.260Z Downloaded const-random-macro v0.1.16
9212026-05-20T02:30:21.263Z Downloaded cargo_toml v0.22.3
9222026-05-20T02:30:21.263Z Downloaded async-trait v0.1.89
9232026-05-20T02:30:21.266Z Downloaded embedded-io v0.6.1
9242026-05-20T02:30:21.266Z Downloaded parse-display-derive v0.10.0
9252026-05-20T02:30:21.269Z Downloaded const_format v0.2.36
9262026-05-20T02:30:21.272Z Downloaded dtrace-parser v0.3.0
9272026-05-20T02:30:21.272Z Downloaded defmt-parser v1.0.0
9282026-05-20T02:30:21.276Z Downloaded ciborium-ll v0.2.2
9292026-05-20T02:30:21.276Z Downloaded ingot-macros v0.1.1
9302026-05-20T02:30:21.276Z Downloaded foreign-types-shared v0.3.1
9312026-05-20T02:30:21.281Z Downloaded newline-converter v0.3.0
9322026-05-20T02:30:21.281Z Downloaded libsw-core v0.3.2
9332026-05-20T02:30:21.281Z Downloaded dof v0.4.0
9342026-05-20T02:30:21.281Z Downloaded backon v1.6.0
9352026-05-20T02:30:21.284Z Downloaded pest_generator v2.8.6
9362026-05-20T02:30:21.287Z Downloaded opaque-debug v0.3.1
9372026-05-20T02:30:21.287Z Downloaded dof v0.3.0
9382026-05-20T02:30:21.290Z Downloaded cpufeatures v0.3.0
9392026-05-20T02:30:21.290Z Downloaded hash32 v0.3.1
9402026-05-20T02:30:21.293Z Downloaded match_cfg v0.1.0
9412026-05-20T02:30:21.293Z Downloaded elliptic-curve v0.13.8
9422026-05-20T02:30:21.296Z Downloaded pretty-hex v0.4.2
9432026-05-20T02:30:21.296Z Downloaded base16ct v0.2.0
9442026-05-20T02:30:21.299Z Downloaded lru-cache v0.1.2
9452026-05-20T02:30:21.299Z Downloaded backoff v0.4.0
9462026-05-20T02:30:21.302Z Downloaded memmap v0.7.0
9472026-05-20T02:30:21.302Z Downloaded erased-serde v0.3.31
9482026-05-20T02:30:21.306Z Downloaded num-integer v0.1.46
9492026-05-20T02:30:21.306Z Downloaded ipnetwork v0.21.1
9502026-05-20T02:30:21.310Z Downloaded dropshot_endpoint v0.17.0
9512026-05-20T02:30:21.313Z Downloaded csv-core v0.1.13
9522026-05-20T02:30:21.313Z Downloaded powerfmt v0.2.0
9532026-05-20T02:30:21.313Z Downloaded darling_macro v0.21.3
9542026-05-20T02:30:21.313Z Downloaded foreign-types-macros v0.2.3
9552026-05-20T02:30:21.316Z Downloaded cancel-safe-futures v0.1.5
9562026-05-20T02:30:21.316Z Downloaded no-std-compat v0.4.1
9572026-05-20T02:30:21.319Z Downloaded libscf-sys v1.2.0
9582026-05-20T02:30:21.319Z Downloaded newtype_derive v0.1.6
9592026-05-20T02:30:21.322Z Downloaded parse-display v0.10.0
9602026-05-20T02:30:21.322Z Downloaded progenitor-client v0.11.2
9612026-05-20T02:30:21.325Z Downloaded crunchy v0.2.4
9622026-05-20T02:30:21.325Z Downloaded hostname v0.3.1
9632026-05-20T02:30:21.325Z Downloaded num-derive v0.4.2
9642026-05-20T02:30:21.328Z Downloaded git-stub v1.0.0
9652026-05-20T02:30:21.328Z Downloaded darling_core v0.23.0
9662026-05-20T02:30:21.332Z Downloaded num v0.4.3
9672026-05-20T02:30:21.335Z Downloaded newtype-uuid-macros v0.1.0
9682026-05-20T02:30:21.335Z Downloaded omicron-zone-package v0.12.2
9692026-05-20T02:30:21.338Z Downloaded num-complex v0.4.6
9702026-05-20T02:30:21.338Z Downloaded proc-macro-crate v3.5.0
9712026-05-20T02:30:21.342Z Downloaded ff v0.13.1
9722026-05-20T02:30:21.342Z Downloaded potential_utf v0.1.5
9732026-05-20T02:30:21.343Z Downloaded async-recursion v1.1.1
9742026-05-20T02:30:21.346Z Downloaded progenitor-client v0.14.0
9752026-05-20T02:30:21.346Z Downloaded crossbeam-utils v0.8.21
9762026-05-20T02:30:21.349Z Downloaded natord v1.0.9
9772026-05-20T02:30:21.349Z Downloaded fixedbitset v0.4.2
9782026-05-20T02:30:21.352Z Downloaded progenitor-macro v0.11.2
9792026-05-20T02:30:21.352Z Downloaded mime v0.3.17
9802026-05-20T02:30:21.352Z Downloaded parking_lot_core v0.8.6
9812026-05-20T02:30:21.355Z Downloaded cobs v0.3.0
9822026-05-20T02:30:21.355Z Downloaded drift v0.1.4
9832026-05-20T02:30:21.360Z Downloaded rand_xorshift v0.4.0
9842026-05-20T02:30:21.365Z Downloaded is-terminal v0.4.17
9852026-05-20T02:30:21.365Z Downloaded ref-cast v1.0.25
9862026-05-20T02:30:21.369Z Downloaded async-stream v0.3.6
9872026-05-20T02:30:21.369Z Downloaded paste v1.0.15
9882026-05-20T02:30:21.369Z Downloaded num_enum_derive v0.5.11
9892026-05-20T02:30:21.372Z Downloaded num-iter v0.1.45
9902026-05-20T02:30:21.372Z Downloaded darling v0.21.3
9912026-05-20T02:30:21.375Z Downloaded proc-macro-error-attr2 v2.0.0
9922026-05-20T02:30:21.378Z Downloaded fxhash v0.2.1
9932026-05-20T02:30:21.378Z Downloaded displaydoc v0.2.5
9942026-05-20T02:30:21.381Z Downloaded pem v3.0.6
9952026-05-20T02:30:21.381Z Downloaded progenitor v0.10.0
9962026-05-20T02:30:21.381Z Downloaded progenitor-macro v0.13.0
9972026-05-20T02:30:21.384Z Downloaded password-hash v0.5.0
9982026-05-20T02:30:21.384Z Downloaded rustc_version v0.1.7
9992026-05-20T02:30:21.387Z Downloaded ingot-types v0.1.2
10002026-05-20T02:30:21.387Z Downloaded progenitor-client v0.10.0
10012026-05-20T02:30:21.387Z Downloaded plain v0.2.3
10022026-05-20T02:30:21.387Z Downloaded oxnet v0.1.5
10032026-05-20T02:30:21.391Z Downloaded poly1305 v0.8.0
10042026-05-20T02:30:21.391Z Downloaded internet-checksum v0.2.1
10052026-05-20T02:30:21.394Z Downloaded phf v0.12.1
10062026-05-20T02:30:21.394Z Downloaded num_enum_derive v0.7.6
10072026-05-20T02:30:21.397Z Downloaded instant v0.1.13
10082026-05-20T02:30:21.397Z Downloaded proc-macro-crate v1.3.1
10092026-05-20T02:30:21.397Z Downloaded colored v3.1.1
10102026-05-20T02:30:21.400Z Downloaded jiff-static v0.2.24
10112026-05-20T02:30:21.402Z Downloaded quick-error v1.2.3
10122026-05-20T02:30:21.402Z Downloaded postcard v1.1.3
10132026-05-20T02:30:21.406Z Downloaded const_format_proc_macros v0.2.34
10142026-05-20T02:30:21.406Z Downloaded icu_provider v2.2.0
10152026-05-20T02:30:21.412Z Downloaded proc-macro-error-attr v1.0.4
10162026-05-20T02:30:21.413Z Downloaded progenitor-macro v0.14.0
10172026-05-20T02:30:21.413Z Downloaded ref-cast-impl v1.0.25
10182026-05-20T02:30:21.424Z Downloaded rand_chacha v0.3.1
10192026-05-20T02:30:21.424Z Downloaded scroll_derive v0.13.1
10202026-05-20T02:30:21.424Z Downloaded same-file v1.0.6
10212026-05-20T02:30:21.424Z Downloaded serde_repr v0.1.20
10222026-05-20T02:30:21.424Z Downloaded group v0.13.0
10232026-05-20T02:30:21.424Z Downloaded fs-err v3.3.0
10242026-05-20T02:30:21.430Z Downloaded proc-macro-error2 v2.0.1
10252026-05-20T02:30:21.430Z Downloaded num_enum v0.5.11
10262026-05-20T02:30:21.430Z Downloaded ingot v0.1.1
10272026-05-20T02:30:21.430Z Downloaded secrecy v0.10.3
10282026-05-20T02:30:21.430Z Downloaded linear-map v1.2.0
10292026-05-20T02:30:21.430Z Downloaded progenitor v0.13.0
10302026-05-20T02:30:21.430Z Downloaded bytecount v0.6.9
10312026-05-20T02:30:21.431Z Downloaded sha1 v0.10.6
10322026-05-20T02:30:21.434Z Downloaded derive_more v0.99.20
10332026-05-20T02:30:21.435Z Downloaded anyhow v1.0.102
10342026-05-20T02:30:21.438Z Downloaded icu_locale_core v2.2.0
10352026-05-20T02:30:21.441Z Downloaded scroll_derive v0.12.1
10362026-05-20T02:30:21.441Z Downloaded serial_test_derive v3.4.0
10372026-05-20T02:30:21.442Z Downloaded serde_plain v1.0.2
10382026-05-20T02:30:21.442Z Downloaded memmap2 v0.9.10
10392026-05-20T02:30:21.445Z Downloaded cookie v0.18.1
10402026-05-20T02:30:21.445Z Downloaded rand_core v0.10.1
10412026-05-20T02:30:21.448Z Downloaded progenitor-impl v0.13.0
10422026-05-20T02:30:21.448Z Downloaded pest_derive v2.8.6
10432026-05-20T02:30:21.451Z Downloaded strum v0.26.3
10442026-05-20T02:30:21.451Z Downloaded structmeta v0.3.0
10452026-05-20T02:30:21.451Z Downloaded sigpipe v0.1.3
10462026-05-20T02:30:21.455Z Downloaded icu_normalizer_data v2.2.0
10472026-05-20T02:30:21.455Z Downloaded heapless v0.8.0
10482026-05-20T02:30:21.460Z Downloaded stable_deref_trait v1.2.1
10492026-05-20T02:30:21.460Z Downloaded spin v0.5.2
10502026-05-20T02:30:21.460Z Downloaded slog-envlogger v2.2.0
10512026-05-20T02:30:21.460Z Downloaded scroll v0.12.0
10522026-05-20T02:30:21.472Z Downloaded rustls-pemfile v2.2.0
10532026-05-20T02:30:21.472Z Downloaded parking_lot v0.11.2
10542026-05-20T02:30:21.472Z Downloaded rusty-fork v0.3.1
10552026-05-20T02:30:21.472Z Downloaded siphasher v1.0.3
10562026-05-20T02:30:21.475Z Downloaded scroll v0.13.0
10572026-05-20T02:30:21.475Z Downloaded schemars_derive v0.8.22
10582026-05-20T02:30:21.475Z Downloaded take_mut v0.2.2
10592026-05-20T02:30:21.475Z Downloaded chacha20poly1305 v0.10.1
10602026-05-20T02:30:21.475Z Downloaded progenitor-client v0.13.0
10612026-05-20T02:30:21.475Z Downloaded blake2 v0.10.6
10622026-05-20T02:30:21.475Z Downloaded num-rational v0.4.2
10632026-05-20T02:30:21.475Z Downloaded rustls-native-certs v0.8.3
10642026-05-20T02:30:21.475Z Downloaded resolv-conf v0.7.6
10652026-05-20T02:30:21.475Z Downloaded semver v0.1.20
10662026-05-20T02:30:21.475Z Downloaded slog-bunyan v2.5.0
10672026-05-20T02:30:21.478Z Downloaded diff v0.1.13
10682026-05-20T02:30:21.478Z Downloaded serial_test v3.4.0
10692026-05-20T02:30:21.478Z Downloaded chacha20 v0.10.0
10702026-05-20T02:30:21.483Z Downloaded termtree v0.5.1
10712026-05-20T02:30:21.483Z Downloaded expectorate v1.2.0
10722026-05-20T02:30:21.483Z Downloaded indexmap v1.9.3
10732026-05-20T02:30:21.486Z Downloaded thread-id v4.2.2
10742026-05-20T02:30:21.486Z Downloaded progenitor-extras v0.2.0
10752026-05-20T02:30:21.486Z Downloaded half v2.7.1
10762026-05-20T02:30:21.489Z Downloaded defmt-macros v1.1.0
10772026-05-20T02:30:21.490Z Downloaded serde_derive_internals v0.29.1
10782026-05-20T02:30:21.493Z Downloaded rustversion v1.0.22
10792026-05-20T02:30:21.493Z Downloaded crossbeam-channel v0.5.15
10802026-05-20T02:30:21.496Z Downloaded time-core v0.1.8
10812026-05-20T02:30:21.496Z Downloaded arc-swap v1.9.1
10822026-05-20T02:30:21.499Z Downloaded strum v0.27.2
10832026-05-20T02:30:21.499Z Downloaded allocator-api2 v0.2.21
10842026-05-20T02:30:21.502Z Downloaded smawk v0.3.2
10852026-05-20T02:30:21.502Z Downloaded serde_tokenstream v0.2.3
10862026-05-20T02:30:21.505Z Downloaded sdd v3.0.10
10872026-05-20T02:30:21.505Z Downloaded slog-stdlog v4.1.1
10882026-05-20T02:30:21.505Z Downloaded thread-id v5.1.0
10892026-05-20T02:30:21.508Z Downloaded testing_table v0.3.0
10902026-05-20T02:30:21.508Z Downloaded tabwriter v1.4.1
10912026-05-20T02:30:21.508Z Downloaded tabled_derive v0.7.0
10922026-05-20T02:30:21.509Z Downloaded slog-dtrace v0.3.0
10932026-05-20T02:30:21.512Z Downloaded structmeta-derive v0.3.0
10942026-05-20T02:30:21.512Z Downloaded tagptr v0.2.0
10952026-05-20T02:30:21.512Z Downloaded slog-async v2.8.0
10962026-05-20T02:30:21.512Z Downloaded progenitor v0.14.0
10972026-05-20T02:30:21.515Z Downloaded slog-term v2.9.2
10982026-05-20T02:30:21.515Z Downloaded oxide-tokio-rt v0.1.6
10992026-05-20T02:30:21.521Z Downloaded console v0.16.3
11002026-05-20T02:30:21.521Z Downloaded git-stub-vcs v0.1.0
11012026-05-20T02:30:21.521Z Downloaded critical-section v1.2.0
11022026-05-20T02:30:21.525Z Downloaded bcs v0.1.6
11032026-05-20T02:30:21.525Z Downloaded ciborium v0.2.2
11042026-05-20T02:30:21.525Z Downloaded serde-big-array v0.5.1
11052026-05-20T02:30:21.525Z Downloaded typify-macro v0.4.3
11062026-05-20T02:30:21.525Z Downloaded progenitor-macro v0.10.0
11072026-05-20T02:30:21.525Z Downloaded usdt-macro v0.6.0
11082026-05-20T02:30:21.525Z Downloaded num_threads v0.1.7
11092026-05-20T02:30:21.528Z Downloaded gethostname v0.5.0
11102026-05-20T02:30:21.528Z Downloaded progenitor v0.11.2
11112026-05-20T02:30:21.528Z Downloaded papergrid v0.17.0
11122026-05-20T02:30:21.532Z Downloaded rhai_codegen v3.1.0
11132026-05-20T02:30:21.535Z Downloaded waitgroup v0.1.2
11142026-05-20T02:30:21.535Z Downloaded typify-macro v0.6.2
11152026-05-20T02:30:21.535Z Downloaded topological-sort v0.2.2
11162026-05-20T02:30:21.538Z Downloaded thiserror-impl-no-std v2.0.2
11172026-05-20T02:30:21.538Z Downloaded synstructure v0.13.2
11182026-05-20T02:30:21.538Z Downloaded strum_macros v0.27.2
11192026-05-20T02:30:21.543Z Downloaded utf-8 v0.7.6
11202026-05-20T02:30:21.543Z Downloaded untrusted v0.7.1
11212026-05-20T02:30:21.543Z Downloaded usdt v0.5.0
11222026-05-20T02:30:21.543Z Downloaded strum_macros v0.26.4
11232026-05-20T02:30:21.546Z Downloaded snafu-derive v0.8.9
11242026-05-20T02:30:21.546Z Downloaded keccak v0.1.6
11252026-05-20T02:30:21.546Z Downloaded omicron-workspace-hack v0.1.0
11262026-05-20T02:30:21.546Z Downloaded glob v0.3.3
11272026-05-20T02:30:21.546Z Downloaded time-macros v0.2.27
11282026-05-20T02:30:21.549Z Downloaded pest_meta v2.8.6
11292026-05-20T02:30:21.549Z Downloaded dropshot-api-manager v0.7.1
11302026-05-20T02:30:21.552Z Downloaded usdt-attr-macro v0.5.0
11312026-05-20T02:30:21.552Z Downloaded universal-hash v0.5.1
11322026-05-20T02:30:21.552Z Downloaded unit-prefix v0.5.2
11332026-05-20T02:30:21.552Z Downloaded darling_core v0.21.3
11342026-05-20T02:30:21.555Z Downloaded slog-scope v4.4.1
11352026-05-20T02:30:21.555Z Downloaded defmt v1.1.0
11362026-05-20T02:30:21.560Z Downloaded zerofrom v0.1.8
11372026-05-20T02:30:21.560Z Downloaded wait-timeout v0.2.1
11382026-05-20T02:30:21.563Z Downloaded smf v0.2.3
11392026-05-20T02:30:21.563Z Downloaded serde_with_macros v3.20.0
11402026-05-20T02:30:21.563Z Downloaded konst v0.2.20
11412026-05-20T02:30:21.567Z Downloaded zeroize_derive v1.4.3
11422026-05-20T02:30:21.567Z Downloaded usdt-attr-macro v0.6.0
11432026-05-20T02:30:21.567Z Downloaded rustls-platform-verifier v0.7.0
11442026-05-20T02:30:21.570Z Downloaded spin v0.9.8
11452026-05-20T02:30:21.570Z Downloaded papergrid v0.11.0
11462026-05-20T02:30:21.574Z Downloaded smartstring v1.0.1
11472026-05-20T02:30:21.574Z Downloaded slog-json v2.6.1
11482026-05-20T02:30:21.577Z Downloaded usdt-macro v0.5.0
11492026-05-20T02:30:21.577Z Downloaded tokio-rustls v0.25.0
11502026-05-20T02:30:21.577Z Downloaded tabled_derive v0.11.0
11512026-05-20T02:30:21.577Z Downloaded hashbrown v0.12.3
11522026-05-20T02:30:21.580Z Downloaded crypto-bigint v0.5.5
11532026-05-20T02:30:21.584Z Downloaded progenitor-impl v0.14.0
11542026-05-20T02:30:21.584Z Downloaded progenitor-impl v0.10.0
11552026-05-20T02:30:21.587Z Downloaded term v1.2.1
11562026-05-20T02:30:21.587Z Downloaded vsss-rs v3.3.4
11572026-05-20T02:30:21.590Z Downloaded zone_cfg_derive v0.3.1
11582026-05-20T02:30:21.590Z Downloaded zone v0.3.1
11592026-05-20T02:30:21.590Z Downloaded unarray v0.1.4
11602026-05-20T02:30:21.590Z Downloaded tinystr v0.8.3
11612026-05-20T02:30:21.593Z Downloaded tokio-tungstenite v0.21.0
11622026-05-20T02:30:21.593Z Downloaded schemars v0.8.22
11632026-05-20T02:30:21.598Z Downloaded zerofrom-derive v0.1.7
11642026-05-20T02:30:21.602Z Downloaded nom v7.1.3
11652026-05-20T02:30:21.606Z Downloaded olpc-cjson v0.1.4
11662026-05-20T02:30:21.606Z Downloaded icu_normalizer v2.2.0
11672026-05-20T02:30:21.606Z Downloaded tokio-dtrace v0.1.1
11682026-05-20T02:30:21.614Z Downloaded tiny-keccak v2.0.2
11692026-05-20T02:30:21.614Z Downloaded prettyplease v0.2.37
11702026-05-20T02:30:21.614Z Downloaded progenitor-impl v0.11.2
11712026-05-20T02:30:21.614Z Downloaded hostname v0.4.2
11722026-05-20T02:30:21.614Z Downloaded enum-as-inner v0.6.1
11732026-05-20T02:30:21.614Z Downloaded whoami v1.6.1
11742026-05-20T02:30:21.620Z Downloaded usdt-impl v0.5.0
11752026-05-20T02:30:21.620Z Downloaded usdt v0.6.0
11762026-05-20T02:30:21.620Z Downloaded zerovec-derive v0.11.3
11772026-05-20T02:30:21.620Z Downloaded embedded-io v0.4.0
11782026-05-20T02:30:21.621Z Downloaded num-conv v0.2.1
11792026-05-20T02:30:21.621Z Downloaded thin-vec v0.2.18
11802026-05-20T02:30:21.626Z Downloaded inout v0.1.4
11812026-05-20T02:30:21.626Z Downloaded dtrace-parser v0.2.0
11822026-05-20T02:30:21.626Z Downloaded constant_time_eq v0.4.2
11832026-05-20T02:30:21.626Z Downloaded arrayvec v0.7.6
11842026-05-20T02:30:21.626Z Downloaded walkdir v2.5.0
11852026-05-20T02:30:21.626Z Downloaded usdt-impl v0.6.0
11862026-05-20T02:30:21.626Z Downloaded qorb v0.4.1
11872026-05-20T02:30:21.630Z Downloaded hubpack v0.1.2
11882026-05-20T02:30:21.630Z Downloaded darling_macro v0.23.0
11892026-05-20T02:30:21.630Z Downloaded async-stream-impl v0.3.6
11902026-05-20T02:30:21.630Z Downloaded arrayref v0.3.9
11912026-05-20T02:30:21.630Z Downloaded base64 v0.21.7
11922026-05-20T02:30:21.634Z Downloaded yoke-derive v0.8.2
11932026-05-20T02:30:21.634Z Downloaded toml v0.7.8
11942026-05-20T02:30:21.634Z Downloaded snafu v0.8.9
11952026-05-20T02:30:21.637Z Downloaded pretty_assertions v1.4.1
11962026-05-20T02:30:21.637Z Downloaded writeable v0.6.3
11972026-05-20T02:30:21.641Z Downloaded hickory-resolver v0.25.2
11982026-05-20T02:30:21.641Z Downloaded rayon-core v1.13.0
11992026-05-20T02:30:21.645Z Downloaded hmac v0.12.1
12002026-05-20T02:30:21.645Z Downloaded xz2 v0.1.7
12012026-05-20T02:30:21.645Z Downloaded tungstenite v0.21.0
12022026-05-20T02:30:21.648Z Downloaded thiserror-no-std v2.0.2
12032026-05-20T02:30:21.648Z Downloaded tar v0.4.45
12042026-05-20T02:30:21.652Z Downloaded rand v0.8.6
12052026-05-20T02:30:21.654Z Downloaded data-encoding v2.11.0
12062026-05-20T02:30:21.655Z Downloaded similar v2.7.0
12072026-05-20T02:30:21.657Z Downloaded crc8 v0.1.1
12082026-05-20T02:30:21.657Z Downloaded derive-ex v0.1.8
12092026-05-20T02:30:21.658Z Downloaded chacha20 v0.9.1
12102026-05-20T02:30:21.662Z Downloaded serde_yaml v0.9.34+deprecated
12112026-05-20T02:30:21.667Z Downloaded ucd-trie v0.1.7
12122026-05-20T02:30:21.667Z Downloaded minimal-lexical v0.2.1
12132026-05-20T02:30:21.670Z Downloaded unsafe-libyaml v0.2.11
12142026-05-20T02:30:21.670Z Downloaded zerocopy-derive v0.7.35
12152026-05-20T02:30:21.673Z Downloaded yoke v0.8.2
12162026-05-20T02:30:21.673Z Downloaded test-strategy v0.4.5
12172026-05-20T02:30:21.676Z Downloaded slog v2.8.2
12182026-05-20T02:30:21.679Z Downloaded pest v2.8.6
12192026-05-20T02:30:21.682Z Downloaded typify v0.4.3
12202026-05-20T02:30:21.685Z Downloaded schemars v1.2.1
12212026-05-20T02:30:21.691Z Downloaded typify v0.6.2
12222026-05-20T02:30:21.694Z Downloaded toml v0.9.12+spec-1.1.0
12232026-05-20T02:30:21.698Z Downloaded yansi v1.0.1
12242026-05-20T02:30:21.698Z Downloaded hickory-resolver v0.24.4
12252026-05-20T02:30:21.701Z Downloaded schemars v0.9.0
12262026-05-20T02:30:21.706Z Downloaded toml_edit v0.19.15
12272026-05-20T02:30:21.715Z Downloaded toml_edit v0.25.11+spec-1.1.0
12282026-05-20T02:30:21.721Z Downloaded argon2 v0.5.3
12292026-05-20T02:30:21.724Z Downloaded nix v0.31.3
12302026-05-20T02:30:21.727Z Downloaded crossbeam-deque v0.8.6
12312026-05-20T02:30:21.735Z Downloaded rand v0.10.1
12322026-05-20T02:30:21.740Z Downloaded zerocopy-derive v0.8.48
12332026-05-20T02:30:21.743Z Downloaded nom v8.0.0
12342026-05-20T02:30:21.753Z Downloaded typed-path v0.9.3
12352026-05-20T02:30:21.759Z Downloaded steno v0.4.1
12362026-05-20T02:30:21.762Z Downloaded zerotrie v0.2.4
12372026-05-20T02:30:21.770Z Downloaded hashbrown v0.16.1
12382026-05-20T02:30:21.774Z Downloaded iddqd v0.3.18
12392026-05-20T02:30:21.781Z Downloaded itertools v0.12.1
12402026-05-20T02:30:21.787Z Downloaded scc v2.4.0
12412026-05-20T02:30:21.790Z Downloaded blake3 v1.8.5
12422026-05-20T02:30:21.795Z Downloaded tower-http v0.6.10
12432026-05-20T02:30:21.800Z Downloaded goblin v0.8.2
12442026-05-20T02:30:21.803Z Downloaded reqwest v0.13.3
12452026-05-20T02:30:21.807Z Downloaded zerocopy v0.7.35
12462026-05-20T02:30:21.816Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12472026-05-20T02:30:21.824Z Downloaded aws-lc-rs v1.17.0
12482026-05-20T02:30:21.828Z Downloaded libm v0.2.16
12492026-05-20T02:30:21.832Z Downloaded tabled v0.15.0
12502026-05-20T02:30:21.839Z Downloaded rayon v1.12.0
12512026-05-20T02:30:21.844Z Downloaded icu_properties_data v2.2.0
12522026-05-20T02:30:21.849Z Downloaded tough v0.22.0
12532026-05-20T02:30:21.855Z Downloaded winnow v0.5.40
12542026-05-20T02:30:21.859Z Downloaded zerovec v0.11.6
12552026-05-20T02:30:21.862Z Downloaded serde_with v3.20.0
12562026-05-20T02:30:21.869Z Downloaded syn v1.0.109
12572026-05-20T02:30:21.874Z Downloaded proptest v1.11.0
12582026-05-20T02:30:21.880Z Downloaded rustls-webpki v0.102.8
12592026-05-20T02:30:21.890Z Downloaded tabled v0.20.0
12602026-05-20T02:30:21.900Z Downloaded time v0.3.47
12612026-05-20T02:30:21.907Z Downloaded moka v0.12.15
12622026-05-20T02:30:21.911Z Downloaded hkdf v0.12.4
12632026-05-20T02:30:21.914Z Downloaded dropshot v0.17.0
12642026-05-20T02:30:21.925Z Downloaded smoltcp v0.11.0
12652026-05-20T02:30:21.932Z Downloaded rustls v0.22.4
12662026-05-20T02:30:21.939Z Downloaded regress v0.10.5
12672026-05-20T02:30:21.944Z Downloaded regress v0.11.1
12682026-05-20T02:30:21.949Z Downloaded openapiv3 v2.2.0
12692026-05-20T02:30:21.956Z Downloaded hickory-proto v0.24.4
12702026-05-20T02:30:21.964Z Downloaded rhai v1.24.0
12712026-05-20T02:30:21.972Z Downloaded hickory-proto v0.25.2
12722026-05-20T02:30:21.986Z Downloaded sled v0.34.7
12732026-05-20T02:30:22.014Z Downloaded lzma-sys v0.1.20
12742026-05-20T02:30:22.030Z Downloaded typify-impl v0.6.2
12752026-05-20T02:30:22.037Z Downloaded typify-impl v0.4.3
12762026-05-20T02:30:22.045Z Downloaded jiff v0.2.24
12772026-05-20T02:30:22.056Z Downloaded chrono-tz v0.10.4
12782026-05-20T02:30:22.080Z Downloaded petgraph v0.6.5
12792026-05-20T02:30:22.135Z Downloaded sha3 v0.10.9
12802026-05-20T02:30:22.138Z Downloaded csv v1.4.0
12812026-05-20T02:30:22.195Z Downloaded encoding_rs v0.8.35
12822026-05-20T02:30:22.688Z Downloaded aws-lc-sys v0.41.0
12832026-05-20T02:30:23.625Z Compiling proc-macro2 v1.0.106
12842026-05-20T02:30:23.626Z Compiling quote v1.0.45
12852026-05-20T02:30:23.626Z Compiling unicode-ident v1.0.24
12862026-05-20T02:30:23.626Z Compiling serde_core v1.0.228
12872026-05-20T02:30:23.626Z Compiling cfg-if v1.0.4
12882026-05-20T02:30:23.629Z Compiling serde v1.0.228
12892026-05-20T02:30:23.629Z Compiling libc v0.2.186
12902026-05-20T02:30:23.629Z Compiling memchr v2.8.0
12912026-05-20T02:30:23.830Z Compiling itoa v1.0.18
12922026-05-20T02:30:24.009Z Compiling smallvec v1.15.1
12932026-05-20T02:30:24.062Z Compiling zmij v1.0.21
12942026-05-20T02:30:24.123Z Compiling autocfg v1.5.0
12952026-05-20T02:30:24.219Z Compiling libm v0.2.16
12962026-05-20T02:30:24.439Z Compiling stable_deref_trait v1.2.1
12972026-05-20T02:30:24.482Z Compiling litemap v0.8.2
12982026-05-20T02:30:24.513Z Compiling writeable v0.6.3
12992026-05-20T02:30:24.554Z Compiling percent-encoding v2.3.2
13002026-05-20T02:30:24.694Z Compiling utf8_iter v1.0.4
13012026-05-20T02:30:24.720Z Compiling version_check v0.9.5
13022026-05-20T02:30:24.763Z Compiling icu_properties_data v2.2.0
13032026-05-20T02:30:24.854Z Compiling icu_normalizer_data v2.2.0
13042026-05-20T02:30:24.865Z Compiling iana-time-zone v0.1.65
13052026-05-20T02:30:25.021Z Compiling syn v2.0.117
13062026-05-20T02:30:25.098Z Compiling equivalent v1.0.2
13072026-05-20T02:30:25.108Z Compiling form_urlencoded v1.2.2
13082026-05-20T02:30:25.185Z Compiling pin-project-lite v0.2.17
13092026-05-20T02:30:25.196Z Compiling serde_json v1.0.149
13102026-05-20T02:30:25.205Z Compiling dyn-clone v1.0.20
13112026-05-20T02:30:25.215Z Compiling parking_lot_core v0.9.12
13122026-05-20T02:30:25.280Z Compiling scopeguard v1.2.0
13132026-05-20T02:30:25.297Z Compiling num-traits v0.2.19
13142026-05-20T02:30:25.344Z Compiling hashbrown v0.17.1
13152026-05-20T02:30:25.385Z Compiling lock_api v0.4.14
13162026-05-20T02:30:25.466Z Compiling thiserror v2.0.18
13172026-05-20T02:30:25.599Z Compiling rand_core v0.10.1
13182026-05-20T02:30:25.683Z Compiling getrandom v0.4.2
13192026-05-20T02:30:25.757Z Compiling errno v0.3.14
13202026-05-20T02:30:25.918Z Compiling log v0.4.29
13212026-05-20T02:30:25.990Z Compiling jobserver v0.1.34
13222026-05-20T02:30:26.043Z Compiling heck v0.5.0
13232026-05-20T02:30:26.111Z Compiling shlex v1.3.0
13242026-05-20T02:30:26.122Z Compiling semver v1.0.28
13252026-05-20T02:30:26.302Z Compiling indexmap v2.14.0
13262026-05-20T02:30:26.313Z Compiling find-msvc-tools v0.1.9
13272026-05-20T02:30:26.323Z Compiling futures-core v0.3.32
13282026-05-20T02:30:26.429Z Compiling zerocopy v0.8.48
13292026-05-20T02:30:26.478Z Compiling uuid v1.23.1
13302026-05-20T02:30:26.495Z Compiling cc v1.2.62
13312026-05-20T02:30:26.565Z Compiling futures-sink v0.3.32
13322026-05-20T02:30:26.674Z Compiling schemars v0.8.22
13332026-05-20T02:30:26.902Z Compiling slab v0.4.12
13342026-05-20T02:30:26.933Z Compiling rustversion v1.0.22
13352026-05-20T02:30:26.999Z Compiling fnv v1.0.7
13362026-05-20T02:30:27.010Z Compiling futures-channel v0.3.32
13372026-05-20T02:30:27.094Z Compiling bitflags v2.11.1
13382026-05-20T02:30:27.249Z Compiling socket2 v0.6.3
13392026-05-20T02:30:27.344Z Compiling futures-io v0.3.32
13402026-05-20T02:30:27.447Z Compiling futures-task v0.3.32
13412026-05-20T02:30:27.468Z Compiling parking_lot v0.12.5
13422026-05-20T02:30:27.505Z Compiling signal-hook-registry v1.4.8
13432026-05-20T02:30:27.600Z Compiling mio v1.2.0
13442026-05-20T02:30:27.616Z Compiling portable-atomic v1.13.1
13452026-05-20T02:30:27.706Z Compiling getrandom v0.2.17
13462026-05-20T02:30:27.807Z Compiling typenum v1.20.0
13472026-05-20T02:30:27.834Z Compiling subtle v2.6.1
13482026-05-20T02:30:27.883Z Compiling base64 v0.22.1
13492026-05-20T02:30:27.895Z Compiling critical-section v1.2.0
13502026-05-20T02:30:27.949Z Compiling untrusted v0.9.0
13512026-05-20T02:30:27.997Z Compiling slog v2.8.2
13522026-05-20T02:30:28.008Z Compiling byteorder v1.5.0
13532026-05-20T02:30:28.071Z Compiling synstructure v0.13.2
13542026-05-20T02:30:28.093Z Compiling serde_derive_internals v0.29.1
13552026-05-20T02:30:28.225Z Compiling strsim v0.11.1
13562026-05-20T02:30:28.238Z Compiling rustix v1.1.4
13572026-05-20T02:30:28.263Z Compiling rand_core v0.6.4
13582026-05-20T02:30:28.497Z Compiling regex-syntax v0.8.10
13592026-05-20T02:30:28.500Z Compiling cmake v0.1.58
13602026-05-20T02:30:28.587Z Compiling once_cell v1.21.4
13612026-05-20T02:30:28.643Z Compiling fs_extra v1.3.0
13622026-05-20T02:30:28.696Z Compiling dunce v1.0.5
13632026-05-20T02:30:28.794Z Compiling httparse v1.10.1
13642026-05-20T02:30:28.812Z Compiling ipnet v2.12.0
13652026-05-20T02:30:28.823Z Compiling atomic-waker v1.1.2
13662026-05-20T02:30:28.858Z Compiling tower-layer v0.3.3
13672026-05-20T02:30:28.869Z Compiling tower-service v0.3.3
13682026-05-20T02:30:28.905Z Compiling aws-lc-sys v0.41.0
13692026-05-20T02:30:28.944Z Compiling generic-array v0.14.7
13702026-05-20T02:30:28.956Z Compiling ryu v1.0.23
13712026-05-20T02:30:29.025Z Compiling ucd-trie v0.1.7
13722026-05-20T02:30:29.143Z Compiling try-lock v0.2.5
13732026-05-20T02:30:29.194Z Compiling thiserror v1.0.69
13742026-05-20T02:30:29.253Z Compiling want v0.3.1
13752026-05-20T02:30:29.358Z Compiling serde_derive v1.0.228
13762026-05-20T02:30:29.378Z Compiling zerofrom-derive v0.1.7
13772026-05-20T02:30:29.388Z Compiling yoke-derive v0.8.2
13782026-05-20T02:30:29.428Z Compiling zerovec-derive v0.11.3
13792026-05-20T02:30:29.535Z Compiling displaydoc v0.2.5
13802026-05-20T02:30:29.547Z Compiling schemars_derive v0.8.22
13812026-05-20T02:30:29.858Z Compiling tokio-macros v2.7.0
13822026-05-20T02:30:30.365Z Compiling thiserror-impl v2.0.18
13832026-05-20T02:30:30.617Z Compiling zerocopy-derive v0.8.48
13842026-05-20T02:30:30.690Z Compiling zeroize_derive v1.4.3
13852026-05-20T02:30:30.700Z Compiling futures-macro v0.3.32
13862026-05-20T02:30:30.714Z Compiling zerofrom v0.1.8
13872026-05-20T02:30:30.841Z Compiling yoke v0.8.2
13882026-05-20T02:30:31.043Z Compiling zerovec v0.11.6
13892026-05-20T02:30:31.398Z Compiling zerotrie v0.2.4
13902026-05-20T02:30:31.415Z Compiling zeroize v1.8.2
13912026-05-20T02:30:31.587Z Compiling tinystr v0.8.3
13922026-05-20T02:30:31.590Z Compiling potential_utf v0.1.5
13932026-05-20T02:30:31.621Z Compiling futures-util v0.3.32
13942026-05-20T02:30:31.757Z Compiling icu_locale_core v2.2.0
13952026-05-20T02:30:31.782Z Compiling icu_collections v2.2.0
13962026-05-20T02:30:31.793Z Compiling thiserror-impl v1.0.69
13972026-05-20T02:30:31.874Z Compiling pest v2.8.6
13982026-05-20T02:30:32.324Z Compiling httpdate v1.0.3
13992026-05-20T02:30:32.583Z Compiling icu_provider v2.2.0
14002026-05-20T02:30:32.837Z Compiling bytes v1.11.1
14012026-05-20T02:30:32.906Z Compiling icu_normalizer v2.2.0
14022026-05-20T02:30:32.927Z Compiling icu_properties v2.2.0
14032026-05-20T02:30:33.028Z Compiling chrono v0.4.44
14042026-05-20T02:30:33.216Z Compiling serde_tokenstream v0.2.3
14052026-05-20T02:30:33.511Z Compiling http v1.4.0
14062026-05-20T02:30:33.522Z Compiling tokio v1.52.3
14072026-05-20T02:30:33.538Z Compiling erased-serde v0.3.31
14082026-05-20T02:30:34.038Z Compiling idna_adapter v1.2.2
14092026-05-20T02:30:34.176Z Compiling idna v1.1.0
14102026-05-20T02:30:34.189Z Compiling http-body v1.0.1
14112026-05-20T02:30:34.444Z Compiling pest_meta v2.8.6
14122026-05-20T02:30:34.488Z Compiling url v2.5.8
14132026-05-20T02:30:34.600Z Compiling getrandom v0.3.4
14142026-05-20T02:30:35.000Z Compiling pretty-hex v0.4.2
14152026-05-20T02:30:35.134Z Compiling ppv-lite86 v0.2.21
14162026-05-20T02:30:35.146Z Compiling pest_generator v2.8.6
14172026-05-20T02:30:35.290Z Compiling winnow v1.0.3
14182026-05-20T02:30:35.434Z Compiling plain v0.2.3
14192026-05-20T02:30:35.466Z Compiling foldhash v0.2.0
14202026-05-20T02:30:35.546Z Compiling allocator-api2 v0.2.21
14212026-05-20T02:30:35.712Z Compiling paste v1.0.15
14222026-05-20T02:30:35.793Z Compiling crypto-common v0.1.7
14232026-05-20T02:30:35.893Z Compiling ipnetwork v0.21.1
14242026-05-20T02:30:35.897Z Compiling pest_derive v2.8.6
14252026-05-20T02:30:35.929Z Compiling hashbrown v0.16.1
14262026-05-20T02:30:36.084Z Compiling tracing-attributes v0.1.31
14272026-05-20T02:30:36.363Z Compiling oxnet v0.1.5
14282026-05-20T02:30:36.457Z Compiling tracing-core v0.1.36
14292026-05-20T02:30:36.509Z Compiling omicron-workspace-hack v0.1.0
14302026-05-20T02:30:36.547Z Compiling ident_case v1.0.1
14312026-05-20T02:30:36.671Z Compiling http-body-util v0.1.3
14322026-05-20T02:30:36.758Z Compiling serde_urlencoded v0.7.1
14332026-05-20T02:30:36.826Z Compiling aho-corasick v1.1.4
14342026-05-20T02:30:36.998Z Compiling sync_wrapper v1.0.2
14352026-05-20T02:30:37.021Z Compiling rustls-pki-types v1.14.1
14362026-05-20T02:30:37.107Z Compiling daft-derive v0.1.7
14372026-05-20T02:30:37.415Z Compiling tracing v0.1.44
14382026-05-20T02:30:37.449Z Compiling fastrand v2.4.1
14392026-05-20T02:30:37.666Z Compiling tokio-util v0.7.18
14402026-05-20T02:30:37.714Z Compiling regex-automata v0.4.14
14412026-05-20T02:30:37.937Z Compiling scroll_derive v0.13.1
14422026-05-20T02:30:38.350Z Compiling async-trait v0.1.89
14432026-05-20T02:30:38.386Z Compiling ring v0.17.14
14442026-05-20T02:30:38.480Z Compiling anyhow v1.0.102
14452026-05-20T02:30:38.834Z Compiling cpufeatures v0.2.17
14462026-05-20T02:30:38.859Z Compiling powerfmt v0.2.0
14472026-05-20T02:30:38.906Z Compiling time-core v0.1.8
14482026-05-20T02:30:38.942Z Compiling num-conv v0.2.1
14492026-05-20T02:30:39.056Z Compiling deranged v0.5.8
14502026-05-20T02:30:39.095Z Compiling time-macros v0.2.27
14512026-05-20T02:30:39.409Z Compiling scroll v0.13.0
14522026-05-20T02:30:39.721Z Compiling regex v1.12.3
14532026-05-20T02:30:40.195Z Compiling block-buffer v0.10.4
14542026-05-20T02:30:40.209Z Compiling num_threads v0.1.7
14552026-05-20T02:30:40.305Z Compiling hex v0.4.3
14562026-05-20T02:30:40.325Z Compiling openssl-probe v0.2.1
14572026-05-20T02:30:40.468Z Compiling digest v0.10.7
14582026-05-20T02:30:40.517Z Compiling goblin v0.10.5
14592026-05-20T02:30:40.570Z Compiling camino v1.2.2
14602026-05-20T02:30:40.686Z Compiling crc32fast v1.5.0
14612026-05-20T02:30:40.738Z Compiling usdt-impl v0.6.0
14622026-05-20T02:30:41.013Z Compiling h2 v0.4.14
14632026-05-20T02:30:41.030Z Compiling dtrace-parser v0.3.0
14642026-05-20T02:30:41.079Z Compiling aws-lc-rs v1.17.0
14652026-05-20T02:30:41.365Z Compiling crossbeam-utils v0.8.21
14662026-05-20T02:30:41.699Z Compiling futures-executor v0.3.32
14672026-05-20T02:30:41.764Z Compiling structmeta-derive v0.3.0
14682026-05-20T02:30:41.977Z Compiling thread-id v5.1.0
14692026-05-20T02:30:42.057Z Compiling adler2 v2.0.1
14702026-05-20T02:30:42.060Z Compiling rustls v0.22.4
14712026-05-20T02:30:42.187Z Compiling simd-adler32 v0.3.9
14722026-05-20T02:30:42.286Z Compiling futures v0.3.32
14732026-05-20T02:30:42.362Z Compiling miniz_oxide v0.8.9
14742026-05-20T02:30:42.814Z Compiling structmeta v0.3.0
14752026-05-20T02:30:42.893Z Compiling rand_core v0.9.5
14762026-05-20T02:30:43.007Z Compiling hyper v1.9.0
14772026-05-20T02:30:43.019Z Compiling darling_core v0.23.0
14782026-05-20T02:30:43.040Z Compiling newtype-uuid-macros v0.1.0
14792026-05-20T02:30:43.108Z Compiling thread_local v1.1.9
14802026-05-20T02:30:43.147Z Compiling untrusted v0.7.1
14812026-05-20T02:30:43.271Z Compiling dof v0.4.0
14822026-05-20T02:30:43.380Z Compiling match_cfg v0.1.0
14832026-05-20T02:30:43.450Z Compiling flate2 v1.1.9
14842026-05-20T02:30:43.892Z Compiling newtype-uuid v1.3.2
14852026-05-20T02:30:44.246Z Compiling hyper-util v0.1.20
14862026-05-20T02:30:44.657Z Compiling slog-async v2.8.0
14872026-05-20T02:30:44.852Z Compiling rustls v0.23.40
14882026-05-20T02:30:44.866Z Compiling ref-cast v1.0.25
14892026-05-20T02:30:45.081Z Compiling quick-error v1.2.3
14902026-05-20T02:30:45.188Z Compiling compression-core v0.4.32
14912026-05-20T02:30:45.215Z Compiling darling_macro v0.23.0
14922026-05-20T02:30:45.272Z Compiling daft v0.1.7
14932026-05-20T02:30:45.291Z Compiling rand_chacha v0.9.0
14942026-05-20T02:30:45.349Z Compiling compression-codecs v0.4.38
14952026-05-20T02:30:45.506Z Compiling usdt-attr-macro v0.6.0
14962026-05-20T02:30:45.543Z Compiling usdt-macro v0.6.0
14972026-05-20T02:30:45.610Z Compiling strum_macros v0.26.4
14982026-05-20T02:30:45.750Z Compiling ref-cast-impl v1.0.25
14992026-05-20T02:30:45.825Z Compiling darling v0.23.0
15002026-05-20T02:30:45.902Z Compiling serde_spanned v1.1.1
15012026-05-20T02:30:45.913Z Compiling multer v3.1.0
15022026-05-20T02:30:46.052Z Compiling term v1.2.1
15032026-05-20T02:30:46.074Z Compiling take_mut v0.2.2
15042026-05-20T02:30:46.159Z Compiling toml_writer v1.1.1+spec-1.1.0
15052026-05-20T02:30:46.184Z Compiling debug-ignore v1.0.5
15062026-05-20T02:30:46.379Z Compiling bit-vec v0.8.0
15072026-05-20T02:30:46.497Z Compiling serde_with_macros v3.20.0
15082026-05-20T02:30:46.619Z Compiling bit-set v0.8.0
15092026-05-20T02:30:46.709Z Compiling rand v0.9.4
15102026-05-20T02:30:46.718Z Compiling async-stream-impl v0.3.6
15112026-05-20T02:30:46.775Z Compiling dropshot v0.17.0
15122026-05-20T02:30:46.792Z Compiling encoding_rs v0.8.35
15132026-05-20T02:30:47.020Z Compiling mime v0.3.17
15142026-05-20T02:30:47.296Z Compiling syn v1.0.109
15152026-05-20T02:30:47.309Z Compiling strum v0.26.3
15162026-05-20T02:30:47.319Z Compiling unarray v0.1.4
15172026-05-20T02:30:47.362Z Compiling spin v0.9.8
15182026-05-20T02:30:47.419Z Compiling async-stream v0.3.6
15192026-05-20T02:30:47.471Z Compiling derive-ex v0.1.8
15202026-05-20T02:30:47.482Z Compiling tower v0.5.3
15212026-05-20T02:30:47.597Z Compiling dropshot_endpoint v0.17.0
15222026-05-20T02:30:47.653Z Compiling macaddr v1.0.1
15232026-05-20T02:30:47.670Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-05-20T02:30:47.681Z Compiling waitgroup v0.1.2
15252026-05-20T02:30:47.869Z Compiling serde_path_to_error v0.1.20
15262026-05-20T02:30:48.161Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15272026-05-20T02:30:48.223Z Compiling tower-http v0.6.10
15282026-05-20T02:30:48.321Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15292026-05-20T02:30:48.468Z Compiling tempfile v3.27.0
15302026-05-20T02:30:48.497Z Compiling openapiv3 v2.2.0
15312026-05-20T02:30:48.640Z Compiling strum_macros v0.27.2
15322026-05-20T02:30:49.068Z Compiling test-strategy v0.4.5
15332026-05-20T02:30:49.296Z Compiling instant v0.1.13
15342026-05-20T02:30:49.405Z Compiling rustls-native-certs v0.8.3
15352026-05-20T02:30:49.832Z Compiling time v0.3.47
15362026-05-20T02:30:50.088Z Compiling rustc-hash v2.1.2
15372026-05-20T02:30:50.212Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15382026-05-20T02:30:50.498Z Compiling crossbeam-channel v0.5.15
15392026-05-20T02:30:50.626Z Compiling strum v0.27.2
15402026-05-20T02:30:51.340Z Compiling parse-display-derive v0.10.0
15412026-05-20T02:30:51.427Z Compiling rustls-webpki v0.102.8
15422026-05-20T02:30:51.728Z Compiling backon v1.6.0
15432026-05-20T02:30:51.883Z Compiling rand_chacha v0.3.1
15442026-05-20T02:30:52.308Z Compiling rand v0.8.6
15452026-05-20T02:30:52.505Z Compiling slog-json v2.6.1
15462026-05-20T02:30:52.530Z Compiling hostname v0.3.1
15472026-05-20T02:30:52.708Z Compiling toml_parser v1.1.2+spec-1.1.0
15482026-05-20T02:30:52.743Z Compiling toml_datetime v1.1.1+spec-1.1.0
15492026-05-20T02:30:52.959Z Compiling memmap2 v0.9.10
15502026-05-20T02:30:52.992Z Compiling is-terminal v0.4.17
15512026-05-20T02:30:53.055Z Compiling wait-timeout v0.2.1
15522026-05-20T02:30:53.066Z Compiling either v1.15.0
15532026-05-20T02:30:53.083Z Compiling slog-term v2.9.2
15542026-05-20T02:30:53.179Z Compiling usdt v0.6.0
15552026-05-20T02:30:53.266Z Compiling rusty-fork v0.3.1
15562026-05-20T02:30:53.367Z Compiling toml v1.1.2+spec-1.1.0
15572026-05-20T02:30:53.417Z Compiling slog-bunyan v2.5.0
15582026-05-20T02:30:53.553Z Compiling serde_with v3.20.0
15592026-05-20T02:30:53.631Z Compiling async-compression v0.4.42
15602026-05-20T02:30:53.704Z Compiling rand_xorshift v0.4.0
15612026-05-20T02:30:53.854Z Compiling sha1 v0.10.6
15622026-05-20T02:30:53.945Z Compiling rustls-pemfile v2.2.0
15632026-05-20T02:30:54.026Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15642026-05-20T02:30:54.082Z Compiling regress v0.10.5
15652026-05-20T02:30:54.143Z Compiling hostname v0.4.2
15662026-05-20T02:30:54.281Z Compiling tokio-rustls v0.25.0
15672026-05-20T02:30:54.527Z Compiling proptest v1.11.0
15682026-05-20T02:30:55.723Z Compiling iddqd v0.3.18
15692026-05-20T02:30:56.494Z Compiling reqwest v0.12.28
15702026-05-20T02:30:56.648Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15712026-05-20T02:30:56.902Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15722026-05-20T02:30:57.164Z Compiling utf8parse v0.2.2
15732026-05-20T02:30:57.249Z Compiling anstyle-parse v1.0.0
15742026-05-20T02:30:57.278Z Compiling itertools v0.14.0
15752026-05-20T02:30:57.437Z Compiling parse-display v0.10.0
15762026-05-20T02:30:57.770Z Compiling progenitor-client v0.10.0
15772026-05-20T02:30:58.053Z Compiling backoff v0.4.0
15782026-05-20T02:30:58.078Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15792026-05-20T02:30:58.272Z Compiling is_terminal_polyfill v1.70.2
15802026-05-20T02:30:58.367Z Compiling anstyle-query v1.1.5
15812026-05-20T02:30:58.477Z Compiling colorchoice v1.0.5
15822026-05-20T02:30:58.545Z Compiling anstyle v1.0.14
15832026-05-20T02:30:58.775Z Compiling anstream v1.0.0
15842026-05-20T02:30:58.919Z Compiling clap_lex v1.1.0
15852026-05-20T02:30:59.318Z Compiling regress v0.11.1
15862026-05-20T02:30:59.333Z Compiling clap_derive v4.6.1
15872026-05-20T02:30:59.979Z Compiling terminal_size v0.4.4
15882026-05-20T02:31:01.127Z Compiling typify-impl v0.6.2
15892026-05-20T02:31:01.232Z Compiling toml_datetime v0.6.11
15902026-05-20T02:31:01.447Z Compiling zerocopy-derive v0.7.35
15912026-05-20T02:31:01.514Z Compiling convert_case v0.4.0
15922026-05-20T02:31:01.813Z Compiling derive_more v0.99.20
15932026-05-20T02:31:02.273Z Compiling clap_builder v4.6.0
15942026-05-20T02:31:02.332Z Compiling zerocopy v0.7.35
15952026-05-20T02:31:03.206Z Compiling toml_edit v0.25.11+spec-1.1.0
15962026-05-20T02:31:03.470Z Compiling unicode-width v0.2.2
15972026-05-20T02:31:03.757Z Compiling proc-macro-crate v3.5.0
15982026-05-20T02:31:04.104Z Compiling clap v4.6.1
15992026-05-20T02:31:04.198Z Compiling secrecy v0.10.3
16002026-05-20T02:31:04.276Z Compiling tinyvec_macros v0.1.1
16012026-05-20T02:31:04.357Z Compiling float-ord v0.3.2
16022026-05-20T02:31:04.470Z Compiling crucible-workspace-hack v0.1.0
16032026-05-20T02:31:04.614Z Compiling tinyvec v1.11.0
16042026-05-20T02:31:04.661Z Compiling num_enum_derive v0.7.6
16052026-05-20T02:31:05.115Z Compiling dtrace-parser v0.2.0
16062026-05-20T02:31:05.306Z Compiling scroll_derive v0.12.1
16072026-05-20T02:31:05.743Z Compiling rustc_version v0.4.1
16082026-05-20T02:31:06.005Z Compiling num-integer v0.1.46
16092026-05-20T02:31:06.019Z Compiling usdt-impl v0.5.0
16102026-05-20T02:31:06.029Z Compiling curve25519-dalek v4.1.3
16112026-05-20T02:31:06.052Z Compiling scroll v0.12.0
16122026-05-20T02:31:06.324Z Compiling num_enum v0.7.6
16132026-05-20T02:31:06.562Z Compiling dof v0.3.0
16142026-05-20T02:31:06.844Z Compiling hmac v0.12.1
16152026-05-20T02:31:06.904Z Compiling darling_core v0.21.3
16162026-05-20T02:31:06.929Z Compiling inout v0.1.4
16172026-05-20T02:31:06.974Z Compiling ff v0.13.1
16182026-05-20T02:31:06.985Z Compiling thread-id v4.2.2
16192026-05-20T02:31:07.075Z Compiling group v0.13.0
16202026-05-20T02:31:07.078Z Compiling cipher v0.4.4
16212026-05-20T02:31:07.298Z Compiling hkdf v0.12.4
16222026-05-20T02:31:07.575Z Compiling typify-macro v0.6.2
16232026-05-20T02:31:07.665Z Compiling goblin v0.8.2
16242026-05-20T02:31:07.749Z Compiling num-iter v0.1.45
16252026-05-20T02:31:07.867Z Compiling num-rational v0.4.2
16262026-05-20T02:31:08.087Z Compiling thiserror-impl-no-std v2.0.2
16272026-05-20T02:31:08.135Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16282026-05-20T02:31:08.491Z Compiling crossbeam-epoch v0.9.18
16292026-05-20T02:31:08.822Z Compiling universal-hash v0.5.1
16302026-05-20T02:31:08.932Z Compiling half v2.7.1
16312026-05-20T02:31:08.954Z Compiling crypto-bigint v0.5.5
16322026-05-20T02:31:09.034Z Compiling darling_macro v0.21.3
16332026-05-20T02:31:09.191Z Compiling curve25519-dalek-derive v0.1.1
16342026-05-20T02:31:09.227Z Compiling num-complex v0.4.6
16352026-05-20T02:31:09.702Z Compiling typify v0.6.2
16362026-05-20T02:31:09.825Z Compiling base16ct v0.2.0
16372026-05-20T02:31:09.915Z Compiling opaque-debug v0.3.1
16382026-05-20T02:31:09.956Z Compiling ciborium-io v0.2.2
16392026-05-20T02:31:09.981Z Compiling base64ct v1.8.3
16402026-05-20T02:31:09.991Z Compiling poly1305 v0.8.0
16412026-05-20T02:31:10.044Z Compiling ciborium-ll v0.2.2
16422026-05-20T02:31:10.264Z Compiling password-hash v0.5.0
16432026-05-20T02:31:10.279Z Compiling elliptic-curve v0.13.8
16442026-05-20T02:31:10.551Z Compiling darling v0.21.3
16452026-05-20T02:31:10.635Z Compiling num v0.4.3
16462026-05-20T02:31:10.717Z Compiling thiserror-no-std v2.0.2
16472026-05-20T02:31:11.355Z Compiling chacha20 v0.9.1
16482026-05-20T02:31:11.358Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16492026-05-20T02:31:11.507Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16502026-05-20T02:31:11.909Z Compiling blake2 v0.10.6
16512026-05-20T02:31:12.009Z Compiling byte-wrapper v0.1.0
16522026-05-20T02:31:12.055Z Compiling aead v0.5.2
16532026-05-20T02:31:12.218Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16542026-05-20T02:31:12.369Z Compiling proc-macro-error-attr v1.0.4
16552026-05-20T02:31:12.542Z Compiling prettyplease v0.2.37
16562026-05-20T02:31:12.596Z Compiling rustix v0.38.44
16572026-05-20T02:31:12.610Z Compiling heapless v0.8.0
16582026-05-20T02:31:12.794Z Compiling unsafe-libyaml v0.2.11
16592026-05-20T02:31:12.930Z Compiling keccak v0.1.6
16602026-05-20T02:31:13.167Z Compiling sha3 v0.10.9
16612026-05-20T02:31:13.466Z Compiling serde_yaml v0.9.34+deprecated
16622026-05-20T02:31:13.806Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16632026-05-20T02:31:14.833Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16642026-05-20T02:31:14.857Z Compiling chacha20poly1305 v0.10.1
16652026-05-20T02:31:14.988Z Compiling argon2 v0.5.3
16662026-05-20T02:31:15.226Z Compiling vsss-rs v3.3.4
16672026-05-20T02:31:15.529Z Compiling ingot-macros v0.1.1
16682026-05-20T02:31:15.957Z Compiling rustls-webpki v0.103.13
16692026-05-20T02:31:16.163Z Compiling ciborium v0.2.2
16702026-05-20T02:31:17.025Z Compiling usdt-macro v0.5.0
16712026-05-20T02:31:17.116Z Compiling usdt-attr-macro v0.5.0
16722026-05-20T02:31:18.476Z Compiling serde_spanned v0.6.9
16732026-05-20T02:31:18.626Z Compiling enum-as-inner v0.6.1
16742026-05-20T02:31:18.762Z Compiling hash32 v0.3.1
16752026-05-20T02:31:18.925Z Compiling proc-macro-error v1.0.4
16762026-05-20T02:31:18.966Z Compiling memmap v0.7.0
16772026-05-20T02:31:19.163Z Compiling winnow v0.7.15
16782026-05-20T02:31:19.176Z Compiling data-encoding v2.11.0
16792026-05-20T02:31:19.198Z Compiling indent_write v2.2.0
16802026-05-20T02:31:19.245Z Compiling toml_write v0.1.2
16812026-05-20T02:31:19.336Z Compiling smoltcp v0.11.0
16822026-05-20T02:31:19.433Z Compiling tokio-rustls v0.26.4
16832026-05-20T02:31:19.453Z Compiling rustls-platform-verifier v0.7.0
16842026-05-20T02:31:19.726Z Compiling hyper-rustls v0.27.9
16852026-05-20T02:31:20.020Z Compiling reqwest v0.13.3
16862026-05-20T02:31:20.032Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16872026-05-20T02:31:20.077Z Compiling winnow v0.5.40
16882026-05-20T02:31:20.443Z Compiling usdt v0.5.0
16892026-05-20T02:31:20.725Z Compiling toml_edit v0.22.27
16902026-05-20T02:31:20.867Z Compiling ingot-types v0.1.2
16912026-05-20T02:31:20.912Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16922026-05-20T02:31:21.074Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16932026-05-20T02:31:21.176Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16942026-05-20T02:31:21.284Z Compiling progenitor-client v0.14.0
16952026-05-20T02:31:21.436Z Compiling toml_edit v0.19.15
16962026-05-20T02:31:21.517Z Compiling progenitor-extras v0.2.0
16972026-05-20T02:31:21.758Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16982026-05-20T02:31:23.475Z Compiling tabwriter v1.4.1
16992026-05-20T02:31:23.869Z Compiling cobs v0.3.0
17002026-05-20T02:31:24.025Z Compiling serde_repr v0.1.20
17012026-05-20T02:31:24.074Z Compiling memoffset v0.9.1
17022026-05-20T02:31:24.230Z Compiling pkg-config v0.3.33
17032026-05-20T02:31:24.333Z Compiling bitflags v1.3.2
17042026-05-20T02:31:24.345Z Compiling vcpkg v0.2.15
17052026-05-20T02:31:24.412Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17062026-05-20T02:31:24.652Z Compiling cfg_aliases v0.2.1
17072026-05-20T02:31:24.681Z Compiling managed v0.8.0
17082026-05-20T02:31:24.706Z Compiling nix v0.31.3
17092026-05-20T02:31:24.770Z Compiling postcard v1.1.3
17102026-05-20T02:31:24.994Z Compiling openssl-sys v0.9.116
17112026-05-20T02:31:25.115Z Compiling proc-macro-crate v1.3.1
17122026-05-20T02:31:25.128Z Compiling toml v0.8.23
17132026-05-20T02:31:25.308Z Compiling ingot v0.1.1
17142026-05-20T02:31:25.458Z Compiling hubpack_derive v0.1.1
17152026-05-20T02:31:25.559Z Compiling foreign-types-macros v0.2.3
17162026-05-20T02:31:25.847Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17172026-05-20T02:31:26.017Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17182026-05-20T02:31:26.869Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17192026-05-20T02:31:27.194Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17202026-05-20T02:31:27.260Z Compiling static_assertions v1.1.0
17212026-05-20T02:31:27.342Z Compiling cpufeatures v0.3.0
17222026-05-20T02:31:27.421Z Compiling semver v0.1.20
17232026-05-20T02:31:27.432Z Compiling linked-hash-map v0.5.6
17242026-05-20T02:31:27.458Z Compiling unicode-segmentation v1.13.2
17252026-05-20T02:31:27.629Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17262026-05-20T02:31:27.698Z Compiling rayon-core v1.13.0
17272026-05-20T02:31:27.837Z Compiling colored v3.1.1
17282026-05-20T02:31:27.898Z Compiling resolv-conf v0.7.6
17292026-05-20T02:31:27.940Z Compiling swrite v0.1.0
17302026-05-20T02:31:28.038Z Compiling heck v0.4.1
17312026-05-20T02:31:28.054Z Compiling foreign-types-shared v0.3.1
17322026-05-20T02:31:28.152Z Compiling foreign-types v0.5.0
17332026-05-20T02:31:28.258Z Compiling newline-converter v0.3.0
17342026-05-20T02:31:28.268Z Compiling lru-cache v0.1.2
17352026-05-20T02:31:28.289Z Compiling rustc_version v0.1.7
17362026-05-20T02:31:28.393Z Compiling chacha20 v0.10.0
17372026-05-20T02:31:28.421Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17382026-05-20T02:31:28.446Z Compiling hubpack v0.1.2
17392026-05-20T02:31:28.516Z Compiling num_enum_derive v0.5.11
17402026-05-20T02:31:28.678Z Compiling atomicwrites v0.4.4
17412026-05-20T02:31:28.787Z Compiling hickory-proto v0.24.4
17422026-05-20T02:31:28.884Z Compiling progenitor-impl v0.13.0
17432026-05-20T02:31:29.019Z Compiling crossbeam-deque v0.8.6
17442026-05-20T02:31:29.226Z Compiling console v0.15.11
17452026-05-20T02:31:29.453Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17462026-05-20T02:31:29.615Z Compiling camino-tempfile v1.4.1
17472026-05-20T02:31:29.644Z Compiling serde-big-array v0.5.1
17482026-05-20T02:31:29.790Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17492026-05-20T02:31:29.885Z Compiling derive-where v1.6.1
17502026-05-20T02:31:29.974Z Compiling pin-project-internal v1.1.13
17512026-05-20T02:31:30.037Z Compiling num-derive v0.4.2
17522026-05-20T02:31:30.304Z Compiling cstr-argument v0.1.2
17532026-05-20T02:31:30.350Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17542026-05-20T02:31:30.462Z Compiling minimal-lexical v0.2.1
17552026-05-20T02:31:30.596Z Compiling siphasher v1.0.3
17562026-05-20T02:31:30.733Z Compiling similar v2.7.0
17572026-05-20T02:31:30.799Z Compiling phf_shared v0.12.1
17582026-05-20T02:31:31.011Z Compiling hickory-resolver v0.24.4
17592026-05-20T02:31:31.060Z Compiling nom v7.1.3
17602026-05-20T02:31:31.128Z Compiling pin-project v1.1.13
17612026-05-20T02:31:31.226Z Compiling expectorate v1.2.0
17622026-05-20T02:31:31.254Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632026-05-20T02:31:31.531Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17642026-05-20T02:31:31.663Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17652026-05-20T02:31:31.737Z Compiling num_enum v0.5.11
17662026-05-20T02:31:31.860Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17672026-05-20T02:31:32.269Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17682026-05-20T02:31:32.476Z Compiling rand v0.10.1
17692026-05-20T02:31:32.642Z Compiling progenitor-macro v0.13.0
17702026-05-20T02:31:32.675Z Compiling newtype_derive v0.1.6
17712026-05-20T02:31:32.922Z Compiling progenitor-client v0.13.0
17722026-05-20T02:31:33.577Z Compiling progenitor-impl v0.14.0
17732026-05-20T02:31:33.725Z Compiling unicode-normalization v0.1.25
17742026-05-20T02:31:34.003Z Compiling tokio-stream v0.1.18
17752026-05-20T02:31:34.234Z Compiling async-recursion v1.1.1
17762026-05-20T02:31:34.485Z Compiling snafu-derive v0.8.9
17772026-05-20T02:31:34.612Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17782026-05-20T02:31:34.622Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17792026-05-20T02:31:34.972Z Compiling slog-dtrace v0.3.0
17802026-05-20T02:31:35.018Z Compiling bstr v1.12.1
17812026-05-20T02:31:35.226Z Compiling csv-core v0.1.13
17822026-05-20T02:31:35.524Z Compiling foreign-types-shared v0.1.1
17832026-05-20T02:31:35.560Z Compiling cancel-safe-futures v0.1.5
17842026-05-20T02:31:35.618Z Compiling same-file v1.0.6
17852026-05-20T02:31:35.813Z Compiling unicode-xid v0.2.6
17862026-05-20T02:31:35.836Z Compiling owo-colors v4.3.0
17872026-05-20T02:31:35.935Z Compiling chrono-tz v0.10.4
17882026-05-20T02:31:36.169Z Compiling openssl v0.10.80
17892026-05-20T02:31:36.191Z Compiling konst_macro_rules v0.2.19
17902026-05-20T02:31:36.357Z Compiling foldhash v0.1.5
17912026-05-20T02:31:36.380Z Compiling unicode-width v0.1.14
17922026-05-20T02:31:36.464Z Compiling highway v1.3.0
17932026-05-20T02:31:36.543Z Compiling hashbrown v0.15.5
17942026-05-20T02:31:36.674Z Compiling snafu v0.8.9
17952026-05-20T02:31:36.867Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17962026-05-20T02:31:36.974Z Compiling konst v0.2.20
17972026-05-20T02:31:37.109Z Compiling const_format_proc_macros v0.2.34
17982026-05-20T02:31:37.134Z Compiling walkdir v2.5.0
17992026-05-20T02:31:37.222Z Compiling foreign-types v0.3.2
18002026-05-20T02:31:37.240Z Compiling csv v1.4.0
18012026-05-20T02:31:37.295Z Compiling globset v0.4.18
18022026-05-20T02:31:37.318Z Compiling progenitor-macro v0.14.0
18032026-05-20T02:31:37.634Z Compiling qorb v0.4.1
18042026-05-20T02:31:37.839Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18052026-05-20T02:31:37.944Z Compiling progenitor v0.13.0
18062026-05-20T02:31:37.960Z Compiling olpc-cjson v0.1.4
18072026-05-20T02:31:38.124Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18082026-05-20T02:31:38.887Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18092026-05-20T02:31:39.457Z Compiling rayon v1.12.0
18102026-05-20T02:31:39.665Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18112026-05-20T02:31:39.843Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18122026-05-20T02:31:39.971Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18132026-05-20T02:31:40.061Z Compiling phf v0.12.1
18142026-05-20T02:31:40.214Z Compiling zone_cfg_derive v0.3.1
18152026-05-20T02:31:40.238Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18162026-05-20T02:31:40.635Z Compiling tokio-dtrace v0.1.1
18172026-05-20T02:31:40.964Z Compiling itertools v0.12.1
18182026-05-20T02:31:41.210Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18192026-05-20T02:31:41.297Z Compiling libsw-core v0.3.2
18202026-05-20T02:31:41.322Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18212026-05-20T02:31:41.406Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18222026-05-20T02:31:41.463Z Compiling serde_plain v1.0.2
18232026-05-20T02:31:41.672Z Compiling openssl-macros v0.1.1
18242026-05-20T02:31:41.784Z Compiling pem v3.0.6
18252026-05-20T02:31:41.920Z Compiling cookie v0.18.1
18262026-05-20T02:31:42.165Z Compiling sigpipe v0.1.3
18272026-05-20T02:31:42.176Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18282026-05-20T02:31:42.179Z Compiling glob v0.3.3
18292026-05-20T02:31:42.196Z Compiling fixedbitset v0.4.2
18302026-05-20T02:31:42.250Z Compiling jiff v0.2.24
18312026-05-20T02:31:42.309Z Compiling fixedbitset v0.5.7
18322026-05-20T02:31:42.410Z Compiling typed-path v0.9.3
18332026-05-20T02:31:42.433Z Compiling bytecount v0.6.9
18342026-05-20T02:31:42.574Z Compiling petgraph v0.8.3
18352026-05-20T02:31:42.620Z Compiling progenitor v0.14.0
18362026-05-20T02:31:42.630Z Compiling papergrid v0.11.0
18372026-05-20T02:31:42.663Z Compiling petgraph v0.6.5
18382026-05-20T02:31:43.763Z Compiling tough v0.22.0
18392026-05-20T02:31:44.197Z Compiling zone v0.3.1
18402026-05-20T02:31:44.421Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18412026-05-20T02:31:44.446Z Compiling libsw v3.5.0
18422026-05-20T02:31:44.582Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18432026-05-20T02:31:44.622Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18442026-05-20T02:31:44.811Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18452026-05-20T02:31:44.937Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18462026-05-20T02:31:45.103Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18472026-05-20T02:31:45.716Z Compiling oxide-tokio-rt v0.1.6
18482026-05-20T02:31:46.157Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18492026-05-20T02:31:46.202Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18502026-05-20T02:31:46.369Z Compiling const_format v0.2.36
18512026-05-20T02:31:46.381Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18522026-05-20T02:31:46.729Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18532026-05-20T02:31:46.734Z Compiling tabled_derive v0.7.0
18542026-05-20T02:31:47.146Z Compiling gethostname v0.5.0
18552026-05-20T02:31:47.187Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18562026-05-20T02:31:47.269Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18572026-05-20T02:31:47.281Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18582026-05-20T02:31:47.305Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18592026-05-20T02:31:47.388Z Compiling smf v0.2.3
18602026-05-20T02:31:47.416Z Compiling bcs v0.1.6
18612026-05-20T02:31:47.713Z Compiling nom v8.0.0
18622026-05-20T02:31:47.732Z Compiling whoami v1.6.1
18632026-05-20T02:31:47.873Z Compiling linear-map v1.2.0
18642026-05-20T02:31:47.990Z Compiling unicode-linebreak v0.1.5
18652026-05-20T02:31:48.051Z Compiling lazy_static v1.5.0
18662026-05-20T02:31:48.060Z Compiling tagptr v0.2.0
18672026-05-20T02:31:48.151Z Compiling smawk v0.3.2
18682026-05-20T02:31:48.210Z Compiling termtree v0.5.1
18692026-05-20T02:31:48.238Z Compiling moka v0.12.15
18702026-05-20T02:31:48.290Z Compiling textwrap v0.16.2
18712026-05-20T02:31:48.324Z Compiling steno v0.4.1
18722026-05-20T02:31:48.357Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18732026-05-20T02:31:48.726Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18742026-05-20T02:31:49.022Z Compiling tabled v0.15.0
18752026-05-20T02:31:49.956Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18762026-05-20T02:31:50.017Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18772026-05-20T02:31:50.103Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18782026-05-20T02:31:50.958Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18792026-05-20T02:31:51.719Z Compiling hickory-proto v0.25.2
18802026-05-20T02:31:51.920Z Compiling humantime v2.3.0
18812026-05-20T02:31:51.949Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18822026-05-20T02:31:52.211Z Compiling parking_lot_core v0.8.6
18832026-05-20T02:31:52.533Z Compiling libscf-sys v1.2.0
18842026-05-20T02:31:52.683Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18852026-05-20T02:31:52.988Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18862026-05-20T02:31:53.162Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18872026-05-20T02:31:53.422Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18882026-05-20T02:31:53.564Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18892026-05-20T02:31:53.674Z Compiling hickory-resolver v0.25.2
18902026-05-20T02:31:53.950Z Compiling parking_lot v0.11.2
18912026-05-20T02:31:54.051Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18922026-05-20T02:31:54.159Z Compiling fxhash v0.2.1
18932026-05-20T02:31:54.285Z Compiling internet-checksum v0.2.1
18942026-05-20T02:31:54.303Z Compiling sled v0.34.7
18952026-05-20T02:31:54.373Z Compiling yansi v1.0.1
18962026-05-20T02:31:54.424Z Compiling diff v0.1.13
18972026-05-20T02:31:54.731Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18982026-05-20T02:31:54.801Z Compiling pretty_assertions v1.4.1
18992026-05-20T02:31:56.814Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19002026-05-20T02:31:59.137Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19012026-05-20T02:32:06.915Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19022026-05-20T02:32:08.537Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19032026-05-20T02:32:09.573Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19042026-05-20T02:32:10.704Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19052026-05-20T02:32:11.507Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19062026-05-20T02:32:12.691Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19072026-05-20T02:32:35.817Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 12s
19082026-05-20T02:32:36.004Z────────────
19092026-05-20T02:32:36.004Z Nextest run ID de5bb5c0-684f-41c0-9dff-e2d08af04680 with nextest profile: default
19102026-05-20T02:32:36.004Z Starting 2 tests across 3 binaries
19112026-05-20T02:32:36.007Z START bfd test::test_new_daemon
19122026-05-20T02:32:36.010Z
19132026-05-20T02:32:36.010Zrunning 1 test
19142026-05-20T02:32:36.050Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T02:32:35.101564734Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4912,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19152026-05-20T02:32:36.050Ztest test::test_new_daemon ... {ok"
19162026-05-20T02:32:36.050Zmsg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40
19172026-05-20T02:32:36.050Ztest result: ,"oktime":"2026-05-20T02:32:35.101841749Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87",. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out"pid":4912,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19182026-05-20T02:32:36.050Z{"msg":"; finished in 0.04sexiting receive loop on error: channel is empty and sending half is closed"
19192026-05-20T02:32:36.050Z
19202026-05-20T02:32:36.053Z,"v":0,"name":"slog-rs","level":50,"time":"2026-05-20T02:32:35.101866776Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4912,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19212026-05-20T02:32:36.056Z PASS [ 0.050s] bfd test::test_new_daemon
19222026-05-20T02:32:36.056Z START bfd test::test_protocol_basics
19232026-05-20T02:32:36.062Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50
19242026-05-20T02:32:36.062Zrunning 1 test
19252026-05-20T02:32:36.106Z{{""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 256274014, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"msg",:""v":recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2723864987, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":00,"name":"slog-rs","name":"slog-rs","level":10,"level":10,"time":"2026-05-20T02:32:35.15814751Z","time":"2026-05-20T02:32:35.15814351Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.10","state":"Down","unit":"session","module,"":"hostname":state_machine"","component":"bfd"w-01KS1K8X6RKFXT5FB31DN76N87"},"pid":4913
19262026-05-20T02:32:36.106Z,"peer":"203.0.113.20","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19272026-05-20T02:32:36.109Z{"msg":"{"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 4089148291, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 4054990891, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None },"","levelv":":010,"name":"slog-rs","level":10,","time":time"":"2026-05-20T02:32:35.158421085Z"2026-05-20T02:32:35.158422375Z",","hostname":"hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","w-01KS1K8X6RKFXT5FB31DN76N87"pid,"":pid":49134913,","peer":"peer":"2001:db8::10",2001:db8::20"","state":"state":"Down","Down",unit"":"unit":"session"session",,""module"module"::""state_machine"state_machine,"","component":"componentbfd":""}
19282026-05-20T02:32:36.109Zbfd"}
19292026-05-20T02:32:36.109Z{"msg":"{"transition -> Initmsg"",:""v":0,"transition -> Initname"":,""vslog-rs"":0,,""level"name:"30:"slog-rs","level":30,"time":","2026-05-20T02:32:35.158452991Z"time",:""hostname":"2026-05-20T02:32:35.158453781Z","w-01KS1K8X6RKFXT5FB31DN76N87","hostnamepid""::"4913,"peerw-01KS1K8X6RKFXT5FB31DN76N87"":,""pid":2001:db8::204913",",state"":"peer":Down"","unit"2001:db8::10:"","session"state":","Down",module"":"unit":"session"state_machine,"","module":"component":"bfdstate_machine""},
19302026-05-20T02:32:36.109Z"component":"{bfd""}
19312026-05-20T02:32:36.109Zmsg":"{transition -> Init"","msgv":"":0,"name":"transition -> Init",slog-rs""v",:"0,level"":30name":"slog-rs","level":30,"time":","2026-05-20T02:32:35.158476408Z",time"":"hostname":"2026-05-20T02:32:35.158477238Z","w-01KS1K8X6RKFXT5FB31DN76N87","hostname":pid"":4913,"peer"w-01KS1K8X6RKFXT5FB31DN76N87:"","pid"203.0.113.20":,4913"state":","Down"peer,"":"unit":"session203.0.113.10"",,""module"state":":"Down"state_machine,"","unit":"component":"session","bfd"}
19322026-05-20T02:32:36.110Zmodule":"state_machine","component":"bfd"}
19332026-05-20T02:32:37.104Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 4054990891, your_discriminator: 4089148291, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T02:32:36.155516236Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19342026-05-20T02:32:37.104Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2723864987, your_discriminator: 256274014, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T02:32:36.155590607Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19352026-05-20T02:32:37.104Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T02:32:36.155607625Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19362026-05-20T02:32:37.104Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T02:32:36.155624673Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19372026-05-20T02:32:37.116Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 256274014, your_discriminator: 2723864987, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T02:32:36.157866939Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19382026-05-20T02:32:37.116Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 4089148291, your_discriminator: 4054990891, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T02:32:36.157902045Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19392026-05-20T02:32:37.116Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T02:32:36.157921992Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19402026-05-20T02:32:37.116Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T02:32:36.1579406Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19412026-05-20T02:32:42.104Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 4054990891, your_discriminator: 4089148291, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T02:32:41.155637589Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19422026-05-20T02:32:42.104Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2723864987, your_discriminator: 256274014, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T02:32:41.155731497Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19432026-05-20T02:32:42.108Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 256274014, your_discriminator: 2723864987, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T02:32:41.157963145Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19442026-05-20T02:32:42.108Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 4089148291, your_discriminator: 4054990891, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T02:32:41.158021368Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19452026-05-20T02:32:46.107Z{"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T02:32:45.158029633Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19462026-05-20T02:32:46.107Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T02:32:45.158069258Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19472026-05-20T02:32:46.107Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T02:32:45.158112552Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19482026-05-20T02:32:46.107Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T02:32:45.158178374Z","hostname":"w-01KS1K8X6RKFXT5FB31DN76N87","pid":4913,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19492026-05-20T02:32:46.110Ztest test::test_protocol_basics ... ok
19502026-05-20T02:32:46.110Z
19512026-05-20T02:32:46.110Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19522026-05-20T02:32:46.110Z
19532026-05-20T02:32:46.117Z PASS [ 10.061s] bfd test::test_protocol_basics
19542026-05-20T02:32:46.120Z────────────
19552026-05-20T02:32:46.120Z Summary [ 10.112s] 2 tests run: 2 passed, 0 skipped
19562026-05-20T02:32:46.131Zprocess exited: duration 323239 ms, exit code 0
 
19572026-05-20T02:32:46.138Zfound 0 output files