01KV4MYBJNQ6BYH47Z1G7GANSZ: 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: 01KV4MYSMCZM3A56G7Q2NV1K30

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T03:25:38.803Zjob assigned to worker 01KV4MZ4M3VVRRS1XCYS18DT2N [factory aws, i-02ed2bcf4f46c910f] (queued for 54 s)
 
22026-06-15T03:25:45.395Zstarting task 0: "setup"
32026-06-15T03:25:45.399Z++ uname -s
42026-06-15T03:25:45.402Z+ kern=SunOS
52026-06-15T03:25:45.402Z+ build_user=build
62026-06-15T03:25:45.402Z+ build_uid=12345
72026-06-15T03:25:45.402Z+ work_dir=/work
82026-06-15T03:25:45.402Z+ input_dir=/input
92026-06-15T03:25:45.402Z+ [[ 0 == 12345 ]]
102026-06-15T03:25:45.402Z+ case "$kern" in
112026-06-15T03:25:45.402Z+ groupadd -g 12345 build
122026-06-15T03:25:45.405Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T03:25:47.409Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T03:25:47.522Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T03:25:47.525Z+ home_fs=zfs
162026-06-15T03:25:47.525Z+ [[ zfs == autofs ]]
172026-06-15T03:25:47.525Z+ mkdir -p /home/build
182026-06-15T03:25:47.525Z+ chown build:build /home/build /work
192026-06-15T03:25:49.527Z+ chmod 0700 /home/build /work
202026-06-15T03:25:49.531Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-15T03:25:49.538Zstarting task 1: "rust-toolchain"
222026-06-15T03:25:49.542Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T03:25:49.542Z * rust toolchain channel = "stable"
242026-06-15T03:25:49.542Z * rust toolchain profile = "default"
252026-06-15T03:25:49.542Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-15T03:25:49.542Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T03:25:49.542Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T03:25:49.545Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T03:25:49.545Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T03:25:49.653Zinfo: downloading installer
312026-06-15T03:25:51.119Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T03:25:51.119Zwarn: /opt/ooce/bin
332026-06-15T03:25:51.119Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T03:25:51.119Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T03:25:51.119Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T03:25:51.119Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T03:25:51.119Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T03:25:51.119Zerror: cannot install while Rust is installed
392026-06-15T03:25:51.119Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T03:25:51.119Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T03:25:51.119Zwarn: /home/build/.rustup/settings.toml
422026-06-15T03:25:51.119Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T03:25:51.119Zwarn: instead of the one inferred from the default host triple.
442026-06-15T03:25:51.132Zinfo: profile set to default
452026-06-15T03:25:51.132Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T03:25:51.137Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T03:25:51.277Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T03:25:51.280Zinfo: downloading 6 components
492026-06-15T03:26:06.524Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T03:26:06.524Z
512026-06-15T03:26:06.550Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T03:26:06.550Z
532026-06-15T03:26:06.554Z
542026-06-15T03:26:06.554ZRust is installed now. Great!
552026-06-15T03:26:06.554Z
562026-06-15T03:26:06.554ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T03:26:06.554Zenvironment variable. This has not been done automatically.
582026-06-15T03:26:06.554Z
592026-06-15T03:26:06.554ZTo configure your current shell, you need to source
602026-06-15T03:26:06.554Zthe corresponding env file under $HOME/.cargo.
612026-06-15T03:26:06.554Z
622026-06-15T03:26:06.554ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T03:26:06.554Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T03:26:06.554Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T03:26:06.554Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T03:26:06.554Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T03:26:06.554Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T03:26:06.554Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T03:26:06.554Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T03:26:06.554Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T03:26:06.639Z+ rustup --version
722026-06-15T03:26:06.648Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T03:26:06.651Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T03:26:06.669Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T03:26:06.673Z+ cargo --version
762026-06-15T03:26:06.685Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T03:26:06.688Z+ rustc --version
782026-06-15T03:26:06.706Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T03:26:06.709Zprocess exited: duration 17168 ms, exit code 0
 
802026-06-15T03:26:06.715Zstarting task 2: "authentication"
812026-06-15T03:26:06.733Zprocess exited: duration 17 ms, exit code 0
 
822026-06-15T03:26:06.739Zstarting task 3: "clone repository"
832026-06-15T03:26:06.742Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T03:26:06.745Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T03:26:06.774ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T03:26:07.866Z+ cd /work/oxidecomputer/maghemite
872026-06-15T03:26:07.866Z+ git fetch origin 4cc569836dc1c5d13a5f2396de310220eafee2fe
882026-06-15T03:26:08.110ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T03:26:08.110Z * branch 4cc569836dc1c5d13a5f2396de310220eafee2fe -> FETCH_HEAD
902026-06-15T03:26:08.114Z+ [[ -n zl/ddm-mcast ]]
912026-06-15T03:26:08.118Z++ git branch --show-current
922026-06-15T03:26:08.118Z+ current=main
932026-06-15T03:26:08.118Z+ [[ main != zl/ddm-mcast ]]
942026-06-15T03:26:08.118Z+ git branch -f zl/ddm-mcast 4cc569836dc1c5d13a5f2396de310220eafee2fe
952026-06-15T03:26:08.118Z+ git checkout -f zl/ddm-mcast
962026-06-15T03:26:08.140ZSwitched to branch 'zl/ddm-mcast'
972026-06-15T03:26:08.144Z+ git reset --hard 4cc569836dc1c5d13a5f2396de310220eafee2fe
982026-06-15T03:26:08.159ZHEAD is now at 4cc5698 [merge] Merge upstream: includes MRIB/v12 update
992026-06-15T03:26:08.162Zprocess exited: duration 1418 ms, exit code 0
 
1002026-06-15T03:26:08.168Zstarting task 4: "build"
1012026-06-15T03:26:08.172Z+ set -o errexit
1022026-06-15T03:26:08.172Z+ set -o pipefail
1032026-06-15T03:26:08.173Z+ source .github/buildomat/test-common.sh
1042026-06-15T03:26:08.177Z++ NEXTEST_VERSION=0.9.97
1052026-06-15T03:26:08.177Z++ PLATFORM=illumos
1062026-06-15T03:26:08.177Z++ banner install
1072026-06-15T03:26:08.177Z
1082026-06-15T03:26:08.177Z # # # #### ##### ## # #
1092026-06-15T03:26:08.177Z # ## # # # # # # #
1102026-06-15T03:26:08.177Z # # # # #### # # # # #
1112026-06-15T03:26:08.177Z # # # # # # ###### # #
1122026-06-15T03:26:08.177Z # # ## # # # # # # #
1132026-06-15T03:26:08.177Z # # # #### # # # ###### ######
1142026-06-15T03:26:08.177Z
1152026-06-15T03:26:08.177Z++ set +o errexit
1162026-06-15T03:26:08.177Z++ pkg info clang-15
1172026-06-15T03:26:08.177Z++ grep -qi installed
1182026-06-15T03:26:09.378Zpkg: info: no packages matching the following patterns you specified are
1192026-06-15T03:26:09.378Zinstalled on the system. Try querying remotely instead:
1202026-06-15T03:26:09.378Z
1212026-06-15T03:26:09.378Z clang-15
1222026-06-15T03:26:09.416Z++ [[ 1 != 0 ]]
1232026-06-15T03:26:09.416Z++ set -o errexit
1242026-06-15T03:26:09.420Z++ pfexec pkg install clang-15
1252026-06-15T03:26:17.075Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-15T03:26:24.748Z Startup: Caching catalogs ... Done
1272026-06-15T03:26:31.887ZPlanning: Solver setup ... Done
1282026-06-15T03:26:31.927ZPlanning: Running solver ... Done
1292026-06-15T03:26:32.063ZPlanning: Finding local manifests ... Done
1302026-06-15T03:26:32.086ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-15T03:26:32.186ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-15T03:26:32.215ZPlanning: Package planning ... Done
1332026-06-15T03:26:32.241ZPlanning: Merging actions ... Done
1342026-06-15T03:26:32.349ZPlanning: Checking for conflicting actions ... Done
1352026-06-15T03:26:32.355ZPlanning: Consolidating action changes ... Done
1362026-06-15T03:26:33.130ZPlanning: Evaluating mediators ... Done
1372026-06-15T03:26:33.136ZPlanning: Planning completed in 8.22 seconds
1382026-06-15T03:26:33.148Z Packages to install: 2
1392026-06-15T03:26:33.148Z Mediators to change: 2
1402026-06-15T03:26:33.148Z Services to change: 1
1412026-06-15T03:26:33.148Z Create boot environment: No
1422026-06-15T03:26:33.148ZCreate backup boot environment: No
1432026-06-15T03:26:33.190Z
1442026-06-15T03:26:33.190ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-15T03:26:38.582ZDownload: 983/3076 items 79.0/211.3MB 37% complete (20.1M/s)
1462026-06-15T03:26:43.582ZDownload: 1433/3076 items 116.5/211.3MB 55% complete (10.2M/s)
1472026-06-15T03:26:48.593ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (12.3M/s)
1482026-06-15T03:26:54.595ZDownload: 3072/3076 items 211.2/211.3MB 99% complete (15.9M/s)
1492026-06-15T03:27:00.939ZDownload: 3073/3076 items 211.2/211.3MB 99% complete (15.2M/s)
1502026-06-15T03:27:00.958ZDownload: Completed 211.31 MB in 27.77 seconds (7.6M/s)
1512026-06-15T03:27:01.080Z Actions: 1/3418 actions (Installing new actions)
1522026-06-15T03:27:04.209Z Actions: Completed 3418 actions in 3.13 seconds.
1532026-06-15T03:27:04.842Z Done
1542026-06-15T03:27:04.842Z Done
1552026-06-15T03:27:05.576Z Done
1562026-06-15T03:27:08.912Z Done
1572026-06-15T03:27:08.979Z Done
1582026-06-15T03:27:08.982Z Done
1592026-06-15T03:27:09.239Z Done
1602026-06-15T03:27:09.893Z++ set -o errexit
1612026-06-15T03:27:09.893Z++ cargo --version
1622026-06-15T03:27:09.901Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-15T03:27:10.062Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-15T03:27:10.066Zinfo: downloading 6 components
1652026-06-15T03:27:25.664Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-15T03:27:25.668Z++ rustc --version
1672026-06-15T03:27:25.693Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-15T03:27:25.697Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-15T03:27:25.736Z Updating crates.io index
1702026-06-15T03:27:25.836Z Downloading crates ...
1712026-06-15T03:27:25.893Z Downloaded cargo-nextest v0.9.97
1722026-06-15T03:27:25.955Z Installing cargo-nextest v0.9.97
1732026-06-15T03:27:25.994Z Updating crates.io index
1742026-06-15T03:27:28.636Z Locking 404 packages to latest compatible versions
1752026-06-15T03:27:28.640Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-15T03:27:28.644Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-15T03:27:28.644Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-15T03:27:28.644Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-15T03:27:28.649Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-15T03:27:28.649Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1812026-06-15T03:27:28.649Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-06-15T03:27:28.676Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1832026-06-15T03:27:28.676Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-06-15T03:27:28.681Z Downloading crates ...
1852026-06-15T03:27:28.752Z Downloaded curve25519-dalek-derive v0.1.1
1862026-06-15T03:27:28.759Z Downloaded cargo-platform v0.2.0
1872026-06-15T03:27:28.762Z Downloaded cargo_metadata v0.20.0
1882026-06-15T03:27:28.765Z Downloaded color-spantrace v0.3.0
1892026-06-15T03:27:28.766Z Downloaded getrandom v0.3.4
1902026-06-15T03:27:28.776Z Downloaded humantime v2.3.0
1912026-06-15T03:27:28.783Z Downloaded idna_adapter v1.0.0
1922026-06-15T03:27:28.789Z Downloaded bitflags v2.13.0
1932026-06-15T03:27:28.792Z Downloaded lazy_static v1.5.0
1942026-06-15T03:27:28.795Z Downloaded backtrace-ext v0.2.1
1952026-06-15T03:27:28.798Z Downloaded adler2 v2.0.1
1962026-06-15T03:27:28.801Z Downloaded openssl-probe v0.2.1
1972026-06-15T03:27:28.801Z Downloaded ordered-float v2.10.1
1982026-06-15T03:27:28.804Z Downloaded convert_case v0.10.0
1992026-06-15T03:27:28.807Z Downloaded cfg-if v1.0.4
2002026-06-15T03:27:28.807Z Downloaded camino v1.2.2
2012026-06-15T03:27:28.810Z Downloaded base64ct v1.8.3
2022026-06-15T03:27:28.810Z Downloaded percent-encoding v2.3.2
2032026-06-15T03:27:28.813Z Downloaded bytes v1.11.1
2042026-06-15T03:27:28.817Z Downloaded pkcs8 v0.10.2
2052026-06-15T03:27:28.820Z Downloaded mukti-metadata v0.3.0
2062026-06-15T03:27:28.820Z Downloaded is_ci v1.2.0
2072026-06-15T03:27:28.823Z Downloaded clap_lex v1.1.0
2082026-06-15T03:27:28.823Z Downloaded nextest-workspace-hack v0.1.0
2092026-06-15T03:27:28.823Z Downloaded ipnet v2.12.0
2102026-06-15T03:27:28.826Z Downloaded derive-where v1.6.1
2112026-06-15T03:27:28.832Z Downloaded quote v1.0.45
2122026-06-15T03:27:28.834Z Downloaded crypto-common v0.1.7
2132026-06-15T03:27:28.838Z Downloaded atomicwrites v0.4.4
2142026-06-15T03:27:28.838Z Downloaded rustc-demangle v0.1.27
2152026-06-15T03:27:28.838Z Downloaded anstyle-parse v1.0.0
2162026-06-15T03:27:28.841Z Downloaded openssl-macros v0.1.1
2172026-06-15T03:27:28.841Z Downloaded indexmap v2.14.0
2182026-06-15T03:27:28.844Z Downloaded futures-core v0.3.32
2192026-06-15T03:27:28.848Z Downloaded clap_builder v4.6.0
2202026-06-15T03:27:28.851Z Downloaded serde_ignored v0.1.14
2212026-06-15T03:27:28.851Z Downloaded self-replace v1.5.0
2222026-06-15T03:27:28.854Z Downloaded owo-colors v4.3.0
2232026-06-15T03:27:28.854Z Downloaded number_prefix v0.4.0
2242026-06-15T03:27:28.854Z Downloaded itoa v1.0.18
2252026-06-15T03:27:28.857Z Downloaded cargo-platform v0.3.3
2262026-06-15T03:27:28.857Z Downloaded litrs v1.0.0
2272026-06-15T03:27:28.860Z Downloaded atomic-waker v1.1.2
2282026-06-15T03:27:28.860Z Downloaded http-body-util v0.1.3
2292026-06-15T03:27:28.863Z Downloaded block-buffer v0.10.4
2302026-06-15T03:27:28.863Z Downloaded guppy-workspace-hack v0.1.0
2312026-06-15T03:27:28.863Z Downloaded parking_lot_core v0.9.12
2322026-06-15T03:27:28.866Z Downloaded futures-io v0.3.32
2332026-06-15T03:27:28.867Z Downloaded foreign-types-shared v0.1.1
2342026-06-15T03:27:28.867Z Downloaded colorchoice v1.0.5
2352026-06-15T03:27:28.870Z Downloaded pin-project-internal v1.1.13
2362026-06-15T03:27:28.870Z Downloaded foreign-types v0.3.2
2372026-06-15T03:27:28.870Z Downloaded fnv v1.0.7
2382026-06-15T03:27:28.870Z Downloaded home v0.5.12
2392026-06-15T03:27:28.873Z Downloaded autocfg v1.5.1
2402026-06-15T03:27:28.873Z Downloaded nested v0.1.1
2412026-06-15T03:27:28.873Z Downloaded async-scoped v0.9.0
2422026-06-15T03:27:28.877Z Downloaded hyper-tls v0.6.0
2432026-06-15T03:27:28.880Z Downloaded pathdiff v0.2.3
2442026-06-15T03:27:28.880Z Downloaded indent_write v2.2.0
2452026-06-15T03:27:28.883Z Downloaded debug-ignore v1.0.5
2462026-06-15T03:27:28.883Z Downloaded equivalent v1.0.2
2472026-06-15T03:27:28.886Z Downloaded is_terminal_polyfill v1.70.2
2482026-06-15T03:27:28.886Z Downloaded os_pipe v1.2.3
2492026-06-15T03:27:28.889Z Downloaded indenter v0.3.4
2502026-06-15T03:27:28.889Z Downloaded http-body v1.0.1
2512026-06-15T03:27:28.889Z Downloaded generic-array v0.14.7
2522026-06-15T03:27:28.893Z Downloaded futures-macro v0.3.32
2532026-06-15T03:27:28.893Z Downloaded cpufeatures v0.2.17
2542026-06-15T03:27:28.896Z Downloaded hex v0.4.3
2552026-06-15T03:27:28.899Z Downloaded form_urlencoded v1.2.2
2562026-06-15T03:27:28.899Z Downloaded rustc_version v0.4.1
2572026-06-15T03:27:28.902Z Downloaded anstream v1.0.0
2582026-06-15T03:27:28.905Z Downloaded futures-task v0.3.32
2592026-06-15T03:27:28.905Z Downloaded document-features v0.2.12
2602026-06-15T03:27:28.908Z Downloaded digest v0.10.7
2612026-06-15T03:27:28.908Z Downloaded rand_core v0.6.4
2622026-06-15T03:27:28.911Z Downloaded serde-value v0.7.0
2632026-06-15T03:27:28.911Z Downloaded futures-sink v0.3.32
2642026-06-15T03:27:28.914Z Downloaded enable-ansi-support v0.2.1
2652026-06-15T03:27:28.914Z Downloaded cfg_aliases v0.2.1
2662026-06-15T03:27:28.914Z Downloaded anstyle-query v1.1.5
2672026-06-15T03:27:28.918Z Downloaded ahash v0.8.12
2682026-06-15T03:27:28.921Z Downloaded serde_spanned v1.1.1
2692026-06-15T03:27:28.924Z Downloaded proc-macro2 v1.0.106
2702026-06-15T03:27:28.926Z Downloaded shared_child v1.1.1
2712026-06-15T03:27:28.929Z Downloaded once_cell v1.21.4
2722026-06-15T03:27:28.932Z Downloaded heck v0.5.0
2732026-06-15T03:27:28.935Z Downloaded serde_urlencoded v0.7.1
2742026-06-15T03:27:28.938Z Downloaded scopeguard v1.2.0
2752026-06-15T03:27:28.939Z Downloaded rustc-hash v2.1.2
2762026-06-15T03:27:28.939Z Downloaded signature v2.2.0
2772026-06-15T03:27:28.941Z Downloaded sigchld v0.2.4
2782026-06-15T03:27:28.941Z Downloaded serde_spanned v0.6.9
2792026-06-15T03:27:28.944Z Downloaded lru-slab v0.1.2
2802026-06-15T03:27:28.944Z Downloaded duct v0.13.7
2812026-06-15T03:27:28.947Z Downloaded cargo-util-schemas v0.2.0
2822026-06-15T03:27:28.951Z Downloaded fixedbitset v0.5.7
2832026-06-15T03:27:28.954Z Downloaded errno v0.3.14
2842026-06-15T03:27:28.954Z Downloaded supports-color v3.0.2
2852026-06-15T03:27:28.957Z Downloaded futures-executor v0.3.32
2862026-06-15T03:27:28.957Z Downloaded lock_api v0.4.14
2872026-06-15T03:27:28.957Z Downloaded filetime v0.2.29
2882026-06-15T03:27:28.960Z Downloaded anstyle v1.0.14
2892026-06-15T03:27:28.960Z Downloaded supports-hyperlinks v3.2.0
2902026-06-15T03:27:28.960Z Downloaded signal-hook-mio v0.2.5
2912026-06-15T03:27:28.963Z Downloaded rand_core v0.9.5
2922026-06-15T03:27:28.963Z Downloaded sync_wrapper v1.0.2
2932026-06-15T03:27:28.963Z Downloaded supports-unicode v3.0.0
2942026-06-15T03:27:28.963Z Downloaded subtle v2.6.1
2952026-06-15T03:27:28.963Z Downloaded rand_chacha v0.9.0
2962026-06-15T03:27:28.966Z Downloaded hyper-rustls v0.27.9
2972026-06-15T03:27:28.968Z Downloaded clap_derive v4.6.1
2982026-06-15T03:27:28.971Z Downloaded addr2line v0.25.1
2992026-06-15T03:27:28.971Z Downloaded sha2 v0.10.9
3002026-06-15T03:27:28.971Z Downloaded find-msvc-tools v0.1.9
3012026-06-15T03:27:28.972Z Downloaded either v1.16.0
3022026-06-15T03:27:28.972Z Downloaded derive_more v2.1.1
3032026-06-15T03:27:28.977Z Downloaded tinyvec_macros v0.1.1
3042026-06-15T03:27:28.980Z Downloaded terminal_size v0.4.4
3052026-06-15T03:27:28.980Z Downloaded swrite v0.1.0
3062026-06-15T03:27:28.981Z Downloaded strsim v0.11.1
3072026-06-15T03:27:28.981Z Downloaded shell-words v1.1.1
3082026-06-15T03:27:28.984Z Downloaded pkg-config v0.3.33
3092026-06-15T03:27:28.984Z Downloaded serde-untagged v0.1.9
3102026-06-15T03:27:28.984Z Downloaded foldhash v0.1.5
3112026-06-15T03:27:28.987Z Downloaded nextest-metadata v0.12.2
3122026-06-15T03:27:28.987Z Downloaded cfg-expr v0.20.8
3132026-06-15T03:27:28.987Z Downloaded miette v7.6.0
3142026-06-15T03:27:28.990Z Downloaded iana-time-zone v0.1.65
3152026-06-15T03:27:28.993Z Downloaded dialoguer v0.11.0
3162026-06-15T03:27:28.993Z Downloaded cc v1.2.64
3172026-06-15T03:27:28.996Z Downloaded borsh v1.6.1
3182026-06-15T03:27:28.999Z Downloaded simd-adler32 v0.3.9
3192026-06-15T03:27:29.002Z Downloaded jobserver v0.1.34
3202026-06-15T03:27:29.002Z Downloaded globset v0.4.18
3212026-06-15T03:27:29.002Z Downloaded camino-tempfile v1.4.1
3222026-06-15T03:27:29.005Z Downloaded humantime-serde v1.1.1
3232026-06-15T03:27:29.005Z Downloaded erased-serde v0.4.10
3242026-06-15T03:27:29.005Z Downloaded tower-service v0.3.3
3252026-06-15T03:27:29.005Z Downloaded tower-layer v0.3.3
3262026-06-15T03:27:29.008Z Downloaded pin-project-lite v0.2.17
3272026-06-15T03:27:29.008Z Downloaded strip-ansi-escapes v0.2.1
3282026-06-15T03:27:29.011Z Downloaded ppv-lite86 v0.2.21
3292026-06-15T03:27:29.011Z Downloaded tracing-error v0.2.1
3302026-06-15T03:27:29.014Z Downloaded futures-channel v0.3.32
3312026-06-15T03:27:29.014Z Downloaded serde_path_to_error v0.1.20
3322026-06-15T03:27:29.014Z Downloaded console v0.15.11
3332026-06-15T03:27:29.018Z Downloaded cargo_metadata v0.23.1
3342026-06-15T03:27:29.018Z Downloaded log v0.4.32
3352026-06-15T03:27:29.021Z Downloaded crc32fast v1.5.0
3362026-06-15T03:27:29.024Z Downloaded shlex v2.0.1
3372026-06-15T03:27:29.024Z Downloaded toml_write v0.1.2
3382026-06-15T03:27:29.024Z Downloaded toml_datetime v0.6.11
3392026-06-15T03:27:29.027Z Downloaded spki v0.7.3
3402026-06-15T03:27:29.027Z Downloaded getrandom v0.2.17
3412026-06-15T03:27:29.031Z Downloaded target-spec-miette v0.4.8
3422026-06-15T03:27:29.034Z Downloaded slab v0.4.12
3432026-06-15T03:27:29.037Z Downloaded smol_str v0.3.6
3442026-06-15T03:27:29.037Z Downloaded newtype-uuid v1.3.2
3452026-06-15T03:27:29.037Z Downloaded unicode-linebreak v0.1.5
3462026-06-15T03:27:29.037Z Downloaded eyre v0.6.12
3472026-06-15T03:27:29.040Z Downloaded untrusted v0.9.0
3482026-06-15T03:27:29.040Z Downloaded unicode-xid v0.2.6
3492026-06-15T03:27:29.043Z Downloaded typeid v1.0.3
3502026-06-15T03:27:29.043Z Downloaded urlencoding v2.1.3
3512026-06-15T03:27:29.043Z Downloaded self_update v0.42.0
3522026-06-15T03:27:29.047Z Downloaded signal-hook-registry v1.4.8
3532026-06-15T03:27:29.047Z Downloaded fastrand v2.4.1
3542026-06-15T03:27:29.047Z Downloaded miette-derive v7.6.0
3552026-06-15T03:27:29.050Z Downloaded native-tls v0.2.18
3562026-06-15T03:27:29.050Z Downloaded tokio-native-tls v0.3.1
3572026-06-15T03:27:29.050Z Downloaded thread_local v1.1.9
3582026-06-15T03:27:29.050Z Downloaded thiserror-impl v2.0.18
3592026-06-15T03:27:29.053Z Downloaded quick-junit v0.5.2
3602026-06-15T03:27:29.054Z Downloaded want v0.3.1
3612026-06-15T03:27:29.057Z Downloaded version_check v0.9.5
3622026-06-15T03:27:29.057Z Downloaded thiserror v2.0.18
3632026-06-15T03:27:29.060Z Downloaded thiserror v1.0.69
3642026-06-15T03:27:29.063Z Downloaded utf8parse v0.2.2
3652026-06-15T03:27:29.063Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3662026-06-15T03:27:29.066Z Downloaded utf8_iter v1.0.4
3672026-06-15T03:27:29.066Z Downloaded thiserror-impl v1.0.69
3682026-06-15T03:27:29.066Z Downloaded ed25519 v2.2.3
3692026-06-15T03:27:29.066Z Downloaded future-queue v0.4.0
3702026-06-15T03:27:29.069Z Downloaded xattr v1.6.1
3712026-06-15T03:27:29.069Z Downloaded static_assertions v1.1.0
3722026-06-15T03:27:29.074Z Downloaded getrandom v0.4.2
3732026-06-15T03:27:29.077Z Downloaded pin-project v1.1.13
3742026-06-15T03:27:29.083Z Downloaded tracing-log v0.2.0
3752026-06-15T03:27:29.086Z Downloaded try-lock v0.2.5
3762026-06-15T03:27:29.086Z Downloaded target-lexicon v0.13.5
3772026-06-15T03:27:29.086Z Downloaded tokio-macros v2.7.0
3782026-06-15T03:27:29.090Z Downloaded semver v1.0.28
3792026-06-15T03:27:29.090Z Downloaded parking_lot v0.12.5
3802026-06-15T03:27:29.090Z Downloaded serde_core v1.0.228
3812026-06-15T03:27:29.090Z Downloaded const-oid v0.9.6
3822026-06-15T03:27:29.093Z Downloaded clap v4.6.1
3832026-06-15T03:27:29.096Z Downloaded unicase v2.9.0
3842026-06-15T03:27:29.099Z Downloaded rustls-webpki v0.103.13
3852026-06-15T03:27:29.099Z Downloaded toml_writer v1.1.1+spec-1.1.0
3862026-06-15T03:27:29.103Z Downloaded config v0.15.23
3872026-06-15T03:27:29.103Z Downloaded target-spec v3.6.0
3882026-06-15T03:27:29.106Z Downloaded nextest-filtering v0.15.0
3892026-06-15T03:27:29.106Z Downloaded smallvec v1.15.2
3902026-06-15T03:27:29.110Z Downloaded futures v0.3.32
3912026-06-15T03:27:29.113Z Downloaded httparse v1.10.1
3922026-06-15T03:27:29.117Z Downloaded serde_derive v1.0.228
3932026-06-15T03:27:29.120Z Downloaded tracing-attributes v0.1.31
3942026-06-15T03:27:29.123Z Downloaded ryu v1.0.23
3952026-06-15T03:27:29.123Z Downloaded tempfile v3.27.0
3962026-06-15T03:27:29.126Z Downloaded zmij v1.0.21
3972026-06-15T03:27:29.126Z Downloaded zeroize v1.9.0
3982026-06-15T03:27:29.126Z Downloaded base64 v0.22.1
3992026-06-15T03:27:29.129Z Downloaded quinn v0.11.9
4002026-06-15T03:27:29.132Z Downloaded xxhash-rust v0.8.15
4012026-06-15T03:27:29.132Z Downloaded quinn-udp v0.5.14
4022026-06-15T03:27:29.132Z Downloaded num-traits v0.2.19
4032026-06-15T03:27:29.135Z Downloaded socket2 v0.6.4
4042026-06-15T03:27:29.135Z Downloaded rustls-pki-types v1.14.1
4052026-06-15T03:27:29.139Z Downloaded openssl-sys v0.9.117
4062026-06-15T03:27:29.143Z Downloaded miniz_oxide v0.8.9
4072026-06-15T03:27:29.144Z Downloaded zipsign-api v0.1.5
4082026-06-15T03:27:29.144Z Downloaded zstd-safe v7.2.4
4092026-06-15T03:27:29.147Z Downloaded zstd v0.13.3
4102026-06-15T03:27:29.147Z Downloaded tokio-stream v0.1.18
4112026-06-15T03:27:29.150Z Downloaded indicatif v0.17.11
4122026-06-15T03:27:29.150Z Downloaded toml_parser v1.1.2+spec-1.1.0
4132026-06-15T03:27:29.153Z Downloaded toml v0.8.23
4142026-06-15T03:27:29.156Z Downloaded signal-hook v0.3.18
4152026-06-15T03:27:29.169Z Downloaded tinyvec v1.11.0
4162026-06-15T03:27:29.173Z Downloaded serde v1.0.228
4172026-06-15T03:27:29.176Z Downloaded textwrap v0.16.2
4182026-06-15T03:27:29.179Z Downloaded unicode-ident v1.0.24
4192026-06-15T03:27:29.179Z Downloaded tokio-rustls v0.26.4
4202026-06-15T03:27:29.179Z Downloaded tar v0.4.46
4212026-06-15T03:27:29.182Z Downloaded derive_more-impl v2.1.1
4222026-06-15T03:27:29.185Z Downloaded flate2 v1.1.9
4232026-06-15T03:27:29.191Z Downloaded http v1.4.2
4242026-06-15T03:27:29.194Z Downloaded toml v1.1.2+spec-1.1.0
4252026-06-15T03:27:29.198Z Downloaded toml_edit v0.22.27
4262026-06-15T03:27:29.203Z Downloaded der v0.7.10
4272026-06-15T03:27:29.208Z Downloaded backtrace v0.3.76
4282026-06-15T03:27:29.211Z Downloaded sharded-slab v0.1.7
4292026-06-15T03:27:29.214Z Downloaded uuid v1.23.3
4302026-06-15T03:27:29.228Z Downloaded vte v0.14.1
4312026-06-15T03:27:29.239Z Downloaded tracing-core v0.1.36
4322026-06-15T03:27:29.243Z Downloaded ed25519-dalek v2.2.0
4332026-06-15T03:27:29.247Z Downloaded url v2.5.8
4342026-06-15T03:27:29.250Z Downloaded mio v1.2.1
4352026-06-15T03:27:29.253Z Downloaded rand v0.9.4
4362026-06-15T03:27:29.253Z Downloaded memchr v2.8.2
4372026-06-15T03:27:29.256Z Downloaded aho-corasick v1.1.4
4382026-06-15T03:27:29.271Z Downloaded hyper-util v0.1.20
4392026-06-15T03:27:29.281Z Downloaded typenum v1.20.1
4402026-06-15T03:27:29.285Z Downloaded itertools v0.14.0
4412026-06-15T03:27:29.288Z Downloaded unicode-normalization v0.1.25
4422026-06-15T03:27:29.291Z Downloaded regex v1.12.4
4432026-06-15T03:27:29.294Z Downloaded hashbrown v0.15.5
4442026-06-15T03:27:29.300Z Downloaded crossterm v0.29.0
4452026-06-15T03:27:29.303Z Downloaded reqwest v0.12.28
4462026-06-15T03:27:29.306Z Downloaded unicode-segmentation v1.13.3
4472026-06-15T03:27:29.309Z Downloaded hashbrown v0.17.1
4482026-06-15T03:27:29.319Z Downloaded idna v1.1.0
4492026-06-15T03:27:29.322Z Downloaded ron v0.12.1
4502026-06-15T03:27:29.326Z Downloaded guppy v0.17.26
4512026-06-15T03:27:29.330Z Downloaded futures-util v0.3.32
4522026-06-15T03:27:29.337Z Downloaded portable-atomic v1.13.1
4532026-06-15T03:27:29.342Z Downloaded tower v0.5.3
4542026-06-15T03:27:29.347Z Downloaded tower-http v0.6.11
4552026-06-15T03:27:29.352Z Downloaded pulldown-cmark v0.13.4
4562026-06-15T03:27:29.355Z Downloaded hyper v1.10.1
4572026-06-15T03:27:29.359Z Downloaded h2 v0.4.14
4582026-06-15T03:27:29.363Z Downloaded serde_json v1.0.150
4592026-06-15T03:27:29.369Z Downloaded quick-xml v0.37.5
4602026-06-15T03:27:29.378Z Downloaded tokio-util v0.7.18
4612026-06-15T03:27:29.382Z Downloaded winnow v0.7.15
4622026-06-15T03:27:29.388Z Downloaded chrono v0.4.45
4632026-06-15T03:27:29.391Z Downloaded tracing-subscriber v0.3.23
4642026-06-15T03:27:29.396Z Downloaded winnow v1.0.3
4652026-06-15T03:27:29.410Z Downloaded vcpkg v0.2.15
4662026-06-15T03:27:29.432Z Downloaded webpki-roots v1.0.7
4672026-06-15T03:27:29.435Z Downloaded quick-xml v0.38.4
4682026-06-15T03:27:29.438Z Downloaded curve25519-dalek v4.1.3
4692026-06-15T03:27:29.441Z Downloaded zerocopy v0.8.52
4702026-06-15T03:27:29.452Z Downloaded gimli v0.32.3
4712026-06-15T03:27:29.456Z Downloaded bstr v1.12.1
4722026-06-15T03:27:29.470Z Downloaded quinn-proto v0.11.14
4732026-06-15T03:27:29.478Z Downloaded nextest-runner v0.80.0
4742026-06-15T03:27:29.492Z Downloaded tracing v0.1.44
4752026-06-15T03:27:29.503Z Downloaded color-eyre v0.6.5
4762026-06-15T03:27:29.519Z Downloaded openssl v0.10.81
4772026-06-15T03:27:29.525Z Downloaded unicode-width v0.2.2
4782026-06-15T03:27:29.529Z Downloaded object v0.37.3
4792026-06-15T03:27:29.535Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4802026-06-15T03:27:29.545Z Downloaded unicode-width v0.1.14
4812026-06-15T03:27:29.548Z Downloaded rustls v0.23.40
4822026-06-15T03:27:29.554Z Downloaded tokio v1.52.3
4832026-06-15T03:27:29.576Z Downloaded regex-syntax v0.8.11
4842026-06-15T03:27:29.580Z Downloaded nix v0.30.1
4852026-06-15T03:27:29.586Z Downloaded syn v2.0.117
4862026-06-15T03:27:29.595Z Downloaded rustix v0.38.44
4872026-06-15T03:27:29.608Z Downloaded rustix v1.1.4
4882026-06-15T03:27:29.653Z Downloaded regex-automata v0.4.14
4892026-06-15T03:27:29.714Z Downloaded petgraph v0.8.3
4902026-06-15T03:27:29.725Z Downloaded libc v0.2.186
4912026-06-15T03:27:29.797Z Downloaded recursion v0.5.4
4922026-06-15T03:27:29.804Z Downloaded ring v0.17.14
4932026-06-15T03:27:29.863Z Compiling libc v0.2.186
4942026-06-15T03:27:29.863Z Compiling proc-macro2 v1.0.106
4952026-06-15T03:27:29.863Z Compiling quote v1.0.45
4962026-06-15T03:27:29.866Z Compiling unicode-ident v1.0.24
4972026-06-15T03:27:29.866Z Compiling serde_core v1.0.228
4982026-06-15T03:27:29.866Z Compiling cfg-if v1.0.4
4992026-06-15T03:27:29.866Z Compiling memchr v2.8.2
5002026-06-15T03:27:29.993Z Compiling once_cell v1.21.4
5012026-06-15T03:27:30.084Z Compiling log v0.4.32
5022026-06-15T03:27:30.121Z Compiling pin-project-lite v0.2.17
5032026-06-15T03:27:30.210Z Compiling itoa v1.0.18
5042026-06-15T03:27:30.239Z Compiling serde v1.0.228
5052026-06-15T03:27:30.402Z Compiling smallvec v1.15.2
5062026-06-15T03:27:30.437Z Compiling futures-core v0.3.32
5072026-06-15T03:27:30.591Z Compiling bitflags v2.13.0
5082026-06-15T03:27:30.601Z Compiling equivalent v1.0.2
5092026-06-15T03:27:30.638Z Compiling hashbrown v0.17.1
5102026-06-15T03:27:30.683Z Compiling find-msvc-tools v0.1.9
5112026-06-15T03:27:30.907Z Compiling errno v0.3.14
5122026-06-15T03:27:30.940Z Compiling shlex v2.0.1
5132026-06-15T03:27:30.976Z Compiling bytes v1.11.1
5142026-06-15T03:27:31.066Z Compiling signal-hook-registry v1.4.8
5152026-06-15T03:27:31.122Z Compiling jobserver v0.1.34
5162026-06-15T03:27:31.153Z Compiling mio v1.2.1
5172026-06-15T03:27:31.218Z Compiling rustix v1.1.4
5182026-06-15T03:27:31.297Z Compiling syn v2.0.117
5192026-06-15T03:27:31.310Z Compiling cc v1.2.64
5202026-06-15T03:27:31.428Z Compiling futures-sink v0.3.32
5212026-06-15T03:27:31.547Z Compiling socket2 v0.6.4
5222026-06-15T03:27:31.635Z Compiling slab v0.4.12
5232026-06-15T03:27:31.825Z Compiling zmij v1.0.21
5242026-06-15T03:27:31.837Z Compiling futures-channel v0.3.32
5252026-06-15T03:27:31.849Z Compiling tracing-core v0.1.36
5262026-06-15T03:27:32.129Z Compiling version_check v0.9.5
5272026-06-15T03:27:32.221Z Compiling indexmap v2.14.0
5282026-06-15T03:27:32.404Z Compiling serde_json v1.0.150
5292026-06-15T03:27:32.416Z Compiling getrandom v0.4.2
5302026-06-15T03:27:32.629Z Compiling futures-io v0.3.32
5312026-06-15T03:27:32.668Z Compiling futures-task v0.3.32
5322026-06-15T03:27:32.755Z Compiling unicode-width v0.2.2
5332026-06-15T03:27:32.830Z Compiling percent-encoding v2.3.2
5342026-06-15T03:27:32.851Z Compiling camino v1.2.2
5352026-06-15T03:27:33.076Z Compiling ring v0.17.14
5362026-06-15T03:27:33.093Z Compiling http v1.4.2
5372026-06-15T03:27:33.116Z Compiling autocfg v1.5.1
5382026-06-15T03:27:33.177Z Compiling adler2 v2.0.1
5392026-06-15T03:27:33.244Z Compiling simd-adler32 v0.3.9
5402026-06-15T03:27:33.343Z Compiling zeroize v1.9.0
5412026-06-15T03:27:33.469Z Compiling num-traits v0.2.19
5422026-06-15T03:27:33.543Z Compiling miniz_oxide v0.8.9
5432026-06-15T03:27:33.781Z Compiling target-lexicon v0.13.5
5442026-06-15T03:27:34.094Z Compiling zerocopy v0.8.52
5452026-06-15T03:27:34.250Z Compiling getrandom v0.3.4
5462026-06-15T03:27:34.281Z Compiling object v0.37.3
5472026-06-15T03:27:34.585Z Compiling http-body v1.0.1
5482026-06-15T03:27:34.639Z Compiling rustls-pki-types v1.14.1
5492026-06-15T03:27:34.741Z Compiling form_urlencoded v1.2.2
5502026-06-15T03:27:34.788Z Compiling semver v1.0.28
5512026-06-15T03:27:34.909Z Compiling serde_derive v1.0.228
5522026-06-15T03:27:34.967Z Compiling tokio-macros v2.7.0
5532026-06-15T03:27:35.038Z Compiling futures-macro v0.3.32
5542026-06-15T03:27:35.042Z Compiling tracing-attributes v0.1.31
5552026-06-15T03:27:35.353Z Compiling getrandom v0.2.17
5562026-06-15T03:27:35.439Z Compiling fnv v1.0.7
5572026-06-15T03:27:35.496Z Compiling utf8_iter v1.0.4
5582026-06-15T03:27:35.541Z Compiling idna_adapter v1.0.0
5592026-06-15T03:27:35.553Z Compiling untrusted v0.9.0
5602026-06-15T03:27:35.641Z Compiling owo-colors v4.3.0
5612026-06-15T03:27:35.657Z Compiling gimli v0.32.3
5622026-06-15T03:27:35.679Z Compiling signal-hook v0.3.18
5632026-06-15T03:27:35.699Z Compiling tokio v1.52.3
5642026-06-15T03:27:35.827Z Compiling futures-util v0.3.32
5652026-06-15T03:27:35.901Z Compiling httparse v1.10.1
5662026-06-15T03:27:35.974Z Compiling thiserror v2.0.18
5672026-06-15T03:27:36.221Z Compiling tracing v0.1.44
5682026-06-15T03:27:36.250Z Compiling guppy-workspace-hack v0.1.0
5692026-06-15T03:27:36.544Z Compiling idna v1.1.0
5702026-06-15T03:27:36.548Z Compiling thiserror-impl v2.0.18
5712026-06-15T03:27:37.746Z Compiling addr2line v0.25.1
5722026-06-15T03:27:38.260Z Compiling generic-array v0.14.7
5732026-06-15T03:27:38.360Z Compiling try-lock v0.2.5
5742026-06-15T03:27:38.443Z Compiling rustc-demangle v0.1.27
5752026-06-15T03:27:38.475Z Compiling fastrand v2.4.1
5762026-06-15T03:27:38.501Z Compiling typeid v1.0.3
5772026-06-15T03:27:38.749Z Compiling thiserror v1.0.69
5782026-06-15T03:27:38.792Z Compiling pkg-config v0.3.33
5792026-06-15T03:27:38.803Z Compiling atomic-waker v1.1.2
5802026-06-15T03:27:38.929Z Compiling target-spec v3.6.0
5812026-06-15T03:27:39.061Z Compiling rustls v0.23.40
5822026-06-15T03:27:39.215Z Compiling tower-service v0.3.3
5832026-06-15T03:27:39.243Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-06-15T03:27:39.354Z Compiling tempfile v3.27.0
5852026-06-15T03:27:39.468Z Compiling want v0.3.1
5862026-06-15T03:27:39.478Z Compiling cfg-expr v0.20.8
5872026-06-15T03:27:39.647Z Compiling tokio-util v0.7.18
5882026-06-15T03:27:39.769Z Compiling url v2.5.8
5892026-06-15T03:27:40.240Z Compiling h2 v0.4.14
5902026-06-15T03:27:40.428Z Compiling backtrace v0.3.76
5912026-06-15T03:27:41.183Z Compiling thiserror-impl v1.0.69
5922026-06-15T03:27:41.529Z Compiling terminal_size v0.4.4
5932026-06-15T03:27:41.609Z Compiling aho-corasick v1.1.4
5942026-06-15T03:27:41.685Z Compiling typenum v1.20.1
5952026-06-15T03:27:42.199Z Compiling rustls-webpki v0.103.13
5962026-06-15T03:27:42.317Z Compiling winnow v0.7.15
5972026-06-15T03:27:42.359Z Compiling erased-serde v0.4.10
5982026-06-15T03:27:42.660Z Compiling regex-syntax v0.8.11
5992026-06-15T03:27:44.231Z Compiling subtle v2.6.1
6002026-06-15T03:27:44.758Z Compiling regex-automata v0.4.14
6012026-06-15T03:27:45.044Z Compiling hyper v1.10.1
6022026-06-15T03:27:47.079Z Compiling serde_spanned v0.6.9
6032026-06-15T03:27:47.241Z Compiling toml_datetime v0.6.11
6042026-06-15T03:27:47.610Z Compiling ahash v0.8.12
6052026-06-15T03:27:47.883Z Compiling sync_wrapper v1.0.2
6062026-06-15T03:27:48.001Z Compiling is_ci v1.2.0
6072026-06-15T03:27:48.171Z Compiling lazy_static v1.5.0
6082026-06-15T03:27:48.279Z Compiling toml_write v0.1.2
6092026-06-15T03:27:48.410Z Compiling ipnet v2.12.0
6102026-06-15T03:27:48.522Z Compiling foldhash v0.1.5
6112026-06-15T03:27:48.705Z Compiling crc32fast v1.5.0
6122026-06-15T03:27:48.742Z Compiling parking_lot_core v0.9.12
6132026-06-15T03:27:49.005Z Compiling unicode-linebreak v0.1.5
6142026-06-15T03:27:49.032Z Compiling tower-layer v0.3.3
6152026-06-15T03:27:49.233Z Compiling portable-atomic v1.13.1
6162026-06-15T03:27:49.268Z Compiling nextest-workspace-hack v0.1.0
6172026-06-15T03:27:49.286Z Compiling unicode-segmentation v1.13.3
6182026-06-15T03:27:49.496Z Compiling either v1.16.0
6192026-06-15T03:27:49.583Z Compiling base64 v0.22.1
6202026-06-15T03:27:49.672Z Compiling convert_case v0.10.0
6212026-06-15T03:27:49.735Z Compiling textwrap v0.16.2
6222026-06-15T03:27:49.748Z Compiling tower v0.5.3
6232026-06-15T03:27:49.923Z Compiling hyper-util v0.1.20
6242026-06-15T03:27:50.041Z Compiling hashbrown v0.15.5
6252026-06-15T03:27:50.068Z Compiling toml_edit v0.22.27
6262026-06-15T03:27:50.323Z Compiling sharded-slab v0.1.7
6272026-06-15T03:27:50.657Z Compiling supports-color v3.0.2
6282026-06-15T03:27:50.912Z Compiling tokio-rustls v0.26.4
6292026-06-15T03:27:51.124Z Compiling backtrace-ext v0.2.1
6302026-06-15T03:27:51.193Z Compiling ordered-float v2.10.1
6312026-06-15T03:27:51.377Z Compiling webpki-roots v1.0.7
6322026-06-15T03:27:51.464Z Compiling miette-derive v7.6.0
6332026-06-15T03:27:51.494Z Compiling pathdiff v0.2.3
6342026-06-15T03:27:51.516Z Compiling console v0.15.11
6352026-06-15T03:27:51.619Z Compiling tracing-log v0.2.0
6362026-06-15T03:27:51.973Z Compiling cargo-platform v0.3.3
6372026-06-15T03:27:52.522Z Compiling os_pipe v1.2.3
6382026-06-15T03:27:52.535Z Compiling thread_local v1.1.9
6392026-06-15T03:27:52.553Z Compiling scopeguard v1.2.0
6402026-06-15T03:27:52.655Z Compiling winnow v1.0.3
6412026-06-15T03:27:52.685Z Compiling utf8parse v0.2.2
6422026-06-15T03:27:52.797Z Compiling supports-unicode v3.0.0
6432026-06-15T03:27:52.829Z Compiling pulldown-cmark v0.13.4
6442026-06-15T03:27:52.874Z Compiling debug-ignore v1.0.5
6452026-06-15T03:27:52.982Z Compiling cfg_aliases v0.2.1
6462026-06-15T03:27:53.063Z Compiling rustix v0.38.44
6472026-06-15T03:27:53.071Z Compiling unicode-width v0.1.14
6482026-06-15T03:27:53.299Z Compiling ryu v1.0.23
6492026-06-15T03:27:53.360Z Compiling fixedbitset v0.5.7
6502026-06-15T03:27:53.412Z Compiling supports-hyperlinks v3.2.0
6512026-06-15T03:27:53.591Z Compiling zstd-safe v7.2.4
6522026-06-15T03:27:53.630Z Compiling petgraph v0.8.3
6532026-06-15T03:27:53.842Z Compiling toml_parser v1.1.2+spec-1.1.0
6542026-06-15T03:27:53.863Z Compiling miette v7.6.0
6552026-06-15T03:27:54.098Z Compiling serde_urlencoded v0.7.1
6562026-06-15T03:27:54.527Z Compiling nix v0.30.1
6572026-06-15T03:27:54.914Z Compiling anstyle-parse v1.0.0
6582026-06-15T03:27:55.150Z Compiling tracing-subscriber v0.3.23
6592026-06-15T03:27:55.163Z Compiling lock_api v0.4.14
6602026-06-15T03:27:55.399Z Compiling sigchld v0.2.4
6612026-06-15T03:27:55.527Z Compiling cargo_metadata v0.23.1
6622026-06-15T03:27:55.602Z Compiling toml v0.8.23
6632026-06-15T03:27:55.763Z Compiling hyper-rustls v0.27.9
6642026-06-15T03:27:56.438Z Compiling serde-value v0.7.0
6652026-06-15T03:27:57.184Z Compiling serde-untagged v0.1.9
6662026-06-15T03:27:57.807Z Compiling tower-http v0.6.11
6672026-06-15T03:27:58.400Z Compiling derive_more-impl v2.1.1
6682026-06-15T03:27:58.511Z Compiling itertools v0.14.0
6692026-06-15T03:27:58.539Z Compiling regex v1.12.4
6702026-06-15T03:27:59.147Z Compiling block-buffer v0.10.4
6712026-06-15T03:27:59.190Z Compiling crypto-common v0.1.7
6722026-06-15T03:27:59.298Z Compiling ppv-lite86 v0.2.21
6732026-06-15T03:27:59.312Z Compiling rand_core v0.9.5
6742026-06-15T03:27:59.323Z Compiling futures-executor v0.3.32
6752026-06-15T03:27:59.555Z Compiling pin-project-internal v1.1.13
6762026-06-15T03:27:59.618Z Compiling http-body-util v0.1.3
6772026-06-15T03:27:59.843Z Compiling uuid v1.23.3
6782026-06-15T03:27:59.884Z Compiling serde_spanned v1.1.1
6792026-06-15T03:27:59.957Z Compiling smol_str v0.3.6
6802026-06-15T03:27:59.982Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-15T03:28:00.028Z Compiling filetime v0.2.29
6822026-06-15T03:28:00.234Z Compiling vte v0.14.1
6832026-06-15T03:28:00.295Z Compiling bstr v1.12.1
6842026-06-15T03:28:00.371Z Compiling litrs v1.0.0
6852026-06-15T03:28:00.389Z Compiling xattr v1.6.1
6862026-06-15T03:28:00.453Z Compiling color-spantrace v0.3.0
6872026-06-15T03:28:00.575Z Compiling is_terminal_polyfill v1.70.2
6882026-06-15T03:28:00.598Z Compiling unicase v2.9.0
6892026-06-15T03:28:00.668Z Compiling nested v0.1.1
6902026-06-15T03:28:00.761Z Compiling tinyvec_macros v0.1.1
6912026-06-15T03:28:00.778Z Compiling self_update v0.42.0
6922026-06-15T03:28:00.801Z Compiling unicode-xid v0.2.6
6932026-06-15T03:28:00.831Z Compiling anstyle v1.0.14
6942026-06-15T03:28:00.866Z Compiling number_prefix v0.4.0
6952026-06-15T03:28:00.870Z Compiling static_assertions v1.1.0
6962026-06-15T03:28:00.943Z Compiling colorchoice v1.0.5
6972026-06-15T03:28:00.956Z Compiling eyre v0.6.12
6982026-06-15T03:28:01.013Z Compiling anstyle-query v1.1.5
6992026-06-15T03:28:01.026Z Compiling iana-time-zone v0.1.65
7002026-06-15T03:28:01.079Z Compiling indicatif v0.17.11
7012026-06-15T03:28:01.089Z Compiling anstream v1.0.0
7022026-06-15T03:28:01.114Z Compiling guppy v0.17.26
7032026-06-15T03:28:01.493Z Compiling chrono v0.4.45
7042026-06-15T03:28:01.536Z Compiling cargo-util-schemas v0.2.0
7052026-06-15T03:28:01.576Z Compiling tinyvec v1.11.0
7062026-06-15T03:28:02.008Z Compiling document-features v0.2.12
7072026-06-15T03:28:02.522Z Compiling globset v0.4.18
7082026-06-15T03:28:02.563Z Compiling pin-project v1.1.13
7092026-06-15T03:28:02.664Z Compiling tar v0.4.46
7102026-06-15T03:28:03.566Z Compiling strip-ansi-escapes v0.2.1
7112026-06-15T03:28:03.908Z Compiling toml v1.1.2+spec-1.1.0
7122026-06-15T03:28:04.042Z Compiling nextest-metadata v0.12.2
7132026-06-15T03:28:04.167Z Compiling newtype-uuid v1.3.2
7142026-06-15T03:28:04.360Z Compiling reqwest v0.12.28
7152026-06-15T03:28:04.841Z Compiling rand_chacha v0.9.0
7162026-06-15T03:28:05.157Z Compiling futures v0.3.32
7172026-06-15T03:28:05.241Z Compiling digest v0.10.7
7182026-06-15T03:28:05.409Z Compiling derive_more v2.1.1
7192026-06-15T03:28:05.481Z Compiling parking_lot v0.12.5
7202026-06-15T03:28:05.493Z Compiling flate2 v1.1.9
7212026-06-15T03:28:05.753Z Compiling tracing-error v0.2.1
7222026-06-15T03:28:05.987Z Compiling shared_child v1.1.1
7232026-06-15T03:28:06.368Z Compiling signal-hook-mio v0.2.5
7242026-06-15T03:28:06.381Z Compiling self-replace v1.5.0
7252026-06-15T03:28:06.499Z Compiling cargo-platform v0.2.0
7262026-06-15T03:28:06.666Z Compiling quick-xml v0.37.5
7272026-06-15T03:28:07.054Z Compiling quick-xml v0.38.4
7282026-06-15T03:28:07.087Z Compiling urlencoding v2.1.3
7292026-06-15T03:28:07.345Z Compiling clap_lex v1.1.0
7302026-06-15T03:28:07.638Z Compiling cpufeatures v0.2.17
7312026-06-15T03:28:07.702Z Compiling humantime v2.3.0
7322026-06-15T03:28:07.714Z Compiling recursion v0.5.4
7332026-06-15T03:28:07.849Z Compiling strsim v0.11.1
7342026-06-15T03:28:08.124Z Compiling heck v0.5.0
7352026-06-15T03:28:08.320Z Compiling indenter v0.3.4
7362026-06-15T03:28:08.381Z Compiling shell-words v1.1.1
7372026-06-15T03:28:08.628Z Compiling clap_builder v4.6.0
7382026-06-15T03:28:08.669Z Compiling clap_derive v4.6.1
7392026-06-15T03:28:08.707Z Compiling humantime-serde v1.1.1
7402026-06-15T03:28:08.860Z Compiling nextest-filtering v0.15.0
7412026-06-15T03:28:09.146Z Compiling sha2 v0.10.9
7422026-06-15T03:28:09.158Z Compiling quick-junit v0.5.2
7432026-06-15T03:28:10.436Z Compiling atomicwrites v0.4.4
7442026-06-15T03:28:10.721Z Compiling cargo_metadata v0.20.0
7452026-06-15T03:28:12.226Z Compiling crossterm v0.29.0
7462026-06-15T03:28:12.731Z Compiling cargo-nextest v0.9.97
7472026-06-15T03:28:13.043Z Compiling duct v0.13.7
7482026-06-15T03:28:15.040Z Compiling zstd v0.13.3
7492026-06-15T03:28:15.175Z Compiling async-scoped v0.9.0
7502026-06-15T03:28:15.363Z Compiling rand v0.9.4
7512026-06-15T03:28:15.412Z Compiling config v0.15.23
7522026-06-15T03:28:15.436Z Compiling unicode-normalization v0.1.25
7532026-06-15T03:28:15.489Z Compiling target-spec-miette v0.4.8
7542026-06-15T03:28:15.822Z Compiling future-queue v0.4.0
7552026-06-15T03:28:15.917Z Compiling mukti-metadata v0.3.0
7562026-06-15T03:28:16.003Z Compiling camino-tempfile v1.4.1
7572026-06-15T03:28:16.099Z Compiling tokio-stream v0.1.18
7582026-06-15T03:28:16.111Z Compiling derive-where v1.6.1
7592026-06-15T03:28:16.403Z Compiling serde_path_to_error v0.1.20
7602026-06-15T03:28:16.424Z Compiling serde_ignored v0.1.14
7612026-06-15T03:28:16.615Z Compiling swrite v0.1.0
7622026-06-15T03:28:16.644Z Compiling indent_write v2.2.0
7632026-06-15T03:28:16.719Z Compiling xxhash-rust v0.8.15
7642026-06-15T03:28:16.766Z Compiling hex v0.4.3
7652026-06-15T03:28:16.804Z Compiling home v0.5.12
7662026-06-15T03:28:16.896Z Compiling color-eyre v0.6.5
7672026-06-15T03:28:16.969Z Compiling clap v4.6.1
7682026-06-15T03:28:16.997Z Compiling dialoguer v0.11.0
7692026-06-15T03:28:17.051Z Compiling enable-ansi-support v0.2.1
7702026-06-15T03:28:17.326Z Compiling nextest-runner v0.80.0
7712026-06-15T03:28:35.242Z Finished `release` profile [optimized] target(s) in 1m 09s
7722026-06-15T03:28:35.427Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-06-15T03:28:35.430Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-06-15T03:28:35.543Z+ banner bfd
7752026-06-15T03:28:35.546Z
7762026-06-15T03:28:35.546Z ##### ###### #####
7772026-06-15T03:28:35.546Z # # # # #
7782026-06-15T03:28:35.546Z ##### ##### # #
7792026-06-15T03:28:35.546Z # # # # #
7802026-06-15T03:28:35.546Z # # # # #
7812026-06-15T03:28:35.546Z ##### # #####
7822026-06-15T03:28:35.546Z
7832026-06-15T03:28:35.546Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7842026-06-15T03:28:35.700Z Updating crates.io index
7852026-06-15T03:28:35.758Z Updating git repository `https://github.com/oxidecomputer/omicron`
7862026-06-15T03:28:41.660ZFrom https://github.com/oxidecomputer/omicron
7872026-06-15T03:28:41.660Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7882026-06-15T03:28:42.093Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-06-15T03:28:42.699ZFrom https://github.com/oxidecomputer/falcon
7902026-06-15T03:28:42.699Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7912026-06-15T03:28:42.787Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-06-15T03:28:43.689ZFrom https://github.com/oxidecomputer/dendrite
7932026-06-15T03:28:43.689Z * [new ref] f27f612dde317f2f05716c761a14500e46581ff7 -> refs/commit/f27f612dde317f2f05716c761a14500e46581ff7
7942026-06-15T03:28:43.741Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-06-15T03:28:43.971ZFrom https://github.com/oxidecomputer/ispf
7962026-06-15T03:28:43.971Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7972026-06-15T03:28:43.977Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-06-15T03:28:44.293ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-06-15T03:28:44.293Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8002026-06-15T03:28:44.300Z Updating git repository `https://github.com/oxidecomputer/opte`
8012026-06-15T03:28:44.960ZFrom https://github.com/oxidecomputer/opte
8022026-06-15T03:28:44.960Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8032026-06-15T03:28:45.024Z Updating git repository `https://github.com/illumos/smf-rs`
8042026-06-15T03:28:45.279ZFrom https://github.com/illumos/smf-rs
8052026-06-15T03:28:45.279Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8062026-06-15T03:28:45.327Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8072026-06-15T03:28:45.613ZFrom https://github.com/oxidecomputer/poptrie
8082026-06-15T03:28:45.613Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8092026-06-15T03:28:45.632Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8102026-06-15T03:28:45.874ZFrom https://github.com/oxidecomputer/network-interface
8112026-06-15T03:28:45.874Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8122026-06-15T03:28:45.894Z Updating git repository `https://github.com/oxidecomputer/zone`
8132026-06-15T03:28:46.144ZFrom https://github.com/oxidecomputer/zone
8142026-06-15T03:28:46.144Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8152026-06-15T03:28:46.197Z Updating git repository `https://github.com/oxidecomputer/lldp`
8162026-06-15T03:28:46.517ZFrom https://github.com/oxidecomputer/lldp
8172026-06-15T03:28:46.517Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8182026-06-15T03:28:46.570Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8192026-06-15T03:28:46.830ZFrom https://github.com/oxidecomputer/slog-error-chain
8202026-06-15T03:28:46.830Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8212026-06-15T03:28:46.851Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8222026-06-15T03:28:47.135ZFrom https://github.com/oxidecomputer/tufaceous
8232026-06-15T03:28:47.135Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8242026-06-15T03:28:47.154Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-06-15T03:28:47.753ZFrom https://github.com/oxidecomputer/propolis
8262026-06-15T03:28:47.754Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8272026-06-15T03:28:47.832Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-06-15T03:28:48.343ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-06-15T03:28:48.343Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8302026-06-15T03:28:48.364Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-06-15T03:28:48.625ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-06-15T03:28:48.625Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8332026-06-15T03:28:48.630Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-06-15T03:28:49.033ZFrom https://github.com/jmesmon/rust-libzfs
8352026-06-15T03:28:49.033Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-06-15T03:28:49.040Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-06-15T03:28:49.318ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-06-15T03:28:49.318Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-06-15T03:28:49.380Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-06-15T03:28:49.889ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-06-15T03:28:49.889Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8422026-06-15T03:28:49.899Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8432026-06-15T03:28:50.169ZFrom https://github.com/oxidecomputer/serde_human_bytes
8442026-06-15T03:28:50.169Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8452026-06-15T03:28:50.191Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-06-15T03:28:50.973ZFrom https://github.com/oxidecomputer/crucible
8472026-06-15T03:28:50.973Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8482026-06-15T03:28:51.235Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-06-15T03:28:51.640ZFrom https://github.com/oxidecomputer/propolis
8502026-06-15T03:28:51.640Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8512026-06-15T03:28:51.710Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-06-15T03:28:52.189ZFrom https://github.com/oxidecomputer/crucible
8532026-06-15T03:28:52.189Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8542026-06-15T03:28:52.255Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-06-15T03:28:52.577ZFrom https://github.com/oxidecomputer/tofino
8562026-06-15T03:28:52.577Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8572026-06-15T03:28:52.601Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-06-15T03:28:53.238ZFrom https://github.com/oxidecomputer/maghemite
8592026-06-15T03:28:53.238Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8602026-06-15T03:28:53.296Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-06-15T03:28:53.712ZFrom https://github.com/oxidecomputer/clickward
8622026-06-15T03:28:53.712Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-06-15T03:28:53.902Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-06-15T03:28:54.177ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-06-15T03:28:54.177Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-06-15T03:28:54.934Z Downloading crates ...
8672026-06-15T03:28:55.038Z Downloaded async-recursion v1.1.1
8682026-06-15T03:28:55.041Z Downloaded arrayvec v0.7.6
8692026-06-15T03:28:55.044Z Downloaded aead v0.5.2
8702026-06-15T03:28:55.047Z Downloaded darling v0.21.3
8712026-06-15T03:28:55.050Z Downloaded bytecount v0.6.9
8722026-06-15T03:28:55.062Z Downloaded highway v1.3.0
8732026-06-15T03:28:55.069Z Downloaded backon v1.6.0
8742026-06-15T03:28:55.072Z Downloaded hybrid-array v0.4.12
8752026-06-15T03:28:55.072Z Downloaded internet-checksum v0.2.1
8762026-06-15T03:28:55.076Z Downloaded crunchy v0.2.4
8772026-06-15T03:28:55.076Z Downloaded base64 v0.21.7
8782026-06-15T03:28:55.079Z Downloaded bitflags v1.3.2
8792026-06-15T03:28:55.082Z Downloaded crypto-common v0.2.2
8802026-06-15T03:28:55.082Z Downloaded backoff v0.4.0
8812026-06-15T03:28:55.085Z Downloaded block-buffer v0.12.0
8822026-06-15T03:28:55.085Z Downloaded diff v0.1.13
8832026-06-15T03:28:55.088Z Downloaded chacha20 v0.10.0
8842026-06-15T03:28:55.150Z Downloaded async-stream-impl v0.3.6
8852026-06-15T03:28:55.150Z Downloaded dunce v1.0.5
8862026-06-15T03:28:55.150Z Downloaded bcs v0.1.6
8872026-06-15T03:28:55.150Z Downloaded heck v0.4.1
8882026-06-15T03:28:55.150Z Downloaded bs58 v0.5.1
8892026-06-15T03:28:55.150Z Downloaded hash32 v0.3.1
8902026-06-15T03:28:55.151Z Downloaded csv-core v0.1.13
8912026-06-15T03:28:55.151Z Downloaded ingot-types v0.1.2
8922026-06-15T03:28:55.151Z Downloaded crossbeam-epoch v0.9.18
8932026-06-15T03:28:55.151Z Downloaded foldhash v0.2.0
8942026-06-15T03:28:55.151Z Downloaded bit-set v0.8.0
8952026-06-15T03:28:55.151Z Downloaded base16ct v0.2.0
8962026-06-15T03:28:55.151Z Downloaded cipher v0.4.4
8972026-06-15T03:28:55.151Z Downloaded ident_case v1.0.1
8982026-06-15T03:28:55.151Z Downloaded const-oid v0.10.2
8992026-06-15T03:28:55.151Z Downloaded crossbeam-deque v0.8.6
9002026-06-15T03:28:55.151Z Downloaded colored v3.1.1
9012026-06-15T03:28:55.151Z Downloaded ciborium v0.2.2
9022026-06-15T03:28:55.151Z Downloaded group v0.13.0
9032026-06-15T03:28:55.151Z Downloaded defmt v0.3.100
9042026-06-15T03:28:55.151Z Downloaded crucible-workspace-hack v0.1.0
9052026-06-15T03:28:55.151Z Downloaded half v2.7.1
9062026-06-15T03:28:55.151Z Downloaded byte-wrapper v0.1.0
9072026-06-15T03:28:55.151Z Downloaded inout v0.1.4
9082026-06-15T03:28:55.151Z Downloaded idna_adapter v1.2.2
9092026-06-15T03:28:55.151Z Downloaded dof v0.3.0
9102026-06-15T03:28:55.151Z Downloaded arrayref v0.3.9
9112026-06-15T03:28:55.151Z Downloaded cpufeatures v0.3.0
9122026-06-15T03:28:55.151Z Downloaded base16ct v1.0.0
9132026-06-15T03:28:55.151Z Downloaded hickory-resolver v0.25.2
9142026-06-15T03:28:55.153Z Downloaded heapless v0.8.0
9152026-06-15T03:28:55.157Z Downloaded keccak v0.1.6
9162026-06-15T03:28:55.158Z Downloaded is-terminal v0.4.17
9172026-06-15T03:28:55.158Z Downloaded defmt-parser v1.0.0
9182026-06-15T03:28:55.158Z Downloaded cstr-argument v0.1.2
9192026-06-15T03:28:55.158Z Downloaded crc8 v0.1.1
9202026-06-15T03:28:55.158Z Downloaded fxhash v0.2.1
9212026-06-15T03:28:55.158Z Downloaded httpdate v1.0.3
9222026-06-15T03:28:55.158Z Downloaded memmap v0.7.0
9232026-06-15T03:28:55.158Z Downloaded enum-as-inner v0.6.1
9242026-06-15T03:28:55.158Z Downloaded lru-cache v0.1.2
9252026-06-15T03:28:55.158Z Downloaded foreign-types v0.5.0
9262026-06-15T03:28:55.161Z Downloaded elliptic-curve v0.13.8
9272026-06-15T03:28:55.161Z Downloaded macaddr v1.0.1
9282026-06-15T03:28:55.164Z Downloaded linked-hash-map v0.5.6
9292026-06-15T03:28:55.164Z Downloaded const-random-macro v0.1.16
9302026-06-15T03:28:55.164Z Downloaded async-trait v0.1.89
9312026-06-15T03:28:55.167Z Downloaded num-iter v0.1.45
9322026-06-15T03:28:55.167Z Downloaded float-ord v0.3.2
9332026-06-15T03:28:55.170Z Downloaded num-derive v0.4.2
9342026-06-15T03:28:55.170Z Downloaded dtrace-parser v0.2.0
9352026-06-15T03:28:55.173Z Downloaded hostname v0.4.2
9362026-06-15T03:28:55.173Z Downloaded darling_macro v0.21.3
9372026-06-15T03:28:55.176Z Downloaded hostname v0.3.1
9382026-06-15T03:28:55.177Z Downloaded mime v0.3.17
9392026-06-15T03:28:55.177Z Downloaded num-conv v0.2.2
9402026-06-15T03:28:55.180Z Downloaded dof v0.4.0
9412026-06-15T03:28:55.181Z Downloaded hubpack v0.1.2
9422026-06-15T03:28:55.181Z Downloaded dtrace-parser v0.3.0
9432026-06-15T03:28:55.184Z Downloaded memoffset v0.9.1
9442026-06-15T03:28:55.184Z Downloaded convert_case v0.4.0
9452026-06-15T03:28:55.184Z Downloaded ciborium-io v0.2.2
9462026-06-15T03:28:55.187Z Downloaded arc-swap v1.9.1
9472026-06-15T03:28:55.187Z Downloaded omicron-workspace-hack v0.1.0
9482026-06-15T03:28:55.191Z Downloaded hashbrown v0.16.1
9492026-06-15T03:28:55.195Z Downloaded icu_normalizer v2.2.0
9502026-06-15T03:28:55.198Z Downloaded displaydoc v0.2.6
9512026-06-15T03:28:55.198Z Downloaded newtype_derive v0.1.6
9522026-06-15T03:28:55.198Z Downloaded olpc-cjson v0.1.4
9532026-06-15T03:28:55.199Z Downloaded fixedbitset v0.4.2
9542026-06-15T03:28:55.201Z Downloaded argon2 v0.5.3
9552026-06-15T03:28:55.202Z Downloaded natord v1.0.9
9562026-06-15T03:28:55.204Z Downloaded linear-map v1.2.0
9572026-06-15T03:28:55.205Z Downloaded daft-derive v0.1.7
9582026-06-15T03:28:55.208Z Downloaded num-complex v0.4.6
9592026-06-15T03:28:55.208Z Downloaded fs_extra v1.3.0
9602026-06-15T03:28:55.210Z Downloaded crossbeam-utils v0.8.21
9612026-06-15T03:28:55.211Z Downloaded compression-codecs v0.4.38
9622026-06-15T03:28:55.214Z Downloaded num v0.4.3
9632026-06-15T03:28:55.217Z Downloaded embedded-io v0.6.1
9642026-06-15T03:28:55.217Z Downloaded match_cfg v0.1.0
9652026-06-15T03:28:55.217Z Downloaded newline-converter v0.3.0
9662026-06-15T03:28:55.221Z Downloaded async-stream v0.3.6
9672026-06-15T03:28:55.221Z Downloaded parse-display v0.10.0
9682026-06-15T03:28:55.221Z Downloaded pretty-hex v0.4.2
9692026-06-15T03:28:55.224Z Downloaded embedded-io v0.4.0
9702026-06-15T03:28:55.224Z Downloaded foreign-types-macros v0.2.3
9712026-06-15T03:28:55.224Z Downloaded libscf-sys v1.2.0
9722026-06-15T03:28:55.227Z Downloaded plain v0.2.3
9732026-06-15T03:28:55.227Z Downloaded constant_time_eq v0.4.2
9742026-06-15T03:28:55.230Z Downloaded num-rational v0.4.2
9752026-06-15T03:28:55.230Z Downloaded ff v0.13.1
9762026-06-15T03:28:55.230Z Downloaded erased-serde v0.3.31
9772026-06-15T03:28:55.233Z Downloaded deranged v0.5.8
9782026-06-15T03:28:55.233Z Downloaded managed v0.8.0
9792026-06-15T03:28:55.236Z Downloaded num-integer v0.1.46
9802026-06-15T03:28:55.236Z Downloaded no-std-compat v0.4.1
9812026-06-15T03:28:55.236Z Downloaded newtype-uuid-macros v0.1.0
9822026-06-15T03:28:55.239Z Downloaded dyn-clone v1.0.20
9832026-06-15T03:28:55.239Z Downloaded chacha20 v0.9.1
9842026-06-15T03:28:55.242Z Downloaded libsw-core v0.3.2
9852026-06-15T03:28:55.242Z Downloaded proc-macro-crate v1.3.1
9862026-06-15T03:28:55.243Z Downloaded opaque-debug v0.3.1
9872026-06-15T03:28:55.246Z Downloaded konst_macro_rules v0.2.19
9882026-06-15T03:28:55.246Z Downloaded ingot v0.1.1
9892026-06-15T03:28:55.246Z Downloaded glob v0.3.3
9902026-06-15T03:28:55.251Z Downloaded dropshot-api-manager-types v0.7.2
9912026-06-15T03:28:55.251Z Downloaded num_enum_derive v0.7.6
9922026-06-15T03:28:55.251Z Downloaded num_enum_derive v0.5.11
9932026-06-15T03:28:55.254Z Downloaded cancel-safe-futures v0.1.5
9942026-06-15T03:28:55.254Z Downloaded multer v3.1.0
9952026-06-15T03:28:55.254Z Downloaded anyhow v1.0.102
9962026-06-15T03:28:55.257Z Downloaded progenitor-macro v0.14.0
9972026-06-15T03:28:55.257Z Downloaded quick-error v1.2.3
9982026-06-15T03:28:55.260Z Downloaded proc-macro-error-attr2 v2.0.0
9992026-06-15T03:28:55.260Z Downloaded proc-macro-error-attr v1.0.4
10002026-06-15T03:28:55.260Z Downloaded defmt-macros v1.1.0
10012026-06-15T03:28:55.263Z Downloaded darling v0.23.0
10022026-06-15T03:28:55.266Z Downloaded num_enum v0.7.6
10032026-06-15T03:28:55.269Z Downloaded potential_utf v0.1.5
10042026-06-15T03:28:55.269Z Downloaded phf_shared v0.12.1
10052026-06-15T03:28:55.274Z Downloaded progenitor-client v0.10.0
10062026-06-15T03:28:55.274Z Downloaded num_threads v0.1.7
10072026-06-15T03:28:55.274Z Downloaded progenitor-macro v0.10.0
10082026-06-15T03:28:55.277Z Downloaded num_enum v0.5.11
10092026-06-15T03:28:55.277Z Downloaded git-stub-vcs v0.1.0
10102026-06-15T03:28:55.277Z Downloaded rand_chacha v0.3.1
10112026-06-15T03:28:55.280Z Downloaded progenitor-client v0.14.0
10122026-06-15T03:28:55.280Z Downloaded proc-macro-crate v3.5.0
10132026-06-15T03:28:55.280Z Downloaded password-hash v0.5.0
10142026-06-15T03:28:55.283Z Downloaded litemap v0.8.2
10152026-06-15T03:28:55.283Z Downloaded progenitor-macro v0.13.0
10162026-06-15T03:28:55.286Z Downloaded oxide-tokio-rt v0.1.6
10172026-06-15T03:28:55.286Z Downloaded parse-display-derive v0.10.0
10182026-06-15T03:28:55.286Z Downloaded oxnet v0.1.6
10192026-06-15T03:28:55.289Z Downloaded data-encoding v2.11.0
10202026-06-15T03:28:55.289Z Downloaded critical-section v1.2.0
10212026-06-15T03:28:55.289Z Downloaded ingot-macros v0.1.1
10222026-06-15T03:28:55.292Z Downloaded drift v0.2.0
10232026-06-15T03:28:55.295Z Downloaded defmt v1.1.0
10242026-06-15T03:28:55.298Z Downloaded ref-cast-impl v1.0.25
10252026-06-15T03:28:55.302Z Downloaded rand_xorshift v0.4.0
10262026-06-15T03:28:55.302Z Downloaded progenitor v0.14.0
10272026-06-15T03:28:55.302Z Downloaded const_format_proc_macros v0.2.34
10282026-06-15T03:28:55.305Z Downloaded byteorder v1.5.0
10292026-06-15T03:28:55.305Z Downloaded rustc_version v0.1.7
10302026-06-15T03:28:55.305Z Downloaded cookie v0.18.1
10312026-06-15T03:28:55.308Z Downloaded progenitor v0.10.0
10322026-06-15T03:28:55.308Z Downloaded derive-ex v0.1.8
10332026-06-15T03:28:55.311Z Downloaded paste v1.0.15
10342026-06-15T03:28:55.311Z Downloaded omicron-zone-package v0.12.2
10352026-06-15T03:28:55.314Z Downloaded cargo_toml v0.22.3
10362026-06-15T03:28:55.314Z Downloaded hashbrown v0.12.3
10372026-06-15T03:28:55.318Z Downloaded allocator-api2 v0.2.21
10382026-06-15T03:28:55.318Z Downloaded proc-macro-error v1.0.4
10392026-06-15T03:28:55.321Z Downloaded scroll_derive v0.12.1
10402026-06-15T03:28:55.321Z Downloaded poly1305 v0.8.0
10412026-06-15T03:28:55.324Z Downloaded serde-big-array v0.5.1
10422026-06-15T03:28:55.324Z Downloaded sigpipe v0.1.3
10432026-06-15T03:28:55.324Z Downloaded scroll_derive v0.13.1
10442026-06-15T03:28:55.324Z Downloaded semver v0.1.20
10452026-06-15T03:28:55.327Z Downloaded siphasher v1.0.3
10462026-06-15T03:28:55.328Z Downloaded secrecy v0.10.3
10472026-06-15T03:28:55.328Z Downloaded serial_test_derive v3.5.0
10482026-06-15T03:28:55.328Z Downloaded serde_repr v0.1.20
10492026-06-15T03:28:55.331Z Downloaded serde_plain v1.0.2
10502026-06-15T03:28:55.331Z Downloaded progenitor v0.13.0
10512026-06-15T03:28:55.334Z Downloaded pem v3.0.6
10522026-06-15T03:28:55.334Z Downloaded indexmap v1.9.3
10532026-06-15T03:28:55.334Z Downloaded same-file v1.0.6
10542026-06-15T03:28:55.337Z Downloaded digest v0.11.3
10552026-06-15T03:28:55.337Z Downloaded parking_lot v0.11.2
10562026-06-15T03:28:55.340Z Downloaded phf v0.12.1
10572026-06-15T03:28:55.340Z Downloaded memmap2 v0.9.10
10582026-06-15T03:28:55.340Z Downloaded rand_core v0.10.1
10592026-06-15T03:28:55.343Z Downloaded progenitor-extras v0.2.0
10602026-06-15T03:28:55.343Z Downloaded hmac v0.12.1
10612026-06-15T03:28:55.343Z Downloaded powerfmt v0.2.0
10622026-06-15T03:28:55.346Z Downloaded libsw v3.5.0
10632026-06-15T03:28:55.346Z Downloaded ipnetwork v0.21.1
10642026-06-15T03:28:55.346Z Downloaded daft v0.1.7
10652026-06-15T03:28:55.350Z Downloaded slog-envlogger v2.2.0
10662026-06-15T03:28:55.350Z Downloaded proc-macro-error2 v2.0.1
10672026-06-15T03:28:55.353Z Downloaded slog-bunyan v2.5.0
10682026-06-15T03:28:55.353Z Downloaded dropshot_endpoint v0.17.1
10692026-06-15T03:28:55.356Z Downloaded sha1 v0.11.0
10702026-06-15T03:28:55.356Z Downloaded ref-cast v1.0.25
10712026-06-15T03:28:55.356Z Downloaded bitflags v2.12.1
10722026-06-15T03:28:55.359Z Downloaded postcard v1.1.3
10732026-06-15T03:28:55.362Z Downloaded bit-vec v0.8.0
10742026-06-15T03:28:55.362Z Downloaded spin v0.5.2
10752026-06-15T03:28:55.362Z Downloaded smawk v0.3.2
10762026-06-15T03:28:55.365Z Downloaded hubpack_derive v0.1.1
10772026-06-15T03:28:55.365Z Downloaded gethostname v0.5.0
10782026-06-15T03:28:55.365Z Downloaded foreign-types-shared v0.3.1
10792026-06-15T03:28:55.365Z Downloaded blake2 v0.10.6
10802026-06-15T03:28:55.368Z Downloaded fs-err v3.3.0
10812026-06-15T03:28:55.369Z Downloaded cmake v0.1.58
10822026-06-15T03:28:55.369Z Downloaded ciborium-ll v0.2.2
10832026-06-15T03:28:55.373Z Downloaded structmeta-derive v0.3.0
10842026-06-15T03:28:55.373Z Downloaded tabwriter v1.4.1
10852026-06-15T03:28:55.373Z Downloaded tabled_derive v0.11.0
10862026-06-15T03:28:55.373Z Downloaded stable_deref_trait v1.2.1
10872026-06-15T03:28:55.373Z Downloaded structmeta v0.3.0
10882026-06-15T03:28:55.376Z Downloaded instant v0.1.13
10892026-06-15T03:28:55.376Z Downloaded git-stub v1.0.0
10902026-06-15T03:28:55.376Z Downloaded darling_macro v0.23.0
10912026-06-15T03:28:55.376Z Downloaded const-random v0.1.18
10922026-06-15T03:28:55.376Z Downloaded compression-core v0.4.32
10932026-06-15T03:28:55.376Z Downloaded cobs v0.3.0
10942026-06-15T03:28:55.379Z Downloaded strum v0.26.3
10952026-06-15T03:28:55.383Z Downloaded icu_provider v2.2.0
10962026-06-15T03:28:55.386Z Downloaded tabled_derive v0.7.0
10972026-06-15T03:28:55.386Z Downloaded schemars_derive v0.8.22
10982026-06-15T03:28:55.389Z Downloaded rusty-fork v0.3.1
10992026-06-15T03:28:55.389Z Downloaded thiserror-impl-no-std v2.0.2
11002026-06-15T03:28:55.389Z Downloaded testing_table v0.3.0
11012026-06-15T03:28:55.389Z Downloaded tagptr v0.2.0
11022026-06-15T03:28:55.393Z Downloaded strum v0.27.2
11032026-06-15T03:28:55.393Z Downloaded scroll v0.12.0
11042026-06-15T03:28:55.393Z Downloaded rustls-pemfile v2.2.0
11052026-06-15T03:28:55.393Z Downloaded progenitor-client v0.13.0
11062026-06-15T03:28:55.396Z Downloaded time-core v0.1.8
11072026-06-15T03:28:55.396Z Downloaded serde_tokenstream v0.2.3
11082026-06-15T03:28:55.396Z Downloaded pest_generator v2.8.6
11092026-06-15T03:28:55.399Z Downloaded chacha20poly1305 v0.10.1
11102026-06-15T03:28:55.399Z Downloaded parking_lot_core v0.8.6
11112026-06-15T03:28:55.399Z Downloaded rustls-native-certs v0.8.4
11122026-06-15T03:28:55.402Z Downloaded crossbeam-channel v0.5.15
11132026-06-15T03:28:55.402Z Downloaded serial_test v3.5.0
11142026-06-15T03:28:55.405Z Downloaded scroll v0.13.0
11152026-06-15T03:28:55.405Z Downloaded thread-id v4.2.2
11162026-06-15T03:28:55.405Z Downloaded termtree v0.5.1
11172026-06-15T03:28:55.405Z Downloaded take_mut v0.2.2
11182026-06-15T03:28:55.408Z Downloaded resolv-conf v0.7.6
11192026-06-15T03:28:55.408Z Downloaded papergrid v0.11.0
11202026-06-15T03:28:55.411Z Downloaded thread-id v5.1.0
11212026-06-15T03:28:55.412Z Downloaded const_format v0.2.36
11222026-06-15T03:28:55.415Z Downloaded typify-macro v0.4.3
11232026-06-15T03:28:55.415Z Downloaded topological-sort v0.2.2
11242026-06-15T03:28:55.418Z Downloaded unarray v0.1.4
11252026-06-15T03:28:55.418Z Downloaded papergrid v0.18.0
11262026-06-15T03:28:55.421Z Downloaded unit-prefix v0.5.2
11272026-06-15T03:28:55.421Z Downloaded slog-async v2.8.0
11282026-06-15T03:28:55.421Z Downloaded konst v0.2.20
11292026-06-15T03:28:55.424Z Downloaded usdt v0.5.0
11302026-06-15T03:28:55.424Z Downloaded slog-dtrace v0.3.0
11312026-06-15T03:28:55.424Z Downloaded pest_derive v2.8.6
11322026-06-15T03:28:55.427Z Downloaded console v0.16.3
11332026-06-15T03:28:55.431Z Downloaded strum_macros v0.27.2
11342026-06-15T03:28:55.435Z Downloaded smartstring v1.0.1
11352026-06-15T03:28:55.438Z Downloaded universal-hash v0.5.1
11362026-06-15T03:28:55.439Z Downloaded typify-macro v0.6.2
11372026-06-15T03:28:55.439Z Downloaded jiff-static v0.2.28
11382026-06-15T03:28:55.439Z Downloaded slog-term v2.9.2
11392026-06-15T03:28:55.442Z Downloaded slog-scope v4.4.1
11402026-06-15T03:28:55.442Z Downloaded slog-stdlog v4.1.1
11412026-06-15T03:28:55.442Z Downloaded sha1 v0.10.6
11422026-06-15T03:28:55.442Z Downloaded hickory-resolver v0.24.4
11432026-06-15T03:28:55.445Z Downloaded synstructure v0.13.2
11442026-06-15T03:28:55.445Z Downloaded untrusted v0.7.1
11452026-06-15T03:28:55.445Z Downloaded icu_normalizer_data v2.2.0
11462026-06-15T03:28:55.448Z Downloaded slog-json v2.6.1
11472026-06-15T03:28:55.448Z Downloaded crypto-bigint v0.5.5
11482026-06-15T03:28:55.451Z Downloaded utf-8 v0.7.6
11492026-06-15T03:28:55.454Z Downloaded usdt-attr-macro v0.6.0
11502026-06-15T03:28:55.454Z Downloaded waitgroup v0.1.2
11512026-06-15T03:28:55.455Z Downloaded usdt-macro v0.6.0
11522026-06-15T03:28:55.457Z Downloaded usdt v0.6.0
11532026-06-15T03:28:55.457Z Downloaded time-macros v0.2.27
11542026-06-15T03:28:55.460Z Downloaded tiny-keccak v2.0.2
11552026-06-15T03:28:55.460Z Downloaded usdt-macro v0.5.0
11562026-06-15T03:28:55.460Z Downloaded progenitor-impl v0.10.0
11572026-06-15T03:28:55.463Z Downloaded wait-timeout v0.2.1
11582026-06-15T03:28:55.463Z Downloaded zerofrom v0.1.8
11592026-06-15T03:28:55.470Z Downloaded strum_macros v0.26.4
11602026-06-15T03:28:55.473Z Downloaded rustversion v1.0.22
11612026-06-15T03:28:55.473Z Downloaded zerofrom-derive v0.1.7
11622026-06-15T03:28:55.476Z Downloaded serde_derive_internals v0.29.1
11632026-06-15T03:28:55.480Z Downloaded snafu-derive v0.8.9
11642026-06-15T03:28:55.485Z Downloaded thiserror-no-std v2.0.2
11652026-06-15T03:28:55.485Z Downloaded serde_with_macros v3.20.0
11662026-06-15T03:28:55.488Z Downloaded tokio-dtrace v0.1.1
11672026-06-15T03:28:55.488Z Downloaded zeroize_derive v1.4.3
11682026-06-15T03:28:55.488Z Downloaded pest_meta v2.8.6
11692026-06-15T03:28:55.491Z Downloaded zone_cfg_derive v0.3.1
11702026-06-15T03:28:55.491Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-06-15T03:28:55.491Z Downloaded darling_core v0.21.3
11722026-06-15T03:28:55.494Z Downloaded tinystr v0.8.3
11732026-06-15T03:28:55.494Z Downloaded indicatif v0.18.4
11742026-06-15T03:28:55.497Z Downloaded smf v0.2.3
11752026-06-15T03:28:55.497Z Downloaded rhai_codegen v3.2.0
11762026-06-15T03:28:55.500Z Downloaded cc v1.2.63
11772026-06-15T03:28:55.503Z Downloaded tokio-tungstenite v0.21.0
11782026-06-15T03:28:55.504Z Downloaded derive_more v0.99.20
11792026-06-15T03:28:55.507Z Downloaded progenitor-impl v0.14.0
11802026-06-15T03:28:55.510Z Downloaded vsss-rs v3.3.4
11812026-06-15T03:28:55.510Z Downloaded whoami v1.6.1
11822026-06-15T03:28:55.510Z Downloaded usdt-impl v0.5.0
11832026-06-15T03:28:55.513Z Downloaded spin v0.9.8
11842026-06-15T03:28:55.513Z Downloaded schemars v0.8.22
11852026-06-15T03:28:55.518Z Downloaded usdt-impl v0.6.0
11862026-06-15T03:28:55.521Z Downloaded icu_properties v2.2.0
11872026-06-15T03:28:55.521Z Downloaded usdt-attr-macro v0.5.0
11882026-06-15T03:28:55.521Z Downloaded smallvec v1.15.1
11892026-06-15T03:28:55.524Z Downloaded walkdir v2.5.0
11902026-06-15T03:28:55.524Z Downloaded icu_locale_core v2.2.0
11912026-06-15T03:28:55.529Z Downloaded rayon-core v1.13.0
11922026-06-15T03:28:55.529Z Downloaded rustls-platform-verifier v0.7.0
11932026-06-15T03:28:55.532Z Downloaded yoke-derive v0.8.2
11942026-06-15T03:28:55.532Z Downloaded similar v2.7.0
11952026-06-15T03:28:55.535Z Downloaded xz2 v0.1.7
11962026-06-15T03:28:55.535Z Downloaded writeable v0.6.3
11972026-06-15T03:28:55.536Z Downloaded darling_core v0.23.0
11982026-06-15T03:28:55.539Z Downloaded serde_yaml v0.9.34+deprecated
11992026-06-15T03:28:55.542Z Downloaded zerovec-derive v0.11.3
12002026-06-15T03:28:55.542Z Downloaded term v1.2.1
12012026-06-15T03:28:55.545Z Downloaded zeroize v1.8.2
12022026-06-15T03:28:55.545Z Downloaded slog v2.8.2
12032026-06-15T03:28:55.548Z Downloaded minimal-lexical v0.2.1
12042026-06-15T03:28:55.559Z Downloaded nom v7.1.3
12052026-06-15T03:28:55.562Z Downloaded openssl-sys v0.9.116
12062026-06-15T03:28:55.566Z Downloaded yoke v0.8.3
12072026-06-15T03:28:55.569Z Downloaded zerocopy-derive v0.7.35
12082026-06-15T03:28:55.569Z Downloaded thin-vec v0.2.18
12092026-06-15T03:28:55.572Z Downloaded prettyplease v0.2.37
12102026-06-15T03:28:55.572Z Downloaded hkdf v0.12.4
12112026-06-15T03:28:55.576Z Downloaded expectorate v1.2.0
12122026-06-15T03:28:55.576Z Downloaded tungstenite v0.21.0
12132026-06-15T03:28:55.579Z Downloaded typify v0.4.3
12142026-06-15T03:28:55.579Z Downloaded toml v0.7.8
12152026-06-15T03:28:55.582Z Downloaded zone v0.3.1
12162026-06-15T03:28:55.582Z Downloaded toml v0.9.12+spec-1.1.0
12172026-06-15T03:28:55.585Z Downloaded test-strategy v0.4.5
12182026-06-15T03:28:55.585Z Downloaded ucd-trie v0.1.7
12192026-06-15T03:28:55.588Z Downloaded progenitor-impl v0.13.0
12202026-06-15T03:28:55.588Z Downloaded async-compression v0.4.42
12212026-06-15T03:28:55.591Z Downloaded rand v0.8.6
12222026-06-15T03:28:55.594Z Downloaded uuid v1.23.2
12232026-06-15T03:28:55.594Z Downloaded snafu v0.8.9
12242026-06-15T03:28:55.597Z Downloaded memchr v2.8.1
12252026-06-15T03:28:55.601Z Downloaded qorb v0.4.1
12262026-06-15T03:28:55.604Z Downloaded icu_collections v2.2.0
12272026-06-15T03:28:55.607Z Downloaded toml_edit v0.25.12+spec-1.1.0
12282026-06-15T03:28:55.610Z Downloaded schemars v0.9.0
12292026-06-15T03:28:55.614Z Downloaded typify v0.6.2
12302026-06-15T03:28:55.617Z Downloaded unsafe-libyaml v0.2.11
12312026-06-15T03:28:55.620Z Downloaded schemars v1.2.1
12322026-06-15T03:28:55.632Z Downloaded rand v0.10.1
12332026-06-15T03:28:55.635Z Downloaded pretty_assertions v1.4.1
12342026-06-15T03:28:55.635Z Downloaded http v1.4.1
12352026-06-15T03:28:55.638Z Downloaded toml_edit v0.19.15
12362026-06-15T03:28:55.645Z Downloaded pest v2.8.6
12372026-06-15T03:28:55.651Z Downloaded dropshot-api-manager v0.7.2
12382026-06-15T03:28:55.654Z Downloaded yansi v1.0.1
12392026-06-15T03:28:55.657Z Downloaded libm v0.2.16
12402026-06-15T03:28:55.660Z Downloaded zerotrie v0.2.4
12412026-06-15T03:28:55.663Z Downloaded itertools v0.12.1
12422026-06-15T03:28:55.668Z Downloaded steno v0.4.1
12432026-06-15T03:28:55.671Z Downloaded nom v8.0.0
12442026-06-15T03:28:55.676Z Downloaded zerocopy-derive v0.8.50
12452026-06-15T03:28:55.683Z Downloaded goblin v0.10.7
12462026-06-15T03:28:55.687Z Downloaded typed-path v0.9.3
12472026-06-15T03:28:55.708Z Downloaded goblin v0.8.2
12482026-06-15T03:28:55.711Z Downloaded icu_properties_data v2.2.0
12492026-06-15T03:28:55.719Z Downloaded regex v1.12.3
12502026-06-15T03:28:55.722Z Downloaded blake3 v1.8.5
12512026-06-15T03:28:55.735Z Downloaded zerovec v0.11.6
12522026-06-15T03:28:55.738Z Downloaded tough v0.22.0
12532026-06-15T03:28:55.742Z Downloaded reqwest v0.13.4
12542026-06-15T03:28:55.745Z Downloaded iddqd v0.4.2
12552026-06-15T03:28:55.750Z Downloaded rayon v1.12.0
12562026-06-15T03:28:55.757Z Downloaded proptest v1.11.0
12572026-06-15T03:28:55.762Z Downloaded moka v0.12.15
12582026-06-15T03:28:55.766Z Downloaded winnow v0.5.40
12592026-06-15T03:28:55.776Z Downloaded tabled v0.15.0
12602026-06-15T03:28:55.785Z Downloaded zerocopy v0.7.35
12612026-06-15T03:28:55.793Z Downloaded tabled v0.21.0
12622026-06-15T03:28:55.802Z Downloaded serde_with v3.20.0
12632026-06-15T03:28:55.821Z Downloaded hickory-proto v0.24.4
12642026-06-15T03:28:55.828Z Downloaded aws-lc-rs v1.17.0
12652026-06-15T03:28:55.842Z Downloaded time v0.3.47
12662026-06-15T03:28:55.855Z Downloaded nix v0.31.3
12672026-06-15T03:28:55.862Z Downloaded regex-syntax v0.8.10
12682026-06-15T03:28:55.866Z Downloaded openssl v0.10.80
12692026-06-15T03:28:55.874Z Downloaded syn v1.0.109
12702026-06-15T03:28:55.880Z Downloaded hickory-proto v0.25.2
12712026-06-15T03:28:55.890Z Downloaded dropshot v0.17.1
12722026-06-15T03:28:55.904Z Downloaded zerocopy v0.8.50
12732026-06-15T03:28:55.911Z Downloaded smoltcp v0.11.0
12742026-06-15T03:28:55.922Z Downloaded rhai v1.25.1
12752026-06-15T03:28:55.926Z Downloaded regress v0.11.1
12762026-06-15T03:28:55.929Z Downloaded openapiv3 v2.2.0
12772026-06-15T03:28:55.935Z Downloaded sled v0.34.7
12782026-06-15T03:28:55.940Z Downloaded regress v0.10.5
12792026-06-15T03:28:55.963Z Downloaded typify-impl v0.4.3
12802026-06-15T03:28:55.970Z Downloaded typify-impl v0.6.2
12812026-06-15T03:28:55.989Z Downloaded lzma-sys v0.1.20
12822026-06-15T03:28:56.003Z Downloaded petgraph v0.6.5
12832026-06-15T03:28:56.013Z Downloaded jiff v0.2.28
12842026-06-15T03:28:56.022Z Downloaded chrono-tz v0.10.4
12852026-06-15T03:28:56.040Z Downloaded sha3 v0.10.9
12862026-06-15T03:28:56.044Z Downloaded csv v1.4.0
12872026-06-15T03:28:56.063Z Downloaded encoding_rs v0.8.35
12882026-06-15T03:28:56.636Z Downloaded aws-lc-sys v0.41.0
12892026-06-15T03:28:57.569Z Compiling proc-macro2 v1.0.106
12902026-06-15T03:28:57.569Z Compiling unicode-ident v1.0.24
12912026-06-15T03:28:57.569Z Compiling quote v1.0.45
12922026-06-15T03:28:57.569Z Compiling serde_core v1.0.228
12932026-06-15T03:28:57.573Z Compiling cfg-if v1.0.4
12942026-06-15T03:28:57.574Z Compiling serde v1.0.228
12952026-06-15T03:28:57.574Z Compiling libc v0.2.186
12962026-06-15T03:28:57.574Z Compiling memchr v2.8.1
12972026-06-15T03:28:57.730Z Compiling itoa v1.0.18
12982026-06-15T03:28:57.911Z Compiling smallvec v1.15.1
12992026-06-15T03:28:58.003Z Compiling zmij v1.0.21
13002026-06-15T03:28:58.069Z Compiling autocfg v1.5.1
13012026-06-15T03:28:58.141Z Compiling libm v0.2.16
13022026-06-15T03:28:58.392Z Compiling stable_deref_trait v1.2.1
13032026-06-15T03:28:58.419Z Compiling writeable v0.6.3
13042026-06-15T03:28:58.462Z Compiling litemap v0.8.2
13052026-06-15T03:28:58.535Z Compiling percent-encoding v2.3.2
13062026-06-15T03:28:58.592Z Compiling icu_normalizer_data v2.2.0
13072026-06-15T03:28:58.616Z Compiling icu_properties_data v2.2.0
13082026-06-15T03:28:58.619Z Compiling utf8_iter v1.0.4
13092026-06-15T03:28:58.643Z Compiling iana-time-zone v0.1.65
13102026-06-15T03:28:58.768Z Compiling form_urlencoded v1.2.2
13112026-06-15T03:28:58.862Z Compiling equivalent v1.0.2
13122026-06-15T03:28:58.911Z Compiling syn v2.0.117
13132026-06-15T03:28:58.940Z Compiling serde_json v1.0.150
13142026-06-15T03:28:58.951Z Compiling dyn-clone v1.0.20
13152026-06-15T03:28:59.003Z Compiling version_check v0.9.5
13162026-06-15T03:28:59.028Z Compiling pin-project-lite v0.2.17
13172026-06-15T03:28:59.052Z Compiling num-traits v0.2.19
13182026-06-15T03:28:59.081Z Compiling parking_lot_core v0.9.12
13192026-06-15T03:28:59.116Z Compiling scopeguard v1.2.0
13202026-06-15T03:28:59.197Z Compiling lock_api v0.4.14
13212026-06-15T03:28:59.218Z Compiling thiserror v2.0.18
13222026-06-15T03:28:59.285Z Compiling getrandom v0.4.2
13232026-06-15T03:28:59.375Z Compiling rand_core v0.10.1
13242026-06-15T03:28:59.421Z Compiling errno v0.3.14
13252026-06-15T03:28:59.521Z Compiling hashbrown v0.17.1
13262026-06-15T03:28:59.567Z Compiling log v0.4.32
13272026-06-15T03:28:59.692Z Compiling heck v0.5.0
13282026-06-15T03:28:59.759Z Compiling futures-core v0.3.32
13292026-06-15T03:28:59.762Z Compiling zerocopy v0.8.50
13302026-06-15T03:28:59.907Z Compiling semver v1.0.28
13312026-06-15T03:28:59.950Z Compiling uuid v1.23.2
13322026-06-15T03:28:59.991Z Compiling indexmap v2.14.0
13332026-06-15T03:29:00.064Z Compiling schemars v0.8.22
13342026-06-15T03:29:00.199Z Compiling rustversion v1.0.22
13352026-06-15T03:29:00.250Z Compiling fnv v1.0.7
13362026-06-15T03:29:00.330Z Compiling futures-sink v0.3.32
13372026-06-15T03:29:00.340Z Compiling slab v0.4.12
13382026-06-15T03:29:00.367Z Compiling jobserver v0.1.34
13392026-06-15T03:29:00.465Z Compiling find-msvc-tools v0.1.9
13402026-06-15T03:29:00.503Z Compiling shlex v2.0.1
13412026-06-15T03:29:00.614Z Compiling futures-channel v0.3.32
13422026-06-15T03:29:00.643Z Compiling cc v1.2.63
13432026-06-15T03:29:00.676Z Compiling bitflags v2.12.1
13442026-06-15T03:29:00.832Z Compiling socket2 v0.6.4
13452026-06-15T03:29:00.917Z Compiling parking_lot v0.12.5
13462026-06-15T03:29:00.951Z Compiling futures-task v0.3.32
13472026-06-15T03:29:00.974Z Compiling futures-io v0.3.32
13482026-06-15T03:29:01.054Z Compiling signal-hook-registry v1.4.8
13492026-06-15T03:29:01.113Z Compiling mio v1.2.1
13502026-06-15T03:29:01.127Z Compiling portable-atomic v1.13.1
13512026-06-15T03:29:01.139Z Compiling dunce v1.0.5
13522026-06-15T03:29:01.226Z Compiling fs_extra v1.3.0
13532026-06-15T03:29:01.270Z Compiling base64 v0.22.1
13542026-06-15T03:29:01.316Z Compiling critical-section v1.2.0
13552026-06-15T03:29:01.341Z Compiling cmake v0.1.58
13562026-06-15T03:29:01.417Z Compiling typenum v1.20.1
13572026-06-15T03:29:01.474Z Compiling strsim v0.11.1
13582026-06-15T03:29:01.589Z Compiling byteorder v1.5.0
13592026-06-15T03:29:01.610Z Compiling rustix v1.1.4
13602026-06-15T03:29:01.622Z Compiling synstructure v0.13.2
13612026-06-15T03:29:01.723Z Compiling serde_derive_internals v0.29.1
13622026-06-15T03:29:01.879Z Compiling aws-lc-sys v0.41.0
13632026-06-15T03:29:01.904Z Compiling subtle v2.6.1
13642026-06-15T03:29:02.081Z Compiling regex-syntax v0.8.10
13652026-06-15T03:29:02.207Z Compiling atomic-waker v1.1.2
13662026-06-15T03:29:02.269Z Compiling httparse v1.10.1
13672026-06-15T03:29:02.281Z Compiling thiserror v1.0.69
13682026-06-15T03:29:02.330Z Compiling once_cell v1.21.4
13692026-06-15T03:29:02.394Z Compiling ipnet v2.12.0
13702026-06-15T03:29:02.519Z Compiling tower-layer v0.3.3
13712026-06-15T03:29:02.542Z Compiling tower-service v0.3.3
13722026-06-15T03:29:02.631Z Compiling ucd-trie v0.1.7
13732026-06-15T03:29:02.675Z Compiling try-lock v0.2.5
13742026-06-15T03:29:02.766Z Compiling untrusted v0.9.0
13752026-06-15T03:29:02.783Z Compiling pest v2.8.6
13762026-06-15T03:29:02.879Z Compiling serde_derive v1.0.228
13772026-06-15T03:29:02.879Z Compiling zerofrom-derive v0.1.7
13782026-06-15T03:29:02.927Z Compiling yoke-derive v0.8.2
13792026-06-15T03:29:02.940Z Compiling zerovec-derive v0.11.3
13802026-06-15T03:29:02.973Z Compiling displaydoc v0.2.6
13812026-06-15T03:29:03.757Z Compiling schemars_derive v0.8.22
13822026-06-15T03:29:03.994Z Compiling thiserror-impl v2.0.18
13832026-06-15T03:29:04.036Z Compiling tokio-macros v2.7.0
13842026-06-15T03:29:04.039Z Compiling zerocopy-derive v0.8.50
13852026-06-15T03:29:04.062Z Compiling zerofrom v0.1.8
13862026-06-15T03:29:04.177Z Compiling yoke v0.8.3
13872026-06-15T03:29:04.357Z Compiling zerovec v0.11.6
13882026-06-15T03:29:04.684Z Compiling zerotrie v0.2.4
13892026-06-15T03:29:04.774Z Compiling zeroize_derive v1.4.3
13902026-06-15T03:29:04.871Z Compiling tinystr v0.8.3
13912026-06-15T03:29:04.959Z Compiling potential_utf v0.1.5
13922026-06-15T03:29:04.974Z Compiling futures-macro v0.3.32
13932026-06-15T03:29:05.070Z Compiling icu_locale_core v2.2.0
13942026-06-15T03:29:05.115Z Compiling icu_collections v2.2.0
13952026-06-15T03:29:05.293Z Compiling thiserror-impl v1.0.69
13962026-06-15T03:29:05.450Z Compiling zeroize v1.8.2
13972026-06-15T03:29:05.633Z Compiling ryu v1.0.23
13982026-06-15T03:29:05.644Z Compiling pest_meta v2.8.6
13992026-06-15T03:29:05.789Z Compiling icu_provider v2.2.0
14002026-06-15T03:29:05.806Z Compiling futures-util v0.3.32
14012026-06-15T03:29:05.982Z Compiling bytes v1.11.1
14022026-06-15T03:29:06.099Z Compiling icu_normalizer v2.2.0
14032026-06-15T03:29:06.113Z Compiling icu_properties v2.2.0
14042026-06-15T03:29:06.434Z Compiling chrono v0.4.45
14052026-06-15T03:29:06.598Z Compiling tokio v1.52.3
14062026-06-15T03:29:06.668Z Compiling http v1.4.1
14072026-06-15T03:29:06.885Z Compiling serde_tokenstream v0.2.3
14082026-06-15T03:29:07.222Z Compiling idna_adapter v1.2.2
14092026-06-15T03:29:07.339Z Compiling idna v1.1.0
14102026-06-15T03:29:07.357Z Compiling erased-serde v0.3.31
14112026-06-15T03:29:07.661Z Compiling url v2.5.8
14122026-06-15T03:29:07.840Z Compiling http-body v1.0.1
14132026-06-15T03:29:07.990Z Compiling want v0.3.1
14142026-06-15T03:29:08.029Z Compiling getrandom v0.2.17
14152026-06-15T03:29:08.101Z Compiling httpdate v1.0.3
14162026-06-15T03:29:08.131Z Compiling getrandom v0.3.4
14172026-06-15T03:29:08.207Z Compiling ppv-lite86 v0.2.21
14182026-06-15T03:29:08.337Z Compiling rand_core v0.6.4
14192026-06-15T03:29:08.348Z Compiling pest_generator v2.8.6
14202026-06-15T03:29:08.477Z Compiling pretty-hex v0.4.2
14212026-06-15T03:29:08.520Z Compiling plain v0.2.3
14222026-06-15T03:29:08.533Z Compiling slog v2.8.2
14232026-06-15T03:29:08.553Z Compiling allocator-api2 v0.2.21
14242026-06-15T03:29:08.600Z Compiling foldhash v0.2.0
14252026-06-15T03:29:08.621Z Compiling tracing-attributes v0.1.31
14262026-06-15T03:29:08.772Z Compiling tracing-core v0.1.36
14272026-06-15T03:29:08.826Z Compiling hashbrown v0.16.1
14282026-06-15T03:29:08.862Z Compiling paste v1.0.15
14292026-06-15T03:29:08.940Z Compiling ipnetwork v0.21.1
14302026-06-15T03:29:09.152Z Compiling pest_derive v2.8.6
14312026-06-15T03:29:09.359Z Compiling oxnet v0.1.6
14322026-06-15T03:29:09.410Z Compiling http-body-util v0.1.3
14332026-06-15T03:29:09.601Z Compiling serde_urlencoded v0.7.1
14342026-06-15T03:29:09.640Z Compiling aho-corasick v1.1.4
14352026-06-15T03:29:09.708Z Compiling ident_case v1.0.1
14362026-06-15T03:29:09.784Z Compiling winnow v1.0.3
14372026-06-15T03:29:09.813Z Compiling omicron-workspace-hack v0.1.0
14382026-06-15T03:29:09.824Z Compiling tracing v0.1.44
14392026-06-15T03:29:10.041Z Compiling sync_wrapper v1.0.2
14402026-06-15T03:29:10.129Z Compiling num-conv v0.2.2
14412026-06-15T03:29:10.142Z Compiling powerfmt v0.2.0
14422026-06-15T03:29:10.274Z Compiling anyhow v1.0.102
14432026-06-15T03:29:10.332Z Compiling time-core v0.1.8
14442026-06-15T03:29:10.343Z Compiling deranged v0.5.8
14452026-06-15T03:29:10.469Z Compiling regex-automata v0.4.14
14462026-06-15T03:29:10.797Z Compiling time-macros v0.2.27
14472026-06-15T03:29:10.831Z Compiling daft-derive v0.1.7
14482026-06-15T03:29:11.004Z Compiling scroll_derive v0.13.1
14492026-06-15T03:29:11.296Z Compiling num_threads v0.1.7
14502026-06-15T03:29:11.391Z Compiling fastrand v2.4.1
14512026-06-15T03:29:11.647Z Compiling tokio-util v0.7.18
14522026-06-15T03:29:11.766Z Compiling async-trait v0.1.89
14532026-06-15T03:29:11.824Z Compiling scroll v0.13.0
14542026-06-15T03:29:12.150Z Compiling regex v1.12.3
14552026-06-15T03:29:12.208Z Compiling aws-lc-rs v1.17.0
14562026-06-15T03:29:12.520Z Compiling goblin v0.10.7
14572026-06-15T03:29:12.612Z Compiling rustls-pki-types v1.14.1
14582026-06-15T03:29:12.622Z Compiling openssl-probe v0.2.1
14592026-06-15T03:29:12.808Z Compiling hex v0.4.3
14602026-06-15T03:29:13.042Z Compiling crossbeam-utils v0.8.21
14612026-06-15T03:29:13.060Z Compiling usdt-impl v0.6.0
14622026-06-15T03:29:13.083Z Compiling untrusted v0.7.1
14632026-06-15T03:29:13.095Z Compiling dtrace-parser v0.3.0
14642026-06-15T03:29:13.201Z Compiling camino v1.2.2
14652026-06-15T03:29:13.318Z Compiling rustls v0.23.40
14662026-06-15T03:29:13.388Z Compiling h2 v0.4.14
14672026-06-15T03:29:13.578Z Compiling thread-id v5.1.0
14682026-06-15T03:29:13.656Z Compiling thread_local v1.1.9
14692026-06-15T03:29:13.859Z Compiling crc32fast v1.5.0
14702026-06-15T03:29:13.920Z Compiling rand_core v0.9.5
14712026-06-15T03:29:14.005Z Compiling futures-executor v0.3.32
14722026-06-15T03:29:14.126Z Compiling slog-async v2.8.0
14732026-06-15T03:29:14.189Z Compiling match_cfg v0.1.0
14742026-06-15T03:29:14.274Z Compiling futures v0.3.32
14752026-06-15T03:29:14.353Z Compiling structmeta-derive v0.3.0
14762026-06-15T03:29:14.433Z Compiling cpufeatures v0.3.0
14772026-06-15T03:29:14.494Z Compiling term v1.2.1
14782026-06-15T03:29:14.502Z Compiling adler2 v2.0.1
14792026-06-15T03:29:14.505Z Compiling take_mut v0.2.2
14802026-06-15T03:29:14.603Z Compiling simd-adler32 v0.3.9
14812026-06-15T03:29:14.606Z Compiling rand_chacha v0.9.0
14822026-06-15T03:29:14.798Z Compiling miniz_oxide v0.8.9
14832026-06-15T03:29:15.032Z Compiling darling_core v0.23.0
14842026-06-15T03:29:15.138Z Compiling newtype-uuid-macros v0.1.0
14852026-06-15T03:29:15.385Z Compiling dof v0.4.0
14862026-06-15T03:29:15.441Z Compiling hyper v1.10.1
14872026-06-15T03:29:15.575Z Compiling structmeta v0.3.0
14882026-06-15T03:29:15.770Z Compiling hybrid-array v0.4.12
14892026-06-15T03:29:15.937Z Compiling flate2 v1.1.9
14902026-06-15T03:29:16.349Z Compiling rand v0.9.4
14912026-06-15T03:29:16.393Z Compiling newtype-uuid v1.3.2
14922026-06-15T03:29:16.713Z Compiling hyper-util v0.1.20
14932026-06-15T03:29:16.730Z Compiling compression-core v0.4.32
14942026-06-15T03:29:16.883Z Compiling ref-cast v1.0.25
14952026-06-15T03:29:16.913Z Compiling quick-error v1.2.3
14962026-06-15T03:29:16.943Z Compiling syn v1.0.109
14972026-06-15T03:29:17.073Z Compiling compression-codecs v0.4.38
14982026-06-15T03:29:17.092Z Compiling darling_macro v0.23.0
14992026-06-15T03:29:17.184Z Compiling daft v0.1.7
15002026-06-15T03:29:17.275Z Compiling crypto-common v0.2.2
15012026-06-15T03:29:17.330Z Compiling block-buffer v0.12.0
15022026-06-15T03:29:17.443Z Compiling strum_macros v0.26.4
15032026-06-15T03:29:17.446Z Compiling usdt-attr-macro v0.6.0
15042026-06-15T03:29:17.477Z Compiling usdt-macro v0.6.0
15052026-06-15T03:29:17.683Z Compiling darling v0.23.0
15062026-06-15T03:29:17.760Z Compiling ref-cast-impl v1.0.25
15072026-06-15T03:29:18.215Z Compiling serde_spanned v1.1.1
15082026-06-15T03:29:18.367Z Compiling multer v3.1.0
15092026-06-15T03:29:18.533Z Compiling debug-ignore v1.0.5
15102026-06-15T03:29:18.598Z Compiling bit-vec v0.8.0
15112026-06-15T03:29:18.616Z Compiling const-oid v0.10.2
15122026-06-15T03:29:18.616Z Compiling toml_writer v1.1.1+spec-1.1.0
15132026-06-15T03:29:18.746Z Compiling digest v0.11.3
15142026-06-15T03:29:18.767Z Compiling serde_with_macros v3.20.0
15152026-06-15T03:29:18.814Z Compiling bit-set v0.8.0
15162026-06-15T03:29:18.863Z Compiling time v0.3.47
15172026-06-15T03:29:18.902Z Compiling tower v0.5.3
15182026-06-15T03:29:18.962Z Compiling async-stream-impl v0.3.6
15192026-06-15T03:29:19.069Z Compiling strum v0.26.3
15202026-06-15T03:29:19.189Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-06-15T03:29:19.248Z Compiling dropshot v0.17.1
15222026-06-15T03:29:19.481Z Compiling encoding_rs v0.8.35
15232026-06-15T03:29:19.595Z Compiling mime v0.3.17
15242026-06-15T03:29:19.667Z Compiling spin v0.9.8
15252026-06-15T03:29:19.774Z Compiling unarray v0.1.4
15262026-06-15T03:29:19.857Z Compiling async-stream v0.3.6
15272026-06-15T03:29:19.879Z Compiling tower-http v0.6.11
15282026-06-15T03:29:20.019Z Compiling sha1 v0.11.0
15292026-06-15T03:29:20.296Z Compiling derive-ex v0.1.8
15302026-06-15T03:29:20.992Z Compiling crossbeam-channel v0.5.15
15312026-06-15T03:29:21.013Z Compiling dropshot_endpoint v0.17.1
15322026-06-15T03:29:21.098Z Compiling openapiv3 v2.2.0
15332026-06-15T03:29:21.348Z Compiling macaddr v1.0.1
15342026-06-15T03:29:21.469Z Compiling waitgroup v0.1.2
15352026-06-15T03:29:21.568Z Compiling serde_path_to_error v0.1.20
15362026-06-15T03:29:21.606Z Compiling generic-array v0.14.7
15372026-06-15T03:29:21.861Z Compiling test-strategy v0.4.5
15382026-06-15T03:29:22.031Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15392026-06-15T03:29:22.092Z Compiling rustls-native-certs v0.8.4
15402026-06-15T03:29:22.103Z Compiling tempfile v3.27.0
15412026-06-15T03:29:22.209Z Compiling strum_macros v0.27.2
15422026-06-15T03:29:22.432Z Compiling instant v0.1.13
15432026-06-15T03:29:22.757Z Compiling is-terminal v0.4.17
15442026-06-15T03:29:22.850Z Compiling slog-term v2.9.2
15452026-06-15T03:29:23.311Z Compiling slog-json v2.6.1
15462026-06-15T03:29:23.442Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15472026-06-15T03:29:23.517Z Compiling hostname v0.3.1
15482026-06-15T03:29:23.559Z Compiling memmap2 v0.9.10
15492026-06-15T03:29:23.650Z Compiling either v1.16.0
15502026-06-15T03:29:23.776Z Compiling usdt v0.6.0
15512026-06-15T03:29:23.787Z Compiling slog-bunyan v2.5.0
15522026-06-15T03:29:23.857Z Compiling parse-display-derive v0.10.0
15532026-06-15T03:29:23.887Z Compiling backon v1.6.0
15542026-06-15T03:29:23.912Z Compiling rand_chacha v0.3.1
15552026-06-15T03:29:23.941Z Compiling toml_parser v1.1.2+spec-1.1.0
15562026-06-15T03:29:24.023Z Compiling strum v0.27.2
15572026-06-15T03:29:24.044Z Compiling regress v0.10.5
15582026-06-15T03:29:24.058Z Compiling toml_datetime v1.1.1+spec-1.1.0
15592026-06-15T03:29:24.080Z Compiling wait-timeout v0.2.1
15602026-06-15T03:29:24.142Z Compiling rand v0.8.6
15612026-06-15T03:29:24.349Z Compiling toml v1.1.2+spec-1.1.0
15622026-06-15T03:29:24.350Z Compiling rusty-fork v0.3.1
15632026-06-15T03:29:24.371Z Compiling crypto-common v0.1.7
15642026-06-15T03:29:24.495Z Compiling serde_with v3.20.0
15652026-06-15T03:29:24.613Z Compiling async-compression v0.4.42
15662026-06-15T03:29:24.696Z Compiling rand_xorshift v0.4.0
15672026-06-15T03:29:24.772Z Compiling rustls-pemfile v2.2.0
15682026-06-15T03:29:24.835Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15692026-06-15T03:29:24.963Z Compiling hostname v0.4.2
15702026-06-15T03:29:25.100Z Compiling humantime v2.3.0
15712026-06-15T03:29:25.312Z Compiling proptest v1.11.0
15722026-06-15T03:29:25.363Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15732026-06-15T03:29:25.738Z Compiling utf8parse v0.2.2
15742026-06-15T03:29:25.845Z Compiling anstyle-parse v1.0.0
15752026-06-15T03:29:25.871Z Compiling itertools v0.14.0
15762026-06-15T03:29:26.025Z Compiling iddqd v0.4.2
15772026-06-15T03:29:26.489Z Compiling is_terminal_polyfill v1.70.2
15782026-06-15T03:29:26.577Z Compiling colorchoice v1.0.5
15792026-06-15T03:29:26.645Z Compiling anstyle-query v1.1.5
15802026-06-15T03:29:26.685Z Compiling anstyle v1.0.14
15812026-06-15T03:29:26.747Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15822026-06-15T03:29:26.906Z Compiling anstream v1.0.0
15832026-06-15T03:29:27.041Z Compiling reqwest v0.12.28
15842026-06-15T03:29:27.109Z Compiling clap_lex v1.1.0
15852026-06-15T03:29:27.247Z Compiling parse-display v0.10.0
15862026-06-15T03:29:27.327Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15872026-06-15T03:29:27.351Z Compiling backoff v0.4.0
15882026-06-15T03:29:27.558Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15892026-06-15T03:29:27.791Z Compiling block-buffer v0.10.4
15902026-06-15T03:29:27.858Z Compiling clap_derive v4.6.1
15912026-06-15T03:29:27.940Z Compiling digest v0.10.7
15922026-06-15T03:29:28.069Z Compiling progenitor-client v0.10.0
15932026-06-15T03:29:28.153Z Compiling terminal_size v0.4.4
15942026-06-15T03:29:28.812Z Compiling unicode-width v0.2.2
15952026-06-15T03:29:29.139Z Compiling clap_builder v4.6.0
15962026-06-15T03:29:29.156Z Compiling regress v0.11.1
15972026-06-15T03:29:30.744Z Compiling clap v4.6.1
15982026-06-15T03:29:30.823Z Compiling typify-impl v0.6.2
15992026-06-15T03:29:31.520Z Compiling toml_datetime v0.6.11
16002026-06-15T03:29:31.662Z Compiling zerocopy-derive v0.7.35
16012026-06-15T03:29:31.790Z Compiling convert_case v0.4.0
16022026-06-15T03:29:32.120Z Compiling cpufeatures v0.2.17
16032026-06-15T03:29:32.192Z Compiling derive_more v0.99.20
16042026-06-15T03:29:32.542Z Compiling zerocopy v0.7.35
16052026-06-15T03:29:33.092Z Compiling toml_edit v0.25.12+spec-1.1.0
16062026-06-15T03:29:33.652Z Compiling proc-macro-crate v3.5.0
16072026-06-15T03:29:33.971Z Compiling secrecy v0.10.3
16082026-06-15T03:29:34.074Z Compiling float-ord v0.3.2
16092026-06-15T03:29:34.125Z Compiling tinyvec_macros v0.1.1
16102026-06-15T03:29:34.181Z Compiling crucible-workspace-hack v0.1.0
16112026-06-15T03:29:34.191Z Compiling tinyvec v1.11.0
16122026-06-15T03:29:34.202Z Compiling num_enum_derive v0.7.6
16132026-06-15T03:29:34.754Z Compiling dtrace-parser v0.2.0
16142026-06-15T03:29:34.790Z Compiling scroll_derive v0.12.1
16152026-06-15T03:29:34.848Z Compiling rustc_version v0.4.1
16162026-06-15T03:29:35.113Z Compiling num-integer v0.1.46
16172026-06-15T03:29:35.224Z Compiling usdt-impl v0.5.0
16182026-06-15T03:29:35.436Z Compiling num_enum v0.7.6
16192026-06-15T03:29:35.501Z Compiling curve25519-dalek v4.1.3
16202026-06-15T03:29:35.510Z Compiling scroll v0.12.0
16212026-06-15T03:29:35.676Z Compiling dof v0.3.0
16222026-06-15T03:29:35.783Z Compiling hmac v0.12.1
16232026-06-15T03:29:35.794Z Compiling inout v0.1.4
16242026-06-15T03:29:35.913Z Compiling darling_core v0.21.3
16252026-06-15T03:29:35.930Z Compiling ff v0.13.1
16262026-06-15T03:29:36.015Z Compiling thread-id v4.2.2
16272026-06-15T03:29:36.051Z Compiling group v0.13.0
16282026-06-15T03:29:36.175Z Compiling cipher v0.4.4
16292026-06-15T03:29:36.299Z Compiling hkdf v0.12.4
16302026-06-15T03:29:36.512Z Compiling goblin v0.8.2
16312026-06-15T03:29:36.575Z Compiling num-iter v0.1.45
16322026-06-15T03:29:36.688Z Compiling num-rational v0.4.2
16332026-06-15T03:29:36.979Z Compiling universal-hash v0.5.1
16342026-06-15T03:29:37.040Z Compiling crypto-bigint v0.5.5
16352026-06-15T03:29:37.104Z Compiling thiserror-impl-no-std v2.0.2
16362026-06-15T03:29:37.115Z Compiling typify-macro v0.6.2
16372026-06-15T03:29:37.354Z Compiling hubpack_derive v0.1.1
16382026-06-15T03:29:37.885Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-06-15T03:29:38.031Z Compiling darling_macro v0.21.3
16402026-06-15T03:29:38.194Z Compiling crossbeam-epoch v0.9.18
16412026-06-15T03:29:38.316Z Compiling half v2.7.1
16422026-06-15T03:29:38.534Z Compiling curve25519-dalek-derive v0.1.1
16432026-06-15T03:29:38.548Z Compiling num-complex v0.4.6
16442026-06-15T03:29:38.870Z Compiling memoffset v0.9.1
16452026-06-15T03:29:38.923Z Compiling opaque-debug v0.3.1
16462026-06-15T03:29:38.934Z Compiling base64ct v1.8.3
16472026-06-15T03:29:38.992Z Compiling cfg_aliases v0.2.1
16482026-06-15T03:29:39.062Z Compiling base16ct v0.2.0
16492026-06-15T03:29:39.110Z Compiling unsafe-libyaml v0.2.11
16502026-06-15T03:29:39.146Z Compiling typify v0.6.2
16512026-06-15T03:29:39.207Z Compiling heck v0.4.1
16522026-06-15T03:29:39.218Z Compiling ciborium-io v0.2.2
16532026-06-15T03:29:39.239Z Compiling elliptic-curve v0.13.8
16542026-06-15T03:29:39.305Z Compiling ciborium-ll v0.2.2
16552026-06-15T03:29:39.400Z Compiling password-hash v0.5.0
16562026-06-15T03:29:39.603Z Compiling nix v0.31.3
16572026-06-15T03:29:39.606Z Compiling serde_yaml v0.9.34+deprecated
16582026-06-15T03:29:39.765Z Compiling poly1305 v0.8.0
16592026-06-15T03:29:40.085Z Compiling num v0.4.3
16602026-06-15T03:29:40.331Z Compiling darling v0.21.3
16612026-06-15T03:29:40.409Z Compiling thiserror-no-std v2.0.2
16622026-06-15T03:29:40.427Z Compiling hubpack v0.1.2
16632026-06-15T03:29:40.638Z Compiling chacha20 v0.9.1
16642026-06-15T03:29:40.849Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16652026-06-15T03:29:40.992Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-06-15T03:29:41.364Z Compiling blake2 v0.10.6
16672026-06-15T03:29:41.439Z Compiling aead v0.5.2
16682026-06-15T03:29:41.524Z Compiling byte-wrapper v0.1.0
16692026-06-15T03:29:41.593Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16702026-06-15T03:29:41.805Z Compiling proc-macro-error-attr v1.0.4
16712026-06-15T03:29:41.958Z Compiling rustix v0.38.44
16722026-06-15T03:29:42.066Z Compiling heapless v0.8.0
16732026-06-15T03:29:42.077Z Compiling keccak v0.1.6
16742026-06-15T03:29:42.308Z Compiling prettyplease v0.2.37
16752026-06-15T03:29:42.350Z Compiling static_assertions v1.1.0
16762026-06-15T03:29:42.538Z Compiling sha3 v0.10.9
16772026-06-15T03:29:42.836Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16782026-06-15T03:29:43.062Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16792026-06-15T03:29:43.198Z Compiling argon2 v0.5.3
16802026-06-15T03:29:43.201Z Compiling chacha20poly1305 v0.10.1
16812026-06-15T03:29:43.542Z Compiling vsss-rs v3.3.4
16822026-06-15T03:29:43.569Z Compiling ingot-macros v0.1.1
16832026-06-15T03:29:43.798Z Compiling ciborium v0.2.2
16842026-06-15T03:29:44.311Z Compiling usdt-macro v0.5.0
16852026-06-15T03:29:44.332Z Compiling usdt-attr-macro v0.5.0
16862026-06-15T03:29:45.150Z Compiling serde_spanned v0.6.9
16872026-06-15T03:29:45.291Z Compiling num-derive v0.4.2
16882026-06-15T03:29:45.382Z Compiling enum-as-inner v0.6.1
16892026-06-15T03:29:45.498Z Compiling hash32 v0.3.1
16902026-06-15T03:29:45.732Z Compiling proc-macro-error v1.0.4
16912026-06-15T03:29:45.916Z Compiling memmap v0.7.0
16922026-06-15T03:29:45.963Z Compiling winnow v0.7.15
16932026-06-15T03:29:45.975Z Compiling toml_write v0.1.2
16942026-06-15T03:29:46.168Z Compiling data-encoding v2.11.0
16952026-06-15T03:29:46.179Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16962026-06-15T03:29:46.233Z Compiling smoltcp v0.11.0
16972026-06-15T03:29:46.266Z Compiling indent_write v2.2.0
16982026-06-15T03:29:46.277Z Compiling winnow v0.5.40
16992026-06-15T03:29:46.394Z Compiling ingot-types v0.1.2
17002026-06-15T03:29:46.445Z Compiling usdt v0.5.0
17012026-06-15T03:29:46.772Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-15T03:29:46.783Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17032026-06-15T03:29:46.997Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-15T03:29:47.157Z Compiling rustls-webpki v0.103.13
17052026-06-15T03:29:47.348Z Compiling toml_edit v0.22.27
17062026-06-15T03:29:47.955Z Compiling toml_edit v0.19.15
17072026-06-15T03:29:48.431Z Compiling tabwriter v1.4.1
17082026-06-15T03:29:48.681Z Compiling cobs v0.3.0
17092026-06-15T03:29:48.693Z Compiling serde_repr v0.1.20
17102026-06-15T03:29:48.875Z Compiling bitflags v1.3.2
17112026-06-15T03:29:48.949Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17122026-06-15T03:29:49.125Z Compiling pkg-config v0.3.33
17132026-06-15T03:29:49.179Z Compiling bytecount v0.6.9
17142026-06-15T03:29:49.288Z Compiling vcpkg v0.2.15
17152026-06-15T03:29:49.319Z Compiling managed v0.8.0
17162026-06-15T03:29:49.587Z Compiling proc-macro-crate v1.3.1
17172026-06-15T03:29:49.844Z Compiling openssl-sys v0.9.116
17182026-06-15T03:29:49.920Z Compiling postcard v1.1.3
17192026-06-15T03:29:49.933Z Compiling toml v0.8.23
17202026-06-15T03:29:50.599Z Compiling tokio-rustls v0.26.4
17212026-06-15T03:29:50.619Z Compiling rustls-platform-verifier v0.7.0
17222026-06-15T03:29:50.818Z Compiling hyper-rustls v0.27.9
17232026-06-15T03:29:51.104Z Compiling reqwest v0.13.4
17242026-06-15T03:29:51.397Z Compiling ingot v0.1.1
17252026-06-15T03:29:52.131Z Compiling progenitor-impl v0.13.0
17262026-06-15T03:29:52.807Z Compiling progenitor-client v0.14.0
17272026-06-15T03:29:53.114Z Compiling progenitor-extras v0.2.0
17282026-06-15T03:29:53.351Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17292026-06-15T03:29:53.650Z Compiling foreign-types-macros v0.2.3
17302026-06-15T03:29:53.782Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-06-15T03:29:53.850Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17322026-06-15T03:29:54.314Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17332026-06-15T03:29:54.563Z Compiling rayon-core v1.13.0
17342026-06-15T03:29:54.802Z Compiling linked-hash-map v0.5.6
17352026-06-15T03:29:54.992Z Compiling semver v0.1.20
17362026-06-15T03:29:55.252Z Compiling resolv-conf v0.7.6
17372026-06-15T03:29:55.347Z Compiling foreign-types-shared v0.3.1
17382026-06-15T03:29:55.362Z Compiling unicode-segmentation v1.13.3
17392026-06-15T03:29:55.440Z Compiling swrite v0.1.0
17402026-06-15T03:29:55.536Z Compiling colored v3.1.1
17412026-06-15T03:29:55.640Z Compiling foreign-types v0.5.0
17422026-06-15T03:29:55.661Z Compiling progenitor-macro v0.13.0
17432026-06-15T03:29:55.721Z Compiling newline-converter v0.3.0
17442026-06-15T03:29:55.785Z Compiling rustc_version v0.1.7
17452026-06-15T03:29:55.837Z Compiling lru-cache v0.1.2
17462026-06-15T03:29:55.960Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-06-15T03:29:55.987Z Compiling progenitor-client v0.13.0
17482026-06-15T03:29:56.139Z Compiling num_enum_derive v0.5.11
17492026-06-15T03:29:56.407Z Compiling atomicwrites v0.4.4
17502026-06-15T03:29:56.726Z Compiling hickory-proto v0.24.4
17512026-06-15T03:29:57.651Z Compiling crossbeam-deque v0.8.6
17522026-06-15T03:29:57.852Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-15T03:29:57.985Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17542026-06-15T03:29:59.904Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-06-15T03:30:00.073Z Compiling console v0.15.11
17562026-06-15T03:30:00.162Z Compiling camino-tempfile v1.4.1
17572026-06-15T03:30:00.405Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17582026-06-15T03:30:00.526Z Compiling chacha20 v0.10.0
17592026-06-15T03:30:00.728Z Compiling serde-big-array v0.5.1
17602026-06-15T03:30:00.731Z Compiling derive-where v1.6.1
17612026-06-15T03:30:00.749Z Compiling pin-project-internal v1.1.13
17622026-06-15T03:30:00.777Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17632026-06-15T03:30:00.857Z Compiling cstr-argument v0.1.2
17642026-06-15T03:30:00.869Z Compiling minimal-lexical v0.2.1
17652026-06-15T03:30:00.919Z Compiling similar v2.7.0
17662026-06-15T03:30:01.007Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17672026-06-15T03:30:01.124Z Compiling siphasher v1.0.3
17682026-06-15T03:30:01.260Z Compiling nom v7.1.3
17692026-06-15T03:30:01.319Z Compiling phf_shared v0.12.1
17702026-06-15T03:30:01.489Z Compiling expectorate v1.2.0
17712026-06-15T03:30:01.511Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17722026-06-15T03:30:01.631Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17732026-06-15T03:30:01.750Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17742026-06-15T03:30:01.771Z Compiling progenitor v0.13.0
17752026-06-15T03:30:01.791Z Compiling rand v0.10.1
17762026-06-15T03:30:01.840Z Compiling pin-project v1.1.13
17772026-06-15T03:30:01.851Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17782026-06-15T03:30:01.896Z Compiling hickory-resolver v0.24.4
17792026-06-15T03:30:02.091Z Compiling num_enum v0.5.11
17802026-06-15T03:30:02.206Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17812026-06-15T03:30:02.448Z Compiling newtype_derive v0.1.6
17822026-06-15T03:30:02.642Z Compiling snafu-derive v0.8.9
17832026-06-15T03:30:02.654Z Compiling progenitor-impl v0.14.0
17842026-06-15T03:30:02.725Z Compiling unicode-normalization v0.1.25
17852026-06-15T03:30:03.200Z Compiling tokio-stream v0.1.18
17862026-06-15T03:30:03.547Z Compiling async-recursion v1.1.1
17872026-06-15T03:30:03.666Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17882026-06-15T03:30:03.936Z Compiling slog-dtrace v0.3.0
17892026-06-15T03:30:03.973Z Compiling csv-core v0.1.13
17902026-06-15T03:30:04.178Z Compiling bstr v1.12.1
17912026-06-15T03:30:04.232Z Compiling cancel-safe-futures v0.1.5
17922026-06-15T03:30:04.245Z Compiling openssl v0.10.80
17932026-06-15T03:30:04.363Z Compiling konst_macro_rules v0.2.19
17942026-06-15T03:30:04.489Z Compiling foreign-types-shared v0.1.1
17952026-06-15T03:30:04.524Z Compiling highway v1.3.0
17962026-06-15T03:30:04.527Z Compiling foldhash v0.1.5
17972026-06-15T03:30:04.546Z Compiling chrono-tz v0.10.4
17982026-06-15T03:30:04.572Z Compiling unicode-width v0.1.14
17992026-06-15T03:30:04.667Z Compiling owo-colors v4.3.0
18002026-06-15T03:30:04.705Z Compiling unicode-xid v0.2.6
18012026-06-15T03:30:04.739Z Compiling same-file v1.0.6
18022026-06-15T03:30:04.783Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-15T03:30:04.823Z Compiling const_format_proc_macros v0.2.34
18042026-06-15T03:30:04.843Z Compiling walkdir v2.5.0
18052026-06-15T03:30:04.903Z Compiling hashbrown v0.15.5
18062026-06-15T03:30:04.919Z Compiling foreign-types v0.3.2
18072026-06-15T03:30:04.999Z Compiling globset v0.4.18
18082026-06-15T03:30:05.069Z Compiling konst v0.2.20
18092026-06-15T03:30:05.195Z Compiling snafu v0.8.9
18102026-06-15T03:30:05.299Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-15T03:30:05.466Z Compiling csv v1.4.0
18122026-06-15T03:30:05.624Z Compiling qorb v0.4.1
18132026-06-15T03:30:05.636Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-15T03:30:06.031Z Compiling olpc-cjson v0.1.4
18152026-06-15T03:30:06.194Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-15T03:30:06.197Z Compiling progenitor-macro v0.14.0
18172026-06-15T03:30:06.681Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-15T03:30:07.502Z Compiling rayon v1.12.0
18192026-06-15T03:30:07.576Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18202026-06-15T03:30:07.847Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18212026-06-15T03:30:07.929Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-15T03:30:08.711Z Compiling phf v0.12.1
18232026-06-15T03:30:08.747Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-15T03:30:09.229Z Compiling zone_cfg_derive v0.3.1
18252026-06-15T03:30:09.259Z Compiling tokio-dtrace v0.1.1
18262026-06-15T03:30:09.521Z Compiling itertools v0.12.1
18272026-06-15T03:30:09.679Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18282026-06-15T03:30:09.880Z Compiling libsw-core v0.3.2
18292026-06-15T03:30:09.916Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-15T03:30:10.049Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18312026-06-15T03:30:10.445Z Compiling serde_plain v1.0.2
18322026-06-15T03:30:10.525Z Compiling openssl-macros v0.1.1
18332026-06-15T03:30:10.619Z Compiling pem v3.0.6
18342026-06-15T03:30:10.649Z Compiling cookie v0.18.1
18352026-06-15T03:30:10.749Z Compiling proc-macro-error-attr2 v2.0.0
18362026-06-15T03:30:10.892Z Compiling sigpipe v0.1.3
18372026-06-15T03:30:10.984Z Compiling fixedbitset v0.4.2
18382026-06-15T03:30:11.005Z Compiling fixedbitset v0.5.7
18392026-06-15T03:30:11.020Z Compiling jiff v0.2.28
18402026-06-15T03:30:11.215Z Compiling glob v0.3.3
18412026-06-15T03:30:11.218Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-15T03:30:11.313Z Compiling typed-path v0.9.3
18432026-06-15T03:30:11.340Z Compiling progenitor v0.14.0
18442026-06-15T03:30:11.367Z Compiling proc-macro-error2 v2.0.1
18452026-06-15T03:30:11.467Z Compiling petgraph v0.8.3
18462026-06-15T03:30:11.479Z Compiling petgraph v0.6.5
18472026-06-15T03:30:11.710Z Compiling zone v0.3.1
18482026-06-15T03:30:12.565Z Compiling tough v0.22.0
18492026-06-15T03:30:12.706Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-15T03:30:12.719Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18512026-06-15T03:30:12.925Z Compiling libsw v3.5.0
18522026-06-15T03:30:12.938Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18532026-06-15T03:30:13.029Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-15T03:30:13.095Z Compiling oxide-tokio-rt v0.1.6
18552026-06-15T03:30:13.177Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-15T03:30:13.217Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18572026-06-15T03:30:13.716Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-15T03:30:14.406Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-15T03:30:14.468Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-15T03:30:14.490Z Compiling const_format v0.2.36
18612026-06-15T03:30:14.908Z Compiling papergrid v0.11.0
18622026-06-15T03:30:15.122Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-15T03:30:15.339Z Compiling tabled_derive v0.7.0
18642026-06-15T03:30:15.582Z Compiling gethostname v0.5.0
18652026-06-15T03:30:15.689Z Compiling libscf-sys v1.2.0
18662026-06-15T03:30:15.703Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18672026-06-15T03:30:15.829Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-15T03:30:15.852Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18692026-06-15T03:30:15.947Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-15T03:30:16.069Z Compiling bcs v0.1.6
18712026-06-15T03:30:16.109Z Compiling smf v0.2.3
18722026-06-15T03:30:16.295Z Compiling nom v8.0.0
18732026-06-15T03:30:16.387Z Compiling smawk v0.3.2
18742026-06-15T03:30:16.527Z Compiling unicode-linebreak v0.1.5
18752026-06-15T03:30:16.649Z Compiling whoami v1.6.1
18762026-06-15T03:30:16.702Z Compiling linear-map v1.2.0
18772026-06-15T03:30:16.770Z Compiling lazy_static v1.5.0
18782026-06-15T03:30:16.874Z Compiling tagptr v0.2.0
18792026-06-15T03:30:16.886Z Compiling termtree v0.5.1
18802026-06-15T03:30:16.989Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-15T03:30:17.038Z Compiling steno v0.4.1
18822026-06-15T03:30:17.082Z Compiling moka v0.12.15
18832026-06-15T03:30:17.342Z Compiling textwrap v0.16.2
18842026-06-15T03:30:17.875Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-15T03:30:17.887Z Compiling tabled v0.15.0
18862026-06-15T03:30:18.103Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-15T03:30:18.613Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-15T03:30:18.678Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-15T03:30:19.482Z Compiling tabled_derive v0.11.0
18902026-06-15T03:30:20.256Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-15T03:30:20.559Z Compiling papergrid v0.18.0
18922026-06-15T03:30:20.603Z Compiling hickory-proto v0.25.2
18932026-06-15T03:30:20.975Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18942026-06-15T03:30:21.198Z Compiling testing_table v0.3.0
18952026-06-15T03:30:21.369Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18962026-06-15T03:30:21.497Z Compiling tabled v0.21.0
18972026-06-15T03:30:21.666Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18982026-06-15T03:30:21.969Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
18992026-06-15T03:30:22.017Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19002026-06-15T03:30:22.411Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19012026-06-15T03:30:22.634Z Compiling hickory-resolver v0.25.2
19022026-06-15T03:30:23.556Z Compiling parking_lot_core v0.8.6
19032026-06-15T03:30:23.759Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-06-15T03:30:23.870Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19052026-06-15T03:30:24.338Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
19062026-06-15T03:30:24.351Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-15T03:30:24.658Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19082026-06-15T03:30:24.894Z Compiling crc8 v0.1.1
19092026-06-15T03:30:24.922Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19102026-06-15T03:30:25.029Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19112026-06-15T03:30:25.329Z Compiling parking_lot v0.11.2
19122026-06-15T03:30:25.410Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19132026-06-15T03:30:25.474Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f27f612dde317f2f05716c761a14500e46581ff7#f27f612d)
19142026-06-15T03:30:25.525Z Compiling fxhash v0.2.1
19152026-06-15T03:30:25.638Z Compiling internet-checksum v0.2.1
19162026-06-15T03:30:25.661Z Compiling sled v0.34.7
19172026-06-15T03:30:25.730Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19182026-06-15T03:30:25.773Z Compiling diff v0.1.13
19192026-06-15T03:30:25.905Z Compiling yansi v1.0.1
19202026-06-15T03:30:26.199Z Compiling pretty_assertions v1.4.1
19212026-06-15T03:30:27.655Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19222026-06-15T03:30:28.090Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-15T03:30:36.165Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-15T03:30:37.753Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-06-15T03:30:38.770Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19262026-06-15T03:30:39.694Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19272026-06-15T03:30:40.498Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19282026-06-15T03:30:41.855Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19292026-06-15T03:31:04.469Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
19302026-06-15T03:31:04.645Z────────────
19312026-06-15T03:31:04.645Z Nextest run ID faa43ae1-9646-4257-a1f0-cc8cea0ece5e with nextest profile: default
19322026-06-15T03:31:04.645Z Starting 7 tests across 3 binaries
19332026-06-15T03:31:04.648Z START bfd test::test_new_daemon
19342026-06-15T03:31:04.652Z
19352026-06-15T03:31:04.652Zrunning 1 test
19362026-06-15T03:31:04.689Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok
19372026-06-15T03:31:04.689Z
19382026-06-15T03:31:04.689Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out,"time":"2026-06-15T03:31:02.85312467Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N"; finished in 0.04s,
19392026-06-15T03:31:04.689Z
19402026-06-15T03:31:04.692Z"pid":4826,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19412026-06-15T03:31:04.692Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-06-15T03:31:02.853318179Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4826,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19422026-06-15T03:31:04.692Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-06-15T03:31:02.853346756Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4826,"error":"channel is empty and sending half is closed","peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19432026-06-15T03:31:04.695Z PASS [ 0.048s] bfd test::test_new_daemon
19442026-06-15T03:31:04.695Z START bfd test::test_protocol_basics
19452026-06-15T03:31:04.700Z
19462026-06-15T03:31:04.700Zrunning 1 test
19472026-06-15T03:31:04.741Z{{""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3292752994, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"msg":","v":recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3806386406, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs"0,"name":"slog-rs","level":10,"level":10,"time":"2026-06-15T03:31:02.905007088Z",,""time":"hostname":"2026-06-15T03:31:02.905005678Z"w-01KV4MZ4M3VVRRS1XCYS18DT2N","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N",",pid""pid":4827:4827,"peer":"2001:db8::10",","state":"peer":"Down","203.0.113.20"unit",":"state":"session"Down,"","moduleunit""::""session"state_machine",","module":component"":"bfd"state_machine","component":"}bfd"
19482026-06-15T03:31:04.741Z}
19492026-06-15T03:31:04.741Z{{"msg":""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2767270156, 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: 658210339, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"v":,"v0":,"0,"name":"name":"slog-rs"slog-rs",","level":level":1010,",time"":"time":"2026-06-15T03:31:02.905170471Z",2026-06-15T03:31:02.905170581Z"","hostname":"hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","w-01KV4MZ4M3VVRRS1XCYS18DT2Npid","":pid"4827:4827,",peer"":"peer":"203.0.113.10"2001:db8::20",","statestate""::""Down"Down",,""unitunit""::""session"session",","modulemodule""::""state_machine"state_machine,"","component":"component":"bfd"}bfd
19502026-06-15T03:31:04.741Z"}
19512026-06-15T03:31:04.744Z{"msg"{:""msg":"transition -> Init","v":0transition -> Init,"","name"v"::0","slog-rs"name":","slog-rs"level",:"30level":30,"time",:""time":"2026-06-15T03:31:02.905193888Z2026-06-15T03:31:02.905194078Z"",","hostname":"hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","w-01KV4MZ4M3VVRRS1XCYS18DT2N"pid,"":pid":48274827,,""peer":"peer":"203.0.113.20"203.0.113.10,"","statestate":":""Down"Down",","unit":unit":""session"session",","module":"module":"state_machine",state_machine"","component":"component"bfd":"}
19522026-06-15T03:31:04.744Zbfd"}
19532026-06-15T03:31:04.744Z{"msg{":""msg":"transition -> Init","v":0transition -> Init",,""vname""::0","slog-rs"name,"":"level":slog-rs"30,"level":30,"time,"":"time":"2026-06-15T03:31:02.905214906Z",2026-06-15T03:31:02.905215266Z"","hostname":"hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","w-01KV4MZ4M3VVRRS1XCYS18DT2N"pid",:"4827pid":4827,"peer":","2001:db8::20peer"":","state"2001:db8::10:"","Down"state",:""Down"unit":,""unit":"session","session","module":"module":"state_machine","state_machine","component":"componentbfd"":"}
19542026-06-15T03:31:04.744Zbfd"}
19552026-06-15T03:31:05.738Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3292752994, your_discriminator: 2767270156, 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-15T03:31:03.902556118Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19562026-06-15T03:31:05.738Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-15T03:31:03.902599074Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19572026-06-15T03:31:05.738Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 658210339, your_discriminator: 3806386406, 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-15T03:31:03.90263288Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19582026-06-15T03:31:05.738Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-15T03:31:03.902656167Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19592026-06-15T03:31:05.741Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2767270156, your_discriminator: 3292752994, 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-15T03:31:03.90477084Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19602026-06-15T03:31:05.742Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-15T03:31:03.904802326Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19612026-06-15T03:31:05.742Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3806386406, your_discriminator: 658210339, 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-15T03:31:03.904827054Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19622026-06-15T03:31:05.742Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-15T03:31:03.904844832Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19632026-06-15T03:31:10.740Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 658210339, your_discriminator: 3806386406, 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-15T03:31:08.902712783Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19642026-06-15T03:31:10.740Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3292752994, your_discriminator: 2767270156, 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-15T03:31:08.902803514Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19652026-06-15T03:31:10.743Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2767270156, your_discriminator: 3292752994, 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-15T03:31:08.904857903Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19662026-06-15T03:31:10.743Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3806386406, your_discriminator: 658210339, 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-15T03:31:08.904906197Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19672026-06-15T03:31:14.742Z{"msg":"dropping SM for 2001:db8::10","v{":0,"name":"slog-rs"","level"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40:40,"time":"2026-06-15T03:31:12.905006362Z","hostname":","w-01KV4MZ4M3VVRRS1XCYS18DT2N",time"":"pid":48272026-06-15T03:31:12.905004732Z","peer",:""2001:db8::10","hostname"state"::""Up","unit":"w-01KV4MZ4M3VVRRS1XCYS18DT2N",session"","pid":module":"4827state_machine",","component":"bfd"peer}":
19682026-06-15T03:31:14.742Z"2001:db8::20","state"{:""Up"msg,"":"unit":"sessiondropping SM for 203.0.113.10"",",v"":0module,"":"name":"slog-rs"state_machine,"","level":40component":"bfd"}
19692026-06-15T03:31:14.742Z,"time":"2026-06-15T03:31:12.905050267Z","{hostname"":msg"":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827dropping SM for 203.0.113.20","peer,"":"v":0,"203.0.113.10"name",:""slog-rs"state",:""Up","level"unit:":"40session","module":"state_machine","component":"bfd"}
19702026-06-15T03:31:14.742Z,"time":"2026-06-15T03:31:12.905066125Z","hostname":"w-01KV4MZ4M3VVRRS1XCYS18DT2N","pid":4827,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19712026-06-15T03:31:14.745Ztest test::test_protocol_basics ... ok
19722026-06-15T03:31:14.746Z
19732026-06-15T03:31:14.746Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19742026-06-15T03:31:14.746Z
19752026-06-15T03:31:14.752Z PASS [ 10.057s] bfd test::test_protocol_basics
19762026-06-15T03:31:14.752Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19772026-06-15T03:31:14.757Z
19782026-06-15T03:31:14.757Zrunning 1 test
19792026-06-15T03:31:14.760Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19802026-06-15T03:31:14.760Z
19812026-06-15T03:31:14.760Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
19822026-06-15T03:31:14.760Z
19832026-06-15T03:31:14.760Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19842026-06-15T03:31:14.760Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19852026-06-15T03:31:14.763Z
19862026-06-15T03:31:14.763Zrunning 1 test
19872026-06-15T03:31:14.766Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
19882026-06-15T03:31:14.766Z
19892026-06-15T03:31:14.766Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
19902026-06-15T03:31:14.766Z
19912026-06-15T03:31:14.766Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19922026-06-15T03:31:14.766Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19932026-06-15T03:31:14.769Z
19942026-06-15T03:31:14.769Zrunning 1 test
19952026-06-15T03:31:14.769Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
19962026-06-15T03:31:14.769Z
19972026-06-15T03:31:14.769Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
19982026-06-15T03:31:14.769Z
19992026-06-15T03:31:14.769Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20002026-06-15T03:31:14.769Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20012026-06-15T03:31:14.772Z
20022026-06-15T03:31:14.772Zrunning 1 test
20032026-06-15T03:31:14.775Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
20042026-06-15T03:31:14.775Z
20052026-06-15T03:31:14.775Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
20062026-06-15T03:31:14.775Z
20072026-06-15T03:31:14.775Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20082026-06-15T03:31:14.775Z START mg-api-types-versions v12::mrib::tests::unicast_rejects_non_routable_sources
20092026-06-15T03:31:14.778Z
20102026-06-15T03:31:14.778Zrunning 1 test
20112026-06-15T03:31:14.778Ztest v12::mrib::tests::unicast_rejects_non_routable_sources ... ok
20122026-06-15T03:31:14.778Z
20132026-06-15T03:31:14.779Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
20142026-06-15T03:31:14.779Z
20152026-06-15T03:31:14.779Z PASS [ 0.004s] mg-api-types-versions v12::mrib::tests::unicast_rejects_non_routable_sources
20162026-06-15T03:31:14.779Z────────────
20172026-06-15T03:31:14.779Z Summary [ 10.132s] 7 tests run: 7 passed, 0 skipped
20182026-06-15T03:31:14.790Zprocess exited: duration 306586 ms, exit code 0
 
20192026-06-15T03:31:14.797Zfound 0 output files