01KQ10YS4NDMTK6J7MFRS8KTP9: test-mg-lower

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

Buildomat Job: 01KQ10Z3M9JADZ56VS57SCZHP3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T00:35:54.494Zjob assigned to worker 01KQ10ZPETMFXT6M5QV1409YZ3 [factory aws, i-06b85ba54ba03c954] (queued for 1 m 1 s)
 
22026-04-25T00:36:01.529Zstarting task 0: "setup"
32026-04-25T00:36:01.533Z++ uname -s
42026-04-25T00:36:01.536Z+ kern=SunOS
52026-04-25T00:36:01.536Z+ build_user=build
62026-04-25T00:36:01.536Z+ build_uid=12345
72026-04-25T00:36:01.536Z+ work_dir=/work
82026-04-25T00:36:01.536Z+ input_dir=/input
92026-04-25T00:36:01.536Z+ [[ 0 == 12345 ]]
102026-04-25T00:36:01.536Z+ case "$kern" in
112026-04-25T00:36:01.536Z+ groupadd -g 12345 build
122026-04-25T00:36:01.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T00:36:03.543Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T00:36:03.660Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T00:36:03.663Z+ home_fs=zfs
162026-04-25T00:36:03.663Z+ [[ zfs == autofs ]]
172026-04-25T00:36:03.663Z+ mkdir -p /home/build
182026-04-25T00:36:03.663Z+ chown build:build /home/build /work
192026-04-25T00:36:05.665Z+ chmod 0700 /home/build /work
202026-04-25T00:36:05.668Zprocess exited: duration 4139 ms, exit code 0
 
212026-04-25T00:36:05.673Zstarting task 1: "rust-toolchain"
222026-04-25T00:36:05.677Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-25T00:36:05.677Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-25T00:36:05.678Z * rust toolchain channel = "stable"
252026-04-25T00:36:05.678Z * rust toolchain profile = "default"
262026-04-25T00:36:05.678Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T00:36:05.678Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T00:36:05.681Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T00:36:05.681Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-25T00:36:05.754Zinfo: downloading installer
312026-04-25T00:36:07.382Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T00:36:07.382Zwarn: /opt/ooce/bin
332026-04-25T00:36:07.382Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T00:36:07.382Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T00:36:07.382Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T00:36:07.382Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T00:36:07.382Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T00:36:07.382Zerror: cannot install while Rust is installed
392026-04-25T00:36:07.382Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T00:36:07.385Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T00:36:07.385Zwarn: /home/build/.rustup/settings.toml
422026-04-25T00:36:07.386Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T00:36:07.386Zwarn: instead of the one inferred from the default host triple.
442026-04-25T00:36:07.416Zinfo: profile set to default
452026-04-25T00:36:07.416Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T00:36:07.419Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-25T00:36:07.568Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-25T00:36:07.571Zinfo: downloading 6 components
492026-04-25T00:36:22.745Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-25T00:36:22.745Z
512026-04-25T00:36:22.772Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-25T00:36:22.772Z
532026-04-25T00:36:22.772Z
542026-04-25T00:36:22.772ZRust is installed now. Great!
552026-04-25T00:36:22.772Z
562026-04-25T00:36:22.775ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T00:36:22.775Zenvironment variable. This has not been done automatically.
582026-04-25T00:36:22.775Z
592026-04-25T00:36:22.776ZTo configure your current shell, you need to source
602026-04-25T00:36:22.776Zthe corresponding env file under $HOME/.cargo.
612026-04-25T00:36:22.776Z
622026-04-25T00:36:22.776ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T00:36:22.776Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T00:36:22.776Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T00:36:22.776Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T00:36:22.776Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T00:36:22.776Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T00:36:22.776Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T00:36:22.776Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T00:36:22.776Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T00:36:22.864Z+ rustup --version
722026-04-25T00:36:22.872Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T00:36:22.875Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T00:36:22.893Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-25T00:36:22.896Z+ cargo --version
762026-04-25T00:36:22.910Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-25T00:36:22.913Z+ rustc --version
782026-04-25T00:36:22.932Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-25T00:36:22.935Zprocess exited: duration 17260 ms, exit code 0
 
802026-04-25T00:36:22.941Zstarting task 2: "authentication"
812026-04-25T00:36:22.958Zprocess exited: duration 16 ms, exit code 0
 
822026-04-25T00:36:22.964Zstarting task 3: "clone repository"
832026-04-25T00:36:22.967Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-25T00:36:22.970Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-25T00:36:23.017ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-25T00:36:23.829Z+ cd /work/oxidecomputer/maghemite
872026-04-25T00:36:23.829Z+ git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
882026-04-25T00:36:24.076ZFrom https://github.com/oxidecomputer/maghemite
892026-04-25T00:36:24.077Z * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD
902026-04-25T00:36:24.081Z+ [[ -n trey/light-cleanup ]]
912026-04-25T00:36:24.084Z++ git branch --show-current
922026-04-25T00:36:24.084Z+ current=main
932026-04-25T00:36:24.084Z+ [[ main != trey/light-cleanup ]]
942026-04-25T00:36:24.084Z+ git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
952026-04-25T00:36:24.087Z+ git checkout -f trey/light-cleanup
962026-04-25T00:36:24.103ZSwitched to branch 'trey/light-cleanup'
972026-04-25T00:36:24.105Z+ git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
982026-04-25T00:36:24.111ZHEAD is now at 49a9983 LoopbackIpManager: cargo fmt
992026-04-25T00:36:24.114Zprocess exited: duration 1147 ms, exit code 0
 
1002026-04-25T00:36:24.119Zstarting task 4: "build"
1012026-04-25T00:36:24.123Z+ set -e
1022026-04-25T00:36:24.123Z+ source .github/buildomat/test-common.sh
1032026-04-25T00:36:24.127Z++ NEXTEST_VERSION=0.9.97
1042026-04-25T00:36:24.127Z++ PLATFORM=illumos
1052026-04-25T00:36:24.127Z++ banner install
1062026-04-25T00:36:24.128Z
1072026-04-25T00:36:24.128Z # # # #### ##### ## # #
1082026-04-25T00:36:24.128Z # ## # # # # # # #
1092026-04-25T00:36:24.128Z # # # # #### # # # # #
1102026-04-25T00:36:24.128Z # # # # # # ###### # #
1112026-04-25T00:36:24.128Z # # ## # # # # # # #
1122026-04-25T00:36:24.128Z # # # #### # # # ###### ######
1132026-04-25T00:36:24.128Z
1142026-04-25T00:36:24.128Z++ set +o errexit
1152026-04-25T00:36:24.128Z++ pkg info clang-15
1162026-04-25T00:36:24.131Z++ grep -qi installed
1172026-04-25T00:36:25.230Zpkg: info: no packages matching the following patterns you specified are
1182026-04-25T00:36:25.230Zinstalled on the system. Try querying remotely instead:
1192026-04-25T00:36:25.230Z
1202026-04-25T00:36:25.230Z clang-15
1212026-04-25T00:36:25.266Z++ [[ 1 != 0 ]]
1222026-04-25T00:36:25.266Z++ set -o errexit
1232026-04-25T00:36:25.269Z++ pfexec pkg install clang-15
1242026-04-25T00:36:35.173Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-25T00:36:42.575Z Startup: Caching catalogs ... Done
1262026-04-25T00:36:49.067ZPlanning: Solver setup ... Done
1272026-04-25T00:36:49.101ZPlanning: Running solver ... Done
1282026-04-25T00:36:49.237ZPlanning: Finding local manifests ... Done
1292026-04-25T00:36:49.284ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-25T00:36:49.408ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-25T00:36:49.438ZPlanning: Package planning ... Done
1322026-04-25T00:36:49.464ZPlanning: Merging actions ... Done
1332026-04-25T00:36:49.577ZPlanning: Checking for conflicting actions ... Done
1342026-04-25T00:36:49.583ZPlanning: Consolidating action changes ... Done
1352026-04-25T00:36:50.363ZPlanning: Evaluating mediators ... Done
1362026-04-25T00:36:50.368ZPlanning: Planning completed in 7.63 seconds
1372026-04-25T00:36:50.380Z Packages to install: 2
1382026-04-25T00:36:50.380Z Mediators to change: 2
1392026-04-25T00:36:50.380Z Services to change: 1
1402026-04-25T00:36:50.383Z Create boot environment: No
1412026-04-25T00:36:50.383ZCreate backup boot environment: No
1422026-04-25T00:36:50.422Z
1432026-04-25T00:36:50.422ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-25T00:36:55.525ZDownload: 363/3076 items 16.0/211.3MB 7% complete (3.6M/s)
1452026-04-25T00:37:00.567ZDownload: 691/3076 items 17.6/211.3MB 8% complete (1.8M/s)
1462026-04-25T00:37:05.568ZDownload: 865/3076 items 18.4/211.3MB 8% complete (246k/s)
1472026-04-25T00:37:10.866ZDownload: 979/3076 items 82.2/211.3MB 38% complete (6.5M/s)
1482026-04-25T00:37:28.048ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1492026-04-25T00:37:33.350ZDownload: 1076/3076 items 108.7/211.3MB 51% complete (5.6M/s)
1502026-04-25T00:37:38.654ZDownload: 1180/3076 items 109.8/211.3MB 51% complete (3.4M/s)
1512026-04-25T00:37:43.771ZDownload: 1292/3076 items 114.3/211.3MB 54% complete (1.1M/s)
1522026-04-25T00:37:48.785ZDownload: 1662/3076 items 115.4/211.3MB 54% complete (582k/s)
1532026-04-25T00:37:53.787ZDownload: 1949/3076 items 115.9/211.3MB 54% complete (156k/s)
1542026-04-25T00:38:00.644ZDownload: 1998/3076 items 116.1/211.3MB 54% complete (155k/s)
1552026-04-25T00:38:05.660ZDownload: 2173/3076 items 118.5/211.3MB 56% complete (266k/s)
1562026-04-25T00:38:10.705ZDownload: 2390/3076 items 119.0/211.3MB 56% complete (308k/s)
1572026-04-25T00:38:15.717ZDownload: 2726/3076 items 119.7/211.3MB 56% complete (122k/s)
1582026-04-25T00:38:24.578ZDownload: 3029/3076 items 201.6/211.3MB 95% complete (8.3M/s)
1592026-04-25T00:38:32.386ZDownload: 3032/3076 items 201.6/211.3MB 95% complete
1602026-04-25T00:38:36.743ZDownload: Completed 211.31 MB in 106.32 seconds (2.0M/s)
1612026-04-25T00:38:36.872Z Actions: 1/3418 actions (Installing new actions)
1622026-04-25T00:38:40.012Z Actions: Completed 3418 actions in 3.14 seconds.
1632026-04-25T00:38:40.325Z Done
1642026-04-25T00:38:40.325Z Done
1652026-04-25T00:38:41.068Z Done
1662026-04-25T00:38:44.135Z Done
1672026-04-25T00:38:44.214Z Done
1682026-04-25T00:38:44.216Z Done
1692026-04-25T00:38:44.572Z Done
1702026-04-25T00:38:45.238Z++ set -o errexit
1712026-04-25T00:38:45.238Z++ cargo --version
1722026-04-25T00:38:45.245Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1732026-04-25T00:38:45.460Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1742026-04-25T00:38:45.463Zinfo: downloading 6 components
1752026-04-25T00:38:59.640Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1762026-04-25T00:38:59.643Z++ rustc --version
1772026-04-25T00:38:59.673Zrustc 1.94.1 (e408947bf 2026-03-25)
1782026-04-25T00:38:59.678Z++ cargo install cargo-nextest --version 0.9.97
1792026-04-25T00:38:59.724Z Updating crates.io index
1802026-04-25T00:38:59.820Z Downloading crates ...
1812026-04-25T00:38:59.873Z Downloaded cargo-nextest v0.9.97
1822026-04-25T00:38:59.939Z Installing cargo-nextest v0.9.97
1832026-04-25T00:38:59.986Z Updating crates.io index
1842026-04-25T00:39:02.387Z Locking 408 packages to latest compatible versions
1852026-04-25T00:39:02.392Z Adding dialoguer v0.11.0 (available: v0.12.0)
1862026-04-25T00:39:02.395Z Adding duct v0.13.7 (available: v1.1.1)
1872026-04-25T00:39:02.395Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1882026-04-25T00:39:02.395Z Adding generic-array v0.14.7 (available: v0.14.9)
1892026-04-25T00:39:02.397Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1902026-04-25T00:39:02.400Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1912026-04-25T00:39:02.400Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1922026-04-25T00:39:02.400Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1932026-04-25T00:39:02.403Z Adding quick-junit v0.5.2 (available: v0.6.0)
1942026-04-25T00:39:02.422Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1952026-04-25T00:39:02.431Z Downloading crates ...
1962026-04-25T00:39:02.501Z Downloaded anstyle-parse v1.0.0
1972026-04-25T00:39:02.504Z Downloaded atomicwrites v0.4.4
1982026-04-25T00:39:02.507Z Downloaded atomic-waker v1.1.2
1992026-04-25T00:39:02.511Z Downloaded adler2 v2.0.1
2002026-04-25T00:39:02.519Z Downloaded anstyle v1.0.14
2012026-04-25T00:39:02.522Z Downloaded autocfg v1.5.0
2022026-04-25T00:39:02.536Z Downloaded cargo-platform v0.3.3
2032026-04-25T00:39:02.539Z Downloaded home v0.5.12
2042026-04-25T00:39:02.539Z Downloaded backtrace-ext v0.2.1
2052026-04-25T00:39:02.541Z Downloaded addr2line v0.25.1
2062026-04-25T00:39:02.544Z Downloaded camino v1.2.2
2072026-04-25T00:39:02.547Z Downloaded clap_derive v4.6.1
2082026-04-25T00:39:02.550Z Downloaded futures v0.3.32
2092026-04-25T00:39:02.552Z Downloaded generic-array v0.14.7
2102026-04-25T00:39:02.555Z Downloaded fastrand v2.4.1
2112026-04-25T00:39:02.555Z Downloaded block-buffer v0.10.4
2122026-04-25T00:39:02.558Z Downloaded once_cell v1.21.4
2132026-04-25T00:39:02.558Z Downloaded cargo_metadata v0.20.0
2142026-04-25T00:39:02.561Z Downloaded filetime v0.2.27
2152026-04-25T00:39:02.561Z Downloaded miette-derive v7.6.0
2162026-04-25T00:39:02.563Z Downloaded cfg-expr v0.20.7
2172026-04-25T00:39:02.568Z Downloaded humantime-serde v1.1.1
2182026-04-25T00:39:02.571Z Downloaded enable-ansi-support v0.2.1
2192026-04-25T00:39:02.573Z Downloaded future-queue v0.4.0
2202026-04-25T00:39:02.576Z Downloaded dialoguer v0.11.0
2212026-04-25T00:39:02.576Z Downloaded lazy_static v1.5.0
2222026-04-25T00:39:02.579Z Downloaded indent_write v2.2.0
2232026-04-25T00:39:02.581Z Downloaded foreign-types v0.3.2
2242026-04-25T00:39:02.581Z Downloaded console v0.15.11
2252026-04-25T00:39:02.584Z Downloaded percent-encoding v2.3.2
2262026-04-25T00:39:02.584Z Downloaded os_pipe v1.2.3
2272026-04-25T00:39:02.588Z Downloaded is_ci v1.2.0
2282026-04-25T00:39:02.588Z Downloaded guppy-workspace-hack v0.1.0
2292026-04-25T00:39:02.588Z Downloaded number_prefix v0.4.0
2302026-04-25T00:39:02.591Z Downloaded debug-ignore v1.0.5
2312026-04-25T00:39:02.591Z Downloaded cfg_aliases v0.2.1
2322026-04-25T00:39:02.591Z Downloaded openssl-probe v0.2.1
2332026-04-25T00:39:02.593Z Downloaded humantime v2.3.0
2342026-04-25T00:39:02.594Z Downloaded form_urlencoded v1.2.2
2352026-04-25T00:39:02.596Z Downloaded colorchoice v1.0.5
2362026-04-25T00:39:02.596Z Downloaded hyper-tls v0.6.0
2372026-04-25T00:39:02.596Z Downloaded cargo-platform v0.2.0
2382026-04-25T00:39:02.600Z Downloaded ordered-float v2.10.1
2392026-04-25T00:39:02.603Z Downloaded crypto-common v0.1.7
2402026-04-25T00:39:02.606Z Downloaded foreign-types-shared v0.1.1
2412026-04-25T00:39:02.606Z Downloaded futures-task v0.3.32
2422026-04-25T00:39:02.609Z Downloaded itoa v1.0.18
2432026-04-25T00:39:02.612Z Downloaded color-spantrace v0.3.0
2442026-04-25T00:39:02.615Z Downloaded futures-sink v0.3.32
2452026-04-25T00:39:02.615Z Downloaded futures-core v0.3.32
2462026-04-25T00:39:02.618Z Downloaded anstyle-query v1.1.5
2472026-04-25T00:39:02.618Z Downloaded scopeguard v1.2.0
2482026-04-25T00:39:02.618Z Downloaded http-body v1.0.1
2492026-04-25T00:39:02.621Z Downloaded hex v0.4.3
2502026-04-25T00:39:02.623Z Downloaded clap_lex v1.1.0
2512026-04-25T00:39:02.623Z Downloaded async-scoped v0.9.0
2522026-04-25T00:39:02.626Z Downloaded serde-value v0.7.0
2532026-04-25T00:39:02.626Z Downloaded lru-slab v0.1.2
2542026-04-25T00:39:02.630Z Downloaded nextest-workspace-hack v0.1.0
2552026-04-25T00:39:02.632Z Downloaded rustc-hash v2.1.2
2562026-04-25T00:39:02.633Z Downloaded nested v0.1.1
2572026-04-25T00:39:02.633Z Downloaded indenter v0.3.4
2582026-04-25T00:39:02.635Z Downloaded mukti-metadata v0.3.0
2592026-04-25T00:39:02.635Z Downloaded fnv v1.0.7
2602026-04-25T00:39:02.638Z Downloaded futures-executor v0.3.32
2612026-04-25T00:39:02.640Z Downloaded owo-colors v4.3.0
2622026-04-25T00:39:02.643Z Downloaded globset v0.4.18
2632026-04-25T00:39:02.645Z Downloaded newtype-uuid v1.3.2
2642026-04-25T00:39:02.645Z Downloaded pathdiff v0.2.3
2652026-04-25T00:39:02.645Z Downloaded eyre v0.6.12
2662026-04-25T00:39:02.652Z Downloaded is_terminal_polyfill v1.70.2
2672026-04-25T00:39:02.655Z Downloaded futures-io v0.3.32
2682026-04-25T00:39:02.655Z Downloaded futures-macro v0.3.32
2692026-04-25T00:39:02.658Z Downloaded cpufeatures v0.2.17
2702026-04-25T00:39:02.658Z Downloaded rustc_version v0.4.1
2712026-04-25T00:39:02.658Z Downloaded serde_spanned v1.1.1
2722026-04-25T00:39:02.661Z Downloaded idna_adapter v1.0.0
2732026-04-25T00:39:02.661Z Downloaded serde_spanned v0.6.9
2742026-04-25T00:39:02.664Z Downloaded shell-words v1.1.1
2752026-04-25T00:39:02.666Z Downloaded curve25519-dalek-derive v0.1.1
2762026-04-25T00:39:02.666Z Downloaded shared_child v1.1.1
2772026-04-25T00:39:02.672Z Downloaded strsim v0.11.1
2782026-04-25T00:39:02.675Z Downloaded strip-ansi-escapes v0.2.1
2792026-04-25T00:39:02.675Z Downloaded signal-hook-mio v0.2.5
2802026-04-25T00:39:02.677Z Downloaded sigchld v0.2.4
2812026-04-25T00:39:02.677Z Downloaded signature v2.2.0
2822026-04-25T00:39:02.677Z Downloaded errno v0.3.14
2832026-04-25T00:39:02.680Z Downloaded supports-unicode v3.0.0
2842026-04-25T00:39:02.680Z Downloaded supports-color v3.0.2
2852026-04-25T00:39:02.682Z Downloaded cfg-if v1.0.4
2862026-04-25T00:39:02.682Z Downloaded convert_case v0.10.0
2872026-04-25T00:39:02.685Z Downloaded rand_core v0.9.5
2882026-04-25T00:39:02.685Z Downloaded pin-project-internal v1.1.11
2892026-04-25T00:39:02.685Z Downloaded ipnet v2.12.0
2902026-04-25T00:39:02.688Z Downloaded either v1.15.0
2912026-04-25T00:39:02.690Z Downloaded cargo_metadata v0.23.1
2922026-04-25T00:39:02.690Z Downloaded lock_api v0.4.14
2932026-04-25T00:39:02.693Z Downloaded jobserver v0.1.34
2942026-04-25T00:39:02.693Z Downloaded fixedbitset v0.5.7
2952026-04-25T00:39:02.696Z Downloaded base64ct v1.8.3
2962026-04-25T00:39:02.696Z Downloaded ed25519 v2.2.3
2972026-04-25T00:39:02.698Z Downloaded document-features v0.2.12
2982026-04-25T00:39:02.699Z Downloaded equivalent v1.0.2
2992026-04-25T00:39:02.699Z Downloaded foldhash v0.1.5
3002026-04-25T00:39:02.701Z Downloaded cargo-util-schemas v0.2.0
3012026-04-25T00:39:02.701Z Downloaded openssl-macros v0.1.1
3022026-04-25T00:39:02.705Z Downloaded nextest-metadata v0.12.2
3032026-04-25T00:39:02.707Z Downloaded self_update v0.42.0
3042026-04-25T00:39:02.711Z Downloaded rand_core v0.6.4
3052026-04-25T00:39:02.713Z Downloaded pkcs8 v0.10.2
3062026-04-25T00:39:02.713Z Downloaded serde_ignored v0.1.14
3072026-04-25T00:39:02.716Z Downloaded swrite v0.1.0
3082026-04-25T00:39:02.716Z Downloaded supports-hyperlinks v3.2.0
3092026-04-25T00:39:02.716Z Downloaded rustls-pki-types v1.14.1
3102026-04-25T00:39:02.719Z Downloaded quick-junit v0.5.2
3112026-04-25T00:39:02.722Z Downloaded native-tls v0.2.18
3122026-04-25T00:39:02.722Z Downloaded const-oid v0.9.6
3132026-04-25T00:39:02.722Z Downloaded tinyvec_macros v0.1.1
3142026-04-25T00:39:02.725Z Downloaded terminal_size v0.4.4
3152026-04-25T00:39:02.725Z Downloaded sync_wrapper v1.0.2
3162026-04-25T00:39:02.725Z Downloaded borsh v1.6.1
3172026-04-25T00:39:02.728Z Downloaded ppv-lite86 v0.2.21
3182026-04-25T00:39:02.730Z Downloaded http-body-util v0.1.3
3192026-04-25T00:39:02.730Z Downloaded camino-tempfile v1.4.1
3202026-04-25T00:39:02.735Z Downloaded self-replace v1.5.0
3212026-04-25T00:39:02.735Z Downloaded rustc-demangle v0.1.27
3222026-04-25T00:39:02.735Z Downloaded quote v1.0.45
3232026-04-25T00:39:02.738Z Downloaded serde_urlencoded v0.7.1
3242026-04-25T00:39:02.738Z Downloaded heck v0.5.0
3252026-04-25T00:39:02.738Z Downloaded digest v0.10.7
3262026-04-25T00:39:02.740Z Downloaded signal-hook-registry v1.4.8
3272026-04-25T00:39:02.741Z Downloaded hyper-rustls v0.27.9
3282026-04-25T00:39:02.743Z Downloaded spki v0.7.3
3292026-04-25T00:39:02.743Z Downloaded tokio-macros v2.7.0
3302026-04-25T00:39:02.743Z Downloaded slab v0.4.12
3312026-04-25T00:39:02.746Z Downloaded anstream v1.0.0
3322026-04-25T00:39:02.746Z Downloaded static_assertions v1.1.0
3332026-04-25T00:39:02.748Z Downloaded toml_write v0.1.2
3342026-04-25T00:39:02.748Z Downloaded erased-serde v0.4.10
3352026-04-25T00:39:02.751Z Downloaded toml_datetime v0.6.11
3362026-04-25T00:39:02.753Z Downloaded tower-service v0.3.3
3372026-04-25T00:39:02.753Z Downloaded tower-layer v0.3.3
3382026-04-25T00:39:02.754Z Downloaded find-msvc-tools v0.1.9
3392026-04-25T00:39:02.756Z Downloaded smol_str v0.3.6
3402026-04-25T00:39:02.756Z Downloaded shlex v1.3.0
3412026-04-25T00:39:02.759Z Downloaded crc32fast v1.5.0
3422026-04-25T00:39:02.762Z Downloaded futures-channel v0.3.32
3432026-04-25T00:39:02.762Z Downloaded semver v1.0.28
3442026-04-25T00:39:02.764Z Downloaded pkg-config v0.3.33
3452026-04-25T00:39:02.764Z Downloaded httparse v1.10.1
3462026-04-25T00:39:02.767Z Downloaded getrandom v0.2.17
3472026-04-25T00:39:02.767Z Downloaded ahash v0.8.12
3482026-04-25T00:39:02.770Z Downloaded typeid v1.0.3
3492026-04-25T00:39:02.770Z Downloaded rand_chacha v0.9.0
3502026-04-25T00:39:02.772Z Downloaded derive_more v2.1.1
3512026-04-25T00:39:02.776Z Downloaded tracing-error v0.2.1
3522026-04-25T00:39:02.779Z Downloaded target-spec-miette v0.4.6
3532026-04-25T00:39:02.781Z Downloaded try-lock v0.2.5
3542026-04-25T00:39:02.781Z Downloaded quinn-udp v0.5.14
3552026-04-25T00:39:02.782Z Downloaded unicode-xid v0.2.6
3562026-04-25T00:39:02.782Z Downloaded thiserror v1.0.69
3572026-04-25T00:39:02.784Z Downloaded sha2 v0.10.9
3582026-04-25T00:39:02.787Z Downloaded thread_local v1.1.9
3592026-04-25T00:39:02.787Z Downloaded pin-project v1.1.11
3602026-04-25T00:39:02.793Z Downloaded utf8parse v0.2.2
3612026-04-25T00:39:02.795Z Downloaded utf8_iter v1.0.4
3622026-04-25T00:39:02.795Z Downloaded want v0.3.1
3632026-04-25T00:39:02.795Z Downloaded urlencoding v2.1.3
3642026-04-25T00:39:02.795Z Downloaded untrusted v0.9.0
3652026-04-25T00:39:02.799Z Downloaded unicode-linebreak v0.1.5
3662026-04-25T00:39:02.799Z Downloaded tokio-native-tls v0.3.1
3672026-04-25T00:39:02.799Z Downloaded thiserror-impl v2.0.18
3682026-04-25T00:39:02.801Z Downloaded iana-time-zone v0.1.65
3692026-04-25T00:39:02.801Z Downloaded subtle v2.6.1
3702026-04-25T00:39:02.801Z Downloaded duct v0.13.7
3712026-04-25T00:39:02.806Z Downloaded pin-project-lite v0.2.17
3722026-04-25T00:39:02.808Z Downloaded smallvec v1.15.1
3732026-04-25T00:39:02.808Z Downloaded parking_lot_core v0.9.12
3742026-04-25T00:39:02.808Z Downloaded thiserror v2.0.18
3752026-04-25T00:39:02.811Z Downloaded chrono v0.4.44
3762026-04-25T00:39:02.815Z Downloaded xattr v1.6.1
3772026-04-25T00:39:02.817Z Downloaded target-lexicon v0.13.3
3782026-04-25T00:39:02.817Z Downloaded simd-adler32 v0.3.9
3792026-04-25T00:39:02.820Z Downloaded serde_path_to_error v0.1.20
3802026-04-25T00:39:02.820Z Downloaded getrandom v0.3.4
3812026-04-25T00:39:02.823Z Downloaded toml_writer v1.1.1+spec-1.1.0
3822026-04-25T00:39:02.823Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3832026-04-25T00:39:02.823Z Downloaded derive-where v1.6.1
3842026-04-25T00:39:02.825Z Downloaded serde-untagged v0.1.9
3852026-04-25T00:39:02.828Z Downloaded parking_lot v0.12.5
3862026-04-25T00:39:02.828Z Downloaded bytes v1.11.1
3872026-04-25T00:39:02.830Z Downloaded nextest-filtering v0.15.0
3882026-04-25T00:39:02.833Z Downloaded num-traits v0.2.19
3892026-04-25T00:39:02.833Z Downloaded target-spec v3.6.0
3902026-04-25T00:39:02.836Z Downloaded getrandom v0.4.2
3912026-04-25T00:39:02.836Z Downloaded litrs v1.0.0
3922026-04-25T00:39:02.839Z Downloaded config v0.15.22
3932026-04-25T00:39:02.842Z Downloaded tempfile v3.27.0
3942026-04-25T00:39:02.842Z Downloaded tracing-log v0.2.0
3952026-04-25T00:39:02.845Z Downloaded tokio-rustls v0.26.4
3962026-04-25T00:39:02.845Z Downloaded thiserror-impl v1.0.69
3972026-04-25T00:39:02.845Z Downloaded bitflags v2.11.1
3982026-04-25T00:39:02.848Z Downloaded version_check v0.9.5
3992026-04-25T00:39:02.854Z Downloaded zeroize v1.8.2
4002026-04-25T00:39:02.857Z Downloaded signal-hook v0.3.18
4012026-04-25T00:39:02.857Z Downloaded sharded-slab v0.1.7
4022026-04-25T00:39:02.860Z Downloaded toml_parser v1.1.2+spec-1.1.0
4032026-04-25T00:39:02.863Z Downloaded ryu v1.0.23
4042026-04-25T00:39:02.863Z Downloaded zipsign-api v0.1.5
4052026-04-25T00:39:02.865Z Downloaded xxhash-rust v0.8.15
4062026-04-25T00:39:02.866Z Downloaded base64 v0.22.1
4072026-04-25T00:39:02.868Z Downloaded log v0.4.29
4082026-04-25T00:39:02.868Z Downloaded zstd-safe v7.2.4
4092026-04-25T00:39:02.871Z Downloaded zstd v0.13.3
4102026-04-25T00:39:02.871Z Downloaded clap v4.6.1
4112026-04-25T00:39:02.875Z Downloaded zmij v1.0.21
4122026-04-25T00:39:02.878Z Downloaded tracing-attributes v0.1.31
4132026-04-25T00:39:02.878Z Downloaded serde_derive v1.0.228
4142026-04-25T00:39:02.881Z Downloaded serde_core v1.0.228
4152026-04-25T00:39:02.884Z Downloaded proc-macro2 v1.0.106
4162026-04-25T00:39:02.884Z Downloaded openssl-sys v0.9.114
4172026-04-25T00:39:02.886Z Downloaded unicase v2.9.0
4182026-04-25T00:39:02.886Z Downloaded tokio-stream v0.1.18
4192026-04-25T00:39:02.889Z Downloaded miniz_oxide v0.8.9
4202026-04-25T00:39:02.892Z Downloaded indicatif v0.17.11
4212026-04-25T00:39:02.912Z Downloaded toml v0.8.23
4222026-04-25T00:39:02.915Z Downloaded flate2 v1.1.9
4232026-04-25T00:39:02.918Z Downloaded unicode-ident v1.0.24
4242026-04-25T00:39:02.920Z Downloaded socket2 v0.6.3
4252026-04-25T00:39:02.920Z Downloaded toml v1.1.2+spec-1.1.0
4262026-04-25T00:39:02.923Z Downloaded vte v0.14.1
4272026-04-25T00:39:02.923Z Downloaded backtrace v0.3.76
4282026-04-25T00:39:02.926Z Downloaded memchr v2.8.0
4292026-04-25T00:39:02.928Z Downloaded tinyvec v1.11.0
4302026-04-25T00:39:02.931Z Downloaded cc v1.2.61
4312026-04-25T00:39:02.934Z Downloaded textwrap v0.16.2
4322026-04-25T00:39:02.936Z Downloaded derive_more-impl v2.1.1
4332026-04-25T00:39:02.939Z Downloaded mio v1.2.0
4342026-04-25T00:39:02.943Z Downloaded tracing-core v0.1.36
4352026-04-25T00:39:02.946Z Downloaded rustls-webpki v0.103.13
4362026-04-25T00:39:02.946Z Downloaded der v0.7.10
4372026-04-25T00:39:02.948Z Downloaded tar v0.4.45
4382026-04-25T00:39:02.951Z Downloaded ed25519-dalek v2.2.0
4392026-04-25T00:39:02.954Z Downloaded quinn v0.11.9
4402026-04-25T00:39:02.954Z Downloaded miette v7.6.0
4412026-04-25T00:39:02.957Z Downloaded serde v1.0.228
4422026-04-25T00:39:02.959Z Downloaded toml_edit v0.22.27
4432026-04-25T00:39:02.962Z Downloaded rand v0.9.4
4442026-04-25T00:39:02.965Z Downloaded indexmap v2.14.0
4452026-04-25T00:39:02.967Z Downloaded itertools v0.14.0
4462026-04-25T00:39:02.970Z Downloaded url v2.5.8
4472026-04-25T00:39:02.984Z Downloaded http v1.4.0
4482026-04-25T00:39:03.002Z Downloaded typenum v1.20.0
4492026-04-25T00:39:03.005Z Downloaded uuid v1.23.1
4502026-04-25T00:39:03.007Z Downloaded hashbrown v0.15.5
4512026-04-25T00:39:03.010Z Downloaded guppy v0.17.25
4522026-04-25T00:39:03.013Z Downloaded unicode-segmentation v1.13.2
4532026-04-25T00:39:03.016Z Downloaded tower v0.5.3
4542026-04-25T00:39:03.020Z Downloaded crossterm v0.29.0
4552026-04-25T00:39:03.024Z Downloaded hashbrown v0.17.0
4562026-04-25T00:39:03.028Z Downloaded serde_json v1.0.149
4572026-04-25T00:39:03.031Z Downloaded clap_builder v4.6.0
4582026-04-25T00:39:03.036Z Downloaded tower-http v0.6.8
4592026-04-25T00:39:03.040Z Downloaded hyper-util v0.1.20
4602026-04-25T00:39:03.044Z Downloaded h2 v0.4.13
4612026-04-25T00:39:03.047Z Downloaded aho-corasick v1.1.4
4622026-04-25T00:39:03.050Z Downloaded futures-util v0.3.32
4632026-04-25T00:39:03.056Z Downloaded ron v0.12.1
4642026-04-25T00:39:03.061Z Downloaded pulldown-cmark v0.13.3
4652026-04-25T00:39:03.064Z Downloaded idna v1.1.0
4662026-04-25T00:39:03.070Z Downloaded regex v1.12.3
4672026-04-25T00:39:03.074Z Downloaded winnow v0.7.15
4682026-04-25T00:39:03.080Z Downloaded hyper v1.9.0
4692026-04-25T00:39:03.085Z Downloaded unicode-normalization v0.1.25
4702026-04-25T00:39:03.091Z Downloaded tracing-subscriber v0.3.23
4712026-04-25T00:39:03.096Z Downloaded webpki-roots v1.0.7
4722026-04-25T00:39:03.098Z Downloaded tokio-util v0.7.18
4732026-04-25T00:39:03.102Z Downloaded iri-string v0.7.12
4742026-04-25T00:39:03.106Z Downloaded bstr v1.12.1
4752026-04-25T00:39:03.110Z Downloaded quick-xml v0.37.5
4762026-04-25T00:39:03.113Z Downloaded reqwest v0.12.28
4772026-04-25T00:39:03.117Z Downloaded gimli v0.32.3
4782026-04-25T00:39:03.120Z Downloaded unicode-width v0.2.2
4792026-04-25T00:39:03.124Z Downloaded portable-atomic v1.13.1
4802026-04-25T00:39:03.128Z Downloaded unicode-width v0.1.14
4812026-04-25T00:39:03.131Z Downloaded zerocopy v0.8.48
4822026-04-25T00:39:03.142Z Downloaded curve25519-dalek v4.1.3
4832026-04-25T00:39:03.156Z Downloaded quick-xml v0.38.4
4842026-04-25T00:39:03.173Z Downloaded quinn-proto v0.11.14
4852026-04-25T00:39:03.185Z Downloaded winnow v1.0.2
4862026-04-25T00:39:03.193Z Downloaded color-eyre v0.6.5
4872026-04-25T00:39:03.205Z Downloaded vcpkg v0.2.15
4882026-04-25T00:39:03.227Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-04-25T00:39:03.236Z Downloaded tokio v1.52.1
4902026-04-25T00:39:03.258Z Downloaded nextest-runner v0.80.0
4912026-04-25T00:39:03.265Z Downloaded openssl v0.10.78
4922026-04-25T00:39:03.281Z Downloaded syn v2.0.117
4932026-04-25T00:39:03.292Z Downloaded object v0.37.3
4942026-04-25T00:39:03.300Z Downloaded regex-syntax v0.8.10
4952026-04-25T00:39:03.304Z Downloaded nix v0.30.1
4962026-04-25T00:39:03.308Z Downloaded rustls v0.23.39
4972026-04-25T00:39:03.315Z Downloaded rustix v0.38.44
4982026-04-25T00:39:03.328Z Downloaded rustix v1.1.4
4992026-04-25T00:39:03.362Z Downloaded tracing v0.1.44
5002026-04-25T00:39:03.396Z Downloaded regex-automata v0.4.14
5012026-04-25T00:39:03.417Z Downloaded petgraph v0.8.3
5022026-04-25T00:39:03.437Z Downloaded libc v0.2.186
5032026-04-25T00:39:03.506Z Downloaded recursion v0.5.4
5042026-04-25T00:39:03.512Z Downloaded ring v0.17.14
5052026-04-25T00:39:03.573Z Compiling proc-macro2 v1.0.106
5062026-04-25T00:39:03.573Z Compiling libc v0.2.186
5072026-04-25T00:39:03.573Z Compiling quote v1.0.45
5082026-04-25T00:39:03.576Z Compiling unicode-ident v1.0.24
5092026-04-25T00:39:03.576Z Compiling serde_core v1.0.228
5102026-04-25T00:39:03.576Z Compiling cfg-if v1.0.4
5112026-04-25T00:39:03.576Z Compiling memchr v2.8.0
5122026-04-25T00:39:03.576Z Compiling once_cell v1.21.4
5132026-04-25T00:39:03.801Z Compiling log v0.4.29
5142026-04-25T00:39:03.822Z Compiling pin-project-lite v0.2.17
5152026-04-25T00:39:03.913Z Compiling serde v1.0.228
5162026-04-25T00:39:03.949Z Compiling itoa v1.0.18
5172026-04-25T00:39:04.124Z Compiling futures-core v0.3.32
5182026-04-25T00:39:04.199Z Compiling smallvec v1.15.1
5192026-04-25T00:39:04.266Z Compiling bitflags v2.11.1
5202026-04-25T00:39:04.281Z Compiling find-msvc-tools v0.1.9
5212026-04-25T00:39:04.460Z Compiling equivalent v1.0.2
5222026-04-25T00:39:04.532Z Compiling hashbrown v0.17.0
5232026-04-25T00:39:04.568Z Compiling errno v0.3.14
5242026-04-25T00:39:04.670Z Compiling shlex v1.3.0
5252026-04-25T00:39:04.673Z Compiling bytes v1.11.1
5262026-04-25T00:39:04.734Z Compiling signal-hook-registry v1.4.8
5272026-04-25T00:39:04.863Z Compiling jobserver v0.1.34
5282026-04-25T00:39:04.909Z Compiling mio v1.2.0
5292026-04-25T00:39:05.005Z Compiling futures-sink v0.3.32
5302026-04-25T00:39:05.094Z Compiling syn v2.0.117
5312026-04-25T00:39:05.120Z Compiling cc v1.2.61
5322026-04-25T00:39:05.199Z Compiling rustix v1.1.4
5332026-04-25T00:39:05.215Z Compiling socket2 v0.6.3
5342026-04-25T00:39:05.271Z Compiling zmij v1.0.21
5352026-04-25T00:39:05.567Z Compiling slab v0.4.12
5362026-04-25T00:39:05.653Z Compiling futures-channel v0.3.32
5372026-04-25T00:39:05.669Z Compiling tracing-core v0.1.36
5382026-04-25T00:39:05.773Z Compiling serde_json v1.0.149
5392026-04-25T00:39:05.907Z Compiling version_check v0.9.5
5402026-04-25T00:39:06.005Z Compiling indexmap v2.14.0
5412026-04-25T00:39:06.164Z Compiling getrandom v0.4.2
5422026-04-25T00:39:06.176Z Compiling futures-io v0.3.32
5432026-04-25T00:39:06.370Z Compiling futures-task v0.3.32
5442026-04-25T00:39:06.400Z Compiling unicode-width v0.2.2
5452026-04-25T00:39:06.443Z Compiling camino v1.2.2
5462026-04-25T00:39:06.707Z Compiling ring v0.17.14
5472026-04-25T00:39:06.720Z Compiling http v1.4.0
5482026-04-25T00:39:06.771Z Compiling zeroize v1.8.2
5492026-04-25T00:39:06.801Z Compiling autocfg v1.5.0
5502026-04-25T00:39:06.836Z Compiling simd-adler32 v0.3.9
5512026-04-25T00:39:06.964Z Compiling adler2 v2.0.1
5522026-04-25T00:39:07.129Z Compiling percent-encoding v2.3.2
5532026-04-25T00:39:07.146Z Compiling num-traits v0.2.19
5542026-04-25T00:39:07.373Z Compiling miniz_oxide v0.8.9
5552026-04-25T00:39:07.631Z Compiling target-lexicon v0.13.3
5562026-04-25T00:39:07.674Z Compiling object v0.37.3
5572026-04-25T00:39:07.963Z Compiling getrandom v0.3.4
5582026-04-25T00:39:07.996Z Compiling zerocopy v0.8.48
5592026-04-25T00:39:08.215Z Compiling http-body v1.0.1
5602026-04-25T00:39:08.387Z Compiling rustls-pki-types v1.14.1
5612026-04-25T00:39:08.453Z Compiling semver v1.0.28
5622026-04-25T00:39:08.506Z Compiling getrandom v0.2.17
5632026-04-25T00:39:08.563Z Compiling guppy-workspace-hack v0.1.0
5642026-04-25T00:39:08.704Z Compiling thiserror v2.0.18
5652026-04-25T00:39:08.785Z Compiling fnv v1.0.7
5662026-04-25T00:39:08.798Z Compiling serde_derive v1.0.228
5672026-04-25T00:39:08.847Z Compiling tokio-macros v2.7.0
5682026-04-25T00:39:08.892Z Compiling futures-macro v0.3.32
5692026-04-25T00:39:08.960Z Compiling tracing-attributes v0.1.31
5702026-04-25T00:39:09.052Z Compiling httparse v1.10.1
5712026-04-25T00:39:09.148Z Compiling untrusted v0.9.0
5722026-04-25T00:39:09.260Z Compiling signal-hook v0.3.18
5732026-04-25T00:39:09.284Z Compiling gimli v0.32.3
5742026-04-25T00:39:09.398Z Compiling owo-colors v4.3.0
5752026-04-25T00:39:09.584Z Compiling tokio v1.52.1
5762026-04-25T00:39:09.717Z Compiling futures-util v0.3.32
5772026-04-25T00:39:09.740Z Compiling thiserror-impl v2.0.18
5782026-04-25T00:39:10.170Z Compiling tracing v0.1.44
5792026-04-25T00:39:11.522Z Compiling addr2line v0.25.1
5802026-04-25T00:39:11.934Z Compiling form_urlencoded v1.2.2
5812026-04-25T00:39:11.946Z Compiling generic-array v0.14.7
5822026-04-25T00:39:12.035Z Compiling typeid v1.0.3
5832026-04-25T00:39:12.170Z Compiling atomic-waker v1.1.2
5842026-04-25T00:39:12.206Z Compiling utf8_iter v1.0.4
5852026-04-25T00:39:12.305Z Compiling fastrand v2.4.1
5862026-04-25T00:39:12.318Z Compiling tower-service v0.3.3
5872026-04-25T00:39:12.330Z Compiling target-spec v3.6.0
5882026-04-25T00:39:12.366Z Compiling try-lock v0.2.5
5892026-04-25T00:39:12.412Z Compiling pkg-config v0.3.33
5902026-04-25T00:39:12.484Z Compiling rustls v0.23.39
5912026-04-25T00:39:12.603Z Compiling thiserror v1.0.69
5922026-04-25T00:39:12.635Z Compiling idna_adapter v1.0.0
5932026-04-25T00:39:12.697Z Compiling rustc-demangle v0.1.27
5942026-04-25T00:39:12.743Z Compiling idna v1.1.0
5952026-04-25T00:39:12.863Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5962026-04-25T00:39:13.112Z Compiling tempfile v3.27.0
5972026-04-25T00:39:13.256Z Compiling want v0.3.1
5982026-04-25T00:39:13.440Z Compiling tokio-util v0.7.18
5992026-04-25T00:39:13.560Z Compiling backtrace v0.3.76
6002026-04-25T00:39:13.735Z Compiling cfg-expr v0.20.7
6012026-04-25T00:39:14.021Z Compiling h2 v0.4.13
6022026-04-25T00:39:14.706Z Compiling thiserror-impl v1.0.69
6032026-04-25T00:39:14.814Z Compiling terminal_size v0.4.4
6042026-04-25T00:39:14.970Z Compiling aho-corasick v1.1.4
6052026-04-25T00:39:15.057Z Compiling erased-serde v0.4.10
6062026-04-25T00:39:15.122Z Compiling typenum v1.20.0
6072026-04-25T00:39:15.360Z Compiling subtle v2.6.1
6082026-04-25T00:39:15.525Z Compiling regex-syntax v0.8.10
6092026-04-25T00:39:15.797Z Compiling winnow v0.7.15
6102026-04-25T00:39:16.515Z Compiling rustls-webpki v0.103.13
6112026-04-25T00:39:17.652Z Compiling regex-automata v0.4.14
6122026-04-25T00:39:19.079Z Compiling hyper v1.9.0
6132026-04-25T00:39:20.372Z Compiling url v2.5.8
6142026-04-25T00:39:22.450Z Compiling serde_spanned v0.6.9
6152026-04-25T00:39:22.621Z Compiling toml_datetime v0.6.11
6162026-04-25T00:39:22.704Z Compiling ahash v0.8.12
6172026-04-25T00:39:22.717Z Compiling sync_wrapper v1.0.2
6182026-04-25T00:39:22.794Z Compiling is_ci v1.2.0
6192026-04-25T00:39:22.832Z Compiling nextest-workspace-hack v0.1.0
6202026-04-25T00:39:22.946Z Compiling tower-layer v0.3.3
6212026-04-25T00:39:22.968Z Compiling unicode-linebreak v0.1.5
6222026-04-25T00:39:22.994Z Compiling either v1.15.0
6232026-04-25T00:39:22.997Z Compiling toml_write v0.1.2
6242026-04-25T00:39:23.044Z Compiling parking_lot_core v0.9.12
6252026-04-25T00:39:23.154Z Compiling ipnet v2.12.0
6262026-04-25T00:39:23.223Z Compiling lazy_static v1.5.0
6272026-04-25T00:39:23.244Z Compiling portable-atomic v1.13.1
6282026-04-25T00:39:23.267Z Compiling base64 v0.22.1
6292026-04-25T00:39:23.318Z Compiling unicode-segmentation v1.13.2
6302026-04-25T00:39:23.330Z Compiling foldhash v0.1.5
6312026-04-25T00:39:23.552Z Compiling crc32fast v1.5.0
6322026-04-25T00:39:23.712Z Compiling convert_case v0.10.0
6332026-04-25T00:39:23.740Z Compiling hyper-util v0.1.20
6342026-04-25T00:39:23.758Z Compiling hashbrown v0.15.5
6352026-04-25T00:39:23.907Z Compiling sharded-slab v0.1.7
6362026-04-25T00:39:23.975Z Compiling textwrap v0.16.2
6372026-04-25T00:39:24.369Z Compiling toml_edit v0.22.27
6382026-04-25T00:39:24.386Z Compiling tower v0.5.3
6392026-04-25T00:39:24.570Z Compiling supports-color v3.0.2
6402026-04-25T00:39:24.812Z Compiling tokio-rustls v0.26.4
6412026-04-25T00:39:25.103Z Compiling backtrace-ext v0.2.1
6422026-04-25T00:39:25.362Z Compiling ordered-float v2.10.1
6432026-04-25T00:39:25.375Z Compiling miette-derive v7.6.0
6442026-04-25T00:39:25.560Z Compiling webpki-roots v1.0.7
6452026-04-25T00:39:25.643Z Compiling pathdiff v0.2.3
6462026-04-25T00:39:25.691Z Compiling console v0.15.11
6472026-04-25T00:39:25.770Z Compiling tracing-log v0.2.0
6482026-04-25T00:39:26.136Z Compiling cargo-platform v0.3.3
6492026-04-25T00:39:26.422Z Compiling os_pipe v1.2.3
6502026-04-25T00:39:26.469Z Compiling thread_local v1.1.9
6512026-04-25T00:39:26.593Z Compiling unicode-width v0.1.14
6522026-04-25T00:39:26.703Z Compiling pulldown-cmark v0.13.3
6532026-04-25T00:39:26.832Z Compiling ryu v1.0.23
6542026-04-25T00:39:26.926Z Compiling scopeguard v1.2.0
6552026-04-25T00:39:27.035Z Compiling zstd-safe v7.2.4
6562026-04-25T00:39:27.051Z Compiling cfg_aliases v0.2.1
6572026-04-25T00:39:27.126Z Compiling winnow v1.0.2
6582026-04-25T00:39:27.147Z Compiling iri-string v0.7.12
6592026-04-25T00:39:27.235Z Compiling utf8parse v0.2.2
6602026-04-25T00:39:27.271Z Compiling debug-ignore v1.0.5
6612026-04-25T00:39:27.351Z Compiling supports-hyperlinks v3.2.0
6622026-04-25T00:39:27.388Z Compiling supports-unicode v3.0.0
6632026-04-25T00:39:27.566Z Compiling fixedbitset v0.5.7
6642026-04-25T00:39:27.579Z Compiling rustix v0.38.44
6652026-04-25T00:39:28.024Z Compiling petgraph v0.8.3
6662026-04-25T00:39:28.085Z Compiling miette v7.6.0
6672026-04-25T00:39:28.567Z Compiling toml_parser v1.1.2+spec-1.1.0
6682026-04-25T00:39:28.887Z Compiling tower-http v0.6.8
6692026-04-25T00:39:29.775Z Compiling anstyle-parse v1.0.0
6702026-04-25T00:39:29.884Z Compiling nix v0.30.1
6712026-04-25T00:39:29.918Z Compiling lock_api v0.4.14
6722026-04-25T00:39:29.985Z Compiling serde_urlencoded v0.7.1
6732026-04-25T00:39:30.023Z Compiling tracing-subscriber v0.3.23
6742026-04-25T00:39:30.166Z Compiling sigchld v0.2.4
6752026-04-25T00:39:30.270Z Compiling cargo_metadata v0.23.1
6762026-04-25T00:39:30.271Z Compiling toml v0.8.23
6772026-04-25T00:39:30.389Z Compiling hyper-rustls v0.27.9
6782026-04-25T00:39:31.071Z Compiling serde-value v0.7.0
6792026-04-25T00:39:31.793Z Compiling serde-untagged v0.1.9
6802026-04-25T00:39:32.352Z Compiling derive_more-impl v2.1.1
6812026-04-25T00:39:33.157Z Compiling itertools v0.14.0
6822026-04-25T00:39:33.174Z Compiling regex v1.12.3
6832026-04-25T00:39:33.288Z Compiling block-buffer v0.10.4
6842026-04-25T00:39:33.442Z Compiling crypto-common v0.1.7
6852026-04-25T00:39:33.581Z Compiling ppv-lite86 v0.2.21
6862026-04-25T00:39:33.787Z Compiling futures-executor v0.3.32
6872026-04-25T00:39:33.835Z Compiling rand_core v0.9.5
6882026-04-25T00:39:33.914Z Compiling pin-project-internal v1.1.11
6892026-04-25T00:39:34.092Z Compiling http-body-util v0.1.3
6902026-04-25T00:39:34.323Z Compiling uuid v1.23.1
6912026-04-25T00:39:34.373Z Compiling serde_spanned v1.1.1
6922026-04-25T00:39:34.538Z Compiling smol_str v0.3.6
6932026-04-25T00:39:34.616Z Compiling toml_datetime v1.1.1+spec-1.1.0
6942026-04-25T00:39:34.645Z Compiling filetime v0.2.27
6952026-04-25T00:39:34.851Z Compiling bstr v1.12.1
6962026-04-25T00:39:34.866Z Compiling vte v0.14.1
6972026-04-25T00:39:34.892Z Compiling nested v0.1.1
6982026-04-25T00:39:34.983Z Compiling is_terminal_polyfill v1.70.2
6992026-04-25T00:39:35.040Z Compiling litrs v1.0.0
7002026-04-25T00:39:35.080Z Compiling static_assertions v1.1.0
7012026-04-25T00:39:35.080Z Compiling anstyle v1.0.14
7022026-04-25T00:39:35.155Z Compiling unicode-xid v0.2.6
7032026-04-25T00:39:35.298Z Compiling eyre v0.6.12
7042026-04-25T00:39:35.355Z Compiling number_prefix v0.4.0
7052026-04-25T00:39:35.484Z Compiling color-spantrace v0.3.0
7062026-04-25T00:39:35.496Z Compiling anstyle-query v1.1.5
7072026-04-25T00:39:35.508Z Compiling unicase v2.9.0
7082026-04-25T00:39:35.531Z Compiling tinyvec_macros v0.1.1
7092026-04-25T00:39:35.597Z Compiling colorchoice v1.0.5
7102026-04-25T00:39:35.622Z Compiling self_update v0.42.0
7112026-04-25T00:39:35.644Z Compiling iana-time-zone v0.1.65
7122026-04-25T00:39:35.690Z Compiling xattr v1.6.1
7132026-04-25T00:39:35.718Z Compiling anstream v1.0.0
7142026-04-25T00:39:35.793Z Compiling chrono v0.4.44
7152026-04-25T00:39:35.822Z Compiling tar v0.4.45
7162026-04-25T00:39:35.993Z Compiling tinyvec v1.11.0
7172026-04-25T00:39:36.162Z Compiling document-features v0.2.12
7182026-04-25T00:39:36.203Z Compiling indicatif v0.17.11
7192026-04-25T00:39:36.410Z Compiling globset v0.4.18
7202026-04-25T00:39:36.707Z Compiling cargo-util-schemas v0.2.0
7212026-04-25T00:39:37.018Z Compiling guppy v0.17.25
7222026-04-25T00:39:37.620Z Compiling strip-ansi-escapes v0.2.1
7232026-04-25T00:39:38.137Z Compiling pin-project v1.1.11
7242026-04-25T00:39:38.246Z Compiling toml v1.1.2+spec-1.1.0
7252026-04-25T00:39:38.441Z Compiling nextest-metadata v0.12.2
7262026-04-25T00:39:39.130Z Compiling newtype-uuid v1.3.2
7272026-04-25T00:39:39.147Z Compiling reqwest v0.12.28
7282026-04-25T00:39:39.325Z Compiling rand_chacha v0.9.0
7292026-04-25T00:39:39.355Z Compiling futures v0.3.32
7302026-04-25T00:39:39.440Z Compiling digest v0.10.7
7312026-04-25T00:39:39.655Z Compiling derive_more v2.1.1
7322026-04-25T00:39:39.667Z Compiling flate2 v1.1.9
7332026-04-25T00:39:39.751Z Compiling parking_lot v0.12.5
7342026-04-25T00:39:39.898Z Compiling tracing-error v0.2.1
7352026-04-25T00:39:40.129Z Compiling shared_child v1.1.1
7362026-04-25T00:39:40.545Z Compiling signal-hook-mio v0.2.5
7372026-04-25T00:39:40.662Z Compiling self-replace v1.5.0
7382026-04-25T00:39:40.682Z Compiling cargo-platform v0.2.0
7392026-04-25T00:39:40.959Z Compiling quick-xml v0.38.4
7402026-04-25T00:39:41.243Z Compiling quick-xml v0.37.5
7412026-04-25T00:39:41.485Z Compiling strsim v0.11.1
7422026-04-25T00:39:41.763Z Compiling humantime v2.3.0
7432026-04-25T00:39:42.192Z Compiling clap_lex v1.1.0
7442026-04-25T00:39:42.303Z Compiling heck v0.5.0
7452026-04-25T00:39:42.512Z Compiling indenter v0.3.4
7462026-04-25T00:39:42.560Z Compiling recursion v0.5.4
7472026-04-25T00:39:42.607Z Compiling cpufeatures v0.2.17
7482026-04-25T00:39:42.642Z Compiling shell-words v1.1.1
7492026-04-25T00:39:42.770Z Compiling urlencoding v2.1.3
7502026-04-25T00:39:42.918Z Compiling clap_derive v4.6.1
7512026-04-25T00:39:42.943Z Compiling clap_builder v4.6.0
7522026-04-25T00:39:43.017Z Compiling nextest-filtering v0.15.0
7532026-04-25T00:39:43.624Z Compiling sha2 v0.10.9
7542026-04-25T00:39:44.834Z Compiling humantime-serde v1.1.1
7552026-04-25T00:39:44.998Z Compiling quick-junit v0.5.2
7562026-04-25T00:39:45.231Z Compiling atomicwrites v0.4.4
7572026-04-25T00:39:45.528Z Compiling cargo_metadata v0.20.0
7582026-04-25T00:39:47.005Z Compiling crossterm v0.29.0
7592026-04-25T00:39:48.105Z Compiling cargo-nextest v0.9.97
7602026-04-25T00:39:48.418Z Compiling duct v0.13.7
7612026-04-25T00:39:49.894Z Compiling zstd v0.13.3
7622026-04-25T00:39:50.207Z Compiling rand v0.9.4
7632026-04-25T00:39:50.328Z Compiling async-scoped v0.9.0
7642026-04-25T00:39:50.342Z Compiling config v0.15.22
7652026-04-25T00:39:50.526Z Compiling unicode-normalization v0.1.25
7662026-04-25T00:39:50.627Z Compiling target-spec-miette v0.4.6
7672026-04-25T00:39:50.650Z Compiling future-queue v0.4.0
7682026-04-25T00:39:50.737Z Compiling mukti-metadata v0.3.0
7692026-04-25T00:39:50.932Z Compiling tokio-stream v0.1.18
7702026-04-25T00:39:50.960Z Compiling camino-tempfile v1.4.1
7712026-04-25T00:39:51.040Z Compiling derive-where v1.6.1
7722026-04-25T00:39:51.093Z Compiling serde_ignored v0.1.14
7732026-04-25T00:39:51.236Z Compiling serde_path_to_error v0.1.20
7742026-04-25T00:39:51.317Z Compiling indent_write v2.2.0
7752026-04-25T00:39:51.475Z Compiling xxhash-rust v0.8.15
7762026-04-25T00:39:51.479Z Compiling hex v0.4.3
7772026-04-25T00:39:51.520Z Compiling swrite v0.1.0
7782026-04-25T00:39:51.634Z Compiling home v0.5.12
7792026-04-25T00:39:51.646Z Compiling color-eyre v0.6.5
7802026-04-25T00:39:51.706Z Compiling clap v4.6.1
7812026-04-25T00:39:51.759Z Compiling dialoguer v0.11.0
7822026-04-25T00:39:51.791Z Compiling enable-ansi-support v0.2.1
7832026-04-25T00:39:52.272Z Compiling nextest-runner v0.80.0
7842026-04-25T00:40:10.688Z Finished `release` profile [optimized] target(s) in 1m 11s
7852026-04-25T00:40:10.874Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-04-25T00:40:10.877Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-04-25T00:40:10.991Z+ pushd mg-lower
7882026-04-25T00:40:10.994Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7892026-04-25T00:40:10.994Z+ cargo nextest run
7902026-04-25T00:40:11.154Z Updating git repository `https://github.com/oxidecomputer/falcon`
7912026-04-25T00:40:11.725ZFrom https://github.com/oxidecomputer/falcon
7922026-04-25T00:40:11.725Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7932026-04-25T00:40:11.801Z Updating crates.io index
7942026-04-25T00:40:11.840Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-04-25T00:40:12.548ZFrom https://github.com/oxidecomputer/dendrite
7962026-04-25T00:40:12.548Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7972026-04-25T00:40:12.579Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-04-25T00:40:12.839ZFrom https://github.com/oxidecomputer/ispf
7992026-04-25T00:40:12.839Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8002026-04-25T00:40:13.009Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-04-25T00:40:13.342ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-04-25T00:40:13.342Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8032026-04-25T00:40:13.350Z Updating git repository `https://github.com/oxidecomputer/omicron`
8042026-04-25T00:40:19.135ZFrom https://github.com/oxidecomputer/omicron
8052026-04-25T00:40:19.135Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8062026-04-25T00:40:19.537Z Updating git repository `https://github.com/oxidecomputer/opte`
8072026-04-25T00:40:20.114ZFrom https://github.com/oxidecomputer/opte
8082026-04-25T00:40:20.114Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
8092026-04-25T00:40:20.145Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-04-25T00:40:20.428ZFrom https://github.com/illumos/smf-rs
8112026-04-25T00:40:20.428Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-04-25T00:40:20.716Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8132026-04-25T00:40:20.978ZFrom https://github.com/oxidecomputer/network-interface
8142026-04-25T00:40:20.978Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8152026-04-25T00:40:21.005Z Updating git repository `https://github.com/oxidecomputer/zone`
8162026-04-25T00:40:21.273ZFrom https://github.com/oxidecomputer/zone
8172026-04-25T00:40:21.273Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8182026-04-25T00:40:21.322Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-04-25T00:40:21.920ZFrom https://github.com/oxidecomputer/propolis
8202026-04-25T00:40:21.920Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-04-25T00:40:21.968Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-04-25T00:40:22.480ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-04-25T00:40:22.480Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8242026-04-25T00:40:22.603Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-04-25T00:40:22.843ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-04-25T00:40:22.843Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8272026-04-25T00:40:22.861Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-04-25T00:40:23.127ZFrom https://github.com/jmesmon/rust-libzfs
8292026-04-25T00:40:23.127Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-04-25T00:40:23.135Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-04-25T00:40:23.425ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-04-25T00:40:23.425Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-04-25T00:40:23.434Z Updating git repository `https://github.com/oxidecomputer/lldp`
8342026-04-25T00:40:23.722ZFrom https://github.com/oxidecomputer/lldp
8352026-04-25T00:40:23.722Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8362026-04-25T00:40:23.794Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8372026-04-25T00:40:24.057ZFrom https://github.com/oxidecomputer/slog-error-chain
8382026-04-25T00:40:24.057Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8392026-04-25T00:40:24.200Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8402026-04-25T00:40:24.489ZFrom https://github.com/oxidecomputer/tufaceous
8412026-04-25T00:40:24.489Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8422026-04-25T00:40:24.523Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8432026-04-25T00:40:24.957ZFrom https://github.com/oxidecomputer/management-gateway-service
8442026-04-25T00:40:24.957Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8452026-04-25T00:40:25.101Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-04-25T00:40:25.894ZFrom https://github.com/oxidecomputer/crucible
8472026-04-25T00:40:25.894Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8482026-04-25T00:40:25.951Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8492026-04-25T00:40:26.232ZFrom https://github.com/oxidecomputer/serde_human_bytes
8502026-04-25T00:40:26.232Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8512026-04-25T00:40:26.465Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-04-25T00:40:26.787ZFrom https://github.com/oxidecomputer/propolis
8532026-04-25T00:40:26.787Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8542026-04-25T00:40:27.231Z Updating git repository `https://github.com/oxidecomputer/tofino`
8552026-04-25T00:40:27.500ZFrom https://github.com/oxidecomputer/tofino
8562026-04-25T00:40:27.500Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8572026-04-25T00:40:27.506Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582026-04-25T00:40:28.022ZFrom https://github.com/oxidecomputer/maghemite
8592026-04-25T00:40:28.023Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8602026-04-25T00:40:28.107Z Updating git repository `https://github.com/oxidecomputer/clickward`
8612026-04-25T00:40:28.592ZFrom https://github.com/oxidecomputer/clickward
8622026-04-25T00:40:28.592Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8632026-04-25T00:40:28.605Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8642026-04-25T00:40:29.041ZFrom https://github.com/oxidecomputer/illumos-devinfo
8652026-04-25T00:40:29.042Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8662026-04-25T00:40:29.212Z Updating git repository `https://github.com/oxidecomputer/crucible`
8672026-04-25T00:40:29.515ZFrom https://github.com/oxidecomputer/crucible
8682026-04-25T00:40:29.515Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8692026-04-25T00:40:30.548Z Downloading crates ...
8702026-04-25T00:40:30.642Z Downloaded arrayref v0.3.9
8712026-04-25T00:40:30.648Z Downloaded aead v0.5.2
8722026-04-25T00:40:30.652Z Downloaded async-stream v0.3.6
8732026-04-25T00:40:30.655Z Downloaded crucible-workspace-hack v0.1.0
8742026-04-25T00:40:30.659Z Downloaded cmake v0.1.58
8752026-04-25T00:40:30.662Z Downloaded async-stream-impl v0.3.6
8762026-04-25T00:40:30.664Z Downloaded csv-core v0.1.13
8772026-04-25T00:40:30.664Z Downloaded colored v3.1.1
8782026-04-25T00:40:30.667Z Downloaded idna_adapter v1.2.1
8792026-04-25T00:40:30.670Z Downloaded embedded-io v0.4.0
8802026-04-25T00:40:30.670Z Downloaded anyhow v1.0.102
8812026-04-25T00:40:30.673Z Downloaded instant v0.1.13
8822026-04-25T00:40:30.676Z Downloaded foreign-types-macros v0.2.3
8832026-04-25T00:40:30.679Z Downloaded heck v0.4.1
8842026-04-25T00:40:30.679Z Downloaded hostname v0.4.2
8852026-04-25T00:40:30.681Z Downloaded litemap v0.8.1
8862026-04-25T00:40:30.684Z Downloaded hubpack v0.1.2
8872026-04-25T00:40:30.686Z Downloaded allocator-api2 v0.2.21
8882026-04-25T00:40:30.689Z Downloaded ingot-types v0.1.2
8892026-04-25T00:40:30.689Z Downloaded async-compression v0.4.41
8902026-04-25T00:40:30.693Z Downloaded multer v3.1.0
8912026-04-25T00:40:30.696Z Downloaded lru-cache v0.1.2
8922026-04-25T00:40:30.699Z Downloaded indicatif v0.18.4
8932026-04-25T00:40:30.702Z Downloaded constant_time_eq v0.4.2
8942026-04-25T00:40:30.705Z Downloaded aws-lc-rs v1.16.2
8952026-04-25T00:40:30.709Z Downloaded darling v0.23.0
8962026-04-25T00:40:30.713Z Downloaded hyper-rustls v0.27.7
8972026-04-25T00:40:30.716Z Downloaded icu_properties v2.1.2
8982026-04-25T00:40:30.719Z Downloaded num_enum_derive v0.7.6
8992026-04-25T00:40:30.721Z Downloaded half v2.7.1
9002026-04-25T00:40:30.724Z Downloaded darling_macro v0.23.0
9012026-04-25T00:40:30.724Z Downloaded convert_case v0.4.0
9022026-04-25T00:40:30.727Z Downloaded blake2 v0.10.6
9032026-04-25T00:40:30.731Z Downloaded crc8 v0.1.1
9042026-04-25T00:40:30.731Z Downloaded const-random-macro v0.1.16
9052026-04-25T00:40:30.734Z Downloaded managed v0.8.0
9062026-04-25T00:40:30.734Z Downloaded compression-core v0.4.31
9072026-04-25T00:40:30.734Z Downloaded no-std-compat v0.4.1
9082026-04-25T00:40:30.737Z Downloaded is-terminal v0.4.17
9092026-04-25T00:40:30.737Z Downloaded ciborium-ll v0.2.2
9102026-04-25T00:40:30.740Z Downloaded num-conv v0.2.1
9112026-04-25T00:40:30.740Z Downloaded fxhash v0.2.1
9122026-04-25T00:40:30.742Z Downloaded internet-checksum v0.2.1
9132026-04-25T00:40:30.742Z Downloaded foreign-types-shared v0.3.1
9142026-04-25T00:40:30.745Z Downloaded match_cfg v0.1.0
9152026-04-25T00:40:30.745Z Downloaded dtrace-parser v0.2.0
9162026-04-25T00:40:30.749Z Downloaded libscf-sys v1.1.0
9172026-04-25T00:40:30.749Z Downloaded ciborium-io v0.2.2
9182026-04-25T00:40:30.752Z Downloaded newtype_derive v0.1.6
9192026-04-25T00:40:30.752Z Downloaded hash32 v0.3.1
9202026-04-25T00:40:30.752Z Downloaded fixedbitset v0.4.2
9212026-04-25T00:40:30.754Z Downloaded cstr-argument v0.1.2
9222026-04-25T00:40:30.754Z Downloaded git-stub-vcs v0.1.0
9232026-04-25T00:40:30.757Z Downloaded ingot v0.1.1
9242026-04-25T00:40:30.760Z Downloaded linked-hash-map v0.5.6
9252026-04-25T00:40:30.760Z Downloaded cobs v0.3.0
9262026-04-25T00:40:30.763Z Downloaded bit-set v0.8.0
9272026-04-25T00:40:30.763Z Downloaded inout v0.1.4
9282026-04-25T00:40:30.766Z Downloaded num-derive v0.3.3
9292026-04-25T00:40:30.769Z Downloaded macaddr v1.0.1
9302026-04-25T00:40:30.769Z Downloaded dyn-clone v1.0.20
9312026-04-25T00:40:30.772Z Downloaded cpufeatures v0.3.0
9322026-04-25T00:40:30.772Z Downloaded async-recursion v1.1.1
9332026-04-25T00:40:30.775Z Downloaded memoffset v0.9.1
9342026-04-25T00:40:30.777Z Downloaded num-derive v0.4.2
9352026-04-25T00:40:30.777Z Downloaded keccak v0.1.6
9362026-04-25T00:40:30.781Z Downloaded console v0.16.3
9372026-04-25T00:40:30.781Z Downloaded bitflags v2.11.0
9382026-04-25T00:40:30.783Z Downloaded num v0.4.3
9392026-04-25T00:40:30.786Z Downloaded dof v0.3.0
9402026-04-25T00:40:30.788Z Downloaded phf_shared v0.12.1
9412026-04-25T00:40:30.789Z Downloaded omicron-workspace-hack v0.1.0
9422026-04-25T00:40:30.789Z Downloaded natord v1.0.9
9432026-04-25T00:40:30.791Z Downloaded enum-as-inner v0.6.1
9442026-04-25T00:40:30.791Z Downloaded newline-converter v0.3.0
9452026-04-25T00:40:30.794Z Downloaded mime v0.3.17
9462026-04-25T00:40:30.794Z Downloaded gethostname v0.5.0
9472026-04-25T00:40:30.797Z Downloaded num-complex v0.4.6
9482026-04-25T00:40:30.797Z Downloaded dtrace-parser v0.3.0
9492026-04-25T00:40:30.800Z Downloaded num-iter v0.1.45
9502026-04-25T00:40:30.800Z Downloaded ff v0.13.1
9512026-04-25T00:40:30.802Z Downloaded libsw-core v0.3.2
9522026-04-25T00:40:30.802Z Downloaded olpc-cjson v0.1.4
9532026-04-25T00:40:30.806Z Downloaded dunce v1.0.5
9542026-04-25T00:40:30.806Z Downloaded num_enum_derive v0.5.11
9552026-04-25T00:40:30.809Z Downloaded opaque-debug v0.3.1
9562026-04-25T00:40:30.809Z Downloaded num_threads v0.1.7
9572026-04-25T00:40:30.809Z Downloaded potential_utf v0.1.4
9582026-04-25T00:40:30.811Z Downloaded dof v0.4.0
9592026-04-25T00:40:30.811Z Downloaded darling_macro v0.21.3
9602026-04-25T00:40:30.814Z Downloaded memmap v0.7.0
9612026-04-25T00:40:30.814Z Downloaded pretty-hex v0.4.2
9622026-04-25T00:40:30.817Z Downloaded defmt-macros v1.0.1
9632026-04-25T00:40:30.817Z Downloaded parse-display v0.10.0
9642026-04-25T00:40:30.822Z Downloaded backoff v0.4.0
9652026-04-25T00:40:30.822Z Downloaded plain v0.2.3
9662026-04-25T00:40:30.825Z Downloaded hickory-resolver v0.25.2
9672026-04-25T00:40:30.825Z Downloaded libsw v3.5.0
9682026-04-25T00:40:30.828Z Downloaded displaydoc v0.2.5
9692026-04-25T00:40:30.831Z Downloaded proc-macro-error-attr v1.0.4
9702026-04-25T00:40:30.831Z Downloaded proc-macro-crate v3.5.0
9712026-04-25T00:40:30.834Z Downloaded proc-macro-error-attr2 v2.0.0
9722026-04-25T00:40:30.834Z Downloaded proc-macro-crate v1.3.1
9732026-04-25T00:40:30.834Z Downloaded powerfmt v0.2.0
9742026-04-25T00:40:30.837Z Downloaded progenitor-macro v0.10.0
9752026-04-25T00:40:30.837Z Downloaded base16ct v0.2.0
9762026-04-25T00:40:30.840Z Downloaded newtype-uuid-macros v0.1.0
9772026-04-25T00:40:30.840Z Downloaded ipnetwork v0.21.1
9782026-04-25T00:40:30.842Z Downloaded highway v1.3.0
9792026-04-25T00:40:30.842Z Downloaded defmt v1.0.1
9802026-04-25T00:40:30.845Z Downloaded group v0.13.0
9812026-04-25T00:40:30.848Z Downloaded foldhash v0.2.0
9822026-04-25T00:40:30.848Z Downloaded progenitor-client v0.11.2
9832026-04-25T00:40:30.850Z Downloaded rand_chacha v0.3.1
9842026-04-25T00:40:30.850Z Downloaded erased-serde v0.3.31
9852026-04-25T00:40:30.853Z Downloaded progenitor-macro v0.13.0
9862026-04-25T00:40:30.856Z Downloaded linear-map v1.2.0
9872026-04-25T00:40:30.856Z Downloaded data-encoding v2.10.0
9882026-04-25T00:40:30.856Z Downloaded fs-err v3.3.0
9892026-04-25T00:40:30.858Z Downloaded quick-error v1.2.3
9902026-04-25T00:40:30.861Z Downloaded rand_xorshift v0.4.0
9912026-04-25T00:40:30.861Z Downloaded ref-cast-impl v1.0.25
9922026-04-25T00:40:30.861Z Downloaded num-rational v0.4.2
9932026-04-25T00:40:30.864Z Downloaded daft v0.1.5
9942026-04-25T00:40:30.864Z Downloaded dropshot-api-manager-types v0.7.0
9952026-04-25T00:40:30.867Z Downloaded fs_extra v1.3.0
9962026-04-25T00:40:30.869Z Downloaded deranged v0.5.8
9972026-04-25T00:40:30.869Z Downloaded chacha20 v0.9.1
9982026-04-25T00:40:30.872Z Downloaded drift v0.1.3
9992026-04-25T00:40:30.876Z Downloaded paste v1.0.15
10002026-04-25T00:40:30.879Z Downloaded ref-cast v1.0.25
10012026-04-25T00:40:30.879Z Downloaded parse-display-derive v0.10.0
10022026-04-25T00:40:30.879Z Downloaded oxide-tokio-rt v0.1.3
10032026-04-25T00:40:30.882Z Downloaded parking_lot_core v0.8.6
10042026-04-25T00:40:30.885Z Downloaded phf v0.12.1
10052026-04-25T00:40:30.885Z Downloaded poly1305 v0.8.0
10062026-04-25T00:40:30.888Z Downloaded darling v0.21.3
10072026-04-25T00:40:30.891Z Downloaded daft-derive v0.1.5
10082026-04-25T00:40:30.894Z Downloaded derive-ex v0.1.8
10092026-04-25T00:40:30.894Z Downloaded compression-codecs v0.4.37
10102026-04-25T00:40:30.897Z Downloaded same-file v1.0.6
10112026-04-25T00:40:30.899Z Downloaded proc-macro-error v1.0.4
10122026-04-25T00:40:30.902Z Downloaded cancel-safe-futures v0.1.5
10132026-04-25T00:40:30.905Z Downloaded scroll_derive v0.12.1
10142026-04-25T00:40:30.905Z Downloaded diff v0.1.13
10152026-04-25T00:40:30.907Z Downloaded semver v0.1.20
10162026-04-25T00:40:30.907Z Downloaded secrecy v0.10.3
10172026-04-25T00:40:30.907Z Downloaded crossbeam-utils v0.8.21
10182026-04-25T00:40:30.910Z Downloaded serde_plain v1.0.2
10192026-04-25T00:40:30.913Z Downloaded serde-big-array v0.5.1
10202026-04-25T00:40:30.913Z Downloaded progenitor-extras v0.1.1
10212026-04-25T00:40:30.913Z Downloaded progenitor-client v0.13.0
10222026-04-25T00:40:30.916Z Downloaded serde_spanned v1.1.0
10232026-04-25T00:40:30.916Z Downloaded ingot-macros v0.1.1
10242026-04-25T00:40:30.918Z Downloaded progenitor-client v0.10.0
10252026-04-25T00:40:30.918Z Downloaded proc-macro-error2 v2.0.1
10262026-04-25T00:40:30.921Z Downloaded progenitor v0.13.0
10272026-04-25T00:40:30.924Z Downloaded progenitor-macro v0.11.2
10282026-04-25T00:40:30.924Z Downloaded progenitor v0.11.2
10292026-04-25T00:40:30.924Z Downloaded serial_test v3.4.0
10302026-04-25T00:40:30.927Z Downloaded memmap2 v0.9.10
10312026-04-25T00:40:30.927Z Downloaded hmac v0.12.1
10322026-04-25T00:40:30.930Z Downloaded sigpipe v0.1.3
10332026-04-25T00:40:30.930Z Downloaded sha1 v0.10.6
10342026-04-25T00:40:30.930Z Downloaded serial_test_derive v3.4.0
10352026-04-25T00:40:30.933Z Downloaded password-hash v0.5.0
10362026-04-25T00:40:30.933Z Downloaded darling_core v0.21.3
10372026-04-25T00:40:30.936Z Downloaded crossbeam-epoch v0.9.18
10382026-04-25T00:40:30.939Z Downloaded clap_derive v4.6.0
10392026-04-25T00:40:30.941Z Downloaded resolv-conf v0.7.6
10402026-04-25T00:40:30.941Z Downloaded rand_core v0.10.0
10412026-04-25T00:40:30.944Z Downloaded ciborium v0.2.2
10422026-04-25T00:40:30.944Z Downloaded cargo_toml v0.22.3
10432026-04-25T00:40:30.947Z Downloaded rustc_version v0.1.7
10442026-04-25T00:40:30.947Z Downloaded pem v3.0.6
10452026-04-25T00:40:30.949Z Downloaded pkg-config v0.3.32
10462026-04-25T00:40:30.949Z Downloaded omicron-zone-package v0.12.2
10472026-04-25T00:40:30.952Z Downloaded slog-bunyan v2.5.0
10482026-04-25T00:40:30.952Z Downloaded pest_generator v2.8.6
10492026-04-25T00:40:30.955Z Downloaded spin v0.5.2
10502026-04-25T00:40:30.955Z Downloaded structmeta-derive v0.3.0
10512026-04-25T00:40:30.959Z Downloaded stable_deref_trait v1.2.1
10522026-04-25T00:40:30.959Z Downloaded structmeta v0.3.0
10532026-04-25T00:40:30.959Z Downloaded cookie v0.18.1
10542026-04-25T00:40:30.959Z Downloaded rustls-native-certs v0.8.3
10552026-04-25T00:40:30.962Z Downloaded elliptic-curve v0.13.8
10562026-04-25T00:40:30.964Z Downloaded strum v0.26.3
10572026-04-25T00:40:30.964Z Downloaded rustls-pemfile v2.2.0
10582026-04-25T00:40:30.968Z Downloaded tabled_derive v0.11.0
10592026-04-25T00:40:30.968Z Downloaded indexmap v1.9.3
10602026-04-25T00:40:30.970Z Downloaded tabled_derive v0.7.0
10612026-04-25T00:40:30.970Z Downloaded parking_lot v0.11.2
10622026-04-25T00:40:30.973Z Downloaded oxnet v0.1.4
10632026-04-25T00:40:30.973Z Downloaded backon v1.6.0
10642026-04-25T00:40:30.976Z Downloaded bit-vec v0.8.0
10652026-04-25T00:40:30.976Z Downloaded scroll_derive v0.13.1
10662026-04-25T00:40:30.978Z Downloaded rusty-fork v0.3.1
10672026-04-25T00:40:30.978Z Downloaded strum v0.27.2
10682026-04-25T00:40:30.978Z Downloaded sdd v3.0.10
10692026-04-25T00:40:30.981Z Downloaded termtree v0.5.1
10702026-04-25T00:40:30.981Z Downloaded take_mut v0.2.2
10712026-04-25T00:40:30.984Z Downloaded tagptr v0.2.0
10722026-04-25T00:40:30.984Z Downloaded tabwriter v1.4.1
10732026-04-25T00:40:30.984Z Downloaded time-core v0.1.8
10742026-04-25T00:40:30.988Z Downloaded scroll v0.12.0
10752026-04-25T00:40:30.988Z Downloaded schemars_derive v0.8.22
10762026-04-25T00:40:30.988Z Downloaded progenitor v0.10.0
10772026-04-25T00:40:30.991Z Downloaded serde_tokenstream v0.2.3
10782026-04-25T00:40:30.991Z Downloaded cc v1.2.58
10792026-04-25T00:40:30.991Z Downloaded serde_repr v0.1.20
10802026-04-25T00:40:30.994Z Downloaded serde_derive_internals v0.29.1
10812026-04-25T00:40:30.994Z Downloaded scroll v0.13.0
10822026-04-25T00:40:30.994Z Downloaded thread-id v4.2.2
10832026-04-25T00:40:30.997Z Downloaded thiserror-impl-no-std v2.0.2
10842026-04-25T00:40:30.997Z Downloaded testing_table v0.3.0
10852026-04-25T00:40:30.997Z Downloaded rustversion v1.0.22
10862026-04-25T00:40:31.000Z Downloaded num_enum v0.7.6
10872026-04-25T00:40:31.003Z Downloaded num_enum v0.5.11
10882026-04-25T00:40:31.005Z Downloaded slog-envlogger v2.2.0
10892026-04-25T00:40:31.008Z Downloaded slog-json v2.6.1
10902026-04-25T00:40:31.008Z Downloaded slog-async v2.8.0
10912026-04-25T00:40:31.008Z Downloaded clap v4.6.0
10922026-04-25T00:40:31.014Z Downloaded snafu-derive v0.8.9
10932026-04-25T00:40:31.016Z Downloaded smartstring v1.0.1
10942026-04-25T00:40:31.019Z Downloaded papergrid v0.11.0
10952026-04-25T00:40:31.022Z Downloaded pest_derive v2.8.6
10962026-04-25T00:40:31.022Z Downloaded icu_locale_core v2.1.1
10972026-04-25T00:40:31.025Z Downloaded smawk v0.3.2
10982026-04-25T00:40:31.028Z Downloaded topological-sort v0.2.2
10992026-04-25T00:40:31.028Z Downloaded smf v0.2.3
11002026-04-25T00:40:31.030Z Downloaded typify-macro v0.6.1
11012026-04-25T00:40:31.030Z Downloaded postcard v1.1.3
11022026-04-25T00:40:31.030Z Downloaded slog-scope v4.4.1
11032026-04-25T00:40:31.033Z Downloaded slog-stdlog v4.1.1
11042026-04-25T00:40:31.033Z Downloaded moka v0.12.15
11052026-04-25T00:40:31.037Z Downloaded synstructure v0.13.2
11062026-04-25T00:40:31.040Z Downloaded strum_macros v0.26.4
11072026-04-25T00:40:31.040Z Downloaded rhai_codegen v3.1.0
11082026-04-25T00:40:31.044Z Downloaded universal-hash v0.5.1
11092026-04-25T00:40:31.047Z Downloaded progenitor-impl v0.11.2
11102026-04-25T00:40:31.047Z Downloaded slog-dtrace v0.3.0
11112026-04-25T00:40:31.049Z Downloaded darling_core v0.23.0
11122026-04-25T00:40:31.052Z Downloaded usdt-attr-macro v0.6.0
11132026-04-25T00:40:31.052Z Downloaded untrusted v0.7.1
11142026-04-25T00:40:31.052Z Downloaded waitgroup v0.1.2
11152026-04-25T00:40:31.055Z Downloaded wait-timeout v0.2.1
11162026-04-25T00:40:31.055Z Downloaded siphasher v1.0.2
11172026-04-25T00:40:31.055Z Downloaded unit-prefix v0.5.2
11182026-04-25T00:40:31.058Z Downloaded time-macros v0.2.27
11192026-04-25T00:40:31.058Z Downloaded thiserror-no-std v2.0.2
11202026-04-25T00:40:31.060Z Downloaded tinystr v0.8.2
11212026-04-25T00:40:31.063Z Downloaded typify-macro v0.4.3
11222026-04-25T00:40:31.063Z Downloaded tokio-tungstenite v0.21.0
11232026-04-25T00:40:31.063Z Downloaded usdt-macro v0.5.0
11242026-04-25T00:40:31.066Z Downloaded tokio-rustls v0.25.0
11252026-04-25T00:40:31.066Z Downloaded icu_provider v2.1.1
11262026-04-25T00:40:31.069Z Downloaded thread-id v5.1.0
11272026-04-25T00:40:31.069Z Downloaded tokio-dtrace v0.1.1
11282026-04-25T00:40:31.069Z Downloaded dropshot_endpoint v0.16.7
11292026-04-25T00:40:31.072Z Downloaded chacha20poly1305 v0.10.1
11302026-04-25T00:40:31.076Z Downloaded progenitor-impl v0.13.0
11312026-04-25T00:40:31.076Z Downloaded tiny-keccak v2.0.2
11322026-04-25T00:40:31.079Z Downloaded papergrid v0.17.0
11332026-04-25T00:40:31.079Z Downloaded zerofrom v0.1.6
11342026-04-25T00:40:31.079Z Downloaded utf-8 v0.7.6
11352026-04-25T00:40:31.081Z Downloaded pest_meta v2.8.6
11362026-04-25T00:40:31.081Z Downloaded zeroize_derive v1.4.3
11372026-04-25T00:40:31.084Z Downloaded usdt v0.5.0
11382026-04-25T00:40:31.084Z Downloaded usdt v0.6.0
11392026-04-25T00:40:31.084Z Downloaded unarray v0.1.4
11402026-04-25T00:40:31.084Z Downloaded const_format v0.2.35
11412026-04-25T00:40:31.087Z Downloaded slog-term v2.9.2
11422026-04-25T00:40:31.090Z Downloaded usdt-attr-macro v0.5.0
11432026-04-25T00:40:31.090Z Downloaded heapless v0.8.0
11442026-04-25T00:40:31.093Z Downloaded rustls-pki-types v1.14.0
11452026-04-25T00:40:31.093Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11462026-04-25T00:40:31.095Z Downloaded icu_normalizer_data v2.1.1
11472026-04-25T00:40:31.096Z Downloaded dropshot_endpoint v0.17.0
11482026-04-25T00:40:31.098Z Downloaded zerofrom-derive v0.1.6
11492026-04-25T00:40:31.098Z Downloaded yoke-derive v0.8.1
11502026-04-25T00:40:31.101Z Downloaded derive_more v0.99.20
11512026-04-25T00:40:31.104Z Downloaded zone v0.3.1
11522026-04-25T00:40:31.104Z Downloaded crossbeam-channel v0.5.15
11532026-04-25T00:40:31.107Z Downloaded zone_cfg_derive v0.3.1
11542026-04-25T00:40:31.108Z Downloaded strum_macros v0.27.2
11552026-04-25T00:40:31.108Z Downloaded progenitor-impl v0.10.0
11562026-04-25T00:40:31.110Z Downloaded num-integer v0.1.46
11572026-04-25T00:40:31.111Z Downloaded crossbeam-deque v0.8.6
11582026-04-25T00:40:31.111Z Downloaded byteorder v1.5.0
11592026-04-25T00:40:31.115Z Downloaded spin v0.9.8
11602026-04-25T00:40:31.115Z Downloaded schemars v0.8.22
11612026-04-25T00:40:31.155Z Downloaded yoke v0.8.1
11622026-04-25T00:40:31.155Z Downloaded usdt-impl v0.5.0
11632026-04-25T00:40:31.155Z Downloaded toml_writer v1.1.0+spec-1.1.0
11642026-04-25T00:40:31.155Z Downloaded thin-vec v0.2.14
11652026-04-25T00:40:31.155Z Downloaded similar v2.7.0
11662026-04-25T00:40:31.155Z Downloaded usdt-macro v0.6.0
11672026-04-25T00:40:31.155Z Downloaded rayon-core v1.13.0
11682026-04-25T00:40:31.155Z Downloaded slog v2.8.2
11692026-04-25T00:40:31.155Z Downloaded base64 v0.21.7
11702026-04-25T00:40:31.155Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-04-25T00:40:31.155Z Downloaded xz2 v0.1.7
11722026-04-25T00:40:31.155Z Downloaded term v1.2.1
11732026-04-25T00:40:31.155Z Downloaded zerovec-derive v0.11.2
11742026-04-25T00:40:31.155Z Downloaded serde_yaml v0.9.34+deprecated
11752026-04-25T00:40:31.155Z Downloaded serde_with_macros v3.18.0
11762026-04-25T00:40:31.155Z Downloaded openssl-sys v0.9.112
11772026-04-25T00:40:31.155Z Downloaded whoami v1.6.1
11782026-04-25T00:40:31.155Z Downloaded vsss-rs v3.3.4
11792026-04-25T00:40:31.155Z Downloaded minimal-lexical v0.2.1
11802026-04-25T00:40:31.155Z Downloaded usdt-impl v0.6.0
11812026-04-25T00:40:31.155Z Downloaded jiff-static v0.2.23
11822026-04-25T00:40:31.159Z Downloaded icu_normalizer v2.1.1
11832026-04-25T00:40:31.159Z Downloaded walkdir v2.5.0
11842026-04-25T00:40:31.159Z Downloaded pretty_assertions v1.4.1
11852026-04-25T00:40:31.162Z Downloaded rustls-platform-verifier v0.6.2
11862026-04-25T00:40:31.162Z Downloaded toml_parser v1.1.0+spec-1.1.0
11872026-04-25T00:40:31.165Z Downloaded bytecount v0.6.9
11882026-04-25T00:40:31.165Z Downloaded schemars v0.9.0
11892026-04-25T00:40:31.171Z Downloaded test-strategy v0.4.5
11902026-04-25T00:40:31.175Z Downloaded indexmap v2.13.0
11912026-04-25T00:40:31.178Z Downloaded toml v0.9.12+spec-1.1.0
11922026-04-25T00:40:31.178Z Downloaded dropshot-api-manager v0.7.0
11932026-04-25T00:40:31.181Z Downloaded writeable v0.6.2
11942026-04-25T00:40:31.184Z Downloaded hickory-resolver v0.24.4
11952026-04-25T00:40:31.184Z Downloaded toml v0.7.8
11962026-04-25T00:40:31.186Z Downloaded hashbrown v0.12.3
11972026-04-25T00:40:31.189Z Downloaded zerocopy-derive v0.7.35
11982026-04-25T00:40:31.192Z Downloaded ucd-trie v0.1.7
11992026-04-25T00:40:31.192Z Downloaded prettyplease v0.2.37
12002026-04-25T00:40:31.195Z Downloaded expectorate v1.2.0
12012026-04-25T00:40:31.199Z Downloaded qorb v0.4.1
12022026-04-25T00:40:31.202Z Downloaded tungstenite v0.21.0
12032026-04-25T00:40:31.202Z Downloaded libm v0.2.16
12042026-04-25T00:40:31.206Z Downloaded rustls-webpki v0.103.10
12052026-04-25T00:40:31.209Z Downloaded crypto-bigint v0.5.5
12062026-04-25T00:40:31.212Z Downloaded typify v0.6.1
12072026-04-25T00:40:31.214Z Downloaded uuid v1.23.0
12082026-04-25T00:40:31.217Z Downloaded unsafe-libyaml v0.2.11
12092026-04-25T00:40:31.220Z Downloaded rand v0.9.2
12102026-04-25T00:40:31.222Z Downloaded icu_collections v2.1.1
12112026-04-25T00:40:31.226Z Downloaded toml_edit v0.25.8+spec-1.1.0
12122026-04-25T00:40:31.226Z Downloaded snafu v0.8.9
12132026-04-25T00:40:31.229Z Downloaded hkdf v0.12.4
12142026-04-25T00:40:31.232Z Downloaded rand v0.8.5
12152026-04-25T00:40:31.235Z Downloaded rand v0.10.1
12162026-04-25T00:40:31.238Z Downloaded toml v1.1.0+spec-1.1.0
12172026-04-25T00:40:31.240Z Downloaded schemars v1.2.1
12182026-04-25T00:40:31.247Z Downloaded yansi v1.0.1
12192026-04-25T00:40:31.250Z Downloaded nom v7.1.3
12202026-04-25T00:40:31.253Z Downloaded const_format_proc_macros v0.2.34
12212026-04-25T00:40:31.255Z Downloaded typify v0.4.3
12222026-04-25T00:40:31.255Z Downloaded const-random v0.1.18
12232026-04-25T00:40:31.258Z Downloaded byte-wrapper v0.1.0
12242026-04-25T00:40:31.258Z Downloaded bitflags v1.3.2
12252026-04-25T00:40:31.261Z Downloaded pest v2.8.6
12262026-04-25T00:40:31.264Z Downloaded itertools v0.12.1
12272026-04-25T00:40:31.267Z Downloaded zerotrie v0.2.3
12282026-04-25T00:40:31.269Z Downloaded steno v0.4.1
12292026-04-25T00:40:31.272Z Downloaded typenum v1.19.0
12302026-04-25T00:40:31.275Z Downloaded ident_case v1.0.1
12312026-04-25T00:40:31.275Z Downloaded embedded-io v0.6.1
12322026-04-25T00:40:31.275Z Downloaded crunchy v0.2.4
12332026-04-25T00:40:31.275Z Downloaded httpdate v1.0.3
12342026-04-25T00:40:31.275Z Downloaded defmt v0.3.100
12352026-04-25T00:40:31.279Z Downloaded defmt-parser v1.0.0
12362026-04-25T00:40:31.279Z Downloaded critical-section v1.2.0
12372026-04-25T00:40:31.279Z Downloaded cipher v0.4.4
12382026-04-25T00:40:31.279Z Downloaded chacha20 v0.10.0
12392026-04-25T00:40:31.282Z Downloaded base16ct v1.0.0
12402026-04-25T00:40:31.282Z Downloaded hubpack_derive v0.1.1
12412026-04-25T00:40:31.282Z Downloaded foreign-types v0.5.0
12422026-04-25T00:40:31.282Z Downloaded hostname v0.3.1
12432026-04-25T00:40:31.285Z Downloaded float-ord v0.3.2
12442026-04-25T00:40:31.285Z Downloaded arc-swap v1.9.0
12452026-04-25T00:40:31.287Z Downloaded glob v0.3.3
12462026-04-25T00:40:31.287Z Downloaded git-stub v1.0.0
12472026-04-25T00:40:31.287Z Downloaded bcs v0.1.6
12482026-04-25T00:40:31.290Z Downloaded arrayvec v0.7.6
12492026-04-25T00:40:31.290Z Downloaded fastrand v2.3.0
12502026-04-25T00:40:31.290Z Downloaded async-trait v0.1.89
12512026-04-25T00:40:31.293Z Downloaded nom v8.0.0
12522026-04-25T00:40:31.296Z Downloaded argon2 v0.5.3
12532026-04-25T00:40:31.298Z Downloaded typed-path v0.9.3
12542026-04-25T00:40:31.310Z Downloaded hashbrown v0.16.1
12552026-04-25T00:40:31.314Z Downloaded blake3 v1.8.4
12562026-04-25T00:40:31.318Z Downloaded zerocopy-derive v0.8.48
12572026-04-25T00:40:31.323Z Downloaded toml_edit v0.19.15
12582026-04-25T00:40:31.333Z Downloaded scc v2.4.0
12592026-04-25T00:40:31.336Z Downloaded iddqd v0.3.17
12602026-04-25T00:40:31.340Z Downloaded icu_properties_data v2.1.2
12612026-04-25T00:40:31.353Z Downloaded zerovec v0.11.5
12622026-04-25T00:40:31.361Z Downloaded rayon v1.11.0
12632026-04-25T00:40:31.367Z Downloaded reqwest v0.13.2
12642026-04-25T00:40:31.381Z Downloaded rustls-webpki v0.102.8
12652026-04-25T00:40:31.391Z Downloaded zerocopy v0.7.35
12662026-04-25T00:40:31.399Z Downloaded goblin v0.8.2
12672026-04-25T00:40:31.402Z Downloaded winnow v0.5.40
12682026-04-25T00:40:31.409Z Downloaded tabled v0.15.0
12692026-04-25T00:40:31.415Z Downloaded serde_with v3.18.0
12702026-04-25T00:40:31.421Z Downloaded tough v0.20.0
12712026-04-25T00:40:31.428Z Downloaded proptest v1.11.0
12722026-04-25T00:40:31.432Z Downloaded time v0.3.47
12732026-04-25T00:40:31.438Z Downloaded winnow v1.0.1
12742026-04-25T00:40:31.444Z Downloaded goblin v0.10.5
12752026-04-25T00:40:31.454Z Downloaded tabled v0.20.0
12762026-04-25T00:40:31.464Z Downloaded syn v1.0.109
12772026-04-25T00:40:31.469Z Downloaded openssl v0.10.76
12782026-04-25T00:40:31.476Z Downloaded webpki-roots v1.0.6
12792026-04-25T00:40:31.497Z Downloaded rhai v1.24.0
12802026-04-25T00:40:31.503Z Downloaded nix v0.31.2
12812026-04-25T00:40:31.509Z Downloaded smoltcp v0.11.0
12822026-04-25T00:40:31.515Z Downloaded dropshot v0.17.0
12832026-04-25T00:40:31.527Z Downloaded rustls v0.23.37
12842026-04-25T00:40:31.533Z Downloaded openapiv3 v2.2.0
12852026-04-25T00:40:31.539Z Downloaded regress v0.10.5
12862026-04-25T00:40:31.549Z Downloaded hickory-proto v0.25.2
12872026-04-25T00:40:31.557Z Downloaded hickory-proto v0.24.4
12882026-04-25T00:40:31.565Z Downloaded dropshot v0.16.7
12892026-04-25T00:40:31.576Z Downloaded rustls v0.22.4
12902026-04-25T00:40:31.593Z Downloaded sled v0.34.7
12912026-04-25T00:40:31.621Z Downloaded typify-impl v0.6.1
12922026-04-25T00:40:31.628Z Downloaded typify-impl v0.4.3
12932026-04-25T00:40:31.639Z Downloaded petgraph v0.6.5
12942026-04-25T00:40:31.653Z Downloaded lzma-sys v0.1.20
12952026-04-25T00:40:31.670Z Downloaded jiff v0.2.23
12962026-04-25T00:40:31.680Z Downloaded sha3 v0.10.8
12972026-04-25T00:40:31.704Z Downloaded chrono-tz v0.10.4
12982026-04-25T00:40:31.713Z Downloaded encoding_rs v0.8.35
12992026-04-25T00:40:31.725Z Downloaded csv v1.4.0
13002026-04-25T00:40:31.738Z Downloaded tokio v1.52.0
13012026-04-25T00:40:32.365Z Downloaded aws-lc-sys v0.39.1
13022026-04-25T00:40:33.304Z Compiling proc-macro2 v1.0.106
13032026-04-25T00:40:33.304Z Compiling quote v1.0.45
13042026-04-25T00:40:33.304Z Compiling unicode-ident v1.0.24
13052026-04-25T00:40:33.304Z Compiling serde_core v1.0.228
13062026-04-25T00:40:33.307Z Compiling cfg-if v1.0.4
13072026-04-25T00:40:33.307Z Compiling serde v1.0.228
13082026-04-25T00:40:33.307Z Compiling libc v0.2.186
13092026-04-25T00:40:33.307Z Compiling memchr v2.8.0
13102026-04-25T00:40:33.513Z Compiling itoa v1.0.18
13112026-04-25T00:40:33.699Z Compiling smallvec v1.15.1
13122026-04-25T00:40:33.769Z Compiling zmij v1.0.21
13132026-04-25T00:40:33.788Z Compiling serde_json v1.0.149
13142026-04-25T00:40:33.905Z Compiling autocfg v1.5.0
13152026-04-25T00:40:34.018Z Compiling libm v0.2.16
13162026-04-25T00:40:34.136Z Compiling stable_deref_trait v1.2.1
13172026-04-25T00:40:34.211Z Compiling version_check v0.9.5
13182026-04-25T00:40:34.241Z Compiling iana-time-zone v0.1.65
13192026-04-25T00:40:34.275Z Compiling litemap v0.8.1
13202026-04-25T00:40:34.350Z Compiling writeable v0.6.2
13212026-04-25T00:40:34.383Z Compiling percent-encoding v2.3.2
13222026-04-25T00:40:34.466Z Compiling icu_properties_data v2.1.2
13232026-04-25T00:40:34.491Z Compiling icu_normalizer_data v2.1.1
13242026-04-25T00:40:34.551Z Compiling equivalent v1.0.2
13252026-04-25T00:40:34.596Z Compiling allocator-api2 v0.2.21
13262026-04-25T00:40:34.636Z Compiling pin-project-lite v0.2.17
13272026-04-25T00:40:34.691Z Compiling syn v2.0.117
13282026-04-25T00:40:34.778Z Compiling foldhash v0.2.0
13292026-04-25T00:40:34.796Z Compiling form_urlencoded v1.2.2
13302026-04-25T00:40:34.811Z Compiling utf8_iter v1.0.4
13312026-04-25T00:40:34.882Z Compiling dyn-clone v1.0.20
13322026-04-25T00:40:34.939Z Compiling hashbrown v0.16.1
13332026-04-25T00:40:34.954Z Compiling scopeguard v1.2.0
13342026-04-25T00:40:34.974Z Compiling parking_lot_core v0.9.12
13352026-04-25T00:40:35.008Z Compiling num-traits v0.2.19
13362026-04-25T00:40:35.050Z Compiling lock_api v0.4.14
13372026-04-25T00:40:35.063Z Compiling thiserror v2.0.18
13382026-04-25T00:40:35.258Z Compiling getrandom v0.4.2
13392026-04-25T00:40:35.283Z Compiling rand_core v0.10.0
13402026-04-25T00:40:35.435Z Compiling heck v0.5.0
13412026-04-25T00:40:35.548Z Compiling semver v1.0.28
13422026-04-25T00:40:35.605Z Compiling errno v0.3.14
13432026-04-25T00:40:35.695Z Compiling indexmap v2.13.0
13442026-04-25T00:40:35.698Z Compiling futures-core v0.3.32
13452026-04-25T00:40:35.752Z Compiling jobserver v0.1.34
13462026-04-25T00:40:35.791Z Compiling find-msvc-tools v0.1.9
13472026-04-25T00:40:35.851Z Compiling shlex v1.3.0
13482026-04-25T00:40:35.890Z Compiling zerocopy v0.8.48
13492026-04-25T00:40:36.011Z Compiling cc v1.2.58
13502026-04-25T00:40:36.021Z Compiling uuid v1.23.0
13512026-04-25T00:40:36.036Z Compiling rustversion v1.0.22
13522026-04-25T00:40:36.062Z Compiling fnv v1.0.7
13532026-04-25T00:40:36.156Z Compiling futures-sink v0.3.32
13542026-04-25T00:40:36.259Z Compiling schemars v0.8.22
13552026-04-25T00:40:36.313Z Compiling slab v0.4.12
13562026-04-25T00:40:36.328Z Compiling futures-channel v0.3.32
13572026-04-25T00:40:36.429Z Compiling socket2 v0.6.3
13582026-04-25T00:40:36.513Z Compiling futures-io v0.3.32
13592026-04-25T00:40:36.547Z Compiling futures-task v0.3.32
13602026-04-25T00:40:36.670Z Compiling parking_lot v0.12.5
13612026-04-25T00:40:36.682Z Compiling signal-hook-registry v1.4.8
13622026-04-25T00:40:36.718Z Compiling mio v1.2.0
13632026-04-25T00:40:36.787Z Compiling portable-atomic v1.13.1
13642026-04-25T00:40:36.876Z Compiling log v0.4.29
13652026-04-25T00:40:36.958Z Compiling bitflags v2.11.0
13662026-04-25T00:40:37.072Z Compiling critical-section v1.2.0
13672026-04-25T00:40:37.085Z Compiling typenum v1.19.0
13682026-04-25T00:40:37.152Z Compiling getrandom v0.2.17
13692026-04-25T00:40:37.178Z Compiling base64 v0.22.1
13702026-04-25T00:40:37.196Z Compiling regex-syntax v0.8.10
13712026-04-25T00:40:37.227Z Compiling subtle v2.6.1
13722026-04-25T00:40:37.263Z Compiling byteorder v1.5.0
13732026-04-25T00:40:37.335Z Compiling untrusted v0.9.0
13742026-04-25T00:40:37.388Z Compiling rand_core v0.6.4
13752026-04-25T00:40:37.447Z Compiling synstructure v0.13.2
13762026-04-25T00:40:37.495Z Compiling serde_derive_internals v0.29.1
13772026-04-25T00:40:37.501Z Compiling httparse v1.10.1
13782026-04-25T00:40:37.616Z Compiling atomic-waker v1.1.2
13792026-04-25T00:40:37.739Z Compiling once_cell v1.21.4
13802026-04-25T00:40:37.782Z Compiling ipnet v2.12.0
13812026-04-25T00:40:37.840Z Compiling rustix v1.1.4
13822026-04-25T00:40:37.946Z Compiling strsim v0.11.1
13832026-04-25T00:40:38.006Z Compiling tower-layer v0.3.3
13842026-04-25T00:40:38.120Z Compiling tower-service v0.3.3
13852026-04-25T00:40:38.213Z Compiling cmake v0.1.58
13862026-04-25T00:40:38.216Z Compiling thiserror v1.0.69
13872026-04-25T00:40:38.384Z Compiling fs_extra v1.3.0
13882026-04-25T00:40:38.394Z Compiling dunce v1.0.5
13892026-04-25T00:40:38.466Z Compiling ryu v1.0.23
13902026-04-25T00:40:38.479Z Compiling try-lock v0.2.5
13912026-04-25T00:40:38.491Z Compiling httpdate v1.0.3
13922026-04-25T00:40:38.562Z Compiling want v0.3.1
13932026-04-25T00:40:38.582Z Compiling ucd-trie v0.1.7
13942026-04-25T00:40:38.642Z Compiling aws-lc-sys v0.39.1
13952026-04-25T00:40:38.652Z Compiling generic-array v0.14.7
13962026-04-25T00:40:38.703Z Compiling getrandom v0.3.4
13972026-04-25T00:40:38.716Z Compiling serde_derive v1.0.228
13982026-04-25T00:40:38.727Z Compiling zerofrom-derive v0.1.6
13992026-04-25T00:40:38.736Z Compiling yoke-derive v0.8.1
14002026-04-25T00:40:38.869Z Compiling zerovec-derive v0.11.2
14012026-04-25T00:40:38.891Z Compiling displaydoc v0.2.5
14022026-04-25T00:40:39.028Z Compiling schemars_derive v0.8.22
14032026-04-25T00:40:39.479Z Compiling thiserror-impl v2.0.18
14042026-04-25T00:40:39.658Z Compiling tokio-macros v2.7.0
14052026-04-25T00:40:39.784Z Compiling zerocopy-derive v0.8.48
14062026-04-25T00:40:39.960Z Compiling zerofrom v0.1.6
14072026-04-25T00:40:39.962Z Compiling zeroize_derive v1.4.3
14082026-04-25T00:40:39.986Z Compiling futures-macro v0.3.32
14092026-04-25T00:40:40.083Z Compiling yoke v0.8.1
14102026-04-25T00:40:40.263Z Compiling zerovec v0.11.5
14112026-04-25T00:40:40.274Z Compiling zerotrie v0.2.3
14122026-04-25T00:40:40.403Z Compiling thiserror-impl v1.0.69
14132026-04-25T00:40:40.637Z Compiling zeroize v1.8.2
14142026-04-25T00:40:40.722Z Compiling tinystr v0.8.2
14152026-04-25T00:40:40.765Z Compiling potential_utf v0.1.4
14162026-04-25T00:40:40.833Z Compiling futures-util v0.3.32
14172026-04-25T00:40:40.903Z Compiling icu_locale_core v2.1.1
14182026-04-25T00:40:40.917Z Compiling icu_collections v2.1.1
14192026-04-25T00:40:40.929Z Compiling pest v2.8.6
14202026-04-25T00:40:41.431Z Compiling pretty-hex v0.4.2
14212026-04-25T00:40:41.557Z Compiling icu_provider v2.1.1
14222026-04-25T00:40:41.839Z Compiling bytes v1.11.1
14232026-04-25T00:40:41.853Z Compiling icu_normalizer v2.1.1
14242026-04-25T00:40:41.928Z Compiling icu_properties v2.1.2
14252026-04-25T00:40:41.942Z Compiling chrono v0.4.44
14262026-04-25T00:40:42.181Z Compiling serde_tokenstream v0.2.3
14272026-04-25T00:40:42.439Z Compiling http v1.4.0
14282026-04-25T00:40:42.488Z Compiling tokio v1.52.0
14292026-04-25T00:40:42.493Z Compiling erased-serde v0.3.31
14302026-04-25T00:40:42.939Z Compiling idna_adapter v1.2.1
14312026-04-25T00:40:43.110Z Compiling idna v1.1.0
14322026-04-25T00:40:43.140Z Compiling http-body v1.0.1
14332026-04-25T00:40:43.155Z Compiling pest_meta v2.8.6
14342026-04-25T00:40:43.292Z Compiling plain v0.2.3
14352026-04-25T00:40:43.400Z Compiling url v2.5.8
14362026-04-25T00:40:43.624Z Compiling tracing-attributes v0.1.31
14372026-04-25T00:40:43.972Z Compiling ppv-lite86 v0.2.21
14382026-04-25T00:40:44.133Z Compiling pest_generator v2.8.6
14392026-04-25T00:40:44.283Z Compiling tracing-core v0.1.36
14402026-04-25T00:40:44.446Z Compiling slog v2.8.2
14412026-04-25T00:40:44.689Z Compiling http-body-util v0.1.3
14422026-04-25T00:40:44.750Z Compiling pest_derive v2.8.6
14432026-04-25T00:40:44.847Z Compiling tracing v0.1.44
14442026-04-25T00:40:44.889Z Compiling serde_urlencoded v0.7.1
14452026-04-25T00:40:44.924Z Compiling ipnetwork v0.21.1
14462026-04-25T00:40:45.085Z Compiling sync_wrapper v1.0.2
14472026-04-25T00:40:45.129Z Compiling regress v0.10.5
14482026-04-25T00:40:45.193Z Compiling aho-corasick v1.1.4
14492026-04-25T00:40:45.273Z Compiling paste v1.0.15
14502026-04-25T00:40:45.359Z Compiling crypto-common v0.1.7
14512026-04-25T00:40:45.489Z Compiling num-conv v0.2.1
14522026-04-25T00:40:45.568Z Compiling powerfmt v0.2.0
14532026-04-25T00:40:45.588Z Compiling time-core v0.1.8
14542026-04-25T00:40:45.629Z Compiling ident_case v1.0.1
14552026-04-25T00:40:45.728Z Compiling omicron-workspace-hack v0.1.0
14562026-04-25T00:40:45.747Z Compiling time-macros v0.2.27
14572026-04-25T00:40:45.769Z Compiling deranged v0.5.8
14582026-04-25T00:40:46.423Z Compiling regex-automata v0.4.14
14592026-04-25T00:40:46.708Z Compiling iri-string v0.7.12
14602026-04-25T00:40:46.720Z Compiling num_threads v0.1.7
14612026-04-25T00:40:46.732Z Compiling anyhow v1.0.102
14622026-04-25T00:40:46.879Z Compiling scroll_derive v0.13.1
14632026-04-25T00:40:47.666Z Compiling tokio-util v0.7.18
14642026-04-25T00:40:47.710Z Compiling scroll v0.13.0
14652026-04-25T00:40:47.972Z Compiling oxnet v0.1.4
14662026-04-25T00:40:48.362Z Compiling regex v1.12.3
14672026-04-25T00:40:48.455Z Compiling daft-derive v0.1.5
14682026-04-25T00:40:48.483Z Compiling syn v1.0.109
14692026-04-25T00:40:48.805Z Compiling winnow v1.0.1
14702026-04-25T00:40:48.840Z Compiling fastrand v2.3.0
14712026-04-25T00:40:49.059Z Compiling openapiv3 v2.2.0
14722026-04-25T00:40:49.119Z Compiling rustls-pki-types v1.14.0
14732026-04-25T00:40:49.138Z Compiling async-trait v0.1.89
14742026-04-25T00:40:49.613Z Compiling crossbeam-utils v0.8.21
14752026-04-25T00:40:50.103Z Compiling ring v0.17.14
14762026-04-25T00:40:50.154Z Compiling cpufeatures v0.2.17
14772026-04-25T00:40:50.416Z Compiling h2 v0.4.13
14782026-04-25T00:40:50.548Z Compiling block-buffer v0.10.4
14792026-04-25T00:40:50.679Z Compiling thread_local v1.1.9
14802026-04-25T00:40:50.694Z Compiling hex v0.4.3
14812026-04-25T00:40:50.740Z Compiling usdt-impl v0.6.0
14822026-04-25T00:40:50.938Z Compiling digest v0.10.7
14832026-04-25T00:40:50.938Z Compiling goblin v0.10.5
14842026-04-25T00:40:50.983Z Compiling dtrace-parser v0.3.0
14852026-04-25T00:40:51.143Z Compiling slog-async v2.8.0
14862026-04-25T00:40:51.423Z Compiling openssl-probe v0.2.1
14872026-04-25T00:40:51.492Z Compiling camino v1.2.2
14882026-04-25T00:40:51.824Z Compiling thread-id v5.1.0
14892026-04-25T00:40:51.844Z Compiling term v1.2.1
14902026-04-25T00:40:51.854Z Compiling take_mut v0.2.2
14912026-04-25T00:40:51.953Z Compiling rand_core v0.9.5
14922026-04-25T00:40:52.163Z Compiling futures-executor v0.3.32
14932026-04-25T00:40:52.451Z Compiling hyper v1.9.0
14942026-04-25T00:40:52.454Z Compiling match_cfg v0.1.0
14952026-04-25T00:40:52.527Z Compiling futures v0.3.32
14962026-04-25T00:40:52.537Z Compiling structmeta-derive v0.3.0
14972026-04-25T00:40:52.602Z Compiling rustls v0.22.4
14982026-04-25T00:40:52.809Z Compiling aws-lc-rs v1.16.2
14992026-04-25T00:40:53.166Z Compiling rand_chacha v0.9.0
15002026-04-25T00:40:53.267Z Compiling darling_core v0.23.0
15012026-04-25T00:40:53.461Z Compiling newtype-uuid-macros v0.1.0
15022026-04-25T00:40:53.552Z Compiling structmeta v0.3.0
15032026-04-25T00:40:53.603Z Compiling hyper-util v0.1.20
15042026-04-25T00:40:53.746Z Compiling dof v0.4.0
15052026-04-25T00:40:54.252Z Compiling winnow v0.7.15
15062026-04-25T00:40:55.299Z Compiling rand v0.9.2
15072026-04-25T00:40:55.331Z Compiling time v0.3.47
15082026-04-25T00:40:55.368Z Compiling darling_macro v0.23.0
15092026-04-25T00:40:55.757Z Compiling tower v0.5.3
15102026-04-25T00:40:55.877Z Compiling usdt-macro v0.6.0
15112026-04-25T00:40:55.892Z Compiling usdt-attr-macro v0.6.0
15122026-04-25T00:40:55.937Z Compiling newtype-uuid v1.3.2
15132026-04-25T00:40:56.229Z Compiling ref-cast v1.0.25
15142026-04-25T00:40:56.281Z Compiling quick-error v1.2.3
15152026-04-25T00:40:56.285Z Compiling untrusted v0.7.1
15162026-04-25T00:40:56.394Z Compiling tower-http v0.6.8
15172026-04-25T00:40:56.403Z Compiling daft v0.1.5
15182026-04-25T00:40:56.581Z Compiling darling v0.23.0
15192026-04-25T00:40:56.661Z Compiling crossbeam-channel v0.5.15
15202026-04-25T00:40:56.666Z Compiling strum_macros v0.26.4
15212026-04-25T00:40:56.813Z Compiling ref-cast-impl v1.0.25
15222026-04-25T00:40:57.008Z Compiling serde_spanned v1.1.0
15232026-04-25T00:40:57.033Z Compiling toml_datetime v0.7.5+spec-1.1.0
15242026-04-25T00:40:57.077Z Compiling multer v3.1.0
15252026-04-25T00:40:57.149Z Compiling toml_writer v1.1.0+spec-1.1.0
15262026-04-25T00:40:57.178Z Compiling bit-vec v0.8.0
15272026-04-25T00:40:57.318Z Compiling debug-ignore v1.0.5
15282026-04-25T00:40:57.352Z Compiling rustls v0.23.37
15292026-04-25T00:40:57.360Z Compiling bit-set v0.8.0
15302026-04-25T00:40:57.396Z Compiling serde_with_macros v3.18.0
15312026-04-25T00:40:57.429Z Compiling async-stream-impl v0.3.6
15322026-04-25T00:40:57.510Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-04-25T00:40:57.521Z Compiling dropshot v0.16.7
15342026-04-25T00:40:57.533Z Compiling encoding_rs v0.8.35
15352026-04-25T00:40:57.732Z Compiling spin v0.9.8
15362026-04-25T00:40:57.848Z Compiling unarray v0.1.4
15372026-04-25T00:40:57.957Z Compiling mime v0.3.17
15382026-04-25T00:40:58.078Z Compiling async-stream v0.3.6
15392026-04-25T00:40:58.256Z Compiling derive-ex v0.1.8
15402026-04-25T00:40:58.302Z Compiling dropshot_endpoint v0.16.7
15412026-04-25T00:40:58.351Z Compiling strum v0.26.3
15422026-04-25T00:40:58.500Z Compiling macaddr v1.0.1
15432026-04-25T00:40:58.551Z Compiling waitgroup v0.1.2
15442026-04-25T00:40:58.566Z Compiling serde_path_to_error v0.1.20
15452026-04-25T00:40:58.716Z Compiling is-terminal v0.4.17
15462026-04-25T00:40:58.803Z Compiling slog-term v2.9.2
15472026-04-25T00:40:58.918Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15482026-04-25T00:40:59.103Z Compiling tempfile v3.27.0
15492026-04-25T00:40:59.322Z Compiling strum_macros v0.27.2
15502026-04-25T00:40:59.376Z Compiling instant v0.1.13
15512026-04-25T00:40:59.535Z Compiling rustc-hash v2.1.2
15522026-04-25T00:40:59.558Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15532026-04-25T00:41:00.670Z Compiling slog-json v2.6.1
15542026-04-25T00:41:00.693Z Compiling test-strategy v0.4.5
15552026-04-25T00:41:00.693Z Compiling hostname v0.3.1
15562026-04-25T00:41:00.693Z Compiling rustls-native-certs v0.8.3
15572026-04-25T00:41:00.693Z Compiling memmap2 v0.9.10
15582026-04-25T00:41:00.693Z Compiling either v1.15.0
15592026-04-25T00:41:00.783Z Compiling slog-bunyan v2.5.0
15602026-04-25T00:41:00.855Z Compiling parse-display-derive v0.10.0
15612026-04-25T00:41:00.913Z Compiling backon v1.6.0
15622026-04-25T00:41:01.110Z Compiling rustls-webpki v0.102.8
15632026-04-25T00:41:01.159Z Compiling strum v0.27.2
15642026-04-25T00:41:01.229Z Compiling rand_chacha v0.3.1
15652026-04-25T00:41:01.282Z Compiling toml_parser v1.1.0+spec-1.1.0
15662026-04-25T00:41:01.993Z Compiling rand v0.8.5
15672026-04-25T00:41:02.035Z Compiling wait-timeout v0.2.1
15682026-04-25T00:41:02.464Z Compiling rusty-fork v0.3.1
15692026-04-25T00:41:02.499Z Compiling toml v0.9.12+spec-1.1.0
15702026-04-25T00:41:02.609Z Compiling serde_with v3.18.0
15712026-04-25T00:41:03.358Z Compiling usdt v0.6.0
15722026-04-25T00:41:03.606Z Compiling tokio-rustls v0.25.0
15732026-04-25T00:41:03.656Z Compiling reqwest v0.12.28
15742026-04-25T00:41:03.824Z Compiling rand_xorshift v0.4.0
15752026-04-25T00:41:03.962Z Compiling sha1 v0.10.6
15762026-04-25T00:41:04.079Z Compiling rustls-pemfile v2.2.0
15772026-04-25T00:41:04.133Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15782026-04-25T00:41:04.209Z Compiling hostname v0.4.2
15792026-04-25T00:41:04.343Z Compiling proptest v1.11.0
15802026-04-25T00:41:04.640Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15812026-04-25T00:41:04.865Z Compiling itertools v0.14.0
15822026-04-25T00:41:04.940Z Compiling iddqd v0.3.17
15832026-04-25T00:41:06.748Z Compiling utf8parse v0.2.2
15842026-04-25T00:41:06.816Z Compiling anstyle-parse v1.0.0
15852026-04-25T00:41:06.816Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15862026-04-25T00:41:06.816Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15872026-04-25T00:41:06.885Z Compiling colorchoice v1.0.5
15882026-04-25T00:41:06.885Z Compiling anstyle v1.0.14
15892026-04-25T00:41:06.911Z Compiling anstyle-query v1.1.5
15902026-04-25T00:41:06.947Z Compiling is_terminal_polyfill v1.70.2
15912026-04-25T00:41:07.030Z Compiling anstream v1.0.0
15922026-04-25T00:41:07.041Z Compiling progenitor-client v0.10.0
15932026-04-25T00:41:07.239Z Compiling parse-display v0.10.0
15942026-04-25T00:41:07.311Z Compiling backoff v0.4.0
15952026-04-25T00:41:07.324Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15962026-04-25T00:41:07.346Z Compiling toml_datetime v0.6.11
15972026-04-25T00:41:07.521Z Compiling clap_lex v1.1.0
15982026-04-25T00:41:07.571Z Compiling unicode-width v0.2.2
15992026-04-25T00:41:07.949Z Compiling clap_derive v4.6.0
16002026-04-25T00:41:08.344Z Compiling terminal_size v0.4.4
16012026-04-25T00:41:08.486Z Compiling zerocopy-derive v0.7.35
16022026-04-25T00:41:09.357Z Compiling zerocopy v0.7.35
16032026-04-25T00:41:09.403Z Compiling convert_case v0.4.0
16042026-04-25T00:41:09.703Z Compiling derive_more v0.99.20
16052026-04-25T00:41:10.295Z Compiling clap_builder v4.6.0
16062026-04-25T00:41:10.671Z Compiling tinyvec_macros v0.1.1
16072026-04-25T00:41:10.740Z Compiling tinyvec v1.11.0
16082026-04-25T00:41:11.412Z Compiling typify-impl v0.6.1
16092026-04-25T00:41:11.521Z Compiling dtrace-parser v0.2.0
16102026-04-25T00:41:11.931Z Compiling clap v4.6.0
16112026-04-25T00:41:12.015Z Compiling serde_spanned v0.6.9
16122026-04-25T00:41:12.164Z Compiling secrecy v0.10.3
16132026-04-25T00:41:12.322Z Compiling scroll_derive v0.12.1
16142026-04-25T00:41:12.388Z Compiling usdt-impl v0.5.0
16152026-04-25T00:41:12.503Z Compiling toml_write v0.1.2
16162026-04-25T00:41:12.616Z Compiling crucible-workspace-hack v0.1.0
16172026-04-25T00:41:12.698Z Compiling toml_edit v0.22.27
16182026-04-25T00:41:13.015Z Compiling scroll v0.12.0
16192026-04-25T00:41:13.322Z Compiling dof v0.3.0
16202026-04-25T00:41:13.672Z Compiling darling_core v0.21.3
16212026-04-25T00:41:13.793Z Compiling rustc_version v0.4.1
16222026-04-25T00:41:13.816Z Compiling thread-id v4.2.2
16232026-04-25T00:41:13.908Z Compiling unsafe-libyaml v0.2.11
16242026-04-25T00:41:14.071Z Compiling curve25519-dalek v4.1.3
16252026-04-25T00:41:14.208Z Compiling toml v0.8.23
16262026-04-25T00:41:14.480Z Compiling serde_yaml v0.9.34+deprecated
16272026-04-25T00:41:15.051Z Compiling goblin v0.8.2
16282026-04-25T00:41:15.785Z Compiling darling_macro v0.21.3
16292026-04-25T00:41:15.869Z Compiling hubpack_derive v0.1.1
16302026-04-25T00:41:15.999Z Compiling hmac v0.12.1
16312026-04-25T00:41:16.028Z Compiling crossbeam-epoch v0.9.18
16322026-04-25T00:41:16.135Z Compiling inout v0.1.4
16332026-04-25T00:41:16.278Z Compiling ff v0.13.1
16342026-04-25T00:41:16.361Z Compiling num-integer v0.1.46
16352026-04-25T00:41:16.495Z Compiling toml_datetime v1.1.0+spec-1.1.0
16362026-04-25T00:41:16.609Z Compiling float-ord v0.3.2
16372026-04-25T00:41:16.675Z Compiling toml_edit v0.25.8+spec-1.1.0
16382026-04-25T00:41:16.727Z Compiling hubpack v0.1.2
16392026-04-25T00:41:16.943Z Compiling group v0.13.0
16402026-04-25T00:41:16.954Z Compiling darling v0.21.3
16412026-04-25T00:41:17.033Z Compiling cipher v0.4.4
16422026-04-25T00:41:17.051Z Compiling hkdf v0.12.4
16432026-04-25T00:41:17.707Z Compiling typify-macro v0.6.1
16442026-04-25T00:41:18.685Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16452026-04-25T00:41:19.036Z Compiling thiserror-impl-no-std v2.0.2
16462026-04-25T00:41:19.102Z Compiling universal-hash v0.5.1
16472026-04-25T00:41:19.367Z Compiling half v2.7.1
16482026-04-25T00:41:19.559Z Compiling crypto-bigint v0.5.5
16492026-04-25T00:41:19.668Z Compiling curve25519-dalek-derive v0.1.1
16502026-04-25T00:41:19.790Z Compiling proc-macro-error-attr v1.0.4
16512026-04-25T00:41:19.817Z Compiling memoffset v0.9.1
16522026-04-25T00:41:20.093Z Compiling rustix v0.38.44
16532026-04-25T00:41:20.116Z Compiling base16ct v0.2.0
16542026-04-25T00:41:20.185Z Compiling prettyplease v0.2.37
16552026-04-25T00:41:20.272Z Compiling static_assertions v1.1.0
16562026-04-25T00:41:20.337Z Compiling opaque-debug v0.3.1
16572026-04-25T00:41:20.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16582026-04-25T00:41:20.407Z Compiling heapless v0.8.0
16592026-04-25T00:41:20.417Z Compiling ciborium-io v0.2.2
16602026-04-25T00:41:20.432Z Compiling cfg_aliases v0.2.1
16612026-04-25T00:41:20.503Z Compiling base64ct v1.8.3
16622026-04-25T00:41:20.514Z Compiling nix v0.31.2
16632026-04-25T00:41:20.595Z Compiling ciborium-ll v0.2.2
16642026-04-25T00:41:20.787Z Compiling password-hash v0.5.0
16652026-04-25T00:41:20.797Z Compiling elliptic-curve v0.13.8
16662026-04-25T00:41:20.823Z Compiling poly1305 v0.8.0
16672026-04-25T00:41:21.058Z Compiling thiserror-no-std v2.0.2
16682026-04-25T00:41:21.283Z Compiling typify v0.6.1
16692026-04-25T00:41:21.642Z Compiling chacha20 v0.9.1
16702026-04-25T00:41:21.652Z Compiling proc-macro-crate v3.5.0
16712026-04-25T00:41:21.755Z Compiling ingot-macros v0.1.1
16722026-04-25T00:41:21.856Z Compiling num-rational v0.4.2
16732026-04-25T00:41:21.872Z Compiling num-iter v0.1.45
16742026-04-25T00:41:21.875Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16752026-04-25T00:41:21.991Z Compiling usdt-attr-macro v0.5.0
16762026-04-25T00:41:22.020Z Compiling usdt-macro v0.5.0
16772026-04-25T00:41:22.798Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16782026-04-25T00:41:23.024Z Compiling rustls-webpki v0.103.10
16792026-04-25T00:41:23.653Z Compiling blake2 v0.10.6
16802026-04-25T00:41:24.138Z Compiling byte-wrapper v0.1.0
16812026-04-25T00:41:24.487Z Compiling aead v0.5.2
16822026-04-25T00:41:24.506Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16832026-04-25T00:41:24.517Z Compiling enum-as-inner v0.6.1
16842026-04-25T00:41:24.589Z Compiling hash32 v0.3.1
16852026-04-25T00:41:24.650Z Compiling num-complex v0.4.6
16862026-04-25T00:41:24.750Z Compiling proc-macro-error v1.0.4
16872026-04-25T00:41:24.835Z Compiling memmap v0.7.0
16882026-04-25T00:41:24.977Z Compiling smoltcp v0.11.0
16892026-04-25T00:41:25.029Z Compiling data-encoding v2.10.0
16902026-04-25T00:41:25.042Z Compiling keccak v0.1.6
16912026-04-25T00:41:25.094Z Compiling winnow v0.5.40
16922026-04-25T00:41:25.285Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16932026-04-25T00:41:25.331Z Compiling sha3 v0.10.8
16942026-04-25T00:41:25.518Z Compiling num v0.4.3
16952026-04-25T00:41:25.631Z Compiling usdt v0.5.0
16962026-04-25T00:41:25.701Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16972026-04-25T00:41:25.908Z Compiling chacha20poly1305 v0.10.1
16982026-04-25T00:41:26.152Z Compiling ingot-types v0.1.2
16992026-04-25T00:41:26.295Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17002026-04-25T00:41:26.490Z Compiling tokio-rustls v0.26.4
17012026-04-25T00:41:26.559Z Compiling rustls-platform-verifier v0.6.2
17022026-04-25T00:41:26.762Z Compiling hyper-rustls v0.27.7
17032026-04-25T00:41:26.798Z Compiling toml_edit v0.19.15
17042026-04-25T00:41:27.062Z Compiling reqwest v0.13.2
17052026-04-25T00:41:27.834Z Compiling argon2 v0.5.3
17062026-04-25T00:41:28.375Z Compiling progenitor-client v0.13.0
17072026-04-25T00:41:28.431Z Compiling num_enum_derive v0.7.6
17082026-04-25T00:41:28.485Z Compiling vsss-rs v3.3.4
17092026-04-25T00:41:28.686Z Compiling progenitor-extras v0.1.1
17102026-04-25T00:41:28.876Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17112026-04-25T00:41:28.932Z Compiling progenitor-impl v0.13.0
17122026-04-25T00:41:30.317Z Compiling ciborium v0.2.2
17132026-04-25T00:41:30.916Z Compiling tabwriter v1.4.1
17142026-04-25T00:41:31.164Z Compiling cobs v0.3.0
17152026-04-25T00:41:31.350Z Compiling foreign-types-macros v0.2.3
17162026-04-25T00:41:31.367Z Compiling indent_write v2.2.0
17172026-04-25T00:41:31.413Z Compiling bitflags v1.3.2
17182026-04-25T00:41:31.456Z Compiling cpufeatures v0.3.0
17192026-04-25T00:41:31.488Z Compiling colored v3.1.1
17202026-04-25T00:41:31.502Z Compiling pkg-config v0.3.32
17212026-04-25T00:41:31.532Z Compiling bytecount v0.6.9
17222026-04-25T00:41:31.674Z Compiling foreign-types-shared v0.3.1
17232026-04-25T00:41:31.771Z Compiling managed v0.8.0
17242026-04-25T00:41:31.894Z Compiling vcpkg v0.2.15
17252026-04-25T00:41:31.987Z Compiling foreign-types v0.5.0
17262026-04-25T00:41:31.998Z Compiling chacha20 v0.10.0
17272026-04-25T00:41:32.147Z Compiling postcard v1.1.3
17282026-04-25T00:41:32.454Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17292026-04-25T00:41:32.465Z Compiling openssl-sys v0.9.112
17302026-04-25T00:41:32.585Z Compiling progenitor-macro v0.13.0
17312026-04-25T00:41:32.997Z Compiling num_enum v0.7.6
17322026-04-25T00:41:33.122Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17332026-04-25T00:41:33.388Z Compiling proc-macro-crate v1.3.1
17342026-04-25T00:41:33.735Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17352026-04-25T00:41:33.912Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17362026-04-25T00:41:34.015Z Compiling ingot v0.1.1
17372026-04-25T00:41:34.291Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17382026-04-25T00:41:35.604Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17392026-04-25T00:41:35.902Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17402026-04-25T00:41:36.108Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17412026-04-25T00:41:36.216Z Compiling cstr-argument v0.1.2
17422026-04-25T00:41:36.340Z Compiling semver v0.1.20
17432026-04-25T00:41:36.377Z Compiling linked-hash-map v0.5.6
17442026-04-25T00:41:36.484Z Compiling heck v0.4.1
17452026-04-25T00:41:36.496Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17462026-04-25T00:41:36.563Z Compiling rayon-core v1.13.0
17472026-04-25T00:41:36.598Z Compiling resolv-conf v0.7.6
17482026-04-25T00:41:36.692Z Compiling lazy_static v1.5.0
17492026-04-25T00:41:36.711Z Compiling swrite v0.1.0
17502026-04-25T00:41:36.807Z Compiling lru-cache v0.1.2
17512026-04-25T00:41:36.818Z Compiling rustc_version v0.1.7
17522026-04-25T00:41:36.873Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17532026-04-25T00:41:36.937Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17542026-04-25T00:41:36.992Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17552026-04-25T00:41:37.060Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17562026-04-25T00:41:37.095Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17572026-04-25T00:41:37.222Z Compiling num_enum_derive v0.5.11
17582026-04-25T00:41:37.321Z Compiling rand v0.10.1
17592026-04-25T00:41:37.605Z Compiling hickory-proto v0.24.4
17602026-04-25T00:41:37.803Z Compiling progenitor v0.13.0
17612026-04-25T00:41:37.966Z Compiling crossbeam-deque v0.8.6
17622026-04-25T00:41:39.002Z Compiling serde-big-array v0.5.1
17632026-04-25T00:41:39.005Z Compiling derive-where v1.6.1
17642026-04-25T00:41:39.005Z Compiling pin-project-internal v1.1.11
17652026-04-25T00:41:39.005Z Compiling serde_repr v0.1.20
17662026-04-25T00:41:39.005Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17672026-04-25T00:41:39.005Z Compiling unicode-segmentation v1.13.2
17682026-04-25T00:41:39.005Z Compiling siphasher v1.0.2
17692026-04-25T00:41:39.038Z Compiling minimal-lexical v0.2.1
17702026-04-25T00:41:39.227Z Compiling newline-converter v0.3.0
17712026-04-25T00:41:39.298Z Compiling pin-project v1.1.11
17722026-04-25T00:41:39.309Z Compiling nom v7.1.3
17732026-04-25T00:41:39.344Z Compiling phf_shared v0.12.1
17742026-04-25T00:41:39.429Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17752026-04-25T00:41:39.471Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17762026-04-25T00:41:39.524Z Compiling hickory-resolver v0.24.4
17772026-04-25T00:41:39.908Z Compiling num_enum v0.5.11
17782026-04-25T00:41:40.678Z Compiling newtype_derive v0.1.6
17792026-04-25T00:41:40.690Z Compiling atomicwrites v0.4.4
17802026-04-25T00:41:40.906Z Compiling unicode-normalization v0.1.25
17812026-04-25T00:41:41.046Z Compiling console v0.15.11
17822026-04-25T00:41:41.167Z Compiling camino-tempfile v1.4.1
17832026-04-25T00:41:41.379Z Compiling tokio-stream v0.1.18
17842026-04-25T00:41:41.413Z Compiling async-recursion v1.1.1
17852026-04-25T00:41:41.501Z Compiling snafu-derive v0.8.9
17862026-04-25T00:41:41.722Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17872026-04-25T00:41:41.846Z Compiling slog-dtrace v0.3.0
17882026-04-25T00:41:42.016Z Compiling csv-core v0.1.13
17892026-04-25T00:41:42.081Z Compiling bstr v1.12.1
17902026-04-25T00:41:42.092Z Compiling openssl v0.10.76
17912026-04-25T00:41:42.171Z Compiling unicode-xid v0.2.6
17922026-04-25T00:41:42.263Z Compiling same-file v1.0.6
17932026-04-25T00:41:42.282Z Compiling highway v1.3.0
17942026-04-25T00:41:42.292Z Compiling similar v2.7.0
17952026-04-25T00:41:42.303Z Compiling foldhash v0.1.5
17962026-04-25T00:41:42.358Z Compiling unicode-width v0.1.14
17972026-04-25T00:41:42.436Z Compiling owo-colors v4.3.0
17982026-04-25T00:41:42.482Z Compiling foreign-types-shared v0.1.1
17992026-04-25T00:41:42.572Z Compiling chrono-tz v0.10.4
18002026-04-25T00:41:42.582Z Compiling cancel-safe-futures v0.1.5
18012026-04-25T00:41:42.634Z Compiling foreign-types v0.3.2
18022026-04-25T00:41:42.667Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18032026-04-25T00:41:42.708Z Compiling expectorate v1.2.0
18042026-04-25T00:41:42.801Z Compiling globset v0.4.18
18052026-04-25T00:41:42.811Z Compiling hashbrown v0.15.5
18062026-04-25T00:41:42.836Z Compiling walkdir v2.5.0
18072026-04-25T00:41:42.871Z Compiling const_format_proc_macros v0.2.34
18082026-04-25T00:41:43.246Z Compiling csv v1.4.0
18092026-04-25T00:41:43.328Z Compiling snafu v0.8.9
18102026-04-25T00:41:43.347Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18112026-04-25T00:41:43.376Z Compiling qorb v0.4.1
18122026-04-25T00:41:43.715Z Compiling olpc-cjson v0.1.4
18132026-04-25T00:41:43.765Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18142026-04-25T00:41:43.869Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18152026-04-25T00:41:43.879Z Compiling rayon v1.11.0
18162026-04-25T00:41:44.412Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18172026-04-25T00:41:44.679Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18182026-04-25T00:41:44.766Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18192026-04-25T00:41:45.430Z Compiling phf v0.12.1
18202026-04-25T00:41:45.623Z Compiling zone_cfg_derive v0.3.1
18212026-04-25T00:41:45.636Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18222026-04-25T00:41:45.647Z Compiling tokio-dtrace v0.1.1
18232026-04-25T00:41:45.917Z Compiling itertools v0.12.1
18242026-04-25T00:41:46.058Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18252026-04-25T00:41:46.102Z Compiling num-derive v0.3.3
18262026-04-25T00:41:46.263Z Compiling typify-impl v0.4.3
18272026-04-25T00:41:46.312Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18282026-04-25T00:41:46.591Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-25T00:41:46.691Z Compiling libsw-core v0.3.2
18302026-04-25T00:41:46.863Z Compiling serde_plain v1.0.2
18312026-04-25T00:41:47.027Z Compiling num-derive v0.4.2
18322026-04-25T00:41:47.079Z Compiling openssl-macros v0.1.1
18332026-04-25T00:41:47.136Z Compiling pem v3.0.6
18342026-04-25T00:41:47.178Z Compiling cookie v0.18.1
18352026-04-25T00:41:47.411Z Compiling sigpipe v0.1.3
18362026-04-25T00:41:47.506Z Compiling jiff v0.2.23
18372026-04-25T00:41:47.527Z Compiling glob v0.3.3
18382026-04-25T00:41:47.565Z Compiling typed-path v0.9.3
18392026-04-25T00:41:47.980Z Compiling fixedbitset v0.5.7
18402026-04-25T00:41:48.051Z Compiling fixedbitset v0.4.2
18412026-04-25T00:41:48.296Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-25T00:41:48.361Z Compiling petgraph v0.8.3
18432026-04-25T00:41:48.545Z Compiling tough v0.20.0
18442026-04-25T00:41:48.964Z Compiling petgraph v0.6.5
18452026-04-25T00:41:48.985Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18462026-04-25T00:41:49.449Z Compiling libscf-sys v1.1.0
18472026-04-25T00:41:49.595Z Compiling zone v0.3.1
18482026-04-25T00:41:50.193Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-25T00:41:50.395Z Compiling libsw v3.5.0
18502026-04-25T00:41:50.509Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18512026-04-25T00:41:50.574Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-25T00:41:50.977Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18532026-04-25T00:41:51.219Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-25T00:41:51.230Z Compiling oxide-tokio-rt v0.1.3
18552026-04-25T00:41:51.453Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18562026-04-25T00:41:51.815Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-25T00:41:52.321Z Compiling const_format v0.2.35
18582026-04-25T00:41:52.366Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-04-25T00:41:52.646Z Compiling typify-macro v0.4.3
18602026-04-25T00:41:52.722Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-04-25T00:41:52.881Z Compiling papergrid v0.11.0
18622026-04-25T00:41:53.250Z Compiling tabled_derive v0.7.0
18632026-04-25T00:41:53.262Z Compiling gethostname v0.5.0
18642026-04-25T00:41:53.385Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18652026-04-25T00:41:53.459Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18662026-04-25T00:41:53.512Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18672026-04-25T00:41:53.583Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18682026-04-25T00:41:54.179Z Compiling bcs v0.1.6
18692026-04-25T00:41:54.228Z Compiling smf v0.2.3
18702026-04-25T00:41:54.509Z Compiling linear-map v1.2.0
18712026-04-25T00:41:54.708Z Compiling tagptr v0.2.0
18722026-04-25T00:41:54.759Z Compiling termtree v0.5.1
18732026-04-25T00:41:54.848Z Compiling unicode-linebreak v0.1.5
18742026-04-25T00:41:54.851Z Compiling smawk v0.3.2
18752026-04-25T00:41:54.869Z Compiling whoami v1.6.1
18762026-04-25T00:41:54.911Z Compiling moka v0.12.15
18772026-04-25T00:41:54.935Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-04-25T00:41:54.980Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-25T00:41:54.993Z Compiling tabled v0.15.0
18802026-04-25T00:41:55.181Z Compiling textwrap v0.16.2
18812026-04-25T00:41:55.713Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18822026-04-25T00:41:55.724Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18832026-04-25T00:41:56.001Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18842026-04-25T00:41:56.261Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18852026-04-25T00:41:56.457Z Compiling steno v0.4.1
18862026-04-25T00:41:57.226Z Compiling hickory-proto v0.25.2
18872026-04-25T00:41:57.713Z Compiling humantime v2.3.0
18882026-04-25T00:41:57.998Z Compiling proc-macro-error-attr2 v2.0.0
18892026-04-25T00:41:58.482Z Compiling parking_lot_core v0.8.6
18902026-04-25T00:41:58.777Z Compiling proc-macro-error2 v2.0.1
18912026-04-25T00:41:58.789Z Compiling typify v0.4.3
18922026-04-25T00:41:59.063Z Compiling crc32fast v1.5.0
18932026-04-25T00:41:59.074Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18942026-04-25T00:41:59.299Z Compiling hickory-resolver v0.25.2
18952026-04-25T00:41:59.433Z Compiling tabled_derive v0.11.0
18962026-04-25T00:41:59.774Z Compiling progenitor-impl v0.11.2
18972026-04-25T00:42:00.343Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18982026-04-25T00:42:00.666Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18992026-04-25T00:42:00.812Z Compiling papergrid v0.17.0
19002026-04-25T00:42:01.060Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
19012026-04-25T00:42:01.596Z Compiling testing_table v0.3.0
19022026-04-25T00:42:01.772Z Compiling arc-swap v1.9.0
19032026-04-25T00:42:02.074Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
19042026-04-25T00:42:02.094Z Compiling slog-scope v4.4.1
19052026-04-25T00:42:02.360Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
19062026-04-25T00:42:02.371Z Compiling tabled v0.20.0
19072026-04-25T00:42:02.548Z Compiling parking_lot v0.11.2
19082026-04-25T00:42:03.178Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19092026-04-25T00:42:03.266Z Compiling progenitor-client v0.11.2
19102026-04-25T00:42:03.449Z Compiling progenitor-macro v0.11.2
19112026-04-25T00:42:03.559Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19122026-04-25T00:42:03.576Z Compiling fxhash v0.2.1
19132026-04-25T00:42:03.718Z Compiling internet-checksum v0.2.1
19142026-04-25T00:42:03.792Z Compiling sled v0.34.7
19152026-04-25T00:42:03.857Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19162026-04-25T00:42:05.230Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19172026-04-25T00:42:05.243Z Compiling slog-stdlog v4.1.1
19182026-04-25T00:42:05.327Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
19192026-04-25T00:42:05.468Z Compiling crc8 v0.1.1
19202026-04-25T00:42:05.592Z Compiling slog-envlogger v2.2.0
19212026-04-25T00:42:05.829Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19222026-04-25T00:42:06.030Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19232026-04-25T00:42:08.261Z Compiling progenitor v0.11.2
19242026-04-25T00:42:08.351Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19252026-04-25T00:42:12.896Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19262026-04-25T00:42:14.608Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19272026-04-25T00:42:15.697Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19282026-04-25T00:42:16.822Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19292026-04-25T00:42:17.587Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19302026-04-25T00:42:19.086Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19312026-04-25T00:42:42.766Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
19322026-04-25T00:42:42.939Z────────────
19332026-04-25T00:42:42.939Z Nextest run ID f077c95f-c091-4b7a-99ac-ee6f23b5b4e3 with nextest profile: default
19342026-04-25T00:42:42.939Z Starting 7 tests across 1 binary
19352026-04-25T00:42:42.951Z PASS [ 0.011s] mg-lower dendrite::test_tfport_parser
19362026-04-25T00:42:42.954Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_readback
19372026-04-25T00:42:42.954Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_removal
19382026-04-25T00:42:42.954Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19392026-04-25T00:42:42.954Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19402026-04-25T00:42:42.954Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19412026-04-25T00:42:42.954Z PASS [ 0.014s] mg-lower test::sync_link_down_test
19422026-04-25T00:42:42.954Z────────────
19432026-04-25T00:42:42.954Z Summary [ 0.015s] 7 tests run: 7 passed, 0 skipped
19442026-04-25T00:42:42.966Zprocess exited: duration 378849 ms, exit code 0
 
19452026-04-25T00:42:42.974Zfound 0 output files