01KQ10YS4XV627MPZZ559670AC: test-rdb

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: 01KQ10Z4F51P3K5TE3CK8RJXN8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T00:36:01.519Zjob assigned to worker 01KQ10ZNBRTQYETFWYAY4SEWY6 [factory aws, i-026d794d2d650fcbd] (queued for 1 m 7 s)
 
22026-04-25T00:36:08.531Zstarting task 0: "setup"
32026-04-25T00:36:08.535Z++ uname -s
42026-04-25T00:36:08.538Z+ kern=SunOS
52026-04-25T00:36:08.539Z+ build_user=build
62026-04-25T00:36:08.539Z+ build_uid=12345
72026-04-25T00:36:08.539Z+ work_dir=/work
82026-04-25T00:36:08.539Z+ input_dir=/input
92026-04-25T00:36:08.539Z+ [[ 0 == 12345 ]]
102026-04-25T00:36:08.539Z+ case "$kern" in
112026-04-25T00:36:08.539Z+ groupadd -g 12345 build
122026-04-25T00:36:08.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T00:36:10.546Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T00:36:10.608Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T00:36:10.612Z+ home_fs=zfs
162026-04-25T00:36:10.612Z+ [[ zfs == autofs ]]
172026-04-25T00:36:10.612Z+ mkdir -p /home/build
182026-04-25T00:36:10.612Z+ chown build:build /home/build /work
192026-04-25T00:36:12.612Z+ chmod 0700 /home/build /work
202026-04-25T00:36:12.616Zprocess exited: duration 4085 ms, exit code 0
 
212026-04-25T00:36:12.623Zstarting task 1: "rust-toolchain"
222026-04-25T00:36:12.627Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-25T00:36:12.627Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-25T00:36:12.627Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-25T00:36:12.627Z * rust toolchain channel = "stable"
262026-04-25T00:36:12.627Z * rust toolchain profile = "default"
272026-04-25T00:36:12.627Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T00:36:12.631Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T00:36:12.631Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-25T00:36:12.749Zinfo: downloading installer
312026-04-25T00:36:14.176Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T00:36:14.176Zwarn: /opt/ooce/bin
332026-04-25T00:36:14.176Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T00:36:14.176Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T00:36:14.176Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T00:36:14.176Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T00:36:14.176Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T00:36:14.176Zerror: cannot install while Rust is installed
392026-04-25T00:36:14.177Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T00:36:14.177Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T00:36:14.177Zwarn: /home/build/.rustup/settings.toml
422026-04-25T00:36:14.177Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T00:36:14.177Zwarn: instead of the one inferred from the default host triple.
442026-04-25T00:36:14.189Zinfo: profile set to default
452026-04-25T00:36:14.189Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T00:36:14.193Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-25T00:36:14.324Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-25T00:36:14.328Zinfo: downloading 6 components
492026-04-25T00:36:28.644Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-25T00:36:28.644Z
512026-04-25T00:36:28.686Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-25T00:36:28.686Z
532026-04-25T00:36:28.686Z
542026-04-25T00:36:28.686ZRust is installed now. Great!
552026-04-25T00:36:28.686Z
562026-04-25T00:36:28.686ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T00:36:28.686Zenvironment variable. This has not been done automatically.
582026-04-25T00:36:28.686Z
592026-04-25T00:36:28.686ZTo configure your current shell, you need to source
602026-04-25T00:36:28.686Zthe corresponding env file under $HOME/.cargo.
612026-04-25T00:36:28.686Z
622026-04-25T00:36:28.686ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T00:36:28.686Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T00:36:28.686Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T00:36:28.686Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T00:36:28.686Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T00:36:28.686Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T00:36:28.686Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T00:36:28.690Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T00:36:28.690Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T00:36:28.784Z+ rustup --version
722026-04-25T00:36:28.793Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T00:36:28.796Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T00:36:28.815Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-25T00:36:28.819Z+ cargo --version
762026-04-25T00:36:28.832Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-25T00:36:28.835Z+ rustc --version
782026-04-25T00:36:28.855Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-25T00:36:28.858Zprocess exited: duration 16232 ms, exit code 0
 
802026-04-25T00:36:28.865Zstarting task 2: "authentication"
812026-04-25T00:36:28.881Zprocess exited: duration 16 ms, exit code 0
 
822026-04-25T00:36:28.888Zstarting task 3: "clone repository"
832026-04-25T00:36:28.891Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-25T00:36:28.895Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-25T00:36:28.934ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-25T00:36:30.036Z+ cd /work/oxidecomputer/maghemite
872026-04-25T00:36:30.036Z+ git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
882026-04-25T00:36:30.408ZFrom https://github.com/oxidecomputer/maghemite
892026-04-25T00:36:30.408Z * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD
902026-04-25T00:36:30.413Z+ [[ -n trey/light-cleanup ]]
912026-04-25T00:36:30.417Z++ git branch --show-current
922026-04-25T00:36:30.417Z+ current=main
932026-04-25T00:36:30.417Z+ [[ main != trey/light-cleanup ]]
942026-04-25T00:36:30.417Z+ git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
952026-04-25T00:36:30.420Z+ git checkout -f trey/light-cleanup
962026-04-25T00:36:30.435ZSwitched to branch 'trey/light-cleanup'
972026-04-25T00:36:30.438Z+ git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
982026-04-25T00:36:30.451ZHEAD is now at 49a9983 LoopbackIpManager: cargo fmt
992026-04-25T00:36:30.455Zprocess exited: duration 1564 ms, exit code 0
 
1002026-04-25T00:36:30.462Zstarting task 4: "build"
1012026-04-25T00:36:30.466Z+ set -e
1022026-04-25T00:36:30.466Z+ source .github/buildomat/test-common.sh
1032026-04-25T00:36:30.469Z++ NEXTEST_VERSION=0.9.97
1042026-04-25T00:36:30.469Z++ PLATFORM=illumos
1052026-04-25T00:36:30.469Z++ banner install
1062026-04-25T00:36:30.469Z
1072026-04-25T00:36:30.469Z # # # #### ##### ## # #
1082026-04-25T00:36:30.469Z # ## # # # # # # #
1092026-04-25T00:36:30.469Z # # # # #### # # # # #
1102026-04-25T00:36:30.469Z # # # # # # ###### # #
1112026-04-25T00:36:30.469Z # # ## # # # # # # #
1122026-04-25T00:36:30.469Z # # # #### # # # ###### ######
1132026-04-25T00:36:30.469Z
1142026-04-25T00:36:30.469Z++ set +o errexit
1152026-04-25T00:36:30.469Z++ pkg info clang-15
1162026-04-25T00:36:30.473Z++ grep -qi installed
1172026-04-25T00:36:31.627Zpkg: info: no packages matching the following patterns you specified are
1182026-04-25T00:36:31.627Zinstalled on the system. Try querying remotely instead:
1192026-04-25T00:36:31.627Z
1202026-04-25T00:36:31.627Z clang-15
1212026-04-25T00:36:31.664Z++ [[ 1 != 0 ]]
1222026-04-25T00:36:31.667Z++ set -o errexit
1232026-04-25T00:36:31.667Z++ pfexec pkg install clang-15
1242026-04-25T00:36:41.223Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-25T00:36:48.602Z Startup: Caching catalogs ... Done
1262026-04-25T00:36:55.044ZPlanning: Solver setup ... Done
1272026-04-25T00:36:55.078ZPlanning: Running solver ... Done
1282026-04-25T00:36:55.207ZPlanning: Finding local manifests ... Done
1292026-04-25T00:36:55.258ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-25T00:36:55.422ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-25T00:36:55.452ZPlanning: Package planning ... Done
1322026-04-25T00:36:55.478ZPlanning: Merging actions ... Done
1332026-04-25T00:36:55.589ZPlanning: Checking for conflicting actions ... Done
1342026-04-25T00:36:55.594ZPlanning: Consolidating action changes ... Done
1352026-04-25T00:36:56.368ZPlanning: Evaluating mediators ... Done
1362026-04-25T00:36:56.374ZPlanning: Planning completed in 7.61 seconds
1372026-04-25T00:36:56.386Z Packages to install: 2
1382026-04-25T00:36:56.386Z Mediators to change: 2
1392026-04-25T00:36:56.386Z Services to change: 1
1402026-04-25T00:36:56.389Z Create boot environment: No
1412026-04-25T00:36:56.389ZCreate backup boot environment: No
1422026-04-25T00:36:56.428Z
1432026-04-25T00:36:56.428ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-25T00:37:01.563ZDownload: 290/3076 items 15.7/211.3MB 7% complete (3.4M/s)
1452026-04-25T00:37:06.579ZDownload: 671/3076 items 17.6/211.3MB 8% complete (1.8M/s)
1462026-04-25T00:37:12.638ZDownload: 980/3076 items 81.0/211.3MB 38% complete (6.6M/s)
1472026-04-25T00:37:19.278ZDownload: 983/3076 items 81.6/211.3MB 38% complete (6.4M/s)
1482026-04-25T00:37:27.241ZDownload: 984/3076 items 81.6/211.3MB 38% complete
1492026-04-25T00:37:32.318ZDownload: 1077/3076 items 114.2/211.3MB 54% complete (7.1M/s)
1502026-04-25T00:37:37.416ZDownload: 1188/3076 items 115.3/211.3MB 54% complete (3.6M/s)
1512026-04-25T00:37:42.573ZDownload: 1299/3076 items 115.6/211.3MB 54% complete (1003k/s)
1522026-04-25T00:37:47.591ZDownload: 1711/3076 items 116.8/211.3MB 55% complete (158k/s)
1532026-04-25T00:37:52.617ZDownload: 1946/3076 items 117.2/211.3MB 55% complete (158k/s)
1542026-04-25T00:37:57.618ZDownload: 1998/3076 items 117.4/211.3MB 55% complete (57.1k/s)
1552026-04-25T00:38:13.366ZDownload: 2005/3076 items 117.7/211.3MB 55% complete
1562026-04-25T00:38:27.623ZDownload: 2006/3076 items 117.7/211.3MB 55% complete
1572026-04-25T00:38:32.632ZDownload: 2457/3076 items 119.4/211.3MB 56% complete (361k/s)
1582026-04-25T00:38:38.206ZDownload: 3026/3076 items 201.6/211.3MB 95% complete (8.8M/s)
1592026-04-25T00:38:43.953ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (8.6M/s)
1602026-04-25T00:38:50.367ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
1612026-04-25T00:38:58.166ZDownload: 3073/3076 items 209.9/211.3MB 99% complete (852k/s)
1622026-04-25T00:38:58.210ZDownload: Completed 211.31 MB in 121.77 seconds (1.7M/s)
1632026-04-25T00:38:58.338Z Actions: 1/3418 actions (Installing new actions)
1642026-04-25T00:39:01.479Z Actions: Completed 3418 actions in 3.14 seconds.
1652026-04-25T00:39:01.783Z Done
1662026-04-25T00:39:01.783Z Done
1672026-04-25T00:39:02.509Z Done
1682026-04-25T00:39:05.630Z Done
1692026-04-25T00:39:05.709Z Done
1702026-04-25T00:39:05.713Z Done
1712026-04-25T00:39:06.030Z Done
1722026-04-25T00:39:06.705Z++ set -o errexit
1732026-04-25T00:39:06.705Z++ cargo --version
1742026-04-25T00:39:06.712Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1752026-04-25T00:39:06.854Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1762026-04-25T00:39:06.858Zinfo: downloading 6 components
1772026-04-25T00:39:21.158Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1782026-04-25T00:39:21.162Z++ rustc --version
1792026-04-25T00:39:21.190Zrustc 1.94.1 (e408947bf 2026-03-25)
1802026-04-25T00:39:21.195Z++ cargo install cargo-nextest --version 0.9.97
1812026-04-25T00:39:21.239Z Updating crates.io index
1822026-04-25T00:39:21.351Z Downloading crates ...
1832026-04-25T00:39:21.407Z Downloaded cargo-nextest v0.9.97
1842026-04-25T00:39:21.472Z Installing cargo-nextest v0.9.97
1852026-04-25T00:39:21.518Z Updating crates.io index
1862026-04-25T00:39:23.969Z Locking 408 packages to latest compatible versions
1872026-04-25T00:39:23.974Z Adding dialoguer v0.11.0 (available: v0.12.0)
1882026-04-25T00:39:23.977Z Adding duct v0.13.7 (available: v1.1.1)
1892026-04-25T00:39:23.977Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1902026-04-25T00:39:23.977Z Adding generic-array v0.14.7 (available: v0.14.9)
1912026-04-25T00:39:23.981Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1922026-04-25T00:39:23.981Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1932026-04-25T00:39:23.981Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1942026-04-25T00:39:23.985Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1952026-04-25T00:39:23.985Z Adding quick-junit v0.5.2 (available: v0.6.0)
1962026-04-25T00:39:24.003Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1972026-04-25T00:39:24.012Z Downloading crates ...
1982026-04-25T00:39:24.081Z Downloaded addr2line v0.25.1
1992026-04-25T00:39:24.086Z Downloaded autocfg v1.5.0
2002026-04-25T00:39:24.089Z Downloaded generic-array v0.14.7
2012026-04-25T00:39:24.093Z Downloaded anstyle-parse v1.0.0
2022026-04-25T00:39:24.096Z Downloaded adler2 v2.0.1
2032026-04-25T00:39:24.096Z Downloaded base64ct v1.8.3
2042026-04-25T00:39:24.099Z Downloaded home v0.5.12
2052026-04-25T00:39:24.099Z Downloaded anstyle-query v1.1.5
2062026-04-25T00:39:24.103Z Downloaded clap_lex v1.1.0
2072026-04-25T00:39:24.106Z Downloaded cargo_metadata v0.20.0
2082026-04-25T00:39:24.111Z Downloaded curve25519-dalek-derive v0.1.1
2092026-04-25T00:39:24.114Z Downloaded console v0.15.11
2102026-04-25T00:39:24.118Z Downloaded os_pipe v1.2.3
2112026-04-25T00:39:24.121Z Downloaded camino-tempfile v1.4.1
2122026-04-25T00:39:24.121Z Downloaded crypto-common v0.1.7
2132026-04-25T00:39:24.121Z Downloaded bitflags v2.11.1
2142026-04-25T00:39:24.125Z Downloaded mukti-metadata v0.3.0
2152026-04-25T00:39:24.128Z Downloaded lru-slab v0.1.2
2162026-04-25T00:39:24.128Z Downloaded percent-encoding v2.3.2
2172026-04-25T00:39:24.128Z Downloaded color-spantrace v0.3.0
2182026-04-25T00:39:24.132Z Downloaded bytes v1.11.1
2192026-04-25T00:39:24.135Z Downloaded nextest-filtering v0.15.0
2202026-04-25T00:39:24.138Z Downloaded document-features v0.2.12
2212026-04-25T00:39:24.138Z Downloaded lock_api v0.4.14
2222026-04-25T00:39:24.142Z Downloaded atomicwrites v0.4.4
2232026-04-25T00:39:24.142Z Downloaded parking_lot_core v0.9.12
2242026-04-25T00:39:24.145Z Downloaded rustc_version v0.4.1
2252026-04-25T00:39:24.145Z Downloaded ordered-float v2.10.1
2262026-04-25T00:39:24.150Z Downloaded newtype-uuid v1.3.2
2272026-04-25T00:39:24.153Z Downloaded once_cell v1.21.4
2282026-04-25T00:39:24.153Z Downloaded cargo-platform v0.2.0
2292026-04-25T00:39:24.156Z Downloaded cargo-platform v0.3.3
2302026-04-25T00:39:24.156Z Downloaded guppy-workspace-hack v0.1.0
2312026-04-25T00:39:24.160Z Downloaded cfg-if v1.0.4
2322026-04-25T00:39:24.160Z Downloaded pathdiff v0.2.3
2332026-04-25T00:39:24.160Z Downloaded openssl-probe v0.2.1
2342026-04-25T00:39:24.163Z Downloaded hyper-tls v0.6.0
2352026-04-25T00:39:24.163Z Downloaded digest v0.10.7
2362026-04-25T00:39:24.163Z Downloaded backtrace-ext v0.2.1
2372026-04-25T00:39:24.167Z Downloaded anstyle v1.0.14
2382026-04-25T00:39:24.167Z Downloaded rustc-hash v2.1.2
2392026-04-25T00:39:24.167Z Downloaded nested v0.1.1
2402026-04-25T00:39:24.170Z Downloaded curve25519-dalek v4.1.3
2412026-04-25T00:39:24.173Z Downloaded nextest-workspace-hack v0.1.0
2422026-04-25T00:39:24.174Z Downloaded futures-macro v0.3.32
2432026-04-25T00:39:24.177Z Downloaded fnv v1.0.7
2442026-04-25T00:39:24.177Z Downloaded miniz_oxide v0.8.9
2452026-04-25T00:39:24.177Z Downloaded futures-core v0.3.32
2462026-04-25T00:39:24.181Z Downloaded errno v0.3.14
2472026-04-25T00:39:24.181Z Downloaded openssl-macros v0.1.1
2482026-04-25T00:39:24.181Z Downloaded indenter v0.3.4
2492026-04-25T00:39:24.181Z Downloaded indent_write v2.2.0
2502026-04-25T00:39:24.184Z Downloaded atomic-waker v1.1.2
2512026-04-25T00:39:24.184Z Downloaded block-buffer v0.10.4
2522026-04-25T00:39:24.184Z Downloaded futures-task v0.3.32
2532026-04-25T00:39:24.187Z Downloaded futures-io v0.3.32
2542026-04-25T00:39:24.187Z Downloaded cpufeatures v0.2.17
2552026-04-25T00:39:24.191Z Downloaded pulldown-cmark v0.13.3
2562026-04-25T00:39:24.194Z Downloaded foreign-types-shared v0.1.1
2572026-04-25T00:39:24.194Z Downloaded itoa v1.0.18
2582026-04-25T00:39:24.198Z Downloaded humantime-serde v1.1.1
2592026-04-25T00:39:24.201Z Downloaded scopeguard v1.2.0
2602026-04-25T00:39:24.201Z Downloaded http-body v1.0.1
2612026-04-25T00:39:24.201Z Downloaded futures-sink v0.3.32
2622026-04-25T00:39:24.201Z Downloaded equivalent v1.0.2
2632026-04-25T00:39:24.204Z Downloaded enable-ansi-support v0.2.1
2642026-04-25T00:39:24.205Z Downloaded cfg_aliases v0.2.1
2652026-04-25T00:39:24.208Z Downloaded debug-ignore v1.0.5
2662026-04-25T00:39:24.208Z Downloaded form_urlencoded v1.2.2
2672026-04-25T00:39:24.211Z Downloaded dialoguer v0.11.0
2682026-04-25T00:39:24.215Z Downloaded either v1.15.0
2692026-04-25T00:39:24.215Z Downloaded number_prefix v0.4.0
2702026-04-25T00:39:24.218Z Downloaded ed25519 v2.2.3
2712026-04-25T00:39:24.221Z Downloaded borsh v1.6.1
2722026-04-25T00:39:24.224Z Downloaded serde_spanned v1.1.1
2732026-04-25T00:39:24.225Z Downloaded serde_spanned v0.6.9
2742026-04-25T00:39:24.228Z Downloaded is_ci v1.2.0
2752026-04-25T00:39:24.228Z Downloaded lazy_static v1.5.0
2762026-04-25T00:39:24.228Z Downloaded heck v0.5.0
2772026-04-25T00:39:24.228Z Downloaded async-scoped v0.9.0
2782026-04-25T00:39:24.231Z Downloaded is_terminal_polyfill v1.70.2
2792026-04-25T00:39:24.231Z Downloaded serde-value v0.7.0
2802026-04-25T00:39:24.231Z Downloaded colorchoice v1.0.5
2812026-04-25T00:39:24.235Z Downloaded nextest-metadata v0.12.2
2822026-04-25T00:39:24.235Z Downloaded miette-derive v7.6.0
2832026-04-25T00:39:24.235Z Downloaded shared_child v1.1.1
2842026-04-25T00:39:24.238Z Downloaded shell-words v1.1.1
2852026-04-25T00:39:24.238Z Downloaded rand_core v0.9.5
2862026-04-25T00:39:24.241Z Downloaded native-tls v0.2.18
2872026-04-25T00:39:24.241Z Downloaded http-body-util v0.1.3
2882026-04-25T00:39:24.245Z Downloaded supports-color v3.0.2
2892026-04-25T00:39:24.248Z Downloaded fixedbitset v0.5.7
2902026-04-25T00:39:24.248Z Downloaded quote v1.0.45
2912026-04-25T00:39:24.252Z Downloaded self_update v0.42.0
2922026-04-25T00:39:24.252Z Downloaded ryu v1.0.23
2932026-04-25T00:39:24.255Z Downloaded idna_adapter v1.0.0
2942026-04-25T00:39:24.255Z Downloaded foreign-types v0.3.2
2952026-04-25T00:39:24.255Z Downloaded filetime v0.2.27
2962026-04-25T00:39:24.258Z Downloaded hex v0.4.3
2972026-04-25T00:39:24.258Z Downloaded fastrand v2.4.1
2982026-04-25T00:39:24.258Z Downloaded cargo_metadata v0.23.1
2992026-04-25T00:39:24.262Z Downloaded cargo-util-schemas v0.2.0
3002026-04-25T00:39:24.262Z Downloaded sigchld v0.2.4
3012026-04-25T00:39:24.262Z Downloaded signal-hook-mio v0.2.5
3022026-04-25T00:39:24.265Z Downloaded supports-unicode v3.0.0
3032026-04-25T00:39:24.265Z Downloaded supports-hyperlinks v3.2.0
3042026-04-25T00:39:24.265Z Downloaded foldhash v0.1.5
3052026-04-25T00:39:24.265Z Downloaded strsim v0.11.1
3062026-04-25T00:39:24.269Z Downloaded strip-ansi-escapes v0.2.1
3072026-04-25T00:39:24.269Z Downloaded anstream v1.0.0
3082026-04-25T00:39:24.269Z Downloaded swrite v0.1.0
3092026-04-25T00:39:24.272Z Downloaded serde-untagged v0.1.9
3102026-04-25T00:39:24.272Z Downloaded subtle v2.6.1
3112026-04-25T00:39:24.272Z Downloaded globset v0.4.18
3122026-04-25T00:39:24.272Z Downloaded crc32fast v1.5.0
3132026-04-25T00:39:24.276Z Downloaded terminal_size v0.4.4
3142026-04-25T00:39:24.276Z Downloaded const-oid v0.9.6
3152026-04-25T00:39:24.276Z Downloaded getrandom v0.4.2
3162026-04-25T00:39:24.279Z Downloaded futures-executor v0.3.32
3172026-04-25T00:39:24.279Z Downloaded duct v0.13.7
3182026-04-25T00:39:24.282Z Downloaded pin-project-internal v1.1.11
3192026-04-25T00:39:24.282Z Downloaded camino v1.2.2
3202026-04-25T00:39:24.289Z Downloaded ipnet v2.12.0
3212026-04-25T00:39:24.289Z Downloaded rand_core v0.6.4
3222026-04-25T00:39:24.289Z Downloaded rand_chacha v0.9.0
3232026-04-25T00:39:24.292Z Downloaded serde_ignored v0.1.14
3242026-04-25T00:39:24.292Z Downloaded ppv-lite86 v0.2.21
3252026-04-25T00:39:24.292Z Downloaded serde_urlencoded v0.7.1
3262026-04-25T00:39:24.292Z Downloaded pkcs8 v0.10.2
3272026-04-25T00:39:24.296Z Downloaded find-msvc-tools v0.1.9
3282026-04-25T00:39:24.296Z Downloaded self-replace v1.5.0
3292026-04-25T00:39:24.299Z Downloaded simd-adler32 v0.3.9
3302026-04-25T00:39:24.299Z Downloaded owo-colors v4.3.0
3312026-04-25T00:39:24.299Z Downloaded convert_case v0.10.0
3322026-04-25T00:39:24.303Z Downloaded signal-hook-registry v1.4.8
3332026-04-25T00:39:24.303Z Downloaded toml_write v0.1.2
3342026-04-25T00:39:24.303Z Downloaded tinyvec_macros v0.1.1
3352026-04-25T00:39:24.303Z Downloaded pkg-config v0.3.33
3362026-04-25T00:39:24.306Z Downloaded tokio-macros v2.7.0
3372026-04-25T00:39:24.307Z Downloaded tower-layer v0.3.3
3382026-04-25T00:39:24.312Z Downloaded erased-serde v0.4.10
3392026-04-25T00:39:24.313Z Downloaded static_assertions v1.1.0
3402026-04-25T00:39:24.313Z Downloaded future-queue v0.4.0
3412026-04-25T00:39:24.317Z Downloaded jobserver v0.1.34
3422026-04-25T00:39:24.317Z Downloaded cfg-expr v0.20.7
3432026-04-25T00:39:24.317Z Downloaded humantime v2.3.0
3442026-04-25T00:39:24.317Z Downloaded quinn-udp v0.5.14
3452026-04-25T00:39:24.320Z Downloaded clap_derive v4.6.1
3462026-04-25T00:39:24.320Z Downloaded hyper-rustls v0.27.9
3472026-04-25T00:39:24.320Z Downloaded httparse v1.10.1
3482026-04-25T00:39:24.326Z Downloaded tracing-error v0.2.1
3492026-04-25T00:39:24.329Z Downloaded toml_datetime v0.6.11
3502026-04-25T00:39:24.329Z Downloaded derive-where v1.6.1
3512026-04-25T00:39:24.333Z Downloaded config v0.15.22
3522026-04-25T00:39:24.333Z Downloaded typeid v1.0.3
3532026-04-25T00:39:24.336Z Downloaded try-lock v0.2.5
3542026-04-25T00:39:24.336Z Downloaded tower-service v0.3.3
3552026-04-25T00:39:24.336Z Downloaded sha2 v0.10.9
3562026-04-25T00:39:24.339Z Downloaded utf8_iter v1.0.4
3572026-04-25T00:39:24.339Z Downloaded smol_str v0.3.6
3582026-04-25T00:39:24.343Z Downloaded sync_wrapper v1.0.2
3592026-04-25T00:39:24.343Z Downloaded thiserror v1.0.69
3602026-04-25T00:39:24.346Z Downloaded thiserror-impl v2.0.18
3612026-04-25T00:39:24.346Z Downloaded tokio-native-tls v0.3.1
3622026-04-25T00:39:24.347Z Downloaded want v0.3.1
3632026-04-25T00:39:24.350Z Downloaded untrusted v0.9.0
3642026-04-25T00:39:24.351Z Downloaded utf8parse v0.2.2
3652026-04-25T00:39:24.351Z Downloaded unicode-linebreak v0.1.5
3662026-04-25T00:39:24.351Z Downloaded thread_local v1.1.9
3672026-04-25T00:39:24.351Z Downloaded thiserror-impl v1.0.69
3682026-04-25T00:39:24.354Z Downloaded target-spec-miette v0.4.6
3692026-04-25T00:39:24.354Z Downloaded version_check v0.9.5
3702026-04-25T00:39:24.358Z Downloaded parking_lot v0.12.5
3712026-04-25T00:39:24.358Z Downloaded urlencoding v2.1.3
3722026-04-25T00:39:24.358Z Downloaded serde_path_to_error v0.1.20
3732026-04-25T00:39:24.361Z Downloaded futures-channel v0.3.32
3742026-04-25T00:39:24.361Z Downloaded semver v1.0.28
3752026-04-25T00:39:24.361Z Downloaded quick-junit v0.5.2
3762026-04-25T00:39:24.364Z Downloaded pin-project-lite v0.2.17
3772026-04-25T00:39:24.367Z Downloaded eyre v0.6.12
3782026-04-25T00:39:24.368Z Downloaded toml_writer v1.1.1+spec-1.1.0
3792026-04-25T00:39:24.371Z Downloaded ahash v0.8.12
3802026-04-25T00:39:24.371Z Downloaded smallvec v1.15.1
3812026-04-25T00:39:24.374Z Downloaded target-lexicon v0.13.3
3822026-04-25T00:39:24.374Z Downloaded clap v4.6.1
3832026-04-25T00:39:24.378Z Downloaded iana-time-zone v0.1.65
3842026-04-25T00:39:24.381Z Downloaded getrandom v0.3.4
3852026-04-25T00:39:24.384Z Downloaded serde_core v1.0.228
3862026-04-25T00:39:24.384Z Downloaded xattr v1.6.1
3872026-04-25T00:39:24.384Z Downloaded serde_derive v1.0.228
3882026-04-25T00:39:24.388Z Downloaded rustls-pki-types v1.14.1
3892026-04-25T00:39:24.388Z Downloaded getrandom v0.2.17
3902026-04-25T00:39:24.391Z Downloaded tracing-log v0.2.0
3912026-04-25T00:39:24.391Z Downloaded spki v0.7.3
3922026-04-25T00:39:24.391Z Downloaded shlex v1.3.0
3932026-04-25T00:39:24.394Z Downloaded slab v0.4.12
3942026-04-25T00:39:24.394Z Downloaded miette v7.6.0
3952026-04-25T00:39:24.398Z Downloaded futures v0.3.32
3962026-04-25T00:39:24.398Z Downloaded signature v2.2.0
3972026-04-25T00:39:24.401Z Downloaded unicode-xid v0.2.6
3982026-04-25T00:39:24.404Z Downloaded tokio-rustls v0.26.4
3992026-04-25T00:39:24.404Z Downloaded toml_parser v1.1.2+spec-1.1.0
4002026-04-25T00:39:24.404Z Downloaded signal-hook v0.3.18
4012026-04-25T00:39:24.407Z Downloaded sharded-slab v0.1.7
4022026-04-25T00:39:24.411Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4032026-04-25T00:39:24.411Z Downloaded zstd v0.13.3
4042026-04-25T00:39:24.414Z Downloaded zipsign-api v0.1.5
4052026-04-25T00:39:24.414Z Downloaded litrs v1.0.0
4062026-04-25T00:39:24.417Z Downloaded unicase v2.9.0
4072026-04-25T00:39:24.424Z Downloaded tempfile v3.27.0
4082026-04-25T00:39:24.427Z Downloaded zstd-safe v7.2.4
4092026-04-25T00:39:24.427Z Downloaded base64 v0.22.1
4102026-04-25T00:39:24.431Z Downloaded zmij v1.0.21
4112026-04-25T00:39:24.431Z Downloaded log v0.4.29
4122026-04-25T00:39:24.434Z Downloaded target-spec v3.6.0
4132026-04-25T00:39:24.434Z Downloaded derive_more-impl v2.1.1
4142026-04-25T00:39:24.437Z Downloaded tokio-stream v0.1.18
4152026-04-25T00:39:24.441Z Downloaded num-traits v0.2.19
4162026-04-25T00:39:24.444Z Downloaded thiserror v2.0.18
4172026-04-25T00:39:24.447Z Downloaded zeroize v1.8.2
4182026-04-25T00:39:24.447Z Downloaded pin-project v1.1.11
4192026-04-25T00:39:24.453Z Downloaded xxhash-rust v0.8.15
4202026-04-25T00:39:24.456Z Downloaded ed25519-dalek v2.2.0
4212026-04-25T00:39:24.456Z Downloaded openssl-sys v0.9.114
4222026-04-25T00:39:24.459Z Downloaded toml v0.8.23
4232026-04-25T00:39:24.463Z Downloaded serde v1.0.228
4242026-04-25T00:39:24.466Z Downloaded tracing-attributes v0.1.31
4252026-04-25T00:39:24.466Z Downloaded backtrace v0.3.76
4262026-04-25T00:39:24.469Z Downloaded unicode-ident v1.0.24
4272026-04-25T00:39:24.469Z Downloaded tinyvec v1.11.0
4282026-04-25T00:39:24.473Z Downloaded tar v0.4.45
4292026-04-25T00:39:24.473Z Downloaded socket2 v0.6.3
4302026-04-25T00:39:24.477Z Downloaded flate2 v1.1.9
4312026-04-25T00:39:24.481Z Downloaded toml v1.1.2+spec-1.1.0
4322026-04-25T00:39:24.481Z Downloaded vte v0.14.1
4332026-04-25T00:39:24.481Z Downloaded cc v1.2.61
4342026-04-25T00:39:24.485Z Downloaded der v0.7.10
4352026-04-25T00:39:24.488Z Downloaded rustc-demangle v0.1.27
4362026-04-25T00:39:24.497Z Downloaded textwrap v0.16.2
4372026-04-25T00:39:24.501Z Downloaded uuid v1.23.1
4382026-04-25T00:39:24.504Z Downloaded indicatif v0.17.11
4392026-04-25T00:39:24.524Z Downloaded derive_more v2.1.1
4402026-04-25T00:39:24.524Z Downloaded proc-macro2 v1.0.106
4412026-04-25T00:39:24.524Z Downloaded crossterm v0.29.0
4422026-04-25T00:39:24.524Z Downloaded http v1.4.0
4432026-04-25T00:39:24.524Z Downloaded tracing-core v0.1.36
4442026-04-25T00:39:24.538Z Downloaded tower v0.5.3
4452026-04-25T00:39:24.549Z Downloaded hashbrown v0.17.0
4462026-04-25T00:39:24.552Z Downloaded guppy v0.17.25
4472026-04-25T00:39:24.556Z Downloaded hashbrown v0.15.5
4482026-04-25T00:39:24.559Z Downloaded indexmap v2.14.0
4492026-04-25T00:39:24.563Z Downloaded rand v0.9.4
4502026-04-25T00:39:24.567Z Downloaded serde_json v1.0.149
4512026-04-25T00:39:24.572Z Downloaded tower-http v0.6.8
4522026-04-25T00:39:24.575Z Downloaded h2 v0.4.13
4532026-04-25T00:39:24.578Z Downloaded unicode-normalization v0.1.25
4542026-04-25T00:39:24.582Z Downloaded memchr v2.8.0
4552026-04-25T00:39:24.586Z Downloaded quinn v0.11.9
4562026-04-25T00:39:24.586Z Downloaded mio v1.2.0
4572026-04-25T00:39:24.589Z Downloaded aho-corasick v1.1.4
4582026-04-25T00:39:24.593Z Downloaded rustls-webpki v0.103.13
4592026-04-25T00:39:24.596Z Downloaded clap_builder v4.6.0
4602026-04-25T00:39:24.600Z Downloaded futures-util v0.3.32
4612026-04-25T00:39:24.603Z Downloaded toml_edit v0.22.27
4622026-04-25T00:39:24.607Z Downloaded url v2.5.8
4632026-04-25T00:39:24.610Z Downloaded hyper-util v0.1.20
4642026-04-25T00:39:24.625Z Downloaded tracing-subscriber v0.3.23
4652026-04-25T00:39:24.628Z Downloaded webpki-roots v1.0.7
4662026-04-25T00:39:24.632Z Downloaded vcpkg v0.2.15
4672026-04-25T00:39:24.652Z Downloaded unicode-segmentation v1.13.2
4682026-04-25T00:39:24.656Z Downloaded gimli v0.32.3
4692026-04-25T00:39:24.659Z Downloaded unicode-width v0.2.2
4702026-04-25T00:39:24.662Z Downloaded ron v0.12.1
4712026-04-25T00:39:24.666Z Downloaded chrono v0.4.44
4722026-04-25T00:39:24.670Z Downloaded typenum v1.20.0
4732026-04-25T00:39:24.674Z Downloaded bstr v1.12.1
4742026-04-25T00:39:24.678Z Downloaded regex v1.12.3
4752026-04-25T00:39:24.681Z Downloaded itertools v0.14.0
4762026-04-25T00:39:24.685Z Downloaded tracing v0.1.44
4772026-04-25T00:39:24.696Z Downloaded hyper v1.9.0
4782026-04-25T00:39:24.699Z Downloaded color-eyre v0.6.5
4792026-04-25T00:39:24.709Z Downloaded reqwest v0.12.28
4802026-04-25T00:39:24.715Z Downloaded iri-string v0.7.12
4812026-04-25T00:39:24.724Z Downloaded idna v1.1.0
4822026-04-25T00:39:24.738Z Downloaded tokio-util v0.7.18
4832026-04-25T00:39:24.753Z Downloaded quick-xml v0.37.5
4842026-04-25T00:39:24.756Z Downloaded quick-xml v0.38.4
4852026-04-25T00:39:24.785Z Downloaded winnow v0.7.15
4862026-04-25T00:39:24.789Z Downloaded winnow v1.0.2
4872026-04-25T00:39:24.794Z Downloaded portable-atomic v1.13.1
4882026-04-25T00:39:24.842Z Downloaded quinn-proto v0.11.14
4892026-04-25T00:39:24.853Z Downloaded nextest-runner v0.80.0
4902026-04-25T00:39:24.874Z Downloaded openssl v0.10.78
4912026-04-25T00:39:24.900Z Downloaded syn v2.0.117
4922026-04-25T00:39:24.906Z Downloaded zerocopy v0.8.48
4932026-04-25T00:39:24.916Z Downloaded unicode-width v0.1.14
4942026-04-25T00:39:24.920Z Downloaded nix v0.30.1
4952026-04-25T00:39:24.925Z Downloaded object v0.37.3
4962026-04-25T00:39:24.941Z Downloaded rustls v0.23.39
4972026-04-25T00:39:24.948Z Downloaded regex-syntax v0.8.10
4982026-04-25T00:39:24.958Z Downloaded rustix v0.38.44
4992026-04-25T00:39:24.982Z Downloaded rustix v1.1.4
5002026-04-25T00:39:25.055Z Downloaded regex-automata v0.4.14
5012026-04-25T00:39:25.123Z Downloaded petgraph v0.8.3
5022026-04-25T00:39:25.137Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5032026-04-25T00:39:25.147Z Downloaded libc v0.2.186
5042026-04-25T00:39:25.165Z Downloaded tokio v1.52.1
5052026-04-25T00:39:25.244Z Downloaded recursion v0.5.4
5062026-04-25T00:39:25.252Z Downloaded ring v0.17.14
5072026-04-25T00:39:25.311Z Compiling proc-macro2 v1.0.106
5082026-04-25T00:39:25.311Z Compiling libc v0.2.186
5092026-04-25T00:39:25.314Z Compiling unicode-ident v1.0.24
5102026-04-25T00:39:25.314Z Compiling quote v1.0.45
5112026-04-25T00:39:25.314Z Compiling serde_core v1.0.228
5122026-04-25T00:39:25.314Z Compiling cfg-if v1.0.4
5132026-04-25T00:39:25.314Z Compiling memchr v2.8.0
5142026-04-25T00:39:25.441Z Compiling once_cell v1.21.4
5152026-04-25T00:39:25.546Z Compiling log v0.4.29
5162026-04-25T00:39:25.564Z Compiling pin-project-lite v0.2.17
5172026-04-25T00:39:25.661Z Compiling serde v1.0.228
5182026-04-25T00:39:25.705Z Compiling itoa v1.0.18
5192026-04-25T00:39:25.852Z Compiling futures-core v0.3.32
5202026-04-25T00:39:25.974Z Compiling smallvec v1.15.1
5212026-04-25T00:39:26.010Z Compiling bitflags v2.11.1
5222026-04-25T00:39:26.028Z Compiling equivalent v1.0.2
5232026-04-25T00:39:26.134Z Compiling shlex v1.3.0
5242026-04-25T00:39:26.236Z Compiling find-msvc-tools v0.1.9
5252026-04-25T00:39:26.320Z Compiling hashbrown v0.17.0
5262026-04-25T00:39:26.398Z Compiling errno v0.3.14
5272026-04-25T00:39:26.440Z Compiling bytes v1.11.1
5282026-04-25T00:39:26.568Z Compiling signal-hook-registry v1.4.8
5292026-04-25T00:39:26.581Z Compiling jobserver v0.1.34
5302026-04-25T00:39:26.666Z Compiling syn v2.0.117
5312026-04-25T00:39:26.666Z Compiling mio v1.2.0
5322026-04-25T00:39:26.722Z Compiling rustix v1.1.4
5332026-04-25T00:39:26.895Z Compiling cc v1.2.61
5342026-04-25T00:39:26.987Z Compiling futures-sink v0.3.32
5352026-04-25T00:39:27.083Z Compiling socket2 v0.6.3
5362026-04-25T00:39:27.101Z Compiling slab v0.4.12
5372026-04-25T00:39:27.310Z Compiling zmij v1.0.21
5382026-04-25T00:39:27.344Z Compiling futures-channel v0.3.32
5392026-04-25T00:39:27.380Z Compiling tracing-core v0.1.36
5402026-04-25T00:39:27.601Z Compiling version_check v0.9.5
5412026-04-25T00:39:27.633Z Compiling serde_json v1.0.149
5422026-04-25T00:39:27.865Z Compiling indexmap v2.14.0
5432026-04-25T00:39:27.889Z Compiling futures-task v0.3.32
5442026-04-25T00:39:27.913Z Compiling getrandom v0.4.2
5452026-04-25T00:39:28.072Z Compiling futures-io v0.3.32
5462026-04-25T00:39:28.203Z Compiling camino v1.2.2
5472026-04-25T00:39:28.224Z Compiling unicode-width v0.2.2
5482026-04-25T00:39:28.436Z Compiling ring v0.17.14
5492026-04-25T00:39:28.464Z Compiling http v1.4.0
5502026-04-25T00:39:28.543Z Compiling percent-encoding v2.3.2
5512026-04-25T00:39:28.577Z Compiling autocfg v1.5.0
5522026-04-25T00:39:28.678Z Compiling simd-adler32 v0.3.9
5532026-04-25T00:39:28.820Z Compiling adler2 v2.0.1
5542026-04-25T00:39:28.933Z Compiling zeroize v1.8.2
5552026-04-25T00:39:28.994Z Compiling num-traits v0.2.19
5562026-04-25T00:39:29.128Z Compiling miniz_oxide v0.8.9
5572026-04-25T00:39:29.217Z Compiling getrandom v0.3.4
5582026-04-25T00:39:29.571Z Compiling object v0.37.3
5592026-04-25T00:39:29.579Z Compiling zerocopy v0.8.48
5602026-04-25T00:39:29.798Z Compiling target-lexicon v0.13.3
5612026-04-25T00:39:30.039Z Compiling http-body v1.0.1
5622026-04-25T00:39:30.110Z Compiling rustls-pki-types v1.14.1
5632026-04-25T00:39:30.208Z Compiling semver v1.0.28
5642026-04-25T00:39:30.275Z Compiling serde_derive v1.0.228
5652026-04-25T00:39:30.288Z Compiling tokio-macros v2.7.0
5662026-04-25T00:39:30.394Z Compiling futures-macro v0.3.32
5672026-04-25T00:39:30.642Z Compiling tracing-attributes v0.1.31
5682026-04-25T00:39:30.818Z Compiling getrandom v0.2.17
5692026-04-25T00:39:30.880Z Compiling fnv v1.0.7
5702026-04-25T00:39:30.971Z Compiling signal-hook v0.3.18
5712026-04-25T00:39:30.987Z Compiling httparse v1.10.1
5722026-04-25T00:39:31.012Z Compiling untrusted v0.9.0
5732026-04-25T00:39:31.037Z Compiling tokio v1.52.1
5742026-04-25T00:39:31.142Z Compiling owo-colors v4.3.0
5752026-04-25T00:39:31.181Z Compiling gimli v0.32.3
5762026-04-25T00:39:31.211Z Compiling futures-util v0.3.32
5772026-04-25T00:39:31.323Z Compiling guppy-workspace-hack v0.1.0
5782026-04-25T00:39:31.455Z Compiling thiserror v2.0.18
5792026-04-25T00:39:31.826Z Compiling tracing v0.1.44
5802026-04-25T00:39:31.990Z Compiling thiserror-impl v2.0.18
5812026-04-25T00:39:33.138Z Compiling addr2line v0.25.1
5822026-04-25T00:39:33.529Z Compiling form_urlencoded v1.2.2
5832026-04-25T00:39:33.568Z Compiling generic-array v0.14.7
5842026-04-25T00:39:33.790Z Compiling tower-service v0.3.3
5852026-04-25T00:39:33.791Z Compiling typeid v1.0.3
5862026-04-25T00:39:33.815Z Compiling fastrand v2.4.1
5872026-04-25T00:39:33.833Z Compiling rustc-demangle v0.1.27
5882026-04-25T00:39:33.885Z Compiling utf8_iter v1.0.4
5892026-04-25T00:39:34.050Z Compiling atomic-waker v1.1.2
5902026-04-25T00:39:34.067Z Compiling pkg-config v0.3.33
5912026-04-25T00:39:34.178Z Compiling target-spec v3.6.0
5922026-04-25T00:39:34.190Z Compiling rustls v0.23.39
5932026-04-25T00:39:34.404Z Compiling thiserror v1.0.69
5942026-04-25T00:39:34.460Z Compiling try-lock v0.2.5
5952026-04-25T00:39:34.516Z Compiling idna_adapter v1.0.0
5962026-04-25T00:39:34.579Z Compiling want v0.3.1
5972026-04-25T00:39:34.622Z Compiling idna v1.1.0
5982026-04-25T00:39:34.763Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5992026-04-25T00:39:34.904Z Compiling tokio-util v0.7.18
6002026-04-25T00:39:34.929Z Compiling tempfile v3.27.0
6012026-04-25T00:39:35.258Z Compiling cfg-expr v0.20.7
6022026-04-25T00:39:35.792Z Compiling h2 v0.4.13
6032026-04-25T00:39:35.995Z Compiling backtrace v0.3.76
6042026-04-25T00:39:36.275Z Compiling thiserror-impl v1.0.69
6052026-04-25T00:39:36.292Z Compiling terminal_size v0.4.4
6062026-04-25T00:39:36.443Z Compiling aho-corasick v1.1.4
6072026-04-25T00:39:36.457Z Compiling typenum v1.20.0
6082026-04-25T00:39:37.135Z Compiling subtle v2.6.1
6092026-04-25T00:39:37.150Z Compiling regex-syntax v0.8.10
6102026-04-25T00:39:37.295Z Compiling erased-serde v0.4.10
6112026-04-25T00:39:37.405Z Compiling winnow v0.7.15
6122026-04-25T00:39:38.266Z Compiling rustls-webpki v0.103.13
6132026-04-25T00:39:40.823Z Compiling regex-automata v0.4.14
6142026-04-25T00:39:40.843Z Compiling hyper v1.9.0
6152026-04-25T00:39:42.022Z Compiling url v2.5.8
6162026-04-25T00:39:43.971Z Compiling toml_datetime v0.6.11
6172026-04-25T00:39:44.324Z Compiling serde_spanned v0.6.9
6182026-04-25T00:39:44.386Z Compiling ahash v0.8.12
6192026-04-25T00:39:44.423Z Compiling sync_wrapper v1.0.2
6202026-04-25T00:39:44.476Z Compiling parking_lot_core v0.9.12
6212026-04-25T00:39:44.489Z Compiling portable-atomic v1.13.1
6222026-04-25T00:39:44.531Z Compiling nextest-workspace-hack v0.1.0
6232026-04-25T00:39:44.620Z Compiling crc32fast v1.5.0
6242026-04-25T00:39:44.634Z Compiling ipnet v2.12.0
6252026-04-25T00:39:44.734Z Compiling base64 v0.22.1
6262026-04-25T00:39:44.748Z Compiling tower-layer v0.3.3
6272026-04-25T00:39:44.903Z Compiling toml_write v0.1.2
6282026-04-25T00:39:44.918Z Compiling unicode-segmentation v1.13.2
6292026-04-25T00:39:44.942Z Compiling unicode-linebreak v0.1.5
6302026-04-25T00:39:45.149Z Compiling lazy_static v1.5.0
6312026-04-25T00:39:45.215Z Compiling foldhash v0.1.5
6322026-04-25T00:39:45.219Z Compiling is_ci v1.2.0
6332026-04-25T00:39:45.254Z Compiling either v1.15.0
6342026-04-25T00:39:45.309Z Compiling supports-color v3.0.2
6352026-04-25T00:39:45.382Z Compiling hashbrown v0.15.5
6362026-04-25T00:39:45.443Z Compiling convert_case v0.10.0
6372026-04-25T00:39:45.479Z Compiling sharded-slab v0.1.7
6382026-04-25T00:39:45.548Z Compiling textwrap v0.16.2
6392026-04-25T00:39:45.707Z Compiling toml_edit v0.22.27
6402026-04-25T00:39:45.840Z Compiling hyper-util v0.1.20
6412026-04-25T00:39:46.065Z Compiling tower v0.5.3
6422026-04-25T00:39:46.224Z Compiling tokio-rustls v0.26.4
6432026-04-25T00:39:46.643Z Compiling backtrace-ext v0.2.1
6442026-04-25T00:39:46.908Z Compiling ordered-float v2.10.1
6452026-04-25T00:39:46.959Z Compiling webpki-roots v1.0.7
6462026-04-25T00:39:47.082Z Compiling miette-derive v7.6.0
6472026-04-25T00:39:47.095Z Compiling pathdiff v0.2.3
6482026-04-25T00:39:47.183Z Compiling console v0.15.11
6492026-04-25T00:39:47.215Z Compiling tracing-log v0.2.0
6502026-04-25T00:39:47.576Z Compiling cargo-platform v0.3.3
6512026-04-25T00:39:48.171Z Compiling os_pipe v1.2.3
6522026-04-25T00:39:48.174Z Compiling thread_local v1.1.9
6532026-04-25T00:39:48.511Z Compiling debug-ignore v1.0.5
6542026-04-25T00:39:48.515Z Compiling pulldown-cmark v0.13.3
6552026-04-25T00:39:48.541Z Compiling fixedbitset v0.5.7
6562026-04-25T00:39:48.622Z Compiling supports-unicode v3.0.0
6572026-04-25T00:39:48.668Z Compiling iri-string v0.7.12
6582026-04-25T00:39:48.737Z Compiling unicode-width v0.1.14
6592026-04-25T00:39:48.796Z Compiling rustix v0.38.44
6602026-04-25T00:39:49.034Z Compiling supports-hyperlinks v3.2.0
6612026-04-25T00:39:49.052Z Compiling scopeguard v1.2.0
6622026-04-25T00:39:49.136Z Compiling cfg_aliases v0.2.1
6632026-04-25T00:39:49.161Z Compiling winnow v1.0.2
6642026-04-25T00:39:49.212Z Compiling utf8parse v0.2.2
6652026-04-25T00:39:49.257Z Compiling zstd-safe v7.2.4
6662026-04-25T00:39:49.328Z Compiling ryu v1.0.23
6672026-04-25T00:39:49.492Z Compiling serde_urlencoded v0.7.1
6682026-04-25T00:39:49.621Z Compiling anstyle-parse v1.0.0
6692026-04-25T00:39:49.773Z Compiling nix v0.30.1
6702026-04-25T00:39:49.962Z Compiling miette v7.6.0
6712026-04-25T00:39:50.164Z Compiling tower-http v0.6.8
6722026-04-25T00:39:50.617Z Compiling toml_parser v1.1.2+spec-1.1.0
6732026-04-25T00:39:51.123Z Compiling lock_api v0.4.14
6742026-04-25T00:39:51.321Z Compiling petgraph v0.8.3
6752026-04-25T00:39:51.470Z Compiling tracing-subscriber v0.3.23
6762026-04-25T00:39:51.956Z Compiling sigchld v0.2.4
6772026-04-25T00:39:52.048Z Compiling cargo_metadata v0.23.1
6782026-04-25T00:39:52.155Z Compiling toml v0.8.23
6792026-04-25T00:39:53.241Z Compiling serde-value v0.7.0
6802026-04-25T00:39:53.954Z Compiling hyper-rustls v0.27.9
6812026-04-25T00:39:54.113Z Compiling serde-untagged v0.1.9
6822026-04-25T00:39:55.005Z Compiling derive_more-impl v2.1.1
6832026-04-25T00:39:55.048Z Compiling itertools v0.14.0
6842026-04-25T00:39:55.067Z Compiling regex v1.12.3
6852026-04-25T00:39:55.147Z Compiling block-buffer v0.10.4
6862026-04-25T00:39:55.301Z Compiling crypto-common v0.1.7
6872026-04-25T00:39:55.436Z Compiling ppv-lite86 v0.2.21
6882026-04-25T00:39:55.466Z Compiling futures-executor v0.3.32
6892026-04-25T00:39:55.759Z Compiling rand_core v0.9.5
6902026-04-25T00:39:55.788Z Compiling pin-project-internal v1.1.11
6912026-04-25T00:39:56.000Z Compiling http-body-util v0.1.3
6922026-04-25T00:39:56.014Z Compiling uuid v1.23.1
6932026-04-25T00:39:56.281Z Compiling smol_str v0.3.6
6942026-04-25T00:39:56.495Z Compiling serde_spanned v1.1.1
6952026-04-25T00:39:56.531Z Compiling toml_datetime v1.1.1+spec-1.1.0
6962026-04-25T00:39:56.545Z Compiling filetime v0.2.27
6972026-04-25T00:39:56.622Z Compiling bstr v1.12.1
6982026-04-25T00:39:56.651Z Compiling vte v0.14.1
6992026-04-25T00:39:56.741Z Compiling colorchoice v1.0.5
7002026-04-25T00:39:56.831Z Compiling litrs v1.0.0
7012026-04-25T00:39:56.875Z Compiling eyre v0.6.12
7022026-04-25T00:39:56.941Z Compiling anstyle-query v1.1.5
7032026-04-25T00:39:57.050Z Compiling unicode-xid v0.2.6
7042026-04-25T00:39:57.182Z Compiling tinyvec_macros v0.1.1
7052026-04-25T00:39:57.195Z Compiling number_prefix v0.4.0
7062026-04-25T00:39:57.255Z Compiling color-spantrace v0.3.0
7072026-04-25T00:39:57.273Z Compiling is_terminal_polyfill v1.70.2
7082026-04-25T00:39:57.304Z Compiling nested v0.1.1
7092026-04-25T00:39:57.317Z Compiling xattr v1.6.1
7102026-04-25T00:39:57.344Z Compiling static_assertions v1.1.0
7112026-04-25T00:39:57.365Z Compiling iana-time-zone v0.1.65
7122026-04-25T00:39:57.406Z Compiling unicase v2.9.0
7132026-04-25T00:39:57.419Z Compiling self_update v0.42.0
7142026-04-25T00:39:57.494Z Compiling anstyle v1.0.14
7152026-04-25T00:39:57.585Z Compiling chrono v0.4.44
7162026-04-25T00:39:57.597Z Compiling tar v0.4.45
7172026-04-25T00:39:57.677Z Compiling anstream v1.0.0
7182026-04-25T00:39:57.695Z Compiling guppy v0.17.25
7192026-04-25T00:39:57.762Z Compiling indicatif v0.17.11
7202026-04-25T00:39:58.160Z Compiling document-features v0.2.12
7212026-04-25T00:39:58.505Z Compiling tinyvec v1.11.0
7222026-04-25T00:39:58.784Z Compiling cargo-util-schemas v0.2.0
7232026-04-25T00:39:58.927Z Compiling globset v0.4.18
7242026-04-25T00:39:58.981Z Compiling pin-project v1.1.11
7252026-04-25T00:39:59.099Z Compiling strip-ansi-escapes v0.2.1
7262026-04-25T00:39:59.604Z Compiling toml v1.1.2+spec-1.1.0
7272026-04-25T00:40:00.197Z Compiling nextest-metadata v0.12.2
7282026-04-25T00:40:00.941Z Compiling newtype-uuid v1.3.2
7292026-04-25T00:40:00.964Z Compiling reqwest v0.12.28
7302026-04-25T00:40:01.148Z Compiling rand_chacha v0.9.0
7312026-04-25T00:40:01.256Z Compiling derive_more v2.1.1
7322026-04-25T00:40:01.341Z Compiling futures v0.3.32
7332026-04-25T00:40:01.428Z Compiling digest v0.10.7
7342026-04-25T00:40:01.656Z Compiling flate2 v1.1.9
7352026-04-25T00:40:01.709Z Compiling parking_lot v0.12.5
7362026-04-25T00:40:02.180Z Compiling tracing-error v0.2.1
7372026-04-25T00:40:02.206Z Compiling shared_child v1.1.1
7382026-04-25T00:40:02.623Z Compiling signal-hook-mio v0.2.5
7392026-04-25T00:40:02.759Z Compiling self-replace v1.5.0
7402026-04-25T00:40:02.773Z Compiling cargo-platform v0.2.0
7412026-04-25T00:40:02.831Z Compiling quick-xml v0.37.5
7422026-04-25T00:40:03.049Z Compiling quick-xml v0.38.4
7432026-04-25T00:40:03.326Z Compiling recursion v0.5.4
7442026-04-25T00:40:03.469Z Compiling indenter v0.3.4
7452026-04-25T00:40:03.606Z Compiling humantime v2.3.0
7462026-04-25T00:40:04.031Z Compiling strsim v0.11.1
7472026-04-25T00:40:04.346Z Compiling shell-words v1.1.1
7482026-04-25T00:40:04.359Z Compiling clap_lex v1.1.0
7492026-04-25T00:40:04.594Z Compiling cpufeatures v0.2.17
7502026-04-25T00:40:04.650Z Compiling heck v0.5.0
7512026-04-25T00:40:04.673Z Compiling urlencoding v2.1.3
7522026-04-25T00:40:04.715Z Compiling sha2 v0.10.9
7532026-04-25T00:40:04.851Z Compiling clap_derive v4.6.1
7542026-04-25T00:40:04.915Z Compiling clap_builder v4.6.0
7552026-04-25T00:40:05.414Z Compiling humantime-serde v1.1.1
7562026-04-25T00:40:05.574Z Compiling quick-junit v0.5.2
7572026-04-25T00:40:06.450Z Compiling nextest-filtering v0.15.0
7582026-04-25T00:40:06.632Z Compiling atomicwrites v0.4.4
7592026-04-25T00:40:06.920Z Compiling cargo_metadata v0.20.0
7602026-04-25T00:40:08.706Z Compiling cargo-nextest v0.9.97
7612026-04-25T00:40:09.033Z Compiling crossterm v0.29.0
7622026-04-25T00:40:11.188Z Compiling zstd v0.13.3
7632026-04-25T00:40:11.272Z Compiling duct v0.13.7
7642026-04-25T00:40:11.499Z Compiling async-scoped v0.9.0
7652026-04-25T00:40:11.616Z Compiling rand v0.9.4
7662026-04-25T00:40:11.693Z Compiling config v0.15.22
7672026-04-25T00:40:11.848Z Compiling unicode-normalization v0.1.25
7682026-04-25T00:40:12.028Z Compiling target-spec-miette v0.4.6
7692026-04-25T00:40:12.260Z Compiling future-queue v0.4.0
7702026-04-25T00:40:12.364Z Compiling mukti-metadata v0.3.0
7712026-04-25T00:40:12.429Z Compiling camino-tempfile v1.4.1
7722026-04-25T00:40:12.441Z Compiling tokio-stream v0.1.18
7732026-04-25T00:40:12.546Z Compiling derive-where v1.6.1
7742026-04-25T00:40:12.845Z Compiling serde_ignored v0.1.14
7752026-04-25T00:40:12.866Z Compiling serde_path_to_error v0.1.20
7762026-04-25T00:40:12.978Z Compiling xxhash-rust v0.8.15
7772026-04-25T00:40:13.051Z Compiling indent_write v2.2.0
7782026-04-25T00:40:13.159Z Compiling hex v0.4.3
7792026-04-25T00:40:13.189Z Compiling swrite v0.1.0
7802026-04-25T00:40:13.202Z Compiling home v0.5.12
7812026-04-25T00:40:13.297Z Compiling color-eyre v0.6.5
7822026-04-25T00:40:13.338Z Compiling clap v4.6.1
7832026-04-25T00:40:13.367Z Compiling dialoguer v0.11.0
7842026-04-25T00:40:13.422Z Compiling enable-ansi-support v0.2.1
7852026-04-25T00:40:13.797Z Compiling nextest-runner v0.80.0
7862026-04-25T00:40:32.124Z Finished `release` profile [optimized] target(s) in 1m 10s
7872026-04-25T00:40:32.311Z Installing /home/build/.cargo/bin/cargo-nextest
7882026-04-25T00:40:32.314Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7892026-04-25T00:40:32.434Z+ pushd rdb
7902026-04-25T00:40:32.438Z+ cargo nextest run
7912026-04-25T00:40:32.438Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7922026-04-25T00:40:32.592Z Updating git repository `https://github.com/oxidecomputer/falcon`
7932026-04-25T00:40:33.143ZFrom https://github.com/oxidecomputer/falcon
7942026-04-25T00:40:33.144Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7952026-04-25T00:40:33.219Z Updating crates.io index
7962026-04-25T00:40:33.224Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7972026-04-25T00:40:34.020ZFrom https://github.com/oxidecomputer/dendrite
7982026-04-25T00:40:34.020Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7992026-04-25T00:40:34.116Z Updating git repository `https://github.com/oxidecomputer/ispf`
8002026-04-25T00:40:34.380ZFrom https://github.com/oxidecomputer/ispf
8012026-04-25T00:40:34.380Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8022026-04-25T00:40:34.386Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8032026-04-25T00:40:34.758ZFrom https://github.com/oxidecomputer/netadm-sys
8042026-04-25T00:40:34.758Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8052026-04-25T00:40:34.767Z Updating git repository `https://github.com/oxidecomputer/omicron`
8062026-04-25T00:40:40.477ZFrom https://github.com/oxidecomputer/omicron
8072026-04-25T00:40:40.477Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8082026-04-25T00:40:40.878Z Updating git repository `https://github.com/oxidecomputer/opte`
8092026-04-25T00:40:41.442ZFrom https://github.com/oxidecomputer/opte
8102026-04-25T00:40:41.442Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
8112026-04-25T00:40:41.516Z Updating git repository `https://github.com/illumos/smf-rs`
8122026-04-25T00:40:41.800ZFrom https://github.com/illumos/smf-rs
8132026-04-25T00:40:41.800Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8142026-04-25T00:40:41.850Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8152026-04-25T00:40:42.122ZFrom https://github.com/oxidecomputer/network-interface
8162026-04-25T00:40:42.122Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8172026-04-25T00:40:42.137Z Updating git repository `https://github.com/oxidecomputer/zone`
8182026-04-25T00:40:42.405ZFrom https://github.com/oxidecomputer/zone
8192026-04-25T00:40:42.405Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8202026-04-25T00:40:42.421Z Updating git repository `https://github.com/oxidecomputer/propolis`
8212026-04-25T00:40:43.024ZFrom https://github.com/oxidecomputer/propolis
8222026-04-25T00:40:43.024Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8232026-04-25T00:40:43.095Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8242026-04-25T00:40:43.581ZFrom https://github.com/oxidecomputer/transceiver-control
8252026-04-25T00:40:43.581Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8262026-04-25T00:40:43.601Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8272026-04-25T00:40:43.859ZFrom https://github.com/oxidecomputer/dlpi-sys
8282026-04-25T00:40:43.859Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8292026-04-25T00:40:43.865Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8302026-04-25T00:40:44.151ZFrom https://github.com/jmesmon/rust-libzfs
8312026-04-25T00:40:44.151Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8322026-04-25T00:40:44.159Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8332026-04-25T00:40:44.427ZFrom https://github.com/oxidecomputer/rusty-doors
8342026-04-25T00:40:44.427Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8352026-04-25T00:40:44.452Z Updating git repository `https://github.com/oxidecomputer/lldp`
8362026-04-25T00:40:44.774ZFrom https://github.com/oxidecomputer/lldp
8372026-04-25T00:40:44.774Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8382026-04-25T00:40:44.813Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8392026-04-25T00:40:45.072ZFrom https://github.com/oxidecomputer/slog-error-chain
8402026-04-25T00:40:45.072Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8412026-04-25T00:40:45.089Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8422026-04-25T00:40:45.387ZFrom https://github.com/oxidecomputer/tufaceous
8432026-04-25T00:40:45.387Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8442026-04-25T00:40:45.433Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8452026-04-25T00:40:45.893ZFrom https://github.com/oxidecomputer/management-gateway-service
8462026-04-25T00:40:45.893Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8472026-04-25T00:40:45.917Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-04-25T00:40:46.717ZFrom https://github.com/oxidecomputer/crucible
8492026-04-25T00:40:46.717Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8502026-04-25T00:40:46.833Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8512026-04-25T00:40:47.096ZFrom https://github.com/oxidecomputer/serde_human_bytes
8522026-04-25T00:40:47.096Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8532026-04-25T00:40:47.274Z Updating git repository `https://github.com/oxidecomputer/propolis`
8542026-04-25T00:40:47.597ZFrom https://github.com/oxidecomputer/propolis
8552026-04-25T00:40:47.597Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8562026-04-25T00:40:47.675Z Updating git repository `https://github.com/oxidecomputer/tofino`
8572026-04-25T00:40:47.934ZFrom https://github.com/oxidecomputer/tofino
8582026-04-25T00:40:47.934Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8592026-04-25T00:40:47.956Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8602026-04-25T00:40:48.457ZFrom https://github.com/oxidecomputer/maghemite
8612026-04-25T00:40:48.457Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8622026-04-25T00:40:48.513Z Updating git repository `https://github.com/oxidecomputer/clickward`
8632026-04-25T00:40:48.771ZFrom https://github.com/oxidecomputer/clickward
8642026-04-25T00:40:48.771Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8652026-04-25T00:40:48.952Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8662026-04-25T00:40:49.373ZFrom https://github.com/oxidecomputer/illumos-devinfo
8672026-04-25T00:40:49.373Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8682026-04-25T00:40:49.501Z Updating git repository `https://github.com/oxidecomputer/crucible`
8692026-04-25T00:40:49.822ZFrom https://github.com/oxidecomputer/crucible
8702026-04-25T00:40:49.822Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8712026-04-25T00:40:50.630Z Downloading crates ...
8722026-04-25T00:40:50.726Z Downloaded aead v0.5.2
8732026-04-25T00:40:50.729Z Downloaded base16ct v1.0.0
8742026-04-25T00:40:50.736Z Downloaded const-random v0.1.18
8752026-04-25T00:40:50.741Z Downloaded embedded-io v0.4.0
8762026-04-25T00:40:50.741Z Downloaded cpufeatures v0.3.0
8772026-04-25T00:40:50.745Z Downloaded convert_case v0.4.0
8782026-04-25T00:40:50.745Z Downloaded dof v0.3.0
8792026-04-25T00:40:50.745Z Downloaded darling_macro v0.23.0
8802026-04-25T00:40:50.750Z Downloaded allocator-api2 v0.2.21
8812026-04-25T00:40:50.753Z Downloaded argon2 v0.5.3
8822026-04-25T00:40:50.760Z Downloaded inout v0.1.4
8832026-04-25T00:40:50.763Z Downloaded byte-wrapper v0.1.0
8842026-04-25T00:40:50.763Z Downloaded fxhash v0.2.1
8852026-04-25T00:40:50.766Z Downloaded foldhash v0.2.0
8862026-04-25T00:40:50.770Z Downloaded cmake v0.1.58
8872026-04-25T00:40:50.770Z Downloaded anyhow v1.0.102
8882026-04-25T00:40:50.773Z Downloaded deranged v0.5.8
8892026-04-25T00:40:50.773Z Downloaded const_format_proc_macros v0.2.34
8902026-04-25T00:40:50.776Z Downloaded natord v1.0.9
8912026-04-25T00:40:50.777Z Downloaded idna_adapter v1.2.1
8922026-04-25T00:40:50.780Z Downloaded defmt v0.3.100
8932026-04-25T00:40:50.780Z Downloaded backon v1.6.0
8942026-04-25T00:40:50.783Z Downloaded match_cfg v0.1.0
8952026-04-25T00:40:50.783Z Downloaded enum-as-inner v0.6.1
8962026-04-25T00:40:50.786Z Downloaded defmt v1.0.1
8972026-04-25T00:40:50.790Z Downloaded no-std-compat v0.4.1
8982026-04-25T00:40:50.790Z Downloaded lru-cache v0.1.2
8992026-04-25T00:40:50.793Z Downloaded foreign-types-shared v0.3.1
9002026-04-25T00:40:50.793Z Downloaded cipher v0.4.4
9012026-04-25T00:40:50.793Z Downloaded hubpack_derive v0.1.1
9022026-04-25T00:40:50.797Z Downloaded float-ord v0.3.2
9032026-04-25T00:40:50.797Z Downloaded async-stream v0.3.6
9042026-04-25T00:40:50.801Z Downloaded defmt-parser v1.0.0
9052026-04-25T00:40:50.801Z Downloaded cstr-argument v0.1.2
9062026-04-25T00:40:50.801Z Downloaded compression-core v0.4.31
9072026-04-25T00:40:50.805Z Downloaded hash32 v0.3.1
9082026-04-25T00:40:50.805Z Downloaded embedded-io v0.6.1
9092026-04-25T00:40:50.805Z Downloaded dof v0.4.0
9102026-04-25T00:40:50.808Z Downloaded diff v0.1.13
9112026-04-25T00:40:50.808Z Downloaded erased-serde v0.3.31
9122026-04-25T00:40:50.811Z Downloaded internet-checksum v0.2.1
9132026-04-25T00:40:50.811Z Downloaded dropshot-api-manager-types v0.7.0
9142026-04-25T00:40:50.815Z Downloaded ingot-types v0.1.2
9152026-04-25T00:40:50.815Z Downloaded num-conv v0.2.1
9162026-04-25T00:40:50.815Z Downloaded foreign-types-macros v0.2.3
9172026-04-25T00:40:50.818Z Downloaded hubpack v0.1.2
9182026-04-25T00:40:50.818Z Downloaded const-random-macro v0.1.16
9192026-04-25T00:40:50.818Z Downloaded cobs v0.3.0
9202026-04-25T00:40:50.821Z Downloaded async-recursion v1.1.1
9212026-04-25T00:40:50.821Z Downloaded newtype_derive v0.1.6
9222026-04-25T00:40:50.825Z Downloaded mime v0.3.17
9232026-04-25T00:40:50.825Z Downloaded arrayref v0.3.9
9242026-04-25T00:40:50.828Z Downloaded hostname v0.4.2
9252026-04-25T00:40:50.828Z Downloaded memoffset v0.9.1
9262026-04-25T00:40:50.831Z Downloaded dunce v1.0.5
9272026-04-25T00:40:50.831Z Downloaded httpdate v1.0.3
9282026-04-25T00:40:50.831Z Downloaded base16ct v0.2.0
9292026-04-25T00:40:50.837Z Downloaded darling v0.21.3
9302026-04-25T00:40:50.841Z Downloaded newline-converter v0.3.0
9312026-04-25T00:40:50.841Z Downloaded newtype-uuid-macros v0.1.0
9322026-04-25T00:40:50.841Z Downloaded crunchy v0.2.4
9332026-04-25T00:40:50.841Z Downloaded is-terminal v0.4.17
9342026-04-25T00:40:50.841Z Downloaded num-derive v0.3.3
9352026-04-25T00:40:50.844Z Downloaded instant v0.1.13
9362026-04-25T00:40:50.844Z Downloaded opaque-debug v0.3.1
9372026-04-25T00:40:50.844Z Downloaded hostname v0.3.1
9382026-04-25T00:40:50.848Z Downloaded foreign-types v0.5.0
9392026-04-25T00:40:50.848Z Downloaded fixedbitset v0.4.2
9402026-04-25T00:40:50.851Z Downloaded git-stub v1.0.0
9412026-04-25T00:40:50.851Z Downloaded num v0.4.3
9422026-04-25T00:40:50.851Z Downloaded dtrace-parser v0.3.0
9432026-04-25T00:40:50.854Z Downloaded async-stream-impl v0.3.6
9442026-04-25T00:40:50.854Z Downloaded darling_macro v0.21.3
9452026-04-25T00:40:50.854Z Downloaded crucible-workspace-hack v0.1.0
9462026-04-25T00:40:50.858Z Downloaded dropshot_endpoint v0.16.7
9472026-04-25T00:40:50.858Z Downloaded memmap v0.7.0
9482026-04-25T00:40:50.861Z Downloaded macaddr v1.0.1
9492026-04-25T00:40:50.861Z Downloaded ciborium-io v0.2.2
9502026-04-25T00:40:50.861Z Downloaded gethostname v0.5.0
9512026-04-25T00:40:50.865Z Downloaded fs-err v3.3.0
9522026-04-25T00:40:50.865Z Downloaded libsw v3.5.0
9532026-04-25T00:40:50.868Z Downloaded num-iter v0.1.45
9542026-04-25T00:40:50.868Z Downloaded linear-map v1.2.0
9552026-04-25T00:40:50.868Z Downloaded ciborium-ll v0.2.2
9562026-04-25T00:40:50.871Z Downloaded omicron-workspace-hack v0.1.0
9572026-04-25T00:40:50.871Z Downloaded num_threads v0.1.7
9582026-04-25T00:40:50.871Z Downloaded olpc-cjson v0.1.4
9592026-04-25T00:40:50.875Z Downloaded ingot-macros v0.1.1
9602026-04-25T00:40:50.875Z Downloaded hmac v0.12.1
9612026-04-25T00:40:50.878Z Downloaded memmap2 v0.9.10
9622026-04-25T00:40:50.878Z Downloaded ingot v0.1.1
9632026-04-25T00:40:50.879Z Downloaded num-derive v0.4.2
9642026-04-25T00:40:50.882Z Downloaded parse-display v0.10.0
9652026-04-25T00:40:50.882Z Downloaded group v0.13.0
9662026-04-25T00:40:50.882Z Downloaded num_enum_derive v0.5.11
9672026-04-25T00:40:50.886Z Downloaded dtrace-parser v0.2.0
9682026-04-25T00:40:50.886Z Downloaded crc8 v0.1.1
9692026-04-25T00:40:50.886Z Downloaded num-integer v0.1.46
9702026-04-25T00:40:50.889Z Downloaded dyn-clone v1.0.20
9712026-04-25T00:40:50.889Z Downloaded plain v0.2.3
9722026-04-25T00:40:50.889Z Downloaded powerfmt v0.2.0
9732026-04-25T00:40:50.893Z Downloaded num-complex v0.4.6
9742026-04-25T00:40:50.893Z Downloaded byteorder v1.5.0
9752026-04-25T00:40:50.896Z Downloaded libsw-core v0.3.2
9762026-04-25T00:40:50.896Z Downloaded displaydoc v0.2.5
9772026-04-25T00:40:50.900Z Downloaded num_enum v0.7.6
9782026-04-25T00:40:50.903Z Downloaded ciborium v0.2.2
9792026-04-25T00:40:50.903Z Downloaded multer v3.1.0
9802026-04-25T00:40:50.906Z Downloaded pretty-hex v0.4.2
9812026-04-25T00:40:50.907Z Downloaded daft-derive v0.1.5
9822026-04-25T00:40:50.910Z Downloaded linked-hash-map v0.5.6
9832026-04-25T00:40:50.910Z Downloaded git-stub-vcs v0.1.0
9842026-04-25T00:40:50.910Z Downloaded critical-section v1.2.0
9852026-04-25T00:40:50.915Z Downloaded daft v0.1.5
9862026-04-25T00:40:50.915Z Downloaded proc-macro-error-attr v1.0.4
9872026-04-25T00:40:50.915Z Downloaded proc-macro-error-attr2 v2.0.0
9882026-04-25T00:40:50.919Z Downloaded proc-macro-crate v3.5.0
9892026-04-25T00:40:50.919Z Downloaded progenitor-client v0.11.2
9902026-04-25T00:40:50.919Z Downloaded proc-macro-crate v1.3.1
9912026-04-25T00:40:50.919Z Downloaded potential_utf v0.1.4
9922026-04-25T00:40:50.919Z Downloaded hyper-rustls v0.27.7
9932026-04-25T00:40:50.923Z Downloaded progenitor-macro v0.10.0
9942026-04-25T00:40:50.923Z Downloaded constant_time_eq v0.4.2
9952026-04-25T00:40:50.926Z Downloaded derive-ex v0.1.8
9962026-04-25T00:40:50.926Z Downloaded arrayvec v0.7.6
9972026-04-25T00:40:50.926Z Downloaded chacha20poly1305 v0.10.1
9982026-04-25T00:40:50.929Z Downloaded num_enum v0.5.11
9992026-04-25T00:40:50.933Z Downloaded progenitor-macro v0.11.2
10002026-04-25T00:40:50.933Z Downloaded progenitor-client v0.10.0
10012026-04-25T00:40:50.933Z Downloaded num_enum_derive v0.7.6
10022026-04-25T00:40:50.936Z Downloaded bitflags v1.3.2
10032026-04-25T00:40:50.936Z Downloaded quick-error v1.2.3
10042026-04-25T00:40:50.939Z Downloaded oxnet v0.1.4
10052026-04-25T00:40:50.939Z Downloaded phf_shared v0.12.1
10062026-04-25T00:40:50.939Z Downloaded progenitor-macro v0.13.0
10072026-04-25T00:40:50.943Z Downloaded paste v1.0.15
10082026-04-25T00:40:50.943Z Downloaded ref-cast-impl v1.0.25
10092026-04-25T00:40:50.946Z Downloaded elliptic-curve v0.13.8
10102026-04-25T00:40:50.946Z Downloaded cookie v0.18.1
10112026-04-25T00:40:50.949Z Downloaded rand_chacha v0.3.1
10122026-04-25T00:40:50.949Z Downloaded ref-cast v1.0.25
10132026-04-25T00:40:50.953Z Downloaded console v0.16.3
10142026-04-25T00:40:50.953Z Downloaded crossbeam-channel v0.5.15
10152026-04-25T00:40:50.956Z Downloaded parse-display-derive v0.10.0
10162026-04-25T00:40:50.956Z Downloaded pem v3.0.6
10172026-04-25T00:40:50.956Z Downloaded defmt-macros v1.0.1
10182026-04-25T00:40:50.960Z Downloaded phf v0.12.1
10192026-04-25T00:40:50.960Z Downloaded chacha20 v0.10.0
10202026-04-25T00:40:50.963Z Downloaded chacha20 v0.9.1
10212026-04-25T00:40:50.963Z Downloaded data-encoding v2.10.0
10222026-04-25T00:40:50.963Z Downloaded cc v1.2.58
10232026-04-25T00:40:50.966Z Downloaded pkg-config v0.3.32
10242026-04-25T00:40:50.966Z Downloaded cargo_toml v0.22.3
10252026-04-25T00:40:50.970Z Downloaded highway v1.3.0
10262026-04-25T00:40:50.970Z Downloaded crossbeam-epoch v0.9.18
10272026-04-25T00:40:50.973Z Downloaded backoff v0.4.0
10282026-04-25T00:40:50.973Z Downloaded rand_xorshift v0.4.0
10292026-04-25T00:40:50.973Z Downloaded scroll_derive v0.13.1
10302026-04-25T00:40:50.977Z Downloaded scroll_derive v0.12.1
10312026-04-25T00:40:50.977Z Downloaded password-hash v0.5.0
10322026-04-25T00:40:50.977Z Downloaded semver v0.1.20
10332026-04-25T00:40:50.980Z Downloaded sha1 v0.10.6
10342026-04-25T00:40:50.980Z Downloaded rustc_version v0.1.7
10352026-04-25T00:40:50.980Z Downloaded progenitor v0.10.0
10362026-04-25T00:40:50.980Z Downloaded serial_test v3.4.0
10372026-04-25T00:40:50.984Z Downloaded proc-macro-error2 v2.0.1
10382026-04-25T00:40:50.984Z Downloaded same-file v1.0.6
10392026-04-25T00:40:50.988Z Downloaded colored v3.1.1
10402026-04-25T00:40:50.988Z Downloaded progenitor v0.11.2
10412026-04-25T00:40:50.988Z Downloaded bitflags v2.11.0
10422026-04-25T00:40:51.029Z Downloaded serde_plain v1.0.2
10432026-04-25T00:40:51.029Z Downloaded bit-vec v0.8.0
10442026-04-25T00:40:51.029Z Downloaded progenitor-client v0.13.0
10452026-04-25T00:40:51.029Z Downloaded progenitor v0.13.0
10462026-04-25T00:40:51.029Z Downloaded omicron-zone-package v0.12.2
10472026-04-25T00:40:51.029Z Downloaded icu_properties v2.1.2
10482026-04-25T00:40:51.029Z Downloaded clap_derive v4.6.0
10492026-04-25T00:40:51.029Z Downloaded blake2 v0.10.6
10502026-04-25T00:40:51.029Z Downloaded proc-macro-error v1.0.4
10512026-04-25T00:40:51.029Z Downloaded slog-envlogger v2.2.0
10522026-04-25T00:40:51.029Z Downloaded serial_test_derive v3.4.0
10532026-04-25T00:40:51.029Z Downloaded progenitor-extras v0.1.1
10542026-04-25T00:40:51.029Z Downloaded serde-big-array v0.5.1
10552026-04-25T00:40:51.029Z Downloaded serde_spanned v1.1.0
10562026-04-25T00:40:51.029Z Downloaded darling v0.23.0
10572026-04-25T00:40:51.029Z Downloaded slog-bunyan v2.5.0
10582026-04-25T00:40:51.029Z Downloaded sigpipe v0.1.3
10592026-04-25T00:40:51.029Z Downloaded serde_repr v0.1.20
10602026-04-25T00:40:51.029Z Downloaded siphasher v1.0.2
10612026-04-25T00:40:51.029Z Downloaded icu_normalizer v2.1.1
10622026-04-25T00:40:51.029Z Downloaded smawk v0.3.2
10632026-04-25T00:40:51.029Z Downloaded rustls-pemfile v2.2.0
10642026-04-25T00:40:51.029Z Downloaded secrecy v0.10.3
10652026-04-25T00:40:51.029Z Downloaded ipnetwork v0.21.1
10662026-04-25T00:40:51.029Z Downloaded rustls-native-certs v0.8.3
10672026-04-25T00:40:51.030Z Downloaded parking_lot_core v0.8.6
10682026-04-25T00:40:51.030Z Downloaded structmeta-derive v0.3.0
10692026-04-25T00:40:51.030Z Downloaded strum v0.27.2
10702026-04-25T00:40:51.030Z Downloaded structmeta v0.3.0
10712026-04-25T00:40:51.030Z Downloaded rand_core v0.10.0
10722026-04-25T00:40:51.030Z Downloaded stable_deref_trait v1.2.1
10732026-04-25T00:40:51.030Z Downloaded oxide-tokio-rt v0.1.3
10742026-04-25T00:40:51.035Z Downloaded num-rational v0.4.2
10752026-04-25T00:40:51.035Z Downloaded strum v0.26.3
10762026-04-25T00:40:51.035Z Downloaded poly1305 v0.8.0
10772026-04-25T00:40:51.036Z Downloaded tabled_derive v0.11.0
10782026-04-25T00:40:51.036Z Downloaded scroll v0.13.0
10792026-04-25T00:40:51.041Z Downloaded schemars_derive v0.8.22
10802026-04-25T00:40:51.041Z Downloaded postcard v1.1.3
10812026-04-25T00:40:51.041Z Downloaded spin v0.5.2
10822026-04-25T00:40:51.041Z Downloaded litemap v0.8.1
10832026-04-25T00:40:51.044Z Downloaded tagptr v0.2.0
10842026-04-25T00:40:51.044Z Downloaded icu_provider v2.1.1
10852026-04-25T00:40:51.044Z Downloaded tabwriter v1.4.1
10862026-04-25T00:40:51.044Z Downloaded bcs v0.1.6
10872026-04-25T00:40:51.044Z Downloaded glob v0.3.3
10882026-04-25T00:40:51.048Z Downloaded crossbeam-deque v0.8.6
10892026-04-25T00:40:51.048Z Downloaded drift v0.1.3
10902026-04-25T00:40:51.051Z Downloaded time-core v0.1.8
10912026-04-25T00:40:51.051Z Downloaded csv-core v0.1.13
10922026-04-25T00:40:51.051Z Downloaded bytecount v0.6.9
10932026-04-25T00:40:51.055Z Downloaded async-trait v0.1.89
10942026-04-25T00:40:51.055Z Downloaded rusty-fork v0.3.1
10952026-04-25T00:40:51.058Z Downloaded rustversion v1.0.22
10962026-04-25T00:40:51.058Z Downloaded fs_extra v1.3.0
10972026-04-25T00:40:51.058Z Downloaded termtree v0.5.1
10982026-04-25T00:40:51.061Z Downloaded testing_table v0.3.0
10992026-04-25T00:40:51.061Z Downloaded sdd v3.0.10
11002026-04-25T00:40:51.061Z Downloaded thread-id v5.1.0
11012026-04-25T00:40:51.065Z Downloaded thiserror-impl-no-std v2.0.2
11022026-04-25T00:40:51.065Z Downloaded take_mut v0.2.2
11032026-04-25T00:40:51.065Z Downloaded tabled_derive v0.7.0
11042026-04-25T00:40:51.065Z Downloaded indexmap v1.9.3
11052026-04-25T00:40:51.068Z Downloaded scroll v0.12.0
11062026-04-25T00:40:51.068Z Downloaded serde_derive_internals v0.29.1
11072026-04-25T00:40:51.069Z Downloaded heapless v0.8.0
11082026-04-25T00:40:51.072Z Downloaded ff v0.13.1
11092026-04-25T00:40:51.072Z Downloaded arc-swap v1.9.0
11102026-04-25T00:40:51.075Z Downloaded parking_lot v0.11.2
11112026-04-25T00:40:51.075Z Downloaded papergrid v0.17.0
11122026-04-25T00:40:51.079Z Downloaded slog-term v2.9.2
11132026-04-25T00:40:51.082Z Downloaded slog-scope v4.4.1
11142026-04-25T00:40:51.082Z Downloaded thread-id v4.2.2
11152026-04-25T00:40:51.082Z Downloaded serde_tokenstream v0.2.3
11162026-04-25T00:40:51.082Z Downloaded smartstring v1.0.1
11172026-04-25T00:40:51.086Z Downloaded slog-async v2.8.0
11182026-04-25T00:40:51.086Z Downloaded pest_generator v2.8.6
11192026-04-25T00:40:51.086Z Downloaded topological-sort v0.2.2
11202026-04-25T00:40:51.086Z Downloaded pest_derive v2.8.6
11212026-04-25T00:40:51.089Z Downloaded derive_more v0.99.20
11222026-04-25T00:40:51.093Z Downloaded darling_core v0.21.3
11232026-04-25T00:40:51.093Z Downloaded rustls-pki-types v1.14.0
11242026-04-25T00:40:51.096Z Downloaded strum_macros v0.26.4
11252026-04-25T00:40:51.096Z Downloaded snafu-derive v0.8.9
11262026-04-25T00:40:51.096Z Downloaded resolv-conf v0.7.6
11272026-04-25T00:40:51.100Z Downloaded darling_core v0.23.0
11282026-04-25T00:40:51.103Z Downloaded unarray v0.1.4
11292026-04-25T00:40:51.103Z Downloaded typify-macro v0.6.1
11302026-04-25T00:40:51.103Z Downloaded usdt-macro v0.5.0
11312026-04-25T00:40:51.103Z Downloaded usdt v0.5.0
11322026-04-25T00:40:51.104Z Downloaded icu_locale_core v2.1.1
11332026-04-25T00:40:51.109Z Downloaded utf-8 v0.7.6
11342026-04-25T00:40:51.109Z Downloaded usdt-macro v0.6.0
11352026-04-25T00:40:51.113Z Downloaded rhai_codegen v3.1.0
11362026-04-25T00:40:51.113Z Downloaded strum_macros v0.27.2
11372026-04-25T00:40:51.116Z Downloaded indicatif v0.18.4
11382026-04-25T00:40:51.116Z Downloaded dropshot_endpoint v0.17.0
11392026-04-25T00:40:51.120Z Downloaded icu_normalizer_data v2.1.1
11402026-04-25T00:40:51.120Z Downloaded half v2.7.1
11412026-04-25T00:40:51.123Z Downloaded tinystr v0.8.2
11422026-04-25T00:40:51.123Z Downloaded tokio-tungstenite v0.21.0
11432026-04-25T00:40:51.123Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11442026-04-25T00:40:51.126Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11452026-04-25T00:40:51.126Z Downloaded time-macros v0.2.27
11462026-04-25T00:40:51.126Z Downloaded thiserror-no-std v2.0.2
11472026-04-25T00:40:51.130Z Downloaded untrusted v0.7.1
11482026-04-25T00:40:51.130Z Downloaded usdt-attr-macro v0.5.0
11492026-04-25T00:40:51.130Z Downloaded unit-prefix v0.5.2
11502026-04-25T00:40:51.130Z Downloaded serde_with_macros v3.18.0
11512026-04-25T00:40:51.133Z Downloaded usdt-attr-macro v0.6.0
11522026-04-25T00:40:51.134Z Downloaded usdt v0.6.0
11532026-04-25T00:40:51.134Z Downloaded universal-hash v0.5.1
11542026-04-25T00:40:51.134Z Downloaded typify-macro v0.4.3
11552026-04-25T00:40:51.134Z Downloaded progenitor-impl v0.10.0
11562026-04-25T00:40:51.137Z Downloaded slog-json v2.6.1
11572026-04-25T00:40:51.137Z Downloaded slog-dtrace v0.3.0
11582026-04-25T00:40:51.137Z Downloaded hickory-resolver v0.25.2
11592026-04-25T00:40:51.140Z Downloaded waitgroup v0.1.2
11602026-04-25T00:40:51.140Z Downloaded const_format v0.2.35
11612026-04-25T00:40:51.145Z Downloaded openssl-sys v0.9.112
11622026-04-25T00:40:51.148Z Downloaded yoke-derive v0.8.1
11632026-04-25T00:40:51.148Z Downloaded clap v4.6.0
11642026-04-25T00:40:51.152Z Downloaded zeroize_derive v1.4.3
11652026-04-25T00:40:51.152Z Downloaded tokio-rustls v0.25.0
11662026-04-25T00:40:51.155Z Downloaded slog-stdlog v4.1.1
11672026-04-25T00:40:51.155Z Downloaded zone_cfg_derive v0.3.1
11682026-04-25T00:40:51.156Z Downloaded zone v0.3.1
11692026-04-25T00:40:51.156Z Downloaded zerofrom-derive v0.1.6
11702026-04-25T00:40:51.156Z Downloaded zerofrom v0.1.6
11712026-04-25T00:40:51.156Z Downloaded pest_meta v2.8.6
11722026-04-25T00:40:51.159Z Downloaded smf v0.2.3
11732026-04-25T00:40:51.159Z Downloaded papergrid v0.11.0
11742026-04-25T00:40:51.163Z Downloaded managed v0.8.0
11752026-04-25T00:40:51.163Z Downloaded libscf-sys v1.1.0
11762026-04-25T00:40:51.163Z Downloaded fastrand v2.3.0
11772026-04-25T00:40:51.163Z Downloaded crossbeam-utils v0.8.21
11782026-04-25T00:40:51.166Z Downloaded bit-set v0.8.0
11792026-04-25T00:40:51.166Z Downloaded keccak v0.1.6
11802026-04-25T00:40:51.166Z Downloaded heck v0.4.1
11812026-04-25T00:40:51.166Z Downloaded cancel-safe-futures v0.1.5
11822026-04-25T00:40:51.169Z Downloaded toml_writer v1.1.0+spec-1.1.0
11832026-04-25T00:40:51.169Z Downloaded ident_case v1.0.1
11842026-04-25T00:40:51.169Z Downloaded compression-codecs v0.4.37
11852026-04-25T00:40:51.174Z Downloaded usdt-impl v0.5.0
11862026-04-25T00:40:51.175Z Downloaded rustls-platform-verifier v0.6.2
11872026-04-25T00:40:51.178Z Downloaded hickory-resolver v0.24.4
11882026-04-25T00:40:51.181Z Downloaded synstructure v0.13.2
11892026-04-25T00:40:51.181Z Downloaded thin-vec v0.2.14
11902026-04-25T00:40:51.184Z Downloaded tokio-dtrace v0.1.1
11912026-04-25T00:40:51.185Z Downloaded tiny-keccak v2.0.2
11922026-04-25T00:40:51.190Z Downloaded term v1.2.1
11932026-04-25T00:40:51.190Z Downloaded xz2 v0.1.7
11942026-04-25T00:40:51.190Z Downloaded wait-timeout v0.2.1
11952026-04-25T00:40:51.193Z Downloaded usdt-impl v0.6.0
11962026-04-25T00:40:51.193Z Downloaded progenitor-impl v0.11.2
11972026-04-25T00:40:51.193Z Downloaded base64 v0.21.7
11982026-04-25T00:40:51.197Z Downloaded progenitor-impl v0.13.0
11992026-04-25T00:40:51.197Z Downloaded jiff-static v0.2.23
12002026-04-25T00:40:51.197Z Downloaded serde_yaml v0.9.34+deprecated
12012026-04-25T00:40:51.200Z Downloaded whoami v1.6.1
12022026-04-25T00:40:51.200Z Downloaded hashbrown v0.12.3
12032026-04-25T00:40:51.204Z Downloaded zerovec-derive v0.11.2
12042026-04-25T00:40:51.204Z Downloaded toml_parser v1.1.0+spec-1.1.0
12052026-04-25T00:40:51.207Z Downloaded yoke v0.8.1
12062026-04-25T00:40:51.210Z Downloaded rayon-core v1.13.0
12072026-04-25T00:40:51.216Z Downloaded spin v0.9.8
12082026-04-25T00:40:51.221Z Downloaded icu_collections v2.1.1
12092026-04-25T00:40:51.224Z Downloaded prettyplease v0.2.37
12102026-04-25T00:40:51.228Z Downloaded pretty_assertions v1.4.1
12112026-04-25T00:40:51.228Z Downloaded minimal-lexical v0.2.1
12122026-04-25T00:40:51.231Z Downloaded writeable v0.6.2
12132026-04-25T00:40:51.231Z Downloaded toml v1.1.0+spec-1.1.0
12142026-04-25T00:40:51.235Z Downloaded zerocopy-derive v0.7.35
12152026-04-25T00:40:51.238Z Downloaded test-strategy v0.4.5
12162026-04-25T00:40:51.238Z Downloaded toml v0.9.12+spec-1.1.0
12172026-04-25T00:40:51.241Z Downloaded walkdir v2.5.0
12182026-04-25T00:40:51.241Z Downloaded slog v2.8.2
12192026-04-25T00:40:51.245Z Downloaded vsss-rs v3.3.4
12202026-04-25T00:40:51.245Z Downloaded nom v7.1.3
12212026-04-25T00:40:51.248Z Downloaded rand v0.8.5
12222026-04-25T00:40:51.248Z Downloaded schemars v0.8.22
12232026-04-25T00:40:51.254Z Downloaded tungstenite v0.21.0
12242026-04-25T00:40:51.258Z Downloaded typify v0.6.1
12252026-04-25T00:40:51.261Z Downloaded unsafe-libyaml v0.2.11
12262026-04-25T00:40:51.261Z Downloaded snafu v0.8.9
12272026-04-25T00:40:51.266Z Downloaded similar v2.7.0
12282026-04-25T00:40:51.269Z Downloaded schemars v1.2.1
12292026-04-25T00:40:51.274Z Downloaded typify v0.4.3
12302026-04-25T00:40:51.277Z Downloaded toml v0.7.8
12312026-04-25T00:40:51.281Z Downloaded steno v0.4.1
12322026-04-25T00:40:51.281Z Downloaded ucd-trie v0.1.7
12332026-04-25T00:40:51.281Z Downloaded schemars v0.9.0
12342026-04-25T00:40:51.287Z Downloaded typenum v1.19.0
12352026-04-25T00:40:51.290Z Downloaded rand v0.9.2
12362026-04-25T00:40:51.294Z Downloaded toml_edit v0.25.8+spec-1.1.0
12372026-04-25T00:40:51.294Z Downloaded yansi v1.0.1
12382026-04-25T00:40:51.297Z Downloaded rustls-webpki v0.103.10
12392026-04-25T00:40:51.297Z Downloaded zerotrie v0.2.3
12402026-04-25T00:40:51.301Z Downloaded indexmap v2.13.0
12412026-04-25T00:40:51.301Z Downloaded uuid v1.23.0
12422026-04-25T00:40:51.304Z Downloaded qorb v0.4.1
12432026-04-25T00:40:51.304Z Downloaded dropshot-api-manager v0.7.0
12442026-04-25T00:40:51.308Z Downloaded async-compression v0.4.41
12452026-04-25T00:40:51.311Z Downloaded hashbrown v0.16.1
12462026-04-25T00:40:51.314Z Downloaded crypto-bigint v0.5.5
12472026-04-25T00:40:51.318Z Downloaded toml_edit v0.19.15
12482026-04-25T00:40:51.326Z Downloaded typed-path v0.9.3
12492026-04-25T00:40:51.330Z Downloaded rand v0.10.1
12502026-04-25T00:40:51.333Z Downloaded expectorate v1.2.0
12512026-04-25T00:40:51.333Z Downloaded nom v8.0.0
12522026-04-25T00:40:51.337Z Downloaded pest v2.8.6
12532026-04-25T00:40:51.340Z Downloaded icu_properties_data v2.1.2
12542026-04-25T00:40:51.344Z Downloaded iddqd v0.3.17
12552026-04-25T00:40:51.347Z Downloaded itertools v0.12.1
12562026-04-25T00:40:51.352Z Downloaded aws-lc-rs v1.16.2
12572026-04-25T00:40:51.378Z Downloaded zerovec v0.11.5
12582026-04-25T00:40:51.382Z Downloaded libm v0.2.16
12592026-04-25T00:40:51.387Z Downloaded tough v0.20.0
12602026-04-25T00:40:51.391Z Downloaded hkdf v0.12.4
12612026-04-25T00:40:51.395Z Downloaded zerocopy-derive v0.8.48
12622026-04-25T00:40:51.401Z Downloaded reqwest v0.13.2
12632026-04-25T00:40:51.404Z Downloaded blake3 v1.8.4
12642026-04-25T00:40:51.410Z Downloaded zerocopy v0.7.35
12652026-04-25T00:40:51.418Z Downloaded rustls-webpki v0.102.8
12662026-04-25T00:40:51.434Z Downloaded scc v2.4.0
12672026-04-25T00:40:51.438Z Downloaded rayon v1.11.0
12682026-04-25T00:40:51.442Z Downloaded goblin v0.8.2
12692026-04-25T00:40:51.445Z Downloaded goblin v0.10.5
12702026-04-25T00:40:51.464Z Downloaded serde_with v3.18.0
12712026-04-25T00:40:51.470Z Downloaded tabled v0.20.0
12722026-04-25T00:40:51.479Z Downloaded time v0.3.47
12732026-04-25T00:40:51.486Z Downloaded moka v0.12.15
12742026-04-25T00:40:51.490Z Downloaded winnow v1.0.1
12752026-04-25T00:40:51.495Z Downloaded winnow v0.5.40
12762026-04-25T00:40:51.500Z Downloaded webpki-roots v1.0.6
12772026-04-25T00:40:51.503Z Downloaded tabled v0.15.0
12782026-04-25T00:40:51.510Z Downloaded dropshot v0.17.0
12792026-04-25T00:40:51.521Z Downloaded dropshot v0.16.7
12802026-04-25T00:40:51.533Z Downloaded smoltcp v0.11.0
12812026-04-25T00:40:51.539Z Downloaded openssl v0.10.76
12822026-04-25T00:40:51.545Z Downloaded proptest v1.11.0
12832026-04-25T00:40:51.548Z Downloaded rustls v0.23.37
12842026-04-25T00:40:51.554Z Downloaded openapiv3 v2.2.0
12852026-04-25T00:40:51.560Z Downloaded syn v1.0.109
12862026-04-25T00:40:51.566Z Downloaded nix v0.31.2
12872026-04-25T00:40:51.575Z Downloaded rustls v0.22.4
12882026-04-25T00:40:51.582Z Downloaded sled v0.34.7
12892026-04-25T00:40:51.588Z Downloaded rhai v1.24.0
12902026-04-25T00:40:51.594Z Downloaded regress v0.10.5
12912026-04-25T00:40:51.599Z Downloaded hickory-proto v0.24.4
12922026-04-25T00:40:51.607Z Downloaded hickory-proto v0.25.2
12932026-04-25T00:40:51.640Z Downloaded typify-impl v0.6.1
12942026-04-25T00:40:51.650Z Downloaded typify-impl v0.4.3
12952026-04-25T00:40:51.669Z Downloaded chrono-tz v0.10.4
12962026-04-25T00:40:51.683Z Downloaded csv v1.4.0
12972026-04-25T00:40:51.696Z Downloaded petgraph v0.6.5
12982026-04-25T00:40:51.706Z Downloaded sha3 v0.10.8
12992026-04-25T00:40:51.709Z Downloaded jiff v0.2.23
13002026-04-25T00:40:51.719Z Downloaded tokio v1.52.0
13012026-04-25T00:40:51.740Z Downloaded lzma-sys v0.1.20
13022026-04-25T00:40:51.778Z Downloaded encoding_rs v0.8.35
13032026-04-25T00:40:52.285Z Downloaded aws-lc-sys v0.39.1
13042026-04-25T00:40:53.160Z Compiling proc-macro2 v1.0.106
13052026-04-25T00:40:53.160Z Compiling quote v1.0.45
13062026-04-25T00:40:53.160Z Compiling unicode-ident v1.0.24
13072026-04-25T00:40:53.160Z Compiling serde_core v1.0.228
13082026-04-25T00:40:53.164Z Compiling cfg-if v1.0.4
13092026-04-25T00:40:53.164Z Compiling serde v1.0.228
13102026-04-25T00:40:53.164Z Compiling libc v0.2.186
13112026-04-25T00:40:53.164Z Compiling memchr v2.8.0
13122026-04-25T00:40:53.355Z Compiling itoa v1.0.18
13132026-04-25T00:40:53.531Z Compiling smallvec v1.15.1
13142026-04-25T00:40:53.558Z Compiling zmij v1.0.21
13152026-04-25T00:40:53.589Z Compiling serde_json v1.0.149
13162026-04-25T00:40:53.727Z Compiling autocfg v1.5.0
13172026-04-25T00:40:53.817Z Compiling libm v0.2.16
13182026-04-25T00:40:53.931Z Compiling version_check v0.9.5
13192026-04-25T00:40:54.038Z Compiling stable_deref_trait v1.2.1
13202026-04-25T00:40:54.067Z Compiling pin-project-lite v0.2.17
13212026-04-25T00:40:54.109Z Compiling writeable v0.6.2
13222026-04-25T00:40:54.119Z Compiling percent-encoding v2.3.2
13232026-04-25T00:40:54.138Z Compiling litemap v0.8.1
13242026-04-25T00:40:54.157Z Compiling icu_properties_data v2.1.2
13252026-04-25T00:40:54.199Z Compiling icu_normalizer_data v2.1.1
13262026-04-25T00:40:54.302Z Compiling iana-time-zone v0.1.65
13272026-04-25T00:40:54.402Z Compiling equivalent v1.0.2
13282026-04-25T00:40:54.518Z Compiling scopeguard v1.2.0
13292026-04-25T00:40:54.577Z Compiling syn v2.0.117
13302026-04-25T00:40:54.595Z Compiling parking_lot_core v0.9.12
13312026-04-25T00:40:54.616Z Compiling lock_api v0.4.14
13322026-04-25T00:40:54.627Z Compiling form_urlencoded v1.2.2
13332026-04-25T00:40:54.627Z Compiling allocator-api2 v0.2.21
13342026-04-25T00:40:54.670Z Compiling utf8_iter v1.0.4
13352026-04-25T00:40:54.810Z Compiling foldhash v0.2.0
13362026-04-25T00:40:54.820Z Compiling dyn-clone v1.0.20
13372026-04-25T00:40:54.843Z Compiling num-traits v0.2.19
13382026-04-25T00:40:54.867Z Compiling jobserver v0.1.34
13392026-04-25T00:40:54.955Z Compiling hashbrown v0.16.1
13402026-04-25T00:40:54.967Z Compiling find-msvc-tools v0.1.9
13412026-04-25T00:40:55.043Z Compiling shlex v1.3.0
13422026-04-25T00:40:55.201Z Compiling cc v1.2.58
13432026-04-25T00:40:55.212Z Compiling log v0.4.29
13442026-04-25T00:40:55.237Z Compiling errno v0.3.14
13452026-04-25T00:40:55.387Z Compiling semver v1.0.28
13462026-04-25T00:40:55.421Z Compiling getrandom v0.4.2
13472026-04-25T00:40:55.500Z Compiling futures-core v0.3.32
13482026-04-25T00:40:55.562Z Compiling rand_core v0.10.0
13492026-04-25T00:40:55.652Z Compiling thiserror v2.0.18
13502026-04-25T00:40:55.719Z Compiling indexmap v2.13.0
13512026-04-25T00:40:55.740Z Compiling zerocopy v0.8.48
13522026-04-25T00:40:55.852Z Compiling heck v0.5.0
13532026-04-25T00:40:55.875Z Compiling futures-sink v0.3.32
13542026-04-25T00:40:55.980Z Compiling slab v0.4.12
13552026-04-25T00:40:56.124Z Compiling fnv v1.0.7
13562026-04-25T00:40:56.151Z Compiling uuid v1.23.0
13572026-04-25T00:40:56.175Z Compiling futures-channel v0.3.32
13582026-04-25T00:40:56.192Z Compiling rustversion v1.0.22
13592026-04-25T00:40:56.215Z Compiling schemars v0.8.22
13602026-04-25T00:40:56.378Z Compiling futures-task v0.3.32
13612026-04-25T00:40:56.398Z Compiling futures-io v0.3.32
13622026-04-25T00:40:56.453Z Compiling typenum v1.19.0
13632026-04-25T00:40:56.552Z Compiling socket2 v0.6.3
13642026-04-25T00:40:56.556Z Compiling getrandom v0.2.17
13652026-04-25T00:40:56.556Z Compiling portable-atomic v1.13.1
13662026-04-25T00:40:56.584Z Compiling signal-hook-registry v1.4.8
13672026-04-25T00:40:56.744Z Compiling parking_lot v0.12.5
13682026-04-25T00:40:56.826Z Compiling mio v1.2.0
13692026-04-25T00:40:56.880Z Compiling bitflags v2.11.0
13702026-04-25T00:40:57.017Z Compiling subtle v2.6.1
13712026-04-25T00:40:57.142Z Compiling critical-section v1.2.0
13722026-04-25T00:40:57.157Z Compiling base64 v0.22.1
13732026-04-25T00:40:57.167Z Compiling untrusted v0.9.0
13742026-04-25T00:40:57.349Z Compiling byteorder v1.5.0
13752026-04-25T00:40:57.358Z Compiling rand_core v0.6.4
13762026-04-25T00:40:57.358Z Compiling cmake v0.1.58
13772026-04-25T00:40:57.359Z Compiling dunce v1.0.5
13782026-04-25T00:40:57.383Z Compiling fs_extra v1.3.0
13792026-04-25T00:40:57.399Z Compiling ipnet v2.12.0
13802026-04-25T00:40:57.425Z Compiling atomic-waker v1.1.2
13812026-04-25T00:40:57.444Z Compiling synstructure v0.13.2
13822026-04-25T00:40:57.455Z Compiling serde_derive_internals v0.29.1
13832026-04-25T00:40:57.541Z Compiling once_cell v1.21.4
13842026-04-25T00:40:57.554Z Compiling rustix v1.1.4
13852026-04-25T00:40:57.620Z Compiling httparse v1.10.1
13862026-04-25T00:40:57.630Z Compiling aws-lc-sys v0.39.1
13872026-04-25T00:40:57.744Z Compiling strsim v0.11.1
13882026-04-25T00:40:57.887Z Compiling regex-syntax v0.8.10
13892026-04-25T00:40:57.936Z Compiling slog v2.8.2
13902026-04-25T00:40:57.995Z Compiling generic-array v0.14.7
13912026-04-25T00:40:58.128Z Compiling thiserror v1.0.69
13922026-04-25T00:40:58.145Z Compiling ucd-trie v0.1.7
13932026-04-25T00:40:58.149Z Compiling tower-service v0.3.3
13942026-04-25T00:40:58.198Z Compiling tower-layer v0.3.3
13952026-04-25T00:40:58.261Z Compiling try-lock v0.2.5
13962026-04-25T00:40:58.352Z Compiling pest v2.8.6
13972026-04-25T00:40:58.362Z Compiling want v0.3.1
13982026-04-25T00:40:58.442Z Compiling httpdate v1.0.3
13992026-04-25T00:40:58.534Z Compiling ryu v1.0.23
14002026-04-25T00:40:58.568Z Compiling getrandom v0.3.4
14012026-04-25T00:40:58.624Z Compiling pretty-hex v0.4.2
14022026-04-25T00:40:58.676Z Compiling plain v0.2.3
14032026-04-25T00:40:58.686Z Compiling serde_derive v1.0.228
14042026-04-25T00:40:58.704Z Compiling zerofrom-derive v0.1.6
14052026-04-25T00:40:58.734Z Compiling yoke-derive v0.8.1
14062026-04-25T00:40:58.771Z Compiling zerovec-derive v0.11.2
14072026-04-25T00:40:58.871Z Compiling displaydoc v0.2.5
14082026-04-25T00:41:00.625Z Compiling tokio-macros v2.7.0
14092026-04-25T00:41:00.680Z Compiling schemars_derive v0.8.22
14102026-04-25T00:41:00.680Z Compiling thiserror-impl v2.0.18
14112026-04-25T00:41:00.680Z Compiling zerocopy-derive v0.8.48
14122026-04-25T00:41:00.680Z Compiling zerofrom v0.1.6
14132026-04-25T00:41:00.680Z Compiling yoke v0.8.1
14142026-04-25T00:41:00.680Z Compiling zerovec v0.11.5
14152026-04-25T00:41:00.680Z Compiling zerotrie v0.2.3
14162026-04-25T00:41:00.680Z Compiling zeroize_derive v1.4.3
14172026-04-25T00:41:00.680Z Compiling futures-macro v0.3.32
14182026-04-25T00:41:00.718Z Compiling tinystr v0.8.2
14192026-04-25T00:41:00.833Z Compiling potential_utf v0.1.4
14202026-04-25T00:41:00.907Z Compiling icu_locale_core v2.1.1
14212026-04-25T00:41:00.990Z Compiling icu_collections v2.1.1
14222026-04-25T00:41:01.096Z Compiling thiserror-impl v1.0.69
14232026-04-25T00:41:01.213Z Compiling zeroize v1.8.2
14242026-04-25T00:41:01.441Z Compiling futures-util v0.3.32
14252026-04-25T00:41:01.633Z Compiling icu_provider v2.1.1
14262026-04-25T00:41:01.797Z Compiling bytes v1.11.1
14272026-04-25T00:41:01.844Z Compiling icu_normalizer v2.1.1
14282026-04-25T00:41:01.878Z Compiling icu_properties v2.1.2
14292026-04-25T00:41:01.883Z Compiling chrono v0.4.44
14302026-04-25T00:41:02.231Z Compiling tokio v1.52.0
14312026-04-25T00:41:02.395Z Compiling http v1.4.0
14322026-04-25T00:41:02.416Z Compiling serde_tokenstream v0.2.3
14332026-04-25T00:41:02.683Z Compiling erased-serde v0.3.31
14342026-04-25T00:41:03.018Z Compiling idna_adapter v1.2.1
14352026-04-25T00:41:03.180Z Compiling idna v1.1.0
14362026-04-25T00:41:03.195Z Compiling http-body v1.0.1
14372026-04-25T00:41:03.392Z Compiling pest_meta v2.8.6
14382026-04-25T00:41:03.499Z Compiling url v2.5.8
14392026-04-25T00:41:03.721Z Compiling paste v1.0.15
14402026-04-25T00:41:03.725Z Compiling crypto-common v0.1.7
14412026-04-25T00:41:03.841Z Compiling omicron-workspace-hack v0.1.0
14422026-04-25T00:41:03.906Z Compiling ident_case v1.0.1
14432026-04-25T00:41:04.028Z Compiling ppv-lite86 v0.2.21
14442026-04-25T00:41:04.037Z Compiling pest_generator v2.8.6
14452026-04-25T00:41:04.391Z Compiling tracing-attributes v0.1.31
14462026-04-25T00:41:04.422Z Compiling tracing-core v0.1.36
14472026-04-25T00:41:04.702Z Compiling pest_derive v2.8.6
14482026-04-25T00:41:04.710Z Compiling http-body-util v0.1.3
14492026-04-25T00:41:04.727Z Compiling serde_urlencoded v0.7.1
14502026-04-25T00:41:04.949Z Compiling ipnetwork v0.21.1
14512026-04-25T00:41:04.965Z Compiling daft-derive v0.1.5
14522026-04-25T00:41:04.994Z Compiling sync_wrapper v1.0.2
14532026-04-25T00:41:05.097Z Compiling fastrand v2.3.0
14542026-04-25T00:41:05.233Z Compiling aho-corasick v1.1.4
14552026-04-25T00:41:05.370Z Compiling winnow v1.0.1
14562026-04-25T00:41:05.382Z Compiling rustls-pki-types v1.14.0
14572026-04-25T00:41:06.744Z Compiling async-trait v0.1.89
14582026-04-25T00:41:06.774Z Compiling tracing v0.1.44
14592026-04-25T00:41:06.774Z Compiling ring v0.17.14
14602026-04-25T00:41:06.774Z Compiling cpufeatures v0.2.17
14612026-04-25T00:41:06.774Z Compiling anyhow v1.0.102
14622026-04-25T00:41:06.774Z Compiling regex-automata v0.4.14
14632026-04-25T00:41:06.774Z Compiling powerfmt v0.2.0
14642026-04-25T00:41:06.775Z Compiling time-core v0.1.8
14652026-04-25T00:41:06.775Z Compiling num-conv v0.2.1
14662026-04-25T00:41:06.775Z Compiling iri-string v0.7.12
14672026-04-25T00:41:06.775Z Compiling deranged v0.5.8
14682026-04-25T00:41:06.775Z Compiling time-macros v0.2.27
14692026-04-25T00:41:06.886Z Compiling block-buffer v0.10.4
14702026-04-25T00:41:07.002Z Compiling scroll_derive v0.13.1
14712026-04-25T00:41:07.389Z Compiling hex v0.4.3
14722026-04-25T00:41:07.480Z Compiling num_threads v0.1.7
14732026-04-25T00:41:07.573Z Compiling digest v0.10.7
14742026-04-25T00:41:07.778Z Compiling regex v1.12.3
14752026-04-25T00:41:07.789Z Compiling scroll v0.13.0
14762026-04-25T00:41:08.042Z Compiling tokio-util v0.7.18
14772026-04-25T00:41:08.226Z Compiling oxnet v0.1.4
14782026-04-25T00:41:08.394Z Compiling camino v1.2.2
14792026-04-25T00:41:08.569Z Compiling goblin v0.10.5
14802026-04-25T00:41:08.744Z Compiling openssl-probe v0.2.1
14812026-04-25T00:41:08.770Z Compiling usdt-impl v0.6.0
14822026-04-25T00:41:08.917Z Compiling dtrace-parser v0.3.0
14832026-04-25T00:41:09.153Z Compiling crossbeam-utils v0.8.21
14842026-04-25T00:41:09.457Z Compiling h2 v0.4.13
14852026-04-25T00:41:09.683Z Compiling futures-executor v0.3.32
14862026-04-25T00:41:09.816Z Compiling openapiv3 v2.2.0
14872026-04-25T00:41:09.829Z Compiling structmeta-derive v0.3.0
14882026-04-25T00:41:09.958Z Compiling regress v0.10.5
14892026-04-25T00:41:10.595Z Compiling thread-id v5.1.0
14902026-04-25T00:41:10.675Z Compiling syn v1.0.109
14912026-04-25T00:41:10.857Z Compiling rustls v0.22.4
14922026-04-25T00:41:11.028Z Compiling structmeta v0.3.0
14932026-04-25T00:41:11.077Z Compiling futures v0.3.32
14942026-04-25T00:41:11.154Z Compiling rand_core v0.9.5
14952026-04-25T00:41:11.365Z Compiling dof v0.4.0
14962026-04-25T00:41:11.558Z Compiling hyper v1.9.0
14972026-04-25T00:41:11.732Z Compiling darling_core v0.23.0
14982026-04-25T00:41:12.719Z Compiling newtype-uuid-macros v0.1.0
14992026-04-25T00:41:12.777Z Compiling thread_local v1.1.9
15002026-04-25T00:41:13.048Z Compiling winnow v0.7.15
15012026-04-25T00:41:13.209Z Compiling match_cfg v0.1.0
15022026-04-25T00:41:13.275Z Compiling aws-lc-rs v1.16.2
15032026-04-25T00:41:13.445Z Compiling hyper-util v0.1.20
15042026-04-25T00:41:13.500Z Compiling newtype-uuid v1.3.2
15052026-04-25T00:41:13.565Z Compiling quick-error v1.2.3
15062026-04-25T00:41:13.667Z Compiling ref-cast v1.0.25
15072026-04-25T00:41:13.768Z Compiling slog-async v2.8.0
15082026-04-25T00:41:13.826Z Compiling darling_macro v0.23.0
15092026-04-25T00:41:13.837Z Compiling daft v0.1.5
15102026-04-25T00:41:14.011Z Compiling usdt-macro v0.6.0
15112026-04-25T00:41:14.080Z Compiling usdt-attr-macro v0.6.0
15122026-04-25T00:41:14.092Z Compiling rand_chacha v0.9.0
15132026-04-25T00:41:14.391Z Compiling darling v0.23.0
15142026-04-25T00:41:14.469Z Compiling ref-cast-impl v1.0.25
15152026-04-25T00:41:14.554Z Compiling strum_macros v0.26.4
15162026-04-25T00:41:14.571Z Compiling serde_spanned v1.1.0
15172026-04-25T00:41:14.714Z Compiling toml_datetime v0.7.5+spec-1.1.0
15182026-04-25T00:41:15.028Z Compiling multer v3.1.0
15192026-04-25T00:41:15.075Z Compiling take_mut v0.2.2
15202026-04-25T00:41:15.158Z Compiling toml_writer v1.1.0+spec-1.1.0
15212026-04-25T00:41:15.179Z Compiling untrusted v0.7.1
15222026-04-25T00:41:15.190Z Compiling term v1.2.1
15232026-04-25T00:41:15.246Z Compiling bit-vec v0.8.0
15242026-04-25T00:41:15.298Z Compiling debug-ignore v1.0.5
15252026-04-25T00:41:15.364Z Compiling serde_with_macros v3.18.0
15262026-04-25T00:41:15.394Z Compiling rand v0.9.2
15272026-04-25T00:41:15.445Z Compiling bit-set v0.8.0
15282026-04-25T00:41:15.599Z Compiling async-stream-impl v0.3.6
15292026-04-25T00:41:15.894Z Compiling dropshot v0.16.7
15302026-04-25T00:41:15.991Z Compiling encoding_rs v0.8.35
15312026-04-25T00:41:16.110Z Compiling unarray v0.1.4
15322026-04-25T00:41:16.199Z Compiling strum v0.26.3
15332026-04-25T00:41:16.224Z Compiling rustls v0.23.37
15342026-04-25T00:41:16.320Z Compiling mime v0.3.17
15352026-04-25T00:41:16.425Z Compiling spin v0.9.8
15362026-04-25T00:41:16.456Z Compiling async-stream v0.3.6
15372026-04-25T00:41:16.535Z Compiling derive-ex v0.1.8
15382026-04-25T00:41:16.595Z Compiling dropshot_endpoint v0.16.7
15392026-04-25T00:41:16.625Z Compiling macaddr v1.0.1
15402026-04-25T00:41:16.847Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15412026-04-25T00:41:16.876Z Compiling waitgroup v0.1.2
15422026-04-25T00:41:16.927Z Compiling serde_path_to_error v0.1.20
15432026-04-25T00:41:17.273Z Compiling tempfile v3.27.0
15442026-04-25T00:41:17.302Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15452026-04-25T00:41:17.431Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15462026-04-25T00:41:17.498Z Compiling tower v0.5.3
15472026-04-25T00:41:17.607Z Compiling strum_macros v0.27.2
15482026-04-25T00:41:17.665Z Compiling instant v0.1.13
15492026-04-25T00:41:17.691Z Compiling time v0.3.47
15502026-04-25T00:41:17.974Z Compiling tower-http v0.6.8
15512026-04-25T00:41:18.127Z Compiling test-strategy v0.4.5
15522026-04-25T00:41:18.131Z Compiling rustc-hash v2.1.2
15532026-04-25T00:41:18.231Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15542026-04-25T00:41:18.391Z Compiling crossbeam-channel v0.5.15
15552026-04-25T00:41:19.460Z Compiling strum v0.27.2
15562026-04-25T00:41:19.513Z Compiling parse-display-derive v0.10.0
15572026-04-25T00:41:19.587Z Compiling rustls-native-certs v0.8.3
15582026-04-25T00:41:19.823Z Compiling rustls-webpki v0.102.8
15592026-04-25T00:41:19.928Z Compiling backon v1.6.0
15602026-04-25T00:41:20.096Z Compiling rand_chacha v0.3.1
15612026-04-25T00:41:20.554Z Compiling rand v0.8.5
15622026-04-25T00:41:20.718Z Compiling slog-json v2.6.1
15632026-04-25T00:41:20.919Z Compiling hostname v0.3.1
15642026-04-25T00:41:20.923Z Compiling toml_parser v1.1.0+spec-1.1.0
15652026-04-25T00:41:21.060Z Compiling is-terminal v0.4.17
15662026-04-25T00:41:21.143Z Compiling wait-timeout v0.2.1
15672026-04-25T00:41:21.153Z Compiling memmap2 v0.9.10
15682026-04-25T00:41:21.210Z Compiling either v1.15.0
15692026-04-25T00:41:21.409Z Compiling usdt v0.6.0
15702026-04-25T00:41:21.439Z Compiling toml v0.9.12+spec-1.1.0
15712026-04-25T00:41:21.524Z Compiling rusty-fork v0.3.1
15722026-04-25T00:41:21.615Z Compiling slog-term v2.9.2
15732026-04-25T00:41:21.681Z Compiling slog-bunyan v2.5.0
15742026-04-25T00:41:22.215Z Compiling serde_with v3.18.0
15752026-04-25T00:41:22.273Z Compiling rand_xorshift v0.4.0
15762026-04-25T00:41:22.402Z Compiling sha1 v0.10.6
15772026-04-25T00:41:22.415Z Compiling rustls-pemfile v2.2.0
15782026-04-25T00:41:22.421Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15792026-04-25T00:41:22.610Z Compiling tokio-rustls v0.25.0
15802026-04-25T00:41:22.621Z Compiling hostname v0.4.2
15812026-04-25T00:41:22.758Z Compiling proptest v1.11.0
15822026-04-25T00:41:23.160Z Compiling reqwest v0.12.28
15832026-04-25T00:41:23.359Z Compiling iddqd v0.3.17
15842026-04-25T00:41:23.943Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15852026-04-25T00:41:24.748Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15862026-04-25T00:41:24.851Z Compiling progenitor-client v0.10.0
15872026-04-25T00:41:25.123Z Compiling parse-display v0.10.0
15882026-04-25T00:41:25.329Z Compiling itertools v0.14.0
15892026-04-25T00:41:25.465Z Compiling backoff v0.4.0
15902026-04-25T00:41:25.641Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15912026-04-25T00:41:26.213Z Compiling toml_datetime v0.6.11
15922026-04-25T00:41:26.569Z Compiling utf8parse v0.2.2
15932026-04-25T00:41:26.661Z Compiling anstyle-parse v1.0.0
15942026-04-25T00:41:26.702Z Compiling zerocopy-derive v0.7.35
15952026-04-25T00:41:26.841Z Compiling anstyle-query v1.1.5
15962026-04-25T00:41:26.946Z Compiling anstyle v1.0.14
15972026-04-25T00:41:27.021Z Compiling is_terminal_polyfill v1.70.2
15982026-04-25T00:41:27.111Z Compiling colorchoice v1.0.5
15992026-04-25T00:41:27.213Z Compiling anstream v1.0.0
16002026-04-25T00:41:27.527Z Compiling zerocopy v0.7.35
16012026-04-25T00:41:27.714Z Compiling convert_case v0.4.0
16022026-04-25T00:41:27.774Z Compiling clap_lex v1.1.0
16032026-04-25T00:41:28.008Z Compiling derive_more v0.99.20
16042026-04-25T00:41:28.645Z Compiling unicode-width v0.2.2
16052026-04-25T00:41:28.688Z Compiling tinyvec_macros v0.1.1
16062026-04-25T00:41:28.753Z Compiling tinyvec v1.11.0
16072026-04-25T00:41:29.438Z Compiling dtrace-parser v0.2.0
16082026-04-25T00:41:29.463Z Compiling serde_spanned v0.6.9
16092026-04-25T00:41:29.685Z Compiling secrecy v0.10.3
16102026-04-25T00:41:29.839Z Compiling clap_derive v4.6.0
16112026-04-25T00:41:30.267Z Compiling scroll_derive v0.12.1
16122026-04-25T00:41:30.309Z Compiling usdt-impl v0.5.0
16132026-04-25T00:41:30.335Z Compiling toml_write v0.1.2
16142026-04-25T00:41:30.380Z Compiling crucible-workspace-hack v0.1.0
16152026-04-25T00:41:30.532Z Compiling toml_edit v0.22.27
16162026-04-25T00:41:30.965Z Compiling scroll v0.12.0
16172026-04-25T00:41:31.300Z Compiling dof v0.3.0
16182026-04-25T00:41:31.470Z Compiling typify-impl v0.6.1
16192026-04-25T00:41:31.518Z Compiling terminal_size v0.4.4
16202026-04-25T00:41:31.550Z Compiling darling_core v0.21.3
16212026-04-25T00:41:31.637Z Compiling rustc_version v0.4.1
16222026-04-25T00:41:31.650Z Compiling thread-id v4.2.2
16232026-04-25T00:41:31.900Z Compiling curve25519-dalek v4.1.3
16242026-04-25T00:41:31.955Z Compiling toml v0.8.23
16252026-04-25T00:41:32.560Z Compiling goblin v0.8.2
16262026-04-25T00:41:33.048Z Compiling crossbeam-epoch v0.9.18
16272026-04-25T00:41:33.172Z Compiling hmac v0.12.1
16282026-04-25T00:41:33.305Z Compiling inout v0.1.4
16292026-04-25T00:41:33.383Z Compiling ff v0.13.1
16302026-04-25T00:41:33.449Z Compiling num-integer v0.1.46
16312026-04-25T00:41:33.623Z Compiling darling_macro v0.21.3
16322026-04-25T00:41:33.764Z Compiling float-ord v0.3.2
16332026-04-25T00:41:33.974Z Compiling group v0.13.0
16342026-04-25T00:41:34.078Z Compiling cipher v0.4.4
16352026-04-25T00:41:34.190Z Compiling darling v0.21.3
16362026-04-25T00:41:34.237Z Compiling hkdf v0.12.4
16372026-04-25T00:41:34.729Z Compiling clap_builder v4.6.0
16382026-04-25T00:41:36.650Z Compiling thiserror-impl-no-std v2.0.2
16392026-04-25T00:41:36.754Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16402026-04-25T00:41:37.335Z Compiling half v2.7.1
16412026-04-25T00:41:37.431Z Compiling universal-hash v0.5.1
16422026-04-25T00:41:37.558Z Compiling crypto-bigint v0.5.5
16432026-04-25T00:41:37.630Z Compiling curve25519-dalek-derive v0.1.1
16442026-04-25T00:41:37.696Z Compiling typify-macro v0.6.1
16452026-04-25T00:41:37.722Z Compiling proc-macro-error-attr v1.0.4
16462026-04-25T00:41:38.149Z Compiling prettyplease v0.2.37
16472026-04-25T00:41:38.160Z Compiling base16ct v0.2.0
16482026-04-25T00:41:38.280Z Compiling rustix v0.38.44
16492026-04-25T00:41:38.291Z Compiling heapless v0.8.0
16502026-04-25T00:41:38.312Z Compiling toml_datetime v1.1.0+spec-1.1.0
16512026-04-25T00:41:38.374Z Compiling opaque-debug v0.3.1
16522026-04-25T00:41:38.442Z Compiling base64ct v1.8.3
16532026-04-25T00:41:38.531Z Compiling ciborium-io v0.2.2
16542026-04-25T00:41:38.623Z Compiling ciborium-ll v0.2.2
16552026-04-25T00:41:38.687Z Compiling password-hash v0.5.0
16562026-04-25T00:41:38.690Z Compiling toml_edit v0.25.8+spec-1.1.0
16572026-04-25T00:41:38.707Z Compiling poly1305 v0.8.0
16582026-04-25T00:41:38.726Z Compiling elliptic-curve v0.13.8
16592026-04-25T00:41:39.119Z Compiling thiserror-no-std v2.0.2
16602026-04-25T00:41:39.508Z Compiling clap v4.6.0
16612026-04-25T00:41:39.737Z Compiling ingot-macros v0.1.1
16622026-04-25T00:41:39.749Z Compiling chacha20 v0.9.1
16632026-04-25T00:41:39.794Z Compiling num-rational v0.4.2
16642026-04-25T00:41:39.804Z Compiling num-iter v0.1.45
16652026-04-25T00:41:39.824Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16662026-04-25T00:41:39.918Z Compiling usdt-macro v0.5.0
16672026-04-25T00:41:39.944Z Compiling usdt-attr-macro v0.5.0
16682026-04-25T00:41:40.697Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16692026-04-25T00:41:41.100Z Compiling blake2 v0.10.6
16702026-04-25T00:41:41.301Z Compiling rustls-webpki v0.103.10
16712026-04-25T00:41:41.558Z Compiling byte-wrapper v0.1.0
16722026-04-25T00:41:41.911Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16732026-04-25T00:41:42.237Z Compiling aead v0.5.2
16742026-04-25T00:41:42.312Z Compiling enum-as-inner v0.6.1
16752026-04-25T00:41:42.336Z Compiling hash32 v0.3.1
16762026-04-25T00:41:42.398Z Compiling num-complex v0.4.6
16772026-04-25T00:41:42.484Z Compiling proc-macro-error v1.0.4
16782026-04-25T00:41:42.494Z Compiling memmap v0.7.0
16792026-04-25T00:41:42.548Z Compiling smoltcp v0.11.0
16802026-04-25T00:41:42.676Z Compiling winnow v0.5.40
16812026-04-25T00:41:42.709Z Compiling data-encoding v2.10.0
16822026-04-25T00:41:42.774Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16832026-04-25T00:41:42.875Z Compiling keccak v0.1.6
16842026-04-25T00:41:42.902Z Compiling num v0.4.3
16852026-04-25T00:41:43.028Z Compiling sha3 v0.10.8
16862026-04-25T00:41:43.076Z Compiling usdt v0.5.0
16872026-04-25T00:41:43.114Z Compiling ingot-types v0.1.2
16882026-04-25T00:41:43.344Z Compiling chacha20poly1305 v0.10.1
16892026-04-25T00:41:43.474Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16902026-04-25T00:41:43.513Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16912026-04-25T00:41:43.536Z Compiling argon2 v0.5.3
16922026-04-25T00:41:43.766Z Compiling typify v0.6.1
16932026-04-25T00:41:43.851Z Compiling vsss-rs v3.3.4
16942026-04-25T00:41:44.044Z Compiling toml_edit v0.19.15
16952026-04-25T00:41:44.055Z Compiling proc-macro-crate v3.5.0
16962026-04-25T00:41:44.747Z Compiling tokio-rustls v0.26.4
16972026-04-25T00:41:44.968Z Compiling hyper-rustls v0.27.7
16982026-04-25T00:41:45.022Z Compiling rustls-platform-verifier v0.6.2
16992026-04-25T00:41:45.213Z Compiling reqwest v0.13.2
17002026-04-25T00:41:45.437Z Compiling ciborium v0.2.2
17012026-04-25T00:41:46.174Z Compiling tabwriter v1.4.1
17022026-04-25T00:41:46.426Z Compiling cobs v0.3.0
17032026-04-25T00:41:46.437Z Compiling progenitor-client v0.13.0
17042026-04-25T00:41:46.625Z Compiling memoffset v0.9.1
17052026-04-25T00:41:46.737Z Compiling progenitor-extras v0.1.1
17062026-04-25T00:41:46.757Z Compiling unsafe-libyaml v0.2.11
17072026-04-25T00:41:46.772Z Compiling managed v0.8.0
17082026-04-25T00:41:46.853Z Compiling bitflags v1.3.2
17092026-04-25T00:41:46.929Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17102026-04-25T00:41:46.974Z Compiling cfg_aliases v0.2.1
17112026-04-25T00:41:46.986Z Compiling pkg-config v0.3.32
17122026-04-25T00:41:47.434Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17132026-04-25T00:41:47.444Z Compiling vcpkg v0.2.15
17142026-04-25T00:41:47.650Z Compiling indent_write v2.2.0
17152026-04-25T00:41:47.805Z Compiling serde_yaml v0.9.34+deprecated
17162026-04-25T00:41:48.009Z Compiling openssl-sys v0.9.112
17172026-04-25T00:41:48.148Z Compiling nix v0.31.2
17182026-04-25T00:41:48.724Z Compiling postcard v1.1.3
17192026-04-25T00:41:49.078Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17202026-04-25T00:41:49.589Z Compiling proc-macro-crate v1.3.1
17212026-04-25T00:41:49.938Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17222026-04-25T00:41:50.143Z Compiling num_enum_derive v0.7.6
17232026-04-25T00:41:50.321Z Compiling progenitor-impl v0.13.0
17242026-04-25T00:41:50.492Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17252026-04-25T00:41:50.752Z Compiling ingot v0.1.1
17262026-04-25T00:41:51.197Z Compiling hubpack_derive v0.1.1
17272026-04-25T00:41:51.612Z Compiling foreign-types-macros v0.2.3
17282026-04-25T00:41:51.719Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17292026-04-25T00:41:52.256Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17302026-04-25T00:41:52.268Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17312026-04-25T00:41:52.624Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17322026-04-25T00:41:52.736Z Compiling heck v0.4.1
17332026-04-25T00:41:52.852Z Compiling colored v3.1.1
17342026-04-25T00:41:52.949Z Compiling cpufeatures v0.3.0
17352026-04-25T00:41:53.028Z Compiling swrite v0.1.0
17362026-04-25T00:41:53.094Z Compiling static_assertions v1.1.0
17372026-04-25T00:41:53.123Z Compiling resolv-conf v0.7.6
17382026-04-25T00:41:53.134Z Compiling linked-hash-map v0.5.6
17392026-04-25T00:41:53.168Z Compiling foreign-types-shared v0.3.1
17402026-04-25T00:41:53.259Z Compiling rayon-core v1.13.0
17412026-04-25T00:41:53.271Z Compiling semver v0.1.20
17422026-04-25T00:41:53.315Z Compiling lru-cache v0.1.2
17432026-04-25T00:41:53.442Z Compiling rustc_version v0.1.7
17442026-04-25T00:41:53.494Z Compiling foreign-types v0.5.0
17452026-04-25T00:41:53.505Z Compiling chacha20 v0.10.0
17462026-04-25T00:41:53.618Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17472026-04-25T00:41:53.650Z Compiling hubpack v0.1.2
17482026-04-25T00:41:53.767Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17492026-04-25T00:41:53.882Z Compiling num_enum v0.7.6
17502026-04-25T00:41:53.894Z Compiling progenitor-macro v0.13.0
17512026-04-25T00:41:54.088Z Compiling num_enum_derive v0.5.11
17522026-04-25T00:41:55.088Z Compiling hickory-proto v0.24.4
17532026-04-25T00:41:55.142Z Compiling crossbeam-deque v0.8.6
17542026-04-25T00:41:55.162Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17552026-04-25T00:41:55.334Z Compiling serde-big-array v0.5.1
17562026-04-25T00:41:55.482Z Compiling serde_repr v0.1.20
17572026-04-25T00:41:55.669Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17582026-04-25T00:41:56.077Z Compiling derive-where v1.6.1
17592026-04-25T00:41:56.186Z Compiling pin-project-internal v1.1.11
17602026-04-25T00:41:56.402Z Compiling cstr-argument v0.1.2
17612026-04-25T00:41:56.530Z Compiling minimal-lexical v0.2.1
17622026-04-25T00:41:56.558Z Compiling siphasher v1.0.2
17632026-04-25T00:41:56.753Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17642026-04-25T00:41:56.791Z Compiling unicode-segmentation v1.13.2
17652026-04-25T00:41:56.987Z Compiling hickory-resolver v0.24.4
17662026-04-25T00:41:57.219Z Compiling newline-converter v0.3.0
17672026-04-25T00:41:57.259Z Compiling pin-project v1.1.11
17682026-04-25T00:41:57.322Z Compiling nom v7.1.3
17692026-04-25T00:41:57.333Z Compiling phf_shared v0.12.1
17702026-04-25T00:41:57.359Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17712026-04-25T00:41:57.626Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17722026-04-25T00:41:58.011Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17732026-04-25T00:41:58.266Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17742026-04-25T00:41:58.401Z Compiling num_enum v0.5.11
17752026-04-25T00:41:58.518Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17762026-04-25T00:41:58.725Z Compiling rand v0.10.1
17772026-04-25T00:41:59.120Z Compiling progenitor v0.13.0
17782026-04-25T00:41:59.149Z Compiling newtype_derive v0.1.6
17792026-04-25T00:41:59.253Z Compiling atomicwrites v0.4.4
17802026-04-25T00:41:59.440Z Compiling unicode-normalization v0.1.25
17812026-04-25T00:41:59.541Z Compiling console v0.15.11
17822026-04-25T00:41:59.695Z Compiling camino-tempfile v1.4.1
17832026-04-25T00:41:59.728Z Compiling tokio-stream v0.1.18
17842026-04-25T00:41:59.908Z Compiling snafu-derive v0.8.9
17852026-04-25T00:41:59.941Z Compiling async-recursion v1.1.1
17862026-04-25T00:42:00.197Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17872026-04-25T00:42:00.221Z Compiling slog-dtrace v0.3.0
17882026-04-25T00:42:00.254Z Compiling csv-core v0.1.13
17892026-04-25T00:42:00.446Z Compiling bstr v1.12.1
17902026-04-25T00:42:00.486Z Compiling openssl v0.10.76
17912026-04-25T00:42:00.517Z Compiling foreign-types-shared v0.1.1
17922026-04-25T00:42:00.527Z Compiling cancel-safe-futures v0.1.5
17932026-04-25T00:42:00.605Z Compiling chrono-tz v0.10.4
17942026-04-25T00:42:00.639Z Compiling similar v2.7.0
17952026-04-25T00:42:00.746Z Compiling unicode-width v0.1.14
17962026-04-25T00:42:00.767Z Compiling foldhash v0.1.5
17972026-04-25T00:42:00.822Z Compiling owo-colors v4.3.0
17982026-04-25T00:42:00.833Z Compiling unicode-xid v0.2.6
17992026-04-25T00:42:00.946Z Compiling highway v1.3.0
18002026-04-25T00:42:00.957Z Compiling same-file v1.0.6
18012026-04-25T00:42:00.962Z Compiling const_format_proc_macros v0.2.34
18022026-04-25T00:42:01.023Z Compiling hashbrown v0.15.5
18032026-04-25T00:42:01.129Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18042026-04-25T00:42:01.190Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18052026-04-25T00:42:01.336Z Compiling walkdir v2.5.0
18062026-04-25T00:42:01.538Z Compiling expectorate v1.2.0
18072026-04-25T00:42:01.607Z Compiling globset v0.4.18
18082026-04-25T00:42:01.653Z Compiling snafu v0.8.9
18092026-04-25T00:42:01.710Z Compiling foreign-types v0.3.2
18102026-04-25T00:42:01.776Z Compiling csv v1.4.0
18112026-04-25T00:42:01.787Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18122026-04-25T00:42:01.798Z Compiling qorb v0.4.1
18132026-04-25T00:42:02.343Z Compiling olpc-cjson v0.1.4
18142026-04-25T00:42:02.455Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18152026-04-25T00:42:03.090Z Compiling rayon v1.11.0
18162026-04-25T00:42:03.763Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18172026-04-25T00:42:04.002Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18182026-04-25T00:42:04.013Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18192026-04-25T00:42:04.016Z Compiling phf v0.12.1
18202026-04-25T00:42:04.297Z Compiling zone_cfg_derive v0.3.1
18212026-04-25T00:42:04.413Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18222026-04-25T00:42:04.764Z Compiling tokio-dtrace v0.1.1
18232026-04-25T00:42:04.917Z Compiling itertools v0.12.1
18242026-04-25T00:42:05.001Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18252026-04-25T00:42:05.040Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18262026-04-25T00:42:05.204Z Compiling libsw-core v0.3.2
18272026-04-25T00:42:05.378Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-04-25T00:42:05.391Z Compiling serde_plain v1.0.2
18292026-04-25T00:42:05.402Z Compiling num-derive v0.4.2
18302026-04-25T00:42:05.423Z Compiling openssl-macros v0.1.1
18312026-04-25T00:42:05.455Z Compiling pem v3.0.6
18322026-04-25T00:42:05.590Z Compiling cookie v0.18.1
18332026-04-25T00:42:05.642Z Compiling sigpipe v0.1.3
18342026-04-25T00:42:05.730Z Compiling glob v0.3.3
18352026-04-25T00:42:05.816Z Compiling typed-path v0.9.3
18362026-04-25T00:42:05.835Z Compiling fixedbitset v0.4.2
18372026-04-25T00:42:05.895Z Compiling bytecount v0.6.9
18382026-04-25T00:42:05.959Z Compiling fixedbitset v0.5.7
18392026-04-25T00:42:06.031Z Compiling jiff v0.2.23
18402026-04-25T00:42:06.062Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18412026-04-25T00:42:06.142Z Compiling zone v0.3.1
18422026-04-25T00:42:06.185Z Compiling petgraph v0.8.3
18432026-04-25T00:42:06.289Z Compiling papergrid v0.11.0
18442026-04-25T00:42:06.300Z Compiling petgraph v0.6.5
18452026-04-25T00:42:06.347Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18462026-04-25T00:42:06.745Z Compiling tough v0.20.0
18472026-04-25T00:42:07.192Z Compiling libsw v3.5.0
18482026-04-25T00:42:07.374Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18492026-04-25T00:42:07.798Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18502026-04-25T00:42:07.960Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18512026-04-25T00:42:08.069Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-25T00:42:08.210Z Compiling oxide-tokio-rt v0.1.3
18532026-04-25T00:42:08.816Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-25T00:42:09.310Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-04-25T00:42:09.635Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-04-25T00:42:09.855Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-25T00:42:09.988Z Compiling const_format v0.2.35
18582026-04-25T00:42:10.245Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-04-25T00:42:10.385Z Compiling tabled_derive v0.7.0
18602026-04-25T00:42:10.529Z Compiling gethostname v0.5.0
18612026-04-25T00:42:10.653Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18622026-04-25T00:42:10.780Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18632026-04-25T00:42:10.888Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18642026-04-25T00:42:11.012Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18652026-04-25T00:42:11.048Z Compiling smf v0.2.3
18662026-04-25T00:42:11.341Z Compiling bcs v0.1.6
18672026-04-25T00:42:11.474Z Compiling termtree v0.5.1
18682026-04-25T00:42:11.594Z Compiling linear-map v1.2.0
18692026-04-25T00:42:11.625Z Compiling tagptr v0.2.0
18702026-04-25T00:42:11.652Z Compiling lazy_static v1.5.0
18712026-04-25T00:42:11.655Z Compiling smawk v0.3.2
18722026-04-25T00:42:11.755Z Compiling unicode-linebreak v0.1.5
18732026-04-25T00:42:11.772Z Compiling whoami v1.6.1
18742026-04-25T00:42:11.772Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18752026-04-25T00:42:11.800Z Compiling moka v0.12.15
18762026-04-25T00:42:12.079Z Compiling textwrap v0.16.2
18772026-04-25T00:42:12.225Z Compiling steno v0.4.1
18782026-04-25T00:42:12.317Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-25T00:42:12.521Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-04-25T00:42:12.580Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18812026-04-25T00:42:12.618Z Compiling tabled v0.15.0
18822026-04-25T00:42:12.789Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18832026-04-25T00:42:13.544Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18842026-04-25T00:42:14.414Z Compiling hickory-proto v0.25.2
18852026-04-25T00:42:15.363Z Compiling humantime v2.3.0
18862026-04-25T00:42:15.531Z Compiling num-derive v0.3.3
18872026-04-25T00:42:15.631Z Compiling parking_lot_core v0.8.6
18882026-04-25T00:42:15.651Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18892026-04-25T00:42:15.868Z Compiling crc32fast v1.5.0
18902026-04-25T00:42:16.228Z Compiling parking_lot v0.11.2
18912026-04-25T00:42:16.239Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18922026-04-25T00:42:16.403Z Compiling hickory-resolver v0.25.2
18932026-04-25T00:42:16.457Z Compiling libscf-sys v1.1.0
18942026-04-25T00:42:16.468Z Compiling fxhash v0.2.1
18952026-04-25T00:42:16.598Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18962026-04-25T00:42:16.598Z Compiling internet-checksum v0.2.1
18972026-04-25T00:42:16.644Z Compiling sled v0.34.7
18982026-04-25T00:42:16.742Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18992026-04-25T00:42:17.227Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19002026-04-25T00:42:21.673Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19012026-04-25T00:42:28.896Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19022026-04-25T00:42:30.486Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19032026-04-25T00:42:31.570Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19042026-04-25T00:42:32.670Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19052026-04-25T00:42:33.430Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19062026-04-25T00:42:56.774Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19072026-04-25T00:42:56.945Z────────────
19082026-04-25T00:42:56.945Z Nextest run ID 65c4a659-9a67-4ac5-8788-37c800476ebb with nextest profile: default
19092026-04-25T00:42:56.945Z Starting 43 tests across 1 binary
19102026-04-25T00:42:56.955Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
19112026-04-25T00:42:56.955Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19122026-04-25T00:42:56.959Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
19132026-04-25T00:42:56.959Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19142026-04-25T00:42:56.959Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19152026-04-25T00:42:56.959Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
19162026-04-25T00:42:56.964Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19172026-04-25T00:42:56.964Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19182026-04-25T00:42:57.002Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
19192026-04-25T00:42:57.002Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19202026-04-25T00:42:57.011Z PASS [ 0.055s] rdb db::test::test_prefix_host_bit_normalization
19212026-04-25T00:42:57.011Z PASS [ 0.055s] rdb db::test::test_rib
19222026-04-25T00:42:57.014Z PASS [ 0.055s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19232026-04-25T00:42:57.014Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic
19242026-04-25T00:42:57.017Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
19252026-04-25T00:42:57.017Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19262026-04-25T00:42:57.026Z PASS [ 0.015s] rdb proptest::prop_ipv4_default_contains_all
19272026-04-25T00:42:57.026Z PASS [ 0.015s] rdb proptest::prop_ipv4_host_bits_always_unset
19282026-04-25T00:42:57.031Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19292026-04-25T00:42:57.032Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
19302026-04-25T00:42:57.039Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19312026-04-25T00:42:57.039Z PASS [ 0.014s] rdb proptest::prop_ipv6_host_bits_always_unset
19322026-04-25T00:42:57.045Z PASS [ 0.014s] rdb proptest::prop_ipv6_within_self
19332026-04-25T00:42:57.045Z PASS [ 0.014s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19342026-04-25T00:42:57.055Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19352026-04-25T00:42:57.059Z PASS [ 0.055s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19362026-04-25T00:42:57.059Z PASS [ 0.055s] rdb db::test::test_static_routing_mixed_address_families
19372026-04-25T00:42:57.059Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
19382026-04-25T00:42:57.062Z PASS [ 0.052s] rdb db::test::test_static_routing_vlan_id_handling
19392026-04-25T00:42:57.065Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19402026-04-25T00:42:57.065Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19412026-04-25T00:42:57.068Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19422026-04-25T00:42:57.068Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19432026-04-25T00:42:57.071Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19442026-04-25T00:42:57.074Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19452026-04-25T00:42:57.074Z PASS [ 0.008s] rdb types::test::btreeset_remove
19462026-04-25T00:42:57.074Z PASS [ 0.008s] rdb types::test::btreeset_replace
19472026-04-25T00:42:57.076Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19482026-04-25T00:42:57.076Z PASS [ 0.008s] rdb types::test::ord_contract
19492026-04-25T00:42:57.079Z PASS [ 0.007s] rdb types::test::prefix_no_cross_family_within
19502026-04-25T00:42:57.079Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
19512026-04-25T00:42:57.079Z PASS [ 0.007s] rdb types::test::static_path_identity
19522026-04-25T00:42:57.091Z PASS [ 0.081s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19532026-04-25T00:42:57.094Z────────────
19542026-04-25T00:42:57.094Z Summary [ 0.147s] 43 tests run: 43 passed, 0 skipped
19552026-04-25T00:42:57.104Z+ cp rib.log /work/
19562026-04-25T00:42:57.106Zprocess exited: duration 386604 ms, exit code 0
 
19572026-04-25T00:42:57.116Zfound 1 output files
19582026-04-25T00:42:57.116Zuploading: /work/rib.log (888 bytes)
19592026-04-25T00:42:58.126Zuploaded: /work/rib.log