01KXFGS9CVQQKKNF369RHM37R4: 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: 01KXFGSQSQAQMHNB8TNF3WYNE2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T05:16:02.675Zjob assigned to worker 01KXFGSW2QMFSV6VA4WVKHQT4A [factory aws, i-0454f6be4a666e3e0] (queued for 55 s)
 
22026-07-14T05:16:09.869Zstarting task 0: "setup"
32026-07-14T05:16:09.872Z++ uname -s
42026-07-14T05:16:09.876Z+ kern=SunOS
52026-07-14T05:16:09.876Z+ build_user=build
62026-07-14T05:16:09.876Z+ build_uid=12345
72026-07-14T05:16:09.876Z+ work_dir=/work
82026-07-14T05:16:09.876Z+ input_dir=/input
92026-07-14T05:16:09.876Z+ [[ 0 == 12345 ]]
102026-07-14T05:16:09.876Z+ case "$kern" in
112026-07-14T05:16:09.876Z+ groupadd -g 12345 build
122026-07-14T05:16:09.876Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T05:16:11.882Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T05:16:12.014Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T05:16:12.017Z+ home_fs=zfs
162026-07-14T05:16:12.017Z+ [[ zfs == autofs ]]
172026-07-14T05:16:12.017Z+ mkdir -p /home/build
182026-07-14T05:16:12.017Z+ chown build:build /home/build /work
192026-07-14T05:16:14.018Z+ chmod 0700 /home/build /work
202026-07-14T05:16:14.022Zprocess exited: duration 4153 ms, exit code 0
 
212026-07-14T05:16:14.029Zstarting task 1: "rust-toolchain"
222026-07-14T05:16:14.033Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T05:16:14.033Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T05:16:14.033Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-14T05:16:14.033Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-14T05:16:14.033Z * rust toolchain channel = "stable"
272026-07-14T05:16:14.033Z * rust toolchain profile = "default"
282026-07-14T05:16:14.037Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T05:16:14.037Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T05:16:14.158Zinfo: downloading installer
312026-07-14T05:16:15.562Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T05:16:15.562Zwarn: /opt/ooce/bin
332026-07-14T05:16:15.562Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T05:16:15.562Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T05:16:15.563Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T05:16:15.563Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T05:16:15.563Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T05:16:15.563Zerror: cannot install while Rust is installed
392026-07-14T05:16:15.563Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T05:16:15.563Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T05:16:15.563Zwarn: /home/build/.rustup/settings.toml
422026-07-14T05:16:15.563Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T05:16:15.563Zwarn: instead of the one inferred from the default host triple.
442026-07-14T05:16:15.576Zinfo: profile set to default
452026-07-14T05:16:15.576Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T05:16:15.580Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T05:16:15.714Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T05:16:15.717Zinfo: downloading 6 components
492026-07-14T05:16:31.127Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T05:16:31.127Z
512026-07-14T05:16:31.155Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T05:16:31.155Z
532026-07-14T05:16:31.159Z
542026-07-14T05:16:31.159ZRust is installed now. Great!
552026-07-14T05:16:31.159Z
562026-07-14T05:16:31.159ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T05:16:31.159Zenvironment variable. This has not been done automatically.
582026-07-14T05:16:31.159Z
592026-07-14T05:16:31.159ZTo configure your current shell, you need to source
602026-07-14T05:16:31.159Zthe corresponding env file under $HOME/.cargo.
612026-07-14T05:16:31.159Z
622026-07-14T05:16:31.159ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T05:16:31.159Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T05:16:31.159Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T05:16:31.159Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T05:16:31.159Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T05:16:31.159Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T05:16:31.159Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T05:16:31.159Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T05:16:31.159Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T05:16:31.266Z+ rustup --version
722026-07-14T05:16:31.275Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T05:16:31.279Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T05:16:31.299Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T05:16:31.302Z+ cargo --version
762026-07-14T05:16:31.319Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T05:16:31.322Z+ rustc --version
782026-07-14T05:16:31.343Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T05:16:31.349Zprocess exited: duration 17316 ms, exit code 0
 
802026-07-14T05:16:31.355Zstarting task 2: "authentication"
812026-07-14T05:16:31.373Zprocess exited: duration 17 ms, exit code 0
 
822026-07-14T05:16:31.379Zstarting task 3: "clone repository"
832026-07-14T05:16:31.382Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T05:16:31.386Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T05:16:31.418ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T05:16:32.880Z+ cd /work/oxidecomputer/maghemite
872026-07-14T05:16:32.880Z+ git fetch origin 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
882026-07-14T05:16:33.146ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T05:16:33.146Z * branch 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1 -> FETCH_HEAD
902026-07-14T05:16:33.151Z+ [[ -n renovate/socket2-0.x-lockfile ]]
912026-07-14T05:16:33.155Z++ git branch --show-current
922026-07-14T05:16:33.155Z+ current=main
932026-07-14T05:16:33.155Z+ [[ main != renovate/socket2-0.x-lockfile ]]
942026-07-14T05:16:33.155Z+ git branch -f renovate/socket2-0.x-lockfile 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
952026-07-14T05:16:33.158Z+ git checkout -f renovate/socket2-0.x-lockfile
962026-07-14T05:16:33.177ZSwitched to branch 'renovate/socket2-0.x-lockfile'
972026-07-14T05:16:33.181Z+ git reset --hard 2a6d1fd08591dc54e61a3a8b030defc1c7ae36e1
982026-07-14T05:16:33.198ZHEAD is now at 2a6d1fd Update Rust crate socket2 to v0.6.5
992026-07-14T05:16:33.201Zprocess exited: duration 1819 ms, exit code 0
 
1002026-07-14T05:16:33.207Zstarting task 4: "build"
1012026-07-14T05:16:33.211Z+ set -o errexit
1022026-07-14T05:16:33.211Z+ set -o pipefail
1032026-07-14T05:16:33.211Z+ source .github/buildomat/test-common.sh
1042026-07-14T05:16:33.211Z++ NEXTEST_VERSION=0.9.97
1052026-07-14T05:16:33.211Z++ PLATFORM=illumos
1062026-07-14T05:16:33.214Z++ banner install
1072026-07-14T05:16:33.214Z
1082026-07-14T05:16:33.214Z # # # #### ##### ## # #
1092026-07-14T05:16:33.214Z # ## # # # # # # #
1102026-07-14T05:16:33.214Z # # # # #### # # # # #
1112026-07-14T05:16:33.214Z # # # # # # ###### # #
1122026-07-14T05:16:33.214Z # # ## # # # # # # #
1132026-07-14T05:16:33.214Z # # # #### # # # ###### ######
1142026-07-14T05:16:33.214Z
1152026-07-14T05:16:33.214Z++ set +o errexit
1162026-07-14T05:16:33.214Z++ pkg info clang-15
1172026-07-14T05:16:33.217Z++ grep -qi installed
1182026-07-14T05:16:34.502Zpkg: info: no packages matching the following patterns you specified are
1192026-07-14T05:16:34.502Zinstalled on the system. Try querying remotely instead:
1202026-07-14T05:16:34.502Z
1212026-07-14T05:16:34.502Z clang-15
1222026-07-14T05:16:34.548Z++ [[ 1 != 0 ]]
1232026-07-14T05:16:34.548Z++ set -o errexit
1242026-07-14T05:16:34.548Z++ pfexec pkg install clang-15
1252026-07-14T05:16:41.937Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-07-14T05:16:50.284Z Startup: Caching catalogs ... Done
1272026-07-14T05:16:58.169ZPlanning: Solver setup ... Done
1282026-07-14T05:16:58.212ZPlanning: Running solver ... Done
1292026-07-14T05:16:58.369ZPlanning: Finding local manifests ... Done
1302026-07-14T05:16:58.392ZPlanning: Fetching manifests: 0/2 0% complete
1312026-07-14T05:16:58.508ZPlanning: Fetching manifests: 2/2 100% complete
1322026-07-14T05:16:58.538ZPlanning: Package planning ... Done
1332026-07-14T05:16:58.565ZPlanning: Merging actions ... Done
1342026-07-14T05:16:58.679ZPlanning: Checking for conflicting actions ... Done
1352026-07-14T05:16:58.686ZPlanning: Consolidating action changes ... Done
1362026-07-14T05:16:59.425ZPlanning: Evaluating mediators ... Done
1372026-07-14T05:16:59.430ZPlanning: Planning completed in 8.96 seconds
1382026-07-14T05:16:59.441Z Packages to install: 2
1392026-07-14T05:16:59.444Z Mediators to change: 2
1402026-07-14T05:16:59.444Z Services to change: 1
1412026-07-14T05:16:59.444Z Create boot environment: No
1422026-07-14T05:16:59.444ZCreate backup boot environment: No
1432026-07-14T05:16:59.486Z
1442026-07-14T05:16:59.486ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-07-14T05:17:05.566ZDownload: 983/3076 items 82.2/211.3MB 38% complete (48.5M/s)
1462026-07-14T05:17:10.566ZDownload: 1946/3076 items 117.7/211.3MB 55% complete (10.0M/s)
1472026-07-14T05:17:18.118ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (7.5M/s)
1482026-07-14T05:17:24.228ZDownload: 3029/3076 items 201.5/211.3MB 95% complete (8.6M/s)
1492026-07-14T05:17:30.586ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (10.1M/s)
1502026-07-14T05:17:36.749ZDownload: 3071/3076 items 210.3/211.3MB 99% complete (1.1M/s)
1512026-07-14T05:17:36.782ZDownload: Completed 211.31 MB in 37.29 seconds (5.7M/s)
1522026-07-14T05:17:36.916Z Actions: 1/3418 actions (Installing new actions)
1532026-07-14T05:17:40.288Z Actions: Completed 3418 actions in 3.37 seconds.
1542026-07-14T05:17:41.006Z Done
1552026-07-14T05:17:41.006Z Done
1562026-07-14T05:17:41.755Z Done
1572026-07-14T05:17:45.329Z Done
1582026-07-14T05:17:45.405Z Done
1592026-07-14T05:17:45.409Z Done
1602026-07-14T05:17:45.652Z Done
1612026-07-14T05:17:46.411Z++ set -o errexit
1622026-07-14T05:17:46.411Z++ cargo --version
1632026-07-14T05:17:46.417Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1642026-07-14T05:17:46.583Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1652026-07-14T05:17:46.586Zinfo: downloading 6 components
1662026-07-14T05:18:01.262Zcargo 1.96.1 (356927216 2026-06-26)
1672026-07-14T05:18:01.265Z++ rustc --version
1682026-07-14T05:18:01.291Zrustc 1.96.1 (31fca3adb 2026-06-26)
1692026-07-14T05:18:01.294Z++ cargo install cargo-nextest --version 0.9.97
1702026-07-14T05:18:01.340Z Updating crates.io index
1712026-07-14T05:18:01.433Z Downloading crates ...
1722026-07-14T05:18:01.483Z Downloaded cargo-nextest v0.9.97
1732026-07-14T05:18:01.542Z Installing cargo-nextest v0.9.97
1742026-07-14T05:18:01.545Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1752026-07-14T05:18:01.545Z |
1762026-07-14T05:18:01.545Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1772026-07-14T05:18:01.545Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1782026-07-14T05:18:01.583Z Updating crates.io index
1792026-07-14T05:18:03.527Z Locking 395 packages to latest compatible versions
1802026-07-14T05:18:03.531Z Adding dialoguer v0.11.0 (available: v0.12.0)
1812026-07-14T05:18:03.534Z Adding duct v0.13.7 (available: v1.1.1)
1822026-07-14T05:18:03.534Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1832026-07-14T05:18:03.534Z Adding generic-array v0.14.7 (available: v0.14.9)
1842026-07-14T05:18:03.537Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1852026-07-14T05:18:03.537Z Adding itertools v0.14.0 (available: v0.15.0)
1862026-07-14T05:18:03.537Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1872026-07-14T05:18:03.537Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1882026-07-14T05:18:03.541Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1892026-07-14T05:18:03.544Z Adding quick-junit v0.5.2 (available: v0.6.1)
1902026-07-14T05:18:03.569Z Downloading crates ...
1912026-07-14T05:18:03.633Z Downloaded block-buffer v0.10.4
1922026-07-14T05:18:03.648Z Downloaded atomic-waker v1.1.2
1932026-07-14T05:18:03.651Z Downloaded async-scoped v0.9.0
1942026-07-14T05:18:03.651Z Downloaded anstyle-query v1.1.5
1952026-07-14T05:18:03.651Z Downloaded foreign-types-shared v0.1.1
1962026-07-14T05:18:03.652Z Downloaded cpufeatures v0.2.17
1972026-07-14T05:18:03.657Z Downloaded is_ci v1.2.0
1982026-07-14T05:18:03.657Z Downloaded heck v0.5.0
1992026-07-14T05:18:03.657Z Downloaded anstyle-parse v1.0.0
2002026-07-14T05:18:03.660Z Downloaded cfg_aliases v0.2.1
2012026-07-14T05:18:03.660Z Downloaded cargo-platform v0.3.3
2022026-07-14T05:18:03.660Z Downloaded anstyle v1.0.14
2032026-07-14T05:18:03.664Z Downloaded itoa v1.0.18
2042026-07-14T05:18:03.664Z Downloaded hyper-rustls v0.27.9
2052026-07-14T05:18:03.664Z Downloaded cargo-platform v0.2.0
2062026-07-14T05:18:03.667Z Downloaded atomicwrites v0.4.4
2072026-07-14T05:18:03.667Z Downloaded httparse v1.10.1
2082026-07-14T05:18:03.667Z Downloaded idna_adapter v1.0.0
2092026-07-14T05:18:03.670Z Downloaded os_pipe v1.2.3
2102026-07-14T05:18:03.670Z Downloaded hex v0.4.3
2112026-07-14T05:18:03.673Z Downloaded crypto-common v0.1.7
2122026-07-14T05:18:03.673Z Downloaded clap_lex v1.1.0
2132026-07-14T05:18:03.673Z Downloaded base64ct v1.8.3
2142026-07-14T05:18:03.678Z Downloaded home v0.5.12
2152026-07-14T05:18:03.678Z Downloaded convert_case v0.10.0
2162026-07-14T05:18:03.681Z Downloaded cfg-if v1.0.4
2172026-07-14T05:18:03.681Z Downloaded lazy_static v1.5.0
2182026-07-14T05:18:03.686Z Downloaded pin-project-lite v0.2.17
2192026-07-14T05:18:03.686Z Downloaded futures-macro v0.3.32
2202026-07-14T05:18:03.689Z Downloaded guppy-workspace-hack v0.1.0
2212026-07-14T05:18:03.689Z Downloaded indenter v0.3.4
2222026-07-14T05:18:03.689Z Downloaded document-features v0.2.12
2232026-07-14T05:18:03.689Z Downloaded debug-ignore v1.0.5
2242026-07-14T05:18:03.689Z Downloaded http-body-util v0.1.4
2252026-07-14T05:18:03.693Z Downloaded adler2 v2.0.1
2262026-07-14T05:18:03.693Z Downloaded hyper-tls v0.6.0
2272026-07-14T05:18:03.693Z Downloaded addr2line v0.25.1
2282026-07-14T05:18:03.697Z Downloaded cargo_metadata v0.23.1
2292026-07-14T05:18:03.697Z Downloaded camino-tempfile v1.4.1
2302026-07-14T05:18:03.700Z Downloaded nested v0.1.1
2312026-07-14T05:18:03.700Z Downloaded humantime v2.4.0
2322026-07-14T05:18:03.700Z Downloaded curve25519-dalek-derive v0.1.1
2332026-07-14T05:18:03.704Z Downloaded backtrace-ext v0.2.1
2342026-07-14T05:18:03.704Z Downloaded equivalent v1.0.2
2352026-07-14T05:18:03.704Z Downloaded cpufeatures v0.3.0
2362026-07-14T05:18:03.707Z Downloaded colorchoice v1.0.5
2372026-07-14T05:18:03.711Z Downloaded humantime-serde v1.1.1
2382026-07-14T05:18:03.711Z Downloaded futures-io v0.3.32
2392026-07-14T05:18:03.714Z Downloaded bitflags v2.13.0
2402026-07-14T05:18:03.717Z Downloaded hyper v1.10.1
2412026-07-14T05:18:03.723Z Downloaded form_urlencoded v1.2.2
2422026-07-14T05:18:03.727Z Downloaded enable-ansi-support v0.2.1
2432026-07-14T05:18:03.727Z Downloaded mukti-metadata v0.3.0
2442026-07-14T05:18:03.727Z Downloaded percent-encoding v2.3.2
2452026-07-14T05:18:03.727Z Downloaded camino v1.2.4
2462026-07-14T05:18:03.730Z Downloaded is_terminal_polyfill v1.70.2
2472026-07-14T05:18:03.730Z Downloaded http-body v1.1.0
2482026-07-14T05:18:03.730Z Downloaded foldhash v0.1.5
2492026-07-14T05:18:03.733Z Downloaded anstream v1.0.0
2502026-07-14T05:18:03.736Z Downloaded nextest-workspace-hack v0.1.0
2512026-07-14T05:18:03.736Z Downloaded generic-array v0.14.7
2522026-07-14T05:18:03.739Z Downloaded miette-derive v7.6.0
2532026-07-14T05:18:03.739Z Downloaded lock_api v0.4.14
2542026-07-14T05:18:03.739Z Downloaded errno v0.3.14
2552026-07-14T05:18:03.745Z Downloaded futures-core v0.3.32
2562026-07-14T05:18:03.745Z Downloaded fnv v1.0.7
2572026-07-14T05:18:03.750Z Downloaded futures-sink v0.3.32
2582026-07-14T05:18:03.751Z Downloaded indent_write v2.2.0
2592026-07-14T05:18:03.751Z Downloaded foreign-types v0.3.2
2602026-07-14T05:18:03.754Z Downloaded scopeguard v1.2.0
2612026-07-14T05:18:03.754Z Downloaded lru-slab v0.1.2
2622026-07-14T05:18:03.754Z Downloaded serde-value v0.7.0
2632026-07-14T05:18:03.757Z Downloaded color-spantrace v0.3.0
2642026-07-14T05:18:03.763Z Downloaded serde_urlencoded v0.7.1
2652026-07-14T05:18:03.766Z Downloaded serde_spanned v1.1.1
2662026-07-14T05:18:03.766Z Downloaded ordered-float v2.10.1
2672026-07-14T05:18:03.767Z Downloaded openssl-macros v0.1.1
2682026-07-14T05:18:03.770Z Downloaded console v0.15.11
2692026-07-14T05:18:03.770Z Downloaded chacha20 v0.10.1
2702026-07-14T05:18:03.773Z Downloaded cfg-expr v0.20.8
2712026-07-14T05:18:03.773Z Downloaded cargo_metadata v0.20.0
2722026-07-14T05:18:03.776Z Downloaded ahash v0.8.12
2732026-07-14T05:18:03.776Z Downloaded serde_spanned v0.6.9
2742026-07-14T05:18:03.779Z Downloaded openssl-probe v0.2.1
2752026-07-14T05:18:03.779Z Downloaded rand_pcg v0.10.2
2762026-07-14T05:18:03.779Z Downloaded rustc_version v0.4.1
2772026-07-14T05:18:03.783Z Downloaded serde_ignored v0.1.14
2782026-07-14T05:18:03.783Z Downloaded filetime v0.2.29
2792026-07-14T05:18:03.783Z Downloaded pathdiff v0.2.3
2802026-07-14T05:18:03.786Z Downloaded shell-words v1.1.1
2812026-07-14T05:18:03.786Z Downloaded rustc-hash v2.1.3
2822026-07-14T05:18:03.789Z Downloaded find-msvc-tools v0.1.9
2832026-07-14T05:18:03.792Z Downloaded sha2 v0.10.9
2842026-07-14T05:18:03.792Z Downloaded futures-executor v0.3.32
2852026-07-14T05:18:03.795Z Downloaded ed25519 v2.2.3
2862026-07-14T05:18:03.798Z Downloaded native-tls v0.2.18
2872026-07-14T05:18:03.798Z Downloaded subtle v2.6.1
2882026-07-14T05:18:03.802Z Downloaded rustc-demangle v0.1.28
2892026-07-14T05:18:03.803Z Downloaded newtype-uuid v1.3.2
2902026-07-14T05:18:03.803Z Downloaded ipnet v2.12.0
2912026-07-14T05:18:03.806Z Downloaded signature v2.2.0
2922026-07-14T05:18:03.806Z Downloaded sync_wrapper v1.0.2
2932026-07-14T05:18:03.806Z Downloaded terminal_size v0.4.4
2942026-07-14T05:18:03.806Z Downloaded supports-hyperlinks v3.2.0
2952026-07-14T05:18:03.810Z Downloaded strsim v0.11.1
2962026-07-14T05:18:03.810Z Downloaded rand v0.9.5
2972026-07-14T05:18:03.813Z Downloaded sigchld v0.2.4
2982026-07-14T05:18:03.813Z Downloaded fixedbitset v0.5.7
2992026-07-14T05:18:03.813Z Downloaded futures-task v0.3.32
3002026-07-14T05:18:03.813Z Downloaded strip-ansi-escapes v0.2.1
3012026-07-14T05:18:03.813Z Downloaded duct v0.13.7
3022026-07-14T05:18:03.816Z Downloaded digest v0.10.7
3032026-07-14T05:18:03.816Z Downloaded supports-color v3.0.2
3042026-07-14T05:18:03.820Z Downloaded cargo-util-schemas v0.2.0
3052026-07-14T05:18:03.820Z Downloaded swrite v0.1.0
3062026-07-14T05:18:03.820Z Downloaded tinyvec_macros v0.1.1
3072026-07-14T05:18:03.820Z Downloaded globset v0.4.18
3082026-07-14T05:18:03.824Z Downloaded fastrand v2.4.1
3092026-07-14T05:18:03.824Z Downloaded self-replace v1.5.0
3102026-07-14T05:18:03.824Z Downloaded autocfg v1.5.1
3112026-07-14T05:18:03.827Z Downloaded dialoguer v0.11.0
3122026-07-14T05:18:03.827Z Downloaded number_prefix v0.4.0
3132026-07-14T05:18:03.827Z Downloaded nextest-metadata v0.12.2
3142026-07-14T05:18:03.831Z Downloaded ppv-lite86 v0.2.21
3152026-07-14T05:18:03.832Z Downloaded rand_core v0.10.1
3162026-07-14T05:18:03.834Z Downloaded pkg-config v0.3.33
3172026-07-14T05:18:03.834Z Downloaded jobserver v0.1.35
3182026-07-14T05:18:03.835Z Downloaded pin-project-internal v1.1.13
3192026-07-14T05:18:03.838Z Downloaded config v0.15.25
3202026-07-14T05:18:03.841Z Downloaded quinn-udp v0.5.15
3212026-07-14T05:18:03.841Z Downloaded getrandom v0.2.17
3222026-07-14T05:18:03.845Z Downloaded tokio-macros v2.7.0
3232026-07-14T05:18:03.845Z Downloaded serde_path_to_error v0.1.20
3242026-07-14T05:18:03.845Z Downloaded rand_core v0.9.5
3252026-07-14T05:18:03.850Z Downloaded signal-hook-registry v1.4.8
3262026-07-14T05:18:03.850Z Downloaded owo-colors v4.3.0
3272026-07-14T05:18:03.850Z Downloaded shlex v2.0.1
3282026-07-14T05:18:03.850Z Downloaded rand_chacha v0.9.0
3292026-07-14T05:18:03.850Z Downloaded crc32fast v1.5.0
3302026-07-14T05:18:03.853Z Downloaded tower-layer v0.3.3
3312026-07-14T05:18:03.853Z Downloaded clap_derive v4.6.1
3322026-07-14T05:18:03.853Z Downloaded clap v4.6.1
3332026-07-14T05:18:03.857Z Downloaded serde-untagged v0.1.9
3342026-07-14T05:18:03.860Z Downloaded supports-unicode v3.0.0
3352026-07-14T05:18:03.860Z Downloaded static_assertions v1.1.0
3362026-07-14T05:18:03.860Z Downloaded spki v0.7.3
3372026-07-14T05:18:03.863Z Downloaded toml_write v0.1.2
3382026-07-14T05:18:03.863Z Downloaded nextest-filtering v0.15.0
3392026-07-14T05:18:03.863Z Downloaded litrs v1.0.0
3402026-07-14T05:18:03.866Z Downloaded tracing-error v0.2.1
3412026-07-14T05:18:03.866Z Downloaded tower-service v0.3.3
3422026-07-14T05:18:03.866Z Downloaded simd-adler32 v0.3.9
3432026-07-14T05:18:03.870Z Downloaded typeid v1.0.3
3442026-07-14T05:18:03.870Z Downloaded signal-hook-mio v0.2.5
3452026-07-14T05:18:03.870Z Downloaded parking_lot v0.12.5
3462026-07-14T05:18:03.873Z Downloaded rand_core v0.6.4
3472026-07-14T05:18:03.873Z Downloaded pkcs8 v0.10.2
3482026-07-14T05:18:03.873Z Downloaded quote v1.0.46
3492026-07-14T05:18:03.876Z Downloaded try-lock v0.2.5
3502026-07-14T05:18:03.876Z Downloaded target-spec-miette v0.4.8
3512026-07-14T05:18:03.880Z Downloaded smol_str v0.3.6
3522026-07-14T05:18:03.880Z Downloaded slab v0.4.12
3532026-07-14T05:18:03.883Z Downloaded futures-channel v0.3.32
3542026-07-14T05:18:03.883Z Downloaded erased-serde v0.4.10
3552026-07-14T05:18:03.883Z Downloaded self_update v0.42.0
3562026-07-14T05:18:03.887Z Downloaded semver v1.0.28
3572026-07-14T05:18:03.887Z Downloaded either v1.16.0
3582026-07-14T05:18:03.887Z Downloaded target-lexicon v0.13.5
3592026-07-14T05:18:03.890Z Downloaded unicode-linebreak v0.1.5
3602026-07-14T05:18:03.890Z Downloaded thread_local v1.1.10
3612026-07-14T05:18:03.890Z Downloaded thiserror v1.0.69
3622026-07-14T05:18:03.893Z Downloaded urlencoding v2.1.3
3632026-07-14T05:18:03.893Z Downloaded unicode-xid v0.2.6
3642026-07-14T05:18:03.896Z Downloaded utf8_iter v1.0.4
3652026-07-14T05:18:03.896Z Downloaded untrusted v0.9.0
3662026-07-14T05:18:03.896Z Downloaded thiserror v2.0.18
3672026-07-14T05:18:03.899Z Downloaded thiserror-impl v1.0.69
3682026-07-14T05:18:03.899Z Downloaded quick-junit v0.5.2
3692026-07-14T05:18:03.902Z Downloaded shared_child v1.1.1
3702026-07-14T05:18:03.903Z Downloaded once_cell v1.21.4
3712026-07-14T05:18:03.905Z Downloaded eyre v0.6.12
3722026-07-14T05:18:03.906Z Downloaded const-oid v0.9.6
3732026-07-14T05:18:03.909Z Downloaded version_check v0.9.5
3742026-07-14T05:18:03.912Z Downloaded rustls-pki-types v1.15.0
3752026-07-14T05:18:03.912Z Downloaded toml_datetime v0.6.11
3762026-07-14T05:18:03.912Z Downloaded tokio-native-tls v0.3.1
3772026-07-14T05:18:03.915Z Downloaded xattr v1.6.1
3782026-07-14T05:18:03.919Z Downloaded want v0.3.1
3792026-07-14T05:18:03.923Z Downloaded getrandom v0.4.3
3802026-07-14T05:18:03.926Z Downloaded log v0.4.33
3812026-07-14T05:18:03.929Z Downloaded toml_writer v1.1.1+spec-1.1.0
3822026-07-14T05:18:03.929Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3832026-07-14T05:18:03.929Z Downloaded target-spec v3.6.0
3842026-07-14T05:18:03.932Z Downloaded iana-time-zone v0.1.65
3852026-07-14T05:18:03.932Z Downloaded tracing-log v0.2.0
3862026-07-14T05:18:03.935Z Downloaded base64 v0.22.1
3872026-07-14T05:18:03.938Z Downloaded parking_lot_core v0.9.12
3882026-07-14T05:18:03.938Z Downloaded getrandom v0.3.4
3892026-07-14T05:18:03.942Z Downloaded unicase v2.9.0
3902026-07-14T05:18:03.942Z Downloaded smallvec v1.15.2
3912026-07-14T05:18:03.945Z Downloaded future-queue v0.4.0
3922026-07-14T05:18:03.945Z Downloaded ryu v1.0.23
3932026-07-14T05:18:03.948Z Downloaded serde_core v1.0.228
3942026-07-14T05:18:03.948Z Downloaded tempfile v3.27.0
3952026-07-14T05:18:03.951Z Downloaded derive-where v1.6.1
3962026-07-14T05:18:03.951Z Downloaded utf8parse v0.2.2
3972026-07-14T05:18:03.954Z Downloaded cc v1.2.67
3982026-07-14T05:18:03.954Z Downloaded miniz_oxide v0.8.9
3992026-07-14T05:18:03.957Z Downloaded thiserror-impl v2.0.18
4002026-07-14T05:18:03.961Z Downloaded xxhash-rust v0.8.16
4012026-07-14T05:18:03.961Z Downloaded serde_derive v1.0.228
4022026-07-14T05:18:03.964Z Downloaded borsh v1.7.0
4032026-07-14T05:18:03.964Z Downloaded tokio-stream v0.1.18
4042026-07-14T05:18:03.969Z Downloaded zipsign-api v0.1.5
4052026-07-14T05:18:03.972Z Downloaded signal-hook v0.3.18
4062026-07-14T05:18:03.972Z Downloaded zstd-safe v7.2.4
4072026-07-14T05:18:03.972Z Downloaded zmij v1.0.23
4082026-07-14T05:18:03.975Z Downloaded sharded-slab v0.1.7
4092026-07-14T05:18:03.975Z Downloaded socket2 v0.6.5
4102026-07-14T05:18:03.979Z Downloaded toml v0.8.23
4112026-07-14T05:18:03.979Z Downloaded tokio-rustls v0.26.4
4122026-07-14T05:18:03.979Z Downloaded pin-project v1.1.13
4132026-07-14T05:18:03.984Z Downloaded zstd v0.13.3
4142026-07-14T05:18:03.987Z Downloaded zeroize v1.9.0
4152026-07-14T05:18:03.987Z Downloaded tracing-attributes v0.1.31
4162026-07-14T05:18:03.992Z Downloaded toml_parser v1.1.2+spec-1.1.0
4172026-07-14T05:18:03.992Z Downloaded proc-macro2 v1.0.106
4182026-07-14T05:18:03.995Z Downloaded num-traits v0.2.19
4192026-07-14T05:18:03.995Z Downloaded textwrap v0.16.2
4202026-07-14T05:18:03.999Z Downloaded futures v0.3.32
4212026-07-14T05:18:03.999Z Downloaded bytes v1.12.1
4222026-07-14T05:18:04.003Z Downloaded backtrace v0.3.76
4232026-07-14T05:18:04.012Z Downloaded tinyvec v1.12.0
4242026-07-14T05:18:04.015Z Downloaded indicatif v0.17.11
4252026-07-14T05:18:04.015Z Downloaded flate2 v1.1.9
4262026-07-14T05:18:04.019Z Downloaded der v0.7.10
4272026-07-14T05:18:04.022Z Downloaded toml v1.1.2+spec-1.1.0
4282026-07-14T05:18:04.027Z Downloaded tar v0.4.46
4292026-07-14T05:18:04.030Z Downloaded openssl-sys v0.9.117
4302026-07-14T05:18:04.030Z Downloaded uuid v1.23.5
4312026-07-14T05:18:04.034Z Downloaded serde v1.0.228
4322026-07-14T05:18:04.040Z Downloaded derive_more v2.1.1
4332026-07-14T05:18:04.047Z Downloaded unicode-ident v1.0.24
4342026-07-14T05:18:04.050Z Downloaded vte v0.14.1
4352026-07-14T05:18:04.090Z Downloaded tracing-core v0.1.36
4362026-07-14T05:18:04.090Z Downloaded ed25519-dalek v2.2.0
4372026-07-14T05:18:04.090Z Downloaded derive_more-impl v2.1.1
4382026-07-14T05:18:04.090Z Downloaded rustls-webpki v0.103.13
4392026-07-14T05:18:04.090Z Downloaded quinn v0.11.11
4402026-07-14T05:18:04.091Z Downloaded toml_edit v0.22.27
4412026-07-14T05:18:04.091Z Downloaded memchr v2.8.3
4422026-07-14T05:18:04.091Z Downloaded mio v1.2.2
4432026-07-14T05:18:04.097Z Downloaded rand v0.10.2
4442026-07-14T05:18:04.102Z Downloaded aho-corasick v1.1.4
4452026-07-14T05:18:04.106Z Downloaded unicode-segmentation v1.13.3
4462026-07-14T05:18:04.109Z Downloaded http v1.4.2
4472026-07-14T05:18:04.112Z Downloaded indexmap v2.14.0
4482026-07-14T05:18:04.115Z Downloaded crossterm v0.29.0
4492026-07-14T05:18:04.118Z Downloaded url v2.5.8
4502026-07-14T05:18:04.121Z Downloaded miette v7.6.0
4512026-07-14T05:18:04.124Z Downloaded hashbrown v0.15.5
4522026-07-14T05:18:04.127Z Downloaded hyper-util v0.1.20
4532026-07-14T05:18:04.130Z Downloaded unicode-normalization v0.1.25
4542026-07-14T05:18:04.134Z Downloaded tokio-util v0.7.18
4552026-07-14T05:18:04.138Z Downloaded guppy v0.17.26
4562026-07-14T05:18:04.141Z Downloaded hashbrown v0.17.1
4572026-07-14T05:18:04.145Z Downloaded serde_json v1.0.150
4582026-07-14T05:18:04.149Z Downloaded futures-util v0.3.32
4592026-07-14T05:18:04.156Z Downloaded ron v0.12.2
4602026-07-14T05:18:04.160Z Downloaded tower-http v0.6.11
4612026-07-14T05:18:04.165Z Downloaded tower v0.5.3
4622026-07-14T05:18:04.169Z Downloaded idna v1.1.0
4632026-07-14T05:18:04.173Z Downloaded clap_builder v4.6.0
4642026-07-14T05:18:04.176Z Downloaded h2 v0.4.15
4652026-07-14T05:18:04.179Z Downloaded winnow v1.0.4
4662026-07-14T05:18:04.184Z Downloaded chrono v0.4.45
4672026-07-14T05:18:04.191Z Downloaded winnow v0.7.15
4682026-07-14T05:18:04.194Z Downloaded typenum v1.20.1
4692026-07-14T05:18:04.200Z Downloaded regex v1.13.0
4702026-07-14T05:18:04.204Z Downloaded vcpkg v0.2.15
4712026-07-14T05:18:04.228Z Downloaded pulldown-cmark v0.13.4
4722026-07-14T05:18:04.231Z Downloaded gimli v0.32.3
4732026-07-14T05:18:04.236Z Downloaded curve25519-dalek v4.1.3
4742026-07-14T05:18:04.240Z Downloaded itertools v0.14.0
4752026-07-14T05:18:04.244Z Downloaded zerocopy v0.8.54
4762026-07-14T05:18:04.255Z Downloaded bstr v1.12.3
4772026-07-14T05:18:04.261Z Downloaded reqwest v0.12.28
4782026-07-14T05:18:04.264Z Downloaded quinn-proto v0.11.16
4792026-07-14T05:18:04.267Z Downloaded unicode-width v0.2.2
4802026-07-14T05:18:04.275Z Downloaded portable-atomic v1.13.1
4812026-07-14T05:18:04.279Z Downloaded tracing v0.1.44
4822026-07-14T05:18:04.290Z Downloaded quick-xml v0.38.4
4832026-07-14T05:18:04.294Z Downloaded quick-xml v0.37.5
4842026-07-14T05:18:04.296Z Downloaded color-eyre v0.6.5
4852026-07-14T05:18:04.324Z Downloaded tracing-subscriber v0.3.23
4862026-07-14T05:18:04.337Z Downloaded regex-syntax v0.8.11
4872026-07-14T05:18:04.343Z Downloaded webpki-roots v1.0.8
4882026-07-14T05:18:04.358Z Downloaded nextest-runner v0.80.0
4892026-07-14T05:18:04.378Z Downloaded unicode-width v0.1.14
4902026-07-14T05:18:04.385Z Downloaded syn v2.0.118
4912026-07-14T05:18:04.391Z Downloaded openssl v0.10.81
4922026-07-14T05:18:04.396Z Downloaded nix v0.30.1
4932026-07-14T05:18:04.409Z Downloaded object v0.37.3
4942026-07-14T05:18:04.435Z Downloaded rustls v0.23.42
4952026-07-14T05:18:04.446Z Downloaded rustix v0.38.44
4962026-07-14T05:18:04.457Z Downloaded rustix v1.1.4
4972026-07-14T05:18:04.532Z Downloaded regex-automata v0.4.15
4982026-07-14T05:18:04.559Z Downloaded petgraph v0.8.3
4992026-07-14T05:18:04.571Z Downloaded libc v0.2.186
5002026-07-14T05:18:04.598Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5012026-07-14T05:18:04.611Z Downloaded tokio v1.52.3
5022026-07-14T05:18:04.674Z Downloaded recursion v0.5.4
5032026-07-14T05:18:04.680Z Downloaded ring v0.17.14
5042026-07-14T05:18:04.742Z Compiling libc v0.2.186
5052026-07-14T05:18:04.742Z Compiling proc-macro2 v1.0.106
5062026-07-14T05:18:04.742Z Compiling quote v1.0.46
5072026-07-14T05:18:04.745Z Compiling unicode-ident v1.0.24
5082026-07-14T05:18:04.745Z Compiling serde_core v1.0.228
5092026-07-14T05:18:04.745Z Compiling cfg-if v1.0.4
5102026-07-14T05:18:04.745Z Compiling memchr v2.8.3
5112026-07-14T05:18:04.745Z Compiling once_cell v1.21.4
5122026-07-14T05:18:05.004Z Compiling log v0.4.33
5132026-07-14T05:18:05.032Z Compiling pin-project-lite v0.2.17
5142026-07-14T05:18:05.144Z Compiling itoa v1.0.18
5152026-07-14T05:18:05.192Z Compiling serde v1.0.228
5162026-07-14T05:18:05.333Z Compiling futures-core v0.3.32
5172026-07-14T05:18:05.403Z Compiling smallvec v1.15.2
5182026-07-14T05:18:05.498Z Compiling bitflags v2.13.0
5192026-07-14T05:18:05.582Z Compiling equivalent v1.0.2
5202026-07-14T05:18:05.669Z Compiling hashbrown v0.17.1
5212026-07-14T05:18:05.682Z Compiling shlex v2.0.1
5222026-07-14T05:18:05.882Z Compiling errno v0.3.14
5232026-07-14T05:18:05.901Z Compiling find-msvc-tools v0.1.9
5242026-07-14T05:18:05.926Z Compiling bytes v1.12.1
5252026-07-14T05:18:06.068Z Compiling signal-hook-registry v1.4.8
5262026-07-14T05:18:06.080Z Compiling jobserver v0.1.35
5272026-07-14T05:18:06.140Z Compiling mio v1.2.2
5282026-07-14T05:18:06.217Z Compiling futures-sink v0.3.32
5292026-07-14T05:18:06.312Z Compiling syn v2.0.118
5302026-07-14T05:18:06.334Z Compiling cc v1.2.67
5312026-07-14T05:18:06.390Z Compiling rustix v1.1.4
5322026-07-14T05:18:06.409Z Compiling socket2 v0.6.5
5332026-07-14T05:18:06.645Z Compiling slab v0.4.12
5342026-07-14T05:18:06.828Z Compiling zmij v1.0.23
5352026-07-14T05:18:06.853Z Compiling futures-channel v0.3.32
5362026-07-14T05:18:06.868Z Compiling tracing-core v0.1.36
5372026-07-14T05:18:07.136Z Compiling version_check v0.9.5
5382026-07-14T05:18:07.248Z Compiling serde_json v1.0.150
5392026-07-14T05:18:07.466Z Compiling indexmap v2.14.0
5402026-07-14T05:18:07.544Z Compiling futures-task v0.3.32
5412026-07-14T05:18:07.558Z Compiling getrandom v0.4.3
5422026-07-14T05:18:07.696Z Compiling futures-io v0.3.32
5432026-07-14T05:18:07.739Z Compiling camino v1.2.4
5442026-07-14T05:18:07.887Z Compiling unicode-width v0.2.2
5452026-07-14T05:18:07.914Z Compiling percent-encoding v2.3.2
5462026-07-14T05:18:08.156Z Compiling ring v0.17.14
5472026-07-14T05:18:08.217Z Compiling http v1.4.2
5482026-07-14T05:18:08.235Z Compiling zeroize v1.9.0
5492026-07-14T05:18:08.278Z Compiling autocfg v1.5.1
5502026-07-14T05:18:08.379Z Compiling simd-adler32 v0.3.9
5512026-07-14T05:18:08.448Z Compiling adler2 v2.0.1
5522026-07-14T05:18:08.628Z Compiling miniz_oxide v0.8.9
5532026-07-14T05:18:08.658Z Compiling num-traits v0.2.19
5542026-07-14T05:18:09.121Z Compiling object v0.37.3
5552026-07-14T05:18:09.260Z Compiling target-lexicon v0.13.5
5562026-07-14T05:18:09.440Z Compiling getrandom v0.3.4
5572026-07-14T05:18:09.576Z Compiling zerocopy v0.8.54
5582026-07-14T05:18:09.851Z Compiling http-body v1.1.0
5592026-07-14T05:18:10.028Z Compiling rustls-pki-types v1.15.0
5602026-07-14T05:18:10.046Z Compiling form_urlencoded v1.2.2
5612026-07-14T05:18:10.060Z Compiling semver v1.0.28
5622026-07-14T05:18:10.103Z Compiling getrandom v0.2.17
5632026-07-14T05:18:10.185Z Compiling serde_derive v1.0.228
5642026-07-14T05:18:10.226Z Compiling tokio-macros v2.7.0
5652026-07-14T05:18:10.304Z Compiling futures-macro v0.3.32
5662026-07-14T05:18:10.320Z Compiling tracing-attributes v0.1.31
5672026-07-14T05:18:10.517Z Compiling fnv v1.0.7
5682026-07-14T05:18:10.628Z Compiling idna_adapter v1.0.0
5692026-07-14T05:18:10.755Z Compiling gimli v0.32.3
5702026-07-14T05:18:10.772Z Compiling owo-colors v4.3.0
5712026-07-14T05:18:10.933Z Compiling httparse v1.10.1
5722026-07-14T05:18:11.015Z Compiling tokio v1.52.3
5732026-07-14T05:18:11.103Z Compiling guppy-workspace-hack v0.1.0
5742026-07-14T05:18:11.171Z Compiling futures-util v0.3.32
5752026-07-14T05:18:11.316Z Compiling untrusted v0.9.0
5762026-07-14T05:18:11.354Z Compiling thiserror v2.0.18
5772026-07-14T05:18:11.456Z Compiling signal-hook v0.3.18
5782026-07-14T05:18:11.586Z Compiling tracing v0.1.44
5792026-07-14T05:18:11.692Z Compiling utf8_iter v1.0.4
5802026-07-14T05:18:11.870Z Compiling idna v1.1.0
5812026-07-14T05:18:12.006Z Compiling thiserror-impl v2.0.18
5822026-07-14T05:18:13.293Z Compiling addr2line v0.25.1
5832026-07-14T05:18:13.839Z Compiling generic-array v0.14.7
5842026-07-14T05:18:13.993Z Compiling typeid v1.0.3
5852026-07-14T05:18:14.092Z Compiling pkg-config v0.3.33
5862026-07-14T05:18:14.329Z Compiling target-spec v3.6.0
5872026-07-14T05:18:14.341Z Compiling rustc-demangle v0.1.28
5882026-07-14T05:18:14.341Z Compiling try-lock v0.2.5
5892026-07-14T05:18:14.480Z Compiling rustls v0.23.42
5902026-07-14T05:18:14.562Z Compiling fastrand v2.4.1
5912026-07-14T05:18:14.647Z Compiling thiserror v1.0.69
5922026-07-14T05:18:14.726Z Compiling atomic-waker v1.1.2
5932026-07-14T05:18:14.869Z Compiling tower-service v0.3.3
5942026-07-14T05:18:14.910Z Compiling tempfile v3.27.0
5952026-07-14T05:18:15.002Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5962026-07-14T05:18:15.179Z Compiling want v0.3.1
5972026-07-14T05:18:15.216Z Compiling tokio-util v0.7.18
5982026-07-14T05:18:15.418Z Compiling cfg-expr v0.20.8
5992026-07-14T05:18:15.444Z Compiling url v2.5.8
6002026-07-14T05:18:15.844Z Compiling h2 v0.4.15
6012026-07-14T05:18:16.491Z Compiling thiserror-impl v1.0.69
6022026-07-14T05:18:16.863Z Compiling backtrace v0.3.76
6032026-07-14T05:18:16.964Z Compiling terminal_size v0.4.4
6042026-07-14T05:18:17.109Z Compiling aho-corasick v1.1.4
6052026-07-14T05:18:17.134Z Compiling winnow v0.7.15
6062026-07-14T05:18:17.708Z Compiling subtle v2.6.1
6072026-07-14T05:18:17.877Z Compiling erased-serde v0.4.10
6082026-07-14T05:18:17.975Z Compiling regex-syntax v0.8.11
6092026-07-14T05:18:18.195Z Compiling rustls-webpki v0.103.13
6102026-07-14T05:18:19.110Z Compiling typenum v1.20.1
6112026-07-14T05:18:20.424Z Compiling regex-automata v0.4.15
6122026-07-14T05:18:21.002Z Compiling hyper v1.10.1
6132026-07-14T05:18:22.792Z Compiling serde_spanned v0.6.9
6142026-07-14T05:18:22.967Z Compiling toml_datetime v0.6.11
6152026-07-14T05:18:23.361Z Compiling ahash v0.8.12
6162026-07-14T05:18:23.639Z Compiling sync_wrapper v1.0.2
6172026-07-14T05:18:23.765Z Compiling unicode-segmentation v1.13.3
6182026-07-14T05:18:24.184Z Compiling nextest-workspace-hack v0.1.0
6192026-07-14T05:18:24.442Z Compiling ipnet v2.12.0
6202026-07-14T05:18:24.470Z Compiling parking_lot_core v0.9.12
6212026-07-14T05:18:24.773Z Compiling base64 v0.22.1
6222026-07-14T05:18:24.884Z Compiling is_ci v1.2.0
6232026-07-14T05:18:25.060Z Compiling tower-layer v0.3.3
6242026-07-14T05:18:25.274Z Compiling toml_write v0.1.2
6252026-07-14T05:18:25.274Z Compiling lazy_static v1.5.0
6262026-07-14T05:18:25.399Z Compiling crc32fast v1.5.0
6272026-07-14T05:18:25.541Z Compiling either v1.16.0
6282026-07-14T05:18:25.575Z Compiling portable-atomic v1.13.1
6292026-07-14T05:18:25.607Z Compiling unicode-linebreak v0.1.5
6302026-07-14T05:18:25.729Z Compiling foldhash v0.1.5
6312026-07-14T05:18:25.782Z Compiling toml_edit v0.22.27
6322026-07-14T05:18:25.794Z Compiling sharded-slab v0.1.7
6332026-07-14T05:18:25.896Z Compiling hashbrown v0.15.5
6342026-07-14T05:18:25.965Z Compiling textwrap v0.16.2
6352026-07-14T05:18:26.113Z Compiling tower v0.5.3
6362026-07-14T05:18:26.452Z Compiling hyper-util v0.1.20
6372026-07-14T05:18:26.575Z Compiling supports-color v3.0.2
6382026-07-14T05:18:26.788Z Compiling tokio-rustls v0.26.4
6392026-07-14T05:18:26.837Z Compiling convert_case v0.10.0
6402026-07-14T05:18:27.161Z Compiling backtrace-ext v0.2.1
6412026-07-14T05:18:27.436Z Compiling ordered-float v2.10.1
6422026-07-14T05:18:27.452Z Compiling webpki-roots v1.0.8
6432026-07-14T05:18:27.579Z Compiling miette-derive v7.6.0
6442026-07-14T05:18:27.718Z Compiling pathdiff v0.2.3
6452026-07-14T05:18:27.732Z Compiling console v0.15.11
6462026-07-14T05:18:27.853Z Compiling cargo-platform v0.3.3
6472026-07-14T05:18:28.445Z Compiling tracing-log v0.2.0
6482026-07-14T05:18:28.747Z Compiling os_pipe v1.2.3
6492026-07-14T05:18:28.859Z Compiling thread_local v1.1.10
6502026-07-14T05:18:28.931Z Compiling scopeguard v1.2.0
6512026-07-14T05:18:29.146Z Compiling winnow v1.0.4
6522026-07-14T05:18:29.248Z Compiling utf8parse v0.2.2
6532026-07-14T05:18:29.278Z Compiling cfg_aliases v0.2.1
6542026-07-14T05:18:29.361Z Compiling supports-unicode v3.0.0
6552026-07-14T05:18:29.381Z Compiling rustix v0.38.44
6562026-07-14T05:18:29.420Z Compiling unicode-width v0.1.14
6572026-07-14T05:18:29.543Z Compiling ryu v1.0.23
6582026-07-14T05:18:29.757Z Compiling supports-hyperlinks v3.2.0
6592026-07-14T05:18:29.781Z Compiling zstd-safe v7.2.4
6602026-07-14T05:18:29.862Z Compiling pulldown-cmark v0.13.4
6612026-07-14T05:18:30.020Z Compiling debug-ignore v1.0.5
6622026-07-14T05:18:30.051Z Compiling fixedbitset v0.5.7
6632026-07-14T05:18:30.138Z Compiling miette v7.6.0
6642026-07-14T05:18:30.243Z Compiling serde_urlencoded v0.7.1
6652026-07-14T05:18:30.552Z Compiling toml_parser v1.1.2+spec-1.1.0
6662026-07-14T05:18:30.600Z Compiling petgraph v0.8.3
6672026-07-14T05:18:30.837Z Compiling nix v0.30.1
6682026-07-14T05:18:31.262Z Compiling anstyle-parse v1.0.0
6692026-07-14T05:18:31.528Z Compiling tracing-subscriber v0.3.23
6702026-07-14T05:18:32.004Z Compiling lock_api v0.4.14
6712026-07-14T05:18:32.207Z Compiling sigchld v0.2.4
6722026-07-14T05:18:32.275Z Compiling cargo_metadata v0.23.1
6732026-07-14T05:18:32.435Z Compiling serde-value v0.7.0
6742026-07-14T05:18:32.699Z Compiling serde-untagged v0.1.9
6752026-07-14T05:18:33.097Z Compiling hyper-rustls v0.27.9
6762026-07-14T05:18:33.266Z Compiling toml v0.8.23
6772026-07-14T05:18:34.114Z Compiling derive_more-impl v2.1.1
6782026-07-14T05:18:34.999Z Compiling tower-http v0.6.11
6792026-07-14T05:18:35.309Z Compiling itertools v0.14.0
6802026-07-14T05:18:35.691Z Compiling regex v1.13.0
6812026-07-14T05:18:35.718Z Compiling crypto-common v0.1.7
6822026-07-14T05:18:35.799Z Compiling block-buffer v0.10.4
6832026-07-14T05:18:35.860Z Compiling ppv-lite86 v0.2.21
6842026-07-14T05:18:35.957Z Compiling rand_core v0.9.5
6852026-07-14T05:18:36.163Z Compiling futures-executor v0.3.32
6862026-07-14T05:18:36.237Z Compiling pin-project-internal v1.1.13
6872026-07-14T05:18:36.244Z Compiling http-body-util v0.1.4
6882026-07-14T05:18:36.541Z Compiling uuid v1.23.5
6892026-07-14T05:18:36.744Z Compiling smol_str v0.3.6
6902026-07-14T05:18:36.888Z Compiling serde_spanned v1.1.1
6912026-07-14T05:18:37.054Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-07-14T05:18:37.115Z Compiling filetime v0.2.29
6932026-07-14T05:18:37.119Z Compiling vte v0.14.1
6942026-07-14T05:18:37.194Z Compiling bstr v1.12.3
6952026-07-14T05:18:37.344Z Compiling unicode-xid v0.2.6
6962026-07-14T05:18:37.359Z Compiling eyre v0.6.12
6972026-07-14T05:18:37.363Z Compiling xattr v1.6.1
6982026-07-14T05:18:37.494Z Compiling is_terminal_polyfill v1.70.2
6992026-07-14T05:18:37.598Z Compiling static_assertions v1.1.0
7002026-07-14T05:18:37.682Z Compiling litrs v1.0.0
7012026-07-14T05:18:37.704Z Compiling anstyle-query v1.1.5
7022026-07-14T05:18:37.717Z Compiling self_update v0.42.0
7032026-07-14T05:18:37.768Z Compiling tinyvec_macros v0.1.1
7042026-07-14T05:18:37.814Z Compiling colorchoice v1.0.5
7052026-07-14T05:18:37.844Z Compiling color-spantrace v0.3.0
7062026-07-14T05:18:37.933Z Compiling iana-time-zone v0.1.65
7072026-07-14T05:18:37.950Z Compiling anstyle v1.0.14
7082026-07-14T05:18:37.978Z Compiling unicase v2.9.0
7092026-07-14T05:18:38.138Z Compiling nested v0.1.1
7102026-07-14T05:18:38.153Z Compiling number_prefix v0.4.0
7112026-07-14T05:18:38.167Z Compiling document-features v0.2.12
7122026-07-14T05:18:38.217Z Compiling anstream v1.0.0
7132026-07-14T05:18:38.289Z Compiling guppy v0.17.26
7142026-07-14T05:18:38.301Z Compiling indicatif v0.17.11
7152026-07-14T05:18:38.369Z Compiling chrono v0.4.45
7162026-07-14T05:18:38.768Z Compiling tinyvec v1.12.0
7172026-07-14T05:18:39.065Z Compiling globset v0.4.18
7182026-07-14T05:18:39.246Z Compiling tar v0.4.46
7192026-07-14T05:18:39.452Z Compiling cargo-util-schemas v0.2.0
7202026-07-14T05:18:41.133Z Compiling pin-project v1.1.13
7212026-07-14T05:18:41.256Z Compiling toml v1.1.2+spec-1.1.0
7222026-07-14T05:18:41.579Z Compiling strip-ansi-escapes v0.2.1
7232026-07-14T05:18:41.872Z Compiling nextest-metadata v0.12.2
7242026-07-14T05:18:41.886Z Compiling newtype-uuid v1.3.2
7252026-07-14T05:18:42.014Z Compiling reqwest v0.12.28
7262026-07-14T05:18:42.083Z Compiling futures v0.3.32
7272026-07-14T05:18:42.099Z Compiling rand_chacha v0.9.0
7282026-07-14T05:18:42.175Z Compiling digest v0.10.7
7292026-07-14T05:18:42.421Z Compiling flate2 v1.1.9
7302026-07-14T05:18:42.441Z Compiling derive_more v2.1.1
7312026-07-14T05:18:42.526Z Compiling parking_lot v0.12.5
7322026-07-14T05:18:42.694Z Compiling tracing-error v0.2.1
7332026-07-14T05:18:42.931Z Compiling shared_child v1.1.1
7342026-07-14T05:18:43.354Z Compiling signal-hook-mio v0.2.5
7352026-07-14T05:18:43.468Z Compiling self-replace v1.5.0
7362026-07-14T05:18:43.493Z Compiling cargo-platform v0.2.0
7372026-07-14T05:18:43.784Z Compiling quick-xml v0.38.4
7382026-07-14T05:18:44.104Z Compiling quick-xml v0.37.5
7392026-07-14T05:18:44.608Z Compiling recursion v0.5.4
7402026-07-14T05:18:44.729Z Compiling heck v0.5.0
7412026-07-14T05:18:44.745Z Compiling cpufeatures v0.2.17
7422026-07-14T05:18:44.825Z Compiling humantime v2.4.0
7432026-07-14T05:18:45.184Z Compiling clap_lex v1.1.0
7442026-07-14T05:18:45.281Z Compiling shell-words v1.1.1
7452026-07-14T05:18:45.562Z Compiling strsim v0.11.1
7462026-07-14T05:18:45.587Z Compiling urlencoding v2.1.3
7472026-07-14T05:18:45.758Z Compiling indenter v0.3.4
7482026-07-14T05:18:45.843Z Compiling clap_builder v4.6.0
7492026-07-14T05:18:46.403Z Compiling clap_derive v4.6.1
7502026-07-14T05:18:46.459Z Compiling humantime-serde v1.1.1
7512026-07-14T05:18:46.630Z Compiling sha2 v0.10.9
7522026-07-14T05:18:47.364Z Compiling nextest-filtering v0.15.0
7532026-07-14T05:18:47.917Z Compiling quick-junit v0.5.2
7542026-07-14T05:18:48.279Z Compiling atomicwrites v0.4.4
7552026-07-14T05:18:48.590Z Compiling cargo_metadata v0.20.0
7562026-07-14T05:18:51.226Z Compiling crossterm v0.29.0
7572026-07-14T05:18:51.534Z Compiling cargo-nextest v0.9.97
7582026-07-14T05:18:51.928Z Compiling duct v0.13.7
7592026-07-14T05:18:53.309Z Compiling rand v0.9.5
7602026-07-14T05:18:53.530Z Compiling zstd v0.13.3
7612026-07-14T05:18:53.661Z Compiling async-scoped v0.9.0
7622026-07-14T05:18:53.814Z Compiling config v0.15.25
7632026-07-14T05:18:53.873Z Compiling unicode-normalization v0.1.25
7642026-07-14T05:18:54.008Z Compiling target-spec-miette v0.4.8
7652026-07-14T05:18:54.156Z Compiling future-queue v0.4.0
7662026-07-14T05:18:54.170Z Compiling mukti-metadata v0.3.0
7672026-07-14T05:18:54.461Z Compiling tokio-stream v0.1.18
7682026-07-14T05:18:54.480Z Compiling camino-tempfile v1.4.1
7692026-07-14T05:18:54.506Z Compiling derive-where v1.6.1
7702026-07-14T05:18:54.712Z Compiling serde_path_to_error v0.1.20
7712026-07-14T05:18:54.761Z Compiling serde_ignored v0.1.14
7722026-07-14T05:18:54.951Z Compiling xxhash-rust v0.8.16
7732026-07-14T05:18:55.008Z Compiling indent_write v2.2.0
7742026-07-14T05:18:55.042Z Compiling home v0.5.12
7752026-07-14T05:18:55.151Z Compiling hex v0.4.3
7762026-07-14T05:18:55.173Z Compiling swrite v0.1.0
7772026-07-14T05:18:55.223Z Compiling color-eyre v0.6.5
7782026-07-14T05:18:55.312Z Compiling clap v4.6.1
7792026-07-14T05:18:55.343Z Compiling dialoguer v0.11.0
7802026-07-14T05:18:55.403Z Compiling enable-ansi-support v0.2.1
7812026-07-14T05:18:55.864Z Compiling nextest-runner v0.80.0
7822026-07-14T05:19:14.954Z Finished `release` profile [optimized] target(s) in 1m 13s
7832026-07-14T05:19:15.148Z Installing /home/build/.cargo/bin/cargo-nextest
7842026-07-14T05:19:15.151Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7852026-07-14T05:19:15.272Z+ banner bfd
7862026-07-14T05:19:15.275Z
7872026-07-14T05:19:15.275Z ##### ###### #####
7882026-07-14T05:19:15.275Z # # # # #
7892026-07-14T05:19:15.275Z ##### ##### # #
7902026-07-14T05:19:15.275Z # # # # #
7912026-07-14T05:19:15.276Z # # # # #
7922026-07-14T05:19:15.276Z ##### # #####
7932026-07-14T05:19:15.276Z
7942026-07-14T05:19:15.276Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7952026-07-14T05:19:15.441Z Updating git repository `https://github.com/oxidecomputer/falcon`
7962026-07-14T05:19:16.076ZFrom https://github.com/oxidecomputer/falcon
7972026-07-14T05:19:16.076Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7982026-07-14T05:19:16.127Z Updating crates.io index
7992026-07-14T05:19:16.131Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8002026-07-14T05:19:16.523ZFrom https://github.com/oxidecomputer/dendrite
8012026-07-14T05:19:16.523Z * [new ref] f9fba02fd5351f468b15bda21d83d6dedae90818 -> refs/commit/f9fba02fd5351f468b15bda21d83d6dedae90818
8022026-07-14T05:19:16.558Z Updating git repository `https://github.com/oxidecomputer/ispf`
8032026-07-14T05:19:16.819ZFrom https://github.com/oxidecomputer/ispf
8042026-07-14T05:19:16.819Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8052026-07-14T05:19:16.823Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8062026-07-14T05:19:17.144ZFrom https://github.com/oxidecomputer/netadm-sys
8072026-07-14T05:19:17.144Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8082026-07-14T05:19:17.151Z Updating git repository `https://github.com/oxidecomputer/omicron`
8092026-07-14T05:19:23.178ZFrom https://github.com/oxidecomputer/omicron
8102026-07-14T05:19:23.178Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8112026-07-14T05:19:23.609Z Updating git repository `https://github.com/oxidecomputer/opte`
8122026-07-14T05:19:24.288ZFrom https://github.com/oxidecomputer/opte
8132026-07-14T05:19:24.288Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8142026-07-14T05:19:24.318Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8152026-07-14T05:19:24.564ZFrom https://github.com/oxidecomputer/slog-error-chain
8162026-07-14T05:19:24.564Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8172026-07-14T05:19:24.574Z Updating git repository `https://github.com/illumos/smf-rs`
8182026-07-14T05:19:24.871ZFrom https://github.com/illumos/smf-rs
8192026-07-14T05:19:24.871Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8202026-07-14T05:19:24.882Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8212026-07-14T05:19:25.110ZFrom https://github.com/oxidecomputer/network-interface
8222026-07-14T05:19:25.110Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8232026-07-14T05:19:25.117Z Updating git repository `https://github.com/oxidecomputer/zone`
8242026-07-14T05:19:25.385ZFrom https://github.com/oxidecomputer/zone
8252026-07-14T05:19:25.385Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8262026-07-14T05:19:25.393Z Updating git repository `https://github.com/oxidecomputer/propolis`
8272026-07-14T05:19:26.062ZFrom https://github.com/oxidecomputer/propolis
8282026-07-14T05:19:26.062Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8292026-07-14T05:19:26.109Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8302026-07-14T05:19:26.622ZFrom https://github.com/oxidecomputer/transceiver-control
8312026-07-14T05:19:26.622Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8322026-07-14T05:19:26.633Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8332026-07-14T05:19:26.879ZFrom https://github.com/oxidecomputer/dlpi-sys
8342026-07-14T05:19:26.879Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8352026-07-14T05:19:26.886Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8362026-07-14T05:19:27.172ZFrom https://github.com/jmesmon/rust-libzfs
8372026-07-14T05:19:27.172Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8382026-07-14T05:19:27.182Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8392026-07-14T05:19:27.519ZFrom https://github.com/oxidecomputer/rusty-doors
8402026-07-14T05:19:27.519Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8412026-07-14T05:19:27.532Z Updating git repository `https://github.com/oxidecomputer/lldp`
8422026-07-14T05:19:27.753ZFrom https://github.com/oxidecomputer/lldp
8432026-07-14T05:19:27.753Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8442026-07-14T05:19:27.765Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8452026-07-14T05:19:28.057ZFrom https://github.com/oxidecomputer/tufaceous
8462026-07-14T05:19:28.057Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8472026-07-14T05:19:28.076Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8482026-07-14T05:19:28.533ZFrom https://github.com/oxidecomputer/management-gateway-service
8492026-07-14T05:19:28.533Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8502026-07-14T05:19:28.547Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-07-14T05:19:29.624ZFrom https://github.com/oxidecomputer/crucible
8522026-07-14T05:19:29.624Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8532026-07-14T05:19:29.674Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8542026-07-14T05:19:29.926ZFrom https://github.com/oxidecomputer/serde_human_bytes
8552026-07-14T05:19:29.926Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8562026-07-14T05:19:29.940Z Updating git repository `https://github.com/oxidecomputer/propolis`
8572026-07-14T05:19:30.380ZFrom https://github.com/oxidecomputer/propolis
8582026-07-14T05:19:30.380Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8592026-07-14T05:19:30.429Z Updating git repository `https://github.com/oxidecomputer/crucible`
8602026-07-14T05:19:31.240ZFrom https://github.com/oxidecomputer/crucible
8612026-07-14T05:19:31.240Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8622026-07-14T05:19:31.312Z Updating git repository `https://github.com/oxidecomputer/tofino`
8632026-07-14T05:19:31.673ZFrom https://github.com/oxidecomputer/tofino
8642026-07-14T05:19:31.673Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8652026-07-14T05:19:31.684Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8662026-07-14T05:19:32.572ZFrom https://github.com/oxidecomputer/maghemite
8672026-07-14T05:19:32.572Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8682026-07-14T05:19:32.605Z Updating git repository `https://github.com/oxidecomputer/clickward`
8692026-07-14T05:19:33.024ZFrom https://github.com/oxidecomputer/clickward
8702026-07-14T05:19:33.024Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8712026-07-14T05:19:33.032Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8722026-07-14T05:19:33.315ZFrom https://github.com/oxidecomputer/illumos-devinfo
8732026-07-14T05:19:33.315Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8742026-07-14T05:19:34.665Z Downloading crates ...
8752026-07-14T05:19:34.765Z Downloaded aead v0.5.2
8762026-07-14T05:19:34.769Z Downloaded async-recursion v1.1.1
8772026-07-14T05:19:34.772Z Downloaded darling_macro v0.23.0
8782026-07-14T05:19:34.779Z Downloaded dyn-clone v1.0.20
8792026-07-14T05:19:34.782Z Downloaded async-compression v0.4.42
8802026-07-14T05:19:34.786Z Downloaded anyhow v1.0.103
8812026-07-14T05:19:34.789Z Downloaded argon2 v0.5.3
8822026-07-14T05:19:34.789Z Downloaded byteorder v1.5.0
8832026-07-14T05:19:34.789Z Downloaded byte-wrapper v0.1.0
8842026-07-14T05:19:34.793Z Downloaded embedded-io v0.4.0
8852026-07-14T05:19:34.796Z Downloaded enum-as-inner v0.6.1
8862026-07-14T05:19:34.796Z Downloaded embedded-io v0.6.1
8872026-07-14T05:19:34.796Z Downloaded cargo_toml v0.22.3
8882026-07-14T05:19:34.800Z Downloaded backoff v0.4.0
8892026-07-14T05:19:34.800Z Downloaded bs58 v0.5.1
8902026-07-14T05:19:34.803Z Downloaded hubpack v0.1.2
8912026-07-14T05:19:34.803Z Downloaded libscf-sys v1.2.0
8922026-07-14T05:19:34.806Z Downloaded git-stub v1.0.0
8932026-07-14T05:19:34.806Z Downloaded fs-err v3.3.0
8942026-07-14T05:19:34.806Z Downloaded async-stream-impl v0.3.6
8952026-07-14T05:19:34.810Z Downloaded match_cfg v0.1.0
8962026-07-14T05:19:34.810Z Downloaded allocator-api2 v0.2.21
8972026-07-14T05:19:34.813Z Downloaded base16ct v1.0.0
8982026-07-14T05:19:34.813Z Downloaded hostname v0.4.2
8992026-07-14T05:19:34.813Z Downloaded defmt-parser v1.0.0
9002026-07-14T05:19:34.816Z Downloaded float-ord v0.3.2
9012026-07-14T05:19:34.816Z Downloaded bit-set v0.8.0
9022026-07-14T05:19:34.818Z Downloaded erased-serde v0.3.31
9032026-07-14T05:19:34.825Z Downloaded displaydoc v0.2.6
9042026-07-14T05:19:34.828Z Downloaded backon v1.6.0
9052026-07-14T05:19:34.831Z Downloaded group v0.13.0
9062026-07-14T05:19:34.834Z Downloaded icu_properties v2.2.0
9072026-07-14T05:19:34.837Z Downloaded const-random-macro v0.1.16
9082026-07-14T05:19:34.837Z Downloaded hickory-resolver v0.25.2
9092026-07-14T05:19:34.840Z Downloaded foreign-types-macros v0.2.3
9102026-07-14T05:19:34.843Z Downloaded httpdate v1.0.3
9112026-07-14T05:19:34.843Z Downloaded derive_more v0.99.20
9122026-07-14T05:19:34.846Z Downloaded http-body v1.0.1
9132026-07-14T05:19:34.849Z Downloaded cstr-argument v0.1.2
9142026-07-14T05:19:34.850Z Downloaded crucible-workspace-hack v0.1.0
9152026-07-14T05:19:34.850Z Downloaded hostname v0.3.1
9162026-07-14T05:19:34.853Z Downloaded const-random v0.1.18
9172026-07-14T05:19:34.853Z Downloaded cobs v0.3.0
9182026-07-14T05:19:34.853Z Downloaded elliptic-curve v0.13.8
9192026-07-14T05:19:34.856Z Downloaded defmt v0.3.100
9202026-07-14T05:19:34.859Z Downloaded heck v0.4.1
9212026-07-14T05:19:34.859Z Downloaded deranged v0.5.8
9222026-07-14T05:19:34.862Z Downloaded critical-section v1.2.0
9232026-07-14T05:19:34.862Z Downloaded constant_time_eq v0.4.2
9242026-07-14T05:19:34.865Z Downloaded foreign-types-shared v0.3.1
9252026-07-14T05:19:34.865Z Downloaded git-stub-vcs v0.1.0
9262026-07-14T05:19:34.869Z Downloaded hash32 v0.3.1
9272026-07-14T05:19:34.869Z Downloaded dunce v1.0.5
9282026-07-14T05:19:34.872Z Downloaded dof v0.4.0
9292026-07-14T05:19:34.872Z Downloaded arrayvec v0.7.6
9302026-07-14T05:19:34.872Z Downloaded compression-core v0.4.32
9312026-07-14T05:19:34.875Z Downloaded instant v0.1.13
9322026-07-14T05:19:34.875Z Downloaded newtype_derive v0.1.6
9332026-07-14T05:19:34.883Z Downloaded inout v0.1.4
9342026-07-14T05:19:34.883Z Downloaded fixedbitset v0.4.2
9352026-07-14T05:19:34.883Z Downloaded darling_macro v0.21.3
9362026-07-14T05:19:34.888Z Downloaded dropshot-api-manager-types v0.7.2
9372026-07-14T05:19:34.888Z Downloaded gethostname v0.5.0
9382026-07-14T05:19:34.888Z Downloaded newline-converter v0.3.0
9392026-07-14T05:19:34.888Z Downloaded convert_case v0.4.0
9402026-07-14T05:19:34.888Z Downloaded dtrace-parser v0.2.0
9412026-07-14T05:19:34.888Z Downloaded humantime v2.3.0
9422026-07-14T05:19:34.888Z Downloaded foldhash v0.2.0
9432026-07-14T05:19:34.888Z Downloaded fxhash v0.2.1
9442026-07-14T05:19:34.894Z Downloaded arrayref v0.3.9
9452026-07-14T05:19:34.894Z Downloaded bitflags v1.3.2
9462026-07-14T05:19:34.894Z Downloaded newtype-uuid-macros v0.1.0
9472026-07-14T05:19:34.894Z Downloaded icu_collections v2.2.0
9482026-07-14T05:19:34.897Z Downloaded num-iter v0.1.45
9492026-07-14T05:19:34.900Z Downloaded ciborium-ll v0.2.2
9502026-07-14T05:19:34.900Z Downloaded data-encoding v2.11.0
9512026-07-14T05:19:34.900Z Downloaded block-buffer v0.12.0
9522026-07-14T05:19:34.903Z Downloaded memoffset v0.9.1
9532026-07-14T05:19:34.903Z Downloaded keccak v0.1.6
9542026-07-14T05:19:34.906Z Downloaded csv-core v0.1.13
9552026-07-14T05:19:34.906Z Downloaded base16ct v0.2.0
9562026-07-14T05:19:34.906Z Downloaded dtrace-parser v0.3.0
9572026-07-14T05:19:34.909Z Downloaded compression-codecs v0.4.38
9582026-07-14T05:19:34.913Z Downloaded is-terminal v0.4.17
9592026-07-14T05:19:34.913Z Downloaded async-stream v0.3.6
9602026-07-14T05:19:34.913Z Downloaded dof v0.3.0
9612026-07-14T05:19:34.916Z Downloaded crypto-common v0.2.2
9622026-07-14T05:19:34.916Z Downloaded crc8 v0.1.1
9632026-07-14T05:19:34.919Z Downloaded lru-cache v0.1.2
9642026-07-14T05:19:34.919Z Downloaded konst_macro_rules v0.2.19
9652026-07-14T05:19:34.923Z Downloaded num-conv v0.2.2
9662026-07-14T05:19:34.923Z Downloaded num v0.4.3
9672026-07-14T05:19:34.923Z Downloaded no-std-compat v0.4.1
9682026-07-14T05:19:34.923Z Downloaded natord v1.0.9
9692026-07-14T05:19:34.926Z Downloaded mime v0.3.17
9702026-07-14T05:19:34.926Z Downloaded managed v0.8.0
9712026-07-14T05:19:34.926Z Downloaded crunchy v0.2.4
9722026-07-14T05:19:34.929Z Downloaded hubpack_derive v0.1.1
9732026-07-14T05:19:34.929Z Downloaded macaddr v1.0.1
9742026-07-14T05:19:34.929Z Downloaded internet-checksum v0.2.1
9752026-07-14T05:19:34.934Z Downloaded linked-hash-map v0.5.6
9762026-07-14T05:19:34.934Z Downloaded foreign-types v0.5.0
9772026-07-14T05:19:34.934Z Downloaded ident_case v1.0.1
9782026-07-14T05:19:34.937Z Downloaded omicron-workspace-hack v0.1.0
9792026-07-14T05:19:34.937Z Downloaded olpc-cjson v0.1.4
9802026-07-14T05:19:34.937Z Downloaded num_threads v0.1.7
9812026-07-14T05:19:34.940Z Downloaded opaque-debug v0.3.1
9822026-07-14T05:19:34.940Z Downloaded num-derive v0.4.2
9832026-07-14T05:19:34.940Z Downloaded idna_adapter v1.2.2
9842026-07-14T05:19:34.943Z Downloaded ingot-types v0.1.2
9852026-07-14T05:19:34.943Z Downloaded fs_extra v1.3.0
9862026-07-14T05:19:34.946Z Downloaded multer v3.1.0
9872026-07-14T05:19:34.946Z Downloaded libsw-core v0.3.2
9882026-07-14T05:19:34.950Z Downloaded ingot v0.1.1
9892026-07-14T05:19:34.953Z Downloaded cmake v0.1.58
9902026-07-14T05:19:34.953Z Downloaded bcs v0.1.6
9912026-07-14T05:19:34.953Z Downloaded derive-ex v0.1.8
9922026-07-14T05:19:34.957Z Downloaded ff v0.13.1
9932026-07-14T05:19:34.957Z Downloaded glob v0.3.3
9942026-07-14T05:19:34.960Z Downloaded async-trait v0.1.89
9952026-07-14T05:19:34.960Z Downloaded libsw v3.5.0
9962026-07-14T05:19:34.965Z Downloaded cancel-safe-futures v0.1.5
9972026-07-14T05:19:34.968Z Downloaded parse-display v0.10.0
9982026-07-14T05:19:34.971Z Downloaded plain v0.2.3
9992026-07-14T05:19:34.975Z Downloaded phf_shared v0.12.1
10002026-07-14T05:19:34.978Z Downloaded potential_utf v0.1.5
10012026-07-14T05:19:34.978Z Downloaded proc-macro-crate v1.3.1
10022026-07-14T05:19:34.981Z Downloaded num-integer v0.1.46
10032026-07-14T05:19:34.981Z Downloaded proc-macro-error-attr2 v2.0.0
10042026-07-14T05:19:34.985Z Downloaded ciborium-io v0.2.2
10052026-07-14T05:19:34.985Z Downloaded const_format_proc_macros v0.2.34
10062026-07-14T05:19:34.985Z Downloaded digest v0.11.3
10072026-07-14T05:19:34.989Z Downloaded proc-macro-error-attr v1.0.4
10082026-07-14T05:19:34.992Z Downloaded proc-macro-crate v3.5.0
10092026-07-14T05:19:34.992Z Downloaded memmap v0.7.0
10102026-07-14T05:19:34.992Z Downloaded pretty-hex v0.4.2
10112026-07-14T05:19:34.992Z Downloaded progenitor-client v0.10.0
10122026-07-14T05:19:34.997Z Downloaded powerfmt v0.2.0
10132026-07-14T05:19:34.997Z Downloaded num_enum v0.7.6
10142026-07-14T05:19:35.001Z Downloaded num-complex v0.4.6
10152026-07-14T05:19:35.001Z Downloaded darling v0.23.0
10162026-07-14T05:19:35.004Z Downloaded jobserver v0.1.34
10172026-07-14T05:19:35.007Z Downloaded ipnetwork v0.21.1
10182026-07-14T05:19:35.007Z Downloaded defmt-macros v1.1.0
10192026-07-14T05:19:35.010Z Downloaded paste v1.0.15
10202026-07-14T05:19:35.014Z Downloaded quick-error v1.2.3
10212026-07-14T05:19:35.018Z Downloaded progenitor-macro v0.14.0
10222026-07-14T05:19:35.018Z Downloaded num_enum_derive v0.5.11
10232026-07-14T05:19:35.018Z Downloaded password-hash v0.5.0
10242026-07-14T05:19:35.022Z Downloaded oxnet v0.1.6
10252026-07-14T05:19:35.022Z Downloaded ref-cast v1.0.25
10262026-07-14T05:19:35.025Z Downloaded progenitor-macro v0.13.0
10272026-07-14T05:19:35.025Z Downloaded progenitor-macro v0.10.0
10282026-07-14T05:19:35.025Z Downloaded rand_chacha v0.3.1
10292026-07-14T05:19:35.025Z Downloaded progenitor-client v0.14.0
10302026-07-14T05:19:35.028Z Downloaded num_enum_derive v0.7.6
10312026-07-14T05:19:35.028Z Downloaded num-rational v0.4.2
10322026-07-14T05:19:35.031Z Downloaded num_enum v0.5.11
10332026-07-14T05:19:35.036Z Downloaded highway v1.3.0
10342026-07-14T05:19:35.036Z Downloaded diff v0.1.13
10352026-07-14T05:19:35.040Z Downloaded crossbeam-epoch v0.9.18
10362026-07-14T05:19:35.041Z Downloaded console v0.16.3
10372026-07-14T05:19:35.045Z Downloaded ingot-macros v0.1.1
10382026-07-14T05:19:35.045Z Downloaded blake2 v0.10.6
10392026-07-14T05:19:35.045Z Downloaded hashbrown v0.16.1
10402026-07-14T05:19:35.050Z Downloaded ref-cast-impl v1.0.25
10412026-07-14T05:19:35.054Z Downloaded port-file v0.1.0
10422026-07-14T05:19:35.054Z Downloaded pem v3.0.6
10432026-07-14T05:19:35.054Z Downloaded parse-display-derive v0.10.0
10442026-07-14T05:19:35.057Z Downloaded poly1305 v0.8.0
10452026-07-14T05:19:35.057Z Downloaded rand_xorshift v0.4.0
10462026-07-14T05:19:35.057Z Downloaded colored v3.1.1
10472026-07-14T05:19:35.061Z Downloaded rustc-hash v2.1.2
10482026-07-14T05:19:35.061Z Downloaded progenitor v0.10.0
10492026-07-14T05:19:35.064Z Downloaded proc-macro-error v1.0.4
10502026-07-14T05:19:35.067Z Downloaded serde_plain v1.0.2
10512026-07-14T05:19:35.067Z Downloaded arc-swap v1.9.1
10522026-07-14T05:19:35.070Z Downloaded progenitor-client v0.13.0
10532026-07-14T05:19:35.070Z Downloaded proc-macro-error2 v2.0.1
10542026-07-14T05:19:35.073Z Downloaded defmt v1.1.0
10552026-07-14T05:19:35.076Z Downloaded scroll_derive v0.13.1
10562026-07-14T05:19:35.079Z Downloaded scroll_derive v0.12.1
10572026-07-14T05:19:35.079Z Downloaded same-file v1.0.6
10582026-07-14T05:19:35.079Z Downloaded quote v1.0.45
10592026-07-14T05:19:35.082Z Downloaded ciborium v0.2.2
10602026-07-14T05:19:35.086Z Downloaded progenitor-extras v0.2.0
10612026-07-14T05:19:35.086Z Downloaded sigpipe v0.1.3
10622026-07-14T05:19:35.086Z Downloaded slog-bunyan v2.5.0
10632026-07-14T05:19:35.090Z Downloaded sha1 v0.11.0
10642026-07-14T05:19:35.090Z Downloaded serial_test_derive v3.5.0
10652026-07-14T05:19:35.090Z Downloaded phf v0.12.1
10662026-07-14T05:19:35.094Z Downloaded serde-big-array v0.5.1
10672026-07-14T05:19:35.094Z Downloaded rustc_version v0.1.7
10682026-07-14T05:19:35.094Z Downloaded progenitor v0.14.0
10692026-07-14T05:19:35.097Z Downloaded drift v0.2.0
10702026-07-14T05:19:35.103Z Downloaded memmap2 v0.9.10
10712026-07-14T05:19:35.107Z Downloaded siphasher v1.0.3
10722026-07-14T05:19:35.107Z Downloaded linear-map v1.2.0
10732026-07-14T05:19:35.110Z Downloaded slog-envlogger v2.2.0
10742026-07-14T05:19:35.110Z Downloaded darling v0.21.3
10752026-07-14T05:19:35.113Z Downloaded smawk v0.3.2
10762026-07-14T05:19:35.113Z Downloaded serde_repr v0.1.20
10772026-07-14T05:19:35.116Z Downloaded darling_core v0.23.0
10782026-07-14T05:19:35.119Z Downloaded hmac v0.12.1
10792026-07-14T05:19:35.122Z Downloaded const-oid v0.10.2
10802026-07-14T05:19:35.122Z Downloaded chacha20 v0.10.0
10812026-07-14T05:19:35.125Z Downloaded stable_deref_trait v1.2.1
10822026-07-14T05:19:35.125Z Downloaded bytecount v0.6.9
10832026-07-14T05:19:35.130Z Downloaded spin v0.5.2
10842026-07-14T05:19:35.130Z Downloaded parking_lot_core v0.8.6
10852026-07-14T05:19:35.133Z Downloaded structmeta-derive v0.3.0
10862026-07-14T05:19:35.133Z Downloaded crossbeam-utils v0.8.21
10872026-07-14T05:19:35.137Z Downloaded serde_derive_internals v0.29.1
10882026-07-14T05:19:35.137Z Downloaded sha1 v0.10.6
10892026-07-14T05:19:35.140Z Downloaded semver v0.1.20
10902026-07-14T05:19:35.140Z Downloaded icu_locale_core v2.2.0
10912026-07-14T05:19:35.143Z Downloaded serial_test v3.5.0
10922026-07-14T05:19:35.143Z Downloaded cookie v0.18.1
10932026-07-14T05:19:35.146Z Downloaded pest_generator v2.8.6
10942026-07-14T05:19:35.149Z Downloaded papergrid v0.18.0
10952026-07-14T05:19:35.152Z Downloaded resolv-conf v0.7.6
10962026-07-14T05:19:35.152Z Downloaded oxide-tokio-rt v0.1.6
10972026-07-14T05:19:35.158Z Downloaded cipher v0.4.4
10982026-07-14T05:19:35.158Z Downloaded bitflags v2.12.1
10992026-07-14T05:19:35.162Z Downloaded rusty-fork v0.3.1
11002026-07-14T05:19:35.162Z Downloaded strum v0.27.2
11012026-07-14T05:19:35.162Z Downloaded rustls-pemfile v2.2.0
11022026-07-14T05:19:35.165Z Downloaded rustversion v1.0.22
11032026-07-14T05:19:35.165Z Downloaded termtree v0.5.1
11042026-07-14T05:19:35.170Z Downloaded secrecy v0.10.3
11052026-07-14T05:19:35.170Z Downloaded thiserror-impl-no-std v2.0.2
11062026-07-14T05:19:35.170Z Downloaded scroll v0.13.0
11072026-07-14T05:19:35.173Z Downloaded scroll v0.12.0
11082026-07-14T05:19:35.173Z Downloaded take_mut v0.2.2
11092026-07-14T05:19:35.173Z Downloaded tagptr v0.2.0
11102026-07-14T05:19:35.173Z Downloaded schemars_derive v0.8.22
11112026-07-14T05:19:35.176Z Downloaded thread-id v5.1.0
11122026-07-14T05:19:35.176Z Downloaded testing_table v0.3.0
11132026-07-14T05:19:35.176Z Downloaded tabwriter v1.4.1
11142026-07-14T05:19:35.181Z Downloaded tabled_derive v0.7.0
11152026-07-14T05:19:35.181Z Downloaded dropshot_endpoint v0.17.1
11162026-07-14T05:19:35.185Z Downloaded indexmap v1.9.3
11172026-07-14T05:19:35.185Z Downloaded time-core v0.1.8
11182026-07-14T05:19:35.189Z Downloaded slog-term v2.9.2
11192026-07-14T05:19:35.189Z Downloaded slog-stdlog v4.1.1
11202026-07-14T05:19:35.189Z Downloaded icu_provider v2.2.0
11212026-07-14T05:19:35.192Z Downloaded slog-scope v4.4.1
11222026-07-14T05:19:35.192Z Downloaded litemap v0.8.2
11232026-07-14T05:19:35.195Z Downloaded postcard v1.1.3
11242026-07-14T05:19:35.195Z Downloaded darling_core v0.21.3
11252026-07-14T05:19:35.200Z Downloaded rhai_codegen v3.2.0
11262026-07-14T05:19:35.204Z Downloaded thread-id v4.2.2
11272026-07-14T05:19:35.206Z Downloaded smartstring v1.0.1
11282026-07-14T05:19:35.206Z Downloaded rustls-native-certs v0.8.4
11292026-07-14T05:19:35.209Z Downloaded topological-sort v0.2.2
11302026-07-14T05:19:35.210Z Downloaded progenitor v0.13.0
11312026-07-14T05:19:35.210Z Downloaded log v0.4.32
11322026-07-14T05:19:35.213Z Downloaded structmeta v0.3.0
11332026-07-14T05:19:35.213Z Downloaded serde_tokenstream v0.2.3
11342026-07-14T05:19:35.217Z Downloaded omicron-zone-package v0.12.3
11352026-07-14T05:19:35.217Z Downloaded typify-macro v0.4.3
11362026-07-14T05:19:35.220Z Downloaded unit-prefix v0.5.2
11372026-07-14T05:19:35.220Z Downloaded unarray v0.1.4
11382026-07-14T05:19:35.220Z Downloaded typify-macro v0.6.2
11392026-07-14T05:19:35.220Z Downloaded crypto-bigint v0.5.5
11402026-07-14T05:19:35.225Z Downloaded untrusted v0.7.1
11412026-07-14T05:19:35.229Z Downloaded snafu-derive v0.8.9
11422026-07-14T05:19:35.229Z Downloaded parking_lot v0.11.2
11432026-07-14T05:19:35.232Z Downloaded openssl-sys v0.9.116
11442026-07-14T05:19:35.236Z Downloaded strum_macros v0.26.4
11452026-07-14T05:19:35.236Z Downloaded usdt v0.5.0
11462026-07-14T05:19:35.236Z Downloaded papergrid v0.11.0
11472026-07-14T05:19:35.240Z Downloaded pest_derive v2.8.6
11482026-07-14T05:19:35.243Z Downloaded tabled_derive v0.11.0
11492026-07-14T05:19:35.243Z Downloaded synstructure v0.13.2
11502026-07-14T05:19:35.243Z Downloaded progenitor-impl v0.14.0
11512026-07-14T05:19:35.246Z Downloaded usdt-attr-macro v0.5.0
11522026-07-14T05:19:35.246Z Downloaded universal-hash v0.5.1
11532026-07-14T05:19:35.246Z Downloaded utf-8 v0.7.6
11542026-07-14T05:19:35.246Z Downloaded strum v0.26.3
11552026-07-14T05:19:35.250Z Downloaded slog-json v2.6.1
11562026-07-14T05:19:35.250Z Downloaded slog-dtrace v0.3.0
11572026-07-14T05:19:35.250Z Downloaded slog-async v2.8.0
11582026-07-14T05:19:35.253Z Downloaded getrandom v0.4.2
11592026-07-14T05:19:35.253Z Downloaded rustls-pki-types v1.14.1
11602026-07-14T05:19:35.256Z Downloaded strum_macros v0.27.2
11612026-07-14T05:19:35.260Z Downloaded base64 v0.21.7
11622026-07-14T05:19:35.260Z Downloaded usdt-macro v0.5.0
11632026-07-14T05:19:35.263Z Downloaded const_format v0.2.36
11642026-07-14T05:19:35.266Z Downloaded waitgroup v0.1.2
11652026-07-14T05:19:35.266Z Downloaded usdt-macro v0.6.0
11662026-07-14T05:19:35.266Z Downloaded tokio-tungstenite v0.21.0
11672026-07-14T05:19:35.269Z Downloaded wait-timeout v0.2.1
11682026-07-14T05:19:35.269Z Downloaded tinystr v0.8.3
11692026-07-14T05:19:35.272Z Downloaded thread_local v1.1.9
11702026-07-14T05:19:35.272Z Downloaded smf v0.2.3
11712026-07-14T05:19:35.272Z Downloaded thiserror-no-std v2.0.2
11722026-07-14T05:19:35.275Z Downloaded icu_normalizer_data v2.2.0
11732026-07-14T05:19:35.278Z Downloaded tiny-keccak v2.0.2
11742026-07-14T05:19:35.278Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11752026-07-14T05:19:35.281Z Downloaded heapless v0.8.0
11762026-07-14T05:19:35.286Z Downloaded tokio-dtrace v0.1.1
11772026-07-14T05:19:35.286Z Downloaded pretty_assertions v1.4.1
11782026-07-14T05:19:35.286Z Downloaded spin v0.9.8
11792026-07-14T05:19:35.289Z Downloaded zerofrom-derive v0.1.7
11802026-07-14T05:19:35.289Z Downloaded zerofrom v0.1.8
11812026-07-14T05:19:35.289Z Downloaded usdt-attr-macro v0.6.0
11822026-07-14T05:19:35.289Z Downloaded konst v0.2.20
11832026-07-14T05:19:35.293Z Downloaded pest_meta v2.8.6
11842026-07-14T05:19:35.296Z Downloaded usdt-impl v0.6.0
11852026-07-14T05:19:35.297Z Downloaded progenitor-impl v0.10.0
11862026-07-14T05:19:35.299Z Downloaded crossbeam-channel v0.5.15
11872026-07-14T05:19:35.300Z Downloaded hybrid-array v0.4.12
11882026-07-14T05:19:35.303Z Downloaded usdt-impl v0.5.0
11892026-07-14T05:19:35.303Z Downloaded yoke-derive v0.8.2
11902026-07-14T05:19:35.306Z Downloaded time-macros v0.2.27
11912026-07-14T05:19:35.306Z Downloaded zeroize_derive v1.4.3
11922026-07-14T05:19:35.306Z Downloaded expectorate v1.2.0
11932026-07-14T05:19:35.309Z Downloaded term v1.2.1
11942026-07-14T05:19:35.312Z Downloaded thin-vec v0.2.18
11952026-07-14T05:19:35.312Z Downloaded hickory-resolver v0.24.4
11962026-07-14T05:19:35.315Z Downloaded smallvec v1.15.1
11972026-07-14T05:19:35.318Z Downloaded whoami v1.6.1
11982026-07-14T05:19:35.318Z Downloaded vsss-rs v3.3.4
11992026-07-14T05:19:35.321Z Downloaded slog v2.8.2
12002026-07-14T05:19:35.321Z Downloaded icu_normalizer v2.2.0
12012026-07-14T05:19:35.325Z Downloaded usdt v0.6.0
12022026-07-14T05:19:35.325Z Downloaded rayon-core v1.13.0
12032026-07-14T05:19:35.328Z Downloaded zone_cfg_derive v0.3.1
12042026-07-14T05:19:35.328Z Downloaded zone v0.3.1
12052026-07-14T05:19:35.328Z Downloaded cc v1.2.63
12062026-07-14T05:19:35.332Z Downloaded prettyplease v0.2.37
12072026-07-14T05:19:35.335Z Downloaded zerovec-derive v0.11.3
12082026-07-14T05:19:35.335Z Downloaded similar v2.7.0
12092026-07-14T05:19:35.338Z Downloaded serde_with_macros v3.20.0
12102026-07-14T05:19:35.338Z Downloaded rustls-platform-verifier v0.7.0
12112026-07-14T05:19:35.343Z Downloaded quinn-udp v0.5.14
12122026-07-14T05:19:35.346Z Downloaded rand v0.8.6
12132026-07-14T05:19:35.346Z Downloaded quinn v0.11.9
12142026-07-14T05:19:35.349Z Downloaded writeable v0.6.3
12152026-07-14T05:19:35.349Z Downloaded walkdir v2.5.0
12162026-07-14T05:19:35.352Z Downloaded test-strategy v0.4.5
12172026-07-14T05:19:35.352Z Downloaded nom v7.1.3
12182026-07-14T05:19:35.357Z Downloaded jiff-static v0.2.28
12192026-07-14T05:19:35.361Z Downloaded minimal-lexical v0.2.1
12202026-07-14T05:19:35.361Z Downloaded xz2 v0.1.7
12212026-07-14T05:19:35.364Z Downloaded tinyvec v1.11.0
12222026-07-14T05:19:35.364Z Downloaded schemars v1.2.1
12232026-07-14T05:19:35.374Z Downloaded ucd-trie v0.1.7
12242026-07-14T05:19:35.377Z Downloaded typify v0.4.3
12252026-07-14T05:19:35.377Z Downloaded unsafe-libyaml v0.2.11
12262026-07-14T05:19:35.384Z Downloaded serde_yaml v0.9.34+deprecated
12272026-07-14T05:19:35.424Z Downloaded rand v0.9.4
12282026-07-14T05:19:35.424Z Downloaded memchr v2.8.1
12292026-07-14T05:19:35.424Z Downloaded blake3 v1.8.5
12302026-07-14T05:19:35.424Z Downloaded zmij v1.0.21
12312026-07-14T05:19:35.424Z Downloaded zeroize v1.8.2
12322026-07-14T05:19:35.424Z Downloaded toml_edit v0.25.12+spec-1.1.0
12332026-07-14T05:19:35.424Z Downloaded toml v0.9.12+spec-1.1.0
12342026-07-14T05:19:35.424Z Downloaded progenitor-impl v0.13.0
12352026-07-14T05:19:35.424Z Downloaded indicatif v0.18.4
12362026-07-14T05:19:35.433Z Downloaded schemars v0.9.0
12372026-07-14T05:19:35.433Z Downloaded schemars v0.8.22
12382026-07-14T05:19:35.433Z Downloaded toml_edit v0.19.15
12392026-07-14T05:19:35.433Z Downloaded zerocopy-derive v0.7.35
12402026-07-14T05:19:35.499Z Downloaded snafu v0.8.9
12412026-07-14T05:19:35.499Z Downloaded yoke v0.8.3
12422026-07-14T05:19:35.499Z Downloaded toml v0.7.8
12432026-07-14T05:19:35.499Z Downloaded nom v8.0.0
12442026-07-14T05:19:35.499Z Downloaded hashbrown v0.12.3
12452026-07-14T05:19:35.499Z Downloaded dropshot-api-manager v0.7.2
12462026-07-14T05:19:35.500Z Downloaded zerocopy-derive v0.8.50
12472026-07-14T05:19:35.500Z Downloaded steno v0.4.1
12482026-07-14T05:19:35.500Z Downloaded qorb v0.4.1
12492026-07-14T05:19:35.500Z Downloaded half v2.7.1
12502026-07-14T05:19:35.500Z Downloaded chacha20poly1305 v0.10.1
12512026-07-14T05:19:35.500Z Downloaded bytes v1.11.1
12522026-07-14T05:19:35.500Z Downloaded mio v1.2.1
12532026-07-14T05:19:35.500Z Downloaded daft v0.1.7
12542026-07-14T05:19:35.500Z Downloaded crossbeam-deque v0.8.6
12552026-07-14T05:19:35.500Z Downloaded tungstenite v0.21.0
12562026-07-14T05:19:35.500Z Downloaded daft-derive v0.1.7
12572026-07-14T05:19:35.500Z Downloaded typify v0.6.2
12582026-07-14T05:19:35.500Z Downloaded chacha20 v0.9.1
12592026-07-14T05:19:35.500Z Downloaded bit-vec v0.8.0
12602026-07-14T05:19:35.505Z Downloaded regex v1.12.3
12612026-07-14T05:19:35.541Z Downloaded itertools v0.12.1
12622026-07-14T05:19:35.549Z Downloaded yansi v1.0.1
12632026-07-14T05:19:35.553Z Downloaded winnow v0.5.40
12642026-07-14T05:19:35.559Z Downloaded zerotrie v0.2.4
12652026-07-14T05:19:35.562Z Downloaded serde_with v3.20.0
12662026-07-14T05:19:35.569Z Downloaded pest v2.8.6
12672026-07-14T05:19:35.573Z Downloaded ron v0.12.1
12682026-07-14T05:19:35.578Z Downloaded aws-lc-rs v1.17.0
12692026-07-14T05:19:35.585Z Downloaded proptest v1.11.0
12702026-07-14T05:19:35.591Z Downloaded itertools v0.15.0
12712026-07-14T05:19:35.598Z Downloaded hkdf v0.12.4
12722026-07-14T05:19:35.601Z Downloaded typed-path v0.9.3
12732026-07-14T05:19:35.611Z Downloaded winnow v1.0.3
12742026-07-14T05:19:35.617Z Downloaded webpki-roots v1.0.7
12752026-07-14T05:19:35.620Z Downloaded h2 v0.4.14
12762026-07-14T05:19:35.625Z Downloaded libm v0.2.16
12772026-07-14T05:19:35.648Z Downloaded bstr v1.12.1
12782026-07-14T05:19:35.681Z Downloaded goblin v0.8.2
12792026-07-14T05:19:35.682Z Downloaded rayon v1.12.0
12802026-07-14T05:19:35.682Z Downloaded zerovec v0.11.6
12812026-07-14T05:19:35.701Z Downloaded tough v0.22.0
12822026-07-14T05:19:35.701Z Downloaded reqwest v0.13.4
12832026-07-14T05:19:35.701Z Downloaded iddqd v0.4.5
12842026-07-14T05:19:35.701Z Downloaded zerocopy v0.8.50
12852026-07-14T05:19:35.726Z Downloaded smoltcp v0.11.0
12862026-07-14T05:19:35.727Z Downloaded rhai v1.25.1
12872026-07-14T05:19:35.747Z Downloaded zerocopy v0.7.35
12882026-07-14T05:19:35.747Z Downloaded nix v0.31.3
12892026-07-14T05:19:35.747Z Downloaded openapiv3 v2.2.0
12902026-07-14T05:19:35.747Z Downloaded icu_properties_data v2.2.0
12912026-07-14T05:19:35.747Z Downloaded dropshot v0.17.1
12922026-07-14T05:19:35.777Z Downloaded typify-impl v0.6.2
12932026-07-14T05:19:35.793Z Downloaded tabled v0.15.0
12942026-07-14T05:19:35.793Z Downloaded quinn-proto v0.11.14
12952026-07-14T05:19:35.811Z Downloaded moka v0.12.15
12962026-07-14T05:19:35.811Z Downloaded tabled v0.21.0
12972026-07-14T05:19:35.812Z Downloaded goblin v0.10.7
12982026-07-14T05:19:35.812Z Downloaded regex-automata v0.4.14
12992026-07-14T05:19:35.823Z Downloaded time v0.3.47
13002026-07-14T05:19:35.844Z Downloaded syn v1.0.109
13012026-07-14T05:19:35.844Z Downloaded petgraph v0.6.5
13022026-07-14T05:19:35.856Z Downloaded syn v2.0.117
13032026-07-14T05:19:35.865Z Downloaded openssl v0.10.80
13042026-07-14T05:19:35.873Z Downloaded chrono-tz v0.10.4
13052026-07-14T05:19:35.886Z Downloaded sha3 v0.10.9
13062026-07-14T05:19:35.905Z Downloaded csv v1.4.0
13072026-07-14T05:19:35.912Z Downloaded regress v0.10.5
13082026-07-14T05:19:35.912Z Downloaded regress v0.11.1
13092026-07-14T05:19:35.914Z Downloaded hickory-proto v0.24.4
13102026-07-14T05:19:35.925Z Downloaded rustls v0.23.40
13112026-07-14T05:19:35.934Z Downloaded hickory-proto v0.25.2
13122026-07-14T05:19:35.945Z Downloaded regex-syntax v0.8.10
13132026-07-14T05:19:35.958Z Downloaded sled v0.34.7
13142026-07-14T05:19:35.965Z Downloaded typify-impl v0.4.3
13152026-07-14T05:19:36.025Z Downloaded lzma-sys v0.1.20
13162026-07-14T05:19:36.048Z Downloaded jiff v0.2.28
13172026-07-14T05:19:36.078Z Downloaded encoding_rs v0.8.35
13182026-07-14T05:19:36.501Z Downloaded aws-lc-sys v0.41.0
13192026-07-14T05:19:37.515Z Compiling proc-macro2 v1.0.106
13202026-07-14T05:19:37.515Z Compiling quote v1.0.45
13212026-07-14T05:19:37.515Z Compiling unicode-ident v1.0.24
13222026-07-14T05:19:37.515Z Compiling serde_core v1.0.228
13232026-07-14T05:19:37.519Z Compiling cfg-if v1.0.4
13242026-07-14T05:19:37.520Z Compiling serde v1.0.228
13252026-07-14T05:19:37.520Z Compiling libc v0.2.186
13262026-07-14T05:19:37.520Z Compiling memchr v2.8.1
13272026-07-14T05:19:37.709Z Compiling itoa v1.0.18
13282026-07-14T05:19:37.903Z Compiling smallvec v1.15.1
13292026-07-14T05:19:37.981Z Compiling zmij v1.0.21
13302026-07-14T05:19:38.055Z Compiling autocfg v1.5.1
13312026-07-14T05:19:38.143Z Compiling libm v0.2.16
13322026-07-14T05:19:38.431Z Compiling stable_deref_trait v1.2.1
13332026-07-14T05:19:38.461Z Compiling writeable v0.6.3
13342026-07-14T05:19:38.507Z Compiling litemap v0.8.2
13352026-07-14T05:19:38.638Z Compiling percent-encoding v2.3.2
13362026-07-14T05:19:38.682Z Compiling utf8_iter v1.0.4
13372026-07-14T05:19:38.694Z Compiling icu_properties_data v2.2.0
13382026-07-14T05:19:38.697Z Compiling icu_normalizer_data v2.2.0
13392026-07-14T05:19:38.715Z Compiling iana-time-zone v0.1.65
13402026-07-14T05:19:38.898Z Compiling equivalent v1.0.2
13412026-07-14T05:19:38.951Z Compiling form_urlencoded v1.2.2
13422026-07-14T05:19:38.962Z Compiling serde_json v1.0.150
13432026-07-14T05:19:39.072Z Compiling syn v2.0.117
13442026-07-14T05:19:39.147Z Compiling pin-project-lite v0.2.17
13452026-07-14T05:19:39.158Z Compiling version_check v0.9.5
13462026-07-14T05:19:39.168Z Compiling dyn-clone v1.0.20
13472026-07-14T05:19:39.179Z Compiling parking_lot_core v0.9.12
13482026-07-14T05:19:39.250Z Compiling scopeguard v1.2.0
13492026-07-14T05:19:39.264Z Compiling num-traits v0.2.19
13502026-07-14T05:19:39.317Z Compiling thiserror v2.0.18
13512026-07-14T05:19:39.362Z Compiling lock_api v0.4.14
13522026-07-14T05:19:39.465Z Compiling hashbrown v0.17.1
13532026-07-14T05:19:39.509Z Compiling errno v0.3.14
13542026-07-14T05:19:39.629Z Compiling log v0.4.32
13552026-07-14T05:19:39.680Z Compiling rand_core v0.10.1
13562026-07-14T05:19:39.840Z Compiling getrandom v0.4.2
13572026-07-14T05:19:39.853Z Compiling futures-core v0.3.32
13582026-07-14T05:19:39.930Z Compiling heck v0.5.0
13592026-07-14T05:19:40.017Z Compiling semver v1.0.28
13602026-07-14T05:19:40.148Z Compiling indexmap v2.14.0
13612026-07-14T05:19:40.220Z Compiling zerocopy v0.8.50
13622026-07-14T05:19:40.388Z Compiling uuid v1.23.5
13632026-07-14T05:19:40.420Z Compiling futures-sink v0.3.32
13642026-07-14T05:19:40.420Z Compiling schemars v0.8.22
13652026-07-14T05:19:40.539Z Compiling slab v0.4.12
13662026-07-14T05:19:40.709Z Compiling jobserver v0.1.34
13672026-07-14T05:19:40.722Z Compiling find-msvc-tools v0.1.9
13682026-07-14T05:19:40.733Z Compiling shlex v2.0.1
13692026-07-14T05:19:40.848Z Compiling rustversion v1.0.22
13702026-07-14T05:19:40.848Z Compiling fnv v1.0.7
13712026-07-14T05:19:40.967Z Compiling cc v1.2.63
13722026-07-14T05:19:40.972Z Compiling futures-channel v0.3.32
13732026-07-14T05:19:40.972Z Compiling bitflags v2.12.1
13742026-07-14T05:19:41.057Z Compiling futures-io v0.3.32
13752026-07-14T05:19:41.200Z Compiling futures-task v0.3.32
13762026-07-14T05:19:41.225Z Compiling socket2 v0.6.5
13772026-07-14T05:19:41.261Z Compiling signal-hook-registry v1.4.8
13782026-07-14T05:19:41.361Z Compiling mio v1.2.1
13792026-07-14T05:19:41.381Z Compiling portable-atomic v1.13.1
13802026-07-14T05:19:41.557Z Compiling parking_lot v0.12.5
13812026-07-14T05:19:41.576Z Compiling dunce v1.0.5
13822026-07-14T05:19:41.679Z Compiling typenum v1.20.1
13832026-07-14T05:19:41.757Z Compiling cmake v0.1.58
13842026-07-14T05:19:41.908Z Compiling fs_extra v1.3.0
13852026-07-14T05:19:41.921Z Compiling base64 v0.22.1
13862026-07-14T05:19:42.007Z Compiling critical-section v1.2.0
13872026-07-14T05:19:42.091Z Compiling slog v2.8.2
13882026-07-14T05:19:42.119Z Compiling rustix v1.1.4
13892026-07-14T05:19:42.244Z Compiling synstructure v0.13.2
13902026-07-14T05:19:42.323Z Compiling serde_derive_internals v0.29.1
13912026-07-14T05:19:42.336Z Compiling aws-lc-sys v0.41.0
13922026-07-14T05:19:42.377Z Compiling byteorder v1.5.0
13932026-07-14T05:19:42.526Z Compiling once_cell v1.21.4
13942026-07-14T05:19:42.541Z Compiling subtle v2.6.1
13952026-07-14T05:19:42.599Z Compiling getrandom v0.3.4
13962026-07-14T05:19:42.627Z Compiling strsim v0.11.1
13972026-07-14T05:19:42.775Z Compiling regex-syntax v0.8.10
13982026-07-14T05:19:42.801Z Compiling ipnet v2.12.0
13992026-07-14T05:19:42.921Z Compiling httparse v1.10.1
14002026-07-14T05:19:42.985Z Compiling atomic-waker v1.1.2
14012026-07-14T05:19:43.070Z Compiling tower-service v0.3.3
14022026-07-14T05:19:43.123Z Compiling tower-layer v0.3.3
14032026-07-14T05:19:43.141Z Compiling getrandom v0.2.17
14042026-07-14T05:19:43.167Z Compiling ryu v1.0.23
14052026-07-14T05:19:43.292Z Compiling untrusted v0.9.0
14062026-07-14T05:19:43.345Z Compiling thiserror v1.0.69
14072026-07-14T05:19:43.369Z Compiling try-lock v0.2.5
14082026-07-14T05:19:43.424Z Compiling ucd-trie v0.1.7
14092026-07-14T05:19:43.435Z Compiling rand_core v0.6.4
14102026-07-14T05:19:43.478Z Compiling want v0.3.1
14112026-07-14T05:19:43.531Z Compiling serde_derive v1.0.228
14122026-07-14T05:19:43.657Z Compiling zerofrom-derive v0.1.7
14132026-07-14T05:19:43.668Z Compiling yoke-derive v0.8.2
14142026-07-14T05:19:43.689Z Compiling zerovec-derive v0.11.3
14152026-07-14T05:19:43.701Z Compiling displaydoc v0.2.6
14162026-07-14T05:19:43.712Z Compiling schemars_derive v0.8.22
14172026-07-14T05:19:44.570Z Compiling thiserror-impl v2.0.18
14182026-07-14T05:19:44.843Z Compiling tokio-macros v2.7.0
14192026-07-14T05:19:44.883Z Compiling zerocopy-derive v0.8.50
14202026-07-14T05:19:44.956Z Compiling zerofrom v0.1.8
14212026-07-14T05:19:45.020Z Compiling zeroize_derive v1.4.3
14222026-07-14T05:19:45.084Z Compiling yoke v0.8.3
14232026-07-14T05:19:45.285Z Compiling zerovec v0.11.6
14242026-07-14T05:19:45.656Z Compiling zerotrie v0.2.4
14252026-07-14T05:19:45.694Z Compiling futures-macro v0.3.32
14262026-07-14T05:19:45.764Z Compiling zeroize v1.8.2
14272026-07-14T05:19:45.851Z Compiling tinystr v0.8.3
14282026-07-14T05:19:45.906Z Compiling potential_utf v0.1.5
14292026-07-14T05:19:46.059Z Compiling icu_locale_core v2.2.0
14302026-07-14T05:19:46.072Z Compiling icu_collections v2.2.0
14312026-07-14T05:19:46.083Z Compiling thiserror-impl v1.0.69
14322026-07-14T05:19:46.160Z Compiling pest v2.8.6
14332026-07-14T05:19:46.590Z Compiling futures-util v0.3.32
14342026-07-14T05:19:46.614Z Compiling httpdate v1.0.3
14352026-07-14T05:19:46.869Z Compiling icu_provider v2.2.0
14362026-07-14T05:19:46.972Z Compiling bytes v1.11.1
14372026-07-14T05:19:47.249Z Compiling icu_normalizer v2.2.0
14382026-07-14T05:19:47.267Z Compiling icu_properties v2.2.0
14392026-07-14T05:19:47.380Z Compiling chrono v0.4.45
14402026-07-14T05:19:47.550Z Compiling http v1.4.2
14412026-07-14T05:19:47.714Z Compiling tokio v1.52.3
14422026-07-14T05:19:47.892Z Compiling serde_tokenstream v0.2.3
14432026-07-14T05:19:48.198Z Compiling erased-serde v0.3.31
14442026-07-14T05:19:48.568Z Compiling idna_adapter v1.2.2
14452026-07-14T05:19:48.611Z Compiling http-body v1.0.1
14462026-07-14T05:19:48.713Z Compiling idna v1.1.0
14472026-07-14T05:19:48.873Z Compiling pest_meta v2.8.6
14482026-07-14T05:19:48.988Z Compiling pretty-hex v0.4.2
14492026-07-14T05:19:49.129Z Compiling url v2.5.8
14502026-07-14T05:19:49.145Z Compiling plain v0.2.3
14512026-07-14T05:19:49.177Z Compiling winnow v1.0.3
14522026-07-14T05:19:49.251Z Compiling paste v1.0.15
14532026-07-14T05:19:49.549Z Compiling ppv-lite86 v0.2.21
14542026-07-14T05:19:49.575Z Compiling pest_generator v2.8.6
14552026-07-14T05:19:49.601Z Compiling allocator-api2 v0.2.21
14562026-07-14T05:19:49.960Z Compiling foldhash v0.2.0
14572026-07-14T05:19:50.118Z Compiling hashbrown v0.16.1
14582026-07-14T05:19:50.199Z Compiling tracing-attributes v0.1.31
14592026-07-14T05:19:50.231Z Compiling tracing-core v0.1.36
14602026-07-14T05:19:50.334Z Compiling pest_derive v2.8.6
14612026-07-14T05:19:50.413Z Compiling ident_case v1.0.1
14622026-07-14T05:19:50.549Z Compiling omicron-workspace-hack v0.1.0
14632026-07-14T05:19:50.745Z Compiling ipnetwork v0.21.1
14642026-07-14T05:19:50.882Z Compiling http-body-util v0.1.4
14652026-07-14T05:19:50.916Z Compiling serde_urlencoded v0.7.1
14662026-07-14T05:19:51.145Z Compiling oxnet v0.1.6
14672026-07-14T05:19:51.145Z Compiling aho-corasick v1.1.4
14682026-07-14T05:19:51.293Z Compiling sync_wrapper v1.0.2
14692026-07-14T05:19:51.344Z Compiling daft-derive v0.1.7
14702026-07-14T05:19:51.561Z Compiling tracing v0.1.44
14712026-07-14T05:19:51.679Z Compiling fastrand v2.4.1
14722026-07-14T05:19:51.941Z Compiling tokio-util v0.7.18
14732026-07-14T05:19:52.048Z Compiling async-trait v0.1.89
14742026-07-14T05:19:52.209Z Compiling regex-automata v0.4.14
14752026-07-14T05:19:52.599Z Compiling scroll_derive v0.13.1
14762026-07-14T05:19:52.788Z Compiling time-core v0.1.8
14772026-07-14T05:19:52.845Z Compiling num-conv v0.2.2
14782026-07-14T05:19:52.944Z Compiling powerfmt v0.2.0
14792026-07-14T05:19:53.008Z Compiling aws-lc-rs v1.17.0
14802026-07-14T05:19:53.130Z Compiling anyhow v1.0.103
14812026-07-14T05:19:53.173Z Compiling deranged v0.5.8
14822026-07-14T05:19:53.360Z Compiling time-macros v0.2.27
14832026-07-14T05:19:53.544Z Compiling scroll v0.13.0
14842026-07-14T05:19:53.719Z Compiling rustls-pki-types v1.14.1
14852026-07-14T05:19:53.828Z Compiling num_threads v0.1.7
14862026-07-14T05:19:53.946Z Compiling hex v0.4.3
14872026-07-14T05:19:54.209Z Compiling regex v1.12.3
14882026-07-14T05:19:54.238Z Compiling openssl-probe v0.2.1
14892026-07-14T05:19:54.250Z Compiling goblin v0.10.7
14902026-07-14T05:19:54.436Z Compiling camino v1.2.4
14912026-07-14T05:19:54.707Z Compiling untrusted v0.7.1
14922026-07-14T05:19:54.838Z Compiling rustls v0.23.40
14932026-07-14T05:19:54.850Z Compiling crc32fast v1.5.0
14942026-07-14T05:19:54.861Z Compiling usdt-impl v0.6.0
14952026-07-14T05:19:54.990Z Compiling h2 v0.4.14
14962026-07-14T05:19:55.071Z Compiling dtrace-parser v0.3.0
14972026-07-14T05:19:55.148Z Compiling crossbeam-utils v0.8.21
14982026-07-14T05:19:55.342Z Compiling futures-executor v0.3.32
14992026-07-14T05:19:55.400Z Compiling structmeta-derive v0.3.0
15002026-07-14T05:19:55.493Z Compiling thread-id v5.1.0
15012026-07-14T05:19:55.575Z Compiling simd-adler32 v0.3.9
15022026-07-14T05:19:55.644Z Compiling cpufeatures v0.3.0
15032026-07-14T05:19:55.721Z Compiling adler2 v2.0.1
15042026-07-14T05:19:55.861Z Compiling miniz_oxide v0.8.9
15052026-07-14T05:19:56.107Z Compiling futures v0.3.32
15062026-07-14T05:19:56.188Z Compiling rand_core v0.9.5
15072026-07-14T05:19:56.419Z Compiling darling_core v0.23.0
15082026-07-14T05:19:56.545Z Compiling structmeta v0.3.0
15092026-07-14T05:19:56.561Z Compiling newtype-uuid-macros v0.1.0
15102026-07-14T05:19:56.574Z Compiling hybrid-array v0.4.12
15112026-07-14T05:19:56.917Z Compiling thread_local v1.1.9
15122026-07-14T05:19:57.057Z Compiling match_cfg v0.1.0
15132026-07-14T05:19:57.143Z Compiling flate2 v1.1.9
15142026-07-14T05:19:57.252Z Compiling dof v0.4.0
15152026-07-14T05:19:57.475Z Compiling hyper v1.10.1
15162026-07-14T05:19:57.776Z Compiling newtype-uuid v1.3.2
15172026-07-14T05:19:58.360Z Compiling slog-async v2.8.0
15182026-07-14T05:19:58.697Z Compiling hyper-util v0.1.20
15192026-07-14T05:19:58.730Z Compiling compression-core v0.4.32
15202026-07-14T05:19:58.744Z Compiling darling_macro v0.23.0
15212026-07-14T05:19:58.890Z Compiling ref-cast v1.0.25
15222026-07-14T05:19:58.929Z Compiling quick-error v1.2.3
15232026-07-14T05:19:59.291Z Compiling compression-codecs v0.4.38
15242026-07-14T05:19:59.329Z Compiling daft v0.1.7
15252026-07-14T05:19:59.383Z Compiling darling v0.23.0
15262026-07-14T05:19:59.393Z Compiling crypto-common v0.2.2
15272026-07-14T05:19:59.459Z Compiling block-buffer v0.12.0
15282026-07-14T05:19:59.567Z Compiling rand_chacha v0.9.0
15292026-07-14T05:19:59.609Z Compiling ref-cast-impl v1.0.25
15302026-07-14T05:19:59.626Z Compiling strum_macros v0.26.4
15312026-07-14T05:19:59.679Z Compiling usdt-attr-macro v0.6.0
15322026-07-14T05:19:59.802Z Compiling usdt-macro v0.6.0
15332026-07-14T05:20:00.013Z Compiling serde_spanned v1.1.1
15342026-07-14T05:20:00.172Z Compiling generic-array v0.14.7
15352026-07-14T05:20:00.263Z Compiling multer v3.1.0
15362026-07-14T05:20:00.408Z Compiling const-oid v0.10.2
15372026-07-14T05:20:00.429Z Compiling take_mut v0.2.2
15382026-07-14T05:20:00.516Z Compiling term v1.2.1
15392026-07-14T05:20:00.537Z Compiling bit-vec v0.8.0
15402026-07-14T05:20:00.549Z Compiling toml_writer v1.1.1+spec-1.1.0
15412026-07-14T05:20:00.639Z Compiling debug-ignore v1.0.5
15422026-07-14T05:20:00.772Z Compiling bit-set v0.8.0
15432026-07-14T05:20:00.789Z Compiling digest v0.11.3
15442026-07-14T05:20:00.989Z Compiling rand v0.9.4
15452026-07-14T05:20:01.006Z Compiling serde_with_macros v3.20.0
15462026-07-14T05:20:01.016Z Compiling async-stream-impl v0.3.6
15472026-07-14T05:20:01.071Z Compiling dropshot v0.17.1
15482026-07-14T05:20:01.299Z Compiling encoding_rs v0.8.35
15492026-07-14T05:20:01.336Z Compiling mime v0.3.17
15502026-07-14T05:20:01.420Z Compiling strum v0.26.3
15512026-07-14T05:20:01.556Z Compiling unarray v0.1.4
15522026-07-14T05:20:01.625Z Compiling syn v1.0.109
15532026-07-14T05:20:01.633Z Compiling spin v0.9.8
15542026-07-14T05:20:01.742Z Compiling async-stream v0.3.6
15552026-07-14T05:20:01.766Z Compiling sha1 v0.11.0
15562026-07-14T05:20:01.917Z Compiling derive-ex v0.1.8
15572026-07-14T05:20:02.026Z Compiling tower v0.5.3
15582026-07-14T05:20:02.086Z Compiling dropshot_endpoint v0.17.1
15592026-07-14T05:20:02.244Z Compiling macaddr v1.0.1
15602026-07-14T05:20:02.298Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15612026-07-14T05:20:02.348Z Compiling waitgroup v0.1.2
15622026-07-14T05:20:02.501Z Compiling serde_path_to_error v0.1.20
15632026-07-14T05:20:02.839Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15642026-07-14T05:20:02.884Z Compiling tower-http v0.6.11
15652026-07-14T05:20:03.042Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15662026-07-14T05:20:03.182Z Compiling tempfile v3.27.0
15672026-07-14T05:20:03.227Z Compiling openapiv3 v2.2.0
15682026-07-14T05:20:03.350Z Compiling strum_macros v0.27.2
15692026-07-14T05:20:03.694Z Compiling test-strategy v0.4.5
15702026-07-14T05:20:03.899Z Compiling instant v0.1.13
15712026-07-14T05:20:04.011Z Compiling time v0.3.47
15722026-07-14T05:20:04.756Z Compiling rustls-native-certs v0.8.4
15732026-07-14T05:20:04.953Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15742026-07-14T05:20:05.124Z Compiling crossbeam-channel v0.5.15
15752026-07-14T05:20:05.135Z Compiling crypto-common v0.1.7
15762026-07-14T05:20:05.285Z Compiling strum v0.27.2
15772026-07-14T05:20:05.613Z Compiling parse-display-derive v0.10.0
15782026-07-14T05:20:05.643Z Compiling backon v1.6.0
15792026-07-14T05:20:05.810Z Compiling rand_chacha v0.3.1
15802026-07-14T05:20:06.017Z Compiling either v1.16.0
15812026-07-14T05:20:06.304Z Compiling rand v0.8.6
15822026-07-14T05:20:06.500Z Compiling slog-json v2.6.1
15832026-07-14T05:20:06.640Z Compiling hostname v0.3.1
15842026-07-14T05:20:06.737Z Compiling toml_parser v1.1.2+spec-1.1.0
15852026-07-14T05:20:06.790Z Compiling toml_datetime v1.1.1+spec-1.1.0
15862026-07-14T05:20:07.002Z Compiling is-terminal v0.4.17
15872026-07-14T05:20:07.002Z Compiling memmap2 v0.9.10
15882026-07-14T05:20:07.039Z Compiling wait-timeout v0.2.1
15892026-07-14T05:20:07.268Z Compiling rusty-fork v0.3.1
15902026-07-14T05:20:07.317Z Compiling usdt v0.6.0
15912026-07-14T05:20:07.374Z Compiling toml v1.1.2+spec-1.1.0
15922026-07-14T05:20:07.420Z Compiling slog-term v2.9.2
15932026-07-14T05:20:07.615Z Compiling slog-bunyan v2.5.0
15942026-07-14T05:20:07.660Z Compiling serde_with v3.20.0
15952026-07-14T05:20:07.728Z Compiling async-compression v0.4.42
15962026-07-14T05:20:07.752Z Compiling rand_xorshift v0.4.0
15972026-07-14T05:20:07.905Z Compiling rustls-pemfile v2.2.0
15982026-07-14T05:20:08.058Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15992026-07-14T05:20:08.075Z Compiling regress v0.10.5
16002026-07-14T05:20:08.113Z Compiling hostname v0.4.2
16012026-07-14T05:20:08.224Z Compiling humantime v2.3.0
16022026-07-14T05:20:08.261Z Compiling proptest v1.11.0
16032026-07-14T05:20:08.847Z Compiling iddqd v0.4.5
16042026-07-14T05:20:09.080Z Compiling reqwest v0.12.28
16052026-07-14T05:20:09.236Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16062026-07-14T05:20:09.503Z Compiling block-buffer v0.10.4
16072026-07-14T05:20:09.517Z Compiling utf8parse v0.2.2
16082026-07-14T05:20:09.660Z Compiling digest v0.10.7
16092026-07-14T05:20:09.798Z Compiling anstyle-parse v1.0.0
16102026-07-14T05:20:09.876Z Compiling parse-display v0.10.0
16112026-07-14T05:20:09.991Z Compiling backoff v0.4.0
16122026-07-14T05:20:10.149Z Compiling progenitor-client v0.10.0
16132026-07-14T05:20:10.209Z Compiling itertools v0.14.0
16142026-07-14T05:20:10.222Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16152026-07-14T05:20:10.425Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16162026-07-14T05:20:11.034Z Compiling anstyle v1.0.14
16172026-07-14T05:20:11.238Z Compiling anstyle-query v1.1.5
16182026-07-14T05:20:11.350Z Compiling colorchoice v1.0.5
16192026-07-14T05:20:11.471Z Compiling is_terminal_polyfill v1.70.2
16202026-07-14T05:20:11.566Z Compiling anstream v1.0.0
16212026-07-14T05:20:11.900Z Compiling clap_lex v1.1.0
16222026-07-14T05:20:12.274Z Compiling regress v0.11.1
16232026-07-14T05:20:12.287Z Compiling clap_derive v4.6.1
16242026-07-14T05:20:12.743Z Compiling terminal_size v0.4.4
16252026-07-14T05:20:13.913Z Compiling toml_datetime v0.6.11
16262026-07-14T05:20:14.084Z Compiling typify-impl v0.6.2
16272026-07-14T05:20:14.196Z Compiling zerocopy-derive v0.7.35
16282026-07-14T05:20:14.421Z Compiling cpufeatures v0.2.17
16292026-07-14T05:20:14.457Z Compiling convert_case v0.4.0
16302026-07-14T05:20:14.575Z Compiling clap_builder v4.6.0
16312026-07-14T05:20:14.786Z Compiling derive_more v0.99.20
16322026-07-14T05:20:15.195Z Compiling zerocopy v0.7.35
16332026-07-14T05:20:16.059Z Compiling toml_edit v0.25.12+spec-1.1.0
16342026-07-14T05:20:16.607Z Compiling unicode-width v0.2.2
16352026-07-14T05:20:16.904Z Compiling proc-macro-crate v3.5.0
16362026-07-14T05:20:17.009Z Compiling clap v4.6.1
16372026-07-14T05:20:17.383Z Compiling secrecy v0.10.3
16382026-07-14T05:20:17.411Z Compiling tinyvec_macros v0.1.1
16392026-07-14T05:20:17.483Z Compiling crucible-workspace-hack v0.1.0
16402026-07-14T05:20:17.554Z Compiling float-ord v0.3.2
16412026-07-14T05:20:17.675Z Compiling tinyvec v1.11.0
16422026-07-14T05:20:17.736Z Compiling num_enum_derive v0.7.6
16432026-07-14T05:20:18.179Z Compiling dtrace-parser v0.2.0
16442026-07-14T05:20:18.206Z Compiling scroll_derive v0.12.1
16452026-07-14T05:20:18.385Z Compiling num-integer v0.1.46
16462026-07-14T05:20:18.466Z Compiling rustc_version v0.4.1
16472026-07-14T05:20:18.725Z Compiling usdt-impl v0.5.0
16482026-07-14T05:20:18.824Z Compiling num_enum v0.7.6
16492026-07-14T05:20:18.962Z Compiling curve25519-dalek v4.1.3
16502026-07-14T05:20:18.974Z Compiling scroll v0.12.0
16512026-07-14T05:20:19.249Z Compiling dof v0.3.0
16522026-07-14T05:20:19.275Z Compiling hmac v0.12.1
16532026-07-14T05:20:19.374Z Compiling inout v0.1.4
16542026-07-14T05:20:19.409Z Compiling darling_core v0.21.3
16552026-07-14T05:20:19.525Z Compiling ff v0.13.1
16562026-07-14T05:20:19.595Z Compiling thread-id v4.2.2
16572026-07-14T05:20:19.676Z Compiling group v0.13.0
16582026-07-14T05:20:19.688Z Compiling cipher v0.4.4
16592026-07-14T05:20:19.927Z Compiling hkdf v0.12.4
16602026-07-14T05:20:20.192Z Compiling goblin v0.8.2
16612026-07-14T05:20:20.198Z Compiling num-iter v0.1.45
16622026-07-14T05:20:20.331Z Compiling num-rational v0.4.2
16632026-07-14T05:20:20.564Z Compiling thiserror-impl-no-std v2.0.2
16642026-07-14T05:20:20.595Z Compiling universal-hash v0.5.1
16652026-07-14T05:20:20.681Z Compiling crypto-bigint v0.5.5
16662026-07-14T05:20:20.728Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16672026-07-14T05:20:20.847Z Compiling typify-macro v0.6.2
16682026-07-14T05:20:21.093Z Compiling crossbeam-epoch v0.9.18
16692026-07-14T05:20:21.463Z Compiling half v2.7.1
16702026-07-14T05:20:21.504Z Compiling curve25519-dalek-derive v0.1.1
16712026-07-14T05:20:21.657Z Compiling darling_macro v0.21.3
16722026-07-14T05:20:21.715Z Compiling num-complex v0.4.6
16732026-07-14T05:20:22.059Z Compiling ciborium-io v0.2.2
16742026-07-14T05:20:22.119Z Compiling base64ct v1.8.3
16752026-07-14T05:20:22.180Z Compiling opaque-debug v0.3.1
16762026-07-14T05:20:22.231Z Compiling base16ct v0.2.0
16772026-07-14T05:20:22.252Z Compiling heck v0.4.1
16782026-07-14T05:20:22.348Z Compiling poly1305 v0.8.0
16792026-07-14T05:20:22.385Z Compiling darling v0.21.3
16802026-07-14T05:20:22.409Z Compiling password-hash v0.5.0
16812026-07-14T05:20:22.433Z Compiling elliptic-curve v0.13.8
16822026-07-14T05:20:22.744Z Compiling ciborium-ll v0.2.2
16832026-07-14T05:20:22.880Z Compiling num v0.4.3
16842026-07-14T05:20:22.959Z Compiling thiserror-no-std v2.0.2
16852026-07-14T05:20:23.132Z Compiling typify v0.6.2
16862026-07-14T05:20:23.534Z Compiling chacha20 v0.9.1
16872026-07-14T05:20:23.619Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16882026-07-14T05:20:23.756Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16892026-07-14T05:20:24.173Z Compiling blake2 v0.10.6
16902026-07-14T05:20:24.362Z Compiling aead v0.5.2
16912026-07-14T05:20:24.429Z Compiling byte-wrapper v0.1.0
16922026-07-14T05:20:24.530Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16932026-07-14T05:20:24.651Z Compiling proc-macro-error-attr v1.0.4
16942026-07-14T05:20:24.897Z Compiling prettyplease v0.2.37
16952026-07-14T05:20:24.910Z Compiling heapless v0.8.0
16962026-07-14T05:20:25.016Z Compiling keccak v0.1.6
16972026-07-14T05:20:25.164Z Compiling rustix v0.38.44
16982026-07-14T05:20:25.256Z Compiling unsafe-libyaml v0.2.11
16992026-07-14T05:20:25.470Z Compiling sha3 v0.10.9
17002026-07-14T05:20:25.850Z Compiling serde_yaml v0.9.34+deprecated
17012026-07-14T05:20:25.993Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17022026-07-14T05:20:26.667Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-07-14T05:20:26.744Z Compiling chacha20poly1305 v0.10.1
17042026-07-14T05:20:26.881Z Compiling argon2 v0.5.3
17052026-07-14T05:20:27.271Z Compiling vsss-rs v3.3.4
17062026-07-14T05:20:27.339Z Compiling ciborium v0.2.2
17072026-07-14T05:20:27.400Z Compiling ingot-macros v0.1.1
17082026-07-14T05:20:28.004Z Compiling usdt-attr-macro v0.5.0
17092026-07-14T05:20:28.120Z Compiling usdt-macro v0.5.0
17102026-07-14T05:20:29.645Z Compiling serde_spanned v0.6.9
17112026-07-14T05:20:29.800Z Compiling enum-as-inner v0.6.1
17122026-07-14T05:20:30.017Z Compiling hash32 v0.3.1
17132026-07-14T05:20:30.077Z Compiling proc-macro-error v1.0.4
17142026-07-14T05:20:30.180Z Compiling rustls-webpki v0.103.13
17152026-07-14T05:20:30.348Z Compiling memmap v0.7.0
17162026-07-14T05:20:30.391Z Compiling memoffset v0.9.1
17172026-07-14T05:20:30.432Z Compiling indent_write v2.2.0
17182026-07-14T05:20:30.475Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17192026-07-14T05:20:30.550Z Compiling data-encoding v2.11.0
17202026-07-14T05:20:30.578Z Compiling winnow v0.7.15
17212026-07-14T05:20:30.590Z Compiling toml_write v0.1.2
17222026-07-14T05:20:30.652Z Compiling winnow v0.5.40
17232026-07-14T05:20:30.793Z Compiling cfg_aliases v0.2.1
17242026-07-14T05:20:30.871Z Compiling smoltcp v0.11.0
17252026-07-14T05:20:31.279Z Compiling nix v0.31.3
17262026-07-14T05:20:31.326Z Compiling usdt v0.5.0
17272026-07-14T05:20:31.411Z Compiling ingot-types v0.1.2
17282026-07-14T05:20:31.686Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-07-14T05:20:31.699Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17302026-07-14T05:20:31.795Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-07-14T05:20:32.016Z Compiling toml_edit v0.19.15
17322026-07-14T05:20:32.065Z Compiling toml_edit v0.22.27
17332026-07-14T05:20:32.247Z Compiling tabwriter v1.4.1
17342026-07-14T05:20:32.525Z Compiling cobs v0.3.0
17352026-07-14T05:20:32.525Z Compiling serde_repr v0.1.20
17362026-07-14T05:20:32.741Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17372026-07-14T05:20:32.993Z Compiling bitflags v1.3.2
17382026-07-14T05:20:33.073Z Compiling managed v0.8.0
17392026-07-14T05:20:33.194Z Compiling pkg-config v0.3.33
17402026-07-14T05:20:33.201Z Compiling vcpkg v0.2.15
17412026-07-14T05:20:33.671Z Compiling toml v0.8.23
17422026-07-14T05:20:33.804Z Compiling openssl-sys v0.9.116
17432026-07-14T05:20:34.250Z Compiling tokio-rustls v0.26.4
17442026-07-14T05:20:34.392Z Compiling rustls-platform-verifier v0.7.0
17452026-07-14T05:20:34.541Z Compiling hyper-rustls v0.27.9
17462026-07-14T05:20:34.856Z Compiling reqwest v0.13.4
17472026-07-14T05:20:35.537Z Compiling proc-macro-crate v1.3.1
17482026-07-14T05:20:35.602Z Compiling postcard v1.1.3
17492026-07-14T05:20:35.995Z Compiling ingot v0.1.1
17502026-07-14T05:20:36.251Z Compiling progenitor-client v0.14.0
17512026-07-14T05:20:36.581Z Compiling progenitor-extras v0.2.0
17522026-07-14T05:20:37.463Z Compiling hubpack_derive v0.1.1
17532026-07-14T05:20:37.535Z Compiling foreign-types-macros v0.2.3
17542026-07-14T05:20:38.055Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-07-14T05:20:38.089Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17562026-07-14T05:20:38.272Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17572026-07-14T05:20:38.437Z Compiling colored v3.1.1
17582026-07-14T05:20:38.710Z Compiling static_assertions v1.1.0
17592026-07-14T05:20:38.790Z Compiling resolv-conf v0.7.6
17602026-07-14T05:20:38.876Z Compiling foreign-types-shared v0.3.1
17612026-07-14T05:20:38.979Z Compiling swrite v0.1.0
17622026-07-14T05:20:39.084Z Compiling semver v0.1.20
17632026-07-14T05:20:39.205Z Compiling linked-hash-map v0.5.6
17642026-07-14T05:20:39.373Z Compiling rayon-core v1.13.0
17652026-07-14T05:20:39.410Z Compiling unicode-segmentation v1.13.3
17662026-07-14T05:20:39.484Z Compiling lru-cache v0.1.2
17672026-07-14T05:20:39.626Z Compiling rustc_version v0.1.7
17682026-07-14T05:20:39.655Z Compiling foreign-types v0.5.0
17692026-07-14T05:20:39.795Z Compiling newline-converter v0.3.0
17702026-07-14T05:20:39.847Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17712026-07-14T05:20:39.867Z Compiling hubpack v0.1.2
17722026-07-14T05:20:39.995Z Compiling num_enum_derive v0.5.11
17732026-07-14T05:20:40.306Z Compiling atomicwrites v0.4.4
17742026-07-14T05:20:40.645Z Compiling hickory-proto v0.24.4
17752026-07-14T05:20:41.132Z Compiling progenitor-impl v0.13.0
17762026-07-14T05:20:41.792Z Compiling crossbeam-deque v0.8.6
17772026-07-14T05:20:42.007Z Compiling console v0.15.11
17782026-07-14T05:20:42.094Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17792026-07-14T05:20:42.666Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-07-14T05:20:42.737Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17812026-07-14T05:20:42.775Z Compiling camino-tempfile v1.4.1
17822026-07-14T05:20:42.798Z Compiling chacha20 v0.10.0
17832026-07-14T05:20:43.089Z Compiling serde-big-array v0.5.1
17842026-07-14T05:20:43.249Z Compiling derive-where v1.6.1
17852026-07-14T05:20:44.305Z Compiling pin-project-internal v1.1.13
17862026-07-14T05:20:44.660Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17872026-07-14T05:20:44.800Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17882026-07-14T05:20:45.026Z Compiling num-derive v0.4.2
17892026-07-14T05:20:45.196Z Compiling cstr-argument v0.1.2
17902026-07-14T05:20:45.225Z Compiling minimal-lexical v0.2.1
17912026-07-14T05:20:45.364Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17922026-07-14T05:20:45.367Z Compiling siphasher v1.0.3
17932026-07-14T05:20:45.480Z Compiling similar v2.7.0
17942026-07-14T05:20:45.510Z Compiling pin-project v1.1.13
17952026-07-14T05:20:45.586Z Compiling phf_shared v0.12.1
17962026-07-14T05:20:45.616Z Compiling nom v7.1.3
17972026-07-14T05:20:45.772Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17982026-07-14T05:20:45.963Z Compiling expectorate v1.2.0
17992026-07-14T05:20:46.049Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-07-14T05:20:46.061Z Compiling progenitor-macro v0.13.0
18012026-07-14T05:20:46.154Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18022026-07-14T05:20:46.173Z Compiling rand v0.10.2
18032026-07-14T05:20:46.296Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18042026-07-14T05:20:46.427Z Compiling hickory-resolver v0.24.4
18052026-07-14T05:20:46.889Z Compiling num_enum v0.5.11
18062026-07-14T05:20:47.014Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18072026-07-14T05:20:47.074Z Compiling newtype_derive v0.1.6
18082026-07-14T05:20:47.270Z Compiling progenitor-client v0.13.0
18092026-07-14T05:20:47.599Z Compiling progenitor-impl v0.14.0
18102026-07-14T05:20:47.907Z Compiling snafu-derive v0.8.9
18112026-07-14T05:20:48.926Z Compiling unicode-normalization v0.1.25
18122026-07-14T05:20:49.363Z Compiling tokio-stream v0.1.18
18132026-07-14T05:20:49.376Z Compiling async-recursion v1.1.1
18142026-07-14T05:20:49.448Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18152026-07-14T05:20:49.792Z Compiling slog-dtrace v0.3.0
18162026-07-14T05:20:49.807Z Compiling bstr v1.12.1
18172026-07-14T05:20:49.871Z Compiling csv-core v0.1.13
18182026-07-14T05:20:50.067Z Compiling owo-colors v4.3.0
18192026-07-14T05:20:50.135Z Compiling unicode-width v0.1.14
18202026-07-14T05:20:50.160Z Compiling chrono-tz v0.10.4
18212026-07-14T05:20:50.343Z Compiling foreign-types-shared v0.1.1
18222026-07-14T05:20:50.414Z Compiling cancel-safe-futures v0.1.5
18232026-07-14T05:20:50.441Z Compiling same-file v1.0.6
18242026-07-14T05:20:50.444Z Compiling foldhash v0.1.5
18252026-07-14T05:20:50.444Z Compiling openssl v0.10.80
18262026-07-14T05:20:50.627Z Compiling unicode-xid v0.2.6
18272026-07-14T05:20:50.642Z Compiling highway v1.3.0
18282026-07-14T05:20:50.701Z Compiling konst_macro_rules v0.2.19
18292026-07-14T05:20:50.755Z Compiling const_format_proc_macros v0.2.34
18302026-07-14T05:20:50.801Z Compiling hashbrown v0.15.5
18312026-07-14T05:20:50.890Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-07-14T05:20:51.073Z Compiling konst v0.2.20
18332026-07-14T05:20:51.184Z Compiling walkdir v2.5.0
18342026-07-14T05:20:51.393Z Compiling foreign-types v0.3.2
18352026-07-14T05:20:51.408Z Compiling globset v0.4.18
18362026-07-14T05:20:51.481Z Compiling progenitor-macro v0.14.0
18372026-07-14T05:20:51.518Z Compiling csv v1.4.0
18382026-07-14T05:20:51.576Z Compiling snafu v0.8.9
18392026-07-14T05:20:51.661Z Compiling progenitor v0.13.0
18402026-07-14T05:20:51.710Z Compiling qorb v0.4.1
18412026-07-14T05:20:51.807Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-07-14T05:20:51.983Z Compiling olpc-cjson v0.1.4
18432026-07-14T05:20:52.109Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-07-14T05:20:52.362Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-07-14T05:20:54.055Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T05:20:54.177Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18472026-07-14T05:20:54.554Z Compiling rayon v1.12.0
18482026-07-14T05:20:54.569Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-07-14T05:20:54.604Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18502026-07-14T05:20:54.636Z Compiling phf v0.12.1
18512026-07-14T05:20:54.671Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-07-14T05:20:55.236Z Compiling zone_cfg_derive v0.3.1
18532026-07-14T05:20:55.676Z Compiling tokio-dtrace v0.1.1
18542026-07-14T05:20:55.990Z Compiling itertools v0.12.1
18552026-07-14T05:20:56.113Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18562026-07-14T05:20:56.334Z Compiling libsw-core v0.3.2
18572026-07-14T05:20:56.481Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18582026-07-14T05:20:56.520Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-07-14T05:20:56.929Z Compiling serde_plain v1.0.2
18602026-07-14T05:20:57.062Z Compiling openssl-macros v0.1.1
18612026-07-14T05:20:57.190Z Compiling pem v3.0.6
18622026-07-14T05:20:57.218Z Compiling cookie v0.18.1
18632026-07-14T05:20:57.357Z Compiling sigpipe v0.1.3
18642026-07-14T05:20:57.459Z Compiling fixedbitset v0.4.2
18652026-07-14T05:20:57.490Z Compiling glob v0.3.3
18662026-07-14T05:20:57.596Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-07-14T05:20:57.611Z Compiling jiff v0.2.28
18682026-07-14T05:20:57.624Z Compiling fixedbitset v0.5.7
18692026-07-14T05:20:57.659Z Compiling bytecount v0.6.9
18702026-07-14T05:20:57.715Z Compiling typed-path v0.9.3
18712026-07-14T05:20:57.810Z Compiling papergrid v0.11.0
18722026-07-14T05:20:57.870Z Compiling petgraph v0.8.3
18732026-07-14T05:20:57.990Z Compiling petgraph v0.6.5
18742026-07-14T05:20:59.168Z Compiling tough v0.22.0
18752026-07-14T05:20:59.608Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-07-14T05:20:59.709Z Compiling progenitor v0.14.0
18772026-07-14T05:20:59.721Z Compiling zone v0.3.1
18782026-07-14T05:20:59.821Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18792026-07-14T05:20:59.834Z Compiling libsw v3.5.0
18802026-07-14T05:20:59.846Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-07-14T05:20:59.907Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18822026-07-14T05:21:00.012Z Compiling oxide-tokio-rt v0.1.6
18832026-07-14T05:21:00.038Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18842026-07-14T05:21:00.161Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-07-14T05:21:00.558Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-14T05:21:01.369Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-14T05:21:01.476Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-07-14T05:21:01.532Z Compiling const_format v0.2.36
18892026-07-14T05:21:01.888Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18902026-07-14T05:21:02.233Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-07-14T05:21:02.411Z Compiling tabled_derive v0.7.0
18922026-07-14T05:21:02.513Z Compiling gethostname v0.5.0
18932026-07-14T05:21:02.557Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-07-14T05:21:02.646Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-14T05:21:02.691Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18962026-07-14T05:21:02.780Z Compiling smf v0.2.3
18972026-07-14T05:21:02.793Z Compiling bcs v0.1.6
18982026-07-14T05:21:02.869Z Compiling nom v8.0.0
18992026-07-14T05:21:03.130Z Compiling whoami v1.6.1
19002026-07-14T05:21:03.426Z Compiling unicode-linebreak v0.1.5
19012026-07-14T05:21:03.451Z Compiling tagptr v0.2.0
19022026-07-14T05:21:03.473Z Compiling smawk v0.3.2
19032026-07-14T05:21:03.612Z Compiling termtree v0.5.1
19042026-07-14T05:21:03.625Z Compiling linear-map v1.2.0
19052026-07-14T05:21:03.699Z Compiling lazy_static v1.5.0
19062026-07-14T05:21:03.775Z Compiling textwrap v0.16.2
19072026-07-14T05:21:03.809Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-07-14T05:21:03.823Z Compiling steno v0.4.1
19092026-07-14T05:21:04.003Z Compiling moka v0.12.15
19102026-07-14T05:21:04.252Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-14T05:21:04.353Z Compiling tabled v0.15.0
19122026-07-14T05:21:05.335Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-14T05:21:05.548Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-14T05:21:05.595Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-14T05:21:06.473Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-14T05:21:07.286Z Compiling hickory-proto v0.25.2
19172026-07-14T05:21:07.298Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19182026-07-14T05:21:07.553Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19192026-07-14T05:21:08.513Z Compiling parking_lot_core v0.8.6
19202026-07-14T05:21:08.657Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19212026-07-14T05:21:08.751Z Compiling libscf-sys v1.2.0
19222026-07-14T05:21:08.848Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-14T05:21:08.910Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19242026-07-14T05:21:09.251Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19252026-07-14T05:21:09.263Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19262026-07-14T05:21:09.649Z Compiling hickory-resolver v0.25.2
19272026-07-14T05:21:09.661Z Compiling parking_lot v0.11.2
19282026-07-14T05:21:10.108Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19292026-07-14T05:21:10.144Z Compiling fxhash v0.2.1
19302026-07-14T05:21:10.163Z Compiling internet-checksum v0.2.1
19312026-07-14T05:21:10.296Z Compiling sled v0.34.7
19322026-07-14T05:21:10.316Z Compiling itertools v0.15.0
19332026-07-14T05:21:10.369Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19342026-07-14T05:21:10.458Z Compiling diff v0.1.13
19352026-07-14T05:21:10.777Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-07-14T05:21:11.086Z Compiling yansi v1.0.1
19372026-07-14T05:21:11.437Z Compiling pretty_assertions v1.4.1
19382026-07-14T05:21:13.327Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19392026-07-14T05:21:15.075Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-07-14T05:21:23.296Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-07-14T05:21:25.020Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-07-14T05:21:26.131Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19432026-07-14T05:21:27.121Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19442026-07-14T05:21:27.995Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19452026-07-14T05:21:29.180Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19462026-07-14T05:21:51.765Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 14s
19472026-07-14T05:21:51.956Z────────────
19482026-07-14T05:21:51.956Z Nextest run ID a9062a0d-7312-4386-b1bc-094491152f68 with nextest profile: default
19492026-07-14T05:21:51.956Z Starting 6 tests across 3 binaries
19502026-07-14T05:21:51.959Z START bfd test::test_new_daemon
19512026-07-14T05:21:51.963Z
19522026-07-14T05:21:51.964Zrunning 1 test
19532026-07-14T05:21:52.004Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-07-14T05:21:50.692553733Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4809,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19542026-07-14T05:21:52.004Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-07-14T05:21:50.692826071Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4809,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19552026-07-14T05:21:52.004Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-07-14T05:21:50.69284136Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4809,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19562026-07-14T05:21:52.004Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"test test::test_new_daemon ... name":"slog-rs"ok,"level":
19572026-07-14T05:21:52.004Z50,"time":"2026-07-14T05:21:50.692866799Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid"
19582026-07-14T05:21:52.004Ztest result: :4809ok,"error":"channel is empty and sending half is closed","peer":"2001:db8::10",". 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered outstate":"Down","unit":"session","module":"state_machine","component":"bfd"}
19592026-07-14T05:21:52.007Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50; finished in 0.04s,
19602026-07-14T05:21:52.007Z
19612026-07-14T05:21:52.007Z"time":"2026-07-14T05:21:50.692890278Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4809,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19622026-07-14T05:21:52.010Z PASS [ 0.052s] bfd test::test_new_daemon
19632026-07-14T05:21:52.010Z START bfd test::test_protocol_basics
19642026-07-14T05:21:52.016Z
19652026-07-14T05:21:52.016Zrunning 1 test
19662026-07-14T05:21:52.062Z{{""msgmsg"":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 213977656, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3139302169, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":00,"name":","slog-rs"name":"slog-rs","level":,"level":1010,"time":"2026-07-14T05:21:50.749867398Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"time":,""peer":"2026-07-14T05:21:50.749867508Z"2001:db8::20","state":"Down",",unit":""sessionhostname"":,""module":"state_machine"w-01KXFGSW2QMFSV6VA4WVKHQT4A,"",component":""pid"bfd":}4810
19672026-07-14T05:21:52.062Z,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19682026-07-14T05:21:52.062Z{"msg":"{"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3643640329, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3401347946, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,",name"":"time":"slog-rs","2026-07-14T05:21:50.750086038Z"level",:"hostname":"10w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"203.0.113.20","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19692026-07-14T05:21:52.062Z{"msg":"transition -> Init","v":0,","name":time"":"slog-rs","level":302026-07-14T05:21:50.750093148Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":",2001:db8::10"","time":"state":"Down","unit":"2026-07-14T05:21:50.750106497Z"session,"","modulehostname"":":"state_machine","componentw-01KXFGSW2QMFSV6VA4WVKHQT4A"":,""bfd"pid"}:
19702026-07-14T05:21:52.062Z4810,"peer":"{2001:db8::20"","msg":"state":"Down","transition -> Init"unit",:""v"session":,0","name"module"::""state_machineslog-rs"",,""component":level"":bfd"30}
19712026-07-14T05:21:52.066Z{"msg":"transition -> Init","v":0,,""time":name"":"slog-rs","level":302026-07-14T05:21:50.750128826Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"2001:db8::10",","state":"time"Down:"","unit":"session","2026-07-14T05:21:50.750133876Z"module,"":"hostname":"state_machine","component":"bfd"}
19722026-07-14T05:21:52.066Zw-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":{4810",msg"":"peer":"transition -> Init203.0.113.20"",,""v":0state",":"name":Down"","slog-rs"unit,"":"level":session30","module":"state_machine","component":"bfd"}
19732026-07-14T05:21:52.066Z,"time":"2026-07-14T05:21:50.750151555Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19742026-07-14T05:21:53.059Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 213977656, your_discriminator: 3401347946, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T05:21:51.747180947Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19752026-07-14T05:21:53.059Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3643640329, your_discriminator: 3139302169, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T05:21:51.747246374Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19762026-07-14T05:21:53.059Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T05:21:51.747258974Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19772026-07-14T05:21:53.059Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T05:21:51.747271603Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19782026-07-14T05:21:53.063Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3401347946, your_discriminator: 213977656, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T05:21:51.749785786Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19792026-07-14T05:21:53.063Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3139302169, your_discriminator: 3643640329, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T05:21:51.749816515Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19802026-07-14T05:21:53.063Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T05:21:51.749833224Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19812026-07-14T05:21:53.063Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T05:21:51.749849573Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19822026-07-14T05:21:58.060Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3643640329, your_discriminator: 3139302169, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T05:21:56.747273513Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19832026-07-14T05:21:58.060Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 213977656, your_discriminator: 3401347946, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T05:21:56.74734177Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19842026-07-14T05:21:58.063Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3139302169, your_discriminator: 3643640329, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T05:21:56.749795396Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19852026-07-14T05:21:58.063Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3401347946, your_discriminator: 213977656, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T05:21:56.749827404Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19862026-07-14T05:22:02.063Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-07-14T05:22:00.749935335Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":","time"203.0.113.20":","state":"Up","unit":"2026-07-14T05:22:00.749960284Z"session","module,"":"hostname":"state_machine","component":"bfd"w-01KXFGSW2QMFSV6VA4WVKHQT4A"},"
19872026-07-14T05:22:02.063Zpid":4810,"peer":"203.0.113.10","{state":""Up"msg",:""unit":"session","module"dropping SM for 2001:db8::20:"","v":0,"state_machine","name":"component":"slog-rs","bfd"level}":
19882026-07-14T05:22:02.063Z40{"msg":"dropping SM for 2001:db8::10","v":0,"name":",slog-rs"",time"":"level":402026-07-14T05:22:00.749994533Z","hostname":"w-01KXFGSW2QMFSV6VA4WVKHQT4A","pid":4810,"peer":","2001:db8::20",time"":"state":"Up","unit":"2026-07-14T05:22:00.749998622Zsession"",,""module":"hostname":"state_machine","component"w-01KXFGSW2QMFSV6VA4WVKHQT4A:"","bfd"}pid
19892026-07-14T05:22:02.063Z":4810,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19902026-07-14T05:22:02.066Ztest test::test_protocol_basics ... ok
19912026-07-14T05:22:02.066Z
19922026-07-14T05:22:02.066Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.05s
19932026-07-14T05:22:02.066Z
19942026-07-14T05:22:02.071Z PASS [ 10.061s] bfd test::test_protocol_basics
19952026-07-14T05:22:02.071Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19962026-07-14T05:22:02.076Z
19972026-07-14T05:22:02.076Zrunning 1 test
19982026-07-14T05:22:02.080Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19992026-07-14T05:22:02.080Z
20002026-07-14T05:22:02.080Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20012026-07-14T05:22:02.080Z
20022026-07-14T05:22:02.080Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20032026-07-14T05:22:02.080Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20042026-07-14T05:22:02.083Z
20052026-07-14T05:22:02.083Zrunning 1 test
20062026-07-14T05:22:02.083Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
20072026-07-14T05:22:02.083Z
20082026-07-14T05:22:02.083Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20092026-07-14T05:22:02.084Z
20102026-07-14T05:22:02.084Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20112026-07-14T05:22:02.084Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20122026-07-14T05:22:02.088Z
20132026-07-14T05:22:02.088Zrunning 1 test
20142026-07-14T05:22:02.088Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
20152026-07-14T05:22:02.088Z
20162026-07-14T05:22:02.088Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20172026-07-14T05:22:02.088Z
20182026-07-14T05:22:02.088Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20192026-07-14T05:22:02.088Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20202026-07-14T05:22:02.092Z
20212026-07-14T05:22:02.092Zrunning 1 test
20222026-07-14T05:22:02.092Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
20232026-07-14T05:22:02.092Z
20242026-07-14T05:22:02.092Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20252026-07-14T05:22:02.092Z
20262026-07-14T05:22:02.092Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20272026-07-14T05:22:02.092Z────────────
20282026-07-14T05:22:02.092Z Summary [ 10.135s] 6 tests run: 6 passed, 0 skipped
20292026-07-14T05:22:02.104Zprocess exited: duration 328878 ms, exit code 0
 
20302026-07-14T05:22:02.112Zfound 0 output files