01KVYESH2Z6Y5K3ACV6ER8S199: 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: 01KVYET1MZGZA0F091X9CTA1C2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:59:39.685Zjob assigned to worker 01KVYETGC6BK754EHYEQ6QRC42 [factory aws, i-020f8958898a544fe] (queued for 2 m 6 s)
 
22026-06-25T03:59:46.754Zstarting task 0: "setup"
32026-06-25T03:59:46.761Z++ uname -s
42026-06-25T03:59:46.764Z+ kern=SunOS
52026-06-25T03:59:46.764Z+ build_user=build
62026-06-25T03:59:46.764Z+ build_uid=12345
72026-06-25T03:59:46.764Z+ work_dir=/work
82026-06-25T03:59:46.764Z+ input_dir=/input
92026-06-25T03:59:46.764Z+ [[ 0 == 12345 ]]
102026-06-25T03:59:46.764Z+ case "$kern" in
112026-06-25T03:59:46.764Z+ groupadd -g 12345 build
122026-06-25T03:59:46.767Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:59:46.771Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:59:46.875Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:59:46.878Z+ home_fs=zfs
162026-06-25T03:59:46.878Z+ [[ zfs == autofs ]]
172026-06-25T03:59:46.878Z+ mkdir -p /home/build
182026-06-25T03:59:46.878Z+ chown build:build /home/build /work
192026-06-25T03:59:46.880Z+ chmod 0700 /home/build /work
202026-06-25T03:59:46.881Zprocess exited: duration 125 ms, exit code 0
 
212026-06-25T03:59:46.887Zstarting task 1: "rust-toolchain"
222026-06-25T03:59:46.890Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T03:59:46.890Z * rust toolchain channel = "stable"
242026-06-25T03:59:46.890Z * rust toolchain profile = "default"
252026-06-25T03:59:46.890Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T03:59:46.890Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:59:46.890Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T03:59:46.893Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:59:46.893Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T03:59:47.008Zinfo: downloading installer
312026-06-25T03:59:48.433Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T03:59:48.433Zwarn: /opt/ooce/bin
332026-06-25T03:59:48.433Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T03:59:48.433Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T03:59:48.433Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T03:59:48.433Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T03:59:48.433Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T03:59:48.433Zerror: cannot install while Rust is installed
392026-06-25T03:59:48.433Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T03:59:48.433Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T03:59:48.433Zwarn: /home/build/.rustup/settings.toml
422026-06-25T03:59:48.433Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T03:59:48.433Zwarn: instead of the one inferred from the default host triple.
442026-06-25T03:59:48.446Zinfo: profile set to default
452026-06-25T03:59:48.447Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T03:59:48.449Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T03:59:48.588Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T03:59:48.591Zinfo: downloading 6 components
492026-06-25T04:00:03.529Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T04:00:03.529Z
512026-06-25T04:00:03.557Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T04:00:03.557Z
532026-06-25T04:00:03.557Z
542026-06-25T04:00:03.557ZRust is installed now. Great!
552026-06-25T04:00:03.557Z
562026-06-25T04:00:03.557ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T04:00:03.558Zenvironment variable. This has not been done automatically.
582026-06-25T04:00:03.558Z
592026-06-25T04:00:03.558ZTo configure your current shell, you need to source
602026-06-25T04:00:03.558Zthe corresponding env file under $HOME/.cargo.
612026-06-25T04:00:03.558Z
622026-06-25T04:00:03.558ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T04:00:03.558Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T04:00:03.558Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T04:00:03.558Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T04:00:03.558Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T04:00:03.558Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T04:00:03.558Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T04:00:03.561Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T04:00:03.561Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T04:00:03.660Z+ rustup --version
722026-06-25T04:00:03.668Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T04:00:03.671Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T04:00:03.689Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T04:00:03.692Z+ cargo --version
762026-06-25T04:00:03.705Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T04:00:03.708Z+ rustc --version
782026-06-25T04:00:03.727Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T04:00:03.730Zprocess exited: duration 16841 ms, exit code 0
 
802026-06-25T04:00:03.737Zstarting task 2: "authentication"
812026-06-25T04:00:03.752Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T04:00:03.758Zstarting task 3: "clone repository"
832026-06-25T04:00:03.761Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T04:00:03.764Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T04:00:03.795ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T04:00:04.963Z+ cd /work/oxidecomputer/maghemite
872026-06-25T04:00:04.967Z+ git fetch origin 588dfef9baf67e938694efd6ac1d0b25a00cb9da
882026-06-25T04:00:05.230ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T04:00:05.230Z * branch 588dfef9baf67e938694efd6ac1d0b25a00cb9da -> FETCH_HEAD
902026-06-25T04:00:05.235Z+ [[ -n renovate/opte ]]
912026-06-25T04:00:05.238Z++ git branch --show-current
922026-06-25T04:00:05.240Z+ current=main
932026-06-25T04:00:05.241Z+ [[ main != renovate/opte ]]
942026-06-25T04:00:05.241Z+ git branch -f renovate/opte 588dfef9baf67e938694efd6ac1d0b25a00cb9da
952026-06-25T04:00:05.243Z+ git checkout -f renovate/opte
962026-06-25T04:00:05.260ZSwitched to branch 'renovate/opte'
972026-06-25T04:00:05.262Z+ git reset --hard 588dfef9baf67e938694efd6ac1d0b25a00cb9da
982026-06-25T04:00:05.279ZHEAD is now at 588dfef Update opte to cd7749d
992026-06-25T04:00:05.282Zprocess exited: duration 1520 ms, exit code 0
 
1002026-06-25T04:00:05.288Zstarting task 4: "build"
1012026-06-25T04:00:05.292Z+ set -e
1022026-06-25T04:00:05.294Z+ source .github/buildomat/test-common.sh
1032026-06-25T04:00:05.294Z++ NEXTEST_VERSION=0.9.97
1042026-06-25T04:00:05.294Z++ PLATFORM=illumos
1052026-06-25T04:00:05.294Z++ banner install
1062026-06-25T04:00:05.294Z
1072026-06-25T04:00:05.295Z # # # #### ##### ## # #
1082026-06-25T04:00:05.295Z # ## # # # # # # #
1092026-06-25T04:00:05.295Z # # # # #### # # # # #
1102026-06-25T04:00:05.295Z # # # # # # ###### # #
1112026-06-25T04:00:05.295Z # # ## # # # # # # #
1122026-06-25T04:00:05.295Z # # # #### # # # ###### ######
1132026-06-25T04:00:05.295Z
1142026-06-25T04:00:05.295Z++ set +o errexit
1152026-06-25T04:00:05.298Z++ pkg info clang-15
1162026-06-25T04:00:05.298Z++ grep -qi installed
1172026-06-25T04:00:06.500Zpkg: info: no packages matching the following patterns you specified are
1182026-06-25T04:00:06.500Zinstalled on the system. Try querying remotely instead:
1192026-06-25T04:00:06.500Z
1202026-06-25T04:00:06.500Z clang-15
1212026-06-25T04:00:06.539Z++ [[ 1 != 0 ]]
1222026-06-25T04:00:06.539Z++ set -o errexit
1232026-06-25T04:00:06.539Z++ pfexec pkg install clang-15
1242026-06-25T04:00:17.027Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-25T04:00:24.759Z Startup: Caching catalogs ... Done
1262026-06-25T04:00:31.906ZPlanning: Solver setup ... Done
1272026-06-25T04:00:31.947ZPlanning: Running solver ... Done
1282026-06-25T04:00:32.091ZPlanning: Finding local manifests ... Done
1292026-06-25T04:00:32.105ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-25T04:00:32.186ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-25T04:00:32.214ZPlanning: Package planning ... Done
1322026-06-25T04:00:32.240ZPlanning: Merging actions ... Done
1332026-06-25T04:00:32.348ZPlanning: Checking for conflicting actions ... Done
1342026-06-25T04:00:32.355ZPlanning: Consolidating action changes ... Done
1352026-06-25T04:00:33.138ZPlanning: Evaluating mediators ... Done
1362026-06-25T04:00:33.144ZPlanning: Planning completed in 8.22 seconds
1372026-06-25T04:00:33.154Z Packages to install: 2
1382026-06-25T04:00:33.154Z Mediators to change: 2
1392026-06-25T04:00:33.154Z Services to change: 1
1402026-06-25T04:00:33.154Z Create boot environment: No
1412026-06-25T04:00:33.157ZCreate backup boot environment: No
1422026-06-25T04:00:33.196Z
1432026-06-25T04:00:33.196ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-25T04:00:38.198ZDownload: 2080/3076 items 118.3/211.3MB 55% complete (23.9M/s)
1452026-06-25T04:00:41.530ZDownload: Completed 211.31 MB in 8.33 seconds (25.4M/s)
1462026-06-25T04:00:42.556Z Actions: 1/3418 actions (Installing new actions)
1472026-06-25T04:00:45.708Z Actions: Completed 3418 actions in 3.15 seconds.
1482026-06-25T04:00:46.372Z Done
1492026-06-25T04:00:46.373Z Done
1502026-06-25T04:00:47.100Z Done
1512026-06-25T04:00:50.491Z Done
1522026-06-25T04:00:50.562Z Done
1532026-06-25T04:00:50.565Z Done
1542026-06-25T04:00:50.827Z Done
1552026-06-25T04:00:51.523Z++ set -o errexit
1562026-06-25T04:00:51.523Z++ cargo --version
1572026-06-25T04:00:51.530Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1582026-06-25T04:00:51.695Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1592026-06-25T04:00:51.699Zinfo: downloading 6 components
1602026-06-25T04:01:07.588Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1612026-06-25T04:01:07.591Z++ rustc --version
1622026-06-25T04:01:07.618Zrustc 1.95.0 (59807616e 2026-04-14)
1632026-06-25T04:01:07.623Z++ cargo install cargo-nextest --version 0.9.97
1642026-06-25T04:01:07.668Z Updating crates.io index
1652026-06-25T04:01:07.799Z Downloading crates ...
1662026-06-25T04:01:07.859Z Downloaded cargo-nextest v0.9.97
1672026-06-25T04:01:07.927Z Installing cargo-nextest v0.9.97
1682026-06-25T04:01:07.968Z Updating crates.io index
1692026-06-25T04:01:10.769Z Locking 390 packages to latest compatible versions
1702026-06-25T04:01:10.774Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-06-25T04:01:10.777Z Adding duct v0.13.7 (available: v1.1.1)
1722026-06-25T04:01:10.777Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-06-25T04:01:10.777Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-06-25T04:01:10.780Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1752026-06-25T04:01:10.780Z Adding itertools v0.14.0 (available: v0.15.0)
1762026-06-25T04:01:10.783Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1772026-06-25T04:01:10.783Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-06-25T04:01:10.783Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1792026-06-25T04:01:10.785Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-06-25T04:01:10.813Z Downloading crates ...
1812026-06-25T04:01:10.899Z Downloaded curve25519-dalek-derive v0.1.1
1822026-06-25T04:01:10.906Z Downloaded convert_case v0.10.0
1832026-06-25T04:01:10.909Z Downloaded anstyle v1.0.14
1842026-06-25T04:01:10.913Z Downloaded cfg-expr v0.20.8
1852026-06-25T04:01:10.925Z Downloaded quick-junit v0.5.2
1862026-06-25T04:01:10.929Z Downloaded log v0.4.33
1872026-06-25T04:01:10.931Z Downloaded nested v0.1.1
1882026-06-25T04:01:10.934Z Downloaded itoa v1.0.18
1892026-06-25T04:01:10.937Z Downloaded flate2 v1.1.9
1902026-06-25T04:01:10.940Z Downloaded duct v0.13.7
1912026-06-25T04:01:10.943Z Downloaded lru-slab v0.1.2
1922026-06-25T04:01:10.943Z Downloaded miette-derive v7.6.0
1932026-06-25T04:01:10.948Z Downloaded litrs v1.0.0
1942026-06-25T04:01:10.951Z Downloaded idna_adapter v1.0.0
1952026-06-25T04:01:10.951Z Downloaded newtype-uuid v1.3.2
1962026-06-25T04:01:10.953Z Downloaded foreign-types v0.3.2
1972026-06-25T04:01:10.954Z Downloaded fnv v1.0.7
1982026-06-25T04:01:10.956Z Downloaded crypto-common v0.1.7
1992026-06-25T04:01:10.956Z Downloaded humantime-serde v1.1.1
2002026-06-25T04:01:10.959Z Downloaded quinn-udp v0.5.14
2012026-06-25T04:01:10.961Z Downloaded mio v1.2.1
2022026-06-25T04:01:10.965Z Downloaded form_urlencoded v1.2.2
2032026-06-25T04:01:10.967Z Downloaded once_cell v1.21.4
2042026-06-25T04:01:10.971Z Downloaded is_ci v1.2.0
2052026-06-25T04:01:10.971Z Downloaded httparse v1.10.1
2062026-06-25T04:01:10.974Z Downloaded block-buffer v0.10.4
2072026-06-25T04:01:10.977Z Downloaded rustc-demangle v0.1.27
2082026-06-25T04:01:10.977Z Downloaded hyper-util v0.1.20
2092026-06-25T04:01:10.981Z Downloaded errno v0.3.14
2102026-06-25T04:01:10.984Z Downloaded cargo-platform v0.2.0
2112026-06-25T04:01:10.984Z Downloaded ryu v1.0.23
2122026-06-25T04:01:10.987Z Downloaded futures-sink v0.3.32
2132026-06-25T04:01:10.987Z Downloaded async-scoped v0.9.0
2142026-06-25T04:01:10.990Z Downloaded equivalent v1.0.2
2152026-06-25T04:01:10.990Z Downloaded cpufeatures v0.2.17
2162026-06-25T04:01:10.993Z Downloaded rand_chacha v0.9.0
2172026-06-25T04:01:10.993Z Downloaded proc-macro2 v1.0.106
2182026-06-25T04:01:10.996Z Downloaded adler2 v2.0.1
2192026-06-25T04:01:10.999Z Downloaded indent_write v2.2.0
2202026-06-25T04:01:11.002Z Downloaded os_pipe v1.2.3
2212026-06-25T04:01:11.002Z Downloaded generic-array v0.14.7
2222026-06-25T04:01:11.005Z Downloaded guppy-workspace-hack v0.1.0
2232026-06-25T04:01:11.005Z Downloaded futures-task v0.3.32
2242026-06-25T04:01:11.005Z Downloaded futures-macro v0.3.32
2252026-06-25T04:01:11.005Z Downloaded enable-ansi-support v0.2.1
2262026-06-25T04:01:11.009Z Downloaded foreign-types-shared v0.1.1
2272026-06-25T04:01:11.009Z Downloaded color-spantrace v0.3.0
2282026-06-25T04:01:11.012Z Downloaded futures-io v0.3.32
2292026-06-25T04:01:11.012Z Downloaded anstyle-query v1.1.5
2302026-06-25T04:01:11.012Z Downloaded cfg_aliases v0.2.1
2312026-06-25T04:01:11.015Z Downloaded humantime v2.3.0
2322026-06-25T04:01:11.018Z Downloaded native-tls v0.2.18
2332026-06-25T04:01:11.020Z Downloaded lazy_static v1.5.0
2342026-06-25T04:01:11.023Z Downloaded percent-encoding v2.3.2
2352026-06-25T04:01:11.023Z Downloaded nextest-workspace-hack v0.1.0
2362026-06-25T04:01:11.026Z Downloaded debug-ignore v1.0.5
2372026-06-25T04:01:11.028Z Downloaded futures-core v0.3.32
2382026-06-25T04:01:11.028Z Downloaded parking_lot_core v0.9.12
2392026-06-25T04:01:11.031Z Downloaded lock_api v0.4.14
2402026-06-25T04:01:11.031Z Downloaded document-features v0.2.12
2412026-06-25T04:01:11.034Z Downloaded self-replace v1.5.0
2422026-06-25T04:01:11.034Z Downloaded heck v0.5.0
2432026-06-25T04:01:11.037Z Downloaded cfg-if v1.0.4
2442026-06-25T04:01:11.037Z Downloaded cargo-platform v0.3.3
2452026-06-25T04:01:11.037Z Downloaded serde_urlencoded v0.7.1
2462026-06-25T04:01:11.040Z Downloaded colorchoice v1.0.5
2472026-06-25T04:01:11.040Z Downloaded owo-colors v4.3.0
2482026-06-25T04:01:11.042Z Downloaded clap_lex v1.1.0
2492026-06-25T04:01:11.042Z Downloaded serde_spanned v0.6.9
2502026-06-25T04:01:11.042Z Downloaded cargo_metadata v0.23.1
2512026-06-25T04:01:11.045Z Downloaded autocfg v1.5.1
2522026-06-25T04:01:11.045Z Downloaded quote v1.0.46
2532026-06-25T04:01:11.048Z Downloaded either v1.16.0
2542026-06-25T04:01:11.048Z Downloaded parking_lot v0.12.5
2552026-06-25T04:01:11.051Z Downloaded base64ct v1.8.3
2562026-06-25T04:01:11.053Z Downloaded serde_ignored v0.1.14
2572026-06-25T04:01:11.053Z Downloaded jobserver v0.1.34
2582026-06-25T04:01:11.056Z Downloaded atomic-waker v1.1.2
2592026-06-25T04:01:11.056Z Downloaded atomicwrites v0.4.4
2602026-06-25T04:01:11.056Z Downloaded hex v0.4.3
2612026-06-25T04:01:11.059Z Downloaded find-msvc-tools v0.1.9
2622026-06-25T04:01:11.059Z Downloaded hyper-rustls v0.27.9
2632026-06-25T04:01:11.062Z Downloaded signature v2.2.0
2642026-06-25T04:01:11.062Z Downloaded fastrand v2.4.1
2652026-06-25T04:01:11.065Z Downloaded rustc_version v0.4.1
2662026-06-25T04:01:11.065Z Downloaded ppv-lite86 v0.2.21
2672026-06-25T04:01:11.065Z Downloaded pkcs8 v0.10.2
2682026-06-25T04:01:11.067Z Downloaded globset v0.4.18
2692026-06-25T04:01:11.067Z Downloaded openssl-probe v0.2.1
2702026-06-25T04:01:11.072Z Downloaded openssl-macros v0.1.1
2712026-06-25T04:01:11.074Z Downloaded erased-serde v0.4.10
2722026-06-25T04:01:11.077Z Downloaded serde_path_to_error v0.1.20
2732026-06-25T04:01:11.077Z Downloaded ipnet v2.12.0
2742026-06-25T04:01:11.080Z Downloaded serde-value v0.7.0
2752026-06-25T04:01:11.080Z Downloaded signal-hook-mio v0.2.5
2762026-06-25T04:01:11.082Z Downloaded rustls-pki-types v1.14.1
2772026-06-25T04:01:11.083Z Downloaded pin-project v1.1.13
2782026-06-25T04:01:11.089Z Downloaded shared_child v1.1.1
2792026-06-25T04:01:11.093Z Downloaded future-queue v0.4.0
2802026-06-25T04:01:11.093Z Downloaded filetime v0.2.29
2812026-06-25T04:01:11.112Z Downloaded digest v0.10.7
2822026-06-25T04:01:11.113Z Downloaded dialoguer v0.11.0
2832026-06-25T04:01:11.113Z Downloaded subtle v2.6.1
2842026-06-25T04:01:11.113Z Downloaded camino-tempfile v1.4.1
2852026-06-25T04:01:11.113Z Downloaded pin-project-lite v0.2.17
2862026-06-25T04:01:11.113Z Downloaded futures-executor v0.3.32
2872026-06-25T04:01:11.113Z Downloaded anstyle-parse v1.0.0
2882026-06-25T04:01:11.113Z Downloaded sigchld v0.2.4
2892026-06-25T04:01:11.113Z Downloaded ed25519 v2.2.3
2902026-06-25T04:01:11.113Z Downloaded is_terminal_polyfill v1.70.2
2912026-06-25T04:01:11.113Z Downloaded supports-unicode v3.0.0
2922026-06-25T04:01:11.113Z Downloaded cargo_metadata v0.20.0
2932026-06-25T04:01:11.113Z Downloaded backtrace-ext v0.2.1
2942026-06-25T04:01:11.113Z Downloaded anstream v1.0.0
2952026-06-25T04:01:11.116Z Downloaded semver v1.0.28
2962026-06-25T04:01:11.116Z Downloaded miette v7.6.0
2972026-06-25T04:01:11.116Z Downloaded shlex v2.0.1
2982026-06-25T04:01:11.119Z Downloaded serde_spanned v1.1.1
2992026-06-25T04:01:11.119Z Downloaded http-body-util v0.1.3
3002026-06-25T04:01:11.119Z Downloaded crc32fast v1.5.0
3012026-06-25T04:01:11.122Z Downloaded clap_derive v4.6.1
3022026-06-25T04:01:11.122Z Downloaded number_prefix v0.4.0
3032026-06-25T04:01:11.125Z Downloaded getrandom v0.2.17
3042026-06-25T04:01:11.125Z Downloaded static_assertions v1.1.0
3052026-06-25T04:01:11.128Z Downloaded slab v0.4.12
3062026-06-25T04:01:11.128Z Downloaded ordered-float v2.10.1
3072026-06-25T04:01:11.131Z Downloaded console v0.15.11
3082026-06-25T04:01:11.131Z Downloaded supports-color v3.0.2
3092026-06-25T04:01:11.131Z Downloaded ahash v0.8.12
3102026-06-25T04:01:11.134Z Downloaded swrite v0.1.0
3112026-06-25T04:01:11.134Z Downloaded supports-hyperlinks v3.2.0
3122026-06-25T04:01:11.134Z Downloaded strsim v0.11.1
3132026-06-25T04:01:11.136Z Downloaded cargo-util-schemas v0.2.0
3142026-06-25T04:01:11.136Z Downloaded camino v1.2.3
3152026-06-25T04:01:11.139Z Downloaded terminal_size v0.4.4
3162026-06-25T04:01:11.139Z Downloaded spki v0.7.3
3172026-06-25T04:01:11.139Z Downloaded toml_datetime v0.6.11
3182026-06-25T04:01:11.142Z Downloaded futures-channel v0.3.32
3192026-06-25T04:01:11.147Z Downloaded target-lexicon v0.13.5
3202026-06-25T04:01:11.154Z Downloaded tinyvec_macros v0.1.1
3212026-06-25T04:01:11.158Z Downloaded rustc-hash v2.1.2
3222026-06-25T04:01:11.158Z Downloaded serde-untagged v0.1.9
3232026-06-25T04:01:11.158Z Downloaded fixedbitset v0.5.7
3242026-06-25T04:01:11.160Z Downloaded smallvec v1.15.2
3252026-06-25T04:01:11.160Z Downloaded strip-ansi-escapes v0.2.1
3262026-06-25T04:01:11.160Z Downloaded simd-adler32 v0.3.9
3272026-06-25T04:01:11.163Z Downloaded nextest-metadata v0.12.2
3282026-06-25T04:01:11.163Z Downloaded nextest-filtering v0.15.0
3292026-06-25T04:01:11.166Z Downloaded miniz_oxide v0.8.9
3302026-06-25T04:01:11.169Z Downloaded indenter v0.3.4
3312026-06-25T04:01:11.169Z Downloaded tower-layer v0.3.3
3322026-06-25T04:01:11.169Z Downloaded hyper-tls v0.6.0
3332026-06-25T04:01:11.172Z Downloaded getrandom v0.4.3
3342026-06-25T04:01:11.172Z Downloaded sha2 v0.10.9
3352026-06-25T04:01:11.175Z Downloaded getrandom v0.3.4
3362026-06-25T04:01:11.178Z Downloaded config v0.15.24
3372026-06-25T04:01:11.178Z Downloaded pathdiff v0.2.3
3382026-06-25T04:01:11.181Z Downloaded futures v0.3.32
3392026-06-25T04:01:11.184Z Downloaded foldhash v0.1.5
3402026-06-25T04:01:11.188Z Downloaded thread_local v1.1.9
3412026-06-25T04:01:11.191Z Downloaded thiserror v1.0.69
3422026-06-25T04:01:11.193Z Downloaded typeid v1.0.3
3432026-06-25T04:01:11.193Z Downloaded indicatif v0.17.11
3442026-06-25T04:01:11.196Z Downloaded home v0.5.12
3452026-06-25T04:01:11.196Z Downloaded pin-project-internal v1.1.13
3462026-06-25T04:01:11.199Z Downloaded unicode-linebreak v0.1.5
3472026-06-25T04:01:11.199Z Downloaded tracing-error v0.2.1
3482026-06-25T04:01:11.203Z Downloaded scopeguard v1.2.0
3492026-06-25T04:01:11.206Z Downloaded urlencoding v2.1.3
3502026-06-25T04:01:11.209Z Downloaded addr2line v0.25.1
3512026-06-25T04:01:11.209Z Downloaded mukti-metadata v0.3.0
3522026-06-25T04:01:11.211Z Downloaded toml_writer v1.1.1+spec-1.1.0
3532026-06-25T04:01:11.215Z Downloaded target-spec v3.6.0
3542026-06-25T04:01:11.219Z Downloaded rustls-webpki v0.103.13
3552026-06-25T04:01:11.223Z Downloaded eyre v0.6.12
3562026-06-25T04:01:11.223Z Downloaded rand_core v0.6.4
3572026-06-25T04:01:11.223Z Downloaded const-oid v0.9.6
3582026-06-25T04:01:11.223Z Downloaded bitflags v2.13.0
3592026-06-25T04:01:11.226Z Downloaded pkg-config v0.3.33
3602026-06-25T04:01:11.226Z Downloaded target-spec-miette v0.4.8
3612026-06-25T04:01:11.229Z Downloaded untrusted v0.9.0
3622026-06-25T04:01:11.232Z Downloaded num-traits v0.2.19
3632026-06-25T04:01:11.232Z Downloaded clap v4.6.1
3642026-06-25T04:01:11.238Z Downloaded tokio-native-tls v0.3.1
3652026-06-25T04:01:11.241Z Downloaded rand_core v0.9.5
3662026-06-25T04:01:11.241Z Downloaded base64 v0.22.1
3672026-06-25T04:01:11.244Z Downloaded sharded-slab v0.1.7
3682026-06-25T04:01:11.244Z Downloaded iana-time-zone v0.1.65
3692026-06-25T04:01:11.246Z Downloaded unicode-xid v0.2.6
3702026-06-25T04:01:11.246Z Downloaded thiserror-impl v2.0.18
3712026-06-25T04:01:11.246Z Downloaded http-body v1.0.1
3722026-06-25T04:01:11.249Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3732026-06-25T04:01:11.249Z Downloaded tempfile v3.27.0
3742026-06-25T04:01:11.252Z Downloaded thiserror-impl v1.0.69
3752026-06-25T04:01:11.252Z Downloaded unicase v2.9.0
3762026-06-25T04:01:11.255Z Downloaded utf8_iter v1.0.4
3772026-06-25T04:01:11.255Z Downloaded tower-service v0.3.3
3782026-06-25T04:01:11.274Z Downloaded socket2 v0.6.4
3792026-06-25T04:01:11.279Z Downloaded signal-hook v0.3.18
3802026-06-25T04:01:11.282Z Downloaded borsh v1.7.0
3812026-06-25T04:01:11.285Z Downloaded thiserror v2.0.18
3822026-06-25T04:01:11.289Z Downloaded tokio-stream v0.1.18
3832026-06-25T04:01:11.291Z Downloaded toml v0.8.23
3842026-06-25T04:01:11.294Z Downloaded version_check v0.9.5
3852026-06-25T04:01:11.294Z Downloaded want v0.3.1
3862026-06-25T04:01:11.297Z Downloaded openssl-sys v0.9.117
3872026-06-25T04:01:11.299Z Downloaded toml_parser v1.1.2+spec-1.1.0
3882026-06-25T04:01:11.300Z Downloaded derive-where v1.6.1
3892026-06-25T04:01:11.302Z Downloaded tracing-log v0.2.0
3902026-06-25T04:01:11.305Z Downloaded serde_core v1.0.228
3912026-06-25T04:01:11.305Z Downloaded tracing-attributes v0.1.31
3922026-06-25T04:01:11.307Z Downloaded idna v1.1.0
3932026-06-25T04:01:11.307Z Downloaded zmij v1.0.21
3942026-06-25T04:01:11.310Z Downloaded bytes v1.12.0
3952026-06-25T04:01:11.313Z Downloaded xxhash-rust v0.8.15
3962026-06-25T04:01:11.313Z Downloaded backtrace v0.3.76
3972026-06-25T04:01:11.316Z Downloaded der v0.7.10
3982026-06-25T04:01:11.319Z Downloaded serde v1.0.228
3992026-06-25T04:01:11.322Z Downloaded textwrap v0.16.2
4002026-06-25T04:01:11.324Z Downloaded cc v1.2.65
4012026-06-25T04:01:11.327Z Downloaded zeroize v1.9.0
4022026-06-25T04:01:11.330Z Downloaded xattr v1.6.1
4032026-06-25T04:01:11.333Z Downloaded rand v0.9.4
4042026-06-25T04:01:11.335Z Downloaded self_update v0.42.0
4052026-06-25T04:01:11.339Z Downloaded toml v1.1.2+spec-1.1.0
4062026-06-25T04:01:11.343Z Downloaded tinyvec v1.11.0
4072026-06-25T04:01:11.345Z Downloaded sync_wrapper v1.0.2
4082026-06-25T04:01:11.345Z Downloaded shell-words v1.1.1
4092026-06-25T04:01:11.351Z Downloaded ed25519-dalek v2.2.0
4102026-06-25T04:01:11.353Z Downloaded derive_more-impl v2.1.1
4112026-06-25T04:01:11.358Z Downloaded derive_more v2.1.1
4122026-06-25T04:01:11.365Z Downloaded signal-hook-registry v1.4.8
4132026-06-25T04:01:11.368Z Downloaded tracing-core v0.1.36
4142026-06-25T04:01:11.372Z Downloaded zstd-safe v7.2.4
4152026-06-25T04:01:11.375Z Downloaded toml_edit v0.22.27
4162026-06-25T04:01:11.377Z Downloaded quinn v0.11.11
4172026-06-25T04:01:11.380Z Downloaded vte v0.14.1
4182026-06-25T04:01:11.380Z Downloaded tar v0.4.46
4192026-06-25T04:01:11.383Z Downloaded toml_write v0.1.2
4202026-06-25T04:01:11.388Z Downloaded zstd v0.13.3
4212026-06-25T04:01:11.391Z Downloaded utf8parse v0.2.2
4222026-06-25T04:01:11.397Z Downloaded tokio-macros v2.7.0
4232026-06-25T04:01:11.406Z Downloaded crossterm v0.29.0
4242026-06-25T04:01:11.418Z Downloaded tower v0.5.3
4252026-06-25T04:01:11.426Z Downloaded serde_derive v1.0.228
4262026-06-25T04:01:11.429Z Downloaded try-lock v0.2.5
4272026-06-25T04:01:11.434Z Downloaded quick-xml v0.37.5
4282026-06-25T04:01:11.438Z Downloaded hashbrown v0.15.5
4292026-06-25T04:01:11.441Z Downloaded zipsign-api v0.1.5
4302026-06-25T04:01:11.444Z Downloaded memchr v2.8.2
4312026-06-25T04:01:11.457Z Downloaded hashbrown v0.17.1
4322026-06-25T04:01:11.460Z Downloaded guppy v0.17.26
4332026-06-25T04:01:11.464Z Downloaded smol_str v0.3.6
4342026-06-25T04:01:11.466Z Downloaded h2 v0.4.15
4352026-06-25T04:01:11.469Z Downloaded aho-corasick v1.1.4
4362026-06-25T04:01:11.473Z Downloaded indexmap v2.14.0
4372026-06-25T04:01:11.475Z Downloaded http v1.4.2
4382026-06-25T04:01:11.478Z Downloaded tokio-rustls v0.26.4
4392026-06-25T04:01:11.480Z Downloaded clap_builder v4.6.0
4402026-06-25T04:01:11.483Z Downloaded tokio-util v0.7.18
4412026-06-25T04:01:11.490Z Downloaded tower-http v0.6.11
4422026-06-25T04:01:11.496Z Downloaded ron v0.12.2
4432026-06-25T04:01:11.500Z Downloaded unicode-normalization v0.1.25
4442026-06-25T04:01:11.502Z Downloaded futures-util v0.3.32
4452026-06-25T04:01:11.516Z Downloaded uuid v1.23.4
4462026-06-25T04:01:11.519Z Downloaded reqwest v0.12.28
4472026-06-25T04:01:11.522Z Downloaded chrono v0.4.45
4482026-06-25T04:01:11.526Z Downloaded typenum v1.20.1
4492026-06-25T04:01:11.534Z Downloaded unicode-ident v1.0.24
4502026-06-25T04:01:11.537Z Downloaded pulldown-cmark v0.13.4
4512026-06-25T04:01:11.540Z Downloaded serde_json v1.0.150
4522026-06-25T04:01:11.549Z Downloaded winnow v1.0.3
4532026-06-25T04:01:11.554Z Downloaded winnow v0.7.15
4542026-06-25T04:01:11.562Z Downloaded itertools v0.14.0
4552026-06-25T04:01:11.566Z Downloaded hyper v1.10.1
4562026-06-25T04:01:11.570Z Downloaded webpki-roots v1.0.8
4572026-06-25T04:01:11.572Z Downloaded url v2.5.8
4582026-06-25T04:01:11.575Z Downloaded curve25519-dalek v4.1.3
4592026-06-25T04:01:11.578Z Downloaded gimli v0.32.3
4602026-06-25T04:01:11.589Z Downloaded bstr v1.12.2
4612026-06-25T04:01:11.601Z Downloaded zerocopy v0.8.52
4622026-06-25T04:01:11.632Z Downloaded tracing v0.1.44
4632026-06-25T04:01:11.643Z Downloaded unicode-segmentation v1.13.3
4642026-06-25T04:01:11.646Z Downloaded color-eyre v0.6.5
4652026-06-25T04:01:11.653Z Downloaded regex v1.12.4
4662026-06-25T04:01:11.662Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4672026-06-25T04:01:11.673Z Downloaded quick-xml v0.38.4
4682026-06-25T04:01:11.676Z Downloaded quinn-proto v0.11.15
4692026-06-25T04:01:11.689Z Downloaded portable-atomic v1.13.1
4702026-06-25T04:01:11.733Z Downloaded vcpkg v0.2.15
4712026-06-25T04:01:11.765Z Downloaded regex-syntax v0.8.11
4722026-06-25T04:01:11.781Z Downloaded unicode-width v0.1.14
4732026-06-25T04:01:11.805Z Downloaded unicode-width v0.2.2
4742026-06-25T04:01:11.820Z Downloaded tracing-subscriber v0.3.23
4752026-06-25T04:01:11.825Z Downloaded openssl v0.10.81
4762026-06-25T04:01:11.830Z Downloaded nextest-runner v0.80.0
4772026-06-25T04:01:11.836Z Downloaded object v0.37.3
4782026-06-25T04:01:11.842Z Downloaded rustix v0.38.44
4792026-06-25T04:01:11.855Z Downloaded nix v0.30.1
4802026-06-25T04:01:11.861Z Downloaded syn v2.0.118
4812026-06-25T04:01:11.869Z Downloaded rustls v0.23.41
4822026-06-25T04:01:11.909Z Downloaded rustix v1.1.4
4832026-06-25T04:01:11.980Z Downloaded regex-automata v0.4.14
4842026-06-25T04:01:12.045Z Downloaded libc v0.2.186
4852026-06-25T04:01:12.065Z Downloaded petgraph v0.8.3
4862026-06-25T04:01:12.094Z Downloaded tokio v1.52.3
4872026-06-25T04:01:12.165Z Downloaded recursion v0.5.4
4882026-06-25T04:01:12.171Z Downloaded ring v0.17.14
4892026-06-25T04:01:12.231Z Compiling libc v0.2.186
4902026-06-25T04:01:12.231Z Compiling proc-macro2 v1.0.106
4912026-06-25T04:01:12.231Z Compiling quote v1.0.46
4922026-06-25T04:01:12.231Z Compiling unicode-ident v1.0.24
4932026-06-25T04:01:12.231Z Compiling serde_core v1.0.228
4942026-06-25T04:01:12.234Z Compiling cfg-if v1.0.4
4952026-06-25T04:01:12.234Z Compiling memchr v2.8.2
4962026-06-25T04:01:12.234Z Compiling once_cell v1.21.4
4972026-06-25T04:01:12.478Z Compiling log v0.4.33
4982026-06-25T04:01:12.496Z Compiling pin-project-lite v0.2.17
4992026-06-25T04:01:12.588Z Compiling itoa v1.0.18
5002026-06-25T04:01:12.626Z Compiling serde v1.0.228
5012026-06-25T04:01:12.784Z Compiling futures-core v0.3.32
5022026-06-25T04:01:12.824Z Compiling smallvec v1.15.2
5032026-06-25T04:01:12.936Z Compiling bitflags v2.13.0
5042026-06-25T04:01:12.989Z Compiling equivalent v1.0.2
5052026-06-25T04:01:13.082Z Compiling shlex v2.0.1
5062026-06-25T04:01:13.099Z Compiling find-msvc-tools v0.1.9
5072026-06-25T04:01:13.276Z Compiling errno v0.3.14
5082026-06-25T04:01:13.331Z Compiling hashbrown v0.17.1
5092026-06-25T04:01:13.342Z Compiling bytes v1.12.0
5102026-06-25T04:01:13.345Z Compiling mio v1.2.1
5112026-06-25T04:01:13.472Z Compiling signal-hook-registry v1.4.8
5122026-06-25T04:01:13.563Z Compiling jobserver v0.1.34
5132026-06-25T04:01:13.683Z Compiling rustix v1.1.4
5142026-06-25T04:01:13.806Z Compiling syn v2.0.118
5152026-06-25T04:01:13.899Z Compiling cc v1.2.65
5162026-06-25T04:01:14.034Z Compiling futures-sink v0.3.32
5172026-06-25T04:01:14.067Z Compiling socket2 v0.6.4
5182026-06-25T04:01:14.091Z Compiling slab v0.4.12
5192026-06-25T04:01:14.146Z Compiling zmij v1.0.21
5202026-06-25T04:01:14.296Z Compiling futures-channel v0.3.32
5212026-06-25T04:01:14.308Z Compiling tracing-core v0.1.36
5222026-06-25T04:01:14.507Z Compiling serde_json v1.0.150
5232026-06-25T04:01:14.562Z Compiling version_check v0.9.5
5242026-06-25T04:01:14.770Z Compiling indexmap v2.14.0
5252026-06-25T04:01:14.902Z Compiling getrandom v0.4.3
5262026-06-25T04:01:14.915Z Compiling futures-task v0.3.32
5272026-06-25T04:01:15.092Z Compiling futures-io v0.3.32
5282026-06-25T04:01:15.216Z Compiling percent-encoding v2.3.2
5292026-06-25T04:01:15.228Z Compiling unicode-width v0.2.2
5302026-06-25T04:01:15.288Z Compiling camino v1.2.3
5312026-06-25T04:01:15.491Z Compiling ring v0.17.14
5322026-06-25T04:01:15.539Z Compiling http v1.4.2
5332026-06-25T04:01:15.604Z Compiling zeroize v1.9.0
5342026-06-25T04:01:15.605Z Compiling autocfg v1.5.1
5352026-06-25T04:01:15.684Z Compiling adler2 v2.0.1
5362026-06-25T04:01:15.801Z Compiling simd-adler32 v0.3.9
5372026-06-25T04:01:15.962Z Compiling num-traits v0.2.19
5382026-06-25T04:01:16.206Z Compiling miniz_oxide v0.8.9
5392026-06-25T04:01:16.242Z Compiling getrandom v0.3.4
5402026-06-25T04:01:16.434Z Compiling zerocopy v0.8.52
5412026-06-25T04:01:16.590Z Compiling target-lexicon v0.13.5
5422026-06-25T04:01:16.641Z Compiling object v0.37.3
5432026-06-25T04:01:16.900Z Compiling http-body v1.0.1
5442026-06-25T04:01:17.067Z Compiling rustls-pki-types v1.14.1
5452026-06-25T04:01:17.155Z Compiling form_urlencoded v1.2.2
5462026-06-25T04:01:17.181Z Compiling semver v1.0.28
5472026-06-25T04:01:17.400Z Compiling serde_derive v1.0.228
5482026-06-25T04:01:17.434Z Compiling tokio-macros v2.7.0
5492026-06-25T04:01:17.449Z Compiling futures-macro v0.3.32
5502026-06-25T04:01:17.649Z Compiling tracing-attributes v0.1.31
5512026-06-25T04:01:17.837Z Compiling getrandom v0.2.17
5522026-06-25T04:01:17.852Z Compiling idna_adapter v1.0.0
5532026-06-25T04:01:17.953Z Compiling untrusted v0.9.0
5542026-06-25T04:01:17.956Z Compiling owo-colors v4.3.0
5552026-06-25T04:01:18.026Z Compiling gimli v0.32.3
5562026-06-25T04:01:18.086Z Compiling httparse v1.10.1
5572026-06-25T04:01:18.193Z Compiling tokio v1.52.3
5582026-06-25T04:01:18.291Z Compiling futures-util v0.3.32
5592026-06-25T04:01:18.304Z Compiling signal-hook v0.3.18
5602026-06-25T04:01:18.456Z Compiling utf8_iter v1.0.4
5612026-06-25T04:01:18.539Z Compiling fnv v1.0.7
5622026-06-25T04:01:18.624Z Compiling guppy-workspace-hack v0.1.0
5632026-06-25T04:01:18.645Z Compiling thiserror v2.0.18
5642026-06-25T04:01:18.863Z Compiling idna v1.1.0
5652026-06-25T04:01:18.875Z Compiling tracing v0.1.44
5662026-06-25T04:01:19.261Z Compiling thiserror-impl v2.0.18
5672026-06-25T04:01:20.012Z Compiling addr2line v0.25.1
5682026-06-25T04:01:20.693Z Compiling generic-array v0.14.7
5692026-06-25T04:01:20.724Z Compiling atomic-waker v1.1.2
5702026-06-25T04:01:20.874Z Compiling pkg-config v0.3.33
5712026-06-25T04:01:20.938Z Compiling thiserror v1.0.69
5722026-06-25T04:01:20.965Z Compiling rustls v0.23.41
5732026-06-25T04:01:21.050Z Compiling fastrand v2.4.1
5742026-06-25T04:01:21.225Z Compiling typeid v1.0.3
5752026-06-25T04:01:21.260Z Compiling tower-service v0.3.3
5762026-06-25T04:01:21.315Z Compiling target-spec v3.6.0
5772026-06-25T04:01:21.356Z Compiling try-lock v0.2.5
5782026-06-25T04:01:21.383Z Compiling rustc-demangle v0.1.27
5792026-06-25T04:01:21.472Z Compiling want v0.3.1
5802026-06-25T04:01:21.563Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5812026-06-25T04:01:21.651Z Compiling tempfile v3.27.0
5822026-06-25T04:01:21.850Z Compiling cfg-expr v0.20.8
5832026-06-25T04:01:22.095Z Compiling tokio-util v0.7.18
5842026-06-25T04:01:22.835Z Compiling h2 v0.4.15
5852026-06-25T04:01:23.176Z Compiling url v2.5.8
5862026-06-25T04:01:23.348Z Compiling backtrace v0.3.76
5872026-06-25T04:01:23.501Z Compiling thiserror-impl v1.0.69
5882026-06-25T04:01:23.660Z Compiling terminal_size v0.4.4
5892026-06-25T04:01:23.829Z Compiling aho-corasick v1.1.4
5902026-06-25T04:01:23.842Z Compiling regex-syntax v0.8.11
5912026-06-25T04:01:24.685Z Compiling rustls-webpki v0.103.13
5922026-06-25T04:01:25.667Z Compiling winnow v0.7.15
5932026-06-25T04:01:27.258Z Compiling erased-serde v0.4.10
5942026-06-25T04:01:27.504Z Compiling subtle v2.6.1
5952026-06-25T04:01:27.575Z Compiling typenum v1.20.1
5962026-06-25T04:01:27.712Z Compiling regex-automata v0.4.14
5972026-06-25T04:01:28.156Z Compiling hyper v1.10.1
5982026-06-25T04:01:29.438Z Compiling toml_datetime v0.6.11
5992026-06-25T04:01:29.819Z Compiling serde_spanned v0.6.9
6002026-06-25T04:01:29.987Z Compiling ahash v0.8.12
6012026-06-25T04:01:30.256Z Compiling sync_wrapper v1.0.2
6022026-06-25T04:01:30.373Z Compiling portable-atomic v1.13.1
6032026-06-25T04:01:30.822Z Compiling unicode-linebreak v0.1.5
6042026-06-25T04:01:31.070Z Compiling lazy_static v1.5.0
6052026-06-25T04:01:31.097Z Compiling toml_write v0.1.2
6062026-06-25T04:01:31.177Z Compiling crc32fast v1.5.0
6072026-06-25T04:01:31.277Z Compiling base64 v0.22.1
6082026-06-25T04:01:31.342Z Compiling is_ci v1.2.0
6092026-06-25T04:01:31.484Z Compiling unicode-segmentation v1.13.3
6102026-06-25T04:01:31.512Z Compiling parking_lot_core v0.9.12
6112026-06-25T04:01:31.766Z Compiling foldhash v0.1.5
6122026-06-25T04:01:31.797Z Compiling either v1.16.0
6132026-06-25T04:01:31.879Z Compiling nextest-workspace-hack v0.1.0
6142026-06-25T04:01:31.893Z Compiling tower-layer v0.3.3
6152026-06-25T04:01:31.984Z Compiling ipnet v2.12.0
6162026-06-25T04:01:32.021Z Compiling hashbrown v0.15.5
6172026-06-25T04:01:32.091Z Compiling tower v0.5.3
6182026-06-25T04:01:32.126Z Compiling convert_case v0.10.0
6192026-06-25T04:01:32.386Z Compiling hyper-util v0.1.20
6202026-06-25T04:01:32.541Z Compiling supports-color v3.0.2
6212026-06-25T04:01:32.665Z Compiling toml_edit v0.22.27
6222026-06-25T04:01:32.681Z Compiling sharded-slab v0.1.7
6232026-06-25T04:01:32.777Z Compiling textwrap v0.16.2
6242026-06-25T04:01:33.240Z Compiling tokio-rustls v0.26.4
6252026-06-25T04:01:33.525Z Compiling backtrace-ext v0.2.1
6262026-06-25T04:01:33.790Z Compiling ordered-float v2.10.1
6272026-06-25T04:01:33.914Z Compiling webpki-roots v1.0.8
6282026-06-25T04:01:34.036Z Compiling miette-derive v7.6.0
6292026-06-25T04:01:34.067Z Compiling pathdiff v0.2.3
6302026-06-25T04:01:34.184Z Compiling console v0.15.11
6312026-06-25T04:01:34.196Z Compiling cargo-platform v0.3.3
6322026-06-25T04:01:34.774Z Compiling tracing-log v0.2.0
6332026-06-25T04:01:35.047Z Compiling os_pipe v1.2.3
6342026-06-25T04:01:35.161Z Compiling thread_local v1.1.9
6352026-06-25T04:01:35.206Z Compiling cfg_aliases v0.2.1
6362026-06-25T04:01:35.249Z Compiling pulldown-cmark v0.13.4
6372026-06-25T04:01:35.275Z Compiling debug-ignore v1.0.5
6382026-06-25T04:01:35.485Z Compiling ryu v1.0.23
6392026-06-25T04:01:35.497Z Compiling unicode-width v0.1.14
6402026-06-25T04:01:35.552Z Compiling winnow v1.0.3
6412026-06-25T04:01:35.729Z Compiling scopeguard v1.2.0
6422026-06-25T04:01:35.774Z Compiling supports-hyperlinks v3.2.0
6432026-06-25T04:01:35.799Z Compiling fixedbitset v0.5.7
6442026-06-25T04:01:35.833Z Compiling zstd-safe v7.2.4
6452026-06-25T04:01:35.998Z Compiling supports-unicode v3.0.0
6462026-06-25T04:01:36.091Z Compiling utf8parse v0.2.2
6472026-06-25T04:01:36.172Z Compiling rustix v0.38.44
6482026-06-25T04:01:36.209Z Compiling anstyle-parse v1.0.0
6492026-06-25T04:01:36.368Z Compiling miette v7.6.0
6502026-06-25T04:01:36.435Z Compiling petgraph v0.8.3
6512026-06-25T04:01:36.635Z Compiling toml_parser v1.1.2+spec-1.1.0
6522026-06-25T04:01:37.023Z Compiling lock_api v0.4.14
6532026-06-25T04:01:37.318Z Compiling serde_urlencoded v0.7.1
6542026-06-25T04:01:37.624Z Compiling tracing-subscriber v0.3.23
6552026-06-25T04:01:38.001Z Compiling nix v0.30.1
6562026-06-25T04:01:38.403Z Compiling sigchld v0.2.4
6572026-06-25T04:01:38.406Z Compiling cargo_metadata v0.23.1
6582026-06-25T04:01:38.609Z Compiling toml v0.8.23
6592026-06-25T04:01:38.968Z Compiling serde-value v0.7.0
6602026-06-25T04:01:39.732Z Compiling hyper-rustls v0.27.9
6612026-06-25T04:01:40.412Z Compiling serde-untagged v0.1.9
6622026-06-25T04:01:40.916Z Compiling tower-http v0.6.11
6632026-06-25T04:01:41.460Z Compiling derive_more-impl v2.1.1
6642026-06-25T04:01:41.476Z Compiling itertools v0.14.0
6652026-06-25T04:01:41.547Z Compiling regex v1.12.4
6662026-06-25T04:01:41.590Z Compiling crypto-common v0.1.7
6672026-06-25T04:01:41.729Z Compiling block-buffer v0.10.4
6682026-06-25T04:01:41.885Z Compiling ppv-lite86 v0.2.21
6692026-06-25T04:01:42.126Z Compiling rand_core v0.9.5
6702026-06-25T04:01:42.217Z Compiling futures-executor v0.3.32
6712026-06-25T04:01:42.281Z Compiling pin-project-internal v1.1.13
6722026-06-25T04:01:42.378Z Compiling http-body-util v0.1.3
6732026-06-25T04:01:42.647Z Compiling uuid v1.23.4
6742026-06-25T04:01:42.745Z Compiling smol_str v0.3.6
6752026-06-25T04:01:42.983Z Compiling toml_datetime v1.1.1+spec-1.1.0
6762026-06-25T04:01:42.996Z Compiling serde_spanned v1.1.1
6772026-06-25T04:01:43.099Z Compiling filetime v0.2.29
6782026-06-25T04:01:43.140Z Compiling bstr v1.12.2
6792026-06-25T04:01:43.195Z Compiling vte v0.14.1
6802026-06-25T04:01:43.314Z Compiling unicode-xid v0.2.6
6812026-06-25T04:01:43.351Z Compiling self_update v0.42.0
6822026-06-25T04:01:43.398Z Compiling unicase v2.9.0
6832026-06-25T04:01:43.416Z Compiling colorchoice v1.0.5
6842026-06-25T04:01:43.453Z Compiling tinyvec_macros v0.1.1
6852026-06-25T04:01:43.540Z Compiling anstyle-query v1.1.5
6862026-06-25T04:01:43.586Z Compiling litrs v1.0.0
6872026-06-25T04:01:43.613Z Compiling eyre v0.6.12
6882026-06-25T04:01:43.645Z Compiling xattr v1.6.1
6892026-06-25T04:01:43.659Z Compiling anstyle v1.0.14
6902026-06-25T04:01:43.830Z Compiling color-spantrace v0.3.0
6912026-06-25T04:01:43.843Z Compiling iana-time-zone v0.1.65
6922026-06-25T04:01:43.950Z Compiling nested v0.1.1
6932026-06-25T04:01:44.027Z Compiling static_assertions v1.1.0
6942026-06-25T04:01:44.069Z Compiling number_prefix v0.4.0
6952026-06-25T04:01:44.102Z Compiling is_terminal_polyfill v1.70.2
6962026-06-25T04:01:44.121Z Compiling guppy v0.17.26
6972026-06-25T04:01:44.189Z Compiling indicatif v0.17.11
6982026-06-25T04:01:44.202Z Compiling anstream v1.0.0
6992026-06-25T04:01:44.204Z Compiling document-features v0.2.12
7002026-06-25T04:01:44.224Z Compiling chrono v0.4.45
7012026-06-25T04:01:44.774Z Compiling tar v0.4.46
7022026-06-25T04:01:44.993Z Compiling globset v0.4.18
7032026-06-25T04:01:45.277Z Compiling tinyvec v1.11.0
7042026-06-25T04:01:45.708Z Compiling cargo-util-schemas v0.2.0
7052026-06-25T04:01:47.012Z Compiling pin-project v1.1.13
7062026-06-25T04:01:47.121Z Compiling strip-ansi-escapes v0.2.1
7072026-06-25T04:01:47.270Z Compiling toml v1.1.2+spec-1.1.0
7082026-06-25T04:01:47.336Z Compiling nextest-metadata v0.12.2
7092026-06-25T04:01:47.615Z Compiling newtype-uuid v1.3.2
7102026-06-25T04:01:47.630Z Compiling reqwest v0.12.28
7112026-06-25T04:01:47.813Z Compiling futures v0.3.32
7122026-06-25T04:01:47.903Z Compiling rand_chacha v0.9.0
7132026-06-25T04:01:48.171Z Compiling derive_more v2.1.1
7142026-06-25T04:01:48.217Z Compiling digest v0.10.7
7152026-06-25T04:01:48.255Z Compiling parking_lot v0.12.5
7162026-06-25T04:01:48.449Z Compiling flate2 v1.1.9
7172026-06-25T04:01:48.472Z Compiling tracing-error v0.2.1
7182026-06-25T04:01:48.706Z Compiling shared_child v1.1.1
7192026-06-25T04:01:49.158Z Compiling signal-hook-mio v0.2.5
7202026-06-25T04:01:49.295Z Compiling self-replace v1.5.0
7212026-06-25T04:01:49.334Z Compiling cargo-platform v0.2.0
7222026-06-25T04:01:49.595Z Compiling quick-xml v0.38.4
7232026-06-25T04:01:49.898Z Compiling quick-xml v0.37.5
7242026-06-25T04:01:50.395Z Compiling humantime v2.3.0
7252026-06-25T04:01:50.722Z Compiling shell-words v1.1.1
7262026-06-25T04:01:50.826Z Compiling cpufeatures v0.2.17
7272026-06-25T04:01:50.905Z Compiling urlencoding v2.1.3
7282026-06-25T04:01:50.976Z Compiling strsim v0.11.1
7292026-06-25T04:01:51.154Z Compiling indenter v0.3.4
7302026-06-25T04:01:51.289Z Compiling recursion v0.5.4
7312026-06-25T04:01:51.431Z Compiling clap_lex v1.1.0
7322026-06-25T04:01:51.437Z Compiling heck v0.5.0
7332026-06-25T04:01:51.532Z Compiling nextest-filtering v0.15.0
7342026-06-25T04:01:51.637Z Compiling clap_derive v4.6.1
7352026-06-25T04:01:51.804Z Compiling clap_builder v4.6.0
7362026-06-25T04:01:52.552Z Compiling sha2 v0.10.9
7372026-06-25T04:01:53.418Z Compiling humantime-serde v1.1.1
7382026-06-25T04:01:53.585Z Compiling quick-junit v0.5.2
7392026-06-25T04:01:53.797Z Compiling atomicwrites v0.4.4
7402026-06-25T04:01:54.087Z Compiling cargo_metadata v0.20.0
7412026-06-25T04:01:55.505Z Compiling cargo-nextest v0.9.97
7422026-06-25T04:01:55.837Z Compiling crossterm v0.29.0
7432026-06-25T04:01:57.640Z Compiling duct v0.13.7
7442026-06-25T04:01:58.227Z Compiling rand v0.9.4
7452026-06-25T04:01:58.377Z Compiling zstd v0.13.3
7462026-06-25T04:01:58.808Z Compiling config v0.15.24
7472026-06-25T04:01:58.840Z Compiling async-scoped v0.9.0
7482026-06-25T04:01:58.998Z Compiling unicode-normalization v0.1.25
7492026-06-25T04:01:59.036Z Compiling target-spec-miette v0.4.8
7502026-06-25T04:01:59.075Z Compiling future-queue v0.4.0
7512026-06-25T04:01:59.295Z Compiling mukti-metadata v0.3.0
7522026-06-25T04:01:59.357Z Compiling tokio-stream v0.1.18
7532026-06-25T04:01:59.375Z Compiling camino-tempfile v1.4.1
7542026-06-25T04:01:59.470Z Compiling derive-where v1.6.1
7552026-06-25T04:01:59.593Z Compiling serde_path_to_error v0.1.20
7562026-06-25T04:01:59.787Z Compiling serde_ignored v0.1.14
7572026-06-25T04:01:59.801Z Compiling hex v0.4.3
7582026-06-25T04:01:59.896Z Compiling home v0.5.12
7592026-06-25T04:02:00.010Z Compiling swrite v0.1.0
7602026-06-25T04:02:00.053Z Compiling xxhash-rust v0.8.15
7612026-06-25T04:02:00.089Z Compiling indent_write v2.2.0
7622026-06-25T04:02:00.117Z Compiling color-eyre v0.6.5
7632026-06-25T04:02:00.211Z Compiling clap v4.6.1
7642026-06-25T04:02:00.233Z Compiling dialoguer v0.11.0
7652026-06-25T04:02:00.245Z Compiling enable-ansi-support v0.2.1
7662026-06-25T04:02:00.723Z Compiling nextest-runner v0.80.0
7672026-06-25T04:02:18.920Z Finished `release` profile [optimized] target(s) in 1m 11s
7682026-06-25T04:02:19.108Z Installing /home/build/.cargo/bin/cargo-nextest
7692026-06-25T04:02:19.111Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7702026-06-25T04:02:19.230Z+ pushd rdb
7712026-06-25T04:02:19.233Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7722026-06-25T04:02:19.233Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7732026-06-25T04:02:19.389Z Updating git repository `https://github.com/oxidecomputer/falcon`
7742026-06-25T04:02:20.339ZFrom https://github.com/oxidecomputer/falcon
7752026-06-25T04:02:20.339Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7762026-06-25T04:02:20.416Z Updating crates.io index
7772026-06-25T04:02:20.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7782026-06-25T04:02:20.837ZFrom https://github.com/oxidecomputer/dendrite
7792026-06-25T04:02:20.837Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7802026-06-25T04:02:20.917Z Updating git repository `https://github.com/oxidecomputer/ispf`
7812026-06-25T04:02:21.208ZFrom https://github.com/oxidecomputer/ispf
7822026-06-25T04:02:21.208Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7832026-06-25T04:02:21.233Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7842026-06-25T04:02:21.595ZFrom https://github.com/oxidecomputer/netadm-sys
7852026-06-25T04:02:21.595Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7862026-06-25T04:02:21.602Z Updating git repository `https://github.com/oxidecomputer/omicron`
7872026-06-25T04:02:27.433ZFrom https://github.com/oxidecomputer/omicron
7882026-06-25T04:02:27.433Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7892026-06-25T04:02:27.853Z Updating git repository `https://github.com/oxidecomputer/opte`
7902026-06-25T04:02:28.524ZFrom https://github.com/oxidecomputer/opte
7912026-06-25T04:02:28.524Z * [new ref] cd7749d9dd18f39e065781147cbf51d39930ceca -> refs/commit/cd7749d9dd18f39e065781147cbf51d39930ceca
7922026-06-25T04:02:28.557Z Updating git repository `https://github.com/illumos/smf-rs`
7932026-06-25T04:02:28.822ZFrom https://github.com/illumos/smf-rs
7942026-06-25T04:02:28.822Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7952026-06-25T04:02:28.883Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7962026-06-25T04:02:29.136ZFrom https://github.com/oxidecomputer/network-interface
7972026-06-25T04:02:29.136Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7982026-06-25T04:02:29.182Z Updating git repository `https://github.com/oxidecomputer/zone`
7992026-06-25T04:02:29.420ZFrom https://github.com/oxidecomputer/zone
8002026-06-25T04:02:29.420Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8012026-06-25T04:02:29.428Z Updating git repository `https://github.com/oxidecomputer/propolis`
8022026-06-25T04:02:30.075ZFrom https://github.com/oxidecomputer/propolis
8032026-06-25T04:02:30.075Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8042026-06-25T04:02:30.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8052026-06-25T04:02:30.679ZFrom https://github.com/oxidecomputer/transceiver-control
8062026-06-25T04:02:30.679Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8072026-06-25T04:02:30.690Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8082026-06-25T04:02:30.949ZFrom https://github.com/oxidecomputer/dlpi-sys
8092026-06-25T04:02:30.949Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8102026-06-25T04:02:30.965Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8112026-06-25T04:02:31.263ZFrom https://github.com/jmesmon/rust-libzfs
8122026-06-25T04:02:31.263Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8132026-06-25T04:02:31.270Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8142026-06-25T04:02:31.539ZFrom https://github.com/oxidecomputer/rusty-doors
8152026-06-25T04:02:31.539Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8162026-06-25T04:02:31.557Z Updating git repository `https://github.com/oxidecomputer/lldp`
8172026-06-25T04:02:31.909ZFrom https://github.com/oxidecomputer/lldp
8182026-06-25T04:02:31.909Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8192026-06-25T04:02:31.921Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8202026-06-25T04:02:32.190ZFrom https://github.com/oxidecomputer/slog-error-chain
8212026-06-25T04:02:32.190Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8222026-06-25T04:02:32.354Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8232026-06-25T04:02:32.644ZFrom https://github.com/oxidecomputer/tufaceous
8242026-06-25T04:02:32.644Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8252026-06-25T04:02:32.693Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8262026-06-25T04:02:33.187ZFrom https://github.com/oxidecomputer/management-gateway-service
8272026-06-25T04:02:33.187Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8282026-06-25T04:02:33.212Z Updating git repository `https://github.com/oxidecomputer/crucible`
8292026-06-25T04:02:34.095ZFrom https://github.com/oxidecomputer/crucible
8302026-06-25T04:02:34.095Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8312026-06-25T04:02:34.202Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8322026-06-25T04:02:34.467ZFrom https://github.com/oxidecomputer/serde_human_bytes
8332026-06-25T04:02:34.467Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8342026-06-25T04:02:34.715Z Updating git repository `https://github.com/oxidecomputer/propolis`
8352026-06-25T04:02:35.103ZFrom https://github.com/oxidecomputer/propolis
8362026-06-25T04:02:35.104Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8372026-06-25T04:02:35.156Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-25T04:02:35.666ZFrom https://github.com/oxidecomputer/crucible
8392026-06-25T04:02:35.666Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8402026-06-25T04:02:35.771Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-06-25T04:02:36.095ZFrom https://github.com/oxidecomputer/tofino
8422026-06-25T04:02:36.095Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8432026-06-25T04:02:36.106Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-06-25T04:02:36.749ZFrom https://github.com/oxidecomputer/maghemite
8452026-06-25T04:02:36.749Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8462026-06-25T04:02:36.837Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-06-25T04:02:37.111ZFrom https://github.com/oxidecomputer/clickward
8482026-06-25T04:02:37.111Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-06-25T04:02:37.322Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8502026-06-25T04:02:37.598ZFrom https://github.com/oxidecomputer/illumos-devinfo
8512026-06-25T04:02:37.598Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8522026-06-25T04:02:38.714Z Downloading crates ...
8532026-06-25T04:02:38.832Z Downloaded cargo_toml v0.22.3
8542026-06-25T04:02:38.835Z Downloaded csv-core v0.1.13
8552026-06-25T04:02:38.838Z Downloaded critical-section v1.2.0
8562026-06-25T04:02:38.838Z Downloaded backon v1.6.0
8572026-06-25T04:02:38.841Z Downloaded diff v0.1.13
8582026-06-25T04:02:38.843Z Downloaded deranged v0.5.8
8592026-06-25T04:02:38.848Z Downloaded keccak v0.1.6
8602026-06-25T04:02:38.850Z Downloaded darling v0.21.3
8612026-06-25T04:02:38.853Z Downloaded compression-core v0.4.32
8622026-06-25T04:02:38.856Z Downloaded blake2 v0.10.6
8632026-06-25T04:02:38.858Z Downloaded ingot v0.1.1
8642026-06-25T04:02:38.858Z Downloaded inout v0.1.4
8652026-06-25T04:02:38.861Z Downloaded fs-err v3.3.0
8662026-06-25T04:02:38.863Z Downloaded hash32 v0.3.1
8672026-06-25T04:02:38.864Z Downloaded hubpack_derive v0.1.1
8682026-06-25T04:02:38.867Z Downloaded gethostname v0.5.0
8692026-06-25T04:02:38.867Z Downloaded mime v0.3.17
8702026-06-25T04:02:38.870Z Downloaded internet-checksum v0.2.1
8712026-06-25T04:02:38.870Z Downloaded darling_macro v0.23.0
8722026-06-25T04:02:38.870Z Downloaded cpufeatures v0.3.0
8732026-06-25T04:02:38.872Z Downloaded group v0.13.0
8742026-06-25T04:02:38.875Z Downloaded arrayvec v0.7.6
8752026-06-25T04:02:38.875Z Downloaded const-random-macro v0.1.16
8762026-06-25T04:02:38.877Z Downloaded backoff v0.4.0
8772026-06-25T04:02:38.877Z Downloaded darling_core v0.23.0
8782026-06-25T04:02:38.881Z Downloaded newtype-uuid-macros v0.1.0
8792026-06-25T04:02:38.884Z Downloaded fixedbitset v0.4.2
8802026-06-25T04:02:38.886Z Downloaded ciborium-io v0.2.2
8812026-06-25T04:02:38.886Z Downloaded heapless v0.8.0
8822026-06-25T04:02:38.889Z Downloaded cookie v0.18.1
8832026-06-25T04:02:38.892Z Downloaded colored v3.1.1
8842026-06-25T04:02:38.894Z Downloaded cancel-safe-futures v0.1.5
8852026-06-25T04:02:38.897Z Downloaded litemap v0.8.2
8862026-06-25T04:02:38.897Z Downloaded httpdate v1.0.3
8872026-06-25T04:02:38.900Z Downloaded libm v0.2.16
8882026-06-25T04:02:38.904Z Downloaded heck v0.4.1
8892026-06-25T04:02:38.907Z Downloaded goblin v0.8.2
8902026-06-25T04:02:38.910Z Downloaded icu_locale_core v2.2.0
8912026-06-25T04:02:38.914Z Downloaded num-derive v0.4.2
8922026-06-25T04:02:38.917Z Downloaded linear-map v1.2.0
8932026-06-25T04:02:38.920Z Downloaded camino v1.2.2
8942026-06-25T04:02:38.920Z Downloaded hostname v0.4.2
8952026-06-25T04:02:38.923Z Downloaded hybrid-array v0.4.12
8962026-06-25T04:02:38.923Z Downloaded macaddr v1.0.1
8972026-06-25T04:02:38.926Z Downloaded libscf-sys v1.2.0
8982026-06-25T04:02:38.926Z Downloaded data-encoding v2.11.0
8992026-06-25T04:02:38.928Z Downloaded crunchy v0.2.4
9002026-06-25T04:02:38.928Z Downloaded hmac v0.12.1
9012026-06-25T04:02:38.931Z Downloaded bytecount v0.6.9
9022026-06-25T04:02:38.934Z Downloaded dunce v1.0.5
9032026-06-25T04:02:38.934Z Downloaded dtrace-parser v0.2.0
9042026-06-25T04:02:38.934Z Downloaded dropshot-api-manager-types v0.7.2
9052026-06-25T04:02:38.936Z Downloaded aead v0.5.2
9062026-06-25T04:02:38.936Z Downloaded chacha20 v0.10.0
9072026-06-25T04:02:38.939Z Downloaded ident_case v1.0.1
9082026-06-25T04:02:38.941Z Downloaded dtrace-parser v0.3.0
9092026-06-25T04:02:38.941Z Downloaded darling_core v0.21.3
9102026-06-25T04:02:38.944Z Downloaded crucible-workspace-hack v0.1.0
9112026-06-25T04:02:38.947Z Downloaded dof v0.4.0
9122026-06-25T04:02:38.947Z Downloaded dyn-clone v1.0.20
9132026-06-25T04:02:38.950Z Downloaded memmap v0.7.0
9142026-06-25T04:02:38.950Z Downloaded ingot-types v0.1.2
9152026-06-25T04:02:38.952Z Downloaded cobs v0.3.0
9162026-06-25T04:02:38.952Z Downloaded base16ct v1.0.0
9172026-06-25T04:02:38.955Z Downloaded arrayref v0.3.9
9182026-06-25T04:02:38.955Z Downloaded defmt v0.3.100
9192026-06-25T04:02:38.958Z Downloaded cstr-argument v0.1.2
9202026-06-25T04:02:38.958Z Downloaded libsw v3.5.0
9212026-06-25T04:02:38.961Z Downloaded konst v0.2.20
9222026-06-25T04:02:38.963Z Downloaded glob v0.3.3
9232026-06-25T04:02:38.963Z Downloaded chacha20 v0.9.1
9242026-06-25T04:02:38.966Z Downloaded bitflags v1.3.2
9252026-06-25T04:02:38.969Z Downloaded parse-display v0.10.0
9262026-06-25T04:02:38.969Z Downloaded newline-converter v0.3.0
9272026-06-25T04:02:38.972Z Downloaded natord v1.0.9
9282026-06-25T04:02:38.972Z Downloaded block-buffer v0.12.0
9292026-06-25T04:02:38.972Z Downloaded libsw-core v0.3.2
9302026-06-25T04:02:38.975Z Downloaded defmt-parser v1.0.0
9312026-06-25T04:02:38.975Z Downloaded foreign-types v0.5.0
9322026-06-25T04:02:38.979Z Downloaded float-ord v0.3.2
9332026-06-25T04:02:38.979Z Downloaded base64 v0.21.7
9342026-06-25T04:02:38.982Z Downloaded no-std-compat v0.4.1
9352026-06-25T04:02:38.982Z Downloaded instant v0.1.13
9362026-06-25T04:02:38.984Z Downloaded fxhash v0.2.1
9372026-06-25T04:02:38.984Z Downloaded darling_macro v0.21.3
9382026-06-25T04:02:38.984Z Downloaded base16ct v0.2.0
9392026-06-25T04:02:38.987Z Downloaded dof v0.3.0
9402026-06-25T04:02:38.987Z Downloaded ciborium-ll v0.2.2
9412026-06-25T04:02:38.990Z Downloaded daft-derive v0.1.7
9422026-06-25T04:02:38.992Z Downloaded match_cfg v0.1.0
9432026-06-25T04:02:38.992Z Downloaded managed v0.8.0
9442026-06-25T04:02:38.996Z Downloaded lru-cache v0.1.2
9452026-06-25T04:02:38.996Z Downloaded crc8 v0.1.1
9462026-06-25T04:02:38.997Z Downloaded foreign-types-shared v0.3.1
9472026-06-25T04:02:38.999Z Downloaded hubpack v0.1.2
9482026-06-25T04:02:38.999Z Downloaded embedded-io v0.6.1
9492026-06-25T04:02:38.999Z Downloaded displaydoc v0.2.6
9502026-06-25T04:02:39.007Z Downloaded ipnetwork v0.21.1
9512026-06-25T04:02:39.010Z Downloaded bit-vec v0.8.0
9522026-06-25T04:02:39.010Z Downloaded enum-as-inner v0.6.1
9532026-06-25T04:02:39.010Z Downloaded daft v0.1.7
9542026-06-25T04:02:39.010Z Downloaded byteorder v1.5.0
9552026-06-25T04:02:39.010Z Downloaded embedded-io v0.4.0
9562026-06-25T04:02:39.010Z Downloaded byte-wrapper v0.1.0
9572026-06-25T04:02:39.013Z Downloaded async-trait v0.1.89
9582026-06-25T04:02:39.015Z Downloaded powerfmt v0.2.0
9592026-06-25T04:02:39.015Z Downloaded newtype_derive v0.1.6
9602026-06-25T04:02:39.018Z Downloaded defmt v1.1.0
9612026-06-25T04:02:39.021Z Downloaded argon2 v0.5.3
9622026-06-25T04:02:39.021Z Downloaded cmake v0.1.58
9632026-06-25T04:02:39.024Z Downloaded bs58 v0.5.1
9642026-06-25T04:02:39.024Z Downloaded proc-macro-crate v1.3.1
9652026-06-25T04:02:39.026Z Downloaded git-stub v1.0.0
9662026-06-25T04:02:39.026Z Downloaded crossbeam-deque v0.8.6
9672026-06-25T04:02:39.029Z Downloaded crossbeam-epoch v0.9.18
9682026-06-25T04:02:39.030Z Downloaded foreign-types-macros v0.2.3
9692026-06-25T04:02:39.033Z Downloaded num_threads v0.1.7
9702026-06-25T04:02:39.033Z Downloaded konst_macro_rules v0.2.19
9712026-06-25T04:02:39.035Z Downloaded phf_shared v0.12.1
9722026-06-25T04:02:39.035Z Downloaded omicron-workspace-hack v0.1.0
9732026-06-25T04:02:39.035Z Downloaded memoffset v0.9.1
9742026-06-25T04:02:39.035Z Downloaded idna_adapter v1.2.2
9752026-06-25T04:02:39.038Z Downloaded chacha20poly1305 v0.10.1
9762026-06-25T04:02:39.038Z Downloaded plain v0.2.3
9772026-06-25T04:02:39.041Z Downloaded num_enum_derive v0.5.11
9782026-06-25T04:02:39.041Z Downloaded num-iter v0.1.45
9792026-06-25T04:02:39.041Z Downloaded num-conv v0.2.2
9802026-06-25T04:02:39.043Z Downloaded fs_extra v1.3.0
9812026-06-25T04:02:39.043Z Downloaded linked-hash-map v0.5.6
9822026-06-25T04:02:39.047Z Downloaded async-stream v0.3.6
9832026-06-25T04:02:39.047Z Downloaded icu_normalizer_data v2.2.0
9842026-06-25T04:02:39.050Z Downloaded icu_collections v2.2.0
9852026-06-25T04:02:39.052Z Downloaded is-terminal v0.4.17
9862026-06-25T04:02:39.052Z Downloaded indicatif v0.18.4
9872026-06-25T04:02:39.055Z Downloaded password-hash v0.5.0
9882026-06-25T04:02:39.058Z Downloaded defmt-macros v1.1.0
9892026-06-25T04:02:39.061Z Downloaded num-complex v0.4.6
9902026-06-25T04:02:39.062Z Downloaded num-integer v0.1.46
9912026-06-25T04:02:39.064Z Downloaded constant_time_eq v0.4.2
9922026-06-25T04:02:39.064Z Downloaded potential_utf v0.1.5
9932026-06-25T04:02:39.064Z Downloaded num_enum v0.5.11
9942026-06-25T04:02:39.067Z Downloaded oxnet v0.1.6
9952026-06-25T04:02:39.070Z Downloaded digest v0.11.3
9962026-06-25T04:02:39.073Z Downloaded progenitor-client v0.14.0
9972026-06-25T04:02:39.073Z Downloaded const_format_proc_macros v0.2.34
9982026-06-25T04:02:39.073Z Downloaded pretty-hex v0.4.2
9992026-06-25T04:02:39.076Z Downloaded bitflags v2.12.1
10002026-06-25T04:02:39.079Z Downloaded compression-codecs v0.4.38
10012026-06-25T04:02:39.082Z Downloaded rand_chacha v0.3.1
10022026-06-25T04:02:39.082Z Downloaded proc-macro-error-attr2 v2.0.0
10032026-06-25T04:02:39.082Z Downloaded crossbeam-utils v0.8.21
10042026-06-25T04:02:39.084Z Downloaded proc-macro-crate v3.5.0
10052026-06-25T04:02:39.084Z Downloaded foldhash v0.2.0
10062026-06-25T04:02:39.087Z Downloaded derive-ex v0.1.8
10072026-06-25T04:02:39.087Z Downloaded minimal-lexical v0.2.1
10082026-06-25T04:02:39.090Z Downloaded num v0.4.3
10092026-06-25T04:02:39.092Z Downloaded ff v0.13.1
10102026-06-25T04:02:39.092Z Downloaded progenitor-client v0.10.0
10112026-06-25T04:02:39.095Z Downloaded paste v1.0.15
10122026-06-25T04:02:39.095Z Downloaded olpc-cjson v0.1.4
10132026-06-25T04:02:39.098Z Downloaded progenitor-macro v0.10.0
10142026-06-25T04:02:39.098Z Downloaded parse-display-derive v0.10.0
10152026-06-25T04:02:39.098Z Downloaded quick-error v1.2.3
10162026-06-25T04:02:39.101Z Downloaded num_enum v0.7.6
10172026-06-25T04:02:39.103Z Downloaded proc-macro-error v1.0.4
10182026-06-25T04:02:39.106Z Downloaded num_enum_derive v0.7.6
10192026-06-25T04:02:39.106Z Downloaded bcs v0.1.6
10202026-06-25T04:02:39.109Z Downloaded parking_lot_core v0.8.6
10212026-06-25T04:02:39.109Z Downloaded oxide-tokio-rt v0.1.6
10222026-06-25T04:02:39.112Z Downloaded num-rational v0.4.2
10232026-06-25T04:02:39.112Z Downloaded dropshot_endpoint v0.17.1
10242026-06-25T04:02:39.115Z Downloaded git-stub-vcs v0.1.0
10252026-06-25T04:02:39.115Z Downloaded console v0.16.3
10262026-06-25T04:02:39.115Z Downloaded async-recursion v1.1.1
10272026-06-25T04:02:39.118Z Downloaded ref-cast v1.0.25
10282026-06-25T04:02:39.123Z Downloaded erased-serde v0.3.31
10292026-06-25T04:02:39.123Z Downloaded ingot-macros v0.1.1
10302026-06-25T04:02:39.126Z Downloaded crossbeam-channel v0.5.15
10312026-06-25T04:02:39.126Z Downloaded cipher v0.4.4
10322026-06-25T04:02:39.126Z Downloaded rustc_version v0.1.7
10332026-06-25T04:02:39.141Z Downloaded pem v3.0.6
10342026-06-25T04:02:39.141Z Downloaded crypto-common v0.2.2
10352026-06-25T04:02:39.141Z Downloaded convert_case v0.4.0
10362026-06-25T04:02:39.141Z Downloaded bit-set v0.8.0
10372026-06-25T04:02:39.141Z Downloaded serde-big-array v0.5.1
10382026-06-25T04:02:39.141Z Downloaded proc-macro-error2 v2.0.1
10392026-06-25T04:02:39.141Z Downloaded proc-macro-error-attr v1.0.4
10402026-06-25T04:02:39.141Z Downloaded ciborium v0.2.2
10412026-06-25T04:02:39.141Z Downloaded progenitor-extras v0.2.0
10422026-06-25T04:02:39.141Z Downloaded progenitor-client v0.13.0
10432026-06-25T04:02:39.141Z Downloaded poly1305 v0.8.0
10442026-06-25T04:02:39.144Z Downloaded siphasher v1.0.3
10452026-06-25T04:02:39.144Z Downloaded scroll_derive v0.13.1
10462026-06-25T04:02:39.144Z Downloaded scroll_derive v0.12.1
10472026-06-25T04:02:39.144Z Downloaded drift v0.2.0
10482026-06-25T04:02:39.148Z Downloaded slog-bunyan v2.5.0
10492026-06-25T04:02:39.151Z Downloaded progenitor v0.13.0
10502026-06-25T04:02:39.151Z Downloaded progenitor v0.14.0
10512026-06-25T04:02:39.154Z Downloaded progenitor v0.10.0
10522026-06-25T04:02:39.154Z Downloaded semver v0.1.20
10532026-06-25T04:02:39.154Z Downloaded progenitor-macro v0.13.0
10542026-06-25T04:02:39.157Z Downloaded derive_more v0.99.20
10552026-06-25T04:02:39.159Z Downloaded serial_test_derive v3.5.0
10562026-06-25T04:02:39.159Z Downloaded secrecy v0.10.3
10572026-06-25T04:02:39.159Z Downloaded serde_repr v0.1.20
10582026-06-25T04:02:39.162Z Downloaded phf v0.12.1
10592026-06-25T04:02:39.162Z Downloaded sigpipe v0.1.3
10602026-06-25T04:02:39.164Z Downloaded sha1 v0.11.0
10612026-06-25T04:02:39.165Z Downloaded pest_generator v2.8.6
10622026-06-25T04:02:39.165Z Downloaded sha1 v0.10.6
10632026-06-25T04:02:39.167Z Downloaded log v0.4.32
10642026-06-25T04:02:39.170Z Downloaded highway v1.3.0
10652026-06-25T04:02:39.170Z Downloaded multer v3.1.0
10662026-06-25T04:02:39.173Z Downloaded memmap2 v0.9.10
10672026-06-25T04:02:39.173Z Downloaded omicron-zone-package v0.12.2
10682026-06-25T04:02:39.176Z Downloaded parking_lot v0.11.2
10692026-06-25T04:02:39.176Z Downloaded half v2.7.1
10702026-06-25T04:02:39.182Z Downloaded allocator-api2 v0.2.21
10712026-06-25T04:02:39.186Z Downloaded const-oid v0.10.2
10722026-06-25T04:02:39.186Z Downloaded rustls-pemfile v2.2.0
10732026-06-25T04:02:39.186Z Downloaded stable_deref_trait v1.2.1
10742026-06-25T04:02:39.186Z Downloaded spin v0.5.2
10752026-06-25T04:02:39.186Z Downloaded slog-envlogger v2.2.0
10762026-06-25T04:02:39.189Z Downloaded tabled_derive v0.11.0
10772026-06-25T04:02:39.189Z Downloaded progenitor-macro v0.14.0
10782026-06-25T04:02:39.189Z Downloaded bytes v1.11.1
10792026-06-25T04:02:39.189Z Downloaded scroll v0.12.0
10802026-06-25T04:02:39.192Z Downloaded pest_derive v2.8.6
10812026-06-25T04:02:39.192Z Downloaded const-random v0.1.18
10822026-06-25T04:02:39.195Z Downloaded async-stream-impl v0.3.6
10832026-06-25T04:02:39.195Z Downloaded anyhow v1.0.102
10842026-06-25T04:02:39.197Z Downloaded take_mut v0.2.2
10852026-06-25T04:02:39.197Z Downloaded opaque-debug v0.3.1
10862026-06-25T04:02:39.197Z Downloaded postcard v1.1.3
10872026-06-25T04:02:39.200Z Downloaded hostname v0.3.1
10882026-06-25T04:02:39.200Z Downloaded darling v0.23.0
10892026-06-25T04:02:39.203Z Downloaded structmeta-derive v0.3.0
10902026-06-25T04:02:39.206Z Downloaded smawk v0.3.2
10912026-06-25T04:02:39.206Z Downloaded slog-json v2.6.1
10922026-06-25T04:02:39.206Z Downloaded schemars_derive v0.8.22
10932026-06-25T04:02:39.209Z Downloaded indexmap v1.9.3
10942026-06-25T04:02:39.212Z Downloaded serde_tokenstream v0.2.3
10952026-06-25T04:02:39.215Z Downloaded tabled_derive v0.7.0
10962026-06-25T04:02:39.218Z Downloaded papergrid v0.11.0
10972026-06-25T04:02:39.220Z Downloaded time-core v0.1.8
10982026-06-25T04:02:39.220Z Downloaded thread-id v5.1.0
10992026-06-25T04:02:39.223Z Downloaded thread-id v4.2.2
11002026-06-25T04:02:39.223Z Downloaded thiserror-impl-no-std v2.0.2
11012026-06-25T04:02:39.223Z Downloaded strum v0.27.2
11022026-06-25T04:02:39.226Z Downloaded tagptr v0.2.0
11032026-06-25T04:02:39.226Z Downloaded termtree v0.5.1
11042026-06-25T04:02:39.229Z Downloaded strum v0.26.3
11052026-06-25T04:02:39.229Z Downloaded progenitor-impl v0.10.0
11062026-06-25T04:02:39.229Z Downloaded elliptic-curve v0.13.8
11072026-06-25T04:02:39.234Z Downloaded slog-async v2.8.0
11082026-06-25T04:02:39.237Z Downloaded structmeta v0.3.0
11092026-06-25T04:02:39.240Z Downloaded smartstring v1.0.1
11102026-06-25T04:02:39.240Z Downloaded resolv-conf v0.7.6
11112026-06-25T04:02:39.243Z Downloaded getrandom v0.4.2
11122026-06-25T04:02:39.243Z Downloaded rhai_codegen v3.2.0
11132026-06-25T04:02:39.247Z Downloaded slog-dtrace v0.3.0
11142026-06-25T04:02:39.249Z Downloaded serde_with_macros v3.20.0
11152026-06-25T04:02:39.249Z Downloaded const_format v0.2.36
11162026-06-25T04:02:39.252Z Downloaded slog-term v2.9.2
11172026-06-25T04:02:39.255Z Downloaded arc-swap v1.9.1
11182026-06-25T04:02:39.257Z Downloaded typify-macro v0.4.3
11192026-06-25T04:02:39.257Z Downloaded progenitor-impl v0.13.0
11202026-06-25T04:02:39.260Z Downloaded slog-scope v4.4.1
11212026-06-25T04:02:39.260Z Downloaded wait-timeout v0.2.1
11222026-06-25T04:02:39.260Z Downloaded untrusted v0.7.1
11232026-06-25T04:02:39.263Z Downloaded topological-sort v0.2.2
11242026-06-25T04:02:39.263Z Downloaded tabwriter v1.4.1
11252026-06-25T04:02:39.263Z Downloaded scroll v0.13.0
11262026-06-25T04:02:39.266Z Downloaded usdt-macro v0.5.0
11272026-06-25T04:02:39.266Z Downloaded async-compression v0.4.42
11282026-06-25T04:02:39.269Z Downloaded strum_macros v0.26.4
11292026-06-25T04:02:39.271Z Downloaded icu_properties v2.2.0
11302026-06-25T04:02:39.274Z Downloaded tokio-tungstenite v0.21.0
11312026-06-25T04:02:39.276Z Downloaded papergrid v0.18.0
11322026-06-25T04:02:39.279Z Downloaded waitgroup v0.1.2
11332026-06-25T04:02:39.282Z Downloaded tinystr v0.8.3
11342026-06-25T04:02:39.282Z Downloaded synstructure v0.13.2
11352026-06-25T04:02:39.282Z Downloaded snafu-derive v0.8.9
11362026-06-25T04:02:39.284Z Downloaded crypto-bigint v0.5.5
11372026-06-25T04:02:39.287Z Downloaded thiserror-no-std v2.0.2
11382026-06-25T04:02:39.290Z Downloaded cc v1.2.63
11392026-06-25T04:02:39.295Z Downloaded schemars v0.8.22
11402026-06-25T04:02:39.301Z Downloaded usdt-attr-macro v0.6.0
11412026-06-25T04:02:39.305Z Downloaded hickory-resolver v0.24.4
11422026-06-25T04:02:39.308Z Downloaded rand_xorshift v0.4.0
11432026-06-25T04:02:39.310Z Downloaded pretty_assertions v1.4.1
11442026-06-25T04:02:39.310Z Downloaded pest_meta v2.8.6
11452026-06-25T04:02:39.313Z Downloaded unit-prefix v0.5.2
11462026-06-25T04:02:39.315Z Downloaded walkdir v2.5.0
11472026-06-25T04:02:39.318Z Downloaded yoke-derive v0.8.2
11482026-06-25T04:02:39.321Z Downloaded serial_test v3.5.0
11492026-06-25T04:02:39.323Z Downloaded same-file v1.0.6
11502026-06-25T04:02:39.323Z Downloaded rustls-platform-verifier v0.7.0
11512026-06-25T04:02:39.326Z Downloaded time-macros v0.2.27
11522026-06-25T04:02:39.326Z Downloaded serde_plain v1.0.2
11532026-06-25T04:02:39.329Z Downloaded strum_macros v0.27.2
11542026-06-25T04:02:39.329Z Downloaded spin v0.9.8
11552026-06-25T04:02:39.331Z Downloaded openssl-sys v0.9.116
11562026-06-25T04:02:39.334Z Downloaded slog-stdlog v4.1.1
11572026-06-25T04:02:39.334Z Downloaded icu_normalizer v2.2.0
11582026-06-25T04:02:39.337Z Downloaded slog v2.8.2
11592026-06-25T04:02:39.340Z Downloaded progenitor-impl v0.14.0
11602026-06-25T04:02:39.340Z Downloaded similar v2.7.0
11612026-06-25T04:02:39.342Z Downloaded rayon-core v1.13.0
11622026-06-25T04:02:39.345Z Downloaded whoami v1.6.1
11632026-06-25T04:02:39.348Z Downloaded quinn v0.11.9
11642026-06-25T04:02:39.351Z Downloaded usdt v0.6.0
11652026-06-25T04:02:39.356Z Downloaded ref-cast-impl v1.0.25
11662026-06-25T04:02:39.358Z Downloaded tokio-dtrace v0.1.1
11672026-06-25T04:02:39.359Z Downloaded usdt-macro v0.6.0
11682026-06-25T04:02:39.362Z Downloaded zeroize_derive v1.4.3
11692026-06-25T04:02:39.362Z Downloaded zone v0.3.1
11702026-06-25T04:02:39.364Z Downloaded smallvec v1.15.1
11712026-06-25T04:02:39.364Z Downloaded universal-hash v0.5.1
11722026-06-25T04:02:39.365Z Downloaded testing_table v0.3.0
11732026-06-25T04:02:39.367Z Downloaded serde_yaml v0.9.34+deprecated
11742026-06-25T04:02:39.370Z Downloaded hickory-resolver v0.25.2
11752026-06-25T04:02:39.370Z Downloaded blake3 v1.8.5
11762026-06-25T04:02:39.374Z Downloaded http v1.4.1
11772026-06-25T04:02:39.379Z Downloaded rand_core v0.10.1
11782026-06-25T04:02:39.383Z Downloaded rand v0.8.6
11792026-06-25T04:02:39.383Z Downloaded prettyplease v0.2.37
11802026-06-25T04:02:39.383Z Downloaded jiff-static v0.2.28
11812026-06-25T04:02:39.387Z Downloaded usdt-attr-macro v0.5.0
11822026-06-25T04:02:39.387Z Downloaded unarray v0.1.4
11832026-06-25T04:02:39.387Z Downloaded qorb v0.4.1
11842026-06-25T04:02:39.390Z Downloaded utf-8 v0.7.6
11852026-06-25T04:02:39.390Z Downloaded usdt v0.5.0
11862026-06-25T04:02:39.390Z Downloaded hashbrown v0.12.3
11872026-06-25T04:02:39.393Z Downloaded zerofrom v0.1.8
11882026-06-25T04:02:39.393Z Downloaded vsss-rs v3.3.4
11892026-06-25T04:02:39.393Z Downloaded usdt-impl v0.5.0
11902026-06-25T04:02:39.397Z Downloaded smf v0.2.3
11912026-06-25T04:02:39.397Z Downloaded rustls-native-certs v0.8.4
11922026-06-25T04:02:39.397Z Downloaded rustversion v1.0.22
11932026-06-25T04:02:39.397Z Downloaded zerofrom-derive v0.1.7
11942026-06-25T04:02:39.400Z Downloaded typify-macro v0.6.2
11952026-06-25T04:02:39.400Z Downloaded thin-vec v0.2.18
11962026-06-25T04:02:39.400Z Downloaded quote v1.0.45
11972026-06-25T04:02:39.403Z Downloaded zeroize v1.8.2
11982026-06-25T04:02:39.405Z Downloaded usdt-impl v0.6.0
11992026-06-25T04:02:39.408Z Downloaded memchr v2.8.1
12002026-06-25T04:02:39.411Z Downloaded xz2 v0.1.7
12012026-06-25T04:02:39.413Z Downloaded writeable v0.6.3
12022026-06-25T04:02:39.416Z Downloaded rusty-fork v0.3.1
12032026-06-25T04:02:39.416Z Downloaded zone_cfg_derive v0.3.1
12042026-06-25T04:02:39.416Z Downloaded tiny-keccak v2.0.2
12052026-06-25T04:02:39.420Z Downloaded nom v7.1.3
12062026-06-25T04:02:39.423Z Downloaded steno v0.4.1
12072026-06-25T04:02:39.426Z Downloaded toml v0.9.12+spec-1.1.0
12082026-06-25T04:02:39.426Z Downloaded expectorate v1.2.0
12092026-06-25T04:02:39.431Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12102026-06-25T04:02:39.434Z Downloaded typify v0.6.2
12112026-06-25T04:02:39.437Z Downloaded ucd-trie v0.1.7
12122026-06-25T04:02:39.439Z Downloaded yoke v0.8.3
12132026-06-25T04:02:39.444Z Downloaded tungstenite v0.21.0
12142026-06-25T04:02:39.447Z Downloaded toml_edit v0.25.12+spec-1.1.0
12152026-06-25T04:02:39.452Z Downloaded zerocopy-derive v0.7.35
12162026-06-25T04:02:39.455Z Downloaded zerovec-derive v0.11.3
12172026-06-25T04:02:39.455Z Downloaded test-strategy v0.4.5
12182026-06-25T04:02:39.458Z Downloaded schemars v1.2.1
12192026-06-25T04:02:39.465Z Downloaded typify v0.4.3
12202026-06-25T04:02:39.467Z Downloaded h2 v0.4.14
12212026-06-25T04:02:39.470Z Downloaded nom v8.0.0
12222026-06-25T04:02:39.473Z Downloaded unsafe-libyaml v0.2.11
12232026-06-25T04:02:39.476Z Downloaded rand v0.10.1
12242026-06-25T04:02:39.478Z Downloaded pest v2.8.6
12252026-06-25T04:02:39.481Z Downloaded dropshot-api-manager v0.7.2
12262026-06-25T04:02:39.484Z Downloaded toml v0.7.8
12272026-06-25T04:02:39.496Z Downloaded itertools v0.12.1
12282026-06-25T04:02:39.500Z Downloaded term v1.2.1
12292026-06-25T04:02:39.517Z Downloaded schemars v0.9.0
12302026-06-25T04:02:39.524Z Downloaded ron v0.12.1
12312026-06-25T04:02:39.529Z Downloaded snafu v0.8.9
12322026-06-25T04:02:39.533Z Downloaded yansi v1.0.1
12332026-06-25T04:02:39.536Z Downloaded icu_provider v2.2.0
12342026-06-25T04:02:39.539Z Downloaded toml_edit v0.19.15
12352026-06-25T04:02:39.545Z Downloaded zerocopy-derive v0.8.50
12362026-06-25T04:02:39.550Z Downloaded zerotrie v0.2.4
12372026-06-25T04:02:39.552Z Downloaded uuid v1.23.2
12382026-06-25T04:02:39.555Z Downloaded serde_derive_internals v0.29.1
12392026-06-25T04:02:39.555Z Downloaded typed-path v0.9.3
12402026-06-25T04:02:39.558Z Downloaded hashbrown v0.16.1
12412026-06-25T04:02:39.561Z Downloaded reqwest v0.13.4
12422026-06-25T04:02:39.580Z Downloaded tough v0.22.0
12432026-06-25T04:02:39.585Z Downloaded icu_properties_data v2.2.0
12442026-06-25T04:02:39.590Z Downloaded moka v0.12.15
12452026-06-25T04:02:39.594Z Downloaded hkdf v0.12.4
12462026-06-25T04:02:39.600Z Downloaded rayon v1.12.0
12472026-06-25T04:02:39.617Z Downloaded iddqd v0.4.2
12482026-06-25T04:02:39.634Z Downloaded zerovec v0.11.6
12492026-06-25T04:02:39.638Z Downloaded proptest v1.11.0
12502026-06-25T04:02:39.652Z Downloaded aws-lc-rs v1.17.0
12512026-06-25T04:02:39.658Z Downloaded zerocopy v0.7.35
12522026-06-25T04:02:39.667Z Downloaded regex v1.12.3
12532026-06-25T04:02:39.672Z Downloaded winnow v0.5.40
12542026-06-25T04:02:39.710Z Downloaded tabled v0.21.0
12552026-06-25T04:02:39.720Z Downloaded goblin v0.10.7
12562026-06-25T04:02:39.725Z Downloaded tabled v0.15.0
12572026-06-25T04:02:39.734Z Downloaded time v0.3.47
12582026-06-25T04:02:39.742Z Downloaded webpki-roots v1.0.7
12592026-06-25T04:02:39.744Z Downloaded nix v0.31.3
12602026-06-25T04:02:39.750Z Downloaded quinn-proto v0.11.14
12612026-06-25T04:02:39.755Z Downloaded bstr v1.12.1
12622026-06-25T04:02:39.759Z Downloaded syn v1.0.109
12632026-06-25T04:02:39.765Z Downloaded hickory-proto v0.24.4
12642026-06-25T04:02:39.774Z Downloaded openssl v0.10.80
12652026-06-25T04:02:39.780Z Downloaded dropshot v0.17.1
12662026-06-25T04:02:39.793Z Downloaded syn v2.0.117
12672026-06-25T04:02:39.799Z Downloaded zerocopy v0.8.50
12682026-06-25T04:02:39.811Z Downloaded regress v0.10.5
12692026-06-25T04:02:39.817Z Downloaded rustls v0.23.40
12702026-06-25T04:02:39.824Z Downloaded rhai v1.25.1
12712026-06-25T04:02:39.830Z Downloaded regress v0.11.1
12722026-06-25T04:02:39.835Z Downloaded regex-syntax v0.8.10
12732026-06-25T04:02:39.840Z Downloaded openapiv3 v2.2.0
12742026-06-25T04:02:39.846Z Downloaded hickory-proto v0.25.2
12752026-06-25T04:02:39.855Z Downloaded smoltcp v0.11.0
12762026-06-25T04:02:39.862Z Downloaded serde_with v3.20.0
12772026-06-25T04:02:39.870Z Downloaded typify-impl v0.4.3
12782026-06-25T04:02:39.899Z Downloaded sled v0.34.7
12792026-06-25T04:02:39.912Z Downloaded typify-impl v0.6.2
12802026-06-25T04:02:39.926Z Downloaded lzma-sys v0.1.20
12812026-06-25T04:02:39.943Z Downloaded jiff v0.2.28
12822026-06-25T04:02:39.961Z Downloaded petgraph v0.6.5
12832026-06-25T04:02:39.984Z Downloaded chrono-tz v0.10.4
12842026-06-25T04:02:39.993Z Downloaded encoding_rs v0.8.35
12852026-06-25T04:02:40.007Z Downloaded csv v1.4.0
12862026-06-25T04:02:40.017Z Downloaded sha3 v0.10.9
12872026-06-25T04:02:40.613Z Downloaded aws-lc-sys v0.41.0
12882026-06-25T04:02:41.528Z Compiling proc-macro2 v1.0.106
12892026-06-25T04:02:41.528Z Compiling quote v1.0.45
12902026-06-25T04:02:41.528Z Compiling unicode-ident v1.0.24
12912026-06-25T04:02:41.528Z Compiling serde_core v1.0.228
12922026-06-25T04:02:41.528Z Compiling cfg-if v1.0.4
12932026-06-25T04:02:41.533Z Compiling serde v1.0.228
12942026-06-25T04:02:41.533Z Compiling libc v0.2.186
12952026-06-25T04:02:41.533Z Compiling memchr v2.8.1
12962026-06-25T04:02:41.689Z Compiling itoa v1.0.18
12972026-06-25T04:02:41.865Z Compiling smallvec v1.15.1
12982026-06-25T04:02:41.959Z Compiling zmij v1.0.21
12992026-06-25T04:02:42.006Z Compiling autocfg v1.5.1
13002026-06-25T04:02:42.079Z Compiling libm v0.2.16
13012026-06-25T04:02:42.313Z Compiling stable_deref_trait v1.2.1
13022026-06-25T04:02:42.350Z Compiling writeable v0.6.3
13032026-06-25T04:02:42.380Z Compiling litemap v0.8.2
13042026-06-25T04:02:42.464Z Compiling percent-encoding v2.3.2
13052026-06-25T04:02:42.546Z Compiling icu_properties_data v2.2.0
13062026-06-25T04:02:42.549Z Compiling utf8_iter v1.0.4
13072026-06-25T04:02:42.565Z Compiling icu_normalizer_data v2.2.0
13082026-06-25T04:02:42.660Z Compiling iana-time-zone v0.1.65
13092026-06-25T04:02:42.733Z Compiling equivalent v1.0.2
13102026-06-25T04:02:42.815Z Compiling syn v2.0.117
13112026-06-25T04:02:42.881Z Compiling form_urlencoded v1.2.2
13122026-06-25T04:02:42.892Z Compiling serde_json v1.0.150
13132026-06-25T04:02:42.909Z Compiling version_check v0.9.5
13142026-06-25T04:02:42.974Z Compiling pin-project-lite v0.2.17
13152026-06-25T04:02:42.986Z Compiling dyn-clone v1.0.20
13162026-06-25T04:02:43.056Z Compiling parking_lot_core v0.9.12
13172026-06-25T04:02:43.066Z Compiling scopeguard v1.2.0
13182026-06-25T04:02:43.121Z Compiling num-traits v0.2.19
13192026-06-25T04:02:43.147Z Compiling lock_api v0.4.14
13202026-06-25T04:02:43.167Z Compiling getrandom v0.4.2
13212026-06-25T04:02:43.177Z Compiling hashbrown v0.17.1
13222026-06-25T04:02:43.350Z Compiling thiserror v2.0.18
13232026-06-25T04:02:43.371Z Compiling rand_core v0.10.1
13242026-06-25T04:02:43.492Z Compiling errno v0.3.14
13252026-06-25T04:02:43.642Z Compiling log v0.4.32
13262026-06-25T04:02:43.688Z Compiling heck v0.5.0
13272026-06-25T04:02:43.768Z Compiling semver v1.0.28
13282026-06-25T04:02:43.830Z Compiling indexmap v2.14.0
13292026-06-25T04:02:43.931Z Compiling futures-core v0.3.32
13302026-06-25T04:02:44.012Z Compiling uuid v1.23.2
13312026-06-25T04:02:44.080Z Compiling zerocopy v0.8.50
13322026-06-25T04:02:44.117Z Compiling futures-sink v0.3.32
13332026-06-25T04:02:44.222Z Compiling schemars v0.8.22
13342026-06-25T04:02:44.262Z Compiling slab v0.4.12
13352026-06-25T04:02:44.422Z Compiling jobserver v0.1.34
13362026-06-25T04:02:44.457Z Compiling shlex v2.0.1
13372026-06-25T04:02:44.492Z Compiling rustversion v1.0.22
13382026-06-25T04:02:44.495Z Compiling find-msvc-tools v0.1.9
13392026-06-25T04:02:44.556Z Compiling fnv v1.0.7
13402026-06-25T04:02:44.643Z Compiling futures-channel v0.3.32
13412026-06-25T04:02:44.654Z Compiling cc v1.2.63
13422026-06-25T04:02:44.743Z Compiling bitflags v2.12.1
13432026-06-25T04:02:44.755Z Compiling futures-task v0.3.32
13442026-06-25T04:02:44.873Z Compiling futures-io v0.3.32
13452026-06-25T04:02:44.988Z Compiling socket2 v0.6.4
13462026-06-25T04:02:45.000Z Compiling signal-hook-registry v1.4.8
13472026-06-25T04:02:45.037Z Compiling mio v1.2.1
13482026-06-25T04:02:45.212Z Compiling parking_lot v0.12.5
13492026-06-25T04:02:45.246Z Compiling portable-atomic v1.13.1
13502026-06-25T04:02:45.298Z Compiling typenum v1.20.1
13512026-06-25T04:02:45.446Z Compiling cmake v0.1.58
13522026-06-25T04:02:45.494Z Compiling dunce v1.0.5
13532026-06-25T04:02:45.547Z Compiling fs_extra v1.3.0
13542026-06-25T04:02:45.589Z Compiling base64 v0.22.1
13552026-06-25T04:02:45.638Z Compiling critical-section v1.2.0
13562026-06-25T04:02:45.747Z Compiling slog v2.8.2
13572026-06-25T04:02:45.796Z Compiling synstructure v0.13.2
13582026-06-25T04:02:45.806Z Compiling serde_derive_internals v0.29.1
13592026-06-25T04:02:45.937Z Compiling subtle v2.6.1
13602026-06-25T04:02:45.970Z Compiling aws-lc-sys v0.41.0
13612026-06-25T04:02:45.983Z Compiling byteorder v1.5.0
13622026-06-25T04:02:46.099Z Compiling strsim v0.11.1
13632026-06-25T04:02:46.119Z Compiling rustix v1.1.4
13642026-06-25T04:02:46.211Z Compiling once_cell v1.21.4
13652026-06-25T04:02:46.297Z Compiling regex-syntax v0.8.10
13662026-06-25T04:02:46.312Z Compiling ipnet v2.12.0
13672026-06-25T04:02:46.427Z Compiling atomic-waker v1.1.2
13682026-06-25T04:02:46.503Z Compiling httparse v1.10.1
13692026-06-25T04:02:46.546Z Compiling tower-service v0.3.3
13702026-06-25T04:02:46.549Z Compiling tower-layer v0.3.3
13712026-06-25T04:02:46.633Z Compiling getrandom v0.2.17
13722026-06-25T04:02:46.678Z Compiling try-lock v0.2.5
13732026-06-25T04:02:46.703Z Compiling ryu v1.0.23
13742026-06-25T04:02:46.782Z Compiling untrusted v0.9.0
13752026-06-25T04:02:46.816Z Compiling ucd-trie v0.1.7
13762026-06-25T04:02:46.836Z Compiling thiserror v1.0.69
13772026-06-25T04:02:46.887Z Compiling want v0.3.1
13782026-06-25T04:02:46.896Z Compiling rand_core v0.6.4
13792026-06-25T04:02:47.026Z Compiling serde_derive v1.0.228
13802026-06-25T04:02:47.051Z Compiling zerofrom-derive v0.1.7
13812026-06-25T04:02:47.111Z Compiling yoke-derive v0.8.2
13822026-06-25T04:02:47.115Z Compiling zerovec-derive v0.11.3
13832026-06-25T04:02:47.147Z Compiling displaydoc v0.2.6
13842026-06-25T04:02:47.201Z Compiling schemars_derive v0.8.22
13852026-06-25T04:02:47.947Z Compiling thiserror-impl v2.0.18
13862026-06-25T04:02:48.192Z Compiling tokio-macros v2.7.0
13872026-06-25T04:02:48.205Z Compiling zerocopy-derive v0.8.50
13882026-06-25T04:02:48.242Z Compiling zerofrom v0.1.8
13892026-06-25T04:02:48.365Z Compiling yoke v0.8.3
13902026-06-25T04:02:48.420Z Compiling zeroize_derive v1.4.3
13912026-06-25T04:02:48.559Z Compiling zerovec v0.11.6
13922026-06-25T04:02:48.998Z Compiling zerotrie v0.2.4
13932026-06-25T04:02:49.029Z Compiling tinystr v0.8.3
13942026-06-25T04:02:49.095Z Compiling potential_utf v0.1.5
13952026-06-25T04:02:49.173Z Compiling zeroize v1.8.2
13962026-06-25T04:02:49.221Z Compiling icu_locale_core v2.2.0
13972026-06-25T04:02:49.232Z Compiling icu_collections v2.2.0
13982026-06-25T04:02:49.300Z Compiling futures-macro v0.3.32
13992026-06-25T04:02:49.372Z Compiling thiserror-impl v1.0.69
14002026-06-25T04:02:49.530Z Compiling pest v2.8.6
14012026-06-25T04:02:49.761Z Compiling httpdate v1.0.3
14022026-06-25T04:02:50.002Z Compiling icu_provider v2.2.0
14032026-06-25T04:02:50.142Z Compiling bytes v1.11.1
14042026-06-25T04:02:50.232Z Compiling icu_properties v2.2.0
14052026-06-25T04:02:50.309Z Compiling icu_normalizer v2.2.0
14062026-06-25T04:02:50.330Z Compiling chrono v0.4.45
14072026-06-25T04:02:50.552Z Compiling futures-util v0.3.32
14082026-06-25T04:02:50.775Z Compiling http v1.4.1
14092026-06-25T04:02:50.794Z Compiling tokio v1.52.3
14102026-06-25T04:02:50.902Z Compiling serde_tokenstream v0.2.3
14112026-06-25T04:02:51.182Z Compiling idna_adapter v1.2.2
14122026-06-25T04:02:51.320Z Compiling idna v1.1.0
14132026-06-25T04:02:51.430Z Compiling erased-serde v0.3.31
14142026-06-25T04:02:51.759Z Compiling url v2.5.8
14152026-06-25T04:02:51.913Z Compiling http-body v1.0.1
14162026-06-25T04:02:52.093Z Compiling pest_meta v2.8.6
14172026-06-25T04:02:52.163Z Compiling getrandom v0.3.4
14182026-06-25T04:02:52.513Z Compiling ppv-lite86 v0.2.21
14192026-06-25T04:02:52.647Z Compiling pretty-hex v0.4.2
14202026-06-25T04:02:52.661Z Compiling pest_generator v2.8.6
14212026-06-25T04:02:52.782Z Compiling plain v0.2.3
14222026-06-25T04:02:52.826Z Compiling winnow v1.0.3
14232026-06-25T04:02:52.843Z Compiling foldhash v0.2.0
14242026-06-25T04:02:52.888Z Compiling paste v1.0.15
14252026-06-25T04:02:53.075Z Compiling ipnetwork v0.21.1
14262026-06-25T04:02:53.197Z Compiling allocator-api2 v0.2.21
14272026-06-25T04:02:53.315Z Compiling oxnet v0.1.6
14282026-06-25T04:02:53.379Z Compiling pest_derive v2.8.6
14292026-06-25T04:02:53.566Z Compiling hashbrown v0.16.1
14302026-06-25T04:02:53.577Z Compiling tracing-attributes v0.1.31
14312026-06-25T04:02:53.772Z Compiling tracing-core v0.1.36
14322026-06-25T04:02:53.805Z Compiling ident_case v1.0.1
14332026-06-25T04:02:53.926Z Compiling omicron-workspace-hack v0.1.0
14342026-06-25T04:02:54.021Z Compiling http-body-util v0.1.3
14352026-06-25T04:02:54.167Z Compiling serde_urlencoded v0.7.1
14362026-06-25T04:02:54.179Z Compiling aho-corasick v1.1.4
14372026-06-25T04:02:54.329Z Compiling sync_wrapper v1.0.2
14382026-06-25T04:02:54.396Z Compiling daft-derive v0.1.7
14392026-06-25T04:02:54.493Z Compiling fastrand v2.4.1
14402026-06-25T04:02:54.764Z Compiling tokio-util v0.7.18
14412026-06-25T04:02:54.839Z Compiling tracing v0.1.44
14422026-06-25T04:02:55.086Z Compiling regex-automata v0.4.14
14432026-06-25T04:02:55.176Z Compiling scroll_derive v0.13.1
14442026-06-25T04:02:55.440Z Compiling async-trait v0.1.89
14452026-06-25T04:02:55.591Z Compiling anyhow v1.0.102
14462026-06-25T04:02:55.709Z Compiling num-conv v0.2.2
14472026-06-25T04:02:55.855Z Compiling time-core v0.1.8
14482026-06-25T04:02:55.927Z Compiling aws-lc-rs v1.17.0
14492026-06-25T04:02:55.997Z Compiling powerfmt v0.2.0
14502026-06-25T04:02:56.024Z Compiling scroll v0.13.0
14512026-06-25T04:02:56.204Z Compiling deranged v0.5.8
14522026-06-25T04:02:56.240Z Compiling time-macros v0.2.27
14532026-06-25T04:02:56.435Z Compiling rustls-pki-types v1.14.1
14542026-06-25T04:02:56.490Z Compiling openssl-probe v0.2.1
14552026-06-25T04:02:56.681Z Compiling num_threads v0.1.7
14562026-06-25T04:02:56.780Z Compiling regex v1.12.3
14572026-06-25T04:02:56.917Z Compiling hex v0.4.3
14582026-06-25T04:02:57.206Z Compiling goblin v0.10.7
14592026-06-25T04:02:57.230Z Compiling untrusted v0.7.1
14602026-06-25T04:02:57.272Z Compiling camino v1.2.2
14612026-06-25T04:02:57.344Z Compiling rustls v0.23.40
14622026-06-25T04:02:57.558Z Compiling crc32fast v1.5.0
14632026-06-25T04:02:57.567Z Compiling usdt-impl v0.6.0
14642026-06-25T04:02:57.619Z Compiling h2 v0.4.14
14652026-06-25T04:02:57.776Z Compiling dtrace-parser v0.3.0
14662026-06-25T04:02:57.828Z Compiling crossbeam-utils v0.8.21
14672026-06-25T04:02:58.074Z Compiling futures-executor v0.3.32
14682026-06-25T04:02:58.162Z Compiling structmeta-derive v0.3.0
14692026-06-25T04:02:58.224Z Compiling thread-id v5.1.0
14702026-06-25T04:02:58.306Z Compiling adler2 v2.0.1
14712026-06-25T04:02:58.354Z Compiling simd-adler32 v0.3.9
14722026-06-25T04:02:58.438Z Compiling cpufeatures v0.3.0
14732026-06-25T04:02:58.525Z Compiling futures v0.3.32
14742026-06-25T04:02:58.590Z Compiling miniz_oxide v0.8.9
14752026-06-25T04:02:58.726Z Compiling rand_core v0.9.5
14762026-06-25T04:02:58.943Z Compiling darling_core v0.23.0
14772026-06-25T04:02:59.132Z Compiling newtype-uuid-macros v0.1.0
14782026-06-25T04:02:59.259Z Compiling hybrid-array v0.4.12
14792026-06-25T04:02:59.296Z Compiling structmeta v0.3.0
14802026-06-25T04:02:59.647Z Compiling thread_local v1.1.9
14812026-06-25T04:02:59.760Z Compiling hyper v1.10.1
14822026-06-25T04:02:59.921Z Compiling match_cfg v0.1.0
14832026-06-25T04:02:59.953Z Compiling flate2 v1.1.9
14842026-06-25T04:03:00.112Z Compiling dof v0.4.0
14852026-06-25T04:03:01.056Z Compiling newtype-uuid v1.3.2
14862026-06-25T04:03:01.084Z Compiling ref-cast v1.0.25
14872026-06-25T04:03:01.084Z Compiling compression-core v0.4.32
14882026-06-25T04:03:01.084Z Compiling hyper-util v0.1.20
14892026-06-25T04:03:01.084Z Compiling darling_macro v0.23.0
14902026-06-25T04:03:01.460Z Compiling quick-error v1.2.3
14912026-06-25T04:03:01.494Z Compiling slog-async v2.8.0
14922026-06-25T04:03:01.605Z Compiling compression-codecs v0.4.38
14932026-06-25T04:03:01.651Z Compiling darling v0.23.0
14942026-06-25T04:03:01.730Z Compiling daft v0.1.7
14952026-06-25T04:03:01.751Z Compiling block-buffer v0.12.0
14962026-06-25T04:03:01.777Z Compiling crypto-common v0.2.2
14972026-06-25T04:03:01.845Z Compiling rand_chacha v0.9.0
14982026-06-25T04:03:01.903Z Compiling ref-cast-impl v1.0.25
14992026-06-25T04:03:01.991Z Compiling strum_macros v0.26.4
15002026-06-25T04:03:02.260Z Compiling usdt-attr-macro v0.6.0
15012026-06-25T04:03:02.272Z Compiling usdt-macro v0.6.0
15022026-06-25T04:03:02.275Z Compiling serde_spanned v1.1.1
15032026-06-25T04:03:02.423Z Compiling multer v3.1.0
15042026-06-25T04:03:02.521Z Compiling generic-array v0.14.7
15052026-06-25T04:03:02.608Z Compiling debug-ignore v1.0.5
15062026-06-25T04:03:02.660Z Compiling take_mut v0.2.2
15072026-06-25T04:03:02.708Z Compiling bit-vec v0.8.0
15082026-06-25T04:03:02.711Z Compiling const-oid v0.10.2
15092026-06-25T04:03:02.763Z Compiling term v1.2.1
15102026-06-25T04:03:02.774Z Compiling toml_writer v1.1.1+spec-1.1.0
15112026-06-25T04:03:02.946Z Compiling bit-set v0.8.0
15122026-06-25T04:03:02.984Z Compiling digest v0.11.3
15132026-06-25T04:03:03.165Z Compiling rand v0.9.4
15142026-06-25T04:03:03.244Z Compiling serde_with_macros v3.20.0
15152026-06-25T04:03:03.426Z Compiling async-stream-impl v0.3.6
15162026-06-25T04:03:03.469Z Compiling dropshot v0.17.1
15172026-06-25T04:03:03.562Z Compiling encoding_rs v0.8.35
15182026-06-25T04:03:03.725Z Compiling spin v0.9.8
15192026-06-25T04:03:03.736Z Compiling strum v0.26.3
15202026-06-25T04:03:03.834Z Compiling syn v1.0.109
15212026-06-25T04:03:03.837Z Compiling mime v0.3.17
15222026-06-25T04:03:03.856Z Compiling unarray v0.1.4
15232026-06-25T04:03:04.110Z Compiling async-stream v0.3.6
15242026-06-25T04:03:04.121Z Compiling sha1 v0.11.0
15252026-06-25T04:03:04.207Z Compiling derive-ex v0.1.8
15262026-06-25T04:03:04.284Z Compiling tower v0.5.3
15272026-06-25T04:03:04.327Z Compiling dropshot_endpoint v0.17.1
15282026-06-25T04:03:04.361Z Compiling macaddr v1.0.1
15292026-06-25T04:03:04.444Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-06-25T04:03:04.506Z Compiling waitgroup v0.1.2
15312026-06-25T04:03:04.643Z Compiling serde_path_to_error v0.1.20
15322026-06-25T04:03:04.935Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-06-25T04:03:05.011Z Compiling tower-http v0.6.11
15342026-06-25T04:03:05.085Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15352026-06-25T04:03:05.259Z Compiling tempfile v3.27.0
15362026-06-25T04:03:05.270Z Compiling openapiv3 v2.2.0
15372026-06-25T04:03:05.430Z Compiling strum_macros v0.27.2
15382026-06-25T04:03:05.821Z Compiling test-strategy v0.4.5
15392026-06-25T04:03:06.021Z Compiling instant v0.1.13
15402026-06-25T04:03:06.129Z Compiling time v0.3.47
15412026-06-25T04:03:06.828Z Compiling rustls-native-certs v0.8.4
15422026-06-25T04:03:06.901Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15432026-06-25T04:03:07.178Z Compiling crossbeam-channel v0.5.15
15442026-06-25T04:03:07.197Z Compiling crypto-common v0.1.7
15452026-06-25T04:03:07.283Z Compiling strum v0.27.2
15462026-06-25T04:03:07.522Z Compiling parse-display-derive v0.10.0
15472026-06-25T04:03:07.653Z Compiling backon v1.6.0
15482026-06-25T04:03:07.831Z Compiling rand_chacha v0.3.1
15492026-06-25T04:03:07.962Z Compiling slog-json v2.6.1
15502026-06-25T04:03:08.172Z Compiling rand v0.8.6
15512026-06-25T04:03:08.381Z Compiling hostname v0.3.1
15522026-06-25T04:03:08.622Z Compiling toml_parser v1.1.2+spec-1.1.0
15532026-06-25T04:03:08.719Z Compiling toml_datetime v1.1.1+spec-1.1.0
15542026-06-25T04:03:08.864Z Compiling is-terminal v0.4.17
15552026-06-25T04:03:08.883Z Compiling wait-timeout v0.2.1
15562026-06-25T04:03:08.972Z Compiling memmap2 v0.9.10
15572026-06-25T04:03:09.212Z Compiling either v1.16.0
15582026-06-25T04:03:09.215Z Compiling usdt v0.6.0
15592026-06-25T04:03:09.251Z Compiling rusty-fork v0.3.1
15602026-06-25T04:03:09.281Z Compiling toml v1.1.2+spec-1.1.0
15612026-06-25T04:03:09.421Z Compiling slog-term v2.9.2
15622026-06-25T04:03:09.502Z Compiling slog-bunyan v2.5.0
15632026-06-25T04:03:09.573Z Compiling serde_with v3.20.0
15642026-06-25T04:03:09.609Z Compiling async-compression v0.4.42
15652026-06-25T04:03:09.633Z Compiling rand_xorshift v0.4.0
15662026-06-25T04:03:09.779Z Compiling rustls-pemfile v2.2.0
15672026-06-25T04:03:09.927Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15682026-06-25T04:03:09.977Z Compiling regress v0.10.5
15692026-06-25T04:03:10.026Z Compiling hostname v0.4.2
15702026-06-25T04:03:10.095Z Compiling humantime v2.3.0
15712026-06-25T04:03:10.164Z Compiling proptest v1.11.0
15722026-06-25T04:03:10.691Z Compiling iddqd v0.4.2
15732026-06-25T04:03:10.922Z Compiling reqwest v0.12.28
15742026-06-25T04:03:11.059Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15752026-06-25T04:03:11.305Z Compiling block-buffer v0.10.4
15762026-06-25T04:03:11.452Z Compiling utf8parse v0.2.2
15772026-06-25T04:03:11.503Z Compiling digest v0.10.7
15782026-06-25T04:03:11.559Z Compiling anstyle-parse v1.0.0
15792026-06-25T04:03:11.720Z Compiling itertools v0.14.0
15802026-06-25T04:03:11.751Z Compiling parse-display v0.10.0
15812026-06-25T04:03:12.774Z Compiling progenitor-client v0.10.0
15822026-06-25T04:03:12.774Z Compiling backoff v0.4.0
15832026-06-25T04:03:12.774Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15842026-06-25T04:03:12.774Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15852026-06-25T04:03:12.843Z Compiling is_terminal_polyfill v1.70.2
15862026-06-25T04:03:12.940Z Compiling anstyle-query v1.1.5
15872026-06-25T04:03:13.048Z Compiling anstyle v1.0.14
15882026-06-25T04:03:13.276Z Compiling colorchoice v1.0.5
15892026-06-25T04:03:13.392Z Compiling anstream v1.0.0
15902026-06-25T04:03:13.731Z Compiling clap_lex v1.1.0
15912026-06-25T04:03:13.983Z Compiling regress v0.11.1
15922026-06-25T04:03:14.045Z Compiling clap_derive v4.6.1
15932026-06-25T04:03:14.500Z Compiling terminal_size v0.4.4
15942026-06-25T04:03:15.602Z Compiling typify-impl v0.6.2
15952026-06-25T04:03:15.755Z Compiling toml_datetime v0.6.11
15962026-06-25T04:03:15.995Z Compiling zerocopy-derive v0.7.35
15972026-06-25T04:03:16.025Z Compiling cpufeatures v0.2.17
15982026-06-25T04:03:16.062Z Compiling convert_case v0.4.0
15992026-06-25T04:03:16.281Z Compiling clap_builder v4.6.0
16002026-06-25T04:03:16.363Z Compiling derive_more v0.99.20
16012026-06-25T04:03:16.888Z Compiling zerocopy v0.7.35
16022026-06-25T04:03:17.456Z Compiling toml_edit v0.25.12+spec-1.1.0
16032026-06-25T04:03:18.205Z Compiling unicode-width v0.2.2
16042026-06-25T04:03:18.551Z Compiling proc-macro-crate v3.5.0
16052026-06-25T04:03:18.586Z Compiling clap v4.6.1
16062026-06-25T04:03:18.667Z Compiling secrecy v0.10.3
16072026-06-25T04:03:18.829Z Compiling crucible-workspace-hack v0.1.0
16082026-06-25T04:03:19.029Z Compiling float-ord v0.3.2
16092026-06-25T04:03:19.061Z Compiling tinyvec_macros v0.1.1
16102026-06-25T04:03:19.087Z Compiling num_enum_derive v0.7.6
16112026-06-25T04:03:19.129Z Compiling tinyvec v1.11.0
16122026-06-25T04:03:19.677Z Compiling dtrace-parser v0.2.0
16132026-06-25T04:03:19.713Z Compiling scroll_derive v0.12.1
16142026-06-25T04:03:19.816Z Compiling num-integer v0.1.46
16152026-06-25T04:03:19.999Z Compiling rustc_version v0.4.1
16162026-06-25T04:03:20.139Z Compiling usdt-impl v0.5.0
16172026-06-25T04:03:20.276Z Compiling curve25519-dalek v4.1.3
16182026-06-25T04:03:20.454Z Compiling scroll v0.12.0
16192026-06-25T04:03:20.510Z Compiling num_enum v0.7.6
16202026-06-25T04:03:20.639Z Compiling dof v0.3.0
16212026-06-25T04:03:20.722Z Compiling hmac v0.12.1
16222026-06-25T04:03:20.818Z Compiling inout v0.1.4
16232026-06-25T04:03:20.856Z Compiling darling_core v0.21.3
16242026-06-25T04:03:20.962Z Compiling ff v0.13.1
16252026-06-25T04:03:20.985Z Compiling thread-id v4.2.2
16262026-06-25T04:03:21.060Z Compiling group v0.13.0
16272026-06-25T04:03:21.082Z Compiling cipher v0.4.4
16282026-06-25T04:03:21.167Z Compiling hkdf v0.12.4
16292026-06-25T04:03:21.326Z Compiling goblin v0.8.2
16302026-06-25T04:03:21.685Z Compiling num-iter v0.1.45
16312026-06-25T04:03:21.802Z Compiling num-rational v0.4.2
16322026-06-25T04:03:21.916Z Compiling thiserror-impl-no-std v2.0.2
16332026-06-25T04:03:21.993Z Compiling universal-hash v0.5.1
16342026-06-25T04:03:22.037Z Compiling crypto-bigint v0.5.5
16352026-06-25T04:03:22.049Z Compiling typify-macro v0.6.2
16362026-06-25T04:03:22.120Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16372026-06-25T04:03:22.471Z Compiling crossbeam-epoch v0.9.18
16382026-06-25T04:03:22.814Z Compiling half v2.7.1
16392026-06-25T04:03:22.883Z Compiling curve25519-dalek-derive v0.1.1
16402026-06-25T04:03:22.949Z Compiling darling_macro v0.21.3
16412026-06-25T04:03:23.015Z Compiling num-complex v0.4.6
16422026-06-25T04:03:23.375Z Compiling base16ct v0.2.0
16432026-06-25T04:03:23.399Z Compiling base64ct v1.8.3
16442026-06-25T04:03:23.557Z Compiling opaque-debug v0.3.1
16452026-06-25T04:03:23.568Z Compiling ciborium-io v0.2.2
16462026-06-25T04:03:23.591Z Compiling darling v0.21.3
16472026-06-25T04:03:23.624Z Compiling poly1305 v0.8.0
16482026-06-25T04:03:23.654Z Compiling ciborium-ll v0.2.2
16492026-06-25T04:03:23.758Z Compiling password-hash v0.5.0
16502026-06-25T04:03:23.869Z Compiling elliptic-curve v0.13.8
16512026-06-25T04:03:24.115Z Compiling typify v0.6.2
16522026-06-25T04:03:24.203Z Compiling num v0.4.3
16532026-06-25T04:03:24.241Z Compiling thiserror-no-std v2.0.2
16542026-06-25T04:03:24.534Z Compiling chacha20 v0.9.1
16552026-06-25T04:03:24.754Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16562026-06-25T04:03:24.830Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-06-25T04:03:25.231Z Compiling blake2 v0.10.6
16582026-06-25T04:03:25.437Z Compiling aead v0.5.2
16592026-06-25T04:03:25.483Z Compiling byte-wrapper v0.1.0
16602026-06-25T04:03:25.594Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16612026-06-25T04:03:25.681Z Compiling proc-macro-error-attr v1.0.4
16622026-06-25T04:03:25.924Z Compiling rustix v0.38.44
16632026-06-25T04:03:25.924Z Compiling prettyplease v0.2.37
16642026-06-25T04:03:26.047Z Compiling heapless v0.8.0
16652026-06-25T04:03:26.166Z Compiling keccak v0.1.6
16662026-06-25T04:03:26.291Z Compiling unsafe-libyaml v0.2.11
16672026-06-25T04:03:26.401Z Compiling sha3 v0.10.9
16682026-06-25T04:03:26.916Z Compiling serde_yaml v0.9.34+deprecated
16692026-06-25T04:03:26.962Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16702026-06-25T04:03:27.471Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-06-25T04:03:27.525Z Compiling chacha20poly1305 v0.10.1
16722026-06-25T04:03:27.654Z Compiling argon2 v0.5.3
16732026-06-25T04:03:28.139Z Compiling vsss-rs v3.3.4
16742026-06-25T04:03:28.167Z Compiling ciborium v0.2.2
16752026-06-25T04:03:28.181Z Compiling ingot-macros v0.1.1
16762026-06-25T04:03:28.794Z Compiling usdt-macro v0.5.0
16772026-06-25T04:03:28.804Z Compiling usdt-attr-macro v0.5.0
16782026-06-25T04:03:30.322Z Compiling serde_spanned v0.6.9
16792026-06-25T04:03:30.471Z Compiling enum-as-inner v0.6.1
16802026-06-25T04:03:30.543Z Compiling hash32 v0.3.1
16812026-06-25T04:03:30.700Z Compiling proc-macro-error v1.0.4
16822026-06-25T04:03:30.828Z Compiling memmap v0.7.0
16832026-06-25T04:03:30.911Z Compiling memoffset v0.9.1
16842026-06-25T04:03:30.956Z Compiling rustls-webpki v0.103.13
16852026-06-25T04:03:31.030Z Compiling winnow v0.7.15
16862026-06-25T04:03:31.071Z Compiling smoltcp v0.11.0
16872026-06-25T04:03:31.158Z Compiling data-encoding v2.11.0
16882026-06-25T04:03:31.276Z Compiling indent_write v2.2.0
16892026-06-25T04:03:31.290Z Compiling cfg_aliases v0.2.1
16902026-06-25T04:03:31.362Z Compiling winnow v0.5.40
16912026-06-25T04:03:31.410Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16922026-06-25T04:03:31.664Z Compiling toml_write v0.1.2
16932026-06-25T04:03:31.898Z Compiling nix v0.31.3
16942026-06-25T04:03:32.002Z Compiling ingot-types v0.1.2
16952026-06-25T04:03:32.084Z Compiling usdt v0.5.0
16962026-06-25T04:03:32.347Z Compiling toml_edit v0.22.27
16972026-06-25T04:03:32.358Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16982026-06-25T04:03:32.394Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16992026-06-25T04:03:32.491Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17002026-06-25T04:03:32.737Z Compiling toml_edit v0.19.15
17012026-06-25T04:03:32.763Z Compiling tabwriter v1.4.1
17022026-06-25T04:03:33.010Z Compiling cobs v0.3.0
17032026-06-25T04:03:33.134Z Compiling serde_repr v0.1.20
17042026-06-25T04:03:33.203Z Compiling vcpkg v0.2.15
17052026-06-25T04:03:33.535Z Compiling pkg-config v0.3.33
17062026-06-25T04:03:33.796Z Compiling managed v0.8.0
17072026-06-25T04:03:33.799Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17082026-06-25T04:03:33.991Z Compiling bitflags v1.3.2
17092026-06-25T04:03:34.012Z Compiling openssl-sys v0.9.116
17102026-06-25T04:03:34.070Z Compiling proc-macro-crate v1.3.1
17112026-06-25T04:03:34.406Z Compiling tokio-rustls v0.26.4
17122026-06-25T04:03:34.578Z Compiling rustls-platform-verifier v0.7.0
17132026-06-25T04:03:34.682Z Compiling hyper-rustls v0.27.9
17142026-06-25T04:03:34.988Z Compiling reqwest v0.13.4
17152026-06-25T04:03:35.998Z Compiling toml v0.8.23
17162026-06-25T04:03:36.022Z Compiling postcard v1.1.3
17172026-06-25T04:03:36.363Z Compiling progenitor-client v0.14.0
17182026-06-25T04:03:36.666Z Compiling progenitor-extras v0.2.0
17192026-06-25T04:03:36.986Z Compiling ingot v0.1.1
17202026-06-25T04:03:37.546Z Compiling hubpack_derive v0.1.1
17212026-06-25T04:03:37.682Z Compiling foreign-types-macros v0.2.3
17222026-06-25T04:03:38.090Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-06-25T04:03:38.362Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-06-25T04:03:38.936Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17252026-06-25T04:03:38.950Z Compiling heck v0.4.1
17262026-06-25T04:03:39.159Z Compiling semver v0.1.20
17272026-06-25T04:03:39.189Z Compiling unicode-segmentation v1.13.3
17282026-06-25T04:03:39.293Z Compiling colored v3.1.1
17292026-06-25T04:03:39.430Z Compiling static_assertions v1.1.0
17302026-06-25T04:03:39.508Z Compiling resolv-conf v0.7.6
17312026-06-25T04:03:39.634Z Compiling linked-hash-map v0.5.6
17322026-06-25T04:03:39.707Z Compiling swrite v0.1.0
17332026-06-25T04:03:39.804Z Compiling foreign-types-shared v0.3.1
17342026-06-25T04:03:39.826Z Compiling rayon-core v1.13.0
17352026-06-25T04:03:39.901Z Compiling foreign-types v0.5.0
17362026-06-25T04:03:39.913Z Compiling lru-cache v0.1.2
17372026-06-25T04:03:39.967Z Compiling newline-converter v0.3.0
17382026-06-25T04:03:39.980Z Compiling rustc_version v0.1.7
17392026-06-25T04:03:40.076Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17402026-06-25T04:03:40.086Z Compiling hubpack v0.1.2
17412026-06-25T04:03:40.187Z Compiling num_enum_derive v0.5.11
17422026-06-25T04:03:40.492Z Compiling atomicwrites v0.4.4
17432026-06-25T04:03:40.814Z Compiling hickory-proto v0.24.4
17442026-06-25T04:03:41.239Z Compiling progenitor-impl v0.13.0
17452026-06-25T04:03:41.727Z Compiling crossbeam-deque v0.8.6
17462026-06-25T04:03:41.920Z Compiling console v0.15.11
17472026-06-25T04:03:41.931Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17482026-06-25T04:03:42.455Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-06-25T04:03:42.547Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-06-25T04:03:42.582Z Compiling camino-tempfile v1.4.1
17512026-06-25T04:03:42.614Z Compiling chacha20 v0.10.0
17522026-06-25T04:03:42.883Z Compiling serde-big-array v0.5.1
17532026-06-25T04:03:43.027Z Compiling num-derive v0.4.2
17542026-06-25T04:03:44.090Z Compiling pin-project-internal v1.1.13
17552026-06-25T04:03:44.172Z Compiling derive-where v1.6.1
17562026-06-25T04:03:44.370Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-06-25T04:03:44.809Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17582026-06-25T04:03:44.901Z Compiling cstr-argument v0.1.2
17592026-06-25T04:03:44.995Z Compiling minimal-lexical v0.2.1
17602026-06-25T04:03:45.057Z Compiling similar v2.7.0
17612026-06-25T04:03:45.218Z Compiling siphasher v1.0.3
17622026-06-25T04:03:45.256Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17632026-06-25T04:03:45.413Z Compiling phf_shared v0.12.1
17642026-06-25T04:03:45.465Z Compiling expectorate v1.2.0
17652026-06-25T04:03:45.510Z Compiling pin-project v1.1.13
17662026-06-25T04:03:45.538Z Compiling nom v7.1.3
17672026-06-25T04:03:45.581Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17682026-06-25T04:03:45.607Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-06-25T04:03:45.611Z Compiling progenitor-macro v0.13.0
17702026-06-25T04:03:45.845Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-06-25T04:03:45.848Z Compiling rand v0.10.1
17722026-06-25T04:03:45.955Z Compiling hickory-resolver v0.24.4
17732026-06-25T04:03:46.008Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17742026-06-25T04:03:46.530Z Compiling num_enum v0.5.11
17752026-06-25T04:03:46.649Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17762026-06-25T04:03:46.856Z Compiling newtype_derive v0.1.6
17772026-06-25T04:03:46.886Z Compiling progenitor-client v0.13.0
17782026-06-25T04:03:47.189Z Compiling progenitor-impl v0.14.0
17792026-06-25T04:03:47.280Z Compiling unicode-normalization v0.1.25
17802026-06-25T04:03:47.753Z Compiling tokio-stream v0.1.18
17812026-06-25T04:03:48.226Z Compiling async-recursion v1.1.1
17822026-06-25T04:03:48.299Z Compiling snafu-derive v0.8.9
17832026-06-25T04:03:48.605Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17842026-06-25T04:03:48.772Z Compiling slog-dtrace v0.3.0
17852026-06-25T04:03:48.928Z Compiling csv-core v0.1.13
17862026-06-25T04:03:49.001Z Compiling bstr v1.12.1
17872026-06-25T04:03:49.022Z Compiling foreign-types-shared v0.1.1
17882026-06-25T04:03:49.116Z Compiling chrono-tz v0.10.4
17892026-06-25T04:03:49.202Z Compiling unicode-xid v0.2.6
17902026-06-25T04:03:49.329Z Compiling unicode-width v0.1.14
17912026-06-25T04:03:49.358Z Compiling same-file v1.0.6
17922026-06-25T04:03:49.509Z Compiling owo-colors v4.3.0
17932026-06-25T04:03:49.540Z Compiling foldhash v0.1.5
17942026-06-25T04:03:49.614Z Compiling cancel-safe-futures v0.1.5
17952026-06-25T04:03:49.729Z Compiling highway v1.3.0
17962026-06-25T04:03:49.870Z Compiling openssl v0.10.80
17972026-06-25T04:03:49.881Z Compiling konst_macro_rules v0.2.19
17982026-06-25T04:03:50.060Z Compiling konst v0.2.20
17992026-06-25T04:03:50.117Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-25T04:03:50.149Z Compiling snafu v0.8.9
18012026-06-25T04:03:50.237Z Compiling hashbrown v0.15.5
18022026-06-25T04:03:50.304Z Compiling walkdir v2.5.0
18032026-06-25T04:03:50.538Z Compiling globset v0.4.18
18042026-06-25T04:03:50.685Z Compiling const_format_proc_macros v0.2.34
18052026-06-25T04:03:50.728Z Compiling csv v1.4.0
18062026-06-25T04:03:50.764Z Compiling foreign-types v0.3.2
18072026-06-25T04:03:50.799Z Compiling progenitor v0.13.0
18082026-06-25T04:03:50.846Z Compiling progenitor-macro v0.14.0
18092026-06-25T04:03:50.878Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-25T04:03:50.987Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-25T04:03:51.292Z Compiling qorb v0.4.1
18122026-06-25T04:03:51.379Z Compiling olpc-cjson v0.1.4
18132026-06-25T04:03:51.547Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-25T04:03:52.066Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-25T04:03:53.213Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18162026-06-25T04:03:53.216Z Compiling rayon v1.12.0
18172026-06-25T04:03:53.375Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18182026-06-25T04:03:53.583Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-25T04:03:53.611Z Compiling phf v0.12.1
18202026-06-25T04:03:53.762Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-25T04:03:54.552Z Compiling zone_cfg_derive v0.3.1
18222026-06-25T04:03:54.717Z Compiling tokio-dtrace v0.1.1
18232026-06-25T04:03:54.992Z Compiling itertools v0.12.1
18242026-06-25T04:03:55.081Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18252026-06-25T04:03:55.281Z Compiling libsw-core v0.3.2
18262026-06-25T04:03:55.281Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-06-25T04:03:55.453Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18282026-06-25T04:03:55.849Z Compiling serde_plain v1.0.2
18292026-06-25T04:03:55.912Z Compiling openssl-macros v0.1.1
18302026-06-25T04:03:56.011Z Compiling pem v3.0.6
18312026-06-25T04:03:56.061Z Compiling cookie v0.18.1
18322026-06-25T04:03:56.220Z Compiling sigpipe v0.1.3
18332026-06-25T04:03:56.238Z Compiling fixedbitset v0.4.2
18342026-06-25T04:03:56.308Z Compiling fixedbitset v0.5.7
18352026-06-25T04:03:56.311Z Compiling bytecount v0.6.9
18362026-06-25T04:03:56.339Z Compiling jiff v0.2.28
18372026-06-25T04:03:56.402Z Compiling glob v0.3.3
18382026-06-25T04:03:56.414Z Compiling typed-path v0.9.3
18392026-06-25T04:03:56.446Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-25T04:03:56.653Z Compiling petgraph v0.8.3
18412026-06-25T04:03:56.699Z Compiling papergrid v0.11.0
18422026-06-25T04:03:56.843Z Compiling petgraph v0.6.5
18432026-06-25T04:03:57.752Z Compiling tough v0.22.0
18442026-06-25T04:03:58.388Z Compiling zone v0.3.1
18452026-06-25T04:03:58.440Z Compiling progenitor v0.14.0
18462026-06-25T04:03:58.536Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18472026-06-25T04:03:58.587Z Compiling libsw v3.5.0
18482026-06-25T04:03:58.642Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-25T04:03:58.760Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18502026-06-25T04:03:58.838Z Compiling oxide-tokio-rt v0.1.6
18512026-06-25T04:03:58.902Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-25T04:03:59.006Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-25T04:03:59.124Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18542026-06-25T04:03:59.144Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-25T04:03:59.904Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-25T04:04:00.107Z Compiling const_format v0.2.36
18572026-06-25T04:04:00.171Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-25T04:04:00.669Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18592026-06-25T04:04:00.758Z Compiling tabled_derive v0.7.0
18602026-06-25T04:04:01.078Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-25T04:04:01.078Z Compiling gethostname v0.5.0
18622026-06-25T04:04:01.108Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-25T04:04:01.198Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-25T04:04:01.225Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18652026-06-25T04:04:01.243Z Compiling bcs v0.1.6
18662026-06-25T04:04:01.314Z Compiling smf v0.2.3
18672026-06-25T04:04:01.559Z Compiling nom v8.0.0
18682026-06-25T04:04:01.673Z Compiling termtree v0.5.1
18692026-06-25T04:04:01.755Z Compiling tagptr v0.2.0
18702026-06-25T04:04:01.824Z Compiling linear-map v1.2.0
18712026-06-25T04:04:01.905Z Compiling lazy_static v1.5.0
18722026-06-25T04:04:01.915Z Compiling unicode-linebreak v0.1.5
18732026-06-25T04:04:02.006Z Compiling smawk v0.3.2
18742026-06-25T04:04:02.009Z Compiling whoami v1.6.1
18752026-06-25T04:04:02.148Z Compiling textwrap v0.16.2
18762026-06-25T04:04:02.159Z Compiling steno v0.4.1
18772026-06-25T04:04:02.362Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-25T04:04:02.656Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-25T04:04:02.681Z Compiling moka v0.12.15
18802026-06-25T04:04:03.510Z Compiling tabled v0.15.0
18812026-06-25T04:04:03.899Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-25T04:04:03.964Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-25T04:04:04.063Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-25T04:04:04.892Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-25T04:04:05.484Z Compiling hickory-proto v0.25.2
18862026-06-25T04:04:05.848Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18872026-06-25T04:04:06.261Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18882026-06-25T04:04:06.823Z Compiling parking_lot_core v0.8.6
18892026-06-25T04:04:06.884Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18902026-06-25T04:04:07.139Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-25T04:04:07.262Z Compiling libscf-sys v1.2.0
18922026-06-25T04:04:07.292Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18932026-06-25T04:04:07.405Z Compiling hickory-resolver v0.25.2
18942026-06-25T04:04:07.417Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18952026-06-25T04:04:07.542Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18962026-06-25T04:04:07.971Z Compiling parking_lot v0.11.2
18972026-06-25T04:04:08.006Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18982026-06-25T04:04:08.145Z Compiling fxhash v0.2.1
18992026-06-25T04:04:08.251Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-25T04:04:08.283Z Compiling internet-checksum v0.2.1
19012026-06-25T04:04:08.395Z Compiling sled v0.34.7
19022026-06-25T04:04:08.421Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19032026-06-25T04:04:11.538Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19042026-06-25T04:04:12.792Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-25T04:04:20.579Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-25T04:04:22.185Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-25T04:04:23.221Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19082026-06-25T04:04:24.179Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19092026-06-25T04:04:24.994Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19102026-06-25T04:04:48.549Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
19112026-06-25T04:04:48.728Z────────────
19122026-06-25T04:04:48.728Z Nextest run ID 0f9fc144-d8c5-4e03-a88d-309f2c55f260 with nextest profile: default
19132026-06-25T04:04:48.728Z Starting 45 tests across 3 binaries
19142026-06-25T04:04:48.735Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19152026-06-25T04:04:48.735Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19162026-06-25T04:04:48.738Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19172026-06-25T04:04:48.738Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19182026-06-25T04:04:48.738Z PASS [ 0.009s] rdb bestpath::test::test_bestpath
19192026-06-25T04:04:48.738Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19202026-06-25T04:04:48.738Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19212026-06-25T04:04:48.742Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19222026-06-25T04:04:48.744Z PASS [ 0.008s] rdb db::test::test_prefix4_db_key_serialization
19232026-06-25T04:04:48.744Z PASS [ 0.008s] rdb db::test::test_prefix4_from_str
19242026-06-25T04:04:48.748Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19252026-06-25T04:04:48.748Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19262026-06-25T04:04:48.789Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
19272026-06-25T04:04:48.789Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19282026-06-25T04:04:48.792Z PASS [ 0.054s] rdb db::test::test_rib
19292026-06-25T04:04:48.795Z PASS [ 0.055s] rdb db::test::test_prefix_host_bit_normalization
19302026-06-25T04:04:48.800Z PASS [ 0.053s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19312026-06-25T04:04:48.800Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv4_basic
19322026-06-25T04:04:48.803Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19332026-06-25T04:04:48.803Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_basic
19342026-06-25T04:04:48.809Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19352026-06-25T04:04:48.813Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19362026-06-25T04:04:48.816Z PASS [ 0.013s] rdb proptest::prop_ipv4_subnet_of_self
19372026-06-25T04:04:48.816Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19382026-06-25T04:04:48.823Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
19392026-06-25T04:04:48.825Z PASS [ 0.013s] rdb proptest::prop_ipv6_subnet_of_self
19402026-06-25T04:04:48.829Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19412026-06-25T04:04:48.833Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
19422026-06-25T04:04:48.842Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19432026-06-25T04:04:48.844Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19442026-06-25T04:04:48.847Z PASS [ 0.058s] rdb db::test::test_static_routing_mixed_address_families
19452026-06-25T04:04:48.847Z PASS [ 0.058s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19462026-06-25T04:04:48.847Z PASS [ 0.054s] rdb db::test::test_static_routing_vlan_id_handling
19472026-06-25T04:04:48.850Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
19482026-06-25T04:04:48.852Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
19492026-06-25T04:04:48.852Z PASS [ 0.010s] rdb types::test::bgp_path_identity
19502026-06-25T04:04:48.856Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19512026-06-25T04:04:48.859Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19522026-06-25T04:04:48.859Z PASS [ 0.009s] rdb types::test::btreeset_remove
19532026-06-25T04:04:48.859Z PASS [ 0.008s] rdb types::test::btreeset_replace
19542026-06-25T04:04:48.859Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19552026-06-25T04:04:48.861Z PASS [ 0.009s] rdb types::test::ord_contract
19562026-06-25T04:04:48.861Z PASS [ 0.009s] rdb types::test::prefix_no_cross_family_within
19572026-06-25T04:04:48.864Z PASS [ 0.008s] rdb types::test::static_path_identity
19582026-06-25T04:04:48.877Z PASS [ 0.084s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19592026-06-25T04:04:48.879Z────────────
19602026-06-25T04:04:48.879Z Summary [ 0.150s] 45 tests run: 45 passed, 0 skipped
19612026-06-25T04:04:48.890Z+ cp ./rib.log /work/
19622026-06-25T04:04:48.892Z+ popd
19632026-06-25T04:04:48.892Z/work/oxidecomputer/maghemite
19642026-06-25T04:04:48.892Zprocess exited: duration 283587 ms, exit code 0
 
19652026-06-25T04:04:48.902Zfound 1 output files
19662026-06-25T04:04:48.902Zuploading: /work/rib.log (1177 bytes)
19672026-06-25T04:04:49.912Zuploaded: /work/rib.log