01KVB4XQ3ZH8DNG34QFCPVK2V0: 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: 01KVB4YHQEDAGV1Y040BPJ8QVP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T16:00:37.166Zjob assigned to worker 01KVB4YP629VN6JA9HAC4D83NF [factory aws, i-05bebbbe634113075] (queued for 56 s)
 
22026-06-17T16:00:44.537Zstarting task 0: "setup"
32026-06-17T16:00:45.080Z++ uname -s
42026-06-17T16:00:45.080Z+ kern=SunOS
52026-06-17T16:00:45.080Z+ build_user=build
62026-06-17T16:00:45.080Z+ build_uid=12345
72026-06-17T16:00:45.080Z+ work_dir=/work
82026-06-17T16:00:45.080Z+ input_dir=/input
92026-06-17T16:00:45.080Z+ [[ 0 == 12345 ]]
102026-06-17T16:00:45.081Z+ case "$kern" in
112026-06-17T16:00:45.081Z+ groupadd -g 12345 build
122026-06-17T16:00:45.081Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T16:00:46.635Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T16:00:46.652Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T16:00:46.652Z+ home_fs=zfs
162026-06-17T16:00:46.652Z+ [[ zfs == autofs ]]
172026-06-17T16:00:46.652Z+ mkdir -p /home/build
182026-06-17T16:00:46.652Z+ chown build:build /home/build /work
192026-06-17T16:00:48.631Z+ chmod 0700 /home/build /work
202026-06-17T16:00:48.642Zprocess exited: duration 4119 ms, exit code 0
 
212026-06-17T16:00:48.651Zstarting task 1: "rust-toolchain"
222026-06-17T16:00:48.656Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T16:00:48.656Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-17T16:00:48.656Z * rust toolchain channel = "stable"
252026-06-17T16:00:48.656Z * rust toolchain profile = "default"
262026-06-17T16:00:48.656Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-17T16:00:48.656Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T16:00:48.660Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T16:00:48.660Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T16:00:48.779Zinfo: downloading installer
312026-06-17T16:00:50.453Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T16:00:50.454Zwarn: /opt/ooce/bin
332026-06-17T16:00:50.454Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T16:00:50.454Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T16:00:50.454Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T16:00:50.454Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T16:00:50.454Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T16:00:50.454Zerror: cannot install while Rust is installed
392026-06-17T16:00:50.454Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T16:00:50.458Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T16:00:50.458Zwarn: /home/build/.rustup/settings.toml
422026-06-17T16:00:50.458Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T16:00:50.458Zwarn: instead of the one inferred from the default host triple.
442026-06-17T16:00:50.468Zinfo: profile set to default
452026-06-17T16:00:50.468Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T16:00:50.471Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T16:00:50.625Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T16:00:50.628Zinfo: downloading 6 components
492026-06-17T16:01:05.998Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T16:01:05.998Z
512026-06-17T16:01:06.026Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T16:01:06.026Z
532026-06-17T16:01:06.029Z
542026-06-17T16:01:06.029ZRust is installed now. Great!
552026-06-17T16:01:06.029Z
562026-06-17T16:01:06.029ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T16:01:06.029Zenvironment variable. This has not been done automatically.
582026-06-17T16:01:06.029Z
592026-06-17T16:01:06.029ZTo configure your current shell, you need to source
602026-06-17T16:01:06.029Zthe corresponding env file under $HOME/.cargo.
612026-06-17T16:01:06.029Z
622026-06-17T16:01:06.029ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T16:01:06.029Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T16:01:06.029Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T16:01:06.029Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T16:01:06.029Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T16:01:06.029Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T16:01:06.029Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T16:01:06.029Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T16:01:06.029Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T16:01:06.129Z+ rustup --version
722026-06-17T16:01:06.136Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T16:01:06.139Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T16:01:06.157Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T16:01:06.160Z+ cargo --version
762026-06-17T16:01:06.174Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T16:01:06.178Z+ rustc --version
782026-06-17T16:01:06.194Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T16:01:06.197Zprocess exited: duration 17544 ms, exit code 0
 
802026-06-17T16:01:06.203Zstarting task 2: "authentication"
812026-06-17T16:01:06.219Zprocess exited: duration 16 ms, exit code 0
 
822026-06-17T16:01:06.228Zstarting task 3: "clone repository"
832026-06-17T16:01:06.231Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T16:01:06.234Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T16:01:06.260ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T16:01:08.140Z+ cd /work/oxidecomputer/maghemite
872026-06-17T16:01:08.140Z+ git fetch origin 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
882026-06-17T16:01:08.444ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T16:01:08.444Z * branch 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3 -> FETCH_HEAD
902026-06-17T16:01:08.453Z+ [[ -n trey/md5-auth-key ]]
912026-06-17T16:01:08.459Z++ git branch --show-current
922026-06-17T16:01:08.459Z+ current=main
932026-06-17T16:01:08.459Z+ [[ main != trey/md5-auth-key ]]
942026-06-17T16:01:08.459Z+ git branch -f trey/md5-auth-key 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
952026-06-17T16:01:08.459Z+ git checkout -f trey/md5-auth-key
962026-06-17T16:01:08.471ZSwitched to branch 'trey/md5-auth-key'
972026-06-17T16:01:08.477Z+ git reset --hard 2b5cf1e441c8b79cb32dd9105cf5d3e9684cc5f3
982026-06-17T16:01:08.491ZHEAD is now at 2b5cf1e fmt: yank trailing newline
992026-06-17T16:01:08.499Zprocess exited: duration 2263 ms, exit code 0
 
1002026-06-17T16:01:08.509Zstarting task 4: "build"
1012026-06-17T16:01:08.513Z+ set -o errexit
1022026-06-17T16:01:08.513Z+ set -o pipefail
1032026-06-17T16:01:08.513Z+ source .github/buildomat/test-common.sh
1042026-06-17T16:01:08.513Z++ NEXTEST_VERSION=0.9.97
1052026-06-17T16:01:08.513Z++ PLATFORM=illumos
1062026-06-17T16:01:08.513Z++ banner install
1072026-06-17T16:01:08.516Z
1082026-06-17T16:01:08.516Z # # # #### ##### ## # #
1092026-06-17T16:01:08.517Z # ## # # # # # # #
1102026-06-17T16:01:08.517Z # # # # #### # # # # #
1112026-06-17T16:01:08.517Z # # # # # # ###### # #
1122026-06-17T16:01:08.517Z # # ## # # # # # # #
1132026-06-17T16:01:08.517Z # # # #### # # # ###### ######
1142026-06-17T16:01:08.517Z
1152026-06-17T16:01:08.517Z++ set +o errexit
1162026-06-17T16:01:08.517Z++ pkg info clang-15
1172026-06-17T16:01:08.517Z++ grep -qi installed
1182026-06-17T16:01:09.728Zpkg: info: no packages matching the following patterns you specified are
1192026-06-17T16:01:09.728Zinstalled on the system. Try querying remotely instead:
1202026-06-17T16:01:09.728Z
1212026-06-17T16:01:09.728Z clang-15
1222026-06-17T16:01:09.766Z++ [[ 1 != 0 ]]
1232026-06-17T16:01:09.766Z++ set -o errexit
1242026-06-17T16:01:09.769Z++ pfexec pkg install clang-15
1252026-06-17T16:01:17.469Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-17T16:01:25.274Z Startup: Caching catalogs ... Done
1272026-06-17T16:01:32.665ZPlanning: Solver setup ... Done
1282026-06-17T16:01:32.706ZPlanning: Running solver ... Done
1292026-06-17T16:01:32.851ZPlanning: Finding local manifests ... Done
1302026-06-17T16:01:32.875ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-17T16:01:32.969ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-17T16:01:32.999ZPlanning: Package planning ... Done
1332026-06-17T16:01:33.026ZPlanning: Merging actions ... Done
1342026-06-17T16:01:33.135ZPlanning: Checking for conflicting actions ... Done
1352026-06-17T16:01:33.143ZPlanning: Consolidating action changes ... Done
1362026-06-17T16:01:33.993ZPlanning: Evaluating mediators ... Done
1372026-06-17T16:01:33.998ZPlanning: Planning completed in 8.55 seconds
1382026-06-17T16:01:34.010Z Packages to install: 2
1392026-06-17T16:01:34.013Z Mediators to change: 2
1402026-06-17T16:01:34.013Z Services to change: 1
1412026-06-17T16:01:34.013Z Create boot environment: No
1422026-06-17T16:01:34.013ZCreate backup boot environment: No
1432026-06-17T16:01:34.053Z
1442026-06-17T16:01:34.053ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-17T16:01:39.054ZDownload: 823/3076 items 18.1/211.3MB 8% complete (3.9M/s)
1462026-06-17T16:01:44.544ZDownload: 981/3076 items 82.1/211.3MB 38% complete (11.5M/s)
1472026-06-17T16:02:01.212ZDownload: 984/3076 items 82.1/211.3MB 38% complete
1482026-06-17T16:02:06.216ZDownload: 1776/3076 items 117.1/211.3MB 55% complete (7.2M/s)
1492026-06-17T16:02:12.262ZDownload: 2008/3076 items 117.8/211.3MB 55% complete (5.3M/s)
1502026-06-17T16:02:26.505ZDownload: 2009/3076 items 117.8/211.3MB 55% complete
1512026-06-17T16:02:32.435ZDownload: 3073/3076 items 211.0/211.3MB 99% complete (25.8M/s)
1522026-06-17T16:02:32.454ZDownload: Completed 211.31 MB in 58.39 seconds (3.6M/s)
1532026-06-17T16:02:32.598Z Actions: 1/3418 actions (Installing new actions)
1542026-06-17T16:02:35.761Z Actions: Completed 3418 actions in 3.16 seconds.
1552026-06-17T16:02:36.427Z Done
1562026-06-17T16:02:36.427Z Done
1572026-06-17T16:02:37.175Z Done
1582026-06-17T16:02:40.656Z Done
1592026-06-17T16:02:40.725Z Done
1602026-06-17T16:02:40.729Z Done
1612026-06-17T16:02:40.992Z Done
1622026-06-17T16:02:41.685Z++ set -o errexit
1632026-06-17T16:02:41.685Z++ cargo --version
1642026-06-17T16:02:41.692Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1652026-06-17T16:02:41.864Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1662026-06-17T16:02:41.867Zinfo: downloading 6 components
1672026-06-17T16:02:58.024Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1682026-06-17T16:02:58.027Z++ rustc --version
1692026-06-17T16:02:58.055Zrustc 1.95.0 (59807616e 2026-04-14)
1702026-06-17T16:02:58.058Z++ cargo install cargo-nextest --version 0.9.97
1712026-06-17T16:02:58.101Z Updating crates.io index
1722026-06-17T16:02:58.219Z Downloading crates ...
1732026-06-17T16:02:58.287Z Downloaded cargo-nextest v0.9.97
1742026-06-17T16:02:58.360Z Installing cargo-nextest v0.9.97
1752026-06-17T16:02:58.402Z Updating crates.io index
1762026-06-17T16:03:00.999Z Locking 404 packages to latest compatible versions
1772026-06-17T16:03:01.009Z Adding dialoguer v0.11.0 (available: v0.12.0)
1782026-06-17T16:03:01.009Z Adding duct v0.13.7 (available: v1.1.1)
1792026-06-17T16:03:01.010Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1802026-06-17T16:03:01.010Z Adding generic-array v0.14.7 (available: v0.14.9)
1812026-06-17T16:03:01.013Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1822026-06-17T16:03:01.013Z Adding itertools v0.14.0 (available: v0.15.0)
1832026-06-17T16:03:01.013Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1842026-06-17T16:03:01.013Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1852026-06-17T16:03:01.013Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1862026-06-17T16:03:01.013Z Adding quick-junit v0.5.2 (available: v0.6.0)
1872026-06-17T16:03:01.040Z Downloading crates ...
1882026-06-17T16:03:01.108Z Downloaded cargo-platform v0.3.3
1892026-06-17T16:03:01.116Z Downloaded cargo-util-schemas v0.2.0
1902026-06-17T16:03:01.119Z Downloaded atomic-waker v1.1.2
1912026-06-17T16:03:01.119Z Downloaded addr2line v0.25.1
1922026-06-17T16:03:01.124Z Downloaded bitflags v2.13.0
1932026-06-17T16:03:01.128Z Downloaded autocfg v1.5.1
1942026-06-17T16:03:01.131Z Downloaded atomicwrites v0.4.4
1952026-06-17T16:03:01.135Z Downloaded cargo-platform v0.2.0
1962026-06-17T16:03:01.138Z Downloaded lru-slab v0.1.2
1972026-06-17T16:03:01.138Z Downloaded anstyle-parse v1.0.0
1982026-06-17T16:03:01.141Z Downloaded once_cell v1.21.4
1992026-06-17T16:03:01.145Z Downloaded os_pipe v1.2.3
2002026-06-17T16:03:01.145Z Downloaded http v1.4.2
2012026-06-17T16:03:01.148Z Downloaded nested v0.1.1
2022026-06-17T16:03:01.148Z Downloaded foreign-types-shared v0.1.1
2032026-06-17T16:03:01.149Z Downloaded block-buffer v0.10.4
2042026-06-17T16:03:01.152Z Downloaded async-scoped v0.9.0
2052026-06-17T16:03:01.152Z Downloaded anstyle-query v1.1.5
2062026-06-17T16:03:01.152Z Downloaded indent_write v2.2.0
2072026-06-17T16:03:01.156Z Downloaded nextest-filtering v0.15.0
2082026-06-17T16:03:01.156Z Downloaded nextest-metadata v0.12.2
2092026-06-17T16:03:01.159Z Downloaded itoa v1.0.18
2102026-06-17T16:03:01.159Z Downloaded anstream v1.0.0
2112026-06-17T16:03:01.159Z Downloaded colorchoice v1.0.5
2122026-06-17T16:03:01.159Z Downloaded eyre v0.6.12
2132026-06-17T16:03:01.162Z Downloaded parking_lot_core v0.9.12
2142026-06-17T16:03:01.165Z Downloaded pkg-config v0.3.33
2152026-06-17T16:03:01.165Z Downloaded camino-tempfile v1.4.1
2162026-06-17T16:03:01.169Z Downloaded rustc_version v0.4.1
2172026-06-17T16:03:01.169Z Downloaded backtrace-ext v0.2.1
2182026-06-17T16:03:01.172Z Downloaded bytes v1.11.1
2192026-06-17T16:03:01.175Z Downloaded number_prefix v0.4.0
2202026-06-17T16:03:01.175Z Downloaded mukti-metadata v0.3.0
2212026-06-17T16:03:01.175Z Downloaded debug-ignore v1.0.5
2222026-06-17T16:03:01.178Z Downloaded litrs v1.0.0
2232026-06-17T16:03:01.181Z Downloaded percent-encoding v2.3.2
2242026-06-17T16:03:01.181Z Downloaded adler2 v2.0.1
2252026-06-17T16:03:01.181Z Downloaded pin-project-internal v1.1.13
2262026-06-17T16:03:01.184Z Downloaded anstyle v1.0.14
2272026-06-17T16:03:01.187Z Downloaded nextest-workspace-hack v0.1.0
2282026-06-17T16:03:01.187Z Downloaded indenter v0.3.4
2292026-06-17T16:03:01.187Z Downloaded idna_adapter v1.0.0
2302026-06-17T16:03:01.187Z Downloaded enable-ansi-support v0.2.1
2312026-06-17T16:03:01.190Z Downloaded document-features v0.2.12
2322026-06-17T16:03:01.190Z Downloaded pathdiff v0.2.3
2332026-06-17T16:03:01.190Z Downloaded miette-derive v7.6.0
2342026-06-17T16:03:01.193Z Downloaded quinn-udp v0.5.14
2352026-06-17T16:03:01.193Z Downloaded openssl-probe v0.2.1
2362026-06-17T16:03:01.196Z Downloaded futures-core v0.3.32
2372026-06-17T16:03:01.196Z Downloaded is_ci v1.2.0
2382026-06-17T16:03:01.199Z Downloaded cfg_aliases v0.2.1
2392026-06-17T16:03:01.199Z Downloaded futures-task v0.3.32
2402026-06-17T16:03:01.199Z Downloaded foreign-types v0.3.2
2412026-06-17T16:03:01.199Z Downloaded hex v0.4.3
2422026-06-17T16:03:01.202Z Downloaded cfg-if v1.0.4
2432026-06-17T16:03:01.202Z Downloaded simd-adler32 v0.3.9
2442026-06-17T16:03:01.205Z Downloaded lazy_static v1.5.0
2452026-06-17T16:03:01.205Z Downloaded futures-macro v0.3.32
2462026-06-17T16:03:01.205Z Downloaded humantime v2.3.0
2472026-06-17T16:03:01.208Z Downloaded guppy-workspace-hack v0.1.0
2482026-06-17T16:03:01.208Z Downloaded find-msvc-tools v0.1.9
2492026-06-17T16:03:01.208Z Downloaded ed25519 v2.2.3
2502026-06-17T16:03:01.212Z Downloaded base64 v0.22.1
2512026-06-17T16:03:01.215Z Downloaded rustls-pki-types v1.14.1
2522026-06-17T16:03:01.215Z Downloaded miette v7.6.0
2532026-06-17T16:03:01.218Z Downloaded is_terminal_polyfill v1.70.2
2542026-06-17T16:03:01.218Z Downloaded heck v0.5.0
2552026-06-17T16:03:01.221Z Downloaded clap_lex v1.1.0
2562026-06-17T16:03:01.221Z Downloaded curve25519-dalek-derive v0.1.1
2572026-06-17T16:03:01.221Z Downloaded crypto-common v0.1.7
2582026-06-17T16:03:01.224Z Downloaded ahash v0.8.12
2592026-06-17T16:03:01.224Z Downloaded openssl-macros v0.1.1
2602026-06-17T16:03:01.227Z Downloaded futures-sink v0.3.32
2612026-06-17T16:03:01.227Z Downloaded serde_spanned v0.6.9
2622026-06-17T16:03:01.231Z Downloaded fnv v1.0.7
2632026-06-17T16:03:01.231Z Downloaded color-spantrace v0.3.0
2642026-06-17T16:03:01.231Z Downloaded ordered-float v2.10.1
2652026-06-17T16:03:01.235Z Downloaded quote v1.0.45
2662026-06-17T16:03:01.235Z Downloaded form_urlencoded v1.2.2
2672026-06-17T16:03:01.235Z Downloaded ppv-lite86 v0.2.21
2682026-06-17T16:03:01.239Z Downloaded futures-io v0.3.32
2692026-06-17T16:03:01.239Z Downloaded scopeguard v1.2.0
2702026-06-17T16:03:01.239Z Downloaded http-body v1.0.1
2712026-06-17T16:03:01.239Z Downloaded equivalent v1.0.2
2722026-06-17T16:03:01.242Z Downloaded serde-value v0.7.0
2732026-06-17T16:03:01.246Z Downloaded serde_ignored v0.1.14
2742026-06-17T16:03:01.246Z Downloaded self-replace v1.5.0
2752026-06-17T16:03:01.249Z Downloaded jobserver v0.1.34
2762026-06-17T16:03:01.249Z Downloaded semver v1.0.28
2772026-06-17T16:03:01.249Z Downloaded serde_spanned v1.1.1
2782026-06-17T16:03:01.252Z Downloaded errno v0.3.14
2792026-06-17T16:03:01.261Z Downloaded cargo_metadata v0.23.1
2802026-06-17T16:03:01.264Z Downloaded strip-ansi-escapes v0.2.1
2812026-06-17T16:03:01.267Z Downloaded foldhash v0.1.5
2822026-06-17T16:03:01.267Z Downloaded pin-project v1.1.13
2832026-06-17T16:03:01.272Z Downloaded parking_lot v0.12.5
2842026-06-17T16:03:01.275Z Downloaded supports-color v3.0.2
2852026-06-17T16:03:01.278Z Downloaded sigchld v0.2.4
2862026-06-17T16:03:01.278Z Downloaded camino v1.2.2
2872026-06-17T16:03:01.278Z Downloaded borsh v1.6.1
2882026-06-17T16:03:01.282Z Downloaded ryu v1.0.23
2892026-06-17T16:03:01.285Z Downloaded signature v2.2.0
2902026-06-17T16:03:01.287Z Downloaded swrite v0.1.0
2912026-06-17T16:03:01.287Z Downloaded base64ct v1.8.3
2922026-06-17T16:03:01.288Z Downloaded lock_api v0.4.14
2932026-06-17T16:03:01.291Z Downloaded rustc-hash v2.1.2
2942026-06-17T16:03:01.291Z Downloaded shell-words v1.1.1
2952026-06-17T16:03:01.291Z Downloaded sha2 v0.10.9
2962026-06-17T16:03:01.294Z Downloaded hyper-tls v0.6.0
2972026-06-17T16:03:01.294Z Downloaded tinyvec_macros v0.1.1
2982026-06-17T16:03:01.294Z Downloaded newtype-uuid v1.3.2
2992026-06-17T16:03:01.294Z Downloaded futures-executor v0.3.32
3002026-06-17T16:03:01.297Z Downloaded filetime v0.2.29
3012026-06-17T16:03:01.297Z Downloaded cargo_metadata v0.20.0
3022026-06-17T16:03:01.300Z Downloaded erased-serde v0.4.10
3032026-06-17T16:03:01.303Z Downloaded indicatif v0.17.11
3042026-06-17T16:03:01.306Z Downloaded generic-array v0.14.7
3052026-06-17T16:03:01.309Z Downloaded serde-untagged v0.1.9
3062026-06-17T16:03:01.309Z Downloaded convert_case v0.10.0
3072026-06-17T16:03:01.314Z Downloaded cpufeatures v0.2.17
3082026-06-17T16:03:01.316Z Downloaded future-queue v0.4.0
3092026-06-17T16:03:01.316Z Downloaded humantime-serde v1.1.1
3102026-06-17T16:03:01.316Z Downloaded digest v0.10.7
3112026-06-17T16:03:01.320Z Downloaded tokio-macros v2.7.0
3122026-06-17T16:03:01.323Z Downloaded toml_datetime v0.6.11
3132026-06-17T16:03:01.323Z Downloaded supports-hyperlinks v3.2.0
3142026-06-17T16:03:01.326Z Downloaded home v0.5.12
3152026-06-17T16:03:01.330Z Downloaded serde_path_to_error v0.1.20
3162026-06-17T16:03:01.330Z Downloaded fixedbitset v0.5.7
3172026-06-17T16:03:01.333Z Downloaded tower-layer v0.3.3
3182026-06-17T16:03:01.333Z Downloaded duct v0.13.7
3192026-06-17T16:03:01.338Z Downloaded fastrand v2.4.1
3202026-06-17T16:03:01.346Z Downloaded subtle v2.6.1
3212026-06-17T16:03:01.349Z Downloaded shared_child v1.1.1
3222026-06-17T16:03:01.349Z Downloaded terminal_size v0.4.4
3232026-06-17T16:03:01.349Z Downloaded supports-unicode v3.0.0
3242026-06-17T16:03:01.349Z Downloaded tower-service v0.3.3
3252026-06-17T16:03:01.349Z Downloaded try-lock v0.2.5
3262026-06-17T16:03:01.352Z Downloaded sync_wrapper v1.0.2
3272026-06-17T16:03:01.352Z Downloaded serde_urlencoded v0.7.1
3282026-06-17T16:03:01.352Z Downloaded toml_write v0.1.2
3292026-06-17T16:03:01.358Z Downloaded futures-channel v0.3.32
3302026-06-17T16:03:01.358Z Downloaded clap_derive v4.6.1
3312026-06-17T16:03:01.361Z Downloaded thread_local v1.1.9
3322026-06-17T16:03:01.361Z Downloaded target-lexicon v0.13.5
3332026-06-17T16:03:01.361Z Downloaded static_assertions v1.1.0
3342026-06-17T16:03:01.361Z Downloaded tokio-native-tls v0.3.1
3352026-06-17T16:03:01.364Z Downloaded spki v0.7.3
3362026-06-17T16:03:01.364Z Downloaded smol_str v0.3.6
3372026-06-17T16:03:01.367Z Downloaded utf8_iter v1.0.4
3382026-06-17T16:03:01.367Z Downloaded unicode-xid v0.2.6
3392026-06-17T16:03:01.367Z Downloaded tracing-error v0.2.1
3402026-06-17T16:03:01.367Z Downloaded utf8parse v0.2.2
3412026-06-17T16:03:01.370Z Downloaded http-body-util v0.1.3
3422026-06-17T16:03:01.370Z Downloaded thiserror v1.0.69
3432026-06-17T16:03:01.373Z Downloaded owo-colors v4.3.0
3442026-06-17T16:03:01.373Z Downloaded const-oid v0.9.6
3452026-06-17T16:03:01.373Z Downloaded console v0.15.11
3462026-06-17T16:03:01.376Z Downloaded either v1.16.0
3472026-06-17T16:03:01.376Z Downloaded dialoguer v0.11.0
3482026-06-17T16:03:01.379Z Downloaded unicode-linebreak v0.1.5
3492026-06-17T16:03:01.379Z Downloaded cfg-expr v0.20.8
3502026-06-17T16:03:01.382Z Downloaded indexmap v2.14.0
3512026-06-17T16:03:01.382Z Downloaded getrandom v0.2.17
3522026-06-17T16:03:01.385Z Downloaded thiserror v2.0.18
3532026-06-17T16:03:01.388Z Downloaded urlencoding v2.1.3
3542026-06-17T16:03:01.388Z Downloaded version_check v0.9.5
3552026-06-17T16:03:01.393Z Downloaded signal-hook-mio v0.2.5
3562026-06-17T16:03:01.393Z Downloaded pin-project-lite v0.2.17
3572026-06-17T16:03:01.398Z Downloaded untrusted v0.9.0
3582026-06-17T16:03:01.398Z Downloaded typeid v1.0.3
3592026-06-17T16:03:01.398Z Downloaded rustc-demangle v0.1.27
3602026-06-17T16:03:01.399Z Downloaded want v0.3.1
3612026-06-17T16:03:01.399Z Downloaded native-tls v0.2.18
3622026-06-17T16:03:01.402Z Downloaded signal-hook-registry v1.4.8
3632026-06-17T16:03:01.402Z Downloaded shlex v2.0.1
3642026-06-17T16:03:01.402Z Downloaded xattr v1.6.1
3652026-06-17T16:03:01.406Z Downloaded hyper-util v0.1.20
3662026-06-17T16:03:01.409Z Downloaded ipnet v2.12.0
3672026-06-17T16:03:01.409Z Downloaded rand_core v0.9.5
3682026-06-17T16:03:01.412Z Downloaded getrandom v0.4.2
3692026-06-17T16:03:01.412Z Downloaded getrandom v0.3.4
3702026-06-17T16:03:01.416Z Downloaded futures v0.3.32
3712026-06-17T16:03:01.419Z Downloaded clap v4.6.1
3722026-06-17T16:03:01.424Z Downloaded toml_writer v1.1.1+spec-1.1.0
3732026-06-17T16:03:01.428Z Downloaded tracing-log v0.2.0
3742026-06-17T16:03:01.428Z Downloaded globset v0.4.18
3752026-06-17T16:03:01.428Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3762026-06-17T16:03:01.429Z Downloaded thiserror-impl v1.0.69
3772026-06-17T16:03:01.429Z Downloaded unicase v2.9.0
3782026-06-17T16:03:01.431Z Downloaded target-spec-miette v0.4.8
3792026-06-17T16:03:01.431Z Downloaded sharded-slab v0.1.7
3802026-06-17T16:03:01.435Z Downloaded strsim v0.11.1
3812026-06-17T16:03:01.435Z Downloaded slab v0.4.12
3822026-06-17T16:03:01.435Z Downloaded rand_core v0.6.4
3832026-06-17T16:03:01.435Z Downloaded derive_more-impl v2.1.1
3842026-06-17T16:03:01.438Z Downloaded derive-where v1.6.1
3852026-06-17T16:03:01.441Z Downloaded log v0.4.32
3862026-06-17T16:03:01.443Z Downloaded crc32fast v1.5.0
3872026-06-17T16:03:01.443Z Downloaded serde_derive v1.0.228
3882026-06-17T16:03:01.448Z Downloaded smallvec v1.15.2
3892026-06-17T16:03:01.448Z Downloaded config v0.15.24
3902026-06-17T16:03:01.451Z Downloaded hyper-rustls v0.27.9
3912026-06-17T16:03:01.451Z Downloaded thiserror-impl v2.0.18
3922026-06-17T16:03:01.453Z Downloaded zmij v1.0.21
3932026-06-17T16:03:01.454Z Downloaded zipsign-api v0.1.5
3942026-06-17T16:03:01.454Z Downloaded signal-hook v0.3.18
3952026-06-17T16:03:01.457Z Downloaded zstd-safe v7.2.4
3962026-06-17T16:03:01.457Z Downloaded zstd v0.13.3
3972026-06-17T16:03:01.459Z Downloaded toml_parser v1.1.2+spec-1.1.0
3982026-06-17T16:03:01.459Z Downloaded toml v0.8.23
3992026-06-17T16:03:01.463Z Downloaded rand v0.9.4
4002026-06-17T16:03:01.466Z Downloaded iana-time-zone v0.1.65
4012026-06-17T16:03:01.466Z Downloaded ron v0.12.1
4022026-06-17T16:03:01.469Z Downloaded zeroize v1.9.0
4032026-06-17T16:03:01.472Z Downloaded xxhash-rust v0.8.15
4042026-06-17T16:03:01.472Z Downloaded tokio-rustls v0.26.4
4052026-06-17T16:03:01.473Z Downloaded serde_core v1.0.228
4062026-06-17T16:03:01.475Z Downloaded socket2 v0.6.4
4072026-06-17T16:03:01.475Z Downloaded rand_chacha v0.9.0
4082026-06-17T16:03:01.475Z Downloaded regex v1.12.4
4092026-06-17T16:03:01.479Z Downloaded self_update v0.42.0
4102026-06-17T16:03:01.484Z Downloaded quick-junit v0.5.2
4112026-06-17T16:03:01.488Z Downloaded target-spec v3.6.0
4122026-06-17T16:03:01.491Z Downloaded pkcs8 v0.10.2
4132026-06-17T16:03:01.495Z Downloaded tinyvec v1.11.0
4142026-06-17T16:03:01.495Z Downloaded textwrap v0.16.2
4152026-06-17T16:03:01.499Z Downloaded proc-macro2 v1.0.106
4162026-06-17T16:03:01.505Z Downloaded ed25519-dalek v2.2.0
4172026-06-17T16:03:01.507Z Downloaded der v0.7.10
4182026-06-17T16:03:01.510Z Downloaded tokio-stream v0.1.18
4192026-06-17T16:03:01.518Z Downloaded tracing-attributes v0.1.31
4202026-06-17T16:03:01.521Z Downloaded httparse v1.10.1
4212026-06-17T16:03:01.525Z Downloaded flate2 v1.1.9
4222026-06-17T16:03:01.529Z Downloaded serde v1.0.228
4232026-06-17T16:03:01.533Z Downloaded toml v1.1.2+spec-1.1.0
4242026-06-17T16:03:01.536Z Downloaded cc v1.2.64
4252026-06-17T16:03:01.538Z Downloaded backtrace v0.3.76
4262026-06-17T16:03:01.547Z Downloaded num-traits v0.2.19
4272026-06-17T16:03:01.550Z Downloaded toml_edit v0.22.27
4282026-06-17T16:03:01.550Z Downloaded rustls-webpki v0.103.13
4292026-06-17T16:03:01.550Z Downloaded openssl-sys v0.9.117
4302026-06-17T16:03:01.553Z Downloaded uuid v1.23.3
4312026-06-17T16:03:01.553Z Downloaded tempfile v3.27.0
4322026-06-17T16:03:01.556Z Downloaded tar v0.4.46
4332026-06-17T16:03:01.556Z Downloaded vte v0.14.1
4342026-06-17T16:03:01.559Z Downloaded unicode-ident v1.0.24
4352026-06-17T16:03:01.562Z Downloaded futures-util v0.3.32
4362026-06-17T16:03:01.566Z Downloaded derive_more v2.1.1
4372026-06-17T16:03:01.572Z Downloaded miniz_oxide v0.8.9
4382026-06-17T16:03:01.601Z Downloaded aho-corasick v1.1.4
4392026-06-17T16:03:01.611Z Downloaded typenum v1.20.1
4402026-06-17T16:03:01.616Z Downloaded crossterm v0.29.0
4412026-06-17T16:03:01.620Z Downloaded hashbrown v0.17.1
4422026-06-17T16:03:01.623Z Downloaded quinn v0.11.9
4432026-06-17T16:03:01.626Z Downloaded hashbrown v0.15.5
4442026-06-17T16:03:01.629Z Downloaded guppy v0.17.26
4452026-06-17T16:03:01.639Z Downloaded serde_json v1.0.150
4462026-06-17T16:03:01.643Z Downloaded h2 v0.4.15
4472026-06-17T16:03:01.647Z Downloaded url v2.5.8
4482026-06-17T16:03:01.650Z Downloaded clap_builder v4.6.0
4492026-06-17T16:03:01.668Z Downloaded memchr v2.8.2
4502026-06-17T16:03:01.671Z Downloaded mio v1.2.1
4512026-06-17T16:03:01.671Z Downloaded tracing-core v0.1.36
4522026-06-17T16:03:01.685Z Downloaded winnow v0.7.15
4532026-06-17T16:03:01.691Z Downloaded pulldown-cmark v0.13.4
4542026-06-17T16:03:01.697Z Downloaded tower v0.5.3
4552026-06-17T16:03:01.706Z Downloaded unicode-segmentation v1.13.3
4562026-06-17T16:03:01.709Z Downloaded tracing-subscriber v0.3.23
4572026-06-17T16:03:01.713Z Downloaded webpki-roots v1.0.8
4582026-06-17T16:03:01.716Z Downloaded chrono v0.4.45
4592026-06-17T16:03:01.724Z Downloaded unicode-normalization v0.1.25
4602026-06-17T16:03:01.744Z Downloaded idna v1.1.0
4612026-06-17T16:03:01.747Z Downloaded unicode-width v0.1.14
4622026-06-17T16:03:01.751Z Downloaded unicode-width v0.2.2
4632026-06-17T16:03:01.756Z Downloaded reqwest v0.12.28
4642026-06-17T16:03:01.759Z Downloaded syn v2.0.118
4652026-06-17T16:03:01.763Z Downloaded bstr v1.12.1
4662026-06-17T16:03:01.767Z Downloaded hyper v1.10.1
4672026-06-17T16:03:01.771Z Downloaded tokio-util v0.7.18
4682026-06-17T16:03:01.776Z Downloaded tower-http v0.6.11
4692026-06-17T16:03:01.780Z Downloaded itertools v0.14.0
4702026-06-17T16:03:01.783Z Downloaded gimli v0.32.3
4712026-06-17T16:03:01.789Z Downloaded tracing v0.1.44
4722026-06-17T16:03:01.800Z Downloaded quick-xml v0.37.5
4732026-06-17T16:03:01.803Z Downloaded portable-atomic v1.13.1
4742026-06-17T16:03:01.806Z Downloaded curve25519-dalek v4.1.3
4752026-06-17T16:03:01.816Z Downloaded winnow v1.0.3
4762026-06-17T16:03:01.821Z Downloaded color-eyre v0.6.5
4772026-06-17T16:03:01.834Z Downloaded tokio v1.52.3
4782026-06-17T16:03:01.857Z Downloaded openssl v0.10.81
4792026-06-17T16:03:01.860Z Downloaded quick-xml v0.38.4
4802026-06-17T16:03:01.863Z Downloaded quinn-proto v0.11.14
4812026-06-17T16:03:01.870Z Downloaded vcpkg v0.2.15
4822026-06-17T16:03:01.891Z Downloaded nix v0.30.1
4832026-06-17T16:03:01.923Z Downloaded zerocopy v0.8.52
4842026-06-17T16:03:01.929Z Downloaded nextest-runner v0.80.0
4852026-06-17T16:03:01.966Z Downloaded object v0.37.3
4862026-06-17T16:03:01.974Z Downloaded regex-syntax v0.8.11
4872026-06-17T16:03:01.984Z Downloaded rustls v0.23.40
4882026-06-17T16:03:01.990Z Downloaded rustix v0.38.44
4892026-06-17T16:03:02.023Z Downloaded rustix v1.1.4
4902026-06-17T16:03:02.094Z Downloaded regex-automata v0.4.14
4912026-06-17T16:03:02.152Z Downloaded libc v0.2.186
4922026-06-17T16:03:02.169Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4932026-06-17T16:03:02.186Z Downloaded petgraph v0.8.3
4942026-06-17T16:03:02.258Z Downloaded recursion v0.5.4
4952026-06-17T16:03:02.264Z Downloaded ring v0.17.14
4962026-06-17T16:03:02.326Z Compiling libc v0.2.186
4972026-06-17T16:03:02.326Z Compiling proc-macro2 v1.0.106
4982026-06-17T16:03:02.326Z Compiling quote v1.0.45
4992026-06-17T16:03:02.326Z Compiling unicode-ident v1.0.24
5002026-06-17T16:03:02.330Z Compiling serde_core v1.0.228
5012026-06-17T16:03:02.330Z Compiling cfg-if v1.0.4
5022026-06-17T16:03:02.330Z Compiling memchr v2.8.2
5032026-06-17T16:03:02.330Z Compiling once_cell v1.21.4
5042026-06-17T16:03:02.591Z Compiling log v0.4.32
5052026-06-17T16:03:02.607Z Compiling pin-project-lite v0.2.17
5062026-06-17T16:03:02.697Z Compiling serde v1.0.228
5072026-06-17T16:03:02.742Z Compiling itoa v1.0.18
5082026-06-17T16:03:02.914Z Compiling futures-core v0.3.32
5092026-06-17T16:03:02.996Z Compiling smallvec v1.15.2
5102026-06-17T16:03:03.075Z Compiling bitflags v2.13.0
5112026-06-17T16:03:03.092Z Compiling equivalent v1.0.2
5122026-06-17T16:03:03.178Z Compiling hashbrown v0.17.1
5132026-06-17T16:03:03.245Z Compiling find-msvc-tools v0.1.9
5142026-06-17T16:03:03.460Z Compiling errno v0.3.14
5152026-06-17T16:03:03.472Z Compiling shlex v2.0.1
5162026-06-17T16:03:03.485Z Compiling bytes v1.11.1
5172026-06-17T16:03:03.627Z Compiling signal-hook-registry v1.4.8
5182026-06-17T16:03:03.657Z Compiling jobserver v0.1.34
5192026-06-17T16:03:03.671Z Compiling mio v1.2.1
5202026-06-17T16:03:03.725Z Compiling rustix v1.1.4
5212026-06-17T16:03:03.834Z Compiling syn v2.0.118
5222026-06-17T16:03:03.856Z Compiling cc v1.2.64
5232026-06-17T16:03:03.971Z Compiling futures-sink v0.3.32
5242026-06-17T16:03:04.103Z Compiling socket2 v0.6.4
5252026-06-17T16:03:04.190Z Compiling zmij v1.0.21
5262026-06-17T16:03:04.420Z Compiling slab v0.4.12
5272026-06-17T16:03:04.434Z Compiling futures-channel v0.3.32
5282026-06-17T16:03:04.561Z Compiling tracing-core v0.1.36
5292026-06-17T16:03:04.633Z Compiling version_check v0.9.5
5302026-06-17T16:03:04.709Z Compiling serde_json v1.0.150
5312026-06-17T16:03:04.913Z Compiling indexmap v2.14.0
5322026-06-17T16:03:04.995Z Compiling getrandom v0.4.2
5332026-06-17T16:03:05.015Z Compiling futures-io v0.3.32
5342026-06-17T16:03:05.220Z Compiling futures-task v0.3.32
5352026-06-17T16:03:05.301Z Compiling percent-encoding v2.3.2
5362026-06-17T16:03:05.316Z Compiling camino v1.2.2
5372026-06-17T16:03:05.399Z Compiling unicode-width v0.2.2
5382026-06-17T16:03:05.710Z Compiling ring v0.17.14
5392026-06-17T16:03:05.710Z Compiling http v1.4.2
5402026-06-17T16:03:05.713Z Compiling zeroize v1.9.0
5412026-06-17T16:03:05.752Z Compiling autocfg v1.5.1
5422026-06-17T16:03:05.755Z Compiling adler2 v2.0.1
5432026-06-17T16:03:05.932Z Compiling simd-adler32 v0.3.9
5442026-06-17T16:03:06.116Z Compiling num-traits v0.2.19
5452026-06-17T16:03:06.371Z Compiling miniz_oxide v0.8.9
5462026-06-17T16:03:06.376Z Compiling target-lexicon v0.13.5
5472026-06-17T16:03:06.531Z Compiling object v0.37.3
5482026-06-17T16:03:06.783Z Compiling zerocopy v0.8.52
5492026-06-17T16:03:06.834Z Compiling getrandom v0.3.4
5502026-06-17T16:03:06.942Z Compiling http-body v1.0.1
5512026-06-17T16:03:07.209Z Compiling rustls-pki-types v1.14.1
5522026-06-17T16:03:07.223Z Compiling form_urlencoded v1.2.2
5532026-06-17T16:03:07.277Z Compiling semver v1.0.28
5542026-06-17T16:03:07.496Z Compiling getrandom v0.2.17
5552026-06-17T16:03:07.512Z Compiling serde_derive v1.0.228
5562026-06-17T16:03:07.650Z Compiling tokio-macros v2.7.0
5572026-06-17T16:03:07.695Z Compiling futures-macro v0.3.32
5582026-06-17T16:03:07.769Z Compiling tracing-attributes v0.1.31
5592026-06-17T16:03:07.897Z Compiling fnv v1.0.7
5602026-06-17T16:03:07.943Z Compiling guppy-workspace-hack v0.1.0
5612026-06-17T16:03:08.006Z Compiling signal-hook v0.3.18
5622026-06-17T16:03:08.071Z Compiling untrusted v0.9.0
5632026-06-17T16:03:08.171Z Compiling owo-colors v4.3.0
5642026-06-17T16:03:08.204Z Compiling httparse v1.10.1
5652026-06-17T16:03:08.235Z Compiling thiserror v2.0.18
5662026-06-17T16:03:08.402Z Compiling tokio v1.52.3
5672026-06-17T16:03:08.505Z Compiling idna_adapter v1.0.0
5682026-06-17T16:03:08.532Z Compiling futures-util v0.3.32
5692026-06-17T16:03:08.565Z Compiling utf8_iter v1.0.4
5702026-06-17T16:03:08.586Z Compiling gimli v0.32.3
5712026-06-17T16:03:08.727Z Compiling idna v1.1.0
5722026-06-17T16:03:08.927Z Compiling thiserror-impl v2.0.18
5732026-06-17T16:03:08.996Z Compiling tracing v0.1.44
5742026-06-17T16:03:10.821Z Compiling addr2line v0.25.1
5752026-06-17T16:03:10.948Z Compiling generic-array v0.14.7
5762026-06-17T16:03:11.166Z Compiling atomic-waker v1.1.2
5772026-06-17T16:03:11.195Z Compiling tower-service v0.3.3
5782026-06-17T16:03:11.259Z Compiling rustls v0.23.40
5792026-06-17T16:03:11.279Z Compiling fastrand v2.4.1
5802026-06-17T16:03:11.293Z Compiling pkg-config v0.3.33
5812026-06-17T16:03:11.296Z Compiling rustc-demangle v0.1.27
5822026-06-17T16:03:11.482Z Compiling typeid v1.0.3
5832026-06-17T16:03:11.608Z Compiling try-lock v0.2.5
5842026-06-17T16:03:11.728Z Compiling target-spec v3.6.0
5852026-06-17T16:03:11.740Z Compiling thiserror v1.0.69
5862026-06-17T16:03:11.820Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5872026-06-17T16:03:12.058Z Compiling want v0.3.1
5882026-06-17T16:03:12.243Z Compiling tempfile v3.27.0
5892026-06-17T16:03:12.268Z Compiling tokio-util v0.7.18
5902026-06-17T16:03:12.281Z Compiling cfg-expr v0.20.8
5912026-06-17T16:03:12.411Z Compiling url v2.5.8
5922026-06-17T16:03:13.088Z Compiling backtrace v0.3.76
5932026-06-17T16:03:13.146Z Compiling h2 v0.4.15
5942026-06-17T16:03:13.800Z Compiling thiserror-impl v1.0.69
5952026-06-17T16:03:14.115Z Compiling terminal_size v0.4.4
5962026-06-17T16:03:14.258Z Compiling aho-corasick v1.1.4
5972026-06-17T16:03:15.282Z Compiling erased-serde v0.4.10
5982026-06-17T16:03:15.285Z Compiling regex-syntax v0.8.11
5992026-06-17T16:03:15.286Z Compiling rustls-webpki v0.103.13
6002026-06-17T16:03:15.286Z Compiling typenum v1.20.1
6012026-06-17T16:03:15.658Z Compiling winnow v0.7.15
6022026-06-17T16:03:17.444Z Compiling subtle v2.6.1
6032026-06-17T16:03:17.617Z Compiling regex-automata v0.4.14
6042026-06-17T16:03:17.887Z Compiling hyper v1.10.1
6052026-06-17T16:03:19.823Z Compiling serde_spanned v0.6.9
6062026-06-17T16:03:19.989Z Compiling toml_datetime v0.6.11
6072026-06-17T16:03:20.373Z Compiling ahash v0.8.12
6082026-06-17T16:03:20.642Z Compiling sync_wrapper v1.0.2
6092026-06-17T16:03:20.763Z Compiling tower-layer v0.3.3
6102026-06-17T16:03:20.969Z Compiling foldhash v0.1.5
6112026-06-17T16:03:21.204Z Compiling parking_lot_core v0.9.12
6122026-06-17T16:03:21.281Z Compiling is_ci v1.2.0
6132026-06-17T16:03:21.453Z Compiling toml_write v0.1.2
6142026-06-17T16:03:21.499Z Compiling portable-atomic v1.13.1
6152026-06-17T16:03:21.603Z Compiling unicode-linebreak v0.1.5
6162026-06-17T16:03:21.703Z Compiling base64 v0.22.1
6172026-06-17T16:03:21.872Z Compiling ipnet v2.12.0
6182026-06-17T16:03:21.970Z Compiling crc32fast v1.5.0
6192026-06-17T16:03:21.993Z Compiling unicode-segmentation v1.13.3
6202026-06-17T16:03:22.008Z Compiling either v1.16.0
6212026-06-17T16:03:22.202Z Compiling lazy_static v1.5.0
6222026-06-17T16:03:22.238Z Compiling nextest-workspace-hack v0.1.0
6232026-06-17T16:03:22.311Z Compiling sharded-slab v0.1.7
6242026-06-17T16:03:22.323Z Compiling hyper-util v0.1.20
6252026-06-17T16:03:22.389Z Compiling convert_case v0.10.0
6262026-06-17T16:03:22.552Z Compiling textwrap v0.16.2
6272026-06-17T16:03:22.660Z Compiling toml_edit v0.22.27
6282026-06-17T16:03:22.945Z Compiling supports-color v3.0.2
6292026-06-17T16:03:23.087Z Compiling hashbrown v0.15.5
6302026-06-17T16:03:23.194Z Compiling tower v0.5.3
6312026-06-17T16:03:23.716Z Compiling tokio-rustls v0.26.4
6322026-06-17T16:03:23.972Z Compiling backtrace-ext v0.2.1
6332026-06-17T16:03:24.010Z Compiling ordered-float v2.10.1
6342026-06-17T16:03:24.254Z Compiling webpki-roots v1.0.8
6352026-06-17T16:03:24.285Z Compiling miette-derive v7.6.0
6362026-06-17T16:03:24.370Z Compiling pathdiff v0.2.3
6372026-06-17T16:03:24.411Z Compiling console v0.15.11
6382026-06-17T16:03:24.502Z Compiling tracing-log v0.2.0
6392026-06-17T16:03:24.870Z Compiling cargo-platform v0.3.3
6402026-06-17T16:03:25.017Z Compiling os_pipe v1.2.3
6412026-06-17T16:03:25.193Z Compiling thread_local v1.1.9
6422026-06-17T16:03:25.394Z Compiling unicode-width v0.1.14
6432026-06-17T16:03:25.437Z Compiling ryu v1.0.23
6442026-06-17T16:03:25.571Z Compiling cfg_aliases v0.2.1
6452026-06-17T16:03:25.652Z Compiling debug-ignore v1.0.5
6462026-06-17T16:03:25.702Z Compiling scopeguard v1.2.0
6472026-06-17T16:03:25.732Z Compiling pulldown-cmark v0.13.4
6482026-06-17T16:03:25.748Z Compiling utf8parse v0.2.2
6492026-06-17T16:03:25.760Z Compiling rustix v0.38.44
6502026-06-17T16:03:25.802Z Compiling fixedbitset v0.5.7
6512026-06-17T16:03:25.856Z Compiling winnow v1.0.3
6522026-06-17T16:03:25.973Z Compiling supports-hyperlinks v3.2.0
6532026-06-17T16:03:26.205Z Compiling zstd-safe v7.2.4
6542026-06-17T16:03:26.322Z Compiling supports-unicode v3.0.0
6552026-06-17T16:03:26.467Z Compiling miette v7.6.0
6562026-06-17T16:03:26.527Z Compiling petgraph v0.8.3
6572026-06-17T16:03:26.604Z Compiling anstyle-parse v1.0.0
6582026-06-17T16:03:26.830Z Compiling lock_api v0.4.14
6592026-06-17T16:03:27.083Z Compiling toml_parser v1.1.2+spec-1.1.0
6602026-06-17T16:03:27.370Z Compiling nix v0.30.1
6612026-06-17T16:03:27.793Z Compiling serde_urlencoded v0.7.1
6622026-06-17T16:03:28.080Z Compiling tracing-subscriber v0.3.23
6632026-06-17T16:03:28.383Z Compiling sigchld v0.2.4
6642026-06-17T16:03:28.451Z Compiling cargo_metadata v0.23.1
6652026-06-17T16:03:28.593Z Compiling hyper-rustls v0.27.9
6662026-06-17T16:03:28.850Z Compiling serde-untagged v0.1.9
6672026-06-17T16:03:29.226Z Compiling serde-value v0.7.0
6682026-06-17T16:03:29.268Z Compiling toml v0.8.23
6692026-06-17T16:03:30.266Z Compiling tower-http v0.6.11
6702026-06-17T16:03:30.938Z Compiling derive_more-impl v2.1.1
6712026-06-17T16:03:31.706Z Compiling itertools v0.14.0
6722026-06-17T16:03:31.724Z Compiling regex v1.12.4
6732026-06-17T16:03:31.765Z Compiling crypto-common v0.1.7
6742026-06-17T16:03:31.903Z Compiling block-buffer v0.10.4
6752026-06-17T16:03:32.056Z Compiling ppv-lite86 v0.2.21
6762026-06-17T16:03:32.069Z Compiling futures-executor v0.3.32
6772026-06-17T16:03:32.102Z Compiling rand_core v0.9.5
6782026-06-17T16:03:32.350Z Compiling pin-project-internal v1.1.13
6792026-06-17T16:03:32.380Z Compiling http-body-util v0.1.3
6802026-06-17T16:03:32.593Z Compiling uuid v1.23.3
6812026-06-17T16:03:32.650Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-06-17T16:03:33.063Z Compiling smol_str v0.3.6
6832026-06-17T16:03:33.127Z Compiling serde_spanned v1.1.1
6842026-06-17T16:03:33.160Z Compiling filetime v0.2.29
6852026-06-17T16:03:33.201Z Compiling bstr v1.12.1
6862026-06-17T16:03:33.275Z Compiling vte v0.14.1
6872026-06-17T16:03:33.371Z Compiling colorchoice v1.0.5
6882026-06-17T16:03:33.395Z Compiling litrs v1.0.0
6892026-06-17T16:03:33.398Z Compiling eyre v0.6.12
6902026-06-17T16:03:33.493Z Compiling static_assertions v1.1.0
6912026-06-17T16:03:33.507Z Compiling number_prefix v0.4.0
6922026-06-17T16:03:33.571Z Compiling tinyvec_macros v0.1.1
6932026-06-17T16:03:33.646Z Compiling self_update v0.42.0
6942026-06-17T16:03:33.660Z Compiling iana-time-zone v0.1.65
6952026-06-17T16:03:33.675Z Compiling anstyle-query v1.1.5
6962026-06-17T16:03:33.735Z Compiling color-spantrace v0.3.0
6972026-06-17T16:03:33.781Z Compiling is_terminal_polyfill v1.70.2
6982026-06-17T16:03:33.839Z Compiling nested v0.1.1
6992026-06-17T16:03:33.874Z Compiling xattr v1.6.1
7002026-06-17T16:03:33.895Z Compiling anstyle v1.0.14
7012026-06-17T16:03:33.899Z Compiling unicode-xid v0.2.6
7022026-06-17T16:03:34.002Z Compiling unicase v2.9.0
7032026-06-17T16:03:34.070Z Compiling anstream v1.0.0
7042026-06-17T16:03:34.102Z Compiling tar v0.4.46
7052026-06-17T16:03:34.151Z Compiling cargo-util-schemas v0.2.0
7062026-06-17T16:03:34.184Z Compiling guppy v0.17.26
7072026-06-17T16:03:34.258Z Compiling document-features v0.2.12
7082026-06-17T16:03:34.574Z Compiling chrono v0.4.45
7092026-06-17T16:03:35.124Z Compiling tinyvec v1.11.0
7102026-06-17T16:03:35.558Z Compiling globset v0.4.18
7112026-06-17T16:03:35.726Z Compiling indicatif v0.17.11
7122026-06-17T16:03:36.592Z Compiling strip-ansi-escapes v0.2.1
7132026-06-17T16:03:36.619Z Compiling pin-project v1.1.13
7142026-06-17T16:03:36.735Z Compiling nextest-metadata v0.12.2
7152026-06-17T16:03:36.886Z Compiling toml v1.1.2+spec-1.1.0
7162026-06-17T16:03:37.071Z Compiling newtype-uuid v1.3.2
7172026-06-17T16:03:37.271Z Compiling reqwest v0.12.28
7182026-06-17T16:03:37.987Z Compiling rand_chacha v0.9.0
7192026-06-17T16:03:38.543Z Compiling futures v0.3.32
7202026-06-17T16:03:38.631Z Compiling digest v0.10.7
7212026-06-17T16:03:38.787Z Compiling derive_more v2.1.1
7222026-06-17T16:03:38.862Z Compiling flate2 v1.1.9
7232026-06-17T16:03:38.876Z Compiling parking_lot v0.12.5
7242026-06-17T16:03:38.876Z Compiling tracing-error v0.2.1
7252026-06-17T16:03:39.127Z Compiling shared_child v1.1.1
7262026-06-17T16:03:39.795Z Compiling signal-hook-mio v0.2.5
7272026-06-17T16:03:39.809Z Compiling self-replace v1.5.0
7282026-06-17T16:03:39.931Z Compiling cargo-platform v0.2.0
7292026-06-17T16:03:40.490Z Compiling quick-xml v0.37.5
7302026-06-17T16:03:40.517Z Compiling quick-xml v0.38.4
7312026-06-17T16:03:40.965Z Compiling humantime v2.3.0
7322026-06-17T16:03:40.994Z Compiling cpufeatures v0.2.17
7332026-06-17T16:03:41.257Z Compiling strsim v0.11.1
7342026-06-17T16:03:41.266Z Compiling urlencoding v2.1.3
7352026-06-17T16:03:41.536Z Compiling heck v0.5.0
7362026-06-17T16:03:41.595Z Compiling indenter v0.3.4
7372026-06-17T16:03:41.753Z Compiling clap_lex v1.1.0
7382026-06-17T16:03:41.767Z Compiling shell-words v1.1.1
7392026-06-17T16:03:41.767Z Compiling recursion v0.5.4
7402026-06-17T16:03:41.883Z Compiling nextest-filtering v0.15.0
7412026-06-17T16:03:41.922Z Compiling clap_builder v4.6.0
7422026-06-17T16:03:41.978Z Compiling clap_derive v4.6.1
7432026-06-17T16:03:42.428Z Compiling humantime-serde v1.1.1
7442026-06-17T16:03:42.593Z Compiling sha2 v0.10.9
7452026-06-17T16:03:43.777Z Compiling quick-junit v0.5.2
7462026-06-17T16:03:43.805Z Compiling atomicwrites v0.4.4
7472026-06-17T16:03:44.099Z Compiling cargo_metadata v0.20.0
7482026-06-17T16:03:45.826Z Compiling crossterm v0.29.0
7492026-06-17T16:03:46.914Z Compiling cargo-nextest v0.9.97
7502026-06-17T16:03:47.916Z Compiling duct v0.13.7
7512026-06-17T16:03:48.056Z Compiling zstd v0.13.3
7522026-06-17T16:03:48.482Z Compiling async-scoped v0.9.0
7532026-06-17T16:03:48.550Z Compiling rand v0.9.4
7542026-06-17T16:03:48.565Z Compiling config v0.15.24
7552026-06-17T16:03:48.677Z Compiling unicode-normalization v0.1.25
7562026-06-17T16:03:49.064Z Compiling target-spec-miette v0.4.8
7572026-06-17T16:03:49.253Z Compiling future-queue v0.4.0
7582026-06-17T16:03:49.306Z Compiling mukti-metadata v0.3.0
7592026-06-17T16:03:49.310Z Compiling camino-tempfile v1.4.1
7602026-06-17T16:03:49.507Z Compiling tokio-stream v0.1.18
7612026-06-17T16:03:49.539Z Compiling derive-where v1.6.1
7622026-06-17T16:03:49.666Z Compiling serde_ignored v0.1.14
7632026-06-17T16:03:49.741Z Compiling serde_path_to_error v0.1.20
7642026-06-17T16:03:49.813Z Compiling hex v0.4.3
7652026-06-17T16:03:50.019Z Compiling home v0.5.12
7662026-06-17T16:03:50.031Z Compiling swrite v0.1.0
7672026-06-17T16:03:50.099Z Compiling indent_write v2.2.0
7682026-06-17T16:03:50.135Z Compiling xxhash-rust v0.8.15
7692026-06-17T16:03:50.184Z Compiling color-eyre v0.6.5
7702026-06-17T16:03:50.228Z Compiling clap v4.6.1
7712026-06-17T16:03:50.253Z Compiling dialoguer v0.11.0
7722026-06-17T16:03:50.313Z Compiling enable-ansi-support v0.2.1
7732026-06-17T16:03:50.787Z Compiling nextest-runner v0.80.0
7742026-06-17T16:04:08.816Z Finished `release` profile [optimized] target(s) in 1m 10s
7752026-06-17T16:04:09.004Z Installing /home/build/.cargo/bin/cargo-nextest
7762026-06-17T16:04:09.007Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7772026-06-17T16:04:09.127Z+ banner bfd
7782026-06-17T16:04:09.131Z
7792026-06-17T16:04:09.131Z ##### ###### #####
7802026-06-17T16:04:09.131Z # # # # #
7812026-06-17T16:04:09.131Z ##### ##### # #
7822026-06-17T16:04:09.131Z # # # # #
7832026-06-17T16:04:09.131Z # # # # #
7842026-06-17T16:04:09.131Z ##### # #####
7852026-06-17T16:04:09.131Z
7862026-06-17T16:04:09.131Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7872026-06-17T16:04:09.300Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-06-17T16:04:10.925ZFrom https://github.com/oxidecomputer/falcon
7892026-06-17T16:04:10.925Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7902026-06-17T16:04:11.003Z Updating crates.io index
7912026-06-17T16:04:11.009Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-06-17T16:04:11.600ZFrom https://github.com/oxidecomputer/dendrite
7932026-06-17T16:04:11.600Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7942026-06-17T16:04:11.752Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-06-17T16:04:12.012ZFrom https://github.com/oxidecomputer/ispf
7962026-06-17T16:04:12.012Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7972026-06-17T16:04:12.174Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-06-17T16:04:12.597ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-06-17T16:04:12.597Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
8002026-06-17T16:04:12.604Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-06-17T16:04:18.710ZFrom https://github.com/oxidecomputer/omicron
8022026-06-17T16:04:18.710Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8032026-06-17T16:04:19.139Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-06-17T16:04:19.809ZFrom https://github.com/oxidecomputer/opte
8052026-06-17T16:04:19.809Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8062026-06-17T16:04:19.841Z Updating git repository `https://github.com/illumos/smf-rs`
8072026-06-17T16:04:20.136ZFrom https://github.com/illumos/smf-rs
8082026-06-17T16:04:20.136Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8092026-06-17T16:04:20.286Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8102026-06-17T16:04:20.562ZFrom https://github.com/oxidecomputer/network-interface
8112026-06-17T16:04:20.562Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8122026-06-17T16:04:20.686Z Updating git repository `https://github.com/oxidecomputer/zone`
8132026-06-17T16:04:20.962ZFrom https://github.com/oxidecomputer/zone
8142026-06-17T16:04:20.962Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8152026-06-17T16:04:21.083Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-06-17T16:04:21.775ZFrom https://github.com/oxidecomputer/propolis
8172026-06-17T16:04:21.775Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8182026-06-17T16:04:21.979Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8192026-06-17T16:04:22.478ZFrom https://github.com/oxidecomputer/transceiver-control
8202026-06-17T16:04:22.478Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8212026-06-17T16:04:22.676Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222026-06-17T16:04:22.953ZFrom https://github.com/oxidecomputer/dlpi-sys
8232026-06-17T16:04:22.953Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8242026-06-17T16:04:22.959Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252026-06-17T16:04:23.278ZFrom https://github.com/jmesmon/rust-libzfs
8262026-06-17T16:04:23.278Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8272026-06-17T16:04:23.282Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282026-06-17T16:04:23.548ZFrom https://github.com/oxidecomputer/rusty-doors
8292026-06-17T16:04:23.548Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8302026-06-17T16:04:23.554Z Updating git repository `https://github.com/oxidecomputer/lldp`
8312026-06-17T16:04:23.915ZFrom https://github.com/oxidecomputer/lldp
8322026-06-17T16:04:23.915Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8332026-06-17T16:04:24.122Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8342026-06-17T16:04:24.398ZFrom https://github.com/oxidecomputer/slog-error-chain
8352026-06-17T16:04:24.398Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8362026-06-17T16:04:24.407Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8372026-06-17T16:04:24.781ZFrom https://github.com/oxidecomputer/tufaceous
8382026-06-17T16:04:24.781Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8392026-06-17T16:04:24.917Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-06-17T16:04:25.566ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-06-17T16:04:25.566Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8422026-06-17T16:04:25.669Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-06-17T16:04:26.482ZFrom https://github.com/oxidecomputer/crucible
8442026-06-17T16:04:26.482Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8452026-06-17T16:04:26.665Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-06-17T16:04:26.943ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-06-17T16:04:26.943Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-06-17T16:04:27.073Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-06-17T16:04:27.500ZFrom https://github.com/oxidecomputer/propolis
8502026-06-17T16:04:27.500Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8512026-06-17T16:04:27.552Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-06-17T16:04:28.054ZFrom https://github.com/oxidecomputer/crucible
8532026-06-17T16:04:28.054Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8542026-06-17T16:04:28.208Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-06-17T16:04:28.567ZFrom https://github.com/oxidecomputer/tofino
8562026-06-17T16:04:28.568Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8572026-06-17T16:04:28.578Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-06-17T16:04:29.383ZFrom https://github.com/oxidecomputer/maghemite
8592026-06-17T16:04:29.383Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8602026-06-17T16:04:29.604Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-06-17T16:04:29.876ZFrom https://github.com/oxidecomputer/clickward
8622026-06-17T16:04:29.876Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-06-17T16:04:30.018Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-06-17T16:04:30.266ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-06-17T16:04:30.266Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-06-17T16:04:31.128Z Downloading crates ...
8672026-06-17T16:04:31.223Z Downloaded aead v0.5.2
8682026-06-17T16:04:31.232Z Downloaded cmake v0.1.58
8692026-06-17T16:04:31.237Z Downloaded cancel-safe-futures v0.1.5
8702026-06-17T16:04:31.240Z Downloaded allocator-api2 v0.2.21
8712026-06-17T16:04:31.251Z Downloaded arrayref v0.3.9
8722026-06-17T16:04:31.261Z Downloaded darling v0.21.3
8732026-06-17T16:04:31.261Z Downloaded async-stream v0.3.6
8742026-06-17T16:04:31.261Z Downloaded async-recursion v1.1.1
8752026-06-17T16:04:31.261Z Downloaded arrayvec v0.7.6
8762026-06-17T16:04:31.266Z Downloaded anyhow v1.0.102
8772026-06-17T16:04:31.266Z Downloaded blake2 v0.10.6
8782026-06-17T16:04:31.269Z Downloaded cookie v0.18.1
8792026-06-17T16:04:31.274Z Downloaded elliptic-curve v0.13.8
8802026-06-17T16:04:31.277Z Downloaded console v0.16.3
8812026-06-17T16:04:31.280Z Downloaded crc8 v0.1.1
8822026-06-17T16:04:31.283Z Downloaded cobs v0.3.0
8832026-06-17T16:04:31.283Z Downloaded bs58 v0.5.1
8842026-06-17T16:04:31.291Z Downloaded konst_macro_rules v0.2.19
8852026-06-17T16:04:31.291Z Downloaded dtrace-parser v0.3.0
8862026-06-17T16:04:31.294Z Downloaded cstr-argument v0.1.2
8872026-06-17T16:04:31.294Z Downloaded backoff v0.4.0
8882026-06-17T16:04:31.294Z Downloaded indexmap v1.9.3
8892026-06-17T16:04:31.298Z Downloaded inout v0.1.4
8902026-06-17T16:04:31.298Z Downloaded deranged v0.5.8
8912026-06-17T16:04:31.302Z Downloaded cpufeatures v0.3.0
8922026-06-17T16:04:31.302Z Downloaded ingot v0.1.1
8932026-06-17T16:04:31.306Z Downloaded base16ct v0.2.0
8942026-06-17T16:04:31.306Z Downloaded internet-checksum v0.2.1
8952026-06-17T16:04:31.306Z Downloaded managed v0.8.0
8962026-06-17T16:04:31.309Z Downloaded defmt v0.3.100
8972026-06-17T16:04:31.309Z Downloaded icu_provider v2.2.0
8982026-06-17T16:04:31.313Z Downloaded instant v0.1.13
8992026-06-17T16:04:31.313Z Downloaded foldhash v0.2.0
9002026-06-17T16:04:31.316Z Downloaded embedded-io v0.4.0
9012026-06-17T16:04:31.316Z Downloaded crunchy v0.2.4
9022026-06-17T16:04:31.321Z Downloaded convert_case v0.4.0
9032026-06-17T16:04:31.321Z Downloaded bit-set v0.8.0
9042026-06-17T16:04:31.324Z Downloaded defmt-parser v1.0.0
9052026-06-17T16:04:31.324Z Downloaded fxhash v0.2.1
9062026-06-17T16:04:31.324Z Downloaded compression-core v0.4.32
9072026-06-17T16:04:31.324Z Downloaded foreign-types-macros v0.2.3
9082026-06-17T16:04:31.331Z Downloaded linked-hash-map v0.5.6
9092026-06-17T16:04:31.332Z Downloaded const-random-macro v0.1.16
9102026-06-17T16:04:31.332Z Downloaded ciborium-ll v0.2.2
9112026-06-17T16:04:31.336Z Downloaded foreign-types-shared v0.3.1
9122026-06-17T16:04:31.336Z Downloaded bitflags v1.3.2
9132026-06-17T16:04:31.336Z Downloaded match_cfg v0.1.0
9142026-06-17T16:04:31.336Z Downloaded keccak v0.1.6
9152026-06-17T16:04:31.343Z Downloaded heck v0.4.1
9162026-06-17T16:04:31.343Z Downloaded arc-swap v1.9.1
9172026-06-17T16:04:31.351Z Downloaded ident_case v1.0.1
9182026-06-17T16:04:31.352Z Downloaded dyn-clone v1.0.20
9192026-06-17T16:04:31.352Z Downloaded lru-cache v0.1.2
9202026-06-17T16:04:31.352Z Downloaded litemap v0.8.2
9212026-06-17T16:04:31.352Z Downloaded linear-map v1.2.0
9222026-06-17T16:04:31.352Z Downloaded dunce v1.0.5
9232026-06-17T16:04:31.352Z Downloaded dof v0.4.0
9242026-06-17T16:04:31.357Z Downloaded num-iter v0.1.45
9252026-06-17T16:04:31.357Z Downloaded newline-converter v0.3.0
9262026-06-17T16:04:31.357Z Downloaded foreign-types v0.5.0
9272026-06-17T16:04:31.357Z Downloaded dropshot-api-manager-types v0.7.2
9282026-06-17T16:04:31.361Z Downloaded crypto-common v0.2.2
9292026-06-17T16:04:31.361Z Downloaded dtrace-parser v0.2.0
9302026-06-17T16:04:31.362Z Downloaded dof v0.3.0
9312026-06-17T16:04:31.362Z Downloaded block-buffer v0.12.0
9322026-06-17T16:04:31.366Z Downloaded darling_macro v0.23.0
9332026-06-17T16:04:31.366Z Downloaded const-random v0.1.18
9342026-06-17T16:04:31.366Z Downloaded libsw-core v0.3.2
9352026-06-17T16:04:31.374Z Downloaded hubpack v0.1.2
9362026-06-17T16:04:31.374Z Downloaded num_enum_derive v0.5.11
9372026-06-17T16:04:31.374Z Downloaded gethostname v0.5.0
9382026-06-17T16:04:31.380Z Downloaded embedded-io v0.6.1
9392026-06-17T16:04:31.380Z Downloaded is-terminal v0.4.17
9402026-06-17T16:04:31.380Z Downloaded erased-serde v0.3.31
9412026-06-17T16:04:31.380Z Downloaded olpc-cjson v0.1.4
9422026-06-17T16:04:31.380Z Downloaded num_threads v0.1.7
9432026-06-17T16:04:31.384Z Downloaded fs-err v3.3.0
9442026-06-17T16:04:31.384Z Downloaded crossbeam-deque v0.8.6
9452026-06-17T16:04:31.384Z Downloaded compression-codecs v0.4.38
9462026-06-17T16:04:31.384Z Downloaded macaddr v1.0.1
9472026-06-17T16:04:31.387Z Downloaded libsw v3.5.0
9482026-06-17T16:04:31.387Z Downloaded cipher v0.4.4
9492026-06-17T16:04:31.392Z Downloaded ipnetwork v0.21.1
9502026-06-17T16:04:31.392Z Downloaded hash32 v0.3.1
9512026-06-17T16:04:31.392Z Downloaded chacha20poly1305 v0.10.1
9522026-06-17T16:04:31.395Z Downloaded ingot-types v0.1.2
9532026-06-17T16:04:31.395Z Downloaded fixedbitset v0.4.2
9542026-06-17T16:04:31.398Z Downloaded bytecount v0.6.9
9552026-06-17T16:04:31.398Z Downloaded num-derive v0.4.2
9562026-06-17T16:04:31.403Z Downloaded parse-display v0.10.0
9572026-06-17T16:04:31.403Z Downloaded opaque-debug v0.3.1
9582026-06-17T16:04:31.403Z Downloaded num v0.4.3
9592026-06-17T16:04:31.408Z Downloaded hubpack_derive v0.1.1
9602026-06-17T16:04:31.408Z Downloaded httpdate v1.0.3
9612026-06-17T16:04:31.408Z Downloaded natord v1.0.9
9622026-06-17T16:04:31.408Z Downloaded no-std-compat v0.4.1
9632026-06-17T16:04:31.415Z Downloaded plain v0.2.3
9642026-06-17T16:04:31.415Z Downloaded git-stub v1.0.0
9652026-06-17T16:04:31.415Z Downloaded powerfmt v0.2.0
9662026-06-17T16:04:31.415Z Downloaded phf_shared v0.12.1
9672026-06-17T16:04:31.419Z Downloaded newtype-uuid-macros v0.1.0
9682026-06-17T16:04:31.419Z Downloaded mime v0.3.17
9692026-06-17T16:04:31.420Z Downloaded memoffset v0.9.1
9702026-06-17T16:04:31.420Z Downloaded chacha20 v0.9.1
9712026-06-17T16:04:31.420Z Downloaded bcs v0.1.6
9722026-06-17T16:04:31.427Z Downloaded byteorder v1.5.0
9732026-06-17T16:04:31.428Z Downloaded memmap v0.7.0
9742026-06-17T16:04:31.428Z Downloaded libscf-sys v1.2.0
9752026-06-17T16:04:31.433Z Downloaded hostname v0.4.2
9762026-06-17T16:04:31.433Z Downloaded digest v0.11.3
9772026-06-17T16:04:31.433Z Downloaded daft v0.1.7
9782026-06-17T16:04:31.433Z Downloaded omicron-workspace-hack v0.1.0
9792026-06-17T16:04:31.433Z Downloaded daft-derive v0.1.7
9802026-06-17T16:04:31.437Z Downloaded num-conv v0.2.2
9812026-06-17T16:04:31.437Z Downloaded displaydoc v0.2.6
9822026-06-17T16:04:31.437Z Downloaded num_enum v0.5.11
9832026-06-17T16:04:31.449Z Downloaded num-rational v0.4.2
9842026-06-17T16:04:31.449Z Downloaded pretty-hex v0.4.2
9852026-06-17T16:04:31.453Z Downloaded num-integer v0.1.46
9862026-06-17T16:04:31.453Z Downloaded progenitor-client v0.10.0
9872026-06-17T16:04:31.453Z Downloaded potential_utf v0.1.5
9882026-06-17T16:04:31.454Z Downloaded num_enum_derive v0.7.6
9892026-06-17T16:04:31.454Z Downloaded ciborium v0.2.2
9902026-06-17T16:04:31.454Z Downloaded chacha20 v0.10.0
9912026-06-17T16:04:31.454Z Downloaded async-trait v0.1.89
9922026-06-17T16:04:31.463Z Downloaded colored v3.1.1
9932026-06-17T16:04:31.464Z Downloaded fs_extra v1.3.0
9942026-06-17T16:04:31.464Z Downloaded enum-as-inner v0.6.1
9952026-06-17T16:04:31.468Z Downloaded cargo_toml v0.22.3
9962026-06-17T16:04:31.468Z Downloaded base64 v0.21.7
9972026-06-17T16:04:31.468Z Downloaded async-compression v0.4.42
9982026-06-17T16:04:31.468Z Downloaded pem v3.0.6
9992026-06-17T16:04:31.513Z Downloaded ref-cast-impl v1.0.25
10002026-06-17T16:04:31.513Z Downloaded rand_xorshift v0.4.0
10012026-06-17T16:04:31.514Z Downloaded rand_chacha v0.3.1
10022026-06-17T16:04:31.514Z Downloaded paste v1.0.15
10032026-06-17T16:04:31.514Z Downloaded parse-display-derive v0.10.0
10042026-06-17T16:04:31.514Z Downloaded oxide-tokio-rt v0.1.6
10052026-06-17T16:04:31.514Z Downloaded ingot-macros v0.1.1
10062026-06-17T16:04:31.514Z Downloaded derive-ex v0.1.8
10072026-06-17T16:04:31.514Z Downloaded constant_time_eq v0.4.2
10082026-06-17T16:04:31.514Z Downloaded rustc_version v0.1.7
10092026-06-17T16:04:31.514Z Downloaded highway v1.3.0
10102026-06-17T16:04:31.514Z Downloaded icu_locale_core v2.2.0
10112026-06-17T16:04:31.514Z Downloaded proc-macro-error-attr2 v2.0.0
10122026-06-17T16:04:31.518Z Downloaded poly1305 v0.8.0
10132026-06-17T16:04:31.518Z Downloaded defmt v1.1.0
10142026-06-17T16:04:31.518Z Downloaded progenitor-client v0.14.0
10152026-06-17T16:04:31.518Z Downloaded proc-macro-error-attr v1.0.4
10162026-06-17T16:04:31.518Z Downloaded crossbeam-epoch v0.9.18
10172026-06-17T16:04:31.518Z Downloaded group v0.13.0
10182026-06-17T16:04:31.518Z Downloaded quick-error v1.2.3
10192026-06-17T16:04:31.518Z Downloaded progenitor-macro v0.14.0
10202026-06-17T16:04:31.518Z Downloaded progenitor-macro v0.10.0
10212026-06-17T16:04:31.518Z Downloaded byte-wrapper v0.1.0
10222026-06-17T16:04:31.518Z Downloaded progenitor-macro v0.13.0
10232026-06-17T16:04:31.518Z Downloaded num_enum v0.7.6
10242026-06-17T16:04:31.518Z Downloaded dropshot_endpoint v0.17.1
10252026-06-17T16:04:31.518Z Downloaded progenitor v0.10.0
10262026-06-17T16:04:31.518Z Downloaded multer v3.1.0
10272026-06-17T16:04:31.519Z Downloaded glob v0.3.3
10282026-06-17T16:04:31.519Z Downloaded ff v0.13.1
10292026-06-17T16:04:31.519Z Downloaded progenitor v0.13.0
10302026-06-17T16:04:31.525Z Downloaded serde_plain v1.0.2
10312026-06-17T16:04:31.525Z Downloaded progenitor-client v0.13.0
10322026-06-17T16:04:31.525Z Downloaded sha1 v0.10.6
10332026-06-17T16:04:31.525Z Downloaded serial_test v3.5.0
10342026-06-17T16:04:31.525Z Downloaded newtype_derive v0.1.6
10352026-06-17T16:04:31.528Z Downloaded num-complex v0.4.6
10362026-06-17T16:04:31.529Z Downloaded slog-bunyan v2.5.0
10372026-06-17T16:04:31.529Z Downloaded darling v0.23.0
10382026-06-17T16:04:31.535Z Downloaded password-hash v0.5.0
10392026-06-17T16:04:31.535Z Downloaded pest_derive v2.8.6
10402026-06-17T16:04:31.537Z Downloaded rand_core v0.10.1
10412026-06-17T16:04:31.537Z Downloaded ref-cast v1.0.25
10422026-06-17T16:04:31.537Z Downloaded parking_lot_core v0.8.6
10432026-06-17T16:04:31.537Z Downloaded omicron-zone-package v0.12.2
10442026-06-17T16:04:31.540Z Downloaded diff v0.1.13
10452026-06-17T16:04:31.543Z Downloaded slog-envlogger v2.2.0
10462026-06-17T16:04:31.543Z Downloaded scroll_derive v0.12.1
10472026-06-17T16:04:31.543Z Downloaded same-file v1.0.6
10482026-06-17T16:04:31.547Z Downloaded rusty-fork v0.3.1
10492026-06-17T16:04:31.547Z Downloaded rustversion v1.0.22
10502026-06-17T16:04:31.551Z Downloaded spin v0.5.2
10512026-06-17T16:04:31.551Z Downloaded serde_repr v0.1.20
10522026-06-17T16:04:31.551Z Downloaded smawk v0.3.2
10532026-06-17T16:04:31.554Z Downloaded semver v0.1.20
10542026-06-17T16:04:31.554Z Downloaded rustls-native-certs v0.8.4
10552026-06-17T16:04:31.554Z Downloaded stable_deref_trait v1.2.1
10562026-06-17T16:04:31.554Z Downloaded bitflags v2.12.1
10572026-06-17T16:04:31.557Z Downloaded derive_more v0.99.20
10582026-06-17T16:04:31.562Z Downloaded crossbeam-utils v0.8.21
10592026-06-17T16:04:31.565Z Downloaded rustls-pemfile v2.2.0
10602026-06-17T16:04:31.569Z Downloaded phf v0.12.1
10612026-06-17T16:04:31.569Z Downloaded memmap2 v0.9.10
10622026-06-17T16:04:31.572Z Downloaded strum v0.26.3
10632026-06-17T16:04:31.572Z Downloaded structmeta-derive v0.3.0
10642026-06-17T16:04:31.572Z Downloaded hmac v0.12.1
10652026-06-17T16:04:31.576Z Downloaded proc-macro-crate v3.5.0
10662026-06-17T16:04:31.576Z Downloaded git-stub-vcs v0.1.0
10672026-06-17T16:04:31.576Z Downloaded drift v0.2.0
10682026-06-17T16:04:31.583Z Downloaded serial_test_derive v3.5.0
10692026-06-17T16:04:31.586Z Downloaded secrecy v0.10.3
10702026-06-17T16:04:31.586Z Downloaded slog-async v2.8.0
10712026-06-17T16:04:31.586Z Downloaded tabled_derive v0.11.0
10722026-06-17T16:04:31.586Z Downloaded siphasher v1.0.3
10732026-06-17T16:04:31.590Z Downloaded serde-big-array v0.5.1
10742026-06-17T16:04:31.590Z Downloaded scroll_derive v0.13.1
10752026-06-17T16:04:31.590Z Downloaded sigpipe v0.1.3
10762026-06-17T16:04:31.590Z Downloaded termtree v0.5.1
10772026-06-17T16:04:31.590Z Downloaded tagptr v0.2.0
10782026-06-17T16:04:31.595Z Downloaded tabwriter v1.4.1
10792026-06-17T16:04:31.595Z Downloaded time-core v0.1.8
10802026-06-17T16:04:31.595Z Downloaded thread-id v5.1.0
10812026-06-17T16:04:31.595Z Downloaded sha1 v0.11.0
10822026-06-17T16:04:31.599Z Downloaded serde_derive_internals v0.29.1
10832026-06-17T16:04:31.599Z Downloaded progenitor-extras v0.2.0
10842026-06-17T16:04:31.599Z Downloaded progenitor v0.14.0
10852026-06-17T16:04:31.602Z Downloaded slog-dtrace v0.3.0
10862026-06-17T16:04:31.602Z Downloaded proc-macro-error2 v2.0.1
10872026-06-17T16:04:31.602Z Downloaded proc-macro-crate v1.3.1
10882026-06-17T16:04:31.602Z Downloaded scroll v0.13.0
10892026-06-17T16:04:31.605Z Downloaded scroll v0.12.0
10902026-06-17T16:04:31.605Z Downloaded proc-macro-error v1.0.4
10912026-06-17T16:04:31.609Z Downloaded strum v0.27.2
10922026-06-17T16:04:31.609Z Downloaded smf v0.2.3
10932026-06-17T16:04:31.609Z Downloaded slog-term v2.9.2
10942026-06-17T16:04:31.614Z Downloaded slog-stdlog v4.1.1
10952026-06-17T16:04:31.614Z Downloaded slog-scope v4.4.1
10962026-06-17T16:04:31.614Z Downloaded rhai_codegen v3.2.0
10972026-06-17T16:04:31.618Z Downloaded topological-sort v0.2.2
10982026-06-17T16:04:31.618Z Downloaded darling_core v0.21.3
10992026-06-17T16:04:31.621Z Downloaded testing_table v0.3.0
11002026-06-17T16:04:31.625Z Downloaded tabled_derive v0.7.0
11012026-06-17T16:04:31.625Z Downloaded icu_normalizer v2.2.0
11022026-06-17T16:04:31.625Z Downloaded strum_macros v0.27.2
11032026-06-17T16:04:31.628Z Downloaded const-oid v0.10.2
11042026-06-17T16:04:31.629Z Downloaded strum_macros v0.26.4
11052026-06-17T16:04:31.631Z Downloaded structmeta v0.3.0
11062026-06-17T16:04:31.631Z Downloaded hybrid-array v0.4.12
11072026-06-17T16:04:31.632Z Downloaded typify-macro v0.6.2
11082026-06-17T16:04:31.636Z Downloaded oxnet v0.1.6
11092026-06-17T16:04:31.636Z Downloaded backon v1.6.0
11102026-06-17T16:04:31.640Z Downloaded synstructure v0.13.2
11112026-06-17T16:04:31.640Z Downloaded const_format v0.2.36
11122026-06-17T16:04:31.640Z Downloaded schemars_derive v0.8.22
11132026-06-17T16:04:31.643Z Downloaded typify-macro v0.4.3
11142026-06-17T16:04:31.643Z Downloaded resolv-conf v0.7.6
11152026-06-17T16:04:31.643Z Downloaded unit-prefix v0.5.2
11162026-06-17T16:04:31.643Z Downloaded usdt-attr-macro v0.6.0
11172026-06-17T16:04:31.643Z Downloaded usdt v0.5.0
11182026-06-17T16:04:31.648Z Downloaded usdt-attr-macro v0.5.0
11192026-06-17T16:04:31.648Z Downloaded usdt v0.6.0
11202026-06-17T16:04:31.649Z Downloaded unarray v0.1.4
11212026-06-17T16:04:31.649Z Downloaded thread-id v4.2.2
11222026-06-17T16:04:31.649Z Downloaded pest_generator v2.8.6
11232026-06-17T16:04:31.649Z Downloaded const_format_proc_macros v0.2.34
11242026-06-17T16:04:31.652Z Downloaded take_mut v0.2.2
11252026-06-17T16:04:31.652Z Downloaded critical-section v1.2.0
11262026-06-17T16:04:31.652Z Downloaded csv-core v0.1.13
11272026-06-17T16:04:31.655Z Downloaded bit-vec v0.8.0
11282026-06-17T16:04:31.655Z Downloaded hostname v0.3.1
11292026-06-17T16:04:31.655Z Downloaded base16ct v1.0.0
11302026-06-17T16:04:31.656Z Downloaded usdt-macro v0.5.0
11312026-06-17T16:04:31.660Z Downloaded defmt-macros v1.1.0
11322026-06-17T16:04:31.660Z Downloaded utf-8 v0.7.6
11332026-06-17T16:04:31.660Z Downloaded waitgroup v0.1.2
11342026-06-17T16:04:31.663Z Downloaded usdt-macro v0.6.0
11352026-06-17T16:04:31.663Z Downloaded serde_tokenstream v0.2.3
11362026-06-17T16:04:31.663Z Downloaded data-encoding v2.11.0
11372026-06-17T16:04:31.663Z Downloaded idna_adapter v1.2.2
11382026-06-17T16:04:31.663Z Downloaded float-ord v0.3.2
11392026-06-17T16:04:31.663Z Downloaded openssl-sys v0.9.116
11402026-06-17T16:04:31.667Z Downloaded darling_macro v0.21.3
11412026-06-17T16:04:31.670Z Downloaded crucible-workspace-hack v0.1.0
11422026-06-17T16:04:31.670Z Downloaded ciborium-io v0.2.2
11432026-06-17T16:04:31.670Z Downloaded half v2.7.1
11442026-06-17T16:04:31.670Z Downloaded argon2 v0.5.3
11452026-06-17T16:04:31.675Z Downloaded async-stream-impl v0.3.6
11462026-06-17T16:04:31.679Z Downloaded postcard v1.1.3
11472026-06-17T16:04:31.679Z Downloaded tokio-dtrace v0.1.1
11482026-06-17T16:04:31.685Z Downloaded spin v0.9.8
11492026-06-17T16:04:31.689Z Downloaded icu_properties v2.2.0
11502026-06-17T16:04:31.689Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11512026-06-17T16:04:31.689Z Downloaded crypto-bigint v0.5.5
11522026-06-17T16:04:31.692Z Downloaded darling_core v0.23.0
11532026-06-17T16:04:31.706Z Downloaded crossbeam-channel v0.5.15
11542026-06-17T16:04:31.710Z Downloaded cc v1.2.63
11552026-06-17T16:04:31.710Z Downloaded untrusted v0.7.1
11562026-06-17T16:04:31.710Z Downloaded yoke-derive v0.8.2
11572026-06-17T16:04:31.710Z Downloaded zerofrom v0.1.8
11582026-06-17T16:04:31.710Z Downloaded pretty_assertions v1.4.1
11592026-06-17T16:04:31.710Z Downloaded snafu-derive v0.8.9
11602026-06-17T16:04:31.710Z Downloaded slog-json v2.6.1
11612026-06-17T16:04:31.713Z Downloaded zone v0.3.1
11622026-06-17T16:04:31.717Z Downloaded slog v2.8.2
11632026-06-17T16:04:31.724Z Downloaded universal-hash v0.5.1
11642026-06-17T16:04:31.724Z Downloaded progenitor-impl v0.14.0
11652026-06-17T16:04:31.724Z Downloaded wait-timeout v0.2.1
11662026-06-17T16:04:31.731Z Downloaded term v1.2.1
11672026-06-17T16:04:31.731Z Downloaded vsss-rs v3.3.4
11682026-06-17T16:04:31.731Z Downloaded thin-vec v0.2.18
11692026-06-17T16:04:31.731Z Downloaded walkdir v2.5.0
11702026-06-17T16:04:31.731Z Downloaded pest_meta v2.8.6
11712026-06-17T16:04:31.734Z Downloaded smartstring v1.0.1
11722026-06-17T16:04:31.739Z Downloaded smallvec v1.15.1
11732026-06-17T16:04:31.743Z Downloaded writeable v0.6.3
11742026-06-17T16:04:31.743Z Downloaded xz2 v0.1.7
11752026-06-17T16:04:31.747Z Downloaded parking_lot v0.11.2
11762026-06-17T16:04:31.750Z Downloaded papergrid v0.18.0
11772026-06-17T16:04:31.754Z Downloaded prettyplease v0.2.37
11782026-06-17T16:04:31.757Z Downloaded zeroize_derive v1.4.3
11792026-06-17T16:04:31.757Z Downloaded schemars v0.8.22
11802026-06-17T16:04:31.763Z Downloaded zone_cfg_derive v0.3.1
11812026-06-17T16:04:31.767Z Downloaded tiny-keccak v2.0.2
11822026-06-17T16:04:31.767Z Downloaded zerovec-derive v0.11.3
11832026-06-17T16:04:31.767Z Downloaded zerofrom-derive v0.1.7
11842026-06-17T16:04:31.770Z Downloaded time-macros v0.2.27
11852026-06-17T16:04:31.770Z Downloaded thiserror-no-std v2.0.2
11862026-06-17T16:04:31.773Z Downloaded usdt-impl v0.5.0
11872026-06-17T16:04:31.773Z Downloaded test-strategy v0.4.5
11882026-06-17T16:04:31.778Z Downloaded heapless v0.8.0
11892026-06-17T16:04:31.778Z Downloaded rand v0.8.6
11902026-06-17T16:04:31.781Z Downloaded icu_normalizer_data v2.2.0
11912026-06-17T16:04:31.781Z Downloaded thiserror-impl-no-std v2.0.2
11922026-06-17T16:04:31.781Z Downloaded indicatif v0.18.4
11932026-06-17T16:04:31.784Z Downloaded snafu v0.8.9
11942026-06-17T16:04:31.787Z Downloaded yoke v0.8.3
11952026-06-17T16:04:31.791Z Downloaded tungstenite v0.21.0
11962026-06-17T16:04:31.806Z Downloaded tokio-tungstenite v0.21.0
11972026-06-17T16:04:31.807Z Downloaded tinystr v0.8.3
11982026-06-17T16:04:31.809Z Downloaded serde_with_macros v3.20.0
11992026-06-17T16:04:31.809Z Downloaded progenitor-impl v0.13.0
12002026-06-17T16:04:31.809Z Downloaded progenitor-impl v0.10.0
12012026-06-17T16:04:31.810Z Downloaded uuid v1.23.2
12022026-06-17T16:04:31.816Z Downloaded usdt-impl v0.6.0
12032026-06-17T16:04:31.819Z Downloaded whoami v1.6.1
12042026-06-17T16:04:31.823Z Downloaded steno v0.4.1
12052026-06-17T16:04:31.834Z Downloaded unsafe-libyaml v0.2.11
12062026-06-17T16:04:31.845Z Downloaded toml_edit v0.25.12+spec-1.1.0
12072026-06-17T16:04:31.855Z Downloaded papergrid v0.11.0
12082026-06-17T16:04:31.860Z Downloaded zeroize v1.8.2
12092026-06-17T16:04:31.860Z Downloaded rustls-platform-verifier v0.7.0
12102026-06-17T16:04:31.865Z Downloaded icu_collections v2.2.0
12112026-06-17T16:04:31.877Z Downloaded rand v0.10.1
12122026-06-17T16:04:31.881Z Downloaded zerocopy-derive v0.8.50
12132026-06-17T16:04:31.887Z Downloaded similar v2.7.0
12142026-06-17T16:04:31.890Z Downloaded zerotrie v0.2.4
12152026-06-17T16:04:31.894Z Downloaded serde_yaml v0.9.34+deprecated
12162026-06-17T16:04:31.894Z Downloaded yansi v1.0.1
12172026-06-17T16:04:31.898Z Downloaded dropshot-api-manager v0.7.2
12182026-06-17T16:04:31.904Z Downloaded ucd-trie v0.1.7
12192026-06-17T16:04:31.907Z Downloaded zerocopy-derive v0.7.35
12202026-06-17T16:04:31.907Z Downloaded konst v0.2.20
12212026-06-17T16:04:31.914Z Downloaded jiff-static v0.2.28
12222026-06-17T16:04:31.926Z Downloaded memchr v2.8.1
12232026-06-17T16:04:31.932Z Downloaded expectorate v1.2.0
12242026-06-17T16:04:31.935Z Downloaded typed-path v0.9.3
12252026-06-17T16:04:31.935Z Downloaded toml v0.9.12+spec-1.1.0
12262026-06-17T16:04:31.938Z Downloaded toml v0.7.8
12272026-06-17T16:04:31.938Z Downloaded hickory-resolver v0.24.4
12282026-06-17T16:04:31.941Z Downloaded typify v0.4.3
12292026-06-17T16:04:31.944Z Downloaded aws-lc-rs v1.17.0
12302026-06-17T16:04:31.947Z Downloaded typify v0.6.2
12312026-06-17T16:04:31.951Z Downloaded rayon-core v1.13.0
12322026-06-17T16:04:31.953Z Downloaded qorb v0.4.1
12332026-06-17T16:04:31.953Z Downloaded itertools v0.12.1
12342026-06-17T16:04:31.958Z Downloaded tough v0.22.0
12352026-06-17T16:04:31.961Z Downloaded regex v1.12.3
12362026-06-17T16:04:31.964Z Downloaded minimal-lexical v0.2.1
12372026-06-17T16:04:31.967Z Downloaded zerovec v0.11.6
12382026-06-17T16:04:31.971Z Downloaded hickory-resolver v0.25.2
12392026-06-17T16:04:31.974Z Downloaded rayon v1.12.0
12402026-06-17T16:04:31.977Z Downloaded nom v7.1.3
12412026-06-17T16:04:31.980Z Downloaded http v1.4.1
12422026-06-17T16:04:31.983Z Downloaded schemars v1.2.1
12432026-06-17T16:04:31.989Z Downloaded schemars v0.9.0
12442026-06-17T16:04:31.995Z Downloaded winnow v0.5.40
12452026-06-17T16:04:31.999Z Downloaded hashbrown v0.12.3
12462026-06-17T16:04:32.002Z Downloaded blake3 v1.8.5
12472026-06-17T16:04:32.006Z Downloaded zerocopy v0.7.35
12482026-06-17T16:04:32.046Z Downloaded pest v2.8.6
12492026-06-17T16:04:32.049Z Downloaded toml_edit v0.19.15
12502026-06-17T16:04:32.057Z Downloaded libm v0.2.16
12512026-06-17T16:04:32.064Z Downloaded tabled v0.15.0
12522026-06-17T16:04:32.074Z Downloaded time v0.3.47
12532026-06-17T16:04:32.080Z Downloaded nom v8.0.0
12542026-06-17T16:04:32.084Z Downloaded syn v1.0.109
12552026-06-17T16:04:32.119Z Downloaded icu_properties_data v2.2.0
12562026-06-17T16:04:32.124Z Downloaded hashbrown v0.16.1
12572026-06-17T16:04:32.129Z Downloaded iddqd v0.4.2
12582026-06-17T16:04:32.135Z Downloaded syn v2.0.117
12592026-06-17T16:04:32.141Z Downloaded openssl v0.10.80
12602026-06-17T16:04:32.147Z Downloaded dropshot v0.17.1
12612026-06-17T16:04:32.158Z Downloaded smoltcp v0.11.0
12622026-06-17T16:04:32.165Z Downloaded regress v0.10.5
12632026-06-17T16:04:32.169Z Downloaded h2 v0.4.14
12642026-06-17T16:04:32.173Z Downloaded rhai v1.25.1
12652026-06-17T16:04:32.180Z Downloaded regress v0.11.1
12662026-06-17T16:04:32.183Z Downloaded openapiv3 v2.2.0
12672026-06-17T16:04:32.189Z Downloaded regex-syntax v0.8.10
12682026-06-17T16:04:32.193Z Downloaded hkdf v0.12.4
12692026-06-17T16:04:32.197Z Downloaded reqwest v0.13.4
12702026-06-17T16:04:32.209Z Downloaded goblin v0.8.2
12712026-06-17T16:04:32.213Z Downloaded typify-impl v0.6.2
12722026-06-17T16:04:32.239Z Downloaded serde_with v3.20.0
12732026-06-17T16:04:32.286Z Downloaded proptest v1.11.0
12742026-06-17T16:04:32.291Z Downloaded moka v0.12.15
12752026-06-17T16:04:32.295Z Downloaded chrono-tz v0.10.4
12762026-06-17T16:04:32.304Z Downloaded tabled v0.21.0
12772026-06-17T16:04:32.313Z Downloaded goblin v0.10.7
12782026-06-17T16:04:32.317Z Downloaded csv v1.4.0
12792026-06-17T16:04:32.328Z Downloaded webpki-roots v1.0.7
12802026-06-17T16:04:32.380Z Downloaded zerocopy v0.8.50
12812026-06-17T16:04:32.392Z Downloaded encoding_rs v0.8.35
12822026-06-17T16:04:32.407Z Downloaded nix v0.31.3
12832026-06-17T16:04:32.437Z Downloaded hickory-proto v0.24.4
12842026-06-17T16:04:32.467Z Downloaded hickory-proto v0.25.2
12852026-06-17T16:04:32.522Z Downloaded sled v0.34.7
12862026-06-17T16:04:32.532Z Downloaded typify-impl v0.4.3
12872026-06-17T16:04:32.610Z Downloaded petgraph v0.6.5
12882026-06-17T16:04:32.641Z Downloaded jiff v0.2.28
12892026-06-17T16:04:32.650Z Downloaded lzma-sys v0.1.20
12902026-06-17T16:04:32.666Z Downloaded sha3 v0.10.9
12912026-06-17T16:04:32.984Z Downloaded aws-lc-sys v0.41.0
12922026-06-17T16:04:33.895Z Compiling proc-macro2 v1.0.106
12932026-06-17T16:04:33.895Z Compiling quote v1.0.45
12942026-06-17T16:04:33.895Z Compiling unicode-ident v1.0.24
12952026-06-17T16:04:33.895Z Compiling serde_core v1.0.228
12962026-06-17T16:04:33.895Z Compiling cfg-if v1.0.4
12972026-06-17T16:04:33.895Z Compiling serde v1.0.228
12982026-06-17T16:04:33.895Z Compiling libc v0.2.186
12992026-06-17T16:04:33.898Z Compiling memchr v2.8.1
13002026-06-17T16:04:34.081Z Compiling itoa v1.0.18
13012026-06-17T16:04:34.269Z Compiling smallvec v1.15.1
13022026-06-17T16:04:34.407Z Compiling zmij v1.0.21
13032026-06-17T16:04:34.436Z Compiling autocfg v1.5.1
13042026-06-17T16:04:34.486Z Compiling libm v0.2.16
13052026-06-17T16:04:34.749Z Compiling stable_deref_trait v1.2.1
13062026-06-17T16:04:34.820Z Compiling percent-encoding v2.3.2
13072026-06-17T16:04:34.840Z Compiling litemap v0.8.2
13082026-06-17T16:04:34.946Z Compiling writeable v0.6.3
13092026-06-17T16:04:34.968Z Compiling icu_normalizer_data v2.2.0
13102026-06-17T16:04:35.030Z Compiling utf8_iter v1.0.4
13112026-06-17T16:04:35.030Z Compiling icu_properties_data v2.2.0
13122026-06-17T16:04:35.152Z Compiling iana-time-zone v0.1.65
13132026-06-17T16:04:35.174Z Compiling equivalent v1.0.2
13142026-06-17T16:04:35.209Z Compiling syn v2.0.117
13152026-06-17T16:04:35.318Z Compiling form_urlencoded v1.2.2
13162026-06-17T16:04:35.347Z Compiling serde_json v1.0.150
13172026-06-17T16:04:35.382Z Compiling dyn-clone v1.0.20
13182026-06-17T16:04:35.418Z Compiling pin-project-lite v0.2.17
13192026-06-17T16:04:35.433Z Compiling version_check v0.9.5
13202026-06-17T16:04:35.499Z Compiling parking_lot_core v0.9.12
13212026-06-17T16:04:35.512Z Compiling scopeguard v1.2.0
13222026-06-17T16:04:35.523Z Compiling num-traits v0.2.19
13232026-06-17T16:04:35.611Z Compiling lock_api v0.4.14
13242026-06-17T16:04:35.622Z Compiling thiserror v2.0.18
13252026-06-17T16:04:35.721Z Compiling getrandom v0.4.2
13262026-06-17T16:04:35.792Z Compiling hashbrown v0.17.1
13272026-06-17T16:04:35.842Z Compiling rand_core v0.10.1
13282026-06-17T16:04:35.992Z Compiling errno v0.3.14
13292026-06-17T16:04:36.070Z Compiling log v0.4.32
13302026-06-17T16:04:36.144Z Compiling heck v0.5.0
13312026-06-17T16:04:36.181Z Compiling futures-core v0.3.32
13322026-06-17T16:04:36.206Z Compiling semver v1.0.28
13332026-06-17T16:04:36.331Z Compiling indexmap v2.14.0
13342026-06-17T16:04:36.395Z Compiling zerocopy v0.8.50
13352026-06-17T16:04:36.404Z Compiling uuid v1.23.2
13362026-06-17T16:04:36.546Z Compiling futures-sink v0.3.32
13372026-06-17T16:04:36.546Z Compiling schemars v0.8.22
13382026-06-17T16:04:36.644Z Compiling fnv v1.0.7
13392026-06-17T16:04:36.738Z Compiling slab v0.4.12
13402026-06-17T16:04:36.819Z Compiling jobserver v0.1.34
13412026-06-17T16:04:36.831Z Compiling shlex v2.0.1
13422026-06-17T16:04:36.834Z Compiling rustversion v1.0.22
13432026-06-17T16:04:36.903Z Compiling find-msvc-tools v0.1.9
13442026-06-17T16:04:36.962Z Compiling futures-channel v0.3.32
13452026-06-17T16:04:37.012Z Compiling bitflags v2.12.1
13462026-06-17T16:04:37.130Z Compiling cc v1.2.63
13472026-06-17T16:04:37.130Z Compiling futures-io v0.3.32
13482026-06-17T16:04:37.178Z Compiling futures-task v0.3.32
13492026-06-17T16:04:37.294Z Compiling socket2 v0.6.4
13502026-06-17T16:04:37.356Z Compiling portable-atomic v1.13.1
13512026-06-17T16:04:37.393Z Compiling signal-hook-registry v1.4.8
13522026-06-17T16:04:37.537Z Compiling parking_lot v0.12.5
13532026-06-17T16:04:37.550Z Compiling mio v1.2.1
13542026-06-17T16:04:37.688Z Compiling critical-section v1.2.0
13552026-06-17T16:04:37.737Z Compiling typenum v1.20.1
13562026-06-17T16:04:37.792Z Compiling fs_extra v1.3.0
13572026-06-17T16:04:37.796Z Compiling dunce v1.0.5
13582026-06-17T16:04:37.887Z Compiling cmake v0.1.58
13592026-06-17T16:04:37.936Z Compiling base64 v0.22.1
13602026-06-17T16:04:38.049Z Compiling synstructure v0.13.2
13612026-06-17T16:04:38.052Z Compiling serde_derive_internals v0.29.1
13622026-06-17T16:04:38.227Z Compiling regex-syntax v0.8.10
13632026-06-17T16:04:38.260Z Compiling once_cell v1.21.4
13642026-06-17T16:04:38.353Z Compiling slog v2.8.2
13652026-06-17T16:04:39.368Z Compiling aws-lc-sys v0.41.0
13662026-06-17T16:04:39.371Z Compiling subtle v2.6.1
13672026-06-17T16:04:39.371Z Compiling strsim v0.11.1
13682026-06-17T16:04:39.371Z Compiling byteorder v1.5.0
13692026-06-17T16:04:39.371Z Compiling rustix v1.1.4
13702026-06-17T16:04:39.371Z Compiling atomic-waker v1.1.2
13712026-06-17T16:04:39.371Z Compiling httparse v1.10.1
13722026-06-17T16:04:39.371Z Compiling ipnet v2.12.0
13732026-06-17T16:04:39.371Z Compiling tower-layer v0.3.3
13742026-06-17T16:04:39.371Z Compiling tower-service v0.3.3
13752026-06-17T16:04:39.371Z Compiling getrandom v0.2.17
13762026-06-17T16:04:39.371Z Compiling ucd-trie v0.1.7
13772026-06-17T16:04:39.371Z Compiling getrandom v0.3.4
13782026-06-17T16:04:39.371Z Compiling untrusted v0.9.0
13792026-06-17T16:04:39.371Z Compiling serde_derive v1.0.228
13802026-06-17T16:04:39.371Z Compiling zerofrom-derive v0.1.7
13812026-06-17T16:04:39.371Z Compiling yoke-derive v0.8.2
13822026-06-17T16:04:39.371Z Compiling zerovec-derive v0.11.3
13832026-06-17T16:04:39.521Z Compiling displaydoc v0.2.6
13842026-06-17T16:04:39.542Z Compiling schemars_derive v0.8.22
13852026-06-17T16:04:40.334Z Compiling thiserror-impl v2.0.18
13862026-06-17T16:04:40.462Z Compiling tokio-macros v2.7.0
13872026-06-17T16:04:40.488Z Compiling zerocopy-derive v0.8.50
13882026-06-17T16:04:40.510Z Compiling zerofrom v0.1.8
13892026-06-17T16:04:40.629Z Compiling yoke v0.8.3
13902026-06-17T16:04:40.769Z Compiling zeroize_derive v1.4.3
13912026-06-17T16:04:40.812Z Compiling zerovec v0.11.6
13922026-06-17T16:04:40.934Z Compiling zerotrie v0.2.4
13932026-06-17T16:04:41.208Z Compiling futures-macro v0.3.32
13942026-06-17T16:04:41.225Z Compiling try-lock v0.2.5
13952026-06-17T16:04:41.375Z Compiling tinystr v0.8.3
13962026-06-17T16:04:41.383Z Compiling potential_utf v0.1.5
13972026-06-17T16:04:41.449Z Compiling icu_collections v2.2.0
13982026-06-17T16:04:41.505Z Compiling icu_locale_core v2.2.0
13992026-06-17T16:04:41.532Z Compiling zeroize v1.8.2
14002026-06-17T16:04:41.673Z Compiling thiserror v1.0.69
14012026-06-17T16:04:41.729Z Compiling ryu v1.0.23
14022026-06-17T16:04:41.913Z Compiling want v0.3.1
14032026-06-17T16:04:41.998Z Compiling thiserror-impl v1.0.69
14042026-06-17T16:04:42.037Z Compiling futures-util v0.3.32
14052026-06-17T16:04:42.073Z Compiling pest v2.8.6
14062026-06-17T16:04:42.156Z Compiling rand_core v0.6.4
14072026-06-17T16:04:42.375Z Compiling bytes v1.11.1
14082026-06-17T16:04:42.455Z Compiling icu_provider v2.2.0
14092026-06-17T16:04:42.580Z Compiling chrono v0.4.45
14102026-06-17T16:04:42.777Z Compiling icu_properties v2.2.0
14112026-06-17T16:04:43.006Z Compiling icu_normalizer v2.2.0
14122026-06-17T16:04:43.167Z Compiling http v1.4.1
14132026-06-17T16:04:43.329Z Compiling tokio v1.52.3
14142026-06-17T16:04:43.593Z Compiling serde_tokenstream v0.2.3
14152026-06-17T16:04:43.872Z Compiling idna_adapter v1.2.2
14162026-06-17T16:04:43.938Z Compiling erased-serde v0.3.31
14172026-06-17T16:04:44.082Z Compiling idna v1.1.0
14182026-06-17T16:04:44.094Z Compiling http-body v1.0.1
14192026-06-17T16:04:44.150Z Compiling httpdate v1.0.3
14202026-06-17T16:04:44.346Z Compiling pest_meta v2.8.6
14212026-06-17T16:04:44.377Z Compiling url v2.5.8
14222026-06-17T16:04:44.393Z Compiling pretty-hex v0.4.2
14232026-06-17T16:04:44.526Z Compiling plain v0.2.3
14242026-06-17T16:04:44.636Z Compiling winnow v1.0.3
14252026-06-17T16:04:44.833Z Compiling ppv-lite86 v0.2.21
14262026-06-17T16:04:44.913Z Compiling pest_generator v2.8.6
14272026-06-17T16:04:45.150Z Compiling allocator-api2 v0.2.21
14282026-06-17T16:04:45.256Z Compiling paste v1.0.15
14292026-06-17T16:04:45.474Z Compiling foldhash v0.2.0
14302026-06-17T16:04:45.524Z Compiling tracing-attributes v0.1.31
14312026-06-17T16:04:45.607Z Compiling tracing-core v0.1.36
14322026-06-17T16:04:45.632Z Compiling ipnetwork v0.21.1
14332026-06-17T16:04:45.705Z Compiling pest_derive v2.8.6
14342026-06-17T16:04:45.735Z Compiling hashbrown v0.16.1
14352026-06-17T16:04:46.065Z Compiling oxnet v0.1.6
14362026-06-17T16:04:46.211Z Compiling omicron-workspace-hack v0.1.0
14372026-06-17T16:04:46.276Z Compiling ident_case v1.0.1
14382026-06-17T16:04:46.350Z Compiling http-body-util v0.1.3
14392026-06-17T16:04:46.390Z Compiling serde_urlencoded v0.7.1
14402026-06-17T16:04:46.444Z Compiling aho-corasick v1.1.4
14412026-06-17T16:04:46.532Z Compiling fastrand v2.4.1
14422026-06-17T16:04:46.629Z Compiling sync_wrapper v1.0.2
14432026-06-17T16:04:46.653Z Compiling daft-derive v0.1.7
14442026-06-17T16:04:46.747Z Compiling tracing v0.1.44
14452026-06-17T16:04:46.825Z Compiling scroll_derive v0.13.1
14462026-06-17T16:04:46.980Z Compiling async-trait v0.1.89
14472026-06-17T16:04:47.416Z Compiling regex-automata v0.4.14
14482026-06-17T16:04:47.666Z Compiling tokio-util v0.7.18
14492026-06-17T16:04:47.832Z Compiling aws-lc-rs v1.17.0
14502026-06-17T16:04:47.952Z Compiling time-core v0.1.8
14512026-06-17T16:04:48.003Z Compiling num-conv v0.2.2
14522026-06-17T16:04:48.094Z Compiling powerfmt v0.2.0
14532026-06-17T16:04:48.148Z Compiling anyhow v1.0.102
14542026-06-17T16:04:48.151Z Compiling time-macros v0.2.27
14552026-06-17T16:04:48.303Z Compiling deranged v0.5.8
14562026-06-17T16:04:48.408Z Compiling scroll v0.13.0
14572026-06-17T16:04:48.667Z Compiling rustls-pki-types v1.14.1
14582026-06-17T16:04:48.687Z Compiling hex v0.4.3
14592026-06-17T16:04:48.941Z Compiling num_threads v0.1.7
14602026-06-17T16:04:49.099Z Compiling regex v1.12.3
14612026-06-17T16:04:49.188Z Compiling openssl-probe v0.2.1
14622026-06-17T16:04:49.314Z Compiling goblin v0.10.7
14632026-06-17T16:04:49.376Z Compiling camino v1.2.2
14642026-06-17T16:04:49.594Z Compiling untrusted v0.7.1
14652026-06-17T16:04:49.784Z Compiling crc32fast v1.5.0
14662026-06-17T16:04:49.860Z Compiling rustls v0.23.40
14672026-06-17T16:04:49.901Z Compiling usdt-impl v0.6.0
14682026-06-17T16:04:49.983Z Compiling rand_core v0.9.5
14692026-06-17T16:04:50.083Z Compiling h2 v0.4.14
14702026-06-17T16:04:50.127Z Compiling dtrace-parser v0.3.0
14712026-06-17T16:04:50.166Z Compiling crossbeam-utils v0.8.21
14722026-06-17T16:04:50.387Z Compiling futures-executor v0.3.32
14732026-06-17T16:04:50.479Z Compiling structmeta-derive v0.3.0
14742026-06-17T16:04:50.504Z Compiling thread-id v5.1.0
14752026-06-17T16:04:50.582Z Compiling simd-adler32 v0.3.9
14762026-06-17T16:04:50.669Z Compiling quick-error v1.2.3
14772026-06-17T16:04:50.774Z Compiling cpufeatures v0.3.0
14782026-06-17T16:04:50.785Z Compiling adler2 v2.0.1
14792026-06-17T16:04:50.847Z Compiling futures v0.3.32
14802026-06-17T16:04:50.919Z Compiling miniz_oxide v0.8.9
14812026-06-17T16:04:51.006Z Compiling rand_chacha v0.9.0
14822026-06-17T16:04:51.436Z Compiling darling_core v0.23.0
14832026-06-17T16:04:51.442Z Compiling newtype-uuid-macros v0.1.0
14842026-06-17T16:04:51.550Z Compiling structmeta v0.3.0
14852026-06-17T16:04:51.575Z Compiling hybrid-array v0.4.12
14862026-06-17T16:04:51.900Z Compiling thread_local v1.1.9
14872026-06-17T16:04:52.025Z Compiling match_cfg v0.1.0
14882026-06-17T16:04:52.096Z Compiling hyper v1.10.1
14892026-06-17T16:04:52.173Z Compiling dof v0.4.0
14902026-06-17T16:04:52.255Z Compiling bit-vec v0.8.0
14912026-06-17T16:04:52.357Z Compiling flate2 v1.1.9
14922026-06-17T16:04:52.487Z Compiling bit-set v0.8.0
14932026-06-17T16:04:52.648Z Compiling rand v0.9.4
14942026-06-17T16:04:53.138Z Compiling hyper-util v0.1.20
14952026-06-17T16:04:53.504Z Compiling darling_macro v0.23.0
14962026-06-17T16:04:53.523Z Compiling newtype-uuid v1.3.2
14972026-06-17T16:04:53.827Z Compiling compression-core v0.4.32
14982026-06-17T16:04:53.959Z Compiling unarray v0.1.4
14992026-06-17T16:04:53.993Z Compiling ref-cast v1.0.25
15002026-06-17T16:04:54.077Z Compiling slog-async v2.8.0
15012026-06-17T16:04:54.157Z Compiling darling v0.23.0
15022026-06-17T16:04:54.189Z Compiling compression-codecs v0.4.38
15032026-06-17T16:04:54.236Z Compiling daft v0.1.7
15042026-06-17T16:04:54.330Z Compiling crypto-common v0.2.2
15052026-06-17T16:04:54.352Z Compiling usdt-attr-macro v0.6.0
15062026-06-17T16:04:54.374Z Compiling usdt-macro v0.6.0
15072026-06-17T16:04:54.428Z Compiling block-buffer v0.12.0
15082026-06-17T16:04:54.504Z Compiling strum_macros v0.26.4
15092026-06-17T16:04:54.580Z Compiling ref-cast-impl v1.0.25
15102026-06-17T16:04:54.875Z Compiling serde_spanned v1.1.1
15112026-06-17T16:04:54.894Z Compiling multer v3.1.0
15122026-06-17T16:04:55.027Z Compiling generic-array v0.14.7
15132026-06-17T16:04:55.136Z Compiling debug-ignore v1.0.5
15142026-06-17T16:04:55.211Z Compiling take_mut v0.2.2
15152026-06-17T16:04:55.238Z Compiling toml_writer v1.1.1+spec-1.1.0
15162026-06-17T16:04:55.272Z Compiling term v1.2.1
15172026-06-17T16:04:55.292Z Compiling const-oid v0.10.2
15182026-06-17T16:04:55.449Z Compiling digest v0.11.3
15192026-06-17T16:04:55.551Z Compiling serde_with_macros v3.20.0
15202026-06-17T16:04:55.573Z Compiling tempfile v3.27.0
15212026-06-17T16:04:55.606Z Compiling async-stream-impl v0.3.6
15222026-06-17T16:04:55.609Z Compiling dropshot v0.17.1
15232026-06-17T16:04:55.854Z Compiling encoding_rs v0.8.35
15242026-06-17T16:04:55.962Z Compiling spin v0.9.8
15252026-06-17T16:04:55.985Z Compiling syn v1.0.109
15262026-06-17T16:04:56.073Z Compiling mime v0.3.17
15272026-06-17T16:04:56.177Z Compiling strum v0.26.3
15282026-06-17T16:04:56.253Z Compiling async-stream v0.3.6
15292026-06-17T16:04:56.342Z Compiling sha1 v0.11.0
15302026-06-17T16:04:56.362Z Compiling derive-ex v0.1.8
15312026-06-17T16:04:56.425Z Compiling tower v0.5.3
15322026-06-17T16:04:56.584Z Compiling dropshot_endpoint v0.17.1
15332026-06-17T16:04:56.635Z Compiling macaddr v1.0.1
15342026-06-17T16:04:56.674Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-06-17T16:04:56.852Z Compiling waitgroup v0.1.2
15362026-06-17T16:04:56.897Z Compiling serde_path_to_error v0.1.20
15372026-06-17T16:04:57.159Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15382026-06-17T16:04:57.254Z Compiling tower-http v0.6.11
15392026-06-17T16:04:57.341Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-06-17T16:04:57.503Z Compiling openapiv3 v2.2.0
15412026-06-17T16:04:57.517Z Compiling strum_macros v0.27.2
15422026-06-17T16:04:57.675Z Compiling instant v0.1.13
15432026-06-17T16:04:57.946Z Compiling test-strategy v0.4.5
15442026-06-17T16:04:58.385Z Compiling rustls-native-certs v0.8.4
15452026-06-17T16:04:58.591Z Compiling time v0.3.47
15462026-06-17T16:04:59.053Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15472026-06-17T16:04:59.190Z Compiling crossbeam-channel v0.5.15
15482026-06-17T16:04:59.429Z Compiling strum v0.27.2
15492026-06-17T16:04:59.439Z Compiling wait-timeout v0.2.1
15502026-06-17T16:04:59.661Z Compiling rusty-fork v0.3.1
15512026-06-17T16:04:59.682Z Compiling crypto-common v0.1.7
15522026-06-17T16:04:59.813Z Compiling parse-display-derive v0.10.0
15532026-06-17T16:05:00.023Z Compiling rand_xorshift v0.4.0
15542026-06-17T16:05:00.034Z Compiling backon v1.6.0
15552026-06-17T16:05:00.169Z Compiling rand_chacha v0.3.1
15562026-06-17T16:05:00.626Z Compiling rand v0.8.6
15572026-06-17T16:05:00.647Z Compiling proptest v1.11.0
15582026-06-17T16:05:00.841Z Compiling slog-json v2.6.1
15592026-06-17T16:05:01.047Z Compiling hostname v0.3.1
15602026-06-17T16:05:01.185Z Compiling toml_parser v1.1.2+spec-1.1.0
15612026-06-17T16:05:01.256Z Compiling toml_datetime v1.1.1+spec-1.1.0
15622026-06-17T16:05:01.403Z Compiling memmap2 v0.9.10
15632026-06-17T16:05:01.456Z Compiling is-terminal v0.4.17
15642026-06-17T16:05:01.550Z Compiling either v1.16.0
15652026-06-17T16:05:01.561Z Compiling usdt v0.6.0
15662026-06-17T16:05:01.710Z Compiling toml v1.1.2+spec-1.1.0
15672026-06-17T16:05:01.753Z Compiling slog-term v2.9.2
15682026-06-17T16:05:01.830Z Compiling slog-bunyan v2.5.0
15692026-06-17T16:05:01.874Z Compiling serde_with v3.20.0
15702026-06-17T16:05:01.960Z Compiling async-compression v0.4.42
15712026-06-17T16:05:02.272Z Compiling rustls-pemfile v2.2.0
15722026-06-17T16:05:02.348Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15732026-06-17T16:05:02.383Z Compiling regress v0.10.5
15742026-06-17T16:05:02.469Z Compiling hostname v0.4.2
15752026-06-17T16:05:02.611Z Compiling humantime v2.3.0
15762026-06-17T16:05:03.163Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15772026-06-17T16:05:03.227Z Compiling iddqd v0.4.2
15782026-06-17T16:05:03.596Z Compiling reqwest v0.12.28
15792026-06-17T16:05:03.641Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15802026-06-17T16:05:03.748Z Compiling block-buffer v0.10.4
15812026-06-17T16:05:03.899Z Compiling utf8parse v0.2.2
15822026-06-17T16:05:04.053Z Compiling anstyle-parse v1.0.0
15832026-06-17T16:05:04.111Z Compiling digest v0.10.7
15842026-06-17T16:05:04.241Z Compiling itertools v0.14.0
15852026-06-17T16:05:04.328Z Compiling parse-display v0.10.0
15862026-06-17T16:05:04.498Z Compiling backoff v0.4.0
15872026-06-17T16:05:04.565Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15882026-06-17T16:05:04.671Z Compiling progenitor-client v0.10.0
15892026-06-17T16:05:04.942Z Compiling is_terminal_polyfill v1.70.2
15902026-06-17T16:05:05.033Z Compiling anstyle-query v1.1.5
15912026-06-17T16:05:05.045Z Compiling anstyle v1.0.14
15922026-06-17T16:05:05.143Z Compiling colorchoice v1.0.5
15932026-06-17T16:05:05.259Z Compiling anstream v1.0.0
15942026-06-17T16:05:05.561Z Compiling clap_lex v1.1.0
15952026-06-17T16:05:05.805Z Compiling regress v0.11.1
15962026-06-17T16:05:06.152Z Compiling clap_derive v4.6.1
15972026-06-17T16:05:07.015Z Compiling terminal_size v0.4.4
15982026-06-17T16:05:07.375Z Compiling typify-impl v0.6.2
15992026-06-17T16:05:08.040Z Compiling toml_datetime v0.6.11
16002026-06-17T16:05:08.193Z Compiling zerocopy-derive v0.7.35
16012026-06-17T16:05:08.307Z Compiling convert_case v0.4.0
16022026-06-17T16:05:08.551Z Compiling cpufeatures v0.2.17
16032026-06-17T16:05:08.616Z Compiling derive_more v0.99.20
16042026-06-17T16:05:09.116Z Compiling zerocopy v0.7.35
16052026-06-17T16:05:09.338Z Compiling clap_builder v4.6.0
16062026-06-17T16:05:09.868Z Compiling toml_edit v0.25.12+spec-1.1.0
16072026-06-17T16:05:10.088Z Compiling unicode-width v0.2.2
16082026-06-17T16:05:10.484Z Compiling proc-macro-crate v3.5.0
16092026-06-17T16:05:10.804Z Compiling secrecy v0.10.3
16102026-06-17T16:05:10.903Z Compiling float-ord v0.3.2
16112026-06-17T16:05:10.937Z Compiling clap v4.6.1
16122026-06-17T16:05:10.955Z Compiling tinyvec_macros v0.1.1
16132026-06-17T16:05:11.012Z Compiling crucible-workspace-hack v0.1.0
16142026-06-17T16:05:11.034Z Compiling tinyvec v1.11.0
16152026-06-17T16:05:11.262Z Compiling num_enum_derive v0.7.6
16162026-06-17T16:05:11.662Z Compiling dtrace-parser v0.2.0
16172026-06-17T16:05:11.693Z Compiling scroll_derive v0.12.1
16182026-06-17T16:05:11.693Z Compiling num-integer v0.1.46
16192026-06-17T16:05:12.019Z Compiling rustc_version v0.4.1
16202026-06-17T16:05:12.297Z Compiling usdt-impl v0.5.0
16212026-06-17T16:05:12.377Z Compiling num_enum v0.7.6
16222026-06-17T16:05:12.418Z Compiling scroll v0.12.0
16232026-06-17T16:05:12.490Z Compiling curve25519-dalek v4.1.3
16242026-06-17T16:05:12.755Z Compiling dof v0.3.0
16252026-06-17T16:05:12.796Z Compiling hmac v0.12.1
16262026-06-17T16:05:12.931Z Compiling inout v0.1.4
16272026-06-17T16:05:12.952Z Compiling darling_core v0.21.3
16282026-06-17T16:05:13.073Z Compiling ff v0.13.1
16292026-06-17T16:05:13.095Z Compiling thread-id v4.2.2
16302026-06-17T16:05:13.142Z Compiling cipher v0.4.4
16312026-06-17T16:05:13.173Z Compiling group v0.13.0
16322026-06-17T16:05:13.354Z Compiling hkdf v0.12.4
16332026-06-17T16:05:13.660Z Compiling goblin v0.8.2
16342026-06-17T16:05:13.720Z Compiling num-iter v0.1.45
16352026-06-17T16:05:13.746Z Compiling typify-macro v0.6.2
16362026-06-17T16:05:13.836Z Compiling num-rational v0.4.2
16372026-06-17T16:05:14.034Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-17T16:05:14.055Z Compiling universal-hash v0.5.1
16392026-06-17T16:05:14.065Z Compiling crypto-bigint v0.5.5
16402026-06-17T16:05:14.185Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-06-17T16:05:14.534Z Compiling crossbeam-epoch v0.9.18
16422026-06-17T16:05:14.874Z Compiling half v2.7.1
16432026-06-17T16:05:14.957Z Compiling curve25519-dalek-derive v0.1.1
16442026-06-17T16:05:15.088Z Compiling darling_macro v0.21.3
16452026-06-17T16:05:15.148Z Compiling num-complex v0.4.6
16462026-06-17T16:05:15.444Z Compiling ciborium-io v0.2.2
16472026-06-17T16:05:15.522Z Compiling base16ct v0.2.0
16482026-06-17T16:05:15.533Z Compiling base64ct v1.8.3
16492026-06-17T16:05:15.536Z Compiling opaque-debug v0.3.1
16502026-06-17T16:05:15.601Z Compiling poly1305 v0.8.0
16512026-06-17T16:05:15.678Z Compiling elliptic-curve v0.13.8
16522026-06-17T16:05:15.690Z Compiling darling v0.21.3
16532026-06-17T16:05:15.766Z Compiling password-hash v0.5.0
16542026-06-17T16:05:15.839Z Compiling ciborium-ll v0.2.2
16552026-06-17T16:05:15.864Z Compiling typify v0.6.2
16562026-06-17T16:05:16.020Z Compiling num v0.4.3
16572026-06-17T16:05:16.150Z Compiling thiserror-no-std v2.0.2
16582026-06-17T16:05:16.560Z Compiling chacha20 v0.9.1
16592026-06-17T16:05:16.772Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16602026-06-17T16:05:16.772Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-06-17T16:05:17.178Z Compiling blake2 v0.10.6
16622026-06-17T16:05:17.473Z Compiling aead v0.5.2
16632026-06-17T16:05:17.627Z Compiling byte-wrapper v0.1.0
16642026-06-17T16:05:17.630Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16652026-06-17T16:05:17.709Z Compiling proc-macro-error-attr v1.0.4
16662026-06-17T16:05:17.985Z Compiling prettyplease v0.2.37
16672026-06-17T16:05:18.030Z Compiling rustix v0.38.44
16682026-06-17T16:05:18.079Z Compiling keccak v0.1.6
16692026-06-17T16:05:18.233Z Compiling unsafe-libyaml v0.2.11
16702026-06-17T16:05:18.312Z Compiling heapless v0.8.0
16712026-06-17T16:05:18.487Z Compiling sha3 v0.10.9
16722026-06-17T16:05:18.785Z Compiling serde_yaml v0.9.34+deprecated
16732026-06-17T16:05:19.077Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16742026-06-17T16:05:19.513Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16752026-06-17T16:05:19.962Z Compiling chacha20poly1305 v0.10.1
16762026-06-17T16:05:20.069Z Compiling argon2 v0.5.3
16772026-06-17T16:05:20.104Z Compiling vsss-rs v3.3.4
16782026-06-17T16:05:20.164Z Compiling ciborium v0.2.2
16792026-06-17T16:05:20.301Z Compiling ingot-macros v0.1.1
16802026-06-17T16:05:20.697Z Compiling usdt-macro v0.5.0
16812026-06-17T16:05:20.740Z Compiling usdt-attr-macro v0.5.0
16822026-06-17T16:05:21.965Z Compiling serde_spanned v0.6.9
16832026-06-17T16:05:22.110Z Compiling enum-as-inner v0.6.1
16842026-06-17T16:05:22.671Z Compiling hash32 v0.3.1
16852026-06-17T16:05:22.712Z Compiling proc-macro-error v1.0.4
16862026-06-17T16:05:22.714Z Compiling memmap v0.7.0
16872026-06-17T16:05:22.824Z Compiling memoffset v0.9.1
16882026-06-17T16:05:22.903Z Compiling data-encoding v2.11.0
16892026-06-17T16:05:22.961Z Compiling indent_write v2.2.0
16902026-06-17T16:05:22.971Z Compiling toml_write v0.1.2
16912026-06-17T16:05:23.064Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16922026-06-17T16:05:23.076Z Compiling winnow v0.5.40
16932026-06-17T16:05:23.096Z Compiling winnow v0.7.15
16942026-06-17T16:05:23.166Z Compiling cfg_aliases v0.2.1
16952026-06-17T16:05:23.239Z Compiling smoltcp v0.11.0
16962026-06-17T16:05:23.264Z Compiling rustls-webpki v0.103.13
16972026-06-17T16:05:23.629Z Compiling nix v0.31.3
16982026-06-17T16:05:23.747Z Compiling ingot-types v0.1.2
16992026-06-17T16:05:24.135Z Compiling usdt v0.5.0
17002026-06-17T16:05:24.379Z Compiling toml_edit v0.19.15
17012026-06-17T16:05:24.405Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-17T16:05:24.417Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17032026-06-17T16:05:24.485Z Compiling toml_edit v0.22.27
17042026-06-17T16:05:24.511Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-06-17T16:05:24.767Z Compiling tabwriter v1.4.1
17062026-06-17T16:05:25.108Z Compiling cobs v0.3.0
17072026-06-17T16:05:25.154Z Compiling serde_repr v0.1.20
17082026-06-17T16:05:25.303Z Compiling bitflags v1.3.2
17092026-06-17T16:05:25.380Z Compiling managed v0.8.0
17102026-06-17T16:05:25.603Z Compiling pkg-config v0.3.33
17112026-06-17T16:05:25.606Z Compiling vcpkg v0.2.15
17122026-06-17T16:05:25.767Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17132026-06-17T16:05:26.021Z Compiling toml v0.8.23
17142026-06-17T16:05:26.168Z Compiling openssl-sys v0.9.116
17152026-06-17T16:05:26.378Z Compiling proc-macro-crate v1.3.1
17162026-06-17T16:05:26.713Z Compiling tokio-rustls v0.26.4
17172026-06-17T16:05:26.713Z Compiling rustls-platform-verifier v0.7.0
17182026-06-17T16:05:26.733Z Compiling postcard v1.1.3
17192026-06-17T16:05:26.956Z Compiling hyper-rustls v0.27.9
17202026-06-17T16:05:27.254Z Compiling reqwest v0.13.4
17212026-06-17T16:05:28.407Z Compiling ingot v0.1.1
17222026-06-17T16:05:28.522Z Compiling progenitor-client v0.14.0
17232026-06-17T16:05:28.823Z Compiling progenitor-extras v0.2.0
17242026-06-17T16:05:29.663Z Compiling hubpack_derive v0.1.1
17252026-06-17T16:05:30.045Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17262026-06-17T16:05:30.212Z Compiling foreign-types-macros v0.2.3
17272026-06-17T16:05:30.382Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-06-17T16:05:30.811Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-06-17T16:05:30.887Z Compiling static_assertions v1.1.0
17302026-06-17T16:05:30.966Z Compiling foreign-types-shared v0.3.1
17312026-06-17T16:05:31.059Z Compiling rayon-core v1.13.0
17322026-06-17T16:05:31.070Z Compiling resolv-conf v0.7.6
17332026-06-17T16:05:31.302Z Compiling unicode-segmentation v1.13.3
17342026-06-17T16:05:31.465Z Compiling colored v3.1.1
17352026-06-17T16:05:32.600Z Compiling linked-hash-map v0.5.6
17362026-06-17T16:05:32.603Z Compiling semver v0.1.20
17372026-06-17T16:05:32.604Z Compiling swrite v0.1.0
17382026-06-17T16:05:32.604Z Compiling heck v0.4.1
17392026-06-17T16:05:32.604Z Compiling lru-cache v0.1.2
17402026-06-17T16:05:32.604Z Compiling rustc_version v0.1.7
17412026-06-17T16:05:32.604Z Compiling newline-converter v0.3.0
17422026-06-17T16:05:32.604Z Compiling foreign-types v0.5.0
17432026-06-17T16:05:32.604Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-17T16:05:32.604Z Compiling hubpack v0.1.2
17452026-06-17T16:05:32.604Z Compiling num_enum_derive v0.5.11
17462026-06-17T16:05:32.604Z Compiling atomicwrites v0.4.4
17472026-06-17T16:05:32.842Z Compiling hickory-proto v0.24.4
17482026-06-17T16:05:33.398Z Compiling progenitor-impl v0.13.0
17492026-06-17T16:05:33.899Z Compiling crossbeam-deque v0.8.6
17502026-06-17T16:05:33.947Z Compiling console v0.15.11
17512026-06-17T16:05:34.134Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-06-17T16:05:34.681Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-17T16:05:34.804Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17542026-06-17T16:05:35.370Z Compiling camino-tempfile v1.4.1
17552026-06-17T16:05:35.632Z Compiling chacha20 v0.10.0
17562026-06-17T16:05:35.949Z Compiling serde-big-array v0.5.1
17572026-06-17T16:05:36.080Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-06-17T16:05:36.274Z Compiling num-derive v0.4.2
17592026-06-17T16:05:36.313Z Compiling pin-project-internal v1.1.13
17602026-06-17T16:05:36.364Z Compiling derive-where v1.6.1
17612026-06-17T16:05:37.112Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17622026-06-17T16:05:37.201Z Compiling cstr-argument v0.1.2
17632026-06-17T16:05:37.246Z Compiling minimal-lexical v0.2.1
17642026-06-17T16:05:37.261Z Compiling siphasher v1.0.3
17652026-06-17T16:05:37.352Z Compiling similar v2.7.0
17662026-06-17T16:05:37.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
17672026-06-17T16:05:37.454Z Compiling nom v7.1.3
17682026-06-17T16:05:37.501Z Compiling pin-project v1.1.13
17692026-06-17T16:05:37.604Z Compiling phf_shared v0.12.1
17702026-06-17T16:05:37.663Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17712026-06-17T16:05:37.685Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17722026-06-17T16:05:37.772Z Compiling expectorate v1.2.0
17732026-06-17T16:05:37.846Z Compiling progenitor-macro v0.13.0
17742026-06-17T16:05:37.917Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-06-17T16:05:37.965Z Compiling rand v0.10.1
17762026-06-17T16:05:38.143Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17772026-06-17T16:05:38.264Z Compiling hickory-resolver v0.24.4
17782026-06-17T16:05:38.612Z Compiling num_enum v0.5.11
17792026-06-17T16:05:38.731Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17802026-06-17T16:05:38.808Z Compiling newtype_derive v0.1.6
17812026-06-17T16:05:38.931Z Compiling progenitor-client v0.13.0
17822026-06-17T16:05:39.302Z Compiling progenitor-impl v0.14.0
17832026-06-17T16:05:39.370Z Compiling unicode-normalization v0.1.25
17842026-06-17T16:05:39.859Z Compiling tokio-stream v0.1.18
17852026-06-17T16:05:40.345Z Compiling async-recursion v1.1.1
17862026-06-17T16:05:40.522Z Compiling snafu-derive v0.8.9
17872026-06-17T16:05:40.888Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17882026-06-17T16:05:40.970Z Compiling slog-dtrace v0.3.0
17892026-06-17T16:05:41.062Z Compiling csv-core v0.1.13
17902026-06-17T16:05:41.199Z Compiling bstr v1.12.1
17912026-06-17T16:05:41.222Z Compiling same-file v1.0.6
17922026-06-17T16:05:41.328Z Compiling unicode-width v0.1.14
17932026-06-17T16:05:41.398Z Compiling foreign-types-shared v0.1.1
17942026-06-17T16:05:41.490Z Compiling openssl v0.10.80
17952026-06-17T16:05:41.611Z Compiling foldhash v0.1.5
17962026-06-17T16:05:41.695Z Compiling konst_macro_rules v0.2.19
17972026-06-17T16:05:41.777Z Compiling unicode-xid v0.2.6
17982026-06-17T16:05:41.790Z Compiling chrono-tz v0.10.4
17992026-06-17T16:05:41.870Z Compiling cancel-safe-futures v0.1.5
18002026-06-17T16:05:41.898Z Compiling highway v1.3.0
18012026-06-17T16:05:42.027Z Compiling owo-colors v4.3.0
18022026-06-17T16:05:42.154Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-17T16:05:42.273Z Compiling snafu v0.8.9
18042026-06-17T16:05:42.310Z Compiling const_format_proc_macros v0.2.34
18052026-06-17T16:05:42.426Z Compiling konst v0.2.20
18062026-06-17T16:05:42.672Z Compiling hashbrown v0.15.5
18072026-06-17T16:05:42.675Z Compiling globset v0.4.18
18082026-06-17T16:05:42.694Z Compiling foreign-types v0.3.2
18092026-06-17T16:05:42.773Z Compiling walkdir v2.5.0
18102026-06-17T16:05:42.930Z Compiling progenitor-macro v0.14.0
18112026-06-17T16:05:43.064Z Compiling progenitor v0.13.0
18122026-06-17T16:05:43.168Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-17T16:05:43.184Z Compiling csv v1.4.0
18142026-06-17T16:05:43.266Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-17T16:05:43.290Z Compiling qorb v0.4.1
18162026-06-17T16:05:43.558Z Compiling olpc-cjson v0.1.4
18172026-06-17T16:05:43.747Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-17T16:05:45.455Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-17T16:05:45.582Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18202026-06-17T16:05:45.619Z Compiling rayon v1.12.0
18212026-06-17T16:05:45.698Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18222026-06-17T16:05:45.765Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-17T16:05:45.926Z Compiling phf v0.12.1
18242026-06-17T16:05:46.014Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-17T16:05:46.475Z Compiling zone_cfg_derive v0.3.1
18262026-06-17T16:05:46.935Z Compiling tokio-dtrace v0.1.1
18272026-06-17T16:05:47.173Z Compiling itertools v0.12.1
18282026-06-17T16:05:47.207Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18292026-06-17T16:05:47.384Z Compiling libsw-core v0.3.2
18302026-06-17T16:05:47.407Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-17T16:05:47.552Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-06-17T16:05:47.941Z Compiling serde_plain v1.0.2
18332026-06-17T16:05:48.016Z Compiling openssl-macros v0.1.1
18342026-06-17T16:05:48.067Z Compiling pem v3.0.6
18352026-06-17T16:05:48.157Z Compiling cookie v0.18.1
18362026-06-17T16:05:48.400Z Compiling sigpipe v0.1.3
18372026-06-17T16:05:48.413Z Compiling fixedbitset v0.5.7
18382026-06-17T16:05:48.424Z Compiling bytecount v0.6.9
18392026-06-17T16:05:48.461Z Compiling fixedbitset v0.4.2
18402026-06-17T16:05:48.473Z Compiling jiff v0.2.28
18412026-06-17T16:05:48.486Z Compiling typed-path v0.9.3
18422026-06-17T16:05:48.522Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-17T16:05:48.563Z Compiling glob v0.3.3
18442026-06-17T16:05:48.696Z Compiling petgraph v0.8.3
18452026-06-17T16:05:48.750Z Compiling petgraph v0.6.5
18462026-06-17T16:05:49.010Z Compiling papergrid v0.11.0
18472026-06-17T16:05:49.903Z Compiling tough v0.22.0
18482026-06-17T16:05:50.390Z Compiling zone v0.3.1
18492026-06-17T16:05:50.563Z Compiling progenitor v0.14.0
18502026-06-17T16:05:50.702Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18512026-06-17T16:05:50.789Z Compiling libsw v3.5.0
18522026-06-17T16:05:50.810Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-17T16:05:50.962Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18542026-06-17T16:05:50.979Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-17T16:05:51.003Z Compiling oxide-tokio-rt v0.1.6
18562026-06-17T16:05:51.187Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-17T16:05:51.199Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18582026-06-17T16:05:51.210Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-17T16:05:52.173Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-17T16:05:52.349Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-17T16:05:52.402Z Compiling const_format v0.2.36
18622026-06-17T16:05:52.741Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18632026-06-17T16:05:52.986Z Compiling tabled_derive v0.7.0
18642026-06-17T16:05:53.127Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-17T16:05:53.154Z Compiling gethostname v0.5.0
18662026-06-17T16:05:53.232Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-17T16:05:53.277Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18682026-06-17T16:05:53.354Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-17T16:05:53.357Z Compiling smf v0.2.3
18702026-06-17T16:05:53.477Z Compiling bcs v0.1.6
18712026-06-17T16:05:53.708Z Compiling nom v8.0.0
18722026-06-17T16:05:53.798Z Compiling unicode-linebreak v0.1.5
18732026-06-17T16:05:53.963Z Compiling linear-map v1.2.0
18742026-06-17T16:05:53.966Z Compiling lazy_static v1.5.0
18752026-06-17T16:05:54.126Z Compiling smawk v0.3.2
18762026-06-17T16:05:54.137Z Compiling termtree v0.5.1
18772026-06-17T16:05:54.251Z Compiling tagptr v0.2.0
18782026-06-17T16:05:54.266Z Compiling whoami v1.6.1
18792026-06-17T16:05:54.289Z Compiling textwrap v0.16.2
18802026-06-17T16:05:54.395Z Compiling moka v0.12.15
18812026-06-17T16:05:54.405Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-17T16:05:54.812Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-17T16:05:54.830Z Compiling steno v0.4.1
18842026-06-17T16:05:55.196Z Compiling tabled v0.15.0
18852026-06-17T16:05:56.072Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-17T16:05:56.105Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-17T16:05:56.128Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-17T16:05:56.943Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-17T16:05:57.906Z Compiling hickory-proto v0.25.2
18902026-06-17T16:05:57.931Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18912026-06-17T16:05:58.060Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18922026-06-17T16:05:59.000Z Compiling parking_lot_core v0.8.6
18932026-06-17T16:05:59.000Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18942026-06-17T16:05:59.136Z Compiling libscf-sys v1.2.0
18952026-06-17T16:05:59.285Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-17T16:05:59.314Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18972026-06-17T16:05:59.562Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18982026-06-17T16:05:59.583Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18992026-06-17T16:05:59.889Z Compiling hickory-resolver v0.25.2
19002026-06-17T16:05:59.972Z Compiling parking_lot v0.11.2
19012026-06-17T16:06:00.001Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19022026-06-17T16:06:00.165Z Compiling fxhash v0.2.1
19032026-06-17T16:06:00.242Z Compiling internet-checksum v0.2.1
19042026-06-17T16:06:00.305Z Compiling sled v0.34.7
19052026-06-17T16:06:00.380Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19062026-06-17T16:06:00.392Z Compiling yansi v1.0.1
19072026-06-17T16:06:00.460Z Compiling diff v0.1.13
19082026-06-17T16:06:00.711Z Compiling pretty_assertions v1.4.1
19092026-06-17T16:06:00.756Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-17T16:06:03.928Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19112026-06-17T16:06:04.999Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-06-17T16:06:12.926Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-06-17T16:06:14.545Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-17T16:06:15.585Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19152026-06-17T16:06:17.283Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19162026-06-17T16:06:17.343Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19172026-06-17T16:06:18.487Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19182026-06-17T16:06:40.428Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
19192026-06-17T16:06:40.610Z────────────
19202026-06-17T16:06:40.610Z Nextest run ID b62fd048-59c3-460d-a5b0-348d90adfdf4 with nextest profile: default
19212026-06-17T16:06:40.610Z Starting 11 tests across 3 binaries
19222026-06-17T16:06:40.613Z START bfd test::test_new_daemon
19232026-06-17T16:06:40.617Z
19242026-06-17T16:06:40.617Zrunning 1 test
19252026-06-17T16:06:40.657Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:39.62878016Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4781,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19262026-06-17T16:06:40.657Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","test test::test_new_daemon ... level":40ok
19272026-06-17T16:06:40.657Z,"time":"2026-06-17T16:06:39.628994657Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4781
19282026-06-17T16:06:40.657Ztest result: ,"okpeer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine". 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out,"component":"bfd"}
19292026-06-17T16:06:40.657Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50; finished in 0.04s,"
19302026-06-17T16:06:40.657Z
19312026-06-17T16:06:40.660Ztime":"2026-06-17T16:06:39.629023453Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4781,"error":"channel is empty and sending half is closed","peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19322026-06-17T16:06:40.660Z PASS [ 0.048s] bfd test::test_new_daemon
19332026-06-17T16:06:40.660Z START bfd test::test_protocol_basics
19342026-06-17T16:06:40.667Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-06-17T16:06:39.629101555Z","hostname"
19352026-06-17T16:06:40.667Zrunning 1 test
19362026-06-17T16:06:40.708Z{{""msgmsg""::""recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1868008355, 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: 2184130384, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"","v":,"v":0,"0name":"slog-rs","name":"slog-rs","level":,"level":1010,"time":","time":"2026-06-17T16:06:39.681402249Z"2026-06-17T16:06:39.681402179Z,""hostname",:""hostname":"w-01KVB4YP629VN6JA9HAC4D83NF"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"pid":4782,"peer":","peer2001:db8::10"":,""state":"203.0.113.20"Down",,""state":unit"":"Down","session","unit":"module":"session","state_machine"module,":""component":"state_machine"bfd","component"}:"bfd"
19372026-06-17T16:06:40.708Z}
19382026-06-17T16:06:40.714Z{{"msg":""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1035045809, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2504830629, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None },"","name"v:"":0slog-rs",","name":level"":slog-rs"10,"level":10,"time":"2026-06-17T16:06:39.681618286Z",","time":"hostname":"2026-06-17T16:06:39.681618866Z"w-01KVB4YP629VN6JA9HAC4D83NF",,""pid":hostname":"4782,"peer":w-01KVB4YP629VN6JA9HAC4D83NF"","pid"203.0.113.10:",4782"state":","Down",peer"":"unit":"2001:db8::20"session",,""modulestate"":":"Down","state_machine"unit":,""session"component,"":"bfdmodule":""}
19392026-06-17T16:06:40.714Zstate_machine","component":"{bfd"}
19402026-06-17T16:06:40.714Z"msg":"{transition -> Init",""v"msg:"0:","name":"transition -> Init"slog-rs",","v":level"0:,"30name":"slog-rs","level":30,"time":","time":"2026-06-17T16:06:39.681643593Z","hostname":"2026-06-17T16:06:39.681644463Z","hostname"w-01KVB4YP629VN6JA9HAC4D83NF:"","pid":4782w-01KVB4YP629VN6JA9HAC4D83NF",,""peerpid""::"47822001:db8::10",,""peer":state"":"Down"2001:db8::20",","unit":"state":session"",Down"","module":unit"":"sessionstate_machine"",,""module":"component":"bfd"state_machine}"
19412026-06-17T16:06:40.714Z,"component":"{bfd""}
19422026-06-17T16:06:40.714Zmsg":"{"transition -> Initmsg"",:""v":0,"transition -> Init"name":","v":slog-rs"0,","namelevel":"":30slog-rs","level":30,"time":","time":"2026-06-17T16:06:39.681664831Z","hostname"2026-06-17T16:06:39.681665301Z:"","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":w-01KVB4YP629VN6JA9HAC4D83NF"4782,"pid",":peer4782":","203.0.113.10",peer"":"state":"203.0.113.20"Down,"","state":unit"":"Down","session"unit":,""session"module",:""module":"state_machine","state_machine"component,":""bfd"}component
19432026-06-17T16:06:40.714Z":"bfd"}
19442026-06-17T16:06:41.706Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2504830629, your_discriminator: 2184130384, 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-17T16:06:40.678894478Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19452026-06-17T16:06:41.706Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1868008355, your_discriminator: 1035045809, 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-17T16:06:40.678944302Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19462026-06-17T16:06:41.706Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-17T16:06:40.67896415Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19472026-06-17T16:06:41.706Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-17T16:06:40.678983118Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19482026-06-17T16:06:41.708Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2184130384, your_discriminator: 2504830629, 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-17T16:06:40.68137086Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19492026-06-17T16:06:41.708Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1035045809, your_discriminator: 1868008355, 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-17T16:06:40.681425415Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19502026-06-17T16:06:41.708Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-17T16:06:40.681456461Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19512026-06-17T16:06:41.708Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-17T16:06:40.681479669Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19522026-06-17T16:06:46.706Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1868008355, your_discriminator: 1035045809, 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-17T16:06:45.679022144Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19532026-06-17T16:06:46.706Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2504830629, your_discriminator: 2184130384, 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-17T16:06:45.679104255Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19542026-06-17T16:06:46.709Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2184130384, your_discriminator: 2504830629, 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-17T16:06:45.681403747Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19552026-06-17T16:06:46.709Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1035045809, your_discriminator: 1868008355, 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-17T16:06:45.68147067Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19562026-06-17T16:06:50.710Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:49.681318998Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19572026-06-17T16:06:50.710Z{"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:49.681358004Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"{bfd"}
19582026-06-17T16:06:50.710Z"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:49.681381701Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19592026-06-17T16:06:50.710Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-06-17T16:06:49.681418458Z","hostname":"w-01KVB4YP629VN6JA9HAC4D83NF","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19602026-06-17T16:06:50.713Ztest test::test_protocol_basics ... ok
19612026-06-17T16:06:50.713Z
19622026-06-17T16:06:50.713Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19632026-06-17T16:06:50.713Z
19642026-06-17T16:06:50.719Z PASS [ 10.058s] bfd test::test_protocol_basics
19652026-06-17T16:06:50.719Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19662026-06-17T16:06:50.725Z
19672026-06-17T16:06:50.725Zrunning 1 test
19682026-06-17T16:06:50.728Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19692026-06-17T16:06:50.728Z
19702026-06-17T16:06:50.728Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
19712026-06-17T16:06:50.728Z
19722026-06-17T16:06:50.728Z PASS [ 0.007s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19732026-06-17T16:06:50.728Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19742026-06-17T16:06:50.732Z
19752026-06-17T16:06:50.732Zrunning 1 test
19762026-06-17T16:06:50.732Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
19772026-06-17T16:06:50.732Z
19782026-06-17T16:06:50.732Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
19792026-06-17T16:06:50.732Z
19802026-06-17T16:06:50.732Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19812026-06-17T16:06:50.732Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19822026-06-17T16:06:50.736Z
19832026-06-17T16:06:50.736Zrunning 1 test
19842026-06-17T16:06:50.739Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
19852026-06-17T16:06:50.739Z
19862026-06-17T16:06:50.739Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
19872026-06-17T16:06:50.739Z
19882026-06-17T16:06:50.740Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19892026-06-17T16:06:50.740Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19902026-06-17T16:06:50.743Z
19912026-06-17T16:06:50.743Zrunning 1 test
19922026-06-17T16:06:50.743Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
19932026-06-17T16:06:50.744Z
19942026-06-17T16:06:50.744Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
19952026-06-17T16:06:50.744Z
19962026-06-17T16:06:50.744Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19972026-06-17T16:06:50.744Z START mg-api-types-versions v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
19982026-06-17T16:06:50.747Z
19992026-06-17T16:06:50.747Zrunning 1 test
20002026-06-17T16:06:50.755Ztest v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes ... ok
20012026-06-17T16:06:50.755Z
20022026-06-17T16:06:50.755Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.01s
20032026-06-17T16:06:50.755Z
20042026-06-17T16:06:50.758Z PASS [ 0.014s] mg-api-types-versions v12::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
20052026-06-17T16:06:50.758Z START mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings
20062026-06-17T16:06:50.761Z
20072026-06-17T16:06:50.762Zrunning 1 test
20082026-06-17T16:06:50.778Ztest v12::bgp::config::proptests::constructor_rejects_all_other_strings ... ok
20092026-06-17T16:06:50.778Z
20102026-06-17T16:06:50.778Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.02s
20112026-06-17T16:06:50.778Z
20122026-06-17T16:06:50.781Z PASS [ 0.023s] mg-api-types-versions v12::bgp::config::proptests::constructor_rejects_all_other_strings
20132026-06-17T16:06:50.781Z START mg-api-types-versions v12::bgp::config::proptests::debug_redacts_inner_string
20142026-06-17T16:06:50.784Z
20152026-06-17T16:06:50.784Zrunning 1 test
20162026-06-17T16:06:50.784Ztest v12::bgp::config::proptests::debug_redacts_inner_string ... ok
20172026-06-17T16:06:50.784Z
20182026-06-17T16:06:50.784Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
20192026-06-17T16:06:50.785Z
20202026-06-17T16:06:50.785Z PASS [ 0.005s] mg-api-types-versions v12::bgp::config::proptests::debug_redacts_inner_string
20212026-06-17T16:06:50.785Z START mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
20222026-06-17T16:06:50.788Z
20232026-06-17T16:06:50.788Zrunning 1 test
20242026-06-17T16:06:50.814Ztest v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants ... ok
20252026-06-17T16:06:50.814Z
20262026-06-17T16:06:50.815Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.03s
20272026-06-17T16:06:50.815Z
20282026-06-17T16:06:50.818Z PASS [ 0.032s] mg-api-types-versions v12::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
20292026-06-17T16:06:50.818Z START mg-api-types-versions v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips
20302026-06-17T16:06:50.821Z
20312026-06-17T16:06:50.821Zrunning 1 test
20322026-06-17T16:06:50.828Ztest v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips ... ok
20332026-06-17T16:06:50.828Z
20342026-06-17T16:06:50.828Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.01s
20352026-06-17T16:06:50.828Z
20362026-06-17T16:06:50.832Z PASS [ 0.014s] mg-api-types-versions v12::bgp::config::proptests::valid_md5_auth_string_json_round_trips
20372026-06-17T16:06:50.832Z────────────
20382026-06-17T16:06:50.832Z Summary [ 10.217s] 11 tests run: 11 passed, 0 skipped
20392026-06-17T16:06:50.842Zprocess exited: duration 342295 ms, exit code 0
 
20402026-06-17T16:06:50.849Zfound 0 output files