01KZF95XNFV7XVMMAT0FCJJDJS: test-mg-lower

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

Buildomat Job: 01KZF96BTP7WEPTAM30CDNDH62

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:40.756Zjob assigned to worker 01KZF96S75A6KDAD3ZYHF4TKC6 [factory aws, i-0e2e07950e9243e1f] (queued for 1 m 5 s)
 
22026-08-07T23:34:48.001Zstarting task 0: "setup"
32026-08-07T23:34:48.006Z++ uname -s
42026-08-07T23:34:48.009Z+ kern=SunOS
52026-08-07T23:34:48.009Z+ build_user=build
62026-08-07T23:34:48.009Z+ build_uid=12345
72026-08-07T23:34:48.009Z+ work_dir=/work
82026-08-07T23:34:48.009Z+ input_dir=/input
92026-08-07T23:34:48.009Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:48.009Z+ case "$kern" in
112026-08-07T23:34:48.009Z+ groupadd -g 12345 build
122026-08-07T23:34:48.009Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:50.015Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:50.133Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:50.136Z+ home_fs=zfs
162026-08-07T23:34:50.137Z+ [[ zfs == autofs ]]
172026-08-07T23:34:50.137Z+ mkdir -p /home/build
182026-08-07T23:34:50.137Z+ chown build:build /home/build /work
192026-08-07T23:34:52.137Z+ chmod 0700 /home/build /work
202026-08-07T23:34:52.140Zprocess exited: duration 4137 ms, exit code 0
 
212026-08-07T23:34:52.146Zstarting task 1: "rust-toolchain"
222026-08-07T23:34:52.150Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:34:52.150Z * rust toolchain channel = "stable"
242026-08-07T23:34:52.150Z * rust toolchain profile = "default"
252026-08-07T23:34:52.150Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-07T23:34:52.150Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:34:52.150Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:34:52.154Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:34:52.154Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:34:52.273Zinfo: downloading installer
312026-08-07T23:34:53.694Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:34:53.694Zwarn: /opt/ooce/bin
332026-08-07T23:34:53.694Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:34:53.694Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:34:53.694Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:34:53.694Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:34:53.694Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:34:53.694Zerror: cannot install while Rust is installed
392026-08-07T23:34:53.694Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:34:53.694Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:34:53.694Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:34:53.694Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:34:53.694Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:34:53.707Zinfo: profile set to default
452026-08-07T23:34:53.707Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:34:53.710Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:34:53.841Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:34:53.845Zinfo: downloading 6 components
492026-08-07T23:35:09.386Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T23:35:09.386Z
512026-08-07T23:35:09.406Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:09.406Z
532026-08-07T23:35:09.410Z
542026-08-07T23:35:09.410ZRust is installed now. Great!
552026-08-07T23:35:09.411Z
562026-08-07T23:35:09.411ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:09.411Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:09.411Z
592026-08-07T23:35:09.411ZTo configure your current shell, you need to source
602026-08-07T23:35:09.411Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:09.411Z
622026-08-07T23:35:09.411ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:09.411Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:09.411Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:09.411Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:09.411Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:09.411Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:09.411Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:09.411Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:09.411Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:09.498Z+ rustup --version
722026-08-07T23:35:09.508Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:09.512Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:09.527Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:09.530Z+ cargo --version
762026-08-07T23:35:09.547Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:09.553Z+ rustc --version
782026-08-07T23:35:09.571Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:09.576Zprocess exited: duration 17419 ms, exit code 0
 
802026-08-07T23:35:09.588Zstarting task 2: "authentication"
812026-08-07T23:35:09.612Zprocess exited: duration 17 ms, exit code 0
 
822026-08-07T23:35:09.622Zstarting task 3: "clone repository"
832026-08-07T23:35:09.634Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:09.634Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:09.659ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:11.016Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:11.016Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:11.323ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:11.323Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:11.328Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:11.331Z++ git branch --show-current
922026-08-07T23:35:11.331Z+ current=main
932026-08-07T23:35:11.331Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:11.331Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:11.334Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:11.352ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:11.355Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:11.372ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:11.375Zprocess exited: duration 1752 ms, exit code 0
 
1002026-08-07T23:35:11.381Zstarting task 4: "build"
1012026-08-07T23:35:11.385Z+ set -e
1022026-08-07T23:35:11.385Z+ source .github/buildomat/test-common.sh
1032026-08-07T23:35:11.388Z++ NEXTEST_VERSION=0.9.97
1042026-08-07T23:35:11.388Z++ PLATFORM=illumos
1052026-08-07T23:35:11.388Z++ banner install
1062026-08-07T23:35:11.388Z
1072026-08-07T23:35:11.388Z # # # #### ##### ## # #
1082026-08-07T23:35:11.388Z # ## # # # # # # #
1092026-08-07T23:35:11.388Z # # # # #### # # # # #
1102026-08-07T23:35:11.388Z # # # # # # ###### # #
1112026-08-07T23:35:11.388Z # # ## # # # # # # #
1122026-08-07T23:35:11.388Z # # # #### # # # ###### ######
1132026-08-07T23:35:11.388Z
1142026-08-07T23:35:11.388Z++ set +o errexit
1152026-08-07T23:35:11.388Z++ pkg info clang-15
1162026-08-07T23:35:11.391Z++ grep -qi installed
1172026-08-07T23:35:12.574Zpkg: info: no packages matching the following patterns you specified are
1182026-08-07T23:35:12.574Zinstalled on the system. Try querying remotely instead:
1192026-08-07T23:35:12.574Z
1202026-08-07T23:35:12.574Z clang-15
1212026-08-07T23:35:12.614Z++ [[ 1 != 0 ]]
1222026-08-07T23:35:12.614Z++ set -o errexit
1232026-08-07T23:35:12.617Z++ pfexec pkg install clang-15
1242026-08-07T23:35:19.913Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-07T23:35:27.508Z Startup: Caching catalogs ... Done
1262026-08-07T23:35:34.710ZPlanning: Solver setup ... Done
1272026-08-07T23:35:34.752ZPlanning: Running solver ... Done
1282026-08-07T23:35:34.890ZPlanning: Finding local manifests ... Done
1292026-08-07T23:35:35.361ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-07T23:35:35.443ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-07T23:35:35.472ZPlanning: Package planning ... Done
1322026-08-07T23:35:35.498ZPlanning: Merging actions ... Done
1332026-08-07T23:35:35.605ZPlanning: Checking for conflicting actions ... Done
1342026-08-07T23:35:35.611ZPlanning: Consolidating action changes ... Done
1352026-08-07T23:35:36.382ZPlanning: Evaluating mediators ... Done
1362026-08-07T23:35:36.389ZPlanning: Planning completed in 8.71 seconds
1372026-08-07T23:35:36.399Z Packages to install: 2
1382026-08-07T23:35:36.402Z Mediators to change: 2
1392026-08-07T23:35:36.402Z Services to change: 1
1402026-08-07T23:35:36.402Z Create boot environment: No
1412026-08-07T23:35:36.402ZCreate backup boot environment: No
1422026-08-07T23:35:36.440Z
1432026-08-07T23:35:36.440ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-07T23:35:41.442ZDownload: 683/3076 items 17.5/211.3MB 8% complete (3.9M/s)
1452026-08-07T23:35:46.844ZDownload: 976/3076 items 82.1/211.3MB 38% complete (10.1M/s)
1462026-08-07T23:36:06.660ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1472026-08-07T23:36:13.580ZDownload: 2006/3076 items 117.1/211.3MB 55% complete (9.4M/s)
1482026-08-07T23:36:16.271ZDownload: Completed 211.31 MB in 39.83 seconds (5.3M/s)
1492026-08-07T23:36:16.511Z Actions: 1/3418 actions (Installing new actions)
1502026-08-07T23:36:19.650Z Actions: Completed 3418 actions in 3.14 seconds.
1512026-08-07T23:36:20.288Z Done
1522026-08-07T23:36:20.288Z Done
1532026-08-07T23:36:21.051Z Done
1542026-08-07T23:36:24.372Z Done
1552026-08-07T23:36:24.441Z Done
1562026-08-07T23:36:24.444Z Done
1572026-08-07T23:36:24.730Z Done
1582026-08-07T23:36:25.400Z++ set -o errexit
1592026-08-07T23:36:25.400Z++ cargo --version
1602026-08-07T23:36:25.407Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1612026-08-07T23:36:25.546Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1622026-08-07T23:36:25.549Zinfo: downloading 6 components
1632026-08-07T23:36:39.745Zcargo 1.97.1 (c980f4866 2026-06-30)
1642026-08-07T23:36:39.748Z++ rustc --version
1652026-08-07T23:36:39.776Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1662026-08-07T23:36:39.780Z++ cargo install cargo-nextest --version 0.9.97
1672026-08-07T23:36:39.824Z Updating crates.io index
1682026-08-07T23:36:39.924Z Downloading crates ...
1692026-08-07T23:36:39.974Z Downloaded cargo-nextest v0.9.97
1702026-08-07T23:36:40.034Z Installing cargo-nextest v0.9.97
1712026-08-07T23:36:40.037Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1722026-08-07T23:36:40.037Z |
1732026-08-07T23:36:40.037Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1742026-08-07T23:36:40.037Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1752026-08-07T23:36:40.075Z Updating crates.io index
1762026-08-07T23:36:42.280Z Locking 396 packages to latest compatible versions
1772026-08-07T23:36:42.283Z Adding dialoguer v0.11.0 (available: v0.12.0)
1782026-08-07T23:36:42.287Z Adding duct v0.13.7 (available: v1.1.1)
1792026-08-07T23:36:42.287Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1802026-08-07T23:36:42.287Z Adding generic-array v0.14.7 (available: v0.14.9)
1812026-08-07T23:36:42.291Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1822026-08-07T23:36:42.291Z Adding itertools v0.14.0 (available: v0.15.0)
1832026-08-07T23:36:42.291Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1842026-08-07T23:36:42.291Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1852026-08-07T23:36:42.296Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1862026-08-07T23:36:42.296Z Adding quick-junit v0.5.2 (available: v0.7.0)
1872026-08-07T23:36:42.319Z Downloading crates ...
1882026-08-07T23:36:42.343Z Downloaded adler2 v2.0.1
1892026-08-07T23:36:42.346Z Downloaded ordered-float v2.10.1
1902026-08-07T23:36:42.346Z Downloaded camino-tempfile v1.4.1
1912026-08-07T23:36:42.349Z Downloaded addr2line v0.25.1
1922026-08-07T23:36:42.349Z Downloaded atomic-waker v1.1.2
1932026-08-07T23:36:42.349Z Downloaded atomicwrites v0.4.4
1942026-08-07T23:36:42.353Z Downloaded percent-encoding v2.3.2
1952026-08-07T23:36:42.353Z Downloaded async-scoped v0.9.0
1962026-08-07T23:36:42.360Z Downloaded autocfg v1.5.1
1972026-08-07T23:36:42.364Z Downloaded cargo_metadata v0.20.0
1982026-08-07T23:36:42.364Z Downloaded derive_more-impl v2.1.1
1992026-08-07T23:36:42.367Z Downloaded getrandom v0.4.3
2002026-08-07T23:36:42.370Z Downloaded pathdiff v0.2.3
2012026-08-07T23:36:42.370Z Downloaded serde_spanned v1.1.1
2022026-08-07T23:36:42.370Z Downloaded openssl-sys v0.9.117
2032026-08-07T23:36:42.374Z Downloaded parking_lot_core v0.9.12
2042026-08-07T23:36:42.377Z Downloaded anstyle v1.0.14
2052026-08-07T23:36:42.377Z Downloaded camino v1.2.5
2062026-08-07T23:36:42.377Z Downloaded block-buffer v0.10.4
2072026-08-07T23:36:42.377Z Downloaded cargo-util-schemas v0.2.0
2082026-08-07T23:36:42.377Z Downloaded serde-untagged v0.1.9
2092026-08-07T23:36:42.382Z Downloaded signal-hook-mio v0.2.5
2102026-08-07T23:36:42.382Z Downloaded anstream v1.0.0
2112026-08-07T23:36:42.382Z Downloaded cargo-platform v0.2.0
2122026-08-07T23:36:42.382Z Downloaded cfg-expr v0.20.8
2132026-08-07T23:36:42.386Z Downloaded quick-xml v0.37.5
2142026-08-07T23:36:42.386Z Downloaded strsim v0.11.1
2152026-08-07T23:36:42.386Z Downloaded backtrace-ext v0.2.1
2162026-08-07T23:36:42.386Z Downloaded simd-adler32 v0.3.10
2172026-08-07T23:36:42.389Z Downloaded os_pipe v1.2.3
2182026-08-07T23:36:42.389Z Downloaded serde_ignored v0.1.14
2192026-08-07T23:36:42.393Z Downloaded backtrace v0.3.76
2202026-08-07T23:36:42.398Z Downloaded ppv-lite86 v0.2.21
2212026-08-07T23:36:42.398Z Downloaded debug-ignore v1.0.5
2222026-08-07T23:36:42.398Z Downloaded tokio-rustls v0.26.4
2232026-08-07T23:36:42.398Z Downloaded cargo-platform v0.3.3
2242026-08-07T23:36:42.401Z Downloaded utf8_iter v1.0.4
2252026-08-07T23:36:42.405Z Downloaded proc-macro2 v1.0.107
2262026-08-07T23:36:42.408Z Downloaded anstyle-query v1.1.5
2272026-08-07T23:36:42.409Z Downloaded scopeguard v1.2.0
2282026-08-07T23:36:42.423Z Downloaded semver v1.0.28
2292026-08-07T23:36:42.423Z Downloaded serde-value v0.7.0
2302026-08-07T23:36:42.423Z Downloaded serde_spanned v0.6.9
2312026-08-07T23:36:42.423Z Downloaded rand_core v0.6.4
2322026-08-07T23:36:42.423Z Downloaded cargo_metadata v0.23.1
2332026-08-07T23:36:42.423Z Downloaded equivalent v1.0.2
2342026-08-07T23:36:42.423Z Downloaded futures-sink v0.3.33
2352026-08-07T23:36:42.427Z Downloaded colorchoice v1.0.5
2362026-08-07T23:36:42.427Z Downloaded quick-junit v0.5.2
2372026-08-07T23:36:42.431Z Downloaded errno v0.3.14
2382026-08-07T23:36:42.431Z Downloaded foreign-types-shared v0.1.1
2392026-08-07T23:36:42.431Z Downloaded crypto-common v0.1.7
2402026-08-07T23:36:42.434Z Downloaded rand_pcg v0.10.2
2412026-08-07T23:36:42.434Z Downloaded signature v2.2.0
2422026-08-07T23:36:42.441Z Downloaded futures-task v0.3.33
2432026-08-07T23:36:42.441Z Downloaded clap_lex v1.1.0
2442026-08-07T23:36:42.446Z Downloaded document-features v0.2.12
2452026-08-07T23:36:42.446Z Downloaded rustc-hash v2.1.3
2462026-08-07T23:36:42.446Z Downloaded cfg_aliases v0.2.2
2472026-08-07T23:36:42.446Z Downloaded foreign-types v0.3.2
2482026-08-07T23:36:42.449Z Downloaded color-spantrace v0.3.0
2492026-08-07T23:36:42.453Z Downloaded enable-ansi-support v0.2.1
2502026-08-07T23:36:42.460Z Downloaded serde_urlencoded v0.7.1
2512026-08-07T23:36:42.460Z Downloaded futures-core v0.3.33
2522026-08-07T23:36:42.460Z Downloaded number_prefix v0.4.0
2532026-08-07T23:36:42.460Z Downloaded fnv v1.0.7
2542026-08-07T23:36:42.463Z Downloaded cpufeatures v0.2.17
2552026-08-07T23:36:42.463Z Downloaded form_urlencoded v1.2.2
2562026-08-07T23:36:42.463Z Downloaded futures-io v0.3.33
2572026-08-07T23:36:42.463Z Downloaded futures-macro v0.3.33
2582026-08-07T23:36:42.467Z Downloaded base64ct v1.8.3
2592026-08-07T23:36:42.471Z Downloaded subtle v2.6.1
2602026-08-07T23:36:42.471Z Downloaded cfg-if v1.0.4
2612026-08-07T23:36:42.471Z Downloaded shared_child v1.1.1
2622026-08-07T23:36:42.474Z Downloaded tokio-macros v2.7.2
2632026-08-07T23:36:42.474Z Downloaded convert_case v0.10.0
2642026-08-07T23:36:42.478Z Downloaded either v1.17.0
2652026-08-07T23:36:42.478Z Downloaded strip-ansi-escapes v0.2.1
2662026-08-07T23:36:42.478Z Downloaded supports-hyperlinks v3.2.0
2672026-08-07T23:36:42.478Z Downloaded parking_lot v0.12.5
2682026-08-07T23:36:42.482Z Downloaded terminal_size v0.4.4
2692026-08-07T23:36:42.482Z Downloaded rustc_version v0.4.1
2702026-08-07T23:36:42.482Z Downloaded toml_datetime v0.6.11
2712026-08-07T23:36:42.482Z Downloaded anstyle-parse v1.0.0
2722026-08-07T23:36:42.485Z Downloaded shell-words v1.1.1
2732026-08-07T23:36:42.485Z Downloaded home v0.5.12
2742026-08-07T23:36:42.492Z Downloaded version_check v0.9.5
2752026-08-07T23:36:42.496Z Downloaded swrite v0.1.0
2762026-08-07T23:36:42.496Z Downloaded is_terminal_polyfill v1.70.2
2772026-08-07T23:36:42.496Z Downloaded sync_wrapper v1.0.2
2782026-08-07T23:36:42.496Z Downloaded tinyvec_macros v0.1.1
2792026-08-07T23:36:42.500Z Downloaded cpufeatures v0.3.0
2802026-08-07T23:36:42.539Z Downloaded hyper-tls v0.6.0
2812026-08-07T23:36:42.539Z Downloaded fastrand v2.5.0
2822026-08-07T23:36:42.539Z Downloaded future-queue v0.4.0
2832026-08-07T23:36:42.539Z Downloaded quote v1.0.47
2842026-08-07T23:36:42.539Z Downloaded curve25519-dalek-derive v0.1.1
2852026-08-07T23:36:42.539Z Downloaded filetime v0.2.29
2862026-08-07T23:36:42.539Z Downloaded owo-colors v4.3.0
2872026-08-07T23:36:42.539Z Downloaded sha2 v0.10.9
2882026-08-07T23:36:42.539Z Downloaded erased-serde v0.4.10
2892026-08-07T23:36:42.539Z Downloaded ed25519 v2.2.3
2902026-08-07T23:36:42.539Z Downloaded quinn-udp v0.5.15
2912026-08-07T23:36:42.539Z Downloaded self-replace v1.5.0
2922026-08-07T23:36:42.539Z Downloaded supports-color v3.0.2
2932026-08-07T23:36:42.539Z Downloaded dialoguer v0.11.0
2942026-08-07T23:36:42.539Z Downloaded digest v0.10.7
2952026-08-07T23:36:42.539Z Downloaded futures-executor v0.3.33
2962026-08-07T23:36:42.539Z Downloaded generic-array v0.14.7
2972026-08-07T23:36:42.539Z Downloaded find-msvc-tools v0.1.10
2982026-08-07T23:36:42.540Z Downloaded rustc-demangle v0.1.28
2992026-08-07T23:36:42.540Z Downloaded slab v0.4.12
3002026-08-07T23:36:42.540Z Downloaded rand_core v0.9.5
3012026-08-07T23:36:42.540Z Downloaded foldhash v0.1.5
3022026-08-07T23:36:42.540Z Downloaded pin-project-lite v0.2.17
3032026-08-07T23:36:42.540Z Downloaded rustls-pki-types v1.15.1
3042026-08-07T23:36:42.540Z Downloaded untrusted v0.9.0
3052026-08-07T23:36:42.540Z Downloaded openssl-probe v0.2.1
3062026-08-07T23:36:42.540Z Downloaded xattr v1.6.1
3072026-08-07T23:36:42.540Z Downloaded const-oid v0.9.6
3082026-08-07T23:36:42.540Z Downloaded clap_derive v4.6.4
3092026-08-07T23:36:42.540Z Downloaded console v0.15.11
3102026-08-07T23:36:42.546Z Downloaded crc32fast v1.5.0
3112026-08-07T23:36:42.546Z Downloaded fixedbitset v0.5.7
3122026-08-07T23:36:42.546Z Downloaded humantime-serde v1.1.1
3132026-08-07T23:36:42.546Z Downloaded typeid v1.0.3
3142026-08-07T23:36:42.546Z Downloaded tracing-log v0.2.0
3152026-08-07T23:36:42.546Z Downloaded ahash v0.8.12
3162026-08-07T23:36:42.546Z Downloaded bitflags v2.13.1
3172026-08-07T23:36:42.546Z Downloaded rand_core v0.10.1
3182026-08-07T23:36:42.550Z Downloaded supports-unicode v3.0.0
3192026-08-07T23:36:42.550Z Downloaded target-lexicon v0.13.5
3202026-08-07T23:36:42.550Z Downloaded utf8parse v0.2.2
3212026-08-07T23:36:42.550Z Downloaded thread_local v1.1.10
3222026-08-07T23:36:42.550Z Downloaded guppy-workspace-hack v0.1.0
3232026-08-07T23:36:42.550Z Downloaded rand_chacha v0.9.0
3242026-08-07T23:36:42.550Z Downloaded globset v0.4.20
3252026-08-07T23:36:42.556Z Downloaded thiserror-impl v2.0.19
3262026-08-07T23:36:42.561Z Downloaded spki v0.7.3
3272026-08-07T23:36:42.561Z Downloaded shlex v2.0.1
3282026-08-07T23:36:42.561Z Downloaded unicode-linebreak v0.1.5
3292026-08-07T23:36:42.561Z Downloaded native-tls v0.2.18
3302026-08-07T23:36:42.561Z Downloaded pkg-config v0.3.33
3312026-08-07T23:36:42.571Z Downloaded sigchld v0.2.4
3322026-08-07T23:36:42.571Z Downloaded lazy_static v1.5.0
3332026-08-07T23:36:42.571Z Downloaded lru-slab v0.1.2
3342026-08-07T23:36:42.571Z Downloaded nested v0.1.1
3352026-08-07T23:36:42.571Z Downloaded smol_str v0.3.6
3362026-08-07T23:36:42.571Z Downloaded openssl-macros v0.1.1
3372026-08-07T23:36:42.571Z Downloaded thiserror v2.0.19
3382026-08-07T23:36:42.575Z Downloaded thiserror-impl v1.0.69
3392026-08-07T23:36:42.575Z Downloaded indenter v0.3.4
3402026-08-07T23:36:42.575Z Downloaded nextest-metadata v0.12.2
3412026-08-07T23:36:42.575Z Downloaded self_update v0.42.0
3422026-08-07T23:36:42.575Z Downloaded serde_path_to_error v0.1.20
3432026-08-07T23:36:42.575Z Downloaded signal-hook-registry v1.4.8
3442026-08-07T23:36:42.575Z Downloaded tokio-native-tls v0.3.1
3452026-08-07T23:36:42.576Z Downloaded is_ci v1.2.0
3462026-08-07T23:36:42.576Z Downloaded eyre v0.6.12
3472026-08-07T23:36:42.579Z Downloaded static_assertions v1.1.0
3482026-08-07T23:36:42.579Z Downloaded target-spec-miette v0.4.8
3492026-08-07T23:36:42.583Z Downloaded duct v0.13.7
3502026-08-07T23:36:42.583Z Downloaded urlencoding v2.1.3
3512026-08-07T23:36:42.583Z Downloaded unicode-xid v0.2.6
3522026-08-07T23:36:42.583Z Downloaded pin-project-internal v1.1.13
3532026-08-07T23:36:42.587Z Downloaded ipnet v2.12.1
3542026-08-07T23:36:42.587Z Downloaded miette-derive v7.6.0
3552026-08-07T23:36:42.587Z Downloaded toml_writer v1.1.2+spec-1.1.0
3562026-08-07T23:36:42.587Z Downloaded indent_write v2.2.0
3572026-08-07T23:36:42.587Z Downloaded lock_api v0.4.14
3582026-08-07T23:36:42.590Z Downloaded tower-layer v0.3.3
3592026-08-07T23:36:42.590Z Downloaded try-lock v0.2.5
3602026-08-07T23:36:42.590Z Downloaded hyper-rustls v0.27.9
3612026-08-07T23:36:42.590Z Downloaded heck v0.5.0
3622026-08-07T23:36:42.594Z Downloaded getrandom v0.2.17
3632026-08-07T23:36:42.598Z Downloaded xxhash-rust v0.8.18
3642026-08-07T23:36:42.598Z Downloaded chacha20 v0.10.1
3652026-08-07T23:36:42.601Z Downloaded zipsign-api v0.1.5
3662026-08-07T23:36:42.601Z Downloaded nextest-workspace-hack v0.1.0
3672026-08-07T23:36:42.604Z Downloaded newtype-uuid v1.4.0
3682026-08-07T23:36:42.608Z Downloaded want v0.3.1
3692026-08-07T23:36:42.608Z Downloaded mukti-metadata v0.3.0
3702026-08-07T23:36:42.611Z Downloaded toml_write v0.1.2
3712026-08-07T23:36:42.611Z Downloaded http-body v1.1.0
3722026-08-07T23:36:42.611Z Downloaded idna_adapter v1.0.0
3732026-08-07T23:36:42.617Z Downloaded tracing-error v0.2.1
3742026-08-07T23:36:42.621Z Downloaded http-body-util v0.1.4
3752026-08-07T23:36:42.621Z Downloaded zeroize v1.9.0
3762026-08-07T23:36:42.621Z Downloaded smallvec v1.15.2
3772026-08-07T23:36:42.625Z Downloaded toml v0.8.23
3782026-08-07T23:36:42.625Z Downloaded tokio-stream v0.1.19
3792026-08-07T23:36:42.630Z Downloaded tracing-attributes v0.1.31
3802026-08-07T23:36:42.630Z Downloaded tempfile v3.27.0
3812026-08-07T23:36:42.630Z Downloaded unicase v2.9.0
3822026-08-07T23:36:42.630Z Downloaded thiserror v1.0.69
3832026-08-07T23:36:42.633Z Downloaded itoa v1.0.18
3842026-08-07T23:36:42.633Z Downloaded tower-service v0.3.3
3852026-08-07T23:36:42.633Z Downloaded clap v4.6.6
3862026-08-07T23:36:42.637Z Downloaded futures v0.3.33
3872026-08-07T23:36:42.641Z Downloaded target-spec v3.6.0
3882026-08-07T23:36:42.644Z Downloaded serde_core v1.0.229
3892026-08-07T23:36:42.644Z Downloaded derive-where v1.6.1
3902026-08-07T23:36:42.648Z Downloaded futures-channel v0.3.33
3912026-08-07T23:36:42.648Z Downloaded config v0.15.25
3922026-08-07T23:36:42.652Z Downloaded hex v0.4.3
3932026-08-07T23:36:42.652Z Downloaded getrandom v0.3.4
3942026-08-07T23:36:42.653Z Downloaded quinn v0.11.11
3952026-08-07T23:36:42.656Z Downloaded ryu v1.0.23
3962026-08-07T23:36:42.656Z Downloaded jobserver v0.1.35
3972026-08-07T23:36:42.656Z Downloaded serde v1.0.229
3982026-08-07T23:36:42.661Z Downloaded pkcs8 v0.10.2
3992026-08-07T23:36:42.661Z Downloaded bytes v1.12.1
4002026-08-07T23:36:42.665Z Downloaded zstd-safe v7.2.4
4012026-08-07T23:36:42.665Z Downloaded base64 v0.22.1
4022026-08-07T23:36:42.665Z Downloaded rand v0.9.5
4032026-08-07T23:36:42.670Z Downloaded zmij v1.0.23
4042026-08-07T23:36:42.670Z Downloaded humantime v2.4.0
4052026-08-07T23:36:42.673Z Downloaded toml v1.1.4+spec-1.1.0
4062026-08-07T23:36:42.677Z Downloaded toml_parser v1.1.3+spec-1.1.0
4072026-08-07T23:36:42.677Z Downloaded signal-hook v0.3.18
4082026-08-07T23:36:42.680Z Downloaded sharded-slab v0.1.7
4092026-08-07T23:36:42.680Z Downloaded num-traits v0.2.19
4102026-08-07T23:36:42.683Z Downloaded zstd v0.13.3
4112026-08-07T23:36:42.688Z Downloaded toml_edit v0.22.27
4122026-08-07T23:36:42.691Z Downloaded log v0.4.33
4132026-08-07T23:36:42.694Z Downloaded serde_derive v1.0.229
4142026-08-07T23:36:42.697Z Downloaded nextest-filtering v0.15.0
4152026-08-07T23:36:42.701Z Downloaded borsh v1.8.0
4162026-08-07T23:36:42.704Z Downloaded iana-time-zone v0.1.65
4172026-08-07T23:36:42.704Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4182026-08-07T23:36:42.704Z Downloaded uuid v1.24.0
4192026-08-07T23:36:42.707Z Downloaded litrs v1.0.0
4202026-08-07T23:36:42.717Z Downloaded tar v0.4.46
4212026-08-07T23:36:42.724Z Downloaded tinyvec v1.12.0
4222026-08-07T23:36:42.728Z Downloaded ed25519-dalek v2.2.0
4232026-08-07T23:36:42.728Z Downloaded once_cell v1.21.4
4242026-08-07T23:36:42.728Z Downloaded derive_more v2.1.1
4252026-08-07T23:36:42.732Z Downloaded der v0.7.10
4262026-08-07T23:36:42.735Z Downloaded flate2 v1.1.9
4272026-08-07T23:36:42.740Z Downloaded textwrap v0.16.2
4282026-08-07T23:36:42.745Z Downloaded indicatif v0.17.11
4292026-08-07T23:36:42.745Z Downloaded socket2 v0.6.5
4302026-08-07T23:36:42.745Z Downloaded cc v1.4.1
4312026-08-07T23:36:42.749Z Downloaded miniz_oxide v0.8.9
4322026-08-07T23:36:42.749Z Downloaded httparse v1.10.1
4332026-08-07T23:36:42.749Z Downloaded vte v0.14.1
4342026-08-07T23:36:42.749Z Downloaded tracing-core v0.1.36
4352026-08-07T23:36:42.752Z Downloaded unicode-ident v1.0.24
4362026-08-07T23:36:42.765Z Downloaded rustls-webpki v0.103.13
4372026-08-07T23:36:42.768Z Downloaded tower v0.5.3
4382026-08-07T23:36:42.771Z Downloaded pulldown-cmark v0.13.4
4392026-08-07T23:36:42.774Z Downloaded http v1.5.0
4402026-08-07T23:36:42.777Z Downloaded typenum v1.20.1
4412026-08-07T23:36:42.777Z Downloaded indexmap v2.14.0
4422026-08-07T23:36:42.780Z Downloaded pin-project v1.1.13
4432026-08-07T23:36:42.785Z Downloaded unicode-segmentation v1.13.3
4442026-08-07T23:36:42.790Z Downloaded url v2.5.8
4452026-08-07T23:36:42.811Z Downloaded rand v0.10.2
4462026-08-07T23:36:42.816Z Downloaded hyper-util v0.1.20
4472026-08-07T23:36:42.820Z Downloaded reqwest v0.12.28
4482026-08-07T23:36:42.823Z Downloaded crossterm v0.29.0
4492026-08-07T23:36:42.827Z Downloaded aho-corasick v1.1.5
4502026-08-07T23:36:42.833Z Downloaded ron v0.12.2
4512026-08-07T23:36:42.838Z Downloaded tower-http v0.6.11
4522026-08-07T23:36:42.844Z Downloaded unicode-normalization v0.1.25
4532026-08-07T23:36:42.846Z Downloaded memchr v2.8.3
4542026-08-07T23:36:42.847Z Downloaded miette v7.6.0
4552026-08-07T23:36:42.850Z Downloaded serde_json v1.0.151
4562026-08-07T23:36:42.854Z Downloaded mio v1.2.2
4572026-08-07T23:36:42.857Z Downloaded quick-xml v0.38.4
4582026-08-07T23:36:42.862Z Downloaded guppy v0.17.26
4592026-08-07T23:36:42.862Z Downloaded itertools v0.14.0
4602026-08-07T23:36:42.866Z Downloaded regex v1.13.1
4612026-08-07T23:36:42.869Z Downloaded idna v1.1.0
4622026-08-07T23:36:42.872Z Downloaded hashbrown v0.15.5
4632026-08-07T23:36:42.872Z Downloaded futures-util v0.3.33
4642026-08-07T23:36:42.878Z Downloaded clap_builder v4.6.6
4652026-08-07T23:36:42.887Z Downloaded tokio-util v0.7.19
4662026-08-07T23:36:42.897Z Downloaded winnow v0.7.15
4672026-08-07T23:36:42.904Z Downloaded hashbrown v0.17.1
4682026-08-07T23:36:42.915Z Downloaded portable-atomic v1.14.0
4692026-08-07T23:36:42.919Z Downloaded h2 v0.4.15
4702026-08-07T23:36:42.931Z Downloaded hyper v1.11.0
4712026-08-07T23:36:42.935Z Downloaded chrono v0.4.45
4722026-08-07T23:36:42.939Z Downloaded winnow v1.0.4
4732026-08-07T23:36:42.948Z Downloaded curve25519-dalek v4.1.3
4742026-08-07T23:36:42.955Z Downloaded unicode-width v0.2.2
4752026-08-07T23:36:42.963Z Downloaded nextest-runner v0.80.0
4762026-08-07T23:36:42.969Z Downloaded zerocopy v0.8.56
4772026-08-07T23:36:42.981Z Downloaded gimli v0.32.3
4782026-08-07T23:36:42.987Z Downloaded bstr v1.13.0
4792026-08-07T23:36:42.991Z Downloaded openssl v0.10.81
4802026-08-07T23:36:42.995Z Downloaded webpki-roots v1.0.9
4812026-08-07T23:36:42.998Z Downloaded object v0.37.3
4822026-08-07T23:36:43.004Z Downloaded tracing-subscriber v0.3.23
4832026-08-07T23:36:43.010Z Downloaded quinn-proto v0.11.16
4842026-08-07T23:36:43.014Z Downloaded vcpkg v0.2.15
4852026-08-07T23:36:43.035Z Downloaded color-eyre v0.6.5
4862026-08-07T23:36:43.040Z Downloaded petgraph v0.8.3
4872026-08-07T23:36:43.053Z Downloaded unicode-width v0.1.14
4882026-08-07T23:36:43.079Z Downloaded syn v2.0.119
4892026-08-07T23:36:43.085Z Downloaded syn v3.0.3
4902026-08-07T23:36:43.103Z Downloaded regex-syntax v0.8.11
4912026-08-07T23:36:43.107Z Downloaded rustls v0.23.43
4922026-08-07T23:36:43.116Z Downloaded rustix v0.38.44
4932026-08-07T23:36:43.128Z Downloaded nix v0.30.1
4942026-08-07T23:36:43.138Z Downloaded rustix v1.1.4
4952026-08-07T23:36:43.166Z Downloaded tracing v0.1.44
4962026-08-07T23:36:43.210Z Downloaded regex-automata v0.4.18
4972026-08-07T23:36:43.277Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4982026-08-07T23:36:43.295Z Downloaded libc v0.2.189
4992026-08-07T23:36:43.314Z Downloaded tokio v1.53.1
5002026-08-07T23:36:43.354Z Downloaded recursion v0.5.4
5012026-08-07T23:36:43.361Z Downloaded ring v0.17.14
5022026-08-07T23:36:43.421Z Compiling proc-macro2 v1.0.107
5032026-08-07T23:36:43.424Z Compiling libc v0.2.189
5042026-08-07T23:36:43.424Z Compiling quote v1.0.47
5052026-08-07T23:36:43.424Z Compiling unicode-ident v1.0.24
5062026-08-07T23:36:43.424Z Compiling serde_core v1.0.229
5072026-08-07T23:36:43.424Z Compiling cfg-if v1.0.4
5082026-08-07T23:36:43.553Z Compiling memchr v2.8.3
5092026-08-07T23:36:43.563Z Compiling once_cell v1.21.4
5102026-08-07T23:36:43.650Z Compiling log v0.4.33
5112026-08-07T23:36:43.679Z Compiling pin-project-lite v0.2.17
5122026-08-07T23:36:43.771Z Compiling itoa v1.0.18
5132026-08-07T23:36:43.841Z Compiling serde v1.0.229
5142026-08-07T23:36:43.985Z Compiling smallvec v1.15.2
5152026-08-07T23:36:44.009Z Compiling futures-core v0.3.33
5162026-08-07T23:36:44.163Z Compiling bitflags v2.13.1
5172026-08-07T23:36:44.177Z Compiling equivalent v1.0.2
5182026-08-07T23:36:44.223Z Compiling find-msvc-tools v0.1.10
5192026-08-07T23:36:44.260Z Compiling shlex v2.0.1
5202026-08-07T23:36:44.485Z Compiling errno v0.3.14
5212026-08-07T23:36:44.499Z Compiling hashbrown v0.17.1
5222026-08-07T23:36:44.544Z Compiling bytes v1.12.1
5232026-08-07T23:36:44.651Z Compiling signal-hook-registry v1.4.8
5242026-08-07T23:36:44.675Z Compiling jobserver v0.1.35
5252026-08-07T23:36:44.755Z Compiling mio v1.2.2
5262026-08-07T23:36:44.826Z Compiling rustix v1.1.4
5272026-08-07T23:36:44.895Z Compiling syn v3.0.3
5282026-08-07T23:36:45.041Z Compiling syn v2.0.119
5292026-08-07T23:36:45.124Z Compiling cc v1.4.1
5302026-08-07T23:36:45.181Z Compiling futures-sink v0.3.33
5312026-08-07T23:36:45.296Z Compiling socket2 v0.6.5
5322026-08-07T23:36:45.448Z Compiling zmij v1.0.23
5332026-08-07T23:36:45.456Z Compiling slab v0.4.12
5342026-08-07T23:36:45.664Z Compiling futures-channel v0.3.33
5352026-08-07T23:36:45.776Z Compiling tracing-core v0.1.36
5362026-08-07T23:36:45.941Z Compiling indexmap v2.14.0
5372026-08-07T23:36:46.067Z Compiling serde_json v1.0.151
5382026-08-07T23:36:46.095Z Compiling version_check v0.9.5
5392026-08-07T23:36:46.373Z Compiling futures-task v0.3.33
5402026-08-07T23:36:46.445Z Compiling futures-io v0.3.33
5412026-08-07T23:36:46.546Z Compiling getrandom v0.4.3
5422026-08-07T23:36:46.659Z Compiling camino v1.2.5
5432026-08-07T23:36:46.786Z Compiling percent-encoding v2.3.2
5442026-08-07T23:36:46.831Z Compiling unicode-width v0.2.2
5452026-08-07T23:36:47.020Z Compiling ring v0.17.14
5462026-08-07T23:36:47.052Z Compiling http v1.5.0
5472026-08-07T23:36:47.064Z Compiling zeroize v1.9.0
5482026-08-07T23:36:47.131Z Compiling autocfg v1.5.1
5492026-08-07T23:36:47.263Z Compiling adler2 v2.0.1
5502026-08-07T23:36:47.388Z Compiling simd-adler32 v0.3.10
5512026-08-07T23:36:47.474Z Compiling num-traits v0.2.19
5522026-08-07T23:36:47.701Z Compiling miniz_oxide v0.8.9
5532026-08-07T23:36:47.768Z Compiling serde_derive v1.0.229
5542026-08-07T23:36:47.981Z Compiling tokio-macros v2.7.2
5552026-08-07T23:36:48.223Z Compiling target-lexicon v0.13.5
5562026-08-07T23:36:48.654Z Compiling futures-macro v0.3.33
5572026-08-07T23:36:48.692Z Compiling tracing-attributes v0.1.31
5582026-08-07T23:36:48.695Z Compiling tokio v1.53.1
5592026-08-07T23:36:48.928Z Compiling getrandom v0.3.4
5602026-08-07T23:36:49.106Z Compiling object v0.37.3
5612026-08-07T23:36:49.213Z Compiling zerocopy v0.8.56
5622026-08-07T23:36:49.308Z Compiling http-body v1.1.0
5632026-08-07T23:36:49.461Z Compiling futures-util v0.3.33
5642026-08-07T23:36:49.475Z Compiling rustls-pki-types v1.15.1
5652026-08-07T23:36:49.603Z Compiling form_urlencoded v1.2.2
5662026-08-07T23:36:49.631Z Compiling semver v1.0.28
5672026-08-07T23:36:49.865Z Compiling getrandom v0.2.17
5682026-08-07T23:36:49.878Z Compiling tracing v0.1.44
5692026-08-07T23:36:50.057Z Compiling utf8_iter v1.0.4
5702026-08-07T23:36:50.214Z Compiling signal-hook v0.3.18
5712026-08-07T23:36:50.226Z Compiling thiserror v2.0.19
5722026-08-07T23:36:50.265Z Compiling owo-colors v4.3.0
5732026-08-07T23:36:50.326Z Compiling untrusted v0.9.0
5742026-08-07T23:36:50.416Z Compiling httparse v1.10.1
5752026-08-07T23:36:50.453Z Compiling guppy-workspace-hack v0.1.0
5762026-08-07T23:36:50.541Z Compiling gimli v0.32.3
5772026-08-07T23:36:50.571Z Compiling fnv v1.0.7
5782026-08-07T23:36:50.658Z Compiling idna_adapter v1.0.0
5792026-08-07T23:36:50.756Z Compiling idna v1.1.0
5802026-08-07T23:36:52.240Z Compiling thiserror-impl v2.0.19
5812026-08-07T23:36:52.268Z Compiling generic-array v0.14.7
5822026-08-07T23:36:52.398Z Compiling atomic-waker v1.1.2
5832026-08-07T23:36:52.499Z Compiling addr2line v0.25.1
5842026-08-07T23:36:52.533Z Compiling try-lock v0.2.5
5852026-08-07T23:36:52.651Z Compiling tokio-util v0.7.19
5862026-08-07T23:36:52.926Z Compiling target-spec v3.6.0
5872026-08-07T23:36:53.203Z Compiling fastrand v2.5.0
5882026-08-07T23:36:53.232Z Compiling rustls v0.23.43
5892026-08-07T23:36:53.376Z Compiling thiserror v1.0.69
5902026-08-07T23:36:53.441Z Compiling rustc-demangle v0.1.28
5912026-08-07T23:36:53.538Z Compiling tower-service v0.3.3
5922026-08-07T23:36:53.636Z Compiling pkg-config v0.3.33
5932026-08-07T23:36:53.680Z Compiling typeid v1.0.3
5942026-08-07T23:36:53.785Z Compiling backtrace v0.3.76
5952026-08-07T23:36:53.912Z Compiling tempfile v3.27.0
5962026-08-07T23:36:54.071Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5972026-08-07T23:36:54.150Z Compiling h2 v0.4.15
5982026-08-07T23:36:54.245Z Compiling want v0.3.1
5992026-08-07T23:36:54.425Z Compiling cfg-expr v0.20.8
6002026-08-07T23:36:54.455Z Compiling url v2.5.8
6012026-08-07T23:36:55.264Z Compiling thiserror-impl v1.0.69
6022026-08-07T23:36:55.387Z Compiling terminal_size v0.4.4
6032026-08-07T23:36:55.542Z Compiling aho-corasick v1.1.5
6042026-08-07T23:36:55.797Z Compiling regex-syntax v0.8.11
6052026-08-07T23:36:56.412Z Compiling rustls-webpki v0.103.13
6062026-08-07T23:36:56.815Z Compiling winnow v0.7.15
6072026-08-07T23:36:58.619Z Compiling erased-serde v0.4.10
6082026-08-07T23:36:58.732Z Compiling typenum v1.20.1
6092026-08-07T23:36:58.880Z Compiling subtle v2.6.1
6102026-08-07T23:36:58.947Z Compiling regex-automata v0.4.18
6112026-08-07T23:36:59.004Z Compiling hyper v1.11.0
6122026-08-07T23:37:01.087Z Compiling toml_datetime v0.6.11
6132026-08-07T23:37:01.491Z Compiling serde_spanned v0.6.9
6142026-08-07T23:37:01.655Z Compiling ahash v0.8.12
6152026-08-07T23:37:01.751Z Compiling sync_wrapper v1.0.2
6162026-08-07T23:37:01.868Z Compiling foldhash v0.1.5
6172026-08-07T23:37:01.901Z Compiling toml_write v0.1.2
6182026-08-07T23:37:02.091Z Compiling is_ci v1.2.0
6192026-08-07T23:37:02.145Z Compiling ipnet v2.12.1
6202026-08-07T23:37:02.268Z Compiling unicode-linebreak v0.1.5
6212026-08-07T23:37:02.537Z Compiling tower-layer v0.3.3
6222026-08-07T23:37:02.739Z Compiling portable-atomic v1.14.0
6232026-08-07T23:37:02.753Z Compiling either v1.17.0
6242026-08-07T23:37:02.993Z Compiling lazy_static v1.5.0
6252026-08-07T23:37:03.089Z Compiling parking_lot_core v0.9.12
6262026-08-07T23:37:03.102Z Compiling crc32fast v1.5.0
6272026-08-07T23:37:03.184Z Compiling nextest-workspace-hack v0.1.0
6282026-08-07T23:37:03.319Z Compiling unicode-segmentation v1.13.3
6292026-08-07T23:37:03.355Z Compiling base64 v0.22.1
6302026-08-07T23:37:03.442Z Compiling sharded-slab v0.1.7
6312026-08-07T23:37:03.476Z Compiling tower v0.5.3
6322026-08-07T23:37:03.628Z Compiling hyper-util v0.1.20
6332026-08-07T23:37:03.709Z Compiling convert_case v0.10.0
6342026-08-07T23:37:03.847Z Compiling textwrap v0.16.2
6352026-08-07T23:37:03.963Z Compiling supports-color v3.0.2
6362026-08-07T23:37:04.048Z Compiling tokio-rustls v0.26.4
6372026-08-07T23:37:04.061Z Compiling toml_edit v0.22.27
6382026-08-07T23:37:04.191Z Compiling hashbrown v0.15.5
6392026-08-07T23:37:04.814Z Compiling backtrace-ext v0.2.1
6402026-08-07T23:37:04.958Z Compiling ordered-float v2.10.1
6412026-08-07T23:37:05.075Z Compiling webpki-roots v1.0.9
6422026-08-07T23:37:05.183Z Compiling miette-derive v7.6.0
6432026-08-07T23:37:05.196Z Compiling pathdiff v0.2.3
6442026-08-07T23:37:05.229Z Compiling console v0.15.11
6452026-08-07T23:37:05.317Z Compiling tracing-log v0.2.0
6462026-08-07T23:37:05.683Z Compiling cargo-platform v0.3.3
6472026-08-07T23:37:06.234Z Compiling os_pipe v1.2.3
6482026-08-07T23:37:06.246Z Compiling thread_local v1.1.10
6492026-08-07T23:37:06.266Z Compiling fixedbitset v0.5.7
6502026-08-07T23:37:06.556Z Compiling supports-hyperlinks v3.2.0
6512026-08-07T23:37:06.580Z Compiling cfg_aliases v0.2.2
6522026-08-07T23:37:06.652Z Compiling rustix v0.38.44
6532026-08-07T23:37:06.725Z Compiling debug-ignore v1.0.5
6542026-08-07T23:37:06.769Z Compiling supports-unicode v3.0.0
6552026-08-07T23:37:06.782Z Compiling scopeguard v1.2.0
6562026-08-07T23:37:06.831Z Compiling zstd-safe v7.2.4
6572026-08-07T23:37:06.880Z Compiling winnow v1.0.4
6582026-08-07T23:37:06.935Z Compiling ryu v1.0.23
6592026-08-07T23:37:06.989Z Compiling unicode-width v0.1.14
6602026-08-07T23:37:07.068Z Compiling utf8parse v0.2.2
6612026-08-07T23:37:07.180Z Compiling pulldown-cmark v0.13.4
6622026-08-07T23:37:07.226Z Compiling miette v7.6.0
6632026-08-07T23:37:07.286Z Compiling anstyle-parse v1.0.0
6642026-08-07T23:37:07.436Z Compiling serde_urlencoded v0.7.1
6652026-08-07T23:37:07.600Z Compiling lock_api v0.4.14
6662026-08-07T23:37:07.761Z Compiling nix v0.30.1
6672026-08-07T23:37:07.849Z Compiling petgraph v0.8.3
6682026-08-07T23:37:08.137Z Compiling toml_parser v1.1.3+spec-1.1.0
6692026-08-07T23:37:08.327Z Compiling tracing-subscriber v0.3.23
6702026-08-07T23:37:09.442Z Compiling sigchld v0.2.4
6712026-08-07T23:37:09.640Z Compiling cargo_metadata v0.23.1
6722026-08-07T23:37:09.774Z Compiling toml v0.8.23
6732026-08-07T23:37:10.461Z Compiling serde-value v0.7.0
6742026-08-07T23:37:11.143Z Compiling hyper-rustls v0.27.9
6752026-08-07T23:37:11.262Z Compiling serde-untagged v0.1.9
6762026-08-07T23:37:11.575Z Compiling derive_more-impl v2.1.1
6772026-08-07T23:37:11.622Z Compiling tower-http v0.6.11
6782026-08-07T23:37:12.503Z Compiling itertools v0.14.0
6792026-08-07T23:37:12.528Z Compiling regex v1.13.1
6802026-08-07T23:37:12.633Z Compiling crypto-common v0.1.7
6812026-08-07T23:37:12.663Z Compiling block-buffer v0.10.4
6822026-08-07T23:37:12.768Z Compiling ppv-lite86 v0.2.21
6832026-08-07T23:37:12.815Z Compiling rand_core v0.9.5
6842026-08-07T23:37:13.068Z Compiling futures-executor v0.3.33
6852026-08-07T23:37:13.099Z Compiling http-body-util v0.1.4
6862026-08-07T23:37:13.383Z Compiling pin-project-internal v1.1.13
6872026-08-07T23:37:13.483Z Compiling uuid v1.24.0
6882026-08-07T23:37:13.550Z Compiling smol_str v0.3.6
6892026-08-07T23:37:13.879Z Compiling serde_spanned v1.1.1
6902026-08-07T23:37:13.933Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-08-07T23:37:13.980Z Compiling filetime v0.2.29
6922026-08-07T23:37:14.012Z Compiling vte v0.14.1
6932026-08-07T23:37:14.025Z Compiling bstr v1.13.0
6942026-08-07T23:37:14.178Z Compiling color-spantrace v0.3.0
6952026-08-07T23:37:14.225Z Compiling xattr v1.6.1
6962026-08-07T23:37:14.344Z Compiling iana-time-zone v0.1.65
6972026-08-07T23:37:14.416Z Compiling static_assertions v1.1.0
6982026-08-07T23:37:14.429Z Compiling litrs v1.0.0
6992026-08-07T23:37:14.470Z Compiling nested v0.1.1
7002026-08-07T23:37:14.489Z Compiling self_update v0.42.0
7012026-08-07T23:37:14.644Z Compiling is_terminal_polyfill v1.70.2
7022026-08-07T23:37:14.666Z Compiling anstyle v1.0.14
7032026-08-07T23:37:14.702Z Compiling tinyvec_macros v0.1.1
7042026-08-07T23:37:14.723Z Compiling anstyle-query v1.1.5
7052026-08-07T23:37:14.739Z Compiling unicase v2.9.0
7062026-08-07T23:37:14.770Z Compiling number_prefix v0.4.0
7072026-08-07T23:37:14.829Z Compiling colorchoice v1.0.5
7082026-08-07T23:37:14.861Z Compiling eyre v0.6.12
7092026-08-07T23:37:14.915Z Compiling unicode-xid v0.2.6
7102026-08-07T23:37:14.952Z Compiling anstream v1.0.0
7112026-08-07T23:37:14.955Z Compiling indicatif v0.17.11
7122026-08-07T23:37:15.049Z Compiling cargo-util-schemas v0.2.0
7132026-08-07T23:37:15.118Z Compiling document-features v0.2.12
7142026-08-07T23:37:15.437Z Compiling tinyvec v1.12.0
7152026-08-07T23:37:15.485Z Compiling guppy v0.17.26
7162026-08-07T23:37:15.695Z Compiling chrono v0.4.45
7172026-08-07T23:37:15.859Z Compiling globset v0.4.20
7182026-08-07T23:37:16.535Z Compiling pin-project v1.1.13
7192026-08-07T23:37:16.641Z Compiling tar v0.4.46
7202026-08-07T23:37:17.454Z Compiling strip-ansi-escapes v0.2.1
7212026-08-07T23:37:17.927Z Compiling toml v1.1.4+spec-1.1.0
7222026-08-07T23:37:18.043Z Compiling nextest-metadata v0.12.2
7232026-08-07T23:37:18.185Z Compiling newtype-uuid v1.4.0
7242026-08-07T23:37:18.375Z Compiling reqwest v0.12.28
7252026-08-07T23:37:19.006Z Compiling futures v0.3.33
7262026-08-07T23:37:19.093Z Compiling rand_chacha v0.9.0
7272026-08-07T23:37:19.109Z Compiling digest v0.10.7
7282026-08-07T23:37:19.144Z Compiling flate2 v1.1.9
7292026-08-07T23:37:19.329Z Compiling parking_lot v0.12.5
7302026-08-07T23:37:19.645Z Compiling derive_more v2.1.1
7312026-08-07T23:37:19.689Z Compiling shared_child v1.1.1
7322026-08-07T23:37:19.723Z Compiling tracing-error v0.2.1
7332026-08-07T23:37:20.221Z Compiling signal-hook-mio v0.2.5
7342026-08-07T23:37:20.295Z Compiling self-replace v1.5.0
7352026-08-07T23:37:20.350Z Compiling cargo-platform v0.2.0
7362026-08-07T23:37:20.558Z Compiling quick-xml v0.37.5
7372026-08-07T23:37:20.901Z Compiling quick-xml v0.38.4
7382026-08-07T23:37:20.994Z Compiling cpufeatures v0.2.17
7392026-08-07T23:37:21.071Z Compiling humantime v2.4.0
7402026-08-07T23:37:21.321Z Compiling indenter v0.3.4
7412026-08-07T23:37:21.456Z Compiling recursion v0.5.4
7422026-08-07T23:37:21.484Z Compiling heck v0.5.0
7432026-08-07T23:37:21.594Z Compiling shell-words v1.1.1
7442026-08-07T23:37:21.965Z Compiling strsim v0.11.1
7452026-08-07T23:37:22.053Z Compiling clap_lex v1.1.0
7462026-08-07T23:37:22.074Z Compiling urlencoding v2.1.3
7472026-08-07T23:37:22.311Z Compiling clap_builder v4.6.6
7482026-08-07T23:37:22.503Z Compiling clap_derive v4.6.4
7492026-08-07T23:37:22.767Z Compiling nextest-filtering v0.15.0
7502026-08-07T23:37:23.137Z Compiling quick-junit v0.5.2
7512026-08-07T23:37:24.705Z Compiling humantime-serde v1.1.1
7522026-08-07T23:37:24.866Z Compiling sha2 v0.10.9
7532026-08-07T23:37:26.129Z Compiling atomicwrites v0.4.4
7542026-08-07T23:37:26.184Z Compiling cargo_metadata v0.20.0
7552026-08-07T23:37:26.411Z Compiling crossterm v0.29.0
7562026-08-07T23:37:26.597Z Compiling cargo-nextest v0.9.97
7572026-08-07T23:37:28.180Z Compiling duct v0.13.7
7582026-08-07T23:37:29.127Z Compiling rand v0.9.5
7592026-08-07T23:37:29.480Z Compiling zstd v0.13.3
7602026-08-07T23:37:29.555Z Compiling async-scoped v0.9.0
7612026-08-07T23:37:29.558Z Compiling config v0.15.25
7622026-08-07T23:37:29.750Z Compiling unicode-normalization v0.1.25
7632026-08-07T23:37:29.869Z Compiling target-spec-miette v0.4.8
7642026-08-07T23:37:29.872Z Compiling future-queue v0.4.0
7652026-08-07T23:37:29.904Z Compiling mukti-metadata v0.3.0
7662026-08-07T23:37:30.155Z Compiling camino-tempfile v1.4.1
7672026-08-07T23:37:30.254Z Compiling tokio-stream v0.1.19
7682026-08-07T23:37:30.324Z Compiling derive-where v1.6.1
7692026-08-07T23:37:30.390Z Compiling serde_path_to_error v0.1.20
7702026-08-07T23:37:30.558Z Compiling serde_ignored v0.1.14
7712026-08-07T23:37:30.787Z Compiling indent_write v2.2.0
7722026-08-07T23:37:30.835Z Compiling swrite v0.1.0
7732026-08-07T23:37:30.930Z Compiling home v0.5.12
7742026-08-07T23:37:30.930Z Compiling xxhash-rust v0.8.18
7752026-08-07T23:37:30.943Z Compiling hex v0.4.3
7762026-08-07T23:37:31.099Z Compiling color-eyre v0.6.5
7772026-08-07T23:37:31.141Z Compiling clap v4.6.6
7782026-08-07T23:37:31.224Z Compiling dialoguer v0.11.0
7792026-08-07T23:37:31.240Z Compiling enable-ansi-support v0.2.1
7802026-08-07T23:37:31.550Z Compiling nextest-runner v0.80.0
7812026-08-07T23:37:49.985Z Finished `release` profile [optimized] target(s) in 1m 10s
7822026-08-07T23:37:50.158Z Installing /home/build/.cargo/bin/cargo-nextest
7832026-08-07T23:37:50.160Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7842026-08-07T23:37:50.286Z+ pushd mg-lower
7852026-08-07T23:37:50.289Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7862026-08-07T23:37:50.289Z+ cargo nextest run
7872026-08-07T23:37:50.450Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-08-07T23:37:52.832ZFrom https://github.com/oxidecomputer/falcon
7892026-08-07T23:37:52.832Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7902026-08-07T23:37:52.908Z Updating crates.io index
7912026-08-07T23:37:52.911Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-08-07T23:37:53.982ZFrom https://github.com/oxidecomputer/dendrite
7932026-08-07T23:37:53.982Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
7942026-08-07T23:37:54.016Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-08-07T23:37:54.552ZFrom https://github.com/oxidecomputer/ispf
7962026-08-07T23:37:54.552Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7972026-08-07T23:37:54.558Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-08-07T23:37:55.187ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-08-07T23:37:55.187Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
8002026-08-07T23:37:55.194Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-08-07T23:38:04.007ZFrom https://github.com/oxidecomputer/omicron
8022026-08-07T23:38:04.007Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8032026-08-07T23:38:04.439Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-08-07T23:38:05.337ZFrom https://github.com/oxidecomputer/opte
8052026-08-07T23:38:05.337Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8062026-08-07T23:38:05.367Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072026-08-07T23:38:05.715ZFrom https://github.com/oxidecomputer/slog-error-chain
8082026-08-07T23:38:05.715Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8092026-08-07T23:38:05.726Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-08-07T23:38:07.068ZFrom https://github.com/illumos/smf-rs
8112026-08-07T23:38:07.068Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-08-07T23:38:07.076Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8132026-08-07T23:38:07.428ZFrom https://github.com/oxidecomputer/network-interface
8142026-08-07T23:38:07.428Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8152026-08-07T23:38:07.435Z Updating git repository `https://github.com/oxidecomputer/zone`
8162026-08-07T23:38:07.754ZFrom https://github.com/oxidecomputer/zone
8172026-08-07T23:38:07.754Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8182026-08-07T23:38:07.761Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-08-07T23:38:08.469ZFrom https://github.com/oxidecomputer/propolis
8202026-08-07T23:38:08.469Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-08-07T23:38:08.513Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-08-07T23:38:09.067ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-08-07T23:38:09.068Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8242026-08-07T23:38:09.078Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-08-07T23:38:09.413ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-08-07T23:38:09.414Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8272026-08-07T23:38:09.420Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-08-07T23:38:09.800ZFrom https://github.com/jmesmon/rust-libzfs
8292026-08-07T23:38:09.800Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-08-07T23:38:09.807Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-08-07T23:38:10.143ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-08-07T23:38:10.143Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-08-07T23:38:10.150Z Updating git repository `https://github.com/oxidecomputer/lldp`
8342026-08-07T23:38:10.500ZFrom https://github.com/oxidecomputer/lldp
8352026-08-07T23:38:10.500Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8362026-08-07T23:38:10.511Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8372026-08-07T23:38:10.874ZFrom https://github.com/oxidecomputer/tufaceous
8382026-08-07T23:38:10.874Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8392026-08-07T23:38:10.892Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-08-07T23:38:11.447ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-08-07T23:38:11.447Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8422026-08-07T23:38:11.458Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-08-07T23:38:12.730ZFrom https://github.com/oxidecomputer/crucible
8442026-08-07T23:38:12.730Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8452026-08-07T23:38:12.776Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-08-07T23:38:13.097ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-08-07T23:38:13.097Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-08-07T23:38:13.110Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-08-07T23:38:13.572ZFrom https://github.com/oxidecomputer/propolis
8502026-08-07T23:38:13.572Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8512026-08-07T23:38:13.618Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-08-07T23:38:14.439ZFrom https://github.com/oxidecomputer/crucible
8532026-08-07T23:38:14.439Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8542026-08-07T23:38:14.509Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-08-07T23:38:14.947ZFrom https://github.com/oxidecomputer/tofino
8562026-08-07T23:38:14.947Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8572026-08-07T23:38:14.958Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-08-07T23:38:15.731ZFrom https://github.com/oxidecomputer/maghemite
8592026-08-07T23:38:15.731Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8602026-08-07T23:38:15.762Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-08-07T23:38:16.131ZFrom https://github.com/oxidecomputer/clickward
8622026-08-07T23:38:16.131Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-08-07T23:38:16.139Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-08-07T23:38:16.432ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-08-07T23:38:16.432Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-08-07T23:38:17.409Z Downloading crates ...
8672026-08-07T23:38:17.475Z Downloaded omicron-workspace-hack v0.1.0
8682026-08-07T23:38:17.479Z Downloaded aead v0.5.2
8692026-08-07T23:38:17.479Z Downloaded hostname v0.4.2
8702026-08-07T23:38:17.479Z Downloaded http-body v1.0.1
8712026-08-07T23:38:17.479Z Downloaded slog-bunyan v2.5.0
8722026-08-07T23:38:17.483Z Downloaded icu_collections v2.2.0
8732026-08-07T23:38:17.486Z Downloaded paste v1.0.15
8742026-08-07T23:38:17.488Z Downloaded time-macros v0.2.27
8752026-08-07T23:38:17.488Z Downloaded num-rational v0.4.2
8762026-08-07T23:38:17.491Z Downloaded oxide-tokio-rt v0.1.6
8772026-08-07T23:38:17.495Z Downloaded hubpack v0.1.2
8782026-08-07T23:38:17.495Z Downloaded httpdate v1.0.3
8792026-08-07T23:38:17.498Z Downloaded match_cfg v0.1.0
8802026-08-07T23:38:17.501Z Downloaded tough v0.22.0
8812026-08-07T23:38:17.505Z Downloaded typify v0.4.3
8822026-08-07T23:38:17.507Z Downloaded smallvec v1.15.1
8832026-08-07T23:38:17.510Z Downloaded ingot v0.1.1
8842026-08-07T23:38:17.510Z Downloaded ipnet v2.12.0
8852026-08-07T23:38:17.510Z Downloaded linear-map v1.2.0
8862026-08-07T23:38:17.510Z Downloaded slog-envlogger v2.2.0
8872026-08-07T23:38:17.513Z Downloaded smf v0.2.3
8882026-08-07T23:38:17.513Z Downloaded slog-dtrace v0.3.0
8892026-08-07T23:38:17.513Z Downloaded tabled_derive v0.7.0
8902026-08-07T23:38:17.513Z Downloaded spin v0.5.2
8912026-08-07T23:38:17.513Z Downloaded omicron-zone-package v0.12.3
8922026-08-07T23:38:17.516Z Downloaded snafu v0.8.9
8932026-08-07T23:38:17.519Z Downloaded structmeta-derive v0.3.0
8942026-08-07T23:38:17.519Z Downloaded http v1.4.2
8952026-08-07T23:38:17.521Z Downloaded inout v0.1.4
8962026-08-07T23:38:17.521Z Downloaded konst v0.2.20
8972026-08-07T23:38:17.525Z Downloaded papergrid v0.18.0
8982026-08-07T23:38:17.528Z Downloaded slog-term v2.9.2
8992026-08-07T23:38:17.528Z Downloaded time-core v0.1.8
9002026-08-07T23:38:17.528Z Downloaded test-strategy v0.4.5
9012026-08-07T23:38:17.531Z Downloaded thiserror-impl-no-std v2.0.2
9022026-08-07T23:38:17.531Z Downloaded thread-id v5.1.0
9032026-08-07T23:38:17.531Z Downloaded no-std-compat v0.4.1
9042026-08-07T23:38:17.534Z Downloaded lru-cache v0.1.2
9052026-08-07T23:38:17.534Z Downloaded term v1.2.1
9062026-08-07T23:38:17.534Z Downloaded slog-scope v4.4.1
9072026-08-07T23:38:17.534Z Downloaded topological-sort v0.2.2
9082026-08-07T23:38:17.543Z Downloaded strum v0.26.3
9092026-08-07T23:38:17.543Z Downloaded hubpack_derive v0.1.1
9102026-08-07T23:38:17.543Z Downloaded is-terminal v0.4.17
9112026-08-07T23:38:17.547Z Downloaded instant v0.1.13
9122026-08-07T23:38:17.547Z Downloaded natord v1.0.9
9132026-08-07T23:38:17.547Z Downloaded idna_adapter v1.2.2
9142026-08-07T23:38:17.547Z Downloaded linked-hash-map v0.5.6
9152026-08-07T23:38:17.547Z Downloaded ident_case v1.0.1
9162026-08-07T23:38:17.551Z Downloaded libscf-sys v1.2.0
9172026-08-07T23:38:17.555Z Downloaded olpc-cjson v0.1.4
9182026-08-07T23:38:17.555Z Downloaded num-conv v0.2.2
9192026-08-07T23:38:17.555Z Downloaded konst_macro_rules v0.2.19
9202026-08-07T23:38:17.555Z Downloaded steno v0.4.1
9212026-08-07T23:38:17.558Z Downloaded syn v2.0.117
9222026-08-07T23:38:17.562Z Downloaded newtype-uuid-macros v0.1.0
9232026-08-07T23:38:17.564Z Downloaded newtype_derive v0.1.6
9242026-08-07T23:38:17.565Z Downloaded slog-stdlog v4.1.1
9252026-08-07T23:38:17.565Z Downloaded stable_deref_trait v1.2.1
9262026-08-07T23:38:17.565Z Downloaded unarray v0.1.4
9272026-08-07T23:38:17.568Z Downloaded macaddr v1.0.1
9282026-08-07T23:38:17.568Z Downloaded num_threads v0.1.7
9292026-08-07T23:38:17.568Z Downloaded keccak v0.1.6
9302026-08-07T23:38:17.568Z Downloaded powerfmt v0.2.0
9312026-08-07T23:38:17.571Z Downloaded typify-macro v0.4.3
9322026-08-07T23:38:17.571Z Downloaded usdt-macro v0.5.0
9332026-08-07T23:38:17.571Z Downloaded num v0.4.3
9342026-08-07T23:38:17.571Z Downloaded managed v0.8.0
9352026-08-07T23:38:17.574Z Downloaded mime v0.3.17
9362026-08-07T23:38:17.574Z Downloaded newline-converter v0.3.0
9372026-08-07T23:38:17.574Z Downloaded take_mut v0.2.2
9382026-08-07T23:38:17.574Z Downloaded memmap v0.7.0
9392026-08-07T23:38:17.577Z Downloaded strum v0.27.2
9402026-08-07T23:38:17.577Z Downloaded usdt-attr-macro v0.6.0
9412026-08-07T23:38:17.579Z Downloaded unit-prefix v0.5.2
9422026-08-07T23:38:17.579Z Downloaded usdt-attr-macro v0.5.0
9432026-08-07T23:38:17.579Z Downloaded wait-timeout v0.2.1
9442026-08-07T23:38:17.582Z Downloaded icu_normalizer v2.2.0
9452026-08-07T23:38:17.585Z Downloaded ipnetwork v0.21.1
9462026-08-07T23:38:17.585Z Downloaded dunce v1.0.5
9472026-08-07T23:38:17.585Z Downloaded log v0.4.32
9482026-08-07T23:38:17.588Z Downloaded memoffset v0.9.1
9492026-08-07T23:38:17.591Z Downloaded xz2 v0.1.7
9502026-08-07T23:38:17.593Z Downloaded opaque-debug v0.3.1
9512026-08-07T23:38:17.593Z Downloaded dof v0.3.0
9522026-08-07T23:38:17.593Z Downloaded testing_table v0.3.0
9532026-08-07T23:38:17.596Z Downloaded defmt-parser v1.0.0
9542026-08-07T23:38:17.596Z Downloaded float-ord v0.3.2
9552026-08-07T23:38:17.599Z Downloaded structmeta v0.3.0
9562026-08-07T23:38:17.599Z Downloaded untrusted v0.7.1
9572026-08-07T23:38:17.599Z Downloaded tabled_derive v0.11.0
9582026-08-07T23:38:17.601Z Downloaded parse-display v0.10.0
9592026-08-07T23:38:17.603Z Downloaded num-iter v0.1.45
9602026-08-07T23:38:17.606Z Downloaded termtree v0.5.1
9612026-08-07T23:38:17.606Z Downloaded usdt-macro v0.6.0
9622026-08-07T23:38:17.606Z Downloaded universal-hash v0.5.1
9632026-08-07T23:38:17.606Z Downloaded num-derive v0.4.2
9642026-08-07T23:38:17.610Z Downloaded thread-id v4.2.2
9652026-08-07T23:38:17.614Z Downloaded tabwriter v1.4.1
9662026-08-07T23:38:17.617Z Downloaded num_enum_derive v0.5.11
9672026-08-07T23:38:17.617Z Downloaded proc-macro-error-attr v1.0.4
9682026-08-07T23:38:17.617Z Downloaded futures-task v0.3.32
9692026-08-07T23:38:17.617Z Downloaded waitgroup v0.1.2
9702026-08-07T23:38:17.621Z Downloaded quick-error v1.2.3
9712026-08-07T23:38:17.624Z Downloaded libsw v3.5.0
9722026-08-07T23:38:17.624Z Downloaded num-integer v0.1.46
9732026-08-07T23:38:17.627Z Downloaded tagptr v0.2.0
9742026-08-07T23:38:17.627Z Downloaded typify-macro v0.6.2
9752026-08-07T23:38:17.630Z Downloaded usdt v0.5.0
9762026-08-07T23:38:17.630Z Downloaded ingot-types v0.2.0
9772026-08-07T23:38:17.630Z Downloaded libsw-core v0.3.2
9782026-08-07T23:38:17.632Z Downloaded ingot v0.2.1
9792026-08-07T23:38:17.632Z Downloaded password-hash v0.5.0
9802026-08-07T23:38:17.632Z Downloaded multer v3.1.0
9812026-08-07T23:38:17.635Z Downloaded proc-macro-error-attr2 v2.0.0
9822026-08-07T23:38:17.635Z Downloaded smawk v0.3.2
9832026-08-07T23:38:17.635Z Downloaded tokio-macros v2.7.0
9842026-08-07T23:38:17.635Z Downloaded humantime v2.3.0
9852026-08-07T23:38:17.638Z Downloaded ingot-types v0.1.2
9862026-08-07T23:38:17.638Z Downloaded usdt v0.6.0
9872026-08-07T23:38:17.638Z Downloaded internet-checksum v0.2.1
9882026-08-07T23:38:17.638Z Downloaded newtype-uuid v1.3.2
9892026-08-07T23:38:17.641Z Downloaded litemap v0.8.2
9902026-08-07T23:38:17.641Z Downloaded potential_utf v0.1.5
9912026-08-07T23:38:17.643Z Downloaded toml_writer v1.1.1+spec-1.1.0
9922026-08-07T23:38:17.643Z Downloaded writeable v0.6.3
9932026-08-07T23:38:17.646Z Downloaded slog-json v2.6.1
9942026-08-07T23:38:17.648Z Downloaded strum_macros v0.26.4
9952026-08-07T23:38:17.652Z Downloaded progenitor-client v0.14.0
9962026-08-07T23:38:17.656Z Downloaded zone v0.3.1
9972026-08-07T23:38:17.656Z Downloaded async-recursion v1.1.1
9982026-08-07T23:38:17.659Z Downloaded serde_repr v0.1.21
9992026-08-07T23:38:17.659Z Downloaded spin v0.9.8
10002026-08-07T23:38:17.659Z Downloaded usdt-impl v0.6.0
10012026-08-07T23:38:17.659Z Downloaded snafu-derive v0.8.9
10022026-08-07T23:38:17.662Z Downloaded embedded-io v0.4.0
10032026-08-07T23:38:17.662Z Downloaded foldhash v0.2.0
10042026-08-07T23:38:17.664Z Downloaded parking_lot_core v0.8.6
10052026-08-07T23:38:17.664Z Downloaded num_enum_derive v0.7.6
10062026-08-07T23:38:17.664Z Downloaded displaydoc v0.2.6
10072026-08-07T23:38:17.667Z Downloaded hostname v0.3.1
10082026-08-07T23:38:17.667Z Downloaded sha1 v0.11.0
10092026-08-07T23:38:17.669Z Downloaded num-complex v0.4.6
10102026-08-07T23:38:17.669Z Downloaded num_enum v0.5.11
10112026-08-07T23:38:17.672Z Downloaded oxnet v0.1.6
10122026-08-07T23:38:17.675Z Downloaded semver v0.1.20
10132026-08-07T23:38:17.675Z Downloaded crunchy v0.2.4
10142026-08-07T23:38:17.678Z Downloaded crucible-workspace-hack v0.1.0
10152026-08-07T23:38:17.678Z Downloaded compression-core v0.4.32
10162026-08-07T23:38:17.678Z Downloaded thiserror-no-std v2.0.2
10172026-08-07T23:38:17.680Z Downloaded utf-8 v0.7.6
10182026-08-07T23:38:17.682Z Downloaded thread_local v1.1.9
10192026-08-07T23:38:17.682Z Downloaded const-random-macro v0.1.16
10202026-08-07T23:38:17.683Z Downloaded darling_macro v0.21.3
10212026-08-07T23:38:17.683Z Downloaded whoami v1.6.1
10222026-08-07T23:38:17.683Z Downloaded tiny-keccak v2.0.2
10232026-08-07T23:38:17.685Z Downloaded tokio-dtrace v0.1.1
10242026-08-07T23:38:17.685Z Downloaded futures-executor v0.3.32
10252026-08-07T23:38:17.688Z Downloaded smartstring v1.0.1
10262026-08-07T23:38:17.688Z Downloaded hybrid-array v0.4.12
10272026-08-07T23:38:17.690Z Downloaded jobserver v0.1.34
10282026-08-07T23:38:17.690Z Downloaded usdt-impl v0.5.0
10292026-08-07T23:38:17.693Z Downloaded vsss-rs v3.3.4
10302026-08-07T23:38:17.693Z Downloaded strum_macros v0.27.2
10312026-08-07T23:38:17.696Z Downloaded memmap2 v0.9.10
10322026-08-07T23:38:17.696Z Downloaded parking_lot v0.11.2
10332026-08-07T23:38:17.696Z Downloaded pem v3.0.6
10342026-08-07T23:38:17.699Z Downloaded tokio-tungstenite v0.21.0
10352026-08-07T23:38:17.699Z Downloaded num_enum v0.7.6
10362026-08-07T23:38:17.702Z Downloaded walkdir v2.5.0
10372026-08-07T23:38:17.702Z Downloaded indicatif v0.18.4
10382026-08-07T23:38:17.705Z Downloaded globset v0.4.18
10392026-08-07T23:38:17.705Z Downloaded foreign-types-macros v0.2.3
10402026-08-07T23:38:17.705Z Downloaded fxhash v0.2.1
10412026-08-07T23:38:17.708Z Downloaded progenitor-macro v0.14.0
10422026-08-07T23:38:17.711Z Downloaded foreign-types v0.5.0
10432026-08-07T23:38:17.711Z Downloaded tinystr v0.8.3
10442026-08-07T23:38:17.715Z Downloaded fixedbitset v0.4.2
10452026-08-07T23:38:17.715Z Downloaded scroll v0.12.0
10462026-08-07T23:38:17.715Z Downloaded synstructure v0.13.2
10472026-08-07T23:38:17.715Z Downloaded progenitor-client v0.13.0
10482026-08-07T23:38:17.718Z Downloaded slog-async v2.8.0
10492026-08-07T23:38:17.721Z Downloaded thin-vec v0.2.18
10502026-08-07T23:38:17.721Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10512026-08-07T23:38:17.721Z Downloaded rustls-native-certs v0.8.4
10522026-08-07T23:38:17.725Z Downloaded sha1 v0.10.6
10532026-08-07T23:38:17.728Z Downloaded serial_test_derive v4.0.1
10542026-08-07T23:38:17.732Z Downloaded ingot-macros v0.1.1
10552026-08-07T23:38:17.735Z Downloaded secrecy v0.10.3
10562026-08-07T23:38:17.735Z Downloaded deranged v0.5.8
10572026-08-07T23:38:17.738Z Downloaded ingot-macros v0.2.0
10582026-08-07T23:38:17.740Z Downloaded rustls-pemfile v2.2.0
10592026-08-07T23:38:17.743Z Downloaded hmac v0.12.1
10602026-08-07T23:38:17.743Z Downloaded parse-display-derive v0.10.0
10612026-08-07T23:38:17.747Z Downloaded zerofrom v0.1.8
10622026-08-07T23:38:17.750Z Downloaded base16ct v0.2.0
10632026-08-07T23:38:17.753Z Downloaded cobs v0.3.0
10642026-08-07T23:38:17.753Z Downloaded tokio-stream v0.1.18
10652026-08-07T23:38:17.755Z Downloaded foreign-types-shared v0.3.1
10662026-08-07T23:38:17.756Z Downloaded futures-macro v0.3.32
10672026-08-07T23:38:17.756Z Downloaded icu_provider v2.2.0
10682026-08-07T23:38:17.759Z Downloaded erased-serde v0.3.31
10692026-08-07T23:38:17.764Z Downloaded toml_parser v1.1.2+spec-1.1.0
10702026-08-07T23:38:17.771Z Downloaded plain v0.2.3
10712026-08-07T23:38:17.779Z Downloaded toml v1.1.2+spec-1.1.0
10722026-08-07T23:38:17.781Z Downloaded icu_normalizer_data v2.2.0
10732026-08-07T23:38:17.784Z Downloaded byteorder v1.5.0
10742026-08-07T23:38:17.784Z Downloaded daft-derive v0.1.7
10752026-08-07T23:38:17.787Z Downloaded pretty-hex v0.4.2
10762026-08-07T23:38:17.787Z Downloaded phf_shared v0.12.1
10772026-08-07T23:38:17.787Z Downloaded progenitor-client v0.10.0
10782026-08-07T23:38:17.790Z Downloaded same-file v1.0.6
10792026-08-07T23:38:17.790Z Downloaded dtrace-parser v0.2.0
10802026-08-07T23:38:17.790Z Downloaded siphasher v1.0.3
10812026-08-07T23:38:17.790Z Downloaded serde_tokenstream v0.2.3
10822026-08-07T23:38:17.790Z Downloaded tungstenite v0.21.0
10832026-08-07T23:38:17.793Z Downloaded toml v0.9.12+spec-1.1.0
10842026-08-07T23:38:17.796Z Downloaded zerocopy-derive v0.7.35
10852026-08-07T23:38:17.796Z Downloaded scroll_derive v0.12.1
10862026-08-07T23:38:17.799Z Downloaded base16ct v1.0.0
10872026-08-07T23:38:17.799Z Downloaded defmt v0.3.100
10882026-08-07T23:38:17.799Z Downloaded bcs v0.1.6
10892026-08-07T23:38:17.802Z Downloaded rusty-fork v0.3.1
10902026-08-07T23:38:17.802Z Downloaded ciborium v0.2.2
10912026-08-07T23:38:17.806Z Downloaded port-file v0.1.0
10922026-08-07T23:38:17.806Z Downloaded proc-macro-error2 v2.0.1
10932026-08-07T23:38:17.808Z Downloaded schemars_derive v0.8.22
10942026-08-07T23:38:17.808Z Downloaded rustc_version v0.1.7
10952026-08-07T23:38:17.811Z Downloaded async-trait v0.1.89
10962026-08-07T23:38:17.811Z Downloaded bit-set v0.8.0
10972026-08-07T23:38:17.814Z Downloaded async-stream-impl v0.3.6
10982026-08-07T23:38:17.814Z Downloaded futures-io v0.3.32
10992026-08-07T23:38:17.814Z Downloaded serde_plain v1.0.2
11002026-08-07T23:38:17.814Z Downloaded crc8 v0.1.1
11012026-08-07T23:38:17.817Z Downloaded sigpipe v0.1.3
11022026-08-07T23:38:17.820Z Downloaded cmake v0.1.58
11032026-08-07T23:38:17.823Z Downloaded find-msvc-tools v0.1.9
11042026-08-07T23:38:17.830Z Downloaded toml v0.7.8
11052026-08-07T23:38:17.833Z Downloaded constant_time_eq v0.4.2
11062026-08-07T23:38:17.833Z Downloaded ciborium-io v0.2.2
11072026-08-07T23:38:17.836Z Downloaded data-encoding v2.11.0
11082026-08-07T23:38:17.839Z Downloaded embedded-io v0.6.1
11092026-08-07T23:38:17.839Z Downloaded arrayref v0.3.9
11102026-08-07T23:38:17.839Z Downloaded dropshot-api-manager-types v0.7.2
11112026-08-07T23:38:17.842Z Downloaded ciborium-ll v0.2.2
11122026-08-07T23:38:17.842Z Downloaded proc-macro-crate v3.5.0
11132026-08-07T23:38:17.842Z Downloaded getrandom v0.4.2
11142026-08-07T23:38:17.845Z Downloaded cfg_aliases v0.2.1
11152026-08-07T23:38:17.845Z Downloaded const-random v0.1.18
11162026-08-07T23:38:17.845Z Downloaded either v1.16.0
11172026-08-07T23:38:17.847Z Downloaded yansi v1.0.1
11182026-08-07T23:38:17.847Z Downloaded pest_generator v2.8.6
11192026-08-07T23:38:17.847Z Downloaded typify v0.6.2
11202026-08-07T23:38:17.850Z Downloaded ucd-trie v0.1.7
11212026-08-07T23:38:17.853Z Downloaded block-buffer v0.12.0
11222026-08-07T23:38:17.853Z Downloaded git-stub-vcs v0.1.0
11232026-08-07T23:38:17.853Z Downloaded icu_locale_core v2.2.0
11242026-08-07T23:38:17.856Z Downloaded indexmap v1.9.3
11252026-08-07T23:38:17.859Z Downloaded tinyvec v1.11.0
11262026-08-07T23:38:17.862Z Downloaded futures-sink v0.3.32
11272026-08-07T23:38:17.862Z Downloaded zerovec-derive v0.11.3
11282026-08-07T23:38:17.862Z Downloaded icu_properties v2.2.0
11292026-08-07T23:38:17.862Z Downloaded bs58 v0.5.1
11302026-08-07T23:38:17.865Z Downloaded chacha20 v0.9.1
11312026-08-07T23:38:17.865Z Downloaded ref-cast v1.0.25
11322026-08-07T23:38:17.865Z Downloaded derive-ex v0.1.8
11332026-08-07T23:38:17.868Z Downloaded argon2 v0.5.3
11342026-08-07T23:38:17.873Z Downloaded crossbeam-deque v0.8.6
11352026-08-07T23:38:17.877Z Downloaded bitflags v1.3.2
11362026-08-07T23:38:17.880Z Downloaded colored v3.1.1
11372026-08-07T23:38:17.880Z Downloaded zeroize_derive v1.4.3
11382026-08-07T23:38:17.883Z Downloaded byte-wrapper v0.1.0
11392026-08-07T23:38:17.883Z Downloaded critical-section v1.2.0
11402026-08-07T23:38:17.883Z Downloaded enum-as-inner v0.6.1
11412026-08-07T23:38:17.885Z Downloaded dyn-clone v1.0.20
11422026-08-07T23:38:17.886Z Downloaded yoke-derive v0.8.2
11432026-08-07T23:38:17.886Z Downloaded similar v2.7.0
11442026-08-07T23:38:17.888Z Downloaded backon v1.6.0
11452026-08-07T23:38:17.891Z Downloaded poly1305 v0.8.0
11462026-08-07T23:38:17.894Z Downloaded toml_edit v0.25.12+spec-1.1.0
11472026-08-07T23:38:17.897Z Downloaded unsafe-libyaml v0.2.11
11482026-08-07T23:38:17.899Z Downloaded darling_macro v0.23.0
11492026-08-07T23:38:17.899Z Downloaded hash32 v0.3.1
11502026-08-07T23:38:17.902Z Downloaded progenitor v0.14.0
11512026-08-07T23:38:17.905Z Downloaded openssl-sys v0.9.116
11522026-08-07T23:38:17.908Z Downloaded papergrid v0.11.0
11532026-08-07T23:38:17.908Z Downloaded simd-adler32 v0.3.9
11542026-08-07T23:38:17.911Z Downloaded serde_derive_internals v0.29.1
11552026-08-07T23:38:17.911Z Downloaded drift v0.2.0
11562026-08-07T23:38:17.915Z Downloaded dtrace-parser v0.3.0
11572026-08-07T23:38:17.917Z Downloaded elliptic-curve v0.13.8
11582026-08-07T23:38:17.917Z Downloaded async-stream v0.3.6
11592026-08-07T23:38:17.921Z Downloaded cstr-argument v0.1.2
11602026-08-07T23:38:17.921Z Downloaded digest v0.11.3
11612026-08-07T23:38:17.921Z Downloaded heck v0.4.1
11622026-08-07T23:38:17.924Z Downloaded quote v1.0.45
11632026-08-07T23:38:17.924Z Downloaded glob v0.3.3
11642026-08-07T23:38:17.924Z Downloaded gethostname v0.5.0
11652026-08-07T23:38:17.924Z Downloaded progenitor v0.13.0
11662026-08-07T23:38:17.927Z Downloaded progenitor-impl v0.13.0
11672026-08-07T23:38:17.927Z Downloaded progenitor v0.10.0
11682026-08-07T23:38:17.927Z Downloaded ref-cast-impl v1.0.25
11692026-08-07T23:38:17.931Z Downloaded progenitor-macro v0.10.0
11702026-08-07T23:38:17.934Z Downloaded rand_chacha v0.3.1
11712026-08-07T23:38:17.934Z Downloaded scroll_derive v0.13.1
11722026-08-07T23:38:17.934Z Downloaded zone_cfg_derive v0.3.1
11732026-08-07T23:38:17.940Z Downloaded rhai_codegen v3.2.0
11742026-08-07T23:38:17.944Z Downloaded chacha20 v0.10.0
11752026-08-07T23:38:17.948Z Downloaded crossbeam-epoch v0.9.18
11762026-08-07T23:38:17.948Z Downloaded progenitor-impl v0.14.0
11772026-08-07T23:38:17.948Z Downloaded crypto-common v0.2.2
11782026-08-07T23:38:17.948Z Downloaded zeroize v1.8.2
11792026-08-07T23:38:17.951Z Downloaded chacha20poly1305 v0.10.1
11802026-08-07T23:38:17.951Z Downloaded arrayvec v0.7.6
11812026-08-07T23:38:17.956Z Downloaded dropshot_endpoint v0.17.1
11822026-08-07T23:38:17.956Z Downloaded rustc-hash v2.1.2
11832026-08-07T23:38:17.959Z Downloaded pest_derive v2.8.6
11842026-08-07T23:38:17.959Z Downloaded toml_edit v0.19.15
11852026-08-07T23:38:17.964Z Downloaded quinn-udp v0.5.14
11862026-08-07T23:38:17.967Z Downloaded itertools v0.15.0
11872026-08-07T23:38:17.970Z Downloaded proc-macro2 v1.0.106
11882026-08-07T23:38:17.970Z Downloaded progenitor-macro v0.13.0
11892026-08-07T23:38:17.970Z Downloaded yoke v0.8.3
11902026-08-07T23:38:17.975Z Downloaded serial_test v4.0.1
11912026-08-07T23:38:17.978Z Downloaded convert_case v0.4.0
11922026-08-07T23:38:17.978Z Downloaded fs_extra v1.3.0
11932026-08-07T23:38:17.980Z Downloaded dof v0.4.0
11942026-08-07T23:38:17.988Z Downloaded arc-swap v1.9.1
11952026-08-07T23:38:17.991Z Downloaded serde_with_macros v3.21.0
11962026-08-07T23:38:17.996Z Downloaded bytes v1.11.1
11972026-08-07T23:38:17.998Z Downloaded daft v0.1.7
11982026-08-07T23:38:17.999Z Downloaded darling_core v0.23.0
11992026-08-07T23:38:17.999Z Downloaded defmt-macros v1.1.0
12002026-08-07T23:38:18.019Z Downloaded git-stub v1.0.0
12012026-08-07T23:38:18.019Z Downloaded rand_xorshift v0.4.0
12022026-08-07T23:38:18.019Z Downloaded proc-macro-crate v1.3.1
12032026-08-07T23:38:18.019Z Downloaded serde-big-array v0.5.1
12042026-08-07T23:38:18.019Z Downloaded futures-core v0.3.32
12052026-08-07T23:38:18.019Z Downloaded cipher v0.4.4
12062026-08-07T23:38:18.019Z Downloaded scroll v0.13.0
12072026-08-07T23:38:18.019Z Downloaded bytecount v0.6.9
12082026-08-07T23:38:18.020Z Downloaded half v2.7.1
12092026-08-07T23:38:18.020Z Downloaded zerofrom-derive v0.1.7
12102026-08-07T23:38:18.020Z Downloaded defmt v1.1.0
12112026-08-07T23:38:18.020Z Downloaded prettyplease v0.2.37
12122026-08-07T23:38:18.020Z Downloaded memchr v2.8.1
12132026-08-07T23:38:18.023Z Downloaded phf v0.12.1
12142026-08-07T23:38:18.023Z Downloaded progenitor-extras v0.2.0
12152026-08-07T23:38:18.023Z Downloaded group v0.13.0
12162026-08-07T23:38:18.023Z Downloaded mio v1.2.1
12172026-08-07T23:38:18.023Z Downloaded allocator-api2 v0.2.21
12182026-08-07T23:38:18.023Z Downloaded derive_more v0.99.20
12192026-08-07T23:38:18.023Z Downloaded rustls-pki-types v1.14.1
12202026-08-07T23:38:18.023Z Downloaded darling_core v0.21.3
12212026-08-07T23:38:18.033Z Downloaded blake2 v0.10.6
12222026-08-07T23:38:18.033Z Downloaded bit-vec v0.8.0
12232026-08-07T23:38:18.036Z Downloaded icu_properties_data v2.2.0
12242026-08-07T23:38:18.039Z Downloaded rayon-core v1.13.0
12252026-08-07T23:38:18.042Z Downloaded expectorate v1.2.0
12262026-08-07T23:38:18.042Z Downloaded crossbeam-utils v0.8.21
12272026-08-07T23:38:18.045Z Downloaded zmij v1.0.21
12282026-08-07T23:38:18.045Z Downloaded jiff-static v0.2.28
12292026-08-07T23:38:18.051Z Downloaded fastrand v2.4.1
12302026-08-07T23:38:18.055Z Downloaded base64 v0.21.7
12312026-08-07T23:38:18.055Z Downloaded resolv-conf v0.7.6
12322026-08-07T23:38:18.058Z Downloaded const_format_proc_macros v0.2.34
12332026-08-07T23:38:18.058Z Downloaded cargo_toml v0.22.3
12342026-08-07T23:38:18.061Z Downloaded compression-codecs v0.4.38
12352026-08-07T23:38:18.061Z Downloaded ff v0.13.1
12362026-08-07T23:38:18.064Z Downloaded backoff v0.4.0
12372026-08-07T23:38:18.064Z Downloaded csv-core v0.1.13
12382026-08-07T23:38:18.064Z Downloaded minimal-lexical v0.2.1
12392026-08-07T23:38:18.071Z Downloaded fs-err v3.3.0
12402026-08-07T23:38:18.074Z Downloaded proc-macro-error v1.0.4
12412026-08-07T23:38:18.077Z Downloaded cancel-safe-futures v0.1.5
12422026-08-07T23:38:18.080Z Downloaded crossbeam-channel v0.5.15
12432026-08-07T23:38:18.080Z Downloaded heapless v0.8.0
12442026-08-07T23:38:18.083Z Downloaded const_format v0.2.36
12452026-08-07T23:38:18.086Z Downloaded darling v0.21.3
12462026-08-07T23:38:18.088Z Downloaded schemars v0.9.0
12472026-08-07T23:38:18.092Z Downloaded typed-path v0.9.3
12482026-08-07T23:38:18.096Z Downloaded serde_yaml v0.9.34+deprecated
12492026-08-07T23:38:18.099Z Downloaded futures-channel v0.3.32
12502026-08-07T23:38:18.099Z Downloaded anyhow v1.0.104
12512026-08-07T23:38:18.102Z Downloaded nom v7.1.3
12522026-08-07T23:38:18.105Z Downloaded zerotrie v0.2.4
12532026-08-07T23:38:18.107Z Downloaded pretty_assertions v1.4.1
12542026-08-07T23:38:18.107Z Downloaded highway v1.3.0
12552026-08-07T23:38:18.110Z Downloaded postcard v1.1.3
12562026-08-07T23:38:18.115Z Downloaded darling v0.23.0
12572026-08-07T23:38:18.115Z Downloaded rustversion v1.0.22
12582026-08-07T23:38:18.121Z Downloaded hickory-resolver v0.25.2
12592026-08-07T23:38:18.124Z Downloaded slog v2.8.2
12602026-08-07T23:38:18.124Z Downloaded cookie v0.18.1
12612026-08-07T23:38:18.125Z Downloaded futures v0.3.32
12622026-08-07T23:38:18.125Z Downloaded schemars v0.8.22
12632026-08-07T23:38:18.130Z Downloaded console v0.16.3
12642026-08-07T23:38:18.132Z Downloaded qorb v0.4.1
12652026-08-07T23:38:18.133Z Downloaded quinn v0.11.9
12662026-08-07T23:38:18.136Z Downloaded bitflags v2.12.1
12672026-08-07T23:38:18.139Z Downloaded async-compression v0.4.42
12682026-08-07T23:38:18.142Z Downloaded rustls-platform-verifier v0.7.0
12692026-08-07T23:38:18.145Z Downloaded clap v4.6.5
12702026-08-07T23:38:18.149Z Downloaded diff v0.1.13
12712026-08-07T23:38:18.152Z Downloaded nom v8.0.0
12722026-08-07T23:38:18.155Z Downloaded rand v0.9.4
12732026-08-07T23:38:18.158Z Downloaded progenitor-impl v0.10.0
12742026-08-07T23:38:18.165Z Downloaded const-oid v0.10.2
12752026-08-07T23:38:18.171Z Downloaded cc v1.2.63
12762026-08-07T23:38:18.177Z Downloaded schemars v1.2.1
12772026-08-07T23:38:18.184Z Downloaded crypto-bigint v0.5.5
12782026-08-07T23:38:18.187Z Downloaded pest_meta v2.8.6
12792026-08-07T23:38:18.190Z Downloaded zerovec v0.11.6
12802026-08-07T23:38:18.203Z Downloaded libm v0.2.16
12812026-08-07T23:38:18.207Z Downloaded itertools v0.12.1
12822026-08-07T23:38:18.217Z Downloaded tokio-util v0.7.18
12832026-08-07T23:38:18.220Z Downloaded hashbrown v0.16.1
12842026-08-07T23:38:18.224Z Downloaded hkdf v0.12.4
12852026-08-07T23:38:18.224Z Downloaded zerocopy-derive v0.8.50
12862026-08-07T23:38:18.228Z Downloaded rand v0.8.6
12872026-08-07T23:38:18.233Z Downloaded hashbrown v0.12.3
12882026-08-07T23:38:18.236Z Downloaded reqwest v0.13.4
12892026-08-07T23:38:18.239Z Downloaded hickory-resolver v0.24.4
12902026-08-07T23:38:18.241Z Downloaded pest v2.8.6
12912026-08-07T23:38:18.245Z Downloaded ron v0.12.1
12922026-08-07T23:38:18.262Z Downloaded winnow v0.5.40
12932026-08-07T23:38:18.267Z Downloaded aho-corasick v1.1.4
12942026-08-07T23:38:18.270Z Downloaded futures-util v0.3.32
12952026-08-07T23:38:18.276Z Downloaded clap_builder v4.6.5
12962026-08-07T23:38:18.280Z Downloaded goblin v0.8.2
12972026-08-07T23:38:18.283Z Downloaded iddqd v0.4.6
12982026-08-07T23:38:18.286Z Downloaded proptest v1.11.0
12992026-08-07T23:38:18.292Z Downloaded h2 v0.4.14
13002026-08-07T23:38:18.297Z Downloaded tabled v0.15.0
13012026-08-07T23:38:18.311Z Downloaded winnow v1.0.3
13022026-08-07T23:38:18.315Z Downloaded regex v1.12.3
13032026-08-07T23:38:18.319Z Downloaded dropshot-api-manager v0.7.2
13042026-08-07T23:38:18.323Z Downloaded blake3 v1.8.5
13052026-08-07T23:38:18.327Z Downloaded moka v0.12.15
13062026-08-07T23:38:18.341Z Downloaded time v0.3.47
13072026-08-07T23:38:18.347Z Downloaded webpki-roots v1.0.7
13082026-08-07T23:38:18.350Z Downloaded zerocopy v0.7.35
13092026-08-07T23:38:18.357Z Downloaded rayon v1.12.0
13102026-08-07T23:38:18.363Z Downloaded portable-atomic v1.13.1
13112026-08-07T23:38:18.366Z Downloaded zerocopy v0.8.50
13122026-08-07T23:38:18.376Z Downloaded syn v1.0.109
13132026-08-07T23:38:18.382Z Downloaded openssl v0.10.80
13142026-08-07T23:38:18.386Z Downloaded tabled v0.21.0
13152026-08-07T23:38:18.395Z Downloaded serde_with v3.21.0
13162026-08-07T23:38:18.401Z Downloaded goblin v0.10.7
13172026-08-07T23:38:18.405Z Downloaded aws-lc-rs v1.17.0
13182026-08-07T23:38:18.434Z Downloaded bstr v1.12.1
13192026-08-07T23:38:18.437Z Downloaded nix v0.31.3
13202026-08-07T23:38:18.443Z Downloaded openapiv3 v2.2.0
13212026-08-07T23:38:18.449Z Downloaded smoltcp v0.11.0
13222026-08-07T23:38:18.455Z Downloaded regress v0.10.5
13232026-08-07T23:38:18.460Z Downloaded regex-syntax v0.8.10
13242026-08-07T23:38:18.464Z Downloaded hickory-proto v0.24.4
13252026-08-07T23:38:18.472Z Downloaded hickory-proto v0.25.2
13262026-08-07T23:38:18.478Z Downloaded dropshot v0.17.1
13272026-08-07T23:38:18.490Z Downloaded rustls v0.23.40
13282026-08-07T23:38:18.499Z Downloaded rhai v1.25.1
13292026-08-07T23:38:18.514Z Downloaded jiff v0.2.28
13302026-08-07T23:38:18.522Z Downloaded regress v0.11.1
13312026-08-07T23:38:18.528Z Downloaded lzma-sys v0.1.20
13322026-08-07T23:38:18.543Z Downloaded typify-impl v0.4.3
13332026-08-07T23:38:18.550Z Downloaded typify-impl v0.6.2
13342026-08-07T23:38:18.557Z Downloaded csv v1.4.0
13352026-08-07T23:38:18.578Z Downloaded sled v0.34.7
13362026-08-07T23:38:18.616Z Downloaded regex-automata v0.4.14
13372026-08-07T23:38:18.664Z Downloaded petgraph v0.6.5
13382026-08-07T23:38:18.676Z Downloaded chrono-tz v0.10.4
13392026-08-07T23:38:18.707Z Downloaded sha3 v0.10.9
13402026-08-07T23:38:18.763Z Downloaded encoding_rs v0.8.35
13412026-08-07T23:38:19.331Z Downloaded aws-lc-sys v0.41.0
13422026-08-07T23:38:20.296Z Compiling proc-macro2 v1.0.106
13432026-08-07T23:38:20.296Z Compiling quote v1.0.45
13442026-08-07T23:38:20.296Z Compiling unicode-ident v1.0.24
13452026-08-07T23:38:20.296Z Compiling serde_core v1.0.229
13462026-08-07T23:38:20.299Z Compiling cfg-if v1.0.4
13472026-08-07T23:38:20.299Z Compiling serde v1.0.229
13482026-08-07T23:38:20.299Z Compiling libc v0.2.189
13492026-08-07T23:38:20.299Z Compiling memchr v2.8.1
13502026-08-07T23:38:20.461Z Compiling itoa v1.0.18
13512026-08-07T23:38:20.645Z Compiling smallvec v1.15.1
13522026-08-07T23:38:20.715Z Compiling zmij v1.0.21
13532026-08-07T23:38:20.743Z Compiling autocfg v1.5.1
13542026-08-07T23:38:20.851Z Compiling libm v0.2.16
13552026-08-07T23:38:21.084Z Compiling stable_deref_trait v1.2.1
13562026-08-07T23:38:21.096Z Compiling percent-encoding v2.3.2
13572026-08-07T23:38:21.156Z Compiling writeable v0.6.3
13582026-08-07T23:38:21.289Z Compiling litemap v0.8.2
13592026-08-07T23:38:21.300Z Compiling utf8_iter v1.0.4
13602026-08-07T23:38:21.312Z Compiling icu_properties_data v2.2.0
13612026-08-07T23:38:21.312Z Compiling icu_normalizer_data v2.2.0
13622026-08-07T23:38:21.439Z Compiling iana-time-zone v0.1.65
13632026-08-07T23:38:21.475Z Compiling form_urlencoded v1.2.2
13642026-08-07T23:38:21.531Z Compiling syn v2.0.117
13652026-08-07T23:38:21.543Z Compiling syn v3.0.3
13662026-08-07T23:38:21.669Z Compiling equivalent v1.0.2
13672026-08-07T23:38:21.740Z Compiling pin-project-lite v0.2.17
13682026-08-07T23:38:21.751Z Compiling version_check v0.9.5
13692026-08-07T23:38:21.756Z Compiling allocator-api2 v0.2.21
13702026-08-07T23:38:21.828Z Compiling serde_json v1.0.151
13712026-08-07T23:38:21.833Z Compiling dyn-clone v1.0.20
13722026-08-07T23:38:21.987Z Compiling parking_lot_core v0.9.12
13732026-08-07T23:38:22.007Z Compiling scopeguard v1.2.0
13742026-08-07T23:38:22.076Z Compiling num-traits v0.2.19
13752026-08-07T23:38:22.095Z Compiling lock_api v0.4.14
13762026-08-07T23:38:22.106Z Compiling hashbrown v0.17.1
13772026-08-07T23:38:22.255Z Compiling thiserror v2.0.19
13782026-08-07T23:38:22.313Z Compiling rand_core v0.10.1
13792026-08-07T23:38:22.363Z Compiling getrandom v0.4.2
13802026-08-07T23:38:22.462Z Compiling errno v0.3.14
13812026-08-07T23:38:22.582Z Compiling semver v1.0.28
13822026-08-07T23:38:22.675Z Compiling indexmap v2.14.0
13832026-08-07T23:38:22.818Z Compiling heck v0.5.0
13842026-08-07T23:38:22.829Z Compiling futures-core v0.3.32
13852026-08-07T23:38:22.972Z Compiling uuid v1.24.0
13862026-08-07T23:38:23.059Z Compiling zerocopy v0.8.50
13872026-08-07T23:38:23.070Z Compiling rustversion v1.0.22
13882026-08-07T23:38:23.307Z Compiling schemars v0.8.22
13892026-08-07T23:38:23.390Z Compiling futures-sink v0.3.32
13902026-08-07T23:38:23.466Z Compiling fnv v1.0.7
13912026-08-07T23:38:23.486Z Compiling slab v0.4.12
13922026-08-07T23:38:23.556Z Compiling jobserver v0.1.34
13932026-08-07T23:38:23.558Z Compiling shlex v2.0.1
13942026-08-07T23:38:23.658Z Compiling find-msvc-tools v0.1.9
13952026-08-07T23:38:23.712Z Compiling futures-channel v0.3.32
13962026-08-07T23:38:23.740Z Compiling socket2 v0.6.5
13972026-08-07T23:38:23.860Z Compiling cc v1.2.63
13982026-08-07T23:38:23.930Z Compiling bitflags v2.12.1
13992026-08-07T23:38:23.982Z Compiling futures-io v0.3.32
14002026-08-07T23:38:24.065Z Compiling parking_lot v0.12.5
14012026-08-07T23:38:24.135Z Compiling futures-task v0.3.32
14022026-08-07T23:38:24.161Z Compiling signal-hook-registry v1.4.8
14032026-08-07T23:38:24.180Z Compiling mio v1.2.1
14042026-08-07T23:38:24.191Z Compiling portable-atomic v1.13.1
14052026-08-07T23:38:24.301Z Compiling synstructure v0.13.2
14062026-08-07T23:38:24.394Z Compiling serde_derive v1.0.229
14072026-08-07T23:38:24.504Z Compiling serde_derive_internals v0.29.1
14082026-08-07T23:38:24.529Z Compiling thiserror-impl v2.0.19
14092026-08-07T23:38:24.706Z Compiling cmake v0.1.58
14102026-08-07T23:38:24.833Z Compiling log v0.4.32
14112026-08-07T23:38:25.012Z Compiling dunce v1.0.5
14122026-08-07T23:38:25.041Z Compiling fs_extra v1.3.0
14132026-08-07T23:38:25.105Z Compiling critical-section v1.2.0
14142026-08-07T23:38:25.210Z Compiling once_cell v1.21.4
14152026-08-07T23:38:25.246Z Compiling base64 v0.22.1
14162026-08-07T23:38:25.259Z Compiling typenum v1.20.1
14172026-08-07T23:38:25.295Z Compiling aws-lc-sys v0.41.0
14182026-08-07T23:38:25.405Z Compiling regex-syntax v0.8.10
14192026-08-07T23:38:25.428Z Compiling subtle v2.6.1
14202026-08-07T23:38:25.530Z Compiling zerofrom-derive v0.1.7
14212026-08-07T23:38:25.583Z Compiling yoke-derive v0.8.2
14222026-08-07T23:38:25.596Z Compiling zerovec-derive v0.11.3
14232026-08-07T23:38:25.755Z Compiling displaydoc v0.2.6
14242026-08-07T23:38:26.068Z Compiling schemars_derive v0.8.22
14252026-08-07T23:38:26.181Z Compiling tokio-macros v2.7.0
14262026-08-07T23:38:26.649Z Compiling zerocopy-derive v0.8.50
14272026-08-07T23:38:26.670Z Compiling zeroize_derive v1.4.3
14282026-08-07T23:38:26.682Z Compiling futures-macro v0.3.32
14292026-08-07T23:38:26.736Z Compiling zerofrom v0.1.8
14302026-08-07T23:38:26.856Z Compiling yoke v0.8.3
14312026-08-07T23:38:27.043Z Compiling zerovec v0.11.6
14322026-08-07T23:38:27.268Z Compiling zerotrie v0.2.4
14332026-08-07T23:38:27.336Z Compiling zeroize v1.8.2
14342026-08-07T23:38:27.504Z Compiling bytes v1.11.1
14352026-08-07T23:38:27.532Z Compiling tinystr v0.8.3
14362026-08-07T23:38:27.544Z Compiling potential_utf v0.1.5
14372026-08-07T23:38:27.556Z Compiling chrono v0.4.45
14382026-08-07T23:38:27.567Z Compiling futures-util v0.3.32
14392026-08-07T23:38:27.707Z Compiling icu_locale_core v2.2.0
14402026-08-07T23:38:27.725Z Compiling icu_collections v2.2.0
14412026-08-07T23:38:28.022Z Compiling tokio v1.53.1
14422026-08-07T23:38:28.130Z Compiling http v1.4.2
14432026-08-07T23:38:28.228Z Compiling serde_tokenstream v0.2.3
14442026-08-07T23:38:28.500Z Compiling icu_provider v2.2.0
14452026-08-07T23:38:28.743Z Compiling icu_properties v2.2.0
14462026-08-07T23:38:28.814Z Compiling icu_normalizer v2.2.0
14472026-08-07T23:38:29.020Z Compiling erased-serde v0.3.31
14482026-08-07T23:38:29.087Z Compiling byteorder v1.5.0
14492026-08-07T23:38:29.306Z Compiling rustix v1.1.4
14502026-08-07T23:38:29.387Z Compiling strsim v0.11.1
14512026-08-07T23:38:29.550Z Compiling http-body v1.0.1
14522026-08-07T23:38:29.690Z Compiling idna_adapter v1.2.2
14532026-08-07T23:38:29.787Z Compiling idna v1.1.0
14542026-08-07T23:38:29.823Z Compiling httparse v1.10.1
14552026-08-07T23:38:29.885Z Compiling ipnet v2.12.0
14562026-08-07T23:38:29.909Z Compiling atomic-waker v1.1.2
14572026-08-07T23:38:29.961Z Compiling tower-layer v0.3.3
14582026-08-07T23:38:30.031Z Compiling thiserror v1.0.69
14592026-08-07T23:38:30.119Z Compiling url v2.5.8
14602026-08-07T23:38:30.192Z Compiling tower-service v0.3.3
14612026-08-07T23:38:30.405Z Compiling thiserror-impl v1.0.69
14622026-08-07T23:38:30.505Z Compiling try-lock v0.2.5
14632026-08-07T23:38:30.543Z Compiling ucd-trie v0.1.7
14642026-08-07T23:38:30.586Z Compiling untrusted v0.9.0
14652026-08-07T23:38:30.703Z Compiling ryu v1.0.23
14662026-08-07T23:38:30.836Z Compiling ppv-lite86 v0.2.21
14672026-08-07T23:38:30.883Z Compiling pest v2.8.6
14682026-08-07T23:38:30.979Z Compiling want v0.3.1
14692026-08-07T23:38:31.003Z Compiling httpdate v1.0.3
14702026-08-07T23:38:31.141Z Compiling getrandom v0.2.17
14712026-08-07T23:38:31.144Z Compiling getrandom v0.3.4
14722026-08-07T23:38:31.242Z Compiling pretty-hex v0.4.2
14732026-08-07T23:38:31.316Z Compiling rand_core v0.6.4
14742026-08-07T23:38:31.375Z Compiling ipnetwork v0.21.1
14752026-08-07T23:38:31.483Z Compiling slog v2.8.2
14762026-08-07T23:38:31.539Z Compiling plain v0.2.3
14772026-08-07T23:38:31.640Z Compiling tracing-attributes v0.1.31
14782026-08-07T23:38:31.643Z Compiling tracing-core v0.1.36
14792026-08-07T23:38:31.804Z Compiling foldhash v0.2.0
14802026-08-07T23:38:32.032Z Compiling pest_meta v2.8.6
14812026-08-07T23:38:32.059Z Compiling oxnet v0.1.6
14822026-08-07T23:38:32.110Z Compiling serde_urlencoded v0.7.1
14832026-08-07T23:38:32.127Z Compiling http-body-util v0.1.4
14842026-08-07T23:38:32.244Z Compiling aho-corasick v1.1.4
14852026-08-07T23:38:32.353Z Compiling paste v1.0.15
14862026-08-07T23:38:32.372Z Compiling sync_wrapper v1.0.2
14872026-08-07T23:38:32.473Z Compiling ident_case v1.0.1
14882026-08-07T23:38:32.511Z Compiling time-core v0.1.8
14892026-08-07T23:38:32.587Z Compiling pest_generator v2.8.6
14902026-08-07T23:38:32.651Z Compiling omicron-workspace-hack v0.1.0
14912026-08-07T23:38:32.665Z Compiling num-conv v0.2.2
14922026-08-07T23:38:32.810Z Compiling powerfmt v0.2.0
14932026-08-07T23:38:32.836Z Compiling tracing v0.1.44
14942026-08-07T23:38:32.873Z Compiling time-macros v0.2.27
14952026-08-07T23:38:33.011Z Compiling deranged v0.5.8
14962026-08-07T23:38:33.076Z Compiling regex-automata v0.4.14
14972026-08-07T23:38:33.299Z Compiling pest_derive v2.8.6
14982026-08-07T23:38:33.661Z Compiling winnow v1.0.3
14992026-08-07T23:38:33.828Z Compiling num_threads v0.1.7
15002026-08-07T23:38:33.840Z Compiling anyhow v1.0.104
15012026-08-07T23:38:33.974Z Compiling hashbrown v0.16.1
15022026-08-07T23:38:33.986Z Compiling scroll_derive v0.13.1
15032026-08-07T23:38:34.619Z Compiling tokio-util v0.7.18
15042026-08-07T23:38:34.748Z Compiling regex v1.12.3
15052026-08-07T23:38:34.832Z Compiling scroll v0.13.0
15062026-08-07T23:38:35.093Z Compiling daft-derive v0.1.7
15072026-08-07T23:38:35.206Z Compiling aws-lc-rs v1.17.0
15082026-08-07T23:38:35.209Z Compiling fastrand v2.4.1
15092026-08-07T23:38:35.354Z Compiling rustls-pki-types v1.14.1
15102026-08-07T23:38:35.473Z Compiling async-trait v0.1.89
15112026-08-07T23:38:35.503Z Compiling openssl-probe v0.2.1
15122026-08-07T23:38:35.639Z Compiling crossbeam-utils v0.8.21
15132026-08-07T23:38:35.834Z Compiling untrusted v0.7.1
15142026-08-07T23:38:35.837Z Compiling thread_local v1.1.9
15152026-08-07T23:38:35.960Z Compiling rustls v0.23.40
15162026-08-07T23:38:35.986Z Compiling hex v0.4.3
15172026-08-07T23:38:36.042Z Compiling usdt-impl v0.6.0
15182026-08-07T23:38:36.157Z Compiling h2 v0.4.14
15192026-08-07T23:38:36.234Z Compiling goblin v0.10.7
15202026-08-07T23:38:36.245Z Compiling dtrace-parser v0.3.0
15212026-08-07T23:38:36.292Z Compiling slog-async v2.8.0
15222026-08-07T23:38:36.443Z Compiling camino v1.2.5
15232026-08-07T23:38:36.614Z Compiling thread-id v5.1.0
15242026-08-07T23:38:36.643Z Compiling take_mut v0.2.2
15252026-08-07T23:38:36.688Z Compiling term v1.2.1
15262026-08-07T23:38:36.745Z Compiling crc32fast v1.5.0
15272026-08-07T23:38:37.065Z Compiling rand_core v0.9.5
15282026-08-07T23:38:37.105Z Compiling futures-executor v0.3.32
15292026-08-07T23:38:37.206Z Compiling syn v1.0.109
15302026-08-07T23:38:37.273Z Compiling match_cfg v0.1.0
15312026-08-07T23:38:37.340Z Compiling cpufeatures v0.3.0
15322026-08-07T23:38:37.370Z Compiling futures v0.3.32
15332026-08-07T23:38:37.444Z Compiling structmeta-derive v0.3.0
15342026-08-07T23:38:37.554Z Compiling simd-adler32 v0.3.9
15352026-08-07T23:38:37.565Z Compiling adler2 v2.0.1
15362026-08-07T23:38:37.751Z Compiling miniz_oxide v0.8.9
15372026-08-07T23:38:38.409Z Compiling hyper v1.11.0
15382026-08-07T23:38:38.472Z Compiling structmeta v0.3.0
15392026-08-07T23:38:38.580Z Compiling rand_chacha v0.9.0
15402026-08-07T23:38:38.886Z Compiling darling_core v0.23.0
15412026-08-07T23:38:39.010Z Compiling dof v0.4.0
15422026-08-07T23:38:39.092Z Compiling newtype-uuid-macros v0.1.0
15432026-08-07T23:38:39.225Z Compiling hybrid-array v0.4.12
15442026-08-07T23:38:39.708Z Compiling hyper-util v0.1.20
15452026-08-07T23:38:40.664Z Compiling rand v0.9.4
15462026-08-07T23:38:41.028Z Compiling darling_macro v0.23.0
15472026-08-07T23:38:41.251Z Compiling usdt-attr-macro v0.6.0
15482026-08-07T23:38:41.262Z Compiling usdt-macro v0.6.0
15492026-08-07T23:38:41.393Z Compiling flate2 v1.1.9
15502026-08-07T23:38:41.497Z Compiling time v0.3.47
15512026-08-07T23:38:41.618Z Compiling newtype-uuid v1.3.2
15522026-08-07T23:38:41.811Z Compiling compression-core v0.4.32
15532026-08-07T23:38:41.953Z Compiling ref-cast v1.0.25
15542026-08-07T23:38:41.965Z Compiling quick-error v1.2.3
15552026-08-07T23:38:42.067Z Compiling compression-codecs v0.4.38
15562026-08-07T23:38:42.305Z Compiling daft v0.1.7
15572026-08-07T23:38:42.319Z Compiling darling v0.23.0
15582026-08-07T23:38:42.381Z Compiling crypto-common v0.2.2
15592026-08-07T23:38:42.392Z Compiling block-buffer v0.12.0
15602026-08-07T23:38:42.401Z Compiling crossbeam-channel v0.5.15
15612026-08-07T23:38:42.435Z Compiling tower v0.5.3
15622026-08-07T23:38:42.535Z Compiling strum_macros v0.26.4
15632026-08-07T23:38:42.559Z Compiling ref-cast-impl v1.0.25
15642026-08-07T23:38:42.859Z Compiling serde_spanned v1.1.1
15652026-08-07T23:38:42.892Z Compiling generic-array v0.14.7
15662026-08-07T23:38:43.002Z Compiling multer v3.1.0
15672026-08-07T23:38:43.150Z Compiling debug-ignore v1.0.5
15682026-08-07T23:38:43.154Z Compiling bit-vec v0.8.0
15692026-08-07T23:38:43.221Z Compiling toml_writer v1.1.1+spec-1.1.0
15702026-08-07T23:38:43.250Z Compiling const-oid v0.10.2
15712026-08-07T23:38:43.354Z Compiling bit-set v0.8.0
15722026-08-07T23:38:43.392Z Compiling digest v0.11.3
15732026-08-07T23:38:43.423Z Compiling tower-http v0.6.11
15742026-08-07T23:38:43.457Z Compiling serde_with_macros v3.21.0
15752026-08-07T23:38:43.468Z Compiling openapiv3 v2.2.0
15762026-08-07T23:38:43.507Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15772026-08-07T23:38:43.552Z Compiling async-stream-impl v0.3.6
15782026-08-07T23:38:43.846Z Compiling dropshot v0.17.1
15792026-08-07T23:38:43.973Z Compiling encoding_rs v0.8.35
15802026-08-07T23:38:44.069Z Compiling unarray v0.1.4
15812026-08-07T23:38:44.142Z Compiling strum v0.26.3
15822026-08-07T23:38:44.172Z Compiling spin v0.9.8
15832026-08-07T23:38:44.177Z Compiling mime v0.3.17
15842026-08-07T23:38:44.265Z Compiling async-stream v0.3.6
15852026-08-07T23:38:44.336Z Compiling sha1 v0.11.0
15862026-08-07T23:38:44.639Z Compiling derive-ex v0.1.8
15872026-08-07T23:38:44.657Z Compiling rustls-native-certs v0.8.4
15882026-08-07T23:38:44.746Z Compiling waitgroup v0.1.2
15892026-08-07T23:38:44.881Z Compiling dropshot_endpoint v0.17.1
15902026-08-07T23:38:44.999Z Compiling macaddr v1.0.1
15912026-08-07T23:38:45.012Z Compiling serde_path_to_error v0.1.20
15922026-08-07T23:38:45.110Z Compiling is-terminal v0.4.17
15932026-08-07T23:38:45.204Z Compiling slog-term v2.9.2
15942026-08-07T23:38:45.369Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15952026-08-07T23:38:45.489Z Compiling tempfile v3.27.0
15962026-08-07T23:38:45.662Z Compiling strum_macros v0.27.2
15972026-08-07T23:38:45.777Z Compiling instant v0.1.13
15982026-08-07T23:38:45.880Z Compiling either v1.16.0
15992026-08-07T23:38:45.891Z Compiling slog-json v2.6.1
16002026-08-07T23:38:45.910Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16012026-08-07T23:38:46.089Z Compiling hostname v0.3.1
16022026-08-07T23:38:46.089Z Compiling memmap2 v0.9.10
16032026-08-07T23:38:46.224Z Compiling slog-bunyan v2.5.0
16042026-08-07T23:38:46.224Z Compiling test-strategy v0.4.5
16052026-08-07T23:38:46.312Z Compiling crypto-common v0.1.7
16062026-08-07T23:38:46.365Z Compiling parse-display-derive v0.10.0
16072026-08-07T23:38:46.441Z Compiling backon v1.6.0
16082026-08-07T23:38:46.526Z Compiling rand_chacha v0.3.1
16092026-08-07T23:38:46.947Z Compiling rand v0.8.6
16102026-08-07T23:38:46.971Z Compiling toml_parser v1.1.2+spec-1.1.0
16112026-08-07T23:38:47.263Z Compiling toml_datetime v1.1.1+spec-1.1.0
16122026-08-07T23:38:47.489Z Compiling strum v0.27.2
16132026-08-07T23:38:47.582Z Compiling wait-timeout v0.2.1
16142026-08-07T23:38:47.610Z Compiling toml v1.1.2+spec-1.1.0
16152026-08-07T23:38:47.643Z Compiling serde_with v3.21.0
16162026-08-07T23:38:47.989Z Compiling rusty-fork v0.3.1
16172026-08-07T23:38:48.010Z Compiling async-compression v0.4.42
16182026-08-07T23:38:48.051Z Compiling rand_xorshift v0.4.0
16192026-08-07T23:38:48.191Z Compiling rustls-pemfile v2.2.0
16202026-08-07T23:38:48.309Z Compiling regress v0.10.5
16212026-08-07T23:38:48.383Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16222026-08-07T23:38:48.866Z Compiling hostname v0.4.2
16232026-08-07T23:38:49.012Z Compiling humantime v2.3.0
16242026-08-07T23:38:49.280Z Compiling proptest v1.11.0
16252026-08-07T23:38:49.433Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16262026-08-07T23:38:49.591Z Compiling usdt v0.6.0
16272026-08-07T23:38:49.716Z Compiling itertools v0.14.0
16282026-08-07T23:38:49.873Z Compiling iddqd v0.4.6
16292026-08-07T23:38:50.085Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16302026-08-07T23:38:50.335Z Compiling block-buffer v0.10.4
16312026-08-07T23:38:50.484Z Compiling reqwest v0.12.28
16322026-08-07T23:38:51.113Z Compiling utf8parse v0.2.2
16332026-08-07T23:38:51.219Z Compiling anstyle-parse v1.0.0
16342026-08-07T23:38:51.223Z Compiling digest v0.10.7
16352026-08-07T23:38:51.339Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16362026-08-07T23:38:51.399Z Compiling parse-display v0.10.0
16372026-08-07T23:38:51.442Z Compiling progenitor-client v0.10.0
16382026-08-07T23:38:51.712Z Compiling backoff v0.4.0
16392026-08-07T23:38:51.725Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16402026-08-07T23:38:51.922Z Compiling anstyle-query v1.1.5
16412026-08-07T23:38:52.126Z Compiling colorchoice v1.0.5
16422026-08-07T23:38:52.239Z Compiling anstyle v1.0.14
16432026-08-07T23:38:52.322Z Compiling is_terminal_polyfill v1.70.2
16442026-08-07T23:38:52.416Z Compiling anstream v1.0.0
16452026-08-07T23:38:52.729Z Compiling regress v0.11.1
16462026-08-07T23:38:52.945Z Compiling clap_lex v1.1.0
16472026-08-07T23:38:53.170Z Compiling unicode-width v0.2.2
16482026-08-07T23:38:53.406Z Compiling clap_derive v4.6.4
16492026-08-07T23:38:53.866Z Compiling terminal_size v0.4.4
16502026-08-07T23:38:54.352Z Compiling typify-impl v0.6.2
16512026-08-07T23:38:54.981Z Compiling toml_datetime v0.6.11
16522026-08-07T23:38:55.074Z Compiling zerocopy-derive v0.7.35
16532026-08-07T23:38:55.125Z Compiling convert_case v0.4.0
16542026-08-07T23:38:55.251Z Compiling cpufeatures v0.2.17
16552026-08-07T23:38:55.333Z Compiling clap_builder v4.6.5
16562026-08-07T23:38:55.421Z Compiling derive_more v0.99.20
16572026-08-07T23:38:55.982Z Compiling zerocopy v0.7.35
16582026-08-07T23:38:57.110Z Compiling clap v4.6.5
16592026-08-07T23:38:57.209Z Compiling secrecy v0.10.3
16602026-08-07T23:38:57.365Z Compiling crucible-workspace-hack v0.1.0
16612026-08-07T23:38:57.606Z Compiling float-ord v0.3.2
16622026-08-07T23:38:57.672Z Compiling tinyvec_macros v0.1.1
16632026-08-07T23:38:57.740Z Compiling tinyvec v1.11.0
16642026-08-07T23:38:58.075Z Compiling dtrace-parser v0.2.0
16652026-08-07T23:38:58.146Z Compiling scroll_derive v0.12.1
16662026-08-07T23:38:58.213Z Compiling num-integer v0.1.46
16672026-08-07T23:38:58.530Z Compiling rustc_version v0.4.1
16682026-08-07T23:38:58.665Z Compiling usdt-impl v0.5.0
16692026-08-07T23:38:58.851Z Compiling scroll v0.12.0
16702026-08-07T23:38:58.941Z Compiling curve25519-dalek v4.1.3
16712026-08-07T23:38:59.115Z Compiling dof v0.3.0
16722026-08-07T23:38:59.216Z Compiling hmac v0.12.1
16732026-08-07T23:38:59.351Z Compiling toml_edit v0.25.12+spec-1.1.0
16742026-08-07T23:38:59.477Z Compiling inout v0.1.4
16752026-08-07T23:38:59.501Z Compiling darling_core v0.21.3
16762026-08-07T23:38:59.591Z Compiling ff v0.13.1
16772026-08-07T23:38:59.619Z Compiling thread-id v4.2.2
16782026-08-07T23:38:59.697Z Compiling unsafe-libyaml v0.2.11
16792026-08-07T23:38:59.715Z Compiling group v0.13.0
16802026-08-07T23:39:00.210Z Compiling serde_yaml v0.9.34+deprecated
16812026-08-07T23:39:00.278Z Compiling proc-macro-crate v3.5.0
16822026-08-07T23:39:00.370Z Compiling cipher v0.4.4
16832026-08-07T23:39:00.584Z Compiling hkdf v0.12.4
16842026-08-07T23:39:00.706Z Compiling typify-macro v0.6.2
16852026-08-07T23:39:00.890Z Compiling goblin v0.8.2
16862026-08-07T23:39:01.279Z Compiling num-iter v0.1.45
16872026-08-07T23:39:01.394Z Compiling num-rational v0.4.2
16882026-08-07T23:39:01.470Z Compiling universal-hash v0.5.1
16892026-08-07T23:39:01.585Z Compiling crypto-bigint v0.5.5
16902026-08-07T23:39:01.596Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-08-07T23:39:01.600Z Compiling darling_macro v0.21.3
16922026-08-07T23:39:01.946Z Compiling thiserror-impl-no-std v2.0.2
16932026-08-07T23:39:02.000Z Compiling hubpack_derive v0.1.1
16942026-08-07T23:39:02.342Z Compiling crossbeam-epoch v0.9.18
16952026-08-07T23:39:02.687Z Compiling half v2.7.1
16962026-08-07T23:39:02.722Z Compiling curve25519-dalek-derive v0.1.1
16972026-08-07T23:39:02.823Z Compiling typify v0.6.2
16982026-08-07T23:39:02.909Z Compiling num-complex v0.4.6
16992026-08-07T23:39:03.078Z Compiling memoffset v0.9.1
17002026-08-07T23:39:03.202Z Compiling base64ct v1.8.3
17012026-08-07T23:39:03.247Z Compiling opaque-debug v0.3.1
17022026-08-07T23:39:03.287Z Compiling cfg_aliases v0.2.1
17032026-08-07T23:39:03.312Z Compiling ciborium-io v0.2.2
17042026-08-07T23:39:03.320Z Compiling base16ct v0.2.0
17052026-08-07T23:39:03.363Z Compiling nix v0.31.3
17062026-08-07T23:39:03.395Z Compiling ciborium-ll v0.2.2
17072026-08-07T23:39:03.466Z Compiling password-hash v0.5.0
17082026-08-07T23:39:03.500Z Compiling elliptic-curve v0.13.8
17092026-08-07T23:39:03.607Z Compiling poly1305 v0.8.0
17102026-08-07T23:39:03.758Z Compiling num v0.4.3
17112026-08-07T23:39:04.012Z Compiling thiserror-no-std v2.0.2
17122026-08-07T23:39:04.071Z Compiling hubpack v0.1.2
17132026-08-07T23:39:04.229Z Compiling darling v0.21.3
17142026-08-07T23:39:04.533Z Compiling num_enum_derive v0.7.6
17152026-08-07T23:39:04.772Z Compiling chacha20 v0.9.1
17162026-08-07T23:39:04.920Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17172026-08-07T23:39:05.035Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17182026-08-07T23:39:05.440Z Compiling blake2 v0.10.6
17192026-08-07T23:39:05.590Z Compiling aead v0.5.2
17202026-08-07T23:39:05.622Z Compiling byte-wrapper v0.1.0
17212026-08-07T23:39:05.705Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17222026-08-07T23:39:05.745Z Compiling proc-macro-error-attr v1.0.4
17232026-08-07T23:39:05.959Z Compiling rustix v0.38.44
17242026-08-07T23:39:06.018Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17252026-08-07T23:39:06.029Z Compiling prettyplease v0.2.37
17262026-08-07T23:39:06.040Z Compiling keccak v0.1.6
17272026-08-07T23:39:06.247Z Compiling heapless v0.8.0
17282026-08-07T23:39:06.259Z Compiling static_assertions v1.1.0
17292026-08-07T23:39:06.298Z Compiling sha3 v0.10.9
17302026-08-07T23:39:06.638Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17312026-08-07T23:39:06.939Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-08-07T23:39:06.975Z Compiling chacha20poly1305 v0.10.1
17332026-08-07T23:39:07.018Z Compiling argon2 v0.5.3
17342026-08-07T23:39:07.059Z Compiling num_enum v0.7.6
17352026-08-07T23:39:07.344Z Compiling ingot-macros v0.1.1
17362026-08-07T23:39:07.376Z Compiling vsss-rs v3.3.4
17372026-08-07T23:39:07.612Z Compiling ciborium v0.2.2
17382026-08-07T23:39:08.209Z Compiling usdt-macro v0.5.0
17392026-08-07T23:39:08.239Z Compiling usdt-attr-macro v0.5.0
17402026-08-07T23:39:09.227Z Compiling hash32 v0.3.1
17412026-08-07T23:39:09.236Z Compiling serde_spanned v0.6.9
17422026-08-07T23:39:09.371Z Compiling enum-as-inner v0.6.1
17432026-08-07T23:39:09.374Z Compiling num-derive v0.4.2
17442026-08-07T23:39:09.625Z Compiling serde_repr v0.1.21
17452026-08-07T23:39:10.001Z Compiling proc-macro-error v1.0.4
17462026-08-07T23:39:10.079Z Compiling memmap v0.7.0
17472026-08-07T23:39:10.164Z Compiling winnow v0.7.15
17482026-08-07T23:39:10.207Z Compiling indent_write v2.2.0
17492026-08-07T23:39:10.225Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17502026-08-07T23:39:10.263Z Compiling data-encoding v2.11.0
17512026-08-07T23:39:10.292Z Compiling smoltcp v0.11.0
17522026-08-07T23:39:10.329Z Compiling winnow v0.5.40
17532026-08-07T23:39:10.341Z Compiling toml_write v0.1.2
17542026-08-07T23:39:10.540Z Compiling usdt v0.5.0
17552026-08-07T23:39:10.554Z Compiling ingot-types v0.1.2
17562026-08-07T23:39:10.624Z Compiling rustls-webpki v0.103.13
17572026-08-07T23:39:11.040Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-08-07T23:39:11.209Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17592026-08-07T23:39:11.652Z Compiling toml_edit v0.19.15
17602026-08-07T23:39:11.688Z Compiling toml_edit v0.22.27
17612026-08-07T23:39:11.727Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17622026-08-07T23:39:12.407Z Compiling tabwriter v1.4.1
17632026-08-07T23:39:12.647Z Compiling cobs v0.3.0
17642026-08-07T23:39:12.845Z Compiling foreign-types-macros v0.2.3
17652026-08-07T23:39:12.870Z Compiling pkg-config v0.3.33
17662026-08-07T23:39:13.137Z Compiling colored v3.1.1
17672026-08-07T23:39:13.305Z Compiling foreign-types-shared v0.3.1
17682026-08-07T23:39:13.399Z Compiling bitflags v1.3.2
17692026-08-07T23:39:13.475Z Compiling vcpkg v0.2.15
17702026-08-07T23:39:13.495Z Compiling managed v0.8.0
17712026-08-07T23:39:13.530Z Compiling bytecount v0.6.9
17722026-08-07T23:39:13.627Z Compiling foreign-types v0.5.0
17732026-08-07T23:39:13.703Z Compiling toml v0.8.23
17742026-08-07T23:39:13.714Z Compiling postcard v1.1.3
17752026-08-07T23:39:14.014Z Compiling tokio-rustls v0.26.4
17762026-08-07T23:39:14.051Z Compiling rustls-platform-verifier v0.7.0
17772026-08-07T23:39:14.279Z Compiling hyper-rustls v0.27.9
17782026-08-07T23:39:14.629Z Compiling reqwest v0.13.4
17792026-08-07T23:39:15.081Z Compiling openssl-sys v0.9.116
17802026-08-07T23:39:15.631Z Compiling proc-macro-crate v1.3.1
17812026-08-07T23:39:15.963Z Compiling progenitor-client v0.14.0
17822026-08-07T23:39:16.043Z Compiling ingot v0.1.1
17832026-08-07T23:39:16.260Z Compiling progenitor-extras v0.2.0
17842026-08-07T23:39:17.262Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-08-07T23:39:17.294Z Compiling progenitor-impl v0.14.0
17862026-08-07T23:39:18.171Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17872026-08-07T23:39:18.690Z Compiling chacha20 v0.10.0
17882026-08-07T23:39:18.949Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17892026-08-07T23:39:18.962Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17902026-08-07T23:39:19.192Z Compiling cstr-argument v0.1.2
17912026-08-07T23:39:19.266Z Compiling unicode-segmentation v1.13.3
17922026-08-07T23:39:19.346Z Compiling lazy_static v1.5.0
17932026-08-07T23:39:19.506Z Compiling heck v0.4.1
17942026-08-07T23:39:19.509Z Compiling rayon-core v1.13.0
17952026-08-07T23:39:19.716Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
17962026-08-07T23:39:19.738Z Compiling semver v0.1.20
17972026-08-07T23:39:19.755Z Compiling resolv-conf v0.7.6
17982026-08-07T23:39:19.933Z Compiling swrite v0.1.0
17992026-08-07T23:39:20.005Z Compiling linked-hash-map v0.5.6
18002026-08-07T23:39:20.046Z Compiling rustc_version v0.1.7
18012026-08-07T23:39:20.158Z Compiling newline-converter v0.3.0
18022026-08-07T23:39:20.198Z Compiling lru-cache v0.1.2
18032026-08-07T23:39:20.251Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18042026-08-07T23:39:20.321Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18052026-08-07T23:39:20.333Z Compiling rand v0.10.2
18062026-08-07T23:39:20.524Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18072026-08-07T23:39:20.732Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18082026-08-07T23:39:20.937Z Compiling num_enum_derive v0.5.11
18092026-08-07T23:39:20.970Z Compiling progenitor-macro v0.14.0
18102026-08-07T23:39:21.073Z Compiling atomicwrites v0.4.4
18112026-08-07T23:39:21.262Z Compiling hickory-proto v0.24.4
18122026-08-07T23:39:21.274Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-07T23:39:21.484Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-08-07T23:39:23.258Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-08-07T23:39:23.529Z Compiling progenitor-impl v0.13.0
18162026-08-07T23:39:24.280Z Compiling crossbeam-deque v0.8.6
18172026-08-07T23:39:24.306Z Compiling console v0.15.11
18182026-08-07T23:39:24.491Z Compiling camino-tempfile v1.4.1
18192026-08-07T23:39:24.570Z Compiling serde-big-array v0.5.1
18202026-08-07T23:39:24.716Z Compiling derive-where v1.6.1
18212026-08-07T23:39:24.740Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18222026-08-07T23:39:25.020Z Compiling pin-project-internal v1.1.13
18232026-08-07T23:39:25.053Z Compiling similar v2.7.0
18242026-08-07T23:39:25.264Z Compiling siphasher v1.0.3
18252026-08-07T23:39:25.468Z Compiling minimal-lexical v0.2.1
18262026-08-07T23:39:25.736Z Compiling nom v7.1.3
18272026-08-07T23:39:25.980Z Compiling expectorate v1.2.0
18282026-08-07T23:39:26.028Z Compiling phf_shared v0.12.1
18292026-08-07T23:39:26.129Z Compiling pin-project v1.1.13
18302026-08-07T23:39:26.201Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18312026-08-07T23:39:26.313Z Compiling progenitor v0.14.0
18322026-08-07T23:39:26.455Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-08-07T23:39:26.630Z Compiling hickory-resolver v0.24.4
18342026-08-07T23:39:26.982Z Compiling num_enum v0.5.11
18352026-08-07T23:39:27.098Z Compiling newtype_derive v0.1.6
18362026-08-07T23:39:27.121Z Compiling progenitor-client v0.13.0
18372026-08-07T23:39:27.189Z Compiling progenitor-macro v0.13.0
18382026-08-07T23:39:28.117Z Compiling unicode-normalization v0.1.25
18392026-08-07T23:39:28.540Z Compiling tokio-stream v0.1.18
18402026-08-07T23:39:28.584Z Compiling async-recursion v1.1.1
18412026-08-07T23:39:28.718Z Compiling snafu-derive v0.8.9
18422026-08-07T23:39:29.000Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18432026-08-07T23:39:29.039Z Compiling slog-dtrace v0.3.0
18442026-08-07T23:39:29.264Z Compiling bstr v1.12.1
18452026-08-07T23:39:29.276Z Compiling csv-core v0.1.13
18462026-08-07T23:39:29.279Z Compiling foreign-types-shared v0.1.1
18472026-08-07T23:39:29.298Z Compiling unicode-xid v0.2.6
18482026-08-07T23:39:29.365Z Compiling chrono-tz v0.10.4
18492026-08-07T23:39:29.442Z Compiling cancel-safe-futures v0.1.5
18502026-08-07T23:39:29.609Z Compiling konst_macro_rules v0.2.19
18512026-08-07T23:39:29.637Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-08-07T23:39:29.704Z Compiling highway v1.3.0
18532026-08-07T23:39:29.786Z Compiling unicode-width v0.1.14
18542026-08-07T23:39:29.839Z Compiling same-file v1.0.6
18552026-08-07T23:39:30.016Z Compiling foldhash v0.1.5
18562026-08-07T23:39:30.067Z Compiling openssl v0.10.80
18572026-08-07T23:39:30.100Z Compiling owo-colors v4.3.0
18582026-08-07T23:39:30.195Z Compiling hashbrown v0.15.5
18592026-08-07T23:39:30.345Z Compiling walkdir v2.5.0
18602026-08-07T23:39:30.471Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-08-07T23:39:30.538Z Compiling snafu v0.8.9
18622026-08-07T23:39:30.703Z Compiling konst v0.2.20
18632026-08-07T23:39:30.737Z Compiling globset v0.4.18
18642026-08-07T23:39:30.961Z Compiling csv v1.4.0
18652026-08-07T23:39:30.974Z Compiling const_format_proc_macros v0.2.34
18662026-08-07T23:39:31.008Z Compiling foreign-types v0.3.2
18672026-08-07T23:39:31.190Z Compiling qorb v0.4.1
18682026-08-07T23:39:31.540Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-07T23:39:31.584Z Compiling olpc-cjson v0.1.4
18702026-08-07T23:39:31.748Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-08-07T23:39:32.272Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-08-07T23:39:32.372Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18732026-08-07T23:39:32.572Z Compiling progenitor v0.13.0
18742026-08-07T23:39:32.713Z Compiling rayon v1.12.0
18752026-08-07T23:39:32.725Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18762026-08-07T23:39:32.808Z Compiling phf v0.12.1
18772026-08-07T23:39:32.963Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-07T23:39:33.349Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-08-07T23:39:33.825Z Compiling zone_cfg_derive v0.3.1
18802026-08-07T23:39:33.847Z Compiling tokio-dtrace v0.1.1
18812026-08-07T23:39:34.109Z Compiling itertools v0.12.1
18822026-08-07T23:39:34.113Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18832026-08-07T23:39:34.269Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-07T23:39:34.318Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18852026-08-07T23:39:34.552Z Compiling libsw-core v0.3.2
18862026-08-07T23:39:34.578Z Compiling serde_plain v1.0.2
18872026-08-07T23:39:34.718Z Compiling openssl-macros v0.1.1
18882026-08-07T23:39:34.729Z Compiling pem v3.0.6
18892026-08-07T23:39:34.781Z Compiling cookie v0.18.1
18902026-08-07T23:39:34.808Z Compiling sigpipe v0.1.3
18912026-08-07T23:39:34.894Z Compiling glob v0.3.3
18922026-08-07T23:39:34.897Z Compiling typed-path v0.9.3
18932026-08-07T23:39:35.007Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-08-07T23:39:35.098Z Compiling fixedbitset v0.5.7
18952026-08-07T23:39:35.200Z Compiling fixedbitset v0.4.2
18962026-08-07T23:39:35.229Z Compiling jiff v0.2.28
18972026-08-07T23:39:35.354Z Compiling petgraph v0.6.5
18982026-08-07T23:39:35.390Z Compiling petgraph v0.8.3
18992026-08-07T23:39:35.438Z Compiling zone v0.3.1
19002026-08-07T23:39:35.740Z Compiling libsw v3.5.0
19012026-08-07T23:39:35.916Z Compiling tough v0.22.0
19022026-08-07T23:39:36.233Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-08-07T23:39:36.236Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19042026-08-07T23:39:36.442Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19052026-08-07T23:39:36.694Z Compiling oxide-tokio-rt v0.1.6
19062026-08-07T23:39:36.879Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-08-07T23:39:37.004Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19082026-08-07T23:39:37.185Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-08-07T23:39:38.086Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-08-07T23:39:38.615Z Compiling const_format v0.2.36
19112026-08-07T23:39:38.753Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-07T23:39:39.254Z Compiling papergrid v0.11.0
19132026-08-07T23:39:39.469Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-08-07T23:39:39.690Z Compiling tabled_derive v0.7.0
19152026-08-07T23:39:39.746Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-07T23:39:39.952Z Compiling gethostname v0.5.0
19172026-08-07T23:39:40.074Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19182026-08-07T23:39:40.086Z Compiling libscf-sys v1.2.0
19192026-08-07T23:39:40.224Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-07T23:39:40.341Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19212026-08-07T23:39:40.352Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-07T23:39:40.416Z Compiling smf v0.2.3
19232026-08-07T23:39:40.467Z Compiling bcs v0.1.6
19242026-08-07T23:39:40.478Z Compiling linear-map v1.2.0
19252026-08-07T23:39:40.656Z Compiling tagptr v0.2.0
19262026-08-07T23:39:40.659Z Compiling whoami v1.6.1
19272026-08-07T23:39:40.782Z Compiling unicode-linebreak v0.1.5
19282026-08-07T23:39:40.806Z Compiling smawk v0.3.2
19292026-08-07T23:39:40.945Z Compiling termtree v0.5.1
19302026-08-07T23:39:40.989Z Compiling textwrap v0.16.2
19312026-08-07T23:39:41.030Z Compiling moka v0.12.15
19322026-08-07T23:39:41.094Z Compiling tabled v0.15.0
19332026-08-07T23:39:41.150Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-08-07T23:39:41.528Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-08-07T23:39:41.765Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-08-07T23:39:41.841Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-08-07T23:39:41.970Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-08-07T23:39:42.157Z Compiling steno v0.4.1
19392026-08-07T23:39:43.391Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-08-07T23:39:43.813Z Compiling hickory-proto v0.25.2
19412026-08-07T23:39:44.345Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19422026-08-07T23:39:44.356Z Compiling proc-macro-error-attr2 v2.0.0
19432026-08-07T23:39:44.777Z Compiling parking_lot_core v0.8.6
19442026-08-07T23:39:44.847Z Compiling proc-macro-error2 v2.0.1
19452026-08-07T23:39:45.056Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19462026-08-07T23:39:45.130Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-08-07T23:39:45.389Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19482026-08-07T23:39:45.418Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19492026-08-07T23:39:45.584Z Compiling tabled_derive v0.11.0
19502026-08-07T23:39:45.630Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19512026-08-07T23:39:45.847Z Compiling hickory-resolver v0.25.2
19522026-08-07T23:39:45.982Z Compiling papergrid v0.18.0
19532026-08-07T23:39:45.995Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19542026-08-07T23:39:46.017Z Compiling testing_table v0.3.0
19552026-08-07T23:39:46.185Z Compiling arc-swap v1.9.1
19562026-08-07T23:39:46.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19572026-08-07T23:39:46.685Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-08-07T23:39:46.731Z Compiling nom v8.0.0
19592026-08-07T23:39:46.980Z Compiling tabled v0.21.0
19602026-08-07T23:39:47.421Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19612026-08-07T23:39:48.054Z Compiling slog-scope v4.4.1
19622026-08-07T23:39:48.125Z Compiling parking_lot v0.11.2
19632026-08-07T23:39:48.323Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19642026-08-07T23:39:48.486Z Compiling fxhash v0.2.1
19652026-08-07T23:39:48.533Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19662026-08-07T23:39:48.620Z Compiling internet-checksum v0.2.1
19672026-08-07T23:39:48.706Z Compiling sled v0.34.7
19682026-08-07T23:39:48.754Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
19692026-08-07T23:39:48.880Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19702026-08-07T23:39:48.976Z Compiling slog-stdlog v4.1.1
19712026-08-07T23:39:48.993Z Compiling itertools v0.15.0
19722026-08-07T23:39:49.199Z Compiling crc8 v0.1.1
19732026-08-07T23:39:49.317Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19742026-08-07T23:39:49.394Z Compiling slog-envlogger v2.2.0
19752026-08-07T23:39:49.823Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19762026-08-07T23:39:49.836Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19772026-08-07T23:39:50.109Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
19782026-08-07T23:39:51.939Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-08-07T23:39:54.729Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19802026-08-07T23:40:00.142Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-08-07T23:40:01.759Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-08-07T23:40:02.799Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19832026-08-07T23:40:03.749Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19842026-08-07T23:40:04.587Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19852026-08-07T23:40:05.763Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19862026-08-07T23:40:30.366Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
19872026-08-07T23:40:30.369Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19882026-08-07T23:40:30.369Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19892026-08-07T23:40:30.551Z────────────
19902026-08-07T23:40:30.551Z Nextest run ID 64c37f24-a6e8-4f57-b023-0c52b0f01962 with nextest profile: default
19912026-08-07T23:40:30.551Z Starting 7 tests across 1 binary
19922026-08-07T23:40:30.562Z PASS [ 0.011s] mg-lower dendrite::test_tfport_parser
19932026-08-07T23:40:30.565Z PASS [ 0.012s] mg-lower test::sync_prefix_test
19942026-08-07T23:40:30.565Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_removal
19952026-08-07T23:40:30.565Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_readback
19962026-08-07T23:40:30.566Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19972026-08-07T23:40:30.566Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19982026-08-07T23:40:30.566Z PASS [ 0.014s] mg-lower test::sync_link_down_test
19992026-08-07T23:40:30.566Z────────────
20002026-08-07T23:40:30.566Z Summary [ 0.015s] 7 tests run: 7 passed, 0 skipped
20012026-08-07T23:40:30.578Zprocess exited: duration 319162 ms, exit code 0
 
20022026-08-07T23:40:30.584Zfound 0 output files