01KTAYTYKKM4N77GYZ0XSX2RP3: 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: 01KTAYWKR89GQV2SJM63JKYX8S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:59:37.807Zjob assigned to worker 01KTAYY7SDZ9JRNPFK0E633TRN [factory aws, i-0981983b748eb2b22] (queued for 1 m 34 s)
 
22026-06-05T03:59:45.083Zstarting task 0: "setup"
32026-06-05T03:59:45.091Z++ uname -s
42026-06-05T03:59:45.095Z+ kern=SunOS
52026-06-05T03:59:45.095Z+ build_user=build
62026-06-05T03:59:45.095Z+ build_uid=12345
72026-06-05T03:59:45.095Z+ work_dir=/work
82026-06-05T03:59:45.095Z+ input_dir=/input
92026-06-05T03:59:45.095Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:45.095Z+ case "$kern" in
112026-06-05T03:59:45.095Z+ groupadd -g 12345 build
122026-06-05T03:59:45.095Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:47.095Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:47.204Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:47.207Z+ home_fs=zfs
162026-06-05T03:59:47.207Z+ [[ zfs == autofs ]]
172026-06-05T03:59:47.207Z+ mkdir -p /home/build
182026-06-05T03:59:47.207Z+ chown build:build /home/build /work
192026-06-05T03:59:49.209Z+ chmod 0700 /home/build /work
202026-06-05T03:59:49.212Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-05T03:59:49.220Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:49.224Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:59:49.224Z * rust toolchain channel = "stable"
242026-06-05T03:59:49.224Z * rust toolchain profile = "default"
252026-06-05T03:59:49.224Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:59:49.224Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:59:49.224Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:59:49.224Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:49.224Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:49.340Zinfo: downloading installer
312026-06-05T03:59:50.896Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:50.896Zwarn: /opt/ooce/bin
332026-06-05T03:59:50.896Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:50.896Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:50.896Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:50.896Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:50.896Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:50.896Zerror: cannot install while Rust is installed
392026-06-05T03:59:50.896Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:50.896Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:50.896Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:50.896Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:50.897Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:50.908Zinfo: profile set to default
452026-06-05T03:59:50.908Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:50.911Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:51.048Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:51.052Zinfo: downloading 6 components
492026-06-05T04:00:05.314Z
502026-06-05T04:00:05.314Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T04:00:05.340Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T04:00:05.340Z
532026-06-05T04:00:05.346Z
542026-06-05T04:00:05.346ZRust is installed now. Great!
552026-06-05T04:00:05.346Z
562026-06-05T04:00:05.346ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T04:00:05.346Zenvironment variable. This has not been done automatically.
582026-06-05T04:00:05.346Z
592026-06-05T04:00:05.346ZTo configure your current shell, you need to source
602026-06-05T04:00:05.346Zthe corresponding env file under $HOME/.cargo.
612026-06-05T04:00:05.346Z
622026-06-05T04:00:05.347ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T04:00:05.347Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T04:00:05.347Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T04:00:05.347Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T04:00:05.347Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T04:00:05.347Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T04:00:05.347Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T04:00:05.347Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T04:00:05.347Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T04:00:05.428Z+ rustup --version
722026-06-05T04:00:05.438Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T04:00:05.441Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T04:00:05.458Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T04:00:05.464Z+ cargo --version
762026-06-05T04:00:05.482Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T04:00:05.508Z+ rustc --version
782026-06-05T04:00:05.525Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T04:00:05.525Zprocess exited: duration 16281 ms, exit code 0
 
802026-06-05T04:00:05.561Zstarting task 2: "authentication"
812026-06-05T04:00:05.570ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T04:00:09.995Zprocess exited: duration 4450 ms, exit code 0
 
832026-06-05T04:00:10.008Zstarting task 3: "clone repository"
842026-06-05T04:00:10.012Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T04:00:10.012Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T04:00:10.049ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T04:00:11.062Z+ cd /work/oxidecomputer/maghemite
882026-06-05T04:00:11.062Z+ git fetch origin a20914a29abd2d41480d887d0cde49b8881b0f51
892026-06-05T04:00:11.314ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T04:00:11.314Z * branch a20914a29abd2d41480d887d0cde49b8881b0f51 -> FETCH_HEAD
912026-06-05T04:00:11.319Z+ [[ -n renovate/serde_json-1.x ]]
922026-06-05T04:00:11.332Z++ git branch --show-current
932026-06-05T04:00:11.332Z+ current=main
942026-06-05T04:00:11.332Z+ [[ main != renovate/serde_json-1.x ]]
952026-06-05T04:00:11.332Z+ git branch -f renovate/serde_json-1.x a20914a29abd2d41480d887d0cde49b8881b0f51
962026-06-05T04:00:11.332Z+ git checkout -f renovate/serde_json-1.x
972026-06-05T04:00:11.341ZSwitched to branch 'renovate/serde_json-1.x'
982026-06-05T04:00:11.346Z+ git reset --hard a20914a29abd2d41480d887d0cde49b8881b0f51
992026-06-05T04:00:11.360ZHEAD is now at a20914a Update Rust crate serde_json to 1.0.150
1002026-06-05T04:00:11.364Zprocess exited: duration 1354 ms, exit code 0
 
1012026-06-05T04:00:11.375Zstarting task 4: "build"
1022026-06-05T04:00:11.381Z+ set -o errexit
1032026-06-05T04:00:11.381Z+ set -o pipefail
1042026-06-05T04:00:11.381Z+ source .github/buildomat/test-common.sh
1052026-06-05T04:00:11.381Z++ NEXTEST_VERSION=0.9.97
1062026-06-05T04:00:11.381Z++ PLATFORM=illumos
1072026-06-05T04:00:11.381Z++ banner install
1082026-06-05T04:00:11.381Z
1092026-06-05T04:00:11.381Z # # # #### ##### ## # #
1102026-06-05T04:00:11.381Z # ## # # # # # # #
1112026-06-05T04:00:11.381Z # # # # #### # # # # #
1122026-06-05T04:00:11.381Z # # # # # # ###### # #
1132026-06-05T04:00:11.381Z # # ## # # # # # # #
1142026-06-05T04:00:11.381Z # # # #### # # # ###### ######
1152026-06-05T04:00:11.381Z
1162026-06-05T04:00:11.381Z++ set +o errexit
1172026-06-05T04:00:11.382Z++ pkg info clang-15
1182026-06-05T04:00:11.382Z++ grep -qi installed
1192026-06-05T04:00:13.032Zpkg: info: no packages matching the following patterns you specified are
1202026-06-05T04:00:13.032Zinstalled on the system. Try querying remotely instead:
1212026-06-05T04:00:13.032Z
1222026-06-05T04:00:13.032Z clang-15
1232026-06-05T04:00:13.073Z++ [[ 1 != 0 ]]
1242026-06-05T04:00:13.073Z++ set -o errexit
1252026-06-05T04:00:13.073Z++ pfexec pkg install clang-15
1262026-06-05T04:00:20.831Z Startup: Refreshing catalog 'helios-dev' ... Done
1272026-06-05T04:00:28.687Z Startup: Caching catalogs ... Done
1282026-06-05T04:00:36.006ZPlanning: Solver setup ... Done
1292026-06-05T04:00:36.046ZPlanning: Running solver ... Done
1302026-06-05T04:00:36.189ZPlanning: Finding local manifests ... Done
1312026-06-05T04:00:36.206ZPlanning: Fetching manifests: 0/2 0% complete
1322026-06-05T04:00:36.302ZPlanning: Fetching manifests: 2/2 100% complete
1332026-06-05T04:00:36.332ZPlanning: Package planning ... Done
1342026-06-05T04:00:36.355ZPlanning: Merging actions ... Done
1352026-06-05T04:00:36.462ZPlanning: Checking for conflicting actions ... Done
1362026-06-05T04:00:36.468ZPlanning: Consolidating action changes ... Done
1372026-06-05T04:00:37.234ZPlanning: Evaluating mediators ... Done
1382026-06-05T04:00:37.241ZPlanning: Planning completed in 8.39 seconds
1392026-06-05T04:00:37.251Z Packages to install: 2
1402026-06-05T04:00:37.251Z Mediators to change: 2
1412026-06-05T04:00:37.255Z Services to change: 1
1422026-06-05T04:00:37.255Z Create boot environment: No
1432026-06-05T04:00:37.255ZCreate backup boot environment: No
1442026-06-05T04:00:37.294Z
1452026-06-05T04:00:37.294ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1462026-06-05T04:00:42.456ZDownload: 535/3076 items 17.1/211.3MB 8% complete (3.8M/s)
1472026-06-05T04:00:47.519ZDownload: 765/3076 items 18.1/211.3MB 8% complete (2.0M/s)
1482026-06-05T04:00:52.847ZDownload: 972/3076 items 81.1/211.3MB 38% complete (6.4M/s)
1492026-06-05T04:01:02.231ZDownload: 981/3076 items 82.1/211.3MB 38% complete (6.3M/s)
1502026-06-05T04:01:16.378ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1512026-06-05T04:01:21.384ZDownload: 1166/3076 items 113.3/211.3MB 53% complete (7.5M/s)
1522026-06-05T04:01:26.441ZDownload: 1499/3076 items 116.7/211.3MB 55% complete (3.5M/s)
1532026-06-05T04:01:31.445ZDownload: 1750/3076 items 117.4/211.3MB 55% complete (416k/s)
1542026-06-05T04:01:37.061ZDownload: 1998/3076 items 117.9/211.3MB 55% complete (196k/s)
1552026-06-05T04:01:43.021ZDownload: 2005/3076 items 117.9/211.3MB 55% complete (166k/s)
1562026-06-05T04:01:50.710ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
1572026-06-05T04:01:55.789ZDownload: 2439/3076 items 119.1/211.3MB 56% complete (247k/s)
1582026-06-05T04:02:00.907ZDownload: 2956/3076 items 184.1/211.3MB 87% complete (6.6M/s)
1592026-06-05T04:02:06.632ZDownload: 3029/3076 items 200.8/211.3MB 95% complete (8.3M/s)
1602026-06-05T04:02:16.937ZDownload: 3031/3076 items 201.6/211.3MB 95% complete (8.1M/s)
1612026-06-05T04:02:22.876ZDownload: 3070/3076 items 211.2/211.3MB 99% complete (2.1M/s)
1622026-06-05T04:02:26.081ZDownload: Completed 211.31 MB in 108.79 seconds (1.9M/s)
1632026-06-05T04:02:26.200Z Actions: 1/3418 actions (Installing new actions)
1642026-06-05T04:02:29.419Z Actions: Completed 3418 actions in 3.22 seconds.
1652026-06-05T04:02:30.065Z Done
1662026-06-05T04:02:30.065Z Done
1672026-06-05T04:02:30.807Z Done
1682026-06-05T04:02:34.173Z Done
1692026-06-05T04:02:34.246Z Done
1702026-06-05T04:02:34.249Z Done
1712026-06-05T04:02:34.446Z Done
1722026-06-05T04:02:35.119Z++ set -o errexit
1732026-06-05T04:02:35.119Z++ cargo --version
1742026-06-05T04:02:35.126Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1752026-06-05T04:02:35.318Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1762026-06-05T04:02:35.321Zinfo: downloading 6 components
1772026-06-05T04:02:50.922Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1782026-06-05T04:02:50.926Z++ rustc --version
1792026-06-05T04:02:50.952Zrustc 1.95.0 (59807616e 2026-04-14)
1802026-06-05T04:02:50.955Z++ cargo install cargo-nextest --version 0.9.97
1812026-06-05T04:02:50.996Z Updating crates.io index
1822026-06-05T04:02:51.088Z Downloading crates ...
1832026-06-05T04:02:51.282Z Downloaded cargo-nextest v0.9.97
1842026-06-05T04:02:51.331Z Installing cargo-nextest v0.9.97
1852026-06-05T04:02:51.366Z Updating crates.io index
1862026-06-05T04:02:53.746Z Locking 404 packages to latest compatible versions
1872026-06-05T04:02:53.751Z Adding dialoguer v0.11.0 (available: v0.12.0)
1882026-06-05T04:02:53.751Z Adding duct v0.13.7 (available: v1.1.1)
1892026-06-05T04:02:53.751Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1902026-06-05T04:02:53.751Z Adding generic-array v0.14.7 (available: v0.14.9)
1912026-06-05T04:02:53.756Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1922026-06-05T04:02:53.756Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1932026-06-05T04:02:53.756Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1942026-06-05T04:02:53.756Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1952026-06-05T04:02:53.765Z Adding quick-junit v0.5.2 (available: v0.6.0)
1962026-06-05T04:02:53.786Z Downloading crates ...
1972026-06-05T04:02:53.880Z Downloaded is_ci v1.2.0
1982026-06-05T04:02:53.883Z Downloaded humantime v2.3.0
1992026-06-05T04:02:53.886Z Downloaded color-spantrace v0.3.0
2002026-06-05T04:02:53.890Z Downloaded futures-macro v0.3.32
2012026-06-05T04:02:53.890Z Downloaded rustls-pki-types v1.14.1
2022026-06-05T04:02:53.895Z Downloaded curve25519-dalek-derive v0.1.1
2032026-06-05T04:02:53.895Z Downloaded cpufeatures v0.2.17
2042026-06-05T04:02:53.895Z Downloaded pkg-config v0.3.33
2052026-06-05T04:02:53.899Z Downloaded scopeguard v1.2.0
2062026-06-05T04:02:53.899Z Downloaded anstyle v1.0.14
2072026-06-05T04:02:53.903Z Downloaded errno v0.3.14
2082026-06-05T04:02:53.903Z Downloaded camino v1.2.2
2092026-06-05T04:02:53.903Z Downloaded future-queue v0.4.0
2102026-06-05T04:02:53.908Z Downloaded duct v0.13.7
2112026-06-05T04:02:53.908Z Downloaded dialoguer v0.11.0
2122026-06-05T04:02:53.912Z Downloaded ahash v0.8.12
2132026-06-05T04:02:53.912Z Downloaded miette v7.6.0
2142026-06-05T04:02:53.915Z Downloaded getrandom v0.4.2
2152026-06-05T04:02:53.915Z Downloaded derive-where v1.6.1
2162026-06-05T04:02:53.920Z Downloaded openssl v0.10.80
2172026-06-05T04:02:53.927Z Downloaded hex v0.4.3
2182026-06-05T04:02:53.931Z Downloaded hashbrown v0.15.5
2192026-06-05T04:02:53.931Z Downloaded quick-xml v0.37.5
2202026-06-05T04:02:53.934Z Downloaded jobserver v0.1.34
2212026-06-05T04:02:53.937Z Downloaded futures-core v0.3.32
2222026-06-05T04:02:53.937Z Downloaded owo-colors v4.3.0
2232026-06-05T04:02:53.937Z Downloaded nested v0.1.1
2242026-06-05T04:02:53.940Z Downloaded guppy v0.17.26
2252026-06-05T04:02:53.944Z Downloaded foreign-types v0.3.2
2262026-06-05T04:02:53.944Z Downloaded hyper-rustls v0.27.9
2272026-06-05T04:02:53.950Z Downloaded async-scoped v0.9.0
2282026-06-05T04:02:53.950Z Downloaded enable-ansi-support v0.2.1
2292026-06-05T04:02:53.950Z Downloaded hyper-tls v0.6.0
2302026-06-05T04:02:53.954Z Downloaded crypto-common v0.1.7
2312026-06-05T04:02:53.954Z Downloaded debug-ignore v1.0.5
2322026-06-05T04:02:53.954Z Downloaded document-features v0.2.12
2332026-06-05T04:02:53.954Z Downloaded cfg-if v1.0.4
2342026-06-05T04:02:53.954Z Downloaded pin-project-internal v1.1.13
2352026-06-05T04:02:53.958Z Downloaded adler2 v2.0.1
2362026-06-05T04:02:53.958Z Downloaded atomicwrites v0.4.4
2372026-06-05T04:02:53.958Z Downloaded shell-words v1.1.1
2382026-06-05T04:02:53.958Z Downloaded serde_urlencoded v0.7.1
2392026-06-05T04:02:53.958Z Downloaded erased-serde v0.4.10
2402026-06-05T04:02:53.963Z Downloaded percent-encoding v2.3.2
2412026-06-05T04:02:53.963Z Downloaded nextest-workspace-hack v0.1.0
2422026-06-05T04:02:53.963Z Downloaded lru-slab v0.1.2
2432026-06-05T04:02:53.967Z Downloaded indent_write v2.2.0
2442026-06-05T04:02:53.967Z Downloaded lazy_static v1.5.0
2452026-06-05T04:02:53.967Z Downloaded http-body v1.0.1
2462026-06-05T04:02:53.967Z Downloaded either v1.16.0
2472026-06-05T04:02:53.967Z Downloaded fnv v1.0.7
2482026-06-05T04:02:53.971Z Downloaded filetime v0.2.29
2492026-06-05T04:02:53.971Z Downloaded cargo_metadata v0.20.0
2502026-06-05T04:02:53.971Z Downloaded is_terminal_polyfill v1.70.2
2512026-06-05T04:02:53.971Z Downloaded cfg_aliases v0.2.1
2522026-06-05T04:02:53.976Z Downloaded camino-tempfile v1.4.1
2532026-06-05T04:02:53.976Z Downloaded itoa v1.0.18
2542026-06-05T04:02:53.976Z Downloaded foldhash v0.1.5
2552026-06-05T04:02:53.976Z Downloaded guppy-workspace-hack v0.1.0
2562026-06-05T04:02:53.980Z Downloaded native-tls v0.2.18
2572026-06-05T04:02:53.980Z Downloaded number_prefix v0.4.0
2582026-06-05T04:02:53.980Z Downloaded find-msvc-tools v0.1.9
2592026-06-05T04:02:53.980Z Downloaded fixedbitset v0.5.7
2602026-06-05T04:02:53.985Z Downloaded futures-task v0.3.32
2612026-06-05T04:02:53.985Z Downloaded digest v0.10.7
2622026-06-05T04:02:53.985Z Downloaded ed25519 v2.2.3
2632026-06-05T04:02:53.985Z Downloaded serde_ignored v0.1.14
2642026-06-05T04:02:53.992Z Downloaded os_pipe v1.2.3
2652026-06-05T04:02:53.992Z Downloaded rustc-hash v2.1.2
2662026-06-05T04:02:53.992Z Downloaded openssl-probe v0.2.1
2672026-06-05T04:02:53.992Z Downloaded idna_adapter v1.0.0
2682026-06-05T04:02:53.992Z Downloaded cargo_metadata v0.23.1
2692026-06-05T04:02:53.996Z Downloaded openssl-macros v0.1.1
2702026-06-05T04:02:53.996Z Downloaded futures v0.3.32
2712026-06-05T04:02:53.996Z Downloaded clap_lex v1.1.0
2722026-06-05T04:02:53.996Z Downloaded ordered-float v2.10.1
2732026-06-05T04:02:54.000Z Downloaded cargo-platform v0.2.0
2742026-06-05T04:02:54.000Z Downloaded form_urlencoded v1.2.2
2752026-06-05T04:02:54.000Z Downloaded signal-hook-mio v0.2.5
2762026-06-05T04:02:54.000Z Downloaded crc32fast v1.5.0
2772026-06-05T04:02:54.000Z Downloaded der v0.7.10
2782026-06-05T04:02:54.005Z Downloaded humantime-serde v1.1.1
2792026-06-05T04:02:54.005Z Downloaded signature v2.2.0
2802026-06-05T04:02:54.009Z Downloaded colorchoice v1.0.5
2812026-06-05T04:02:54.009Z Downloaded autocfg v1.5.1
2822026-06-05T04:02:54.009Z Downloaded pathdiff v0.2.3
2832026-06-05T04:02:54.012Z Downloaded mukti-metadata v0.3.0
2842026-06-05T04:02:54.012Z Downloaded generic-array v0.14.7
2852026-06-05T04:02:54.012Z Downloaded subtle v2.6.1
2862026-06-05T04:02:54.012Z Downloaded heck v0.5.0
2872026-06-05T04:02:54.015Z Downloaded backtrace-ext v0.2.1
2882026-06-05T04:02:54.015Z Downloaded indenter v0.3.4
2892026-06-05T04:02:54.018Z Downloaded lock_api v0.4.14
2902026-06-05T04:02:54.018Z Downloaded home v0.5.12
2912026-06-05T04:02:54.018Z Downloaded futures-executor v0.3.32
2922026-06-05T04:02:54.022Z Downloaded newtype-uuid v1.3.2
2932026-06-05T04:02:54.026Z Downloaded pkcs8 v0.10.2
2942026-06-05T04:02:54.026Z Downloaded miette-derive v7.6.0
2952026-06-05T04:02:54.032Z Downloaded fastrand v2.4.1
2962026-06-05T04:02:54.032Z Downloaded anstyle-parse v1.0.0
2972026-06-05T04:02:54.032Z Downloaded sync_wrapper v1.0.2
2982026-06-05T04:02:54.032Z Downloaded quote v1.0.45
2992026-06-05T04:02:54.035Z Downloaded spki v0.7.3
3002026-06-05T04:02:54.035Z Downloaded nextest-metadata v0.12.2
3012026-06-05T04:02:54.035Z Downloaded indicatif v0.17.11
3022026-06-05T04:02:54.039Z Downloaded derive_more-impl v2.1.1
3032026-06-05T04:02:54.039Z Downloaded smallvec v1.15.1
3042026-06-05T04:02:54.044Z Downloaded simd-adler32 v0.3.9
3052026-06-05T04:02:54.044Z Downloaded parking_lot v0.12.5
3062026-06-05T04:02:54.044Z Downloaded sha2 v0.10.9
3072026-06-05T04:02:54.048Z Downloaded rustc_version v0.4.1
3082026-06-05T04:02:54.049Z Downloaded anstream v1.0.0
3092026-06-05T04:02:54.049Z Downloaded target-lexicon v0.13.5
3102026-06-05T04:02:54.049Z Downloaded supports-hyperlinks v3.2.0
3112026-06-05T04:02:54.049Z Downloaded swrite v0.1.0
3122026-06-05T04:02:54.055Z Downloaded flate2 v1.1.9
3132026-06-05T04:02:54.055Z Downloaded strip-ansi-escapes v0.2.1
3142026-06-05T04:02:54.055Z Downloaded supports-unicode v3.0.0
3152026-06-05T04:02:54.058Z Downloaded serde_core v1.0.228
3162026-06-05T04:02:54.058Z Downloaded serde_spanned v1.1.1
3172026-06-05T04:02:54.058Z Downloaded pin-project-lite v0.2.17
3182026-06-05T04:02:54.061Z Downloaded ppv-lite86 v0.2.21
3192026-06-05T04:02:54.061Z Downloaded console v0.15.11
3202026-06-05T04:02:54.068Z Downloaded supports-color v3.0.2
3212026-06-05T04:02:54.068Z Downloaded const-oid v0.9.6
3222026-06-05T04:02:54.068Z Downloaded getrandom v0.3.4
3232026-06-05T04:02:54.073Z Downloaded serde-untagged v0.1.9
3242026-06-05T04:02:54.074Z Downloaded rand_core v0.9.5
3252026-06-05T04:02:54.074Z Downloaded toml_write v0.1.2
3262026-06-05T04:02:54.074Z Downloaded rand_core v0.6.4
3272026-06-05T04:02:54.074Z Downloaded http-body-util v0.1.3
3282026-06-05T04:02:54.079Z Downloaded tinyvec_macros v0.1.1
3292026-06-05T04:02:54.079Z Downloaded terminal_size v0.4.4
3302026-06-05T04:02:54.079Z Downloaded clap v4.6.1
3312026-06-05T04:02:54.083Z Downloaded self-replace v1.5.0
3322026-06-05T04:02:54.084Z Downloaded smol_str v0.3.6
3332026-06-05T04:02:54.084Z Downloaded slab v0.4.12
3342026-06-05T04:02:54.088Z Downloaded sigchld v0.2.4
3352026-06-05T04:02:54.088Z Downloaded serde_spanned v0.6.9
3362026-06-05T04:02:54.088Z Downloaded nextest-filtering v0.15.0
3372026-06-05T04:02:54.088Z Downloaded tower-service v0.3.3
3382026-06-05T04:02:54.088Z Downloaded toml_datetime v0.6.11
3392026-06-05T04:02:54.092Z Downloaded litrs v1.0.0
3402026-06-05T04:02:54.092Z Downloaded iana-time-zone v0.1.65
3412026-06-05T04:02:54.092Z Downloaded tracing-error v0.2.1
3422026-06-05T04:02:54.092Z Downloaded parking_lot_core v0.9.12
3432026-06-05T04:02:54.110Z Downloaded typeid v1.0.3
3442026-06-05T04:02:54.110Z Downloaded httparse v1.10.1
3452026-06-05T04:02:54.119Z Downloaded thiserror v1.0.69
3462026-06-05T04:02:54.119Z Downloaded tower-layer v0.3.3
3472026-06-05T04:02:54.119Z Downloaded utf8_iter v1.0.4
3482026-06-05T04:02:54.119Z Downloaded thiserror-impl v2.0.18
3492026-06-05T04:02:54.119Z Downloaded borsh v1.6.1
3502026-06-05T04:02:54.119Z Downloaded tokio-macros v2.7.0
3512026-06-05T04:02:54.119Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3522026-06-05T04:02:54.119Z Downloaded rustc-demangle v0.1.27
3532026-06-05T04:02:54.119Z Downloaded signal-hook-registry v1.4.8
3542026-06-05T04:02:54.119Z Downloaded cc v1.2.63
3552026-06-05T04:02:54.124Z Downloaded unicode-linebreak v0.1.5
3562026-06-05T04:02:54.124Z Downloaded version_check v0.9.5
3572026-06-05T04:02:54.124Z Downloaded urlencoding v2.1.3
3582026-06-05T04:02:54.124Z Downloaded try-lock v0.2.5
3592026-06-05T04:02:54.124Z Downloaded toml v1.1.2+spec-1.1.0
3602026-06-05T04:02:54.124Z Downloaded tokio-native-tls v0.3.1
3612026-06-05T04:02:54.124Z Downloaded static_assertions v1.1.0
3622026-06-05T04:02:54.129Z Downloaded rand_chacha v0.9.0
3632026-06-05T04:02:54.129Z Downloaded self_update v0.42.0
3642026-06-05T04:02:54.130Z Downloaded thread_local v1.1.9
3652026-06-05T04:02:54.134Z Downloaded socket2 v0.6.4
3662026-06-05T04:02:54.134Z Downloaded semver v1.0.28
3672026-06-05T04:02:54.137Z Downloaded xxhash-rust v0.8.15
3682026-06-05T04:02:54.144Z Downloaded quinn-udp v0.5.14
3692026-06-05T04:02:54.144Z Downloaded quick-junit v0.5.2
3702026-06-05T04:02:54.147Z Downloaded target-spec-miette v0.4.8
3712026-06-05T04:02:54.147Z Downloaded futures-sink v0.3.32
3722026-06-05T04:02:54.154Z Downloaded foreign-types-shared v0.1.1
3732026-06-05T04:02:54.158Z Downloaded proc-macro2 v1.0.106
3742026-06-05T04:02:54.158Z Downloaded toml_edit v0.22.27
3752026-06-05T04:02:54.167Z Downloaded want v0.3.1
3762026-06-05T04:02:54.170Z Downloaded unicode-xid v0.2.6
3772026-06-05T04:02:54.170Z Downloaded futures-io v0.3.32
3782026-06-05T04:02:54.170Z Downloaded equivalent v1.0.2
3792026-06-05T04:02:54.170Z Downloaded anstyle-query v1.1.5
3802026-06-05T04:02:54.170Z Downloaded tracing-log v0.2.0
3812026-06-05T04:02:54.178Z Downloaded ipnet v2.12.0
3822026-06-05T04:02:54.208Z Downloaded target-spec v3.6.0
3832026-06-05T04:02:54.208Z Downloaded block-buffer v0.10.4
3842026-06-05T04:02:54.208Z Downloaded h2 v0.4.14
3852026-06-05T04:02:54.208Z Downloaded cargo-util-schemas v0.2.0
3862026-06-05T04:02:54.208Z Downloaded futures-channel v0.3.32
3872026-06-05T04:02:54.208Z Downloaded unicode-ident v1.0.24
3882026-06-05T04:02:54.208Z Downloaded num-traits v0.2.19
3892026-06-05T04:02:54.208Z Downloaded shared_child v1.1.1
3902026-06-05T04:02:54.208Z Downloaded once_cell v1.21.4
3912026-06-05T04:02:54.223Z Downloaded log v0.4.32
3922026-06-05T04:02:54.223Z Downloaded strsim v0.11.1
3932026-06-05T04:02:54.223Z Downloaded toml v0.8.23
3942026-06-05T04:02:54.223Z Downloaded cargo-platform v0.3.3
3952026-06-05T04:02:54.223Z Downloaded tokio-rustls v0.26.4
3962026-06-05T04:02:54.223Z Downloaded thiserror-impl v1.0.69
3972026-06-05T04:02:54.223Z Downloaded tokio-stream v0.1.18
3982026-06-05T04:02:54.224Z Downloaded zmij v1.0.21
3992026-06-05T04:02:54.224Z Downloaded atomic-waker v1.1.2
4002026-06-05T04:02:54.225Z Downloaded ryu v1.0.23
4012026-06-05T04:02:54.225Z Downloaded zipsign-api v0.1.5
4022026-06-05T04:02:54.235Z Downloaded miniz_oxide v0.8.9
4032026-06-05T04:02:54.235Z Downloaded convert_case v0.10.0
4042026-06-05T04:02:54.235Z Downloaded pin-project v1.1.13
4052026-06-05T04:02:54.235Z Downloaded zstd-safe v7.2.4
4062026-06-05T04:02:54.235Z Downloaded tracing-attributes v0.1.31
4072026-06-05T04:02:54.236Z Downloaded toml_parser v1.1.2+spec-1.1.0
4082026-06-05T04:02:54.236Z Downloaded url v2.5.8
4092026-06-05T04:02:54.236Z Downloaded zeroize v1.8.2
4102026-06-05T04:02:54.236Z Downloaded globset v0.4.18
4112026-06-05T04:02:54.237Z Downloaded aho-corasick v1.1.4
4122026-06-05T04:02:54.290Z Downloaded serde-value v0.7.0
4132026-06-05T04:02:54.290Z Downloaded eyre v0.6.12
4142026-06-05T04:02:54.290Z Downloaded utf8parse v0.2.2
4152026-06-05T04:02:54.290Z Downloaded xattr v1.6.1
4162026-06-05T04:02:54.290Z Downloaded zstd v0.13.3
4172026-06-05T04:02:54.310Z Downloaded serde_derive v1.0.228
4182026-06-05T04:02:54.310Z Downloaded unicase v2.9.0
4192026-06-05T04:02:54.311Z Downloaded untrusted v0.9.0
4202026-06-05T04:02:54.311Z Downloaded indexmap v2.14.0
4212026-06-05T04:02:54.312Z Downloaded tar v0.4.46
4222026-06-05T04:02:54.312Z Downloaded serde_path_to_error v0.1.20
4232026-06-05T04:02:54.312Z Downloaded tracing-core v0.1.36
4242026-06-05T04:02:54.312Z Downloaded thiserror v2.0.18
4252026-06-05T04:02:54.312Z Downloaded serde_json v1.0.150
4262026-06-05T04:02:54.312Z Downloaded clap_derive v4.6.1
4272026-06-05T04:02:54.312Z Downloaded shlex v2.0.1
4282026-06-05T04:02:54.312Z Downloaded toml_writer v1.1.1+spec-1.1.0
4292026-06-05T04:02:54.312Z Downloaded base64ct v1.8.3
4302026-06-05T04:02:54.312Z Downloaded vte v0.14.1
4312026-06-05T04:02:54.312Z Downloaded uuid v1.23.2
4322026-06-05T04:02:54.312Z Downloaded serde v1.0.228
4332026-06-05T04:02:54.312Z Downloaded openssl-sys v0.9.116
4342026-06-05T04:02:54.312Z Downloaded addr2line v0.25.1
4352026-06-05T04:02:54.312Z Downloaded rustls-webpki v0.103.13
4362026-06-05T04:02:54.312Z Downloaded tempfile v3.27.0
4372026-06-05T04:02:54.328Z Downloaded getrandom v0.2.17
4382026-06-05T04:02:54.328Z Downloaded mio v1.2.1
4392026-06-05T04:02:54.328Z Downloaded quinn v0.11.9
4402026-06-05T04:02:54.328Z Downloaded ed25519-dalek v2.2.0
4412026-06-05T04:02:54.328Z Downloaded config v0.15.23
4422026-06-05T04:02:54.328Z Downloaded cfg-expr v0.20.8
4432026-06-05T04:02:54.328Z Downloaded signal-hook v0.3.18
4442026-06-05T04:02:54.342Z Downloaded tinyvec v1.11.0
4452026-06-05T04:02:54.342Z Downloaded textwrap v0.16.2
4462026-06-05T04:02:54.342Z Downloaded bitflags v2.12.1
4472026-06-05T04:02:54.342Z Downloaded rand v0.9.4
4482026-06-05T04:02:54.342Z Downloaded hashbrown v0.17.1
4492026-06-05T04:02:54.343Z Downloaded memchr v2.8.1
4502026-06-05T04:02:54.367Z Downloaded idna v1.1.0
4512026-06-05T04:02:54.367Z Downloaded sharded-slab v0.1.7
4522026-06-05T04:02:54.367Z Downloaded derive_more v2.1.1
4532026-06-05T04:02:54.367Z Downloaded bytes v1.11.1
4542026-06-05T04:02:54.367Z Downloaded clap_builder v4.6.0
4552026-06-05T04:02:54.368Z Downloaded http v1.4.1
4562026-06-05T04:02:54.375Z Downloaded hyper-util v0.1.20
4572026-06-05T04:02:54.375Z Downloaded base64 v0.22.1
4582026-06-05T04:02:54.395Z Downloaded backtrace v0.3.76
4592026-06-05T04:02:54.395Z Downloaded typenum v1.20.1
4602026-06-05T04:02:54.436Z Downloaded unicode-normalization v0.1.25
4612026-06-05T04:02:54.436Z Downloaded ron v0.12.1
4622026-06-05T04:02:54.436Z Downloaded unicode-segmentation v1.13.3
4632026-06-05T04:02:54.442Z Downloaded crossterm v0.29.0
4642026-06-05T04:02:54.442Z Downloaded tower v0.5.3
4652026-06-05T04:02:54.442Z Downloaded hyper v1.10.1
4662026-06-05T04:02:54.442Z Downloaded tokio-util v0.7.18
4672026-06-05T04:02:54.442Z Downloaded itertools v0.14.0
4682026-06-05T04:02:54.442Z Downloaded tower-http v0.6.11
4692026-06-05T04:02:54.457Z Downloaded reqwest v0.12.28
4702026-06-05T04:02:54.471Z Downloaded futures-util v0.3.32
4712026-06-05T04:02:54.472Z Downloaded pulldown-cmark v0.13.4
4722026-06-05T04:02:54.494Z Downloaded bstr v1.12.1
4732026-06-05T04:02:54.494Z Downloaded winnow v1.0.3
4742026-06-05T04:02:54.494Z Downloaded regex v1.12.3
4752026-06-05T04:02:54.514Z Downloaded portable-atomic v1.13.1
4762026-06-05T04:02:54.514Z Downloaded unicode-width v0.1.14
4772026-06-05T04:02:54.514Z Downloaded chrono v0.4.45
4782026-06-05T04:02:54.514Z Downloaded vcpkg v0.2.15
4792026-06-05T04:02:54.534Z Downloaded tracing-subscriber v0.3.23
4802026-06-05T04:02:54.542Z Downloaded gimli v0.32.3
4812026-06-05T04:02:54.542Z Downloaded zerocopy v0.8.50
4822026-06-05T04:02:54.542Z Downloaded winnow v0.7.15
4832026-06-05T04:02:54.559Z Downloaded curve25519-dalek v4.1.3
4842026-06-05T04:02:54.560Z Downloaded webpki-roots v1.0.7
4852026-06-05T04:02:54.560Z Downloaded quick-xml v0.38.4
4862026-06-05T04:02:54.575Z Downloaded unicode-width v0.2.2
4872026-06-05T04:02:54.575Z Downloaded syn v2.0.117
4882026-06-05T04:02:54.575Z Downloaded color-eyre v0.6.5
4892026-06-05T04:02:54.588Z Downloaded tokio v1.52.3
4902026-06-05T04:02:54.607Z Downloaded quinn-proto v0.11.14
4912026-06-05T04:02:54.624Z Downloaded nextest-runner v0.80.0
4922026-06-05T04:02:54.631Z Downloaded nix v0.30.1
4932026-06-05T04:02:54.639Z Downloaded object v0.37.3
4942026-06-05T04:02:54.665Z Downloaded rustls v0.23.40
4952026-06-05T04:02:54.670Z Downloaded regex-syntax v0.8.10
4962026-06-05T04:02:54.678Z Downloaded rustix v1.1.4
4972026-06-05T04:02:54.696Z Downloaded rustix v0.38.44
4982026-06-05T04:02:54.717Z Downloaded tracing v0.1.44
4992026-06-05T04:02:54.758Z Downloaded regex-automata v0.4.14
5002026-06-05T04:02:54.823Z Downloaded libc v0.2.186
5012026-06-05T04:02:54.839Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5022026-06-05T04:02:54.854Z Downloaded petgraph v0.8.3
5032026-06-05T04:02:54.906Z Downloaded recursion v0.5.4
5042026-06-05T04:02:54.911Z Downloaded ring v0.17.14
5052026-06-05T04:02:54.971Z Compiling libc v0.2.186
5062026-06-05T04:02:54.971Z Compiling proc-macro2 v1.0.106
5072026-06-05T04:02:54.971Z Compiling quote v1.0.45
5082026-06-05T04:02:54.974Z Compiling unicode-ident v1.0.24
5092026-06-05T04:02:54.974Z Compiling serde_core v1.0.228
5102026-06-05T04:02:54.974Z Compiling cfg-if v1.0.4
5112026-06-05T04:02:54.974Z Compiling memchr v2.8.1
5122026-06-05T04:02:54.974Z Compiling once_cell v1.21.4
5132026-06-05T04:02:55.218Z Compiling log v0.4.32
5142026-06-05T04:02:55.230Z Compiling pin-project-lite v0.2.17
5152026-06-05T04:02:55.319Z Compiling serde v1.0.228
5162026-06-05T04:02:55.376Z Compiling itoa v1.0.18
5172026-06-05T04:02:55.533Z Compiling smallvec v1.15.1
5182026-06-05T04:02:55.608Z Compiling futures-core v0.3.32
5192026-06-05T04:02:55.672Z Compiling bitflags v2.12.1
5202026-06-05T04:02:55.768Z Compiling shlex v2.0.1
5212026-06-05T04:02:55.779Z Compiling find-msvc-tools v0.1.9
5222026-06-05T04:02:55.949Z Compiling equivalent v1.0.2
5232026-06-05T04:02:56.007Z Compiling errno v0.3.14
5242026-06-05T04:02:56.033Z Compiling hashbrown v0.17.1
5252026-06-05T04:02:56.060Z Compiling bytes v1.11.1
5262026-06-05T04:02:56.082Z Compiling mio v1.2.1
5272026-06-05T04:02:56.197Z Compiling signal-hook-registry v1.4.8
5282026-06-05T04:02:56.263Z Compiling jobserver v0.1.34
5292026-06-05T04:02:56.337Z Compiling syn v2.0.117
5302026-06-05T04:02:56.409Z Compiling futures-sink v0.3.32
5312026-06-05T04:02:56.522Z Compiling cc v1.2.63
5322026-06-05T04:02:56.587Z Compiling rustix v1.1.4
5332026-06-05T04:02:56.709Z Compiling socket2 v0.6.4
5342026-06-05T04:02:56.768Z Compiling slab v0.4.12
5352026-06-05T04:02:56.791Z Compiling zmij v1.0.21
5362026-06-05T04:02:56.917Z Compiling futures-channel v0.3.32
5372026-06-05T04:02:56.984Z Compiling tracing-core v0.1.36
5382026-06-05T04:02:57.170Z Compiling version_check v0.9.5
5392026-06-05T04:02:57.227Z Compiling serde_json v1.0.150
5402026-06-05T04:02:57.451Z Compiling indexmap v2.14.0
5412026-06-05T04:02:57.568Z Compiling futures-task v0.3.32
5422026-06-05T04:02:57.606Z Compiling getrandom v0.4.2
5432026-06-05T04:02:57.747Z Compiling futures-io v0.3.32
5442026-06-05T04:02:57.866Z Compiling percent-encoding v2.3.2
5452026-06-05T04:02:57.919Z Compiling unicode-width v0.2.2
5462026-06-05T04:02:57.956Z Compiling camino v1.2.2
5472026-06-05T04:02:58.146Z Compiling ring v0.17.14
5482026-06-05T04:02:58.236Z Compiling http v1.4.1
5492026-06-05T04:02:58.300Z Compiling adler2 v2.0.1
5502026-06-05T04:02:58.325Z Compiling zeroize v1.8.2
5512026-06-05T04:02:58.356Z Compiling autocfg v1.5.1
5522026-06-05T04:02:58.466Z Compiling simd-adler32 v0.3.9
5532026-06-05T04:02:58.715Z Compiling num-traits v0.2.19
5542026-06-05T04:02:58.963Z Compiling miniz_oxide v0.8.9
5552026-06-05T04:02:59.126Z Compiling object v0.37.3
5562026-06-05T04:02:59.193Z Compiling target-lexicon v0.13.5
5572026-06-05T04:02:59.311Z Compiling zerocopy v0.8.50
5582026-06-05T04:02:59.402Z Compiling getrandom v0.3.4
5592026-06-05T04:02:59.745Z Compiling http-body v1.0.1
5602026-06-05T04:02:59.780Z Compiling rustls-pki-types v1.14.1
5612026-06-05T04:02:59.912Z Compiling form_urlencoded v1.2.2
5622026-06-05T04:02:59.928Z Compiling semver v1.0.28
5632026-06-05T04:02:59.962Z Compiling serde_derive v1.0.228
5642026-06-05T04:03:00.173Z Compiling tokio-macros v2.7.0
5652026-06-05T04:03:00.193Z Compiling futures-macro v0.3.32
5662026-06-05T04:03:00.394Z Compiling tracing-attributes v0.1.31
5672026-06-05T04:03:00.536Z Compiling getrandom v0.2.17
5682026-06-05T04:03:00.579Z Compiling owo-colors v4.3.0
5692026-06-05T04:03:00.645Z Compiling signal-hook v0.3.18
5702026-06-05T04:03:00.724Z Compiling gimli v0.32.3
5712026-06-05T04:03:00.874Z Compiling guppy-workspace-hack v0.1.0
5722026-06-05T04:03:00.911Z Compiling tokio v1.52.3
5732026-06-05T04:03:00.914Z Compiling fnv v1.0.7
5742026-06-05T04:03:01.001Z Compiling futures-util v0.3.32
5752026-06-05T04:03:01.025Z Compiling thiserror v2.0.18
5762026-06-05T04:03:01.098Z Compiling idna_adapter v1.0.0
5772026-06-05T04:03:01.203Z Compiling untrusted v0.9.0
5782026-06-05T04:03:01.328Z Compiling utf8_iter v1.0.4
5792026-06-05T04:03:01.367Z Compiling httparse v1.10.1
5802026-06-05T04:03:01.490Z Compiling idna v1.1.0
5812026-06-05T04:03:01.595Z Compiling tracing v0.1.44
5822026-06-05T04:03:01.977Z Compiling thiserror-impl v2.0.18
5832026-06-05T04:03:02.733Z Compiling addr2line v0.25.1
5842026-06-05T04:03:03.343Z Compiling generic-array v0.14.7
5852026-06-05T04:03:03.368Z Compiling tower-service v0.3.3
5862026-06-05T04:03:03.467Z Compiling thiserror v1.0.69
5872026-06-05T04:03:03.595Z Compiling rustls v0.23.40
5882026-06-05T04:03:03.650Z Compiling rustc-demangle v0.1.27
5892026-06-05T04:03:03.794Z Compiling target-spec v3.6.0
5902026-06-05T04:03:03.807Z Compiling fastrand v2.4.1
5912026-06-05T04:03:03.824Z Compiling typeid v1.0.3
5922026-06-05T04:03:04.079Z Compiling atomic-waker v1.1.2
5932026-06-05T04:03:04.119Z Compiling pkg-config v0.3.33
5942026-06-05T04:03:04.132Z Compiling try-lock v0.2.5
5952026-06-05T04:03:04.241Z Compiling want v0.3.1
5962026-06-05T04:03:04.268Z Compiling tempfile v3.27.0
5972026-06-05T04:03:04.560Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5982026-06-05T04:03:04.649Z Compiling cfg-expr v0.20.8
5992026-06-05T04:03:04.970Z Compiling tokio-util v0.7.18
6002026-06-05T04:03:05.606Z Compiling h2 v0.4.14
6012026-06-05T04:03:05.642Z Compiling url v2.5.8
6022026-06-05T04:03:06.072Z Compiling backtrace v0.3.76
6032026-06-05T04:03:06.131Z Compiling thiserror-impl v1.0.69
6042026-06-05T04:03:06.169Z Compiling terminal_size v0.4.4
6052026-06-05T04:03:06.326Z Compiling aho-corasick v1.1.4
6062026-06-05T04:03:06.453Z Compiling regex-syntax v0.8.10
6072026-06-05T04:03:07.280Z Compiling rustls-webpki v0.103.13
6082026-06-05T04:03:08.133Z Compiling winnow v0.7.15
6092026-06-05T04:03:09.882Z Compiling subtle v2.6.1
6102026-06-05T04:03:10.002Z Compiling erased-serde v0.4.10
6112026-06-05T04:03:10.060Z Compiling typenum v1.20.1
6122026-06-05T04:03:10.356Z Compiling regex-automata v0.4.14
6132026-06-05T04:03:10.817Z Compiling hyper v1.10.1
6142026-06-05T04:03:11.855Z Compiling toml_datetime v0.6.11
6152026-06-05T04:03:12.226Z Compiling serde_spanned v0.6.9
6162026-06-05T04:03:12.401Z Compiling ahash v0.8.12
6172026-06-05T04:03:12.682Z Compiling sync_wrapper v1.0.2
6182026-06-05T04:03:12.792Z Compiling tower-layer v0.3.3
6192026-06-05T04:03:12.994Z Compiling lazy_static v1.5.0
6202026-06-05T04:03:13.099Z Compiling portable-atomic v1.13.1
6212026-06-05T04:03:13.545Z Compiling toml_write v0.1.2
6222026-06-05T04:03:13.660Z Compiling either v1.16.0
6232026-06-05T04:03:13.769Z Compiling foldhash v0.1.5
6242026-06-05T04:03:13.792Z Compiling parking_lot_core v0.9.12
6252026-06-05T04:03:13.883Z Compiling is_ci v1.2.0
6262026-06-05T04:03:13.988Z Compiling unicode-linebreak v0.1.5
6272026-06-05T04:03:14.051Z Compiling base64 v0.22.1
6282026-06-05T04:03:14.071Z Compiling unicode-segmentation v1.13.3
6292026-06-05T04:03:14.258Z Compiling ipnet v2.12.0
6302026-06-05T04:03:14.458Z Compiling nextest-workspace-hack v0.1.0
6312026-06-05T04:03:14.505Z Compiling crc32fast v1.5.0
6322026-06-05T04:03:14.535Z Compiling hyper-util v0.1.20
6332026-06-05T04:03:14.708Z Compiling convert_case v0.10.0
6342026-06-05T04:03:14.850Z Compiling textwrap v0.16.2
6352026-06-05T04:03:14.898Z Compiling supports-color v3.0.2
6362026-06-05T04:03:14.965Z Compiling hashbrown v0.15.5
6372026-06-05T04:03:15.136Z Compiling toml_edit v0.22.27
6382026-06-05T04:03:15.495Z Compiling tokio-rustls v0.26.4
6392026-06-05T04:03:15.600Z Compiling sharded-slab v0.1.7
6402026-06-05T04:03:15.776Z Compiling tower v0.5.3
6412026-06-05T04:03:16.250Z Compiling backtrace-ext v0.2.1
6422026-06-05T04:03:16.357Z Compiling ordered-float v2.10.1
6432026-06-05T04:03:16.512Z Compiling webpki-roots v1.0.7
6442026-06-05T04:03:16.618Z Compiling miette-derive v7.6.0
6452026-06-05T04:03:16.621Z Compiling pathdiff v0.2.3
6462026-06-05T04:03:16.747Z Compiling console v0.15.11
6472026-06-05T04:03:16.816Z Compiling cargo-platform v0.3.3
6482026-06-05T04:03:17.167Z Compiling tracing-log v0.2.0
6492026-06-05T04:03:17.369Z Compiling os_pipe v1.2.3
6502026-06-05T04:03:17.524Z Compiling thread_local v1.1.9
6512026-06-05T04:03:17.542Z Compiling zstd-safe v7.2.4
6522026-06-05T04:03:17.732Z Compiling scopeguard v1.2.0
6532026-06-05T04:03:17.795Z Compiling debug-ignore v1.0.5
6542026-06-05T04:03:17.854Z Compiling pulldown-cmark v0.13.4
6552026-06-05T04:03:17.915Z Compiling supports-unicode v3.0.0
6562026-06-05T04:03:17.940Z Compiling winnow v1.0.3
6572026-06-05T04:03:18.076Z Compiling rustix v0.38.44
6582026-06-05T04:03:18.092Z Compiling utf8parse v0.2.2
6592026-06-05T04:03:18.111Z Compiling ryu v1.0.23
6602026-06-05T04:03:18.203Z Compiling unicode-width v0.1.14
6612026-06-05T04:03:18.400Z Compiling cfg_aliases v0.2.1
6622026-06-05T04:03:18.434Z Compiling fixedbitset v0.5.7
6632026-06-05T04:03:18.521Z Compiling supports-hyperlinks v3.2.0
6642026-06-05T04:03:18.735Z Compiling petgraph v0.8.3
6652026-06-05T04:03:18.890Z Compiling miette v7.6.0
6662026-06-05T04:03:18.939Z Compiling nix v0.30.1
6672026-06-05T04:03:19.329Z Compiling toml_parser v1.1.2+spec-1.1.0
6682026-06-05T04:03:19.479Z Compiling serde_urlencoded v0.7.1
6692026-06-05T04:03:19.760Z Compiling anstyle-parse v1.0.0
6702026-06-05T04:03:19.988Z Compiling lock_api v0.4.14
6712026-06-05T04:03:20.232Z Compiling tracing-subscriber v0.3.23
6722026-06-05T04:03:20.650Z Compiling sigchld v0.2.4
6732026-06-05T04:03:20.663Z Compiling cargo_metadata v0.23.1
6742026-06-05T04:03:20.840Z Compiling toml v0.8.23
6752026-06-05T04:03:21.595Z Compiling serde-untagged v0.1.9
6762026-06-05T04:03:21.969Z Compiling hyper-rustls v0.27.9
6772026-06-05T04:03:22.635Z Compiling serde-value v0.7.0
6782026-06-05T04:03:23.220Z Compiling tower-http v0.6.11
6792026-06-05T04:03:23.505Z Compiling derive_more-impl v2.1.1
6802026-06-05T04:03:24.093Z Compiling itertools v0.14.0
6812026-06-05T04:03:24.121Z Compiling regex v1.12.3
6822026-06-05T04:03:24.147Z Compiling block-buffer v0.10.4
6832026-06-05T04:03:24.299Z Compiling crypto-common v0.1.7
6842026-06-05T04:03:24.324Z Compiling ppv-lite86 v0.2.21
6852026-06-05T04:03:24.434Z Compiling rand_core v0.9.5
6862026-06-05T04:03:24.487Z Compiling futures-executor v0.3.32
6872026-06-05T04:03:24.654Z Compiling pin-project-internal v1.1.13
6882026-06-05T04:03:24.682Z Compiling http-body-util v0.1.3
6892026-06-05T04:03:24.958Z Compiling uuid v1.23.2
6902026-06-05T04:03:25.016Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-06-05T04:03:25.417Z Compiling smol_str v0.3.6
6922026-06-05T04:03:25.491Z Compiling serde_spanned v1.1.1
6932026-06-05T04:03:25.539Z Compiling filetime v0.2.29
6942026-06-05T04:03:25.590Z Compiling vte v0.14.1
6952026-06-05T04:03:25.622Z Compiling bstr v1.12.1
6962026-06-05T04:03:25.698Z Compiling eyre v0.6.12
6972026-06-05T04:03:25.739Z Compiling nested v0.1.1
6982026-06-05T04:03:25.758Z Compiling anstyle-query v1.1.5
6992026-06-05T04:03:25.813Z Compiling is_terminal_polyfill v1.70.2
7002026-06-05T04:03:25.864Z Compiling number_prefix v0.4.0
7012026-06-05T04:03:25.902Z Compiling unicode-xid v0.2.6
7022026-06-05T04:03:25.912Z Compiling iana-time-zone v0.1.65
7032026-06-05T04:03:25.927Z Compiling anstyle v1.0.14
7042026-06-05T04:03:26.011Z Compiling unicase v2.9.0
7052026-06-05T04:03:26.020Z Compiling colorchoice v1.0.5
7062026-06-05T04:03:26.139Z Compiling xattr v1.6.1
7072026-06-05T04:03:26.191Z Compiling tinyvec_macros v0.1.1
7082026-06-05T04:03:26.204Z Compiling color-spantrace v0.3.0
7092026-06-05T04:03:26.225Z Compiling litrs v1.0.0
7102026-06-05T04:03:26.263Z Compiling self_update v0.42.0
7112026-06-05T04:03:26.301Z Compiling static_assertions v1.1.0
7122026-06-05T04:03:26.322Z Compiling tar v0.4.46
7132026-06-05T04:03:26.374Z Compiling guppy v0.17.26
7142026-06-05T04:03:26.532Z Compiling tinyvec v1.11.0
7152026-06-05T04:03:26.566Z Compiling anstream v1.0.0
7162026-06-05T04:03:26.684Z Compiling document-features v0.2.12
7172026-06-05T04:03:26.985Z Compiling globset v0.4.18
7182026-06-05T04:03:27.089Z Compiling chrono v0.4.45
7192026-06-05T04:03:27.523Z Compiling cargo-util-schemas v0.2.0
7202026-06-05T04:03:27.949Z Compiling indicatif v0.17.11
7212026-06-05T04:03:28.874Z Compiling strip-ansi-escapes v0.2.1
7222026-06-05T04:03:29.353Z Compiling pin-project v1.1.13
7232026-06-05T04:03:29.385Z Compiling nextest-metadata v0.12.2
7242026-06-05T04:03:29.868Z Compiling toml v1.1.2+spec-1.1.0
7252026-06-05T04:03:29.936Z Compiling newtype-uuid v1.3.2
7262026-06-05T04:03:30.126Z Compiling reqwest v0.12.28
7272026-06-05T04:03:30.219Z Compiling futures v0.3.32
7282026-06-05T04:03:30.301Z Compiling rand_chacha v0.9.0
7292026-06-05T04:03:30.449Z Compiling digest v0.10.7
7302026-06-05T04:03:30.672Z Compiling derive_more v2.1.1
7312026-06-05T04:03:30.759Z Compiling flate2 v1.1.9
7322026-06-05T04:03:30.851Z Compiling parking_lot v0.12.5
7332026-06-05T04:03:31.062Z Compiling tracing-error v0.2.1
7342026-06-05T04:03:31.295Z Compiling shared_child v1.1.1
7352026-06-05T04:03:31.781Z Compiling signal-hook-mio v0.2.5
7362026-06-05T04:03:31.927Z Compiling self-replace v1.5.0
7372026-06-05T04:03:31.975Z Compiling cargo-platform v0.2.0
7382026-06-05T04:03:32.219Z Compiling quick-xml v0.37.5
7392026-06-05T04:03:32.541Z Compiling quick-xml v0.38.4
7402026-06-05T04:03:33.067Z Compiling recursion v0.5.4
7412026-06-05T04:03:33.071Z Compiling heck v0.5.0
7422026-06-05T04:03:33.071Z Compiling shell-words v1.1.1
7432026-06-05T04:03:33.083Z Compiling urlencoding v2.1.3
7442026-06-05T04:03:33.309Z Compiling cpufeatures v0.2.17
7452026-06-05T04:03:33.325Z Compiling indenter v0.3.4
7462026-06-05T04:03:33.384Z Compiling clap_lex v1.1.0
7472026-06-05T04:03:33.455Z Compiling humantime v2.3.0
7482026-06-05T04:03:34.148Z Compiling strsim v0.11.1
7492026-06-05T04:03:34.155Z Compiling humantime-serde v1.1.1
7502026-06-05T04:03:34.155Z Compiling sha2 v0.10.9
7512026-06-05T04:03:34.176Z Compiling clap_builder v4.6.0
7522026-06-05T04:03:34.940Z Compiling quick-junit v0.5.2
7532026-06-05T04:03:35.347Z Compiling clap_derive v4.6.1
7542026-06-05T04:03:35.350Z Compiling nextest-filtering v0.15.0
7552026-06-05T04:03:36.360Z Compiling cargo_metadata v0.20.0
7562026-06-05T04:03:37.719Z Compiling atomicwrites v0.4.4
7572026-06-05T04:03:37.956Z Compiling cargo-nextest v0.9.97
7582026-06-05T04:03:38.283Z Compiling crossterm v0.29.0
7592026-06-05T04:03:40.002Z Compiling duct v0.13.7
7602026-06-05T04:03:40.670Z Compiling rand v0.9.4
7612026-06-05T04:03:40.898Z Compiling zstd v0.13.3
7622026-06-05T04:03:40.983Z Compiling async-scoped v0.9.0
7632026-06-05T04:03:41.589Z Compiling config v0.15.23
7642026-06-05T04:03:41.597Z Compiling unicode-normalization v0.1.25
7652026-06-05T04:03:41.597Z Compiling target-spec-miette v0.4.8
7662026-06-05T04:03:41.597Z Compiling future-queue v0.4.0
7672026-06-05T04:03:41.597Z Compiling mukti-metadata v0.3.0
7682026-06-05T04:03:41.663Z Compiling tokio-stream v0.1.18
7692026-06-05T04:03:41.763Z Compiling camino-tempfile v1.4.1
7702026-06-05T04:03:41.860Z Compiling derive-where v1.6.1
7712026-06-05T04:03:41.908Z Compiling serde_path_to_error v0.1.20
7722026-06-05T04:03:42.003Z Compiling serde_ignored v0.1.14
7732026-06-05T04:03:42.188Z Compiling swrite v0.1.0
7742026-06-05T04:03:42.201Z Compiling indent_write v2.2.0
7752026-06-05T04:03:42.293Z Compiling home v0.5.12
7762026-06-05T04:03:42.351Z Compiling hex v0.4.3
7772026-06-05T04:03:42.354Z Compiling xxhash-rust v0.8.15
7782026-06-05T04:03:42.376Z Compiling color-eyre v0.6.5
7792026-06-05T04:03:42.487Z Compiling clap v4.6.1
7802026-06-05T04:03:42.532Z Compiling dialoguer v0.11.0
7812026-06-05T04:03:42.966Z Compiling enable-ansi-support v0.2.1
7822026-06-05T04:03:43.114Z Compiling nextest-runner v0.80.0
7832026-06-05T04:04:01.196Z Finished `release` profile [optimized] target(s) in 1m 10s
7842026-06-05T04:04:01.384Z Installing /home/build/.cargo/bin/cargo-nextest
7852026-06-05T04:04:01.404Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7862026-06-05T04:04:01.500Z+ banner bfd
7872026-06-05T04:04:01.516Z
7882026-06-05T04:04:01.516Z ##### ###### #####
7892026-06-05T04:04:01.516Z # # # # #
7902026-06-05T04:04:01.516Z ##### ##### # #
7912026-06-05T04:04:01.517Z # # # # #
7922026-06-05T04:04:01.517Z # # # # #
7932026-06-05T04:04:01.517Z ##### # #####
7942026-06-05T04:04:01.517Z
7952026-06-05T04:04:01.517Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7962026-06-05T04:04:01.652Z Updating git repository `https://github.com/oxidecomputer/falcon`
7972026-06-05T04:04:02.471ZFrom https://github.com/oxidecomputer/falcon
7982026-06-05T04:04:02.471Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7992026-06-05T04:04:02.548Z Updating crates.io index
8002026-06-05T04:04:02.566Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8012026-06-05T04:04:03.507ZFrom https://github.com/oxidecomputer/dendrite
8022026-06-05T04:04:03.507Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
8032026-06-05T04:04:03.520Z Updating git repository `https://github.com/oxidecomputer/ispf`
8042026-06-05T04:04:03.793ZFrom https://github.com/oxidecomputer/ispf
8052026-06-05T04:04:03.793Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8062026-06-05T04:04:03.841Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8072026-06-05T04:04:04.167ZFrom https://github.com/oxidecomputer/netadm-sys
8082026-06-05T04:04:04.167Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8092026-06-05T04:04:04.199Z Updating git repository `https://github.com/oxidecomputer/omicron`
8102026-06-05T04:04:12.625ZFrom https://github.com/oxidecomputer/omicron
8112026-06-05T04:04:12.625Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8122026-06-05T04:04:13.039Z Updating git repository `https://github.com/oxidecomputer/opte`
8132026-06-05T04:04:13.702ZFrom https://github.com/oxidecomputer/opte
8142026-06-05T04:04:13.703Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8152026-06-05T04:04:14.163Z Updating git repository `https://github.com/illumos/smf-rs`
8162026-06-05T04:04:14.171ZFrom https://github.com/illumos/smf-rs
8172026-06-05T04:04:14.171Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8182026-06-05T04:04:14.171Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8192026-06-05T04:04:14.337ZFrom https://github.com/oxidecomputer/network-interface
8202026-06-05T04:04:14.337Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8212026-06-05T04:04:14.340Z Updating git repository `https://github.com/oxidecomputer/zone`
8222026-06-05T04:04:14.634ZFrom https://github.com/oxidecomputer/zone
8232026-06-05T04:04:14.634Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8242026-06-05T04:04:14.679Z Updating git repository `https://github.com/oxidecomputer/propolis`
8252026-06-05T04:04:15.248ZFrom https://github.com/oxidecomputer/propolis
8262026-06-05T04:04:15.248Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8272026-06-05T04:04:15.294Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8282026-06-05T04:04:16.186ZFrom https://github.com/oxidecomputer/transceiver-control
8292026-06-05T04:04:16.186Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8302026-06-05T04:04:16.189Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312026-06-05T04:04:16.189ZFrom https://github.com/oxidecomputer/dlpi-sys
8322026-06-05T04:04:16.189Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8332026-06-05T04:04:16.190Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342026-06-05T04:04:16.397ZFrom https://github.com/jmesmon/rust-libzfs
8352026-06-05T04:04:16.397Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8362026-06-05T04:04:16.404Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8372026-06-05T04:04:16.676ZFrom https://github.com/oxidecomputer/rusty-doors
8382026-06-05T04:04:16.676Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8392026-06-05T04:04:16.692Z Updating git repository `https://github.com/oxidecomputer/lldp`
8402026-06-05T04:04:17.053ZFrom https://github.com/oxidecomputer/lldp
8412026-06-05T04:04:17.053Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8422026-06-05T04:04:17.091Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8432026-06-05T04:04:17.353ZFrom https://github.com/oxidecomputer/slog-error-chain
8442026-06-05T04:04:17.353Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8452026-06-05T04:04:17.373Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8462026-06-05T04:04:17.682ZFrom https://github.com/oxidecomputer/tufaceous
8472026-06-05T04:04:17.682Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8482026-06-05T04:04:17.724Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8492026-06-05T04:04:18.180ZFrom https://github.com/oxidecomputer/management-gateway-service
8502026-06-05T04:04:18.180Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8512026-06-05T04:04:18.207Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-06-05T04:04:19.484ZFrom https://github.com/oxidecomputer/crucible
8532026-06-05T04:04:19.484Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8542026-06-05T04:04:19.545Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8552026-06-05T04:04:19.801ZFrom https://github.com/oxidecomputer/serde_human_bytes
8562026-06-05T04:04:19.801Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8572026-06-05T04:04:19.947Z Updating git repository `https://github.com/oxidecomputer/propolis`
8582026-06-05T04:04:20.333ZFrom https://github.com/oxidecomputer/propolis
8592026-06-05T04:04:20.333Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8602026-06-05T04:04:20.417Z Updating git repository `https://github.com/oxidecomputer/crucible`
8612026-06-05T04:04:21.128ZFrom https://github.com/oxidecomputer/crucible
8622026-06-05T04:04:21.128Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8632026-06-05T04:04:21.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
8642026-06-05T04:04:21.519ZFrom https://github.com/oxidecomputer/tofino
8652026-06-05T04:04:21.519Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8662026-06-05T04:04:21.622Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8672026-06-05T04:04:22.394ZFrom https://github.com/oxidecomputer/maghemite
8682026-06-05T04:04:22.394Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8692026-06-05T04:04:22.425Z Updating git repository `https://github.com/oxidecomputer/clickward`
8702026-06-05T04:04:22.715ZFrom https://github.com/oxidecomputer/clickward
8712026-06-05T04:04:22.715Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8722026-06-05T04:04:22.748Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8732026-06-05T04:04:23.014ZFrom https://github.com/oxidecomputer/illumos-devinfo
8742026-06-05T04:04:23.014Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8752026-06-05T04:04:23.980Z Downloading crates ...
8762026-06-05T04:04:24.035Z Downloaded crossbeam-utils v0.8.21
8772026-06-05T04:04:24.053Z Downloaded blake2 v0.10.6
8782026-06-05T04:04:24.062Z Downloaded keccak v0.1.6
8792026-06-05T04:04:24.070Z Downloaded chacha20 v0.9.1
8802026-06-05T04:04:24.074Z Downloaded cancel-safe-futures v0.1.5
8812026-06-05T04:04:24.074Z Downloaded float-ord v0.3.2
8822026-06-05T04:04:24.074Z Downloaded bit-vec v0.8.0
8832026-06-05T04:04:24.077Z Downloaded group v0.13.0
8842026-06-05T04:04:24.077Z Downloaded icu_collections v2.2.0
8852026-06-05T04:04:24.081Z Downloaded indicatif v0.18.4
8862026-06-05T04:04:24.485Z Downloaded digest v0.11.3
8872026-06-05T04:04:24.485Z Downloaded derive_more v0.99.20
8882026-06-05T04:04:24.491Z Downloaded const_format v0.2.36
8892026-06-05T04:04:24.491Z Downloaded elliptic-curve v0.13.8
8902026-06-05T04:04:24.491Z Downloaded opaque-debug v0.3.1
8912026-06-05T04:04:24.491Z Downloaded diff v0.1.13
8922026-06-05T04:04:24.491Z Downloaded bcs v0.1.6
8932026-06-05T04:04:24.491Z Downloaded argon2 v0.5.3
8942026-06-05T04:04:24.491Z Downloaded darling_macro v0.21.3
8952026-06-05T04:04:24.491Z Downloaded const-random v0.1.18
8962026-06-05T04:04:24.491Z Downloaded chacha20 v0.10.0
8972026-06-05T04:04:24.491Z Downloaded cookie v0.18.1
8982026-06-05T04:04:24.491Z Downloaded dropshot-api-manager-types v0.7.2
8992026-06-05T04:04:24.491Z Downloaded crypto-common v0.2.2
9002026-06-05T04:04:24.491Z Downloaded aead v0.5.2
9012026-06-05T04:04:24.491Z Downloaded crunchy v0.2.4
9022026-06-05T04:04:24.491Z Downloaded csv-core v0.1.13
9032026-06-05T04:04:24.492Z Downloaded bytecount v0.6.9
9042026-06-05T04:04:24.492Z Downloaded backon v1.6.0
9052026-06-05T04:04:24.492Z Downloaded arrayvec v0.7.6
9062026-06-05T04:04:24.492Z Downloaded ciborium v0.2.2
9072026-06-05T04:04:24.492Z Downloaded dof v0.4.0
9082026-06-05T04:04:24.492Z Downloaded defmt v0.3.100
9092026-06-05T04:04:24.492Z Downloaded byte-wrapper v0.1.0
9102026-06-05T04:04:24.492Z Downloaded crucible-workspace-hack v0.1.0
9112026-06-05T04:04:24.492Z Downloaded dyn-clone v1.0.20
9122026-06-05T04:04:24.492Z Downloaded crossbeam-epoch v0.9.18
9132026-06-05T04:04:24.492Z Downloaded defmt-parser v1.0.0
9142026-06-05T04:04:24.492Z Downloaded data-encoding v2.11.0
9152026-06-05T04:04:24.492Z Downloaded const-oid v0.10.2
9162026-06-05T04:04:24.492Z Downloaded ciborium-ll v0.2.2
9172026-06-05T04:04:24.492Z Downloaded fs-err v3.3.0
9182026-06-05T04:04:24.492Z Downloaded litemap v0.8.2
9192026-06-05T04:04:24.492Z Downloaded gethostname v0.5.0
9202026-06-05T04:04:24.492Z Downloaded ciborium-io v0.2.2
9212026-06-05T04:04:24.492Z Downloaded darling_macro v0.23.0
9222026-06-05T04:04:24.492Z Downloaded num v0.4.3
9232026-06-05T04:04:24.492Z Downloaded cstr-argument v0.1.2
9242026-06-05T04:04:24.492Z Downloaded erased-serde v0.3.31
9252026-06-05T04:04:24.492Z Downloaded dunce v1.0.5
9262026-06-05T04:04:24.492Z Downloaded async-recursion v1.1.1
9272026-06-05T04:04:24.492Z Downloaded ipnetwork v0.21.1
9282026-06-05T04:04:24.492Z Downloaded is-terminal v0.4.17
9292026-06-05T04:04:24.492Z Downloaded async-stream v0.3.6
9302026-06-05T04:04:24.492Z Downloaded cpufeatures v0.3.0
9312026-06-05T04:04:24.492Z Downloaded dtrace-parser v0.2.0
9322026-06-05T04:04:24.492Z Downloaded multer v3.1.0
9332026-06-05T04:04:24.492Z Downloaded fs_extra v1.3.0
9342026-06-05T04:04:24.492Z Downloaded const-random-macro v0.1.16
9352026-06-05T04:04:24.492Z Downloaded compression-core v0.4.32
9362026-06-05T04:04:24.492Z Downloaded cobs v0.3.0
9372026-06-05T04:04:24.492Z Downloaded base16ct v1.0.0
9382026-06-05T04:04:24.492Z Downloaded dtrace-parser v0.3.0
9392026-06-05T04:04:24.492Z Downloaded arrayref v0.3.9
9402026-06-05T04:04:24.492Z Downloaded drift v0.2.0
9412026-06-05T04:04:24.492Z Downloaded hkdf v0.12.4
9422026-06-05T04:04:24.493Z Downloaded derive-ex v0.1.8
9432026-06-05T04:04:24.493Z Downloaded crc8 v0.1.1
9442026-06-05T04:04:24.493Z Downloaded const_format_proc_macros v0.2.34
9452026-06-05T04:04:24.493Z Downloaded bitflags v1.3.2
9462026-06-05T04:04:24.493Z Downloaded deranged v0.5.8
9472026-06-05T04:04:24.493Z Downloaded bit-set v0.8.0
9482026-06-05T04:04:24.493Z Downloaded foreign-types-shared v0.3.1
9492026-06-05T04:04:24.493Z Downloaded async-stream-impl v0.3.6
9502026-06-05T04:04:24.493Z Downloaded embedded-io v0.4.0
9512026-06-05T04:04:24.493Z Downloaded num-derive v0.4.2
9522026-06-05T04:04:24.493Z Downloaded block-buffer v0.12.0
9532026-06-05T04:04:24.493Z Downloaded heapless v0.8.0
9542026-06-05T04:04:24.493Z Downloaded console v0.16.3
9552026-06-05T04:04:24.493Z Downloaded bs58 v0.5.1
9562026-06-05T04:04:24.493Z Downloaded plain v0.2.3
9572026-06-05T04:04:24.493Z Downloaded embedded-io v0.6.1
9582026-06-05T04:04:24.493Z Downloaded async-trait v0.1.89
9592026-06-05T04:04:24.493Z Downloaded num_enum_derive v0.5.11
9602026-06-05T04:04:24.493Z Downloaded dof v0.3.0
9612026-06-05T04:04:24.493Z Downloaded daft-derive v0.1.7
9622026-06-05T04:04:24.493Z Downloaded num_threads v0.1.7
9632026-06-05T04:04:24.493Z Downloaded natord v1.0.9
9642026-06-05T04:04:24.493Z Downloaded match_cfg v0.1.0
9652026-06-05T04:04:24.493Z Downloaded crossbeam-deque v0.8.6
9662026-06-05T04:04:24.493Z Downloaded parse-display v0.10.0
9672026-06-05T04:04:24.493Z Downloaded oxnet v0.1.6
9682026-06-05T04:04:24.493Z Downloaded omicron-workspace-hack v0.1.0
9692026-06-05T04:04:24.493Z Downloaded linear-map v1.2.0
9702026-06-05T04:04:24.493Z Downloaded olpc-cjson v0.1.4
9712026-06-05T04:04:24.493Z Downloaded convert_case v0.4.0
9722026-06-05T04:04:24.493Z Downloaded pretty-hex v0.4.2
9732026-06-05T04:04:24.493Z Downloaded ingot-types v0.1.2
9742026-06-05T04:04:24.493Z Downloaded base16ct v0.2.0
9752026-06-05T04:04:24.493Z Downloaded potential_utf v0.1.5
9762026-06-05T04:04:24.493Z Downloaded phf_shared v0.12.1
9772026-06-05T04:04:24.493Z Downloaded hashbrown v0.12.3
9782026-06-05T04:04:24.493Z Downloaded hubpack v0.1.2
9792026-06-05T04:04:24.493Z Downloaded constant_time_eq v0.4.2
9802026-06-05T04:04:24.493Z Downloaded critical-section v1.2.0
9812026-06-05T04:04:24.493Z Downloaded compression-codecs v0.4.38
9822026-06-05T04:04:24.494Z Downloaded darling v0.21.3
9832026-06-05T04:04:24.494Z Downloaded num-rational v0.4.2
9842026-06-05T04:04:24.494Z Downloaded memmap v0.7.0
9852026-06-05T04:04:24.494Z Downloaded defmt-macros v1.1.0
9862026-06-05T04:04:24.494Z Downloaded daft v0.1.7
9872026-06-05T04:04:24.494Z Downloaded proc-macro-error-attr2 v2.0.0
9882026-06-05T04:04:24.500Z Downloaded proc-macro-error-attr v1.0.4
9892026-06-05T04:04:24.500Z Downloaded proc-macro-crate v3.5.0
9902026-06-05T04:04:24.500Z Downloaded proc-macro-crate v1.3.1
9912026-06-05T04:04:24.500Z Downloaded num_enum v0.5.11
9922026-06-05T04:04:24.500Z Downloaded progenitor v0.13.0
9932026-06-05T04:04:24.500Z Downloaded highway v1.3.0
9942026-06-05T04:04:24.501Z Downloaded icu_properties_data v2.2.0
9952026-06-05T04:04:24.501Z Downloaded rand_chacha v0.3.1
9962026-06-05T04:04:24.501Z Downloaded expectorate v1.2.0
9972026-06-05T04:04:24.501Z Downloaded colored v3.1.1
9982026-06-05T04:04:24.501Z Downloaded progenitor-macro v0.13.0
9992026-06-05T04:04:24.501Z Downloaded parking_lot_core v0.8.6
10002026-06-05T04:04:24.501Z Downloaded konst v0.2.20
10012026-06-05T04:04:24.501Z Downloaded phf v0.12.1
10022026-06-05T04:04:24.501Z Downloaded password-hash v0.5.0
10032026-06-05T04:04:24.501Z Downloaded poly1305 v0.8.0
10042026-06-05T04:04:24.501Z Downloaded paste v1.0.15
10052026-06-05T04:04:24.501Z Downloaded ref-cast v1.0.25
10062026-06-05T04:04:24.501Z Downloaded rand_xorshift v0.4.0
10072026-06-05T04:04:24.501Z Downloaded parse-display-derive v0.10.0
10082026-06-05T04:04:24.501Z Downloaded num_enum_derive v0.7.6
10092026-06-05T04:04:24.501Z Downloaded proc-macro-error v1.0.4
10102026-06-05T04:04:24.501Z Downloaded idna_adapter v1.2.2
10112026-06-05T04:04:24.501Z Downloaded defmt v1.1.0
10122026-06-05T04:04:24.501Z Downloaded ident_case v1.0.1
10132026-06-05T04:04:24.501Z Downloaded same-file v1.0.6
10142026-06-05T04:04:24.501Z Downloaded rhai_codegen v3.2.0
10152026-06-05T04:04:24.501Z Downloaded rustc_version v0.1.7
10162026-06-05T04:04:24.501Z Downloaded serde_tokenstream v0.2.3
10172026-06-05T04:04:24.501Z Downloaded newtype-uuid-macros v0.1.0
10182026-06-05T04:04:24.501Z Downloaded instant v0.1.13
10192026-06-05T04:04:24.501Z Downloaded serde_repr v0.1.20
10202026-06-05T04:04:24.501Z Downloaded secrecy v0.10.3
10212026-06-05T04:04:24.501Z Downloaded async-compression v0.4.42
10222026-06-05T04:04:24.501Z Downloaded progenitor v0.14.0
10232026-06-05T04:04:24.501Z Downloaded progenitor-extras v0.2.0
10242026-06-05T04:04:24.501Z Downloaded scroll_derive v0.13.1
10252026-06-05T04:04:24.501Z Downloaded serde-big-array v0.5.1
10262026-06-05T04:04:24.501Z Downloaded libsw-core v0.3.2
10272026-06-05T04:04:24.501Z Downloaded httpdate v1.0.3
10282026-06-05T04:04:24.501Z Downloaded hashbrown v0.16.1
10292026-06-05T04:04:24.501Z Downloaded serial_test v3.5.0
10302026-06-05T04:04:24.501Z Downloaded serde_plain v1.0.2
10312026-06-05T04:04:24.502Z Downloaded git-stub-vcs v0.1.0
10322026-06-05T04:04:24.502Z Downloaded num-complex v0.4.6
10332026-06-05T04:04:24.502Z Downloaded foldhash v0.2.0
10342026-06-05T04:04:24.502Z Downloaded progenitor-client v0.13.0
10352026-06-05T04:04:24.502Z Downloaded tabled_derive v0.7.0
10362026-06-05T04:04:24.502Z Downloaded proc-macro-error2 v2.0.1
10372026-06-05T04:04:24.502Z Downloaded powerfmt v0.2.0
10382026-06-05T04:04:24.502Z Downloaded parking_lot v0.11.2
10392026-06-05T04:04:24.502Z Downloaded scroll v0.12.0
10402026-06-05T04:04:24.502Z Downloaded rand_core v0.10.1
10412026-06-05T04:04:24.502Z Downloaded darling_core v0.21.3
10422026-06-05T04:04:24.502Z Downloaded half v2.7.1
10432026-06-05T04:04:24.502Z Downloaded darling_core v0.23.0
10442026-06-05T04:04:24.502Z Downloaded sha1 v0.10.6
10452026-06-05T04:04:24.502Z Downloaded heck v0.4.1
10462026-06-05T04:04:24.502Z Downloaded allocator-api2 v0.2.21
10472026-06-05T04:04:24.502Z Downloaded rusty-fork v0.3.1
10482026-06-05T04:04:24.502Z Downloaded libm v0.2.16
10492026-06-05T04:04:24.502Z Downloaded smawk v0.3.2
10502026-06-05T04:04:24.502Z Downloaded slog-bunyan v2.5.0
10512026-06-05T04:04:24.502Z Downloaded serde_yaml v0.9.34+deprecated
10522026-06-05T04:04:24.502Z Downloaded thread-id v4.2.2
10532026-06-05T04:04:24.502Z Downloaded rustls-pemfile v2.2.0
10542026-06-05T04:04:24.502Z Downloaded slog-envlogger v2.2.0
10552026-06-05T04:04:24.502Z Downloaded siphasher v1.0.3
10562026-06-05T04:04:24.502Z Downloaded rustls-native-certs v0.8.4
10572026-06-05T04:04:24.502Z Downloaded oxide-tokio-rt v0.1.6
10582026-06-05T04:04:24.502Z Downloaded num-integer v0.1.46
10592026-06-05T04:04:24.502Z Downloaded iddqd v0.4.2
10602026-06-05T04:04:24.502Z Downloaded strum v0.26.3
10612026-06-05T04:04:24.502Z Downloaded schemars_derive v0.8.22
10622026-06-05T04:04:24.502Z Downloaded goblin v0.8.2
10632026-06-05T04:04:24.502Z Downloaded sigpipe v0.1.3
10642026-06-05T04:04:24.502Z Downloaded spin v0.5.2
10652026-06-05T04:04:24.502Z Downloaded serde_derive_internals v0.29.1
10662026-06-05T04:04:24.502Z Downloaded scroll v0.13.0
10672026-06-05T04:04:24.502Z Downloaded take_mut v0.2.2
10682026-06-05T04:04:24.502Z Downloaded thiserror-impl-no-std v2.0.2
10692026-06-05T04:04:24.503Z Downloaded testing_table v0.3.0
10702026-06-05T04:04:24.503Z Downloaded strum v0.27.2
10712026-06-05T04:04:24.503Z Downloaded tokio-dtrace v0.1.1
10722026-06-05T04:04:24.503Z Downloaded snafu v0.8.9
10732026-06-05T04:04:24.503Z Downloaded jiff-static v0.2.28
10742026-06-05T04:04:24.503Z Downloaded dropshot_endpoint v0.17.1
10752026-06-05T04:04:24.503Z Downloaded papergrid v0.11.0
10762026-06-05T04:04:24.503Z Downloaded pest_generator v2.8.6
10772026-06-05T04:04:24.503Z Downloaded serial_test_derive v3.5.0
10782026-06-05T04:04:24.503Z Downloaded resolv-conf v0.7.6
10792026-06-05T04:04:24.503Z Downloaded pest_derive v2.8.6
10802026-06-05T04:04:24.503Z Downloaded structmeta-derive v0.3.0
10812026-06-05T04:04:24.503Z Downloaded icu_normalizer_data v2.2.0
10822026-06-05T04:04:24.503Z Downloaded tabwriter v1.4.1
10832026-06-05T04:04:24.503Z Downloaded minimal-lexical v0.2.1
10842026-06-05T04:04:24.503Z Downloaded hickory-resolver v0.24.4
10852026-06-05T04:04:24.503Z Downloaded konst_macro_rules v0.2.19
10862026-06-05T04:04:24.503Z Downloaded chacha20poly1305 v0.10.1
10872026-06-05T04:04:24.503Z Downloaded displaydoc v0.2.6
10882026-06-05T04:04:24.507Z Downloaded backoff v0.4.0
10892026-06-05T04:04:24.507Z Downloaded nom v8.0.0
10902026-06-05T04:04:24.507Z Downloaded slog-async v2.8.0
10912026-06-05T04:04:24.507Z Downloaded sha1 v0.11.0
10922026-06-05T04:04:24.507Z Downloaded nom v7.1.3
10932026-06-05T04:04:24.507Z Downloaded crypto-bigint v0.5.5
10942026-06-05T04:04:24.507Z Downloaded typify-macro v0.6.2
10952026-06-05T04:04:24.507Z Downloaded slog-term v2.9.2
10962026-06-05T04:04:24.507Z Downloaded rand v0.8.6
10972026-06-05T04:04:24.507Z Downloaded slog-stdlog v4.1.1
10982026-06-05T04:04:24.507Z Downloaded slog-scope v4.4.1
10992026-06-05T04:04:24.507Z Downloaded usdt-macro v0.5.0
11002026-06-05T04:04:24.507Z Downloaded unit-prefix v0.5.2
11012026-06-05T04:04:24.507Z Downloaded typify-macro v0.4.3
11022026-06-05T04:04:24.507Z Downloaded unarray v0.1.4
11032026-06-05T04:04:24.507Z Downloaded slog-json v2.6.1
11042026-06-05T04:04:24.507Z Downloaded ref-cast-impl v1.0.25
11052026-06-05T04:04:24.507Z Downloaded hostname v0.3.1
11062026-06-05T04:04:24.507Z Downloaded hash32 v0.3.1
11072026-06-05T04:04:24.507Z Downloaded usdt v0.6.0
11082026-06-05T04:04:24.507Z Downloaded progenitor-impl v0.10.0
11092026-06-05T04:04:24.507Z Downloaded usdt-macro v0.6.0
11102026-06-05T04:04:24.507Z Downloaded postcard v1.1.3
11112026-06-05T04:04:24.507Z Downloaded tagptr v0.2.0
11122026-06-05T04:04:24.507Z Downloaded foreign-types v0.5.0
11132026-06-05T04:04:24.507Z Downloaded ingot v0.1.1
11142026-06-05T04:04:24.507Z Downloaded hubpack_derive v0.1.1
11152026-06-05T04:04:24.507Z Downloaded ff v0.13.1
11162026-06-05T04:04:24.507Z Downloaded strum_macros v0.26.4
11172026-06-05T04:04:24.507Z Downloaded usdt-attr-macro v0.5.0
11182026-06-05T04:04:24.507Z Downloaded thiserror-no-std v2.0.2
11192026-06-05T04:04:24.507Z Downloaded arc-swap v1.9.1
11202026-06-05T04:04:24.507Z Downloaded pest_meta v2.8.6
11212026-06-05T04:04:24.507Z Downloaded prettyplease v0.2.37
11222026-06-05T04:04:24.507Z Downloaded zone v0.3.1
11232026-06-05T04:04:24.507Z Downloaded quick-error v1.2.3
11242026-06-05T04:04:24.507Z Downloaded moka v0.12.15
11252026-06-05T04:04:24.508Z Downloaded tinystr v0.8.3
11262026-06-05T04:04:24.508Z Downloaded papergrid v0.18.0
11272026-06-05T04:04:24.508Z Downloaded strum_macros v0.27.2
11282026-06-05T04:04:24.508Z Downloaded base64 v0.21.7
11292026-06-05T04:04:24.508Z Downloaded steno v0.4.1
11302026-06-05T04:04:24.508Z Downloaded tiny-keccak v2.0.2
11312026-06-05T04:04:24.508Z Downloaded snafu-derive v0.8.9
11322026-06-05T04:04:24.508Z Downloaded fxhash v0.2.1
11332026-06-05T04:04:24.508Z Downloaded darling v0.23.0
11342026-06-05T04:04:24.508Z Downloaded pretty_assertions v1.4.1
11352026-06-05T04:04:24.508Z Downloaded untrusted v0.7.1
11362026-06-05T04:04:24.508Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11372026-06-05T04:04:24.508Z Downloaded cipher v0.4.4
11382026-06-05T04:04:24.508Z Downloaded anyhow v1.0.102
11392026-06-05T04:04:24.508Z Downloaded usdt-impl v0.6.0
11402026-06-05T04:04:24.508Z Downloaded progenitor-impl v0.13.0
11412026-06-05T04:04:24.508Z Downloaded zerofrom v0.1.8
11422026-06-05T04:04:24.508Z Downloaded usdt-impl v0.5.0
11432026-06-05T04:04:24.508Z Downloaded usdt-attr-macro v0.6.0
11442026-06-05T04:04:24.508Z Downloaded progenitor-impl v0.14.0
11452026-06-05T04:04:24.508Z Downloaded serde_with_macros v3.20.0
11462026-06-05T04:04:24.508Z Downloaded zone_cfg_derive v0.3.1
11472026-06-05T04:04:24.508Z Downloaded nix v0.31.3
11482026-06-05T04:04:24.511Z Downloaded rayon-core v1.13.0
11492026-06-05T04:04:24.514Z Downloaded term v1.2.1
11502026-06-05T04:04:24.514Z Downloaded thin-vec v0.2.18
11512026-06-05T04:04:24.514Z Downloaded crossbeam-channel v0.5.15
11522026-06-05T04:04:24.517Z Downloaded progenitor-client v0.14.0
11532026-06-05T04:04:24.517Z Downloaded cargo_toml v0.22.3
11542026-06-05T04:04:24.520Z Downloaded progenitor-macro v0.14.0
11552026-06-05T04:04:24.520Z Downloaded syn v1.0.109
11562026-06-05T04:04:24.525Z Downloaded zerovec-derive v0.11.3
11572026-06-05T04:04:24.530Z Downloaded typify v0.4.3
11582026-06-05T04:04:24.531Z Downloaded tabled v0.21.0
11592026-06-05T04:04:24.537Z Downloaded waitgroup v0.1.2
11602026-06-05T04:04:24.945Z Downloaded vsss-rs v3.3.4
11612026-06-05T04:04:24.945Z Downloaded wait-timeout v0.2.1
11622026-06-05T04:04:24.949Z Downloaded qorb v0.4.1
11632026-06-05T04:04:24.949Z Downloaded xz2 v0.1.7
11642026-06-05T04:04:24.949Z Downloaded slog v2.8.2
11652026-06-05T04:04:24.949Z Downloaded similar v2.7.0
11662026-06-05T04:04:24.949Z Downloaded test-strategy v0.4.5
11672026-06-05T04:04:24.949Z Downloaded structmeta v0.3.0
11682026-06-05T04:04:24.949Z Downloaded schemars v0.8.22
11692026-06-05T04:04:24.949Z Downloaded typed-path v0.9.3
11702026-06-05T04:04:24.949Z Downloaded schemars v0.9.0
11712026-06-05T04:04:24.949Z Downloaded ucd-trie v0.1.7
11722026-06-05T04:04:24.949Z Downloaded toml v0.9.12+spec-1.1.0
11732026-06-05T04:04:24.949Z Downloaded stable_deref_trait v1.2.1
11742026-06-05T04:04:24.949Z Downloaded num_enum v0.7.6
11752026-06-05T04:04:24.949Z Downloaded pem v3.0.6
11762026-06-05T04:04:24.949Z Downloaded rustls-platform-verifier v0.7.0
11772026-06-05T04:04:24.949Z Downloaded progenitor-client v0.10.0
11782026-06-05T04:04:24.949Z Downloaded rustversion v1.0.22
11792026-06-05T04:04:24.949Z Downloaded memoffset v0.9.1
11802026-06-05T04:04:24.949Z Downloaded progenitor-macro v0.10.0
11812026-06-05T04:04:24.949Z Downloaded no-std-compat v0.4.1
11822026-06-05T04:04:24.949Z Downloaded managed v0.8.0
11832026-06-05T04:04:24.949Z Downloaded yoke v0.8.3
11842026-06-05T04:04:24.949Z Downloaded smartstring v1.0.1
11852026-06-05T04:04:24.949Z Downloaded hybrid-array v0.4.12
11862026-06-05T04:04:24.950Z Downloaded cmake v0.1.58
11872026-06-05T04:04:24.950Z Downloaded byteorder v1.5.0
11882026-06-05T04:04:24.950Z Downloaded spin v0.9.8
11892026-06-05T04:04:24.950Z Downloaded smf v0.2.3
11902026-06-05T04:04:24.950Z Downloaded slog-dtrace v0.3.0
11912026-06-05T04:04:24.950Z Downloaded thread-id v5.1.0
11922026-06-05T04:04:24.950Z Downloaded whoami v1.6.1
11932026-06-05T04:04:24.950Z Downloaded time-macros v0.2.27
11942026-06-05T04:04:24.950Z Downloaded icu_normalizer v2.2.0
11952026-06-05T04:04:24.950Z Downloaded pest v2.8.6
11962026-06-05T04:04:24.950Z Downloaded zerocopy-derive v0.7.35
11972026-06-05T04:04:24.950Z Downloaded rand v0.10.1
11982026-06-05T04:04:24.950Z Downloaded time v0.3.47
11992026-06-05T04:04:24.950Z Downloaded toml_edit v0.19.15
12002026-06-05T04:04:24.950Z Downloaded num-iter v0.1.45
12012026-06-05T04:04:24.950Z Downloaded tabled_derive v0.11.0
12022026-06-05T04:04:24.950Z Downloaded inout v0.1.4
12032026-06-05T04:04:24.950Z Downloaded indexmap v1.9.3
12042026-06-05T04:04:24.950Z Downloaded enum-as-inner v0.6.1
12052026-06-05T04:04:24.950Z Downloaded tokio-tungstenite v0.21.0
12062026-06-05T04:04:24.950Z Downloaded universal-hash v0.5.1
12072026-06-05T04:04:24.950Z Downloaded dropshot-api-manager v0.7.2
12082026-06-05T04:04:24.950Z Downloaded schemars v1.2.1
12092026-06-05T04:04:24.950Z Downloaded yansi v1.0.1
12102026-06-05T04:04:24.950Z Downloaded tungstenite v0.21.0
12112026-06-05T04:04:24.950Z Downloaded memmap2 v0.9.10
12122026-06-05T04:04:24.950Z Downloaded linked-hash-map v0.5.6
12132026-06-05T04:04:24.950Z Downloaded reqwest v0.13.4
12142026-06-05T04:04:24.950Z Downloaded internet-checksum v0.2.1
12152026-06-05T04:04:24.950Z Downloaded toml_edit v0.25.12+spec-1.1.0
12162026-06-05T04:04:24.950Z Downloaded glob v0.3.3
12172026-06-05T04:04:24.950Z Downloaded zerotrie v0.2.4
12182026-06-05T04:04:24.950Z Downloaded itertools v0.12.1
12192026-06-05T04:04:24.950Z Downloaded toml v0.7.8
12202026-06-05T04:04:24.950Z Downloaded zeroize_derive v1.4.3
12212026-06-05T04:04:24.950Z Downloaded mime v0.3.17
12222026-06-05T04:04:24.950Z Downloaded usdt v0.5.0
12232026-06-05T04:04:24.951Z Downloaded lru-cache v0.1.2
12242026-06-05T04:04:24.951Z Downloaded rayon v1.12.0
12252026-06-05T04:04:24.951Z Downloaded git-stub v1.0.0
12262026-06-05T04:04:24.951Z Downloaded zerovec v0.11.6
12272026-06-05T04:04:24.951Z Downloaded tough v0.22.0
12282026-06-05T04:04:24.951Z Downloaded progenitor v0.10.0
12292026-06-05T04:04:24.951Z Downloaded scroll_derive v0.12.1
12302026-06-05T04:04:24.951Z Downloaded blake3 v1.8.5
12312026-06-05T04:04:24.951Z Downloaded hmac v0.12.1
12322026-06-05T04:04:24.951Z Downloaded lzma-sys v0.1.20
12332026-06-05T04:04:24.951Z Downloaded zerocopy v0.7.35
12342026-06-05T04:04:24.951Z Downloaded writeable v0.6.3
12352026-06-05T04:04:24.951Z Downloaded yoke-derive v0.8.2
12362026-06-05T04:04:24.951Z Downloaded aws-lc-rs v1.17.0
12372026-06-05T04:04:24.951Z Downloaded tabled v0.15.0
12382026-06-05T04:04:24.951Z Downloaded zerofrom-derive v0.1.7
12392026-06-05T04:04:24.951Z Downloaded foreign-types-macros v0.2.3
12402026-06-05T04:04:24.951Z Downloaded unsafe-libyaml v0.2.11
12412026-06-05T04:04:24.951Z Downloaded termtree v0.5.1
12422026-06-05T04:04:24.951Z Downloaded serde_with v3.20.0
12432026-06-05T04:04:24.951Z Downloaded libscf-sys v1.2.0
12442026-06-05T04:04:24.951Z Downloaded newtype_derive v0.1.6
12452026-06-05T04:04:24.951Z Downloaded num-conv v0.2.2
12462026-06-05T04:04:24.951Z Downloaded macaddr v1.0.1
12472026-06-05T04:04:24.951Z Downloaded time-core v0.1.8
12482026-06-05T04:04:24.951Z Downloaded icu_provider v2.2.0
12492026-06-05T04:04:24.951Z Downloaded utf-8 v0.7.6
12502026-06-05T04:04:24.951Z Downloaded proptest v1.11.0
12512026-06-05T04:04:24.951Z Downloaded synstructure v0.13.2
12522026-06-05T04:04:24.951Z Downloaded semver v0.1.20
12532026-06-05T04:04:24.951Z Downloaded hostname v0.4.2
12542026-06-05T04:04:24.951Z Downloaded omicron-zone-package v0.12.2
12552026-06-05T04:04:24.951Z Downloaded hickory-resolver v0.25.2
12562026-06-05T04:04:24.951Z Downloaded fixedbitset v0.4.2
12572026-06-05T04:04:24.951Z Downloaded newline-converter v0.3.0
12582026-06-05T04:04:24.951Z Downloaded icu_properties v2.2.0
12592026-06-05T04:04:24.951Z Downloaded typify v0.6.2
12602026-06-05T04:04:24.951Z Downloaded jiff v0.2.28
12612026-06-05T04:04:24.951Z Downloaded walkdir v2.5.0
12622026-06-05T04:04:24.956Z Downloaded dropshot v0.17.1
12632026-06-05T04:04:24.956Z Downloaded zerocopy-derive v0.8.50
12642026-06-05T04:04:24.956Z Downloaded rhai v1.25.1
12652026-06-05T04:04:24.956Z Downloaded regress v0.10.5
12662026-06-05T04:04:24.956Z Downloaded openapiv3 v2.2.0
12672026-06-05T04:04:24.956Z Downloaded goblin v0.10.7
12682026-06-05T04:04:24.956Z Downloaded regress v0.11.1
12692026-06-05T04:04:24.956Z Downloaded winnow v0.5.40
12702026-06-05T04:04:24.956Z Downloaded smoltcp v0.11.0
12712026-06-05T04:04:24.956Z Downloaded libsw v3.5.0
12722026-06-05T04:04:24.956Z Downloaded icu_locale_core v2.2.0
12732026-06-05T04:04:24.956Z Downloaded topological-sort v0.2.2
12742026-06-05T04:04:24.956Z Downloaded ingot-macros v0.1.1
12752026-06-05T04:04:24.956Z Downloaded encoding_rs v0.8.35
12762026-06-05T04:04:24.956Z Downloaded sha3 v0.10.9
12772026-06-05T04:04:24.957Z Downloaded typify-impl v0.6.2
12782026-06-05T04:04:24.957Z Downloaded sled v0.34.7
12792026-06-05T04:04:24.957Z Downloaded typify-impl v0.4.3
12802026-06-05T04:04:24.957Z Downloaded hickory-proto v0.24.4
12812026-06-05T04:04:24.957Z Downloaded hickory-proto v0.25.2
12822026-06-05T04:04:24.957Z Downloaded petgraph v0.6.5
12832026-06-05T04:04:24.957Z Downloaded chrono-tz v0.10.4
12842026-06-05T04:04:24.962Z Downloaded csv v1.4.0
12852026-06-05T04:04:25.518Z Downloaded aws-lc-sys v0.41.0
12862026-06-05T04:04:26.502Z Compiling proc-macro2 v1.0.106
12872026-06-05T04:04:26.502Z Compiling quote v1.0.45
12882026-06-05T04:04:26.503Z Compiling unicode-ident v1.0.24
12892026-06-05T04:04:26.503Z Compiling serde_core v1.0.228
12902026-06-05T04:04:26.503Z Compiling cfg-if v1.0.4
12912026-06-05T04:04:26.538Z Compiling serde v1.0.228
12922026-06-05T04:04:26.538Z Compiling libc v0.2.186
12932026-06-05T04:04:26.538Z Compiling memchr v2.8.1
12942026-06-05T04:04:26.603Z Compiling itoa v1.0.18
12952026-06-05T04:04:26.761Z Compiling smallvec v1.15.1
12962026-06-05T04:04:26.911Z Compiling zmij v1.0.21
12972026-06-05T04:04:26.980Z Compiling autocfg v1.5.1
12982026-06-05T04:04:27.080Z Compiling libm v0.2.16
12992026-06-05T04:04:27.328Z Compiling stable_deref_trait v1.2.1
13002026-06-05T04:04:27.350Z Compiling litemap v0.8.2
13012026-06-05T04:04:27.409Z Compiling writeable v0.6.3
13022026-06-05T04:04:27.452Z Compiling percent-encoding v2.3.2
13032026-06-05T04:04:27.524Z Compiling icu_normalizer_data v2.2.0
13042026-06-05T04:04:27.642Z Compiling icu_properties_data v2.2.0
13052026-06-05T04:04:27.696Z Compiling utf8_iter v1.0.4
13062026-06-05T04:04:27.696Z Compiling iana-time-zone v0.1.65
13072026-06-05T04:04:27.756Z Compiling syn v2.0.117
13082026-06-05T04:04:27.927Z Compiling equivalent v1.0.2
13092026-06-05T04:04:27.963Z Compiling form_urlencoded v1.2.2
13102026-06-05T04:04:27.963Z Compiling serde_json v1.0.150
13112026-06-05T04:04:27.964Z Compiling version_check v0.9.5
13122026-06-05T04:04:27.964Z Compiling dyn-clone v1.0.20
13132026-06-05T04:04:28.019Z Compiling pin-project-lite v0.2.17
13142026-06-05T04:04:28.055Z Compiling parking_lot_core v0.9.12
13152026-06-05T04:04:28.096Z Compiling scopeguard v1.2.0
13162026-06-05T04:04:28.096Z Compiling num-traits v0.2.19
13172026-06-05T04:04:28.126Z Compiling getrandom v0.4.2
13182026-06-05T04:04:28.169Z Compiling lock_api v0.4.14
13192026-06-05T04:04:28.264Z Compiling hashbrown v0.17.1
13202026-06-05T04:04:28.344Z Compiling thiserror v2.0.18
13212026-06-05T04:04:28.390Z Compiling rand_core v0.10.1
13222026-06-05T04:04:28.433Z Compiling errno v0.3.14
13232026-06-05T04:04:28.586Z Compiling log v0.4.32
13242026-06-05T04:04:28.633Z Compiling heck v0.5.0
13252026-06-05T04:04:28.745Z Compiling semver v1.0.28
13262026-06-05T04:04:28.797Z Compiling indexmap v2.14.0
13272026-06-05T04:04:28.875Z Compiling futures-core v0.3.32
13282026-06-05T04:04:28.893Z Compiling uuid v1.23.2
13292026-06-05T04:04:29.036Z Compiling zerocopy v0.8.50
13302026-06-05T04:04:29.087Z Compiling schemars v0.8.22
13312026-06-05T04:04:29.107Z Compiling futures-sink v0.3.32
13322026-06-05T04:04:29.195Z Compiling slab v0.4.12
13332026-06-05T04:04:29.334Z Compiling jobserver v0.1.34
13342026-06-05T04:04:29.750Z Compiling fnv v1.0.7
13352026-06-05T04:04:29.762Z Compiling find-msvc-tools v0.1.9
13362026-06-05T04:04:29.762Z Compiling rustversion v1.0.22
13372026-06-05T04:04:29.762Z Compiling shlex v2.0.1
13382026-06-05T04:04:29.762Z Compiling futures-channel v0.3.32
13392026-06-05T04:04:29.762Z Compiling cc v1.2.63
13402026-06-05T04:04:29.762Z Compiling bitflags v2.12.1
13412026-06-05T04:04:29.762Z Compiling futures-task v0.3.32
13422026-06-05T04:04:29.762Z Compiling futures-io v0.3.32
13432026-06-05T04:04:29.837Z Compiling socket2 v0.6.4
13442026-06-05T04:04:29.851Z Compiling signal-hook-registry v1.4.8
13452026-06-05T04:04:29.914Z Compiling mio v1.2.1
13462026-06-05T04:04:30.104Z Compiling parking_lot v0.12.5
13472026-06-05T04:04:30.116Z Compiling portable-atomic v1.13.1
13482026-06-05T04:04:30.535Z Compiling dunce v1.0.5
13492026-06-05T04:04:30.539Z Compiling fs_extra v1.3.0
13502026-06-05T04:04:30.539Z Compiling typenum v1.20.1
13512026-06-05T04:04:30.539Z Compiling cmake v0.1.58
13522026-06-05T04:04:30.539Z Compiling base64 v0.22.1
13532026-06-05T04:04:30.539Z Compiling critical-section v1.2.0
13542026-06-05T04:04:30.540Z Compiling slog v2.8.2
13552026-06-05T04:04:30.966Z Compiling synstructure v0.13.2
13562026-06-05T04:04:30.969Z Compiling serde_derive_internals v0.29.1
13572026-06-05T04:04:30.969Z Compiling subtle v2.6.1
13582026-06-05T04:04:30.969Z Compiling strsim v0.11.1
13592026-06-05T04:04:30.969Z Compiling aws-lc-sys v0.41.0
13602026-06-05T04:04:30.969Z Compiling byteorder v1.5.0
13612026-06-05T04:04:31.053Z Compiling rustix v1.1.4
13622026-06-05T04:04:31.078Z Compiling regex-syntax v0.8.10
13632026-06-05T04:04:31.516Z Compiling atomic-waker v1.1.2
13642026-06-05T04:04:31.527Z Compiling ipnet v2.12.0
13652026-06-05T04:04:31.528Z Compiling once_cell v1.21.4
13662026-06-05T04:04:31.528Z Compiling httparse v1.10.1
13672026-06-05T04:04:31.528Z Compiling tower-service v0.3.3
13682026-06-05T04:04:31.528Z Compiling tower-layer v0.3.3
13692026-06-05T04:04:31.528Z Compiling getrandom v0.2.17
13702026-06-05T04:04:31.564Z Compiling ryu v1.0.23
13712026-06-05T04:04:31.612Z Compiling thiserror v1.0.69
13722026-06-05T04:04:31.621Z Compiling ucd-trie v0.1.7
13732026-06-05T04:04:31.721Z Compiling untrusted v0.9.0
13742026-06-05T04:04:31.745Z Compiling serde_derive v1.0.228
13752026-06-05T04:04:31.762Z Compiling zerofrom-derive v0.1.7
13762026-06-05T04:04:31.787Z Compiling yoke-derive v0.8.2
13772026-06-05T04:04:31.909Z Compiling zerovec-derive v0.11.3
13782026-06-05T04:04:31.921Z Compiling displaydoc v0.2.6
13792026-06-05T04:04:31.966Z Compiling schemars_derive v0.8.22
13802026-06-05T04:04:32.726Z Compiling thiserror-impl v2.0.18
13812026-06-05T04:04:32.930Z Compiling tokio-macros v2.7.0
13822026-06-05T04:04:33.009Z Compiling zerofrom v0.1.8
13832026-06-05T04:04:33.053Z Compiling zerocopy-derive v0.8.50
13842026-06-05T04:04:33.125Z Compiling yoke v0.8.3
13852026-06-05T04:04:33.208Z Compiling zeroize_derive v1.4.3
13862026-06-05T04:04:33.310Z Compiling zerovec v0.11.6
13872026-06-05T04:04:33.674Z Compiling zerotrie v0.2.4
13882026-06-05T04:04:33.733Z Compiling futures-macro v0.3.32
13892026-06-05T04:04:33.823Z Compiling tinystr v0.8.3
13902026-06-05T04:04:33.911Z Compiling potential_utf v0.1.5
13912026-06-05T04:04:33.975Z Compiling icu_locale_core v2.2.0
13922026-06-05T04:04:34.020Z Compiling icu_collections v2.2.0
13932026-06-05T04:04:34.048Z Compiling zeroize v1.8.2
13942026-06-05T04:04:34.061Z Compiling try-lock v0.2.5
13952026-06-05T04:04:34.157Z Compiling want v0.3.1
13962026-06-05T04:04:34.326Z Compiling pest v2.8.6
13972026-06-05T04:04:34.433Z Compiling thiserror-impl v1.0.69
13982026-06-05T04:04:34.546Z Compiling rand_core v0.6.4
13992026-06-05T04:04:34.559Z Compiling futures-util v0.3.32
14002026-06-05T04:04:34.751Z Compiling icu_provider v2.2.0
14012026-06-05T04:04:34.947Z Compiling bytes v1.11.1
14022026-06-05T04:04:35.036Z Compiling icu_properties v2.2.0
14032026-06-05T04:04:35.059Z Compiling icu_normalizer v2.2.0
14042026-06-05T04:04:35.559Z Compiling chrono v0.4.45
14052026-06-05T04:04:35.573Z Compiling http v1.4.1
14062026-06-05T04:04:35.578Z Compiling tokio v1.52.3
14072026-06-05T04:04:35.650Z Compiling serde_tokenstream v0.2.3
14082026-06-05T04:04:35.916Z Compiling idna_adapter v1.2.2
14092026-06-05T04:04:36.050Z Compiling idna v1.1.0
14102026-06-05T04:04:36.214Z Compiling erased-serde v0.3.31
14112026-06-05T04:04:36.550Z Compiling url v2.5.8
14122026-06-05T04:04:36.831Z Compiling http-body v1.0.1
14132026-06-05T04:04:36.873Z Compiling httpdate v1.0.3
14142026-06-05T04:04:37.078Z Compiling pest_meta v2.8.6
14152026-06-05T04:04:37.508Z Compiling getrandom v0.3.4
14162026-06-05T04:04:37.508Z Compiling pretty-hex v0.4.2
14172026-06-05T04:04:37.512Z Compiling ppv-lite86 v0.2.21
14182026-06-05T04:04:37.512Z Compiling winnow v1.0.3
14192026-06-05T04:04:37.512Z Compiling plain v0.2.3
14202026-06-05T04:04:37.512Z Compiling paste v1.0.15
14212026-06-05T04:04:37.568Z Compiling allocator-api2 v0.2.21
14222026-06-05T04:04:37.587Z Compiling foldhash v0.2.0
14232026-06-05T04:04:37.767Z Compiling pest_generator v2.8.6
14242026-06-05T04:04:37.799Z Compiling ipnetwork v0.21.1
14252026-06-05T04:04:37.885Z Compiling hashbrown v0.16.1
14262026-06-05T04:04:38.244Z Compiling oxnet v0.1.6
14272026-06-05T04:04:38.372Z Compiling pest_derive v2.8.6
14282026-06-05T04:04:38.385Z Compiling tracing-attributes v0.1.31
14292026-06-05T04:04:38.467Z Compiling tracing-core v0.1.36
14302026-06-05T04:04:38.498Z Compiling ident_case v1.0.1
14312026-06-05T04:04:38.520Z Compiling omicron-workspace-hack v0.1.0
14322026-06-05T04:04:38.719Z Compiling http-body-util v0.1.3
14332026-06-05T04:04:38.765Z Compiling serde_urlencoded v0.7.1
14342026-06-05T04:04:38.958Z Compiling aho-corasick v1.1.4
14352026-06-05T04:04:39.003Z Compiling sync_wrapper v1.0.2
14362026-06-05T04:04:39.017Z Compiling daft-derive v0.1.7
14372026-06-05T04:04:39.106Z Compiling fastrand v2.4.1
14382026-06-05T04:04:39.364Z Compiling tokio-util v0.7.18
14392026-06-05T04:04:39.610Z Compiling tracing v0.1.44
14402026-06-05T04:04:39.770Z Compiling regex-automata v0.4.14
14412026-06-05T04:04:39.845Z Compiling scroll_derive v0.13.1
14422026-06-05T04:04:40.136Z Compiling async-trait v0.1.89
14432026-06-05T04:04:40.308Z Compiling num-conv v0.2.2
14442026-06-05T04:04:40.330Z Compiling time-core v0.1.8
14452026-06-05T04:04:40.453Z Compiling powerfmt v0.2.0
14462026-06-05T04:04:40.471Z Compiling aws-lc-rs v1.17.0
14472026-06-05T04:04:40.660Z Compiling anyhow v1.0.102
14482026-06-05T04:04:41.096Z Compiling scroll v0.13.0
14492026-06-05T04:04:41.099Z Compiling deranged v0.5.8
14502026-06-05T04:04:41.099Z Compiling time-macros v0.2.27
14512026-06-05T04:04:41.099Z Compiling rustls-pki-types v1.14.1
14522026-06-05T04:04:41.187Z Compiling num_threads v0.1.7
14532026-06-05T04:04:41.284Z Compiling hex v0.4.3
14542026-06-05T04:04:41.519Z Compiling regex v1.12.3
14552026-06-05T04:04:41.538Z Compiling openssl-probe v0.2.1
14562026-06-05T04:04:41.757Z Compiling goblin v0.10.7
14572026-06-05T04:04:41.980Z Compiling camino v1.2.2
14582026-06-05T04:04:42.077Z Compiling untrusted v0.7.1
14592026-06-05T04:04:42.167Z Compiling crc32fast v1.5.0
14602026-06-05T04:04:42.218Z Compiling usdt-impl v0.6.0
14612026-06-05T04:04:42.286Z Compiling rustls v0.23.40
14622026-06-05T04:04:42.474Z Compiling h2 v0.4.14
14632026-06-05T04:04:42.500Z Compiling dtrace-parser v0.3.0
14642026-06-05T04:04:42.509Z Compiling crossbeam-utils v0.8.21
14652026-06-05T04:04:42.821Z Compiling futures-executor v0.3.32
14662026-06-05T04:04:42.846Z Compiling structmeta-derive v0.3.0
14672026-06-05T04:04:42.881Z Compiling thread-id v5.1.0
14682026-06-05T04:04:42.958Z Compiling cpufeatures v0.3.0
14692026-06-05T04:04:43.036Z Compiling adler2 v2.0.1
14702026-06-05T04:04:43.103Z Compiling simd-adler32 v0.3.9
14712026-06-05T04:04:43.162Z Compiling futures v0.3.32
14722026-06-05T04:04:43.661Z Compiling miniz_oxide v0.8.9
14732026-06-05T04:04:43.672Z Compiling rand_core v0.9.5
14742026-06-05T04:04:43.672Z Compiling darling_core v0.23.0
14752026-06-05T04:04:43.820Z Compiling newtype-uuid-macros v0.1.0
14762026-06-05T04:04:43.897Z Compiling hybrid-array v0.4.12
14772026-06-05T04:04:43.906Z Compiling structmeta v0.3.0
14782026-06-05T04:04:44.665Z Compiling thread_local v1.1.9
14792026-06-05T04:04:44.669Z Compiling match_cfg v0.1.0
14802026-06-05T04:04:44.669Z Compiling flate2 v1.1.9
14812026-06-05T04:04:44.669Z Compiling hyper v1.10.1
14822026-06-05T04:04:44.669Z Compiling dof v0.4.0
14832026-06-05T04:04:45.230Z Compiling newtype-uuid v1.3.2
14842026-06-05T04:04:45.236Z Compiling compression-core v0.4.32
14852026-06-05T04:04:45.512Z Compiling slog-async v2.8.0
14862026-06-05T04:04:45.681Z Compiling hyper-util v0.1.20
14872026-06-05T04:04:45.830Z Compiling darling_macro v0.23.0
14882026-06-05T04:04:45.965Z Compiling quick-error v1.2.3
14892026-06-05T04:04:46.028Z Compiling ref-cast v1.0.25
14902026-06-05T04:04:46.158Z Compiling compression-codecs v0.4.38
14912026-06-05T04:04:46.262Z Compiling daft v0.1.7
14922026-06-05T04:04:46.317Z Compiling crypto-common v0.2.2
14932026-06-05T04:04:46.395Z Compiling block-buffer v0.12.0
14942026-06-05T04:04:46.425Z Compiling darling v0.23.0
14952026-06-05T04:04:46.459Z Compiling rand_chacha v0.9.0
14962026-06-05T04:04:46.554Z Compiling strum_macros v0.26.4
14972026-06-05T04:04:46.603Z Compiling ref-cast-impl v1.0.25
14982026-06-05T04:04:46.774Z Compiling usdt-attr-macro v0.6.0
14992026-06-05T04:04:46.888Z Compiling usdt-macro v0.6.0
15002026-06-05T04:04:46.937Z Compiling serde_spanned v1.1.1
15012026-06-05T04:04:47.045Z Compiling generic-array v0.14.7
15022026-06-05T04:04:47.186Z Compiling multer v3.1.0
15032026-06-05T04:04:47.303Z Compiling take_mut v0.2.2
15042026-06-05T04:04:47.341Z Compiling term v1.2.1
15052026-06-05T04:04:47.438Z Compiling const-oid v0.10.2
15062026-06-05T04:04:47.509Z Compiling bit-vec v0.8.0
15072026-06-05T04:04:47.510Z Compiling toml_writer v1.1.1+spec-1.1.0
15082026-06-05T04:04:47.637Z Compiling debug-ignore v1.0.5
15092026-06-05T04:04:47.659Z Compiling bit-set v0.8.0
15102026-06-05T04:04:47.771Z Compiling digest v0.11.3
15112026-06-05T04:04:48.415Z Compiling rand v0.9.4
15122026-06-05T04:04:48.516Z Compiling serde_with_macros v3.20.0
15132026-06-05T04:04:48.516Z Compiling async-stream-impl v0.3.6
15142026-06-05T04:04:48.516Z Compiling dropshot v0.17.1
15152026-06-05T04:04:48.516Z Compiling encoding_rs v0.8.35
15162026-06-05T04:04:48.516Z Compiling strum v0.26.3
15172026-06-05T04:04:48.516Z Compiling unarray v0.1.4
15182026-06-05T04:04:48.516Z Compiling spin v0.9.8
15192026-06-05T04:04:48.516Z Compiling syn v1.0.109
15202026-06-05T04:04:48.710Z Compiling mime v0.3.17
15212026-06-05T04:04:48.891Z Compiling sha1 v0.11.0
15222026-06-05T04:04:48.891Z Compiling async-stream v0.3.6
15232026-06-05T04:04:49.082Z Compiling derive-ex v0.1.8
15242026-06-05T04:04:49.082Z Compiling tower v0.5.3
15252026-06-05T04:04:49.082Z Compiling dropshot_endpoint v0.17.1
15262026-06-05T04:04:49.263Z Compiling macaddr v1.0.1
15272026-06-05T04:04:49.366Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15282026-06-05T04:04:49.366Z Compiling waitgroup v0.1.2
15292026-06-05T04:04:49.366Z Compiling serde_path_to_error v0.1.20
15302026-06-05T04:04:50.317Z Compiling tower-http v0.6.11
15312026-06-05T04:04:50.428Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15322026-06-05T04:04:50.428Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15332026-06-05T04:04:50.428Z Compiling tempfile v3.27.0
15342026-06-05T04:04:50.428Z Compiling openapiv3 v2.2.0
15352026-06-05T04:04:50.428Z Compiling strum_macros v0.27.2
15362026-06-05T04:04:50.444Z Compiling test-strategy v0.4.5
15372026-06-05T04:04:50.489Z Compiling instant v0.1.13
15382026-06-05T04:04:50.566Z Compiling time v0.3.47
15392026-06-05T04:04:51.377Z Compiling rustls-native-certs v0.8.4
15402026-06-05T04:04:51.464Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15412026-06-05T04:04:51.688Z Compiling crossbeam-channel v0.5.15
15422026-06-05T04:04:52.147Z Compiling crypto-common v0.1.7
15432026-06-05T04:04:52.233Z Compiling strum v0.27.2
15442026-06-05T04:04:52.233Z Compiling parse-display-derive v0.10.0
15452026-06-05T04:04:52.247Z Compiling backon v1.6.0
15462026-06-05T04:04:52.302Z Compiling rand_chacha v0.3.1
15472026-06-05T04:04:52.943Z Compiling rand v0.8.6
15482026-06-05T04:04:53.015Z Compiling slog-json v2.6.1
15492026-06-05T04:04:53.137Z Compiling hostname v0.3.1
15502026-06-05T04:04:53.217Z Compiling toml_parser v1.1.2+spec-1.1.0
15512026-06-05T04:04:53.701Z Compiling toml_datetime v1.1.1+spec-1.1.0
15522026-06-05T04:04:53.731Z Compiling is-terminal v0.4.17
15532026-06-05T04:04:53.731Z Compiling wait-timeout v0.2.1
15542026-06-05T04:04:53.731Z Compiling memmap2 v0.9.10
15552026-06-05T04:04:53.731Z Compiling either v1.16.0
15562026-06-05T04:04:53.731Z Compiling toml v1.1.2+spec-1.1.0
15572026-06-05T04:04:53.764Z Compiling usdt v0.6.0
15582026-06-05T04:04:53.771Z Compiling rusty-fork v0.3.1
15592026-06-05T04:04:53.836Z Compiling slog-term v2.9.2
15602026-06-05T04:04:53.938Z Compiling slog-bunyan v2.5.0
15612026-06-05T04:04:54.065Z Compiling serde_with v3.20.0
15622026-06-05T04:04:54.088Z Compiling async-compression v0.4.42
15632026-06-05T04:04:54.159Z Compiling rand_xorshift v0.4.0
15642026-06-05T04:04:54.300Z Compiling rustls-pemfile v2.2.0
15652026-06-05T04:04:54.779Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15662026-06-05T04:04:54.788Z Compiling regress v0.10.5
15672026-06-05T04:04:54.788Z Compiling hostname v0.4.2
15682026-06-05T04:04:54.788Z Compiling humantime v2.3.0
15692026-06-05T04:04:54.788Z Compiling proptest v1.11.0
15702026-06-05T04:04:55.114Z Compiling iddqd v0.4.2
15712026-06-05T04:04:55.398Z Compiling reqwest v0.12.28
15722026-06-05T04:04:55.446Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15732026-06-05T04:04:55.637Z Compiling block-buffer v0.10.4
15742026-06-05T04:04:55.792Z Compiling utf8parse v0.2.2
15752026-06-05T04:04:55.886Z Compiling anstyle-parse v1.0.0
15762026-06-05T04:04:56.023Z Compiling digest v0.10.7
15772026-06-05T04:04:56.214Z Compiling itertools v0.14.0
15782026-06-05T04:04:56.260Z Compiling parse-display v0.10.0
15792026-06-05T04:04:56.512Z Compiling progenitor-client v0.10.0
15802026-06-05T04:04:56.561Z Compiling backoff v0.4.0
15812026-06-05T04:04:56.662Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15822026-06-05T04:04:56.688Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15832026-06-05T04:04:57.396Z Compiling is_terminal_polyfill v1.70.2
15842026-06-05T04:04:57.520Z Compiling anstyle-query v1.1.5
15852026-06-05T04:04:57.602Z Compiling anstyle v1.0.14
15862026-06-05T04:04:57.744Z Compiling colorchoice v1.0.5
15872026-06-05T04:04:58.047Z Compiling anstream v1.0.0
15882026-06-05T04:04:58.112Z Compiling clap_lex v1.1.0
15892026-06-05T04:04:59.282Z Compiling regress v0.11.1
15902026-06-05T04:04:59.569Z Compiling clap_derive v4.6.1
15912026-06-05T04:04:59.569Z Compiling terminal_size v0.4.4
15922026-06-05T04:05:01.784Z Compiling typify-impl v0.6.2
15932026-06-05T04:05:01.938Z Compiling toml_datetime v0.6.11
15942026-06-05T04:05:01.938Z Compiling zerocopy-derive v0.7.35
15952026-06-05T04:05:01.938Z Compiling cpufeatures v0.2.17
15962026-06-05T04:05:01.938Z Compiling convert_case v0.4.0
15972026-06-05T04:05:01.938Z Compiling clap_builder v4.6.0
15982026-06-05T04:05:01.938Z Compiling derive_more v0.99.20
15992026-06-05T04:05:01.938Z Compiling zerocopy v0.7.35
16002026-06-05T04:05:02.022Z Compiling toml_edit v0.25.12+spec-1.1.0
16012026-06-05T04:05:02.622Z Compiling unicode-width v0.2.2
16022026-06-05T04:05:02.857Z Compiling proc-macro-crate v3.5.0
16032026-06-05T04:05:02.958Z Compiling clap v4.6.1
16042026-06-05T04:05:03.010Z Compiling secrecy v0.10.3
16052026-06-05T04:05:03.159Z Compiling tinyvec_macros v0.1.1
16062026-06-05T04:05:03.308Z Compiling crucible-workspace-hack v0.1.0
16072026-06-05T04:05:03.398Z Compiling float-ord v0.3.2
16082026-06-05T04:05:03.448Z Compiling num_enum_derive v0.7.6
16092026-06-05T04:05:03.527Z Compiling tinyvec v1.11.0
16102026-06-05T04:05:03.947Z Compiling dtrace-parser v0.2.0
16112026-06-05T04:05:04.041Z Compiling scroll_derive v0.12.1
16122026-06-05T04:05:04.145Z Compiling num-integer v0.1.46
16132026-06-05T04:05:04.310Z Compiling rustc_version v0.4.1
16142026-06-05T04:05:04.805Z Compiling usdt-impl v0.5.0
16152026-06-05T04:05:05.080Z Compiling curve25519-dalek v4.1.3
16162026-06-05T04:05:05.080Z Compiling scroll v0.12.0
16172026-06-05T04:05:05.080Z Compiling num_enum v0.7.6
16182026-06-05T04:05:05.155Z Compiling dof v0.3.0
16192026-06-05T04:05:05.155Z Compiling hmac v0.12.1
16202026-06-05T04:05:05.155Z Compiling inout v0.1.4
16212026-06-05T04:05:05.227Z Compiling darling_core v0.21.3
16222026-06-05T04:05:05.227Z Compiling ff v0.13.1
16232026-06-05T04:05:05.268Z Compiling thread-id v4.2.2
16242026-06-05T04:05:05.391Z Compiling group v0.13.0
16252026-06-05T04:05:05.419Z Compiling cipher v0.4.4
16262026-06-05T04:05:05.608Z Compiling hkdf v0.12.4
16272026-06-05T04:05:05.714Z Compiling goblin v0.8.2
16282026-06-05T04:05:05.889Z Compiling num-rational v0.4.2
16292026-06-05T04:05:06.053Z Compiling num-iter v0.1.45
16302026-06-05T04:05:06.181Z Compiling thiserror-impl-no-std v2.0.2
16312026-06-05T04:05:06.267Z Compiling universal-hash v0.5.1
16322026-06-05T04:05:06.300Z Compiling typify-macro v0.6.2
16332026-06-05T04:05:06.300Z Compiling crypto-bigint v0.5.5
16342026-06-05T04:05:06.415Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16352026-06-05T04:05:06.648Z Compiling crossbeam-epoch v0.9.18
16362026-06-05T04:05:06.963Z Compiling half v2.7.1
16372026-06-05T04:05:07.056Z Compiling curve25519-dalek-derive v0.1.1
16382026-06-05T04:05:07.267Z Compiling darling_macro v0.21.3
16392026-06-05T04:05:07.403Z Compiling num-complex v0.4.6
16402026-06-05T04:05:07.689Z Compiling base16ct v0.2.0
16412026-06-05T04:05:07.749Z Compiling ciborium-io v0.2.2
16422026-06-05T04:05:07.749Z Compiling base64ct v1.8.3
16432026-06-05T04:05:07.811Z Compiling opaque-debug v0.3.1
16442026-06-05T04:05:07.811Z Compiling darling v0.21.3
16452026-06-05T04:05:07.913Z Compiling elliptic-curve v0.13.8
16462026-06-05T04:05:07.913Z Compiling poly1305 v0.8.0
16472026-06-05T04:05:08.008Z Compiling ciborium-ll v0.2.2
16482026-06-05T04:05:08.067Z Compiling password-hash v0.5.0
16492026-06-05T04:05:08.368Z Compiling typify v0.6.2
16502026-06-05T04:05:08.426Z Compiling num v0.4.3
16512026-06-05T04:05:08.480Z Compiling thiserror-no-std v2.0.2
16522026-06-05T04:05:09.314Z Compiling chacha20 v0.9.1
16532026-06-05T04:05:09.456Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16542026-06-05T04:05:09.456Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16552026-06-05T04:05:09.634Z Compiling blake2 v0.10.6
16562026-06-05T04:05:09.994Z Compiling aead v0.5.2
16572026-06-05T04:05:10.057Z Compiling byte-wrapper v0.1.0
16582026-06-05T04:05:10.057Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16592026-06-05T04:05:10.057Z Compiling proc-macro-error-attr v1.0.4
16602026-06-05T04:05:10.193Z Compiling rustix v0.38.44
16612026-06-05T04:05:10.193Z Compiling prettyplease v0.2.37
16622026-06-05T04:05:10.254Z Compiling heapless v0.8.0
16632026-06-05T04:05:10.662Z Compiling unsafe-libyaml v0.2.11
16642026-06-05T04:05:10.740Z Compiling keccak v0.1.6
16652026-06-05T04:05:10.806Z Compiling sha3 v0.10.9
16662026-06-05T04:05:10.940Z Compiling serde_yaml v0.9.34+deprecated
16672026-06-05T04:05:11.142Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16682026-06-05T04:05:11.592Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16692026-06-05T04:05:12.091Z Compiling chacha20poly1305 v0.10.1
16702026-06-05T04:05:12.195Z Compiling argon2 v0.5.3
16712026-06-05T04:05:12.283Z Compiling vsss-rs v3.3.4
16722026-06-05T04:05:12.345Z Compiling ciborium v0.2.2
16732026-06-05T04:05:12.498Z Compiling ingot-macros v0.1.1
16742026-06-05T04:05:12.936Z Compiling usdt-attr-macro v0.5.0
16752026-06-05T04:05:12.968Z Compiling usdt-macro v0.5.0
16762026-06-05T04:05:14.087Z Compiling serde_spanned v0.6.9
16772026-06-05T04:05:14.232Z Compiling enum-as-inner v0.6.1
16782026-06-05T04:05:14.387Z Compiling hash32 v0.3.1
16792026-06-05T04:05:14.970Z Compiling proc-macro-error v1.0.4
16802026-06-05T04:05:14.995Z Compiling memmap v0.7.0
16812026-06-05T04:05:14.995Z Compiling memoffset v0.9.1
16822026-06-05T04:05:14.995Z Compiling toml_write v0.1.2
16832026-06-05T04:05:14.995Z Compiling cfg_aliases v0.2.1
16842026-06-05T04:05:15.030Z Compiling winnow v0.7.15
16852026-06-05T04:05:15.080Z Compiling indent_write v2.2.0
16862026-06-05T04:05:15.184Z Compiling data-encoding v2.11.0
16872026-06-05T04:05:15.184Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16882026-06-05T04:05:15.184Z Compiling smoltcp v0.11.0
16892026-06-05T04:05:15.245Z Compiling winnow v0.5.40
16902026-06-05T04:05:15.492Z Compiling ingot-types v0.1.2
16912026-06-05T04:05:15.550Z Compiling nix v0.31.3
16922026-06-05T04:05:15.550Z Compiling usdt v0.5.0
16932026-06-05T04:05:15.765Z Compiling rustls-webpki v0.103.13
16942026-06-05T04:05:16.054Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16952026-06-05T04:05:16.107Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16962026-06-05T04:05:16.134Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-06-05T04:05:16.402Z Compiling toml_edit v0.22.27
16982026-06-05T04:05:16.533Z Compiling toml_edit v0.19.15
16992026-06-05T04:05:17.098Z Compiling tabwriter v1.4.1
17002026-06-05T04:05:18.416Z Compiling cobs v0.3.0
17012026-06-05T04:05:18.718Z Compiling serde_repr v0.1.20
17022026-06-05T04:05:18.718Z Compiling vcpkg v0.2.15
17032026-06-05T04:05:18.719Z Compiling bitflags v1.3.2
17042026-06-05T04:05:18.719Z Compiling managed v0.8.0
17052026-06-05T04:05:18.719Z Compiling pkg-config v0.3.33
17062026-06-05T04:05:18.719Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17072026-06-05T04:05:18.719Z Compiling toml v0.8.23
17082026-06-05T04:05:18.719Z Compiling openssl-sys v0.9.116
17092026-06-05T04:05:18.901Z Compiling proc-macro-crate v1.3.1
17102026-06-05T04:05:19.028Z Compiling postcard v1.1.3
17112026-06-05T04:05:19.297Z Compiling ingot v0.1.1
17122026-06-05T04:05:19.371Z Compiling tokio-rustls v0.26.4
17132026-06-05T04:05:20.717Z Compiling hyper-rustls v0.27.9
17142026-06-05T04:05:20.750Z Compiling rustls-platform-verifier v0.7.0
17152026-06-05T04:05:20.751Z Compiling reqwest v0.13.4
17162026-06-05T04:05:21.131Z Compiling hubpack_derive v0.1.1
17172026-06-05T04:05:21.214Z Compiling progenitor-client v0.14.0
17182026-06-05T04:05:21.325Z Compiling progenitor-extras v0.2.0
17192026-06-05T04:05:21.400Z Compiling foreign-types-macros v0.2.3
17202026-06-05T04:05:21.606Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17212026-06-05T04:05:21.750Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-06-05T04:05:21.811Z Compiling semver v0.1.20
17232026-06-05T04:05:22.098Z Compiling static_assertions v1.1.0
17242026-06-05T04:05:22.228Z Compiling resolv-conf v0.7.6
17252026-06-05T04:05:22.228Z Compiling foreign-types-shared v0.3.1
17262026-06-05T04:05:22.338Z Compiling heck v0.4.1
17272026-06-05T04:05:22.338Z Compiling rayon-core v1.13.0
17282026-06-05T04:05:22.560Z Compiling linked-hash-map v0.5.6
17292026-06-05T04:05:22.643Z Compiling unicode-segmentation v1.13.3
17302026-06-05T04:05:22.643Z Compiling swrite v0.1.0
17312026-06-05T04:05:22.643Z Compiling colored v3.1.1
17322026-06-05T04:05:22.729Z Compiling lru-cache v0.1.2
17332026-06-05T04:05:22.729Z Compiling foreign-types v0.5.0
17342026-06-05T04:05:22.769Z Compiling rustc_version v0.1.7
17352026-06-05T04:05:22.809Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17362026-06-05T04:05:22.916Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-06-05T04:05:22.947Z Compiling newline-converter v0.3.0
17382026-06-05T04:05:22.947Z Compiling hubpack v0.1.2
17392026-06-05T04:05:23.161Z Compiling num_enum_derive v0.5.11
17402026-06-05T04:05:24.242Z Compiling atomicwrites v0.4.4
17412026-06-05T04:05:24.436Z Compiling hickory-proto v0.24.4
17422026-06-05T04:05:24.795Z Compiling progenitor-impl v0.13.0
17432026-06-05T04:05:24.884Z Compiling crossbeam-deque v0.8.6
17442026-06-05T04:05:25.074Z Compiling console v0.15.11
17452026-06-05T04:05:25.813Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17462026-06-05T04:05:25.923Z Compiling camino-tempfile v1.4.1
17472026-06-05T04:05:26.128Z Compiling chacha20 v0.10.0
17482026-06-05T04:05:26.308Z Compiling serde-big-array v0.5.1
17492026-06-05T04:05:26.364Z Compiling derive-where v1.6.1
17502026-06-05T04:05:26.461Z Compiling num-derive v0.4.2
17512026-06-05T04:05:26.857Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17522026-06-05T04:05:27.194Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-05T04:05:27.738Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17542026-06-05T04:05:28.080Z Compiling pin-project-internal v1.1.13
17552026-06-05T04:05:28.080Z Compiling cstr-argument v0.1.2
17562026-06-05T04:05:28.230Z Compiling siphasher v1.0.3
17572026-06-05T04:05:28.230Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17582026-06-05T04:05:28.230Z Compiling similar v2.7.0
17592026-06-05T04:05:28.482Z Compiling minimal-lexical v0.2.1
17602026-06-05T04:05:30.112Z Compiling pin-project v1.1.13
17612026-06-05T04:05:30.121Z Compiling nom v7.1.3
17622026-06-05T04:05:30.121Z Compiling expectorate v1.2.0
17632026-06-05T04:05:30.121Z Compiling progenitor-macro v0.13.0
17642026-06-05T04:05:30.121Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-06-05T04:05:30.121Z Compiling phf_shared v0.12.1
17662026-06-05T04:05:30.121Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17672026-06-05T04:05:30.121Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17682026-06-05T04:05:30.122Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-06-05T04:05:30.122Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17702026-06-05T04:05:30.316Z Compiling rand v0.10.1
17712026-06-05T04:05:30.316Z Compiling hickory-resolver v0.24.4
17722026-06-05T04:05:30.824Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17732026-06-05T04:05:31.183Z Compiling num_enum v0.5.11
17742026-06-05T04:05:31.224Z Compiling newtype_derive v0.1.6
17752026-06-05T04:05:31.225Z Compiling progenitor-client v0.13.0
17762026-06-05T04:05:31.338Z Compiling progenitor-impl v0.14.0
17772026-06-05T04:05:31.712Z Compiling unicode-normalization v0.1.25
17782026-06-05T04:05:32.223Z Compiling tokio-stream v0.1.18
17792026-06-05T04:05:32.454Z Compiling snafu-derive v0.8.9
17802026-06-05T04:05:32.528Z Compiling async-recursion v1.1.1
17812026-06-05T04:05:32.723Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17822026-06-05T04:05:32.836Z Compiling slog-dtrace v0.3.0
17832026-06-05T04:05:33.051Z Compiling csv-core v0.1.13
17842026-06-05T04:05:33.218Z Compiling bstr v1.12.1
17852026-06-05T04:05:33.298Z Compiling owo-colors v4.3.0
17862026-06-05T04:05:33.390Z Compiling unicode-xid v0.2.6
17872026-06-05T04:05:33.445Z Compiling chrono-tz v0.10.4
17882026-06-05T04:05:33.561Z Compiling cancel-safe-futures v0.1.5
17892026-06-05T04:05:33.613Z Compiling openssl v0.10.80
17902026-06-05T04:05:33.670Z Compiling foldhash v0.1.5
17912026-06-05T04:05:33.824Z Compiling foreign-types-shared v0.1.1
17922026-06-05T04:05:33.855Z Compiling same-file v1.0.6
17932026-06-05T04:05:33.890Z Compiling highway v1.3.0
17942026-06-05T04:05:33.913Z Compiling konst_macro_rules v0.2.19
17952026-06-05T04:05:33.948Z Compiling unicode-width v0.1.14
17962026-06-05T04:05:34.048Z Compiling progenitor v0.13.0
17972026-06-05T04:05:34.093Z Compiling konst v0.2.20
17982026-06-05T04:05:34.157Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-06-05T04:05:34.238Z Compiling snafu v0.8.9
18002026-06-05T04:05:34.246Z Compiling walkdir v2.5.0
18012026-06-05T04:05:34.301Z Compiling foreign-types v0.3.2
18022026-06-05T04:05:34.338Z Compiling hashbrown v0.15.5
18032026-06-05T04:05:34.515Z Compiling const_format_proc_macros v0.2.34
18042026-06-05T04:05:34.849Z Compiling globset v0.4.18
18052026-06-05T04:05:34.980Z Compiling csv v1.4.0
18062026-06-05T04:05:35.305Z Compiling qorb v0.4.1
18072026-06-05T04:05:35.305Z Compiling olpc-cjson v0.1.4
18082026-06-05T04:05:35.305Z Compiling progenitor-macro v0.14.0
18092026-06-05T04:05:35.468Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-05T04:05:35.468Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-05T04:05:36.703Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18122026-06-05T04:05:36.849Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-05T04:05:36.946Z Compiling rayon v1.12.0
18142026-06-05T04:05:37.120Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-05T04:05:37.373Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18162026-06-05T04:05:37.622Z Compiling phf v0.12.1
18172026-06-05T04:05:37.703Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-05T04:05:37.803Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-05T04:05:38.959Z Compiling zone_cfg_derive v0.3.1
18202026-06-05T04:05:39.148Z Compiling tokio-dtrace v0.1.1
18212026-06-05T04:05:39.149Z Compiling itertools v0.12.1
18222026-06-05T04:05:39.149Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18232026-06-05T04:05:39.299Z Compiling libsw-core v0.3.2
18242026-06-05T04:05:40.813Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-05T04:05:40.955Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18262026-06-05T04:05:40.955Z Compiling serde_plain v1.0.2
18272026-06-05T04:05:40.955Z Compiling openssl-macros v0.1.1
18282026-06-05T04:05:40.955Z Compiling pem v3.0.6
18292026-06-05T04:05:40.955Z Compiling cookie v0.18.1
18302026-06-05T04:05:40.955Z Compiling sigpipe v0.1.3
18312026-06-05T04:05:41.053Z Compiling glob v0.3.3
18322026-06-05T04:05:41.053Z Compiling fixedbitset v0.4.2
18332026-06-05T04:05:41.053Z Compiling bytecount v0.6.9
18342026-06-05T04:05:41.053Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-05T04:05:41.053Z Compiling jiff v0.2.28
18362026-06-05T04:05:41.054Z Compiling fixedbitset v0.5.7
18372026-06-05T04:05:41.054Z Compiling typed-path v0.9.3
18382026-06-05T04:05:41.054Z Compiling papergrid v0.11.0
18392026-06-05T04:05:41.054Z Compiling petgraph v0.8.3
18402026-06-05T04:05:41.054Z Compiling petgraph v0.6.5
18412026-06-05T04:05:41.888Z Compiling tough v0.22.0
18422026-06-05T04:05:42.443Z Compiling progenitor v0.14.0
18432026-06-05T04:05:42.612Z Compiling zone v0.3.1
18442026-06-05T04:05:42.734Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18452026-06-05T04:05:42.734Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-05T04:05:42.734Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-05T04:05:42.793Z Compiling libsw v3.5.0
18482026-06-05T04:05:42.793Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18492026-06-05T04:05:42.836Z Compiling oxide-tokio-rt v0.1.6
18502026-06-05T04:05:42.898Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18512026-06-05T04:05:43.024Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-05T04:05:43.244Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-05T04:05:44.074Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-05T04:05:44.159Z Compiling const_format v0.2.36
18552026-06-05T04:05:44.203Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-05T04:05:44.556Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18572026-06-05T04:05:44.806Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-05T04:05:44.951Z Compiling tabled_derive v0.7.0
18592026-06-05T04:05:45.101Z Compiling gethostname v0.5.0
18602026-06-05T04:05:45.172Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-05T04:05:45.258Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-05T04:05:45.305Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18632026-06-05T04:05:45.354Z Compiling smf v0.2.3
18642026-06-05T04:05:45.392Z Compiling bcs v0.1.6
18652026-06-05T04:05:45.455Z Compiling nom v8.0.0
18662026-06-05T04:05:45.746Z Compiling lazy_static v1.5.0
18672026-06-05T04:05:45.788Z Compiling termtree v0.5.1
18682026-06-05T04:05:45.904Z Compiling whoami v1.6.1
18692026-06-05T04:05:45.933Z Compiling tagptr v0.2.0
18702026-06-05T04:05:45.933Z Compiling unicode-linebreak v0.1.5
18712026-06-05T04:05:46.084Z Compiling linear-map v1.2.0
18722026-06-05T04:05:46.171Z Compiling smawk v0.3.2
18732026-06-05T04:05:46.212Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-05T04:05:46.316Z Compiling textwrap v0.16.2
18752026-06-05T04:05:46.375Z Compiling moka v0.12.15
18762026-06-05T04:05:46.645Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-05T04:05:46.814Z Compiling tabled v0.15.0
18782026-06-05T04:05:47.178Z Compiling steno v0.4.1
18792026-06-05T04:05:47.720Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-05T04:05:47.863Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-05T04:05:47.877Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-05T04:05:48.811Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-05T04:05:49.722Z Compiling hickory-proto v0.25.2
18842026-06-05T04:05:49.728Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18852026-06-05T04:05:51.195Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18862026-06-05T04:05:51.195Z Compiling parking_lot_core v0.8.6
18872026-06-05T04:05:51.195Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-05T04:05:51.195Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18892026-06-05T04:05:51.598Z Compiling libscf-sys v1.2.0
18902026-06-05T04:05:51.774Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18912026-06-05T04:05:51.774Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18922026-06-05T04:05:51.774Z Compiling hickory-resolver v0.25.2
18932026-06-05T04:05:51.774Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18942026-06-05T04:05:51.796Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18952026-06-05T04:05:53.774Z Compiling parking_lot v0.11.2
18962026-06-05T04:05:53.868Z Compiling fxhash v0.2.1
18972026-06-05T04:05:53.868Z Compiling internet-checksum v0.2.1
18982026-06-05T04:05:53.868Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18992026-06-05T04:05:53.868Z Compiling sled v0.34.7
19002026-06-05T04:05:53.868Z Compiling yansi v1.0.1
19012026-06-05T04:05:53.868Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-06-05T04:05:53.868Z Compiling diff v0.1.13
19032026-06-05T04:05:53.868Z Compiling pretty_assertions v1.4.1
19042026-06-05T04:05:54.390Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19052026-06-05T04:05:56.698Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-05T04:06:04.427Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-05T04:06:06.132Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-06-05T04:06:09.230Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19092026-06-05T04:06:09.345Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19102026-06-05T04:06:09.345Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19112026-06-05T04:06:09.898Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19122026-06-05T04:06:31.320Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19132026-06-05T04:06:31.377Z────────────
19142026-06-05T04:06:31.378Z Nextest run ID 4feb520e-f339-4282-8079-d27c2ba85e1f with nextest profile: default
19152026-06-05T04:06:31.378Z Starting 6 tests across 3 binaries
19162026-06-05T04:06:31.378Z START bfd test::test_new_daemon
19172026-06-05T04:06:31.479Z
19182026-06-05T04:06:31.479Zrunning 1 test
19192026-06-05T04:06:31.479Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-06-05T04:06:29.625227192Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4781,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19202026-06-05T04:06:31.479Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-06-05T04:06:29.625444975Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRNtest test::test_new_daemon ... ","pid":ok4781,"
19212026-06-05T04:06:31.479Zpeer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19222026-06-05T04:06:31.479Z
19232026-06-05T04:06:31.479Ztest result: {"okmsg":"exiting receive loop on error: channel is empty and sending half is closed","v":. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out0,"name":"slog-rs","level":50,"time":"2026-06-05T04:06:29.625479007Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4781,"error":"channel is empty and sending half is closed",; finished in 0.04s"peer
19242026-06-05T04:06:31.479Z
19252026-06-05T04:06:31.479Z":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19262026-06-05T04:06:31.480Z PASS [ 0.047s] bfd test::test_new_daemon
19272026-06-05T04:06:31.480Z START bfd test::test_protocol_basics
19282026-06-05T04:06:31.480Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-06-05T04:06:29.625534881Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4781,"error":"channel is empty and sending half is closed","peer":"2001:db8::10
19292026-06-05T04:06:31.480Zrunning 1 test
19302026-06-05T04:06:31.530Z{{""msg"msg":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2520615887, 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: 2789989830, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }",","vv""::0,"name":"slog-rs"0,"name":"slog-rs",,""level"level"::1010,",time":""time"2026-06-05T04:06:29.676998824Z":"2026-06-05T04:06:29.676999654Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":,"pid":47824782,","peer":"peer":"203.0.113.20",203.0.113.10"","state":"state":"Down"Down,"","unit":"unit":"session",session"","module":"module":"state_machine"state_machine",","component"component:"":"bfd"bfd"}
19312026-06-05T04:06:31.530Z}
19322026-06-05T04:06:31.530Z{"msg":"{"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1676250635, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1758184377, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T04:06:29.677231608Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"2001:db8::20","state":"Down",",unit"":"time":"session","module":"state_machine",2026-06-05T04:06:29.677235938Z"","component":"hostnamebfd"":"}
19332026-06-05T04:06:31.530Zw-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782{"msg,"":"peer":"transition -> Init"2001:db8::10",,""v":state"0:","Down"name":,""unit"slog-rs:"","sessionlevel"":30,"module":"state_machine","component":"bfd"}
19342026-06-05T04:06:31.530Z,"time":"{"msg":"2026-06-05T04:06:29.677254679Z",transition -> Init"","v"hostname:"0:,""name":"slog-rs","w-01KTAYY7SDZ9JRNPFK0E633TRN","level"pid"::304782,"peer":"203.0.113.20","state":"Down","unit":"session","module":"state_machine","component":,""bfd"time}"
19352026-06-05T04:06:31.530Z:"{"msg":"2026-06-05T04:06:29.6772616Z","transition -> Init"hostname",":v"":0,"name":"slog-rs"w-01KTAYY7SDZ9JRNPFK0E633TRN",","level":pid":304782,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine",","component":"time"bfd:""}
19362026-06-05T04:06:31.530Z2026-06-05T04:06:29.6772702Z","{hostname":""msg":"w-01KTAYY7SDZ9JRNPFK0E633TRN","transition -> Init"pid",":v"4782:0,","name":"peer":"slog-rs","level"2001:db8::20:"30,"state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19372026-06-05T04:06:31.530Z,"time":"2026-06-05T04:06:29.677283731Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19382026-06-05T04:06:32.487Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2520615887, your_discriminator: 2789989830, 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-05T04:06:30.674518299Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19392026-06-05T04:06:32.487Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1676250635, your_discriminator: 1758184377, 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-05T04:06:30.674588623Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19402026-06-05T04:06:32.487Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T04:06:30.674601014Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19412026-06-05T04:06:32.487Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T04:06:30.674613465Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19422026-06-05T04:06:32.708Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2789989830, your_discriminator: 2520615887, 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-05T04:06:30.67669686Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19432026-06-05T04:06:32.708Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T04:06:30.676722921Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19442026-06-05T04:06:32.708Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1758184377, your_discriminator: 1676250635, 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-05T04:06:30.676740752Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19452026-06-05T04:06:32.708Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T04:06:30.676757143Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19462026-06-05T04:06:37.534Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2520615887, your_discriminator: 2789989830, 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-05T04:06:35.674573162Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19472026-06-05T04:06:37.535Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1676250635, your_discriminator: 1758184377, 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-05T04:06:35.674640376Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19482026-06-05T04:06:37.595Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2789989830, your_discriminator: 2520615887, 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-05T04:06:35.676722471Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19492026-06-05T04:06:37.595Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1758184377, your_discriminator: 1676250635, 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-05T04:06:35.676751213Z","hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19502026-06-05T04:06:41.459Z{"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,,""time"time:":""2026-06-05T04:06:39.676883597Z"2026-06-05T04:06:39.676900218Z",,""hostname":"hostname":"w-01KTAYY7SDZ9JRNPFK0E633TRN"w-01KTAYY7SDZ9JRNPFK0E633TRN",,""pid":pid":47824782,",peer"":"peer":"2001:db8::10",2001:db8::20""state",":"stateUp"":","Up"unit":,""unit"session:"","sessionmodule"",":"module":"state_machine","state_machine","component":"component"bfd":"}bfd"}
19512026-06-05T04:06:41.459Z
19522026-06-05T04:06:41.459Z{"msg":"dropping SM for 203.0.113.10",{"v":0","msg":"name":"slog-rs","level":dropping SM for 203.0.113.20"40,"v":0,"name":"slog-rs","level":40,"time":","2026-06-05T04:06:39.67694164Z","time":"hostname":"2026-06-05T04:06:39.676942871Z"w-01KTAYY7SDZ9JRNPFK0E633TRN",,""pid"hostname:"4782:","peer":"w-01KTAYY7SDZ9JRNPFK0E633TRN"203.0.113.10",","pid":state":"4782Up","unit,"":"peer":"session","203.0.113.20module"",":"state":"Up"state_machine,"","unit":"component":"session"bfd",}"
19532026-06-05T04:06:41.460Zmodule":"state_machine","component":"bfd"}
19542026-06-05T04:06:41.510Ztest test::test_protocol_basics ... ok
19552026-06-05T04:06:41.510Z
19562026-06-05T04:06:41.510Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19572026-06-05T04:06:41.510Z
19582026-06-05T04:06:41.510Z PASS [ 10.056s] bfd test::test_protocol_basics
19592026-06-05T04:06:41.510Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19602026-06-05T04:06:41.510Z
19612026-06-05T04:06:41.510Zrunning 1 test
19622026-06-05T04:06:41.510Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19632026-06-05T04:06:41.510Z
19642026-06-05T04:06:41.510Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19652026-06-05T04:06:41.510Z
19662026-06-05T04:06:41.510Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19672026-06-05T04:06:41.510Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19682026-06-05T04:06:41.510Z
19692026-06-05T04:06:41.510Zrunning 1 test
19702026-06-05T04:06:41.510Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
19712026-06-05T04:06:41.510Z
19722026-06-05T04:06:41.510Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19732026-06-05T04:06:41.510Z
19742026-06-05T04:06:41.510Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19752026-06-05T04:06:41.510Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19762026-06-05T04:06:41.510Z
19772026-06-05T04:06:41.510Zrunning 1 test
19782026-06-05T04:06:41.510Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
19792026-06-05T04:06:41.511Z
19802026-06-05T04:06:41.511Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19812026-06-05T04:06:41.511Z
19822026-06-05T04:06:41.511Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19832026-06-05T04:06:41.511Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19842026-06-05T04:06:41.511Z
19852026-06-05T04:06:41.511Zrunning 1 test
19862026-06-05T04:06:41.511Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
19872026-06-05T04:06:41.511Z
19882026-06-05T04:06:41.511Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
19892026-06-05T04:06:41.511Z
19902026-06-05T04:06:41.511Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19912026-06-05T04:06:41.511Z────────────
19922026-06-05T04:06:41.511Z Summary [ 10.124s] 6 tests run: 6 passed, 0 skipped
19932026-06-05T04:06:41.511Zprocess exited: duration 390103 ms, exit code 0
 
19942026-06-05T04:06:41.576Zfound 0 output files