01KNTRPXWHARHCW5TZFSGPAHBB: test-mg-lower

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

Buildomat Job: 01KNTRQ9QWWT4TBDW63KZXVCTS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:01:42.125Zjob assigned to worker 01KNTRSHT6YEHQAVBMEJ0X7A9T [factory aws, i-0f0a64098f8929ac0] (queued for 2 m 2 s)
 
22026-04-10T04:01:49.156Zstarting task 0: "setup"
32026-04-10T04:01:49.160Z++ uname -s
42026-04-10T04:01:49.163Z+ kern=SunOS
52026-04-10T04:01:49.163Z+ build_user=build
62026-04-10T04:01:49.163Z+ build_uid=12345
72026-04-10T04:01:49.163Z+ work_dir=/work
82026-04-10T04:01:49.163Z+ input_dir=/input
92026-04-10T04:01:49.163Z+ [[ 0 == 12345 ]]
102026-04-10T04:01:49.163Z+ case "$kern" in
112026-04-10T04:01:49.163Z+ groupadd -g 12345 build
122026-04-10T04:01:49.167Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:01:51.170Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:01:51.285Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:01:51.288Z+ home_fs=zfs
162026-04-10T04:01:51.288Z+ [[ zfs == autofs ]]
172026-04-10T04:01:51.288Z+ mkdir -p /home/build
182026-04-10T04:01:51.288Z+ chown build:build /home/build /work
192026-04-10T04:01:53.290Z+ chmod 0700 /home/build /work
202026-04-10T04:01:53.293Zprocess exited: duration 4138 ms, exit code 0
 
212026-04-10T04:01:53.300Zstarting task 1: "rust-toolchain"
222026-04-10T04:01:53.304Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T04:01:53.304Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T04:01:53.304Z * rust toolchain channel = "stable"
252026-04-10T04:01:53.304Z * rust toolchain profile = "default"
262026-04-10T04:01:53.304Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T04:01:53.304Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:01:53.307Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:01:53.307Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T04:01:53.426Zinfo: downloading installer
312026-04-10T04:01:54.872Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:01:54.872Zwarn: /opt/ooce/bin
332026-04-10T04:01:54.872Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:01:54.872Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:01:54.872Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:01:54.872Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:01:54.872Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:01:54.872Zerror: cannot install while Rust is installed
392026-04-10T04:01:54.872Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:01:54.872Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:01:54.872Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:01:54.872Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:01:54.872Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:01:54.885Zinfo: profile set to default
452026-04-10T04:01:54.885Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:01:54.888Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T04:01:55.024Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:01:55.027Zinfo: downloading 6 components
492026-04-10T04:02:09.872Z
502026-04-10T04:02:09.872Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-04-10T04:02:09.900Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:02:09.900Z
532026-04-10T04:02:09.900Z
542026-04-10T04:02:09.900ZRust is installed now. Great!
552026-04-10T04:02:09.900Z
562026-04-10T04:02:09.900ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:02:09.900Zenvironment variable. This has not been done automatically.
582026-04-10T04:02:09.900Z
592026-04-10T04:02:09.900ZTo configure your current shell, you need to source
602026-04-10T04:02:09.900Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:02:09.900Z
622026-04-10T04:02:09.901ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:02:09.901Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:02:09.901Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:02:09.901Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:02:09.901Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:02:09.901Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:02:09.901Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:02:09.904Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:02:09.904Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:02:09.982Z+ rustup --version
722026-04-10T04:02:09.991Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:02:09.994Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:02:10.012Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:02:10.016Z+ cargo --version
762026-04-10T04:02:10.028Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:02:10.031Z+ rustc --version
782026-04-10T04:02:10.051Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:02:10.054Zprocess exited: duration 16750 ms, exit code 0
 
802026-04-10T04:02:10.060Zstarting task 2: "authentication"
812026-04-10T04:02:10.078Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T04:02:10.085Zstarting task 3: "clone repository"
832026-04-10T04:02:10.088Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T04:02:10.092Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T04:02:10.123ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T04:02:10.985Z+ cd /work/oxidecomputer/maghemite
872026-04-10T04:02:10.986Z+ git fetch origin ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1
882026-04-10T04:02:11.213ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T04:02:11.213Z * branch ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1 -> FETCH_HEAD
902026-04-10T04:02:11.218Z+ [[ -n '' ]]
912026-04-10T04:02:11.218Z+ git reset --hard ed5d4fda85906ec06e3d6dfcda6d8f0a8fa5d4f1
922026-04-10T04:02:11.235ZHEAD is now at ed5d4fd Update opte to b60decb
932026-04-10T04:02:11.238Zprocess exited: duration 1150 ms, exit code 0
 
942026-04-10T04:02:11.245Zstarting task 4: "build"
952026-04-10T04:02:11.249Z+ set -e
962026-04-10T04:02:11.249Z+ source .github/buildomat/test-common.sh
972026-04-10T04:02:11.252Z++ NEXTEST_VERSION=0.9.97
982026-04-10T04:02:11.252Z++ PLATFORM=illumos
992026-04-10T04:02:11.252Z++ banner install
1002026-04-10T04:02:11.252Z
1012026-04-10T04:02:11.252Z # # # #### ##### ## # #
1022026-04-10T04:02:11.252Z # ## # # # # # # #
1032026-04-10T04:02:11.252Z # # # # #### # # # # #
1042026-04-10T04:02:11.252Z # # # # # # ###### # #
1052026-04-10T04:02:11.252Z # # ## # # # # # # #
1062026-04-10T04:02:11.252Z # # # #### # # # ###### ######
1072026-04-10T04:02:11.252Z
1082026-04-10T04:02:11.252Z++ set +o errexit
1092026-04-10T04:02:11.252Z++ pkg info clang-15
1102026-04-10T04:02:11.255Z++ grep -qi installed
1112026-04-10T04:02:12.466Zpkg: info: no packages matching the following patterns you specified are
1122026-04-10T04:02:12.466Zinstalled on the system. Try querying remotely instead:
1132026-04-10T04:02:12.466Z
1142026-04-10T04:02:12.466Z clang-15
1152026-04-10T04:02:12.507Z++ [[ 1 != 0 ]]
1162026-04-10T04:02:12.507Z++ set -o errexit
1172026-04-10T04:02:12.510Z++ pfexec pkg install clang-15
1182026-04-10T04:02:19.215Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-04-10T04:02:26.377Z Startup: Caching catalogs ... Done
1202026-04-10T04:02:31.323ZPlanning: Solver setup ... Done
1212026-04-10T04:02:31.347ZPlanning: Running solver ... Done
1222026-04-10T04:02:31.462ZPlanning: Finding local manifests ... Done
1232026-04-10T04:02:31.484ZPlanning: Fetching manifests: 0/2 0% complete
1242026-04-10T04:02:31.581ZPlanning: Fetching manifests: 2/2 100% complete
1252026-04-10T04:02:31.611ZPlanning: Package planning ... Done
1262026-04-10T04:02:31.638ZPlanning: Merging actions ... Done
1272026-04-10T04:02:31.747ZPlanning: Checking for conflicting actions ... Done
1282026-04-10T04:02:31.754ZPlanning: Consolidating action changes ... Done
1292026-04-10T04:02:32.507ZPlanning: Evaluating mediators ... Done
1302026-04-10T04:02:32.512ZPlanning: Planning completed in 5.97 seconds
1312026-04-10T04:02:32.524Z Packages to install: 2
1322026-04-10T04:02:32.527Z Mediators to change: 2
1332026-04-10T04:02:32.527Z Services to change: 1
1342026-04-10T04:02:32.527Z Create boot environment: No
1352026-04-10T04:02:32.527ZCreate backup boot environment: No
1362026-04-10T04:02:32.564Z
1372026-04-10T04:02:32.564ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-04-10T04:02:37.567ZDownload: 1166/3076 items 113.3/211.3MB 53% complete (22.9M/s)
1392026-04-10T04:02:42.568ZDownload: 2909/3076 items 138.8/211.3MB 65% complete (13.8M/s)
1402026-04-10T04:02:44.791ZDownload: Completed 211.31 MB in 12.22 seconds (17.3M/s)
1412026-04-10T04:02:44.938Z Actions: 1/3418 actions (Installing new actions)
1422026-04-10T04:02:48.079Z Actions: Completed 3418 actions in 3.14 seconds.
1432026-04-10T04:02:48.374Z Done
1442026-04-10T04:02:48.374Z Done
1452026-04-10T04:02:49.080Z Done
1462026-04-10T04:02:52.158Z Done
1472026-04-10T04:02:52.232Z Done
1482026-04-10T04:02:52.236Z Done
1492026-04-10T04:02:52.521Z Done
1502026-04-10T04:02:53.154Z++ set -o errexit
1512026-04-10T04:02:53.154Z++ cargo --version
1522026-04-10T04:02:53.161Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1532026-04-10T04:02:53.318Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1542026-04-10T04:02:53.321Zinfo: downloading 6 components
1552026-04-10T04:03:08.122Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1562026-04-10T04:03:08.129Z++ rustc --version
1572026-04-10T04:03:08.152Zrustc 1.94.1 (e408947bf 2026-03-25)
1582026-04-10T04:03:08.158Z++ cargo install cargo-nextest --version 0.9.97
1592026-04-10T04:03:08.200Z Updating crates.io index
1602026-04-10T04:03:08.303Z Downloading crates ...
1612026-04-10T04:03:08.372Z Downloaded cargo-nextest v0.9.97
1622026-04-10T04:03:08.433Z Installing cargo-nextest v0.9.97
1632026-04-10T04:03:08.475Z Updating crates.io index
1642026-04-10T04:03:11.127Z Locking 407 packages to latest compatible versions
1652026-04-10T04:03:11.132Z Adding dialoguer v0.11.0 (available: v0.12.0)
1662026-04-10T04:03:11.135Z Adding duct v0.13.7 (available: v1.1.1)
1672026-04-10T04:03:11.135Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1682026-04-10T04:03:11.135Z Adding generic-array v0.14.7 (available: v0.14.9)
1692026-04-10T04:03:11.139Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1702026-04-10T04:03:11.139Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1712026-04-10T04:03:11.139Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1722026-04-10T04:03:11.142Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1732026-04-10T04:03:11.145Z Adding quick-junit v0.5.2 (available: v0.6.0)
1742026-04-10T04:03:11.164Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1752026-04-10T04:03:11.176Z Downloading crates ...
1762026-04-10T04:03:11.251Z Downloaded anstyle-query v1.1.5
1772026-04-10T04:03:11.259Z Downloaded errno v0.3.14
1782026-04-10T04:03:11.262Z Downloaded debug-ignore v1.0.5
1792026-04-10T04:03:11.265Z Downloaded cargo_metadata v0.20.0
1802026-04-10T04:03:11.269Z Downloaded camino v1.2.2
1812026-04-10T04:03:11.269Z Downloaded guppy-workspace-hack v0.1.0
1822026-04-10T04:03:11.272Z Downloaded block-buffer v0.10.4
1832026-04-10T04:03:11.272Z Downloaded getrandom v0.2.17
1842026-04-10T04:03:11.275Z Downloaded cargo-util-schemas v0.2.0
1852026-04-10T04:03:11.275Z Downloaded idna_adapter v1.0.0
1862026-04-10T04:03:11.275Z Downloaded backtrace-ext v0.2.1
1872026-04-10T04:03:11.279Z Downloaded ipnet v2.12.0
1882026-04-10T04:03:11.279Z Downloaded humantime v2.3.0
1892026-04-10T04:03:11.283Z Downloaded cfg-expr v0.20.7
1902026-04-10T04:03:11.283Z Downloaded nested v0.1.1
1912026-04-10T04:03:11.286Z Downloaded bitflags v2.11.0
1922026-04-10T04:03:11.286Z Downloaded futures-macro v0.3.32
1932026-04-10T04:03:11.289Z Downloaded futures-sink v0.3.32
1942026-04-10T04:03:11.289Z Downloaded crc32fast v1.5.0
1952026-04-10T04:03:11.292Z Downloaded cargo_metadata v0.23.1
1962026-04-10T04:03:11.292Z Downloaded addr2line v0.25.1
1972026-04-10T04:03:11.295Z Downloaded nextest-metadata v0.12.2
1982026-04-10T04:03:11.295Z Downloaded lru-slab v0.1.2
1992026-04-10T04:03:11.295Z Downloaded generic-array v0.14.7
2002026-04-10T04:03:11.299Z Downloaded cfg-if v1.0.4
2012026-04-10T04:03:11.299Z Downloaded ahash v0.8.12
2022026-04-10T04:03:11.305Z Downloaded quote v1.0.45
2032026-04-10T04:03:11.305Z Downloaded adler2 v2.0.1
2042026-04-10T04:03:11.305Z Downloaded parking_lot v0.12.5
2052026-04-10T04:03:11.308Z Downloaded miette-derive v7.6.0
2062026-04-10T04:03:11.308Z Downloaded iri-string v0.7.12
2072026-04-10T04:03:11.311Z Downloaded colorchoice v1.0.5
2082026-04-10T04:03:11.311Z Downloaded atomicwrites v0.4.4
2092026-04-10T04:03:11.312Z Downloaded jobserver v0.1.34
2102026-04-10T04:03:11.315Z Downloaded base64ct v1.8.3
2112026-04-10T04:03:11.318Z Downloaded anstyle-parse v1.0.0
2122026-04-10T04:03:11.321Z Downloaded foreign-types v0.3.2
2132026-04-10T04:03:11.324Z Downloaded form_urlencoded v1.2.2
2142026-04-10T04:03:11.328Z Downloaded foreign-types-shared v0.1.1
2152026-04-10T04:03:11.331Z Downloaded serde_urlencoded v0.7.1
2162026-04-10T04:03:11.334Z Downloaded cargo-platform v0.2.0
2172026-04-10T04:03:11.337Z Downloaded heck v0.5.0
2182026-04-10T04:03:11.337Z Downloaded fnv v1.0.7
2192026-04-10T04:03:11.341Z Downloaded atomic-waker v1.1.2
2202026-04-10T04:03:11.344Z Downloaded futures-core v0.3.32
2212026-04-10T04:03:11.344Z Downloaded shlex v1.3.0
2222026-04-10T04:03:11.347Z Downloaded pin-project-internal v1.1.11
2232026-04-10T04:03:11.347Z Downloaded cfg_aliases v0.2.1
2242026-04-10T04:03:11.350Z Downloaded futures-task v0.3.32
2252026-04-10T04:03:11.353Z Downloaded pathdiff v0.2.3
2262026-04-10T04:03:11.353Z Downloaded openssl-probe v0.2.1
2272026-04-10T04:03:11.356Z Downloaded curve25519-dalek-derive v0.1.1
2282026-04-10T04:03:11.356Z Downloaded crypto-common v0.1.7
2292026-04-10T04:03:11.356Z Downloaded indenter v0.3.4
2302026-04-10T04:03:11.356Z Downloaded cpufeatures v0.2.17
2312026-04-10T04:03:11.360Z Downloaded hex v0.4.3
2322026-04-10T04:03:11.360Z Downloaded rand_core v0.9.5
2332026-04-10T04:03:11.363Z Downloaded lazy_static v1.5.0
2342026-04-10T04:03:11.363Z Downloaded itoa v1.0.18
2352026-04-10T04:03:11.366Z Downloaded equivalent v1.0.2
2362026-04-10T04:03:11.366Z Downloaded document-features v0.2.12
2372026-04-10T04:03:11.369Z Downloaded ordered-float v2.10.1
2382026-04-10T04:03:11.371Z Downloaded percent-encoding v2.3.2
2392026-04-10T04:03:11.371Z Downloaded humantime-serde v1.1.1
2402026-04-10T04:03:11.375Z Downloaded is_terminal_polyfill v1.70.2
2412026-04-10T04:03:11.378Z Downloaded futures-io v0.3.32
2422026-04-10T04:03:11.378Z Downloaded enable-ansi-support v0.2.1
2432026-04-10T04:03:11.381Z Downloaded newtype-uuid v1.3.2
2442026-04-10T04:03:11.384Z Downloaded color-spantrace v0.3.0
2452026-04-10T04:03:11.384Z Downloaded clap_lex v1.1.0
2462026-04-10T04:03:11.387Z Downloaded lock_api v0.4.14
2472026-04-10T04:03:11.387Z Downloaded number_prefix v0.4.0
2482026-04-10T04:03:11.390Z Downloaded mukti-metadata v0.3.0
2492026-04-10T04:03:11.390Z Downloaded openssl-macros v0.1.1
2502026-04-10T04:03:11.390Z Downloaded nextest-workspace-hack v0.1.0
2512026-04-10T04:03:11.390Z Downloaded anstyle v1.0.14
2522026-04-10T04:03:11.393Z Downloaded erased-serde v0.4.10
2532026-04-10T04:03:11.396Z Downloaded futures-executor v0.3.32
2542026-04-10T04:03:11.397Z Downloaded spki v0.7.3
2552026-04-10T04:03:11.401Z Downloaded anstream v1.0.0
2562026-04-10T04:03:11.401Z Downloaded quinn-udp v0.5.14
2572026-04-10T04:03:11.404Z Downloaded serde_ignored v0.1.14
2582026-04-10T04:03:11.404Z Downloaded serde_spanned v0.6.9
2592026-04-10T04:03:11.408Z Downloaded serde-value v0.7.0
2602026-04-10T04:03:11.408Z Downloaded hyper-tls v0.6.0
2612026-04-10T04:03:11.411Z Downloaded signal-hook-mio v0.2.5
2622026-04-10T04:03:11.414Z Downloaded os_pipe v1.2.3
2632026-04-10T04:03:11.414Z Downloaded http-body v1.0.1
2642026-04-10T04:03:11.414Z Downloaded indent_write v2.2.0
2652026-04-10T04:03:11.418Z Downloaded sigchld v0.2.4
2662026-04-10T04:03:11.418Z Downloaded shell-words v1.1.1
2672026-04-10T04:03:11.421Z Downloaded subtle v2.6.1
2682026-04-10T04:03:11.425Z Downloaded fixedbitset v0.5.7
2692026-04-10T04:03:11.425Z Downloaded cargo-platform v0.3.2
2702026-04-10T04:03:11.428Z Downloaded scopeguard v1.2.0
2712026-04-10T04:03:11.428Z Downloaded rustc-hash v2.1.2
2722026-04-10T04:03:11.431Z Downloaded rustc_version v0.4.1
2732026-04-10T04:03:11.432Z Downloaded digest v0.10.7
2742026-04-10T04:03:11.435Z Downloaded signature v2.2.0
2752026-04-10T04:03:11.435Z Downloaded camino-tempfile v1.4.1
2762026-04-10T04:03:11.438Z Downloaded is_ci v1.2.0
2772026-04-10T04:03:11.438Z Downloaded home v0.5.12
2782026-04-10T04:03:11.441Z Downloaded proc-macro2 v1.0.106
2792026-04-10T04:03:11.441Z Downloaded foldhash v0.1.5
2802026-04-10T04:03:11.445Z Downloaded serde-untagged v0.1.9
2812026-04-10T04:03:11.445Z Downloaded duct v0.13.7
2822026-04-10T04:03:11.449Z Downloaded httparse v1.10.1
2832026-04-10T04:03:11.449Z Downloaded ed25519 v2.2.3
2842026-04-10T04:03:11.449Z Downloaded convert_case v0.10.0
2852026-04-10T04:03:11.452Z Downloaded shared_child v1.1.1
2862026-04-10T04:03:11.452Z Downloaded ppv-lite86 v0.2.21
2872026-04-10T04:03:11.455Z Downloaded native-tls v0.2.18
2882026-04-10T04:03:11.455Z Downloaded sync_wrapper v1.0.2
2892026-04-10T04:03:11.455Z Downloaded swrite v0.1.0
2902026-04-10T04:03:11.458Z Downloaded terminal_size v0.4.4
2912026-04-10T04:03:11.458Z Downloaded supports-hyperlinks v3.2.0
2922026-04-10T04:03:11.461Z Downloaded object v0.37.3
2932026-04-10T04:03:11.466Z Downloaded pkg-config v0.3.32
2942026-04-10T04:03:11.469Z Downloaded futures-channel v0.3.32
2952026-04-10T04:03:11.469Z Downloaded future-queue v0.4.0
2962026-04-10T04:03:11.472Z Downloaded filetime v0.2.27
2972026-04-10T04:03:11.472Z Downloaded rustc-demangle v0.1.27
2982026-04-10T04:03:11.476Z Downloaded getrandom v0.3.4
2992026-04-10T04:03:11.476Z Downloaded serde_spanned v1.1.1
3002026-04-10T04:03:11.479Z Downloaded futures v0.3.32
3012026-04-10T04:03:11.482Z Downloaded tinyvec_macros v0.1.1
3022026-04-10T04:03:11.482Z Downloaded strsim v0.11.1
3032026-04-10T04:03:11.482Z Downloaded signal-hook-registry v1.4.8
3042026-04-10T04:03:11.483Z Downloaded async-scoped v0.9.0
3052026-04-10T04:03:11.486Z Downloaded toml_datetime v0.6.11
3062026-04-10T04:03:11.486Z Downloaded supports-unicode v3.0.0
3072026-04-10T04:03:11.486Z Downloaded strip-ansi-escapes v0.2.1
3082026-04-10T04:03:11.486Z Downloaded serde_path_to_error v0.1.20
3092026-04-10T04:03:11.486Z Downloaded supports-color v3.0.2
3102026-04-10T04:03:11.489Z Downloaded smol_str v0.3.6
3112026-04-10T04:03:11.489Z Downloaded slab v0.4.12
3122026-04-10T04:03:11.489Z Downloaded cc v1.2.59
3132026-04-10T04:03:11.493Z Downloaded borsh v1.6.1
3142026-04-10T04:03:11.496Z Downloaded tokio-macros v2.7.0
3152026-04-10T04:03:11.496Z Downloaded rand_core v0.6.4
3162026-04-10T04:03:11.496Z Downloaded pkcs8 v0.10.2
3172026-04-10T04:03:11.499Z Downloaded tower-service v0.3.3
3182026-04-10T04:03:11.499Z Downloaded tower-layer v0.3.3
3192026-04-10T04:03:11.499Z Downloaded litrs v1.0.0
3202026-04-10T04:03:11.502Z Downloaded nextest-filtering v0.15.0
3212026-04-10T04:03:11.502Z Downloaded dialoguer v0.11.0
3222026-04-10T04:03:11.505Z Downloaded globset v0.4.18
3232026-04-10T04:03:11.505Z Downloaded owo-colors v4.3.0
3242026-04-10T04:03:11.508Z Downloaded find-msvc-tools v0.1.9
3252026-04-10T04:03:11.508Z Downloaded eyre v0.6.12
3262026-04-10T04:03:11.512Z Downloaded pin-project-lite v0.2.17
3272026-04-10T04:03:11.512Z Downloaded semver v1.0.28
3282026-04-10T04:03:11.515Z Downloaded self-replace v1.5.0
3292026-04-10T04:03:11.515Z Downloaded clap_derive v4.6.0
3302026-04-10T04:03:11.518Z Downloaded autocfg v1.5.0
3312026-04-10T04:03:11.518Z Downloaded const-oid v0.9.6
3322026-04-10T04:03:11.519Z Downloaded tracing-error v0.2.1
3332026-04-10T04:03:11.523Z Downloaded unicode-linebreak v0.1.5
3342026-04-10T04:03:11.526Z Downloaded either v1.15.0
3352026-04-10T04:03:11.526Z Downloaded clap v4.6.0
3362026-04-10T04:03:11.530Z Downloaded sha2 v0.10.9
3372026-04-10T04:03:11.534Z Downloaded unicode-xid v0.2.6
3382026-04-10T04:03:11.534Z Downloaded typeid v1.0.3
3392026-04-10T04:03:11.534Z Downloaded try-lock v0.2.5
3402026-04-10T04:03:11.537Z Downloaded target-spec-miette v0.4.6
3412026-04-10T04:03:11.540Z Downloaded thread_local v1.1.9
3422026-04-10T04:03:11.540Z Downloaded thiserror v2.0.18
3432026-04-10T04:03:11.543Z Downloaded utf8_iter v1.0.4
3442026-04-10T04:03:11.546Z Downloaded untrusted v0.9.0
3452026-04-10T04:03:11.546Z Downloaded urlencoding v2.1.3
3462026-04-10T04:03:11.546Z Downloaded utf8parse v0.2.2
3472026-04-10T04:03:11.549Z Downloaded want v0.3.1
3482026-04-10T04:03:11.549Z Downloaded version_check v0.9.5
3492026-04-10T04:03:11.552Z Downloaded iana-time-zone v0.1.65
3502026-04-10T04:03:11.552Z Downloaded hyper-rustls v0.27.7
3512026-04-10T04:03:11.555Z Downloaded smallvec v1.15.1
3522026-04-10T04:03:11.555Z Downloaded tokio-native-tls v0.3.1
3532026-04-10T04:03:11.558Z Downloaded thiserror-impl v1.0.69
3542026-04-10T04:03:11.558Z Downloaded toml_writer v1.1.1+spec-1.1.0
3552026-04-10T04:03:11.558Z Downloaded toml_write v0.1.2
3562026-04-10T04:03:11.561Z Downloaded simd-adler32 v0.3.9
3572026-04-10T04:03:11.562Z Downloaded xattr v1.6.1
3582026-04-10T04:03:11.562Z Downloaded http-body-util v0.1.3
3592026-04-10T04:03:11.569Z Downloaded derive-where v1.6.1
3602026-04-10T04:03:11.572Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3612026-04-10T04:03:11.572Z Downloaded fastrand v2.4.1
3622026-04-10T04:03:11.575Z Downloaded log v0.4.29
3632026-04-10T04:03:11.579Z Downloaded getrandom v0.4.2
3642026-04-10T04:03:11.582Z Downloaded parking_lot_core v0.9.12
3652026-04-10T04:03:11.585Z Downloaded config v0.15.22
3662026-04-10T04:03:11.588Z Downloaded rand_chacha v0.9.0
3672026-04-10T04:03:11.588Z Downloaded base64 v0.22.1
3682026-04-10T04:03:11.591Z Downloaded console v0.15.11
3692026-04-10T04:03:11.597Z Downloaded thiserror-impl v2.0.18
3702026-04-10T04:03:11.597Z Downloaded tempfile v3.27.0
3712026-04-10T04:03:11.602Z Downloaded tracing-log v0.2.0
3722026-04-10T04:03:11.602Z Downloaded thiserror v1.0.69
3732026-04-10T04:03:11.602Z Downloaded target-spec v3.6.0
3742026-04-10T04:03:11.605Z Downloaded once_cell v1.21.4
3752026-04-10T04:03:11.605Z Downloaded static_assertions v1.1.0
3762026-04-10T04:03:11.609Z Downloaded unicase v2.9.0
3772026-04-10T04:03:11.609Z Downloaded self_update v0.42.0
3782026-04-10T04:03:11.609Z Downloaded zeroize v1.8.2
3792026-04-10T04:03:11.612Z Downloaded tokio-stream v0.1.18
3802026-04-10T04:03:11.615Z Downloaded zmij v1.0.21
3812026-04-10T04:03:11.615Z Downloaded quick-junit v0.5.2
3822026-04-10T04:03:11.615Z Downloaded zstd-safe v7.2.4
3832026-04-10T04:03:11.618Z Downloaded tokio-rustls v0.26.4
3842026-04-10T04:03:11.618Z Downloaded signal-hook v0.3.18
3852026-04-10T04:03:11.621Z Downloaded target-lexicon v0.13.3
3862026-04-10T04:03:11.621Z Downloaded sharded-slab v0.1.7
3872026-04-10T04:03:11.624Z Downloaded zstd v0.13.3
3882026-04-10T04:03:11.625Z Downloaded zipsign-api v0.1.5
3892026-04-10T04:03:11.625Z Downloaded xxhash-rust v0.8.15
3902026-04-10T04:03:11.628Z Downloaded serde_derive v1.0.228
3912026-04-10T04:03:11.628Z Downloaded toml_parser v1.1.2+spec-1.1.0
3922026-04-10T04:03:11.628Z Downloaded toml v0.8.23
3932026-04-10T04:03:11.631Z Downloaded bytes v1.11.1
3942026-04-10T04:03:11.635Z Downloaded regex-syntax v0.8.10
3952026-04-10T04:03:11.638Z Downloaded pin-project v1.1.11
3962026-04-10T04:03:11.642Z Downloaded tracing-attributes v0.1.31
3972026-04-10T04:03:11.645Z Downloaded textwrap v0.16.2
3982026-04-10T04:03:11.645Z Downloaded num-traits v0.2.19
3992026-04-10T04:03:11.648Z Downloaded miniz_oxide v0.8.9
4002026-04-10T04:03:11.648Z Downloaded socket2 v0.6.3
4012026-04-10T04:03:11.654Z Downloaded flate2 v1.1.9
4022026-04-10T04:03:11.658Z Downloaded rustls-pki-types v1.14.0
4032026-04-10T04:03:11.661Z Downloaded der v0.7.10
4042026-04-10T04:03:11.669Z Downloaded derive_more-impl v2.1.1
4052026-04-10T04:03:11.672Z Downloaded unicode-ident v1.0.24
4062026-04-10T04:03:11.675Z Downloaded toml v1.1.2+spec-1.1.0
4072026-04-10T04:03:11.679Z Downloaded uuid v1.23.0
4082026-04-10T04:03:11.679Z Downloaded ryu v1.0.23
4092026-04-10T04:03:11.682Z Downloaded openssl-sys v0.9.112
4102026-04-10T04:03:11.685Z Downloaded guppy v0.17.25
4112026-04-10T04:03:11.688Z Downloaded ed25519-dalek v2.2.0
4122026-04-10T04:03:11.692Z Downloaded tinyvec v1.11.0
4132026-04-10T04:03:11.692Z Downloaded derive_more v2.1.1
4142026-04-10T04:03:11.697Z Downloaded tracing-core v0.1.36
4152026-04-10T04:03:11.700Z Downloaded indexmap v2.14.0
4162026-04-10T04:03:11.704Z Downloaded tar v0.4.45
4172026-04-10T04:03:11.704Z Downloaded serde_core v1.0.228
4182026-04-10T04:03:11.707Z Downloaded serde v1.0.228
4192026-04-10T04:03:11.707Z Downloaded indicatif v0.17.11
4202026-04-10T04:03:11.711Z Downloaded backtrace v0.3.76
4212026-04-10T04:03:11.715Z Downloaded aho-corasick v1.1.4
4222026-04-10T04:03:11.767Z Downloaded vte v0.14.1
4232026-04-10T04:03:11.767Z Downloaded rustls-webpki v0.103.10
4242026-04-10T04:03:11.767Z Downloaded memchr v2.8.0
4252026-04-10T04:03:11.767Z Downloaded http v1.4.0
4262026-04-10T04:03:11.767Z Downloaded unicode-segmentation v1.13.2
4272026-04-10T04:03:11.771Z Downloaded crossterm v0.29.0
4282026-04-10T04:03:11.771Z Downloaded quinn v0.11.9
4292026-04-10T04:03:11.774Z Downloaded serde_json v1.0.149
4302026-04-10T04:03:11.777Z Downloaded rand v0.9.2
4312026-04-10T04:03:11.777Z Downloaded hyper-util v0.1.20
4322026-04-10T04:03:11.780Z Downloaded miette v7.6.0
4332026-04-10T04:03:11.784Z Downloaded h2 v0.4.13
4342026-04-10T04:03:11.787Z Downloaded typenum v1.19.0
4352026-04-10T04:03:11.791Z Downloaded url v2.5.8
4362026-04-10T04:03:11.791Z Downloaded hashbrown v0.15.5
4372026-04-10T04:03:11.794Z Downloaded clap_builder v4.6.0
4382026-04-10T04:03:11.797Z Downloaded tower v0.5.3
4392026-04-10T04:03:11.801Z Downloaded hashbrown v0.17.0
4402026-04-10T04:03:11.805Z Downloaded toml_edit v0.22.27
4412026-04-10T04:03:11.808Z Downloaded tokio-util v0.7.18
4422026-04-10T04:03:11.812Z Downloaded ron v0.12.1
4432026-04-10T04:03:11.817Z Downloaded mio v1.2.0
4442026-04-10T04:03:11.820Z Downloaded futures-util v0.3.32
4452026-04-10T04:03:11.832Z Downloaded winnow v1.0.1
4462026-04-10T04:03:11.848Z Downloaded pulldown-cmark v0.13.3
4472026-04-10T04:03:11.855Z Downloaded itertools v0.14.0
4482026-04-10T04:03:11.863Z Downloaded unicode-normalization v0.1.25
4492026-04-10T04:03:11.866Z Downloaded chrono v0.4.44
4502026-04-10T04:03:11.870Z Downloaded hyper v1.9.0
4512026-04-10T04:03:11.873Z Downloaded portable-atomic v1.13.1
4522026-04-10T04:03:11.877Z Downloaded tower-http v0.6.8
4532026-04-10T04:03:11.882Z Downloaded webpki-roots v1.0.6
4542026-04-10T04:03:11.885Z Downloaded gimli v0.32.3
4552026-04-10T04:03:11.889Z Downloaded quick-xml v0.37.5
4562026-04-10T04:03:11.892Z Downloaded vcpkg v0.2.15
4572026-04-10T04:03:11.915Z Downloaded idna v1.1.0
4582026-04-10T04:03:11.918Z Downloaded unicode-width v0.1.14
4592026-04-10T04:03:11.921Z Downloaded zerocopy v0.8.48
4602026-04-10T04:03:11.931Z Downloaded unicode-width v0.2.2
4612026-04-10T04:03:11.934Z Downloaded syn v2.0.117
4622026-04-10T04:03:11.939Z Downloaded quick-xml v0.38.4
4632026-04-10T04:03:11.942Z Downloaded bstr v1.12.1
4642026-04-10T04:03:11.946Z Downloaded winnow v0.7.15
4652026-04-10T04:03:11.951Z Downloaded curve25519-dalek v4.1.3
4662026-04-10T04:03:11.956Z Downloaded tracing-subscriber v0.3.23
4672026-04-10T04:03:11.960Z Downloaded regex v1.12.3
4682026-04-10T04:03:11.963Z Downloaded reqwest v0.12.28
4692026-04-10T04:03:11.968Z Downloaded nextest-runner v0.80.0
4702026-04-10T04:03:11.975Z Downloaded color-eyre v0.6.5
4712026-04-10T04:03:11.985Z Downloaded quinn-proto v0.11.14
4722026-04-10T04:03:11.988Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4732026-04-10T04:03:12.028Z Downloaded openssl v0.10.76
4742026-04-10T04:03:12.051Z Downloaded nix v0.30.1
4752026-04-10T04:03:12.067Z Downloaded rustls v0.23.37
4762026-04-10T04:03:12.078Z Downloaded rustix v0.38.44
4772026-04-10T04:03:12.099Z Downloaded rustix v1.1.4
4782026-04-10T04:03:12.129Z Downloaded tracing v0.1.44
4792026-04-10T04:03:12.154Z Downloaded regex-automata v0.4.14
4802026-04-10T04:03:12.240Z Downloaded petgraph v0.8.3
4812026-04-10T04:03:12.252Z Downloaded libc v0.2.184
4822026-04-10T04:03:12.280Z Downloaded tokio v1.51.1
4832026-04-10T04:03:12.346Z Downloaded ring v0.17.14
4842026-04-10T04:03:12.368Z Downloaded recursion v0.5.4
4852026-04-10T04:03:12.411Z Compiling libc v0.2.184
4862026-04-10T04:03:12.415Z Compiling proc-macro2 v1.0.106
4872026-04-10T04:03:12.415Z Compiling quote v1.0.45
4882026-04-10T04:03:12.415Z Compiling unicode-ident v1.0.24
4892026-04-10T04:03:12.415Z Compiling serde_core v1.0.228
4902026-04-10T04:03:12.415Z Compiling cfg-if v1.0.4
4912026-04-10T04:03:12.415Z Compiling memchr v2.8.0
4922026-04-10T04:03:12.415Z Compiling once_cell v1.21.4
4932026-04-10T04:03:12.659Z Compiling log v0.4.29
4942026-04-10T04:03:12.672Z Compiling pin-project-lite v0.2.17
4952026-04-10T04:03:12.779Z Compiling serde v1.0.228
4962026-04-10T04:03:12.832Z Compiling itoa v1.0.18
4972026-04-10T04:03:12.968Z Compiling futures-core v0.3.32
4982026-04-10T04:03:13.066Z Compiling smallvec v1.15.1
4992026-04-10T04:03:13.122Z Compiling bitflags v2.11.0
5002026-04-10T04:03:13.134Z Compiling hashbrown v0.17.0
5012026-04-10T04:03:13.311Z Compiling shlex v1.3.0
5022026-04-10T04:03:13.492Z Compiling errno v0.3.14
5032026-04-10T04:03:13.495Z Compiling equivalent v1.0.2
5042026-04-10T04:03:13.506Z Compiling find-msvc-tools v0.1.9
5052026-04-10T04:03:13.657Z Compiling signal-hook-registry v1.4.8
5062026-04-10T04:03:13.675Z Compiling jobserver v0.1.34
5072026-04-10T04:03:13.711Z Compiling bytes v1.11.1
5082026-04-10T04:03:13.742Z Compiling mio v1.2.0
5092026-04-10T04:03:13.755Z Compiling rustix v1.1.4
5102026-04-10T04:03:13.781Z Compiling syn v2.0.117
5112026-04-10T04:03:13.836Z Compiling futures-sink v0.3.32
5122026-04-10T04:03:13.947Z Compiling cc v1.2.59
5132026-04-10T04:03:13.983Z Compiling socket2 v0.6.3
5142026-04-10T04:03:14.174Z Compiling slab v0.4.12
5152026-04-10T04:03:14.372Z Compiling zmij v1.0.21
5162026-04-10T04:03:14.453Z Compiling futures-channel v0.3.32
5172026-04-10T04:03:14.595Z Compiling tracing-core v0.1.36
5182026-04-10T04:03:14.700Z Compiling serde_json v1.0.149
5192026-04-10T04:03:14.712Z Compiling version_check v0.9.5
5202026-04-10T04:03:14.765Z Compiling indexmap v2.14.0
5212026-04-10T04:03:14.956Z Compiling getrandom v0.4.2
5222026-04-10T04:03:14.972Z Compiling futures-task v0.3.32
5232026-04-10T04:03:15.145Z Compiling futures-io v0.3.32
5242026-04-10T04:03:15.235Z Compiling unicode-width v0.2.2
5252026-04-10T04:03:15.272Z Compiling camino v1.2.2
5262026-04-10T04:03:15.497Z Compiling ring v0.17.14
5272026-04-10T04:03:15.539Z Compiling http v1.4.0
5282026-04-10T04:03:15.562Z Compiling percent-encoding v2.3.2
5292026-04-10T04:03:15.632Z Compiling adler2 v2.0.1
5302026-04-10T04:03:15.667Z Compiling autocfg v1.5.0
5312026-04-10T04:03:15.801Z Compiling simd-adler32 v0.3.9
5322026-04-10T04:03:15.834Z Compiling zeroize v1.8.2
5332026-04-10T04:03:16.036Z Compiling num-traits v0.2.19
5342026-04-10T04:03:16.053Z Compiling miniz_oxide v0.8.9
5352026-04-10T04:03:16.266Z Compiling zerocopy v0.8.48
5362026-04-10T04:03:16.656Z Compiling object v0.37.3
5372026-04-10T04:03:16.717Z Compiling target-lexicon v0.13.3
5382026-04-10T04:03:16.815Z Compiling getrandom v0.3.4
5392026-04-10T04:03:17.053Z Compiling http-body v1.0.1
5402026-04-10T04:03:17.224Z Compiling rustls-pki-types v1.14.0
5412026-04-10T04:03:17.245Z Compiling semver v1.0.28
5422026-04-10T04:03:17.364Z Compiling getrandom v0.2.17
5432026-04-10T04:03:17.407Z Compiling serde_derive v1.0.228
5442026-04-10T04:03:17.505Z Compiling tokio-macros v2.7.0
5452026-04-10T04:03:17.585Z Compiling futures-macro v0.3.32
5462026-04-10T04:03:17.646Z Compiling tracing-attributes v0.1.31
5472026-04-10T04:03:17.836Z Compiling signal-hook v0.3.18
5482026-04-10T04:03:18.017Z Compiling httparse v1.10.1
5492026-04-10T04:03:18.047Z Compiling untrusted v0.9.0
5502026-04-10T04:03:18.156Z Compiling typenum v1.19.0
5512026-04-10T04:03:18.179Z Compiling guppy-workspace-hack v0.1.0
5522026-04-10T04:03:18.251Z Compiling tokio v1.51.1
5532026-04-10T04:03:18.357Z Compiling fnv v1.0.7
5542026-04-10T04:03:18.380Z Compiling futures-util v0.3.32
5552026-04-10T04:03:18.393Z Compiling gimli v0.32.3
5562026-04-10T04:03:18.459Z Compiling thiserror v2.0.18
5572026-04-10T04:03:18.486Z Compiling owo-colors v4.3.0
5582026-04-10T04:03:18.845Z Compiling tracing v0.1.44
5592026-04-10T04:03:18.936Z Compiling thiserror-impl v2.0.18
5602026-04-10T04:03:20.101Z Compiling form_urlencoded v1.2.2
5612026-04-10T04:03:20.387Z Compiling addr2line v0.25.1
5622026-04-10T04:03:21.694Z Compiling generic-array v0.14.7
5632026-04-10T04:03:21.698Z Compiling idna_adapter v1.0.0
5642026-04-10T04:03:21.698Z Compiling rustc-demangle v0.1.27
5652026-04-10T04:03:21.698Z Compiling try-lock v0.2.5
5662026-04-10T04:03:21.698Z Compiling target-spec v3.6.0
5672026-04-10T04:03:21.698Z Compiling pkg-config v0.3.32
5682026-04-10T04:03:21.698Z Compiling rustls v0.23.37
5692026-04-10T04:03:21.698Z Compiling tower-service v0.3.3
5702026-04-10T04:03:21.698Z Compiling atomic-waker v1.1.2
5712026-04-10T04:03:21.698Z Compiling utf8_iter v1.0.4
5722026-04-10T04:03:21.698Z Compiling typeid v1.0.3
5732026-04-10T04:03:21.698Z Compiling thiserror v1.0.69
5742026-04-10T04:03:21.698Z Compiling fastrand v2.4.1
5752026-04-10T04:03:21.708Z Compiling tempfile v3.27.0
5762026-04-10T04:03:21.837Z Compiling idna v1.1.0
5772026-04-10T04:03:21.888Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5782026-04-10T04:03:21.917Z Compiling want v0.3.1
5792026-04-10T04:03:22.103Z Compiling tokio-util v0.7.18
5802026-04-10T04:03:22.446Z Compiling cfg-expr v0.20.7
5812026-04-10T04:03:22.580Z Compiling h2 v0.4.13
5822026-04-10T04:03:22.710Z Compiling backtrace v0.3.76
5832026-04-10T04:03:23.580Z Compiling thiserror-impl v1.0.69
5842026-04-10T04:03:23.665Z Compiling terminal_size v0.4.4
5852026-04-10T04:03:23.812Z Compiling aho-corasick v1.1.4
5862026-04-10T04:03:23.993Z Compiling regex-syntax v0.8.10
5872026-04-10T04:03:24.378Z Compiling erased-serde v0.4.10
5882026-04-10T04:03:24.665Z Compiling winnow v0.7.15
5892026-04-10T04:03:24.707Z Compiling subtle v2.6.1
5902026-04-10T04:03:24.981Z Compiling hyper v1.9.0
5912026-04-10T04:03:26.561Z Compiling rustls-webpki v0.103.10
5922026-04-10T04:03:28.220Z Compiling regex-automata v0.4.14
5932026-04-10T04:03:29.164Z Compiling url v2.5.8
5942026-04-10T04:03:29.295Z Compiling serde_spanned v0.6.9
5952026-04-10T04:03:29.459Z Compiling toml_datetime v0.6.11
5962026-04-10T04:03:29.830Z Compiling ahash v0.8.12
5972026-04-10T04:03:30.068Z Compiling sync_wrapper v1.0.2
5982026-04-10T04:03:30.184Z Compiling either v1.15.0
5992026-04-10T04:03:30.400Z Compiling foldhash v0.1.5
6002026-04-10T04:03:30.638Z Compiling parking_lot_core v0.9.12
6012026-04-10T04:03:30.899Z Compiling unicode-linebreak v0.1.5
6022026-04-10T04:03:31.103Z Compiling lazy_static v1.5.0
6032026-04-10T04:03:31.130Z Compiling is_ci v1.2.0
6042026-04-10T04:03:31.173Z Compiling tower-layer v0.3.3
6052026-04-10T04:03:31.209Z Compiling portable-atomic v1.13.1
6062026-04-10T04:03:31.295Z Compiling ipnet v2.12.0
6072026-04-10T04:03:31.374Z Compiling nextest-workspace-hack v0.1.0
6082026-04-10T04:03:31.572Z Compiling base64 v0.22.1
6092026-04-10T04:03:31.585Z Compiling crc32fast v1.5.0
6102026-04-10T04:03:31.641Z Compiling toml_write v0.1.2
6112026-04-10T04:03:31.866Z Compiling unicode-segmentation v1.13.2
6122026-04-10T04:03:31.926Z Compiling hyper-util v0.1.20
6132026-04-10T04:03:32.050Z Compiling toml_edit v0.22.27
6142026-04-10T04:03:32.217Z Compiling convert_case v0.10.0
6152026-04-10T04:03:32.327Z Compiling tower v0.5.3
6162026-04-10T04:03:32.480Z Compiling supports-color v3.0.2
6172026-04-10T04:03:32.506Z Compiling sharded-slab v0.1.7
6182026-04-10T04:03:32.714Z Compiling textwrap v0.16.2
6192026-04-10T04:03:32.930Z Compiling hashbrown v0.15.5
6202026-04-10T04:03:33.103Z Compiling tokio-rustls v0.26.4
6212026-04-10T04:03:33.530Z Compiling backtrace-ext v0.2.1
6222026-04-10T04:03:33.789Z Compiling ordered-float v2.10.1
6232026-04-10T04:03:34.012Z Compiling webpki-roots v1.0.6
6242026-04-10T04:03:34.054Z Compiling miette-derive v7.6.0
6252026-04-10T04:03:34.102Z Compiling pathdiff v0.2.3
6262026-04-10T04:03:34.133Z Compiling console v0.15.11
6272026-04-10T04:03:34.227Z Compiling tracing-log v0.2.0
6282026-04-10T04:03:34.586Z Compiling cargo-platform v0.3.2
6292026-04-10T04:03:34.604Z Compiling os_pipe v1.2.3
6302026-04-10T04:03:34.774Z Compiling thread_local v1.1.9
6312026-04-10T04:03:35.125Z Compiling iri-string v0.7.12
6322026-04-10T04:03:35.139Z Compiling supports-unicode v3.0.0
6332026-04-10T04:03:35.312Z Compiling ryu v1.0.23
6342026-04-10T04:03:35.462Z Compiling zstd-safe v7.2.4
6352026-04-10T04:03:35.475Z Compiling debug-ignore v1.0.5
6362026-04-10T04:03:35.587Z Compiling fixedbitset v0.5.7
6372026-04-10T04:03:35.608Z Compiling pulldown-cmark v0.13.3
6382026-04-10T04:03:35.695Z Compiling scopeguard v1.2.0
6392026-04-10T04:03:35.803Z Compiling unicode-width v0.1.14
6402026-04-10T04:03:35.820Z Compiling utf8parse v0.2.2
6412026-04-10T04:03:35.935Z Compiling winnow v1.0.1
6422026-04-10T04:03:36.094Z Compiling cfg_aliases v0.2.1
6432026-04-10T04:03:36.107Z Compiling supports-hyperlinks v3.2.0
6442026-04-10T04:03:36.168Z Compiling rustix v0.38.44
6452026-04-10T04:03:36.323Z Compiling miette v7.6.0
6462026-04-10T04:03:36.614Z Compiling tower-http v0.6.8
6472026-04-10T04:03:37.353Z Compiling toml_parser v1.1.2+spec-1.1.0
6482026-04-10T04:03:37.555Z Compiling nix v0.30.1
6492026-04-10T04:03:37.735Z Compiling anstyle-parse v1.0.0
6502026-04-10T04:03:37.951Z Compiling petgraph v0.8.3
6512026-04-10T04:03:37.964Z Compiling lock_api v0.4.14
6522026-04-10T04:03:38.263Z Compiling serde_urlencoded v0.7.1
6532026-04-10T04:03:38.547Z Compiling tracing-subscriber v0.3.23
6542026-04-10T04:03:38.671Z Compiling cargo_metadata v0.23.1
6552026-04-10T04:03:39.274Z Compiling sigchld v0.2.4
6562026-04-10T04:03:39.470Z Compiling hyper-rustls v0.27.7
6572026-04-10T04:03:39.859Z Compiling serde-value v0.7.0
6582026-04-10T04:03:40.146Z Compiling serde-untagged v0.1.9
6592026-04-10T04:03:40.491Z Compiling toml v0.8.23
6602026-04-10T04:03:40.776Z Compiling derive_more-impl v2.1.1
6612026-04-10T04:03:41.591Z Compiling itertools v0.14.0
6622026-04-10T04:03:41.708Z Compiling regex v1.12.3
6632026-04-10T04:03:41.791Z Compiling block-buffer v0.10.4
6642026-04-10T04:03:41.808Z Compiling crypto-common v0.1.7
6652026-04-10T04:03:41.943Z Compiling ppv-lite86 v0.2.21
6662026-04-10T04:03:41.956Z Compiling futures-executor v0.3.32
6672026-04-10T04:03:42.269Z Compiling rand_core v0.9.5
6682026-04-10T04:03:42.489Z Compiling pin-project-internal v1.1.11
6692026-04-10T04:03:42.524Z Compiling http-body-util v0.1.3
6702026-04-10T04:03:42.788Z Compiling uuid v1.23.0
6712026-04-10T04:03:43.042Z Compiling toml_datetime v1.1.1+spec-1.1.0
6722026-04-10T04:03:43.123Z Compiling serde_spanned v1.1.1
6732026-04-10T04:03:43.283Z Compiling smol_str v0.3.6
6742026-04-10T04:03:43.320Z Compiling filetime v0.2.27
6752026-04-10T04:03:43.384Z Compiling bstr v1.12.1
6762026-04-10T04:03:43.459Z Compiling vte v0.14.1
6772026-04-10T04:03:43.520Z Compiling anstyle-query v1.1.5
6782026-04-10T04:03:43.533Z Compiling anstyle v1.0.14
6792026-04-10T04:03:43.636Z Compiling litrs v1.0.0
6802026-04-10T04:03:43.676Z Compiling is_terminal_polyfill v1.70.2
6812026-04-10T04:03:43.774Z Compiling unicase v2.9.0
6822026-04-10T04:03:43.803Z Compiling tinyvec_macros v0.1.1
6832026-04-10T04:03:43.875Z Compiling colorchoice v1.0.5
6842026-04-10T04:03:43.959Z Compiling unicode-xid v0.2.6
6852026-04-10T04:03:43.999Z Compiling color-spantrace v0.3.0
6862026-04-10T04:03:44.021Z Compiling self_update v0.42.0
6872026-04-10T04:03:44.064Z Compiling iana-time-zone v0.1.65
6882026-04-10T04:03:44.078Z Compiling xattr v1.6.1
6892026-04-10T04:03:44.096Z Compiling static_assertions v1.1.0
6902026-04-10T04:03:44.161Z Compiling number_prefix v0.4.0
6912026-04-10T04:03:44.186Z Compiling nested v0.1.1
6922026-04-10T04:03:44.247Z Compiling eyre v0.6.12
6932026-04-10T04:03:44.283Z Compiling indicatif v0.17.11
6942026-04-10T04:03:44.314Z Compiling guppy v0.17.25
6952026-04-10T04:03:44.340Z Compiling tar v0.4.45
6962026-04-10T04:03:44.362Z Compiling chrono v0.4.44
6972026-04-10T04:03:44.402Z Compiling document-features v0.2.12
6982026-04-10T04:03:44.818Z Compiling cargo-util-schemas v0.2.0
6992026-04-10T04:03:46.073Z Compiling anstream v1.0.0
7002026-04-10T04:03:46.549Z Compiling tinyvec v1.11.0
7012026-04-10T04:03:46.569Z Compiling globset v0.4.18
7022026-04-10T04:03:46.918Z Compiling strip-ansi-escapes v0.2.1
7032026-04-10T04:03:46.966Z Compiling pin-project v1.1.11
7042026-04-10T04:03:47.074Z Compiling nextest-metadata v0.12.2
7052026-04-10T04:03:47.238Z Compiling toml v1.1.2+spec-1.1.0
7062026-04-10T04:03:47.420Z Compiling newtype-uuid v1.3.2
7072026-04-10T04:03:47.436Z Compiling reqwest v0.12.28
7082026-04-10T04:03:47.612Z Compiling rand_chacha v0.9.0
7092026-04-10T04:03:47.737Z Compiling futures v0.3.32
7102026-04-10T04:03:47.824Z Compiling digest v0.10.7
7112026-04-10T04:03:48.052Z Compiling flate2 v1.1.9
7122026-04-10T04:03:48.161Z Compiling derive_more v2.1.1
7132026-04-10T04:03:48.245Z Compiling parking_lot v0.12.5
7142026-04-10T04:03:48.601Z Compiling tracing-error v0.2.1
7152026-04-10T04:03:48.838Z Compiling shared_child v1.1.1
7162026-04-10T04:03:49.504Z Compiling signal-hook-mio v0.2.5
7172026-04-10T04:03:49.642Z Compiling self-replace v1.5.0
7182026-04-10T04:03:49.792Z Compiling cargo-platform v0.2.0
7192026-04-10T04:03:49.934Z Compiling quick-xml v0.37.5
7202026-04-10T04:03:50.344Z Compiling quick-xml v0.38.4
7212026-04-10T04:03:50.448Z Compiling urlencoding v2.1.3
7222026-04-10T04:03:50.703Z Compiling shell-words v1.1.1
7232026-04-10T04:03:50.947Z Compiling indenter v0.3.4
7242026-04-10T04:03:50.947Z Compiling cpufeatures v0.2.17
7252026-04-10T04:03:51.040Z Compiling recursion v0.5.4
7262026-04-10T04:03:51.083Z Compiling strsim v0.11.1
7272026-04-10T04:03:51.182Z Compiling humantime v2.3.0
7282026-04-10T04:03:51.481Z Compiling heck v0.5.0
7292026-04-10T04:03:51.607Z Compiling clap_lex v1.1.0
7302026-04-10T04:03:51.732Z Compiling clap_derive v4.6.0
7312026-04-10T04:03:51.910Z Compiling clap_builder v4.6.0
7322026-04-10T04:03:51.931Z Compiling humantime-serde v1.1.1
7332026-04-10T04:03:51.973Z Compiling nextest-filtering v0.15.0
7342026-04-10T04:03:52.268Z Compiling sha2 v0.10.9
7352026-04-10T04:03:52.608Z Compiling quick-junit v0.5.2
7362026-04-10T04:03:53.480Z Compiling cargo_metadata v0.20.0
7372026-04-10T04:03:55.719Z Compiling atomicwrites v0.4.4
7382026-04-10T04:03:55.946Z Compiling crossterm v0.29.0
7392026-04-10T04:03:56.006Z Compiling cargo-nextest v0.9.97
7402026-04-10T04:03:57.174Z Compiling duct v0.13.7
7412026-04-10T04:03:58.084Z Compiling zstd v0.13.3
7422026-04-10T04:03:58.432Z Compiling config v0.15.22
7432026-04-10T04:03:58.528Z Compiling async-scoped v0.9.0
7442026-04-10T04:03:58.557Z Compiling rand v0.9.2
7452026-04-10T04:03:58.721Z Compiling unicode-normalization v0.1.25
7462026-04-10T04:03:58.930Z Compiling target-spec-miette v0.4.6
7472026-04-10T04:03:59.105Z Compiling future-queue v0.4.0
7482026-04-10T04:03:59.302Z Compiling mukti-metadata v0.3.0
7492026-04-10T04:03:59.317Z Compiling tokio-stream v0.1.18
7502026-04-10T04:03:59.336Z Compiling camino-tempfile v1.4.1
7512026-04-10T04:03:59.382Z Compiling derive-where v1.6.1
7522026-04-10T04:03:59.776Z Compiling serde_ignored v0.1.14
7532026-04-10T04:03:59.791Z Compiling serde_path_to_error v0.1.20
7542026-04-10T04:03:59.831Z Compiling xxhash-rust v0.8.15
7552026-04-10T04:03:59.996Z Compiling indent_write v2.2.0
7562026-04-10T04:04:00.014Z Compiling home v0.5.12
7572026-04-10T04:04:00.017Z Compiling swrite v0.1.0
7582026-04-10T04:04:00.131Z Compiling hex v0.4.3
7592026-04-10T04:04:00.176Z Compiling color-eyre v0.6.5
7602026-04-10T04:04:00.259Z Compiling clap v4.6.0
7612026-04-10T04:04:00.273Z Compiling dialoguer v0.11.0
7622026-04-10T04:04:00.346Z Compiling enable-ansi-support v0.2.1
7632026-04-10T04:04:00.608Z Compiling nextest-runner v0.80.0
7642026-04-10T04:04:18.892Z Finished `release` profile [optimized] target(s) in 1m 10s
7652026-04-10T04:04:19.076Z Installing /home/build/.cargo/bin/cargo-nextest
7662026-04-10T04:04:19.080Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7672026-04-10T04:04:19.200Z+ pushd mg-lower
7682026-04-10T04:04:19.204Z+ cargo nextest run
7692026-04-10T04:04:19.204Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7702026-04-10T04:04:19.360Z Updating git repository `https://github.com/oxidecomputer/falcon`
7712026-04-10T04:04:19.962ZFrom https://github.com/oxidecomputer/falcon
7722026-04-10T04:04:19.962Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7732026-04-10T04:04:20.039Z Updating crates.io index
7742026-04-10T04:04:20.042Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7752026-04-10T04:04:20.753ZFrom https://github.com/oxidecomputer/dendrite
7762026-04-10T04:04:20.753Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7772026-04-10T04:04:20.857Z Updating git repository `https://github.com/oxidecomputer/ispf`
7782026-04-10T04:04:21.107ZFrom https://github.com/oxidecomputer/ispf
7792026-04-10T04:04:21.107Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7802026-04-10T04:04:21.114Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7812026-04-10T04:04:21.490ZFrom https://github.com/oxidecomputer/netadm-sys
7822026-04-10T04:04:21.490Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7832026-04-10T04:04:21.498Z Updating git repository `https://github.com/oxidecomputer/omicron`
7842026-04-10T04:04:29.149ZFrom https://github.com/oxidecomputer/omicron
7852026-04-10T04:04:29.149Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7862026-04-10T04:04:29.543Z Updating git repository `https://github.com/oxidecomputer/opte`
7872026-04-10T04:04:30.165ZFrom https://github.com/oxidecomputer/opte
7882026-04-10T04:04:30.165Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
7892026-04-10T04:04:30.197Z Updating git repository `https://github.com/illumos/smf-rs`
7902026-04-10T04:04:30.485ZFrom https://github.com/illumos/smf-rs
7912026-04-10T04:04:30.485Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7922026-04-10T04:04:30.594Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7932026-04-10T04:04:30.841ZFrom https://github.com/oxidecomputer/network-interface
7942026-04-10T04:04:30.841Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7952026-04-10T04:04:30.848Z Updating git repository `https://github.com/oxidecomputer/zone`
7962026-04-10T04:04:31.111ZFrom https://github.com/oxidecomputer/zone
7972026-04-10T04:04:31.111Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7982026-04-10T04:04:31.138Z Updating git repository `https://github.com/oxidecomputer/propolis`
7992026-04-10T04:04:32.330ZFrom https://github.com/oxidecomputer/propolis
8002026-04-10T04:04:32.330Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8012026-04-10T04:04:32.409Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8022026-04-10T04:04:32.884ZFrom https://github.com/oxidecomputer/transceiver-control
8032026-04-10T04:04:32.884Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8042026-04-10T04:04:32.928Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8052026-04-10T04:04:33.203ZFrom https://github.com/oxidecomputer/dlpi-sys
8062026-04-10T04:04:33.203Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8072026-04-10T04:04:33.209Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8082026-04-10T04:04:33.549ZFrom https://github.com/jmesmon/rust-libzfs
8092026-04-10T04:04:33.549Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8102026-04-10T04:04:33.557Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8112026-04-10T04:04:33.824ZFrom https://github.com/oxidecomputer/rusty-doors
8122026-04-10T04:04:33.824Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8132026-04-10T04:04:33.833Z Updating git repository `https://github.com/oxidecomputer/lldp`
8142026-04-10T04:04:34.156ZFrom https://github.com/oxidecomputer/lldp
8152026-04-10T04:04:34.156Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8162026-04-10T04:04:34.209Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8172026-04-10T04:04:34.474ZFrom https://github.com/oxidecomputer/slog-error-chain
8182026-04-10T04:04:34.474Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8192026-04-10T04:04:34.492Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8202026-04-10T04:04:34.785ZFrom https://github.com/oxidecomputer/tufaceous
8212026-04-10T04:04:34.785Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8222026-04-10T04:04:34.804Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8232026-04-10T04:04:35.263ZFrom https://github.com/oxidecomputer/management-gateway-service
8242026-04-10T04:04:35.264Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8252026-04-10T04:04:35.312Z Updating git repository `https://github.com/oxidecomputer/crucible`
8262026-04-10T04:04:36.140ZFrom https://github.com/oxidecomputer/crucible
8272026-04-10T04:04:36.140Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8282026-04-10T04:04:36.190Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8292026-04-10T04:04:36.438ZFrom https://github.com/oxidecomputer/serde_human_bytes
8302026-04-10T04:04:36.438Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8312026-04-10T04:04:36.671Z Updating git repository `https://github.com/oxidecomputer/propolis`
8322026-04-10T04:04:37.074ZFrom https://github.com/oxidecomputer/propolis
8332026-04-10T04:04:37.074Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8342026-04-10T04:04:37.153Z Updating git repository `https://github.com/oxidecomputer/tofino`
8352026-04-10T04:04:37.412ZFrom https://github.com/oxidecomputer/tofino
8362026-04-10T04:04:37.412Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8372026-04-10T04:04:37.433Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8382026-04-10T04:04:37.968ZFrom https://github.com/oxidecomputer/maghemite
8392026-04-10T04:04:37.968Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8402026-04-10T04:04:37.999Z Updating git repository `https://github.com/oxidecomputer/clickward`
8412026-04-10T04:04:38.260ZFrom https://github.com/oxidecomputer/clickward
8422026-04-10T04:04:38.261Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8432026-04-10T04:04:38.437Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8442026-04-10T04:04:38.830ZFrom https://github.com/oxidecomputer/illumos-devinfo
8452026-04-10T04:04:38.830Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8462026-04-10T04:04:38.918Z Updating git repository `https://github.com/oxidecomputer/crucible`
8472026-04-10T04:04:39.225ZFrom https://github.com/oxidecomputer/crucible
8482026-04-10T04:04:39.225Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8492026-04-10T04:04:39.942Z Downloading crates ...
8502026-04-10T04:04:40.055Z Downloaded bit-set v0.8.0
8512026-04-10T04:04:40.059Z Downloaded arrayvec v0.7.6
8522026-04-10T04:04:40.064Z Downloaded derive_more v0.99.20
8532026-04-10T04:04:40.067Z Downloaded erased-serde v0.3.31
8542026-04-10T04:04:40.070Z Downloaded defmt v0.3.100
8552026-04-10T04:04:40.075Z Downloaded darling_core v0.21.3
8562026-04-10T04:04:40.078Z Downloaded async-compression v0.4.41
8572026-04-10T04:04:40.082Z Downloaded byteorder v1.5.0
8582026-04-10T04:04:40.085Z Downloaded base16ct v0.2.0
8592026-04-10T04:04:40.088Z Downloaded cargo_toml v0.22.3
8602026-04-10T04:04:40.093Z Downloaded backon v1.6.0
8612026-04-10T04:04:40.096Z Downloaded is-terminal v0.4.17
8622026-04-10T04:04:40.099Z Downloaded derive-ex v0.1.8
8632026-04-10T04:04:40.099Z Downloaded chacha20poly1305 v0.10.1
8642026-04-10T04:04:40.102Z Downloaded blake2 v0.10.6
8652026-04-10T04:04:40.102Z Downloaded async-stream-impl v0.3.6
8662026-04-10T04:04:40.105Z Downloaded compression-core v0.4.31
8672026-04-10T04:04:40.105Z Downloaded cipher v0.4.4
8682026-04-10T04:04:40.106Z Downloaded bcs v0.1.6
8692026-04-10T04:04:40.115Z Downloaded hmac v0.12.1
8702026-04-10T04:04:40.118Z Downloaded deranged v0.5.8
8712026-04-10T04:04:40.118Z Downloaded hostname v0.3.1
8722026-04-10T04:04:40.127Z Downloaded dtrace-parser v0.3.0
8732026-04-10T04:04:40.134Z Downloaded pem v3.0.6
8742026-04-10T04:04:40.137Z Downloaded async-stream v0.3.6
8752026-04-10T04:04:40.140Z Downloaded hostname v0.4.2
8762026-04-10T04:04:40.140Z Downloaded crunchy v0.2.4
8772026-04-10T04:04:40.140Z Downloaded crucible-workspace-hack v0.1.0
8782026-04-10T04:04:40.143Z Downloaded convert_case v0.4.0
8792026-04-10T04:04:40.143Z Downloaded const-random-macro v0.1.16
8802026-04-10T04:04:40.146Z Downloaded num_threads v0.1.7
8812026-04-10T04:04:40.146Z Downloaded dunce v1.0.5
8822026-04-10T04:04:40.146Z Downloaded ciborium-ll v0.2.2
8832026-04-10T04:04:40.150Z Downloaded hickory-resolver v0.24.4
8842026-04-10T04:04:40.154Z Downloaded dof v0.4.0
8852026-04-10T04:04:40.157Z Downloaded embedded-io v0.6.1
8862026-04-10T04:04:40.157Z Downloaded highway v1.3.0
8872026-04-10T04:04:40.160Z Downloaded cpufeatures v0.3.0
8882026-04-10T04:04:40.160Z Downloaded enum-as-inner v0.6.1
8892026-04-10T04:04:40.163Z Downloaded fastrand v2.3.0
8902026-04-10T04:04:40.163Z Downloaded libsw v3.5.0
8912026-04-10T04:04:40.166Z Downloaded argon2 v0.5.3
8922026-04-10T04:04:40.166Z Downloaded const-random v0.1.18
8932026-04-10T04:04:40.166Z Downloaded dtrace-parser v0.2.0
8942026-04-10T04:04:40.169Z Downloaded icu_properties v2.1.2
8952026-04-10T04:04:40.172Z Downloaded hubpack_derive v0.1.1
8962026-04-10T04:04:40.173Z Downloaded dropshot-api-manager-types v0.7.0
8972026-04-10T04:04:40.173Z Downloaded fxhash v0.2.1
8982026-04-10T04:04:40.176Z Downloaded keccak v0.1.6
8992026-04-10T04:04:40.176Z Downloaded aead v0.5.2
9002026-04-10T04:04:40.176Z Downloaded newtype-uuid-macros v0.1.0
9012026-04-10T04:04:40.179Z Downloaded group v0.13.0
9022026-04-10T04:04:40.179Z Downloaded multer v3.1.0
9032026-04-10T04:04:40.182Z Downloaded darling_macro v0.23.0
9042026-04-10T04:04:40.182Z Downloaded libsw-core v0.3.2
9052026-04-10T04:04:40.185Z Downloaded async-recursion v1.1.1
9062026-04-10T04:04:40.185Z Downloaded dof v0.3.0
9072026-04-10T04:04:40.188Z Downloaded icu_collections v2.1.1
9082026-04-10T04:04:40.191Z Downloaded crc8 v0.1.1
9092026-04-10T04:04:40.191Z Downloaded ciborium-io v0.2.2
9102026-04-10T04:04:40.194Z Downloaded foreign-types v0.5.0
9112026-04-10T04:04:40.194Z Downloaded darling_macro v0.21.3
9122026-04-10T04:04:40.195Z Downloaded compression-codecs v0.4.37
9132026-04-10T04:04:40.198Z Downloaded dyn-clone v1.0.20
9142026-04-10T04:04:40.198Z Downloaded defmt-parser v1.0.0
9152026-04-10T04:04:40.201Z Downloaded cstr-argument v0.1.2
9162026-04-10T04:04:40.201Z Downloaded arrayref v0.3.9
9172026-04-10T04:04:40.204Z Downloaded opaque-debug v0.3.1
9182026-04-10T04:04:40.204Z Downloaded num_enum_derive v0.5.11
9192026-04-10T04:04:40.204Z Downloaded hash32 v0.3.1
9202026-04-10T04:04:40.207Z Downloaded lru-cache v0.1.2
9212026-04-10T04:04:40.207Z Downloaded embedded-io v0.4.0
9222026-04-10T04:04:40.210Z Downloaded bitflags v1.3.2
9232026-04-10T04:04:40.210Z Downloaded gethostname v0.5.0
9242026-04-10T04:04:40.213Z Downloaded chacha20 v0.9.1
9252026-04-10T04:04:40.213Z Downloaded crossbeam-deque v0.8.6
9262026-04-10T04:04:40.216Z Downloaded ingot-types v0.1.2
9272026-04-10T04:04:40.216Z Downloaded backoff v0.4.0
9282026-04-10T04:04:40.219Z Downloaded cobs v0.3.0
9292026-04-10T04:04:40.219Z Downloaded fixedbitset v0.4.2
9302026-04-10T04:04:40.222Z Downloaded macaddr v1.0.1
9312026-04-10T04:04:40.222Z Downloaded memmap v0.7.0
9322026-04-10T04:04:40.222Z Downloaded displaydoc v0.2.5
9332026-04-10T04:04:40.225Z Downloaded libscf-sys v1.1.0
9342026-04-10T04:04:40.226Z Downloaded daft-derive v0.1.5
9352026-04-10T04:04:40.229Z Downloaded num-rational v0.4.2
9362026-04-10T04:04:40.232Z Downloaded parse-display v0.10.0
9372026-04-10T04:04:40.232Z Downloaded instant v0.1.13
9382026-04-10T04:04:40.232Z Downloaded num-integer v0.1.46
9392026-04-10T04:04:40.235Z Downloaded glob v0.3.3
9402026-04-10T04:04:40.235Z Downloaded powerfmt v0.2.0
9412026-04-10T04:04:40.238Z Downloaded potential_utf v0.1.4
9422026-04-10T04:04:40.238Z Downloaded data-encoding v2.10.0
9432026-04-10T04:04:40.238Z Downloaded hubpack v0.1.2
9442026-04-10T04:04:40.241Z Downloaded defmt-macros v1.0.1
9452026-04-10T04:04:40.241Z Downloaded num-iter v0.1.45
9462026-04-10T04:04:40.244Z Downloaded foreign-types-macros v0.2.3
9472026-04-10T04:04:40.244Z Downloaded bytecount v0.6.9
9482026-04-10T04:04:40.248Z Downloaded no-std-compat v0.4.1
9492026-04-10T04:04:40.248Z Downloaded defmt v1.0.1
9502026-04-10T04:04:40.251Z Downloaded git-stub-vcs v0.1.0
9512026-04-10T04:04:40.251Z Downloaded managed v0.8.0
9522026-04-10T04:04:40.251Z Downloaded num_enum v0.7.6
9532026-04-10T04:04:40.254Z Downloaded num_enum_derive v0.7.6
9542026-04-10T04:04:40.257Z Downloaded const_format_proc_macros v0.2.34
9552026-04-10T04:04:40.257Z Downloaded async-trait v0.1.89
9562026-04-10T04:04:40.261Z Downloaded phf_shared v0.12.1
9572026-04-10T04:04:40.261Z Downloaded icu_normalizer v2.1.1
9582026-04-10T04:04:40.264Z Downloaded httpdate v1.0.3
9592026-04-10T04:04:40.264Z Downloaded base64 v0.21.7
9602026-04-10T04:04:40.267Z Downloaded match_cfg v0.1.0
9612026-04-10T04:04:40.267Z Downloaded mime v0.3.17
9622026-04-10T04:04:40.270Z Downloaded proc-macro-crate v3.5.0
9632026-04-10T04:04:40.270Z Downloaded crossbeam-utils v0.8.21
9642026-04-10T04:04:40.273Z Downloaded fs_extra v1.3.0
9652026-04-10T04:04:40.273Z Downloaded fs-err v3.3.0
9662026-04-10T04:04:40.277Z Downloaded password-hash v0.5.0
9672026-04-10T04:04:40.277Z Downloaded num v0.4.3
9682026-04-10T04:04:40.277Z Downloaded rand_xorshift v0.4.0
9692026-04-10T04:04:40.277Z Downloaded proc-macro-error-attr2 v2.0.0
9702026-04-10T04:04:40.280Z Downloaded progenitor-macro v0.11.2
9712026-04-10T04:04:40.280Z Downloaded foldhash v0.2.0
9722026-04-10T04:04:40.284Z Downloaded paste v1.0.15
9732026-04-10T04:04:40.284Z Downloaded litemap v0.8.1
9742026-04-10T04:04:40.287Z Downloaded parse-display-derive v0.10.0
9752026-04-10T04:04:40.287Z Downloaded parking_lot_core v0.8.6
9762026-04-10T04:04:40.290Z Downloaded proc-macro-crate v1.3.1
9772026-04-10T04:04:40.290Z Downloaded newtype_derive v0.1.6
9782026-04-10T04:04:40.290Z Downloaded indicatif v0.18.4
9792026-04-10T04:04:40.294Z Downloaded pretty-hex v0.4.2
9802026-04-10T04:04:40.297Z Downloaded newline-converter v0.3.0
9812026-04-10T04:04:40.297Z Downloaded natord v1.0.9
9822026-04-10T04:04:40.297Z Downloaded memoffset v0.9.1
9832026-04-10T04:04:40.300Z Downloaded num_enum v0.5.11
9842026-04-10T04:04:40.303Z Downloaded ipnetwork v0.21.1
9852026-04-10T04:04:40.303Z Downloaded csv-core v0.1.13
9862026-04-10T04:04:40.306Z Downloaded crossbeam-epoch v0.9.18
9872026-04-10T04:04:40.306Z Downloaded float-ord v0.3.2
9882026-04-10T04:04:40.309Z Downloaded anyhow v1.0.102
9892026-04-10T04:04:40.309Z Downloaded bit-vec v0.8.0
9902026-04-10T04:04:40.312Z Downloaded num-complex v0.4.6
9912026-04-10T04:04:40.312Z Downloaded git-stub v1.0.0
9922026-04-10T04:04:40.316Z Downloaded critical-section v1.2.0
9932026-04-10T04:04:40.316Z Downloaded oxide-tokio-rt v0.1.3
9942026-04-10T04:04:40.320Z Downloaded num-derive v0.3.3
9952026-04-10T04:04:40.320Z Downloaded rustc_version v0.1.7
9962026-04-10T04:04:40.320Z Downloaded ref-cast-impl v1.0.25
9972026-04-10T04:04:40.323Z Downloaded colored v3.1.1
9982026-04-10T04:04:40.323Z Downloaded ff v0.13.1
9992026-04-10T04:04:40.323Z Downloaded nom v8.0.0
10002026-04-10T04:04:40.327Z Downloaded same-file v1.0.6
10012026-04-10T04:04:40.330Z Downloaded omicron-zone-package v0.12.2
10022026-04-10T04:04:40.333Z Downloaded linked-hash-map v0.5.6
10032026-04-10T04:04:40.333Z Downloaded poly1305 v0.8.0
10042026-04-10T04:04:40.336Z Downloaded progenitor-extras v0.1.1
10052026-04-10T04:04:40.336Z Downloaded secrecy v0.10.3
10062026-04-10T04:04:40.336Z Downloaded parking_lot v0.11.2
10072026-04-10T04:04:40.342Z Downloaded inout v0.1.4
10082026-04-10T04:04:40.342Z Downloaded ident_case v1.0.1
10092026-04-10T04:04:40.342Z Downloaded phf v0.12.1
10102026-04-10T04:04:40.342Z Downloaded icu_provider v2.1.1
10112026-04-10T04:04:40.345Z Downloaded semver v0.1.20
10122026-04-10T04:04:40.345Z Downloaded idna_adapter v1.2.1
10132026-04-10T04:04:40.345Z Downloaded ingot-macros v0.1.1
10142026-04-10T04:04:40.345Z Downloaded jiff-static v0.2.23
10152026-04-10T04:04:40.349Z Downloaded plain v0.2.3
10162026-04-10T04:04:40.349Z Downloaded oxnet v0.1.4
10172026-04-10T04:04:40.353Z Downloaded progenitor v0.13.0
10182026-04-10T04:04:40.353Z Downloaded memmap2 v0.9.10
10192026-04-10T04:04:40.356Z Downloaded proc-macro-error v1.0.4
10202026-04-10T04:04:40.357Z Downloaded sigpipe v0.1.3
10212026-04-10T04:04:40.357Z Downloaded rand_core v0.10.0
10222026-04-10T04:04:40.360Z Downloaded rand_chacha v0.3.1
10232026-04-10T04:04:40.360Z Downloaded serial_test_derive v3.4.0
10242026-04-10T04:04:40.360Z Downloaded olpc-cjson v0.1.4
10252026-04-10T04:04:40.360Z Downloaded progenitor v0.10.0
10262026-04-10T04:04:40.363Z Downloaded slog-bunyan v2.5.0
10272026-04-10T04:04:40.363Z Downloaded progenitor-macro v0.10.0
10282026-04-10T04:04:40.363Z Downloaded icu_normalizer_data v2.1.1
10292026-04-10T04:04:40.366Z Downloaded dropshot_endpoint v0.16.7
10302026-04-10T04:04:40.370Z Downloaded progenitor-client v0.13.0
10312026-04-10T04:04:40.370Z Downloaded darling v0.23.0
10322026-04-10T04:04:40.373Z Downloaded proc-macro-error2 v2.0.1
10332026-04-10T04:04:40.376Z Downloaded elliptic-curve v0.13.8
10342026-04-10T04:04:40.380Z Downloaded slog-envlogger v2.2.0
10352026-04-10T04:04:40.380Z Downloaded serde_repr v0.1.20
10362026-04-10T04:04:40.380Z Downloaded quick-error v1.2.3
10372026-04-10T04:04:40.384Z Downloaded heck v0.4.1
10382026-04-10T04:04:40.384Z Downloaded papergrid v0.17.0
10392026-04-10T04:04:40.387Z Downloaded smawk v0.3.2
10402026-04-10T04:04:40.387Z Downloaded cookie v0.18.1
10412026-04-10T04:04:40.387Z Downloaded dropshot_endpoint v0.17.0
10422026-04-10T04:04:40.391Z Downloaded diff v0.1.13
10432026-04-10T04:04:40.396Z Downloaded sha1 v0.10.6
10442026-04-10T04:04:40.396Z Downloaded strum v0.27.2
10452026-04-10T04:04:40.396Z Downloaded stable_deref_trait v1.2.1
10462026-04-10T04:04:40.400Z Downloaded internet-checksum v0.2.1
10472026-04-10T04:04:40.400Z Downloaded foreign-types-shared v0.3.1
10482026-04-10T04:04:40.400Z Downloaded hickory-resolver v0.25.2
10492026-04-10T04:04:40.400Z Downloaded ciborium v0.2.2
10502026-04-10T04:04:40.403Z Downloaded strum v0.26.3
10512026-04-10T04:04:40.403Z Downloaded structmeta-derive v0.3.0
10522026-04-10T04:04:40.403Z Downloaded papergrid v0.11.0
10532026-04-10T04:04:40.406Z Downloaded cc v1.2.58
10542026-04-10T04:04:40.410Z Downloaded serde_plain v1.0.2
10552026-04-10T04:04:40.410Z Downloaded schemars_derive v0.8.22
10562026-04-10T04:04:40.410Z Downloaded rustls-native-certs v0.8.3
10572026-04-10T04:04:40.413Z Downloaded resolv-conf v0.7.6
10582026-04-10T04:04:40.413Z Downloaded num-conv v0.2.1
10592026-04-10T04:04:40.413Z Downloaded linear-map v1.2.0
10602026-04-10T04:04:40.416Z Downloaded tabled_derive v0.11.0
10612026-04-10T04:04:40.417Z Downloaded rusty-fork v0.3.1
10622026-04-10T04:04:40.417Z Downloaded console v0.16.3
10632026-04-10T04:04:40.420Z Downloaded cmake v0.1.58
10642026-04-10T04:04:40.420Z Downloaded chacha20 v0.10.0
10652026-04-10T04:04:40.420Z Downloaded cancel-safe-futures v0.1.5
10662026-04-10T04:04:40.423Z Downloaded termtree v0.5.1
10672026-04-10T04:04:40.423Z Downloaded slog-json v2.6.1
10682026-04-10T04:04:40.426Z Downloaded icu_locale_core v2.1.1
10692026-04-10T04:04:40.430Z Downloaded take_mut v0.2.2
10702026-04-10T04:04:40.430Z Downloaded thread-id v5.1.0
10712026-04-10T04:04:40.430Z Downloaded scroll v0.12.0
10722026-04-10T04:04:40.434Z Downloaded indexmap v1.9.3
10732026-04-10T04:04:40.434Z Downloaded half v2.7.1
10742026-04-10T04:04:40.437Z Downloaded pest_derive v2.8.6
10752026-04-10T04:04:40.438Z Downloaded tabled_derive v0.7.0
10762026-04-10T04:04:40.438Z Downloaded slog-async v2.8.0
10772026-04-10T04:04:40.442Z Downloaded thread-id v4.2.2
10782026-04-10T04:04:40.442Z Downloaded allocator-api2 v0.2.21
10792026-04-10T04:04:40.442Z Downloaded arc-swap v1.9.0
10802026-04-10T04:04:40.445Z Downloaded num-derive v0.4.2
10812026-04-10T04:04:40.445Z Downloaded snafu-derive v0.8.9
10822026-04-10T04:04:40.445Z Downloaded hkdf v0.12.4
10832026-04-10T04:04:40.448Z Downloaded serde_tokenstream v0.2.3
10842026-04-10T04:04:40.448Z Downloaded daft v0.1.5
10852026-04-10T04:04:40.457Z Downloaded constant_time_eq v0.4.2
10862026-04-10T04:04:40.457Z Downloaded topological-sort v0.2.2
10872026-04-10T04:04:40.457Z Downloaded byte-wrapper v0.1.0
10882026-04-10T04:04:40.462Z Downloaded slog-dtrace v0.3.0
10892026-04-10T04:04:40.462Z Downloaded postcard v1.1.3
10902026-04-10T04:04:40.462Z Downloaded indexmap v2.13.0
10912026-04-10T04:04:40.462Z Downloaded ingot v0.1.1
10922026-04-10T04:04:40.462Z Downloaded smartstring v1.0.1
10932026-04-10T04:04:40.462Z Downloaded synstructure v0.13.2
10942026-04-10T04:04:40.462Z Downloaded slog-term v2.9.2
10952026-04-10T04:04:40.466Z Downloaded hashbrown v0.12.3
10962026-04-10T04:04:40.506Z Downloaded thiserror-impl-no-std v2.0.2
10972026-04-10T04:04:40.506Z Downloaded slog-stdlog v4.1.1
10982026-04-10T04:04:40.506Z Downloaded rustversion v1.0.22
10992026-04-10T04:04:40.506Z Downloaded darling_core v0.23.0
11002026-04-10T04:04:40.510Z Downloaded crossbeam-channel v0.5.15
11012026-04-10T04:04:40.510Z Downloaded serde_with_macros v3.18.0
11022026-04-10T04:04:40.510Z Downloaded unit-prefix v0.5.2
11032026-04-10T04:04:40.510Z Downloaded darling v0.21.3
11042026-04-10T04:04:40.510Z Downloaded usdt-attr-macro v0.5.0
11052026-04-10T04:04:40.510Z Downloaded usdt v0.6.0
11062026-04-10T04:04:40.510Z Downloaded typify-macro v0.4.3
11072026-04-10T04:04:40.511Z Downloaded untrusted v0.7.1
11082026-04-10T04:04:40.511Z Downloaded slog v2.8.2
11092026-04-10T04:04:40.511Z Downloaded utf-8 v0.7.6
11102026-04-10T04:04:40.511Z Downloaded unarray v0.1.4
11112026-04-10T04:04:40.511Z Downloaded strum_macros v0.26.4
11122026-04-10T04:04:40.511Z Downloaded pest_generator v2.8.6
11132026-04-10T04:04:40.511Z Downloaded drift v0.1.3
11142026-04-10T04:04:40.511Z Downloaded tinystr v0.8.2
11152026-04-10T04:04:40.511Z Downloaded usdt v0.5.0
11162026-04-10T04:04:40.511Z Downloaded yoke-derive v0.8.1
11172026-04-10T04:04:40.511Z Downloaded waitgroup v0.1.2
11182026-04-10T04:04:40.511Z Downloaded proc-macro-error-attr v1.0.4
11192026-04-10T04:04:40.511Z Downloaded wait-timeout v0.2.1
11202026-04-10T04:04:40.511Z Downloaded universal-hash v0.5.1
11212026-04-10T04:04:40.511Z Downloaded thiserror-no-std v2.0.2
11222026-04-10T04:04:40.511Z Downloaded progenitor-macro v0.13.0
11232026-04-10T04:04:40.511Z Downloaded base16ct v1.0.0
11242026-04-10T04:04:40.512Z Downloaded omicron-workspace-hack v0.1.0
11252026-04-10T04:04:40.512Z Downloaded tiny-keccak v2.0.2
11262026-04-10T04:04:40.512Z Downloaded thin-vec v0.2.14
11272026-04-10T04:04:40.512Z Downloaded crypto-bigint v0.5.5
11282026-04-10T04:04:40.515Z Downloaded serde-big-array v0.5.1
11292026-04-10T04:04:40.515Z Downloaded similar v2.7.0
11302026-04-10T04:04:40.515Z Downloaded zeroize_derive v1.4.3
11312026-04-10T04:04:40.520Z Downloaded zerofrom-derive v0.1.6
11322026-04-10T04:04:40.520Z Downloaded ref-cast v1.0.25
11332026-04-10T04:04:40.520Z Downloaded progenitor-impl v0.10.0
11342026-04-10T04:04:40.524Z Downloaded itertools v0.12.1
11352026-04-10T04:04:40.524Z Downloaded toml_writer v1.1.0+spec-1.1.0
11362026-04-10T04:04:40.527Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11372026-04-10T04:04:40.527Z Downloaded tabwriter v1.4.1
11382026-04-10T04:04:40.527Z Downloaded const_format v0.2.35
11392026-04-10T04:04:40.530Z Downloaded rustls-platform-verifier v0.6.2
11402026-04-10T04:04:40.534Z Downloaded rand v0.8.5
11412026-04-10T04:04:40.534Z Downloaded typify-macro v0.6.1
11422026-04-10T04:04:40.537Z Downloaded testing_table v0.3.0
11432026-04-10T04:04:40.537Z Downloaded spin v0.9.8
11442026-04-10T04:04:40.537Z Downloaded icu_properties_data v2.1.2
11452026-04-10T04:04:40.542Z Downloaded tagptr v0.2.0
11462026-04-10T04:04:40.546Z Downloaded strum_macros v0.27.2
11472026-04-10T04:04:40.546Z Downloaded tokio-tungstenite v0.21.0
11482026-04-10T04:04:40.546Z Downloaded structmeta v0.3.0
11492026-04-10T04:04:40.550Z Downloaded rhai_codegen v3.1.0
11502026-04-10T04:04:40.554Z Downloaded usdt-macro v0.5.0
11512026-04-10T04:04:40.554Z Downloaded vsss-rs v3.3.4
11522026-04-10T04:04:40.554Z Downloaded progenitor-client v0.11.2
11532026-04-10T04:04:40.554Z Downloaded usdt-impl v0.6.0
11542026-04-10T04:04:40.557Z Downloaded whoami v1.6.1
11552026-04-10T04:04:40.558Z Downloaded rustls-pemfile v2.2.0
11562026-04-10T04:04:40.558Z Downloaded usdt-macro v0.6.0
11572026-04-10T04:04:40.561Z Downloaded time-macros v0.2.27
11582026-04-10T04:04:40.561Z Downloaded writeable v0.6.2
11592026-04-10T04:04:40.561Z Downloaded libm v0.2.16
11602026-04-10T04:04:40.566Z Downloaded serde_spanned v1.1.0
11612026-04-10T04:04:40.569Z Downloaded sdd v3.0.10
11622026-04-10T04:04:40.569Z Downloaded siphasher v1.0.2
11632026-04-10T04:04:40.569Z Downloaded rayon-core v1.13.0
11642026-04-10T04:04:40.573Z Downloaded walkdir v2.5.0
11652026-04-10T04:04:40.574Z Downloaded iddqd v0.3.17
11662026-04-10T04:04:40.580Z Downloaded toml_parser v1.1.0+spec-1.1.0
11672026-04-10T04:04:40.583Z Downloaded scroll v0.13.0
11682026-04-10T04:04:40.584Z Downloaded time-core v0.1.8
11692026-04-10T04:04:40.584Z Downloaded serial_test v3.4.0
11702026-04-10T04:04:40.584Z Downloaded heapless v0.8.0
11712026-04-10T04:04:40.584Z Downloaded scroll_derive v0.13.1
11722026-04-10T04:04:40.589Z Downloaded zerovec-derive v0.11.2
11732026-04-10T04:04:40.589Z Downloaded dropshot-api-manager v0.7.0
11742026-04-10T04:04:40.589Z Downloaded yoke v0.8.1
11752026-04-10T04:04:40.589Z Downloaded nom v7.1.3
11762026-04-10T04:04:40.593Z Downloaded progenitor-client v0.10.0
11772026-04-10T04:04:40.593Z Downloaded progenitor v0.11.2
11782026-04-10T04:04:40.593Z Downloaded usdt-attr-macro v0.6.0
11792026-04-10T04:04:40.597Z Downloaded expectorate v1.2.0
11802026-04-10T04:04:40.597Z Downloaded spin v0.5.2
11812026-04-10T04:04:40.597Z Downloaded scroll_derive v0.12.1
11822026-04-10T04:04:40.600Z Downloaded prettyplease v0.2.37
11832026-04-10T04:04:40.600Z Downloaded schemars v0.9.0
11842026-04-10T04:04:40.609Z Downloaded zone_cfg_derive v0.3.1
11852026-04-10T04:04:40.613Z Downloaded hashbrown v0.16.1
11862026-04-10T04:04:40.613Z Downloaded zerofrom v0.1.6
11872026-04-10T04:04:40.613Z Downloaded zone v0.3.1
11882026-04-10T04:04:40.613Z Downloaded typify v0.4.3
11892026-04-10T04:04:40.617Z Downloaded toml v1.1.0+spec-1.1.0
11902026-04-10T04:04:40.617Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11912026-04-10T04:04:40.620Z Downloaded toml v0.7.8
11922026-04-10T04:04:40.620Z Downloaded serde_yaml v0.9.34+deprecated
11932026-04-10T04:04:40.624Z Downloaded typify v0.6.1
11942026-04-10T04:04:40.632Z Downloaded tokio-dtrace v0.1.1
11952026-04-10T04:04:40.638Z Downloaded zerocopy-derive v0.7.35
11962026-04-10T04:04:40.641Z Downloaded minimal-lexical v0.2.1
11972026-04-10T04:04:40.645Z Downloaded toml_edit v0.25.8+spec-1.1.0
11982026-04-10T04:04:40.648Z Downloaded progenitor-impl v0.13.0
11992026-04-10T04:04:40.651Z Downloaded schemars v1.2.1
12002026-04-10T04:04:40.658Z Downloaded unsafe-libyaml v0.2.11
12012026-04-10T04:04:40.661Z Downloaded tokio-rustls v0.25.0
12022026-04-10T04:04:40.661Z Downloaded serde_derive_internals v0.29.1
12032026-04-10T04:04:40.668Z Downloaded tungstenite v0.21.0
12042026-04-10T04:04:40.668Z Downloaded pest v2.8.6
12052026-04-10T04:04:40.676Z Downloaded usdt-impl v0.5.0
12062026-04-10T04:04:40.676Z Downloaded toml_edit v0.19.15
12072026-04-10T04:04:40.680Z Downloaded yansi v1.0.1
12082026-04-10T04:04:40.680Z Downloaded xz2 v0.1.7
12092026-04-10T04:04:40.680Z Downloaded toml v0.9.12+spec-1.1.0
12102026-04-10T04:04:40.685Z Downloaded term v1.2.1
12112026-04-10T04:04:40.689Z Downloaded steno v0.4.1
12122026-04-10T04:04:40.690Z Downloaded smf v0.2.3
12132026-04-10T04:04:40.690Z Downloaded rand v0.10.0
12142026-04-10T04:04:40.690Z Downloaded pest_meta v2.8.6
12152026-04-10T04:04:40.698Z Downloaded schemars v0.8.22
12162026-04-10T04:04:40.705Z Downloaded zerotrie v0.2.3
12172026-04-10T04:04:40.705Z Downloaded qorb v0.4.1
12182026-04-10T04:04:40.705Z Downloaded pretty_assertions v1.4.1
12192026-04-10T04:04:40.705Z Downloaded test-strategy v0.4.5
12202026-04-10T04:04:40.710Z Downloaded progenitor-impl v0.11.2
12212026-04-10T04:04:40.711Z Downloaded slog-scope v4.4.1
12222026-04-10T04:04:40.716Z Downloaded ucd-trie v0.1.7
12232026-04-10T04:04:40.717Z Downloaded typed-path v0.9.3
12242026-04-10T04:04:40.721Z Downloaded snafu v0.8.9
12252026-04-10T04:04:40.726Z Downloaded goblin v0.8.2
12262026-04-10T04:04:40.739Z Downloaded zerocopy-derive v0.8.48
12272026-04-10T04:04:40.753Z Downloaded nix v0.31.2
12282026-04-10T04:04:40.769Z Downloaded zerovec v0.11.5
12292026-04-10T04:04:40.773Z Downloaded moka v0.12.15
12302026-04-10T04:04:40.777Z Downloaded tough v0.20.0
12312026-04-10T04:04:40.782Z Downloaded reqwest v0.13.2
12322026-04-10T04:04:40.785Z Downloaded goblin v0.10.5
12332026-04-10T04:04:40.789Z Downloaded scc v2.4.0
12342026-04-10T04:04:40.793Z Downloaded blake3 v1.8.4
12352026-04-10T04:04:40.798Z Downloaded winnow v0.5.40
12362026-04-10T04:04:40.803Z Downloaded serde_with v3.18.0
12372026-04-10T04:04:40.810Z Downloaded zerocopy v0.7.35
12382026-04-10T04:04:40.820Z Downloaded rustls-webpki v0.102.8
12392026-04-10T04:04:40.830Z Downloaded rayon v1.11.0
12402026-04-10T04:04:40.836Z Downloaded aws-lc-rs v1.16.2
12412026-04-10T04:04:40.845Z Downloaded tabled v0.15.0
12422026-04-10T04:04:40.855Z Downloaded syn v1.0.109
12432026-04-10T04:04:40.860Z Downloaded proptest v1.11.0
12442026-04-10T04:04:40.867Z Downloaded time v0.3.47
12452026-04-10T04:04:40.874Z Downloaded hickory-proto v0.24.4
12462026-04-10T04:04:40.885Z Downloaded tabled v0.20.0
12472026-04-10T04:04:40.896Z Downloaded hickory-proto v0.25.2
12482026-04-10T04:04:40.905Z Downloaded rustls v0.22.4
12492026-04-10T04:04:40.934Z Downloaded smoltcp v0.11.0
12502026-04-10T04:04:40.942Z Downloaded rhai v1.24.0
12512026-04-10T04:04:40.949Z Downloaded regress v0.10.5
12522026-04-10T04:04:40.955Z Downloaded typify-impl v0.6.1
12532026-04-10T04:04:40.964Z Downloaded typify-impl v0.4.3
12542026-04-10T04:04:40.973Z Downloaded openapiv3 v2.2.0
12552026-04-10T04:04:40.998Z Downloaded dropshot v0.16.7
12562026-04-10T04:04:41.010Z Downloaded dropshot v0.17.0
12572026-04-10T04:04:41.032Z Downloaded lzma-sys v0.1.20
12582026-04-10T04:04:41.048Z Downloaded jiff v0.2.23
12592026-04-10T04:04:41.057Z Downloaded sled v0.34.7
12602026-04-10T04:04:41.064Z Downloaded sha3 v0.10.8
12612026-04-10T04:04:41.099Z Downloaded petgraph v0.6.5
12622026-04-10T04:04:41.131Z Downloaded chrono-tz v0.10.4
12632026-04-10T04:04:41.155Z Downloaded csv v1.4.0
12642026-04-10T04:04:41.214Z Downloaded encoding_rs v0.8.35
12652026-04-10T04:04:41.731Z Downloaded aws-lc-sys v0.39.1
12662026-04-10T04:04:42.624Z Compiling proc-macro2 v1.0.106
12672026-04-10T04:04:42.624Z Compiling unicode-ident v1.0.24
12682026-04-10T04:04:42.624Z Compiling quote v1.0.45
12692026-04-10T04:04:42.624Z Compiling serde_core v1.0.228
12702026-04-10T04:04:42.624Z Compiling cfg-if v1.0.4
12712026-04-10T04:04:42.627Z Compiling serde v1.0.228
12722026-04-10T04:04:42.628Z Compiling libc v0.2.184
12732026-04-10T04:04:42.628Z Compiling memchr v2.8.0
12742026-04-10T04:04:42.834Z Compiling itoa v1.0.18
12752026-04-10T04:04:43.007Z Compiling smallvec v1.15.1
12762026-04-10T04:04:43.036Z Compiling zmij v1.0.21
12772026-04-10T04:04:43.078Z Compiling serde_json v1.0.149
12782026-04-10T04:04:43.252Z Compiling autocfg v1.5.0
12792026-04-10T04:04:43.381Z Compiling libm v0.2.16
12802026-04-10T04:04:43.470Z Compiling stable_deref_trait v1.2.1
12812026-04-10T04:04:43.542Z Compiling iana-time-zone v0.1.65
12822026-04-10T04:04:43.553Z Compiling version_check v0.9.5
12832026-04-10T04:04:43.595Z Compiling percent-encoding v2.3.2
12842026-04-10T04:04:43.690Z Compiling writeable v0.6.2
12852026-04-10T04:04:43.755Z Compiling litemap v0.8.1
12862026-04-10T04:04:43.789Z Compiling icu_normalizer_data v2.1.1
12872026-04-10T04:04:43.815Z Compiling icu_properties_data v2.1.2
12882026-04-10T04:04:43.890Z Compiling syn v2.0.117
12892026-04-10T04:04:43.937Z Compiling equivalent v1.0.2
12902026-04-10T04:04:43.962Z Compiling foldhash v0.2.0
12912026-04-10T04:04:44.026Z Compiling pin-project-lite v0.2.17
12922026-04-10T04:04:44.045Z Compiling allocator-api2 v0.2.21
12932026-04-10T04:04:44.082Z Compiling form_urlencoded v1.2.2
12942026-04-10T04:04:44.124Z Compiling dyn-clone v1.0.20
12952026-04-10T04:04:44.180Z Compiling utf8_iter v1.0.4
12962026-04-10T04:04:44.192Z Compiling scopeguard v1.2.0
12972026-04-10T04:04:44.256Z Compiling parking_lot_core v0.9.12
12982026-04-10T04:04:44.259Z Compiling num-traits v0.2.19
12992026-04-10T04:04:44.290Z Compiling lock_api v0.4.14
13002026-04-10T04:04:44.320Z Compiling hashbrown v0.16.1
13012026-04-10T04:04:44.354Z Compiling thiserror v2.0.18
13022026-04-10T04:04:44.518Z Compiling heck v0.5.0
13032026-04-10T04:04:44.530Z Compiling getrandom v0.4.2
13042026-04-10T04:04:44.774Z Compiling rand_core v0.10.0
13052026-04-10T04:04:44.882Z Compiling semver v1.0.28
13062026-04-10T04:04:44.904Z Compiling errno v0.3.14
13072026-04-10T04:04:44.928Z Compiling indexmap v2.13.0
13082026-04-10T04:04:44.949Z Compiling futures-core v0.3.32
13092026-04-10T04:04:45.047Z Compiling jobserver v0.1.34
13102026-04-10T04:04:45.090Z Compiling shlex v1.3.0
13112026-04-10T04:04:45.101Z Compiling find-msvc-tools v0.1.9
13122026-04-10T04:04:45.214Z Compiling zerocopy v0.8.48
13132026-04-10T04:04:45.254Z Compiling cc v1.2.58
13142026-04-10T04:04:45.268Z Compiling uuid v1.23.0
13152026-04-10T04:04:45.322Z Compiling rustversion v1.0.22
13162026-04-10T04:04:45.356Z Compiling fnv v1.0.7
13172026-04-10T04:04:45.449Z Compiling futures-sink v0.3.32
13182026-04-10T04:04:45.547Z Compiling schemars v0.8.22
13192026-04-10T04:04:45.552Z Compiling slab v0.4.12
13202026-04-10T04:04:45.635Z Compiling futures-channel v0.3.32
13212026-04-10T04:04:45.673Z Compiling socket2 v0.6.3
13222026-04-10T04:04:45.789Z Compiling futures-task v0.3.32
13232026-04-10T04:04:45.853Z Compiling futures-io v0.3.32
13242026-04-10T04:04:45.913Z Compiling parking_lot v0.12.5
13252026-04-10T04:04:45.954Z Compiling signal-hook-registry v1.4.8
13262026-04-10T04:04:46.025Z Compiling mio v1.2.0
13272026-04-10T04:04:46.061Z Compiling log v0.4.29
13282026-04-10T04:04:46.145Z Compiling portable-atomic v1.13.1
13292026-04-10T04:04:46.248Z Compiling bitflags v2.11.0
13302026-04-10T04:04:46.320Z Compiling typenum v1.19.0
13312026-04-10T04:04:46.402Z Compiling critical-section v1.2.0
13322026-04-10T04:04:46.445Z Compiling getrandom v0.2.17
13332026-04-10T04:04:46.491Z Compiling base64 v0.22.1
13342026-04-10T04:04:46.506Z Compiling regex-syntax v0.8.10
13352026-04-10T04:04:46.557Z Compiling subtle v2.6.1
13362026-04-10T04:04:46.578Z Compiling byteorder v1.5.0
13372026-04-10T04:04:46.633Z Compiling untrusted v0.9.0
13382026-04-10T04:04:46.682Z Compiling synstructure v0.13.2
13392026-04-10T04:04:46.720Z Compiling serde_derive_internals v0.29.1
13402026-04-10T04:04:46.804Z Compiling rand_core v0.6.4
13412026-04-10T04:04:46.830Z Compiling rustix v1.1.4
13422026-04-10T04:04:47.031Z Compiling strsim v0.11.1
13432026-04-10T04:04:47.158Z Compiling once_cell v1.21.4
13442026-04-10T04:04:47.175Z Compiling httparse v1.10.1
13452026-04-10T04:04:47.192Z Compiling atomic-waker v1.1.2
13462026-04-10T04:04:47.316Z Compiling ipnet v2.12.0
13472026-04-10T04:04:47.372Z Compiling tower-service v0.3.3
13482026-04-10T04:04:47.434Z Compiling tower-layer v0.3.3
13492026-04-10T04:04:47.463Z Compiling cmake v0.1.58
13502026-04-10T04:04:47.485Z Compiling thiserror v1.0.69
13512026-04-10T04:04:47.542Z Compiling fs_extra v1.3.0
13522026-04-10T04:04:47.593Z Compiling try-lock v0.2.5
13532026-04-10T04:04:47.698Z Compiling dunce v1.0.5
13542026-04-10T04:04:47.788Z Compiling ryu v1.0.23
13552026-04-10T04:04:47.799Z Compiling aws-lc-sys v0.39.1
13562026-04-10T04:04:47.803Z Compiling want v0.3.1
13572026-04-10T04:04:47.858Z Compiling ucd-trie v0.1.7
13582026-04-10T04:04:47.871Z Compiling httpdate v1.0.3
13592026-04-10T04:04:47.958Z Compiling serde_derive v1.0.228
13602026-04-10T04:04:47.972Z Compiling zerofrom-derive v0.1.6
13612026-04-10T04:04:47.998Z Compiling yoke-derive v0.8.1
13622026-04-10T04:04:48.011Z Compiling zerovec-derive v0.11.2
13632026-04-10T04:04:48.101Z Compiling displaydoc v0.2.5
13642026-04-10T04:04:48.151Z Compiling schemars_derive v0.8.22
13652026-04-10T04:04:48.662Z Compiling thiserror-impl v2.0.18
13662026-04-10T04:04:48.839Z Compiling tokio-macros v2.7.0
13672026-04-10T04:04:49.013Z Compiling zerocopy-derive v0.8.48
13682026-04-10T04:04:49.094Z Compiling zeroize_derive v1.4.3
13692026-04-10T04:04:49.155Z Compiling zerofrom v0.1.6
13702026-04-10T04:04:49.184Z Compiling futures-macro v0.3.32
13712026-04-10T04:04:49.274Z Compiling yoke v0.8.1
13722026-04-10T04:04:49.354Z Compiling thiserror-impl v1.0.69
13732026-04-10T04:04:49.453Z Compiling zerovec v0.11.5
13742026-04-10T04:04:49.588Z Compiling zerotrie v0.2.3
13752026-04-10T04:04:49.772Z Compiling zeroize v1.8.2
13762026-04-10T04:04:49.881Z Compiling tinystr v0.8.2
13772026-04-10T04:04:49.881Z Compiling potential_utf v0.1.4
13782026-04-10T04:04:50.005Z Compiling icu_collections v2.1.1
13792026-04-10T04:04:50.047Z Compiling icu_locale_core v2.1.1
13802026-04-10T04:04:50.058Z Compiling futures-util v0.3.32
13812026-04-10T04:04:50.075Z Compiling pest v2.8.6
13822026-04-10T04:04:50.522Z Compiling generic-array v0.14.7
13832026-04-10T04:04:50.586Z Compiling pretty-hex v0.4.2
13842026-04-10T04:04:50.715Z Compiling icu_provider v2.1.1
13852026-04-10T04:04:50.729Z Compiling getrandom v0.3.4
13862026-04-10T04:04:50.973Z Compiling icu_normalizer v2.1.1
13872026-04-10T04:04:51.002Z Compiling icu_properties v2.1.2
13882026-04-10T04:04:51.103Z Compiling bytes v1.11.1
13892026-04-10T04:04:51.168Z Compiling chrono v0.4.44
13902026-04-10T04:04:51.365Z Compiling serde_tokenstream v0.2.3
13912026-04-10T04:04:51.598Z Compiling http v1.4.0
13922026-04-10T04:04:51.646Z Compiling tokio v1.51.1
13932026-04-10T04:04:51.736Z Compiling erased-serde v0.3.31
13942026-04-10T04:04:52.174Z Compiling idna_adapter v1.2.1
13952026-04-10T04:04:52.217Z Compiling http-body v1.0.1
13962026-04-10T04:04:52.311Z Compiling idna v1.1.0
13972026-04-10T04:04:52.368Z Compiling pest_meta v2.8.6
13982026-04-10T04:04:52.579Z Compiling plain v0.2.3
13992026-04-10T04:04:52.683Z Compiling url v2.5.8
14002026-04-10T04:04:52.848Z Compiling tracing-attributes v0.1.31
14012026-04-10T04:04:53.071Z Compiling pest_generator v2.8.6
14022026-04-10T04:04:53.386Z Compiling ppv-lite86 v0.2.21
14032026-04-10T04:04:53.529Z Compiling tracing-core v0.1.36
14042026-04-10T04:04:53.664Z Compiling pest_derive v2.8.6
14052026-04-10T04:04:53.695Z Compiling slog v2.8.2
14062026-04-10T04:04:53.923Z Compiling http-body-util v0.1.3
14072026-04-10T04:04:54.047Z Compiling tracing v0.1.44
14082026-04-10T04:04:54.116Z Compiling serde_urlencoded v0.7.1
14092026-04-10T04:04:54.193Z Compiling ipnetwork v0.21.1
14102026-04-10T04:04:54.266Z Compiling sync_wrapper v1.0.2
14112026-04-10T04:04:54.280Z Compiling regress v0.10.5
14122026-04-10T04:04:54.334Z Compiling aho-corasick v1.1.4
14132026-04-10T04:04:54.354Z Compiling paste v1.0.15
14142026-04-10T04:04:54.620Z Compiling crypto-common v0.1.7
14152026-04-10T04:04:54.672Z Compiling powerfmt v0.2.0
14162026-04-10T04:04:54.745Z Compiling omicron-workspace-hack v0.1.0
14172026-04-10T04:04:54.813Z Compiling time-core v0.1.8
14182026-04-10T04:04:54.871Z Compiling num-conv v0.2.1
14192026-04-10T04:04:54.946Z Compiling ident_case v1.0.1
14202026-04-10T04:04:55.010Z Compiling time-macros v0.2.27
14212026-04-10T04:04:55.062Z Compiling deranged v0.5.8
14222026-04-10T04:04:55.111Z Compiling regex-automata v0.4.14
14232026-04-10T04:04:55.995Z Compiling anyhow v1.0.102
14242026-04-10T04:04:56.024Z Compiling num_threads v0.1.7
14252026-04-10T04:04:56.133Z Compiling iri-string v0.7.12
14262026-04-10T04:04:56.274Z Compiling scroll_derive v0.13.1
14272026-04-10T04:04:56.940Z Compiling regex v1.12.3
14282026-04-10T04:04:57.096Z Compiling scroll v0.13.0
14292026-04-10T04:04:57.371Z Compiling tokio-util v0.7.18
14302026-04-10T04:04:57.421Z Compiling oxnet v0.1.4
14312026-04-10T04:04:57.713Z Compiling daft-derive v0.1.5
14322026-04-10T04:04:57.797Z Compiling winnow v1.0.1
14332026-04-10T04:04:57.840Z Compiling syn v1.0.109
14342026-04-10T04:04:58.117Z Compiling fastrand v2.3.0
14352026-04-10T04:04:58.173Z Compiling openapiv3 v2.2.0
14362026-04-10T04:04:58.194Z Compiling rustls-pki-types v1.14.0
14372026-04-10T04:04:58.389Z Compiling async-trait v0.1.89
14382026-04-10T04:04:58.876Z Compiling crossbeam-utils v0.8.21
14392026-04-10T04:04:59.222Z Compiling ring v0.17.14
14402026-04-10T04:04:59.337Z Compiling cpufeatures v0.2.17
14412026-04-10T04:04:59.623Z Compiling h2 v0.4.13
14422026-04-10T04:04:59.680Z Compiling block-buffer v0.10.4
14432026-04-10T04:04:59.762Z Compiling thread_local v1.1.9
14442026-04-10T04:04:59.819Z Compiling hex v0.4.3
14452026-04-10T04:04:59.918Z Compiling usdt-impl v0.6.0
14462026-04-10T04:05:00.024Z Compiling digest v0.10.7
14472026-04-10T04:05:00.067Z Compiling goblin v0.10.5
14482026-04-10T04:05:00.167Z Compiling dtrace-parser v0.3.0
14492026-04-10T04:05:00.223Z Compiling slog-async v2.8.0
14502026-04-10T04:05:00.498Z Compiling openssl-probe v0.2.1
14512026-04-10T04:05:00.667Z Compiling camino v1.2.2
14522026-04-10T04:05:00.896Z Compiling thread-id v5.1.0
14532026-04-10T04:05:00.974Z Compiling term v1.2.1
14542026-04-10T04:05:01.028Z Compiling take_mut v0.2.2
14552026-04-10T04:05:01.128Z Compiling rand_core v0.9.5
14562026-04-10T04:05:01.339Z Compiling futures-executor v0.3.32
14572026-04-10T04:05:01.619Z Compiling match_cfg v0.1.0
14582026-04-10T04:05:01.641Z Compiling futures v0.3.32
14592026-04-10T04:05:01.685Z Compiling hyper v1.9.0
14602026-04-10T04:05:01.713Z Compiling structmeta-derive v0.3.0
14612026-04-10T04:05:01.725Z Compiling rustls v0.22.4
14622026-04-10T04:05:01.926Z Compiling aws-lc-rs v1.16.2
14632026-04-10T04:05:02.223Z Compiling rand_chacha v0.9.0
14642026-04-10T04:05:02.241Z Compiling darling_core v0.23.0
14652026-04-10T04:05:02.652Z Compiling newtype-uuid-macros v0.1.0
14662026-04-10T04:05:02.733Z Compiling hyper-util v0.1.20
14672026-04-10T04:05:03.395Z Compiling dof v0.4.0
14682026-04-10T04:05:03.427Z Compiling structmeta v0.3.0
14692026-04-10T04:05:03.663Z Compiling winnow v0.7.15
14702026-04-10T04:05:04.382Z Compiling darling_macro v0.23.0
14712026-04-10T04:05:04.685Z Compiling rand v0.9.2
14722026-04-10T04:05:04.748Z Compiling time v0.3.47
14732026-04-10T04:05:04.935Z Compiling tower v0.5.3
14742026-04-10T04:05:04.947Z Compiling newtype-uuid v1.3.2
14752026-04-10T04:05:05.004Z Compiling usdt-attr-macro v0.6.0
14762026-04-10T04:05:05.148Z Compiling usdt-macro v0.6.0
14772026-04-10T04:05:05.276Z Compiling quick-error v1.2.3
14782026-04-10T04:05:05.288Z Compiling untrusted v0.7.1
14792026-04-10T04:05:05.377Z Compiling ref-cast v1.0.25
14802026-04-10T04:05:05.396Z Compiling tower-http v0.6.8
14812026-04-10T04:05:05.406Z Compiling daft v0.1.5
14822026-04-10T04:05:05.659Z Compiling darling v0.23.0
14832026-04-10T04:05:05.721Z Compiling crossbeam-channel v0.5.15
14842026-04-10T04:05:05.738Z Compiling ref-cast-impl v1.0.25
14852026-04-10T04:05:05.810Z Compiling strum_macros v0.26.4
14862026-04-10T04:05:06.227Z Compiling toml_datetime v0.7.5+spec-1.1.0
14872026-04-10T04:05:06.239Z Compiling serde_spanned v1.1.0
14882026-04-10T04:05:06.309Z Compiling multer v3.1.0
14892026-04-10T04:05:06.360Z Compiling toml_writer v1.1.0+spec-1.1.0
14902026-04-10T04:05:06.382Z Compiling bit-vec v0.8.0
14912026-04-10T04:05:06.443Z Compiling rustls v0.23.37
14922026-04-10T04:05:06.525Z Compiling debug-ignore v1.0.5
14932026-04-10T04:05:06.567Z Compiling bit-set v0.8.0
14942026-04-10T04:05:06.611Z Compiling serde_with_macros v3.18.0
14952026-04-10T04:05:06.623Z Compiling async-stream-impl v0.3.6
14962026-04-10T04:05:06.647Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14972026-04-10T04:05:06.669Z Compiling dropshot v0.16.7
14982026-04-10T04:05:06.722Z Compiling encoding_rs v0.8.35
14992026-04-10T04:05:06.888Z Compiling unarray v0.1.4
15002026-04-10T04:05:06.995Z Compiling mime v0.3.17
15012026-04-10T04:05:07.101Z Compiling spin v0.9.8
15022026-04-10T04:05:07.248Z Compiling async-stream v0.3.6
15032026-04-10T04:05:07.272Z Compiling derive-ex v0.1.8
15042026-04-10T04:05:07.302Z Compiling dropshot_endpoint v0.16.7
15052026-04-10T04:05:07.419Z Compiling macaddr v1.0.1
15062026-04-10T04:05:07.470Z Compiling strum v0.26.3
15072026-04-10T04:05:07.595Z Compiling waitgroup v0.1.2
15082026-04-10T04:05:07.640Z Compiling serde_path_to_error v0.1.20
15092026-04-10T04:05:07.730Z Compiling is-terminal v0.4.17
15102026-04-10T04:05:07.818Z Compiling slog-term v2.9.2
15112026-04-10T04:05:07.983Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15122026-04-10T04:05:08.166Z Compiling tempfile v3.27.0
15132026-04-10T04:05:08.288Z Compiling strum_macros v0.27.2
15142026-04-10T04:05:08.395Z Compiling instant v0.1.13
15152026-04-10T04:05:08.553Z Compiling rustc-hash v2.1.2
15162026-04-10T04:05:08.589Z Compiling slog-json v2.6.1
15172026-04-10T04:05:08.726Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15182026-04-10T04:05:08.822Z Compiling test-strategy v0.4.5
15192026-04-10T04:05:08.952Z Compiling hostname v0.3.1
15202026-04-10T04:05:09.093Z Compiling rustls-native-certs v0.8.3
15212026-04-10T04:05:09.286Z Compiling memmap2 v0.9.10
15222026-04-10T04:05:09.501Z Compiling either v1.15.0
15232026-04-10T04:05:09.863Z Compiling slog-bunyan v2.5.0
15242026-04-10T04:05:09.874Z Compiling parse-display-derive v0.10.0
15252026-04-10T04:05:09.992Z Compiling rustls-webpki v0.102.8
15262026-04-10T04:05:10.088Z Compiling strum v0.27.2
15272026-04-10T04:05:10.173Z Compiling backon v1.6.0
15282026-04-10T04:05:10.214Z Compiling rand_chacha v0.3.1
15292026-04-10T04:05:10.371Z Compiling toml_parser v1.1.0+spec-1.1.0
15302026-04-10T04:05:10.671Z Compiling rand v0.8.5
15312026-04-10T04:05:11.071Z Compiling wait-timeout v0.2.1
15322026-04-10T04:05:11.409Z Compiling rusty-fork v0.3.1
15332026-04-10T04:05:11.542Z Compiling toml v0.9.12+spec-1.1.0
15342026-04-10T04:05:11.545Z Compiling serde_with v3.18.0
15352026-04-10T04:05:12.297Z Compiling usdt v0.6.0
15362026-04-10T04:05:12.466Z Compiling reqwest v0.12.28
15372026-04-10T04:05:12.581Z Compiling rand_xorshift v0.4.0
15382026-04-10T04:05:12.728Z Compiling tokio-rustls v0.25.0
15392026-04-10T04:05:12.959Z Compiling sha1 v0.10.6
15402026-04-10T04:05:13.080Z Compiling rustls-pemfile v2.2.0
15412026-04-10T04:05:13.110Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15422026-04-10T04:05:13.182Z Compiling hostname v0.4.2
15432026-04-10T04:05:13.288Z Compiling proptest v1.11.0
15442026-04-10T04:05:13.562Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15452026-04-10T04:05:13.795Z Compiling itertools v0.14.0
15462026-04-10T04:05:13.900Z Compiling iddqd v0.3.17
15472026-04-10T04:05:14.883Z Compiling utf8parse v0.2.2
15482026-04-10T04:05:14.994Z Compiling anstyle-parse v1.0.0
15492026-04-10T04:05:15.013Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15502026-04-10T04:05:15.258Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15512026-04-10T04:05:15.634Z Compiling anstyle v1.0.14
15522026-04-10T04:05:15.722Z Compiling anstyle-query v1.1.5
15532026-04-10T04:05:15.816Z Compiling is_terminal_polyfill v1.70.2
15542026-04-10T04:05:15.837Z Compiling colorchoice v1.0.5
15552026-04-10T04:05:15.901Z Compiling progenitor-client v0.10.0
15562026-04-10T04:05:15.944Z Compiling anstream v1.0.0
15572026-04-10T04:05:16.172Z Compiling parse-display v0.10.0
15582026-04-10T04:05:16.220Z Compiling backoff v0.4.0
15592026-04-10T04:05:16.258Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15602026-04-10T04:05:16.328Z Compiling toml_datetime v0.6.11
15612026-04-10T04:05:16.513Z Compiling unicode-width v0.2.2
15622026-04-10T04:05:16.576Z Compiling clap_lex v1.1.0
15632026-04-10T04:05:16.932Z Compiling clap_derive v4.6.0
15642026-04-10T04:05:17.240Z Compiling terminal_size v0.4.4
15652026-04-10T04:05:17.379Z Compiling zerocopy-derive v0.7.35
15662026-04-10T04:05:18.215Z Compiling zerocopy v0.7.35
15672026-04-10T04:05:18.329Z Compiling convert_case v0.4.0
15682026-04-10T04:05:18.633Z Compiling derive_more v0.99.20
15692026-04-10T04:05:19.167Z Compiling clap_builder v4.6.0
15702026-04-10T04:05:19.245Z Compiling tinyvec_macros v0.1.1
15712026-04-10T04:05:19.658Z Compiling tinyvec v1.11.0
15722026-04-10T04:05:20.331Z Compiling typify-impl v0.6.1
15732026-04-10T04:05:20.354Z Compiling dtrace-parser v0.2.0
15742026-04-10T04:05:20.839Z Compiling clap v4.6.0
15752026-04-10T04:05:20.920Z Compiling serde_spanned v0.6.9
15762026-04-10T04:05:21.097Z Compiling secrecy v0.10.3
15772026-04-10T04:05:21.228Z Compiling scroll_derive v0.12.1
15782026-04-10T04:05:21.255Z Compiling usdt-impl v0.5.0
15792026-04-10T04:05:21.375Z Compiling crucible-workspace-hack v0.1.0
15802026-04-10T04:05:21.387Z Compiling toml_write v0.1.2
15812026-04-10T04:05:21.579Z Compiling toml_edit v0.22.27
15822026-04-10T04:05:21.930Z Compiling scroll v0.12.0
15832026-04-10T04:05:22.152Z Compiling dof v0.3.0
15842026-04-10T04:05:22.504Z Compiling darling_core v0.21.3
15852026-04-10T04:05:22.620Z Compiling rustc_version v0.4.1
15862026-04-10T04:05:22.727Z Compiling thread-id v4.2.2
15872026-04-10T04:05:22.809Z Compiling unsafe-libyaml v0.2.11
15882026-04-10T04:05:22.894Z Compiling curve25519-dalek v4.1.3
15892026-04-10T04:05:23.010Z Compiling toml v0.8.23
15902026-04-10T04:05:23.471Z Compiling serde_yaml v0.9.34+deprecated
15912026-04-10T04:05:23.692Z Compiling goblin v0.8.2
15922026-04-10T04:05:24.567Z Compiling darling_macro v0.21.3
15932026-04-10T04:05:24.723Z Compiling hubpack_derive v0.1.1
15942026-04-10T04:05:24.833Z Compiling hmac v0.12.1
15952026-04-10T04:05:24.927Z Compiling crossbeam-epoch v0.9.18
15962026-04-10T04:05:24.969Z Compiling inout v0.1.4
15972026-04-10T04:05:25.116Z Compiling ff v0.13.1
15982026-04-10T04:05:25.134Z Compiling num-integer v0.1.46
15992026-04-10T04:05:25.334Z Compiling float-ord v0.3.2
16002026-04-10T04:05:25.446Z Compiling toml_datetime v1.1.0+spec-1.1.0
16012026-04-10T04:05:25.579Z Compiling hubpack v0.1.2
16022026-04-10T04:05:25.667Z Compiling toml_edit v0.25.8+spec-1.1.0
16032026-04-10T04:05:25.685Z Compiling group v0.13.0
16042026-04-10T04:05:25.794Z Compiling darling v0.21.3
16052026-04-10T04:05:25.844Z Compiling cipher v0.4.4
16062026-04-10T04:05:26.026Z Compiling hkdf v0.12.4
16072026-04-10T04:05:26.671Z Compiling typify-macro v0.6.1
16082026-04-10T04:05:27.478Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16092026-04-10T04:05:27.684Z Compiling thiserror-impl-no-std v2.0.2
16102026-04-10T04:05:27.818Z Compiling universal-hash v0.5.1
16112026-04-10T04:05:28.272Z Compiling half v2.7.1
16122026-04-10T04:05:28.317Z Compiling crypto-bigint v0.5.5
16132026-04-10T04:05:28.563Z Compiling curve25519-dalek-derive v0.1.1
16142026-04-10T04:05:28.755Z Compiling proc-macro-error-attr v1.0.4
16152026-04-10T04:05:28.777Z Compiling memoffset v0.9.1
16162026-04-10T04:05:28.972Z Compiling cfg_aliases v0.2.1
16172026-04-10T04:05:28.984Z Compiling prettyplease v0.2.37
16182026-04-10T04:05:28.998Z Compiling static_assertions v1.1.0
16192026-04-10T04:05:29.043Z Compiling opaque-debug v0.3.1
16202026-04-10T04:05:29.068Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16212026-04-10T04:05:29.113Z Compiling heapless v0.8.0
16222026-04-10T04:05:29.207Z Compiling ciborium-io v0.2.2
16232026-04-10T04:05:29.228Z Compiling rustix v0.38.44
16242026-04-10T04:05:29.298Z Compiling base64ct v1.8.3
16252026-04-10T04:05:29.302Z Compiling base16ct v0.2.0
16262026-04-10T04:05:29.457Z Compiling elliptic-curve v0.13.8
16272026-04-10T04:05:29.484Z Compiling ciborium-ll v0.2.2
16282026-04-10T04:05:29.574Z Compiling password-hash v0.5.0
16292026-04-10T04:05:29.666Z Compiling poly1305 v0.8.0
16302026-04-10T04:05:29.692Z Compiling nix v0.31.2
16312026-04-10T04:05:30.058Z Compiling typify v0.6.1
16322026-04-10T04:05:30.074Z Compiling thiserror-no-std v2.0.2
16332026-04-10T04:05:30.383Z Compiling proc-macro-crate v3.5.0
16342026-04-10T04:05:30.392Z Compiling chacha20 v0.9.1
16352026-04-10T04:05:30.403Z Compiling ingot-macros v0.1.1
16362026-04-10T04:05:30.603Z Compiling num-rational v0.4.2
16372026-04-10T04:05:30.667Z Compiling num-iter v0.1.45
16382026-04-10T04:05:30.707Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16392026-04-10T04:05:30.718Z Compiling usdt-macro v0.5.0
16402026-04-10T04:05:30.782Z Compiling usdt-attr-macro v0.5.0
16412026-04-10T04:05:31.283Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16422026-04-10T04:05:31.798Z Compiling blake2 v0.10.6
16432026-04-10T04:05:31.998Z Compiling byte-wrapper v0.1.0
16442026-04-10T04:05:32.372Z Compiling aead v0.5.2
16452026-04-10T04:05:32.535Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16462026-04-10T04:05:32.701Z Compiling enum-as-inner v0.6.1
16472026-04-10T04:05:32.857Z Compiling hash32 v0.3.1
16482026-04-10T04:05:32.879Z Compiling rustls-webpki v0.103.10
16492026-04-10T04:05:33.192Z Compiling num-complex v0.4.6
16502026-04-10T04:05:33.203Z Compiling proc-macro-error v1.0.4
16512026-04-10T04:05:33.272Z Compiling memmap v0.7.0
16522026-04-10T04:05:33.463Z Compiling smoltcp v0.11.0
16532026-04-10T04:05:33.474Z Compiling keccak v0.1.6
16542026-04-10T04:05:33.713Z Compiling data-encoding v2.10.0
16552026-04-10T04:05:33.805Z Compiling winnow v0.5.40
16562026-04-10T04:05:33.918Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16572026-04-10T04:05:34.165Z Compiling sha3 v0.10.8
16582026-04-10T04:05:34.177Z Compiling num v0.4.3
16592026-04-10T04:05:34.361Z Compiling usdt v0.5.0
16602026-04-10T04:05:34.467Z Compiling ingot-types v0.1.2
16612026-04-10T04:05:34.633Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16622026-04-10T04:05:34.875Z Compiling chacha20poly1305 v0.10.1
16632026-04-10T04:05:34.984Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16642026-04-10T04:05:35.015Z Compiling argon2 v0.5.3
16652026-04-10T04:05:35.185Z Compiling toml_edit v0.19.15
16662026-04-10T04:05:35.537Z Compiling num_enum_derive v0.7.6
16672026-04-10T04:05:36.209Z Compiling tokio-rustls v0.26.4
16682026-04-10T04:05:36.493Z Compiling rustls-platform-verifier v0.6.2
16692026-04-10T04:05:36.602Z Compiling hyper-rustls v0.27.7
16702026-04-10T04:05:36.903Z Compiling reqwest v0.13.2
16712026-04-10T04:05:37.039Z Compiling vsss-rs v3.3.4
16722026-04-10T04:05:37.248Z Compiling progenitor-impl v0.13.0
16732026-04-10T04:05:37.882Z Compiling ciborium v0.2.2
16742026-04-10T04:05:38.321Z Compiling progenitor-client v0.13.0
16752026-04-10T04:05:38.631Z Compiling progenitor-extras v0.1.1
16762026-04-10T04:05:38.870Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16772026-04-10T04:05:38.931Z Compiling tabwriter v1.4.1
16782026-04-10T04:05:39.263Z Compiling cobs v0.3.0
16792026-04-10T04:05:39.472Z Compiling foreign-types-macros v0.2.3
16802026-04-10T04:05:39.573Z Compiling vcpkg v0.2.15
16812026-04-10T04:05:39.841Z Compiling bitflags v1.3.2
16822026-04-10T04:05:39.920Z Compiling foreign-types-shared v0.3.1
16832026-04-10T04:05:40.018Z Compiling indent_write v2.2.0
16842026-04-10T04:05:40.121Z Compiling colored v3.1.1
16852026-04-10T04:05:40.149Z Compiling cpufeatures v0.3.0
16862026-04-10T04:05:40.163Z Compiling bytecount v0.6.9
16872026-04-10T04:05:40.228Z Compiling pkg-config v0.3.32
16882026-04-10T04:05:40.304Z Compiling managed v0.8.0
16892026-04-10T04:05:40.522Z Compiling chacha20 v0.10.0
16902026-04-10T04:05:40.683Z Compiling openssl-sys v0.9.112
16912026-04-10T04:05:40.797Z Compiling foreign-types v0.5.0
16922026-04-10T04:05:40.846Z Compiling progenitor-macro v0.13.0
16932026-04-10T04:05:40.956Z Compiling postcard v1.1.3
16942026-04-10T04:05:41.259Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16952026-04-10T04:05:41.638Z Compiling num_enum v0.7.6
16962026-04-10T04:05:41.762Z Compiling proc-macro-crate v1.3.1
16972026-04-10T04:05:42.107Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16982026-04-10T04:05:42.213Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16992026-04-10T04:05:42.479Z Compiling ingot v0.1.1
17002026-04-10T04:05:42.923Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17012026-04-10T04:05:43.426Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17022026-04-10T04:05:43.734Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17032026-04-10T04:05:44.262Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17042026-04-10T04:05:44.297Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17052026-04-10T04:05:44.331Z Compiling cstr-argument v0.1.2
17062026-04-10T04:05:44.491Z Compiling semver v0.1.20
17072026-04-10T04:05:44.527Z Compiling heck v0.4.1
17082026-04-10T04:05:44.736Z Compiling linked-hash-map v0.5.6
17092026-04-10T04:05:44.751Z Compiling rayon-core v1.13.0
17102026-04-10T04:05:44.931Z Compiling resolv-conf v0.7.6
17112026-04-10T04:05:44.978Z Compiling lazy_static v1.5.0
17122026-04-10T04:05:45.088Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17132026-04-10T04:05:45.202Z Compiling swrite v0.1.0
17142026-04-10T04:05:45.325Z Compiling lru-cache v0.1.2
17152026-04-10T04:05:45.336Z Compiling rustc_version v0.1.7
17162026-04-10T04:05:45.391Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17172026-04-10T04:05:45.538Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17182026-04-10T04:05:45.663Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17192026-04-10T04:05:45.987Z Compiling progenitor v0.13.0
17202026-04-10T04:05:46.197Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17212026-04-10T04:05:46.323Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17222026-04-10T04:05:46.366Z Compiling num_enum_derive v0.5.11
17232026-04-10T04:05:46.439Z Compiling rand v0.10.0
17242026-04-10T04:05:46.480Z Compiling hickory-proto v0.24.4
17252026-04-10T04:05:46.782Z Compiling crossbeam-deque v0.8.6
17262026-04-10T04:05:46.977Z Compiling serde-big-array v0.5.1
17272026-04-10T04:05:47.124Z Compiling pin-project-internal v1.1.11
17282026-04-10T04:05:47.127Z Compiling serde_repr v0.1.20
17292026-04-10T04:05:47.177Z Compiling derive-where v1.6.1
17302026-04-10T04:05:47.405Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17312026-04-10T04:05:47.735Z Compiling minimal-lexical v0.2.1
17322026-04-10T04:05:47.920Z Compiling unicode-segmentation v1.13.2
17332026-04-10T04:05:47.956Z Compiling siphasher v1.0.2
17342026-04-10T04:05:48.001Z Compiling nom v7.1.3
17352026-04-10T04:05:48.154Z Compiling phf_shared v0.12.1
17362026-04-10T04:05:48.206Z Compiling pin-project v1.1.11
17372026-04-10T04:05:48.285Z Compiling hickory-resolver v0.24.4
17382026-04-10T04:05:48.308Z Compiling newline-converter v0.3.0
17392026-04-10T04:05:48.341Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17402026-04-10T04:05:48.423Z Compiling num_enum v0.5.11
17412026-04-10T04:05:48.434Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17422026-04-10T04:05:49.295Z Compiling newtype_derive v0.1.6
17432026-04-10T04:05:49.336Z Compiling atomicwrites v0.4.4
17442026-04-10T04:05:49.539Z Compiling unicode-normalization v0.1.25
17452026-04-10T04:05:49.805Z Compiling console v0.15.11
17462026-04-10T04:05:50.010Z Compiling camino-tempfile v1.4.1
17472026-04-10T04:05:50.115Z Compiling tokio-stream v0.1.18
17482026-04-10T04:05:50.255Z Compiling snafu-derive v0.8.9
17492026-04-10T04:05:50.276Z Compiling async-recursion v1.1.1
17502026-04-10T04:05:50.485Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17512026-04-10T04:05:50.584Z Compiling slog-dtrace v0.3.0
17522026-04-10T04:05:50.776Z Compiling csv-core v0.1.13
17532026-04-10T04:05:50.816Z Compiling bstr v1.12.1
17542026-04-10T04:05:50.895Z Compiling chrono-tz v0.10.4
17552026-04-10T04:05:50.923Z Compiling highway v1.3.0
17562026-04-10T04:05:50.957Z Compiling similar v2.7.0
17572026-04-10T04:05:51.092Z Compiling openssl v0.10.76
17582026-04-10T04:05:51.152Z Compiling foreign-types-shared v0.1.1
17592026-04-10T04:05:51.164Z Compiling unicode-xid v0.2.6
17602026-04-10T04:05:51.244Z Compiling same-file v1.0.6
17612026-04-10T04:05:51.285Z Compiling unicode-width v0.1.14
17622026-04-10T04:05:51.356Z Compiling foldhash v0.1.5
17632026-04-10T04:05:51.367Z Compiling cancel-safe-futures v0.1.5
17642026-04-10T04:05:51.381Z Compiling owo-colors v4.3.0
17652026-04-10T04:05:51.420Z Compiling expectorate v1.2.0
17662026-04-10T04:05:51.536Z Compiling hashbrown v0.15.5
17672026-04-10T04:05:51.574Z Compiling walkdir v2.5.0
17682026-04-10T04:05:51.588Z Compiling const_format_proc_macros v0.2.34
17692026-04-10T04:05:51.613Z Compiling globset v0.4.18
17702026-04-10T04:05:51.758Z Compiling foreign-types v0.3.2
17712026-04-10T04:05:51.835Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17722026-04-10T04:05:51.958Z Compiling csv v1.4.0
17732026-04-10T04:05:51.994Z Compiling snafu v0.8.9
17742026-04-10T04:05:52.063Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17752026-04-10T04:05:52.111Z Compiling qorb v0.4.1
17762026-04-10T04:05:52.383Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17772026-04-10T04:05:52.462Z Compiling olpc-cjson v0.1.4
17782026-04-10T04:05:52.584Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17792026-04-10T04:05:52.626Z Compiling rayon v1.11.0
17802026-04-10T04:05:53.115Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17812026-04-10T04:05:53.740Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17822026-04-10T04:05:54.088Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17832026-04-10T04:05:54.264Z Compiling phf v0.12.1
17842026-04-10T04:05:54.383Z Compiling zone_cfg_derive v0.3.1
17852026-04-10T04:05:54.417Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17862026-04-10T04:05:54.434Z Compiling tokio-dtrace v0.1.1
17872026-04-10T04:05:54.706Z Compiling itertools v0.12.1
17882026-04-10T04:05:54.818Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17892026-04-10T04:05:55.032Z Compiling num-derive v0.3.3
17902026-04-10T04:05:55.046Z Compiling typify-impl v0.4.3
17912026-04-10T04:05:55.078Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17922026-04-10T04:05:55.373Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17932026-04-10T04:05:55.455Z Compiling libsw-core v0.3.2
17942026-04-10T04:05:55.627Z Compiling serde_plain v1.0.2
17952026-04-10T04:05:55.837Z Compiling openssl-macros v0.1.1
17962026-04-10T04:05:55.926Z Compiling num-derive v0.4.2
17972026-04-10T04:05:55.970Z Compiling pem v3.0.6
17982026-04-10T04:05:55.974Z Compiling cookie v0.18.1
17992026-04-10T04:05:56.224Z Compiling sigpipe v0.1.3
18002026-04-10T04:05:56.320Z Compiling fixedbitset v0.5.7
18012026-04-10T04:05:56.349Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18022026-04-10T04:05:56.406Z Compiling glob v0.3.3
18032026-04-10T04:05:56.571Z Compiling fixedbitset v0.4.2
18042026-04-10T04:05:56.665Z Compiling jiff v0.2.23
18052026-04-10T04:05:56.814Z Compiling typed-path v0.9.3
18062026-04-10T04:05:56.867Z Compiling petgraph v0.6.5
18072026-04-10T04:05:56.912Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18082026-04-10T04:05:57.347Z Compiling petgraph v0.8.3
18092026-04-10T04:05:57.533Z Compiling libscf-sys v1.1.0
18102026-04-10T04:05:57.676Z Compiling zone v0.3.1
18112026-04-10T04:05:58.192Z Compiling tough v0.20.0
18122026-04-10T04:05:58.376Z Compiling libsw v3.5.0
18132026-04-10T04:05:58.469Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18142026-04-10T04:05:58.557Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18152026-04-10T04:05:59.138Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18162026-04-10T04:05:59.394Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18172026-04-10T04:05:59.817Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18182026-04-10T04:06:00.160Z Compiling oxide-tokio-rt v0.1.3
18192026-04-10T04:06:00.249Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18202026-04-10T04:06:00.661Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18212026-04-10T04:06:00.827Z Compiling const_format v0.2.35
18222026-04-10T04:06:00.852Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-10T04:06:01.415Z Compiling typify-macro v0.4.3
18242026-04-10T04:06:01.566Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18252026-04-10T04:06:01.608Z Compiling papergrid v0.11.0
18262026-04-10T04:06:01.845Z Compiling tabled_derive v0.7.0
18272026-04-10T04:06:01.993Z Compiling gethostname v0.5.0
18282026-04-10T04:06:02.120Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-10T04:06:02.251Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18302026-04-10T04:06:02.379Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18312026-04-10T04:06:02.828Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-10T04:06:03.022Z Compiling bcs v0.1.6
18332026-04-10T04:06:03.358Z Compiling smf v0.2.3
18342026-04-10T04:06:03.413Z Compiling tagptr v0.2.0
18352026-04-10T04:06:03.435Z Compiling termtree v0.5.1
18362026-04-10T04:06:03.491Z Compiling whoami v1.6.1
18372026-04-10T04:06:03.562Z Compiling unicode-linebreak v0.1.5
18382026-04-10T04:06:03.588Z Compiling linear-map v1.2.0
18392026-04-10T04:06:03.629Z Compiling smawk v0.3.2
18402026-04-10T04:06:03.768Z Compiling textwrap v0.16.2
18412026-04-10T04:06:03.768Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-10T04:06:03.810Z Compiling moka v0.12.15
18432026-04-10T04:06:03.851Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18442026-04-10T04:06:03.891Z Compiling tabled v0.15.0
18452026-04-10T04:06:03.968Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18462026-04-10T04:06:04.172Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18472026-04-10T04:06:04.305Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18482026-04-10T04:06:04.573Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-10T04:06:05.085Z Compiling steno v0.4.1
18502026-04-10T04:06:06.020Z Compiling hickory-proto v0.25.2
18512026-04-10T04:06:06.645Z Compiling humantime v2.3.0
18522026-04-10T04:06:06.877Z Compiling proc-macro-error-attr2 v2.0.0
18532026-04-10T04:06:06.944Z Compiling parking_lot_core v0.8.6
18542026-04-10T04:06:07.246Z Compiling typify v0.4.3
18552026-04-10T04:06:07.333Z Compiling proc-macro-error2 v2.0.1
18562026-04-10T04:06:07.383Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18572026-04-10T04:06:07.605Z Compiling crc32fast v1.5.0
18582026-04-10T04:06:07.625Z Compiling tabled_derive v0.11.0
18592026-04-10T04:06:07.957Z Compiling hickory-resolver v0.25.2
18602026-04-10T04:06:08.435Z Compiling progenitor-impl v0.11.2
18612026-04-10T04:06:08.740Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18622026-04-10T04:06:08.971Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18632026-04-10T04:06:09.244Z Compiling papergrid v0.17.0
18642026-04-10T04:06:09.606Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18652026-04-10T04:06:10.243Z Compiling testing_table v0.3.0
18662026-04-10T04:06:10.409Z Compiling arc-swap v1.9.0
18672026-04-10T04:06:10.599Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18682026-04-10T04:06:10.732Z Compiling slog-scope v4.4.1
18692026-04-10T04:06:10.885Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18702026-04-10T04:06:11.005Z Compiling tabled v0.20.0
18712026-04-10T04:06:11.295Z Compiling parking_lot v0.11.2
18722026-04-10T04:06:11.850Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18732026-04-10T04:06:11.899Z Compiling progenitor-client v0.11.2
18742026-04-10T04:06:12.074Z Compiling progenitor-macro v0.11.2
18752026-04-10T04:06:12.117Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18762026-04-10T04:06:12.193Z Compiling fxhash v0.2.1
18772026-04-10T04:06:12.340Z Compiling internet-checksum v0.2.1
18782026-04-10T04:06:12.370Z Compiling sled v0.34.7
18792026-04-10T04:06:13.746Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18802026-04-10T04:06:13.759Z Compiling slog-stdlog v4.1.1
18812026-04-10T04:06:13.770Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18822026-04-10T04:06:13.780Z Compiling crc8 v0.1.1
18832026-04-10T04:06:13.892Z Compiling slog-envlogger v2.2.0
18842026-04-10T04:06:13.931Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18852026-04-10T04:06:14.259Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18862026-04-10T04:06:14.443Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18872026-04-10T04:06:16.898Z Compiling progenitor v0.11.2
18882026-04-10T04:06:16.989Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18892026-04-10T04:06:21.892Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18902026-04-10T04:06:23.638Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18912026-04-10T04:06:24.726Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18922026-04-10T04:06:25.855Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18932026-04-10T04:06:26.639Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18942026-04-10T04:06:28.082Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
18952026-04-10T04:06:51.466Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
18962026-04-10T04:06:51.642Z────────────
18972026-04-10T04:06:51.642Z Nextest run ID f1b14db2-cfb4-4a33-9e4f-c182dd9609ca with nextest profile: default
18982026-04-10T04:06:51.642Z Starting 7 tests across 1 binary
18992026-04-10T04:06:51.651Z PASS [ 0.008s] mg-lower dendrite::test_tfport_parser
19002026-04-10T04:06:51.656Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19012026-04-10T04:06:51.656Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19022026-04-10T04:06:51.656Z PASS [ 0.012s] mg-lower test::sync_link_down_test
19032026-04-10T04:06:51.656Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19042026-04-10T04:06:51.656Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19052026-04-10T04:06:51.656Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19062026-04-10T04:06:51.656Z────────────
19072026-04-10T04:06:51.656Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19082026-04-10T04:06:51.668Zprocess exited: duration 280375 ms, exit code 0
 
19092026-04-10T04:06:51.676Zfound 0 output files