01KZF95XN8BZ25R88XNVKQRG5B: test-ddm

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

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:37.710Zjob assigned to worker 01KZF970T67H8WTHX9RD062ZQ8 [factory aws, i-08cdc9db26f636d9f] (queued for 1 m 2 s)
 
22026-08-07T23:34:44.475Zstarting task 0: "setup"
32026-08-07T23:34:44.479Z++ uname -s
42026-08-07T23:34:44.482Z+ kern=SunOS
52026-08-07T23:34:44.482Z+ build_user=build
62026-08-07T23:34:44.482Z+ build_uid=12345
72026-08-07T23:34:44.482Z+ work_dir=/work
82026-08-07T23:34:44.482Z+ input_dir=/input
92026-08-07T23:34:44.482Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:44.482Z+ case "$kern" in
112026-08-07T23:34:44.482Z+ groupadd -g 12345 build
122026-08-07T23:34:44.485Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:46.490Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:46.562Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:46.565Z+ home_fs=zfs
162026-08-07T23:34:46.565Z+ [[ zfs == autofs ]]
172026-08-07T23:34:46.565Z+ mkdir -p /home/build
182026-08-07T23:34:46.565Z+ chown build:build /home/build /work
192026-08-07T23:34:48.567Z+ chmod 0700 /home/build /work
202026-08-07T23:34:48.570Zprocess exited: duration 4096 ms, exit code 0
 
212026-08-07T23:34:48.576Zstarting task 1: "rust-toolchain"
222026-08-07T23:34:48.581Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:34:48.581Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-07T23:34:48.581Z * rust toolchain channel = "stable"
252026-08-07T23:34:48.581Z * rust toolchain profile = "default"
262026-08-07T23:34:48.581Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:34:48.584Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:34:48.584Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:34:48.584Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:34:48.704Zinfo: downloading installer
312026-08-07T23:34:50.009Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:34:50.009Zwarn: /opt/ooce/bin
332026-08-07T23:34:50.009Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:34:50.009Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:34:50.009Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:34:50.009Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:34:50.009Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:34:50.009Zerror: cannot install while Rust is installed
392026-08-07T23:34:50.009Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:34:50.009Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:34:50.009Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:34:50.009Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:34:50.009Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:34:50.022Zinfo: profile set to default
452026-08-07T23:34:50.022Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:34:50.026Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:34:50.166Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:34:50.170Zinfo: downloading 6 components
492026-08-07T23:35:04.655Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T23:35:04.655Z
512026-08-07T23:35:04.682Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:04.682Z
532026-08-07T23:35:04.682Z
542026-08-07T23:35:04.682ZRust is installed now. Great!
552026-08-07T23:35:04.682Z
562026-08-07T23:35:04.686ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:04.686Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:04.686Z
592026-08-07T23:35:04.686ZTo configure your current shell, you need to source
602026-08-07T23:35:04.686Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:04.686Z
622026-08-07T23:35:04.686ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:04.686Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:04.686Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:04.686Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:04.686Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:04.686Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:04.686Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:04.686Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:04.686Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:04.769Z+ rustup --version
722026-08-07T23:35:04.778Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:04.781Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:04.799Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:04.802Z+ cargo --version
762026-08-07T23:35:04.817Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:04.820Z+ rustc --version
782026-08-07T23:35:04.838Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:04.843Zprocess exited: duration 16261 ms, exit code 0
 
802026-08-07T23:35:04.850Zstarting task 2: "authentication"
812026-08-07T23:35:04.866Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T23:35:04.875Zstarting task 3: "clone repository"
832026-08-07T23:35:04.879Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:04.879Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:04.915ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:06.477Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:06.477Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:06.755ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:06.755Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:06.760Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:06.760Z++ git branch --show-current
922026-08-07T23:35:06.764Z+ current=main
932026-08-07T23:35:06.764Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:06.764Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:06.764Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:06.782ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:06.786Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:06.800ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:06.803Zprocess exited: duration 1926 ms, exit code 0
 
1002026-08-07T23:35:06.809Zstarting task 4: "build"
1012026-08-07T23:35:06.813Z+ set -o errexit
1022026-08-07T23:35:06.813Z+ set -o pipefail
1032026-08-07T23:35:06.813Z+ source .github/buildomat/test-common.sh
1042026-08-07T23:35:06.816Z++ NEXTEST_VERSION=0.9.97
1052026-08-07T23:35:06.816Z++ PLATFORM=illumos
1062026-08-07T23:35:06.816Z++ banner install
1072026-08-07T23:35:06.816Z
1082026-08-07T23:35:06.816Z # # # #### ##### ## # #
1092026-08-07T23:35:06.816Z # ## # # # # # # #
1102026-08-07T23:35:06.816Z # # # # #### # # # # #
1112026-08-07T23:35:06.816Z # # # # # # ###### # #
1122026-08-07T23:35:06.817Z # # ## # # # # # # #
1132026-08-07T23:35:06.817Z # # # #### # # # ###### ######
1142026-08-07T23:35:06.817Z
1152026-08-07T23:35:06.817Z++ set +o errexit
1162026-08-07T23:35:06.817Z++ pkg info clang-15
1172026-08-07T23:35:06.817Z++ grep -qi installed
1182026-08-07T23:35:08.014Zpkg: info: no packages matching the following patterns you specified are
1192026-08-07T23:35:08.015Zinstalled on the system. Try querying remotely instead:
1202026-08-07T23:35:08.015Z
1212026-08-07T23:35:08.015Z clang-15
1222026-08-07T23:35:08.068Z++ [[ 1 != 0 ]]
1232026-08-07T23:35:08.068Z++ set -o errexit
1242026-08-07T23:35:08.068Z++ pfexec pkg install clang-15
1252026-08-07T23:35:15.565Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-08-07T23:35:23.360Z Startup: Caching catalogs ... Done
1272026-08-07T23:35:30.787ZPlanning: Solver setup ... Done
1282026-08-07T23:35:30.832ZPlanning: Running solver ... Done
1292026-08-07T23:35:30.971ZPlanning: Finding local manifests ... Done
1302026-08-07T23:35:30.994ZPlanning: Fetching manifests: 0/2 0% complete
1312026-08-07T23:35:31.082ZPlanning: Fetching manifests: 2/2 100% complete
1322026-08-07T23:35:31.111ZPlanning: Package planning ... Done
1332026-08-07T23:35:31.137ZPlanning: Merging actions ... Done
1342026-08-07T23:35:31.243ZPlanning: Checking for conflicting actions ... Done
1352026-08-07T23:35:31.251ZPlanning: Consolidating action changes ... Done
1362026-08-07T23:35:32.028ZPlanning: Evaluating mediators ... Done
1372026-08-07T23:35:32.033ZPlanning: Planning completed in 8.50 seconds
1382026-08-07T23:35:32.044Z Packages to install: 2
1392026-08-07T23:35:32.044Z Mediators to change: 2
1402026-08-07T23:35:32.044Z Services to change: 1
1412026-08-07T23:35:32.047Z Create boot environment: No
1422026-08-07T23:35:32.047ZCreate backup boot environment: No
1432026-08-07T23:35:32.094Z
1442026-08-07T23:35:32.094ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-08-07T23:35:37.102ZDownload: 1424/3076 items 116.4/211.3MB 55% complete (24.4M/s)
1462026-08-07T23:35:42.365ZDownload: 2005/3076 items 117.9/211.3MB 55% complete (14.2M/s)
1472026-08-07T23:35:47.368ZDownload: 2195/3076 items 118.7/211.3MB 56% complete (226k/s)
1482026-08-07T23:35:53.352ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (8.9M/s)
1492026-08-07T23:36:00.923ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (8.9M/s)
1502026-08-07T23:36:14.996ZDownload: 3072/3076 items 211.3/211.3MB 99% complete
1512026-08-07T23:36:15.016ZDownload: Completed 211.31 MB in 42.92 seconds (4.9M/s)
1522026-08-07T23:36:15.135Z Actions: 1/3418 actions (Installing new actions)
1532026-08-07T23:36:18.265Z Actions: Completed 3418 actions in 3.13 seconds.
1542026-08-07T23:36:18.897Z Done
1552026-08-07T23:36:18.897Z Done
1562026-08-07T23:36:19.652Z Done
1572026-08-07T23:36:22.984Z Done
1582026-08-07T23:36:23.053Z Done
1592026-08-07T23:36:23.056Z Done
1602026-08-07T23:36:23.317Z Done
1612026-08-07T23:36:23.989Z++ set -o errexit
1622026-08-07T23:36:23.989Z++ cargo --version
1632026-08-07T23:36:23.997Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1642026-08-07T23:36:24.146Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1652026-08-07T23:36:24.149Zinfo: downloading 6 components
1662026-08-07T23:36:39.383Zcargo 1.97.1 (c980f4866 2026-06-30)
1672026-08-07T23:36:39.386Z++ rustc --version
1682026-08-07T23:36:39.414Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1692026-08-07T23:36:39.418Z++ cargo install cargo-nextest --version 0.9.97
1702026-08-07T23:36:39.463Z Updating crates.io index
1712026-08-07T23:36:39.576Z Downloading crates ...
1722026-08-07T23:36:39.628Z Downloaded cargo-nextest v0.9.97
1732026-08-07T23:36:39.691Z Installing cargo-nextest v0.9.97
1742026-08-07T23:36:39.691Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1752026-08-07T23:36:39.691Z |
1762026-08-07T23:36:39.691Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1772026-08-07T23:36:39.691Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1782026-08-07T23:36:39.734Z Updating crates.io index
1792026-08-07T23:36:42.294Z Locking 396 packages to latest compatible versions
1802026-08-07T23:36:42.298Z Adding dialoguer v0.11.0 (available: v0.12.0)
1812026-08-07T23:36:42.301Z Adding duct v0.13.7 (available: v1.1.1)
1822026-08-07T23:36:42.302Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1832026-08-07T23:36:42.302Z Adding generic-array v0.14.7 (available: v0.14.9)
1842026-08-07T23:36:42.305Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1852026-08-07T23:36:42.305Z Adding itertools v0.14.0 (available: v0.15.0)
1862026-08-07T23:36:42.305Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1872026-08-07T23:36:42.305Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1882026-08-07T23:36:42.308Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1892026-08-07T23:36:42.312Z Adding quick-junit v0.5.2 (available: v0.7.0)
1902026-08-07T23:36:42.334Z Downloading crates ...
1912026-08-07T23:36:42.372Z Downloaded atomicwrites v0.4.4
1922026-08-07T23:36:42.375Z Downloaded percent-encoding v2.3.2
1932026-08-07T23:36:42.379Z Downloaded backtrace-ext v0.2.1
1942026-08-07T23:36:42.384Z Downloaded anstyle-query v1.1.5
1952026-08-07T23:36:42.384Z Downloaded atomic-waker v1.1.2
1962026-08-07T23:36:42.384Z Downloaded cfg-if v1.0.4
1972026-08-07T23:36:42.384Z Downloaded ordered-float v2.10.1
1982026-08-07T23:36:42.387Z Downloaded async-scoped v0.9.0
1992026-08-07T23:36:42.391Z Downloaded serde_path_to_error v0.1.20
2002026-08-07T23:36:42.395Z Downloaded block-buffer v0.10.4
2012026-08-07T23:36:42.395Z Downloaded foreign-types-shared v0.1.1
2022026-08-07T23:36:42.400Z Downloaded clap_lex v1.1.0
2032026-08-07T23:36:42.400Z Downloaded addr2line v0.25.1
2042026-08-07T23:36:42.403Z Downloaded parking_lot v0.12.5
2052026-08-07T23:36:42.403Z Downloaded anstream v1.0.0
2062026-08-07T23:36:42.403Z Downloaded base64ct v1.8.3
2072026-08-07T23:36:42.407Z Downloaded pin-project-internal v1.1.13
2082026-08-07T23:36:42.407Z Downloaded anstyle-parse v1.0.0
2092026-08-07T23:36:42.407Z Downloaded strsim v0.11.1
2102026-08-07T23:36:42.407Z Downloaded supports-hyperlinks v3.2.0
2112026-08-07T23:36:42.407Z Downloaded rustls-pki-types v1.15.1
2122026-08-07T23:36:42.419Z Downloaded adler2 v2.0.1
2132026-08-07T23:36:42.419Z Downloaded document-features v0.2.12
2142026-08-07T23:36:42.419Z Downloaded os_pipe v1.2.3
2152026-08-07T23:36:42.425Z Downloaded cargo-platform v0.2.0
2162026-08-07T23:36:42.425Z Downloaded errno v0.3.14
2172026-08-07T23:36:42.425Z Downloaded curve25519-dalek-derive v0.1.1
2182026-08-07T23:36:42.425Z Downloaded foreign-types v0.3.2
2192026-08-07T23:36:42.425Z Downloaded pathdiff v0.2.3
2202026-08-07T23:36:42.425Z Downloaded serde-untagged v0.1.9
2212026-08-07T23:36:42.425Z Downloaded simd-adler32 v0.3.10
2222026-08-07T23:36:42.425Z Downloaded thiserror v2.0.19
2232026-08-07T23:36:42.429Z Downloaded rand_pcg v0.10.2
2242026-08-07T23:36:42.429Z Downloaded serde_ignored v0.1.14
2252026-08-07T23:36:42.429Z Downloaded cargo-platform v0.3.3
2262026-08-07T23:36:42.429Z Downloaded target-spec-miette v0.4.8
2272026-08-07T23:36:42.429Z Downloaded cpufeatures v0.3.0
2282026-08-07T23:36:42.433Z Downloaded form_urlencoded v1.2.2
2292026-08-07T23:36:42.436Z Downloaded serde_spanned v0.6.9
2302026-08-07T23:36:42.436Z Downloaded serde_urlencoded v0.7.1
2312026-08-07T23:36:42.440Z Downloaded scopeguard v1.2.0
2322026-08-07T23:36:42.440Z Downloaded cfg_aliases v0.2.2
2332026-08-07T23:36:42.440Z Downloaded enable-ansi-support v0.2.1
2342026-08-07T23:36:42.440Z Downloaded equivalent v1.0.2
2352026-08-07T23:36:42.444Z Downloaded crypto-common v0.1.7
2362026-08-07T23:36:42.452Z Downloaded subtle v2.6.1
2372026-08-07T23:36:42.455Z Downloaded pin-project-lite v0.2.17
2382026-08-07T23:36:42.458Z Downloaded cpufeatures v0.2.17
2392026-08-07T23:36:42.458Z Downloaded debug-ignore v1.0.5
2402026-08-07T23:36:42.458Z Downloaded anstyle v1.0.14
2412026-08-07T23:36:42.461Z Downloaded cargo_metadata v0.23.1
2422026-08-07T23:36:42.462Z Downloaded erased-serde v0.4.10
2432026-08-07T23:36:42.465Z Downloaded foldhash v0.1.5
2442026-08-07T23:36:42.469Z Downloaded serde_spanned v1.1.1
2452026-08-07T23:36:42.469Z Downloaded owo-colors v4.3.0
2462026-08-07T23:36:42.469Z Downloaded quick-junit v0.5.2
2472026-08-07T23:36:42.472Z Downloaded pkg-config v0.3.33
2482026-08-07T23:36:42.472Z Downloaded rand_chacha v0.9.0
2492026-08-07T23:36:42.473Z Downloaded semver v1.0.28
2502026-08-07T23:36:42.473Z Downloaded serde-value v0.7.0
2512026-08-07T23:36:42.476Z Downloaded color-spantrace v0.3.0
2522026-08-07T23:36:42.480Z Downloaded futures-core v0.3.33
2532026-08-07T23:36:42.480Z Downloaded rustc_version v0.4.1
2542026-08-07T23:36:42.480Z Downloaded shared_child v1.1.1
2552026-08-07T23:36:42.480Z Downloaded futures-io v0.3.33
2562026-08-07T23:36:42.483Z Downloaded camino-tempfile v1.4.1
2572026-08-07T23:36:42.487Z Downloaded sharded-slab v0.1.7
2582026-08-07T23:36:42.490Z Downloaded serde_core v1.0.229
2592026-08-07T23:36:42.493Z Downloaded serde_derive v1.0.229
2602026-08-07T23:36:42.493Z Downloaded quote v1.0.47
2612026-08-07T23:36:42.497Z Downloaded urlencoding v2.1.3
2622026-08-07T23:36:42.497Z Downloaded openssl-macros v0.1.1
2632026-08-07T23:36:42.498Z Downloaded toml_write v0.1.2
2642026-08-07T23:36:42.498Z Downloaded self-replace v1.5.0
2652026-08-07T23:36:42.498Z Downloaded swrite v0.1.0
2662026-08-07T23:36:42.535Z Downloaded sync_wrapper v1.0.2
2672026-08-07T23:36:42.535Z Downloaded autocfg v1.5.1
2682026-08-07T23:36:42.535Z Downloaded colorchoice v1.0.5
2692026-08-07T23:36:42.535Z Downloaded filetime v0.2.29
2702026-08-07T23:36:42.535Z Downloaded futures-executor v0.3.33
2712026-08-07T23:36:42.543Z Downloaded supports-unicode v3.0.0
2722026-08-07T23:36:42.543Z Downloaded fnv v1.0.7
2732026-08-07T23:36:42.543Z Downloaded duct v0.13.7
2742026-08-07T23:36:42.543Z Downloaded fastrand v2.5.0
2752026-08-07T23:36:42.543Z Downloaded futures-macro v0.3.33
2762026-08-07T23:36:42.543Z Downloaded either v1.17.0
2772026-08-07T23:36:42.543Z Downloaded shell-words v1.1.1
2782026-08-07T23:36:42.543Z Downloaded strip-ansi-escapes v0.2.1
2792026-08-07T23:36:42.543Z Downloaded thread_local v1.1.10
2802026-08-07T23:36:42.543Z Downloaded tinyvec_macros v0.1.1
2812026-08-07T23:36:42.543Z Downloaded toml_datetime v0.6.11
2822026-08-07T23:36:42.543Z Downloaded dialoguer v0.11.0
2832026-08-07T23:36:42.543Z Downloaded future-queue v0.4.0
2842026-08-07T23:36:42.543Z Downloaded signature v2.2.0
2852026-08-07T23:36:42.543Z Downloaded ed25519 v2.2.3
2862026-08-07T23:36:42.543Z Downloaded rustc-hash v2.1.3
2872026-08-07T23:36:42.543Z Downloaded want v0.3.1
2882026-08-07T23:36:42.543Z Downloaded futures-sink v0.3.33
2892026-08-07T23:36:42.544Z Downloaded futures-task v0.3.33
2902026-08-07T23:36:42.544Z Downloaded is_ci v1.2.0
2912026-08-07T23:36:42.544Z Downloaded is_terminal_polyfill v1.70.2
2922026-08-07T23:36:42.544Z Downloaded self_update v0.42.0
2932026-08-07T23:36:42.544Z Downloaded sigchld v0.2.4
2942026-08-07T23:36:42.544Z Downloaded terminal_size v0.4.4
2952026-08-07T23:36:42.548Z Downloaded console v0.15.11
2962026-08-07T23:36:42.548Z Downloaded hex v0.4.3
2972026-08-07T23:36:42.548Z Downloaded digest v0.10.7
2982026-08-07T23:36:42.551Z Downloaded tracing-error v0.2.1
2992026-08-07T23:36:42.551Z Downloaded cargo_metadata v0.20.0
3002026-08-07T23:36:42.551Z Downloaded parking_lot_core v0.9.12
3012026-08-07T23:36:42.555Z Downloaded tokio-macros v2.7.2
3022026-08-07T23:36:42.559Z Downloaded nested v0.1.1
3032026-08-07T23:36:42.560Z Downloaded cargo-util-schemas v0.2.0
3042026-08-07T23:36:42.560Z Downloaded spki v0.7.3
3052026-08-07T23:36:42.563Z Downloaded home v0.5.12
3062026-08-07T23:36:42.563Z Downloaded smol_str v0.3.6
3072026-08-07T23:36:42.563Z Downloaded thiserror-impl v1.0.69
3082026-08-07T23:36:42.563Z Downloaded thiserror-impl v2.0.19
3092026-08-07T23:36:42.563Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3102026-08-07T23:36:42.563Z Downloaded untrusted v0.9.0
3112026-08-07T23:36:42.567Z Downloaded number_prefix v0.4.0
3122026-08-07T23:36:42.567Z Downloaded lazy_static v1.5.0
3132026-08-07T23:36:42.567Z Downloaded rand_core v0.10.1
3142026-08-07T23:36:42.570Z Downloaded rustc-demangle v0.1.28
3152026-08-07T23:36:42.570Z Downloaded tokio-native-tls v0.3.1
3162026-08-07T23:36:42.570Z Downloaded itoa v1.0.18
3172026-08-07T23:36:42.573Z Downloaded unicode-linebreak v0.1.5
3182026-08-07T23:36:42.577Z Downloaded rand_core v0.6.4
3192026-08-07T23:36:42.581Z Downloaded rand_core v0.9.5
3202026-08-07T23:36:42.581Z Downloaded toml_writer v1.1.2+spec-1.1.0
3212026-08-07T23:36:42.581Z Downloaded sha2 v0.10.9
3222026-08-07T23:36:42.585Z Downloaded target-lexicon v0.13.5
3232026-08-07T23:36:42.585Z Downloaded supports-color v3.0.2
3242026-08-07T23:36:42.585Z Downloaded shlex v2.0.1
3252026-08-07T23:36:42.589Z Downloaded clap_derive v4.6.4
3262026-08-07T23:36:42.592Z Downloaded crc32fast v1.5.0
3272026-08-07T23:36:42.592Z Downloaded convert_case v0.10.0
3282026-08-07T23:36:42.596Z Downloaded cfg-expr v0.20.8
3292026-08-07T23:36:42.599Z Downloaded typeid v1.0.3
3302026-08-07T23:36:42.599Z Downloaded indent_write v2.2.0
3312026-08-07T23:36:42.602Z Downloaded tower-service v0.3.3
3322026-08-07T23:36:42.602Z Downloaded xattr v1.6.1
3332026-08-07T23:36:42.603Z Downloaded xxhash-rust v0.8.18
3342026-08-07T23:36:42.603Z Downloaded globset v0.4.20
3352026-08-07T23:36:42.603Z Downloaded try-lock v0.2.5
3362026-08-07T23:36:42.606Z Downloaded http-body v1.1.0
3372026-08-07T23:36:42.606Z Downloaded heck v0.5.0
3382026-08-07T23:36:42.606Z Downloaded thiserror v1.0.69
3392026-08-07T23:36:42.609Z Downloaded slab v0.4.12
3402026-08-07T23:36:42.609Z Downloaded static_assertions v1.1.0
3412026-08-07T23:36:42.609Z Downloaded chacha20 v0.10.1
3422026-08-07T23:36:42.612Z Downloaded toml_parser v1.1.3+spec-1.1.0
3432026-08-07T23:36:42.612Z Downloaded pkcs8 v0.10.2
3442026-08-07T23:36:42.616Z Downloaded camino v1.2.5
3452026-08-07T23:36:42.619Z Downloaded futures v0.3.33
3462026-08-07T23:36:42.623Z Downloaded quinn-udp v0.5.15
3472026-08-07T23:36:42.627Z Downloaded tracing-log v0.2.0
3482026-08-07T23:36:42.627Z Downloaded smallvec v1.15.2
3492026-08-07T23:36:42.632Z Downloaded version_check v0.9.5
3502026-08-07T23:36:42.635Z Downloaded openssl-probe v0.2.1
3512026-08-07T23:36:42.636Z Downloaded rustls-webpki v0.103.13
3522026-08-07T23:36:42.636Z Downloaded utf8parse v0.2.2
3532026-08-07T23:36:42.636Z Downloaded zipsign-api v0.1.5
3542026-08-07T23:36:42.639Z Downloaded lock_api v0.4.14
3552026-08-07T23:36:42.639Z Downloaded miette-derive v7.6.0
3562026-08-07T23:36:42.639Z Downloaded pin-project v1.1.13
3572026-08-07T23:36:42.642Z Downloaded fixedbitset v0.5.7
3582026-08-07T23:36:42.646Z Downloaded zstd-safe v7.2.4
3592026-08-07T23:36:42.646Z Downloaded nextest-workspace-hack v0.1.0
3602026-08-07T23:36:42.646Z Downloaded tower-layer v0.3.3
3612026-08-07T23:36:42.646Z Downloaded hyper-tls v0.6.0
3622026-08-07T23:36:42.646Z Downloaded humantime v2.4.0
3632026-08-07T23:36:42.651Z Downloaded tokio-rustls v0.26.4
3642026-08-07T23:36:42.651Z Downloaded jobserver v0.1.35
3652026-08-07T23:36:42.654Z Downloaded signal-hook-registry v1.4.8
3662026-08-07T23:36:42.654Z Downloaded target-spec v3.6.0
3672026-08-07T23:36:42.659Z Downloaded lru-slab v0.1.2
3682026-08-07T23:36:42.659Z Downloaded newtype-uuid v1.4.0
3692026-08-07T23:36:42.659Z Downloaded unicode-xid v0.2.6
3702026-08-07T23:36:42.660Z Downloaded tokio-stream v0.1.19
3712026-08-07T23:36:42.663Z Downloaded tempfile v3.27.0
3722026-08-07T23:36:42.663Z Downloaded signal-hook-mio v0.2.5
3732026-08-07T23:36:42.663Z Downloaded indenter v0.3.4
3742026-08-07T23:36:42.663Z Downloaded zstd v0.13.3
3752026-08-07T23:36:42.667Z Downloaded humantime-serde v1.1.1
3762026-08-07T23:36:42.667Z Downloaded ahash v0.8.12
3772026-08-07T23:36:42.667Z Downloaded zmij v1.0.23
3782026-08-07T23:36:42.667Z Downloaded idna_adapter v1.0.0
3792026-08-07T23:36:42.675Z Downloaded generic-array v0.14.7
3802026-08-07T23:36:42.675Z Downloaded mukti-metadata v0.3.0
3812026-08-07T23:36:42.675Z Downloaded config v0.15.25
3822026-08-07T23:36:42.679Z Downloaded derive-where v1.6.1
3832026-08-07T23:36:42.679Z Downloaded const-oid v0.9.6
3842026-08-07T23:36:42.679Z Downloaded futures-channel v0.3.33
3852026-08-07T23:36:42.679Z Downloaded bitflags v2.13.1
3862026-08-07T23:36:42.679Z Downloaded find-msvc-tools v0.1.10
3872026-08-07T23:36:42.679Z Downloaded ryu v1.0.23
3882026-08-07T23:36:42.682Z Downloaded once_cell v1.21.4
3892026-08-07T23:36:42.685Z Downloaded textwrap v0.16.2
3902026-08-07T23:36:42.685Z Downloaded utf8_iter v1.0.4
3912026-08-07T23:36:42.689Z Downloaded guppy-workspace-hack v0.1.0
3922026-08-07T23:36:42.689Z Downloaded eyre v0.6.12
3932026-08-07T23:36:42.692Z Downloaded iana-time-zone v0.1.65
3942026-08-07T23:36:42.692Z Downloaded http-body-util v0.1.4
3952026-08-07T23:36:42.696Z Downloaded nextest-metadata v0.12.2
3962026-08-07T23:36:42.699Z Downloaded clap v4.6.6
3972026-08-07T23:36:42.702Z Downloaded ppv-lite86 v0.2.21
3982026-08-07T23:36:42.706Z Downloaded native-tls v0.2.18
3992026-08-07T23:36:42.709Z Downloaded toml v0.8.23
4002026-08-07T23:36:42.709Z Downloaded borsh v1.8.0
4012026-08-07T23:36:42.712Z Downloaded ipnet v2.12.1
4022026-08-07T23:36:42.715Z Downloaded signal-hook v0.3.18
4032026-08-07T23:36:42.715Z Downloaded toml v1.1.4+spec-1.1.0
4042026-08-07T23:36:42.721Z Downloaded num-traits v0.2.19
4052026-08-07T23:36:42.726Z Downloaded unicase v2.9.0
4062026-08-07T23:36:42.730Z Downloaded hyper-rustls v0.27.9
4072026-08-07T23:36:42.734Z Downloaded unicode-ident v1.0.24
4082026-08-07T23:36:42.737Z Downloaded litrs v1.0.0
4092026-08-07T23:36:42.742Z Downloaded base64 v0.22.1
4102026-08-07T23:36:42.742Z Downloaded getrandom v0.3.4
4112026-08-07T23:36:42.747Z Downloaded nextest-filtering v0.15.0
4122026-08-07T23:36:42.754Z Downloaded openssl-sys v0.9.117
4132026-08-07T23:36:42.757Z Downloaded tar v0.4.46
4142026-08-07T23:36:42.760Z Downloaded tinyvec v1.12.0
4152026-08-07T23:36:42.760Z Downloaded toml_edit v0.22.27
4162026-08-07T23:36:42.763Z Downloaded socket2 v0.6.5
4172026-08-07T23:36:42.763Z Downloaded bytes v1.12.1
4182026-08-07T23:36:42.766Z Downloaded quinn v0.11.11
4192026-08-07T23:36:42.769Z Downloaded zeroize v1.9.0
4202026-08-07T23:36:42.773Z Downloaded getrandom v0.2.17
4212026-08-07T23:36:42.783Z Downloaded proc-macro2 v1.0.107
4222026-08-07T23:36:42.787Z Downloaded backtrace v0.3.76
4232026-08-07T23:36:42.793Z Downloaded derive_more v2.1.1
4242026-08-07T23:36:42.796Z Downloaded pulldown-cmark v0.13.4
4252026-08-07T23:36:42.800Z Downloaded serde v1.0.229
4262026-08-07T23:36:42.803Z Downloaded der v0.7.10
4272026-08-07T23:36:42.806Z Downloaded httparse v1.10.1
4282026-08-07T23:36:42.806Z Downloaded rand v0.10.2
4292026-08-07T23:36:42.809Z Downloaded ed25519-dalek v2.2.0
4302026-08-07T23:36:42.813Z Downloaded flate2 v1.1.9
4312026-08-07T23:36:42.818Z Downloaded uuid v1.24.0
4322026-08-07T23:36:42.818Z Downloaded getrandom v0.4.3
4332026-08-07T23:36:42.825Z Downloaded rand v0.9.5
4342026-08-07T23:36:42.837Z Downloaded tracing-attributes v0.1.31
4352026-08-07T23:36:42.840Z Downloaded cc v1.4.1
4362026-08-07T23:36:42.848Z Downloaded vte v0.14.1
4372026-08-07T23:36:42.853Z Downloaded derive_more-impl v2.1.1
4382026-08-07T23:36:42.856Z Downloaded miniz_oxide v0.8.9
4392026-08-07T23:36:42.864Z Downloaded ron v0.12.2
4402026-08-07T23:36:42.868Z Downloaded indicatif v0.17.11
4412026-08-07T23:36:42.877Z Downloaded url v2.5.8
4422026-08-07T23:36:42.880Z Downloaded typenum v1.20.1
4432026-08-07T23:36:42.880Z Downloaded indexmap v2.14.0
4442026-08-07T23:36:42.890Z Downloaded unicode-segmentation v1.13.3
4452026-08-07T23:36:42.899Z Downloaded tower v0.5.3
4462026-08-07T23:36:42.906Z Downloaded log v0.4.33
4472026-08-07T23:36:42.910Z Downloaded mio v1.2.2
4482026-08-07T23:36:42.910Z Downloaded memchr v2.8.3
4492026-08-07T23:36:42.913Z Downloaded tokio-util v0.7.19
4502026-08-07T23:36:42.916Z Downloaded crossterm v0.29.0
4512026-08-07T23:36:42.922Z Downloaded miette v7.6.0
4522026-08-07T23:36:42.925Z Downloaded reqwest v0.12.28
4532026-08-07T23:36:42.925Z Downloaded http v1.5.0
4542026-08-07T23:36:42.928Z Downloaded hyper-util v0.1.20
4552026-08-07T23:36:42.932Z Downloaded serde_json v1.0.151
4562026-08-07T23:36:42.937Z Downloaded regex v1.13.1
4572026-08-07T23:36:42.940Z Downloaded tracing-core v0.1.36
4582026-08-07T23:36:42.940Z Downloaded quick-xml v0.37.5
4592026-08-07T23:36:42.945Z Downloaded guppy v0.17.26
4602026-08-07T23:36:42.957Z Downloaded unicode-normalization v0.1.25
4612026-08-07T23:36:42.960Z Downloaded hyper v1.11.0
4622026-08-07T23:36:42.978Z Downloaded aho-corasick v1.1.5
4632026-08-07T23:36:42.985Z Downloaded idna v1.1.0
4642026-08-07T23:36:42.988Z Downloaded futures-util v0.3.33
4652026-08-07T23:36:42.994Z Downloaded quick-xml v0.38.4
4662026-08-07T23:36:43.000Z Downloaded tower-http v0.6.11
4672026-08-07T23:36:43.006Z Downloaded hashbrown v0.15.5
4682026-08-07T23:36:43.019Z Downloaded itertools v0.14.0
4692026-08-07T23:36:43.023Z Downloaded portable-atomic v1.14.0
4702026-08-07T23:36:43.026Z Downloaded hashbrown v0.17.1
4712026-08-07T23:36:43.030Z Downloaded clap_builder v4.6.6
4722026-08-07T23:36:43.033Z Downloaded winnow v0.7.15
4732026-08-07T23:36:43.038Z Downloaded quinn-proto v0.11.16
4742026-08-07T23:36:43.041Z Downloaded tracing-subscriber v0.3.23
4752026-08-07T23:36:43.051Z Downloaded h2 v0.4.15
4762026-08-07T23:36:43.066Z Downloaded unicode-width v0.1.14
4772026-08-07T23:36:43.069Z Downloaded winnow v1.0.4
4782026-08-07T23:36:43.075Z Downloaded chrono v0.4.45
4792026-08-07T23:36:43.078Z Downloaded webpki-roots v1.0.9
4802026-08-07T23:36:43.087Z Downloaded vcpkg v0.2.15
4812026-08-07T23:36:43.106Z Downloaded unicode-width v0.2.2
4822026-08-07T23:36:43.109Z Downloaded syn v3.0.3
4832026-08-07T23:36:43.114Z Downloaded rustix v0.38.44
4842026-08-07T23:36:43.126Z Downloaded openssl v0.10.81
4852026-08-07T23:36:43.131Z Downloaded regex-syntax v0.8.11
4862026-08-07T23:36:43.135Z Downloaded curve25519-dalek v4.1.3
4872026-08-07T23:36:43.139Z Downloaded gimli v0.32.3
4882026-08-07T23:36:43.143Z Downloaded syn v2.0.119
4892026-08-07T23:36:43.148Z Downloaded zerocopy v0.8.56
4902026-08-07T23:36:43.158Z Downloaded nextest-runner v0.80.0
4912026-08-07T23:36:43.164Z Downloaded object v0.37.3
4922026-08-07T23:36:43.169Z Downloaded rustls v0.23.43
4932026-08-07T23:36:43.175Z Downloaded bstr v1.13.0
4942026-08-07T23:36:43.179Z Downloaded rustix v1.1.4
4952026-08-07T23:36:43.191Z Downloaded nix v0.30.1
4962026-08-07T23:36:43.197Z Downloaded tracing v0.1.44
4972026-08-07T23:36:43.220Z Downloaded color-eyre v0.6.5
4982026-08-07T23:36:43.230Z Downloaded regex-automata v0.4.18
4992026-08-07T23:36:43.238Z Downloaded petgraph v0.8.3
5002026-08-07T23:36:43.250Z Downloaded libc v0.2.189
5012026-08-07T23:36:43.283Z Downloaded tokio v1.53.1
5022026-08-07T23:36:43.304Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5032026-08-07T23:36:43.346Z Downloaded recursion v0.5.4
5042026-08-07T23:36:43.351Z Downloaded ring v0.17.14
5052026-08-07T23:36:43.410Z Compiling proc-macro2 v1.0.107
5062026-08-07T23:36:43.410Z Compiling unicode-ident v1.0.24
5072026-08-07T23:36:43.415Z Compiling quote v1.0.47
5082026-08-07T23:36:43.415Z Compiling libc v0.2.189
5092026-08-07T23:36:43.415Z Compiling serde_core v1.0.229
5102026-08-07T23:36:43.415Z Compiling cfg-if v1.0.4
5112026-08-07T23:36:43.415Z Compiling memchr v2.8.3
5122026-08-07T23:36:43.415Z Compiling once_cell v1.21.4
5132026-08-07T23:36:43.648Z Compiling log v0.4.33
5142026-08-07T23:36:43.667Z Compiling pin-project-lite v0.2.17
5152026-08-07T23:36:43.759Z Compiling serde v1.0.229
5162026-08-07T23:36:43.789Z Compiling itoa v1.0.18
5172026-08-07T23:36:43.968Z Compiling futures-core v0.3.33
5182026-08-07T23:36:44.098Z Compiling smallvec v1.15.2
5192026-08-07T23:36:44.123Z Compiling bitflags v2.13.1
5202026-08-07T23:36:44.175Z Compiling hashbrown v0.17.1
5212026-08-07T23:36:44.350Z Compiling find-msvc-tools v0.1.10
5222026-08-07T23:36:44.522Z Compiling errno v0.3.14
5232026-08-07T23:36:44.594Z Compiling equivalent v1.0.2
5242026-08-07T23:36:44.597Z Compiling shlex v2.0.1
5252026-08-07T23:36:44.706Z Compiling signal-hook-registry v1.4.8
5262026-08-07T23:36:44.718Z Compiling jobserver v0.1.35
5272026-08-07T23:36:44.730Z Compiling bytes v1.12.1
5282026-08-07T23:36:44.794Z Compiling mio v1.2.2
5292026-08-07T23:36:44.811Z Compiling futures-sink v0.3.33
5302026-08-07T23:36:44.869Z Compiling syn v3.0.3
5312026-08-07T23:36:44.923Z Compiling syn v2.0.119
5322026-08-07T23:36:44.935Z Compiling cc v1.4.1
5332026-08-07T23:36:45.045Z Compiling rustix v1.1.4
5342026-08-07T23:36:45.180Z Compiling socket2 v0.6.5
5352026-08-07T23:36:45.494Z Compiling zmij v1.0.23
5362026-08-07T23:36:45.648Z Compiling slab v0.4.12
5372026-08-07T23:36:45.833Z Compiling futures-channel v0.3.33
5382026-08-07T23:36:45.858Z Compiling tracing-core v0.1.36
5392026-08-07T23:36:45.954Z Compiling version_check v0.9.5
5402026-08-07T23:36:46.103Z Compiling indexmap v2.14.0
5412026-08-07T23:36:46.141Z Compiling serde_json v1.0.151
5422026-08-07T23:36:46.275Z Compiling getrandom v0.4.3
5432026-08-07T23:36:46.383Z Compiling futures-io v0.3.33
5442026-08-07T23:36:46.541Z Compiling futures-task v0.3.33
5452026-08-07T23:36:46.587Z Compiling percent-encoding v2.3.2
5462026-08-07T23:36:46.712Z Compiling unicode-width v0.2.2
5472026-08-07T23:36:46.863Z Compiling camino v1.2.5
5482026-08-07T23:36:46.932Z Compiling ring v0.17.14
5492026-08-07T23:36:47.016Z Compiling http v1.5.0
5502026-08-07T23:36:47.087Z Compiling adler2 v2.0.1
5512026-08-07T23:36:47.224Z Compiling zeroize v1.9.0
5522026-08-07T23:36:47.253Z Compiling autocfg v1.5.1
5532026-08-07T23:36:47.422Z Compiling simd-adler32 v0.3.10
5542026-08-07T23:36:47.592Z Compiling num-traits v0.2.19
5552026-08-07T23:36:47.741Z Compiling serde_derive v1.0.229
5562026-08-07T23:36:47.818Z Compiling tokio-macros v2.7.2
5572026-08-07T23:36:48.096Z Compiling miniz_oxide v0.8.9
5582026-08-07T23:36:48.269Z Compiling target-lexicon v0.13.5
5592026-08-07T23:36:48.514Z Compiling futures-macro v0.3.33
5602026-08-07T23:36:48.569Z Compiling tokio v1.53.1
5612026-08-07T23:36:48.733Z Compiling tracing-attributes v0.1.31
5622026-08-07T23:36:48.888Z Compiling object v0.37.3
5632026-08-07T23:36:49.127Z Compiling getrandom v0.3.4
5642026-08-07T23:36:49.174Z Compiling zerocopy v0.8.56
5652026-08-07T23:36:49.339Z Compiling futures-util v0.3.33
5662026-08-07T23:36:49.554Z Compiling http-body v1.1.0
5672026-08-07T23:36:49.600Z Compiling rustls-pki-types v1.15.1
5682026-08-07T23:36:49.688Z Compiling form_urlencoded v1.2.2
5692026-08-07T23:36:49.728Z Compiling semver v1.0.28
5702026-08-07T23:36:49.934Z Compiling tracing v0.1.44
5712026-08-07T23:36:49.959Z Compiling getrandom v0.2.17
5722026-08-07T23:36:50.150Z Compiling untrusted v0.9.0
5732026-08-07T23:36:50.273Z Compiling utf8_iter v1.0.4
5742026-08-07T23:36:50.286Z Compiling idna_adapter v1.0.0
5752026-08-07T23:36:50.360Z Compiling thiserror v2.0.19
5762026-08-07T23:36:50.379Z Compiling httparse v1.10.1
5772026-08-07T23:36:50.434Z Compiling gimli v0.32.3
5782026-08-07T23:36:50.460Z Compiling guppy-workspace-hack v0.1.0
5792026-08-07T23:36:50.675Z Compiling owo-colors v4.3.0
5802026-08-07T23:36:50.690Z Compiling signal-hook v0.3.18
5812026-08-07T23:36:50.705Z Compiling fnv v1.0.7
5822026-08-07T23:36:50.915Z Compiling idna v1.1.0
5832026-08-07T23:36:51.896Z Compiling thiserror-impl v2.0.19
5842026-08-07T23:36:51.963Z Compiling generic-array v0.14.7
5852026-08-07T23:36:52.187Z Compiling rustc-demangle v0.1.28
5862026-08-07T23:36:52.558Z Compiling tokio-util v0.7.19
5872026-08-07T23:36:53.041Z Compiling addr2line v0.25.1
5882026-08-07T23:36:53.078Z Compiling tower-service v0.3.3
5892026-08-07T23:36:53.165Z Compiling rustls v0.23.43
5902026-08-07T23:36:53.180Z Compiling atomic-waker v1.1.2
5912026-08-07T23:36:53.311Z Compiling try-lock v0.2.5
5922026-08-07T23:36:53.372Z Compiling typeid v1.0.3
5932026-08-07T23:36:53.427Z Compiling pkg-config v0.3.33
5942026-08-07T23:36:53.462Z Compiling thiserror v1.0.69
5952026-08-07T23:36:53.644Z Compiling fastrand v2.5.0
5962026-08-07T23:36:53.656Z Compiling target-spec v3.6.0
5972026-08-07T23:36:53.857Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5982026-08-07T23:36:53.943Z Compiling tempfile v3.27.0
5992026-08-07T23:36:53.975Z Compiling want v0.3.1
6002026-08-07T23:36:53.999Z Compiling h2 v0.4.15
6012026-08-07T23:36:54.154Z Compiling cfg-expr v0.20.8
6022026-08-07T23:36:54.167Z Compiling url v2.5.8
6032026-08-07T23:36:54.780Z Compiling backtrace v0.3.76
6042026-08-07T23:36:55.193Z Compiling thiserror-impl v1.0.69
6052026-08-07T23:36:55.308Z Compiling terminal_size v0.4.4
6062026-08-07T23:36:55.477Z Compiling aho-corasick v1.1.5
6072026-08-07T23:36:55.611Z Compiling winnow v0.7.15
6082026-08-07T23:36:56.316Z Compiling rustls-webpki v0.103.13
6092026-08-07T23:36:56.587Z Compiling regex-syntax v0.8.11
6102026-08-07T23:36:57.526Z Compiling erased-serde v0.4.10
6112026-08-07T23:36:57.818Z Compiling subtle v2.6.1
6122026-08-07T23:36:58.010Z Compiling typenum v1.20.1
6132026-08-07T23:36:58.742Z Compiling regex-automata v0.4.18
6142026-08-07T23:36:59.270Z Compiling hyper v1.11.0
6152026-08-07T23:37:01.023Z Compiling serde_spanned v0.6.9
6162026-08-07T23:37:01.221Z Compiling toml_datetime v0.6.11
6172026-08-07T23:37:01.594Z Compiling ahash v0.8.12
6182026-08-07T23:37:01.770Z Compiling sync_wrapper v1.0.2
6192026-08-07T23:37:01.843Z Compiling parking_lot_core v0.9.12
6202026-08-07T23:37:01.887Z Compiling tower-layer v0.3.3
6212026-08-07T23:37:02.089Z Compiling unicode-segmentation v1.13.3
6222026-08-07T23:37:02.110Z Compiling either v1.17.0
6232026-08-07T23:37:02.347Z Compiling lazy_static v1.5.0
6242026-08-07T23:37:02.456Z Compiling ipnet v2.12.1
6252026-08-07T23:37:02.477Z Compiling is_ci v1.2.0
6262026-08-07T23:37:02.649Z Compiling toml_write v0.1.2
6272026-08-07T23:37:02.898Z Compiling foldhash v0.1.5
6282026-08-07T23:37:03.023Z Compiling crc32fast v1.5.0
6292026-08-07T23:37:03.123Z Compiling portable-atomic v1.14.0
6302026-08-07T23:37:03.251Z Compiling unicode-linebreak v0.1.5
6312026-08-07T23:37:03.312Z Compiling nextest-workspace-hack v0.1.0
6322026-08-07T23:37:03.521Z Compiling base64 v0.22.1
6332026-08-07T23:37:03.551Z Compiling textwrap v0.16.2
6342026-08-07T23:37:03.618Z Compiling hashbrown v0.15.5
6352026-08-07T23:37:03.650Z Compiling toml_edit v0.22.27
6362026-08-07T23:37:03.930Z Compiling hyper-util v0.1.20
6372026-08-07T23:37:04.003Z Compiling supports-color v3.0.2
6382026-08-07T23:37:04.231Z Compiling sharded-slab v0.1.7
6392026-08-07T23:37:04.243Z Compiling convert_case v0.10.0
6402026-08-07T23:37:04.512Z Compiling tokio-rustls v0.26.4
6412026-08-07T23:37:04.797Z Compiling tower v0.5.3
6422026-08-07T23:37:04.912Z Compiling backtrace-ext v0.2.1
6432026-08-07T23:37:05.171Z Compiling ordered-float v2.10.1
6442026-08-07T23:37:05.383Z Compiling webpki-roots v1.0.9
6452026-08-07T23:37:05.447Z Compiling miette-derive v7.6.0
6462026-08-07T23:37:05.472Z Compiling pathdiff v0.2.3
6472026-08-07T23:37:05.499Z Compiling console v0.15.11
6482026-08-07T23:37:05.600Z Compiling tracing-log v0.2.0
6492026-08-07T23:37:05.956Z Compiling cargo-platform v0.3.3
6502026-08-07T23:37:06.504Z Compiling os_pipe v1.2.3
6512026-08-07T23:37:06.508Z Compiling thread_local v1.1.10
6522026-08-07T23:37:06.532Z Compiling cfg_aliases v0.2.2
6532026-08-07T23:37:06.603Z Compiling supports-unicode v3.0.0
6542026-08-07T23:37:06.669Z Compiling scopeguard v1.2.0
6552026-08-07T23:37:06.773Z Compiling winnow v1.0.4
6562026-08-07T23:37:06.830Z Compiling debug-ignore v1.0.5
6572026-08-07T23:37:06.842Z Compiling unicode-width v0.1.14
6582026-08-07T23:37:06.941Z Compiling supports-hyperlinks v3.2.0
6592026-08-07T23:37:07.099Z Compiling utf8parse v0.2.2
6602026-08-07T23:37:07.141Z Compiling ryu v1.0.23
6612026-08-07T23:37:07.158Z Compiling fixedbitset v0.5.7
6622026-08-07T23:37:07.210Z Compiling pulldown-cmark v0.13.4
6632026-08-07T23:37:07.433Z Compiling rustix v0.38.44
6642026-08-07T23:37:07.449Z Compiling zstd-safe v7.2.4
6652026-08-07T23:37:07.681Z Compiling petgraph v0.8.3
6662026-08-07T23:37:07.696Z Compiling serde_urlencoded v0.7.1
6672026-08-07T23:37:07.864Z Compiling toml_parser v1.1.3+spec-1.1.0
6682026-08-07T23:37:07.969Z Compiling anstyle-parse v1.0.0
6692026-08-07T23:37:08.232Z Compiling miette v7.6.0
6702026-08-07T23:37:08.246Z Compiling lock_api v0.4.14
6712026-08-07T23:37:08.497Z Compiling tracing-subscriber v0.3.23
6722026-08-07T23:37:09.172Z Compiling sigchld v0.2.4
6732026-08-07T23:37:09.369Z Compiling nix v0.30.1
6742026-08-07T23:37:09.617Z Compiling cargo_metadata v0.23.1
6752026-08-07T23:37:09.748Z Compiling hyper-rustls v0.27.9
6762026-08-07T23:37:10.283Z Compiling serde-value v0.7.0
6772026-08-07T23:37:10.399Z Compiling serde-untagged v0.1.9
6782026-08-07T23:37:10.766Z Compiling tower-http v0.6.11
6792026-08-07T23:37:10.940Z Compiling toml v0.8.23
6802026-08-07T23:37:11.671Z Compiling derive_more-impl v2.1.1
6812026-08-07T23:37:12.363Z Compiling itertools v0.14.0
6822026-08-07T23:37:12.510Z Compiling regex v1.13.1
6832026-08-07T23:37:12.787Z Compiling crypto-common v0.1.7
6842026-08-07T23:37:12.924Z Compiling block-buffer v0.10.4
6852026-08-07T23:37:13.010Z Compiling ppv-lite86 v0.2.21
6862026-08-07T23:37:13.076Z Compiling rand_core v0.9.5
6872026-08-07T23:37:13.324Z Compiling futures-executor v0.3.33
6882026-08-07T23:37:13.335Z Compiling http-body-util v0.1.4
6892026-08-07T23:37:13.616Z Compiling pin-project-internal v1.1.13
6902026-08-07T23:37:13.627Z Compiling uuid v1.24.0
6912026-08-07T23:37:13.803Z Compiling smol_str v0.3.6
6922026-08-07T23:37:13.864Z Compiling toml_datetime v1.1.1+spec-1.1.0
6932026-08-07T23:37:13.920Z Compiling serde_spanned v1.1.1
6942026-08-07T23:37:14.070Z Compiling filetime v0.2.29
6952026-08-07T23:37:14.142Z Compiling bstr v1.13.0
6962026-08-07T23:37:14.165Z Compiling vte v0.14.1
6972026-08-07T23:37:14.278Z Compiling static_assertions v1.1.0
6982026-08-07T23:37:14.278Z Compiling tinyvec_macros v0.1.1
6992026-08-07T23:37:14.352Z Compiling anstyle-query v1.1.5
7002026-08-07T23:37:14.365Z Compiling number_prefix v0.4.0
7012026-08-07T23:37:14.381Z Compiling anstyle v1.0.14
7022026-08-07T23:37:14.461Z Compiling iana-time-zone v0.1.65
7032026-08-07T23:37:14.652Z Compiling is_terminal_polyfill v1.70.2
7042026-08-07T23:37:14.681Z Compiling eyre v0.6.12
7052026-08-07T23:37:14.749Z Compiling unicase v2.9.0
7062026-08-07T23:37:14.761Z Compiling litrs v1.0.0
7072026-08-07T23:37:14.813Z Compiling self_update v0.42.0
7082026-08-07T23:37:14.928Z Compiling nested v0.1.1
7092026-08-07T23:37:14.984Z Compiling xattr v1.6.1
7102026-08-07T23:37:15.050Z Compiling color-spantrace v0.3.0
7112026-08-07T23:37:15.061Z Compiling unicode-xid v0.2.6
7122026-08-07T23:37:15.154Z Compiling colorchoice v1.0.5
7132026-08-07T23:37:15.157Z Compiling tar v0.4.46
7142026-08-07T23:37:15.196Z Compiling cargo-util-schemas v0.2.0
7152026-08-07T23:37:15.210Z Compiling document-features v0.2.12
7162026-08-07T23:37:15.275Z Compiling anstream v1.0.0
7172026-08-07T23:37:15.432Z Compiling guppy v0.17.26
7182026-08-07T23:37:15.769Z Compiling pin-project v1.1.13
7192026-08-07T23:37:15.873Z Compiling chrono v0.4.45
7202026-08-07T23:37:16.026Z Compiling globset v0.4.20
7212026-08-07T23:37:16.356Z Compiling indicatif v0.17.11
7222026-08-07T23:37:17.610Z Compiling tinyvec v1.12.0
7232026-08-07T23:37:17.626Z Compiling strip-ansi-escapes v0.2.1
7242026-08-07T23:37:18.049Z Compiling toml v1.1.4+spec-1.1.0
7252026-08-07T23:37:18.062Z Compiling nextest-metadata v0.12.2
7262026-08-07T23:37:18.105Z Compiling newtype-uuid v1.4.0
7272026-08-07T23:37:18.293Z Compiling reqwest v0.12.28
7282026-08-07T23:37:19.147Z Compiling futures v0.3.33
7292026-08-07T23:37:19.228Z Compiling rand_chacha v0.9.0
7302026-08-07T23:37:19.247Z Compiling digest v0.10.7
7312026-08-07T23:37:19.444Z Compiling derive_more v2.1.1
7322026-08-07T23:37:19.467Z Compiling flate2 v1.1.9
7332026-08-07T23:37:19.524Z Compiling parking_lot v0.12.5
7342026-08-07T23:37:19.799Z Compiling tracing-error v0.2.1
7352026-08-07T23:37:20.013Z Compiling shared_child v1.1.1
7362026-08-07T23:37:20.370Z Compiling signal-hook-mio v0.2.5
7372026-08-07T23:37:20.411Z Compiling self-replace v1.5.0
7382026-08-07T23:37:20.502Z Compiling cargo-platform v0.2.0
7392026-08-07T23:37:20.673Z Compiling quick-xml v0.37.5
7402026-08-07T23:37:21.056Z Compiling quick-xml v0.38.4
7412026-08-07T23:37:21.068Z Compiling indenter v0.3.4
7422026-08-07T23:37:21.195Z Compiling urlencoding v2.1.3
7432026-08-07T23:37:21.433Z Compiling recursion v0.5.4
7442026-08-07T23:37:21.617Z Compiling clap_lex v1.1.0
7452026-08-07T23:37:21.841Z Compiling strsim v0.11.1
7462026-08-07T23:37:21.989Z Compiling humantime v2.4.0
7472026-08-07T23:37:22.197Z Compiling heck v0.5.0
7482026-08-07T23:37:22.409Z Compiling shell-words v1.1.1
7492026-08-07T23:37:22.604Z Compiling cpufeatures v0.2.17
7502026-08-07T23:37:22.616Z Compiling clap_derive v4.6.4
7512026-08-07T23:37:22.639Z Compiling humantime-serde v1.1.1
7522026-08-07T23:37:22.651Z Compiling clap_builder v4.6.6
7532026-08-07T23:37:22.676Z Compiling sha2 v0.10.9
7542026-08-07T23:37:22.791Z Compiling quick-junit v0.5.2
7552026-08-07T23:37:23.184Z Compiling nextest-filtering v0.15.0
7562026-08-07T23:37:24.810Z Compiling atomicwrites v0.4.4
7572026-08-07T23:37:25.088Z Compiling cargo_metadata v0.20.0
7582026-08-07T23:37:25.860Z Compiling crossterm v0.29.0
7592026-08-07T23:37:27.013Z Compiling cargo-nextest v0.9.97
7602026-08-07T23:37:27.316Z Compiling duct v0.13.7
7612026-08-07T23:37:29.241Z Compiling zstd v0.13.3
7622026-08-07T23:37:29.292Z Compiling rand v0.9.5
7632026-08-07T23:37:29.428Z Compiling async-scoped v0.9.0
7642026-08-07T23:37:29.621Z Compiling config v0.15.25
7652026-08-07T23:37:29.659Z Compiling unicode-normalization v0.1.25
7662026-08-07T23:37:29.883Z Compiling target-spec-miette v0.4.8
7672026-08-07T23:37:30.015Z Compiling future-queue v0.4.0
7682026-08-07T23:37:30.235Z Compiling mukti-metadata v0.3.0
7692026-08-07T23:37:30.248Z Compiling camino-tempfile v1.4.1
7702026-08-07T23:37:30.273Z Compiling tokio-stream v0.1.19
7712026-08-07T23:37:30.291Z Compiling derive-where v1.6.1
7722026-08-07T23:37:30.642Z Compiling serde_path_to_error v0.1.20
7732026-08-07T23:37:30.656Z Compiling serde_ignored v0.1.14
7742026-08-07T23:37:30.712Z Compiling xxhash-rust v0.8.18
7752026-08-07T23:37:30.823Z Compiling swrite v0.1.0
7762026-08-07T23:37:30.870Z Compiling indent_write v2.2.0
7772026-08-07T23:37:30.889Z Compiling hex v0.4.3
7782026-08-07T23:37:30.926Z Compiling home v0.5.12
7792026-08-07T23:37:31.084Z Compiling color-eyre v0.6.5
7802026-08-07T23:37:31.113Z Compiling clap v4.6.6
7812026-08-07T23:37:31.137Z Compiling dialoguer v0.11.0
7822026-08-07T23:37:31.181Z Compiling enable-ansi-support v0.2.1
7832026-08-07T23:37:31.500Z Compiling nextest-runner v0.80.0
7842026-08-07T23:37:50.117Z Finished `release` profile [optimized] target(s) in 1m 10s
7852026-08-07T23:37:50.304Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-08-07T23:37:50.308Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-08-07T23:37:50.420Z+ banner ddm
7882026-08-07T23:37:50.423Z
7892026-08-07T23:37:50.423Z ##### ##### # #
7902026-08-07T23:37:50.423Z # # # # ## ##
7912026-08-07T23:37:50.423Z # # # # # ## #
7922026-08-07T23:37:50.423Z # # # # # #
7932026-08-07T23:37:50.423Z # # # # # #
7942026-08-07T23:37:50.423Z ##### ##### # #
7952026-08-07T23:37:50.423Z
7962026-08-07T23:37:50.423Z+ cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture
7972026-08-07T23:37:50.578Z Updating git repository `https://github.com/oxidecomputer/falcon`
7982026-08-07T23:37:51.607ZFrom https://github.com/oxidecomputer/falcon
7992026-08-07T23:37:51.608Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8002026-08-07T23:37:51.683Z Updating crates.io index
8012026-08-07T23:37:51.688Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8022026-08-07T23:37:52.205ZFrom https://github.com/oxidecomputer/dendrite
8032026-08-07T23:37:52.205Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8042026-08-07T23:37:52.244Z Updating git repository `https://github.com/oxidecomputer/ispf`
8052026-08-07T23:37:52.521ZFrom https://github.com/oxidecomputer/ispf
8062026-08-07T23:37:52.521Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8072026-08-07T23:37:52.526Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8082026-08-07T23:37:52.896ZFrom https://github.com/oxidecomputer/netadm-sys
8092026-08-07T23:37:52.896Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
8102026-08-07T23:37:52.904Z Updating git repository `https://github.com/oxidecomputer/omicron`
8112026-08-07T23:38:03.332ZFrom https://github.com/oxidecomputer/omicron
8122026-08-07T23:38:03.332Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8132026-08-07T23:38:03.753Z Updating git repository `https://github.com/oxidecomputer/opte`
8142026-08-07T23:38:04.761ZFrom https://github.com/oxidecomputer/opte
8152026-08-07T23:38:04.761Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8162026-08-07T23:38:04.792Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8172026-08-07T23:38:05.073ZFrom https://github.com/oxidecomputer/slog-error-chain
8182026-08-07T23:38:05.073Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8192026-08-07T23:38:05.082Z Updating git repository `https://github.com/illumos/smf-rs`
8202026-08-07T23:38:05.396ZFrom https://github.com/illumos/smf-rs
8212026-08-07T23:38:05.396Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8222026-08-07T23:38:05.405Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8232026-08-07T23:38:05.706ZFrom https://github.com/oxidecomputer/network-interface
8242026-08-07T23:38:05.706Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8252026-08-07T23:38:05.713Z Updating git repository `https://github.com/oxidecomputer/zone`
8262026-08-07T23:38:05.976ZFrom https://github.com/oxidecomputer/zone
8272026-08-07T23:38:05.976Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8282026-08-07T23:38:05.984Z Updating git repository `https://github.com/oxidecomputer/propolis`
8292026-08-07T23:38:06.859ZFrom https://github.com/oxidecomputer/propolis
8302026-08-07T23:38:06.859Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8312026-08-07T23:38:06.903Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8322026-08-07T23:38:07.461ZFrom https://github.com/oxidecomputer/transceiver-control
8332026-08-07T23:38:07.461Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8342026-08-07T23:38:07.473Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8352026-08-07T23:38:07.786ZFrom https://github.com/oxidecomputer/dlpi-sys
8362026-08-07T23:38:07.786Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8372026-08-07T23:38:07.792Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8382026-08-07T23:38:08.125ZFrom https://github.com/jmesmon/rust-libzfs
8392026-08-07T23:38:08.125Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8402026-08-07T23:38:08.133Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8412026-08-07T23:38:08.394ZFrom https://github.com/oxidecomputer/rusty-doors
8422026-08-07T23:38:08.394Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8432026-08-07T23:38:08.400Z Updating git repository `https://github.com/oxidecomputer/lldp`
8442026-08-07T23:38:08.759ZFrom https://github.com/oxidecomputer/lldp
8452026-08-07T23:38:08.759Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8462026-08-07T23:38:08.771Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8472026-08-07T23:38:09.126ZFrom https://github.com/oxidecomputer/tufaceous
8482026-08-07T23:38:09.126Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8492026-08-07T23:38:09.145Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8502026-08-07T23:38:09.709ZFrom https://github.com/oxidecomputer/management-gateway-service
8512026-08-07T23:38:09.709Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8522026-08-07T23:38:09.723Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-08-07T23:38:10.902ZFrom https://github.com/oxidecomputer/crucible
8542026-08-07T23:38:10.902Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8552026-08-07T23:38:10.949Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8562026-08-07T23:38:11.215ZFrom https://github.com/oxidecomputer/serde_human_bytes
8572026-08-07T23:38:11.215Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8582026-08-07T23:38:11.230Z Updating git repository `https://github.com/oxidecomputer/propolis`
8592026-08-07T23:38:11.631ZFrom https://github.com/oxidecomputer/propolis
8602026-08-07T23:38:11.631Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8612026-08-07T23:38:11.679Z Updating git repository `https://github.com/oxidecomputer/crucible`
8622026-08-07T23:38:12.251ZFrom https://github.com/oxidecomputer/crucible
8632026-08-07T23:38:12.251Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8642026-08-07T23:38:12.318Z Updating git repository `https://github.com/oxidecomputer/tofino`
8652026-08-07T23:38:12.685ZFrom https://github.com/oxidecomputer/tofino
8662026-08-07T23:38:12.685Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8672026-08-07T23:38:12.695Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8682026-08-07T23:38:13.485ZFrom https://github.com/oxidecomputer/maghemite
8692026-08-07T23:38:13.485Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8702026-08-07T23:38:13.515Z Updating git repository `https://github.com/oxidecomputer/clickward`
8712026-08-07T23:38:13.822ZFrom https://github.com/oxidecomputer/clickward
8722026-08-07T23:38:13.822Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8732026-08-07T23:38:13.831Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8742026-08-07T23:38:14.117ZFrom https://github.com/oxidecomputer/illumos-devinfo
8752026-08-07T23:38:14.117Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8762026-08-07T23:38:14.935Z Downloading crates ...
8772026-08-07T23:38:14.988Z Downloaded hubpack_derive v0.1.1
8782026-08-07T23:38:14.999Z Downloaded paste v1.0.15
8792026-08-07T23:38:15.006Z Downloaded libm v0.2.16
8802026-08-07T23:38:15.011Z Downloaded aead v0.5.2
8812026-08-07T23:38:15.014Z Downloaded strum_macros v0.26.4
8822026-08-07T23:38:15.017Z Downloaded ipnet v2.12.0
8832026-08-07T23:38:15.020Z Downloaded http-body v1.0.1
8842026-08-07T23:38:15.020Z Downloaded steno v0.4.1
8852026-08-07T23:38:15.023Z Downloaded usdt-attr-macro v0.6.0
8862026-08-07T23:38:15.023Z Downloaded keccak v0.1.6
8872026-08-07T23:38:15.023Z Downloaded smartstring v1.0.1
8882026-08-07T23:38:15.025Z Downloaded jobserver v0.1.34
8892026-08-07T23:38:15.025Z Downloaded litemap v0.8.2
8902026-08-07T23:38:15.028Z Downloaded usdt v0.5.0
8912026-08-07T23:38:15.028Z Downloaded vsss-rs v3.3.4
8922026-08-07T23:38:15.031Z Downloaded writeable v0.6.3
8932026-08-07T23:38:15.031Z Downloaded konst_macro_rules v0.2.19
8942026-08-07T23:38:15.031Z Downloaded lru-cache v0.1.2
8952026-08-07T23:38:15.034Z Downloaded smallvec v1.15.1
8962026-08-07T23:38:15.034Z Downloaded ingot v0.2.1
8972026-08-07T23:38:15.034Z Downloaded ingot-types v0.2.0
8982026-08-07T23:38:15.037Z Downloaded typify v0.6.2
8992026-08-07T23:38:15.037Z Downloaded hostname v0.4.2
9002026-08-07T23:38:15.040Z Downloaded tabwriter v1.4.1
9012026-08-07T23:38:15.040Z Downloaded time-core v0.1.8
9022026-08-07T23:38:15.040Z Downloaded winnow v0.5.40
9032026-08-07T23:38:15.043Z Downloaded httpdate v1.0.3
9042026-08-07T23:38:15.047Z Downloaded instant v0.1.13
9052026-08-07T23:38:15.047Z Downloaded smawk v0.3.2
9062026-08-07T23:38:15.047Z Downloaded libscf-sys v1.2.0
9072026-08-07T23:38:15.047Z Downloaded ingot v0.1.1
9082026-08-07T23:38:15.047Z Downloaded spin v0.9.8
9092026-08-07T23:38:15.050Z Downloaded termtree v0.5.1
9102026-08-07T23:38:15.050Z Downloaded time-macros v0.2.27
9112026-08-07T23:38:15.050Z Downloaded slog-term v2.9.2
9122026-08-07T23:38:15.053Z Downloaded slog-dtrace v0.3.0
9132026-08-07T23:38:15.053Z Downloaded stable_deref_trait v1.2.1
9142026-08-07T23:38:15.053Z Downloaded indicatif v0.18.4
9152026-08-07T23:38:15.056Z Downloaded inout v0.1.4
9162026-08-07T23:38:15.056Z Downloaded match_cfg v0.1.0
9172026-08-07T23:38:15.056Z Downloaded ident_case v1.0.1
9182026-08-07T23:38:15.056Z Downloaded memmap v0.7.0
9192026-08-07T23:38:15.056Z Downloaded slog-bunyan v2.5.0
9202026-08-07T23:38:15.056Z Downloaded spin v0.5.2
9212026-08-07T23:38:15.060Z Downloaded icu_provider v2.2.0
9222026-08-07T23:38:15.067Z Downloaded newtype-uuid-macros v0.1.0
9232026-08-07T23:38:15.070Z Downloaded num-derive v0.4.2
9242026-08-07T23:38:15.070Z Downloaded natord v1.0.9
9252026-08-07T23:38:15.070Z Downloaded thread-id v4.2.2
9262026-08-07T23:38:15.074Z Downloaded typify-macro v0.6.2
9272026-08-07T23:38:15.074Z Downloaded is-terminal v0.4.17
9282026-08-07T23:38:15.074Z Downloaded num-conv v0.2.2
9292026-08-07T23:38:15.077Z Downloaded linear-map v1.2.0
9302026-08-07T23:38:15.077Z Downloaded ipnetwork v0.21.1
9312026-08-07T23:38:15.077Z Downloaded test-strategy v0.4.5
9322026-08-07T23:38:15.080Z Downloaded testing_table v0.3.0
9332026-08-07T23:38:15.080Z Downloaded tokio-macros v2.7.0
9342026-08-07T23:38:15.083Z Downloaded unit-prefix v0.5.2
9352026-08-07T23:38:15.083Z Downloaded memoffset v0.9.1
9362026-08-07T23:38:15.083Z Downloaded newtype_derive v0.1.6
9372026-08-07T23:38:15.083Z Downloaded opaque-debug v0.3.1
9382026-08-07T23:38:15.086Z Downloaded strum v0.27.2
9392026-08-07T23:38:15.089Z Downloaded macaddr v1.0.1
9402026-08-07T23:38:15.089Z Downloaded no-std-compat v0.4.1
9412026-08-07T23:38:15.089Z Downloaded managed v0.8.0
9422026-08-07T23:38:15.089Z Downloaded num v0.4.3
9432026-08-07T23:38:15.089Z Downloaded idna_adapter v1.2.2
9442026-08-07T23:38:15.092Z Downloaded strum v0.26.3
9452026-08-07T23:38:15.092Z Downloaded typify-macro v0.4.3
9462026-08-07T23:38:15.095Z Downloaded usdt-macro v0.5.0
9472026-08-07T23:38:15.095Z Downloaded utf-8 v0.7.6
9482026-08-07T23:38:15.095Z Downloaded wait-timeout v0.2.1
9492026-08-07T23:38:15.099Z Downloaded hubpack v0.1.2
9502026-08-07T23:38:15.099Z Downloaded take_mut v0.2.2
9512026-08-07T23:38:15.099Z Downloaded dunce v1.0.5
9522026-08-07T23:38:15.103Z Downloaded defmt-parser v1.0.0
9532026-08-07T23:38:15.103Z Downloaded olpc-cjson v0.1.4
9542026-08-07T23:38:15.103Z Downloaded newtype-uuid v1.3.2
9552026-08-07T23:38:15.106Z Downloaded slog-json v2.6.1
9562026-08-07T23:38:15.106Z Downloaded smf v0.2.3
9572026-08-07T23:38:15.106Z Downloaded tabled_derive v0.11.0
9582026-08-07T23:38:15.106Z Downloaded toml_writer v1.1.1+spec-1.1.0
9592026-08-07T23:38:15.106Z Downloaded num-complex v0.4.6
9602026-08-07T23:38:15.109Z Downloaded linked-hash-map v0.5.6
9612026-08-07T23:38:15.112Z Downloaded usdt v0.6.0
9622026-08-07T23:38:15.112Z Downloaded usdt-attr-macro v0.5.0
9632026-08-07T23:38:15.115Z Downloaded num_enum_derive v0.5.11
9642026-08-07T23:38:15.115Z Downloaded dropshot-api-manager-types v0.7.2
9652026-08-07T23:38:15.115Z Downloaded parse-display v0.10.0
9662026-08-07T23:38:15.115Z Downloaded slog-envlogger v2.2.0
9672026-08-07T23:38:15.118Z Downloaded dof v0.4.0
9682026-08-07T23:38:15.118Z Downloaded newline-converter v0.3.0
9692026-08-07T23:38:15.118Z Downloaded num_threads v0.1.7
9702026-08-07T23:38:15.121Z Downloaded num-iter v0.1.45
9712026-08-07T23:38:15.121Z Downloaded tabled_derive v0.7.0
9722026-08-07T23:38:15.125Z Downloaded omicron-workspace-hack v0.1.0
9732026-08-07T23:38:15.125Z Downloaded structmeta v0.3.0
9742026-08-07T23:38:15.125Z Downloaded thiserror-impl-no-std v2.0.2
9752026-08-07T23:38:15.128Z Downloaded structmeta-derive v0.3.0
9762026-08-07T23:38:15.128Z Downloaded embedded-io v0.4.0
9772026-08-07T23:38:15.129Z Downloaded futures-task v0.3.32
9782026-08-07T23:38:15.129Z Downloaded konst v0.2.20
9792026-08-07T23:38:15.129Z Downloaded thread-id v5.1.0
9802026-08-07T23:38:15.131Z Downloaded humantime v2.3.0
9812026-08-07T23:38:15.131Z Downloaded mime v0.3.17
9822026-08-07T23:38:15.131Z Downloaded ingot-types v0.1.2
9832026-08-07T23:38:15.131Z Downloaded num_enum_derive v0.7.6
9842026-08-07T23:38:15.134Z Downloaded waitgroup v0.1.2
9852026-08-07T23:38:15.150Z Downloaded libsw-core v0.3.2
9862026-08-07T23:38:15.150Z Downloaded num-integer v0.1.46
9872026-08-07T23:38:15.150Z Downloaded num-rational v0.4.2
9882026-08-07T23:38:15.150Z Downloaded topological-sort v0.2.2
9892026-08-07T23:38:15.150Z Downloaded untrusted v0.7.1
9902026-08-07T23:38:15.150Z Downloaded heck v0.4.1
9912026-08-07T23:38:15.150Z Downloaded usdt-macro v0.6.0
9922026-08-07T23:38:15.150Z Downloaded foreign-types v0.5.0
9932026-08-07T23:38:15.150Z Downloaded proc-macro-error-attr v1.0.4
9942026-08-07T23:38:15.150Z Downloaded proc-macro-error-attr2 v2.0.0
9952026-08-07T23:38:15.150Z Downloaded potential_utf v0.1.5
9962026-08-07T23:38:15.150Z Downloaded slog-stdlog v4.1.1
9972026-08-07T23:38:15.150Z Downloaded universal-hash v0.5.1
9982026-08-07T23:38:15.150Z Downloaded scroll_derive v0.13.1
9992026-08-07T23:38:15.153Z Downloaded ingot-macros v0.1.1
10002026-08-07T23:38:15.153Z Downloaded thread_local v1.1.9
10012026-08-07T23:38:15.156Z Downloaded libsw v3.5.0
10022026-08-07T23:38:15.156Z Downloaded internet-checksum v0.2.1
10032026-08-07T23:38:15.156Z Downloaded oxnet v0.1.6
10042026-08-07T23:38:15.156Z Downloaded parking_lot_core v0.8.6
10052026-08-07T23:38:15.159Z Downloaded usdt-impl v0.6.0
10062026-08-07T23:38:15.159Z Downloaded oxide-tokio-rt v0.1.6
10072026-08-07T23:38:15.164Z Downloaded scroll_derive v0.12.1
10082026-08-07T23:38:15.167Z Downloaded serial_test v4.0.1
10092026-08-07T23:38:15.170Z Downloaded zerofrom-derive v0.1.7
10102026-08-07T23:38:15.170Z Downloaded zone_cfg_derive v0.3.1
10112026-08-07T23:38:15.170Z Downloaded sigpipe v0.1.3
10122026-08-07T23:38:15.174Z Downloaded multer v3.1.0
10132026-08-07T23:38:15.178Z Downloaded num_enum v0.5.11
10142026-08-07T23:38:15.181Z Downloaded password-hash v0.5.0
10152026-08-07T23:38:15.181Z Downloaded const-random-macro v0.1.16
10162026-08-07T23:38:15.181Z Downloaded num_enum v0.7.6
10172026-08-07T23:38:15.184Z Downloaded parse-display-derive v0.10.0
10182026-08-07T23:38:15.184Z Downloaded cfg_aliases v0.2.1
10192026-08-07T23:38:15.184Z Downloaded ciborium-io v0.2.2
10202026-08-07T23:38:15.187Z Downloaded ciborium-ll v0.2.2
10212026-08-07T23:38:15.187Z Downloaded convert_case v0.4.0
10222026-08-07T23:38:15.190Z Downloaded thiserror-no-std v2.0.2
10232026-08-07T23:38:15.190Z Downloaded xz2 v0.1.7
10242026-08-07T23:38:15.193Z Downloaded slog-scope v4.4.1
10252026-08-07T23:38:15.194Z Downloaded tiny-keccak v2.0.2
10262026-08-07T23:38:15.194Z Downloaded tinystr v0.8.3
10272026-08-07T23:38:15.197Z Downloaded unarray v0.1.4
10282026-08-07T23:38:15.197Z Downloaded ingot-macros v0.2.0
10292026-08-07T23:38:15.197Z Downloaded strum_macros v0.27.2
10302026-08-07T23:38:15.197Z Downloaded synstructure v0.13.2
10312026-08-07T23:38:15.201Z Downloaded tagptr v0.2.0
10322026-08-07T23:38:15.201Z Downloaded erased-serde v0.3.31
10332026-08-07T23:38:15.201Z Downloaded fs-err v3.3.0
10342026-08-07T23:38:15.201Z Downloaded find-msvc-tools v0.1.9
10352026-08-07T23:38:15.204Z Downloaded globset v0.4.18
10362026-08-07T23:38:15.205Z Downloaded tokio-tungstenite v0.21.0
10372026-08-07T23:38:15.205Z Downloaded foreign-types-shared v0.3.1
10382026-08-07T23:38:15.205Z Downloaded futures-core v0.3.32
10392026-08-07T23:38:15.205Z Downloaded tokio-dtrace v0.1.1
10402026-08-07T23:38:15.207Z Downloaded enum-as-inner v0.6.1
10412026-08-07T23:38:15.208Z Downloaded gethostname v0.5.0
10422026-08-07T23:38:15.210Z Downloaded scroll v0.13.0
10432026-08-07T23:38:15.211Z Downloaded tokio-stream v0.1.18
10442026-08-07T23:38:15.213Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10452026-08-07T23:38:15.216Z Downloaded walkdir v2.5.0
10462026-08-07T23:38:15.216Z Downloaded whoami v1.6.1
10472026-08-07T23:38:15.216Z Downloaded futures-executor v0.3.32
10482026-08-07T23:38:15.220Z Downloaded fxhash v0.2.1
10492026-08-07T23:38:15.223Z Downloaded snafu-derive v0.8.9
10502026-08-07T23:38:15.226Z Downloaded git-stub v1.0.0
10512026-08-07T23:38:15.226Z Downloaded papergrid v0.18.0
10522026-08-07T23:38:15.229Z Downloaded quick-error v1.2.3
10532026-08-07T23:38:15.232Z Downloaded same-file v1.0.6
10542026-08-07T23:38:15.232Z Downloaded sha1 v0.10.6
10552026-08-07T23:38:15.232Z Downloaded rustc_version v0.1.7
10562026-08-07T23:38:15.232Z Downloaded rustversion v1.0.22
10572026-08-07T23:38:15.235Z Downloaded sha1 v0.11.0
10582026-08-07T23:38:15.235Z Downloaded snafu v0.8.9
10592026-08-07T23:38:15.238Z Downloaded usdt-impl v0.5.0
10602026-08-07T23:38:15.238Z Downloaded simd-adler32 v0.3.9
10612026-08-07T23:38:15.241Z Downloaded rustls-native-certs v0.8.4
10622026-08-07T23:38:15.241Z Downloaded zeroize v1.8.2
10632026-08-07T23:38:15.241Z Downloaded proc-macro-error2 v2.0.1
10642026-08-07T23:38:15.244Z Downloaded rusty-fork v0.3.1
10652026-08-07T23:38:15.244Z Downloaded bs58 v0.5.1
10662026-08-07T23:38:15.246Z Downloaded byteorder v1.5.0
10672026-08-07T23:38:15.246Z Downloaded progenitor v0.10.0
10682026-08-07T23:38:15.250Z Downloaded async-trait v0.1.89
10692026-08-07T23:38:15.253Z Downloaded bcs v0.1.6
10702026-08-07T23:38:15.253Z Downloaded embedded-io v0.6.1
10712026-08-07T23:38:15.256Z Downloaded crucible-workspace-hack v0.1.0
10722026-08-07T23:38:15.256Z Downloaded foreign-types-macros v0.2.3
10732026-08-07T23:38:15.256Z Downloaded fixedbitset v0.4.2
10742026-08-07T23:38:15.259Z Downloaded ucd-trie v0.1.7
10752026-08-07T23:38:15.259Z Downloaded toml_parser v1.1.2+spec-1.1.0
10762026-08-07T23:38:15.262Z Downloaded log v0.4.32
10772026-08-07T23:38:15.266Z Downloaded term v1.2.1
10782026-08-07T23:38:15.266Z Downloaded thin-vec v0.2.18
10792026-08-07T23:38:15.269Z Downloaded diff v0.1.13
10802026-08-07T23:38:15.269Z Downloaded poly1305 v0.8.0
10812026-08-07T23:38:15.272Z Downloaded derive-ex v0.1.8
10822026-08-07T23:38:15.272Z Downloaded daft-derive v0.1.7
10832026-08-07T23:38:15.275Z Downloaded either v1.16.0
10842026-08-07T23:38:15.275Z Downloaded progenitor-client v0.14.0
10852026-08-07T23:38:15.275Z Downloaded phf v0.12.1
10862026-08-07T23:38:15.278Z Downloaded digest v0.11.3
10872026-08-07T23:38:15.278Z Downloaded git-stub-vcs v0.1.0
10882026-08-07T23:38:15.278Z Downloaded tungstenite v0.21.0
10892026-08-07T23:38:15.281Z Downloaded pretty-hex v0.4.2
10902026-08-07T23:38:15.281Z Downloaded progenitor-macro v0.13.0
10912026-08-07T23:38:15.281Z Downloaded rand_xorshift v0.4.0
10922026-08-07T23:38:15.281Z Downloaded icu_properties v2.2.0
10932026-08-07T23:38:15.284Z Downloaded rand_chacha v0.3.1
10942026-08-07T23:38:15.284Z Downloaded semver v0.1.20
10952026-08-07T23:38:15.284Z Downloaded omicron-zone-package v0.12.3
10962026-08-07T23:38:15.287Z Downloaded typify v0.4.3
10972026-08-07T23:38:15.287Z Downloaded memmap2 v0.9.10
10982026-08-07T23:38:15.290Z Downloaded base16ct v0.2.0
10992026-08-07T23:38:15.290Z Downloaded serde_tokenstream v0.2.3
11002026-08-07T23:38:15.290Z Downloaded schemars_derive v0.8.22
11012026-08-07T23:38:15.290Z Downloaded scroll v0.12.0
11022026-08-07T23:38:15.293Z Downloaded serde_repr v0.1.21
11032026-08-07T23:38:15.293Z Downloaded zerofrom v0.1.8
11042026-08-07T23:38:15.293Z Downloaded arrayref v0.3.9
11052026-08-07T23:38:15.293Z Downloaded async-recursion v1.1.1
11062026-08-07T23:38:15.296Z Downloaded icu_locale_core v2.2.0
11072026-08-07T23:38:15.301Z Downloaded darling_macro v0.21.3
11082026-08-07T23:38:15.301Z Downloaded progenitor v0.13.0
11092026-08-07T23:38:15.304Z Downloaded zerovec-derive v0.11.3
11102026-08-07T23:38:15.304Z Downloaded argon2 v0.5.3
11112026-08-07T23:38:15.304Z Downloaded crc8 v0.1.1
11122026-08-07T23:38:15.307Z Downloaded dtrace-parser v0.2.0
11132026-08-07T23:38:15.307Z Downloaded dtrace-parser v0.3.0
11142026-08-07T23:38:15.310Z Downloaded jiff-static v0.2.28
11152026-08-07T23:38:15.314Z Downloaded async-stream v0.3.6
11162026-08-07T23:38:15.314Z Downloaded hybrid-array v0.4.12
11172026-08-07T23:38:15.314Z Downloaded darling_macro v0.23.0
11182026-08-07T23:38:15.314Z Downloaded futures-io v0.3.32
11192026-08-07T23:38:15.317Z Downloaded hash32 v0.3.1
11202026-08-07T23:38:15.317Z Downloaded hostname v0.3.1
11212026-08-07T23:38:15.317Z Downloaded indexmap v1.9.3
11222026-08-07T23:38:15.317Z Downloaded plain v0.2.3
11232026-08-07T23:38:15.317Z Downloaded powerfmt v0.2.0
11242026-08-07T23:38:15.320Z Downloaded proc-macro-crate v1.3.1
11252026-08-07T23:38:15.320Z Downloaded bit-vec v0.8.0
11262026-08-07T23:38:15.320Z Downloaded tinyvec v1.11.0
11272026-08-07T23:38:15.323Z Downloaded fs_extra v1.3.0
11282026-08-07T23:38:15.323Z Downloaded ref-cast v1.0.25
11292026-08-07T23:38:15.326Z Downloaded constant_time_eq v0.4.2
11302026-08-07T23:38:15.329Z Downloaded siphasher v1.0.3
11312026-08-07T23:38:15.329Z Downloaded serde_plain v1.0.2
11322026-08-07T23:38:15.329Z Downloaded base16ct v1.0.0
11332026-08-07T23:38:15.329Z Downloaded icu_normalizer v2.2.0
11342026-08-07T23:38:15.332Z Downloaded parking_lot v0.11.2
11352026-08-07T23:38:15.332Z Downloaded ciborium v0.2.2
11362026-08-07T23:38:15.335Z Downloaded highway v1.3.0
11372026-08-07T23:38:15.335Z Downloaded toml v0.9.12+spec-1.1.0
11382026-08-07T23:38:15.338Z Downloaded unsafe-libyaml v0.2.11
11392026-08-07T23:38:15.341Z Downloaded daft v0.1.7
11402026-08-07T23:38:15.341Z Downloaded cookie v0.18.1
11412026-08-07T23:38:15.343Z Downloaded crossbeam-epoch v0.9.18
11422026-08-07T23:38:15.343Z Downloaded pem v3.0.6
11432026-08-07T23:38:15.344Z Downloaded phf_shared v0.12.1
11442026-08-07T23:38:15.344Z Downloaded zeroize_derive v1.4.3
11452026-08-07T23:38:15.348Z Downloaded async-stream-impl v0.3.6
11462026-08-07T23:38:15.348Z Downloaded toml_edit v0.25.12+spec-1.1.0
11472026-08-07T23:38:15.351Z Downloaded itertools v0.12.1
11482026-08-07T23:38:15.354Z Downloaded papergrid v0.11.0
11492026-08-07T23:38:15.357Z Downloaded toml v0.7.8
11502026-08-07T23:38:15.357Z Downloaded block-buffer v0.12.0
11512026-08-07T23:38:15.357Z Downloaded progenitor-client v0.13.0
11522026-08-07T23:38:15.359Z Downloaded crypto-common v0.2.2
11532026-08-07T23:38:15.360Z Downloaded dof v0.3.0
11542026-08-07T23:38:15.360Z Downloaded proc-macro-crate v3.5.0
11552026-08-07T23:38:15.360Z Downloaded postcard v1.1.3
11562026-08-07T23:38:15.362Z Downloaded quinn-udp v0.5.14
11572026-08-07T23:38:15.362Z Downloaded resolv-conf v0.7.6
11582026-08-07T23:38:15.362Z Downloaded progenitor-macro v0.14.0
11592026-08-07T23:38:15.366Z Downloaded arrayvec v0.7.6
11602026-08-07T23:38:15.366Z Downloaded cstr-argument v0.1.2
11612026-08-07T23:38:15.366Z Downloaded csv-core v0.1.13
11622026-08-07T23:38:15.369Z Downloaded rustls-pemfile v2.2.0
11632026-08-07T23:38:15.369Z Downloaded ref-cast-impl v1.0.25
11642026-08-07T23:38:15.372Z Downloaded half v2.7.1
11652026-08-07T23:38:15.375Z Downloaded bitflags v1.3.2
11662026-08-07T23:38:15.378Z Downloaded critical-section v1.2.0
11672026-08-07T23:38:15.378Z Downloaded proc-macro2 v1.0.106
11682026-08-07T23:38:15.381Z Downloaded icu_normalizer_data v2.2.0
11692026-08-07T23:38:15.383Z Downloaded blake2 v0.10.6
11702026-08-07T23:38:15.387Z Downloaded openssl-sys v0.9.116
11712026-08-07T23:38:15.390Z Downloaded bit-set v0.8.0
11722026-08-07T23:38:15.393Z Downloaded anyhow v1.0.104
11732026-08-07T23:38:15.393Z Downloaded colored v3.1.1
11742026-08-07T23:38:15.396Z Downloaded cobs v0.3.0
11752026-08-07T23:38:15.396Z Downloaded compression-core v0.4.32
11762026-08-07T23:38:15.396Z Downloaded dyn-clone v1.0.20
11772026-08-07T23:38:15.399Z Downloaded foldhash v0.2.0
11782026-08-07T23:38:15.399Z Downloaded port-file v0.1.0
11792026-08-07T23:38:15.401Z Downloaded secrecy v0.10.3
11802026-08-07T23:38:15.401Z Downloaded chacha20 v0.10.0
11812026-08-07T23:38:15.404Z Downloaded darling v0.21.3
11822026-08-07T23:38:15.407Z Downloaded darling v0.23.0
11832026-08-07T23:38:15.407Z Downloaded toml v1.1.2+spec-1.1.0
11842026-08-07T23:38:15.410Z Downloaded bitflags v2.12.1
11852026-08-07T23:38:15.413Z Downloaded crossbeam-utils v0.8.21
11862026-08-07T23:38:15.413Z Downloaded getrandom v0.4.2
11872026-08-07T23:38:15.417Z Downloaded futures-channel v0.3.32
11882026-08-07T23:38:15.417Z Downloaded yoke-derive v0.8.2
11892026-08-07T23:38:15.420Z Downloaded derive_more v0.99.20
11902026-08-07T23:38:15.423Z Downloaded prettyplease v0.2.37
11912026-08-07T23:38:15.426Z Downloaded yansi v1.0.1
11922026-08-07T23:38:15.426Z Downloaded toml_edit v0.19.15
11932026-08-07T23:38:15.435Z Downloaded rustc-hash v2.1.2
11942026-08-07T23:38:15.438Z Downloaded icu_collections v2.2.0
11952026-08-07T23:38:15.438Z Downloaded slog-async v2.8.0
11962026-08-07T23:38:15.438Z Downloaded serde-big-array v0.5.1
11972026-08-07T23:38:15.438Z Downloaded compression-codecs v0.4.38
11982026-08-07T23:38:15.441Z Downloaded ff v0.13.1
11992026-08-07T23:38:15.441Z Downloaded progenitor-client v0.10.0
12002026-08-07T23:38:15.441Z Downloaded crunchy v0.2.4
12012026-08-07T23:38:15.444Z Downloaded progenitor-macro v0.10.0
12022026-08-07T23:38:15.447Z Downloaded rhai_codegen v3.2.0
12032026-08-07T23:38:15.450Z Downloaded progenitor-extras v0.2.0
12042026-08-07T23:38:15.455Z Downloaded arc-swap v1.9.1
12052026-08-07T23:38:15.458Z Downloaded darling_core v0.23.0
12062026-08-07T23:38:15.461Z Downloaded darling_core v0.21.3
12072026-08-07T23:38:15.466Z Downloaded futures-macro v0.3.32
12082026-08-07T23:38:15.466Z Downloaded futures-sink v0.3.32
12092026-08-07T23:38:15.466Z Downloaded deranged v0.5.8
12102026-08-07T23:38:15.470Z Downloaded chacha20 v0.9.1
12112026-08-07T23:38:15.470Z Downloaded displaydoc v0.2.6
12122026-08-07T23:38:15.470Z Downloaded zone v0.3.1
12132026-08-07T23:38:15.470Z Downloaded defmt-macros v1.1.0
12142026-08-07T23:38:15.470Z Downloaded float-ord v0.3.2
12152026-08-07T23:38:15.470Z Downloaded dropshot_endpoint v0.17.1
12162026-08-07T23:38:15.474Z Downloaded crossbeam-deque v0.8.6
12172026-08-07T23:38:15.474Z Downloaded backoff v0.4.0
12182026-08-07T23:38:15.474Z Downloaded const-oid v0.10.2
12192026-08-07T23:38:15.474Z Downloaded fastrand v2.4.1
12202026-08-07T23:38:15.477Z Downloaded rustls-pki-types v1.14.1
12212026-08-07T23:38:15.477Z Downloaded group v0.13.0
12222026-08-07T23:38:15.477Z Downloaded quote v1.0.45
12232026-08-07T23:38:15.482Z Downloaded zmij v1.0.21
12242026-08-07T23:38:15.482Z Downloaded defmt v0.3.100
12252026-08-07T23:38:15.482Z Downloaded serial_test_derive v4.0.1
12262026-08-07T23:38:15.483Z Downloaded drift v0.2.0
12272026-08-07T23:38:15.489Z Downloaded console v0.16.3
12282026-08-07T23:38:15.492Z Downloaded progenitor-impl v0.10.0
12292026-08-07T23:38:15.495Z Downloaded zerocopy-derive v0.7.35
12302026-08-07T23:38:15.498Z Downloaded cmake v0.1.58
12312026-08-07T23:38:15.498Z Downloaded memchr v2.8.1
12322026-08-07T23:38:15.501Z Downloaded hmac v0.12.1
12332026-08-07T23:38:15.504Z Downloaded proc-macro-error v1.0.4
12342026-08-07T23:38:15.504Z Downloaded cipher v0.4.4
12352026-08-07T23:38:15.507Z Downloaded const-random v0.1.18
12362026-08-07T23:38:15.507Z Downloaded glob v0.3.3
12372026-08-07T23:38:15.507Z Downloaded const_format_proc_macros v0.2.34
12382026-08-07T23:38:15.507Z Downloaded yoke v0.8.3
12392026-08-07T23:38:15.510Z Downloaded progenitor v0.14.0
12402026-08-07T23:38:15.516Z Downloaded serde_yaml v0.9.34+deprecated
12412026-08-07T23:38:15.519Z Downloaded clap v4.6.5
12422026-08-07T23:38:15.523Z Downloaded time v0.3.47
12432026-08-07T23:38:15.529Z Downloaded minimal-lexical v0.2.1
12442026-08-07T23:38:15.532Z Downloaded serde_derive_internals v0.29.1
12452026-08-07T23:38:15.535Z Downloaded backon v1.6.0
12462026-08-07T23:38:15.535Z Downloaded cancel-safe-futures v0.1.5
12472026-08-07T23:38:15.538Z Downloaded futures v0.3.32
12482026-08-07T23:38:15.538Z Downloaded data-encoding v2.11.0
12492026-08-07T23:38:15.541Z Downloaded http v1.4.2
12502026-08-07T23:38:15.541Z Downloaded pest_derive v2.8.6
12512026-08-07T23:38:15.543Z Downloaded pretty_assertions v1.4.1
12522026-08-07T23:38:15.547Z Downloaded similar v2.7.0
12532026-08-07T23:38:15.550Z Downloaded bytecount v0.6.9
12542026-08-07T23:38:15.551Z Downloaded serde_with_macros v3.21.0
12552026-08-07T23:38:15.554Z Downloaded itertools v0.15.0
12562026-08-07T23:38:15.554Z Downloaded mio v1.2.1
12572026-08-07T23:38:15.557Z Downloaded rand v0.9.4
12582026-08-07T23:38:15.561Z Downloaded quinn v0.11.9
12592026-08-07T23:38:15.561Z Downloaded cc v1.2.63
12602026-08-07T23:38:15.564Z Downloaded byte-wrapper v0.1.0
12612026-08-07T23:38:15.564Z Downloaded defmt v1.1.0
12622026-08-07T23:38:15.567Z Downloaded progenitor-impl v0.14.0
12632026-08-07T23:38:15.572Z Downloaded chacha20poly1305 v0.10.1
12642026-08-07T23:38:15.575Z Downloaded elliptic-curve v0.13.8
12652026-08-07T23:38:15.575Z Downloaded cargo_toml v0.22.3
12662026-08-07T23:38:15.578Z Downloaded rustls-platform-verifier v0.7.0
12672026-08-07T23:38:15.581Z Downloaded typed-path v0.9.3
12682026-08-07T23:38:15.589Z Downloaded schemars v0.8.22
12692026-08-07T23:38:15.595Z Downloaded expectorate v1.2.0
12702026-08-07T23:38:15.598Z Downloaded slog v2.8.2
12712026-08-07T23:38:15.605Z Downloaded qorb v0.4.1
12722026-08-07T23:38:15.607Z Downloaded pest_generator v2.8.6
12732026-08-07T23:38:15.610Z Downloaded schemars v0.9.0
12742026-08-07T23:38:15.614Z Downloaded zerocopy-derive v0.8.50
12752026-08-07T23:38:15.618Z Downloaded zerotrie v0.2.4
12762026-08-07T23:38:15.622Z Downloaded async-compression v0.4.42
12772026-08-07T23:38:15.625Z Downloaded bytes v1.11.1
12782026-08-07T23:38:15.628Z Downloaded hickory-resolver v0.24.4
12792026-08-07T23:38:15.628Z Downloaded tough v0.22.0
12802026-08-07T23:38:15.632Z Downloaded pest_meta v2.8.6
12812026-08-07T23:38:15.635Z Downloaded progenitor-impl v0.13.0
12822026-08-07T23:38:15.635Z Downloaded nom v7.1.3
12832026-08-07T23:38:15.638Z Downloaded tokio-util v0.7.18
12842026-08-07T23:38:15.641Z Downloaded base64 v0.21.7
12852026-08-07T23:38:15.644Z Downloaded nom v8.0.0
12862026-08-07T23:38:15.648Z Downloaded tabled v0.15.0
12872026-08-07T23:38:15.653Z Downloaded allocator-api2 v0.2.21
12882026-08-07T23:38:15.656Z Downloaded heapless v0.8.0
12892026-08-07T23:38:15.660Z Downloaded hickory-resolver v0.25.2
12902026-08-07T23:38:15.663Z Downloaded crossbeam-channel v0.5.15
12912026-08-07T23:38:15.666Z Downloaded pest v2.8.6
12922026-08-07T23:38:15.669Z Downloaded crypto-bigint v0.5.5
12932026-08-07T23:38:15.672Z Downloaded regex v1.12.3
12942026-08-07T23:38:15.675Z Downloaded h2 v0.4.14
12952026-08-07T23:38:15.678Z Downloaded const_format v0.2.36
12962026-08-07T23:38:15.681Z Downloaded rayon-core v1.13.0
12972026-08-07T23:38:15.684Z Downloaded rand v0.8.6
12982026-08-07T23:38:15.684Z Downloaded zerovec v0.11.6
12992026-08-07T23:38:15.687Z Downloaded schemars v1.2.1
13002026-08-07T23:38:15.694Z Downloaded ron v0.12.1
13012026-08-07T23:38:15.698Z Downloaded winnow v1.0.3
13022026-08-07T23:38:15.703Z Downloaded icu_properties_data v2.2.0
13032026-08-07T23:38:15.713Z Downloaded webpki-roots v1.0.7
13042026-08-07T23:38:15.725Z Downloaded hashbrown v0.12.3
13052026-08-07T23:38:15.732Z Downloaded reqwest v0.13.4
13062026-08-07T23:38:15.735Z Downloaded futures-util v0.3.32
13072026-08-07T23:38:15.740Z Downloaded clap_builder v4.6.5
13082026-08-07T23:38:15.743Z Downloaded portable-atomic v1.13.1
13092026-08-07T23:38:15.747Z Downloaded rayon v1.12.0
13102026-08-07T23:38:15.751Z Downloaded zerocopy v0.7.35
13112026-08-07T23:38:15.761Z Downloaded aho-corasick v1.1.4
13122026-08-07T23:38:15.764Z Downloaded iddqd v0.4.6
13132026-08-07T23:38:15.773Z Downloaded tabled v0.21.0
13142026-08-07T23:38:15.779Z Downloaded hashbrown v0.16.1
13152026-08-07T23:38:15.785Z Downloaded syn v1.0.109
13162026-08-07T23:38:15.791Z Downloaded proptest v1.11.0
13172026-08-07T23:38:15.794Z Downloaded dropshot-api-manager v0.7.2
13182026-08-07T23:38:15.798Z Downloaded hkdf v0.12.4
13192026-08-07T23:38:15.801Z Downloaded goblin v0.8.2
13202026-08-07T23:38:15.804Z Downloaded blake3 v1.8.5
13212026-08-07T23:38:15.824Z Downloaded serde_with v3.21.0
13222026-08-07T23:38:15.831Z Downloaded smoltcp v0.11.0
13232026-08-07T23:38:15.837Z Downloaded moka v0.12.15
13242026-08-07T23:38:15.841Z Downloaded syn v2.0.117
13252026-08-07T23:38:15.846Z Downloaded aws-lc-rs v1.17.0
13262026-08-07T23:38:15.865Z Downloaded zerocopy v0.8.50
13272026-08-07T23:38:15.876Z Downloaded regex-syntax v0.8.10
13282026-08-07T23:38:15.882Z Downloaded rhai v1.25.1
13292026-08-07T23:38:15.887Z Downloaded openssl v0.10.80
13302026-08-07T23:38:15.892Z Downloaded hickory-proto v0.25.2
13312026-08-07T23:38:15.900Z Downloaded bstr v1.12.1
13322026-08-07T23:38:15.905Z Downloaded nix v0.31.3
13332026-08-07T23:38:15.911Z Downloaded typify-impl v0.6.2
13342026-08-07T23:38:15.918Z Downloaded goblin v0.10.7
13352026-08-07T23:38:15.922Z Downloaded dropshot v0.17.1
13362026-08-07T23:38:15.933Z Downloaded typify-impl v0.4.3
13372026-08-07T23:38:15.941Z Downloaded sled v0.34.7
13382026-08-07T23:38:15.946Z Downloaded hickory-proto v0.24.4
13392026-08-07T23:38:15.955Z Downloaded regex-automata v0.4.14
13402026-08-07T23:38:15.963Z Downloaded openapiv3 v2.2.0
13412026-08-07T23:38:15.970Z Downloaded rustls v0.23.40
13422026-08-07T23:38:15.976Z Downloaded regress v0.10.5
13432026-08-07T23:38:15.981Z Downloaded regress v0.11.1
13442026-08-07T23:38:15.986Z Downloaded chrono-tz v0.10.4
13452026-08-07T23:38:16.014Z Downloaded encoding_rs v0.8.35
13462026-08-07T23:38:16.074Z Downloaded petgraph v0.6.5
13472026-08-07T23:38:16.087Z Downloaded jiff v0.2.28
13482026-08-07T23:38:16.098Z Downloaded lzma-sys v0.1.20
13492026-08-07T23:38:16.118Z Downloaded sha3 v0.10.9
13502026-08-07T23:38:16.129Z Downloaded csv v1.4.0
13512026-08-07T23:38:16.683Z Downloaded aws-lc-sys v0.41.0
13522026-08-07T23:38:17.608Z Compiling proc-macro2 v1.0.106
13532026-08-07T23:38:17.608Z Compiling unicode-ident v1.0.24
13542026-08-07T23:38:17.608Z Compiling quote v1.0.45
13552026-08-07T23:38:17.608Z Compiling serde_core v1.0.229
13562026-08-07T23:38:17.612Z Compiling cfg-if v1.0.4
13572026-08-07T23:38:17.613Z Compiling serde v1.0.229
13582026-08-07T23:38:17.710Z Compiling libc v0.2.189
13592026-08-07T23:38:17.713Z Compiling memchr v2.8.1
13602026-08-07T23:38:17.767Z Compiling itoa v1.0.18
13612026-08-07T23:38:17.943Z Compiling smallvec v1.15.1
13622026-08-07T23:38:18.025Z Compiling zmij v1.0.21
13632026-08-07T23:38:18.054Z Compiling autocfg v1.5.1
13642026-08-07T23:38:18.144Z Compiling libm v0.2.16
13652026-08-07T23:38:18.389Z Compiling stable_deref_trait v1.2.1
13662026-08-07T23:38:18.408Z Compiling percent-encoding v2.3.2
13672026-08-07T23:38:18.457Z Compiling writeable v0.6.3
13682026-08-07T23:38:18.518Z Compiling litemap v0.8.2
13692026-08-07T23:38:18.593Z Compiling utf8_iter v1.0.4
13702026-08-07T23:38:18.604Z Compiling icu_normalizer_data v2.2.0
13712026-08-07T23:38:18.615Z Compiling icu_properties_data v2.2.0
13722026-08-07T23:38:18.704Z Compiling iana-time-zone v0.1.65
13732026-08-07T23:38:18.729Z Compiling form_urlencoded v1.2.2
13742026-08-07T23:38:18.814Z Compiling syn v2.0.117
13752026-08-07T23:38:18.824Z Compiling syn v3.0.3
13762026-08-07T23:38:19.001Z Compiling serde_json v1.0.151
13772026-08-07T23:38:19.078Z Compiling version_check v0.9.5
13782026-08-07T23:38:19.089Z Compiling dyn-clone v1.0.20
13792026-08-07T23:38:19.126Z Compiling pin-project-lite v0.2.17
13802026-08-07T23:38:19.219Z Compiling num-traits v0.2.19
13812026-08-07T23:38:19.223Z Compiling equivalent v1.0.2
13822026-08-07T23:38:19.252Z Compiling allocator-api2 v0.2.21
13832026-08-07T23:38:19.324Z Compiling rand_core v0.10.1
13842026-08-07T23:38:19.344Z Compiling getrandom v0.4.2
13852026-08-07T23:38:19.481Z Compiling scopeguard v1.2.0
13862026-08-07T23:38:19.579Z Compiling parking_lot_core v0.9.12
13872026-08-07T23:38:19.590Z Compiling lock_api v0.4.14
13882026-08-07T23:38:19.791Z Compiling thiserror v2.0.19
13892026-08-07T23:38:19.815Z Compiling hashbrown v0.17.1
13902026-08-07T23:38:19.819Z Compiling zerocopy v0.8.50
13912026-08-07T23:38:19.843Z Compiling semver v1.0.28
13922026-08-07T23:38:20.189Z Compiling log v0.4.32
13932026-08-07T23:38:20.249Z Compiling errno v0.3.14
13942026-08-07T23:38:20.261Z Compiling uuid v1.24.0
13952026-08-07T23:38:20.360Z Compiling indexmap v2.14.0
13962026-08-07T23:38:20.378Z Compiling heck v0.5.0
13972026-08-07T23:38:20.384Z Compiling schemars v0.8.22
13982026-08-07T23:38:20.399Z Compiling futures-core v0.3.32
13992026-08-07T23:38:20.636Z Compiling futures-sink v0.3.32
14002026-08-07T23:38:20.647Z Compiling fnv v1.0.7
14012026-08-07T23:38:20.701Z Compiling slab v0.4.12
14022026-08-07T23:38:20.735Z Compiling rustversion v1.0.22
14032026-08-07T23:38:20.738Z Compiling jobserver v0.1.34
14042026-08-07T23:38:20.876Z Compiling shlex v2.0.1
14052026-08-07T23:38:21.024Z Compiling find-msvc-tools v0.1.9
14062026-08-07T23:38:21.056Z Compiling bitflags v2.12.1
14072026-08-07T23:38:21.067Z Compiling futures-channel v0.3.32
14082026-08-07T23:38:21.173Z Compiling cc v1.2.63
14092026-08-07T23:38:21.277Z Compiling socket2 v0.6.5
14102026-08-07T23:38:21.315Z Compiling futures-task v0.3.32
14112026-08-07T23:38:21.490Z Compiling parking_lot v0.12.5
14122026-08-07T23:38:21.600Z Compiling futures-io v0.3.32
14132026-08-07T23:38:21.697Z Compiling signal-hook-registry v1.4.8
14142026-08-07T23:38:21.737Z Compiling synstructure v0.13.2
14152026-08-07T23:38:21.746Z Compiling serde_derive_internals v0.29.1
14162026-08-07T23:38:21.761Z Compiling mio v1.2.1
14172026-08-07T23:38:21.858Z Compiling serde_derive v1.0.229
14182026-08-07T23:38:21.916Z Compiling thiserror-impl v2.0.19
14192026-08-07T23:38:21.999Z Compiling portable-atomic v1.13.1
14202026-08-07T23:38:22.224Z Compiling byteorder v1.5.0
14212026-08-07T23:38:22.257Z Compiling regex-syntax v0.8.10
14222026-08-07T23:38:22.447Z Compiling critical-section v1.2.0
14232026-08-07T23:38:22.458Z Compiling cmake v0.1.58
14242026-08-07T23:38:22.470Z Compiling fs_extra v1.3.0
14252026-08-07T23:38:22.544Z Compiling dunce v1.0.5
14262026-08-07T23:38:22.639Z Compiling strsim v0.11.1
14272026-08-07T23:38:22.715Z Compiling typenum v1.20.1
14282026-08-07T23:38:22.778Z Compiling aws-lc-sys v0.41.0
14292026-08-07T23:38:22.915Z Compiling zerofrom-derive v0.1.7
14302026-08-07T23:38:22.979Z Compiling yoke-derive v0.8.2
14312026-08-07T23:38:23.023Z Compiling zerovec-derive v0.11.3
14322026-08-07T23:38:23.123Z Compiling displaydoc v0.2.6
14332026-08-07T23:38:23.504Z Compiling schemars_derive v0.8.22
14342026-08-07T23:38:23.736Z Compiling tokio-macros v2.7.0
14352026-08-07T23:38:23.938Z Compiling zerocopy-derive v0.8.50
14362026-08-07T23:38:24.109Z Compiling zeroize_derive v1.4.3
14372026-08-07T23:38:24.121Z Compiling futures-macro v0.3.32
14382026-08-07T23:38:24.150Z Compiling zerofrom v0.1.8
14392026-08-07T23:38:24.271Z Compiling yoke v0.8.3
14402026-08-07T23:38:24.458Z Compiling zerovec v0.11.6
14412026-08-07T23:38:24.498Z Compiling zerotrie v0.2.4
14422026-08-07T23:38:24.780Z Compiling once_cell v1.21.4
14432026-08-07T23:38:24.790Z Compiling zeroize v1.8.2
14442026-08-07T23:38:24.801Z Compiling base64 v0.22.1
14452026-08-07T23:38:24.962Z Compiling bytes v1.11.1
14462026-08-07T23:38:24.974Z Compiling tinystr v0.8.3
14472026-08-07T23:38:24.991Z Compiling potential_utf v0.1.5
14482026-08-07T23:38:25.002Z Compiling chrono v0.4.45
14492026-08-07T23:38:25.014Z Compiling futures-util v0.3.32
14502026-08-07T23:38:25.133Z Compiling icu_locale_core v2.2.0
14512026-08-07T23:38:25.157Z Compiling icu_collections v2.2.0
14522026-08-07T23:38:25.169Z Compiling serde_tokenstream v0.2.3
14532026-08-07T23:38:25.443Z Compiling http v1.4.2
14542026-08-07T23:38:25.595Z Compiling tokio v1.53.1
14552026-08-07T23:38:25.674Z Compiling subtle v2.6.1
14562026-08-07T23:38:25.834Z Compiling icu_provider v2.2.0
14572026-08-07T23:38:26.158Z Compiling icu_normalizer v2.2.0
14582026-08-07T23:38:26.189Z Compiling icu_properties v2.2.0
14592026-08-07T23:38:26.415Z Compiling erased-serde v0.3.31
14602026-08-07T23:38:26.487Z Compiling rustix v1.1.4
14612026-08-07T23:38:26.729Z Compiling http-body v1.0.1
14622026-08-07T23:38:26.872Z Compiling httparse v1.10.1
14632026-08-07T23:38:26.890Z Compiling atomic-waker v1.1.2
14642026-08-07T23:38:27.000Z Compiling ipnet v2.12.0
14652026-08-07T23:38:27.012Z Compiling tower-layer v0.3.3
14662026-08-07T23:38:27.163Z Compiling idna_adapter v1.2.2
14672026-08-07T23:38:27.244Z Compiling ucd-trie v0.1.7
14682026-08-07T23:38:27.295Z Compiling idna v1.1.0
14692026-08-07T23:38:27.306Z Compiling tower-service v0.3.3
14702026-08-07T23:38:27.390Z Compiling pest v2.8.6
14712026-08-07T23:38:27.509Z Compiling try-lock v0.2.5
14722026-08-07T23:38:27.536Z Compiling untrusted v0.9.0
14732026-08-07T23:38:27.614Z Compiling url v2.5.8
14742026-08-07T23:38:27.649Z Compiling ryu v1.0.23
14752026-08-07T23:38:27.660Z Compiling thiserror v1.0.69
14762026-08-07T23:38:27.823Z Compiling want v0.3.1
14772026-08-07T23:38:27.987Z Compiling thiserror-impl v1.0.69
14782026-08-07T23:38:28.051Z Compiling aho-corasick v1.1.4
14792026-08-07T23:38:28.238Z Compiling ppv-lite86 v0.2.21
14802026-08-07T23:38:28.475Z Compiling pest_meta v2.8.6
14812026-08-07T23:38:28.552Z Compiling pretty-hex v0.4.2
14822026-08-07T23:38:28.624Z Compiling ident_case v1.0.1
14832026-08-07T23:38:28.680Z Compiling httpdate v1.0.3
14842026-08-07T23:38:28.737Z Compiling getrandom v0.2.17
14852026-08-07T23:38:28.941Z Compiling ipnetwork v0.21.1
14862026-08-07T23:38:28.972Z Compiling regex-automata v0.4.14
14872026-08-07T23:38:29.276Z Compiling pest_generator v2.8.6
14882026-08-07T23:38:29.374Z Compiling getrandom v0.3.4
14892026-08-07T23:38:29.471Z Compiling rand_core v0.6.4
14902026-08-07T23:38:29.647Z Compiling plain v0.2.3
14912026-08-07T23:38:29.692Z Compiling oxnet v0.1.6
14922026-08-07T23:38:29.716Z Compiling tracing-core v0.1.36
14932026-08-07T23:38:29.750Z Compiling tracing-attributes v0.1.31
14942026-08-07T23:38:29.765Z Compiling paste v1.0.15
14952026-08-07T23:38:29.871Z Compiling pest_derive v2.8.6
14962026-08-07T23:38:30.083Z Compiling foldhash v0.2.0
14972026-08-07T23:38:30.316Z Compiling serde_urlencoded v0.7.1
14982026-08-07T23:38:30.327Z Compiling http-body-util v0.1.4
14992026-08-07T23:38:30.428Z Compiling anyhow v1.0.104
15002026-08-07T23:38:30.550Z Compiling omicron-workspace-hack v0.1.0
15012026-08-07T23:38:30.570Z Compiling slog v2.8.2
15022026-08-07T23:38:30.627Z Compiling regex v1.12.3
15032026-08-07T23:38:30.768Z Compiling sync_wrapper v1.0.2
15042026-08-07T23:38:30.783Z Compiling powerfmt v0.2.0
15052026-08-07T23:38:30.872Z Compiling time-core v0.1.8
15062026-08-07T23:38:30.964Z Compiling tracing v0.1.44
15072026-08-07T23:38:30.985Z Compiling num-conv v0.2.2
15082026-08-07T23:38:31.025Z Compiling deranged v0.5.8
15092026-08-07T23:38:31.128Z Compiling time-macros v0.2.27
15102026-08-07T23:38:31.162Z Compiling scroll_derive v0.13.1
15112026-08-07T23:38:31.504Z Compiling fastrand v2.4.1
15122026-08-07T23:38:31.531Z Compiling winnow v1.0.3
15132026-08-07T23:38:31.764Z Compiling num_threads v0.1.7
15142026-08-07T23:38:31.966Z Compiling scroll v0.13.0
15152026-08-07T23:38:32.013Z Compiling hashbrown v0.16.1
15162026-08-07T23:38:32.080Z Compiling tokio-util v0.7.18
15172026-08-07T23:38:32.124Z Compiling async-trait v0.1.89
15182026-08-07T23:38:32.222Z Compiling daft-derive v0.1.7
15192026-08-07T23:38:32.373Z Compiling aws-lc-rs v1.17.0
15202026-08-07T23:38:32.589Z Compiling goblin v0.10.7
15212026-08-07T23:38:32.667Z Compiling darling_core v0.23.0
15222026-08-07T23:38:32.957Z Compiling rustls-pki-types v1.14.1
15232026-08-07T23:38:33.074Z Compiling camino v1.2.5
15242026-08-07T23:38:33.191Z Compiling untrusted v0.7.1
15252026-08-07T23:38:33.309Z Compiling usdt-impl v0.6.0
15262026-08-07T23:38:33.430Z Compiling crossbeam-utils v0.8.21
15272026-08-07T23:38:33.441Z Compiling openssl-probe v0.2.1
15282026-08-07T23:38:33.619Z Compiling dtrace-parser v0.3.0
15292026-08-07T23:38:33.736Z Compiling hex v0.4.3
15302026-08-07T23:38:34.051Z Compiling rustls v0.23.40
15312026-08-07T23:38:34.250Z Compiling h2 v0.4.14
15322026-08-07T23:38:34.322Z Compiling thread-id v5.1.0
15332026-08-07T23:38:34.402Z Compiling thread_local v1.1.9
15342026-08-07T23:38:34.544Z Compiling crc32fast v1.5.0
15352026-08-07T23:38:34.760Z Compiling futures-executor v0.3.32
15362026-08-07T23:38:34.781Z Compiling darling_macro v0.23.0
15372026-08-07T23:38:34.858Z Compiling slog-async v2.8.0
15382026-08-07T23:38:34.871Z Compiling match_cfg v0.1.0
15392026-08-07T23:38:34.934Z Compiling cpufeatures v0.3.0
15402026-08-07T23:38:35.005Z Compiling futures v0.3.32
15412026-08-07T23:38:35.081Z Compiling rand_core v0.9.5
15422026-08-07T23:38:35.182Z Compiling macaddr v1.0.1
15432026-08-07T23:38:35.222Z Compiling syn v1.0.109
15442026-08-07T23:38:35.297Z Compiling simd-adler32 v0.3.9
15452026-08-07T23:38:35.375Z Compiling darling v0.23.0
15462026-08-07T23:38:35.402Z Compiling dof v0.4.0
15472026-08-07T23:38:35.449Z Compiling ref-cast v1.0.25
15482026-08-07T23:38:35.493Z Compiling adler2 v2.0.1
15492026-08-07T23:38:35.530Z Compiling take_mut v0.2.2
15502026-08-07T23:38:35.622Z Compiling term v1.2.1
15512026-08-07T23:38:35.635Z Compiling miniz_oxide v0.8.9
15522026-08-07T23:38:35.782Z Compiling hybrid-array v0.4.12
15532026-08-07T23:38:35.793Z Compiling ref-cast-impl v1.0.25
15542026-08-07T23:38:36.276Z Compiling structmeta-derive v0.3.0
15552026-08-07T23:38:36.297Z Compiling flate2 v1.1.9
15562026-08-07T23:38:36.381Z Compiling hyper v1.11.0
15572026-08-07T23:38:36.805Z Compiling rand_chacha v0.9.0
15582026-08-07T23:38:37.234Z Compiling newtype-uuid-macros v0.1.0
15592026-08-07T23:38:37.300Z Compiling structmeta v0.3.0
15602026-08-07T23:38:37.492Z Compiling hyper-util v0.1.20
15612026-08-07T23:38:37.506Z Compiling compression-core v0.4.32
15622026-08-07T23:38:37.614Z Compiling usdt-attr-macro v0.6.0
15632026-08-07T23:38:37.652Z Compiling usdt-macro v0.6.0
15642026-08-07T23:38:38.142Z Compiling compression-codecs v0.4.38
15652026-08-07T23:38:38.283Z Compiling rand v0.9.4
15662026-08-07T23:38:38.398Z Compiling crypto-common v0.2.2
15672026-08-07T23:38:38.414Z Compiling block-buffer v0.12.0
15682026-08-07T23:38:38.767Z Compiling newtype-uuid v1.3.2
15692026-08-07T23:38:38.770Z Compiling serde_spanned v1.1.1
15702026-08-07T23:38:38.945Z Compiling multer v3.1.0
15712026-08-07T23:38:38.949Z Compiling toml_writer v1.1.1+spec-1.1.0
15722026-08-07T23:38:39.052Z Compiling quick-error v1.2.3
15732026-08-07T23:38:39.148Z Compiling const-oid v0.10.2
15742026-08-07T23:38:39.159Z Compiling debug-ignore v1.0.5
15752026-08-07T23:38:39.169Z Compiling daft v0.1.7
15762026-08-07T23:38:39.218Z Compiling time v0.3.47
15772026-08-07T23:38:39.254Z Compiling async-stream-impl v0.3.6
15782026-08-07T23:38:39.358Z Compiling digest v0.11.3
15792026-08-07T23:38:39.392Z Compiling strum_macros v0.26.4
15802026-08-07T23:38:39.430Z Compiling dropshot v0.17.1
15812026-08-07T23:38:39.524Z Compiling generic-array v0.14.7
15822026-08-07T23:38:39.652Z Compiling encoding_rs v0.8.35
15832026-08-07T23:38:39.746Z Compiling mime v0.3.17
15842026-08-07T23:38:40.018Z Compiling spin v0.9.8
15852026-08-07T23:38:40.096Z Compiling bit-vec v0.8.0
15862026-08-07T23:38:40.108Z Compiling async-stream v0.3.6
15872026-08-07T23:38:40.220Z Compiling sha1 v0.11.0
15882026-08-07T23:38:40.278Z Compiling bit-set v0.8.0
15892026-08-07T23:38:40.291Z Compiling serde_with_macros v3.21.0
15902026-08-07T23:38:40.326Z Compiling crossbeam-channel v0.5.15
15912026-08-07T23:38:40.436Z Compiling tower v0.5.3
15922026-08-07T23:38:40.461Z Compiling waitgroup v0.1.2
15932026-08-07T23:38:40.798Z Compiling dropshot_endpoint v0.17.1
15942026-08-07T23:38:40.904Z Compiling openapiv3 v2.2.0
15952026-08-07T23:38:40.925Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15962026-08-07T23:38:41.030Z Compiling strum v0.26.3
15972026-08-07T23:38:41.093Z Compiling serde_path_to_error v0.1.20
15982026-08-07T23:38:41.288Z Compiling unarray v0.1.4
15992026-08-07T23:38:41.392Z Compiling tower-http v0.6.11
16002026-08-07T23:38:41.413Z Compiling derive-ex v0.1.8
16012026-08-07T23:38:41.434Z Compiling tempfile v3.27.0
16022026-08-07T23:38:41.830Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
16032026-08-07T23:38:41.877Z Compiling rustls-native-certs v0.8.4
16042026-08-07T23:38:42.210Z Compiling strum_macros v0.27.2
16052026-08-07T23:38:42.463Z Compiling is-terminal v0.4.17
16062026-08-07T23:38:42.505Z Compiling instant v0.1.13
16072026-08-07T23:38:42.553Z Compiling slog-term v2.9.2
16082026-08-07T23:38:42.953Z Compiling test-strategy v0.4.5
16092026-08-07T23:38:43.141Z Compiling slog-json v2.6.1
16102026-08-07T23:38:43.152Z Compiling hostname v0.3.1
16112026-08-07T23:38:43.283Z Compiling memmap2 v0.9.10
16122026-08-07T23:38:43.307Z Compiling slog-bunyan v2.5.0
16132026-08-07T23:38:43.342Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16142026-08-07T23:38:43.438Z Compiling either v1.16.0
16152026-08-07T23:38:43.495Z Compiling usdt v0.6.0
16162026-08-07T23:38:43.663Z Compiling crypto-common v0.1.7
16172026-08-07T23:38:43.775Z Compiling parse-display-derive v0.10.0
16182026-08-07T23:38:43.792Z Compiling toml_parser v1.1.2+spec-1.1.0
16192026-08-07T23:38:43.994Z Compiling backon v1.6.0
16202026-08-07T23:38:44.042Z Compiling strum v0.27.2
16212026-08-07T23:38:44.137Z Compiling rand_chacha v0.3.1
16222026-08-07T23:38:44.204Z Compiling toml_datetime v1.1.1+spec-1.1.0
16232026-08-07T23:38:44.474Z Compiling toml v1.1.2+spec-1.1.0
16242026-08-07T23:38:44.508Z Compiling rand v0.8.6
16252026-08-07T23:38:44.540Z Compiling async-compression v0.4.42
16262026-08-07T23:38:44.775Z Compiling rustls-pemfile v2.2.0
16272026-08-07T23:38:44.852Z Compiling hostname v0.4.2
16282026-08-07T23:38:44.883Z Compiling wait-timeout v0.2.1
16292026-08-07T23:38:45.161Z Compiling rusty-fork v0.3.1
16302026-08-07T23:38:45.181Z Compiling serde_with v3.21.0
16312026-08-07T23:38:45.455Z Compiling rand_xorshift v0.4.0
16322026-08-07T23:38:45.487Z Compiling regress v0.10.5
16332026-08-07T23:38:45.510Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16342026-08-07T23:38:45.591Z Compiling humantime v2.3.0
16352026-08-07T23:38:45.717Z Compiling proptest v1.11.0
16362026-08-07T23:38:45.856Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16372026-08-07T23:38:45.972Z Compiling itertools v0.14.0
16382026-08-07T23:38:45.983Z Compiling iddqd v0.4.6
16392026-08-07T23:38:46.181Z Compiling unicode-width v0.2.2
16402026-08-07T23:38:46.451Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16412026-08-07T23:38:46.687Z Compiling block-buffer v0.10.4
16422026-08-07T23:38:46.835Z Compiling reqwest v0.12.28
16432026-08-07T23:38:47.099Z Compiling digest v0.10.7
16442026-08-07T23:38:47.197Z Compiling parse-display v0.10.0
16452026-08-07T23:38:47.214Z Compiling backoff v0.4.0
16462026-08-07T23:38:47.307Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16472026-08-07T23:38:47.715Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16482026-08-07T23:38:47.997Z Compiling progenitor-client v0.10.0
16492026-08-07T23:38:48.892Z Compiling utf8parse v0.2.2
16502026-08-07T23:38:49.018Z Compiling anstyle-parse v1.0.0
16512026-08-07T23:38:49.291Z Compiling regress v0.11.1
16522026-08-07T23:38:49.368Z Compiling is_terminal_polyfill v1.70.2
16532026-08-07T23:38:49.463Z Compiling colorchoice v1.0.5
16542026-08-07T23:38:49.580Z Compiling anstyle-query v1.1.5
16552026-08-07T23:38:49.593Z Compiling anstyle v1.0.14
16562026-08-07T23:38:49.778Z Compiling anstream v1.0.0
16572026-08-07T23:38:49.940Z Compiling clap_lex v1.1.0
16582026-08-07T23:38:50.597Z Compiling toml_datetime v0.6.11
16592026-08-07T23:38:50.849Z Compiling typify-impl v0.6.2
16602026-08-07T23:38:50.861Z Compiling zerocopy-derive v0.7.35
16612026-08-07T23:38:51.342Z Compiling clap_derive v4.6.4
16622026-08-07T23:38:51.524Z Compiling convert_case v0.4.0
16632026-08-07T23:38:51.709Z Compiling cpufeatures v0.2.17
16642026-08-07T23:38:51.817Z Compiling derive_more v0.99.20
16652026-08-07T23:38:52.045Z Compiling zerocopy v0.7.35
16662026-08-07T23:38:53.228Z Compiling terminal_size v0.4.4
16672026-08-07T23:38:53.526Z Compiling secrecy v0.10.3
16682026-08-07T23:38:53.663Z Compiling float-ord v0.3.2
16692026-08-07T23:38:53.675Z Compiling heapless v0.8.0
16702026-08-07T23:38:53.774Z Compiling crucible-workspace-hack v0.1.0
16712026-08-07T23:38:53.833Z Compiling tinyvec_macros v0.1.1
16722026-08-07T23:38:53.908Z Compiling tinyvec v1.11.0
16732026-08-07T23:38:54.017Z Compiling clap_builder v4.6.5
16742026-08-07T23:38:54.395Z Compiling dtrace-parser v0.2.0
16752026-08-07T23:38:54.410Z Compiling scroll_derive v0.12.1
16762026-08-07T23:38:54.517Z Compiling hash32 v0.3.1
16772026-08-07T23:38:54.670Z Compiling serde_repr v0.1.21
16782026-08-07T23:38:54.712Z Compiling num-integer v0.1.46
16792026-08-07T23:38:55.032Z Compiling rustc_version v0.4.1
16802026-08-07T23:38:55.119Z Compiling usdt-impl v0.5.0
16812026-08-07T23:38:55.258Z Compiling smoltcp v0.11.0
16822026-08-07T23:38:55.268Z Compiling scroll v0.12.0
16832026-08-07T23:38:55.297Z Compiling curve25519-dalek v4.1.3
16842026-08-07T23:38:55.641Z Compiling clap v4.6.5
16852026-08-07T23:38:55.719Z Compiling dof v0.3.0
16862026-08-07T23:38:55.887Z Compiling hmac v0.12.1
16872026-08-07T23:38:56.023Z Compiling inout v0.1.4
16882026-08-07T23:38:56.053Z Compiling ff v0.13.1
16892026-08-07T23:38:56.053Z Compiling darling_core v0.21.3
16902026-08-07T23:38:56.076Z Compiling cobs v0.3.0
16912026-08-07T23:38:56.162Z Compiling thread-id v4.2.2
16922026-08-07T23:38:56.179Z Compiling managed v0.8.0
16932026-08-07T23:38:56.240Z Compiling bitflags v1.3.2
16942026-08-07T23:38:56.482Z Compiling postcard v1.1.3
16952026-08-07T23:38:56.691Z Compiling group v0.13.0
16962026-08-07T23:38:56.769Z Compiling cipher v0.4.4
16972026-08-07T23:38:56.796Z Compiling hkdf v0.12.4
16982026-08-07T23:38:57.154Z Compiling typify-macro v0.6.2
16992026-08-07T23:38:57.285Z Compiling goblin v0.8.2
17002026-08-07T23:38:57.532Z Compiling num-rational v0.4.2
17012026-08-07T23:38:57.661Z Compiling num-iter v0.1.45
17022026-08-07T23:38:57.839Z Compiling tabwriter v1.4.1
17032026-08-07T23:38:58.073Z Compiling universal-hash v0.5.1
17042026-08-07T23:38:58.134Z Compiling crypto-bigint v0.5.5
17052026-08-07T23:38:58.147Z Compiling darling_macro v0.21.3
17062026-08-07T23:38:58.197Z Compiling thiserror-impl-no-std v2.0.2
17072026-08-07T23:38:58.267Z Compiling hubpack_derive v0.1.1
17082026-08-07T23:38:58.742Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-08-07T23:38:58.965Z Compiling crossbeam-epoch v0.9.18
17102026-08-07T23:38:59.284Z Compiling typify v0.6.2
17112026-08-07T23:38:59.312Z Compiling half v2.7.1
17122026-08-07T23:38:59.315Z Compiling curve25519-dalek-derive v0.1.1
17132026-08-07T23:38:59.334Z Compiling num-complex v0.4.6
17142026-08-07T23:38:59.622Z Compiling memoffset v0.9.1
17152026-08-07T23:38:59.656Z Compiling cfg_aliases v0.2.1
17162026-08-07T23:38:59.700Z Compiling ciborium-io v0.2.2
17172026-08-07T23:38:59.711Z Compiling rustix v0.38.44
17182026-08-07T23:38:59.724Z Compiling base64ct v1.8.3
17192026-08-07T23:38:59.803Z Compiling base16ct v0.2.0
17202026-08-07T23:38:59.848Z Compiling opaque-debug v0.3.1
17212026-08-07T23:38:59.919Z Compiling unsafe-libyaml v0.2.11
17222026-08-07T23:38:59.950Z Compiling password-hash v0.5.0
17232026-08-07T23:39:00.019Z Compiling poly1305 v0.8.0
17242026-08-07T23:39:00.136Z Compiling elliptic-curve v0.13.8
17252026-08-07T23:39:00.404Z Compiling ciborium-ll v0.2.2
17262026-08-07T23:39:00.426Z Compiling serde_yaml v0.9.34+deprecated
17272026-08-07T23:39:00.478Z Compiling nix v0.31.3
17282026-08-07T23:39:00.614Z Compiling num v0.4.3
17292026-08-07T23:39:01.135Z Compiling thiserror-no-std v2.0.2
17302026-08-07T23:39:01.191Z Compiling hubpack v0.1.2
17312026-08-07T23:39:01.224Z Compiling darling v0.21.3
17322026-08-07T23:39:01.405Z Compiling chacha20 v0.9.1
17332026-08-07T23:39:01.623Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17342026-08-07T23:39:01.700Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-08-07T23:39:01.982Z Compiling toml_edit v0.25.12+spec-1.1.0
17362026-08-07T23:39:02.301Z Compiling blake2 v0.10.6
17372026-08-07T23:39:02.428Z Compiling aead v0.5.2
17382026-08-07T23:39:02.586Z Compiling byte-wrapper v0.1.0
17392026-08-07T23:39:02.745Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17402026-08-07T23:39:02.851Z Compiling proc-macro-error-attr v1.0.4
17412026-08-07T23:39:03.067Z Compiling static_assertions v1.1.0
17422026-08-07T23:39:03.076Z Compiling prettyplease v0.2.37
17432026-08-07T23:39:03.560Z Compiling keccak v0.1.6
17442026-08-07T23:39:03.569Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17452026-08-07T23:39:03.569Z Compiling sha3 v0.10.9
17462026-08-07T23:39:03.591Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17472026-08-07T23:39:03.628Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17482026-08-07T23:39:04.162Z Compiling chacha20poly1305 v0.10.1
17492026-08-07T23:39:04.199Z Compiling argon2 v0.5.3
17502026-08-07T23:39:04.248Z Compiling proc-macro-crate v3.5.0
17512026-08-07T23:39:04.673Z Compiling ingot-macros v0.1.1
17522026-08-07T23:39:04.710Z Compiling vsss-rs v3.3.4
17532026-08-07T23:39:04.762Z Compiling ciborium v0.2.2
17542026-08-07T23:39:05.267Z Compiling usdt-attr-macro v0.5.0
17552026-08-07T23:39:05.342Z Compiling usdt-macro v0.5.0
17562026-08-07T23:39:06.242Z Compiling serde_spanned v0.6.9
17572026-08-07T23:39:06.306Z Compiling num-derive v0.4.2
17582026-08-07T23:39:06.378Z Compiling enum-as-inner v0.6.1
17592026-08-07T23:39:06.590Z Compiling proc-macro-error v1.0.4
17602026-08-07T23:39:06.813Z Compiling memmap v0.7.0
17612026-08-07T23:39:06.942Z Compiling winnow v0.7.15
17622026-08-07T23:39:06.999Z Compiling toml_write v0.1.2
17632026-08-07T23:39:07.027Z Compiling indent_write v2.2.0
17642026-08-07T23:39:07.070Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17652026-08-07T23:39:07.159Z Compiling winnow v0.5.40
17662026-08-07T23:39:07.196Z Compiling data-encoding v2.11.0
17672026-08-07T23:39:07.220Z Compiling usdt v0.5.0
17682026-08-07T23:39:07.372Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-08-07T23:39:07.384Z Compiling ingot-types v0.1.2
17702026-08-07T23:39:07.387Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17712026-08-07T23:39:07.553Z Compiling num_enum_derive v0.7.6
17722026-08-07T23:39:07.784Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17732026-08-07T23:39:08.446Z Compiling toml_edit v0.19.15
17742026-08-07T23:39:08.474Z Compiling toml_edit v0.22.27
17752026-08-07T23:39:08.586Z Compiling foreign-types-macros v0.2.3
17762026-08-07T23:39:08.699Z Compiling pkg-config v0.3.33
17772026-08-07T23:39:09.182Z Compiling rustls-webpki v0.103.13
17782026-08-07T23:39:09.303Z Compiling vcpkg v0.2.15
17792026-08-07T23:39:09.325Z Compiling foreign-types-shared v0.3.1
17802026-08-07T23:39:09.418Z Compiling bytecount v0.6.9
17812026-08-07T23:39:09.552Z Compiling colored v3.1.1
17822026-08-07T23:39:09.564Z Compiling foreign-types v0.5.0
17832026-08-07T23:39:10.210Z Compiling toml v0.8.23
17842026-08-07T23:39:10.335Z Compiling openssl-sys v0.9.116
17852026-08-07T23:39:10.550Z Compiling proc-macro-crate v1.3.1
17862026-08-07T23:39:10.881Z Compiling num_enum v0.7.6
17872026-08-07T23:39:10.911Z Compiling ingot v0.1.1
17882026-08-07T23:39:11.113Z Compiling atomicwrites v0.4.4
17892026-08-07T23:39:11.268Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17902026-08-07T23:39:11.305Z Compiling chacha20 v0.10.0
17912026-08-07T23:39:11.453Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17922026-08-07T23:39:11.562Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17932026-08-07T23:39:11.766Z Compiling cstr-argument v0.1.2
17942026-08-07T23:39:11.778Z Compiling linked-hash-map v0.5.6
17952026-08-07T23:39:11.791Z Compiling rayon-core v1.13.0
17962026-08-07T23:39:11.812Z Compiling heck v0.4.1
17972026-08-07T23:39:11.914Z Compiling resolv-conf v0.7.6
17982026-08-07T23:39:11.956Z Compiling swrite v0.1.0
17992026-08-07T23:39:12.003Z Compiling semver v0.1.20
18002026-08-07T23:39:12.014Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
18012026-08-07T23:39:12.046Z Compiling unicode-segmentation v1.13.3
18022026-08-07T23:39:12.196Z Compiling rustc_version v0.1.7
18032026-08-07T23:39:12.258Z Compiling lru-cache v0.1.2
18042026-08-07T23:39:12.270Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18052026-08-07T23:39:12.336Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18062026-08-07T23:39:12.375Z Compiling newline-converter v0.3.0
18072026-08-07T23:39:12.389Z Compiling rand v0.10.2
18082026-08-07T23:39:12.465Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18092026-08-07T23:39:12.525Z Compiling num_enum_derive v0.5.11
18102026-08-07T23:39:12.537Z Compiling hickory-proto v0.24.4
18112026-08-07T23:39:12.655Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18122026-08-07T23:39:12.766Z Compiling tokio-rustls v0.26.4
18132026-08-07T23:39:13.032Z Compiling hyper-rustls v0.27.9
18142026-08-07T23:39:13.063Z Compiling rustls-platform-verifier v0.7.0
18152026-08-07T23:39:13.293Z Compiling reqwest v0.13.4
18162026-08-07T23:39:14.125Z Compiling progenitor-impl v0.13.0
18172026-08-07T23:39:14.432Z Compiling progenitor-impl v0.14.0
18182026-08-07T23:39:15.903Z Compiling progenitor-client v0.14.0
18192026-08-07T23:39:16.209Z Compiling progenitor-extras v0.2.0
18202026-08-07T23:39:16.454Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-08-07T23:39:16.621Z Compiling crossbeam-deque v0.8.6
18222026-08-07T23:39:16.818Z Compiling console v0.15.11
18232026-08-07T23:39:17.644Z Compiling camino-tempfile v1.4.1
18242026-08-07T23:39:17.693Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18252026-08-07T23:39:17.889Z Compiling serde-big-array v0.5.1
18262026-08-07T23:39:18.035Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18272026-08-07T23:39:18.038Z Compiling derive-where v1.6.1
18282026-08-07T23:39:18.398Z Compiling pin-project-internal v1.1.13
18292026-08-07T23:39:18.559Z Compiling minimal-lexical v0.2.1
18302026-08-07T23:39:18.735Z Compiling similar v2.7.0
18312026-08-07T23:39:18.822Z Compiling siphasher v1.0.3
18322026-08-07T23:39:19.025Z Compiling phf_shared v0.12.1
18332026-08-07T23:39:19.208Z Compiling expectorate v1.2.0
18342026-08-07T23:39:19.365Z Compiling nom v7.1.3
18352026-08-07T23:39:19.559Z Compiling pin-project v1.1.13
18362026-08-07T23:39:19.664Z Compiling progenitor-macro v0.14.0
18372026-08-07T23:39:19.750Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18382026-08-07T23:39:19.901Z Compiling progenitor-macro v0.13.0
18392026-08-07T23:39:20.730Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-08-07T23:39:20.888Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-08-07T23:39:21.057Z Compiling progenitor-client v0.13.0
18422026-08-07T23:39:21.361Z Compiling hickory-resolver v0.24.4
18432026-08-07T23:39:22.620Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-08-07T23:39:22.883Z Compiling num_enum v0.5.11
18452026-08-07T23:39:23.613Z Compiling newtype_derive v0.1.6
18462026-08-07T23:39:24.796Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-08-07T23:39:24.981Z Compiling unicode-normalization v0.1.25
18482026-08-07T23:39:25.230Z Compiling itertools v0.15.0
18492026-08-07T23:39:25.277Z Compiling tokio-stream v0.1.18
18502026-08-07T23:39:25.455Z Compiling async-recursion v1.1.1
18512026-08-07T23:39:25.703Z Compiling snafu-derive v0.8.9
18522026-08-07T23:39:25.751Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18532026-08-07T23:39:26.049Z Compiling slog-dtrace v0.3.0
18542026-08-07T23:39:26.143Z Compiling bstr v1.12.1
18552026-08-07T23:39:26.283Z Compiling csv-core v0.1.13
18562026-08-07T23:39:26.478Z Compiling cancel-safe-futures v0.1.5
18572026-08-07T23:39:26.538Z Compiling owo-colors v4.3.0
18582026-08-07T23:39:26.550Z Compiling highway v1.3.0
18592026-08-07T23:39:26.634Z Compiling unicode-width v0.1.14
18602026-08-07T23:39:26.720Z Compiling same-file v1.0.6
18612026-08-07T23:39:26.866Z Compiling openssl v0.10.80
18622026-08-07T23:39:26.896Z Compiling chrono-tz v0.10.4
18632026-08-07T23:39:26.908Z Compiling konst_macro_rules v0.2.19
18642026-08-07T23:39:26.934Z Compiling foreign-types-shared v0.1.1
18652026-08-07T23:39:27.023Z Compiling unicode-xid v0.2.6
18662026-08-07T23:39:27.080Z Compiling foldhash v0.1.5
18672026-08-07T23:39:27.124Z Compiling konst v0.2.20
18682026-08-07T23:39:27.146Z Compiling const_format_proc_macros v0.2.34
18692026-08-07T23:39:27.160Z Compiling foreign-types v0.3.2
18702026-08-07T23:39:27.232Z Compiling hashbrown v0.15.5
18712026-08-07T23:39:27.306Z Compiling walkdir v2.5.0
18722026-08-07T23:39:27.361Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-08-07T23:39:27.444Z Compiling snafu v0.8.9
18742026-08-07T23:39:27.516Z Compiling ingot-macros v0.2.0
18752026-08-07T23:39:27.649Z Compiling globset v0.4.18
18762026-08-07T23:39:27.664Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-07T23:39:27.755Z Compiling csv v1.4.0
18782026-08-07T23:39:27.927Z Compiling qorb v0.4.1
18792026-08-07T23:39:27.946Z Compiling olpc-cjson v0.1.4
18802026-08-07T23:39:28.109Z Compiling progenitor v0.13.0
18812026-08-07T23:39:28.252Z Compiling progenitor v0.14.0
18822026-08-07T23:39:28.443Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18832026-08-07T23:39:28.472Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-07T23:39:28.783Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-08-07T23:39:29.300Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-07T23:39:29.388Z Compiling rayon v1.12.0
18872026-08-07T23:39:30.072Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-08-07T23:39:30.188Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-08-07T23:39:30.389Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18902026-08-07T23:39:30.804Z Compiling phf v0.12.1
18912026-08-07T23:39:30.962Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18922026-08-07T23:39:31.195Z Compiling zone_cfg_derive v0.3.1
18932026-08-07T23:39:31.417Z Compiling tokio-dtrace v0.1.1
18942026-08-07T23:39:31.477Z Compiling itertools v0.12.1
18952026-08-07T23:39:31.689Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18962026-08-07T23:39:31.763Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-08-07T23:39:31.883Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18982026-08-07T23:39:31.894Z Compiling libsw-core v0.3.2
18992026-08-07T23:39:31.897Z Compiling pem v3.0.6
19002026-08-07T23:39:32.062Z Compiling serde_plain v1.0.2
19012026-08-07T23:39:32.253Z Compiling openssl-macros v0.1.1
19022026-08-07T23:39:32.277Z Compiling cookie v0.18.1
19032026-08-07T23:39:32.286Z Compiling sigpipe v0.1.3
19042026-08-07T23:39:32.359Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-08-07T23:39:32.386Z Compiling fixedbitset v0.4.2
19062026-08-07T23:39:32.507Z Compiling glob v0.3.3
19072026-08-07T23:39:32.589Z Compiling jiff v0.2.28
19082026-08-07T23:39:32.620Z Compiling typed-path v0.9.3
19092026-08-07T23:39:32.717Z Compiling fixedbitset v0.5.7
19102026-08-07T23:39:32.868Z Compiling zone v0.3.1
19112026-08-07T23:39:32.969Z Compiling petgraph v0.8.3
19122026-08-07T23:39:33.077Z Compiling petgraph v0.6.5
19132026-08-07T23:39:33.688Z Compiling tough v0.22.0
19142026-08-07T23:39:34.014Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19152026-08-07T23:39:34.415Z Compiling libsw v3.5.0
19162026-08-07T23:39:34.597Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-08-07T23:39:34.623Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19182026-08-07T23:39:34.814Z Compiling oxide-tokio-rt v0.1.6
19192026-08-07T23:39:34.836Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19202026-08-07T23:39:35.128Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-08-07T23:39:35.504Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-07T23:39:35.762Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-08-07T23:39:36.044Z Compiling ingot-types v0.2.0
19242026-08-07T23:39:36.084Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-08-07T23:39:36.420Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-08-07T23:39:36.452Z Compiling const_format v0.2.36
19272026-08-07T23:39:36.820Z Compiling papergrid v0.11.0
19282026-08-07T23:39:36.918Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-08-07T23:39:37.283Z Compiling tabled_derive v0.7.0
19302026-08-07T23:39:37.411Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19312026-08-07T23:39:37.499Z Compiling libscf-sys v1.2.0
19322026-08-07T23:39:37.502Z Compiling gethostname v0.5.0
19332026-08-07T23:39:37.631Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-08-07T23:39:37.642Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19352026-08-07T23:39:37.753Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-08-07T23:39:37.818Z Compiling smf v0.2.3
19372026-08-07T23:39:37.879Z Compiling bcs v0.1.6
19382026-08-07T23:39:38.198Z Compiling proc-macro-error-attr2 v2.0.0
19392026-08-07T23:39:38.228Z Compiling lazy_static v1.5.0
19402026-08-07T23:39:38.240Z Compiling linear-map v1.2.0
19412026-08-07T23:39:38.332Z Compiling whoami v1.6.1
19422026-08-07T23:39:38.426Z Compiling termtree v0.5.1
19432026-08-07T23:39:38.426Z Compiling tagptr v0.2.0
19442026-08-07T23:39:38.572Z Compiling unicode-linebreak v0.1.5
19452026-08-07T23:39:38.584Z Compiling smawk v0.3.2
19462026-08-07T23:39:38.587Z Compiling moka v0.12.15
19472026-08-07T23:39:38.635Z Compiling proc-macro-error2 v2.0.1
19482026-08-07T23:39:38.718Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-08-07T23:39:38.817Z Compiling textwrap v0.16.2
19502026-08-07T23:39:39.030Z Compiling steno v0.4.1
19512026-08-07T23:39:39.426Z Compiling tabled v0.15.0
19522026-08-07T23:39:39.441Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-07T23:39:39.459Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19542026-08-07T23:39:39.485Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-08-07T23:39:40.402Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19562026-08-07T23:39:40.608Z Compiling ingot v0.2.1
19572026-08-07T23:39:42.270Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-08-07T23:39:42.324Z Compiling hickory-proto v0.25.2
19592026-08-07T23:39:42.437Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19602026-08-07T23:39:42.522Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19612026-08-07T23:39:42.744Z Compiling parking_lot_core v0.8.6
19622026-08-07T23:39:42.792Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19632026-08-07T23:39:42.804Z Compiling tabled_derive v0.11.0
19642026-08-07T23:39:43.035Z Compiling papergrid v0.18.0
19652026-08-07T23:39:43.209Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19662026-08-07T23:39:43.592Z Compiling testing_table v0.3.0
19672026-08-07T23:39:43.761Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19682026-08-07T23:39:43.932Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19692026-08-07T23:39:44.212Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19702026-08-07T23:39:44.223Z Compiling tabled v0.21.0
19712026-08-07T23:39:44.295Z Compiling hickory-resolver v0.25.2
19722026-08-07T23:39:44.851Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19732026-08-07T23:39:45.132Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19742026-08-07T23:39:45.236Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-08-07T23:39:45.248Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19762026-08-07T23:39:45.702Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
19772026-08-07T23:39:45.786Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19782026-08-07T23:39:46.087Z Compiling parking_lot v0.11.2
19792026-08-07T23:39:46.506Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19802026-08-07T23:39:46.595Z Compiling dropshot-api-manager-types v0.7.2
19812026-08-07T23:39:46.893Z Compiling fxhash v0.2.1
19822026-08-07T23:39:46.965Z Compiling crc8 v0.1.1
19832026-08-07T23:39:47.031Z Compiling sled v0.34.7
19842026-08-07T23:39:47.085Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
19852026-08-07T23:39:47.103Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19862026-08-07T23:39:47.162Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
19872026-08-07T23:39:47.199Z Compiling port-file v0.1.0
19882026-08-07T23:39:47.400Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19892026-08-07T23:39:47.444Z Compiling diff v0.1.13
19902026-08-07T23:39:47.643Z Compiling yansi v1.0.1
19912026-08-07T23:39:47.967Z Compiling pretty_assertions v1.4.1
19922026-08-07T23:39:49.583Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19932026-08-07T23:39:57.431Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19942026-08-07T23:39:59.044Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19952026-08-07T23:40:00.118Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19962026-08-07T23:40:01.082Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
19972026-08-07T23:40:13.319Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 56s
19982026-08-07T23:40:13.322Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19992026-08-07T23:40:13.322Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
20002026-08-07T23:40:13.495Z────────────
20012026-08-07T23:40:13.495Z Nextest run ID e6e7142d-4ced-4d40-9edb-4dce10dd3e24 with nextest profile: default
20022026-08-07T23:40:13.495Z Starting 1 test across 3 binaries
20032026-08-07T23:40:13.499Z START ddm db::test::test_effective_tunnel_route_set
20042026-08-07T23:40:13.501Z
20052026-08-07T23:40:13.501Zrunning 1 test
20062026-08-07T23:40:13.502Ztest db::test::test_effective_tunnel_route_set ... ok
20072026-08-07T23:40:13.502Z
20082026-08-07T23:40:13.502Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20092026-08-07T23:40:13.502Z
20102026-08-07T23:40:13.502Z PASS [ 0.005s] ddm db::test::test_effective_tunnel_route_set
20112026-08-07T23:40:13.502Z────────────
20122026-08-07T23:40:13.502Z Summary [ 0.006s] 1 test run: 1 passed, 0 skipped
20132026-08-07T23:40:13.514Zprocess exited: duration 306660 ms, exit code 0
 
20142026-08-07T23:40:13.521Zfound 0 output files