01KR5CB4FA5SWTCA1BV041D65W: test-mg-lower

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

Buildomat Job: 01KR5CBHPEVB2VTYF2HVHZX2VF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T03:27:37.036Zjob assigned to worker 01KR5CBXBAQDWEKXNGRWD5ESRV [factory aws, i-068ea5dcc6eb16e52] (queued for 1 m 2 s)
 
22026-05-09T03:27:43.761Zstarting task 0: "setup"
32026-05-09T03:27:43.765Z++ uname -s
42026-05-09T03:27:43.768Z+ kern=SunOS
52026-05-09T03:27:43.768Z+ build_user=build
62026-05-09T03:27:43.768Z+ build_uid=12345
72026-05-09T03:27:43.768Z+ work_dir=/work
82026-05-09T03:27:43.768Z+ input_dir=/input
92026-05-09T03:27:43.768Z+ [[ 0 == 12345 ]]
102026-05-09T03:27:43.768Z+ case "$kern" in
112026-05-09T03:27:43.768Z+ groupadd -g 12345 build
122026-05-09T03:27:43.771Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T03:27:45.775Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T03:27:45.899Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T03:27:45.902Z+ home_fs=zfs
162026-05-09T03:27:45.902Z+ [[ zfs == autofs ]]
172026-05-09T03:27:45.902Z+ mkdir -p /home/build
182026-05-09T03:27:45.902Z+ chown build:build /home/build /work
192026-05-09T03:27:47.903Z+ chmod 0700 /home/build /work
202026-05-09T03:27:47.906Zprocess exited: duration 4147 ms, exit code 0
 
212026-05-09T03:27:47.913Zstarting task 1: "rust-toolchain"
222026-05-09T03:27:47.917Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T03:27:47.917Z * rust toolchain channel = "stable"
242026-05-09T03:27:47.917Z * rust toolchain profile = "default"
252026-05-09T03:27:47.917Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-09T03:27:47.917Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T03:27:47.917Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T03:27:47.920Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T03:27:47.920Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T03:27:48.044Zinfo: downloading installer
312026-05-09T03:27:49.365Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T03:27:49.365Zwarn: /opt/ooce/bin
332026-05-09T03:27:49.365Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T03:27:49.365Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T03:27:49.365Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T03:27:49.365Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T03:27:49.365Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T03:27:49.365Zerror: cannot install while Rust is installed
392026-05-09T03:27:49.365Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T03:27:49.365Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T03:27:49.365Zwarn: /home/build/.rustup/settings.toml
422026-05-09T03:27:49.365Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T03:27:49.365Zwarn: instead of the one inferred from the default host triple.
442026-05-09T03:27:49.401Zinfo: profile set to default
452026-05-09T03:27:49.401Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T03:27:49.404Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T03:27:49.541Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T03:27:49.544Zinfo: downloading 6 components
492026-05-09T03:28:04.121Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T03:28:04.121Z
512026-05-09T03:28:04.163Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T03:28:04.163Z
532026-05-09T03:28:04.163Z
542026-05-09T03:28:04.163ZRust is installed now. Great!
552026-05-09T03:28:04.163Z
562026-05-09T03:28:04.163ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T03:28:04.163Zenvironment variable. This has not been done automatically.
582026-05-09T03:28:04.163Z
592026-05-09T03:28:04.163ZTo configure your current shell, you need to source
602026-05-09T03:28:04.163Zthe corresponding env file under $HOME/.cargo.
612026-05-09T03:28:04.163Z
622026-05-09T03:28:04.163ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T03:28:04.164Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T03:28:04.164Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T03:28:04.164Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T03:28:04.164Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T03:28:04.164Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T03:28:04.164Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T03:28:04.167Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T03:28:04.167Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T03:28:04.279Z+ rustup --version
722026-05-09T03:28:04.288Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T03:28:04.292Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T03:28:04.311Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T03:28:04.320Z+ cargo --version
762026-05-09T03:28:04.333Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T03:28:04.337Z+ rustc --version
782026-05-09T03:28:04.359Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T03:28:04.371Zprocess exited: duration 16438 ms, exit code 0
 
802026-05-09T03:28:04.379Zstarting task 2: "authentication"
812026-05-09T03:28:04.400Zprocess exited: duration 18 ms, exit code 0
 
822026-05-09T03:28:04.414Zstarting task 3: "clone repository"
832026-05-09T03:28:04.417Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T03:28:04.417Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T03:28:04.474ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T03:28:05.287Z+ cd /work/oxidecomputer/maghemite
872026-05-09T03:28:05.287Z+ git fetch origin fe0c244e9e56968123824a6041b6b1f7512dfa29
882026-05-09T03:28:05.515ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T03:28:05.515Z * branch fe0c244e9e56968123824a6041b6b1f7512dfa29 -> FETCH_HEAD
902026-05-09T03:28:05.522Z+ [[ -n renovate/tokio-1.x-lockfile ]]
912026-05-09T03:28:05.530Z++ git branch --show-current
922026-05-09T03:28:05.531Z+ current=main
932026-05-09T03:28:05.531Z+ [[ main != renovate/tokio-1.x-lockfile ]]
942026-05-09T03:28:05.531Z+ git branch -f renovate/tokio-1.x-lockfile fe0c244e9e56968123824a6041b6b1f7512dfa29
952026-05-09T03:28:05.531Z+ git checkout -f renovate/tokio-1.x-lockfile
962026-05-09T03:28:05.543ZSwitched to branch 'renovate/tokio-1.x-lockfile'
972026-05-09T03:28:05.552Z+ git reset --hard fe0c244e9e56968123824a6041b6b1f7512dfa29
982026-05-09T03:28:05.561ZHEAD is now at fe0c244 Update Rust crate tokio to v1.52.3
992026-05-09T03:28:05.567Zprocess exited: duration 1146 ms, exit code 0
 
1002026-05-09T03:28:05.583Zstarting task 4: "build"
1012026-05-09T03:28:05.589Z+ set -e
1022026-05-09T03:28:05.589Z+ source .github/buildomat/test-common.sh
1032026-05-09T03:28:05.589Z++ NEXTEST_VERSION=0.9.97
1042026-05-09T03:28:05.589Z++ PLATFORM=illumos
1052026-05-09T03:28:05.589Z++ banner install
1062026-05-09T03:28:05.590Z
1072026-05-09T03:28:05.590Z # # # #### ##### ## # #
1082026-05-09T03:28:05.590Z # ## # # # # # # #
1092026-05-09T03:28:05.590Z # # # # #### # # # # #
1102026-05-09T03:28:05.590Z # # # # # # ###### # #
1112026-05-09T03:28:05.590Z # # ## # # # # # # #
1122026-05-09T03:28:05.590Z # # # #### # # # ###### ######
1132026-05-09T03:28:05.590Z
1142026-05-09T03:28:05.590Z++ set +o errexit
1152026-05-09T03:28:05.590Z++ pkg info clang-15
1162026-05-09T03:28:05.590Z++ grep -qi installed
1172026-05-09T03:28:06.734Zpkg: info: no packages matching the following patterns you specified are
1182026-05-09T03:28:06.734Zinstalled on the system. Try querying remotely instead:
1192026-05-09T03:28:06.734Z
1202026-05-09T03:28:06.734Z clang-15
1212026-05-09T03:28:06.777Z++ [[ 1 != 0 ]]
1222026-05-09T03:28:06.777Z++ set -o errexit
1232026-05-09T03:28:06.780Z++ pfexec pkg install clang-15
1242026-05-09T03:28:15.623Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-09T03:28:23.888Z Startup: Caching catalogs ... Done
1262026-05-09T03:28:31.423ZPlanning: Solver setup ... Done
1272026-05-09T03:28:31.464ZPlanning: Running solver ... Done
1282026-05-09T03:28:31.612ZPlanning: Finding local manifests ... Done
1292026-05-09T03:28:31.634ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-09T03:28:31.732ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-09T03:28:31.763ZPlanning: Package planning ... Done
1322026-05-09T03:28:31.790ZPlanning: Merging actions ... Done
1332026-05-09T03:28:31.900ZPlanning: Checking for conflicting actions ... Done
1342026-05-09T03:28:31.906ZPlanning: Consolidating action changes ... Done
1352026-05-09T03:28:32.689ZPlanning: Evaluating mediators ... Done
1362026-05-09T03:28:32.695ZPlanning: Planning completed in 8.63 seconds
1372026-05-09T03:28:32.706Z Packages to install: 2
1382026-05-09T03:28:32.706Z Mediators to change: 2
1392026-05-09T03:28:32.709Z Services to change: 1
1402026-05-09T03:28:32.709Z Create boot environment: No
1412026-05-09T03:28:32.709ZCreate backup boot environment: No
1422026-05-09T03:28:32.752Z
1432026-05-09T03:28:32.752ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-09T03:28:37.755ZDownload: 799/3076 items 18.1/211.3MB 8% complete (3.8M/s)
1452026-05-09T03:28:43.542ZDownload: 981/3076 items 81.7/211.3MB 38% complete (11.8M/s)
1462026-05-09T03:28:48.544ZDownload: 1603/3076 items 116.2/211.3MB 54% complete (9.2M/s)
1472026-05-09T03:28:53.873ZDownload: 2005/3076 items 117.8/211.3MB 55% complete (3.7M/s)
1482026-05-09T03:28:58.874ZDownload: 2883/3076 items 120.3/211.3MB 56% complete (403k/s)
1492026-05-09T03:29:01.652ZDownload: Completed 211.31 MB in 28.90 seconds (7.3M/s)
1502026-05-09T03:29:01.906Z Actions: 1/3418 actions (Installing new actions)
1512026-05-09T03:29:05.060Z Actions: Completed 3418 actions in 3.15 seconds.
1522026-05-09T03:29:05.766Z Done
1532026-05-09T03:29:05.766Z Done
1542026-05-09T03:29:06.506Z Done
1552026-05-09T03:29:10.005Z Done
1562026-05-09T03:29:10.083Z Done
1572026-05-09T03:29:10.087Z Done
1582026-05-09T03:29:10.278Z Done
1592026-05-09T03:29:11.029Z++ set -o errexit
1602026-05-09T03:29:11.029Z++ cargo --version
1612026-05-09T03:29:11.037Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-05-09T03:29:11.236Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-05-09T03:29:11.239Zinfo: downloading 6 components
1642026-05-09T03:29:25.479Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-05-09T03:29:25.482Z++ rustc --version
1662026-05-09T03:29:25.510Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-05-09T03:29:25.515Z++ cargo install cargo-nextest --version 0.9.97
1682026-05-09T03:29:25.559Z Updating crates.io index
1692026-05-09T03:29:25.670Z Downloading crates ...
1702026-05-09T03:29:25.723Z Downloaded cargo-nextest v0.9.97
1712026-05-09T03:29:25.789Z Installing cargo-nextest v0.9.97
1722026-05-09T03:29:25.831Z Updating crates.io index
1732026-05-09T03:29:28.603Z Locking 404 packages to latest compatible versions
1742026-05-09T03:29:28.608Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-05-09T03:29:28.611Z Adding duct v0.13.7 (available: v1.1.1)
1762026-05-09T03:29:28.611Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-05-09T03:29:28.611Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-05-09T03:29:28.614Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-05-09T03:29:28.617Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1802026-05-09T03:29:28.618Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-05-09T03:29:28.618Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1822026-05-09T03:29:28.621Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-05-09T03:29:28.640Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-05-09T03:29:28.650Z Downloading crates ...
1852026-05-09T03:29:28.722Z Downloaded anstyle-query v1.1.5
1862026-05-09T03:29:28.733Z Downloaded future-queue v0.4.0
1872026-05-09T03:29:28.736Z Downloaded cfg-expr v0.20.7
1882026-05-09T03:29:28.742Z Downloaded foreign-types v0.3.2
1892026-05-09T03:29:28.745Z Downloaded dialoguer v0.11.0
1902026-05-09T03:29:28.745Z Downloaded futures-core v0.3.32
1912026-05-09T03:29:28.749Z Downloaded camino v1.2.2
1922026-05-09T03:29:28.755Z Downloaded base64ct v1.8.3
1932026-05-09T03:29:28.758Z Downloaded cargo_metadata v0.20.0
1942026-05-09T03:29:28.761Z Downloaded ipnet v2.12.0
1952026-05-09T03:29:28.761Z Downloaded addr2line v0.25.1
1962026-05-09T03:29:28.765Z Downloaded derive-where v1.6.1
1972026-05-09T03:29:28.770Z Downloaded crypto-common v0.1.7
1982026-05-09T03:29:28.779Z Downloaded guppy v0.17.25
1992026-05-09T03:29:28.779Z Downloaded atomicwrites v0.4.4
2002026-05-09T03:29:28.779Z Downloaded borsh v1.6.1
2012026-05-09T03:29:28.782Z Downloaded number_prefix v0.4.0
2022026-05-09T03:29:28.782Z Downloaded block-buffer v0.10.4
2032026-05-09T03:29:28.785Z Downloaded foreign-types-shared v0.1.1
2042026-05-09T03:29:28.785Z Downloaded curve25519-dalek-derive v0.1.1
2052026-05-09T03:29:28.785Z Downloaded backtrace-ext v0.2.1
2062026-05-09T03:29:28.788Z Downloaded bitflags v2.11.1
2072026-05-09T03:29:28.792Z Downloaded rand_chacha v0.9.0
2082026-05-09T03:29:28.798Z Downloaded hex v0.4.3
2092026-05-09T03:29:28.801Z Downloaded quote v1.0.45
2102026-05-09T03:29:28.804Z Downloaded ahash v0.8.12
2112026-05-09T03:29:28.807Z Downloaded nextest-filtering v0.15.0
2122026-05-09T03:29:28.815Z Downloaded log v0.4.29
2132026-05-09T03:29:28.819Z Downloaded serde_ignored v0.1.14
2142026-05-09T03:29:28.819Z Downloaded enable-ansi-support v0.2.1
2152026-05-09T03:29:28.822Z Downloaded parking_lot_core v0.9.12
2162026-05-09T03:29:28.826Z Downloaded errno v0.3.14
2172026-05-09T03:29:28.830Z Downloaded equivalent v1.0.2
2182026-05-09T03:29:28.830Z Downloaded miette v7.6.0
2192026-05-09T03:29:28.833Z Downloaded hyper-tls v0.6.0
2202026-05-09T03:29:28.833Z Downloaded indenter v0.3.4
2212026-05-09T03:29:28.836Z Downloaded mio v1.2.0
2222026-05-09T03:29:28.840Z Downloaded generic-array v0.14.7
2232026-05-09T03:29:28.843Z Downloaded debug-ignore v1.0.5
2242026-05-09T03:29:28.843Z Downloaded cargo-platform v0.3.3
2252026-05-09T03:29:28.843Z Downloaded clap_lex v1.1.0
2262026-05-09T03:29:28.843Z Downloaded quinn v0.11.9
2272026-05-09T03:29:28.846Z Downloaded convert_case v0.10.0
2282026-05-09T03:29:28.850Z Downloaded camino-tempfile v1.4.1
2292026-05-09T03:29:28.853Z Downloaded futures-task v0.3.32
2302026-05-09T03:29:28.863Z Downloaded home v0.5.12
2312026-05-09T03:29:28.867Z Downloaded humantime-serde v1.1.1
2322026-05-09T03:29:28.867Z Downloaded futures-macro v0.3.32
2332026-05-09T03:29:28.867Z Downloaded form_urlencoded v1.2.2
2342026-05-09T03:29:28.872Z Downloaded fnv v1.0.7
2352026-05-09T03:29:28.876Z Downloaded nested v0.1.1
2362026-05-09T03:29:28.876Z Downloaded nextest-workspace-hack v0.1.0
2372026-05-09T03:29:28.876Z Downloaded is_ci v1.2.0
2382026-05-09T03:29:28.876Z Downloaded openssl-macros v0.1.1
2392026-05-09T03:29:28.879Z Downloaded openssl-probe v0.2.1
2402026-05-09T03:29:28.879Z Downloaded adler2 v2.0.1
2412026-05-09T03:29:28.885Z Downloaded rustc_version v0.4.1
2422026-05-09T03:29:28.885Z Downloaded lru-slab v0.1.2
2432026-05-09T03:29:28.885Z Downloaded indent_write v2.2.0
2442026-05-09T03:29:28.888Z Downloaded futures-io v0.3.32
2452026-05-09T03:29:28.888Z Downloaded cpufeatures v0.2.17
2462026-05-09T03:29:28.892Z Downloaded ordered-float v2.10.1
2472026-05-09T03:29:28.892Z Downloaded idna_adapter v1.0.0
2482026-05-09T03:29:28.892Z Downloaded shell-words v1.1.1
2492026-05-09T03:29:28.898Z Downloaded owo-colors v4.3.0
2502026-05-09T03:29:28.898Z Downloaded crc32fast v1.5.0
2512026-05-09T03:29:28.903Z Downloaded digest v0.10.7
2522026-05-09T03:29:28.903Z Downloaded clap_derive v4.6.1
2532026-05-09T03:29:28.903Z Downloaded autocfg v1.5.0
2542026-05-09T03:29:28.903Z Downloaded anstyle v1.0.14
2552026-05-09T03:29:28.903Z Downloaded anstyle-parse v1.0.0
2562026-05-09T03:29:28.906Z Downloaded heck v0.5.0
2572026-05-09T03:29:28.906Z Downloaded cargo-platform v0.2.0
2582026-05-09T03:29:28.913Z Downloaded colorchoice v1.0.5
2592026-05-09T03:29:28.913Z Downloaded cfg_aliases v0.2.1
2602026-05-09T03:29:28.916Z Downloaded async-scoped v0.9.0
2612026-05-09T03:29:28.916Z Downloaded futures-sink v0.3.32
2622026-05-09T03:29:28.916Z Downloaded atomic-waker v1.1.2
2632026-05-09T03:29:28.920Z Downloaded document-features v0.2.12
2642026-05-09T03:29:28.923Z Downloaded os_pipe v1.2.3
2652026-05-09T03:29:28.926Z Downloaded cargo_metadata v0.23.1
2662026-05-09T03:29:28.929Z Downloaded subtle v2.6.1
2672026-05-09T03:29:28.929Z Downloaded color-spantrace v0.3.0
2682026-05-09T03:29:28.934Z Downloaded mukti-metadata v0.3.0
2692026-05-09T03:29:28.934Z Downloaded lazy_static v1.5.0
2702026-05-09T03:29:28.937Z Downloaded http-body v1.0.1
2712026-05-09T03:29:28.937Z Downloaded futures-executor v0.3.32
2722026-05-09T03:29:28.941Z Downloaded serde_spanned v0.6.9
2732026-05-09T03:29:28.941Z Downloaded pkg-config v0.3.33
2742026-05-09T03:29:28.941Z Downloaded openssl-sys v0.9.115
2752026-05-09T03:29:28.944Z Downloaded hyper-rustls v0.27.9
2762026-05-09T03:29:28.948Z Downloaded fixedbitset v0.5.7
2772026-05-09T03:29:28.948Z Downloaded humantime v2.3.0
2782026-05-09T03:29:28.949Z Downloaded fastrand v2.4.1
2792026-05-09T03:29:28.952Z Downloaded der v0.7.10
2802026-05-09T03:29:28.955Z Downloaded scopeguard v1.2.0
2812026-05-09T03:29:28.959Z Downloaded erased-serde v0.4.10
2822026-05-09T03:29:28.959Z Downloaded serde-value v0.7.0
2832026-05-09T03:29:28.963Z Downloaded globset v0.4.18
2842026-05-09T03:29:28.963Z Downloaded anstream v1.0.0
2852026-05-09T03:29:28.963Z Downloaded either v1.15.0
2862026-05-09T03:29:28.963Z Downloaded serde_core v1.0.228
2872026-05-09T03:29:28.966Z Downloaded cc v1.2.62
2882026-05-09T03:29:28.966Z Downloaded shared_child v1.1.1
2892026-05-09T03:29:28.969Z Downloaded pathdiff v0.2.3
2902026-05-09T03:29:28.969Z Downloaded is_terminal_polyfill v1.70.2
2912026-05-09T03:29:28.969Z Downloaded clap v4.6.1
2922026-05-09T03:29:28.973Z Downloaded serde_spanned v1.1.1
2932026-05-09T03:29:28.977Z Downloaded foldhash v0.1.5
2942026-05-09T03:29:28.977Z Downloaded cfg-if v1.0.4
2952026-05-09T03:29:28.978Z Downloaded filetime v0.2.28
2962026-05-09T03:29:28.985Z Downloaded litrs v1.0.0
2972026-05-09T03:29:28.985Z Downloaded sigchld v0.2.4
2982026-05-09T03:29:28.985Z Downloaded iana-time-zone v0.1.65
2992026-05-09T03:29:28.985Z Downloaded ed25519 v2.2.3
3002026-05-09T03:29:28.990Z Downloaded cargo-util-schemas v0.2.0
3012026-05-09T03:29:28.990Z Downloaded rustc-hash v2.1.2
3022026-05-09T03:29:28.993Z Downloaded supports-color v3.0.2
3032026-05-09T03:29:28.997Z Downloaded supports-unicode v3.0.0
3042026-05-09T03:29:28.997Z Downloaded newtype-uuid v1.3.2
3052026-05-09T03:29:28.997Z Downloaded itoa v1.0.18
3062026-05-09T03:29:29.002Z Downloaded http-body-util v0.1.3
3072026-05-09T03:29:29.002Z Downloaded rand_core v0.6.4
3082026-05-09T03:29:29.002Z Downloaded find-msvc-tools v0.1.9
3092026-05-09T03:29:29.007Z Downloaded duct v0.13.7
3102026-05-09T03:29:29.007Z Downloaded self-replace v1.5.0
3112026-05-09T03:29:29.007Z Downloaded console v0.15.11
3122026-05-09T03:29:29.010Z Downloaded miette-derive v7.6.0
3132026-05-09T03:29:29.010Z Downloaded percent-encoding v2.3.2
3142026-05-09T03:29:29.010Z Downloaded rand_core v0.9.5
3152026-05-09T03:29:29.014Z Downloaded const-oid v0.9.6
3162026-05-09T03:29:29.014Z Downloaded supports-hyperlinks v3.2.0
3172026-05-09T03:29:29.014Z Downloaded guppy-workspace-hack v0.1.0
3182026-05-09T03:29:29.014Z Downloaded nextest-metadata v0.12.2
3192026-05-09T03:29:29.017Z Downloaded swrite v0.1.0
3202026-05-09T03:29:29.017Z Downloaded strip-ansi-escapes v0.2.1
3212026-05-09T03:29:29.020Z Downloaded terminal_size v0.4.4
3222026-05-09T03:29:29.020Z Downloaded sync_wrapper v1.0.2
3232026-05-09T03:29:29.020Z Downloaded serde-untagged v0.1.9
3242026-05-09T03:29:29.028Z Downloaded rustc-demangle v0.1.27
3252026-05-09T03:29:29.031Z Downloaded quinn-udp v0.5.14
3262026-05-09T03:29:29.036Z Downloaded toml_write v0.1.2
3272026-05-09T03:29:29.039Z Downloaded pin-project-lite v0.2.17
3282026-05-09T03:29:29.043Z Downloaded jobserver v0.1.34
3292026-05-09T03:29:29.043Z Downloaded futures-channel v0.3.32
3302026-05-09T03:29:29.046Z Downloaded tower-service v0.3.3
3312026-05-09T03:29:29.046Z Downloaded serde_urlencoded v0.7.1
3322026-05-09T03:29:29.046Z Downloaded serde_path_to_error v0.1.20
3332026-05-09T03:29:29.052Z Downloaded toml_datetime v0.6.11
3342026-05-09T03:29:29.052Z Downloaded native-tls v0.2.18
3352026-05-09T03:29:29.056Z Downloaded simd-adler32 v0.3.9
3362026-05-09T03:29:29.057Z Downloaded signature v2.2.0
3372026-05-09T03:29:29.057Z Downloaded target-spec-miette v0.4.6
3382026-05-09T03:29:29.060Z Downloaded thread_local v1.1.9
3392026-05-09T03:29:29.060Z Downloaded smol_str v0.3.6
3402026-05-09T03:29:29.064Z Downloaded shlex v1.3.0
3412026-05-09T03:29:29.064Z Downloaded sha2 v0.10.9
3422026-05-09T03:29:29.064Z Downloaded pkcs8 v0.10.2
3432026-05-09T03:29:29.068Z Downloaded lock_api v0.4.14
3442026-05-09T03:29:29.068Z Downloaded once_cell v1.21.4
3452026-05-09T03:29:29.068Z Downloaded typeid v1.0.3
3462026-05-09T03:29:29.072Z Downloaded tokio-macros v2.7.0
3472026-05-09T03:29:29.075Z Downloaded tinyvec_macros v0.1.1
3482026-05-09T03:29:29.075Z Downloaded signal-hook-mio v0.2.5
3492026-05-09T03:29:29.079Z Downloaded getrandom v0.2.17
3502026-05-09T03:29:29.079Z Downloaded static_assertions v1.1.0
3512026-05-09T03:29:29.082Z Downloaded getrandom v0.4.2
3522026-05-09T03:29:29.087Z Downloaded urlencoding v2.1.3
3532026-05-09T03:29:29.090Z Downloaded quick-junit v0.5.2
3542026-05-09T03:29:29.094Z Downloaded untrusted v0.9.0
3552026-05-09T03:29:29.094Z Downloaded tracing-error v0.2.1
3562026-05-09T03:29:29.094Z Downloaded tower-layer v0.3.3
3572026-05-09T03:29:29.102Z Downloaded rustls-pki-types v1.14.1
3582026-05-09T03:29:29.102Z Downloaded httparse v1.10.1
3592026-05-09T03:29:29.102Z Downloaded slab v0.4.12
3602026-05-09T03:29:29.102Z Downloaded xattr v1.6.1
3612026-05-09T03:29:29.107Z Downloaded spki v0.7.3
3622026-05-09T03:29:29.107Z Downloaded thiserror v2.0.18
3632026-05-09T03:29:29.107Z Downloaded want v0.3.1
3642026-05-09T03:29:29.110Z Downloaded utf8parse v0.2.2
3652026-05-09T03:29:29.110Z Downloaded unicode-xid v0.2.6
3662026-05-09T03:29:29.110Z Downloaded version_check v0.9.5
3672026-05-09T03:29:29.110Z Downloaded utf8_iter v1.0.4
3682026-05-09T03:29:29.113Z Downloaded sharded-slab v0.1.7
3692026-05-09T03:29:29.113Z Downloaded thiserror-impl v1.0.69
3702026-05-09T03:29:29.116Z Downloaded thiserror v1.0.69
3712026-05-09T03:29:29.119Z Downloaded target-lexicon v0.13.3
3722026-05-09T03:29:29.119Z Downloaded strsim v0.11.1
3732026-05-09T03:29:29.119Z Downloaded parking_lot v0.12.5
3742026-05-09T03:29:29.122Z Downloaded futures v0.3.32
3752026-05-09T03:29:29.126Z Downloaded getrandom v0.3.4
3762026-05-09T03:29:29.130Z Downloaded ppv-lite86 v0.2.21
3772026-05-09T03:29:29.130Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3782026-05-09T03:29:29.130Z Downloaded thiserror-impl v2.0.18
3792026-05-09T03:29:29.134Z Downloaded self_update v0.42.0
3802026-05-09T03:29:29.135Z Downloaded semver v1.0.28
3812026-05-09T03:29:29.144Z Downloaded try-lock v0.2.5
3822026-05-09T03:29:29.147Z Downloaded smallvec v1.15.1
3832026-05-09T03:29:29.147Z Downloaded signal-hook-registry v1.4.8
3842026-05-09T03:29:29.148Z Downloaded unicase v2.9.0
3852026-05-09T03:29:29.151Z Downloaded config v0.15.22
3862026-05-09T03:29:29.154Z Downloaded tokio-native-tls v0.3.1
3872026-05-09T03:29:29.157Z Downloaded target-spec v3.6.0
3882026-05-09T03:29:29.157Z Downloaded serde_derive v1.0.228
3892026-05-09T03:29:29.161Z Downloaded bytes v1.11.1
3902026-05-09T03:29:29.164Z Downloaded unicode-linebreak v0.1.5
3912026-05-09T03:29:29.164Z Downloaded toml_writer v1.1.1+spec-1.1.0
3922026-05-09T03:29:29.164Z Downloaded tracing-log v0.2.0
3932026-05-09T03:29:29.168Z Downloaded base64 v0.22.1
3942026-05-09T03:29:29.173Z Downloaded socket2 v0.6.3
3952026-05-09T03:29:29.176Z Downloaded proc-macro2 v1.0.106
3962026-05-09T03:29:29.178Z Downloaded backtrace v0.3.76
3972026-05-09T03:29:29.182Z Downloaded pin-project v1.1.12
3982026-05-09T03:29:29.188Z Downloaded zeroize v1.8.2
3992026-05-09T03:29:29.191Z Downloaded tempfile v3.27.0
4002026-05-09T03:29:29.191Z Downloaded tokio-stream v0.1.18
4012026-05-09T03:29:29.192Z Downloaded zmij v1.0.21
4022026-05-09T03:29:29.198Z Downloaded zipsign-api v0.1.5
4032026-05-09T03:29:29.199Z Downloaded num-traits v0.2.19
4042026-05-09T03:29:29.199Z Downloaded zstd v0.13.3
4052026-05-09T03:29:29.199Z Downloaded signal-hook v0.3.18
4062026-05-09T03:29:29.202Z Downloaded eyre v0.6.12
4072026-05-09T03:29:29.207Z Downloaded toml v0.8.23
4082026-05-09T03:29:29.212Z Downloaded flate2 v1.1.9
4092026-05-09T03:29:29.215Z Downloaded ed25519-dalek v2.2.0
4102026-05-09T03:29:29.215Z Downloaded crossterm v0.29.0
4112026-05-09T03:29:29.218Z Downloaded tracing-attributes v0.1.31
4122026-05-09T03:29:29.229Z Downloaded textwrap v0.16.2
4132026-05-09T03:29:29.232Z Downloaded indicatif v0.17.11
4142026-05-09T03:29:29.235Z Downloaded tinyvec v1.11.0
4152026-05-09T03:29:29.240Z Downloaded derive_more v2.1.1
4162026-05-09T03:29:29.243Z Downloaded tracing-core v0.1.36
4172026-05-09T03:29:29.246Z Downloaded toml_parser v1.1.2+spec-1.1.0
4182026-05-09T03:29:29.246Z Downloaded tokio-rustls v0.26.4
4192026-05-09T03:29:29.249Z Downloaded pin-project-internal v1.1.12
4202026-05-09T03:29:29.249Z Downloaded uuid v1.23.1
4212026-05-09T03:29:29.260Z Downloaded xxhash-rust v0.8.15
4222026-05-09T03:29:29.264Z Downloaded vte v0.14.1
4232026-05-09T03:29:29.266Z Downloaded toml v1.1.2+spec-1.1.0
4242026-05-09T03:29:29.269Z Downloaded derive_more-impl v2.1.1
4252026-05-09T03:29:29.274Z Downloaded zstd-safe v7.2.4
4262026-05-09T03:29:29.279Z Downloaded miniz_oxide v0.8.9
4272026-05-09T03:29:29.285Z Downloaded ryu v1.0.23
4282026-05-09T03:29:29.289Z Downloaded unicode-ident v1.0.24
4292026-05-09T03:29:29.292Z Downloaded http v1.4.0
4302026-05-09T03:29:29.300Z Downloaded clap_builder v4.6.0
4312026-05-09T03:29:29.306Z Downloaded tar v0.4.45
4322026-05-09T03:29:29.306Z Downloaded indexmap v2.14.0
4332026-05-09T03:29:29.306Z Downloaded memchr v2.8.0
4342026-05-09T03:29:29.316Z Downloaded openssl v0.10.79
4352026-05-09T03:29:29.321Z Downloaded url v2.5.8
4362026-05-09T03:29:29.324Z Downloaded rustls-webpki v0.103.13
4372026-05-09T03:29:29.343Z Downloaded rand v0.9.4
4382026-05-09T03:29:29.345Z Downloaded hyper-util v0.1.20
4392026-05-09T03:29:29.349Z Downloaded hashbrown v0.15.5
4402026-05-09T03:29:29.352Z Downloaded serde v1.0.228
4412026-05-09T03:29:29.360Z Downloaded aho-corasick v1.1.4
4422026-05-09T03:29:29.366Z Downloaded typenum v1.20.0
4432026-05-09T03:29:29.369Z Downloaded h2 v0.4.14
4442026-05-09T03:29:29.372Z Downloaded unicode-segmentation v1.13.2
4452026-05-09T03:29:29.377Z Downloaded hashbrown v0.17.0
4462026-05-09T03:29:29.388Z Downloaded tower v0.5.3
4472026-05-09T03:29:29.401Z Downloaded toml_edit v0.22.27
4482026-05-09T03:29:29.405Z Downloaded serde_json v1.0.149
4492026-05-09T03:29:29.408Z Downloaded pulldown-cmark v0.13.3
4502026-05-09T03:29:29.419Z Downloaded idna v1.1.0
4512026-05-09T03:29:29.423Z Downloaded futures-util v0.3.32
4522026-05-09T03:29:29.429Z Downloaded tower-http v0.6.10
4532026-05-09T03:29:29.440Z Downloaded hyper v1.9.0
4542026-05-09T03:29:29.447Z Downloaded ron v0.12.1
4552026-05-09T03:29:29.467Z Downloaded chrono v0.4.44
4562026-05-09T03:29:29.472Z Downloaded tracing-subscriber v0.3.23
4572026-05-09T03:29:29.481Z Downloaded winnow v1.0.2
4582026-05-09T03:29:29.486Z Downloaded unicode-normalization v0.1.25
4592026-05-09T03:29:29.490Z Downloaded curve25519-dalek v4.1.3
4602026-05-09T03:29:29.494Z Downloaded reqwest v0.12.28
4612026-05-09T03:29:29.498Z Downloaded regex v1.12.3
4622026-05-09T03:29:29.501Z Downloaded vcpkg v0.2.15
4632026-05-09T03:29:29.524Z Downloaded webpki-roots v1.0.7
4642026-05-09T03:29:29.528Z Downloaded gimli v0.32.3
4652026-05-09T03:29:29.531Z Downloaded syn v2.0.117
4662026-05-09T03:29:29.536Z Downloaded tokio-util v0.7.18
4672026-05-09T03:29:29.539Z Downloaded zerocopy v0.8.48
4682026-05-09T03:29:29.550Z Downloaded bstr v1.12.1
4692026-05-09T03:29:29.554Z Downloaded quick-xml v0.37.5
4702026-05-09T03:29:29.558Z Downloaded itertools v0.14.0
4712026-05-09T03:29:29.565Z Downloaded tracing v0.1.44
4722026-05-09T03:29:29.577Z Downloaded portable-atomic v1.13.1
4732026-05-09T03:29:29.580Z Downloaded color-eyre v0.6.5
4742026-05-09T03:29:29.615Z Downloaded winnow v0.7.15
4752026-05-09T03:29:29.623Z Downloaded quinn-proto v0.11.14
4762026-05-09T03:29:29.627Z Downloaded quick-xml v0.38.4
4772026-05-09T03:29:29.704Z Downloaded nextest-runner v0.80.0
4782026-05-09T03:29:29.752Z Downloaded unicode-width v0.2.2
4792026-05-09T03:29:29.769Z Downloaded unicode-width v0.1.14
4802026-05-09T03:29:29.778Z Downloaded object v0.37.3
4812026-05-09T03:29:29.804Z Downloaded nix v0.30.1
4822026-05-09T03:29:29.811Z Downloaded regex-syntax v0.8.10
4832026-05-09T03:29:29.835Z Downloaded rustix v0.38.44
4842026-05-09T03:29:29.848Z Downloaded rustls v0.23.40
4852026-05-09T03:29:29.881Z Downloaded rustix v1.1.4
4862026-05-09T03:29:30.001Z Downloaded regex-automata v0.4.14
4872026-05-09T03:29:30.054Z Downloaded libc v0.2.186
4882026-05-09T03:29:30.083Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-05-09T03:29:30.093Z Downloaded petgraph v0.8.3
4902026-05-09T03:29:30.110Z Downloaded tokio v1.52.3
4912026-05-09T03:29:30.178Z Downloaded recursion v0.5.4
4922026-05-09T03:29:30.183Z Downloaded ring v0.17.14
4932026-05-09T03:29:30.245Z Compiling proc-macro2 v1.0.106
4942026-05-09T03:29:30.245Z Compiling libc v0.2.186
4952026-05-09T03:29:30.245Z Compiling quote v1.0.45
4962026-05-09T03:29:30.245Z Compiling unicode-ident v1.0.24
4972026-05-09T03:29:30.248Z Compiling serde_core v1.0.228
4982026-05-09T03:29:30.248Z Compiling cfg-if v1.0.4
4992026-05-09T03:29:30.248Z Compiling memchr v2.8.0
5002026-05-09T03:29:30.249Z Compiling once_cell v1.21.4
5012026-05-09T03:29:30.478Z Compiling log v0.4.29
5022026-05-09T03:29:30.517Z Compiling pin-project-lite v0.2.17
5032026-05-09T03:29:30.617Z Compiling itoa v1.0.18
5042026-05-09T03:29:30.634Z Compiling serde v1.0.228
5052026-05-09T03:29:30.897Z Compiling futures-core v0.3.32
5062026-05-09T03:29:30.935Z Compiling smallvec v1.15.1
5072026-05-09T03:29:31.049Z Compiling bitflags v2.11.1
5082026-05-09T03:29:31.080Z Compiling find-msvc-tools v0.1.9
5092026-05-09T03:29:31.215Z Compiling shlex v1.3.0
5102026-05-09T03:29:31.322Z Compiling hashbrown v0.17.0
5112026-05-09T03:29:31.424Z Compiling errno v0.3.14
5122026-05-09T03:29:31.464Z Compiling equivalent v1.0.2
5132026-05-09T03:29:31.508Z Compiling jobserver v0.1.34
5142026-05-09T03:29:31.552Z Compiling signal-hook-registry v1.4.8
5152026-05-09T03:29:31.566Z Compiling bytes v1.11.1
5162026-05-09T03:29:31.566Z Compiling mio v1.2.0
5172026-05-09T03:29:31.602Z Compiling futures-sink v0.3.32
5182026-05-09T03:29:31.830Z Compiling cc v1.2.62
5192026-05-09T03:29:31.847Z Compiling rustix v1.1.4
5202026-05-09T03:29:31.985Z Compiling syn v2.0.117
5212026-05-09T03:29:32.062Z Compiling socket2 v0.6.3
5222026-05-09T03:29:32.152Z Compiling zmij v1.0.21
5232026-05-09T03:29:32.326Z Compiling slab v0.4.12
5242026-05-09T03:29:32.561Z Compiling futures-channel v0.3.32
5252026-05-09T03:29:32.561Z Compiling tracing-core v0.1.36
5262026-05-09T03:29:32.589Z Compiling serde_json v1.0.149
5272026-05-09T03:29:32.860Z Compiling version_check v0.9.5
5282026-05-09T03:29:32.960Z Compiling getrandom v0.4.2
5292026-05-09T03:29:33.168Z Compiling indexmap v2.14.0
5302026-05-09T03:29:33.237Z Compiling futures-task v0.3.32
5312026-05-09T03:29:33.273Z Compiling futures-io v0.3.32
5322026-05-09T03:29:33.321Z Compiling camino v1.2.2
5332026-05-09T03:29:33.447Z Compiling percent-encoding v2.3.2
5342026-05-09T03:29:33.497Z Compiling unicode-width v0.2.2
5352026-05-09T03:29:33.762Z Compiling ring v0.17.14
5362026-05-09T03:29:33.777Z Compiling http v1.4.0
5372026-05-09T03:29:33.837Z Compiling autocfg v1.5.0
5382026-05-09T03:29:33.933Z Compiling simd-adler32 v0.3.9
5392026-05-09T03:29:34.075Z Compiling zeroize v1.8.2
5402026-05-09T03:29:34.222Z Compiling adler2 v2.0.1
5412026-05-09T03:29:34.294Z Compiling num-traits v0.2.19
5422026-05-09T03:29:34.402Z Compiling miniz_oxide v0.8.9
5432026-05-09T03:29:34.559Z Compiling zerocopy v0.8.48
5442026-05-09T03:29:34.806Z Compiling object v0.37.3
5452026-05-09T03:29:35.049Z Compiling getrandom v0.3.4
5462026-05-09T03:29:35.128Z Compiling target-lexicon v0.13.3
5472026-05-09T03:29:35.241Z Compiling http-body v1.0.1
5482026-05-09T03:29:35.419Z Compiling rustls-pki-types v1.14.1
5492026-05-09T03:29:35.561Z Compiling form_urlencoded v1.2.2
5502026-05-09T03:29:35.690Z Compiling semver v1.0.28
5512026-05-09T03:29:35.801Z Compiling getrandom v0.2.17
5522026-05-09T03:29:35.843Z Compiling gimli v0.32.3
5532026-05-09T03:29:35.876Z Compiling fnv v1.0.7
5542026-05-09T03:29:35.941Z Compiling serde_derive v1.0.228
5552026-05-09T03:29:35.991Z Compiling tokio-macros v2.7.0
5562026-05-09T03:29:36.004Z Compiling futures-macro v0.3.32
5572026-05-09T03:29:36.043Z Compiling tracing-attributes v0.1.31
5582026-05-09T03:29:36.329Z Compiling thiserror v2.0.18
5592026-05-09T03:29:36.378Z Compiling httparse v1.10.1
5602026-05-09T03:29:36.693Z Compiling guppy-workspace-hack v0.1.0
5612026-05-09T03:29:36.762Z Compiling untrusted v0.9.0
5622026-05-09T03:29:36.766Z Compiling tokio v1.52.3
5632026-05-09T03:29:36.876Z Compiling futures-util v0.3.32
5642026-05-09T03:29:36.900Z Compiling idna_adapter v1.0.0
5652026-05-09T03:29:36.926Z Compiling signal-hook v0.3.18
5662026-05-09T03:29:37.007Z Compiling utf8_iter v1.0.4
5672026-05-09T03:29:37.170Z Compiling owo-colors v4.3.0
5682026-05-09T03:29:37.211Z Compiling idna v1.1.0
5692026-05-09T03:29:37.293Z Compiling tracing v0.1.44
5702026-05-09T03:29:37.660Z Compiling thiserror-impl v2.0.18
5712026-05-09T03:29:37.849Z Compiling addr2line v0.25.1
5722026-05-09T03:29:39.080Z Compiling generic-array v0.14.7
5732026-05-09T03:29:39.306Z Compiling pkg-config v0.3.33
5742026-05-09T03:29:39.341Z Compiling rustls v0.23.40
5752026-05-09T03:29:39.378Z Compiling atomic-waker v1.1.2
5762026-05-09T03:29:39.521Z Compiling tower-service v0.3.3
5772026-05-09T03:29:39.588Z Compiling try-lock v0.2.5
5782026-05-09T03:29:39.624Z Compiling target-spec v3.6.0
5792026-05-09T03:29:39.651Z Compiling thiserror v1.0.69
5802026-05-09T03:29:39.711Z Compiling fastrand v2.4.1
5812026-05-09T03:29:39.764Z Compiling rustc-demangle v0.1.27
5822026-05-09T03:29:39.936Z Compiling typeid v1.0.3
5832026-05-09T03:29:40.076Z Compiling tempfile v3.27.0
5842026-05-09T03:29:40.174Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-05-09T03:29:40.298Z Compiling want v0.3.1
5862026-05-09T03:29:40.602Z Compiling cfg-expr v0.20.7
5872026-05-09T03:29:40.859Z Compiling tokio-util v0.7.18
5882026-05-09T03:29:41.146Z Compiling url v2.5.8
5892026-05-09T03:29:41.613Z Compiling h2 v0.4.14
5902026-05-09T03:29:41.899Z Compiling backtrace v0.3.76
5912026-05-09T03:29:42.054Z Compiling thiserror-impl v1.0.69
5922026-05-09T03:29:42.340Z Compiling terminal_size v0.4.4
5932026-05-09T03:29:42.451Z Compiling aho-corasick v1.1.4
5942026-05-09T03:29:42.503Z Compiling typenum v1.20.0
5952026-05-09T03:29:43.227Z Compiling winnow v0.7.15
5962026-05-09T03:29:43.262Z Compiling erased-serde v0.4.10
5972026-05-09T03:29:43.594Z Compiling subtle v2.6.1
5982026-05-09T03:29:43.725Z Compiling rustls-webpki v0.103.13
5992026-05-09T03:29:43.769Z Compiling regex-syntax v0.8.10
6002026-05-09T03:29:46.476Z Compiling regex-automata v0.4.14
6012026-05-09T03:29:46.737Z Compiling hyper v1.9.0
6022026-05-09T03:29:48.220Z Compiling toml_datetime v0.6.11
6032026-05-09T03:29:48.612Z Compiling serde_spanned v0.6.9
6042026-05-09T03:29:48.796Z Compiling ahash v0.8.12
6052026-05-09T03:29:49.079Z Compiling sync_wrapper v1.0.2
6062026-05-09T03:29:49.205Z Compiling parking_lot_core v0.9.12
6072026-05-09T03:29:49.511Z Compiling lazy_static v1.5.0
6082026-05-09T03:29:49.633Z Compiling foldhash v0.1.5
6092026-05-09T03:29:49.864Z Compiling either v1.15.0
6102026-05-09T03:29:50.110Z Compiling toml_write v0.1.2
6112026-05-09T03:29:50.166Z Compiling nextest-workspace-hack v0.1.0
6122026-05-09T03:29:50.375Z Compiling portable-atomic v1.13.1
6132026-05-09T03:29:50.424Z Compiling tower-layer v0.3.3
6142026-05-09T03:29:50.516Z Compiling is_ci v1.2.0
6152026-05-09T03:29:50.643Z Compiling base64 v0.22.1
6162026-05-09T03:29:50.706Z Compiling unicode-segmentation v1.13.2
6172026-05-09T03:29:50.878Z Compiling ipnet v2.12.0
6182026-05-09T03:29:51.146Z Compiling crc32fast v1.5.0
6192026-05-09T03:29:51.167Z Compiling unicode-linebreak v0.1.5
6202026-05-09T03:29:51.266Z Compiling hyper-util v0.1.20
6212026-05-09T03:29:51.361Z Compiling convert_case v0.10.0
6222026-05-09T03:29:51.463Z Compiling textwrap v0.16.2
6232026-05-09T03:29:51.587Z Compiling supports-color v3.0.2
6242026-05-09T03:29:51.643Z Compiling tower v0.5.3
6252026-05-09T03:29:51.864Z Compiling toml_edit v0.22.27
6262026-05-09T03:29:52.152Z Compiling hashbrown v0.15.5
6272026-05-09T03:29:52.266Z Compiling sharded-slab v0.1.7
6282026-05-09T03:29:52.882Z Compiling tokio-rustls v0.26.4
6292026-05-09T03:29:52.910Z Compiling backtrace-ext v0.2.1
6302026-05-09T03:29:53.180Z Compiling ordered-float v2.10.1
6312026-05-09T03:29:53.180Z Compiling miette-derive v7.6.0
6322026-05-09T03:29:53.479Z Compiling webpki-roots v1.0.7
6332026-05-09T03:29:53.510Z Compiling pathdiff v0.2.3
6342026-05-09T03:29:53.613Z Compiling console v0.15.11
6352026-05-09T03:29:53.648Z Compiling cargo-platform v0.3.3
6362026-05-09T03:29:54.017Z Compiling tracing-log v0.2.0
6372026-05-09T03:29:54.295Z Compiling os_pipe v1.2.3
6382026-05-09T03:29:54.365Z Compiling thread_local v1.1.9
6392026-05-09T03:29:54.396Z Compiling zstd-safe v7.2.4
6402026-05-09T03:29:54.510Z Compiling fixedbitset v0.5.7
6412026-05-09T03:29:54.666Z Compiling supports-unicode v3.0.0
6422026-05-09T03:29:54.728Z Compiling supports-hyperlinks v3.2.0
6432026-05-09T03:29:54.846Z Compiling pulldown-cmark v0.13.3
6442026-05-09T03:29:54.960Z Compiling winnow v1.0.2
6452026-05-09T03:29:55.030Z Compiling rustix v0.38.44
6462026-05-09T03:29:55.030Z Compiling ryu v1.0.23
6472026-05-09T03:29:55.094Z Compiling scopeguard v1.2.0
6482026-05-09T03:29:55.210Z Compiling debug-ignore v1.0.5
6492026-05-09T03:29:55.332Z Compiling unicode-width v0.1.14
6502026-05-09T03:29:55.347Z Compiling utf8parse v0.2.2
6512026-05-09T03:29:55.412Z Compiling cfg_aliases v0.2.1
6522026-05-09T03:29:55.491Z Compiling nix v0.30.1
6532026-05-09T03:29:55.651Z Compiling miette v7.6.0
6542026-05-09T03:29:55.874Z Compiling anstyle-parse v1.0.0
6552026-05-09T03:29:55.994Z Compiling lock_api v0.4.14
6562026-05-09T03:29:56.097Z Compiling toml_parser v1.1.2+spec-1.1.0
6572026-05-09T03:29:56.240Z Compiling serde_urlencoded v0.7.1
6582026-05-09T03:29:56.466Z Compiling petgraph v0.8.3
6592026-05-09T03:29:56.551Z Compiling tracing-subscriber v0.3.23
6602026-05-09T03:29:57.429Z Compiling sigchld v0.2.4
6612026-05-09T03:29:57.638Z Compiling cargo_metadata v0.23.1
6622026-05-09T03:29:58.002Z Compiling hyper-rustls v0.27.9
6632026-05-09T03:29:58.456Z Compiling toml v0.8.23
6642026-05-09T03:29:58.691Z Compiling serde-value v0.7.0
6652026-05-09T03:29:59.459Z Compiling serde-untagged v0.1.9
6662026-05-09T03:29:59.889Z Compiling tower-http v0.6.10
6672026-05-09T03:30:00.162Z Compiling derive_more-impl v2.1.1
6682026-05-09T03:30:00.856Z Compiling itertools v0.14.0
6692026-05-09T03:30:01.038Z Compiling regex v1.12.3
6702026-05-09T03:30:01.038Z Compiling block-buffer v0.10.4
6712026-05-09T03:30:01.202Z Compiling crypto-common v0.1.7
6722026-05-09T03:30:01.352Z Compiling ppv-lite86 v0.2.21
6732026-05-09T03:30:01.368Z Compiling futures-executor v0.3.32
6742026-05-09T03:30:01.440Z Compiling rand_core v0.9.5
6752026-05-09T03:30:01.696Z Compiling pin-project-internal v1.1.12
6762026-05-09T03:30:01.712Z Compiling http-body-util v0.1.3
6772026-05-09T03:30:01.920Z Compiling uuid v1.23.1
6782026-05-09T03:30:02.003Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-05-09T03:30:02.427Z Compiling smol_str v0.3.6
6802026-05-09T03:30:02.442Z Compiling serde_spanned v1.1.1
6812026-05-09T03:30:02.493Z Compiling filetime v0.2.28
6822026-05-09T03:30:02.536Z Compiling vte v0.14.1
6832026-05-09T03:30:02.593Z Compiling bstr v1.12.1
6842026-05-09T03:30:02.708Z Compiling is_terminal_polyfill v1.70.2
6852026-05-09T03:30:02.767Z Compiling nested v0.1.1
6862026-05-09T03:30:02.784Z Compiling number_prefix v0.4.0
6872026-05-09T03:30:02.807Z Compiling anstyle-query v1.1.5
6882026-05-09T03:30:02.827Z Compiling color-spantrace v0.3.0
6892026-05-09T03:30:02.942Z Compiling unicase v2.9.0
6902026-05-09T03:30:02.970Z Compiling litrs v1.0.0
6912026-05-09T03:30:03.139Z Compiling unicode-xid v0.2.6
6922026-05-09T03:30:03.154Z Compiling anstyle v1.0.14
6932026-05-09T03:30:03.157Z Compiling static_assertions v1.1.0
6942026-05-09T03:30:03.248Z Compiling iana-time-zone v0.1.65
6952026-05-09T03:30:03.283Z Compiling eyre v0.6.12
6962026-05-09T03:30:03.298Z Compiling tinyvec_macros v0.1.1
6972026-05-09T03:30:03.372Z Compiling xattr v1.6.1
6982026-05-09T03:30:03.419Z Compiling self_update v0.42.0
6992026-05-09T03:30:03.420Z Compiling colorchoice v1.0.5
7002026-05-09T03:30:03.479Z Compiling document-features v0.2.12
7012026-05-09T03:30:03.550Z Compiling anstream v1.0.0
7022026-05-09T03:30:03.564Z Compiling tar v0.4.45
7032026-05-09T03:30:03.596Z Compiling chrono v0.4.44
7042026-05-09T03:30:03.693Z Compiling tinyvec v1.11.0
7052026-05-09T03:30:04.061Z Compiling cargo-util-schemas v0.2.0
7062026-05-09T03:30:04.076Z Compiling guppy v0.17.25
7072026-05-09T03:30:04.185Z Compiling globset v0.4.18
7082026-05-09T03:30:05.063Z Compiling indicatif v0.17.11
7092026-05-09T03:30:05.121Z Compiling pin-project v1.1.12
7102026-05-09T03:30:05.235Z Compiling strip-ansi-escapes v0.2.1
7112026-05-09T03:30:05.740Z Compiling nextest-metadata v0.12.2
7122026-05-09T03:30:06.153Z Compiling toml v1.1.2+spec-1.1.0
7132026-05-09T03:30:06.574Z Compiling newtype-uuid v1.3.2
7142026-05-09T03:30:06.778Z Compiling reqwest v0.12.28
7152026-05-09T03:30:07.083Z Compiling rand_chacha v0.9.0
7162026-05-09T03:30:07.538Z Compiling futures v0.3.32
7172026-05-09T03:30:07.633Z Compiling digest v0.10.7
7182026-05-09T03:30:07.683Z Compiling derive_more v2.1.1
7192026-05-09T03:30:07.781Z Compiling flate2 v1.1.9
7202026-05-09T03:30:07.873Z Compiling parking_lot v0.12.5
7212026-05-09T03:30:08.320Z Compiling shared_child v1.1.1
7222026-05-09T03:30:08.334Z Compiling tracing-error v0.2.1
7232026-05-09T03:30:08.788Z Compiling signal-hook-mio v0.2.5
7242026-05-09T03:30:08.931Z Compiling self-replace v1.5.0
7252026-05-09T03:30:09.033Z Compiling cargo-platform v0.2.0
7262026-05-09T03:30:09.238Z Compiling quick-xml v0.38.4
7272026-05-09T03:30:09.419Z Compiling quick-xml v0.37.5
7282026-05-09T03:30:09.609Z Compiling recursion v0.5.4
7292026-05-09T03:30:09.888Z Compiling urlencoding v2.1.3
7302026-05-09T03:30:09.995Z Compiling indenter v0.3.4
7312026-05-09T03:30:10.139Z Compiling clap_lex v1.1.0
7322026-05-09T03:30:10.153Z Compiling humantime v2.3.0
7332026-05-09T03:30:10.514Z Compiling strsim v0.11.1
7342026-05-09T03:30:10.584Z Compiling cpufeatures v0.2.17
7352026-05-09T03:30:10.900Z Compiling shell-words v1.1.1
7362026-05-09T03:30:10.949Z Compiling heck v0.5.0
7372026-05-09T03:30:10.992Z Compiling clap_builder v4.6.0
7382026-05-09T03:30:11.055Z Compiling sha2 v0.10.9
7392026-05-09T03:30:11.150Z Compiling clap_derive v4.6.1
7402026-05-09T03:30:11.153Z Compiling humantime-serde v1.1.1
7412026-05-09T03:30:11.857Z Compiling quick-junit v0.5.2
7422026-05-09T03:30:12.297Z Compiling nextest-filtering v0.15.0
7432026-05-09T03:30:13.024Z Compiling atomicwrites v0.4.4
7442026-05-09T03:30:13.322Z Compiling cargo_metadata v0.20.0
7452026-05-09T03:30:15.074Z Compiling cargo-nextest v0.9.97
7462026-05-09T03:30:15.423Z Compiling crossterm v0.29.0
7472026-05-09T03:30:17.675Z Compiling duct v0.13.7
7482026-05-09T03:30:17.838Z Compiling zstd v0.13.3
7492026-05-09T03:30:17.979Z Compiling async-scoped v0.9.0
7502026-05-09T03:30:18.113Z Compiling rand v0.9.4
7512026-05-09T03:30:18.189Z Compiling config v0.15.22
7522026-05-09T03:30:18.289Z Compiling unicode-normalization v0.1.25
7532026-05-09T03:30:18.607Z Compiling target-spec-miette v0.4.6
7542026-05-09T03:30:18.830Z Compiling future-queue v0.4.0
7552026-05-09T03:30:18.897Z Compiling mukti-metadata v0.3.0
7562026-05-09T03:30:18.917Z Compiling tokio-stream v0.1.18
7572026-05-09T03:30:19.035Z Compiling camino-tempfile v1.4.1
7582026-05-09T03:30:19.122Z Compiling derive-where v1.6.1
7592026-05-09T03:30:19.407Z Compiling serde_ignored v0.1.14
7602026-05-09T03:30:19.450Z Compiling serde_path_to_error v0.1.20
7612026-05-09T03:30:19.475Z Compiling hex v0.4.3
7622026-05-09T03:30:19.490Z Compiling home v0.5.12
7632026-05-09T03:30:19.641Z Compiling indent_write v2.2.0
7642026-05-09T03:30:19.777Z Compiling xxhash-rust v0.8.15
7652026-05-09T03:30:19.796Z Compiling swrite v0.1.0
7662026-05-09T03:30:19.810Z Compiling color-eyre v0.6.5
7672026-05-09T03:30:19.908Z Compiling clap v4.6.1
7682026-05-09T03:30:19.939Z Compiling dialoguer v0.11.0
7692026-05-09T03:30:19.965Z Compiling enable-ansi-support v0.2.1
7702026-05-09T03:30:20.408Z Compiling nextest-runner v0.80.0
7712026-05-09T03:30:39.066Z Finished `release` profile [optimized] target(s) in 1m 13s
7722026-05-09T03:30:39.238Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-05-09T03:30:39.241Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-05-09T03:30:39.365Z+ pushd mg-lower
7752026-05-09T03:30:39.368Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7762026-05-09T03:30:39.368Z+ cargo nextest run
7772026-05-09T03:30:39.527Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-05-09T03:30:40.386ZFrom https://github.com/oxidecomputer/falcon
7792026-05-09T03:30:40.386Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7802026-05-09T03:30:40.462Z Updating crates.io index
7812026-05-09T03:30:40.465Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-05-09T03:30:41.194ZFrom https://github.com/oxidecomputer/dendrite
7832026-05-09T03:30:41.194Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-05-09T03:30:41.268Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-05-09T03:30:41.522ZFrom https://github.com/oxidecomputer/ispf
7862026-05-09T03:30:41.522Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-05-09T03:30:41.585Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-05-09T03:30:41.941ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-05-09T03:30:41.941Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7902026-05-09T03:30:41.947Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-05-09T03:30:48.935ZFrom https://github.com/oxidecomputer/omicron
7922026-05-09T03:30:48.935Z * [new ref] 9e56717d4317e832fbfe272216fe1b8c8ea98ce3 -> refs/commit/9e56717d4317e832fbfe272216fe1b8c8ea98ce3
7932026-05-09T03:30:49.356Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-05-09T03:30:49.943ZFrom https://github.com/oxidecomputer/opte
7952026-05-09T03:30:49.943Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7962026-05-09T03:30:50.169Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-05-09T03:30:50.443ZFrom https://github.com/illumos/smf-rs
7982026-05-09T03:30:50.443Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-05-09T03:30:50.452Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-05-09T03:30:50.724ZFrom https://github.com/oxidecomputer/network-interface
8012026-05-09T03:30:50.724Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-05-09T03:30:50.868Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-05-09T03:30:51.119ZFrom https://github.com/oxidecomputer/zone
8042026-05-09T03:30:51.119Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-05-09T03:30:51.147Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-05-09T03:30:51.756ZFrom https://github.com/oxidecomputer/propolis
8072026-05-09T03:30:51.756Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-05-09T03:30:51.824Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-05-09T03:30:52.328ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-05-09T03:30:52.328Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8112026-05-09T03:30:52.417Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-05-09T03:30:52.687ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-05-09T03:30:52.687Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8142026-05-09T03:30:52.693Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-05-09T03:30:52.970ZFrom https://github.com/jmesmon/rust-libzfs
8162026-05-09T03:30:52.970Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-05-09T03:30:52.979Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-05-09T03:30:53.249ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-05-09T03:30:53.249Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-05-09T03:30:53.294Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-05-09T03:30:53.609ZFrom https://github.com/oxidecomputer/lldp
8222026-05-09T03:30:53.609Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8232026-05-09T03:30:53.622Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-05-09T03:30:53.884ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-05-09T03:30:53.885Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-05-09T03:30:53.976Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-05-09T03:30:54.273ZFrom https://github.com/oxidecomputer/tufaceous
8282026-05-09T03:30:54.273Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-05-09T03:30:54.293Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-05-09T03:30:54.740ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-05-09T03:30:54.740Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8322026-05-09T03:30:54.810Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-05-09T03:30:55.582ZFrom https://github.com/oxidecomputer/crucible
8342026-05-09T03:30:55.582Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-05-09T03:30:55.630Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-05-09T03:30:55.893ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-05-09T03:30:55.893Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-05-09T03:30:55.988Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-05-09T03:30:56.323ZFrom https://github.com/oxidecomputer/propolis
8402026-05-09T03:30:56.323Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8412026-05-09T03:30:56.672Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-05-09T03:30:57.010ZFrom https://github.com/oxidecomputer/tofino
8432026-05-09T03:30:57.010Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8442026-05-09T03:30:57.021Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-05-09T03:30:57.654ZFrom https://github.com/oxidecomputer/maghemite
8462026-05-09T03:30:57.654Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8472026-05-09T03:30:57.707Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-05-09T03:30:57.980ZFrom https://github.com/oxidecomputer/clickward
8492026-05-09T03:30:57.980Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-05-09T03:30:58.012Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-05-09T03:30:58.366ZFrom https://github.com/oxidecomputer/crucible
8522026-05-09T03:30:58.367Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8532026-05-09T03:30:58.492Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-05-09T03:30:58.737ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-05-09T03:30:58.737Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-05-09T03:30:59.721Z Downloading crates ...
8572026-05-09T03:30:59.830Z Downloaded arrayvec v0.7.6
8582026-05-09T03:30:59.833Z Downloaded arc-swap v1.9.1
8592026-05-09T03:30:59.838Z Downloaded async-stream v0.3.6
8602026-05-09T03:30:59.841Z Downloaded daft-derive v0.1.5
8612026-05-09T03:30:59.844Z Downloaded ciborium v0.2.2
8622026-05-09T03:30:59.849Z Downloaded ff v0.13.1
8632026-05-09T03:30:59.852Z Downloaded async-compression v0.4.42
8642026-05-09T03:30:59.854Z Downloaded backon v1.6.0
8652026-05-09T03:30:59.858Z Downloaded expectorate v1.2.0
8662026-05-09T03:30:59.858Z Downloaded convert_case v0.4.0
8672026-05-09T03:30:59.861Z Downloaded httpdate v1.0.3
8682026-05-09T03:30:59.861Z Downloaded hostname v0.4.2
8692026-05-09T03:30:59.863Z Downloaded hickory-resolver v0.25.2
8702026-05-09T03:30:59.866Z Downloaded enum-as-inner v0.6.1
8712026-05-09T03:30:59.869Z Downloaded macaddr v1.0.1
8722026-05-09T03:30:59.869Z Downloaded float-ord v0.3.2
8732026-05-09T03:30:59.872Z Downloaded csv-core v0.1.13
8742026-05-09T03:30:59.872Z Downloaded cobs v0.3.0
8752026-05-09T03:30:59.875Z Downloaded console v0.16.3
8762026-05-09T03:30:59.875Z Downloaded dtrace-parser v0.3.0
8772026-05-09T03:30:59.878Z Downloaded icu_provider v2.2.0
8782026-05-09T03:30:59.878Z Downloaded ciborium-ll v0.2.2
8792026-05-09T03:30:59.881Z Downloaded ingot v0.1.1
8802026-05-09T03:30:59.881Z Downloaded idna_adapter v1.2.2
8812026-05-09T03:30:59.883Z Downloaded hubpack v0.1.2
8822026-05-09T03:30:59.884Z Downloaded num-rational v0.4.2
8832026-05-09T03:30:59.887Z Downloaded group v0.13.0
8842026-05-09T03:30:59.887Z Downloaded no-std-compat v0.4.1
8852026-05-09T03:30:59.889Z Downloaded fxhash v0.2.1
8862026-05-09T03:30:59.889Z Downloaded hashbrown v0.12.3
8872026-05-09T03:30:59.893Z Downloaded base16ct v1.0.0
8882026-05-09T03:30:59.899Z Downloaded hostname v0.3.1
8892026-05-09T03:30:59.899Z Downloaded const_format_proc_macros v0.2.34
8902026-05-09T03:30:59.899Z Downloaded is-terminal v0.4.17
8912026-05-09T03:30:59.903Z Downloaded gethostname v0.5.0
8922026-05-09T03:30:59.903Z Downloaded num_enum v0.7.6
8932026-05-09T03:30:59.903Z Downloaded icu_properties v2.2.0
8942026-05-09T03:30:59.906Z Downloaded fixedbitset v0.4.2
8952026-05-09T03:30:59.906Z Downloaded chacha20 v0.10.0
8962026-05-09T03:30:59.909Z Downloaded half v2.7.1
8972026-05-09T03:30:59.911Z Downloaded num-iter v0.1.45
8982026-05-09T03:30:59.914Z Downloaded inout v0.1.4
8992026-05-09T03:30:59.914Z Downloaded instant v0.1.13
9002026-05-09T03:30:59.917Z Downloaded keccak v0.1.6
9012026-05-09T03:30:59.917Z Downloaded embedded-io v0.4.0
9022026-05-09T03:30:59.920Z Downloaded cpufeatures v0.3.0
9032026-05-09T03:30:59.920Z Downloaded bit-set v0.8.0
9042026-05-09T03:30:59.923Z Downloaded olpc-cjson v0.1.4
9052026-05-09T03:30:59.923Z Downloaded natord v1.0.9
9062026-05-09T03:30:59.926Z Downloaded aead v0.5.2
9072026-05-09T03:30:59.926Z Downloaded icu_normalizer v2.2.0
9082026-05-09T03:30:59.929Z Downloaded newtype-uuid-macros v0.1.0
9092026-05-09T03:30:59.929Z Downloaded memmap v0.7.0
9102026-05-09T03:30:59.932Z Downloaded defmt v0.3.100
9112026-05-09T03:30:59.932Z Downloaded linked-hash-map v0.5.6
9122026-05-09T03:30:59.935Z Downloaded libscf-sys v1.2.0
9132026-05-09T03:30:59.935Z Downloaded darling_macro v0.21.3
9142026-05-09T03:30:59.935Z Downloaded darling_macro v0.23.0
9152026-05-09T03:30:59.938Z Downloaded managed v0.8.0
9162026-05-09T03:30:59.938Z Downloaded ident_case v1.0.1
9172026-05-09T03:30:59.941Z Downloaded hubpack_derive v0.1.1
9182026-05-09T03:30:59.941Z Downloaded async-recursion v1.1.1
9192026-05-09T03:30:59.944Z Downloaded const-random-macro v0.1.16
9202026-05-09T03:30:59.944Z Downloaded mime v0.3.17
9212026-05-09T03:30:59.947Z Downloaded dof v0.4.0
9222026-05-09T03:30:59.947Z Downloaded lru-cache v0.1.2
9232026-05-09T03:30:59.948Z Downloaded base16ct v0.2.0
9242026-05-09T03:30:59.950Z Downloaded heck v0.4.1
9252026-05-09T03:30:59.950Z Downloaded dtrace-parser v0.2.0
9262026-05-09T03:30:59.953Z Downloaded ipnetwork v0.21.1
9272026-05-09T03:30:59.953Z Downloaded ingot-types v0.1.2
9282026-05-09T03:30:59.956Z Downloaded bytecount v0.6.9
9292026-05-09T03:30:59.956Z Downloaded const-random v0.1.18
9302026-05-09T03:30:59.956Z Downloaded konst_macro_rules v0.2.19
9312026-05-09T03:30:59.959Z Downloaded parse-display v0.10.0
9322026-05-09T03:30:59.959Z Downloaded newtype_derive v0.1.6
9332026-05-09T03:30:59.965Z Downloaded num v0.4.3
9342026-05-09T03:30:59.965Z Downloaded dunce v1.0.5
9352026-05-09T03:30:59.965Z Downloaded internet-checksum v0.2.1
9362026-05-09T03:30:59.965Z Downloaded foreign-types-shared v0.3.1
9372026-05-09T03:30:59.965Z Downloaded num-derive v0.4.2
9382026-05-09T03:30:59.968Z Downloaded memoffset v0.9.1
9392026-05-09T03:30:59.968Z Downloaded ciborium-io v0.2.2
9402026-05-09T03:30:59.968Z Downloaded async-stream-impl v0.3.6
9412026-05-09T03:30:59.972Z Downloaded cstr-argument v0.1.2
9422026-05-09T03:30:59.972Z Downloaded git-stub v1.0.0
9432026-05-09T03:30:59.972Z Downloaded dof v0.3.0
9442026-05-09T03:30:59.976Z Downloaded crunchy v0.2.4
9452026-05-09T03:30:59.976Z Downloaded num_enum_derive v0.5.11
9462026-05-09T03:30:59.976Z Downloaded newline-converter v0.3.0
9472026-05-09T03:30:59.980Z Downloaded match_cfg v0.1.0
9482026-05-09T03:30:59.980Z Downloaded foreign-types-macros v0.2.3
9492026-05-09T03:30:59.980Z Downloaded opaque-debug v0.3.1
9502026-05-09T03:30:59.983Z Downloaded num_threads v0.1.7
9512026-05-09T03:30:59.983Z Downloaded plain v0.2.3
9522026-05-09T03:30:59.983Z Downloaded oxnet v0.1.5
9532026-05-09T03:30:59.984Z Downloaded fs_extra v1.3.0
9542026-05-09T03:30:59.987Z Downloaded bit-vec v0.8.0
9552026-05-09T03:30:59.987Z Downloaded filetime v0.2.27
9562026-05-09T03:30:59.990Z Downloaded defmt-parser v1.0.0
9572026-05-09T03:30:59.990Z Downloaded dropshot-api-manager-types v0.7.1
9582026-05-09T03:30:59.990Z Downloaded libsw v3.5.0
9592026-05-09T03:30:59.992Z Downloaded daft v0.1.5
9602026-05-09T03:30:59.992Z Downloaded displaydoc v0.2.5
9612026-05-09T03:30:59.996Z Downloaded constant_time_eq v0.4.2
9622026-05-09T03:30:59.999Z Downloaded pretty-hex v0.4.2
9632026-05-09T03:31:00.000Z Downloaded bitflags v1.3.2
9642026-05-09T03:31:00.000Z Downloaded num-integer v0.1.46
9652026-05-09T03:31:00.004Z Downloaded erased-serde v0.3.31
9662026-05-09T03:31:00.004Z Downloaded bcs v0.1.6
9672026-05-09T03:31:00.007Z Downloaded cipher v0.4.4
9682026-05-09T03:31:00.007Z Downloaded chacha20 v0.9.1
9692026-05-09T03:31:00.007Z Downloaded proc-macro-error-attr v1.0.4
9702026-05-09T03:31:00.010Z Downloaded proc-macro-crate v1.3.1
9712026-05-09T03:31:00.010Z Downloaded powerfmt v0.2.0
9722026-05-09T03:31:00.013Z Downloaded proc-macro-error-attr2 v2.0.0
9732026-05-09T03:31:00.013Z Downloaded omicron-workspace-hack v0.1.0
9742026-05-09T03:31:00.013Z Downloaded potential_utf v0.1.5
9752026-05-09T03:31:00.016Z Downloaded async-trait v0.1.89
9762026-05-09T03:31:00.016Z Downloaded progenitor-client v0.11.2
9772026-05-09T03:31:00.019Z Downloaded dyn-clone v1.0.20
9782026-05-09T03:31:00.019Z Downloaded progenitor-macro v0.11.2
9792026-05-09T03:31:00.019Z Downloaded progenitor-client v0.14.0
9802026-05-09T03:31:00.023Z Downloaded derive-ex v0.1.8
9812026-05-09T03:31:00.023Z Downloaded critical-section v1.2.0
9822026-05-09T03:31:00.026Z Downloaded foreign-types v0.5.0
9832026-05-09T03:31:00.026Z Downloaded num_enum_derive v0.7.6
9842026-05-09T03:31:00.026Z Downloaded foldhash v0.2.0
9852026-05-09T03:31:00.029Z Downloaded crc8 v0.1.1
9862026-05-09T03:31:00.029Z Downloaded parking_lot_core v0.8.6
9872026-05-09T03:31:00.029Z Downloaded git-stub-vcs v0.1.0
9882026-05-09T03:31:00.032Z Downloaded num_enum v0.5.11
9892026-05-09T03:31:00.035Z Downloaded quick-error v1.2.3
9902026-05-09T03:31:00.035Z Downloaded byte-wrapper v0.1.0
9912026-05-09T03:31:00.040Z Downloaded rand_chacha v0.3.1
9922026-05-09T03:31:00.040Z Downloaded rustc_version v0.1.7
9932026-05-09T03:31:00.043Z Downloaded rand_xorshift v0.4.0
9942026-05-09T03:31:00.043Z Downloaded progenitor-macro v0.10.0
9952026-05-09T03:31:00.043Z Downloaded backoff v0.4.0
9962026-05-09T03:31:00.043Z Downloaded progenitor-macro v0.14.0
9972026-05-09T03:31:00.044Z Downloaded libsw-core v0.3.2
9982026-05-09T03:31:00.046Z Downloaded password-hash v0.5.0
9992026-05-09T03:31:00.047Z Downloaded multer v3.1.0
10002026-05-09T03:31:00.051Z Downloaded ref-cast-impl v1.0.25
10012026-05-09T03:31:00.051Z Downloaded progenitor-macro v0.13.0
10022026-05-09T03:31:00.051Z Downloaded num-complex v0.4.6
10032026-05-09T03:31:00.054Z Downloaded fs-err v3.3.0
10042026-05-09T03:31:00.054Z Downloaded oxide-tokio-rt v0.1.5
10052026-05-09T03:31:00.054Z Downloaded indexmap v1.9.3
10062026-05-09T03:31:00.057Z Downloaded diff v0.1.13
10072026-05-09T03:31:00.060Z Downloaded jiff-static v0.2.24
10082026-05-09T03:31:00.062Z Downloaded ref-cast v1.0.25
10092026-05-09T03:31:00.062Z Downloaded defmt-macros v1.0.1
10102026-05-09T03:31:00.065Z Downloaded crossbeam-deque v0.8.6
10112026-05-09T03:31:00.065Z Downloaded cargo_toml v0.22.3
10122026-05-09T03:31:00.068Z Downloaded same-file v1.0.6
10132026-05-09T03:31:00.068Z Downloaded progenitor v0.10.0
10142026-05-09T03:31:00.071Z Downloaded progenitor v0.11.2
10152026-05-09T03:31:00.071Z Downloaded proc-macro-error v1.0.4
10162026-05-09T03:31:00.074Z Downloaded paste v1.0.15
10172026-05-09T03:31:00.074Z Downloaded progenitor-client v0.13.0
10182026-05-09T03:31:00.077Z Downloaded proc-macro-error2 v2.0.1
10192026-05-09T03:31:00.077Z Downloaded serde-big-array v0.5.1
10202026-05-09T03:31:00.080Z Downloaded semver v0.1.20
10212026-05-09T03:31:00.080Z Downloaded sha1 v0.10.6
10222026-05-09T03:31:00.083Z Downloaded secrecy v0.10.3
10232026-05-09T03:31:00.083Z Downloaded scroll_derive v0.12.1
10242026-05-09T03:31:00.083Z Downloaded sigpipe v0.1.3
10252026-05-09T03:31:00.083Z Downloaded cookie v0.18.1
10262026-05-09T03:31:00.086Z Downloaded pest_generator v2.8.6
10272026-05-09T03:31:00.086Z Downloaded memmap2 v0.9.10
10282026-05-09T03:31:00.089Z Downloaded pem v3.0.6
10292026-05-09T03:31:00.089Z Downloaded scroll_derive v0.13.1
10302026-05-09T03:31:00.089Z Downloaded parse-display-derive v0.10.0
10312026-05-09T03:31:00.093Z Downloaded rand_core v0.10.1
10322026-05-09T03:31:00.093Z Downloaded phf_shared v0.12.1
10332026-05-09T03:31:00.093Z Downloaded highway v1.3.0
10342026-05-09T03:31:00.096Z Downloaded serde_plain v1.0.2
10352026-05-09T03:31:00.096Z Downloaded serial_test v3.4.0
10362026-05-09T03:31:00.097Z Downloaded serde_repr v0.1.20
10372026-05-09T03:31:00.100Z Downloaded poly1305 v0.8.0
10382026-05-09T03:31:00.100Z Downloaded omicron-zone-package v0.12.2
10392026-05-09T03:31:00.103Z Downloaded serial_test_derive v3.4.0
10402026-05-09T03:31:00.103Z Downloaded siphasher v1.0.3
10412026-05-09T03:31:00.103Z Downloaded litemap v0.8.2
10422026-05-09T03:31:00.106Z Downloaded resolv-conf v0.7.6
10432026-05-09T03:31:00.106Z Downloaded progenitor-extras v0.2.0
10442026-05-09T03:31:00.106Z Downloaded hmac v0.12.1
10452026-05-09T03:31:00.109Z Downloaded darling v0.23.0
10462026-05-09T03:31:00.112Z Downloaded slog-envlogger v2.2.0
10472026-05-09T03:31:00.112Z Downloaded smawk v0.3.2
10482026-05-09T03:31:00.115Z Downloaded colored v3.1.1
10492026-05-09T03:31:00.115Z Downloaded proc-macro-crate v3.5.0
10502026-05-09T03:31:00.116Z Downloaded slog-bunyan v2.5.0
10512026-05-09T03:31:00.121Z Downloaded parking_lot v0.11.2
10522026-05-09T03:31:00.121Z Downloaded darling v0.21.3
10532026-05-09T03:31:00.124Z Downloaded dropshot_endpoint v0.17.0
10542026-05-09T03:31:00.124Z Downloaded blake2 v0.10.6
10552026-05-09T03:31:00.127Z Downloaded drift v0.1.4
10562026-05-09T03:31:00.130Z Downloaded structmeta-derive v0.3.0
10572026-05-09T03:31:00.133Z Downloaded rustversion v1.0.22
10582026-05-09T03:31:00.133Z Downloaded schemars_derive v0.8.22
10592026-05-09T03:31:00.136Z Downloaded structmeta v0.3.0
10602026-05-09T03:31:00.136Z Downloaded tagptr v0.2.0
10612026-05-09T03:31:00.136Z Downloaded scroll v0.13.0
10622026-05-09T03:31:00.136Z Downloaded rustls-native-certs v0.8.3
10632026-05-09T03:31:00.139Z Downloaded phf v0.12.1
10642026-05-09T03:31:00.139Z Downloaded progenitor v0.13.0
10652026-05-09T03:31:00.142Z Downloaded tabled_derive v0.7.0
10662026-05-09T03:31:00.142Z Downloaded strum v0.26.3
10672026-05-09T03:31:00.142Z Downloaded take_mut v0.2.2
10682026-05-09T03:31:00.142Z Downloaded stable_deref_trait v1.2.1
10692026-05-09T03:31:00.145Z Downloaded spin v0.5.2
10702026-05-09T03:31:00.145Z Downloaded progenitor v0.14.0
10712026-05-09T03:31:00.145Z Downloaded crossbeam-epoch v0.9.18
10722026-05-09T03:31:00.149Z Downloaded testing_table v0.3.0
10732026-05-09T03:31:00.150Z Downloaded tabwriter v1.4.1
10742026-05-09T03:31:00.150Z Downloaded tabled_derive v0.11.0
10752026-05-09T03:31:00.150Z Downloaded time-core v0.1.8
10762026-05-09T03:31:00.154Z Downloaded thread-id v4.2.2
10772026-05-09T03:31:00.154Z Downloaded scroll v0.12.0
10782026-05-09T03:31:00.154Z Downloaded cancel-safe-futures v0.1.5
10792026-05-09T03:31:00.154Z Downloaded termtree v0.5.1
10802026-05-09T03:31:00.154Z Downloaded rusty-fork v0.3.1
10812026-05-09T03:31:00.157Z Downloaded ingot-macros v0.1.1
10822026-05-09T03:31:00.157Z Downloaded thiserror-impl-no-std v2.0.2
10832026-05-09T03:31:00.157Z Downloaded deranged v0.5.8
10842026-05-09T03:31:00.160Z Downloaded sdd v3.0.10
10852026-05-09T03:31:00.160Z Downloaded pest_derive v2.8.6
10862026-05-09T03:31:00.162Z Downloaded thread-id v5.1.0
10872026-05-09T03:31:00.162Z Downloaded elliptic-curve v0.13.8
10882026-05-09T03:31:00.165Z Downloaded serde_tokenstream v0.2.3
10892026-05-09T03:31:00.165Z Downloaded konst v0.2.20
10902026-05-09T03:31:00.169Z Downloaded derive_more v0.99.20
10912026-05-09T03:31:00.172Z Downloaded papergrid v0.11.0
10922026-05-09T03:31:00.181Z Downloaded glob v0.3.3
10932026-05-09T03:31:00.181Z Downloaded slog-json v2.6.1
10942026-05-09T03:31:00.181Z Downloaded argon2 v0.5.3
10952026-05-09T03:31:00.181Z Downloaded smartstring v1.0.1
10962026-05-09T03:31:00.184Z Downloaded topological-sort v0.2.2
10972026-05-09T03:31:00.184Z Downloaded slog-dtrace v0.3.0
10982026-05-09T03:31:00.184Z Downloaded slog-scope v4.4.1
10992026-05-09T03:31:00.184Z Downloaded rustls-pemfile v2.2.0
11002026-05-09T03:31:00.184Z Downloaded unarray v0.1.4
11012026-05-09T03:31:00.184Z Downloaded typify-macro v0.4.3
11022026-05-09T03:31:00.184Z Downloaded untrusted v0.7.1
11032026-05-09T03:31:00.184Z Downloaded unit-prefix v0.5.2
11042026-05-09T03:31:00.187Z Downloaded icu_normalizer_data v2.2.0
11052026-05-09T03:31:00.187Z Downloaded darling_core v0.23.0
11062026-05-09T03:31:00.190Z Downloaded universal-hash v0.5.1
11072026-05-09T03:31:00.190Z Downloaded utf-8 v0.7.6
11082026-05-09T03:31:00.194Z Downloaded snafu-derive v0.8.9
11092026-05-09T03:31:00.194Z Downloaded heapless v0.8.0
11102026-05-09T03:31:00.198Z Downloaded allocator-api2 v0.2.21
11112026-05-09T03:31:00.198Z Downloaded usdt-attr-macro v0.5.0
11122026-05-09T03:31:00.198Z Downloaded usdt v0.6.0
11132026-05-09T03:31:00.198Z Downloaded typify-macro v0.6.2
11142026-05-09T03:31:00.198Z Downloaded wait-timeout v0.2.1
11152026-05-09T03:31:00.201Z Downloaded usdt v0.5.0
11162026-05-09T03:31:00.201Z Downloaded synstructure v0.13.2
11172026-05-09T03:31:00.201Z Downloaded waitgroup v0.1.2
11182026-05-09T03:31:00.201Z Downloaded slog-term v2.9.2
11192026-05-09T03:31:00.201Z Downloaded slog-stdlog v4.1.1
11202026-05-09T03:31:00.204Z Downloaded usdt-macro v0.6.0
11212026-05-09T03:31:00.204Z Downloaded cmake v0.1.58
11222026-05-09T03:31:00.204Z Downloaded defmt v1.0.1
11232026-05-09T03:31:00.207Z Downloaded zerofrom v0.1.7
11242026-05-09T03:31:00.207Z Downloaded yoke-derive v0.8.2
11252026-05-09T03:31:00.207Z Downloaded usdt-macro v0.5.0
11262026-05-09T03:31:00.210Z Downloaded indicatif v0.18.4
11272026-05-09T03:31:00.210Z Downloaded thiserror-no-std v2.0.2
11282026-05-09T03:31:00.213Z Downloaded rhai_codegen v3.1.0
11292026-05-09T03:31:00.216Z Downloaded strum_macros v0.27.2
11302026-05-09T03:31:00.219Z Downloaded time-macros v0.2.27
11312026-05-09T03:31:00.219Z Downloaded strum_macros v0.26.4
11322026-05-09T03:31:00.222Z Downloaded zone_cfg_derive v0.3.1
11332026-05-09T03:31:00.222Z Downloaded zerofrom-derive v0.1.7
11342026-05-09T03:31:00.222Z Downloaded tinystr v0.8.3
11352026-05-09T03:31:00.225Z Downloaded zone v0.3.1
11362026-05-09T03:31:00.225Z Downloaded zeroize_derive v1.4.3
11372026-05-09T03:31:00.226Z Downloaded tiny-keccak v2.0.2
11382026-05-09T03:31:00.229Z Downloaded strum v0.27.2
11392026-05-09T03:31:00.229Z Downloaded serde_derive_internals v0.29.1
11402026-05-09T03:31:00.229Z Downloaded progenitor-impl v0.14.0
11412026-05-09T03:31:00.229Z Downloaded smf v0.2.3
11422026-05-09T03:31:00.232Z Downloaded papergrid v0.17.0
11432026-05-09T03:31:00.238Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-05-09T03:31:00.238Z Downloaded tokio-tungstenite v0.21.0
11452026-05-09T03:31:00.238Z Downloaded pest_meta v2.8.6
11462026-05-09T03:31:00.241Z Downloaded icu_collections v2.2.0
11472026-05-09T03:31:00.241Z Downloaded postcard v1.1.3
11482026-05-09T03:31:00.241Z Downloaded slog-async v2.8.0
11492026-05-09T03:31:00.245Z Downloaded serde_with_macros v3.19.0
11502026-05-09T03:31:00.245Z Downloaded darling_core v0.21.3
11512026-05-09T03:31:00.245Z Downloaded chacha20poly1305 v0.10.1
11522026-05-09T03:31:00.250Z Downloaded crossbeam-channel v0.5.15
11532026-05-09T03:31:00.252Z Downloaded compression-codecs v0.4.38
11542026-05-09T03:31:00.252Z Downloaded usdt-impl v0.5.0
11552026-05-09T03:31:00.252Z Downloaded cc v1.2.61
11562026-05-09T03:31:00.256Z Downloaded crypto-bigint v0.5.5
11572026-05-09T03:31:00.259Z Downloaded walkdir v2.5.0
11582026-05-09T03:31:00.259Z Downloaded spin v0.9.8
11592026-05-09T03:31:00.262Z Downloaded xz2 v0.1.7
11602026-05-09T03:31:00.262Z Downloaded writeable v0.6.3
11612026-05-09T03:31:00.262Z Downloaded usdt-impl v0.6.0
11622026-05-09T03:31:00.265Z Downloaded usdt-attr-macro v0.6.0
11632026-05-09T03:31:00.265Z Downloaded whoami v1.6.1
11642026-05-09T03:31:00.265Z Downloaded rustls-platform-verifier v0.7.0
11652026-05-09T03:31:00.268Z Downloaded minimal-lexical v0.2.1
11662026-05-09T03:31:00.273Z Downloaded progenitor-impl v0.13.0
11672026-05-09T03:31:00.273Z Downloaded icu_locale_core v2.2.0
11682026-05-09T03:31:00.277Z Downloaded zerovec-derive v0.11.3
11692026-05-09T03:31:00.277Z Downloaded tokio-dtrace v0.1.1
11702026-05-09T03:31:00.277Z Downloaded thin-vec v0.2.18
11712026-05-09T03:31:00.280Z Downloaded serde_yaml v0.9.34+deprecated
11722026-05-09T03:31:00.281Z Downloaded base64 v0.21.7
11732026-05-09T03:31:00.284Z Downloaded progenitor-impl v0.10.0
11742026-05-09T03:31:00.284Z Downloaded const_format v0.2.36
11752026-05-09T03:31:00.287Z Downloaded progenitor-impl v0.11.2
11762026-05-09T03:31:00.287Z Downloaded slog v2.8.2
11772026-05-09T03:31:00.290Z Downloaded similar v2.7.0
11782026-05-09T03:31:00.293Z Downloaded prettyplease v0.2.37
11792026-05-09T03:31:00.293Z Downloaded tokio-rustls v0.25.0
11802026-05-09T03:31:00.296Z Downloaded progenitor-client v0.10.0
11812026-05-09T03:31:00.296Z Downloaded data-encoding v2.11.0
11822026-05-09T03:31:00.296Z Downloaded linear-map v1.2.0
11832026-05-09T03:31:00.299Z Downloaded num-conv v0.2.1
11842026-05-09T03:31:00.299Z Downloaded crucible-workspace-hack v0.1.0
11852026-05-09T03:31:00.299Z Downloaded hash32 v0.3.1
11862026-05-09T03:31:00.299Z Downloaded crossbeam-utils v0.8.21
11872026-05-09T03:31:00.302Z Downloaded embedded-io v0.6.1
11882026-05-09T03:31:00.302Z Downloaded ucd-trie v0.1.7
11892026-05-09T03:31:00.302Z Downloaded compression-core v0.4.32
11902026-05-09T03:31:00.302Z Downloaded byteorder v1.5.0
11912026-05-09T03:31:00.305Z Downloaded pretty_assertions v1.4.1
11922026-05-09T03:31:00.305Z Downloaded anyhow v1.0.102
11932026-05-09T03:31:00.308Z Downloaded vsss-rs v3.3.4
11942026-05-09T03:31:00.308Z Downloaded schemars v0.9.0
11952026-05-09T03:31:00.313Z Downloaded zerocopy-derive v0.7.35
11962026-05-09T03:31:00.316Z Downloaded hickory-resolver v0.24.4
11972026-05-09T03:31:00.319Z Downloaded yoke v0.8.2
11982026-05-09T03:31:00.322Z Downloaded rayon-core v1.13.0
11992026-05-09T03:31:00.322Z Downloaded qorb v0.4.1
12002026-05-09T03:31:00.325Z Downloaded test-strategy v0.4.5
12012026-05-09T03:31:00.328Z Downloaded typify v0.6.2
12022026-05-09T03:31:00.328Z Downloaded toml v0.9.12+spec-1.1.0
12032026-05-09T03:31:00.331Z Downloaded snafu v0.8.9
12042026-05-09T03:31:00.334Z Downloaded dropshot-api-manager v0.7.1
12052026-05-09T03:31:00.339Z Downloaded hkdf v0.12.4
12062026-05-09T03:31:00.340Z Downloaded unsafe-libyaml v0.2.11
12072026-05-09T03:31:00.343Z Downloaded term v1.2.1
12082026-05-09T03:31:00.343Z Downloaded toml v0.7.8
12092026-05-09T03:31:00.343Z Downloaded rand v0.8.6
12102026-05-09T03:31:00.346Z Downloaded schemars v0.8.22
12112026-05-09T03:31:00.351Z Downloaded tungstenite v0.21.0
12122026-05-09T03:31:00.354Z Downloaded schemars v1.2.1
12132026-05-09T03:31:00.360Z Downloaded steno v0.4.1
12142026-05-09T03:31:00.363Z Downloaded rand v0.10.1
12152026-05-09T03:31:00.366Z Downloaded typify v0.4.3
12162026-05-09T03:31:00.369Z Downloaded nom v7.1.3
12172026-05-09T03:31:00.372Z Downloaded arrayref v0.3.9
12182026-05-09T03:31:00.375Z Downloaded yansi v1.0.1
12192026-05-09T03:31:00.381Z Downloaded iddqd v0.3.18
12202026-05-09T03:31:00.385Z Downloaded toml_edit v0.19.15
12212026-05-09T03:31:00.394Z Downloaded toml_edit v0.25.11+spec-1.1.0
12222026-05-09T03:31:00.399Z Downloaded pest v2.8.6
12232026-05-09T03:31:00.399Z Downloaded nom v8.0.0
12242026-05-09T03:31:00.402Z Downloaded zerotrie v0.2.4
12252026-05-09T03:31:00.405Z Downloaded itertools v0.12.1
12262026-05-09T03:31:00.409Z Downloaded zerocopy-derive v0.8.48
12272026-05-09T03:31:00.413Z Downloaded libm v0.2.16
12282026-05-09T03:31:00.418Z Downloaded typed-path v0.9.3
12292026-05-09T03:31:00.421Z Downloaded hashbrown v0.16.1
12302026-05-09T03:31:00.430Z Downloaded icu_properties_data v2.2.0
12312026-05-09T03:31:00.437Z Downloaded reqwest v0.13.3
12322026-05-09T03:31:00.461Z Downloaded scc v2.4.0
12332026-05-09T03:31:00.464Z Downloaded tough v0.20.0
12342026-05-09T03:31:00.468Z Downloaded zerovec v0.11.6
12352026-05-09T03:31:00.471Z Downloaded rayon v1.12.0
12362026-05-09T03:31:00.476Z Downloaded goblin v0.8.2
12372026-05-09T03:31:00.479Z Downloaded blake3 v1.8.5
12382026-05-09T03:31:00.484Z Downloaded winnow v0.5.40
12392026-05-09T03:31:00.489Z Downloaded zerocopy v0.7.35
12402026-05-09T03:31:00.497Z Downloaded proptest v1.11.0
12412026-05-09T03:31:00.502Z Downloaded serde_with v3.19.0
12422026-05-09T03:31:00.509Z Downloaded moka v0.12.15
12432026-05-09T03:31:00.513Z Downloaded rustls-webpki v0.102.8
12442026-05-09T03:31:00.523Z Downloaded aws-lc-rs v1.16.3
12452026-05-09T03:31:00.528Z Downloaded goblin v0.10.5
12462026-05-09T03:31:00.532Z Downloaded time v0.3.47
12472026-05-09T03:31:00.541Z Downloaded syn v1.0.109
12482026-05-09T03:31:00.545Z Downloaded tabled v0.15.0
12492026-05-09T03:31:00.555Z Downloaded tabled v0.20.0
12502026-05-09T03:31:00.567Z Downloaded hickory-proto v0.25.2
12512026-05-09T03:31:00.573Z Downloaded nix v0.31.2
12522026-05-09T03:31:00.579Z Downloaded rhai v1.24.0
12532026-05-09T03:31:00.590Z Downloaded hickory-proto v0.24.4
12542026-05-09T03:31:00.609Z Downloaded typify-impl v0.6.2
12552026-05-09T03:31:00.615Z Downloaded rustls v0.22.4
12562026-05-09T03:31:00.622Z Downloaded smoltcp v0.11.0
12572026-05-09T03:31:00.635Z Downloaded regress v0.10.5
12582026-05-09T03:31:00.639Z Downloaded openapiv3 v2.2.0
12592026-05-09T03:31:00.645Z Downloaded regress v0.11.1
12602026-05-09T03:31:00.650Z Downloaded dropshot v0.17.0
12612026-05-09T03:31:00.663Z Downloaded jiff v0.2.24
12622026-05-09T03:31:00.673Z Downloaded lzma-sys v0.1.20
12632026-05-09T03:31:00.695Z Downloaded sha3 v0.10.9
12642026-05-09T03:31:00.703Z Downloaded typify-impl v0.4.3
12652026-05-09T03:31:00.712Z Downloaded sled v0.34.7
12662026-05-09T03:31:00.771Z Downloaded petgraph v0.6.5
12672026-05-09T03:31:00.782Z Downloaded chrono-tz v0.10.4
12682026-05-09T03:31:00.801Z Downloaded csv v1.4.0
12692026-05-09T03:31:00.858Z Downloaded encoding_rs v0.8.35
12702026-05-09T03:31:01.390Z Downloaded aws-lc-sys v0.40.0
12712026-05-09T03:31:02.380Z Compiling proc-macro2 v1.0.106
12722026-05-09T03:31:02.380Z Compiling quote v1.0.45
12732026-05-09T03:31:02.380Z Compiling unicode-ident v1.0.24
12742026-05-09T03:31:02.383Z Compiling serde_core v1.0.228
12752026-05-09T03:31:02.383Z Compiling cfg-if v1.0.4
12762026-05-09T03:31:02.383Z Compiling serde v1.0.228
12772026-05-09T03:31:02.383Z Compiling libc v0.2.186
12782026-05-09T03:31:02.383Z Compiling memchr v2.8.0
12792026-05-09T03:31:02.641Z Compiling itoa v1.0.18
12802026-05-09T03:31:02.858Z Compiling smallvec v1.15.1
12812026-05-09T03:31:02.868Z Compiling zmij v1.0.21
12822026-05-09T03:31:02.891Z Compiling serde_json v1.0.149
12832026-05-09T03:31:03.088Z Compiling autocfg v1.5.0
12842026-05-09T03:31:03.219Z Compiling libm v0.2.16
12852026-05-09T03:31:03.242Z Compiling stable_deref_trait v1.2.1
12862026-05-09T03:31:03.330Z Compiling iana-time-zone v0.1.65
12872026-05-09T03:31:03.385Z Compiling writeable v0.6.3
12882026-05-09T03:31:03.473Z Compiling litemap v0.8.2
12892026-05-09T03:31:03.526Z Compiling percent-encoding v2.3.2
12902026-05-09T03:31:03.538Z Compiling icu_normalizer_data v2.2.0
12912026-05-09T03:31:03.572Z Compiling equivalent v1.0.2
12922026-05-09T03:31:03.660Z Compiling icu_properties_data v2.2.0
12932026-05-09T03:31:03.678Z Compiling utf8_iter v1.0.4
12942026-05-09T03:31:03.738Z Compiling version_check v0.9.5
12952026-05-09T03:31:03.790Z Compiling syn v2.0.117
12962026-05-09T03:31:03.929Z Compiling form_urlencoded v1.2.2
12972026-05-09T03:31:03.943Z Compiling pin-project-lite v0.2.17
12982026-05-09T03:31:04.031Z Compiling dyn-clone v1.0.20
12992026-05-09T03:31:04.034Z Compiling scopeguard v1.2.0
13002026-05-09T03:31:04.054Z Compiling parking_lot_core v0.9.12
13012026-05-09T03:31:04.102Z Compiling thiserror v2.0.18
13022026-05-09T03:31:04.129Z Compiling lock_api v0.4.14
13032026-05-09T03:31:04.150Z Compiling num-traits v0.2.19
13042026-05-09T03:31:04.182Z Compiling heck v0.5.0
13052026-05-09T03:31:04.384Z Compiling rand_core v0.10.1
13062026-05-09T03:31:04.399Z Compiling getrandom v0.4.2
13072026-05-09T03:31:04.467Z Compiling hashbrown v0.17.0
13082026-05-09T03:31:04.542Z Compiling errno v0.3.14
13092026-05-09T03:31:04.697Z Compiling futures-core v0.3.32
13102026-05-09T03:31:04.708Z Compiling jobserver v0.1.34
13112026-05-09T03:31:04.914Z Compiling semver v1.0.28
13122026-05-09T03:31:04.926Z Compiling shlex v1.3.0
13132026-05-09T03:31:05.041Z Compiling indexmap v2.14.0
13142026-05-09T03:31:05.052Z Compiling find-msvc-tools v0.1.9
13152026-05-09T03:31:05.067Z Compiling uuid v1.23.1
13162026-05-09T03:31:05.115Z Compiling zerocopy v0.8.48
13172026-05-09T03:31:05.260Z Compiling cc v1.2.61
13182026-05-09T03:31:05.284Z Compiling fnv v1.0.7
13192026-05-09T03:31:05.297Z Compiling futures-sink v0.3.32
13202026-05-09T03:31:05.386Z Compiling rustversion v1.0.22
13212026-05-09T03:31:05.405Z Compiling schemars v0.8.22
13222026-05-09T03:31:05.518Z Compiling slab v0.4.12
13232026-05-09T03:31:05.587Z Compiling socket2 v0.6.3
13242026-05-09T03:31:05.705Z Compiling futures-channel v0.3.32
13252026-05-09T03:31:05.731Z Compiling signal-hook-registry v1.4.8
13262026-05-09T03:31:05.950Z Compiling parking_lot v0.12.5
13272026-05-09T03:31:06.046Z Compiling mio v1.2.0
13282026-05-09T03:31:06.047Z Compiling log v0.4.29
13292026-05-09T03:31:06.119Z Compiling futures-task v0.3.32
13302026-05-09T03:31:06.275Z Compiling futures-io v0.3.32
13312026-05-09T03:31:06.289Z Compiling bitflags v2.11.1
13322026-05-09T03:31:06.308Z Compiling portable-atomic v1.13.1
13332026-05-09T03:31:06.407Z Compiling regex-syntax v0.8.10
13342026-05-09T03:31:06.452Z Compiling critical-section v1.2.0
13352026-05-09T03:31:06.474Z Compiling base64 v0.22.1
13362026-05-09T03:31:06.564Z Compiling getrandom v0.2.17
13372026-05-09T03:31:06.570Z Compiling typenum v1.20.0
13382026-05-09T03:31:06.627Z Compiling subtle v2.6.1
13392026-05-09T03:31:06.650Z Compiling untrusted v0.9.0
13402026-05-09T03:31:06.758Z Compiling byteorder v1.5.0
13412026-05-09T03:31:06.784Z Compiling atomic-waker v1.1.2
13422026-05-09T03:31:06.812Z Compiling ipnet v2.12.0
13432026-05-09T03:31:06.845Z Compiling synstructure v0.13.2
13442026-05-09T03:31:06.872Z Compiling serde_derive_internals v0.29.1
13452026-05-09T03:31:07.013Z Compiling httparse v1.10.1
13462026-05-09T03:31:07.425Z Compiling tower-layer v0.3.3
13472026-05-09T03:31:07.443Z Compiling once_cell v1.21.4
13482026-05-09T03:31:07.491Z Compiling allocator-api2 v0.2.21
13492026-05-09T03:31:07.563Z Compiling ryu v1.0.23
13502026-05-09T03:31:07.576Z Compiling tower-service v0.3.3
13512026-05-09T03:31:07.604Z Compiling foldhash v0.2.0
13522026-05-09T03:31:07.688Z Compiling rand_core v0.6.4
13532026-05-09T03:31:07.771Z Compiling cmake v0.1.58
13542026-05-09T03:31:07.815Z Compiling hashbrown v0.16.1
13552026-05-09T03:31:07.863Z Compiling dunce v1.0.5
13562026-05-09T03:31:07.866Z Compiling strsim v0.11.1
13572026-05-09T03:31:07.952Z Compiling try-lock v0.2.5
13582026-05-09T03:31:07.969Z Compiling fs_extra v1.3.0
13592026-05-09T03:31:08.017Z Compiling rustix v1.1.4
13602026-05-09T03:31:08.069Z Compiling want v0.3.1
13612026-05-09T03:31:08.156Z Compiling httpdate v1.0.3
13622026-05-09T03:31:08.260Z Compiling aws-lc-sys v0.40.0
13632026-05-09T03:31:08.260Z Compiling thiserror v1.0.69
13642026-05-09T03:31:08.294Z Compiling serde_derive v1.0.228
13652026-05-09T03:31:08.319Z Compiling zerofrom-derive v0.1.7
13662026-05-09T03:31:08.425Z Compiling yoke-derive v0.8.2
13672026-05-09T03:31:08.437Z Compiling zerovec-derive v0.11.3
13682026-05-09T03:31:08.474Z Compiling displaydoc v0.2.5
13692026-05-09T03:31:08.605Z Compiling schemars_derive v0.8.22
13702026-05-09T03:31:09.194Z Compiling thiserror-impl v2.0.18
13712026-05-09T03:31:09.306Z Compiling tokio-macros v2.7.0
13722026-05-09T03:31:09.478Z Compiling zerocopy-derive v0.8.48
13732026-05-09T03:31:09.583Z Compiling zeroize_derive v1.4.3
13742026-05-09T03:31:09.617Z Compiling zerofrom v0.1.7
13752026-05-09T03:31:09.631Z Compiling futures-macro v0.3.32
13762026-05-09T03:31:09.745Z Compiling yoke v0.8.2
13772026-05-09T03:31:09.941Z Compiling zerovec v0.11.6
13782026-05-09T03:31:10.114Z Compiling zerotrie v0.2.4
13792026-05-09T03:31:10.310Z Compiling zeroize v1.8.2
13802026-05-09T03:31:10.433Z Compiling tinystr v0.8.3
13812026-05-09T03:31:10.486Z Compiling potential_utf v0.1.5
13822026-05-09T03:31:10.514Z Compiling futures-util v0.3.32
13832026-05-09T03:31:10.596Z Compiling icu_locale_core v2.2.0
13842026-05-09T03:31:10.644Z Compiling icu_collections v2.2.0
13852026-05-09T03:31:10.656Z Compiling thiserror-impl v1.0.69
13862026-05-09T03:31:10.705Z Compiling ucd-trie v0.1.7
13872026-05-09T03:31:11.020Z Compiling pest v2.8.6
13882026-05-09T03:31:11.440Z Compiling icu_provider v2.2.0
13892026-05-09T03:31:11.683Z Compiling bytes v1.11.1
13902026-05-09T03:31:11.728Z Compiling icu_properties v2.2.0
13912026-05-09T03:31:11.788Z Compiling icu_normalizer v2.2.0
13922026-05-09T03:31:11.883Z Compiling chrono v0.4.44
13932026-05-09T03:31:12.382Z Compiling http v1.4.0
13942026-05-09T03:31:12.396Z Compiling serde_tokenstream v0.2.3
13952026-05-09T03:31:12.472Z Compiling tokio v1.52.3
13962026-05-09T03:31:12.685Z Compiling erased-serde v0.3.31
13972026-05-09T03:31:13.028Z Compiling idna_adapter v1.2.2
13982026-05-09T03:31:13.043Z Compiling http-body v1.0.1
13992026-05-09T03:31:13.173Z Compiling idna v1.1.0
14002026-05-09T03:31:13.209Z Compiling pest_meta v2.8.6
14012026-05-09T03:31:13.413Z Compiling tracing-attributes v0.1.31
14022026-05-09T03:31:13.471Z Compiling url v2.5.8
14032026-05-09T03:31:13.506Z Compiling tracing-core v0.1.36
14042026-05-09T03:31:14.130Z Compiling ppv-lite86 v0.2.21
14052026-05-09T03:31:14.176Z Compiling generic-array v0.14.7
14062026-05-09T03:31:14.362Z Compiling getrandom v0.3.4
14072026-05-09T03:31:14.442Z Compiling pretty-hex v0.4.2
14082026-05-09T03:31:14.489Z Compiling pest_generator v2.8.6
14092026-05-09T03:31:14.551Z Compiling plain v0.2.3
14102026-05-09T03:31:14.675Z Compiling tracing v0.1.44
14112026-05-09T03:31:14.722Z Compiling http-body-util v0.1.3
14122026-05-09T03:31:14.917Z Compiling serde_urlencoded v0.7.1
14132026-05-09T03:31:14.958Z Compiling aho-corasick v1.1.4
14142026-05-09T03:31:15.102Z Compiling pest_derive v2.8.6
14152026-05-09T03:31:15.119Z Compiling slog v2.8.2
14162026-05-09T03:31:15.162Z Compiling sync_wrapper v1.0.2
14172026-05-09T03:31:15.481Z Compiling ipnetwork v0.21.1
14182026-05-09T03:31:15.616Z Compiling paste v1.0.15
14192026-05-09T03:31:15.689Z Compiling crypto-common v0.1.7
14202026-05-09T03:31:15.807Z Compiling regex-automata v0.4.14
14212026-05-09T03:31:15.826Z Compiling openapiv3 v2.2.0
14222026-05-09T03:31:15.931Z Compiling omicron-workspace-hack v0.1.0
14232026-05-09T03:31:15.981Z Compiling powerfmt v0.2.0
14242026-05-09T03:31:16.189Z Compiling num-conv v0.2.1
14252026-05-09T03:31:16.205Z Compiling ident_case v1.0.1
14262026-05-09T03:31:16.333Z Compiling time-core v0.1.8
14272026-05-09T03:31:16.346Z Compiling tokio-util v0.7.18
14282026-05-09T03:31:16.430Z Compiling deranged v0.5.8
14292026-05-09T03:31:16.485Z Compiling time-macros v0.2.27
14302026-05-09T03:31:17.533Z Compiling num_threads v0.1.7
14312026-05-09T03:31:17.597Z Compiling anyhow v1.0.102
14322026-05-09T03:31:17.619Z Compiling regex v1.12.3
14332026-05-09T03:31:17.739Z Compiling rustls-pki-types v1.14.1
14342026-05-09T03:31:18.116Z Compiling scroll_derive v0.13.1
14352026-05-09T03:31:18.465Z Compiling oxnet v0.1.5
14362026-05-09T03:31:18.671Z Compiling daft-derive v0.1.5
14372026-05-09T03:31:18.936Z Compiling fastrand v2.4.1
14382026-05-09T03:31:19.001Z Compiling winnow v1.0.2
14392026-05-09T03:31:19.019Z Compiling scroll v0.13.0
14402026-05-09T03:31:19.318Z Compiling h2 v0.4.14
14412026-05-09T03:31:19.441Z Compiling async-trait v0.1.89
14422026-05-09T03:31:19.504Z Compiling crossbeam-utils v0.8.21
14432026-05-09T03:31:19.870Z Compiling ring v0.17.14
14442026-05-09T03:31:20.214Z Compiling cpufeatures v0.2.17
14452026-05-09T03:31:20.227Z Compiling openssl-probe v0.2.1
14462026-05-09T03:31:20.429Z Compiling block-buffer v0.10.4
14472026-05-09T03:31:20.443Z Compiling thread_local v1.1.9
14482026-05-09T03:31:20.520Z Compiling usdt-impl v0.6.0
14492026-05-09T03:31:20.582Z Compiling hex v0.4.3
14502026-05-09T03:31:20.709Z Compiling digest v0.10.7
14512026-05-09T03:31:20.727Z Compiling goblin v0.10.5
14522026-05-09T03:31:20.806Z Compiling dtrace-parser v0.3.0
14532026-05-09T03:31:20.851Z Compiling slog-async v2.8.0
14542026-05-09T03:31:20.863Z Compiling camino v1.2.2
14552026-05-09T03:31:21.069Z Compiling thread-id v5.1.0
14562026-05-09T03:31:21.154Z Compiling crc32fast v1.5.0
14572026-05-09T03:31:21.209Z Compiling aws-lc-rs v1.16.3
14582026-05-09T03:31:21.265Z Compiling take_mut v0.2.2
14592026-05-09T03:31:21.376Z Compiling term v1.2.1
14602026-05-09T03:31:21.512Z Compiling hyper v1.9.0
14612026-05-09T03:31:21.716Z Compiling rand_core v0.9.5
14622026-05-09T03:31:21.937Z Compiling futures-executor v0.3.32
14632026-05-09T03:31:22.127Z Compiling match_cfg v0.1.0
14642026-05-09T03:31:22.200Z Compiling syn v1.0.109
14652026-05-09T03:31:22.309Z Compiling futures v0.3.32
14662026-05-09T03:31:22.587Z Compiling tower v0.5.3
14672026-05-09T03:31:22.604Z Compiling structmeta-derive v0.3.0
14682026-05-09T03:31:22.781Z Compiling hyper-util v0.1.20
14692026-05-09T03:31:23.356Z Compiling simd-adler32 v0.3.9
14702026-05-09T03:31:23.569Z Compiling untrusted v0.7.1
14712026-05-09T03:31:23.700Z Compiling dof v0.4.0
14722026-05-09T03:31:23.712Z Compiling adler2 v2.0.1
14732026-05-09T03:31:23.849Z Compiling rustls v0.22.4
14742026-05-09T03:31:24.089Z Compiling miniz_oxide v0.8.9
14752026-05-09T03:31:24.143Z Compiling structmeta v0.3.0
14762026-05-09T03:31:24.348Z Compiling tower-http v0.6.10
14772026-05-09T03:31:24.799Z Compiling rand_chacha v0.9.0
14782026-05-09T03:31:24.812Z Compiling darling_core v0.23.0
14792026-05-09T03:31:25.119Z Compiling newtype-uuid-macros v0.1.0
14802026-05-09T03:31:25.267Z Compiling regress v0.10.5
14812026-05-09T03:31:25.330Z Compiling rustls v0.23.40
14822026-05-09T03:31:25.581Z Compiling rand v0.9.4
14832026-05-09T03:31:25.989Z Compiling usdt-attr-macro v0.6.0
14842026-05-09T03:31:26.015Z Compiling usdt-macro v0.6.0
14852026-05-09T03:31:26.236Z Compiling flate2 v1.1.9
14862026-05-09T03:31:26.686Z Compiling time v0.3.47
14872026-05-09T03:31:26.751Z Compiling newtype-uuid v1.3.2
14882026-05-09T03:31:27.038Z Compiling darling_macro v0.23.0
14892026-05-09T03:31:27.156Z Compiling ref-cast v1.0.25
14902026-05-09T03:31:27.286Z Compiling compression-core v0.4.32
14912026-05-09T03:31:27.299Z Compiling quick-error v1.2.3
14922026-05-09T03:31:27.407Z Compiling daft v0.1.5
14932026-05-09T03:31:27.456Z Compiling compression-codecs v0.4.38
14942026-05-09T03:31:27.694Z Compiling crossbeam-channel v0.5.15
14952026-05-09T03:31:27.710Z Compiling darling v0.23.0
14962026-05-09T03:31:27.725Z Compiling strum_macros v0.26.4
14972026-05-09T03:31:27.792Z Compiling ref-cast-impl v1.0.25
14982026-05-09T03:31:28.012Z Compiling serde_spanned v1.1.1
14992026-05-09T03:31:28.033Z Compiling multer v3.1.0
15002026-05-09T03:31:28.164Z Compiling bit-vec v0.8.0
15012026-05-09T03:31:28.277Z Compiling toml_writer v1.1.1+spec-1.1.0
15022026-05-09T03:31:28.403Z Compiling debug-ignore v1.0.5
15032026-05-09T03:31:28.414Z Compiling bit-set v0.8.0
15042026-05-09T03:31:28.508Z Compiling serde_with_macros v3.19.0
15052026-05-09T03:31:28.540Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15062026-05-09T03:31:28.552Z Compiling async-stream-impl v0.3.6
15072026-05-09T03:31:28.555Z Compiling dropshot v0.17.0
15082026-05-09T03:31:28.575Z Compiling encoding_rs v0.8.35
15092026-05-09T03:31:28.815Z Compiling spin v0.9.8
15102026-05-09T03:31:28.930Z Compiling mime v0.3.17
15112026-05-09T03:31:29.042Z Compiling unarray v0.1.4
15122026-05-09T03:31:29.198Z Compiling derive-ex v0.1.8
15132026-05-09T03:31:29.214Z Compiling dropshot_endpoint v0.17.0
15142026-05-09T03:31:29.225Z Compiling async-stream v0.3.6
15152026-05-09T03:31:29.402Z Compiling macaddr v1.0.1
15162026-05-09T03:31:29.435Z Compiling strum v0.26.3
15172026-05-09T03:31:29.479Z Compiling waitgroup v0.1.2
15182026-05-09T03:31:29.619Z Compiling serde_path_to_error v0.1.20
15192026-05-09T03:31:29.630Z Compiling is-terminal v0.4.17
15202026-05-09T03:31:29.723Z Compiling slog-term v2.9.2
15212026-05-09T03:31:29.977Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15222026-05-09T03:31:30.073Z Compiling rustls-native-certs v0.8.3
15232026-05-09T03:31:30.160Z Compiling tempfile v3.27.0
15242026-05-09T03:31:30.284Z Compiling strum_macros v0.27.2
15252026-05-09T03:31:30.355Z Compiling instant v0.1.13
15262026-05-09T03:31:30.457Z Compiling rustc-hash v2.1.2
15272026-05-09T03:31:30.503Z Compiling slog-json v2.6.1
15282026-05-09T03:31:30.580Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15292026-05-09T03:31:30.710Z Compiling hostname v0.3.1
15302026-05-09T03:31:30.786Z Compiling test-strategy v0.4.5
15312026-05-09T03:31:30.915Z Compiling memmap2 v0.9.10
15322026-05-09T03:31:31.133Z Compiling either v1.15.0
15332026-05-09T03:31:31.177Z Compiling slog-bunyan v2.5.0
15342026-05-09T03:31:31.311Z Compiling parse-display-derive v0.10.0
15352026-05-09T03:31:31.556Z Compiling backon v1.6.0
15362026-05-09T03:31:31.636Z Compiling rand_chacha v0.3.1
15372026-05-09T03:31:31.763Z Compiling rustls-webpki v0.102.8
15382026-05-09T03:31:32.170Z Compiling strum v0.27.2
15392026-05-09T03:31:32.689Z Compiling rand v0.8.6
15402026-05-09T03:31:32.724Z Compiling toml_parser v1.1.2+spec-1.1.0
15412026-05-09T03:31:32.755Z Compiling toml_datetime v1.1.1+spec-1.1.0
15422026-05-09T03:31:33.048Z Compiling wait-timeout v0.2.1
15432026-05-09T03:31:33.078Z Compiling serde_with v3.19.0
15442026-05-09T03:31:33.380Z Compiling rusty-fork v0.3.1
15452026-05-09T03:31:33.456Z Compiling toml v1.1.2+spec-1.1.0
15462026-05-09T03:31:33.775Z Compiling async-compression v0.4.42
15472026-05-09T03:31:34.108Z Compiling reqwest v0.12.28
15482026-05-09T03:31:34.956Z Compiling tokio-rustls v0.25.0
15492026-05-09T03:31:35.071Z Compiling rand_xorshift v0.4.0
15502026-05-09T03:31:35.193Z Compiling usdt v0.6.0
15512026-05-09T03:31:35.229Z Compiling sha1 v0.10.6
15522026-05-09T03:31:35.444Z Compiling rustls-pemfile v2.2.0
15532026-05-09T03:31:35.470Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15542026-05-09T03:31:35.496Z Compiling hostname v0.4.2
15552026-05-09T03:31:35.644Z Compiling proptest v1.11.0
15562026-05-09T03:31:35.656Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15572026-05-09T03:31:35.997Z Compiling itertools v0.14.0
15582026-05-09T03:31:36.506Z Compiling iddqd v0.3.18
15592026-05-09T03:31:36.835Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15602026-05-09T03:31:37.162Z Compiling progenitor-client v0.10.0
15612026-05-09T03:31:37.393Z Compiling backoff v0.4.0
15622026-05-09T03:31:37.462Z Compiling parse-display v0.10.0
15632026-05-09T03:31:37.629Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15642026-05-09T03:31:37.759Z Compiling utf8parse v0.2.2
15652026-05-09T03:31:37.826Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15662026-05-09T03:31:37.880Z Compiling anstyle-parse v1.0.0
15672026-05-09T03:31:38.693Z Compiling is_terminal_polyfill v1.70.2
15682026-05-09T03:31:38.705Z Compiling colorchoice v1.0.5
15692026-05-09T03:31:38.732Z Compiling unicode-width v0.2.2
15702026-05-09T03:31:38.794Z Compiling anstyle v1.0.14
15712026-05-09T03:31:38.825Z Compiling anstyle-query v1.1.5
15722026-05-09T03:31:39.047Z Compiling anstream v1.0.0
15732026-05-09T03:31:39.047Z Compiling regress v0.11.1
15742026-05-09T03:31:39.254Z Compiling clap_lex v1.1.0
15752026-05-09T03:31:39.802Z Compiling clap_derive v4.6.1
15762026-05-09T03:31:40.287Z Compiling terminal_size v0.4.4
15772026-05-09T03:31:41.006Z Compiling typify-impl v0.6.2
15782026-05-09T03:31:41.216Z Compiling toml_datetime v0.6.11
15792026-05-09T03:31:41.277Z Compiling zerocopy-derive v0.7.35
15802026-05-09T03:31:41.606Z Compiling convert_case v0.4.0
15812026-05-09T03:31:41.918Z Compiling derive_more v0.99.20
15822026-05-09T03:31:42.235Z Compiling zerocopy v0.7.35
15832026-05-09T03:31:43.649Z Compiling clap_builder v4.6.0
15842026-05-09T03:31:43.824Z Compiling secrecy v0.10.3
15852026-05-09T03:31:43.989Z Compiling tinyvec_macros v0.1.1
15862026-05-09T03:31:44.063Z Compiling unsafe-libyaml v0.2.11
15872026-05-09T03:31:44.129Z Compiling float-ord v0.3.2
15882026-05-09T03:31:44.251Z Compiling crucible-workspace-hack v0.1.0
15892026-05-09T03:31:44.294Z Compiling tinyvec v1.11.0
15902026-05-09T03:31:44.640Z Compiling serde_yaml v0.9.34+deprecated
15912026-05-09T03:31:45.092Z Compiling dtrace-parser v0.2.0
15922026-05-09T03:31:45.125Z Compiling scroll_derive v0.12.1
15932026-05-09T03:31:45.872Z Compiling clap v4.6.1
15942026-05-09T03:31:45.914Z Compiling num-integer v0.1.46
15952026-05-09T03:31:45.917Z Compiling rustc_version v0.4.1
15962026-05-09T03:31:45.954Z Compiling usdt-impl v0.5.0
15972026-05-09T03:31:45.982Z Compiling scroll v0.12.0
15982026-05-09T03:31:46.203Z Compiling curve25519-dalek v4.1.3
15992026-05-09T03:31:46.653Z Compiling dof v0.3.0
16002026-05-09T03:31:47.018Z Compiling hmac v0.12.1
16012026-05-09T03:31:47.048Z Compiling darling_core v0.21.3
16022026-05-09T03:31:47.163Z Compiling inout v0.1.4
16032026-05-09T03:31:47.166Z Compiling ff v0.13.1
16042026-05-09T03:31:47.187Z Compiling thread-id v4.2.2
16052026-05-09T03:31:47.308Z Compiling cipher v0.4.4
16062026-05-09T03:31:47.321Z Compiling group v0.13.0
16072026-05-09T03:31:47.455Z Compiling hkdf v0.12.4
16082026-05-09T03:31:47.742Z Compiling typify-macro v0.6.2
16092026-05-09T03:31:48.054Z Compiling goblin v0.8.2
16102026-05-09T03:31:48.100Z Compiling num-rational v0.4.2
16112026-05-09T03:31:48.123Z Compiling num-iter v0.1.45
16122026-05-09T03:31:48.423Z Compiling hubpack_derive v0.1.1
16132026-05-09T03:31:48.746Z Compiling thiserror-impl-no-std v2.0.2
16142026-05-09T03:31:49.009Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16152026-05-09T03:31:49.346Z Compiling darling_macro v0.21.3
16162026-05-09T03:31:49.535Z Compiling crossbeam-epoch v0.9.18
16172026-05-09T03:31:49.904Z Compiling universal-hash v0.5.1
16182026-05-09T03:31:49.919Z Compiling crypto-bigint v0.5.5
16192026-05-09T03:31:50.020Z Compiling typify v0.6.2
16202026-05-09T03:31:50.039Z Compiling half v2.7.1
16212026-05-09T03:31:50.116Z Compiling curve25519-dalek-derive v0.1.1
16222026-05-09T03:31:50.336Z Compiling num-complex v0.4.6
16232026-05-09T03:31:50.844Z Compiling base64ct v1.8.3
16242026-05-09T03:31:50.856Z Compiling ciborium-io v0.2.2
16252026-05-09T03:31:50.868Z Compiling base16ct v0.2.0
16262026-05-09T03:31:50.955Z Compiling opaque-debug v0.3.1
16272026-05-09T03:31:51.031Z Compiling poly1305 v0.8.0
16282026-05-09T03:31:51.031Z Compiling elliptic-curve v0.13.8
16292026-05-09T03:31:51.127Z Compiling password-hash v0.5.0
16302026-05-09T03:31:51.159Z Compiling ciborium-ll v0.2.2
16312026-05-09T03:31:51.606Z Compiling num v0.4.3
16322026-05-09T03:31:51.918Z Compiling darling v0.21.3
16332026-05-09T03:31:52.015Z Compiling thiserror-no-std v2.0.2
16342026-05-09T03:31:52.173Z Compiling hubpack v0.1.2
16352026-05-09T03:31:52.575Z Compiling chacha20 v0.9.1
16362026-05-09T03:31:52.678Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16372026-05-09T03:31:52.818Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16382026-05-09T03:31:53.178Z Compiling toml_edit v0.25.11+spec-1.1.0
16392026-05-09T03:31:53.478Z Compiling blake2 v0.10.6
16402026-05-09T03:31:53.565Z Compiling byte-wrapper v0.1.0
16412026-05-09T03:31:53.956Z Compiling aead v0.5.2
16422026-05-09T03:31:53.979Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16432026-05-09T03:31:54.128Z Compiling proc-macro-error-attr v1.0.4
16442026-05-09T03:31:54.132Z Compiling memoffset v0.9.1
16452026-05-09T03:31:54.412Z Compiling prettyplease v0.2.37
16462026-05-09T03:31:54.427Z Compiling keccak v0.1.6
16472026-05-09T03:31:54.545Z Compiling cfg_aliases v0.2.1
16482026-05-09T03:31:54.628Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16492026-05-09T03:31:54.683Z Compiling rustix v0.38.44
16502026-05-09T03:31:54.695Z Compiling static_assertions v1.1.0
16512026-05-09T03:31:54.826Z Compiling heapless v0.8.0
16522026-05-09T03:31:54.876Z Compiling nix v0.31.2
16532026-05-09T03:31:54.929Z Compiling sha3 v0.10.9
16542026-05-09T03:31:55.528Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16552026-05-09T03:31:55.951Z Compiling chacha20poly1305 v0.10.1
16562026-05-09T03:31:56.212Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16572026-05-09T03:31:56.400Z Compiling rustls-webpki v0.103.13
16582026-05-09T03:31:56.550Z Compiling proc-macro-crate v3.5.0
16592026-05-09T03:31:56.619Z Compiling argon2 v0.5.3
16602026-05-09T03:31:57.487Z Compiling vsss-rs v3.3.4
16612026-05-09T03:31:57.512Z Compiling ingot-macros v0.1.1
16622026-05-09T03:31:57.637Z Compiling ciborium v0.2.2
16632026-05-09T03:31:58.248Z Compiling usdt-macro v0.5.0
16642026-05-09T03:31:58.431Z Compiling usdt-attr-macro v0.5.0
16652026-05-09T03:31:59.829Z Compiling serde_spanned v0.6.9
16662026-05-09T03:31:59.986Z Compiling tokio-rustls v0.26.4
16672026-05-09T03:31:59.999Z Compiling rustls-platform-verifier v0.7.0
16682026-05-09T03:32:00.247Z Compiling hyper-rustls v0.27.9
16692026-05-09T03:32:00.362Z Compiling enum-as-inner v0.6.1
16702026-05-09T03:32:00.378Z Compiling num-derive v0.4.2
16712026-05-09T03:32:00.532Z Compiling reqwest v0.13.3
16722026-05-09T03:32:00.561Z Compiling hash32 v0.3.1
16732026-05-09T03:32:00.719Z Compiling proc-macro-error v1.0.4
16742026-05-09T03:32:00.970Z Compiling memmap v0.7.0
16752026-05-09T03:32:00.974Z Compiling data-encoding v2.11.0
16762026-05-09T03:32:01.163Z Compiling toml_write v0.1.2
16772026-05-09T03:32:01.367Z Compiling smoltcp v0.11.0
16782026-05-09T03:32:01.370Z Compiling winnow v0.7.15
16792026-05-09T03:32:01.428Z Compiling winnow v0.5.40
16802026-05-09T03:32:01.725Z Compiling indent_write v2.2.0
16812026-05-09T03:32:01.840Z Compiling progenitor-client v0.14.0
16822026-05-09T03:32:01.865Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16832026-05-09T03:32:02.164Z Compiling progenitor-extras v0.2.0
16842026-05-09T03:32:02.357Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16852026-05-09T03:32:02.412Z Compiling usdt v0.5.0
16862026-05-09T03:32:02.773Z Compiling toml_edit v0.22.27
16872026-05-09T03:32:02.811Z Compiling toml_edit v0.19.15
16882026-05-09T03:32:03.441Z Compiling ingot-types v0.1.2
16892026-05-09T03:32:03.540Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16902026-05-09T03:32:03.869Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16912026-05-09T03:32:03.975Z Compiling num_enum_derive v0.7.6
16922026-05-09T03:32:04.921Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16932026-05-09T03:32:05.321Z Compiling tabwriter v1.4.1
16942026-05-09T03:32:05.361Z Compiling cobs v0.3.0
16952026-05-09T03:32:05.516Z Compiling foreign-types-macros v0.2.3
16962026-05-09T03:32:05.581Z Compiling pkg-config v0.3.33
16972026-05-09T03:32:05.595Z Compiling bitflags v1.3.2
16982026-05-09T03:32:05.675Z Compiling managed v0.8.0
16992026-05-09T03:32:05.908Z Compiling cpufeatures v0.3.0
17002026-05-09T03:32:05.992Z Compiling foreign-types-shared v0.3.1
17012026-05-09T03:32:06.062Z Compiling bytecount v0.6.9
17022026-05-09T03:32:06.094Z Compiling colored v3.1.1
17032026-05-09T03:32:06.154Z Compiling vcpkg v0.2.15
17042026-05-09T03:32:06.211Z Compiling chacha20 v0.10.0
17052026-05-09T03:32:06.236Z Compiling foreign-types v0.5.0
17062026-05-09T03:32:06.497Z Compiling postcard v1.1.3
17072026-05-09T03:32:06.624Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17082026-05-09T03:32:06.783Z Compiling openssl-sys v0.9.115
17092026-05-09T03:32:06.871Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17102026-05-09T03:32:08.476Z Compiling num_enum v0.7.6
17112026-05-09T03:32:08.623Z Compiling toml v0.8.23
17122026-05-09T03:32:09.067Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17132026-05-09T03:32:09.309Z Compiling proc-macro-crate v1.3.1
17142026-05-09T03:32:09.426Z Compiling ingot v0.1.1
17152026-05-09T03:32:09.637Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17162026-05-09T03:32:09.657Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17172026-05-09T03:32:09.694Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17182026-05-09T03:32:09.747Z Compiling cstr-argument v0.1.2
17192026-05-09T03:32:09.928Z Compiling lazy_static v1.5.0
17202026-05-09T03:32:09.975Z Compiling rayon-core v1.13.0
17212026-05-09T03:32:09.992Z Compiling heck v0.4.1
17222026-05-09T03:32:10.046Z Compiling swrite v0.1.0
17232026-05-09T03:32:10.156Z Compiling resolv-conf v0.7.6
17242026-05-09T03:32:10.180Z Compiling unicode-segmentation v1.13.2
17252026-05-09T03:32:10.220Z Compiling semver v0.1.20
17262026-05-09T03:32:10.238Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17272026-05-09T03:32:10.250Z Compiling linked-hash-map v0.5.6
17282026-05-09T03:32:10.457Z Compiling lru-cache v0.1.2
17292026-05-09T03:32:10.520Z Compiling rustc_version v0.1.7
17302026-05-09T03:32:10.555Z Compiling newline-converter v0.3.0
17312026-05-09T03:32:10.589Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17322026-05-09T03:32:10.653Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17332026-05-09T03:32:10.664Z Compiling num_enum_derive v0.5.11
17342026-05-09T03:32:10.682Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17352026-05-09T03:32:10.895Z Compiling rand v0.10.1
17362026-05-09T03:32:10.908Z Compiling atomicwrites v0.4.4
17372026-05-09T03:32:10.929Z Compiling hickory-proto v0.24.4
17382026-05-09T03:32:10.955Z Compiling progenitor-impl v0.13.0
17392026-05-09T03:32:11.126Z Compiling progenitor-impl v0.14.0
17402026-05-09T03:32:11.545Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17412026-05-09T03:32:11.644Z Compiling crossbeam-deque v0.8.6
17422026-05-09T03:32:11.820Z Compiling console v0.15.11
17432026-05-09T03:32:11.869Z Compiling camino-tempfile v1.4.1
17442026-05-09T03:32:12.188Z Compiling serde-big-array v0.5.1
17452026-05-09T03:32:12.356Z Compiling derive-where v1.6.1
17462026-05-09T03:32:12.503Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17472026-05-09T03:32:12.604Z Compiling serde_repr v0.1.20
17482026-05-09T03:32:12.910Z Compiling pin-project-internal v1.1.12
17492026-05-09T03:32:13.108Z Compiling similar v2.7.0
17502026-05-09T03:32:13.308Z Compiling siphasher v1.0.3
17512026-05-09T03:32:13.526Z Compiling minimal-lexical v0.2.1
17522026-05-09T03:32:13.762Z Compiling nom v7.1.3
17532026-05-09T03:32:13.805Z Compiling expectorate v1.2.0
17542026-05-09T03:32:13.971Z Compiling phf_shared v0.12.1
17552026-05-09T03:32:14.108Z Compiling pin-project v1.1.12
17562026-05-09T03:32:14.127Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17572026-05-09T03:32:14.218Z Compiling hickory-resolver v0.24.4
17582026-05-09T03:32:14.618Z Compiling num_enum v0.5.11
17592026-05-09T03:32:14.744Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17602026-05-09T03:32:14.925Z Compiling progenitor-macro v0.13.0
17612026-05-09T03:32:15.113Z Compiling progenitor-macro v0.14.0
17622026-05-09T03:32:15.482Z Compiling newtype_derive v0.1.6
17632026-05-09T03:32:15.745Z Compiling progenitor-client v0.13.0
17642026-05-09T03:32:16.068Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17652026-05-09T03:32:17.228Z Compiling unicode-normalization v0.1.25
17662026-05-09T03:32:17.744Z Compiling tokio-stream v0.1.18
17672026-05-09T03:32:18.061Z Compiling async-recursion v1.1.1
17682026-05-09T03:32:18.262Z Compiling snafu-derive v0.8.9
17692026-05-09T03:32:18.798Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17702026-05-09T03:32:18.825Z Compiling slog-dtrace v0.3.0
17712026-05-09T03:32:19.101Z Compiling bstr v1.12.1
17722026-05-09T03:32:19.138Z Compiling csv-core v0.1.13
17732026-05-09T03:32:19.435Z Compiling foldhash v0.1.5
17742026-05-09T03:32:19.636Z Compiling chrono-tz v0.10.4
17752026-05-09T03:32:19.636Z Compiling cancel-safe-futures v0.1.5
17762026-05-09T03:32:19.893Z Compiling foreign-types-shared v0.1.1
17772026-05-09T03:32:19.924Z Compiling highway v1.3.0
17782026-05-09T03:32:19.991Z Compiling openssl v0.10.79
17792026-05-09T03:32:20.136Z Compiling same-file v1.0.6
17802026-05-09T03:32:20.293Z Compiling unicode-width v0.1.14
17812026-05-09T03:32:20.322Z Compiling konst_macro_rules v0.2.19
17822026-05-09T03:32:20.333Z Compiling owo-colors v4.3.0
17832026-05-09T03:32:20.347Z Compiling unicode-xid v0.2.6
17842026-05-09T03:32:20.470Z Compiling const_format_proc_macros v0.2.34
17852026-05-09T03:32:20.503Z Compiling konst v0.2.20
17862026-05-09T03:32:20.585Z Compiling progenitor v0.13.0
17872026-05-09T03:32:20.624Z Compiling progenitor v0.14.0
17882026-05-09T03:32:20.678Z Compiling walkdir v2.5.0
17892026-05-09T03:32:20.724Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17902026-05-09T03:32:20.737Z Compiling snafu v0.8.9
17912026-05-09T03:32:20.748Z Compiling foreign-types v0.3.2
17922026-05-09T03:32:20.796Z Compiling hashbrown v0.15.5
17932026-05-09T03:32:20.822Z Compiling globset v0.4.18
17942026-05-09T03:32:20.872Z Compiling csv v1.4.0
17952026-05-09T03:32:21.143Z Compiling qorb v0.4.1
17962026-05-09T03:32:21.171Z Compiling olpc-cjson v0.1.4
17972026-05-09T03:32:21.351Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17982026-05-09T03:32:21.363Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17992026-05-09T03:32:21.491Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18002026-05-09T03:32:21.529Z Compiling rayon v1.12.0
18012026-05-09T03:32:21.723Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18022026-05-09T03:32:22.167Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18032026-05-09T03:32:22.171Z Compiling phf v0.12.1
18042026-05-09T03:32:22.339Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18052026-05-09T03:32:23.212Z Compiling zone_cfg_derive v0.3.1
18062026-05-09T03:32:23.226Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18072026-05-09T03:32:23.446Z Compiling tokio-dtrace v0.1.1
18082026-05-09T03:32:23.567Z Compiling itertools v0.12.1
18092026-05-09T03:32:23.651Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18102026-05-09T03:32:23.742Z Compiling typify-impl v0.4.3
18112026-05-09T03:32:23.839Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18122026-05-09T03:32:23.873Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18132026-05-09T03:32:23.990Z Compiling libsw-core v0.3.2
18142026-05-09T03:32:24.176Z Compiling serde_plain v1.0.2
18152026-05-09T03:32:24.252Z Compiling openssl-macros v0.1.1
18162026-05-09T03:32:24.252Z Compiling pem v3.0.6
18172026-05-09T03:32:24.395Z Compiling cookie v0.18.1
18182026-05-09T03:32:24.535Z Compiling sigpipe v0.1.3
18192026-05-09T03:32:24.630Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18202026-05-09T03:32:24.661Z Compiling typed-path v0.9.3
18212026-05-09T03:32:24.667Z Compiling glob v0.3.3
18222026-05-09T03:32:24.684Z Compiling fixedbitset v0.5.7
18232026-05-09T03:32:24.788Z Compiling fixedbitset v0.4.2
18242026-05-09T03:32:24.880Z Compiling jiff v0.2.24
18252026-05-09T03:32:24.907Z Compiling petgraph v0.8.3
18262026-05-09T03:32:25.032Z Compiling petgraph v0.6.5
18272026-05-09T03:32:25.144Z Compiling zone v0.3.1
18282026-05-09T03:32:26.002Z Compiling tough v0.20.0
18292026-05-09T03:32:26.125Z Compiling libsw v3.5.0
18302026-05-09T03:32:26.327Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18312026-05-09T03:32:26.644Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18322026-05-09T03:32:26.901Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18332026-05-09T03:32:27.226Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18342026-05-09T03:32:27.462Z Compiling oxide-tokio-rt v0.1.5
18352026-05-09T03:32:27.836Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18362026-05-09T03:32:28.100Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18372026-05-09T03:32:28.629Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18382026-05-09T03:32:29.225Z Compiling const_format v0.2.36
18392026-05-09T03:32:29.429Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18402026-05-09T03:32:29.489Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18412026-05-09T03:32:30.056Z Compiling papergrid v0.11.0
18422026-05-09T03:32:30.192Z Compiling tabled_derive v0.7.0
18432026-05-09T03:32:30.379Z Compiling gethostname v0.5.0
18442026-05-09T03:32:30.509Z Compiling libscf-sys v1.2.0
18452026-05-09T03:32:30.606Z Compiling typify-macro v0.4.3
18462026-05-09T03:32:30.651Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18472026-05-09T03:32:30.697Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18482026-05-09T03:32:30.823Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18492026-05-09T03:32:31.068Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18502026-05-09T03:32:31.140Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18512026-05-09T03:32:31.178Z Compiling smf v0.2.3
18522026-05-09T03:32:31.193Z Compiling bcs v0.1.6
18532026-05-09T03:32:31.516Z Compiling unicode-linebreak v0.1.5
18542026-05-09T03:32:31.730Z Compiling whoami v1.6.1
18552026-05-09T03:32:31.774Z Compiling linear-map v1.2.0
18562026-05-09T03:32:31.789Z Compiling tagptr v0.2.0
18572026-05-09T03:32:31.865Z Compiling termtree v0.5.1
18582026-05-09T03:32:31.944Z Compiling smawk v0.3.2
18592026-05-09T03:32:31.965Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18602026-05-09T03:32:32.018Z Compiling moka v0.12.15
18612026-05-09T03:32:32.138Z Compiling textwrap v0.16.2
18622026-05-09T03:32:32.160Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18632026-05-09T03:32:32.318Z Compiling tabled v0.15.0
18642026-05-09T03:32:32.699Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18652026-05-09T03:32:32.827Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18662026-05-09T03:32:32.867Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18672026-05-09T03:32:33.067Z Compiling steno v0.4.1
18682026-05-09T03:32:34.434Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18692026-05-09T03:32:35.193Z Compiling hickory-proto v0.25.2
18702026-05-09T03:32:35.267Z Compiling humantime v2.3.0
18712026-05-09T03:32:35.461Z Compiling proc-macro-error-attr2 v2.0.0
18722026-05-09T03:32:35.577Z Compiling parking_lot_core v0.8.6
18732026-05-09T03:32:35.926Z Compiling typify v0.4.3
18742026-05-09T03:32:35.963Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18752026-05-09T03:32:35.977Z Compiling proc-macro-error2 v2.0.1
18762026-05-09T03:32:36.294Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18772026-05-09T03:32:36.559Z Compiling tabled_derive v0.11.0
18782026-05-09T03:32:36.580Z Compiling progenitor-impl v0.11.2
18792026-05-09T03:32:37.316Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18802026-05-09T03:32:37.361Z Compiling hickory-resolver v0.25.2
18812026-05-09T03:32:37.734Z Compiling papergrid v0.17.0
18822026-05-09T03:32:37.968Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
18832026-05-09T03:32:39.063Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18842026-05-09T03:32:39.167Z Compiling testing_table v0.3.0
18852026-05-09T03:32:39.363Z Compiling arc-swap v1.9.1
18862026-05-09T03:32:40.736Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
18872026-05-09T03:32:40.747Z Compiling slog-scope v4.4.1
18882026-05-09T03:32:40.747Z Compiling tabled v0.20.0
18892026-05-09T03:32:40.747Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
18902026-05-09T03:32:40.747Z Compiling progenitor-macro v0.11.2
18912026-05-09T03:32:40.774Z Compiling parking_lot v0.11.2
18922026-05-09T03:32:41.471Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18932026-05-09T03:32:41.599Z Compiling progenitor-client v0.11.2
18942026-05-09T03:32:41.777Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18952026-05-09T03:32:41.902Z Compiling fxhash v0.2.1
18962026-05-09T03:32:41.918Z Compiling internet-checksum v0.2.1
18972026-05-09T03:32:42.032Z Compiling sled v0.34.7
18982026-05-09T03:32:42.102Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18992026-05-09T03:32:42.995Z Compiling slog-stdlog v4.1.1
19002026-05-09T03:32:43.094Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
19012026-05-09T03:32:43.269Z Compiling crc8 v0.1.1
19022026-05-09T03:32:43.383Z Compiling slog-envlogger v2.2.0
19032026-05-09T03:32:43.587Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19042026-05-09T03:32:43.639Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19052026-05-09T03:32:44.072Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
19062026-05-09T03:32:47.349Z Compiling progenitor v0.11.2
19072026-05-09T03:32:47.379Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19082026-05-09T03:32:52.465Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
19092026-05-09T03:32:54.135Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
19102026-05-09T03:32:55.200Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19112026-05-09T03:32:56.370Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19122026-05-09T03:32:57.211Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19132026-05-09T03:32:58.757Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19142026-05-09T03:33:23.414Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 21s
19152026-05-09T03:33:23.602Z────────────
19162026-05-09T03:33:23.603Z Nextest run ID dcadfdab-9e77-4e99-9822-2fa26f64690e with nextest profile: default
19172026-05-09T03:33:23.603Z Starting 7 tests across 1 binary
19182026-05-09T03:33:23.614Z PASS [ 0.011s] mg-lower dendrite::test_tfport_parser
19192026-05-09T03:33:23.618Z PASS [ 0.012s] mg-lower test::sync_prefix_test
19202026-05-09T03:33:23.618Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19212026-05-09T03:33:23.618Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_readback
19222026-05-09T03:33:23.618Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_removal
19232026-05-09T03:33:23.618Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19242026-05-09T03:33:23.618Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19252026-05-09T03:33:23.618Z────────────
19262026-05-09T03:33:23.618Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19272026-05-09T03:33:23.631Zprocess exited: duration 318016 ms, exit code 0
 
19282026-05-09T03:33:23.638Zfound 0 output files