01KRQD3B20GESKWS6RY4N0REJE: test-mg-lower

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KRQD42292SR9F8X34Y9N5XRK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:27:25.749Zjob assigned to worker 01KRQD4J4MDFVYDQY9T8YWW76N [factory aws, i-03fad23c2d08ca25e] (queued for 1 m 8 s)
 
22026-05-16T03:27:32.800Zstarting task 0: "setup"
32026-05-16T03:27:32.806Z++ uname -s
42026-05-16T03:27:32.806Z+ kern=SunOS
52026-05-16T03:27:32.806Z+ build_user=build
62026-05-16T03:27:32.806Z+ build_uid=12345
72026-05-16T03:27:32.806Z+ work_dir=/work
82026-05-16T03:27:32.806Z+ input_dir=/input
92026-05-16T03:27:32.806Z+ [[ 0 == 12345 ]]
102026-05-16T03:27:32.806Z+ case "$kern" in
112026-05-16T03:27:32.806Z+ groupadd -g 12345 build
122026-05-16T03:27:32.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:27:34.832Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:27:34.922Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:27:34.931Z+ home_fs=zfs
162026-05-16T03:27:34.931Z+ [[ zfs == autofs ]]
172026-05-16T03:27:34.931Z+ mkdir -p /home/build
182026-05-16T03:27:34.931Z+ chown build:build /home/build /work
192026-05-16T03:27:36.927Z+ chmod 0700 /home/build /work
202026-05-16T03:27:36.930Zprocess exited: duration 4130 ms, exit code 0
 
212026-05-16T03:27:36.936Zstarting task 1: "rust-toolchain"
222026-05-16T03:27:36.940Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-16T03:27:36.940Z * rust toolchain channel = "stable"
242026-05-16T03:27:36.940Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-16T03:27:36.940Z * rust toolchain profile = "default"
262026-05-16T03:27:36.940Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:27:36.940Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-16T03:27:36.944Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:27:36.944Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-16T03:27:37.038Zinfo: downloading installer
312026-05-16T03:27:38.415Zwarn: It looks like you have an existing installation of Rust at:
322026-05-16T03:27:38.415Zwarn: /opt/ooce/bin
332026-05-16T03:27:38.415Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-16T03:27:38.415Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-16T03:27:38.416Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-16T03:27:38.416Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-16T03:27:38.416Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-16T03:27:38.416Zerror: cannot install while Rust is installed
392026-05-16T03:27:38.416Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-16T03:27:38.424Zwarn: It looks like you have an existing rustup settings file at:
412026-05-16T03:27:38.424Zwarn: /home/build/.rustup/settings.toml
422026-05-16T03:27:38.424Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-16T03:27:38.424Zwarn: instead of the one inferred from the default host triple.
442026-05-16T03:27:38.430Zinfo: profile set to default
452026-05-16T03:27:38.430Zinfo: default host triple is x86_64-unknown-illumos
462026-05-16T03:27:38.434Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-16T03:27:38.560Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-16T03:27:38.566Zinfo: downloading 6 components
492026-05-16T03:27:53.080Z
502026-05-16T03:27:53.080Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-16T03:27:53.110Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-16T03:27:53.110Z
532026-05-16T03:27:53.111Z
542026-05-16T03:27:53.111ZRust is installed now. Great!
552026-05-16T03:27:53.111Z
562026-05-16T03:27:53.115ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-16T03:27:53.115Zenvironment variable. This has not been done automatically.
582026-05-16T03:27:53.115Z
592026-05-16T03:27:53.115ZTo configure your current shell, you need to source
602026-05-16T03:27:53.115Zthe corresponding env file under $HOME/.cargo.
612026-05-16T03:27:53.115Z
622026-05-16T03:27:53.115ZThis is usually done by running one of the following (note the leading DOT):
632026-05-16T03:27:53.115Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-16T03:27:53.115Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-16T03:27:53.115Zsource "~/.cargo/env.nu" # For nushell
662026-05-16T03:27:53.115Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-16T03:27:53.115Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-16T03:27:53.115Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-16T03:27:53.115Zwarn: no default linker (`cc`) was found in your PATH
702026-05-16T03:27:53.116Zwarn: many Rust crates require a system C toolchain to build
712026-05-16T03:27:53.212Z+ rustup --version
722026-05-16T03:27:53.220Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-16T03:27:53.224Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-16T03:27:53.242Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-16T03:27:53.245Z+ cargo --version
762026-05-16T03:27:53.259Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-16T03:27:53.262Z+ rustc --version
782026-05-16T03:27:53.281Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-16T03:27:53.283Zprocess exited: duration 16343 ms, exit code 0
 
802026-05-16T03:27:53.290Zstarting task 2: "authentication"
812026-05-16T03:27:53.307Zprocess exited: duration 17 ms, exit code 0
 
822026-05-16T03:27:53.317Zstarting task 3: "clone repository"
832026-05-16T03:27:53.321Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-16T03:27:53.321Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-16T03:27:53.349ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-16T03:27:54.917Z+ cd /work/oxidecomputer/maghemite
872026-05-16T03:27:54.917Z+ git fetch origin 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee
882026-05-16T03:27:55.304ZFrom https://github.com/oxidecomputer/maghemite
892026-05-16T03:27:55.304Z * branch 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee -> FETCH_HEAD
902026-05-16T03:27:55.309Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
912026-05-16T03:27:55.309Z++ git branch --show-current
922026-05-16T03:27:55.312Z+ current=main
932026-05-16T03:27:55.312Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
942026-05-16T03:27:55.312Z+ git branch -f renovate/oxide-tokio-rt-0.x 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee
952026-05-16T03:27:55.312Z+ git checkout -f renovate/oxide-tokio-rt-0.x
962026-05-16T03:27:55.329ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
972026-05-16T03:27:55.333Z+ git reset --hard 2ed5e9a1fb0be66892fc13c9e347f3881cfdecee
982026-05-16T03:27:55.345ZHEAD is now at 2ed5e9a Update Rust crate oxide-tokio-rt to 0.1.6
992026-05-16T03:27:55.351Zprocess exited: duration 2031 ms, exit code 0
 
1002026-05-16T03:27:55.382Zstarting task 4: "build"
1012026-05-16T03:27:55.391Z+ set -e
1022026-05-16T03:27:55.391Z+ source .github/buildomat/test-common.sh
1032026-05-16T03:27:55.391Z++ NEXTEST_VERSION=0.9.97
1042026-05-16T03:27:55.391Z++ PLATFORM=illumos
1052026-05-16T03:27:55.391Z++ banner install
1062026-05-16T03:27:55.391Z
1072026-05-16T03:27:55.391Z # # # #### ##### ## # #
1082026-05-16T03:27:55.391Z # ## # # # # # # #
1092026-05-16T03:27:55.391Z # # # # #### # # # # #
1102026-05-16T03:27:55.391Z # # # # # # ###### # #
1112026-05-16T03:27:55.391Z # # ## # # # # # # #
1122026-05-16T03:27:55.391Z # # # #### # # # ###### ######
1132026-05-16T03:27:55.391Z
1142026-05-16T03:27:55.391Z++ set +o errexit
1152026-05-16T03:27:55.391Z++ pkg info clang-15
1162026-05-16T03:27:55.391Z++ grep -qi installed
1172026-05-16T03:27:56.566Zpkg: info: no packages matching the following patterns you specified are
1182026-05-16T03:27:56.566Zinstalled on the system. Try querying remotely instead:
1192026-05-16T03:27:56.566Z
1202026-05-16T03:27:56.566Z clang-15
1212026-05-16T03:27:56.604Z++ [[ 1 != 0 ]]
1222026-05-16T03:27:56.604Z++ set -o errexit
1232026-05-16T03:27:56.607Z++ pfexec pkg install clang-15
1242026-05-16T03:28:04.671Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-16T03:28:12.343Z Startup: Caching catalogs ... Done
1262026-05-16T03:28:19.590ZPlanning: Solver setup ... Done
1272026-05-16T03:28:19.631ZPlanning: Running solver ... Done
1282026-05-16T03:28:19.763ZPlanning: Finding local manifests ... Done
1292026-05-16T03:28:19.784ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-16T03:28:21.096ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-16T03:28:21.125ZPlanning: Package planning ... Done
1322026-05-16T03:28:21.150ZPlanning: Merging actions ... Done
1332026-05-16T03:28:21.256ZPlanning: Checking for conflicting actions ... Done
1342026-05-16T03:28:21.263ZPlanning: Consolidating action changes ... Done
1352026-05-16T03:28:22.037ZPlanning: Evaluating mediators ... Done
1362026-05-16T03:28:22.042ZPlanning: Planning completed in 9.53 seconds
1372026-05-16T03:28:22.117Z Packages to install: 2
1382026-05-16T03:28:22.117Z Mediators to change: 2
1392026-05-16T03:28:22.120Z Services to change: 1
1402026-05-16T03:28:22.120Z Create boot environment: No
1412026-05-16T03:28:22.120ZCreate backup boot environment: No
1422026-05-16T03:28:22.159Z
1432026-05-16T03:28:22.159ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-16T03:28:27.164ZDownload: 194/3076 items 15.3/211.3MB 7% complete (3.7M/s)
1452026-05-16T03:28:32.208ZDownload: 487/3076 items 16.6/211.3MB 7% complete (1.7M/s)
1462026-05-16T03:28:37.207ZDownload: 731/3076 items 17.5/211.3MB 8% complete (226k/s)
1472026-05-16T03:28:42.208ZDownload: 920/3076 items 69.4/211.3MB 32% complete (5.2M/s)
1482026-05-16T03:28:47.565ZDownload: 977/3076 items 81.9/211.3MB 38% complete (6.4M/s)
1492026-05-16T03:28:53.670ZDownload: 981/3076 items 82.0/211.3MB 38% complete (6.0M/s)
1502026-05-16T03:28:59.910ZDownload: 985/3076 items 82.1/211.3MB 38% complete (170k/s)
1512026-05-16T03:29:04.962ZDownload: 1320/3076 items 115.5/211.3MB 54% complete (6.3M/s)
1522026-05-16T03:29:10.016ZDownload: 1661/3076 items 116.5/211.3MB 55% complete (3.6M/s)
1532026-05-16T03:29:15.102ZDownload: 1936/3076 items 117.6/211.3MB 55% complete (223k/s)
1542026-05-16T03:29:20.177ZDownload: 2001/3076 items 117.9/211.3MB 55% complete (222k/s)
1552026-05-16T03:29:25.399ZDownload: 2004/3076 items 117.9/211.3MB 55% complete (209k/s)
1562026-05-16T03:29:38.294ZDownload: 2008/3076 items 117.9/211.3MB 55% complete
1572026-05-16T03:29:43.299ZDownload: 2228/3076 items 118.6/211.3MB 56% complete (131k/s)
1582026-05-16T03:29:48.300ZDownload: 2907/3076 items 147.3/211.3MB 69% complete (2.9M/s)
1592026-05-16T03:29:54.653ZDownload: 3026/3076 items 201.5/211.3MB 95% complete (8.3M/s)
1602026-05-16T03:30:03.833ZDownload: 3027/3076 items 201.5/211.3MB 95% complete
1612026-05-16T03:30:09.092ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (54.4k/s)
1622026-05-16T03:30:10.349ZDownload: Completed 211.31 MB in 108.17 seconds (1.9M/s)
1632026-05-16T03:30:10.485Z Actions: 1/3418 actions (Installing new actions)
1642026-05-16T03:30:13.619Z Actions: Completed 3418 actions in 3.13 seconds.
1652026-05-16T03:30:14.259Z Done
1662026-05-16T03:30:14.259Z Done
1672026-05-16T03:30:14.992Z Done
1682026-05-16T03:30:18.356Z Done
1692026-05-16T03:30:18.427Z Done
1702026-05-16T03:30:18.431Z Done
1712026-05-16T03:30:18.723Z Done
1722026-05-16T03:30:19.407Z++ set -o errexit
1732026-05-16T03:30:19.408Z++ cargo --version
1742026-05-16T03:30:19.414Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1752026-05-16T03:30:19.565Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1762026-05-16T03:30:19.568Zinfo: downloading 6 components
1772026-05-16T03:30:35.471Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1782026-05-16T03:30:35.474Z++ rustc --version
1792026-05-16T03:30:35.500Zrustc 1.95.0 (59807616e 2026-04-14)
1802026-05-16T03:30:35.505Z++ cargo install cargo-nextest --version 0.9.97
1812026-05-16T03:30:35.545Z Updating crates.io index
1822026-05-16T03:30:35.647Z Downloading crates ...
1832026-05-16T03:30:35.710Z Downloaded cargo-nextest v0.9.97
1842026-05-16T03:30:35.769Z Installing cargo-nextest v0.9.97
1852026-05-16T03:30:35.809Z Updating crates.io index
1862026-05-16T03:30:38.279Z Locking 404 packages to latest compatible versions
1872026-05-16T03:30:38.286Z Adding dialoguer v0.11.0 (available: v0.12.0)
1882026-05-16T03:30:38.286Z Adding duct v0.13.7 (available: v1.1.1)
1892026-05-16T03:30:38.286Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1902026-05-16T03:30:38.294Z Adding generic-array v0.14.7 (available: v0.14.9)
1912026-05-16T03:30:38.294Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1922026-05-16T03:30:38.294Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1932026-05-16T03:30:38.294Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1942026-05-16T03:30:38.294Z Adding nextest-runner v0.80.0 (available: v0.116.0)
1952026-05-16T03:30:38.298Z Adding quick-junit v0.5.2 (available: v0.6.0)
1962026-05-16T03:30:38.314Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1972026-05-16T03:30:38.325Z Downloading crates ...
1982026-05-16T03:30:38.402Z Downloaded borsh v1.6.1
1992026-05-16T03:30:38.421Z Downloaded ipnet v2.12.0
2002026-05-16T03:30:38.426Z Downloaded http-body v1.0.1
2012026-05-16T03:30:38.426Z Downloaded clap_derive v4.6.1
2022026-05-16T03:30:38.430Z Downloaded color-spantrace v0.3.0
2032026-05-16T03:30:38.430Z Downloaded ahash v0.8.12
2042026-05-16T03:30:38.434Z Downloaded miette-derive v7.6.0
2052026-05-16T03:30:38.437Z Downloaded home v0.5.12
2062026-05-16T03:30:38.437Z Downloaded scopeguard v1.2.0
2072026-05-16T03:30:38.438Z Downloaded owo-colors v4.3.0
2082026-05-16T03:30:38.443Z Downloaded indent_write v2.2.0
2092026-05-16T03:30:38.443Z Downloaded is_ci v1.2.0
2102026-05-16T03:30:38.449Z Downloaded indenter v0.3.4
2112026-05-16T03:30:38.449Z Downloaded hex v0.4.3
2122026-05-16T03:30:38.449Z Downloaded futures-macro v0.3.32
2132026-05-16T03:30:38.449Z Downloaded idna_adapter v1.0.0
2142026-05-16T03:30:38.458Z Downloaded humantime-serde v1.1.1
2152026-05-16T03:30:38.459Z Downloaded curve25519-dalek-derive v0.1.1
2162026-05-16T03:30:38.459Z Downloaded backtrace-ext v0.2.1
2172026-05-16T03:30:38.459Z Downloaded console v0.15.11
2182026-05-16T03:30:38.459Z Downloaded fnv v1.0.7
2192026-05-16T03:30:38.465Z Downloaded lock_api v0.4.14
2202026-05-16T03:30:38.465Z Downloaded eyre v0.6.12
2212026-05-16T03:30:38.465Z Downloaded log v0.4.29
2222026-05-16T03:30:38.465Z Downloaded futures-task v0.3.32
2232026-05-16T03:30:38.465Z Downloaded cfg-expr v0.20.7
2242026-05-16T03:30:38.469Z Downloaded is_terminal_polyfill v1.70.2
2252026-05-16T03:30:38.470Z Downloaded hyper v1.9.0
2262026-05-16T03:30:38.473Z Downloaded pathdiff v0.2.3
2272026-05-16T03:30:38.474Z Downloaded async-scoped v0.9.0
2282026-05-16T03:30:38.474Z Downloaded idna v1.1.0
2292026-05-16T03:30:38.478Z Downloaded crypto-common v0.1.7
2302026-05-16T03:30:38.478Z Downloaded cargo_metadata v0.20.0
2312026-05-16T03:30:38.478Z Downloaded pin-project-internal v1.1.13
2322026-05-16T03:30:38.482Z Downloaded rand_core v0.6.4
2332026-05-16T03:30:38.482Z Downloaded flate2 v1.1.9
2342026-05-16T03:30:38.489Z Downloaded cpufeatures v0.2.17
2352026-05-16T03:30:38.489Z Downloaded debug-ignore v1.0.5
2362026-05-16T03:30:38.494Z Downloaded once_cell v1.21.4
2372026-05-16T03:30:38.494Z Downloaded atomicwrites v0.4.4
2382026-05-16T03:30:38.494Z Downloaded colorchoice v1.0.5
2392026-05-16T03:30:38.494Z Downloaded quick-junit v0.5.2
2402026-05-16T03:30:38.503Z Downloaded parking_lot_core v0.9.12
2412026-05-16T03:30:38.503Z Downloaded percent-encoding v2.3.2
2422026-05-16T03:30:38.503Z Downloaded indexmap v2.14.0
2432026-05-16T03:30:38.508Z Downloaded lru-slab v0.1.2
2442026-05-16T03:30:38.508Z Downloaded block-buffer v0.10.4
2452026-05-16T03:30:38.508Z Downloaded shared_child v1.1.1
2462026-05-16T03:30:38.508Z Downloaded nextest-workspace-hack v0.1.0
2472026-05-16T03:30:38.508Z Downloaded mukti-metadata v0.3.0
2482026-05-16T03:30:38.512Z Downloaded form_urlencoded v1.2.2
2492026-05-16T03:30:38.512Z Downloaded foreign-types-shared v0.1.1
2502026-05-16T03:30:38.512Z Downloaded futures-io v0.3.32
2512026-05-16T03:30:38.512Z Downloaded generic-array v0.14.7
2522026-05-16T03:30:38.516Z Downloaded number_prefix v0.4.0
2532026-05-16T03:30:38.516Z Downloaded heck v0.5.0
2542026-05-16T03:30:38.520Z Downloaded itoa v1.0.18
2552026-05-16T03:30:38.520Z Downloaded ordered-float v2.10.1
2562026-05-16T03:30:38.520Z Downloaded cfg-if v1.0.4
2572026-05-16T03:30:38.520Z Downloaded futures-core v0.3.32
2582026-05-16T03:30:38.525Z Downloaded equivalent v1.0.2
2592026-05-16T03:30:38.525Z Downloaded cfg_aliases v0.2.1
2602026-05-16T03:30:38.529Z Downloaded futures-sink v0.3.32
2612026-05-16T03:30:38.529Z Downloaded lazy_static v1.5.0
2622026-05-16T03:30:38.529Z Downloaded cargo-platform v0.2.0
2632026-05-16T03:30:38.534Z Downloaded hyper-tls v0.6.0
2642026-05-16T03:30:38.542Z Downloaded os_pipe v1.2.3
2652026-05-16T03:30:38.548Z Downloaded find-msvc-tools v0.1.9
2662026-05-16T03:30:38.548Z Downloaded fixedbitset v0.5.7
2672026-05-16T03:30:38.548Z Downloaded openssl-macros v0.1.1
2682026-05-16T03:30:38.548Z Downloaded clap_lex v1.1.0
2692026-05-16T03:30:38.548Z Downloaded nested v0.1.1
2702026-05-16T03:30:38.552Z Downloaded hyper-rustls v0.27.9
2712026-05-16T03:30:38.552Z Downloaded nextest-metadata v0.12.2
2722026-05-16T03:30:38.552Z Downloaded indicatif v0.17.11
2732026-05-16T03:30:38.556Z Downloaded adler2 v2.0.1
2742026-05-16T03:30:38.561Z Downloaded guppy-workspace-hack v0.1.0
2752026-05-16T03:30:38.561Z Downloaded foreign-types v0.3.2
2762026-05-16T03:30:38.572Z Downloaded anstyle-query v1.1.5
2772026-05-16T03:30:38.580Z Downloaded rustc-hash v2.1.2
2782026-05-16T03:30:38.580Z Downloaded atomic-waker v1.1.2
2792026-05-16T03:30:38.580Z Downloaded filetime v0.2.29
2802026-05-16T03:30:38.580Z Downloaded base64ct v1.8.3
2812026-05-16T03:30:38.580Z Downloaded foldhash v0.1.5
2822026-05-16T03:30:38.586Z Downloaded rustc_version v0.4.1
2832026-05-16T03:30:38.586Z Downloaded openssl-probe v0.2.1
2842026-05-16T03:30:38.586Z Downloaded errno v0.3.14
2852026-05-16T03:30:38.586Z Downloaded enable-ansi-support v0.2.1
2862026-05-16T03:30:38.587Z Downloaded serde_ignored v0.1.14
2872026-05-16T03:30:38.601Z Downloaded signal-hook-mio v0.2.5
2882026-05-16T03:30:38.601Z Downloaded serde-value v0.7.0
2892026-05-16T03:30:38.601Z Downloaded sigchld v0.2.4
2902026-05-16T03:30:38.601Z Downloaded serde_spanned v0.6.9
2912026-05-16T03:30:38.601Z Downloaded signature v2.2.0
2922026-05-16T03:30:38.612Z Downloaded strip-ansi-escapes v0.2.1
2932026-05-16T03:30:38.612Z Downloaded serde_urlencoded v0.7.1
2942026-05-16T03:30:38.612Z Downloaded serde_spanned v1.1.1
2952026-05-16T03:30:38.612Z Downloaded erased-serde v0.4.10
2962026-05-16T03:30:38.613Z Downloaded cargo-platform v0.3.3
2972026-05-16T03:30:38.613Z Downloaded future-queue v0.4.0
2982026-05-16T03:30:38.613Z Downloaded pkcs8 v0.10.2
2992026-05-16T03:30:38.620Z Downloaded humantime v2.3.0
3002026-05-16T03:30:38.620Z Downloaded cargo-util-schemas v0.2.0
3012026-05-16T03:30:38.620Z Downloaded fastrand v2.4.1
3022026-05-16T03:30:38.620Z Downloaded ed25519 v2.2.3
3032026-05-16T03:30:38.620Z Downloaded duct v0.13.7
3042026-05-16T03:30:38.620Z Downloaded self-replace v1.5.0
3052026-05-16T03:30:38.620Z Downloaded sync_wrapper v1.0.2
3062026-05-16T03:30:38.620Z Downloaded swrite v0.1.0
3072026-05-16T03:30:38.620Z Downloaded supports-color v3.0.2
3082026-05-16T03:30:38.620Z Downloaded subtle v2.6.1
3092026-05-16T03:30:38.621Z Downloaded rand_core v0.9.5
3102026-05-16T03:30:38.631Z Downloaded supports-hyperlinks v3.2.0
3112026-05-16T03:30:38.631Z Downloaded jobserver v0.1.34
3122026-05-16T03:30:38.631Z Downloaded rand_chacha v0.9.0
3132026-05-16T03:30:38.631Z Downloaded ppv-lite86 v0.2.21
3142026-05-16T03:30:38.631Z Downloaded newtype-uuid v1.3.2
3152026-05-16T03:30:38.631Z Downloaded anstream v1.0.0
3162026-05-16T03:30:38.635Z Downloaded document-features v0.2.12
3172026-05-16T03:30:38.635Z Downloaded dialoguer v0.11.0
3182026-05-16T03:30:38.636Z Downloaded cargo_metadata v0.23.1
3192026-05-16T03:30:38.636Z Downloaded terminal_size v0.4.4
3202026-05-16T03:30:38.636Z Downloaded supports-unicode v3.0.0
3212026-05-16T03:30:38.645Z Downloaded either v1.15.0
3222026-05-16T03:30:38.691Z Downloaded futures-executor v0.3.32
3232026-05-16T03:30:38.691Z Downloaded toml_write v0.1.2
3242026-05-16T03:30:38.691Z Downloaded globset v0.4.18
3252026-05-16T03:30:38.691Z Downloaded tinyvec_macros v0.1.1
3262026-05-16T03:30:38.691Z Downloaded tokio-macros v2.7.0
3272026-05-16T03:30:38.691Z Downloaded autocfg v1.5.0
3282026-05-16T03:30:38.691Z Downloaded anstyle v1.0.14
3292026-05-16T03:30:38.721Z Downloaded futures-channel v0.3.32
3302026-05-16T03:30:38.721Z Downloaded clap v4.6.1
3312026-05-16T03:30:38.721Z Downloaded toml_datetime v0.6.11
3322026-05-16T03:30:38.721Z Downloaded rustc-demangle v0.1.27
3332026-05-16T03:30:38.721Z Downloaded native-tls v0.2.18
3342026-05-16T03:30:38.721Z Downloaded digest v0.10.7
3352026-05-16T03:30:38.721Z Downloaded strsim v0.11.1
3362026-05-16T03:30:38.721Z Downloaded smol_str v0.3.6
3372026-05-16T03:30:38.721Z Downloaded signal-hook-registry v1.4.8
3382026-05-16T03:30:38.721Z Downloaded pkg-config v0.3.33
3392026-05-16T03:30:38.721Z Downloaded typeid v1.0.3
3402026-05-16T03:30:38.722Z Downloaded tower-service v0.3.3
3412026-05-16T03:30:38.722Z Downloaded tower-layer v0.3.3
3422026-05-16T03:30:38.722Z Downloaded slab v0.4.12
3432026-05-16T03:30:38.722Z Downloaded shell-words v1.1.1
3442026-05-16T03:30:38.722Z Downloaded http-body-util v0.1.3
3452026-05-16T03:30:38.722Z Downloaded shlex v1.3.0
3462026-05-16T03:30:38.722Z Downloaded serde_path_to_error v0.1.20
3472026-05-16T03:30:38.722Z Downloaded crc32fast v1.5.0
3482026-05-16T03:30:38.722Z Downloaded tracing-error v0.2.1
3492026-05-16T03:30:38.722Z Downloaded anstyle-parse v1.0.0
3502026-05-16T03:30:38.722Z Downloaded bitflags v2.11.1
3512026-05-16T03:30:38.722Z Downloaded getrandom v0.2.17
3522026-05-16T03:30:38.722Z Downloaded spki v0.7.3
3532026-05-16T03:30:38.722Z Downloaded litrs v1.0.0
3542026-05-16T03:30:38.722Z Downloaded convert_case v0.10.0
3552026-05-16T03:30:38.722Z Downloaded camino-tempfile v1.4.1
3562026-05-16T03:30:38.722Z Downloaded camino v1.2.2
3572026-05-16T03:30:38.722Z Downloaded target-lexicon v0.13.3
3582026-05-16T03:30:38.722Z Downloaded const-oid v0.9.6
3592026-05-16T03:30:38.737Z Downloaded unicode-linebreak v0.1.5
3602026-05-16T03:30:38.737Z Downloaded try-lock v0.2.5
3612026-05-16T03:30:38.737Z Downloaded addr2line v0.25.1
3622026-05-16T03:30:38.737Z Downloaded simd-adler32 v0.3.9
3632026-05-16T03:30:38.737Z Downloaded num-traits v0.2.19
3642026-05-16T03:30:38.737Z Downloaded httparse v1.10.1
3652026-05-16T03:30:38.737Z Downloaded sha2 v0.10.9
3662026-05-16T03:30:38.737Z Downloaded quinn-udp v0.5.14
3672026-05-16T03:30:38.737Z Downloaded proc-macro2 v1.0.106
3682026-05-16T03:30:38.737Z Downloaded thiserror v2.0.18
3692026-05-16T03:30:38.737Z Downloaded thiserror-impl v1.0.69
3702026-05-16T03:30:38.737Z Downloaded thread_local v1.1.9
3712026-05-16T03:30:38.737Z Downloaded thiserror-impl v2.0.18
3722026-05-16T03:30:38.738Z Downloaded thiserror v1.0.69
3732026-05-16T03:30:38.738Z Downloaded utf8_iter v1.0.4
3742026-05-16T03:30:38.738Z Downloaded want v0.3.1
3752026-05-16T03:30:38.738Z Downloaded unicode-xid v0.2.6
3762026-05-16T03:30:38.738Z Downloaded untrusted v0.9.0
3772026-05-16T03:30:38.747Z Downloaded pin-project-lite v0.2.17
3782026-05-16T03:30:38.747Z Downloaded tokio-native-tls v0.3.1
3792026-05-16T03:30:38.747Z Downloaded self_update v0.42.0
3802026-05-16T03:30:38.747Z Downloaded quote v1.0.45
3812026-05-16T03:30:38.747Z Downloaded parking_lot v0.12.5
3822026-05-16T03:30:38.747Z Downloaded iana-time-zone v0.1.65
3832026-05-16T03:30:38.747Z Downloaded toml_writer v1.1.1+spec-1.1.0
3842026-05-16T03:30:38.752Z Downloaded semver v1.0.28
3852026-05-16T03:30:38.752Z Downloaded smallvec v1.15.1
3862026-05-16T03:30:38.752Z Downloaded serde-untagged v0.1.9
3872026-05-16T03:30:38.752Z Downloaded xattr v1.6.1
3882026-05-16T03:30:38.762Z Downloaded nextest-filtering v0.15.0
3892026-05-16T03:30:38.762Z Downloaded getrandom v0.4.2
3902026-05-16T03:30:38.777Z Downloaded tracing-log v0.2.0
3912026-05-16T03:30:38.777Z Downloaded static_assertions v1.1.0
3922026-05-16T03:30:38.777Z Downloaded derive_more-impl v2.1.1
3932026-05-16T03:30:38.777Z Downloaded target-spec v3.6.0
3942026-05-16T03:30:38.790Z Downloaded unicase v2.9.0
3952026-05-16T03:30:38.795Z Downloaded futures v0.3.32
3962026-05-16T03:30:38.795Z Downloaded target-spec-miette v0.4.6
3972026-05-16T03:30:38.795Z Downloaded urlencoding v2.1.3
3982026-05-16T03:30:38.795Z Downloaded tokio-rustls v0.26.4
3992026-05-16T03:30:38.795Z Downloaded utf8parse v0.2.2
4002026-05-16T03:30:38.795Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4012026-05-16T03:30:38.795Z Downloaded derive-where v1.6.1
4022026-05-16T03:30:38.807Z Downloaded xxhash-rust v0.8.15
4032026-05-16T03:30:38.807Z Downloaded toml v0.8.23
4042026-05-16T03:30:38.807Z Downloaded zeroize v1.8.2
4052026-05-16T03:30:38.818Z Downloaded pin-project v1.1.13
4062026-05-16T03:30:38.818Z Downloaded version_check v0.9.5
4072026-05-16T03:30:38.818Z Downloaded toml_parser v1.1.2+spec-1.1.0
4082026-05-16T03:30:38.818Z Downloaded serde_derive v1.0.228
4092026-05-16T03:30:38.818Z Downloaded sharded-slab v0.1.7
4102026-05-16T03:30:38.825Z Downloaded rustls-pki-types v1.14.1
4112026-05-16T03:30:38.825Z Downloaded config v0.15.23
4122026-05-16T03:30:38.825Z Downloaded zstd-safe v7.2.4
4132026-05-16T03:30:38.825Z Downloaded zmij v1.0.21
4142026-05-16T03:30:38.825Z Downloaded bytes v1.11.1
4152026-05-16T03:30:38.825Z Downloaded zipsign-api v0.1.5
4162026-05-16T03:30:38.836Z Downloaded zstd v0.13.3
4172026-05-16T03:30:38.836Z Downloaded derive_more v2.1.1
4182026-05-16T03:30:38.842Z Downloaded crossterm v0.29.0
4192026-05-16T03:30:38.842Z Downloaded tracing-attributes v0.1.31
4202026-05-16T03:30:38.842Z Downloaded base64 v0.22.1
4212026-05-16T03:30:38.842Z Downloaded getrandom v0.3.4
4222026-05-16T03:30:38.843Z Downloaded tinyvec v1.11.0
4232026-05-16T03:30:38.858Z Downloaded textwrap v0.16.2
4242026-05-16T03:30:38.858Z Downloaded tempfile v3.27.0
4252026-05-16T03:30:38.858Z Downloaded backtrace v0.3.76
4262026-05-16T03:30:38.872Z Downloaded tokio-stream v0.1.18
4272026-05-16T03:30:38.872Z Downloaded toml v1.1.2+spec-1.1.0
4282026-05-16T03:30:38.872Z Downloaded ryu v1.0.23
4292026-05-16T03:30:38.872Z Downloaded signal-hook v0.3.18
4302026-05-16T03:30:38.872Z Downloaded serde_core v1.0.228
4312026-05-16T03:30:38.872Z Downloaded miniz_oxide v0.8.9
4322026-05-16T03:30:38.872Z Downloaded ed25519-dalek v2.2.0
4332026-05-16T03:30:38.880Z Downloaded openssl-sys v0.9.115
4342026-05-16T03:30:38.880Z Downloaded cc v1.2.62
4352026-05-16T03:30:38.880Z Downloaded der v0.7.10
4362026-05-16T03:30:38.885Z Downloaded tracing-core v0.1.36
4372026-05-16T03:30:38.885Z Downloaded socket2 v0.6.3
4382026-05-16T03:30:38.885Z Downloaded ron v0.12.1
4392026-05-16T03:30:38.894Z Downloaded vte v0.14.1
4402026-05-16T03:30:38.894Z Downloaded uuid v1.23.1
4412026-05-16T03:30:38.906Z Downloaded unicode-ident v1.0.24
4422026-05-16T03:30:38.906Z Downloaded toml_edit v0.22.27
4432026-05-16T03:30:38.906Z Downloaded rustls-webpki v0.103.13
4442026-05-16T03:30:38.906Z Downloaded memchr v2.8.0
4452026-05-16T03:30:38.915Z Downloaded tar v0.4.45
4462026-05-16T03:30:38.916Z Downloaded serde v1.0.228
4472026-05-16T03:30:38.916Z Downloaded quinn v0.11.9
4482026-05-16T03:30:38.916Z Downloaded http v1.4.0
4492026-05-16T03:30:38.933Z Downloaded rand v0.9.4
4502026-05-16T03:30:38.945Z Downloaded url v2.5.8
4512026-05-16T03:30:38.952Z Downloaded mio v1.2.0
4522026-05-16T03:30:38.952Z Downloaded hyper-util v0.1.20
4532026-05-16T03:30:38.961Z Downloaded tower v0.5.3
4542026-05-16T03:30:38.961Z Downloaded typenum v1.20.0
4552026-05-16T03:30:38.970Z Downloaded regex v1.12.3
4562026-05-16T03:30:38.984Z Downloaded miette v7.6.0
4572026-05-16T03:30:38.993Z Downloaded guppy v0.17.25
4582026-05-16T03:30:39.007Z Downloaded unicode-segmentation v1.13.2
4592026-05-16T03:30:39.021Z Downloaded unicode-normalization v0.1.25
4602026-05-16T03:30:39.026Z Downloaded itertools v0.14.0
4612026-05-16T03:30:39.034Z Downloaded aho-corasick v1.1.4
4622026-05-16T03:30:39.039Z Downloaded clap_builder v4.6.0
4632026-05-16T03:30:39.039Z Downloaded curve25519-dalek v4.1.3
4642026-05-16T03:30:39.050Z Downloaded serde_json v1.0.149
4652026-05-16T03:30:39.061Z Downloaded hashbrown v0.17.1
4662026-05-16T03:30:39.061Z Downloaded futures-util v0.3.32
4672026-05-16T03:30:39.065Z Downloaded pulldown-cmark v0.13.3
4682026-05-16T03:30:39.065Z Downloaded h2 v0.4.14
4692026-05-16T03:30:39.065Z Downloaded tokio-util v0.7.18
4702026-05-16T03:30:39.074Z Downloaded reqwest v0.12.28
4712026-05-16T03:30:39.084Z Downloaded quick-xml v0.37.5
4722026-05-16T03:30:39.084Z Downloaded hashbrown v0.15.5
4732026-05-16T03:30:39.084Z Downloaded tower-http v0.6.10
4742026-05-16T03:30:39.093Z Downloaded portable-atomic v1.13.1
4752026-05-16T03:30:39.098Z Downloaded winnow v0.7.15
4762026-05-16T03:30:39.146Z Downloaded winnow v1.0.3
4772026-05-16T03:30:39.146Z Downloaded chrono v0.4.44
4782026-05-16T03:30:39.146Z Downloaded quick-xml v0.38.4
4792026-05-16T03:30:39.146Z Downloaded tracing-subscriber v0.3.23
4802026-05-16T03:30:39.146Z Downloaded vcpkg v0.2.15
4812026-05-16T03:30:39.164Z Downloaded webpki-roots v1.0.7
4822026-05-16T03:30:39.190Z Downloaded quinn-proto v0.11.14
4832026-05-16T03:30:39.190Z Downloaded unicode-width v0.1.14
4842026-05-16T03:30:39.190Z Downloaded syn v2.0.117
4852026-05-16T03:30:39.194Z Downloaded zerocopy v0.8.48
4862026-05-16T03:30:39.194Z Downloaded gimli v0.32.3
4872026-05-16T03:30:39.194Z Downloaded bstr v1.12.1
4882026-05-16T03:30:39.210Z Downloaded nextest-runner v0.80.0
4892026-05-16T03:30:39.223Z Downloaded tracing v0.1.44
4902026-05-16T03:30:39.233Z Downloaded unicode-width v0.2.2
4912026-05-16T03:30:39.241Z Downloaded color-eyre v0.6.5
4922026-05-16T03:30:39.263Z Downloaded object v0.37.3
4932026-05-16T03:30:39.263Z Downloaded openssl v0.10.79
4942026-05-16T03:30:39.278Z Downloaded nix v0.30.1
4952026-05-16T03:30:39.278Z Downloaded tokio v1.52.3
4962026-05-16T03:30:39.287Z Downloaded rustix v1.1.4
4972026-05-16T03:30:39.293Z Downloaded regex-syntax v0.8.10
4982026-05-16T03:30:39.307Z Downloaded rustls v0.23.40
4992026-05-16T03:30:39.313Z Downloaded rustix v0.38.44
5002026-05-16T03:30:39.401Z Downloaded regex-automata v0.4.14
5012026-05-16T03:30:39.463Z Downloaded petgraph v0.8.3
5022026-05-16T03:30:39.478Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5032026-05-16T03:30:39.486Z Downloaded libc v0.2.186
5042026-05-16T03:30:39.563Z Downloaded recursion v0.5.4
5052026-05-16T03:30:39.568Z Downloaded ring v0.17.14
5062026-05-16T03:30:39.631Z Compiling proc-macro2 v1.0.106
5072026-05-16T03:30:39.631Z Compiling libc v0.2.186
5082026-05-16T03:30:39.631Z Compiling quote v1.0.45
5092026-05-16T03:30:39.669Z Compiling unicode-ident v1.0.24
5102026-05-16T03:30:39.669Z Compiling serde_core v1.0.228
5112026-05-16T03:30:39.669Z Compiling cfg-if v1.0.4
5122026-05-16T03:30:39.669Z Compiling memchr v2.8.0
5132026-05-16T03:30:39.669Z Compiling once_cell v1.21.4
5142026-05-16T03:30:39.842Z Compiling log v0.4.29
5152026-05-16T03:30:39.909Z Compiling pin-project-lite v0.2.17
5162026-05-16T03:30:40.004Z Compiling serde v1.0.228
5172026-05-16T03:30:40.014Z Compiling itoa v1.0.18
5182026-05-16T03:30:40.193Z Compiling smallvec v1.15.1
5192026-05-16T03:30:40.245Z Compiling futures-core v0.3.32
5202026-05-16T03:30:40.354Z Compiling bitflags v2.11.1
5212026-05-16T03:30:40.400Z Compiling equivalent v1.0.2
5222026-05-16T03:30:40.438Z Compiling hashbrown v0.17.1
5232026-05-16T03:30:40.485Z Compiling find-msvc-tools v0.1.9
5242026-05-16T03:30:40.741Z Compiling errno v0.3.14
5252026-05-16T03:30:40.753Z Compiling shlex v1.3.0
5262026-05-16T03:30:40.753Z Compiling bytes v1.11.1
5272026-05-16T03:30:40.876Z Compiling signal-hook-registry v1.4.8
5282026-05-16T03:30:40.919Z Compiling jobserver v0.1.34
5292026-05-16T03:30:40.934Z Compiling mio v1.2.0
5302026-05-16T03:30:41.011Z Compiling syn v2.0.117
5312026-05-16T03:30:41.074Z Compiling rustix v1.1.4
5322026-05-16T03:30:41.132Z Compiling cc v1.2.62
5332026-05-16T03:30:41.246Z Compiling futures-sink v0.3.32
5342026-05-16T03:30:41.360Z Compiling socket2 v0.6.3
5352026-05-16T03:30:41.438Z Compiling slab v0.4.12
5362026-05-16T03:30:41.637Z Compiling zmij v1.0.21
5372026-05-16T03:30:41.670Z Compiling futures-channel v0.3.32
5382026-05-16T03:30:41.694Z Compiling tracing-core v0.1.36
5392026-05-16T03:30:41.940Z Compiling serde_json v1.0.149
5402026-05-16T03:30:42.005Z Compiling version_check v0.9.5
5412026-05-16T03:30:42.201Z Compiling indexmap v2.14.0
5422026-05-16T03:30:42.277Z Compiling futures-task v0.3.32
5432026-05-16T03:30:42.301Z Compiling getrandom v0.4.2
5442026-05-16T03:30:42.463Z Compiling futures-io v0.3.32
5452026-05-16T03:30:42.592Z Compiling camino v1.2.2
5462026-05-16T03:30:42.624Z Compiling unicode-width v0.2.2
5472026-05-16T03:30:42.667Z Compiling percent-encoding v2.3.2
5482026-05-16T03:30:42.947Z Compiling ring v0.17.14
5492026-05-16T03:30:42.947Z Compiling http v1.4.0
5502026-05-16T03:30:42.987Z Compiling adler2 v2.0.1
5512026-05-16T03:30:43.048Z Compiling simd-adler32 v0.3.9
5522026-05-16T03:30:43.075Z Compiling autocfg v1.5.0
5532026-05-16T03:30:43.145Z Compiling zeroize v1.8.2
5542026-05-16T03:30:43.351Z Compiling miniz_oxide v0.8.9
5552026-05-16T03:30:43.410Z Compiling num-traits v0.2.19
5562026-05-16T03:30:43.652Z Compiling object v0.37.3
5572026-05-16T03:30:43.869Z Compiling getrandom v0.3.4
5582026-05-16T03:30:43.955Z Compiling zerocopy v0.8.48
5592026-05-16T03:30:44.159Z Compiling target-lexicon v0.13.3
5602026-05-16T03:30:44.297Z Compiling http-body v1.0.1
5612026-05-16T03:30:44.449Z Compiling rustls-pki-types v1.14.1
5622026-05-16T03:30:44.573Z Compiling form_urlencoded v1.2.2
5632026-05-16T03:30:44.679Z Compiling semver v1.0.28
5642026-05-16T03:30:44.701Z Compiling serde_derive v1.0.228
5652026-05-16T03:30:44.795Z Compiling tokio-macros v2.7.0
5662026-05-16T03:30:44.849Z Compiling futures-macro v0.3.32
5672026-05-16T03:30:44.882Z Compiling tracing-attributes v0.1.31
5682026-05-16T03:30:45.141Z Compiling getrandom v0.2.17
5692026-05-16T03:30:45.312Z Compiling signal-hook v0.3.18
5702026-05-16T03:30:45.328Z Compiling untrusted v0.9.0
5712026-05-16T03:30:45.341Z Compiling fnv v1.0.7
5722026-05-16T03:30:45.442Z Compiling gimli v0.32.3
5732026-05-16T03:30:45.459Z Compiling utf8_iter v1.0.4
5742026-05-16T03:30:45.532Z Compiling tokio v1.52.3
5752026-05-16T03:30:45.544Z Compiling thiserror v2.0.18
5762026-05-16T03:30:45.624Z Compiling owo-colors v4.3.0
5772026-05-16T03:30:45.698Z Compiling futures-util v0.3.32
5782026-05-16T03:30:45.896Z Compiling httparse v1.10.1
5792026-05-16T03:30:45.959Z Compiling guppy-workspace-hack v0.1.0
5802026-05-16T03:30:46.108Z Compiling tracing v0.1.44
5812026-05-16T03:30:46.188Z Compiling idna_adapter v1.0.0
5822026-05-16T03:30:46.285Z Compiling idna v1.1.0
5832026-05-16T03:30:46.470Z Compiling thiserror-impl v2.0.18
5842026-05-16T03:30:47.671Z Compiling addr2line v0.25.1
5852026-05-16T03:30:48.086Z Compiling generic-array v0.14.7
5862026-05-16T03:30:48.114Z Compiling try-lock v0.2.5
5872026-05-16T03:30:48.153Z Compiling atomic-waker v1.1.2
5882026-05-16T03:30:48.228Z Compiling rustls v0.23.40
5892026-05-16T03:30:48.286Z Compiling pkg-config v0.3.33
5902026-05-16T03:30:48.339Z Compiling target-spec v3.6.0
5912026-05-16T03:30:48.344Z Compiling thiserror v1.0.69
5922026-05-16T03:30:48.456Z Compiling fastrand v2.4.1
5932026-05-16T03:30:48.656Z Compiling rustc-demangle v0.1.27
5942026-05-16T03:30:48.692Z Compiling tower-service v0.3.3
5952026-05-16T03:30:48.724Z Compiling typeid v1.0.3
5962026-05-16T03:30:48.785Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5972026-05-16T03:30:48.988Z Compiling tempfile v3.27.0
5982026-05-16T03:30:49.101Z Compiling want v0.3.1
5992026-05-16T03:30:49.289Z Compiling cfg-expr v0.20.7
6002026-05-16T03:30:49.308Z Compiling url v2.5.8
6012026-05-16T03:30:49.645Z Compiling tokio-util v0.7.18
6022026-05-16T03:30:50.271Z Compiling h2 v0.4.14
6032026-05-16T03:30:50.738Z Compiling backtrace v0.3.76
6042026-05-16T03:30:51.235Z Compiling thiserror-impl v1.0.69
6052026-05-16T03:30:51.258Z Compiling terminal_size v0.4.4
6062026-05-16T03:30:51.406Z Compiling aho-corasick v1.1.4
6072026-05-16T03:30:51.418Z Compiling erased-serde v0.4.10
6082026-05-16T03:30:51.732Z Compiling regex-syntax v0.8.10
6092026-05-16T03:30:51.772Z Compiling typenum v1.20.0
6102026-05-16T03:30:52.397Z Compiling rustls-webpki v0.103.13
6112026-05-16T03:30:52.435Z Compiling subtle v2.6.1
6122026-05-16T03:30:52.595Z Compiling winnow v0.7.15
6132026-05-16T03:30:54.494Z Compiling regex-automata v0.4.14
6142026-05-16T03:30:54.972Z Compiling hyper v1.9.0
6152026-05-16T03:30:56.917Z Compiling serde_spanned v0.6.9
6162026-05-16T03:30:57.084Z Compiling toml_datetime v0.6.11
6172026-05-16T03:30:57.458Z Compiling ahash v0.8.12
6182026-05-16T03:30:57.725Z Compiling sync_wrapper v1.0.2
6192026-05-16T03:30:57.848Z Compiling crc32fast v1.5.0
6202026-05-16T03:30:58.145Z Compiling lazy_static v1.5.0
6212026-05-16T03:30:58.258Z Compiling portable-atomic v1.13.1
6222026-05-16T03:30:58.508Z Compiling nextest-workspace-hack v0.1.0
6232026-05-16T03:30:58.641Z Compiling tower-layer v0.3.3
6242026-05-16T03:30:58.725Z Compiling foldhash v0.1.5
6252026-05-16T03:30:58.741Z Compiling unicode-linebreak v0.1.5
6262026-05-16T03:30:58.846Z Compiling ipnet v2.12.0
6272026-05-16T03:30:58.916Z Compiling base64 v0.22.1
6282026-05-16T03:30:58.949Z Compiling is_ci v1.2.0
6292026-05-16T03:30:59.412Z Compiling parking_lot_core v0.9.12
6302026-05-16T03:30:59.415Z Compiling either v1.15.0
6312026-05-16T03:30:59.415Z Compiling unicode-segmentation v1.13.2
6322026-05-16T03:30:59.415Z Compiling toml_write v0.1.2
6332026-05-16T03:30:59.418Z Compiling hyper-util v0.1.20
6342026-05-16T03:30:59.592Z Compiling toml_edit v0.22.27
6352026-05-16T03:30:59.709Z Compiling convert_case v0.10.0
6362026-05-16T03:30:59.787Z Compiling supports-color v3.0.2
6372026-05-16T03:31:00.025Z Compiling textwrap v0.16.2
6382026-05-16T03:31:00.038Z Compiling hashbrown v0.15.5
6392026-05-16T03:31:00.062Z Compiling tower v0.5.3
6402026-05-16T03:31:00.675Z Compiling sharded-slab v0.1.7
6412026-05-16T03:31:00.748Z Compiling tokio-rustls v0.26.4
6422026-05-16T03:31:01.283Z Compiling backtrace-ext v0.2.1
6432026-05-16T03:31:01.421Z Compiling ordered-float v2.10.1
6442026-05-16T03:31:01.541Z Compiling webpki-roots v1.0.7
6452026-05-16T03:31:01.664Z Compiling miette-derive v7.6.0
6462026-05-16T03:31:01.685Z Compiling pathdiff v0.2.3
6472026-05-16T03:31:01.699Z Compiling console v0.15.11
6482026-05-16T03:31:01.810Z Compiling cargo-platform v0.3.3
6492026-05-16T03:31:02.073Z Compiling tracing-log v0.2.0
6502026-05-16T03:31:02.373Z Compiling os_pipe v1.2.3
6512026-05-16T03:31:02.433Z Compiling thread_local v1.1.9
6522026-05-16T03:31:02.545Z Compiling fixedbitset v0.5.7
6532026-05-16T03:31:02.785Z Compiling debug-ignore v1.0.5
6542026-05-16T03:31:02.805Z Compiling pulldown-cmark v0.13.3
6552026-05-16T03:31:03.302Z Compiling unicode-width v0.1.14
6562026-05-16T03:31:03.305Z Compiling supports-hyperlinks v3.2.0
6572026-05-16T03:31:03.305Z Compiling utf8parse v0.2.2
6582026-05-16T03:31:03.305Z Compiling zstd-safe v7.2.4
6592026-05-16T03:31:03.305Z Compiling rustix v0.38.44
6602026-05-16T03:31:03.305Z Compiling winnow v1.0.3
6612026-05-16T03:31:03.328Z Compiling cfg_aliases v0.2.1
6622026-05-16T03:31:03.427Z Compiling ryu v1.0.23
6632026-05-16T03:31:03.507Z Compiling supports-unicode v3.0.0
6642026-05-16T03:31:03.550Z Compiling scopeguard v1.2.0
6652026-05-16T03:31:03.658Z Compiling lock_api v0.4.14
6662026-05-16T03:31:03.677Z Compiling miette v7.6.0
6672026-05-16T03:31:03.741Z Compiling serde_urlencoded v0.7.1
6682026-05-16T03:31:03.988Z Compiling nix v0.30.1
6692026-05-16T03:31:04.020Z Compiling anstyle-parse v1.0.0
6702026-05-16T03:31:04.258Z Compiling petgraph v0.8.3
6712026-05-16T03:31:04.375Z Compiling toml_parser v1.1.2+spec-1.1.0
6722026-05-16T03:31:04.655Z Compiling tracing-subscriber v0.3.23
6732026-05-16T03:31:05.703Z Compiling sigchld v0.2.4
6742026-05-16T03:31:05.715Z Compiling cargo_metadata v0.23.1
6752026-05-16T03:31:05.896Z Compiling serde-value v0.7.0
6762026-05-16T03:31:06.185Z Compiling hyper-rustls v0.27.9
6772026-05-16T03:31:06.660Z Compiling serde-untagged v0.1.9
6782026-05-16T03:31:06.867Z Compiling toml v0.8.23
6792026-05-16T03:31:07.859Z Compiling tower-http v0.6.10
6802026-05-16T03:31:07.987Z Compiling derive_more-impl v2.1.1
6812026-05-16T03:31:08.503Z Compiling itertools v0.14.0
6822026-05-16T03:31:08.663Z Compiling regex v1.12.3
6832026-05-16T03:31:08.828Z Compiling block-buffer v0.10.4
6842026-05-16T03:31:08.989Z Compiling crypto-common v0.1.7
6852026-05-16T03:31:09.030Z Compiling ppv-lite86 v0.2.21
6862026-05-16T03:31:09.119Z Compiling rand_core v0.9.5
6872026-05-16T03:31:09.358Z Compiling futures-executor v0.3.32
6882026-05-16T03:31:09.370Z Compiling pin-project-internal v1.1.13
6892026-05-16T03:31:09.718Z Compiling http-body-util v0.1.3
6902026-05-16T03:31:09.887Z Compiling uuid v1.23.1
6912026-05-16T03:31:09.980Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-05-16T03:31:09.992Z Compiling smol_str v0.3.6
6932026-05-16T03:31:10.077Z Compiling serde_spanned v1.1.1
6942026-05-16T03:31:10.227Z Compiling filetime v0.2.29
6952026-05-16T03:31:10.325Z Compiling bstr v1.12.1
6962026-05-16T03:31:10.389Z Compiling vte v0.14.1
6972026-05-16T03:31:10.407Z Compiling unicase v2.9.0
6982026-05-16T03:31:10.419Z Compiling color-spantrace v0.3.0
6992026-05-16T03:31:10.430Z Compiling xattr v1.6.1
7002026-05-16T03:31:10.586Z Compiling number_prefix v0.4.0
7012026-05-16T03:31:10.604Z Compiling eyre v0.6.12
7022026-05-16T03:31:10.614Z Compiling nested v0.1.1
7032026-05-16T03:31:10.727Z Compiling anstyle v1.0.14
7042026-05-16T03:31:10.739Z Compiling is_terminal_polyfill v1.70.2
7052026-05-16T03:31:10.808Z Compiling litrs v1.0.0
7062026-05-16T03:31:10.832Z Compiling iana-time-zone v0.1.65
7072026-05-16T03:31:10.909Z Compiling static_assertions v1.1.0
7082026-05-16T03:31:10.983Z Compiling tinyvec_macros v0.1.1
7092026-05-16T03:31:11.021Z Compiling colorchoice v1.0.5
7102026-05-16T03:31:11.062Z Compiling anstyle-query v1.1.5
7112026-05-16T03:31:11.125Z Compiling unicode-xid v0.2.6
7122026-05-16T03:31:11.139Z Compiling self_update v0.42.0
7132026-05-16T03:31:11.166Z Compiling anstream v1.0.0
7142026-05-16T03:31:11.183Z Compiling tinyvec v1.11.0
7152026-05-16T03:31:11.257Z Compiling cargo-util-schemas v0.2.0
7162026-05-16T03:31:11.257Z Compiling document-features v0.2.12
7172026-05-16T03:31:11.402Z Compiling guppy v0.17.25
7182026-05-16T03:31:12.011Z Compiling chrono v0.4.44
7192026-05-16T03:31:12.014Z Compiling globset v0.4.18
7202026-05-16T03:31:12.014Z Compiling indicatif v0.17.11
7212026-05-16T03:31:12.665Z Compiling tar v0.4.45
7222026-05-16T03:31:13.662Z Compiling strip-ansi-escapes v0.2.1
7232026-05-16T03:31:14.142Z Compiling pin-project v1.1.13
7242026-05-16T03:31:14.239Z Compiling toml v1.1.2+spec-1.1.0
7252026-05-16T03:31:14.250Z Compiling nextest-metadata v0.12.2
7262026-05-16T03:31:14.966Z Compiling newtype-uuid v1.3.2
7272026-05-16T03:31:15.044Z Compiling reqwest v0.12.28
7282026-05-16T03:31:15.060Z Compiling futures v0.3.32
7292026-05-16T03:31:15.139Z Compiling rand_chacha v0.9.0
7302026-05-16T03:31:15.152Z Compiling digest v0.10.7
7312026-05-16T03:31:15.162Z Compiling derive_more v2.1.1
7322026-05-16T03:31:15.238Z Compiling parking_lot v0.12.5
7332026-05-16T03:31:15.371Z Compiling flate2 v1.1.9
7342026-05-16T03:31:15.736Z Compiling shared_child v1.1.1
7352026-05-16T03:31:15.916Z Compiling tracing-error v0.2.1
7362026-05-16T03:31:16.153Z Compiling signal-hook-mio v0.2.5
7372026-05-16T03:31:16.704Z Compiling self-replace v1.5.0
7382026-05-16T03:31:16.707Z Compiling cargo-platform v0.2.0
7392026-05-16T03:31:16.707Z Compiling quick-xml v0.37.5
7402026-05-16T03:31:17.056Z Compiling quick-xml v0.38.4
7412026-05-16T03:31:17.354Z Compiling recursion v0.5.4
7422026-05-16T03:31:17.429Z Compiling shell-words v1.1.1
7432026-05-16T03:31:17.686Z Compiling urlencoding v2.1.3
7442026-05-16T03:31:17.932Z Compiling strsim v0.11.1
7452026-05-16T03:31:17.971Z Compiling indenter v0.3.4
7462026-05-16T03:31:18.101Z Compiling humantime v2.3.0
7472026-05-16T03:31:18.116Z Compiling cpufeatures v0.2.17
7482026-05-16T03:31:18.189Z Compiling heck v0.5.0
7492026-05-16T03:31:18.385Z Compiling clap_lex v1.1.0
7502026-05-16T03:31:18.520Z Compiling clap_derive v4.6.1
7512026-05-16T03:31:18.710Z Compiling clap_builder v4.6.0
7522026-05-16T03:31:18.752Z Compiling humantime-serde v1.1.1
7532026-05-16T03:31:18.755Z Compiling sha2 v0.10.9
7542026-05-16T03:31:19.422Z Compiling quick-junit v0.5.2
7552026-05-16T03:31:19.980Z Compiling nextest-filtering v0.15.0
7562026-05-16T03:31:20.313Z Compiling atomicwrites v0.4.4
7572026-05-16T03:31:20.599Z Compiling cargo_metadata v0.20.0
7582026-05-16T03:31:22.562Z Compiling cargo-nextest v0.9.97
7592026-05-16T03:31:22.891Z Compiling crossterm v0.29.0
7602026-05-16T03:31:25.169Z Compiling duct v0.13.7
7612026-05-16T03:31:25.228Z Compiling rand v0.9.4
7622026-05-16T03:31:25.580Z Compiling zstd v0.13.3
7632026-05-16T03:31:25.744Z Compiling async-scoped v0.9.0
7642026-05-16T03:31:25.933Z Compiling config v0.15.23
7652026-05-16T03:31:25.946Z Compiling unicode-normalization v0.1.25
7662026-05-16T03:31:25.986Z Compiling target-spec-miette v0.4.6
7672026-05-16T03:31:26.013Z Compiling future-queue v0.4.0
7682026-05-16T03:31:26.101Z Compiling mukti-metadata v0.3.0
7692026-05-16T03:31:26.297Z Compiling tokio-stream v0.1.18
7702026-05-16T03:31:26.388Z Compiling camino-tempfile v1.4.1
7712026-05-16T03:31:26.533Z Compiling derive-where v1.6.1
7722026-05-16T03:31:26.586Z Compiling serde_ignored v0.1.14
7732026-05-16T03:31:26.808Z Compiling serde_path_to_error v0.1.20
7742026-05-16T03:31:26.824Z Compiling hex v0.4.3
7752026-05-16T03:31:27.231Z Compiling swrite v0.1.0
7762026-05-16T03:31:27.234Z Compiling home v0.5.12
7772026-05-16T03:31:27.234Z Compiling indent_write v2.2.0
7782026-05-16T03:31:27.234Z Compiling xxhash-rust v0.8.15
7792026-05-16T03:31:27.234Z Compiling color-eyre v0.6.5
7802026-05-16T03:31:27.234Z Compiling clap v4.6.1
7812026-05-16T03:31:27.234Z Compiling dialoguer v0.11.0
7822026-05-16T03:31:27.251Z Compiling enable-ansi-support v0.2.1
7832026-05-16T03:31:27.789Z Compiling nextest-runner v0.80.0
7842026-05-16T03:31:45.808Z Finished `release` profile [optimized] target(s) in 1m 10s
7852026-05-16T03:31:46.030Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-05-16T03:31:46.075Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-05-16T03:31:46.138Z+ pushd mg-lower
7882026-05-16T03:31:46.163Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7892026-05-16T03:31:46.164Z+ cargo nextest run
7902026-05-16T03:31:46.315Z Updating git repository `https://github.com/oxidecomputer/falcon`
7912026-05-16T03:31:48.586ZFrom https://github.com/oxidecomputer/falcon
7922026-05-16T03:31:48.587Z * [new ref] b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6 -> refs/commit/b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6
7932026-05-16T03:31:48.845Z Updating crates.io index
7942026-05-16T03:31:48.845Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-05-16T03:31:48.845ZFrom https://github.com/oxidecomputer/dendrite
7962026-05-16T03:31:48.845Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7972026-05-16T03:31:48.845Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-05-16T03:31:48.933ZFrom https://github.com/oxidecomputer/ispf
7992026-05-16T03:31:48.933Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8002026-05-16T03:31:48.933Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-05-16T03:31:48.933ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-05-16T03:31:48.933Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
8032026-05-16T03:31:48.933Z Updating git repository `https://github.com/oxidecomputer/omicron`
8042026-05-16T03:31:55.487ZFrom https://github.com/oxidecomputer/omicron
8052026-05-16T03:31:55.487Z * [new ref] e3edc166d225599702b8444c6bfb406bad583d4b -> refs/commit/e3edc166d225599702b8444c6bfb406bad583d4b
8062026-05-16T03:31:55.897Z Updating git repository `https://github.com/oxidecomputer/opte`
8072026-05-16T03:31:56.505ZFrom https://github.com/oxidecomputer/opte
8082026-05-16T03:31:56.505Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8092026-05-16T03:31:56.632Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-05-16T03:31:56.947ZFrom https://github.com/illumos/smf-rs
8112026-05-16T03:31:56.947Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-05-16T03:31:56.996Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8132026-05-16T03:31:57.239ZFrom https://github.com/oxidecomputer/network-interface
8142026-05-16T03:31:57.239Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8152026-05-16T03:31:57.268Z Updating git repository `https://github.com/oxidecomputer/zone`
8162026-05-16T03:31:57.510ZFrom https://github.com/oxidecomputer/zone
8172026-05-16T03:31:57.511Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8182026-05-16T03:31:57.634Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-05-16T03:31:58.239ZFrom https://github.com/oxidecomputer/propolis
8202026-05-16T03:31:58.239Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-05-16T03:31:58.348Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-05-16T03:31:58.813ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-05-16T03:31:58.813Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8242026-05-16T03:31:58.837Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-05-16T03:31:59.095ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-05-16T03:31:59.095Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8272026-05-16T03:31:59.101Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-05-16T03:31:59.339ZFrom https://github.com/jmesmon/rust-libzfs
8292026-05-16T03:31:59.339Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-05-16T03:31:59.347Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-05-16T03:31:59.592ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-05-16T03:31:59.592Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-05-16T03:31:59.737Z Updating git repository `https://github.com/oxidecomputer/lldp`
8342026-05-16T03:32:00.011ZFrom https://github.com/oxidecomputer/lldp
8352026-05-16T03:32:00.011Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8362026-05-16T03:32:00.088Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8372026-05-16T03:32:00.322ZFrom https://github.com/oxidecomputer/slog-error-chain
8382026-05-16T03:32:00.322Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8392026-05-16T03:32:00.339Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8402026-05-16T03:32:01.495ZFrom https://github.com/oxidecomputer/tufaceous
8412026-05-16T03:32:01.495Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8422026-05-16T03:32:01.550Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8432026-05-16T03:32:01.550ZFrom https://github.com/oxidecomputer/management-gateway-service
8442026-05-16T03:32:01.550Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8452026-05-16T03:32:01.550Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-05-16T03:32:02.495ZFrom https://github.com/oxidecomputer/crucible
8472026-05-16T03:32:02.495Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8482026-05-16T03:32:02.614Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8492026-05-16T03:32:02.869ZFrom https://github.com/oxidecomputer/serde_human_bytes
8502026-05-16T03:32:02.869Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8512026-05-16T03:32:02.885Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-05-16T03:32:03.243ZFrom https://github.com/oxidecomputer/propolis
8532026-05-16T03:32:03.243Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8542026-05-16T03:32:03.483Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-05-16T03:32:03.794ZFrom https://github.com/oxidecomputer/tofino
8562026-05-16T03:32:03.794Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8572026-05-16T03:32:03.818Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-05-16T03:32:04.512ZFrom https://github.com/oxidecomputer/maghemite
8592026-05-16T03:32:04.512Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8602026-05-16T03:32:04.588Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-05-16T03:32:04.821ZFrom https://github.com/oxidecomputer/clickward
8622026-05-16T03:32:04.821Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-05-16T03:32:04.923Z Updating git repository `https://github.com/oxidecomputer/crucible`
8642026-05-16T03:32:05.528ZFrom https://github.com/oxidecomputer/crucible
8652026-05-16T03:32:05.528Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8662026-05-16T03:32:05.690Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8672026-05-16T03:32:06.003ZFrom https://github.com/oxidecomputer/illumos-devinfo
8682026-05-16T03:32:06.003Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8692026-05-16T03:32:06.746Z Downloading crates ...
8702026-05-16T03:32:06.842Z Downloaded constant_time_eq v0.4.2
8712026-05-16T03:32:06.846Z Downloaded aead v0.5.2
8722026-05-16T03:32:06.850Z Downloaded allocator-api2 v0.2.21
8732026-05-16T03:32:06.866Z Downloaded git-stub v1.0.0
8742026-05-16T03:32:06.869Z Downloaded gethostname v0.5.0
8752026-05-16T03:32:06.873Z Downloaded async-compression v0.4.42
8762026-05-16T03:32:06.877Z Downloaded linked-hash-map v0.5.6
8772026-05-16T03:32:06.879Z Downloaded git-stub-vcs v0.1.0
8782026-05-16T03:32:06.879Z Downloaded anyhow v1.0.102
8792026-05-16T03:32:06.883Z Downloaded hubpack v0.1.2
8802026-05-16T03:32:06.888Z Downloaded async-stream v0.3.6
8812026-05-16T03:32:06.888Z Downloaded mime v0.3.17
8822026-05-16T03:32:06.892Z Downloaded foldhash v0.2.0
8832026-05-16T03:32:06.892Z Downloaded blake3 v1.8.5
8842026-05-16T03:32:06.908Z Downloaded iddqd v0.3.18
8852026-05-16T03:32:06.920Z Downloaded icu_locale_core v2.2.0
8862026-05-16T03:32:06.920Z Downloaded foreign-types-macros v0.2.3
8872026-05-16T03:32:06.920Z Downloaded num-complex v0.4.6
8882026-05-16T03:32:06.920Z Downloaded filetime v0.2.28
8892026-05-16T03:32:06.920Z Downloaded num-conv v0.2.1
8902026-05-16T03:32:06.920Z Downloaded num-iter v0.1.45
8912026-05-16T03:32:06.935Z Downloaded hubpack_derive v0.1.1
8922026-05-16T03:32:06.935Z Downloaded newtype_derive v0.1.6
8932026-05-16T03:32:06.935Z Downloaded embedded-io v0.4.0
8942026-05-16T03:32:06.935Z Downloaded hostname v0.4.2
8952026-05-16T03:32:06.935Z Downloaded oxide-tokio-rt v0.1.6
8962026-05-16T03:32:06.935Z Downloaded darling_macro v0.23.0
8972026-05-16T03:32:06.935Z Downloaded darling v0.23.0
8982026-05-16T03:32:06.955Z Downloaded newtype-uuid-macros v0.1.0
8992026-05-16T03:32:06.955Z Downloaded bcs v0.1.6
9002026-05-16T03:32:06.955Z Downloaded crunchy v0.2.4
9012026-05-16T03:32:06.955Z Downloaded dof v0.4.0
9022026-05-16T03:32:06.956Z Downloaded num_enum v0.5.11
9032026-05-16T03:32:06.956Z Downloaded macaddr v1.0.1
9042026-05-16T03:32:06.956Z Downloaded libsw-core v0.3.2
9052026-05-16T03:32:06.956Z Downloaded derive-ex v0.1.8
9062026-05-16T03:32:06.960Z Downloaded bitflags v1.3.2
9072026-05-16T03:32:06.960Z Downloaded num_enum_derive v0.5.11
9082026-05-16T03:32:06.960Z Downloaded httpdate v1.0.3
9092026-05-16T03:32:06.960Z Downloaded match_cfg v0.1.0
9102026-05-16T03:32:06.960Z Downloaded enum-as-inner v0.6.1
9112026-05-16T03:32:06.960Z Downloaded dof v0.3.0
9122026-05-16T03:32:06.960Z Downloaded ciborium-io v0.2.2
9132026-05-16T03:32:06.960Z Downloaded async-stream-impl v0.3.6
9142026-05-16T03:32:06.960Z Downloaded const-random v0.1.18
9152026-05-16T03:32:06.960Z Downloaded idna_adapter v1.2.2
9162026-05-16T03:32:06.960Z Downloaded no-std-compat v0.4.1
9172026-05-16T03:32:06.960Z Downloaded cobs v0.3.0
9182026-05-16T03:32:06.960Z Downloaded defmt v0.3.100
9192026-05-16T03:32:06.960Z Downloaded num-derive v0.4.2
9202026-05-16T03:32:06.960Z Downloaded heck v0.4.1
9212026-05-16T03:32:06.967Z Downloaded memoffset v0.9.1
9222026-05-16T03:32:06.967Z Downloaded async-trait v0.1.89
9232026-05-16T03:32:06.970Z Downloaded arc-swap v1.9.1
9242026-05-16T03:32:06.970Z Downloaded convert_case v0.4.0
9252026-05-16T03:32:06.970Z Downloaded dyn-clone v1.0.20
9262026-05-16T03:32:06.970Z Downloaded omicron-workspace-hack v0.1.0
9272026-05-16T03:32:06.970Z Downloaded cstr-argument v0.1.2
9282026-05-16T03:32:06.975Z Downloaded lru-cache v0.1.2
9292026-05-16T03:32:06.975Z Downloaded ident_case v1.0.1
9302026-05-16T03:32:06.975Z Downloaded cpufeatures v0.3.0
9312026-05-16T03:32:07.014Z Downloaded chacha20 v0.9.1
9322026-05-16T03:32:07.014Z Downloaded hmac v0.12.1
9332026-05-16T03:32:07.014Z Downloaded group v0.13.0
9342026-05-16T03:32:07.018Z Downloaded dunce v1.0.5
9352026-05-16T03:32:07.018Z Downloaded parse-display v0.10.0
9362026-05-16T03:32:07.018Z Downloaded base16ct v0.2.0
9372026-05-16T03:32:07.018Z Downloaded dtrace-parser v0.3.0
9382026-05-16T03:32:07.018Z Downloaded opaque-debug v0.3.1
9392026-05-16T03:32:07.018Z Downloaded libscf-sys v1.2.0
9402026-05-16T03:32:07.019Z Downloaded arrayref v0.3.9
9412026-05-16T03:32:07.019Z Downloaded instant v0.1.13
9422026-05-16T03:32:07.019Z Downloaded base16ct v1.0.0
9432026-05-16T03:32:07.019Z Downloaded num_threads v0.1.7
9442026-05-16T03:32:07.019Z Downloaded embedded-io v0.6.1
9452026-05-16T03:32:07.019Z Downloaded crucible-workspace-hack v0.1.0
9462026-05-16T03:32:07.019Z Downloaded dtrace-parser v0.2.0
9472026-05-16T03:32:07.019Z Downloaded defmt-parser v1.0.0
9482026-05-16T03:32:07.019Z Downloaded byteorder v1.5.0
9492026-05-16T03:32:07.019Z Downloaded newline-converter v0.3.0
9502026-05-16T03:32:07.019Z Downloaded natord v1.0.9
9512026-05-16T03:32:07.019Z Downloaded memmap v0.7.0
9522026-05-16T03:32:07.019Z Downloaded internet-checksum v0.2.1
9532026-05-16T03:32:07.019Z Downloaded managed v0.8.0
9542026-05-16T03:32:07.019Z Downloaded data-encoding v2.11.0
9552026-05-16T03:32:07.019Z Downloaded phf_shared v0.12.1
9562026-05-16T03:32:07.019Z Downloaded arrayvec v0.7.6
9572026-05-16T03:32:07.019Z Downloaded defmt v1.0.1
9582026-05-16T03:32:07.019Z Downloaded proc-macro-error-attr2 v2.0.0
9592026-05-16T03:32:07.019Z Downloaded potential_utf v0.1.5
9602026-05-16T03:32:07.019Z Downloaded powerfmt v0.2.0
9612026-05-16T03:32:07.019Z Downloaded proc-macro-crate v3.5.0
9622026-05-16T03:32:07.019Z Downloaded keccak v0.1.6
9632026-05-16T03:32:07.019Z Downloaded progenitor-client v0.10.0
9642026-05-16T03:32:07.020Z Downloaded glob v0.3.3
9652026-05-16T03:32:07.020Z Downloaded crossbeam-utils v0.8.21
9662026-05-16T03:32:07.041Z Downloaded num-integer v0.1.46
9672026-05-16T03:32:07.041Z Downloaded is-terminal v0.4.17
9682026-05-16T03:32:07.041Z Downloaded crossbeam-deque v0.8.6
9692026-05-16T03:32:07.041Z Downloaded libsw v3.5.0
9702026-05-16T03:32:07.041Z Downloaded progenitor-macro v0.10.0
9712026-05-16T03:32:07.041Z Downloaded progenitor-client v0.14.0
9722026-05-16T03:32:07.041Z Downloaded progenitor-client v0.11.2
9732026-05-16T03:32:07.041Z Downloaded ingot-types v0.1.2
9742026-05-16T03:32:07.041Z Downloaded num_enum_derive v0.7.6
9752026-05-16T03:32:07.041Z Downloaded num_enum v0.7.6
9762026-05-16T03:32:07.041Z Downloaded rand_chacha v0.3.1
9772026-05-16T03:32:07.041Z Downloaded progenitor-macro v0.14.0
9782026-05-16T03:32:07.041Z Downloaded progenitor-macro v0.11.2
9792026-05-16T03:32:07.041Z Downloaded memmap2 v0.9.10
9802026-05-16T03:32:07.045Z Downloaded ipnetwork v0.21.1
9812026-05-16T03:32:07.045Z Downloaded ff v0.13.1
9822026-05-16T03:32:07.045Z Downloaded proc-macro-error-attr v1.0.4
9832026-05-16T03:32:07.045Z Downloaded displaydoc v0.2.5
9842026-05-16T03:32:07.045Z Downloaded bit-vec v0.8.0
9852026-05-16T03:32:07.045Z Downloaded ingot v0.1.1
9862026-05-16T03:32:07.045Z Downloaded deranged v0.5.8
9872026-05-16T03:32:07.049Z Downloaded rand_xorshift v0.4.0
9882026-05-16T03:32:07.049Z Downloaded quick-error v1.2.3
9892026-05-16T03:32:07.049Z Downloaded ref-cast v1.0.25
9902026-05-16T03:32:07.049Z Downloaded erased-serde v0.3.31
9912026-05-16T03:32:07.071Z Downloaded ref-cast-impl v1.0.25
9922026-05-16T03:32:07.071Z Downloaded jiff-static v0.2.24
9932026-05-16T03:32:07.071Z Downloaded dropshot-api-manager-types v0.7.1
9942026-05-16T03:32:07.071Z Downloaded parking_lot_core v0.8.6
9952026-05-16T03:32:07.071Z Downloaded progenitor-macro v0.13.0
9962026-05-16T03:32:07.071Z Downloaded pem v3.0.6
9972026-05-16T03:32:07.071Z Downloaded crossbeam-epoch v0.9.18
9982026-05-16T03:32:07.071Z Downloaded colored v3.1.1
9992026-05-16T03:32:07.071Z Downloaded konst_macro_rules v0.2.19
10002026-05-16T03:32:07.072Z Downloaded oxnet v0.1.5
10012026-05-16T03:32:07.072Z Downloaded critical-section v1.2.0
10022026-05-16T03:32:07.072Z Downloaded base64 v0.21.7
10032026-05-16T03:32:07.072Z Downloaded plain v0.2.3
10042026-05-16T03:32:07.072Z Downloaded num-rational v0.4.2
10052026-05-16T03:32:07.072Z Downloaded daft-derive v0.1.5
10062026-05-16T03:32:07.077Z Downloaded progenitor v0.10.0
10072026-05-16T03:32:07.077Z Downloaded same-file v1.0.6
10082026-05-16T03:32:07.077Z Downloaded cookie v0.18.1
10092026-05-16T03:32:07.093Z Downloaded semver v0.1.20
10102026-05-16T03:32:07.093Z Downloaded scroll_derive v0.12.1
10112026-05-16T03:32:07.093Z Downloaded secrecy v0.10.3
10122026-05-16T03:32:07.093Z Downloaded scroll_derive v0.13.1
10132026-05-16T03:32:07.093Z Downloaded backon v1.6.0
10142026-05-16T03:32:07.093Z Downloaded serde-big-array v0.5.1
10152026-05-16T03:32:07.093Z Downloaded progenitor v0.13.0
10162026-05-16T03:32:07.093Z Downloaded poly1305 v0.8.0
10172026-05-16T03:32:07.094Z Downloaded proc-macro-error2 v2.0.1
10182026-05-16T03:32:07.094Z Downloaded serial_test_derive v3.4.0
10192026-05-16T03:32:07.094Z Downloaded serial_test v3.4.0
10202026-05-16T03:32:07.094Z Downloaded serde_repr v0.1.20
10212026-05-16T03:32:07.094Z Downloaded serde_plain v1.0.2
10222026-05-16T03:32:07.094Z Downloaded litemap v0.8.2
10232026-05-16T03:32:07.094Z Downloaded sigpipe v0.1.3
10242026-05-16T03:32:07.099Z Downloaded sha1 v0.10.6
10252026-05-16T03:32:07.099Z Downloaded parse-display-derive v0.10.0
10262026-05-16T03:32:07.099Z Downloaded proc-macro-error v1.0.4
10272026-05-16T03:32:07.103Z Downloaded resolv-conf v0.7.6
10282026-05-16T03:32:07.103Z Downloaded backoff v0.4.0
10292026-05-16T03:32:07.103Z Downloaded bytecount v0.6.9
10302026-05-16T03:32:07.103Z Downloaded drift v0.1.4
10312026-05-16T03:32:07.109Z Downloaded slog-envlogger v2.2.0
10322026-05-16T03:32:07.112Z Downloaded progenitor-extras v0.2.0
10332026-05-16T03:32:07.112Z Downloaded rustc_version v0.1.7
10342026-05-16T03:32:07.112Z Downloaded slog-bunyan v2.5.0
10352026-05-16T03:32:07.112Z Downloaded progenitor-client v0.13.0
10362026-05-16T03:32:07.112Z Downloaded progenitor v0.11.2
10372026-05-16T03:32:07.116Z Downloaded rand_core v0.10.1
10382026-05-16T03:32:07.116Z Downloaded proc-macro-crate v1.3.1
10392026-05-16T03:32:07.116Z Downloaded siphasher v1.0.3
10402026-05-16T03:32:07.116Z Downloaded smawk v0.3.2
10412026-05-16T03:32:07.133Z Downloaded progenitor v0.14.0
10422026-05-16T03:32:07.133Z Downloaded paste v1.0.15
10432026-05-16T03:32:07.136Z Downloaded postcard v1.1.3
10442026-05-16T03:32:07.137Z Downloaded omicron-zone-package v0.12.2
10452026-05-16T03:32:07.137Z Downloaded strum v0.26.3
10462026-05-16T03:32:07.137Z Downloaded structmeta-derive v0.3.0
10472026-05-16T03:32:07.137Z Downloaded parking_lot v0.11.2
10482026-05-16T03:32:07.137Z Downloaded phf v0.12.1
10492026-05-16T03:32:07.137Z Downloaded rustls-native-certs v0.8.3
10502026-05-16T03:32:07.137Z Downloaded stable_deref_trait v1.2.1
10512026-05-16T03:32:07.137Z Downloaded linear-map v1.2.0
10522026-05-16T03:32:07.137Z Downloaded dropshot_endpoint v0.17.0
10532026-05-16T03:32:07.137Z Downloaded cancel-safe-futures v0.1.5
10542026-05-16T03:32:07.137Z Downloaded ingot-macros v0.1.1
10552026-05-16T03:32:07.137Z Downloaded scroll v0.12.0
10562026-05-16T03:32:07.137Z Downloaded schemars_derive v0.8.22
10572026-05-16T03:32:07.155Z Downloaded pest_derive v2.8.6
10582026-05-16T03:32:07.155Z Downloaded tabled_derive v0.11.0
10592026-05-16T03:32:07.155Z Downloaded strum v0.27.2
10602026-05-16T03:32:07.155Z Downloaded pest_generator v2.8.6
10612026-05-16T03:32:07.156Z Downloaded elliptic-curve v0.13.8
10622026-05-16T03:32:07.156Z Downloaded thread-id v4.2.2
10632026-05-16T03:32:07.156Z Downloaded testing_table v0.3.0
10642026-05-16T03:32:07.156Z Downloaded termtree v0.5.1
10652026-05-16T03:32:07.156Z Downloaded serde_derive_internals v0.29.1
10662026-05-16T03:32:07.156Z Downloaded take_mut v0.2.2
10672026-05-16T03:32:07.156Z Downloaded tagptr v0.2.0
10682026-05-16T03:32:07.156Z Downloaded tabwriter v1.4.1
10692026-05-16T03:32:07.156Z Downloaded serde_tokenstream v0.2.3
10702026-05-16T03:32:07.156Z Downloaded scroll v0.13.0
10712026-05-16T03:32:07.156Z Downloaded rusty-fork v0.3.1
10722026-05-16T03:32:07.156Z Downloaded tabled_derive v0.7.0
10732026-05-16T03:32:07.160Z Downloaded password-hash v0.5.0
10742026-05-16T03:32:07.160Z Downloaded daft v0.1.5
10752026-05-16T03:32:07.160Z Downloaded console v0.16.3
10762026-05-16T03:32:07.160Z Downloaded ciborium v0.2.2
10772026-05-16T03:32:07.160Z Downloaded cargo_toml v0.22.3
10782026-05-16T03:32:07.160Z Downloaded half v2.7.1
10792026-05-16T03:32:07.163Z Downloaded icu_provider v2.2.0
10802026-05-16T03:32:07.163Z Downloaded bs58 v0.5.1
10812026-05-16T03:32:07.163Z Downloaded indexmap v1.9.3
10822026-05-16T03:32:07.169Z Downloaded compression-codecs v0.4.38
10832026-05-16T03:32:07.180Z Downloaded sdd v3.0.10
10842026-05-16T03:32:07.180Z Downloaded time-core v0.1.8
10852026-05-16T03:32:07.180Z Downloaded thread-id v5.1.0
10862026-05-16T03:32:07.180Z Downloaded chacha20 v0.10.0
10872026-05-16T03:32:07.180Z Downloaded pretty-hex v0.4.2
10882026-05-16T03:32:07.180Z Downloaded olpc-cjson v0.1.4
10892026-05-16T03:32:07.205Z Downloaded pin-project-internal v1.1.12
10902026-05-16T03:32:07.205Z Downloaded slog-async v2.8.0
10912026-05-16T03:32:07.205Z Downloaded slog-json v2.6.1
10922026-05-16T03:32:07.205Z Downloaded slog-dtrace v0.3.0
10932026-05-16T03:32:07.205Z Downloaded rhai_codegen v3.1.0
10942026-05-16T03:32:07.205Z Downloaded topological-sort v0.2.2
10952026-05-16T03:32:07.205Z Downloaded typify-macro v0.6.2
10962026-05-16T03:32:07.205Z Downloaded structmeta v0.3.0
10972026-05-16T03:32:07.205Z Downloaded spin v0.5.2
10982026-05-16T03:32:07.219Z Downloaded slog-term v2.9.2
10992026-05-16T03:32:07.219Z Downloaded smartstring v1.0.1
11002026-05-16T03:32:07.219Z Downloaded darling_core v0.21.3
11012026-05-16T03:32:07.219Z Downloaded usdt-attr-macro v0.5.0
11022026-05-16T03:32:07.219Z Downloaded usdt v0.5.0
11032026-05-16T03:32:07.220Z Downloaded untrusted v0.7.1
11042026-05-16T03:32:07.220Z Downloaded universal-hash v0.5.1
11052026-05-16T03:32:07.220Z Downloaded unarray v0.1.4
11062026-05-16T03:32:07.220Z Downloaded usdt-macro v0.6.0
11072026-05-16T03:32:07.220Z Downloaded pin-project v1.1.12
11082026-05-16T03:32:07.220Z Downloaded synstructure v0.13.2
11092026-05-16T03:32:07.220Z Downloaded strum_macros v0.27.2
11102026-05-16T03:32:07.220Z Downloaded unit-prefix v0.5.2
11112026-05-16T03:32:07.220Z Downloaded icu_properties v2.2.0
11122026-05-16T03:32:07.220Z Downloaded usdt-macro v0.5.0
11132026-05-16T03:32:07.220Z Downloaded usdt-attr-macro v0.6.0
11142026-05-16T03:32:07.220Z Downloaded papergrid v0.17.0
11152026-05-16T03:32:07.220Z Downloaded strum_macros v0.26.4
11162026-05-16T03:32:07.220Z Downloaded tinystr v0.8.3
11172026-05-16T03:32:07.228Z Downloaded rustls-pemfile v2.2.0
11182026-05-16T03:32:07.228Z Downloaded rustversion v1.0.22
11192026-05-16T03:32:07.228Z Downloaded time-macros v0.2.27
11202026-05-16T03:32:07.228Z Downloaded tokio-tungstenite v0.21.0
11212026-05-16T03:32:07.228Z Downloaded zeroize_derive v1.4.3
11222026-05-16T03:32:07.228Z Downloaded zerofrom-derive v0.1.7
11232026-05-16T03:32:07.228Z Downloaded utf-8 v0.7.6
11242026-05-16T03:32:07.229Z Downloaded yoke-derive v0.8.2
11252026-05-16T03:32:07.229Z Downloaded thiserror-impl-no-std v2.0.2
11262026-05-16T03:32:07.229Z Downloaded waitgroup v0.1.2
11272026-05-16T03:32:07.229Z Downloaded wait-timeout v0.2.1
11282026-05-16T03:32:07.229Z Downloaded zerofrom v0.1.7
11292026-05-16T03:32:07.229Z Downloaded usdt v0.6.0
11302026-05-16T03:32:07.229Z Downloaded typify-macro v0.4.3
11312026-05-16T03:32:07.229Z Downloaded icu_normalizer v2.2.0
11322026-05-16T03:32:07.232Z Downloaded snafu-derive v0.8.9
11332026-05-16T03:32:07.233Z Downloaded thiserror-no-std v2.0.2
11342026-05-16T03:32:07.233Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-05-16T03:32:07.233Z Downloaded tiny-keccak v2.0.2
11362026-05-16T03:32:07.233Z Downloaded serde_with_macros v3.20.0
11372026-05-16T03:32:07.233Z Downloaded darling_core v0.23.0
11382026-05-16T03:32:07.251Z Downloaded const_format v0.2.36
11392026-05-16T03:32:07.343Z Downloaded tokio-rustls v0.25.0
11402026-05-16T03:32:07.343Z Downloaded progenitor-impl v0.11.2
11412026-05-16T03:32:07.343Z Downloaded minimal-lexical v0.2.1
11422026-05-16T03:32:07.343Z Downloaded smf v0.2.3
11432026-05-16T03:32:07.343Z Downloaded progenitor-impl v0.10.0
11442026-05-16T03:32:07.343Z Downloaded chacha20poly1305 v0.10.1
11452026-05-16T03:32:07.343Z Downloaded konst v0.2.20
11462026-05-16T03:32:07.343Z Downloaded zone_cfg_derive v0.3.1
11472026-05-16T03:32:07.344Z Downloaded spin v0.9.8
11482026-05-16T03:32:07.344Z Downloaded slog-stdlog v4.1.1
11492026-05-16T03:32:07.344Z Downloaded schemars v0.8.22
11502026-05-16T03:32:07.359Z Downloaded zone v0.3.1
11512026-05-16T03:32:07.359Z Downloaded rustls-platform-verifier v0.7.0
11522026-05-16T03:32:07.359Z Downloaded heapless v0.8.0
11532026-05-16T03:32:07.359Z Downloaded progenitor-impl v0.14.0
11542026-05-16T03:32:07.359Z Downloaded progenitor-impl v0.13.0
11552026-05-16T03:32:07.359Z Downloaded serde_yaml v0.9.34+deprecated
11562026-05-16T03:32:07.359Z Downloaded pest_meta v2.8.6
11572026-05-16T03:32:07.359Z Downloaded vsss-rs v3.3.4
11582026-05-16T03:32:07.359Z Downloaded usdt-impl v0.6.0
11592026-05-16T03:32:07.359Z Downloaded whoami v1.6.1
11602026-05-16T03:32:07.359Z Downloaded papergrid v0.11.0
11612026-05-16T03:32:07.359Z Downloaded xz2 v0.1.7
11622026-05-16T03:32:07.359Z Downloaded writeable v0.6.3
11632026-05-16T03:32:07.359Z Downloaded hickory-resolver v0.25.2
11642026-05-16T03:32:07.359Z Downloaded rayon-core v1.13.0
11652026-05-16T03:32:07.360Z Downloaded indicatif v0.18.4
11662026-05-16T03:32:07.360Z Downloaded icu_collections v2.2.0
11672026-05-16T03:32:07.360Z Downloaded crossbeam-channel v0.5.15
11682026-05-16T03:32:07.360Z Downloaded pretty_assertions v1.4.1
11692026-05-16T03:32:07.360Z Downloaded thin-vec v0.2.18
11702026-05-16T03:32:07.360Z Downloaded prettyplease v0.2.37
11712026-05-16T03:32:07.360Z Downloaded slog-scope v4.4.1
11722026-05-16T03:32:07.360Z Downloaded ciborium-ll v0.2.2
11732026-05-16T03:32:07.360Z Downloaded zerovec-derive v0.11.3
11742026-05-16T03:32:07.360Z Downloaded cipher v0.4.4
11752026-05-16T03:32:07.360Z Downloaded const_format_proc_macros v0.2.34
11762026-05-16T03:32:07.360Z Downloaded byte-wrapper v0.1.0
11772026-05-16T03:32:07.360Z Downloaded multer v3.1.0
11782026-05-16T03:32:07.360Z Downloaded const-random-macro v0.1.16
11792026-05-16T03:32:07.360Z Downloaded highway v1.3.0
11802026-05-16T03:32:07.360Z Downloaded csv-core v0.1.13
11812026-05-16T03:32:07.360Z Downloaded blake2 v0.10.6
11822026-05-16T03:32:07.360Z Downloaded ucd-trie v0.1.7
11832026-05-16T03:32:07.360Z Downloaded hostname v0.3.1
11842026-05-16T03:32:07.360Z Downloaded icu_normalizer_data v2.2.0
11852026-05-16T03:32:07.360Z Downloaded hickory-resolver v0.24.4
11862026-05-16T03:32:07.360Z Downloaded usdt-impl v0.5.0
11872026-05-16T03:32:07.360Z Downloaded test-strategy v0.4.5
11882026-05-16T03:32:07.360Z Downloaded walkdir v2.5.0
11892026-05-16T03:32:07.360Z Downloaded term v1.2.1
11902026-05-16T03:32:07.360Z Downloaded foreign-types v0.5.0
11912026-05-16T03:32:07.360Z Downloaded darling_macro v0.21.3
11922026-05-16T03:32:07.360Z Downloaded inout v0.1.4
11932026-05-16T03:32:07.361Z Downloaded hash32 v0.3.1
11942026-05-16T03:32:07.361Z Downloaded crypto-bigint v0.5.5
11952026-05-16T03:32:07.361Z Downloaded zerocopy-derive v0.7.35
11962026-05-16T03:32:07.361Z Downloaded nom v8.0.0
11972026-05-16T03:32:07.361Z Downloaded typify v0.6.2
11982026-05-16T03:32:07.361Z Downloaded yoke v0.8.2
11992026-05-16T03:32:07.361Z Downloaded tungstenite v0.21.0
12002026-05-16T03:32:07.361Z Downloaded toml v0.7.8
12012026-05-16T03:32:07.361Z Downloaded similar v2.7.0
12022026-05-16T03:32:07.361Z Downloaded unsafe-libyaml v0.2.11
12032026-05-16T03:32:07.361Z Downloaded typify v0.4.3
12042026-05-16T03:32:07.361Z Downloaded snafu v0.8.9
12052026-05-16T03:32:07.361Z Downloaded toml v0.9.12+spec-1.1.0
12062026-05-16T03:32:07.361Z Downloaded rand v0.8.6
12072026-05-16T03:32:07.361Z Downloaded slog v2.8.2
12082026-05-16T03:32:07.361Z Downloaded schemars v1.2.1
12092026-05-16T03:32:07.462Z Downloaded steno v0.4.1
12102026-05-16T03:32:07.462Z Downloaded tokio-dtrace v0.1.1
12112026-05-16T03:32:07.462Z Downloaded nom v7.1.3
12122026-05-16T03:32:07.462Z Downloaded hashbrown v0.12.3
12132026-05-16T03:32:07.462Z Downloaded dropshot-api-manager v0.7.1
12142026-05-16T03:32:07.462Z Downloaded toml_edit v0.19.15
12152026-05-16T03:32:07.463Z Downloaded schemars v0.9.0
12162026-05-16T03:32:07.463Z Downloaded zerotrie v0.2.4
12172026-05-16T03:32:07.463Z Downloaded yansi v1.0.1
12182026-05-16T03:32:07.463Z Downloaded rand v0.10.1
12192026-05-16T03:32:07.463Z Downloaded qorb v0.4.1
12202026-05-16T03:32:07.846Z Downloaded zerocopy-derive v0.8.48
12212026-05-16T03:32:07.846Z Downloaded toml_edit v0.25.11+spec-1.1.0
12222026-05-16T03:32:07.846Z Downloaded pest v2.8.6
12232026-05-16T03:32:07.846Z Downloaded foreign-types-shared v0.3.1
12242026-05-16T03:32:07.847Z Downloaded expectorate v1.2.0
12252026-05-16T03:32:07.847Z Downloaded num v0.4.3
12262026-05-16T03:32:07.847Z Downloaded derive_more v0.99.20
12272026-05-16T03:32:07.847Z Downloaded compression-core v0.4.32
12282026-05-16T03:32:07.847Z Downloaded bit-set v0.8.0
12292026-05-16T03:32:07.847Z Downloaded float-ord v0.3.2
12302026-05-16T03:32:07.847Z Downloaded fixedbitset v0.4.2
12312026-05-16T03:32:07.847Z Downloaded argon2 v0.5.3
12322026-05-16T03:32:07.847Z Downloaded fs_extra v1.3.0
12332026-05-16T03:32:07.847Z Downloaded itertools v0.12.1
12342026-05-16T03:32:07.847Z Downloaded fs-err v3.3.0
12352026-05-16T03:32:07.847Z Downloaded diff v0.1.13
12362026-05-16T03:32:07.847Z Downloaded fxhash v0.2.1
12372026-05-16T03:32:07.847Z Downloaded defmt-macros v1.0.1
12382026-05-16T03:32:07.847Z Downloaded darling v0.21.3
12392026-05-16T03:32:07.847Z Downloaded crc8 v0.1.1
12402026-05-16T03:32:07.847Z Downloaded cmake v0.1.58
12412026-05-16T03:32:07.847Z Downloaded async-recursion v1.1.1
12422026-05-16T03:32:07.847Z Downloaded rayon v1.12.0
12432026-05-16T03:32:07.847Z Downloaded tough v0.20.0
12442026-05-16T03:32:07.847Z Downloaded zerovec v0.11.6
12452026-05-16T03:32:07.847Z Downloaded hashbrown v0.16.1
12462026-05-16T03:32:07.847Z Downloaded winnow v0.5.40
12472026-05-16T03:32:07.847Z Downloaded aws-lc-rs v1.16.3
12482026-05-16T03:32:07.847Z Downloaded scc v2.4.0
12492026-05-16T03:32:07.847Z Downloaded libm v0.2.16
12502026-05-16T03:32:07.920Z Downloaded typed-path v0.9.3
12512026-05-16T03:32:07.920Z Downloaded winnow v1.0.2
12522026-05-16T03:32:07.920Z Downloaded proptest v1.11.0
12532026-05-16T03:32:07.920Z Downloaded icu_properties_data v2.2.0
12542026-05-16T03:32:07.920Z Downloaded syn v1.0.109
12552026-05-16T03:32:07.920Z Downloaded hkdf v0.12.4
12562026-05-16T03:32:07.920Z Downloaded reqwest v0.13.3
12572026-05-16T03:32:07.920Z Downloaded goblin v0.8.2
12582026-05-16T03:32:07.920Z Downloaded rhai v1.24.0
12592026-05-16T03:32:07.920Z Downloaded zerocopy v0.7.35
12602026-05-16T03:32:07.920Z Downloaded rustls v0.22.4
12612026-05-16T03:32:07.920Z Downloaded serde_with v3.20.0
12622026-05-16T03:32:07.920Z Downloaded rustls-webpki v0.102.8
12632026-05-16T03:32:07.920Z Downloaded dropshot v0.17.0
12642026-05-16T03:32:07.920Z Downloaded tabled v0.15.0
12652026-05-16T03:32:07.920Z Downloaded time v0.3.47
12662026-05-16T03:32:07.920Z Downloaded tabled v0.20.0
12672026-05-16T03:32:07.920Z Downloaded goblin v0.10.5
12682026-05-16T03:32:07.920Z Downloaded moka v0.12.15
12692026-05-16T03:32:07.920Z Downloaded chrono-tz v0.10.4
12702026-05-16T03:32:07.920Z Downloaded smoltcp v0.11.0
12712026-05-16T03:32:07.920Z Downloaded regress v0.10.5
12722026-05-16T03:32:07.920Z Downloaded openapiv3 v2.2.0
12732026-05-16T03:32:07.920Z Downloaded nix v0.31.3
12742026-05-16T03:32:07.921Z Downloaded regress v0.11.1
12752026-05-16T03:32:07.921Z Downloaded hickory-proto v0.24.4
12762026-05-16T03:32:07.921Z Downloaded csv v1.4.0
12772026-05-16T03:32:07.921Z Downloaded hickory-proto v0.25.2
12782026-05-16T03:32:07.921Z Downloaded sha3 v0.10.9
12792026-05-16T03:32:07.921Z Downloaded typify-impl v0.6.2
12802026-05-16T03:32:07.921Z Downloaded typify-impl v0.4.3
12812026-05-16T03:32:07.921Z Downloaded sled v0.34.7
12822026-05-16T03:32:07.921Z Downloaded lzma-sys v0.1.20
12832026-05-16T03:32:07.921Z Downloaded petgraph v0.6.5
12842026-05-16T03:32:07.921Z Downloaded encoding_rs v0.8.35
12852026-05-16T03:32:07.921Z Downloaded jiff v0.2.24
12862026-05-16T03:32:08.318Z Downloaded aws-lc-sys v0.40.0
12872026-05-16T03:32:09.291Z Compiling proc-macro2 v1.0.106
12882026-05-16T03:32:09.291Z Compiling quote v1.0.45
12892026-05-16T03:32:09.291Z Compiling unicode-ident v1.0.24
12902026-05-16T03:32:09.291Z Compiling serde_core v1.0.228
12912026-05-16T03:32:09.317Z Compiling cfg-if v1.0.4
12922026-05-16T03:32:09.317Z Compiling serde v1.0.228
12932026-05-16T03:32:09.317Z Compiling libc v0.2.186
12942026-05-16T03:32:09.317Z Compiling memchr v2.8.0
12952026-05-16T03:32:09.450Z Compiling itoa v1.0.18
12962026-05-16T03:32:09.632Z Compiling zmij v1.0.21
12972026-05-16T03:32:09.666Z Compiling smallvec v1.15.1
12982026-05-16T03:32:09.750Z Compiling autocfg v1.5.0
12992026-05-16T03:32:09.862Z Compiling libm v0.2.16
13002026-05-16T03:32:10.054Z Compiling stable_deref_trait v1.2.1
13012026-05-16T03:32:10.095Z Compiling iana-time-zone v0.1.65
13022026-05-16T03:32:10.124Z Compiling writeable v0.6.3
13032026-05-16T03:32:10.165Z Compiling percent-encoding v2.3.2
13042026-05-16T03:32:10.230Z Compiling litemap v0.8.2
13052026-05-16T03:32:10.257Z Compiling icu_properties_data v2.2.0
13062026-05-16T03:32:10.311Z Compiling utf8_iter v1.0.4
13072026-05-16T03:32:10.323Z Compiling icu_normalizer_data v2.2.0
13082026-05-16T03:32:10.355Z Compiling equivalent v1.0.2
13092026-05-16T03:32:10.434Z Compiling form_urlencoded v1.2.2
13102026-05-16T03:32:10.453Z Compiling version_check v0.9.5
13112026-05-16T03:32:10.607Z Compiling syn v2.0.117
13122026-05-16T03:32:10.634Z Compiling dyn-clone v1.0.20
13132026-05-16T03:32:10.644Z Compiling pin-project-lite v0.2.17
13142026-05-16T03:32:10.696Z Compiling serde_json v1.0.149
13152026-05-16T03:32:10.716Z Compiling scopeguard v1.2.0
13162026-05-16T03:32:10.728Z Compiling parking_lot_core v0.9.12
13172026-05-16T03:32:10.745Z Compiling thiserror v2.0.18
13182026-05-16T03:32:10.767Z Compiling num-traits v0.2.19
13192026-05-16T03:32:10.818Z Compiling lock_api v0.4.14
13202026-05-16T03:32:10.948Z Compiling rand_core v0.10.1
13212026-05-16T03:32:11.019Z Compiling getrandom v0.4.2
13222026-05-16T03:32:11.101Z Compiling heck v0.5.0
13232026-05-16T03:32:11.144Z Compiling hashbrown v0.17.1
13242026-05-16T03:32:11.325Z Compiling errno v0.3.14
13252026-05-16T03:32:11.436Z Compiling futures-core v0.3.32
13262026-05-16T03:32:11.468Z Compiling semver v1.0.28
13272026-05-16T03:32:11.674Z Compiling uuid v1.23.1
13282026-05-16T03:32:11.727Z Compiling indexmap v2.14.0
13292026-05-16T03:32:11.756Z Compiling jobserver v0.1.34
13302026-05-16T03:32:11.877Z Compiling shlex v1.3.0
13312026-05-16T03:32:11.913Z Compiling find-msvc-tools v0.1.9
13322026-05-16T03:32:12.058Z Compiling cc v1.2.62
13332026-05-16T03:32:12.069Z Compiling rustversion v1.0.22
13342026-05-16T03:32:12.089Z Compiling schemars v0.8.22
13352026-05-16T03:32:12.151Z Compiling zerocopy v0.8.48
13362026-05-16T03:32:12.326Z Compiling fnv v1.0.7
13372026-05-16T03:32:12.357Z Compiling futures-sink v0.3.32
13382026-05-16T03:32:12.420Z Compiling slab v0.4.12
13392026-05-16T03:32:12.457Z Compiling socket2 v0.6.3
13402026-05-16T03:32:12.648Z Compiling futures-channel v0.3.32
13412026-05-16T03:32:12.672Z Compiling signal-hook-registry v1.4.8
13422026-05-16T03:32:12.713Z Compiling mio v1.2.0
13432026-05-16T03:32:12.829Z Compiling parking_lot v0.12.5
13442026-05-16T03:32:12.922Z Compiling futures-io v0.3.32
13452026-05-16T03:32:12.928Z Compiling log v0.4.29
13462026-05-16T03:32:13.064Z Compiling futures-task v0.3.32
13472026-05-16T03:32:13.087Z Compiling bitflags v2.11.1
13482026-05-16T03:32:13.130Z Compiling portable-atomic v1.13.1
13492026-05-16T03:32:13.150Z Compiling critical-section v1.2.0
13502026-05-16T03:32:13.239Z Compiling regex-syntax v0.8.10
13512026-05-16T03:32:13.248Z Compiling base64 v0.22.1
13522026-05-16T03:32:13.257Z Compiling getrandom v0.2.17
13532026-05-16T03:32:13.267Z Compiling subtle v2.6.1
13542026-05-16T03:32:13.327Z Compiling typenum v1.20.0
13552026-05-16T03:32:13.354Z Compiling untrusted v0.9.0
13562026-05-16T03:32:13.431Z Compiling byteorder v1.5.0
13572026-05-16T03:32:13.442Z Compiling httparse v1.10.1
13582026-05-16T03:32:13.474Z Compiling atomic-waker v1.1.2
13592026-05-16T03:32:13.591Z Compiling synstructure v0.13.2
13602026-05-16T03:32:13.603Z Compiling serde_derive_internals v0.29.1
13612026-05-16T03:32:13.659Z Compiling ipnet v2.12.0
13622026-05-16T03:32:13.850Z Compiling foldhash v0.2.0
13632026-05-16T03:32:13.995Z Compiling strsim v0.11.1
13642026-05-16T03:32:14.093Z Compiling once_cell v1.21.4
13652026-05-16T03:32:14.112Z Compiling ryu v1.0.23
13662026-05-16T03:32:14.186Z Compiling rustix v1.1.4
13672026-05-16T03:32:14.208Z Compiling tower-layer v0.3.3
13682026-05-16T03:32:14.297Z Compiling tower-service v0.3.3
13692026-05-16T03:32:14.310Z Compiling allocator-api2 v0.2.21
13702026-05-16T03:32:14.371Z Compiling rand_core v0.6.4
13712026-05-16T03:32:14.385Z Compiling cmake v0.1.58
13722026-05-16T03:32:14.401Z Compiling fs_extra v1.3.0
13732026-05-16T03:32:14.597Z Compiling hashbrown v0.16.1
13742026-05-16T03:32:14.639Z Compiling try-lock v0.2.5
13752026-05-16T03:32:14.661Z Compiling dunce v1.0.5
13762026-05-16T03:32:14.671Z Compiling httpdate v1.0.3
13772026-05-16T03:32:14.734Z Compiling want v0.3.1
13782026-05-16T03:32:14.739Z Compiling thiserror v1.0.69
13792026-05-16T03:32:14.739Z Compiling ucd-trie v0.1.7
13802026-05-16T03:32:14.765Z Compiling aws-lc-sys v0.40.0
13812026-05-16T03:32:14.836Z Compiling serde_derive v1.0.228
13822026-05-16T03:32:14.896Z Compiling zerofrom-derive v0.1.7
13832026-05-16T03:32:14.909Z Compiling yoke-derive v0.8.2
13842026-05-16T03:32:15.052Z Compiling zerovec-derive v0.11.3
13852026-05-16T03:32:15.065Z Compiling displaydoc v0.2.5
13862026-05-16T03:32:15.183Z Compiling schemars_derive v0.8.22
13872026-05-16T03:32:15.620Z Compiling thiserror-impl v2.0.18
13882026-05-16T03:32:15.843Z Compiling tokio-macros v2.7.0
13892026-05-16T03:32:15.973Z Compiling zerocopy-derive v0.8.48
13902026-05-16T03:32:15.986Z Compiling zeroize_derive v1.4.3
13912026-05-16T03:32:16.102Z Compiling zerofrom v0.1.7
13922026-05-16T03:32:16.178Z Compiling futures-macro v0.3.32
13932026-05-16T03:32:16.222Z Compiling yoke v0.8.2
13942026-05-16T03:32:16.401Z Compiling zerovec v0.11.6
13952026-05-16T03:32:16.414Z Compiling zerotrie v0.2.4
13962026-05-16T03:32:16.699Z Compiling zeroize v1.8.2
13972026-05-16T03:32:16.903Z Compiling thiserror-impl v1.0.69
13982026-05-16T03:32:16.940Z Compiling tinystr v0.8.3
13992026-05-16T03:32:17.003Z Compiling potential_utf v0.1.5
14002026-05-16T03:32:17.025Z Compiling pest v2.8.6
14012026-05-16T03:32:17.065Z Compiling futures-util v0.3.32
14022026-05-16T03:32:17.135Z Compiling icu_locale_core v2.2.0
14032026-05-16T03:32:17.163Z Compiling icu_collections v2.2.0
14042026-05-16T03:32:17.935Z Compiling icu_provider v2.2.0
14052026-05-16T03:32:18.056Z Compiling bytes v1.11.1
14062026-05-16T03:32:18.085Z Compiling chrono v0.4.44
14072026-05-16T03:32:18.213Z Compiling icu_normalizer v2.2.0
14082026-05-16T03:32:18.259Z Compiling icu_properties v2.2.0
14092026-05-16T03:32:18.292Z Compiling serde_tokenstream v0.2.3
14102026-05-16T03:32:18.566Z Compiling http v1.4.0
14112026-05-16T03:32:18.676Z Compiling tokio v1.52.3
14122026-05-16T03:32:18.799Z Compiling erased-serde v0.3.31
14132026-05-16T03:32:19.297Z Compiling idna_adapter v1.2.2
14142026-05-16T03:32:19.359Z Compiling http-body v1.0.1
14152026-05-16T03:32:19.413Z Compiling idna v1.1.0
14162026-05-16T03:32:19.502Z Compiling pest_meta v2.8.6
14172026-05-16T03:32:19.527Z Compiling tracing-attributes v0.1.31
14182026-05-16T03:32:19.549Z Compiling tracing-core v0.1.36
14192026-05-16T03:32:19.667Z Compiling generic-array v0.14.7
14202026-05-16T03:32:19.903Z Compiling url v2.5.8
14212026-05-16T03:32:20.145Z Compiling pretty-hex v0.4.2
14222026-05-16T03:32:20.167Z Compiling ppv-lite86 v0.2.21
14232026-05-16T03:32:20.275Z Compiling getrandom v0.3.4
14242026-05-16T03:32:20.351Z Compiling pest_generator v2.8.6
14252026-05-16T03:32:20.743Z Compiling tracing v0.1.44
14262026-05-16T03:32:20.766Z Compiling slog v2.8.2
14272026-05-16T03:32:20.769Z Compiling plain v0.2.3
14282026-05-16T03:32:20.956Z Compiling pest_derive v2.8.6
14292026-05-16T03:32:20.980Z Compiling http-body-util v0.1.3
14302026-05-16T03:32:21.003Z Compiling serde_urlencoded v0.7.1
14312026-05-16T03:32:21.221Z Compiling aho-corasick v1.1.4
14322026-05-16T03:32:21.241Z Compiling ipnetwork v0.21.1
14332026-05-16T03:32:21.364Z Compiling sync_wrapper v1.0.2
14342026-05-16T03:32:21.673Z Compiling paste v1.0.15
14352026-05-16T03:32:21.752Z Compiling oxnet v0.1.5
14362026-05-16T03:32:21.966Z Compiling crypto-common v0.1.7
14372026-05-16T03:32:21.980Z Compiling num-conv v0.2.1
14382026-05-16T03:32:22.014Z Compiling powerfmt v0.2.0
14392026-05-16T03:32:22.089Z Compiling regex-automata v0.4.14
14402026-05-16T03:32:22.128Z Compiling omicron-workspace-hack v0.1.0
14412026-05-16T03:32:22.137Z Compiling ident_case v1.0.1
14422026-05-16T03:32:22.213Z Compiling time-core v0.1.8
14432026-05-16T03:32:22.260Z Compiling deranged v0.5.8
14442026-05-16T03:32:22.358Z Compiling time-macros v0.2.27
14452026-05-16T03:32:22.368Z Compiling tokio-util v0.7.18
14462026-05-16T03:32:23.151Z Compiling winnow v1.0.2
14472026-05-16T03:32:23.183Z Compiling num_threads v0.1.7
14482026-05-16T03:32:23.252Z Compiling anyhow v1.0.102
14492026-05-16T03:32:23.364Z Compiling rustls-pki-types v1.14.1
14502026-05-16T03:32:23.761Z Compiling regex v1.12.3
14512026-05-16T03:32:23.833Z Compiling scroll_derive v0.13.1
14522026-05-16T03:32:24.607Z Compiling daft-derive v0.1.5
14532026-05-16T03:32:24.700Z Compiling scroll v0.13.0
14542026-05-16T03:32:24.807Z Compiling fastrand v2.4.1
14552026-05-16T03:32:24.930Z Compiling h2 v0.4.14
14562026-05-16T03:32:25.065Z Compiling async-trait v0.1.89
14572026-05-16T03:32:26.275Z Compiling crossbeam-utils v0.8.21
14582026-05-16T03:32:26.379Z Compiling ring v0.17.14
14592026-05-16T03:32:26.379Z Compiling cpufeatures v0.2.17
14602026-05-16T03:32:26.379Z Compiling openssl-probe v0.2.1
14612026-05-16T03:32:26.379Z Compiling block-buffer v0.10.4
14622026-05-16T03:32:26.379Z Compiling thread_local v1.1.9
14632026-05-16T03:32:26.379Z Compiling usdt-impl v0.6.0
14642026-05-16T03:32:26.379Z Compiling hex v0.4.3
14652026-05-16T03:32:26.379Z Compiling digest v0.10.7
14662026-05-16T03:32:26.379Z Compiling goblin v0.10.5
14672026-05-16T03:32:26.379Z Compiling dtrace-parser v0.3.0
14682026-05-16T03:32:26.379Z Compiling camino v1.2.2
14692026-05-16T03:32:26.410Z Compiling slog-async v2.8.0
14702026-05-16T03:32:26.475Z Compiling thread-id v5.1.0
14712026-05-16T03:32:26.556Z Compiling aws-lc-rs v1.16.3
14722026-05-16T03:32:26.637Z Compiling take_mut v0.2.2
14732026-05-16T03:32:26.673Z Compiling term v1.2.1
14742026-05-16T03:32:26.740Z Compiling crc32fast v1.5.0
14752026-05-16T03:32:27.048Z Compiling hyper v1.9.0
14762026-05-16T03:32:27.164Z Compiling rand_core v0.9.5
14772026-05-16T03:32:27.309Z Compiling futures-executor v0.3.32
14782026-05-16T03:32:27.379Z Compiling match_cfg v0.1.0
14792026-05-16T03:32:27.439Z Compiling syn v1.0.109
14802026-05-16T03:32:27.588Z Compiling futures v0.3.32
14812026-05-16T03:32:27.818Z Compiling tower v0.5.3
14822026-05-16T03:32:27.854Z Compiling structmeta-derive v0.3.0
14832026-05-16T03:32:28.196Z Compiling hyper-util v0.1.20
14842026-05-16T03:32:28.746Z Compiling rustls v0.22.4
14852026-05-16T03:32:28.880Z Compiling adler2 v2.0.1
14862026-05-16T03:32:28.968Z Compiling dof v0.4.0
14872026-05-16T03:32:29.020Z Compiling simd-adler32 v0.3.9
14882026-05-16T03:32:29.206Z Compiling untrusted v0.7.1
14892026-05-16T03:32:29.321Z Compiling miniz_oxide v0.8.9
14902026-05-16T03:32:29.344Z Compiling structmeta v0.3.0
14912026-05-16T03:32:29.534Z Compiling tower-http v0.6.10
14922026-05-16T03:32:30.016Z Compiling rand_chacha v0.9.0
14932026-05-16T03:32:30.047Z Compiling darling_core v0.23.0
14942026-05-16T03:32:30.368Z Compiling newtype-uuid-macros v0.1.0
14952026-05-16T03:32:30.381Z Compiling regress v0.10.5
14962026-05-16T03:32:30.509Z Compiling rustls v0.23.40
14972026-05-16T03:32:30.734Z Compiling rand v0.9.4
14982026-05-16T03:32:31.055Z Compiling usdt-macro v0.6.0
14992026-05-16T03:32:31.110Z Compiling usdt-attr-macro v0.6.0
15002026-05-16T03:32:31.416Z Compiling flate2 v1.1.9
15012026-05-16T03:32:33.629Z Compiling time v0.3.47
15022026-05-16T03:32:33.745Z Compiling newtype-uuid v1.3.2
15032026-05-16T03:32:33.745Z Compiling darling_macro v0.23.0
15042026-05-16T03:32:33.745Z Compiling openapiv3 v2.2.0
15052026-05-16T03:32:33.745Z Compiling compression-core v0.4.32
15062026-05-16T03:32:33.745Z Compiling ref-cast v1.0.25
15072026-05-16T03:32:33.745Z Compiling quick-error v1.2.3
15082026-05-16T03:32:33.745Z Compiling compression-codecs v0.4.38
15092026-05-16T03:32:33.745Z Compiling darling v0.23.0
15102026-05-16T03:32:33.746Z Compiling daft v0.1.5
15112026-05-16T03:32:33.746Z Compiling crossbeam-channel v0.5.15
15122026-05-16T03:32:33.819Z Compiling ref-cast-impl v1.0.25
15132026-05-16T03:32:33.819Z Compiling strum_macros v0.26.4
15142026-05-16T03:32:33.819Z Compiling serde_spanned v1.1.1
15152026-05-16T03:32:33.819Z Compiling multer v3.1.0
15162026-05-16T03:32:33.819Z Compiling toml_writer v1.1.1+spec-1.1.0
15172026-05-16T03:32:33.819Z Compiling bit-vec v0.8.0
15182026-05-16T03:32:33.819Z Compiling debug-ignore v1.0.5
15192026-05-16T03:32:33.819Z Compiling bit-set v0.8.0
15202026-05-16T03:32:33.819Z Compiling serde_with_macros v3.20.0
15212026-05-16T03:32:33.820Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-05-16T03:32:33.820Z Compiling async-stream-impl v0.3.6
15232026-05-16T03:32:33.847Z Compiling dropshot v0.17.0
15242026-05-16T03:32:33.847Z Compiling encoding_rs v0.8.35
15252026-05-16T03:32:34.014Z Compiling unarray v0.1.4
15262026-05-16T03:32:34.103Z Compiling mime v0.3.17
15272026-05-16T03:32:34.163Z Compiling spin v0.9.8
15282026-05-16T03:32:34.296Z Compiling derive-ex v0.1.8
15292026-05-16T03:32:34.315Z Compiling dropshot_endpoint v0.17.0
15302026-05-16T03:32:34.333Z Compiling async-stream v0.3.6
15312026-05-16T03:32:34.377Z Compiling macaddr v1.0.1
15322026-05-16T03:32:34.501Z Compiling waitgroup v0.1.2
15332026-05-16T03:32:34.596Z Compiling serde_path_to_error v0.1.20
15342026-05-16T03:32:34.639Z Compiling is-terminal v0.4.17
15352026-05-16T03:32:34.732Z Compiling slog-term v2.9.2
15362026-05-16T03:32:34.844Z Compiling strum v0.26.3
15372026-05-16T03:32:34.970Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15382026-05-16T03:32:35.142Z Compiling rustls-native-certs v0.8.3
15392026-05-16T03:32:35.303Z Compiling tempfile v3.27.0
15402026-05-16T03:32:35.461Z Compiling strum_macros v0.27.2
15412026-05-16T03:32:35.484Z Compiling instant v0.1.13
15422026-05-16T03:32:35.642Z Compiling rustc-hash v2.1.2
15432026-05-16T03:32:35.654Z Compiling slog-json v2.6.1
15442026-05-16T03:32:35.690Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15452026-05-16T03:32:35.797Z Compiling hostname v0.3.1
15462026-05-16T03:32:35.874Z Compiling test-strategy v0.4.5
15472026-05-16T03:32:35.962Z Compiling memmap2 v0.9.10
15482026-05-16T03:32:36.182Z Compiling either v1.15.0
15492026-05-16T03:32:36.383Z Compiling slog-bunyan v2.5.0
15502026-05-16T03:32:36.396Z Compiling parse-display-derive v0.10.0
15512026-05-16T03:32:36.663Z Compiling backon v1.6.0
15522026-05-16T03:32:36.807Z Compiling rand_chacha v0.3.1
15532026-05-16T03:32:36.871Z Compiling rustls-webpki v0.102.8
15542026-05-16T03:32:37.317Z Compiling strum v0.27.2
15552026-05-16T03:32:37.747Z Compiling rand v0.8.6
15562026-05-16T03:32:37.787Z Compiling toml_parser v1.1.2+spec-1.1.0
15572026-05-16T03:32:37.801Z Compiling toml_datetime v1.1.1+spec-1.1.0
15582026-05-16T03:32:38.117Z Compiling wait-timeout v0.2.1
15592026-05-16T03:32:38.397Z Compiling rusty-fork v0.3.1
15602026-05-16T03:32:38.418Z Compiling toml v1.1.2+spec-1.1.0
15612026-05-16T03:32:38.495Z Compiling serde_with v3.20.0
15622026-05-16T03:32:38.770Z Compiling async-compression v0.4.42
15632026-05-16T03:32:39.465Z Compiling usdt v0.6.0
15642026-05-16T03:32:39.756Z Compiling tokio-rustls v0.25.0
15652026-05-16T03:32:39.770Z Compiling reqwest v0.12.28
15662026-05-16T03:32:39.933Z Compiling rand_xorshift v0.4.0
15672026-05-16T03:32:39.978Z Compiling sha1 v0.10.6
15682026-05-16T03:32:40.081Z Compiling rustls-pemfile v2.2.0
15692026-05-16T03:32:40.207Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15702026-05-16T03:32:40.244Z Compiling hostname v0.4.2
15712026-05-16T03:32:40.278Z Compiling proptest v1.11.0
15722026-05-16T03:32:40.288Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15732026-05-16T03:32:41.178Z Compiling itertools v0.14.0
15742026-05-16T03:32:41.485Z Compiling iddqd v0.3.18
15752026-05-16T03:32:42.449Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15762026-05-16T03:32:42.461Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15772026-05-16T03:32:42.981Z Compiling utf8parse v0.2.2
15782026-05-16T03:32:43.037Z Compiling progenitor-client v0.10.0
15792026-05-16T03:32:43.091Z Compiling anstyle-parse v1.0.0
15802026-05-16T03:32:43.210Z Compiling backoff v0.4.0
15812026-05-16T03:32:43.225Z Compiling parse-display v0.10.0
15822026-05-16T03:32:43.272Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15832026-05-16T03:32:43.304Z Compiling is_terminal_polyfill v1.70.2
15842026-05-16T03:32:43.394Z Compiling anstyle-query v1.1.5
15852026-05-16T03:32:43.418Z Compiling colorchoice v1.0.5
15862026-05-16T03:32:43.503Z Compiling anstyle v1.0.14
15872026-05-16T03:32:43.725Z Compiling anstream v1.0.0
15882026-05-16T03:32:43.863Z Compiling unicode-width v0.2.2
15892026-05-16T03:32:44.044Z Compiling clap_lex v1.1.0
15902026-05-16T03:32:44.156Z Compiling regress v0.11.1
15912026-05-16T03:32:44.262Z Compiling clap_derive v4.6.1
15922026-05-16T03:32:44.537Z Compiling terminal_size v0.4.4
15932026-05-16T03:32:45.601Z Compiling toml_datetime v0.6.11
15942026-05-16T03:32:45.808Z Compiling typify-impl v0.6.2
15952026-05-16T03:32:45.876Z Compiling zerocopy-derive v0.7.35
15962026-05-16T03:32:46.051Z Compiling convert_case v0.4.0
15972026-05-16T03:32:46.354Z Compiling derive_more v0.99.20
15982026-05-16T03:32:46.934Z Compiling zerocopy v0.7.35
15992026-05-16T03:32:47.111Z Compiling clap_builder v4.6.0
16002026-05-16T03:32:48.565Z Compiling secrecy v0.10.3
16012026-05-16T03:32:48.656Z Compiling float-ord v0.3.2
16022026-05-16T03:32:48.706Z Compiling tinyvec_macros v0.1.1
16032026-05-16T03:32:48.770Z Compiling clap v4.6.1
16042026-05-16T03:32:48.776Z Compiling crucible-workspace-hack v0.1.0
16052026-05-16T03:32:48.842Z Compiling unsafe-libyaml v0.2.11
16062026-05-16T03:32:48.869Z Compiling tinyvec v1.11.0
16072026-05-16T03:32:49.417Z Compiling serde_yaml v0.9.34+deprecated
16082026-05-16T03:32:49.598Z Compiling dtrace-parser v0.2.0
16092026-05-16T03:32:49.844Z Compiling scroll_derive v0.12.1
16102026-05-16T03:32:50.477Z Compiling num-integer v0.1.46
16112026-05-16T03:32:50.527Z Compiling rustc_version v0.4.1
16122026-05-16T03:32:50.572Z Compiling usdt-impl v0.5.0
16132026-05-16T03:32:50.659Z Compiling scroll v0.12.0
16142026-05-16T03:32:50.792Z Compiling curve25519-dalek v4.1.3
16152026-05-16T03:32:51.121Z Compiling dof v0.3.0
16162026-05-16T03:32:51.371Z Compiling toml_edit v0.25.11+spec-1.1.0
16172026-05-16T03:32:51.412Z Compiling hmac v0.12.1
16182026-05-16T03:32:51.461Z Compiling darling_core v0.21.3
16192026-05-16T03:32:51.537Z Compiling inout v0.1.4
16202026-05-16T03:32:51.547Z Compiling ff v0.13.1
16212026-05-16T03:32:51.606Z Compiling thread-id v4.2.2
16222026-05-16T03:32:51.684Z Compiling cipher v0.4.4
16232026-05-16T03:32:51.723Z Compiling group v0.13.0
16242026-05-16T03:32:51.905Z Compiling hkdf v0.12.4
16252026-05-16T03:32:52.049Z Compiling proc-macro-crate v3.5.0
16262026-05-16T03:32:52.237Z Compiling typify-macro v0.6.2
16272026-05-16T03:32:52.532Z Compiling goblin v0.8.2
16282026-05-16T03:32:52.555Z Compiling num-iter v0.1.45
16292026-05-16T03:32:52.673Z Compiling num-rational v0.4.2
16302026-05-16T03:32:52.951Z Compiling hubpack_derive v0.1.1
16312026-05-16T03:32:53.285Z Compiling thiserror-impl-no-std v2.0.2
16322026-05-16T03:32:53.484Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16332026-05-16T03:32:53.637Z Compiling darling_macro v0.21.3
16342026-05-16T03:32:53.971Z Compiling crossbeam-epoch v0.9.18
16352026-05-16T03:32:54.237Z Compiling universal-hash v0.5.1
16362026-05-16T03:32:54.313Z Compiling crypto-bigint v0.5.5
16372026-05-16T03:32:54.324Z Compiling typify v0.6.2
16382026-05-16T03:32:54.386Z Compiling half v2.7.1
16392026-05-16T03:32:54.409Z Compiling curve25519-dalek-derive v0.1.1
16402026-05-16T03:32:54.678Z Compiling num-complex v0.4.6
16412026-05-16T03:32:55.056Z Compiling base64ct v1.8.3
16422026-05-16T03:32:55.100Z Compiling ciborium-io v0.2.2
16432026-05-16T03:32:55.193Z Compiling base16ct v0.2.0
16442026-05-16T03:32:55.264Z Compiling opaque-debug v0.3.1
16452026-05-16T03:32:55.335Z Compiling poly1305 v0.8.0
16462026-05-16T03:32:55.345Z Compiling elliptic-curve v0.13.8
16472026-05-16T03:32:55.355Z Compiling password-hash v0.5.0
16482026-05-16T03:32:55.610Z Compiling ciborium-ll v0.2.2
16492026-05-16T03:32:55.783Z Compiling num v0.4.3
16502026-05-16T03:32:56.030Z Compiling thiserror-no-std v2.0.2
16512026-05-16T03:32:56.120Z Compiling darling v0.21.3
16522026-05-16T03:32:56.365Z Compiling hubpack v0.1.2
16532026-05-16T03:32:56.646Z Compiling num_enum_derive v0.7.6
16542026-05-16T03:32:56.743Z Compiling chacha20 v0.9.1
16552026-05-16T03:32:56.843Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16562026-05-16T03:32:57.065Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16572026-05-16T03:32:57.678Z Compiling byte-wrapper v0.1.0
16582026-05-16T03:32:57.709Z Compiling blake2 v0.10.6
16592026-05-16T03:32:57.790Z Compiling aead v0.5.2
16602026-05-16T03:32:58.007Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16612026-05-16T03:32:58.063Z Compiling proc-macro-error-attr v1.0.4
16622026-05-16T03:32:58.280Z Compiling memoffset v0.9.1
16632026-05-16T03:32:58.288Z Compiling cfg_aliases v0.2.1
16642026-05-16T03:32:58.431Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16652026-05-16T03:32:58.445Z Compiling rustix v0.38.44
16662026-05-16T03:32:58.543Z Compiling static_assertions v1.1.0
16672026-05-16T03:32:58.636Z Compiling heapless v0.8.0
16682026-05-16T03:32:58.649Z Compiling prettyplease v0.2.37
16692026-05-16T03:32:58.777Z Compiling keccak v0.1.6
16702026-05-16T03:32:58.938Z Compiling sha3 v0.10.9
16712026-05-16T03:32:59.113Z Compiling nix v0.31.3
16722026-05-16T03:32:59.514Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16732026-05-16T03:32:59.610Z Compiling argon2 v0.5.3
16742026-05-16T03:32:59.972Z Compiling chacha20poly1305 v0.10.1
16752026-05-16T03:33:00.129Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16762026-05-16T03:33:00.347Z Compiling rustls-webpki v0.103.13
16772026-05-16T03:33:00.371Z Compiling num_enum v0.7.6
16782026-05-16T03:33:00.738Z Compiling vsss-rs v3.3.4
16792026-05-16T03:33:00.762Z Compiling ingot-macros v0.1.1
16802026-05-16T03:33:01.366Z Compiling ciborium v0.2.2
16812026-05-16T03:33:02.036Z Compiling usdt-macro v0.5.0
16822026-05-16T03:33:02.075Z Compiling usdt-attr-macro v0.5.0
16832026-05-16T03:33:03.344Z Compiling serde_spanned v0.6.9
16842026-05-16T03:33:03.496Z Compiling serde_repr v0.1.20
16852026-05-16T03:33:03.511Z Compiling num-derive v0.4.2
16862026-05-16T03:33:03.597Z Compiling enum-as-inner v0.6.1
16872026-05-16T03:33:03.897Z Compiling tokio-rustls v0.26.4
16882026-05-16T03:33:04.060Z Compiling rustls-platform-verifier v0.7.0
16892026-05-16T03:33:04.110Z Compiling hash32 v0.3.1
16902026-05-16T03:33:04.168Z Compiling hyper-rustls v0.27.9
16912026-05-16T03:33:04.316Z Compiling proc-macro-error v1.0.4
16922026-05-16T03:33:04.457Z Compiling reqwest v0.13.3
16932026-05-16T03:33:04.482Z Compiling memmap v0.7.0
16942026-05-16T03:33:04.504Z Compiling smoltcp v0.11.0
16952026-05-16T03:33:04.540Z Compiling data-encoding v2.11.0
16962026-05-16T03:33:04.756Z Compiling winnow v0.7.15
16972026-05-16T03:33:04.862Z Compiling indent_write v2.2.0
16982026-05-16T03:33:05.001Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16992026-05-16T03:33:05.255Z Compiling toml_write v0.1.2
17002026-05-16T03:33:05.385Z Compiling winnow v0.5.40
17012026-05-16T03:33:05.491Z Compiling usdt v0.5.0
17022026-05-16T03:33:05.720Z Compiling progenitor-client v0.14.0
17032026-05-16T03:33:06.024Z Compiling progenitor-extras v0.2.0
17042026-05-16T03:33:06.263Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17052026-05-16T03:33:06.266Z Compiling toml_edit v0.22.27
17062026-05-16T03:33:06.336Z Compiling ingot-types v0.1.2
17072026-05-16T03:33:06.771Z Compiling toml_edit v0.19.15
17082026-05-16T03:33:06.948Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17092026-05-16T03:33:07.191Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
17102026-05-16T03:33:07.294Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17112026-05-16T03:33:08.823Z Compiling tabwriter v1.4.1
17122026-05-16T03:33:08.912Z Compiling cobs v0.3.0
17132026-05-16T03:33:08.964Z Compiling foreign-types-macros v0.2.3
17142026-05-16T03:33:09.008Z Compiling bitflags v1.3.2
17152026-05-16T03:33:09.068Z Compiling pkg-config v0.3.33
17162026-05-16T03:33:09.085Z Compiling vcpkg v0.2.15
17172026-05-16T03:33:09.113Z Compiling managed v0.8.0
17182026-05-16T03:33:09.329Z Compiling cpufeatures v0.3.0
17192026-05-16T03:33:09.433Z Compiling foreign-types-shared v0.3.1
17202026-05-16T03:33:09.509Z Compiling bytecount v0.6.9
17212026-05-16T03:33:09.517Z Compiling colored v3.1.1
17222026-05-16T03:33:09.621Z Compiling chacha20 v0.10.0
17232026-05-16T03:33:09.637Z Compiling foreign-types v0.5.0
17242026-05-16T03:33:09.653Z Compiling openssl-sys v0.9.115
17252026-05-16T03:33:09.721Z Compiling postcard v1.1.3
17262026-05-16T03:33:10.481Z Compiling proc-macro-crate v1.3.1
17272026-05-16T03:33:10.525Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17282026-05-16T03:33:10.993Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17292026-05-16T03:33:11.412Z Compiling toml v0.8.23
17302026-05-16T03:33:11.531Z Compiling ingot v0.1.1
17312026-05-16T03:33:12.194Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17322026-05-16T03:33:12.544Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17332026-05-16T03:33:12.557Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17342026-05-16T03:33:12.557Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17352026-05-16T03:33:12.647Z Compiling cstr-argument v0.1.2
17362026-05-16T03:33:12.799Z Compiling lazy_static v1.5.0
17372026-05-16T03:33:12.810Z Compiling unicode-segmentation v1.13.2
17382026-05-16T03:33:12.821Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17392026-05-16T03:33:12.904Z Compiling heck v0.4.1
17402026-05-16T03:33:13.016Z Compiling resolv-conf v0.7.6
17412026-05-16T03:33:13.059Z Compiling semver v0.1.20
17422026-05-16T03:33:13.113Z Compiling linked-hash-map v0.5.6
17432026-05-16T03:33:13.238Z Compiling swrite v0.1.0
17442026-05-16T03:33:13.303Z Compiling rayon-core v1.13.0
17452026-05-16T03:33:13.319Z Compiling lru-cache v0.1.2
17462026-05-16T03:33:13.334Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17472026-05-16T03:33:13.401Z Compiling rustc_version v0.1.7
17482026-05-16T03:33:13.443Z Compiling newline-converter v0.3.0
17492026-05-16T03:33:13.475Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17502026-05-16T03:33:13.530Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512026-05-16T03:33:13.554Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17522026-05-16T03:33:13.603Z Compiling num_enum_derive v0.5.11
17532026-05-16T03:33:13.678Z Compiling rand v0.10.1
17542026-05-16T03:33:13.726Z Compiling atomicwrites v0.4.4
17552026-05-16T03:33:13.746Z Compiling hickory-proto v0.24.4
17562026-05-16T03:33:13.786Z Compiling progenitor-impl v0.13.0
17572026-05-16T03:33:13.924Z Compiling progenitor-impl v0.14.0
17582026-05-16T03:33:14.350Z Compiling crossbeam-deque v0.8.6
17592026-05-16T03:33:14.493Z Compiling console v0.15.11
17602026-05-16T03:33:14.550Z Compiling camino-tempfile v1.4.1
17612026-05-16T03:33:14.639Z Compiling serde-big-array v0.5.1
17622026-05-16T03:33:14.783Z Compiling pin-project-internal v1.1.12
17632026-05-16T03:33:14.795Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17642026-05-16T03:33:15.131Z Compiling derive-where v1.6.1
17652026-05-16T03:33:15.167Z Compiling minimal-lexical v0.2.1
17662026-05-16T03:33:15.331Z Compiling similar v2.7.0
17672026-05-16T03:33:15.425Z Compiling siphasher v1.0.3
17682026-05-16T03:33:15.629Z Compiling phf_shared v0.12.1
17692026-05-16T03:33:15.813Z Compiling expectorate v1.2.0
17702026-05-16T03:33:15.885Z Compiling pin-project v1.1.12
17712026-05-16T03:33:15.968Z Compiling hickory-resolver v0.24.4
17722026-05-16T03:33:15.989Z Compiling nom v7.1.3
17732026-05-16T03:33:16.412Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17742026-05-16T03:33:16.869Z Compiling num_enum v0.5.11
17752026-05-16T03:33:17.078Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17762026-05-16T03:33:17.384Z Compiling progenitor-macro v0.13.0
17772026-05-16T03:33:17.493Z Compiling progenitor-macro v0.14.0
17782026-05-16T03:33:17.764Z Compiling newtype_derive v0.1.6
17792026-05-16T03:33:18.013Z Compiling progenitor-client v0.13.0
17802026-05-16T03:33:18.889Z Compiling unicode-normalization v0.1.25
17812026-05-16T03:33:19.364Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17822026-05-16T03:33:19.399Z Compiling tokio-stream v0.1.18
17832026-05-16T03:33:19.722Z Compiling async-recursion v1.1.1
17842026-05-16T03:33:19.871Z Compiling snafu-derive v0.8.9
17852026-05-16T03:33:20.425Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17862026-05-16T03:33:20.740Z Compiling slog-dtrace v0.3.0
17872026-05-16T03:33:20.997Z Compiling bstr v1.12.1
17882026-05-16T03:33:21.494Z Compiling csv-core v0.1.13
17892026-05-16T03:33:21.681Z Compiling openssl v0.10.79
17902026-05-16T03:33:21.833Z Compiling unicode-width v0.1.14
17912026-05-16T03:33:21.860Z Compiling highway v1.3.0
17922026-05-16T03:33:21.973Z Compiling chrono-tz v0.10.4
17932026-05-16T03:33:22.124Z Compiling foldhash v0.1.5
17942026-05-16T03:33:22.213Z Compiling unicode-xid v0.2.6
17952026-05-16T03:33:22.266Z Compiling foreign-types-shared v0.1.1
17962026-05-16T03:33:22.315Z Compiling konst_macro_rules v0.2.19
17972026-05-16T03:33:22.328Z Compiling owo-colors v4.3.0
17982026-05-16T03:33:22.338Z Compiling same-file v1.0.6
17992026-05-16T03:33:22.358Z Compiling cancel-safe-futures v0.1.5
18002026-05-16T03:33:22.389Z Compiling const_format_proc_macros v0.2.34
18012026-05-16T03:33:22.490Z Compiling konst v0.2.20
18022026-05-16T03:33:22.502Z Compiling walkdir v2.5.0
18032026-05-16T03:33:22.536Z Compiling progenitor v0.13.0
18042026-05-16T03:33:22.628Z Compiling foreign-types v0.3.2
18052026-05-16T03:33:22.655Z Compiling progenitor v0.14.0
18062026-05-16T03:33:22.668Z Compiling hashbrown v0.15.5
18072026-05-16T03:33:22.715Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18082026-05-16T03:33:22.733Z Compiling csv v1.4.0
18092026-05-16T03:33:22.745Z Compiling snafu v0.8.9
18102026-05-16T03:33:22.783Z Compiling globset v0.4.18
18112026-05-16T03:33:22.973Z Compiling qorb v0.4.1
18122026-05-16T03:33:23.127Z Compiling olpc-cjson v0.1.4
18132026-05-16T03:33:23.212Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18142026-05-16T03:33:23.290Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18152026-05-16T03:33:23.345Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18162026-05-16T03:33:23.623Z Compiling rayon v1.12.0
18172026-05-16T03:33:23.897Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18182026-05-16T03:33:24.239Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18192026-05-16T03:33:24.333Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18202026-05-16T03:33:24.606Z Compiling phf v0.12.1
18212026-05-16T03:33:24.913Z Compiling zone_cfg_derive v0.3.1
18222026-05-16T03:33:25.169Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18232026-05-16T03:33:25.204Z Compiling tokio-dtrace v0.1.1
18242026-05-16T03:33:25.418Z Compiling itertools v0.12.1
18252026-05-16T03:33:25.469Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18262026-05-16T03:33:25.473Z Compiling typify-impl v0.4.3
18272026-05-16T03:33:25.619Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18282026-05-16T03:33:25.631Z Compiling libsw-core v0.3.2
18292026-05-16T03:33:25.651Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-05-16T03:33:25.796Z Compiling serde_plain v1.0.2
18312026-05-16T03:33:26.010Z Compiling openssl-macros v0.1.1
18322026-05-16T03:33:26.032Z Compiling pem v3.0.6
18332026-05-16T03:33:26.117Z Compiling cookie v0.18.1
18342026-05-16T03:33:26.210Z Compiling sigpipe v0.1.3
18352026-05-16T03:33:26.302Z Compiling fixedbitset v0.5.7
18362026-05-16T03:33:26.368Z Compiling jiff v0.2.24
18372026-05-16T03:33:26.413Z Compiling typed-path v0.9.3
18382026-05-16T03:33:26.516Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18392026-05-16T03:33:26.537Z Compiling glob v0.3.3
18402026-05-16T03:33:26.704Z Compiling fixedbitset v0.4.2
18412026-05-16T03:33:26.715Z Compiling zone v0.3.1
18422026-05-16T03:33:26.938Z Compiling petgraph v0.6.5
18432026-05-16T03:33:27.069Z Compiling petgraph v0.8.3
18442026-05-16T03:33:27.544Z Compiling tough v0.20.0
18452026-05-16T03:33:27.923Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18462026-05-16T03:33:28.479Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18472026-05-16T03:33:28.893Z Compiling libsw v3.5.0
18482026-05-16T03:33:29.072Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18492026-05-16T03:33:29.737Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18502026-05-16T03:33:29.855Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18512026-05-16T03:33:29.944Z Compiling oxide-tokio-rt v0.1.6
18522026-05-16T03:33:30.062Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18532026-05-16T03:33:30.108Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18542026-05-16T03:33:30.659Z Compiling const_format v0.2.36
18552026-05-16T03:33:30.997Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18562026-05-16T03:33:31.038Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18572026-05-16T03:33:31.637Z Compiling papergrid v0.11.0
18582026-05-16T03:33:31.651Z Compiling tabled_derive v0.7.0
18592026-05-16T03:33:31.908Z Compiling typify-macro v0.4.3
18602026-05-16T03:33:31.921Z Compiling gethostname v0.5.0
18612026-05-16T03:33:32.045Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18622026-05-16T03:33:32.131Z Compiling libscf-sys v1.2.0
18632026-05-16T03:33:32.276Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18642026-05-16T03:33:32.316Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18652026-05-16T03:33:32.398Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18662026-05-16T03:33:32.460Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18672026-05-16T03:33:32.520Z Compiling bcs v0.1.6
18682026-05-16T03:33:32.640Z Compiling smf v0.2.3
18692026-05-16T03:33:32.850Z Compiling tagptr v0.2.0
18702026-05-16T03:33:33.009Z Compiling smawk v0.3.2
18712026-05-16T03:33:33.046Z Compiling unicode-linebreak v0.1.5
18722026-05-16T03:33:33.150Z Compiling linear-map v1.2.0
18732026-05-16T03:33:33.269Z Compiling whoami v1.6.1
18742026-05-16T03:33:33.304Z Compiling termtree v0.5.1
18752026-05-16T03:33:33.340Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18762026-05-16T03:33:33.456Z Compiling textwrap v0.16.2
18772026-05-16T03:33:33.457Z Compiling moka v0.12.15
18782026-05-16T03:33:33.590Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18792026-05-16T03:33:33.784Z Compiling tabled v0.15.0
18802026-05-16T03:33:34.007Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18812026-05-16T03:33:34.020Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18822026-05-16T03:33:34.245Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18832026-05-16T03:33:34.437Z Compiling steno v0.4.1
18842026-05-16T03:33:35.596Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18852026-05-16T03:33:36.481Z Compiling hickory-proto v0.25.2
18862026-05-16T03:33:36.534Z Compiling humantime v2.3.0
18872026-05-16T03:33:36.548Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18882026-05-16T03:33:36.855Z Compiling proc-macro-error-attr2 v2.0.0
18892026-05-16T03:33:37.064Z Compiling parking_lot_core v0.8.6
18902026-05-16T03:33:37.231Z Compiling typify v0.4.3
18912026-05-16T03:33:37.320Z Compiling proc-macro-error2 v2.0.1
18922026-05-16T03:33:37.332Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18932026-05-16T03:33:37.604Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18942026-05-16T03:33:37.695Z Compiling tabled_derive v0.11.0
18952026-05-16T03:33:38.198Z Compiling progenitor-impl v0.11.2
18962026-05-16T03:33:38.215Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18972026-05-16T03:33:38.318Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18982026-05-16T03:33:38.352Z Compiling papergrid v0.17.0
18992026-05-16T03:33:38.700Z Compiling hickory-resolver v0.25.2
19002026-05-16T03:33:38.837Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
19012026-05-16T03:33:39.844Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19022026-05-16T03:33:40.201Z Compiling testing_table v0.3.0
19032026-05-16T03:33:40.362Z Compiling arc-swap v1.9.1
19042026-05-16T03:33:40.378Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
19052026-05-16T03:33:40.636Z Compiling nom v8.0.0
19062026-05-16T03:33:40.721Z Compiling slog-scope v4.4.1
19072026-05-16T03:33:40.973Z Compiling tabled v0.20.0
19082026-05-16T03:33:41.487Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
19092026-05-16T03:33:41.776Z Compiling progenitor-macro v0.11.2
19102026-05-16T03:33:42.087Z Compiling parking_lot v0.11.2
19112026-05-16T03:33:42.847Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19122026-05-16T03:33:42.924Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19132026-05-16T03:33:43.108Z Compiling progenitor-client v0.11.2
19142026-05-16T03:33:43.318Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19152026-05-16T03:33:43.401Z Compiling fxhash v0.2.1
19162026-05-16T03:33:43.540Z Compiling internet-checksum v0.2.1
19172026-05-16T03:33:43.552Z Compiling sled v0.34.7
19182026-05-16T03:33:43.643Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19192026-05-16T03:33:43.764Z Compiling slog-stdlog v4.1.1
19202026-05-16T03:33:43.989Z Compiling crc8 v0.1.1
19212026-05-16T03:33:44.110Z Compiling slog-envlogger v2.2.0
19222026-05-16T03:33:44.545Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19232026-05-16T03:33:44.608Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19242026-05-16T03:33:44.958Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19252026-05-16T03:33:46.890Z Compiling progenitor v0.11.2
19262026-05-16T03:33:46.957Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19272026-05-16T03:33:47.481Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19282026-05-16T03:33:52.883Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19292026-05-16T03:33:54.509Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19302026-05-16T03:33:55.538Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19312026-05-16T03:33:56.625Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19322026-05-16T03:33:57.424Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19332026-05-16T03:33:58.577Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19342026-05-16T03:34:22.735Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 14s
19352026-05-16T03:34:22.916Z────────────
19362026-05-16T03:34:22.916Z Nextest run ID 4577bc4f-3dff-46dd-bb6d-4dcf53dafda3 with nextest profile: default
19372026-05-16T03:34:22.916Z Starting 7 tests across 1 binary
19382026-05-16T03:34:22.926Z PASS [ 0.010s] mg-lower dendrite::test_tfport_parser
19392026-05-16T03:34:22.929Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19402026-05-16T03:34:22.929Z PASS [ 0.012s] mg-lower test::sync_prefix_test
19412026-05-16T03:34:22.929Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19422026-05-16T03:34:22.929Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19432026-05-16T03:34:22.929Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19442026-05-16T03:34:22.929Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19452026-05-16T03:34:22.929Z────────────
19462026-05-16T03:34:22.929Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19472026-05-16T03:34:22.942Zprocess exited: duration 387488 ms, exit code 0
 
19482026-05-16T03:34:22.949Zfound 0 output files