01KNTPZQRWGM63DKJ8WK3TCEG9: 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: 01KNTQ04FD63J4R5E2G9Q22W3P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T03:30:53.682Zjob assigned to worker 01KNTQ0Y9PSJWCWJV85DGCC0YG [factory aws, i-0e2b205fb5d153c07] (queued for 1 m 21 s)
 
22026-04-10T03:31:00.675Zstarting task 0: "setup"
32026-04-10T03:31:00.680Z++ uname -s
42026-04-10T03:31:00.683Z+ kern=SunOS
52026-04-10T03:31:00.683Z+ build_user=build
62026-04-10T03:31:00.683Z+ build_uid=12345
72026-04-10T03:31:00.683Z+ work_dir=/work
82026-04-10T03:31:00.683Z+ input_dir=/input
92026-04-10T03:31:00.683Z+ [[ 0 == 12345 ]]
102026-04-10T03:31:00.683Z+ case "$kern" in
112026-04-10T03:31:00.683Z+ groupadd -g 12345 build
122026-04-10T03:31:00.687Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T03:31:02.690Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T03:31:02.815Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T03:31:02.818Z+ home_fs=zfs
162026-04-10T03:31:02.819Z+ [[ zfs == autofs ]]
172026-04-10T03:31:02.819Z+ mkdir -p /home/build
182026-04-10T03:31:02.819Z+ chown build:build /home/build /work
192026-04-10T03:31:04.820Z+ chmod 0700 /home/build /work
202026-04-10T03:31:04.823Zprocess exited: duration 4148 ms, exit code 0
 
212026-04-10T03:31:04.830Zstarting task 1: "rust-toolchain"
222026-04-10T03:31:04.834Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T03:31:04.834Z * rust toolchain channel = "stable"
242026-04-10T03:31:04.834Z * rust toolchain profile = "default"
252026-04-10T03:31:04.834Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T03:31:04.834Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T03:31:04.834Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T03:31:04.838Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T03:31:04.838Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T03:31:04.956Zinfo: downloading installer
312026-04-10T03:31:06.378Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T03:31:06.378Zwarn: /opt/ooce/bin
332026-04-10T03:31:06.378Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T03:31:06.379Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T03:31:06.379Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T03:31:06.379Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T03:31:06.379Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T03:31:06.379Zerror: cannot install while Rust is installed
392026-04-10T03:31:06.379Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T03:31:06.379Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T03:31:06.379Zwarn: /home/build/.rustup/settings.toml
422026-04-10T03:31:06.379Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T03:31:06.379Zwarn: instead of the one inferred from the default host triple.
442026-04-10T03:31:06.394Zinfo: profile set to default
452026-04-10T03:31:06.394Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T03:31:06.399Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T03:31:06.531Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T03:31:06.535Zinfo: downloading 6 components
492026-04-10T03:31:20.989Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T03:31:20.989Z
512026-04-10T03:31:21.020Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T03:31:21.020Z
532026-04-10T03:31:21.020Z
542026-04-10T03:31:21.020ZRust is installed now. Great!
552026-04-10T03:31:21.020Z
562026-04-10T03:31:21.023ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T03:31:21.023Zenvironment variable. This has not been done automatically.
582026-04-10T03:31:21.023Z
592026-04-10T03:31:21.023ZTo configure your current shell, you need to source
602026-04-10T03:31:21.023Zthe corresponding env file under $HOME/.cargo.
612026-04-10T03:31:21.023Z
622026-04-10T03:31:21.023ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T03:31:21.023Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T03:31:21.023Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T03:31:21.023Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T03:31:21.024Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T03:31:21.024Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T03:31:21.024Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T03:31:21.024Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T03:31:21.024Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T03:31:21.116Z+ rustup --version
722026-04-10T03:31:21.126Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T03:31:21.129Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T03:31:21.147Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T03:31:21.151Z+ cargo --version
762026-04-10T03:31:21.163Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T03:31:21.166Z+ rustc --version
782026-04-10T03:31:21.185Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T03:31:21.189Zprocess exited: duration 16355 ms, exit code 0
 
802026-04-10T03:31:21.195Zstarting task 2: "authentication"
812026-04-10T03:31:21.211Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T03:31:21.218Zstarting task 3: "clone repository"
832026-04-10T03:31:21.221Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T03:31:21.224Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T03:31:21.253ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T03:31:22.069Z+ cd /work/oxidecomputer/maghemite
872026-04-10T03:31:22.069Z+ git fetch origin 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
882026-04-10T03:31:22.324ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T03:31:22.324Z * branch 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 -> FETCH_HEAD
902026-04-10T03:31:22.329Z+ [[ -n trey/random-fix-fun-time ]]
912026-04-10T03:31:22.332Z++ git branch --show-current
922026-04-10T03:31:22.333Z+ current=main
932026-04-10T03:31:22.333Z+ [[ main != trey/random-fix-fun-time ]]
942026-04-10T03:31:22.333Z+ git branch -f trey/random-fix-fun-time 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
952026-04-10T03:31:22.336Z+ git checkout -f trey/random-fix-fun-time
962026-04-10T03:31:22.352ZSwitched to branch 'trey/random-fix-fun-time'
972026-04-10T03:31:22.355Z+ git reset --hard 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
982026-04-10T03:31:22.365ZHEAD is now at 3d44036 bgp: disallow OPEN/KEEPALIVE from extended msg
992026-04-10T03:31:22.368Zprocess exited: duration 1147 ms, exit code 0
 
1002026-04-10T03:31:22.374Zstarting task 4: "build"
1012026-04-10T03:31:22.378Z+ set -e
1022026-04-10T03:31:22.378Z+ source .github/buildomat/test-common.sh
1032026-04-10T03:31:22.381Z++ NEXTEST_VERSION=0.9.97
1042026-04-10T03:31:22.381Z++ PLATFORM=illumos
1052026-04-10T03:31:22.381Z++ banner install
1062026-04-10T03:31:22.381Z
1072026-04-10T03:31:22.381Z # # # #### ##### ## # #
1082026-04-10T03:31:22.381Z # ## # # # # # # #
1092026-04-10T03:31:22.381Z # # # # #### # # # # #
1102026-04-10T03:31:22.381Z # # # # # # ###### # #
1112026-04-10T03:31:22.381Z # # ## # # # # # # #
1122026-04-10T03:31:22.381Z # # # #### # # # ###### ######
1132026-04-10T03:31:22.381Z
1142026-04-10T03:31:22.381Z++ set +o errexit
1152026-04-10T03:31:22.384Z++ pkg info clang-15
1162026-04-10T03:31:22.385Z++ grep -qi installed
1172026-04-10T03:31:23.584Zpkg: info: no packages matching the following patterns you specified are
1182026-04-10T03:31:23.584Zinstalled on the system. Try querying remotely instead:
1192026-04-10T03:31:23.584Z
1202026-04-10T03:31:23.584Z clang-15
1212026-04-10T03:31:23.626Z++ [[ 1 != 0 ]]
1222026-04-10T03:31:23.626Z++ set -o errexit
1232026-04-10T03:31:23.632Z++ pfexec pkg install clang-15
1242026-04-10T03:31:30.923Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-10T03:31:37.961Z Startup: Caching catalogs ... Done
1262026-04-10T03:31:42.964ZPlanning: Solver setup ... Done
1272026-04-10T03:31:42.987ZPlanning: Running solver ... Done
1282026-04-10T03:31:43.115ZPlanning: Finding local manifests ... Done
1292026-04-10T03:31:43.137ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-10T03:31:43.231ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-10T03:31:43.261ZPlanning: Package planning ... Done
1322026-04-10T03:31:43.287ZPlanning: Merging actions ... Done
1332026-04-10T03:31:43.398ZPlanning: Checking for conflicting actions ... Done
1342026-04-10T03:31:43.404ZPlanning: Consolidating action changes ... Done
1352026-04-10T03:31:44.183ZPlanning: Evaluating mediators ... Done
1362026-04-10T03:31:44.188ZPlanning: Planning completed in 6.07 seconds
1372026-04-10T03:31:44.200Z Packages to install: 2
1382026-04-10T03:31:44.203Z Mediators to change: 2
1392026-04-10T03:31:44.203Z Services to change: 1
1402026-04-10T03:31:44.203Z Create boot environment: No
1412026-04-10T03:31:44.203ZCreate backup boot environment: No
1422026-04-10T03:31:44.242Z
1432026-04-10T03:31:44.242ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-10T03:31:50.480ZDownload: 981/3076 items 82.1/211.3MB 38% complete (21.1M/s)
1452026-04-10T03:31:55.963ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (11.1M/s)
1462026-04-10T03:31:58.709ZDownload: Completed 211.31 MB in 14.46 seconds (14.6M/s)
1472026-04-10T03:31:58.937Z Actions: 1/3418 actions (Installing new actions)
1482026-04-10T03:32:02.076Z Actions: Completed 3418 actions in 3.14 seconds.
1492026-04-10T03:32:02.372Z Done
1502026-04-10T03:32:02.372Z Done
1512026-04-10T03:32:03.074Z Done
1522026-04-10T03:32:06.167Z Done
1532026-04-10T03:32:06.248Z Done
1542026-04-10T03:32:06.251Z Done
1552026-04-10T03:32:06.598Z Done
1562026-04-10T03:32:07.249Z++ set -o errexit
1572026-04-10T03:32:07.249Z++ cargo --version
1582026-04-10T03:32:07.256Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1592026-04-10T03:32:07.446Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1602026-04-10T03:32:07.449Zinfo: downloading 6 components
1612026-04-10T03:32:22.151Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1622026-04-10T03:32:22.154Z++ rustc --version
1632026-04-10T03:32:22.182Zrustc 1.94.1 (e408947bf 2026-03-25)
1642026-04-10T03:32:22.186Z++ cargo install cargo-nextest --version 0.9.97
1652026-04-10T03:32:22.230Z Updating crates.io index
1662026-04-10T03:32:22.329Z Downloading crates ...
1672026-04-10T03:32:22.391Z Downloaded cargo-nextest v0.9.97
1682026-04-10T03:32:22.459Z Installing cargo-nextest v0.9.97
1692026-04-10T03:32:22.501Z Updating crates.io index
1702026-04-10T03:32:24.987Z Locking 407 packages to latest compatible versions
1712026-04-10T03:32:24.992Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-04-10T03:32:24.995Z Adding duct v0.13.7 (available: v1.1.1)
1732026-04-10T03:32:24.995Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-04-10T03:32:24.995Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-04-10T03:32:24.998Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-04-10T03:32:24.998Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-04-10T03:32:24.998Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-04-10T03:32:25.002Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-04-10T03:32:25.005Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-04-10T03:32:25.021Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-04-10T03:32:25.033Z Downloading crates ...
1822026-04-10T03:32:25.103Z Downloaded anstream v1.0.0
1832026-04-10T03:32:25.106Z Downloaded form_urlencoded v1.2.2
1842026-04-10T03:32:25.109Z Downloaded foldhash v0.1.5
1852026-04-10T03:32:25.109Z Downloaded addr2line v0.25.1
1862026-04-10T03:32:25.114Z Downloaded getrandom v0.2.17
1872026-04-10T03:32:25.114Z Downloaded cargo_metadata v0.23.1
1882026-04-10T03:32:25.117Z Downloaded getrandom v0.3.4
1892026-04-10T03:32:25.120Z Downloaded home v0.5.12
1902026-04-10T03:32:25.123Z Downloaded futures-channel v0.3.32
1912026-04-10T03:32:25.126Z Downloaded lru-slab v0.1.2
1922026-04-10T03:32:25.130Z Downloaded fixedbitset v0.5.7
1932026-04-10T03:32:25.130Z Downloaded ahash v0.8.12
1942026-04-10T03:32:25.133Z Downloaded derive_more-impl v2.1.1
1952026-04-10T03:32:25.137Z Downloaded crossterm v0.29.0
1962026-04-10T03:32:25.141Z Downloaded futures-io v0.3.32
1972026-04-10T03:32:25.146Z Downloaded enable-ansi-support v0.2.1
1982026-04-10T03:32:25.146Z Downloaded futures-sink v0.3.32
1992026-04-10T03:32:25.146Z Downloaded log v0.4.29
2002026-04-10T03:32:25.149Z Downloaded adler2 v2.0.1
2012026-04-10T03:32:25.149Z Downloaded hex v0.4.3
2022026-04-10T03:32:25.149Z Downloaded futures-task v0.3.32
2032026-04-10T03:32:25.153Z Downloaded memchr v2.8.0
2042026-04-10T03:32:25.155Z Downloaded lock_api v0.4.14
2052026-04-10T03:32:25.155Z Downloaded litrs v1.0.0
2062026-04-10T03:32:25.158Z Downloaded crc32fast v1.5.0
2072026-04-10T03:32:25.158Z Downloaded cfg-if v1.0.4
2082026-04-10T03:32:25.162Z Downloaded cfg_aliases v0.2.1
2092026-04-10T03:32:25.162Z Downloaded cargo-platform v0.3.2
2102026-04-10T03:32:25.165Z Downloaded jobserver v0.1.34
2112026-04-10T03:32:25.165Z Downloaded backtrace-ext v0.2.1
2122026-04-10T03:32:25.165Z Downloaded foreign-types-shared v0.1.1
2132026-04-10T03:32:25.168Z Downloaded colorchoice v1.0.5
2142026-04-10T03:32:25.168Z Downloaded filetime v0.2.27
2152026-04-10T03:32:25.168Z Downloaded autocfg v1.5.0
2162026-04-10T03:32:25.171Z Downloaded curve25519-dalek-derive v0.1.1
2172026-04-10T03:32:25.171Z Downloaded futures-core v0.3.32
2182026-04-10T03:32:25.174Z Downloaded ipnet v2.12.0
2192026-04-10T03:32:25.175Z Downloaded crypto-common v0.1.7
2202026-04-10T03:32:25.175Z Downloaded cpufeatures v0.2.17
2212026-04-10T03:32:25.178Z Downloaded async-scoped v0.9.0
2222026-04-10T03:32:25.178Z Downloaded equivalent v1.0.2
2232026-04-10T03:32:25.181Z Downloaded pathdiff v0.2.3
2242026-04-10T03:32:25.185Z Downloaded cargo-platform v0.2.0
2252026-04-10T03:32:25.188Z Downloaded percent-encoding v2.3.2
2262026-04-10T03:32:25.191Z Downloaded clap_lex v1.1.0
2272026-04-10T03:32:25.194Z Downloaded future-queue v0.4.0
2282026-04-10T03:32:25.194Z Downloaded nested v0.1.1
2292026-04-10T03:32:25.197Z Downloaded lazy_static v1.5.0
2302026-04-10T03:32:25.200Z Downloaded camino v1.2.2
2312026-04-10T03:32:25.203Z Downloaded atomicwrites v0.4.4
2322026-04-10T03:32:25.203Z Downloaded atomic-waker v1.1.2
2332026-04-10T03:32:25.203Z Downloaded is_ci v1.2.0
2342026-04-10T03:32:25.206Z Downloaded block-buffer v0.10.4
2352026-04-10T03:32:25.209Z Downloaded heck v0.5.0
2362026-04-10T03:32:25.209Z Downloaded futures-macro v0.3.32
2372026-04-10T03:32:25.209Z Downloaded rustc-hash v2.1.2
2382026-04-10T03:32:25.213Z Downloaded ordered-float v2.10.1
2392026-04-10T03:32:25.213Z Downloaded number_prefix v0.4.0
2402026-04-10T03:32:25.213Z Downloaded errno v0.3.14
2412026-04-10T03:32:25.215Z Downloaded color-spantrace v0.3.0
2422026-04-10T03:32:25.215Z Downloaded guppy-workspace-hack v0.1.0
2432026-04-10T03:32:25.216Z Downloaded fnv v1.0.7
2442026-04-10T03:32:25.218Z Downloaded debug-ignore v1.0.5
2452026-04-10T03:32:25.219Z Downloaded anstyle-query v1.1.5
2462026-04-10T03:32:25.219Z Downloaded rand_core v0.6.4
2472026-04-10T03:32:25.222Z Downloaded miette-derive v7.6.0
2482026-04-10T03:32:25.222Z Downloaded serde-value v0.7.0
2492026-04-10T03:32:25.222Z Downloaded document-features v0.2.12
2502026-04-10T03:32:25.224Z Downloaded pin-project-lite v0.2.17
2512026-04-10T03:32:25.231Z Downloaded serde_spanned v0.6.9
2522026-04-10T03:32:25.235Z Downloaded serde_ignored v0.1.14
2532026-04-10T03:32:25.235Z Downloaded foreign-types v0.3.2
2542026-04-10T03:32:25.238Z Downloaded dialoguer v0.11.0
2552026-04-10T03:32:25.238Z Downloaded os_pipe v1.2.3
2562026-04-10T03:32:25.241Z Downloaded futures-executor v0.3.32
2572026-04-10T03:32:25.244Z Downloaded erased-serde v0.4.10
2582026-04-10T03:32:25.244Z Downloaded convert_case v0.10.0
2592026-04-10T03:32:25.248Z Downloaded openssl-probe v0.2.1
2602026-04-10T03:32:25.248Z Downloaded hyper-tls v0.6.0
2612026-04-10T03:32:25.251Z Downloaded shared_child v1.1.1
2622026-04-10T03:32:25.251Z Downloaded humantime-serde v1.1.1
2632026-04-10T03:32:25.251Z Downloaded either v1.15.0
2642026-04-10T03:32:25.251Z Downloaded http-body v1.0.1
2652026-04-10T03:32:25.251Z Downloaded digest v0.10.7
2662026-04-10T03:32:25.254Z Downloaded idna_adapter v1.0.0
2672026-04-10T03:32:25.254Z Downloaded cargo_metadata v0.20.0
2682026-04-10T03:32:25.257Z Downloaded rustc_version v0.4.1
2692026-04-10T03:32:25.257Z Downloaded nextest-workspace-hack v0.1.0
2702026-04-10T03:32:25.257Z Downloaded base64ct v1.8.3
2712026-04-10T03:32:25.260Z Downloaded serde_urlencoded v0.7.1
2722026-04-10T03:32:25.260Z Downloaded serde_spanned v1.1.1
2732026-04-10T03:32:25.264Z Downloaded strsim v0.11.1
2742026-04-10T03:32:25.264Z Downloaded signal-hook-mio v0.2.5
2752026-04-10T03:32:25.268Z Downloaded sync_wrapper v1.0.2
2762026-04-10T03:32:25.268Z Downloaded openssl-macros v0.1.1
2772026-04-10T03:32:25.268Z Downloaded indent_write v2.2.0
2782026-04-10T03:32:25.271Z Downloaded supports-unicode v3.0.0
2792026-04-10T03:32:25.271Z Downloaded subtle v2.6.1
2802026-04-10T03:32:25.271Z Downloaded mukti-metadata v0.3.0
2812026-04-10T03:32:25.271Z Downloaded strip-ansi-escapes v0.2.1
2822026-04-10T03:32:25.271Z Downloaded shell-words v1.1.1
2832026-04-10T03:32:25.274Z Downloaded itoa v1.0.18
2842026-04-10T03:32:25.278Z Downloaded generic-array v0.14.7
2852026-04-10T03:32:25.281Z Downloaded scopeguard v1.2.0
2862026-04-10T03:32:25.281Z Downloaded is_terminal_polyfill v1.70.2
2872026-04-10T03:32:25.281Z Downloaded anstyle-parse v1.0.0
2882026-04-10T03:32:25.284Z Downloaded ppv-lite86 v0.2.21
2892026-04-10T03:32:25.287Z Downloaded find-msvc-tools v0.1.9
2902026-04-10T03:32:25.287Z Downloaded owo-colors v4.3.0
2912026-04-10T03:32:25.291Z Downloaded native-tls v0.2.18
2922026-04-10T03:32:25.291Z Downloaded sha2 v0.10.9
2932026-04-10T03:32:25.291Z Downloaded serde-untagged v0.1.9
2942026-04-10T03:32:25.294Z Downloaded signature v2.2.0
2952026-04-10T03:32:25.294Z Downloaded newtype-uuid v1.3.2
2962026-04-10T03:32:25.297Z Downloaded sigchld v0.2.4
2972026-04-10T03:32:25.297Z Downloaded ed25519 v2.2.3
2982026-04-10T03:32:25.300Z Downloaded serde_path_to_error v0.1.20
2992026-04-10T03:32:25.300Z Downloaded parking_lot_core v0.9.12
3002026-04-10T03:32:25.303Z Downloaded clap_derive v4.6.0
3012026-04-10T03:32:25.303Z Downloaded duct v0.13.7
3022026-04-10T03:32:25.307Z Downloaded cargo-util-schemas v0.2.0
3032026-04-10T03:32:25.307Z Downloaded camino-tempfile v1.4.1
3042026-04-10T03:32:25.311Z Downloaded terminal_size v0.4.4
3052026-04-10T03:32:25.311Z Downloaded fastrand v2.4.1
3062026-04-10T03:32:25.311Z Downloaded tinyvec_macros v0.1.1
3072026-04-10T03:32:25.314Z Downloaded cfg-expr v0.20.7
3082026-04-10T03:32:25.328Z Downloaded indenter v0.3.4
3092026-04-10T03:32:25.331Z Downloaded tokio-macros v2.7.0
3102026-04-10T03:32:25.331Z Downloaded swrite v0.1.0
3112026-04-10T03:32:25.331Z Downloaded supports-hyperlinks v3.2.0
3122026-04-10T03:32:25.334Z Downloaded supports-color v3.0.2
3132026-04-10T03:32:25.334Z Downloaded rustc-demangle v0.1.27
3142026-04-10T03:32:25.334Z Downloaded self-replace v1.5.0
3152026-04-10T03:32:25.337Z Downloaded pkg-config v0.3.32
3162026-04-10T03:32:25.337Z Downloaded nextest-metadata v0.12.2
3172026-04-10T03:32:25.337Z Downloaded toml_datetime v0.6.11
3182026-04-10T03:32:25.337Z Downloaded spki v0.7.3
3192026-04-10T03:32:25.340Z Downloaded slab v0.4.12
3202026-04-10T03:32:25.340Z Downloaded simd-adler32 v0.3.9
3212026-04-10T03:32:25.340Z Downloaded shlex v1.3.0
3222026-04-10T03:32:25.343Z Downloaded http-body-util v0.1.3
3232026-04-10T03:32:25.343Z Downloaded console v0.15.11
3242026-04-10T03:32:25.346Z Downloaded globset v0.4.18
3252026-04-10T03:32:25.350Z Downloaded quote v1.0.45
3262026-04-10T03:32:25.350Z Downloaded smol_str v0.3.6
3272026-04-10T03:32:25.353Z Downloaded humantime v2.3.0
3282026-04-10T03:32:25.353Z Downloaded semver v1.0.28
3292026-04-10T03:32:25.353Z Downloaded tower-layer v0.3.3
3302026-04-10T03:32:25.353Z Downloaded eyre v0.6.12
3312026-04-10T03:32:25.356Z Downloaded tracing-error v0.2.1
3322026-04-10T03:32:25.356Z Downloaded self_update v0.42.0
3332026-04-10T03:32:25.359Z Downloaded rustls-pki-types v1.14.0
3342026-04-10T03:32:25.359Z Downloaded pin-project-internal v1.1.11
3352026-04-10T03:32:25.362Z Downloaded nextest-filtering v0.15.0
3362026-04-10T03:32:25.362Z Downloaded unicode-linebreak v0.1.5
3372026-04-10T03:32:25.365Z Downloaded typeid v1.0.3
3382026-04-10T03:32:25.365Z Downloaded static_assertions v1.1.0
3392026-04-10T03:32:25.365Z Downloaded urlencoding v2.1.3
3402026-04-10T03:32:25.365Z Downloaded thiserror v1.0.69
3412026-04-10T03:32:25.368Z Downloaded iana-time-zone v0.1.65
3422026-04-10T03:32:25.371Z Downloaded getrandom v0.4.2
3432026-04-10T03:32:25.375Z Downloaded futures v0.3.32
3442026-04-10T03:32:25.375Z Downloaded utf8parse v0.2.2
3452026-04-10T03:32:25.378Z Downloaded utf8_iter v1.0.4
3462026-04-10T03:32:25.378Z Downloaded untrusted v0.9.0
3472026-04-10T03:32:25.378Z Downloaded indicatif v0.17.11
3482026-04-10T03:32:25.381Z Downloaded try-lock v0.2.5
3492026-04-10T03:32:25.381Z Downloaded thiserror-impl v1.0.69
3502026-04-10T03:32:25.381Z Downloaded thiserror v2.0.18
3512026-04-10T03:32:25.384Z Downloaded target-spec-miette v0.4.6
3522026-04-10T03:32:25.387Z Downloaded xattr v1.6.1
3532026-04-10T03:32:25.387Z Downloaded version_check v0.9.5
3542026-04-10T03:32:25.390Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3552026-04-10T03:32:25.390Z Downloaded toml_write v0.1.2
3562026-04-10T03:32:25.390Z Downloaded thiserror-impl v2.0.18
3572026-04-10T03:32:25.393Z Downloaded signal-hook-registry v1.4.8
3582026-04-10T03:32:25.393Z Downloaded derive-where v1.6.1
3592026-04-10T03:32:25.393Z Downloaded tokio-native-tls v0.3.1
3602026-04-10T03:32:25.396Z Downloaded bytes v1.11.1
3612026-04-10T03:32:25.396Z Downloaded clap v4.6.0
3622026-04-10T03:32:25.401Z Downloaded want v0.3.1
3632026-04-10T03:32:25.404Z Downloaded unicode-xid v0.2.6
3642026-04-10T03:32:25.404Z Downloaded once_cell v1.21.4
3652026-04-10T03:32:25.404Z Downloaded httparse v1.10.1
3662026-04-10T03:32:25.407Z Downloaded rand_chacha v0.9.0
3672026-04-10T03:32:25.407Z Downloaded toml_writer v1.1.1+spec-1.1.0
3682026-04-10T03:32:25.407Z Downloaded thread_local v1.1.9
3692026-04-10T03:32:25.410Z Downloaded const-oid v0.9.6
3702026-04-10T03:32:25.413Z Downloaded pkcs8 v0.10.2
3712026-04-10T03:32:25.417Z Downloaded tower-service v0.3.3
3722026-04-10T03:32:25.417Z Downloaded parking_lot v0.12.5
3732026-04-10T03:32:25.420Z Downloaded target-lexicon v0.13.3
3742026-04-10T03:32:25.420Z Downloaded bitflags v2.11.0
3752026-04-10T03:32:25.423Z Downloaded tracing-log v0.2.0
3762026-04-10T03:32:25.426Z Downloaded config v0.15.22
3772026-04-10T03:32:25.429Z Downloaded target-spec v3.6.0
3782026-04-10T03:32:25.429Z Downloaded rand_core v0.9.5
3792026-04-10T03:32:25.429Z Downloaded tempfile v3.27.0
3802026-04-10T03:32:25.432Z Downloaded derive_more v2.1.1
3812026-04-10T03:32:25.436Z Downloaded sharded-slab v0.1.7
3822026-04-10T03:32:25.440Z Downloaded tokio-stream v0.1.18
3832026-04-10T03:32:25.442Z Downloaded tokio-rustls v0.26.4
3842026-04-10T03:32:25.442Z Downloaded toml v0.8.23
3852026-04-10T03:32:25.446Z Downloaded zstd-safe v7.2.4
3862026-04-10T03:32:25.446Z Downloaded ryu v1.0.23
3872026-04-10T03:32:25.450Z Downloaded toml_parser v1.1.2+spec-1.1.0
3882026-04-10T03:32:25.450Z Downloaded cc v1.2.59
3892026-04-10T03:32:25.453Z Downloaded zmij v1.0.21
3902026-04-10T03:32:25.453Z Downloaded zeroize v1.8.2
3912026-04-10T03:32:25.453Z Downloaded zstd v0.13.3
3922026-04-10T03:32:25.453Z Downloaded quick-junit v0.5.2
3932026-04-10T03:32:25.456Z Downloaded base64 v0.22.1
3942026-04-10T03:32:25.459Z Downloaded zipsign-api v0.1.5
3952026-04-10T03:32:25.459Z Downloaded http v1.4.0
3962026-04-10T03:32:25.463Z Downloaded pin-project v1.1.11
3972026-04-10T03:32:25.466Z Downloaded unicase v2.9.0
3982026-04-10T03:32:25.469Z Downloaded tracing-attributes v0.1.31
3992026-04-10T03:32:25.469Z Downloaded hyper-rustls v0.27.7
4002026-04-10T03:32:25.473Z Downloaded textwrap v0.16.2
4012026-04-10T03:32:25.473Z Downloaded serde_derive v1.0.228
4022026-04-10T03:32:25.476Z Downloaded serde_core v1.0.228
4032026-04-10T03:32:25.476Z Downloaded tinyvec v1.11.0
4042026-04-10T03:32:25.479Z Downloaded borsh v1.6.1
4052026-04-10T03:32:25.482Z Downloaded flate2 v1.1.9
4062026-04-10T03:32:25.485Z Downloaded proc-macro2 v1.0.106
4072026-04-10T03:32:25.486Z Downloaded num-traits v0.2.19
4082026-04-10T03:32:25.489Z Downloaded ed25519-dalek v2.2.0
4092026-04-10T03:32:25.489Z Downloaded smallvec v1.15.1
4102026-04-10T03:32:25.492Z Downloaded backtrace v0.3.76
4112026-04-10T03:32:25.495Z Downloaded toml v1.1.2+spec-1.1.0
4122026-04-10T03:32:25.498Z Downloaded tracing-core v0.1.36
4132026-04-10T03:32:25.498Z Downloaded unicode-ident v1.0.24
4142026-04-10T03:32:25.501Z Downloaded quinn-udp v0.5.14
4152026-04-10T03:32:25.505Z Downloaded signal-hook v0.3.18
4162026-04-10T03:32:25.508Z Downloaded xxhash-rust v0.8.15
4172026-04-10T03:32:25.508Z Downloaded toml_edit v0.22.27
4182026-04-10T03:32:25.512Z Downloaded miniz_oxide v0.8.9
4192026-04-10T03:32:25.519Z Downloaded serde v1.0.228
4202026-04-10T03:32:25.522Z Downloaded der v0.7.10
4212026-04-10T03:32:25.528Z Downloaded openssl-sys v0.9.112
4222026-04-10T03:32:25.536Z Downloaded tar v0.4.45
4232026-04-10T03:32:25.539Z Downloaded socket2 v0.6.3
4242026-04-10T03:32:25.542Z Downloaded vte v0.14.1
4252026-04-10T03:32:25.545Z Downloaded h2 v0.4.13
4262026-04-10T03:32:25.551Z Downloaded quinn v0.11.9
4272026-04-10T03:32:25.555Z Downloaded rustls-webpki v0.103.10
4282026-04-10T03:32:25.567Z Downloaded mio v1.2.0
4292026-04-10T03:32:25.571Z Downloaded futures-util v0.3.32
4302026-04-10T03:32:25.578Z Downloaded hashbrown v0.15.5
4312026-04-10T03:32:25.581Z Downloaded uuid v1.23.0
4322026-04-10T03:32:25.587Z Downloaded rand v0.9.2
4332026-04-10T03:32:25.599Z Downloaded clap_builder v4.6.0
4342026-04-10T03:32:25.603Z Downloaded typenum v1.19.0
4352026-04-10T03:32:25.606Z Downloaded pulldown-cmark v0.13.3
4362026-04-10T03:32:25.609Z Downloaded url v2.5.8
4372026-04-10T03:32:25.612Z Downloaded tower-http v0.6.8
4382026-04-10T03:32:25.615Z Downloaded miette v7.6.0
4392026-04-10T03:32:25.618Z Downloaded aho-corasick v1.1.4
4402026-04-10T03:32:25.621Z Downloaded hashbrown v0.17.0
4412026-04-10T03:32:25.625Z Downloaded indexmap v2.14.0
4422026-04-10T03:32:25.628Z Downloaded guppy v0.17.25
4432026-04-10T03:32:25.635Z Downloaded hyper-util v0.1.20
4442026-04-10T03:32:25.652Z Downloaded ron v0.12.1
4452026-04-10T03:32:25.659Z Downloaded unicode-segmentation v1.13.2
4462026-04-10T03:32:25.665Z Downloaded tower v0.5.3
4472026-04-10T03:32:25.670Z Downloaded chrono v0.4.44
4482026-04-10T03:32:25.676Z Downloaded winnow v1.0.1
4492026-04-10T03:32:25.682Z Downloaded winnow v0.7.15
4502026-04-10T03:32:25.690Z Downloaded itertools v0.14.0
4512026-04-10T03:32:25.693Z Downloaded tokio-util v0.7.18
4522026-04-10T03:32:25.696Z Downloaded iri-string v0.7.12
4532026-04-10T03:32:25.699Z Downloaded hyper v1.9.0
4542026-04-10T03:32:25.702Z Downloaded reqwest v0.12.28
4552026-04-10T03:32:25.705Z Downloaded webpki-roots v1.0.6
4562026-04-10T03:32:25.708Z Downloaded serde_json v1.0.149
4572026-04-10T03:32:25.711Z Downloaded regex v1.12.3
4582026-04-10T03:32:25.715Z Downloaded vcpkg v0.2.15
4592026-04-10T03:32:25.736Z Downloaded gimli v0.32.3
4602026-04-10T03:32:25.740Z Downloaded zerocopy v0.8.48
4612026-04-10T03:32:25.752Z Downloaded quick-xml v0.37.5
4622026-04-10T03:32:25.755Z Downloaded unicode-width v0.2.2
4632026-04-10T03:32:25.758Z Downloaded syn v2.0.117
4642026-04-10T03:32:25.762Z Downloaded curve25519-dalek v4.1.3
4652026-04-10T03:32:25.766Z Downloaded portable-atomic v1.13.1
4662026-04-10T03:32:25.770Z Downloaded bstr v1.12.1
4672026-04-10T03:32:25.775Z Downloaded quick-xml v0.38.4
4682026-04-10T03:32:25.778Z Downloaded idna v1.1.0
4692026-04-10T03:32:25.781Z Downloaded unicode-normalization v0.1.25
4702026-04-10T03:32:25.784Z Downloaded tracing-subscriber v0.3.23
4712026-04-10T03:32:25.793Z Downloaded tracing v0.1.44
4722026-04-10T03:32:25.804Z Downloaded color-eyre v0.6.5
4732026-04-10T03:32:25.813Z Downloaded quinn-proto v0.11.14
4742026-04-10T03:32:25.819Z Downloaded tokio v1.51.1
4752026-04-10T03:32:25.841Z Downloaded nextest-runner v0.80.0
4762026-04-10T03:32:25.855Z Downloaded openssl v0.10.76
4772026-04-10T03:32:25.875Z Downloaded unicode-width v0.1.14
4782026-04-10T03:32:25.883Z Downloaded anstyle v1.0.14
4792026-04-10T03:32:25.887Z Downloaded object v0.37.3
4802026-04-10T03:32:25.898Z Downloaded nix v0.30.1
4812026-04-10T03:32:25.904Z Downloaded rustls v0.23.37
4822026-04-10T03:32:25.911Z Downloaded libc v0.2.184
4832026-04-10T03:32:25.929Z Downloaded rustix v0.38.44
4842026-04-10T03:32:25.941Z Downloaded regex-syntax v0.8.10
4852026-04-10T03:32:25.965Z Downloaded rustix v1.1.4
4862026-04-10T03:32:25.994Z Downloaded regex-automata v0.4.14
4872026-04-10T03:32:26.057Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4882026-04-10T03:32:26.067Z Downloaded petgraph v0.8.3
4892026-04-10T03:32:26.134Z Downloaded recursion v0.5.4
4902026-04-10T03:32:26.141Z Downloaded ring v0.17.14
4912026-04-10T03:32:26.201Z Compiling libc v0.2.184
4922026-04-10T03:32:26.204Z Compiling proc-macro2 v1.0.106
4932026-04-10T03:32:26.204Z Compiling quote v1.0.45
4942026-04-10T03:32:26.204Z Compiling unicode-ident v1.0.24
4952026-04-10T03:32:26.204Z Compiling serde_core v1.0.228
4962026-04-10T03:32:26.204Z Compiling cfg-if v1.0.4
4972026-04-10T03:32:26.204Z Compiling memchr v2.8.0
4982026-04-10T03:32:26.204Z Compiling once_cell v1.21.4
4992026-04-10T03:32:26.412Z Compiling log v0.4.29
5002026-04-10T03:32:26.486Z Compiling pin-project-lite v0.2.17
5012026-04-10T03:32:26.588Z Compiling serde v1.0.228
5022026-04-10T03:32:26.602Z Compiling itoa v1.0.18
5032026-04-10T03:32:26.721Z Compiling futures-core v0.3.32
5042026-04-10T03:32:26.841Z Compiling smallvec v1.15.1
5052026-04-10T03:32:26.879Z Compiling bitflags v2.11.0
5062026-04-10T03:32:26.935Z Compiling shlex v1.3.0
5072026-04-10T03:32:27.093Z Compiling find-msvc-tools v0.1.9
5082026-04-10T03:32:27.128Z Compiling equivalent v1.0.2
5092026-04-10T03:32:27.230Z Compiling errno v0.3.14
5102026-04-10T03:32:27.278Z Compiling hashbrown v0.17.0
5112026-04-10T03:32:27.317Z Compiling bytes v1.11.1
5122026-04-10T03:32:27.335Z Compiling mio v1.2.0
5132026-04-10T03:32:27.457Z Compiling signal-hook-registry v1.4.8
5142026-04-10T03:32:27.511Z Compiling jobserver v0.1.34
5152026-04-10T03:32:27.616Z Compiling rustix v1.1.4
5162026-04-10T03:32:27.694Z Compiling syn v2.0.117
5172026-04-10T03:32:27.838Z Compiling cc v1.2.59
5182026-04-10T03:32:27.944Z Compiling futures-sink v0.3.32
5192026-04-10T03:32:27.971Z Compiling socket2 v0.6.3
5202026-04-10T03:32:28.056Z Compiling zmij v1.0.21
5212026-04-10T03:32:28.070Z Compiling slab v0.4.12
5222026-04-10T03:32:28.218Z Compiling futures-channel v0.3.32
5232026-04-10T03:32:28.275Z Compiling tracing-core v0.1.36
5242026-04-10T03:32:28.395Z Compiling version_check v0.9.5
5252026-04-10T03:32:28.473Z Compiling serde_json v1.0.149
5262026-04-10T03:32:28.680Z Compiling indexmap v2.14.0
5272026-04-10T03:32:28.739Z Compiling getrandom v0.4.2
5282026-04-10T03:32:28.763Z Compiling futures-io v0.3.32
5292026-04-10T03:32:28.969Z Compiling futures-task v0.3.32
5302026-04-10T03:32:29.057Z Compiling unicode-width v0.2.2
5312026-04-10T03:32:29.079Z Compiling camino v1.2.2
5322026-04-10T03:32:29.148Z Compiling ring v0.17.14
5332026-04-10T03:32:29.372Z Compiling http v1.4.0
5342026-04-10T03:32:29.447Z Compiling autocfg v1.5.0
5352026-04-10T03:32:29.501Z Compiling adler2 v2.0.1
5362026-04-10T03:32:29.552Z Compiling percent-encoding v2.3.2
5372026-04-10T03:32:29.670Z Compiling zeroize v1.8.2
5382026-04-10T03:32:29.683Z Compiling simd-adler32 v0.3.9
5392026-04-10T03:32:29.800Z Compiling num-traits v0.2.19
5402026-04-10T03:32:29.832Z Compiling miniz_oxide v0.8.9
5412026-04-10T03:32:30.054Z Compiling object v0.37.3
5422026-04-10T03:32:30.395Z Compiling getrandom v0.3.4
5432026-04-10T03:32:30.582Z Compiling zerocopy v0.8.48
5442026-04-10T03:32:30.702Z Compiling target-lexicon v0.13.3
5452026-04-10T03:32:30.813Z Compiling http-body v1.0.1
5462026-04-10T03:32:31.039Z Compiling rustls-pki-types v1.14.0
5472026-04-10T03:32:31.182Z Compiling semver v1.0.28
5482026-04-10T03:32:31.244Z Compiling getrandom v0.2.17
5492026-04-10T03:32:31.278Z Compiling fnv v1.0.7
5502026-04-10T03:32:31.313Z Compiling serde_derive v1.0.228
5512026-04-10T03:32:31.324Z Compiling tokio-macros v2.7.0
5522026-04-10T03:32:31.390Z Compiling futures-macro v0.3.32
5532026-04-10T03:32:31.446Z Compiling tracing-attributes v0.1.31
5542026-04-10T03:32:31.585Z Compiling gimli v0.32.3
5552026-04-10T03:32:31.866Z Compiling typenum v1.19.0
5562026-04-10T03:32:31.913Z Compiling thiserror v2.0.18
5572026-04-10T03:32:32.083Z Compiling tokio v1.51.1
5582026-04-10T03:32:32.207Z Compiling futures-util v0.3.32
5592026-04-10T03:32:32.219Z Compiling guppy-workspace-hack v0.1.0
5602026-04-10T03:32:32.253Z Compiling httparse v1.10.1
5612026-04-10T03:32:32.430Z Compiling signal-hook v0.3.18
5622026-04-10T03:32:32.597Z Compiling untrusted v0.9.0
5632026-04-10T03:32:32.644Z Compiling owo-colors v4.3.0
5642026-04-10T03:32:32.656Z Compiling tracing v0.1.44
5652026-04-10T03:32:33.012Z Compiling thiserror-impl v2.0.18
5662026-04-10T03:32:33.618Z Compiling addr2line v0.25.1
5672026-04-10T03:32:34.225Z Compiling form_urlencoded v1.2.2
5682026-04-10T03:32:34.404Z Compiling generic-array v0.14.7
5692026-04-10T03:32:34.498Z Compiling fastrand v2.4.1
5702026-04-10T03:32:34.567Z Compiling rustc-demangle v0.1.27
5712026-04-10T03:32:34.637Z Compiling rustls v0.23.37
5722026-04-10T03:32:34.767Z Compiling tower-service v0.3.3
5732026-04-10T03:32:34.834Z Compiling target-spec v3.6.0
5742026-04-10T03:32:34.851Z Compiling pkg-config v0.3.32
5752026-04-10T03:32:34.871Z Compiling thiserror v1.0.69
5762026-04-10T03:32:35.118Z Compiling atomic-waker v1.1.2
5772026-04-10T03:32:35.185Z Compiling typeid v1.0.3
5782026-04-10T03:32:35.260Z Compiling utf8_iter v1.0.4
5792026-04-10T03:32:35.299Z Compiling try-lock v0.2.5
5802026-04-10T03:32:35.423Z Compiling idna_adapter v1.0.0
5812026-04-10T03:32:35.436Z Compiling want v0.3.1
5822026-04-10T03:32:35.522Z Compiling idna v1.1.0
5832026-04-10T03:32:35.535Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-04-10T03:32:35.636Z Compiling tempfile v3.27.0
5852026-04-10T03:32:35.920Z Compiling tokio-util v0.7.18
5862026-04-10T03:32:35.933Z Compiling cfg-expr v0.20.7
5872026-04-10T03:32:36.527Z Compiling h2 v0.4.13
5882026-04-10T03:32:36.890Z Compiling backtrace v0.3.76
5892026-04-10T03:32:37.605Z Compiling thiserror-impl v1.0.69
5902026-04-10T03:32:37.605Z Compiling terminal_size v0.4.4
5912026-04-10T03:32:37.651Z Compiling aho-corasick v1.1.4
5922026-04-10T03:32:37.765Z Compiling subtle v2.6.1
5932026-04-10T03:32:37.780Z Compiling winnow v0.7.15
5942026-04-10T03:32:37.958Z Compiling erased-serde v0.4.10
5952026-04-10T03:32:38.261Z Compiling regex-syntax v0.8.10
5962026-04-10T03:32:38.885Z Compiling hyper v1.9.0
5972026-04-10T03:32:39.699Z Compiling rustls-webpki v0.103.10
5982026-04-10T03:32:42.062Z Compiling regex-automata v0.4.14
5992026-04-10T03:32:42.850Z Compiling url v2.5.8
6002026-04-10T03:32:43.114Z Compiling toml_datetime v0.6.11
6012026-04-10T03:32:43.493Z Compiling serde_spanned v0.6.9
6022026-04-10T03:32:43.661Z Compiling ahash v0.8.12
6032026-04-10T03:32:43.908Z Compiling sync_wrapper v1.0.2
6042026-04-10T03:32:44.031Z Compiling unicode-segmentation v1.13.2
6052026-04-10T03:32:44.435Z Compiling crc32fast v1.5.0
6062026-04-10T03:32:44.731Z Compiling ipnet v2.12.0
6072026-04-10T03:32:44.989Z Compiling either v1.15.0
6082026-04-10T03:32:45.231Z Compiling is_ci v1.2.0
6092026-04-10T03:32:45.276Z Compiling portable-atomic v1.13.1
6102026-04-10T03:32:45.405Z Compiling tower-layer v0.3.3
6112026-04-10T03:32:45.440Z Compiling nextest-workspace-hack v0.1.0
6122026-04-10T03:32:45.609Z Compiling unicode-linebreak v0.1.5
6132026-04-10T03:32:45.657Z Compiling lazy_static v1.5.0
6142026-04-10T03:32:45.717Z Compiling toml_write v0.1.2
6152026-04-10T03:32:45.768Z Compiling parking_lot_core v0.9.12
6162026-04-10T03:32:45.885Z Compiling base64 v0.22.1
6172026-04-10T03:32:45.917Z Compiling foldhash v0.1.5
6182026-04-10T03:32:45.960Z Compiling toml_edit v0.22.27
6192026-04-10T03:32:46.026Z Compiling textwrap v0.16.2
6202026-04-10T03:32:46.056Z Compiling hashbrown v0.15.5
6212026-04-10T03:32:46.137Z Compiling sharded-slab v0.1.7
6222026-04-10T03:32:46.371Z Compiling hyper-util v0.1.20
6232026-04-10T03:32:46.730Z Compiling tower v0.5.3
6242026-04-10T03:32:46.744Z Compiling supports-color v3.0.2
6252026-04-10T03:32:46.979Z Compiling tokio-rustls v0.26.4
6262026-04-10T03:32:47.321Z Compiling convert_case v0.10.0
6272026-04-10T03:32:47.435Z Compiling backtrace-ext v0.2.1
6282026-04-10T03:32:47.585Z Compiling ordered-float v2.10.1
6292026-04-10T03:32:47.702Z Compiling webpki-roots v1.0.6
6302026-04-10T03:32:47.829Z Compiling miette-derive v7.6.0
6312026-04-10T03:32:47.864Z Compiling pathdiff v0.2.3
6322026-04-10T03:32:47.967Z Compiling console v0.15.11
6332026-04-10T03:32:47.994Z Compiling tracing-log v0.2.0
6342026-04-10T03:32:48.363Z Compiling cargo-platform v0.3.2
6352026-04-10T03:32:48.929Z Compiling os_pipe v1.2.3
6362026-04-10T03:32:48.943Z Compiling thread_local v1.1.9
6372026-04-10T03:32:49.028Z Compiling debug-ignore v1.0.5
6382026-04-10T03:32:49.104Z Compiling pulldown-cmark v0.13.3
6392026-04-10T03:32:49.145Z Compiling scopeguard v1.2.0
6402026-04-10T03:32:49.259Z Compiling ryu v1.0.23
6412026-04-10T03:32:49.282Z Compiling zstd-safe v7.2.4
6422026-04-10T03:32:49.306Z Compiling iri-string v0.7.12
6432026-04-10T03:32:49.327Z Compiling winnow v1.0.1
6442026-04-10T03:32:49.516Z Compiling rustix v0.38.44
6452026-04-10T03:32:49.873Z Compiling fixedbitset v0.5.7
6462026-04-10T03:32:49.886Z Compiling supports-unicode v3.0.0
6472026-04-10T03:32:50.064Z Compiling unicode-width v0.1.14
6482026-04-10T03:32:50.368Z Compiling cfg_aliases v0.2.1
6492026-04-10T03:32:50.386Z Compiling supports-hyperlinks v3.2.0
6502026-04-10T03:32:50.445Z Compiling utf8parse v0.2.2
6512026-04-10T03:32:50.572Z Compiling anstyle-parse v1.0.0
6522026-04-10T03:32:50.606Z Compiling miette v7.6.0
6532026-04-10T03:32:50.761Z Compiling tower-http v0.6.8
6542026-04-10T03:32:50.800Z Compiling nix v0.30.1
6552026-04-10T03:32:51.180Z Compiling toml_parser v1.1.2+spec-1.1.0
6562026-04-10T03:32:51.726Z Compiling petgraph v0.8.3
6572026-04-10T03:32:52.067Z Compiling serde_urlencoded v0.7.1
6582026-04-10T03:32:52.375Z Compiling lock_api v0.4.14
6592026-04-10T03:32:52.520Z Compiling tracing-subscriber v0.3.23
6602026-04-10T03:32:52.628Z Compiling sigchld v0.2.4
6612026-04-10T03:32:52.828Z Compiling cargo_metadata v0.23.1
6622026-04-10T03:32:53.137Z Compiling serde-value v0.7.0
6632026-04-10T03:32:53.648Z Compiling serde-untagged v0.1.9
6642026-04-10T03:32:53.854Z Compiling hyper-rustls v0.27.7
6652026-04-10T03:32:54.021Z Compiling derive_more-impl v2.1.1
6662026-04-10T03:32:54.555Z Compiling toml v0.8.23
6672026-04-10T03:32:55.284Z Compiling itertools v0.14.0
6682026-04-10T03:32:55.535Z Compiling regex v1.12.3
6692026-04-10T03:32:55.755Z Compiling crypto-common v0.1.7
6702026-04-10T03:32:55.770Z Compiling block-buffer v0.10.4
6712026-04-10T03:32:55.899Z Compiling ppv-lite86 v0.2.21
6722026-04-10T03:32:55.928Z Compiling futures-executor v0.3.32
6732026-04-10T03:32:56.238Z Compiling rand_core v0.9.5
6742026-04-10T03:32:56.476Z Compiling pin-project-internal v1.1.11
6752026-04-10T03:32:56.502Z Compiling http-body-util v0.1.3
6762026-04-10T03:32:56.748Z Compiling uuid v1.23.0
6772026-04-10T03:32:56.781Z Compiling toml_datetime v1.1.1+spec-1.1.0
6782026-04-10T03:32:56.949Z Compiling smol_str v0.3.6
6792026-04-10T03:32:57.203Z Compiling serde_spanned v1.1.1
6802026-04-10T03:32:57.290Z Compiling filetime v0.2.27
6812026-04-10T03:32:57.309Z Compiling vte v0.14.1
6822026-04-10T03:32:57.369Z Compiling bstr v1.12.1
6832026-04-10T03:32:57.441Z Compiling anstyle-query v1.1.5
6842026-04-10T03:32:57.489Z Compiling nested v0.1.1
6852026-04-10T03:32:57.529Z Compiling unicase v2.9.0
6862026-04-10T03:32:57.542Z Compiling iana-time-zone v0.1.65
6872026-04-10T03:32:57.552Z Compiling tinyvec_macros v0.1.1
6882026-04-10T03:32:57.681Z Compiling xattr v1.6.1
6892026-04-10T03:32:57.711Z Compiling litrs v1.0.0
6902026-04-10T03:32:57.885Z Compiling eyre v0.6.12
6912026-04-10T03:32:57.994Z Compiling number_prefix v0.4.0
6922026-04-10T03:32:58.036Z Compiling self_update v0.42.0
6932026-04-10T03:32:58.066Z Compiling color-spantrace v0.3.0
6942026-04-10T03:32:58.152Z Compiling colorchoice v1.0.5
6952026-04-10T03:32:58.155Z Compiling static_assertions v1.1.0
6962026-04-10T03:32:58.176Z Compiling is_terminal_polyfill v1.70.2
6972026-04-10T03:32:58.188Z Compiling unicode-xid v0.2.6
6982026-04-10T03:32:58.241Z Compiling anstyle v1.0.14
6992026-04-10T03:32:58.268Z Compiling guppy v0.17.25
7002026-04-10T03:32:58.305Z Compiling cargo-util-schemas v0.2.0
7012026-04-10T03:32:58.321Z Compiling document-features v0.2.12
7022026-04-10T03:32:58.405Z Compiling indicatif v0.17.11
7032026-04-10T03:32:58.503Z Compiling anstream v1.0.0
7042026-04-10T03:32:58.866Z Compiling tar v0.4.45
7052026-04-10T03:32:58.995Z Compiling globset v0.4.18
7062026-04-10T03:32:59.744Z Compiling chrono v0.4.44
7072026-04-10T03:33:00.736Z Compiling tinyvec v1.11.0
7082026-04-10T03:33:00.855Z Compiling pin-project v1.1.11
7092026-04-10T03:33:00.968Z Compiling strip-ansi-escapes v0.2.1
7102026-04-10T03:33:01.156Z Compiling toml v1.1.2+spec-1.1.0
7112026-04-10T03:33:01.461Z Compiling nextest-metadata v0.12.2
7122026-04-10T03:33:01.484Z Compiling newtype-uuid v1.3.2
7132026-04-10T03:33:01.532Z Compiling reqwest v0.12.28
7142026-04-10T03:33:01.682Z Compiling rand_chacha v0.9.0
7152026-04-10T03:33:02.201Z Compiling futures v0.3.32
7162026-04-10T03:33:02.239Z Compiling digest v0.10.7
7172026-04-10T03:33:02.290Z Compiling parking_lot v0.12.5
7182026-04-10T03:33:02.468Z Compiling flate2 v1.1.9
7192026-04-10T03:33:03.026Z Compiling derive_more v2.1.1
7202026-04-10T03:33:03.104Z Compiling tracing-error v0.2.1
7212026-04-10T03:33:03.117Z Compiling shared_child v1.1.1
7222026-04-10T03:33:03.463Z Compiling signal-hook-mio v0.2.5
7232026-04-10T03:33:03.603Z Compiling self-replace v1.5.0
7242026-04-10T03:33:03.674Z Compiling cargo-platform v0.2.0
7252026-04-10T03:33:03.904Z Compiling quick-xml v0.37.5
7262026-04-10T03:33:04.249Z Compiling quick-xml v0.38.4
7272026-04-10T03:33:04.395Z Compiling shell-words v1.1.1
7282026-04-10T03:33:04.480Z Compiling urlencoding v2.1.3
7292026-04-10T03:33:04.669Z Compiling humantime v2.3.0
7302026-04-10T03:33:04.726Z Compiling indenter v0.3.4
7312026-04-10T03:33:04.864Z Compiling strsim v0.11.1
7322026-04-10T03:33:05.344Z Compiling recursion v0.5.4
7332026-04-10T03:33:05.491Z Compiling cpufeatures v0.2.17
7342026-04-10T03:33:05.580Z Compiling heck v0.5.0
7352026-04-10T03:33:05.705Z Compiling clap_lex v1.1.0
7362026-04-10T03:33:05.709Z Compiling sha2 v0.10.9
7372026-04-10T03:33:05.797Z Compiling clap_derive v4.6.0
7382026-04-10T03:33:05.877Z Compiling clap_builder v4.6.0
7392026-04-10T03:33:06.079Z Compiling nextest-filtering v0.15.0
7402026-04-10T03:33:06.660Z Compiling quick-junit v0.5.2
7412026-04-10T03:33:06.919Z Compiling humantime-serde v1.1.1
7422026-04-10T03:33:07.594Z Compiling cargo_metadata v0.20.0
7432026-04-10T03:33:09.780Z Compiling atomicwrites v0.4.4
7442026-04-10T03:33:10.031Z Compiling cargo-nextest v0.9.97
7452026-04-10T03:33:10.075Z Compiling crossterm v0.29.0
7462026-04-10T03:33:11.580Z Compiling zstd v0.13.3
7472026-04-10T03:33:11.643Z Compiling duct v0.13.7
7482026-04-10T03:33:11.855Z Compiling async-scoped v0.9.0
7492026-04-10T03:33:12.016Z Compiling rand v0.9.2
7502026-04-10T03:33:12.057Z Compiling config v0.15.22
7512026-04-10T03:33:12.701Z Compiling unicode-normalization v0.1.25
7522026-04-10T03:33:12.782Z Compiling target-spec-miette v0.4.6
7532026-04-10T03:33:13.197Z Compiling future-queue v0.4.0
7542026-04-10T03:33:13.245Z Compiling mukti-metadata v0.3.0
7552026-04-10T03:33:13.293Z Compiling tokio-stream v0.1.18
7562026-04-10T03:33:13.401Z Compiling camino-tempfile v1.4.1
7572026-04-10T03:33:13.487Z Compiling derive-where v1.6.1
7582026-04-10T03:33:13.747Z Compiling serde_ignored v0.1.14
7592026-04-10T03:33:13.829Z Compiling serde_path_to_error v0.1.20
7602026-04-10T03:33:13.845Z Compiling swrite v0.1.0
7612026-04-10T03:33:13.965Z Compiling hex v0.4.3
7622026-04-10T03:33:13.982Z Compiling indent_write v2.2.0
7632026-04-10T03:33:14.146Z Compiling xxhash-rust v0.8.15
7642026-04-10T03:33:14.162Z Compiling home v0.5.12
7652026-04-10T03:33:14.300Z Compiling color-eyre v0.6.5
7662026-04-10T03:33:14.335Z Compiling clap v4.6.0
7672026-04-10T03:33:14.349Z Compiling dialoguer v0.11.0
7682026-04-10T03:33:14.411Z Compiling enable-ansi-support v0.2.1
7692026-04-10T03:33:14.713Z Compiling nextest-runner v0.80.0
7702026-04-10T03:33:32.904Z Finished `release` profile [optimized] target(s) in 1m 10s
7712026-04-10T03:33:33.089Z Installing /home/build/.cargo/bin/cargo-nextest
7722026-04-10T03:33:33.092Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7732026-04-10T03:33:33.214Z+ pushd rdb
7742026-04-10T03:33:33.218Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7752026-04-10T03:33:33.218Z+ cargo nextest run
7762026-04-10T03:33:33.374Z Updating git repository `https://github.com/oxidecomputer/falcon`
7772026-04-10T03:33:33.975ZFrom https://github.com/oxidecomputer/falcon
7782026-04-10T03:33:33.975Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7792026-04-10T03:33:34.051Z Updating crates.io index
7802026-04-10T03:33:34.087Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7812026-04-10T03:33:34.828ZFrom https://github.com/oxidecomputer/dendrite
7822026-04-10T03:33:34.828Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7832026-04-10T03:33:34.913Z Updating git repository `https://github.com/oxidecomputer/ispf`
7842026-04-10T03:33:35.164ZFrom https://github.com/oxidecomputer/ispf
7852026-04-10T03:33:35.164Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7862026-04-10T03:33:35.170Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7872026-04-10T03:33:35.503ZFrom https://github.com/oxidecomputer/netadm-sys
7882026-04-10T03:33:35.503Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7892026-04-10T03:33:35.511Z Updating git repository `https://github.com/oxidecomputer/omicron`
7902026-04-10T03:33:43.039ZFrom https://github.com/oxidecomputer/omicron
7912026-04-10T03:33:43.039Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7922026-04-10T03:33:43.432Z Updating git repository `https://github.com/oxidecomputer/opte`
7932026-04-10T03:33:44.331ZFrom https://github.com/oxidecomputer/opte
7942026-04-10T03:33:44.331Z * [new ref] 28d5170f6f7d75b6b436e12207eb7ad98a2e4a15 -> refs/commit/28d5170f6f7d75b6b436e12207eb7ad98a2e4a15
7952026-04-10T03:33:44.533Z Updating git repository `https://github.com/illumos/smf-rs`
7962026-04-10T03:33:44.811ZFrom https://github.com/illumos/smf-rs
7972026-04-10T03:33:44.811Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7982026-04-10T03:33:44.981Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7992026-04-10T03:33:45.276ZFrom https://github.com/oxidecomputer/network-interface
8002026-04-10T03:33:45.276Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8012026-04-10T03:33:45.300Z Updating git repository `https://github.com/oxidecomputer/zone`
8022026-04-10T03:33:45.564ZFrom https://github.com/oxidecomputer/zone
8032026-04-10T03:33:45.564Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8042026-04-10T03:33:45.590Z Updating git repository `https://github.com/oxidecomputer/propolis`
8052026-04-10T03:33:46.797ZFrom https://github.com/oxidecomputer/propolis
8062026-04-10T03:33:46.797Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8072026-04-10T03:33:46.941Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8082026-04-10T03:33:47.451ZFrom https://github.com/oxidecomputer/transceiver-control
8092026-04-10T03:33:47.451Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8102026-04-10T03:33:47.475Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8112026-04-10T03:33:47.735ZFrom https://github.com/oxidecomputer/dlpi-sys
8122026-04-10T03:33:47.735Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8132026-04-10T03:33:47.740Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8142026-04-10T03:33:48.018ZFrom https://github.com/jmesmon/rust-libzfs
8152026-04-10T03:33:48.018Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8162026-04-10T03:33:48.032Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8172026-04-10T03:33:48.275ZFrom https://github.com/oxidecomputer/rusty-doors
8182026-04-10T03:33:48.275Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8192026-04-10T03:33:48.318Z Updating git repository `https://github.com/oxidecomputer/lldp`
8202026-04-10T03:33:48.632ZFrom https://github.com/oxidecomputer/lldp
8212026-04-10T03:33:48.632Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8222026-04-10T03:33:48.714Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8232026-04-10T03:33:49.004ZFrom https://github.com/oxidecomputer/slog-error-chain
8242026-04-10T03:33:49.004Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8252026-04-10T03:33:49.010Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8262026-04-10T03:33:49.311ZFrom https://github.com/oxidecomputer/tufaceous
8272026-04-10T03:33:49.311Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8282026-04-10T03:33:49.407Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8292026-04-10T03:33:49.837ZFrom https://github.com/oxidecomputer/management-gateway-service
8302026-04-10T03:33:49.837Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8312026-04-10T03:33:49.860Z Updating git repository `https://github.com/oxidecomputer/crucible`
8322026-04-10T03:33:50.672ZFrom https://github.com/oxidecomputer/crucible
8332026-04-10T03:33:50.672Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8342026-04-10T03:33:50.826Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8352026-04-10T03:33:51.073ZFrom https://github.com/oxidecomputer/serde_human_bytes
8362026-04-10T03:33:51.073Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8372026-04-10T03:33:51.495Z Updating git repository `https://github.com/oxidecomputer/propolis`
8382026-04-10T03:33:51.896ZFrom https://github.com/oxidecomputer/propolis
8392026-04-10T03:33:51.896Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8402026-04-10T03:33:51.970Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-04-10T03:33:52.242ZFrom https://github.com/oxidecomputer/tofino
8422026-04-10T03:33:52.242Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8432026-04-10T03:33:52.248Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-04-10T03:33:52.773ZFrom https://github.com/oxidecomputer/maghemite
8452026-04-10T03:33:52.773Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8462026-04-10T03:33:52.838Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-04-10T03:33:53.119ZFrom https://github.com/oxidecomputer/clickward
8482026-04-10T03:33:53.119Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-04-10T03:33:53.246Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8502026-04-10T03:33:53.505ZFrom https://github.com/oxidecomputer/illumos-devinfo
8512026-04-10T03:33:53.505Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8522026-04-10T03:33:53.513Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-04-10T03:33:53.835ZFrom https://github.com/oxidecomputer/crucible
8542026-04-10T03:33:53.835Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8552026-04-10T03:33:54.659Z Downloading crates ...
8562026-04-10T03:33:54.769Z Downloaded crunchy v0.2.4
8572026-04-10T03:33:54.772Z Downloaded base16ct v0.2.0
8582026-04-10T03:33:54.776Z Downloaded argon2 v0.5.3
8592026-04-10T03:33:54.779Z Downloaded byteorder v1.5.0
8602026-04-10T03:33:54.782Z Downloaded ciborium v0.2.2
8612026-04-10T03:33:54.786Z Downloaded allocator-api2 v0.2.21
8622026-04-10T03:33:54.793Z Downloaded compression-core v0.4.31
8632026-04-10T03:33:54.796Z Downloaded daft-derive v0.1.5
8642026-04-10T03:33:54.800Z Downloaded async-compression v0.4.41
8652026-04-10T03:33:54.804Z Downloaded dtrace-parser v0.2.0
8662026-04-10T03:33:54.807Z Downloaded darling v0.21.3
8672026-04-10T03:33:54.810Z Downloaded crc8 v0.1.1
8682026-04-10T03:33:54.810Z Downloaded derive-ex v0.1.8
8692026-04-10T03:33:54.814Z Downloaded drift v0.1.3
8702026-04-10T03:33:54.817Z Downloaded base64 v0.21.7
8712026-04-10T03:33:54.820Z Downloaded dtrace-parser v0.3.0
8722026-04-10T03:33:54.820Z Downloaded defmt v1.0.1
8732026-04-10T03:33:54.823Z Downloaded match_cfg v0.1.0
8742026-04-10T03:33:54.823Z Downloaded defmt-parser v1.0.0
8752026-04-10T03:33:54.826Z Downloaded cmake v0.1.58
8762026-04-10T03:33:54.826Z Downloaded idna_adapter v1.2.1
8772026-04-10T03:33:54.829Z Downloaded fastrand v2.3.0
8782026-04-10T03:33:54.830Z Downloaded defmt v0.3.100
8792026-04-10T03:33:54.830Z Downloaded cpufeatures v0.3.0
8802026-04-10T03:33:54.833Z Downloaded async-recursion v1.1.1
8812026-04-10T03:33:54.836Z Downloaded base16ct v1.0.0
8822026-04-10T03:33:54.836Z Downloaded litemap v0.8.1
8832026-04-10T03:33:54.839Z Downloaded gethostname v0.5.0
8842026-04-10T03:33:54.839Z Downloaded derive_more v0.99.20
8852026-04-10T03:33:54.842Z Downloaded crucible-workspace-hack v0.1.0
8862026-04-10T03:33:54.845Z Downloaded convert_case v0.4.0
8872026-04-10T03:33:54.845Z Downloaded icu_normalizer v2.1.1
8882026-04-10T03:33:54.849Z Downloaded bit-vec v0.8.0
8892026-04-10T03:33:54.849Z Downloaded ingot-macros v0.1.1
8902026-04-10T03:33:54.852Z Downloaded managed v0.8.0
8912026-04-10T03:33:54.852Z Downloaded hash32 v0.3.1
8922026-04-10T03:33:54.855Z Downloaded ff v0.13.1
8932026-04-10T03:33:54.855Z Downloaded csv-core v0.1.13
8942026-04-10T03:33:54.858Z Downloaded memmap v0.7.0
8952026-04-10T03:33:54.858Z Downloaded chacha20 v0.9.1
8962026-04-10T03:33:54.861Z Downloaded fixedbitset v0.4.2
8972026-04-10T03:33:54.861Z Downloaded iddqd v0.3.17
8982026-04-10T03:33:54.865Z Downloaded async-stream v0.3.6
8992026-04-10T03:33:54.868Z Downloaded foldhash v0.2.0
9002026-04-10T03:33:54.868Z Downloaded foreign-types-macros v0.2.3
9012026-04-10T03:33:54.873Z Downloaded aead v0.5.2
9022026-04-10T03:33:54.873Z Downloaded embedded-io v0.6.1
9032026-04-10T03:33:54.873Z Downloaded dunce v1.0.5
9042026-04-10T03:33:54.877Z Downloaded cobs v0.3.0
9052026-04-10T03:33:54.877Z Downloaded keccak v0.1.6
9062026-04-10T03:33:54.877Z Downloaded enum-as-inner v0.6.1
9072026-04-10T03:33:54.880Z Downloaded num-integer v0.1.46
9082026-04-10T03:33:54.880Z Downloaded dropshot-api-manager-types v0.7.0
9092026-04-10T03:33:54.880Z Downloaded arrayref v0.3.9
9102026-04-10T03:33:54.883Z Downloaded embedded-io v0.4.0
9112026-04-10T03:33:54.883Z Downloaded hmac v0.12.1
9122026-04-10T03:33:54.886Z Downloaded bytecount v0.6.9
9132026-04-10T03:33:54.886Z Downloaded bcs v0.1.6
9142026-04-10T03:33:54.889Z Downloaded git-stub-vcs v0.1.0
9152026-04-10T03:33:54.889Z Downloaded darling_core v0.23.0
9162026-04-10T03:33:54.892Z Downloaded linked-hash-map v0.5.6
9172026-04-10T03:33:54.895Z Downloaded num_threads v0.1.7
9182026-04-10T03:33:54.895Z Downloaded ingot-types v0.1.2
9192026-04-10T03:33:54.895Z Downloaded dyn-clone v1.0.20
9202026-04-10T03:33:54.898Z Downloaded hubpack v0.1.2
9212026-04-10T03:33:54.898Z Downloaded foreign-types-shared v0.3.1
9222026-04-10T03:33:54.899Z Downloaded cstr-argument v0.1.2
9232026-04-10T03:33:54.903Z Downloaded dropshot_endpoint v0.16.7
9242026-04-10T03:33:54.906Z Downloaded git-stub v1.0.0
9252026-04-10T03:33:54.906Z Downloaded jiff-static v0.2.23
9262026-04-10T03:33:54.906Z Downloaded dof v0.4.0
9272026-04-10T03:33:54.909Z Downloaded darling_macro v0.21.3
9282026-04-10T03:33:54.909Z Downloaded opaque-debug v0.3.1
9292026-04-10T03:33:54.909Z Downloaded num_enum_derive v0.5.11
9302026-04-10T03:33:54.912Z Downloaded ciborium-io v0.2.2
9312026-04-10T03:33:54.912Z Downloaded lru-cache v0.1.2
9322026-04-10T03:33:54.912Z Downloaded inout v0.1.4
9332026-04-10T03:33:54.915Z Downloaded cancel-safe-futures v0.1.5
9342026-04-10T03:33:54.918Z Downloaded libscf-sys v1.1.0
9352026-04-10T03:33:54.918Z Downloaded hubpack_derive v0.1.1
9362026-04-10T03:33:54.918Z Downloaded hostname v0.4.2
9372026-04-10T03:33:54.921Z Downloaded newline-converter v0.3.0
9382026-04-10T03:33:54.921Z Downloaded macaddr v1.0.1
9392026-04-10T03:33:54.921Z Downloaded fxhash v0.2.1
9402026-04-10T03:33:54.924Z Downloaded blake2 v0.10.6
9412026-04-10T03:33:54.924Z Downloaded no-std-compat v0.4.1
9422026-04-10T03:33:54.927Z Downloaded httpdate v1.0.3
9432026-04-10T03:33:54.927Z Downloaded erased-serde v0.3.31
9442026-04-10T03:33:54.930Z Downloaded fs-err v3.3.0
9452026-04-10T03:33:54.930Z Downloaded omicron-workspace-hack v0.1.0
9462026-04-10T03:33:54.930Z Downloaded olpc-cjson v0.1.4
9472026-04-10T03:33:54.934Z Downloaded const-random v0.1.18
9482026-04-10T03:33:54.934Z Downloaded fs_extra v1.3.0
9492026-04-10T03:33:54.934Z Downloaded num-derive v0.3.3
9502026-04-10T03:33:54.937Z Downloaded num-conv v0.2.1
9512026-04-10T03:33:54.937Z Downloaded omicron-zone-package v0.12.2
9522026-04-10T03:33:54.940Z Downloaded internet-checksum v0.2.1
9532026-04-10T03:33:54.940Z Downloaded backoff v0.4.0
9542026-04-10T03:33:54.943Z Downloaded num v0.4.3
9552026-04-10T03:33:54.943Z Downloaded memoffset v0.9.1
9562026-04-10T03:33:54.943Z Downloaded newtype_derive v0.1.6
9572026-04-10T03:33:54.946Z Downloaded pretty-hex v0.4.2
9582026-04-10T03:33:54.946Z Downloaded powerfmt v0.2.0
9592026-04-10T03:33:54.949Z Downloaded foreign-types v0.5.0
9602026-04-10T03:33:54.949Z Downloaded deranged v0.5.8
9612026-04-10T03:33:54.949Z Downloaded cipher v0.4.4
9622026-04-10T03:33:54.952Z Downloaded libsw-core v0.3.2
9632026-04-10T03:33:54.952Z Downloaded icu_normalizer_data v2.1.1
9642026-04-10T03:33:54.955Z Downloaded num-complex v0.4.6
9652026-04-10T03:33:54.955Z Downloaded libsw v3.5.0
9662026-04-10T03:33:54.958Z Downloaded ipnetwork v0.21.1
9672026-04-10T03:33:54.958Z Downloaded ident_case v1.0.1
9682026-04-10T03:33:54.958Z Downloaded num_enum_derive v0.7.6
9692026-04-10T03:33:54.961Z Downloaded proc-macro-crate v1.3.1
9702026-04-10T03:33:54.961Z Downloaded byte-wrapper v0.1.0
9712026-04-10T03:33:54.964Z Downloaded data-encoding v2.10.0
9722026-04-10T03:33:54.964Z Downloaded async-trait v0.1.89
9732026-04-10T03:33:54.967Z Downloaded num_enum v0.7.6
9742026-04-10T03:33:54.970Z Downloaded progenitor-client v0.11.2
9752026-04-10T03:33:54.970Z Downloaded phf_shared v0.12.1
9762026-04-10T03:33:54.973Z Downloaded progenitor-client v0.10.0
9772026-04-10T03:33:54.973Z Downloaded proc-macro-error-attr2 v2.0.0
9782026-04-10T03:33:54.973Z Downloaded float-ord v0.3.2
9792026-04-10T03:33:54.976Z Downloaded oxnet v0.1.4
9802026-04-10T03:33:54.976Z Downloaded darling v0.23.0
9812026-04-10T03:33:54.979Z Downloaded crossbeam-deque v0.8.6
9822026-04-10T03:33:54.979Z Downloaded rand_xorshift v0.4.0
9832026-04-10T03:33:54.982Z Downloaded constant_time_eq v0.4.2
9842026-04-10T03:33:54.982Z Downloaded const-random-macro v0.1.16
9852026-04-10T03:33:54.982Z Downloaded defmt-macros v1.0.1
9862026-04-10T03:33:54.985Z Downloaded quick-error v1.2.3
9872026-04-10T03:33:54.985Z Downloaded arrayvec v0.7.6
9882026-04-10T03:33:54.988Z Downloaded const_format_proc_macros v0.2.34
9892026-04-10T03:33:54.988Z Downloaded daft v0.1.5
9902026-04-10T03:33:54.991Z Downloaded compression-codecs v0.4.37
9912026-04-10T03:33:54.994Z Downloaded chacha20 v0.10.0
9922026-04-10T03:33:54.994Z Downloaded progenitor-macro v0.13.0
9932026-04-10T03:33:54.997Z Downloaded bitflags v1.3.2
9942026-04-10T03:33:54.997Z Downloaded ref-cast v1.0.25
9952026-04-10T03:33:55.000Z Downloaded memmap2 v0.9.10
9962026-04-10T03:33:55.000Z Downloaded darling_core v0.21.3
9972026-04-10T03:33:55.004Z Downloaded progenitor-macro v0.11.2
9982026-04-10T03:33:55.004Z Downloaded linear-map v1.2.0
9992026-04-10T03:33:55.007Z Downloaded progenitor-macro v0.10.0
10002026-04-10T03:33:55.007Z Downloaded heck v0.4.1
10012026-04-10T03:33:55.007Z Downloaded rand_chacha v0.3.1
10022026-04-10T03:33:55.007Z Downloaded glob v0.3.3
10032026-04-10T03:33:55.011Z Downloaded rustc_version v0.1.7
10042026-04-10T03:33:55.011Z Downloaded plain v0.2.3
10052026-04-10T03:33:55.011Z Downloaded ingot v0.1.1
10062026-04-10T03:33:55.014Z Downloaded ref-cast-impl v1.0.25
10072026-04-10T03:33:55.014Z Downloaded num-rational v0.4.2
10082026-04-10T03:33:55.014Z Downloaded is-terminal v0.4.17
10092026-04-10T03:33:55.014Z Downloaded icu_provider v2.1.1
10102026-04-10T03:33:55.017Z Downloaded same-file v1.0.6
10112026-04-10T03:33:55.017Z Downloaded scroll_derive v0.12.1
10122026-04-10T03:33:55.020Z Downloaded mime v0.3.17
10132026-04-10T03:33:55.020Z Downloaded poly1305 v0.8.0
10142026-04-10T03:33:55.020Z Downloaded progenitor v0.10.0
10152026-04-10T03:33:55.023Z Downloaded pem v3.0.6
10162026-04-10T03:33:55.023Z Downloaded crossbeam-epoch v0.9.18
10172026-04-10T03:33:55.026Z Downloaded critical-section v1.2.0
10182026-04-10T03:33:55.026Z Downloaded colored v3.1.1
10192026-04-10T03:33:55.029Z Downloaded proc-macro-error2 v2.0.1
10202026-04-10T03:33:55.029Z Downloaded instant v0.1.13
10212026-04-10T03:33:55.032Z Downloaded console v0.16.3
10222026-04-10T03:33:55.032Z Downloaded phf v0.12.1
10232026-04-10T03:33:55.032Z Downloaded parse-display v0.10.0
10242026-04-10T03:33:55.035Z Downloaded serde_plain v1.0.2
10252026-04-10T03:33:55.035Z Downloaded serde_spanned v1.1.0
10262026-04-10T03:33:55.035Z Downloaded rand_core v0.10.0
10272026-04-10T03:33:55.038Z Downloaded diff v0.1.13
10282026-04-10T03:33:55.038Z Downloaded sigpipe v0.1.3
10292026-04-10T03:33:55.042Z Downloaded sha1 v0.10.6
10302026-04-10T03:33:55.042Z Downloaded serde_repr v0.1.20
10312026-04-10T03:33:55.042Z Downloaded highway v1.3.0
10322026-04-10T03:33:55.046Z Downloaded proc-macro-crate v3.5.0
10332026-04-10T03:33:55.046Z Downloaded newtype-uuid-macros v0.1.0
10342026-04-10T03:33:55.046Z Downloaded serial_test v3.4.0
10352026-04-10T03:33:55.047Z Downloaded paste v1.0.15
10362026-04-10T03:33:55.050Z Downloaded password-hash v0.5.0
10372026-04-10T03:33:55.050Z Downloaded progenitor-extras v0.1.1
10382026-04-10T03:33:55.050Z Downloaded num-derive v0.4.2
10392026-04-10T03:33:55.053Z Downloaded cargo_toml v0.22.3
10402026-04-10T03:33:55.053Z Downloaded parking_lot v0.11.2
10412026-04-10T03:33:55.053Z Downloaded potential_utf v0.1.4
10422026-04-10T03:33:55.057Z Downloaded half v2.7.1
10432026-04-10T03:33:55.057Z Downloaded group v0.13.0
10442026-04-10T03:33:55.057Z Downloaded progenitor v0.11.2
10452026-04-10T03:33:55.060Z Downloaded num_enum v0.5.11
10462026-04-10T03:33:55.060Z Downloaded backon v1.6.0
10472026-04-10T03:33:55.063Z Downloaded natord v1.0.9
10482026-04-10T03:33:55.063Z Downloaded arc-swap v1.9.0
10492026-04-10T03:33:55.066Z Downloaded parse-display-derive v0.10.0
10502026-04-10T03:33:55.066Z Downloaded slog-envlogger v2.2.0
10512026-04-10T03:33:55.069Z Downloaded rustls-native-certs v0.8.3
10522026-04-10T03:33:55.069Z Downloaded strum v0.27.2
10532026-04-10T03:33:55.069Z Downloaded resolv-conf v0.7.6
10542026-04-10T03:33:55.072Z Downloaded structmeta v0.3.0
10552026-04-10T03:33:55.072Z Downloaded dof v0.3.0
10562026-04-10T03:33:55.073Z Downloaded ciborium-ll v0.2.2
10572026-04-10T03:33:55.075Z Downloaded bit-set v0.8.0
10582026-04-10T03:33:55.076Z Downloaded displaydoc v0.2.5
10592026-04-10T03:33:55.076Z Downloaded strum v0.26.3
10602026-04-10T03:33:55.079Z Downloaded tabwriter v1.4.1
10612026-04-10T03:33:55.079Z Downloaded tabled_derive v0.7.0
10622026-04-10T03:33:55.079Z Downloaded stable_deref_trait v1.2.1
10632026-04-10T03:33:55.079Z Downloaded parking_lot_core v0.8.6
10642026-04-10T03:33:55.082Z Downloaded proc-macro-error-attr v1.0.4
10652026-04-10T03:33:55.082Z Downloaded num-iter v0.1.45
10662026-04-10T03:33:55.082Z Downloaded multer v3.1.0
10672026-04-10T03:33:55.085Z Downloaded siphasher v1.0.2
10682026-04-10T03:33:55.085Z Downloaded serde-big-array v0.5.1
10692026-04-10T03:33:55.085Z Downloaded anyhow v1.0.102
10702026-04-10T03:33:55.088Z Downloaded dropshot_endpoint v0.17.0
10712026-04-10T03:33:55.091Z Downloaded crossbeam-utils v0.8.21
10722026-04-10T03:33:55.091Z Downloaded progenitor-client v0.13.0
10732026-04-10T03:33:55.094Z Downloaded pest_derive v2.8.6
10742026-04-10T03:33:55.094Z Downloaded scroll v0.12.0
10752026-04-10T03:33:55.094Z Downloaded rustls-pemfile v2.2.0
10762026-04-10T03:33:55.097Z Downloaded hostname v0.3.1
10772026-04-10T03:33:55.097Z Downloaded testing_table v0.3.0
10782026-04-10T03:33:55.098Z Downloaded termtree v0.5.1
10792026-04-10T03:33:55.098Z Downloaded take_mut v0.2.2
10802026-04-10T03:33:55.100Z Downloaded thread-id v5.1.0
10812026-04-10T03:33:55.101Z Downloaded progenitor v0.13.0
10822026-04-10T03:33:55.101Z Downloaded slog-dtrace v0.3.0
10832026-04-10T03:33:55.101Z Downloaded tagptr v0.2.0
10842026-04-10T03:33:55.104Z Downloaded darling_macro v0.23.0
10852026-04-10T03:33:55.104Z Downloaded async-stream-impl v0.3.6
10862026-04-10T03:33:55.107Z Downloaded postcard v1.1.3
10872026-04-10T03:33:55.107Z Downloaded secrecy v0.10.3
10882026-04-10T03:33:55.107Z Downloaded smawk v0.3.2
10892026-04-10T03:33:55.111Z Downloaded proc-macro-error v1.0.4
10902026-04-10T03:33:55.112Z Downloaded structmeta-derive v0.3.0
10912026-04-10T03:33:55.112Z Downloaded scroll_derive v0.13.1
10922026-04-10T03:33:55.115Z Downloaded papergrid v0.17.0
10932026-04-10T03:33:55.118Z Downloaded slog-scope v4.4.1
10942026-04-10T03:33:55.118Z Downloaded cc v1.2.58
10952026-04-10T03:33:55.123Z Downloaded heapless v0.8.0
10962026-04-10T03:33:55.123Z Downloaded const_format v0.2.35
10972026-04-10T03:33:55.126Z Downloaded topological-sort v0.2.2
10982026-04-10T03:33:55.130Z Downloaded thiserror-impl-no-std v2.0.2
10992026-04-10T03:33:55.130Z Downloaded thread-id v4.2.2
11002026-04-10T03:33:55.130Z Downloaded typify-macro v0.4.3
11012026-04-10T03:33:55.133Z Downloaded time-core v0.1.8
11022026-04-10T03:33:55.133Z Downloaded rustversion v1.0.22
11032026-04-10T03:33:55.133Z Downloaded slog-stdlog v4.1.1
11042026-04-10T03:33:55.136Z Downloaded oxide-tokio-rt v0.1.3
11052026-04-10T03:33:55.139Z Downloaded tabled_derive v0.11.0
11062026-04-10T03:33:55.142Z Downloaded strum_macros v0.26.4
11072026-04-10T03:33:55.142Z Downloaded slog-term v2.9.2
11082026-04-10T03:33:55.142Z Downloaded universal-hash v0.5.1
11092026-04-10T03:33:55.145Z Downloaded strum_macros v0.27.2
11102026-04-10T03:33:55.145Z Downloaded unit-prefix v0.5.2
11112026-04-10T03:33:55.148Z Downloaded typify-macro v0.6.1
11122026-04-10T03:33:55.148Z Downloaded semver v0.1.20
11132026-04-10T03:33:55.152Z Downloaded usdt-attr-macro v0.6.0
11142026-04-10T03:33:55.152Z Downloaded usdt-attr-macro v0.5.0
11152026-04-10T03:33:55.152Z Downloaded untrusted v0.7.1
11162026-04-10T03:33:55.152Z Downloaded unarray v0.1.4
11172026-04-10T03:33:55.155Z Downloaded elliptic-curve v0.13.8
11182026-04-10T03:33:55.163Z Downloaded snafu-derive v0.8.9
11192026-04-10T03:33:55.163Z Downloaded slog-async v2.8.0
11202026-04-10T03:33:55.166Z Downloaded serde_tokenstream v0.2.3
11212026-04-10T03:33:55.166Z Downloaded utf-8 v0.7.6
11222026-04-10T03:33:55.166Z Downloaded waitgroup v0.1.2
11232026-04-10T03:33:55.170Z Downloaded usdt-macro v0.6.0
11242026-04-10T03:33:55.170Z Downloaded icu_locale_core v2.1.1
11252026-04-10T03:33:55.173Z Downloaded progenitor-impl v0.11.2
11262026-04-10T03:33:55.173Z Downloaded schemars v0.8.22
11272026-04-10T03:33:55.179Z Downloaded yoke-derive v0.8.1
11282026-04-10T03:33:55.184Z Downloaded wait-timeout v0.2.1
11292026-04-10T03:33:55.184Z Downloaded rustls-platform-verifier v0.6.2
11302026-04-10T03:33:55.188Z Downloaded indexmap v1.9.3
11312026-04-10T03:33:55.188Z Downloaded tiny-keccak v2.0.2
11322026-04-10T03:33:55.192Z Downloaded tokio-rustls v0.25.0
11332026-04-10T03:33:55.192Z Downloaded tokio-dtrace v0.1.1
11342026-04-10T03:33:55.192Z Downloaded smartstring v1.0.1
11352026-04-10T03:33:55.192Z Downloaded hickory-resolver v0.24.4
11362026-04-10T03:33:55.195Z Downloaded zeroize_derive v1.4.3
11372026-04-10T03:33:55.195Z Downloaded indicatif v0.18.4
11382026-04-10T03:33:55.198Z Downloaded zone v0.3.1
11392026-04-10T03:33:55.198Z Downloaded crypto-bigint v0.5.5
11402026-04-10T03:33:55.201Z Downloaded zone_cfg_derive v0.3.1
11412026-04-10T03:33:55.204Z Downloaded zerofrom v0.1.6
11422026-04-10T03:33:55.204Z Downloaded progenitor-impl v0.10.0
11432026-04-10T03:33:55.204Z Downloaded papergrid v0.11.0
11442026-04-10T03:33:55.207Z Downloaded scroll v0.13.0
11452026-04-10T03:33:55.207Z Downloaded usdt v0.6.0
11462026-04-10T03:33:55.220Z Downloaded itertools v0.12.1
11472026-04-10T03:33:55.220Z Downloaded time-macros v0.2.27
11482026-04-10T03:33:55.220Z Downloaded icu_properties_data v2.1.2
11492026-04-10T03:33:55.220Z Downloaded spin v0.5.2
11502026-04-10T03:33:55.220Z Downloaded serial_test_derive v3.4.0
11512026-04-10T03:33:55.220Z Downloaded usdt v0.5.0
11522026-04-10T03:33:55.224Z Downloaded crossbeam-channel v0.5.15
11532026-04-10T03:33:55.224Z Downloaded zerofrom-derive v0.1.6
11542026-04-10T03:33:55.224Z Downloaded tokio-tungstenite v0.21.0
11552026-04-10T03:33:55.227Z Downloaded pest_meta v2.8.6
11562026-04-10T03:33:55.227Z Downloaded whoami v1.6.1
11572026-04-10T03:33:55.227Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11582026-04-10T03:33:55.230Z Downloaded usdt-impl v0.5.0
11592026-04-10T03:33:55.230Z Downloaded rusty-fork v0.3.1
11602026-04-10T03:33:55.230Z Downloaded thin-vec v0.2.14
11612026-04-10T03:33:55.233Z Downloaded tinystr v0.8.2
11622026-04-10T03:33:55.233Z Downloaded prettyplease v0.2.37
11632026-04-10T03:33:55.236Z Downloaded writeable v0.6.2
11642026-04-10T03:33:55.236Z Downloaded slog v2.8.2
11652026-04-10T03:33:55.239Z Downloaded serde_derive_internals v0.29.1
11662026-04-10T03:33:55.239Z Downloaded rhai_codegen v3.1.0
11672026-04-10T03:33:55.243Z Downloaded zerovec-derive v0.11.2
11682026-04-10T03:33:55.243Z Downloaded progenitor-impl v0.13.0
11692026-04-10T03:33:55.246Z Downloaded serde_with_macros v3.18.0
11702026-04-10T03:33:55.246Z Downloaded icu_properties v2.1.2
11712026-04-10T03:33:55.250Z Downloaded rayon-core v1.13.0
11722026-04-10T03:33:55.250Z Downloaded walkdir v2.5.0
11732026-04-10T03:33:55.250Z Downloaded term v1.2.1
11742026-04-10T03:33:55.252Z Downloaded hickory-resolver v0.25.2
11752026-04-10T03:33:55.256Z Downloaded cookie v0.18.1
11762026-04-10T03:33:55.256Z Downloaded schemars_derive v0.8.22
11772026-04-10T03:33:55.259Z Downloaded chacha20poly1305 v0.10.1
11782026-04-10T03:33:55.259Z Downloaded schemars v0.9.0
11792026-04-10T03:33:55.263Z Downloaded xz2 v0.1.7
11802026-04-10T03:33:55.266Z Downloaded smf v0.2.3
11812026-04-10T03:33:55.267Z Downloaded usdt-macro v0.5.0
11822026-04-10T03:33:55.267Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11832026-04-10T03:33:55.271Z Downloaded vsss-rs v3.3.4
11842026-04-10T03:33:55.271Z Downloaded test-strategy v0.4.5
11852026-04-10T03:33:55.274Z Downloaded toml_writer v1.1.0+spec-1.1.0
11862026-04-10T03:33:55.274Z Downloaded thiserror-no-std v2.0.2
11872026-04-10T03:33:55.277Z Downloaded tungstenite v0.21.0
11882026-04-10T03:33:55.277Z Downloaded toml_parser v1.1.0+spec-1.1.0
11892026-04-10T03:33:55.282Z Downloaded yoke v0.8.1
11902026-04-10T03:33:55.282Z Downloaded qorb v0.4.1
11912026-04-10T03:33:55.285Z Downloaded zerocopy-derive v0.7.35
11922026-04-10T03:33:55.285Z Downloaded similar v2.7.0
11932026-04-10T03:33:55.288Z Downloaded rand v0.8.5
11942026-04-10T03:33:55.291Z Downloaded minimal-lexical v0.2.1
11952026-04-10T03:33:55.294Z Downloaded usdt-impl v0.6.0
11962026-04-10T03:33:55.294Z Downloaded unsafe-libyaml v0.2.11
11972026-04-10T03:33:55.297Z Downloaded sdd v3.0.10
11982026-04-10T03:33:55.297Z Downloaded indexmap v2.13.0
11992026-04-10T03:33:55.300Z Downloaded hashbrown v0.12.3
12002026-04-10T03:33:55.304Z Downloaded expectorate v1.2.0
12012026-04-10T03:33:55.304Z Downloaded dropshot-api-manager v0.7.0
12022026-04-10T03:33:55.307Z Downloaded hashbrown v0.16.1
12032026-04-10T03:33:55.310Z Downloaded toml_edit v0.25.8+spec-1.1.0
12042026-04-10T03:33:55.313Z Downloaded ucd-trie v0.1.7
12052026-04-10T03:33:55.313Z Downloaded spin v0.9.8
12062026-04-10T03:33:55.313Z Downloaded synstructure v0.13.2
12072026-04-10T03:33:55.316Z Downloaded pretty_assertions v1.4.1
12082026-04-10T03:33:55.316Z Downloaded typify v0.4.3
12092026-04-10T03:33:55.321Z Downloaded toml v1.1.0+spec-1.1.0
12102026-04-10T03:33:55.324Z Downloaded pest_generator v2.8.6
12112026-04-10T03:33:55.324Z Downloaded icu_collections v2.1.1
12122026-04-10T03:33:55.324Z Downloaded slog-json v2.6.1
12132026-04-10T03:33:55.327Z Downloaded slog-bunyan v2.5.0
12142026-04-10T03:33:55.328Z Downloaded snafu v0.8.9
12152026-04-10T03:33:55.331Z Downloaded yansi v1.0.1
12162026-04-10T03:33:55.335Z Downloaded serde_yaml v0.9.34+deprecated
12172026-04-10T03:33:55.338Z Downloaded zerotrie v0.2.3
12182026-04-10T03:33:55.341Z Downloaded toml v0.7.8
12192026-04-10T03:33:55.342Z Downloaded rand v0.10.0
12202026-04-10T03:33:55.345Z Downloaded typify v0.6.1
12212026-04-10T03:33:55.348Z Downloaded toml v0.9.12+spec-1.1.0
12222026-04-10T03:33:55.348Z Downloaded steno v0.4.1
12232026-04-10T03:33:55.351Z Downloaded schemars v1.2.1
12242026-04-10T03:33:55.359Z Downloaded toml_edit v0.19.15
12252026-04-10T03:33:55.372Z Downloaded pest v2.8.6
12262026-04-10T03:33:55.381Z Downloaded typed-path v0.9.3
12272026-04-10T03:33:55.388Z Downloaded nom v8.0.0
12282026-04-10T03:33:55.391Z Downloaded scc v2.4.0
12292026-04-10T03:33:55.394Z Downloaded hkdf v0.12.4
12302026-04-10T03:33:55.397Z Downloaded zerocopy-derive v0.8.48
12312026-04-10T03:33:55.401Z Downloaded nom v7.1.3
12322026-04-10T03:33:55.407Z Downloaded reqwest v0.13.2
12332026-04-10T03:33:55.418Z Downloaded libm v0.2.16
12342026-04-10T03:33:55.425Z Downloaded blake3 v1.8.4
12352026-04-10T03:33:55.428Z Downloaded rayon v1.11.0
12362026-04-10T03:33:55.433Z Downloaded zerovec v0.11.5
12372026-04-10T03:33:55.436Z Downloaded tough v0.20.0
12382026-04-10T03:33:55.447Z Downloaded goblin v0.8.2
12392026-04-10T03:33:55.466Z Downloaded zerocopy v0.7.35
12402026-04-10T03:33:55.475Z Downloaded winnow v0.5.40
12412026-04-10T03:33:55.480Z Downloaded serde_with v3.18.0
12422026-04-10T03:33:55.486Z Downloaded aws-lc-rs v1.16.2
12432026-04-10T03:33:55.492Z Downloaded goblin v0.10.5
12442026-04-10T03:33:55.496Z Downloaded tabled v0.15.0
12452026-04-10T03:33:55.505Z Downloaded tabled v0.20.0
12462026-04-10T03:33:55.514Z Downloaded syn v1.0.109
12472026-04-10T03:33:55.519Z Downloaded moka v0.12.15
12482026-04-10T03:33:55.523Z Downloaded rustls-webpki v0.102.8
12492026-04-10T03:33:55.533Z Downloaded time v0.3.47
12502026-04-10T03:33:55.540Z Downloaded proptest v1.11.0
12512026-04-10T03:33:55.549Z Downloaded hickory-proto v0.24.4
12522026-04-10T03:33:55.559Z Downloaded regress v0.10.5
12532026-04-10T03:33:55.562Z Downloaded nix v0.31.2
12542026-04-10T03:33:55.571Z Downloaded hickory-proto v0.25.2
12552026-04-10T03:33:55.586Z Downloaded sled v0.34.7
12562026-04-10T03:33:55.596Z Downloaded rhai v1.24.0
12572026-04-10T03:33:55.602Z Downloaded smoltcp v0.11.0
12582026-04-10T03:33:55.608Z Downloaded dropshot v0.16.7
12592026-04-10T03:33:55.621Z Downloaded openapiv3 v2.2.0
12602026-04-10T03:33:55.626Z Downloaded dropshot v0.17.0
12612026-04-10T03:33:55.638Z Downloaded rustls v0.22.4
12622026-04-10T03:33:55.645Z Downloaded jiff v0.2.23
12632026-04-10T03:33:55.655Z Downloaded lzma-sys v0.1.20
12642026-04-10T03:33:55.680Z Downloaded typify-impl v0.6.1
12652026-04-10T03:33:55.707Z Downloaded typify-impl v0.4.3
12662026-04-10T03:33:55.779Z Downloaded petgraph v0.6.5
12672026-04-10T03:33:55.789Z Downloaded chrono-tz v0.10.4
12682026-04-10T03:33:55.825Z Downloaded csv v1.4.0
12692026-04-10T03:33:55.837Z Downloaded sha3 v0.10.8
12702026-04-10T03:33:55.878Z Downloaded encoding_rs v0.8.35
12712026-04-10T03:33:56.411Z Downloaded aws-lc-sys v0.39.1
12722026-04-10T03:33:57.290Z Compiling proc-macro2 v1.0.106
12732026-04-10T03:33:57.290Z Compiling unicode-ident v1.0.24
12742026-04-10T03:33:57.290Z Compiling quote v1.0.45
12752026-04-10T03:33:57.290Z Compiling serde_core v1.0.228
12762026-04-10T03:33:57.294Z Compiling cfg-if v1.0.4
12772026-04-10T03:33:57.294Z Compiling serde v1.0.228
12782026-04-10T03:33:57.294Z Compiling libc v0.2.184
12792026-04-10T03:33:57.295Z Compiling memchr v2.8.0
12802026-04-10T03:33:57.520Z Compiling itoa v1.0.18
12812026-04-10T03:33:57.695Z Compiling smallvec v1.15.1
12822026-04-10T03:33:57.699Z Compiling zmij v1.0.21
12832026-04-10T03:33:57.747Z Compiling serde_json v1.0.149
12842026-04-10T03:33:57.887Z Compiling autocfg v1.5.0
12852026-04-10T03:33:57.992Z Compiling libm v0.2.16
12862026-04-10T03:33:58.049Z Compiling version_check v0.9.5
12872026-04-10T03:33:58.159Z Compiling stable_deref_trait v1.2.1
12882026-04-10T03:33:58.231Z Compiling pin-project-lite v0.2.17
12892026-04-10T03:33:58.241Z Compiling percent-encoding v2.3.2
12902026-04-10T03:33:58.252Z Compiling writeable v0.6.2
12912026-04-10T03:33:58.282Z Compiling litemap v0.8.1
12922026-04-10T03:33:58.318Z Compiling icu_properties_data v2.1.2
12932026-04-10T03:33:58.322Z Compiling icu_normalizer_data v2.1.1
12942026-04-10T03:33:58.431Z Compiling equivalent v1.0.2
12952026-04-10T03:33:58.459Z Compiling iana-time-zone v0.1.65
12962026-04-10T03:33:58.520Z Compiling parking_lot_core v0.9.12
12972026-04-10T03:33:58.633Z Compiling syn v2.0.117
12982026-04-10T03:33:58.676Z Compiling scopeguard v1.2.0
12992026-04-10T03:33:58.687Z Compiling foldhash v0.2.0
13002026-04-10T03:33:58.706Z Compiling allocator-api2 v0.2.21
13012026-04-10T03:33:58.735Z Compiling form_urlencoded v1.2.2
13022026-04-10T03:33:58.783Z Compiling lock_api v0.4.14
13032026-04-10T03:33:58.794Z Compiling utf8_iter v1.0.4
13042026-04-10T03:33:58.907Z Compiling dyn-clone v1.0.20
13052026-04-10T03:33:58.934Z Compiling num-traits v0.2.19
13062026-04-10T03:33:58.945Z Compiling jobserver v0.1.34
13072026-04-10T03:33:59.024Z Compiling hashbrown v0.16.1
13082026-04-10T03:33:59.083Z Compiling shlex v1.3.0
13092026-04-10T03:33:59.083Z Compiling find-msvc-tools v0.1.9
13102026-04-10T03:33:59.263Z Compiling cc v1.2.58
13112026-04-10T03:33:59.318Z Compiling log v0.4.29
13122026-04-10T03:33:59.322Z Compiling errno v0.3.14
13132026-04-10T03:33:59.504Z Compiling semver v1.0.28
13142026-04-10T03:33:59.537Z Compiling rand_core v0.10.0
13152026-04-10T03:33:59.596Z Compiling futures-core v0.3.32
13162026-04-10T03:33:59.630Z Compiling getrandom v0.4.2
13172026-04-10T03:33:59.684Z Compiling indexmap v2.13.0
13182026-04-10T03:33:59.741Z Compiling thiserror v2.0.18
13192026-04-10T03:33:59.836Z Compiling zerocopy v0.8.48
13202026-04-10T03:33:59.950Z Compiling heck v0.5.0
13212026-04-10T03:34:00.079Z Compiling futures-sink v0.3.32
13222026-04-10T03:34:00.210Z Compiling slab v0.4.12
13232026-04-10T03:34:00.275Z Compiling fnv v1.0.7
13242026-04-10T03:34:00.331Z Compiling uuid v1.23.0
13252026-04-10T03:34:00.345Z Compiling futures-channel v0.3.32
13262026-04-10T03:34:00.368Z Compiling rustversion v1.0.22
13272026-04-10T03:34:00.378Z Compiling futures-io v0.3.32
13282026-04-10T03:34:00.422Z Compiling futures-task v0.3.32
13292026-04-10T03:34:00.524Z Compiling schemars v0.8.22
13302026-04-10T03:34:00.535Z Compiling typenum v1.19.0
13312026-04-10T03:34:00.596Z Compiling socket2 v0.6.3
13322026-04-10T03:34:00.646Z Compiling getrandom v0.2.17
13332026-04-10T03:34:00.756Z Compiling parking_lot v0.12.5
13342026-04-10T03:34:00.783Z Compiling portable-atomic v1.13.1
13352026-04-10T03:34:00.830Z Compiling signal-hook-registry v1.4.8
13362026-04-10T03:34:00.884Z Compiling mio v1.2.0
13372026-04-10T03:34:01.061Z Compiling bitflags v2.11.0
13382026-04-10T03:34:01.131Z Compiling subtle v2.6.1
13392026-04-10T03:34:01.176Z Compiling critical-section v1.2.0
13402026-04-10T03:34:01.282Z Compiling base64 v0.22.1
13412026-04-10T03:34:01.300Z Compiling untrusted v0.9.0
13422026-04-10T03:34:01.310Z Compiling byteorder v1.5.0
13432026-04-10T03:34:01.322Z Compiling rand_core v0.6.4
13442026-04-10T03:34:01.417Z Compiling cmake v0.1.58
13452026-04-10T03:34:01.427Z Compiling fs_extra v1.3.0
13462026-04-10T03:34:01.489Z Compiling dunce v1.0.5
13472026-04-10T03:34:01.534Z Compiling synstructure v0.13.2
13482026-04-10T03:34:01.549Z Compiling serde_derive_internals v0.29.1
13492026-04-10T03:34:01.577Z Compiling ipnet v2.12.0
13502026-04-10T03:34:01.614Z Compiling rustix v1.1.4
13512026-04-10T03:34:01.676Z Compiling regex-syntax v0.8.10
13522026-04-10T03:34:01.765Z Compiling once_cell v1.21.4
13532026-04-10T03:34:01.789Z Compiling aws-lc-sys v0.39.1
13542026-04-10T03:34:01.969Z Compiling atomic-waker v1.1.2
13552026-04-10T03:34:01.989Z Compiling strsim v0.11.1
13562026-04-10T03:34:02.055Z Compiling httparse v1.10.1
13572026-04-10T03:34:02.126Z Compiling slog v2.8.2
13582026-04-10T03:34:02.290Z Compiling generic-array v0.14.7
13592026-04-10T03:34:02.315Z Compiling ucd-trie v0.1.7
13602026-04-10T03:34:02.344Z Compiling thiserror v1.0.69
13612026-04-10T03:34:02.402Z Compiling tower-layer v0.3.3
13622026-04-10T03:34:02.446Z Compiling tower-service v0.3.3
13632026-04-10T03:34:02.537Z Compiling pest v2.8.6
13642026-04-10T03:34:02.584Z Compiling try-lock v0.2.5
13652026-04-10T03:34:02.625Z Compiling ryu v1.0.23
13662026-04-10T03:34:02.686Z Compiling want v0.3.1
13672026-04-10T03:34:02.789Z Compiling serde_derive v1.0.228
13682026-04-10T03:34:02.809Z Compiling zerofrom-derive v0.1.6
13692026-04-10T03:34:02.832Z Compiling yoke-derive v0.8.1
13702026-04-10T03:34:02.855Z Compiling zerovec-derive v0.11.2
13712026-04-10T03:34:02.877Z Compiling displaydoc v0.2.5
13722026-04-10T03:34:03.603Z Compiling tokio-macros v2.7.0
13732026-04-10T03:34:03.793Z Compiling schemars_derive v0.8.22
13742026-04-10T03:34:03.843Z Compiling thiserror-impl v2.0.18
13752026-04-10T03:34:03.922Z Compiling zerocopy-derive v0.8.48
13762026-04-10T03:34:03.980Z Compiling zerofrom v0.1.6
13772026-04-10T03:34:04.099Z Compiling yoke v0.8.1
13782026-04-10T03:34:04.281Z Compiling zerovec v0.11.5
13792026-04-10T03:34:04.334Z Compiling zerotrie v0.2.3
13802026-04-10T03:34:04.350Z Compiling zeroize_derive v1.4.3
13812026-04-10T03:34:04.627Z Compiling futures-macro v0.3.32
13822026-04-10T03:34:04.761Z Compiling tinystr v0.8.2
13832026-04-10T03:34:05.007Z Compiling icu_locale_core v2.1.1
13842026-04-10T03:34:05.011Z Compiling potential_utf v0.1.4
13852026-04-10T03:34:05.011Z Compiling zeroize v1.8.2
13862026-04-10T03:34:05.128Z Compiling icu_collections v2.1.1
13872026-04-10T03:34:05.138Z Compiling thiserror-impl v1.0.69
13882026-04-10T03:34:05.464Z Compiling futures-util v0.3.32
13892026-04-10T03:34:05.653Z Compiling icu_provider v2.1.1
13902026-04-10T03:34:05.737Z Compiling pest_meta v2.8.6
13912026-04-10T03:34:05.950Z Compiling bytes v1.11.1
13922026-04-10T03:34:05.961Z Compiling icu_normalizer v2.1.1
13932026-04-10T03:34:06.021Z Compiling icu_properties v2.1.2
13942026-04-10T03:34:06.315Z Compiling chrono v0.4.44
13952026-04-10T03:34:06.547Z Compiling http v1.4.0
13962026-04-10T03:34:06.585Z Compiling tokio v1.51.1
13972026-04-10T03:34:07.041Z Compiling idna_adapter v1.2.1
13982026-04-10T03:34:07.170Z Compiling idna v1.1.0
13992026-04-10T03:34:07.180Z Compiling serde_tokenstream v0.2.3
14002026-04-10T03:34:07.456Z Compiling url v2.5.8
14012026-04-10T03:34:07.514Z Compiling http-body v1.0.1
14022026-04-10T03:34:07.672Z Compiling erased-serde v0.3.31
14032026-04-10T03:34:07.814Z Compiling getrandom v0.3.4
14042026-04-10T03:34:07.826Z Compiling httpdate v1.0.3
14052026-04-10T03:34:07.919Z Compiling pest_generator v2.8.6
14062026-04-10T03:34:08.132Z Compiling ppv-lite86 v0.2.21
14072026-04-10T03:34:08.307Z Compiling pretty-hex v0.4.2
14082026-04-10T03:34:08.337Z Compiling paste v1.0.15
14092026-04-10T03:34:08.436Z Compiling plain v0.2.3
14102026-04-10T03:34:08.447Z Compiling crypto-common v0.1.7
14112026-04-10T03:34:08.531Z Compiling pest_derive v2.8.6
14122026-04-10T03:34:08.540Z Compiling ident_case v1.0.1
14132026-04-10T03:34:08.544Z Compiling omicron-workspace-hack v0.1.0
14142026-04-10T03:34:08.567Z Compiling tracing-attributes v0.1.31
14152026-04-10T03:34:08.662Z Compiling tracing-core v0.1.36
14162026-04-10T03:34:08.821Z Compiling http-body-util v0.1.3
14172026-04-10T03:34:09.057Z Compiling serde_urlencoded v0.7.1
14182026-04-10T03:34:09.068Z Compiling ipnetwork v0.21.1
14192026-04-10T03:34:09.126Z Compiling daft-derive v0.1.5
14202026-04-10T03:34:09.259Z Compiling sync_wrapper v1.0.2
14212026-04-10T03:34:09.299Z Compiling winnow v1.0.1
14222026-04-10T03:34:09.362Z Compiling fastrand v2.3.0
14232026-04-10T03:34:09.494Z Compiling aho-corasick v1.1.4
14242026-04-10T03:34:09.538Z Compiling rustls-pki-types v1.14.0
14252026-04-10T03:34:09.631Z Compiling async-trait v0.1.89
14262026-04-10T03:34:09.772Z Compiling tracing v0.1.44
14272026-04-10T03:34:09.857Z Compiling ring v0.17.14
14282026-04-10T03:34:10.015Z Compiling iri-string v0.7.12
14292026-04-10T03:34:10.289Z Compiling powerfmt v0.2.0
14302026-04-10T03:34:10.387Z Compiling regex-automata v0.4.14
14312026-04-10T03:34:10.419Z Compiling time-core v0.1.8
14322026-04-10T03:34:10.494Z Compiling num-conv v0.2.1
14332026-04-10T03:34:10.561Z Compiling anyhow v1.0.102
14342026-04-10T03:34:10.594Z Compiling cpufeatures v0.2.17
14352026-04-10T03:34:10.637Z Compiling time-macros v0.2.27
14362026-04-10T03:34:10.662Z Compiling deranged v0.5.8
14372026-04-10T03:34:11.270Z Compiling block-buffer v0.10.4
14382026-04-10T03:34:11.424Z Compiling scroll_derive v0.13.1
14392026-04-10T03:34:11.624Z Compiling hex v0.4.3
14402026-04-10T03:34:11.642Z Compiling num_threads v0.1.7
14412026-04-10T03:34:11.720Z Compiling digest v0.10.7
14422026-04-10T03:34:11.929Z Compiling tokio-util v0.7.18
14432026-04-10T03:34:12.244Z Compiling regex v1.12.3
14442026-04-10T03:34:12.255Z Compiling scroll v0.13.0
14452026-04-10T03:34:12.317Z Compiling oxnet v0.1.4
14462026-04-10T03:34:12.657Z Compiling camino v1.2.2
14472026-04-10T03:34:12.692Z Compiling goblin v0.10.5
14482026-04-10T03:34:12.938Z Compiling openssl-probe v0.2.1
14492026-04-10T03:34:13.006Z Compiling usdt-impl v0.6.0
14502026-04-10T03:34:13.139Z Compiling dtrace-parser v0.3.0
14512026-04-10T03:34:13.507Z Compiling crossbeam-utils v0.8.21
14522026-04-10T03:34:13.659Z Compiling h2 v0.4.13
14532026-04-10T03:34:13.874Z Compiling futures-executor v0.3.32
14542026-04-10T03:34:13.981Z Compiling openapiv3 v2.2.0
14552026-04-10T03:34:13.998Z Compiling structmeta-derive v0.3.0
14562026-04-10T03:34:14.146Z Compiling regress v0.10.5
14572026-04-10T03:34:14.903Z Compiling thread-id v5.1.0
14582026-04-10T03:34:14.983Z Compiling syn v1.0.109
14592026-04-10T03:34:14.999Z Compiling rustls v0.22.4
14602026-04-10T03:34:15.252Z Compiling structmeta v0.3.0
14612026-04-10T03:34:15.321Z Compiling dof v0.4.0
14622026-04-10T03:34:15.495Z Compiling futures v0.3.32
14632026-04-10T03:34:15.573Z Compiling rand_core v0.9.5
14642026-04-10T03:34:15.791Z Compiling hyper v1.9.0
14652026-04-10T03:34:16.766Z Compiling darling_core v0.23.0
14662026-04-10T03:34:16.833Z Compiling newtype-uuid-macros v0.1.0
14672026-04-10T03:34:16.846Z Compiling thread_local v1.1.9
14682026-04-10T03:34:17.012Z Compiling aws-lc-rs v1.16.2
14692026-04-10T03:34:17.116Z Compiling match_cfg v0.1.0
14702026-04-10T03:34:17.186Z Compiling winnow v0.7.15
14712026-04-10T03:34:17.520Z Compiling hyper-util v0.1.20
14722026-04-10T03:34:17.555Z Compiling newtype-uuid v1.3.2
14732026-04-10T03:34:17.627Z Compiling quick-error v1.2.3
14742026-04-10T03:34:17.729Z Compiling ref-cast v1.0.25
14752026-04-10T03:34:17.897Z Compiling slog-async v2.8.0
14762026-04-10T03:34:18.049Z Compiling daft v0.1.5
14772026-04-10T03:34:18.081Z Compiling usdt-attr-macro v0.6.0
14782026-04-10T03:34:18.220Z Compiling usdt-macro v0.6.0
14792026-04-10T03:34:18.301Z Compiling rand_chacha v0.9.0
14802026-04-10T03:34:18.678Z Compiling strum_macros v0.26.4
14812026-04-10T03:34:18.737Z Compiling ref-cast-impl v1.0.25
14822026-04-10T03:34:18.863Z Compiling darling_macro v0.23.0
14832026-04-10T03:34:19.193Z Compiling serde_spanned v1.1.0
14842026-04-10T03:34:19.257Z Compiling toml_datetime v0.7.5+spec-1.1.0
14852026-04-10T03:34:19.334Z Compiling multer v3.1.0
14862026-04-10T03:34:19.338Z Compiling untrusted v0.7.1
14872026-04-10T03:34:19.355Z Compiling debug-ignore v1.0.5
14882026-04-10T03:34:19.430Z Compiling darling v0.23.0
14892026-04-10T03:34:19.448Z Compiling bit-vec v0.8.0
14902026-04-10T03:34:19.459Z Compiling toml_writer v1.1.0+spec-1.1.0
14912026-04-10T03:34:19.507Z Compiling term v1.2.1
14922026-04-10T03:34:19.549Z Compiling take_mut v0.2.2
14932026-04-10T03:34:19.603Z Compiling serde_with_macros v3.18.0
14942026-04-10T03:34:19.651Z Compiling bit-set v0.8.0
14952026-04-10T03:34:19.674Z Compiling rand v0.9.2
14962026-04-10T03:34:19.805Z Compiling async-stream-impl v0.3.6
14972026-04-10T03:34:20.272Z Compiling dropshot v0.16.7
14982026-04-10T03:34:20.289Z Compiling strum v0.26.3
14992026-04-10T03:34:20.327Z Compiling encoding_rs v0.8.35
15002026-04-10T03:34:20.419Z Compiling spin v0.9.8
15012026-04-10T03:34:20.493Z Compiling unarray v0.1.4
15022026-04-10T03:34:20.533Z Compiling rustls v0.23.37
15032026-04-10T03:34:20.599Z Compiling mime v0.3.17
15042026-04-10T03:34:20.745Z Compiling async-stream v0.3.6
15052026-04-10T03:34:20.799Z Compiling derive-ex v0.1.8
15062026-04-10T03:34:20.881Z Compiling dropshot_endpoint v0.16.7
15072026-04-10T03:34:20.917Z Compiling macaddr v1.0.1
15082026-04-10T03:34:20.942Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15092026-04-10T03:34:21.141Z Compiling waitgroup v0.1.2
15102026-04-10T03:34:21.185Z Compiling serde_path_to_error v0.1.20
15112026-04-10T03:34:21.407Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-04-10T03:34:21.538Z Compiling tempfile v3.27.0
15132026-04-10T03:34:21.549Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15142026-04-10T03:34:21.724Z Compiling tower v0.5.3
15152026-04-10T03:34:21.879Z Compiling strum_macros v0.27.2
15162026-04-10T03:34:21.968Z Compiling instant v0.1.13
15172026-04-10T03:34:22.046Z Compiling time v0.3.47
15182026-04-10T03:34:22.204Z Compiling tower-http v0.6.8
15192026-04-10T03:34:22.392Z Compiling test-strategy v0.4.5
15202026-04-10T03:34:22.410Z Compiling rustc-hash v2.1.2
15212026-04-10T03:34:22.561Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15222026-04-10T03:34:22.626Z Compiling crossbeam-channel v0.5.15
15232026-04-10T03:34:23.677Z Compiling strum v0.27.2
15242026-04-10T03:34:23.696Z Compiling parse-display-derive v0.10.0
15252026-04-10T03:34:23.731Z Compiling rustls-native-certs v0.8.3
15262026-04-10T03:34:23.800Z Compiling backon v1.6.0
15272026-04-10T03:34:24.056Z Compiling rustls-webpki v0.102.8
15282026-04-10T03:34:24.073Z Compiling rand_chacha v0.3.1
15292026-04-10T03:34:24.921Z Compiling rand v0.8.5
15302026-04-10T03:34:24.947Z Compiling slog-json v2.6.1
15312026-04-10T03:34:25.148Z Compiling hostname v0.3.1
15322026-04-10T03:34:25.168Z Compiling toml_parser v1.1.0+spec-1.1.0
15332026-04-10T03:34:25.316Z Compiling is-terminal v0.4.17
15342026-04-10T03:34:25.366Z Compiling memmap2 v0.9.10
15352026-04-10T03:34:25.409Z Compiling wait-timeout v0.2.1
15362026-04-10T03:34:25.591Z Compiling either v1.15.0
15372026-04-10T03:34:25.721Z Compiling toml v0.9.12+spec-1.1.0
15382026-04-10T03:34:25.783Z Compiling rusty-fork v0.3.1
15392026-04-10T03:34:25.795Z Compiling usdt v0.6.0
15402026-04-10T03:34:25.900Z Compiling slog-term v2.9.2
15412026-04-10T03:34:26.069Z Compiling slog-bunyan v2.5.0
15422026-04-10T03:34:26.512Z Compiling tokio-rustls v0.25.0
15432026-04-10T03:34:26.614Z Compiling serde_with v3.18.0
15442026-04-10T03:34:26.735Z Compiling rand_xorshift v0.4.0
15452026-04-10T03:34:26.757Z Compiling sha1 v0.10.6
15462026-04-10T03:34:26.881Z Compiling rustls-pemfile v2.2.0
15472026-04-10T03:34:26.946Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15482026-04-10T03:34:26.980Z Compiling hostname v0.4.2
15492026-04-10T03:34:27.119Z Compiling proptest v1.11.0
15502026-04-10T03:34:27.601Z Compiling iddqd v0.3.17
15512026-04-10T03:34:27.745Z Compiling reqwest v0.12.28
15522026-04-10T03:34:28.321Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15532026-04-10T03:34:29.110Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15542026-04-10T03:34:29.143Z Compiling progenitor-client v0.10.0
15552026-04-10T03:34:29.417Z Compiling parse-display v0.10.0
15562026-04-10T03:34:29.687Z Compiling itertools v0.14.0
15572026-04-10T03:34:29.757Z Compiling backoff v0.4.0
15582026-04-10T03:34:29.805Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15592026-04-10T03:34:29.972Z Compiling toml_datetime v0.6.11
15602026-04-10T03:34:30.849Z Compiling utf8parse v0.2.2
15612026-04-10T03:34:30.983Z Compiling anstyle-parse v1.0.0
15622026-04-10T03:34:31.121Z Compiling zerocopy-derive v0.7.35
15632026-04-10T03:34:31.186Z Compiling anstyle-query v1.1.5
15642026-04-10T03:34:31.291Z Compiling is_terminal_polyfill v1.70.2
15652026-04-10T03:34:31.383Z Compiling anstyle v1.0.14
15662026-04-10T03:34:31.397Z Compiling colorchoice v1.0.5
15672026-04-10T03:34:31.555Z Compiling anstream v1.0.0
15682026-04-10T03:34:31.968Z Compiling zerocopy v0.7.35
15692026-04-10T03:34:32.075Z Compiling clap_lex v1.1.0
15702026-04-10T03:34:32.139Z Compiling convert_case v0.4.0
15712026-04-10T03:34:32.437Z Compiling derive_more v0.99.20
15722026-04-10T03:34:33.056Z Compiling tinyvec_macros v0.1.1
15732026-04-10T03:34:33.072Z Compiling unicode-width v0.2.2
15742026-04-10T03:34:33.161Z Compiling tinyvec v1.11.0
15752026-04-10T03:34:33.826Z Compiling dtrace-parser v0.2.0
15762026-04-10T03:34:33.826Z Compiling serde_spanned v0.6.9
15772026-04-10T03:34:33.968Z Compiling secrecy v0.10.3
15782026-04-10T03:34:34.126Z Compiling clap_derive v4.6.0
15792026-04-10T03:34:34.247Z Compiling scroll_derive v0.12.1
15802026-04-10T03:34:34.646Z Compiling usdt-impl v0.5.0
15812026-04-10T03:34:34.710Z Compiling toml_write v0.1.2
15822026-04-10T03:34:34.765Z Compiling crucible-workspace-hack v0.1.0
15832026-04-10T03:34:34.909Z Compiling toml_edit v0.22.27
15842026-04-10T03:34:34.937Z Compiling scroll v0.12.0
15852026-04-10T03:34:35.428Z Compiling dof v0.3.0
15862026-04-10T03:34:35.777Z Compiling typify-impl v0.6.1
15872026-04-10T03:34:35.820Z Compiling terminal_size v0.4.4
15882026-04-10T03:34:35.891Z Compiling darling_core v0.21.3
15892026-04-10T03:34:35.920Z Compiling rustc_version v0.4.1
15902026-04-10T03:34:35.955Z Compiling thread-id v4.2.2
15912026-04-10T03:34:36.195Z Compiling curve25519-dalek v4.1.3
15922026-04-10T03:34:36.431Z Compiling toml v0.8.23
15932026-04-10T03:34:37.036Z Compiling goblin v0.8.2
15942026-04-10T03:34:37.330Z Compiling crossbeam-epoch v0.9.18
15952026-04-10T03:34:37.424Z Compiling hmac v0.12.1
15962026-04-10T03:34:37.561Z Compiling inout v0.1.4
15972026-04-10T03:34:37.673Z Compiling ff v0.13.1
15982026-04-10T03:34:37.705Z Compiling num-integer v0.1.46
15992026-04-10T03:34:37.997Z Compiling darling_macro v0.21.3
16002026-04-10T03:34:38.131Z Compiling toml_datetime v1.1.0+spec-1.1.0
16012026-04-10T03:34:38.221Z Compiling float-ord v0.3.2
16022026-04-10T03:34:38.336Z Compiling toml_edit v0.25.8+spec-1.1.0
16032026-04-10T03:34:38.567Z Compiling darling v0.21.3
16042026-04-10T03:34:38.646Z Compiling group v0.13.0
16052026-04-10T03:34:38.753Z Compiling cipher v0.4.4
16062026-04-10T03:34:38.838Z Compiling hkdf v0.12.4
16072026-04-10T03:34:39.527Z Compiling clap_builder v4.6.0
16082026-04-10T03:34:41.018Z Compiling thiserror-impl-no-std v2.0.2
16092026-04-10T03:34:41.030Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16102026-04-10T03:34:41.637Z Compiling universal-hash v0.5.1
16112026-04-10T03:34:41.701Z Compiling half v2.7.1
16122026-04-10T03:34:41.764Z Compiling crypto-bigint v0.5.5
16132026-04-10T03:34:41.997Z Compiling curve25519-dalek-derive v0.1.1
16142026-04-10T03:34:42.038Z Compiling typify-macro v0.6.1
16152026-04-10T03:34:42.086Z Compiling proc-macro-error-attr v1.0.4
16162026-04-10T03:34:42.530Z Compiling ciborium-io v0.2.2
16172026-04-10T03:34:42.626Z Compiling rustix v0.38.44
16182026-04-10T03:34:42.659Z Compiling heapless v0.8.0
16192026-04-10T03:34:42.814Z Compiling base16ct v0.2.0
16202026-04-10T03:34:42.904Z Compiling base64ct v1.8.3
16212026-04-10T03:34:42.948Z Compiling prettyplease v0.2.37
16222026-04-10T03:34:42.965Z Compiling opaque-debug v0.3.1
16232026-04-10T03:34:43.033Z Compiling poly1305 v0.8.0
16242026-04-10T03:34:43.131Z Compiling password-hash v0.5.0
16252026-04-10T03:34:43.188Z Compiling elliptic-curve v0.13.8
16262026-04-10T03:34:43.219Z Compiling ciborium-ll v0.2.2
16272026-04-10T03:34:43.455Z Compiling thiserror-no-std v2.0.2
16282026-04-10T03:34:43.497Z Compiling clap v4.6.0
16292026-04-10T03:34:43.784Z Compiling chacha20 v0.9.1
16302026-04-10T03:34:43.810Z Compiling proc-macro-crate v3.5.0
16312026-04-10T03:34:44.077Z Compiling ingot-macros v0.1.1
16322026-04-10T03:34:44.108Z Compiling num-iter v0.1.45
16332026-04-10T03:34:44.131Z Compiling num-rational v0.4.2
16342026-04-10T03:34:44.152Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16352026-04-10T03:34:44.223Z Compiling usdt-attr-macro v0.5.0
16362026-04-10T03:34:44.236Z Compiling usdt-macro v0.5.0
16372026-04-10T03:34:44.991Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16382026-04-10T03:34:45.356Z Compiling rustls-webpki v0.103.10
16392026-04-10T03:34:46.406Z Compiling blake2 v0.10.6
16402026-04-10T03:34:46.505Z Compiling byte-wrapper v0.1.0
16412026-04-10T03:34:46.539Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16422026-04-10T03:34:46.868Z Compiling aead v0.5.2
16432026-04-10T03:34:46.871Z Compiling enum-as-inner v0.6.1
16442026-04-10T03:34:46.871Z Compiling hash32 v0.3.1
16452026-04-10T03:34:46.898Z Compiling num-complex v0.4.6
16462026-04-10T03:34:46.990Z Compiling proc-macro-error v1.0.4
16472026-04-10T03:34:47.035Z Compiling memmap v0.7.0
16482026-04-10T03:34:47.038Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16492026-04-10T03:34:47.215Z Compiling keccak v0.1.6
16502026-04-10T03:34:47.226Z Compiling data-encoding v2.10.0
16512026-04-10T03:34:47.276Z Compiling winnow v0.5.40
16522026-04-10T03:34:47.279Z Compiling smoltcp v0.11.0
16532026-04-10T03:34:47.433Z Compiling sha3 v0.10.8
16542026-04-10T03:34:47.577Z Compiling num v0.4.3
16552026-04-10T03:34:47.635Z Compiling usdt v0.5.0
16562026-04-10T03:34:47.736Z Compiling chacha20poly1305 v0.10.1
16572026-04-10T03:34:47.868Z Compiling ingot-types v0.1.2
16582026-04-10T03:34:47.905Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16592026-04-10T03:34:48.061Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16602026-04-10T03:34:48.080Z Compiling argon2 v0.5.3
16612026-04-10T03:34:48.278Z Compiling num_enum_derive v0.7.6
16622026-04-10T03:34:48.594Z Compiling toml_edit v0.19.15
16632026-04-10T03:34:48.656Z Compiling typify v0.6.1
16642026-04-10T03:34:48.749Z Compiling tokio-rustls v0.26.4
16652026-04-10T03:34:49.028Z Compiling hyper-rustls v0.27.7
16662026-04-10T03:34:49.247Z Compiling rustls-platform-verifier v0.6.2
16672026-04-10T03:34:49.481Z Compiling reqwest v0.13.2
16682026-04-10T03:34:49.585Z Compiling vsss-rs v3.3.4
16692026-04-10T03:34:50.303Z Compiling ciborium v0.2.2
16702026-04-10T03:34:50.682Z Compiling tabwriter v1.4.1
16712026-04-10T03:34:50.870Z Compiling progenitor-client v0.13.0
16722026-04-10T03:34:51.180Z Compiling progenitor-extras v0.1.1
16732026-04-10T03:34:51.430Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16742026-04-10T03:34:51.440Z Compiling cobs v0.3.0
16752026-04-10T03:34:51.450Z Compiling memoffset v0.9.1
16762026-04-10T03:34:51.637Z Compiling managed v0.8.0
16772026-04-10T03:34:51.681Z Compiling unsafe-libyaml v0.2.11
16782026-04-10T03:34:51.856Z Compiling indent_write v2.2.0
16792026-04-10T03:34:51.993Z Compiling pkg-config v0.3.32
16802026-04-10T03:34:52.106Z Compiling vcpkg v0.2.15
16812026-04-10T03:34:52.370Z Compiling cfg_aliases v0.2.1
16822026-04-10T03:34:52.443Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16832026-04-10T03:34:52.454Z Compiling bitflags v1.3.2
16842026-04-10T03:34:52.674Z Compiling openssl-sys v0.9.112
16852026-04-10T03:34:52.791Z Compiling nix v0.31.2
16862026-04-10T03:34:53.173Z Compiling serde_yaml v0.9.34+deprecated
16872026-04-10T03:34:53.327Z Compiling postcard v1.1.3
16882026-04-10T03:34:53.851Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16892026-04-10T03:34:54.419Z Compiling proc-macro-crate v1.3.1
16902026-04-10T03:34:54.431Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16912026-04-10T03:34:54.524Z Compiling num_enum v0.7.6
16922026-04-10T03:34:54.536Z Compiling progenitor-impl v0.13.0
16932026-04-10T03:34:54.646Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16942026-04-10T03:34:54.751Z Compiling ingot v0.1.1
16952026-04-10T03:34:54.908Z Compiling hubpack_derive v0.1.1
16962026-04-10T03:34:55.475Z Compiling foreign-types-macros v0.2.3
16972026-04-10T03:34:56.128Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16982026-04-10T03:34:56.327Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16992026-04-10T03:34:56.431Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17002026-04-10T03:34:56.679Z Compiling rayon-core v1.13.0
17012026-04-10T03:34:56.866Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17022026-04-10T03:34:56.891Z Compiling resolv-conf v0.7.6
17032026-04-10T03:34:57.195Z Compiling linked-hash-map v0.5.6
17042026-04-10T03:34:57.280Z Compiling static_assertions v1.1.0
17052026-04-10T03:34:57.283Z Compiling cpufeatures v0.3.0
17062026-04-10T03:34:57.357Z Compiling heck v0.4.1
17072026-04-10T03:34:57.368Z Compiling swrite v0.1.0
17082026-04-10T03:34:57.380Z Compiling colored v3.1.1
17092026-04-10T03:34:57.463Z Compiling semver v0.1.20
17102026-04-10T03:34:57.563Z Compiling foreign-types-shared v0.3.1
17112026-04-10T03:34:57.661Z Compiling rustc_version v0.1.7
17122026-04-10T03:34:57.726Z Compiling foreign-types v0.5.0
17132026-04-10T03:34:57.784Z Compiling lru-cache v0.1.2
17142026-04-10T03:34:57.808Z Compiling chacha20 v0.10.0
17152026-04-10T03:34:57.909Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17162026-04-10T03:34:57.927Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17172026-04-10T03:34:58.075Z Compiling hubpack v0.1.2
17182026-04-10T03:34:58.118Z Compiling progenitor-macro v0.13.0
17192026-04-10T03:34:58.393Z Compiling num_enum_derive v0.5.11
17202026-04-10T03:34:59.202Z Compiling hickory-proto v0.24.4
17212026-04-10T03:34:59.405Z Compiling crossbeam-deque v0.8.6
17222026-04-10T03:34:59.596Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17232026-04-10T03:34:59.683Z Compiling serde-big-array v0.5.1
17242026-04-10T03:34:59.829Z Compiling derive-where v1.6.1
17252026-04-10T03:35:00.093Z Compiling pin-project-internal v1.1.11
17262026-04-10T03:35:00.663Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17272026-04-10T03:35:00.805Z Compiling serde_repr v0.1.20
17282026-04-10T03:35:01.172Z Compiling cstr-argument v0.1.2
17292026-04-10T03:35:01.176Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17302026-04-10T03:35:01.221Z Compiling minimal-lexical v0.2.1
17312026-04-10T03:35:01.331Z Compiling siphasher v1.0.2
17322026-04-10T03:35:01.393Z Compiling unicode-segmentation v1.13.2
17332026-04-10T03:35:01.417Z Compiling nom v7.1.3
17342026-04-10T03:35:01.488Z Compiling phf_shared v0.12.1
17352026-04-10T03:35:01.526Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17362026-04-10T03:35:01.665Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17372026-04-10T03:35:01.821Z Compiling newline-converter v0.3.0
17382026-04-10T03:35:01.932Z Compiling pin-project v1.1.11
17392026-04-10T03:35:02.035Z Compiling hickory-resolver v0.24.4
17402026-04-10T03:35:02.454Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17412026-04-10T03:35:02.578Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17422026-04-10T03:35:02.699Z Compiling num_enum v0.5.11
17432026-04-10T03:35:02.781Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17442026-04-10T03:35:02.997Z Compiling rand v0.10.0
17452026-04-10T03:35:03.271Z Compiling progenitor v0.13.0
17462026-04-10T03:35:03.374Z Compiling newtype_derive v0.1.6
17472026-04-10T03:35:03.413Z Compiling atomicwrites v0.4.4
17482026-04-10T03:35:03.609Z Compiling unicode-normalization v0.1.25
17492026-04-10T03:35:03.663Z Compiling console v0.15.11
17502026-04-10T03:35:04.071Z Compiling camino-tempfile v1.4.1
17512026-04-10T03:35:04.258Z Compiling tokio-stream v0.1.18
17522026-04-10T03:35:04.311Z Compiling async-recursion v1.1.1
17532026-04-10T03:35:04.318Z Compiling snafu-derive v0.8.9
17542026-04-10T03:35:04.327Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17552026-04-10T03:35:04.327Z Compiling slog-dtrace v0.3.0
17562026-04-10T03:35:04.566Z Compiling bstr v1.12.1
17572026-04-10T03:35:04.611Z Compiling csv-core v0.1.13
17582026-04-10T03:35:04.679Z Compiling owo-colors v4.3.0
17592026-04-10T03:35:04.713Z Compiling cancel-safe-futures v0.1.5
17602026-04-10T03:35:04.871Z Compiling unicode-width v0.1.14
17612026-04-10T03:35:04.949Z Compiling similar v2.7.0
17622026-04-10T03:35:04.983Z Compiling foldhash v0.1.5
17632026-04-10T03:35:04.996Z Compiling unicode-xid v0.2.6
17642026-04-10T03:35:04.999Z Compiling highway v1.3.0
17652026-04-10T03:35:05.044Z Compiling openssl v0.10.76
17662026-04-10T03:35:05.113Z Compiling foreign-types-shared v0.1.1
17672026-04-10T03:35:05.146Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17682026-04-10T03:35:05.157Z Compiling same-file v1.0.6
17692026-04-10T03:35:05.268Z Compiling chrono-tz v0.10.4
17702026-04-10T03:35:05.341Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17712026-04-10T03:35:05.376Z Compiling expectorate v1.2.0
17722026-04-10T03:35:05.455Z Compiling walkdir v2.5.0
17732026-04-10T03:35:05.494Z Compiling foreign-types v0.3.2
17742026-04-10T03:35:05.527Z Compiling const_format_proc_macros v0.2.34
17752026-04-10T03:35:05.564Z Compiling hashbrown v0.15.5
17762026-04-10T03:35:05.879Z Compiling globset v0.4.18
17772026-04-10T03:35:05.956Z Compiling csv v1.4.0
17782026-04-10T03:35:06.093Z Compiling qorb v0.4.1
17792026-04-10T03:35:06.119Z Compiling snafu v0.8.9
17802026-04-10T03:35:06.434Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17812026-04-10T03:35:06.530Z Compiling olpc-cjson v0.1.4
17822026-04-10T03:35:06.714Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17832026-04-10T03:35:07.274Z Compiling rayon v1.11.0
17842026-04-10T03:35:08.224Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17852026-04-10T03:35:08.268Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17862026-04-10T03:35:08.336Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17872026-04-10T03:35:08.562Z Compiling phf v0.12.1
17882026-04-10T03:35:08.801Z Compiling zone_cfg_derive v0.3.1
17892026-04-10T03:35:08.924Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17902026-04-10T03:35:09.053Z Compiling tokio-dtrace v0.1.1
17912026-04-10T03:35:09.244Z Compiling itertools v0.12.1
17922026-04-10T03:35:09.320Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17932026-04-10T03:35:09.457Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17942026-04-10T03:35:09.487Z Compiling libsw-core v0.3.2
17952026-04-10T03:35:09.518Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17962026-04-10T03:35:09.651Z Compiling serde_plain v1.0.2
17972026-04-10T03:35:09.661Z Compiling openssl-macros v0.1.1
17982026-04-10T03:35:09.731Z Compiling num-derive v0.4.2
17992026-04-10T03:35:09.825Z Compiling pem v3.0.6
18002026-04-10T03:35:09.848Z Compiling cookie v0.18.1
18012026-04-10T03:35:09.865Z Compiling sigpipe v0.1.3
18022026-04-10T03:35:09.945Z Compiling bytecount v0.6.9
18032026-04-10T03:35:10.072Z Compiling glob v0.3.3
18042026-04-10T03:35:10.085Z Compiling typed-path v0.9.3
18052026-04-10T03:35:10.090Z Compiling fixedbitset v0.4.2
18062026-04-10T03:35:10.121Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18072026-04-10T03:35:10.198Z Compiling fixedbitset v0.5.7
18082026-04-10T03:35:10.344Z Compiling jiff v0.2.23
18092026-04-10T03:35:10.383Z Compiling zone v0.3.1
18102026-04-10T03:35:10.521Z Compiling petgraph v0.8.3
18112026-04-10T03:35:10.570Z Compiling petgraph v0.6.5
18122026-04-10T03:35:10.723Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18132026-04-10T03:35:11.135Z Compiling tough v0.20.0
18142026-04-10T03:35:11.222Z Compiling papergrid v0.11.0
18152026-04-10T03:35:11.484Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18162026-04-10T03:35:12.078Z Compiling libsw v3.5.0
18172026-04-10T03:35:12.346Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18182026-04-10T03:35:12.362Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18192026-04-10T03:35:12.528Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18202026-04-10T03:35:13.025Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18212026-04-10T03:35:13.545Z Compiling oxide-tokio-rt v0.1.3
18222026-04-10T03:35:13.797Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-10T03:35:13.962Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18242026-04-10T03:35:14.039Z Compiling const_format v0.2.35
18252026-04-10T03:35:14.398Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-10T03:35:14.565Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18272026-04-10T03:35:14.623Z Compiling tabled_derive v0.7.0
18282026-04-10T03:35:14.830Z Compiling gethostname v0.5.0
18292026-04-10T03:35:14.958Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18302026-04-10T03:35:15.080Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18312026-04-10T03:35:15.092Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-10T03:35:15.171Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-10T03:35:15.294Z Compiling bcs v0.1.6
18342026-04-10T03:35:15.611Z Compiling smf v0.2.3
18352026-04-10T03:35:15.621Z Compiling lazy_static v1.5.0
18362026-04-10T03:35:15.727Z Compiling tagptr v0.2.0
18372026-04-10T03:35:15.810Z Compiling unicode-linebreak v0.1.5
18382026-04-10T03:35:15.879Z Compiling whoami v1.6.1
18392026-04-10T03:35:15.918Z Compiling linear-map v1.2.0
18402026-04-10T03:35:16.063Z Compiling smawk v0.3.2
18412026-04-10T03:35:16.074Z Compiling termtree v0.5.1
18422026-04-10T03:35:16.194Z Compiling textwrap v0.16.2
18432026-04-10T03:35:16.219Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18442026-04-10T03:35:16.229Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-04-10T03:35:16.430Z Compiling moka v0.12.15
18462026-04-10T03:35:16.584Z Compiling steno v0.4.1
18472026-04-10T03:35:16.690Z Compiling tabled v0.15.0
18482026-04-10T03:35:16.739Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-10T03:35:16.917Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18502026-04-10T03:35:17.212Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-04-10T03:35:17.839Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-10T03:35:18.904Z Compiling hickory-proto v0.25.2
18532026-04-10T03:35:19.379Z Compiling humantime v2.3.0
18542026-04-10T03:35:19.680Z Compiling num-derive v0.3.3
18552026-04-10T03:35:19.742Z Compiling parking_lot_core v0.8.6
18562026-04-10T03:35:19.804Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18572026-04-10T03:35:20.028Z Compiling crc32fast v1.5.0
18582026-04-10T03:35:20.405Z Compiling parking_lot v0.11.2
18592026-04-10T03:35:20.594Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18602026-04-10T03:35:20.636Z Compiling fxhash v0.2.1
18612026-04-10T03:35:20.646Z Compiling libscf-sys v1.1.0
18622026-04-10T03:35:20.775Z Compiling hickory-resolver v0.25.2
18632026-04-10T03:35:20.786Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18642026-04-10T03:35:20.827Z Compiling internet-checksum v0.2.1
18652026-04-10T03:35:20.828Z Compiling sled v0.34.7
18662026-04-10T03:35:20.972Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18672026-04-10T03:35:21.609Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18682026-04-10T03:35:29.391Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18692026-04-10T03:35:33.121Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18702026-04-10T03:35:35.725Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18712026-04-10T03:35:35.786Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18722026-04-10T03:35:36.914Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18732026-04-10T03:35:37.675Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18742026-04-10T03:36:01.135Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18752026-04-10T03:36:01.309Z────────────
18762026-04-10T03:36:01.309Z Nextest run ID df8c2b88-35be-4d3d-937d-52020476b301 with nextest profile: default
18772026-04-10T03:36:01.309Z Starting 67 tests across 1 binary
18782026-04-10T03:36:01.319Z PASS [ 0.009s] rdb bestpath::test::test_bestpath
18792026-04-10T03:36:01.322Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_all_ebgp_passes_all
18802026-04-10T03:36:01.322Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_ebgp_over_ibgp
18812026-04-10T03:36:01.322Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_all_ibgp_passes_all
18822026-04-10T03:36:01.322Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_full_pipeline
18832026-04-10T03:36:01.322Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18842026-04-10T03:36:01.322Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18852026-04-10T03:36:01.323Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_as_path_length_not_values
18862026-04-10T03:36:01.328Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_multipath_returns_multiple
18872026-04-10T03:36:01.328Z PASS [ 0.008s] rdb bestpath::test::test_bestpath_origin_equal_passes_all
18882026-04-10T03:36:01.331Z PASS [ 0.008s] rdb bestpath::test::test_bestpath_origin_igp_preferred
18892026-04-10T03:36:01.331Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_peer_ip_tiebreak_v4_vs_v6
18902026-04-10T03:36:01.331Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_peer_ip_tiebreak_v6
18912026-04-10T03:36:01.331Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
18922026-04-10T03:36:01.331Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_peer_ip_tiebreak_v4
18932026-04-10T03:36:01.332Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_router_id_tiebreak
18942026-04-10T03:36:01.337Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_stale_preference
18952026-04-10T03:36:01.341Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
18962026-04-10T03:36:01.341Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
18972026-04-10T03:36:01.347Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
18982026-04-10T03:36:01.350Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
18992026-04-10T03:36:01.387Z PASS [ 0.057s] rdb db::test::test_ipv6_origin_crud
19002026-04-10T03:36:01.387Z PASS [ 0.059s] rdb db::test::test_enforce_first_as_empty_as_path
19012026-04-10T03:36:01.387Z PASS [ 0.059s] rdb db::test::test_enforce_first_as
19022026-04-10T03:36:01.387Z PASS [ 0.058s] rdb db::test::test_ipv4_origin_crud
19032026-04-10T03:36:01.387Z PASS [ 0.058s] rdb db::test::test_enforce_first_as_no_match
19042026-04-10T03:36:01.393Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
19052026-04-10T03:36:01.402Z PASS [ 0.054s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19062026-04-10T03:36:01.402Z PASS [ 0.055s] rdb db::test::test_rib
19072026-04-10T03:36:01.450Z PASS [ 0.063s] rdb db::test::test_static_routing_mixed_address_families
19082026-04-10T03:36:01.450Z PASS [ 0.063s] rdb db::test::test_static_routing_ipv6_basic
19092026-04-10T03:36:01.450Z PASS [ 0.063s] rdb db::test::test_static_routes_same_nexthop_different_vlans
19102026-04-10T03:36:01.450Z PASS [ 0.063s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19112026-04-10T03:36:01.450Z PASS [ 0.063s] rdb db::test::test_static_routing_ipv4_basic
19122026-04-10T03:36:01.456Z PASS [ 0.058s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19132026-04-10T03:36:01.460Z PASS [ 0.057s] rdb db::test::test_static_routing_v6_prefix_mixed_nexthop_af
19142026-04-10T03:36:01.460Z PASS [ 0.057s] rdb db::test::test_static_routing_v4_prefix_v6_nexthop
19152026-04-10T03:36:01.467Z PASS [ 0.016s] rdb proptest::prop_ipv4_default_contains_all
19162026-04-10T03:36:01.474Z PASS [ 0.015s] rdb proptest::prop_ipv4_length_in_bounds
19172026-04-10T03:36:01.477Z PASS [ 0.015s] rdb proptest::prop_ipv4_host_bits_always_unset
19182026-04-10T03:36:01.481Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19192026-04-10T03:36:01.488Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
19202026-04-10T03:36:01.492Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19212026-04-10T03:36:01.495Z PASS [ 0.014s] rdb proptest::prop_ipv6_host_bits_always_unset
19222026-04-10T03:36:01.502Z PASS [ 0.014s] rdb proptest::prop_ipv6_length_in_bounds
19232026-04-10T03:36:01.506Z PASS [ 0.014s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19242026-04-10T03:36:01.509Z PASS [ 0.058s] rdb db::test::test_static_routing_v6_prefix_v4_nexthop
19252026-04-10T03:36:01.509Z PASS [ 0.058s] rdb db::test::test_static_routing_v6_prefix_multiple_v4_nexthops
19262026-04-10T03:36:01.509Z PASS [ 0.058s] rdb db::test::test_static_routing_vlan_id_handling
19272026-04-10T03:36:01.509Z PASS [ 0.014s] rdb proptest::prop_ipv6_within_self
19282026-04-10T03:36:01.509Z PASS [ 0.059s] rdb db::test::test_static_routing_v6_prefix_v4_nexthop_with_vlan
19292026-04-10T03:36:01.517Z PASS [ 0.014s] rdb proptest::prop_prefix_enum_no_cross_family
19302026-04-10T03:36:01.520Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
19312026-04-10T03:36:01.525Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19322026-04-10T03:36:01.528Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19332026-04-10T03:36:01.531Z PASS [ 0.023s] rdb proptest::prop_static_route_key_normalization_idempotent
19342026-04-10T03:36:01.531Z PASS [ 0.023s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19352026-04-10T03:36:01.532Z PASS [ 0.023s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19362026-04-10T03:36:01.535Z PASS [ 0.023s] rdb proptest::prop_static_route_key_normalization_preserves_length
19372026-04-10T03:36:01.535Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19382026-04-10T03:36:01.539Z PASS [ 0.085s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19392026-04-10T03:36:01.539Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19402026-04-10T03:36:01.542Z PASS [ 0.031s] rdb proptest::prop_static_route_key_ord_consistency
19412026-04-10T03:36:01.542Z PASS [ 0.009s] rdb types::test::btreeset_remove
19422026-04-10T03:36:01.542Z PASS [ 0.009s] rdb types::test::btreeset_replace
19432026-04-10T03:36:01.542Z PASS [ 0.009s] rdb types::test::ord_contract
19442026-04-10T03:36:01.542Z PASS [ 0.009s] rdb types::test::static_path_identity
19452026-04-10T03:36:01.542Z────────────
19462026-04-10T03:36:01.542Z Summary [ 0.232s] 67 tests run: 67 passed, 0 skipped
19472026-04-10T03:36:01.554Z+ cp rib.log /work/
19482026-04-10T03:36:01.557Zprocess exited: duration 279140 ms, exit code 0
 
19492026-04-10T03:36:01.564Zfound 1 output files
19502026-04-10T03:36:01.564Zuploading: /work/rib.log (0 bytes)
19512026-04-10T03:36:02.576Zuploaded: /work/rib.log