01KXNY7RR4N02J343WHBMY9C0W: 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: 01KXNY8PT3K0A988PYQM084TM7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:07:02.314Zjob assigned to worker 01KXNY95A480FJX91VASGK4KMS [factory aws, i-09ab85cbcc25be266] (queued for 1 m 6 s)
 
22026-07-16T17:07:09.002Zstarting task 0: "setup"
32026-07-16T17:07:09.009Z++ uname -s
42026-07-16T17:07:09.012Z+ kern=SunOS
52026-07-16T17:07:09.012Z+ build_user=build
62026-07-16T17:07:09.012Z+ build_uid=12345
72026-07-16T17:07:09.012Z+ work_dir=/work
82026-07-16T17:07:09.012Z+ input_dir=/input
92026-07-16T17:07:09.012Z+ [[ 0 == 12345 ]]
102026-07-16T17:07:09.012Z+ case "$kern" in
112026-07-16T17:07:09.012Z+ groupadd -g 12345 build
122026-07-16T17:07:09.015Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:07:11.020Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:07:11.107Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:07:11.110Z+ home_fs=zfs
162026-07-16T17:07:11.110Z+ [[ zfs == autofs ]]
172026-07-16T17:07:11.110Z+ mkdir -p /home/build
182026-07-16T17:07:11.110Z+ chown build:build /home/build /work
192026-07-16T17:07:13.110Z+ chmod 0700 /home/build /work
202026-07-16T17:07:13.113Zprocess exited: duration 4110 ms, exit code 0
 
212026-07-16T17:07:13.120Zstarting task 1: "rust-toolchain"
222026-07-16T17:07:13.124Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T17:07:13.124Z * rust toolchain channel = "stable"
242026-07-16T17:07:13.124Z * rust toolchain profile = "default"
252026-07-16T17:07:13.124Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T17:07:13.124Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:07:13.124Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T17:07:13.127Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:07:13.127Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T17:07:13.224Zinfo: downloading installer
312026-07-16T17:07:14.881Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T17:07:14.881Zwarn: /opt/ooce/bin
332026-07-16T17:07:14.881Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T17:07:14.881Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T17:07:14.881Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T17:07:14.881Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T17:07:14.881Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T17:07:14.881Zerror: cannot install while Rust is installed
392026-07-16T17:07:14.884Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T17:07:14.884Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T17:07:14.884Zwarn: /home/build/.rustup/settings.toml
422026-07-16T17:07:14.884Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T17:07:14.884Zwarn: instead of the one inferred from the default host triple.
442026-07-16T17:07:14.893Zinfo: profile set to default
452026-07-16T17:07:14.893Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T17:07:14.898Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T17:07:15.033Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-16T17:07:15.036Zinfo: downloading 6 components
492026-07-16T17:07:30.466Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-16T17:07:30.466Z
512026-07-16T17:07:30.494Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-16T17:07:30.494Z
532026-07-16T17:07:30.494Z
542026-07-16T17:07:30.494ZRust is installed now. Great!
552026-07-16T17:07:30.494Z
562026-07-16T17:07:30.497ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T17:07:30.498Zenvironment variable. This has not been done automatically.
582026-07-16T17:07:30.498Z
592026-07-16T17:07:30.499ZTo configure your current shell, you need to source
602026-07-16T17:07:30.499Zthe corresponding env file under $HOME/.cargo.
612026-07-16T17:07:30.499Z
622026-07-16T17:07:30.499ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T17:07:30.499Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T17:07:30.499Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T17:07:30.499Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T17:07:30.499Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T17:07:30.500Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T17:07:30.500Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T17:07:30.500Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T17:07:30.500Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T17:07:30.599Z+ rustup --version
722026-07-16T17:07:30.608Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T17:07:30.612Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T17:07:30.629Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-16T17:07:30.632Z+ cargo --version
762026-07-16T17:07:30.646Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-16T17:07:30.651Z+ rustc --version
782026-07-16T17:07:30.668Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-16T17:07:30.672Zprocess exited: duration 17548 ms, exit code 0
 
802026-07-16T17:07:30.680Zstarting task 2: "authentication"
812026-07-16T17:07:30.695ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-07-16T17:07:32.704Zprocess exited: duration 2023 ms, exit code 0
 
832026-07-16T17:07:32.713Zstarting task 3: "clone repository"
842026-07-16T17:07:32.716Z+ mkdir -p /work/oxidecomputer/maghemite
852026-07-16T17:07:32.719Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-07-16T17:07:32.827ZCloning into '/work/oxidecomputer/maghemite'...
872026-07-16T17:07:35.335Z+ cd /work/oxidecomputer/maghemite
882026-07-16T17:07:35.338Z+ git fetch origin d3c8f26d9bf94e252f4f2ff212222be337b14c24
892026-07-16T17:07:35.717ZFrom https://github.com/oxidecomputer/maghemite
902026-07-16T17:07:35.717Z * branch d3c8f26d9bf94e252f4f2ff212222be337b14c24 -> FETCH_HEAD
912026-07-16T17:07:35.722Z+ [[ -n john/bfd-async ]]
922026-07-16T17:07:35.725Z++ git branch --show-current
932026-07-16T17:07:35.726Z+ current=main
942026-07-16T17:07:35.726Z+ [[ main != john/bfd-async ]]
952026-07-16T17:07:35.726Z+ git branch -f john/bfd-async d3c8f26d9bf94e252f4f2ff212222be337b14c24
962026-07-16T17:07:35.730Z+ git checkout -f john/bfd-async
972026-07-16T17:07:35.746ZSwitched to branch 'john/bfd-async'
982026-07-16T17:07:35.749Z+ git reset --hard d3c8f26d9bf94e252f4f2ff212222be337b14c24
992026-07-16T17:07:35.765ZHEAD is now at d3c8f26 add test for poll response after long delay
1002026-07-16T17:07:35.770Zprocess exited: duration 3053 ms, exit code 0
 
1012026-07-16T17:07:35.776Zstarting task 4: "build"
1022026-07-16T17:07:35.780Z+ set -e
1032026-07-16T17:07:35.780Z+ source .github/buildomat/test-common.sh
1042026-07-16T17:07:35.785Z++ NEXTEST_VERSION=0.9.97
1052026-07-16T17:07:35.785Z++ PLATFORM=illumos
1062026-07-16T17:07:35.785Z++ banner install
1072026-07-16T17:07:35.786Z
1082026-07-16T17:07:35.786Z # # # #### ##### ## # #
1092026-07-16T17:07:35.786Z # ## # # # # # # #
1102026-07-16T17:07:35.786Z # # # # #### # # # # #
1112026-07-16T17:07:35.786Z # # # # # # ###### # #
1122026-07-16T17:07:35.786Z # # ## # # # # # # #
1132026-07-16T17:07:35.786Z # # # #### # # # ###### ######
1142026-07-16T17:07:35.786Z
1152026-07-16T17:07:35.786Z++ set +o errexit
1162026-07-16T17:07:35.786Z++ pkg info clang-15
1172026-07-16T17:07:35.789Z++ grep -qi installed
1182026-07-16T17:07:37.425Zpkg: info: no packages matching the following patterns you specified are
1192026-07-16T17:07:37.425Zinstalled on the system. Try querying remotely instead:
1202026-07-16T17:07:37.425Z
1212026-07-16T17:07:37.425Z clang-15
1222026-07-16T17:07:37.461Z++ [[ 1 != 0 ]]
1232026-07-16T17:07:37.461Z++ set -o errexit
1242026-07-16T17:07:37.464Z++ pfexec pkg install clang-15
1252026-07-16T17:07:47.006Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-07-16T17:07:54.784Z Startup: Caching catalogs ... Done
1272026-07-16T17:08:02.107ZPlanning: Solver setup ... Done
1282026-07-16T17:08:02.148ZPlanning: Running solver ... Done
1292026-07-16T17:08:02.293ZPlanning: Finding local manifests ... Done
1302026-07-16T17:08:02.317ZPlanning: Fetching manifests: 0/2 0% complete
1312026-07-16T17:08:03.620ZPlanning: Fetching manifests: 2/2 100% complete
1322026-07-16T17:08:03.650ZPlanning: Package planning ... Done
1332026-07-16T17:08:03.676ZPlanning: Merging actions ... Done
1342026-07-16T17:08:03.915ZPlanning: Checking for conflicting actions ... Done
1352026-07-16T17:08:03.922ZPlanning: Consolidating action changes ... Done
1362026-07-16T17:08:06.067ZPlanning: Evaluating mediators ... Done
1372026-07-16T17:08:06.070ZPlanning: Planning completed in 11.12 seconds
1382026-07-16T17:08:06.080Z Packages to install: 2
1392026-07-16T17:08:06.083Z Mediators to change: 2
1402026-07-16T17:08:06.083Z Services to change: 1
1412026-07-16T17:08:06.083Z Create boot environment: No
1422026-07-16T17:08:06.083ZCreate backup boot environment: No
1432026-07-16T17:08:06.153Z
1442026-07-16T17:08:06.153ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-07-16T17:08:11.659ZDownload: 980/3076 items 81.3/211.3MB 38% complete (17.2M/s)
1462026-07-16T17:08:16.660ZDownload: 1267/3076 items 113.9/211.3MB 53% complete (11.4M/s)
1472026-07-16T17:08:21.695ZDownload: 1749/3076 items 116.7/211.3MB 55% complete (3.9M/s)
1482026-07-16T17:08:26.708ZDownload: 1945/3076 items 117.1/211.3MB 55% complete (1.1M/s)
1492026-07-16T17:08:32.079ZDownload: 2002/3076 items 117.3/211.3MB 55% complete (238k/s)
1502026-07-16T17:08:40.515ZDownload: 2004/3076 items 117.3/211.3MB 55% complete (222k/s)
1512026-07-16T17:08:50.578ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
1522026-07-16T17:08:55.592ZDownload: 2165/3076 items 118.7/211.3MB 56% complete (171k/s)
1532026-07-16T17:09:00.695ZDownload: 2377/3076 items 119.1/211.3MB 56% complete (122k/s)
1542026-07-16T17:09:05.696ZDownload: 2915/3076 items 153.3/211.3MB 72% complete (3.4M/s)
1552026-07-16T17:09:15.762ZDownload: 3025/3076 items 201.7/211.3MB 95% complete (8.2M/s)
1562026-07-16T17:09:20.763ZDownload: 3026/3076 items 201.7/211.3MB 95% complete (229k/s)
1572026-07-16T17:09:26.907ZDownload: 3029/3076 items 201.7/211.3MB 95% complete (1.7k/s)
1582026-07-16T17:09:45.975ZDownload: 3032/3076 items 201.8/211.3MB 95% complete
1592026-07-16T17:09:46.463ZDownload: Completed 211.31 MB in 100.29 seconds (2.1M/s)
1602026-07-16T17:09:46.598Z Actions: 1/3418 actions (Installing new actions)
1612026-07-16T17:09:49.843Z Actions: Completed 3418 actions in 3.25 seconds.
1622026-07-16T17:09:50.491Z Done
1632026-07-16T17:09:50.491Z Done
1642026-07-16T17:09:51.234Z Done
1652026-07-16T17:09:55.539Z Done
1662026-07-16T17:09:55.641Z Done
1672026-07-16T17:09:55.644Z Done
1682026-07-16T17:09:55.783Z Done
1692026-07-16T17:09:56.480Z++ set -o errexit
1702026-07-16T17:09:56.480Z++ cargo --version
1712026-07-16T17:09:56.488Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1722026-07-16T17:09:56.652Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1732026-07-16T17:09:56.656Zinfo: downloading 6 components
1742026-07-16T17:10:12.224Zcargo 1.96.1 (356927216 2026-06-26)
1752026-07-16T17:10:12.237Z++ rustc --version
1762026-07-16T17:10:12.237Zrustc 1.96.1 (31fca3adb 2026-06-26)
1772026-07-16T17:10:12.237Z++ cargo install cargo-nextest --version 0.9.97
1782026-07-16T17:10:12.270Z Updating crates.io index
1792026-07-16T17:10:12.366Z Downloading crates ...
1802026-07-16T17:10:12.419Z Downloaded cargo-nextest v0.9.97
1812026-07-16T17:10:12.477Z Installing cargo-nextest v0.9.97
1822026-07-16T17:10:12.481Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1832026-07-16T17:10:12.481Z |
1842026-07-16T17:10:12.481Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1852026-07-16T17:10:12.481Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1862026-07-16T17:10:12.519Z Updating crates.io index
1872026-07-16T17:10:14.603Z Locking 395 packages to latest compatible versions
1882026-07-16T17:10:14.610Z Adding dialoguer v0.11.0 (available: v0.12.0)
1892026-07-16T17:10:14.615Z Adding duct v0.13.7 (available: v1.1.1)
1902026-07-16T17:10:14.615Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1912026-07-16T17:10:14.615Z Adding generic-array v0.14.7 (available: v0.14.9)
1922026-07-16T17:10:14.615Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1932026-07-16T17:10:14.615Z Adding itertools v0.14.0 (available: v0.15.0)
1942026-07-16T17:10:14.615Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1952026-07-16T17:10:14.615Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1962026-07-16T17:10:14.621Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1972026-07-16T17:10:14.621Z Adding quick-junit v0.5.2 (available: v0.6.1)
1982026-07-16T17:10:14.642Z Downloading crates ...
1992026-07-16T17:10:14.704Z Downloaded anstyle-query v1.1.5
2002026-07-16T17:10:14.717Z Downloaded cargo_metadata v0.20.0
2012026-07-16T17:10:14.722Z Downloaded heck v0.5.0
2022026-07-16T17:10:14.726Z Downloaded addr2line v0.25.1
2032026-07-16T17:10:14.729Z Downloaded adler2 v2.0.1
2042026-07-16T17:10:14.733Z Downloaded http-body v1.1.0
2052026-07-16T17:10:14.739Z Downloaded camino v1.2.4
2062026-07-16T17:10:14.743Z Downloaded is_ci v1.2.0
2072026-07-16T17:10:14.743Z Downloaded equivalent v1.0.2
2082026-07-16T17:10:14.743Z Downloaded cpufeatures v0.2.17
2092026-07-16T17:10:14.743Z Downloaded indent_write v2.2.0
2102026-07-16T17:10:14.749Z Downloaded iana-time-zone v0.1.65
2112026-07-16T17:10:14.749Z Downloaded cargo-platform v0.2.0
2122026-07-16T17:10:14.749Z Downloaded home v0.5.12
2132026-07-16T17:10:14.755Z Downloaded guppy-workspace-hack v0.1.0
2142026-07-16T17:10:14.755Z Downloaded idna v1.1.0
2152026-07-16T17:10:14.755Z Downloaded atomicwrites v0.4.4
2162026-07-16T17:10:14.755Z Downloaded lazy_static v1.5.0
2172026-07-16T17:10:14.755Z Downloaded crossterm v0.29.0
2182026-07-16T17:10:14.762Z Downloaded itoa v1.0.18
2192026-07-16T17:10:14.762Z Downloaded idna_adapter v1.0.0
2202026-07-16T17:10:14.762Z Downloaded hyper-tls v0.6.0
2212026-07-16T17:10:14.763Z Downloaded number_prefix v0.4.0
2222026-07-16T17:10:14.763Z Downloaded curve25519-dalek-derive v0.1.1
2232026-07-16T17:10:14.766Z Downloaded futures-sink v0.3.32
2242026-07-16T17:10:14.766Z Downloaded clap_lex v1.1.0
2252026-07-16T17:10:14.766Z Downloaded cfg-if v1.0.4
2262026-07-16T17:10:14.766Z Downloaded cargo-platform v0.3.3
2272026-07-16T17:10:14.766Z Downloaded debug-ignore v1.0.5
2282026-07-16T17:10:14.770Z Downloaded openssl-macros v0.1.1
2292026-07-16T17:10:14.770Z Downloaded color-spantrace v0.3.0
2302026-07-16T17:10:14.770Z Downloaded generic-array v0.14.7
2312026-07-16T17:10:14.770Z Downloaded mukti-metadata v0.3.0
2322026-07-16T17:10:14.773Z Downloaded nextest-workspace-hack v0.1.0
2332026-07-16T17:10:14.773Z Downloaded async-scoped v0.9.0
2342026-07-16T17:10:14.773Z Downloaded openssl-probe v0.2.1
2352026-07-16T17:10:14.773Z Downloaded is_terminal_polyfill v1.70.2
2362026-07-16T17:10:14.777Z Downloaded atomic-waker v1.1.2
2372026-07-16T17:10:14.777Z Downloaded cpufeatures v0.3.0
2382026-07-16T17:10:14.777Z Downloaded nextest-metadata v0.12.2
2392026-07-16T17:10:14.781Z Downloaded futures-task v0.3.32
2402026-07-16T17:10:14.781Z Downloaded futures-core v0.3.32
2412026-07-16T17:10:14.781Z Downloaded indenter v0.3.4
2422026-07-16T17:10:14.785Z Downloaded block-buffer v0.10.4
2432026-07-16T17:10:14.785Z Downloaded percent-encoding v2.3.2
2442026-07-16T17:10:14.785Z Downloaded os_pipe v1.2.3
2452026-07-16T17:10:14.788Z Downloaded foreign-types-shared v0.1.1
2462026-07-16T17:10:14.788Z Downloaded colorchoice v1.0.5
2472026-07-16T17:10:14.788Z Downloaded backtrace-ext v0.2.1
2482026-07-16T17:10:14.793Z Downloaded miette-derive v7.6.0
2492026-07-16T17:10:14.793Z Downloaded lock_api v0.4.14
2502026-07-16T17:10:14.793Z Downloaded fnv v1.0.7
2512026-07-16T17:10:14.793Z Downloaded cfg_aliases v0.2.2
2522026-07-16T17:10:14.797Z Downloaded form_urlencoded v1.2.2
2532026-07-16T17:10:14.801Z Downloaded native-tls v0.2.18
2542026-07-16T17:10:14.801Z Downloaded enable-ansi-support v0.2.1
2552026-07-16T17:10:14.808Z Downloaded humantime-serde v1.1.1
2562026-07-16T17:10:14.808Z Downloaded nested v0.1.1
2572026-07-16T17:10:14.808Z Downloaded foreign-types v0.3.2
2582026-07-16T17:10:14.813Z Downloaded ordered-float v2.10.1
2592026-07-16T17:10:14.813Z Downloaded hex v0.4.3
2602026-07-16T17:10:14.813Z Downloaded futures-io v0.3.32
2612026-07-16T17:10:14.813Z Downloaded crypto-common v0.1.7
2622026-07-16T17:10:14.813Z Downloaded newtype-uuid v1.3.2
2632026-07-16T17:10:14.817Z Downloaded hyper-rustls v0.27.9
2642026-07-16T17:10:14.818Z Downloaded ppv-lite86 v0.2.21
2652026-07-16T17:10:14.818Z Downloaded once_cell v1.21.4
2662026-07-16T17:10:14.822Z Downloaded errno v0.3.14
2672026-07-16T17:10:14.822Z Downloaded document-features v0.2.12
2682026-07-16T17:10:14.822Z Downloaded lru-slab v0.1.2
2692026-07-16T17:10:14.822Z Downloaded nextest-filtering v0.15.0
2702026-07-16T17:10:14.826Z Downloaded futures-macro v0.3.32
2712026-07-16T17:10:14.829Z Downloaded scopeguard v1.2.0
2722026-07-16T17:10:14.829Z Downloaded serde-value v0.7.0
2732026-07-16T17:10:14.834Z Downloaded serde_spanned v0.6.9
2742026-07-16T17:10:14.839Z Downloaded anstream v1.0.0
2752026-07-16T17:10:14.844Z Downloaded anstyle v1.0.14
2762026-07-16T17:10:14.849Z Downloaded pathdiff v0.2.3
2772026-07-16T17:10:14.852Z Downloaded either v1.16.0
2782026-07-16T17:10:14.852Z Downloaded serde_ignored v0.1.14
2792026-07-16T17:10:14.852Z Downloaded camino-tempfile v1.4.1
2802026-07-16T17:10:14.858Z Downloaded futures-executor v0.3.32
2812026-07-16T17:10:14.862Z Downloaded future-queue v0.4.0
2822026-07-16T17:10:14.863Z Downloaded rand_pcg v0.10.2
2832026-07-16T17:10:14.870Z Downloaded cargo_metadata v0.23.1
2842026-07-16T17:10:14.870Z Downloaded foldhash v0.1.5
2852026-07-16T17:10:14.870Z Downloaded serde_urlencoded v0.7.1
2862026-07-16T17:10:14.870Z Downloaded duct v0.13.7
2872026-07-16T17:10:14.874Z Downloaded httparse v1.10.1
2882026-07-16T17:10:14.874Z Downloaded signature v2.2.0
2892026-07-16T17:10:14.875Z Downloaded shell-words v1.1.1
2902026-07-16T17:10:14.879Z Downloaded find-msvc-tools v0.1.9
2912026-07-16T17:10:14.883Z Downloaded serde_spanned v1.1.1
2922026-07-16T17:10:14.883Z Downloaded rustc-hash v2.1.3
2932026-07-16T17:10:14.883Z Downloaded dialoguer v0.11.0
2942026-07-16T17:10:14.889Z Downloaded rustc_version v0.4.1
2952026-07-16T17:10:14.889Z Downloaded jobserver v0.1.35
2962026-07-16T17:10:14.897Z Downloaded shared_child v1.1.1
2972026-07-16T17:10:14.897Z Downloaded autocfg v1.5.1
2982026-07-16T17:10:14.897Z Downloaded anstyle-parse v1.0.0
2992026-07-16T17:10:14.897Z Downloaded erased-serde v0.4.10
3002026-07-16T17:10:14.897Z Downloaded signal-hook-mio v0.2.5
3012026-07-16T17:10:14.901Z Downloaded convert_case v0.10.0
3022026-07-16T17:10:14.901Z Downloaded fixedbitset v0.5.7
3032026-07-16T17:10:14.901Z Downloaded swrite v0.1.0
3042026-07-16T17:10:14.901Z Downloaded supports-color v3.0.2
3052026-07-16T17:10:14.901Z Downloaded sync_wrapper v1.0.2
3062026-07-16T17:10:14.901Z Downloaded supports-unicode v3.0.0
3072026-07-16T17:10:14.902Z Downloaded subtle v2.6.1
3082026-07-16T17:10:14.903Z Downloaded strsim v0.11.1
3092026-07-16T17:10:14.907Z Downloaded terminal_size v0.4.4
3102026-07-16T17:10:14.907Z Downloaded tinyvec_macros v0.1.1
3112026-07-16T17:10:14.907Z Downloaded console v0.15.11
3122026-07-16T17:10:14.907Z Downloaded fastrand v2.4.1
3132026-07-16T17:10:14.910Z Downloaded litrs v1.0.0
3142026-07-16T17:10:14.911Z Downloaded serde_path_to_error v0.1.20
3152026-07-16T17:10:14.911Z Downloaded ipnet v2.12.0
3162026-07-16T17:10:14.914Z Downloaded crc32fast v1.5.0
3172026-07-16T17:10:14.914Z Downloaded filetime v0.2.29
3182026-07-16T17:10:14.917Z Downloaded digest v0.10.7
3192026-07-16T17:10:14.918Z Downloaded chacha20 v0.10.1
3202026-07-16T17:10:14.921Z Downloaded getrandom v0.2.17
3212026-07-16T17:10:14.925Z Downloaded rand_chacha v0.9.0
3222026-07-16T17:10:14.925Z Downloaded cargo-util-schemas v0.2.0
3232026-07-16T17:10:14.925Z Downloaded pkcs8 v0.10.2
3242026-07-16T17:10:14.930Z Downloaded cfg-expr v0.20.8
3252026-07-16T17:10:14.936Z Downloaded rustc-demangle v0.1.28
3262026-07-16T17:10:14.936Z Downloaded rand_core v0.6.4
3272026-07-16T17:10:14.951Z Downloaded pkg-config v0.3.33
3282026-07-16T17:10:14.951Z Downloaded humantime v2.4.0
3292026-07-16T17:10:14.951Z Downloaded toml_write v0.1.2
3302026-07-16T17:10:14.951Z Downloaded simd-adler32 v0.3.10
3312026-07-16T17:10:14.951Z Downloaded slab v0.4.12
3322026-07-16T17:10:14.952Z Downloaded sha2 v0.10.9
3332026-07-16T17:10:14.959Z Downloaded shlex v2.0.1
3342026-07-16T17:10:14.959Z Downloaded spki v0.7.3
3352026-07-16T17:10:14.959Z Downloaded tower-service v0.3.3
3362026-07-16T17:10:14.960Z Downloaded tower-layer v0.3.3
3372026-07-16T17:10:14.960Z Downloaded pin-project-lite v0.2.17
3382026-07-16T17:10:14.960Z Downloaded serde-untagged v0.1.9
3392026-07-16T17:10:14.960Z Downloaded tokio-macros v2.7.0
3402026-07-16T17:10:14.960Z Downloaded try-lock v0.2.5
3412026-07-16T17:10:14.960Z Downloaded toml_datetime v0.6.11
3422026-07-16T17:10:14.963Z Downloaded base64ct v1.8.3
3432026-07-16T17:10:14.964Z Downloaded futures-channel v0.3.32
3442026-07-16T17:10:14.964Z Downloaded ed25519 v2.2.3
3452026-07-16T17:10:14.964Z Downloaded owo-colors v4.3.0
3462026-07-16T17:10:14.964Z Downloaded globset v0.4.19
3472026-07-16T17:10:14.964Z Downloaded eyre v0.6.12
3482026-07-16T17:10:14.968Z Downloaded sigchld v0.2.4
3492026-07-16T17:10:14.968Z Downloaded self_update v0.42.0
3502026-07-16T17:10:14.971Z Downloaded target-spec-miette v0.4.8
3512026-07-16T17:10:14.971Z Downloaded typeid v1.0.3
3522026-07-16T17:10:14.976Z Downloaded tokio-native-tls v0.3.1
3532026-07-16T17:10:14.976Z Downloaded rand_core v0.9.5
3542026-07-16T17:10:14.976Z Downloaded thiserror-impl v1.0.69
3552026-07-16T17:10:14.977Z Downloaded unicode-linebreak v0.1.5
3562026-07-16T17:10:14.977Z Downloaded thiserror v2.0.18
3572026-07-16T17:10:14.982Z Downloaded unicode-xid v0.2.6
3582026-07-16T17:10:14.982Z Downloaded signal-hook-registry v1.4.8
3592026-07-16T17:10:14.982Z Downloaded tracing-error v0.2.1
3602026-07-16T17:10:14.985Z Downloaded supports-hyperlinks v3.2.0
3612026-07-16T17:10:14.985Z Downloaded getrandom v0.3.4
3622026-07-16T17:10:14.985Z Downloaded static_assertions v1.1.0
3632026-07-16T17:10:14.986Z Downloaded ahash v0.8.12
3642026-07-16T17:10:14.989Z Downloaded config v0.15.25
3652026-07-16T17:10:14.989Z Downloaded utf8parse v0.2.2
3662026-07-16T17:10:14.989Z Downloaded thiserror-impl v2.0.18
3672026-07-16T17:10:14.994Z Downloaded thiserror v1.0.69
3682026-07-16T17:10:14.994Z Downloaded parking_lot v0.12.5
3692026-07-16T17:10:14.994Z Downloaded pin-project-internal v1.1.13
3702026-07-16T17:10:14.999Z Downloaded http-body-util v0.1.4
3712026-07-16T17:10:15.000Z Downloaded getrandom v0.4.3
3722026-07-16T17:10:15.001Z Downloaded clap v4.6.2
3732026-07-16T17:10:15.006Z Downloaded untrusted v0.9.0
3742026-07-16T17:10:15.006Z Downloaded quote v1.0.46
3752026-07-16T17:10:15.010Z Downloaded utf8_iter v1.0.4
3762026-07-16T17:10:15.010Z Downloaded quinn-udp v0.5.15
3772026-07-16T17:10:15.010Z Downloaded want v0.3.1
3782026-07-16T17:10:15.010Z Downloaded toml_writer v1.1.2+spec-1.1.0
3792026-07-16T17:10:15.010Z Downloaded smol_str v0.3.6
3802026-07-16T17:10:15.016Z Downloaded smallvec v1.15.2
3812026-07-16T17:10:15.016Z Downloaded urlencoding v2.1.3
3822026-07-16T17:10:15.017Z Downloaded parking_lot_core v0.9.12
3832026-07-16T17:10:15.017Z Downloaded log v0.4.33
3842026-07-16T17:10:15.022Z Downloaded xattr v1.6.1
3852026-07-16T17:10:15.022Z Downloaded tracing-log v0.2.0
3862026-07-16T17:10:15.022Z Downloaded bitflags v2.13.1
3872026-07-16T17:10:15.022Z Downloaded self-replace v1.5.0
3882026-07-16T17:10:15.026Z Downloaded semver v1.0.28
3892026-07-16T17:10:15.026Z Downloaded target-lexicon v0.13.5
3902026-07-16T17:10:15.026Z Downloaded strip-ansi-escapes v0.2.1
3912026-07-16T17:10:15.026Z Downloaded version_check v0.9.5
3922026-07-16T17:10:15.030Z Downloaded futures v0.3.32
3932026-07-16T17:10:15.034Z Downloaded tempfile v3.27.0
3942026-07-16T17:10:15.034Z Downloaded ryu v1.0.23
3952026-07-16T17:10:15.037Z Downloaded pin-project v1.1.13
3962026-07-16T17:10:15.044Z Downloaded rand_core v0.10.1
3972026-07-16T17:10:15.048Z Downloaded quick-junit v0.5.2
3982026-07-16T17:10:15.048Z Downloaded clap_derive v4.6.1
3992026-07-16T17:10:15.052Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4002026-07-16T17:10:15.052Z Downloaded derive-where v1.6.1
4012026-07-16T17:10:15.052Z Downloaded const-oid v0.9.6
4022026-07-16T17:10:15.058Z Downloaded toml v0.8.23
4032026-07-16T17:10:15.058Z Downloaded tokio-stream v0.1.18
4042026-07-16T17:10:15.058Z Downloaded target-spec v3.6.0
4052026-07-16T17:10:15.067Z Downloaded rustls-pki-types v1.15.0
4062026-07-16T17:10:15.067Z Downloaded tracing-attributes v0.1.31
4072026-07-16T17:10:15.067Z Downloaded bytes v1.12.1
4082026-07-16T17:10:15.067Z Downloaded serde v1.0.228
4092026-07-16T17:10:15.068Z Downloaded zipsign-api v0.1.5
4102026-07-16T17:10:15.074Z Downloaded num-traits v0.2.19
4112026-07-16T17:10:15.074Z Downloaded base64 v0.22.1
4122026-07-16T17:10:15.081Z Downloaded thread_local v1.1.10
4132026-07-16T17:10:15.124Z Downloaded proc-macro2 v1.0.106
4142026-07-16T17:10:15.131Z Downloaded derive_more v2.1.1
4152026-07-16T17:10:15.132Z Downloaded serde_derive v1.0.228
4162026-07-16T17:10:15.132Z Downloaded borsh v1.7.0
4172026-07-16T17:10:15.132Z Downloaded zstd-safe v7.2.4
4182026-07-16T17:10:15.132Z Downloaded tracing-core v0.1.36
4192026-07-16T17:10:15.132Z Downloaded indicatif v0.17.11
4202026-07-16T17:10:15.132Z Downloaded zstd v0.13.3
4212026-07-16T17:10:15.132Z Downloaded zeroize v1.9.0
4222026-07-16T17:10:15.132Z Downloaded flate2 v1.1.9
4232026-07-16T17:10:15.132Z Downloaded der v0.7.10
4242026-07-16T17:10:15.132Z Downloaded zmij v1.0.23
4252026-07-16T17:10:15.132Z Downloaded unicode-ident v1.0.24
4262026-07-16T17:10:15.132Z Downloaded signal-hook v0.3.18
4272026-07-16T17:10:15.132Z Downloaded unicase v2.9.0
4282026-07-16T17:10:15.133Z Downloaded sharded-slab v0.1.7
4292026-07-16T17:10:15.133Z Downloaded cc v1.2.67
4302026-07-16T17:10:15.133Z Downloaded backtrace v0.3.76
4312026-07-16T17:10:15.133Z Downloaded memchr v2.8.3
4322026-07-16T17:10:15.133Z Downloaded xxhash-rust v0.8.17
4332026-07-16T17:10:15.133Z Downloaded openssl-sys v0.9.117
4342026-07-16T17:10:15.140Z Downloaded toml_parser v1.1.2+spec-1.1.0
4352026-07-16T17:10:15.141Z Downloaded socket2 v0.6.5
4362026-07-16T17:10:15.141Z Downloaded ed25519-dalek v2.2.0
4372026-07-16T17:10:15.146Z Downloaded tinyvec v1.12.0
4382026-07-16T17:10:15.146Z Downloaded serde_core v1.0.228
4392026-07-16T17:10:15.150Z Downloaded tokio-rustls v0.26.4
4402026-07-16T17:10:15.150Z Downloaded hyper-util v0.1.20
4412026-07-16T17:10:15.154Z Downloaded http v1.4.2
4422026-07-16T17:10:15.158Z Downloaded toml v1.1.3+spec-1.1.0
4432026-07-16T17:10:15.163Z Downloaded tar v0.4.46
4442026-07-16T17:10:15.170Z Downloaded textwrap v0.16.2
4452026-07-16T17:10:15.176Z Downloaded miette v7.6.0
4462026-07-16T17:10:15.176Z Downloaded rustls-webpki v0.103.13
4472026-07-16T17:10:15.180Z Downloaded url v2.5.8
4482026-07-16T17:10:15.185Z Downloaded miniz_oxide v0.8.9
4492026-07-16T17:10:15.189Z Downloaded derive_more-impl v2.1.1
4502026-07-16T17:10:15.189Z Downloaded vte v0.14.1
4512026-07-16T17:10:15.193Z Downloaded quinn v0.11.11
4522026-07-16T17:10:15.204Z Downloaded toml_edit v0.22.27
4532026-07-16T17:10:15.213Z Downloaded hashbrown v0.15.5
4542026-07-16T17:10:15.220Z Downloaded guppy v0.17.26
4552026-07-16T17:10:15.225Z Downloaded rand v0.10.2
4562026-07-16T17:10:15.225Z Downloaded indexmap v2.14.0
4572026-07-16T17:10:15.229Z Downloaded uuid v1.24.0
4582026-07-16T17:10:15.233Z Downloaded rand v0.9.5
4592026-07-16T17:10:15.236Z Downloaded unicode-segmentation v1.13.3
4602026-07-16T17:10:15.236Z Downloaded typenum v1.20.1
4612026-07-16T17:10:15.240Z Downloaded unicode-normalization v0.1.25
4622026-07-16T17:10:15.245Z Downloaded clap_builder v4.6.2
4632026-07-16T17:10:15.249Z Downloaded mio v1.2.2
4642026-07-16T17:10:15.249Z Downloaded tokio-util v0.7.18
4652026-07-16T17:10:15.253Z Downloaded h2 v0.4.15
4662026-07-16T17:10:15.259Z Downloaded serde_json v1.0.150
4672026-07-16T17:10:15.263Z Downloaded tower-http v0.6.11
4682026-07-16T17:10:15.268Z Downloaded futures-util v0.3.32
4692026-07-16T17:10:15.274Z Downloaded ron v0.12.2
4702026-07-16T17:10:15.281Z Downloaded hyper v1.10.1
4712026-07-16T17:10:15.285Z Downloaded aho-corasick v1.1.4
4722026-07-16T17:10:15.290Z Downloaded tower v0.5.3
4732026-07-16T17:10:15.294Z Downloaded hashbrown v0.17.1
4742026-07-16T17:10:15.312Z Downloaded winnow v1.0.4
4752026-07-16T17:10:15.318Z Downloaded regex v1.13.1
4762026-07-16T17:10:15.322Z Downloaded itertools v0.14.0
4772026-07-16T17:10:15.326Z Downloaded chrono v0.4.45
4782026-07-16T17:10:15.331Z Downloaded webpki-roots v1.0.8
4792026-07-16T17:10:15.336Z Downloaded gimli v0.32.3
4802026-07-16T17:10:15.345Z Downloaded curve25519-dalek v4.1.3
4812026-07-16T17:10:15.350Z Downloaded vcpkg v0.2.15
4822026-07-16T17:10:15.371Z Downloaded unicode-width v0.2.2
4832026-07-16T17:10:15.375Z Downloaded zerocopy v0.8.54
4842026-07-16T17:10:15.385Z Downloaded syn v2.0.119
4852026-07-16T17:10:15.391Z Downloaded quick-xml v0.37.5
4862026-07-16T17:10:15.395Z Downloaded bstr v1.13.0
4872026-07-16T17:10:15.400Z Downloaded portable-atomic v1.13.1
4882026-07-16T17:10:15.404Z Downloaded pulldown-cmark v0.13.4
4892026-07-16T17:10:15.407Z Downloaded reqwest v0.12.28
4902026-07-16T17:10:15.411Z Downloaded tracing v0.1.44
4912026-07-16T17:10:15.422Z Downloaded color-eyre v0.6.5
4922026-07-16T17:10:15.432Z Downloaded quick-xml v0.38.4
4932026-07-16T17:10:15.437Z Downloaded winnow v0.7.15
4942026-07-16T17:10:15.445Z Downloaded quinn-proto v0.11.16
4952026-07-16T17:10:15.454Z Downloaded tracing-subscriber v0.3.23
4962026-07-16T17:10:15.509Z Downloaded unicode-width v0.1.14
4972026-07-16T17:10:15.518Z Downloaded nextest-runner v0.80.0
4982026-07-16T17:10:15.529Z Downloaded object v0.37.3
4992026-07-16T17:10:15.534Z Downloaded openssl v0.10.81
5002026-07-16T17:10:15.544Z Downloaded nix v0.30.1
5012026-07-16T17:10:15.566Z Downloaded regex-syntax v0.8.11
5022026-07-16T17:10:15.570Z Downloaded rustls v0.23.42
5032026-07-16T17:10:15.585Z Downloaded rustix v0.38.44
5042026-07-16T17:10:15.602Z Downloaded rustix v1.1.4
5052026-07-16T17:10:15.691Z Downloaded regex-automata v0.4.16
5062026-07-16T17:10:15.738Z Downloaded petgraph v0.8.3
5072026-07-16T17:10:15.761Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5082026-07-16T17:10:15.771Z Downloaded libc v0.2.186
5092026-07-16T17:10:15.798Z Downloaded tokio v1.52.4
5102026-07-16T17:10:15.866Z Downloaded ring v0.17.14
5112026-07-16T17:10:15.888Z Downloaded recursion v0.5.4
5122026-07-16T17:10:15.932Z Compiling proc-macro2 v1.0.106
5132026-07-16T17:10:15.932Z Compiling libc v0.2.186
5142026-07-16T17:10:15.932Z Compiling unicode-ident v1.0.24
5152026-07-16T17:10:15.935Z Compiling quote v1.0.46
5162026-07-16T17:10:15.935Z Compiling serde_core v1.0.228
5172026-07-16T17:10:15.935Z Compiling cfg-if v1.0.4
5182026-07-16T17:10:16.073Z Compiling memchr v2.8.3
5192026-07-16T17:10:16.077Z Compiling once_cell v1.21.4
5202026-07-16T17:10:16.132Z Compiling log v0.4.33
5212026-07-16T17:10:16.184Z Compiling pin-project-lite v0.2.17
5222026-07-16T17:10:16.274Z Compiling serde v1.0.228
5232026-07-16T17:10:16.353Z Compiling itoa v1.0.18
5242026-07-16T17:10:16.494Z Compiling smallvec v1.15.2
5252026-07-16T17:10:16.604Z Compiling futures-core v0.3.32
5262026-07-16T17:10:16.669Z Compiling bitflags v2.13.1
5272026-07-16T17:10:16.742Z Compiling find-msvc-tools v0.1.9
5282026-07-16T17:10:16.755Z Compiling shlex v2.0.1
5292026-07-16T17:10:16.948Z Compiling errno v0.3.14
5302026-07-16T17:10:16.974Z Compiling hashbrown v0.17.1
5312026-07-16T17:10:17.031Z Compiling equivalent v1.0.2
5322026-07-16T17:10:17.046Z Compiling signal-hook-registry v1.4.8
5332026-07-16T17:10:17.108Z Compiling jobserver v0.1.35
5342026-07-16T17:10:17.130Z Compiling bytes v1.12.1
5352026-07-16T17:10:17.249Z Compiling mio v1.2.2
5362026-07-16T17:10:17.317Z Compiling syn v2.0.119
5372026-07-16T17:10:17.373Z Compiling cc v1.2.67
5382026-07-16T17:10:17.424Z Compiling futures-sink v0.3.32
5392026-07-16T17:10:17.536Z Compiling rustix v1.1.4
5402026-07-16T17:10:17.602Z Compiling socket2 v0.6.5
5412026-07-16T17:10:17.687Z Compiling zmij v1.0.23
5422026-07-16T17:10:18.016Z Compiling slab v0.4.12
5432026-07-16T17:10:18.065Z Compiling futures-channel v0.3.32
5442026-07-16T17:10:18.077Z Compiling tracing-core v0.1.36
5452026-07-16T17:10:18.216Z Compiling version_check v0.9.5
5462026-07-16T17:10:18.335Z Compiling serde_json v1.0.150
5472026-07-16T17:10:18.454Z Compiling indexmap v2.14.0
5482026-07-16T17:10:18.600Z Compiling futures-io v0.3.32
5492026-07-16T17:10:18.613Z Compiling getrandom v0.4.3
5502026-07-16T17:10:18.783Z Compiling futures-task v0.3.32
5512026-07-16T17:10:18.859Z Compiling unicode-width v0.2.2
5522026-07-16T17:10:18.920Z Compiling camino v1.2.4
5532026-07-16T17:10:18.969Z Compiling percent-encoding v2.3.2
5542026-07-16T17:10:19.243Z Compiling ring v0.17.14
5552026-07-16T17:10:19.254Z Compiling http v1.4.2
5562026-07-16T17:10:19.323Z Compiling zeroize v1.9.0
5572026-07-16T17:10:19.335Z Compiling simd-adler32 v0.3.10
5582026-07-16T17:10:19.354Z Compiling autocfg v1.5.1
5592026-07-16T17:10:19.531Z Compiling adler2 v2.0.1
5602026-07-16T17:10:19.704Z Compiling miniz_oxide v0.8.9
5612026-07-16T17:10:19.709Z Compiling num-traits v0.2.19
5622026-07-16T17:10:20.152Z Compiling target-lexicon v0.13.5
5632026-07-16T17:10:20.170Z Compiling object v0.37.3
5642026-07-16T17:10:20.487Z Compiling zerocopy v0.8.54
5652026-07-16T17:10:20.593Z Compiling getrandom v0.3.4
5662026-07-16T17:10:20.763Z Compiling http-body v1.1.0
5672026-07-16T17:10:20.963Z Compiling rustls-pki-types v1.15.0
5682026-07-16T17:10:20.976Z Compiling form_urlencoded v1.2.2
5692026-07-16T17:10:21.000Z Compiling serde_derive v1.0.228
5702026-07-16T17:10:21.105Z Compiling tokio-macros v2.7.0
5712026-07-16T17:10:21.135Z Compiling futures-macro v0.3.32
5722026-07-16T17:10:21.194Z Compiling tracing-attributes v0.1.31
5732026-07-16T17:10:21.244Z Compiling semver v1.0.28
5742026-07-16T17:10:21.468Z Compiling getrandom v0.2.17
5752026-07-16T17:10:21.692Z Compiling httparse v1.10.1
5762026-07-16T17:10:21.822Z Compiling tokio v1.52.4
5772026-07-16T17:10:21.844Z Compiling idna_adapter v1.0.0
5782026-07-16T17:10:21.899Z Compiling fnv v1.0.7
5792026-07-16T17:10:21.945Z Compiling guppy-workspace-hack v0.1.0
5802026-07-16T17:10:21.963Z Compiling futures-util v0.3.32
5812026-07-16T17:10:21.998Z Compiling owo-colors v4.3.0
5822026-07-16T17:10:22.024Z Compiling utf8_iter v1.0.4
5832026-07-16T17:10:22.170Z Compiling untrusted v0.9.0
5842026-07-16T17:10:22.197Z Compiling thiserror v2.0.18
5852026-07-16T17:10:22.312Z Compiling signal-hook v0.3.18
5862026-07-16T17:10:22.337Z Compiling gimli v0.32.3
5872026-07-16T17:10:22.376Z Compiling tracing v0.1.44
5882026-07-16T17:10:22.607Z Compiling idna v1.1.0
5892026-07-16T17:10:22.804Z Compiling thiserror-impl v2.0.18
5902026-07-16T17:10:24.257Z Compiling addr2line v0.25.1
5912026-07-16T17:10:24.619Z Compiling generic-array v0.14.7
5922026-07-16T17:10:24.692Z Compiling tower-service v0.3.3
5932026-07-16T17:10:24.794Z Compiling pkg-config v0.3.33
5942026-07-16T17:10:24.859Z Compiling atomic-waker v1.1.2
5952026-07-16T17:10:24.869Z Compiling rustls v0.23.42
5962026-07-16T17:10:24.976Z Compiling try-lock v0.2.5
5972026-07-16T17:10:24.988Z Compiling typeid v1.0.3
5982026-07-16T17:10:25.091Z Compiling thiserror v1.0.69
5992026-07-16T17:10:25.094Z Compiling fastrand v2.4.1
6002026-07-16T17:10:25.220Z Compiling target-spec v3.6.0
6012026-07-16T17:10:25.277Z Compiling rustc-demangle v0.1.28
6022026-07-16T17:10:25.429Z Compiling tempfile v3.27.0
6032026-07-16T17:10:25.575Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6042026-07-16T17:10:25.588Z Compiling want v0.3.1
6052026-07-16T17:10:25.766Z Compiling tokio-util v0.7.18
6062026-07-16T17:10:26.036Z Compiling cfg-expr v0.20.8
6072026-07-16T17:10:26.256Z Compiling h2 v0.4.15
6082026-07-16T17:10:26.436Z Compiling url v2.5.8
6092026-07-16T17:10:26.846Z Compiling backtrace v0.3.76
6102026-07-16T17:10:27.276Z Compiling thiserror-impl v1.0.69
6112026-07-16T17:10:27.618Z Compiling terminal_size v0.4.4
6122026-07-16T17:10:27.788Z Compiling aho-corasick v1.1.4
6132026-07-16T17:10:28.017Z Compiling erased-serde v0.4.10
6142026-07-16T17:10:28.320Z Compiling rustls-webpki v0.103.13
6152026-07-16T17:10:28.438Z Compiling typenum v1.20.1
6162026-07-16T17:10:28.902Z Compiling winnow v0.7.15
6172026-07-16T17:10:29.123Z Compiling regex-syntax v0.8.11
6182026-07-16T17:10:30.859Z Compiling subtle v2.6.1
6192026-07-16T17:10:30.914Z Compiling regex-automata v0.4.16
6202026-07-16T17:10:31.684Z Compiling hyper v1.10.1
6212026-07-16T17:10:33.312Z Compiling toml_datetime v0.6.11
6222026-07-16T17:10:33.690Z Compiling serde_spanned v0.6.9
6232026-07-16T17:10:33.859Z Compiling ahash v0.8.12
6242026-07-16T17:10:34.124Z Compiling sync_wrapper v1.0.2
6252026-07-16T17:10:34.245Z Compiling either v1.16.0
6262026-07-16T17:10:34.477Z Compiling base64 v0.22.1
6272026-07-16T17:10:34.651Z Compiling ipnet v2.12.0
6282026-07-16T17:10:34.968Z Compiling foldhash v0.1.5
6292026-07-16T17:10:35.188Z Compiling unicode-segmentation v1.13.3
6302026-07-16T17:10:35.396Z Compiling parking_lot_core v0.9.12
6312026-07-16T17:10:35.717Z Compiling crc32fast v1.5.0
6322026-07-16T17:10:35.748Z Compiling lazy_static v1.5.0
6332026-07-16T17:10:35.748Z Compiling toml_write v0.1.2
6342026-07-16T17:10:35.748Z Compiling tower-layer v0.3.3
6352026-07-16T17:10:35.838Z Compiling unicode-linebreak v0.1.5
6362026-07-16T17:10:35.892Z Compiling nextest-workspace-hack v0.1.0
6372026-07-16T17:10:35.895Z Compiling portable-atomic v1.13.1
6382026-07-16T17:10:35.928Z Compiling is_ci v1.2.0
6392026-07-16T17:10:36.097Z Compiling supports-color v3.0.2
6402026-07-16T17:10:36.107Z Compiling textwrap v0.16.2
6412026-07-16T17:10:36.141Z Compiling tower v0.5.3
6422026-07-16T17:10:36.328Z Compiling toml_edit v0.22.27
6432026-07-16T17:10:36.464Z Compiling sharded-slab v0.1.7
6442026-07-16T17:10:36.576Z Compiling convert_case v0.10.0
6452026-07-16T17:10:36.723Z Compiling hashbrown v0.15.5
6462026-07-16T17:10:36.829Z Compiling hyper-util v0.1.20
6472026-07-16T17:10:37.083Z Compiling tokio-rustls v0.26.4
6482026-07-16T17:10:37.427Z Compiling backtrace-ext v0.2.1
6492026-07-16T17:10:37.524Z Compiling ordered-float v2.10.1
6502026-07-16T17:10:37.752Z Compiling webpki-roots v1.0.8
6512026-07-16T17:10:37.801Z Compiling miette-derive v7.6.0
6522026-07-16T17:10:37.814Z Compiling pathdiff v0.2.3
6532026-07-16T17:10:37.941Z Compiling console v0.15.11
6542026-07-16T17:10:37.960Z Compiling tracing-log v0.2.0
6552026-07-16T17:10:38.321Z Compiling cargo-platform v0.3.3
6562026-07-16T17:10:38.887Z Compiling os_pipe v1.2.3
6572026-07-16T17:10:38.905Z Compiling thread_local v1.1.10
6582026-07-16T17:10:39.058Z Compiling rustix v0.38.44
6592026-07-16T17:10:39.262Z Compiling ryu v1.0.23
6602026-07-16T17:10:39.292Z Compiling supports-unicode v3.0.0
6612026-07-16T17:10:39.433Z Compiling scopeguard v1.2.0
6622026-07-16T17:10:39.464Z Compiling pulldown-cmark v0.13.4
6632026-07-16T17:10:39.549Z Compiling supports-hyperlinks v3.2.0
6642026-07-16T17:10:39.568Z Compiling fixedbitset v0.5.7
6652026-07-16T17:10:39.702Z Compiling cfg_aliases v0.2.2
6662026-07-16T17:10:39.771Z Compiling zstd-safe v7.2.4
6672026-07-16T17:10:39.782Z Compiling winnow v1.0.4
6682026-07-16T17:10:39.832Z Compiling utf8parse v0.2.2
6692026-07-16T17:10:39.945Z Compiling debug-ignore v1.0.5
6702026-07-16T17:10:40.019Z Compiling unicode-width v0.1.14
6712026-07-16T17:10:40.055Z Compiling anstyle-parse v1.0.0
6722026-07-16T17:10:40.127Z Compiling petgraph v0.8.3
6732026-07-16T17:10:40.269Z Compiling miette v7.6.0
6742026-07-16T17:10:40.315Z Compiling nix v0.30.1
6752026-07-16T17:10:40.733Z Compiling lock_api v0.4.14
6762026-07-16T17:10:40.983Z Compiling toml_parser v1.1.2+spec-1.1.0
6772026-07-16T17:10:41.340Z Compiling serde_urlencoded v0.7.1
6782026-07-16T17:10:41.623Z Compiling tracing-subscriber v0.3.23
6792026-07-16T17:10:42.026Z Compiling sigchld v0.2.4
6802026-07-16T17:10:42.256Z Compiling cargo_metadata v0.23.1
6812026-07-16T17:10:42.345Z Compiling toml v0.8.23
6822026-07-16T17:10:42.378Z Compiling hyper-rustls v0.27.9
6832026-07-16T17:10:43.130Z Compiling serde-untagged v0.1.9
6842026-07-16T17:10:43.446Z Compiling serde-value v0.7.0
6852026-07-16T17:10:44.373Z Compiling derive_more-impl v2.1.1
6862026-07-16T17:10:44.487Z Compiling tower-http v0.6.11
6872026-07-16T17:10:45.281Z Compiling itertools v0.14.0
6882026-07-16T17:10:45.320Z Compiling regex v1.13.1
6892026-07-16T17:10:45.365Z Compiling crypto-common v0.1.7
6902026-07-16T17:10:45.504Z Compiling block-buffer v0.10.4
6912026-07-16T17:10:45.655Z Compiling ppv-lite86 v0.2.21
6922026-07-16T17:10:45.683Z Compiling futures-executor v0.3.32
6932026-07-16T17:10:45.849Z Compiling rand_core v0.9.5
6942026-07-16T17:10:45.985Z Compiling pin-project-internal v1.1.13
6952026-07-16T17:10:46.109Z Compiling http-body-util v0.1.4
6962026-07-16T17:10:46.217Z Compiling uuid v1.24.0
6972026-07-16T17:10:46.402Z Compiling smol_str v0.3.6
6982026-07-16T17:10:46.745Z Compiling toml_datetime v1.1.1+spec-1.1.0
6992026-07-16T17:10:46.762Z Compiling serde_spanned v1.1.1
7002026-07-16T17:10:46.772Z Compiling filetime v0.2.29
7012026-07-16T17:10:46.776Z Compiling bstr v1.13.0
7022026-07-16T17:10:46.904Z Compiling vte v0.14.1
7032026-07-16T17:10:46.975Z Compiling tinyvec_macros v0.1.1
7042026-07-16T17:10:47.048Z Compiling eyre v0.6.12
7052026-07-16T17:10:47.121Z Compiling anstyle v1.0.14
7062026-07-16T17:10:47.159Z Compiling color-spantrace v0.3.0
7072026-07-16T17:10:47.373Z Compiling nested v0.1.1
7082026-07-16T17:10:47.393Z Compiling self_update v0.42.0
7092026-07-16T17:10:47.409Z Compiling is_terminal_polyfill v1.70.2
7102026-07-16T17:10:47.471Z Compiling anstyle-query v1.1.5
7112026-07-16T17:10:47.475Z Compiling xattr v1.6.1
7122026-07-16T17:10:47.500Z Compiling colorchoice v1.0.5
7132026-07-16T17:10:47.564Z Compiling number_prefix v0.4.0
7142026-07-16T17:10:47.583Z Compiling iana-time-zone v0.1.65
7152026-07-16T17:10:47.615Z Compiling unicode-xid v0.2.6
7162026-07-16T17:10:47.639Z Compiling unicase v2.9.0
7172026-07-16T17:10:47.652Z Compiling litrs v1.0.0
7182026-07-16T17:10:47.710Z Compiling static_assertions v1.1.0
7192026-07-16T17:10:47.750Z Compiling cargo-util-schemas v0.2.0
7202026-07-16T17:10:47.800Z Compiling guppy v0.17.26
7212026-07-16T17:10:47.827Z Compiling chrono v0.4.45
7222026-07-16T17:10:47.924Z Compiling indicatif v0.17.11
7232026-07-16T17:10:48.099Z Compiling document-features v0.2.12
7242026-07-16T17:10:48.706Z Compiling tar v0.4.46
7252026-07-16T17:10:48.937Z Compiling anstream v1.0.0
7262026-07-16T17:10:49.781Z Compiling globset v0.4.19
7272026-07-16T17:10:50.161Z Compiling pin-project v1.1.13
7282026-07-16T17:10:50.267Z Compiling strip-ansi-escapes v0.2.1
7292026-07-16T17:10:50.317Z Compiling tinyvec v1.12.0
7302026-07-16T17:10:50.747Z Compiling toml v1.1.3+spec-1.1.0
7312026-07-16T17:10:50.763Z Compiling nextest-metadata v0.12.2
7322026-07-16T17:10:51.030Z Compiling newtype-uuid v1.3.2
7332026-07-16T17:10:51.173Z Compiling reqwest v0.12.28
7342026-07-16T17:10:51.220Z Compiling rand_chacha v0.9.0
7352026-07-16T17:10:51.231Z Compiling futures v0.3.32
7362026-07-16T17:10:51.314Z Compiling digest v0.10.7
7372026-07-16T17:10:51.545Z Compiling flate2 v1.1.9
7382026-07-16T17:10:51.780Z Compiling derive_more v2.1.1
7392026-07-16T17:10:51.864Z Compiling parking_lot v0.12.5
7402026-07-16T17:10:52.079Z Compiling tracing-error v0.2.1
7412026-07-16T17:10:52.328Z Compiling shared_child v1.1.1
7422026-07-16T17:10:53.086Z Compiling signal-hook-mio v0.2.5
7432026-07-16T17:10:53.130Z Compiling self-replace v1.5.0
7442026-07-16T17:10:53.220Z Compiling cargo-platform v0.2.0
7452026-07-16T17:10:53.485Z Compiling quick-xml v0.38.4
7462026-07-16T17:10:53.779Z Compiling quick-xml v0.37.5
7472026-07-16T17:10:53.935Z Compiling humantime v2.4.0
7482026-07-16T17:10:53.991Z Compiling cpufeatures v0.2.17
7492026-07-16T17:10:54.343Z Compiling clap_lex v1.1.0
7502026-07-16T17:10:54.359Z Compiling strsim v0.11.1
7512026-07-16T17:10:54.700Z Compiling shell-words v1.1.1
7522026-07-16T17:10:54.951Z Compiling heck v0.5.0
7532026-07-16T17:10:55.065Z Compiling indenter v0.3.4
7542026-07-16T17:10:55.207Z Compiling recursion v0.5.4
7552026-07-16T17:10:55.214Z Compiling urlencoding v2.1.3
7562026-07-16T17:10:55.327Z Compiling nextest-filtering v0.15.0
7572026-07-16T17:10:55.367Z Compiling clap_derive v4.6.1
7582026-07-16T17:10:55.934Z Compiling clap_builder v4.6.2
7592026-07-16T17:10:55.945Z Compiling humantime-serde v1.1.1
7602026-07-16T17:10:56.106Z Compiling sha2 v0.10.9
7612026-07-16T17:10:57.145Z Compiling quick-junit v0.5.2
7622026-07-16T17:10:57.337Z Compiling cargo_metadata v0.20.0
7632026-07-16T17:10:59.340Z Compiling atomicwrites v0.4.4
7642026-07-16T17:10:59.579Z Compiling crossterm v0.29.0
7652026-07-16T17:11:00.282Z Compiling cargo-nextest v0.9.97
7662026-07-16T17:11:01.470Z Compiling duct v0.13.7
7672026-07-16T17:11:01.573Z Compiling zstd v0.13.3
7682026-07-16T17:11:01.737Z Compiling rand v0.9.5
7692026-07-16T17:11:01.996Z Compiling config v0.15.25
7702026-07-16T17:11:02.079Z Compiling async-scoped v0.9.0
7712026-07-16T17:11:02.275Z Compiling unicode-normalization v0.1.25
7722026-07-16T17:11:02.487Z Compiling target-spec-miette v0.4.8
7732026-07-16T17:11:02.516Z Compiling future-queue v0.4.0
7742026-07-16T17:11:02.801Z Compiling mukti-metadata v0.3.0
7752026-07-16T17:11:02.814Z Compiling tokio-stream v0.1.18
7762026-07-16T17:11:02.863Z Compiling camino-tempfile v1.4.1
7772026-07-16T17:11:02.944Z Compiling derive-where v1.6.1
7782026-07-16T17:11:03.193Z Compiling serde_path_to_error v0.1.20
7792026-07-16T17:11:03.280Z Compiling serde_ignored v0.1.14
7802026-07-16T17:11:03.289Z Compiling hex v0.4.3
7812026-07-16T17:11:03.467Z Compiling xxhash-rust v0.8.17
7822026-07-16T17:11:03.502Z Compiling swrite v0.1.0
7832026-07-16T17:11:03.574Z Compiling home v0.5.12
7842026-07-16T17:11:03.609Z Compiling indent_write v2.2.0
7852026-07-16T17:11:03.645Z Compiling color-eyre v0.6.5
7862026-07-16T17:11:03.673Z Compiling clap v4.6.2
7872026-07-16T17:11:03.737Z Compiling dialoguer v0.11.0
7882026-07-16T17:11:03.756Z Compiling enable-ansi-support v0.2.1
7892026-07-16T17:11:04.206Z Compiling nextest-runner v0.80.0
7902026-07-16T17:11:22.572Z Finished `release` profile [optimized] target(s) in 1m 10s
7912026-07-16T17:11:22.750Z Installing /home/build/.cargo/bin/cargo-nextest
7922026-07-16T17:11:22.756Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7932026-07-16T17:11:22.914Z+ cargo nextest run -p ndp
7942026-07-16T17:11:23.030Z Updating git repository `https://github.com/oxidecomputer/falcon`
7952026-07-16T17:11:23.630ZFrom https://github.com/oxidecomputer/falcon
7962026-07-16T17:11:23.630Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7972026-07-16T17:11:23.709Z Updating crates.io index
7982026-07-16T17:11:23.714Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7992026-07-16T17:11:24.144ZFrom https://github.com/oxidecomputer/dendrite
8002026-07-16T17:11:24.144Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
8012026-07-16T17:11:24.178Z Updating git repository `https://github.com/oxidecomputer/ispf`
8022026-07-16T17:11:24.456ZFrom https://github.com/oxidecomputer/ispf
8032026-07-16T17:11:24.456Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8042026-07-16T17:11:24.462Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8052026-07-16T17:11:24.803ZFrom https://github.com/oxidecomputer/netadm-sys
8062026-07-16T17:11:24.803Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8072026-07-16T17:11:24.809Z Updating git repository `https://github.com/oxidecomputer/omicron`
8082026-07-16T17:11:30.902ZFrom https://github.com/oxidecomputer/omicron
8092026-07-16T17:11:30.902Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8102026-07-16T17:11:31.328Z Updating git repository `https://github.com/oxidecomputer/opte`
8112026-07-16T17:11:32.047ZFrom https://github.com/oxidecomputer/opte
8122026-07-16T17:11:32.047Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8132026-07-16T17:11:32.077Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8142026-07-16T17:11:32.340ZFrom https://github.com/oxidecomputer/slog-error-chain
8152026-07-16T17:11:32.340Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8162026-07-16T17:11:32.350Z Updating git repository `https://github.com/illumos/smf-rs`
8172026-07-16T17:11:32.644ZFrom https://github.com/illumos/smf-rs
8182026-07-16T17:11:32.644Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8192026-07-16T17:11:32.654Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8202026-07-16T17:11:32.940ZFrom https://github.com/oxidecomputer/network-interface
8212026-07-16T17:11:32.940Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8222026-07-16T17:11:32.947Z Updating git repository `https://github.com/oxidecomputer/zone`
8232026-07-16T17:11:33.229ZFrom https://github.com/oxidecomputer/zone
8242026-07-16T17:11:33.229Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8252026-07-16T17:11:33.234Z Updating git repository `https://github.com/oxidecomputer/propolis`
8262026-07-16T17:11:33.935ZFrom https://github.com/oxidecomputer/propolis
8272026-07-16T17:11:33.935Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8282026-07-16T17:11:33.977Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8292026-07-16T17:11:34.518ZFrom https://github.com/oxidecomputer/transceiver-control
8302026-07-16T17:11:34.518Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8312026-07-16T17:11:34.530Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8322026-07-16T17:11:34.793ZFrom https://github.com/oxidecomputer/dlpi-sys
8332026-07-16T17:11:34.793Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8342026-07-16T17:11:34.811Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8352026-07-16T17:11:35.281ZFrom https://github.com/jmesmon/rust-libzfs
8362026-07-16T17:11:35.281Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8372026-07-16T17:11:35.287Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8382026-07-16T17:11:35.579ZFrom https://github.com/oxidecomputer/rusty-doors
8392026-07-16T17:11:35.579Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8402026-07-16T17:11:35.584Z Updating git repository `https://github.com/oxidecomputer/lldp`
8412026-07-16T17:11:35.962ZFrom https://github.com/oxidecomputer/lldp
8422026-07-16T17:11:35.962Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8432026-07-16T17:11:35.975Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8442026-07-16T17:11:36.302ZFrom https://github.com/oxidecomputer/tufaceous
8452026-07-16T17:11:36.302Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8462026-07-16T17:11:36.321Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8472026-07-16T17:11:36.805ZFrom https://github.com/oxidecomputer/management-gateway-service
8482026-07-16T17:11:36.805Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8492026-07-16T17:11:36.825Z Updating git repository `https://github.com/oxidecomputer/crucible`
8502026-07-16T17:11:37.900ZFrom https://github.com/oxidecomputer/crucible
8512026-07-16T17:11:37.900Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8522026-07-16T17:11:37.949Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8532026-07-16T17:11:38.201ZFrom https://github.com/oxidecomputer/serde_human_bytes
8542026-07-16T17:11:38.202Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8552026-07-16T17:11:38.210Z Updating git repository `https://github.com/oxidecomputer/propolis`
8562026-07-16T17:11:38.709ZFrom https://github.com/oxidecomputer/propolis
8572026-07-16T17:11:38.709Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8582026-07-16T17:11:38.758Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-07-16T17:11:39.467ZFrom https://github.com/oxidecomputer/crucible
8602026-07-16T17:11:39.467Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8612026-07-16T17:11:39.534Z Updating git repository `https://github.com/oxidecomputer/tofino`
8622026-07-16T17:11:39.895ZFrom https://github.com/oxidecomputer/tofino
8632026-07-16T17:11:39.895Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8642026-07-16T17:11:39.907Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8652026-07-16T17:11:40.579ZFrom https://github.com/oxidecomputer/maghemite
8662026-07-16T17:11:40.581Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8672026-07-16T17:11:40.612Z Updating git repository `https://github.com/oxidecomputer/clickward`
8682026-07-16T17:11:41.069ZFrom https://github.com/oxidecomputer/clickward
8692026-07-16T17:11:41.069Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8702026-07-16T17:11:41.089Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8712026-07-16T17:11:41.362ZFrom https://github.com/oxidecomputer/illumos-devinfo
8722026-07-16T17:11:41.362Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8732026-07-16T17:11:42.286Z Downloading crates ...
8742026-07-16T17:11:42.377Z Downloaded chacha20 v0.10.0
8752026-07-16T17:11:42.416Z Downloaded cstr-argument v0.1.2
8762026-07-16T17:11:42.416Z Downloaded crc8 v0.1.1
8772026-07-16T17:11:42.416Z Downloaded convert_case v0.4.0
8782026-07-16T17:11:42.416Z Downloaded crunchy v0.2.4
8792026-07-16T17:11:42.416Z Downloaded argon2 v0.5.3
8802026-07-16T17:11:42.416Z Downloaded arc-swap v1.9.1
8812026-07-16T17:11:42.416Z Downloaded dunce v1.0.5
8822026-07-16T17:11:42.434Z Downloaded dtrace-parser v0.2.0
8832026-07-16T17:11:42.434Z Downloaded dyn-clone v1.0.20
8842026-07-16T17:11:42.434Z Downloaded async-trait v0.1.89
8852026-07-16T17:11:42.435Z Downloaded bs58 v0.5.1
8862026-07-16T17:11:42.435Z Downloaded dtrace-parser v0.3.0
8872026-07-16T17:11:42.435Z Downloaded backon v1.6.0
8882026-07-16T17:11:42.435Z Downloaded httpdate v1.0.3
8892026-07-16T17:11:42.435Z Downloaded arrayvec v0.7.6
8902026-07-16T17:11:42.435Z Downloaded elliptic-curve v0.13.8
8912026-07-16T17:11:42.436Z Downloaded bcs v0.1.6
8922026-07-16T17:11:42.436Z Downloaded git-stub-vcs v0.1.0
8932026-07-16T17:11:42.436Z Downloaded embedded-io v0.6.1
8942026-07-16T17:11:42.436Z Downloaded blake2 v0.10.6
8952026-07-16T17:11:42.436Z Downloaded mime v0.3.17
8962026-07-16T17:11:42.436Z Downloaded enum-as-inner v0.6.1
8972026-07-16T17:11:42.436Z Downloaded embedded-io v0.4.0
8982026-07-16T17:11:42.436Z Downloaded byteorder v1.5.0
8992026-07-16T17:11:42.436Z Downloaded async-compression v0.4.42
9002026-07-16T17:11:42.436Z Downloaded memmap v0.7.0
9012026-07-16T17:11:42.436Z Downloaded bit-set v0.8.0
9022026-07-16T17:11:42.436Z Downloaded foreign-types-macros v0.2.3
9032026-07-16T17:11:42.436Z Downloaded hubpack_derive v0.1.1
9042026-07-16T17:11:42.436Z Downloaded fs_extra v1.3.0
9052026-07-16T17:11:42.436Z Downloaded bitflags v2.12.1
9062026-07-16T17:11:42.451Z Downloaded ident_case v1.0.1
9072026-07-16T17:11:42.451Z Downloaded hash32 v0.3.1
9082026-07-16T17:11:42.451Z Downloaded foreign-types v0.5.0
9092026-07-16T17:11:42.451Z Downloaded fixedbitset v0.4.2
9102026-07-16T17:11:42.451Z Downloaded bit-vec v0.8.0
9112026-07-16T17:11:42.451Z Downloaded idna_adapter v1.2.2
9122026-07-16T17:11:42.451Z Downloaded colored v3.1.1
9132026-07-16T17:11:42.451Z Downloaded arrayref v0.3.9
9142026-07-16T17:11:42.451Z Downloaded async-recursion v1.1.1
9152026-07-16T17:11:42.451Z Downloaded git-stub v1.0.0
9162026-07-16T17:11:42.451Z Downloaded foldhash v0.2.0
9172026-07-16T17:11:42.451Z Downloaded erased-serde v0.3.31
9182026-07-16T17:11:42.452Z Downloaded heck v0.4.1
9192026-07-16T17:11:42.452Z Downloaded fxhash v0.2.1
9202026-07-16T17:11:42.452Z Downloaded http-body v1.0.1
9212026-07-16T17:11:42.452Z Downloaded ciborium-ll v0.2.2
9222026-07-16T17:11:42.452Z Downloaded base16ct v1.0.0
9232026-07-16T17:11:42.452Z Downloaded backoff v0.4.0
9242026-07-16T17:11:42.452Z Downloaded allocator-api2 v0.2.21
9252026-07-16T17:11:42.464Z Downloaded num v0.4.3
9262026-07-16T17:11:42.464Z Downloaded macaddr v1.0.1
9272026-07-16T17:11:42.464Z Downloaded hostname v0.3.1
9282026-07-16T17:11:42.464Z Downloaded hostname v0.4.2
9292026-07-16T17:11:42.464Z Downloaded managed v0.8.0
9302026-07-16T17:11:42.464Z Downloaded block-buffer v0.12.0
9312026-07-16T17:11:42.464Z Downloaded inout v0.1.4
9322026-07-16T17:11:42.464Z Downloaded match_cfg v0.1.0
9332026-07-16T17:11:42.464Z Downloaded linked-hash-map v0.5.6
9342026-07-16T17:11:42.464Z Downloaded aead v0.5.2
9352026-07-16T17:11:42.465Z Downloaded foreign-types-shared v0.3.1
9362026-07-16T17:11:42.465Z Downloaded base16ct v0.2.0
9372026-07-16T17:11:42.465Z Downloaded async-stream v0.3.6
9382026-07-16T17:11:42.472Z Downloaded http-body-util v0.1.3
9392026-07-16T17:11:42.474Z Downloaded cfg_aliases v0.2.1
9402026-07-16T17:11:42.474Z Downloaded async-stream-impl v0.3.6
9412026-07-16T17:11:42.486Z Downloaded gethostname v0.5.0
9422026-07-16T17:11:42.486Z Downloaded dropshot-api-manager-types v0.7.2
9432026-07-16T17:11:42.490Z Downloaded memoffset v0.9.1
9442026-07-16T17:11:42.490Z Downloaded crucible-workspace-hack v0.1.0
9452026-07-16T17:11:42.490Z Downloaded compression-core v0.4.32
9462026-07-16T17:11:42.490Z Downloaded instant v0.1.13
9472026-07-16T17:11:42.490Z Downloaded hubpack v0.1.2
9482026-07-16T17:11:42.490Z Downloaded darling_macro v0.23.0
9492026-07-16T17:11:42.498Z Downloaded is-terminal v0.4.17
9502026-07-16T17:11:42.498Z Downloaded internet-checksum v0.2.1
9512026-07-16T17:11:42.498Z Downloaded konst_macro_rules v0.2.19
9522026-07-16T17:11:42.498Z Downloaded keccak v0.1.6
9532026-07-16T17:11:42.505Z Downloaded dof v0.3.0
9542026-07-16T17:11:42.505Z Downloaded libscf-sys v1.2.0
9552026-07-16T17:11:42.505Z Downloaded dof v0.4.0
9562026-07-16T17:11:42.505Z Downloaded lru-cache v0.1.2
9572026-07-16T17:11:42.505Z Downloaded const-random v0.1.18
9582026-07-16T17:11:42.509Z Downloaded newline-converter v0.3.0
9592026-07-16T17:11:42.509Z Downloaded defmt-parser v1.0.0
9602026-07-16T17:11:42.509Z Downloaded darling_macro v0.21.3
9612026-07-16T17:11:42.509Z Downloaded no-std-compat v0.4.1
9622026-07-16T17:11:42.509Z Downloaded omicron-workspace-hack v0.1.0
9632026-07-16T17:11:42.509Z Downloaded num-iter v0.1.45
9642026-07-16T17:11:42.509Z Downloaded newtype-uuid-macros v0.1.0
9652026-07-16T17:11:42.516Z Downloaded float-ord v0.3.2
9662026-07-16T17:11:42.516Z Downloaded ff v0.13.1
9672026-07-16T17:11:42.516Z Downloaded const-random-macro v0.1.16
9682026-07-16T17:11:42.516Z Downloaded highway v1.3.0
9692026-07-16T17:11:42.517Z Downloaded glob v0.3.3
9702026-07-16T17:11:42.517Z Downloaded fs-err v3.3.0
9712026-07-16T17:11:42.522Z Downloaded ciborium-io v0.2.2
9722026-07-16T17:11:42.522Z Downloaded natord v1.0.9
9732026-07-16T17:11:42.522Z Downloaded cobs v0.3.0
9742026-07-16T17:11:42.522Z Downloaded num-conv v0.2.2
9752026-07-16T17:11:42.532Z Downloaded ingot-types v0.1.2
9762026-07-16T17:11:42.532Z Downloaded humantime v2.3.0
9772026-07-16T17:11:42.532Z Downloaded ingot v0.1.1
9782026-07-16T17:11:42.532Z Downloaded bitflags v1.3.2
9792026-07-16T17:11:42.532Z Downloaded compression-codecs v0.4.38
9802026-07-16T17:11:42.532Z Downloaded half v2.7.1
9812026-07-16T17:11:42.536Z Downloaded olpc-cjson v0.1.4
9822026-07-16T17:11:42.536Z Downloaded num_enum_derive v0.5.11
9832026-07-16T17:11:42.536Z Downloaded constant_time_eq v0.4.2
9842026-07-16T17:11:42.536Z Downloaded opaque-debug v0.3.1
9852026-07-16T17:11:42.537Z Downloaded num_threads v0.1.7
9862026-07-16T17:11:42.545Z Downloaded newtype_derive v0.1.6
9872026-07-16T17:11:42.545Z Downloaded cipher v0.4.4
9882026-07-16T17:11:42.545Z Downloaded bytecount v0.6.9
9892026-07-16T17:11:42.552Z Downloaded parse-display v0.10.0
9902026-07-16T17:11:42.552Z Downloaded pretty-hex v0.4.2
9912026-07-16T17:11:42.552Z Downloaded powerfmt v0.2.0
9922026-07-16T17:11:42.552Z Downloaded potential_utf v0.1.5
9932026-07-16T17:11:42.552Z Downloaded plain v0.2.3
9942026-07-16T17:11:42.552Z Downloaded phf_shared v0.12.1
9952026-07-16T17:11:42.553Z Downloaded byte-wrapper v0.1.0
9962026-07-16T17:11:42.571Z Downloaded proc-macro-error-attr2 v2.0.0
9972026-07-16T17:11:42.571Z Downloaded jobserver v0.1.34
9982026-07-16T17:11:42.571Z Downloaded daft v0.1.7
9992026-07-16T17:11:42.571Z Downloaded linear-map v1.2.0
10002026-07-16T17:11:42.571Z Downloaded defmt-macros v1.1.0
10012026-07-16T17:11:42.571Z Downloaded daft-derive v0.1.7
10022026-07-16T17:11:42.591Z Downloaded libsw v3.5.0
10032026-07-16T17:11:42.591Z Downloaded libsw-core v0.3.2
10042026-07-16T17:11:42.591Z Downloaded data-encoding v2.11.0
10052026-07-16T17:11:42.591Z Downloaded crypto-common v0.2.2
10062026-07-16T17:11:42.591Z Downloaded ipnetwork v0.21.1
10072026-07-16T17:11:42.591Z Downloaded group v0.13.0
10082026-07-16T17:11:42.592Z Downloaded critical-section v1.2.0
10092026-07-16T17:11:42.592Z Downloaded defmt v0.3.100
10102026-07-16T17:11:42.592Z Downloaded globset v0.4.18
10112026-07-16T17:11:42.592Z Downloaded displaydoc v0.2.6
10122026-07-16T17:11:42.592Z Downloaded crossbeam-deque v0.8.6
10132026-07-16T17:11:42.604Z Downloaded proc-macro-error-attr v1.0.4
10142026-07-16T17:11:42.604Z Downloaded cmake v0.1.58
10152026-07-16T17:11:42.604Z Downloaded chacha20 v0.9.1
10162026-07-16T17:11:42.604Z Downloaded derive-ex v0.1.8
10172026-07-16T17:11:42.604Z Downloaded proc-macro-crate v3.5.0
10182026-07-16T17:11:42.604Z Downloaded proc-macro-crate v1.3.1
10192026-07-16T17:11:42.604Z Downloaded digest v0.11.3
10202026-07-16T17:11:42.604Z Downloaded num-integer v0.1.46
10212026-07-16T17:11:42.604Z Downloaded hmac v0.12.1
10222026-07-16T17:11:42.604Z Downloaded num-complex v0.4.6
10232026-07-16T17:11:42.604Z Downloaded multer v3.1.0
10242026-07-16T17:11:42.604Z Downloaded ingot-macros v0.1.1
10252026-07-16T17:11:42.604Z Downloaded ciborium v0.2.2
10262026-07-16T17:11:42.604Z Downloaded cargo_toml v0.22.3
10272026-07-16T17:11:42.604Z Downloaded anyhow v1.0.103
10282026-07-16T17:11:42.609Z Downloaded progenitor-client v0.14.0
10292026-07-16T17:11:42.609Z Downloaded progenitor-macro v0.14.0
10302026-07-16T17:11:42.609Z Downloaded progenitor-macro v0.10.0
10312026-07-16T17:11:42.609Z Downloaded deranged v0.5.8
10322026-07-16T17:11:42.609Z Downloaded progenitor-client v0.10.0
10332026-07-16T17:11:42.609Z Downloaded oxnet v0.1.6
10342026-07-16T17:11:42.609Z Downloaded paste v1.0.15
10352026-07-16T17:11:42.614Z Downloaded phf v0.12.1
10362026-07-16T17:11:42.614Z Downloaded parking_lot_core v0.8.6
10372026-07-16T17:11:42.614Z Downloaded progenitor-macro v0.13.0
10382026-07-16T17:11:42.614Z Downloaded poly1305 v0.8.0
10392026-07-16T17:11:42.621Z Downloaded ref-cast v1.0.25
10402026-07-16T17:11:42.621Z Downloaded rand_chacha v0.3.1
10412026-07-16T17:11:42.621Z Downloaded rand_xorshift v0.4.0
10422026-07-16T17:11:42.625Z Downloaded quick-error v1.2.3
10432026-07-16T17:11:42.625Z Downloaded pem v3.0.6
10442026-07-16T17:11:42.625Z Downloaded ref-cast-impl v1.0.25
10452026-07-16T17:11:42.629Z Downloaded password-hash v0.5.0
10462026-07-16T17:11:42.629Z Downloaded num_enum v0.5.11
10472026-07-16T17:11:42.630Z Downloaded rustc_version v0.1.7
10482026-07-16T17:11:42.644Z Downloaded same-file v1.0.6
10492026-07-16T17:11:42.644Z Downloaded darling v0.21.3
10502026-07-16T17:11:42.644Z Downloaded proc-macro-error v1.0.4
10512026-07-16T17:11:42.647Z Downloaded rustc-hash v2.1.2
10522026-07-16T17:11:42.648Z Downloaded parse-display-derive v0.10.0
10532026-07-16T17:11:42.648Z Downloaded diff v0.1.13
10542026-07-16T17:11:42.648Z Downloaded memmap2 v0.9.10
10552026-07-16T17:11:42.648Z Downloaded crossbeam-utils v0.8.21
10562026-07-16T17:11:42.648Z Downloaded console v0.16.3
10572026-07-16T17:11:42.648Z Downloaded defmt v1.1.0
10582026-07-16T17:11:42.653Z Downloaded csv-core v0.1.13
10592026-07-16T17:11:42.653Z Downloaded proc-macro-error2 v2.0.1
10602026-07-16T17:11:42.653Z Downloaded darling v0.23.0
10612026-07-16T17:11:42.656Z Downloaded progenitor v0.14.0
10622026-07-16T17:11:42.660Z Downloaded const_format_proc_macros v0.2.34
10632026-07-16T17:11:42.660Z Downloaded progenitor v0.13.0
10642026-07-16T17:11:42.666Z Downloaded log v0.4.32
10652026-07-16T17:11:42.666Z Downloaded hybrid-array v0.4.12
10662026-07-16T17:11:42.666Z Downloaded clap v4.6.1
10672026-07-16T17:11:42.669Z Downloaded semver v0.1.20
10682026-07-16T17:11:42.674Z Downloaded serde-big-array v0.5.1
10692026-07-16T17:11:42.674Z Downloaded secrecy v0.10.3
10702026-07-16T17:11:42.674Z Downloaded siphasher v1.0.3
10712026-07-16T17:11:42.678Z Downloaded sha1 v0.11.0
10722026-07-16T17:11:42.678Z Downloaded serde_repr v0.1.20
10732026-07-16T17:11:42.678Z Downloaded sigpipe v0.1.3
10742026-07-16T17:11:42.678Z Downloaded serial_test_derive v3.5.0
10752026-07-16T17:11:42.679Z Downloaded oxide-tokio-rt v0.1.6
10762026-07-16T17:11:42.697Z Downloaded hickory-resolver v0.24.4
10772026-07-16T17:11:42.697Z Downloaded parking_lot v0.11.2
10782026-07-16T17:11:42.697Z Downloaded pest_derive v2.8.6
10792026-07-16T17:11:42.697Z Downloaded postcard v1.1.3
10802026-07-16T17:11:42.697Z Downloaded port-file v0.1.0
10812026-07-16T17:11:42.697Z Downloaded scroll_derive v0.13.1
10822026-07-16T17:11:42.698Z Downloaded quote v1.0.45
10832026-07-16T17:11:42.698Z Downloaded scroll_derive v0.12.1
10842026-07-16T17:11:42.698Z Downloaded progenitor-client v0.13.0
10852026-07-16T17:11:42.709Z Downloaded resolv-conf v0.7.6
10862026-07-16T17:11:42.709Z Downloaded progenitor v0.10.0
10872026-07-16T17:11:42.709Z Downloaded sha1 v0.10.6
10882026-07-16T17:11:42.709Z Downloaded heapless v0.8.0
10892026-07-16T17:11:42.709Z Downloaded rustls-native-certs v0.8.4
10902026-07-16T17:11:42.709Z Downloaded slog-bunyan v2.5.0
10912026-07-16T17:11:42.709Z Downloaded litemap v0.8.2
10922026-07-16T17:11:42.709Z Downloaded slog-envlogger v2.2.0
10932026-07-16T17:11:42.732Z Downloaded getrandom v0.4.2
10942026-07-16T17:11:42.733Z Downloaded smawk v0.3.2
10952026-07-16T17:11:42.733Z Downloaded crossbeam-epoch v0.9.18
10962026-07-16T17:11:42.734Z Downloaded drift v0.2.0
10972026-07-16T17:11:42.736Z Downloaded icu_provider v2.2.0
10982026-07-16T17:11:42.737Z Downloaded derive_more v0.99.20
10992026-07-16T17:11:42.737Z Downloaded const-oid v0.10.2
11002026-07-16T17:11:42.767Z Downloaded icu_properties v2.2.0
11012026-07-16T17:11:42.767Z Downloaded stable_deref_trait v1.2.1
11022026-07-16T17:11:42.767Z Downloaded dropshot_endpoint v0.17.1
11032026-07-16T17:11:42.767Z Downloaded strum v0.27.2
11042026-07-16T17:11:42.767Z Downloaded spin v0.5.2
11052026-07-16T17:11:42.767Z Downloaded cancel-safe-futures v0.1.5
11062026-07-16T17:11:42.767Z Downloaded strum v0.26.3
11072026-07-16T17:11:42.767Z Downloaded structmeta v0.3.0
11082026-07-16T17:11:42.767Z Downloaded tabled_derive v0.7.0
11092026-07-16T17:11:42.767Z Downloaded rustversion v1.0.22
11102026-07-16T17:11:42.767Z Downloaded rustls-pemfile v2.2.0
11112026-07-16T17:11:42.767Z Downloaded cookie v0.18.1
11122026-07-16T17:11:42.767Z Downloaded rusty-fork v0.3.1
11132026-07-16T17:11:42.767Z Downloaded scroll v0.12.0
11142026-07-16T17:11:42.773Z Downloaded schemars_derive v0.8.22
11152026-07-16T17:11:42.773Z Downloaded num-rational v0.4.2
11162026-07-16T17:11:42.773Z Downloaded num_enum_derive v0.7.6
11172026-07-16T17:11:42.773Z Downloaded tagptr v0.2.0
11182026-07-16T17:11:42.773Z Downloaded serde_tokenstream v0.2.3
11192026-07-16T17:11:42.774Z Downloaded serde_derive_internals v0.29.1
11202026-07-16T17:11:42.774Z Downloaded time-core v0.1.8
11212026-07-16T17:11:42.774Z Downloaded testing_table v0.3.0
11222026-07-16T17:11:42.774Z Downloaded termtree v0.5.1
11232026-07-16T17:11:42.774Z Downloaded take_mut v0.2.2
11242026-07-16T17:11:42.774Z Downloaded tabled_derive v0.11.0
11252026-07-16T17:11:42.774Z Downloaded thread-id v5.1.0
11262026-07-16T17:11:42.774Z Downloaded serde_plain v1.0.2
11272026-07-16T17:11:42.774Z Downloaded progenitor-extras v0.2.0
11282026-07-16T17:11:42.774Z Downloaded thread-id v4.2.2
11292026-07-16T17:11:42.774Z Downloaded pest_generator v2.8.6
11302026-07-16T17:11:42.774Z Downloaded scroll v0.13.0
11312026-07-16T17:11:42.774Z Downloaded num_enum v0.7.6
11322026-07-16T17:11:42.775Z Downloaded omicron-zone-package v0.12.3
11332026-07-16T17:11:42.775Z Downloaded num-derive v0.4.2
11342026-07-16T17:11:42.785Z Downloaded topological-sort v0.2.2
11352026-07-16T17:11:42.786Z Downloaded serial_test v3.5.0
11362026-07-16T17:11:42.786Z Downloaded slog-json v2.6.1
11372026-07-16T17:11:42.786Z Downloaded simd-adler32 v0.3.9
11382026-07-16T17:11:42.786Z Downloaded slog-stdlog v4.1.1
11392026-07-16T17:11:42.786Z Downloaded typify-macro v0.4.3
11402026-07-16T17:11:42.786Z Downloaded unit-prefix v0.5.2
11412026-07-16T17:11:42.798Z Downloaded smartstring v1.0.1
11422026-07-16T17:11:42.798Z Downloaded slog-scope v4.4.1
11432026-07-16T17:11:42.799Z Downloaded slog-dtrace v0.3.0
11442026-07-16T17:11:42.799Z Downloaded indexmap v1.9.3
11452026-07-16T17:11:42.799Z Downloaded smf v0.2.3
11462026-07-16T17:11:42.799Z Downloaded slog-term v2.9.2
11472026-07-16T17:11:42.817Z Downloaded indicatif v0.18.4
11482026-07-16T17:11:42.817Z Downloaded konst v0.2.20
11492026-07-16T17:11:42.817Z Downloaded chacha20poly1305 v0.10.1
11502026-07-16T17:11:42.877Z Downloaded rhai_codegen v3.2.0
11512026-07-16T17:11:42.877Z Downloaded usdt v0.5.0
11522026-07-16T17:11:42.877Z Downloaded universal-hash v0.5.1
11532026-07-16T17:11:42.877Z Downloaded untrusted v0.7.1
11542026-07-16T17:11:42.878Z Downloaded typify-macro v0.6.2
11552026-07-16T17:11:42.878Z Downloaded strum_macros v0.27.2
11562026-07-16T17:11:42.878Z Downloaded structmeta-derive v0.3.0
11572026-07-16T17:11:42.878Z Downloaded icu_normalizer v2.2.0
11582026-07-16T17:11:42.878Z Downloaded snafu-derive v0.8.9
11592026-07-16T17:11:42.897Z Downloaded usdt-attr-macro v0.5.0
11602026-07-16T17:11:42.897Z Downloaded thiserror-impl-no-std v2.0.2
11612026-07-16T17:11:42.897Z Downloaded expectorate v1.2.0
11622026-07-16T17:11:42.897Z Downloaded tabwriter v1.4.1
11632026-07-16T17:11:42.897Z Downloaded strum_macros v0.26.4
11642026-07-16T17:11:42.898Z Downloaded waitgroup v0.1.2
11652026-07-16T17:11:42.898Z Downloaded rustls-pki-types v1.14.1
11662026-07-16T17:11:42.898Z Downloaded synstructure v0.13.2
11672026-07-16T17:11:42.898Z Downloaded serde_with_macros v3.20.0
11682026-07-16T17:11:42.898Z Downloaded yoke-derive v0.8.2
11692026-07-16T17:11:42.898Z Downloaded progenitor-impl v0.14.0
11702026-07-16T17:11:42.898Z Downloaded usdt v0.6.0
11712026-07-16T17:11:42.898Z Downloaded thiserror-no-std v2.0.2
11722026-07-16T17:11:42.898Z Downloaded usdt-macro v0.5.0
11732026-07-16T17:11:42.898Z Downloaded papergrid v0.18.0
11742026-07-16T17:11:42.898Z Downloaded wait-timeout v0.2.1
11752026-07-16T17:11:42.898Z Downloaded papergrid v0.11.0
11762026-07-16T17:11:42.898Z Downloaded thread_local v1.1.9
11772026-07-16T17:11:42.898Z Downloaded usdt-attr-macro v0.6.0
11782026-07-16T17:11:42.898Z Downloaded bytes v1.11.1
11792026-07-16T17:11:42.898Z Downloaded progenitor-impl v0.13.0
11802026-07-16T17:11:42.898Z Downloaded pest_meta v2.8.6
11812026-07-16T17:11:42.898Z Downloaded tokio-dtrace v0.1.1
11822026-07-16T17:11:42.898Z Downloaded time-macros v0.2.27
11832026-07-16T17:11:42.898Z Downloaded slog-async v2.8.0
11842026-07-16T17:11:42.898Z Downloaded toml_writer v1.1.1+spec-1.1.0
11852026-07-16T17:11:42.899Z Downloaded tinystr v0.8.3
11862026-07-16T17:11:42.899Z Downloaded tiny-keccak v2.0.2
11872026-07-16T17:11:42.899Z Downloaded tokio-tungstenite v0.21.0
11882026-07-16T17:11:42.899Z Downloaded zeroize_derive v1.4.3
11892026-07-16T17:11:42.899Z Downloaded zerofrom-derive v0.1.7
11902026-07-16T17:11:42.899Z Downloaded zone_cfg_derive v0.3.1
11912026-07-16T17:11:42.899Z Downloaded quinn-udp v0.5.14
11922026-07-16T17:11:42.899Z Downloaded zone v0.3.1
11932026-07-16T17:11:42.899Z Downloaded icu_collections v2.2.0
11942026-07-16T17:11:42.899Z Downloaded zerofrom v0.1.8
11952026-07-16T17:11:42.899Z Downloaded smallvec v1.15.1
11962026-07-16T17:11:42.899Z Downloaded minimal-lexical v0.2.1
11972026-07-16T17:11:42.899Z Downloaded jiff-static v0.2.28
11982026-07-16T17:11:42.899Z Downloaded icu_normalizer_data v2.2.0
11992026-07-16T17:11:42.909Z Downloaded icu_locale_core v2.2.0
12002026-07-16T17:11:42.910Z Downloaded spin v0.9.8
12012026-07-16T17:11:42.910Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12022026-07-16T17:11:42.910Z Downloaded unarray v0.1.4
12032026-07-16T17:11:42.910Z Downloaded schemars v0.8.22
12042026-07-16T17:11:42.910Z Downloaded usdt-impl v0.5.0
12052026-07-16T17:11:42.910Z Downloaded thin-vec v0.2.18
12062026-07-16T17:11:42.910Z Downloaded walkdir v2.5.0
12072026-07-16T17:11:42.910Z Downloaded usdt-macro v0.6.0
12082026-07-16T17:11:42.910Z Downloaded term v1.2.1
12092026-07-16T17:11:42.910Z Downloaded hashbrown v0.12.3
12102026-07-16T17:11:42.910Z Downloaded darling_core v0.21.3
12112026-07-16T17:11:42.940Z Downloaded const_format v0.2.36
12122026-07-16T17:11:42.940Z Downloaded serde_yaml v0.9.34+deprecated
12132026-07-16T17:11:42.940Z Downloaded rustls-platform-verifier v0.7.0
12142026-07-16T17:11:42.940Z Downloaded whoami v1.6.1
12152026-07-16T17:11:42.940Z Downloaded vsss-rs v3.3.4
12162026-07-16T17:11:42.940Z Downloaded utf-8 v0.7.6
12172026-07-16T17:11:42.940Z Downloaded crypto-bigint v0.5.5
12182026-07-16T17:11:42.960Z Downloaded progenitor-impl v0.10.0
12192026-07-16T17:11:42.960Z Downloaded openssl-sys v0.9.116
12202026-07-16T17:11:42.960Z Downloaded similar v2.7.0
12212026-07-16T17:11:42.960Z Downloaded rayon-core v1.13.0
12222026-07-16T17:11:42.960Z Downloaded zmij v1.0.21
12232026-07-16T17:11:42.960Z Downloaded xz2 v0.1.7
12242026-07-16T17:11:42.960Z Downloaded zeroize v1.8.2
12252026-07-16T17:11:42.960Z Downloaded writeable v0.6.3
12262026-07-16T17:11:42.960Z Downloaded memchr v2.8.1
12272026-07-16T17:11:42.961Z Downloaded zerovec-derive v0.11.3
12282026-07-16T17:11:42.961Z Downloaded darling_core v0.23.0
12292026-07-16T17:11:42.961Z Downloaded base64 v0.21.7
12302026-07-16T17:11:42.961Z Downloaded mio v1.2.1
12312026-07-16T17:11:42.967Z Downloaded pretty_assertions v1.4.1
12322026-07-16T17:11:42.967Z Downloaded crossbeam-channel v0.5.15
12332026-07-16T17:11:42.967Z Downloaded ucd-trie v0.1.7
12342026-07-16T17:11:42.967Z Downloaded usdt-impl v0.6.0
12352026-07-16T17:11:42.967Z Downloaded socket2 v0.6.4
12362026-07-16T17:11:42.967Z Downloaded test-strategy v0.4.5
12372026-07-16T17:11:42.967Z Downloaded rand v0.8.6
12382026-07-16T17:11:42.979Z Downloaded slog v2.8.2
12392026-07-16T17:11:42.979Z Downloaded quinn v0.11.9
12402026-07-16T17:11:42.979Z Downloaded toml v1.1.2+spec-1.1.0
12412026-07-16T17:11:43.003Z Downloaded typify v0.4.3
12422026-07-16T17:11:43.003Z Downloaded zerocopy-derive v0.7.35
12432026-07-16T17:11:43.003Z Downloaded yoke v0.8.3
12442026-07-16T17:11:43.003Z Downloaded tungstenite v0.21.0
12452026-07-16T17:11:43.004Z Downloaded toml v0.7.8
12462026-07-16T17:11:43.004Z Downloaded prettyplease v0.2.37
12472026-07-16T17:11:43.004Z Downloaded typify v0.6.2
12482026-07-16T17:11:43.004Z Downloaded hickory-resolver v0.25.2
12492026-07-16T17:11:43.015Z Downloaded tinyvec v1.11.0
12502026-07-16T17:11:43.015Z Downloaded nom v7.1.3
12512026-07-16T17:11:43.015Z Downloaded schemars v1.2.1
12522026-07-16T17:11:43.015Z Downloaded rand v0.9.4
12532026-07-16T17:11:43.015Z Downloaded qorb v0.4.1
12542026-07-16T17:11:43.031Z Downloaded cc v1.2.63
12552026-07-16T17:11:43.031Z Downloaded toml v0.9.12+spec-1.1.0
12562026-07-16T17:11:43.031Z Downloaded toml_edit v0.25.12+spec-1.1.0
12572026-07-16T17:11:43.044Z Downloaded steno v0.4.1
12582026-07-16T17:11:43.044Z Downloaded snafu v0.8.9
12592026-07-16T17:11:43.045Z Downloaded schemars v0.9.0
12602026-07-16T17:11:43.056Z Downloaded pest v2.8.6
12612026-07-16T17:11:43.056Z Downloaded yansi v1.0.1
12622026-07-16T17:11:43.057Z Downloaded toml_edit v0.19.15
12632026-07-16T17:11:43.067Z Downloaded itertools v0.12.1
12642026-07-16T17:11:43.077Z Downloaded uuid v1.23.5
12652026-07-16T17:11:43.077Z Downloaded hashbrown v0.16.1
12662026-07-16T17:11:43.084Z Downloaded zerocopy-derive v0.8.50
12672026-07-16T17:11:43.091Z Downloaded ron v0.12.1
12682026-07-16T17:11:43.091Z Downloaded typed-path v0.9.3
12692026-07-16T17:11:43.099Z Downloaded nom v8.0.0
12702026-07-16T17:11:43.099Z Downloaded libm v0.2.16
12712026-07-16T17:11:43.102Z Downloaded icu_properties_data v2.2.0
12722026-07-16T17:11:43.108Z Downloaded zerotrie v0.2.4
12732026-07-16T17:11:43.111Z Downloaded dropshot-api-manager v0.7.2
12742026-07-16T17:11:43.114Z Downloaded clap_builder v4.6.0
12752026-07-16T17:11:43.118Z Downloaded bstr v1.12.1
12762026-07-16T17:11:43.123Z Downloaded itertools v0.15.0
12772026-07-16T17:11:43.135Z Downloaded unsafe-libyaml v0.2.11
12782026-07-16T17:11:43.139Z Downloaded regex v1.12.3
12792026-07-16T17:11:43.142Z Downloaded hkdf v0.12.4
12802026-07-16T17:11:43.147Z Downloaded h2 v0.4.14
12812026-07-16T17:11:43.153Z Downloaded iddqd v0.4.5
12822026-07-16T17:11:43.156Z Downloaded goblin v0.8.2
12832026-07-16T17:11:43.159Z Downloaded zerovec v0.11.6
12842026-07-16T17:11:43.164Z Downloaded rayon v1.12.0
12852026-07-16T17:11:43.170Z Downloaded tough v0.22.0
12862026-07-16T17:11:43.175Z Downloaded reqwest v0.13.4
12872026-07-16T17:11:43.188Z Downloaded blake3 v1.8.5
12882026-07-16T17:11:43.194Z Downloaded serde_with v3.20.0
12892026-07-16T17:11:43.202Z Downloaded aws-lc-rs v1.17.0
12902026-07-16T17:11:43.209Z Downloaded moka v0.12.15
12912026-07-16T17:11:43.215Z Downloaded zerocopy v0.7.35
12922026-07-16T17:11:43.225Z Downloaded proptest v1.11.0
12932026-07-16T17:11:43.230Z Downloaded winnow v0.5.40
12942026-07-16T17:11:43.249Z Downloaded winnow v1.0.3
12952026-07-16T17:11:43.253Z Downloaded time v0.3.47
12962026-07-16T17:11:43.259Z Downloaded webpki-roots v1.0.7
12972026-07-16T17:11:43.265Z Downloaded tabled v0.15.0
12982026-07-16T17:11:43.278Z Downloaded goblin v0.10.7
12992026-07-16T17:11:43.282Z Downloaded quinn-proto v0.11.14
13002026-07-16T17:11:43.285Z Downloaded tabled v0.21.0
13012026-07-16T17:11:43.292Z Downloaded openssl v0.10.80
13022026-07-16T17:11:43.298Z Downloaded syn v1.0.109
13032026-07-16T17:11:43.303Z Downloaded syn v2.0.117
13042026-07-16T17:11:43.309Z Downloaded zerocopy v0.8.50
13052026-07-16T17:11:43.320Z Downloaded nix v0.31.3
13062026-07-16T17:11:43.327Z Downloaded smoltcp v0.11.0
13072026-07-16T17:11:43.332Z Downloaded regress v0.11.1
13082026-07-16T17:11:43.337Z Downloaded hickory-proto v0.24.4
13092026-07-16T17:11:43.345Z Downloaded regress v0.10.5
13102026-07-16T17:11:43.349Z Downloaded openapiv3 v2.2.0
13112026-07-16T17:11:43.355Z Downloaded dropshot v0.17.1
13122026-07-16T17:11:43.367Z Downloaded rhai v1.25.1
13132026-07-16T17:11:43.381Z Downloaded regex-syntax v0.8.10
13142026-07-16T17:11:43.388Z Downloaded hickory-proto v0.25.2
13152026-07-16T17:11:43.400Z Downloaded rustls v0.23.40
13162026-07-16T17:11:43.429Z Downloaded petgraph v0.6.5
13172026-07-16T17:11:43.447Z Downloaded chrono-tz v0.10.4
13182026-07-16T17:11:43.457Z Downloaded csv v1.4.0
13192026-07-16T17:11:43.487Z Downloaded typify-impl v0.6.2
13202026-07-16T17:11:43.495Z Downloaded typify-impl v0.4.3
13212026-07-16T17:11:43.506Z Downloaded sled v0.34.7
13222026-07-16T17:11:43.523Z Downloaded regex-automata v0.4.14
13232026-07-16T17:11:43.568Z Downloaded lzma-sys v0.1.20
13242026-07-16T17:11:43.585Z Downloaded jiff v0.2.28
13252026-07-16T17:11:43.605Z Downloaded sha3 v0.10.9
13262026-07-16T17:11:43.618Z Downloaded tokio v1.52.3
13272026-07-16T17:11:43.654Z Downloaded encoding_rs v0.8.35
13282026-07-16T17:11:44.058Z Downloaded aws-lc-sys v0.41.0
13292026-07-16T17:11:44.973Z Compiling proc-macro2 v1.0.106
13302026-07-16T17:11:44.973Z Compiling quote v1.0.45
13312026-07-16T17:11:44.974Z Compiling unicode-ident v1.0.24
13322026-07-16T17:11:44.974Z Compiling serde_core v1.0.228
13332026-07-16T17:11:44.974Z Compiling cfg-if v1.0.4
13342026-07-16T17:11:44.977Z Compiling serde v1.0.228
13352026-07-16T17:11:44.977Z Compiling libc v0.2.186
13362026-07-16T17:11:44.977Z Compiling memchr v2.8.1
13372026-07-16T17:11:45.158Z Compiling itoa v1.0.18
13382026-07-16T17:11:45.335Z Compiling zmij v1.0.21
13392026-07-16T17:11:45.434Z Compiling smallvec v1.15.1
13402026-07-16T17:11:45.445Z Compiling autocfg v1.5.1
13412026-07-16T17:11:45.640Z Compiling libm v0.2.16
13422026-07-16T17:11:45.742Z Compiling stable_deref_trait v1.2.1
13432026-07-16T17:11:45.809Z Compiling litemap v0.8.2
13442026-07-16T17:11:45.814Z Compiling writeable v0.6.3
13452026-07-16T17:11:45.930Z Compiling percent-encoding v2.3.2
13462026-07-16T17:11:45.947Z Compiling icu_properties_data v2.2.0
13472026-07-16T17:11:45.977Z Compiling icu_normalizer_data v2.2.0
13482026-07-16T17:11:45.988Z Compiling utf8_iter v1.0.4
13492026-07-16T17:11:46.016Z Compiling iana-time-zone v0.1.65
13502026-07-16T17:11:46.140Z Compiling equivalent v1.0.2
13512026-07-16T17:11:46.279Z Compiling version_check v0.9.5
13522026-07-16T17:11:46.283Z Compiling pin-project-lite v0.2.17
13532026-07-16T17:11:46.399Z Compiling syn v2.0.117
13542026-07-16T17:11:46.412Z Compiling form_urlencoded v1.2.2
13552026-07-16T17:11:46.418Z Compiling parking_lot_core v0.9.12
13562026-07-16T17:11:46.435Z Compiling serde_json v1.0.150
13572026-07-16T17:11:46.464Z Compiling scopeguard v1.2.0
13582026-07-16T17:11:46.568Z Compiling dyn-clone v1.0.20
13592026-07-16T17:11:46.582Z Compiling lock_api v0.4.14
13602026-07-16T17:11:46.591Z Compiling num-traits v0.2.19
13612026-07-16T17:11:46.691Z Compiling log v0.4.32
13622026-07-16T17:11:46.710Z Compiling thiserror v2.0.18
13632026-07-16T17:11:46.723Z Compiling hashbrown v0.17.1
13642026-07-16T17:11:46.814Z Compiling futures-core v0.3.32
13652026-07-16T17:11:46.873Z Compiling errno v0.3.14
13662026-07-16T17:11:47.023Z Compiling zerocopy v0.8.50
13672026-07-16T17:11:47.202Z Compiling semver v1.0.28
13682026-07-16T17:11:47.246Z Compiling indexmap v2.14.0
13692026-07-16T17:11:47.385Z Compiling getrandom v0.4.2
13702026-07-16T17:11:47.465Z Compiling rand_core v0.10.1
13712026-07-16T17:11:47.538Z Compiling futures-sink v0.3.32
13722026-07-16T17:11:47.598Z Compiling heck v0.5.0
13732026-07-16T17:11:47.615Z Compiling slab v0.4.12
13742026-07-16T17:11:47.652Z Compiling jobserver v0.1.34
13752026-07-16T17:11:47.868Z Compiling uuid v1.23.5
13762026-07-16T17:11:47.909Z Compiling shlex v2.0.1
13772026-07-16T17:11:47.924Z Compiling fnv v1.0.7
13782026-07-16T17:11:47.977Z Compiling find-msvc-tools v0.1.9
13792026-07-16T17:11:48.016Z Compiling futures-channel v0.3.32
13802026-07-16T17:11:48.020Z Compiling schemars v0.8.22
13812026-07-16T17:11:48.098Z Compiling futures-io v0.3.32
13822026-07-16T17:11:48.215Z Compiling cc v1.2.63
13832026-07-16T17:11:48.246Z Compiling futures-task v0.3.32
13842026-07-16T17:11:48.267Z Compiling socket2 v0.6.4
13852026-07-16T17:11:48.295Z Compiling rustversion v1.0.22
13862026-07-16T17:11:48.307Z Compiling signal-hook-registry v1.4.8
13872026-07-16T17:11:48.417Z Compiling mio v1.2.1
13882026-07-16T17:11:48.446Z Compiling parking_lot v0.12.5
13892026-07-16T17:11:48.562Z Compiling portable-atomic v1.13.1
13902026-07-16T17:11:48.610Z Compiling bitflags v2.12.1
13912026-07-16T17:11:48.730Z Compiling fs_extra v1.3.0
13922026-07-16T17:11:48.862Z Compiling typenum v1.20.1
13932026-07-16T17:11:48.866Z Compiling dunce v1.0.5
13942026-07-16T17:11:48.951Z Compiling cmake v0.1.58
13952026-07-16T17:11:49.006Z Compiling critical-section v1.2.0
13962026-07-16T17:11:49.021Z Compiling base64 v0.22.1
13972026-07-16T17:11:49.072Z Compiling getrandom v0.3.4
13982026-07-16T17:11:49.317Z Compiling synstructure v0.13.2
13992026-07-16T17:11:49.326Z Compiling serde_derive_internals v0.29.1
14002026-07-16T17:11:49.347Z Compiling subtle v2.6.1
14012026-07-16T17:11:49.442Z Compiling regex-syntax v0.8.10
14022026-07-16T17:11:49.519Z Compiling once_cell v1.21.4
14032026-07-16T17:11:49.525Z Compiling aws-lc-sys v0.41.0
14042026-07-16T17:11:49.624Z Compiling byteorder v1.5.0
14052026-07-16T17:11:49.776Z Compiling ipnet v2.12.0
14062026-07-16T17:11:49.796Z Compiling atomic-waker v1.1.2
14072026-07-16T17:11:49.839Z Compiling httparse v1.10.1
14082026-07-16T17:11:49.862Z Compiling tower-service v0.3.3
14092026-07-16T17:11:49.869Z Compiling tower-layer v0.3.3
14102026-07-16T17:11:49.948Z Compiling slog v2.8.2
14112026-07-16T17:11:50.031Z Compiling getrandom v0.2.17
14122026-07-16T17:11:50.088Z Compiling strsim v0.11.1
14132026-07-16T17:11:50.192Z Compiling thiserror v1.0.69
14142026-07-16T17:11:50.230Z Compiling ryu v1.0.23
14152026-07-16T17:11:50.275Z Compiling try-lock v0.2.5
14162026-07-16T17:11:50.381Z Compiling rustix v1.1.4
14172026-07-16T17:11:50.409Z Compiling untrusted v0.9.0
14182026-07-16T17:11:50.510Z Compiling ucd-trie v0.1.7
14192026-07-16T17:11:50.524Z Compiling want v0.3.1
14202026-07-16T17:11:50.574Z Compiling serde_derive v1.0.228
14212026-07-16T17:11:50.591Z Compiling zerofrom-derive v0.1.7
14222026-07-16T17:11:50.694Z Compiling yoke-derive v0.8.2
14232026-07-16T17:11:50.787Z Compiling zerovec-derive v0.11.3
14242026-07-16T17:11:50.794Z Compiling displaydoc v0.2.6
14252026-07-16T17:11:50.818Z Compiling schemars_derive v0.8.22
14262026-07-16T17:11:51.569Z Compiling tokio-macros v2.7.0
14272026-07-16T17:11:51.780Z Compiling thiserror-impl v2.0.18
14282026-07-16T17:11:51.793Z Compiling zerofrom v0.1.8
14292026-07-16T17:11:51.815Z Compiling zerocopy-derive v0.8.50
14302026-07-16T17:11:51.934Z Compiling yoke v0.8.3
14312026-07-16T17:11:52.048Z Compiling zeroize_derive v1.4.3
14322026-07-16T17:11:52.124Z Compiling zerovec v0.11.6
14332026-07-16T17:11:52.159Z Compiling zerotrie v0.2.4
14342026-07-16T17:11:52.335Z Compiling futures-macro v0.3.32
14352026-07-16T17:11:52.604Z Compiling tinystr v0.8.3
14362026-07-16T17:11:52.638Z Compiling potential_utf v0.1.5
14372026-07-16T17:11:52.788Z Compiling icu_collections v2.2.0
14382026-07-16T17:11:52.826Z Compiling icu_locale_core v2.2.0
14392026-07-16T17:11:52.854Z Compiling zeroize v1.8.2
14402026-07-16T17:11:53.044Z Compiling pest v2.8.6
14412026-07-16T17:11:53.162Z Compiling thiserror-impl v1.0.69
14422026-07-16T17:11:53.217Z Compiling futures-util v0.3.32
14432026-07-16T17:11:53.325Z Compiling rand_core v0.6.4
14442026-07-16T17:11:53.534Z Compiling icu_provider v2.2.0
14452026-07-16T17:11:53.818Z Compiling bytes v1.11.1
14462026-07-16T17:11:53.868Z Compiling icu_properties v2.2.0
14472026-07-16T17:11:53.917Z Compiling icu_normalizer v2.2.0
14482026-07-16T17:11:54.343Z Compiling chrono v0.4.45
14492026-07-16T17:11:54.353Z Compiling http v1.4.2
14502026-07-16T17:11:54.465Z Compiling tokio v1.52.3
14512026-07-16T17:11:54.514Z Compiling serde_tokenstream v0.2.3
14522026-07-16T17:11:54.787Z Compiling idna_adapter v1.2.2
14532026-07-16T17:11:54.923Z Compiling idna v1.1.0
14542026-07-16T17:11:55.043Z Compiling http-body v1.0.1
14552026-07-16T17:11:55.193Z Compiling erased-serde v0.3.31
14562026-07-16T17:11:55.328Z Compiling url v2.5.8
14572026-07-16T17:11:55.549Z Compiling httpdate v1.0.3
14582026-07-16T17:11:55.791Z Compiling pest_meta v2.8.6
14592026-07-16T17:11:55.795Z Compiling pretty-hex v0.4.2
14602026-07-16T17:11:55.932Z Compiling plain v0.2.3
14612026-07-16T17:11:56.036Z Compiling ppv-lite86 v0.2.21
14622026-07-16T17:11:56.093Z Compiling allocator-api2 v0.2.21
14632026-07-16T17:11:56.195Z Compiling foldhash v0.2.0
14642026-07-16T17:11:56.212Z Compiling paste v1.0.15
14652026-07-16T17:11:56.345Z Compiling tracing-attributes v0.1.31
14662026-07-16T17:11:56.408Z Compiling pest_generator v2.8.6
14672026-07-16T17:11:56.426Z Compiling hashbrown v0.16.1
14682026-07-16T17:11:56.553Z Compiling tracing-core v0.1.36
14692026-07-16T17:11:57.020Z Compiling ident_case v1.0.1
14702026-07-16T17:11:57.029Z Compiling omicron-workspace-hack v0.1.0
14712026-07-16T17:11:57.063Z Compiling pest_derive v2.8.6
14722026-07-16T17:11:57.167Z Compiling ipnetwork v0.21.1
14732026-07-16T17:11:57.260Z Compiling http-body-util v0.1.3
14742026-07-16T17:11:57.281Z Compiling serde_urlencoded v0.7.1
14752026-07-16T17:11:57.497Z Compiling aho-corasick v1.1.4
14762026-07-16T17:11:57.560Z Compiling sync_wrapper v1.0.2
14772026-07-16T17:11:57.588Z Compiling tracing v0.1.44
14782026-07-16T17:11:57.601Z Compiling daft-derive v0.1.7
14792026-07-16T17:11:57.719Z Compiling fastrand v2.4.1
14802026-07-16T17:11:57.888Z Compiling winnow v1.0.3
14812026-07-16T17:11:57.906Z Compiling oxnet v0.1.6
14822026-07-16T17:11:57.986Z Compiling async-trait v0.1.89
14832026-07-16T17:11:58.381Z Compiling regex-automata v0.4.14
14842026-07-16T17:11:58.393Z Compiling tokio-util v0.7.18
14852026-07-16T17:11:58.641Z Compiling scroll_derive v0.13.1
14862026-07-16T17:11:58.977Z Compiling aws-lc-rs v1.17.0
14872026-07-16T17:11:58.997Z Compiling num-conv v0.2.2
14882026-07-16T17:11:59.145Z Compiling anyhow v1.0.103
14892026-07-16T17:11:59.158Z Compiling time-core v0.1.8
14902026-07-16T17:11:59.295Z Compiling powerfmt v0.2.0
14912026-07-16T17:11:59.299Z Compiling time-macros v0.2.27
14922026-07-16T17:11:59.499Z Compiling deranged v0.5.8
14932026-07-16T17:11:59.504Z Compiling scroll v0.13.0
14942026-07-16T17:11:59.686Z Compiling rustls-pki-types v1.14.1
14952026-07-16T17:11:59.770Z Compiling hex v0.4.3
14962026-07-16T17:12:00.022Z Compiling num_threads v0.1.7
14972026-07-16T17:12:00.120Z Compiling regex v1.12.3
14982026-07-16T17:12:00.164Z Compiling openssl-probe v0.2.1
14992026-07-16T17:12:00.295Z Compiling goblin v0.10.7
15002026-07-16T17:12:00.469Z Compiling untrusted v0.7.1
15012026-07-16T17:12:00.580Z Compiling camino v1.2.4
15022026-07-16T17:12:00.595Z Compiling usdt-impl v0.6.0
15032026-07-16T17:12:00.737Z Compiling rustls v0.23.40
15042026-07-16T17:12:00.861Z Compiling h2 v0.4.14
15052026-07-16T17:12:00.933Z Compiling dtrace-parser v0.3.0
15062026-07-16T17:12:01.071Z Compiling crc32fast v1.5.0
15072026-07-16T17:12:01.388Z Compiling futures-executor v0.3.32
15082026-07-16T17:12:01.406Z Compiling structmeta-derive v0.3.0
15092026-07-16T17:12:01.670Z Compiling thread-id v5.1.0
15102026-07-16T17:12:01.749Z Compiling crossbeam-utils v0.8.21
15112026-07-16T17:12:01.790Z Compiling adler2 v2.0.1
15122026-07-16T17:12:01.918Z Compiling simd-adler32 v0.3.9
15132026-07-16T17:12:02.065Z Compiling cpufeatures v0.3.0
15142026-07-16T17:12:02.151Z Compiling miniz_oxide v0.8.9
15152026-07-16T17:12:02.233Z Compiling futures v0.3.32
15162026-07-16T17:12:02.415Z Compiling rand_core v0.9.5
15172026-07-16T17:12:02.459Z Compiling structmeta v0.3.0
15182026-07-16T17:12:02.491Z Compiling darling_core v0.23.0
15192026-07-16T17:12:02.627Z Compiling newtype-uuid-macros v0.1.0
15202026-07-16T17:12:02.694Z Compiling hybrid-array v0.4.12
15212026-07-16T17:12:03.029Z Compiling hyper v1.10.1
15222026-07-16T17:12:03.165Z Compiling dof v0.4.0
15232026-07-16T17:12:03.518Z Compiling thread_local v1.1.9
15242026-07-16T17:12:03.541Z Compiling match_cfg v0.1.0
15252026-07-16T17:12:03.611Z Compiling flate2 v1.1.9
15262026-07-16T17:12:04.505Z Compiling hyper-util v0.1.20
15272026-07-16T17:12:04.531Z Compiling newtype-uuid v1.3.2
15282026-07-16T17:12:04.655Z Compiling quick-error v1.2.3
15292026-07-16T17:12:04.658Z Compiling darling_macro v0.23.0
15302026-07-16T17:12:04.759Z Compiling compression-core v0.4.32
15312026-07-16T17:12:04.806Z Compiling slog-async v2.8.0
15322026-07-16T17:12:04.910Z Compiling ref-cast v1.0.25
15332026-07-16T17:12:05.143Z Compiling compression-codecs v0.4.38
15342026-07-16T17:12:05.154Z Compiling daft v0.1.7
15352026-07-16T17:12:05.267Z Compiling darling v0.23.0
15362026-07-16T17:12:05.346Z Compiling usdt-attr-macro v0.6.0
15372026-07-16T17:12:05.356Z Compiling usdt-macro v0.6.0
15382026-07-16T17:12:05.398Z Compiling crypto-common v0.2.2
15392026-07-16T17:12:05.414Z Compiling block-buffer v0.12.0
15402026-07-16T17:12:05.565Z Compiling rand_chacha v0.9.0
15412026-07-16T17:12:05.575Z Compiling ref-cast-impl v1.0.25
15422026-07-16T17:12:05.711Z Compiling strum_macros v0.26.4
15432026-07-16T17:12:05.988Z Compiling serde_spanned v1.1.1
15442026-07-16T17:12:06.138Z Compiling generic-array v0.14.7
15452026-07-16T17:12:06.194Z Compiling multer v3.1.0
15462026-07-16T17:12:06.366Z Compiling debug-ignore v1.0.5
15472026-07-16T17:12:06.378Z Compiling bit-vec v0.8.0
15482026-07-16T17:12:06.426Z Compiling toml_writer v1.1.1+spec-1.1.0
15492026-07-16T17:12:06.436Z Compiling term v1.2.1
15502026-07-16T17:12:06.452Z Compiling const-oid v0.10.2
15512026-07-16T17:12:06.481Z Compiling take_mut v0.2.2
15522026-07-16T17:12:06.576Z Compiling bit-set v0.8.0
15532026-07-16T17:12:06.585Z Compiling digest v0.11.3
15542026-07-16T17:12:06.626Z Compiling rand v0.9.4
15552026-07-16T17:12:06.709Z Compiling serde_with_macros v3.20.0
15562026-07-16T17:12:06.745Z Compiling async-stream-impl v0.3.6
15572026-07-16T17:12:06.748Z Compiling dropshot v0.17.1
15582026-07-16T17:12:06.980Z Compiling encoding_rs v0.8.35
15592026-07-16T17:12:07.134Z Compiling mime v0.3.17
15602026-07-16T17:12:07.227Z Compiling spin v0.9.8
15612026-07-16T17:12:07.344Z Compiling unarray v0.1.4
15622026-07-16T17:12:07.376Z Compiling syn v1.0.109
15632026-07-16T17:12:07.376Z Compiling strum v0.26.3
15642026-07-16T17:12:07.408Z Compiling async-stream v0.3.6
15652026-07-16T17:12:07.495Z Compiling sha1 v0.11.0
15662026-07-16T17:12:07.578Z Compiling derive-ex v0.1.8
15672026-07-16T17:12:07.786Z Compiling tower v0.5.3
15682026-07-16T17:12:07.818Z Compiling dropshot_endpoint v0.17.1
15692026-07-16T17:12:07.833Z Compiling macaddr v1.0.1
15702026-07-16T17:12:07.850Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15712026-07-16T17:12:08.070Z Compiling waitgroup v0.1.2
15722026-07-16T17:12:08.208Z Compiling serde_path_to_error v0.1.20
15732026-07-16T17:12:08.344Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15742026-07-16T17:12:08.475Z Compiling tower-http v0.6.11
15752026-07-16T17:12:08.563Z Compiling tempfile v3.27.0
15762026-07-16T17:12:08.728Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15772026-07-16T17:12:08.902Z Compiling openapiv3 v2.2.0
15782026-07-16T17:12:08.913Z Compiling strum_macros v0.27.2
15792026-07-16T17:12:08.989Z Compiling time v0.3.47
15802026-07-16T17:12:09.242Z Compiling test-strategy v0.4.5
15812026-07-16T17:12:10.319Z Compiling rustls-native-certs v0.8.4
15822026-07-16T17:12:10.534Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15832026-07-16T17:12:10.612Z Compiling crossbeam-channel v0.5.15
15842026-07-16T17:12:10.669Z Compiling crypto-common v0.1.7
15852026-07-16T17:12:10.751Z Compiling strum v0.27.2
15862026-07-16T17:12:10.797Z Compiling parse-display-derive v0.10.0
15872026-07-16T17:12:10.877Z Compiling backon v1.6.0
15882026-07-16T17:12:11.078Z Compiling rand_chacha v0.3.1
15892026-07-16T17:12:11.385Z Compiling instant v0.1.13
15902026-07-16T17:12:11.685Z Compiling rand v0.8.6
15912026-07-16T17:12:11.901Z Compiling slog-json v2.6.1
15922026-07-16T17:12:11.921Z Compiling hostname v0.3.1
15932026-07-16T17:12:12.058Z Compiling toml_parser v1.1.2+spec-1.1.0
15942026-07-16T17:12:12.103Z Compiling toml_datetime v1.1.1+spec-1.1.0
15952026-07-16T17:12:12.199Z Compiling memmap2 v0.9.10
15962026-07-16T17:12:12.319Z Compiling is-terminal v0.4.17
15972026-07-16T17:12:12.345Z Compiling wait-timeout v0.2.1
15982026-07-16T17:12:12.431Z Compiling either v1.16.0
15992026-07-16T17:12:12.436Z Compiling toml v1.1.2+spec-1.1.0
16002026-07-16T17:12:12.632Z Compiling rusty-fork v0.3.1
16012026-07-16T17:12:12.702Z Compiling slog-term v2.9.2
16022026-07-16T17:12:12.881Z Compiling usdt v0.6.0
16032026-07-16T17:12:12.971Z Compiling slog-bunyan v2.5.0
16042026-07-16T17:12:13.059Z Compiling serde_with v3.20.0
16052026-07-16T17:12:13.102Z Compiling async-compression v0.4.42
16062026-07-16T17:12:13.157Z Compiling rand_xorshift v0.4.0
16072026-07-16T17:12:13.304Z Compiling rustls-pemfile v2.2.0
16082026-07-16T17:12:13.323Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16092026-07-16T17:12:13.419Z Compiling regress v0.10.5
16102026-07-16T17:12:13.504Z Compiling hostname v0.4.2
16112026-07-16T17:12:13.561Z Compiling humantime v2.3.0
16122026-07-16T17:12:13.646Z Compiling proptest v1.11.0
16132026-07-16T17:12:13.821Z Compiling iddqd v0.4.5
16142026-07-16T17:12:14.015Z Compiling reqwest v0.12.28
16152026-07-16T17:12:14.053Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16162026-07-16T17:12:14.290Z Compiling block-buffer v0.10.4
16172026-07-16T17:12:14.601Z Compiling digest v0.10.7
16182026-07-16T17:12:14.814Z Compiling itertools v0.14.0
16192026-07-16T17:12:14.843Z Compiling parse-display v0.10.0
16202026-07-16T17:12:15.061Z Compiling progenitor-client v0.10.0
16212026-07-16T17:12:15.183Z Compiling backoff v0.4.0
16222026-07-16T17:12:15.332Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16232026-07-16T17:12:15.706Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16242026-07-16T17:12:17.286Z Compiling regress v0.11.1
16252026-07-16T17:12:18.314Z Compiling toml_datetime v0.6.11
16262026-07-16T17:12:18.590Z Compiling zerocopy-derive v0.7.35
16272026-07-16T17:12:18.602Z Compiling convert_case v0.4.0
16282026-07-16T17:12:18.859Z Compiling cpufeatures v0.2.17
16292026-07-16T17:12:18.899Z Compiling typify-impl v0.6.2
16302026-07-16T17:12:18.928Z Compiling utf8parse v0.2.2
16312026-07-16T17:12:18.943Z Compiling derive_more v0.99.20
16322026-07-16T17:12:19.036Z Compiling anstyle-parse v1.0.0
16332026-07-16T17:12:19.466Z Compiling zerocopy v0.7.35
16342026-07-16T17:12:20.057Z Compiling anstyle-query v1.1.5
16352026-07-16T17:12:20.164Z Compiling unicode-width v0.2.2
16362026-07-16T17:12:20.264Z Compiling colorchoice v1.0.5
16372026-07-16T17:12:20.441Z Compiling anstyle v1.0.14
16382026-07-16T17:12:20.492Z Compiling is_terminal_polyfill v1.70.2
16392026-07-16T17:12:20.664Z Compiling anstream v1.0.0
16402026-07-16T17:12:21.003Z Compiling secrecy v0.10.3
16412026-07-16T17:12:21.153Z Compiling float-ord v0.3.2
16422026-07-16T17:12:21.205Z Compiling tinyvec_macros v0.1.1
16432026-07-16T17:12:21.295Z Compiling clap_lex v1.1.0
16442026-07-16T17:12:21.300Z Compiling crucible-workspace-hack v0.1.0
16452026-07-16T17:12:21.358Z Compiling tinyvec v1.11.0
16462026-07-16T17:12:21.702Z Compiling dtrace-parser v0.2.0
16472026-07-16T17:12:21.851Z Compiling scroll_derive v0.12.1
16482026-07-16T17:12:21.865Z Compiling num-integer v0.1.46
16492026-07-16T17:12:21.888Z Compiling rustc_version v0.4.1
16502026-07-16T17:12:22.129Z Compiling usdt-impl v0.5.0
16512026-07-16T17:12:22.179Z Compiling curve25519-dalek v4.1.3
16522026-07-16T17:12:22.564Z Compiling scroll v0.12.0
16532026-07-16T17:12:22.584Z Compiling dof v0.3.0
16542026-07-16T17:12:22.763Z Compiling hmac v0.12.1
16552026-07-16T17:12:22.881Z Compiling inout v0.1.4
16562026-07-16T17:12:22.901Z Compiling darling_core v0.21.3
16572026-07-16T17:12:22.957Z Compiling ff v0.13.1
16582026-07-16T17:12:22.975Z Compiling clap_derive v4.6.1
16592026-07-16T17:12:23.037Z Compiling thread-id v4.2.2
16602026-07-16T17:12:23.048Z Compiling cipher v0.4.4
16612026-07-16T17:12:23.080Z Compiling group v0.13.0
16622026-07-16T17:12:23.268Z Compiling hkdf v0.12.4
16632026-07-16T17:12:23.409Z Compiling goblin v0.8.2
16642026-07-16T17:12:24.088Z Compiling num-iter v0.1.45
16652026-07-16T17:12:24.108Z Compiling num-rational v0.4.2
16662026-07-16T17:12:24.211Z Compiling thiserror-impl-no-std v2.0.2
16672026-07-16T17:12:24.334Z Compiling universal-hash v0.5.1
16682026-07-16T17:12:24.461Z Compiling crypto-bigint v0.5.5
16692026-07-16T17:12:24.688Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16702026-07-16T17:12:24.862Z Compiling terminal_size v0.4.4
16712026-07-16T17:12:25.011Z Compiling darling_macro v0.21.3
16722026-07-16T17:12:25.028Z Compiling half v2.7.1
16732026-07-16T17:12:25.282Z Compiling typify-macro v0.6.2
16742026-07-16T17:12:25.299Z Compiling curve25519-dalek-derive v0.1.1
16752026-07-16T17:12:25.316Z Compiling num-complex v0.4.6
16762026-07-16T17:12:25.625Z Compiling ciborium-io v0.2.2
16772026-07-16T17:12:25.684Z Compiling opaque-debug v0.3.1
16782026-07-16T17:12:25.701Z Compiling base16ct v0.2.0
16792026-07-16T17:12:25.714Z Compiling heck v0.4.1
16802026-07-16T17:12:25.752Z Compiling base64ct v1.8.3
16812026-07-16T17:12:25.819Z Compiling elliptic-curve v0.13.8
16822026-07-16T17:12:25.907Z Compiling poly1305 v0.8.0
16832026-07-16T17:12:26.047Z Compiling password-hash v0.5.0
16842026-07-16T17:12:26.086Z Compiling ciborium-ll v0.2.2
16852026-07-16T17:12:26.299Z Compiling num v0.4.3
16862026-07-16T17:12:26.370Z Compiling darling v0.21.3
16872026-07-16T17:12:26.497Z Compiling thiserror-no-std v2.0.2
16882026-07-16T17:12:27.138Z Compiling chacha20 v0.9.1
16892026-07-16T17:12:27.179Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16902026-07-16T17:12:27.339Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-07-16T17:12:27.398Z Compiling typify v0.6.2
16922026-07-16T17:12:27.859Z Compiling blake2 v0.10.6
16932026-07-16T17:12:27.878Z Compiling aead v0.5.2
16942026-07-16T17:12:27.994Z Compiling crossbeam-epoch v0.9.18
16952026-07-16T17:12:28.034Z Compiling byte-wrapper v0.1.0
16962026-07-16T17:12:28.317Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16972026-07-16T17:12:28.339Z Compiling proc-macro-error-attr v1.0.4
16982026-07-16T17:12:28.576Z Compiling heapless v0.8.0
16992026-07-16T17:12:28.614Z Compiling prettyplease v0.2.37
17002026-07-16T17:12:28.636Z Compiling rustix v0.38.44
17012026-07-16T17:12:28.863Z Compiling unsafe-libyaml v0.2.11
17022026-07-16T17:12:28.890Z Compiling keccak v0.1.6
17032026-07-16T17:12:29.042Z Compiling sha3 v0.10.9
17042026-07-16T17:12:29.327Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17052026-07-16T17:12:29.520Z Compiling serde_yaml v0.9.34+deprecated
17062026-07-16T17:12:30.023Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17072026-07-16T17:12:30.038Z Compiling argon2 v0.5.3
17082026-07-16T17:12:30.500Z Compiling chacha20poly1305 v0.10.1
17092026-07-16T17:12:30.629Z Compiling vsss-rs v3.3.4
17102026-07-16T17:12:30.700Z Compiling ingot-macros v0.1.1
17112026-07-16T17:12:30.763Z Compiling ciborium v0.2.2
17122026-07-16T17:12:31.204Z Compiling clap_builder v4.6.0
17132026-07-16T17:12:31.335Z Compiling usdt-attr-macro v0.5.0
17142026-07-16T17:12:31.510Z Compiling usdt-macro v0.5.0
17152026-07-16T17:12:32.152Z Compiling toml_edit v0.25.12+spec-1.1.0
17162026-07-16T17:12:33.208Z Compiling serde_spanned v0.6.9
17172026-07-16T17:12:33.350Z Compiling enum-as-inner v0.6.1
17182026-07-16T17:12:33.514Z Compiling hash32 v0.3.1
17192026-07-16T17:12:33.541Z Compiling proc-macro-error v1.0.4
17202026-07-16T17:12:33.670Z Compiling memmap v0.7.0
17212026-07-16T17:12:33.696Z Compiling memoffset v0.9.1
17222026-07-16T17:12:33.788Z Compiling indent_write v2.2.0
17232026-07-16T17:12:33.832Z Compiling data-encoding v2.11.0
17242026-07-16T17:12:33.857Z Compiling winnow v0.7.15
17252026-07-16T17:12:33.860Z Compiling winnow v0.5.40
17262026-07-16T17:12:33.947Z Compiling cfg_aliases v0.2.1
17272026-07-16T17:12:33.989Z Compiling toml_write v0.1.2
17282026-07-16T17:12:34.025Z Compiling smoltcp v0.11.0
17292026-07-16T17:12:34.189Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17302026-07-16T17:12:34.394Z Compiling nix v0.31.3
17312026-07-16T17:12:34.559Z Compiling usdt v0.5.0
17322026-07-16T17:12:34.785Z Compiling ingot-types v0.1.2
17332026-07-16T17:12:34.898Z Compiling rustls-webpki v0.103.13
17342026-07-16T17:12:35.152Z Compiling toml_edit v0.22.27
17352026-07-16T17:12:35.230Z Compiling toml_edit v0.19.15
17362026-07-16T17:12:35.237Z Compiling clap v4.6.1
17372026-07-16T17:12:35.243Z Compiling proc-macro-crate v3.5.0
17382026-07-16T17:12:35.296Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-07-16T17:12:35.355Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17402026-07-16T17:12:35.666Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-07-16T17:12:35.954Z Compiling tabwriter v1.4.1
17422026-07-16T17:12:36.334Z Compiling cobs v0.3.0
17432026-07-16T17:12:36.369Z Compiling serde_repr v0.1.20
17442026-07-16T17:12:36.537Z Compiling bitflags v1.3.2
17452026-07-16T17:12:36.617Z Compiling vcpkg v0.2.15
17462026-07-16T17:12:36.835Z Compiling managed v0.8.0
17472026-07-16T17:12:36.981Z Compiling pkg-config v0.3.33
17482026-07-16T17:12:37.051Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17492026-07-16T17:12:37.198Z Compiling toml v0.8.23
17502026-07-16T17:12:37.303Z Compiling postcard v1.1.3
17512026-07-16T17:12:37.433Z Compiling openssl-sys v0.9.116
17522026-07-16T17:12:37.911Z Compiling proc-macro-crate v1.3.1
17532026-07-16T17:12:38.035Z Compiling num_enum_derive v0.7.6
17542026-07-16T17:12:38.251Z Compiling ingot v0.1.1
17552026-07-16T17:12:38.481Z Compiling tokio-rustls v0.26.4
17562026-07-16T17:12:38.761Z Compiling hyper-rustls v0.27.9
17572026-07-16T17:12:39.065Z Compiling rustls-platform-verifier v0.7.0
17582026-07-16T17:12:39.305Z Compiling reqwest v0.13.4
17592026-07-16T17:12:40.103Z Compiling hubpack_derive v0.1.1
17602026-07-16T17:12:40.154Z Compiling foreign-types-macros v0.2.3
17612026-07-16T17:12:40.547Z Compiling progenitor-client v0.14.0
17622026-07-16T17:12:40.645Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17632026-07-16T17:12:40.822Z Compiling progenitor-extras v0.2.0
17642026-07-16T17:12:40.845Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17652026-07-16T17:12:41.060Z Compiling static_assertions v1.1.0
17662026-07-16T17:12:41.091Z Compiling foreign-types-shared v0.3.1
17672026-07-16T17:12:41.135Z Compiling unicode-segmentation v1.13.3
17682026-07-16T17:12:41.255Z Compiling rayon-core v1.13.0
17692026-07-16T17:12:41.420Z Compiling swrite v0.1.0
17702026-07-16T17:12:41.496Z Compiling colored v3.1.1
17712026-07-16T17:12:41.516Z Compiling resolv-conf v0.7.6
17722026-07-16T17:12:41.565Z Compiling linked-hash-map v0.5.6
17732026-07-16T17:12:41.666Z Compiling semver v0.1.20
17742026-07-16T17:12:41.752Z Compiling lru-cache v0.1.2
17752026-07-16T17:12:41.878Z Compiling rustc_version v0.1.7
17762026-07-16T17:12:41.890Z Compiling newline-converter v0.3.0
17772026-07-16T17:12:41.913Z Compiling foreign-types v0.5.0
17782026-07-16T17:12:41.972Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17792026-07-16T17:12:41.989Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-07-16T17:12:42.012Z Compiling hubpack v0.1.2
17812026-07-16T17:12:42.323Z Compiling num_enum v0.7.6
17822026-07-16T17:12:43.205Z Compiling num_enum_derive v0.5.11
17832026-07-16T17:12:43.878Z Compiling atomicwrites v0.4.4
17842026-07-16T17:12:44.040Z Compiling hickory-proto v0.24.4
17852026-07-16T17:12:44.076Z Compiling crossbeam-deque v0.8.6
17862026-07-16T17:12:44.274Z Compiling progenitor-impl v0.13.0
17872026-07-16T17:12:44.278Z Compiling console v0.15.11
17882026-07-16T17:12:44.964Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17892026-07-16T17:12:45.447Z Compiling camino-tempfile v1.4.1
17902026-07-16T17:12:45.478Z Compiling chacha20 v0.10.0
17912026-07-16T17:12:45.689Z Compiling serde-big-array v0.5.1
17922026-07-16T17:12:45.742Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17932026-07-16T17:12:45.834Z Compiling derive-where v1.6.1
17942026-07-16T17:12:46.048Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-07-16T17:12:46.280Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-07-16T17:12:46.462Z Compiling pin-project-internal v1.1.13
17972026-07-16T17:12:47.363Z Compiling num-derive v0.4.2
17982026-07-16T17:12:47.579Z Compiling cstr-argument v0.1.2
17992026-07-16T17:12:47.803Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18002026-07-16T17:12:47.860Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-07-16T17:12:48.043Z Compiling siphasher v1.0.3
18022026-07-16T17:12:48.125Z Compiling similar v2.7.0
18032026-07-16T17:12:48.280Z Compiling minimal-lexical v0.2.1
18042026-07-16T17:12:48.297Z Compiling phf_shared v0.12.1
18052026-07-16T17:12:48.417Z Compiling progenitor-macro v0.13.0
18062026-07-16T17:12:48.455Z Compiling nom v7.1.3
18072026-07-16T17:12:48.519Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18082026-07-16T17:12:48.740Z Compiling expectorate v1.2.0
18092026-07-16T17:12:48.788Z Compiling pin-project v1.1.13
18102026-07-16T17:12:48.890Z Compiling hickory-resolver v0.24.4
18112026-07-16T17:12:49.183Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18122026-07-16T17:12:49.357Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-07-16T17:12:49.394Z Compiling rand v0.10.2
18142026-07-16T17:12:49.836Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18152026-07-16T17:12:49.986Z Compiling num_enum v0.5.11
18162026-07-16T17:12:50.096Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18172026-07-16T17:12:50.327Z Compiling newtype_derive v0.1.6
18182026-07-16T17:12:50.384Z Compiling progenitor-client v0.13.0
18192026-07-16T17:12:50.897Z Compiling progenitor-impl v0.14.0
18202026-07-16T17:12:51.077Z Compiling snafu-derive v0.8.9
18212026-07-16T17:12:51.518Z Compiling unicode-normalization v0.1.25
18222026-07-16T17:12:51.930Z Compiling tokio-stream v0.1.18
18232026-07-16T17:12:51.986Z Compiling async-recursion v1.1.1
18242026-07-16T17:12:52.085Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18252026-07-16T17:12:52.391Z Compiling slog-dtrace v0.3.0
18262026-07-16T17:12:52.402Z Compiling csv-core v0.1.13
18272026-07-16T17:12:52.646Z Compiling bstr v1.12.1
18282026-07-16T17:12:52.714Z Compiling same-file v1.0.6
18292026-07-16T17:12:52.735Z Compiling openssl v0.10.80
18302026-07-16T17:12:52.823Z Compiling unicode-xid v0.2.6
18312026-07-16T17:12:52.898Z Compiling chrono-tz v0.10.4
18322026-07-16T17:12:52.961Z Compiling owo-colors v4.3.0
18332026-07-16T17:12:53.023Z Compiling konst_macro_rules v0.2.19
18342026-07-16T17:12:53.132Z Compiling cancel-safe-futures v0.1.5
18352026-07-16T17:12:53.179Z Compiling foreign-types-shared v0.1.1
18362026-07-16T17:12:53.203Z Compiling foldhash v0.1.5
18372026-07-16T17:12:53.271Z Compiling unicode-width v0.1.14
18382026-07-16T17:12:53.317Z Compiling highway v1.3.0
18392026-07-16T17:12:53.386Z Compiling hashbrown v0.15.5
18402026-07-16T17:12:53.464Z Compiling foreign-types v0.3.2
18412026-07-16T17:12:53.540Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-07-16T17:12:53.555Z Compiling konst v0.2.20
18432026-07-16T17:12:53.592Z Compiling progenitor v0.13.0
18442026-07-16T17:12:53.741Z Compiling globset v0.4.18
18452026-07-16T17:12:53.776Z Compiling const_format_proc_macros v0.2.34
18462026-07-16T17:12:53.795Z Compiling walkdir v2.5.0
18472026-07-16T17:12:53.959Z Compiling snafu v0.8.9
18482026-07-16T17:12:54.212Z Compiling csv v1.4.0
18492026-07-16T17:12:54.293Z Compiling qorb v0.4.1
18502026-07-16T17:12:54.327Z Compiling olpc-cjson v0.1.4
18512026-07-16T17:12:54.492Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-07-16T17:12:54.504Z Compiling progenitor-macro v0.14.0
18532026-07-16T17:12:54.565Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-07-16T17:12:54.780Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-07-16T17:12:55.489Z Compiling rayon v1.12.0
18562026-07-16T17:12:56.501Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18572026-07-16T17:12:56.727Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-07-16T17:12:56.845Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18592026-07-16T17:12:57.044Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-07-16T17:12:57.286Z Compiling phf v0.12.1
18612026-07-16T17:12:57.295Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-07-16T17:12:57.769Z Compiling zone_cfg_derive v0.3.1
18632026-07-16T17:12:57.902Z Compiling tokio-dtrace v0.1.1
18642026-07-16T17:12:58.293Z Compiling itertools v0.12.1
18652026-07-16T17:12:58.318Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18662026-07-16T17:12:58.478Z Compiling libsw-core v0.3.2
18672026-07-16T17:12:58.518Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18682026-07-16T17:12:58.636Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-07-16T17:12:58.928Z Compiling serde_plain v1.0.2
18702026-07-16T17:12:59.134Z Compiling openssl-macros v0.1.1
18712026-07-16T17:12:59.265Z Compiling pem v3.0.6
18722026-07-16T17:12:59.564Z Compiling cookie v0.18.1
18732026-07-16T17:12:59.647Z Compiling sigpipe v0.1.3
18742026-07-16T17:12:59.657Z Compiling glob v0.3.3
18752026-07-16T17:12:59.668Z Compiling fixedbitset v0.4.2
18762026-07-16T17:12:59.733Z Compiling fixedbitset v0.5.7
18772026-07-16T17:12:59.817Z Compiling jiff v0.2.28
18782026-07-16T17:12:59.830Z Compiling typed-path v0.9.3
18792026-07-16T17:12:59.872Z Compiling bytecount v0.6.9
18802026-07-16T17:12:59.901Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-07-16T17:13:00.012Z Compiling papergrid v0.11.0
18822026-07-16T17:13:00.066Z Compiling petgraph v0.8.3
18832026-07-16T17:13:00.164Z Compiling petgraph v0.6.5
18842026-07-16T17:13:00.171Z Compiling progenitor v0.14.0
18852026-07-16T17:13:01.193Z Compiling tough v0.22.0
18862026-07-16T17:13:01.640Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-16T17:13:01.666Z Compiling zone v0.3.1
18882026-07-16T17:13:01.776Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18892026-07-16T17:13:01.832Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-16T17:13:01.846Z Compiling libsw v3.5.0
18912026-07-16T17:13:01.852Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18922026-07-16T17:13:02.003Z Compiling oxide-tokio-rt v0.1.6
18932026-07-16T17:13:02.015Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18942026-07-16T17:13:02.090Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-07-16T17:13:02.468Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-07-16T17:13:03.345Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-07-16T17:13:03.430Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-07-16T17:13:03.510Z Compiling const_format v0.2.36
18992026-07-16T17:13:03.982Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19002026-07-16T17:13:04.165Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-07-16T17:13:04.351Z Compiling tabled_derive v0.7.0
19022026-07-16T17:13:04.400Z Compiling gethostname v0.5.0
19032026-07-16T17:13:04.419Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19042026-07-16T17:13:04.521Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-16T17:13:04.647Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-16T17:13:04.698Z Compiling smf v0.2.3
19072026-07-16T17:13:04.758Z Compiling bcs v0.1.6
19082026-07-16T17:13:04.767Z Compiling whoami v1.6.1
19092026-07-16T17:13:05.079Z Compiling termtree v0.5.1
19102026-07-16T17:13:05.089Z Compiling unicode-linebreak v0.1.5
19112026-07-16T17:13:05.236Z Compiling tagptr v0.2.0
19122026-07-16T17:13:05.319Z Compiling smawk v0.3.2
19132026-07-16T17:13:05.354Z Compiling lazy_static v1.5.0
19142026-07-16T17:13:05.368Z Compiling linear-map v1.2.0
19152026-07-16T17:13:05.389Z Compiling tabled v0.15.0
19162026-07-16T17:13:05.453Z Compiling steno v0.4.1
19172026-07-16T17:13:05.456Z Compiling textwrap v0.16.2
19182026-07-16T17:13:05.550Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-07-16T17:13:05.699Z Compiling moka v0.12.15
19202026-07-16T17:13:05.994Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-07-16T17:13:06.493Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-07-16T17:13:07.214Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-16T17:13:07.316Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-07-16T17:13:08.169Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-07-16T17:13:08.185Z Compiling hickory-proto v0.25.2
19262026-07-16T17:13:08.710Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19272026-07-16T17:13:09.143Z Compiling libscf-sys v1.2.0
19282026-07-16T17:13:09.294Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19292026-07-16T17:13:09.510Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19302026-07-16T17:13:09.761Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19312026-07-16T17:13:09.813Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19322026-07-16T17:13:09.924Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19332026-07-16T17:13:10.238Z Compiling hickory-resolver v0.25.2
19342026-07-16T17:13:10.318Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19352026-07-16T17:13:10.346Z Compiling internet-checksum v0.2.1
19362026-07-16T17:13:11.058Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-16T17:13:15.560Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-07-16T17:13:23.200Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-07-16T17:13:24.819Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-07-16T17:13:25.837Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19412026-07-16T17:13:26.765Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19422026-07-16T17:13:34.094Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 48s
19432026-07-16T17:13:34.152Z────────────
19442026-07-16T17:13:34.152Z Nextest run ID 61a6ee24-5b8b-4945-aaad-cc8ab18662a9 with nextest profile: default
19452026-07-16T17:13:34.152Z Starting 3 tests across 1 binary
19462026-07-16T17:13:34.152Z PASS [ 0.005s] ndp manager::test::router_solicitation_with_link_layer_addr
19472026-07-16T17:13:34.152Z PASS [ 0.006s] ndp manager::test::minimum_router_advertisement
19482026-07-16T17:13:34.152Z PASS [ 0.005s] ndp manager::test::minimum_router_solicitation
19492026-07-16T17:13:34.152Z────────────
19502026-07-16T17:13:34.153Z Summary [ 0.007s] 3 tests run: 3 passed, 0 skipped
19512026-07-16T17:13:34.153Zprocess exited: duration 357297 ms, exit code 0
 
19522026-07-16T17:13:34.444Zfound 0 output files