01KZ6TK4KG5CTYZPP8PY6AA79M: 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: 01KZ6TKSJ6N0RKRHQHFN8TWFRT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T16:45:53.034Zjob assigned to worker 01KZ6TMC89SWGW34JATCTMRZ1H [factory aws, i-0251591347949b5c0] (queued for 1 m 1 s)
 
22026-08-04T16:45:59.101Zstarting task 0: "setup"
32026-08-04T16:45:59.106Z++ uname -s
42026-08-04T16:45:59.109Z+ kern=SunOS
52026-08-04T16:45:59.109Z+ build_user=build
62026-08-04T16:45:59.109Z+ build_uid=12345
72026-08-04T16:45:59.109Z+ work_dir=/work
82026-08-04T16:45:59.109Z+ input_dir=/input
92026-08-04T16:45:59.109Z+ [[ 0 == 12345 ]]
102026-08-04T16:45:59.109Z+ case "$kern" in
112026-08-04T16:45:59.109Z+ groupadd -g 12345 build
122026-08-04T16:45:59.109Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T16:46:01.115Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T16:46:01.229Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T16:46:01.233Z+ home_fs=zfs
162026-08-04T16:46:01.233Z+ [[ zfs == autofs ]]
172026-08-04T16:46:01.233Z+ mkdir -p /home/build
182026-08-04T16:46:01.233Z+ chown build:build /home/build /work
192026-08-04T16:46:03.233Z+ chmod 0700 /home/build /work
202026-08-04T16:46:03.237Zprocess exited: duration 4133 ms, exit code 0
 
212026-08-04T16:46:03.243Zstarting task 1: "rust-toolchain"
222026-08-04T16:46:03.246Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-04T16:46:03.246Z * rust toolchain channel = "stable"
242026-08-04T16:46:03.246Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-04T16:46:03.247Z * rust toolchain profile = "default"
262026-08-04T16:46:03.247Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T16:46:03.247Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T16:46:03.250Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T16:46:03.250Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-04T16:46:03.369Zinfo: downloading installer
312026-08-04T16:46:04.728Zwarn: It looks like you have an existing installation of Rust at:
322026-08-04T16:46:04.728Zwarn: /opt/ooce/bin
332026-08-04T16:46:04.729Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-04T16:46:04.729Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-04T16:46:04.729Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-04T16:46:04.729Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-04T16:46:04.729Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-04T16:46:04.729Zerror: cannot install while Rust is installed
392026-08-04T16:46:04.730Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-04T16:46:04.730Zwarn: It looks like you have an existing rustup settings file at:
412026-08-04T16:46:04.730Zwarn: /home/build/.rustup/settings.toml
422026-08-04T16:46:04.730Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-04T16:46:04.730Zwarn: instead of the one inferred from the default host triple.
442026-08-04T16:46:04.742Zinfo: profile set to default
452026-08-04T16:46:04.742Zinfo: default host triple is x86_64-unknown-illumos
462026-08-04T16:46:04.745Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-04T16:46:04.882Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-04T16:46:04.886Zinfo: downloading 6 components
492026-08-04T16:46:19.520Z
502026-08-04T16:46:19.520Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-04T16:46:19.547Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-04T16:46:19.547Z
532026-08-04T16:46:19.548Z
542026-08-04T16:46:19.548ZRust is installed now. Great!
552026-08-04T16:46:19.548Z
562026-08-04T16:46:19.548ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-04T16:46:19.549Zenvironment variable. This has not been done automatically.
582026-08-04T16:46:19.549Z
592026-08-04T16:46:19.549ZTo configure your current shell, you need to source
602026-08-04T16:46:19.549Zthe corresponding env file under $HOME/.cargo.
612026-08-04T16:46:19.549Z
622026-08-04T16:46:19.549ZThis is usually done by running one of the following (note the leading DOT):
632026-08-04T16:46:19.553Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-04T16:46:19.553Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-04T16:46:19.553Zsource "~/.cargo/env.nu" # For nushell
662026-08-04T16:46:19.553Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-04T16:46:19.553Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-04T16:46:19.553Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-04T16:46:19.553Zwarn: no default linker (`cc`) was found in your PATH
702026-08-04T16:46:19.553Zwarn: many Rust crates require a system C toolchain to build
712026-08-04T16:46:19.637Z+ rustup --version
722026-08-04T16:46:19.646Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-04T16:46:19.661Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-04T16:46:19.667Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-04T16:46:19.671Z+ cargo --version
762026-08-04T16:46:19.685Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-04T16:46:19.688Z+ rustc --version
782026-08-04T16:46:19.707Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-04T16:46:19.710Zprocess exited: duration 16464 ms, exit code 0
 
802026-08-04T16:46:19.718Zstarting task 2: "authentication"
812026-08-04T16:46:19.733Zprocess exited: duration 16 ms, exit code 0
 
822026-08-04T16:46:19.739Zstarting task 3: "clone repository"
832026-08-04T16:46:19.743Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-04T16:46:19.746Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-04T16:46:19.777ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-04T16:46:21.318Z+ cd /work/oxidecomputer/maghemite
872026-08-04T16:46:21.319Z+ git fetch origin 486debe5e7bf21fb34eb0ff8c85291a234f50307
882026-08-04T16:46:21.721ZFrom https://github.com/oxidecomputer/maghemite
892026-08-04T16:46:21.721Z * branch 486debe5e7bf21fb34eb0ff8c85291a234f50307 -> FETCH_HEAD
902026-08-04T16:46:21.726Z+ [[ -n '' ]]
912026-08-04T16:46:21.726Z+ git reset --hard 486debe5e7bf21fb34eb0ff8c85291a234f50307
922026-08-04T16:46:21.747ZHEAD is now at 486debe [api-types] align multicast validation with dendrite/omicron policy
932026-08-04T16:46:21.751Zprocess exited: duration 2007 ms, exit code 0
 
942026-08-04T16:46:21.757Zstarting task 4: "build"
952026-08-04T16:46:21.760Z+ set -o errexit
962026-08-04T16:46:21.761Z+ set -o pipefail
972026-08-04T16:46:21.761Z+ source .github/buildomat/test-common.sh
982026-08-04T16:46:21.764Z++ NEXTEST_VERSION=0.9.97
992026-08-04T16:46:21.764Z++ PLATFORM=illumos
1002026-08-04T16:46:21.764Z++ banner install
1012026-08-04T16:46:21.764Z
1022026-08-04T16:46:21.764Z # # # #### ##### ## # #
1032026-08-04T16:46:21.764Z # ## # # # # # # #
1042026-08-04T16:46:21.764Z # # # # #### # # # # #
1052026-08-04T16:46:21.764Z # # # # # # ###### # #
1062026-08-04T16:46:21.764Z # # ## # # # # # # #
1072026-08-04T16:46:21.764Z # # # #### # # # ###### ######
1082026-08-04T16:46:21.764Z
1092026-08-04T16:46:21.764Z++ set +o errexit
1102026-08-04T16:46:21.767Z++ pkg info clang-15
1112026-08-04T16:46:21.767Z++ grep -qi installed
1122026-08-04T16:46:22.953Zpkg: info: no packages matching the following patterns you specified are
1132026-08-04T16:46:22.953Zinstalled on the system. Try querying remotely instead:
1142026-08-04T16:46:22.953Z
1152026-08-04T16:46:22.953Z clang-15
1162026-08-04T16:46:22.993Z++ [[ 1 != 0 ]]
1172026-08-04T16:46:22.993Z++ set -o errexit
1182026-08-04T16:46:22.993Z++ pfexec pkg install clang-15
1192026-08-04T16:46:30.198Z Startup: Refreshing catalog 'helios-dev' ... Done
1202026-08-04T16:46:38.009Z Startup: Caching catalogs ... Done
1212026-08-04T16:46:45.279ZPlanning: Solver setup ... Done
1222026-08-04T16:46:45.321ZPlanning: Running solver ... Done
1232026-08-04T16:46:45.464ZPlanning: Finding local manifests ... Done
1242026-08-04T16:46:45.485ZPlanning: Fetching manifests: 0/2 0% complete
1252026-08-04T16:46:45.580ZPlanning: Fetching manifests: 2/2 100% complete
1262026-08-04T16:46:45.609ZPlanning: Package planning ... Done
1272026-08-04T16:46:45.635ZPlanning: Merging actions ... Done
1282026-08-04T16:46:45.744ZPlanning: Checking for conflicting actions ... Done
1292026-08-04T16:46:45.751ZPlanning: Consolidating action changes ... Done
1302026-08-04T16:46:46.522ZPlanning: Evaluating mediators ... Done
1312026-08-04T16:46:46.527ZPlanning: Planning completed in 8.35 seconds
1322026-08-04T16:46:46.540Z Packages to install: 2
1332026-08-04T16:46:46.544Z Mediators to change: 2
1342026-08-04T16:46:46.544Z Services to change: 1
1352026-08-04T16:46:46.544Z Create boot environment: No
1362026-08-04T16:46:46.544ZCreate backup boot environment: No
1372026-08-04T16:46:46.579Z
1382026-08-04T16:46:46.580ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1392026-08-04T16:46:51.581ZDownload: 1848/3076 items 117.5/211.3MB 55% complete (23.9M/s)
1402026-08-04T16:46:56.582ZDownload: 2864/3076 items 119.9/211.3MB 56% complete (12.3M/s)
1412026-08-04T16:47:03.979ZDownload: 3031/3076 items 201.5/211.3MB 95% complete (18.2M/s)
1422026-08-04T16:47:09.645ZDownload: 3072/3076 items 211.2/211.3MB 99% complete (977k/s)
1432026-08-04T16:47:09.663ZDownload: Completed 211.31 MB in 23.08 seconds (9.2M/s)
1442026-08-04T16:47:09.832Z Actions: 1/3418 actions (Installing new actions)
1452026-08-04T16:47:12.974Z Actions: Completed 3418 actions in 3.14 seconds.
1462026-08-04T16:47:13.612Z Done
1472026-08-04T16:47:13.612Z Done
1482026-08-04T16:47:14.349Z Done
1492026-08-04T16:47:17.720Z Done
1502026-08-04T16:47:17.788Z Done
1512026-08-04T16:47:17.791Z Done
1522026-08-04T16:47:18.067Z Done
1532026-08-04T16:47:18.750Z++ set -o errexit
1542026-08-04T16:47:18.751Z++ cargo --version
1552026-08-04T16:47:18.757Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1562026-08-04T16:47:18.903Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1572026-08-04T16:47:18.906Zinfo: downloading 6 components
1582026-08-04T16:47:33.948Zcargo 1.97.1 (c980f4866 2026-06-30)
1592026-08-04T16:47:33.951Z++ rustc --version
1602026-08-04T16:47:33.978Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1612026-08-04T16:47:33.983Z++ cargo install cargo-nextest --version 0.9.97
1622026-08-04T16:47:34.026Z Updating crates.io index
1632026-08-04T16:47:34.125Z Downloading crates ...
1642026-08-04T16:47:34.174Z Downloaded cargo-nextest v0.9.97
1652026-08-04T16:47:34.235Z Installing cargo-nextest v0.9.97
1662026-08-04T16:47:34.239Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1672026-08-04T16:47:34.239Z |
1682026-08-04T16:47:34.239Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1692026-08-04T16:47:34.239Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1702026-08-04T16:47:34.281Z Updating crates.io index
1712026-08-04T16:47:36.370Z Locking 396 packages to latest compatible versions
1722026-08-04T16:47:36.374Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-08-04T16:47:36.377Z Adding duct v0.13.7 (available: v1.1.1)
1742026-08-04T16:47:36.377Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-08-04T16:47:36.377Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-08-04T16:47:36.380Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1772026-08-04T16:47:36.380Z Adding itertools v0.14.0 (available: v0.15.0)
1782026-08-04T16:47:36.380Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1792026-08-04T16:47:36.380Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1802026-08-04T16:47:36.383Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1812026-08-04T16:47:36.386Z Adding quick-junit v0.5.2 (available: v0.7.0)
1822026-08-04T16:47:36.410Z Downloading crates ...
1832026-08-04T16:47:36.432Z Downloaded adler2 v2.0.1
1842026-08-04T16:47:36.437Z Downloaded addr2line v0.25.1
1852026-08-04T16:47:36.442Z Downloaded openssl-sys v0.9.117
1862026-08-04T16:47:36.445Z Downloaded digest v0.10.7
1872026-08-04T16:47:36.450Z Downloaded enable-ansi-support v0.2.1
1882026-08-04T16:47:36.450Z Downloaded ordered-float v2.10.1
1892026-08-04T16:47:36.459Z Downloaded anstyle-query v1.1.5
1902026-08-04T16:47:36.463Z Downloaded atomicwrites v0.4.4
1912026-08-04T16:47:36.466Z Downloaded aho-corasick v1.1.5
1922026-08-04T16:47:36.469Z Downloaded anstyle-parse v1.0.0
1932026-08-04T16:47:36.469Z Downloaded block-buffer v0.10.4
1942026-08-04T16:47:36.472Z Downloaded cfg-if v1.0.4
1952026-08-04T16:47:36.475Z Downloaded backtrace-ext v0.2.1
1962026-08-04T16:47:36.475Z Downloaded pin-project-lite v0.2.17
1972026-08-04T16:47:36.478Z Downloaded atomic-waker v1.1.2
1982026-08-04T16:47:36.478Z Downloaded equivalent v1.0.2
1992026-08-04T16:47:36.478Z Downloaded cfg_aliases v0.2.2
2002026-08-04T16:47:36.481Z Downloaded fnv v1.0.7
2012026-08-04T16:47:36.481Z Downloaded camino-tempfile v1.4.1
2022026-08-04T16:47:36.484Z Downloaded subtle v2.6.1
2032026-08-04T16:47:36.486Z Downloaded pin-project v1.1.13
2042026-08-04T16:47:36.492Z Downloaded pin-project-internal v1.1.13
2052026-08-04T16:47:36.495Z Downloaded simd-adler32 v0.3.10
2062026-08-04T16:47:36.495Z Downloaded tokio-native-tls v0.3.1
2072026-08-04T16:47:36.495Z Downloaded scopeguard v1.2.0
2082026-08-04T16:47:36.498Z Downloaded document-features v0.2.12
2092026-08-04T16:47:36.501Z Downloaded sha2 v0.10.9
2102026-08-04T16:47:36.501Z Downloaded futures-task v0.3.33
2112026-08-04T16:47:36.501Z Downloaded foreign-types-shared v0.1.1
2122026-08-04T16:47:36.504Z Downloaded foreign-types v0.3.2
2132026-08-04T16:47:36.507Z Downloaded globset v0.4.20
2142026-08-04T16:47:36.510Z Downloaded tokio-macros v2.7.2
2152026-08-04T16:47:36.513Z Downloaded rustc-hash v2.1.3
2162026-08-04T16:47:36.513Z Downloaded serde-value v0.7.0
2172026-08-04T16:47:36.513Z Downloaded cargo_metadata v0.20.0
2182026-08-04T16:47:36.516Z Downloaded cargo-platform v0.3.3
2192026-08-04T16:47:36.519Z Downloaded quote v1.0.47
2202026-08-04T16:47:36.519Z Downloaded rand_core v0.6.4
2212026-08-04T16:47:36.522Z Downloaded async-scoped v0.9.0
2222026-08-04T16:47:36.522Z Downloaded errno v0.3.14
2232026-08-04T16:47:36.525Z Downloaded cpufeatures v0.3.0
2242026-08-04T16:47:36.525Z Downloaded rustc_version v0.4.1
2252026-08-04T16:47:36.525Z Downloaded serde_ignored v0.1.14
2262026-08-04T16:47:36.528Z Downloaded supports-color v3.0.2
2272026-08-04T16:47:36.531Z Downloaded curve25519-dalek-derive v0.1.1
2282026-08-04T16:47:36.534Z Downloaded supports-unicode v3.0.0
2292026-08-04T16:47:36.534Z Downloaded sync_wrapper v1.0.2
2302026-08-04T16:47:36.534Z Downloaded color-spantrace v0.3.0
2312026-08-04T16:47:36.534Z Downloaded guppy-workspace-hack v0.1.0
2322026-08-04T16:47:36.537Z Downloaded cargo-platform v0.2.0
2332026-08-04T16:47:36.540Z Downloaded form_urlencoded v1.2.2
2342026-08-04T16:47:36.540Z Downloaded rand_core v0.10.1
2352026-08-04T16:47:36.540Z Downloaded serde_urlencoded v0.7.1
2362026-08-04T16:47:36.542Z Downloaded rand_chacha v0.9.0
2372026-08-04T16:47:36.543Z Downloaded thiserror v1.0.69
2382026-08-04T16:47:36.545Z Downloaded pkg-config v0.3.33
2392026-08-04T16:47:36.545Z Downloaded quinn-udp v0.5.15
2402026-08-04T16:47:36.548Z Downloaded tinyvec_macros v0.1.1
2412026-08-04T16:47:36.552Z Downloaded supports-hyperlinks v3.2.0
2422026-08-04T16:47:36.555Z Downloaded futures-macro v0.3.33
2432026-08-04T16:47:36.555Z Downloaded debug-ignore v1.0.5
2442026-08-04T16:47:36.555Z Downloaded strsim v0.11.1
2452026-08-04T16:47:36.558Z Downloaded cpufeatures v0.2.17
2462026-08-04T16:47:36.558Z Downloaded clap_lex v1.1.0
2472026-08-04T16:47:36.561Z Downloaded signal-hook-mio v0.2.5
2482026-08-04T16:47:36.561Z Downloaded signature v2.2.0
2492026-08-04T16:47:36.561Z Downloaded futures-core v0.3.33
2502026-08-04T16:47:36.564Z Downloaded terminal_size v0.4.4
2512026-08-04T16:47:36.565Z Downloaded pathdiff v0.2.3
2522026-08-04T16:47:36.565Z Downloaded crypto-common v0.1.7
2532026-08-04T16:47:36.565Z Downloaded colorchoice v1.0.5
2542026-08-04T16:47:36.568Z Downloaded futures-io v0.3.33
2552026-08-04T16:47:36.568Z Downloaded serde_spanned v1.1.1
2562026-08-04T16:47:36.568Z Downloaded shared_child v1.1.1
2572026-08-04T16:47:36.571Z Downloaded rand v0.9.5
2582026-08-04T16:47:36.574Z Downloaded openssl-macros v0.1.1
2592026-08-04T16:47:36.574Z Downloaded toml_datetime v0.6.11
2602026-08-04T16:47:36.574Z Downloaded strip-ansi-escapes v0.2.1
2612026-08-04T16:47:36.577Z Downloaded tracing-error v0.2.1
2622026-08-04T16:47:36.577Z Downloaded tower-layer v0.3.3
2632026-08-04T16:47:36.580Z Downloaded foldhash v0.1.5
2642026-08-04T16:47:36.584Z Downloaded serde_spanned v0.6.9
2652026-08-04T16:47:36.587Z Downloaded shell-words v1.1.1
2662026-08-04T16:47:36.587Z Downloaded dialoguer v0.11.0
2672026-08-04T16:47:36.587Z Downloaded cargo-util-schemas v0.2.0
2682026-08-04T16:47:36.590Z Downloaded either v1.17.0
2692026-08-04T16:47:36.590Z Downloaded anstream v1.0.0
2702026-08-04T16:47:36.590Z Downloaded autocfg v1.5.1
2712026-08-04T16:47:36.590Z Downloaded swrite v0.1.0
2722026-08-04T16:47:36.593Z Downloaded convert_case v0.10.0
2732026-08-04T16:47:36.593Z Downloaded fixedbitset v0.5.7
2742026-08-04T16:47:36.593Z Downloaded filetime v0.2.29
2752026-08-04T16:47:36.596Z Downloaded clap v4.6.5
2762026-08-04T16:47:36.599Z Downloaded sigchld v0.2.4
2772026-08-04T16:47:36.602Z Downloaded xattr v1.6.1
2782026-08-04T16:47:36.603Z Downloaded thread_local v1.1.10
2792026-08-04T16:47:36.606Z Downloaded lru-slab v0.1.2
2802026-08-04T16:47:36.609Z Downloaded number_prefix v0.4.0
2812026-08-04T16:47:36.609Z Downloaded openssl-probe v0.2.1
2822026-08-04T16:47:36.612Z Downloaded try-lock v0.2.5
2832026-08-04T16:47:36.612Z Downloaded idna_adapter v1.0.0
2842026-08-04T16:47:36.612Z Downloaded static_assertions v1.1.0
2852026-08-04T16:47:36.612Z Downloaded utf8parse v0.2.2
2862026-08-04T16:47:36.612Z Downloaded serde-untagged v0.1.9
2872026-08-04T16:47:36.617Z Downloaded generic-array v0.14.7
2882026-08-04T16:47:36.620Z Downloaded hyper-tls v0.6.0
2892026-08-04T16:47:36.620Z Downloaded future-queue v0.4.0
2902026-08-04T16:47:36.623Z Downloaded futures-executor v0.3.33
2912026-08-04T16:47:36.626Z Downloaded target-spec-miette v0.4.8
2922026-08-04T16:47:36.629Z Downloaded rand_pcg v0.10.2
2932026-08-04T16:47:36.629Z Downloaded smol_str v0.3.6
2942026-08-04T16:47:36.629Z Downloaded thiserror-impl v1.0.69
2952026-08-04T16:47:36.630Z Downloaded base64ct v1.8.3
2962026-08-04T16:47:36.632Z Downloaded slab v0.4.12
2972026-08-04T16:47:36.632Z Downloaded anstyle v1.0.14
2982026-08-04T16:47:36.633Z Downloaded serde_path_to_error v0.1.20
2992026-08-04T16:47:36.635Z Downloaded shlex v2.0.1
3002026-08-04T16:47:36.636Z Downloaded thiserror v2.0.19
3012026-08-04T16:47:36.639Z Downloaded unicode-linebreak v0.1.5
3022026-08-04T16:47:36.639Z Downloaded futures-sink v0.3.33
3032026-08-04T16:47:36.639Z Downloaded home v0.5.12
3042026-08-04T16:47:36.639Z Downloaded ed25519 v2.2.3
3052026-08-04T16:47:36.639Z Downloaded is_terminal_polyfill v1.70.2
3062026-08-04T16:47:36.642Z Downloaded os_pipe v1.2.3
3072026-08-04T16:47:36.645Z Downloaded ppv-lite86 v0.2.21
3082026-08-04T16:47:36.645Z Downloaded quick-junit v0.5.2
3092026-08-04T16:47:36.645Z Downloaded self-replace v1.5.0
3102026-08-04T16:47:36.648Z Downloaded toml_write v0.1.2
3112026-08-04T16:47:36.651Z Downloaded pkcs8 v0.10.2
3122026-08-04T16:47:36.651Z Downloaded is_ci v1.2.0
3132026-08-04T16:47:36.654Z Downloaded rand_core v0.9.5
3142026-08-04T16:47:36.658Z Downloaded camino v1.2.5
3152026-08-04T16:47:36.661Z Downloaded duct v0.13.7
3162026-08-04T16:47:36.661Z Downloaded erased-serde v0.4.10
3172026-08-04T16:47:36.661Z Downloaded cfg-expr v0.20.8
3182026-08-04T16:47:36.664Z Downloaded fastrand v2.5.0
3192026-08-04T16:47:36.664Z Downloaded chacha20 v0.10.1
3202026-08-04T16:47:36.664Z Downloaded console v0.15.11
3212026-08-04T16:47:36.667Z Downloaded signal-hook-registry v1.4.8
3222026-08-04T16:47:36.667Z Downloaded thiserror-impl v2.0.19
3232026-08-04T16:47:36.667Z Downloaded cargo_metadata v0.23.1
3242026-08-04T16:47:36.670Z Downloaded utf8_iter v1.0.4
3252026-08-04T16:47:36.673Z Downloaded unicode-xid v0.2.6
3262026-08-04T16:47:36.673Z Downloaded itoa v1.0.18
3272026-08-04T16:47:36.677Z Downloaded rustls-pki-types v1.15.1
3282026-08-04T16:47:36.680Z Downloaded semver v1.0.28
3292026-08-04T16:47:36.680Z Downloaded spki v0.7.3
3302026-08-04T16:47:36.684Z Downloaded zipsign-api v0.1.5
3312026-08-04T16:47:36.684Z Downloaded humantime v2.4.0
3322026-08-04T16:47:36.684Z Downloaded self_update v0.42.0
3332026-08-04T16:47:36.687Z Downloaded native-tls v0.2.18
3342026-08-04T16:47:36.689Z Downloaded heck v0.5.0
3352026-08-04T16:47:36.689Z Downloaded nested v0.1.1
3362026-08-04T16:47:36.692Z Downloaded rustc-demangle v0.1.28
3372026-08-04T16:47:36.696Z Downloaded lazy_static v1.5.0
3382026-08-04T16:47:36.699Z Downloaded nextest-workspace-hack v0.1.0
3392026-08-04T16:47:36.702Z Downloaded clap_derive v4.6.4
3402026-08-04T16:47:36.702Z Downloaded version_check v0.9.5
3412026-08-04T16:47:36.708Z Downloaded parking_lot v0.12.5
3422026-08-04T16:47:36.711Z Downloaded crc32fast v1.5.0
3432026-08-04T16:47:36.714Z Downloaded find-msvc-tools v0.1.9
3442026-08-04T16:47:36.717Z Downloaded eyre v0.6.12
3452026-08-04T16:47:36.720Z Downloaded tower-service v0.3.3
3462026-08-04T16:47:36.720Z Downloaded futures-channel v0.3.33
3472026-08-04T16:47:36.723Z Downloaded mukti-metadata v0.3.0
3482026-08-04T16:47:36.726Z Downloaded const-oid v0.9.6
3492026-08-04T16:47:36.729Z Downloaded parking_lot_core v0.9.12
3502026-08-04T16:47:36.732Z Downloaded percent-encoding v2.3.2
3512026-08-04T16:47:36.735Z Downloaded zstd v0.13.3
3522026-08-04T16:47:36.737Z Downloaded target-spec v3.6.0
3532026-08-04T16:47:36.737Z Downloaded http-body-util v0.1.4
3542026-08-04T16:47:36.738Z Downloaded smallvec v1.15.2
3552026-08-04T16:47:36.740Z Downloaded hex v0.4.3
3562026-08-04T16:47:36.740Z Downloaded humantime-serde v1.1.1
3572026-08-04T16:47:36.744Z Downloaded target-lexicon v0.13.5
3582026-08-04T16:47:36.749Z Downloaded toml_writer v1.1.2+spec-1.1.0
3592026-08-04T16:47:36.749Z Downloaded http-body v1.1.0
3602026-08-04T16:47:36.749Z Downloaded want v0.3.1
3612026-08-04T16:47:36.752Z Downloaded untrusted v0.9.0
3622026-08-04T16:47:36.755Z Downloaded zmij v1.0.23
3632026-08-04T16:47:36.755Z Downloaded proc-macro2 v1.0.107
3642026-08-04T16:47:36.758Z Downloaded miette-derive v7.6.0
3652026-08-04T16:47:36.758Z Downloaded ryu v1.0.23
3662026-08-04T16:47:36.758Z Downloaded tempfile v3.27.0
3672026-08-04T16:47:36.761Z Downloaded indent_write v2.2.0
3682026-08-04T16:47:36.761Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3692026-08-04T16:47:36.761Z Downloaded tracing-log v0.2.0
3702026-08-04T16:47:36.764Z Downloaded nextest-metadata v0.12.2
3712026-08-04T16:47:36.764Z Downloaded serde_core v1.0.229
3722026-08-04T16:47:36.764Z Downloaded unicase v2.9.0
3732026-08-04T16:47:36.767Z Downloaded indenter v0.3.4
3742026-08-04T16:47:36.767Z Downloaded serde_derive v1.0.229
3752026-08-04T16:47:36.767Z Downloaded zstd-safe v7.2.4
3762026-08-04T16:47:36.770Z Downloaded bitflags v2.13.1
3772026-08-04T16:47:36.770Z Downloaded derive-where v1.6.1
3782026-08-04T16:47:36.773Z Downloaded getrandom v0.3.4
3792026-08-04T16:47:36.776Z Downloaded xxhash-rust v0.8.18
3802026-08-04T16:47:36.776Z Downloaded zeroize v1.9.0
3812026-08-04T16:47:36.776Z Downloaded ahash v0.8.12
3822026-08-04T16:47:36.779Z Downloaded hyper-rustls v0.27.9
3832026-08-04T16:47:36.779Z Downloaded newtype-uuid v1.4.0
3842026-08-04T16:47:36.779Z Downloaded getrandom v0.2.17
3852026-08-04T16:47:36.782Z Downloaded quinn v0.11.11
3862026-08-04T16:47:36.783Z Downloaded futures v0.3.33
3872026-08-04T16:47:36.786Z Downloaded tokio-rustls v0.26.4
3882026-08-04T16:47:36.788Z Downloaded getrandom v0.4.3
3892026-08-04T16:47:36.791Z Downloaded urlencoding v2.1.3
3902026-08-04T16:47:36.791Z Downloaded nextest-filtering v0.15.0
3912026-08-04T16:47:36.794Z Downloaded tracing-core v0.1.36
3922026-08-04T16:47:36.794Z Downloaded signal-hook v0.3.18
3932026-08-04T16:47:36.797Z Downloaded owo-colors v4.3.0
3942026-08-04T16:47:36.797Z Downloaded litrs v1.0.0
3952026-08-04T16:47:36.800Z Downloaded backtrace v0.3.76
3962026-08-04T16:47:36.803Z Downloaded tinyvec v1.12.0
3972026-08-04T16:47:36.803Z Downloaded toml_parser v1.1.3+spec-1.1.0
3982026-08-04T16:47:36.806Z Downloaded tracing-attributes v0.1.31
3992026-08-04T16:47:36.806Z Downloaded unicode-ident v1.0.24
4002026-08-04T16:47:36.810Z Downloaded vte v0.14.1
4012026-08-04T16:47:36.810Z Downloaded textwrap v0.16.2
4022026-08-04T16:47:36.810Z Downloaded iana-time-zone v0.1.65
4032026-08-04T16:47:36.813Z Downloaded once_cell v1.21.4
4042026-08-04T16:47:36.813Z Downloaded httparse v1.10.1
4052026-08-04T16:47:36.813Z Downloaded typeid v1.0.3
4062026-08-04T16:47:36.813Z Downloaded bytes v1.12.1
4072026-08-04T16:47:36.818Z Downloaded config v0.15.25
4082026-08-04T16:47:36.821Z Downloaded tokio-stream v0.1.19
4092026-08-04T16:47:36.824Z Downloaded ipnet v2.12.1
4102026-08-04T16:47:36.827Z Downloaded toml v0.8.23
4112026-08-04T16:47:36.831Z Downloaded base64 v0.22.1
4122026-08-04T16:47:36.833Z Downloaded borsh v1.8.0
4132026-08-04T16:47:36.836Z Downloaded num-traits v0.2.19
4142026-08-04T16:47:36.836Z Downloaded lock_api v0.4.14
4152026-08-04T16:47:36.839Z Downloaded sharded-slab v0.1.7
4162026-08-04T16:47:36.840Z Downloaded log v0.4.33
4172026-08-04T16:47:36.844Z Downloaded hashbrown v0.15.5
4182026-08-04T16:47:36.847Z Downloaded flate2 v1.1.9
4192026-08-04T16:47:36.850Z Downloaded tar v0.4.46
4202026-08-04T16:47:36.853Z Downloaded cc v1.4.0
4212026-08-04T16:47:36.853Z Downloaded derive_more v2.1.1
4222026-08-04T16:47:36.859Z Downloaded der v0.7.10
4232026-08-04T16:47:36.862Z Downloaded ed25519-dalek v2.2.0
4242026-08-04T16:47:36.865Z Downloaded uuid v1.24.0
4252026-08-04T16:47:36.868Z Downloaded socket2 v0.6.5
4262026-08-04T16:47:36.868Z Downloaded jobserver v0.1.35
4272026-08-04T16:47:36.872Z Downloaded indicatif v0.17.11
4282026-08-04T16:47:36.875Z Downloaded miniz_oxide v0.8.9
4292026-08-04T16:47:36.878Z Downloaded derive_more-impl v2.1.1
4302026-08-04T16:47:36.881Z Downloaded toml v1.1.4+spec-1.1.0
4312026-08-04T16:47:36.888Z Downloaded url v2.5.8
4322026-08-04T16:47:36.891Z Downloaded serde v1.0.229
4332026-08-04T16:47:36.894Z Downloaded toml_edit v0.22.27
4342026-08-04T16:47:36.897Z Downloaded rustls-webpki v0.103.13
4352026-08-04T16:47:36.909Z Downloaded http v1.5.0
4362026-08-04T16:47:36.920Z Downloaded indexmap v2.14.0
4372026-08-04T16:47:36.923Z Downloaded mio v1.2.2
4382026-08-04T16:47:36.933Z Downloaded clap_builder v4.6.5
4392026-08-04T16:47:36.939Z Downloaded unicode-normalization v0.1.25
4402026-08-04T16:47:36.950Z Downloaded idna v1.1.0
4412026-08-04T16:47:36.953Z Downloaded crossterm v0.29.0
4422026-08-04T16:47:36.963Z Downloaded rand v0.10.2
4432026-08-04T16:47:36.966Z Downloaded tokio-util v0.7.19
4442026-08-04T16:47:36.969Z Downloaded ron v0.12.2
4452026-08-04T16:47:36.974Z Downloaded guppy v0.17.26
4462026-08-04T16:47:36.977Z Downloaded typenum v1.20.1
4472026-08-04T16:47:36.980Z Downloaded memchr v2.8.3
4482026-08-04T16:47:36.983Z Downloaded futures-util v0.3.33
4492026-08-04T16:47:36.989Z Downloaded hashbrown v0.17.1
4502026-08-04T16:47:36.992Z Downloaded miette v7.6.0
4512026-08-04T16:47:36.995Z Downloaded tower v0.5.3
4522026-08-04T16:47:36.999Z Downloaded regex v1.13.1
4532026-08-04T16:47:37.003Z Downloaded h2 v0.4.15
4542026-08-04T16:47:37.006Z Downloaded unicode-segmentation v1.13.3
4552026-08-04T16:47:37.009Z Downloaded winnow v0.7.15
4562026-08-04T16:47:37.014Z Downloaded chrono v0.4.45
4572026-08-04T16:47:37.018Z Downloaded webpki-roots v1.0.9
4582026-08-04T16:47:37.023Z Downloaded hyper-util v0.1.20
4592026-08-04T16:47:37.027Z Downloaded pulldown-cmark v0.13.4
4602026-08-04T16:47:37.030Z Downloaded quinn-proto v0.11.16
4612026-08-04T16:47:37.043Z Downloaded reqwest v0.12.28
4622026-08-04T16:47:37.050Z Downloaded unicode-width v0.1.14
4632026-08-04T16:47:37.059Z Downloaded zerocopy v0.8.55
4642026-08-04T16:47:37.069Z Downloaded itertools v0.14.0
4652026-08-04T16:47:37.073Z Downloaded gimli v0.32.3
4662026-08-04T16:47:37.077Z Downloaded nextest-runner v0.80.0
4672026-08-04T16:47:37.083Z Downloaded curve25519-dalek v4.1.3
4682026-08-04T16:47:37.087Z Downloaded quick-xml v0.37.5
4692026-08-04T16:47:37.090Z Downloaded serde_json v1.0.151
4702026-08-04T16:47:37.093Z Downloaded quick-xml v0.38.4
4712026-08-04T16:47:37.096Z Downloaded bstr v1.13.0
4722026-08-04T16:47:37.101Z Downloaded tower-http v0.6.11
4732026-08-04T16:47:37.105Z Downloaded hyper v1.11.0
4742026-08-04T16:47:37.109Z Downloaded object v0.37.3
4752026-08-04T16:47:37.114Z Downloaded nix v0.30.1
4762026-08-04T16:47:37.121Z Downloaded portable-atomic v1.14.0
4772026-08-04T16:47:37.124Z Downloaded tracing v0.1.44
4782026-08-04T16:47:37.134Z Downloaded color-eyre v0.6.5
4792026-08-04T16:47:37.138Z Downloaded winnow v1.0.4
4802026-08-04T16:47:37.143Z Downloaded tracing-subscriber v0.3.23
4812026-08-04T16:47:37.172Z Downloaded vcpkg v0.2.15
4822026-08-04T16:47:37.219Z Downloaded unicode-width v0.2.2
4832026-08-04T16:47:37.222Z Downloaded syn v2.0.119
4842026-08-04T16:47:37.228Z Downloaded syn v3.0.3
4852026-08-04T16:47:37.249Z Downloaded openssl v0.10.81
4862026-08-04T16:47:37.266Z Downloaded regex-syntax v0.8.11
4872026-08-04T16:47:37.284Z Downloaded rustix v0.38.44
4882026-08-04T16:47:37.295Z Downloaded rustls v0.23.43
4892026-08-04T16:47:37.316Z Downloaded rustix v1.1.4
4902026-08-04T16:47:37.395Z Downloaded regex-automata v0.4.18
4912026-08-04T16:47:37.444Z Downloaded petgraph v0.8.3
4922026-08-04T16:47:37.468Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4932026-08-04T16:47:37.486Z Downloaded libc v0.2.189
4942026-08-04T16:47:37.506Z Downloaded tokio v1.53.1
4952026-08-04T16:47:37.539Z Downloaded recursion v0.5.4
4962026-08-04T16:47:37.552Z Downloaded ring v0.17.14
4972026-08-04T16:47:37.611Z Compiling proc-macro2 v1.0.107
4982026-08-04T16:47:37.614Z Compiling libc v0.2.189
4992026-08-04T16:47:37.615Z Compiling unicode-ident v1.0.24
5002026-08-04T16:47:37.615Z Compiling quote v1.0.47
5012026-08-04T16:47:37.615Z Compiling serde_core v1.0.229
5022026-08-04T16:47:37.615Z Compiling cfg-if v1.0.4
5032026-08-04T16:47:37.744Z Compiling memchr v2.8.3
5042026-08-04T16:47:37.747Z Compiling once_cell v1.21.4
5052026-08-04T16:47:37.830Z Compiling log v0.4.33
5062026-08-04T16:47:37.869Z Compiling pin-project-lite v0.2.17
5072026-08-04T16:47:37.960Z Compiling serde v1.0.229
5082026-08-04T16:47:37.998Z Compiling itoa v1.0.18
5092026-08-04T16:47:38.138Z Compiling futures-core v0.3.33
5102026-08-04T16:47:38.239Z Compiling smallvec v1.15.2
5112026-08-04T16:47:38.292Z Compiling bitflags v2.13.1
5122026-08-04T16:47:38.303Z Compiling find-msvc-tools v0.1.9
5132026-08-04T16:47:38.560Z Compiling equivalent v1.0.2
5142026-08-04T16:47:38.583Z Compiling shlex v2.0.1
5152026-08-04T16:47:38.648Z Compiling hashbrown v0.17.1
5162026-08-04T16:47:38.711Z Compiling errno v0.3.14
5172026-08-04T16:47:38.762Z Compiling bytes v1.12.1
5182026-08-04T16:47:38.775Z Compiling mio v1.2.2
5192026-08-04T16:47:38.889Z Compiling signal-hook-registry v1.4.8
5202026-08-04T16:47:38.999Z Compiling jobserver v0.1.35
5212026-08-04T16:47:39.053Z Compiling futures-sink v0.3.33
5222026-08-04T16:47:39.135Z Compiling syn v3.0.3
5232026-08-04T16:47:39.165Z Compiling syn v2.0.119
5242026-08-04T16:47:39.322Z Compiling cc v1.4.0
5252026-08-04T16:47:39.353Z Compiling rustix v1.1.4
5262026-08-04T16:47:39.389Z Compiling socket2 v0.6.5
5272026-08-04T16:47:39.472Z Compiling slab v0.4.12
5282026-08-04T16:47:39.689Z Compiling zmij v1.0.23
5292026-08-04T16:47:39.705Z Compiling futures-channel v0.3.33
5302026-08-04T16:47:39.968Z Compiling tracing-core v0.1.36
5312026-08-04T16:47:40.028Z Compiling serde_json v1.0.151
5322026-08-04T16:47:40.173Z Compiling indexmap v2.14.0
5332026-08-04T16:47:40.275Z Compiling version_check v0.9.5
5342026-08-04T16:47:40.555Z Compiling futures-task v0.3.33
5352026-08-04T16:47:40.664Z Compiling futures-io v0.3.33
5362026-08-04T16:47:40.707Z Compiling getrandom v0.4.3
5372026-08-04T16:47:40.857Z Compiling percent-encoding v2.3.2
5382026-08-04T16:47:40.995Z Compiling camino v1.2.5
5392026-08-04T16:47:41.024Z Compiling unicode-width v0.2.2
5402026-08-04T16:47:41.130Z Compiling ring v0.17.14
5412026-08-04T16:47:41.235Z Compiling http v1.5.0
5422026-08-04T16:47:41.327Z Compiling zeroize v1.9.0
5432026-08-04T16:47:41.359Z Compiling simd-adler32 v0.3.10
5442026-08-04T16:47:41.524Z Compiling autocfg v1.5.1
5452026-08-04T16:47:41.644Z Compiling adler2 v2.0.1
5462026-08-04T16:47:41.811Z Compiling miniz_oxide v0.8.9
5472026-08-04T16:47:41.880Z Compiling num-traits v0.2.19
5482026-08-04T16:47:42.051Z Compiling serde_derive v1.0.229
5492026-08-04T16:47:42.104Z Compiling tokio-macros v2.7.2
5502026-08-04T16:47:42.766Z Compiling object v0.37.3
5512026-08-04T16:47:42.803Z Compiling futures-macro v0.3.33
5522026-08-04T16:47:42.836Z Compiling tokio v1.53.1
5532026-08-04T16:47:43.050Z Compiling tracing-attributes v0.1.31
5542026-08-04T16:47:43.120Z Compiling target-lexicon v0.13.5
5552026-08-04T16:47:43.221Z Compiling zerocopy v0.8.55
5562026-08-04T16:47:43.299Z Compiling getrandom v0.3.4
5572026-08-04T16:47:43.646Z Compiling futures-util v0.3.33
5582026-08-04T16:47:43.669Z Compiling http-body v1.1.0
5592026-08-04T16:47:43.672Z Compiling rustls-pki-types v1.15.1
5602026-08-04T16:47:43.813Z Compiling form_urlencoded v1.2.2
5612026-08-04T16:47:43.829Z Compiling semver v1.0.28
5622026-08-04T16:47:44.083Z Compiling getrandom v0.2.17
5632026-08-04T16:47:44.235Z Compiling tracing v0.1.44
5642026-08-04T16:47:44.282Z Compiling utf8_iter v1.0.4
5652026-08-04T16:47:44.451Z Compiling thiserror v2.0.19
5662026-08-04T16:47:44.487Z Compiling gimli v0.32.3
5672026-08-04T16:47:44.543Z Compiling httparse v1.10.1
5682026-08-04T16:47:44.585Z Compiling owo-colors v4.3.0
5692026-08-04T16:47:44.782Z Compiling untrusted v0.9.0
5702026-08-04T16:47:44.871Z Compiling idna_adapter v1.0.0
5712026-08-04T16:47:44.895Z Compiling guppy-workspace-hack v0.1.0
5722026-08-04T16:47:44.913Z Compiling signal-hook v0.3.18
5732026-08-04T16:47:44.972Z Compiling fnv v1.0.7
5742026-08-04T16:47:45.084Z Compiling idna v1.1.0
5752026-08-04T16:47:46.284Z Compiling thiserror-impl v2.0.19
5762026-08-04T16:47:46.527Z Compiling addr2line v0.25.1
5772026-08-04T16:47:46.739Z Compiling generic-array v0.14.7
5782026-08-04T16:47:46.960Z Compiling tokio-util v0.7.19
5792026-08-04T16:47:46.963Z Compiling target-spec v3.6.0
5802026-08-04T16:47:47.160Z Compiling pkg-config v0.3.33
5812026-08-04T16:47:47.234Z Compiling typeid v1.0.3
5822026-08-04T16:47:47.443Z Compiling try-lock v0.2.5
5832026-08-04T16:47:47.518Z Compiling thiserror v1.0.69
5842026-08-04T16:47:47.563Z Compiling rustls v0.23.43
5852026-08-04T16:47:47.585Z Compiling fastrand v2.5.0
5862026-08-04T16:47:47.774Z Compiling rustc-demangle v0.1.28
5872026-08-04T16:47:47.820Z Compiling tower-service v0.3.3
5882026-08-04T16:47:47.916Z Compiling atomic-waker v1.1.2
5892026-08-04T16:47:48.050Z Compiling h2 v0.4.15
5902026-08-04T16:47:48.076Z Compiling backtrace v0.3.76
5912026-08-04T16:47:48.104Z Compiling tempfile v3.27.0
5922026-08-04T16:47:48.566Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5932026-08-04T16:47:48.577Z Compiling want v0.3.1
5942026-08-04T16:47:48.851Z Compiling cfg-expr v0.20.8
5952026-08-04T16:47:48.870Z Compiling url v2.5.8
5962026-08-04T16:47:49.509Z Compiling thiserror-impl v1.0.69
5972026-08-04T16:47:49.835Z Compiling terminal_size v0.4.4
5982026-08-04T16:47:49.990Z Compiling aho-corasick v1.1.5
5992026-08-04T16:47:50.297Z Compiling regex-syntax v0.8.11
6002026-08-04T16:47:50.640Z Compiling rustls-webpki v0.103.13
6012026-08-04T16:47:51.286Z Compiling winnow v0.7.15
6022026-08-04T16:47:53.005Z Compiling erased-serde v0.4.10
6032026-08-04T16:47:53.099Z Compiling typenum v1.20.1
6042026-08-04T16:47:53.202Z Compiling subtle v2.6.1
6052026-08-04T16:47:53.343Z Compiling regex-automata v0.4.18
6062026-08-04T16:47:53.533Z Compiling hyper v1.11.0
6072026-08-04T16:47:55.501Z Compiling toml_datetime v0.6.11
6082026-08-04T16:47:55.880Z Compiling serde_spanned v0.6.9
6092026-08-04T16:47:56.042Z Compiling ahash v0.8.12
6102026-08-04T16:47:56.055Z Compiling sync_wrapper v1.0.2
6112026-08-04T16:47:56.168Z Compiling base64 v0.22.1
6122026-08-04T16:47:56.293Z Compiling lazy_static v1.5.0
6132026-08-04T16:47:56.404Z Compiling portable-atomic v1.14.0
6142026-08-04T16:47:56.667Z Compiling foldhash v0.1.5
6152026-08-04T16:47:56.851Z Compiling tower-layer v0.3.3
6162026-08-04T16:47:56.890Z Compiling ipnet v2.12.1
6172026-08-04T16:47:57.057Z Compiling either v1.17.0
6182026-08-04T16:47:57.295Z Compiling is_ci v1.2.0
6192026-08-04T16:47:57.319Z Compiling toml_write v0.1.2
6202026-08-04T16:47:57.469Z Compiling parking_lot_core v0.9.12
6212026-08-04T16:47:57.572Z Compiling crc32fast v1.5.0
6222026-08-04T16:47:57.637Z Compiling unicode-segmentation v1.13.3
6232026-08-04T16:47:57.741Z Compiling nextest-workspace-hack v0.1.0
6242026-08-04T16:47:57.835Z Compiling unicode-linebreak v0.1.5
6252026-08-04T16:47:57.929Z Compiling toml_edit v0.22.27
6262026-08-04T16:47:57.974Z Compiling convert_case v0.10.0
6272026-08-04T16:47:58.039Z Compiling textwrap v0.16.2
6282026-08-04T16:47:58.067Z Compiling supports-color v3.0.2
6292026-08-04T16:47:58.106Z Compiling hyper-util v0.1.20
6302026-08-04T16:47:58.232Z Compiling tower v0.5.3
6312026-08-04T16:47:58.344Z Compiling hashbrown v0.15.5
6322026-08-04T16:47:58.792Z Compiling tokio-rustls v0.26.4
6332026-08-04T16:47:58.976Z Compiling sharded-slab v0.1.7
6342026-08-04T16:47:59.444Z Compiling backtrace-ext v0.2.1
6352026-08-04T16:47:59.586Z Compiling ordered-float v2.10.1
6362026-08-04T16:47:59.704Z Compiling webpki-roots v1.0.9
6372026-08-04T16:47:59.720Z Compiling miette-derive v7.6.0
6382026-08-04T16:47:59.825Z Compiling pathdiff v0.2.3
6392026-08-04T16:47:59.878Z Compiling console v0.15.11
6402026-08-04T16:47:59.972Z Compiling tracing-log v0.2.0
6412026-08-04T16:48:00.322Z Compiling cargo-platform v0.3.3
6422026-08-04T16:48:00.739Z Compiling os_pipe v1.2.3
6432026-08-04T16:48:00.824Z Compiling thread_local v1.1.10
6442026-08-04T16:48:00.866Z Compiling debug-ignore v1.0.5
6452026-08-04T16:48:00.904Z Compiling unicode-width v0.1.14
6462026-08-04T16:48:00.978Z Compiling supports-hyperlinks v3.2.0
6472026-08-04T16:48:01.150Z Compiling ryu v1.0.23
6482026-08-04T16:48:01.199Z Compiling winnow v1.0.4
6492026-08-04T16:48:01.211Z Compiling fixedbitset v0.5.7
6502026-08-04T16:48:01.233Z Compiling pulldown-cmark v0.13.4
6512026-08-04T16:48:01.445Z Compiling supports-unicode v3.0.0
6522026-08-04T16:48:01.614Z Compiling utf8parse v0.2.2
6532026-08-04T16:48:01.723Z Compiling zstd-safe v7.2.4
6542026-08-04T16:48:01.735Z Compiling cfg_aliases v0.2.2
6552026-08-04T16:48:01.775Z Compiling rustix v0.38.44
6562026-08-04T16:48:01.805Z Compiling scopeguard v1.2.0
6572026-08-04T16:48:01.921Z Compiling lock_api v0.4.14
6582026-08-04T16:48:02.006Z Compiling nix v0.30.1
6592026-08-04T16:48:02.207Z Compiling anstyle-parse v1.0.0
6602026-08-04T16:48:02.219Z Compiling miette v7.6.0
6612026-08-04T16:48:02.377Z Compiling toml_parser v1.1.3+spec-1.1.0
6622026-08-04T16:48:02.440Z Compiling petgraph v0.8.3
6632026-08-04T16:48:02.655Z Compiling serde_urlencoded v0.7.1
6642026-08-04T16:48:02.943Z Compiling tracing-subscriber v0.3.23
6652026-08-04T16:48:03.710Z Compiling sigchld v0.2.4
6662026-08-04T16:48:03.911Z Compiling cargo_metadata v0.23.1
6672026-08-04T16:48:04.393Z Compiling serde-value v0.7.0
6682026-08-04T16:48:04.915Z Compiling hyper-rustls v0.27.9
6692026-08-04T16:48:05.091Z Compiling serde-untagged v0.1.9
6702026-08-04T16:48:05.459Z Compiling toml v0.8.23
6712026-08-04T16:48:05.840Z Compiling tower-http v0.6.11
6722026-08-04T16:48:06.307Z Compiling derive_more-impl v2.1.1
6732026-08-04T16:48:06.898Z Compiling itertools v0.14.0
6742026-08-04T16:48:06.941Z Compiling regex v1.13.1
6752026-08-04T16:48:07.125Z Compiling block-buffer v0.10.4
6762026-08-04T16:48:07.278Z Compiling crypto-common v0.1.7
6772026-08-04T16:48:07.346Z Compiling ppv-lite86 v0.2.21
6782026-08-04T16:48:07.412Z Compiling futures-executor v0.3.33
6792026-08-04T16:48:07.679Z Compiling rand_core v0.9.5
6802026-08-04T16:48:07.897Z Compiling http-body-util v0.1.4
6812026-08-04T16:48:07.930Z Compiling pin-project-internal v1.1.13
6822026-08-04T16:48:08.148Z Compiling uuid v1.24.0
6832026-08-04T16:48:08.196Z Compiling toml_datetime v1.1.1+spec-1.1.0
6842026-08-04T16:48:08.366Z Compiling serde_spanned v1.1.1
6852026-08-04T16:48:08.389Z Compiling smol_str v0.3.6
6862026-08-04T16:48:08.522Z Compiling filetime v0.2.29
6872026-08-04T16:48:08.618Z Compiling vte v0.14.1
6882026-08-04T16:48:08.688Z Compiling bstr v1.13.0
6892026-08-04T16:48:08.733Z Compiling unicase v2.9.0
6902026-08-04T16:48:08.745Z Compiling static_assertions v1.1.0
6912026-08-04T16:48:08.817Z Compiling nested v0.1.1
6922026-08-04T16:48:08.838Z Compiling unicode-xid v0.2.6
6932026-08-04T16:48:08.919Z Compiling iana-time-zone v0.1.65
6942026-08-04T16:48:08.976Z Compiling self_update v0.42.0
6952026-08-04T16:48:09.013Z Compiling eyre v0.6.12
6962026-08-04T16:48:09.214Z Compiling tinyvec_macros v0.1.1
6972026-08-04T16:48:09.227Z Compiling is_terminal_polyfill v1.70.2
6982026-08-04T16:48:09.285Z Compiling color-spantrace v0.3.0
6992026-08-04T16:48:09.333Z Compiling anstyle v1.0.14
7002026-08-04T16:48:09.337Z Compiling colorchoice v1.0.5
7012026-08-04T16:48:09.380Z Compiling xattr v1.6.1
7022026-08-04T16:48:09.422Z Compiling number_prefix v0.4.0
7032026-08-04T16:48:09.453Z Compiling litrs v1.0.0
7042026-08-04T16:48:09.570Z Compiling anstyle-query v1.1.5
7052026-08-04T16:48:09.601Z Compiling indicatif v0.17.11
7062026-08-04T16:48:09.601Z Compiling tar v0.4.46
7072026-08-04T16:48:09.678Z Compiling anstream v1.0.0
7082026-08-04T16:48:09.897Z Compiling document-features v0.2.12
7092026-08-04T16:48:09.954Z Compiling tinyvec v1.12.0
7102026-08-04T16:48:10.195Z Compiling globset v0.4.20
7112026-08-04T16:48:10.390Z Compiling chrono v0.4.45
7122026-08-04T16:48:10.447Z Compiling pin-project v1.1.13
7132026-08-04T16:48:10.550Z Compiling guppy v0.17.26
7142026-08-04T16:48:10.764Z Compiling cargo-util-schemas v0.2.0
7152026-08-04T16:48:12.125Z Compiling strip-ansi-escapes v0.2.1
7162026-08-04T16:48:12.609Z Compiling nextest-metadata v0.12.2
7172026-08-04T16:48:12.709Z Compiling toml v1.1.4+spec-1.1.0
7182026-08-04T16:48:12.733Z Compiling newtype-uuid v1.4.0
7192026-08-04T16:48:12.910Z Compiling reqwest v0.12.28
7202026-08-04T16:48:13.216Z Compiling rand_chacha v0.9.0
7212026-08-04T16:48:13.492Z Compiling futures v0.3.33
7222026-08-04T16:48:13.579Z Compiling digest v0.10.7
7232026-08-04T16:48:13.770Z Compiling derive_more v2.1.1
7242026-08-04T16:48:13.773Z Compiling flate2 v1.1.9
7252026-08-04T16:48:13.805Z Compiling parking_lot v0.12.5
7262026-08-04T16:48:13.853Z Compiling tracing-error v0.2.1
7272026-08-04T16:48:14.087Z Compiling shared_child v1.1.1
7282026-08-04T16:48:14.676Z Compiling signal-hook-mio v0.2.5
7292026-08-04T16:48:14.701Z Compiling self-replace v1.5.0
7302026-08-04T16:48:14.810Z Compiling cargo-platform v0.2.0
7312026-08-04T16:48:14.961Z Compiling quick-xml v0.38.4
7322026-08-04T16:48:15.363Z Compiling quick-xml v0.37.5
7332026-08-04T16:48:15.717Z Compiling recursion v0.5.4
7342026-08-04T16:48:15.766Z Compiling indenter v0.3.4
7352026-08-04T16:48:15.854Z Compiling strsim v0.11.1
7362026-08-04T16:48:16.380Z Compiling humantime v2.4.0
7372026-08-04T16:48:16.544Z Compiling urlencoding v2.1.3
7382026-08-04T16:48:16.662Z Compiling cpufeatures v0.2.17
7392026-08-04T16:48:16.737Z Compiling heck v0.5.0
7402026-08-04T16:48:16.785Z Compiling shell-words v1.1.1
7412026-08-04T16:48:16.799Z Compiling clap_lex v1.1.0
7422026-08-04T16:48:16.922Z Compiling sha2 v0.10.9
7432026-08-04T16:48:16.937Z Compiling clap_derive v4.6.4
7442026-08-04T16:48:17.036Z Compiling clap_builder v4.6.5
7452026-08-04T16:48:17.780Z Compiling humantime-serde v1.1.1
7462026-08-04T16:48:18.191Z Compiling nextest-filtering v0.15.0
7472026-08-04T16:48:18.424Z Compiling quick-junit v0.5.2
7482026-08-04T16:48:18.672Z Compiling atomicwrites v0.4.4
7492026-08-04T16:48:18.964Z Compiling cargo_metadata v0.20.0
7502026-08-04T16:48:21.458Z Compiling crossterm v0.29.0
7512026-08-04T16:48:22.059Z Compiling cargo-nextest v0.9.97
7522026-08-04T16:48:23.214Z Compiling duct v0.13.7
7532026-08-04T16:48:24.090Z Compiling zstd v0.13.3
7542026-08-04T16:48:24.168Z Compiling async-scoped v0.9.0
7552026-08-04T16:48:24.314Z Compiling rand v0.9.5
7562026-08-04T16:48:24.360Z Compiling config v0.15.25
7572026-08-04T16:48:24.519Z Compiling unicode-normalization v0.1.25
7582026-08-04T16:48:24.562Z Compiling target-spec-miette v0.4.8
7592026-08-04T16:48:24.627Z Compiling future-queue v0.4.0
7602026-08-04T16:48:24.905Z Compiling mukti-metadata v0.3.0
7612026-08-04T16:48:24.905Z Compiling camino-tempfile v1.4.1
7622026-08-04T16:48:24.964Z Compiling tokio-stream v0.1.19
7632026-08-04T16:48:25.039Z Compiling derive-where v1.6.1
7642026-08-04T16:48:25.098Z Compiling serde_ignored v0.1.14
7652026-08-04T16:48:25.307Z Compiling serde_path_to_error v0.1.20
7662026-08-04T16:48:25.406Z Compiling swrite v0.1.0
7672026-08-04T16:48:25.444Z Compiling xxhash-rust v0.8.18
7682026-08-04T16:48:25.510Z Compiling indent_write v2.2.0
7692026-08-04T16:48:25.522Z Compiling hex v0.4.3
7702026-08-04T16:48:25.621Z Compiling home v0.5.12
7712026-08-04T16:48:25.657Z Compiling color-eyre v0.6.5
7722026-08-04T16:48:25.781Z Compiling clap v4.6.5
7732026-08-04T16:48:25.793Z Compiling dialoguer v0.11.0
7742026-08-04T16:48:25.812Z Compiling enable-ansi-support v0.2.1
7752026-08-04T16:48:26.266Z Compiling nextest-runner v0.80.0
7762026-08-04T16:48:44.962Z Finished `release` profile [optimized] target(s) in 1m 10s
7772026-08-04T16:48:45.137Z Installing /home/build/.cargo/bin/cargo-nextest
7782026-08-04T16:48:45.140Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7792026-08-04T16:48:45.263Z+ banner ddm
7802026-08-04T16:48:45.267Z
7812026-08-04T16:48:45.267Z ##### ##### # #
7822026-08-04T16:48:45.267Z # # # # ## ##
7832026-08-04T16:48:45.267Z # # # # # ## #
7842026-08-04T16:48:45.267Z # # # # # #
7852026-08-04T16:48:45.267Z # # # # # #
7862026-08-04T16:48:45.267Z ##### ##### # #
7872026-08-04T16:48:45.267Z
7882026-08-04T16:48:45.267Z+ cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture
7892026-08-04T16:48:45.419Z Updating crates.io index
7902026-08-04T16:48:45.424Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-08-04T16:48:51.441ZFrom https://github.com/oxidecomputer/omicron
7922026-08-04T16:48:51.441Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7932026-08-04T16:48:51.868Z Updating git repository `https://github.com/oxidecomputer/falcon`
7942026-08-04T16:48:52.758ZFrom https://github.com/oxidecomputer/falcon
7952026-08-04T16:48:52.758Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7962026-08-04T16:48:52.833Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7972026-08-04T16:48:53.245ZFrom https://github.com/oxidecomputer/dendrite
7982026-08-04T16:48:53.245Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
7992026-08-04T16:48:53.284Z Updating git repository `https://github.com/oxidecomputer/ispf`
8002026-08-04T16:48:53.547ZFrom https://github.com/oxidecomputer/ispf
8012026-08-04T16:48:53.547Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8022026-08-04T16:48:53.553Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8032026-08-04T16:48:53.898ZFrom https://github.com/oxidecomputer/netadm-sys
8042026-08-04T16:48:53.898Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8052026-08-04T16:48:53.905Z Updating git repository `https://github.com/oxidecomputer/opte`
8062026-08-04T16:48:55.110ZFrom https://github.com/oxidecomputer/opte
8072026-08-04T16:48:55.110Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8082026-08-04T16:48:55.138Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8092026-08-04T16:48:55.379ZFrom https://github.com/oxidecomputer/slog-error-chain
8102026-08-04T16:48:55.379Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8112026-08-04T16:48:55.389Z Updating git repository `https://github.com/illumos/smf-rs`
8122026-08-04T16:48:55.631ZFrom https://github.com/illumos/smf-rs
8132026-08-04T16:48:55.631Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8142026-08-04T16:48:55.638Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8152026-08-04T16:48:55.907ZFrom https://github.com/oxidecomputer/poptrie
8162026-08-04T16:48:55.907Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8172026-08-04T16:48:55.915Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8182026-08-04T16:48:56.166ZFrom https://github.com/oxidecomputer/network-interface
8192026-08-04T16:48:56.166Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8202026-08-04T16:48:56.173Z Updating git repository `https://github.com/oxidecomputer/zone`
8212026-08-04T16:48:56.479ZFrom https://github.com/oxidecomputer/zone
8222026-08-04T16:48:56.479Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8232026-08-04T16:48:56.487Z Updating git repository `https://github.com/oxidecomputer/lldp`
8242026-08-04T16:48:56.813ZFrom https://github.com/oxidecomputer/lldp
8252026-08-04T16:48:56.813Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8262026-08-04T16:48:56.822Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-08-04T16:48:57.144ZFrom https://github.com/oxidecomputer/tufaceous
8282026-08-04T16:48:57.144Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-08-04T16:48:57.155Z Updating git repository `https://github.com/oxidecomputer/propolis`
8302026-08-04T16:48:58.087ZFrom https://github.com/oxidecomputer/propolis
8312026-08-04T16:48:58.087Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8322026-08-04T16:48:58.132Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8332026-08-04T16:48:58.712ZFrom https://github.com/oxidecomputer/transceiver-control
8342026-08-04T16:48:58.712Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8352026-08-04T16:48:58.723Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8362026-08-04T16:48:59.025ZFrom https://github.com/oxidecomputer/dlpi-sys
8372026-08-04T16:48:59.025Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8382026-08-04T16:48:59.031Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8392026-08-04T16:48:59.320ZFrom https://github.com/jmesmon/rust-libzfs
8402026-08-04T16:48:59.320Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8412026-08-04T16:48:59.328Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8422026-08-04T16:48:59.593ZFrom https://github.com/oxidecomputer/rusty-doors
8432026-08-04T16:48:59.593Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8442026-08-04T16:48:59.608Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8452026-08-04T16:49:00.086ZFrom https://github.com/oxidecomputer/management-gateway-service
8462026-08-04T16:49:00.086Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8472026-08-04T16:49:00.100Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8482026-08-04T16:49:00.408ZFrom https://github.com/oxidecomputer/serde_human_bytes
8492026-08-04T16:49:00.408Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8502026-08-04T16:49:00.416Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-08-04T16:49:08.963ZFrom https://github.com/oxidecomputer/crucible
8522026-08-04T16:49:08.963Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8532026-08-04T16:49:09.012Z Updating git repository `https://github.com/oxidecomputer/propolis`
8542026-08-04T16:49:09.450ZFrom https://github.com/oxidecomputer/propolis
8552026-08-04T16:49:09.450Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8562026-08-04T16:49:09.495Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-08-04T16:49:10.021ZFrom https://github.com/oxidecomputer/crucible
8582026-08-04T16:49:10.021Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8592026-08-04T16:49:10.086Z Updating git repository `https://github.com/oxidecomputer/tofino`
8602026-08-04T16:49:10.421ZFrom https://github.com/oxidecomputer/tofino
8612026-08-04T16:49:10.421Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8622026-08-04T16:49:10.431Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8632026-08-04T16:49:11.496ZFrom https://github.com/oxidecomputer/maghemite
8642026-08-04T16:49:11.497Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8652026-08-04T16:49:11.529Z Updating git repository `https://github.com/oxidecomputer/clickward`
8662026-08-04T16:49:11.818ZFrom https://github.com/oxidecomputer/clickward
8672026-08-04T16:49:11.818Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8682026-08-04T16:49:11.826Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8692026-08-04T16:49:12.120ZFrom https://github.com/oxidecomputer/illumos-devinfo
8702026-08-04T16:49:12.120Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8712026-08-04T16:49:12.989Z Downloading crates ...
8722026-08-04T16:49:13.029Z Downloaded hubpack_derive v0.1.1
8732026-08-04T16:49:13.032Z Downloaded aead v0.5.2
8742026-08-04T16:49:13.039Z Downloaded idna_adapter v1.2.2
8752026-08-04T16:49:13.041Z Downloaded lru-cache v0.1.2
8762026-08-04T16:49:13.042Z Downloaded httpdate v1.0.3
8772026-08-04T16:49:13.048Z Downloaded libscf-sys v1.2.0
8782026-08-04T16:49:13.051Z Downloaded omicron-workspace-hack v0.1.0
8792026-08-04T16:49:13.054Z Downloaded hubpack v0.1.2
8802026-08-04T16:49:13.054Z Downloaded ident_case v1.0.1
8812026-08-04T16:49:13.058Z Downloaded convert_case v0.4.0
8822026-08-04T16:49:13.061Z Downloaded libsw v3.5.0
8832026-08-04T16:49:13.061Z Downloaded humantime v2.3.0
8842026-08-04T16:49:13.064Z Downloaded inout v0.1.4
8852026-08-04T16:49:13.067Z Downloaded is-terminal v0.4.17
8862026-08-04T16:49:13.067Z Downloaded darling v0.21.3
8872026-08-04T16:49:13.070Z Downloaded pest_derive v2.8.6
8882026-08-04T16:49:13.070Z Downloaded keccak v0.1.6
8892026-08-04T16:49:13.070Z Downloaded konst_macro_rules v0.2.19
8902026-08-04T16:49:13.073Z Downloaded dtrace-parser v0.3.0
8912026-08-04T16:49:13.073Z Downloaded const-oid v0.10.2
8922026-08-04T16:49:13.076Z Downloaded ciborium v0.2.2
8932026-08-04T16:49:13.076Z Downloaded cstr-argument v0.1.2
8942026-08-04T16:49:13.076Z Downloaded icu_provider v2.2.0
8952026-08-04T16:49:13.080Z Downloaded ingot-types v0.1.2
8962026-08-04T16:49:13.080Z Downloaded ipnetwork v0.21.1
8972026-08-04T16:49:13.080Z Downloaded ingot-macros v0.1.1
8982026-08-04T16:49:13.083Z Downloaded ciborium-ll v0.2.2
8992026-08-04T16:49:13.083Z Downloaded console v0.16.3
9002026-08-04T16:49:13.083Z Downloaded mime v0.3.17
9012026-08-04T16:49:13.083Z Downloaded instant v0.1.13
9022026-08-04T16:49:13.086Z Downloaded internet-checksum v0.2.1
9032026-08-04T16:49:13.086Z Downloaded linked-hash-map v0.5.6
9042026-08-04T16:49:13.086Z Downloaded macaddr v1.0.1
9052026-08-04T16:49:13.086Z Downloaded memmap v0.7.0
9062026-08-04T16:49:13.091Z Downloaded cmake v0.1.58
9072026-08-04T16:49:13.094Z Downloaded const-random-macro v0.1.16
9082026-08-04T16:49:13.094Z Downloaded critical-section v1.2.0
9092026-08-04T16:49:13.094Z Downloaded natord v1.0.9
9102026-08-04T16:49:13.094Z Downloaded num v0.4.3
9112026-08-04T16:49:13.094Z Downloaded num-derive v0.4.2
9122026-08-04T16:49:13.097Z Downloaded crc8 v0.1.1
9132026-08-04T16:49:13.097Z Downloaded enum-as-inner v0.6.1
9142026-08-04T16:49:13.100Z Downloaded byteorder v1.5.0
9152026-08-04T16:49:13.103Z Downloaded chacha20 v0.9.1
9162026-08-04T16:49:13.103Z Downloaded cipher v0.4.4
9172026-08-04T16:49:13.103Z Downloaded compression-core v0.4.32
9182026-08-04T16:49:13.103Z Downloaded managed v0.8.0
9192026-08-04T16:49:13.103Z Downloaded jobserver v0.1.34
9202026-08-04T16:49:13.106Z Downloaded cargo_toml v0.22.3
9212026-08-04T16:49:13.109Z Downloaded crypto-common v0.2.2
9222026-08-04T16:49:13.109Z Downloaded ingot-types v0.2.0
9232026-08-04T16:49:13.109Z Downloaded linear-map v1.2.0
9242026-08-04T16:49:13.112Z Downloaded crucible-workspace-hack v0.1.0
9252026-08-04T16:49:13.115Z Downloaded ingot v0.2.1
9262026-08-04T16:49:13.115Z Downloaded icu_collections v2.2.0
9272026-08-04T16:49:13.118Z Downloaded newtype_derive v0.1.6
9282026-08-04T16:49:13.122Z Downloaded crunchy v0.2.4
9292026-08-04T16:49:13.125Z Downloaded cfg_aliases v0.2.1
9302026-08-04T16:49:13.128Z Downloaded no-std-compat v0.4.1
9312026-08-04T16:49:13.130Z Downloaded opaque-debug v0.3.1
9322026-08-04T16:49:13.130Z Downloaded crossbeam-deque v0.8.6
9332026-08-04T16:49:13.133Z Downloaded match_cfg v0.1.0
9342026-08-04T16:49:13.133Z Downloaded newline-converter v0.3.0
9352026-08-04T16:49:13.133Z Downloaded chacha20 v0.10.0
9362026-08-04T16:49:13.137Z Downloaded cookie v0.18.1
9372026-08-04T16:49:13.139Z Downloaded const_format v0.2.36
9382026-08-04T16:49:13.143Z Downloaded fixedbitset v0.4.2
9392026-08-04T16:49:13.146Z Downloaded parse-display v0.10.0
9402026-08-04T16:49:13.146Z Downloaded dunce v1.0.5
9412026-08-04T16:49:13.149Z Downloaded memoffset v0.9.1
9422026-08-04T16:49:13.149Z Downloaded newtype-uuid-macros v0.1.0
9432026-08-04T16:49:13.149Z Downloaded olpc-cjson v0.1.4
9442026-08-04T16:49:13.149Z Downloaded cobs v0.3.0
9452026-08-04T16:49:13.151Z Downloaded block-buffer v0.12.0
9462026-08-04T16:49:13.152Z Downloaded futures-core v0.3.32
9472026-08-04T16:49:13.152Z Downloaded num_threads v0.1.7
9482026-08-04T16:49:13.152Z Downloaded const-random v0.1.18
9492026-08-04T16:49:13.154Z Downloaded darling_macro v0.21.3
9502026-08-04T16:49:13.155Z Downloaded dof v0.3.0
9512026-08-04T16:49:13.155Z Downloaded foreign-types-macros v0.2.3
9522026-08-04T16:49:13.155Z Downloaded num-iter v0.1.45
9532026-08-04T16:49:13.155Z Downloaded serde_repr v0.1.21
9542026-08-04T16:49:13.155Z Downloaded defmt v0.3.100
9552026-08-04T16:49:13.158Z Downloaded dof v0.4.0
9562026-08-04T16:49:13.158Z Downloaded const_format_proc_macros v0.2.34
9572026-08-04T16:49:13.161Z Downloaded num-conv v0.2.2
9582026-08-04T16:49:13.161Z Downloaded scroll v0.13.0
9592026-08-04T16:49:13.161Z Downloaded libsw-core v0.3.2
9602026-08-04T16:49:13.164Z Downloaded num_enum v0.5.11
9612026-08-04T16:49:13.164Z Downloaded paste v1.0.15
9622026-08-04T16:49:13.168Z Downloaded daft v0.1.7
9632026-08-04T16:49:13.168Z Downloaded embedded-io v0.4.0
9642026-08-04T16:49:13.168Z Downloaded ingot v0.1.1
9652026-08-04T16:49:13.171Z Downloaded semver v0.1.20
9662026-08-04T16:49:13.171Z Downloaded serial_test v4.0.1
9672026-08-04T16:49:13.171Z Downloaded siphasher v1.0.3
9682026-08-04T16:49:13.171Z Downloaded ciborium-io v0.2.2
9692026-08-04T16:49:13.171Z Downloaded multer v3.1.0
9702026-08-04T16:49:13.171Z Downloaded num_enum v0.7.6
9712026-08-04T16:49:13.174Z Downloaded hybrid-array v0.4.12
9722026-08-04T16:49:13.177Z Downloaded newtype-uuid v1.3.2
9732026-08-04T16:49:13.177Z Downloaded darling_macro v0.23.0
9742026-08-04T16:49:13.183Z Downloaded defmt-parser v1.0.0
9752026-08-04T16:49:13.183Z Downloaded futures-sink v0.3.32
9762026-08-04T16:49:13.183Z Downloaded structmeta-derive v0.3.0
9772026-08-04T16:49:13.186Z Downloaded tabled_derive v0.11.0
9782026-08-04T16:49:13.186Z Downloaded tabwriter v1.4.1
9792026-08-04T16:49:13.186Z Downloaded embedded-io v0.6.1
9802026-08-04T16:49:13.186Z Downloaded foreign-types v0.5.0
9812026-08-04T16:49:13.189Z Downloaded erased-serde v0.3.31
9822026-08-04T16:49:13.189Z Downloaded futures-task v0.3.32
9832026-08-04T16:49:13.189Z Downloaded usdt-attr-macro v0.6.0
9842026-08-04T16:49:13.189Z Downloaded compression-codecs v0.4.38
9852026-08-04T16:49:13.192Z Downloaded usdt v0.5.0
9862026-08-04T16:49:13.195Z Downloaded crossbeam-utils v0.8.21
9872026-08-04T16:49:13.195Z Downloaded cc v1.2.63
9882026-08-04T16:49:13.199Z Downloaded dropshot-api-manager-types v0.7.2
9892026-08-04T16:49:13.199Z Downloaded foreign-types-shared v0.3.1
9902026-08-04T16:49:13.204Z Downloaded futures-io v0.3.32
9912026-08-04T16:49:13.207Z Downloaded ipnet v2.12.0
9922026-08-04T16:49:13.207Z Downloaded thiserror-impl-no-std v2.0.2
9932026-08-04T16:49:13.207Z Downloaded dtrace-parser v0.2.0
9942026-08-04T16:49:13.207Z Downloaded num_enum_derive v0.5.11
9952026-08-04T16:49:13.209Z Downloaded num-complex v0.4.6
9962026-08-04T16:49:13.213Z Downloaded num-rational v0.4.2
9972026-08-04T16:49:13.213Z Downloaded tokio-macros v2.7.0
9982026-08-04T16:49:13.213Z Downloaded unit-prefix v0.5.2
9992026-08-04T16:49:13.213Z Downloaded zerofrom-derive v0.1.7
10002026-08-04T16:49:13.216Z Downloaded zerofrom v0.1.8
10012026-08-04T16:49:13.216Z Downloaded password-hash v0.5.0
10022026-08-04T16:49:13.216Z Downloaded pem v3.0.6
10032026-08-04T16:49:13.219Z Downloaded num_enum_derive v0.7.6
10042026-08-04T16:49:13.222Z Downloaded oxnet v0.1.6
10052026-08-04T16:49:13.222Z Downloaded heck v0.4.1
10062026-08-04T16:49:13.222Z Downloaded phf_shared v0.12.1
10072026-08-04T16:49:13.222Z Downloaded bytecount v0.6.9
10082026-08-04T16:49:13.227Z Downloaded defmt-macros v1.1.0
10092026-08-04T16:49:13.227Z Downloaded ff v0.13.1
10102026-08-04T16:49:13.227Z Downloaded foldhash v0.2.0
10112026-08-04T16:49:13.230Z Downloaded futures-macro v0.3.32
10122026-08-04T16:49:13.230Z Downloaded powerfmt v0.2.0
10132026-08-04T16:49:13.230Z Downloaded parse-display-derive v0.10.0
10142026-08-04T16:49:13.230Z Downloaded deranged v0.5.8
10152026-08-04T16:49:13.230Z Downloaded fs-err v3.3.0
10162026-08-04T16:49:13.231Z Downloaded parking_lot_core v0.8.6
10172026-08-04T16:49:13.234Z Downloaded ingot-macros v0.2.0
10182026-08-04T16:49:13.234Z Downloaded memmap2 v0.9.10
10192026-08-04T16:49:13.234Z Downloaded hostname v0.3.1
10202026-08-04T16:49:13.234Z Downloaded vsss-rs v3.3.4
10212026-08-04T16:49:13.237Z Downloaded cancel-safe-futures v0.1.5
10222026-08-04T16:49:13.237Z Downloaded ref-cast-impl v1.0.25
10232026-08-04T16:49:13.240Z Downloaded proc-macro-crate v3.5.0
10242026-08-04T16:49:13.240Z Downloaded progenitor-macro v0.10.0
10252026-08-04T16:49:13.242Z Downloaded float-ord v0.3.2
10262026-08-04T16:49:13.243Z Downloaded rustc_version v0.1.7
10272026-08-04T16:49:13.246Z Downloaded digest v0.11.3
10282026-08-04T16:49:13.246Z Downloaded futures-executor v0.3.32
10292026-08-04T16:49:13.246Z Downloaded derive-ex v0.1.8
10302026-08-04T16:49:13.249Z Downloaded smf v0.2.3
10312026-08-04T16:49:13.249Z Downloaded tinystr v0.8.3
10322026-08-04T16:49:13.249Z Downloaded indicatif v0.18.4
10332026-08-04T16:49:13.252Z Downloaded constant_time_eq v0.4.2
10342026-08-04T16:49:13.252Z Downloaded fastrand v2.4.1
10352026-08-04T16:49:13.252Z Downloaded same-file v1.0.6
10362026-08-04T16:49:13.255Z Downloaded tiny-keccak v2.0.2
10372026-08-04T16:49:13.255Z Downloaded arrayref v0.3.9
10382026-08-04T16:49:13.255Z Downloaded usdt-impl v0.5.0
10392026-08-04T16:49:13.255Z Downloaded sha1 v0.10.6
10402026-08-04T16:49:13.259Z Downloaded daft-derive v0.1.7
10412026-08-04T16:49:13.259Z Downloaded displaydoc v0.2.6
10422026-08-04T16:49:13.259Z Downloaded usdt-impl v0.6.0
10432026-08-04T16:49:13.262Z Downloaded xz2 v0.1.7
10442026-08-04T16:49:13.262Z Downloaded arrayvec v0.7.6
10452026-08-04T16:49:13.262Z Downloaded scroll_derive v0.12.1
10462026-08-04T16:49:13.262Z Downloaded take_mut v0.2.2
10472026-08-04T16:49:13.262Z Downloaded spin v0.5.2
10482026-08-04T16:49:13.265Z Downloaded thread-id v5.1.0
10492026-08-04T16:49:13.265Z Downloaded utf-8 v0.7.6
10502026-08-04T16:49:13.265Z Downloaded wait-timeout v0.2.1
10512026-08-04T16:49:13.265Z Downloaded chacha20poly1305 v0.10.1
10522026-08-04T16:49:13.265Z Downloaded typify-macro v0.6.2
10532026-08-04T16:49:13.268Z Downloaded typify-macro v0.4.3
10542026-08-04T16:49:13.268Z Downloaded async-stream-impl v0.3.6
10552026-08-04T16:49:13.268Z Downloaded slog-json v2.6.1
10562026-08-04T16:49:13.271Z Downloaded tokio-dtrace v0.1.1
10572026-08-04T16:49:13.271Z Downloaded dyn-clone v1.0.20
10582026-08-04T16:49:13.271Z Downloaded bit-set v0.8.0
10592026-08-04T16:49:13.271Z Downloaded thread_local v1.1.9
10602026-08-04T16:49:13.275Z Downloaded backoff v0.4.0
10612026-08-04T16:49:13.275Z Downloaded litemap v0.8.2
10622026-08-04T16:49:13.278Z Downloaded bit-vec v0.8.0
10632026-08-04T16:49:13.281Z Downloaded darling v0.23.0
10642026-08-04T16:49:13.284Z Downloaded num-integer v0.1.46
10652026-08-04T16:49:13.285Z Downloaded defmt v1.1.0
10662026-08-04T16:49:13.288Z Downloaded bitflags v1.3.2
10672026-08-04T16:49:13.288Z Downloaded proc-macro-error2 v2.0.1
10682026-08-04T16:49:13.288Z Downloaded progenitor v0.14.0
10692026-08-04T16:49:13.291Z Downloaded plain v0.2.3
10702026-08-04T16:49:13.291Z Downloaded potential_utf v0.1.5
10712026-08-04T16:49:13.291Z Downloaded oxide-tokio-rt v0.1.6
10722026-08-04T16:49:13.294Z Downloaded proc-macro-crate v1.3.1
10732026-08-04T16:49:13.294Z Downloaded ref-cast v1.0.25
10742026-08-04T16:49:13.294Z Downloaded fs_extra v1.3.0
10752026-08-04T16:49:13.297Z Downloaded rand_chacha v0.3.1
10762026-08-04T16:49:13.297Z Downloaded async-stream v0.3.6
10772026-08-04T16:49:13.300Z Downloaded colored v3.1.1
10782026-08-04T16:49:13.303Z Downloaded csv-core v0.1.13
10792026-08-04T16:49:13.303Z Downloaded data-encoding v2.11.0
10802026-08-04T16:49:13.306Z Downloaded futures-channel v0.3.32
10812026-08-04T16:49:13.309Z Downloaded serde-big-array v0.5.1
10822026-08-04T16:49:13.312Z Downloaded secrecy v0.10.3
10832026-08-04T16:49:13.312Z Downloaded either v1.16.0
10842026-08-04T16:49:13.312Z Downloaded quick-error v1.2.3
10852026-08-04T16:49:13.315Z Downloaded progenitor-extras v0.2.0
10862026-08-04T16:49:13.315Z Downloaded konst v0.2.20
10872026-08-04T16:49:13.315Z Downloaded log v0.4.32
10882026-08-04T16:49:13.319Z Downloaded quote v1.0.45
10892026-08-04T16:49:13.319Z Downloaded dropshot_endpoint v0.17.1
10902026-08-04T16:49:13.323Z Downloaded scroll_derive v0.13.1
10912026-08-04T16:49:13.324Z Downloaded slog-bunyan v2.5.0
10922026-08-04T16:49:13.324Z Downloaded snafu-derive v0.8.9
10932026-08-04T16:49:13.324Z Downloaded jiff-static v0.2.28
10942026-08-04T16:49:13.327Z Downloaded smallvec v1.15.1
10952026-08-04T16:49:13.327Z Downloaded spin v0.9.8
10962026-08-04T16:49:13.327Z Downloaded stable_deref_trait v1.2.1
10972026-08-04T16:49:13.327Z Downloaded termtree v0.5.1
10982026-08-04T16:49:13.327Z Downloaded writeable v0.6.3
10992026-08-04T16:49:13.330Z Downloaded scroll v0.12.0
11002026-08-04T16:49:13.330Z Downloaded simd-adler32 v0.3.9
11012026-08-04T16:49:13.330Z Downloaded diff v0.1.13
11022026-08-04T16:49:13.334Z Downloaded thread-id v4.2.2
11032026-08-04T16:49:13.336Z Downloaded hash32 v0.3.1
11042026-08-04T16:49:13.341Z Downloaded progenitor-client v0.10.0
11052026-08-04T16:49:13.344Z Downloaded usdt-macro v0.5.0
11062026-08-04T16:49:13.347Z Downloaded yoke-derive v0.8.2
11072026-08-04T16:49:13.347Z Downloaded serde_plain v1.0.2
11082026-08-04T16:49:13.350Z Downloaded indexmap v1.9.3
11092026-08-04T16:49:13.350Z Downloaded pretty-hex v0.4.2
11102026-08-04T16:49:13.353Z Downloaded proc-macro-error-attr2 v2.0.0
11112026-08-04T16:49:13.353Z Downloaded crossbeam-epoch v0.9.18
11122026-08-04T16:49:13.356Z Downloaded icu_properties v2.2.0
11132026-08-04T16:49:13.356Z Downloaded omicron-zone-package v0.12.3
11142026-08-04T16:49:13.359Z Downloaded papergrid v0.11.0
11152026-08-04T16:49:13.362Z Downloaded parking_lot v0.11.2
11162026-08-04T16:49:13.362Z Downloaded strum v0.26.3
11172026-08-04T16:49:13.362Z Downloaded zerovec-derive v0.11.3
11182026-08-04T16:49:13.365Z Downloaded proc-macro-error v1.0.4
11192026-08-04T16:49:13.368Z Downloaded derive_more v0.99.20
11202026-08-04T16:49:13.371Z Downloaded drift v0.2.0
11212026-08-04T16:49:13.376Z Downloaded elliptic-curve v0.13.8
11222026-08-04T16:49:13.379Z Downloaded futures v0.3.32
11232026-08-04T16:49:13.384Z Downloaded icu_locale_core v2.2.0
11242026-08-04T16:49:13.388Z Downloaded pest_generator v2.8.6
11252026-08-04T16:49:13.388Z Downloaded serde_yaml v0.9.34+deprecated
11262026-08-04T16:49:13.388Z Downloaded highway v1.3.0
11272026-08-04T16:49:13.391Z Downloaded progenitor-client v0.13.0
11282026-08-04T16:49:13.391Z Downloaded fxhash v0.2.1
11292026-08-04T16:49:13.391Z Downloaded rand_xorshift v0.4.0
11302026-08-04T16:49:13.391Z Downloaded async-recursion v1.1.1
11312026-08-04T16:49:13.391Z Downloaded progenitor-client v0.14.0
11322026-08-04T16:49:13.394Z Downloaded darling_core v0.21.3
11332026-08-04T16:49:13.394Z Downloaded synstructure v0.13.2
11342026-08-04T16:49:13.397Z Downloaded icu_normalizer v2.2.0
11352026-08-04T16:49:13.397Z Downloaded sha1 v0.11.0
11362026-08-04T16:49:13.400Z Downloaded smawk v0.3.2
11372026-08-04T16:49:13.401Z Downloaded topological-sort v0.2.2
11382026-08-04T16:49:13.401Z Downloaded schemars_derive v0.8.22
11392026-08-04T16:49:13.401Z Downloaded similar v2.7.0
11402026-08-04T16:49:13.403Z Downloaded thiserror-no-std v2.0.2
11412026-08-04T16:49:13.406Z Downloaded tinyvec v1.11.0
11422026-08-04T16:49:13.406Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-08-04T16:49:13.406Z Downloaded typify v0.4.3
11442026-08-04T16:49:13.409Z Downloaded tabled_derive v0.7.0
11452026-08-04T16:49:13.409Z Downloaded untrusted v0.7.1
11462026-08-04T16:49:13.409Z Downloaded usdt v0.6.0
11472026-08-04T16:49:13.409Z Downloaded usdt-attr-macro v0.5.0
11482026-08-04T16:49:13.417Z Downloaded strum_macros v0.27.2
11492026-08-04T16:49:13.417Z Downloaded term v1.2.1
11502026-08-04T16:49:13.417Z Downloaded allocator-api2 v0.2.21
11512026-08-04T16:49:13.421Z Downloaded anyhow v1.0.104
11522026-08-04T16:49:13.421Z Downloaded argon2 v0.5.3
11532026-08-04T16:49:13.424Z Downloaded bcs v0.1.6
11542026-08-04T16:49:13.424Z Downloaded git-stub-vcs v0.1.0
11552026-08-04T16:49:13.424Z Downloaded globset v0.4.18
11562026-08-04T16:49:13.424Z Downloaded progenitor-macro v0.14.0
11572026-08-04T16:49:13.428Z Downloaded testing_table v0.3.0
11582026-08-04T16:49:13.428Z Downloaded waitgroup v0.1.2
11592026-08-04T16:49:13.428Z Downloaded zone_cfg_derive v0.3.1
11602026-08-04T16:49:13.428Z Downloaded bitflags v2.12.1
11612026-08-04T16:49:13.431Z Downloaded blake2 v0.10.6
11622026-08-04T16:49:13.431Z Downloaded bytes v1.11.1
11632026-08-04T16:49:13.434Z Downloaded icu_normalizer_data v2.2.0
11642026-08-04T16:49:13.435Z Downloaded openssl-sys v0.9.116
11652026-08-04T16:49:13.439Z Downloaded gethostname v0.5.0
11662026-08-04T16:49:13.439Z Downloaded rusty-fork v0.3.1
11672026-08-04T16:49:13.441Z Downloaded hostname v0.4.2
11682026-08-04T16:49:13.442Z Downloaded proc-macro-error-attr v1.0.4
11692026-08-04T16:49:13.442Z Downloaded serial_test_derive v4.0.1
11702026-08-04T16:49:13.442Z Downloaded papergrid v0.18.0
11712026-08-04T16:49:13.445Z Downloaded half v2.7.1
11722026-08-04T16:49:13.445Z Downloaded rustc-hash v2.1.2
11732026-08-04T16:49:13.445Z Downloaded slog-envlogger v2.2.0
11742026-08-04T16:49:13.448Z Downloaded zerocopy-derive v0.7.35
11752026-08-04T16:49:13.448Z Downloaded resolv-conf v0.7.6
11762026-08-04T16:49:13.451Z Downloaded slog-term v2.9.2
11772026-08-04T16:49:13.451Z Downloaded zeroize v1.8.2
11782026-08-04T16:49:13.451Z Downloaded universal-hash v0.5.1
11792026-08-04T16:49:13.454Z Downloaded poly1305 v0.8.0
11802026-08-04T16:49:13.454Z Downloaded sigpipe v0.1.3
11812026-08-04T16:49:13.454Z Downloaded whoami v1.6.1
11822026-08-04T16:49:13.454Z Downloaded time-core v0.1.8
11832026-08-04T16:49:13.458Z Downloaded rustls-pki-types v1.14.1
11842026-08-04T16:49:13.458Z Downloaded byte-wrapper v0.1.0
11852026-08-04T16:49:13.462Z Downloaded crossbeam-channel v0.5.15
11862026-08-04T16:49:13.462Z Downloaded progenitor v0.13.0
11872026-08-04T16:49:13.466Z Downloaded slog-dtrace v0.3.0
11882026-08-04T16:49:13.472Z Downloaded zone v0.3.1
11892026-08-04T16:49:13.475Z Downloaded git-stub v1.0.0
11902026-08-04T16:49:13.475Z Downloaded zeroize_derive v1.4.3
11912026-08-04T16:49:13.475Z Downloaded mio v1.2.1
11922026-08-04T16:49:13.478Z Downloaded slog-stdlog v4.1.1
11932026-08-04T16:49:13.486Z Downloaded progenitor-macro v0.13.0
11942026-08-04T16:49:13.489Z Downloaded serde_tokenstream v0.2.3
11952026-08-04T16:49:13.489Z Downloaded phf v0.12.1
11962026-08-04T16:49:13.489Z Downloaded structmeta v0.3.0
11972026-08-04T16:49:13.489Z Downloaded toml v0.9.12+spec-1.1.0
11982026-08-04T16:49:13.492Z Downloaded walkdir v2.5.0
11992026-08-04T16:49:13.492Z Downloaded base16ct v0.2.0
12002026-08-04T16:49:13.492Z Downloaded getrandom v0.4.2
12012026-08-04T16:49:13.495Z Downloaded http-body v1.0.1
12022026-08-04T16:49:13.495Z Downloaded yoke v0.8.3
12032026-08-04T16:49:13.498Z Downloaded quinn-udp v0.5.14
12042026-08-04T16:49:13.501Z Downloaded strum v0.27.2
12052026-08-04T16:49:13.501Z Downloaded strum_macros v0.26.4
12062026-08-04T16:49:13.504Z Downloaded rustls-native-certs v0.8.4
12072026-08-04T16:49:13.508Z Downloaded tagptr v0.2.0
12082026-08-04T16:49:13.512Z Downloaded progenitor-impl v0.14.0
12092026-08-04T16:49:13.512Z Downloaded rhai_codegen v3.2.0
12102026-08-04T16:49:13.515Z Downloaded base16ct v1.0.0
12112026-08-04T16:49:13.519Z Downloaded time-macros v0.2.27
12122026-08-04T16:49:13.521Z Downloaded toml_writer v1.1.1+spec-1.1.0
12132026-08-04T16:49:13.525Z Downloaded crypto-bigint v0.5.5
12142026-08-04T16:49:13.528Z Downloaded slog v2.8.2
12152026-08-04T16:49:13.531Z Downloaded glob v0.3.3
12162026-08-04T16:49:13.537Z Downloaded snafu v0.8.9
12172026-08-04T16:49:13.537Z Downloaded schemars v0.8.22
12182026-08-04T16:49:13.541Z Downloaded rustversion v1.0.22
12192026-08-04T16:49:13.544Z Downloaded slog-async v2.8.0
12202026-08-04T16:49:13.544Z Downloaded group v0.13.0
12212026-08-04T16:49:13.544Z Downloaded smartstring v1.0.1
12222026-08-04T16:49:13.547Z Downloaded usdt-macro v0.6.0
12232026-08-04T16:49:13.547Z Downloaded zmij v1.0.21
12242026-08-04T16:49:13.547Z Downloaded slog-scope v4.4.1
12252026-08-04T16:49:13.547Z Downloaded toml_parser v1.1.2+spec-1.1.0
12262026-08-04T16:49:13.550Z Downloaded yansi v1.0.1
12272026-08-04T16:49:13.550Z Downloaded toml v1.1.2+spec-1.1.0
12282026-08-04T16:49:13.555Z Downloaded toml_edit v0.25.12+spec-1.1.0
12292026-08-04T16:49:13.558Z Downloaded zerocopy-derive v0.8.50
12302026-08-04T16:49:13.558Z Downloaded progenitor-impl v0.13.0
12312026-08-04T16:49:13.560Z Downloaded hmac v0.12.1
12322026-08-04T16:49:13.561Z Downloaded ucd-trie v0.1.7
12332026-08-04T16:49:13.561Z Downloaded serde_derive_internals v0.29.1
12342026-08-04T16:49:13.564Z Downloaded rustls-pemfile v2.2.0
12352026-08-04T16:49:13.564Z Downloaded unarray v0.1.4
12362026-08-04T16:49:13.564Z Downloaded bs58 v0.5.1
12372026-08-04T16:49:13.564Z Downloaded darling_core v0.23.0
12382026-08-04T16:49:13.568Z Downloaded thin-vec v0.2.18
12392026-08-04T16:49:13.571Z Downloaded memchr v2.8.1
12402026-08-04T16:49:13.571Z Downloaded qorb v0.4.1
12412026-08-04T16:49:13.574Z Downloaded async-trait v0.1.89
12422026-08-04T16:49:13.574Z Downloaded minimal-lexical v0.2.1
12432026-08-04T16:49:13.577Z Downloaded toml v0.7.8
12442026-08-04T16:49:13.579Z Downloaded expectorate v1.2.0
12452026-08-04T16:49:13.579Z Downloaded unsafe-libyaml v0.2.11
12462026-08-04T16:49:13.582Z Downloaded test-strategy v0.4.5
12472026-08-04T16:49:13.582Z Downloaded backon v1.6.0
12482026-08-04T16:49:13.586Z Downloaded rand v0.8.6
12492026-08-04T16:49:13.586Z Downloaded port-file v0.1.0
12502026-08-04T16:49:13.590Z Downloaded progenitor v0.10.0
12512026-08-04T16:49:13.594Z Downloaded rayon-core v1.13.0
12522026-08-04T16:49:13.597Z Downloaded postcard v1.1.3
12532026-08-04T16:49:13.600Z Downloaded tungstenite v0.21.0
12542026-08-04T16:49:13.605Z Downloaded tokio-tungstenite v0.21.0
12552026-08-04T16:49:13.608Z Downloaded serde_with_macros v3.21.0
12562026-08-04T16:49:13.614Z Downloaded heapless v0.8.0
12572026-08-04T16:49:13.620Z Downloaded proc-macro2 v1.0.106
12582026-08-04T16:49:13.623Z Downloaded prettyplease v0.2.37
12592026-08-04T16:49:13.626Z Downloaded tokio-stream v0.1.18
12602026-08-04T16:49:13.629Z Downloaded rustls-platform-verifier v0.7.0
12612026-08-04T16:49:13.636Z Downloaded base64 v0.21.7
12622026-08-04T16:49:13.639Z Downloaded nom v7.1.3
12632026-08-04T16:49:13.642Z Downloaded nom v8.0.0
12642026-08-04T16:49:13.647Z Downloaded pretty_assertions v1.4.1
12652026-08-04T16:49:13.647Z Downloaded steno v0.4.1
12662026-08-04T16:49:13.653Z Downloaded pest v2.8.6
12672026-08-04T16:49:13.662Z Downloaded typify v0.6.2
12682026-08-04T16:49:13.665Z Downloaded itertools v0.12.1
12692026-08-04T16:49:13.668Z Downloaded pest_meta v2.8.6
12702026-08-04T16:49:13.671Z Downloaded schemars v1.2.1
12712026-08-04T16:49:13.678Z Downloaded http v1.4.2
12722026-08-04T16:49:13.681Z Downloaded dropshot-api-manager v0.7.2
12732026-08-04T16:49:13.684Z Downloaded hickory-resolver v0.24.4
12742026-08-04T16:49:13.687Z Downloaded zerotrie v0.2.4
12752026-08-04T16:49:13.687Z Downloaded arc-swap v1.9.1
12762026-08-04T16:49:13.693Z Downloaded typed-path v0.9.3
12772026-08-04T16:49:13.699Z Downloaded rand v0.9.4
12782026-08-04T16:49:13.699Z Downloaded toml_edit v0.19.15
12792026-08-04T16:49:13.703Z Downloaded hickory-resolver v0.25.2
12802026-08-04T16:49:13.706Z Downloaded progenitor-impl v0.10.0
12812026-08-04T16:49:13.715Z Downloaded hashbrown v0.12.3
12822026-08-04T16:49:13.715Z Downloaded libm v0.2.16
12832026-08-04T16:49:13.722Z Downloaded icu_properties_data v2.2.0
12842026-08-04T16:49:13.729Z Downloaded quinn v0.11.9
12852026-08-04T16:49:13.732Z Downloaded schemars v0.9.0
12862026-08-04T16:49:13.736Z Downloaded regex v1.12.3
12872026-08-04T16:49:13.740Z Downloaded async-compression v0.4.42
12882026-08-04T16:49:13.743Z Downloaded itertools v0.15.0
12892026-08-04T16:49:13.747Z Downloaded zerovec v0.11.6
12902026-08-04T16:49:13.752Z Downloaded futures-util v0.3.32
12912026-08-04T16:49:13.760Z Downloaded reqwest v0.13.4
12922026-08-04T16:49:13.764Z Downloaded tough v0.22.0
12932026-08-04T16:49:13.779Z Downloaded hashbrown v0.16.1
12942026-08-04T16:49:13.782Z Downloaded ron v0.12.1
12952026-08-04T16:49:13.793Z Downloaded portable-atomic v1.13.1
12962026-08-04T16:49:13.798Z Downloaded tokio-util v0.7.18
12972026-08-04T16:49:13.801Z Downloaded zerocopy v0.7.35
12982026-08-04T16:49:13.811Z Downloaded goblin v0.8.2
12992026-08-04T16:49:13.814Z Downloaded hkdf v0.12.4
13002026-08-04T16:49:13.817Z Downloaded rayon v1.12.0
13012026-08-04T16:49:13.820Z Downloaded iddqd v0.4.6
13022026-08-04T16:49:13.824Z Downloaded h2 v0.4.14
13032026-08-04T16:49:13.831Z Downloaded winnow v0.5.40
13042026-08-04T16:49:13.835Z Downloaded moka v0.12.15
13052026-08-04T16:49:13.842Z Downloaded tabled v0.15.0
13062026-08-04T16:49:13.855Z Downloaded serde_with v3.21.0
13072026-08-04T16:49:13.861Z Downloaded aho-corasick v1.1.4
13082026-08-04T16:49:13.864Z Downloaded winnow v1.0.3
13092026-08-04T16:49:13.873Z Downloaded time v0.3.47
13102026-08-04T16:49:13.877Z Downloaded webpki-roots v1.0.7
13112026-08-04T16:49:13.880Z Downloaded blake3 v1.8.5
13122026-08-04T16:49:13.884Z Downloaded aws-lc-rs v1.17.0
13132026-08-04T16:49:13.890Z Downloaded proptest v1.11.0
13142026-08-04T16:49:13.900Z Downloaded goblin v0.10.7
13152026-08-04T16:49:13.904Z Downloaded tabled v0.21.0
13162026-08-04T16:49:13.916Z Downloaded syn v1.0.109
13172026-08-04T16:49:13.922Z Downloaded zerocopy v0.8.50
13182026-08-04T16:49:13.937Z Downloaded openssl v0.10.80
13192026-08-04T16:49:13.942Z Downloaded syn v2.0.117
13202026-08-04T16:49:13.951Z Downloaded dropshot v0.17.1
13212026-08-04T16:49:13.964Z Downloaded smoltcp v0.11.0
13222026-08-04T16:49:13.971Z Downloaded nix v0.31.3
13232026-08-04T16:49:13.977Z Downloaded openapiv3 v2.2.0
13242026-08-04T16:49:13.983Z Downloaded rhai v1.25.1
13252026-08-04T16:49:13.989Z Downloaded bstr v1.12.1
13262026-08-04T16:49:13.997Z Downloaded rustls v0.23.40
13272026-08-04T16:49:14.000Z Downloaded regress v0.11.1
13282026-08-04T16:49:14.009Z Downloaded regress v0.10.5
13292026-08-04T16:49:14.019Z Downloaded regex-syntax v0.8.10
13302026-08-04T16:49:14.023Z Downloaded hickory-proto v0.24.4
13312026-08-04T16:49:14.027Z Downloaded hickory-proto v0.25.2
13322026-08-04T16:49:14.031Z Downloaded typify-impl v0.6.2
13332026-08-04T16:49:14.039Z Downloaded sled v0.34.7
13342026-08-04T16:49:14.044Z Downloaded typify-impl v0.4.3
13352026-08-04T16:49:14.052Z Downloaded jiff v0.2.28
13362026-08-04T16:49:14.062Z Downloaded lzma-sys v0.1.20
13372026-08-04T16:49:14.077Z Downloaded petgraph v0.6.5
13382026-08-04T16:49:14.087Z Downloaded regex-automata v0.4.14
13392026-08-04T16:49:14.103Z Downloaded chrono-tz v0.10.4
13402026-08-04T16:49:14.140Z Downloaded csv v1.4.0
13412026-08-04T16:49:14.152Z Downloaded sha3 v0.10.9
13422026-08-04T16:49:14.220Z Downloaded encoding_rs v0.8.35
13432026-08-04T16:49:14.718Z Downloaded aws-lc-sys v0.41.0
13442026-08-04T16:49:15.653Z Compiling proc-macro2 v1.0.106
13452026-08-04T16:49:15.653Z Compiling quote v1.0.45
13462026-08-04T16:49:15.653Z Compiling unicode-ident v1.0.24
13472026-08-04T16:49:15.654Z Compiling serde_core v1.0.229
13482026-08-04T16:49:15.658Z Compiling cfg-if v1.0.4
13492026-08-04T16:49:15.658Z Compiling serde v1.0.229
13502026-08-04T16:49:15.658Z Compiling libc v0.2.189
13512026-08-04T16:49:15.658Z Compiling memchr v2.8.1
13522026-08-04T16:49:15.807Z Compiling itoa v1.0.18
13532026-08-04T16:49:15.983Z Compiling smallvec v1.15.1
13542026-08-04T16:49:16.057Z Compiling zmij v1.0.21
13552026-08-04T16:49:16.117Z Compiling autocfg v1.5.1
13562026-08-04T16:49:16.183Z Compiling libm v0.2.16
13572026-08-04T16:49:16.429Z Compiling stable_deref_trait v1.2.1
13582026-08-04T16:49:16.458Z Compiling percent-encoding v2.3.2
13592026-08-04T16:49:16.504Z Compiling litemap v0.8.2
13602026-08-04T16:49:16.582Z Compiling writeable v0.6.3
13612026-08-04T16:49:16.643Z Compiling icu_properties_data v2.2.0
13622026-08-04T16:49:16.646Z Compiling utf8_iter v1.0.4
13632026-08-04T16:49:16.663Z Compiling icu_normalizer_data v2.2.0
13642026-08-04T16:49:16.680Z Compiling iana-time-zone v0.1.65
13652026-08-04T16:49:16.791Z Compiling form_urlencoded v1.2.2
13662026-08-04T16:49:16.893Z Compiling version_check v0.9.5
13672026-08-04T16:49:16.963Z Compiling syn v2.0.117
13682026-08-04T16:49:16.976Z Compiling syn v3.0.3
13692026-08-04T16:49:16.998Z Compiling serde_json v1.0.151
13702026-08-04T16:49:17.051Z Compiling dyn-clone v1.0.20
13712026-08-04T16:49:17.063Z Compiling pin-project-lite v0.2.17
13722026-08-04T16:49:17.151Z Compiling num-traits v0.2.19
13732026-08-04T16:49:17.167Z Compiling equivalent v1.0.2
13742026-08-04T16:49:17.202Z Compiling allocator-api2 v0.2.21
13752026-08-04T16:49:17.237Z Compiling getrandom v0.4.2
13762026-08-04T16:49:17.248Z Compiling rand_core v0.10.1
13772026-08-04T16:49:17.400Z Compiling scopeguard v1.2.0
13782026-08-04T16:49:17.509Z Compiling parking_lot_core v0.9.12
13792026-08-04T16:49:17.518Z Compiling lock_api v0.4.14
13802026-08-04T16:49:17.671Z Compiling thiserror v2.0.19
13812026-08-04T16:49:17.701Z Compiling hashbrown v0.17.1
13822026-08-04T16:49:17.738Z Compiling log v0.4.32
13832026-08-04T16:49:17.771Z Compiling zerocopy v0.8.50
13842026-08-04T16:49:17.921Z Compiling semver v1.0.28
13852026-08-04T16:49:18.154Z Compiling errno v0.3.14
13862026-08-04T16:49:18.184Z Compiling uuid v1.24.0
13872026-08-04T16:49:18.196Z Compiling indexmap v2.14.0
13882026-08-04T16:49:18.242Z Compiling heck v0.5.0
13892026-08-04T16:49:18.290Z Compiling schemars v0.8.22
13902026-08-04T16:49:18.554Z Compiling futures-core v0.3.32
13912026-08-04T16:49:18.626Z Compiling futures-sink v0.3.32
13922026-08-04T16:49:18.706Z Compiling fnv v1.0.7
13932026-08-04T16:49:18.718Z Compiling rustversion v1.0.22
13942026-08-04T16:49:18.730Z Compiling slab v0.4.12
13952026-08-04T16:49:18.800Z Compiling jobserver v0.1.34
13962026-08-04T16:49:18.900Z Compiling find-msvc-tools v0.1.9
13972026-08-04T16:49:18.903Z Compiling shlex v2.0.1
13982026-08-04T16:49:19.094Z Compiling cc v1.2.63
13992026-08-04T16:49:19.119Z Compiling bitflags v2.12.1
14002026-08-04T16:49:19.140Z Compiling futures-channel v0.3.32
14012026-08-04T16:49:19.160Z Compiling socket2 v0.6.5
14022026-08-04T16:49:19.372Z Compiling futures-task v0.3.32
14032026-08-04T16:49:19.542Z Compiling parking_lot v0.12.5
14042026-08-04T16:49:19.586Z Compiling futures-io v0.3.32
14052026-08-04T16:49:19.622Z Compiling signal-hook-registry v1.4.8
14062026-08-04T16:49:19.667Z Compiling mio v1.2.1
14072026-08-04T16:49:19.702Z Compiling portable-atomic v1.13.1
14082026-08-04T16:49:19.744Z Compiling byteorder v1.5.0
14092026-08-04T16:49:19.937Z Compiling synstructure v0.13.2
14102026-08-04T16:49:19.965Z Compiling serde_derive_internals v0.29.1
14112026-08-04T16:49:19.977Z Compiling serde_derive v1.0.229
14122026-08-04T16:49:19.977Z Compiling thiserror-impl v2.0.19
14132026-08-04T16:49:20.189Z Compiling regex-syntax v0.8.10
14142026-08-04T16:49:20.396Z Compiling critical-section v1.2.0
14152026-08-04T16:49:20.442Z Compiling cmake v0.1.58
14162026-08-04T16:49:20.504Z Compiling fs_extra v1.3.0
14172026-08-04T16:49:20.690Z Compiling once_cell v1.21.4
14182026-08-04T16:49:20.721Z Compiling strsim v0.11.1
14192026-08-04T16:49:20.765Z Compiling dunce v1.0.5
14202026-08-04T16:49:20.777Z Compiling typenum v1.20.1
14212026-08-04T16:49:20.864Z Compiling aws-lc-sys v0.41.0
14222026-08-04T16:49:20.906Z Compiling base64 v0.22.1
14232026-08-04T16:49:21.064Z Compiling zerofrom-derive v0.1.7
14242026-08-04T16:49:21.127Z Compiling yoke-derive v0.8.2
14252026-08-04T16:49:21.235Z Compiling zerovec-derive v0.11.3
14262026-08-04T16:49:21.243Z Compiling displaydoc v0.2.6
14272026-08-04T16:49:21.598Z Compiling schemars_derive v0.8.22
14282026-08-04T16:49:21.837Z Compiling tokio-macros v2.7.0
14292026-08-04T16:49:22.029Z Compiling zerocopy-derive v0.8.50
14302026-08-04T16:49:22.204Z Compiling zeroize_derive v1.4.3
14312026-08-04T16:49:22.275Z Compiling zerofrom v0.1.8
14322026-08-04T16:49:22.346Z Compiling futures-macro v0.3.32
14332026-08-04T16:49:22.396Z Compiling yoke v0.8.3
14342026-08-04T16:49:22.576Z Compiling zerovec v0.11.6
14352026-08-04T16:49:22.589Z Compiling zerotrie v0.2.4
14362026-08-04T16:49:22.874Z Compiling subtle v2.6.1
14372026-08-04T16:49:22.887Z Compiling zeroize v1.8.2
14382026-08-04T16:49:22.898Z Compiling rustix v1.1.4
14392026-08-04T16:49:23.034Z Compiling ipnet v2.12.0
14402026-08-04T16:49:23.089Z Compiling bytes v1.11.1
14412026-08-04T16:49:23.115Z Compiling tinystr v0.8.3
14422026-08-04T16:49:23.148Z Compiling potential_utf v0.1.5
14432026-08-04T16:49:23.184Z Compiling chrono v0.4.45
14442026-08-04T16:49:23.237Z Compiling futures-util v0.3.32
14452026-08-04T16:49:23.305Z Compiling icu_locale_core v2.2.0
14462026-08-04T16:49:23.316Z Compiling icu_collections v2.2.0
14472026-08-04T16:49:23.608Z Compiling tokio v1.53.1
14482026-08-04T16:49:23.764Z Compiling http v1.4.2
14492026-08-04T16:49:23.894Z Compiling serde_tokenstream v0.2.3
14502026-08-04T16:49:24.173Z Compiling icu_provider v2.2.0
14512026-08-04T16:49:24.439Z Compiling icu_normalizer v2.2.0
14522026-08-04T16:49:24.496Z Compiling icu_properties v2.2.0
14532026-08-04T16:49:24.726Z Compiling erased-serde v0.3.31
14542026-08-04T16:49:24.743Z Compiling http-body v1.0.1
14552026-08-04T16:49:25.028Z Compiling atomic-waker v1.1.2
14562026-08-04T16:49:25.076Z Compiling httparse v1.10.1
14572026-08-04T16:49:25.146Z Compiling ucd-trie v0.1.7
14582026-08-04T16:49:25.215Z Compiling tower-service v0.3.3
14592026-08-04T16:49:25.304Z Compiling tower-layer v0.3.3
14602026-08-04T16:49:25.407Z Compiling idna_adapter v1.2.2
14612026-08-04T16:49:25.459Z Compiling pest v2.8.6
14622026-08-04T16:49:25.540Z Compiling idna v1.1.0
14632026-08-04T16:49:25.603Z Compiling try-lock v0.2.5
14642026-08-04T16:49:25.684Z Compiling thiserror v1.0.69
14652026-08-04T16:49:25.706Z Compiling ryu v1.0.23
14662026-08-04T16:49:25.775Z Compiling untrusted v0.9.0
14672026-08-04T16:49:25.882Z Compiling url v2.5.8
14682026-08-04T16:49:25.893Z Compiling want v0.3.1
14692026-08-04T16:49:26.053Z Compiling thiserror-impl v1.0.69
14702026-08-04T16:49:26.150Z Compiling aho-corasick v1.1.4
14712026-08-04T16:49:26.301Z Compiling ppv-lite86 v0.2.21
14722026-08-04T16:49:26.607Z Compiling pest_meta v2.8.6
14732026-08-04T16:49:26.703Z Compiling ident_case v1.0.1
14742026-08-04T16:49:26.727Z Compiling httpdate v1.0.3
14752026-08-04T16:49:26.815Z Compiling pretty-hex v0.4.2
14762026-08-04T16:49:26.947Z Compiling regex-automata v0.4.14
14772026-08-04T16:49:26.966Z Compiling getrandom v0.2.17
14782026-08-04T16:49:27.146Z Compiling ipnetwork v0.21.1
14792026-08-04T16:49:27.286Z Compiling pest_generator v2.8.6
14802026-08-04T16:49:27.517Z Compiling getrandom v0.3.4
14812026-08-04T16:49:27.571Z Compiling rand_core v0.6.4
14822026-08-04T16:49:27.795Z Compiling plain v0.2.3
14832026-08-04T16:49:27.827Z Compiling oxnet v0.1.6
14842026-08-04T16:49:27.853Z Compiling tracing-attributes v0.1.31
14852026-08-04T16:49:27.865Z Compiling tracing-core v0.1.36
14862026-08-04T16:49:27.884Z Compiling pest_derive v2.8.6
14872026-08-04T16:49:27.896Z Compiling paste v1.0.15
14882026-08-04T16:49:28.215Z Compiling foldhash v0.2.0
14892026-08-04T16:49:28.448Z Compiling serde_urlencoded v0.7.1
14902026-08-04T16:49:28.481Z Compiling http-body-util v0.1.4
14912026-08-04T16:49:28.484Z Compiling anyhow v1.0.104
14922026-08-04T16:49:28.710Z Compiling regex v1.12.3
14932026-08-04T16:49:28.738Z Compiling omicron-workspace-hack v0.1.0
14942026-08-04T16:49:28.813Z Compiling slog v2.8.2
14952026-08-04T16:49:28.961Z Compiling sync_wrapper v1.0.2
14962026-08-04T16:49:29.029Z Compiling time-core v0.1.8
14972026-08-04T16:49:29.061Z Compiling num-conv v0.2.2
14982026-08-04T16:49:29.098Z Compiling tracing v0.1.44
14992026-08-04T16:49:29.169Z Compiling powerfmt v0.2.0
15002026-08-04T16:49:29.217Z Compiling time-macros v0.2.27
15012026-08-04T16:49:29.263Z Compiling scroll_derive v0.13.1
15022026-08-04T16:49:29.338Z Compiling deranged v0.5.8
15032026-08-04T16:49:29.488Z Compiling num_threads v0.1.7
15042026-08-04T16:49:29.583Z Compiling winnow v1.0.3
15052026-08-04T16:49:29.613Z Compiling fastrand v2.4.1
15062026-08-04T16:49:30.090Z Compiling scroll v0.13.0
15072026-08-04T16:49:30.185Z Compiling hashbrown v0.16.1
15082026-08-04T16:49:30.198Z Compiling tokio-util v0.7.18
15092026-08-04T16:49:30.300Z Compiling async-trait v0.1.89
15102026-08-04T16:49:30.349Z Compiling daft-derive v0.1.7
15112026-08-04T16:49:30.435Z Compiling aws-lc-rs v1.17.0
15122026-08-04T16:49:30.671Z Compiling goblin v0.10.7
15132026-08-04T16:49:30.757Z Compiling darling_core v0.23.0
15142026-08-04T16:49:31.085Z Compiling rustls-pki-types v1.14.1
15152026-08-04T16:49:31.257Z Compiling camino v1.2.5
15162026-08-04T16:49:31.326Z Compiling usdt-impl v0.6.0
15172026-08-04T16:49:31.561Z Compiling openssl-probe v0.2.1
15182026-08-04T16:49:31.574Z Compiling crossbeam-utils v0.8.21
15192026-08-04T16:49:31.624Z Compiling untrusted v0.7.1
15202026-08-04T16:49:31.767Z Compiling dtrace-parser v0.3.0
15212026-08-04T16:49:31.880Z Compiling rustls v0.23.40
15222026-08-04T16:49:32.086Z Compiling hex v0.4.3
15232026-08-04T16:49:32.338Z Compiling h2 v0.4.14
15242026-08-04T16:49:32.431Z Compiling thread-id v5.1.0
15252026-08-04T16:49:32.508Z Compiling thread_local v1.1.9
15262026-08-04T16:49:32.619Z Compiling crc32fast v1.5.0
15272026-08-04T16:49:32.824Z Compiling futures-executor v0.3.32
15282026-08-04T16:49:32.826Z Compiling darling_macro v0.23.0
15292026-08-04T16:49:32.937Z Compiling slog-async v2.8.0
15302026-08-04T16:49:32.949Z Compiling cpufeatures v0.3.0
15312026-08-04T16:49:33.016Z Compiling match_cfg v0.1.0
15322026-08-04T16:49:33.082Z Compiling futures v0.3.32
15332026-08-04T16:49:33.156Z Compiling rand_core v0.9.5
15342026-08-04T16:49:33.258Z Compiling macaddr v1.0.1
15352026-08-04T16:49:33.285Z Compiling adler2 v2.0.1
15362026-08-04T16:49:33.367Z Compiling simd-adler32 v0.3.9
15372026-08-04T16:49:33.411Z Compiling syn v1.0.109
15382026-08-04T16:49:33.489Z Compiling darling v0.23.0
15392026-08-04T16:49:33.523Z Compiling dof v0.4.0
15402026-08-04T16:49:33.565Z Compiling take_mut v0.2.2
15412026-08-04T16:49:33.619Z Compiling term v1.2.1
15422026-08-04T16:49:33.671Z Compiling ref-cast v1.0.25
15432026-08-04T16:49:33.808Z Compiling miniz_oxide v0.8.9
15442026-08-04T16:49:33.894Z Compiling hybrid-array v0.4.12
15452026-08-04T16:49:34.023Z Compiling ref-cast-impl v1.0.25
15462026-08-04T16:49:34.362Z Compiling structmeta-derive v0.3.0
15472026-08-04T16:49:34.471Z Compiling hyper v1.11.0
15482026-08-04T16:49:34.728Z Compiling flate2 v1.1.9
15492026-08-04T16:49:35.035Z Compiling rand_chacha v0.9.0
15502026-08-04T16:49:35.417Z Compiling structmeta v0.3.0
15512026-08-04T16:49:35.466Z Compiling newtype-uuid-macros v0.1.0
15522026-08-04T16:49:35.609Z Compiling hyper-util v0.1.20
15532026-08-04T16:49:35.643Z Compiling compression-core v0.4.32
15542026-08-04T16:49:35.742Z Compiling usdt-macro v0.6.0
15552026-08-04T16:49:35.794Z Compiling usdt-attr-macro v0.6.0
15562026-08-04T16:49:36.266Z Compiling compression-codecs v0.4.38
15572026-08-04T16:49:36.505Z Compiling rand v0.9.4
15582026-08-04T16:49:36.518Z Compiling block-buffer v0.12.0
15592026-08-04T16:49:36.646Z Compiling crypto-common v0.2.2
15602026-08-04T16:49:36.880Z Compiling newtype-uuid v1.3.2
15612026-08-04T16:49:36.974Z Compiling serde_spanned v1.1.1
15622026-08-04T16:49:37.090Z Compiling multer v3.1.0
15632026-08-04T16:49:37.094Z Compiling toml_writer v1.1.1+spec-1.1.0
15642026-08-04T16:49:37.116Z Compiling const-oid v0.10.2
15652026-08-04T16:49:37.221Z Compiling quick-error v1.2.3
15662026-08-04T16:49:37.268Z Compiling debug-ignore v1.0.5
15672026-08-04T16:49:37.300Z Compiling digest v0.11.3
15682026-08-04T16:49:37.321Z Compiling daft v0.1.7
15692026-08-04T16:49:37.350Z Compiling time v0.3.47
15702026-08-04T16:49:37.360Z Compiling async-stream-impl v0.3.6
15712026-08-04T16:49:37.456Z Compiling strum_macros v0.26.4
15722026-08-04T16:49:37.579Z Compiling generic-array v0.14.7
15732026-08-04T16:49:37.595Z Compiling dropshot v0.17.1
15742026-08-04T16:49:37.793Z Compiling encoding_rs v0.8.35
15752026-08-04T16:49:37.990Z Compiling bit-vec v0.8.0
15762026-08-04T16:49:38.018Z Compiling spin v0.9.8
15772026-08-04T16:49:38.130Z Compiling mime v0.3.17
15782026-08-04T16:49:38.204Z Compiling bit-set v0.8.0
15792026-08-04T16:49:38.222Z Compiling async-stream v0.3.6
15802026-08-04T16:49:38.391Z Compiling sha1 v0.11.0
15812026-08-04T16:49:38.404Z Compiling serde_with_macros v3.21.0
15822026-08-04T16:49:38.503Z Compiling crossbeam-channel v0.5.15
15832026-08-04T16:49:38.506Z Compiling tower v0.5.3
15842026-08-04T16:49:38.662Z Compiling waitgroup v0.1.2
15852026-08-04T16:49:38.986Z Compiling dropshot_endpoint v0.17.1
15862026-08-04T16:49:38.998Z Compiling openapiv3 v2.2.0
15872026-08-04T16:49:39.034Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15882026-08-04T16:49:39.148Z Compiling strum v0.26.3
15892026-08-04T16:49:39.274Z Compiling serde_path_to_error v0.1.20
15902026-08-04T16:49:39.492Z Compiling unarray v0.1.4
15912026-08-04T16:49:39.510Z Compiling tower-http v0.6.11
15922026-08-04T16:49:39.627Z Compiling derive-ex v0.1.8
15932026-08-04T16:49:39.640Z Compiling tempfile v3.27.0
15942026-08-04T16:49:40.059Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15952026-08-04T16:49:40.094Z Compiling rustls-native-certs v0.8.4
15962026-08-04T16:49:40.427Z Compiling strum_macros v0.27.2
15972026-08-04T16:49:40.656Z Compiling is-terminal v0.4.17
15982026-08-04T16:49:40.669Z Compiling instant v0.1.13
15992026-08-04T16:49:40.749Z Compiling slog-term v2.9.2
16002026-08-04T16:49:41.172Z Compiling test-strategy v0.4.5
16012026-08-04T16:49:41.310Z Compiling slog-json v2.6.1
16022026-08-04T16:49:41.348Z Compiling hostname v0.3.1
16032026-08-04T16:49:41.478Z Compiling memmap2 v0.9.10
16042026-08-04T16:49:41.490Z Compiling slog-bunyan v2.5.0
16052026-08-04T16:49:41.506Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16062026-08-04T16:49:41.617Z Compiling either v1.16.0
16072026-08-04T16:49:41.693Z Compiling usdt v0.6.0
16082026-08-04T16:49:41.824Z Compiling crypto-common v0.1.7
16092026-08-04T16:49:41.824Z Compiling parse-display-derive v0.10.0
16102026-08-04T16:49:41.977Z Compiling toml_parser v1.1.2+spec-1.1.0
16112026-08-04T16:49:42.117Z Compiling backon v1.6.0
16122026-08-04T16:49:42.269Z Compiling strum v0.27.2
16132026-08-04T16:49:42.335Z Compiling rand_chacha v0.3.1
16142026-08-04T16:49:42.396Z Compiling toml_datetime v1.1.1+spec-1.1.0
16152026-08-04T16:49:42.541Z Compiling rand v0.8.6
16162026-08-04T16:49:42.701Z Compiling toml v1.1.2+spec-1.1.0
16172026-08-04T16:49:42.744Z Compiling async-compression v0.4.42
16182026-08-04T16:49:43.046Z Compiling rustls-pemfile v2.2.0
16192026-08-04T16:49:43.075Z Compiling hostname v0.4.2
16202026-08-04T16:49:43.080Z Compiling wait-timeout v0.2.1
16212026-08-04T16:49:43.236Z Compiling rusty-fork v0.3.1
16222026-08-04T16:49:43.379Z Compiling serde_with v3.21.0
16232026-08-04T16:49:43.525Z Compiling rand_xorshift v0.4.0
16242026-08-04T16:49:43.671Z Compiling regress v0.10.5
16252026-08-04T16:49:43.700Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16262026-08-04T16:49:43.758Z Compiling humantime v2.3.0
16272026-08-04T16:49:43.945Z Compiling proptest v1.11.0
16282026-08-04T16:49:44.027Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16292026-08-04T16:49:44.158Z Compiling itertools v0.14.0
16302026-08-04T16:49:44.173Z Compiling iddqd v0.4.6
16312026-08-04T16:49:44.249Z Compiling unicode-width v0.2.2
16322026-08-04T16:49:44.731Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16332026-08-04T16:49:44.968Z Compiling block-buffer v0.10.4
16342026-08-04T16:49:45.117Z Compiling reqwest v0.12.28
16352026-08-04T16:49:45.376Z Compiling digest v0.10.7
16362026-08-04T16:49:45.409Z Compiling parse-display v0.10.0
16372026-08-04T16:49:45.424Z Compiling backoff v0.4.0
16382026-08-04T16:49:45.594Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16392026-08-04T16:49:46.215Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16402026-08-04T16:49:46.525Z Compiling progenitor-client v0.10.0
16412026-08-04T16:49:47.078Z Compiling utf8parse v0.2.2
16422026-08-04T16:49:47.175Z Compiling anstyle-parse v1.0.0
16432026-08-04T16:49:47.334Z Compiling regress v0.11.1
16442026-08-04T16:49:47.363Z Compiling colorchoice v1.0.5
16452026-08-04T16:49:47.506Z Compiling anstyle v1.0.14
16462026-08-04T16:49:47.735Z Compiling anstyle-query v1.1.5
16472026-08-04T16:49:47.814Z Compiling is_terminal_polyfill v1.70.2
16482026-08-04T16:49:48.038Z Compiling anstream v1.0.0
16492026-08-04T16:49:48.049Z Compiling clap_lex v1.1.0
16502026-08-04T16:49:48.897Z Compiling typify-impl v0.6.2
16512026-08-04T16:49:49.110Z Compiling toml_datetime v0.6.11
16522026-08-04T16:49:49.387Z Compiling zerocopy-derive v0.7.35
16532026-08-04T16:49:49.633Z Compiling clap_derive v4.6.4
16542026-08-04T16:49:49.824Z Compiling convert_case v0.4.0
16552026-08-04T16:49:50.251Z Compiling cpufeatures v0.2.17
16562026-08-04T16:49:50.321Z Compiling zerocopy v0.7.35
16572026-08-04T16:49:50.345Z Compiling derive_more v0.99.20
16582026-08-04T16:49:51.352Z Compiling terminal_size v0.4.4
16592026-08-04T16:49:51.894Z Compiling secrecy v0.10.3
16602026-08-04T16:49:51.900Z Compiling heapless v0.8.0
16612026-08-04T16:49:51.956Z Compiling tinyvec_macros v0.1.1
16622026-08-04T16:49:52.014Z Compiling float-ord v0.3.2
16632026-08-04T16:49:52.031Z Compiling crucible-workspace-hack v0.1.0
16642026-08-04T16:49:52.122Z Compiling tinyvec v1.11.0
16652026-08-04T16:49:52.267Z Compiling clap_builder v4.6.5
16662026-08-04T16:49:52.684Z Compiling dtrace-parser v0.2.0
16672026-08-04T16:49:52.701Z Compiling scroll_derive v0.12.1
16682026-08-04T16:49:52.776Z Compiling serde_repr v0.1.21
16692026-08-04T16:49:52.948Z Compiling hash32 v0.3.1
16702026-08-04T16:49:53.095Z Compiling rustc_version v0.4.1
16712026-08-04T16:49:53.353Z Compiling num-integer v0.1.46
16722026-08-04T16:49:53.366Z Compiling usdt-impl v0.5.0
16732026-08-04T16:49:53.608Z Compiling smoltcp v0.11.0
16742026-08-04T16:49:53.649Z Compiling scroll v0.12.0
16752026-08-04T16:49:53.729Z Compiling curve25519-dalek v4.1.3
16762026-08-04T16:49:53.916Z Compiling clap v4.6.5
16772026-08-04T16:49:54.061Z Compiling dof v0.3.0
16782026-08-04T16:49:54.222Z Compiling hmac v0.12.1
16792026-08-04T16:49:54.357Z Compiling inout v0.1.4
16802026-08-04T16:49:54.403Z Compiling ff v0.13.1
16812026-08-04T16:49:54.413Z Compiling darling_core v0.21.3
16822026-08-04T16:49:54.447Z Compiling cobs v0.3.0
16832026-08-04T16:49:54.499Z Compiling thread-id v4.2.2
16842026-08-04T16:49:54.531Z Compiling managed v0.8.0
16852026-08-04T16:49:54.575Z Compiling bitflags v1.3.2
16862026-08-04T16:49:54.650Z Compiling postcard v1.1.3
16872026-08-04T16:49:54.990Z Compiling group v0.13.0
16882026-08-04T16:49:55.032Z Compiling cipher v0.4.4
16892026-08-04T16:49:55.090Z Compiling hkdf v0.12.4
16902026-08-04T16:49:55.303Z Compiling typify-macro v0.6.2
16912026-08-04T16:49:55.401Z Compiling goblin v0.8.2
16922026-08-04T16:49:55.843Z Compiling num-iter v0.1.45
16932026-08-04T16:49:55.957Z Compiling num-rational v0.4.2
16942026-08-04T16:49:56.307Z Compiling tabwriter v1.4.1
16952026-08-04T16:49:56.502Z Compiling darling_macro v0.21.3
16962026-08-04T16:49:56.546Z Compiling universal-hash v0.5.1
16972026-08-04T16:49:56.569Z Compiling crypto-bigint v0.5.5
16982026-08-04T16:49:56.641Z Compiling hubpack_derive v0.1.1
16992026-08-04T16:49:56.666Z Compiling thiserror-impl-no-std v2.0.2
17002026-08-04T16:49:57.094Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-08-04T16:49:57.306Z Compiling crossbeam-epoch v0.9.18
17022026-08-04T16:49:57.448Z Compiling typify v0.6.2
17032026-08-04T16:49:57.535Z Compiling half v2.7.1
17042026-08-04T16:49:57.649Z Compiling curve25519-dalek-derive v0.1.1
17052026-08-04T16:49:57.722Z Compiling num-complex v0.4.6
17062026-08-04T16:49:57.920Z Compiling memoffset v0.9.1
17072026-08-04T16:49:57.965Z Compiling base16ct v0.2.0
17082026-08-04T16:49:57.983Z Compiling cfg_aliases v0.2.1
17092026-08-04T16:49:58.052Z Compiling base64ct v1.8.3
17102026-08-04T16:49:58.100Z Compiling ciborium-io v0.2.2
17112026-08-04T16:49:58.118Z Compiling opaque-debug v0.3.1
17122026-08-04T16:49:58.145Z Compiling rustix v0.38.44
17132026-08-04T16:49:58.182Z Compiling unsafe-libyaml v0.2.11
17142026-08-04T16:49:58.193Z Compiling poly1305 v0.8.0
17152026-08-04T16:49:58.339Z Compiling password-hash v0.5.0
17162026-08-04T16:49:58.616Z Compiling ciborium-ll v0.2.2
17172026-08-04T16:49:58.760Z Compiling serde_yaml v0.9.34+deprecated
17182026-08-04T16:49:58.832Z Compiling elliptic-curve v0.13.8
17192026-08-04T16:49:58.852Z Compiling nix v0.31.3
17202026-08-04T16:49:58.898Z Compiling num v0.4.3
17212026-08-04T16:49:59.328Z Compiling thiserror-no-std v2.0.2
17222026-08-04T16:49:59.437Z Compiling hubpack v0.1.2
17232026-08-04T16:49:59.518Z Compiling darling v0.21.3
17242026-08-04T16:49:59.685Z Compiling chacha20 v0.9.1
17252026-08-04T16:49:59.903Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17262026-08-04T16:50:00.196Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-08-04T16:50:00.327Z Compiling toml_edit v0.25.12+spec-1.1.0
17282026-08-04T16:50:00.590Z Compiling blake2 v0.10.6
17292026-08-04T16:50:00.788Z Compiling aead v0.5.2
17302026-08-04T16:50:00.951Z Compiling byte-wrapper v0.1.0
17312026-08-04T16:50:01.045Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17322026-08-04T16:50:01.201Z Compiling proc-macro-error-attr v1.0.4
17332026-08-04T16:50:01.383Z Compiling keccak v0.1.6
17342026-08-04T16:50:01.420Z Compiling static_assertions v1.1.0
17352026-08-04T16:50:01.489Z Compiling prettyplease v0.2.37
17362026-08-04T16:50:01.501Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17372026-08-04T16:50:01.764Z Compiling sha3 v0.10.9
17382026-08-04T16:50:02.025Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17392026-08-04T16:50:02.056Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17402026-08-04T16:50:02.439Z Compiling chacha20poly1305 v0.10.1
17412026-08-04T16:50:02.520Z Compiling proc-macro-crate v3.5.0
17422026-08-04T16:50:02.563Z Compiling argon2 v0.5.3
17432026-08-04T16:50:02.961Z Compiling ingot-macros v0.1.1
17442026-08-04T16:50:03.039Z Compiling vsss-rs v3.3.4
17452026-08-04T16:50:03.085Z Compiling ciborium v0.2.2
17462026-08-04T16:50:03.536Z Compiling usdt-attr-macro v0.5.0
17472026-08-04T16:50:03.684Z Compiling usdt-macro v0.5.0
17482026-08-04T16:50:04.665Z Compiling serde_spanned v0.6.9
17492026-08-04T16:50:04.671Z Compiling num-derive v0.4.2
17502026-08-04T16:50:04.812Z Compiling enum-as-inner v0.6.1
17512026-08-04T16:50:05.028Z Compiling proc-macro-error v1.0.4
17522026-08-04T16:50:05.324Z Compiling memmap v0.7.0
17532026-08-04T16:50:05.397Z Compiling data-encoding v2.11.0
17542026-08-04T16:50:05.411Z Compiling toml_write v0.1.2
17552026-08-04T16:50:05.509Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17562026-08-04T16:50:05.546Z Compiling winnow v0.7.15
17572026-08-04T16:50:05.600Z Compiling winnow v0.5.40
17582026-08-04T16:50:05.611Z Compiling indent_write v2.2.0
17592026-08-04T16:50:05.612Z Compiling usdt v0.5.0
17602026-08-04T16:50:05.749Z Compiling ingot-types v0.1.2
17612026-08-04T16:50:05.885Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17622026-08-04T16:50:05.942Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17632026-08-04T16:50:06.152Z Compiling num_enum_derive v0.7.6
17642026-08-04T16:50:06.247Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-08-04T16:50:06.928Z Compiling rustls-webpki v0.103.13
17662026-08-04T16:50:06.994Z Compiling toml_edit v0.19.15
17672026-08-04T16:50:07.056Z Compiling toml_edit v0.22.27
17682026-08-04T16:50:07.208Z Compiling foreign-types-macros v0.2.3
17692026-08-04T16:50:07.332Z Compiling foreign-types-shared v0.3.1
17702026-08-04T16:50:07.854Z Compiling colored v3.1.1
17712026-08-04T16:50:07.944Z Compiling pkg-config v0.3.33
17722026-08-04T16:50:07.947Z Compiling vcpkg v0.2.15
17732026-08-04T16:50:08.241Z Compiling bytecount v0.6.9
17742026-08-04T16:50:08.382Z Compiling proc-macro-crate v1.3.1
17752026-08-04T16:50:08.393Z Compiling foreign-types v0.5.0
17762026-08-04T16:50:08.572Z Compiling openssl-sys v0.9.116
17772026-08-04T16:50:08.754Z Compiling toml v0.8.23
17782026-08-04T16:50:09.045Z Compiling num_enum v0.7.6
17792026-08-04T16:50:09.164Z Compiling ingot v0.1.1
17802026-08-04T16:50:09.473Z Compiling atomicwrites v0.4.4
17812026-08-04T16:50:09.624Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17822026-08-04T16:50:09.671Z Compiling chacha20 v0.10.0
17832026-08-04T16:50:09.938Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17842026-08-04T16:50:09.983Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17852026-08-04T16:50:10.143Z Compiling cstr-argument v0.1.2
17862026-08-04T16:50:10.212Z Compiling swrite v0.1.0
17872026-08-04T16:50:10.248Z Compiling rayon-core v1.13.0
17882026-08-04T16:50:10.294Z Compiling linked-hash-map v0.5.6
17892026-08-04T16:50:10.306Z Compiling unicode-segmentation v1.13.3
17902026-08-04T16:50:10.447Z Compiling tokio-rustls v0.26.4
17912026-08-04T16:50:10.460Z Compiling rustls-platform-verifier v0.7.0
17922026-08-04T16:50:10.475Z Compiling resolv-conf v0.7.6
17932026-08-04T16:50:10.691Z Compiling hyper-rustls v0.27.9
17942026-08-04T16:50:10.724Z Compiling heck v0.4.1
17952026-08-04T16:50:10.918Z Compiling reqwest v0.13.4
17962026-08-04T16:50:11.119Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17972026-08-04T16:50:11.207Z Compiling semver v0.1.20
17982026-08-04T16:50:11.373Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17992026-08-04T16:50:11.465Z Compiling rustc_version v0.1.7
18002026-08-04T16:50:11.664Z Compiling newline-converter v0.3.0
18012026-08-04T16:50:11.797Z Compiling lru-cache v0.1.2
18022026-08-04T16:50:11.921Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18032026-08-04T16:50:12.180Z Compiling progenitor-client v0.14.0
18042026-08-04T16:50:12.395Z Compiling progenitor-extras v0.2.0
18052026-08-04T16:50:12.517Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18062026-08-04T16:50:12.632Z Compiling rand v0.10.2
18072026-08-04T16:50:12.714Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18082026-08-04T16:50:12.975Z Compiling num_enum_derive v0.5.11
18092026-08-04T16:50:13.050Z Compiling hickory-proto v0.24.4
18102026-08-04T16:50:13.752Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-08-04T16:50:14.770Z Compiling crossbeam-deque v0.8.6
18122026-08-04T16:50:14.972Z Compiling progenitor-impl v0.14.0
18132026-08-04T16:50:15.311Z Compiling progenitor-impl v0.13.0
18142026-08-04T16:50:15.653Z Compiling console v0.15.11
18152026-08-04T16:50:16.315Z Compiling camino-tempfile v1.4.1
18162026-08-04T16:50:16.495Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18172026-08-04T16:50:16.559Z Compiling serde-big-array v0.5.1
18182026-08-04T16:50:16.709Z Compiling derive-where v1.6.1
18192026-08-04T16:50:17.530Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18202026-08-04T16:50:17.686Z Compiling pin-project-internal v1.1.13
18212026-08-04T16:50:17.987Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-08-04T16:50:18.039Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-08-04T16:50:18.649Z Compiling similar v2.7.0
18242026-08-04T16:50:18.858Z Compiling siphasher v1.0.3
18252026-08-04T16:50:18.946Z Compiling minimal-lexical v0.2.1
18262026-08-04T16:50:19.065Z Compiling expectorate v1.2.0
18272026-08-04T16:50:19.217Z Compiling nom v7.1.3
18282026-08-04T16:50:19.229Z Compiling phf_shared v0.12.1
18292026-08-04T16:50:19.408Z Compiling progenitor-macro v0.13.0
18302026-08-04T16:50:19.620Z Compiling pin-project v1.1.13
18312026-08-04T16:50:19.723Z Compiling progenitor-macro v0.14.0
18322026-08-04T16:50:19.990Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-08-04T16:50:20.515Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-08-04T16:50:20.615Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18352026-08-04T16:50:20.765Z Compiling hickory-resolver v0.24.4
18362026-08-04T16:50:21.103Z Compiling num_enum v0.5.11
18372026-08-04T16:50:21.844Z Compiling progenitor-client v0.13.0
18382026-08-04T16:50:22.153Z Compiling newtype_derive v0.1.6
18392026-08-04T16:50:23.417Z Compiling unicode-normalization v0.1.25
18402026-08-04T16:50:23.472Z Compiling itertools v0.15.0
18412026-08-04T16:50:23.653Z Compiling tokio-stream v0.1.18
18422026-08-04T16:50:23.920Z Compiling async-recursion v1.1.1
18432026-08-04T16:50:24.141Z Compiling snafu-derive v0.8.9
18442026-08-04T16:50:24.646Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18452026-08-04T16:50:24.817Z Compiling slog-dtrace v0.3.0
18462026-08-04T16:50:24.865Z Compiling csv-core v0.1.13
18472026-08-04T16:50:25.001Z Compiling bstr v1.12.1
18482026-08-04T16:50:25.060Z Compiling konst_macro_rules v0.2.19
18492026-08-04T16:50:25.153Z Compiling highway v1.3.0
18502026-08-04T16:50:25.190Z Compiling same-file v1.0.6
18512026-08-04T16:50:25.236Z Compiling foldhash v0.1.5
18522026-08-04T16:50:25.365Z Compiling unicode-width v0.1.14
18532026-08-04T16:50:25.414Z Compiling chrono-tz v0.10.4
18542026-08-04T16:50:25.492Z Compiling openssl v0.10.80
18552026-08-04T16:50:25.540Z Compiling unicode-xid v0.2.6
18562026-08-04T16:50:25.631Z Compiling owo-colors v4.3.0
18572026-08-04T16:50:25.640Z Compiling foreign-types-shared v0.1.1
18582026-08-04T16:50:25.659Z Compiling cancel-safe-futures v0.1.5
18592026-08-04T16:50:25.726Z Compiling foreign-types v0.3.2
18602026-08-04T16:50:25.780Z Compiling const_format_proc_macros v0.2.34
18612026-08-04T16:50:25.812Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-08-04T16:50:25.918Z Compiling globset v0.4.18
18632026-08-04T16:50:25.953Z Compiling snafu v0.8.9
18642026-08-04T16:50:25.997Z Compiling hashbrown v0.15.5
18652026-08-04T16:50:26.065Z Compiling walkdir v2.5.0
18662026-08-04T16:50:26.344Z Compiling progenitor v0.14.0
18672026-08-04T16:50:26.372Z Compiling konst v0.2.20
18682026-08-04T16:50:26.414Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-04T16:50:26.481Z Compiling csv v1.4.0
18702026-08-04T16:50:26.589Z Compiling progenitor v0.13.0
18712026-08-04T16:50:26.604Z Compiling ingot-macros v0.2.0
18722026-08-04T16:50:26.630Z Compiling qorb v0.4.1
18732026-08-04T16:50:26.729Z Compiling olpc-cjson v0.1.4
18742026-08-04T16:50:26.743Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-08-04T16:50:27.084Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-04T16:50:27.700Z Compiling rayon v1.12.0
18772026-08-04T16:50:28.659Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18782026-08-04T16:50:28.859Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-08-04T16:50:28.984Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18802026-08-04T16:50:29.003Z Compiling phf v0.12.1
18812026-08-04T16:50:29.065Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-08-04T16:50:29.153Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-08-04T16:50:29.404Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18842026-08-04T16:50:29.595Z Compiling zone_cfg_derive v0.3.1
18852026-08-04T16:50:29.926Z Compiling tokio-dtrace v0.1.1
18862026-08-04T16:50:29.939Z Compiling itertools v0.12.1
18872026-08-04T16:50:30.117Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18882026-08-04T16:50:30.200Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-08-04T16:50:30.310Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18902026-08-04T16:50:30.322Z Compiling libsw-core v0.3.2
18912026-08-04T16:50:30.406Z Compiling serde_plain v1.0.2
18922026-08-04T16:50:30.489Z Compiling pem v3.0.6
18932026-08-04T16:50:30.614Z Compiling openssl-macros v0.1.1
18942026-08-04T16:50:30.682Z Compiling cookie v0.18.1
18952026-08-04T16:50:30.793Z Compiling sigpipe v0.1.3
18962026-08-04T16:50:30.870Z Compiling fixedbitset v0.4.2
18972026-08-04T16:50:30.881Z Compiling typed-path v0.9.3
18982026-08-04T16:50:30.910Z Compiling fixedbitset v0.5.7
18992026-08-04T16:50:31.099Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-08-04T16:50:31.110Z Compiling jiff v0.2.28
19012026-08-04T16:50:31.176Z Compiling glob v0.3.3
19022026-08-04T16:50:31.248Z Compiling petgraph v0.8.3
19032026-08-04T16:50:31.619Z Compiling zone v0.3.1
19042026-08-04T16:50:31.683Z Compiling petgraph v0.6.5
19052026-08-04T16:50:31.795Z Compiling tough v0.22.0
19062026-08-04T16:50:32.267Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-08-04T16:50:32.433Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19082026-08-04T16:50:32.473Z Compiling libsw v3.5.0
19092026-08-04T16:50:32.639Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19102026-08-04T16:50:32.883Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19112026-08-04T16:50:33.096Z Compiling oxide-tokio-rt v0.1.6
19122026-08-04T16:50:33.186Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-04T16:50:33.407Z Compiling ingot-types v0.2.0
19142026-08-04T16:50:33.840Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-08-04T16:50:34.599Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-04T16:50:34.759Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-08-04T16:50:34.777Z Compiling const_format v0.2.36
19182026-08-04T16:50:34.935Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-08-04T16:50:35.173Z Compiling papergrid v0.11.0
19202026-08-04T16:50:35.425Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-08-04T16:50:35.636Z Compiling tabled_derive v0.7.0
19222026-08-04T16:50:35.832Z Compiling libscf-sys v1.2.0
19232026-08-04T16:50:35.969Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19242026-08-04T16:50:35.982Z Compiling gethostname v0.5.0
19252026-08-04T16:50:36.010Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19262026-08-04T16:50:36.099Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19272026-08-04T16:50:36.132Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19282026-08-04T16:50:36.254Z Compiling bcs v0.1.6
19292026-08-04T16:50:36.289Z Compiling smf v0.2.3
19302026-08-04T16:50:36.367Z Compiling proc-macro-error-attr2 v2.0.0
19312026-08-04T16:50:36.574Z Compiling whoami v1.6.1
19322026-08-04T16:50:36.597Z Compiling linear-map v1.2.0
19332026-08-04T16:50:36.785Z Compiling lazy_static v1.5.0
19342026-08-04T16:50:36.805Z Compiling unicode-linebreak v0.1.5
19352026-08-04T16:50:36.881Z Compiling tagptr v0.2.0
19362026-08-04T16:50:36.884Z Compiling termtree v0.5.1
19372026-08-04T16:50:36.884Z Compiling smawk v0.3.2
19382026-08-04T16:50:36.927Z Compiling steno v0.4.1
19392026-08-04T16:50:37.022Z Compiling moka v0.12.15
19402026-08-04T16:50:37.025Z Compiling textwrap v0.16.2
19412026-08-04T16:50:37.045Z Compiling proc-macro-error2 v2.0.1
19422026-08-04T16:50:37.048Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-08-04T16:50:37.530Z Compiling tabled v0.15.0
19442026-08-04T16:50:37.562Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-08-04T16:50:37.809Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-08-04T16:50:37.911Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-08-04T16:50:38.809Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-08-04T16:50:39.001Z Compiling ingot v0.2.1
19492026-08-04T16:50:40.400Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19502026-08-04T16:50:40.819Z Compiling hickory-proto v0.25.2
19512026-08-04T16:50:40.850Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19522026-08-04T16:50:40.906Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19532026-08-04T16:50:40.942Z Compiling parking_lot_core v0.8.6
19542026-08-04T16:50:41.168Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19552026-08-04T16:50:41.189Z Compiling tabled_derive v0.11.0
19562026-08-04T16:50:41.236Z Compiling papergrid v0.18.0
19572026-08-04T16:50:41.364Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19582026-08-04T16:50:42.293Z Compiling testing_table v0.3.0
19592026-08-04T16:50:42.334Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19602026-08-04T16:50:42.346Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19612026-08-04T16:50:42.357Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19622026-08-04T16:50:42.453Z Compiling tabled v0.21.0
19632026-08-04T16:50:42.859Z Compiling hickory-resolver v0.25.2
19642026-08-04T16:50:43.275Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19652026-08-04T16:50:43.432Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19662026-08-04T16:50:43.584Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-08-04T16:50:43.713Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-08-04T16:50:44.007Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
19692026-08-04T16:50:44.461Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19702026-08-04T16:50:45.204Z Compiling parking_lot v0.11.2
19712026-08-04T16:50:45.393Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19722026-08-04T16:50:45.406Z Compiling dropshot-api-manager-types v0.7.2
19732026-08-04T16:50:45.621Z Compiling fxhash v0.2.1
19742026-08-04T16:50:45.689Z Compiling crc8 v0.1.1
19752026-08-04T16:50:45.761Z Compiling sled v0.34.7
19762026-08-04T16:50:45.772Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19772026-08-04T16:50:45.775Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
19782026-08-04T16:50:45.805Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
19792026-08-04T16:50:45.851Z Compiling port-file v0.1.0
19802026-08-04T16:50:45.956Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19812026-08-04T16:50:46.049Z Compiling yansi v1.0.1
19822026-08-04T16:50:46.196Z Compiling diff v0.1.13
19832026-08-04T16:50:46.370Z Compiling pretty_assertions v1.4.1
19842026-08-04T16:50:47.988Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-08-04T16:50:56.060Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-08-04T16:50:57.676Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-08-04T16:50:58.736Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19882026-08-04T16:50:59.689Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
19892026-08-04T16:51:12.146Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 57s
19902026-08-04T16:51:12.150Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19912026-08-04T16:51:12.150Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19922026-08-04T16:51:12.322Z────────────
19932026-08-04T16:51:12.322Z Nextest run ID 48833b12-7f52-43f0-80ba-f8ccc0976c5d with nextest profile: default
19942026-08-04T16:51:12.322Z Starting 1 test across 3 binaries
19952026-08-04T16:51:12.325Z START ddm db::test::test_effective_tunnel_route_set
19962026-08-04T16:51:12.328Z
19972026-08-04T16:51:12.328Zrunning 1 test
19982026-08-04T16:51:12.328Ztest db::test::test_effective_tunnel_route_set ... ok
19992026-08-04T16:51:12.328Z
20002026-08-04T16:51:12.328Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
20012026-08-04T16:51:12.328Z
20022026-08-04T16:51:12.328Z PASS [ 0.005s] ddm db::test::test_effective_tunnel_route_set
20032026-08-04T16:51:12.328Z────────────
20042026-08-04T16:51:12.328Z Summary [ 0.006s] 1 test run: 1 passed, 0 skipped
20052026-08-04T16:51:12.341Zprocess exited: duration 290538 ms, exit code 0
 
20062026-08-04T16:51:12.347Zfound 0 output files