01KMM48J3Y85XEJKM9CZ5M6208: test-mg-lower

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

Buildomat Job: 01KMM499FZM531J9ARBBPA5J2J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:03:17.984Zjob assigned to worker 01KMM4XVR79QWMM5CJ4RRRPD13 [factory aws, i-0b3a831c3101e6e3e] (queued for 11 m 57 s)
 
22026-03-26T04:03:24.730Zstarting task 0: "setup"
32026-03-26T04:03:24.735Z++ uname -s
42026-03-26T04:03:24.740Z+ kern=SunOS
52026-03-26T04:03:24.740Z+ build_user=build
62026-03-26T04:03:24.740Z+ build_uid=12345
72026-03-26T04:03:24.740Z+ work_dir=/work
82026-03-26T04:03:24.741Z+ input_dir=/input
92026-03-26T04:03:24.741Z+ [[ 0 == 12345 ]]
102026-03-26T04:03:24.741Z+ case "$kern" in
112026-03-26T04:03:24.741Z+ groupadd -g 12345 build
122026-03-26T04:03:24.741Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:03:26.744Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:03:26.810Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:03:26.814Z+ home_fs=zfs
162026-03-26T04:03:26.814Z+ [[ zfs == autofs ]]
172026-03-26T04:03:26.814Z+ mkdir -p /home/build
182026-03-26T04:03:26.814Z+ chown build:build /home/build /work
192026-03-26T04:03:28.815Z+ chmod 0700 /home/build /work
202026-03-26T04:03:28.853Zprocess exited: duration 4089 ms, exit code 0
 
212026-03-26T04:03:28.868Zstarting task 1: "rust-toolchain"
222026-03-26T04:03:28.872Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T04:03:28.872Z * rust toolchain channel = "stable"
242026-03-26T04:03:28.873Z * rust toolchain profile = "default"
252026-03-26T04:03:28.873Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T04:03:28.873Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T04:03:28.873Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T04:03:28.873Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:03:28.873Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T04:03:28.991Zinfo: downloading installer
312026-03-26T04:03:30.382Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:03:30.382Zwarn: /opt/ooce/bin
332026-03-26T04:03:30.382Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:03:30.382Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:03:30.382Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:03:30.382Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:03:30.382Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:03:30.382Zerror: cannot install while Rust is installed
392026-03-26T04:03:30.382Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:03:30.382Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:03:30.382Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:03:30.382Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:03:30.383Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:03:30.396Zinfo: profile set to default
452026-03-26T04:03:30.396Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:03:30.400Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T04:03:30.533Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:03:30.536Zinfo: downloading 6 components
492026-03-26T04:03:44.656Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-26T04:03:44.656Z
512026-03-26T04:03:44.683Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:03:44.683Z
532026-03-26T04:03:44.683Z
542026-03-26T04:03:44.683ZRust is installed now. Great!
552026-03-26T04:03:44.683Z
562026-03-26T04:03:44.683ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:03:44.683Zenvironment variable. This has not been done automatically.
582026-03-26T04:03:44.683Z
592026-03-26T04:03:44.683ZTo configure your current shell, you need to source
602026-03-26T04:03:44.683Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:03:44.683Z
622026-03-26T04:03:44.683ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:03:44.683Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:03:44.683Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:03:44.683Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:03:44.683Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:03:44.683Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:03:44.683Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:03:44.687Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:03:44.687Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:03:44.771Z+ rustup --version
722026-03-26T04:03:44.781Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:03:44.784Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:03:44.803Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:03:44.806Z+ cargo --version
762026-03-26T04:03:44.814Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:03:44.818Z+ rustc --version
782026-03-26T04:03:44.837Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:03:44.840Zprocess exited: duration 15973 ms, exit code 0
 
802026-03-26T04:03:44.846Zstarting task 2: "authentication"
812026-03-26T04:03:44.863Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T04:03:44.870Zstarting task 3: "clone repository"
832026-03-26T04:03:44.873Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T04:03:44.876Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T04:03:45.044ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T04:03:45.871Z+ cd /work/oxidecomputer/maghemite
872026-03-26T04:03:45.871Z+ git fetch origin 91e0ead5fe31993cd6b5088886ee1eda303af49c
882026-03-26T04:03:46.111ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T04:03:46.111Z * branch 91e0ead5fe31993cd6b5088886ee1eda303af49c -> FETCH_HEAD
902026-03-26T04:03:46.116Z+ [[ -n renovate/dropshot-api-manager ]]
912026-03-26T04:03:46.119Z++ git branch --show-current
922026-03-26T04:03:46.119Z+ current=main
932026-03-26T04:03:46.119Z+ [[ main != renovate/dropshot-api-manager ]]
942026-03-26T04:03:46.119Z+ git branch -f renovate/dropshot-api-manager 91e0ead5fe31993cd6b5088886ee1eda303af49c
952026-03-26T04:03:46.122Z+ git checkout -f renovate/dropshot-api-manager
962026-03-26T04:03:46.137ZSwitched to branch 'renovate/dropshot-api-manager'
972026-03-26T04:03:46.140Z+ git reset --hard 91e0ead5fe31993cd6b5088886ee1eda303af49c
982026-03-26T04:03:46.143ZHEAD is now at 91e0ead Update dropshot-api-manager to 0.7.0
992026-03-26T04:03:46.143Zprocess exited: duration 1273 ms, exit code 0
 
1002026-03-26T04:03:46.153Zstarting task 4: "build"
1012026-03-26T04:03:46.156Z+ set -e
1022026-03-26T04:03:46.156Z+ source .github/buildomat/test-common.sh
1032026-03-26T04:03:46.156Z++ NEXTEST_VERSION=0.9.97
1042026-03-26T04:03:46.156Z++ PLATFORM=illumos
1052026-03-26T04:03:46.156Z++ banner install
1062026-03-26T04:03:46.159Z
1072026-03-26T04:03:46.159Z # # # #### ##### ## # #
1082026-03-26T04:03:46.159Z # ## # # # # # # #
1092026-03-26T04:03:46.160Z # # # # #### # # # # #
1102026-03-26T04:03:46.160Z # # # # # # ###### # #
1112026-03-26T04:03:46.160Z # # ## # # # # # # #
1122026-03-26T04:03:46.160Z # # # #### # # # ###### ######
1132026-03-26T04:03:46.160Z
1142026-03-26T04:03:46.160Z++ set +o errexit
1152026-03-26T04:03:46.160Z++ pkg info clang-15
1162026-03-26T04:03:46.160Z++ grep -qi installed
1172026-03-26T04:03:48.332Zpkg: info: no packages matching the following patterns you specified are
1182026-03-26T04:03:48.332Zinstalled on the system. Try querying remotely instead:
1192026-03-26T04:03:48.332Z
1202026-03-26T04:03:48.332Z clang-15
1212026-03-26T04:03:48.369Z++ [[ 1 != 0 ]]
1222026-03-26T04:03:48.369Z++ set -o errexit
1232026-03-26T04:03:48.372Z++ pfexec pkg install clang-15
1242026-03-26T04:03:55.691Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-26T04:04:02.431Z Startup: Caching catalogs ... Done
1262026-03-26T04:04:06.064ZPlanning: Solver setup ... Done
1272026-03-26T04:04:06.078ZPlanning: Running solver ... Done
1282026-03-26T04:04:06.186ZPlanning: Finding local manifests ... Done
1292026-03-26T04:04:06.200ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-26T04:04:06.281ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-26T04:04:06.310ZPlanning: Package planning ... Done
1322026-03-26T04:04:06.337ZPlanning: Merging actions ... Done
1332026-03-26T04:04:06.493ZPlanning: Checking for conflicting actions ... Done
1342026-03-26T04:04:06.499ZPlanning: Consolidating action changes ... Done
1352026-03-26T04:04:08.692ZPlanning: Evaluating mediators ... Done
1362026-03-26T04:04:08.697ZPlanning: Planning completed in 6.11 seconds
1372026-03-26T04:04:08.949Z Packages to install: 2
1382026-03-26T04:04:08.949Z Mediators to change: 2
1392026-03-26T04:04:08.949Z Services to change: 1
1402026-03-26T04:04:08.952Z Create boot environment: No
1412026-03-26T04:04:08.952ZCreate backup boot environment: No
1422026-03-26T04:04:09.052Z
1432026-03-26T04:04:09.052ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-26T04:04:14.050ZDownload: 3028/3076 items 200.6/211.3MB 94% complete (40.2M/s)
1452026-03-26T04:04:16.055ZDownload: Completed 211.31 MB in 7.00 seconds (30.2M/s)
1462026-03-26T04:04:16.280Z Actions: 1/3418 actions (Installing new actions)
1472026-03-26T04:04:19.597Z Actions: Completed 3418 actions in 3.32 seconds.
1482026-03-26T04:04:19.889Z Done
1492026-03-26T04:04:19.889Z Done
1502026-03-26T04:04:20.566Z Done
1512026-03-26T04:04:24.740Z Done
1522026-03-26T04:04:24.840Z Done
1532026-03-26T04:04:24.843Z Done
1542026-03-26T04:04:25.048Z Done
1552026-03-26T04:04:25.675Z++ set -o errexit
1562026-03-26T04:04:25.675Z++ cargo --version
1572026-03-26T04:04:25.682Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1582026-03-26T04:04:25.892Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1592026-03-26T04:04:25.895Zinfo: downloading 6 components
1602026-03-26T04:04:42.049Zcargo 1.94.0 (85eff7c80 2026-01-15)
1612026-03-26T04:04:42.052Z++ rustc --version
1622026-03-26T04:04:42.081Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-26T04:04:42.086Z++ cargo install cargo-nextest --version 0.9.97
1642026-03-26T04:04:42.130Z Updating crates.io index
1652026-03-26T04:04:42.235Z Downloading crates ...
1662026-03-26T04:04:42.303Z Downloaded cargo-nextest v0.9.97
1672026-03-26T04:04:42.366Z Installing cargo-nextest v0.9.97
1682026-03-26T04:04:42.411Z Updating crates.io index
1692026-03-26T04:04:44.928Z Locking 408 packages to latest compatible versions
1702026-03-26T04:04:44.932Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-03-26T04:04:44.936Z Adding duct v0.13.7 (available: v1.1.1)
1722026-03-26T04:04:44.936Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-03-26T04:04:44.936Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-03-26T04:04:44.939Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-03-26T04:04:44.939Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-03-26T04:04:44.939Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-03-26T04:04:44.943Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-03-26T04:04:44.946Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-03-26T04:04:44.961Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-03-26T04:04:44.970Z Downloading crates ...
1812026-03-26T04:04:45.148Z Downloaded cfg_aliases v0.2.1
1822026-03-26T04:04:45.161Z Downloaded foldhash v0.1.5
1832026-03-26T04:04:45.164Z Downloaded ed25519 v2.2.3
1842026-03-26T04:04:45.164Z Downloaded clap_derive v4.6.0
1852026-03-26T04:04:45.167Z Downloaded hex v0.4.3
1862026-03-26T04:04:45.167Z Downloaded base64 v0.22.1
1872026-03-26T04:04:45.170Z Downloaded camino-tempfile v1.4.1
1882026-03-26T04:04:45.173Z Downloaded find-msvc-tools v0.1.9
1892026-03-26T04:04:45.174Z Downloaded curve25519-dalek-derive v0.1.1
1902026-03-26T04:04:45.174Z Downloaded cargo_metadata v0.20.0
1912026-03-26T04:04:45.178Z Downloaded ordered-float v2.10.1
1922026-03-26T04:04:45.182Z Downloaded ahash v0.8.12
1932026-03-26T04:04:45.182Z Downloaded errno v0.3.14
1942026-03-26T04:04:45.185Z Downloaded adler2 v2.0.1
1952026-03-26T04:04:45.185Z Downloaded nextest-metadata v0.12.2
1962026-03-26T04:04:45.190Z Downloaded pathdiff v0.2.3
1972026-03-26T04:04:45.190Z Downloaded lazy_static v1.5.0
1982026-03-26T04:04:45.190Z Downloaded filetime v0.2.27
1992026-03-26T04:04:45.194Z Downloaded dialoguer v0.11.0
2002026-03-26T04:04:45.194Z Downloaded document-features v0.2.12
2012026-03-26T04:04:45.194Z Downloaded anstyle-parse v1.0.0
2022026-03-26T04:04:45.194Z Downloaded hyper-tls v0.6.0
2032026-03-26T04:04:45.197Z Downloaded futures v0.3.32
2042026-03-26T04:04:45.200Z Downloaded pin-project-lite v0.2.17
2052026-03-26T04:04:45.203Z Downloaded nested v0.1.1
2062026-03-26T04:04:45.203Z Downloaded fastrand v2.3.0
2072026-03-26T04:04:45.206Z Downloaded native-tls v0.2.18
2082026-03-26T04:04:45.206Z Downloaded futures-core v0.3.32
2092026-03-26T04:04:45.206Z Downloaded equivalent v1.0.2
2102026-03-26T04:04:45.209Z Downloaded is_ci v1.2.0
2112026-03-26T04:04:45.212Z Downloaded lru-slab v0.1.2
2122026-03-26T04:04:45.215Z Downloaded humantime-serde v1.1.1
2132026-03-26T04:04:45.218Z Downloaded anstyle-query v1.1.5
2142026-03-26T04:04:45.221Z Downloaded http-body v1.0.1
2152026-03-26T04:04:45.226Z Downloaded debug-ignore v1.0.5
2162026-03-26T04:04:45.230Z Downloaded indicatif v0.17.11
2172026-03-26T04:04:45.235Z Downloaded mukti-metadata v0.3.0
2182026-03-26T04:04:45.238Z Downloaded colorchoice v1.0.5
2192026-03-26T04:04:45.238Z Downloaded color-spantrace v0.3.0
2202026-03-26T04:04:45.238Z Downloaded indenter v0.3.4
2212026-03-26T04:04:45.238Z Downloaded idna_adapter v1.0.0
2222026-03-26T04:04:45.241Z Downloaded openssl-macros v0.1.1
2232026-03-26T04:04:45.241Z Downloaded async-scoped v0.9.0
2242026-03-26T04:04:45.241Z Downloaded itoa v1.0.18
2252026-03-26T04:04:45.245Z Downloaded is_terminal_polyfill v1.70.2
2262026-03-26T04:04:45.248Z Downloaded generic-array v0.14.7
2272026-03-26T04:04:45.251Z Downloaded cfg-if v1.0.4
2282026-03-26T04:04:45.251Z Downloaded globset v0.4.18
2292026-03-26T04:04:45.254Z Downloaded jobserver v0.1.34
2302026-03-26T04:04:45.254Z Downloaded quote v1.0.45
2312026-03-26T04:04:45.257Z Downloaded lock_api v0.4.14
2322026-03-26T04:04:45.257Z Downloaded digest v0.10.7
2332026-03-26T04:04:45.263Z Downloaded derive_more v2.1.1
2342026-03-26T04:04:45.267Z Downloaded miette-derive v7.6.0
2352026-03-26T04:04:45.270Z Downloaded home v0.5.12
2362026-03-26T04:04:45.270Z Downloaded ipnet v2.12.0
2372026-03-26T04:04:45.270Z Downloaded crypto-common v0.1.7
2382026-03-26T04:04:45.270Z Downloaded enable-ansi-support v0.2.1
2392026-03-26T04:04:45.273Z Downloaded cargo-platform v0.2.0
2402026-03-26T04:04:45.273Z Downloaded futures-io v0.3.32
2412026-03-26T04:04:45.276Z Downloaded cpufeatures v0.2.17
2422026-03-26T04:04:45.276Z Downloaded rustc-hash v2.1.1
2432026-03-26T04:04:45.276Z Downloaded fnv v1.0.7
2442026-03-26T04:04:45.280Z Downloaded newtype-uuid v1.3.2
2452026-03-26T04:04:45.282Z Downloaded indent_write v2.2.0
2462026-03-26T04:04:45.283Z Downloaded http-body-util v0.1.3
2472026-03-26T04:04:45.286Z Downloaded number_prefix v0.4.0
2482026-03-26T04:04:45.286Z Downloaded futures-macro v0.3.32
2492026-03-26T04:04:45.286Z Downloaded nextest-workspace-hack v0.1.0
2502026-03-26T04:04:45.286Z Downloaded clap_lex v1.1.0
2512026-03-26T04:04:45.286Z Downloaded percent-encoding v2.3.2
2522026-03-26T04:04:45.290Z Downloaded serde_ignored v0.1.14
2532026-03-26T04:04:45.293Z Downloaded serde_urlencoded v0.7.1
2542026-03-26T04:04:45.293Z Downloaded heck v0.5.0
2552026-03-26T04:04:45.293Z Downloaded guppy-workspace-hack v0.1.0
2562026-03-26T04:04:45.296Z Downloaded self-replace v1.5.0
2572026-03-26T04:04:45.296Z Downloaded fixedbitset v0.5.7
2582026-03-26T04:04:45.296Z Downloaded atomic-waker v1.1.2
2592026-03-26T04:04:45.299Z Downloaded backtrace-ext v0.2.1
2602026-03-26T04:04:45.300Z Downloaded foreign-types-shared v0.1.1
2612026-03-26T04:04:45.300Z Downloaded foreign-types v0.3.2
2622026-03-26T04:04:45.300Z Downloaded atomicwrites v0.4.4
2632026-03-26T04:04:45.303Z Downloaded either v1.15.0
2642026-03-26T04:04:45.306Z Downloaded scopeguard v1.2.0
2652026-03-26T04:04:45.306Z Downloaded erased-serde v0.4.10
2662026-03-26T04:04:45.309Z Downloaded convert_case v0.10.0
2672026-03-26T04:04:45.312Z Downloaded block-buffer v0.10.4
2682026-03-26T04:04:45.315Z Downloaded cargo-platform v0.3.2
2692026-03-26T04:04:45.315Z Downloaded clap v4.6.0
2702026-03-26T04:04:45.321Z Downloaded rand_chacha v0.9.0
2712026-03-26T04:04:45.325Z Downloaded camino v1.2.2
2722026-03-26T04:04:45.325Z Downloaded humantime v2.3.0
2732026-03-26T04:04:45.328Z Downloaded hyper-rustls v0.27.7
2742026-03-26T04:04:45.331Z Downloaded serde-value v0.7.0
2752026-03-26T04:04:45.331Z Downloaded httparse v1.10.1
2762026-03-26T04:04:45.335Z Downloaded futures-task v0.3.32
2772026-03-26T04:04:45.338Z Downloaded openssl-probe v0.2.1
2782026-03-26T04:04:45.338Z Downloaded form_urlencoded v1.2.2
2792026-03-26T04:04:45.344Z Downloaded serde_spanned v1.1.0
2802026-03-26T04:04:45.347Z Downloaded sigchld v0.2.4
2812026-03-26T04:04:45.351Z Downloaded num-traits v0.2.19
2822026-03-26T04:04:45.351Z Downloaded signature v2.2.0
2832026-03-26T04:04:45.354Z Downloaded signal-hook-mio v0.2.5
2842026-03-26T04:04:45.354Z Downloaded rustc_version v0.4.1
2852026-03-26T04:04:45.354Z Downloaded strip-ansi-escapes v0.2.1
2862026-03-26T04:04:45.354Z Downloaded pin-utils v0.1.0
2872026-03-26T04:04:45.357Z Downloaded subtle v2.6.1
2882026-03-26T04:04:45.357Z Downloaded os_pipe v1.2.3
2892026-03-26T04:04:45.360Z Downloaded futures-executor v0.3.32
2902026-03-26T04:04:45.360Z Downloaded shell-words v1.1.1
2912026-03-26T04:04:45.360Z Downloaded serde_spanned v0.6.9
2922026-03-26T04:04:45.363Z Downloaded rand_core v0.6.4
2932026-03-26T04:04:45.367Z Downloaded futures-sink v0.3.32
2942026-03-26T04:04:45.370Z Downloaded semver v1.0.27
2952026-03-26T04:04:45.370Z Downloaded strsim v0.11.1
2962026-03-26T04:04:45.373Z Downloaded anstyle v1.0.14
2972026-03-26T04:04:45.373Z Downloaded target-spec-miette v0.4.5
2982026-03-26T04:04:45.376Z Downloaded supports-hyperlinks v3.2.0
2992026-03-26T04:04:45.376Z Downloaded anstream v1.0.0
3002026-03-26T04:04:45.376Z Downloaded sync_wrapper v1.0.2
3012026-03-26T04:04:45.379Z Downloaded terminal_size v0.4.4
3022026-03-26T04:04:45.379Z Downloaded supports-color v3.0.2
3032026-03-26T04:04:45.384Z Downloaded pin-project-internal v1.1.11
3042026-03-26T04:04:45.387Z Downloaded ed25519-dalek v2.2.0
3052026-03-26T04:04:45.390Z Downloaded pkcs8 v0.10.2
3062026-03-26T04:04:45.395Z Downloaded duct v0.13.7
3072026-03-26T04:04:45.398Z Downloaded getrandom v0.3.4
3082026-03-26T04:04:45.401Z Downloaded slab v0.4.12
3092026-03-26T04:04:45.405Z Downloaded signal-hook-registry v1.4.8
3102026-03-26T04:04:45.409Z Downloaded tinyvec_macros v0.1.1
3112026-03-26T04:04:45.409Z Downloaded supports-unicode v3.0.0
3122026-03-26T04:04:45.412Z Downloaded tower-layer v0.3.3
3132026-03-26T04:04:45.412Z Downloaded swrite v0.1.0
3142026-03-26T04:04:45.415Z Downloaded toml_datetime v0.6.11
3152026-03-26T04:04:45.418Z Downloaded toml_write v0.1.2
3162026-03-26T04:04:45.424Z Downloaded serde-untagged v0.1.9
3172026-03-26T04:04:45.424Z Downloaded autocfg v1.5.0
3182026-03-26T04:04:45.427Z Downloaded nextest-filtering v0.15.0
3192026-03-26T04:04:45.427Z Downloaded log v0.4.29
3202026-03-26T04:04:45.427Z Downloaded serde_path_to_error v0.1.20
3212026-03-26T04:04:45.427Z Downloaded cargo-util-schemas v0.2.0
3222026-03-26T04:04:45.430Z Downloaded sha2 v0.10.9
3232026-03-26T04:04:45.430Z Downloaded litrs v1.0.0
3242026-03-26T04:04:45.433Z Downloaded tracing-error v0.2.1
3252026-03-26T04:04:45.437Z Downloaded typeid v1.0.3
3262026-03-26T04:04:45.440Z Downloaded try-lock v0.2.5
3272026-03-26T04:04:45.444Z Downloaded shlex v1.3.0
3282026-03-26T04:04:45.448Z Downloaded rand_core v0.9.5
3292026-03-26T04:04:45.448Z Downloaded static_assertions v1.1.0
3302026-03-26T04:04:45.451Z Downloaded crc32fast v1.5.0
3312026-03-26T04:04:45.451Z Downloaded shared_child v1.1.1
3322026-03-26T04:04:45.451Z Downloaded ppv-lite86 v0.2.21
3332026-03-26T04:04:45.451Z Downloaded futures-channel v0.3.32
3342026-03-26T04:04:45.455Z Downloaded const-oid v0.9.6
3352026-03-26T04:04:45.455Z Downloaded console v0.15.11
3362026-03-26T04:04:45.458Z Downloaded tower-service v0.3.3
3372026-03-26T04:04:45.459Z Downloaded pkg-config v0.3.32
3382026-03-26T04:04:45.459Z Downloaded addr2line v0.25.1
3392026-03-26T04:04:45.459Z Downloaded quinn-udp v0.5.14
3402026-03-26T04:04:45.462Z Downloaded unicode-linebreak v0.1.5
3412026-03-26T04:04:45.462Z Downloaded owo-colors v4.3.0
3422026-03-26T04:04:45.462Z Downloaded untrusted v0.9.0
3432026-03-26T04:04:45.465Z Downloaded unicode-xid v0.2.6
3442026-03-26T04:04:45.465Z Downloaded cfg-expr v0.20.7
3452026-03-26T04:04:45.465Z Downloaded cargo_metadata v0.23.1
3462026-03-26T04:04:45.468Z Downloaded rustc-demangle v0.1.27
3472026-03-26T04:04:45.468Z Downloaded urlencoding v2.1.3
3482026-03-26T04:04:45.468Z Downloaded thread_local v1.1.9
3492026-03-26T04:04:45.468Z Downloaded smol_str v0.3.6
3502026-03-26T04:04:45.472Z Downloaded simd-adler32 v0.3.8
3512026-03-26T04:04:45.472Z Downloaded utf8parse v0.2.2
3522026-03-26T04:04:45.472Z Downloaded getrandom v0.4.2
3532026-03-26T04:04:45.476Z Downloaded quick-junit v0.5.2
3542026-03-26T04:04:45.480Z Downloaded once_cell v1.21.4
3552026-03-26T04:04:45.480Z Downloaded target-lexicon v0.13.3
3562026-03-26T04:04:45.483Z Downloaded parking_lot v0.12.5
3572026-03-26T04:04:45.486Z Downloaded want v0.3.1
3582026-03-26T04:04:45.486Z Downloaded version_check v0.9.5
3592026-03-26T04:04:45.486Z Downloaded xattr v1.6.1
3602026-03-26T04:04:45.489Z Downloaded iana-time-zone v0.1.65
3612026-03-26T04:04:45.492Z Downloaded derive-where v1.6.1
3622026-03-26T04:04:45.495Z Downloaded thiserror v1.0.69
3632026-03-26T04:04:45.498Z Downloaded utf8_iter v1.0.4
3642026-03-26T04:04:45.501Z Downloaded tokio-macros v2.6.1
3652026-03-26T04:04:45.501Z Downloaded target-spec v3.5.7
3662026-03-26T04:04:45.508Z Downloaded tokio-native-tls v0.3.1
3672026-03-26T04:04:45.511Z Downloaded thiserror-impl v2.0.18
3682026-03-26T04:04:45.514Z Downloaded toml_writer v1.1.0+spec-1.1.0
3692026-03-26T04:04:45.514Z Downloaded future-queue v0.4.0
3702026-03-26T04:04:45.517Z Downloaded miniz_oxide v0.8.9
3712026-03-26T04:04:45.517Z Downloaded base64ct v1.8.3
3722026-03-26T04:04:45.517Z Downloaded self_update v0.42.0
3732026-03-26T04:04:45.520Z Downloaded spki v0.7.3
3742026-03-26T04:04:45.520Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3752026-03-26T04:04:45.524Z Downloaded rustls-webpki v0.103.10
3762026-03-26T04:04:45.545Z Downloaded unicase v2.9.0
3772026-03-26T04:04:45.545Z Downloaded tracing-log v0.2.0
3782026-03-26T04:04:45.545Z Downloaded eyre v0.6.12
3792026-03-26T04:04:45.546Z Downloaded serde_core v1.0.228
3802026-03-26T04:04:45.546Z Downloaded bitflags v2.11.0
3812026-03-26T04:04:45.546Z Downloaded getrandom v0.2.17
3822026-03-26T04:04:45.546Z Downloaded rustls-pki-types v1.14.0
3832026-03-26T04:04:45.546Z Downloaded config v0.15.22
3842026-03-26T04:04:45.552Z Downloaded pin-project v1.1.11
3852026-03-26T04:04:45.560Z Downloaded xxhash-rust v0.8.15
3862026-03-26T04:04:45.563Z Downloaded thiserror v2.0.18
3872026-03-26T04:04:45.563Z Downloaded tokio-stream v0.1.18
3882026-03-26T04:04:45.566Z Downloaded zstd-safe v7.2.4
3892026-03-26T04:04:45.570Z Downloaded proc-macro2 v1.0.106
3902026-03-26T04:04:45.570Z Downloaded zstd v0.13.3
3912026-03-26T04:04:45.574Z Downloaded tokio-rustls v0.26.4
3922026-03-26T04:04:45.574Z Downloaded parking_lot_core v0.9.12
3932026-03-26T04:04:45.577Z Downloaded serde_derive v1.0.228
3942026-03-26T04:04:45.580Z Downloaded zipsign-api v0.1.5
3952026-03-26T04:04:45.583Z Downloaded zeroize v1.8.2
3962026-03-26T04:04:45.583Z Downloaded sharded-slab v0.1.7
3972026-03-26T04:04:45.586Z Downloaded smallvec v1.15.1
3982026-03-26T04:04:45.590Z Downloaded zmij v1.0.21
3992026-03-26T04:04:45.593Z Downloaded ryu v1.0.23
4002026-03-26T04:04:45.596Z Downloaded hashbrown v0.15.5
4012026-03-26T04:04:45.601Z Downloaded tempfile v3.27.0
4022026-03-26T04:04:45.606Z Downloaded bytes v1.11.1
4032026-03-26T04:04:45.609Z Downloaded textwrap v0.16.2
4042026-03-26T04:04:45.612Z Downloaded tinyvec v1.11.0
4052026-03-26T04:04:45.612Z Downloaded idna v1.1.0
4062026-03-26T04:04:45.615Z Downloaded thiserror-impl v1.0.69
4072026-03-26T04:04:45.615Z Downloaded memchr v2.8.0
4082026-03-26T04:04:45.619Z Downloaded toml v0.8.23
4092026-03-26T04:04:45.623Z Downloaded signal-hook v0.3.18
4102026-03-26T04:04:45.627Z Downloaded toml v1.1.0+spec-1.1.0
4112026-03-26T04:04:45.627Z Downloaded unicode-ident v1.0.24
4122026-03-26T04:04:45.630Z Downloaded tracing-attributes v0.1.31
4132026-03-26T04:04:45.630Z Downloaded socket2 v0.6.3
4142026-03-26T04:04:45.633Z Downloaded indexmap v2.13.0
4152026-03-26T04:04:45.633Z Downloaded openssl-sys v0.9.112
4162026-03-26T04:04:45.637Z Downloaded tar v0.4.45
4172026-03-26T04:04:45.640Z Downloaded backtrace v0.3.76
4182026-03-26T04:04:45.643Z Downloaded miette v7.6.0
4192026-03-26T04:04:45.643Z Downloaded der v0.7.10
4202026-03-26T04:04:45.646Z Downloaded toml_parser v1.1.0+spec-1.1.0
4212026-03-26T04:04:45.649Z Downloaded flate2 v1.1.9
4222026-03-26T04:04:45.652Z Downloaded derive_more-impl v2.1.1
4232026-03-26T04:04:45.655Z Downloaded serde v1.0.228
4242026-03-26T04:04:45.655Z Downloaded cc v1.2.57
4252026-03-26T04:04:45.659Z Downloaded borsh v1.6.1
4262026-03-26T04:04:45.662Z Downloaded tracing-core v0.1.36
4272026-03-26T04:04:45.666Z Downloaded uuid v1.22.0
4282026-03-26T04:04:45.677Z Downloaded quinn v0.11.9
4292026-03-26T04:04:45.680Z Downloaded hyper-util v0.1.20
4302026-03-26T04:04:45.683Z Downloaded http v1.4.0
4312026-03-26T04:04:45.686Z Downloaded mio v1.1.1
4322026-03-26T04:04:45.689Z Downloaded toml_edit v0.22.27
4332026-03-26T04:04:45.693Z Downloaded url v2.5.8
4342026-03-26T04:04:45.698Z Downloaded typenum v1.19.0
4352026-03-26T04:04:45.719Z Downloaded vte v0.14.1
4362026-03-26T04:04:45.726Z Downloaded guppy v0.17.25
4372026-03-26T04:04:45.734Z Downloaded unicode-segmentation v1.13.1
4382026-03-26T04:04:45.742Z Downloaded hashbrown v0.16.1
4392026-03-26T04:04:45.747Z Downloaded clap_builder v4.6.0
4402026-03-26T04:04:45.754Z Downloaded crossterm v0.29.0
4412026-03-26T04:04:45.759Z Downloaded futures-util v0.3.32
4422026-03-26T04:04:45.765Z Downloaded tower v0.5.3
4432026-03-26T04:04:45.770Z Downloaded tokio-util v0.7.18
4442026-03-26T04:04:45.774Z Downloaded iri-string v0.7.11
4452026-03-26T04:04:45.778Z Downloaded serde_json v1.0.149
4462026-03-26T04:04:45.781Z Downloaded rand v0.9.2
4472026-03-26T04:04:45.786Z Downloaded aho-corasick v1.1.4
4482026-03-26T04:04:45.791Z Downloaded ron v0.12.0
4492026-03-26T04:04:45.801Z Downloaded h2 v0.4.13
4502026-03-26T04:04:45.829Z Downloaded portable-atomic v1.13.1
4512026-03-26T04:04:45.834Z Downloaded quick-xml v0.37.5
4522026-03-26T04:04:45.837Z Downloaded chrono v0.4.44
4532026-03-26T04:04:45.842Z Downloaded winnow v0.7.15
4542026-03-26T04:04:45.847Z Downloaded tracing-subscriber v0.3.23
4552026-03-26T04:04:45.852Z Downloaded itertools v0.14.0
4562026-03-26T04:04:45.856Z Downloaded hyper v1.8.1
4572026-03-26T04:04:45.860Z Downloaded tower-http v0.6.8
4582026-03-26T04:04:45.864Z Downloaded unicode-normalization v0.1.25
4592026-03-26T04:04:45.867Z Downloaded pulldown-cmark v0.13.3
4602026-03-26T04:04:45.870Z Downloaded curve25519-dalek v4.1.3
4612026-03-26T04:04:45.876Z Downloaded webpki-roots v1.0.6
4622026-03-26T04:04:45.879Z Downloaded vcpkg v0.2.15
4632026-03-26T04:04:45.901Z Downloaded unicode-width v0.1.14
4642026-03-26T04:04:45.904Z Downloaded unicode-width v0.2.2
4652026-03-26T04:04:45.907Z Downloaded reqwest v0.12.28
4662026-03-26T04:04:45.910Z Downloaded quick-xml v0.38.4
4672026-03-26T04:04:45.913Z Downloaded regex v1.12.3
4682026-03-26T04:04:45.916Z Downloaded gimli v0.32.3
4692026-03-26T04:04:45.921Z Downloaded bstr v1.12.1
4702026-03-26T04:04:45.942Z Downloaded winnow v1.0.0
4712026-03-26T04:04:45.952Z Downloaded tracing v0.1.44
4722026-03-26T04:04:45.962Z Downloaded quinn-proto v0.11.14
4732026-03-26T04:04:45.969Z Downloaded color-eyre v0.6.5
4742026-03-26T04:04:45.981Z Downloaded openssl v0.10.76
4752026-03-26T04:04:45.986Z Downloaded tokio v1.50.0
4762026-03-26T04:04:46.032Z Downloaded nextest-runner v0.80.0
4772026-03-26T04:04:46.051Z Downloaded zerocopy v0.8.47
4782026-03-26T04:04:46.060Z Downloaded syn v2.0.117
4792026-03-26T04:04:46.076Z Downloaded regex-syntax v0.8.10
4802026-03-26T04:04:46.082Z Downloaded nix v0.30.1
4812026-03-26T04:04:46.091Z Downloaded object v0.37.3
4822026-03-26T04:04:46.102Z Downloaded rustls v0.23.37
4832026-03-26T04:04:46.109Z Downloaded rustix v0.38.44
4842026-03-26T04:04:46.126Z Downloaded rustix v1.1.4
4852026-03-26T04:04:46.211Z Downloaded regex-automata v0.4.14
4862026-03-26T04:04:46.278Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-03-26T04:04:46.288Z Downloaded petgraph v0.8.3
4882026-03-26T04:04:46.300Z Downloaded libc v0.2.183
4892026-03-26T04:04:46.371Z Downloaded recursion v0.5.4
4902026-03-26T04:04:46.378Z Downloaded ring v0.17.14
4912026-03-26T04:04:46.436Z Compiling libc v0.2.183
4922026-03-26T04:04:46.439Z Compiling proc-macro2 v1.0.106
4932026-03-26T04:04:46.440Z Compiling quote v1.0.45
4942026-03-26T04:04:46.440Z Compiling unicode-ident v1.0.24
4952026-03-26T04:04:46.440Z Compiling serde_core v1.0.228
4962026-03-26T04:04:46.440Z Compiling cfg-if v1.0.4
4972026-03-26T04:04:46.440Z Compiling memchr v2.8.0
4982026-03-26T04:04:46.561Z Compiling once_cell v1.21.4
4992026-03-26T04:04:46.650Z Compiling log v0.4.29
5002026-03-26T04:04:46.677Z Compiling pin-project-lite v0.2.17
5012026-03-26T04:04:46.769Z Compiling itoa v1.0.18
5022026-03-26T04:04:46.829Z Compiling serde v1.0.228
5032026-03-26T04:04:46.992Z Compiling futures-core v0.3.32
5042026-03-26T04:04:47.157Z Compiling bitflags v2.11.0
5052026-03-26T04:04:47.258Z Compiling smallvec v1.15.1
5062026-03-26T04:04:47.314Z Compiling equivalent v1.0.2
5072026-03-26T04:04:47.397Z Compiling find-msvc-tools v0.1.9
5082026-03-26T04:04:47.512Z Compiling hashbrown v0.16.1
5092026-03-26T04:04:47.542Z Compiling shlex v1.3.0
5102026-03-26T04:04:47.624Z Compiling jobserver v0.1.34
5112026-03-26T04:04:47.636Z Compiling bytes v1.11.1
5122026-03-26T04:04:47.667Z Compiling futures-sink v0.3.32
5132026-03-26T04:04:47.717Z Compiling errno v0.3.14
5142026-03-26T04:04:47.773Z Compiling mio v1.1.1
5152026-03-26T04:04:47.830Z Compiling rustix v1.1.4
5162026-03-26T04:04:47.953Z Compiling signal-hook-registry v1.4.8
5172026-03-26T04:04:48.064Z Compiling cc v1.2.57
5182026-03-26T04:04:48.138Z Compiling syn v2.0.117
5192026-03-26T04:04:48.160Z Compiling socket2 v0.6.3
5202026-03-26T04:04:48.462Z Compiling zmij v1.0.21
5212026-03-26T04:04:48.495Z Compiling slab v0.4.12
5222026-03-26T04:04:48.554Z Compiling futures-channel v0.3.32
5232026-03-26T04:04:48.700Z Compiling tracing-core v0.1.36
5242026-03-26T04:04:48.793Z Compiling version_check v0.9.5
5252026-03-26T04:04:48.841Z Compiling serde_json v1.0.149
5262026-03-26T04:04:49.102Z Compiling getrandom v0.4.2
5272026-03-26T04:04:49.113Z Compiling futures-task v0.3.32
5282026-03-26T04:04:49.294Z Compiling indexmap v2.13.0
5292026-03-26T04:04:49.326Z Compiling futures-io v0.3.32
5302026-03-26T04:04:49.357Z Compiling camino v1.2.2
5312026-03-26T04:04:49.394Z Compiling unicode-width v0.2.2
5322026-03-26T04:04:49.696Z Compiling ring v0.17.14
5332026-03-26T04:04:49.712Z Compiling http v1.4.0
5342026-03-26T04:04:49.743Z Compiling simd-adler32 v0.3.8
5352026-03-26T04:04:49.854Z Compiling zeroize v1.8.2
5362026-03-26T04:04:50.056Z Compiling percent-encoding v2.3.2
5372026-03-26T04:04:50.153Z Compiling autocfg v1.5.0
5382026-03-26T04:04:50.221Z Compiling adler2 v2.0.1
5392026-03-26T04:04:50.333Z Compiling miniz_oxide v0.8.9
5402026-03-26T04:04:50.498Z Compiling num-traits v0.2.19
5412026-03-26T04:04:50.600Z Compiling zerocopy v0.8.47
5422026-03-26T04:04:50.722Z Compiling object v0.37.3
5432026-03-26T04:04:50.962Z Compiling target-lexicon v0.13.3
5442026-03-26T04:04:50.975Z Compiling getrandom v0.3.4
5452026-03-26T04:04:51.265Z Compiling http-body v1.0.1
5462026-03-26T04:04:51.297Z Compiling rustls-pki-types v1.14.0
5472026-03-26T04:04:51.420Z Compiling semver v1.0.27
5482026-03-26T04:04:51.477Z Compiling getrandom v0.2.17
5492026-03-26T04:04:51.544Z Compiling owo-colors v4.3.0
5502026-03-26T04:04:51.666Z Compiling fnv v1.0.7
5512026-03-26T04:04:51.735Z Compiling typenum v1.19.0
5522026-03-26T04:04:51.770Z Compiling signal-hook v0.3.18
5532026-03-26T04:04:51.797Z Compiling serde_derive v1.0.228
5542026-03-26T04:04:51.854Z Compiling tokio-macros v2.6.1
5552026-03-26T04:04:51.865Z Compiling futures-macro v0.3.32
5562026-03-26T04:04:51.981Z Compiling tracing-attributes v0.1.31
5572026-03-26T04:04:52.069Z Compiling untrusted v0.9.0
5582026-03-26T04:04:52.082Z Compiling thiserror v2.0.18
5592026-03-26T04:04:52.130Z Compiling httparse v1.10.1
5602026-03-26T04:04:52.198Z Compiling guppy-workspace-hack v0.1.0
5612026-03-26T04:04:52.406Z Compiling gimli v0.32.3
5622026-03-26T04:04:52.607Z Compiling tokio v1.50.0
5632026-03-26T04:04:52.620Z Compiling thiserror-impl v2.0.18
5642026-03-26T04:04:52.690Z Compiling futures-util v0.3.32
5652026-03-26T04:04:53.200Z Compiling tracing v0.1.44
5662026-03-26T04:04:54.160Z Compiling form_urlencoded v1.2.2
5672026-03-26T04:04:54.440Z Compiling addr2line v0.25.1
5682026-03-26T04:04:54.851Z Compiling generic-array v0.14.7
5692026-03-26T04:04:55.034Z Compiling try-lock v0.2.5
5702026-03-26T04:04:55.059Z Compiling idna_adapter v1.0.0
5712026-03-26T04:04:55.071Z Compiling thiserror v1.0.69
5722026-03-26T04:04:55.148Z Compiling utf8_iter v1.0.4
5732026-03-26T04:04:55.159Z Compiling atomic-waker v1.1.2
5742026-03-26T04:04:55.311Z Compiling typeid v1.0.3
5752026-03-26T04:04:55.327Z Compiling rustc-demangle v0.1.27
5762026-03-26T04:04:55.343Z Compiling pkg-config v0.3.32
5772026-03-26T04:04:55.358Z Compiling target-spec v3.5.7
5782026-03-26T04:04:55.582Z Compiling rustls v0.23.37
5792026-03-26T04:04:55.629Z Compiling fastrand v2.3.0
5802026-03-26T04:04:55.770Z Compiling tower-service v0.3.3
5812026-03-26T04:04:55.789Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-03-26T04:04:55.866Z Compiling tempfile v3.27.0
5832026-03-26T04:04:56.190Z Compiling idna v1.1.0
5842026-03-26T04:04:56.216Z Compiling want v0.3.1
5852026-03-26T04:04:56.391Z Compiling tokio-util v0.7.18
5862026-03-26T04:04:56.466Z Compiling cfg-expr v0.20.7
5872026-03-26T04:04:56.548Z Compiling backtrace v0.3.76
5882026-03-26T04:04:57.059Z Compiling h2 v0.4.13
5892026-03-26T04:04:57.772Z Compiling thiserror-impl v1.0.69
5902026-03-26T04:04:57.876Z Compiling terminal_size v0.4.4
5912026-03-26T04:04:58.028Z Compiling aho-corasick v1.1.4
5922026-03-26T04:04:58.059Z Compiling pin-utils v0.1.0
5932026-03-26T04:04:58.133Z Compiling regex-syntax v0.8.10
5942026-03-26T04:04:58.192Z Compiling subtle v2.6.1
5952026-03-26T04:04:58.348Z Compiling winnow v0.7.15
5962026-03-26T04:04:58.912Z Compiling erased-serde v0.4.10
5972026-03-26T04:04:59.361Z Compiling hyper v1.8.1
5982026-03-26T04:05:00.220Z Compiling rustls-webpki v0.103.10
5992026-03-26T04:05:02.750Z Compiling regex-automata v0.4.14
6002026-03-26T04:05:03.109Z Compiling url v2.5.8
6012026-03-26T04:05:03.694Z Compiling toml_datetime v0.6.11
6022026-03-26T04:05:04.067Z Compiling serde_spanned v0.6.9
6032026-03-26T04:05:04.234Z Compiling ahash v0.8.12
6042026-03-26T04:05:04.476Z Compiling sync_wrapper v1.0.2
6052026-03-26T04:05:04.590Z Compiling nextest-workspace-hack v0.1.0
6062026-03-26T04:05:04.801Z Compiling base64 v0.22.1
6072026-03-26T04:05:05.280Z Compiling parking_lot_core v0.9.12
6082026-03-26T04:05:05.332Z Compiling foldhash v0.1.5
6092026-03-26T04:05:05.368Z Compiling either v1.15.0
6102026-03-26T04:05:05.538Z Compiling ipnet v2.12.0
6112026-03-26T04:05:05.581Z Compiling is_ci v1.2.0
6122026-03-26T04:05:05.585Z Compiling lazy_static v1.5.0
6132026-03-26T04:05:05.603Z Compiling tower-layer v0.3.3
6142026-03-26T04:05:05.696Z Compiling portable-atomic v1.13.1
6152026-03-26T04:05:05.745Z Compiling toml_write v0.1.2
6162026-03-26T04:05:05.798Z Compiling unicode-linebreak v0.1.5
6172026-03-26T04:05:05.992Z Compiling unicode-segmentation v1.13.1
6182026-03-26T04:05:06.074Z Compiling crc32fast v1.5.0
6192026-03-26T04:05:06.182Z Compiling textwrap v0.16.2
6202026-03-26T04:05:06.262Z Compiling toml_edit v0.22.27
6212026-03-26T04:05:06.386Z Compiling convert_case v0.10.0
6222026-03-26T04:05:06.406Z Compiling hyper-util v0.1.20
6232026-03-26T04:05:06.642Z Compiling tower v0.5.3
6242026-03-26T04:05:06.756Z Compiling sharded-slab v0.1.7
6252026-03-26T04:05:07.246Z Compiling supports-color v3.0.2
6262026-03-26T04:05:07.392Z Compiling hashbrown v0.15.5
6272026-03-26T04:05:07.500Z Compiling tokio-rustls v0.26.4
6282026-03-26T04:05:07.779Z Compiling backtrace-ext v0.2.1
6292026-03-26T04:05:07.998Z Compiling ordered-float v2.10.1
6302026-03-26T04:05:08.034Z Compiling miette-derive v7.6.0
6312026-03-26T04:05:08.227Z Compiling webpki-roots v1.0.6
6322026-03-26T04:05:08.272Z Compiling pathdiff v0.2.3
6332026-03-26T04:05:08.355Z Compiling console v0.15.11
6342026-03-26T04:05:08.393Z Compiling cargo-platform v0.3.2
6352026-03-26T04:05:08.955Z Compiling tracing-log v0.2.0
6362026-03-26T04:05:09.029Z Compiling os_pipe v1.2.3
6372026-03-26T04:05:09.116Z Compiling thread_local v1.1.9
6382026-03-26T04:05:09.199Z Compiling debug-ignore v1.0.5
6392026-03-26T04:05:09.315Z Compiling winnow v1.0.0
6402026-03-26T04:05:09.329Z Compiling unicode-width v0.1.14
6412026-03-26T04:05:09.477Z Compiling pulldown-cmark v0.13.3
6422026-03-26T04:05:09.631Z Compiling fixedbitset v0.5.7
6432026-03-26T04:05:09.675Z Compiling rustix v0.38.44
6442026-03-26T04:05:09.691Z Compiling utf8parse v0.2.2
6452026-03-26T04:05:09.805Z Compiling cfg_aliases v0.2.1
6462026-03-26T04:05:09.881Z Compiling supports-hyperlinks v3.2.0
6472026-03-26T04:05:10.027Z Compiling ryu v1.0.23
6482026-03-26T04:05:10.105Z Compiling iri-string v0.7.11
6492026-03-26T04:05:10.141Z Compiling scopeguard v1.2.0
6502026-03-26T04:05:10.315Z Compiling zstd-safe v7.2.4
6512026-03-26T04:05:10.553Z Compiling supports-unicode v3.0.0
6522026-03-26T04:05:10.613Z Compiling toml_parser v1.1.0+spec-1.1.0
6532026-03-26T04:05:10.725Z Compiling miette v7.6.0
6542026-03-26T04:05:10.764Z Compiling lock_api v0.4.14
6552026-03-26T04:05:11.011Z Compiling serde_urlencoded v0.7.1
6562026-03-26T04:05:11.398Z Compiling nix v0.30.1
6572026-03-26T04:05:11.761Z Compiling tower-http v0.6.8
6582026-03-26T04:05:11.912Z Compiling petgraph v0.8.3
6592026-03-26T04:05:12.694Z Compiling anstyle-parse v1.0.0
6602026-03-26T04:05:12.776Z Compiling tracing-subscriber v0.3.23
6612026-03-26T04:05:12.934Z Compiling sigchld v0.2.4
6622026-03-26T04:05:13.141Z Compiling cargo_metadata v0.23.1
6632026-03-26T04:05:13.871Z Compiling hyper-rustls v0.27.7
6642026-03-26T04:05:13.918Z Compiling serde-value v0.7.0
6652026-03-26T04:05:14.554Z Compiling serde-untagged v0.1.9
6662026-03-26T04:05:14.629Z Compiling toml v0.8.23
6672026-03-26T04:05:15.182Z Compiling derive_more-impl v2.1.1
6682026-03-26T04:05:15.703Z Compiling itertools v0.14.0
6692026-03-26T04:05:15.977Z Compiling regex v1.12.3
6702026-03-26T04:05:16.044Z Compiling block-buffer v0.10.4
6712026-03-26T04:05:16.205Z Compiling crypto-common v0.1.7
6722026-03-26T04:05:16.344Z Compiling ppv-lite86 v0.2.21
6732026-03-26T04:05:16.397Z Compiling futures-executor v0.3.32
6742026-03-26T04:05:16.667Z Compiling rand_core v0.9.5
6752026-03-26T04:05:16.923Z Compiling pin-project-internal v1.1.11
6762026-03-26T04:05:16.923Z Compiling http-body-util v0.1.3
6772026-03-26T04:05:17.178Z Compiling uuid v1.22.0
6782026-03-26T04:05:17.192Z Compiling toml_datetime v1.1.0+spec-1.1.0
6792026-03-26T04:05:17.397Z Compiling serde_spanned v1.1.0
6802026-03-26T04:05:17.530Z Compiling smol_str v0.3.6
6812026-03-26T04:05:17.560Z Compiling filetime v0.2.27
6822026-03-26T04:05:17.599Z Compiling vte v0.14.1
6832026-03-26T04:05:17.718Z Compiling bstr v1.12.1
6842026-03-26T04:05:17.761Z Compiling litrs v1.0.0
6852026-03-26T04:05:17.814Z Compiling unicode-xid v0.2.6
6862026-03-26T04:05:17.867Z Compiling self_update v0.42.0
6872026-03-26T04:05:17.953Z Compiling iana-time-zone v0.1.65
6882026-03-26T04:05:17.984Z Compiling tinyvec_macros v0.1.1
6892026-03-26T04:05:18.058Z Compiling is_terminal_polyfill v1.70.2
6902026-03-26T04:05:18.102Z Compiling anstyle-query v1.1.5
6912026-03-26T04:05:18.154Z Compiling nested v0.1.1
6922026-03-26T04:05:18.202Z Compiling number_prefix v0.4.0
6932026-03-26T04:05:18.214Z Compiling eyre v0.6.12
6942026-03-26T04:05:18.297Z Compiling colorchoice v1.0.5
6952026-03-26T04:05:18.312Z Compiling xattr v1.6.1
6962026-03-26T04:05:18.350Z Compiling anstyle v1.0.14
6972026-03-26T04:05:18.353Z Compiling static_assertions v1.1.0
6982026-03-26T04:05:18.413Z Compiling color-spantrace v0.3.0
6992026-03-26T04:05:18.434Z Compiling unicase v2.9.0
7002026-03-26T04:05:18.568Z Compiling anstream v1.0.0
7012026-03-26T04:05:18.613Z Compiling tar v0.4.45
7022026-03-26T04:05:18.616Z Compiling guppy v0.17.25
7032026-03-26T04:05:18.739Z Compiling indicatif v0.17.11
7042026-03-26T04:05:18.782Z Compiling document-features v0.2.12
7052026-03-26T04:05:19.048Z Compiling globset v0.4.18
7062026-03-26T04:05:19.345Z Compiling chrono v0.4.44
7072026-03-26T04:05:20.158Z Compiling tinyvec v1.11.0
7082026-03-26T04:05:20.562Z Compiling pin-project v1.1.11
7092026-03-26T04:05:20.588Z Compiling cargo-util-schemas v0.2.0
7102026-03-26T04:05:20.670Z Compiling strip-ansi-escapes v0.2.1
7112026-03-26T04:05:21.175Z Compiling nextest-metadata v0.12.2
7122026-03-26T04:05:21.224Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-26T04:05:21.896Z Compiling newtype-uuid v1.3.2
7142026-03-26T04:05:22.095Z Compiling reqwest v0.12.28
7152026-03-26T04:05:22.271Z Compiling rand_chacha v0.9.0
7162026-03-26T04:05:22.745Z Compiling futures v0.3.32
7172026-03-26T04:05:22.835Z Compiling digest v0.10.7
7182026-03-26T04:05:22.850Z Compiling derive_more v2.1.1
7192026-03-26T04:05:22.931Z Compiling flate2 v1.1.9
7202026-03-26T04:05:23.034Z Compiling parking_lot v0.12.5
7212026-03-26T04:05:23.056Z Compiling tracing-error v0.2.1
7222026-03-26T04:05:23.285Z Compiling shared_child v1.1.1
7232026-03-26T04:05:23.940Z Compiling signal-hook-mio v0.2.5
7242026-03-26T04:05:23.960Z Compiling self-replace v1.5.0
7252026-03-26T04:05:24.072Z Compiling cargo-platform v0.2.0
7262026-03-26T04:05:24.259Z Compiling quick-xml v0.38.4
7272026-03-26T04:05:24.427Z Compiling quick-xml v0.37.5
7282026-03-26T04:05:24.640Z Compiling recursion v0.5.4
7292026-03-26T04:05:24.806Z Compiling shell-words v1.1.1
7302026-03-26T04:05:25.052Z Compiling clap_lex v1.1.0
7312026-03-26T04:05:25.269Z Compiling heck v0.5.0
7322026-03-26T04:05:25.417Z Compiling indenter v0.3.4
7332026-03-26T04:05:25.472Z Compiling urlencoding v2.1.3
7342026-03-26T04:05:25.545Z Compiling strsim v0.11.1
7352026-03-26T04:05:25.717Z Compiling humantime v2.3.0
7362026-03-26T04:05:25.878Z Compiling cpufeatures v0.2.17
7372026-03-26T04:05:25.954Z Compiling sha2 v0.10.9
7382026-03-26T04:05:25.967Z Compiling humantime-serde v1.1.1
7392026-03-26T04:05:26.118Z Compiling clap_builder v4.6.0
7402026-03-26T04:05:26.383Z Compiling clap_derive v4.6.0
7412026-03-26T04:05:26.878Z Compiling quick-junit v0.5.2
7422026-03-26T04:05:27.166Z Compiling nextest-filtering v0.15.0
7432026-03-26T04:05:28.145Z Compiling cargo_metadata v0.20.0
7442026-03-26T04:05:29.995Z Compiling atomicwrites v0.4.4
7452026-03-26T04:05:30.292Z Compiling crossterm v0.29.0
7462026-03-26T04:05:31.079Z Compiling cargo-nextest v0.9.97
7472026-03-26T04:05:32.238Z Compiling duct v0.13.7
7482026-03-26T04:05:32.730Z Compiling async-scoped v0.9.0
7492026-03-26T04:05:32.730Z Compiling rand v0.9.2
7502026-03-26T04:05:32.873Z Compiling zstd v0.13.3
7512026-03-26T04:05:32.923Z Compiling config v0.15.22
7522026-03-26T04:05:33.292Z Compiling unicode-normalization v0.1.25
7532026-03-26T04:05:33.317Z Compiling target-spec-miette v0.4.5
7542026-03-26T04:05:33.496Z Compiling future-queue v0.4.0
7552026-03-26T04:05:33.500Z Compiling mukti-metadata v0.3.0
7562026-03-26T04:05:33.721Z Compiling tokio-stream v0.1.18
7572026-03-26T04:05:33.784Z Compiling camino-tempfile v1.4.1
7582026-03-26T04:05:33.865Z Compiling derive-where v1.6.1
7592026-03-26T04:05:34.002Z Compiling serde_ignored v0.1.14
7602026-03-26T04:05:34.002Z Compiling serde_path_to_error v0.1.20
7612026-03-26T04:05:34.240Z Compiling home v0.5.12
7622026-03-26T04:05:34.252Z Compiling xxhash-rust v0.8.15
7632026-03-26T04:05:34.350Z Compiling swrite v0.1.0
7642026-03-26T04:05:34.406Z Compiling indent_write v2.2.0
7652026-03-26T04:05:34.432Z Compiling hex v0.4.3
7662026-03-26T04:05:34.446Z Compiling color-eyre v0.6.5
7672026-03-26T04:05:34.474Z Compiling clap v4.6.0
7682026-03-26T04:05:34.554Z Compiling dialoguer v0.11.0
7692026-03-26T04:05:34.570Z Compiling enable-ansi-support v0.2.1
7702026-03-26T04:05:35.114Z Compiling nextest-runner v0.80.0
7712026-03-26T04:05:53.374Z Finished `release` profile [optimized] target(s) in 1m 11s
7722026-03-26T04:05:53.553Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-03-26T04:05:53.557Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-03-26T04:05:53.669Z+ pushd mg-lower
7752026-03-26T04:05:53.673Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7762026-03-26T04:05:53.673Z+ cargo nextest run
7772026-03-26T04:05:53.835Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-03-26T04:05:54.518ZFrom https://github.com/oxidecomputer/falcon
7792026-03-26T04:05:54.518Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-03-26T04:05:54.588Z Updating crates.io index
7812026-03-26T04:05:54.595Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-03-26T04:05:55.333ZFrom https://github.com/oxidecomputer/dendrite
7832026-03-26T04:05:55.333Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-03-26T04:05:55.407Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-03-26T04:05:55.646ZFrom https://github.com/oxidecomputer/ispf
7862026-03-26T04:05:55.646Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-03-26T04:05:55.717Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-03-26T04:05:56.055ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-03-26T04:05:56.055Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-03-26T04:05:56.063Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-03-26T04:06:03.113ZFrom https://github.com/oxidecomputer/omicron
7922026-03-26T04:06:03.113Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7932026-03-26T04:06:03.538Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-03-26T04:06:04.134ZFrom https://github.com/oxidecomputer/opte
7952026-03-26T04:06:04.134Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7962026-03-26T04:06:04.396Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-03-26T04:06:04.670ZFrom https://github.com/illumos/smf-rs
7982026-03-26T04:06:04.670Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-03-26T04:06:04.908Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-03-26T04:06:05.174ZFrom https://github.com/oxidecomputer/network-interface
8012026-03-26T04:06:05.174Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-03-26T04:06:05.210Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-03-26T04:06:05.488ZFrom https://github.com/oxidecomputer/zone
8042026-03-26T04:06:05.488Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-03-26T04:06:05.518Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-03-26T04:06:06.670ZFrom https://github.com/oxidecomputer/propolis
8072026-03-26T04:06:06.670Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-03-26T04:06:06.880Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-03-26T04:06:07.369ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-03-26T04:06:07.369Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-03-26T04:06:07.395Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-03-26T04:06:07.666ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-03-26T04:06:07.666Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-03-26T04:06:07.672Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-03-26T04:06:07.946ZFrom https://github.com/jmesmon/rust-libzfs
8162026-03-26T04:06:07.946Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-03-26T04:06:07.953Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-03-26T04:06:08.228ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-03-26T04:06:08.228Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-03-26T04:06:08.237Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-03-26T04:06:08.557ZFrom https://github.com/oxidecomputer/lldp
8222026-03-26T04:06:08.557Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-03-26T04:06:08.642Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-03-26T04:06:09.143ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-03-26T04:06:09.144Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-03-26T04:06:09.295Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-03-26T04:06:09.580ZFrom https://github.com/oxidecomputer/tufaceous
8282026-03-26T04:06:09.580Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-03-26T04:06:09.598Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-03-26T04:06:10.045ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-03-26T04:06:10.046Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-03-26T04:06:10.167Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-03-26T04:06:11.066ZFrom https://github.com/oxidecomputer/crucible
8342026-03-26T04:06:11.067Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-03-26T04:06:11.115Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-03-26T04:06:11.363ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-03-26T04:06:11.363Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-03-26T04:06:11.921Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-03-26T04:06:12.291ZFrom https://github.com/oxidecomputer/propolis
8402026-03-26T04:06:12.291Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-03-26T04:06:12.333Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-03-26T04:06:12.616ZFrom https://github.com/oxidecomputer/tofino
8432026-03-26T04:06:12.616Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-03-26T04:06:12.656Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-03-26T04:06:13.484ZFrom https://github.com/oxidecomputer/maghemite
8462026-03-26T04:06:13.484Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-03-26T04:06:13.516Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-03-26T04:06:13.791ZFrom https://github.com/oxidecomputer/clickward
8492026-03-26T04:06:13.791Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-03-26T04:06:14.061Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-03-26T04:06:14.439ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-03-26T04:06:14.439Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-03-26T04:06:14.598Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-03-26T04:06:14.906ZFrom https://github.com/oxidecomputer/crucible
8552026-03-26T04:06:14.906Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-03-26T04:06:16.014Z Downloading crates ...
8572026-03-26T04:06:16.118Z Downloaded base16ct v1.0.0
8582026-03-26T04:06:16.127Z Downloaded cstr-argument v0.1.2
8592026-03-26T04:06:16.135Z Downloaded darling_macro v0.23.0
8602026-03-26T04:06:16.140Z Downloaded ciborium-ll v0.2.2
8612026-03-26T04:06:16.140Z Downloaded diff v0.1.13
8622026-03-26T04:06:16.144Z Downloaded crossbeam-epoch v0.9.18
8632026-03-26T04:06:16.144Z Downloaded const_format v0.2.35
8642026-03-26T04:06:16.155Z Downloaded async-compression v0.4.41
8652026-03-26T04:06:16.155Z Downloaded omicron-workspace-hack v0.1.0
8662026-03-26T04:06:16.155Z Downloaded float-ord v0.3.2
8672026-03-26T04:06:16.155Z Downloaded elliptic-curve v0.13.8
8682026-03-26T04:06:16.156Z Downloaded ciborium-io v0.2.2
8692026-03-26T04:06:16.156Z Downloaded bitflags v1.3.2
8702026-03-26T04:06:16.159Z Downloaded aead v0.5.2
8712026-03-26T04:06:16.163Z Downloaded foreign-types-macros v0.2.3
8722026-03-26T04:06:16.163Z Downloaded keccak v0.1.6
8732026-03-26T04:06:16.166Z Downloaded bit-vec v0.8.0
8742026-03-26T04:06:16.166Z Downloaded oxide-tokio-rt v0.1.3
8752026-03-26T04:06:16.172Z Downloaded cookie v0.18.1
8762026-03-26T04:06:16.172Z Downloaded async-stream v0.3.6
8772026-03-26T04:06:16.178Z Downloaded fxhash v0.2.1
8782026-03-26T04:06:16.178Z Downloaded byteorder v1.5.0
8792026-03-26T04:06:16.178Z Downloaded foreign-types-shared v0.3.1
8802026-03-26T04:06:16.178Z Downloaded crucible-workspace-hack v0.1.0
8812026-03-26T04:06:16.178Z Downloaded async-recursion v1.1.1
8822026-03-26T04:06:16.183Z Downloaded gethostname v0.5.0
8832026-03-26T04:06:16.183Z Downloaded darling_core v0.21.3
8842026-03-26T04:06:16.187Z Downloaded fs-err v3.3.0
8852026-03-26T04:06:16.187Z Downloaded macaddr v1.0.1
8862026-03-26T04:06:16.187Z Downloaded num-iter v0.1.45
8872026-03-26T04:06:16.191Z Downloaded derive-ex v0.1.8
8882026-03-26T04:06:16.191Z Downloaded displaydoc v0.2.5
8892026-03-26T04:06:16.191Z Downloaded defmt v0.3.100
8902026-03-26T04:06:16.191Z Downloaded arc-swap v1.9.0
8912026-03-26T04:06:16.195Z Downloaded const_format_proc_macros v0.2.34
8922026-03-26T04:06:16.195Z Downloaded multer v3.1.0
8932026-03-26T04:06:16.198Z Downloaded console v0.16.3
8942026-03-26T04:06:16.198Z Downloaded darling v0.23.0
8952026-03-26T04:06:16.202Z Downloaded fs_extra v1.3.0
8962026-03-26T04:06:16.202Z Downloaded erased-serde v0.3.31
8972026-03-26T04:06:16.205Z Downloaded chacha20 v0.10.0
8982026-03-26T04:06:16.205Z Downloaded embedded-io v0.6.1
8992026-03-26T04:06:16.205Z Downloaded deranged v0.5.8
9002026-03-26T04:06:16.209Z Downloaded compression-codecs v0.4.37
9012026-03-26T04:06:16.209Z Downloaded num_enum_derive v0.5.11
9022026-03-26T04:06:16.209Z Downloaded blake2 v0.10.6
9032026-03-26T04:06:16.212Z Downloaded mime v0.3.17
9042026-03-26T04:06:16.212Z Downloaded dof v0.3.0
9052026-03-26T04:06:16.213Z Downloaded argon2 v0.5.3
9062026-03-26T04:06:16.216Z Downloaded dropshot_endpoint v0.17.0
9072026-03-26T04:06:16.216Z Downloaded linked-hash-map v0.5.6
9082026-03-26T04:06:16.216Z Downloaded hash32 v0.3.1
9092026-03-26T04:06:16.220Z Downloaded heck v0.4.1
9102026-03-26T04:06:16.220Z Downloaded dtrace-parser v0.3.0
9112026-03-26T04:06:16.220Z Downloaded cipher v0.4.4
9122026-03-26T04:06:16.220Z Downloaded cargo_toml v0.22.3
9132026-03-26T04:06:16.224Z Downloaded memmap2 v0.9.10
9142026-03-26T04:06:16.224Z Downloaded ciborium v0.2.2
9152026-03-26T04:06:16.224Z Downloaded instant v0.1.13
9162026-03-26T04:06:16.227Z Downloaded num-complex v0.4.6
9172026-03-26T04:06:16.227Z Downloaded expectorate v1.2.0
9182026-03-26T04:06:16.228Z Downloaded ff v0.13.1
9192026-03-26T04:06:16.232Z Downloaded arrayvec v0.7.6
9202026-03-26T04:06:16.232Z Downloaded phf v0.12.1
9212026-03-26T04:06:16.232Z Downloaded parking_lot_core v0.8.6
9222026-03-26T04:06:16.232Z Downloaded hostname v0.3.1
9232026-03-26T04:06:16.235Z Downloaded crossbeam-deque v0.8.6
9242026-03-26T04:06:16.235Z Downloaded hubpack_derive v0.1.1
9252026-03-26T04:06:16.236Z Downloaded backoff v0.4.0
9262026-03-26T04:06:16.236Z Downloaded pretty-hex v0.4.2
9272026-03-26T04:06:16.239Z Downloaded match_cfg v0.1.0
9282026-03-26T04:06:16.239Z Downloaded oxnet v0.1.4
9292026-03-26T04:06:16.239Z Downloaded dtrace-parser v0.2.0
9302026-03-26T04:06:16.239Z Downloaded chacha20 v0.9.1
9312026-03-26T04:06:16.243Z Downloaded fixedbitset v0.4.2
9322026-03-26T04:06:16.243Z Downloaded csv-core v0.1.13
9332026-03-26T04:06:16.243Z Downloaded base16ct v0.2.0
9342026-03-26T04:06:16.243Z Downloaded critical-section v1.2.0
9352026-03-26T04:06:16.248Z Downloaded crossbeam-utils v0.8.21
9362026-03-26T04:06:16.249Z Downloaded hostname v0.4.2
9372026-03-26T04:06:16.253Z Downloaded progenitor-client v0.10.0
9382026-03-26T04:06:16.253Z Downloaded memmap v0.7.0
9392026-03-26T04:06:16.253Z Downloaded num-derive v0.3.3
9402026-03-26T04:06:16.253Z Downloaded ident_case v1.0.1
9412026-03-26T04:06:16.254Z Downloaded foreign-types v0.5.0
9422026-03-26T04:06:16.257Z Downloaded plain v0.2.3
9432026-03-26T04:06:16.257Z Downloaded lru-cache v0.1.2
9442026-03-26T04:06:16.257Z Downloaded pest_generator v2.8.6
9452026-03-26T04:06:16.257Z Downloaded ingot v0.1.1
9462026-03-26T04:06:16.261Z Downloaded hubpack v0.1.2
9472026-03-26T04:06:16.261Z Downloaded base64 v0.21.7
9482026-03-26T04:06:16.264Z Downloaded bit-set v0.8.0
9492026-03-26T04:06:16.267Z Downloaded progenitor v0.10.0
9502026-03-26T04:06:16.271Z Downloaded num v0.4.3
9512026-03-26T04:06:16.271Z Downloaded dropshot-api-manager v0.7.0
9522026-03-26T04:06:16.276Z Downloaded convert_case v0.4.0
9532026-03-26T04:06:16.276Z Downloaded inout v0.1.4
9542026-03-26T04:06:16.279Z Downloaded quick-error v1.2.3
9552026-03-26T04:06:16.280Z Downloaded crc8 v0.1.1
9562026-03-26T04:06:16.280Z Downloaded is-terminal v0.4.17
9572026-03-26T04:06:16.280Z Downloaded idna_adapter v1.2.1
9582026-03-26T04:06:16.280Z Downloaded const-random-macro v0.1.16
9592026-03-26T04:06:16.280Z Downloaded async-stream-impl v0.3.6
9602026-03-26T04:06:16.283Z Downloaded cmake v0.1.57
9612026-03-26T04:06:16.283Z Downloaded parking_lot v0.11.2
9622026-03-26T04:06:16.287Z Downloaded crunchy v0.2.4
9632026-03-26T04:06:16.287Z Downloaded num_enum v0.5.11
9642026-03-26T04:06:16.291Z Downloaded darling v0.21.3
9652026-03-26T04:06:16.295Z Downloaded num_enum_derive v0.7.6
9662026-03-26T04:06:16.299Z Downloaded enum-as-inner v0.6.1
9672026-03-26T04:06:16.299Z Downloaded dof v0.4.0
9682026-03-26T04:06:16.300Z Downloaded daft v0.1.5
9692026-03-26T04:06:16.300Z Downloaded newtype-uuid-macros v0.1.0
9702026-03-26T04:06:16.303Z Downloaded byte-wrapper v0.1.0
9712026-03-26T04:06:16.303Z Downloaded bcs v0.1.6
9722026-03-26T04:06:16.306Z Downloaded colored v3.1.1
9732026-03-26T04:06:16.306Z Downloaded olpc-cjson v0.1.4
9742026-03-26T04:06:16.310Z Downloaded rand_core v0.10.0
9752026-03-26T04:06:16.313Z Downloaded data-encoding v2.10.0
9762026-03-26T04:06:16.313Z Downloaded num-integer v0.1.46
9772026-03-26T04:06:16.313Z Downloaded anyhow v1.0.102
9782026-03-26T04:06:16.317Z Downloaded proc-macro-crate v1.3.1
9792026-03-26T04:06:16.317Z Downloaded libsw-core v0.3.2
9802026-03-26T04:06:16.317Z Downloaded opaque-debug v0.3.1
9812026-03-26T04:06:16.320Z Downloaded prettyplease v0.2.37
9822026-03-26T04:06:16.325Z Downloaded potential_utf v0.1.4
9832026-03-26T04:06:16.328Z Downloaded natord v1.0.9
9842026-03-26T04:06:16.332Z Downloaded rustc_version v0.1.7
9852026-03-26T04:06:16.332Z Downloaded dunce v1.0.5
9862026-03-26T04:06:16.335Z Downloaded cancel-safe-futures v0.1.5
9872026-03-26T04:06:16.338Z Downloaded memoffset v0.9.1
9882026-03-26T04:06:16.342Z Downloaded git-stub v1.0.0
9892026-03-26T04:06:16.345Z Downloaded rustls-native-certs v0.8.3
9902026-03-26T04:06:16.345Z Downloaded allocator-api2 v0.2.21
9912026-03-26T04:06:16.349Z Downloaded same-file v1.0.6
9922026-03-26T04:06:16.349Z Downloaded proc-macro-error2 v2.0.1
9932026-03-26T04:06:16.352Z Downloaded pem v3.0.6
9942026-03-26T04:06:16.356Z Downloaded ipnetwork v0.21.1
9952026-03-26T04:06:16.356Z Downloaded num-conv v0.2.0
9962026-03-26T04:06:16.356Z Downloaded httpdate v1.0.3
9972026-03-26T04:06:16.356Z Downloaded semver v0.1.20
9982026-03-26T04:06:16.359Z Downloaded libsw v3.5.0
9992026-03-26T04:06:16.359Z Downloaded cpufeatures v0.3.0
10002026-03-26T04:06:16.363Z Downloaded num_threads v0.1.7
10012026-03-26T04:06:16.363Z Downloaded newline-converter v0.3.0
10022026-03-26T04:06:16.363Z Downloaded progenitor v0.11.2
10032026-03-26T04:06:16.366Z Downloaded serde_plain v1.0.2
10042026-03-26T04:06:16.370Z Downloaded progenitor-macro v0.10.0
10052026-03-26T04:06:16.370Z Downloaded defmt-parser v1.0.0
10062026-03-26T04:06:16.370Z Downloaded no-std-compat v0.4.1
10072026-03-26T04:06:16.373Z Downloaded serde_repr v0.1.20
10082026-03-26T04:06:16.373Z Downloaded internet-checksum v0.2.1
10092026-03-26T04:06:16.373Z Downloaded managed v0.8.0
10102026-03-26T04:06:16.378Z Downloaded arrayref v0.3.9
10112026-03-26T04:06:16.381Z Downloaded cobs v0.3.0
10122026-03-26T04:06:16.382Z Downloaded glob v0.3.3
10132026-03-26T04:06:16.386Z Downloaded rustversion v1.0.22
10142026-03-26T04:06:16.391Z Downloaded num-derive v0.4.2
10152026-03-26T04:06:16.395Z Downloaded progenitor-macro v0.11.2
10162026-03-26T04:06:16.395Z Downloaded proc-macro-error-attr2 v2.0.0
10172026-03-26T04:06:16.395Z Downloaded parse-display-derive v0.10.0
10182026-03-26T04:06:16.395Z Downloaded highway v1.3.0
10192026-03-26T04:06:16.399Z Downloaded compression-core v0.4.31
10202026-03-26T04:06:16.402Z Downloaded ref-cast v1.0.25
10212026-03-26T04:06:16.407Z Downloaded drift v0.1.3
10222026-03-26T04:06:16.411Z Downloaded parse-display v0.10.0
10232026-03-26T04:06:16.415Z Downloaded dyn-clone v1.0.20
10242026-03-26T04:06:16.415Z Downloaded scroll_derive v0.12.1
10252026-03-26T04:06:16.415Z Downloaded ref-cast-impl v1.0.25
10262026-03-26T04:06:16.419Z Downloaded embedded-io v0.4.0
10272026-03-26T04:06:16.422Z Downloaded serial_test_derive v3.4.0
10282026-03-26T04:06:16.422Z Downloaded half v2.7.1
10292026-03-26T04:06:16.422Z Downloaded darling_macro v0.21.3
10302026-03-26T04:06:16.422Z Downloaded const-random v0.1.18
10312026-03-26T04:06:16.426Z Downloaded num_enum v0.7.6
10322026-03-26T04:06:16.429Z Downloaded proc-macro-error v1.0.4
10332026-03-26T04:06:16.429Z Downloaded papergrid v0.17.0
10342026-03-26T04:06:16.433Z Downloaded serde-big-array v0.5.1
10352026-03-26T04:06:16.433Z Downloaded rhai_codegen v3.1.0
10362026-03-26T04:06:16.436Z Downloaded phf_shared v0.12.1
10372026-03-26T04:06:16.440Z Downloaded proc-macro-error-attr v1.0.4
10382026-03-26T04:06:16.440Z Downloaded daft-derive v0.1.5
10392026-03-26T04:06:16.443Z Downloaded backon v1.6.0
10402026-03-26T04:06:16.443Z Downloaded snafu-derive v0.8.9
10412026-03-26T04:06:16.443Z Downloaded secrecy v0.10.3
10422026-03-26T04:06:16.448Z Downloaded defmt v1.0.1
10432026-03-26T04:06:16.448Z Downloaded defmt-macros v1.0.1
10442026-03-26T04:06:16.453Z Downloaded siphasher v1.0.2
10452026-03-26T04:06:16.453Z Downloaded serial_test v3.4.0
10462026-03-26T04:06:16.453Z Downloaded tabled_derive v0.7.0
10472026-03-26T04:06:16.453Z Downloaded constant_time_eq v0.4.2
10482026-03-26T04:06:16.456Z Downloaded ingot-types v0.1.2
10492026-03-26T04:06:16.456Z Downloaded newtype_derive v0.1.6
10502026-03-26T04:06:16.456Z Downloaded serde_tokenstream v0.2.3
10512026-03-26T04:06:16.456Z Downloaded linear-map v1.2.0
10522026-03-26T04:06:16.456Z Downloaded bytecount v0.6.9
10532026-03-26T04:06:16.461Z Downloaded group v0.13.0
10542026-03-26T04:06:16.461Z Downloaded scroll_derive v0.13.1
10552026-03-26T04:06:16.464Z Downloaded slog-bunyan v2.5.0
10562026-03-26T04:06:16.464Z Downloaded progenitor-client v0.11.2
10572026-03-26T04:06:16.468Z Downloaded tabled_derive v0.11.0
10582026-03-26T04:06:16.468Z Downloaded spin v0.5.2
10592026-03-26T04:06:16.471Z Downloaded testing_table v0.3.0
10602026-03-26T04:06:16.472Z Downloaded smawk v0.3.2
10612026-03-26T04:06:16.472Z Downloaded stable_deref_trait v1.2.1
10622026-03-26T04:06:16.472Z Downloaded proc-macro-crate v3.5.0
10632026-03-26T04:06:16.475Z Downloaded pretty_assertions v1.4.1
10642026-03-26T04:06:16.475Z Downloaded strum v0.27.2
10652026-03-26T04:06:16.475Z Downloaded slog-dtrace v0.3.0
10662026-03-26T04:06:16.475Z Downloaded paste v1.0.15
10672026-03-26T04:06:16.479Z Downloaded foldhash v0.2.0
10682026-03-26T04:06:16.479Z Downloaded async-trait v0.1.89
10692026-03-26T04:06:16.482Z Downloaded dropshot-api-manager-types v0.7.0
10702026-03-26T04:06:16.482Z Downloaded num-rational v0.4.2
10712026-03-26T04:06:16.482Z Downloaded powerfmt v0.2.0
10722026-03-26T04:06:16.486Z Downloaded hmac v0.12.1
10732026-03-26T04:06:16.486Z Downloaded rand_xorshift v0.4.0
10742026-03-26T04:06:16.486Z Downloaded ingot-macros v0.1.1
10752026-03-26T04:06:16.489Z Downloaded pest_meta v2.8.6
10762026-03-26T04:06:16.493Z Downloaded tabwriter v1.4.1
10772026-03-26T04:06:16.496Z Downloaded thread-id v4.2.2
10782026-03-26T04:06:16.496Z Downloaded pest v2.8.6
10792026-03-26T04:06:16.500Z Downloaded progenitor-macro v0.13.0
10802026-03-26T04:06:16.500Z Downloaded progenitor-client v0.13.0
10812026-03-26T04:06:16.500Z Downloaded rand_chacha v0.3.1
10822026-03-26T04:06:16.504Z Downloaded resolv-conf v0.7.6
10832026-03-26T04:06:16.507Z Downloaded take_mut v0.2.2
10842026-03-26T04:06:16.507Z Downloaded icu_normalizer v2.1.1
10852026-03-26T04:06:16.511Z Downloaded sigpipe v0.1.3
10862026-03-26T04:06:16.511Z Downloaded sha1 v0.10.6
10872026-03-26T04:06:16.511Z Downloaded slog-stdlog v4.1.1
10882026-03-26T04:06:16.515Z Downloaded progenitor-extras v0.1.1
10892026-03-26T04:06:16.515Z Downloaded rustls-pemfile v2.2.0
10902026-03-26T04:06:16.518Z Downloaded libscf-sys v1.1.0
10912026-03-26T04:06:16.518Z Downloaded derive_more v0.99.20
10922026-03-26T04:06:16.522Z Downloaded thiserror-impl-no-std v2.0.2
10932026-03-26T04:06:16.522Z Downloaded termtree v0.5.1
10942026-03-26T04:06:16.525Z Downloaded strum_macros v0.27.2
10952026-03-26T04:06:16.525Z Downloaded progenitor v0.13.0
10962026-03-26T04:06:16.529Z Downloaded tagptr v0.2.0
10972026-03-26T04:06:16.529Z Downloaded rustls-platform-verifier v0.6.2
10982026-03-26T04:06:16.533Z Downloaded strum_macros v0.26.4
10992026-03-26T04:06:16.533Z Downloaded scroll v0.13.0
11002026-03-26T04:06:16.536Z Downloaded unit-prefix v0.5.2
11012026-03-26T04:06:16.540Z Downloaded sdd v3.0.10
11022026-03-26T04:06:16.540Z Downloaded password-hash v0.5.0
11032026-03-26T04:06:16.540Z Downloaded postcard v1.1.3
11042026-03-26T04:06:16.544Z Downloaded litemap v0.8.1
11052026-03-26T04:06:16.544Z Downloaded papergrid v0.11.0
11062026-03-26T04:06:16.547Z Downloaded typify-macro v0.6.1
11072026-03-26T04:06:16.547Z Downloaded slog-envlogger v2.2.0
11082026-03-26T04:06:16.550Z Downloaded topological-sort v0.2.2
11092026-03-26T04:06:16.551Z Downloaded indexmap v1.9.3
11102026-03-26T04:06:16.551Z Downloaded unarray v0.1.4
11112026-03-26T04:06:16.554Z Downloaded icu_properties v2.1.2
11122026-03-26T04:06:16.554Z Downloaded strum v0.26.3
11132026-03-26T04:06:16.555Z Downloaded wait-timeout v0.2.1
11142026-03-26T04:06:16.558Z Downloaded thread-id v5.1.0
11152026-03-26T04:06:16.558Z Downloaded serde_derive_internals v0.29.1
11162026-03-26T04:06:16.558Z Downloaded git-stub-vcs v0.1.0
11172026-03-26T04:06:16.558Z Downloaded structmeta v0.3.0
11182026-03-26T04:06:16.562Z Downloaded tinystr v0.8.2
11192026-03-26T04:06:16.562Z Downloaded slog-scope v4.4.1
11202026-03-26T04:06:16.562Z Downloaded tokio-tungstenite v0.21.0
11212026-03-26T04:06:16.566Z Downloaded tokio-rustls v0.25.0
11222026-03-26T04:06:16.566Z Downloaded slog-json v2.6.1
11232026-03-26T04:06:16.566Z Downloaded waitgroup v0.1.2
11242026-03-26T04:06:16.566Z Downloaded utf-8 v0.7.6
11252026-03-26T04:06:16.570Z Downloaded schemars_derive v0.8.22
11262026-03-26T04:06:16.570Z Downloaded scroll v0.12.0
11272026-03-26T04:06:16.570Z Downloaded untrusted v0.7.1
11282026-03-26T04:06:16.570Z Downloaded structmeta-derive v0.3.0
11292026-03-26T04:06:16.570Z Downloaded time-core v0.1.8
11302026-03-26T04:06:16.574Z Downloaded dropshot_endpoint v0.16.7
11312026-03-26T04:06:16.574Z Downloaded universal-hash v0.5.1
11322026-03-26T04:06:16.574Z Downloaded indicatif v0.18.4
11332026-03-26T04:06:16.577Z Downloaded chacha20poly1305 v0.10.1
11342026-03-26T04:06:16.577Z Downloaded typify-macro v0.4.3
11352026-03-26T04:06:16.577Z Downloaded darling_core v0.23.0
11362026-03-26T04:06:16.581Z Downloaded icu_provider v2.1.1
11372026-03-26T04:06:16.581Z Downloaded omicron-zone-package v0.12.2
11382026-03-26T04:06:16.585Z Downloaded poly1305 v0.8.0
11392026-03-26T04:06:16.585Z Downloaded rusty-fork v0.3.1
11402026-03-26T04:06:16.585Z Downloaded schemars v0.9.0
11412026-03-26T04:06:16.590Z Downloaded crossbeam-channel v0.5.15
11422026-03-26T04:06:16.594Z Downloaded zone_cfg_derive v0.3.1
11432026-03-26T04:06:16.594Z Downloaded usdt-attr-macro v0.6.0
11442026-03-26T04:06:16.597Z Downloaded usdt-attr-macro v0.5.0
11452026-03-26T04:06:16.597Z Downloaded zerofrom-derive v0.1.6
11462026-03-26T04:06:16.597Z Downloaded usdt-macro v0.5.0
11472026-03-26T04:06:16.597Z Downloaded usdt v0.5.0
11482026-03-26T04:06:16.601Z Downloaded pest_derive v2.8.6
11492026-03-26T04:06:16.604Z Downloaded heapless v0.8.0
11502026-03-26T04:06:16.604Z Downloaded synstructure v0.13.2
11512026-03-26T04:06:16.608Z Downloaded usdt-macro v0.6.0
11522026-03-26T04:06:16.608Z Downloaded jiff-static v0.2.23
11532026-03-26T04:06:16.609Z Downloaded smartstring v1.0.1
11542026-03-26T04:06:16.609Z Downloaded slog-term v2.9.2
11552026-03-26T04:06:16.612Z Downloaded slog-async v2.8.0
11562026-03-26T04:06:16.615Z Downloaded smf v0.2.3
11572026-03-26T04:06:16.616Z Downloaded yoke-derive v0.8.1
11582026-03-26T04:06:16.616Z Downloaded usdt-impl v0.5.0
11592026-03-26T04:06:16.620Z Downloaded zone v0.3.1
11602026-03-26T04:06:16.624Z Downloaded qorb v0.4.1
11612026-03-26T04:06:16.624Z Downloaded zeroize_derive v1.4.3
11622026-03-26T04:06:16.627Z Downloaded crypto-bigint v0.5.5
11632026-03-26T04:06:16.627Z Downloaded zerofrom v0.1.6
11642026-03-26T04:06:16.631Z Downloaded tokio-dtrace v0.1.1
11652026-03-26T04:06:16.631Z Downloaded usdt v0.6.0
11662026-03-26T04:06:16.631Z Downloaded hickory-resolver v0.25.2
11672026-03-26T04:06:16.635Z Downloaded tiny-keccak v2.0.2
11682026-03-26T04:06:16.635Z Downloaded time-macros v0.2.27
11692026-03-26T04:06:16.635Z Downloaded thiserror-no-std v2.0.2
11702026-03-26T04:06:16.638Z Downloaded zerovec-derive v0.11.2
11712026-03-26T04:06:16.638Z Downloaded serde_with_macros v3.18.0
11722026-03-26T04:06:16.642Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11732026-03-26T04:06:16.642Z Downloaded progenitor-impl v0.13.0
11742026-03-26T04:06:16.645Z Downloaded usdt-impl v0.6.0
11752026-03-26T04:06:16.651Z Downloaded yoke v0.8.1
11762026-03-26T04:06:16.655Z Downloaded tungstenite v0.21.0
11772026-03-26T04:06:16.658Z Downloaded hickory-resolver v0.24.4
11782026-03-26T04:06:16.658Z Downloaded toml v0.9.12+spec-1.1.0
11792026-03-26T04:06:16.666Z Downloaded progenitor-impl v0.11.2
11802026-03-26T04:06:16.670Z Downloaded schemars v0.8.22
11812026-03-26T04:06:16.676Z Downloaded serde_yaml v0.9.34+deprecated
11822026-03-26T04:06:16.679Z Downloaded term v1.2.1
11832026-03-26T04:06:16.679Z Downloaded icu_locale_core v2.1.1
11842026-03-26T04:06:16.684Z Downloaded icu_collections v2.1.1
11852026-03-26T04:06:16.688Z Downloaded snafu v0.8.9
11862026-03-26T04:06:16.692Z Downloaded xz2 v0.1.7
11872026-03-26T04:06:16.692Z Downloaded thin-vec v0.2.14
11882026-03-26T04:06:16.696Z Downloaded writeable v0.6.2
11892026-03-26T04:06:16.696Z Downloaded steno v0.4.1
11902026-03-26T04:06:16.701Z Downloaded vsss-rs v3.3.4
11912026-03-26T04:06:16.701Z Downloaded ucd-trie v0.1.7
11922026-03-26T04:06:16.701Z Downloaded slog v2.8.2
11932026-03-26T04:06:16.704Z Downloaded test-strategy v0.4.5
11942026-03-26T04:06:16.704Z Downloaded whoami v1.6.1
11952026-03-26T04:06:16.708Z Downloaded progenitor-impl v0.10.0
11962026-03-26T04:06:16.714Z Downloaded typify v0.6.1
11972026-03-26T04:06:16.718Z Downloaded spin v0.9.8
11982026-03-26T04:06:16.721Z Downloaded icu_normalizer_data v2.1.1
11992026-03-26T04:06:16.721Z Downloaded typify v0.4.3
12002026-03-26T04:06:16.724Z Downloaded similar v2.7.0
12012026-03-26T04:06:16.728Z Downloaded scc v2.4.0
12022026-03-26T04:06:16.728Z Downloaded dropshot v0.17.0
12032026-03-26T04:06:16.743Z Downloaded zerotrie v0.2.3
12042026-03-26T04:06:16.746Z Downloaded walkdir v2.5.0
12052026-03-26T04:06:16.746Z Downloaded rayon-core v1.13.0
12062026-03-26T04:06:16.746Z Downloaded zerocopy-derive v0.7.35
12072026-03-26T04:06:16.757Z Downloaded toml v0.7.8
12082026-03-26T04:06:16.765Z Downloaded rayon v1.11.0
12092026-03-26T04:06:16.777Z Downloaded nom v7.1.3
12102026-03-26T04:06:16.781Z Downloaded rand v0.8.5
12112026-03-26T04:06:16.791Z Downloaded unsafe-libyaml v0.2.11
12122026-03-26T04:06:16.795Z Downloaded minimal-lexical v0.2.1
12132026-03-26T04:06:16.798Z Downloaded yansi v1.0.1
12142026-03-26T04:06:16.805Z Downloaded hashbrown v0.12.3
12152026-03-26T04:06:16.812Z Downloaded toml_edit v0.25.8+spec-1.1.0
12162026-03-26T04:06:16.816Z Downloaded schemars v1.2.1
12172026-03-26T04:06:16.826Z Downloaded rand v0.10.0
12182026-03-26T04:06:16.837Z Downloaded zerovec v0.11.5
12192026-03-26T04:06:16.844Z Downloaded blake3 v1.8.3
12202026-03-26T04:06:16.864Z Downloaded iddqd v0.3.17
12212026-03-26T04:06:16.875Z Downloaded zerocopy-derive v0.8.47
12222026-03-26T04:06:16.879Z Downloaded toml_edit v0.19.15
12232026-03-26T04:06:16.888Z Downloaded proptest v1.11.0
12242026-03-26T04:06:16.893Z Downloaded winnow v0.5.40
12252026-03-26T04:06:16.899Z Downloaded nom v8.0.0
12262026-03-26T04:06:16.903Z Downloaded itertools v0.12.1
12272026-03-26T04:06:16.906Z Downloaded hkdf v0.12.4
12282026-03-26T04:06:16.907Z Downloaded aws-lc-rs v1.16.2
12292026-03-26T04:06:16.917Z Downloaded goblin v0.8.2
12302026-03-26T04:06:16.926Z Downloaded syn v1.0.109
12312026-03-26T04:06:16.933Z Downloaded tabled v0.20.0
12322026-03-26T04:06:16.943Z Downloaded typed-path v0.9.3
12332026-03-26T04:06:16.947Z Downloaded rustls v0.22.4
12342026-03-26T04:06:16.954Z Downloaded icu_properties_data v2.1.2
12352026-03-26T04:06:16.960Z Downloaded reqwest v0.13.2
12362026-03-26T04:06:16.964Z Downloaded libm v0.2.16
12372026-03-26T04:06:16.968Z Downloaded tough v0.20.0
12382026-03-26T04:06:16.974Z Downloaded regress v0.10.5
12392026-03-26T04:06:16.981Z Downloaded dropshot v0.16.7
12402026-03-26T04:06:16.996Z Downloaded smoltcp v0.11.0
12412026-03-26T04:06:17.002Z Downloaded zerocopy v0.7.35
12422026-03-26T04:06:17.012Z Downloaded serde_with v3.18.0
12432026-03-26T04:06:17.018Z Downloaded openapiv3 v2.2.0
12442026-03-26T04:06:17.051Z Downloaded rustls-webpki v0.102.8
12452026-03-26T04:06:17.063Z Downloaded goblin v0.10.5
12462026-03-26T04:06:17.069Z Downloaded moka v0.12.15
12472026-03-26T04:06:17.080Z Downloaded tabled v0.15.0
12482026-03-26T04:06:17.094Z Downloaded sled v0.34.7
12492026-03-26T04:06:17.101Z Downloaded typify-impl v0.4.3
12502026-03-26T04:06:17.108Z Downloaded time v0.3.47
12512026-03-26T04:06:17.119Z Downloaded hickory-proto v0.24.4
12522026-03-26T04:06:17.151Z Downloaded nix v0.31.2
12532026-03-26T04:06:17.159Z Downloaded rhai v1.24.0
12542026-03-26T04:06:17.179Z Downloaded hickory-proto v0.25.2
12552026-03-26T04:06:17.189Z Downloaded csv v1.4.0
12562026-03-26T04:06:17.202Z Downloaded chrono-tz v0.10.4
12572026-03-26T04:06:17.213Z Downloaded sha3 v0.10.8
12582026-03-26T04:06:17.226Z Downloaded typify-impl v0.6.1
12592026-03-26T04:06:17.290Z Downloaded petgraph v0.6.5
12602026-03-26T04:06:17.302Z Downloaded lzma-sys v0.1.20
12612026-03-26T04:06:17.318Z Downloaded jiff v0.2.23
12622026-03-26T04:06:17.328Z Downloaded encoding_rs v0.8.35
12632026-03-26T04:06:17.850Z Downloaded aws-lc-sys v0.39.0
12642026-03-26T04:06:18.753Z Compiling proc-macro2 v1.0.106
12652026-03-26T04:06:18.753Z Compiling unicode-ident v1.0.24
12662026-03-26T04:06:18.753Z Compiling quote v1.0.45
12672026-03-26T04:06:18.753Z Compiling serde_core v1.0.228
12682026-03-26T04:06:18.753Z Compiling cfg-if v1.0.4
12692026-03-26T04:06:18.757Z Compiling serde v1.0.228
12702026-03-26T04:06:18.757Z Compiling libc v0.2.183
12712026-03-26T04:06:18.757Z Compiling memchr v2.8.0
12722026-03-26T04:06:18.967Z Compiling itoa v1.0.18
12732026-03-26T04:06:19.153Z Compiling smallvec v1.15.1
12742026-03-26T04:06:19.216Z Compiling zmij v1.0.21
12752026-03-26T04:06:19.245Z Compiling serde_json v1.0.149
12762026-03-26T04:06:19.364Z Compiling autocfg v1.5.0
12772026-03-26T04:06:19.483Z Compiling libm v0.2.16
12782026-03-26T04:06:19.616Z Compiling stable_deref_trait v1.2.1
12792026-03-26T04:06:19.692Z Compiling iana-time-zone v0.1.65
12802026-03-26T04:06:19.703Z Compiling version_check v0.9.5
12812026-03-26T04:06:19.723Z Compiling writeable v0.6.2
12822026-03-26T04:06:19.788Z Compiling percent-encoding v2.3.2
12832026-03-26T04:06:19.832Z Compiling litemap v0.8.1
12842026-03-26T04:06:19.949Z Compiling icu_normalizer_data v2.1.1
12852026-03-26T04:06:19.978Z Compiling icu_properties_data v2.1.2
12862026-03-26T04:06:19.992Z Compiling equivalent v1.0.2
12872026-03-26T04:06:20.023Z Compiling allocator-api2 v0.2.21
12882026-03-26T04:06:20.075Z Compiling foldhash v0.2.0
12892026-03-26T04:06:20.147Z Compiling syn v2.0.117
12902026-03-26T04:06:20.245Z Compiling pin-project-lite v0.2.17
12912026-03-26T04:06:20.302Z Compiling form_urlencoded v1.2.2
12922026-03-26T04:06:20.312Z Compiling hashbrown v0.16.1
12932026-03-26T04:06:20.333Z Compiling dyn-clone v1.0.20
12942026-03-26T04:06:20.352Z Compiling utf8_iter v1.0.4
12952026-03-26T04:06:20.365Z Compiling scopeguard v1.2.0
12962026-03-26T04:06:20.477Z Compiling parking_lot_core v0.9.12
12972026-03-26T04:06:20.486Z Compiling lock_api v0.4.14
12982026-03-26T04:06:20.500Z Compiling num-traits v0.2.19
12992026-03-26T04:06:20.527Z Compiling thiserror v2.0.18
13002026-03-26T04:06:20.710Z Compiling getrandom v0.4.2
13012026-03-26T04:06:20.748Z Compiling rand_core v0.10.0
13022026-03-26T04:06:20.906Z Compiling heck v0.5.0
13032026-03-26T04:06:20.918Z Compiling errno v0.3.14
13042026-03-26T04:06:21.061Z Compiling semver v1.0.27
13052026-03-26T04:06:21.071Z Compiling indexmap v2.13.0
13062026-03-26T04:06:21.162Z Compiling futures-core v0.3.32
13072026-03-26T04:06:21.172Z Compiling jobserver v0.1.34
13082026-03-26T04:06:21.210Z Compiling find-msvc-tools v0.1.9
13092026-03-26T04:06:21.305Z Compiling shlex v1.3.0
13102026-03-26T04:06:21.403Z Compiling zerocopy v0.8.47
13112026-03-26T04:06:21.437Z Compiling cc v1.2.57
13122026-03-26T04:06:21.480Z Compiling uuid v1.22.0
13132026-03-26T04:06:21.490Z Compiling rustversion v1.0.22
13142026-03-26T04:06:21.494Z Compiling fnv v1.0.7
13152026-03-26T04:06:21.588Z Compiling futures-sink v0.3.32
13162026-03-26T04:06:21.684Z Compiling schemars v0.8.22
13172026-03-26T04:06:21.695Z Compiling slab v0.4.12
13182026-03-26T04:06:21.816Z Compiling futures-channel v0.3.32
13192026-03-26T04:06:21.860Z Compiling socket2 v0.6.3
13202026-03-26T04:06:21.925Z Compiling futures-io v0.3.32
13212026-03-26T04:06:22.036Z Compiling futures-task v0.3.32
13222026-03-26T04:06:22.080Z Compiling parking_lot v0.12.5
13232026-03-26T04:06:22.175Z Compiling signal-hook-registry v1.4.8
13242026-03-26T04:06:22.187Z Compiling mio v1.1.1
13252026-03-26T04:06:22.202Z Compiling log v0.4.29
13262026-03-26T04:06:22.297Z Compiling portable-atomic v1.13.1
13272026-03-26T04:06:22.407Z Compiling bitflags v2.11.0
13282026-03-26T04:06:22.467Z Compiling critical-section v1.2.0
13292026-03-26T04:06:22.480Z Compiling typenum v1.19.0
13302026-03-26T04:06:22.568Z Compiling getrandom v0.2.17
13312026-03-26T04:06:22.583Z Compiling base64 v0.22.1
13322026-03-26T04:06:22.642Z Compiling regex-syntax v0.8.10
13332026-03-26T04:06:22.678Z Compiling byteorder v1.5.0
13342026-03-26T04:06:22.691Z Compiling subtle v2.6.1
13352026-03-26T04:06:22.749Z Compiling untrusted v0.9.0
13362026-03-26T04:06:22.848Z Compiling rand_core v0.6.4
13372026-03-26T04:06:22.865Z Compiling strsim v0.11.1
13382026-03-26T04:06:22.895Z Compiling synstructure v0.13.2
13392026-03-26T04:06:22.912Z Compiling serde_derive_internals v0.29.1
13402026-03-26T04:06:23.073Z Compiling ipnet v2.12.0
13412026-03-26T04:06:23.256Z Compiling once_cell v1.21.4
13422026-03-26T04:06:23.277Z Compiling rustix v1.1.4
13432026-03-26T04:06:23.393Z Compiling httparse v1.10.1
13442026-03-26T04:06:23.405Z Compiling atomic-waker v1.1.2
13452026-03-26T04:06:23.466Z Compiling tower-service v0.3.3
13462026-03-26T04:06:23.523Z Compiling tower-layer v0.3.3
13472026-03-26T04:06:23.555Z Compiling cmake v0.1.57
13482026-03-26T04:06:23.608Z Compiling try-lock v0.2.5
13492026-03-26T04:06:23.655Z Compiling fs_extra v1.3.0
13502026-03-26T04:06:23.678Z Compiling thiserror v1.0.69
13512026-03-26T04:06:23.702Z Compiling dunce v1.0.5
13522026-03-26T04:06:23.789Z Compiling ryu v1.0.23
13532026-03-26T04:06:23.845Z Compiling want v0.3.1
13542026-03-26T04:06:23.920Z Compiling pin-utils v0.1.0
13552026-03-26T04:06:23.942Z Compiling aws-lc-sys v0.39.0
13562026-03-26T04:06:23.990Z Compiling httpdate v1.0.3
13572026-03-26T04:06:24.000Z Compiling ucd-trie v0.1.7
13582026-03-26T04:06:24.045Z Compiling generic-array v0.14.7
13592026-03-26T04:06:24.103Z Compiling getrandom v0.3.4
13602026-03-26T04:06:24.196Z Compiling serde_derive v1.0.228
13612026-03-26T04:06:24.211Z Compiling zerofrom-derive v0.1.6
13622026-03-26T04:06:24.223Z Compiling yoke-derive v0.8.1
13632026-03-26T04:06:24.261Z Compiling zerovec-derive v0.11.2
13642026-03-26T04:06:24.298Z Compiling displaydoc v0.2.5
13652026-03-26T04:06:24.433Z Compiling schemars_derive v0.8.22
13662026-03-26T04:06:24.788Z Compiling thiserror-impl v2.0.18
13672026-03-26T04:06:25.066Z Compiling tokio-macros v2.6.1
13682026-03-26T04:06:25.264Z Compiling zerocopy-derive v0.8.47
13692026-03-26T04:06:25.374Z Compiling zeroize_derive v1.4.3
13702026-03-26T04:06:25.385Z Compiling futures-macro v0.3.32
13712026-03-26T04:06:25.416Z Compiling zerofrom v0.1.6
13722026-03-26T04:06:25.536Z Compiling yoke v0.8.1
13732026-03-26T04:06:25.649Z Compiling thiserror-impl v1.0.69
13742026-03-26T04:06:25.715Z Compiling zerovec v0.11.5
13752026-03-26T04:06:25.840Z Compiling zerotrie v0.2.3
13762026-03-26T04:06:26.038Z Compiling zeroize v1.8.2
13772026-03-26T04:06:26.153Z Compiling tinystr v0.8.2
13782026-03-26T04:06:26.229Z Compiling potential_utf v0.1.4
13792026-03-26T04:06:26.233Z Compiling futures-util v0.3.32
13802026-03-26T04:06:26.238Z Compiling pest v2.8.6
13812026-03-26T04:06:26.347Z Compiling icu_locale_core v2.1.1
13822026-03-26T04:06:26.369Z Compiling icu_collections v2.1.1
13832026-03-26T04:06:26.865Z Compiling pretty-hex v0.4.2
13842026-03-26T04:06:26.960Z Compiling icu_provider v2.1.1
13852026-03-26T04:06:27.211Z Compiling icu_normalizer v2.1.1
13862026-03-26T04:06:27.253Z Compiling icu_properties v2.1.2
13872026-03-26T04:06:27.276Z Compiling pest_meta v2.8.6
13882026-03-26T04:06:27.398Z Compiling bytes v1.11.1
13892026-03-26T04:06:27.484Z Compiling chrono v0.4.44
13902026-03-26T04:06:27.781Z Compiling serde_tokenstream v0.2.3
13912026-03-26T04:06:28.015Z Compiling http v1.4.0
13922026-03-26T04:06:28.054Z Compiling tokio v1.50.0
13932026-03-26T04:06:28.399Z Compiling idna_adapter v1.2.1
13942026-03-26T04:06:28.472Z Compiling erased-serde v0.3.31
13952026-03-26T04:06:28.528Z Compiling idna v1.1.0
13962026-03-26T04:06:28.539Z Compiling pest_generator v2.8.6
13972026-03-26T04:06:28.957Z Compiling url v2.5.8
13982026-03-26T04:06:29.012Z Compiling http-body v1.0.1
13992026-03-26T04:06:29.040Z Compiling plain v0.2.3
14002026-03-26T04:06:29.187Z Compiling pest_derive v2.8.6
14012026-03-26T04:06:29.303Z Compiling tracing-attributes v0.1.31
14022026-03-26T04:06:29.351Z Compiling tracing-core v0.1.36
14032026-03-26T04:06:29.652Z Compiling ppv-lite86 v0.2.21
14042026-03-26T04:06:29.838Z Compiling slog v2.8.2
14052026-03-26T04:06:29.956Z Compiling http-body-util v0.1.3
14062026-03-26T04:06:29.967Z Compiling serde_urlencoded v0.7.1
14072026-03-26T04:06:30.194Z Compiling sync_wrapper v1.0.2
14082026-03-26T04:06:30.208Z Compiling regress v0.10.5
14092026-03-26T04:06:30.294Z Compiling aho-corasick v1.1.4
14102026-03-26T04:06:30.474Z Compiling ipnetwork v0.21.1
14112026-03-26T04:06:30.521Z Compiling tracing v0.1.44
14122026-03-26T04:06:30.583Z Compiling paste v1.0.15
14132026-03-26T04:06:30.767Z Compiling crypto-common v0.1.7
14142026-03-26T04:06:30.910Z Compiling omicron-workspace-hack v0.1.0
14152026-03-26T04:06:30.915Z Compiling ident_case v1.0.1
14162026-03-26T04:06:31.030Z Compiling powerfmt v0.2.0
14172026-03-26T04:06:31.107Z Compiling regex-automata v0.4.14
14182026-03-26T04:06:31.121Z Compiling num-conv v0.2.0
14192026-03-26T04:06:31.236Z Compiling time-core v0.1.8
14202026-03-26T04:06:31.249Z Compiling deranged v0.5.8
14212026-03-26T04:06:31.369Z Compiling time-macros v0.2.27
14222026-03-26T04:06:32.217Z Compiling anyhow v1.0.102
14232026-03-26T04:06:32.327Z Compiling num_threads v0.1.7
14242026-03-26T04:06:32.343Z Compiling iri-string v0.7.11
14252026-03-26T04:06:32.486Z Compiling scroll_derive v0.13.1
14262026-03-26T04:06:33.116Z Compiling regex v1.12.3
14272026-03-26T04:06:33.308Z Compiling scroll v0.13.0
14282026-03-26T04:06:33.578Z Compiling tokio-util v0.7.18
14292026-03-26T04:06:33.588Z Compiling oxnet v0.1.4
14302026-03-26T04:06:33.630Z Compiling daft-derive v0.1.5
14312026-03-26T04:06:34.017Z Compiling winnow v1.0.0
14322026-03-26T04:06:34.040Z Compiling syn v1.0.109
14332026-03-26T04:06:34.052Z Compiling fastrand v2.3.0
14342026-03-26T04:06:34.388Z Compiling openapiv3 v2.2.0
14352026-03-26T04:06:34.395Z Compiling rustls-pki-types v1.14.0
14362026-03-26T04:06:34.429Z Compiling async-trait v0.1.89
14372026-03-26T04:06:35.114Z Compiling crossbeam-utils v0.8.21
14382026-03-26T04:06:35.427Z Compiling ring v0.17.14
14392026-03-26T04:06:35.491Z Compiling cpufeatures v0.2.17
14402026-03-26T04:06:35.857Z Compiling h2 v0.4.13
14412026-03-26T04:06:35.862Z Compiling block-buffer v0.10.4
14422026-03-26T04:06:35.986Z Compiling thread_local v1.1.9
14432026-03-26T04:06:36.003Z Compiling hex v0.4.3
14442026-03-26T04:06:36.068Z Compiling usdt-impl v0.6.0
14452026-03-26T04:06:36.241Z Compiling digest v0.10.7
14462026-03-26T04:06:36.244Z Compiling goblin v0.10.5
14472026-03-26T04:06:36.313Z Compiling dtrace-parser v0.3.0
14482026-03-26T04:06:36.443Z Compiling openssl-probe v0.2.1
14492026-03-26T04:06:36.623Z Compiling camino v1.2.2
14502026-03-26T04:06:36.923Z Compiling slog-async v2.8.0
14512026-03-26T04:06:38.822Z Compiling thread-id v5.1.0
14522026-03-26T04:06:38.829Z Compiling take_mut v0.2.2
14532026-03-26T04:06:38.829Z Compiling term v1.2.1
14542026-03-26T04:06:38.829Z Compiling rand_core v0.9.5
14552026-03-26T04:06:38.829Z Compiling futures-executor v0.3.32
14562026-03-26T04:06:38.829Z Compiling match_cfg v0.1.0
14572026-03-26T04:06:38.829Z Compiling hyper v1.8.1
14582026-03-26T04:06:38.829Z Compiling futures v0.3.32
14592026-03-26T04:06:38.829Z Compiling structmeta-derive v0.3.0
14602026-03-26T04:06:38.829Z Compiling aws-lc-rs v1.16.2
14612026-03-26T04:06:38.829Z Compiling rustls v0.22.4
14622026-03-26T04:06:38.829Z Compiling rand_chacha v0.9.0
14632026-03-26T04:06:38.829Z Compiling darling_core v0.23.0
14642026-03-26T04:06:38.862Z Compiling newtype-uuid-macros v0.1.0
14652026-03-26T04:06:38.927Z Compiling dof v0.4.0
14662026-03-26T04:06:39.101Z Compiling hyper-util v0.1.20
14672026-03-26T04:06:39.606Z Compiling structmeta v0.3.0
14682026-03-26T04:06:39.870Z Compiling winnow v0.7.15
14692026-03-26T04:06:40.298Z Compiling rand v0.9.2
14702026-03-26T04:06:40.387Z Compiling time v0.3.47
14712026-03-26T04:06:40.607Z Compiling darling_macro v0.23.0
14722026-03-26T04:06:40.893Z Compiling tower v0.5.3
14732026-03-26T04:06:41.137Z Compiling usdt-macro v0.6.0
14742026-03-26T04:06:41.172Z Compiling usdt-attr-macro v0.6.0
14752026-03-26T04:06:41.370Z Compiling newtype-uuid v1.3.2
14762026-03-26T04:06:41.375Z Compiling ref-cast v1.0.25
14772026-03-26T04:06:41.681Z Compiling quick-error v1.2.3
14782026-03-26T04:06:41.703Z Compiling untrusted v0.7.1
14792026-03-26T04:06:41.822Z Compiling daft v0.1.5
14802026-03-26T04:06:41.826Z Compiling tower-http v0.6.8
14812026-03-26T04:06:41.842Z Compiling darling v0.23.0
14822026-03-26T04:06:41.919Z Compiling crossbeam-channel v0.5.15
14832026-03-26T04:06:42.060Z Compiling strum_macros v0.26.4
14842026-03-26T04:06:42.079Z Compiling ref-cast-impl v1.0.25
14852026-03-26T04:06:42.251Z Compiling toml_datetime v0.7.5+spec-1.1.0
14862026-03-26T04:06:42.266Z Compiling serde_spanned v1.1.0
14872026-03-26T04:06:42.353Z Compiling multer v3.1.0
14882026-03-26T04:06:42.393Z Compiling rustls v0.23.37
14892026-03-26T04:06:42.404Z Compiling bit-vec v0.8.0
14902026-03-26T04:06:42.554Z Compiling toml_writer v1.1.0+spec-1.1.0
14912026-03-26T04:06:42.570Z Compiling debug-ignore v1.0.5
14922026-03-26T04:06:42.596Z Compiling bit-set v0.8.0
14932026-03-26T04:06:42.667Z Compiling serde_with_macros v3.18.0
14942026-03-26T04:06:42.678Z Compiling async-stream-impl v0.3.6
14952026-03-26T04:06:42.744Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14962026-03-26T04:06:42.756Z Compiling dropshot v0.16.7
14972026-03-26T04:06:42.777Z Compiling encoding_rs v0.8.35
14982026-03-26T04:06:42.972Z Compiling unarray v0.1.4
14992026-03-26T04:06:43.077Z Compiling spin v0.9.8
15002026-03-26T04:06:44.061Z Compiling mime v0.3.17
15012026-03-26T04:06:44.061Z Compiling async-stream v0.3.6
15022026-03-26T04:06:44.061Z Compiling derive-ex v0.1.8
15032026-03-26T04:06:44.061Z Compiling dropshot_endpoint v0.16.7
15042026-03-26T04:06:44.061Z Compiling strum v0.26.3
15052026-03-26T04:06:44.061Z Compiling macaddr v1.0.1
15062026-03-26T04:06:44.061Z Compiling waitgroup v0.1.2
15072026-03-26T04:06:44.061Z Compiling serde_path_to_error v0.1.20
15082026-03-26T04:06:44.075Z Compiling is-terminal v0.4.17
15092026-03-26T04:06:44.161Z Compiling slog-term v2.9.2
15102026-03-26T04:06:44.296Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15112026-03-26T04:06:44.328Z Compiling tempfile v3.27.0
15122026-03-26T04:06:44.510Z Compiling strum_macros v0.27.2
15132026-03-26T04:06:44.752Z Compiling instant v0.1.13
15142026-03-26T04:06:44.852Z Compiling rustc-hash v2.1.1
15152026-03-26T04:06:44.880Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15162026-03-26T04:06:45.075Z Compiling test-strategy v0.4.5
15172026-03-26T04:06:45.080Z Compiling slog-json v2.6.1
15182026-03-26T04:06:45.384Z Compiling hostname v0.3.1
15192026-03-26T04:06:45.454Z Compiling rustls-native-certs v0.8.3
15202026-03-26T04:06:45.521Z Compiling memmap2 v0.9.10
15212026-03-26T04:06:45.785Z Compiling either v1.15.0
15222026-03-26T04:06:45.985Z Compiling slog-bunyan v2.5.0
15232026-03-26T04:06:46.116Z Compiling parse-display-derive v0.10.0
15242026-03-26T04:06:46.239Z Compiling backon v1.6.0
15252026-03-26T04:06:46.343Z Compiling strum v0.27.2
15262026-03-26T04:06:46.445Z Compiling rustls-webpki v0.102.8
15272026-03-26T04:06:46.450Z Compiling rand_chacha v0.3.1
15282026-03-26T04:06:46.462Z Compiling toml_parser v1.1.0+spec-1.1.0
15292026-03-26T04:06:47.131Z Compiling rand v0.8.5
15302026-03-26T04:06:47.294Z Compiling wait-timeout v0.2.1
15312026-03-26T04:06:47.597Z Compiling utf8parse v0.2.2
15322026-03-26T04:06:47.732Z Compiling anstyle-parse v1.0.0
15332026-03-26T04:06:47.773Z Compiling rusty-fork v0.3.1
15342026-03-26T04:06:47.867Z Compiling toml v0.9.12+spec-1.1.0
15352026-03-26T04:06:47.915Z Compiling serde_with v3.18.0
15362026-03-26T04:06:48.613Z Compiling usdt v0.6.0
15372026-03-26T04:06:48.854Z Compiling tokio-rustls v0.25.0
15382026-03-26T04:06:48.921Z Compiling reqwest v0.12.28
15392026-03-26T04:06:49.098Z Compiling rand_xorshift v0.4.0
15402026-03-26T04:06:49.243Z Compiling sha1 v0.10.6
15412026-03-26T04:06:49.461Z Compiling rustls-pemfile v2.2.0
15422026-03-26T04:06:49.472Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15432026-03-26T04:06:49.657Z Compiling hostname v0.4.2
15442026-03-26T04:06:49.717Z Compiling colorchoice v1.0.5
15452026-03-26T04:06:49.800Z Compiling anstyle v1.0.14
15462026-03-26T04:06:49.831Z Compiling anstyle-query v1.1.5
15472026-03-26T04:06:49.942Z Compiling is_terminal_polyfill v1.70.2
15482026-03-26T04:06:49.972Z Compiling proptest v1.11.0
15492026-03-26T04:06:50.027Z Compiling anstream v1.0.0
15502026-03-26T04:06:50.347Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15512026-03-26T04:06:50.513Z Compiling clap_lex v1.1.0
15522026-03-26T04:06:50.690Z Compiling unicode-width v0.2.2
15532026-03-26T04:06:50.941Z Compiling itertools v0.14.0
15542026-03-26T04:06:50.964Z Compiling iddqd v0.3.17
15552026-03-26T04:06:52.089Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15562026-03-26T04:06:52.161Z Compiling clap_derive v4.6.0
15572026-03-26T04:06:52.181Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15582026-03-26T04:06:52.425Z Compiling terminal_size v0.4.4
15592026-03-26T04:06:52.544Z Compiling toml_datetime v0.6.11
15602026-03-26T04:06:52.821Z Compiling progenitor-client v0.10.0
15612026-03-26T04:06:52.891Z Compiling parse-display v0.10.0
15622026-03-26T04:06:52.915Z Compiling backoff v0.4.0
15632026-03-26T04:06:53.094Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15642026-03-26T04:06:53.231Z Compiling clap_builder v4.6.0
15652026-03-26T04:06:53.927Z Compiling darling_core v0.21.3
15662026-03-26T04:06:54.109Z Compiling zerocopy-derive v0.7.35
15672026-03-26T04:06:54.947Z Compiling clap v4.6.0
15682026-03-26T04:06:54.967Z Compiling zerocopy v0.7.35
15692026-03-26T04:06:55.024Z Compiling crossbeam-epoch v0.9.18
15702026-03-26T04:06:55.551Z Compiling toml_datetime v1.1.0+spec-1.1.0
15712026-03-26T04:06:55.771Z Compiling toml_edit v0.25.8+spec-1.1.0
15722026-03-26T04:06:56.046Z Compiling darling_macro v0.21.3
15732026-03-26T04:06:56.696Z Compiling darling v0.21.3
15742026-03-26T04:06:56.776Z Compiling proc-macro-error-attr v1.0.4
15752026-03-26T04:06:56.856Z Compiling memoffset v0.9.1
15762026-03-26T04:06:56.873Z Compiling cfg_aliases v0.2.1
15772026-03-26T04:06:56.944Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15782026-03-26T04:06:56.974Z Compiling tinyvec_macros v0.1.1
15792026-03-26T04:06:56.993Z Compiling heapless v0.8.0
15802026-03-26T04:06:57.040Z Compiling convert_case v0.4.0
15812026-03-26T04:06:57.184Z Compiling tinyvec v1.11.0
15822026-03-26T04:06:57.238Z Compiling nix v0.31.2
15832026-03-26T04:06:57.259Z Compiling ingot-macros v0.1.1
15842026-03-26T04:06:57.340Z Compiling derive_more v0.99.20
15852026-03-26T04:06:57.443Z Compiling proc-macro-crate v3.5.0
15862026-03-26T04:06:57.858Z Compiling typify-impl v0.6.1
15872026-03-26T04:06:57.995Z Compiling dtrace-parser v0.2.0
15882026-03-26T04:06:58.318Z Compiling secrecy v0.10.3
15892026-03-26T04:06:58.474Z Compiling scroll_derive v0.12.1
15902026-03-26T04:06:58.918Z Compiling hash32 v0.3.1
15912026-03-26T04:06:58.954Z Compiling usdt-impl v0.5.0
15922026-03-26T04:06:59.071Z Compiling proc-macro-error v1.0.4
15932026-03-26T04:06:59.200Z Compiling smoltcp v0.11.0
15942026-03-26T04:06:59.212Z Compiling crucible-workspace-hack v0.1.0
15952026-03-26T04:06:59.292Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
15962026-03-26T04:06:59.417Z Compiling winnow v0.5.40
15972026-03-26T04:06:59.557Z Compiling scroll v0.12.0
15982026-03-26T04:06:59.667Z Compiling num_enum_derive v0.7.6
15992026-03-26T04:07:00.047Z Compiling ingot-types v0.1.2
16002026-03-26T04:07:00.525Z Compiling dof v0.3.0
16012026-03-26T04:07:00.710Z Compiling toml_edit v0.19.15
16022026-03-26T04:07:00.827Z Compiling serde_spanned v0.6.9
16032026-03-26T04:07:00.851Z Compiling cobs v0.3.0
16042026-03-26T04:07:00.867Z Compiling foreign-types-macros v0.2.3
16052026-03-26T04:07:00.933Z Compiling thread-id v4.2.2
16062026-03-26T04:07:00.998Z Compiling managed v0.8.0
16072026-03-26T04:07:01.010Z Compiling toml_write v0.1.2
16082026-03-26T04:07:01.041Z Compiling bitflags v1.3.2
16092026-03-26T04:07:01.114Z Compiling foreign-types-shared v0.3.1
16102026-03-26T04:07:01.200Z Compiling cpufeatures v0.3.0
16112026-03-26T04:07:01.206Z Compiling unsafe-libyaml v0.2.11
16122026-03-26T04:07:01.258Z Compiling chacha20 v0.10.0
16132026-03-26T04:07:01.271Z Compiling toml_edit v0.22.27
16142026-03-26T04:07:01.507Z Compiling foreign-types v0.5.0
16152026-03-26T04:07:01.880Z Compiling proc-macro-crate v1.3.1
16162026-03-26T04:07:01.901Z Compiling serde_yaml v0.9.34+deprecated
16172026-03-26T04:07:02.100Z Compiling postcard v1.1.3
16182026-03-26T04:07:02.429Z Compiling num_enum v0.7.6
16192026-03-26T04:07:03.094Z Compiling ingot v0.1.1
16202026-03-26T04:07:03.140Z Compiling goblin v0.8.2
16212026-03-26T04:07:04.199Z Compiling typify-macro v0.6.1
16222026-03-26T04:07:04.234Z Compiling tabwriter v1.4.1
16232026-03-26T04:07:04.281Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16242026-03-26T04:07:04.473Z Compiling hubpack_derive v0.1.1
16252026-03-26T04:07:04.680Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16262026-03-26T04:07:04.775Z Compiling num-integer v0.1.46
16272026-03-26T04:07:04.980Z Compiling rustc_version v0.4.1
16282026-03-26T04:07:05.001Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16292026-03-26T04:07:05.227Z Compiling cstr-argument v0.1.2
16302026-03-26T04:07:05.254Z Compiling rayon-core v1.13.0
16312026-03-26T04:07:05.306Z Compiling colored v3.1.1
16322026-03-26T04:07:05.319Z Compiling float-ord v0.3.2
16332026-03-26T04:07:05.371Z Compiling heck v0.4.1
16342026-03-26T04:07:05.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16352026-03-26T04:07:05.569Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16362026-03-26T04:07:05.691Z Compiling curve25519-dalek v4.1.3
16372026-03-26T04:07:06.072Z Compiling hubpack v0.1.2
16382026-03-26T04:07:06.253Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16392026-03-26T04:07:06.279Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16402026-03-26T04:07:06.327Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16412026-03-26T04:07:06.510Z Compiling num_enum_derive v0.5.11
16422026-03-26T04:07:06.631Z Compiling toml v0.8.23
16432026-03-26T04:07:07.179Z Compiling rand v0.10.0
16442026-03-26T04:07:07.328Z Compiling crossbeam-deque v0.8.6
16452026-03-26T04:07:07.582Z Compiling hmac v0.12.1
16462026-03-26T04:07:07.696Z Compiling inout v0.1.4
16472026-03-26T04:07:07.715Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16482026-03-26T04:07:07.840Z Compiling ff v0.13.1
16492026-03-26T04:07:07.984Z Compiling prettyplease v0.2.37
16502026-03-26T04:07:08.104Z Compiling rustix v0.38.44
16512026-03-26T04:07:08.214Z Compiling static_assertions v1.1.0
16522026-03-26T04:07:08.874Z Compiling rustls-webpki v0.103.10
16532026-03-26T04:07:09.138Z Compiling group v0.13.0
16542026-03-26T04:07:09.249Z Compiling cipher v0.4.4
16552026-03-26T04:07:09.485Z Compiling hkdf v0.12.4
16562026-03-26T04:07:10.117Z Compiling num_enum v0.5.11
16572026-03-26T04:07:10.254Z Compiling typify v0.6.1
16582026-03-26T04:07:10.424Z Compiling num-rational v0.4.2
16592026-03-26T04:07:10.449Z Compiling num-iter v0.1.45
16602026-03-26T04:07:10.569Z Compiling usdt-attr-macro v0.5.0
16612026-03-26T04:07:10.664Z Compiling usdt-macro v0.5.0
16622026-03-26T04:07:11.416Z Compiling camino-tempfile v1.4.1
16632026-03-26T04:07:11.594Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16642026-03-26T04:07:11.654Z Compiling thiserror-impl-no-std v2.0.2
16652026-03-26T04:07:12.102Z Compiling universal-hash v0.5.1
16662026-03-26T04:07:12.233Z Compiling crypto-bigint v0.5.5
16672026-03-26T04:07:12.674Z Compiling tokio-rustls v0.26.4
16682026-03-26T04:07:12.719Z Compiling rustls-platform-verifier v0.6.2
16692026-03-26T04:07:12.943Z Compiling hyper-rustls v0.27.7
16702026-03-26T04:07:13.188Z Compiling reqwest v0.13.2
16712026-03-26T04:07:13.314Z Compiling half v2.7.1
16722026-03-26T04:07:13.388Z Compiling curve25519-dalek-derive v0.1.1
16732026-03-26T04:07:13.612Z Compiling enum-as-inner v0.6.1
16742026-03-26T04:07:14.009Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16752026-03-26T04:07:14.124Z Compiling num-complex v0.4.6
16762026-03-26T04:07:14.209Z Compiling memmap v0.7.0
16772026-03-26T04:07:14.302Z Compiling base64ct v1.8.3
16782026-03-26T04:07:14.404Z Compiling ciborium-io v0.2.2
16792026-03-26T04:07:14.503Z Compiling progenitor-client v0.13.0
16802026-03-26T04:07:14.613Z Compiling data-encoding v2.10.0
16812026-03-26T04:07:14.816Z Compiling progenitor-extras v0.1.1
16822026-03-26T04:07:15.062Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16832026-03-26T04:07:15.072Z Compiling base16ct v0.2.0
16842026-03-26T04:07:15.227Z Compiling opaque-debug v0.3.1
16852026-03-26T04:07:15.239Z Compiling elliptic-curve v0.13.8
16862026-03-26T04:07:15.299Z Compiling poly1305 v0.8.0
16872026-03-26T04:07:15.515Z Compiling password-hash v0.5.0
16882026-03-26T04:07:15.702Z Compiling ciborium-ll v0.2.2
16892026-03-26T04:07:15.729Z Compiling num v0.4.3
16902026-03-26T04:07:15.806Z Compiling usdt v0.5.0
16912026-03-26T04:07:16.085Z Compiling thiserror-no-std v2.0.2
16922026-03-26T04:07:16.088Z Compiling rayon v1.11.0
16932026-03-26T04:07:16.188Z Compiling progenitor-impl v0.13.0
16942026-03-26T04:07:17.110Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16952026-03-26T04:07:17.458Z Compiling chacha20 v0.9.1
16962026-03-26T04:07:17.574Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16972026-03-26T04:07:17.851Z Compiling zone_cfg_derive v0.3.1
16982026-03-26T04:07:18.322Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16992026-03-26T04:07:18.412Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17002026-03-26T04:07:18.523Z Compiling itertools v0.12.1
17012026-03-26T04:07:18.561Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17022026-03-26T04:07:18.759Z Compiling blake2 v0.10.6
17032026-03-26T04:07:18.843Z Compiling byte-wrapper v0.1.0
17042026-03-26T04:07:18.843Z Compiling aead v0.5.2
17052026-03-26T04:07:18.874Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17062026-03-26T04:07:19.207Z Compiling num-derive v0.4.2
17072026-03-26T04:07:19.241Z Compiling sigpipe v0.1.3
17082026-03-26T04:07:19.269Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17092026-03-26T04:07:19.327Z Compiling pkg-config v0.3.32
17102026-03-26T04:07:19.435Z Compiling vcpkg v0.2.15
17112026-03-26T04:07:19.487Z Compiling glob v0.3.3
17122026-03-26T04:07:19.749Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17132026-03-26T04:07:19.793Z Compiling bytecount v0.6.9
17142026-03-26T04:07:19.841Z Compiling keccak v0.1.6
17152026-03-26T04:07:19.930Z Compiling jiff v0.2.23
17162026-03-26T04:07:19.948Z Compiling progenitor-macro v0.13.0
17172026-03-26T04:07:20.007Z Compiling openssl-sys v0.9.112
17182026-03-26T04:07:20.089Z Compiling sha3 v0.10.8
17192026-03-26T04:07:20.166Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17202026-03-26T04:07:20.296Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17212026-03-26T04:07:20.539Z Compiling zone v0.3.1
17222026-03-26T04:07:20.662Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17232026-03-26T04:07:20.929Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17242026-03-26T04:07:21.349Z Compiling argon2 v0.5.3
17252026-03-26T04:07:21.882Z Compiling chacha20poly1305 v0.10.1
17262026-03-26T04:07:22.020Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17272026-03-26T04:07:22.122Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17282026-03-26T04:07:22.542Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17292026-03-26T04:07:22.652Z Compiling vsss-rs v3.3.4
17302026-03-26T04:07:23.217Z Compiling ciborium v0.2.2
17312026-03-26T04:07:23.287Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-26T04:07:23.299Z Compiling smf v0.2.3
17332026-03-26T04:07:23.406Z Compiling linked-hash-map v0.5.6
17342026-03-26T04:07:23.594Z Compiling whoami v1.6.1
17352026-03-26T04:07:23.808Z Compiling semver v0.1.20
17362026-03-26T04:07:23.895Z Compiling lazy_static v1.5.0
17372026-03-26T04:07:23.928Z Compiling resolv-conf v0.7.6
17382026-03-26T04:07:23.971Z Compiling indent_write v2.2.0
17392026-03-26T04:07:24.080Z Compiling rustc_version v0.1.7
17402026-03-26T04:07:24.100Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17412026-03-26T04:07:24.284Z Compiling lru-cache v0.1.2
17422026-03-26T04:07:24.317Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17432026-03-26T04:07:24.409Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17442026-03-26T04:07:24.775Z Compiling hickory-proto v0.24.4
17452026-03-26T04:07:24.828Z Compiling serde-big-array v0.5.1
17462026-03-26T04:07:24.977Z Compiling serde_repr v0.1.20
17472026-03-26T04:07:25.116Z Compiling progenitor v0.13.0
17482026-03-26T04:07:25.254Z Compiling derive-where v1.6.1
17492026-03-26T04:07:25.556Z Compiling pin-project-internal v1.1.11
17502026-03-26T04:07:26.242Z Compiling swrite v0.1.0
17512026-03-26T04:07:26.340Z Compiling siphasher v1.0.2
17522026-03-26T04:07:26.510Z Compiling unicode-segmentation v1.13.1
17532026-03-26T04:07:26.544Z Compiling minimal-lexical v0.2.1
17542026-03-26T04:07:26.655Z Compiling pin-project v1.1.11
17552026-03-26T04:07:26.760Z Compiling nom v7.1.3
17562026-03-26T04:07:26.792Z Compiling hickory-resolver v0.24.4
17572026-03-26T04:07:26.810Z Compiling phf_shared v0.12.1
17582026-03-26T04:07:26.937Z Compiling newline-converter v0.3.0
17592026-03-26T04:07:27.011Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17602026-03-26T04:07:27.210Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17612026-03-26T04:07:27.230Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17622026-03-26T04:07:28.112Z Compiling newtype_derive v0.1.6
17632026-03-26T04:07:28.124Z Compiling atomicwrites v0.4.4
17642026-03-26T04:07:28.326Z Compiling unicode-normalization v0.1.25
17652026-03-26T04:07:28.339Z Compiling console v0.15.11
17662026-03-26T04:07:28.755Z Compiling tokio-stream v0.1.18
17672026-03-26T04:07:28.791Z Compiling snafu-derive v0.8.9
17682026-03-26T04:07:28.957Z Compiling async-recursion v1.1.1
17692026-03-26T04:07:29.080Z Compiling slog-dtrace v0.3.0
17702026-03-26T04:07:29.288Z Compiling bstr v1.12.1
17712026-03-26T04:07:29.308Z Compiling csv-core v0.1.13
17722026-03-26T04:07:29.486Z Compiling openssl v0.10.76
17732026-03-26T04:07:29.579Z Compiling unicode-xid v0.2.6
17742026-03-26T04:07:29.607Z Compiling foreign-types-shared v0.1.1
17752026-03-26T04:07:29.647Z Compiling unicode-width v0.1.14
17762026-03-26T04:07:29.694Z Compiling same-file v1.0.6
17772026-03-26T04:07:29.705Z Compiling chrono-tz v0.10.4
17782026-03-26T04:07:29.757Z Compiling foldhash v0.1.5
17792026-03-26T04:07:29.802Z Compiling owo-colors v4.3.0
17802026-03-26T04:07:29.868Z Compiling highway v1.3.0
17812026-03-26T04:07:29.917Z Compiling cancel-safe-futures v0.1.5
17822026-03-26T04:07:29.928Z Compiling similar v2.7.0
17832026-03-26T04:07:29.952Z Compiling hashbrown v0.15.5
17842026-03-26T04:07:30.135Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17852026-03-26T04:07:30.173Z Compiling walkdir v2.5.0
17862026-03-26T04:07:30.204Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17872026-03-26T04:07:30.267Z Compiling const_format_proc_macros v0.2.34
17882026-03-26T04:07:30.488Z Compiling expectorate v1.2.0
17892026-03-26T04:07:30.530Z Compiling foreign-types v0.3.2
17902026-03-26T04:07:30.579Z Compiling snafu v0.8.9
17912026-03-26T04:07:30.604Z Compiling globset v0.4.18
17922026-03-26T04:07:30.639Z Compiling csv v1.4.0
17932026-03-26T04:07:30.956Z Compiling qorb v0.4.1
17942026-03-26T04:07:30.968Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-26T04:07:31.226Z Compiling olpc-cjson v0.1.4
17962026-03-26T04:07:31.414Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-26T04:07:31.447Z Compiling phf v0.12.1
17982026-03-26T04:07:31.958Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17992026-03-26T04:07:32.034Z Compiling tokio-dtrace v0.1.1
18002026-03-26T04:07:32.130Z Compiling num-derive v0.3.3
18012026-03-26T04:07:32.307Z Compiling typify-impl v0.4.3
18022026-03-26T04:07:32.429Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18032026-03-26T04:07:32.788Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18042026-03-26T04:07:32.808Z Compiling libsw-core v0.3.2
18052026-03-26T04:07:32.894Z Compiling serde_plain v1.0.2
18062026-03-26T04:07:32.982Z Compiling openssl-macros v0.1.1
18072026-03-26T04:07:33.050Z Compiling pem v3.0.6
18082026-03-26T04:07:33.103Z Compiling cookie v0.18.1
18092026-03-26T04:07:33.191Z Compiling fixedbitset v0.5.7
18102026-03-26T04:07:33.338Z Compiling fixedbitset v0.4.2
18112026-03-26T04:07:33.375Z Compiling typed-path v0.9.3
18122026-03-26T04:07:33.436Z Compiling petgraph v0.8.3
18132026-03-26T04:07:33.541Z Compiling petgraph v0.6.5
18142026-03-26T04:07:33.626Z Compiling libscf-sys v1.1.0
18152026-03-26T04:07:33.765Z Compiling libsw v3.5.0
18162026-03-26T04:07:33.970Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18172026-03-26T04:07:34.788Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-26T04:07:35.080Z Compiling tough v0.20.0
18192026-03-26T04:07:35.275Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-26T04:07:36.538Z Compiling oxide-tokio-rt v0.1.3
18212026-03-26T04:07:36.698Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-26T04:07:36.959Z Compiling const_format v0.2.35
18232026-03-26T04:07:37.290Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-26T04:07:38.517Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-26T04:07:38.678Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-26T04:07:38.689Z Compiling typify-macro v0.4.3
18272026-03-26T04:07:39.201Z Compiling papergrid v0.11.0
18282026-03-26T04:07:39.221Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18292026-03-26T04:07:39.331Z Compiling gethostname v0.5.0
18302026-03-26T04:07:39.345Z Compiling tabled_derive v0.7.0
18312026-03-26T04:07:39.450Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18322026-03-26T04:07:39.607Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-26T04:07:39.901Z Compiling bcs v0.1.6
18342026-03-26T04:07:40.194Z Compiling unicode-linebreak v0.1.5
18352026-03-26T04:07:40.222Z Compiling termtree v0.5.1
18362026-03-26T04:07:40.302Z Compiling tagptr v0.2.0
18372026-03-26T04:07:40.374Z Compiling linear-map v1.2.0
18382026-03-26T04:07:40.449Z Compiling smawk v0.3.2
18392026-03-26T04:07:40.462Z Compiling moka v0.12.15
18402026-03-26T04:07:40.560Z Compiling textwrap v0.16.2
18412026-03-26T04:07:40.590Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-26T04:07:40.629Z Compiling tabled v0.15.0
18432026-03-26T04:07:40.868Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-26T04:07:40.933Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T04:07:41.019Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-26T04:07:41.100Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-26T04:07:41.122Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-26T04:07:41.301Z Compiling steno v0.4.1
18492026-03-26T04:07:42.141Z Compiling hickory-proto v0.25.2
18502026-03-26T04:07:42.228Z Compiling humantime v2.3.0
18512026-03-26T04:07:42.508Z Compiling proc-macro-error-attr2 v2.0.0
18522026-03-26T04:07:42.946Z Compiling parking_lot_core v0.8.6
18532026-03-26T04:07:43.237Z Compiling proc-macro-error2 v2.0.1
18542026-03-26T04:07:43.331Z Compiling typify v0.4.3
18552026-03-26T04:07:43.515Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18562026-03-26T04:07:43.733Z Compiling crc32fast v1.5.0
18572026-03-26T04:07:43.964Z Compiling tabled_derive v0.11.0
18582026-03-26T04:07:44.089Z Compiling hickory-resolver v0.25.2
18592026-03-26T04:07:44.146Z Compiling progenitor-impl v0.11.2
18602026-03-26T04:07:44.908Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18612026-03-26T04:07:45.086Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18622026-03-26T04:07:45.423Z Compiling papergrid v0.17.0
18632026-03-26T04:07:45.734Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18642026-03-26T04:07:46.392Z Compiling testing_table v0.3.0
18652026-03-26T04:07:46.574Z Compiling arc-swap v1.9.0
18662026-03-26T04:07:46.742Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18672026-03-26T04:07:46.881Z Compiling slog-scope v4.4.1
18682026-03-26T04:07:47.029Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18692026-03-26T04:07:47.157Z Compiling tabled v0.20.0
18702026-03-26T04:07:47.490Z Compiling parking_lot v0.11.2
18712026-03-26T04:07:47.754Z Compiling progenitor-macro v0.11.2
18722026-03-26T04:07:47.905Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18732026-03-26T04:07:48.231Z Compiling progenitor-client v0.11.2
18742026-03-26T04:07:48.311Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18752026-03-26T04:07:48.521Z Compiling fxhash v0.2.1
18762026-03-26T04:07:48.538Z Compiling internet-checksum v0.2.1
18772026-03-26T04:07:48.613Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18782026-03-26T04:07:48.655Z Compiling sled v0.34.7
18792026-03-26T04:07:49.830Z Compiling slog-stdlog v4.1.1
18802026-03-26T04:07:49.957Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18812026-03-26T04:07:50.035Z Compiling crc8 v0.1.1
18822026-03-26T04:07:50.066Z Compiling slog-envlogger v2.2.0
18832026-03-26T04:07:50.152Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18842026-03-26T04:07:50.464Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18852026-03-26T04:07:50.920Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18862026-03-26T04:07:52.783Z Compiling progenitor v0.11.2
18872026-03-26T04:07:52.870Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18882026-03-26T04:07:58.471Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18892026-03-26T04:08:00.119Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18902026-03-26T04:08:01.206Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18912026-03-26T04:08:02.332Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18922026-03-26T04:08:03.107Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18932026-03-26T04:08:04.587Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
18942026-03-26T04:08:28.491Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
18952026-03-26T04:08:28.668Z────────────
18962026-03-26T04:08:28.668Z Nextest run ID f5f7ab72-0862-41f9-a313-f3766e4bf2ee with nextest profile: default
18972026-03-26T04:08:28.668Z Starting 7 tests across 1 binary
18982026-03-26T04:08:28.678Z PASS [ 0.009s] mg-lower dendrite::test_tfport_parser
18992026-03-26T04:08:28.682Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19002026-03-26T04:08:28.682Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19012026-03-26T04:08:28.682Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19022026-03-26T04:08:28.682Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19032026-03-26T04:08:28.682Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19042026-03-26T04:08:28.685Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19052026-03-26T04:08:28.685Z────────────
19062026-03-26T04:08:28.685Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19072026-03-26T04:08:28.697Zprocess exited: duration 282526 ms, exit code 0
 
19082026-03-26T04:08:28.715Zfound 0 output files