01M0B3MBB9VF8CA6WBS11D20Y3: test-ndp

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0B3MZ0TGFMZF9GT81XYBZZQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T18:56:39.307Zjob assigned to worker 01M0B3NM7E67V28Q4182H82Z2H [factory aws, i-0f0fe9c48efaafe62] (queued for 1 m 12 s)
 
22026-08-18T18:56:45.947Zstarting task 0: "setup"
32026-08-18T18:56:45.952Z++ uname -s
42026-08-18T18:56:45.955Z+ kern=SunOS
52026-08-18T18:56:45.955Z+ build_user=build
62026-08-18T18:56:45.955Z+ build_uid=12345
72026-08-18T18:56:45.955Z+ work_dir=/work
82026-08-18T18:56:45.955Z+ input_dir=/input
92026-08-18T18:56:45.955Z+ [[ 0 == 12345 ]]
102026-08-18T18:56:45.955Z+ case "$kern" in
112026-08-18T18:56:45.956Z+ groupadd -g 12345 build
122026-08-18T18:56:45.956Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T18:56:47.961Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T18:56:48.070Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T18:56:48.074Z+ home_fs=zfs
162026-08-18T18:56:48.074Z+ [[ zfs == autofs ]]
172026-08-18T18:56:48.074Z+ mkdir -p /home/build
182026-08-18T18:56:48.074Z+ chown build:build /home/build /work
192026-08-18T18:56:50.074Z+ chmod 0700 /home/build /work
202026-08-18T18:56:50.077Zprocess exited: duration 4128 ms, exit code 0
 
212026-08-18T18:56:50.085Zstarting task 1: "rust-toolchain"
222026-08-18T18:56:50.088Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T18:56:50.088Z * rust toolchain channel = "stable"
242026-08-18T18:56:50.089Z * rust toolchain profile = "default"
252026-08-18T18:56:50.089Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-18T18:56:50.089Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T18:56:50.089Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T18:56:50.089Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T18:56:50.093Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T18:56:50.215Zinfo: downloading installer
312026-08-18T18:56:51.955Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T18:56:51.955Zwarn: /opt/ooce/bin
332026-08-18T18:56:51.955Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T18:56:51.955Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T18:56:51.955Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T18:56:51.955Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T18:56:51.955Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T18:56:51.955Zerror: cannot install while Rust is installed
392026-08-18T18:56:51.955Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T18:56:51.955Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T18:56:51.955Zwarn: /home/build/.rustup/settings.toml
422026-08-18T18:56:51.955Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T18:56:51.955Zwarn: instead of the one inferred from the default host triple.
442026-08-18T18:56:51.968Zinfo: profile set to default
452026-08-18T18:56:51.968Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T18:56:51.971Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-18T18:56:52.105Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-18T18:56:52.109Zinfo: downloading 6 components
492026-08-18T18:57:07.537Z
502026-08-18T18:57:07.538Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-18T18:57:07.568Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-18T18:57:07.568Z
532026-08-18T18:57:07.572Z
542026-08-18T18:57:07.572ZRust is installed now. Great!
552026-08-18T18:57:07.572Z
562026-08-18T18:57:07.572ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T18:57:07.572Zenvironment variable. This has not been done automatically.
582026-08-18T18:57:07.572Z
592026-08-18T18:57:07.572ZTo configure your current shell, you need to source
602026-08-18T18:57:07.572Zthe corresponding env file under $HOME/.cargo.
612026-08-18T18:57:07.572Z
622026-08-18T18:57:07.572ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T18:57:07.572Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T18:57:07.572Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T18:57:07.572Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T18:57:07.572Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T18:57:07.572Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T18:57:07.572Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T18:57:07.572Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T18:57:07.572Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T18:57:07.674Z+ rustup --version
722026-08-18T18:57:07.682Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T18:57:07.685Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T18:57:07.703Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-18T18:57:07.707Z+ cargo --version
762026-08-18T18:57:07.721Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-18T18:57:07.725Z+ rustc --version
782026-08-18T18:57:07.745Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-18T18:57:07.748Zprocess exited: duration 17660 ms, exit code 0
 
802026-08-18T18:57:07.755Zstarting task 2: "authentication"
812026-08-18T18:57:07.771Zprocess exited: duration 16 ms, exit code 0
 
822026-08-18T18:57:07.778Zstarting task 3: "clone repository"
832026-08-18T18:57:07.781Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-18T18:57:07.785Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-18T18:57:07.811ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-18T18:57:09.272Z+ cd /work/oxidecomputer/maghemite
872026-08-18T18:57:09.272Z+ git fetch origin bf831acede9b125a854bfda5615ae9248d1e2fa8
882026-08-18T18:57:09.564ZFrom https://github.com/oxidecomputer/maghemite
892026-08-18T18:57:09.564Z * branch bf831acede9b125a854bfda5615ae9248d1e2fa8 -> FETCH_HEAD
902026-08-18T18:57:09.570Z+ [[ -n trey/unnumbered-cleanup ]]
912026-08-18T18:57:09.573Z++ git branch --show-current
922026-08-18T18:57:09.573Z+ current=main
932026-08-18T18:57:09.573Z+ [[ main != trey/unnumbered-cleanup ]]
942026-08-18T18:57:09.573Z+ git branch -f trey/unnumbered-cleanup bf831acede9b125a854bfda5615ae9248d1e2fa8
952026-08-18T18:57:09.577Z+ git checkout -f trey/unnumbered-cleanup
962026-08-18T18:57:09.596ZSwitched to branch 'trey/unnumbered-cleanup'
972026-08-18T18:57:09.600Z+ git reset --hard bf831acede9b125a854bfda5615ae9248d1e2fa8
982026-08-18T18:57:09.606ZHEAD is now at bf831ac review feedback
992026-08-18T18:57:09.610Zprocess exited: duration 1829 ms, exit code 0
 
1002026-08-18T18:57:09.616Zstarting task 4: "build"
1012026-08-18T18:57:09.620Z+ set -e
1022026-08-18T18:57:09.620Z+ source .github/buildomat/test-common.sh
1032026-08-18T18:57:09.623Z++ NEXTEST_VERSION=0.9.97
1042026-08-18T18:57:09.623Z++ PLATFORM=illumos
1052026-08-18T18:57:09.623Z++ banner install
1062026-08-18T18:57:09.623Z
1072026-08-18T18:57:09.623Z # # # #### ##### ## # #
1082026-08-18T18:57:09.623Z # ## # # # # # # #
1092026-08-18T18:57:09.623Z # # # # #### # # # # #
1102026-08-18T18:57:09.623Z # # # # # # ###### # #
1112026-08-18T18:57:09.623Z # # ## # # # # # # #
1122026-08-18T18:57:09.623Z # # # #### # # # ###### ######
1132026-08-18T18:57:09.623Z
1142026-08-18T18:57:09.623Z++ set +o errexit
1152026-08-18T18:57:09.623Z++ pkg info clang-15
1162026-08-18T18:57:09.626Z++ grep -qi installed
1172026-08-18T18:57:10.815Zpkg: info: no packages matching the following patterns you specified are
1182026-08-18T18:57:10.815Zinstalled on the system. Try querying remotely instead:
1192026-08-18T18:57:10.815Z
1202026-08-18T18:57:10.815Z clang-15
1212026-08-18T18:57:10.859Z++ [[ 1 != 0 ]]
1222026-08-18T18:57:10.859Z++ set -o errexit
1232026-08-18T18:57:10.862Z++ pfexec pkg install clang-15
1242026-08-18T18:57:18.498Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-18T18:57:26.156Z Startup: Caching catalogs ... Done
1262026-08-18T18:57:33.560ZPlanning: Solver setup ... Done
1272026-08-18T18:57:33.601ZPlanning: Running solver ... Done
1282026-08-18T18:57:33.739ZPlanning: Finding local manifests ... Done
1292026-08-18T18:57:33.760ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-18T18:57:36.688ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-18T18:57:36.717ZPlanning: Package planning ... Done
1322026-08-18T18:57:36.744ZPlanning: Merging actions ... Done
1332026-08-18T18:57:36.855ZPlanning: Checking for conflicting actions ... Done
1342026-08-18T18:57:36.861ZPlanning: Consolidating action changes ... Done
1352026-08-18T18:57:37.636ZPlanning: Evaluating mediators ... Done
1362026-08-18T18:57:37.642ZPlanning: Planning completed in 11.32 seconds
1372026-08-18T18:57:37.653Z Packages to install: 2
1382026-08-18T18:57:37.653Z Mediators to change: 2
1392026-08-18T18:57:37.656Z Services to change: 1
1402026-08-18T18:57:37.656Z Create boot environment: No
1412026-08-18T18:57:37.657ZCreate backup boot environment: No
1422026-08-18T18:57:37.695Z
1432026-08-18T18:57:37.695ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-18T18:57:42.697ZDownload: 847/3076 items 18.4/211.3MB 8% complete (3.8M/s)
1452026-08-18T18:57:47.707ZDownload: 1125/3076 items 113.7/211.3MB 53% complete (11.6M/s)
1462026-08-18T18:57:53.055ZDownload: 1998/3076 items 116.2/211.3MB 54% complete (9.7M/s)
1472026-08-18T18:57:58.281ZDownload: 2000/3076 items 116.2/211.3MB 54% complete (9.2M/s)
1482026-08-18T18:58:11.183ZDownload: 2005/3076 items 117.7/211.3MB 55% complete
1492026-08-18T18:58:16.186ZDownload: 3024/3076 items 200.2/211.3MB 94% complete (17.6M/s)
1502026-08-18T18:58:23.816ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (15.7M/s)
1512026-08-18T18:58:26.842ZDownload: Completed 211.31 MB in 49.15 seconds (4.3M/s)
1522026-08-18T18:58:26.961Z Actions: 1/3418 actions (Installing new actions)
1532026-08-18T18:58:30.107Z Actions: Completed 3418 actions in 3.15 seconds.
1542026-08-18T18:58:30.753Z Done
1552026-08-18T18:58:30.753Z Done
1562026-08-18T18:58:31.486Z Done
1572026-08-18T18:58:34.887Z Done
1582026-08-18T18:58:34.956Z Done
1592026-08-18T18:58:34.959Z Done
1602026-08-18T18:58:35.222Z Done
1612026-08-18T18:58:35.903Z++ set -o errexit
1622026-08-18T18:58:35.903Z++ cargo --version
1632026-08-18T18:58:35.909Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1642026-08-18T18:58:36.049Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1652026-08-18T18:58:36.052Zinfo: downloading 6 components
1662026-08-18T18:58:51.858Zcargo 1.97.1 (c980f4866 2026-06-30)
1672026-08-18T18:58:51.863Z++ rustc --version
1682026-08-18T18:58:51.889Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1692026-08-18T18:58:51.893Z++ cargo install cargo-nextest --version 0.9.97
1702026-08-18T18:58:51.936Z Updating crates.io index
1712026-08-18T18:58:52.041Z Downloading crates ...
1722026-08-18T18:58:52.090Z Downloaded cargo-nextest v0.9.97
1732026-08-18T18:58:52.150Z Installing cargo-nextest v0.9.97
1742026-08-18T18:58:52.154Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1752026-08-18T18:58:52.154Z |
1762026-08-18T18:58:52.154Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1772026-08-18T18:58:52.154Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1782026-08-18T18:58:52.192Z Updating crates.io index
1792026-08-18T18:58:54.407Z Locking 396 packages to latest compatible versions
1802026-08-18T18:58:54.411Z Adding dialoguer v0.11.0 (available: v0.12.0)
1812026-08-18T18:58:54.411Z Adding duct v0.13.7 (available: v1.1.1)
1822026-08-18T18:58:54.411Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1832026-08-18T18:58:54.411Z Adding generic-array v0.14.7 (available: v0.14.9)
1842026-08-18T18:58:54.415Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1852026-08-18T18:58:54.415Z Adding itertools v0.14.0 (available: v0.15.0)
1862026-08-18T18:58:54.415Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1872026-08-18T18:58:54.415Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1882026-08-18T18:58:54.418Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1892026-08-18T18:58:54.418Z Adding quick-junit v0.5.2 (available: v0.7.0)
1902026-08-18T18:58:54.444Z Downloading crates ...
1912026-08-18T18:58:54.475Z Downloaded async-scoped v0.9.0
1922026-08-18T18:58:54.482Z Downloaded cpufeatures v0.2.17
1932026-08-18T18:58:54.482Z Downloaded foreign-types-shared v0.1.1
1942026-08-18T18:58:54.482Z Downloaded os_pipe v1.2.3
1952026-08-18T18:58:54.482Z Downloaded owo-colors v4.3.0
1962026-08-18T18:58:54.482Z Downloaded autocfg v1.5.1
1972026-08-18T18:58:54.486Z Downloaded addr2line v0.25.1
1982026-08-18T18:58:54.486Z Downloaded adler2 v2.0.1
1992026-08-18T18:58:54.486Z Downloaded anstyle-query v1.1.5
2002026-08-18T18:58:54.491Z Downloaded cargo-platform v0.2.0
2012026-08-18T18:58:54.495Z Downloaded block-buffer v0.10.4
2022026-08-18T18:58:54.495Z Downloaded cargo-platform v0.3.3
2032026-08-18T18:58:54.495Z Downloaded atomic-waker v1.1.2
2042026-08-18T18:58:54.495Z Downloaded backtrace-ext v0.2.1
2052026-08-18T18:58:54.499Z Downloaded serde_ignored v0.1.14
2062026-08-18T18:58:54.499Z Downloaded either v1.17.0
2072026-08-18T18:58:54.499Z Downloaded ordered-float v2.10.1
2082026-08-18T18:58:54.499Z Downloaded atomicwrites v0.4.4
2092026-08-18T18:58:54.504Z Downloaded scopeguard v1.2.0
2102026-08-18T18:58:54.509Z Downloaded rand_pcg v0.10.2
2112026-08-18T18:58:54.509Z Downloaded anstyle v1.0.14
2122026-08-18T18:58:54.509Z Downloaded pin-project-lite v0.2.17
2132026-08-18T18:58:54.516Z Downloaded base64ct v1.8.3
2142026-08-18T18:58:54.521Z Downloaded sigchld v0.2.4
2152026-08-18T18:58:54.521Z Downloaded ahash v0.8.12
2162026-08-18T18:58:54.521Z Downloaded bitflags v2.13.1
2172026-08-18T18:58:54.521Z Downloaded cargo_metadata v0.20.0
2182026-08-18T18:58:54.521Z Downloaded parking_lot_core v0.9.12
2192026-08-18T18:58:54.525Z Downloaded camino v1.2.5
2202026-08-18T18:58:54.526Z Downloaded anstream v1.0.0
2212026-08-18T18:58:54.530Z Downloaded parking_lot v0.12.5
2222026-08-18T18:58:54.534Z Downloaded rustc-hash v2.1.3
2232026-08-18T18:58:54.534Z Downloaded rustc_version v0.4.1
2242026-08-18T18:58:54.534Z Downloaded futures-io v0.3.34
2252026-08-18T18:58:54.534Z Downloaded pathdiff v0.2.3
2262026-08-18T18:58:54.538Z Downloaded cpufeatures v0.3.0
2272026-08-18T18:58:54.539Z Downloaded rustc-demangle v0.1.28
2282026-08-18T18:58:54.539Z Downloaded curve25519-dalek-derive v0.1.1
2292026-08-18T18:58:54.546Z Downloaded fnv v1.0.7
2302026-08-18T18:58:54.546Z Downloaded ppv-lite86 v0.2.21
2312026-08-18T18:58:54.546Z Downloaded camino-tempfile v1.4.1
2322026-08-18T18:58:54.554Z Downloaded toml v0.8.23
2332026-08-18T18:58:54.554Z Downloaded pin-project v1.1.13
2342026-08-18T18:58:54.554Z Downloaded home v0.5.12
2352026-08-18T18:58:54.558Z Downloaded quinn-udp v0.5.15
2362026-08-18T18:58:54.558Z Downloaded strip-ansi-escapes v0.2.1
2372026-08-18T18:58:54.559Z Downloaded enable-ansi-support v0.2.1
2382026-08-18T18:58:54.559Z Downloaded futures-sink v0.3.34
2392026-08-18T18:58:54.566Z Downloaded rand_core v0.9.5
2402026-08-18T18:58:54.566Z Downloaded color-spantrace v0.3.0
2412026-08-18T18:58:54.566Z Downloaded colorchoice v1.0.5
2422026-08-18T18:58:54.566Z Downloaded percent-encoding v2.3.2
2432026-08-18T18:58:54.566Z Downloaded futures-task v0.3.34
2442026-08-18T18:58:54.566Z Downloaded rand_core v0.10.1
2452026-08-18T18:58:54.571Z Downloaded futures-core v0.3.34
2462026-08-18T18:58:54.571Z Downloaded supports-unicode v3.0.0
2472026-08-18T18:58:54.571Z Downloaded tinyvec_macros v0.1.1
2482026-08-18T18:58:54.578Z Downloaded sync_wrapper v1.0.2
2492026-08-18T18:58:54.578Z Downloaded subtle v2.6.1
2502026-08-18T18:58:54.583Z Downloaded document-features v0.2.12
2512026-08-18T18:58:54.583Z Downloaded supports-color v3.0.2
2522026-08-18T18:58:54.583Z Downloaded shared_child v1.1.1
2532026-08-18T18:58:54.583Z Downloaded swrite v0.1.0
2542026-08-18T18:58:54.583Z Downloaded foreign-types v0.3.2
2552026-08-18T18:58:54.583Z Downloaded strsim v0.11.1
2562026-08-18T18:58:54.588Z Downloaded cfg-if v1.0.4
2572026-08-18T18:58:54.588Z Downloaded cfg_aliases v0.2.2
2582026-08-18T18:58:54.588Z Downloaded debug-ignore v1.0.5
2592026-08-18T18:58:54.588Z Downloaded errno v0.3.14
2602026-08-18T18:58:54.588Z Downloaded crypto-common v0.1.7
2612026-08-18T18:58:54.588Z Downloaded equivalent v1.0.2
2622026-08-18T18:58:54.588Z Downloaded serde_urlencoded v0.7.1
2632026-08-18T18:58:54.588Z Downloaded supports-hyperlinks v3.2.0
2642026-08-18T18:58:54.588Z Downloaded form_urlencoded v1.2.2
2652026-08-18T18:58:54.593Z Downloaded serde-value v0.7.0
2662026-08-18T18:58:54.593Z Downloaded clap_lex v1.1.0
2672026-08-18T18:58:54.593Z Downloaded number_prefix v0.4.0
2682026-08-18T18:58:54.593Z Downloaded tracing-error v0.2.1
2692026-08-18T18:58:54.593Z Downloaded toml_datetime v0.6.11
2702026-08-18T18:58:54.593Z Downloaded openssl-macros v0.1.1
2712026-08-18T18:58:54.593Z Downloaded tower-layer v0.3.3
2722026-08-18T18:58:54.593Z Downloaded generic-array v0.14.7
2732026-08-18T18:58:54.601Z Downloaded cargo-util-schemas v0.2.0
2742026-08-18T18:58:54.601Z Downloaded ed25519 v2.2.3
2752026-08-18T18:58:54.606Z Downloaded fixedbitset v0.5.7
2762026-08-18T18:58:54.610Z Downloaded thread_local v1.1.10
2772026-08-18T18:58:54.610Z Downloaded typeid v1.0.3
2782026-08-18T18:58:54.610Z Downloaded urlencoding v2.1.3
2792026-08-18T18:58:54.611Z Downloaded utf8_iter v1.0.4
2802026-08-18T18:58:54.611Z Downloaded serde_spanned v1.1.1
2812026-08-18T18:58:54.644Z Downloaded tokio-macros v2.7.2
2822026-08-18T18:58:54.644Z Downloaded shell-words v1.1.1
2832026-08-18T18:58:54.649Z Downloaded is_terminal_polyfill v1.70.2
2842026-08-18T18:58:54.649Z Downloaded thiserror v2.0.20
2852026-08-18T18:58:54.649Z Downloaded terminal_size v0.4.4
2862026-08-18T18:58:54.649Z Downloaded itoa v1.0.18
2872026-08-18T18:58:54.649Z Downloaded openssl-probe v0.2.1
2882026-08-18T18:58:54.649Z Downloaded signature v2.2.0
2892026-08-18T18:58:54.649Z Downloaded xattr v1.6.1
2902026-08-18T18:58:54.649Z Downloaded anstyle-parse v1.0.0
2912026-08-18T18:58:54.649Z Downloaded serde_spanned v0.6.9
2922026-08-18T18:58:54.649Z Downloaded futures-macro v0.3.34
2932026-08-18T18:58:54.649Z Downloaded fastrand v2.5.0
2942026-08-18T18:58:54.649Z Downloaded socket2 v0.6.5
2952026-08-18T18:58:54.649Z Downloaded filetime v0.2.29
2962026-08-18T18:58:54.649Z Downloaded quote v1.0.47
2972026-08-18T18:58:54.649Z Downloaded digest v0.10.7
2982026-08-18T18:58:54.649Z Downloaded future-queue v0.4.0
2992026-08-18T18:58:54.649Z Downloaded toml_write v0.1.2
3002026-08-18T18:58:54.649Z Downloaded cargo_metadata v0.23.1
3012026-08-18T18:58:54.649Z Downloaded find-msvc-tools v0.1.11
3022026-08-18T18:58:54.649Z Downloaded unicode-xid v0.2.6
3032026-08-18T18:58:54.649Z Downloaded dialoguer v0.11.0
3042026-08-18T18:58:54.654Z Downloaded humantime-serde v1.1.1
3052026-08-18T18:58:54.654Z Downloaded indenter v0.3.4
3062026-08-18T18:58:54.654Z Downloaded convert_case v0.10.0
3072026-08-18T18:58:54.654Z Downloaded erased-serde v0.4.10
3082026-08-18T18:58:54.663Z Downloaded futures-executor v0.3.34
3092026-08-18T18:58:54.668Z Downloaded pkcs8 v0.10.2
3102026-08-18T18:58:54.668Z Downloaded base64 v0.22.1
3112026-08-18T18:58:54.668Z Downloaded tokio-native-tls v0.3.1
3122026-08-18T18:58:54.668Z Downloaded thiserror-impl v2.0.20
3132026-08-18T18:58:54.673Z Downloaded rand_chacha v0.9.0
3142026-08-18T18:58:54.673Z Downloaded serde-untagged v0.1.9
3152026-08-18T18:58:54.673Z Downloaded foldhash v0.1.5
3162026-08-18T18:58:54.673Z Downloaded toml_writer v1.1.2+spec-1.1.0
3172026-08-18T18:58:54.673Z Downloaded lazy_static v1.5.0
3182026-08-18T18:58:54.673Z Downloaded nested v0.1.1
3192026-08-18T18:58:54.673Z Downloaded zmij v1.0.23
3202026-08-18T18:58:54.681Z Downloaded signal-hook-registry v1.4.8
3212026-08-18T18:58:54.681Z Downloaded slab v0.4.12
3222026-08-18T18:58:54.681Z Downloaded unicode-linebreak v0.1.5
3232026-08-18T18:58:54.681Z Downloaded guppy-workspace-hack v0.1.0
3242026-08-18T18:58:54.681Z Downloaded smol_str v0.3.6
3252026-08-18T18:58:54.681Z Downloaded xxhash-rust v0.8.18
3262026-08-18T18:58:54.685Z Downloaded globset v0.4.20
3272026-08-18T18:58:54.686Z Downloaded sha2 v0.10.9
3282026-08-18T18:58:54.686Z Downloaded miette-derive v7.6.0
3292026-08-18T18:58:54.686Z Downloaded hyper-rustls v0.27.9
3302026-08-18T18:58:54.690Z Downloaded native-tls v0.2.18
3312026-08-18T18:58:54.690Z Downloaded nextest-metadata v0.12.2
3322026-08-18T18:58:54.690Z Downloaded utf8parse v0.2.2
3332026-08-18T18:58:54.690Z Downloaded hyper-tls v0.6.0
3342026-08-18T18:58:54.690Z Downloaded lru-slab v0.1.2
3352026-08-18T18:58:54.690Z Downloaded heck v0.5.0
3362026-08-18T18:58:54.695Z Downloaded nextest-workspace-hack v0.1.0
3372026-08-18T18:58:54.700Z Downloaded rand_core v0.6.4
3382026-08-18T18:58:54.700Z Downloaded simd-adler32 v0.3.10
3392026-08-18T18:58:54.700Z Downloaded thiserror v1.0.69
3402026-08-18T18:58:54.704Z Downloaded idna_adapter v1.0.0
3412026-08-18T18:58:54.704Z Downloaded tower-service v0.3.3
3422026-08-18T18:58:54.704Z Downloaded http-body v1.1.0
3432026-08-18T18:58:54.704Z Downloaded tracing-log v0.2.0
3442026-08-18T18:58:54.704Z Downloaded pin-project-internal v1.1.13
3452026-08-18T18:58:54.711Z Downloaded quick-junit v0.5.2
3462026-08-18T18:58:54.712Z Downloaded spki v0.7.3
3472026-08-18T18:58:54.712Z Downloaded target-lexicon v0.13.5
3482026-08-18T18:58:54.712Z Downloaded console v0.15.11
3492026-08-18T18:58:54.717Z Downloaded serde_path_to_error v0.1.20
3502026-08-18T18:58:54.718Z Downloaded shlex v2.0.1
3512026-08-18T18:58:54.718Z Downloaded eyre v0.6.14
3522026-08-18T18:58:54.718Z Downloaded clap_derive v4.6.4
3532026-08-18T18:58:54.718Z Downloaded crc32fast v1.5.0
3542026-08-18T18:58:54.718Z Downloaded rustls-webpki v0.103.14
3552026-08-18T18:58:54.722Z Downloaded duct v0.13.7
3562026-08-18T18:58:54.722Z Downloaded cfg-expr v0.20.8
3572026-08-18T18:58:54.722Z Downloaded const-oid v0.9.6
3582026-08-18T18:58:54.722Z Downloaded zstd v0.13.3
3592026-08-18T18:58:54.722Z Downloaded self-replace v1.5.0
3602026-08-18T18:58:54.722Z Downloaded mukti-metadata v0.3.0
3612026-08-18T18:58:54.727Z Downloaded hex v0.4.3
3622026-08-18T18:58:54.727Z Downloaded backtrace v0.3.76
3632026-08-18T18:58:54.727Z Downloaded derive-where v1.6.1
3642026-08-18T18:58:54.732Z Downloaded is_ci v1.2.0
3652026-08-18T18:58:54.732Z Downloaded indent_write v2.2.0
3662026-08-18T18:58:54.732Z Downloaded version_check v0.9.5
3672026-08-18T18:58:54.732Z Downloaded borsh v1.8.0
3682026-08-18T18:58:54.737Z Downloaded newtype-uuid v1.4.0
3692026-08-18T18:58:54.737Z Downloaded tokio-rustls v0.26.4
3702026-08-18T18:58:54.737Z Downloaded untrusted v0.9.0
3712026-08-18T18:58:54.742Z Downloaded want v0.3.1
3722026-08-18T18:58:54.742Z Downloaded config v0.15.25
3732026-08-18T18:58:54.742Z Downloaded self_update v0.42.0
3742026-08-18T18:58:54.742Z Downloaded signal-hook-mio v0.2.5
3752026-08-18T18:58:54.746Z Downloaded thiserror-impl v1.0.69
3762026-08-18T18:58:54.752Z Downloaded static_assertions v1.1.0
3772026-08-18T18:58:54.752Z Downloaded rustls-pki-types v1.15.1
3782026-08-18T18:58:54.752Z Downloaded target-spec-miette v0.4.8
3792026-08-18T18:58:54.758Z Downloaded lock_api v0.4.14
3802026-08-18T18:58:54.758Z Downloaded try-lock v0.2.5
3812026-08-18T18:58:54.758Z Downloaded ipnet v2.12.1
3822026-08-18T18:58:54.763Z Downloaded httparse v1.10.1
3832026-08-18T18:58:54.767Z Downloaded semver v1.0.28
3842026-08-18T18:58:54.767Z Downloaded smallvec v1.15.2
3852026-08-18T18:58:54.767Z Downloaded tempfile v3.27.0
3862026-08-18T18:58:54.767Z Downloaded chacha20 v0.10.1
3872026-08-18T18:58:54.771Z Downloaded humantime v2.4.0
3882026-08-18T18:58:54.775Z Downloaded futures-channel v0.3.34
3892026-08-18T18:58:54.775Z Downloaded quinn v0.11.11
3902026-08-18T18:58:54.775Z Downloaded zstd-safe v7.2.4
3912026-08-18T18:58:54.782Z Downloaded toml_parser v1.1.3+spec-1.1.0
3922026-08-18T18:58:54.782Z Downloaded iana-time-zone v0.1.65
3932026-08-18T18:58:54.788Z Downloaded jobserver v0.1.35
3942026-08-18T18:58:54.788Z Downloaded clap v4.6.6
3952026-08-18T18:58:54.789Z Downloaded pkg-config v0.3.34
3962026-08-18T18:58:54.789Z Downloaded unicase v2.9.0
3972026-08-18T18:58:54.793Z Downloaded serde_core v1.0.229
3982026-08-18T18:58:54.793Z Downloaded zeroize v1.9.0
3992026-08-18T18:58:54.793Z Downloaded http-body-util v0.1.5
4002026-08-18T18:58:54.793Z Downloaded target-spec v3.6.0
4012026-08-18T18:58:54.802Z Downloaded serde_derive v1.0.229
4022026-08-18T18:58:54.802Z Downloaded tokio-stream v0.1.19
4032026-08-18T18:58:54.806Z Downloaded litrs v1.0.0
4042026-08-18T18:58:54.806Z Downloaded sharded-slab v0.1.7
4052026-08-18T18:58:54.807Z Downloaded ryu v1.0.23
4062026-08-18T18:58:54.807Z Downloaded tinyvec v1.12.0
4072026-08-18T18:58:54.811Z Downloaded tracing-attributes v0.1.31
4082026-08-18T18:58:54.811Z Downloaded bytes v1.12.1
4092026-08-18T18:58:54.815Z Downloaded toml v1.1.4+spec-1.1.0
4102026-08-18T18:58:54.820Z Downloaded signal-hook v0.3.18
4112026-08-18T18:58:54.820Z Downloaded futures v0.3.34
4122026-08-18T18:58:54.824Z Downloaded proc-macro2 v1.0.107
4132026-08-18T18:58:54.824Z Downloaded vte v0.14.1
4142026-08-18T18:58:54.824Z Downloaded getrandom v0.4.3
4152026-08-18T18:58:54.829Z Downloaded der v0.7.10
4162026-08-18T18:58:54.829Z Downloaded zipsign-api v0.1.5
4172026-08-18T18:58:54.829Z Downloaded pulldown-cmark v0.13.4
4182026-08-18T18:58:54.833Z Downloaded once_cell v1.21.4
4192026-08-18T18:58:54.837Z Downloaded tar v0.4.46
4202026-08-18T18:58:54.843Z Downloaded nextest-filtering v0.15.0
4212026-08-18T18:58:54.847Z Downloaded num-traits v0.2.19
4222026-08-18T18:58:54.851Z Downloaded tracing-core v0.1.36
4232026-08-18T18:58:54.855Z Downloaded getrandom v0.3.4
4242026-08-18T18:58:54.859Z Downloaded uuid v1.24.1
4252026-08-18T18:58:54.864Z Downloaded flate2 v1.1.9
4262026-08-18T18:58:54.868Z Downloaded ed25519-dalek v2.2.0
4272026-08-18T18:58:54.872Z Downloaded serde v1.0.229
4282026-08-18T18:58:54.872Z Downloaded openssl-sys v0.9.117
4292026-08-18T18:58:54.876Z Downloaded getrandom v0.2.17
4302026-08-18T18:58:54.881Z Downloaded rand v0.10.2
4312026-08-18T18:58:54.881Z Downloaded unicode-ident v1.0.24
4322026-08-18T18:58:54.881Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4332026-08-18T18:58:54.885Z Downloaded textwrap v0.16.2
4342026-08-18T18:58:54.885Z Downloaded toml_edit v0.22.27
4352026-08-18T18:58:54.888Z Downloaded miniz_oxide v0.8.9
4362026-08-18T18:58:54.891Z Downloaded log v0.4.33
4372026-08-18T18:58:54.897Z Downloaded derive_more v2.1.1
4382026-08-18T18:58:54.902Z Downloaded cc v1.4.3
4392026-08-18T18:58:54.906Z Downloaded derive_more-impl v2.1.1
4402026-08-18T18:58:54.910Z Downloaded typenum v1.20.1
4412026-08-18T18:58:54.910Z Downloaded rand v0.9.5
4422026-08-18T18:58:54.913Z Downloaded url v2.5.8
4432026-08-18T18:58:54.913Z Downloaded indicatif v0.17.11
4442026-08-18T18:58:54.938Z Downloaded aho-corasick v1.1.5
4452026-08-18T18:58:54.941Z Downloaded tower v0.5.3
4462026-08-18T18:58:54.946Z Downloaded ron v0.12.2
4472026-08-18T18:58:54.950Z Downloaded indexmap v2.14.0
4482026-08-18T18:58:54.953Z Downloaded http v1.5.0
4492026-08-18T18:58:54.959Z Downloaded unicode-segmentation v1.13.3
4502026-08-18T18:58:54.969Z Downloaded memchr v2.8.3
4512026-08-18T18:58:54.978Z Downloaded crossterm v0.29.0
4522026-08-18T18:58:54.982Z Downloaded hyper-util v0.1.20
4532026-08-18T18:58:54.982Z Downloaded mio v1.2.2
4542026-08-18T18:58:54.982Z Downloaded tokio-util v0.7.19
4552026-08-18T18:58:54.989Z Downloaded miette v7.6.0
4562026-08-18T18:58:54.989Z Downloaded idna v1.1.0
4572026-08-18T18:58:54.995Z Downloaded regex v1.13.1
4582026-08-18T18:58:54.995Z Downloaded unicode-normalization v0.1.25
4592026-08-18T18:58:54.995Z Downloaded futures-util v0.3.34
4602026-08-18T18:58:55.002Z Downloaded reqwest v0.12.28
4612026-08-18T18:58:55.005Z Downloaded hashbrown v0.15.5
4622026-08-18T18:58:55.005Z Downloaded itertools v0.14.0
4632026-08-18T18:58:55.010Z Downloaded quick-xml v0.37.5
4642026-08-18T18:58:55.013Z Downloaded serde_json v1.0.151
4652026-08-18T18:58:55.024Z Downloaded quick-xml v0.38.4
4662026-08-18T18:58:55.028Z Downloaded tower-http v0.6.11
4672026-08-18T18:58:55.034Z Downloaded clap_builder v4.6.6
4682026-08-18T18:58:55.041Z Downloaded hashbrown v0.17.1
4692026-08-18T18:58:55.045Z Downloaded guppy v0.17.26
4702026-08-18T18:58:55.045Z Downloaded hyper v1.11.0
4712026-08-18T18:58:55.049Z Downloaded h2 v0.4.16
4722026-08-18T18:58:55.049Z Downloaded portable-atomic v1.15.0
4732026-08-18T18:58:55.063Z Downloaded webpki-roots v1.0.9
4742026-08-18T18:58:55.067Z Downloaded quinn-proto v0.11.17
4752026-08-18T18:58:55.070Z Downloaded winnow v1.0.4
4762026-08-18T18:58:55.075Z Downloaded winnow v0.7.15
4772026-08-18T18:58:55.081Z Downloaded chrono v0.4.45
4782026-08-18T18:58:55.084Z Downloaded tracing-subscriber v0.3.23
4792026-08-18T18:58:55.094Z Downloaded vcpkg v0.2.15
4802026-08-18T18:58:55.115Z Downloaded syn v2.0.119
4812026-08-18T18:58:55.121Z Downloaded unicode-width v0.1.14
4822026-08-18T18:58:55.125Z Downloaded zerocopy v0.8.56
4832026-08-18T18:58:55.136Z Downloaded curve25519-dalek v4.1.3
4842026-08-18T18:58:55.139Z Downloaded unicode-width v0.2.2
4852026-08-18T18:58:55.148Z Downloaded gimli v0.32.3
4862026-08-18T18:58:55.151Z Downloaded bstr v1.13.1
4872026-08-18T18:58:55.155Z Downloaded nextest-runner v0.80.0
4882026-08-18T18:58:55.161Z Downloaded openssl v0.10.81
4892026-08-18T18:58:55.167Z Downloaded regex-syntax v0.8.11
4902026-08-18T18:58:55.172Z Downloaded syn v3.0.3
4912026-08-18T18:58:55.177Z Downloaded rustix v0.38.44
4922026-08-18T18:58:55.189Z Downloaded nix v0.30.1
4932026-08-18T18:58:55.196Z Downloaded object v0.37.3
4942026-08-18T18:58:55.202Z Downloaded rustls v0.23.43
4952026-08-18T18:58:55.208Z Downloaded rustix v1.1.4
4962026-08-18T18:58:55.221Z Downloaded tracing v0.1.44
4972026-08-18T18:58:55.233Z Downloaded color-eyre v0.6.5
4982026-08-18T18:58:55.237Z Downloaded regex-automata v0.4.18
4992026-08-18T18:58:55.248Z Downloaded petgraph v0.8.3
5002026-08-18T18:58:55.261Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5012026-08-18T18:58:55.270Z Downloaded libc v0.2.189
5022026-08-18T18:58:55.294Z Downloaded tokio v1.53.1
5032026-08-18T18:58:55.363Z Downloaded recursion v0.5.4
5042026-08-18T18:58:55.369Z Downloaded ring v0.17.14
5052026-08-18T18:58:55.429Z Compiling proc-macro2 v1.0.107
5062026-08-18T18:58:55.432Z Compiling unicode-ident v1.0.24
5072026-08-18T18:58:55.432Z Compiling quote v1.0.47
5082026-08-18T18:58:55.432Z Compiling libc v0.2.189
5092026-08-18T18:58:55.432Z Compiling serde_core v1.0.229
5102026-08-18T18:58:55.432Z Compiling cfg-if v1.0.4
5112026-08-18T18:58:55.433Z Compiling memchr v2.8.3
5122026-08-18T18:58:55.433Z Compiling once_cell v1.21.4
5132026-08-18T18:58:55.685Z Compiling log v0.4.33
5142026-08-18T18:58:55.698Z Compiling pin-project-lite v0.2.17
5152026-08-18T18:58:55.794Z Compiling serde v1.0.229
5162026-08-18T18:58:55.895Z Compiling itoa v1.0.18
5172026-08-18T18:58:56.018Z Compiling futures-core v0.3.34
5182026-08-18T18:58:56.168Z Compiling smallvec v1.15.2
5192026-08-18T18:58:56.181Z Compiling bitflags v2.13.1
5202026-08-18T18:58:56.185Z Compiling find-msvc-tools v0.1.11
5212026-08-18T18:58:56.419Z Compiling shlex v2.0.1
5222026-08-18T18:58:56.431Z Compiling hashbrown v0.17.1
5232026-08-18T18:58:56.573Z Compiling errno v0.3.14
5242026-08-18T18:58:56.593Z Compiling equivalent v1.0.2
5252026-08-18T18:58:56.606Z Compiling bytes v1.12.1
5262026-08-18T18:58:56.740Z Compiling signal-hook-registry v1.4.8
5272026-08-18T18:58:56.756Z Compiling jobserver v0.1.35
5282026-08-18T18:58:56.787Z Compiling mio v1.2.2
5292026-08-18T18:58:56.836Z Compiling futures-sink v0.3.34
5302026-08-18T18:58:56.933Z Compiling syn v3.0.3
5312026-08-18T18:58:56.951Z Compiling syn v2.0.119
5322026-08-18T18:58:57.074Z Compiling cc v1.4.3
5332026-08-18T18:58:57.140Z Compiling rustix v1.1.4
5342026-08-18T18:58:57.199Z Compiling socket2 v0.6.5
5352026-08-18T18:58:57.483Z Compiling autocfg v1.5.1
5362026-08-18T18:58:57.511Z Compiling zmij v1.0.23
5372026-08-18T18:58:57.813Z Compiling slab v0.4.12
5382026-08-18T18:58:57.890Z Compiling futures-channel v0.3.34
5392026-08-18T18:58:57.988Z Compiling indexmap v2.14.0
5402026-08-18T18:58:58.026Z Compiling tracing-core v0.1.36
5412026-08-18T18:58:58.104Z Compiling version_check v0.9.5
5422026-08-18T18:58:58.157Z Compiling serde_json v1.0.151
5432026-08-18T18:58:58.417Z Compiling getrandom v0.4.3
5442026-08-18T18:58:58.428Z Compiling futures-task v0.3.34
5452026-08-18T18:58:58.605Z Compiling futures-io v0.3.34
5462026-08-18T18:58:58.718Z Compiling camino v1.2.5
5472026-08-18T18:58:58.804Z Compiling percent-encoding v2.3.2
5482026-08-18T18:58:58.839Z Compiling unicode-width v0.2.2
5492026-08-18T18:58:59.099Z Compiling ring v0.17.14
5502026-08-18T18:58:59.099Z Compiling http v1.5.0
5512026-08-18T18:58:59.149Z Compiling simd-adler32 v0.3.10
5522026-08-18T18:58:59.256Z Compiling zeroize v1.9.0
5532026-08-18T18:58:59.456Z Compiling adler2 v2.0.1
5542026-08-18T18:58:59.626Z Compiling miniz_oxide v0.8.9
5552026-08-18T18:58:59.804Z Compiling serde_derive v1.0.229
5562026-08-18T18:58:59.998Z Compiling tokio-macros v2.7.2
5572026-08-18T18:59:00.236Z Compiling futures-macro v0.3.34
5582026-08-18T18:59:00.559Z Compiling tracing-attributes v0.1.31
5592026-08-18T18:59:00.743Z Compiling tokio v1.53.1
5602026-08-18T18:59:01.015Z Compiling num-traits v0.2.19
5612026-08-18T18:59:01.019Z Compiling object v0.37.3
5622026-08-18T18:59:01.051Z Compiling futures-util v0.3.34
5632026-08-18T18:59:01.253Z Compiling zerocopy v0.8.56
5642026-08-18T18:59:01.291Z Compiling getrandom v0.3.4
5652026-08-18T18:59:01.310Z Compiling target-lexicon v0.13.5
5662026-08-18T18:59:01.686Z Compiling http-body v1.1.0
5672026-08-18T18:59:01.774Z Compiling tracing v0.1.44
5682026-08-18T18:59:01.807Z Compiling rustls-pki-types v1.15.1
5692026-08-18T18:59:01.832Z Compiling form_urlencoded v1.2.2
5702026-08-18T18:59:01.846Z Compiling semver v1.0.28
5712026-08-18T18:59:02.100Z Compiling getrandom v0.2.17
5722026-08-18T18:59:02.136Z Compiling signal-hook v0.3.18
5732026-08-18T18:59:02.297Z Compiling idna_adapter v1.0.0
5742026-08-18T18:59:02.349Z Compiling thiserror v2.0.20
5752026-08-18T18:59:02.398Z Compiling utf8_iter v1.0.4
5762026-08-18T18:59:02.488Z Compiling untrusted v0.9.0
5772026-08-18T18:59:02.564Z Compiling guppy-workspace-hack v0.1.0
5782026-08-18T18:59:02.619Z Compiling gimli v0.32.3
5792026-08-18T18:59:02.667Z Compiling httparse v1.10.1
5802026-08-18T18:59:02.679Z Compiling fnv v1.0.7
5812026-08-18T18:59:02.770Z Compiling owo-colors v4.3.0
5822026-08-18T18:59:02.996Z Compiling idna v1.1.0
5832026-08-18T18:59:03.781Z Compiling thiserror-impl v2.0.20
5842026-08-18T18:59:03.880Z Compiling generic-array v0.14.7
5852026-08-18T18:59:04.109Z Compiling typeid v1.0.3
5862026-08-18T18:59:04.394Z Compiling try-lock v0.2.5
5872026-08-18T18:59:04.522Z Compiling target-spec v3.6.0
5882026-08-18T18:59:04.668Z Compiling addr2line v0.25.1
5892026-08-18T18:59:04.800Z Compiling tokio-util v0.7.19
5902026-08-18T18:59:04.955Z Compiling atomic-waker v1.1.2
5912026-08-18T18:59:05.092Z Compiling rustls v0.23.43
5922026-08-18T18:59:05.096Z Compiling thiserror v1.0.69
5932026-08-18T18:59:05.305Z Compiling fastrand v2.5.0
5942026-08-18T18:59:05.318Z Compiling pkg-config v0.3.34
5952026-08-18T18:59:05.414Z Compiling rustc-demangle v0.1.28
5962026-08-18T18:59:05.642Z Compiling tower-service v0.3.3
5972026-08-18T18:59:05.744Z Compiling tempfile v3.27.0
5982026-08-18T18:59:05.755Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5992026-08-18T18:59:06.099Z Compiling backtrace v0.3.76
6002026-08-18T18:59:06.160Z Compiling h2 v0.4.16
6012026-08-18T18:59:06.437Z Compiling want v0.3.1
6022026-08-18T18:59:06.547Z Compiling cfg-expr v0.20.8
6032026-08-18T18:59:06.591Z Compiling url v2.5.8
6042026-08-18T18:59:07.511Z Compiling thiserror-impl v1.0.69
6052026-08-18T18:59:07.580Z Compiling terminal_size v0.4.4
6062026-08-18T18:59:07.593Z Compiling aho-corasick v1.1.5
6072026-08-18T18:59:07.738Z Compiling typenum v1.20.1
6082026-08-18T18:59:08.422Z Compiling rustls-webpki v0.103.14
6092026-08-18T18:59:08.659Z Compiling winnow v0.7.15
6102026-08-18T18:59:09.013Z Compiling erased-serde v0.4.10
6112026-08-18T18:59:09.314Z Compiling regex-syntax v0.8.11
6122026-08-18T18:59:10.583Z Compiling subtle v2.6.1
6132026-08-18T18:59:10.942Z Compiling regex-automata v0.4.18
6142026-08-18T18:59:11.096Z Compiling hyper v1.11.0
6152026-08-18T18:59:12.945Z Compiling serde_spanned v0.6.9
6162026-08-18T18:59:13.108Z Compiling toml_datetime v0.6.11
6172026-08-18T18:59:13.490Z Compiling ahash v0.8.12
6182026-08-18T18:59:13.741Z Compiling sync_wrapper v1.0.2
6192026-08-18T18:59:13.859Z Compiling tower-layer v0.3.3
6202026-08-18T18:59:13.901Z Compiling unicode-linebreak v0.1.5
6212026-08-18T18:59:14.065Z Compiling lazy_static v1.5.0
6222026-08-18T18:59:14.170Z Compiling base64 v0.22.1
6232026-08-18T18:59:14.170Z Compiling portable-atomic v1.15.0
6242026-08-18T18:59:14.624Z Compiling parking_lot_core v0.9.12
6252026-08-18T18:59:14.655Z Compiling either v1.17.0
6262026-08-18T18:59:14.819Z Compiling ipnet v2.12.1
6272026-08-18T18:59:14.887Z Compiling is_ci v1.2.0
6282026-08-18T18:59:14.890Z Compiling foldhash v0.1.5
6292026-08-18T18:59:15.068Z Compiling nextest-workspace-hack v0.1.0
6302026-08-18T18:59:15.109Z Compiling toml_write v0.1.2
6312026-08-18T18:59:15.219Z Compiling unicode-segmentation v1.13.3
6322026-08-18T18:59:15.282Z Compiling crc32fast v1.5.0
6332026-08-18T18:59:15.371Z Compiling toml_edit v0.22.27
6342026-08-18T18:59:15.618Z Compiling convert_case v0.10.0
6352026-08-18T18:59:15.630Z Compiling hyper-util v0.1.20
6362026-08-18T18:59:15.880Z Compiling hashbrown v0.15.5
6372026-08-18T18:59:15.986Z Compiling supports-color v3.0.2
6382026-08-18T18:59:16.300Z Compiling sharded-slab v0.1.7
6392026-08-18T18:59:16.528Z Compiling textwrap v0.16.2
6402026-08-18T18:59:16.660Z Compiling tower v0.5.3
6412026-08-18T18:59:16.912Z Compiling tokio-rustls v0.26.4
6422026-08-18T18:59:17.278Z Compiling backtrace-ext v0.2.1
6432026-08-18T18:59:17.537Z Compiling ordered-float v2.10.1
6442026-08-18T18:59:17.821Z Compiling webpki-roots v1.0.9
6452026-08-18T18:59:17.834Z Compiling miette-derive v7.6.0
6462026-08-18T18:59:17.868Z Compiling pathdiff v0.2.3
6472026-08-18T18:59:17.941Z Compiling console v0.15.11
6482026-08-18T18:59:17.999Z Compiling tracing-log v0.2.0
6492026-08-18T18:59:18.246Z Compiling cargo-platform v0.3.3
6502026-08-18T18:59:18.345Z Compiling os_pipe v1.2.3
6512026-08-18T18:59:18.522Z Compiling thread_local v1.1.10
6522026-08-18T18:59:18.800Z Compiling cfg_aliases v0.2.2
6532026-08-18T18:59:18.874Z Compiling rustix v0.38.44
6542026-08-18T18:59:18.887Z Compiling debug-ignore v1.0.5
6552026-08-18T18:59:18.933Z Compiling ryu v1.0.23
6562026-08-18T18:59:18.993Z Compiling pulldown-cmark v0.13.4
6572026-08-18T18:59:19.207Z Compiling zstd-safe v7.2.4
6582026-08-18T18:59:19.211Z Compiling supports-hyperlinks v3.2.0
6592026-08-18T18:59:19.260Z Compiling unicode-width v0.1.14
6602026-08-18T18:59:19.260Z Compiling winnow v1.0.4
6612026-08-18T18:59:19.427Z Compiling scopeguard v1.2.0
6622026-08-18T18:59:19.535Z Compiling fixedbitset v0.5.7
6632026-08-18T18:59:19.562Z Compiling utf8parse v0.2.2
6642026-08-18T18:59:19.677Z Compiling supports-unicode v3.0.0
6652026-08-18T18:59:19.825Z Compiling miette v7.6.0
6662026-08-18T18:59:19.852Z Compiling petgraph v0.8.3
6672026-08-18T18:59:20.051Z Compiling anstyle-parse v1.0.0
6682026-08-18T18:59:20.292Z Compiling lock_api v0.4.14
6692026-08-18T18:59:20.538Z Compiling toml_parser v1.1.3+spec-1.1.0
6702026-08-18T18:59:20.856Z Compiling serde_urlencoded v0.7.1
6712026-08-18T18:59:21.146Z Compiling nix v0.30.1
6722026-08-18T18:59:21.523Z Compiling tracing-subscriber v0.3.23
6732026-08-18T18:59:21.784Z Compiling sigchld v0.2.4
6742026-08-18T18:59:21.834Z Compiling cargo_metadata v0.23.1
6752026-08-18T18:59:21.983Z Compiling hyper-rustls v0.27.9
6762026-08-18T18:59:22.463Z Compiling serde-value v0.7.0
6772026-08-18T18:59:22.663Z Compiling serde-untagged v0.1.9
6782026-08-18T18:59:23.131Z Compiling tower-http v0.6.11
6792026-08-18T18:59:23.292Z Compiling toml v0.8.23
6802026-08-18T18:59:24.309Z Compiling derive_more-impl v2.1.1
6812026-08-18T18:59:24.610Z Compiling itertools v0.14.0
6822026-08-18T18:59:24.779Z Compiling regex v1.13.1
6832026-08-18T18:59:24.791Z Compiling crypto-common v0.1.7
6842026-08-18T18:59:24.932Z Compiling block-buffer v0.10.4
6852026-08-18T18:59:25.090Z Compiling ppv-lite86 v0.2.21
6862026-08-18T18:59:25.117Z Compiling rand_core v0.9.5
6872026-08-18T18:59:25.368Z Compiling futures-executor v0.3.34
6882026-08-18T18:59:25.422Z Compiling http-body-util v0.1.5
6892026-08-18T18:59:25.717Z Compiling pin-project-internal v1.1.13
6902026-08-18T18:59:25.878Z Compiling uuid v1.24.1
6912026-08-18T18:59:25.973Z Compiling serde_spanned v1.1.1
6922026-08-18T18:59:26.118Z Compiling toml_datetime v1.1.1+spec-1.1.0
6932026-08-18T18:59:26.131Z Compiling smol_str v0.3.6
6942026-08-18T18:59:26.210Z Compiling eyre v0.6.14
6952026-08-18T18:59:26.413Z Compiling filetime v0.2.29
6962026-08-18T18:59:26.460Z Compiling vte v0.14.1
6972026-08-18T18:59:26.464Z Compiling bstr v1.13.1
6982026-08-18T18:59:26.541Z Compiling unicode-xid v0.2.6
6992026-08-18T18:59:26.623Z Compiling color-spantrace v0.3.0
7002026-08-18T18:59:26.682Z Compiling tinyvec_macros v0.1.1
7012026-08-18T18:59:26.686Z Compiling litrs v1.0.0
7022026-08-18T18:59:26.767Z Compiling is_terminal_polyfill v1.70.2
7032026-08-18T18:59:26.788Z Compiling anstyle-query v1.1.5
7042026-08-18T18:59:26.869Z Compiling iana-time-zone v0.1.65
7052026-08-18T18:59:26.898Z Compiling static_assertions v1.1.0
7062026-08-18T18:59:26.973Z Compiling number_prefix v0.4.0
7072026-08-18T18:59:27.090Z Compiling unicase v2.9.0
7082026-08-18T18:59:27.125Z Compiling colorchoice v1.0.5
7092026-08-18T18:59:27.128Z Compiling xattr v1.6.1
7102026-08-18T18:59:27.162Z Compiling anstyle v1.0.14
7112026-08-18T18:59:27.244Z Compiling self_update v0.42.0
7122026-08-18T18:59:27.272Z Compiling nested v0.1.1
7132026-08-18T18:59:27.354Z Compiling anstream v1.0.0
7142026-08-18T18:59:27.441Z Compiling guppy v0.17.26
7152026-08-18T18:59:27.464Z Compiling tar v0.4.46
7162026-08-18T18:59:27.477Z Compiling document-features v0.2.12
7172026-08-18T18:59:27.506Z Compiling indicatif v0.17.11
7182026-08-18T18:59:27.853Z Compiling chrono v0.4.45
7192026-08-18T18:59:28.060Z Compiling globset v0.4.20
7202026-08-18T18:59:28.475Z Compiling pin-project v1.1.13
7212026-08-18T18:59:28.582Z Compiling tinyvec v1.12.0
7222026-08-18T18:59:29.020Z Compiling cargo-util-schemas v0.2.0
7232026-08-18T18:59:29.957Z Compiling strip-ansi-escapes v0.2.1
7242026-08-18T18:59:30.309Z Compiling nextest-metadata v0.12.2
7252026-08-18T18:59:30.429Z Compiling toml v1.1.4+spec-1.1.0
7262026-08-18T18:59:30.608Z Compiling newtype-uuid v1.4.0
7272026-08-18T18:59:30.803Z Compiling reqwest v0.12.28
7282026-08-18T18:59:31.141Z Compiling futures v0.3.34
7292026-08-18T18:59:31.226Z Compiling rand_chacha v0.9.0
7302026-08-18T18:59:31.318Z Compiling derive_more v2.1.1
7312026-08-18T18:59:31.402Z Compiling digest v0.10.7
7322026-08-18T18:59:31.459Z Compiling flate2 v1.1.9
7332026-08-18T18:59:31.629Z Compiling parking_lot v0.12.5
7342026-08-18T18:59:31.782Z Compiling tracing-error v0.2.1
7352026-08-18T18:59:32.018Z Compiling shared_child v1.1.1
7362026-08-18T18:59:32.546Z Compiling signal-hook-mio v0.2.5
7372026-08-18T18:59:32.675Z Compiling self-replace v1.5.0
7382026-08-18T18:59:32.689Z Compiling cargo-platform v0.2.0
7392026-08-18T18:59:32.947Z Compiling quick-xml v0.37.5
7402026-08-18T18:59:33.264Z Compiling quick-xml v0.38.4
7412026-08-18T18:59:33.381Z Compiling humantime v2.4.0
7422026-08-18T18:59:33.517Z Compiling heck v0.5.0
7432026-08-18T18:59:33.728Z Compiling shell-words v1.1.1
7442026-08-18T18:59:33.978Z Compiling urlencoding v2.1.3
7452026-08-18T18:59:34.094Z Compiling indenter v0.3.4
7462026-08-18T18:59:34.221Z Compiling cpufeatures v0.2.17
7472026-08-18T18:59:34.221Z Compiling strsim v0.11.1
7482026-08-18T18:59:34.754Z Compiling recursion v0.5.4
7492026-08-18T18:59:34.754Z Compiling clap_lex v1.1.0
7502026-08-18T18:59:34.754Z Compiling clap_derive v4.6.4
7512026-08-18T18:59:34.840Z Compiling clap_builder v4.6.6
7522026-08-18T18:59:34.858Z Compiling nextest-filtering v0.15.0
7532026-08-18T18:59:35.032Z Compiling sha2 v0.10.9
7542026-08-18T18:59:36.306Z Compiling quick-junit v0.5.2
7552026-08-18T18:59:36.377Z Compiling humantime-serde v1.1.1
7562026-08-18T18:59:36.537Z Compiling cargo_metadata v0.20.0
7572026-08-18T18:59:38.715Z Compiling atomicwrites v0.4.4
7582026-08-18T18:59:39.006Z Compiling cargo-nextest v0.9.97
7592026-08-18T18:59:39.327Z Compiling crossterm v0.29.0
7602026-08-18T18:59:39.345Z Compiling duct v0.13.7
7612026-08-18T18:59:41.681Z Compiling zstd v0.13.3
7622026-08-18T18:59:41.751Z Compiling rand v0.9.5
7632026-08-18T18:59:41.894Z Compiling async-scoped v0.9.0
7642026-08-18T18:59:41.894Z Compiling config v0.15.25
7652026-08-18T18:59:42.098Z Compiling unicode-normalization v0.1.25
7662026-08-18T18:59:42.114Z Compiling target-spec-miette v0.4.8
7672026-08-18T18:59:42.419Z Compiling future-queue v0.4.0
7682026-08-18T18:59:42.476Z Compiling mukti-metadata v0.3.0
7692026-08-18T18:59:42.508Z Compiling camino-tempfile v1.4.1
7702026-08-18T18:59:42.680Z Compiling tokio-stream v0.1.19
7712026-08-18T18:59:42.692Z Compiling derive-where v1.6.1
7722026-08-18T18:59:42.704Z Compiling serde_ignored v0.1.14
7732026-08-18T18:59:42.909Z Compiling serde_path_to_error v0.1.20
7742026-08-18T18:59:42.926Z Compiling xxhash-rust v0.8.18
7752026-08-18T18:59:42.965Z Compiling home v0.5.12
7762026-08-18T18:59:43.132Z Compiling hex v0.4.3
7772026-08-18T18:59:43.220Z Compiling swrite v0.1.0
7782026-08-18T18:59:43.236Z Compiling indent_write v2.2.0
7792026-08-18T18:59:43.328Z Compiling color-eyre v0.6.5
7802026-08-18T18:59:43.375Z Compiling clap v4.6.6
7812026-08-18T18:59:43.387Z Compiling dialoguer v0.11.0
7822026-08-18T18:59:43.430Z Compiling enable-ansi-support v0.2.1
7832026-08-18T18:59:43.915Z Compiling nextest-runner v0.80.0
7842026-08-18T19:00:02.503Z Finished `release` profile [optimized] target(s) in 1m 10s
7852026-08-18T19:00:02.680Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-08-18T19:00:02.683Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-08-18T19:00:02.809Z+ cargo nextest run -p ndp -p unnumbered
7882026-08-18T19:00:02.963Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-08-18T19:00:04.022ZFrom https://github.com/oxidecomputer/falcon
7902026-08-18T19:00:04.022Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7912026-08-18T19:00:04.098Z Updating crates.io index
7922026-08-18T19:00:04.102Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7932026-08-18T19:00:04.630ZFrom https://github.com/oxidecomputer/dendrite
7942026-08-18T19:00:04.630Z * [new ref] 9645288adc19b352aaa9a675be9953fe4e0b6e1b -> refs/commit/9645288adc19b352aaa9a675be9953fe4e0b6e1b
7952026-08-18T19:00:04.665Z Updating git repository `https://github.com/oxidecomputer/ispf`
7962026-08-18T19:00:05.067ZFrom https://github.com/oxidecomputer/ispf
7972026-08-18T19:00:05.067Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7982026-08-18T19:00:05.072Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7992026-08-18T19:00:05.759ZFrom https://github.com/oxidecomputer/netadm-sys
8002026-08-18T19:00:05.759Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
8012026-08-18T19:00:05.767Z Updating git repository `https://github.com/oxidecomputer/omicron`
8022026-08-18T19:00:12.826ZFrom https://github.com/oxidecomputer/omicron
8032026-08-18T19:00:12.826Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8042026-08-18T19:00:13.247Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-08-18T19:00:14.120ZFrom https://github.com/oxidecomputer/opte
8062026-08-18T19:00:14.120Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8072026-08-18T19:00:14.151Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8082026-08-18T19:00:14.455ZFrom https://github.com/oxidecomputer/slog-error-chain
8092026-08-18T19:00:14.455Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8102026-08-18T19:00:14.466Z Updating git repository `https://github.com/illumos/smf-rs`
8112026-08-18T19:00:14.869ZFrom https://github.com/illumos/smf-rs
8122026-08-18T19:00:14.869Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8132026-08-18T19:00:14.878Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8142026-08-18T19:00:15.249ZFrom https://github.com/oxidecomputer/network-interface
8152026-08-18T19:00:15.249Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8162026-08-18T19:00:15.256Z Updating git repository `https://github.com/oxidecomputer/zone`
8172026-08-18T19:00:15.583ZFrom https://github.com/oxidecomputer/zone
8182026-08-18T19:00:15.583Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8192026-08-18T19:00:15.590Z Updating git repository `https://github.com/oxidecomputer/propolis`
8202026-08-18T19:00:16.648ZFrom https://github.com/oxidecomputer/propolis
8212026-08-18T19:00:16.648Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8222026-08-18T19:00:16.692Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8232026-08-18T19:00:18.538ZFrom https://github.com/oxidecomputer/transceiver-control
8242026-08-18T19:00:18.538Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
8252026-08-18T19:00:18.548Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8262026-08-18T19:00:18.858ZFrom https://github.com/oxidecomputer/dlpi-sys
8272026-08-18T19:00:18.858Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
8282026-08-18T19:00:18.864Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8292026-08-18T19:00:19.332ZFrom https://github.com/jmesmon/rust-libzfs
8302026-08-18T19:00:19.332Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8312026-08-18T19:00:19.340Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8322026-08-18T19:00:19.643ZFrom https://github.com/oxidecomputer/rusty-doors
8332026-08-18T19:00:19.643Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8342026-08-18T19:00:19.649Z Updating git repository `https://github.com/oxidecomputer/lldp`
8352026-08-18T19:00:20.046ZFrom https://github.com/oxidecomputer/lldp
8362026-08-18T19:00:20.046Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8372026-08-18T19:00:20.058Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8382026-08-18T19:00:20.412ZFrom https://github.com/oxidecomputer/tufaceous
8392026-08-18T19:00:20.412Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8402026-08-18T19:00:20.430Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8412026-08-18T19:00:20.990ZFrom https://github.com/oxidecomputer/management-gateway-service
8422026-08-18T19:00:20.990Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8432026-08-18T19:00:21.005Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-08-18T19:00:21.954ZFrom https://github.com/oxidecomputer/crucible
8452026-08-18T19:00:21.954Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8462026-08-18T19:00:21.999Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-08-18T19:00:22.955ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-08-18T19:00:22.955Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-08-18T19:00:22.969Z Updating git repository `https://github.com/oxidecomputer/propolis`
8502026-08-18T19:00:23.457ZFrom https://github.com/oxidecomputer/propolis
8512026-08-18T19:00:23.457Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8522026-08-18T19:00:23.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-08-18T19:00:24.086ZFrom https://github.com/oxidecomputer/crucible
8542026-08-18T19:00:24.086Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8552026-08-18T19:00:24.152Z Updating git repository `https://github.com/oxidecomputer/tofino`
8562026-08-18T19:00:24.571ZFrom https://github.com/oxidecomputer/tofino
8572026-08-18T19:00:24.571Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8582026-08-18T19:00:24.581Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8592026-08-18T19:00:26.203ZFrom https://github.com/oxidecomputer/maghemite
8602026-08-18T19:00:26.203Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8612026-08-18T19:00:26.234Z Updating git repository `https://github.com/oxidecomputer/clickward`
8622026-08-18T19:00:26.829ZFrom https://github.com/oxidecomputer/clickward
8632026-08-18T19:00:26.829Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8642026-08-18T19:00:26.839Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8652026-08-18T19:00:27.150ZFrom https://github.com/oxidecomputer/illumos-devinfo
8662026-08-18T19:00:27.150Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8672026-08-18T19:00:27.901Z Downloading crates ...
8682026-08-18T19:00:27.953Z Downloaded keccak v0.1.6
8692026-08-18T19:00:27.957Z Downloaded aead v0.5.2
8702026-08-18T19:00:27.960Z Downloaded paste v1.0.15
8712026-08-18T19:00:27.960Z Downloaded mime v0.3.17
8722026-08-18T19:00:27.960Z Downloaded num-conv v0.2.2
8732026-08-18T19:00:27.963Z Downloaded memoffset v0.9.1
8742026-08-18T19:00:27.969Z Downloaded no-std-compat v0.4.1
8752026-08-18T19:00:27.972Z Downloaded foldhash v0.2.0
8762026-08-18T19:00:27.975Z Downloaded newline-converter v0.3.0
8772026-08-18T19:00:27.975Z Downloaded num v0.4.3
8782026-08-18T19:00:27.975Z Downloaded num_enum_derive v0.5.11
8792026-08-18T19:00:27.975Z Downloaded opaque-debug v0.3.1
8802026-08-18T19:00:27.978Z Downloaded lru-cache v0.1.2
8812026-08-18T19:00:27.978Z Downloaded num-iter v0.1.46
8822026-08-18T19:00:27.983Z Downloaded libscf-sys v1.2.0
8832026-08-18T19:00:27.986Z Downloaded managed v0.8.0
8842026-08-18T19:00:27.986Z Downloaded anyhow v1.0.104
8852026-08-18T19:00:27.989Z Downloaded macaddr v1.0.1
8862026-08-18T19:00:27.989Z Downloaded newtype-uuid-macros v0.1.1
8872026-08-18T19:00:27.989Z Downloaded newtype_derive v0.1.6
8882026-08-18T19:00:27.989Z Downloaded linked-hash-map v0.5.6
8892026-08-18T19:00:27.991Z Downloaded omicron-workspace-hack v0.1.0
8902026-08-18T19:00:27.994Z Downloaded float-ord v0.3.2
8912026-08-18T19:00:27.994Z Downloaded konst_macro_rules v0.2.19
8922026-08-18T19:00:27.994Z Downloaded libsw-core v0.3.2
8932026-08-18T19:00:27.997Z Downloaded fixedbitset v0.4.2
8942026-08-18T19:00:28.002Z Downloaded natord v1.0.9
8952026-08-18T19:00:28.002Z Downloaded foreign-types-macros v0.2.4
8962026-08-18T19:00:28.002Z Downloaded heck v0.4.1
8972026-08-18T19:00:28.002Z Downloaded httpdate v1.0.3
8982026-08-18T19:00:28.005Z Downloaded match_cfg v0.1.0
8992026-08-18T19:00:28.005Z Downloaded icu_normalizer_data v2.2.0
9002026-08-18T19:00:28.005Z Downloaded libsw v3.5.0
9012026-08-18T19:00:28.005Z Downloaded linear-map v1.2.0
9022026-08-18T19:00:28.008Z Downloaded multer v3.1.0
9032026-08-18T19:00:28.011Z Downloaded foreign-types-shared v0.3.1
9042026-08-18T19:00:28.011Z Downloaded gethostname v0.5.0
9052026-08-18T19:00:28.011Z Downloaded idna_adapter v1.2.2
9062026-08-18T19:00:28.014Z Downloaded oxide-tokio-rt v0.1.6
9072026-08-18T19:00:28.018Z Downloaded foreign-types v0.5.0
9082026-08-18T19:00:28.021Z Downloaded memmap v0.7.0
9092026-08-18T19:00:28.026Z Downloaded olpc-cjson v0.1.4
9102026-08-18T19:00:28.026Z Downloaded hubpack_derive v0.1.1
9112026-08-18T19:00:28.026Z Downloaded fxhash v0.2.1
9122026-08-18T19:00:28.029Z Downloaded hash32 v0.3.1
9132026-08-18T19:00:28.029Z Downloaded plain v0.2.3
9142026-08-18T19:00:28.032Z Downloaded potential_utf v0.1.5
9152026-08-18T19:00:28.032Z Downloaded proc-macro-crate v1.3.1
9162026-08-18T19:00:28.032Z Downloaded rand_chacha v0.3.1
9172026-08-18T19:00:28.032Z Downloaded hostname v0.3.1
9182026-08-18T19:00:28.035Z Downloaded hubpack v0.1.2
9192026-08-18T19:00:28.035Z Downloaded git-stub v1.0.0
9202026-08-18T19:00:28.039Z Downloaded num-complex v0.4.6
9212026-08-18T19:00:28.042Z Downloaded num_enum v0.5.11
9222026-08-18T19:00:28.047Z Downloaded progenitor-client v0.14.0
9232026-08-18T19:00:28.049Z Downloaded num-derive v0.4.2
9242026-08-18T19:00:28.049Z Downloaded quick-error v1.2.3
9252026-08-18T19:00:28.050Z Downloaded hostname v0.4.2
9262026-08-18T19:00:28.053Z Downloaded phf_shared v0.12.1
9272026-08-18T19:00:28.056Z Downloaded jiff-static v0.2.35
9282026-08-18T19:00:28.056Z Downloaded progenitor-macro v0.10.0
9292026-08-18T19:00:28.056Z Downloaded progenitor-macro v0.14.0
9302026-08-18T19:00:28.056Z Downloaded progenitor-client v0.10.0
9312026-08-18T19:00:28.059Z Downloaded rand_xorshift v0.4.0
9322026-08-18T19:00:28.059Z Downloaded ident_case v1.0.1
9332026-08-18T19:00:28.062Z Downloaded num_threads v0.1.7
9342026-08-18T19:00:28.062Z Downloaded parse-display v0.10.0
9352026-08-18T19:00:28.062Z Downloaded progenitor-macro v0.13.0
9362026-08-18T19:00:28.065Z Downloaded zerofrom-derive v0.1.7
9372026-08-18T19:00:28.065Z Downloaded powerfmt v0.2.0
9382026-08-18T19:00:28.065Z Downloaded proc-macro-crate v3.5.0
9392026-08-18T19:00:28.068Z Downloaded scroll_derive v0.13.1
9402026-08-18T19:00:28.071Z Downloaded pretty-hex v0.4.2
9412026-08-18T19:00:28.071Z Downloaded secrecy v0.10.3
9422026-08-18T19:00:28.071Z Downloaded proc-macro-error-attr v1.0.4
9432026-08-18T19:00:28.074Z Downloaded same-file v1.0.6
9442026-08-18T19:00:28.077Z Downloaded rustc_version v0.1.7
9452026-08-18T19:00:28.077Z Downloaded num-integer v0.1.47
9462026-08-18T19:00:28.080Z Downloaded num_enum v0.7.6
9472026-08-18T19:00:28.083Z Downloaded pest_generator v2.8.8
9482026-08-18T19:00:28.083Z Downloaded yoke-derive v0.8.2
9492026-08-18T19:00:28.083Z Downloaded zerofrom v0.1.8
9502026-08-18T19:00:28.083Z Downloaded is-terminal v0.4.17
9512026-08-18T19:00:28.086Z Downloaded internet-checksum v0.2.1
9522026-08-18T19:00:28.089Z Downloaded block-buffer v0.12.1
9532026-08-18T19:00:28.089Z Downloaded ref-cast-impl v1.0.26
9542026-08-18T19:00:28.093Z Downloaded const-random v0.1.18
9552026-08-18T19:00:28.096Z Downloaded const-random-macro v0.1.16
9562026-08-18T19:00:28.096Z Downloaded pkg-config v0.3.33
9572026-08-18T19:00:28.100Z Downloaded proc-macro-error v1.0.4
9582026-08-18T19:00:28.100Z Downloaded parking_lot_core v0.8.6
9592026-08-18T19:00:28.100Z Downloaded progenitor-extras v0.2.0
9602026-08-18T19:00:28.102Z Downloaded ref-cast v1.0.26
9612026-08-18T19:00:28.102Z Downloaded glob v0.3.4
9622026-08-18T19:00:28.103Z Downloaded group v0.13.0
9632026-08-18T19:00:28.105Z Downloaded ingot v0.1.1
9642026-08-18T19:00:28.106Z Downloaded highway v1.3.0
9652026-08-18T19:00:28.106Z Downloaded phf v0.12.1
9662026-08-18T19:00:28.106Z Downloaded find-msvc-tools v0.1.10
9672026-08-18T19:00:28.108Z Downloaded memmap2 v0.9.11
9682026-08-18T19:00:28.108Z Downloaded crucible-workspace-hack v0.1.0
9692026-08-18T19:00:28.108Z Downloaded crunchy v0.2.4
9702026-08-18T19:00:28.111Z Downloaded hmac v0.12.1
9712026-08-18T19:00:28.111Z Downloaded sha1 v0.11.0
9722026-08-18T19:00:28.114Z Downloaded dunce v1.0.5
9732026-08-18T19:00:28.115Z Downloaded scroll_derive v0.12.1
9742026-08-18T19:00:28.115Z Downloaded inout v0.1.4
9752026-08-18T19:00:28.117Z Downloaded serde_plain v1.0.2
9762026-08-18T19:00:28.117Z Downloaded slog-bunyan v2.5.0
9772026-08-18T19:00:28.117Z Downloaded termtree v0.5.1
9782026-08-18T19:00:28.120Z Downloaded serde_repr v0.1.21
9792026-08-18T19:00:28.121Z Downloaded num-rational v0.4.2
9802026-08-18T19:00:28.121Z Downloaded num_enum_derive v0.7.6
9812026-08-18T19:00:28.123Z Downloaded password-hash v0.5.0
9822026-08-18T19:00:28.123Z Downloaded thiserror-impl-no-std v2.0.2
9832026-08-18T19:00:28.123Z Downloaded serde-big-array v0.5.1
9842026-08-18T19:00:28.123Z Downloaded pest_derive v2.8.8
9852026-08-18T19:00:28.126Z Downloaded oxnet v0.1.6
9862026-08-18T19:00:28.126Z Downloaded progenitor v0.10.0
9872026-08-18T19:00:28.127Z Downloaded pem v3.0.6
9882026-08-18T19:00:28.129Z Downloaded port-file v0.1.0
9892026-08-18T19:00:28.132Z Downloaded dropshot-api-manager-types v0.7.2
9902026-08-18T19:00:28.132Z Downloaded embedded-io v0.4.0
9912026-08-18T19:00:28.132Z Downloaded instant v0.1.13
9922026-08-18T19:00:28.135Z Downloaded topological-sort v0.2.2
9932026-08-18T19:00:28.135Z Downloaded embedded-io v0.6.1
9942026-08-18T19:00:28.138Z Downloaded siphasher v1.0.3
9952026-08-18T19:00:28.141Z Downloaded litemap v0.8.2
9962026-08-18T19:00:28.141Z Downloaded omicron-zone-package v0.12.3
9972026-08-18T19:00:28.144Z Downloaded papergrid v0.11.0
9982026-08-18T19:00:28.147Z Downloaded spin v0.5.2
9992026-08-18T19:00:28.147Z Downloaded tabwriter v1.4.1
10002026-08-18T19:00:28.147Z Downloaded async-trait v0.1.92
10012026-08-18T19:00:28.150Z Downloaded bs58 v0.5.1
10022026-08-18T19:00:28.150Z Downloaded zeroize_derive v1.5.0
10032026-08-18T19:00:28.150Z Downloaded git-stub-vcs v0.1.0
10042026-08-18T19:00:28.154Z Downloaded waitgroup v0.1.2
10052026-08-18T19:00:28.154Z Downloaded rustversion v1.0.23
10062026-08-18T19:00:28.154Z Downloaded rusty-fork v0.3.1
10072026-08-18T19:00:28.157Z Downloaded scroll v0.13.0
10082026-08-18T19:00:28.157Z Downloaded fs-err v3.3.1
10092026-08-18T19:00:28.157Z Downloaded ingot-types v0.1.2
10102026-08-18T19:00:28.157Z Downloaded ipnetwork v0.21.1
10112026-08-18T19:00:28.160Z Downloaded schemars_derive v0.8.22
10122026-08-18T19:00:28.160Z Downloaded semver v0.1.20
10132026-08-18T19:00:28.160Z Downloaded cipher v0.4.4
10142026-08-18T19:00:28.160Z Downloaded postcard v1.1.3
10152026-08-18T19:00:28.163Z Downloaded resolv-conf v0.7.6
10162026-08-18T19:00:28.163Z Downloaded usdt v0.5.0
10172026-08-18T19:00:28.166Z Downloaded poly1305 v0.8.0
10182026-08-18T19:00:28.166Z Downloaded utf-8 v0.7.6
10192026-08-18T19:00:28.166Z Downloaded icu_provider v2.2.0
10202026-08-18T19:00:28.170Z Downloaded convert_case v0.4.0
10212026-08-18T19:00:28.170Z Downloaded serde_tokenstream v0.2.3
10222026-08-18T19:00:28.173Z Downloaded serde_tokenstream v0.3.0
10232026-08-18T19:00:28.173Z Downloaded ingot v0.2.1
10242026-08-18T19:00:28.173Z Downloaded data-encoding v2.11.1
10252026-08-18T19:00:28.175Z Downloaded hybrid-array v0.4.14
10262026-08-18T19:00:28.179Z Downloaded smawk v0.3.3
10272026-08-18T19:00:28.179Z Downloaded darling_macro v0.21.3
10282026-08-18T19:00:28.183Z Downloaded enum-as-inner v0.6.1
10292026-08-18T19:00:28.186Z Downloaded async-recursion v1.1.1
10302026-08-18T19:00:28.186Z Downloaded progenitor v0.14.0
10312026-08-18T19:00:28.186Z Downloaded stable_deref_trait v1.2.1
10322026-08-18T19:00:28.186Z Downloaded synstructure v0.13.2
10332026-08-18T19:00:28.189Z Downloaded half v2.7.1
10342026-08-18T19:00:28.189Z Downloaded parking_lot v0.11.2
10352026-08-18T19:00:28.193Z Downloaded cobs v0.3.0
10362026-08-18T19:00:28.193Z Downloaded compression-core v0.4.32
10372026-08-18T19:00:28.196Z Downloaded progenitor v0.13.0
10382026-08-18T19:00:28.196Z Downloaded progenitor-client v0.13.0
10392026-08-18T19:00:28.199Z Downloaded serial_test_derive v4.0.1
10402026-08-18T19:00:28.201Z Downloaded tabled_derive v0.7.0
10412026-08-18T19:00:28.202Z Downloaded konst v0.2.20
10422026-08-18T19:00:28.204Z Downloaded defmt-parser v1.0.0
10432026-08-18T19:00:28.204Z Downloaded walkdir v2.5.0
10442026-08-18T19:00:28.204Z Downloaded ingot-types v0.2.0
10452026-08-18T19:00:28.207Z Downloaded serde_derive_internals v0.29.1
10462026-08-18T19:00:28.207Z Downloaded arrayvec v0.7.8
10472026-08-18T19:00:28.207Z Downloaded backon v1.6.0
10482026-08-18T19:00:28.210Z Downloaded blake2 v0.10.6
10492026-08-18T19:00:28.210Z Downloaded critical-section v1.2.0
10502026-08-18T19:00:28.215Z Downloaded universal-hash v0.5.1
10512026-08-18T19:00:28.215Z Downloaded async-stream-impl v0.3.6
10522026-08-18T19:00:28.218Z Downloaded snafu-derive v0.8.9
10532026-08-18T19:00:28.218Z Downloaded thread-id v4.2.2
10542026-08-18T19:00:28.218Z Downloaded crypto-common v0.2.2
10552026-08-18T19:00:28.221Z Downloaded usdt-macro v0.6.0
10562026-08-18T19:00:28.221Z Downloaded crossbeam-utils v0.8.22
10572026-08-18T19:00:28.221Z Downloaded rustls-pemfile v2.2.0
10582026-08-18T19:00:28.226Z Downloaded parse-display-derive v0.10.0
10592026-08-18T19:00:28.228Z Downloaded bit-set v0.8.0
10602026-08-18T19:00:28.228Z Downloaded pest_meta v2.8.8
10612026-08-18T19:00:28.233Z Downloaded dtrace-parser v0.3.0
10622026-08-18T19:00:28.236Z Downloaded diff v0.1.13
10632026-08-18T19:00:28.236Z Downloaded digest v0.11.3
10642026-08-18T19:00:28.239Z Downloaded fs_extra v1.3.0
10652026-08-18T19:00:28.239Z Downloaded tinystr v0.8.3
10662026-08-18T19:00:28.241Z Downloaded daft v0.1.8
10672026-08-18T19:00:28.242Z Downloaded slog-dtrace v0.3.0
10682026-08-18T19:00:28.244Z Downloaded usdt-impl v0.5.0
10692026-08-18T19:00:28.244Z Downloaded testing_table v0.3.0
10702026-08-18T19:00:28.247Z Downloaded defmt v0.3.100
10712026-08-18T19:00:28.247Z Downloaded unarray v0.1.4
10722026-08-18T19:00:28.250Z Downloaded base16ct v0.2.0
10732026-08-18T19:00:28.250Z Downloaded minimal-lexical v0.2.1
10742026-08-18T19:00:28.253Z Downloaded base16ct v1.0.0
10752026-08-18T19:00:28.253Z Downloaded strum v0.27.2
10762026-08-18T19:00:28.256Z Downloaded progenitor-impl v0.10.0
10772026-08-18T19:00:28.256Z Downloaded ingot-macros v0.2.0
10782026-08-18T19:00:28.259Z Downloaded ucd-trie v0.1.7
10792026-08-18T19:00:28.262Z Downloaded indexmap v1.9.3
10802026-08-18T19:00:28.265Z Downloaded cstr-argument v0.1.2
10812026-08-18T19:00:28.265Z Downloaded unit-prefix v0.5.2
10822026-08-18T19:00:28.268Z Downloaded untrusted v0.7.1
10832026-08-18T19:00:28.268Z Downloaded usdt-attr-macro v0.6.0
10842026-08-18T19:00:28.268Z Downloaded usdt v0.6.0
10852026-08-18T19:00:28.272Z Downloaded cmake v0.1.58
10862026-08-18T19:00:28.275Z Downloaded hickory-resolver v0.25.2
10872026-08-18T19:00:28.275Z Downloaded tokio-dtrace v0.1.1
10882026-08-18T19:00:28.281Z Downloaded byteorder v1.5.0
10892026-08-18T19:00:28.283Z Downloaded crc8 v0.1.1
10902026-08-18T19:00:28.284Z Downloaded take_mut v0.2.2
10912026-08-18T19:00:28.284Z Downloaded time-core v0.1.9
10922026-08-18T19:00:28.284Z Downloaded typify-macro v0.6.2
10932026-08-18T19:00:28.284Z Downloaded usdt-attr-macro v0.5.0
10942026-08-18T19:00:28.287Z Downloaded sigpipe v0.1.3
10952026-08-18T19:00:28.287Z Downloaded tagptr v0.2.0
10962026-08-18T19:00:28.287Z Downloaded papergrid v0.18.0
10972026-08-18T19:00:28.290Z Downloaded typify-macro v0.4.3
10982026-08-18T19:00:28.290Z Downloaded slog-envlogger v2.2.0
10992026-08-18T19:00:28.290Z Downloaded ciborium-io v0.2.2
11002026-08-18T19:00:28.293Z Downloaded scroll v0.12.0
11012026-08-18T19:00:28.296Z Downloaded ingot-macros v0.1.1
11022026-08-18T19:00:28.299Z Downloaded bcs v0.1.6
11032026-08-18T19:00:28.299Z Downloaded rhai_codegen v3.2.0
11042026-08-18T19:00:28.302Z Downloaded rustls-native-certs v0.8.4
11052026-08-18T19:00:28.305Z Downloaded serial_test v4.0.1
11062026-08-18T19:00:28.305Z Downloaded darling_macro v0.23.0
11072026-08-18T19:00:28.305Z Downloaded spin v0.9.9
11082026-08-18T19:00:28.308Z Downloaded strum_macros v0.27.2
11092026-08-18T19:00:28.308Z Downloaded tokio-tungstenite v0.21.0
11102026-08-18T19:00:28.308Z Downloaded constant_time_eq v0.4.2
11112026-08-18T19:00:28.311Z Downloaded cookie v0.18.2
11122026-08-18T19:00:28.311Z Downloaded wait-timeout v0.2.1
11132026-08-18T19:00:28.311Z Downloaded zone_cfg_derive v0.3.1
11142026-08-18T19:00:28.314Z Downloaded smartstring v1.0.1
11152026-08-18T19:00:28.314Z Downloaded dof v0.3.0
11162026-08-18T19:00:28.314Z Downloaded structmeta-derive v0.3.0
11172026-08-18T19:00:28.314Z Downloaded arrayref v0.3.9
11182026-08-18T19:00:28.317Z Downloaded async-stream v0.3.6
11192026-08-18T19:00:28.321Z Downloaded allocator-api2 v0.2.21
11202026-08-18T19:00:28.323Z Downloaded progenitor-impl v0.13.0
11212026-08-18T19:00:28.323Z Downloaded schemars v0.8.22
11222026-08-18T19:00:28.328Z Downloaded backoff v0.4.0
11232026-08-18T19:00:28.331Z Downloaded bitflags v1.3.2
11242026-08-18T19:00:28.331Z Downloaded deranged v0.5.8
11252026-08-18T19:00:28.334Z Downloaded progenitor-impl v0.14.0
11262026-08-18T19:00:28.334Z Downloaded typify v0.4.3
11272026-08-18T19:00:28.337Z Downloaded typify v0.6.2
11282026-08-18T19:00:28.340Z Downloaded whoami v1.6.1
11292026-08-18T19:00:28.340Z Downloaded erased-serde v0.3.31
11302026-08-18T19:00:28.340Z Downloaded vsss-rs v3.3.4
11312026-08-18T19:00:28.343Z Downloaded argon2 v0.5.3
11322026-08-18T19:00:28.343Z Downloaded usdt-macro v0.5.0
11332026-08-18T19:00:28.343Z Downloaded ciborium-ll v0.2.2
11342026-08-18T19:00:28.343Z Downloaded dtrace-parser v0.2.0
11352026-08-18T19:00:28.346Z Downloaded tiny-keccak v2.0.2
11362026-08-18T19:00:28.346Z Downloaded arc-swap v1.9.2
11372026-08-18T19:00:28.349Z Downloaded daft-derive v0.1.8
11382026-08-18T19:00:28.352Z Downloaded ff v0.13.1
11392026-08-18T19:00:28.352Z Downloaded chacha20 v0.9.1
11402026-08-18T19:00:28.352Z Downloaded heapless v0.8.0
11412026-08-18T19:00:28.355Z Downloaded icu_normalizer v2.2.0
11422026-08-18T19:00:28.358Z Downloaded indicatif v0.18.6
11432026-08-18T19:00:28.361Z Downloaded zone v0.3.1
11442026-08-18T19:00:28.364Z Downloaded qorb v0.4.1
11452026-08-18T19:00:28.369Z Downloaded bit-vec v0.8.0
11462026-08-18T19:00:28.372Z Downloaded hashbrown v0.12.3
11472026-08-18T19:00:28.372Z Downloaded dof v0.4.0
11482026-08-18T19:00:28.375Z Downloaded zerovec-derive v0.11.3
11492026-08-18T19:00:28.375Z Downloaded compression-codecs v0.4.38
11502026-08-18T19:00:28.378Z Downloaded thread-id v5.1.0
11512026-08-18T19:00:28.378Z Downloaded dyn-clone v1.0.20
11522026-08-18T19:00:28.378Z Downloaded darling_core v0.21.3
11532026-08-18T19:00:28.381Z Downloaded slog-async v2.8.0
11542026-08-18T19:00:28.381Z Downloaded bytecount v0.6.9
11552026-08-18T19:00:28.384Z Downloaded drift v0.2.0
11562026-08-18T19:00:28.387Z Downloaded serde_with_macros v3.22.0
11572026-08-18T19:00:28.391Z Downloaded byte-wrapper v0.1.0
11582026-08-18T19:00:28.391Z Downloaded pretty_assertions v1.4.1
11592026-08-18T19:00:28.393Z Downloaded slog v2.8.2
11602026-08-18T19:00:28.396Z Downloaded test-strategy v0.4.5
11612026-08-18T19:00:28.396Z Downloaded darling v0.23.0
11622026-08-18T19:00:28.399Z Downloaded writeable v0.6.3
11632026-08-18T19:00:28.402Z Downloaded strum v0.26.3
11642026-08-18T19:00:28.402Z Downloaded structmeta v0.3.0
11652026-08-18T19:00:28.402Z Downloaded unsafe-libyaml v0.2.11
11662026-08-18T19:00:28.407Z Downloaded rand v0.8.7
11672026-08-18T19:00:28.410Z Downloaded defmt-macros v1.1.1
11682026-08-18T19:00:28.412Z Downloaded icu_properties v2.2.0
11692026-08-18T19:00:28.412Z Downloaded const_format_proc_macros v0.2.34
11702026-08-18T19:00:28.415Z Downloaded rayon-core v1.13.0
11712026-08-18T19:00:28.416Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11722026-08-18T19:00:28.418Z Downloaded rustls-platform-verifier v0.7.0
11732026-08-18T19:00:28.418Z Downloaded slog-json v2.6.1
11742026-08-18T19:00:28.421Z Downloaded thin-vec v0.2.19
11752026-08-18T19:00:28.421Z Downloaded toml v0.9.12+spec-1.1.0
11762026-08-18T19:00:28.424Z Downloaded slog-scope v4.4.1
11772026-08-18T19:00:28.424Z Downloaded sha1 v0.10.7
11782026-08-18T19:00:28.424Z Downloaded serde_yaml v0.9.34+deprecated
11792026-08-18T19:00:28.427Z Downloaded csv-core v0.1.13
11802026-08-18T19:00:28.427Z Downloaded darling_core v0.23.0
11812026-08-18T19:00:28.430Z Downloaded snafu v0.8.9
11822026-08-18T19:00:28.433Z Downloaded defmt v1.1.1
11832026-08-18T19:00:28.436Z Downloaded xz2 v0.1.7
11842026-08-18T19:00:28.436Z Downloaded crossbeam-epoch v0.9.20
11852026-08-18T19:00:28.439Z Downloaded similar v2.7.0
11862026-08-18T19:00:28.442Z Downloaded icu_collections v2.2.0
11872026-08-18T19:00:28.445Z Downloaded slog-stdlog v4.1.1
11882026-08-18T19:00:28.445Z Downloaded prettyplease v0.2.37
11892026-08-18T19:00:28.448Z Downloaded tungstenite v0.21.0
11902026-08-18T19:00:28.448Z Downloaded smf v0.2.3
11912026-08-18T19:00:28.451Z Downloaded schemars v0.9.0
11922026-08-18T19:00:28.455Z Downloaded dropshot_endpoint v0.17.1
11932026-08-18T19:00:28.459Z Downloaded thiserror-no-std v2.0.2
11942026-08-18T19:00:28.463Z Downloaded console v0.16.4
11952026-08-18T19:00:28.463Z Downloaded strum_macros v0.26.4
11962026-08-18T19:00:28.463Z Downloaded zerotrie v0.2.4
11972026-08-18T19:00:28.466Z Downloaded base64 v0.21.7
11982026-08-18T19:00:28.466Z Downloaded usdt-impl v0.6.0
11992026-08-18T19:00:28.469Z Downloaded yoke v0.8.3
12002026-08-18T19:00:28.469Z Downloaded crossbeam-deque v0.8.7
12012026-08-18T19:00:28.469Z Downloaded darling v0.21.3
12022026-08-18T19:00:28.472Z Downloaded cargo_toml v0.22.3
12032026-08-18T19:00:28.472Z Downloaded derive-ex v0.1.8
12042026-08-18T19:00:28.476Z Downloaded slog-term v2.9.2
12052026-08-18T19:00:28.476Z Downloaded nom v7.1.3
12062026-08-18T19:00:28.479Z Downloaded hickory-resolver v0.24.4
12072026-08-18T19:00:28.480Z Downloaded icu_locale_core v2.2.0
12082026-08-18T19:00:28.482Z Downloaded pest v2.8.8
12092026-08-18T19:00:28.485Z Downloaded colored v3.1.1
12102026-08-18T19:00:28.488Z Downloaded const-oid v0.10.2
12112026-08-18T19:00:28.491Z Downloaded time-macros v0.2.32
12122026-08-18T19:00:28.491Z Downloaded displaydoc v0.2.7
12132026-08-18T19:00:28.491Z Downloaded ciborium v0.2.2
12142026-08-18T19:00:28.494Z Downloaded derive_more v0.99.20
12152026-08-18T19:00:28.497Z Downloaded elliptic-curve v0.13.8
12162026-08-18T19:00:28.500Z Downloaded chacha20poly1305 v0.10.1
12172026-08-18T19:00:28.500Z Downloaded term v1.2.1
12182026-08-18T19:00:28.503Z Downloaded cc v1.4.2
12192026-08-18T19:00:28.503Z Downloaded schemars v1.2.2
12202026-08-18T19:00:28.511Z Downloaded toml v0.7.8
12212026-08-18T19:00:28.514Z Downloaded crossbeam-channel v0.5.16
12222026-08-18T19:00:28.517Z Downloaded cancel-safe-futures v0.1.5
12232026-08-18T19:00:28.520Z Downloaded steno v0.4.1
12242026-08-18T19:00:28.526Z Downloaded typed-path v0.9.3
12252026-08-18T19:00:28.529Z Downloaded expectorate v1.2.0
12262026-08-18T19:00:28.532Z Downloaded goblin v0.8.2
12272026-08-18T19:00:28.546Z Downloaded zerocopy-derive v0.8.56
12282026-08-18T19:00:28.550Z Downloaded nom v8.0.0
12292026-08-18T19:00:28.553Z Downloaded zerocopy-derive v0.7.35
12302026-08-18T19:00:28.564Z Downloaded libm v0.2.16
12312026-08-18T19:00:28.570Z Downloaded zerocopy v0.7.35
12322026-08-18T19:00:28.578Z Downloaded toml_edit v0.25.13+spec-1.1.0
12332026-08-18T19:00:28.588Z Downloaded crypto-bigint v0.5.5
12342026-08-18T19:00:28.591Z Downloaded yansi v1.0.1
12352026-08-18T19:00:28.594Z Downloaded proptest v1.11.0
12362026-08-18T19:00:28.599Z Downloaded toml_edit v0.19.15
12372026-08-18T19:00:28.609Z Downloaded uuid v1.24.0
12382026-08-18T19:00:28.612Z Downloaded jiff-core v0.1.0
12392026-08-18T19:00:28.615Z Downloaded const_format v0.2.36
12402026-08-18T19:00:28.617Z Downloaded tough v0.22.0
12412026-08-18T19:00:28.622Z Downloaded hashbrown v0.16.1
12422026-08-18T19:00:28.625Z Downloaded blake3 v1.8.6
12432026-08-18T19:00:28.644Z Downloaded quinn-proto v0.11.16
12442026-08-18T19:00:28.655Z Downloaded moka v0.12.16
12452026-08-18T19:00:28.660Z Downloaded zerovec v0.11.6
12462026-08-18T19:00:28.665Z Downloaded itertools v0.12.1
12472026-08-18T19:00:28.677Z Downloaded tabled v0.21.0
12482026-08-18T19:00:28.696Z Downloaded h2 v0.4.15
12492026-08-18T19:00:28.702Z Downloaded itertools v0.15.0
12502026-08-18T19:00:28.702Z Downloaded reqwest v0.13.4
12512026-08-18T19:00:28.702Z Downloaded async-compression v0.4.43
12522026-08-18T19:00:28.705Z Downloaded dropshot-api-manager v0.7.2
12532026-08-18T19:00:28.705Z Downloaded iddqd v0.4.6
12542026-08-18T19:00:28.709Z Downloaded rayon v1.12.0
12552026-08-18T19:00:28.714Z Downloaded nix v0.31.3
12562026-08-18T19:00:28.721Z Downloaded aws-lc-rs v1.18.0
12572026-08-18T19:00:28.728Z Downloaded hkdf v0.12.4
12582026-08-18T19:00:28.730Z Downloaded icu_properties_data v2.2.0
12592026-08-18T19:00:28.733Z Downloaded winnow v0.5.40
12602026-08-18T19:00:28.749Z Downloaded smoltcp v0.11.0
12612026-08-18T19:00:28.755Z Downloaded serde_with v3.22.0
12622026-08-18T19:00:28.762Z Downloaded openapiv3 v2.2.0
12632026-08-18T19:00:28.768Z Downloaded goblin v0.10.7
12642026-08-18T19:00:28.772Z Downloaded dropshot v0.17.1
12652026-08-18T19:00:28.785Z Downloaded tabled v0.15.0
12662026-08-18T19:00:28.812Z Downloaded time v0.3.55
12672026-08-18T19:00:28.830Z Downloaded syn v1.0.109
12682026-08-18T19:00:28.835Z Downloaded lzma-sys v0.1.20
12692026-08-18T19:00:28.852Z Downloaded regress v0.10.5
12702026-08-18T19:00:28.857Z Downloaded sled v0.34.7
12712026-08-18T19:00:28.862Z Downloaded typify-impl v0.4.3
12722026-08-18T19:00:28.870Z Downloaded hickory-proto v0.24.4
12732026-08-18T19:00:28.878Z Downloaded typify-impl v0.6.2
12742026-08-18T19:00:28.886Z Downloaded regress v0.11.1
12752026-08-18T19:00:28.890Z Downloaded rhai v1.25.1
12762026-08-18T19:00:28.897Z Downloaded hickory-proto v0.25.2
12772026-08-18T19:00:28.906Z Downloaded petgraph v0.6.5
12782026-08-18T19:00:28.916Z Downloaded chrono-tz v0.10.4
12792026-08-18T19:00:28.928Z Downloaded jiff v0.2.35
12802026-08-18T19:00:28.938Z Downloaded sha3 v0.10.9
12812026-08-18T19:00:28.966Z Downloaded csv v1.4.0
12822026-08-18T19:00:29.006Z Downloaded encoding_rs v0.8.35
12832026-08-18T19:00:29.513Z Downloaded aws-lc-sys v0.44.0
12842026-08-18T19:00:30.469Z Compiling proc-macro2 v1.0.107
12852026-08-18T19:00:30.470Z Compiling unicode-ident v1.0.24
12862026-08-18T19:00:30.470Z Compiling quote v1.0.47
12872026-08-18T19:00:30.473Z Compiling serde_core v1.0.229
12882026-08-18T19:00:30.473Z Compiling cfg-if v1.0.4
12892026-08-18T19:00:30.473Z Compiling serde v1.0.229
12902026-08-18T19:00:30.473Z Compiling libc v0.2.189
12912026-08-18T19:00:30.473Z Compiling memchr v2.8.3
12922026-08-18T19:00:30.696Z Compiling itoa v1.0.18
12932026-08-18T19:00:30.896Z Compiling zmij v1.0.23
12942026-08-18T19:00:30.932Z Compiling smallvec v1.15.2
12952026-08-18T19:00:30.965Z Compiling autocfg v1.5.1
12962026-08-18T19:00:31.151Z Compiling libm v0.2.16
12972026-08-18T19:00:31.298Z Compiling stable_deref_trait v1.2.1
12982026-08-18T19:00:31.314Z Compiling percent-encoding v2.3.2
12992026-08-18T19:00:31.384Z Compiling writeable v0.6.3
13002026-08-18T19:00:31.435Z Compiling litemap v0.8.2
13012026-08-18T19:00:31.498Z Compiling icu_normalizer_data v2.2.0
13022026-08-18T19:00:31.516Z Compiling icu_properties_data v2.2.0
13032026-08-18T19:00:31.533Z Compiling utf8_iter v1.0.4
13042026-08-18T19:00:31.593Z Compiling iana-time-zone v0.1.65
13052026-08-18T19:00:31.678Z Compiling equivalent v1.0.2
13062026-08-18T19:00:31.768Z Compiling form_urlencoded v1.2.2
13072026-08-18T19:00:31.806Z Compiling syn v2.0.119
13082026-08-18T19:00:31.818Z Compiling syn v3.0.3
13092026-08-18T19:00:31.893Z Compiling allocator-api2 v0.2.21
13102026-08-18T19:00:31.935Z Compiling version_check v0.9.5
13112026-08-18T19:00:31.952Z Compiling pin-project-lite v0.2.17
13122026-08-18T19:00:31.996Z Compiling serde_json v1.0.151
13132026-08-18T19:00:32.044Z Compiling dyn-clone v1.0.20
13142026-08-18T19:00:32.190Z Compiling parking_lot_core v0.9.12
13152026-08-18T19:00:32.222Z Compiling scopeguard v1.2.0
13162026-08-18T19:00:32.244Z Compiling hashbrown v0.17.1
13172026-08-18T19:00:32.261Z Compiling num-traits v0.2.19
13182026-08-18T19:00:32.332Z Compiling lock_api v0.4.14
13192026-08-18T19:00:32.490Z Compiling thiserror v2.0.20
13202026-08-18T19:00:32.570Z Compiling getrandom v0.4.3
13212026-08-18T19:00:32.709Z Compiling rand_core v0.10.1
13222026-08-18T19:00:32.820Z Compiling semver v1.0.28
13232026-08-18T19:00:32.867Z Compiling indexmap v2.14.0
13242026-08-18T19:00:32.923Z Compiling log v0.4.33
13252026-08-18T19:00:33.119Z Compiling futures-core v0.3.34
13262026-08-18T19:00:33.155Z Compiling errno v0.3.14
13272026-08-18T19:00:33.275Z Compiling zerocopy v0.8.56
13282026-08-18T19:00:33.283Z Compiling heck v0.5.0
13292026-08-18T19:00:33.324Z Compiling futures-sink v0.3.34
13302026-08-18T19:00:33.406Z Compiling uuid v1.24.0
13312026-08-18T19:00:33.504Z Compiling slab v0.4.12
13322026-08-18T19:00:33.533Z Compiling jobserver v0.1.35
13332026-08-18T19:00:33.699Z Compiling fnv v1.0.7
13342026-08-18T19:00:33.712Z Compiling find-msvc-tools v0.1.10
13352026-08-18T19:00:33.808Z Compiling shlex v2.0.1
13362026-08-18T19:00:33.864Z Compiling schemars v0.8.22
13372026-08-18T19:00:33.875Z Compiling futures-channel v0.3.34
13382026-08-18T19:00:33.956Z Compiling cc v1.4.2
13392026-08-18T19:00:33.967Z Compiling rustversion v1.0.23
13402026-08-18T19:00:33.990Z Compiling futures-io v0.3.34
13412026-08-18T19:00:34.095Z Compiling pkg-config v0.3.33
13422026-08-18T19:00:34.122Z Compiling futures-task v0.3.34
13432026-08-18T19:00:34.295Z Compiling socket2 v0.6.5
13442026-08-18T19:00:34.412Z Compiling parking_lot v0.12.5
13452026-08-18T19:00:34.459Z Compiling signal-hook-registry v1.4.8
13462026-08-18T19:00:34.537Z Compiling mio v1.2.2
13472026-08-18T19:00:34.737Z Compiling synstructure v0.13.2
13482026-08-18T19:00:34.762Z Compiling serde_derive_internals v0.29.1
13492026-08-18T19:00:34.828Z Compiling portable-atomic v1.15.0
13502026-08-18T19:00:34.896Z Compiling cmake v0.1.58
13512026-08-18T19:00:35.045Z Compiling bitflags v2.13.1
13522026-08-18T19:00:35.069Z Compiling serde_derive v1.0.229
13532026-08-18T19:00:35.220Z Compiling displaydoc v0.2.7
13542026-08-18T19:00:35.232Z Compiling tokio-macros v2.7.2
13552026-08-18T19:00:35.232Z Compiling thiserror-impl v2.0.20
13562026-08-18T19:00:35.260Z Compiling futures-macro v0.3.34
13572026-08-18T19:00:35.485Z Compiling typenum v1.20.1
13582026-08-18T19:00:35.827Z Compiling zerofrom-derive v0.1.7
13592026-08-18T19:00:35.900Z Compiling yoke-derive v0.8.2
13602026-08-18T19:00:35.995Z Compiling zerovec-derive v0.11.3
13612026-08-18T19:00:36.016Z Compiling schemars_derive v0.8.22
13622026-08-18T19:00:36.162Z Compiling zerocopy-derive v0.8.56
13632026-08-18T19:00:36.326Z Compiling zeroize_derive v1.5.0
13642026-08-18T19:00:36.626Z Compiling futures-util v0.3.34
13652026-08-18T19:00:37.001Z Compiling fs_extra v1.3.0
13662026-08-18T19:00:37.012Z Compiling zeroize v1.9.0
13672026-08-18T19:00:37.053Z Compiling zerofrom v0.1.8
13682026-08-18T19:00:37.120Z Compiling dunce v1.0.5
13692026-08-18T19:00:37.178Z Compiling yoke v0.8.3
13702026-08-18T19:00:37.221Z Compiling critical-section v1.2.0
13712026-08-18T19:00:37.225Z Compiling base64 v0.22.1
13722026-08-18T19:00:37.225Z Compiling subtle v2.6.1
13732026-08-18T19:00:37.248Z Compiling aws-lc-sys v0.44.0
13742026-08-18T19:00:37.313Z Compiling once_cell v1.21.4
13752026-08-18T19:00:37.361Z Compiling zerovec v0.11.6
13762026-08-18T19:00:37.388Z Compiling zerotrie v0.2.4
13772026-08-18T19:00:37.525Z Compiling regex-syntax v0.8.11
13782026-08-18T19:00:37.548Z Compiling byteorder v1.5.0
13792026-08-18T19:00:37.697Z Compiling slog v2.8.2
13802026-08-18T19:00:37.774Z Compiling atomic-waker v1.1.2
13812026-08-18T19:00:37.895Z Compiling tinystr v0.8.3
13822026-08-18T19:00:37.906Z Compiling potential_utf v0.1.5
13832026-08-18T19:00:37.916Z Compiling httparse v1.10.1
13842026-08-18T19:00:38.068Z Compiling icu_locale_core v2.2.0
13852026-08-18T19:00:38.096Z Compiling icu_collections v2.2.0
13862026-08-18T19:00:38.262Z Compiling bytes v1.12.1
13872026-08-18T19:00:38.286Z Compiling chrono v0.4.45
13882026-08-18T19:00:38.610Z Compiling serde_tokenstream v0.2.3
13892026-08-18T19:00:38.895Z Compiling icu_provider v2.2.0
13902026-08-18T19:00:38.907Z Compiling http v1.5.0
13912026-08-18T19:00:38.969Z Compiling tokio v1.53.1
13922026-08-18T19:00:39.137Z Compiling icu_properties v2.2.0
13932026-08-18T19:00:39.215Z Compiling icu_normalizer v2.2.0
13942026-08-18T19:00:39.784Z Compiling http-body v1.1.0
13952026-08-18T19:00:39.807Z Compiling ipnet v2.12.1
13962026-08-18T19:00:39.926Z Compiling erased-serde v0.3.31
13972026-08-18T19:00:39.951Z Compiling tower-service v0.3.3
13982026-08-18T19:00:40.045Z Compiling idna_adapter v1.2.2
13992026-08-18T19:00:40.147Z Compiling idna v1.1.0
14002026-08-18T19:00:40.181Z Compiling tower-layer v0.3.3
14012026-08-18T19:00:40.346Z Compiling getrandom v0.2.17
14022026-08-18T19:00:40.414Z Compiling ppv-lite86 v0.2.21
14032026-08-18T19:00:40.525Z Compiling url v2.5.8
14042026-08-18T19:00:40.589Z Compiling untrusted v0.9.0
14052026-08-18T19:00:40.694Z Compiling strsim v0.11.1
14062026-08-18T19:00:40.719Z Compiling try-lock v0.2.5
14072026-08-18T19:00:40.800Z Compiling rustix v1.1.4
14082026-08-18T19:00:40.811Z Compiling ucd-trie v0.1.7
14092026-08-18T19:00:40.824Z Compiling ryu v1.0.23
14102026-08-18T19:00:40.964Z Compiling thiserror v1.0.69
14112026-08-18T19:00:41.008Z Compiling pest v2.8.8
14122026-08-18T19:00:41.107Z Compiling want v0.3.1
14132026-08-18T19:00:41.274Z Compiling rand_core v0.6.4
14142026-08-18T19:00:41.339Z Compiling thiserror-impl v1.0.69
14152026-08-18T19:00:41.430Z Compiling httpdate v1.0.3
14162026-08-18T19:00:41.456Z Compiling getrandom v0.3.4
14172026-08-18T19:00:41.493Z Compiling pretty-hex v0.4.2
14182026-08-18T19:00:41.630Z Compiling plain v0.2.3
14192026-08-18T19:00:41.673Z Compiling paste v1.0.15
14202026-08-18T19:00:41.737Z Compiling foldhash v0.2.0
14212026-08-18T19:00:41.794Z Compiling tracing-core v0.1.36
14222026-08-18T19:00:41.956Z Compiling ipnetwork v0.21.1
14232026-08-18T19:00:42.009Z Compiling tracing-attributes v0.1.31
14242026-08-18T19:00:42.266Z Compiling pest_meta v2.8.8
14252026-08-18T19:00:42.394Z Compiling omicron-workspace-hack v0.1.0
14262026-08-18T19:00:42.412Z Compiling ident_case v1.0.1
14272026-08-18T19:00:42.572Z Compiling serde_urlencoded v0.7.1
14282026-08-18T19:00:42.590Z Compiling http-body-util v0.1.5
14292026-08-18T19:00:42.614Z Compiling aho-corasick v1.1.5
14302026-08-18T19:00:42.841Z Compiling pest_generator v2.8.8
14312026-08-18T19:00:42.880Z Compiling sync_wrapper v1.0.2
14322026-08-18T19:00:42.992Z Compiling winnow v1.0.4
14332026-08-18T19:00:43.004Z Compiling oxnet v0.1.6
14342026-08-18T19:00:43.203Z Compiling tracing v0.1.44
14352026-08-18T19:00:43.452Z Compiling regex-automata v0.4.18
14362026-08-18T19:00:43.455Z Compiling daft-derive v0.1.8
14372026-08-18T19:00:43.545Z Compiling pest_derive v2.8.8
14382026-08-18T19:00:43.692Z Compiling fastrand v2.5.0
14392026-08-18T19:00:43.985Z Compiling hashbrown v0.16.1
14402026-08-18T19:00:44.068Z Compiling tokio-util v0.7.19
14412026-08-18T19:00:44.097Z Compiling scroll_derive v0.13.1
14422026-08-18T19:00:44.172Z Compiling async-trait v0.1.92
14432026-08-18T19:00:44.711Z Compiling num-conv v0.2.2
14442026-08-18T19:00:44.828Z Compiling anyhow v1.0.104
14452026-08-18T19:00:44.862Z Compiling time-core v0.1.9
14462026-08-18T19:00:44.907Z Compiling aws-lc-rs v1.18.0
14472026-08-18T19:00:45.046Z Compiling time-macros v0.2.32
14482026-08-18T19:00:45.108Z Compiling scroll v0.13.0
14492026-08-18T19:00:45.143Z Compiling regex v1.13.1
14502026-08-18T19:00:45.376Z Compiling rustls-pki-types v1.15.1
14512026-08-18T19:00:45.412Z Compiling openssl-probe v0.2.1
14522026-08-18T19:00:45.599Z Compiling num_threads v0.1.7
14532026-08-18T19:00:45.660Z Compiling hex v0.4.3
14542026-08-18T19:00:45.674Z Compiling powerfmt v0.2.0
14552026-08-18T19:00:45.695Z Compiling deranged v0.5.8
14562026-08-18T19:00:45.896Z Compiling goblin v0.10.7
14572026-08-18T19:00:46.106Z Compiling untrusted v0.7.1
14582026-08-18T19:00:46.179Z Compiling camino v1.2.5
14592026-08-18T19:00:46.244Z Compiling usdt-impl v0.6.0
14602026-08-18T19:00:46.260Z Compiling rustls v0.23.43
14612026-08-18T19:00:46.414Z Compiling h2 v0.4.15
14622026-08-18T19:00:46.460Z Compiling dtrace-parser v0.3.0
14632026-08-18T19:00:46.646Z Compiling crc32fast v1.5.0
14642026-08-18T19:00:46.978Z Compiling futures-executor v0.3.34
14652026-08-18T19:00:47.136Z Compiling serde_tokenstream v0.3.0
14662026-08-18T19:00:47.261Z Compiling structmeta-derive v0.3.0
14672026-08-18T19:00:47.328Z Compiling thread-id v5.1.0
14682026-08-18T19:00:47.410Z Compiling cpufeatures v0.3.0
14692026-08-18T19:00:47.423Z Compiling adler2 v2.0.1
14702026-08-18T19:00:47.482Z Compiling crossbeam-utils v0.8.22
14712026-08-18T19:00:47.551Z Compiling simd-adler32 v0.3.10
14722026-08-18T19:00:47.754Z Compiling miniz_oxide v0.8.9
14732026-08-18T19:00:47.779Z Compiling newtype-uuid-macros v0.1.1
14742026-08-18T19:00:47.803Z Compiling futures v0.3.34
14752026-08-18T19:00:47.878Z Compiling rand_core v0.9.5
14762026-08-18T19:00:48.283Z Compiling darling_core v0.23.0
14772026-08-18T19:00:48.287Z Compiling structmeta v0.3.0
14782026-08-18T19:00:48.409Z Compiling hybrid-array v0.4.14
14792026-08-18T19:00:48.491Z Compiling hyper v1.11.0
14802026-08-18T19:00:48.714Z Compiling dof v0.4.0
14812026-08-18T19:00:48.865Z Compiling thread_local v1.1.10
14822026-08-18T19:00:49.142Z Compiling match_cfg v0.1.0
14832026-08-18T19:00:49.150Z Compiling flate2 v1.1.9
14842026-08-18T19:00:49.562Z Compiling hyper-util v0.1.20
14852026-08-18T19:00:50.058Z Compiling newtype-uuid v1.4.0
14862026-08-18T19:00:50.222Z Compiling quick-error v1.2.3
14872026-08-18T19:00:50.226Z Compiling compression-core v0.4.32
14882026-08-18T19:00:50.329Z Compiling slog-async v2.8.0
14892026-08-18T19:00:50.388Z Compiling ref-cast v1.0.26
14902026-08-18T19:00:50.391Z Compiling darling_macro v0.23.0
14912026-08-18T19:00:50.656Z Compiling compression-codecs v0.4.38
14922026-08-18T19:00:50.681Z Compiling daft v0.1.8
14932026-08-18T19:00:50.786Z Compiling crypto-common v0.2.2
14942026-08-18T19:00:50.877Z Compiling usdt-attr-macro v0.6.0
14952026-08-18T19:00:50.914Z Compiling usdt-macro v0.6.0
14962026-08-18T19:00:50.954Z Compiling block-buffer v0.12.1
14972026-08-18T19:00:51.057Z Compiling darling v0.23.0
14982026-08-18T19:00:51.115Z Compiling rand_chacha v0.9.0
14992026-08-18T19:00:51.271Z Compiling strum_macros v0.26.4
15002026-08-18T19:00:51.283Z Compiling ref-cast-impl v1.0.26
15012026-08-18T19:00:51.563Z Compiling serde_spanned v1.1.1
15022026-08-18T19:00:51.574Z Compiling generic-array v0.14.7
15032026-08-18T19:00:51.711Z Compiling multer v3.1.0
15042026-08-18T19:00:51.793Z Compiling take_mut v0.2.2
15052026-08-18T19:00:51.864Z Compiling term v1.2.1
15062026-08-18T19:00:51.902Z Compiling const-oid v0.10.2
15072026-08-18T19:00:51.930Z Compiling debug-ignore v1.0.5
15082026-08-18T19:00:51.951Z Compiling bit-vec v0.8.0
15092026-08-18T19:00:52.029Z Compiling toml_writer v1.1.2+spec-1.1.0
15102026-08-18T19:00:52.054Z Compiling digest v0.11.3
15112026-08-18T19:00:52.158Z Compiling bit-set v0.8.0
15122026-08-18T19:00:52.202Z Compiling rand v0.9.5
15132026-08-18T19:00:52.212Z Compiling serde_with_macros v3.22.0
15142026-08-18T19:00:52.236Z Compiling async-stream-impl v0.3.6
15152026-08-18T19:00:52.317Z Compiling dropshot v0.17.1
15162026-08-18T19:00:52.542Z Compiling encoding_rs v0.8.35
15172026-08-18T19:00:52.563Z Compiling spin v0.9.9
15182026-08-18T19:00:52.680Z Compiling unarray v0.1.4
15192026-08-18T19:00:52.788Z Compiling syn v1.0.109
15202026-08-18T19:00:52.800Z Compiling mime v0.3.17
15212026-08-18T19:00:52.866Z Compiling async-stream v0.3.6
15222026-08-18T19:00:52.912Z Compiling strum v0.26.3
15232026-08-18T19:00:53.039Z Compiling sha1 v0.11.0
15242026-08-18T19:00:53.090Z Compiling derive-ex v0.1.8
15252026-08-18T19:00:53.142Z Compiling tower v0.5.3
15262026-08-18T19:00:53.279Z Compiling dropshot_endpoint v0.17.1
15272026-08-18T19:00:53.282Z Compiling macaddr v1.0.1
15282026-08-18T19:00:53.341Z Compiling waitgroup v0.1.2
15292026-08-18T19:00:53.505Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-08-18T19:00:53.555Z Compiling serde_path_to_error v0.1.20
15312026-08-18T19:00:53.903Z Compiling tower-http v0.6.11
15322026-08-18T19:00:53.974Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-08-18T19:00:54.102Z Compiling tempfile v3.27.0
15342026-08-18T19:00:54.175Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15352026-08-18T19:00:54.316Z Compiling openapiv3 v2.2.0
15362026-08-18T19:00:54.350Z Compiling strum_macros v0.27.2
15372026-08-18T19:00:54.635Z Compiling test-strategy v0.4.5
15382026-08-18T19:00:54.908Z Compiling time v0.3.55
15392026-08-18T19:00:55.655Z Compiling rustls-native-certs v0.8.4
15402026-08-18T19:00:55.986Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15412026-08-18T19:00:56.005Z Compiling crossbeam-channel v0.5.16
15422026-08-18T19:00:56.020Z Compiling crypto-common v0.1.7
15432026-08-18T19:00:56.183Z Compiling strum v0.27.2
15442026-08-18T19:00:56.486Z Compiling parse-display-derive v0.10.0
15452026-08-18T19:00:56.609Z Compiling backon v1.6.0
15462026-08-18T19:00:56.786Z Compiling rand_chacha v0.3.1
15472026-08-18T19:00:57.134Z Compiling instant v0.1.13
15482026-08-18T19:00:57.253Z Compiling rand v0.8.7
15492026-08-18T19:00:57.394Z Compiling slog-json v2.6.1
15502026-08-18T19:00:57.536Z Compiling hostname v0.3.1
15512026-08-18T19:00:57.651Z Compiling toml_parser v1.1.3+spec-1.1.0
15522026-08-18T19:00:57.674Z Compiling toml_datetime v1.1.1+spec-1.1.0
15532026-08-18T19:00:57.869Z Compiling wait-timeout v0.2.1
15542026-08-18T19:00:57.904Z Compiling is-terminal v0.4.17
15552026-08-18T19:00:57.915Z Compiling memmap2 v0.9.11
15562026-08-18T19:00:58.134Z Compiling either v1.17.0
15572026-08-18T19:00:58.141Z Compiling usdt v0.6.0
15582026-08-18T19:00:58.156Z Compiling toml v1.1.4+spec-1.1.0
15592026-08-18T19:00:58.173Z Compiling rusty-fork v0.3.1
15602026-08-18T19:00:58.356Z Compiling slog-term v2.9.2
15612026-08-18T19:00:58.421Z Compiling slog-bunyan v2.5.0
15622026-08-18T19:00:58.491Z Compiling serde_with v3.22.0
15632026-08-18T19:00:58.530Z Compiling async-compression v0.4.43
15642026-08-18T19:00:58.551Z Compiling rand_xorshift v0.4.0
15652026-08-18T19:00:58.697Z Compiling rustls-pemfile v2.2.0
15662026-08-18T19:00:58.838Z Compiling regress v0.10.5
15672026-08-18T19:00:58.896Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15682026-08-18T19:00:59.001Z Compiling hostname v0.4.2
15692026-08-18T19:00:59.051Z Compiling humantime v2.4.0
15702026-08-18T19:00:59.144Z Compiling proptest v1.11.0
15712026-08-18T19:00:59.325Z Compiling iddqd v0.4.6
15722026-08-18T19:00:59.584Z Compiling reqwest v0.12.28
15732026-08-18T19:00:59.683Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15742026-08-18T19:00:59.926Z Compiling block-buffer v0.10.4
15752026-08-18T19:01:00.255Z Compiling digest v0.10.7
15762026-08-18T19:01:00.287Z Compiling itertools v0.14.0
15772026-08-18T19:01:00.467Z Compiling parse-display v0.10.0
15782026-08-18T19:01:00.558Z Compiling progenitor-client v0.10.0
15792026-08-18T19:01:00.852Z Compiling backoff v0.4.0
15802026-08-18T19:01:00.863Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15812026-08-18T19:01:01.586Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15822026-08-18T19:01:02.764Z Compiling regress v0.11.1
15832026-08-18T19:01:03.687Z Compiling toml_datetime v0.6.11
15842026-08-18T19:01:03.963Z Compiling zerocopy-derive v0.7.35
15852026-08-18T19:01:04.012Z Compiling convert_case v0.4.0
15862026-08-18T19:01:04.297Z Compiling typify-impl v0.6.2
15872026-08-18T19:01:04.309Z Compiling cpufeatures v0.2.17
15882026-08-18T19:01:04.378Z Compiling utf8parse v0.2.2
15892026-08-18T19:01:04.429Z Compiling derive_more v0.99.20
15902026-08-18T19:01:04.486Z Compiling anstyle-parse v1.0.0
15912026-08-18T19:01:04.815Z Compiling zerocopy v0.7.35
15922026-08-18T19:01:05.502Z Compiling anstyle-query v1.1.5
15932026-08-18T19:01:05.594Z Compiling is_terminal_polyfill v1.70.2
15942026-08-18T19:01:05.646Z Compiling colorchoice v1.0.5
15952026-08-18T19:01:05.692Z Compiling unicode-width v0.2.2
15962026-08-18T19:01:05.763Z Compiling anstyle v1.0.14
15972026-08-18T19:01:05.980Z Compiling anstream v1.0.0
15982026-08-18T19:01:06.304Z Compiling secrecy v0.10.3
15992026-08-18T19:01:06.644Z Compiling tinyvec_macros v0.1.1
16002026-08-18T19:01:06.707Z Compiling crucible-workspace-hack v0.1.0
16012026-08-18T19:01:06.718Z Compiling float-ord v0.3.2
16022026-08-18T19:01:06.779Z Compiling clap_lex v1.1.0
16032026-08-18T19:01:06.826Z Compiling tinyvec v1.12.0
16042026-08-18T19:01:07.165Z Compiling dtrace-parser v0.2.0
16052026-08-18T19:01:07.269Z Compiling scroll_derive v0.12.1
16062026-08-18T19:01:07.306Z Compiling num-integer v0.1.47
16072026-08-18T19:01:07.352Z Compiling rustc_version v0.4.1
16082026-08-18T19:01:07.620Z Compiling usdt-impl v0.5.0
16092026-08-18T19:01:07.969Z Compiling scroll v0.12.0
16102026-08-18T19:01:07.972Z Compiling curve25519-dalek v4.1.3
16112026-08-18T19:01:08.233Z Compiling dof v0.3.0
16122026-08-18T19:01:08.284Z Compiling hmac v0.12.1
16132026-08-18T19:01:08.418Z Compiling inout v0.1.4
16142026-08-18T19:01:08.562Z Compiling darling_core v0.21.3
16152026-08-18T19:01:08.573Z Compiling ff v0.13.1
16162026-08-18T19:01:08.573Z Compiling clap_derive v4.6.4
16172026-08-18T19:01:08.577Z Compiling thread-id v4.2.2
16182026-08-18T19:01:08.650Z Compiling crossbeam-epoch v0.9.20
16192026-08-18T19:01:08.713Z Compiling group v0.13.0
16202026-08-18T19:01:08.899Z Compiling cipher v0.4.4
16212026-08-18T19:01:09.170Z Compiling hkdf v0.12.4
16222026-08-18T19:01:09.326Z Compiling goblin v0.8.2
16232026-08-18T19:01:09.404Z Compiling num-iter v0.1.46
16242026-08-18T19:01:09.524Z Compiling num-rational v0.4.2
16252026-08-18T19:01:09.838Z Compiling toml_edit v0.25.13+spec-1.1.0
16262026-08-18T19:01:09.972Z Compiling thiserror-impl-no-std v2.0.2
16272026-08-18T19:01:10.141Z Compiling universal-hash v0.5.1
16282026-08-18T19:01:10.182Z Compiling crypto-bigint v0.5.5
16292026-08-18T19:01:10.270Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16302026-08-18T19:01:10.676Z Compiling typify-macro v0.6.2
16312026-08-18T19:01:10.676Z Compiling darling_macro v0.21.3
16322026-08-18T19:01:10.737Z Compiling terminal_size v0.4.4
16332026-08-18T19:01:10.875Z Compiling half v2.7.1
16342026-08-18T19:01:11.041Z Compiling curve25519-dalek-derive v0.1.1
16352026-08-18T19:01:11.124Z Compiling num-complex v0.4.6
16362026-08-18T19:01:11.409Z Compiling base64ct v1.8.3
16372026-08-18T19:01:11.423Z Compiling base16ct v0.2.0
16382026-08-18T19:01:11.509Z Compiling opaque-debug v0.3.1
16392026-08-18T19:01:11.575Z Compiling ciborium-io v0.2.2
16402026-08-18T19:01:11.586Z Compiling poly1305 v0.8.0
16412026-08-18T19:01:11.668Z Compiling ciborium-ll v0.2.2
16422026-08-18T19:01:11.711Z Compiling password-hash v0.5.0
16432026-08-18T19:01:11.999Z Compiling elliptic-curve v0.13.8
16442026-08-18T19:01:12.150Z Compiling num v0.4.3
16452026-08-18T19:01:12.262Z Compiling darling v0.21.3
16462026-08-18T19:01:12.274Z Compiling thiserror-no-std v2.0.2
16472026-08-18T19:01:12.361Z Compiling proc-macro-crate v3.5.0
16482026-08-18T19:01:12.836Z Compiling typify v0.6.2
16492026-08-18T19:01:12.860Z Compiling chacha20 v0.9.1
16502026-08-18T19:01:12.924Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16512026-08-18T19:01:13.136Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16522026-08-18T19:01:13.540Z Compiling blake2 v0.10.6
16532026-08-18T19:01:13.617Z Compiling aead v0.5.2
16542026-08-18T19:01:13.669Z Compiling byte-wrapper v0.1.0
16552026-08-18T19:01:13.776Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16562026-08-18T19:01:13.995Z Compiling proc-macro-error-attr v1.0.4
16572026-08-18T19:01:14.118Z Compiling prettyplease v0.2.37
16582026-08-18T19:01:14.244Z Compiling heapless v0.8.0
16592026-08-18T19:01:14.250Z Compiling unsafe-libyaml v0.2.11
16602026-08-18T19:01:14.355Z Compiling keccak v0.1.6
16612026-08-18T19:01:14.518Z Compiling rustix v0.38.44
16622026-08-18T19:01:14.758Z Compiling serde_yaml v0.9.34+deprecated
16632026-08-18T19:01:14.902Z Compiling sha3 v0.10.9
16642026-08-18T19:01:15.479Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16652026-08-18T19:01:15.592Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-08-18T19:01:15.885Z Compiling argon2 v0.5.3
16672026-08-18T19:01:16.076Z Compiling chacha20poly1305 v0.10.1
16682026-08-18T19:01:16.363Z Compiling num_enum_derive v0.7.6
16692026-08-18T19:01:16.407Z Compiling vsss-rs v3.3.4
16702026-08-18T19:01:16.424Z Compiling ingot-macros v0.1.1
16712026-08-18T19:01:16.481Z Compiling ciborium v0.2.2
16722026-08-18T19:01:17.198Z Compiling clap_builder v4.6.6
16732026-08-18T19:01:17.397Z Compiling usdt-attr-macro v0.5.0
16742026-08-18T19:01:17.422Z Compiling usdt-macro v0.5.0
16752026-08-18T19:01:18.907Z Compiling serde_spanned v0.6.9
16762026-08-18T19:01:19.057Z Compiling hash32 v0.3.1
16772026-08-18T19:01:19.115Z Compiling enum-as-inner v0.6.1
16782026-08-18T19:01:19.175Z Compiling proc-macro-error v1.0.4
16792026-08-18T19:01:19.205Z Compiling memmap v0.7.0
16802026-08-18T19:01:19.395Z Compiling memoffset v0.9.1
16812026-08-18T19:01:19.398Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16822026-08-18T19:01:19.472Z Compiling indent_write v2.2.0
16832026-08-18T19:01:19.612Z Compiling data-encoding v2.11.1
16842026-08-18T19:01:19.636Z Compiling cfg_aliases v0.2.2
16852026-08-18T19:01:19.639Z Compiling smoltcp v0.11.0
16862026-08-18T19:01:19.657Z Compiling winnow v0.5.40
16872026-08-18T19:01:19.660Z Compiling winnow v0.7.15
16882026-08-18T19:01:19.684Z Compiling toml_write v0.1.2
16892026-08-18T19:01:19.702Z Compiling nix v0.31.3
16902026-08-18T19:01:19.991Z Compiling usdt v0.5.0
16912026-08-18T19:01:20.068Z Compiling ingot-types v0.1.2
16922026-08-18T19:01:20.326Z Compiling clap v4.6.6
16932026-08-18T19:01:20.407Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-08-18T19:01:20.432Z Compiling num_enum v0.7.6
16952026-08-18T19:01:20.460Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16962026-08-18T19:01:20.496Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-08-18T19:01:20.786Z Compiling tabwriter v1.4.1
16982026-08-18T19:01:20.996Z Compiling toml_edit v0.19.15
16992026-08-18T19:01:21.012Z Compiling toml_edit v0.22.27
17002026-08-18T19:01:21.029Z Compiling cobs v0.3.0
17012026-08-18T19:01:21.088Z Compiling serde_repr v0.1.21
17022026-08-18T19:01:21.216Z Compiling vcpkg v0.2.15
17032026-08-18T19:01:21.228Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17042026-08-18T19:01:21.443Z Compiling bitflags v1.3.2
17052026-08-18T19:01:21.518Z Compiling crossbeam-deque v0.8.7
17062026-08-18T19:01:21.542Z Compiling managed v0.8.0
17072026-08-18T19:01:21.671Z Compiling postcard v1.1.3
17082026-08-18T19:01:21.771Z Compiling openssl-sys v0.9.117
17092026-08-18T19:01:22.070Z Compiling ingot v0.1.1
17102026-08-18T19:01:22.327Z Compiling proc-macro-crate v1.3.1
17112026-08-18T19:01:22.747Z Compiling toml v0.8.23
17122026-08-18T19:01:23.546Z Compiling hubpack_derive v0.1.1
17132026-08-18T19:01:23.687Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17142026-08-18T19:01:23.953Z Compiling rustls-webpki v0.103.14
17152026-08-18T19:01:24.087Z Compiling foreign-types-macros v0.2.4
17162026-08-18T19:01:24.280Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17172026-08-18T19:01:24.312Z Compiling rayon-core v1.13.0
17182026-08-18T19:01:24.529Z Compiling linked-hash-map v0.5.6
17192026-08-18T19:01:24.541Z Compiling unicode-segmentation v1.13.3
17202026-08-18T19:01:24.553Z Compiling swrite v0.1.0
17212026-08-18T19:01:24.644Z Compiling semver v0.1.20
17222026-08-18T19:01:24.712Z Compiling resolv-conf v0.7.6
17232026-08-18T19:01:24.723Z Compiling static_assertions v1.1.0
17242026-08-18T19:01:24.795Z Compiling colored v3.1.1
17252026-08-18T19:01:24.909Z Compiling heck v0.4.1
17262026-08-18T19:01:24.966Z Compiling foreign-types-shared v0.3.1
17272026-08-18T19:01:24.988Z Compiling newline-converter v0.3.0
17282026-08-18T19:01:25.036Z Compiling foreign-types v0.5.0
17292026-08-18T19:01:25.057Z Compiling rustc_version v0.1.7
17302026-08-18T19:01:25.093Z Compiling lru-cache v0.1.2
17312026-08-18T19:01:25.124Z Compiling hubpack v0.1.2
17322026-08-18T19:01:25.135Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17332026-08-18T19:01:25.212Z Compiling num_enum_derive v0.5.11
17342026-08-18T19:01:25.343Z Compiling atomicwrites v0.4.4
17352026-08-18T19:01:25.441Z Compiling hickory-proto v0.24.4
17362026-08-18T19:01:25.590Z Compiling progenitor-impl v0.13.0
17372026-08-18T19:01:26.317Z Compiling console v0.15.11
17382026-08-18T19:01:26.333Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17392026-08-18T19:01:26.854Z Compiling camino-tempfile v1.4.1
17402026-08-18T19:01:26.986Z Compiling chacha20 v0.10.1
17412026-08-18T19:01:26.997Z Compiling serde-big-array v0.5.1
17422026-08-18T19:01:27.009Z Compiling derive-where v1.6.1
17432026-08-18T19:01:27.104Z Compiling num-derive v0.4.2
17442026-08-18T19:01:27.139Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-08-18T19:01:27.249Z Compiling pin-project-internal v1.1.13
17462026-08-18T19:01:27.663Z Compiling tokio-rustls v0.26.4
17472026-08-18T19:01:27.941Z Compiling hyper-rustls v0.27.9
17482026-08-18T19:01:28.062Z Compiling rustls-platform-verifier v0.7.0
17492026-08-18T19:01:28.244Z Compiling reqwest v0.13.4
17502026-08-18T19:01:28.879Z Compiling cstr-argument v0.1.2
17512026-08-18T19:01:29.041Z Compiling similar v2.7.0
17522026-08-18T19:01:29.061Z Compiling minimal-lexical v0.2.1
17532026-08-18T19:01:29.182Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17542026-08-18T19:01:29.323Z Compiling siphasher v1.0.3
17552026-08-18T19:01:29.420Z Compiling nom v7.1.3
17562026-08-18T19:01:29.524Z Compiling progenitor-client v0.14.0
17572026-08-18T19:01:29.829Z Compiling progenitor-extras v0.2.0
17582026-08-18T19:01:29.980Z Compiling phf_shared v0.12.1
17592026-08-18T19:01:30.158Z Compiling progenitor-client v0.13.0
17602026-08-18T19:01:30.463Z Compiling expectorate v1.2.0
17612026-08-18T19:01:30.644Z Compiling progenitor-macro v0.13.0
17622026-08-18T19:01:30.688Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632026-08-18T19:01:30.782Z Compiling pin-project v1.1.13
17642026-08-18T19:01:30.885Z Compiling hickory-resolver v0.24.4
17652026-08-18T19:01:30.958Z Compiling rand v0.10.2
17662026-08-18T19:01:31.364Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-08-18T19:01:32.622Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17682026-08-18T19:01:33.138Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17692026-08-18T19:01:33.266Z Compiling num_enum v0.5.11
17702026-08-18T19:01:33.558Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17712026-08-18T19:01:33.768Z Compiling newtype_derive v0.1.6
17722026-08-18T19:01:35.261Z Compiling progenitor-impl v0.14.0
17732026-08-18T19:01:35.439Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-08-18T19:01:35.485Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-08-18T19:01:35.498Z Compiling unicode-normalization v0.1.25
17762026-08-18T19:01:36.035Z Compiling tokio-stream v0.1.19
17772026-08-18T19:01:36.536Z Compiling snafu-derive v0.8.9
17782026-08-18T19:01:37.568Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17792026-08-18T19:01:37.834Z Compiling async-recursion v1.1.1
17802026-08-18T19:01:37.852Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17812026-08-18T19:01:38.058Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17822026-08-18T19:01:38.154Z Compiling slog-dtrace v0.3.0
17832026-08-18T19:01:38.263Z Compiling bstr v1.13.1
17842026-08-18T19:01:38.388Z Compiling csv-core v0.1.13
17852026-08-18T19:01:38.524Z Compiling jiff-core v0.1.0
17862026-08-18T19:01:38.536Z Compiling konst_macro_rules v0.2.19
17872026-08-18T19:01:38.660Z Compiling cancel-safe-futures v0.1.5
17882026-08-18T19:01:38.716Z Compiling owo-colors v4.3.0
17892026-08-18T19:01:38.759Z Compiling same-file v1.0.6
17902026-08-18T19:01:38.903Z Compiling openssl v0.10.81
17912026-08-18T19:01:38.930Z Compiling foldhash v0.1.5
17922026-08-18T19:01:38.941Z Compiling highway v1.3.0
17932026-08-18T19:01:39.045Z Compiling chrono-tz v0.10.4
17942026-08-18T19:01:39.058Z Compiling unicode-xid v0.2.6
17952026-08-18T19:01:39.109Z Compiling foreign-types-shared v0.1.1
17962026-08-18T19:01:39.172Z Compiling unicode-width v0.1.14
17972026-08-18T19:01:39.183Z Compiling const_format_proc_macros v0.2.34
17982026-08-18T19:01:39.198Z Compiling foreign-types v0.3.2
17992026-08-18T19:01:39.278Z Compiling jiff v0.2.35
18002026-08-18T19:01:39.308Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-08-18T19:01:39.329Z Compiling hashbrown v0.15.5
18022026-08-18T19:01:39.496Z Compiling progenitor-macro v0.14.0
18032026-08-18T19:01:39.725Z Compiling walkdir v2.5.0
18042026-08-18T19:01:39.736Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-08-18T19:01:39.863Z Compiling konst v0.2.20
18062026-08-18T19:01:39.985Z Compiling globset v0.4.20
18072026-08-18T19:01:40.078Z Compiling csv v1.4.0
18082026-08-18T19:01:40.150Z Compiling snafu v0.8.9
18092026-08-18T19:01:40.708Z Compiling qorb v0.4.1
18102026-08-18T19:01:40.840Z Compiling progenitor v0.13.0
18112026-08-18T19:01:40.986Z Compiling olpc-cjson v0.1.4
18122026-08-18T19:01:41.160Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-18T19:01:41.216Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-08-18T19:01:42.183Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-08-18T19:01:42.397Z Compiling rayon v1.12.0
18162026-08-18T19:01:43.382Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18172026-08-18T19:01:43.731Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18182026-08-18T19:01:43.881Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-18T19:01:44.192Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-08-18T19:01:44.353Z Compiling phf v0.12.1
18212026-08-18T19:01:44.512Z Compiling zone_cfg_derive v0.3.1
18222026-08-18T19:01:44.745Z Compiling tokio-dtrace v0.1.1
18232026-08-18T19:01:44.863Z Compiling itertools v0.12.1
18242026-08-18T19:01:45.017Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18252026-08-18T19:01:45.155Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18262026-08-18T19:01:45.199Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-18T19:01:45.219Z Compiling libsw-core v0.3.2
18282026-08-18T19:01:45.393Z Compiling serde_plain v1.0.2
18292026-08-18T19:01:45.534Z Compiling pem v3.0.6
18302026-08-18T19:01:45.673Z Compiling openssl-macros v0.1.1
18312026-08-18T19:01:45.857Z Compiling cookie v0.18.2
18322026-08-18T19:01:45.942Z Compiling sigpipe v0.1.3
18332026-08-18T19:01:46.034Z Compiling glob v0.3.4
18342026-08-18T19:01:46.095Z Compiling typed-path v0.9.3
18352026-08-18T19:01:46.167Z Compiling fixedbitset v0.4.2
18362026-08-18T19:01:46.170Z Compiling fixedbitset v0.5.7
18372026-08-18T19:01:46.424Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-08-18T19:01:46.498Z Compiling bytecount v0.6.9
18392026-08-18T19:01:46.526Z Compiling petgraph v0.8.3
18402026-08-18T19:01:46.538Z Compiling petgraph v0.6.5
18412026-08-18T19:01:46.642Z Compiling papergrid v0.11.0
18422026-08-18T19:01:46.677Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-08-18T19:01:47.028Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-08-18T19:01:47.274Z Compiling tough v0.22.0
18452026-08-18T19:01:47.489Z Compiling zone v0.3.1
18462026-08-18T19:01:48.053Z Compiling progenitor v0.14.0
18472026-08-18T19:01:48.202Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18482026-08-18T19:01:48.291Z Compiling libsw v3.5.0
18492026-08-18T19:01:48.326Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18502026-08-18T19:01:48.420Z Compiling oxide-tokio-rt v0.1.6
18512026-08-18T19:01:48.465Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18522026-08-18T19:01:48.574Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-08-18T19:01:48.749Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-08-18T19:01:48.987Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-08-18T19:01:49.029Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-08-18T19:01:49.378Z Compiling const_format v0.2.36
18572026-08-18T19:01:49.906Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-08-18T19:01:49.975Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18592026-08-18T19:01:50.203Z Compiling tabled_derive v0.7.0
18602026-08-18T19:01:50.383Z Compiling gethostname v0.5.0
18612026-08-18T19:01:50.441Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18622026-08-18T19:01:50.496Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-18T19:01:50.506Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-08-18T19:01:50.701Z Compiling smf v0.2.3
18652026-08-18T19:01:50.725Z Compiling bcs v0.1.6
18662026-08-18T19:01:50.739Z Compiling linear-map v1.2.0
18672026-08-18T19:01:50.927Z Compiling termtree v0.5.1
18682026-08-18T19:01:51.050Z Compiling whoami v1.6.1
18692026-08-18T19:01:51.085Z Compiling smawk v0.3.3
18702026-08-18T19:01:51.222Z Compiling lazy_static v1.5.0
18712026-08-18T19:01:51.245Z Compiling tagptr v0.2.0
18722026-08-18T19:01:51.317Z Compiling unicode-linebreak v0.1.5
18732026-08-18T19:01:51.331Z Compiling steno v0.4.1
18742026-08-18T19:01:51.371Z Compiling moka v0.12.16
18752026-08-18T19:01:51.398Z Compiling tabled v0.15.0
18762026-08-18T19:01:51.565Z Compiling textwrap v0.16.2
18772026-08-18T19:01:51.946Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-18T19:01:52.097Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-08-18T19:01:52.180Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-08-18T19:01:53.602Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-08-18T19:01:53.633Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-08-18T19:01:54.149Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-08-18T19:01:54.588Z Compiling hickory-proto v0.25.2
18842026-08-18T19:01:54.720Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18852026-08-18T19:01:54.989Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-18T19:01:55.104Z Compiling libscf-sys v1.2.0
18872026-08-18T19:01:55.120Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18882026-08-18T19:01:55.252Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18892026-08-18T19:01:55.367Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18902026-08-18T19:01:55.758Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18912026-08-18T19:01:55.852Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18922026-08-18T19:01:55.864Z Compiling internet-checksum v0.2.1
18932026-08-18T19:01:55.868Z Compiling nom v8.0.0
18942026-08-18T19:01:56.006Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18952026-08-18T19:01:56.519Z Compiling hickory-resolver v0.25.2
18962026-08-18T19:01:57.349Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-08-18T19:01:57.977Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18982026-08-18T19:02:03.013Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-08-18T19:02:03.081Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19002026-08-18T19:02:10.801Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-08-18T19:02:12.407Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-08-18T19:02:13.446Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19032026-08-18T19:02:14.409Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19042026-08-18T19:02:15.284Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
19052026-08-18T19:02:39.258Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19062026-08-18T19:02:39.443Z────────────
19072026-08-18T19:02:39.443Z Nextest run ID 0a3dc663-c602-4f4c-996c-eb5cef056d98 with nextest profile: default
19082026-08-18T19:02:39.443Z Starting 39 tests across 2 binaries
19092026-08-18T19:02:39.446Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_from_link_local_replies_to_sender
19102026-08-18T19:02:39.446Z PASS [ 0.006s] ndp router_discovery::test::router_advertisement_rejects_nonzero_code
19112026-08-18T19:02:39.446Z PASS [ 0.006s] ndp router_discovery::test::router_advertisement_checksum_defaults_to_all_nodes_multicast
19122026-08-18T19:02:39.450Z PASS [ 0.007s] ndp router_discovery::test::minimum_router_advertisement
19132026-08-18T19:02:39.450Z PASS [ 0.007s] ndp router_discovery::test::minimum_router_solicitation
19142026-08-18T19:02:39.450Z PASS [ 0.007s] ndp router_discovery::test::router_solicitation_from_non_link_local_is_ignored
19152026-08-18T19:02:39.450Z PASS [ 0.007s] ndp router_discovery::test::router_solicitation_accepts_complete_unknown_option
19162026-08-18T19:02:39.450Z PASS [ 0.007s] ndp router_discovery::test::router_solicitation_checksum_uses_all_routers_multicast
19172026-08-18T19:02:39.453Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_from_unspecified_replies_to_all_nodes
19182026-08-18T19:02:39.453Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_from_unspecified_rejects_slla
19192026-08-18T19:02:39.453Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_rejects_trailing_partial_option
19202026-08-18T19:02:39.453Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_rejects_multicast_source
19212026-08-18T19:02:39.453Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_rejects_truncated_option_body
19222026-08-18T19:02:39.453Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_rejects_truncated_option_header
19232026-08-18T19:02:39.453Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_rejects_truncated_payload
19242026-08-18T19:02:39.456Z PASS [ 0.006s] ndp router_discovery::test::router_solicitation_rejects_zero_length_option
19252026-08-18T19:02:39.459Z PASS [ 0.005s] ndp router_discovery::test::router_solicitation_with_link_layer_addr
19262026-08-18T19:02:39.459Z PASS [ 0.006s] ndp util::tests::ra_older_than_reachable_time_is_expired
19272026-08-18T19:02:39.459Z PASS [ 0.005s] ndp util::tests::ra_within_reachable_time_is_not_expired
19282026-08-18T19:02:39.459Z PASS [ 0.006s] ndp util::tests::zero_reachable_time_expires_after_default
19292026-08-18T19:02:39.464Z PASS [ 0.010s] unnumbered interface::tests::manual_interface_reports_available_runtime_state
19302026-08-18T19:02:39.464Z PASS [ 0.010s] unnumbered interface::tests::manual_interface_records_and_clears_discovered_neighbor
19312026-08-18T19:02:39.467Z PASS [ 0.011s] unnumbered interface::tests::interface_map_indexes_by_name_and_scope_id
19322026-08-18T19:02:39.467Z PASS [ 0.011s] unnumbered interface::tests::interface_map_overwrites_name_and_scope_id_collisions
19332026-08-18T19:02:39.467Z PASS [ 0.008s] unnumbered interface::tests::new_manual_rejects_non_link_local_address
19342026-08-18T19:02:39.472Z PASS [ 0.009s] unnumbered manager::tests::addr_change_restarts_runtime
19352026-08-18T19:02:39.472Z PASS [ 0.009s] unnumbered manager::tests::active_interface_drives_manager_queries_and_bgp_trait
19362026-08-18T19:02:39.474Z PASS [ 0.009s] unnumbered manager::tests::expired_discovered_router_converts_to_absent_api_peer
19372026-08-18T19:02:39.474Z PASS [ 0.010s] unnumbered manager::tests::configured_interface_reactivates_after_flap
19382026-08-18T19:02:39.475Z PASS [ 0.010s] unnumbered manager::tests::drop_releases_manager
19392026-08-18T19:02:39.475Z PASS [ 0.008s] unnumbered manager::tests::live_discovered_router_converts_to_api_peer
19402026-08-18T19:02:39.475Z PASS [ 0.010s] unnumbered manager::tests::failed_reactivation_leaves_interface_pending
19412026-08-18T19:02:39.478Z PASS [ 0.009s] unnumbered manager::tests::pending_interface_derivation
19422026-08-18T19:02:39.478Z PASS [ 0.009s] unnumbered manager::tests::real_manager_runs_monitor_and_drop_joins_it
19432026-08-18T19:02:39.481Z PASS [ 0.008s] unnumbered manager::tests::reconciler_retains_unchanged_interface
19442026-08-18T19:02:39.484Z PASS [ 0.009s] unnumbered manager::tests::runtime_unaffected_by_lifetime_change
19452026-08-18T19:02:39.484Z PASS [ 0.009s] unnumbered manager::tests::unconfigure_interface_clears_pending_and_active_state
19462026-08-18T19:02:39.484Z PASS [ 0.009s] unnumbered manager::tests::scope_change_restarts_runtime
19472026-08-18T19:02:39.564Z PASS [ 0.106s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
19482026-08-18T19:02:39.568Z────────────
19492026-08-18T19:02:39.568Z Summary [ 0.125s] 39 tests run: 39 passed, 0 skipped
19502026-08-18T19:02:39.578Zprocess exited: duration 329949 ms, exit code 0
 
19512026-08-18T19:02:39.585Zfound 0 output files