01KTAYTYM6ZN8JKQMF0FVPTHF0: 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: 01KTAYWMSE9NFJFQ2D27Y6H793

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T04:00:15.022Zjob assigned to worker 01KTAYZ1KQQTFK2RFYX6GA83BT [factory aws, i-0d98ec1f8498d022c] (queued for 2 m 10 s)
 
22026-06-05T04:00:21.396Zstarting task 0: "setup"
32026-06-05T04:00:21.402Z++ uname -s
42026-06-05T04:00:21.402Z+ kern=SunOS
52026-06-05T04:00:21.402Z+ build_user=build
62026-06-05T04:00:21.402Z+ build_uid=12345
72026-06-05T04:00:21.402Z+ work_dir=/work
82026-06-05T04:00:21.402Z+ input_dir=/input
92026-06-05T04:00:21.402Z+ [[ 0 == 12345 ]]
102026-06-05T04:00:21.402Z+ case "$kern" in
112026-06-05T04:00:21.402Z+ groupadd -g 12345 build
122026-06-05T04:00:21.407Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T04:00:23.414Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T04:00:23.528Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T04:00:23.562Z+ home_fs=zfs
162026-06-05T04:00:23.562Z+ [[ zfs == autofs ]]
172026-06-05T04:00:23.562Z+ mkdir -p /home/build
182026-06-05T04:00:23.562Z+ chown build:build /home/build /work
192026-06-05T04:00:25.523Z+ chmod 0700 /home/build /work
202026-06-05T04:00:25.526Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-05T04:00:25.536Zstarting task 1: "rust-toolchain"
222026-06-05T04:00:25.542Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T04:00:25.542Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T04:00:25.542Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T04:00:25.542Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T04:00:25.542Z * rust toolchain channel = "stable"
272026-06-05T04:00:25.542Z * rust toolchain profile = "default"
282026-06-05T04:00:25.542Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T04:00:25.542Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T04:00:25.653Zinfo: downloading installer
312026-06-05T04:00:27.506Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T04:00:27.506Zwarn: /opt/ooce/bin
332026-06-05T04:00:27.506Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T04:00:27.506Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T04:00:27.506Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T04:00:27.506Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T04:00:27.506Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T04:00:27.506Zerror: cannot install while Rust is installed
392026-06-05T04:00:27.506Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T04:00:27.506Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T04:00:27.506Zwarn: /home/build/.rustup/settings.toml
422026-06-05T04:00:27.506Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T04:00:27.506Zwarn: instead of the one inferred from the default host triple.
442026-06-05T04:00:27.506Zinfo: profile set to default
452026-06-05T04:00:27.506Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T04:00:27.506Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T04:00:27.506Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T04:00:27.506Zinfo: downloading 6 components
492026-06-05T04:00:41.109Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T04:00:41.109Z
512026-06-05T04:00:41.141Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T04:00:41.141Z
532026-06-05T04:00:41.141Z
542026-06-05T04:00:41.141ZRust is installed now. Great!
552026-06-05T04:00:41.141Z
562026-06-05T04:00:41.141ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T04:00:41.141Zenvironment variable. This has not been done automatically.
582026-06-05T04:00:41.141Z
592026-06-05T04:00:41.141ZTo configure your current shell, you need to source
602026-06-05T04:00:41.141Zthe corresponding env file under $HOME/.cargo.
612026-06-05T04:00:41.141Z
622026-06-05T04:00:41.141ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T04:00:41.141Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T04:00:41.141Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T04:00:41.141Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T04:00:41.141Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T04:00:41.141Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T04:00:41.142Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T04:00:41.144Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T04:00:41.144Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T04:00:41.242Z+ rustup --version
722026-06-05T04:00:41.251Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T04:00:41.254Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T04:00:41.273Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T04:00:41.276Z+ cargo --version
762026-06-05T04:00:41.288Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T04:00:41.292Z+ rustc --version
782026-06-05T04:00:41.312Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T04:00:41.314Zprocess exited: duration 15775 ms, exit code 0
 
802026-06-05T04:00:41.320Zstarting task 2: "authentication"
812026-06-05T04:00:41.334ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T04:01:09.461Zprocess exited: duration 28139 ms, exit code 0
 
832026-06-05T04:01:09.474Zstarting task 3: "clone repository"
842026-06-05T04:01:09.479Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T04:01:09.491Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T04:01:09.518ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T04:01:10.583Z+ cd /work/oxidecomputer/maghemite
882026-06-05T04:01:10.583Z+ git fetch origin a20914a29abd2d41480d887d0cde49b8881b0f51
892026-06-05T04:01:10.853ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T04:01:10.853Z * branch a20914a29abd2d41480d887d0cde49b8881b0f51 -> FETCH_HEAD
912026-06-05T04:01:10.858Z+ [[ -n renovate/serde_json-1.x ]]
922026-06-05T04:01:10.858Z++ git branch --show-current
932026-06-05T04:01:10.858Z+ current=main
942026-06-05T04:01:10.858Z+ [[ main != renovate/serde_json-1.x ]]
952026-06-05T04:01:10.858Z+ git branch -f renovate/serde_json-1.x a20914a29abd2d41480d887d0cde49b8881b0f51
962026-06-05T04:01:10.861Z+ git checkout -f renovate/serde_json-1.x
972026-06-05T04:01:10.874ZSwitched to branch 'renovate/serde_json-1.x'
982026-06-05T04:01:10.878Z+ git reset --hard a20914a29abd2d41480d887d0cde49b8881b0f51
992026-06-05T04:01:10.892ZHEAD is now at a20914a Update Rust crate serde_json to 1.0.150
1002026-06-05T04:01:10.895Zprocess exited: duration 1418 ms, exit code 0
 
1012026-06-05T04:01:10.901Zstarting task 4: "build"
1022026-06-05T04:01:10.904Z+ set -e
1032026-06-05T04:01:10.908Z+ source .github/buildomat/test-common.sh
1042026-06-05T04:01:10.908Z++ NEXTEST_VERSION=0.9.97
1052026-06-05T04:01:10.908Z++ PLATFORM=illumos
1062026-06-05T04:01:10.908Z++ banner install
1072026-06-05T04:01:10.908Z
1082026-06-05T04:01:10.908Z # # # #### ##### ## # #
1092026-06-05T04:01:10.908Z # ## # # # # # # #
1102026-06-05T04:01:10.908Z # # # # #### # # # # #
1112026-06-05T04:01:10.908Z # # # # # # ###### # #
1122026-06-05T04:01:10.909Z # # ## # # # # # # #
1132026-06-05T04:01:10.909Z # # # #### # # # ###### ######
1142026-06-05T04:01:10.909Z
1152026-06-05T04:01:10.909Z++ set +o errexit
1162026-06-05T04:01:10.909Z++ pkg info clang-15
1172026-06-05T04:01:10.913Z++ grep -qi installed
1182026-06-05T04:01:12.096Zpkg: info: no packages matching the following patterns you specified are
1192026-06-05T04:01:12.096Zinstalled on the system. Try querying remotely instead:
1202026-06-05T04:01:12.096Z
1212026-06-05T04:01:12.097Z clang-15
1222026-06-05T04:01:12.129Z++ [[ 1 != 0 ]]
1232026-06-05T04:01:12.129Z++ set -o errexit
1242026-06-05T04:01:12.129Z++ pfexec pkg install clang-15
1252026-06-05T04:01:21.076Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-05T04:01:28.749Z Startup: Caching catalogs ... Done
1272026-06-05T04:01:35.945ZPlanning: Solver setup ... Done
1282026-06-05T04:01:35.986ZPlanning: Running solver ... Done
1292026-06-05T04:01:36.131ZPlanning: Finding local manifests ... Done
1302026-06-05T04:01:36.152ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-05T04:01:36.245ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-05T04:01:36.274ZPlanning: Package planning ... Done
1332026-06-05T04:01:36.300ZPlanning: Merging actions ... Done
1342026-06-05T04:01:36.409ZPlanning: Checking for conflicting actions ... Done
1352026-06-05T04:01:36.418ZPlanning: Consolidating action changes ... Done
1362026-06-05T04:01:37.191ZPlanning: Evaluating mediators ... Done
1372026-06-05T04:01:37.196ZPlanning: Planning completed in 8.28 seconds
1382026-06-05T04:01:37.208Z Packages to install: 2
1392026-06-05T04:01:37.208Z Mediators to change: 2
1402026-06-05T04:01:37.211Z Services to change: 1
1412026-06-05T04:01:37.211Z Create boot environment: No
1422026-06-05T04:01:37.211ZCreate backup boot environment: No
1432026-06-05T04:01:37.249Z
1442026-06-05T04:01:37.249ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-05T04:01:42.252ZDownload: 688/3076 items 17.6/211.3MB 8% complete (3.8M/s)
1462026-06-05T04:01:49.649ZDownload: 980/3076 items 82.2/211.3MB 38% complete (11.7M/s)
1472026-06-05T04:01:55.833ZDownload: 982/3076 items 82.2/211.3MB 38% complete
1482026-06-05T04:02:02.851ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1492026-06-05T04:02:10.091ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1502026-06-05T04:02:15.199ZDownload: 1133/3076 items 113.1/211.3MB 53% complete (6.9M/s)
1512026-06-05T04:02:20.329ZDownload: 1513/3076 items 116.0/211.3MB 54% complete (3.5M/s)
1522026-06-05T04:02:25.320ZDownload: 1961/3076 items 116.9/211.3MB 55% complete (388k/s)
1532026-06-05T04:02:30.368ZDownload: 2006/3076 items 117.3/211.3MB 55% complete (384k/s)
1542026-06-05T04:02:36.722ZDownload: 2008/3076 items 117.3/211.3MB 55% complete (362k/s)
1552026-06-05T04:02:43.104ZDownload: 2009/3076 items 117.3/211.3MB 55% complete
1562026-06-05T04:02:48.104ZDownload: 2892/3076 items 150.8/211.3MB 71% complete (6.5M/s)
1572026-06-05T04:02:56.476ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (12.0M/s)
1582026-06-05T04:03:00.695ZDownload: Completed 211.31 MB in 83.44 seconds (2.5M/s)
1592026-06-05T04:03:00.821Z Actions: 1/3418 actions (Installing new actions)
1602026-06-05T04:03:03.955Z Actions: Completed 3418 actions in 3.13 seconds.
1612026-06-05T04:03:04.607Z Done
1622026-06-05T04:03:04.607Z Done
1632026-06-05T04:03:05.359Z Done
1642026-06-05T04:03:08.720Z Done
1652026-06-05T04:03:08.791Z Done
1662026-06-05T04:03:08.799Z Done
1672026-06-05T04:03:09.056Z Done
1682026-06-05T04:03:09.726Z++ set -o errexit
1692026-06-05T04:03:09.726Z++ cargo --version
1702026-06-05T04:03:09.736Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1712026-06-05T04:03:09.871Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1722026-06-05T04:03:09.874Zinfo: downloading 6 components
1732026-06-05T04:03:25.689Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1742026-06-05T04:03:25.699Z++ rustc --version
1752026-06-05T04:03:25.722Zrustc 1.95.0 (59807616e 2026-04-14)
1762026-06-05T04:03:25.732Z++ cargo install cargo-nextest --version 0.9.97
1772026-06-05T04:03:25.769Z Updating crates.io index
1782026-06-05T04:03:25.871Z Downloading crates ...
1792026-06-05T04:03:25.987Z Downloaded cargo-nextest v0.9.97
1802026-06-05T04:03:26.080Z Installing cargo-nextest v0.9.97
1812026-06-05T04:03:26.095Z Updating crates.io index
1822026-06-05T04:03:28.620Z Locking 404 packages to latest compatible versions
1832026-06-05T04:03:28.625Z Adding dialoguer v0.11.0 (available: v0.12.0)
1842026-06-05T04:03:28.628Z Adding duct v0.13.7 (available: v1.1.1)
1852026-06-05T04:03:28.628Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1862026-06-05T04:03:28.628Z Adding generic-array v0.14.7 (available: v0.14.9)
1872026-06-05T04:03:28.630Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1882026-06-05T04:03:28.631Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1892026-06-05T04:03:28.631Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1902026-06-05T04:03:28.636Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1912026-06-05T04:03:28.640Z Adding quick-junit v0.5.2 (available: v0.6.0)
1922026-06-05T04:03:28.666Z Downloading crates ...
1932026-06-05T04:03:28.747Z Downloaded async-scoped v0.9.0
1942026-06-05T04:03:28.755Z Downloaded camino v1.2.2
1952026-06-05T04:03:28.757Z Downloaded anstyle v1.0.14
1962026-06-05T04:03:28.762Z Downloaded convert_case v0.10.0
1972026-06-05T04:03:28.765Z Downloaded lru-slab v0.1.2
1982026-06-05T04:03:28.770Z Downloaded base64ct v1.8.3
1992026-06-05T04:03:28.772Z Downloaded flate2 v1.1.9
2002026-06-05T04:03:28.775Z Downloaded owo-colors v4.3.0
2012026-06-05T04:03:28.778Z Downloaded futures-util v0.3.32
2022026-06-05T04:03:28.784Z Downloaded eyre v0.6.12
2032026-06-05T04:03:28.787Z Downloaded derive_more-impl v2.1.1
2042026-06-05T04:03:28.791Z Downloaded iana-time-zone v0.1.65
2052026-06-05T04:03:28.795Z Downloaded gimli v0.32.3
2062026-06-05T04:03:28.801Z Downloaded serde-untagged v0.1.9
2072026-06-05T04:03:28.804Z Downloaded quinn-udp v0.5.14
2082026-06-05T04:03:28.805Z Downloaded openssl-sys v0.9.116
2092026-06-05T04:03:28.808Z Downloaded indicatif v0.17.11
2102026-06-05T04:03:28.810Z Downloaded find-msvc-tools v0.1.9
2112026-06-05T04:03:28.810Z Downloaded adler2 v2.0.1
2122026-06-05T04:03:28.813Z Downloaded jobserver v0.1.34
2132026-06-05T04:03:28.813Z Downloaded cfg-expr v0.20.8
2142026-06-05T04:03:28.816Z Downloaded clap_derive v4.6.1
2152026-06-05T04:03:28.819Z Downloaded futures-io v0.3.32
2162026-06-05T04:03:28.819Z Downloaded debug-ignore v1.0.5
2172026-06-05T04:03:28.819Z Downloaded anstyle-query v1.1.5
2182026-06-05T04:03:28.824Z Downloaded form_urlencoded v1.2.2
2192026-06-05T04:03:28.824Z Downloaded block-buffer v0.10.4
2202026-06-05T04:03:28.824Z Downloaded serde_spanned v1.1.1
2212026-06-05T04:03:28.827Z Downloaded scopeguard v1.2.0
2222026-06-05T04:03:28.827Z Downloaded humantime v2.3.0
2232026-06-05T04:03:28.827Z Downloaded rand_chacha v0.9.0
2242026-06-05T04:03:28.827Z Downloaded cfg_aliases v0.2.1
2252026-06-05T04:03:28.827Z Downloaded futures-channel v0.3.32
2262026-06-05T04:03:28.830Z Downloaded either v1.16.0
2272026-06-05T04:03:28.830Z Downloaded getrandom v0.2.17
2282026-06-05T04:03:28.834Z Downloaded atomicwrites v0.4.4
2292026-06-05T04:03:28.837Z Downloaded equivalent v1.0.2
2302026-06-05T04:03:28.839Z Downloaded fnv v1.0.7
2312026-06-05T04:03:28.839Z Downloaded foldhash v0.1.5
2322026-06-05T04:03:28.843Z Downloaded cargo-util-schemas v0.2.0
2332026-06-05T04:03:28.849Z Downloaded indenter v0.3.4
2342026-06-05T04:03:28.854Z Downloaded ordered-float v2.10.1
2352026-06-05T04:03:28.854Z Downloaded openssl-probe v0.2.1
2362026-06-05T04:03:28.854Z Downloaded futures-task v0.3.32
2372026-06-05T04:03:28.854Z Downloaded fixedbitset v0.5.7
2382026-06-05T04:03:29.267Z Downloaded serde_ignored v0.1.14
2392026-06-05T04:03:29.267Z Downloaded der v0.7.10
2402026-06-05T04:03:29.270Z Downloaded number_prefix v0.4.0
2412026-06-05T04:03:29.270Z Downloaded cfg-if v1.0.4
2422026-06-05T04:03:29.270Z Downloaded nested v0.1.1
2432026-06-05T04:03:29.270Z Downloaded lazy_static v1.5.0
2442026-06-05T04:03:29.270Z Downloaded cargo-platform v0.3.3
2452026-06-05T04:03:29.270Z Downloaded ppv-lite86 v0.2.21
2462026-06-05T04:03:29.270Z Downloaded mukti-metadata v0.3.0
2472026-06-05T04:03:29.270Z Downloaded miette-derive v7.6.0
2482026-06-05T04:03:29.270Z Downloaded errno v0.3.14
2492026-06-05T04:03:29.270Z Downloaded color-spantrace v0.3.0
2502026-06-05T04:03:29.270Z Downloaded config v0.15.23
2512026-06-05T04:03:29.270Z Downloaded futures-executor v0.3.32
2522026-06-05T04:03:29.270Z Downloaded rand_core v0.6.4
2532026-06-05T04:03:29.270Z Downloaded const-oid v0.9.6
2542026-06-05T04:03:29.270Z Downloaded hex v0.4.3
2552026-06-05T04:03:29.270Z Downloaded clap_lex v1.1.0
2562026-06-05T04:03:29.270Z Downloaded signature v2.2.0
2572026-06-05T04:03:29.270Z Downloaded foreign-types-shared v0.1.1
2582026-06-05T04:03:29.270Z Downloaded curve25519-dalek-derive v0.1.1
2592026-06-05T04:03:29.270Z Downloaded cpufeatures v0.2.17
2602026-06-05T04:03:29.270Z Downloaded serde_derive v1.0.228
2612026-06-05T04:03:29.270Z Downloaded nextest-workspace-hack v0.1.0
2622026-06-05T04:03:29.271Z Downloaded futures-sink v0.3.32
2632026-06-05T04:03:29.271Z Downloaded enable-ansi-support v0.2.1
2642026-06-05T04:03:29.271Z Downloaded foreign-types v0.3.2
2652026-06-05T04:03:29.271Z Downloaded cargo-platform v0.2.0
2662026-06-05T04:03:29.271Z Downloaded atomic-waker v1.1.2
2672026-06-05T04:03:29.271Z Downloaded hyper-tls v0.6.0
2682026-06-05T04:03:29.271Z Downloaded subtle v2.6.1
2692026-06-05T04:03:29.271Z Downloaded nextest-metadata v0.12.2
2702026-06-05T04:03:29.271Z Downloaded heck v0.5.0
2712026-06-05T04:03:29.271Z Downloaded crypto-common v0.1.7
2722026-06-05T04:03:29.271Z Downloaded cargo_metadata v0.20.0
2732026-06-05T04:03:29.271Z Downloaded autocfg v1.5.1
2742026-06-05T04:03:29.271Z Downloaded anstream v1.0.0
2752026-06-05T04:03:29.271Z Downloaded backtrace-ext v0.2.1
2762026-06-05T04:03:29.271Z Downloaded http-body v1.0.1
2772026-06-05T04:03:29.271Z Downloaded fastrand v2.4.1
2782026-06-05T04:03:29.271Z Downloaded ipnet v2.12.0
2792026-06-05T04:03:29.271Z Downloaded sigchld v0.2.4
2802026-06-05T04:03:29.271Z Downloaded humantime-serde v1.1.1
2812026-06-05T04:03:29.271Z Downloaded signal-hook-mio v0.2.5
2822026-06-05T04:03:29.271Z Downloaded os_pipe v1.2.3
2832026-06-05T04:03:29.271Z Downloaded generic-array v0.14.7
2842026-06-05T04:03:29.271Z Downloaded serde_urlencoded v0.7.1
2852026-06-05T04:03:29.271Z Downloaded nextest-filtering v0.15.0
2862026-06-05T04:03:29.271Z Downloaded ahash v0.8.12
2872026-06-05T04:03:29.271Z Downloaded is_terminal_polyfill v1.70.2
2882026-06-05T04:03:29.271Z Downloaded cargo_metadata v0.23.1
2892026-06-05T04:03:29.271Z Downloaded shell-words v1.1.1
2902026-06-05T04:03:29.271Z Downloaded ryu v1.0.23
2912026-06-05T04:03:29.271Z Downloaded serde_spanned v0.6.9
2922026-06-05T04:03:29.271Z Downloaded futures-macro v0.3.32
2932026-06-05T04:03:29.271Z Downloaded colorchoice v1.0.5
2942026-06-05T04:03:29.271Z Downloaded supports-hyperlinks v3.2.0
2952026-06-05T04:03:29.271Z Downloaded shared_child v1.1.1
2962026-06-05T04:03:29.271Z Downloaded filetime v0.2.29
2972026-06-05T04:03:29.271Z Downloaded rustc_version v0.4.1
2982026-06-05T04:03:29.271Z Downloaded duct v0.13.7
2992026-06-05T04:03:29.271Z Downloaded camino-tempfile v1.4.1
3002026-06-05T04:03:29.271Z Downloaded dialoguer v0.11.0
3012026-06-05T04:03:29.272Z Downloaded rustix v0.38.44
3022026-06-05T04:03:29.272Z Downloaded sync_wrapper v1.0.2
3032026-06-05T04:03:29.272Z Downloaded swrite v0.1.0
3042026-06-05T04:03:29.272Z Downloaded supports-unicode v3.0.0
3052026-06-05T04:03:29.272Z Downloaded slab v0.4.12
3062026-06-05T04:03:29.272Z Downloaded openssl-macros v0.1.1
3072026-06-05T04:03:29.272Z Downloaded idna_adapter v1.0.0
3082026-06-05T04:03:29.272Z Downloaded future-queue v0.4.0
3092026-06-05T04:03:29.272Z Downloaded ed25519 v2.2.3
3102026-06-05T04:03:29.272Z Downloaded console v0.15.11
3112026-06-05T04:03:29.272Z Downloaded strsim v0.11.1
3122026-06-05T04:03:29.272Z Downloaded pkg-config v0.3.33
3132026-06-05T04:03:29.272Z Downloaded guppy-workspace-hack v0.1.0
3142026-06-05T04:03:29.272Z Downloaded parking_lot_core v0.9.12
3152026-06-05T04:03:29.272Z Downloaded erased-serde v0.4.10
3162026-06-05T04:03:29.272Z Downloaded spki v0.7.3
3172026-06-05T04:03:29.272Z Downloaded anstyle-parse v1.0.0
3182026-06-05T04:03:29.272Z Downloaded rustc-demangle v0.1.27
3192026-06-05T04:03:29.272Z Downloaded static_assertions v1.1.0
3202026-06-05T04:03:29.272Z Downloaded serde-value v0.7.0
3212026-06-05T04:03:29.272Z Downloaded pin-project-lite v0.2.17
3222026-06-05T04:03:29.272Z Downloaded tracing-error v0.2.1
3232026-06-05T04:03:29.272Z Downloaded self-replace v1.5.0
3242026-06-05T04:03:29.272Z Downloaded thiserror-impl v1.0.69
3252026-06-05T04:03:29.272Z Downloaded hashbrown v0.15.5
3262026-06-05T04:03:29.272Z Downloaded toml_datetime v0.6.11
3272026-06-05T04:03:29.272Z Downloaded typeid v1.0.3
3282026-06-05T04:03:29.272Z Downloaded try-lock v0.2.5
3292026-06-05T04:03:29.272Z Downloaded tower-service v0.3.3
3302026-06-05T04:03:29.272Z Downloaded toml_write v0.1.2
3312026-06-05T04:03:29.272Z Downloaded thiserror v2.0.18
3322026-06-05T04:03:29.272Z Downloaded tinyvec_macros v0.1.1
3332026-06-05T04:03:29.272Z Downloaded semver v1.0.28
3342026-06-05T04:03:29.272Z Downloaded parking_lot v0.12.5
3352026-06-05T04:03:29.272Z Downloaded version_check v0.9.5
3362026-06-05T04:03:29.272Z Downloaded utf8_iter v1.0.4
3372026-06-05T04:03:29.272Z Downloaded unicode-linebreak v0.1.5
3382026-06-05T04:03:29.272Z Downloaded unicode-xid v0.2.6
3392026-06-05T04:03:29.272Z Downloaded addr2line v0.25.1
3402026-06-05T04:03:29.276Z Downloaded untrusted v0.9.0
3412026-06-05T04:03:29.276Z Downloaded rustls-webpki v0.103.13
3422026-06-05T04:03:29.276Z Downloaded smallvec v1.15.1
3432026-06-05T04:03:29.276Z Downloaded simd-adler32 v0.3.9
3442026-06-05T04:03:29.276Z Downloaded digest v0.10.7
3452026-06-05T04:03:29.276Z Downloaded terminal_size v0.4.4
3462026-06-05T04:03:29.276Z Downloaded urlencoding v2.1.3
3472026-06-05T04:03:29.276Z Downloaded xattr v1.6.1
3482026-06-05T04:03:29.276Z Downloaded clap v4.6.1
3492026-06-05T04:03:29.276Z Downloaded thread_local v1.1.9
3502026-06-05T04:03:29.276Z Downloaded tempfile v3.27.0
3512026-06-05T04:03:29.276Z Downloaded lock_api v0.4.14
3522026-06-05T04:03:29.276Z Downloaded globset v0.4.18
3532026-06-05T04:03:29.276Z Downloaded rustls-pki-types v1.14.1
3542026-06-05T04:03:29.276Z Downloaded tokio-native-tls v0.3.1
3552026-06-05T04:03:29.276Z Downloaded crc32fast v1.5.0
3562026-06-05T04:03:29.276Z Downloaded getrandom v0.3.4
3572026-06-05T04:03:29.276Z Downloaded toml_writer v1.1.1+spec-1.1.0
3582026-06-05T04:03:29.276Z Downloaded target-spec v3.6.0
3592026-06-05T04:03:29.277Z Downloaded signal-hook v0.3.18
3602026-06-05T04:03:29.277Z Downloaded getrandom v0.4.2
3612026-06-05T04:03:29.277Z Downloaded tokio-stream v0.1.18
3622026-06-05T04:03:29.277Z Downloaded signal-hook-registry v1.4.8
3632026-06-05T04:03:29.277Z Downloaded miniz_oxide v0.8.9
3642026-06-05T04:03:29.277Z Downloaded pin-project v1.1.13
3652026-06-05T04:03:29.277Z Downloaded strip-ansi-escapes v0.2.1
3662026-06-05T04:03:29.277Z Downloaded socket2 v0.6.4
3672026-06-05T04:03:29.277Z Downloaded xxhash-rust v0.8.15
3682026-06-05T04:03:29.277Z Downloaded serde_core v1.0.228
3692026-06-05T04:03:29.277Z Downloaded utf8parse v0.2.2
3702026-06-05T04:03:29.277Z Downloaded toml v0.8.23
3712026-06-05T04:03:29.277Z Downloaded http v1.4.1
3722026-06-05T04:03:29.277Z Downloaded zmij v1.0.21
3732026-06-05T04:03:29.277Z Downloaded tokio-rustls v0.26.4
3742026-06-05T04:03:29.277Z Downloaded ed25519-dalek v2.2.0
3752026-06-05T04:03:29.277Z Downloaded zstd v0.13.3
3762026-06-05T04:03:29.277Z Downloaded derive-where v1.6.1
3772026-06-05T04:03:29.277Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3782026-06-05T04:03:29.277Z Downloaded bytes v1.11.1
3792026-06-05T04:03:29.277Z Downloaded zipsign-api v0.1.5
3802026-06-05T04:03:29.277Z Downloaded bitflags v2.12.1
3812026-06-05T04:03:29.277Z Downloaded unicase v2.9.0
3822026-06-05T04:03:29.277Z Downloaded tokio-macros v2.7.0
3832026-06-05T04:03:29.277Z Downloaded futures v0.3.32
3842026-06-05T04:03:29.277Z Downloaded toml_parser v1.1.2+spec-1.1.0
3852026-06-05T04:03:29.277Z Downloaded tracing-log v0.2.0
3862026-06-05T04:03:29.277Z Downloaded sharded-slab v0.1.7
3872026-06-05T04:03:29.277Z Downloaded tinyvec v1.11.0
3882026-06-05T04:03:29.277Z Downloaded shlex v2.0.1
3892026-06-05T04:03:29.277Z Downloaded serde v1.0.228
3902026-06-05T04:03:29.277Z Downloaded toml v1.1.2+spec-1.1.0
3912026-06-05T04:03:29.277Z Downloaded base64 v0.22.1
3922026-06-05T04:03:29.277Z Downloaded smol_str v0.3.6
3932026-06-05T04:03:29.277Z Downloaded thiserror v1.0.69
3942026-06-05T04:03:29.277Z Downloaded tracing-attributes v0.1.31
3952026-06-05T04:03:29.277Z Downloaded backtrace v0.3.76
3962026-06-05T04:03:29.277Z Downloaded zstd-safe v7.2.4
3972026-06-05T04:03:29.278Z Downloaded thiserror-impl v2.0.18
3982026-06-05T04:03:29.278Z Downloaded textwrap v0.16.2
3992026-06-05T04:03:29.278Z Downloaded unicode-ident v1.0.24
4002026-06-05T04:03:29.278Z Downloaded zeroize v1.8.2
4012026-06-05T04:03:29.278Z Downloaded document-features v0.2.12
4022026-06-05T04:03:29.278Z Downloaded cc v1.2.63
4032026-06-05T04:03:29.278Z Downloaded aho-corasick v1.1.4
4042026-06-05T04:03:29.278Z Downloaded miette v7.6.0
4052026-06-05T04:03:29.278Z Downloaded rand v0.9.4
4062026-06-05T04:03:29.278Z Downloaded indexmap v2.14.0
4072026-06-05T04:03:29.278Z Downloaded derive_more v2.1.1
4082026-06-05T04:03:29.278Z Downloaded vte v0.14.1
4092026-06-05T04:03:29.278Z Downloaded target-lexicon v0.13.5
4102026-06-05T04:03:29.278Z Downloaded reqwest v0.12.28
4112026-06-05T04:03:29.278Z Downloaded tracing-core v0.1.36
4122026-06-05T04:03:29.278Z Downloaded hyper-util v0.1.20
4132026-06-05T04:03:29.278Z Downloaded mio v1.2.1
4142026-06-05T04:03:29.278Z Downloaded uuid v1.23.2
4152026-06-05T04:03:29.278Z Downloaded itertools v0.14.0
4162026-06-05T04:03:29.278Z Downloaded idna v1.1.0
4172026-06-05T04:03:29.278Z Downloaded crossterm v0.29.0
4182026-06-05T04:03:29.278Z Downloaded typenum v1.20.1
4192026-06-05T04:03:29.278Z Downloaded toml_edit v0.22.27
4202026-06-05T04:03:29.278Z Downloaded borsh v1.6.1
4212026-06-05T04:03:29.278Z Downloaded url v2.5.8
4222026-06-05T04:03:29.278Z Downloaded ron v0.12.1
4232026-06-05T04:03:29.278Z Downloaded hashbrown v0.17.1
4242026-06-05T04:03:29.278Z Downloaded hyper v1.10.1
4252026-06-05T04:03:29.278Z Downloaded futures-core v0.3.32
4262026-06-05T04:03:29.278Z Downloaded regex v1.12.3
4272026-06-05T04:03:29.278Z Downloaded pulldown-cmark v0.13.4
4282026-06-05T04:03:29.278Z Downloaded tower v0.5.3
4292026-06-05T04:03:29.278Z Downloaded unicode-segmentation v1.13.3
4302026-06-05T04:03:29.278Z Downloaded tokio-util v0.7.18
4312026-06-05T04:03:29.278Z Downloaded guppy v0.17.26
4322026-06-05T04:03:29.278Z Downloaded tower-http v0.6.11
4332026-06-05T04:03:29.282Z Downloaded unicode-normalization v0.1.25
4342026-06-05T04:03:29.687Z Downloaded serde_json v1.0.150
4352026-06-05T04:03:29.690Z Downloaded h2 v0.4.14
4362026-06-05T04:03:29.690Z Downloaded clap_builder v4.6.0
4372026-06-05T04:03:29.690Z Downloaded object v0.37.3
4382026-06-05T04:03:29.690Z Downloaded quick-xml v0.37.5
4392026-06-05T04:03:29.690Z Downloaded winnow v1.0.3
4402026-06-05T04:03:29.690Z Downloaded regex-syntax v0.8.10
4412026-06-05T04:03:29.690Z Downloaded chrono v0.4.45
4422026-06-05T04:03:29.690Z Downloaded webpki-roots v1.0.7
4432026-06-05T04:03:29.690Z Downloaded tracing-subscriber v0.3.23
4442026-06-05T04:03:29.690Z Downloaded curve25519-dalek v4.1.3
4452026-06-05T04:03:29.690Z Downloaded winnow v0.7.15
4462026-06-05T04:03:29.690Z Downloaded quinn-proto v0.11.14
4472026-06-05T04:03:29.690Z Downloaded quick-xml v0.38.4
4482026-06-05T04:03:29.690Z Downloaded unicode-width v0.1.14
4492026-06-05T04:03:29.690Z Downloaded zerocopy v0.8.50
4502026-06-05T04:03:29.690Z Downloaded unicode-width v0.2.2
4512026-06-05T04:03:29.690Z Downloaded vcpkg v0.2.15
4522026-06-05T04:03:29.690Z Downloaded bstr v1.12.1
4532026-06-05T04:03:29.690Z Downloaded syn v2.0.117
4542026-06-05T04:03:29.690Z Downloaded openssl v0.10.80
4552026-06-05T04:03:29.690Z Downloaded nextest-runner v0.80.0
4562026-06-05T04:03:29.690Z Downloaded color-eyre v0.6.5
4572026-06-05T04:03:29.690Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4582026-06-05T04:03:29.690Z Downloaded tar v0.4.46
4592026-06-05T04:03:29.690Z Downloaded newtype-uuid v1.3.2
4602026-06-05T04:03:29.690Z Downloaded rustix v1.1.4
4612026-06-05T04:03:29.690Z Downloaded want v0.3.1
4622026-06-05T04:03:29.690Z Downloaded proc-macro2 v1.0.106
4632026-06-05T04:03:29.690Z Downloaded self_update v0.42.0
4642026-06-05T04:03:29.690Z Downloaded tracing v0.1.44
4652026-06-05T04:03:29.690Z Downloaded log v0.4.32
4662026-06-05T04:03:29.690Z Downloaded memchr v2.8.1
4672026-06-05T04:03:29.690Z Downloaded regex-automata v0.4.14
4682026-06-05T04:03:29.690Z Downloaded pathdiff v0.2.3
4692026-06-05T04:03:29.690Z Downloaded httparse v1.10.1
4702026-06-05T04:03:29.691Z Downloaded supports-color v3.0.2
4712026-06-05T04:03:29.691Z Downloaded itoa v1.0.18
4722026-06-05T04:03:29.691Z Downloaded rustc-hash v2.1.2
4732026-06-05T04:03:29.691Z Downloaded portable-atomic v1.13.1
4742026-06-05T04:03:29.691Z Downloaded target-spec-miette v0.4.8
4752026-06-05T04:03:29.691Z Downloaded http-body-util v0.1.3
4762026-06-05T04:03:29.691Z Downloaded pkcs8 v0.10.2
4772026-06-05T04:03:29.691Z Downloaded indent_write v2.2.0
4782026-06-05T04:03:29.691Z Downloaded rand_core v0.9.5
4792026-06-05T04:03:29.691Z Downloaded hyper-rustls v0.27.9
4802026-06-05T04:03:29.691Z Downloaded percent-encoding v2.3.2
4812026-06-05T04:03:29.691Z Downloaded once_cell v1.21.4
4822026-06-05T04:03:29.691Z Downloaded serde_path_to_error v0.1.20
4832026-06-05T04:03:29.691Z Downloaded petgraph v0.8.3
4842026-06-05T04:03:29.691Z Downloaded tower-layer v0.3.3
4852026-06-05T04:03:29.691Z Downloaded home v0.5.12
4862026-06-05T04:03:29.691Z Downloaded num-traits v0.2.19
4872026-06-05T04:03:29.691Z Downloaded is_ci v1.2.0
4882026-06-05T04:03:29.695Z Downloaded sha2 v0.10.9
4892026-06-05T04:03:29.695Z Downloaded libc v0.2.186
4902026-06-05T04:03:29.711Z Downloaded quote v1.0.45
4912026-06-05T04:03:29.715Z Downloaded pin-project-internal v1.1.13
4922026-06-05T04:03:29.721Z Downloaded litrs v1.0.0
4932026-06-05T04:03:29.727Z Downloaded tokio v1.52.3
4942026-06-05T04:03:29.762Z Downloaded native-tls v0.2.18
4952026-06-05T04:03:30.187Z Downloaded quick-junit v0.5.2
4962026-06-05T04:03:30.190Z Downloaded quinn v0.11.9
4972026-06-05T04:03:30.190Z Downloaded recursion v0.5.4
4982026-06-05T04:03:30.190Z Downloaded ring v0.17.14
4992026-06-05T04:03:30.190Z Downloaded nix v0.30.1
5002026-06-05T04:03:30.190Z Downloaded rustls v0.23.40
5012026-06-05T04:03:30.190Z Compiling libc v0.2.186
5022026-06-05T04:03:30.190Z Compiling proc-macro2 v1.0.106
5032026-06-05T04:03:30.190Z Compiling quote v1.0.45
5042026-06-05T04:03:30.190Z Compiling unicode-ident v1.0.24
5052026-06-05T04:03:30.190Z Compiling serde_core v1.0.228
5062026-06-05T04:03:30.190Z Compiling cfg-if v1.0.4
5072026-06-05T04:03:30.190Z Compiling memchr v2.8.1
5082026-06-05T04:03:30.190Z Compiling once_cell v1.21.4
5092026-06-05T04:03:30.190Z Compiling log v0.4.32
5102026-06-05T04:03:30.190Z Compiling pin-project-lite v0.2.17
5112026-06-05T04:03:30.259Z Compiling serde v1.0.228
5122026-06-05T04:03:30.321Z Compiling itoa v1.0.18
5132026-06-05T04:03:30.464Z Compiling smallvec v1.15.1
5142026-06-05T04:03:30.572Z Compiling futures-core v0.3.32
5152026-06-05T04:03:30.647Z Compiling bitflags v2.12.1
5162026-06-05T04:03:30.727Z Compiling equivalent v1.0.2
5172026-06-05T04:03:30.727Z Compiling shlex v2.0.1
5182026-06-05T04:03:30.814Z Compiling find-msvc-tools v0.1.9
5192026-06-05T04:03:30.917Z Compiling hashbrown v0.17.1
5202026-06-05T04:03:31.032Z Compiling errno v0.3.14
5212026-06-05T04:03:31.045Z Compiling bytes v1.11.1
5222026-06-05T04:03:31.045Z Compiling mio v1.2.1
5232026-06-05T04:03:31.121Z Compiling jobserver v0.1.34
5242026-06-05T04:03:31.238Z Compiling signal-hook-registry v1.4.8
5252026-06-05T04:03:31.327Z Compiling cc v1.2.63
5262026-06-05T04:03:31.814Z Compiling syn v2.0.117
5272026-06-05T04:03:31.814Z Compiling rustix v1.1.4
5282026-06-05T04:03:31.814Z Compiling futures-sink v0.3.32
5292026-06-05T04:03:31.814Z Compiling socket2 v0.6.4
5302026-06-05T04:03:31.815Z Compiling slab v0.4.12
5312026-06-05T04:03:31.815Z Compiling zmij v1.0.21
5322026-06-05T04:03:31.945Z Compiling futures-channel v0.3.32
5332026-06-05T04:03:32.002Z Compiling tracing-core v0.1.36
5342026-06-05T04:03:32.153Z Compiling version_check v0.9.5
5352026-06-05T04:03:32.216Z Compiling serde_json v1.0.150
5362026-06-05T04:03:32.440Z Compiling indexmap v2.14.0
5372026-06-05T04:03:32.531Z Compiling getrandom v0.4.2
5382026-06-05T04:03:32.553Z Compiling futures-task v0.3.32
5392026-06-05T04:03:32.674Z Compiling futures-io v0.3.32
5402026-06-05T04:03:32.838Z Compiling percent-encoding v2.3.2
5412026-06-05T04:03:32.850Z Compiling unicode-width v0.2.2
5422026-06-05T04:03:32.876Z Compiling camino v1.2.2
5432026-06-05T04:03:33.158Z Compiling ring v0.17.14
5442026-06-05T04:03:33.170Z Compiling http v1.4.1
5452026-06-05T04:03:33.284Z Compiling autocfg v1.5.1
5462026-06-05T04:03:33.296Z Compiling zeroize v1.8.2
5472026-06-05T04:03:33.300Z Compiling adler2 v2.0.1
5482026-06-05T04:03:33.470Z Compiling simd-adler32 v0.3.9
5492026-06-05T04:03:33.642Z Compiling num-traits v0.2.19
5502026-06-05T04:03:33.886Z Compiling miniz_oxide v0.8.9
5512026-06-05T04:03:34.079Z Compiling object v0.37.3
5522026-06-05T04:03:34.092Z Compiling getrandom v0.3.4
5532026-06-05T04:03:34.330Z Compiling target-lexicon v0.13.5
5542026-06-05T04:03:34.786Z Compiling zerocopy v0.8.50
5552026-06-05T04:03:34.789Z Compiling http-body v1.0.1
5562026-06-05T04:03:34.822Z Compiling rustls-pki-types v1.14.1
5572026-06-05T04:03:34.846Z Compiling form_urlencoded v1.2.2
5582026-06-05T04:03:34.858Z Compiling semver v1.0.28
5592026-06-05T04:03:35.077Z Compiling getrandom v0.2.17
5602026-06-05T04:03:35.090Z Compiling serde_derive v1.0.228
5612026-06-05T04:03:35.117Z Compiling tokio-macros v2.7.0
5622026-06-05T04:03:35.278Z Compiling futures-macro v0.3.32
5632026-06-05T04:03:35.319Z Compiling tracing-attributes v0.1.31
5642026-06-05T04:03:35.399Z Compiling untrusted v0.9.0
5652026-06-05T04:03:35.514Z Compiling owo-colors v4.3.0
5662026-06-05T04:03:35.534Z Compiling fnv v1.0.7
5672026-06-05T04:03:35.656Z Compiling gimli v0.32.3
5682026-06-05T04:03:35.705Z Compiling utf8_iter v1.0.4
5692026-06-05T04:03:35.844Z Compiling httparse v1.10.1
5702026-06-05T04:03:35.871Z Compiling idna_adapter v1.0.0
5712026-06-05T04:03:35.886Z Compiling tokio v1.52.3
5722026-06-05T04:03:35.977Z Compiling guppy-workspace-hack v0.1.0
5732026-06-05T04:03:36.102Z Compiling futures-util v0.3.32
5742026-06-05T04:03:36.201Z Compiling signal-hook v0.3.18
5752026-06-05T04:03:36.204Z Compiling thiserror v2.0.18
5762026-06-05T04:03:36.549Z Compiling idna v1.1.0
5772026-06-05T04:03:36.565Z Compiling tracing v0.1.44
5782026-06-05T04:03:36.821Z Compiling thiserror-impl v2.0.18
5792026-06-05T04:03:37.710Z Compiling addr2line v0.25.1
5802026-06-05T04:03:38.363Z Compiling generic-array v0.14.7
5812026-06-05T04:03:38.501Z Compiling thiserror v1.0.69
5822026-06-05T04:03:38.617Z Compiling atomic-waker v1.1.2
5832026-06-05T04:03:38.625Z Compiling fastrand v2.4.1
5842026-06-05T04:03:38.747Z Compiling try-lock v0.2.5
5852026-06-05T04:03:38.807Z Compiling typeid v1.0.3
5862026-06-05T04:03:38.835Z Compiling target-spec v3.6.0
5872026-06-05T04:03:38.860Z Compiling pkg-config v0.3.33
5882026-06-05T04:03:38.956Z Compiling tower-service v0.3.3
5892026-06-05T04:03:39.057Z Compiling rustc-demangle v0.1.27
5902026-06-05T04:03:39.119Z Compiling rustls v0.23.40
5912026-06-05T04:03:39.297Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5922026-06-05T04:03:39.342Z Compiling tempfile v3.27.0
5932026-06-05T04:03:39.365Z Compiling want v0.3.1
5942026-06-05T04:03:39.598Z Compiling cfg-expr v0.20.8
5952026-06-05T04:03:39.832Z Compiling tokio-util v0.7.18
5962026-06-05T04:03:40.248Z Compiling url v2.5.8
5972026-06-05T04:03:40.572Z Compiling h2 v0.4.14
5982026-06-05T04:03:40.920Z Compiling backtrace v0.3.76
5992026-06-05T04:03:41.388Z Compiling thiserror-impl v1.0.69
6002026-06-05T04:03:41.451Z Compiling terminal_size v0.4.4
6012026-06-05T04:03:41.613Z Compiling aho-corasick v1.1.4
6022026-06-05T04:03:41.661Z Compiling subtle v2.6.1
6032026-06-05T04:03:41.826Z Compiling erased-serde v0.4.10
6042026-06-05T04:03:42.141Z Compiling typenum v1.20.1
6052026-06-05T04:03:42.545Z Compiling rustls-webpki v0.103.13
6062026-06-05T04:03:42.729Z Compiling regex-syntax v0.8.10
6072026-06-05T04:03:42.810Z Compiling winnow v0.7.15
6082026-06-05T04:03:44.752Z Compiling regex-automata v0.4.14
6092026-06-05T04:03:45.220Z Compiling hyper v1.10.1
6102026-06-05T04:03:47.110Z Compiling serde_spanned v0.6.9
6112026-06-05T04:03:47.679Z Compiling toml_datetime v0.6.11
6122026-06-05T04:03:47.683Z Compiling ahash v0.8.12
6132026-06-05T04:03:47.922Z Compiling sync_wrapper v1.0.2
6142026-06-05T04:03:48.043Z Compiling is_ci v1.2.0
6152026-06-05T04:03:48.213Z Compiling unicode-linebreak v0.1.5
6162026-06-05T04:03:48.876Z Compiling tower-layer v0.3.3
6172026-06-05T04:03:48.879Z Compiling ipnet v2.12.0
6182026-06-05T04:03:48.879Z Compiling nextest-workspace-hack v0.1.0
6192026-06-05T04:03:48.933Z Compiling portable-atomic v1.13.1
6202026-06-05T04:03:49.013Z Compiling either v1.16.0
6212026-06-05T04:03:49.254Z Compiling toml_write v0.1.2
6222026-06-05T04:03:49.416Z Compiling crc32fast v1.5.0
6232026-06-05T04:03:49.916Z Compiling parking_lot_core v0.9.12
6242026-06-05T04:03:49.922Z Compiling unicode-segmentation v1.13.3
6252026-06-05T04:03:49.922Z Compiling foldhash v0.1.5
6262026-06-05T04:03:49.922Z Compiling base64 v0.22.1
6272026-06-05T04:03:49.944Z Compiling lazy_static v1.5.0
6282026-06-05T04:03:49.963Z Compiling hashbrown v0.15.5
6292026-06-05T04:03:50.052Z Compiling sharded-slab v0.1.7
6302026-06-05T04:03:50.062Z Compiling convert_case v0.10.0
6312026-06-05T04:03:50.546Z Compiling hyper-util v0.1.20
6322026-06-05T04:03:50.549Z Compiling toml_edit v0.22.27
6332026-06-05T04:03:50.549Z Compiling tower v0.5.3
6342026-06-05T04:03:50.603Z Compiling textwrap v0.16.2
6352026-06-05T04:03:50.637Z Compiling tokio-rustls v0.26.4
6362026-06-05T04:03:50.917Z Compiling supports-color v3.0.2
6372026-06-05T04:03:51.179Z Compiling backtrace-ext v0.2.1
6382026-06-05T04:03:51.457Z Compiling ordered-float v2.10.1
6392026-06-05T04:03:51.872Z Compiling webpki-roots v1.0.7
6402026-06-05T04:03:52.277Z Compiling miette-derive v7.6.0
6412026-06-05T04:03:52.277Z Compiling pathdiff v0.2.3
6422026-06-05T04:03:52.285Z Compiling console v0.15.11
6432026-06-05T04:03:52.285Z Compiling tracing-log v0.2.0
6442026-06-05T04:03:52.359Z Compiling cargo-platform v0.3.3
6452026-06-05T04:03:52.810Z Compiling os_pipe v1.2.3
6462026-06-05T04:03:52.861Z Compiling thread_local v1.1.9
6472026-06-05T04:03:52.932Z Compiling cfg_aliases v0.2.1
6482026-06-05T04:03:52.974Z Compiling fixedbitset v0.5.7
6492026-06-05T04:03:52.997Z Compiling scopeguard v1.2.0
6502026-06-05T04:03:53.168Z Compiling zstd-safe v7.2.4
6512026-06-05T04:03:53.250Z Compiling utf8parse v0.2.2
6522026-06-05T04:03:53.368Z Compiling ryu v1.0.23
6532026-06-05T04:03:53.438Z Compiling rustix v0.38.44
6542026-06-05T04:03:53.459Z Compiling unicode-width v0.1.14
6552026-06-05T04:03:53.475Z Compiling debug-ignore v1.0.5
6562026-06-05T04:03:53.631Z Compiling pulldown-cmark v0.13.4
6572026-06-05T04:03:53.657Z Compiling supports-unicode v3.0.0
6582026-06-05T04:03:53.857Z Compiling winnow v1.0.3
6592026-06-05T04:03:53.877Z Compiling supports-hyperlinks v3.2.0
6602026-06-05T04:03:53.894Z Compiling serde_urlencoded v0.7.1
6612026-06-05T04:03:53.944Z Compiling miette v7.6.0
6622026-06-05T04:03:54.024Z Compiling anstyle-parse v1.0.0
6632026-06-05T04:03:54.161Z Compiling petgraph v0.8.3
6642026-06-05T04:03:54.246Z Compiling lock_api v0.4.14
6652026-06-05T04:03:54.489Z Compiling nix v0.30.1
6662026-06-05T04:03:54.881Z Compiling toml_parser v1.1.2+spec-1.1.0
6672026-06-05T04:03:55.194Z Compiling tracing-subscriber v0.3.23
6682026-06-05T04:03:55.882Z Compiling sigchld v0.2.4
6692026-06-05T04:03:56.077Z Compiling cargo_metadata v0.23.1
6702026-06-05T04:03:56.090Z Compiling toml v0.8.23
6712026-06-05T04:03:56.207Z Compiling hyper-rustls v0.27.9
6722026-06-05T04:03:56.885Z Compiling serde-value v0.7.0
6732026-06-05T04:03:57.652Z Compiling serde-untagged v0.1.9
6742026-06-05T04:03:58.048Z Compiling tower-http v0.6.11
6752026-06-05T04:03:58.722Z Compiling derive_more-impl v2.1.1
6762026-06-05T04:03:58.930Z Compiling itertools v0.14.0
6772026-06-05T04:03:59.072Z Compiling regex v1.12.3
6782026-06-05T04:03:59.176Z Compiling block-buffer v0.10.4
6792026-06-05T04:03:59.335Z Compiling crypto-common v0.1.7
6802026-06-05T04:03:59.475Z Compiling ppv-lite86 v0.2.21
6812026-06-05T04:03:59.568Z Compiling rand_core v0.9.5
6822026-06-05T04:03:59.739Z Compiling futures-executor v0.3.32
6832026-06-05T04:03:59.812Z Compiling pin-project-internal v1.1.13
6842026-06-05T04:03:59.824Z Compiling http-body-util v0.1.3
6852026-06-05T04:04:00.480Z Compiling uuid v1.23.2
6862026-06-05T04:04:00.491Z Compiling toml_datetime v1.1.1+spec-1.1.0
6872026-06-05T04:04:00.491Z Compiling serde_spanned v1.1.1
6882026-06-05T04:04:00.507Z Compiling smol_str v0.3.6
6892026-06-05T04:04:00.541Z Compiling filetime v0.2.29
6902026-06-05T04:04:00.611Z Compiling bstr v1.12.1
6912026-06-05T04:04:00.766Z Compiling vte v0.14.1
6922026-06-05T04:04:00.782Z Compiling eyre v0.6.12
6932026-06-05T04:04:00.857Z Compiling color-spantrace v0.3.0
6942026-06-05T04:04:00.876Z Compiling xattr v1.6.1
6952026-06-05T04:04:00.913Z Compiling unicode-xid v0.2.6
6962026-06-05T04:04:01.053Z Compiling static_assertions v1.1.0
6972026-06-05T04:04:01.059Z Compiling nested v0.1.1
6982026-06-05T04:04:01.133Z Compiling tinyvec_macros v0.1.1
6992026-06-05T04:04:01.159Z Compiling unicase v2.9.0
7002026-06-05T04:04:01.194Z Compiling iana-time-zone v0.1.65
7012026-06-05T04:04:01.256Z Compiling anstyle-query v1.1.5
7022026-06-05T04:04:01.261Z Compiling is_terminal_polyfill v1.70.2
7032026-06-05T04:04:01.289Z Compiling litrs v1.0.0
7042026-06-05T04:04:01.324Z Compiling number_prefix v0.4.0
7052026-06-05T04:04:01.350Z Compiling colorchoice v1.0.5
7062026-06-05T04:04:01.756Z Compiling anstyle v1.0.14
7072026-06-05T04:04:01.759Z Compiling self_update v0.42.0
7082026-06-05T04:04:01.759Z Compiling anstream v1.0.0
7092026-06-05T04:04:01.759Z Compiling indicatif v0.17.11
7102026-06-05T04:04:01.759Z Compiling chrono v0.4.45
7112026-06-05T04:04:01.759Z Compiling document-features v0.2.12
7122026-06-05T04:04:01.759Z Compiling guppy v0.17.26
7132026-06-05T04:04:02.051Z Compiling tinyvec v1.11.0
7142026-06-05T04:04:02.478Z Compiling globset v0.4.18
7152026-06-05T04:04:02.617Z Compiling cargo-util-schemas v0.2.0
7162026-06-05T04:04:02.783Z Compiling tar v0.4.46
7172026-06-05T04:04:04.856Z Compiling pin-project v1.1.13
7182026-06-05T04:04:04.859Z Compiling strip-ansi-escapes v0.2.1
7192026-06-05T04:04:04.859Z Compiling nextest-metadata v0.12.2
7202026-06-05T04:04:05.012Z Compiling toml v1.1.2+spec-1.1.0
7212026-06-05T04:04:05.026Z Compiling newtype-uuid v1.3.2
7222026-06-05T04:04:05.051Z Compiling reqwest v0.12.28
7232026-06-05T04:04:05.213Z Compiling futures v0.3.32
7242026-06-05T04:04:05.295Z Compiling rand_chacha v0.9.0
7252026-06-05T04:04:05.307Z Compiling derive_more v2.1.1
7262026-06-05T04:04:05.392Z Compiling digest v0.10.7
7272026-06-05T04:04:05.641Z Compiling parking_lot v0.12.5
7282026-06-05T04:04:05.692Z Compiling flate2 v1.1.9
7292026-06-05T04:04:05.851Z Compiling tracing-error v0.2.1
7302026-06-05T04:04:06.091Z Compiling shared_child v1.1.1
7312026-06-05T04:04:06.535Z Compiling signal-hook-mio v0.2.5
7322026-06-05T04:04:06.602Z Compiling self-replace v1.5.0
7332026-06-05T04:04:07.095Z Compiling cargo-platform v0.2.0
7342026-06-05T04:04:07.110Z Compiling quick-xml v0.38.4
7352026-06-05T04:04:07.245Z Compiling quick-xml v0.37.5
7362026-06-05T04:04:07.759Z Compiling heck v0.5.0
7372026-06-05T04:04:07.988Z Compiling recursion v0.5.4
7382026-06-05T04:04:08.128Z Compiling indenter v0.3.4
7392026-06-05T04:04:08.606Z Compiling clap_lex v1.1.0
7402026-06-05T04:04:08.611Z Compiling humantime v2.3.0
7412026-06-05T04:04:08.611Z Compiling urlencoding v2.1.3
7422026-06-05T04:04:08.611Z Compiling cpufeatures v0.2.17
7432026-06-05T04:04:08.687Z Compiling strsim v0.11.1
7442026-06-05T04:04:08.800Z Compiling shell-words v1.1.1
7452026-06-05T04:04:08.863Z Compiling clap_derive v4.6.1
7462026-06-05T04:04:09.009Z Compiling clap_builder v4.6.0
7472026-06-05T04:04:09.510Z Compiling sha2 v0.10.9
7482026-06-05T04:04:09.935Z Compiling humantime-serde v1.1.1
7492026-06-05T04:04:10.619Z Compiling nextest-filtering v0.15.0
7502026-06-05T04:04:10.645Z Compiling quick-junit v0.5.2
7512026-06-05T04:04:10.729Z Compiling atomicwrites v0.4.4
7522026-06-05T04:04:11.019Z Compiling cargo_metadata v0.20.0
7532026-06-05T04:04:13.757Z Compiling crossterm v0.29.0
7542026-06-05T04:04:14.531Z Compiling cargo-nextest v0.9.97
7552026-06-05T04:04:15.523Z Compiling zstd v0.13.3
7562026-06-05T04:04:15.595Z Compiling duct v0.13.7
7572026-06-05T04:04:15.722Z Compiling config v0.15.23
7582026-06-05T04:04:15.951Z Compiling rand v0.9.4
7592026-06-05T04:04:16.083Z Compiling async-scoped v0.9.0
7602026-06-05T04:04:16.155Z Compiling unicode-normalization v0.1.25
7612026-06-05T04:04:16.296Z Compiling target-spec-miette v0.4.8
7622026-06-05T04:04:16.714Z Compiling future-queue v0.4.0
7632026-06-05T04:04:16.727Z Compiling mukti-metadata v0.3.0
7642026-06-05T04:04:16.738Z Compiling tokio-stream v0.1.18
7652026-06-05T04:04:16.989Z Compiling camino-tempfile v1.4.1
7662026-06-05T04:04:17.032Z Compiling derive-where v1.6.1
7672026-06-05T04:04:17.214Z Compiling serde_ignored v0.1.14
7682026-06-05T04:04:17.269Z Compiling serde_path_to_error v0.1.20
7692026-06-05T04:04:17.315Z Compiling indent_write v2.2.0
7702026-06-05T04:04:17.429Z Compiling home v0.5.12
7712026-06-05T04:04:17.442Z Compiling swrite v0.1.0
7722026-06-05T04:04:17.465Z Compiling xxhash-rust v0.8.15
7732026-06-05T04:04:17.597Z Compiling hex v0.4.3
7742026-06-05T04:04:17.645Z Compiling color-eyre v0.6.5
7752026-06-05T04:04:17.683Z Compiling clap v4.6.1
7762026-06-05T04:04:17.722Z Compiling dialoguer v0.11.0
7772026-06-05T04:04:17.767Z Compiling enable-ansi-support v0.2.1
7782026-06-05T04:04:18.314Z Compiling nextest-runner v0.80.0
7792026-06-05T04:04:36.358Z Finished `release` profile [optimized] target(s) in 1m 10s
7802026-06-05T04:04:36.547Z Installing /home/build/.cargo/bin/cargo-nextest
7812026-06-05T04:04:36.563Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7822026-06-05T04:04:36.668Z+ pushd rdb
7832026-06-05T04:04:36.683Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7842026-06-05T04:04:36.683Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7852026-06-05T04:04:36.848Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-06-05T04:04:37.436ZFrom https://github.com/oxidecomputer/falcon
7872026-06-05T04:04:37.436Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7882026-06-05T04:04:37.513Z Updating crates.io index
7892026-06-05T04:04:37.558Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-06-05T04:04:38.483ZFrom https://github.com/oxidecomputer/dendrite
7912026-06-05T04:04:38.483Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7922026-06-05T04:04:38.975Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-06-05T04:04:38.998ZFrom https://github.com/oxidecomputer/ispf
7942026-06-05T04:04:38.998Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-06-05T04:04:38.998Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-06-05T04:04:39.150ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-06-05T04:04:39.150Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7982026-06-05T04:04:39.158Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-06-05T04:04:46.679ZFrom https://github.com/oxidecomputer/omicron
8002026-06-05T04:04:46.679Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8012026-06-05T04:04:47.070Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-06-05T04:04:47.713ZFrom https://github.com/oxidecomputer/opte
8032026-06-05T04:04:47.713Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8042026-06-05T04:04:47.921Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-06-05T04:04:48.305ZFrom https://github.com/illumos/smf-rs
8062026-06-05T04:04:48.305Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-06-05T04:04:48.423Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-06-05T04:04:48.599ZFrom https://github.com/oxidecomputer/network-interface
8092026-06-05T04:04:48.599Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-06-05T04:04:48.702Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-06-05T04:04:48.908ZFrom https://github.com/oxidecomputer/zone
8122026-06-05T04:04:48.908Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-06-05T04:04:49.059Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-06-05T04:04:50.330ZFrom https://github.com/oxidecomputer/propolis
8152026-06-05T04:04:50.330Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-06-05T04:04:50.380Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-06-05T04:04:50.380ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-06-05T04:04:50.380Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8192026-06-05T04:04:50.380Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-06-05T04:04:50.517ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-06-05T04:04:50.517Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8222026-06-05T04:04:50.560Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-06-05T04:04:50.855ZFrom https://github.com/jmesmon/rust-libzfs
8242026-06-05T04:04:50.855Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-06-05T04:04:50.902Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-06-05T04:04:51.069ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-06-05T04:04:51.069Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-06-05T04:04:51.506Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-06-05T04:04:51.513ZFrom https://github.com/oxidecomputer/lldp
8302026-06-05T04:04:51.513Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8312026-06-05T04:04:51.513Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-06-05T04:04:51.845ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-06-05T04:04:51.845Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-06-05T04:04:51.873Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-06-05T04:04:52.083ZFrom https://github.com/oxidecomputer/tufaceous
8362026-06-05T04:04:52.083Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8372026-06-05T04:04:52.158Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-06-05T04:04:52.587ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-06-05T04:04:52.587Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8402026-06-05T04:04:52.600Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-06-05T04:04:53.412ZFrom https://github.com/oxidecomputer/crucible
8422026-06-05T04:04:53.412Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-06-05T04:04:53.554Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-06-05T04:04:53.789ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-06-05T04:04:53.789Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-06-05T04:04:54.089Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-06-05T04:04:54.508ZFrom https://github.com/oxidecomputer/propolis
8482026-06-05T04:04:54.508Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8492026-06-05T04:04:54.594Z Updating git repository `https://github.com/oxidecomputer/crucible`
8502026-06-05T04:04:55.087ZFrom https://github.com/oxidecomputer/crucible
8512026-06-05T04:04:55.087Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8522026-06-05T04:04:55.160Z Updating git repository `https://github.com/oxidecomputer/tofino`
8532026-06-05T04:04:55.475ZFrom https://github.com/oxidecomputer/tofino
8542026-06-05T04:04:55.475Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8552026-06-05T04:04:55.498Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8562026-06-05T04:04:57.059ZFrom https://github.com/oxidecomputer/maghemite
8572026-06-05T04:04:57.059Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8582026-06-05T04:04:57.274Z Updating git repository `https://github.com/oxidecomputer/clickward`
8592026-06-05T04:04:57.274ZFrom https://github.com/oxidecomputer/clickward
8602026-06-05T04:04:57.274Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8612026-06-05T04:04:57.347Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-06-05T04:04:57.699ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-06-05T04:04:57.699Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-06-05T04:04:59.298Z Downloading crates ...
8652026-06-05T04:04:59.619Z Downloaded arrayvec v0.7.6
8662026-06-05T04:04:59.619Z Downloaded defmt v0.3.100
8672026-06-05T04:04:59.619Z Downloaded const-random-macro v0.1.16
8682026-06-05T04:04:59.619Z Downloaded displaydoc v0.2.6
8692026-06-05T04:04:59.619Z Downloaded csv-core v0.1.13
8702026-06-05T04:04:59.619Z Downloaded derive_more v0.99.20
8712026-06-05T04:04:59.619Z Downloaded colored v3.1.1
8722026-06-05T04:04:59.619Z Downloaded cargo_toml v0.22.3
8732026-06-05T04:04:59.619Z Downloaded instant v0.1.13
8742026-06-05T04:04:59.619Z Downloaded drift v0.2.0
8752026-06-05T04:04:59.619Z Downloaded darling_core v0.21.3
8762026-06-05T04:04:59.619Z Downloaded base16ct v0.2.0
8772026-06-05T04:04:59.619Z Downloaded cookie v0.18.1
8782026-06-05T04:04:59.619Z Downloaded crucible-workspace-hack v0.1.0
8792026-06-05T04:04:59.619Z Downloaded async-recursion v1.1.1
8802026-06-05T04:04:59.619Z Downloaded darling_macro v0.21.3
8812026-06-05T04:04:59.619Z Downloaded httpdate v1.0.3
8822026-06-05T04:04:59.619Z Downloaded erased-serde v0.3.31
8832026-06-05T04:04:59.619Z Downloaded dof v0.3.0
8842026-06-05T04:04:59.619Z Downloaded darling_macro v0.23.0
8852026-06-05T04:04:59.619Z Downloaded block-buffer v0.12.0
8862026-06-05T04:04:59.619Z Downloaded base16ct v1.0.0
8872026-06-05T04:04:59.620Z Downloaded num_enum v0.5.11
8882026-06-05T04:04:59.620Z Downloaded dropshot-api-manager-types v0.7.2
8892026-06-05T04:04:59.620Z Downloaded cpufeatures v0.3.0
8902026-06-05T04:04:59.620Z Downloaded bitflags v1.3.2
8912026-06-05T04:04:59.620Z Downloaded bcs v0.1.6
8922026-06-05T04:04:59.620Z Downloaded argon2 v0.5.3
8932026-06-05T04:04:59.620Z Downloaded olpc-cjson v0.1.4
8942026-06-05T04:04:59.620Z Downloaded dyn-clone v1.0.20
8952026-06-05T04:04:59.620Z Downloaded darling v0.21.3
8962026-06-05T04:04:59.620Z Downloaded bytecount v0.6.9
8972026-06-05T04:04:59.620Z Downloaded console v0.16.3
8982026-06-05T04:04:59.620Z Downloaded dtrace-parser v0.3.0
8992026-06-05T04:04:59.620Z Downloaded chacha20 v0.10.0
9002026-06-05T04:04:59.620Z Downloaded backon v1.6.0
9012026-06-05T04:04:59.620Z Downloaded defmt-macros v1.1.0
9022026-06-05T04:04:59.620Z Downloaded const-random v0.1.18
9032026-06-05T04:04:59.620Z Downloaded num_enum_derive v0.7.6
9042026-06-05T04:04:59.620Z Downloaded deranged v0.5.8
9052026-06-05T04:04:59.620Z Downloaded oxnet v0.1.6
9062026-06-05T04:04:59.620Z Downloaded daft-derive v0.1.7
9072026-06-05T04:04:59.620Z Downloaded hickory-proto v0.24.4
9082026-06-05T04:04:59.620Z Downloaded blake2 v0.10.6
9092026-06-05T04:04:59.620Z Downloaded diff v0.1.13
9102026-06-05T04:04:59.620Z Downloaded dunce v1.0.5
9112026-06-05T04:04:59.620Z Downloaded dropshot-api-manager v0.7.2
9122026-06-05T04:04:59.621Z Downloaded crunchy v0.2.4
9132026-06-05T04:04:59.621Z Downloaded darling_core v0.23.0
9142026-06-05T04:04:59.621Z Downloaded constant_time_eq v0.4.2
9152026-06-05T04:04:59.621Z Downloaded macaddr v1.0.1
9162026-06-05T04:04:59.621Z Downloaded digest v0.11.3
9172026-06-05T04:04:59.621Z Downloaded encoding_rs v0.8.35
9182026-06-05T04:04:59.621Z Downloaded match_cfg v0.1.0
9192026-06-05T04:04:59.621Z Downloaded natord v1.0.9
9202026-06-05T04:04:59.621Z Downloaded libscf-sys v1.2.0
9212026-06-05T04:04:59.621Z Downloaded omicron-workspace-hack v0.1.0
9222026-06-05T04:04:59.621Z Downloaded arrayref v0.3.9
9232026-06-05T04:04:59.621Z Downloaded cstr-argument v0.1.2
9242026-06-05T04:04:59.621Z Downloaded mime v0.3.17
9252026-06-05T04:04:59.621Z Downloaded embedded-io v0.6.1
9262026-06-05T04:04:59.621Z Downloaded is-terminal v0.4.17
9272026-06-05T04:04:59.621Z Downloaded idna_adapter v1.2.2
9282026-06-05T04:04:59.621Z Downloaded ident_case v1.0.1
9292026-06-05T04:04:59.621Z Downloaded icu_provider v2.2.0
9302026-06-05T04:04:59.621Z Downloaded newtype-uuid-macros v0.1.0
9312026-06-05T04:04:59.621Z Downloaded memoffset v0.9.1
9322026-06-05T04:04:59.621Z Downloaded hubpack_derive v0.1.1
9332026-06-05T04:04:59.621Z Downloaded hostname v0.3.1
9342026-06-05T04:04:59.621Z Downloaded foreign-types v0.5.0
9352026-06-05T04:04:59.621Z Downloaded no-std-compat v0.4.1
9362026-06-05T04:04:59.622Z Downloaded fixedbitset v0.4.2
9372026-06-05T04:04:59.622Z Downloaded lru-cache v0.1.2
9382026-06-05T04:04:59.622Z Downloaded hubpack v0.1.2
9392026-06-05T04:04:59.622Z Downloaded hostname v0.4.2
9402026-06-05T04:04:59.622Z Downloaded num-derive v0.4.2
9412026-06-05T04:04:59.622Z Downloaded newtype_derive v0.1.6
9422026-06-05T04:04:59.622Z Downloaded num-iter v0.1.45
9432026-06-05T04:04:59.622Z Downloaded ff v0.13.1
9442026-06-05T04:04:59.622Z Downloaded cobs v0.3.0
9452026-06-05T04:04:59.622Z Downloaded ciborium v0.2.2
9462026-06-05T04:04:59.622Z Downloaded data-encoding v2.11.0
9472026-06-05T04:04:59.622Z Downloaded hash32 v0.3.1
9482026-06-05T04:04:59.622Z Downloaded opaque-debug v0.3.1
9492026-06-05T04:04:59.622Z Downloaded const_format v0.2.36
9502026-06-05T04:04:59.622Z Downloaded chacha20 v0.9.1
9512026-06-05T04:04:59.622Z Downloaded num v0.4.3
9522026-06-05T04:04:59.622Z Downloaded embedded-io v0.4.0
9532026-06-05T04:04:59.622Z Downloaded dof v0.4.0
9542026-06-05T04:04:59.622Z Downloaded bit-set v0.8.0
9552026-06-05T04:04:59.622Z Downloaded proc-macro-error v1.0.4
9562026-06-05T04:04:59.622Z Downloaded oxide-tokio-rt v0.1.6
9572026-06-05T04:04:59.622Z Downloaded crc8 v0.1.1
9582026-06-05T04:04:59.622Z Downloaded convert_case v0.4.0
9592026-06-05T04:04:59.622Z Downloaded pretty-hex v0.4.2
9602026-06-05T04:04:59.622Z Downloaded parse-display v0.10.0
9612026-06-05T04:04:59.623Z Downloaded num_enum_derive v0.5.11
9622026-06-05T04:04:59.623Z Downloaded byte-wrapper v0.1.0
9632026-06-05T04:04:59.623Z Downloaded memmap v0.7.0
9642026-06-05T04:04:59.623Z Downloaded heck v0.4.1
9652026-06-05T04:04:59.761Z Downloaded gethostname v0.5.0
9662026-06-05T04:04:59.761Z Downloaded foreign-types-shared v0.3.1
9672026-06-05T04:04:59.761Z Downloaded plain v0.2.3
9682026-06-05T04:04:59.762Z Downloaded async-stream-impl v0.3.6
9692026-06-05T04:04:59.762Z Downloaded managed v0.8.0
9702026-06-05T04:04:59.762Z Downloaded keccak v0.1.6
9712026-06-05T04:04:59.762Z Downloaded linked-hash-map v0.5.6
9722026-06-05T04:04:59.762Z Downloaded git-stub v1.0.0
9732026-06-05T04:04:59.762Z Downloaded defmt-parser v1.0.0
9742026-06-05T04:04:59.762Z Downloaded ciborium-io v0.2.2
9752026-06-05T04:04:59.762Z Downloaded group v0.13.0
9762026-06-05T04:04:59.762Z Downloaded num-complex v0.4.6
9772026-06-05T04:04:59.762Z Downloaded linear-map v1.2.0
9782026-06-05T04:04:59.762Z Downloaded num-integer v0.1.46
9792026-06-05T04:04:59.762Z Downloaded num-conv v0.2.2
9802026-06-05T04:04:59.762Z Downloaded papergrid v0.11.0
9812026-06-05T04:04:59.762Z Downloaded newline-converter v0.3.0
9822026-06-05T04:04:59.762Z Downloaded ciborium-ll v0.2.2
9832026-06-05T04:04:59.762Z Downloaded num_enum v0.7.6
9842026-06-05T04:04:59.762Z Downloaded compression-core v0.4.32
9852026-06-05T04:04:59.762Z Downloaded num-rational v0.4.2
9862026-06-05T04:04:59.762Z Downloaded quick-error v1.2.3
9872026-06-05T04:04:59.762Z Downloaded konst_macro_rules v0.2.19
9882026-06-05T04:04:59.762Z Downloaded progenitor-client v0.14.0
9892026-06-05T04:04:59.762Z Downloaded progenitor v0.13.0
9902026-06-05T04:04:59.762Z Downloaded fs_extra v1.3.0
9912026-06-05T04:04:59.762Z Downloaded parse-display-derive v0.10.0
9922026-06-05T04:04:59.763Z Downloaded daft v0.1.7
9932026-06-05T04:04:59.763Z Downloaded multer v3.1.0
9942026-06-05T04:04:59.763Z Downloaded ipnetwork v0.21.1
9952026-06-05T04:04:59.763Z Downloaded highway v1.3.0
9962026-06-05T04:04:59.763Z Downloaded num_threads v0.1.7
9972026-06-05T04:04:59.763Z Downloaded critical-section v1.2.0
9982026-06-05T04:04:59.763Z Downloaded foldhash v0.2.0
9992026-06-05T04:04:59.763Z Downloaded progenitor-macro v0.14.0
10002026-06-05T04:04:59.763Z Downloaded glob v0.3.3
10012026-06-05T04:04:59.763Z Downloaded proc-macro-crate v3.5.0
10022026-06-05T04:04:59.763Z Downloaded indicatif v0.18.4
10032026-06-05T04:04:59.763Z Downloaded libsw-core v0.3.2
10042026-06-05T04:04:59.763Z Downloaded proc-macro-error-attr2 v2.0.0
10052026-06-05T04:04:59.763Z Downloaded pest_derive v2.8.6
10062026-06-05T04:04:59.763Z Downloaded defmt v1.1.0
10072026-06-05T04:04:59.763Z Downloaded rand_chacha v0.3.1
10082026-06-05T04:04:59.763Z Downloaded powerfmt v0.2.0
10092026-06-05T04:04:59.763Z Downloaded progenitor-macro v0.10.0
10102026-06-05T04:04:59.763Z Downloaded potential_utf v0.1.5
10112026-06-05T04:04:59.763Z Downloaded phf_shared v0.12.1
10122026-06-05T04:04:59.763Z Downloaded chacha20poly1305 v0.10.1
10132026-06-05T04:04:59.763Z Downloaded derive-ex v0.1.8
10142026-06-05T04:04:59.763Z Downloaded parking_lot v0.11.2
10152026-06-05T04:04:59.763Z Downloaded ingot-macros v0.1.1
10162026-06-05T04:04:59.763Z Downloaded prettyplease v0.2.37
10172026-06-05T04:04:59.763Z Downloaded ingot v0.1.1
10182026-06-05T04:04:59.763Z Downloaded rand_xorshift v0.4.0
10192026-06-05T04:04:59.764Z Downloaded proc-macro-error-attr v1.0.4
10202026-06-05T04:04:59.764Z Downloaded git-stub-vcs v0.1.0
10212026-06-05T04:04:59.764Z Downloaded same-file v1.0.6
10222026-06-05T04:04:59.764Z Downloaded libsw v3.5.0
10232026-06-05T04:04:59.764Z Downloaded proc-macro-crate v1.3.1
10242026-06-05T04:04:59.764Z Downloaded ingot-types v0.1.2
10252026-06-05T04:04:59.764Z Downloaded progenitor-macro v0.13.0
10262026-06-05T04:04:59.764Z Downloaded crossbeam-deque v0.8.6
10272026-06-05T04:04:59.764Z Downloaded omicron-zone-package v0.12.2
10282026-06-05T04:04:59.764Z Downloaded scroll_derive v0.12.1
10292026-06-05T04:04:59.764Z Downloaded serde-big-array v0.5.1
10302026-06-05T04:04:59.764Z Downloaded poly1305 v0.8.0
10312026-06-05T04:04:59.764Z Downloaded serde_repr v0.1.20
10322026-06-05T04:04:59.764Z Downloaded progenitor-client v0.10.0
10332026-06-05T04:04:59.764Z Downloaded proc-macro-error2 v2.0.1
10342026-06-05T04:04:59.764Z Downloaded progenitor-client v0.13.0
10352026-06-05T04:04:59.764Z Downloaded ref-cast v1.0.25
10362026-06-05T04:04:59.764Z Downloaded progenitor v0.10.0
10372026-06-05T04:04:59.764Z Downloaded parking_lot_core v0.8.6
10382026-06-05T04:04:59.764Z Downloaded progenitor v0.14.0
10392026-06-05T04:04:59.764Z Downloaded scroll_derive v0.13.1
10402026-06-05T04:04:59.764Z Downloaded phf v0.12.1
10412026-06-05T04:04:59.764Z Downloaded papergrid v0.18.0
10422026-06-05T04:04:59.764Z Downloaded minimal-lexical v0.2.1
10432026-06-05T04:04:59.765Z Downloaded paste v1.0.15
10442026-06-05T04:04:59.765Z Downloaded compression-codecs v0.4.38
10452026-06-05T04:04:59.765Z Downloaded serde_plain v1.0.2
10462026-06-05T04:04:59.765Z Downloaded memmap2 v0.9.10
10472026-06-05T04:04:59.765Z Downloaded heapless v0.8.0
10482026-06-05T04:04:59.765Z Downloaded aws-lc-rs v1.17.0
10492026-06-05T04:04:59.765Z Downloaded siphasher v1.0.3
10502026-06-05T04:04:59.765Z Downloaded sha1 v0.10.6
10512026-06-05T04:04:59.765Z Downloaded serial_test v3.5.0
10522026-06-05T04:04:59.765Z Downloaded darling v0.23.0
10532026-06-05T04:04:59.765Z Downloaded pem v3.0.6
10542026-06-05T04:04:59.765Z Downloaded anyhow v1.0.102
10552026-06-05T04:04:59.765Z Downloaded sigpipe v0.1.3
10562026-06-05T04:04:59.765Z Downloaded semver v0.1.20
10572026-06-05T04:04:59.765Z Downloaded secrecy v0.10.3
10582026-06-05T04:04:59.765Z Downloaded sha1 v0.11.0
10592026-06-05T04:04:59.765Z Downloaded cancel-safe-futures v0.1.5
10602026-06-05T04:04:59.765Z Downloaded slog-bunyan v2.5.0
10612026-06-05T04:04:59.765Z Downloaded rustls-native-certs v0.8.4
10622026-06-05T04:04:59.765Z Downloaded serial_test_derive v3.5.0
10632026-06-05T04:04:59.765Z Downloaded resolv-conf v0.7.6
10642026-06-05T04:04:59.765Z Downloaded postcard v1.1.3
10652026-06-05T04:05:01.701Z Downloaded pretty_assertions v1.4.1
10662026-06-05T04:05:01.701Z Downloaded async-trait v0.1.89
10672026-06-05T04:05:01.701Z Downloaded strum v0.26.3
10682026-06-05T04:05:01.701Z Downloaded password-hash v0.5.0
10692026-06-05T04:05:01.702Z Downloaded litemap v0.8.2
10702026-06-05T04:05:01.702Z Downloaded strum v0.27.2
10712026-06-05T04:05:01.702Z Downloaded slog-envlogger v2.2.0
10722026-06-05T04:05:01.702Z Downloaded rustc_version v0.1.7
10732026-06-05T04:05:01.702Z Downloaded byteorder v1.5.0
10742026-06-05T04:05:01.702Z Downloaded tagptr v0.2.0
10752026-06-05T04:05:01.702Z Downloaded tabled_derive v0.7.0
10762026-06-05T04:05:01.702Z Downloaded fs-err v3.3.0
10772026-06-05T04:05:01.702Z Downloaded structmeta v0.3.0
10782026-06-05T04:05:01.702Z Downloaded stable_deref_trait v1.2.1
10792026-06-05T04:05:01.702Z Downloaded tabwriter v1.4.1
10802026-06-05T04:05:01.702Z Downloaded structmeta-derive v0.3.0
10812026-06-05T04:05:01.702Z Downloaded thiserror-impl-no-std v2.0.2
10822026-06-05T04:05:01.702Z Downloaded tabled_derive v0.11.0
10832026-06-05T04:05:01.702Z Downloaded allocator-api2 v0.2.21
10842026-06-05T04:05:01.702Z Downloaded serde_derive_internals v0.29.1
10852026-06-05T04:05:01.702Z Downloaded const-oid v0.10.2
10862026-06-05T04:05:01.702Z Downloaded time-core v0.1.8
10872026-06-05T04:05:01.702Z Downloaded schemars_derive v0.8.22
10882026-06-05T04:05:01.702Z Downloaded scroll v0.13.0
10892026-06-05T04:05:01.702Z Downloaded dropshot_endpoint v0.17.1
10902026-06-05T04:05:01.702Z Downloaded rusty-fork v0.3.1
10912026-06-05T04:05:01.703Z Downloaded pest_meta v2.8.6
10922026-06-05T04:05:01.703Z Downloaded slog-async v2.8.0
10932026-06-05T04:05:01.703Z Downloaded typify-macro v0.4.3
10942026-06-05T04:05:01.703Z Downloaded half v2.7.1
10952026-06-05T04:05:01.703Z Downloaded konst v0.2.20
10962026-06-05T04:05:01.703Z Downloaded progenitor-extras v0.2.0
10972026-06-05T04:05:01.703Z Downloaded smawk v0.3.2
10982026-06-05T04:05:01.703Z Downloaded strum_macros v0.26.4
10992026-06-05T04:05:01.703Z Downloaded unit-prefix v0.5.2
11002026-06-05T04:05:01.703Z Downloaded hmac v0.12.1
11012026-06-05T04:05:01.703Z Downloaded typify-macro v0.6.2
11022026-06-05T04:05:01.703Z Downloaded thread-id v4.2.2
11032026-06-05T04:05:01.703Z Downloaded serde_tokenstream v0.2.3
11042026-06-05T04:05:01.703Z Downloaded topological-sort v0.2.2
11052026-06-05T04:05:01.703Z Downloaded icu_properties v2.2.0
11062026-06-05T04:05:01.703Z Downloaded usdt v0.6.0
11072026-06-05T04:05:01.703Z Downloaded progenitor-impl v0.10.0
11082026-06-05T04:05:01.703Z Downloaded rustversion v1.0.22
11092026-06-05T04:05:01.703Z Downloaded take_mut v0.2.2
11102026-06-05T04:05:01.703Z Downloaded synstructure v0.13.2
11112026-06-05T04:05:01.703Z Downloaded smartstring v1.0.1
11122026-06-05T04:05:01.703Z Downloaded scroll v0.12.0
11132026-06-05T04:05:01.703Z Downloaded rustls-pemfile v2.2.0
11142026-06-05T04:05:01.703Z Downloaded wait-timeout v0.2.1
11152026-06-05T04:05:01.703Z Downloaded usdt v0.5.0
11162026-06-05T04:05:01.704Z Downloaded usdt-attr-macro v0.6.0
11172026-06-05T04:05:01.704Z Downloaded usdt-attr-macro v0.5.0
11182026-06-05T04:05:01.704Z Downloaded spin v0.5.2
11192026-06-05T04:05:01.704Z Downloaded ref-cast-impl v1.0.25
11202026-06-05T04:05:01.704Z Downloaded unarray v0.1.4
11212026-06-05T04:05:01.704Z Downloaded pest_generator v2.8.6
11222026-06-05T04:05:01.704Z Downloaded rand_core v0.10.1
11232026-06-05T04:05:01.704Z Downloaded slog-scope v4.4.1
11242026-06-05T04:05:01.704Z Downloaded slog-term v2.9.2
11252026-06-05T04:05:01.704Z Downloaded rhai_codegen v3.2.0
11262026-06-05T04:05:01.704Z Downloaded termtree v0.5.1
11272026-06-05T04:05:01.704Z Downloaded async-compression v0.4.42
11282026-06-05T04:05:01.704Z Downloaded yoke-derive v0.8.2
11292026-06-05T04:05:01.704Z Downloaded untrusted v0.7.1
11302026-06-05T04:05:01.704Z Downloaded testing_table v0.3.0
11312026-06-05T04:05:01.704Z Downloaded thiserror-no-std v2.0.2
11322026-06-05T04:05:01.704Z Downloaded zerofrom-derive v0.1.7
11332026-06-05T04:05:01.704Z Downloaded zerofrom v0.1.8
11342026-06-05T04:05:01.704Z Downloaded waitgroup v0.1.2
11352026-06-05T04:05:01.704Z Downloaded usdt-macro v0.6.0
11362026-06-05T04:05:01.704Z Downloaded progenitor-impl v0.14.0
11372026-06-05T04:05:01.704Z Downloaded elliptic-curve v0.13.8
11382026-06-05T04:05:01.704Z Downloaded zone v0.3.1
11392026-06-05T04:05:01.705Z Downloaded zeroize_derive v1.4.3
11402026-06-05T04:05:01.705Z Downloaded utf-8 v0.7.6
11412026-06-05T04:05:01.705Z Downloaded universal-hash v0.5.1
11422026-06-05T04:05:01.705Z Downloaded strum_macros v0.27.2
11432026-06-05T04:05:01.705Z Downloaded snafu-derive v0.8.9
11442026-06-05T04:05:01.705Z Downloaded slog-json v2.6.1
11452026-06-05T04:05:01.705Z Downloaded slog-dtrace v0.3.0
11462026-06-05T04:05:01.705Z Downloaded smf v0.2.3
11472026-06-05T04:05:01.705Z Downloaded hybrid-array v0.4.12
11482026-06-05T04:05:01.705Z Downloaded indexmap v1.9.3
11492026-06-05T04:05:01.705Z Downloaded thread-id v5.1.0
11502026-06-05T04:05:01.705Z Downloaded icu_locale_core v2.2.0
11512026-06-05T04:05:01.705Z Downloaded icu_normalizer_data v2.2.0
11522026-06-05T04:05:01.705Z Downloaded hickory-resolver v0.24.4
11532026-06-05T04:05:01.705Z Downloaded whoami v1.6.1
11542026-06-05T04:05:01.705Z Downloaded walkdir v2.5.0
11552026-06-05T04:05:01.705Z Downloaded term v1.2.1
11562026-06-05T04:05:01.705Z Downloaded rustls-platform-verifier v0.7.0
11572026-06-05T04:05:01.705Z Downloaded tokio-dtrace v0.1.1
11582026-06-05T04:05:01.705Z Downloaded serde_with_macros v3.20.0
11592026-06-05T04:05:01.705Z Downloaded zone_cfg_derive v0.3.1
11602026-06-05T04:05:01.706Z Downloaded tokio-tungstenite v0.21.0
11612026-06-05T04:05:01.706Z Downloaded tiny-keccak v2.0.2
11622026-06-05T04:05:01.706Z Downloaded tinystr v0.8.3
11632026-06-05T04:05:01.706Z Downloaded spin v0.9.8
11642026-06-05T04:05:01.706Z Downloaded arc-swap v1.9.1
11652026-06-05T04:05:01.819Z Downloaded icu_collections v2.2.0
11662026-06-05T04:05:01.819Z Downloaded vsss-rs v3.3.4
11672026-06-05T04:05:01.819Z Downloaded usdt-impl v0.5.0
11682026-06-05T04:05:01.819Z Downloaded xz2 v0.1.7
11692026-06-05T04:05:01.819Z Downloaded zerovec-derive v0.11.3
11702026-06-05T04:05:01.819Z Downloaded similar v2.7.0
11712026-06-05T04:05:01.819Z Downloaded writeable v0.6.3
11722026-06-05T04:05:01.819Z Downloaded jiff-static v0.2.28
11732026-06-05T04:05:01.819Z Downloaded schemars v0.8.22
11742026-06-05T04:05:01.819Z Downloaded typify v0.4.3
11752026-06-05T04:05:01.820Z Downloaded toml v0.9.12+spec-1.1.0
11762026-06-05T04:05:01.820Z Downloaded zerocopy-derive v0.7.35
11772026-06-05T04:05:01.820Z Downloaded rayon-core v1.13.0
11782026-06-05T04:05:01.820Z Downloaded icu_normalizer v2.2.0
11792026-06-05T04:05:01.820Z Downloaded hickory-resolver v0.25.2
11802026-06-05T04:05:01.820Z Downloaded crypto-bigint v0.5.5
11812026-06-05T04:05:01.820Z Downloaded yoke v0.8.3
11822026-06-05T04:05:01.820Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11832026-06-05T04:05:01.820Z Downloaded time-macros v0.2.27
11842026-06-05T04:05:01.820Z Downloaded usdt-macro v0.5.0
11852026-06-05T04:05:01.820Z Downloaded thin-vec v0.2.18
11862026-06-05T04:05:01.820Z Downloaded test-strategy v0.4.5
11872026-06-05T04:05:01.820Z Downloaded slog v2.8.2
11882026-06-05T04:05:01.820Z Downloaded serde_yaml v0.9.34+deprecated
11892026-06-05T04:05:01.820Z Downloaded usdt-impl v0.6.0
11902026-06-05T04:05:01.820Z Downloaded base64 v0.21.7
11912026-06-05T04:05:01.820Z Downloaded progenitor-impl v0.13.0
11922026-06-05T04:05:01.821Z Downloaded crossbeam-channel v0.5.15
11932026-06-05T04:05:01.821Z Downloaded cipher v0.4.4
11942026-06-05T04:05:01.821Z Downloaded bit-vec v0.8.0
11952026-06-05T04:05:01.821Z Downloaded internet-checksum v0.2.1
11962026-06-05T04:05:01.821Z Downloaded foreign-types-macros v0.2.3
11972026-06-05T04:05:01.821Z Downloaded async-stream v0.3.6
11982026-06-05T04:05:01.821Z Downloaded crypto-common v0.2.2
11992026-06-05T04:05:01.821Z Downloaded const_format_proc_macros v0.2.34
12002026-06-05T04:05:01.821Z Downloaded rand v0.8.6
12012026-06-05T04:05:01.821Z Downloaded qorb v0.4.1
12022026-06-05T04:05:01.821Z Downloaded typify v0.6.2
12032026-06-05T04:05:01.821Z Downloaded yansi v1.0.1
12042026-06-05T04:05:01.821Z Downloaded zerocopy-derive v0.8.50
12052026-06-05T04:05:01.821Z Downloaded unsafe-libyaml v0.2.11
12062026-06-05T04:05:01.821Z Downloaded typed-path v0.9.3
12072026-06-05T04:05:01.821Z Downloaded ucd-trie v0.1.7
12082026-06-05T04:05:01.821Z Downloaded rand v0.10.1
12092026-06-05T04:05:01.821Z Downloaded zerotrie v0.2.4
12102026-06-05T04:05:01.821Z Downloaded toml v0.7.8
12112026-06-05T04:05:01.821Z Downloaded tungstenite v0.21.0
12122026-06-05T04:05:01.821Z Downloaded schemars v0.9.0
12132026-06-05T04:05:01.821Z Downloaded toml_edit v0.25.12+spec-1.1.0
12142026-06-05T04:05:01.821Z Downloaded steno v0.4.1
12152026-06-05T04:05:01.821Z Downloaded schemars v1.2.1
12162026-06-05T04:05:01.822Z Downloaded nom v7.1.3
12172026-06-05T04:05:01.822Z Downloaded expectorate v1.2.0
12182026-06-05T04:05:01.822Z Downloaded blake3 v1.8.5
12192026-06-05T04:05:01.822Z Downloaded zerovec v0.11.6
12202026-06-05T04:05:01.822Z Downloaded snafu v0.8.9
12212026-06-05T04:05:01.822Z Downloaded pest v2.8.6
12222026-06-05T04:05:01.822Z Downloaded nom v8.0.0
12232026-06-05T04:05:01.822Z Downloaded hashbrown v0.12.3
12242026-06-05T04:05:01.822Z Downloaded hashbrown v0.16.1
12252026-06-05T04:05:01.822Z Downloaded cmake v0.1.58
12262026-06-05T04:05:01.822Z Downloaded float-ord v0.3.2
12272026-06-05T04:05:01.822Z Downloaded backoff v0.4.0
12282026-06-05T04:05:01.822Z Downloaded itertools v0.12.1
12292026-06-05T04:05:01.822Z Downloaded inout v0.1.4
12302026-06-05T04:05:01.822Z Downloaded fxhash v0.2.1
12312026-06-05T04:05:01.822Z Downloaded crossbeam-utils v0.8.21
12322026-06-05T04:05:01.822Z Downloaded bs58 v0.5.1
12332026-06-05T04:05:01.822Z Downloaded winnow v0.5.40
12342026-06-05T04:05:01.822Z Downloaded toml_edit v0.19.15
12352026-06-05T04:05:01.822Z Downloaded hkdf v0.12.4
12362026-06-05T04:05:01.822Z Downloaded tabled v0.21.0
12372026-06-05T04:05:01.822Z Downloaded zerocopy v0.7.35
12382026-06-05T04:05:01.822Z Downloaded iddqd v0.4.2
12392026-06-05T04:05:01.822Z Downloaded syn v1.0.109
12402026-06-05T04:05:01.822Z Downloaded goblin v0.8.2
12412026-06-05T04:05:01.823Z Downloaded rayon v1.12.0
12422026-06-05T04:05:01.823Z Downloaded libm v0.2.16
12432026-06-05T04:05:01.823Z Downloaded icu_properties_data v2.2.0
12442026-06-05T04:05:01.823Z Downloaded tough v0.22.0
12452026-06-05T04:05:01.823Z Downloaded regress v0.10.5
12462026-06-05T04:05:01.823Z Downloaded proptest v1.11.0
12472026-06-05T04:05:01.823Z Downloaded dropshot v0.17.1
12482026-06-05T04:05:01.823Z Downloaded openapiv3 v2.2.0
12492026-06-05T04:05:01.823Z Downloaded tabled v0.15.0
12502026-06-05T04:05:01.823Z Downloaded time v0.3.47
12512026-06-05T04:05:01.823Z Downloaded moka v0.12.15
12522026-06-05T04:05:01.823Z Downloaded goblin v0.10.7
12532026-06-05T04:05:01.823Z Downloaded reqwest v0.13.4
12542026-06-05T04:05:01.823Z Downloaded serde_with v3.20.0
12552026-06-05T04:05:01.823Z Downloaded enum-as-inner v0.6.1
12562026-06-05T04:05:01.823Z Downloaded dtrace-parser v0.2.0
12572026-06-05T04:05:01.823Z Downloaded aead v0.5.2
12582026-06-05T04:05:01.823Z Downloaded crossbeam-epoch v0.9.18
12592026-06-05T04:05:01.823Z Downloaded smoltcp v0.11.0
12602026-06-05T04:05:01.823Z Downloaded nix v0.31.3
12612026-06-05T04:05:01.823Z Downloaded rhai v1.25.1
12622026-06-05T04:05:01.823Z Downloaded chrono-tz v0.10.4
12632026-06-05T04:05:01.823Z Downloaded petgraph v0.6.5
12642026-06-05T04:05:01.823Z Downloaded regress v0.11.1
12652026-06-05T04:05:01.969Z Downloaded hickory-proto v0.25.2
12662026-06-05T04:05:01.969Z Downloaded typify-impl v0.6.2
12672026-06-05T04:05:01.969Z Downloaded slog-stdlog v4.1.1
12682026-06-05T04:05:01.969Z Downloaded sha3 v0.10.9
12692026-06-05T04:05:01.969Z Downloaded typify-impl v0.4.3
12702026-06-05T04:05:01.969Z Downloaded sled v0.34.7
12712026-06-05T04:05:01.969Z Downloaded csv v1.4.0
12722026-06-05T04:05:01.969Z Downloaded lzma-sys v0.1.20
12732026-06-05T04:05:01.969Z Downloaded jiff v0.2.28
12742026-06-05T04:05:01.969Z Downloaded aws-lc-sys v0.41.0
12752026-06-05T04:05:01.969Z Compiling proc-macro2 v1.0.106
12762026-06-05T04:05:01.969Z Compiling unicode-ident v1.0.24
12772026-06-05T04:05:01.969Z Compiling quote v1.0.45
12782026-06-05T04:05:01.969Z Compiling serde_core v1.0.228
12792026-06-05T04:05:01.969Z Compiling cfg-if v1.0.4
12802026-06-05T04:05:01.969Z Compiling serde v1.0.228
12812026-06-05T04:05:01.969Z Compiling libc v0.2.186
12822026-06-05T04:05:01.969Z Compiling memchr v2.8.1
12832026-06-05T04:05:01.969Z Compiling itoa v1.0.18
12842026-06-05T04:05:01.969Z Compiling smallvec v1.15.1
12852026-06-05T04:05:01.970Z Compiling zmij v1.0.21
12862026-06-05T04:05:01.970Z Compiling autocfg v1.5.1
12872026-06-05T04:05:01.970Z Compiling libm v0.2.16
12882026-06-05T04:05:02.033Z Compiling stable_deref_trait v1.2.1
12892026-06-05T04:05:02.034Z Compiling litemap v0.8.2
12902026-06-05T04:05:02.034Z Compiling writeable v0.6.3
12912026-06-05T04:05:02.034Z Compiling percent-encoding v2.3.2
12922026-06-05T04:05:02.034Z Compiling icu_properties_data v2.2.0
12932026-06-05T04:05:02.034Z Compiling icu_normalizer_data v2.2.0
12942026-06-05T04:05:02.034Z Compiling utf8_iter v1.0.4
12952026-06-05T04:05:02.034Z Compiling iana-time-zone v0.1.65
12962026-06-05T04:05:02.193Z Compiling equivalent v1.0.2
12972026-06-05T04:05:02.260Z Compiling syn v2.0.117
12982026-06-05T04:05:02.260Z Compiling form_urlencoded v1.2.2
12992026-06-05T04:05:02.468Z Compiling serde_json v1.0.150
13002026-06-05T04:05:02.468Z Compiling version_check v0.9.5
13012026-06-05T04:05:02.498Z Compiling pin-project-lite v0.2.17
13022026-06-05T04:05:02.498Z Compiling dyn-clone v1.0.20
13032026-06-05T04:05:02.498Z Compiling parking_lot_core v0.9.12
13042026-06-05T04:05:02.498Z Compiling scopeguard v1.2.0
13052026-06-05T04:05:02.498Z Compiling num-traits v0.2.19
13062026-06-05T04:05:02.598Z Compiling lock_api v0.4.14
13072026-06-05T04:05:02.598Z Compiling thiserror v2.0.18
13082026-06-05T04:05:02.674Z Compiling rand_core v0.10.1
13092026-06-05T04:05:02.911Z Compiling getrandom v0.4.2
13102026-06-05T04:05:02.972Z Compiling hashbrown v0.17.1
13112026-06-05T04:05:02.972Z Compiling errno v0.3.14
13122026-06-05T04:05:02.972Z Compiling log v0.4.32
13132026-06-05T04:05:03.012Z Compiling heck v0.5.0
13142026-06-05T04:05:03.099Z Compiling futures-core v0.3.32
13152026-06-05T04:05:03.298Z Compiling semver v1.0.28
13162026-06-05T04:05:03.385Z Compiling indexmap v2.14.0
13172026-06-05T04:05:03.385Z Compiling uuid v1.23.2
13182026-06-05T04:05:03.542Z Compiling zerocopy v0.8.50
13192026-06-05T04:05:03.624Z Compiling schemars v0.8.22
13202026-06-05T04:05:03.624Z Compiling futures-sink v0.3.32
13212026-06-05T04:05:03.670Z Compiling slab v0.4.12
13222026-06-05T04:05:03.752Z Compiling jobserver v0.1.34
13232026-06-05T04:05:03.807Z Compiling shlex v2.0.1
13242026-06-05T04:05:03.853Z Compiling fnv v1.0.7
13252026-06-05T04:05:03.853Z Compiling find-msvc-tools v0.1.9
13262026-06-05T04:05:03.923Z Compiling rustversion v1.0.22
13272026-06-05T04:05:03.969Z Compiling futures-channel v0.3.32
13282026-06-05T04:05:04.043Z Compiling bitflags v2.12.1
13292026-06-05T04:05:04.082Z Compiling cc v1.2.63
13302026-06-05T04:05:04.140Z Compiling futures-task v0.3.32
13312026-06-05T04:05:04.237Z Compiling futures-io v0.3.32
13322026-06-05T04:05:04.288Z Compiling socket2 v0.6.4
13332026-06-05T04:05:04.359Z Compiling signal-hook-registry v1.4.8
13342026-06-05T04:05:04.443Z Compiling mio v1.2.1
13352026-06-05T04:05:04.870Z Compiling parking_lot v0.12.5
13362026-06-05T04:05:05.089Z Compiling portable-atomic v1.13.1
13372026-06-05T04:05:05.089Z Compiling typenum v1.20.1
13382026-06-05T04:05:05.089Z Compiling dunce v1.0.5
13392026-06-05T04:05:05.089Z Compiling cmake v0.1.58
13402026-06-05T04:05:05.089Z Compiling fs_extra v1.3.0
13412026-06-05T04:05:05.089Z Compiling base64 v0.22.1
13422026-06-05T04:05:05.089Z Compiling critical-section v1.2.0
13432026-06-05T04:05:05.175Z Compiling synstructure v0.13.2
13442026-06-05T04:05:05.175Z Compiling serde_derive_internals v0.29.1
13452026-06-05T04:05:05.233Z Compiling slog v2.8.2
13462026-06-05T04:05:05.233Z Compiling byteorder v1.5.0
13472026-06-05T04:05:05.349Z Compiling aws-lc-sys v0.41.0
13482026-06-05T04:05:05.427Z Compiling strsim v0.11.1
13492026-06-05T04:05:05.587Z Compiling subtle v2.6.1
13502026-06-05T04:05:05.587Z Compiling rustix v1.1.4
13512026-06-05T04:05:05.670Z Compiling once_cell v1.21.4
13522026-06-05T04:05:05.670Z Compiling regex-syntax v0.8.10
13532026-06-05T04:05:05.670Z Compiling httparse v1.10.1
13542026-06-05T04:05:05.722Z Compiling atomic-waker v1.1.2
13552026-06-05T04:05:05.773Z Compiling ipnet v2.12.0
13562026-06-05T04:05:05.813Z Compiling tower-service v0.3.3
13572026-06-05T04:05:05.850Z Compiling tower-layer v0.3.3
13582026-06-05T04:05:05.866Z Compiling getrandom v0.2.17
13592026-06-05T04:05:05.972Z Compiling ucd-trie v0.1.7
13602026-06-05T04:05:06.002Z Compiling try-lock v0.2.5
13612026-06-05T04:05:06.065Z Compiling thiserror v1.0.69
13622026-06-05T04:05:06.154Z Compiling untrusted v0.9.0
13632026-06-05T04:05:06.211Z Compiling serde_derive v1.0.228
13642026-06-05T04:05:06.239Z Compiling zerofrom-derive v0.1.7
13652026-06-05T04:05:06.273Z Compiling yoke-derive v0.8.2
13662026-06-05T04:05:06.291Z Compiling zerovec-derive v0.11.3
13672026-06-05T04:05:06.291Z Compiling displaydoc v0.2.6
13682026-06-05T04:05:06.409Z Compiling schemars_derive v0.8.22
13692026-06-05T04:05:07.261Z Compiling thiserror-impl v2.0.18
13702026-06-05T04:05:07.491Z Compiling tokio-macros v2.7.0
13712026-06-05T04:05:07.599Z Compiling zerocopy-derive v0.8.50
13722026-06-05T04:05:07.599Z Compiling zerofrom v0.1.8
13732026-06-05T04:05:07.668Z Compiling yoke v0.8.3
13742026-06-05T04:05:07.739Z Compiling zeroize_derive v1.4.3
13752026-06-05T04:05:07.813Z Compiling zerovec v0.11.6
13762026-06-05T04:05:08.178Z Compiling zerotrie v0.2.4
13772026-06-05T04:05:08.275Z Compiling tinystr v0.8.3
13782026-06-05T04:05:08.296Z Compiling potential_utf v0.1.5
13792026-06-05T04:05:08.345Z Compiling zeroize v1.8.2
13802026-06-05T04:05:08.418Z Compiling icu_locale_core v2.2.0
13812026-06-05T04:05:08.482Z Compiling icu_collections v2.2.0
13822026-06-05T04:05:08.482Z Compiling futures-macro v0.3.32
13832026-06-05T04:05:08.506Z Compiling ryu v1.0.23
13842026-06-05T04:05:08.691Z Compiling thiserror-impl v1.0.69
13852026-06-05T04:05:08.758Z Compiling pest v2.8.6
13862026-06-05T04:05:08.994Z Compiling want v0.3.1
13872026-06-05T04:05:09.193Z Compiling icu_provider v2.2.0
13882026-06-05T04:05:09.322Z Compiling futures-util v0.3.32
13892026-06-05T04:05:09.628Z Compiling bytes v1.11.1
13902026-06-05T04:05:09.905Z Compiling icu_properties v2.2.0
13912026-06-05T04:05:09.905Z Compiling icu_normalizer v2.2.0
13922026-06-05T04:05:10.104Z Compiling chrono v0.4.45
13932026-06-05T04:05:10.104Z Compiling http v1.4.1
13942026-06-05T04:05:10.190Z Compiling tokio v1.52.3
13952026-06-05T04:05:10.190Z Compiling serde_tokenstream v0.2.3
13962026-06-05T04:05:10.651Z Compiling idna_adapter v1.2.2
13972026-06-05T04:05:10.724Z Compiling idna v1.1.0
13982026-06-05T04:05:10.724Z Compiling erased-serde v0.3.31
13992026-06-05T04:05:10.948Z Compiling url v2.5.8
14002026-06-05T04:05:11.249Z Compiling http-body v1.0.1
14012026-06-05T04:05:11.318Z Compiling rand_core v0.6.4
14022026-06-05T04:05:11.534Z Compiling ppv-lite86 v0.2.21
14032026-06-05T04:05:11.567Z Compiling httpdate v1.0.3
14042026-06-05T04:05:11.680Z Compiling pest_meta v2.8.6
14052026-06-05T04:05:11.735Z Compiling getrandom v0.3.4
14062026-06-05T04:05:11.802Z Compiling pretty-hex v0.4.2
14072026-06-05T04:05:11.836Z Compiling plain v0.2.3
14082026-06-05T04:05:11.902Z Compiling winnow v1.0.3
14092026-06-05T04:05:11.951Z Compiling paste v1.0.15
14102026-06-05T04:05:12.010Z Compiling allocator-api2 v0.2.21
14112026-06-05T04:05:12.075Z Compiling foldhash v0.2.0
14122026-06-05T04:05:12.257Z Compiling ipnetwork v0.21.1
14132026-06-05T04:05:12.338Z Compiling pest_generator v2.8.6
14142026-06-05T04:05:12.489Z Compiling hashbrown v0.16.1
14152026-06-05T04:05:12.804Z Compiling oxnet v0.1.6
14162026-06-05T04:05:12.904Z Compiling tracing-attributes v0.1.31
14172026-06-05T04:05:12.941Z Compiling tracing-core v0.1.36
14182026-06-05T04:05:12.942Z Compiling omicron-workspace-hack v0.1.0
14192026-06-05T04:05:12.975Z Compiling ident_case v1.0.1
14202026-06-05T04:05:13.078Z Compiling pest_derive v2.8.6
14212026-06-05T04:05:13.194Z Compiling http-body-util v0.1.3
14222026-06-05T04:05:13.256Z Compiling serde_urlencoded v0.7.1
14232026-06-05T04:05:13.445Z Compiling aho-corasick v1.1.4
14242026-06-05T04:05:13.534Z Compiling sync_wrapper v1.0.2
14252026-06-05T04:05:13.588Z Compiling daft-derive v0.1.7
14262026-06-05T04:05:13.637Z Compiling fastrand v2.4.1
14272026-06-05T04:05:13.874Z Compiling tokio-util v0.7.18
14282026-06-05T04:05:14.176Z Compiling tracing v0.1.44
14292026-06-05T04:05:14.270Z Compiling regex-automata v0.4.14
14302026-06-05T04:05:14.383Z Compiling scroll_derive v0.13.1
14312026-06-05T04:05:14.591Z Compiling async-trait v0.1.89
14322026-06-05T04:05:14.783Z Compiling anyhow v1.0.102
14332026-06-05T04:05:14.851Z Compiling aws-lc-rs v1.17.0
14342026-06-05T04:05:15.129Z Compiling time-core v0.1.8
14352026-06-05T04:05:15.201Z Compiling num-conv v0.2.2
14362026-06-05T04:05:15.279Z Compiling powerfmt v0.2.0
14372026-06-05T04:05:15.351Z Compiling scroll v0.13.0
14382026-06-05T04:05:15.352Z Compiling time-macros v0.2.27
14392026-06-05T04:05:15.486Z Compiling deranged v0.5.8
14402026-06-05T04:05:15.583Z Compiling rustls-pki-types v1.14.1
14412026-06-05T04:05:15.713Z Compiling hex v0.4.3
14422026-06-05T04:05:15.970Z Compiling regex v1.12.3
14432026-06-05T04:05:16.061Z Compiling openssl-probe v0.2.1
14442026-06-05T04:05:16.313Z Compiling num_threads v0.1.7
14452026-06-05T04:05:16.371Z Compiling goblin v0.10.7
14462026-06-05T04:05:16.452Z Compiling untrusted v0.7.1
14472026-06-05T04:05:16.517Z Compiling camino v1.2.2
14482026-06-05T04:05:16.766Z Compiling rustls v0.23.40
14492026-06-05T04:05:17.084Z Compiling crc32fast v1.5.0
14502026-06-05T04:05:17.084Z Compiling usdt-impl v0.6.0
14512026-06-05T04:05:18.398Z Compiling h2 v0.4.14
14522026-06-05T04:05:18.398Z Compiling dtrace-parser v0.3.0
14532026-06-05T04:05:18.398Z Compiling crossbeam-utils v0.8.21
14542026-06-05T04:05:18.708Z Compiling futures-executor v0.3.32
14552026-06-05T04:05:18.708Z Compiling structmeta-derive v0.3.0
14562026-06-05T04:05:18.708Z Compiling thread-id v5.1.0
14572026-06-05T04:05:18.708Z Compiling cpufeatures v0.3.0
14582026-06-05T04:05:18.708Z Compiling simd-adler32 v0.3.9
14592026-06-05T04:05:18.708Z Compiling adler2 v2.0.1
14602026-06-05T04:05:18.708Z Compiling miniz_oxide v0.8.9
14612026-06-05T04:05:18.708Z Compiling futures v0.3.32
14622026-06-05T04:05:18.708Z Compiling rand_core v0.9.5
14632026-06-05T04:05:18.708Z Compiling darling_core v0.23.0
14642026-06-05T04:05:18.708Z Compiling newtype-uuid-macros v0.1.0
14652026-06-05T04:05:18.708Z Compiling hybrid-array v0.4.12
14662026-06-05T04:05:18.708Z Compiling structmeta v0.3.0
14672026-06-05T04:05:19.017Z Compiling thread_local v1.1.9
14682026-06-05T04:05:19.135Z Compiling match_cfg v0.1.0
14692026-06-05T04:05:19.135Z Compiling flate2 v1.1.9
14702026-06-05T04:05:19.135Z Compiling hyper v1.10.1
14712026-06-05T04:05:19.289Z Compiling dof v0.4.0
14722026-06-05T04:05:19.384Z Compiling newtype-uuid v1.3.2
14732026-06-05T04:05:20.739Z Compiling slog-async v2.8.0
14742026-06-05T04:05:20.923Z Compiling quick-error v1.2.3
14752026-06-05T04:05:20.923Z Compiling hyper-util v0.1.20
14762026-06-05T04:05:20.923Z Compiling darling_macro v0.23.0
14772026-06-05T04:05:20.923Z Compiling ref-cast v1.0.25
14782026-06-05T04:05:20.924Z Compiling compression-core v0.4.32
14792026-06-05T04:05:20.924Z Compiling daft v0.1.7
14802026-06-05T04:05:20.981Z Compiling compression-codecs v0.4.38
14812026-06-05T04:05:20.981Z Compiling crypto-common v0.2.2
14822026-06-05T04:05:20.981Z Compiling block-buffer v0.12.0
14832026-06-05T04:05:20.981Z Compiling darling v0.23.0
14842026-06-05T04:05:21.172Z Compiling rand_chacha v0.9.0
14852026-06-05T04:05:21.277Z Compiling strum_macros v0.26.4
14862026-06-05T04:05:21.277Z Compiling ref-cast-impl v1.0.25
14872026-06-05T04:05:21.416Z Compiling usdt-attr-macro v0.6.0
14882026-06-05T04:05:21.668Z Compiling usdt-macro v0.6.0
14892026-06-05T04:05:21.668Z Compiling serde_spanned v1.1.1
14902026-06-05T04:05:21.691Z Compiling generic-array v0.14.7
14912026-06-05T04:05:21.691Z Compiling multer v3.1.0
14922026-06-05T04:05:21.756Z Compiling toml_writer v1.1.1+spec-1.1.0
14932026-06-05T04:05:21.975Z Compiling debug-ignore v1.0.5
14942026-06-05T04:05:22.128Z Compiling term v1.2.1
14952026-06-05T04:05:22.128Z Compiling const-oid v0.10.2
14962026-06-05T04:05:22.128Z Compiling bit-vec v0.8.0
14972026-06-05T04:05:22.256Z Compiling take_mut v0.2.2
14982026-06-05T04:05:22.256Z Compiling bit-set v0.8.0
14992026-06-05T04:05:22.256Z Compiling digest v0.11.3
15002026-06-05T04:05:22.426Z Compiling rand v0.9.4
15012026-06-05T04:05:22.583Z Compiling serde_with_macros v3.20.0
15022026-06-05T04:05:22.639Z Compiling async-stream-impl v0.3.6
15032026-06-05T04:05:22.722Z Compiling dropshot v0.17.1
15042026-06-05T04:05:22.722Z Compiling encoding_rs v0.8.35
15052026-06-05T04:05:22.766Z Compiling strum v0.26.3
15062026-06-05T04:05:22.870Z Compiling mime v0.3.17
15072026-06-05T04:05:22.923Z Compiling spin v0.9.8
15082026-06-05T04:05:22.978Z Compiling syn v1.0.109
15092026-06-05T04:05:23.018Z Compiling unarray v0.1.4
15102026-06-05T04:05:23.134Z Compiling sha1 v0.11.0
15112026-06-05T04:05:23.262Z Compiling async-stream v0.3.6
15122026-06-05T04:05:23.364Z Compiling derive-ex v0.1.8
15132026-06-05T04:05:23.429Z Compiling tower v0.5.3
15142026-06-05T04:05:23.457Z Compiling dropshot_endpoint v0.17.1
15152026-06-05T04:05:23.534Z Compiling macaddr v1.0.1
15162026-06-05T04:05:23.607Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15172026-06-05T04:05:23.705Z Compiling waitgroup v0.1.2
15182026-06-05T04:05:23.825Z Compiling serde_path_to_error v0.1.20
15192026-06-05T04:05:24.080Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15202026-06-05T04:05:24.147Z Compiling tower-http v0.6.11
15212026-06-05T04:05:24.252Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15222026-06-05T04:05:24.329Z Compiling tempfile v3.27.0
15232026-06-05T04:05:24.398Z Compiling openapiv3 v2.2.0
15242026-06-05T04:05:24.595Z Compiling strum_macros v0.27.2
15252026-06-05T04:05:24.949Z Compiling test-strategy v0.4.5
15262026-06-05T04:05:25.071Z Compiling instant v0.1.13
15272026-06-05T04:05:25.191Z Compiling time v0.3.47
15282026-06-05T04:05:25.959Z Compiling rustls-native-certs v0.8.4
15292026-06-05T04:05:26.057Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15302026-06-05T04:05:26.259Z Compiling crossbeam-channel v0.5.15
15312026-06-05T04:05:26.312Z Compiling crypto-common v0.1.7
15322026-06-05T04:05:26.444Z Compiling strum v0.27.2
15332026-06-05T04:05:26.621Z Compiling parse-display-derive v0.10.0
15342026-06-05T04:05:26.705Z Compiling backon v1.6.0
15352026-06-05T04:05:27.025Z Compiling rand_chacha v0.3.1
15362026-06-05T04:05:27.094Z Compiling slog-json v2.6.1
15372026-06-05T04:05:27.584Z Compiling rand v0.8.6
15382026-06-05T04:05:27.690Z Compiling hostname v0.3.1
15392026-06-05T04:05:28.072Z Compiling toml_parser v1.1.2+spec-1.1.0
15402026-06-05T04:05:28.222Z Compiling toml_datetime v1.1.1+spec-1.1.0
15412026-06-05T04:05:28.222Z Compiling wait-timeout v0.2.1
15422026-06-05T04:05:28.222Z Compiling is-terminal v0.4.17
15432026-06-05T04:05:28.222Z Compiling memmap2 v0.9.10
15442026-06-05T04:05:28.302Z Compiling either v1.16.0
15452026-06-05T04:05:28.356Z Compiling usdt v0.6.0
15462026-06-05T04:05:28.356Z Compiling toml v1.1.2+spec-1.1.0
15472026-06-05T04:05:28.356Z Compiling rusty-fork v0.3.1
15482026-06-05T04:05:28.411Z Compiling slog-term v2.9.2
15492026-06-05T04:05:28.694Z Compiling slog-bunyan v2.5.0
15502026-06-05T04:05:30.128Z Compiling serde_with v3.20.0
15512026-06-05T04:05:30.128Z Compiling async-compression v0.4.42
15522026-06-05T04:05:30.129Z Compiling rand_xorshift v0.4.0
15532026-06-05T04:05:30.190Z Compiling rustls-pemfile v2.2.0
15542026-06-05T04:05:30.190Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15552026-06-05T04:05:30.190Z Compiling regress v0.10.5
15562026-06-05T04:05:30.190Z Compiling hostname v0.4.2
15572026-06-05T04:05:30.190Z Compiling humantime v2.3.0
15582026-06-05T04:05:30.190Z Compiling proptest v1.11.0
15592026-06-05T04:05:30.190Z Compiling iddqd v0.4.2
15602026-06-05T04:05:30.190Z Compiling reqwest v0.12.28
15612026-06-05T04:05:30.190Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15622026-06-05T04:05:30.294Z Compiling block-buffer v0.10.4
15632026-06-05T04:05:30.428Z Compiling utf8parse v0.2.2
15642026-06-05T04:05:30.505Z Compiling anstyle-parse v1.0.0
15652026-06-05T04:05:30.539Z Compiling digest v0.10.7
15662026-06-05T04:05:30.680Z Compiling itertools v0.14.0
15672026-06-05T04:05:30.728Z Compiling parse-display v0.10.0
15682026-06-05T04:05:31.147Z Compiling progenitor-client v0.10.0
15692026-06-05T04:05:31.235Z Compiling backoff v0.4.0
15702026-06-05T04:05:31.268Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15712026-06-05T04:05:31.322Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15722026-06-05T04:05:31.875Z Compiling anstyle-query v1.1.5
15732026-06-05T04:05:31.970Z Compiling anstyle v1.0.14
15742026-06-05T04:05:32.011Z Compiling is_terminal_polyfill v1.70.2
15752026-06-05T04:05:32.050Z Compiling colorchoice v1.0.5
15762026-06-05T04:05:32.192Z Compiling anstream v1.0.0
15772026-06-05T04:05:32.507Z Compiling clap_lex v1.1.0
15782026-06-05T04:05:32.990Z Compiling regress v0.11.1
15792026-06-05T04:05:33.116Z Compiling clap_derive v4.6.1
15802026-06-05T04:05:33.391Z Compiling terminal_size v0.4.4
15812026-06-05T04:05:34.925Z Compiling typify-impl v0.6.2
15822026-06-05T04:05:35.120Z Compiling toml_datetime v0.6.11
15832026-06-05T04:05:35.120Z Compiling zerocopy-derive v0.7.35
15842026-06-05T04:05:35.343Z Compiling cpufeatures v0.2.17
15852026-06-05T04:05:35.343Z Compiling convert_case v0.4.0
15862026-06-05T04:05:35.343Z Compiling clap_builder v4.6.0
15872026-06-05T04:05:36.749Z Compiling derive_more v0.99.20
15882026-06-05T04:05:36.761Z Compiling zerocopy v0.7.35
15892026-06-05T04:05:36.904Z Compiling toml_edit v0.25.12+spec-1.1.0
15902026-06-05T04:05:37.129Z Compiling unicode-width v0.2.2
15912026-06-05T04:05:37.398Z Compiling proc-macro-crate v3.5.0
15922026-06-05T04:05:37.765Z Compiling clap v4.6.1
15932026-06-05T04:05:37.842Z Compiling secrecy v0.10.3
15942026-06-05T04:05:37.881Z Compiling tinyvec_macros v0.1.1
15952026-06-05T04:05:38.013Z Compiling float-ord v0.3.2
15962026-06-05T04:05:38.134Z Compiling crucible-workspace-hack v0.1.0
15972026-06-05T04:05:38.587Z Compiling tinyvec v1.11.0
15982026-06-05T04:05:38.940Z Compiling num_enum_derive v0.7.6
15992026-06-05T04:05:38.940Z Compiling dtrace-parser v0.2.0
16002026-06-05T04:05:38.940Z Compiling scroll_derive v0.12.1
16012026-06-05T04:05:39.091Z Compiling num-integer v0.1.46
16022026-06-05T04:05:39.091Z Compiling rustc_version v0.4.1
16032026-06-05T04:05:39.091Z Compiling usdt-impl v0.5.0
16042026-06-05T04:05:39.342Z Compiling num_enum v0.7.6
16052026-06-05T04:05:39.676Z Compiling curve25519-dalek v4.1.3
16062026-06-05T04:05:39.676Z Compiling scroll v0.12.0
16072026-06-05T04:05:40.877Z Compiling dof v0.3.0
16082026-06-05T04:05:40.877Z Compiling hmac v0.12.1
16092026-06-05T04:05:40.877Z Compiling inout v0.1.4
16102026-06-05T04:05:41.027Z Compiling darling_core v0.21.3
16112026-06-05T04:05:41.028Z Compiling ff v0.13.1
16122026-06-05T04:05:41.028Z Compiling thread-id v4.2.2
16132026-06-05T04:05:41.028Z Compiling group v0.13.0
16142026-06-05T04:05:41.028Z Compiling cipher v0.4.4
16152026-06-05T04:05:41.028Z Compiling hkdf v0.12.4
16162026-06-05T04:05:41.028Z Compiling goblin v0.8.2
16172026-06-05T04:05:41.028Z Compiling num-rational v0.4.2
16182026-06-05T04:05:41.028Z Compiling num-iter v0.1.45
16192026-06-05T04:05:41.028Z Compiling thiserror-impl-no-std v2.0.2
16202026-06-05T04:05:41.028Z Compiling universal-hash v0.5.1
16212026-06-05T04:05:41.076Z Compiling crypto-bigint v0.5.5
16222026-06-05T04:05:41.076Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16232026-06-05T04:05:41.174Z Compiling typify-macro v0.6.2
16242026-06-05T04:05:41.190Z Compiling crossbeam-epoch v0.9.18
16252026-06-05T04:05:41.553Z Compiling half v2.7.1
16262026-06-05T04:05:41.720Z Compiling curve25519-dalek-derive v0.1.1
16272026-06-05T04:05:41.912Z Compiling darling_macro v0.21.3
16282026-06-05T04:05:41.971Z Compiling num-complex v0.4.6
16292026-06-05T04:05:42.265Z Compiling ciborium-io v0.2.2
16302026-06-05T04:05:42.324Z Compiling base64ct v1.8.3
16312026-06-05T04:05:42.350Z Compiling opaque-debug v0.3.1
16322026-06-05T04:05:42.364Z Compiling base16ct v0.2.0
16332026-06-05T04:05:42.423Z Compiling poly1305 v0.8.0
16342026-06-05T04:05:42.629Z Compiling darling v0.21.3
16352026-06-05T04:05:42.743Z Compiling elliptic-curve v0.13.8
16362026-06-05T04:05:42.743Z Compiling password-hash v0.5.0
16372026-06-05T04:05:42.809Z Compiling ciborium-ll v0.2.2
16382026-06-05T04:05:43.209Z Compiling num v0.4.3
16392026-06-05T04:05:43.238Z Compiling thiserror-no-std v2.0.2
16402026-06-05T04:05:43.266Z Compiling typify v0.6.2
16412026-06-05T04:05:43.464Z Compiling chacha20 v0.9.1
16422026-06-05T04:05:43.494Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16432026-06-05T04:05:43.570Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16442026-06-05T04:05:44.143Z Compiling blake2 v0.10.6
16452026-06-05T04:05:44.316Z Compiling aead v0.5.2
16462026-06-05T04:05:44.412Z Compiling byte-wrapper v0.1.0
16472026-06-05T04:05:44.498Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16482026-06-05T04:05:44.615Z Compiling proc-macro-error-attr v1.0.4
16492026-06-05T04:05:44.826Z Compiling prettyplease v0.2.37
16502026-06-05T04:05:44.878Z Compiling unsafe-libyaml v0.2.11
16512026-06-05T04:05:44.912Z Compiling rustix v0.38.44
16522026-06-05T04:05:45.082Z Compiling keccak v0.1.6
16532026-06-05T04:05:45.279Z Compiling heapless v0.8.0
16542026-06-05T04:05:45.402Z Compiling serde_yaml v0.9.34+deprecated
16552026-06-05T04:05:45.764Z Compiling sha3 v0.10.9
16562026-06-05T04:05:46.042Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16572026-06-05T04:05:46.087Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16582026-06-05T04:05:46.634Z Compiling chacha20poly1305 v0.10.1
16592026-06-05T04:05:46.812Z Compiling argon2 v0.5.3
16602026-06-05T04:05:47.062Z Compiling vsss-rs v3.3.4
16612026-06-05T04:05:47.090Z Compiling ciborium v0.2.2
16622026-06-05T04:05:47.090Z Compiling ingot-macros v0.1.1
16632026-06-05T04:05:47.511Z Compiling usdt-attr-macro v0.5.0
16642026-06-05T04:05:47.663Z Compiling usdt-macro v0.5.0
16652026-06-05T04:05:49.225Z Compiling serde_spanned v0.6.9
16662026-06-05T04:05:49.348Z Compiling enum-as-inner v0.6.1
16672026-06-05T04:05:49.404Z Compiling hash32 v0.3.1
16682026-06-05T04:05:49.535Z Compiling proc-macro-error v1.0.4
16692026-06-05T04:05:49.733Z Compiling memmap v0.7.0
16702026-06-05T04:05:49.841Z Compiling rustls-webpki v0.103.13
16712026-06-05T04:05:49.999Z Compiling memoffset v0.9.1
16722026-06-05T04:05:51.032Z Compiling data-encoding v2.11.0
16732026-06-05T04:05:51.032Z Compiling winnow v0.5.40
16742026-06-05T04:05:51.200Z Compiling toml_write v0.1.2
16752026-06-05T04:05:51.200Z Compiling smoltcp v0.11.0
16762026-06-05T04:05:51.200Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772026-06-05T04:05:51.200Z Compiling winnow v0.7.15
16782026-06-05T04:05:51.200Z Compiling indent_write v2.2.0
16792026-06-05T04:05:51.200Z Compiling cfg_aliases v0.2.1
16802026-06-05T04:05:51.200Z Compiling ingot-types v0.1.2
16812026-06-05T04:05:51.200Z Compiling nix v0.31.3
16822026-06-05T04:05:51.200Z Compiling usdt v0.5.0
16832026-06-05T04:05:51.606Z Compiling toml_edit v0.19.15
16842026-06-05T04:05:51.606Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-06-05T04:05:51.606Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16862026-06-05T04:05:51.776Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16872026-06-05T04:05:53.691Z Compiling tabwriter v1.4.1
16882026-06-05T04:05:53.697Z Compiling toml_edit v0.22.27
16892026-06-05T04:05:53.697Z Compiling cobs v0.3.0
16902026-06-05T04:05:53.697Z Compiling serde_repr v0.1.20
16912026-06-05T04:05:53.697Z Compiling pkg-config v0.3.33
16922026-06-05T04:05:53.697Z Compiling bitflags v1.3.2
16932026-06-05T04:05:53.697Z Compiling vcpkg v0.2.15
16942026-06-05T04:05:53.697Z Compiling managed v0.8.0
16952026-06-05T04:05:53.698Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16962026-06-05T04:05:53.698Z Compiling proc-macro-crate v1.3.1
16972026-06-05T04:05:53.698Z Compiling openssl-sys v0.9.116
16982026-06-05T04:05:53.698Z Compiling tokio-rustls v0.26.4
16992026-06-05T04:05:53.698Z Compiling rustls-platform-verifier v0.7.0
17002026-06-05T04:05:53.698Z Compiling hyper-rustls v0.27.9
17012026-06-05T04:05:53.950Z Compiling reqwest v0.13.4
17022026-06-05T04:05:54.805Z Compiling toml v0.8.23
17032026-06-05T04:05:55.104Z Compiling progenitor-client v0.14.0
17042026-06-05T04:05:55.248Z Compiling postcard v1.1.3
17052026-06-05T04:05:55.414Z Compiling progenitor-extras v0.2.0
17062026-06-05T04:05:56.087Z Compiling ingot v0.1.1
17072026-06-05T04:05:56.193Z Compiling hubpack_derive v0.1.1
17082026-06-05T04:05:56.571Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-06-05T04:05:56.788Z Compiling foreign-types-macros v0.2.3
17102026-06-05T04:05:57.483Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17112026-06-05T04:05:57.859Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17122026-06-05T04:05:58.076Z Compiling rayon-core v1.13.0
17132026-06-05T04:05:58.107Z Compiling colored v3.1.1
17142026-06-05T04:05:58.160Z Compiling semver v0.1.20
17152026-06-05T04:05:58.328Z Compiling unicode-segmentation v1.13.3
17162026-06-05T04:05:58.446Z Compiling heck v0.4.1
17172026-06-05T04:05:58.505Z Compiling foreign-types-shared v0.3.1
17182026-06-05T04:05:58.616Z Compiling swrite v0.1.0
17192026-06-05T04:05:58.706Z Compiling static_assertions v1.1.0
17202026-06-05T04:05:58.755Z Compiling linked-hash-map v0.5.6
17212026-06-05T04:05:58.755Z Compiling resolv-conf v0.7.6
17222026-06-05T04:05:58.755Z Compiling newline-converter v0.3.0
17232026-06-05T04:05:58.812Z Compiling foreign-types v0.5.0
17242026-06-05T04:05:58.866Z Compiling lru-cache v0.1.2
17252026-06-05T04:05:58.866Z Compiling rustc_version v0.1.7
17262026-06-05T04:05:58.924Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17272026-06-05T04:05:59.082Z Compiling hubpack v0.1.2
17282026-06-05T04:05:59.148Z Compiling num_enum_derive v0.5.11
17292026-06-05T04:05:59.393Z Compiling atomicwrites v0.4.4
17302026-06-05T04:05:59.718Z Compiling hickory-proto v0.24.4
17312026-06-05T04:06:00.223Z Compiling progenitor-impl v0.13.0
17322026-06-05T04:06:00.425Z Compiling crossbeam-deque v0.8.6
17332026-06-05T04:06:00.616Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-06-05T04:06:00.773Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-06-05T04:06:01.446Z Compiling console v0.15.11
17362026-06-05T04:06:01.677Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17372026-06-05T04:06:02.276Z Compiling camino-tempfile v1.4.1
17382026-06-05T04:06:02.529Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-06-05T04:06:02.744Z Compiling chacha20 v0.10.0
17402026-06-05T04:06:02.768Z Compiling serde-big-array v0.5.1
17412026-06-05T04:06:02.925Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17422026-06-05T04:06:03.016Z Compiling pin-project-internal v1.1.13
17432026-06-05T04:06:03.066Z Compiling derive-where v1.6.1
17442026-06-05T04:06:03.505Z Compiling num-derive v0.4.2
17452026-06-05T04:06:03.777Z Compiling cstr-argument v0.1.2
17462026-06-05T04:06:03.818Z Compiling minimal-lexical v0.2.1
17472026-06-05T04:06:03.925Z Compiling similar v2.7.0
17482026-06-05T04:06:04.001Z Compiling siphasher v1.0.3
17492026-06-05T04:06:04.155Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17502026-06-05T04:06:04.200Z Compiling pin-project v1.1.13
17512026-06-05T04:06:04.236Z Compiling phf_shared v0.12.1
17522026-06-05T04:06:04.514Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-05T04:06:04.554Z Compiling expectorate v1.2.0
17542026-06-05T04:06:04.555Z Compiling nom v7.1.3
17552026-06-05T04:06:04.555Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17562026-06-05T04:06:04.555Z Compiling progenitor-macro v0.13.0
17572026-06-05T04:06:04.675Z Compiling rand v0.10.1
17582026-06-05T04:06:05.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17592026-06-05T04:06:05.506Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17602026-06-05T04:06:05.506Z Compiling hickory-resolver v0.24.4
17612026-06-05T04:06:05.731Z Compiling num_enum v0.5.11
17622026-06-05T04:06:05.731Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17632026-06-05T04:06:06.134Z Compiling newtype_derive v0.1.6
17642026-06-05T04:06:06.134Z Compiling progenitor-client v0.13.0
17652026-06-05T04:06:06.222Z Compiling progenitor-impl v0.14.0
17662026-06-05T04:06:06.222Z Compiling unicode-normalization v0.1.25
17672026-06-05T04:06:09.162Z Compiling tokio-stream v0.1.18
17682026-06-05T04:06:09.163Z Compiling snafu-derive v0.8.9
17692026-06-05T04:06:09.163Z Compiling async-recursion v1.1.1
17702026-06-05T04:06:09.163Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17712026-06-05T04:06:09.163Z Compiling slog-dtrace v0.3.0
17722026-06-05T04:06:09.163Z Compiling csv-core v0.1.13
17732026-06-05T04:06:09.163Z Compiling bstr v1.12.1
17742026-06-05T04:06:09.163Z Compiling owo-colors v4.3.0
17752026-06-05T04:06:09.163Z Compiling foldhash v0.1.5
17762026-06-05T04:06:09.163Z Compiling chrono-tz v0.10.4
17772026-06-05T04:06:09.163Z Compiling cancel-safe-futures v0.1.5
17782026-06-05T04:06:09.163Z Compiling foreign-types-shared v0.1.1
17792026-06-05T04:06:09.163Z Compiling unicode-width v0.1.14
17802026-06-05T04:06:09.163Z Compiling highway v1.3.0
17812026-06-05T04:06:09.163Z Compiling konst_macro_rules v0.2.19
17822026-06-05T04:06:09.163Z Compiling same-file v1.0.6
17832026-06-05T04:06:09.163Z Compiling unicode-xid v0.2.6
17842026-06-05T04:06:09.163Z Compiling openssl v0.10.80
17852026-06-05T04:06:09.163Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-06-05T04:06:09.163Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17872026-06-05T04:06:09.163Z Compiling const_format_proc_macros v0.2.34
17882026-06-05T04:06:09.358Z Compiling konst v0.2.20
17892026-06-05T04:06:09.548Z Compiling progenitor v0.13.0
17902026-06-05T04:06:09.603Z Compiling walkdir v2.5.0
17912026-06-05T04:06:09.604Z Compiling progenitor-macro v0.14.0
17922026-06-05T04:06:09.646Z Compiling snafu v0.8.9
17932026-06-05T04:06:09.704Z Compiling foreign-types v0.3.2
17942026-06-05T04:06:09.748Z Compiling hashbrown v0.15.5
17952026-06-05T04:06:09.902Z Compiling globset v0.4.18
17962026-06-05T04:06:09.937Z Compiling csv v1.4.0
17972026-06-05T04:06:10.114Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17982026-06-05T04:06:10.364Z Compiling qorb v0.4.1
17992026-06-05T04:06:10.701Z Compiling olpc-cjson v0.1.4
18002026-06-05T04:06:10.866Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-05T04:06:10.927Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-06-05T04:06:11.549Z Compiling rayon v1.12.0
18032026-06-05T04:06:12.314Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18042026-06-05T04:06:12.381Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18052026-06-05T04:06:12.560Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-05T04:06:12.636Z Compiling phf v0.12.1
18072026-06-05T04:06:12.801Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-06-05T04:06:13.635Z Compiling zone_cfg_derive v0.3.1
18092026-06-05T04:06:13.747Z Compiling tokio-dtrace v0.1.1
18102026-06-05T04:06:13.809Z Compiling itertools v0.12.1
18112026-06-05T04:06:13.809Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18122026-06-05T04:06:14.230Z Compiling libsw-core v0.3.2
18132026-06-05T04:06:14.296Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-05T04:06:14.296Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18152026-06-05T04:06:14.382Z Compiling serde_plain v1.0.2
18162026-06-05T04:06:14.504Z Compiling openssl-macros v0.1.1
18172026-06-05T04:06:14.580Z Compiling pem v3.0.6
18182026-06-05T04:06:15.015Z Compiling cookie v0.18.1
18192026-06-05T04:06:15.262Z Compiling sigpipe v0.1.3
18202026-06-05T04:06:15.262Z Compiling fixedbitset v0.4.2
18212026-06-05T04:06:15.262Z Compiling typed-path v0.9.3
18222026-06-05T04:06:15.262Z Compiling jiff v0.2.28
18232026-06-05T04:06:15.262Z Compiling bytecount v0.6.9
18242026-06-05T04:06:15.262Z Compiling fixedbitset v0.5.7
18252026-06-05T04:06:15.352Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-05T04:06:15.352Z Compiling glob v0.3.3
18272026-06-05T04:06:15.352Z Compiling petgraph v0.8.3
18282026-06-05T04:06:15.432Z Compiling papergrid v0.11.0
18292026-06-05T04:06:15.697Z Compiling petgraph v0.6.5
18302026-06-05T04:06:16.327Z Compiling tough v0.22.0
18312026-06-05T04:06:17.936Z Compiling progenitor v0.14.0
18322026-06-05T04:06:18.046Z Compiling zone v0.3.1
18332026-06-05T04:06:18.046Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18342026-06-05T04:06:18.046Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-05T04:06:18.046Z Compiling libsw v3.5.0
18362026-06-05T04:06:18.046Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18372026-06-05T04:06:18.046Z Compiling oxide-tokio-rt v0.1.6
18382026-06-05T04:06:18.046Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-05T04:06:18.046Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18402026-06-05T04:06:18.114Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-05T04:06:18.174Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-05T04:06:18.735Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-05T04:06:18.864Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-05T04:06:19.242Z Compiling const_format v0.2.36
18452026-06-05T04:06:19.569Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18462026-06-05T04:06:19.659Z Compiling tabled_derive v0.7.0
18472026-06-05T04:06:19.801Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-05T04:06:19.834Z Compiling gethostname v0.5.0
18492026-06-05T04:06:19.834Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-05T04:06:19.885Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18512026-06-05T04:06:19.968Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-05T04:06:20.003Z Compiling smf v0.2.3
18532026-06-05T04:06:20.071Z Compiling bcs v0.1.6
18542026-06-05T04:06:20.458Z Compiling nom v8.0.0
18552026-06-05T04:06:20.516Z Compiling whoami v1.6.1
18562026-06-05T04:06:20.649Z Compiling smawk v0.3.2
18572026-06-05T04:06:20.728Z Compiling linear-map v1.2.0
18582026-06-05T04:06:20.785Z Compiling tagptr v0.2.0
18592026-06-05T04:06:20.785Z Compiling lazy_static v1.5.0
18602026-06-05T04:06:20.899Z Compiling termtree v0.5.1
18612026-06-05T04:06:20.931Z Compiling unicode-linebreak v0.1.5
18622026-06-05T04:06:20.931Z Compiling moka v0.12.15
18632026-06-05T04:06:20.931Z Compiling steno v0.4.1
18642026-06-05T04:06:20.942Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-05T04:06:21.095Z Compiling textwrap v0.16.2
18662026-06-05T04:06:21.345Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-05T04:06:21.635Z Compiling tabled v0.15.0
18682026-06-05T04:06:22.645Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-05T04:06:22.712Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-05T04:06:23.024Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-05T04:06:24.272Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-05T04:06:24.343Z Compiling hickory-proto v0.25.2
18732026-06-05T04:06:24.452Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18742026-06-05T04:06:25.014Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18752026-06-05T04:06:25.587Z Compiling parking_lot_core v0.8.6
18762026-06-05T04:06:25.674Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18772026-06-05T04:06:25.756Z Compiling libscf-sys v1.2.0
18782026-06-05T04:06:25.901Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-05T04:06:25.956Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18802026-06-05T04:06:26.142Z Compiling hickory-resolver v0.25.2
18812026-06-05T04:06:26.183Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18822026-06-05T04:06:26.699Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18832026-06-05T04:06:26.834Z Compiling parking_lot v0.11.2
18842026-06-05T04:06:27.242Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-05T04:06:27.377Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18862026-06-05T04:06:27.377Z Compiling fxhash v0.2.1
18872026-06-05T04:06:27.502Z Compiling internet-checksum v0.2.1
18882026-06-05T04:06:27.502Z Compiling sled v0.34.7
18892026-06-05T04:06:27.615Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18902026-06-05T04:06:29.403Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18912026-06-05T04:06:31.559Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-05T04:06:39.291Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-05T04:06:40.925Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-05T04:06:41.997Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18952026-06-05T04:06:43.100Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18962026-06-05T04:06:43.591Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18972026-06-05T04:07:06.505Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
18982026-06-05T04:07:06.699Z────────────
18992026-06-05T04:07:06.699Z Nextest run ID 891000ec-fcd5-4569-9104-b058b5ca0f6d with nextest profile: default
19002026-06-05T04:07:06.699Z Starting 47 tests across 3 binaries
19012026-06-05T04:07:06.724Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19022026-06-05T04:07:06.724Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19032026-06-05T04:07:06.724Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19042026-06-05T04:07:06.724Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19052026-06-05T04:07:06.724Z PASS [ 0.009s] rdb bestpath::test::test_bestpath
19062026-06-05T04:07:06.724Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19072026-06-05T04:07:06.724Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19082026-06-05T04:07:06.724Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19092026-06-05T04:07:06.724Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19102026-06-05T04:07:06.724Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19112026-06-05T04:07:06.724Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19122026-06-05T04:07:06.724Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19132026-06-05T04:07:06.724Z PASS [ 0.054s] rdb db::test::test_ipv6_origin_crud
19142026-06-05T04:07:06.724Z PASS [ 0.054s] rdb db::test::test_ipv4_origin_crud
19152026-06-05T04:07:06.781Z PASS [ 0.054s] rdb db::test::test_prefix_host_bit_normalization
19162026-06-05T04:07:06.781Z PASS [ 0.054s] rdb db::test::test_rib
19172026-06-05T04:07:06.781Z PASS [ 0.052s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19182026-06-05T04:07:06.781Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv4_basic
19192026-06-05T04:07:06.781Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
19202026-06-05T04:07:06.781Z PASS [ 0.060s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19212026-06-05T04:07:06.781Z PASS [ 0.016s] rdb proptest::prop_ipv4_default_contains_all
19222026-06-05T04:07:06.847Z PASS [ 0.021s] rdb proptest::prop_ipv4_within_self
19232026-06-05T04:07:06.847Z PASS [ 0.022s] rdb proptest::prop_ipv6_default_contains_all
19242026-06-05T04:07:06.847Z PASS [ 0.042s] rdb proptest::prop_ipv4_host_bits_always_unset
19252026-06-05T04:07:06.847Z PASS [ 0.023s] rdb proptest::prop_ipv6_host_bits_always_unset
19262026-06-05T04:07:06.847Z PASS [ 0.052s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19272026-06-05T04:07:06.847Z PASS [ 0.020s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19282026-06-05T04:07:06.847Z PASS [ 0.022s] rdb proptest::prop_ipv6_within_self
19292026-06-05T04:07:06.847Z PASS [ 0.018s] rdb proptest::prop_static_route_key_deduplication
19302026-06-05T04:07:06.848Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19312026-06-05T04:07:06.904Z PASS [ 0.028s] rdb proptest::prop_static_route_key_normalization_idempotent
19322026-06-05T04:07:06.904Z PASS [ 0.028s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19332026-06-05T04:07:06.904Z PASS [ 0.041s] rdb proptest::prop_static_route_key_normalization_preserves_length
19342026-06-05T04:07:06.904Z PASS [ 0.031s] rdb proptest::prop_static_route_key_ord_consistency
19352026-06-05T04:07:06.904Z PASS [ 0.014s] rdb types::test::bgp_vs_static_ordering
19362026-06-05T04:07:06.904Z PASS [ 0.010s] rdb types::test::btreeset_coexistence
19372026-06-05T04:07:06.904Z PASS [ 0.030s] rdb types::test::bgp_path_identity
19382026-06-05T04:07:06.904Z PASS [ 0.018s] rdb types::test::btreeset_insert_is_noop
19392026-06-05T04:07:06.904Z PASS [ 0.012s] rdb types::test::btreeset_remove
19402026-06-05T04:07:06.904Z PASS [ 0.021s] rdb types::test::ord_contract
19412026-06-05T04:07:06.905Z PASS [ 0.015s] rdb types::test::btreeset_replace
19422026-06-05T04:07:06.905Z PASS [ 0.011s] rdb types::test::prefix_no_cross_family_within
19432026-06-05T04:07:06.905Z PASS [ 0.009s] rdb types::test::static_path_identity
19442026-06-05T04:07:06.960Z PASS [ 0.169s] rdb db::test::test_static_routing_mixed_address_families
19452026-06-05T04:07:06.960Z PASS [ 0.170s] rdb db::test::test_static_routing_vlan_id_handling
19462026-06-05T04:07:06.960Z PASS [ 0.180s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19472026-06-05T04:07:06.960Z PASS [ 0.186s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19482026-06-05T04:07:06.960Z────────────
19492026-06-05T04:07:06.960Z Summary [ 0.251s] 47 tests run: 47 passed, 0 skipped
19502026-06-05T04:07:06.960Z+ cp ./rib.log /work/
19512026-06-05T04:07:06.960Z+ popd
19522026-06-05T04:07:06.960Z/work/oxidecomputer/maghemite
19532026-06-05T04:07:06.960Zprocess exited: duration 355998 ms, exit code 0
 
19542026-06-05T04:07:07.039Zfound 1 output files
19552026-06-05T04:07:07.039Zuploading: /work/rib.log (886 bytes)
19562026-06-05T04:07:08.163Zuploaded: /work/rib.log