01KVYESH28PJHW1729T3WY199S: 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: 01KVYET0HGNAPWBJ0KG2S7XP0J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:58:29.415Zjob assigned to worker 01KVYETHE5AP6M35KNBDFQTKTF [factory aws, i-017232b71028fde12] (queued for 57 s)
 
22026-06-25T03:58:36.586Zstarting task 0: "setup"
32026-06-25T03:58:36.590Z++ uname -s
42026-06-25T03:58:36.592Z+ kern=SunOS
52026-06-25T03:58:36.593Z+ build_user=build
62026-06-25T03:58:36.593Z+ build_uid=12345
72026-06-25T03:58:36.593Z+ work_dir=/work
82026-06-25T03:58:36.593Z+ input_dir=/input
92026-06-25T03:58:36.593Z+ [[ 0 == 12345 ]]
102026-06-25T03:58:36.593Z+ case "$kern" in
112026-06-25T03:58:36.593Z+ groupadd -g 12345 build
122026-06-25T03:58:36.595Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:58:38.601Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:58:38.674Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:58:38.676Z+ home_fs=zfs
162026-06-25T03:58:38.676Z+ [[ zfs == autofs ]]
172026-06-25T03:58:38.676Z+ mkdir -p /home/build
182026-06-25T03:58:38.677Z+ chown build:build /home/build /work
192026-06-25T03:58:40.678Z+ chmod 0700 /home/build /work
202026-06-25T03:58:40.681Zprocess exited: duration 4096 ms, exit code 0
 
212026-06-25T03:58:40.687Zstarting task 1: "rust-toolchain"
222026-06-25T03:58:40.691Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T03:58:40.691Z * rust toolchain channel = "stable"
242026-06-25T03:58:40.691Z * rust toolchain profile = "default"
252026-06-25T03:58:40.691Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T03:58:40.691Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:58:40.691Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T03:58:40.694Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:58:40.694Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T03:58:40.778Zinfo: downloading installer
312026-06-25T03:58:42.322Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T03:58:42.322Zwarn: /opt/ooce/bin
332026-06-25T03:58:42.322Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T03:58:42.322Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T03:58:42.322Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T03:58:42.322Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T03:58:42.322Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T03:58:42.322Zerror: cannot install while Rust is installed
392026-06-25T03:58:42.322Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T03:58:42.322Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T03:58:42.322Zwarn: /home/build/.rustup/settings.toml
422026-06-25T03:58:42.322Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T03:58:42.322Zwarn: instead of the one inferred from the default host triple.
442026-06-25T03:58:42.335Zinfo: profile set to default
452026-06-25T03:58:42.335Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T03:58:42.338Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T03:58:42.476Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T03:58:42.479Zinfo: downloading 6 components
492026-06-25T03:58:58.549Z
502026-06-25T03:58:58.549Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-25T03:58:58.576Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T03:58:58.576Z
532026-06-25T03:58:58.576Z
542026-06-25T03:58:58.576ZRust is installed now. Great!
552026-06-25T03:58:58.576Z
562026-06-25T03:58:58.576ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T03:58:58.576Zenvironment variable. This has not been done automatically.
582026-06-25T03:58:58.577Z
592026-06-25T03:58:58.577ZTo configure your current shell, you need to source
602026-06-25T03:58:58.577Zthe corresponding env file under $HOME/.cargo.
612026-06-25T03:58:58.577Z
622026-06-25T03:58:58.577ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T03:58:58.577Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T03:58:58.577Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T03:58:58.577Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T03:58:58.577Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T03:58:58.577Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T03:58:58.577Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T03:58:58.580Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T03:58:58.580Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T03:58:58.667Z+ rustup --version
722026-06-25T03:58:58.676Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T03:58:58.679Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T03:58:58.697Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T03:58:58.700Z+ cargo --version
762026-06-25T03:58:58.713Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T03:58:58.718Z+ rustc --version
782026-06-25T03:58:58.735Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T03:58:58.738Zprocess exited: duration 18048 ms, exit code 0
 
802026-06-25T03:58:58.743Zstarting task 2: "authentication"
812026-06-25T03:58:58.760Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T03:58:58.766Zstarting task 3: "clone repository"
832026-06-25T03:58:58.769Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T03:58:58.771Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T03:58:58.802ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T03:58:59.953Z+ cd /work/oxidecomputer/maghemite
872026-06-25T03:58:59.953Z+ git fetch origin 588dfef9baf67e938694efd6ac1d0b25a00cb9da
882026-06-25T03:59:00.190ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T03:59:00.190Z * branch 588dfef9baf67e938694efd6ac1d0b25a00cb9da -> FETCH_HEAD
902026-06-25T03:59:00.197Z+ [[ -n renovate/opte ]]
912026-06-25T03:59:00.200Z++ git branch --show-current
922026-06-25T03:59:00.200Z+ current=main
932026-06-25T03:59:00.200Z+ [[ main != renovate/opte ]]
942026-06-25T03:59:00.200Z+ git branch -f renovate/opte 588dfef9baf67e938694efd6ac1d0b25a00cb9da
952026-06-25T03:59:00.204Z+ git checkout -f renovate/opte
962026-06-25T03:59:00.218ZSwitched to branch 'renovate/opte'
972026-06-25T03:59:00.222Z+ git reset --hard 588dfef9baf67e938694efd6ac1d0b25a00cb9da
982026-06-25T03:59:00.236ZHEAD is now at 588dfef Update opte to cd7749d
992026-06-25T03:59:00.239Zprocess exited: duration 1470 ms, exit code 0
 
1002026-06-25T03:59:00.245Zstarting task 4: "build"
1012026-06-25T03:59:00.249Z+ set -o errexit
1022026-06-25T03:59:00.249Z+ set -o pipefail
1032026-06-25T03:59:00.252Z+ source .github/buildomat/test-common.sh
1042026-06-25T03:59:00.252Z++ NEXTEST_VERSION=0.9.97
1052026-06-25T03:59:00.252Z++ PLATFORM=illumos
1062026-06-25T03:59:00.252Z++ banner install
1072026-06-25T03:59:00.252Z
1082026-06-25T03:59:00.252Z # # # #### ##### ## # #
1092026-06-25T03:59:00.252Z # ## # # # # # # #
1102026-06-25T03:59:00.252Z # # # # #### # # # # #
1112026-06-25T03:59:00.252Z # # # # # # ###### # #
1122026-06-25T03:59:00.252Z # # ## # # # # # # #
1132026-06-25T03:59:00.252Z # # # #### # # # ###### ######
1142026-06-25T03:59:00.252Z
1152026-06-25T03:59:00.252Z++ set +o errexit
1162026-06-25T03:59:00.253Z++ pkg info clang-15
1172026-06-25T03:59:00.256Z++ grep -qi installed
1182026-06-25T03:59:01.472Zpkg: info: no packages matching the following patterns you specified are
1192026-06-25T03:59:01.473Zinstalled on the system. Try querying remotely instead:
1202026-06-25T03:59:01.473Z
1212026-06-25T03:59:01.473Z clang-15
1222026-06-25T03:59:01.511Z++ [[ 1 != 0 ]]
1232026-06-25T03:59:01.511Z++ set -o errexit
1242026-06-25T03:59:01.514Z++ pfexec pkg install clang-15
1252026-06-25T03:59:09.324Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-25T03:59:17.126Z Startup: Caching catalogs ... Done
1272026-06-25T03:59:24.298ZPlanning: Solver setup ... Done
1282026-06-25T03:59:24.339ZPlanning: Running solver ... Done
1292026-06-25T03:59:24.478ZPlanning: Finding local manifests ... Done
1302026-06-25T03:59:24.490ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-25T03:59:24.570ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-25T03:59:24.599ZPlanning: Package planning ... Done
1332026-06-25T03:59:24.628ZPlanning: Merging actions ... Done
1342026-06-25T03:59:24.729ZPlanning: Checking for conflicting actions ... Done
1352026-06-25T03:59:24.735ZPlanning: Consolidating action changes ... Done
1362026-06-25T03:59:25.491ZPlanning: Evaluating mediators ... Done
1372026-06-25T03:59:25.497ZPlanning: Planning completed in 8.20 seconds
1382026-06-25T03:59:25.511Z Packages to install: 2
1392026-06-25T03:59:25.513Z Mediators to change: 2
1402026-06-25T03:59:25.513Z Services to change: 1
1412026-06-25T03:59:25.513Z Create boot environment: No
1422026-06-25T03:59:25.513ZCreate backup boot environment: No
1432026-06-25T03:59:25.552Z
1442026-06-25T03:59:25.552ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-25T03:59:30.817ZDownload: 979/3076 items 82.2/211.3MB 38% complete (18.2M/s)
1462026-06-25T03:59:38.064ZDownload: 984/3076 items 82.2/211.3MB 38% complete (17.2M/s)
1472026-06-25T03:59:43.071ZDownload: 1719/3076 items 115.7/211.3MB 54% complete (6.8M/s)
1482026-06-25T03:59:50.694ZDownload: 2006/3076 items 117.2/211.3MB 55% complete (5.2M/s)
1492026-06-25T03:59:55.695ZDownload: 3011/3076 items 197.8/211.3MB 93% complete (8.5M/s)
1502026-06-25T04:00:03.295ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (10.2M/s)
1512026-06-25T04:00:09.485ZDownload: 3074/3076 items 210.5/211.3MB 99% complete (2.0M/s)
1522026-06-25T04:00:09.586ZDownload: Completed 211.31 MB in 44.03 seconds (4.8M/s)
1532026-06-25T04:00:09.691Z Actions: 1/3418 actions (Installing new actions)
1542026-06-25T04:00:12.817Z Actions: Completed 3418 actions in 3.13 seconds.
1552026-06-25T04:00:13.450Z Done
1562026-06-25T04:00:13.450Z Done
1572026-06-25T04:00:14.175Z Done
1582026-06-25T04:00:17.546Z Done
1592026-06-25T04:00:17.620Z Done
1602026-06-25T04:00:17.622Z Done
1612026-06-25T04:00:17.837Z Done
1622026-06-25T04:00:18.510Z++ set -o errexit
1632026-06-25T04:00:18.510Z++ cargo --version
1642026-06-25T04:00:18.517Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1652026-06-25T04:00:18.685Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1662026-06-25T04:00:18.688Zinfo: downloading 6 components
1672026-06-25T04:00:33.617Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1682026-06-25T04:00:33.620Z++ rustc --version
1692026-06-25T04:00:33.647Zrustc 1.95.0 (59807616e 2026-04-14)
1702026-06-25T04:00:33.650Z++ cargo install cargo-nextest --version 0.9.97
1712026-06-25T04:00:33.692Z Updating crates.io index
1722026-06-25T04:00:33.825Z Downloading crates ...
1732026-06-25T04:00:33.883Z Downloaded cargo-nextest v0.9.97
1742026-06-25T04:00:33.952Z Installing cargo-nextest v0.9.97
1752026-06-25T04:00:33.992Z Updating crates.io index
1762026-06-25T04:00:36.641Z Locking 390 packages to latest compatible versions
1772026-06-25T04:00:36.645Z Adding dialoguer v0.11.0 (available: v0.12.0)
1782026-06-25T04:00:36.648Z Adding duct v0.13.7 (available: v1.1.1)
1792026-06-25T04:00:36.648Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1802026-06-25T04:00:36.648Z Adding generic-array v0.14.7 (available: v0.14.9)
1812026-06-25T04:00:36.651Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1822026-06-25T04:00:36.651Z Adding itertools v0.14.0 (available: v0.15.0)
1832026-06-25T04:00:36.651Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1842026-06-25T04:00:36.651Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1852026-06-25T04:00:36.653Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1862026-06-25T04:00:36.656Z Adding quick-junit v0.5.2 (available: v0.6.0)
1872026-06-25T04:00:36.681Z Downloading crates ...
1882026-06-25T04:00:36.764Z Downloaded form_urlencoded v1.2.2
1892026-06-25T04:00:36.775Z Downloaded atomicwrites v0.4.4
1902026-06-25T04:00:36.778Z Downloaded anstyle v1.0.14
1912026-06-25T04:00:36.778Z Downloaded filetime v0.2.29
1922026-06-25T04:00:36.781Z Downloaded bitflags v2.13.0
1932026-06-25T04:00:36.785Z Downloaded equivalent v1.0.2
1942026-06-25T04:00:36.785Z Downloaded itoa v1.0.18
1952026-06-25T04:00:36.785Z Downloaded getrandom v0.3.4
1962026-06-25T04:00:36.788Z Downloaded globset v0.4.18
1972026-06-25T04:00:36.799Z Downloaded is_ci v1.2.0
1982026-06-25T04:00:36.803Z Downloaded h2 v0.4.15
1992026-06-25T04:00:36.807Z Downloaded pin-project-lite v0.2.17
2002026-06-25T04:00:36.810Z Downloaded crossterm v0.29.0
2012026-06-25T04:00:36.813Z Downloaded proc-macro2 v1.0.106
2022026-06-25T04:00:36.816Z Downloaded indexmap v2.14.0
2032026-06-25T04:00:36.818Z Downloaded humantime-serde v1.1.1
2042026-06-25T04:00:36.821Z Downloaded humantime v2.3.0
2052026-06-25T04:00:36.824Z Downloaded itertools v0.14.0
2062026-06-25T04:00:36.827Z Downloaded rand_core v0.6.4
2072026-06-25T04:00:36.830Z Downloaded serde_json v1.0.150
2082026-06-25T04:00:36.834Z Downloaded indent_write v2.2.0
2092026-06-25T04:00:36.837Z Downloaded config v0.15.24
2102026-06-25T04:00:36.839Z Downloaded os_pipe v1.2.3
2112026-06-25T04:00:36.842Z Downloaded openssl-probe v0.2.1
2122026-06-25T04:00:36.842Z Downloaded foreign-types v0.3.2
2132026-06-25T04:00:36.845Z Downloaded cargo-platform v0.2.0
2142026-06-25T04:00:36.848Z Downloaded ipnet v2.12.0
2152026-06-25T04:00:36.848Z Downloaded pkcs8 v0.10.2
2162026-06-25T04:00:36.851Z Downloaded httparse v1.10.1
2172026-06-25T04:00:36.851Z Downloaded crypto-common v0.1.7
2182026-06-25T04:00:36.854Z Downloaded http-body v1.0.1
2192026-06-25T04:00:36.854Z Downloaded color-spantrace v0.3.0
2202026-06-25T04:00:36.857Z Downloaded pathdiff v0.2.3
2212026-06-25T04:00:36.857Z Downloaded miette v7.6.0
2222026-06-25T04:00:36.860Z Downloaded hashbrown v0.15.5
2232026-06-25T04:00:36.863Z Downloaded lazy_static v1.5.0
2242026-06-25T04:00:36.863Z Downloaded home v0.5.12
2252026-06-25T04:00:36.867Z Downloaded convert_case v0.10.0
2262026-06-25T04:00:36.867Z Downloaded indenter v0.3.4
2272026-06-25T04:00:36.867Z Downloaded curve25519-dalek-derive v0.1.1
2282026-06-25T04:00:36.877Z Downloaded is_terminal_polyfill v1.70.2
2292026-06-25T04:00:36.880Z Downloaded futures-util v0.3.32
2302026-06-25T04:00:36.884Z Downloaded quote v1.0.46
2312026-06-25T04:00:36.888Z Downloaded nextest-workspace-hack v0.1.0
2322026-06-25T04:00:36.888Z Downloaded future-queue v0.4.0
2332026-06-25T04:00:36.893Z Downloaded owo-colors v4.3.0
2342026-06-25T04:00:36.893Z Downloaded document-features v0.2.12
2352026-06-25T04:00:36.893Z Downloaded foreign-types-shared v0.1.1
2362026-06-25T04:00:36.893Z Downloaded clap_derive v4.6.1
2372026-06-25T04:00:36.896Z Downloaded cargo-platform v0.3.3
2382026-06-25T04:00:36.896Z Downloaded hyper-tls v0.6.0
2392026-06-25T04:00:36.899Z Downloaded nested v0.1.1
2402026-06-25T04:00:36.902Z Downloaded lru-slab v0.1.2
2412026-06-25T04:00:36.904Z Downloaded mukti-metadata v0.3.0
2422026-06-25T04:00:36.904Z Downloaded anstyle-query v1.1.5
2432026-06-25T04:00:36.905Z Downloaded clap_lex v1.1.0
2442026-06-25T04:00:36.912Z Downloaded slab v0.4.12
2452026-06-25T04:00:36.915Z Downloaded crc32fast v1.5.0
2462026-06-25T04:00:36.915Z Downloaded idna_adapter v1.0.0
2472026-06-25T04:00:36.915Z Downloaded openssl-macros v0.1.1
2482026-06-25T04:00:36.915Z Downloaded cargo_metadata v0.23.1
2492026-06-25T04:00:36.923Z Downloaded ordered-float v2.10.1
2502026-06-25T04:00:36.927Z Downloaded ppv-lite86 v0.2.21
2512026-06-25T04:00:36.927Z Downloaded hyper-rustls v0.27.9
2522026-06-25T04:00:36.927Z Downloaded jobserver v0.1.34
2532026-06-25T04:00:36.927Z Downloaded debug-ignore v1.0.5
2542026-06-25T04:00:36.927Z Downloaded find-msvc-tools v0.1.9
2552026-06-25T04:00:36.930Z Downloaded newtype-uuid v1.3.2
2562026-06-25T04:00:36.930Z Downloaded getrandom v0.2.17
2572026-06-25T04:00:36.933Z Downloaded heck v0.5.0
2582026-06-25T04:00:36.933Z Downloaded cfg_aliases v0.2.1
2592026-06-25T04:00:36.933Z Downloaded indicatif v0.17.11
2602026-06-25T04:00:36.936Z Downloaded fastrand v2.4.1
2612026-06-25T04:00:36.936Z Downloaded erased-serde v0.4.10
2622026-06-25T04:00:36.938Z Downloaded serde_spanned v1.1.1
2632026-06-25T04:00:36.938Z Downloaded guppy-workspace-hack v0.1.0
2642026-06-25T04:00:36.941Z Downloaded rustc-hash v2.1.2
2652026-06-25T04:00:36.942Z Downloaded clap v4.6.1
2662026-06-25T04:00:36.944Z Downloaded futures-macro v0.3.32
2672026-06-25T04:00:36.947Z Downloaded ed25519-dalek v2.2.0
2682026-06-25T04:00:36.950Z Downloaded rustc_version v0.4.1
2692026-06-25T04:00:36.950Z Downloaded ed25519 v2.2.3
2702026-06-25T04:00:36.953Z Downloaded scopeguard v1.2.0
2712026-06-25T04:00:36.956Z Downloaded flate2 v1.1.9
2722026-06-25T04:00:36.959Z Downloaded sigchld v0.2.4
2732026-06-25T04:00:36.959Z Downloaded number_prefix v0.4.0
2742026-06-25T04:00:36.959Z Downloaded backtrace v0.3.76
2752026-06-25T04:00:36.963Z Downloaded tinyvec_macros v0.1.1
2762026-06-25T04:00:36.966Z Downloaded shared_child v1.1.1
2772026-06-25T04:00:36.966Z Downloaded cargo-util-schemas v0.2.0
2782026-06-25T04:00:36.969Z Downloaded console v0.15.11
2792026-06-25T04:00:36.973Z Downloaded futures-core v0.3.32
2802026-06-25T04:00:36.976Z Downloaded lock_api v0.4.14
2812026-06-25T04:00:36.980Z Downloaded futures-task v0.3.32
2822026-06-25T04:00:36.980Z Downloaded futures-sink v0.3.32
2832026-06-25T04:00:36.980Z Downloaded block-buffer v0.10.4
2842026-06-25T04:00:36.984Z Downloaded anstream v1.0.0
2852026-06-25T04:00:36.984Z Downloaded miette-derive v7.6.0
2862026-06-25T04:00:36.987Z Downloaded percent-encoding v2.3.2
2872026-06-25T04:00:36.988Z Downloaded ahash v0.8.12
2882026-06-25T04:00:36.990Z Downloaded rand_chacha v0.9.0
2892026-06-25T04:00:36.990Z Downloaded pkg-config v0.3.33
2902026-06-25T04:00:36.990Z Downloaded nextest-metadata v0.12.2
2912026-06-25T04:00:36.993Z Downloaded native-tls v0.2.18
2922026-06-25T04:00:36.993Z Downloaded strip-ansi-escapes v0.2.1
2932026-06-25T04:00:36.993Z Downloaded signature v2.2.0
2942026-06-25T04:00:36.996Z Downloaded signal-hook-mio v0.2.5
2952026-06-25T04:00:36.996Z Downloaded semver v1.0.28
2962026-06-25T04:00:36.999Z Downloaded quinn-udp v0.5.14
2972026-06-25T04:00:36.999Z Downloaded shell-words v1.1.1
2982026-06-25T04:00:36.999Z Downloaded iana-time-zone v0.1.65
2992026-06-25T04:00:37.002Z Downloaded supports-color v3.0.2
3002026-06-25T04:00:37.002Z Downloaded colorchoice v1.0.5
3012026-06-25T04:00:37.002Z Downloaded supports-unicode v3.0.0
3022026-06-25T04:00:37.004Z Downloaded strsim v0.11.1
3032026-06-25T04:00:37.004Z Downloaded sync_wrapper v1.0.2
3042026-06-25T04:00:37.005Z Downloaded subtle v2.6.1
3052026-06-25T04:00:37.005Z Downloaded litrs v1.0.0
3062026-06-25T04:00:37.007Z Downloaded ryu v1.0.23
3072026-06-25T04:00:37.010Z Downloaded camino v1.2.3
3082026-06-25T04:00:37.011Z Downloaded http v1.4.2
3092026-06-25T04:00:37.013Z Downloaded fnv v1.0.7
3102026-06-25T04:00:37.013Z Downloaded cargo_metadata v0.20.0
3112026-06-25T04:00:37.017Z Downloaded serde-untagged v0.1.9
3122026-06-25T04:00:37.017Z Downloaded http-body-util v0.1.3
3132026-06-25T04:00:37.020Z Downloaded try-lock v0.2.5
3142026-06-25T04:00:37.020Z Downloaded borsh v1.7.0
3152026-06-25T04:00:37.024Z Downloaded sha2 v0.10.9
3162026-06-25T04:00:37.026Z Downloaded futures v0.3.32
3172026-06-25T04:00:37.027Z Downloaded self-replace v1.5.0
3182026-06-25T04:00:37.030Z Downloaded rustc-demangle v0.1.27
3192026-06-25T04:00:37.030Z Downloaded spki v0.7.3
3202026-06-25T04:00:37.033Z Downloaded backtrace-ext v0.2.1
3212026-06-25T04:00:37.033Z Downloaded duct v0.13.7
3222026-06-25T04:00:37.033Z Downloaded toml_datetime v0.6.11
3232026-06-25T04:00:37.036Z Downloaded simd-adler32 v0.3.9
3242026-06-25T04:00:37.036Z Downloaded toml_write v0.1.2
3252026-06-25T04:00:37.036Z Downloaded tokio-macros v2.7.0
3262026-06-25T04:00:37.039Z Downloaded cc v1.2.65
3272026-06-25T04:00:37.039Z Downloaded swrite v0.1.0
3282026-06-25T04:00:37.039Z Downloaded anstyle-parse v1.0.0
3292026-06-25T04:00:37.042Z Downloaded smol_str v0.3.6
3302026-06-25T04:00:37.042Z Downloaded shlex v2.0.1
3312026-06-25T04:00:37.042Z Downloaded serde_path_to_error v0.1.20
3322026-06-25T04:00:37.046Z Downloaded quick-junit v0.5.2
3332026-06-25T04:00:37.046Z Downloaded serde_core v1.0.228
3342026-06-25T04:00:37.049Z Downloaded futures-executor v0.3.32
3352026-06-25T04:00:37.049Z Downloaded either v1.16.0
3362026-06-25T04:00:37.052Z Downloaded parking_lot v0.12.5
3372026-06-25T04:00:37.054Z Downloaded guppy v0.17.26
3382026-06-25T04:00:37.057Z Downloaded rustls-pki-types v1.14.1
3392026-06-25T04:00:37.062Z Downloaded supports-hyperlinks v3.2.0
3402026-06-25T04:00:37.065Z Downloaded target-spec v3.6.0
3412026-06-25T04:00:37.068Z Downloaded serde_spanned v0.6.9
3422026-06-25T04:00:37.072Z Downloaded typeid v1.0.3
3432026-06-25T04:00:37.072Z Downloaded thiserror v1.0.69
3442026-06-25T04:00:37.075Z Downloaded log v0.4.33
3452026-06-25T04:00:37.075Z Downloaded derive_more v2.1.1
3462026-06-25T04:00:37.081Z Downloaded untrusted v0.9.0
3472026-06-25T04:00:37.084Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3482026-06-25T04:00:37.084Z Downloaded tokio-stream v0.1.18
3492026-06-25T04:00:37.086Z Downloaded thiserror-impl v1.0.69
3502026-06-25T04:00:37.086Z Downloaded target-spec-miette v0.4.8
3512026-06-25T04:00:37.089Z Downloaded urlencoding v2.1.3
3522026-06-25T04:00:37.089Z Downloaded unicode-xid v0.2.6
3532026-06-25T04:00:37.089Z Downloaded rand_core v0.9.5
3542026-06-25T04:00:37.092Z Downloaded textwrap v0.16.2
3552026-06-25T04:00:37.092Z Downloaded target-lexicon v0.13.5
3562026-06-25T04:00:37.092Z Downloaded socket2 v0.6.4
3572026-06-25T04:00:37.095Z Downloaded serde_derive v1.0.228
3582026-06-25T04:00:37.098Z Downloaded nextest-filtering v0.15.0
3592026-06-25T04:00:37.098Z Downloaded self_update v0.42.0
3602026-06-25T04:00:37.098Z Downloaded pin-project-internal v1.1.13
3612026-06-25T04:00:37.101Z Downloaded tower-service v0.3.3
3622026-06-25T04:00:37.101Z Downloaded tracing-attributes v0.1.31
3632026-06-25T04:00:37.104Z Downloaded terminal_size v0.4.4
3642026-06-25T04:00:37.107Z Downloaded static_assertions v1.1.0
3652026-06-25T04:00:37.110Z Downloaded derive_more-impl v2.1.1
3662026-06-25T04:00:37.114Z Downloaded smallvec v1.15.2
3672026-06-25T04:00:37.117Z Downloaded thread_local v1.1.9
3682026-06-25T04:00:37.117Z Downloaded parking_lot_core v0.9.12
3692026-06-25T04:00:37.122Z Downloaded tower-layer v0.3.3
3702026-06-25T04:00:37.126Z Downloaded tracing-core v0.1.36
3712026-06-25T04:00:37.129Z Downloaded num-traits v0.2.19
3722026-06-25T04:00:37.132Z Downloaded serde v1.0.228
3732026-06-25T04:00:37.134Z Downloaded serde_ignored v0.1.14
3742026-06-25T04:00:37.134Z Downloaded want v0.3.1
3752026-06-25T04:00:37.134Z Downloaded async-scoped v0.9.0
3762026-06-25T04:00:37.137Z Downloaded once_cell v1.21.4
3772026-06-25T04:00:37.137Z Downloaded utf8parse v0.2.2
3782026-06-25T04:00:37.140Z Downloaded cfg-if v1.0.4
3792026-06-25T04:00:37.140Z Downloaded fixedbitset v0.5.7
3802026-06-25T04:00:37.140Z Downloaded digest v0.10.7
3812026-06-25T04:00:37.142Z Downloaded tracing-log v0.2.0
3822026-06-25T04:00:37.149Z Downloaded hyper-util v0.1.20
3832026-06-25T04:00:37.153Z Downloaded toml v0.8.23
3842026-06-25T04:00:37.155Z Downloaded thiserror-impl v2.0.18
3852026-06-25T04:00:37.155Z Downloaded tempfile v3.27.0
3862026-06-25T04:00:37.158Z Downloaded dialoguer v0.11.0
3872026-06-25T04:00:37.161Z Downloaded serde-value v0.7.0
3882026-06-25T04:00:37.161Z Downloaded signal-hook v0.3.18
3892026-06-25T04:00:37.163Z Downloaded adler2 v2.0.1
3902026-06-25T04:00:37.163Z Downloaded tokio-rustls v0.26.4
3912026-06-25T04:00:37.166Z Downloaded generic-array v0.14.7
3922026-06-25T04:00:37.166Z Downloaded cpufeatures v0.2.17
3932026-06-25T04:00:37.169Z Downloaded futures-io v0.3.32
3942026-06-25T04:00:37.169Z Downloaded atomic-waker v1.1.2
3952026-06-25T04:00:37.171Z Downloaded zipsign-api v0.1.5
3962026-06-25T04:00:37.171Z Downloaded zeroize v1.9.0
3972026-06-25T04:00:37.174Z Downloaded zstd-safe v7.2.4
3982026-06-25T04:00:37.174Z Downloaded zmij v1.0.21
3992026-06-25T04:00:37.177Z Downloaded cfg-expr v0.20.8
4002026-06-25T04:00:37.180Z Downloaded hex v0.4.3
4012026-06-25T04:00:37.180Z Downloaded openssl-sys v0.9.117
4022026-06-25T04:00:37.183Z Downloaded base64ct v1.8.3
4032026-06-25T04:00:37.186Z Downloaded enable-ansi-support v0.2.1
4042026-06-25T04:00:37.186Z Downloaded miniz_oxide v0.8.9
4052026-06-25T04:00:37.200Z Downloaded signal-hook-registry v1.4.8
4062026-06-25T04:00:37.203Z Downloaded toml_parser v1.1.2+spec-1.1.0
4072026-06-25T04:00:37.203Z Downloaded camino-tempfile v1.4.1
4082026-06-25T04:00:37.206Z Downloaded zstd v0.13.3
4092026-06-25T04:00:37.206Z Downloaded tinyvec v1.11.0
4102026-06-25T04:00:37.209Z Downloaded errno v0.3.14
4112026-06-25T04:00:37.209Z Downloaded xxhash-rust v0.8.15
4122026-06-25T04:00:37.209Z Downloaded tracing-error v0.2.1
4132026-06-25T04:00:37.212Z Downloaded pin-project v1.1.13
4142026-06-25T04:00:37.215Z Downloaded sharded-slab v0.1.7
4152026-06-25T04:00:37.218Z Downloaded curve25519-dalek v4.1.3
4162026-06-25T04:00:37.222Z Downloaded const-oid v0.9.6
4172026-06-25T04:00:37.225Z Downloaded serde_urlencoded v0.7.1
4182026-06-25T04:00:37.229Z Downloaded thiserror v2.0.18
4192026-06-25T04:00:37.238Z Downloaded unicode-linebreak v0.1.5
4202026-06-25T04:00:37.241Z Downloaded addr2line v0.25.1
4212026-06-25T04:00:37.244Z Downloaded foldhash v0.1.5
4222026-06-25T04:00:37.244Z Downloaded eyre v0.6.12
4232026-06-25T04:00:37.246Z Downloaded getrandom v0.4.3
4242026-06-25T04:00:37.249Z Downloaded unicode-ident v1.0.24
4252026-06-25T04:00:37.249Z Downloaded rustls-webpki v0.103.13
4262026-06-25T04:00:37.252Z Downloaded tar v0.4.46
4272026-06-25T04:00:37.255Z Downloaded xattr v1.6.1
4282026-06-25T04:00:37.255Z Downloaded futures-channel v0.3.32
4292026-06-25T04:00:37.255Z Downloaded version_check v0.9.5
4302026-06-25T04:00:37.255Z Downloaded autocfg v1.5.1
4312026-06-25T04:00:37.260Z Downloaded toml v1.1.2+spec-1.1.0
4322026-06-25T04:00:37.262Z Downloaded utf8_iter v1.0.4
4332026-06-25T04:00:37.265Z Downloaded quinn v0.11.11
4342026-06-25T04:00:37.269Z Downloaded rand v0.9.4
4352026-06-25T04:00:37.271Z Downloaded derive-where v1.6.1
4362026-06-25T04:00:37.274Z Downloaded tokio-native-tls v0.3.1
4372026-06-25T04:00:37.276Z Downloaded mio v1.2.1
4382026-06-25T04:00:37.280Z Downloaded aho-corasick v1.1.4
4392026-06-25T04:00:37.283Z Downloaded unicase v2.9.0
4402026-06-25T04:00:37.286Z Downloaded memchr v2.8.2
4412026-06-25T04:00:37.289Z Downloaded bytes v1.12.0
4422026-06-25T04:00:37.293Z Downloaded url v2.5.8
4432026-06-25T04:00:37.296Z Downloaded toml_writer v1.1.1+spec-1.1.0
4442026-06-25T04:00:37.298Z Downloaded base64 v0.22.1
4452026-06-25T04:00:37.298Z Downloaded typenum v1.20.1
4462026-06-25T04:00:37.301Z Downloaded toml_edit v0.22.27
4472026-06-25T04:00:37.303Z Downloaded tokio-util v0.7.18
4482026-06-25T04:00:37.307Z Downloaded der v0.7.10
4492026-06-25T04:00:37.310Z Downloaded uuid v1.23.4
4502026-06-25T04:00:37.321Z Downloaded vte v0.14.1
4512026-06-25T04:00:37.326Z Downloaded ron v0.12.2
4522026-06-25T04:00:37.334Z Downloaded idna v1.1.0
4532026-06-25T04:00:37.340Z Downloaded hashbrown v0.17.1
4542026-06-25T04:00:37.347Z Downloaded tower v0.5.3
4552026-06-25T04:00:37.351Z Downloaded clap_builder v4.6.0
4562026-06-25T04:00:37.355Z Downloaded gimli v0.32.3
4572026-06-25T04:00:37.376Z Downloaded unicode-segmentation v1.13.3
4582026-06-25T04:00:37.379Z Downloaded tower-http v0.6.11
4592026-06-25T04:00:37.383Z Downloaded bstr v1.12.2
4602026-06-25T04:00:37.387Z Downloaded syn v2.0.118
4612026-06-25T04:00:37.401Z Downloaded webpki-roots v1.0.8
4622026-06-25T04:00:37.403Z Downloaded pulldown-cmark v0.13.4
4632026-06-25T04:00:37.406Z Downloaded unicode-width v0.1.14
4642026-06-25T04:00:37.409Z Downloaded unicode-normalization v0.1.25
4652026-06-25T04:00:37.412Z Downloaded reqwest v0.12.28
4662026-06-25T04:00:37.415Z Downloaded tracing-subscriber v0.3.23
4672026-06-25T04:00:37.418Z Downloaded regex v1.12.4
4682026-06-25T04:00:37.421Z Downloaded hyper v1.10.1
4692026-06-25T04:00:37.425Z Downloaded unicode-width v0.2.2
4702026-06-25T04:00:37.428Z Downloaded chrono v0.4.45
4712026-06-25T04:00:37.436Z Downloaded portable-atomic v1.13.1
4722026-06-25T04:00:37.443Z Downloaded color-eyre v0.6.5
4732026-06-25T04:00:37.447Z Downloaded quick-xml v0.37.5
4742026-06-25T04:00:37.466Z Downloaded quick-xml v0.38.4
4752026-06-25T04:00:37.494Z Downloaded winnow v1.0.3
4762026-06-25T04:00:37.499Z Downloaded winnow v0.7.15
4772026-06-25T04:00:37.535Z Downloaded quinn-proto v0.11.15
4782026-06-25T04:00:37.563Z Downloaded vcpkg v0.2.15
4792026-06-25T04:00:37.599Z Downloaded object v0.37.3
4802026-06-25T04:00:37.606Z Downloaded zerocopy v0.8.52
4812026-06-25T04:00:37.617Z Downloaded openssl v0.10.81
4822026-06-25T04:00:37.625Z Downloaded nextest-runner v0.80.0
4832026-06-25T04:00:37.643Z Downloaded regex-syntax v0.8.11
4842026-06-25T04:00:37.657Z Downloaded rustix v0.38.44
4852026-06-25T04:00:37.669Z Downloaded rustls v0.23.41
4862026-06-25T04:00:37.676Z Downloaded nix v0.30.1
4872026-06-25T04:00:37.692Z Downloaded rustix v1.1.4
4882026-06-25T04:00:37.759Z Downloaded tracing v0.1.44
4892026-06-25T04:00:37.795Z Downloaded regex-automata v0.4.14
4902026-06-25T04:00:37.866Z Downloaded petgraph v0.8.3
4912026-06-25T04:00:37.878Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4922026-06-25T04:00:37.887Z Downloaded libc v0.2.186
4932026-06-25T04:00:37.913Z Downloaded tokio v1.52.3
4942026-06-25T04:00:37.971Z Downloaded recursion v0.5.4
4952026-06-25T04:00:37.979Z Downloaded ring v0.17.14
4962026-06-25T04:00:38.038Z Compiling libc v0.2.186
4972026-06-25T04:00:38.038Z Compiling proc-macro2 v1.0.106
4982026-06-25T04:00:38.038Z Compiling quote v1.0.46
4992026-06-25T04:00:38.038Z Compiling unicode-ident v1.0.24
5002026-06-25T04:00:38.041Z Compiling serde_core v1.0.228
5012026-06-25T04:00:38.041Z Compiling cfg-if v1.0.4
5022026-06-25T04:00:38.041Z Compiling memchr v2.8.2
5032026-06-25T04:00:38.041Z Compiling once_cell v1.21.4
5042026-06-25T04:00:38.284Z Compiling log v0.4.33
5052026-06-25T04:00:38.297Z Compiling pin-project-lite v0.2.17
5062026-06-25T04:00:38.386Z Compiling serde v1.0.228
5072026-06-25T04:00:38.453Z Compiling itoa v1.0.18
5082026-06-25T04:00:38.603Z Compiling smallvec v1.15.2
5092026-06-25T04:00:38.688Z Compiling futures-core v0.3.32
5102026-06-25T04:00:38.747Z Compiling bitflags v2.13.0
5112026-06-25T04:00:38.841Z Compiling find-msvc-tools v0.1.9
5122026-06-25T04:00:38.841Z Compiling shlex v2.0.1
5132026-06-25T04:00:39.031Z Compiling errno v0.3.14
5142026-06-25T04:00:39.065Z Compiling equivalent v1.0.2
5152026-06-25T04:00:39.131Z Compiling signal-hook-registry v1.4.8
5162026-06-25T04:00:39.131Z Compiling hashbrown v0.17.1
5172026-06-25T04:00:39.154Z Compiling bytes v1.12.0
5182026-06-25T04:00:39.192Z Compiling mio v1.2.1
5192026-06-25T04:00:39.316Z Compiling jobserver v0.1.34
5202026-06-25T04:00:39.407Z Compiling futures-sink v0.3.32
5212026-06-25T04:00:39.509Z Compiling syn v2.0.118
5222026-06-25T04:00:39.522Z Compiling cc v1.2.65
5232026-06-25T04:00:39.631Z Compiling rustix v1.1.4
5242026-06-25T04:00:39.674Z Compiling socket2 v0.6.4
5252026-06-25T04:00:39.839Z Compiling zmij v1.0.21
5262026-06-25T04:00:39.888Z Compiling slab v0.4.12
5272026-06-25T04:00:40.000Z Compiling futures-channel v0.3.32
5282026-06-25T04:00:40.088Z Compiling tracing-core v0.1.36
5292026-06-25T04:00:40.185Z Compiling version_check v0.9.5
5302026-06-25T04:00:40.252Z Compiling serde_json v1.0.150
5312026-06-25T04:00:40.484Z Compiling indexmap v2.14.0
5322026-06-25T04:00:40.578Z Compiling futures-io v0.3.32
5332026-06-25T04:00:40.656Z Compiling futures-task v0.3.32
5342026-06-25T04:00:40.787Z Compiling getrandom v0.4.3
5352026-06-25T04:00:40.840Z Compiling unicode-width v0.2.2
5362026-06-25T04:00:40.874Z Compiling camino v1.2.3
5372026-06-25T04:00:41.097Z Compiling percent-encoding v2.3.2
5382026-06-25T04:00:41.274Z Compiling ring v0.17.14
5392026-06-25T04:00:41.307Z Compiling http v1.4.2
5402026-06-25T04:00:41.343Z Compiling adler2 v2.0.1
5412026-06-25T04:00:41.356Z Compiling simd-adler32 v0.3.9
5422026-06-25T04:00:41.395Z Compiling zeroize v1.9.0
5432026-06-25T04:00:41.508Z Compiling autocfg v1.5.1
5442026-06-25T04:00:41.592Z Compiling miniz_oxide v0.8.9
5452026-06-25T04:00:41.859Z Compiling num-traits v0.2.19
5462026-06-25T04:00:42.188Z Compiling zerocopy v0.8.52
5472026-06-25T04:00:42.231Z Compiling getrandom v0.3.4
5482026-06-25T04:00:42.566Z Compiling object v0.37.3
5492026-06-25T04:00:42.580Z Compiling target-lexicon v0.13.5
5502026-06-25T04:00:42.912Z Compiling http-body v1.0.1
5512026-06-25T04:00:42.931Z Compiling rustls-pki-types v1.14.1
5522026-06-25T04:00:42.995Z Compiling form_urlencoded v1.2.2
5532026-06-25T04:00:43.073Z Compiling semver v1.0.28
5542026-06-25T04:00:43.097Z Compiling serde_derive v1.0.228
5552026-06-25T04:00:43.110Z Compiling tokio-macros v2.7.0
5562026-06-25T04:00:43.223Z Compiling futures-macro v0.3.32
5572026-06-25T04:00:43.263Z Compiling tracing-attributes v0.1.31
5582026-06-25T04:00:43.478Z Compiling getrandom v0.2.17
5592026-06-25T04:00:43.671Z Compiling signal-hook v0.3.18
5602026-06-25T04:00:43.724Z Compiling untrusted v0.9.0
5612026-06-25T04:00:43.813Z Compiling utf8_iter v1.0.4
5622026-06-25T04:00:43.855Z Compiling idna_adapter v1.0.0
5632026-06-25T04:00:43.857Z Compiling tokio v1.52.3
5642026-06-25T04:00:43.898Z Compiling guppy-workspace-hack v0.1.0
5652026-06-25T04:00:43.957Z Compiling owo-colors v4.3.0
5662026-06-25T04:00:43.980Z Compiling httparse v1.10.1
5672026-06-25T04:00:44.039Z Compiling futures-util v0.3.32
5682026-06-25T04:00:44.124Z Compiling fnv v1.0.7
5692026-06-25T04:00:44.228Z Compiling thiserror v2.0.18
5702026-06-25T04:00:44.293Z Compiling gimli v0.32.3
5712026-06-25T04:00:44.442Z Compiling idna v1.1.0
5722026-06-25T04:00:44.465Z Compiling tracing v0.1.44
5732026-06-25T04:00:44.814Z Compiling thiserror-impl v2.0.18
5742026-06-25T04:00:46.259Z Compiling addr2line v0.25.1
5752026-06-25T04:00:46.371Z Compiling generic-array v0.14.7
5762026-06-25T04:00:46.610Z Compiling rustls v0.23.41
5772026-06-25T04:00:46.664Z Compiling rustc-demangle v0.1.27
5782026-06-25T04:00:46.690Z Compiling typeid v1.0.3
5792026-06-25T04:00:46.836Z Compiling atomic-waker v1.1.2
5802026-06-25T04:00:46.952Z Compiling target-spec v3.6.0
5812026-06-25T04:00:46.970Z Compiling try-lock v0.2.5
5822026-06-25T04:00:46.984Z Compiling pkg-config v0.3.33
5832026-06-25T04:00:47.082Z Compiling tower-service v0.3.3
5842026-06-25T04:00:47.182Z Compiling fastrand v2.4.1
5852026-06-25T04:00:47.238Z Compiling thiserror v1.0.69
5862026-06-25T04:00:47.408Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5872026-06-25T04:00:47.516Z Compiling tempfile v3.27.0
5882026-06-25T04:00:47.680Z Compiling want v0.3.1
5892026-06-25T04:00:47.774Z Compiling tokio-util v0.7.18
5902026-06-25T04:00:47.871Z Compiling cfg-expr v0.20.8
5912026-06-25T04:00:48.405Z Compiling h2 v0.4.15
5922026-06-25T04:00:48.429Z Compiling url v2.5.8
5932026-06-25T04:00:48.829Z Compiling backtrace v0.3.76
5942026-06-25T04:00:49.308Z Compiling thiserror-impl v1.0.69
5952026-06-25T04:00:49.507Z Compiling terminal_size v0.4.4
5962026-06-25T04:00:49.663Z Compiling aho-corasick v1.1.4
5972026-06-25T04:00:49.799Z Compiling subtle v2.6.1
5982026-06-25T04:00:49.962Z Compiling regex-syntax v0.8.11
5992026-06-25T04:00:50.463Z Compiling rustls-webpki v0.103.13
6002026-06-25T04:00:50.922Z Compiling winnow v0.7.15
6012026-06-25T04:00:52.806Z Compiling erased-serde v0.4.10
6022026-06-25T04:00:53.053Z Compiling typenum v1.20.1
6032026-06-25T04:00:53.157Z Compiling regex-automata v0.4.14
6042026-06-25T04:00:53.616Z Compiling hyper v1.10.1
6052026-06-25T04:00:55.135Z Compiling serde_spanned v0.6.9
6062026-06-25T04:00:55.302Z Compiling toml_datetime v0.6.11
6072026-06-25T04:00:55.674Z Compiling ahash v0.8.12
6082026-06-25T04:00:55.939Z Compiling sync_wrapper v1.0.2
6092026-06-25T04:00:56.054Z Compiling unicode-linebreak v0.1.5
6102026-06-25T04:00:56.322Z Compiling toml_write v0.1.2
6112026-06-25T04:00:56.573Z Compiling either v1.16.0
6122026-06-25T04:00:56.688Z Compiling unicode-segmentation v1.13.3
6132026-06-25T04:00:56.804Z Compiling foldhash v0.1.5
6142026-06-25T04:00:57.026Z Compiling parking_lot_core v0.9.12
6152026-06-25T04:00:57.080Z Compiling portable-atomic v1.13.1
6162026-06-25T04:00:57.290Z Compiling base64 v0.22.1
6172026-06-25T04:00:57.313Z Compiling is_ci v1.2.0
6182026-06-25T04:00:57.326Z Compiling lazy_static v1.5.0
6192026-06-25T04:00:57.430Z Compiling crc32fast v1.5.0
6202026-06-25T04:00:57.480Z Compiling tower-layer v0.3.3
6212026-06-25T04:00:57.532Z Compiling nextest-workspace-hack v0.1.0
6222026-06-25T04:00:57.683Z Compiling ipnet v2.12.0
6232026-06-25T04:00:57.785Z Compiling tower v0.5.3
6242026-06-25T04:00:57.821Z Compiling sharded-slab v0.1.7
6252026-06-25T04:00:57.852Z Compiling supports-color v3.0.2
6262026-06-25T04:00:57.922Z Compiling convert_case v0.10.0
6272026-06-25T04:00:58.088Z Compiling hyper-util v0.1.20
6282026-06-25T04:00:58.182Z Compiling hashbrown v0.15.5
6292026-06-25T04:00:58.377Z Compiling toml_edit v0.22.27
6302026-06-25T04:00:58.411Z Compiling tokio-rustls v0.26.4
6312026-06-25T04:00:58.690Z Compiling textwrap v0.16.2
6322026-06-25T04:00:58.893Z Compiling backtrace-ext v0.2.1
6332026-06-25T04:00:59.154Z Compiling ordered-float v2.10.1
6342026-06-25T04:00:59.422Z Compiling webpki-roots v1.0.8
6352026-06-25T04:00:59.425Z Compiling miette-derive v7.6.0
6362026-06-25T04:00:59.543Z Compiling pathdiff v0.2.3
6372026-06-25T04:00:59.668Z Compiling console v0.15.11
6382026-06-25T04:01:00.088Z Compiling tracing-log v0.2.0
6392026-06-25T04:01:00.451Z Compiling cargo-platform v0.3.3
6402026-06-25T04:01:00.531Z Compiling os_pipe v1.2.3
6412026-06-25T04:01:00.702Z Compiling thread_local v1.1.9
6422026-06-25T04:01:00.722Z Compiling pulldown-cmark v0.13.4
6432026-06-25T04:01:00.957Z Compiling rustix v0.38.44
6442026-06-25T04:01:00.989Z Compiling scopeguard v1.2.0
6452026-06-25T04:01:01.002Z Compiling winnow v1.0.3
6462026-06-25T04:01:01.061Z Compiling ryu v1.0.23
6472026-06-25T04:01:01.090Z Compiling zstd-safe v7.2.4
6482026-06-25T04:01:01.340Z Compiling debug-ignore v1.0.5
6492026-06-25T04:01:01.353Z Compiling cfg_aliases v0.2.1
6502026-06-25T04:01:01.423Z Compiling supports-hyperlinks v3.2.0
6512026-06-25T04:01:01.452Z Compiling supports-unicode v3.0.0
6522026-06-25T04:01:01.631Z Compiling utf8parse v0.2.2
6532026-06-25T04:01:01.648Z Compiling fixedbitset v0.5.7
6542026-06-25T04:01:01.682Z Compiling unicode-width v0.1.14
6552026-06-25T04:01:01.742Z Compiling anstyle-parse v1.0.0
6562026-06-25T04:01:01.966Z Compiling miette v7.6.0
6572026-06-25T04:01:01.982Z Compiling petgraph v0.8.3
6582026-06-25T04:01:02.150Z Compiling toml_parser v1.1.2+spec-1.1.0
6592026-06-25T04:01:02.482Z Compiling nix v0.30.1
6602026-06-25T04:01:02.961Z Compiling serde_urlencoded v0.7.1
6612026-06-25T04:01:03.250Z Compiling lock_api v0.4.14
6622026-06-25T04:01:03.485Z Compiling tracing-subscriber v0.3.23
6632026-06-25T04:01:03.497Z Compiling sigchld v0.2.4
6642026-06-25T04:01:03.696Z Compiling cargo_metadata v0.23.1
6652026-06-25T04:01:03.907Z Compiling toml v0.8.23
6662026-06-25T04:01:04.313Z Compiling hyper-rustls v0.27.9
6672026-06-25T04:01:05.016Z Compiling serde-value v0.7.0
6682026-06-25T04:01:05.789Z Compiling serde-untagged v0.1.9
6692026-06-25T04:01:06.171Z Compiling tower-http v0.6.11
6702026-06-25T04:01:06.302Z Compiling derive_more-impl v2.1.1
6712026-06-25T04:01:07.126Z Compiling itertools v0.14.0
6722026-06-25T04:01:07.138Z Compiling regex v1.12.4
6732026-06-25T04:01:07.149Z Compiling crypto-common v0.1.7
6742026-06-25T04:01:07.284Z Compiling block-buffer v0.10.4
6752026-06-25T04:01:07.431Z Compiling ppv-lite86 v0.2.21
6762026-06-25T04:01:07.434Z Compiling futures-executor v0.3.32
6772026-06-25T04:01:07.747Z Compiling rand_core v0.9.5
6782026-06-25T04:01:07.763Z Compiling pin-project-internal v1.1.13
6792026-06-25T04:01:07.975Z Compiling http-body-util v0.1.3
6802026-06-25T04:01:07.993Z Compiling uuid v1.23.4
6812026-06-25T04:01:08.235Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-06-25T04:01:08.524Z Compiling smol_str v0.3.6
6832026-06-25T04:01:08.545Z Compiling serde_spanned v1.1.1
6842026-06-25T04:01:08.587Z Compiling filetime v0.2.29
6852026-06-25T04:01:08.648Z Compiling bstr v1.12.2
6862026-06-25T04:01:08.688Z Compiling vte v0.14.1
6872026-06-25T04:01:08.791Z Compiling anstyle v1.0.14
6882026-06-25T04:01:08.803Z Compiling xattr v1.6.1
6892026-06-25T04:01:08.831Z Compiling unicase v2.9.0
6902026-06-25T04:01:08.857Z Compiling number_prefix v0.4.0
6912026-06-25T04:01:08.906Z Compiling self_update v0.42.0
6922026-06-25T04:01:08.986Z Compiling anstyle-query v1.1.5
6932026-06-25T04:01:09.004Z Compiling static_assertions v1.1.0
6942026-06-25T04:01:09.051Z Compiling nested v0.1.1
6952026-06-25T04:01:09.078Z Compiling colorchoice v1.0.5
6962026-06-25T04:01:09.090Z Compiling color-spantrace v0.3.0
6972026-06-25T04:01:09.195Z Compiling tinyvec_macros v0.1.1
6982026-06-25T04:01:09.238Z Compiling eyre v0.6.12
6992026-06-25T04:01:09.266Z Compiling unicode-xid v0.2.6
7002026-06-25T04:01:09.324Z Compiling iana-time-zone v0.1.65
7012026-06-25T04:01:09.346Z Compiling is_terminal_polyfill v1.70.2
7022026-06-25T04:01:09.397Z Compiling litrs v1.0.0
7032026-06-25T04:01:09.436Z Compiling chrono v0.4.45
7042026-06-25T04:01:09.565Z Compiling anstream v1.0.0
7052026-06-25T04:01:09.666Z Compiling cargo-util-schemas v0.2.0
7062026-06-25T04:01:09.821Z Compiling tinyvec v1.11.0
7072026-06-25T04:01:09.833Z Compiling document-features v0.2.12
7082026-06-25T04:01:10.061Z Compiling guppy v0.17.26
7092026-06-25T04:01:10.261Z Compiling globset v0.4.18
7102026-06-25T04:01:10.390Z Compiling indicatif v0.17.11
7112026-06-25T04:01:10.590Z Compiling tar v0.4.46
7122026-06-25T04:01:12.056Z Compiling strip-ansi-escapes v0.2.1
7132026-06-25T04:01:12.393Z Compiling pin-project v1.1.13
7142026-06-25T04:01:12.498Z Compiling nextest-metadata v0.12.2
7152026-06-25T04:01:12.538Z Compiling toml v1.1.2+spec-1.1.0
7162026-06-25T04:01:12.768Z Compiling newtype-uuid v1.3.2
7172026-06-25T04:01:12.963Z Compiling reqwest v0.12.28
7182026-06-25T04:01:13.104Z Compiling rand_chacha v0.9.0
7192026-06-25T04:01:13.451Z Compiling futures v0.3.32
7202026-06-25T04:01:13.512Z Compiling digest v0.10.7
7212026-06-25T04:01:13.534Z Compiling derive_more v2.1.1
7222026-06-25T04:01:13.617Z Compiling flate2 v1.1.9
7232026-06-25T04:01:13.657Z Compiling parking_lot v0.12.5
7242026-06-25T04:01:13.732Z Compiling tracing-error v0.2.1
7252026-06-25T04:01:13.967Z Compiling shared_child v1.1.1
7262026-06-25T04:01:14.572Z Compiling signal-hook-mio v0.2.5
7272026-06-25T04:01:14.652Z Compiling self-replace v1.5.0
7282026-06-25T04:01:14.705Z Compiling cargo-platform v0.2.0
7292026-06-25T04:01:14.940Z Compiling quick-xml v0.37.5
7302026-06-25T04:01:15.267Z Compiling quick-xml v0.38.4
7312026-06-25T04:01:15.493Z Compiling urlencoding v2.1.3
7322026-06-25T04:01:15.752Z Compiling heck v0.5.0
7332026-06-25T04:01:15.953Z Compiling cpufeatures v0.2.17
7342026-06-25T04:01:15.996Z Compiling indenter v0.3.4
7352026-06-25T04:01:16.030Z Compiling clap_lex v1.1.0
7362026-06-25T04:01:16.122Z Compiling shell-words v1.1.1
7372026-06-25T04:01:16.417Z Compiling recursion v0.5.4
7382026-06-25T04:01:16.477Z Compiling humantime v2.3.0
7392026-06-25T04:01:16.554Z Compiling strsim v0.11.1
7402026-06-25T04:01:16.595Z Compiling clap_derive v4.6.1
7412026-06-25T04:01:16.889Z Compiling clap_builder v4.6.0
7422026-06-25T04:01:16.927Z Compiling humantime-serde v1.1.1
7432026-06-25T04:01:17.083Z Compiling nextest-filtering v0.15.0
7442026-06-25T04:01:17.676Z Compiling sha2 v0.10.9
7452026-06-25T04:01:17.900Z Compiling quick-junit v0.5.2
7462026-06-25T04:01:18.897Z Compiling cargo_metadata v0.20.0
7472026-06-25T04:01:21.011Z Compiling atomicwrites v0.4.4
7482026-06-25T04:01:21.022Z Compiling crossterm v0.29.0
7492026-06-25T04:01:21.294Z Compiling cargo-nextest v0.9.97
7502026-06-25T04:01:22.495Z Compiling duct v0.13.7
7512026-06-25T04:01:23.468Z Compiling zstd v0.13.3
7522026-06-25T04:01:23.897Z Compiling async-scoped v0.9.0
7532026-06-25T04:01:24.067Z Compiling rand v0.9.4
7542026-06-25T04:01:24.086Z Compiling config v0.15.24
7552026-06-25T04:01:24.112Z Compiling unicode-normalization v0.1.25
7562026-06-25T04:01:24.205Z Compiling target-spec-miette v0.4.8
7572026-06-25T04:01:24.208Z Compiling future-queue v0.4.0
7582026-06-25T04:01:24.504Z Compiling mukti-metadata v0.3.0
7592026-06-25T04:01:24.639Z Compiling camino-tempfile v1.4.1
7602026-06-25T04:01:24.682Z Compiling tokio-stream v0.1.18
7612026-06-25T04:01:24.812Z Compiling derive-where v1.6.1
7622026-06-25T04:01:24.837Z Compiling serde_ignored v0.1.14
7632026-06-25T04:01:25.002Z Compiling serde_path_to_error v0.1.20
7642026-06-25T04:01:25.062Z Compiling xxhash-rust v0.8.15
7652026-06-25T04:01:25.194Z Compiling hex v0.4.3
7662026-06-25T04:01:25.223Z Compiling swrite v0.1.0
7672026-06-25T04:01:25.242Z Compiling home v0.5.12
7682026-06-25T04:01:25.329Z Compiling indent_write v2.2.0
7692026-06-25T04:01:25.412Z Compiling color-eyre v0.6.5
7702026-06-25T04:01:25.465Z Compiling clap v4.6.1
7712026-06-25T04:01:25.479Z Compiling dialoguer v0.11.0
7722026-06-25T04:01:25.479Z Compiling enable-ansi-support v0.2.1
7732026-06-25T04:01:26.065Z Compiling nextest-runner v0.80.0
7742026-06-25T04:01:44.145Z Finished `release` profile [optimized] target(s) in 1m 10s
7752026-06-25T04:01:44.324Z Installing /home/build/.cargo/bin/cargo-nextest
7762026-06-25T04:01:44.327Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7772026-06-25T04:01:44.442Z+ banner bfd
7782026-06-25T04:01:44.444Z
7792026-06-25T04:01:44.445Z ##### ###### #####
7802026-06-25T04:01:44.445Z # # # # #
7812026-06-25T04:01:44.445Z ##### ##### # #
7822026-06-25T04:01:44.445Z # # # # #
7832026-06-25T04:01:44.445Z # # # # #
7842026-06-25T04:01:44.445Z ##### # #####
7852026-06-25T04:01:44.445Z
7862026-06-25T04:01:44.445Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7872026-06-25T04:01:44.603Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-06-25T04:01:45.175ZFrom https://github.com/oxidecomputer/falcon
7892026-06-25T04:01:45.175Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7902026-06-25T04:01:45.251Z Updating crates.io index
7912026-06-25T04:01:45.254Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-06-25T04:01:45.622ZFrom https://github.com/oxidecomputer/dendrite
7932026-06-25T04:01:45.622Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7942026-06-25T04:01:45.702Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-06-25T04:01:45.968ZFrom https://github.com/oxidecomputer/ispf
7962026-06-25T04:01:45.968Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7972026-06-25T04:01:45.999Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-06-25T04:01:46.321ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-06-25T04:01:46.321Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8002026-06-25T04:01:46.355Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-06-25T04:01:52.342ZFrom https://github.com/oxidecomputer/omicron
8022026-06-25T04:01:52.342Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8032026-06-25T04:01:52.762Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-06-25T04:01:53.378ZFrom https://github.com/oxidecomputer/opte
8052026-06-25T04:01:53.378Z * [new ref] cd7749d9dd18f39e065781147cbf51d39930ceca -> refs/commit/cd7749d9dd18f39e065781147cbf51d39930ceca
8062026-06-25T04:01:53.409Z Updating git repository `https://github.com/illumos/smf-rs`
8072026-06-25T04:01:53.666ZFrom https://github.com/illumos/smf-rs
8082026-06-25T04:01:53.666Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8092026-06-25T04:01:53.808Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8102026-06-25T04:01:54.092ZFrom https://github.com/oxidecomputer/network-interface
8112026-06-25T04:01:54.092Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8122026-06-25T04:01:54.098Z Updating git repository `https://github.com/oxidecomputer/zone`
8132026-06-25T04:01:54.371ZFrom https://github.com/oxidecomputer/zone
8142026-06-25T04:01:54.371Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8152026-06-25T04:01:54.394Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-06-25T04:01:54.995ZFrom https://github.com/oxidecomputer/propolis
8172026-06-25T04:01:54.995Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8182026-06-25T04:01:55.187Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8192026-06-25T04:01:55.685ZFrom https://github.com/oxidecomputer/transceiver-control
8202026-06-25T04:01:55.686Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8212026-06-25T04:01:55.706Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222026-06-25T04:01:55.975ZFrom https://github.com/oxidecomputer/dlpi-sys
8232026-06-25T04:01:55.976Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8242026-06-25T04:01:55.981Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252026-06-25T04:01:56.273ZFrom https://github.com/jmesmon/rust-libzfs
8262026-06-25T04:01:56.273Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8272026-06-25T04:01:56.281Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282026-06-25T04:01:56.530ZFrom https://github.com/oxidecomputer/rusty-doors
8292026-06-25T04:01:56.530Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8302026-06-25T04:01:56.537Z Updating git repository `https://github.com/oxidecomputer/lldp`
8312026-06-25T04:01:56.842ZFrom https://github.com/oxidecomputer/lldp
8322026-06-25T04:01:56.842Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8332026-06-25T04:01:56.885Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8342026-06-25T04:01:57.149ZFrom https://github.com/oxidecomputer/slog-error-chain
8352026-06-25T04:01:57.149Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8362026-06-25T04:01:57.281Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8372026-06-25T04:01:57.570ZFrom https://github.com/oxidecomputer/tufaceous
8382026-06-25T04:01:57.570Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8392026-06-25T04:01:57.604Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-06-25T04:01:58.065ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-06-25T04:01:58.065Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8422026-06-25T04:01:58.210Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-06-25T04:01:59.000ZFrom https://github.com/oxidecomputer/crucible
8442026-06-25T04:01:59.001Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8452026-06-25T04:01:59.048Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-06-25T04:01:59.294ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-06-25T04:01:59.294Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-06-25T04:01:59.757Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-06-25T04:02:00.204ZFrom https://github.com/oxidecomputer/propolis
8502026-06-25T04:02:00.204Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8512026-06-25T04:02:00.300Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-06-25T04:02:00.778ZFrom https://github.com/oxidecomputer/crucible
8532026-06-25T04:02:00.778Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8542026-06-25T04:02:00.843Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-06-25T04:02:01.201ZFrom https://github.com/oxidecomputer/tofino
8562026-06-25T04:02:01.201Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8572026-06-25T04:02:01.213Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-06-25T04:02:01.912ZFrom https://github.com/oxidecomputer/maghemite
8592026-06-25T04:02:01.912Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8602026-06-25T04:02:01.982Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-06-25T04:02:02.459ZFrom https://github.com/oxidecomputer/clickward
8622026-06-25T04:02:02.459Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-06-25T04:02:02.690Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-06-25T04:02:02.933ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-06-25T04:02:02.933Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-06-25T04:02:04.110Z Downloading crates ...
8672026-06-25T04:02:04.225Z Downloaded convert_case v0.4.0
8682026-06-25T04:02:04.228Z Downloaded ciborium-ll v0.2.2
8692026-06-25T04:02:04.232Z Downloaded crossbeam-deque v0.8.6
8702026-06-25T04:02:04.234Z Downloaded async-stream-impl v0.3.6
8712026-06-25T04:02:04.237Z Downloaded fixedbitset v0.4.2
8722026-06-25T04:02:04.241Z Downloaded dof v0.4.0
8732026-06-25T04:02:04.244Z Downloaded bytes v1.11.1
8742026-06-25T04:02:04.247Z Downloaded heck v0.4.1
8752026-06-25T04:02:04.250Z Downloaded dunce v1.0.5
8762026-06-25T04:02:04.250Z Downloaded daft-derive v0.1.7
8772026-06-25T04:02:04.253Z Downloaded crypto-common v0.2.2
8782026-06-25T04:02:04.256Z Downloaded base64 v0.21.7
8792026-06-25T04:02:04.259Z Downloaded foreign-types v0.5.0
8802026-06-25T04:02:04.259Z Downloaded csv-core v0.1.13
8812026-06-25T04:02:04.259Z Downloaded chacha20 v0.9.1
8822026-06-25T04:02:04.262Z Downloaded cancel-safe-futures v0.1.5
8832026-06-25T04:02:04.266Z Downloaded fs-err v3.3.0
8842026-06-25T04:02:04.269Z Downloaded hostname v0.3.1
8852026-06-25T04:02:04.270Z Downloaded hash32 v0.3.1
8862026-06-25T04:02:04.270Z Downloaded dyn-clone v1.0.20
8872026-06-25T04:02:04.272Z Downloaded darling_core v0.21.3
8882026-06-25T04:02:04.275Z Downloaded ident_case v1.0.1
8892026-06-25T04:02:04.275Z Downloaded dtrace-parser v0.3.0
8902026-06-25T04:02:04.278Z Downloaded httpdate v1.0.3
8912026-06-25T04:02:04.278Z Downloaded gethostname v0.5.0
8922026-06-25T04:02:04.281Z Downloaded backon v1.6.0
8932026-06-25T04:02:04.281Z Downloaded byte-wrapper v0.1.0
8942026-06-25T04:02:04.289Z Downloaded block-buffer v0.12.0
8952026-06-25T04:02:04.293Z Downloaded konst_macro_rules v0.2.19
8962026-06-25T04:02:04.293Z Downloaded erased-serde v0.3.31
8972026-06-25T04:02:04.293Z Downloaded instant v0.1.13
8982026-06-25T04:02:04.296Z Downloaded linked-hash-map v0.5.6
8992026-06-25T04:02:04.296Z Downloaded hybrid-array v0.4.12
9002026-06-25T04:02:04.301Z Downloaded defmt-parser v1.0.0
9012026-06-25T04:02:04.301Z Downloaded const_format v0.2.36
9022026-06-25T04:02:04.304Z Downloaded blake2 v0.10.6
9032026-06-25T04:02:04.304Z Downloaded newtype_derive v0.1.6
9042026-06-25T04:02:04.307Z Downloaded match_cfg v0.1.0
9052026-06-25T04:02:04.307Z Downloaded inout v0.1.4
9062026-06-25T04:02:04.309Z Downloaded memmap2 v0.9.10
9072026-06-25T04:02:04.309Z Downloaded fxhash v0.2.1
9082026-06-25T04:02:04.313Z Downloaded ingot-macros v0.1.1
9092026-06-25T04:02:04.313Z Downloaded log v0.4.32
9102026-06-25T04:02:04.315Z Downloaded hubpack_derive v0.1.1
9112026-06-25T04:02:04.319Z Downloaded enum-as-inner v0.6.1
9122026-06-25T04:02:04.322Z Downloaded num_enum v0.5.11
9132026-06-25T04:02:04.325Z Downloaded hostname v0.4.2
9142026-06-25T04:02:04.327Z Downloaded base16ct v1.0.0
9152026-06-25T04:02:04.330Z Downloaded async-recursion v1.1.1
9162026-06-25T04:02:04.334Z Downloaded group v0.13.0
9172026-06-25T04:02:04.336Z Downloaded async-stream v0.3.6
9182026-06-25T04:02:04.341Z Downloaded bit-set v0.8.0
9192026-06-25T04:02:04.344Z Downloaded base16ct v0.2.0
9202026-06-25T04:02:04.347Z Downloaded keccak v0.1.6
9212026-06-25T04:02:04.347Z Downloaded compression-codecs v0.4.38
9222026-06-25T04:02:04.351Z Downloaded memoffset v0.9.1
9232026-06-25T04:02:04.351Z Downloaded float-ord v0.3.2
9242026-06-25T04:02:04.354Z Downloaded num_threads v0.1.7
9252026-06-25T04:02:04.354Z Downloaded macaddr v1.0.1
9262026-06-25T04:02:04.354Z Downloaded embedded-io v0.4.0
9272026-06-25T04:02:04.358Z Downloaded ingot-types v0.1.2
9282026-06-25T04:02:04.372Z Downloaded ff v0.13.1
9292026-06-25T04:02:04.372Z Downloaded cpufeatures v0.3.0
9302026-06-25T04:02:04.372Z Downloaded darling_macro v0.23.0
9312026-06-25T04:02:04.372Z Downloaded dof v0.3.0
9322026-06-25T04:02:04.372Z Downloaded idna_adapter v1.2.2
9332026-06-25T04:02:04.372Z Downloaded critical-section v1.2.0
9342026-06-25T04:02:04.377Z Downloaded hickory-resolver v0.24.4
9352026-06-25T04:02:04.377Z Downloaded jiff-static v0.2.28
9362026-06-25T04:02:04.380Z Downloaded ciborium-io v0.2.2
9372026-06-25T04:02:04.380Z Downloaded defmt v0.3.100
9382026-06-25T04:02:04.380Z Downloaded darling_macro v0.21.3
9392026-06-25T04:02:04.380Z Downloaded dtrace-parser v0.2.0
9402026-06-25T04:02:04.384Z Downloaded cipher v0.4.4
9412026-06-25T04:02:04.384Z Downloaded crc8 v0.1.1
9422026-06-25T04:02:04.389Z Downloaded minimal-lexical v0.2.1
9432026-06-25T04:02:04.389Z Downloaded memmap v0.7.0
9442026-06-25T04:02:04.393Z Downloaded lru-cache v0.1.2
9452026-06-25T04:02:04.393Z Downloaded cmake v0.1.58
9462026-06-25T04:02:04.393Z Downloaded num v0.4.3
9472026-06-25T04:02:04.393Z Downloaded libscf-sys v1.2.0
9482026-06-25T04:02:04.396Z Downloaded crossbeam-epoch v0.9.18
9492026-06-25T04:02:04.396Z Downloaded crucible-workspace-hack v0.1.0
9502026-06-25T04:02:04.396Z Downloaded backoff v0.4.0
9512026-06-25T04:02:04.400Z Downloaded no-std-compat v0.4.1
9522026-06-25T04:02:04.400Z Downloaded num_enum_derive v0.5.11
9532026-06-25T04:02:04.403Z Downloaded dropshot-api-manager-types v0.7.2
9542026-06-25T04:02:04.403Z Downloaded olpc-cjson v0.1.4
9552026-06-25T04:02:04.404Z Downloaded opaque-debug v0.3.1
9562026-06-25T04:02:04.404Z Downloaded crunchy v0.2.4
9572026-06-25T04:02:04.407Z Downloaded const-random-macro v0.1.16
9582026-06-25T04:02:04.407Z Downloaded num-derive v0.4.2
9592026-06-25T04:02:04.407Z Downloaded newline-converter v0.3.0
9602026-06-25T04:02:04.410Z Downloaded num-conv v0.2.2
9612026-06-25T04:02:04.410Z Downloaded ipnetwork v0.21.1
9622026-06-25T04:02:04.414Z Downloaded newtype-uuid-macros v0.1.0
9632026-06-25T04:02:04.414Z Downloaded cobs v0.3.0
9642026-06-25T04:02:04.414Z Downloaded bs58 v0.5.1
9652026-06-25T04:02:04.419Z Downloaded async-trait v0.1.89
9662026-06-25T04:02:04.419Z Downloaded is-terminal v0.4.17
9672026-06-25T04:02:04.423Z Downloaded foreign-types-shared v0.3.1
9682026-06-25T04:02:04.423Z Downloaded foreign-types-macros v0.2.3
9692026-06-25T04:02:04.423Z Downloaded bytecount v0.6.9
9702026-06-25T04:02:04.423Z Downloaded const-random v0.1.18
9712026-06-25T04:02:04.426Z Downloaded internet-checksum v0.2.1
9722026-06-25T04:02:04.426Z Downloaded managed v0.8.0
9732026-06-25T04:02:04.426Z Downloaded hubpack v0.1.2
9742026-06-25T04:02:04.426Z Downloaded mime v0.3.17
9752026-06-25T04:02:04.430Z Downloaded arrayref v0.3.9
9762026-06-25T04:02:04.430Z Downloaded cstr-argument v0.1.2
9772026-06-25T04:02:04.430Z Downloaded const_format_proc_macros v0.2.34
9782026-06-25T04:02:04.433Z Downloaded num-rational v0.4.2
9792026-06-25T04:02:04.434Z Downloaded fs_extra v1.3.0
9802026-06-25T04:02:04.434Z Downloaded parse-display v0.10.0
9812026-06-25T04:02:04.436Z Downloaded displaydoc v0.2.6
9822026-06-25T04:02:04.436Z Downloaded daft v0.1.7
9832026-06-25T04:02:04.440Z Downloaded constant_time_eq v0.4.2
9842026-06-25T04:02:04.445Z Downloaded num-iter v0.1.45
9852026-06-25T04:02:04.445Z Downloaded camino v1.2.2
9862026-06-25T04:02:04.445Z Downloaded byteorder v1.5.0
9872026-06-25T04:02:04.449Z Downloaded bitflags v1.3.2
9882026-06-25T04:02:04.449Z Downloaded omicron-workspace-hack v0.1.0
9892026-06-25T04:02:04.449Z Downloaded libsw-core v0.3.2
9902026-06-25T04:02:04.449Z Downloaded bcs v0.1.6
9912026-06-25T04:02:04.454Z Downloaded linear-map v1.2.0
9922026-06-25T04:02:04.454Z Downloaded libsw v3.5.0
9932026-06-25T04:02:04.454Z Downloaded arrayvec v0.7.6
9942026-06-25T04:02:04.460Z Downloaded highway v1.3.0
9952026-06-25T04:02:04.460Z Downloaded aead v0.5.2
9962026-06-25T04:02:04.465Z Downloaded potential_utf v0.1.5
9972026-06-25T04:02:04.465Z Downloaded proc-macro-error-attr v1.0.4
9982026-06-25T04:02:04.465Z Downloaded pretty-hex v0.4.2
9992026-06-25T04:02:04.465Z Downloaded powerfmt v0.2.0
10002026-06-25T04:02:04.465Z Downloaded phf_shared v0.12.1
10012026-06-25T04:02:04.465Z Downloaded deranged v0.5.8
10022026-06-25T04:02:04.468Z Downloaded icu_normalizer v2.2.0
10032026-06-25T04:02:04.468Z Downloaded argon2 v0.5.3
10042026-06-25T04:02:04.471Z Downloaded glob v0.3.3
10052026-06-25T04:02:04.474Z Downloaded multer v3.1.0
10062026-06-25T04:02:04.474Z Downloaded progenitor-macro v0.14.0
10072026-06-25T04:02:04.477Z Downloaded proc-macro-error-attr2 v2.0.0
10082026-06-25T04:02:04.477Z Downloaded proc-macro-crate v1.3.1
10092026-06-25T04:02:04.477Z Downloaded proc-macro-crate v3.5.0
10102026-06-25T04:02:04.480Z Downloaded natord v1.0.9
10112026-06-25T04:02:04.480Z Downloaded num-integer v0.1.46
10122026-06-25T04:02:04.483Z Downloaded digest v0.11.3
10132026-06-25T04:02:04.483Z Downloaded data-encoding v2.11.0
10142026-06-25T04:02:04.486Z Downloaded darling v0.21.3
10152026-06-25T04:02:04.489Z Downloaded crossbeam-utils v0.8.21
10162026-06-25T04:02:04.489Z Downloaded console v0.16.3
10172026-06-25T04:02:04.491Z Downloaded hmac v0.12.1
10182026-06-25T04:02:04.491Z Downloaded git-stub-vcs v0.1.0
10192026-06-25T04:02:04.494Z Downloaded foldhash v0.2.0
10202026-06-25T04:02:04.494Z Downloaded chacha20 v0.10.0
10212026-06-25T04:02:04.497Z Downloaded derive-ex v0.1.8
10222026-06-25T04:02:04.497Z Downloaded ingot v0.1.1
10232026-06-25T04:02:04.500Z Downloaded embedded-io v0.6.1
10242026-06-25T04:02:04.500Z Downloaded progenitor-client v0.10.0
10252026-06-25T04:02:04.500Z Downloaded defmt-macros v1.1.0
10262026-06-25T04:02:04.504Z Downloaded pem v3.0.6
10272026-06-25T04:02:04.504Z Downloaded progenitor-macro v0.10.0
10282026-06-25T04:02:04.507Z Downloaded const-oid v0.10.2
10292026-06-25T04:02:04.507Z Downloaded bit-vec v0.8.0
10302026-06-25T04:02:04.510Z Downloaded litemap v0.8.2
10312026-06-25T04:02:04.510Z Downloaded indexmap v1.9.3
10322026-06-25T04:02:04.513Z Downloaded poly1305 v0.8.0
10332026-06-25T04:02:04.513Z Downloaded phf v0.12.1
10342026-06-25T04:02:04.516Z Downloaded password-hash v0.5.0
10352026-06-25T04:02:04.516Z Downloaded arc-swap v1.9.1
10362026-06-25T04:02:04.519Z Downloaded rand_xorshift v0.4.0
10372026-06-25T04:02:04.519Z Downloaded progenitor-macro v0.13.0
10382026-06-25T04:02:04.522Z Downloaded num_enum_derive v0.7.6
10392026-06-25T04:02:04.522Z Downloaded hashbrown v0.12.3
10402026-06-25T04:02:04.525Z Downloaded darling v0.23.0
10412026-06-25T04:02:04.528Z Downloaded plain v0.2.3
10422026-06-25T04:02:04.528Z Downloaded oxide-tokio-rt v0.1.6
10432026-06-25T04:02:04.532Z Downloaded num_enum v0.7.6
10442026-06-25T04:02:04.536Z Downloaded rustc_version v0.1.7
10452026-06-25T04:02:04.536Z Downloaded quick-error v1.2.3
10462026-06-25T04:02:04.536Z Downloaded parse-display-derive v0.10.0
10472026-06-25T04:02:04.536Z Downloaded parking_lot_core v0.8.6
10482026-06-25T04:02:04.539Z Downloaded ref-cast-impl v1.0.25
10492026-06-25T04:02:04.539Z Downloaded num-complex v0.4.6
10502026-06-25T04:02:04.539Z Downloaded konst v0.2.20
10512026-06-25T04:02:04.542Z Downloaded ref-cast v1.0.25
10522026-06-25T04:02:04.542Z Downloaded pest_derive v2.8.6
10532026-06-25T04:02:04.545Z Downloaded dropshot_endpoint v0.17.1
10542026-06-25T04:02:04.548Z Downloaded diff v0.1.13
10552026-06-25T04:02:04.548Z Downloaded serde_repr v0.1.20
10562026-06-25T04:02:04.551Z Downloaded progenitor-client v0.14.0
10572026-06-25T04:02:04.551Z Downloaded progenitor v0.13.0
10582026-06-25T04:02:04.553Z Downloaded scroll_derive v0.12.1
10592026-06-25T04:02:04.553Z Downloaded proc-macro-error2 v2.0.1
10602026-06-25T04:02:04.556Z Downloaded cookie v0.18.1
10612026-06-25T04:02:04.556Z Downloaded secrecy v0.10.3
10622026-06-25T04:02:04.556Z Downloaded parking_lot v0.11.2
10632026-06-25T04:02:04.559Z Downloaded scroll_derive v0.13.1
10642026-06-25T04:02:04.559Z Downloaded icu_properties v2.2.0
10652026-06-25T04:02:04.562Z Downloaded half v2.7.1
10662026-06-25T04:02:04.562Z Downloaded serial_test v3.5.0
10672026-06-25T04:02:04.565Z Downloaded progenitor v0.10.0
10682026-06-25T04:02:04.565Z Downloaded sha1 v0.10.6
10692026-06-25T04:02:04.568Z Downloaded sha1 v0.11.0
10702026-06-25T04:02:04.568Z Downloaded darling_core v0.23.0
10712026-06-25T04:02:04.571Z Downloaded serde_plain v1.0.2
10722026-06-25T04:02:04.571Z Downloaded same-file v1.0.6
10732026-06-25T04:02:04.574Z Downloaded progenitor-client v0.13.0
10742026-06-25T04:02:04.574Z Downloaded getrandom v0.4.2
10752026-06-25T04:02:04.577Z Downloaded quote v1.0.45
10762026-06-25T04:02:04.577Z Downloaded compression-core v0.4.32
10772026-06-25T04:02:04.580Z Downloaded anyhow v1.0.102
10782026-06-25T04:02:04.580Z Downloaded slog-envlogger v2.2.0
10792026-06-25T04:02:04.583Z Downloaded rand_core v0.10.1
10802026-06-25T04:02:04.583Z Downloaded sigpipe v0.1.3
10812026-06-25T04:02:04.583Z Downloaded serde-big-array v0.5.1
10822026-06-25T04:02:04.586Z Downloaded semver v0.1.20
10832026-06-25T04:02:04.586Z Downloaded progenitor v0.14.0
10842026-06-25T04:02:04.586Z Downloaded drift v0.2.0
10852026-06-25T04:02:04.592Z Downloaded slog-bunyan v2.5.0
10862026-06-25T04:02:04.595Z Downloaded progenitor-extras v0.2.0
10872026-06-25T04:02:04.595Z Downloaded proc-macro-error v1.0.4
10882026-06-25T04:02:04.598Z Downloaded structmeta-derive v0.3.0
10892026-06-25T04:02:04.598Z Downloaded scroll v0.12.0
10902026-06-25T04:02:04.598Z Downloaded rustls-native-certs v0.8.4
10912026-06-25T04:02:04.601Z Downloaded elliptic-curve v0.13.8
10922026-06-25T04:02:04.601Z Downloaded resolv-conf v0.7.6
10932026-06-25T04:02:04.604Z Downloaded scroll v0.13.0
10942026-06-25T04:02:04.604Z Downloaded rand_chacha v0.3.1
10952026-06-25T04:02:04.604Z Downloaded siphasher v1.0.3
10962026-06-25T04:02:04.609Z Downloaded h2 v0.4.14
10972026-06-25T04:02:04.611Z Downloaded spin v0.5.2
10982026-06-25T04:02:04.611Z Downloaded smawk v0.3.2
10992026-06-25T04:02:04.611Z Downloaded oxnet v0.1.6
11002026-06-25T04:02:04.611Z Downloaded thiserror-impl-no-std v2.0.2
11012026-06-25T04:02:04.615Z Downloaded structmeta v0.3.0
11022026-06-25T04:02:04.615Z Downloaded rustversion v1.0.22
11032026-06-25T04:02:04.615Z Downloaded bitflags v2.12.1
11042026-06-25T04:02:04.618Z Downloaded rusty-fork v0.3.1
11052026-06-25T04:02:04.618Z Downloaded stable_deref_trait v1.2.1
11062026-06-25T04:02:04.621Z Downloaded serial_test_derive v3.5.0
11072026-06-25T04:02:04.622Z Downloaded paste v1.0.15
11082026-06-25T04:02:04.622Z Downloaded allocator-api2 v0.2.21
11092026-06-25T04:02:04.625Z Downloaded postcard v1.1.3
11102026-06-25T04:02:04.625Z Downloaded tabled_derive v0.7.0
11112026-06-25T04:02:04.626Z Downloaded icu_provider v2.2.0
11122026-06-25T04:02:04.629Z Downloaded defmt v1.1.0
11132026-06-25T04:02:04.632Z Downloaded chacha20poly1305 v0.10.1
11142026-06-25T04:02:04.632Z Downloaded papergrid v0.18.0
11152026-06-25T04:02:04.636Z Downloaded termtree v0.5.1
11162026-06-25T04:02:04.636Z Downloaded take_mut v0.2.2
11172026-06-25T04:02:04.636Z Downloaded tabled_derive v0.11.0
11182026-06-25T04:02:04.639Z Downloaded async-compression v0.4.42
11192026-06-25T04:02:04.639Z Downloaded thread-id v4.2.2
11202026-06-25T04:02:04.643Z Downloaded tagptr v0.2.0
11212026-06-25T04:02:04.643Z Downloaded git-stub v1.0.0
11222026-06-25T04:02:04.643Z Downloaded colored v3.1.1
11232026-06-25T04:02:04.646Z Downloaded slog-scope v4.4.1
11242026-06-25T04:02:04.646Z Downloaded slog-json v2.6.1
11252026-06-25T04:02:04.646Z Downloaded ciborium v0.2.2
11262026-06-25T04:02:04.650Z Downloaded schemars_derive v0.8.22
11272026-06-25T04:02:04.650Z Downloaded rustls-pemfile v2.2.0
11282026-06-25T04:02:04.650Z Downloaded thread-id v5.1.0
11292026-06-25T04:02:04.653Z Downloaded cargo_toml v0.22.3
11302026-06-25T04:02:04.653Z Downloaded pest_generator v2.8.6
11312026-06-25T04:02:04.656Z Downloaded papergrid v0.11.0
11322026-06-25T04:02:04.659Z Downloaded strum v0.27.2
11332026-06-25T04:02:04.662Z Downloaded serde_derive_internals v0.29.1
11342026-06-25T04:02:04.662Z Downloaded slog-term v2.9.2
11352026-06-25T04:02:04.665Z Downloaded hickory-resolver v0.25.2
11362026-06-25T04:02:04.669Z Downloaded smartstring v1.0.1
11372026-06-25T04:02:04.671Z Downloaded pest_meta v2.8.6
11382026-06-25T04:02:04.672Z Downloaded topological-sort v0.2.2
11392026-06-25T04:02:04.675Z Downloaded untrusted v0.7.1
11402026-06-25T04:02:04.675Z Downloaded unit-prefix v0.5.2
11412026-06-25T04:02:04.680Z Downloaded strum v0.26.3
11422026-06-25T04:02:04.680Z Downloaded snafu-derive v0.8.9
11432026-06-25T04:02:04.680Z Downloaded slog-stdlog v4.1.1
11442026-06-25T04:02:04.683Z Downloaded typify-macro v0.4.3
11452026-06-25T04:02:04.683Z Downloaded smf v0.2.3
11462026-06-25T04:02:04.683Z Downloaded derive_more v0.99.20
11472026-06-25T04:02:04.685Z Downloaded rhai_codegen v3.2.0
11482026-06-25T04:02:04.689Z Downloaded universal-hash v0.5.1
11492026-06-25T04:02:04.692Z Downloaded strum_macros v0.26.4
11502026-06-25T04:02:04.692Z Downloaded waitgroup v0.1.2
11512026-06-25T04:02:04.692Z Downloaded utf-8 v0.7.6
11522026-06-25T04:02:04.696Z Downloaded usdt-attr-macro v0.6.0
11532026-06-25T04:02:04.696Z Downloaded testing_table v0.3.0
11542026-06-25T04:02:04.699Z Downloaded typify-macro v0.6.2
11552026-06-25T04:02:04.699Z Downloaded wait-timeout v0.2.1
11562026-06-25T04:02:04.699Z Downloaded usdt-macro v0.6.0
11572026-06-25T04:02:04.699Z Downloaded time-core v0.1.8
11582026-06-25T04:02:04.699Z Downloaded serde_with_macros v3.20.0
11592026-06-25T04:02:04.708Z Downloaded tabwriter v1.4.1
11602026-06-25T04:02:04.710Z Downloaded tinystr v0.8.3
11612026-06-25T04:02:04.710Z Downloaded thiserror-no-std v2.0.2
11622026-06-25T04:02:04.713Z Downloaded usdt-attr-macro v0.5.0
11632026-06-25T04:02:04.713Z Downloaded usdt v0.5.0
11642026-06-25T04:02:04.717Z Downloaded openssl-sys v0.9.116
11652026-06-25T04:02:04.719Z Downloaded time-macros v0.2.27
11662026-06-25T04:02:04.723Z Downloaded tokio-tungstenite v0.21.0
11672026-06-25T04:02:04.726Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-06-25T04:02:04.726Z Downloaded tokio-dtrace v0.1.1
11692026-06-25T04:02:04.729Z Downloaded zerofrom-derive v0.1.7
11702026-06-25T04:02:04.729Z Downloaded progenitor-impl v0.13.0
11712026-06-25T04:02:04.729Z Downloaded zone_cfg_derive v0.3.1
11722026-06-25T04:02:04.729Z Downloaded zerofrom v0.1.8
11732026-06-25T04:02:04.733Z Downloaded serde_tokenstream v0.2.3
11742026-06-25T04:02:04.733Z Downloaded icu_locale_core v2.2.0
11752026-06-25T04:02:04.735Z Downloaded prettyplease v0.2.37
11762026-06-25T04:02:04.738Z Downloaded yoke-derive v0.8.2
11772026-06-25T04:02:04.738Z Downloaded spin v0.9.8
11782026-06-25T04:02:04.741Z Downloaded zeroize_derive v1.4.3
11792026-06-25T04:02:04.741Z Downloaded icu_normalizer_data v2.2.0
11802026-06-25T04:02:04.741Z Downloaded usdt-macro v0.5.0
11812026-06-25T04:02:04.741Z Downloaded smallvec v1.15.1
11822026-06-25T04:02:04.745Z Downloaded zone v0.3.1
11832026-06-25T04:02:04.745Z Downloaded synstructure v0.13.2
11842026-06-25T04:02:04.747Z Downloaded rustls-platform-verifier v0.7.0
11852026-06-25T04:02:04.750Z Downloaded progenitor-impl v0.10.0
11862026-06-25T04:02:04.758Z Downloaded slog-async v2.8.0
11872026-06-25T04:02:04.760Z Downloaded progenitor-impl v0.14.0
11882026-06-25T04:02:04.760Z Downloaded slog-dtrace v0.3.0
11892026-06-25T04:02:04.763Z Downloaded schemars v0.8.22
11902026-06-25T04:02:04.767Z Downloaded serde_yaml v0.9.34+deprecated
11912026-06-25T04:02:04.770Z Downloaded tiny-keccak v2.0.2
11922026-06-25T04:02:04.773Z Downloaded term v1.2.1
11932026-06-25T04:02:04.776Z Downloaded usdt-impl v0.5.0
11942026-06-25T04:02:04.776Z Downloaded strum_macros v0.27.2
11952026-06-25T04:02:04.776Z Downloaded similar v2.7.0
11962026-06-25T04:02:04.779Z Downloaded writeable v0.6.3
11972026-06-25T04:02:04.779Z Downloaded cc v1.2.63
11982026-06-25T04:02:04.782Z Downloaded crypto-bigint v0.5.5
11992026-06-25T04:02:04.784Z Downloaded xz2 v0.1.7
12002026-06-25T04:02:04.788Z Downloaded walkdir v2.5.0
12012026-06-25T04:02:04.788Z Downloaded pretty_assertions v1.4.1
12022026-06-25T04:02:04.791Z Downloaded slog v2.8.2
12032026-06-25T04:02:04.795Z Downloaded expectorate v1.2.0
12042026-06-25T04:02:04.797Z Downloaded crossbeam-channel v0.5.15
12052026-06-25T04:02:04.797Z Downloaded vsss-rs v3.3.4
12062026-06-25T04:02:04.800Z Downloaded zeroize v1.8.2
12072026-06-25T04:02:04.800Z Downloaded zerovec-derive v0.11.3
12082026-06-25T04:02:04.800Z Downloaded memchr v2.8.1
12092026-06-25T04:02:04.804Z Downloaded rayon-core v1.13.0
12102026-06-25T04:02:04.808Z Downloaded icu_properties_data v2.2.0
12112026-06-25T04:02:04.811Z Downloaded whoami v1.6.1
12122026-06-25T04:02:04.814Z Downloaded http v1.4.1
12132026-06-25T04:02:04.817Z Downloaded schemars v0.9.0
12142026-06-25T04:02:04.822Z Downloaded ucd-trie v0.1.7
12152026-06-25T04:02:04.825Z Downloaded hkdf v0.12.4
12162026-06-25T04:02:04.825Z Downloaded usdt-impl v0.6.0
12172026-06-25T04:02:04.825Z Downloaded toml v0.9.12+spec-1.1.0
12182026-06-25T04:02:04.828Z Downloaded toml v0.7.8
12192026-06-25T04:02:04.830Z Downloaded test-strategy v0.4.5
12202026-06-25T04:02:04.833Z Downloaded usdt v0.6.0
12212026-06-25T04:02:04.833Z Downloaded quinn v0.11.9
12222026-06-25T04:02:04.833Z Downloaded tungstenite v0.21.0
12232026-06-25T04:02:04.836Z Downloaded yoke v0.8.3
12242026-06-25T04:02:04.839Z Downloaded qorb v0.4.1
12252026-06-25T04:02:04.839Z Downloaded thin-vec v0.2.18
12262026-06-25T04:02:04.841Z Downloaded rand v0.8.6
12272026-06-25T04:02:04.841Z Downloaded icu_collections v2.2.0
12282026-06-25T04:02:04.844Z Downloaded heapless v0.8.0
12292026-06-25T04:02:04.854Z Downloaded snafu v0.8.9
12302026-06-25T04:02:04.858Z Downloaded zerocopy-derive v0.7.35
12312026-06-25T04:02:04.861Z Downloaded toml_edit v0.25.12+spec-1.1.0
12322026-06-25T04:02:04.864Z Downloaded schemars v1.2.1
12332026-06-25T04:02:04.869Z Downloaded typify v0.6.2
12342026-06-25T04:02:04.872Z Downloaded nom v7.1.3
12352026-06-25T04:02:04.874Z Downloaded unsafe-libyaml v0.2.11
12362026-06-25T04:02:04.880Z Downloaded itertools v0.12.1
12372026-06-25T04:02:04.884Z Downloaded uuid v1.23.2
12382026-06-25T04:02:04.888Z Downloaded toml_edit v0.19.15
12392026-06-25T04:02:04.896Z Downloaded pest v2.8.6
12402026-06-25T04:02:04.911Z Downloaded typify v0.4.3
12412026-06-25T04:02:04.914Z Downloaded rand v0.10.1
12422026-06-25T04:02:04.917Z Downloaded nom v8.0.0
12432026-06-25T04:02:04.919Z Downloaded dropshot-api-manager v0.7.2
12442026-06-25T04:02:04.932Z Downloaded hashbrown v0.16.1
12452026-06-25T04:02:04.935Z Downloaded yansi v1.0.1
12462026-06-25T04:02:04.935Z Downloaded steno v0.4.1
12472026-06-25T04:02:04.946Z Downloaded zerotrie v0.2.4
12482026-06-25T04:02:04.954Z Downloaded ron v0.12.1
12492026-06-25T04:02:04.959Z Downloaded libm v0.2.16
12502026-06-25T04:02:04.964Z Downloaded iddqd v0.4.2
12512026-06-25T04:02:04.968Z Downloaded goblin v0.8.2
12522026-06-25T04:02:04.971Z Downloaded aws-lc-rs v1.17.0
12532026-06-25T04:02:04.977Z Downloaded regex v1.12.3
12542026-06-25T04:02:04.984Z Downloaded reqwest v0.13.4
12552026-06-25T04:02:04.991Z Downloaded zerocopy-derive v0.8.50
12562026-06-25T04:02:04.995Z Downloaded typed-path v0.9.3
12572026-06-25T04:02:05.003Z Downloaded zerovec v0.11.6
12582026-06-25T04:02:05.006Z Downloaded omicron-zone-package v0.12.2
12592026-06-25T04:02:05.018Z Downloaded tough v0.22.0
12602026-06-25T04:02:05.023Z Downloaded rayon v1.12.0
12612026-06-25T04:02:05.028Z Downloaded winnow v0.5.40
12622026-06-25T04:02:05.032Z Downloaded unarray v0.1.4
12632026-06-25T04:02:05.042Z Downloaded zerocopy v0.7.35
12642026-06-25T04:02:05.046Z Downloaded indicatif v0.18.4
12652026-06-25T04:02:05.061Z Downloaded serde_with v3.20.0
12662026-06-25T04:02:05.067Z Downloaded moka v0.12.15
12672026-06-25T04:02:05.073Z Downloaded proptest v1.11.0
12682026-06-25T04:02:05.086Z Downloaded goblin v0.10.7
12692026-06-25T04:02:05.098Z Downloaded blake3 v1.8.5
12702026-06-25T04:02:05.102Z Downloaded syn v1.0.109
12712026-06-25T04:02:05.128Z Downloaded chrono-tz v0.10.4
12722026-06-25T04:02:05.138Z Downloaded quinn-proto v0.11.14
12732026-06-25T04:02:05.142Z Downloaded openssl v0.10.80
12742026-06-25T04:02:05.147Z Downloaded zerocopy v0.8.50
12752026-06-25T04:02:05.158Z Downloaded webpki-roots v1.0.7
12762026-06-25T04:02:05.161Z Downloaded nix v0.31.3
12772026-06-25T04:02:05.167Z Downloaded hickory-proto v0.24.4
12782026-06-25T04:02:05.175Z Downloaded tabled v0.15.0
12792026-06-25T04:02:05.183Z Downloaded tabled v0.21.0
12802026-06-25T04:02:05.193Z Downloaded time v0.3.47
12812026-06-25T04:02:05.200Z Downloaded hickory-proto v0.25.2
12822026-06-25T04:02:05.208Z Downloaded bstr v1.12.1
12832026-06-25T04:02:05.213Z Downloaded syn v2.0.117
12842026-06-25T04:02:05.234Z Downloaded dropshot v0.17.1
12852026-06-25T04:02:05.247Z Downloaded sled v0.34.7
12862026-06-25T04:02:05.253Z Downloaded regress v0.10.5
12872026-06-25T04:02:05.257Z Downloaded openapiv3 v2.2.0
12882026-06-25T04:02:05.264Z Downloaded smoltcp v0.11.0
12892026-06-25T04:02:05.271Z Downloaded regex-syntax v0.8.10
12902026-06-25T04:02:05.275Z Downloaded rustls v0.23.40
12912026-06-25T04:02:05.283Z Downloaded rhai v1.25.1
12922026-06-25T04:02:05.289Z Downloaded lzma-sys v0.1.20
12932026-06-25T04:02:05.309Z Downloaded regress v0.11.1
12942026-06-25T04:02:05.316Z Downloaded petgraph v0.6.5
12952026-06-25T04:02:05.325Z Downloaded jiff v0.2.28
12962026-06-25T04:02:05.336Z Downloaded typify-impl v0.6.2
12972026-06-25T04:02:05.344Z Downloaded typify-impl v0.4.3
12982026-06-25T04:02:05.387Z Downloaded encoding_rs v0.8.35
12992026-06-25T04:02:05.415Z Downloaded sha3 v0.10.9
13002026-06-25T04:02:05.420Z Downloaded csv v1.4.0
13012026-06-25T04:02:06.043Z Downloaded aws-lc-sys v0.41.0
13022026-06-25T04:02:06.965Z Compiling proc-macro2 v1.0.106
13032026-06-25T04:02:06.965Z Compiling unicode-ident v1.0.24
13042026-06-25T04:02:06.965Z Compiling quote v1.0.45
13052026-06-25T04:02:06.965Z Compiling serde_core v1.0.228
13062026-06-25T04:02:06.969Z Compiling cfg-if v1.0.4
13072026-06-25T04:02:06.969Z Compiling serde v1.0.228
13082026-06-25T04:02:06.969Z Compiling libc v0.2.186
13092026-06-25T04:02:06.969Z Compiling memchr v2.8.1
13102026-06-25T04:02:07.124Z Compiling itoa v1.0.18
13112026-06-25T04:02:07.301Z Compiling smallvec v1.15.1
13122026-06-25T04:02:07.384Z Compiling zmij v1.0.21
13132026-06-25T04:02:07.403Z Compiling autocfg v1.5.1
13142026-06-25T04:02:07.511Z Compiling libm v0.2.16
13152026-06-25T04:02:07.734Z Compiling stable_deref_trait v1.2.1
13162026-06-25T04:02:07.734Z Compiling litemap v0.8.2
13172026-06-25T04:02:07.804Z Compiling writeable v0.6.3
13182026-06-25T04:02:07.885Z Compiling percent-encoding v2.3.2
13192026-06-25T04:02:07.920Z Compiling icu_properties_data v2.2.0
13202026-06-25T04:02:07.974Z Compiling icu_normalizer_data v2.2.0
13212026-06-25T04:02:07.984Z Compiling utf8_iter v1.0.4
13222026-06-25T04:02:08.080Z Compiling iana-time-zone v0.1.65
13232026-06-25T04:02:08.150Z Compiling equivalent v1.0.2
13242026-06-25T04:02:08.231Z Compiling syn v2.0.117
13252026-06-25T04:02:08.297Z Compiling form_urlencoded v1.2.2
13262026-06-25T04:02:08.308Z Compiling serde_json v1.0.150
13272026-06-25T04:02:08.319Z Compiling dyn-clone v1.0.20
13282026-06-25T04:02:08.329Z Compiling pin-project-lite v0.2.17
13292026-06-25T04:02:08.438Z Compiling version_check v0.9.5
13302026-06-25T04:02:08.473Z Compiling scopeguard v1.2.0
13312026-06-25T04:02:08.509Z Compiling parking_lot_core v0.9.12
13322026-06-25T04:02:08.531Z Compiling num-traits v0.2.19
13332026-06-25T04:02:08.576Z Compiling lock_api v0.4.14
13342026-06-25T04:02:08.619Z Compiling rand_core v0.10.1
13352026-06-25T04:02:08.707Z Compiling thiserror v2.0.18
13362026-06-25T04:02:08.769Z Compiling getrandom v0.4.2
13372026-06-25T04:02:08.800Z Compiling hashbrown v0.17.1
13382026-06-25T04:02:08.811Z Compiling errno v0.3.14
13392026-06-25T04:02:08.957Z Compiling log v0.4.32
13402026-06-25T04:02:09.027Z Compiling heck v0.5.0
13412026-06-25T04:02:09.138Z Compiling semver v1.0.28
13422026-06-25T04:02:09.256Z Compiling futures-core v0.3.32
13432026-06-25T04:02:09.302Z Compiling indexmap v2.14.0
13442026-06-25T04:02:09.352Z Compiling uuid v1.23.2
13452026-06-25T04:02:09.398Z Compiling zerocopy v0.8.50
13462026-06-25T04:02:09.478Z Compiling futures-sink v0.3.32
13472026-06-25T04:02:09.547Z Compiling schemars v0.8.22
13482026-06-25T04:02:09.574Z Compiling slab v0.4.12
13492026-06-25T04:02:09.747Z Compiling jobserver v0.1.34
13502026-06-25T04:02:09.778Z Compiling find-msvc-tools v0.1.9
13512026-06-25T04:02:09.811Z Compiling fnv v1.0.7
13522026-06-25T04:02:09.829Z Compiling rustversion v1.0.22
13532026-06-25T04:02:09.901Z Compiling shlex v2.0.1
13542026-06-25T04:02:09.923Z Compiling futures-channel v0.3.32
13552026-06-25T04:02:10.001Z Compiling bitflags v2.12.1
13562026-06-25T04:02:10.050Z Compiling cc v1.2.63
13572026-06-25T04:02:10.075Z Compiling futures-io v0.3.32
13582026-06-25T04:02:10.143Z Compiling futures-task v0.3.32
13592026-06-25T04:02:10.246Z Compiling socket2 v0.6.4
13602026-06-25T04:02:10.390Z Compiling signal-hook-registry v1.4.8
13612026-06-25T04:02:10.393Z Compiling mio v1.2.1
13622026-06-25T04:02:10.497Z Compiling parking_lot v0.12.5
13632026-06-25T04:02:10.566Z Compiling portable-atomic v1.13.1
13642026-06-25T04:02:10.655Z Compiling typenum v1.20.1
13652026-06-25T04:02:10.729Z Compiling fs_extra v1.3.0
13662026-06-25T04:02:10.874Z Compiling cmake v0.1.58
13672026-06-25T04:02:10.885Z Compiling dunce v1.0.5
13682026-06-25T04:02:10.901Z Compiling base64 v0.22.1
13692026-06-25T04:02:10.975Z Compiling critical-section v1.2.0
13702026-06-25T04:02:10.986Z Compiling slog v2.8.2
13712026-06-25T04:02:11.081Z Compiling synstructure v0.13.2
13722026-06-25T04:02:11.215Z Compiling serde_derive_internals v0.29.1
13732026-06-25T04:02:11.218Z Compiling byteorder v1.5.0
13742026-06-25T04:02:11.235Z Compiling subtle v2.6.1
13752026-06-25T04:02:11.390Z Compiling aws-lc-sys v0.41.0
13762026-06-25T04:02:11.402Z Compiling strsim v0.11.1
13772026-06-25T04:02:11.446Z Compiling rustix v1.1.4
13782026-06-25T04:02:11.457Z Compiling once_cell v1.21.4
13792026-06-25T04:02:11.576Z Compiling regex-syntax v0.8.10
13802026-06-25T04:02:11.590Z Compiling ipnet v2.12.0
13812026-06-25T04:02:11.666Z Compiling atomic-waker v1.1.2
13822026-06-25T04:02:11.793Z Compiling httparse v1.10.1
13832026-06-25T04:02:11.804Z Compiling tower-service v0.3.3
13842026-06-25T04:02:11.893Z Compiling tower-layer v0.3.3
13852026-06-25T04:02:11.951Z Compiling getrandom v0.2.17
13862026-06-25T04:02:12.009Z Compiling ucd-trie v0.1.7
13872026-06-25T04:02:12.051Z Compiling untrusted v0.9.0
13882026-06-25T04:02:12.133Z Compiling try-lock v0.2.5
13892026-06-25T04:02:12.144Z Compiling thiserror v1.0.69
13902026-06-25T04:02:12.173Z Compiling ryu v1.0.23
13912026-06-25T04:02:12.238Z Compiling want v0.3.1
13922026-06-25T04:02:12.316Z Compiling pest v2.8.6
13932026-06-25T04:02:12.338Z Compiling serde_derive v1.0.228
13942026-06-25T04:02:12.352Z Compiling zerofrom-derive v0.1.7
13952026-06-25T04:02:12.399Z Compiling yoke-derive v0.8.2
13962026-06-25T04:02:12.465Z Compiling zerovec-derive v0.11.3
13972026-06-25T04:02:12.512Z Compiling displaydoc v0.2.6
13982026-06-25T04:02:13.307Z Compiling schemars_derive v0.8.22
13992026-06-25T04:02:13.459Z Compiling thiserror-impl v2.0.18
14002026-06-25T04:02:13.593Z Compiling zerofrom v0.1.8
14012026-06-25T04:02:13.599Z Compiling tokio-macros v2.7.0
14022026-06-25T04:02:13.599Z Compiling zerocopy-derive v0.8.50
14032026-06-25T04:02:13.663Z Compiling yoke v0.8.3
14042026-06-25T04:02:14.057Z Compiling zerovec v0.11.6
14052026-06-25T04:02:14.228Z Compiling zerotrie v0.2.4
14062026-06-25T04:02:14.279Z Compiling tinystr v0.8.3
14072026-06-25T04:02:14.376Z Compiling potential_utf v0.1.5
14082026-06-25T04:02:14.489Z Compiling icu_locale_core v2.2.0
14092026-06-25T04:02:14.498Z Compiling icu_collections v2.2.0
14102026-06-25T04:02:14.512Z Compiling zeroize_derive v1.4.3
14112026-06-25T04:02:14.517Z Compiling futures-macro v0.3.32
14122026-06-25T04:02:14.945Z Compiling thiserror-impl v1.0.69
14132026-06-25T04:02:14.992Z Compiling rand_core v0.6.4
14142026-06-25T04:02:15.175Z Compiling icu_provider v2.2.0
14152026-06-25T04:02:15.208Z Compiling zeroize v1.8.2
14162026-06-25T04:02:15.353Z Compiling futures-util v0.3.32
14172026-06-25T04:02:15.477Z Compiling bytes v1.11.1
14182026-06-25T04:02:15.523Z Compiling icu_properties v2.2.0
14192026-06-25T04:02:15.524Z Compiling icu_normalizer v2.2.0
14202026-06-25T04:02:15.594Z Compiling chrono v0.4.45
14212026-06-25T04:02:16.122Z Compiling http v1.4.1
14222026-06-25T04:02:16.130Z Compiling tokio v1.52.3
14232026-06-25T04:02:16.162Z Compiling serde_tokenstream v0.2.3
14242026-06-25T04:02:16.438Z Compiling idna_adapter v1.2.2
14252026-06-25T04:02:16.613Z Compiling idna v1.1.0
14262026-06-25T04:02:16.729Z Compiling erased-serde v0.3.31
14272026-06-25T04:02:17.076Z Compiling url v2.5.8
14282026-06-25T04:02:17.087Z Compiling http-body v1.0.1
14292026-06-25T04:02:18.301Z Compiling httpdate v1.0.3
14302026-06-25T04:02:18.330Z Compiling pest_meta v2.8.6
14312026-06-25T04:02:18.330Z Compiling getrandom v0.3.4
14322026-06-25T04:02:18.330Z Compiling pretty-hex v0.4.2
14332026-06-25T04:02:18.330Z Compiling ppv-lite86 v0.2.21
14342026-06-25T04:02:18.330Z Compiling plain v0.2.3
14352026-06-25T04:02:18.330Z Compiling winnow v1.0.3
14362026-06-25T04:02:18.330Z Compiling paste v1.0.15
14372026-06-25T04:02:18.330Z Compiling allocator-api2 v0.2.21
14382026-06-25T04:02:18.330Z Compiling pest_generator v2.8.6
14392026-06-25T04:02:18.330Z Compiling foldhash v0.2.0
14402026-06-25T04:02:18.330Z Compiling tracing-attributes v0.1.31
14412026-06-25T04:02:18.433Z Compiling ipnetwork v0.21.1
14422026-06-25T04:02:18.655Z Compiling oxnet v0.1.6
14432026-06-25T04:02:18.680Z Compiling pest_derive v2.8.6
14442026-06-25T04:02:18.867Z Compiling hashbrown v0.16.1
14452026-06-25T04:02:18.906Z Compiling tracing-core v0.1.36
14462026-06-25T04:02:19.026Z Compiling ident_case v1.0.1
14472026-06-25T04:02:19.113Z Compiling omicron-workspace-hack v0.1.0
14482026-06-25T04:02:19.241Z Compiling http-body-util v0.1.3
14492026-06-25T04:02:19.341Z Compiling serde_urlencoded v0.7.1
14502026-06-25T04:02:19.440Z Compiling aho-corasick v1.1.4
14512026-06-25T04:02:19.500Z Compiling tracing v0.1.44
14522026-06-25T04:02:19.511Z Compiling sync_wrapper v1.0.2
14532026-06-25T04:02:19.536Z Compiling daft-derive v0.1.7
14542026-06-25T04:02:19.641Z Compiling fastrand v2.4.1
14552026-06-25T04:02:19.734Z Compiling tokio-util v0.7.18
14562026-06-25T04:02:19.896Z Compiling scroll_derive v0.13.1
14572026-06-25T04:02:20.295Z Compiling regex-automata v0.4.14
14582026-06-25T04:02:20.509Z Compiling async-trait v0.1.89
14592026-06-25T04:02:20.772Z Compiling aws-lc-rs v1.17.0
14602026-06-25T04:02:20.878Z Compiling anyhow v1.0.102
14612026-06-25T04:02:20.890Z Compiling time-core v0.1.8
14622026-06-25T04:02:21.047Z Compiling num-conv v0.2.2
14632026-06-25T04:02:21.096Z Compiling powerfmt v0.2.0
14642026-06-25T04:02:21.181Z Compiling time-macros v0.2.27
14652026-06-25T04:02:21.310Z Compiling deranged v0.5.8
14662026-06-25T04:02:21.414Z Compiling scroll v0.13.0
14672026-06-25T04:02:21.517Z Compiling rustls-pki-types v1.14.1
14682026-06-25T04:02:21.682Z Compiling num_threads v0.1.7
14692026-06-25T04:02:21.787Z Compiling hex v0.4.3
14702026-06-25T04:02:21.985Z Compiling regex v1.12.3
14712026-06-25T04:02:22.032Z Compiling openssl-probe v0.2.1
14722026-06-25T04:02:22.171Z Compiling goblin v0.10.7
14732026-06-25T04:02:22.275Z Compiling untrusted v0.7.1
14742026-06-25T04:02:22.398Z Compiling camino v1.2.2
14752026-06-25T04:02:22.584Z Compiling usdt-impl v0.6.0
14762026-06-25T04:02:22.592Z Compiling crc32fast v1.5.0
14772026-06-25T04:02:22.742Z Compiling rustls v0.23.40
14782026-06-25T04:02:22.872Z Compiling h2 v0.4.14
14792026-06-25T04:02:22.925Z Compiling dtrace-parser v0.3.0
14802026-06-25T04:02:22.963Z Compiling crossbeam-utils v0.8.21
14812026-06-25T04:02:23.181Z Compiling futures-executor v0.3.32
14822026-06-25T04:02:23.279Z Compiling structmeta-derive v0.3.0
14832026-06-25T04:02:23.330Z Compiling thread-id v5.1.0
14842026-06-25T04:02:23.409Z Compiling adler2 v2.0.1
14852026-06-25T04:02:23.447Z Compiling simd-adler32 v0.3.9
14862026-06-25T04:02:23.537Z Compiling cpufeatures v0.3.0
14872026-06-25T04:02:23.608Z Compiling miniz_oxide v0.8.9
14882026-06-25T04:02:23.645Z Compiling futures v0.3.32
14892026-06-25T04:02:23.785Z Compiling rand_core v0.9.5
14902026-06-25T04:02:23.995Z Compiling darling_core v0.23.0
14912026-06-25T04:02:24.230Z Compiling newtype-uuid-macros v0.1.0
14922026-06-25T04:02:24.256Z Compiling hybrid-array v0.4.12
14932026-06-25T04:02:24.322Z Compiling structmeta v0.3.0
14942026-06-25T04:02:24.667Z Compiling thread_local v1.1.9
14952026-06-25T04:02:24.707Z Compiling match_cfg v0.1.0
14962026-06-25T04:02:24.774Z Compiling flate2 v1.1.9
14972026-06-25T04:02:24.933Z Compiling dof v0.4.0
14982026-06-25T04:02:25.036Z Compiling hyper v1.10.1
14992026-06-25T04:02:25.185Z Compiling newtype-uuid v1.3.2
15002026-06-25T04:02:25.928Z Compiling slog-async v2.8.0
15012026-06-25T04:02:26.109Z Compiling darling_macro v0.23.0
15022026-06-25T04:02:26.232Z Compiling hyper-util v0.1.20
15032026-06-25T04:02:26.341Z Compiling quick-error v1.2.3
15042026-06-25T04:02:26.447Z Compiling ref-cast v1.0.25
15052026-06-25T04:02:26.549Z Compiling compression-core v0.4.32
15062026-06-25T04:02:26.677Z Compiling compression-codecs v0.4.38
15072026-06-25T04:02:26.699Z Compiling darling v0.23.0
15082026-06-25T04:02:26.767Z Compiling daft v0.1.7
15092026-06-25T04:02:26.776Z Compiling block-buffer v0.12.0
15102026-06-25T04:02:26.818Z Compiling crypto-common v0.2.2
15112026-06-25T04:02:26.841Z Compiling rand_chacha v0.9.0
15122026-06-25T04:02:26.938Z Compiling strum_macros v0.26.4
15132026-06-25T04:02:27.027Z Compiling ref-cast-impl v1.0.25
15142026-06-25T04:02:27.091Z Compiling usdt-macro v0.6.0
15152026-06-25T04:02:27.270Z Compiling usdt-attr-macro v0.6.0
15162026-06-25T04:02:27.339Z Compiling serde_spanned v1.1.1
15172026-06-25T04:02:27.485Z Compiling multer v3.1.0
15182026-06-25T04:02:27.636Z Compiling generic-array v0.14.7
15192026-06-25T04:02:27.742Z Compiling debug-ignore v1.0.5
15202026-06-25T04:02:27.841Z Compiling take_mut v0.2.2
15212026-06-25T04:02:27.871Z Compiling bit-vec v0.8.0
15222026-06-25T04:02:27.920Z Compiling term v1.2.1
15232026-06-25T04:02:27.931Z Compiling const-oid v0.10.2
15242026-06-25T04:02:27.941Z Compiling toml_writer v1.1.1+spec-1.1.0
15252026-06-25T04:02:28.101Z Compiling digest v0.11.3
15262026-06-25T04:02:28.130Z Compiling bit-set v0.8.0
15272026-06-25T04:02:28.261Z Compiling rand v0.9.4
15282026-06-25T04:02:28.281Z Compiling serde_with_macros v3.20.0
15292026-06-25T04:02:28.314Z Compiling async-stream-impl v0.3.6
15302026-06-25T04:02:28.445Z Compiling dropshot v0.17.1
15312026-06-25T04:02:28.572Z Compiling strum v0.26.3
15322026-06-25T04:02:28.624Z Compiling encoding_rs v0.8.35
15332026-06-25T04:02:28.679Z Compiling spin v0.9.8
15342026-06-25T04:02:28.693Z Compiling mime v0.3.17
15352026-06-25T04:02:28.790Z Compiling syn v1.0.109
15362026-06-25T04:02:28.844Z Compiling unarray v0.1.4
15372026-06-25T04:02:28.958Z Compiling async-stream v0.3.6
15382026-06-25T04:02:28.959Z Compiling sha1 v0.11.0
15392026-06-25T04:02:29.127Z Compiling derive-ex v0.1.8
15402026-06-25T04:02:29.154Z Compiling tower v0.5.3
15412026-06-25T04:02:29.211Z Compiling dropshot_endpoint v0.17.1
15422026-06-25T04:02:29.323Z Compiling macaddr v1.0.1
15432026-06-25T04:02:29.407Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15442026-06-25T04:02:29.477Z Compiling waitgroup v0.1.2
15452026-06-25T04:02:29.535Z Compiling serde_path_to_error v0.1.20
15462026-06-25T04:02:29.880Z Compiling tower-http v0.6.11
15472026-06-25T04:02:29.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15482026-06-25T04:02:30.107Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15492026-06-25T04:02:30.257Z Compiling tempfile v3.27.0
15502026-06-25T04:02:30.280Z Compiling openapiv3 v2.2.0
15512026-06-25T04:02:30.301Z Compiling strum_macros v0.27.2
15522026-06-25T04:02:30.741Z Compiling test-strategy v0.4.5
15532026-06-25T04:02:30.964Z Compiling instant v0.1.13
15542026-06-25T04:02:31.070Z Compiling time v0.3.47
15552026-06-25T04:02:31.712Z Compiling rustls-native-certs v0.8.4
15562026-06-25T04:02:31.939Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15572026-06-25T04:02:32.056Z Compiling crossbeam-channel v0.5.15
15582026-06-25T04:02:32.137Z Compiling crypto-common v0.1.7
15592026-06-25T04:02:32.179Z Compiling strum v0.27.2
15602026-06-25T04:02:32.304Z Compiling parse-display-derive v0.10.0
15612026-06-25T04:02:32.555Z Compiling backon v1.6.0
15622026-06-25T04:02:32.752Z Compiling rand_chacha v0.3.1
15632026-06-25T04:02:33.198Z Compiling rand v0.8.6
15642026-06-25T04:02:33.362Z Compiling slog-json v2.6.1
15652026-06-25T04:02:33.466Z Compiling hostname v0.3.1
15662026-06-25T04:02:33.606Z Compiling toml_parser v1.1.2+spec-1.1.0
15672026-06-25T04:02:33.606Z Compiling toml_datetime v1.1.1+spec-1.1.0
15682026-06-25T04:02:33.758Z Compiling memmap2 v0.9.10
15692026-06-25T04:02:33.830Z Compiling wait-timeout v0.2.1
15702026-06-25T04:02:33.860Z Compiling is-terminal v0.4.17
15712026-06-25T04:02:33.948Z Compiling either v1.16.0
15722026-06-25T04:02:33.975Z Compiling rusty-fork v0.3.1
15732026-06-25T04:02:34.124Z Compiling toml v1.1.2+spec-1.1.0
15742026-06-25T04:02:34.151Z Compiling slog-term v2.9.2
15752026-06-25T04:02:34.181Z Compiling usdt v0.6.0
15762026-06-25T04:02:34.329Z Compiling slog-bunyan v2.5.0
15772026-06-25T04:02:34.416Z Compiling serde_with v3.20.0
15782026-06-25T04:02:34.451Z Compiling async-compression v0.4.42
15792026-06-25T04:02:34.461Z Compiling rand_xorshift v0.4.0
15802026-06-25T04:02:34.601Z Compiling rustls-pemfile v2.2.0
15812026-06-25T04:02:34.751Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15822026-06-25T04:02:34.754Z Compiling regress v0.10.5
15832026-06-25T04:02:34.796Z Compiling hostname v0.4.2
15842026-06-25T04:02:34.885Z Compiling humantime v2.3.0
15852026-06-25T04:02:34.928Z Compiling proptest v1.11.0
15862026-06-25T04:02:35.542Z Compiling iddqd v0.4.2
15872026-06-25T04:02:35.762Z Compiling reqwest v0.12.28
15882026-06-25T04:02:35.879Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15892026-06-25T04:02:36.124Z Compiling block-buffer v0.10.4
15902026-06-25T04:02:36.270Z Compiling utf8parse v0.2.2
15912026-06-25T04:02:36.346Z Compiling anstyle-parse v1.0.0
15922026-06-25T04:02:36.377Z Compiling digest v0.10.7
15932026-06-25T04:02:36.532Z Compiling itertools v0.14.0
15942026-06-25T04:02:36.593Z Compiling parse-display v0.10.0
15952026-06-25T04:02:36.848Z Compiling progenitor-client v0.10.0
15962026-06-25T04:02:36.932Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15972026-06-25T04:02:37.122Z Compiling backoff v0.4.0
15982026-06-25T04:02:37.327Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15992026-06-25T04:02:37.777Z Compiling is_terminal_polyfill v1.70.2
16002026-06-25T04:02:37.814Z Compiling anstyle v1.0.14
16012026-06-25T04:02:37.866Z Compiling anstyle-query v1.1.5
16022026-06-25T04:02:37.975Z Compiling colorchoice v1.0.5
16032026-06-25T04:02:38.086Z Compiling anstream v1.0.0
16042026-06-25T04:02:38.406Z Compiling clap_lex v1.1.0
16052026-06-25T04:02:38.755Z Compiling regress v0.11.1
16062026-06-25T04:02:38.868Z Compiling clap_derive v4.6.1
16072026-06-25T04:02:39.137Z Compiling terminal_size v0.4.4
16082026-06-25T04:02:40.494Z Compiling typify-impl v0.6.2
16092026-06-25T04:02:40.569Z Compiling toml_datetime v0.6.11
16102026-06-25T04:02:40.724Z Compiling zerocopy-derive v0.7.35
16112026-06-25T04:02:40.736Z Compiling cpufeatures v0.2.17
16122026-06-25T04:02:40.779Z Compiling convert_case v0.4.0
16132026-06-25T04:02:40.848Z Compiling clap_builder v4.6.0
16142026-06-25T04:02:41.093Z Compiling derive_more v0.99.20
16152026-06-25T04:02:41.602Z Compiling zerocopy v0.7.35
16162026-06-25T04:02:42.191Z Compiling toml_edit v0.25.12+spec-1.1.0
16172026-06-25T04:02:42.936Z Compiling unicode-width v0.2.2
16182026-06-25T04:02:43.194Z Compiling proc-macro-crate v3.5.0
16192026-06-25T04:02:43.287Z Compiling clap v4.6.1
16202026-06-25T04:02:43.364Z Compiling secrecy v0.10.3
16212026-06-25T04:02:43.616Z Compiling crucible-workspace-hack v0.1.0
16222026-06-25T04:02:43.628Z Compiling float-ord v0.3.2
16232026-06-25T04:02:43.736Z Compiling tinyvec_macros v0.1.1
16242026-06-25T04:02:43.748Z Compiling num_enum_derive v0.7.6
16252026-06-25T04:02:43.805Z Compiling tinyvec v1.11.0
16262026-06-25T04:02:44.289Z Compiling dtrace-parser v0.2.0
16272026-06-25T04:02:44.308Z Compiling scroll_derive v0.12.1
16282026-06-25T04:02:44.431Z Compiling num-integer v0.1.46
16292026-06-25T04:02:44.467Z Compiling rustc_version v0.4.1
16302026-06-25T04:02:44.738Z Compiling usdt-impl v0.5.0
16312026-06-25T04:02:44.778Z Compiling num_enum v0.7.6
16322026-06-25T04:02:44.930Z Compiling curve25519-dalek v4.1.3
16332026-06-25T04:02:45.035Z Compiling scroll v0.12.0
16342026-06-25T04:02:45.189Z Compiling dof v0.3.0
16352026-06-25T04:02:45.287Z Compiling hmac v0.12.1
16362026-06-25T04:02:45.393Z Compiling inout v0.1.4
16372026-06-25T04:02:45.427Z Compiling darling_core v0.21.3
16382026-06-25T04:02:45.534Z Compiling ff v0.13.1
16392026-06-25T04:02:45.639Z Compiling thread-id v4.2.2
16402026-06-25T04:02:45.659Z Compiling group v0.13.0
16412026-06-25T04:02:45.680Z Compiling cipher v0.4.4
16422026-06-25T04:02:45.869Z Compiling hkdf v0.12.4
16432026-06-25T04:02:46.013Z Compiling goblin v0.8.2
16442026-06-25T04:02:46.288Z Compiling num-rational v0.4.2
16452026-06-25T04:02:46.346Z Compiling num-iter v0.1.45
16462026-06-25T04:02:46.486Z Compiling thiserror-impl-no-std v2.0.2
16472026-06-25T04:02:46.607Z Compiling universal-hash v0.5.1
16482026-06-25T04:02:46.628Z Compiling crypto-bigint v0.5.5
16492026-06-25T04:02:46.740Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16502026-06-25T04:02:46.835Z Compiling typify-macro v0.6.2
16512026-06-25T04:02:47.038Z Compiling crossbeam-epoch v0.9.18
16522026-06-25T04:02:47.379Z Compiling half v2.7.1
16532026-06-25T04:02:47.391Z Compiling curve25519-dalek-derive v0.1.1
16542026-06-25T04:02:47.530Z Compiling darling_macro v0.21.3
16552026-06-25T04:02:47.584Z Compiling num-complex v0.4.6
16562026-06-25T04:02:47.953Z Compiling ciborium-io v0.2.2
16572026-06-25T04:02:47.978Z Compiling opaque-debug v0.3.1
16582026-06-25T04:02:48.016Z Compiling base64ct v1.8.3
16592026-06-25T04:02:48.042Z Compiling base16ct v0.2.0
16602026-06-25T04:02:48.045Z Compiling ciborium-ll v0.2.2
16612026-06-25T04:02:48.116Z Compiling darling v0.21.3
16622026-06-25T04:02:48.193Z Compiling elliptic-curve v0.13.8
16632026-06-25T04:02:48.260Z Compiling password-hash v0.5.0
16642026-06-25T04:02:48.306Z Compiling poly1305 v0.8.0
16652026-06-25T04:02:48.794Z Compiling num v0.4.3
16662026-06-25T04:02:48.865Z Compiling thiserror-no-std v2.0.2
16672026-06-25T04:02:48.877Z Compiling typify v0.6.2
16682026-06-25T04:02:49.070Z Compiling chacha20 v0.9.1
16692026-06-25T04:02:49.082Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16702026-06-25T04:02:49.276Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-06-25T04:02:49.765Z Compiling blake2 v0.10.6
16722026-06-25T04:02:49.946Z Compiling aead v0.5.2
16732026-06-25T04:02:49.971Z Compiling byte-wrapper v0.1.0
16742026-06-25T04:02:50.102Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-06-25T04:02:50.217Z Compiling proc-macro-error-attr v1.0.4
16762026-06-25T04:02:50.460Z Compiling prettyplease v0.2.37
16772026-06-25T04:02:50.471Z Compiling heapless v0.8.0
16782026-06-25T04:02:50.575Z Compiling keccak v0.1.6
16792026-06-25T04:02:50.711Z Compiling unsafe-libyaml v0.2.11
16802026-06-25T04:02:50.782Z Compiling rustix v0.38.44
16812026-06-25T04:02:51.228Z Compiling serde_yaml v0.9.34+deprecated
16822026-06-25T04:02:51.395Z Compiling sha3 v0.10.9
16832026-06-25T04:02:51.536Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16842026-06-25T04:02:51.697Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-06-25T04:02:52.467Z Compiling chacha20poly1305 v0.10.1
16862026-06-25T04:02:52.482Z Compiling argon2 v0.5.3
16872026-06-25T04:02:52.591Z Compiling vsss-rs v3.3.4
16882026-06-25T04:02:52.764Z Compiling ciborium v0.2.2
16892026-06-25T04:02:52.779Z Compiling ingot-macros v0.1.1
16902026-06-25T04:02:53.104Z Compiling usdt-attr-macro v0.5.0
16912026-06-25T04:02:53.328Z Compiling usdt-macro v0.5.0
16922026-06-25T04:02:54.441Z Compiling serde_spanned v0.6.9
16932026-06-25T04:02:54.588Z Compiling enum-as-inner v0.6.1
16942026-06-25T04:02:54.804Z Compiling hash32 v0.3.1
16952026-06-25T04:02:54.832Z Compiling proc-macro-error v1.0.4
16962026-06-25T04:02:54.954Z Compiling memmap v0.7.0
16972026-06-25T04:02:55.083Z Compiling memoffset v0.9.1
16982026-06-25T04:02:55.178Z Compiling data-encoding v2.11.0
16992026-06-25T04:02:55.239Z Compiling cfg_aliases v0.2.1
17002026-06-25T04:02:55.318Z Compiling indent_write v2.2.0
17012026-06-25T04:02:55.358Z Compiling smoltcp v0.11.0
17022026-06-25T04:02:55.393Z Compiling toml_write v0.1.2
17032026-06-25T04:02:55.453Z Compiling winnow v0.5.40
17042026-06-25T04:02:55.540Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17052026-06-25T04:02:55.595Z Compiling winnow v0.7.15
17062026-06-25T04:02:55.738Z Compiling ingot-types v0.1.2
17072026-06-25T04:02:55.899Z Compiling nix v0.31.3
17082026-06-25T04:02:56.011Z Compiling usdt v0.5.0
17092026-06-25T04:02:56.074Z Compiling rustls-webpki v0.103.13
17102026-06-25T04:02:56.367Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-06-25T04:02:56.420Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17122026-06-25T04:02:56.517Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17132026-06-25T04:02:56.769Z Compiling toml_edit v0.19.15
17142026-06-25T04:02:57.123Z Compiling toml_edit v0.22.27
17152026-06-25T04:02:57.199Z Compiling tabwriter v1.4.1
17162026-06-25T04:02:57.432Z Compiling cobs v0.3.0
17172026-06-25T04:02:57.437Z Compiling serde_repr v0.1.20
17182026-06-25T04:02:57.608Z Compiling pkg-config v0.3.33
17192026-06-25T04:02:58.004Z Compiling bitflags v1.3.2
17202026-06-25T04:02:58.033Z Compiling managed v0.8.0
17212026-06-25T04:02:58.046Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17222026-06-25T04:02:58.076Z Compiling vcpkg v0.2.15
17232026-06-25T04:02:58.294Z Compiling proc-macro-crate v1.3.1
17242026-06-25T04:02:58.630Z Compiling toml v0.8.23
17252026-06-25T04:02:58.644Z Compiling openssl-sys v0.9.116
17262026-06-25T04:02:58.754Z Compiling postcard v1.1.3
17272026-06-25T04:02:59.336Z Compiling ingot v0.1.1
17282026-06-25T04:02:59.535Z Compiling tokio-rustls v0.26.4
17292026-06-25T04:02:59.810Z Compiling hyper-rustls v0.27.9
17302026-06-25T04:03:00.107Z Compiling rustls-platform-verifier v0.7.0
17312026-06-25T04:03:01.074Z Compiling reqwest v0.13.4
17322026-06-25T04:03:01.129Z Compiling hubpack_derive v0.1.1
17332026-06-25T04:03:01.274Z Compiling foreign-types-macros v0.2.3
17342026-06-25T04:03:01.632Z Compiling progenitor-client v0.14.0
17352026-06-25T04:03:01.678Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17362026-06-25T04:03:01.932Z Compiling progenitor-extras v0.2.0
17372026-06-25T04:03:01.944Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17382026-06-25T04:03:01.984Z Compiling rayon-core v1.13.0
17392026-06-25T04:03:02.184Z Compiling semver v0.1.20
17402026-06-25T04:03:02.216Z Compiling swrite v0.1.0
17412026-06-25T04:03:02.308Z Compiling static_assertions v1.1.0
17422026-06-25T04:03:02.435Z Compiling unicode-segmentation v1.13.3
17432026-06-25T04:03:02.451Z Compiling resolv-conf v0.7.6
17442026-06-25T04:03:02.617Z Compiling colored v3.1.1
17452026-06-25T04:03:02.826Z Compiling heck v0.4.1
17462026-06-25T04:03:02.837Z Compiling foreign-types-shared v0.3.1
17472026-06-25T04:03:02.859Z Compiling linked-hash-map v0.5.6
17482026-06-25T04:03:02.927Z Compiling foreign-types v0.5.0
17492026-06-25T04:03:03.006Z Compiling lru-cache v0.1.2
17502026-06-25T04:03:03.016Z Compiling newline-converter v0.3.0
17512026-06-25T04:03:03.027Z Compiling rustc_version v0.1.7
17522026-06-25T04:03:03.099Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-25T04:03:03.126Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17542026-06-25T04:03:03.137Z Compiling hubpack v0.1.2
17552026-06-25T04:03:03.418Z Compiling num_enum_derive v0.5.11
17562026-06-25T04:03:04.566Z Compiling atomicwrites v0.4.4
17572026-06-25T04:03:04.700Z Compiling hickory-proto v0.24.4
17582026-06-25T04:03:05.046Z Compiling progenitor-impl v0.13.0
17592026-06-25T04:03:05.139Z Compiling crossbeam-deque v0.8.6
17602026-06-25T04:03:05.374Z Compiling console v0.15.11
17612026-06-25T04:03:06.051Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17622026-06-25T04:03:06.215Z Compiling camino-tempfile v1.4.1
17632026-06-25T04:03:06.466Z Compiling chacha20 v0.10.0
17642026-06-25T04:03:06.585Z Compiling serde-big-array v0.5.1
17652026-06-25T04:03:06.729Z Compiling num-derive v0.4.2
17662026-06-25T04:03:06.732Z Compiling derive-where v1.6.1
17672026-06-25T04:03:07.023Z Compiling pin-project-internal v1.1.13
17682026-06-25T04:03:07.491Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-06-25T04:03:07.697Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-06-25T04:03:08.013Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17712026-06-25T04:03:08.054Z Compiling cstr-argument v0.1.2
17722026-06-25T04:03:08.148Z Compiling similar v2.7.0
17732026-06-25T04:03:08.209Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17742026-06-25T04:03:08.552Z Compiling siphasher v1.0.3
17752026-06-25T04:03:08.611Z Compiling minimal-lexical v0.2.1
17762026-06-25T04:03:08.747Z Compiling phf_shared v0.12.1
17772026-06-25T04:03:08.875Z Compiling nom v7.1.3
17782026-06-25T04:03:08.927Z Compiling progenitor-macro v0.13.0
17792026-06-25T04:03:09.267Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-06-25T04:03:09.527Z Compiling expectorate v1.2.0
17812026-06-25T04:03:09.597Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17822026-06-25T04:03:09.675Z Compiling pin-project v1.1.13
17832026-06-25T04:03:09.777Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17842026-06-25T04:03:09.860Z Compiling rand v0.10.1
17852026-06-25T04:03:10.524Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-06-25T04:03:10.541Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17872026-06-25T04:03:10.574Z Compiling hickory-resolver v0.24.4
17882026-06-25T04:03:10.659Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17892026-06-25T04:03:10.859Z Compiling num_enum v0.5.11
17902026-06-25T04:03:10.979Z Compiling newtype_derive v0.1.6
17912026-06-25T04:03:11.229Z Compiling progenitor-client v0.13.0
17922026-06-25T04:03:11.524Z Compiling progenitor-impl v0.14.0
17932026-06-25T04:03:12.211Z Compiling unicode-normalization v0.1.25
17942026-06-25T04:03:12.689Z Compiling tokio-stream v0.1.18
17952026-06-25T04:03:12.706Z Compiling snafu-derive v0.8.9
17962026-06-25T04:03:12.872Z Compiling async-recursion v1.1.1
17972026-06-25T04:03:13.151Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17982026-06-25T04:03:13.195Z Compiling slog-dtrace v0.3.0
17992026-06-25T04:03:13.443Z Compiling bstr v1.12.1
18002026-06-25T04:03:13.460Z Compiling csv-core v0.1.13
18012026-06-25T04:03:13.578Z Compiling same-file v1.0.6
18022026-06-25T04:03:13.728Z Compiling cancel-safe-futures v0.1.5
18032026-06-25T04:03:13.757Z Compiling openssl v0.10.80
18042026-06-25T04:03:13.939Z Compiling owo-colors v4.3.0
18052026-06-25T04:03:13.986Z Compiling unicode-width v0.1.14
18062026-06-25T04:03:14.040Z Compiling konst_macro_rules v0.2.19
18072026-06-25T04:03:14.078Z Compiling foldhash v0.1.5
18082026-06-25T04:03:14.214Z Compiling unicode-xid v0.2.6
18092026-06-25T04:03:14.252Z Compiling highway v1.3.0
18102026-06-25T04:03:14.255Z Compiling chrono-tz v0.10.4
18112026-06-25T04:03:14.285Z Compiling foreign-types-shared v0.1.1
18122026-06-25T04:03:14.334Z Compiling const_format_proc_macros v0.2.34
18132026-06-25T04:03:14.371Z Compiling foreign-types v0.3.2
18142026-06-25T04:03:14.455Z Compiling snafu v0.8.9
18152026-06-25T04:03:14.494Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-25T04:03:14.507Z Compiling hashbrown v0.15.5
18172026-06-25T04:03:14.651Z Compiling konst v0.2.20
18182026-06-25T04:03:14.830Z Compiling progenitor v0.13.0
18192026-06-25T04:03:14.903Z Compiling globset v0.4.18
18202026-06-25T04:03:14.914Z Compiling walkdir v2.5.0
18212026-06-25T04:03:14.961Z Compiling csv v1.4.0
18222026-06-25T04:03:15.057Z Compiling progenitor-macro v0.14.0
18232026-06-25T04:03:15.138Z Compiling qorb v0.4.1
18242026-06-25T04:03:15.149Z Compiling olpc-cjson v0.1.4
18252026-06-25T04:03:15.264Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-25T04:03:15.326Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-06-25T04:03:15.798Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18282026-06-25T04:03:16.153Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-25T04:03:16.426Z Compiling rayon v1.12.0
18302026-06-25T04:03:17.376Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-25T04:03:17.564Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-25T04:03:17.923Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18332026-06-25T04:03:18.222Z Compiling phf v0.12.1
18342026-06-25T04:03:18.376Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-25T04:03:18.733Z Compiling zone_cfg_derive v0.3.1
18362026-06-25T04:03:19.035Z Compiling tokio-dtrace v0.1.1
18372026-06-25T04:03:19.304Z Compiling itertools v0.12.1
18382026-06-25T04:03:19.314Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18392026-06-25T04:03:19.431Z Compiling libsw-core v0.3.2
18402026-06-25T04:03:19.508Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-25T04:03:19.601Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18422026-06-25T04:03:19.992Z Compiling serde_plain v1.0.2
18432026-06-25T04:03:20.119Z Compiling openssl-macros v0.1.1
18442026-06-25T04:03:20.131Z Compiling pem v3.0.6
18452026-06-25T04:03:20.203Z Compiling cookie v0.18.1
18462026-06-25T04:03:20.265Z Compiling sigpipe v0.1.3
18472026-06-25T04:03:20.395Z Compiling fixedbitset v0.5.7
18482026-06-25T04:03:20.497Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-25T04:03:20.549Z Compiling fixedbitset v0.4.2
18502026-06-25T04:03:20.567Z Compiling glob v0.3.3
18512026-06-25T04:03:20.662Z Compiling bytecount v0.6.9
18522026-06-25T04:03:20.734Z Compiling jiff v0.2.28
18532026-06-25T04:03:20.738Z Compiling typed-path v0.9.3
18542026-06-25T04:03:20.785Z Compiling papergrid v0.11.0
18552026-06-25T04:03:20.819Z Compiling petgraph v0.6.5
18562026-06-25T04:03:21.143Z Compiling petgraph v0.8.3
18572026-06-25T04:03:22.106Z Compiling tough v0.22.0
18582026-06-25T04:03:22.347Z Compiling progenitor v0.14.0
18592026-06-25T04:03:22.476Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-25T04:03:22.532Z Compiling zone v0.3.1
18612026-06-25T04:03:22.563Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18622026-06-25T04:03:22.688Z Compiling libsw v3.5.0
18632026-06-25T04:03:22.863Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18642026-06-25T04:03:22.942Z Compiling oxide-tokio-rt v0.1.6
18652026-06-25T04:03:22.953Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-25T04:03:23.110Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18672026-06-25T04:03:23.140Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-25T04:03:23.319Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-25T04:03:24.097Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-25T04:03:24.286Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-25T04:03:24.334Z Compiling const_format v0.2.36
18722026-06-25T04:03:24.673Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18732026-06-25T04:03:24.892Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-25T04:03:25.075Z Compiling tabled_derive v0.7.0
18752026-06-25T04:03:25.167Z Compiling gethostname v0.5.0
18762026-06-25T04:03:25.293Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-25T04:03:25.463Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-25T04:03:25.474Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18792026-06-25T04:03:25.499Z Compiling smf v0.2.3
18802026-06-25T04:03:25.550Z Compiling bcs v0.1.6
18812026-06-25T04:03:25.582Z Compiling nom v8.0.0
18822026-06-25T04:03:25.863Z Compiling tagptr v0.2.0
18832026-06-25T04:03:26.020Z Compiling lazy_static v1.5.0
18842026-06-25T04:03:26.105Z Compiling unicode-linebreak v0.1.5
18852026-06-25T04:03:26.122Z Compiling linear-map v1.2.0
18862026-06-25T04:03:26.150Z Compiling whoami v1.6.1
18872026-06-25T04:03:26.304Z Compiling smawk v0.3.2
18882026-06-25T04:03:26.352Z Compiling termtree v0.5.1
18892026-06-25T04:03:26.444Z Compiling textwrap v0.16.2
18902026-06-25T04:03:26.503Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-25T04:03:26.645Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-25T04:03:26.934Z Compiling tabled v0.15.0
18932026-06-25T04:03:26.976Z Compiling steno v0.4.1
18942026-06-25T04:03:27.888Z Compiling moka v0.12.15
18952026-06-25T04:03:27.968Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-25T04:03:28.154Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-25T04:03:28.666Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-25T04:03:29.481Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-25T04:03:29.629Z Compiling hickory-proto v0.25.2
19002026-06-25T04:03:30.164Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19012026-06-25T04:03:30.451Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19022026-06-25T04:03:30.885Z Compiling parking_lot_core v0.8.6
19032026-06-25T04:03:31.067Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19042026-06-25T04:03:31.195Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-25T04:03:31.320Z Compiling libscf-sys v1.2.0
19062026-06-25T04:03:31.466Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19072026-06-25T04:03:31.493Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19082026-06-25T04:03:31.594Z Compiling hickory-resolver v0.25.2
19092026-06-25T04:03:31.719Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19102026-06-25T04:03:32.058Z Compiling parking_lot v0.11.2
19112026-06-25T04:03:32.138Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19122026-06-25T04:03:32.207Z Compiling fxhash v0.2.1
19132026-06-25T04:03:32.345Z Compiling internet-checksum v0.2.1
19142026-06-25T04:03:32.385Z Compiling sled v0.34.7
19152026-06-25T04:03:32.471Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-25T04:03:32.481Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19172026-06-25T04:03:32.557Z Compiling diff v0.1.13
19182026-06-25T04:03:32.851Z Compiling yansi v1.0.1
19192026-06-25T04:03:33.174Z Compiling pretty_assertions v1.4.1
19202026-06-25T04:03:35.690Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19212026-06-25T04:03:36.751Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-06-25T04:03:44.463Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-25T04:03:46.091Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-25T04:03:47.114Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19252026-06-25T04:03:48.037Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19262026-06-25T04:03:48.840Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19272026-06-25T04:03:49.985Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19282026-06-25T04:04:11.682Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19292026-06-25T04:04:11.862Z────────────
19302026-06-25T04:04:11.862Z Nextest run ID 0b009ea1-0244-411a-838e-b4cf81f2c3ea with nextest profile: default
19312026-06-25T04:04:11.862Z Starting 6 tests across 3 binaries
19322026-06-25T04:04:11.865Z START bfd test::test_new_daemon
19332026-06-25T04:04:11.868Z
19342026-06-25T04:04:11.868Zrunning 1 test
19352026-06-25T04:04:11.906Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-06-25T04:04:10.97280157Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4781test test::test_new_daemon ... ,"peer":"ok2001:db8::10","
19362026-06-25T04:04:11.906Zstate":"Down","unit":"session","module":"state_machine","component":"bfd"}
19372026-06-25T04:04:11.906Z
19382026-06-25T04:04:11.906Ztest result: ok{. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out"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,
19392026-06-25T04:04:11.906Z
19402026-06-25T04:04:11.909Z"time":"2026-06-25T04:04:10.973057715Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4781,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19412026-06-25T04:04:11.912Z PASS [ 0.048s] bfd test::test_new_daemon
19422026-06-25T04:04:11.912Z START bfd test::test_protocol_basics
19432026-06-25T04:04:11.918Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-06-25T04:04:10.973140914Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF
19442026-06-25T04:04:11.918Zrunning 1 test
19452026-06-25T04:04:11.963Z{{""msg"msg":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3648006072, 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: 3053658346, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":0,"name":"slog-rs"0,"name":"slog-rs","level","level"::1010,"time":","2026-06-25T04:04:11.030024197Z"time":"2026-06-25T04:04:11.030024157Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,",peer":""hostname":"203.0.113.20","state":"Downw-01KVYETHE5AP6M35KNBDFQTKTF"","unit,"":"pid"session:","module":"4782state_machine","component":"bfd"},"peer":
19462026-06-25T04:04:11.963Z"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19472026-06-25T04:04:11.963Z{"msg":"{"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 873637142, 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: 1389958965, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:11.030266413Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"2001:db8::20",,""time":state"":"Down","unit":"session"2026-06-25T04:04:11.030269603Z,""module":","state_machinehostname"":,""component":"bfd"w-01KVYETHE5AP6M35KNBDFQTKTF}"
19482026-06-25T04:04:11.963Z,"pid":4782{,"peer"":"msg":"2001:db8::10","transition -> Initstate"":","Down"v":,"0,"unit"name:":""session"slog-rs,"","module":level"":30state_machine","component":"bfd"}
19492026-06-25T04:04:11.963Z,"time":"{"2026-06-25T04:04:11.03028648Zmsg"":,""hostname":"transition -> Init","v":0,"name":"w-01KVYETHE5AP6M35KNBDFQTKTF","slog-rs"pid":,"4782level":30,"peer":"203.0.113.20","state":"Down","unit":"session","module":"state_machine","component":,""bfd"}time
19502026-06-25T04:04:11.963Z":"{"msg":"2026-06-25T04:04:11.030293629Z",transition -> Init"","v":0hostname",":"name":"slog-rs","level"w-01KVYETHE5AP6M35KNBDFQTKTF:"30,"pid":4782,"peer":"2001:db8::10","state":"Down","unit":"session",",module"":"time":"state_machine","component":"2026-06-25T04:04:11.030302878Z"bfd,""}
19512026-06-25T04:04:11.963Zhostname":"{"msg"w-01KVYETHE5AP6M35KNBDFQTKTF:"","pid"transition -> Init":,"4782v":0,","name":"peer":"slog-rs","2001:db8::20level"",":30state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19522026-06-25T04:04:11.966Z,"time":"2026-06-25T04:04:11.030313847Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19532026-06-25T04:04:12.961Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3053658346, your_discriminator: 3648006072, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:12.027616814Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19542026-06-25T04:04:12.961Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 873637142, your_discriminator: 1389958965, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:12.027726709Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19552026-06-25T04:04:12.961Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-25T04:04:12.027752566Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19562026-06-25T04:04:12.961Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-25T04:04:12.027777262Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19572026-06-25T04:04:12.964Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1389958965, your_discriminator: 873637142, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:12.0299761Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19582026-06-25T04:04:12.964Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-25T04:04:12.030008176Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19592026-06-25T04:04:12.964Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3648006072, your_discriminator: 3053658346, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:12.030088905Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19602026-06-25T04:04:12.964Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-25T04:04:12.030108292Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19612026-06-25T04:04:17.962Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3053658346, your_discriminator: 3648006072, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:17.027718475Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19622026-06-25T04:04:17.962Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 873637142, your_discriminator: 1389958965, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:17.027818012Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19632026-06-25T04:04:17.965Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1389958965, your_discriminator: 873637142, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:17.03001738Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19642026-06-25T04:04:17.965Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3648006072, your_discriminator: 3053658346, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-25T04:04:17.030069092Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19652026-06-25T04:04:21.964Z{{""msg"msg:"":"dropping SM for 203.0.113.10"dropping SM for 2001:db8::20","v":,0"v",:"name":"slog-rs"0,"level":,"name":"slog-rs40","level":40,"time":"2026-06-25T04:04:21.029942768Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.10","state":"Up,"","time":"unit":"session","module":"2026-06-25T04:04:21.029945347Zstate_machine"",",component":""bfd"}
19662026-06-25T04:04:21.964Zhostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","{pid":"msg4782":"dropping SM for 2001:db8::10","v":0,","name":"slog-rspeer"":,""level":402001:db8::20","state":"Up","unit":"session","module":"state_machine",","time":"component":"bfd"}
19672026-06-25T04:04:21.964Z{"msg":"dropping SM for 203.0.113.20",2026-06-25T04:04:21.029992561Z""v",:"0,"hostname":"name":"slog-rs"w-01KVYETHE5AP6M35KNBDFQTKTF",,""level":pid":404782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19682026-06-25T04:04:21.964Z,"time":"2026-06-25T04:04:21.030012818Z","hostname":"w-01KVYETHE5AP6M35KNBDFQTKTF","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19692026-06-25T04:04:21.967Ztest test::test_protocol_basics ... ok
19702026-06-25T04:04:21.967Z
19712026-06-25T04:04:21.967Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.05s
19722026-06-25T04:04:21.968Z
19732026-06-25T04:04:21.974Z PASS [ 10.062s] bfd test::test_protocol_basics
19742026-06-25T04:04:21.974Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19752026-06-25T04:04:21.980Z
19762026-06-25T04:04:21.980Zrunning 1 test
19772026-06-25T04:04:21.982Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19782026-06-25T04:04:21.982Z
19792026-06-25T04:04:21.982Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19802026-06-25T04:04:21.982Z
19812026-06-25T04:04:21.982Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19822026-06-25T04:04:21.982Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19832026-06-25T04:04:21.985Z
19842026-06-25T04:04:21.985Zrunning 1 test
19852026-06-25T04:04:21.988Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
19862026-06-25T04:04:21.988Z
19872026-06-25T04:04:21.988Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19882026-06-25T04:04:21.988Z
19892026-06-25T04:04:21.988Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19902026-06-25T04:04:21.988Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19912026-06-25T04:04:21.991Z
19922026-06-25T04:04:21.991Zrunning 1 test
19932026-06-25T04:04:21.991Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
19942026-06-25T04:04:21.991Z
19952026-06-25T04:04:21.991Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19962026-06-25T04:04:21.991Z
19972026-06-25T04:04:21.991Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19982026-06-25T04:04:21.991Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19992026-06-25T04:04:21.995Z
20002026-06-25T04:04:21.995Zrunning 1 test
20012026-06-25T04:04:21.998Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
20022026-06-25T04:04:21.998Z
20032026-06-25T04:04:21.998Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20042026-06-25T04:04:21.998Z
20052026-06-25T04:04:21.998Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20062026-06-25T04:04:21.998Z────────────
20072026-06-25T04:04:21.998Z Summary [ 10.133s] 6 tests run: 6 passed, 0 skipped
20082026-06-25T04:04:22.009Zprocess exited: duration 321716 ms, exit code 0
 
20092026-06-25T04:04:22.015Zfound 0 output files