01KR2HHTB6SZBYFP1JW0S01APN: test-mg-lower

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

Buildomat Job: 01KR2HJAYKD7D26VHGVRD3KWM1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:01:00.462Zjob assigned to worker 01KR2HJPXMQ8E7N2C2BZ78WQED [factory aws, i-0faa97dd24b75062d] (queued for 1 m 4 s)
 
22026-05-08T01:01:07.332Zstarting task 0: "setup"
32026-05-08T01:01:07.339Z++ uname -s
42026-05-08T01:01:07.342Z+ kern=SunOS
52026-05-08T01:01:07.342Z+ build_user=build
62026-05-08T01:01:07.342Z+ build_uid=12345
72026-05-08T01:01:07.342Z+ work_dir=/work
82026-05-08T01:01:07.342Z+ input_dir=/input
92026-05-08T01:01:07.342Z+ [[ 0 == 12345 ]]
102026-05-08T01:01:07.342Z+ case "$kern" in
112026-05-08T01:01:07.342Z+ groupadd -g 12345 build
122026-05-08T01:01:07.345Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:01:09.349Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:01:09.450Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:01:09.453Z+ home_fs=zfs
162026-05-08T01:01:09.453Z+ [[ zfs == autofs ]]
172026-05-08T01:01:09.453Z+ mkdir -p /home/build
182026-05-08T01:01:09.453Z+ chown build:build /home/build /work
192026-05-08T01:01:11.454Z+ chmod 0700 /home/build /work
202026-05-08T01:01:11.458Zprocess exited: duration 4123 ms, exit code 0
 
212026-05-08T01:01:11.464Zstarting task 1: "rust-toolchain"
222026-05-08T01:01:11.470Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-08T01:01:11.470Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T01:01:11.474Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T01:01:11.474Z * rust toolchain channel = "stable"
262026-05-08T01:01:11.474Z * rust toolchain profile = "default"
272026-05-08T01:01:11.474Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T01:01:11.474Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:01:11.474Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-08T01:01:11.546Zinfo: downloading installer
312026-05-08T01:01:13.298Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T01:01:13.299Zwarn: /opt/ooce/bin
332026-05-08T01:01:13.299Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T01:01:13.299Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T01:01:13.299Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T01:01:13.299Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T01:01:13.299Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T01:01:13.299Zerror: cannot install while Rust is installed
392026-05-08T01:01:13.299Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T01:01:13.299Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T01:01:13.299Zwarn: /home/build/.rustup/settings.toml
422026-05-08T01:01:13.299Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T01:01:13.299Zwarn: instead of the one inferred from the default host triple.
442026-05-08T01:01:13.312Zinfo: profile set to default
452026-05-08T01:01:13.312Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T01:01:13.315Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-08T01:01:13.463Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-08T01:01:13.466Zinfo: downloading 6 components
492026-05-08T01:01:29.449Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-08T01:01:29.449Z
512026-05-08T01:01:29.481Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-08T01:01:29.481Z
532026-05-08T01:01:29.481Z
542026-05-08T01:01:29.481ZRust is installed now. Great!
552026-05-08T01:01:29.481Z
562026-05-08T01:01:29.481ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T01:01:29.481Zenvironment variable. This has not been done automatically.
582026-05-08T01:01:29.481Z
592026-05-08T01:01:29.481ZTo configure your current shell, you need to source
602026-05-08T01:01:29.481Zthe corresponding env file under $HOME/.cargo.
612026-05-08T01:01:29.481Z
622026-05-08T01:01:29.481ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T01:01:29.481Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T01:01:29.481Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T01:01:29.481Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T01:01:29.481Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T01:01:29.481Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T01:01:29.481Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T01:01:29.484Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T01:01:29.484Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T01:01:29.578Z+ rustup --version
722026-05-08T01:01:29.586Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T01:01:29.589Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T01:01:29.607Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-08T01:01:29.610Z+ cargo --version
762026-05-08T01:01:29.624Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-08T01:01:29.629Z+ rustc --version
782026-05-08T01:01:29.645Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-08T01:01:29.648Zprocess exited: duration 18182 ms, exit code 0
 
802026-05-08T01:01:29.655Zstarting task 2: "authentication"
812026-05-08T01:01:29.671Zprocess exited: duration 16 ms, exit code 0
 
822026-05-08T01:01:29.678Zstarting task 3: "clone repository"
832026-05-08T01:01:29.682Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-08T01:01:29.685Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-08T01:01:29.716ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-08T01:01:30.552Z+ cd /work/oxidecomputer/maghemite
872026-05-08T01:01:30.552Z+ git fetch origin 974423895c17cc23711732f518e447b284425ccd
882026-05-08T01:01:30.799ZFrom https://github.com/oxidecomputer/maghemite
892026-05-08T01:01:30.799Z * branch 974423895c17cc23711732f518e447b284425ccd -> FETCH_HEAD
902026-05-08T01:01:30.807Z+ [[ -n zl/ddmd-no-state-machine ]]
912026-05-08T01:01:30.813Z++ git branch --show-current
922026-05-08T01:01:30.813Z+ current=main
932026-05-08T01:01:30.814Z+ [[ main != zl/ddmd-no-state-machine ]]
942026-05-08T01:01:30.814Z+ git branch -f zl/ddmd-no-state-machine 974423895c17cc23711732f518e447b284425ccd
952026-05-08T01:01:30.814Z+ git checkout -f zl/ddmd-no-state-machine
962026-05-08T01:01:30.838ZSwitched to branch 'zl/ddmd-no-state-machine'
972026-05-08T01:01:30.851Z+ git reset --hard 974423895c17cc23711732f518e447b284425ccd
982026-05-08T01:01:30.863ZHEAD is now at 9744238 [review] address feedback
992026-05-08T01:01:30.863Zprocess exited: duration 1165 ms, exit code 0
 
1002026-05-08T01:01:30.875Zstarting task 4: "build"
1012026-05-08T01:01:30.879Z+ set -e
1022026-05-08T01:01:30.880Z+ source .github/buildomat/test-common.sh
1032026-05-08T01:01:30.880Z++ NEXTEST_VERSION=0.9.97
1042026-05-08T01:01:30.880Z++ PLATFORM=illumos
1052026-05-08T01:01:30.880Z++ banner install
1062026-05-08T01:01:30.880Z
1072026-05-08T01:01:30.880Z # # # #### ##### ## # #
1082026-05-08T01:01:30.880Z # ## # # # # # # #
1092026-05-08T01:01:30.880Z # # # # #### # # # # #
1102026-05-08T01:01:30.880Z # # # # # # ###### # #
1112026-05-08T01:01:30.880Z # # ## # # # # # # #
1122026-05-08T01:01:30.880Z # # # #### # # # ###### ######
1132026-05-08T01:01:30.880Z
1142026-05-08T01:01:30.880Z++ set +o errexit
1152026-05-08T01:01:30.894Z++ pkg info clang-15
1162026-05-08T01:01:30.895Z++ grep -qi installed
1172026-05-08T01:01:32.067Zpkg: info: no packages matching the following patterns you specified are
1182026-05-08T01:01:32.067Zinstalled on the system. Try querying remotely instead:
1192026-05-08T01:01:32.067Z
1202026-05-08T01:01:32.067Z clang-15
1212026-05-08T01:01:32.105Z++ [[ 1 != 0 ]]
1222026-05-08T01:01:32.105Z++ set -o errexit
1232026-05-08T01:01:32.108Z++ pfexec pkg install clang-15
1242026-05-08T01:01:41.676Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-08T01:01:49.294Z Startup: Caching catalogs ... Done
1262026-05-08T01:01:56.649ZPlanning: Solver setup ... Done
1272026-05-08T01:01:56.690ZPlanning: Running solver ... Done
1282026-05-08T01:01:56.831ZPlanning: Finding local manifests ... Done
1292026-05-08T01:01:56.843ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-08T01:01:56.934ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-08T01:01:56.963ZPlanning: Package planning ... Done
1322026-05-08T01:01:56.989ZPlanning: Merging actions ... Done
1332026-05-08T01:01:57.094ZPlanning: Checking for conflicting actions ... Done
1342026-05-08T01:01:57.102ZPlanning: Consolidating action changes ... Done
1352026-05-08T01:01:57.881ZPlanning: Evaluating mediators ... Done
1362026-05-08T01:01:57.885ZPlanning: Planning completed in 8.42 seconds
1372026-05-08T01:01:57.898Z Packages to install: 2
1382026-05-08T01:01:57.901Z Mediators to change: 2
1392026-05-08T01:01:57.901Z Services to change: 1
1402026-05-08T01:01:57.901Z Create boot environment: No
1412026-05-08T01:01:57.901ZCreate backup boot environment: No
1422026-05-08T01:01:57.940Z
1432026-05-08T01:01:57.940ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-08T01:02:02.992ZDownload: 579/3076 items 17.0/211.3MB 8% complete (3.7M/s)
1452026-05-08T01:02:10.616ZDownload: 975/3076 items 81.8/211.3MB 38% complete (10.2M/s)
1462026-05-08T01:02:23.613ZDownload: 976/3076 items 81.8/211.3MB 38% complete
1472026-05-08T01:02:28.610ZDownload: 1048/3076 items 93.2/211.3MB 44% complete (2.1M/s)
1482026-05-08T01:02:33.696ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (13.6M/s)
1492026-05-08T01:02:35.115ZDownload: Completed 211.31 MB in 37.17 seconds (5.7M/s)
1502026-05-08T01:02:35.359Z Actions: 1/3418 actions (Installing new actions)
1512026-05-08T01:02:38.487Z Actions: Completed 3418 actions in 3.13 seconds.
1522026-05-08T01:02:38.803Z Done
1532026-05-08T01:02:38.803Z Done
1542026-05-08T01:02:39.531Z Done
1552026-05-08T01:02:42.846Z Done
1562026-05-08T01:02:42.920Z Done
1572026-05-08T01:02:42.923Z Done
1582026-05-08T01:02:43.164Z Done
1592026-05-08T01:02:43.836Z++ set -o errexit
1602026-05-08T01:02:43.837Z++ cargo --version
1612026-05-08T01:02:43.843Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1622026-05-08T01:02:43.984Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1632026-05-08T01:02:43.988Zinfo: downloading 6 components
1642026-05-08T01:02:58.450Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1652026-05-08T01:02:58.452Z++ rustc --version
1662026-05-08T01:02:58.481Zrustc 1.94.1 (e408947bf 2026-03-25)
1672026-05-08T01:02:58.485Z++ cargo install cargo-nextest --version 0.9.97
1682026-05-08T01:02:58.528Z Updating crates.io index
1692026-05-08T01:02:58.620Z Downloading crates ...
1702026-05-08T01:02:58.671Z Downloaded cargo-nextest v0.9.97
1712026-05-08T01:02:58.734Z Installing cargo-nextest v0.9.97
1722026-05-08T01:02:58.775Z Updating crates.io index
1732026-05-08T01:03:01.248Z Locking 407 packages to latest compatible versions
1742026-05-08T01:03:01.253Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-05-08T01:03:01.256Z Adding duct v0.13.7 (available: v1.1.1)
1762026-05-08T01:03:01.256Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-05-08T01:03:01.256Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-05-08T01:03:01.259Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-05-08T01:03:01.259Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1802026-05-08T01:03:01.259Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-05-08T01:03:01.262Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1822026-05-08T01:03:01.265Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-05-08T01:03:01.281Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-05-08T01:03:01.290Z Downloading crates ...
1852026-05-08T01:03:01.353Z Downloaded anstyle-query v1.1.5
1862026-05-08T01:03:01.361Z Downloaded adler2 v2.0.1
1872026-05-08T01:03:01.368Z Downloaded foreign-types-shared v0.1.1
1882026-05-08T01:03:01.371Z Downloaded block-buffer v0.10.4
1892026-05-08T01:03:01.374Z Downloaded equivalent v1.0.2
1902026-05-08T01:03:01.374Z Downloaded cpufeatures v0.2.17
1912026-05-08T01:03:01.374Z Downloaded clap_lex v1.1.0
1922026-05-08T01:03:01.381Z Downloaded humantime-serde v1.1.1
1932026-05-08T01:03:01.383Z Downloaded guppy-workspace-hack v0.1.0
1942026-05-08T01:03:01.383Z Downloaded mukti-metadata v0.3.0
1952026-05-08T01:03:01.386Z Downloaded hyper-tls v0.6.0
1962026-05-08T01:03:01.386Z Downloaded futures-task v0.3.32
1972026-05-08T01:03:01.390Z Downloaded indenter v0.3.4
1982026-05-08T01:03:01.390Z Downloaded cfg-if v1.0.4
1992026-05-08T01:03:01.390Z Downloaded is_terminal_polyfill v1.70.2
2002026-05-08T01:03:01.393Z Downloaded anstream v1.0.0
2012026-05-08T01:03:01.393Z Downloaded base64ct v1.8.3
2022026-05-08T01:03:01.396Z Downloaded owo-colors v4.3.0
2032026-05-08T01:03:01.396Z Downloaded hex v0.4.3
2042026-05-08T01:03:01.398Z Downloaded futures-core v0.3.32
2052026-05-08T01:03:01.398Z Downloaded find-msvc-tools v0.1.9
2062026-05-08T01:03:01.402Z Downloaded newtype-uuid v1.3.2
2072026-05-08T01:03:01.402Z Downloaded futures-macro v0.3.32
2082026-05-08T01:03:01.402Z Downloaded lazy_static v1.5.0
2092026-05-08T01:03:01.405Z Downloaded cargo_metadata v0.23.1
2102026-05-08T01:03:01.408Z Downloaded futures-executor v0.3.32
2112026-05-08T01:03:01.408Z Downloaded rustc-demangle v0.1.27
2122026-05-08T01:03:01.411Z Downloaded quote v1.0.45
2132026-05-08T01:03:01.414Z Downloaded ed25519 v2.2.3
2142026-05-08T01:03:01.414Z Downloaded bitflags v2.11.1
2152026-05-08T01:03:01.419Z Downloaded pkcs8 v0.10.2
2162026-05-08T01:03:01.419Z Downloaded generic-array v0.14.7
2172026-05-08T01:03:01.421Z Downloaded cargo-util-schemas v0.2.0
2182026-05-08T01:03:01.421Z Downloaded colorchoice v1.0.5
2192026-05-08T01:03:01.421Z Downloaded async-scoped v0.9.0
2202026-05-08T01:03:01.424Z Downloaded nextest-metadata v0.12.2
2212026-05-08T01:03:01.425Z Downloaded parking_lot v0.12.5
2222026-05-08T01:03:01.427Z Downloaded addr2line v0.25.1
2232026-05-08T01:03:01.427Z Downloaded console v0.15.11
2242026-05-08T01:03:01.430Z Downloaded lock_api v0.4.14
2252026-05-08T01:03:01.430Z Downloaded ahash v0.8.12
2262026-05-08T01:03:01.434Z Downloaded futures-io v0.3.32
2272026-05-08T01:03:01.434Z Downloaded curve25519-dalek-derive v0.1.1
2282026-05-08T01:03:01.437Z Downloaded autocfg v1.5.0
2292026-05-08T01:03:01.437Z Downloaded ryu v1.0.23
2302026-05-08T01:03:01.440Z Downloaded debug-ignore v1.0.5
2312026-05-08T01:03:01.440Z Downloaded cargo-platform v0.3.3
2322026-05-08T01:03:01.443Z Downloaded log v0.4.29
2332026-05-08T01:03:01.443Z Downloaded openssl-macros v0.1.1
2342026-05-08T01:03:01.445Z Downloaded number_prefix v0.4.0
2352026-05-08T01:03:01.446Z Downloaded pathdiff v0.2.3
2362026-05-08T01:03:01.446Z Downloaded futures-sink v0.3.32
2372026-05-08T01:03:01.450Z Downloaded form_urlencoded v1.2.2
2382026-05-08T01:03:01.450Z Downloaded fnv v1.0.7
2392026-05-08T01:03:01.450Z Downloaded is_ci v1.2.0
2402026-05-08T01:03:01.453Z Downloaded serde v1.0.228
2412026-05-08T01:03:01.453Z Downloaded quinn v0.11.9
2422026-05-08T01:03:01.456Z Downloaded color-spantrace v0.3.0
2432026-05-08T01:03:01.459Z Downloaded os_pipe v1.2.3
2442026-05-08T01:03:01.459Z Downloaded digest v0.10.7
2452026-05-08T01:03:01.462Z Downloaded idna_adapter v1.0.0
2462026-05-08T01:03:01.462Z Downloaded rustc_version v0.4.1
2472026-05-08T01:03:01.462Z Downloaded http-body v1.0.1
2482026-05-08T01:03:01.462Z Downloaded itoa v1.0.18
2492026-05-08T01:03:01.465Z Downloaded atomic-waker v1.1.2
2502026-05-08T01:03:01.465Z Downloaded enable-ansi-support v0.2.1
2512026-05-08T01:03:01.468Z Downloaded cfg_aliases v0.2.1
2522026-05-08T01:03:01.471Z Downloaded scopeguard v1.2.0
2532026-05-08T01:03:01.471Z Downloaded heck v0.5.0
2542026-05-08T01:03:01.471Z Downloaded serde_urlencoded v0.7.1
2552026-05-08T01:03:01.474Z Downloaded document-features v0.2.12
2562026-05-08T01:03:01.474Z Downloaded atomicwrites v0.4.4
2572026-05-08T01:03:01.474Z Downloaded http-body-util v0.1.3
2582026-05-08T01:03:01.477Z Downloaded errno v0.3.14
2592026-05-08T01:03:01.477Z Downloaded cargo-platform v0.2.0
2602026-05-08T01:03:01.479Z Downloaded crypto-common v0.1.7
2612026-05-08T01:03:01.482Z Downloaded percent-encoding v2.3.2
2622026-05-08T01:03:01.482Z Downloaded serde_ignored v0.1.14
2632026-05-08T01:03:01.486Z Downloaded futures v0.3.32
2642026-05-08T01:03:01.489Z Downloaded lru-slab v0.1.2
2652026-05-08T01:03:01.491Z Downloaded fixedbitset v0.5.7
2662026-05-08T01:03:01.491Z Downloaded duct v0.13.7
2672026-05-08T01:03:01.495Z Downloaded home v0.5.12
2682026-05-08T01:03:01.495Z Downloaded serde_spanned v0.6.9
2692026-05-08T01:03:01.495Z Downloaded rustc-hash v2.1.2
2702026-05-08T01:03:01.497Z Downloaded backtrace-ext v0.2.1
2712026-05-08T01:03:01.497Z Downloaded indent_write v2.2.0
2722026-05-08T01:03:01.497Z Downloaded eyre v0.6.12
2732026-05-08T01:03:01.500Z Downloaded serde_spanned v1.1.1
2742026-05-08T01:03:01.500Z Downloaded getrandom v0.2.17
2752026-05-08T01:03:01.503Z Downloaded shared_child v1.1.1
2762026-05-08T01:03:01.503Z Downloaded nextest-workspace-hack v0.1.0
2772026-05-08T01:03:01.506Z Downloaded serde-value v0.7.0
2782026-05-08T01:03:01.509Z Downloaded sigchld v0.2.4
2792026-05-08T01:03:01.512Z Downloaded nested v0.1.1
2802026-05-08T01:03:01.512Z Downloaded shell-words v1.1.1
2812026-05-08T01:03:01.515Z Downloaded supports-hyperlinks v3.2.0
2822026-05-08T01:03:01.521Z Downloaded signal-hook-mio v0.2.5
2832026-05-08T01:03:01.524Z Downloaded swrite v0.1.0
2842026-05-08T01:03:01.524Z Downloaded strsim v0.11.1
2852026-05-08T01:03:01.524Z Downloaded subtle v2.6.1
2862026-05-08T01:03:01.527Z Downloaded camino-tempfile v1.4.1
2872026-05-08T01:03:01.534Z Downloaded ordered-float v2.10.1
2882026-05-08T01:03:01.534Z Downloaded jobserver v0.1.34
2892026-05-08T01:03:01.534Z Downloaded fastrand v2.4.1
2902026-05-08T01:03:01.534Z Downloaded anstyle v1.0.14
2912026-05-08T01:03:01.534Z Downloaded pkg-config v0.3.33
2922026-05-08T01:03:01.534Z Downloaded cfg-expr v0.20.7
2932026-05-08T01:03:01.538Z Downloaded camino v1.2.2
2942026-05-08T01:03:01.538Z Downloaded rand_chacha v0.9.0
2952026-05-08T01:03:01.538Z Downloaded foldhash v0.1.5
2962026-05-08T01:03:01.542Z Downloaded either v1.15.0
2972026-05-08T01:03:01.542Z Downloaded ipnet v2.12.0
2982026-05-08T01:03:01.542Z Downloaded supports-unicode v3.0.0
2992026-05-08T01:03:01.545Z Downloaded pin-project-lite v0.2.17
3002026-05-08T01:03:01.545Z Downloaded terminal_size v0.4.4
3012026-05-08T01:03:01.545Z Downloaded openssl-probe v0.2.1
3022026-05-08T01:03:01.545Z Downloaded globset v0.4.18
3032026-05-08T01:03:01.548Z Downloaded strip-ansi-escapes v0.2.1
3042026-05-08T01:03:01.551Z Downloaded future-queue v0.4.0
3052026-05-08T01:03:01.554Z Downloaded tinyvec_macros v0.1.1
3062026-05-08T01:03:01.554Z Downloaded filetime v0.2.27
3072026-05-08T01:03:01.554Z Downloaded cargo_metadata v0.20.0
3082026-05-08T01:03:01.557Z Downloaded anstyle-parse v1.0.0
3092026-05-08T01:03:01.561Z Downloaded foreign-types v0.3.2
3102026-05-08T01:03:01.562Z Downloaded toml_datetime v0.6.11
3112026-05-08T01:03:01.562Z Downloaded borsh v1.6.1
3122026-05-08T01:03:01.565Z Downloaded toml_write v0.1.2
3132026-05-08T01:03:01.568Z Downloaded tower-service v0.3.3
3142026-05-08T01:03:01.571Z Downloaded humantime v2.3.0
3152026-05-08T01:03:01.571Z Downloaded simd-adler32 v0.3.9
3162026-05-08T01:03:01.571Z Downloaded signature v2.2.0
3172026-05-08T01:03:01.574Z Downloaded slab v0.4.12
3182026-05-08T01:03:01.574Z Downloaded tower-layer v0.3.3
3192026-05-08T01:03:01.577Z Downloaded native-tls v0.2.18
3202026-05-08T01:03:01.577Z Downloaded tracing-error v0.2.1
3212026-05-08T01:03:01.577Z Downloaded rand_core v0.9.5
3222026-05-08T01:03:01.582Z Downloaded dialoguer v0.11.0
3232026-05-08T01:03:01.585Z Downloaded erased-serde v0.4.10
3242026-05-08T01:03:01.585Z Downloaded convert_case v0.10.0
3252026-05-08T01:03:01.590Z Downloaded const-oid v0.9.6
3262026-05-08T01:03:01.590Z Downloaded clap_derive v4.6.1
3272026-05-08T01:03:01.593Z Downloaded sync_wrapper v1.0.2
3282026-05-08T01:03:01.593Z Downloaded try-lock v0.2.5
3292026-05-08T01:03:01.593Z Downloaded static_assertions v1.1.0
3302026-05-08T01:03:01.593Z Downloaded smol_str v0.3.6
3312026-05-08T01:03:01.593Z Downloaded serde_path_to_error v0.1.20
3322026-05-08T01:03:01.597Z Downloaded sha2 v0.10.9
3332026-05-08T01:03:01.597Z Downloaded unicode-xid v0.2.6
3342026-05-08T01:03:01.597Z Downloaded hyper-rustls v0.27.9
3352026-05-08T01:03:01.600Z Downloaded unicode-linebreak v0.1.5
3362026-05-08T01:03:01.600Z Downloaded signal-hook-registry v1.4.8
3372026-05-08T01:03:01.600Z Downloaded self-replace v1.5.0
3382026-05-08T01:03:01.604Z Downloaded pin-project-internal v1.1.12
3392026-05-08T01:03:01.604Z Downloaded typeid v1.0.3
3402026-05-08T01:03:01.608Z Downloaded litrs v1.0.0
3412026-05-08T01:03:01.610Z Downloaded supports-color v3.0.2
3422026-05-08T01:03:01.613Z Downloaded futures-channel v0.3.32
3432026-05-08T01:03:01.613Z Downloaded serde-untagged v0.1.9
3442026-05-08T01:03:01.616Z Downloaded ppv-lite86 v0.2.21
3452026-05-08T01:03:01.616Z Downloaded miette-derive v7.6.0
3462026-05-08T01:03:01.616Z Downloaded utf8_iter v1.0.4
3472026-05-08T01:03:01.616Z Downloaded urlencoding v2.1.3
3482026-05-08T01:03:01.619Z Downloaded tokio-native-tls v0.3.1
3492026-05-08T01:03:01.619Z Downloaded version_check v0.9.5
3502026-05-08T01:03:01.619Z Downloaded untrusted v0.9.0
3512026-05-08T01:03:01.622Z Downloaded der v0.7.10
3522026-05-08T01:03:01.622Z Downloaded tokio-macros v2.7.0
3532026-05-08T01:03:01.625Z Downloaded thiserror-impl v1.0.69
3542026-05-08T01:03:01.625Z Downloaded spki v0.7.3
3552026-05-08T01:03:01.626Z Downloaded iana-time-zone v0.1.65
3562026-05-08T01:03:01.628Z Downloaded target-lexicon v0.13.3
3572026-05-08T01:03:01.629Z Downloaded thread_local v1.1.9
3582026-05-08T01:03:01.629Z Downloaded backtrace v0.3.76
3592026-05-08T01:03:01.631Z Downloaded want v0.3.1
3602026-05-08T01:03:01.631Z Downloaded thiserror-impl v2.0.18
3612026-05-08T01:03:01.634Z Downloaded thiserror v1.0.69
3622026-05-08T01:03:01.641Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3632026-05-08T01:03:01.641Z Downloaded toml_writer v1.1.1+spec-1.1.0
3642026-05-08T01:03:01.641Z Downloaded target-spec-miette v0.4.6
3652026-05-08T01:03:01.641Z Downloaded xattr v1.6.1
3662026-05-08T01:03:01.646Z Downloaded getrandom v0.4.2
3672026-05-08T01:03:01.650Z Downloaded tracing-log v0.2.0
3682026-05-08T01:03:01.653Z Downloaded rustls-pki-types v1.14.1
3692026-05-08T01:03:01.653Z Downloaded rand_core v0.6.4
3702026-05-08T01:03:01.653Z Downloaded config v0.15.22
3712026-05-08T01:03:01.655Z Downloaded httparse v1.10.1
3722026-05-08T01:03:01.658Z Downloaded unicase v2.9.0
3732026-05-08T01:03:01.658Z Downloaded utf8parse v0.2.2
3742026-05-08T01:03:01.658Z Downloaded bytes v1.11.1
3752026-05-08T01:03:01.661Z Downloaded self_update v0.42.0
3762026-05-08T01:03:01.664Z Downloaded clap v4.6.1
3772026-05-08T01:03:01.667Z Downloaded tempfile v3.27.0
3782026-05-08T01:03:01.670Z Downloaded smallvec v1.15.1
3792026-05-08T01:03:01.670Z Downloaded target-spec v3.6.0
3802026-05-08T01:03:01.672Z Downloaded thiserror v2.0.18
3812026-05-08T01:03:01.675Z Downloaded derive-where v1.6.1
3822026-05-08T01:03:01.678Z Downloaded derive_more-impl v2.1.1
3832026-05-08T01:03:01.681Z Downloaded xxhash-rust v0.8.15
3842026-05-08T01:03:01.681Z Downloaded toml v0.8.23
3852026-05-08T01:03:01.683Z Downloaded crc32fast v1.5.0
3862026-05-08T01:03:01.683Z Downloaded sharded-slab v0.1.7
3872026-05-08T01:03:01.686Z Downloaded serde_derive v1.0.228
3882026-05-08T01:03:01.689Z Downloaded zmij v1.0.21
3892026-05-08T01:03:01.689Z Downloaded nextest-filtering v0.15.0
3902026-05-08T01:03:01.689Z Downloaded zstd-safe v7.2.4
3912026-05-08T01:03:01.692Z Downloaded base64 v0.22.1
3922026-05-08T01:03:01.695Z Downloaded zstd v0.13.3
3932026-05-08T01:03:01.698Z Downloaded socket2 v0.6.3
3942026-05-08T01:03:01.698Z Downloaded signal-hook v0.3.18
3952026-05-08T01:03:01.698Z Downloaded semver v1.0.28
3962026-05-08T01:03:01.701Z Downloaded zipsign-api v0.1.5
3972026-05-08T01:03:01.701Z Downloaded once_cell v1.21.4
3982026-05-08T01:03:01.704Z Downloaded tokio-stream v0.1.18
3992026-05-08T01:03:01.704Z Downloaded toml_parser v1.1.2+spec-1.1.0
4002026-05-08T01:03:01.707Z Downloaded num-traits v0.2.19
4012026-05-08T01:03:01.709Z Downloaded tokio-rustls v0.26.4
4022026-05-08T01:03:01.709Z Downloaded shlex v1.3.0
4032026-05-08T01:03:01.709Z Downloaded textwrap v0.16.2
4042026-05-08T01:03:01.712Z Downloaded flate2 v1.1.9
4052026-05-08T01:03:01.715Z Downloaded getrandom v0.3.4
4062026-05-08T01:03:01.715Z Downloaded quinn-udp v0.5.14
4072026-05-08T01:03:01.718Z Downloaded serde_core v1.0.228
4082026-05-08T01:03:01.718Z Downloaded quick-junit v0.5.2
4092026-05-08T01:03:01.723Z Downloaded ed25519-dalek v2.2.0
4102026-05-08T01:03:01.726Z Downloaded pin-project v1.1.12
4112026-05-08T01:03:01.733Z Downloaded unicode-ident v1.0.24
4122026-05-08T01:03:01.736Z Downloaded tracing-attributes v0.1.31
4132026-05-08T01:03:01.738Z Downloaded parking_lot_core v0.9.12
4142026-05-08T01:03:01.738Z Downloaded tar v0.4.45
4152026-05-08T01:03:01.742Z Downloaded miniz_oxide v0.8.9
4162026-05-08T01:03:01.742Z Downloaded idna v1.1.0
4172026-05-08T01:03:01.745Z Downloaded cc v1.2.61
4182026-05-08T01:03:01.745Z Downloaded crossterm v0.29.0
4192026-05-08T01:03:01.748Z Downloaded zeroize v1.8.2
4202026-05-08T01:03:01.754Z Downloaded toml v1.1.2+spec-1.1.0
4212026-05-08T01:03:01.761Z Downloaded indicatif v0.17.11
4222026-05-08T01:03:01.765Z Downloaded http v1.4.0
4232026-05-08T01:03:01.769Z Downloaded openssl-sys v0.9.115
4242026-05-08T01:03:01.769Z Downloaded proc-macro2 v1.0.106
4252026-05-08T01:03:01.772Z Downloaded derive_more v2.1.1
4262026-05-08T01:03:01.795Z Downloaded uuid v1.23.1
4272026-05-08T01:03:01.798Z Downloaded tinyvec v1.11.0
4282026-05-08T01:03:01.802Z Downloaded toml_edit v0.22.27
4292026-05-08T01:03:01.816Z Downloaded typenum v1.20.0
4302026-05-08T01:03:01.821Z Downloaded tracing-core v0.1.36
4312026-05-08T01:03:01.824Z Downloaded hashbrown v0.15.5
4322026-05-08T01:03:01.826Z Downloaded tower v0.5.3
4332026-05-08T01:03:01.831Z Downloaded rustls-webpki v0.103.13
4342026-05-08T01:03:01.834Z Downloaded indexmap v2.14.0
4352026-05-08T01:03:01.836Z Downloaded vte v0.14.1
4362026-05-08T01:03:01.839Z Downloaded hashbrown v0.17.0
4372026-05-08T01:03:01.842Z Downloaded guppy v0.17.25
4382026-05-08T01:03:01.845Z Downloaded mio v1.2.0
4392026-05-08T01:03:01.847Z Downloaded rand v0.9.4
4402026-05-08T01:03:01.850Z Downloaded futures-util v0.3.32
4412026-05-08T01:03:01.856Z Downloaded clap_builder v4.6.0
4422026-05-08T01:03:01.861Z Downloaded aho-corasick v1.1.4
4432026-05-08T01:03:01.863Z Downloaded url v2.5.8
4442026-05-08T01:03:01.866Z Downloaded unicode-normalization v0.1.25
4452026-05-08T01:03:01.869Z Downloaded tower-http v0.6.10
4462026-05-08T01:03:01.872Z Downloaded miette v7.6.0
4472026-05-08T01:03:01.875Z Downloaded hyper-util v0.1.20
4482026-05-08T01:03:01.878Z Downloaded h2 v0.4.14
4492026-05-08T01:03:01.880Z Downloaded serde_json v1.0.149
4502026-05-08T01:03:01.884Z Downloaded memchr v2.8.0
4512026-05-08T01:03:01.901Z Downloaded winnow v1.0.2
4522026-05-08T01:03:01.909Z Downloaded ron v0.12.1
4532026-05-08T01:03:01.914Z Downloaded unicode-segmentation v1.13.2
4542026-05-08T01:03:01.916Z Downloaded gimli v0.32.3
4552026-05-08T01:03:01.920Z Downloaded vcpkg v0.2.15
4562026-05-08T01:03:01.943Z Downloaded tracing-subscriber v0.3.23
4572026-05-08T01:03:01.947Z Downloaded unicode-width v0.2.2
4582026-05-08T01:03:01.951Z Downloaded reqwest v0.12.28
4592026-05-08T01:03:01.955Z Downloaded hyper v1.9.0
4602026-05-08T01:03:01.960Z Downloaded tokio-util v0.7.18
4612026-05-08T01:03:01.963Z Downloaded curve25519-dalek v4.1.3
4622026-05-08T01:03:01.966Z Downloaded pulldown-cmark v0.13.3
4632026-05-08T01:03:01.968Z Downloaded bstr v1.12.1
4642026-05-08T01:03:01.973Z Downloaded regex v1.12.3
4652026-05-08T01:03:01.976Z Downloaded chrono v0.4.44
4662026-05-08T01:03:01.985Z Downloaded itertools v0.14.0
4672026-05-08T01:03:01.994Z Downloaded tracing v0.1.44
4682026-05-08T01:03:02.004Z Downloaded portable-atomic v1.13.1
4692026-05-08T01:03:02.009Z Downloaded color-eyre v0.6.5
4702026-05-08T01:03:02.013Z Downloaded quick-xml v0.37.5
4712026-05-08T01:03:02.018Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4722026-05-08T01:03:02.027Z Downloaded quick-xml v0.38.4
4732026-05-08T01:03:02.035Z Downloaded winnow v0.7.15
4742026-05-08T01:03:02.069Z Downloaded webpki-roots v1.0.7
4752026-05-08T01:03:02.072Z Downloaded openssl v0.10.79
4762026-05-08T01:03:02.077Z Downloaded nextest-runner v0.80.0
4772026-05-08T01:03:02.085Z Downloaded quinn-proto v0.11.14
4782026-05-08T01:03:02.119Z Downloaded nix v0.30.1
4792026-05-08T01:03:02.144Z Downloaded unicode-width v0.1.14
4802026-05-08T01:03:02.147Z Downloaded syn v2.0.117
4812026-05-08T01:03:02.154Z Downloaded zerocopy v0.8.48
4822026-05-08T01:03:02.164Z Downloaded object v0.37.3
4832026-05-08T01:03:02.179Z Downloaded regex-syntax v0.8.10
4842026-05-08T01:03:02.183Z Downloaded rustls v0.23.40
4852026-05-08T01:03:02.189Z Downloaded rustix v0.38.44
4862026-05-08T01:03:02.202Z Downloaded rustix v1.1.4
4872026-05-08T01:03:02.271Z Downloaded regex-automata v0.4.14
4882026-05-08T01:03:02.317Z Downloaded libc v0.2.186
4892026-05-08T01:03:02.335Z Downloaded petgraph v0.8.3
4902026-05-08T01:03:02.357Z Downloaded tokio v1.52.2
4912026-05-08T01:03:02.422Z Downloaded recursion v0.5.4
4922026-05-08T01:03:02.428Z Downloaded ring v0.17.14
4932026-05-08T01:03:02.489Z Compiling libc v0.2.186
4942026-05-08T01:03:02.489Z Compiling proc-macro2 v1.0.106
4952026-05-08T01:03:02.492Z Compiling quote v1.0.45
4962026-05-08T01:03:02.492Z Compiling unicode-ident v1.0.24
4972026-05-08T01:03:02.492Z Compiling serde_core v1.0.228
4982026-05-08T01:03:02.492Z Compiling cfg-if v1.0.4
4992026-05-08T01:03:02.492Z Compiling memchr v2.8.0
5002026-05-08T01:03:02.617Z Compiling once_cell v1.21.4
5012026-05-08T01:03:02.736Z Compiling log v0.4.29
5022026-05-08T01:03:02.770Z Compiling pin-project-lite v0.2.17
5032026-05-08T01:03:02.874Z Compiling serde v1.0.228
5042026-05-08T01:03:02.885Z Compiling itoa v1.0.18
5052026-05-08T01:03:03.007Z Compiling futures-core v0.3.32
5062026-05-08T01:03:03.118Z Compiling smallvec v1.15.1
5072026-05-08T01:03:03.158Z Compiling bitflags v2.11.1
5082026-05-08T01:03:03.209Z Compiling shlex v1.3.0
5092026-05-08T01:03:03.365Z Compiling hashbrown v0.17.0
5102026-05-08T01:03:03.390Z Compiling equivalent v1.0.2
5112026-05-08T01:03:03.477Z Compiling errno v0.3.14
5122026-05-08T01:03:03.545Z Compiling find-msvc-tools v0.1.9
5132026-05-08T01:03:03.592Z Compiling signal-hook-registry v1.4.8
5142026-05-08T01:03:03.647Z Compiling bytes v1.11.1
5152026-05-08T01:03:03.786Z Compiling jobserver v0.1.34
5162026-05-08T01:03:03.799Z Compiling mio v1.2.0
5172026-05-08T01:03:03.863Z Compiling futures-sink v0.3.32
5182026-05-08T01:03:03.977Z Compiling syn v2.0.117
5192026-05-08T01:03:03.980Z Compiling rustix v1.1.4
5202026-05-08T01:03:04.070Z Compiling cc v1.2.61
5212026-05-08T01:03:04.112Z Compiling socket2 v0.6.3
5222026-05-08T01:03:04.140Z Compiling slab v0.4.12
5232026-05-08T01:03:04.348Z Compiling zmij v1.0.21
5242026-05-08T01:03:04.504Z Compiling futures-channel v0.3.32
5252026-05-08T01:03:04.571Z Compiling tracing-core v0.1.36
5262026-05-08T01:03:04.671Z Compiling version_check v0.9.5
5272026-05-08T01:03:04.761Z Compiling serde_json v1.0.149
5282026-05-08T01:03:04.896Z Compiling indexmap v2.14.0
5292026-05-08T01:03:05.003Z Compiling futures-io v0.3.32
5302026-05-08T01:03:05.022Z Compiling futures-task v0.3.32
5312026-05-08T01:03:05.191Z Compiling getrandom v0.4.2
5322026-05-08T01:03:05.285Z Compiling camino v1.2.2
5332026-05-08T01:03:05.319Z Compiling unicode-width v0.2.2
5342026-05-08T01:03:05.472Z Compiling percent-encoding v2.3.2
5352026-05-08T01:03:05.647Z Compiling ring v0.17.14
5362026-05-08T01:03:05.660Z Compiling http v1.4.0
5372026-05-08T01:03:05.689Z Compiling simd-adler32 v0.3.9
5382026-05-08T01:03:05.737Z Compiling zeroize v1.8.2
5392026-05-08T01:03:05.791Z Compiling adler2 v2.0.1
5402026-05-08T01:03:05.942Z Compiling autocfg v1.5.0
5412026-05-08T01:03:05.954Z Compiling miniz_oxide v0.8.9
5422026-05-08T01:03:06.292Z Compiling num-traits v0.2.19
5432026-05-08T01:03:06.519Z Compiling zerocopy v0.8.48
5442026-05-08T01:03:06.532Z Compiling getrandom v0.3.4
5452026-05-08T01:03:06.893Z Compiling object v0.37.3
5462026-05-08T01:03:06.945Z Compiling target-lexicon v0.13.3
5472026-05-08T01:03:07.230Z Compiling http-body v1.0.1
5482026-05-08T01:03:07.273Z Compiling rustls-pki-types v1.14.1
5492026-05-08T01:03:07.397Z Compiling form_urlencoded v1.2.2
5502026-05-08T01:03:07.409Z Compiling semver v1.0.28
5512026-05-08T01:03:07.475Z Compiling getrandom v0.2.17
5522026-05-08T01:03:07.487Z Compiling fnv v1.0.7
5532026-05-08T01:03:07.520Z Compiling serde_derive v1.0.228
5542026-05-08T01:03:07.593Z Compiling tokio-macros v2.7.0
5552026-05-08T01:03:07.670Z Compiling futures-macro v0.3.32
5562026-05-08T01:03:07.681Z Compiling tracing-attributes v0.1.31
5572026-05-08T01:03:07.789Z Compiling utf8_iter v1.0.4
5582026-05-08T01:03:07.965Z Compiling thiserror v2.0.18
5592026-05-08T01:03:08.114Z Compiling gimli v0.32.3
5602026-05-08T01:03:08.156Z Compiling signal-hook v0.3.18
5612026-05-08T01:03:08.306Z Compiling untrusted v0.9.0
5622026-05-08T01:03:08.338Z Compiling tokio v1.52.2
5632026-05-08T01:03:08.367Z Compiling guppy-workspace-hack v0.1.0
5642026-05-08T01:03:08.437Z Compiling httparse v1.10.1
5652026-05-08T01:03:08.484Z Compiling futures-util v0.3.32
5662026-05-08T01:03:08.577Z Compiling owo-colors v4.3.0
5672026-05-08T01:03:08.766Z Compiling idna_adapter v1.0.0
5682026-05-08T01:03:08.868Z Compiling idna v1.1.0
5692026-05-08T01:03:08.880Z Compiling tracing v0.1.44
5702026-05-08T01:03:09.208Z Compiling thiserror-impl v2.0.18
5712026-05-08T01:03:10.379Z Compiling addr2line v0.25.1
5722026-05-08T01:03:10.758Z Compiling generic-array v0.14.7
5732026-05-08T01:03:10.792Z Compiling atomic-waker v1.1.2
5742026-05-08T01:03:10.792Z Compiling pkg-config v0.3.33
5752026-05-08T01:03:10.922Z Compiling target-spec v3.6.0
5762026-05-08T01:03:10.975Z Compiling rustls v0.23.40
5772026-05-08T01:03:11.072Z Compiling try-lock v0.2.5
5782026-05-08T01:03:11.178Z Compiling thiserror v1.0.69
5792026-05-08T01:03:11.190Z Compiling rustc-demangle v0.1.27
5802026-05-08T01:03:11.192Z Compiling fastrand v2.4.1
5812026-05-08T01:03:11.240Z Compiling typeid v1.0.3
5822026-05-08T01:03:11.475Z Compiling tower-service v0.3.3
5832026-05-08T01:03:11.563Z Compiling tempfile v3.27.0
5842026-05-08T01:03:11.575Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-05-08T01:03:11.734Z Compiling want v0.3.1
5862026-05-08T01:03:11.977Z Compiling cfg-expr v0.20.7
5872026-05-08T01:03:12.076Z Compiling url v2.5.8
5882026-05-08T01:03:12.202Z Compiling tokio-util v0.7.18
5892026-05-08T01:03:12.927Z Compiling h2 v0.4.14
5902026-05-08T01:03:13.303Z Compiling backtrace v0.3.76
5912026-05-08T01:03:13.696Z Compiling thiserror-impl v1.0.69
5922026-05-08T01:03:13.748Z Compiling terminal_size v0.4.4
5932026-05-08T01:03:13.897Z Compiling aho-corasick v1.1.4
5942026-05-08T01:03:14.381Z Compiling regex-syntax v0.8.10
5952026-05-08T01:03:14.516Z Compiling winnow v0.7.15
5962026-05-08T01:03:14.823Z Compiling typenum v1.20.0
5972026-05-08T01:03:15.501Z Compiling rustls-webpki v0.103.13
5982026-05-08T01:03:16.431Z Compiling erased-serde v0.4.10
5992026-05-08T01:03:16.739Z Compiling subtle v2.6.1
6002026-05-08T01:03:18.068Z Compiling regex-automata v0.4.14
6012026-05-08T01:03:18.310Z Compiling hyper v1.9.0
6022026-05-08T01:03:19.460Z Compiling serde_spanned v0.6.9
6032026-05-08T01:03:19.635Z Compiling toml_datetime v0.6.11
6042026-05-08T01:03:20.008Z Compiling ahash v0.8.12
6052026-05-08T01:03:20.246Z Compiling sync_wrapper v1.0.2
6062026-05-08T01:03:20.364Z Compiling ipnet v2.12.0
6072026-05-08T01:03:21.226Z Compiling unicode-segmentation v1.13.2
6082026-05-08T01:03:21.541Z Compiling toml_write v0.1.2
6092026-05-08T01:03:21.554Z Compiling either v1.15.0
6102026-05-08T01:03:21.622Z Compiling foldhash v0.1.5
6112026-05-08T01:03:21.771Z Compiling lazy_static v1.5.0
6122026-05-08T01:03:21.787Z Compiling nextest-workspace-hack v0.1.0
6132026-05-08T01:03:21.840Z Compiling tower-layer v0.3.3
6142026-05-08T01:03:21.875Z Compiling portable-atomic v1.13.1
6152026-05-08T01:03:21.936Z Compiling base64 v0.22.1
6162026-05-08T01:03:21.997Z Compiling crc32fast v1.5.0
6172026-05-08T01:03:22.043Z Compiling is_ci v1.2.0
6182026-05-08T01:03:22.213Z Compiling unicode-linebreak v0.1.5
6192026-05-08T01:03:22.280Z Compiling parking_lot_core v0.9.12
6202026-05-08T01:03:22.344Z Compiling hyper-util v0.1.20
6212026-05-08T01:03:22.358Z Compiling supports-color v3.0.2
6222026-05-08T01:03:22.417Z Compiling textwrap v0.16.2
6232026-05-08T01:03:22.484Z Compiling tower v0.5.3
6242026-05-08T01:03:22.572Z Compiling sharded-slab v0.1.7
6252026-05-08T01:03:22.589Z Compiling hashbrown v0.15.5
6262026-05-08T01:03:23.071Z Compiling toml_edit v0.22.27
6272026-05-08T01:03:23.153Z Compiling convert_case v0.10.0
6282026-05-08T01:03:23.250Z Compiling tokio-rustls v0.26.4
6292026-05-08T01:03:23.546Z Compiling backtrace-ext v0.2.1
6302026-05-08T01:03:23.803Z Compiling ordered-float v2.10.1
6312026-05-08T01:03:23.816Z Compiling webpki-roots v1.0.7
6322026-05-08T01:03:23.930Z Compiling miette-derive v7.6.0
6332026-05-08T01:03:24.007Z Compiling pathdiff v0.2.3
6342026-05-08T01:03:24.072Z Compiling console v0.15.11
6352026-05-08T01:03:24.132Z Compiling tracing-log v0.2.0
6362026-05-08T01:03:24.500Z Compiling cargo-platform v0.3.3
6372026-05-08T01:03:24.976Z Compiling os_pipe v1.2.3
6382026-05-08T01:03:25.046Z Compiling thread_local v1.1.9
6392026-05-08T01:03:25.070Z Compiling supports-hyperlinks v3.2.0
6402026-05-08T01:03:25.144Z Compiling supports-unicode v3.0.0
6412026-05-08T01:03:25.287Z Compiling cfg_aliases v0.2.1
6422026-05-08T01:03:25.318Z Compiling debug-ignore v1.0.5
6432026-05-08T01:03:25.360Z Compiling utf8parse v0.2.2
6442026-05-08T01:03:25.399Z Compiling rustix v0.38.44
6452026-05-08T01:03:25.402Z Compiling winnow v1.0.2
6462026-05-08T01:03:25.425Z Compiling scopeguard v1.2.0
6472026-05-08T01:03:25.467Z Compiling fixedbitset v0.5.7
6482026-05-08T01:03:25.527Z Compiling unicode-width v0.1.14
6492026-05-08T01:03:25.748Z Compiling zstd-safe v7.2.4
6502026-05-08T01:03:25.828Z Compiling ryu v1.0.23
6512026-05-08T01:03:25.978Z Compiling pulldown-cmark v0.13.3
6522026-05-08T01:03:26.120Z Compiling serde_urlencoded v0.7.1
6532026-05-08T01:03:26.320Z Compiling miette v7.6.0
6542026-05-08T01:03:26.376Z Compiling petgraph v0.8.3
6552026-05-08T01:03:26.417Z Compiling lock_api v0.4.14
6562026-05-08T01:03:26.659Z Compiling toml_parser v1.1.2+spec-1.1.0
6572026-05-08T01:03:26.851Z Compiling anstyle-parse v1.0.0
6582026-05-08T01:03:27.071Z Compiling nix v0.30.1
6592026-05-08T01:03:27.447Z Compiling tracing-subscriber v0.3.23
6602026-05-08T01:03:27.979Z Compiling sigchld v0.2.4
6612026-05-08T01:03:28.175Z Compiling cargo_metadata v0.23.1
6622026-05-08T01:03:28.347Z Compiling toml v0.8.23
6632026-05-08T01:03:29.229Z Compiling serde-value v0.7.0
6642026-05-08T01:03:29.948Z Compiling hyper-rustls v0.27.9
6652026-05-08T01:03:30.497Z Compiling serde-untagged v0.1.9
6662026-05-08T01:03:30.622Z Compiling derive_more-impl v2.1.1
6672026-05-08T01:03:30.858Z Compiling tower-http v0.6.10
6682026-05-08T01:03:31.495Z Compiling itertools v0.14.0
6692026-05-08T01:03:31.513Z Compiling regex v1.12.3
6702026-05-08T01:03:31.666Z Compiling block-buffer v0.10.4
6712026-05-08T01:03:31.816Z Compiling crypto-common v0.1.7
6722026-05-08T01:03:31.942Z Compiling ppv-lite86 v0.2.21
6732026-05-08T01:03:31.954Z Compiling futures-executor v0.3.32
6742026-05-08T01:03:32.265Z Compiling rand_core v0.9.5
6752026-05-08T01:03:32.482Z Compiling pin-project-internal v1.1.12
6762026-05-08T01:03:32.517Z Compiling http-body-util v0.1.3
6772026-05-08T01:03:32.530Z Compiling uuid v1.23.1
6782026-05-08T01:03:32.788Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-05-08T01:03:32.938Z Compiling serde_spanned v1.1.1
6802026-05-08T01:03:32.963Z Compiling smol_str v0.3.6
6812026-05-08T01:03:33.056Z Compiling filetime v0.2.27
6822026-05-08T01:03:33.098Z Compiling vte v0.14.1
6832026-05-08T01:03:33.213Z Compiling bstr v1.12.1
6842026-05-08T01:03:33.258Z Compiling is_terminal_polyfill v1.70.2
6852026-05-08T01:03:33.298Z Compiling eyre v0.6.12
6862026-05-08T01:03:33.319Z Compiling anstyle-query v1.1.5
6872026-05-08T01:03:33.332Z Compiling nested v0.1.1
6882026-05-08T01:03:33.349Z Compiling self_update v0.42.0
6892026-05-08T01:03:33.522Z Compiling unicode-xid v0.2.6
6902026-05-08T01:03:33.536Z Compiling tinyvec_macros v0.1.1
6912026-05-08T01:03:33.577Z Compiling number_prefix v0.4.0
6922026-05-08T01:03:33.595Z Compiling anstyle v1.0.14
6932026-05-08T01:03:33.607Z Compiling xattr v1.6.1
6942026-05-08T01:03:33.618Z Compiling static_assertions v1.1.0
6952026-05-08T01:03:33.656Z Compiling litrs v1.0.0
6962026-05-08T01:03:33.690Z Compiling unicase v2.9.0
6972026-05-08T01:03:33.727Z Compiling iana-time-zone v0.1.65
6982026-05-08T01:03:33.790Z Compiling colorchoice v1.0.5
6992026-05-08T01:03:33.855Z Compiling color-spantrace v0.3.0
7002026-05-08T01:03:33.888Z Compiling anstream v1.0.0
7012026-05-08T01:03:33.908Z Compiling chrono v0.4.44
7022026-05-08T01:03:34.064Z Compiling indicatif v0.17.11
7032026-05-08T01:03:34.094Z Compiling document-features v0.2.12
7042026-05-08T01:03:34.186Z Compiling tar v0.4.45
7052026-05-08T01:03:34.404Z Compiling guppy v0.17.25
7062026-05-08T01:03:34.626Z Compiling globset v0.4.18
7072026-05-08T01:03:35.471Z Compiling cargo-util-schemas v0.2.0
7082026-05-08T01:03:36.271Z Compiling tinyvec v1.11.0
7092026-05-08T01:03:36.717Z Compiling pin-project v1.1.12
7102026-05-08T01:03:36.780Z Compiling strip-ansi-escapes v0.2.1
7112026-05-08T01:03:36.819Z Compiling nextest-metadata v0.12.2
7122026-05-08T01:03:37.220Z Compiling toml v1.1.2+spec-1.1.0
7132026-05-08T01:03:37.247Z Compiling newtype-uuid v1.3.2
7142026-05-08T01:03:37.289Z Compiling reqwest v0.12.28
7152026-05-08T01:03:37.432Z Compiling rand_chacha v0.9.0
7162026-05-08T01:03:37.851Z Compiling futures v0.3.32
7172026-05-08T01:03:37.938Z Compiling digest v0.10.7
7182026-05-08T01:03:37.989Z Compiling flate2 v1.1.9
7192026-05-08T01:03:37.989Z Compiling derive_more v2.1.1
7202026-05-08T01:03:38.079Z Compiling parking_lot v0.12.5
7212026-05-08T01:03:38.161Z Compiling tracing-error v0.2.1
7222026-05-08T01:03:38.396Z Compiling shared_child v1.1.1
7232026-05-08T01:03:38.883Z Compiling signal-hook-mio v0.2.5
7242026-05-08T01:03:38.985Z Compiling self-replace v1.5.0
7252026-05-08T01:03:39.012Z Compiling cargo-platform v0.2.0
7262026-05-08T01:03:39.280Z Compiling quick-xml v0.38.4
7272026-05-08T01:03:39.578Z Compiling quick-xml v0.37.5
7282026-05-08T01:03:40.025Z Compiling shell-words v1.1.1
7292026-05-08T01:03:40.427Z Compiling strsim v0.11.1
7302026-05-08T01:03:40.492Z Compiling urlencoding v2.1.3
7312026-05-08T01:03:40.742Z Compiling heck v0.5.0
7322026-05-08T01:03:40.916Z Compiling recursion v0.5.4
7332026-05-08T01:03:40.943Z Compiling clap_lex v1.1.0
7342026-05-08T01:03:41.056Z Compiling cpufeatures v0.2.17
7352026-05-08T01:03:41.091Z Compiling humantime v2.3.0
7362026-05-08T01:03:41.130Z Compiling indenter v0.3.4
7372026-05-08T01:03:41.297Z Compiling humantime-serde v1.1.1
7382026-05-08T01:03:41.451Z Compiling clap_builder v4.6.0
7392026-05-08T01:03:41.501Z Compiling sha2 v0.10.9
7402026-05-08T01:03:41.512Z Compiling nextest-filtering v0.15.0
7412026-05-08T01:03:41.773Z Compiling clap_derive v4.6.1
7422026-05-08T01:03:42.707Z Compiling quick-junit v0.5.2
7432026-05-08T01:03:43.524Z Compiling atomicwrites v0.4.4
7442026-05-08T01:03:43.808Z Compiling cargo_metadata v0.20.0
7452026-05-08T01:03:45.455Z Compiling crossterm v0.29.0
7462026-05-08T01:03:45.831Z Compiling cargo-nextest v0.9.97
7472026-05-08T01:03:46.994Z Compiling duct v0.13.7
7482026-05-08T01:03:48.070Z Compiling zstd v0.13.3
7492026-05-08T01:03:48.485Z Compiling async-scoped v0.9.0
7502026-05-08T01:03:48.534Z Compiling config v0.15.22
7512026-05-08T01:03:48.568Z Compiling rand v0.9.4
7522026-05-08T01:03:48.649Z Compiling unicode-normalization v0.1.25
7532026-05-08T01:03:48.677Z Compiling target-spec-miette v0.4.6
7542026-05-08T01:03:48.725Z Compiling future-queue v0.4.0
7552026-05-08T01:03:48.940Z Compiling mukti-metadata v0.3.0
7562026-05-08T01:03:48.998Z Compiling tokio-stream v0.1.18
7572026-05-08T01:03:49.083Z Compiling camino-tempfile v1.4.1
7582026-05-08T01:03:49.217Z Compiling derive-where v1.6.1
7592026-05-08T01:03:49.312Z Compiling serde_ignored v0.1.14
7602026-05-08T01:03:49.424Z Compiling serde_path_to_error v0.1.20
7612026-05-08T01:03:49.512Z Compiling swrite v0.1.0
7622026-05-08T01:03:49.524Z Compiling indent_write v2.2.0
7632026-05-08T01:03:49.548Z Compiling home v0.5.12
7642026-05-08T01:03:49.616Z Compiling hex v0.4.3
7652026-05-08T01:03:49.709Z Compiling xxhash-rust v0.8.15
7662026-05-08T01:03:49.791Z Compiling color-eyre v0.6.5
7672026-05-08T01:03:49.890Z Compiling clap v4.6.1
7682026-05-08T01:03:49.900Z Compiling dialoguer v0.11.0
7692026-05-08T01:03:49.912Z Compiling enable-ansi-support v0.2.1
7702026-05-08T01:03:50.448Z Compiling nextest-runner v0.80.0
7712026-05-08T01:04:08.642Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-05-08T01:04:08.830Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-05-08T01:04:08.834Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-05-08T01:04:08.954Z+ pushd mg-lower
7752026-05-08T01:04:08.956Z+ cargo nextest run
7762026-05-08T01:04:08.956Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7772026-05-08T01:04:09.110Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-05-08T01:04:09.672ZFrom https://github.com/oxidecomputer/falcon
7792026-05-08T01:04:09.672Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-05-08T01:04:09.749Z Updating crates.io index
7812026-05-08T01:04:09.752Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-05-08T01:04:10.617ZFrom https://github.com/oxidecomputer/dendrite
7832026-05-08T01:04:10.617Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-05-08T01:04:10.684Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-05-08T01:04:10.964ZFrom https://github.com/oxidecomputer/ispf
7862026-05-08T01:04:10.964Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-05-08T01:04:11.017Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-05-08T01:04:11.345ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-05-08T01:04:11.346Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-05-08T01:04:11.355Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-05-08T01:04:17.106ZFrom https://github.com/oxidecomputer/omicron
7922026-05-08T01:04:17.106Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7932026-05-08T01:04:17.511Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-05-08T01:04:18.120ZFrom https://github.com/oxidecomputer/opte
7952026-05-08T01:04:18.120Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7962026-05-08T01:04:18.149Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-05-08T01:04:18.439ZFrom https://github.com/illumos/smf-rs
7982026-05-08T01:04:18.439Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-05-08T01:04:18.609Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-05-08T01:04:18.872ZFrom https://github.com/oxidecomputer/network-interface
8012026-05-08T01:04:18.872Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-05-08T01:04:19.048Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-05-08T01:04:19.365ZFrom https://github.com/oxidecomputer/zone
8042026-05-08T01:04:19.365Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-05-08T01:04:19.384Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-05-08T01:04:19.984ZFrom https://github.com/oxidecomputer/propolis
8072026-05-08T01:04:19.984Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-05-08T01:04:20.155Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-05-08T01:04:20.659ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-05-08T01:04:20.659Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-05-08T01:04:20.670Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-05-08T01:04:20.949ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-05-08T01:04:20.949Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-05-08T01:04:20.968Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-05-08T01:04:21.262ZFrom https://github.com/jmesmon/rust-libzfs
8162026-05-08T01:04:21.263Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-05-08T01:04:21.271Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-05-08T01:04:21.558ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-05-08T01:04:21.558Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-05-08T01:04:21.569Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-05-08T01:04:21.888ZFrom https://github.com/oxidecomputer/lldp
8222026-05-08T01:04:21.888Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-05-08T01:04:21.938Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-05-08T01:04:22.197ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-05-08T01:04:22.197Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-05-08T01:04:22.302Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-05-08T01:04:22.607ZFrom https://github.com/oxidecomputer/tufaceous
8282026-05-08T01:04:22.607Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-05-08T01:04:22.697Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-05-08T01:04:23.151ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-05-08T01:04:23.151Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-05-08T01:04:23.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-05-08T01:04:24.162ZFrom https://github.com/oxidecomputer/crucible
8342026-05-08T01:04:24.163Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-05-08T01:04:24.219Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-05-08T01:04:24.475ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-05-08T01:04:24.475Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-05-08T01:04:24.630Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-05-08T01:04:24.957ZFrom https://github.com/oxidecomputer/propolis
8402026-05-08T01:04:24.957Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-05-08T01:04:25.272Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-05-08T01:04:25.558ZFrom https://github.com/oxidecomputer/tofino
8432026-05-08T01:04:25.558Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-05-08T01:04:25.572Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-05-08T01:04:26.301ZFrom https://github.com/oxidecomputer/maghemite
8462026-05-08T01:04:26.301Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-05-08T01:04:26.331Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-05-08T01:04:26.732ZFrom https://github.com/oxidecomputer/clickward
8492026-05-08T01:04:26.732Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-05-08T01:04:26.891Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-05-08T01:04:27.168ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-05-08T01:04:27.168Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-05-08T01:04:27.177Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-05-08T01:04:27.713ZFrom https://github.com/oxidecomputer/crucible
8552026-05-08T01:04:27.713Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-05-08T01:04:28.594Z Downloading crates ...
8572026-05-08T01:04:28.688Z Downloaded aead v0.5.2
8582026-05-08T01:04:28.693Z Downloaded arrayref v0.3.9
8592026-05-08T01:04:28.696Z Downloaded backon v1.6.0
8602026-05-08T01:04:28.699Z Downloaded async-stream-impl v0.3.6
8612026-05-08T01:04:28.704Z Downloaded fxhash v0.2.1
8622026-05-08T01:04:28.708Z Downloaded enum-as-inner v0.6.1
8632026-05-08T01:04:28.708Z Downloaded gethostname v0.5.0
8642026-05-08T01:04:28.711Z Downloaded backoff v0.4.0
8652026-05-08T01:04:28.711Z Downloaded git-stub v1.0.0
8662026-05-08T01:04:28.711Z Downloaded anyhow v1.0.102
8672026-05-08T01:04:28.714Z Downloaded libsw v3.5.0
8682026-05-08T01:04:28.717Z Downloaded async-trait v0.1.89
8692026-05-08T01:04:28.720Z Downloaded critical-section v1.2.0
8702026-05-08T01:04:28.723Z Downloaded base16ct v0.2.0
8712026-05-08T01:04:28.723Z Downloaded arrayvec v0.7.6
8722026-05-08T01:04:28.726Z Downloaded argon2 v0.5.3
8732026-05-08T01:04:28.726Z Downloaded async-stream v0.3.6
8742026-05-08T01:04:28.729Z Downloaded allocator-api2 v0.2.21
8752026-05-08T01:04:28.731Z Downloaded h2 v0.4.13
8762026-05-08T01:04:28.734Z Downloaded mime v0.3.17
8772026-05-08T01:04:28.738Z Downloaded natord v1.0.9
8782026-05-08T01:04:28.738Z Downloaded match_cfg v0.1.0
8792026-05-08T01:04:28.738Z Downloaded fs_extra v1.3.0
8802026-05-08T01:04:28.741Z Downloaded arc-swap v1.9.0
8812026-05-08T01:04:28.744Z Downloaded newtype-uuid-macros v0.1.0
8822026-05-08T01:04:28.744Z Downloaded erased-serde v0.3.31
8832026-05-08T01:04:28.747Z Downloaded aws-lc-rs v1.16.2
8842026-05-08T01:04:28.751Z Downloaded fs-err v3.3.0
8852026-05-08T01:04:28.754Z Downloaded ciborium-ll v0.2.2
8862026-05-08T01:04:28.757Z Downloaded bit-set v0.8.0
8872026-05-08T01:04:28.757Z Downloaded cstr-argument v0.1.2
8882026-05-08T01:04:28.757Z Downloaded linear-map v1.2.0
8892026-05-08T01:04:28.760Z Downloaded icu_collections v2.1.1
8902026-05-08T01:04:28.763Z Downloaded managed v0.8.0
8912026-05-08T01:04:28.766Z Downloaded embedded-io v0.6.1
8922026-05-08T01:04:28.766Z Downloaded cpufeatures v0.3.0
8932026-05-08T01:04:28.769Z Downloaded dtrace-parser v0.2.0
8942026-05-08T01:04:28.769Z Downloaded defmt-parser v1.0.0
8952026-05-08T01:04:28.774Z Downloaded dropshot-api-manager-types v0.7.1
8962026-05-08T01:04:28.774Z Downloaded ciborium-io v0.2.2
8972026-05-08T01:04:28.774Z Downloaded darling_macro v0.23.0
8982026-05-08T01:04:28.778Z Downloaded convert_case v0.4.0
8992026-05-08T01:04:28.778Z Downloaded keccak v0.1.6
9002026-05-08T01:04:28.778Z Downloaded foldhash v0.2.0
9012026-05-08T01:04:28.781Z Downloaded dunce v1.0.5
9022026-05-08T01:04:28.781Z Downloaded git-stub-vcs v0.1.0
9032026-05-08T01:04:28.784Z Downloaded newtype_derive v0.1.6
9042026-05-08T01:04:28.784Z Downloaded dof v0.3.0
9052026-05-08T01:04:28.784Z Downloaded compression-core v0.4.31
9062026-05-08T01:04:28.787Z Downloaded newline-converter v0.3.0
9072026-05-08T01:04:28.787Z Downloaded defmt v0.3.100
9082026-05-08T01:04:28.789Z Downloaded olpc-cjson v0.1.4
9092026-05-08T01:04:28.790Z Downloaded macaddr v1.0.1
9102026-05-08T01:04:28.792Z Downloaded num v0.4.3
9112026-05-08T01:04:28.792Z Downloaded lru-cache v0.1.2
9122026-05-08T01:04:28.792Z Downloaded dyn-clone v1.0.20
9132026-05-08T01:04:28.796Z Downloaded num-derive v0.4.2
9142026-05-08T01:04:28.799Z Downloaded hubpack v0.1.2
9152026-05-08T01:04:28.800Z Downloaded fastrand v2.3.0
9162026-05-08T01:04:28.800Z Downloaded crunchy v0.2.4
9172026-05-08T01:04:28.803Z Downloaded embedded-io v0.4.0
9182026-05-08T01:04:28.803Z Downloaded libscf-sys v1.1.0
9192026-05-08T01:04:28.803Z Downloaded inout v0.1.4
9202026-05-08T01:04:28.805Z Downloaded heck v0.4.1
9212026-05-08T01:04:28.805Z Downloaded foreign-types-macros v0.2.3
9222026-05-08T01:04:28.808Z Downloaded dof v0.4.0
9232026-05-08T01:04:28.808Z Downloaded memmap v0.7.0
9242026-05-08T01:04:28.812Z Downloaded drift v0.1.3
9252026-05-08T01:04:28.814Z Downloaded bit-vec v0.8.0
9262026-05-08T01:04:28.814Z Downloaded const-random v0.1.18
9272026-05-08T01:04:28.817Z Downloaded num-iter v0.1.45
9282026-05-08T01:04:28.817Z Downloaded no-std-compat v0.4.1
9292026-05-08T01:04:28.817Z Downloaded hostname v0.4.2
9302026-05-08T01:04:28.821Z Downloaded hostname v0.3.1
9312026-05-08T01:04:28.821Z Downloaded cobs v0.3.0
9322026-05-08T01:04:28.824Z Downloaded constant_time_eq v0.4.2
9332026-05-08T01:04:28.824Z Downloaded num_threads v0.1.7
9342026-05-08T01:04:28.827Z Downloaded cargo_toml v0.22.3
9352026-05-08T01:04:28.827Z Downloaded const-random-macro v0.1.16
9362026-05-08T01:04:28.827Z Downloaded foreign-types-shared v0.3.1
9372026-05-08T01:04:28.830Z Downloaded omicron-workspace-hack v0.1.0
9382026-05-08T01:04:28.830Z Downloaded num_enum_derive v0.5.11
9392026-05-08T01:04:28.830Z Downloaded num-conv v0.2.1
9402026-05-08T01:04:28.833Z Downloaded idna_adapter v1.2.1
9412026-05-08T01:04:28.833Z Downloaded httpdate v1.0.3
9422026-05-08T01:04:28.833Z Downloaded num-derive v0.3.3
9432026-05-08T01:04:28.836Z Downloaded opaque-debug v0.3.1
9442026-05-08T01:04:28.836Z Downloaded float-ord v0.3.2
9452026-05-08T01:04:28.840Z Downloaded parse-display v0.10.0
9462026-05-08T01:04:28.840Z Downloaded hash32 v0.3.1
9472026-05-08T01:04:28.840Z Downloaded daft-derive v0.1.5
9482026-05-08T01:04:28.843Z Downloaded phf_shared v0.12.1
9492026-05-08T01:04:28.843Z Downloaded bytecount v0.6.9
9502026-05-08T01:04:28.846Z Downloaded crucible-workspace-hack v0.1.0
9512026-05-08T01:04:28.846Z Downloaded hubpack_derive v0.1.1
9522026-05-08T01:04:28.849Z Downloaded byte-wrapper v0.1.0
9532026-05-08T01:04:28.849Z Downloaded pretty-hex v0.4.2
9542026-05-08T01:04:28.849Z Downloaded multer v3.1.0
9552026-05-08T01:04:28.852Z Downloaded dtrace-parser v0.3.0
9562026-05-08T01:04:28.855Z Downloaded num-integer v0.1.46
9572026-05-08T01:04:28.855Z Downloaded parse-display-derive v0.10.0
9582026-05-08T01:04:28.855Z Downloaded internet-checksum v0.2.1
9592026-05-08T01:04:28.858Z Downloaded ingot v0.1.1
9602026-05-08T01:04:28.858Z Downloaded displaydoc v0.2.5
9612026-05-08T01:04:28.861Z Downloaded csv-core v0.1.13
9622026-05-08T01:04:28.861Z Downloaded defmt v1.0.1
9632026-05-08T01:04:28.863Z Downloaded num_enum v0.5.11
9642026-05-08T01:04:28.866Z Downloaded potential_utf v0.1.4
9652026-05-08T01:04:28.870Z Downloaded proc-macro-crate v3.5.0
9662026-05-08T01:04:28.870Z Downloaded defmt-macros v1.0.1
9672026-05-08T01:04:28.873Z Downloaded ciborium v0.2.2
9682026-05-08T01:04:28.873Z Downloaded progenitor-client v0.10.0
9692026-05-08T01:04:28.877Z Downloaded num-rational v0.4.2
9702026-05-08T01:04:28.877Z Downloaded proc-macro-error-attr2 v2.0.0
9712026-05-08T01:04:28.877Z Downloaded proc-macro-error-attr v1.0.4
9722026-05-08T01:04:28.880Z Downloaded progenitor-client v0.14.0
9732026-05-08T01:04:28.880Z Downloaded progenitor-macro v0.14.0
9742026-05-08T01:04:28.880Z Downloaded progenitor-macro v0.13.0
9752026-05-08T01:04:28.883Z Downloaded progenitor-macro v0.11.2
9762026-05-08T01:04:28.883Z Downloaded rand_chacha v0.3.1
9772026-05-08T01:04:28.883Z Downloaded console v0.16.3
9782026-05-08T01:04:28.887Z Downloaded num_enum_derive v0.7.6
9792026-05-08T01:04:28.887Z Downloaded cookie v0.18.1
9802026-05-08T01:04:28.891Z Downloaded bcs v0.1.6
9812026-05-08T01:04:28.891Z Downloaded proc-macro-crate v1.3.1
9822026-05-08T01:04:28.891Z Downloaded const_format_proc_macros v0.2.34
9832026-05-08T01:04:28.894Z Downloaded progenitor-macro v0.10.0
9842026-05-08T01:04:28.894Z Downloaded compression-codecs v0.4.37
9852026-05-08T01:04:28.894Z Downloaded oxnet v0.1.5
9862026-05-08T01:04:28.896Z Downloaded oxide-tokio-rt v0.1.3
9872026-05-08T01:04:28.899Z Downloaded pin-project-internal v1.1.11
9882026-05-08T01:04:28.899Z Downloaded quick-error v1.2.3
9892026-05-08T01:04:28.899Z Downloaded ipnetwork v0.21.1
9902026-05-08T01:04:28.902Z Downloaded rand_xorshift v0.4.0
9912026-05-08T01:04:28.902Z Downloaded instant v0.1.13
9922026-05-08T01:04:28.905Z Downloaded pkg-config v0.3.32
9932026-05-08T01:04:28.905Z Downloaded phf v0.12.1
9942026-05-08T01:04:28.908Z Downloaded rustc_version v0.1.7
9952026-05-08T01:04:28.908Z Downloaded paste v1.0.15
9962026-05-08T01:04:28.912Z Downloaded password-hash v0.5.0
9972026-05-08T01:04:28.912Z Downloaded ref-cast-impl v1.0.25
9982026-05-08T01:04:28.912Z Downloaded darling v0.23.0
9992026-05-08T01:04:28.915Z Downloaded crossbeam-utils v0.8.21
10002026-05-08T01:04:28.919Z Downloaded daft v0.1.5
10012026-05-08T01:04:28.919Z Downloaded crossbeam-deque v0.8.6
10022026-05-08T01:04:28.922Z Downloaded bitflags v2.11.0
10032026-05-08T01:04:28.922Z Downloaded memmap2 v0.9.10
10042026-05-08T01:04:28.925Z Downloaded libsw-core v0.3.2
10052026-05-08T01:04:28.925Z Downloaded chacha20 v0.10.0
10062026-05-08T01:04:28.928Z Downloaded hyper-rustls v0.27.7
10072026-05-08T01:04:28.928Z Downloaded group v0.13.0
10082026-05-08T01:04:28.931Z Downloaded powerfmt v0.2.0
10092026-05-08T01:04:28.931Z Downloaded colored v3.1.1
10102026-05-08T01:04:28.933Z Downloaded ref-cast v1.0.25
10112026-05-08T01:04:28.933Z Downloaded poly1305 v0.8.0
10122026-05-08T01:04:28.936Z Downloaded pem v3.0.6
10132026-05-08T01:04:28.936Z Downloaded progenitor-extras v0.1.1
10142026-05-08T01:04:28.939Z Downloaded progenitor-client v0.13.0
10152026-05-08T01:04:28.939Z Downloaded progenitor-client v0.11.2
10162026-05-08T01:04:28.939Z Downloaded progenitor v0.14.0
10172026-05-08T01:04:28.942Z Downloaded proc-macro-error2 v2.0.1
10182026-05-08T01:04:28.942Z Downloaded same-file v1.0.6
10192026-05-08T01:04:28.945Z Downloaded proc-macro-error v1.0.4
10202026-05-08T01:04:28.945Z Downloaded diff v0.1.13
10212026-05-08T01:04:28.947Z Downloaded progenitor v0.11.2
10222026-05-08T01:04:28.950Z Downloaded scroll_derive v0.13.1
10232026-05-08T01:04:28.950Z Downloaded serde_spanned v1.1.0
10242026-05-08T01:04:28.950Z Downloaded serde_plain v1.0.2
10252026-05-08T01:04:28.953Z Downloaded semver v0.1.20
10262026-05-08T01:04:28.953Z Downloaded secrecy v0.10.3
10272026-05-08T01:04:28.953Z Downloaded rand_core v0.10.0
10282026-05-08T01:04:28.956Z Downloaded serial_test_derive v3.4.0
10292026-05-08T01:04:28.956Z Downloaded serde-big-array v0.5.1
10302026-05-08T01:04:28.956Z Downloaded scroll_derive v0.12.1
10312026-05-08T01:04:28.956Z Downloaded omicron-zone-package v0.12.2
10322026-05-08T01:04:28.959Z Downloaded parking_lot v0.11.2
10332026-05-08T01:04:28.961Z Downloaded data-encoding v2.10.0
10342026-05-08T01:04:28.961Z Downloaded progenitor v0.13.0
10352026-05-08T01:04:28.962Z Downloaded progenitor v0.10.0
10362026-05-08T01:04:28.964Z Downloaded num-complex v0.4.6
10372026-05-08T01:04:28.964Z Downloaded resolv-conf v0.7.6
10382026-05-08T01:04:28.967Z Downloaded siphasher v1.0.2
10392026-05-08T01:04:28.967Z Downloaded sigpipe v0.1.3
10402026-05-08T01:04:28.967Z Downloaded hmac v0.12.1
10412026-05-08T01:04:28.970Z Downloaded ingot-macros v0.1.1
10422026-05-08T01:04:28.970Z Downloaded pest_generator v2.8.6
10432026-05-08T01:04:28.970Z Downloaded slog-bunyan v2.5.0
10442026-05-08T01:04:28.973Z Downloaded pest_derive v2.8.6
10452026-05-08T01:04:28.973Z Downloaded slog-envlogger v2.2.0
10462026-05-08T01:04:28.976Z Downloaded serial_test v3.4.0
10472026-05-08T01:04:28.976Z Downloaded blake2 v0.10.6
10482026-05-08T01:04:28.976Z Downloaded sha1 v0.10.6
10492026-05-08T01:04:28.979Z Downloaded darling v0.21.3
10502026-05-08T01:04:28.982Z Downloaded cancel-safe-futures v0.1.5
10512026-05-08T01:04:28.982Z Downloaded rustls-pemfile v2.2.0
10522026-05-08T01:04:28.985Z Downloaded elliptic-curve v0.13.8
10532026-05-08T01:04:28.988Z Downloaded dropshot_endpoint v0.17.0
10542026-05-08T01:04:28.990Z Downloaded crossbeam-epoch v0.9.18
10552026-05-08T01:04:28.991Z Downloaded structmeta v0.3.0
10562026-05-08T01:04:28.991Z Downloaded rustls-native-certs v0.8.3
10572026-05-08T01:04:28.993Z Downloaded highway v1.3.0
10582026-05-08T01:04:28.994Z Downloaded ingot-types v0.1.2
10592026-05-08T01:04:28.996Z Downloaded strum v0.27.2
10602026-05-08T01:04:28.996Z Downloaded smawk v0.3.2
10612026-05-08T01:04:28.996Z Downloaded tabled_derive v0.11.0
10622026-05-08T01:04:28.999Z Downloaded spin v0.5.2
10632026-05-08T01:04:28.999Z Downloaded structmeta-derive v0.3.0
10642026-05-08T01:04:28.999Z Downloaded glob v0.3.3
10652026-05-08T01:04:29.003Z Downloaded chacha20poly1305 v0.10.1
10662026-05-08T01:04:29.003Z Downloaded tabwriter v1.4.1
10672026-05-08T01:04:29.003Z Downloaded testing_table v0.3.0
10682026-05-08T01:04:29.006Z Downloaded tagptr v0.2.0
10692026-05-08T01:04:29.006Z Downloaded cmake v0.1.58
10702026-05-08T01:04:29.006Z Downloaded chacha20 v0.9.1
10712026-05-08T01:04:29.006Z Downloaded rustversion v1.0.22
10722026-05-08T01:04:29.009Z Downloaded dropshot_endpoint v0.16.7
10732026-05-08T01:04:29.012Z Downloaded strum v0.26.3
10742026-05-08T01:04:29.012Z Downloaded serde_repr v0.1.20
10752026-05-08T01:04:29.012Z Downloaded thiserror-impl-no-std v2.0.2
10762026-05-08T01:04:29.015Z Downloaded tabled_derive v0.7.0
10772026-05-08T01:04:29.015Z Downloaded termtree v0.5.1
10782026-05-08T01:04:29.015Z Downloaded serde_derive_internals v0.29.1
10792026-05-08T01:04:29.018Z Downloaded sdd v3.0.10
10802026-05-08T01:04:29.018Z Downloaded scroll v0.12.0
10812026-05-08T01:04:29.018Z Downloaded schemars_derive v0.8.22
10822026-05-08T01:04:29.021Z Downloaded take_mut v0.2.2
10832026-05-08T01:04:29.021Z Downloaded scroll v0.13.0
10842026-05-08T01:04:29.021Z Downloaded time-core v0.1.8
10852026-05-08T01:04:29.024Z Downloaded thread-id v5.1.0
10862026-05-08T01:04:29.024Z Downloaded thread-id v4.2.2
10872026-05-08T01:04:29.024Z Downloaded indexmap v1.9.3
10882026-05-08T01:04:29.027Z Downloaded rusty-fork v0.3.1
10892026-05-08T01:04:29.027Z Downloaded num_enum v0.7.6
10902026-05-08T01:04:29.030Z Downloaded papergrid v0.17.0
10912026-05-08T01:04:29.032Z Downloaded icu_provider v2.1.1
10922026-05-08T01:04:29.035Z Downloaded darling_macro v0.21.3
10932026-05-08T01:04:29.035Z Downloaded plain v0.2.3
10942026-05-08T01:04:29.035Z Downloaded parking_lot_core v0.8.6
10952026-05-08T01:04:29.038Z Downloaded papergrid v0.11.0
10962026-05-08T01:04:29.041Z Downloaded half v2.7.1
10972026-05-08T01:04:29.041Z Downloaded postcard v1.1.3
10982026-05-08T01:04:29.044Z Downloaded slog-term v2.9.2
10992026-05-08T01:04:29.044Z Downloaded stable_deref_trait v1.2.1
11002026-05-08T01:04:29.044Z Downloaded slog-scope v4.4.1
11012026-05-08T01:04:29.047Z Downloaded slog-json v2.6.1
11022026-05-08T01:04:29.047Z Downloaded typify-macro v0.6.2
11032026-05-08T01:04:29.047Z Downloaded typify-macro v0.4.3
11042026-05-08T01:04:29.050Z Downloaded slog-dtrace v0.3.0
11052026-05-08T01:04:29.050Z Downloaded rhai_codegen v3.1.0
11062026-05-08T01:04:29.053Z Downloaded indicatif v0.18.4
11072026-05-08T01:04:29.056Z Downloaded icu_normalizer v2.1.1
11082026-05-08T01:04:29.059Z Downloaded usdt v0.5.0
11092026-05-08T01:04:29.059Z Downloaded smartstring v1.0.1
11102026-05-08T01:04:29.062Z Downloaded topological-sort v0.2.2
11112026-05-08T01:04:29.062Z Downloaded derive_more v0.99.20
11122026-05-08T01:04:29.065Z Downloaded usdt-attr-macro v0.5.0
11132026-05-08T01:04:29.065Z Downloaded unarray v0.1.4
11142026-05-08T01:04:29.065Z Downloaded unit-prefix v0.5.2
11152026-05-08T01:04:29.065Z Downloaded darling_core v0.21.3
11162026-05-08T01:04:29.068Z Downloaded usdt-attr-macro v0.6.0
11172026-05-08T01:04:29.068Z Downloaded strum_macros v0.27.2
11182026-05-08T01:04:29.071Z Downloaded strum_macros v0.26.4
11192026-05-08T01:04:29.071Z Downloaded jiff-static v0.2.23
11202026-05-08T01:04:29.074Z Downloaded rustls-pki-types v1.14.0
11212026-05-08T01:04:29.074Z Downloaded slog-stdlog v4.1.1
11222026-05-08T01:04:29.074Z Downloaded usdt v0.6.0
11232026-05-08T01:04:29.077Z Downloaded synstructure v0.13.2
11242026-05-08T01:04:29.077Z Downloaded utf-8 v0.7.6
11252026-05-08T01:04:29.077Z Downloaded usdt-macro v0.6.0
11262026-05-08T01:04:29.077Z Downloaded untrusted v0.7.1
11272026-05-08T01:04:29.080Z Downloaded universal-hash v0.5.1
11282026-05-08T01:04:29.080Z Downloaded minimal-lexical v0.2.1
11292026-05-08T01:04:29.080Z Downloaded wait-timeout v0.2.1
11302026-05-08T01:04:29.083Z Downloaded usdt-macro v0.5.0
11312026-05-08T01:04:29.083Z Downloaded const_format v0.2.35
11322026-05-08T01:04:29.086Z Downloaded pin-project v1.1.11
11332026-05-08T01:04:29.090Z Downloaded waitgroup v0.1.2
11342026-05-08T01:04:29.093Z Downloaded tokio-tungstenite v0.21.0
11352026-05-08T01:04:29.093Z Downloaded yoke-derive v0.8.1
11362026-05-08T01:04:29.093Z Downloaded tokio-rustls v0.25.0
11372026-05-08T01:04:29.096Z Downloaded tokio-dtrace v0.1.1
11382026-05-08T01:04:29.096Z Downloaded tiny-keccak v2.0.2
11392026-05-08T01:04:29.099Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11402026-05-08T01:04:29.099Z Downloaded zeroize_derive v1.4.3
11412026-05-08T01:04:29.099Z Downloaded icu_properties v2.1.2
11422026-05-08T01:04:29.103Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-05-08T01:04:29.103Z Downloaded icu_locale_core v2.1.1
11442026-05-08T01:04:29.106Z Downloaded progenitor-impl v0.14.0
11452026-05-08T01:04:29.106Z Downloaded heapless v0.8.0
11462026-05-08T01:04:29.106Z Downloaded serde_with_macros v3.18.0
11472026-05-08T01:04:29.109Z Downloaded progenitor-impl v0.13.0
11482026-05-08T01:04:29.109Z Downloaded smf v0.2.3
11492026-05-08T01:04:29.114Z Downloaded slog-async v2.8.0
11502026-05-08T01:04:29.114Z Downloaded zone_cfg_derive v0.3.1
11512026-05-08T01:04:29.114Z Downloaded zone v0.3.1
11522026-05-08T01:04:29.114Z Downloaded zerofrom-derive v0.1.6
11532026-05-08T01:04:29.114Z Downloaded pest_meta v2.8.6
11542026-05-08T01:04:29.117Z Downloaded thiserror-no-std v2.0.2
11552026-05-08T01:04:29.117Z Downloaded zerofrom v0.1.6
11562026-05-08T01:04:29.117Z Downloaded serde_tokenstream v0.2.3
11572026-05-08T01:04:29.117Z Downloaded progenitor-impl v0.11.2
11582026-05-08T01:04:29.120Z Downloaded derive-ex v0.1.8
11592026-05-08T01:04:29.120Z Downloaded deranged v0.5.8
11602026-05-08T01:04:29.120Z Downloaded cc v1.2.58
11612026-05-08T01:04:29.123Z Downloaded hickory-resolver v0.24.4
11622026-05-08T01:04:29.126Z Downloaded base64 v0.21.7
11632026-05-08T01:04:29.126Z Downloaded spin v0.9.8
11642026-05-08T01:04:29.129Z Downloaded pretty_assertions v1.4.1
11652026-05-08T01:04:29.129Z Downloaded cipher v0.4.4
11662026-05-08T01:04:29.129Z Downloaded rustls-platform-verifier v0.6.2
11672026-05-08T01:04:29.133Z Downloaded prettyplease v0.2.37
11682026-05-08T01:04:29.136Z Downloaded crypto-bigint v0.5.5
11692026-05-08T01:04:30.142Z Downloaded walkdir v2.5.0
11702026-05-08T01:04:30.142Z Downloaded xz2 v0.1.7
11712026-05-08T01:04:30.142Z Downloaded vsss-rs v3.3.4
11722026-05-08T01:04:30.146Z Downloaded progenitor-impl v0.10.0
11732026-05-08T01:04:30.146Z Downloaded expectorate v1.2.0
11742026-05-08T01:04:30.146Z Downloaded tinystr v0.8.2
11752026-05-08T01:04:30.146Z Downloaded schemars v0.8.22
11762026-05-08T01:04:30.146Z Downloaded yoke v0.8.1
11772026-05-08T01:04:30.146Z Downloaded time-macros v0.2.27
11782026-05-08T01:04:30.146Z Downloaded serde_yaml v0.9.34+deprecated
11792026-05-08T01:04:30.146Z Downloaded whoami v1.6.1
11802026-05-08T01:04:30.146Z Downloaded slog v2.8.2
11812026-05-08T01:04:30.146Z Downloaded snafu-derive v0.8.9
11822026-05-08T01:04:30.146Z Downloaded hickory-resolver v0.25.2
11832026-05-08T01:04:30.146Z Downloaded icu_normalizer_data v2.1.1
11842026-05-08T01:04:30.146Z Downloaded toml_parser v1.1.0+spec-1.1.0
11852026-05-08T01:04:30.147Z Downloaded darling_core v0.23.0
11862026-05-08T01:04:30.147Z Downloaded similar v2.7.0
11872026-05-08T01:04:30.147Z Downloaded usdt-impl v0.6.0
11882026-05-08T01:04:30.147Z Downloaded thin-vec v0.2.14
11892026-05-08T01:04:30.147Z Downloaded ucd-trie v0.1.7
11902026-05-08T01:04:30.147Z Downloaded term v1.2.1
11912026-05-08T01:04:30.147Z Downloaded linked-hash-map v0.5.6
11922026-05-08T01:04:30.147Z Downloaded writeable v0.6.2
11932026-05-08T01:04:30.147Z Downloaded ff v0.13.1
11942026-05-08T01:04:30.147Z Downloaded zerovec-derive v0.11.2
11952026-05-08T01:04:30.147Z Downloaded usdt-impl v0.5.0
11962026-05-08T01:04:30.147Z Downloaded byteorder v1.5.0
11972026-05-08T01:04:30.147Z Downloaded bitflags v1.3.2
11982026-05-08T01:04:30.147Z Downloaded crc8 v0.1.1
11992026-05-08T01:04:30.147Z Downloaded dropshot-api-manager v0.7.1
12002026-05-08T01:04:30.147Z Downloaded toml v0.7.8
12012026-05-08T01:04:30.147Z Downloaded base16ct v1.0.0
12022026-05-08T01:04:30.147Z Downloaded memoffset v0.9.1
12032026-05-08T01:04:30.147Z Downloaded is-terminal v0.4.17
12042026-05-08T01:04:30.147Z Downloaded ident_case v1.0.1
12052026-05-08T01:04:30.148Z Downloaded foreign-types v0.5.0
12062026-05-08T01:04:30.148Z Downloaded zerocopy-derive v0.7.35
12072026-05-08T01:04:30.148Z Downloaded fixedbitset v0.4.2
12082026-05-08T01:04:30.148Z Downloaded async-compression v0.4.41
12092026-05-08T01:04:30.148Z Downloaded typify v0.6.2
12102026-05-08T01:04:30.148Z Downloaded typify v0.4.3
12112026-05-08T01:04:30.148Z Downloaded toml_writer v1.1.0+spec-1.1.0
12122026-05-08T01:04:30.148Z Downloaded crossbeam-channel v0.5.15
12132026-05-08T01:04:30.148Z Downloaded test-strategy v0.4.5
12142026-05-08T01:04:30.148Z Downloaded qorb v0.4.1
12152026-05-08T01:04:30.148Z Downloaded unsafe-libyaml v0.2.11
12162026-05-08T01:04:30.148Z Downloaded hashbrown v0.12.3
12172026-05-08T01:04:30.148Z Downloaded toml v1.1.0+spec-1.1.0
12182026-05-08T01:04:30.148Z Downloaded toml v0.9.12+spec-1.1.0
12192026-05-08T01:04:30.148Z Downloaded rustls-webpki v0.103.10
12202026-05-08T01:04:30.148Z Downloaded litemap v0.8.1
12212026-05-08T01:04:30.148Z Downloaded async-recursion v1.1.1
12222026-05-08T01:04:30.148Z Downloaded snafu v0.8.9
12232026-05-08T01:04:30.148Z Downloaded nom v7.1.3
12242026-05-08T01:04:30.148Z Downloaded tungstenite v0.21.0
12252026-05-08T01:04:30.148Z Downloaded yansi v1.0.1
12262026-05-08T01:04:30.148Z Downloaded rand v0.8.5
12272026-05-08T01:04:30.148Z Downloaded rand v0.9.2
12282026-05-08T01:04:30.148Z Downloaded schemars v0.9.0
12292026-05-08T01:04:30.148Z Downloaded rayon-core v1.13.0
12302026-05-08T01:04:30.148Z Downloaded toml_edit v0.25.8+spec-1.1.0
12312026-05-08T01:04:30.148Z Downloaded typenum v1.19.0
12322026-05-08T01:04:30.148Z Downloaded toml_edit v0.19.15
12332026-05-08T01:04:30.148Z Downloaded schemars v1.2.1
12342026-05-08T01:04:30.148Z Downloaded iddqd v0.3.17
12352026-05-08T01:04:30.148Z Downloaded rand v0.10.1
12362026-05-08T01:04:30.148Z Downloaded zerotrie v0.2.3
12372026-05-08T01:04:30.148Z Downloaded steno v0.4.1
12382026-05-08T01:04:30.148Z Downloaded reqwest v0.13.3
12392026-05-08T01:04:30.148Z Downloaded pest v2.8.6
12402026-05-08T01:04:30.148Z Downloaded itertools v0.12.1
12412026-05-08T01:04:30.148Z Downloaded hashbrown v0.16.1
12422026-05-08T01:04:30.148Z Downloaded iri-string v0.7.12
12432026-05-08T01:04:30.148Z Downloaded libm v0.2.16
12442026-05-08T01:04:30.149Z Downloaded rayon v1.11.0
12452026-05-08T01:04:30.149Z Downloaded nom v8.0.0
12462026-05-08T01:04:30.149Z Downloaded zerocopy-derive v0.8.48
12472026-05-08T01:04:30.149Z Downloaded icu_properties_data v2.1.2
12482026-05-08T01:04:30.149Z Downloaded zerocopy v0.7.35
12492026-05-08T01:04:30.149Z Downloaded scc v2.4.0
12502026-05-08T01:04:30.149Z Downloaded blake3 v1.8.4
12512026-05-08T01:04:30.149Z Downloaded goblin v0.8.2
12522026-05-08T01:04:30.149Z Downloaded rustls-webpki v0.102.8
12532026-05-08T01:04:30.149Z Downloaded typed-path v0.9.3
12542026-05-08T01:04:30.149Z Downloaded hkdf v0.12.4
12552026-05-08T01:04:30.149Z Downloaded tough v0.20.0
12562026-05-08T01:04:30.149Z Downloaded zerovec v0.11.5
12572026-05-08T01:04:30.149Z Downloaded syn v1.0.109
12582026-05-08T01:04:30.149Z Downloaded tower-http v0.6.8
12592026-05-08T01:04:30.149Z Downloaded time v0.3.47
12602026-05-08T01:04:30.149Z Downloaded winnow v0.5.40
12612026-05-08T01:04:30.149Z Downloaded tabled v0.20.0
12622026-05-08T01:04:30.149Z Downloaded proptest v1.11.0
12632026-05-08T01:04:30.149Z Downloaded webpki-roots v1.0.6
12642026-05-08T01:04:30.149Z Downloaded moka v0.12.15
12652026-05-08T01:04:30.149Z Downloaded goblin v0.10.5
12662026-05-08T01:04:30.149Z Downloaded winnow v1.0.1
12672026-05-08T01:04:30.149Z Downloaded dropshot v0.16.7
12682026-05-08T01:04:30.149Z Downloaded serde_with v3.18.0
12692026-05-08T01:04:30.149Z Downloaded smoltcp v0.11.0
12702026-05-08T01:04:30.149Z Downloaded rustls v0.22.4
12712026-05-08T01:04:30.149Z Downloaded tabled v0.15.0
12722026-05-08T01:04:30.152Z Downloaded regress v0.11.1
12732026-05-08T01:04:30.152Z Downloaded dropshot v0.17.0
12742026-05-08T01:04:30.152Z Downloaded sled v0.34.7
12752026-05-08T01:04:30.153Z Downloaded typify-impl v0.6.2
12762026-05-08T01:04:30.153Z Downloaded rhai v1.24.0
12772026-05-08T01:04:30.153Z Downloaded hickory-proto v0.24.4
12782026-05-08T01:04:30.153Z Downloaded regress v0.10.5
12792026-05-08T01:04:30.153Z Downloaded rustls v0.23.37
12802026-05-08T01:04:30.153Z Downloaded openapiv3 v2.2.0
12812026-05-08T01:04:30.153Z Downloaded hickory-proto v0.25.2
12822026-05-08T01:04:30.153Z Downloaded nix v0.31.2
12832026-05-08T01:04:30.153Z Downloaded typify-impl v0.4.3
12842026-05-08T01:04:30.153Z Downloaded chrono-tz v0.10.4
12852026-05-08T01:04:30.153Z Downloaded csv v1.4.0
12862026-05-08T01:04:30.153Z Downloaded tokio v1.52.1
12872026-05-08T01:04:30.153Z Downloaded petgraph v0.6.5
12882026-05-08T01:04:30.153Z Downloaded lzma-sys v0.1.20
12892026-05-08T01:04:30.153Z Downloaded jiff v0.2.23
12902026-05-08T01:04:30.153Z Downloaded sha3 v0.10.8
12912026-05-08T01:04:30.153Z Downloaded encoding_rs v0.8.35
12922026-05-08T01:04:30.254Z Downloaded aws-lc-sys v0.39.1
12932026-05-08T01:04:31.145Z Compiling proc-macro2 v1.0.106
12942026-05-08T01:04:31.145Z Compiling unicode-ident v1.0.24
12952026-05-08T01:04:31.145Z Compiling quote v1.0.45
12962026-05-08T01:04:31.146Z Compiling serde_core v1.0.228
12972026-05-08T01:04:31.149Z Compiling cfg-if v1.0.4
12982026-05-08T01:04:31.149Z Compiling serde v1.0.228
12992026-05-08T01:04:31.149Z Compiling libc v0.2.186
13002026-05-08T01:04:31.149Z Compiling memchr v2.8.0
13012026-05-08T01:04:31.350Z Compiling itoa v1.0.18
13022026-05-08T01:04:31.522Z Compiling zmij v1.0.21
13032026-05-08T01:04:31.552Z Compiling smallvec v1.15.1
13042026-05-08T01:04:31.598Z Compiling serde_json v1.0.149
13052026-05-08T01:04:31.842Z Compiling autocfg v1.5.0
13062026-05-08T01:04:31.899Z Compiling libm v0.2.16
13072026-05-08T01:04:32.043Z Compiling stable_deref_trait v1.2.1
13082026-05-08T01:04:32.118Z Compiling iana-time-zone v0.1.65
13092026-05-08T01:04:32.131Z Compiling equivalent v1.0.2
13102026-05-08T01:04:32.142Z Compiling version_check v0.9.5
13112026-05-08T01:04:32.197Z Compiling percent-encoding v2.3.2
13122026-05-08T01:04:32.207Z Compiling litemap v0.8.1
13132026-05-08T01:04:32.349Z Compiling writeable v0.6.2
13142026-05-08T01:04:32.422Z Compiling icu_normalizer_data v2.1.1
13152026-05-08T01:04:32.445Z Compiling syn v2.0.117
13162026-05-08T01:04:32.455Z Compiling icu_properties_data v2.1.2
13172026-05-08T01:04:32.552Z Compiling dyn-clone v1.0.20
13182026-05-08T01:04:32.581Z Compiling form_urlencoded v1.2.2
13192026-05-08T01:04:32.620Z Compiling pin-project-lite v0.2.17
13202026-05-08T01:04:32.686Z Compiling utf8_iter v1.0.4
13212026-05-08T01:04:32.712Z Compiling scopeguard v1.2.0
13222026-05-08T01:04:32.722Z Compiling parking_lot_core v0.9.12
13232026-05-08T01:04:32.756Z Compiling thiserror v2.0.18
13242026-05-08T01:04:32.812Z Compiling lock_api v0.4.14
13252026-05-08T01:04:32.825Z Compiling num-traits v0.2.19
13262026-05-08T01:04:32.838Z Compiling heck v0.5.0
13272026-05-08T01:04:32.995Z Compiling hashbrown v0.17.0
13282026-05-08T01:04:33.040Z Compiling errno v0.3.14
13292026-05-08T01:04:33.129Z Compiling getrandom v0.4.2
13302026-05-08T01:04:33.188Z Compiling rand_core v0.10.0
13312026-05-08T01:04:33.295Z Compiling futures-core v0.3.32
13322026-05-08T01:04:33.340Z Compiling jobserver v0.1.34
13332026-05-08T01:04:33.445Z Compiling semver v1.0.28
13342026-05-08T01:04:33.499Z Compiling indexmap v2.14.0
13352026-05-08T01:04:33.544Z Compiling shlex v1.3.0
13362026-05-08T01:04:33.569Z Compiling find-msvc-tools v0.1.9
13372026-05-08T01:04:33.728Z Compiling cc v1.2.58
13382026-05-08T01:04:33.791Z Compiling uuid v1.23.1
13392026-05-08T01:04:33.802Z Compiling zerocopy v0.8.48
13402026-05-08T01:04:33.845Z Compiling fnv v1.0.7
13412026-05-08T01:04:33.860Z Compiling futures-sink v0.3.32
13422026-05-08T01:04:33.936Z Compiling rustversion v1.0.22
13432026-05-08T01:04:33.956Z Compiling schemars v0.8.22
13442026-05-08T01:04:34.157Z Compiling slab v0.4.12
13452026-05-08T01:04:34.201Z Compiling futures-channel v0.3.32
13462026-05-08T01:04:34.214Z Compiling socket2 v0.6.3
13472026-05-08T01:04:34.332Z Compiling log v0.4.29
13482026-05-08T01:04:34.424Z Compiling parking_lot v0.12.5
13492026-05-08T01:04:34.522Z Compiling futures-task v0.3.32
13502026-05-08T01:04:34.536Z Compiling futures-io v0.3.32
13512026-05-08T01:04:34.656Z Compiling signal-hook-registry v1.4.8
13522026-05-08T01:04:34.684Z Compiling mio v1.2.0
13532026-05-08T01:04:34.684Z Compiling bitflags v2.11.0
13542026-05-08T01:04:34.711Z Compiling portable-atomic v1.13.1
13552026-05-08T01:04:34.827Z Compiling critical-section v1.2.0
13562026-05-08T01:04:34.855Z Compiling regex-syntax v0.8.10
13572026-05-08T01:04:34.914Z Compiling base64 v0.22.1
13582026-05-08T01:04:34.929Z Compiling typenum v1.19.0
13592026-05-08T01:04:34.943Z Compiling getrandom v0.2.17
13602026-05-08T01:04:34.984Z Compiling subtle v2.6.1
13612026-05-08T01:04:35.124Z Compiling untrusted v0.9.0
13622026-05-08T01:04:35.150Z Compiling byteorder v1.5.0
13632026-05-08T01:04:35.192Z Compiling getrandom v0.3.4
13642026-05-08T01:04:35.228Z Compiling synstructure v0.13.2
13652026-05-08T01:04:35.242Z Compiling serde_derive_internals v0.29.1
13662026-05-08T01:04:35.366Z Compiling httparse v1.10.1
13672026-05-08T01:04:35.525Z Compiling atomic-waker v1.1.2
13682026-05-08T01:04:35.647Z Compiling once_cell v1.21.4
13692026-05-08T01:04:35.671Z Compiling ipnet v2.12.0
13702026-05-08T01:04:35.714Z Compiling allocator-api2 v0.2.21
13712026-05-08T01:04:35.749Z Compiling foldhash v0.2.0
13722026-05-08T01:04:35.834Z Compiling tower-service v0.3.3
13732026-05-08T01:04:35.851Z Compiling ryu v1.0.23
13742026-05-08T01:04:35.923Z Compiling tower-layer v0.3.3
13752026-05-08T01:04:35.972Z Compiling rand_core v0.6.4
13762026-05-08T01:04:36.031Z Compiling hashbrown v0.16.1
13772026-05-08T01:04:36.034Z Compiling cmake v0.1.58
13782026-05-08T01:04:36.074Z Compiling try-lock v0.2.5
13792026-05-08T01:04:36.176Z Compiling dunce v1.0.5
13802026-05-08T01:04:36.186Z Compiling fs_extra v1.3.0
13812026-05-08T01:04:36.199Z Compiling strsim v0.11.1
13822026-05-08T01:04:36.264Z Compiling rustix v1.1.4
13832026-05-08T01:04:36.286Z Compiling want v0.3.1
13842026-05-08T01:04:36.377Z Compiling httpdate v1.0.3
13852026-05-08T01:04:36.428Z Compiling aws-lc-sys v0.39.1
13862026-05-08T01:04:36.449Z Compiling serde_derive v1.0.228
13872026-05-08T01:04:36.582Z Compiling zerofrom-derive v0.1.6
13882026-05-08T01:04:36.599Z Compiling yoke-derive v0.8.1
13892026-05-08T01:04:36.609Z Compiling zerovec-derive v0.11.2
13902026-05-08T01:04:36.619Z Compiling displaydoc v0.2.5
13912026-05-08T01:04:36.651Z Compiling schemars_derive v0.8.22
13922026-05-08T01:04:37.278Z Compiling thiserror-impl v2.0.18
13932026-05-08T01:04:37.413Z Compiling tokio-macros v2.7.0
13942026-05-08T01:04:37.560Z Compiling zerocopy-derive v0.8.48
13952026-05-08T01:04:37.644Z Compiling zeroize_derive v1.4.3
13962026-05-08T01:04:37.741Z Compiling futures-macro v0.3.32
13972026-05-08T01:04:37.851Z Compiling zerofrom v0.1.6
13982026-05-08T01:04:37.971Z Compiling yoke v0.8.1
13992026-05-08T01:04:38.125Z Compiling zerovec v0.11.5
14002026-05-08T01:04:38.152Z Compiling zerotrie v0.2.3
14012026-05-08T01:04:38.313Z Compiling zeroize v1.8.2
14022026-05-08T01:04:38.452Z Compiling thiserror v1.0.69
14032026-05-08T01:04:38.588Z Compiling tinystr v0.8.2
14042026-05-08T01:04:38.607Z Compiling potential_utf v0.1.4
14052026-05-08T01:04:38.617Z Compiling futures-util v0.3.32
14062026-05-08T01:04:38.660Z Compiling thiserror-impl v1.0.69
14072026-05-08T01:04:38.743Z Compiling icu_locale_core v2.1.1
14082026-05-08T01:04:38.766Z Compiling icu_collections v2.1.1
14092026-05-08T01:04:38.945Z Compiling ucd-trie v0.1.7
14102026-05-08T01:04:39.229Z Compiling pest v2.8.6
14112026-05-08T01:04:39.667Z Compiling bytes v1.11.1
14122026-05-08T01:04:39.701Z Compiling icu_provider v2.1.1
14132026-05-08T01:04:39.777Z Compiling chrono v0.4.44
14142026-05-08T01:04:39.848Z Compiling serde_tokenstream v0.2.3
14152026-05-08T01:04:39.985Z Compiling icu_normalizer v2.1.1
14162026-05-08T01:04:40.120Z Compiling icu_properties v2.1.2
14172026-05-08T01:04:40.294Z Compiling http v1.4.0
14182026-05-08T01:04:40.462Z Compiling tokio v1.52.1
14192026-05-08T01:04:40.560Z Compiling erased-serde v0.3.31
14202026-05-08T01:04:40.948Z Compiling idna_adapter v1.2.1
14212026-05-08T01:04:41.033Z Compiling http-body v1.0.1
14222026-05-08T01:04:41.082Z Compiling idna v1.1.0
14232026-05-08T01:04:41.181Z Compiling pest_meta v2.8.6
14242026-05-08T01:04:41.240Z Compiling tracing-attributes v0.1.31
14252026-05-08T01:04:41.250Z Compiling tracing-core v0.1.36
14262026-05-08T01:04:41.261Z Compiling generic-array v0.14.7
14272026-05-08T01:04:41.469Z Compiling url v2.5.8
14282026-05-08T01:04:41.881Z Compiling ppv-lite86 v0.2.21
14292026-05-08T01:04:41.881Z Compiling pretty-hex v0.4.2
14302026-05-08T01:04:41.904Z Compiling pest_generator v2.8.6
14312026-05-08T01:04:42.246Z Compiling plain v0.2.3
14322026-05-08T01:04:42.362Z Compiling http-body-util v0.1.3
14332026-05-08T01:04:42.492Z Compiling tracing v0.1.44
14342026-05-08T01:04:42.505Z Compiling serde_urlencoded v0.7.1
14352026-05-08T01:04:42.508Z Compiling pest_derive v2.8.6
14362026-05-08T01:04:42.594Z Compiling aho-corasick v1.1.4
14372026-05-08T01:04:42.721Z Compiling slog v2.8.2
14382026-05-08T01:04:42.736Z Compiling sync_wrapper v1.0.2
14392026-05-08T01:04:43.037Z Compiling ipnetwork v0.21.1
14402026-05-08T01:04:43.111Z Compiling iri-string v0.7.12
14412026-05-08T01:04:43.359Z Compiling paste v1.0.15
14422026-05-08T01:04:43.469Z Compiling regex-automata v0.4.14
14432026-05-08T01:04:43.648Z Compiling crypto-common v0.1.7
14442026-05-08T01:04:43.777Z Compiling openapiv3 v2.2.0
14452026-05-08T01:04:44.218Z Compiling ident_case v1.0.1
14462026-05-08T01:04:44.339Z Compiling omicron-workspace-hack v0.1.0
14472026-05-08T01:04:44.546Z Compiling powerfmt v0.2.0
14482026-05-08T01:04:44.737Z Compiling time-core v0.1.8
14492026-05-08T01:04:44.749Z Compiling num-conv v0.2.1
14502026-05-08T01:04:44.875Z Compiling deranged v0.5.8
14512026-05-08T01:04:44.888Z Compiling time-macros v0.2.27
14522026-05-08T01:04:45.176Z Compiling regex v1.12.3
14532026-05-08T01:04:45.376Z Compiling tokio-util v0.7.18
14542026-05-08T01:04:45.847Z Compiling num_threads v0.1.7
14552026-05-08T01:04:45.940Z Compiling anyhow v1.0.102
14562026-05-08T01:04:46.038Z Compiling rustls-pki-types v1.14.0
14572026-05-08T01:04:46.123Z Compiling scroll_derive v0.13.1
14582026-05-08T01:04:46.407Z Compiling oxnet v0.1.5
14592026-05-08T01:04:46.514Z Compiling daft-derive v0.1.5
14602026-05-08T01:04:46.869Z Compiling winnow v1.0.1
14612026-05-08T01:04:46.881Z Compiling fastrand v2.3.0
14622026-05-08T01:04:46.978Z Compiling scroll v0.13.0
14632026-05-08T01:04:47.002Z Compiling syn v1.0.109
14642026-05-08T01:04:47.153Z Compiling h2 v0.4.13
14652026-05-08T01:04:47.263Z Compiling async-trait v0.1.89
14662026-05-08T01:04:47.322Z Compiling crossbeam-utils v0.8.21
14672026-05-08T01:04:47.334Z Compiling ring v0.17.14
14682026-05-08T01:04:47.631Z Compiling openssl-probe v0.2.1
14692026-05-08T01:04:47.815Z Compiling cpufeatures v0.2.17
14702026-05-08T01:04:47.959Z Compiling block-buffer v0.10.4
14712026-05-08T01:04:48.124Z Compiling thread_local v1.1.9
14722026-05-08T01:04:48.214Z Compiling hex v0.4.3
14732026-05-08T01:04:48.360Z Compiling usdt-impl v0.6.0
14742026-05-08T01:04:48.374Z Compiling digest v0.10.7
14752026-05-08T01:04:48.406Z Compiling goblin v0.10.5
14762026-05-08T01:04:48.461Z Compiling dtrace-parser v0.3.0
14772026-05-08T01:04:48.570Z Compiling camino v1.2.2
14782026-05-08T01:04:48.595Z Compiling slog-async v2.8.0
14792026-05-08T01:04:48.909Z Compiling thread-id v5.1.0
14802026-05-08T01:04:48.918Z Compiling aws-lc-rs v1.16.2
14812026-05-08T01:04:48.983Z Compiling term v1.2.1
14822026-05-08T01:04:49.198Z Compiling hyper v1.9.0
14832026-05-08T01:04:49.313Z Compiling take_mut v0.2.2
14842026-05-08T01:04:49.673Z Compiling rand_core v0.9.5
14852026-05-08T01:04:49.813Z Compiling futures-executor v0.3.32
14862026-05-08T01:04:50.088Z Compiling match_cfg v0.1.0
14872026-05-08T01:04:50.147Z Compiling futures v0.3.32
14882026-05-08T01:04:50.159Z Compiling tower v0.5.3
14892026-05-08T01:04:50.221Z Compiling hyper-util v0.1.20
14902026-05-08T01:04:50.600Z Compiling structmeta-derive v0.3.0
14912026-05-08T01:04:50.612Z Compiling rustls v0.22.4
14922026-05-08T01:04:50.870Z Compiling untrusted v0.7.1
14932026-05-08T01:04:50.988Z Compiling tower-http v0.6.8
14942026-05-08T01:04:51.398Z Compiling dof v0.4.0
14952026-05-08T01:04:51.604Z Compiling structmeta v0.3.0
14962026-05-08T01:04:51.780Z Compiling rand_chacha v0.9.0
14972026-05-08T01:04:51.849Z Compiling darling_core v0.23.0
14982026-05-08T01:04:51.919Z Compiling newtype-uuid-macros v0.1.0
14992026-05-08T01:04:52.046Z Compiling regress v0.10.5
15002026-05-08T01:04:52.824Z Compiling rustls v0.23.37
15012026-05-08T01:04:52.921Z Compiling winnow v0.7.15
15022026-05-08T01:04:52.944Z Compiling rand v0.9.2
15032026-05-08T01:04:53.028Z Compiling time v0.3.47
15042026-05-08T01:04:53.237Z Compiling usdt-attr-macro v0.6.0
15052026-05-08T01:04:53.537Z Compiling usdt-macro v0.6.0
15062026-05-08T01:04:53.965Z Compiling darling_macro v0.23.0
15072026-05-08T01:04:54.313Z Compiling newtype-uuid v1.3.2
15082026-05-08T01:04:54.395Z Compiling ref-cast v1.0.25
15092026-05-08T01:04:54.408Z Compiling quick-error v1.2.3
15102026-05-08T01:04:54.511Z Compiling daft v0.1.5
15112026-05-08T01:04:54.528Z Compiling darling v0.23.0
15122026-05-08T01:04:54.650Z Compiling crossbeam-channel v0.5.15
15132026-05-08T01:04:54.653Z Compiling strum_macros v0.26.4
15142026-05-08T01:04:54.676Z Compiling ref-cast-impl v1.0.25
15152026-05-08T01:04:54.734Z Compiling toml_datetime v0.7.5+spec-1.1.0
15162026-05-08T01:04:54.771Z Compiling serde_spanned v1.1.0
15172026-05-08T01:04:54.913Z Compiling multer v3.1.0
15182026-05-08T01:04:55.029Z Compiling bit-vec v0.8.0
15192026-05-08T01:04:55.058Z Compiling debug-ignore v1.0.5
15202026-05-08T01:04:55.119Z Compiling toml_writer v1.1.0+spec-1.1.0
15212026-05-08T01:04:55.155Z Compiling serde_with_macros v3.18.0
15222026-05-08T01:04:55.173Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15232026-05-08T01:04:55.255Z Compiling bit-set v0.8.0
15242026-05-08T01:04:55.322Z Compiling async-stream-impl v0.3.6
15252026-05-08T01:04:55.367Z Compiling dropshot v0.16.7
15262026-05-08T01:04:55.406Z Compiling encoding_rs v0.8.35
15272026-05-08T01:04:55.584Z Compiling mime v0.3.17
15282026-05-08T01:04:55.630Z Compiling unarray v0.1.4
15292026-05-08T01:04:55.738Z Compiling spin v0.9.8
15302026-05-08T01:04:55.859Z Compiling derive-ex v0.1.8
15312026-05-08T01:04:55.889Z Compiling dropshot_endpoint v0.16.7
15322026-05-08T01:04:55.908Z Compiling macaddr v1.0.1
15332026-05-08T01:04:55.940Z Compiling async-stream v0.3.6
15342026-05-08T01:04:56.107Z Compiling waitgroup v0.1.2
15352026-05-08T01:04:56.107Z Compiling serde_path_to_error v0.1.20
15362026-05-08T01:04:56.252Z Compiling is-terminal v0.4.17
15372026-05-08T01:04:56.281Z Compiling strum v0.26.3
15382026-05-08T01:04:56.336Z Compiling slog-term v2.9.2
15392026-05-08T01:04:56.454Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-05-08T01:04:56.630Z Compiling tempfile v3.27.0
15412026-05-08T01:04:56.891Z Compiling rustls-native-certs v0.8.3
15422026-05-08T01:04:57.019Z Compiling strum_macros v0.27.2
15432026-05-08T01:04:57.075Z Compiling instant v0.1.13
15442026-05-08T01:04:57.232Z Compiling rustc-hash v2.1.2
15452026-05-08T01:04:57.252Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15462026-05-08T01:04:57.427Z Compiling slog-json v2.6.1
15472026-05-08T01:04:57.477Z Compiling test-strategy v0.4.5
15482026-05-08T01:04:57.628Z Compiling hostname v0.3.1
15492026-05-08T01:04:57.781Z Compiling memmap2 v0.9.10
15502026-05-08T01:04:58.059Z Compiling either v1.15.0
15512026-05-08T01:04:58.256Z Compiling slog-bunyan v2.5.0
15522026-05-08T01:04:58.385Z Compiling parse-display-derive v0.10.0
15532026-05-08T01:04:58.494Z Compiling backon v1.6.0
15542026-05-08T01:04:58.688Z Compiling rand_chacha v0.3.1
15552026-05-08T01:04:58.822Z Compiling rustls-webpki v0.102.8
15562026-05-08T01:04:58.848Z Compiling strum v0.27.2
15572026-05-08T01:04:58.972Z Compiling rand v0.8.5
15582026-05-08T01:04:59.134Z Compiling toml_parser v1.1.0+spec-1.1.0
15592026-05-08T01:04:59.676Z Compiling wait-timeout v0.2.1
15602026-05-08T01:04:59.975Z Compiling rusty-fork v0.3.1
15612026-05-08T01:04:59.979Z Compiling toml v0.9.12+spec-1.1.0
15622026-05-08T01:04:59.995Z Compiling serde_with v3.18.0
15632026-05-08T01:05:00.970Z Compiling usdt v0.6.0
15642026-05-08T01:05:01.017Z Compiling reqwest v0.12.28
15652026-05-08T01:05:01.243Z Compiling rand_xorshift v0.4.0
15662026-05-08T01:05:01.385Z Compiling tokio-rustls v0.25.0
15672026-05-08T01:05:01.488Z Compiling sha1 v0.10.6
15682026-05-08T01:05:01.615Z Compiling rustls-pemfile v2.2.0
15692026-05-08T01:05:01.734Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15702026-05-08T01:05:01.760Z Compiling hostname v0.4.2
15712026-05-08T01:05:01.878Z Compiling proptest v1.11.0
15722026-05-08T01:05:02.188Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15732026-05-08T01:05:02.371Z Compiling itertools v0.14.0
15742026-05-08T01:05:02.526Z Compiling iddqd v0.3.17
15752026-05-08T01:05:03.580Z Compiling utf8parse v0.2.2
15762026-05-08T01:05:03.604Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15772026-05-08T01:05:03.688Z Compiling anstyle-parse v1.0.0
15782026-05-08T01:05:03.850Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15792026-05-08T01:05:04.233Z Compiling anstyle-query v1.1.5
15802026-05-08T01:05:04.339Z Compiling anstyle v1.0.14
15812026-05-08T01:05:04.403Z Compiling colorchoice v1.0.5
15822026-05-08T01:05:04.420Z Compiling is_terminal_polyfill v1.70.2
15832026-05-08T01:05:04.512Z Compiling anstream v1.0.0
15842026-05-08T01:05:04.554Z Compiling progenitor-client v0.10.0
15852026-05-08T01:05:04.739Z Compiling parse-display v0.10.0
15862026-05-08T01:05:04.773Z Compiling backoff v0.4.0
15872026-05-08T01:05:04.820Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15882026-05-08T01:05:04.820Z Compiling toml_datetime v0.6.11
15892026-05-08T01:05:04.977Z Compiling regress v0.11.1
15902026-05-08T01:05:05.067Z Compiling unicode-width v0.2.2
15912026-05-08T01:05:05.091Z Compiling clap_lex v1.1.0
15922026-05-08T01:05:05.605Z Compiling clap_derive v4.6.1
15932026-05-08T01:05:06.212Z Compiling terminal_size v0.4.4
15942026-05-08T01:05:06.350Z Compiling zerocopy-derive v0.7.35
15952026-05-08T01:05:07.022Z Compiling typify-impl v0.6.2
15962026-05-08T01:05:07.257Z Compiling zerocopy v0.7.35
15972026-05-08T01:05:07.823Z Compiling convert_case v0.4.0
15982026-05-08T01:05:08.129Z Compiling derive_more v0.99.20
15992026-05-08T01:05:08.962Z Compiling clap_builder v4.6.0
16002026-05-08T01:05:09.195Z Compiling tinyvec_macros v0.1.1
16012026-05-08T01:05:09.260Z Compiling unsafe-libyaml v0.2.11
16022026-05-08T01:05:09.565Z Compiling tinyvec v1.11.0
16032026-05-08T01:05:09.894Z Compiling serde_yaml v0.9.34+deprecated
16042026-05-08T01:05:10.329Z Compiling dtrace-parser v0.2.0
16052026-05-08T01:05:10.472Z Compiling serde_spanned v0.6.9
16062026-05-08T01:05:10.611Z Compiling clap v4.6.1
16072026-05-08T01:05:10.690Z Compiling secrecy v0.10.3
16082026-05-08T01:05:10.847Z Compiling scroll_derive v0.12.1
16092026-05-08T01:05:11.134Z Compiling usdt-impl v0.5.0
16102026-05-08T01:05:11.200Z Compiling crucible-workspace-hack v0.1.0
16112026-05-08T01:05:11.273Z Compiling toml_write v0.1.2
16122026-05-08T01:05:11.421Z Compiling toml_edit v0.22.27
16132026-05-08T01:05:11.547Z Compiling scroll v0.12.0
16142026-05-08T01:05:12.169Z Compiling dof v0.3.0
16152026-05-08T01:05:12.389Z Compiling darling_core v0.21.3
16162026-05-08T01:05:12.516Z Compiling rustc_version v0.4.1
16172026-05-08T01:05:12.567Z Compiling thread-id v4.2.2
16182026-05-08T01:05:12.795Z Compiling curve25519-dalek v4.1.3
16192026-05-08T01:05:13.081Z Compiling toml v0.8.23
16202026-05-08T01:05:13.408Z Compiling typify-macro v0.6.2
16212026-05-08T01:05:13.646Z Compiling goblin v0.8.2
16222026-05-08T01:05:14.039Z Compiling hubpack_derive v0.1.1
16232026-05-08T01:05:14.498Z Compiling darling_macro v0.21.3
16242026-05-08T01:05:14.695Z Compiling hmac v0.12.1
16252026-05-08T01:05:14.736Z Compiling crossbeam-epoch v0.9.18
16262026-05-08T01:05:14.819Z Compiling inout v0.1.4
16272026-05-08T01:05:14.959Z Compiling ff v0.13.1
16282026-05-08T01:05:15.062Z Compiling num-integer v0.1.46
16292026-05-08T01:05:15.310Z Compiling heck v0.4.1
16302026-05-08T01:05:15.372Z Compiling toml_datetime v1.1.0+spec-1.1.0
16312026-05-08T01:05:15.392Z Compiling float-ord v0.3.2
16322026-05-08T01:05:15.447Z Compiling typify v0.6.2
16332026-05-08T01:05:15.533Z Compiling toml_edit v0.25.8+spec-1.1.0
16342026-05-08T01:05:15.686Z Compiling darling v0.21.3
16352026-05-08T01:05:15.725Z Compiling group v0.13.0
16362026-05-08T01:05:15.977Z Compiling cipher v0.4.4
16372026-05-08T01:05:16.195Z Compiling hkdf v0.12.4
16382026-05-08T01:05:16.335Z Compiling hubpack v0.1.2
16392026-05-08T01:05:17.421Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16402026-05-08T01:05:17.509Z Compiling thiserror-impl-no-std v2.0.2
16412026-05-08T01:05:17.630Z Compiling universal-hash v0.5.1
16422026-05-08T01:05:17.764Z Compiling crypto-bigint v0.5.5
16432026-05-08T01:05:17.770Z Compiling half v2.7.1
16442026-05-08T01:05:18.391Z Compiling curve25519-dalek-derive v0.1.1
16452026-05-08T01:05:18.594Z Compiling proc-macro-error-attr v1.0.4
16462026-05-08T01:05:18.699Z Compiling memoffset v0.9.1
16472026-05-08T01:05:18.920Z Compiling prettyplease v0.2.37
16482026-05-08T01:05:18.937Z Compiling rustix v0.38.44
16492026-05-08T01:05:19.073Z Compiling cfg_aliases v0.2.1
16502026-05-08T01:05:19.101Z Compiling static_assertions v1.1.0
16512026-05-08T01:05:19.140Z Compiling heapless v0.8.0
16522026-05-08T01:05:19.159Z Compiling base64ct v1.8.3
16532026-05-08T01:05:19.172Z Compiling ciborium-io v0.2.2
16542026-05-08T01:05:19.267Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16552026-05-08T01:05:19.283Z Compiling base16ct v0.2.0
16562026-05-08T01:05:19.449Z Compiling opaque-debug v0.3.1
16572026-05-08T01:05:19.513Z Compiling poly1305 v0.8.0
16582026-05-08T01:05:19.536Z Compiling elliptic-curve v0.13.8
16592026-05-08T01:05:19.683Z Compiling password-hash v0.5.0
16602026-05-08T01:05:19.891Z Compiling ciborium-ll v0.2.2
16612026-05-08T01:05:19.950Z Compiling nix v0.31.2
16622026-05-08T01:05:20.300Z Compiling thiserror-no-std v2.0.2
16632026-05-08T01:05:20.406Z Compiling rustls-webpki v0.103.10
16642026-05-08T01:05:21.114Z Compiling chacha20 v0.9.1
16652026-05-08T01:05:21.180Z Compiling proc-macro-crate v3.5.0
16662026-05-08T01:05:21.230Z Compiling ingot-macros v0.1.1
16672026-05-08T01:05:21.336Z Compiling num-rational v0.4.2
16682026-05-08T01:05:21.353Z Compiling num-iter v0.1.45
16692026-05-08T01:05:21.402Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16702026-05-08T01:05:21.465Z Compiling usdt-macro v0.5.0
16712026-05-08T01:05:21.602Z Compiling usdt-attr-macro v0.5.0
16722026-05-08T01:05:22.308Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16732026-05-08T01:05:22.673Z Compiling blake2 v0.10.6
16742026-05-08T01:05:22.842Z Compiling byte-wrapper v0.1.0
16752026-05-08T01:05:23.140Z Compiling aead v0.5.2
16762026-05-08T01:05:23.209Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16772026-05-08T01:05:23.298Z Compiling enum-as-inner v0.6.1
16782026-05-08T01:05:23.534Z Compiling hash32 v0.3.1
16792026-05-08T01:05:23.686Z Compiling tokio-rustls v0.26.4
16802026-05-08T01:05:23.775Z Compiling rustls-platform-verifier v0.6.2
16812026-05-08T01:05:23.952Z Compiling hyper-rustls v0.27.7
16822026-05-08T01:05:24.008Z Compiling num-complex v0.4.6
16832026-05-08T01:05:24.049Z Compiling proc-macro-error v1.0.4
16842026-05-08T01:05:24.234Z Compiling reqwest v0.13.3
16852026-05-08T01:05:24.254Z Compiling memmap v0.7.0
16862026-05-08T01:05:24.266Z Compiling keccak v0.1.6
16872026-05-08T01:05:24.416Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16882026-05-08T01:05:24.427Z Compiling data-encoding v2.10.0
16892026-05-08T01:05:24.506Z Compiling smoltcp v0.11.0
16902026-05-08T01:05:24.629Z Compiling winnow v0.5.40
16912026-05-08T01:05:24.876Z Compiling sha3 v0.10.8
16922026-05-08T01:05:25.180Z Compiling usdt v0.5.0
16932026-05-08T01:05:25.227Z Compiling num v0.4.3
16942026-05-08T01:05:25.302Z Compiling ingot-types v0.1.2
16952026-05-08T01:05:25.454Z Compiling progenitor-client v0.13.0
16962026-05-08T01:05:25.708Z Compiling progenitor-extras v0.1.1
16972026-05-08T01:05:25.786Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16982026-05-08T01:05:25.947Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16992026-05-08T01:05:26.041Z Compiling toml_edit v0.19.15
17002026-05-08T01:05:26.726Z Compiling chacha20poly1305 v0.10.1
17012026-05-08T01:05:26.858Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17022026-05-08T01:05:27.129Z Compiling argon2 v0.5.3
17032026-05-08T01:05:27.653Z Compiling num_enum_derive v0.7.6
17042026-05-08T01:05:28.079Z Compiling vsss-rs v3.3.4
17052026-05-08T01:05:28.536Z Compiling ciborium v0.2.2
17062026-05-08T01:05:28.785Z Compiling tabwriter v1.4.1
17072026-05-08T01:05:29.021Z Compiling cobs v0.3.0
17082026-05-08T01:05:29.122Z Compiling foreign-types-macros v0.2.3
17092026-05-08T01:05:29.185Z Compiling bytecount v0.6.9
17102026-05-08T01:05:29.205Z Compiling vcpkg v0.2.15
17112026-05-08T01:05:29.219Z Compiling colored v3.1.1
17122026-05-08T01:05:29.322Z Compiling pkg-config v0.3.32
17132026-05-08T01:05:29.335Z Compiling indent_write v2.2.0
17142026-05-08T01:05:29.416Z Compiling bitflags v1.3.2
17152026-05-08T01:05:29.469Z Compiling cpufeatures v0.3.0
17162026-05-08T01:05:29.486Z Compiling managed v0.8.0
17172026-05-08T01:05:29.540Z Compiling foreign-types-shared v0.3.1
17182026-05-08T01:05:29.633Z Compiling chacha20 v0.10.0
17192026-05-08T01:05:29.641Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17202026-05-08T01:05:29.749Z Compiling foreign-types v0.5.0
17212026-05-08T01:05:29.764Z Compiling openssl-sys v0.9.115
17222026-05-08T01:05:29.764Z Compiling postcard v1.1.3
17232026-05-08T01:05:29.891Z Compiling num_enum v0.7.6
17242026-05-08T01:05:30.279Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17252026-05-08T01:05:30.366Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17262026-05-08T01:05:30.378Z Compiling proc-macro-crate v1.3.1
17272026-05-08T01:05:30.628Z Compiling ingot v0.1.1
17282026-05-08T01:05:30.714Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17292026-05-08T01:05:31.248Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17302026-05-08T01:05:31.820Z Compiling progenitor-impl v0.13.0
17312026-05-08T01:05:32.043Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17322026-05-08T01:05:32.425Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17332026-05-08T01:05:32.530Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17342026-05-08T01:05:32.551Z Compiling cstr-argument v0.1.2
17352026-05-08T01:05:32.709Z Compiling semver v0.1.20
17362026-05-08T01:05:32.713Z Compiling swrite v0.1.0
17372026-05-08T01:05:32.757Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17382026-05-08T01:05:32.805Z Compiling rayon-core v1.13.0
17392026-05-08T01:05:32.974Z Compiling linked-hash-map v0.5.6
17402026-05-08T01:05:32.977Z Compiling resolv-conf v0.7.6
17412026-05-08T01:05:33.019Z Compiling lazy_static v1.5.0
17422026-05-08T01:05:33.122Z Compiling lru-cache v0.1.2
17432026-05-08T01:05:33.189Z Compiling rustc_version v0.1.7
17442026-05-08T01:05:33.491Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17452026-05-08T01:05:33.511Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17462026-05-08T01:05:33.511Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17472026-05-08T01:05:33.530Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17482026-05-08T01:05:33.621Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17492026-05-08T01:05:33.642Z Compiling num_enum_derive v0.5.11
17502026-05-08T01:05:33.746Z Compiling rand v0.10.1
17512026-05-08T01:05:33.757Z Compiling hickory-proto v0.24.4
17522026-05-08T01:05:34.527Z Compiling crossbeam-deque v0.8.6
17532026-05-08T01:05:34.646Z Compiling serde-big-array v0.5.1
17542026-05-08T01:05:34.719Z Compiling derive-where v1.6.1
17552026-05-08T01:05:34.784Z Compiling pin-project-internal v1.1.11
17562026-05-08T01:05:35.449Z Compiling progenitor-macro v0.13.0
17572026-05-08T01:05:35.484Z Compiling serde_repr v0.1.20
17582026-05-08T01:05:35.938Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17592026-05-08T01:05:36.100Z Compiling siphasher v1.0.2
17602026-05-08T01:05:36.113Z Compiling unicode-segmentation v1.13.2
17612026-05-08T01:05:36.166Z Compiling minimal-lexical v0.2.1
17622026-05-08T01:05:36.220Z Compiling phf_shared v0.12.1
17632026-05-08T01:05:36.395Z Compiling newline-converter v0.3.0
17642026-05-08T01:05:36.425Z Compiling nom v7.1.3
17652026-05-08T01:05:36.495Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17662026-05-08T01:05:36.557Z Compiling pin-project v1.1.11
17672026-05-08T01:05:36.608Z Compiling hickory-resolver v0.24.4
17682026-05-08T01:05:36.937Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17692026-05-08T01:05:37.852Z Compiling num_enum v0.5.11
17702026-05-08T01:05:37.940Z Compiling newtype_derive v0.1.6
17712026-05-08T01:05:38.074Z Compiling atomicwrites v0.4.4
17722026-05-08T01:05:38.272Z Compiling snafu-derive v0.8.9
17732026-05-08T01:05:38.648Z Compiling unicode-normalization v0.1.25
17742026-05-08T01:05:39.103Z Compiling console v0.15.11
17752026-05-08T01:05:39.308Z Compiling camino-tempfile v1.4.1
17762026-05-08T01:05:39.308Z Compiling tokio-stream v0.1.18
17772026-05-08T01:05:39.332Z Compiling async-recursion v1.1.1
17782026-05-08T01:05:39.553Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17792026-05-08T01:05:39.572Z Compiling slog-dtrace v0.3.0
17802026-05-08T01:05:39.765Z Compiling bstr v1.12.1
17812026-05-08T01:05:39.825Z Compiling csv-core v0.1.13
17822026-05-08T01:05:39.838Z Compiling unicode-xid v0.2.6
17832026-05-08T01:05:39.839Z Compiling foldhash v0.1.5
17842026-05-08T01:05:39.903Z Compiling similar v2.7.0
17852026-05-08T01:05:39.970Z Compiling unicode-width v0.1.14
17862026-05-08T01:05:40.017Z Compiling openssl v0.10.79
17872026-05-08T01:05:40.034Z Compiling chrono-tz v0.10.4
17882026-05-08T01:05:40.061Z Compiling foreign-types-shared v0.1.1
17892026-05-08T01:05:40.139Z Compiling same-file v1.0.6
17902026-05-08T01:05:40.213Z Compiling owo-colors v4.3.0
17912026-05-08T01:05:40.245Z Compiling highway v1.3.0
17922026-05-08T01:05:40.275Z Compiling cancel-safe-futures v0.1.5
17932026-05-08T01:05:40.288Z Compiling walkdir v2.5.0
17942026-05-08T01:05:40.308Z Compiling expectorate v1.2.0
17952026-05-08T01:05:40.446Z Compiling globset v0.4.18
17962026-05-08T01:05:40.506Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17972026-05-08T01:05:40.561Z Compiling progenitor v0.13.0
17982026-05-08T01:05:40.578Z Compiling foreign-types v0.3.2
17992026-05-08T01:05:40.631Z Compiling snafu v0.8.9
18002026-05-08T01:05:40.656Z Compiling hashbrown v0.15.5
18012026-05-08T01:05:40.665Z Compiling csv v1.4.0
18022026-05-08T01:05:40.688Z Compiling const_format_proc_macros v0.2.34
18032026-05-08T01:05:40.866Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18042026-05-08T01:05:41.124Z Compiling qorb v0.4.1
18052026-05-08T01:05:41.157Z Compiling olpc-cjson v0.1.4
18062026-05-08T01:05:41.215Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18072026-05-08T01:05:41.312Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18082026-05-08T01:05:41.529Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18092026-05-08T01:05:41.916Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18102026-05-08T01:05:45.367Z Compiling rayon v1.11.0
18112026-05-08T01:05:45.367Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18122026-05-08T01:05:45.367Z Compiling phf v0.12.1
18132026-05-08T01:05:45.367Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18142026-05-08T01:05:45.367Z Compiling zone_cfg_derive v0.3.1
18152026-05-08T01:05:45.367Z Compiling tokio-dtrace v0.1.1
18162026-05-08T01:05:45.367Z Compiling itertools v0.12.1
18172026-05-08T01:05:45.367Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18182026-05-08T01:05:45.367Z Compiling typify-impl v0.4.3
18192026-05-08T01:05:45.367Z Compiling num-derive v0.3.3
18202026-05-08T01:05:45.367Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18212026-05-08T01:05:45.367Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18222026-05-08T01:05:45.367Z Compiling libsw-core v0.3.2
18232026-05-08T01:05:45.367Z Compiling serde_plain v1.0.2
18242026-05-08T01:05:45.367Z Compiling num-derive v0.4.2
18252026-05-08T01:05:45.367Z Compiling openssl-macros v0.1.1
18262026-05-08T01:05:45.367Z Compiling pem v3.0.6
18272026-05-08T01:05:45.367Z Compiling cookie v0.18.1
18282026-05-08T01:05:45.367Z Compiling sigpipe v0.1.3
18292026-05-08T01:05:45.368Z Compiling typed-path v0.9.3
18302026-05-08T01:05:45.411Z Compiling fixedbitset v0.5.7
18312026-05-08T01:05:45.411Z Compiling glob v0.3.3
18322026-05-08T01:05:45.426Z Compiling fixedbitset v0.4.2
18332026-05-08T01:05:45.437Z Compiling jiff v0.2.23
18342026-05-08T01:05:45.625Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18352026-05-08T01:05:45.654Z Compiling petgraph v0.6.5
18362026-05-08T01:05:45.801Z Compiling petgraph v0.8.3
18372026-05-08T01:05:45.816Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18382026-05-08T01:05:46.220Z Compiling tough v0.20.0
18392026-05-08T01:05:46.688Z Compiling libscf-sys v1.1.0
18402026-05-08T01:05:46.839Z Compiling zone v0.3.1
18412026-05-08T01:05:47.227Z Compiling libsw v3.5.0
18422026-05-08T01:05:47.405Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18432026-05-08T01:05:47.613Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18442026-05-08T01:05:47.661Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-05-08T01:05:47.897Z Compiling oxide-tokio-rt v0.1.3
18462026-05-08T01:05:48.173Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18472026-05-08T01:05:48.682Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18482026-05-08T01:05:48.885Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18492026-05-08T01:05:48.928Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18502026-05-08T01:05:49.182Z Compiling const_format v0.2.35
18512026-05-08T01:05:49.503Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-05-08T01:05:50.284Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-05-08T01:05:50.301Z Compiling papergrid v0.11.0
18542026-05-08T01:05:50.385Z Compiling tabled_derive v0.7.0
18552026-05-08T01:05:50.403Z Compiling gethostname v0.5.0
18562026-05-08T01:05:50.436Z Compiling typify-macro v0.4.3
18572026-05-08T01:05:50.522Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-05-08T01:05:50.647Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-05-08T01:05:50.768Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18602026-05-08T01:05:50.918Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-05-08T01:05:51.327Z Compiling smf v0.2.3
18622026-05-08T01:05:51.493Z Compiling bcs v0.1.6
18632026-05-08T01:05:51.896Z Compiling smawk v0.3.2
18642026-05-08T01:05:52.009Z Compiling tagptr v0.2.0
18652026-05-08T01:05:52.040Z Compiling termtree v0.5.1
18662026-05-08T01:05:52.094Z Compiling linear-map v1.2.0
18672026-05-08T01:05:52.158Z Compiling whoami v1.6.1
18682026-05-08T01:05:52.188Z Compiling unicode-linebreak v0.1.5
18692026-05-08T01:05:52.279Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18702026-05-08T01:05:52.290Z Compiling moka v0.12.15
18712026-05-08T01:05:52.415Z Compiling textwrap v0.16.2
18722026-05-08T01:05:52.476Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18732026-05-08T01:05:52.561Z Compiling tabled v0.15.0
18742026-05-08T01:05:52.670Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18752026-05-08T01:05:52.715Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18762026-05-08T01:05:52.951Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18772026-05-08T01:05:53.061Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-05-08T01:05:53.474Z Compiling steno v0.4.1
18792026-05-08T01:05:54.556Z Compiling hickory-proto v0.25.2
18802026-05-08T01:05:55.253Z Compiling humantime v2.3.0
18812026-05-08T01:05:55.542Z Compiling proc-macro-error-attr2 v2.0.0
18822026-05-08T01:05:55.649Z Compiling parking_lot_core v0.8.6
18832026-05-08T01:05:55.935Z Compiling typify v0.4.3
18842026-05-08T01:05:55.974Z Compiling proc-macro-error2 v2.0.1
18852026-05-08T01:05:56.030Z Compiling crc32fast v1.5.0
18862026-05-08T01:05:56.254Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18872026-05-08T01:05:56.376Z Compiling tabled_derive v0.11.0
18882026-05-08T01:05:56.472Z Compiling hickory-resolver v0.25.2
18892026-05-08T01:05:56.714Z Compiling progenitor-impl v0.11.2
18902026-05-08T01:05:57.546Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18912026-05-08T01:05:57.558Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18922026-05-08T01:05:58.073Z Compiling papergrid v0.17.0
18932026-05-08T01:05:58.129Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18942026-05-08T01:05:58.828Z Compiling progenitor-impl v0.14.0
18952026-05-08T01:05:59.122Z Compiling testing_table v0.3.0
18962026-05-08T01:05:59.294Z Compiling arc-swap v1.9.0
18972026-05-08T01:05:59.615Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18982026-05-08T01:05:59.705Z Compiling slog-scope v4.4.1
18992026-05-08T01:05:59.739Z Compiling tabled v0.20.0
19002026-05-08T01:05:59.890Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
19012026-05-08T01:06:00.117Z Compiling parking_lot v0.11.2
19022026-05-08T01:06:00.312Z Compiling progenitor-macro v0.11.2
19032026-05-08T01:06:01.054Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19042026-05-08T01:06:01.434Z Compiling progenitor-client v0.14.0
19052026-05-08T01:06:01.783Z Compiling progenitor-client v0.11.2
19062026-05-08T01:06:02.081Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19072026-05-08T01:06:02.318Z Compiling fxhash v0.2.1
19082026-05-08T01:06:02.414Z Compiling internet-checksum v0.2.1
19092026-05-08T01:06:02.440Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19102026-05-08T01:06:02.457Z Compiling progenitor-macro v0.14.0
19112026-05-08T01:06:02.511Z Compiling sled v0.34.7
19122026-05-08T01:06:02.549Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19132026-05-08T01:06:04.815Z Compiling slog-stdlog v4.1.1
19142026-05-08T01:06:04.875Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
19152026-05-08T01:06:05.041Z Compiling crc8 v0.1.1
19162026-05-08T01:06:05.100Z Compiling slog-envlogger v2.2.0
19172026-05-08T01:06:05.368Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19182026-05-08T01:06:05.400Z Compiling progenitor v0.11.2
19192026-05-08T01:06:05.499Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19202026-05-08T01:06:07.343Z Compiling progenitor v0.14.0
19212026-05-08T01:06:07.437Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19222026-05-08T01:06:10.475Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19232026-05-08T01:06:12.194Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19242026-05-08T01:06:13.291Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19252026-05-08T01:06:14.397Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19262026-05-08T01:06:15.152Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19272026-05-08T01:06:16.581Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19282026-05-08T01:06:40.539Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19292026-05-08T01:06:40.712Z────────────
19302026-05-08T01:06:40.712Z Nextest run ID a688f219-7460-4971-9f4e-2d7d17774e42 with nextest profile: default
19312026-05-08T01:06:40.712Z Starting 7 tests across 1 binary
19322026-05-08T01:06:40.724Z PASS [ 0.011s] mg-lower dendrite::test_tfport_parser
19332026-05-08T01:06:40.727Z PASS [ 0.011s] mg-lower test::sync_v4_over_v6_idempotent
19342026-05-08T01:06:40.727Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19352026-05-08T01:06:40.727Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19362026-05-08T01:06:40.727Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_removal
19372026-05-08T01:06:40.727Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19382026-05-08T01:06:40.727Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19392026-05-08T01:06:40.727Z────────────
19402026-05-08T01:06:40.727Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19412026-05-08T01:06:40.739Zprocess exited: duration 309850 ms, exit code 0
 
19422026-05-08T01:06:40.746Zfound 0 output files