01M0BXG3023J0VBKM9XWDGHCP2: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0BXGF65M7TN5C6D8A4R4B3A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T02:28:18.365Zjob assigned to worker 01M0BXGK0HZQSNEJ8SHT92SKTB [factory aws, i-05723d2d6d8ccfaea] (queued for 55 s)
 
22026-08-19T02:28:25.198Zstarting task 0: "setup"
32026-08-19T02:28:25.204Z++ uname -s
42026-08-19T02:28:25.207Z+ kern=SunOS
52026-08-19T02:28:25.207Z+ build_user=build
62026-08-19T02:28:25.207Z+ build_uid=12345
72026-08-19T02:28:25.207Z+ work_dir=/work
82026-08-19T02:28:25.207Z+ input_dir=/input
92026-08-19T02:28:25.207Z+ [[ 0 == 12345 ]]
102026-08-19T02:28:25.207Z+ case "$kern" in
112026-08-19T02:28:25.208Z+ groupadd -g 12345 build
122026-08-19T02:28:25.208Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T02:28:27.214Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T02:28:27.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T02:28:27.312Z+ home_fs=zfs
162026-08-19T02:28:27.312Z+ [[ zfs == autofs ]]
172026-08-19T02:28:27.312Z+ mkdir -p /home/build
182026-08-19T02:28:27.312Z+ chown build:build /home/build /work
192026-08-19T02:28:28.313Z+ chmod 0700 /home/build /work
202026-08-19T02:28:28.316Zprocess exited: duration 3116 ms, exit code 0
 
212026-08-19T02:28:28.325Zstarting task 1: "rust-toolchain"
222026-08-19T02:28:28.329Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T02:28:28.329Z * rust toolchain channel = "1.97.1"
242026-08-19T02:28:28.329Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-19T02:28:28.329Z * rust toolchain profile = "default"
262026-08-19T02:28:28.329Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T02:28:28.329Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T02:28:28.329Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T02:28:28.329Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T02:28:28.409Zinfo: downloading installer
312026-08-19T02:28:29.822Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T02:28:29.822Zwarn: /home/build/.rustup/settings.toml
332026-08-19T02:28:29.822Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T02:28:29.822Zwarn: instead of the one inferred from the default host triple.
352026-08-19T02:28:29.835Zinfo: profile set to default
362026-08-19T02:28:29.835Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T02:28:29.838Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T02:28:29.980Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T02:28:29.983Zinfo: downloading 6 components
402026-08-19T02:28:45.093Z
412026-08-19T02:28:45.093Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-19T02:28:45.129Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T02:28:45.129Z
442026-08-19T02:28:45.129Z
452026-08-19T02:28:45.129ZRust is installed now. Great!
462026-08-19T02:28:45.129Z
472026-08-19T02:28:45.129ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T02:28:45.129Zenvironment variable. This has not been done automatically.
492026-08-19T02:28:45.129Z
502026-08-19T02:28:45.129ZTo configure your current shell, you need to source
512026-08-19T02:28:45.129Zthe corresponding env file under $HOME/.cargo.
522026-08-19T02:28:45.129Z
532026-08-19T02:28:45.129ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T02:28:45.129Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T02:28:45.129Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T02:28:45.129Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T02:28:45.129Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T02:28:45.129Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T02:28:45.132Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T02:28:45.132Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T02:28:45.132Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T02:28:45.231Z+ rustup --version
632026-08-19T02:28:45.240Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T02:28:45.243Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T02:28:45.262Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T02:28:45.266Z+ cargo --version
672026-08-19T02:28:45.279Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T02:28:45.283Z+ rustc --version
692026-08-19T02:28:45.304Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T02:28:45.308Zprocess exited: duration 16984 ms, exit code 0
 
712026-08-19T02:28:45.314Zstarting task 2: "authentication"
722026-08-19T02:28:45.332Zprocess exited: duration 16 ms, exit code 0
 
732026-08-19T02:28:45.339Zstarting task 3: "clone repository"
742026-08-19T02:28:45.343Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T02:28:45.345Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T02:28:45.373ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T02:28:57.953Z+ cd /work/oxidecomputer/omicron
782026-08-19T02:28:57.953Z+ git fetch origin 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c
792026-08-19T02:28:58.287ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T02:28:58.287Z * branch 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c -> FETCH_HEAD
812026-08-19T02:28:58.300Z+ [[ -n '' ]]
822026-08-19T02:28:58.300Z+ git reset --hard 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c
832026-08-19T02:28:58.563ZHEAD is now at 9c058b23a rebase on main
842026-08-19T02:28:58.567Zprocess exited: duration 13227 ms, exit code 0
 
852026-08-19T02:28:58.573Zstarting task 4: "build"
862026-08-19T02:28:58.577Z+ source ./env.sh
872026-08-19T02:28:58.580Z++ OLD_SHELL_OPTS=ehxB
882026-08-19T02:28:58.580Z++ set -o xtrace
892026-08-19T02:28:58.581Z++++ dirname ./env.sh
902026-08-19T02:28:58.584Z+++ readlink -f .
912026-08-19T02:28:58.584Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-19T02:28:58.584Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-08-19T02:28:58.584Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-19T02:28:58.584Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-08-19T02:28:58.584Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-08-19T02:28:58.584Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-08-19T02:28:58.584Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-08-19T02:28:58.584Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-19T02:28:58.585Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-19T02:28:58.585Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-19T02:28:58.585Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-19T02:28:58.585Z++ case $OLD_SHELL_OPTS in
1032026-08-19T02:28:58.586Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-19T02:28:58.586Z+ source .github/buildomat/ci-env.sh
1052026-08-19T02:28:58.586Z++ export CARGO_TERM_COLOR=always
1062026-08-19T02:28:58.586Z++ CARGO_TERM_COLOR=always
1072026-08-19T02:28:58.586Z+++ uname -s
1082026-08-19T02:28:58.586Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-19T02:28:58.586Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-19T02:28:58.589Z+ cargo --version
1112026-08-19T02:28:58.594Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-19T02:28:58.598Z+ rustc --version
1132026-08-19T02:28:58.617Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-19T02:28:58.620Z+ banner prerequisites
1152026-08-19T02:28:58.623Z
1162026-08-19T02:28:58.623Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-19T02:28:58.623Z # # # # # # # # # # # # # # #
1182026-08-19T02:28:58.623Z # # # # ##### # # ##### # # # # # #### #
1192026-08-19T02:28:58.623Z ##### ##### # ##### # # # # # # # # #
1202026-08-19T02:28:58.623Z # # # # # # # # # # # # # # #
1212026-08-19T02:28:58.623Z # # # ###### # # ###### ### # #### # #### #
1222026-08-19T02:28:58.623Z
1232026-08-19T02:28:58.623Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-19T02:29:00.459Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-19T02:29:00.776Z Startup: Caching catalogs ... Done
1262026-08-19T02:29:02.532ZPlanning: Solver setup ... Done (1.656s)
1272026-08-19T02:29:02.586ZPlanning: Running solver ... Done (0.053s)
1282026-08-19T02:29:02.625ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-19T02:29:02.637ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-19T02:29:02.652ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-19T02:29:02.666ZPlanning: Package planning ... Done (0.013s)
1322026-08-19T02:29:02.669ZPlanning: Merging actions ... Done (0.001s)
1332026-08-19T02:29:02.825ZPlanning: Checking for conflicting actions ... Done (0.158s)
1342026-08-19T02:29:02.829ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-19T02:29:03.628ZPlanning: Evaluating mediators ... Done (0.802s)
1362026-08-19T02:29:03.631ZPlanning: Planning completed in 2.82 seconds
1372026-08-19T02:29:03.638Z Packages to install: 2
1382026-08-19T02:29:03.638Z Estimated space available: 156.01 GB
1392026-08-19T02:29:03.641ZEstimated space to be consumed: 69.36 MB
1402026-08-19T02:29:03.641Z Create boot environment: No
1412026-08-19T02:29:03.641ZCreate backup boot environment: No
1422026-08-19T02:29:03.641Z Rebuild boot archive: No
1432026-08-19T02:29:03.641Z
1442026-08-19T02:29:03.641ZChanged packages:
1452026-08-19T02:29:03.641Zhelios
1462026-08-19T02:29:03.641Z developer/build-essential
1472026-08-19T02:29:03.641Z None -> 11-3.0
1482026-08-19T02:29:03.641Z library/libxmlsec1
1492026-08-19T02:29:03.641Z None -> 1.2.35-3.0
1502026-08-19T02:29:03.663Z
1512026-08-19T02:29:03.664ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-19T02:29:03.732ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1532026-08-19T02:29:03.791Z Actions: 1/268 actions (Installing new actions)
1542026-08-19T02:29:03.827Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-19T02:29:03.856ZFinalize: Updating package state database ... Done (0.029s)
1562026-08-19T02:29:03.856ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-19T02:29:03.936ZFinalize: Updating image state ... Done (0.079s)
1582026-08-19T02:29:06.378ZFinalize: Creating fast lookup database ... Done (2.396s)
1592026-08-19T02:29:06.446ZFinalize: Reading search index ... Done (0.011s)
1602026-08-19T02:29:06.450ZFinalize: Updating search index ... Done (0.000s)
1612026-08-19T02:29:06.531ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-19T02:29:06.894ZPlanning: Evaluating mediator changes ... Done
1632026-08-19T02:29:06.998ZPlanning: Checking for conflicting actions ... Done
1642026-08-19T02:29:07.003ZPlanning: Consolidating action changes ... Done
1652026-08-19T02:29:07.154ZPlanning: Evaluating mediators ... Done
1662026-08-19T02:29:07.157ZPlanning: Planning completed in 0.26 seconds
1672026-08-19T02:29:07.176Z Mediators to change: 2
1682026-08-19T02:29:07.177Z Create boot environment: No
1692026-08-19T02:29:07.177ZCreate backup boot environment: No
1702026-08-19T02:29:07.214ZFinalize: Updating package state database ... Done
1712026-08-19T02:29:07.214ZFinalize: Updating package cache ... Done
1722026-08-19T02:29:07.259ZFinalize: Updating image state ... Done
1732026-08-19T02:29:09.195ZFinalize: Creating fast lookup database ... Done
1742026-08-19T02:29:09.257ZFinalize: Reading search index ... Done
1752026-08-19T02:29:09.261ZFinalize: Updating search index ... Done
1762026-08-19T02:29:09.307ZFinalize: Updating package cache ... Done
1772026-08-19T02:29:09.593ZPlanning: Evaluating mediator changes ... Done
1782026-08-19T02:29:09.700ZPlanning: Checking for conflicting actions ... Done
1792026-08-19T02:29:09.704ZPlanning: Consolidating action changes ... Done
1802026-08-19T02:29:09.860ZPlanning: Evaluating mediators ... Done
1812026-08-19T02:29:09.864ZPlanning: Planning completed in 0.27 seconds
1822026-08-19T02:29:09.883Z Mediators to change: 1
1832026-08-19T02:29:09.883Z Create boot environment: No
1842026-08-19T02:29:09.883ZCreate backup boot environment: No
1852026-08-19T02:29:09.923ZFinalize: Updating package state database ... Done
1862026-08-19T02:29:09.923ZFinalize: Updating package cache ... Done
1872026-08-19T02:29:09.968ZFinalize: Updating image state ... Done
1882026-08-19T02:29:11.907ZFinalize: Creating fast lookup database ... Done
1892026-08-19T02:29:11.968ZFinalize: Reading search index ... Done
1902026-08-19T02:29:11.971ZFinalize: Updating search index ... Done
1912026-08-19T02:29:12.020ZFinalize: Updating package cache ... Done
1922026-08-19T02:29:12.337ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-19T02:29:12.337Zapache system 2.4 system
1942026-08-19T02:29:12.337Zclang system 15 system
1952026-08-19T02:29:12.337Zcsh system system illumos
1962026-08-19T02:29:12.337Zctags system system illumos
1972026-08-19T02:29:12.337Zfile vendor vendor darwinsys
1982026-08-19T02:29:12.337Zfile system system illumos
1992026-08-19T02:29:12.337Zgcc vendor 14 vendor
2002026-08-19T02:29:12.337Zgcc system 13 system
2012026-08-19T02:29:12.337Zgcc system 10 system
2022026-08-19T02:29:12.337Zgo system 1.25 system
2032026-08-19T02:29:12.337Zllvm system 15 system
2042026-08-19T02:29:12.337Zmariadb system 11.4 system
2052026-08-19T02:29:12.337Zmta vendor vendor dma
2062026-08-19T02:29:12.337Zopenjdk system 17 system
2072026-08-19T02:29:12.337Zopenjdk system 11 system
2082026-08-19T02:29:12.337Zopenssl vendor 3 vendor
2092026-08-19T02:29:12.337Zperl system 5.40 system
2102026-08-19T02:29:12.337Zpostgresql system 18 system
2112026-08-19T02:29:12.337Zpostgresql system 17 system
2122026-08-19T02:29:12.337Zpython vendor 3 vendor
2132026-08-19T02:29:12.338Zpython system 2 system
2142026-08-19T02:29:12.338Zpython3 vendor 3.13 vendor
2152026-08-19T02:29:12.338Zruby system 3.4 system
2162026-08-19T02:29:12.338Zruby system 3.0 system
2172026-08-19T02:29:12.338Zwords vendor vendor american-english
2182026-08-19T02:29:12.338Zwords system system australian-english
2192026-08-19T02:29:12.338Zwords system system british-english
2202026-08-19T02:29:12.338Zwords system system canadian-english
2212026-08-19T02:29:12.338Zwords system system french
2222026-08-19T02:29:12.338Zwords system system italian
2232026-08-19T02:29:12.338Zwords system system ngerman
2242026-08-19T02:29:12.338Zwords system system ogerman
2252026-08-19T02:29:12.338Zwords system system spanish
2262026-08-19T02:29:12.592ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-19T02:29:12.592Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-19T02:29:13.041ZFMRI IFO
2292026-08-19T02:29:13.041Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-19T02:29:13.041Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-19T02:29:13.041Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-19T02:29:13.041Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-19T02:29:13.041Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-19T02:29:13.041Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-19T02:29:13.041Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-19T02:29:13.041Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-19T02:29:13.041Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-19T02:29:13.364Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-19T02:29:13.658Z Updating crates.io index
2402026-08-19T02:29:13.662Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-19T02:29:13.918Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-19T02:29:14.261Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-19T02:29:15.246Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-19T02:29:15.805Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-19T02:29:17.502Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-19T02:29:18.375Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-19T02:29:18.644Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-19T02:29:19.022Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-19T02:29:20.570Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-19T02:29:20.859Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-19T02:29:21.251Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-19T02:29:21.806Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-19T02:29:22.331Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-19T02:29:22.607Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-19T02:29:22.877Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-19T02:29:23.139Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-19T02:29:23.465Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-08-19T02:29:23.909Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-19T02:29:24.284Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-19T02:29:24.766Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-08-19T02:29:25.063Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-19T02:29:25.595Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-08-19T02:29:25.938Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-08-19T02:29:26.201Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-08-19T02:29:26.633Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-08-19T02:29:26.914Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-08-19T02:29:27.337Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-08-19T02:29:27.689Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-08-19T02:29:27.971Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-08-19T02:29:28.329Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-08-19T02:29:28.722Z Updating git repository `https://github.com/oxidecomputer/tough`
2722026-08-19T02:29:29.308Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-08-19T02:29:29.609Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-08-19T02:29:29.897Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-08-19T02:29:30.198Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-08-19T02:29:30.515Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-08-19T02:29:30.789Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-08-19T02:29:31.058Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-08-19T02:29:31.346Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-08-19T02:29:31.637Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-08-19T02:29:31.917Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-19T02:29:34.901Z Downloading crates ...
2832026-08-19T02:29:34.960Z Downloaded anstream v1.0.0
2842026-08-19T02:29:34.970Z Downloaded log v0.4.33
2852026-08-19T02:29:34.971Z Downloaded anstyle-query v1.1.5
2862026-08-19T02:29:34.979Z Downloaded zmij v1.0.21
2872026-08-19T02:29:34.979Z Downloaded macaddr v1.0.1
2882026-08-19T02:29:34.979Z Downloaded generic-array v0.14.7
2892026-08-19T02:29:34.989Z Downloaded heck v0.4.1
2902026-08-19T02:29:34.990Z Downloaded memmap v0.7.0
2912026-08-19T02:29:34.990Z Downloaded cargo-platform v0.3.2
2922026-08-19T02:29:34.990Z Downloaded zerocopy v0.7.35
2932026-08-19T02:29:35.000Z Downloaded errno v0.3.14
2942026-08-19T02:29:35.001Z Downloaded fnv v1.0.7
2952026-08-19T02:29:35.001Z Downloaded dof v0.3.0
2962026-08-19T02:29:35.003Z Downloaded heck v0.5.0
2972026-08-19T02:29:35.003Z Downloaded anstyle-parse v1.0.0
2982026-08-19T02:29:35.020Z Downloaded bytecount v0.6.9
2992026-08-19T02:29:35.020Z Downloaded anstyle v1.0.14
3002026-08-19T02:29:35.021Z Downloaded cfg-if v1.0.4
3012026-08-19T02:29:35.021Z Downloaded colorchoice v1.0.4
3022026-08-19T02:29:35.021Z Downloaded cpufeatures v0.2.17
3032026-08-19T02:29:35.021Z Downloaded dtrace-parser v0.2.0
3042026-08-19T02:29:35.021Z Downloaded crypto-common v0.1.7
3052026-08-19T02:29:35.031Z Downloaded usdt-attr-macro v0.5.0
3062026-08-19T02:29:35.031Z Downloaded fastrand v2.3.0
3072026-08-19T02:29:35.031Z Downloaded is_terminal_polyfill v1.70.2
3082026-08-19T02:29:35.031Z Downloaded unicode-linebreak v0.1.5
3092026-08-19T02:29:35.032Z Downloaded itoa v1.0.17
3102026-08-19T02:29:35.033Z Downloaded block-buffer v0.10.4
3112026-08-19T02:29:35.034Z Downloaded swrite v0.1.0
3122026-08-19T02:29:35.036Z Downloaded smawk v0.3.2
3132026-08-19T02:29:35.036Z Downloaded equivalent v1.0.2
3142026-08-19T02:29:35.047Z Downloaded pretty-hex v0.4.1
3152026-08-19T02:29:35.047Z Downloaded scroll_derive v0.12.1
3162026-08-19T02:29:35.048Z Downloaded proc-macro-error-attr v1.0.4
3172026-08-19T02:29:35.048Z Downloaded clap_lex v1.0.0
3182026-08-19T02:29:35.048Z Downloaded digest v0.10.7
3192026-08-19T02:29:35.048Z Downloaded pest_derive v2.8.6
3202026-08-19T02:29:35.048Z Downloaded camino v1.2.5
3212026-08-19T02:29:35.048Z Downloaded indexmap v2.14.0
3222026-08-19T02:29:35.055Z Downloaded usdt v0.5.0
3232026-08-19T02:29:35.055Z Downloaded plain v0.2.3
3242026-08-19T02:29:35.055Z Downloaded utf8parse v0.2.2
3252026-08-19T02:29:35.063Z Downloaded version_check v0.9.5
3262026-08-19T02:29:35.063Z Downloaded serde_spanned v0.6.9
3272026-08-19T02:29:35.073Z Downloaded terminal_size v0.4.3
3282026-08-19T02:29:35.074Z Downloaded usdt-macro v0.5.0
3292026-08-19T02:29:35.074Z Downloaded thread-id v4.2.2
3302026-08-19T02:29:35.077Z Downloaded toml_write v0.1.2
3312026-08-19T02:29:35.077Z Downloaded fs-err v3.3.0
3322026-08-19T02:29:35.077Z Downloaded tabled_derive v0.7.0
3332026-08-19T02:29:35.082Z Downloaded cargo_toml v0.21.0
3342026-08-19T02:29:35.085Z Downloaded toml_datetime v0.6.11
3352026-08-19T02:29:35.092Z Downloaded byteorder v1.5.0
3362026-08-19T02:29:35.095Z Downloaded serde_tokenstream v0.2.3
3372026-08-19T02:29:35.095Z Downloaded autocfg v1.5.0
3382026-08-19T02:29:35.095Z Downloaded cargo_metadata v0.23.1
3392026-08-19T02:29:35.099Z Downloaded anyhow v1.0.104
3402026-08-19T02:29:35.103Z Downloaded once_cell v1.21.3
3412026-08-19T02:29:35.103Z Downloaded proc-macro2 v1.0.106
3422026-08-19T02:29:35.106Z Downloaded strsim v0.11.1
3432026-08-19T02:29:35.106Z Downloaded scroll v0.12.0
3442026-08-19T02:29:35.106Z Downloaded thiserror-impl v2.0.18
3452026-08-19T02:29:35.106Z Downloaded thiserror v2.0.18
3462026-08-19T02:29:35.112Z Downloaded usdt-impl v0.5.0
3472026-08-19T02:29:35.115Z Downloaded camino-tempfile v1.4.1
3482026-08-19T02:29:35.119Z Downloaded quote v1.0.45
3492026-08-19T02:29:35.124Z Downloaded thiserror v1.0.69
3502026-08-19T02:29:35.124Z Downloaded bitflags v2.11.0
3512026-08-19T02:29:35.127Z Downloaded pest_generator v2.8.6
3522026-08-19T02:29:35.127Z Downloaded semver v1.0.28
3532026-08-19T02:29:35.131Z Downloaded clap_derive v4.6.1
3542026-08-19T02:29:35.134Z Downloaded clap v4.6.1
3552026-08-19T02:29:35.141Z Downloaded tempfile v3.27.0
3562026-08-19T02:29:35.144Z Downloaded proc-macro-error v1.0.4
3572026-08-19T02:29:35.150Z Downloaded toml v0.8.23
3582026-08-19T02:29:35.153Z Downloaded thiserror-impl v1.0.69
3592026-08-19T02:29:35.153Z Downloaded zerocopy-derive v0.7.35
3602026-08-19T02:29:35.158Z Downloaded getrandom v0.3.4
3612026-08-19T02:29:35.164Z Downloaded serde_derive v1.0.228
3622026-08-19T02:29:35.169Z Downloaded textwrap v0.16.2
3632026-08-19T02:29:35.172Z Downloaded sha2 v0.10.9
3642026-08-19T02:29:35.177Z Downloaded serde_core v1.0.228
3652026-08-19T02:29:35.181Z Downloaded toml_edit v0.22.27
3662026-08-19T02:29:35.188Z Downloaded unicode-ident v1.0.24
3672026-08-19T02:29:35.192Z Downloaded ucd-trie v0.1.7
3682026-08-19T02:29:35.195Z Downloaded papergrid v0.11.0
3692026-08-19T02:29:35.204Z Downloaded pest_meta v2.8.6
3702026-08-19T02:29:35.213Z Downloaded serde v1.0.228
3712026-08-19T02:29:35.220Z Downloaded typenum v1.20.1
3722026-08-19T02:29:35.223Z Downloaded memchr v2.8.0
3732026-08-19T02:29:35.246Z Downloaded hashbrown v0.17.0
3742026-08-19T02:29:35.254Z Downloaded pest v2.8.6
3752026-08-19T02:29:35.258Z Downloaded clap_builder v4.6.0
3762026-08-19T02:29:35.261Z Downloaded serde_json v1.0.151
3772026-08-19T02:29:35.276Z Downloaded goblin v0.8.2
3782026-08-19T02:29:35.283Z Downloaded winnow v0.7.14
3792026-08-19T02:29:35.287Z Downloaded tabled v0.15.0
3802026-08-19T02:29:35.306Z Downloaded syn v1.0.109
3812026-08-19T02:29:35.312Z Downloaded unicode-width v0.2.0
3822026-08-19T02:29:35.316Z Downloaded unicode-width v0.1.14
3832026-08-19T02:29:35.320Z Downloaded syn v2.0.117
3842026-08-19T02:29:35.330Z Downloaded rustix v1.1.4
3852026-08-19T02:29:35.361Z Downloaded libc v0.2.185
3862026-08-19T02:29:35.420Z Compiling proc-macro2 v1.0.106
3872026-08-19T02:29:35.420Z Compiling quote v1.0.45
3882026-08-19T02:29:35.424Z Compiling unicode-ident v1.0.24
3892026-08-19T02:29:35.424Z Compiling serde_core v1.0.228
3902026-08-19T02:29:35.424Z Compiling libc v0.2.185
3912026-08-19T02:29:35.424Z Compiling version_check v0.9.5
3922026-08-19T02:29:35.424Z Compiling memchr v2.8.0
3932026-08-19T02:29:35.424Z Compiling serde v1.0.228
3942026-08-19T02:29:35.773Z Compiling zmij v1.0.21
3952026-08-19T02:29:35.924Z Compiling thiserror v1.0.69
3962026-08-19T02:29:36.009Z Compiling ucd-trie v0.1.7
3972026-08-19T02:29:36.010Z Compiling itoa v1.0.17
3982026-08-19T02:29:36.223Z Compiling pest v2.8.6
3992026-08-19T02:29:36.278Z Compiling rustix v1.1.4
4002026-08-19T02:29:36.382Z Compiling byteorder v1.5.0
4012026-08-19T02:29:36.432Z Compiling errno v0.3.14
4022026-08-19T02:29:36.606Z Compiling bitflags v2.11.0
4032026-08-19T02:29:36.624Z Compiling serde_json v1.0.151
4042026-08-19T02:29:36.842Z Compiling syn v2.0.117
4052026-08-19T02:29:36.926Z Compiling thread-id v4.2.2
4062026-08-19T02:29:36.944Z Compiling proc-macro-error-attr v1.0.4
4072026-08-19T02:29:37.053Z Compiling usdt-impl v0.5.0
4082026-08-19T02:29:37.117Z Compiling camino v1.2.5
4092026-08-19T02:29:37.161Z Compiling syn v1.0.109
4102026-08-19T02:29:37.377Z Compiling pest_meta v2.8.6
4112026-08-19T02:29:37.510Z Compiling proc-macro-error v1.0.4
4122026-08-19T02:29:37.526Z Compiling getrandom v0.3.4
4132026-08-19T02:29:37.543Z Compiling plain v0.2.3
4142026-08-19T02:29:37.659Z Compiling equivalent v1.0.2
4152026-08-19T02:29:37.695Z Compiling utf8parse v0.2.2
4162026-08-19T02:29:37.755Z Compiling hashbrown v0.17.0
4172026-08-19T02:29:37.815Z Compiling log v0.4.33
4182026-08-19T02:29:38.039Z Compiling anstyle-parse v1.0.0
4192026-08-19T02:29:38.215Z Compiling terminal_size v0.4.3
4202026-08-19T02:29:38.355Z Compiling indexmap v2.14.0
4212026-08-19T02:29:38.675Z Compiling cfg-if v1.0.4
4222026-08-19T02:29:38.750Z Compiling autocfg v1.5.0
4232026-08-19T02:29:38.768Z Compiling anstyle-query v1.1.5
4242026-08-19T02:29:38.882Z Compiling winnow v0.7.14
4252026-08-19T02:29:38.971Z Compiling is_terminal_polyfill v1.70.2
4262026-08-19T02:29:39.020Z Compiling colorchoice v1.0.4
4272026-08-19T02:29:39.020Z Compiling anstyle v1.0.14
4282026-08-19T02:29:39.075Z Compiling toml_write v0.1.2
4292026-08-19T02:29:39.141Z Compiling pest_generator v2.8.6
4302026-08-19T02:29:39.173Z Compiling pretty-hex v0.4.1
4312026-08-19T02:29:39.260Z Compiling thiserror v2.0.18
4322026-08-19T02:29:39.278Z Compiling anstream v1.0.0
4332026-08-19T02:29:39.314Z Compiling fs-err v3.3.0
4342026-08-19T02:29:39.594Z Compiling fastrand v2.3.0
4352026-08-19T02:29:39.634Z Compiling strsim v0.11.1
4362026-08-19T02:29:39.819Z Compiling heck v0.4.1
4372026-08-19T02:29:39.823Z Compiling once_cell v1.21.3
4382026-08-19T02:29:39.853Z Compiling fnv v1.0.7
4392026-08-19T02:29:39.870Z Compiling unicode-width v0.1.14
4402026-08-19T02:29:39.959Z Compiling anyhow v1.0.104
4412026-08-19T02:29:39.981Z Compiling heck v0.5.0
4422026-08-19T02:29:40.041Z Compiling bytecount v0.6.9
4432026-08-19T02:29:40.058Z Compiling clap_lex v1.0.0
4442026-08-19T02:29:40.142Z Compiling papergrid v0.11.0
4452026-08-19T02:29:40.177Z Compiling tempfile v3.27.0
4462026-08-19T02:29:40.218Z Compiling clap_builder v4.6.0
4472026-08-19T02:29:40.375Z Compiling cargo-platform v0.3.2
4482026-08-19T02:29:40.394Z Compiling semver v1.0.28
4492026-08-19T02:29:40.413Z Compiling tabled_derive v0.7.0
4502026-08-19T02:29:40.482Z Compiling memmap v0.7.0
4512026-08-19T02:29:40.546Z Compiling unicode-linebreak v0.1.5
4522026-08-19T02:29:40.648Z Compiling smawk v0.3.2
4532026-08-19T02:29:40.665Z Compiling unicode-width v0.2.0
4542026-08-19T02:29:40.785Z Compiling camino-tempfile v1.4.1
4552026-08-19T02:29:40.804Z Compiling serde_derive v1.0.228
4562026-08-19T02:29:40.937Z Compiling thiserror-impl v1.0.69
4572026-08-19T02:29:41.037Z Compiling zerocopy-derive v0.7.35
4582026-08-19T02:29:41.061Z Compiling pest_derive v2.8.6
4592026-08-19T02:29:41.064Z Compiling scroll_derive v0.12.1
4602026-08-19T02:29:41.309Z Compiling thiserror-impl v2.0.18
4612026-08-19T02:29:41.505Z Compiling clap_derive v4.6.1
4622026-08-19T02:29:41.554Z Compiling tabled v0.15.0
4632026-08-19T02:29:41.743Z Compiling scroll v0.12.0
4642026-08-19T02:29:41.894Z Compiling zerocopy v0.7.35
4652026-08-19T02:29:42.076Z Compiling goblin v0.8.2
4662026-08-19T02:29:42.325Z Compiling dtrace-parser v0.2.0
4672026-08-19T02:29:42.512Z Compiling textwrap v0.16.2
4682026-08-19T02:29:42.801Z Compiling swrite v0.1.0
4692026-08-19T02:29:43.298Z Compiling clap v4.6.1
4702026-08-19T02:29:43.931Z Compiling serde_spanned v0.6.9
4712026-08-19T02:29:43.931Z Compiling toml_datetime v0.6.11
4722026-08-19T02:29:43.932Z Compiling cargo_metadata v0.23.1
4732026-08-19T02:29:43.935Z Compiling macaddr v1.0.1
4742026-08-19T02:29:43.935Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-08-19T02:29:44.014Z Compiling dof v0.3.0
4762026-08-19T02:29:44.029Z Compiling serde_tokenstream v0.2.3
4772026-08-19T02:29:44.137Z Compiling toml_edit v0.22.27
4782026-08-19T02:29:44.731Z Compiling usdt-macro v0.5.0
4792026-08-19T02:29:44.732Z Compiling usdt-attr-macro v0.5.0
4802026-08-19T02:29:45.336Z Compiling usdt v0.5.0
4812026-08-19T02:29:45.478Z Compiling toml v0.8.23
4822026-08-19T02:29:45.826Z Compiling cargo_toml v0.21.0
4832026-08-19T02:29:47.078Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842026-08-19T02:29:49.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.93s
4852026-08-19T02:29:49.338Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4862026-08-19T02:29:49.851Z Downloading crates ...
4872026-08-19T02:29:49.898Z Downloaded atty v0.2.14
4882026-08-19T02:29:49.906Z Downloaded bb8 v0.8.6
4892026-08-19T02:29:49.909Z Downloaded array-init v0.0.4
4902026-08-19T02:29:49.914Z Downloaded addr2line v0.25.1
4912026-08-19T02:29:49.917Z Downloaded allocator-api2 v0.2.21
4922026-08-19T02:29:49.917Z Downloaded ciborium-ll v0.2.2
4932026-08-19T02:29:49.917Z Downloaded bit-set v0.5.3
4942026-08-19T02:29:49.917Z Downloaded bit-set v0.8.0
4952026-08-19T02:29:49.922Z Downloaded async-trait v0.1.89
4962026-08-19T02:29:49.922Z Downloaded block-padding v0.4.2
4972026-08-19T02:29:49.922Z Downloaded bitfield-struct v0.6.2
4982026-08-19T02:29:49.926Z Downloaded base16ct v1.0.0
4992026-08-19T02:29:49.926Z Downloaded bitfield-macros v0.19.4
5002026-08-19T02:29:49.926Z Downloaded aead v0.5.2
5012026-08-19T02:29:49.926Z Downloaded enum-as-inner v0.6.1
5022026-08-19T02:29:49.929Z Downloaded bcrypt-pbkdf v0.11.0
5032026-08-19T02:29:49.935Z Downloaded const-oid v0.10.2
5042026-08-19T02:29:49.938Z Downloaded ghash v0.6.0
5052026-08-19T02:29:49.938Z Downloaded futures-sink v0.3.32
5062026-08-19T02:29:49.938Z Downloaded gethostname v0.5.0
5072026-08-19T02:29:49.938Z Downloaded endian-type v0.1.2
5082026-08-19T02:29:49.938Z Downloaded foreign-types v0.3.2
5092026-08-19T02:29:49.941Z Downloaded foreign-types-macros v0.2.3
5102026-08-19T02:29:49.943Z Downloaded foldhash v0.1.5
5112026-08-19T02:29:49.946Z Downloaded form_urlencoded v1.2.2
5122026-08-19T02:29:49.946Z Downloaded adler2 v2.0.1
5132026-08-19T02:29:49.946Z Downloaded camino-tempfile-ext v0.3.3
5142026-08-19T02:29:49.946Z Downloaded fallible-iterator v0.2.0
5152026-08-19T02:29:49.947Z Downloaded aead v0.6.1
5162026-08-19T02:29:49.947Z Downloaded bitfield v0.19.4
5172026-08-19T02:29:49.947Z Downloaded foreign-types v0.5.0
5182026-08-19T02:29:49.947Z Downloaded env_filter v2.0.0
5192026-08-19T02:29:49.950Z Downloaded foreign-types-shared v0.3.1
5202026-08-19T02:29:49.953Z Downloaded bcs v0.1.6
5212026-08-19T02:29:49.953Z Downloaded bit-vec v0.6.3
5222026-08-19T02:29:49.953Z Downloaded anstream v0.6.21
5232026-08-19T02:29:49.953Z Downloaded anstyle-parse v0.2.7
5242026-08-19T02:29:49.957Z Downloaded bit-vec v0.8.0
5252026-08-19T02:29:49.957Z Downloaded futures-macro v0.3.32
5262026-08-19T02:29:49.957Z Downloaded futures-core v0.3.32
5272026-08-19T02:29:49.957Z Downloaded enum_dispatch v0.3.13
5282026-08-19T02:29:49.960Z Downloaded ff v0.13.1
5292026-08-19T02:29:49.963Z Downloaded ahash v0.8.12
5302026-08-19T02:29:49.966Z Downloaded foldhash v0.2.0
5312026-08-19T02:29:49.966Z Downloaded foreign-types-shared v0.1.1
5322026-08-19T02:29:49.966Z Downloaded base64ct v1.8.3
5332026-08-19T02:29:49.966Z Downloaded cexpr v0.6.0
5342026-08-19T02:29:49.970Z Downloaded flagset v0.4.7
5352026-08-19T02:29:49.970Z Downloaded fs_extra v1.3.0
5362026-08-19T02:29:49.973Z Downloaded group v0.13.0
5372026-08-19T02:29:49.982Z Downloaded ciborium-io v0.2.2
5382026-08-19T02:29:49.985Z Downloaded fxhash v0.2.1
5392026-08-19T02:29:49.985Z Downloaded futures-task v0.3.32
5402026-08-19T02:29:49.988Z Downloaded fd-lock v4.0.4
5412026-08-19T02:29:49.988Z Downloaded float-cmp v0.10.0
5422026-08-19T02:29:49.993Z Downloaded fs-err v2.11.0
5432026-08-19T02:29:49.996Z Downloaded hmac v0.13.0
5442026-08-19T02:29:49.997Z Downloaded castaway v0.2.4
5452026-08-19T02:29:49.997Z Downloaded erased-serde v0.3.31
5462026-08-19T02:29:50.000Z Downloaded backtrace-ext v0.2.1
5472026-08-19T02:29:50.003Z Downloaded cfg_aliases v0.2.1
5482026-08-19T02:29:50.006Z Downloaded cobs v0.3.0
5492026-08-19T02:29:50.007Z Downloaded filetime v0.2.27
5502026-08-19T02:29:50.011Z Downloaded futures-executor v0.3.32
5512026-08-19T02:29:50.011Z Downloaded futures-io v0.3.32
5522026-08-19T02:29:50.011Z Downloaded atomic-waker v1.1.2
5532026-08-19T02:29:50.011Z Downloaded cfg_aliases v0.1.1
5542026-08-19T02:29:50.011Z Downloaded async-recursion v1.1.1
5552026-08-19T02:29:50.015Z Downloaded funty v2.0.0
5562026-08-19T02:29:50.018Z Downloaded percent-encoding v2.3.2
5572026-08-19T02:29:50.018Z Downloaded assert_matches v1.5.0
5582026-08-19T02:29:50.018Z Downloaded compression-core v0.4.31
5592026-08-19T02:29:50.018Z Downloaded hex v0.4.3
5602026-08-19T02:29:50.018Z Downloaded float-ord v0.3.2
5612026-08-19T02:29:50.018Z Downloaded fixedbitset v0.4.2
5622026-08-19T02:29:50.021Z Downloaded async-stream-impl v0.3.6
5632026-08-19T02:29:50.022Z Downloaded base16ct v0.2.0
5642026-08-19T02:29:50.025Z Downloaded block-buffer v0.12.1
5652026-08-19T02:29:50.028Z Downloaded ascii-canvas v3.0.0
5662026-08-19T02:29:50.028Z Downloaded async-stream v0.3.6
5672026-08-19T02:29:50.028Z Downloaded atomicwrites v0.4.4
5682026-08-19T02:29:50.031Z Downloaded arrayref v0.3.9
5692026-08-19T02:29:50.031Z Downloaded hex-literal v1.1.0
5702026-08-19T02:29:50.034Z Downloaded fixedbitset v0.5.7
5712026-08-19T02:29:50.044Z Downloaded hostname v0.3.1
5722026-08-19T02:29:50.047Z Downloaded httpdate v1.0.3
5732026-08-19T02:29:50.050Z Downloaded bitflags v1.3.2
5742026-08-19T02:29:50.054Z Downloaded http-range v0.1.5
5752026-08-19T02:29:50.057Z Downloaded hash32 v0.2.1
5762026-08-19T02:29:50.057Z Downloaded home v0.5.12
5772026-08-19T02:29:50.057Z Downloaded http-body v1.0.1
5782026-08-19T02:29:50.057Z Downloaded git-stub v1.0.0
5792026-08-19T02:29:50.057Z Downloaded normalize-line-endings v0.3.0
5802026-08-19T02:29:50.060Z Downloaded hubpack v0.1.2
5812026-08-19T02:29:50.063Z Downloaded buf-list v1.1.2
5822026-08-19T02:29:50.066Z Downloaded cassowary v0.3.0
5832026-08-19T02:29:50.066Z Downloaded phf_shared v0.11.3
5842026-08-19T02:29:50.069Z Downloaded globwalk v0.9.1
5852026-08-19T02:29:50.072Z Downloaded hubpack_derive v0.1.1
5862026-08-19T02:29:50.073Z Downloaded nibble_vec v0.1.0
5872026-08-19T02:29:50.073Z Downloaded headers-core v0.3.0
5882026-08-19T02:29:50.076Z Downloaded radium v0.7.0
5892026-08-19T02:29:50.080Z Downloaded quick-error v1.2.3
5902026-08-19T02:29:50.080Z Downloaded russh-util v0.52.0
5912026-08-19T02:29:50.080Z Downloaded phf_shared v0.12.1
5922026-08-19T02:29:50.083Z Downloaded recursive v0.1.1
5932026-08-19T02:29:50.083Z Downloaded ref-cast-impl v1.0.25
5942026-08-19T02:29:50.086Z Downloaded argon2 v0.5.3
5952026-08-19T02:29:50.089Z Downloaded compression-codecs v0.4.37
5962026-08-19T02:29:50.089Z Downloaded getrandom v0.2.17
5972026-08-19T02:29:50.093Z Downloaded hash32 v0.3.1
5982026-08-19T02:29:50.097Z Downloaded ff v0.14.0
5992026-08-19T02:29:50.097Z Downloaded blowfish v0.10.0
6002026-08-19T02:29:50.097Z Downloaded cipher v0.4.4
6012026-08-19T02:29:50.100Z Downloaded env_logger v0.11.11
6022026-08-19T02:29:50.103Z Downloaded paste v1.0.15
6032026-08-19T02:29:50.103Z Downloaded bs58 v0.5.1
6042026-08-19T02:29:50.103Z Downloaded byte-wrapper v0.1.0
6052026-08-19T02:29:50.107Z Downloaded sapling-renderdag v0.1.0
6062026-08-19T02:29:50.107Z Downloaded arc-swap v1.8.2
6072026-08-19T02:29:50.107Z Downloaded path-slash v0.1.5
6082026-08-19T02:29:50.107Z Downloaded base64 v0.22.1
6092026-08-19T02:29:50.110Z Downloaded cbc v0.2.1
6102026-08-19T02:29:50.110Z Downloaded find-msvc-tools v0.1.9
6112026-08-19T02:29:50.110Z Downloaded num_enum v0.7.6
6122026-08-19T02:29:50.115Z Downloaded parse-display-derive v0.10.0
6132026-08-19T02:29:50.115Z Downloaded arrayvec v0.7.6
6142026-08-19T02:29:50.120Z Downloaded backoff v0.4.0
6152026-08-19T02:29:50.120Z Downloaded chacha20 v0.9.1
6162026-08-19T02:29:50.121Z Downloaded cmake v0.1.57
6172026-08-19T02:29:50.121Z Downloaded http-body-util v0.1.3
6182026-08-19T02:29:50.121Z Downloaded group v0.14.0
6192026-08-19T02:29:50.121Z Downloaded signal-hook-tokio v0.3.1
6202026-08-19T02:29:50.121Z Downloaded getrandom v0.4.3
6212026-08-19T02:29:50.126Z Downloaded bzip2 v0.6.1
6222026-08-19T02:29:50.126Z Downloaded scroll_derive v0.13.1
6232026-08-19T02:29:50.127Z Downloaded colored v2.2.0
6242026-08-19T02:29:50.127Z Downloaded bzip2 v0.4.4
6252026-08-19T02:29:50.127Z Downloaded seq-macro v0.3.6
6262026-08-19T02:29:50.127Z Downloaded cipher v0.5.2
6272026-08-19T02:29:50.130Z Downloaded num-integer v0.1.46
6282026-08-19T02:29:50.130Z Downloaded num_enum v0.5.11
6292026-08-19T02:29:50.130Z Downloaded packed_struct v0.10.1
6302026-08-19T02:29:50.130Z Downloaded supports-hyperlinks v3.2.0
6312026-08-19T02:29:50.133Z Downloaded strsim v0.10.0
6322026-08-19T02:29:50.133Z Downloaded strum v0.26.3
6332026-08-19T02:29:50.133Z Downloaded termtree v0.5.1
6342026-08-19T02:29:50.140Z Downloaded ar_archive_writer v0.5.1
6352026-08-19T02:29:50.143Z Downloaded cancel-safe-futures v0.1.5
6362026-08-19T02:29:50.143Z Downloaded chacha20 v0.10.0
6372026-08-19T02:29:50.146Z Downloaded clang-sys v1.8.1
6382026-08-19T02:29:50.146Z Downloaded git-stub-vcs v0.1.0
6392026-08-19T02:29:50.149Z Downloaded humantime v2.3.0
6402026-08-19T02:29:50.149Z Downloaded glob v0.3.3
6412026-08-19T02:29:50.149Z Downloaded oxide-update-engine v0.1.2
6422026-08-19T02:29:50.152Z Downloaded primeorder v0.13.6
6432026-08-19T02:29:50.152Z Downloaded highway v1.3.0
6442026-08-19T02:29:50.152Z Downloaded hostname v0.4.2
6452026-08-19T02:29:50.155Z Downloaded pem-rfc7468 v1.0.0
6462026-08-19T02:29:50.158Z Downloaded poly1305 v0.8.0
6472026-08-19T02:29:50.161Z Downloaded globset v0.4.18
6482026-08-19T02:29:50.161Z Downloaded argon2 v0.6.0-rc.8
6492026-08-19T02:29:50.163Z Downloaded console v0.15.11
6502026-08-19T02:29:50.166Z Downloaded nu-ansi-term v0.50.3
6512026-08-19T02:29:50.166Z Downloaded phf_shared v0.13.1
6522026-08-19T02:29:50.166Z Downloaded progenitor-client v0.13.0
6532026-08-19T02:29:50.166Z Downloaded tokio-macros v2.7.0
6542026-08-19T02:29:50.169Z Downloaded const-oid v0.9.6
6552026-08-19T02:29:50.169Z Downloaded async-bb8-diesel v0.2.1
6562026-08-19T02:29:50.172Z Downloaded cmov v0.5.4
6572026-08-19T02:29:50.172Z Downloaded generic-array v1.4.3
6582026-08-19T02:29:50.175Z Downloaded unarray v0.1.4
6592026-08-19T02:29:50.179Z Downloaded shlex v1.3.0
6602026-08-19T02:29:50.182Z Downloaded futures-channel v0.3.32
6612026-08-19T02:29:50.182Z Downloaded rpassword v7.5.4
6622026-08-19T02:29:50.185Z Downloaded universal-hash v0.6.1
6632026-08-19T02:29:50.185Z Downloaded want v0.3.1
6642026-08-19T02:29:50.185Z Downloaded zeroize_derive v1.5.0
6652026-08-19T02:29:50.185Z Downloaded tower-service v0.3.3
6662026-08-19T02:29:50.188Z Downloaded tower-layer v0.3.3
6672026-08-19T02:29:50.192Z Downloaded ssh-encoding v0.3.0
6682026-08-19T02:29:50.192Z Downloaded hmac v0.12.1
6692026-08-19T02:29:50.195Z Downloaded backon v1.6.0
6702026-08-19T02:29:50.195Z Downloaded ciborium v0.2.2
6712026-08-19T02:29:50.198Z Downloaded oxide-update-engine-display v0.1.2
6722026-08-19T02:29:50.198Z Downloaded resolv-conf v0.7.6
6732026-08-19T02:29:50.198Z Downloaded synstructure v0.13.2
6742026-08-19T02:29:50.198Z Downloaded termios v0.3.3
6752026-08-19T02:29:50.202Z Downloaded cpubits v0.1.1
6762026-08-19T02:29:50.205Z Downloaded base64 v0.21.7
6772026-08-19T02:29:50.205Z Downloaded crunchy v0.2.4
6782026-08-19T02:29:50.205Z Downloaded usdt v0.6.0
6792026-08-19T02:29:50.205Z Downloaded usdt-macro v0.6.0
6802026-08-19T02:29:50.205Z Downloaded futures v0.3.32
6812026-08-19T02:29:50.208Z Downloaded tiny-keccak v2.0.2
6822026-08-19T02:29:50.208Z Downloaded postcard v1.1.3
6832026-08-19T02:29:50.211Z Downloaded rustls-pemfile v2.2.0
6842026-08-19T02:29:50.211Z Downloaded postgres-protocol v0.6.10
6852026-08-19T02:29:50.211Z Downloaded primeorder v0.14.0
6862026-08-19T02:29:50.211Z Downloaded sec1 v0.7.3
6872026-08-19T02:29:50.214Z Downloaded rustc-demangle v0.1.27
6882026-08-19T02:29:50.215Z Downloaded serde_derive_internals v0.29.1
6892026-08-19T02:29:50.215Z Downloaded serdect v0.4.3
6902026-08-19T02:29:50.219Z Downloaded simd-adler32 v0.3.8
6912026-08-19T02:29:50.219Z Downloaded slog-dtrace v0.3.0
6922026-08-19T02:29:50.219Z Downloaded spki v0.7.3
6932026-08-19T02:29:50.219Z Downloaded xshell-macros v0.2.7
6942026-08-19T02:29:50.219Z Downloaded zone_cfg_derive v0.3.1
6952026-08-19T02:29:50.219Z Downloaded convert_case v0.4.0
6962026-08-19T02:29:50.223Z Downloaded yoke-derive v0.8.1
6972026-08-19T02:29:50.223Z Downloaded darling_macro v0.13.4
6982026-08-19T02:29:50.223Z Downloaded defmt-parser v1.0.0
6992026-08-19T02:29:50.223Z Downloaded debug-ignore v1.0.5
7002026-08-19T02:29:50.223Z Downloaded defmt v0.3.100
7012026-08-19T02:29:50.223Z Downloaded fatfs v0.3.6
7022026-08-19T02:29:50.223Z Downloaded embedded-io v0.6.1
7032026-08-19T02:29:50.260Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7042026-08-19T02:29:50.260Z Downloaded elliptic-curve v0.14.1
7052026-08-19T02:29:50.260Z Downloaded blake2 v0.11.0-rc.6
7062026-08-19T02:29:50.260Z Downloaded colored v3.1.1
7072026-08-19T02:29:50.260Z Downloaded hybrid-array v0.4.13
7082026-08-19T02:29:50.261Z Downloaded hyper-tls v0.6.0
7092026-08-19T02:29:50.261Z Downloaded oso v0.27.3
7102026-08-19T02:29:50.261Z Downloaded hyper-rustls v0.27.7
7112026-08-19T02:29:50.261Z Downloaded blake2 v0.10.6
7122026-08-19T02:29:50.261Z Downloaded parking_lot v0.12.5
7132026-08-19T02:29:50.261Z Downloaded sqlformat v0.3.5
7142026-08-19T02:29:50.261Z Downloaded console v0.16.2
7152026-08-19T02:29:50.261Z Downloaded idna_adapter v1.2.1
7162026-08-19T02:29:50.261Z Downloaded dof v0.4.0
7172026-08-19T02:29:50.261Z Downloaded dtrace-parser v0.3.0
7182026-08-19T02:29:50.261Z Downloaded tls_codec v0.4.2
7192026-08-19T02:29:50.261Z Downloaded instant v0.1.13
7202026-08-19T02:29:50.261Z Downloaded jiff-static v0.2.34
7212026-08-19T02:29:50.261Z Downloaded slog-scope v4.4.1
7222026-08-19T02:29:50.261Z Downloaded chumsky v0.9.3
7232026-08-19T02:29:50.261Z Downloaded compact_str v0.8.1
7242026-08-19T02:29:50.266Z Downloaded omicron-zone-package v0.12.3
7252026-08-19T02:29:50.266Z Downloaded smf v0.2.3
7262026-08-19T02:29:50.266Z Downloaded writeable v0.6.2
7272026-08-19T02:29:50.266Z Downloaded lru v0.12.5
7282026-08-19T02:29:50.269Z Downloaded newline-converter v0.3.0
7292026-08-19T02:29:50.269Z Downloaded olpc-cjson v0.1.4
7302026-08-19T02:29:50.269Z Downloaded openssl-probe v0.1.6
7312026-08-19T02:29:50.269Z Downloaded openssl-probe v0.2.1
7322026-08-19T02:29:50.269Z Downloaded term v1.2.1
7332026-08-19T02:29:50.273Z Downloaded toml_writer v1.1.1+spec-1.1.0
7342026-08-19T02:29:50.276Z Downloaded httparse v1.10.1
7352026-08-19T02:29:50.279Z Downloaded rustls-pki-types v1.14.0
7362026-08-19T02:29:50.279Z Downloaded salsa20 v0.11.0
7372026-08-19T02:29:50.279Z Downloaded heapless v0.8.0
7382026-08-19T02:29:50.282Z Downloaded corncobs v0.1.4
7392026-08-19T02:29:50.282Z Downloaded ctr v0.10.1
7402026-08-19T02:29:50.285Z Downloaded defmt v1.0.1
7412026-08-19T02:29:50.285Z Downloaded delegate v0.13.5
7422026-08-19T02:29:50.288Z Downloaded maybe-uninit v2.0.0
7432026-08-19T02:29:50.288Z Downloaded md-5 v0.10.6
7442026-08-19T02:29:50.292Z Downloaded multimap v0.10.1
7452026-08-19T02:29:50.295Z Downloaded chacha20poly1305 v0.10.1
7462026-08-19T02:29:50.298Z Downloaded packed_struct_codegen v0.10.1
7472026-08-19T02:29:50.298Z Downloaded serde_cbor v0.11.2
7482026-08-19T02:29:50.301Z Downloaded critical-section v1.2.0
7492026-08-19T02:29:50.301Z Downloaded difflib v0.4.0
7502026-08-19T02:29:50.302Z Downloaded num-iter v0.1.45
7512026-08-19T02:29:50.302Z Downloaded proc-macro-crate v3.4.0
7522026-08-19T02:29:50.307Z Downloaded password-hash v0.6.1
7532026-08-19T02:29:50.310Z Downloaded half v1.8.3
7542026-08-19T02:29:50.313Z Downloaded indoc v1.0.9
7552026-08-19T02:29:50.313Z Downloaded ingot-types v0.2.0
7562026-08-19T02:29:50.316Z Downloaded proc-macro-crate v1.3.1
7572026-08-19T02:29:50.319Z Downloaded rustc-hash v2.1.1
7582026-08-19T02:29:50.322Z Downloaded rand_pcg v0.10.2
7592026-08-19T02:29:50.322Z Downloaded half v2.7.1
7602026-08-19T02:29:50.326Z Downloaded postgres-types v0.2.12
7612026-08-19T02:29:50.329Z Downloaded predicates-tree v1.0.13
7622026-08-19T02:29:50.332Z Downloaded psl-types v2.0.11
7632026-08-19T02:29:50.332Z Downloaded ref-cast v1.0.25
7642026-08-19T02:29:50.335Z Downloaded lock_api v0.4.14
7652026-08-19T02:29:50.338Z Downloaded newtype-uuid v1.3.2
7662026-08-19T02:29:50.338Z Downloaded nodrop v0.1.14
7672026-08-19T02:29:50.338Z Downloaded tokio-stream v0.1.18
7682026-08-19T02:29:50.342Z Downloaded strip-ansi-escapes v0.2.1
7692026-08-19T02:29:50.345Z Downloaded testing_table v0.3.0
7702026-08-19T02:29:50.348Z Downloaded aes v0.9.1
7712026-08-19T02:29:50.351Z Downloaded same-file v1.0.6
7722026-08-19T02:29:50.351Z Downloaded secrecy v0.8.0
7732026-08-19T02:29:50.351Z Downloaded serde_spanned v1.1.1
7742026-08-19T02:29:50.354Z Downloaded serde_repr v0.1.20
7752026-08-19T02:29:50.354Z Downloaded defmt-macros v1.0.1
7762026-08-19T02:29:50.358Z Downloaded serde_urlencoded v0.7.1
7772026-08-19T02:29:50.358Z Downloaded ctutils v0.4.2
7782026-08-19T02:29:50.358Z Downloaded unicode-properties v0.1.4
7792026-08-19T02:29:50.361Z Downloaded heapless v0.7.17
7802026-08-19T02:29:50.361Z Downloaded sync-ptr v0.1.4
7812026-08-19T02:29:50.364Z Downloaded sync_wrapper v1.0.2
7822026-08-19T02:29:50.364Z Downloaded trait-variant v0.1.2
7832026-08-19T02:29:50.364Z Downloaded usdt-attr-macro v0.6.0
7842026-08-19T02:29:50.367Z Downloaded flate2 v1.1.9
7852026-08-19T02:29:50.370Z Downloaded vergen v9.1.0
7862026-08-19T02:29:50.370Z Downloaded linear-map v1.2.0
7872026-08-19T02:29:50.370Z Downloaded thiserror-impl-no-std v2.0.2
7882026-08-19T02:29:50.370Z Downloaded bumpalo v3.20.2
7892026-08-19T02:29:50.373Z Downloaded ecdsa v0.17.0
7902026-08-19T02:29:50.373Z Downloaded mime_guess v2.0.5
7912026-08-19T02:29:50.376Z Downloaded num_enum_derive v0.7.6
7922026-08-19T02:29:50.376Z Downloaded similar v2.7.0
7932026-08-19T02:29:50.380Z Downloaded zerocopy v0.6.6
7942026-08-19T02:29:50.383Z Downloaded unit-prefix v0.5.2
7952026-08-19T02:29:50.383Z Downloaded zerofrom-derive v0.1.6
7962026-08-19T02:29:50.389Z Downloaded backtrace v0.3.76
7972026-08-19T02:29:50.393Z Downloaded peg-macros v0.8.5
7982026-08-19T02:29:50.396Z Downloaded port-file v0.1.0
7992026-08-19T02:29:50.396Z Downloaded expectorate v1.2.0
8002026-08-19T02:29:50.399Z Downloaded ppv-lite86 v0.2.21
8012026-08-19T02:29:50.399Z Downloaded primefield v0.14.0
8022026-08-19T02:29:50.405Z Downloaded rand_core v0.6.4
8032026-08-19T02:29:50.410Z Downloaded rand_seeder v0.4.0
8042026-08-19T02:29:50.413Z Downloaded rustls-native-certs v0.8.3
8052026-08-19T02:29:50.416Z Downloaded scroll v0.13.0
8062026-08-19T02:29:50.416Z Downloaded darling v0.20.11
8072026-08-19T02:29:50.422Z Downloaded digest-io v0.1.0
8082026-08-19T02:29:50.422Z Downloaded cc v1.2.56
8092026-08-19T02:29:50.422Z Downloaded snafu v0.8.9
8102026-08-19T02:29:50.422Z Downloaded crc-catalog v2.4.0
8112026-08-19T02:29:50.425Z Downloaded cstr-argument v0.1.2
8122026-08-19T02:29:50.425Z Downloaded smallvec v0.6.14
8132026-08-19T02:29:50.425Z Downloaded strum_macros v0.24.3
8142026-08-19T02:29:50.425Z Downloaded darling_macro v0.23.0
8152026-08-19T02:29:50.426Z Downloaded progenitor-impl v0.14.0
8162026-08-19T02:29:50.429Z Downloaded tinystr v0.8.2
8172026-08-19T02:29:50.429Z Downloaded hickory-resolver v0.25.2
8182026-08-19T02:29:50.432Z Downloaded flume v0.11.1
8192026-08-19T02:29:50.432Z Downloaded secrecy v0.10.3
8202026-08-19T02:29:50.432Z Downloaded dunce v1.0.5
8212026-08-19T02:29:50.435Z Downloaded rand v0.8.6
8222026-08-19T02:29:50.435Z Downloaded support-bundle-viewer v0.1.2
8232026-08-19T02:29:50.438Z Downloaded instability v0.3.11
8242026-08-19T02:29:50.438Z Downloaded slab v0.4.12
8252026-08-19T02:29:50.438Z Downloaded slog-async v2.8.0
8262026-08-19T02:29:50.441Z Downloaded static_assertions v1.1.0
8272026-08-19T02:29:50.442Z Downloaded lru-slab v0.1.2
8282026-08-19T02:29:50.442Z Downloaded md5 v0.8.0
8292026-08-19T02:29:50.442Z Downloaded libloading v0.8.9
8302026-08-19T02:29:50.445Z Downloaded async-compression v0.4.41
8312026-08-19T02:29:50.448Z Downloaded bytes v1.11.1
8322026-08-19T02:29:50.448Z Downloaded serde_with_macros v1.5.2
8332026-08-19T02:29:50.452Z Downloaded parking_lot_core v0.9.12
8342026-08-19T02:29:50.452Z Downloaded pkcs1 v0.7.5
8352026-08-19T02:29:50.452Z Downloaded whoami v1.6.1
8362026-08-19T02:29:50.455Z Downloaded whoami v2.1.0
8372026-08-19T02:29:50.455Z Downloaded wyz v0.5.1
8382026-08-19T02:29:50.455Z Downloaded vte v0.14.1
8392026-08-19T02:29:50.458Z Downloaded zstd v0.13.3
8402026-08-19T02:29:50.458Z Downloaded match_cfg v0.1.0
8412026-08-19T02:29:50.461Z Downloaded newtype-uuid-macros v0.1.0
8422026-08-19T02:29:50.464Z Downloaded icu_provider v2.1.1
8432026-08-19T02:29:50.464Z Downloaded ignore v0.4.25
8442026-08-19T02:29:50.468Z Downloaded darling v0.13.4
8452026-08-19T02:29:50.471Z Downloaded linked-hash-map v0.5.6
8462026-08-19T02:29:50.474Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-08-19T02:29:50.478Z Downloaded rand_chacha v0.3.1
8482026-08-19T02:29:50.484Z Downloaded slog-term v2.9.2
8492026-08-19T02:29:50.487Z Downloaded zerotrie v0.2.3
8502026-08-19T02:29:50.491Z Downloaded headers v0.4.1
8512026-08-19T02:29:50.491Z Downloaded data-encoding v2.10.0
8522026-08-19T02:29:50.494Z Downloaded indent_write v2.2.0
8532026-08-19T02:29:50.494Z Downloaded displaydoc v0.2.5
8542026-08-19T02:29:50.494Z Downloaded either v1.15.0
8552026-08-19T02:29:50.497Z Downloaded spin v0.9.8
8562026-08-19T02:29:50.497Z Downloaded pkcs8 v0.11.0
8572026-08-19T02:29:50.502Z Downloaded darling_core v0.20.11
8582026-08-19T02:29:50.505Z Downloaded tokio-rustls v0.26.4
8592026-08-19T02:29:50.508Z Downloaded ingot v0.2.1
8602026-08-19T02:29:50.509Z Downloaded serde_plain v1.0.2
8612026-08-19T02:29:50.509Z Downloaded shell-words v1.1.1
8622026-08-19T02:29:50.509Z Downloaded signal-hook-mio v0.2.5
8632026-08-19T02:29:50.512Z Downloaded uzers v0.12.2
8642026-08-19T02:29:50.520Z Downloaded dyn-clone v1.0.20
8652026-08-19T02:29:50.524Z Downloaded vergen-git2 v9.1.0
8662026-08-19T02:29:50.524Z Downloaded zeroize v1.9.0
8672026-08-19T02:29:50.524Z Downloaded cookie_store v0.22.1
8682026-08-19T02:29:50.527Z Downloaded slog-envlogger v2.2.0
8692026-08-19T02:29:50.527Z Downloaded take_mut v0.2.2
8702026-08-19T02:29:50.527Z Downloaded tap v1.0.1
8712026-08-19T02:29:50.530Z Downloaded scheduled-thread-pool v0.2.7
8722026-08-19T02:29:50.530Z Downloaded tungstenite v0.21.0
8732026-08-19T02:29:50.533Z Downloaded hashbrown v0.14.5
8742026-08-19T02:29:50.536Z Downloaded multer v3.1.0
8752026-08-19T02:29:50.536Z Downloaded parking_lot_core v0.8.6
8762026-08-19T02:29:50.536Z Downloaded hickory-resolver v0.24.4
8772026-08-19T02:29:50.540Z Downloaded keccak v0.2.0
8782026-08-19T02:29:50.543Z Downloaded libefi-sys v0.1.0
8792026-08-19T02:29:50.546Z Downloaded strum v0.27.2
8802026-08-19T02:29:50.549Z Downloaded oxide-tokio-rt v0.1.4
8812026-08-19T02:29:50.549Z Downloaded phf v0.13.1
8822026-08-19T02:29:50.549Z Downloaded polyval v0.7.1
8832026-08-19T02:29:50.552Z Downloaded supports-color v3.0.2
8842026-08-19T02:29:50.552Z Downloaded schemars v1.2.1
8852026-08-19T02:29:50.558Z Downloaded twox-hash v2.1.2
8862026-08-19T02:29:50.561Z Downloaded subprocess v0.2.15
8872026-08-19T02:29:50.561Z Downloaded r2d2 v0.8.10
8882026-08-19T02:29:50.564Z Downloaded openssl-macros v0.1.1
8892026-08-19T02:29:50.564Z Downloaded xattr v1.6.1
8902026-08-19T02:29:50.564Z Downloaded zone v0.3.1
8912026-08-19T02:29:50.564Z Downloaded crc8 v0.1.1
8922026-08-19T02:29:50.564Z Downloaded tinyvec_macros v0.1.1
8932026-08-19T02:29:50.568Z Downloaded topological-sort v0.2.2
8942026-08-19T02:29:50.568Z Downloaded aho-corasick v1.1.4
8952026-08-19T02:29:50.571Z Downloaded cpufeatures v0.3.0
8962026-08-19T02:29:50.574Z Downloaded crypto-bigint v0.5.5
8972026-08-19T02:29:50.577Z Downloaded peg v0.8.5
8982026-08-19T02:29:50.580Z Downloaded diesel_table_macro_syntax v0.3.0
8992026-08-19T02:29:50.584Z Downloaded crossbeam-epoch v0.9.18
9002026-08-19T02:29:50.584Z Downloaded crossbeam-utils v0.8.21
9012026-08-19T02:29:50.584Z Downloaded dirs-sys-next v0.1.2
9022026-08-19T02:29:50.587Z Downloaded display-error-chain v0.2.2
9032026-08-19T02:29:50.588Z Downloaded hashbrown v0.12.3
9042026-08-19T02:29:50.591Z Downloaded serde_path_to_error v0.1.20
9052026-08-19T02:29:50.592Z Downloaded icu_normalizer v2.1.1
9062026-08-19T02:29:50.592Z Downloaded pbkdf2 v0.13.0
9072026-08-19T02:29:50.596Z Downloaded derive_builder_core v0.20.2
9082026-08-19T02:29:50.596Z Downloaded string_cache v0.8.9
9092026-08-19T02:29:50.596Z Downloaded embedded-io v0.4.0
9102026-08-19T02:29:50.599Z Downloaded ssh-cipher v0.3.0
9112026-08-19T02:29:50.599Z Downloaded universal-hash v0.5.1
9122026-08-19T02:29:50.602Z Downloaded illumos-nvpair-sys v0.2.0
9132026-08-19T02:29:50.602Z Downloaded is_ci v1.2.0
9142026-08-19T02:29:50.602Z Downloaded lalrpop-util v0.19.12
9152026-08-19T02:29:50.602Z Downloaded progenitor-extras v0.2.0
9162026-08-19T02:29:50.606Z Downloaded unicode_categories v0.1.1
9172026-08-19T02:29:50.613Z Downloaded poly1305 v0.9.0
9182026-08-19T02:29:50.617Z Downloaded mime v0.3.17
9192026-08-19T02:29:50.620Z Downloaded opaque-debug v0.3.1
9202026-08-19T02:29:50.620Z Downloaded memoffset v0.9.1
9212026-08-19T02:29:50.626Z Downloaded xshell v0.2.7
9222026-08-19T02:29:50.629Z Downloaded csv-core v0.1.13
9232026-08-19T02:29:50.629Z Downloaded knus-derive v3.4.0
9242026-08-19T02:29:50.634Z Downloaded num v0.4.3
9252026-08-19T02:29:50.637Z Downloaded internet-checksum v0.2.1
9262026-08-19T02:29:50.637Z Downloaded lzss v0.8.2
9272026-08-19T02:29:50.637Z Downloaded slog-json v2.6.1
9282026-08-19T02:29:50.640Z Downloaded toml v0.7.8
9292026-08-19T02:29:50.645Z Downloaded toml v1.1.2+spec-1.1.0
9302026-08-19T02:29:50.645Z Downloaded tungstenite v0.23.0
9312026-08-19T02:29:50.648Z Downloaded crossbeam-deque v0.8.6
9322026-08-19T02:29:50.648Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9332026-08-19T02:29:50.651Z Downloaded vergen-gitcl v1.0.8
9342026-08-19T02:29:50.651Z Downloaded zerovec-derive v0.11.2
9352026-08-19T02:29:50.656Z Downloaded recursive-proc-macro-impl v0.1.1
9362026-08-19T02:29:50.659Z Downloaded num-rational v0.4.2
9372026-08-19T02:29:50.663Z Downloaded vergen-lib v0.1.6
9382026-08-19T02:29:50.663Z Downloaded http v1.4.2
9392026-08-19T02:29:50.666Z Downloaded hashbrown v0.13.2
9402026-08-19T02:29:50.669Z Downloaded der v0.7.10
9412026-08-19T02:29:50.672Z Downloaded rustc_version v0.4.1
9422026-08-19T02:29:50.672Z Downloaded serde-big-array v0.5.1
9432026-08-19T02:29:50.672Z Downloaded rfc6979 v0.6.0
9442026-08-19T02:29:50.676Z Downloaded signature v2.2.0
9452026-08-19T02:29:50.679Z Downloaded stable_deref_trait v1.2.1
9462026-08-19T02:29:50.679Z Downloaded subtle v2.6.1
9472026-08-19T02:29:50.684Z Downloaded psm v0.1.30
9482026-08-19T02:29:50.684Z Downloaded quinn v0.11.11
9492026-08-19T02:29:50.684Z Downloaded sqlparser_derive v0.5.0
9502026-08-19T02:29:50.684Z Downloaded impl-trait-for-tuples v0.2.3
9512026-08-19T02:29:50.689Z Downloaded pin-project v1.1.11
9522026-08-19T02:29:50.695Z Downloaded elliptic-curve v0.13.8
9532026-08-19T02:29:50.699Z Downloaded tokio-test v0.4.5
9542026-08-19T02:29:50.699Z Downloaded typify-macro v0.6.2
9552026-08-19T02:29:50.699Z Downloaded unicode-truncate v1.1.0
9562026-08-19T02:29:50.699Z Downloaded unicode-xid v0.2.6
9572026-08-19T02:29:50.703Z Downloaded darling_core v0.21.3
9582026-08-19T02:29:50.706Z Downloaded usdt-impl v0.6.0
9592026-08-19T02:29:50.706Z Downloaded rustls-platform-verifier v0.6.2
9602026-08-19T02:29:50.709Z Downloaded thread-id v5.1.0
9612026-08-19T02:29:50.709Z Downloaded minimal-lexical v0.2.1
9622026-08-19T02:29:50.712Z Downloaded num-complex v0.4.6
9632026-08-19T02:29:50.712Z Downloaded pkg-config v0.3.32
9642026-08-19T02:29:50.712Z Downloaded phf v0.12.1
9652026-08-19T02:29:50.716Z Downloaded libbz2-rs-sys v0.2.2
9662026-08-19T02:29:50.719Z Downloaded untrusted v0.7.1
9672026-08-19T02:29:50.719Z Downloaded derive_builder_macro v0.20.2
9682026-08-19T02:29:50.723Z Downloaded aes-gcm v0.11.0
9692026-08-19T02:29:50.726Z Downloaded crc v3.4.0
9702026-08-19T02:29:50.729Z Downloaded crossbeam-channel v0.5.15
9712026-08-19T02:29:50.732Z Downloaded p256 v0.14.0
9722026-08-19T02:29:50.735Z Downloaded ecdsa v0.16.9
9732026-08-19T02:29:50.736Z Downloaded rand_core v0.10.0
9742026-08-19T02:29:50.739Z Downloaded inout v0.1.4
9752026-08-19T02:29:50.739Z Downloaded num-traits v0.2.19
9762026-08-19T02:29:50.739Z Downloaded tracing-attributes v0.1.31
9772026-08-19T02:29:50.742Z Downloaded kem v0.3.0
9782026-08-19T02:29:50.742Z Downloaded owo-colors v4.3.0
9792026-08-19T02:29:50.742Z Downloaded proc-macro-error2 v2.0.1
9802026-08-19T02:29:50.745Z Downloaded rfc6979 v0.4.0
9812026-08-19T02:29:50.745Z Downloaded vergen-lib v9.1.0
9822026-08-19T02:29:50.748Z Downloaded url v2.5.8
9832026-08-19T02:29:50.748Z Downloaded hickory-server v0.25.2
9842026-08-19T02:29:50.752Z Downloaded signal-hook v0.3.18
9852026-08-19T02:29:50.759Z Downloaded is-terminal v0.4.17
9862026-08-19T02:29:50.763Z Downloaded kstat-rs v0.2.5
9872026-08-19T02:29:50.763Z Downloaded maplit v1.0.2
9882026-08-19T02:29:50.766Z Downloaded ed25519-dalek v3.0.0
9892026-08-19T02:29:50.766Z Downloaded nonempty v0.12.0
9902026-08-19T02:29:50.773Z Downloaded hkdf v0.12.4
9912026-08-19T02:29:50.776Z Downloaded ssh-key v0.7.0-rc.11
9922026-08-19T02:29:50.780Z Downloaded zopfli v0.8.3
9932026-08-19T02:29:50.783Z Downloaded futures-util v0.3.32
9942026-08-19T02:29:50.787Z Downloaded pkcs8 v0.10.2
9952026-08-19T02:29:50.790Z Downloaded pem-rfc7468 v0.7.0
9962026-08-19T02:29:50.790Z Downloaded managed v0.8.0
9972026-08-19T02:29:50.790Z Downloaded derive-ex v0.1.8
9982026-08-19T02:29:50.793Z Downloaded parse-display v0.10.0
9992026-08-19T02:29:50.797Z Downloaded progenitor-client v0.14.0
10002026-08-19T02:29:50.800Z Downloaded icu_properties v2.1.2
10012026-08-19T02:29:50.800Z Downloaded internal-russh-num-bigint v0.5.0
10022026-08-19T02:29:50.803Z Downloaded iana-time-zone v0.1.65
10032026-08-19T02:29:50.807Z Downloaded schemars v0.8.22
10042026-08-19T02:29:50.811Z Downloaded tokio-tungstenite v0.21.0
10052026-08-19T02:29:50.814Z Downloaded reqwest v0.13.2
10062026-08-19T02:29:50.818Z Downloaded const_format_proc_macros v0.2.34
10072026-08-19T02:29:50.818Z Downloaded derive-where v1.6.0
10082026-08-19T02:29:50.821Z Downloaded hyper-staticfile v0.10.1
10092026-08-19T02:29:50.821Z Downloaded time-core v0.1.8
10102026-08-19T02:29:50.821Z Downloaded potential_utf v0.1.4
10112026-08-19T02:29:50.821Z Downloaded predicates-core v1.0.10
10122026-08-19T02:29:50.827Z Downloaded typify v0.6.2
10132026-08-19T02:29:50.832Z Downloaded siphasher v1.0.2
10142026-08-19T02:29:50.835Z Downloaded crucible-workspace-hack v0.1.0
10152026-08-19T02:29:50.838Z Downloaded p384 v0.14.0
10162026-08-19T02:29:50.842Z Downloaded itertools v0.10.5
10172026-08-19T02:29:50.845Z Downloaded hashbrown v0.15.5
10182026-08-19T02:29:50.848Z Downloaded rsa v0.10.0-rc.18
10192026-08-19T02:29:50.852Z Downloaded sha2 v0.11.0
10202026-08-19T02:29:50.855Z Downloaded illumos-nvpair v0.3.0
10212026-08-19T02:29:50.855Z Downloaded waitgroup v0.1.2
10222026-08-19T02:29:50.855Z Downloaded darling_macro v0.20.11
10232026-08-19T02:29:50.858Z Downloaded downcast-rs v2.0.2
10242026-08-19T02:29:50.861Z Downloaded prefix-trie v0.7.0
10252026-08-19T02:29:50.866Z Downloaded derive_builder v0.20.2
10262026-08-19T02:29:50.869Z Downloaded ed25519 v2.2.3
10272026-08-19T02:29:50.872Z Downloaded parse-size v1.1.0
10282026-08-19T02:29:50.872Z Downloaded strum_macros v0.27.2
10292026-08-19T02:29:50.872Z Downloaded slog-stdlog v4.1.1
10302026-08-19T02:29:50.872Z Downloaded stringprep v0.1.5
10312026-08-19T02:29:50.876Z Downloaded darling v0.21.3
10322026-08-19T02:29:50.876Z Downloaded darling v0.23.0
10332026-08-19T02:29:50.879Z Downloaded tower v0.5.3
10342026-08-19T02:29:50.886Z Downloaded tokio-native-tls v0.3.1
10352026-08-19T02:29:50.889Z Downloaded bindgen v0.71.1
10362026-08-19T02:29:50.893Z Downloaded libscf-sys v1.2.0
10372026-08-19T02:29:50.893Z Downloaded new_debug_unreachable v1.0.6
10382026-08-19T02:29:50.893Z Downloaded semver v0.1.20
10392026-08-19T02:29:50.897Z Downloaded sponge-cursor v0.1.0
10402026-08-19T02:29:50.897Z Downloaded newtype_derive v0.1.6
10412026-08-19T02:29:50.897Z Downloaded pem v3.0.6
10422026-08-19T02:29:50.897Z Downloaded rand_core v0.9.5
10432026-08-19T02:29:50.897Z Downloaded dropshot-api-manager v0.8.0
10442026-08-19T02:29:50.900Z Downloaded scuffle v0.1.0
10452026-08-19T02:29:50.907Z Downloaded ryu v1.0.23
10462026-08-19T02:29:50.912Z Downloaded zstd-safe v7.2.4
10472026-08-19T02:29:50.915Z Downloaded sec1 v0.8.1
10482026-08-19T02:29:50.924Z Downloaded tinyvec v1.10.0
10492026-08-19T02:29:50.929Z Downloaded inout v0.2.2
10502026-08-19T02:29:50.932Z Downloaded sigpipe v0.1.3
10512026-08-19T02:29:50.932Z Downloaded ipnet v2.12.0
10522026-08-19T02:29:50.936Z Downloaded hashbrown v0.16.1
10532026-08-19T02:29:50.939Z Downloaded walkdir v2.5.0
10542026-08-19T02:29:50.943Z Downloaded jiff-core v0.1.0
10552026-08-19T02:29:50.943Z Downloaded miniz_oxide v0.8.9
10562026-08-19T02:29:50.946Z Downloaded slog v2.8.2
10572026-08-19T02:29:50.950Z Downloaded serde_with_macros v3.21.0
10582026-08-19T02:29:50.950Z Downloaded lazy_static v1.5.0
10592026-08-19T02:29:50.950Z Downloaded wait-timeout v0.2.1
10602026-08-19T02:29:50.953Z Downloaded quick-xml v0.37.5
10612026-08-19T02:29:50.956Z Downloaded dsl_auto_type v0.2.0
10622026-08-19T02:29:50.959Z Downloaded derive_more v2.1.1
10632026-08-19T02:29:50.963Z Downloaded derive_more-impl v2.1.1
10642026-08-19T02:29:50.966Z Downloaded diesel_derives v2.3.7
10652026-08-19T02:29:50.969Z Downloaded toml_parser v1.1.2+spec-1.1.0
10662026-08-19T02:29:50.972Z Downloaded progenitor v0.13.0
10672026-08-19T02:29:50.972Z Downloaded ed25519 v3.0.0
10682026-08-19T02:29:50.972Z Downloaded socket2 v0.6.3
10692026-08-19T02:29:50.975Z Downloaded regex v1.12.3
10702026-08-19T02:29:50.978Z Downloaded serde-hex v0.1.0
10712026-08-19T02:29:50.978Z Downloaded tokio-postgres v0.7.16
10722026-08-19T02:29:50.981Z Downloaded zerovec v0.11.5
10732026-08-19T02:29:50.986Z Downloaded hkdf v0.13.0
10742026-08-19T02:29:50.986Z Downloaded module-lattice v0.2.3
10752026-08-19T02:29:50.986Z Downloaded nanorand v0.7.0
10762026-08-19T02:29:50.989Z Downloaded native-tls v0.2.18
10772026-08-19T02:29:50.989Z Downloaded pin-project-internal v1.1.11
10782026-08-19T02:29:50.989Z Downloaded tagptr v0.2.0
10792026-08-19T02:29:50.992Z Downloaded num_enum_derive v0.5.11
10802026-08-19T02:29:50.992Z Downloaded tower-http v0.6.8
10812026-08-19T02:29:50.995Z Downloaded structmeta v0.3.0
10822026-08-19T02:29:50.995Z Downloaded tracing-core v0.1.36
10832026-08-19T02:29:50.998Z Downloaded unsafe-libyaml v0.2.11
10842026-08-19T02:29:51.002Z Downloaded itertools v0.15.0
10852026-08-19T02:29:51.005Z Downloaded serde_with v1.14.0
10862026-08-19T02:29:51.008Z Downloaded oxide-update-engine-types v0.1.2
10872026-08-19T02:29:51.008Z Downloaded convert_case v0.10.0
10882026-08-19T02:29:51.011Z Downloaded daft-derive v0.1.7
10892026-08-19T02:29:51.011Z Downloaded diff v0.1.13
10902026-08-19T02:29:51.014Z Downloaded powerfmt v0.2.0
10912026-08-19T02:29:51.015Z Downloaded progenitor-macro v0.13.0
10922026-08-19T02:29:51.015Z Downloaded void v1.0.2
10932026-08-19T02:29:51.015Z Downloaded darling_macro v0.21.3
10942026-08-19T02:29:51.015Z Downloaded keccak v0.1.6
10952026-08-19T02:29:51.015Z Downloaded digest v0.11.3
10962026-08-19T02:29:51.020Z Downloaded rusty-fork v0.3.1
10972026-08-19T02:29:51.023Z Downloaded prettyplease v0.2.37
10982026-08-19T02:29:51.023Z Downloaded pretty_assertions v1.4.1
10992026-08-19T02:29:51.026Z Downloaded drift v0.2.0
11002026-08-19T02:29:51.029Z Downloaded num-bigint-dig v0.8.6
11012026-08-19T02:29:51.033Z Downloaded document-features v0.2.12
11022026-08-19T02:29:51.033Z Downloaded hyper v1.10.1
11032026-08-19T02:29:51.036Z Downloaded socket2 v0.5.10
11042026-08-19T02:29:51.040Z Downloaded strum_macros v0.26.4
11052026-08-19T02:29:51.040Z Downloaded term v0.7.0
11062026-08-19T02:29:51.040Z Downloaded tls_codec_derive v0.4.2
11072026-08-19T02:29:51.040Z Downloaded indexmap v1.9.3
11082026-08-19T02:29:51.044Z Downloaded rustyline v14.0.0
11092026-08-19T02:29:51.048Z Downloaded daft v0.1.7
11102026-08-19T02:29:51.049Z Downloaded tui-tree-widget v0.23.1
11112026-08-19T02:29:51.049Z Downloaded phc v0.6.1
11122026-08-19T02:29:51.057Z Downloaded rustversion v1.0.22
11132026-08-19T02:29:51.060Z Downloaded blake3 v1.8.5
11142026-08-19T02:29:51.063Z Downloaded samael v0.0.19
11152026-08-19T02:29:51.066Z Downloaded tokio-util v0.7.18
11162026-08-19T02:29:51.070Z Downloaded h2 v0.4.15
11172026-08-19T02:29:51.074Z Downloaded uuid v1.23.4
11182026-08-19T02:29:51.077Z Downloaded cookie v0.18.1
11192026-08-19T02:29:51.080Z Downloaded utf-8 v0.7.6
11202026-08-19T02:29:51.080Z Downloaded serde_with v3.21.0
11212026-08-19T02:29:51.085Z Downloaded stacker v0.1.23
11222026-08-19T02:29:51.088Z Downloaded rand_xorshift v0.4.0
11232026-08-19T02:29:51.088Z Downloaded scopeguard v1.2.0
11242026-08-19T02:29:51.090Z Downloaded winnow v0.5.40
11252026-08-19T02:29:51.093Z Downloaded sha1 v0.10.6
11262026-08-19T02:29:51.096Z Downloaded derive_more v0.99.20
11272026-08-19T02:29:51.096Z Downloaded lru-cache v0.1.2
11282026-08-19T02:29:51.099Z Downloaded wnaf v0.14.0
11292026-08-19T02:29:51.103Z Downloaded crypto-common v0.2.2
11302026-08-19T02:29:51.103Z Downloaded serde_yaml v0.9.34+deprecated
11312026-08-19T02:29:51.106Z Downloaded rtoolbox v0.0.3
11322026-08-19T02:29:51.109Z Downloaded rand_chacha v0.9.0
11332026-08-19T02:29:51.112Z Downloaded ron v0.8.1
11342026-08-19T02:29:51.115Z Downloaded rand v0.9.2
11352026-08-19T02:29:51.115Z Downloaded icu_normalizer_data v2.1.1
11362026-08-19T02:29:51.118Z Downloaded bitvec v1.0.1
11372026-08-19T02:29:51.125Z Downloaded mio v1.2.0
11382026-08-19T02:29:51.128Z Downloaded num-bigint v0.4.6
11392026-08-19T02:29:51.131Z Downloaded unicode-segmentation v1.12.0
11402026-08-19T02:29:51.134Z Downloaded dropshot-api-manager-types v0.8.0
11412026-08-19T02:29:51.134Z Downloaded signature v3.0.0
11422026-08-19T02:29:51.134Z Downloaded ml-kem v0.3.2
11432026-08-19T02:29:51.137Z Downloaded rawzip v0.4.4
11442026-08-19T02:29:51.140Z Downloaded pin-project-lite v0.2.17
11452026-08-19T02:29:51.143Z Downloaded sha1 v0.11.0
11462026-08-19T02:29:51.143Z Downloaded serde_bytes v0.11.19
11472026-08-19T02:29:51.144Z Downloaded tar v0.4.46
11482026-08-19T02:29:51.148Z Downloaded curve25519-dalek-derive v0.1.1
11492026-08-19T02:29:51.148Z Downloaded num-conv v0.2.0
11502026-08-19T02:29:51.148Z Downloaded snafu-derive v0.8.9
11512026-08-19T02:29:51.148Z Downloaded nom v7.1.3
11522026-08-19T02:29:51.151Z Downloaded oxnet v0.1.6
11532026-08-19T02:29:51.151Z Downloaded slog-bunyan v2.5.0
11542026-08-19T02:29:51.151Z Downloaded num-derive v0.4.2
11552026-08-19T02:29:51.154Z Downloaded precomputed-hash v0.1.1
11562026-08-19T02:29:51.155Z Downloaded test-strategy v0.4.5
11572026-08-19T02:29:51.155Z Downloaded constant_time_eq v0.4.2
11582026-08-19T02:29:51.158Z Downloaded utf8_iter v1.0.4
11592026-08-19T02:29:51.158Z Downloaded ident_case v1.0.1
11602026-08-19T02:29:51.158Z Downloaded structmeta-derive v0.3.0
11612026-08-19T02:29:51.158Z Downloaded darling_core v0.13.4
11622026-08-19T02:29:51.161Z Downloaded progenitor-macro v0.14.0
11632026-08-19T02:29:51.161Z Downloaded jobserver v0.1.34
11642026-08-19T02:29:51.164Z Downloaded tabwriter v1.4.1
11652026-08-19T02:29:51.171Z Downloaded scrypt v0.12.0
11662026-08-19T02:29:51.175Z Downloaded p521 v0.14.0
11672026-08-19T02:29:51.180Z Downloaded supports-unicode v3.0.0
11682026-08-19T02:29:51.183Z Downloaded num_threads v0.1.7
11692026-08-19T02:29:51.186Z Downloaded oso-derive v0.27.3
11702026-08-19T02:29:51.186Z Downloaded rustc_version v0.1.7
11712026-08-19T02:29:51.186Z Downloaded untrusted v0.9.0
11722026-08-19T02:29:51.187Z Downloaded peg-runtime v0.8.5
11732026-08-19T02:29:51.187Z Downloaded progenitor-impl v0.13.0
11742026-08-19T02:29:51.190Z Downloaded indoc v2.0.7
11752026-08-19T02:29:51.190Z Downloaded litrs v1.0.0
11762026-08-19T02:29:51.193Z Downloaded thread_local v1.1.9
11772026-08-19T02:29:51.196Z Downloaded iri-string v0.7.10
11782026-08-19T02:29:51.201Z Downloaded predicates v3.1.4
11792026-08-19T02:29:51.204Z Downloaded signal-hook-registry v1.4.8
11802026-08-19T02:29:51.204Z Downloaded ena v0.14.4
11812026-08-19T02:29:51.207Z Downloaded russh-cryptovec v0.62.0
11822026-08-19T02:29:51.207Z Downloaded chrono v0.4.45
11832026-08-19T02:29:51.210Z Downloaded ipnetwork v0.21.1
11842026-08-19T02:29:51.210Z Downloaded itertools v0.13.0
11852026-08-19T02:29:51.217Z Downloaded smallvec v1.15.1
11862026-08-19T02:29:51.220Z Downloaded time-macros v0.2.27
11872026-08-19T02:29:51.220Z Downloaded try-lock v0.2.5
11882026-08-19T02:29:51.220Z Downloaded aws-lc-rs v1.16.3
11892026-08-19T02:29:51.226Z Downloaded dirs-next v2.0.0
11902026-08-19T02:29:51.229Z Downloaded zerofrom v0.1.6
11912026-08-19T02:29:51.229Z Downloaded thiserror-no-std v2.0.2
11922026-08-19T02:29:51.232Z Downloaded typed-path v0.9.3
11932026-08-19T02:29:51.236Z Downloaded tokio-dtrace v0.1.1
11942026-08-19T02:29:51.245Z Downloaded der_derive v0.7.3
11952026-08-19T02:29:51.249Z Downloaded vsss-rs v3.3.4
11962026-08-19T02:29:51.253Z Downloaded spki v0.8.0
11972026-08-19T02:29:51.253Z Downloaded password-hash v0.5.0
11982026-08-19T02:29:51.256Z Downloaded schemars_derive v0.8.22
11992026-08-19T02:29:51.256Z Downloaded radix_trie v0.2.1
12002026-08-19T02:29:51.260Z Downloaded parking_lot v0.11.2
12012026-08-19T02:29:51.260Z Downloaded litemap v0.8.1
12022026-08-19T02:29:51.271Z Downloaded dropshot_endpoint v0.17.1
12032026-08-19T02:29:51.276Z Downloaded progenitor v0.14.0
12042026-08-19T02:29:51.280Z Downloaded x509-cert v0.2.5
12052026-08-19T02:29:51.283Z Downloaded yoke v0.8.1
12062026-08-19T02:29:51.283Z Downloaded des v0.9.0
12072026-08-19T02:29:51.283Z Downloaded libsw v3.5.0
12082026-08-19T02:29:51.286Z Downloaded unicode-bidi v0.3.18
12092026-08-19T02:29:51.286Z Downloaded yansi v1.0.1
12102026-08-19T02:29:51.289Z Downloaded miette-derive v7.6.0
12112026-08-19T02:29:51.289Z Downloaded papergrid v0.18.0
12122026-08-19T02:29:51.293Z Downloaded vcpkg v0.2.15
12132026-08-19T02:29:51.312Z Downloaded rsa v0.9.10
12142026-08-19T02:29:51.315Z Downloaded crc-any v2.5.0
12152026-08-19T02:29:51.318Z Downloaded pkcs1 v0.8.0-rc.4
12162026-08-19T02:29:51.318Z Downloaded memmap2 v0.9.10
12172026-08-19T02:29:51.318Z Downloaded diesel-dtrace v0.5.0
12182026-08-19T02:29:51.318Z Downloaded tokio-tungstenite v0.23.1
12192026-08-19T02:29:51.322Z Downloaded libsw-core v0.3.2
12202026-08-19T02:29:51.322Z Downloaded quinn-udp v0.5.14
12212026-08-19T02:29:51.322Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-08-19T02:29:51.325Z Downloaded yasna v0.5.2
12232026-08-19T02:29:51.326Z Downloaded ingot-macros v0.2.0
12242026-08-19T02:29:51.329Z Downloaded unicase v2.9.0
12252026-08-19T02:29:51.329Z Downloaded deranged v0.5.8
12262026-08-19T02:29:51.330Z Downloaded libxml v0.3.3
12272026-08-19T02:29:51.333Z Downloaded zip v0.6.6
12282026-08-19T02:29:51.333Z Downloaded der v0.8.0
12292026-08-19T02:29:51.336Z Downloaded indicatif v0.18.4
12302026-08-19T02:29:51.339Z Downloaded rustls-webpki v0.103.13
12312026-08-19T02:29:51.339Z Downloaded darling_core v0.23.0
12322026-08-19T02:29:51.342Z Downloaded itertools v0.12.1
12332026-08-19T02:29:51.346Z Downloaded icu_collections v2.1.1
12342026-08-19T02:29:51.350Z Downloaded proptest v1.11.0
12352026-08-19T02:29:51.353Z Downloaded crossterm v0.29.0
12362026-08-19T02:29:51.356Z Downloaded schemars v0.9.0
12372026-08-19T02:29:51.363Z Downloaded idna v1.1.0
12382026-08-19T02:29:51.366Z Downloaded publicsuffix v2.3.0
12392026-08-19T02:29:51.369Z Downloaded tabled v0.21.0
12402026-08-19T02:29:51.375Z Downloaded qorb v0.4.1
12412026-08-19T02:29:51.379Z Downloaded crc32fast v1.5.0
12422026-08-19T02:29:51.379Z Downloaded rcgen v0.12.1
12432026-08-19T02:29:51.383Z Downloaded unicode-normalization v0.1.25
12442026-08-19T02:29:51.383Z Downloaded icu_properties_data v2.1.2
12452026-08-19T02:29:51.387Z Downloaded sha3 v0.12.0
12462026-08-19T02:29:51.391Z Downloaded toml_edit v0.19.15
12472026-08-19T02:29:51.397Z Downloaded const_format v0.2.35
12482026-08-19T02:29:51.400Z Downloaded miette v7.6.0
12492026-08-19T02:29:51.403Z Downloaded zerocopy-derive v0.8.55
12502026-08-19T02:29:51.406Z Downloaded icu_locale_core v2.1.1
12512026-08-19T02:29:51.410Z Downloaded zip v4.6.1
12522026-08-19T02:29:51.413Z Downloaded tough v0.22.0
12532026-08-19T02:29:51.416Z Downloaded salty v0.3.0
12542026-08-19T02:29:51.420Z Downloaded openssl-sys v0.9.117
12552026-08-19T02:29:51.423Z Downloaded pkcs5 v0.8.1
12562026-08-19T02:29:51.433Z Downloaded rayon-core v1.13.0
12572026-08-19T02:29:51.437Z Downloaded reqwest v0.12.28
12582026-08-19T02:29:51.440Z Downloaded rayon v1.11.0
12592026-08-19T02:29:51.443Z Downloaded petname v2.0.2
12602026-08-19T02:29:51.473Z Downloaded rand v0.10.1
12612026-08-19T02:29:51.473Z Downloaded quinn-proto v0.11.16
12622026-08-19T02:29:51.473Z Downloaded knus v3.4.0
12632026-08-19T02:29:51.473Z Downloaded git2 v0.20.4
12642026-08-19T02:29:51.474Z Downloaded p384 v0.13.1
12652026-08-19T02:29:51.475Z Downloaded openssl v0.10.80
12662026-08-19T02:29:51.480Z Downloaded nom v8.0.0
12672026-08-19T02:29:51.480Z Downloaded time v0.3.47
12682026-08-19T02:29:51.486Z Downloaded ed25519-dalek v2.2.0
12692026-08-19T02:29:51.492Z Downloaded goblin v0.10.5
12702026-08-19T02:29:51.502Z Downloaded steno v0.4.1
12712026-08-19T02:29:51.506Z Downloaded gimli v0.32.3
12722026-08-19T02:29:51.509Z Downloaded hyper-util v0.1.20
12732026-08-19T02:29:51.512Z Downloaded zerocopy v0.8.55
12742026-08-19T02:29:51.522Z Downloaded lalrpop v0.19.12
12752026-08-19T02:29:51.530Z Downloaded reedline v0.40.0
12762026-08-19T02:29:51.533Z Downloaded portable-atomic v1.13.1
12772026-08-19T02:29:51.536Z Downloaded crossterm v0.28.1
12782026-08-19T02:29:51.539Z Downloaded nix v0.31.2
12792026-08-19T02:29:51.546Z Downloaded libm v0.2.16
12802026-08-19T02:29:51.552Z Downloaded crypto-primes v0.7.2
12812026-08-19T02:29:51.555Z Downloaded bstr v1.12.1
12822026-08-19T02:29:51.594Z Downloaded nix v0.27.1
12832026-08-19T02:29:51.602Z Downloaded winnow v0.6.26
12842026-08-19T02:29:51.605Z Downloaded itertools v0.14.0
12852026-08-19T02:29:51.611Z Downloaded russh v0.62.4
12862026-08-19T02:29:51.614Z Downloaded polar-core v0.27.3
12872026-08-19T02:29:51.621Z Downloaded winnow v1.0.3
12882026-08-19T02:29:51.626Z Downloaded smoltcp v0.9.1
12892026-08-19T02:29:51.632Z Downloaded hickory-proto v0.24.4
12902026-08-19T02:29:51.671Z Downloaded zlib-rs v0.6.2
12912026-08-19T02:29:51.675Z Downloaded regex-syntax v0.6.29
12922026-08-19T02:29:51.679Z Downloaded curve25519-dalek v4.1.3
12932026-08-19T02:29:51.685Z Downloaded rustls v0.23.41
12942026-08-19T02:29:51.691Z Downloaded rustix v0.38.44
12952026-08-19T02:29:51.707Z Downloaded object v0.30.4
12962026-08-19T02:29:51.710Z Downloaded moka v0.12.13
12972026-08-19T02:29:51.713Z Downloaded iddqd v0.4.2
12982026-08-19T02:29:51.717Z Downloaded smoltcp v0.11.0
12992026-08-19T02:29:51.723Z Downloaded sqlparser v0.61.0
13002026-08-19T02:29:51.737Z Downloaded curve25519-dalek v5.0.0
13012026-08-19T02:29:51.757Z Downloaded hickory-proto v0.25.2
13022026-08-19T02:29:51.771Z Downloaded openapiv3 v2.2.0
13032026-08-19T02:29:51.784Z Downloaded regress v0.11.1
13042026-08-19T02:29:51.794Z Downloaded dropshot v0.17.1
13052026-08-19T02:29:51.805Z Downloaded nix v0.28.0
13062026-08-19T02:29:51.812Z Downloaded object v0.37.3
13072026-08-19T02:29:51.818Z Downloaded crypto-bigint v0.7.5
13082026-08-19T02:29:51.831Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-08-19T02:29:51.838Z Downloaded regress v0.10.5
13102026-08-19T02:29:51.844Z Downloaded tracing v0.1.44
13112026-08-19T02:29:51.855Z Downloaded zerocopy-derive v0.6.6
13122026-08-19T02:29:51.861Z Downloaded sled v0.34.7
13132026-08-19T02:29:51.867Z Downloaded sha3 v0.11.0
13142026-08-19T02:29:51.874Z Downloaded regex-syntax v0.8.10
13152026-08-19T02:29:51.880Z Downloaded jiff v0.2.34
13162026-08-19T02:29:51.898Z Downloaded chrono-tz v0.10.4
13172026-08-19T02:29:51.924Z Downloaded petgraph v0.8.3
13182026-08-19T02:29:51.937Z Downloaded sha3 v0.10.8
13192026-08-19T02:29:51.940Z Downloaded typify-impl v0.6.2
13202026-08-19T02:29:51.947Z Downloaded libz-sys v1.1.24
13212026-08-19T02:29:51.959Z Downloaded csv v1.4.0
13222026-08-19T02:29:51.971Z Downloaded diesel v2.3.7
13232026-08-19T02:29:51.983Z Downloaded ratatui v0.29.0
13242026-08-19T02:29:52.021Z Downloaded regex-automata v0.4.14
13252026-08-19T02:29:52.045Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-08-19T02:29:52.056Z Downloaded petgraph v0.6.5
13272026-08-19T02:29:52.079Z Downloaded tokio v1.52.1
13282026-08-19T02:29:52.168Z Downloaded encoding_rs v0.8.35
13292026-08-19T02:29:52.209Z Downloaded ring v0.17.14
13302026-08-19T02:29:52.233Z Downloaded libgit2-sys v0.18.3+1.9.2
13312026-08-19T02:29:52.467Z Downloaded aws-lc-sys v0.40.0
13322026-08-19T02:29:52.719Z Compiling serde_core v1.0.228
13332026-08-19T02:29:52.719Z Compiling libc v0.2.185
13342026-08-19T02:29:52.724Z Compiling serde v1.0.228
13352026-08-19T02:29:52.724Z Compiling log v0.4.33
13362026-08-19T02:29:52.724Z Compiling smallvec v1.15.1
13372026-08-19T02:29:52.887Z Compiling shlex v1.3.0
13382026-08-19T02:29:52.895Z Compiling find-msvc-tools v0.1.9
13392026-08-19T02:29:52.898Z Compiling syn v2.0.117
13402026-08-19T02:29:53.084Z Compiling subtle v2.6.1
13412026-08-19T02:29:53.123Z Compiling scopeguard v1.2.0
13422026-08-19T02:29:53.123Z Compiling typenum v1.20.1
13432026-08-19T02:29:53.201Z Compiling lock_api v0.4.14
13442026-08-19T02:29:53.215Z Compiling stable_deref_trait v1.2.1
13452026-08-19T02:29:53.231Z Compiling zerocopy v0.8.55
13462026-08-19T02:29:53.279Z Compiling portable-atomic v1.13.1
13472026-08-19T02:29:53.293Z Compiling serde_json v1.0.151
13482026-08-19T02:29:53.434Z Compiling critical-section v1.2.0
13492026-08-19T02:29:53.497Z Compiling libm v0.2.16
13502026-08-19T02:29:53.543Z Compiling num-traits v0.2.19
13512026-08-19T02:29:53.674Z Compiling pkg-config v0.3.32
13522026-08-19T02:29:53.739Z Compiling errno v0.3.14
13532026-08-19T02:29:53.793Z Compiling jobserver v0.1.34
13542026-08-19T02:29:53.881Z Compiling getrandom v0.2.17
13552026-08-19T02:29:53.950Z Compiling generic-array v0.14.7
13562026-08-19T02:29:54.114Z Compiling cc v1.2.56
13572026-08-19T02:29:54.143Z Compiling rand_core v0.6.4
13582026-08-19T02:29:54.164Z Compiling pin-project-lite v0.2.17
13592026-08-19T02:29:54.223Z Compiling parking_lot_core v0.9.12
13602026-08-19T02:29:54.260Z Compiling const-oid v0.9.6
13612026-08-19T02:29:54.359Z Compiling once_cell v1.21.3
13622026-08-19T02:29:54.472Z Compiling getrandom v0.3.4
13632026-08-19T02:29:54.576Z Compiling signal-hook-registry v1.4.8
13642026-08-19T02:29:54.868Z Compiling litemap v0.8.1
13652026-08-19T02:29:55.013Z Compiling bitflags v2.11.0
13662026-08-19T02:29:55.070Z Compiling percent-encoding v2.3.2
13672026-08-19T02:29:55.107Z Compiling futures-core v0.3.32
13682026-08-19T02:29:55.141Z Compiling writeable v0.6.2
13692026-08-19T02:29:55.263Z Compiling semver v1.0.28
13702026-08-19T02:29:55.266Z Compiling parking_lot v0.12.5
13712026-08-19T02:29:55.351Z Compiling mio v1.2.0
13722026-08-19T02:29:55.443Z Compiling icu_properties_data v2.1.2
13732026-08-19T02:29:55.473Z Compiling icu_normalizer_data v2.1.1
13742026-08-19T02:29:55.587Z Compiling socket2 v0.6.3
13752026-08-19T02:29:55.671Z Compiling rustix v1.1.4
13762026-08-19T02:29:55.686Z Compiling getrandom v0.4.3
13772026-08-19T02:29:55.775Z Compiling synstructure v0.13.2
13782026-08-19T02:29:55.790Z Compiling futures-sink v0.3.32
13792026-08-19T02:29:55.808Z Compiling rand_core v0.10.0
13802026-08-19T02:29:55.898Z Compiling indexmap v2.14.0
13812026-08-19T02:29:55.978Z Compiling futures-channel v0.3.32
13822026-08-19T02:29:55.993Z Compiling futures-task v0.3.32
13832026-08-19T02:29:56.158Z Compiling futures-io v0.3.32
13842026-08-19T02:29:56.173Z Compiling utf8_iter v1.0.4
13852026-08-19T02:29:56.196Z Compiling slab v0.4.12
13862026-08-19T02:29:56.252Z Compiling form_urlencoded v1.2.2
13872026-08-19T02:29:56.312Z Compiling rustversion v1.0.22
13882026-08-19T02:29:56.327Z Compiling base64ct v1.8.3
13892026-08-19T02:29:56.357Z Compiling iana-time-zone v0.1.65
13902026-08-19T02:29:56.375Z Compiling cmake v0.1.57
13912026-08-19T02:29:56.425Z Compiling ident_case v1.0.1
13922026-08-19T02:29:56.548Z Compiling pem-rfc7468 v0.7.0
13932026-08-19T02:29:56.563Z Compiling flagset v0.4.7
13942026-08-19T02:29:56.566Z Compiling fs_extra v1.3.0
13952026-08-19T02:29:56.604Z Compiling dunce v1.0.5
13962026-08-19T02:29:56.698Z Compiling regex-syntax v0.8.10
13972026-08-19T02:29:56.711Z Compiling uuid v1.23.4
13982026-08-19T02:29:56.763Z Compiling rand_core v0.9.5
13992026-08-19T02:29:56.839Z Compiling aws-lc-sys v0.40.0
14002026-08-19T02:29:56.842Z Compiling base64 v0.22.1
14012026-08-19T02:29:57.107Z Compiling syn v1.0.109
14022026-08-19T02:29:57.248Z Compiling vcpkg v0.2.15
14032026-08-19T02:29:57.337Z Compiling serde_derive_internals v0.29.1
14042026-08-19T02:29:57.360Z Compiling rustc_version v0.4.1
14052026-08-19T02:29:57.443Z Compiling tracing-core v0.1.36
14062026-08-19T02:29:57.466Z Compiling aws-lc-rs v1.16.3
14072026-08-19T02:29:57.515Z Compiling serde_derive v1.0.228
14082026-08-19T02:29:57.682Z Compiling zeroize_derive v1.5.0
14092026-08-19T02:29:57.753Z Compiling zerofrom-derive v0.1.6
14102026-08-19T02:29:57.978Z Compiling zerocopy-derive v0.8.55
14112026-08-19T02:29:57.995Z Compiling yoke-derive v0.8.1
14122026-08-19T02:29:58.253Z Compiling zerovec-derive v0.11.2
14132026-08-19T02:29:58.342Z Compiling displaydoc v0.2.5
14142026-08-19T02:29:59.065Z Compiling tokio-macros v2.7.0
14152026-08-19T02:29:59.110Z Compiling futures-macro v0.3.32
14162026-08-19T02:29:59.179Z Compiling zerofrom v0.1.6
14172026-08-19T02:29:59.194Z Compiling der_derive v0.7.3
14182026-08-19T02:29:59.305Z Compiling yoke v0.8.1
14192026-08-19T02:29:59.385Z Compiling thiserror-impl v2.0.18
14202026-08-19T02:29:59.493Z Compiling zerovec v0.11.5
14212026-08-19T02:29:59.794Z Compiling zerotrie v0.2.3
14222026-08-19T02:29:59.918Z Compiling futures-util v0.3.32
14232026-08-19T02:29:59.999Z Compiling tinystr v0.8.2
14242026-08-19T02:30:00.091Z Compiling potential_utf v0.1.4
14252026-08-19T02:30:00.167Z Compiling icu_locale_core v2.1.1
14262026-08-19T02:30:00.208Z Compiling openssl-sys v0.9.117
14272026-08-19T02:30:00.257Z Compiling icu_collections v2.1.1
14282026-08-19T02:30:00.721Z Compiling thiserror v2.0.18
14292026-08-19T02:30:00.724Z Compiling tracing-attributes v0.1.31
14302026-08-19T02:30:00.748Z Compiling schemars v0.8.22
14312026-08-19T02:30:00.829Z Compiling icu_provider v2.1.1
14322026-08-19T02:30:00.943Z Compiling simd-adler32 v0.3.8
14332026-08-19T02:30:01.014Z Compiling zeroize v1.9.0
14342026-08-19T02:30:01.046Z Compiling bytes v1.11.1
14352026-08-19T02:30:01.124Z Compiling icu_properties v2.1.2
14362026-08-19T02:30:01.229Z Compiling icu_normalizer v2.1.1
14372026-08-19T02:30:01.659Z Compiling tokio v1.52.1
14382026-08-19T02:30:01.756Z Compiling crypto-common v0.1.7
14392026-08-19T02:30:01.756Z Compiling block-buffer v0.10.4
14402026-08-19T02:30:01.910Z Compiling digest v0.10.7
14412026-08-19T02:30:01.941Z Compiling chrono v0.4.45
14422026-08-19T02:30:02.078Z Compiling idna_adapter v1.2.1
14432026-08-19T02:30:02.220Z Compiling idna v1.1.0
14442026-08-19T02:30:02.235Z Compiling der v0.7.10
14452026-08-19T02:30:02.250Z Compiling http v1.4.2
14462026-08-19T02:30:02.264Z Compiling cpufeatures v0.2.17
14472026-08-19T02:30:02.340Z Compiling dyn-clone v1.0.20
14482026-08-19T02:30:02.482Z Compiling ppv-lite86 v0.2.21
14492026-08-19T02:30:02.632Z Compiling url v2.5.8
14502026-08-19T02:30:02.812Z Compiling rand_chacha v0.9.0
14512026-08-19T02:30:02.883Z Compiling http-body v1.0.1
14522026-08-19T02:30:03.040Z Compiling rand v0.9.2
14532026-08-19T02:30:03.158Z Compiling spki v0.7.3
14542026-08-19T02:30:03.378Z Compiling pkcs8 v0.10.2
14552026-08-19T02:30:03.422Z Compiling tracing v0.1.44
14562026-08-19T02:30:03.437Z Compiling rustls-pki-types v1.14.0
14572026-08-19T02:30:03.516Z Compiling schemars_derive v0.8.22
14582026-08-19T02:30:03.640Z Compiling spin v0.9.8
14592026-08-19T02:30:03.685Z Compiling crc32fast v1.5.0
14602026-08-19T02:30:03.812Z Compiling httparse v1.10.1
14612026-08-19T02:30:03.844Z Compiling tinyvec_macros v0.1.1
14622026-08-19T02:30:03.888Z Compiling adler2 v2.0.1
14632026-08-19T02:30:03.912Z Compiling cmov v0.5.4
14642026-08-19T02:30:03.941Z Compiling openssl-probe v0.2.1
14652026-08-19T02:30:04.015Z Compiling miniz_oxide v0.8.9
14662026-08-19T02:30:04.109Z Compiling ctutils v0.4.2
14672026-08-19T02:30:04.166Z Compiling tinyvec v1.10.0
14682026-08-19T02:30:04.182Z Compiling tempfile v3.27.0
14692026-08-19T02:30:04.336Z Compiling pest_generator v2.8.6
14702026-08-19T02:30:04.502Z Compiling sha2 v0.10.9
14712026-08-19T02:30:04.535Z Compiling terminal_size v0.4.3
14722026-08-19T02:30:04.603Z Compiling aho-corasick v1.1.4
14732026-08-19T02:30:04.671Z Compiling tower-layer v0.3.3
14742026-08-19T02:30:04.838Z Compiling untrusted v0.7.1
14752026-08-19T02:30:04.963Z Compiling tower-service v0.3.3
14762026-08-19T02:30:05.023Z Compiling radium v0.7.0
14772026-08-19T02:30:05.058Z Compiling try-lock v0.2.5
14782026-08-19T02:30:05.167Z Compiling atomic-waker v1.1.2
14792026-08-19T02:30:05.287Z Compiling want v0.3.1
14802026-08-19T02:30:05.302Z Compiling pest_derive v2.8.6
14812026-08-19T02:30:05.446Z Compiling regex-automata v0.4.14
14822026-08-19T02:30:05.730Z Compiling tokio-util v0.7.18
14832026-08-19T02:30:05.791Z Compiling hybrid-array v0.4.13
14842026-08-19T02:30:06.296Z Compiling ipnet v2.12.0
14852026-08-19T02:30:06.419Z Compiling h2 v0.4.15
14862026-08-19T02:30:06.552Z Compiling scroll_derive v0.13.1
14872026-08-19T02:30:06.749Z Compiling darling_core v0.20.11
14882026-08-19T02:30:06.793Z Compiling openssl v0.10.80
14892026-08-19T02:30:07.010Z Compiling untrusted v0.9.0
14902026-08-19T02:30:07.162Z Compiling httpdate v1.0.3
14912026-08-19T02:30:07.278Z Compiling foreign-types-shared v0.1.1
14922026-08-19T02:30:07.368Z Compiling maybe-uninit v2.0.0
14932026-08-19T02:30:07.384Z Compiling rustls v0.23.41
14942026-08-19T02:30:07.397Z Compiling tap v1.0.1
14952026-08-19T02:30:07.412Z Compiling scroll v0.13.0
14962026-08-19T02:30:07.507Z Compiling wyz v0.5.1
14972026-08-19T02:30:07.547Z Compiling foreign-types v0.3.2
14982026-08-19T02:30:07.680Z Compiling unicode-normalization v0.1.25
14992026-08-19T02:30:07.709Z Compiling rand_chacha v0.3.1
15002026-08-19T02:30:07.853Z Compiling signature v2.2.0
15012026-08-19T02:30:08.045Z Compiling hex v0.4.3
15022026-08-19T02:30:08.096Z Compiling thiserror-impl v1.0.69
15032026-08-19T02:30:08.149Z Compiling openssl-macros v0.1.1
15042026-08-19T02:30:08.314Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15052026-08-19T02:30:08.481Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-08-19T02:30:08.541Z Compiling num-integer v0.1.46
15072026-08-19T02:30:08.701Z Compiling wait-timeout v0.2.1
15082026-08-19T02:30:08.756Z Compiling ahash v0.8.12
15092026-08-19T02:30:08.854Z Compiling native-tls v0.2.18
15102026-08-19T02:30:08.956Z Compiling funty v2.0.0
15112026-08-19T02:30:08.960Z Compiling packed_struct v0.10.1
15122026-08-19T02:30:09.031Z Compiling darling_macro v0.20.11
15132026-08-19T02:30:09.052Z Compiling time-core v0.1.8
15142026-08-19T02:30:09.201Z Compiling powerfmt v0.2.0
15152026-08-19T02:30:09.215Z Compiling bit-vec v0.8.0
15162026-08-19T02:30:09.333Z Compiling num-bigint-dig v0.8.6
15172026-08-19T02:30:09.407Z Compiling num-conv v0.2.0
15182026-08-19T02:30:09.441Z Compiling quick-error v1.2.3
15192026-08-19T02:30:09.512Z Compiling darling v0.20.11
15202026-08-19T02:30:09.526Z Compiling rusty-fork v0.3.1
15212026-08-19T02:30:09.530Z Compiling bit-set v0.8.0
15222026-08-19T02:30:09.554Z Compiling time-macros v0.2.27
15232026-08-19T02:30:09.566Z Compiling hyper v1.10.1
15242026-08-19T02:30:09.593Z Compiling deranged v0.5.8
15252026-08-19T02:30:09.597Z Compiling thiserror v1.0.69
15262026-08-19T02:30:09.696Z Compiling bitvec v1.0.1
15272026-08-19T02:30:09.731Z Compiling clap_builder v4.6.0
15282026-08-19T02:30:10.557Z Compiling num-iter v0.1.45
15292026-08-19T02:30:10.660Z Compiling hyper-util v0.1.20
15302026-08-19T02:30:10.674Z Compiling rand v0.8.6
15312026-08-19T02:30:11.149Z Compiling goblin v0.10.5
15322026-08-19T02:30:11.174Z Compiling packed_struct_codegen v0.10.1
15332026-08-19T02:30:11.466Z Compiling lazy_static v1.5.0
15342026-08-19T02:30:11.561Z Compiling hmac v0.12.1
15352026-08-19T02:30:11.722Z Compiling serde_spanned v0.6.9
15362026-08-19T02:30:11.866Z Compiling toml_datetime v0.6.11
15372026-08-19T02:30:12.173Z Compiling clap_derive v4.6.1
15382026-08-19T02:30:12.243Z Compiling bitfield-macros v0.19.4
15392026-08-19T02:30:12.415Z Compiling zerocopy-derive v0.6.6
15402026-08-19T02:30:12.730Z Compiling rand_xorshift v0.4.0
15412026-08-19T02:30:12.902Z Compiling sync_wrapper v1.0.2
15422026-08-19T02:30:12.948Z Compiling indexmap v1.9.3
15432026-08-19T02:30:13.010Z Compiling num_threads v0.1.7
15442026-08-19T02:30:13.110Z Compiling object v0.37.3
15452026-08-19T02:30:13.133Z Compiling nodrop v0.1.14
15462026-08-19T02:30:13.229Z Compiling usdt-impl v0.6.0
15472026-08-19T02:30:13.253Z Compiling siphasher v1.0.2
15482026-08-19T02:30:13.381Z Compiling zlib-rs v0.6.2
15492026-08-19T02:30:13.432Z Compiling crc-catalog v2.4.0
15502026-08-19T02:30:13.446Z Compiling crossbeam-utils v0.8.21
15512026-08-19T02:30:13.525Z Compiling unarray v0.1.4
15522026-08-19T02:30:13.566Z Compiling paste v1.0.15
15532026-08-19T02:30:13.634Z Compiling proptest v1.11.0
15542026-08-19T02:30:13.745Z Compiling crc v3.4.0
15552026-08-19T02:30:13.925Z Compiling clap v4.6.1
15562026-08-19T02:30:13.939Z Compiling dof v0.4.0
15572026-08-19T02:30:13.942Z Compiling zerocopy v0.6.6
15582026-08-19T02:30:14.005Z Compiling array-init v0.0.4
15592026-08-19T02:30:14.295Z Compiling time v0.3.47
15602026-08-19T02:30:14.341Z Compiling tower v0.5.3
15612026-08-19T02:30:14.813Z Compiling bitfield v0.19.4
15622026-08-19T02:30:15.417Z Compiling smallvec v0.6.14
15632026-08-19T02:30:15.816Z Compiling derive_builder_core v0.20.2
15642026-08-19T02:30:15.934Z Compiling dtrace-parser v0.3.0
15652026-08-19T02:30:16.377Z Compiling flate2 v1.1.9
15662026-08-19T02:30:16.556Z Compiling ipnetwork v0.21.1
15672026-08-19T02:30:16.645Z Compiling pkcs1 v0.7.5
15682026-08-19T02:30:16.649Z Compiling http-body-util v0.1.3
15692026-08-19T02:30:16.778Z Compiling heapless v0.7.17
15702026-08-19T02:30:16.902Z Compiling structmeta-derive v0.3.0
15712026-08-19T02:30:16.943Z Compiling scroll_derive v0.12.1
15722026-08-19T02:30:17.060Z Compiling slog v2.8.2
15732026-08-19T02:30:17.063Z Compiling darling_core v0.23.0
15742026-08-19T02:30:17.089Z Compiling thread-id v5.1.0
15752026-08-19T02:30:17.172Z Compiling cookie v0.18.1
15762026-08-19T02:30:17.246Z Compiling env_filter v2.0.0
15772026-08-19T02:30:17.354Z Compiling unicode-properties v0.1.4
15782026-08-19T02:30:17.544Z Compiling ryu v1.0.23
15792026-08-19T02:30:17.565Z Compiling anyhow v1.0.104
15802026-08-19T02:30:17.621Z Compiling allocator-api2 v0.2.21
15812026-08-19T02:30:17.728Z Compiling hashbrown v0.12.3
15822026-08-19T02:30:17.871Z Compiling winnow v0.5.40
15832026-08-19T02:30:17.953Z Compiling signal-hook v0.3.18
15842026-08-19T02:30:18.014Z Compiling base64 v0.21.7
15852026-08-19T02:30:18.138Z Compiling gimli v0.32.3
15862026-08-19T02:30:18.208Z Compiling unicode-bidi v0.3.18
15872026-08-19T02:30:18.327Z Compiling zstd-safe v7.2.4
15882026-08-19T02:30:18.525Z Compiling iri-string v0.7.10
15892026-08-19T02:30:18.746Z Compiling stringprep v0.1.5
15902026-08-19T02:30:19.178Z Compiling toml_edit v0.19.15
15912026-08-19T02:30:19.318Z Compiling ron v0.8.1
15922026-08-19T02:30:19.586Z Compiling darling_macro v0.23.0
15932026-08-19T02:30:20.036Z Compiling addr2line v0.25.1
15942026-08-19T02:30:20.055Z Compiling tower-http v0.6.8
15952026-08-19T02:30:20.274Z Compiling structmeta v0.3.0
15962026-08-19T02:30:20.450Z Compiling serde_urlencoded v0.7.1
15972026-08-19T02:30:20.467Z Compiling scroll v0.12.0
15982026-08-19T02:30:20.489Z Compiling env_logger v0.11.11
15992026-08-19T02:30:20.769Z Compiling rsa v0.9.10
16002026-08-19T02:30:20.818Z Compiling oxnet v0.1.6
16012026-08-19T02:30:20.831Z Compiling derive_builder_macro v0.20.2
16022026-08-19T02:30:20.906Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16032026-08-19T02:30:21.215Z Compiling newtype-uuid v1.3.2
16042026-08-19T02:30:21.243Z Compiling hashbrown v0.13.2
16052026-08-19T02:30:21.296Z Compiling bzip2 v0.4.4
16062026-08-19T02:30:21.504Z Compiling serde-hex v0.1.0
16072026-08-19T02:30:21.548Z Compiling tokio-native-tls v0.3.1
16082026-08-19T02:30:21.792Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16092026-08-19T02:30:21.796Z Compiling camino v1.2.5
16102026-08-19T02:30:22.418Z Compiling bstr v1.12.1
16112026-08-19T02:30:22.693Z Compiling crypto-common v0.2.2
16122026-08-19T02:30:23.073Z Compiling block-padding v0.4.2
16132026-08-19T02:30:23.248Z Compiling block-buffer v0.12.1
16142026-08-19T02:30:23.303Z Compiling rustls-native-certs v0.8.3
16152026-08-19T02:30:23.451Z Compiling x509-cert v0.2.5
16162026-08-19T02:30:23.595Z Compiling md-5 v0.10.6
16172026-08-19T02:30:23.773Z Compiling serde_tokenstream v0.2.3
16182026-08-19T02:30:23.878Z Compiling erased-serde v0.3.31
16192026-08-19T02:30:24.090Z Compiling curve25519-dalek v4.1.3
16202026-08-19T02:30:24.370Z Compiling async-trait v0.1.89
16212026-08-19T02:30:24.424Z Compiling zerocopy-derive v0.7.35
16222026-08-19T02:30:24.463Z Compiling pin-project-internal v1.1.11
16232026-08-19T02:30:24.545Z Compiling daft-derive v0.1.7
16242026-08-19T02:30:24.585Z Compiling vergen-lib v9.1.0
16252026-08-19T02:30:24.765Z Compiling hash32 v0.2.1
16262026-08-19T02:30:24.960Z Compiling memoffset v0.9.1
16272026-08-19T02:30:25.046Z Compiling encoding_rs v0.8.35
16282026-08-19T02:30:25.150Z Compiling rustix v0.38.44
16292026-08-19T02:30:25.254Z Compiling litrs v1.0.0
16302026-08-19T02:30:25.293Z Compiling crc-any v2.5.0
16312026-08-19T02:30:25.379Z Compiling smoltcp v0.9.1
16322026-08-19T02:30:25.496Z Compiling rustc-demangle v0.1.27
16332026-08-19T02:30:25.523Z Compiling fallible-iterator v0.2.0
16342026-08-19T02:30:25.559Z Compiling ref-cast v1.0.25
16352026-08-19T02:30:25.573Z Compiling cfg_aliases v0.2.1
16362026-08-19T02:30:25.646Z Compiling owo-colors v4.3.0
16372026-08-19T02:30:25.706Z Compiling mime v0.3.17
16382026-08-19T02:30:25.762Z Compiling psl-types v2.0.11
16392026-08-19T02:30:25.828Z Compiling postgres-protocol v0.6.10
16402026-08-19T02:30:25.881Z Compiling publicsuffix v2.3.0
16412026-08-19T02:30:25.894Z Compiling document-features v0.2.12
16422026-08-19T02:30:25.908Z Compiling backtrace v0.3.76
16432026-08-19T02:30:25.985Z Compiling nix v0.31.2
16442026-08-19T02:30:26.014Z Compiling pin-project v1.1.11
16452026-08-19T02:30:26.111Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16462026-08-19T02:30:26.126Z Compiling zerocopy v0.7.35
16472026-08-19T02:30:26.342Z Compiling daft v0.1.7
16482026-08-19T02:30:26.560Z Compiling inout v0.2.2
16492026-08-19T02:30:26.618Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16502026-08-19T02:30:26.668Z Compiling hyper-tls v0.6.0
16512026-08-19T02:30:26.738Z Compiling object v0.30.4
16522026-08-19T02:30:26.888Z Compiling zip v0.6.6
16532026-08-19T02:30:26.891Z Compiling derive_builder v0.20.2
16542026-08-19T02:30:26.935Z Compiling goblin v0.8.2
16552026-08-19T02:30:27.157Z Compiling toml v0.7.8
16562026-08-19T02:30:27.441Z Compiling derive-ex v0.1.8
16572026-08-19T02:30:27.568Z Compiling darling v0.23.0
16582026-08-19T02:30:27.654Z Compiling phf_shared v0.13.1
16592026-08-19T02:30:27.755Z Compiling regex v1.12.3
16602026-08-19T02:30:27.778Z Compiling hubpack_derive v0.1.1
16612026-08-19T02:30:27.893Z Compiling futures-executor v0.3.32
16622026-08-19T02:30:28.155Z Compiling strum_macros v0.27.2
16632026-08-19T02:30:28.184Z Compiling ref-cast-impl v1.0.25
16642026-08-19T02:30:28.231Z Compiling snafu-derive v0.8.9
16652026-08-19T02:30:28.733Z Compiling curve25519-dalek-derive v0.1.1
16662026-08-19T02:30:29.105Z Compiling vergen v9.1.0
16672026-08-19T02:30:29.285Z Compiling cargo-platform v0.3.2
16682026-08-19T02:30:29.371Z Compiling ff v0.13.1
16692026-08-19T02:30:29.516Z Compiling fs-err v3.3.0
16702026-08-19T02:30:29.556Z Compiling is_ci v1.2.0
16712026-08-19T02:30:29.622Z Compiling same-file v1.0.6
16722026-08-19T02:30:29.688Z Compiling path-slash v0.1.5
16732026-08-19T02:30:29.702Z Compiling bitflags v1.3.2
16742026-08-19T02:30:29.779Z Compiling bumpalo v3.20.2
16752026-08-19T02:30:29.791Z Compiling foldhash v0.2.0
16762026-08-19T02:30:29.817Z Compiling managed v0.8.0
16772026-08-19T02:30:30.007Z Compiling base16ct v0.2.0
16782026-08-19T02:30:30.026Z Compiling libbz2-rs-sys v0.2.2
16792026-08-19T02:30:30.040Z Compiling either v1.15.0
16802026-08-19T02:30:30.108Z Compiling unicode-segmentation v1.12.0
16812026-08-19T02:30:30.111Z Compiling jiff-core v0.1.0
16822026-08-19T02:30:30.184Z Compiling foldhash v0.1.5
16832026-08-19T02:30:30.243Z Compiling textwrap v0.16.2
16842026-08-19T02:30:30.357Z Compiling hashbrown v0.15.5
16852026-08-19T02:30:30.430Z Compiling sec1 v0.7.3
16862026-08-19T02:30:30.492Z Compiling bzip2 v0.6.1
16872026-08-19T02:30:30.702Z Compiling strum v0.27.2
16882026-08-19T02:30:30.705Z Compiling snafu v0.8.9
16892026-08-19T02:30:30.727Z Compiling zopfli v0.8.3
16902026-08-19T02:30:30.828Z Compiling hashbrown v0.16.1
16912026-08-19T02:30:30.917Z Compiling jiff v0.2.34
16922026-08-19T02:30:31.073Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16932026-08-19T02:30:31.197Z Compiling walkdir v2.5.0
16942026-08-19T02:30:31.433Z Compiling supports-color v3.0.2
16952026-08-19T02:30:31.485Z Compiling group v0.13.0
16962026-08-19T02:30:31.499Z Compiling cargo_metadata v0.23.1
16972026-08-19T02:30:31.621Z Compiling dof v0.3.0
16982026-08-19T02:30:31.665Z Compiling test-strategy v0.4.5
16992026-08-19T02:30:32.481Z Compiling hubpack v0.1.2
17002026-08-19T02:30:32.520Z Compiling futures v0.3.32
17012026-08-19T02:30:32.605Z Compiling phf v0.13.1
17022026-08-19T02:30:32.703Z Compiling signal-hook-mio v0.2.5
17032026-08-19T02:30:32.769Z Compiling serde_with_macros v3.21.0
17042026-08-19T02:30:32.826Z Compiling cookie_store v0.22.1
17052026-08-19T02:30:33.195Z Compiling zstd v0.13.3
17062026-08-19T02:30:33.271Z Compiling reqwest v0.12.28
17072026-08-19T02:30:33.463Z Compiling cipher v0.5.2
17082026-08-19T02:30:33.590Z Compiling backtrace-ext v0.2.1
17092026-08-19T02:30:33.764Z Compiling postgres-types v0.2.12
17102026-08-19T02:30:34.304Z Compiling usdt-macro v0.6.0
17112026-08-19T02:30:34.509Z Compiling usdt-attr-macro v0.6.0
17122026-08-19T02:30:34.579Z Compiling globset v0.4.18
17132026-08-19T02:30:34.691Z Compiling phf_shared v0.11.3
17142026-08-19T02:30:34.786Z Compiling hkdf v0.12.4
17152026-08-19T02:30:34.888Z Compiling dtrace-parser v0.2.0
17162026-08-19T02:30:34.975Z Compiling byte-wrapper v0.1.0
17172026-08-19T02:30:35.081Z Compiling olpc-cjson v0.1.4
17182026-08-19T02:30:35.248Z Compiling ed25519 v2.2.3
17192026-08-19T02:30:35.250Z Compiling crypto-bigint v0.5.5
17202026-08-19T02:30:35.250Z Compiling serde_plain v1.0.2
17212026-08-19T02:30:35.300Z Compiling serde-big-array v0.5.1
17222026-08-19T02:30:35.321Z Compiling strum_macros v0.26.4
17232026-08-19T02:30:35.471Z Compiling serde_repr v0.1.20
17242026-08-19T02:30:35.509Z Compiling enum-as-inner v0.6.1
17252026-08-19T02:30:35.622Z Compiling miette-derive v7.6.0
17262026-08-19T02:30:35.983Z Compiling async-recursion v1.1.1
17272026-08-19T02:30:36.026Z Compiling pem v3.0.6
17282026-08-19T02:30:36.151Z Compiling float-cmp v0.10.0
17292026-08-19T02:30:36.311Z Compiling memmap2 v0.9.10
17302026-08-19T02:30:36.333Z Compiling thread-id v4.2.2
17312026-08-19T02:30:36.406Z Compiling whoami v2.1.0
17322026-08-19T02:30:36.504Z Compiling new_debug_unreachable v1.0.6
17332026-08-19T02:30:36.596Z Compiling cpufeatures v0.3.0
17342026-08-19T02:30:36.638Z Compiling predicates-core v1.0.10
17352026-08-19T02:30:36.667Z Compiling typed-path v0.9.3
17362026-08-19T02:30:36.781Z Compiling difflib v0.4.0
17372026-08-19T02:30:36.790Z Compiling winnow v1.0.3
17382026-08-19T02:30:36.790Z Compiling supports-hyperlinks v3.2.0
17392026-08-19T02:30:36.947Z Compiling const-oid v0.10.2
17402026-08-19T02:30:37.058Z Compiling keccak v0.1.6
17412026-08-19T02:30:37.151Z Compiling static_assertions v1.1.0
17422026-08-19T02:30:37.208Z Compiling fixedbitset v0.4.2
17432026-08-19T02:30:37.208Z Compiling normalize-line-endings v0.3.0
17442026-08-19T02:30:37.319Z Compiling supports-unicode v3.0.0
17452026-08-19T02:30:37.337Z Compiling data-encoding v2.10.0
17462026-08-19T02:30:37.427Z Compiling fixedbitset v0.5.7
17472026-08-19T02:30:37.430Z Compiling precomputed-hash v0.1.1
17482026-08-19T02:30:37.462Z Compiling toml_edit v0.22.27
17492026-08-19T02:30:37.529Z Compiling string_cache v0.8.9
17502026-08-19T02:30:37.733Z Compiling hickory-proto v0.25.2
17512026-08-19T02:30:37.755Z Compiling petgraph v0.8.3
17522026-08-19T02:30:37.813Z Compiling toml_parser v1.1.2+spec-1.1.0
17532026-08-19T02:30:37.925Z Compiling miette v7.6.0
17542026-08-19T02:30:37.928Z Compiling petgraph v0.6.5
17552026-08-19T02:30:38.040Z Compiling predicates v3.1.4
17562026-08-19T02:30:38.454Z Compiling sha3 v0.10.8
17572026-08-19T02:30:38.689Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17582026-08-19T02:30:38.909Z Compiling digest v0.11.3
17592026-08-19T02:30:39.071Z Compiling strum v0.26.3
17602026-08-19T02:30:39.238Z Compiling chacha20 v0.10.0
17612026-08-19T02:30:39.248Z Compiling tokio-postgres v0.7.16
17622026-08-19T02:30:39.438Z Compiling usdt v0.6.0
17632026-08-19T02:30:39.542Z Compiling usdt-impl v0.5.0
17642026-08-19T02:30:39.697Z Compiling elliptic-curve v0.13.8
17652026-08-19T02:30:39.724Z Compiling ed25519-dalek v2.2.0
17662026-08-19T02:30:40.105Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17672026-08-19T02:30:40.121Z Compiling crossterm v0.28.1
17682026-08-19T02:30:40.215Z Compiling serde_with v3.21.0
17692026-08-19T02:30:41.361Z Compiling zip v4.6.1
17702026-08-19T02:30:41.510Z Compiling iddqd v0.4.2
17712026-08-19T02:30:41.795Z Compiling heck v0.4.1
17722026-08-19T02:30:41.915Z Compiling similar v2.7.0
17732026-08-19T02:30:41.971Z Compiling itertools v0.13.0
17742026-08-19T02:30:42.018Z Compiling itertools v0.15.0
17752026-08-19T02:30:42.051Z Compiling crossbeam-epoch v0.9.18
17762026-08-19T02:30:42.327Z Compiling tokio-stream v0.1.18
17772026-08-19T02:30:42.384Z Compiling buf-list v1.1.2
17782026-08-19T02:30:42.431Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17792026-08-19T02:30:42.664Z Compiling openapiv3 v2.2.0
17802026-08-19T02:30:42.739Z Compiling lalrpop-util v0.19.12
17812026-08-19T02:30:42.767Z Compiling peg-runtime v0.8.5
17822026-08-19T02:30:42.782Z Compiling thread_local v1.1.9
17832026-08-19T02:30:42.799Z Compiling slog-async v2.8.0
17842026-08-19T02:30:42.923Z Compiling crossbeam-channel v0.5.15
17852026-08-19T02:30:43.031Z Compiling is-terminal v0.4.17
17862026-08-19T02:30:43.045Z Compiling filetime v0.2.27
17872026-08-19T02:30:43.109Z Compiling xattr v1.6.1
17882026-08-19T02:30:43.130Z Compiling take_mut v0.2.2
17892026-08-19T02:30:43.216Z Compiling term v1.2.1
17902026-08-19T02:30:43.239Z Compiling tar v0.4.46
17912026-08-19T02:30:43.242Z Compiling camino-tempfile v1.4.1
17922026-08-19T02:30:43.720Z Compiling slog-term v2.9.2
17932026-08-19T02:30:49.492Z Compiling rustls-webpki v0.103.13
17942026-08-19T02:30:52.229Z Compiling tokio-rustls v0.26.4
17952026-08-19T02:30:52.229Z Compiling rustls-platform-verifier v0.6.2
17962026-08-19T02:30:52.230Z Compiling tough v0.22.0
17972026-08-19T02:30:52.452Z Compiling hyper-rustls v0.27.7
17982026-08-19T02:30:52.649Z Compiling reqwest v0.13.2
17992026-08-19T02:30:54.902Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-08-19T02:30:55.117Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-08-19T02:30:58.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18022026-08-19T02:30:58.211Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18032026-08-19T02:30:58.267ZAug 19 02:30:56.971 INFO Starting download, target: Cockroach
18042026-08-19T02:30:58.267ZAug 19 02:30:56.972 INFO Starting download, target: Clickhouse
18052026-08-19T02:30:58.267ZAug 19 02:30:56.972 INFO Starting download, target: Console
18062026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Starting download, target: DendriteStub
18072026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Starting download, target: MaghemiteMgd
18082026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Starting download, target: MaghemiteDdmd
18092026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Starting download, target: TransceiverControl
18102026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18112026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18122026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18132026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18142026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18152026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18162026-08-19T02:30:58.271ZAug 19 02:30:56.972 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18172026-08-19T02:30:58.730ZAug 19 02:30:57.434 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18182026-08-19T02:30:58.966ZAug 19 02:30:57.664 INFO Download complete, target: TransceiverControl
18192026-08-19T02:30:59.994ZAug 19 02:30:58.698 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18202026-08-19T02:31:00.298ZAug 19 02:30:59.002 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18212026-08-19T02:31:00.324ZAug 19 02:30:59.029 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18222026-08-19T02:31:00.542ZAug 19 02:30:59.246 INFO Download complete, target: Console
18232026-08-19T02:31:02.004ZAug 19 02:31:00.698 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18242026-08-19T02:31:02.124ZAug 19 02:31:00.820 INFO Download complete, target: MaghemiteDdmd
18252026-08-19T02:31:02.332ZAug 19 02:31:01.037 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18262026-08-19T02:31:02.603ZAug 19 02:31:01.308 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18272026-08-19T02:31:02.603ZAug 19 02:31:01.308 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18282026-08-19T02:31:04.478ZAug 19 02:31:03.183 INFO Download complete, target: DendriteStub
18292026-08-19T02:31:04.940ZAug 19 02:31:03.645 INFO Download complete, target: MaghemiteMgd
18302026-08-19T02:31:06.864ZAug 19 02:31:05.569 INFO Checking that binary works, target: Clickhouse
18312026-08-19T02:31:06.978ZAug 19 02:31:05.683 INFO Download complete, target: Clickhouse
18322026-08-19T02:31:07.309ZAug 19 02:31:06.014 INFO Checking that binary works, target: Cockroach
18332026-08-19T02:31:07.423ZAug 19 02:31:06.128 INFO Download complete, target: Cockroach
18342026-08-19T02:31:07.437ZAll builder prerequisites installed successfully, and PATH looks valid
18352026-08-19T02:31:07.440Z
18362026-08-19T02:31:07.441Zreal 2:08.813534317
18372026-08-19T02:31:07.441Zuser 7:20.795326426
18382026-08-19T02:31:07.441Zsys 1:27.201665997
18392026-08-19T02:31:07.441Ztrap 0.246815015
18402026-08-19T02:31:07.441Ztflt 0.561619639
18412026-08-19T02:31:07.441Zdflt 0.878070260
18422026-08-19T02:31:07.441Zkflt 0.026058755
18432026-08-19T02:31:07.441Zlock 27:30.688319826
18442026-08-19T02:31:07.441Zslp 22:06.399370271
18452026-08-19T02:31:07.441Zlat 49.270194435
18462026-08-19T02:31:07.441Zstop 2:42.758805425
18472026-08-19T02:31:07.441Z+ banner clippy
18482026-08-19T02:31:07.441Z
18492026-08-19T02:31:07.441Z #### # # ##### ##### # #
18502026-08-19T02:31:07.441Z # # # # # # # # # #
18512026-08-19T02:31:07.441Z # # # # # # # #
18522026-08-19T02:31:07.441Z # # # ##### ##### #
18532026-08-19T02:31:07.441Z # # # # # # #
18542026-08-19T02:31:07.441Z #### ###### # # # #
18552026-08-19T02:31:07.441Z
18562026-08-19T02:31:07.441Z+ export CARGO_INCREMENTAL=0
18572026-08-19T02:31:07.441Z+ CARGO_INCREMENTAL=0
18582026-08-19T02:31:07.441Z+ ptime -m cargo xtask clippy
18592026-08-19T02:31:07.916Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18602026-08-19T02:31:08.203Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18612026-08-19T02:31:10.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18622026-08-19T02:31:10.098Z Running `target/debug/xtask clippy`
18632026-08-19T02:31:10.123Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18642026-08-19T02:31:10.700Z Downloading crates ...
18652026-08-19T02:31:10.874Z Downloaded blake2b_simd v1.0.4
18662026-08-19T02:31:10.878Z Downloaded cast v0.3.0
18672026-08-19T02:31:10.878Z Downloaded assert_cmd v2.1.2
18682026-08-19T02:31:10.878Z Downloaded constant_time_eq v0.3.1
18692026-08-19T02:31:10.881Z Downloaded assert-json-diff v2.0.2
18702026-08-19T02:31:10.881Z Downloaded approx v0.5.1
18712026-08-19T02:31:10.881Z Downloaded criterion-plot v0.6.0
18722026-08-19T02:31:10.881Z Downloaded cfg-expr v0.20.6
18732026-08-19T02:31:10.884Z Downloaded datatest-stable v0.3.3
18742026-08-19T02:31:10.887Z Downloaded async-object-pool v0.2.0
18752026-08-19T02:31:10.887Z Downloaded anes v0.1.6
18762026-08-19T02:31:10.890Z Downloaded concurrent-queue v2.5.0
18772026-08-19T02:31:10.890Z Downloaded async-lock v3.4.2
18782026-08-19T02:31:10.890Z Downloaded criterion v0.7.0
18792026-08-19T02:31:10.893Z Downloaded event-listener-strategy v0.5.4
18802026-08-19T02:31:10.893Z Downloaded escape8259 v0.5.3
18812026-08-19T02:31:10.894Z Downloaded hex-literal v0.4.1
18822026-08-19T02:31:10.894Z Downloaded httptest v0.16.4
18832026-08-19T02:31:10.894Z Downloaded knuffel-derive v3.2.0
18842026-08-19T02:31:10.897Z Downloaded fancy-regex v0.14.0
18852026-08-19T02:31:10.897Z Downloaded futures-timer v3.0.3
18862026-08-19T02:31:10.897Z Downloaded hickory-client v0.25.2
18872026-08-19T02:31:10.900Z Downloaded guppy-workspace-hack v0.1.0
18882026-08-19T02:31:10.900Z Downloaded event-listener v5.4.1
18892026-08-19T02:31:10.901Z Downloaded guppy v0.17.25
18902026-08-19T02:31:10.905Z Downloaded libtest-mimic v0.8.1
18912026-08-19T02:31:10.905Z Downloaded miette-derive v5.10.0
18922026-08-19T02:31:10.909Z Downloaded nested v0.1.1
18932026-08-19T02:31:10.909Z Downloaded linkme-impl v0.3.35
18942026-08-19T02:31:10.909Z Downloaded linkme v0.3.35
18952026-08-19T02:31:10.912Z Downloaded pathdiff v0.2.3
18962026-08-19T02:31:10.913Z Downloaded parking v2.2.1
18972026-08-19T02:31:10.913Z Downloaded plotters-svg v0.3.7
18982026-08-19T02:31:10.913Z Downloaded knuffel v3.2.0
18992026-08-19T02:31:10.917Z Downloaded miette v5.10.0
19002026-08-19T02:31:10.917Z Downloaded oorandom v11.1.5
19012026-08-19T02:31:10.917Z Downloaded owo-colors v3.5.0
19022026-08-19T02:31:10.917Z Downloaded path-tree v0.8.3
19032026-08-19T02:31:10.917Z Downloaded partial-io v0.5.4
19042026-08-19T02:31:10.917Z Downloaded plotters-backend v0.3.7
19052026-08-19T02:31:10.917Z Downloaded relative-path v1.9.3
19062026-08-19T02:31:10.917Z Downloaded rand_distr v0.5.1
19072026-08-19T02:31:10.920Z Downloaded rust-argon2 v2.1.0
19082026-08-19T02:31:10.920Z Downloaded similar-asserts v1.7.0
19092026-08-19T02:31:10.920Z Downloaded serde_regex v1.1.0
19102026-08-19T02:31:10.920Z Downloaded rstest v0.25.0
19112026-08-19T02:31:10.923Z Downloaded rstest_macros v0.25.0
19122026-08-19T02:31:10.926Z Downloaded plotters v0.3.7
19132026-08-19T02:31:10.930Z Downloaded supports-unicode v2.1.0
19142026-08-19T02:31:10.930Z Downloaded supports-color v2.1.0
19152026-08-19T02:31:10.933Z Downloaded target-triple v1.0.0
19162026-08-19T02:31:10.933Z Downloaded terminal_size v0.1.17
19172026-08-19T02:31:10.933Z Downloaded supports-hyperlinks v2.1.0
19182026-08-19T02:31:10.933Z Downloaded termcolor v1.4.1
19192026-08-19T02:31:10.933Z Downloaded tinytemplate v1.2.1
19202026-08-19T02:31:10.934Z Downloaded target-spec v3.5.7
19212026-08-19T02:31:10.937Z Downloaded target-lexicon v0.13.3
19222026-08-19T02:31:10.937Z Downloaded stringmetrics v2.2.2
19232026-08-19T02:31:10.937Z Downloaded textwrap v0.15.2
19242026-08-19T02:31:10.937Z Downloaded trybuild v1.0.116
19252026-08-19T02:31:11.005Z Downloaded httpmock v0.8.3
19262026-08-19T02:31:12.834Z Checking cfg-if v1.0.4
19272026-08-19T02:31:13.217Z Checking serde_core v1.0.228
19282026-08-19T02:31:13.220Z Checking libc v0.2.185
19292026-08-19T02:31:13.292Z Checking memchr v2.8.0
19302026-08-19T02:31:13.338Z Checking smallvec v1.15.1
19312026-08-19T02:31:13.381Z Checking itoa v1.0.17
19322026-08-19T02:31:13.418Z Checking subtle v2.6.1
19332026-08-19T02:31:13.455Z Checking rand_core v0.10.0
19342026-08-19T02:31:13.494Z Checking log v0.4.33
19352026-08-19T02:31:13.556Z Checking libm v0.2.16
19362026-08-19T02:31:13.607Z Checking typenum v1.20.1
19372026-08-19T02:31:13.610Z Checking scopeguard v1.2.0
19382026-08-19T02:31:13.684Z Checking errno v0.3.14
19392026-08-19T02:31:13.684Z Checking getrandom v0.4.3
19402026-08-19T02:31:13.758Z Checking zmij v1.0.21
19412026-08-19T02:31:13.758Z Checking stable_deref_trait v1.2.1
19422026-08-19T02:31:13.831Z Checking lock_api v0.4.14
19432026-08-19T02:31:13.873Z Checking zerofrom v0.1.6
19442026-08-19T02:31:13.917Z Checking percent-encoding v2.3.2
19452026-08-19T02:31:13.957Z Checking litemap v0.8.1
19462026-08-19T02:31:14.002Z Checking writeable v0.6.2
19472026-08-19T02:31:14.040Z Checking yoke v0.8.1
19482026-08-19T02:31:14.082Z Checking icu_normalizer_data v2.1.1
19492026-08-19T02:31:14.120Z Checking icu_properties_data v2.1.2
19502026-08-19T02:31:14.164Z Checking form_urlencoded v1.2.2
19512026-08-19T02:31:14.202Z Checking utf8_iter v1.0.4
19522026-08-19T02:31:14.243Z Checking pin-project-lite v0.2.17
19532026-08-19T02:31:14.246Z Checking zerovec v0.11.5
19542026-08-19T02:31:14.314Z Checking zerotrie v0.2.3
19552026-08-19T02:31:14.318Z Checking num-traits v0.2.19
19562026-08-19T02:31:14.389Z Checking zerocopy v0.8.55
19572026-08-19T02:31:14.430Z Checking parking_lot_core v0.9.12
19582026-08-19T02:31:14.466Z Checking portable-atomic v1.13.1
19592026-08-19T02:31:14.503Z Checking critical-section v1.2.0
19602026-08-19T02:31:14.585Z Checking signal-hook-registry v1.4.8
19612026-08-19T02:31:14.639Z Checking mio v1.2.0
19622026-08-19T02:31:14.679Z Checking parking_lot v0.12.5
19632026-08-19T02:31:14.735Z Checking tinystr v0.8.2
19642026-08-19T02:31:14.772Z Checking serde v1.0.228
19652026-08-19T02:31:14.809Z Checking bitflags v2.11.0
19662026-08-19T02:31:14.894Z Checking serde_json v1.0.151
19672026-08-19T02:31:14.897Z Checking potential_utf v0.1.4
19682026-08-19T02:31:14.968Z Checking icu_locale_core v2.1.1
19692026-08-19T02:31:14.971Z Checking once_cell v1.21.3
19702026-08-19T02:31:15.053Z Checking socket2 v0.6.3
19712026-08-19T02:31:15.098Z Checking icu_collections v2.1.1
19722026-08-19T02:31:15.135Z Checking iana-time-zone v0.1.65
19732026-08-19T02:31:15.190Z Checking zeroize v1.9.0
19742026-08-19T02:31:15.230Z Checking bytes v1.11.1
19752026-08-19T02:31:15.271Z Checking chrono v0.4.45
19762026-08-19T02:31:15.339Z Checking uuid v1.23.4
19772026-08-19T02:31:15.410Z Checking semver v1.0.28
19782026-08-19T02:31:15.455Z Checking thiserror v2.0.18
19792026-08-19T02:31:15.535Z Checking icu_provider v2.1.1
19802026-08-19T02:31:15.607Z Checking dyn-clone v1.0.20
19812026-08-19T02:31:15.610Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19822026-08-19T02:31:15.684Z Checking futures-core v0.3.32
19832026-08-19T02:31:15.687Z Checking getrandom v0.3.4
19842026-08-19T02:31:15.756Z Checking rustix v1.1.4
19852026-08-19T02:31:15.760Z Checking tokio v1.52.1
19862026-08-19T02:31:15.828Z Checking icu_normalizer v2.1.1
19872026-08-19T02:31:15.868Z Checking icu_properties v2.1.2
19882026-08-19T02:31:15.909Z Checking equivalent v1.0.2
19892026-08-19T02:31:15.989Z Checking getrandom v0.2.17
19902026-08-19T02:31:16.054Z Checking cmov v0.5.4
19912026-08-19T02:31:16.131Z Checking byteorder v1.5.0
19922026-08-19T02:31:16.170Z Checking rand_core v0.6.4
19932026-08-19T02:31:16.173Z Checking futures-sink v0.3.32
19942026-08-19T02:31:16.273Z Checking ctutils v0.4.2
19952026-08-19T02:31:16.335Z Checking futures-channel v0.3.32
19962026-08-19T02:31:16.374Z Checking futures-task v0.3.32
19972026-08-19T02:31:16.412Z Checking futures-io v0.3.32
19982026-08-19T02:31:16.507Z Checking hybrid-array v0.4.13
19992026-08-19T02:31:16.546Z Checking slab v0.4.12
20002026-08-19T02:31:16.582Z Checking hashbrown v0.17.0
20012026-08-19T02:31:16.585Z Checking generic-array v0.14.7
20022026-08-19T02:31:16.653Z Checking thiserror v1.0.69
20032026-08-19T02:31:16.721Z Checking idna_adapter v1.2.1
20042026-08-19T02:31:16.759Z Checking futures-util v0.3.32
20052026-08-19T02:31:16.794Z Checking regex-syntax v0.8.10
20062026-08-19T02:31:16.870Z Checking idna v1.1.0
20072026-08-19T02:31:17.074Z Checking indexmap v2.14.0
20082026-08-19T02:31:17.113Z Checking fnv v1.0.7
20092026-08-19T02:31:17.150Z Checking url v2.5.8
20102026-08-19T02:31:17.198Z Checking ppv-lite86 v0.2.21
20112026-08-19T02:31:17.236Z Checking base64ct v1.8.3
20122026-08-19T02:31:17.285Z Checking crypto-common v0.2.2
20132026-08-19T02:31:17.494Z Checking const-oid v0.9.6
20142026-08-19T02:31:17.533Z Checking crypto-common v0.1.7
20152026-08-19T02:31:17.606Z Checking schemars v0.8.22
20162026-08-19T02:31:17.660Z Checking block-buffer v0.12.1
20172026-08-19T02:31:17.699Z Checking base64 v0.22.1
20182026-08-19T02:31:17.856Z Checking block-buffer v0.10.4
20192026-08-19T02:31:17.915Z Checking utf8parse v0.2.2
20202026-08-19T02:31:17.962Z Checking anstyle v1.0.14
20212026-08-19T02:31:18.028Z Checking http v1.4.2
20222026-08-19T02:31:18.067Z Checking tracing-core v0.1.36
20232026-08-19T02:31:18.107Z Checking rand_core v0.9.5
20242026-08-19T02:31:18.168Z Checking anstyle-query v1.1.5
20252026-08-19T02:31:18.207Z Checking digest v0.10.7
20262026-08-19T02:31:18.280Z Checking colorchoice v1.0.4
20272026-08-19T02:31:18.319Z Checking is_terminal_polyfill v1.70.2
20282026-08-19T02:31:18.322Z Checking terminal_size v0.4.3
20292026-08-19T02:31:18.409Z Checking tracing v0.1.44
20302026-08-19T02:31:18.448Z Checking const-oid v0.10.2
20312026-08-19T02:31:18.454Z Checking anstyle-parse v1.0.0
20322026-08-19T02:31:18.454Z Checking erased-serde v0.3.31
20332026-08-19T02:31:18.550Z Checking rand_chacha v0.9.0
20342026-08-19T02:31:18.630Z Checking ipnet v2.12.0
20352026-08-19T02:31:18.670Z Checking aho-corasick v1.1.4
20362026-08-19T02:31:18.678Z Checking anstream v1.0.0
20372026-08-19T02:31:18.679Z Checking crossbeam-utils v0.8.21
20382026-08-19T02:31:18.777Z Checking strsim v0.11.1
20392026-08-19T02:31:18.814Z Checking rand v0.9.2
20402026-08-19T02:31:18.921Z Checking unicode-ident v1.0.24
20412026-08-19T02:31:18.960Z Checking slog v2.8.2
20422026-08-19T02:31:18.997Z Checking clap_lex v1.0.0
20432026-08-19T02:31:19.000Z Checking allocator-api2 v0.2.21
20442026-08-19T02:31:19.071Z Checking proc-macro2 v1.0.106
20452026-08-19T02:31:19.073Z Checking tokio-util v0.7.18
20462026-08-19T02:31:19.106Z Checking powerfmt v0.2.0
20472026-08-19T02:31:19.180Z Checking clap_builder v4.6.0
20482026-08-19T02:31:19.239Z Checking digest v0.11.3
20492026-08-19T02:31:19.305Z Checking num_threads v0.1.7
20502026-08-19T02:31:19.344Z Checking deranged v0.5.8
20512026-08-19T02:31:19.347Z Checking cpufeatures v0.3.0
20522026-08-19T02:31:19.415Z Checking quote v1.0.45
20532026-08-19T02:31:19.418Z Checking regex-automata v0.4.14
20542026-08-19T02:31:19.487Z Checking num-conv v0.2.0
20552026-08-19T02:31:19.491Z Checking time-core v0.1.8
20562026-08-19T02:31:19.491Z Checking fastrand v2.3.0
20572026-08-19T02:31:19.607Z Checking syn v2.0.117
20582026-08-19T02:31:19.646Z Checking httparse v1.10.1
20592026-08-19T02:31:19.691Z Checking anyhow v1.0.104
20602026-08-19T02:31:19.740Z Checking cpufeatures v0.2.17
20612026-08-19T02:31:19.779Z Checking tempfile v3.27.0
20622026-08-19T02:31:19.841Z Checking ipnetwork v0.21.1
20632026-08-19T02:31:19.884Z Checking rustls-pki-types v1.14.0
20642026-08-19T02:31:19.923Z Checking aws-lc-sys v0.40.0
20652026-08-19T02:31:19.999Z Checking untrusted v0.7.1
20662026-08-19T02:31:20.085Z Checking http-body v1.0.1
20672026-08-19T02:31:20.143Z Checking atomic-waker v1.1.2
20682026-08-19T02:31:20.205Z Checking httpdate v1.0.3
20692026-08-19T02:31:20.278Z Checking try-lock v0.2.5
20702026-08-19T02:31:20.286Z Checking h2 v0.4.15
20712026-08-19T02:31:20.328Z Checking time v0.3.47
20722026-08-19T02:31:20.377Z Checking hex v0.4.3
20732026-08-19T02:31:20.380Z Checking want v0.3.1
20742026-08-19T02:31:20.448Z Checking aws-lc-rs v1.16.3
20752026-08-19T02:31:20.452Z Checking clap v4.6.1
20762026-08-19T02:31:20.530Z Checking simd-adler32 v0.3.8
20772026-08-19T02:31:20.590Z Checking tower-layer v0.3.3
20782026-08-19T02:31:20.660Z Checking untrusted v0.9.0
20792026-08-19T02:31:20.727Z Checking ryu v1.0.23
20802026-08-19T02:31:20.771Z Checking tower-service v0.3.3
20812026-08-19T02:31:20.809Z Checking spin v0.9.8
20822026-08-19T02:31:20.893Z Checking unicode-width v0.2.0
20832026-08-19T02:31:20.897Z Checking adler2 v2.0.1
20842026-08-19T02:31:21.016Z Checking pem-rfc7468 v0.7.0
20852026-08-19T02:31:21.065Z Checking miniz_oxide v0.8.9
20862026-08-19T02:31:21.169Z Checking flagset v0.4.7
20872026-08-19T02:31:21.219Z Checking mime v0.3.17
20882026-08-19T02:31:21.328Z Checking block-padding v0.4.2
20892026-08-19T02:31:21.331Z Checking rustls-webpki v0.103.13
20902026-08-19T02:31:21.331Z Checking der v0.7.10
20912026-08-19T02:31:21.443Z Checking pretty-hex v0.4.1
20922026-08-19T02:31:21.482Z Checking http-body-util v0.1.3
20932026-08-19T02:31:21.521Z Checking oxnet v0.1.6
20942026-08-19T02:31:21.527Z Checking inout v0.2.2
20952026-08-19T02:31:21.596Z Checking camino v1.2.5
20962026-08-19T02:31:21.727Z Checking plain v0.2.3
20972026-08-19T02:31:21.766Z Checking ucd-trie v0.1.7
20982026-08-19T02:31:21.805Z Checking openssl-probe v0.2.1
20992026-08-19T02:31:21.809Z Checking rustls v0.23.41
21002026-08-19T02:31:21.877Z Checking cipher v0.5.2
21012026-08-19T02:31:21.880Z Checking regex v1.12.3
21022026-08-19T02:31:21.949Z Checking serde_urlencoded v0.7.1
21032026-08-19T02:31:21.955Z Checking pest v2.8.6
21042026-08-19T02:31:21.983Z Checking rand_chacha v0.3.1
21052026-08-19T02:31:22.145Z Checking encoding_rs v0.8.35
21062026-08-19T02:31:22.186Z Checking futures-executor v0.3.32
21072026-08-19T02:31:22.189Z Checking spki v0.7.3
21082026-08-19T02:31:22.258Z Checking rand v0.8.6
21092026-08-19T02:31:22.262Z Checking crc32fast v1.5.0
21102026-08-19T02:31:22.386Z Checking either v1.15.0
21112026-08-19T02:31:22.424Z Checking futures v0.3.32
21122026-08-19T02:31:22.462Z Checking sync_wrapper v1.0.2
21132026-08-19T02:31:22.532Z Checking pkcs8 v0.10.2
21142026-08-19T02:31:22.594Z Checking tower v0.5.3
21152026-08-19T02:31:22.634Z Checking foldhash v0.2.0
21162026-08-19T02:31:22.723Z Checking iri-string v0.7.10
21172026-08-19T02:31:22.804Z Checking openapiv3 v2.2.0
21182026-08-19T02:31:22.843Z Checking hashbrown v0.16.1
21192026-08-19T02:31:23.016Z Checking bit-vec v0.8.0
21202026-08-19T02:31:23.077Z Checking zlib-rs v0.6.2
21212026-08-19T02:31:23.120Z Checking static_assertions v1.1.0
21222026-08-19T02:31:23.161Z Checking hyper v1.10.1
21232026-08-19T02:31:23.223Z Checking sha2 v0.10.9
21242026-08-19T02:31:23.261Z Checking bit-set v0.8.0
21252026-08-19T02:31:23.373Z Checking wait-timeout v0.2.1
21262026-08-19T02:31:23.454Z Checking rustls-native-certs v0.8.3
21272026-08-19T02:31:23.528Z Checking lazy_static v1.5.0
21282026-08-19T02:31:23.568Z Checking hubpack v0.1.2
21292026-08-19T02:31:23.620Z Checking tinyvec_macros v0.1.1
21302026-08-19T02:31:23.658Z Checking psl-types v2.0.11
21312026-08-19T02:31:23.719Z Checking quick-error v1.2.3
21322026-08-19T02:31:23.765Z Checking tinyvec v1.10.0
21332026-08-19T02:31:23.804Z Checking tower-http v0.6.8
21342026-08-19T02:31:23.807Z Checking publicsuffix v2.3.0
21352026-08-19T02:31:23.876Z Checking rusty-fork v0.3.1
21362026-08-19T02:31:23.991Z Checking flate2 v1.1.9
21372026-08-19T02:31:24.029Z Checking cookie v0.18.1
21382026-08-19T02:31:24.076Z Checking rand_xorshift v0.4.0
21392026-08-19T02:31:24.117Z Checking unarray v0.1.4
21402026-08-19T02:31:24.120Z Checking signature v2.2.0
21412026-08-19T02:31:24.189Z Checking num-integer v0.1.46
21422026-08-19T02:31:24.193Z Checking hyper-util v0.1.20
21432026-08-19T02:31:24.193Z Checking tokio-rustls v0.26.4
21442026-08-19T02:31:24.296Z Checking rustls-platform-verifier v0.6.2
21452026-08-19T02:31:24.299Z Checking proptest v1.11.0
21462026-08-19T02:31:24.328Z Checking cookie_store v0.22.1
21472026-08-19T02:31:24.399Z Checking strum v0.26.3
21482026-08-19T02:31:24.402Z Checking scroll v0.13.0
21492026-08-19T02:31:24.471Z Checking ahash v0.8.12
21502026-08-19T02:31:24.477Z Checking memmap2 v0.9.10
21512026-08-19T02:31:24.543Z Checking unicode-width v0.1.14
21522026-08-19T02:31:24.546Z Checking dtrace-parser v0.3.0
21532026-08-19T02:31:24.681Z Checking goblin v0.10.5
21542026-08-19T02:31:24.684Z Checking toml_datetime v0.6.11
21552026-08-19T02:31:24.756Z Checking serde_spanned v0.6.9
21562026-08-19T02:31:24.759Z Checking thread-id v5.1.0
21572026-08-19T02:31:24.827Z Checking data-encoding v2.10.0
21582026-08-19T02:31:24.863Z Checking bstr v1.12.1
21592026-08-19T02:31:24.902Z Checking hmac v0.12.1
21602026-08-19T02:31:24.905Z Checking base64 v0.21.7
21612026-08-19T02:31:24.972Z Checking x509-cert v0.2.5
21622026-08-19T02:31:25.069Z Checking crossbeam-epoch v0.9.18
21632026-08-19T02:31:25.117Z Checking memoffset v0.9.1
21642026-08-19T02:31:25.195Z Checking num-iter v0.1.45
21652026-08-19T02:31:25.234Z Checking scroll v0.12.0
21662026-08-19T02:31:25.283Z Checking zerocopy v0.7.35
21672026-08-19T02:31:25.325Z Checking rustix v0.38.44
21682026-08-19T02:31:25.362Z Checking env_filter v2.0.0
21692026-08-19T02:31:25.492Z Checking goblin v0.8.2
21702026-08-19T02:31:25.531Z Checking hyper-rustls v0.27.7
21712026-08-19T02:31:25.535Z Checking unicode-linebreak v0.1.5
21722026-08-19T02:31:25.645Z Checking tap v1.0.1
21732026-08-19T02:31:25.766Z Checking reqwest v0.13.2
21742026-08-19T02:31:25.806Z Checking unicode-segmentation v1.12.0
21752026-08-19T02:31:25.809Z Checking smawk v0.3.2
21762026-08-19T02:31:25.809Z Checking wyz v0.5.1
21772026-08-19T02:31:26.032Z Checking env_logger v0.11.11
21782026-08-19T02:31:26.125Z Checking num-bigint-dig v0.8.6
21792026-08-19T02:31:26.142Z Checking nix v0.31.2
21802026-08-19T02:31:26.182Z Checking dtrace-parser v0.2.0
21812026-08-19T02:31:26.185Z Checking newtype-uuid v1.3.2
21822026-08-19T02:31:26.258Z Checking pkcs1 v0.7.5
21832026-08-19T02:31:26.448Z Checking ff v0.13.1
21842026-08-19T02:31:26.451Z Checking daft v0.1.7
21852026-08-19T02:31:26.522Z Checking radium v0.7.0
21862026-08-19T02:31:26.611Z Checking thread-id v4.2.2
21872026-08-19T02:31:26.649Z Checking winnow v1.0.3
21882026-08-19T02:31:26.721Z Checking funty v2.0.0
21892026-08-19T02:31:26.724Z Checking same-file v1.0.6
21902026-08-19T02:31:26.794Z Checking crc-catalog v2.4.0
21912026-08-19T02:31:26.900Z Checking base16ct v0.2.0
21922026-08-19T02:31:26.940Z Checking walkdir v2.5.0
21932026-08-19T02:31:26.944Z Checking crc v3.4.0
21942026-08-19T02:31:27.058Z Checking sec1 v0.7.3
21952026-08-19T02:31:27.063Z Checking dof v0.4.0
21962026-08-19T02:31:27.130Z Checking bitvec v1.0.1
21972026-08-19T02:31:27.134Z Checking rsa v0.9.10
21982026-08-19T02:31:27.201Z Checking group v0.13.0
21992026-08-19T02:31:27.292Z Checking hkdf v0.12.4
22002026-08-19T02:31:27.362Z Checking unicode-normalization v0.1.25
22012026-08-19T02:31:27.401Z Checking crypto-bigint v0.5.5
22022026-08-19T02:31:27.404Z Checking dof v0.3.0
22032026-08-19T02:31:27.473Z Checking zerocopy v0.6.6
22042026-08-19T02:31:27.512Z Checking maybe-uninit v2.0.0
22052026-08-19T02:31:27.611Z Checking winnow v0.5.40
22062026-08-19T02:31:27.664Z Checking gimli v0.32.3
22072026-08-19T02:31:27.746Z Checking usdt-impl v0.6.0
22082026-08-19T02:31:27.785Z Checking usdt-impl v0.5.0
22092026-08-19T02:31:27.821Z Checking nodrop v0.1.14
22102026-08-19T02:31:27.824Z Checking is_ci v1.2.0
22112026-08-19T02:31:27.941Z Checking foldhash v0.1.5
22122026-08-19T02:31:27.983Z Checking foreign-types-shared v0.1.1
22132026-08-19T02:31:28.051Z Checking usdt v0.6.0
22142026-08-19T02:31:28.093Z Checking array-init v0.0.4
22152026-08-19T02:31:28.096Z Checking foreign-types v0.3.2
22162026-08-19T02:31:28.165Z Checking hashbrown v0.15.5
22172026-08-19T02:31:28.200Z Checking smallvec v0.6.14
22182026-08-19T02:31:28.245Z Checking serde_with v3.21.0
22192026-08-19T02:31:28.339Z Checking elliptic-curve v0.13.8
22202026-08-19T02:31:28.428Z Checking bitfield v0.19.4
22212026-08-19T02:31:28.467Z Checking bzip2-sys v0.1.13+1.0.8
22222026-08-19T02:31:28.505Z Checking packed_struct v0.10.1
22232026-08-19T02:31:28.584Z Checking openssl-sys v0.9.117
22242026-08-19T02:31:28.655Z Checking object v0.37.3
22252026-08-19T02:31:28.699Z Checking keccak v0.1.6
22262026-08-19T02:31:28.737Z Checking siphasher v1.0.2
22272026-08-19T02:31:28.792Z Checking toml_edit v0.19.15
22282026-08-19T02:31:28.896Z Checking hashbrown v0.12.3
22292026-08-19T02:31:28.936Z Checking bitflags v1.3.2
22302026-08-19T02:31:28.977Z Checking rustc-demangle v0.1.27
22312026-08-19T02:31:29.037Z Checking openssl v0.10.80
22322026-08-19T02:31:29.230Z Checking sha3 v0.10.8
22332026-08-19T02:31:29.272Z Checking addr2line v0.25.1
22342026-08-19T02:31:29.326Z Checking indexmap v1.9.3
22352026-08-19T02:31:29.468Z Checking bzip2 v0.4.4
22362026-08-19T02:31:29.559Z Checking serde-hex v0.1.0
22372026-08-19T02:31:29.598Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22382026-08-19T02:31:29.660Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392026-08-19T02:31:29.663Z Checking toml_parser v1.1.2+spec-1.1.0
22402026-08-19T02:31:29.776Z Checking ron v0.8.1
22412026-08-19T02:31:29.847Z Checking hashbrown v0.13.2
22422026-08-19T02:31:29.886Z Checking toml v0.7.8
22432026-08-19T02:31:30.049Z Checking itertools v0.13.0
22442026-08-19T02:31:30.227Z Checking itertools v0.15.0
22452026-08-19T02:31:30.293Z Checking signal-hook v0.3.18
22462026-08-19T02:31:30.333Z Checking managed v0.8.0
22472026-08-19T02:31:30.517Z Checking crc-any v2.5.0
22482026-08-19T02:31:30.555Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22492026-08-19T02:31:30.724Z Checking object v0.30.4
22502026-08-19T02:31:30.762Z Checking zip v0.6.6
22512026-08-19T02:31:30.978Z Checking backtrace v0.3.76
22522026-08-19T02:31:31.063Z Checking globset v0.4.18
22532026-08-19T02:31:31.102Z Checking chacha20 v0.10.0
22542026-08-19T02:31:31.139Z Checking curve25519-dalek v4.1.3
22552026-08-19T02:31:31.142Z Checking path-slash v0.1.5
22562026-08-19T02:31:31.292Z Checking backtrace-ext v0.2.1
22572026-08-19T02:31:31.339Z Checking toml_write v0.1.2
22582026-08-19T02:31:31.343Z Checking winnow v0.7.14
22592026-08-19T02:31:31.343Z Checking native-tls v0.2.18
22602026-08-19T02:31:31.450Z Checking signal-hook-mio v0.2.5
22612026-08-19T02:31:31.453Z Checking textwrap v0.16.2
22622026-08-19T02:31:31.528Z Checking ed25519 v2.2.3
22632026-08-19T02:31:31.580Z Checking ref-cast v1.0.25
22642026-08-19T02:31:31.583Z Checking pin-project v1.1.11
22652026-08-19T02:31:31.713Z Checking jiff-core v0.1.0
22662026-08-19T02:31:31.751Z Checking tokio-native-tls v0.3.1
22672026-08-19T02:31:31.754Z Checking pem v3.0.6
22682026-08-19T02:31:31.754Z Checking zstd-sys v2.0.16+zstd.1.5.7
22692026-08-19T02:31:31.932Z Checking ed25519-dalek v2.2.0
22702026-08-19T02:31:31.972Z Checking owo-colors v4.3.0
22712026-08-19T02:31:31.975Z Checking fixedbitset v0.5.7
22722026-08-19T02:31:31.976Z Checking zstd-safe v7.2.4
22732026-08-19T02:31:32.199Z Checking hyper-tls v0.6.0
22742026-08-19T02:31:32.238Z Checking snafu v0.8.9
22752026-08-19T02:31:32.276Z Checking petgraph v0.8.3
22762026-08-19T02:31:32.459Z Checking crossterm v0.28.1
22772026-08-19T02:31:32.476Z Checking jiff v0.2.34
22782026-08-19T02:31:32.513Z Checking supports-color v3.0.2
22792026-08-19T02:31:32.561Z Checking similar v2.7.0
22802026-08-19T02:31:32.660Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22812026-08-19T02:31:32.663Z Checking toml_edit v0.22.27
22822026-08-19T02:31:32.737Z Checking fs-err v3.3.0
22832026-08-19T02:31:32.822Z Checking hash32 v0.2.1
22842026-08-19T02:31:32.969Z Checking serde_plain v1.0.2
22852026-08-19T02:31:33.012Z Checking serde-big-array v0.5.1
22862026-08-19T02:31:33.061Z Checking predicates-core v1.0.10
22872026-08-19T02:31:33.133Z Checking typed-path v0.9.3
22882026-08-19T02:31:33.172Z Checking unicode-properties v0.1.4
22892026-08-19T02:31:33.208Z Checking bumpalo v3.20.2
22902026-08-19T02:31:33.242Z Checking unicode-bidi v0.3.18
22912026-08-19T02:31:33.390Z Checking libbz2-rs-sys v0.2.2
22922026-08-19T02:31:33.451Z Checking zopfli v0.8.3
22932026-08-19T02:31:33.575Z Checking stringprep v0.1.5
22942026-08-19T02:31:33.693Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22952026-08-19T02:31:33.762Z Checking heapless v0.7.17
22962026-08-19T02:31:33.803Z Checking reqwest v0.12.28
22972026-08-19T02:31:33.841Z Checking bzip2 v0.6.1
22982026-08-19T02:31:33.844Z Checking zstd v0.13.3
22992026-08-19T02:31:33.913Z Checking hickory-proto v0.25.2
23002026-08-19T02:31:33.955Z Checking byte-wrapper v0.1.0
23012026-08-19T02:31:34.036Z Checking md-5 v0.10.6
23022026-08-19T02:31:34.071Z Checking float-cmp v0.10.0
23032026-08-19T02:31:34.108Z Checking normalize-line-endings v0.3.0
23042026-08-19T02:31:34.186Z Checking difflib v0.4.0
23052026-08-19T02:31:34.226Z Checking fallible-iterator v0.2.0
23062026-08-19T02:31:34.229Z Checking supports-hyperlinks v3.2.0
23072026-08-19T02:31:34.229Z Checking supports-unicode v3.0.0
23082026-08-19T02:31:34.229Z Checking smoltcp v0.9.1
23092026-08-19T02:31:34.363Z Checking zip v4.6.1
23102026-08-19T02:31:34.403Z Checking predicates v3.1.4
23112026-08-19T02:31:34.406Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23122026-08-19T02:31:34.473Z Checking miette v7.6.0
23132026-08-19T02:31:34.526Z Checking postgres-protocol v0.6.10
23142026-08-19T02:31:34.573Z Checking iddqd v0.4.2
23152026-08-19T02:31:34.761Z Checking phf_shared v0.13.1
23162026-08-19T02:31:34.870Z Checking phf_shared v0.11.3
23172026-08-19T02:31:34.924Z Checking olpc-cjson v0.1.4
23182026-08-19T02:31:34.967Z Checking tokio-stream v0.1.18
23192026-08-19T02:31:35.000Z Checking strum v0.27.2
23202026-08-19T02:31:35.038Z Checking precomputed-hash v0.1.1
23212026-08-19T02:31:35.041Z Checking lalrpop-util v0.19.12
23222026-08-19T02:31:35.111Z Checking new_debug_unreachable v1.0.6
23232026-08-19T02:31:35.114Z Checking fixedbitset v0.4.2
23242026-08-19T02:31:35.183Z Checking tough v0.22.0
23252026-08-19T02:31:35.186Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23262026-08-19T02:31:35.255Z Checking string_cache v0.8.9
23272026-08-19T02:31:35.258Z Checking phf v0.13.1
23282026-08-19T02:31:35.327Z Checking petgraph v0.6.5
23292026-08-19T02:31:35.364Z Checking postgres-types v0.2.12
23302026-08-19T02:31:35.452Z Checking buf-list v1.1.2
23312026-08-19T02:31:35.490Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-19T02:31:35.529Z Checking peg-runtime v0.8.5
23332026-08-19T02:31:35.668Z Checking whoami v2.1.0
23342026-08-19T02:31:35.709Z Checking is-terminal v0.4.17
23352026-08-19T02:31:35.781Z Checking crossbeam-channel v0.5.15
23362026-08-19T02:31:35.826Z Checking thread_local v1.1.9
23372026-08-19T02:31:35.866Z Checking term v1.2.1
23382026-08-19T02:31:35.903Z Checking tokio-postgres v0.7.16
23392026-08-19T02:31:36.024Z Checking take_mut v0.2.2
23402026-08-19T02:31:36.112Z Checking slog-term v2.9.2
23412026-08-19T02:31:36.150Z Compiling newtype-uuid-macros v0.1.0
23422026-08-19T02:31:36.189Z Checking slog-async v2.8.0
23432026-08-19T02:31:36.394Z Checking match_cfg v0.1.0
23442026-08-19T02:31:36.433Z Checking slog-json v2.6.1
23452026-08-19T02:31:36.496Z Checking hostname v0.3.1
23462026-08-19T02:31:36.620Z Compiling multer v3.1.0
23472026-08-19T02:31:36.623Z Checking slog-bunyan v2.5.0
23482026-08-19T02:31:36.623Z Compiling async-stream-impl v0.3.6
23492026-08-19T02:31:36.728Z Compiling dropshot v0.17.1
23502026-08-19T02:31:36.804Z Checking debug-ignore v1.0.5
23512026-08-19T02:31:36.923Z Compiling dropshot_endpoint v0.17.1
23522026-08-19T02:31:36.962Z Checking serde_path_to_error v0.1.20
23532026-08-19T02:31:36.997Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542026-08-19T02:31:37.077Z Checking progenitor-client v0.14.0
23552026-08-19T02:31:37.182Z Checking sha1 v0.11.0
23562026-08-19T02:31:37.251Z Checking serde_spanned v1.1.1
23572026-08-19T02:31:37.289Z Checking toml_datetime v1.1.1+spec-1.1.0
23582026-08-19T02:31:37.325Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23592026-08-19T02:31:37.362Z Checking toml_writer v1.1.1+spec-1.1.0
23602026-08-19T02:31:37.403Z Checking compression-core v0.4.31
23612026-08-19T02:31:37.441Z Checking async-stream v0.3.6
23622026-08-19T02:31:37.517Z Checking waitgroup v0.1.2
23632026-08-19T02:31:37.590Z Checking toml v1.1.2+spec-1.1.0
23642026-08-19T02:31:37.593Z Checking compression-codecs v0.4.37
23652026-08-19T02:31:37.593Z Checking rustls-pemfile v2.2.0
23662026-08-19T02:31:37.699Z Checking hostname v0.4.2
23672026-08-19T02:31:37.739Z Checking atomicwrites v0.4.4
23682026-08-19T02:31:37.776Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692026-08-19T02:31:37.813Z Compiling parse-display-derive v0.10.0
23702026-08-19T02:31:37.849Z Checking macaddr v1.0.1
23712026-08-19T02:31:37.853Z Checking async-compression v0.4.41
23722026-08-19T02:31:37.853Z Checking regress v0.10.5
23732026-08-19T02:31:37.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23742026-08-19T02:31:37.958Z Checking instant v0.1.13
23752026-08-19T02:31:38.054Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-08-19T02:31:38.106Z Checking itertools v0.14.0
23772026-08-19T02:31:38.158Z Checking backoff v0.4.0
23782026-08-19T02:31:38.199Z Checking backon v1.6.0
23792026-08-19T02:31:38.315Z Checking humantime v2.3.0
23802026-08-19T02:31:38.382Z Compiling convert_case v0.4.0
23812026-08-19T02:31:38.419Z Checking progenitor-extras v0.2.0
23822026-08-19T02:31:38.456Z Checking half v2.7.1
23832026-08-19T02:31:38.558Z Checking ciborium-io v0.2.2
23842026-08-19T02:31:38.671Z Checking heck v0.5.0
23852026-08-19T02:31:38.710Z Checking secrecy v0.10.3
23862026-08-19T02:31:38.780Z Compiling derive_more v0.99.20
23872026-08-19T02:31:38.784Z Checking ciborium-ll v0.2.2
23882026-08-19T02:31:38.853Z Checking camino-tempfile v1.4.1
23892026-08-19T02:31:38.890Z Checking indent_write v2.2.0
23902026-08-19T02:31:39.027Z Checking ciborium v0.2.2
23912026-08-19T02:31:39.066Z Compiling crucible-workspace-hack v0.1.0
23922026-08-19T02:31:39.098Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-08-19T02:31:39.243Z Compiling regress v0.11.1
23942026-08-19T02:31:39.401Z Checking inout v0.1.4
23952026-08-19T02:31:39.441Z Checking universal-hash v0.5.1
23962026-08-19T02:31:39.444Z Compiling thiserror-impl-no-std v2.0.2
23972026-08-19T02:31:39.513Z Checking opaque-debug v0.3.1
23982026-08-19T02:31:39.549Z Checking parse-display v0.10.0
23992026-08-19T02:31:39.585Z Checking cipher v0.4.4
24002026-08-19T02:31:39.620Z Checking blake2 v0.10.6
24012026-08-19T02:31:39.624Z Checking poly1305 v0.8.0
24022026-08-19T02:31:39.723Z Checking aead v0.5.2
24032026-08-19T02:31:39.815Z Checking chacha20 v0.9.1
24042026-08-19T02:31:39.889Z Checking password-hash v0.5.0
24052026-08-19T02:31:39.927Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24062026-08-19T02:31:39.961Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-08-19T02:31:40.079Z Checking chacha20poly1305 v0.10.1
24082026-08-19T02:31:40.145Z Checking argon2 v0.5.3
24092026-08-19T02:31:40.277Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24102026-08-19T02:31:40.365Z Compiling unsafe-libyaml v0.2.11
24112026-08-19T02:31:40.525Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24122026-08-19T02:31:40.563Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24132026-08-19T02:31:40.656Z Checking thiserror-no-std v2.0.2
24142026-08-19T02:31:40.743Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24152026-08-19T02:31:40.783Z Checking vsss-rs v3.3.4
24162026-08-19T02:31:40.786Z Checking swrite v0.1.0
24172026-08-19T02:31:40.939Z Compiling typify-impl v0.6.2
24182026-08-19T02:31:41.142Z Compiling serde_yaml v0.9.34+deprecated
24192026-08-19T02:31:41.384Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24202026-08-19T02:31:41.909Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24212026-08-19T02:31:42.135Z Checking crossbeam-deque v0.8.6
24222026-08-19T02:31:42.261Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24232026-08-19T02:31:42.348Z Compiling rayon-core v1.13.0
24242026-08-19T02:31:42.394Z Compiling num-derive v0.4.2
24252026-08-19T02:31:42.449Z Compiling toml_datetime v0.7.5+spec-1.1.0
24262026-08-19T02:31:42.610Z Compiling proc-macro-error v1.0.4
24272026-08-19T02:31:42.725Z Compiling toml_edit v0.23.10+spec-1.0.0
24282026-08-19T02:31:42.902Z Checking tabwriter v1.4.1
24292026-08-19T02:31:42.976Z Checking glob v0.3.3
24302026-08-19T02:31:42.979Z Checking rayon v1.11.0
24312026-08-19T02:31:43.079Z Compiling heapless v0.8.0
24322026-08-19T02:31:43.118Z Checking hash32 v0.3.1
24332026-08-19T02:31:43.189Z Compiling ingot-macros v0.2.0
24342026-08-19T02:31:43.279Z Compiling proc-macro-crate v3.4.0
24352026-08-19T02:31:43.335Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24362026-08-19T02:31:43.594Z Compiling smoltcp v0.11.0
24372026-08-19T02:31:43.631Z Checking colored v3.1.1
24382026-08-19T02:31:43.901Z Compiling num_enum_derive v0.7.6
24392026-08-19T02:31:43.948Z Checking toml v0.8.23
24402026-08-19T02:31:44.034Z Checking cobs v0.3.0
24412026-08-19T02:31:44.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24422026-08-19T02:31:44.312Z Checking postcard v1.1.3
24432026-08-19T02:31:44.353Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24442026-08-19T02:31:44.477Z Checking rand v0.10.1
24452026-08-19T02:31:44.552Z Compiling proc-macro-crate v1.3.1
24462026-08-19T02:31:44.638Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24472026-08-19T02:31:44.878Z Checking sigpipe v0.1.3
24482026-08-19T02:31:44.983Z Checking num_enum v0.7.6
24492026-08-19T02:31:45.022Z Compiling foreign-types-macros v0.2.3
24502026-08-19T02:31:45.025Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24512026-08-19T02:31:45.025Z Checking foreign-types-shared v0.3.1
24522026-08-19T02:31:45.130Z Compiling num_enum_derive v0.5.11
24532026-08-19T02:31:45.385Z Compiling usdt-macro v0.5.0
24542026-08-19T02:31:45.462Z Compiling usdt-attr-macro v0.5.0
24552026-08-19T02:31:45.500Z Checking cstr-argument v0.1.2
24562026-08-19T02:31:45.503Z Compiling typify-macro v0.6.2
24572026-08-19T02:31:45.634Z Checking foreign-types v0.5.0
24582026-08-19T02:31:45.671Z Checking memmap v0.7.0
24592026-08-19T02:31:45.742Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24602026-08-19T02:31:45.834Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24612026-08-19T02:31:46.068Z Checking ingot-types v0.2.0
24622026-08-19T02:31:46.161Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24632026-08-19T02:31:46.198Z Checking num_enum v0.5.11
24642026-08-19T02:31:46.232Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24652026-08-19T02:31:46.274Z Checking usdt v0.5.0
24662026-08-19T02:31:46.311Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24672026-08-19T02:31:46.348Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24682026-08-19T02:31:46.383Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-19T02:31:46.463Z Checking ingot v0.2.1
24702026-08-19T02:31:46.466Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24712026-08-19T02:31:46.536Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24722026-08-19T02:31:46.569Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24732026-08-19T02:31:46.640Z Compiling zone_cfg_derive v0.3.1
24742026-08-19T02:31:46.678Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24752026-08-19T02:31:46.804Z Checking itertools v0.12.1
24762026-08-19T02:31:46.878Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24772026-08-19T02:31:47.137Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24782026-08-19T02:31:47.182Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24792026-08-19T02:31:47.303Z Compiling typify v0.6.2
24802026-08-19T02:31:47.341Z Checking smf v0.2.3
24812026-08-19T02:31:47.412Z Checking whoami v1.6.1
24822026-08-19T02:31:47.450Z Compiling progenitor-impl v0.14.0
24832026-08-19T02:31:47.453Z Compiling derive-where v1.6.0
24842026-08-19T02:31:47.594Z Checking tokio-dtrace v0.1.1
24852026-08-19T02:31:47.630Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24862026-08-19T02:31:47.810Z Checking oxide-tokio-rt v0.1.4
24872026-08-19T02:31:47.849Z Checking zone v0.3.1
24882026-08-19T02:31:48.017Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24892026-08-19T02:31:48.090Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24902026-08-19T02:31:48.195Z Checking console v0.15.11
24912026-08-19T02:31:48.237Z Checking newline-converter v0.3.0
24922026-08-19T02:31:48.399Z Checking bytecount v0.6.9
24932026-08-19T02:31:48.504Z Checking num-rational v0.4.2
24942026-08-19T02:31:48.546Z Checking num-complex v0.4.6
24952026-08-19T02:31:48.582Z Checking expectorate v1.2.0
24962026-08-19T02:31:48.744Z Compiling cancel-safe-futures v0.1.5
24972026-08-19T02:31:48.819Z Checking float-ord v0.3.2
24982026-08-19T02:31:48.855Z Checking oxide-update-engine-types v0.1.2
24992026-08-19T02:31:48.916Z Checking num v0.4.3
25002026-08-19T02:31:48.954Z Checking linear-map v1.2.0
25012026-08-19T02:31:49.025Z Checking gethostname v0.5.0
25022026-08-19T02:31:49.178Z Compiling prettyplease v0.2.37
25032026-08-19T02:31:49.214Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-08-19T02:31:49.307Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25052026-08-19T02:31:49.374Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-08-19T02:31:49.599Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25072026-08-19T02:31:49.639Z Checking resolv-conf v0.7.6
25082026-08-19T02:31:49.685Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25092026-08-19T02:31:49.792Z Checking oxide-update-engine v0.1.2
25102026-08-19T02:31:49.843Z Checking papergrid v0.11.0
25112026-08-19T02:31:49.880Z Compiling tabled_derive v0.7.0
25122026-08-19T02:31:50.186Z Compiling progenitor-macro v0.14.0
25132026-08-19T02:31:50.261Z Compiling convert_case v0.10.0
25142026-08-19T02:31:50.397Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25152026-08-19T02:31:50.486Z Compiling slog-dtrace v0.3.0
25162026-08-19T02:31:50.598Z Compiling derive_more-impl v2.1.1
25172026-08-19T02:31:50.799Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-08-19T02:31:50.883Z Checking tabled v0.15.0
25192026-08-19T02:31:51.246Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25202026-08-19T02:31:51.442Z Checking derive_more v2.1.1
25212026-08-19T02:31:51.564Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25222026-08-19T02:31:51.629Z Checking crossterm v0.29.0
25232026-08-19T02:31:51.935Z Checking linked-hash-map v0.5.6
25242026-08-19T02:31:52.144Z Checking lru-cache v0.1.2
25252026-08-19T02:31:52.308Z Checking hickory-proto v0.24.4
25262026-08-19T02:31:52.438Z Checking fd-lock v4.0.4
25272026-08-19T02:31:52.948Z Checking vte v0.14.1
25282026-08-19T02:31:53.387Z Checking strip-ansi-escapes v0.2.1
25292026-08-19T02:31:53.849Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-08-19T02:31:53.886Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25312026-08-19T02:31:54.613Z Checking nu-ansi-term v0.50.3
25322026-08-19T02:31:54.739Z Checking termtree v0.5.1
25332026-08-19T02:31:54.907Z Checking reedline v0.40.0
25342026-08-19T02:31:55.140Z Checking hickory-resolver v0.24.4
25352026-08-19T02:31:55.183Z Compiling minimal-lexical v0.2.1
25362026-08-19T02:31:55.221Z Checking progenitor v0.14.0
25372026-08-19T02:31:55.395Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25382026-08-19T02:31:55.613Z Compiling nom v7.1.3
25392026-08-19T02:31:55.904Z Checking qorb v0.4.1
25402026-08-19T02:31:56.113Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25412026-08-19T02:31:56.304Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25422026-08-19T02:31:56.594Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-08-19T02:31:56.933Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25442026-08-19T02:31:56.988Z Checking display-error-chain v0.2.2
25452026-08-19T02:31:57.143Z Compiling unicode-xid v0.2.6
25462026-08-19T02:31:57.181Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25472026-08-19T02:31:57.342Z Compiling ar_archive_writer v0.5.1
25482026-08-19T02:31:57.514Z Checking csv-core v0.1.13
25492026-08-19T02:31:57.727Z Checking csv v1.4.0
25502026-08-19T02:31:57.829Z Compiling stacker v0.1.23
25512026-08-19T02:31:57.868Z Compiling semver v0.1.20
25522026-08-19T02:31:57.944Z Compiling cfg_aliases v0.1.1
25532026-08-19T02:31:58.056Z Checking highway v1.3.0
25542026-08-19T02:31:58.120Z Compiling rustc_version v0.1.7
25552026-08-19T02:31:58.192Z Compiling nix v0.28.0
25562026-08-19T02:31:58.195Z Compiling psm v0.1.30
25572026-08-19T02:31:58.260Z Checking nibble_vec v0.1.0
25582026-08-19T02:31:58.298Z Checking endian-type v0.1.2
25592026-08-19T02:31:58.334Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25602026-08-19T02:31:58.372Z Compiling newtype_derive v0.1.6
25612026-08-19T02:31:58.448Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25622026-08-19T02:31:58.489Z Checking radix_trie v0.2.1
25632026-08-19T02:31:58.611Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-08-19T02:31:58.695Z Checking phf_shared v0.12.1
25652026-08-19T02:31:58.736Z Compiling recursive-proc-macro-impl v0.1.1
25662026-08-19T02:31:58.870Z Compiling chrono-tz v0.10.4
25672026-08-19T02:31:58.963Z Checking phf v0.12.1
25682026-08-19T02:31:59.152Z Compiling const_format_proc_macros v0.2.34
25692026-08-19T02:31:59.219Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-08-19T02:31:59.222Z Checking recursive v0.1.1
25712026-08-19T02:31:59.222Z Compiling peg-macros v0.8.5
25722026-08-19T02:31:59.325Z Checking winnow v0.6.26
25732026-08-19T02:31:59.328Z Compiling sqlparser_derive v0.5.0
25742026-08-19T02:31:59.414Z Checking unicode_categories v0.1.1
25752026-08-19T02:31:59.604Z Checking home v0.5.12
25762026-08-19T02:32:00.025Z Checking const_format v0.2.35
25772026-08-19T02:32:00.084Z Checking rustyline v14.0.0
25782026-08-19T02:32:00.141Z Checking sqlparser v0.61.0
25792026-08-19T02:32:00.327Z Checking bcs v0.1.6
25802026-08-19T02:32:00.493Z Checking sqlformat v0.3.5
25812026-08-19T02:32:00.623Z Checking peg v0.8.5
25822026-08-19T02:32:00.726Z Checking nom v8.0.0
25832026-08-19T02:32:00.793Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25842026-08-19T02:32:00.964Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-08-19T02:32:01.096Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25862026-08-19T02:32:01.188Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25872026-08-19T02:32:01.293Z Checking steno v0.4.1
25882026-08-19T02:32:01.609Z Checking sha1 v0.10.6
25892026-08-19T02:32:01.784Z Checking filetime v0.2.27
25902026-08-19T02:32:01.822Z Checking xattr v1.6.1
25912026-08-19T02:32:01.952Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25922026-08-19T02:32:01.989Z Checking tar v0.4.46
25932026-08-19T02:32:02.078Z Checking subprocess v0.2.15
25942026-08-19T02:32:02.154Z Checking headers-core v0.3.0
25952026-08-19T02:32:02.297Z Checking headers v0.4.1
25962026-08-19T02:32:02.338Z Checking yasna v0.5.2
25972026-08-19T02:32:02.399Z Checking port-file v0.1.0
25982026-08-19T02:32:02.402Z Checking dropshot-api-manager-types v0.8.0
25992026-08-19T02:32:02.645Z Checking tagptr v0.2.0
26002026-08-19T02:32:02.701Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26012026-08-19T02:32:02.746Z Checking rcgen v0.12.1
26022026-08-19T02:32:02.782Z Checking utf-8 v0.7.6
26032026-08-19T02:32:02.816Z Checking moka v0.12.13
26042026-08-19T02:32:02.985Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26052026-08-19T02:32:03.098Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26062026-08-19T02:32:03.158Z Compiling libefi-sys v0.1.0
26072026-08-19T02:32:03.462Z Compiling bitfield-struct v0.6.2
26082026-08-19T02:32:03.526Z Checking hickory-resolver v0.25.2
26092026-08-19T02:32:03.667Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26102026-08-19T02:32:03.776Z Checking tungstenite v0.21.0
26112026-08-19T02:32:03.816Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26122026-08-19T02:32:04.000Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26132026-08-19T02:32:04.142Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142026-08-19T02:32:04.254Z Checking tokio-tungstenite v0.21.0
26152026-08-19T02:32:04.298Z Compiling xshell-macros v0.2.7
26162026-08-19T02:32:04.336Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26172026-08-19T02:32:04.378Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26182026-08-19T02:32:04.415Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192026-08-19T02:32:04.557Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26202026-08-19T02:32:04.595Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26212026-08-19T02:32:04.675Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26222026-08-19T02:32:04.789Z Checking xshell v0.2.7
26232026-08-19T02:32:04.798Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26242026-08-19T02:32:04.996Z Checking half v1.8.3
26252026-08-19T02:32:05.091Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26262026-08-19T02:32:05.224Z Checking serde_cbor v0.11.2
26272026-08-19T02:32:05.484Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26282026-08-19T02:32:05.521Z Checking libscf-sys v1.2.0
26292026-08-19T02:32:05.641Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26302026-08-19T02:32:05.678Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-08-19T02:32:05.712Z Checking papergrid v0.18.0
26322026-08-19T02:32:05.748Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26332026-08-19T02:32:05.908Z Checking maplit v1.0.2
26342026-08-19T02:32:06.023Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26352026-08-19T02:32:06.194Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26362026-08-19T02:32:06.304Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26372026-08-19T02:32:06.521Z Checking tabled v0.21.0
26382026-08-19T02:32:06.585Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26392026-08-19T02:32:06.745Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-08-19T02:32:06.796Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26412026-08-19T02:32:06.834Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26422026-08-19T02:32:06.932Z Checking crc8 v0.1.1
26432026-08-19T02:32:07.091Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26442026-08-19T02:32:07.137Z Checking unicase v2.9.0
26452026-08-19T02:32:07.332Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26462026-08-19T02:32:07.375Z Checking fxhash v0.2.1
26472026-08-19T02:32:07.411Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26482026-08-19T02:32:07.530Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26492026-08-19T02:32:07.779Z Checking sha2 v0.11.0
26502026-08-19T02:32:07.889Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26512026-08-19T02:32:08.134Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26522026-08-19T02:32:08.489Z Compiling darling_core v0.21.3
26532026-08-19T02:32:08.526Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26542026-08-19T02:32:08.561Z Compiling vergen-lib v0.1.6
26552026-08-19T02:32:08.599Z Compiling diesel_derives v2.3.7
26562026-08-19T02:32:08.861Z Checking scheduled-thread-pool v0.2.7
26572026-08-19T02:32:08.897Z Compiling vergen-gitcl v1.0.8
26582026-08-19T02:32:09.043Z Compiling diesel_table_macro_syntax v0.3.0
26592026-08-19T02:32:09.150Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26602026-08-19T02:32:09.196Z Checking r2d2 v0.8.10
26612026-08-19T02:32:09.367Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26622026-08-19T02:32:09.410Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26632026-08-19T02:32:09.664Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26642026-08-19T02:32:09.799Z Checking downcast-rs v2.0.2
26652026-08-19T02:32:09.981Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-08-19T02:32:10.081Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26672026-08-19T02:32:10.361Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-08-19T02:32:10.533Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26692026-08-19T02:32:10.563Z Checking kstat-rs v0.2.5
26702026-08-19T02:32:10.609Z Compiling proc-macro-error-attr2 v2.0.0
26712026-08-19T02:32:10.784Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-08-19T02:32:11.046Z Compiling proc-macro-error2 v2.0.1
26732026-08-19T02:32:11.049Z Compiling darling_macro v0.21.3
26742026-08-19T02:32:11.113Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26752026-08-19T02:32:11.395Z Compiling knus-derive v3.4.0
26762026-08-19T02:32:11.455Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-08-19T02:32:11.610Z Compiling darling v0.21.3
26782026-08-19T02:32:11.731Z Compiling dsl_auto_type v0.2.0
26792026-08-19T02:32:12.429Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-08-19T02:32:12.774Z Compiling dirs-sys-next v0.1.2
26812026-08-19T02:32:12.842Z Compiling crunchy v0.2.4
26822026-08-19T02:32:12.890Z Compiling parking_lot_core v0.8.6
26832026-08-19T02:32:12.950Z Compiling salty v0.3.0
26842026-08-19T02:32:13.085Z Compiling dirs-next v2.0.0
26852026-08-19T02:32:13.220Z Compiling clang-sys v1.8.1
26862026-08-19T02:32:13.250Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26872026-08-19T02:32:13.320Z Compiling git-stub v1.0.0
26882026-08-19T02:32:13.393Z Compiling tiny-keccak v2.0.2
26892026-08-19T02:32:13.689Z Compiling git-stub-vcs v0.1.0
26902026-08-19T02:32:13.727Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-19T02:32:14.023Z Compiling term v0.7.0
26922026-08-19T02:32:14.096Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26932026-08-19T02:32:14.099Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26942026-08-19T02:32:14.167Z Compiling bit-vec v0.6.3
26952026-08-19T02:32:14.423Z Compiling bit-set v0.5.3
26962026-08-19T02:32:14.459Z Compiling ascii-canvas v3.0.0
26972026-08-19T02:32:14.615Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26982026-08-19T02:32:14.649Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26992026-08-19T02:32:14.652Z Checking parking_lot v0.11.2
27002026-08-19T02:32:14.726Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27012026-08-19T02:32:14.808Z Checking rfc6979 v0.4.0
27022026-08-19T02:32:14.910Z Checking prefix-trie v0.7.0
27032026-08-19T02:32:14.966Z Compiling hashbrown v0.14.5
27042026-08-19T02:32:15.227Z Compiling itertools v0.10.5
27052026-08-19T02:32:15.311Z Compiling ena v0.14.4
27062026-08-19T02:32:15.317Z Compiling libloading v0.8.9
27072026-08-19T02:32:15.525Z Compiling bindgen v0.71.1
27082026-08-19T02:32:15.561Z Compiling diff v0.1.13
27092026-08-19T02:32:15.596Z Compiling regex-syntax v0.6.29
27102026-08-19T02:32:15.665Z Compiling chumsky v0.9.3
27112026-08-19T02:32:15.974Z Checking hickory-server v0.25.2
27122026-08-19T02:32:16.320Z Compiling ecdsa v0.16.9
27132026-08-19T02:32:16.887Z Checking sled v0.34.7
27142026-08-19T02:32:17.198Z Compiling lalrpop v0.19.12
27152026-08-19T02:32:17.236Z Compiling cexpr v0.6.0
27162026-08-19T02:32:17.270Z Checking primeorder v0.13.6
27172026-08-19T02:32:17.548Z Checking nanorand v0.7.0
27182026-08-19T02:32:17.634Z Checking diesel v2.3.7
27192026-08-19T02:32:17.778Z Compiling rustc-hash v2.1.1
27202026-08-19T02:32:17.935Z Compiling p384 v0.13.1
27212026-08-19T02:32:18.005Z Checking flume v0.11.1
27222026-08-19T02:32:18.276Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27232026-08-19T02:32:18.574Z Compiling knus v3.4.0
27242026-08-19T02:32:18.626Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27252026-08-19T02:32:18.956Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27262026-08-19T02:32:19.091Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27272026-08-19T02:32:19.392Z Compiling libxml v0.3.3
27282026-08-19T02:32:19.476Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27292026-08-19T02:32:19.512Z Checking assert_matches v1.5.0
27302026-08-19T02:32:19.586Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27312026-08-19T02:32:19.762Z Compiling strum_macros v0.24.3
27322026-08-19T02:32:19.797Z Compiling indoc v1.0.9
27332026-08-19T02:32:20.539Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27342026-08-19T02:32:20.760Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-08-19T02:32:21.049Z Checking quick-xml v0.37.5
27362026-08-19T02:32:21.088Z Checking derive_builder v0.20.2
27372026-08-19T02:32:21.124Z Compiling oso-derive v0.27.3
27382026-08-19T02:32:21.231Z Compiling impl-trait-for-tuples v0.2.3
27392026-08-19T02:32:21.649Z Compiling trait-variant v0.1.2
27402026-08-19T02:32:21.905Z Checking openssl-probe v0.1.6
27412026-08-19T02:32:22.095Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27422026-08-19T02:32:22.229Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27432026-08-19T02:32:22.279Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-08-19T02:32:22.782Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27452026-08-19T02:32:22.891Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27462026-08-19T02:32:23.012Z Checking corncobs v0.1.4
27472026-08-19T02:32:23.046Z Checking predicates-tree v1.0.13
27482026-08-19T02:32:23.171Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27492026-08-19T02:32:23.206Z Compiling progenitor-impl v0.13.0
27502026-08-19T02:32:23.240Z Checking secrecy v0.8.0
27512026-08-19T02:32:23.441Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27522026-08-19T02:32:24.018Z Checking progenitor-client v0.13.0
27532026-08-19T02:32:24.288Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27542026-08-19T02:32:24.325Z Checking anstyle-parse v0.2.7
27552026-08-19T02:32:24.454Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27562026-08-19T02:32:24.514Z Checking anstream v0.6.21
27572026-08-19T02:32:24.678Z Checking bb8 v0.8.6
27582026-08-19T02:32:24.992Z Compiling mime_guess v2.0.5
27592026-08-19T02:32:25.077Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27602026-08-19T02:32:25.301Z Checking ignore v0.4.25
27612026-08-19T02:32:25.578Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27622026-08-19T02:32:25.750Z Checking http-range v0.1.5
27632026-08-19T02:32:25.785Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27642026-08-19T02:32:25.910Z Checking globwalk v0.9.1
27652026-08-19T02:32:25.947Z Compiling progenitor-macro v0.13.0
27662026-08-19T02:32:26.224Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27672026-08-19T02:32:26.600Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27682026-08-19T02:32:26.607Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27692026-08-19T02:32:27.310Z Checking digest-io v0.1.0
27702026-08-19T02:32:27.483Z Checking nonempty v0.12.0
27712026-08-19T02:32:27.683Z Checking rawzip v0.4.4
27722026-08-19T02:32:27.893Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27732026-08-19T02:32:28.131Z Checking camino-tempfile-ext v0.3.3
27742026-08-19T02:32:28.173Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27752026-08-19T02:32:28.384Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27762026-08-19T02:32:28.507Z Checking hyper-staticfile v0.10.1
27772026-08-19T02:32:28.845Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-08-19T02:32:29.178Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27792026-08-19T02:32:29.557Z Checking signal-hook-tokio v0.3.1
27802026-08-19T02:32:29.712Z Compiling illumos-nvpair-sys v0.2.0
27812026-08-19T02:32:29.747Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27822026-08-19T02:32:29.787Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27832026-08-19T02:32:30.140Z Checking scuffle v0.1.0
27842026-08-19T02:32:30.207Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27852026-08-19T02:32:30.211Z Checking illumos-nvpair v0.3.0
27862026-08-19T02:32:30.435Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27872026-08-19T02:32:30.579Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27882026-08-19T02:32:30.860Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27892026-08-19T02:32:30.895Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902026-08-19T02:32:30.933Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27912026-08-19T02:32:31.016Z Checking progenitor v0.13.0
27922026-08-19T02:32:31.162Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-19T02:32:31.198Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27942026-08-19T02:32:31.534Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27952026-08-19T02:32:31.741Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27962026-08-19T02:32:31.860Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27972026-08-19T02:32:32.144Z Checking diesel-dtrace v0.5.0
27982026-08-19T02:32:32.211Z Checking async-bb8-diesel v0.2.1
27992026-08-19T02:32:32.429Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28002026-08-19T02:32:32.600Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28012026-08-19T02:32:32.742Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28022026-08-19T02:32:32.792Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28032026-08-19T02:32:32.931Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28042026-08-19T02:32:34.682Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-08-19T02:32:34.720Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28062026-08-19T02:32:34.763Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28072026-08-19T02:32:35.003Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28082026-08-19T02:32:35.447Z Checking tungstenite v0.23.0
28092026-08-19T02:32:35.782Z Checking rand_seeder v0.4.0
28102026-08-19T02:32:35.922Z Checking tokio-tungstenite v0.23.1
28112026-08-19T02:32:35.965Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28122026-08-19T02:32:36.195Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-08-19T02:32:36.232Z Checking void v1.0.2
28142026-08-19T02:32:36.402Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28152026-08-19T02:32:36.407Z Checking lzss v0.8.2
28162026-08-19T02:32:36.485Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28172026-08-19T02:32:36.568Z Checking nix v0.27.1
28182026-08-19T02:32:36.630Z Checking serde_bytes v0.11.19
28192026-08-19T02:32:36.680Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-08-19T02:32:37.107Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28212026-08-19T02:32:37.426Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28222026-08-19T02:32:37.805Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28232026-08-19T02:32:38.254Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28242026-08-19T02:32:38.555Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28252026-08-19T02:32:38.608Z Checking cpubits v0.1.1
28262026-08-19T02:32:38.643Z Checking yansi v1.0.1
28272026-08-19T02:32:38.720Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-08-19T02:32:38.937Z Checking pretty_assertions v1.4.1
28292026-08-19T02:32:39.021Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28302026-08-19T02:32:39.107Z Checking pem-rfc7468 v1.0.0
28312026-08-19T02:32:39.317Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322026-08-19T02:32:39.587Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28332026-08-19T02:32:39.749Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28342026-08-19T02:32:39.819Z Checking hmac v0.13.0
28352026-08-19T02:32:40.023Z Checking universal-hash v0.6.1
28362026-08-19T02:32:40.198Z Compiling libz-sys v1.1.24
28372026-08-19T02:32:40.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-19T02:32:40.615Z Compiling instability v0.3.11
28392026-08-19T02:32:40.867Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-19T02:32:40.901Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28412026-08-19T02:32:40.971Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28422026-08-19T02:32:41.016Z Checking castaway v0.2.4
28432026-08-19T02:32:41.167Z Compiling indoc v2.0.7
28442026-08-19T02:32:41.250Z Checking compact_str v0.8.1
28452026-08-19T02:32:41.657Z Checking polyval v0.7.1
28462026-08-19T02:32:41.803Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-08-19T02:32:41.895Z Checking der v0.8.0
28482026-08-19T02:32:42.383Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28492026-08-19T02:32:42.420Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28502026-08-19T02:32:42.610Z Checking unicode-truncate v1.1.0
28512026-08-19T02:32:42.649Z Checking lru v0.12.5
28522026-08-19T02:32:42.684Z Compiling libgit2-sys v0.18.3+1.9.2
28532026-08-19T02:32:42.739Z Checking arc-swap v1.8.2
28542026-08-19T02:32:42.787Z Checking cassowary v0.3.0
28552026-08-19T02:32:42.932Z Checking ghash v0.6.0
28562026-08-19T02:32:42.999Z Checking slog-scope v4.4.1
28572026-08-19T02:32:43.033Z Checking ratatui v0.29.0
28582026-08-19T02:32:43.196Z Checking pbkdf2 v0.13.0
28592026-08-19T02:32:43.231Z Checking crypto-bigint v0.7.5
28602026-08-19T02:32:43.347Z Checking aes v0.9.1
28612026-08-19T02:32:43.797Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28622026-08-19T02:32:44.410Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28632026-08-19T02:32:44.661Z Checking ctr v0.10.1
28642026-08-19T02:32:44.875Z Checking aead v0.6.1
28652026-08-19T02:32:45.051Z Checking cargo-platform v0.3.2
28662026-08-19T02:32:45.088Z Checking aes-gcm v0.11.0
28672026-08-19T02:32:45.263Z Checking cargo_metadata v0.23.1
28682026-08-19T02:32:45.299Z Checking slog-stdlog v4.1.1
28692026-08-19T02:32:45.458Z Checking spki v0.8.0
28702026-08-19T02:32:45.511Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28712026-08-19T02:32:45.668Z Checking colored v2.2.0
28722026-08-19T02:32:45.904Z Checking salsa20 v0.11.0
28732026-08-19T02:32:46.046Z Checking console v0.16.2
28742026-08-19T02:32:46.082Z Compiling vergen-git2 v9.1.0
28752026-08-19T02:32:46.305Z Checking unit-prefix v0.5.2
28762026-08-19T02:32:46.382Z Checking plotters-backend v0.3.7
28772026-08-19T02:32:46.466Z Checking indicatif v0.18.4
28782026-08-19T02:32:46.614Z Checking plotters-svg v0.3.7
28792026-08-19T02:32:46.835Z Checking scrypt v0.12.0
28802026-08-19T02:32:46.880Z Checking slog-envlogger v2.2.0
28812026-08-19T02:32:46.925Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-08-19T02:32:47.035Z Checking cbc v0.2.1
28832026-08-19T02:32:47.071Z Checking libsw-core v0.3.2
28842026-08-19T02:32:47.147Z Checking cast v0.3.0
28852026-08-19T02:32:47.211Z Checking pkcs5 v0.8.1
28862026-08-19T02:32:47.252Z Checking libsw v3.5.0
28872026-08-19T02:32:47.331Z Checking criterion-plot v0.6.0
28882026-08-19T02:32:47.488Z Checking plotters v0.3.7
28892026-08-19T02:32:47.543Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28902026-08-19T02:32:47.600Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28912026-08-19T02:32:47.823Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28922026-08-19T02:32:48.049Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28932026-08-19T02:32:48.254Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28942026-08-19T02:32:48.291Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28952026-08-19T02:32:48.489Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28962026-08-19T02:32:48.535Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28972026-08-19T02:32:48.572Z Checking tinytemplate v1.2.1
28982026-08-19T02:32:48.715Z Checking shell-words v1.1.1
28992026-08-19T02:32:48.822Z Checking oorandom v11.1.5
29002026-08-19T02:32:48.873Z Checking anes v0.1.6
29012026-08-19T02:32:49.016Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29022026-08-19T02:32:49.083Z Checking criterion v0.7.0
29032026-08-19T02:32:49.453Z Checking pkcs8 v0.11.0
29042026-08-19T02:32:49.690Z Checking oxide-update-engine-display v0.1.2
29052026-08-19T02:32:50.026Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29062026-08-19T02:32:50.358Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29072026-08-19T02:32:50.864Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29082026-08-19T02:32:51.676Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29092026-08-19T02:32:52.252Z Checking tokio-test v0.4.5
29102026-08-19T02:32:52.494Z Checking ff v0.14.0
29112026-08-19T02:32:52.664Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29122026-08-19T02:32:52.889Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29132026-08-19T02:32:53.299Z Checking twox-hash v2.1.2
29142026-08-19T02:32:53.668Z Compiling petname v2.0.2
29152026-08-19T02:32:54.004Z Checking atty v0.2.14
29162026-08-19T02:32:54.134Z Checking constant_time_eq v0.4.2
29172026-08-19T02:32:54.204Z Checking arrayvec v0.7.6
29182026-08-19T02:32:54.302Z Checking arrayref v0.3.9
29192026-08-19T02:32:54.488Z Checking group v0.14.0
29202026-08-19T02:32:54.568Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29212026-08-19T02:32:54.675Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29222026-08-19T02:32:54.768Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29232026-08-19T02:32:55.444Z Checking fatfs v0.3.6
29242026-08-19T02:32:55.551Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-19T02:32:55.733Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-19T02:32:55.796Z Checking signature v3.0.0
29272026-08-19T02:32:55.926Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29282026-08-19T02:32:55.989Z Checking base16ct v1.0.0
29292026-08-19T02:32:56.156Z Compiling seq-macro v0.3.6
29302026-08-19T02:32:56.693Z Checking sec1 v0.8.1
29312026-08-19T02:32:57.016Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29322026-08-19T02:32:57.065Z Checking hkdf v0.13.0
29332026-08-19T02:32:57.238Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29342026-08-19T02:32:57.299Z Checking concurrent-queue v2.5.0
29352026-08-19T02:32:57.345Z Checking sapling-renderdag v0.1.0
29362026-08-19T02:32:57.430Z Checking parking v2.2.1
29372026-08-19T02:32:57.513Z Checking sync-ptr v0.1.4
29382026-08-19T02:32:57.582Z Checking event-listener v5.4.1
29392026-08-19T02:32:57.616Z Checking elliptic-curve v0.14.1
29402026-08-19T02:32:57.658Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29412026-08-19T02:32:57.828Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29422026-08-19T02:32:58.042Z Checking rtoolbox v0.0.3
29432026-08-19T02:32:58.126Z Checking event-listener-strategy v0.5.4
29442026-08-19T02:32:58.208Z Checking rpassword v7.5.4
29452026-08-19T02:32:58.291Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29462026-08-19T02:32:58.360Z Compiling samael v0.0.19
29472026-08-19T02:32:58.412Z Checking wnaf v0.14.0
29482026-08-19T02:32:58.612Z Checking primefield v0.14.0
29492026-08-19T02:32:58.857Z Checking rfc6979 v0.6.0
29502026-08-19T02:32:59.037Z Checking tui-tree-widget v0.23.1
29512026-08-19T02:32:59.262Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29522026-08-19T02:32:59.321Z Compiling blake3 v1.8.5
29532026-08-19T02:32:59.707Z Checking futures-timer v3.0.3
29542026-08-19T02:33:00.276Z Checking ecdsa v0.17.0
29552026-08-19T02:33:00.424Z Checking primeorder v0.14.0
29562026-08-19T02:33:00.738Z Checking async-lock v3.4.2
29572026-08-19T02:33:00.818Z Compiling curve25519-dalek v5.0.0
29582026-08-19T02:33:01.122Z Checking async-object-pool v0.2.0
29592026-08-19T02:33:01.158Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29602026-08-19T02:33:01.603Z Checking ssh-encoding v0.3.0
29612026-08-19T02:33:01.858Z Checking serde_regex v1.1.0
29622026-08-19T02:33:02.044Z Checking assert-json-diff v2.0.2
29632026-08-19T02:33:02.247Z Checking path-tree v0.8.3
29642026-08-19T02:33:02.469Z Checking keccak v0.2.0
29652026-08-19T02:33:02.664Z Compiling strsim v0.10.0
29662026-08-19T02:33:03.022Z Checking stringmetrics v2.2.2
29672026-08-19T02:33:03.208Z Checking topological-sort v0.2.2
29682026-08-19T02:33:03.307Z Checking httpmock v0.8.3
29692026-08-19T02:33:03.404Z Checking omicron-zone-package v0.12.3
29702026-08-19T02:33:03.462Z Compiling darling_core v0.13.4
29712026-08-19T02:33:04.330Z Checking ed25519 v3.0.0
29722026-08-19T02:33:04.567Z Checking pkcs1 v0.8.0-rc.4
29732026-08-19T02:33:04.716Z Checking crypto-primes v0.7.2
29742026-08-19T02:33:04.814Z Checking poly1305 v0.9.0
29752026-08-19T02:33:05.121Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29762026-08-19T02:33:05.329Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29772026-08-19T02:33:05.548Z Checking blowfish v0.10.0
29782026-08-19T02:33:05.586Z Checking blake2 v0.11.0-rc.6
29792026-08-19T02:33:05.700Z Compiling target-lexicon v0.13.3
29802026-08-19T02:33:05.739Z Checking bcrypt-pbkdf v0.11.0
29812026-08-19T02:33:05.871Z Checking argon2 v0.6.0-rc.8
29822026-08-19T02:33:05.929Z Checking rsa v0.10.0-rc.18
29832026-08-19T02:33:05.988Z Compiling darling_macro v0.13.4
29842026-08-19T02:33:06.228Z Checking ssh-cipher v0.3.0
29852026-08-19T02:33:06.274Z Checking ed25519-dalek v3.0.0
29862026-08-19T02:33:06.459Z Checking sha3 v0.11.0
29872026-08-19T02:33:06.495Z Checking p256 v0.14.0
29882026-08-19T02:33:06.530Z Checking p521 v0.14.0
29892026-08-19T02:33:06.564Z Checking p384 v0.14.0
29902026-08-19T02:33:06.832Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29912026-08-19T02:33:07.098Z Checking kem v0.3.0
29922026-08-19T02:33:07.251Z Checking module-lattice v0.2.3
29932026-08-19T02:33:07.254Z Checking socket2 v0.5.10
29942026-08-19T02:33:07.503Z Checking sponge-cursor v0.1.0
29952026-08-19T02:33:07.563Z Checking hex-literal v0.4.1
29962026-08-19T02:33:07.662Z Compiling guppy-workspace-hack v0.1.0
29972026-08-19T02:33:07.697Z Checking sha3 v0.12.0
29982026-08-19T02:33:07.923Z Checking ml-kem v0.3.2
29992026-08-19T02:33:07.958Z Compiling darling v0.13.4
30002026-08-19T02:33:08.337Z Checking russh-cryptovec v0.62.0
30012026-08-19T02:33:08.533Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-08-19T02:33:08.568Z Checking internal-russh-num-bigint v0.5.0
30032026-08-19T02:33:08.776Z Checking num-bigint v0.4.6
30042026-08-19T02:33:09.254Z Checking russh-util v0.52.0
30052026-08-19T02:33:09.411Z Checking generic-array v1.4.3
30062026-08-19T02:33:09.525Z Checking ssh-key v0.7.0-rc.11
30072026-08-19T02:33:09.601Z Compiling enum_dispatch v0.3.13
30082026-08-19T02:33:09.719Z Compiling delegate v0.13.5
30092026-08-19T02:33:09.845Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30102026-08-19T02:33:10.286Z Checking hex-literal v1.1.0
30112026-08-19T02:33:10.418Z Compiling target-spec v3.5.7
30122026-08-19T02:33:10.453Z Checking md5 v0.8.0
30132026-08-19T02:33:10.551Z Compiling git2 v0.20.4
30142026-08-19T02:33:10.585Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30152026-08-19T02:33:10.689Z Checking russh v0.62.4
30162026-08-19T02:33:10.853Z Checking cfg-expr v0.20.6
30172026-08-19T02:33:11.245Z Compiling serde_with_macros v1.5.2
30182026-08-19T02:33:11.384Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30192026-08-19T02:33:11.873Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30202026-08-19T02:33:12.090Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30212026-08-19T02:33:12.136Z Checking internet-checksum v0.2.1
30222026-08-19T02:33:12.293Z Compiling serde_with v1.14.0
30232026-08-19T02:33:13.445Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-08-19T02:33:13.516Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30252026-08-19T02:33:13.779Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30262026-08-19T02:33:13.910Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30272026-08-19T02:33:14.133Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30282026-08-19T02:33:14.221Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30292026-08-19T02:33:14.317Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30302026-08-19T02:33:14.433Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30312026-08-19T02:33:14.522Z Checking httptest v0.16.4
30322026-08-19T02:33:14.557Z Checking pathdiff v0.2.3
30332026-08-19T02:33:14.614Z Checking nested v0.1.1
30342026-08-19T02:33:14.693Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30352026-08-19T02:33:14.782Z Checking guppy v0.17.25
30362026-08-19T02:33:14.919Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30372026-08-19T02:33:15.098Z Compiling polar-core v0.27.3
30382026-08-19T02:33:15.189Z Checking similar-asserts v1.7.0
30392026-08-19T02:33:15.283Z Compiling target-triple v1.0.0
30402026-08-19T02:33:15.375Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30412026-08-19T02:33:15.651Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30422026-08-19T02:33:15.728Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30432026-08-19T02:33:15.956Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30442026-08-19T02:33:16.293Z Checking hickory-client v0.25.2
30452026-08-19T02:33:16.581Z Checking supports-unicode v2.1.0
30462026-08-19T02:33:16.617Z Checking supports-color v2.1.0
30472026-08-19T02:33:16.730Z Checking supports-hyperlinks v2.1.0
30482026-08-19T02:33:16.780Z Checking textwrap v0.15.2
30492026-08-19T02:33:16.883Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-08-19T02:33:17.017Z Checking terminal_size v0.1.17
30512026-08-19T02:33:17.088Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30522026-08-19T02:33:17.153Z Compiling miette-derive v5.10.0
30532026-08-19T02:33:17.188Z Compiling fs-err v2.11.0
30542026-08-19T02:33:17.424Z Checking escape8259 v0.5.3
30552026-08-19T02:33:17.531Z Checking owo-colors v3.5.0
30562026-08-19T02:33:17.586Z Compiling assert_cmd v2.1.2
30572026-08-19T02:33:17.923Z Checking libtest-mimic v0.8.1
30582026-08-19T02:33:18.087Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30592026-08-19T02:33:18.238Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30602026-08-19T02:33:18.387Z Checking miette v5.10.0
30612026-08-19T02:33:18.920Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30622026-08-19T02:33:19.069Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30632026-08-19T02:33:19.579Z Checking blake2b_simd v1.0.4
30642026-08-19T02:33:19.810Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30652026-08-19T02:33:20.014Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30662026-08-19T02:33:20.145Z Checking oso v0.27.3
30672026-08-19T02:33:20.236Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30682026-08-19T02:33:20.272Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30692026-08-19T02:33:20.464Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30702026-08-19T02:33:20.502Z Compiling knuffel-derive v3.2.0
30712026-08-19T02:33:20.851Z Checking fancy-regex v0.14.0
30722026-08-19T02:33:21.064Z Checking serde_tokenstream v0.2.3
30732026-08-19T02:33:21.314Z Checking approx v0.5.1
30742026-08-19T02:33:21.443Z Compiling rstest_macros v0.25.0
30752026-08-19T02:33:21.483Z Checking uzers v0.12.2
30762026-08-19T02:33:21.725Z Checking termcolor v1.4.1
30772026-08-19T02:33:21.761Z Checking constant_time_eq v0.3.1
30782026-08-19T02:33:21.767Z Compiling linkme-impl v0.3.35
30792026-08-19T02:33:21.928Z Checking rust-argon2 v2.1.0
30802026-08-19T02:33:21.968Z Checking trybuild v1.0.116
30812026-08-19T02:33:22.003Z Checking knuffel v3.2.0
30822026-08-19T02:33:22.219Z Checking datatest-stable v0.3.3
30832026-08-19T02:33:22.443Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30842026-08-19T02:33:22.448Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30852026-08-19T02:33:22.649Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30862026-08-19T02:33:22.715Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30872026-08-19T02:33:22.750Z Checking support-bundle-viewer v0.1.2
30882026-08-19T02:33:22.827Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30892026-08-19T02:33:22.861Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30902026-08-19T02:33:23.024Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30912026-08-19T02:33:23.060Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30922026-08-19T02:33:23.095Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30932026-08-19T02:33:23.249Z Checking drift v0.2.0
30942026-08-19T02:33:23.290Z Checking rand_distr v0.5.1
30952026-08-19T02:33:23.499Z Checking multimap v0.10.1
30962026-08-19T02:33:23.559Z Checking parse-size v1.1.0
30972026-08-19T02:33:23.657Z Compiling relative-path v1.9.3
30982026-08-19T02:33:23.704Z Compiling linkme v0.3.35
30992026-08-19T02:33:23.740Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31002026-08-19T02:33:23.744Z Checking dropshot-api-manager v0.8.0
31012026-08-19T02:33:24.273Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31022026-08-19T02:33:25.036Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31032026-08-19T02:33:25.455Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31042026-08-19T02:33:25.799Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31052026-08-19T02:33:25.836Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31062026-08-19T02:33:26.019Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31072026-08-19T02:33:26.055Z Checking cargo_toml v0.21.0
31082026-08-19T02:33:26.415Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31092026-08-19T02:33:26.719Z Checking partial-io v0.5.4
31102026-08-19T02:33:26.760Z Checking termios v0.3.3
31112026-08-19T02:33:26.873Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31122026-08-19T02:33:26.943Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31132026-08-19T02:33:27.550Z Checking rstest v0.25.0
31142026-08-19T02:33:28.735Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31152026-08-19T02:33:32.578Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31162026-08-19T02:33:33.555Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31172026-08-19T02:33:34.339Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31182026-08-19T02:33:38.649Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31192026-08-19T02:33:40.199Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31202026-08-19T02:33:41.517Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31212026-08-19T02:33:46.912Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31222026-08-19T02:33:49.476Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31232026-08-19T02:33:51.632Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31242026-08-19T02:33:55.349Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31252026-08-19T02:33:57.566Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31262026-08-19T02:33:58.077Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31272026-08-19T02:34:00.089Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31282026-08-19T02:34:03.317Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31292026-08-19T02:34:08.347Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31302026-08-19T02:34:30.220Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31312026-08-19T02:35:22.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s
31322026-08-19T02:35:22.486Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31332026-08-19T02:35:22.486Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31342026-08-19T02:35:23.153Z
31352026-08-19T02:35:23.153Zreal 4:15.708782733
31362026-08-19T02:35:23.153Zuser 22:06.568481768
31372026-08-19T02:35:23.153Zsys 5:13.204123646
31382026-08-19T02:35:23.157Ztrap 0.544684473
31392026-08-19T02:35:23.157Ztflt 0.443757166
31402026-08-19T02:35:23.157Zdflt 0.580472276
31412026-08-19T02:35:23.157Zkflt 0.004499004
31422026-08-19T02:35:23.157Zlock 1:06:39.639963737
31432026-08-19T02:35:23.157Zslp 1:00:00.844112351
31442026-08-19T02:35:23.157Zlat 1:54.174599425
31452026-08-19T02:35:23.157Zstop 14:07.122341341
31462026-08-19T02:35:23.157Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31472026-08-19T02:35:23.157Z+ ptime -m cargo doc --workspace --no-deps
31482026-08-19T02:35:24.019Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31492026-08-19T02:35:24.019Z |
31502026-08-19T02:35:24.019Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
31512026-08-19T02:35:24.020Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
31522026-08-19T02:35:25.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31532026-08-19T02:35:25.364Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31542026-08-19T02:35:25.410Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-08-19T02:35:25.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31562026-08-19T02:35:25.536Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31572026-08-19T02:35:25.644Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31582026-08-19T02:35:25.672Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31592026-08-19T02:35:25.696Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31602026-08-19T02:35:25.726Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31612026-08-19T02:35:25.753Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31622026-08-19T02:35:25.874Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31632026-08-19T02:35:25.958Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-08-19T02:35:25.962Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31652026-08-19T02:35:26.049Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31662026-08-19T02:35:26.074Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-08-19T02:35:26.097Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31682026-08-19T02:35:26.102Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-08-19T02:35:26.143Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31702026-08-19T02:35:26.189Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31712026-08-19T02:35:26.215Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-08-19T02:35:26.246Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-08-19T02:35:26.537Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31742026-08-19T02:35:26.686Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31752026-08-19T02:35:26.711Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31762026-08-19T02:35:26.735Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31772026-08-19T02:35:26.844Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-08-19T02:35:26.966Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31792026-08-19T02:35:26.992Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31802026-08-19T02:35:27.133Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31812026-08-19T02:35:27.235Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31822026-08-19T02:35:27.258Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31832026-08-19T02:35:27.286Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31842026-08-19T02:35:27.424Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31852026-08-19T02:35:27.645Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31862026-08-19T02:35:27.673Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31872026-08-19T02:35:27.696Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31882026-08-19T02:35:27.849Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31892026-08-19T02:35:27.898Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31902026-08-19T02:35:27.921Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31912026-08-19T02:35:28.101Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31922026-08-19T02:35:28.202Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31932026-08-19T02:35:28.377Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31942026-08-19T02:35:28.401Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-08-19T02:35:28.433Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31962026-08-19T02:35:28.458Z Checking scuffle v0.1.0
31972026-08-19T02:35:28.635Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31982026-08-19T02:35:28.661Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31992026-08-19T02:35:28.759Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32002026-08-19T02:35:28.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32012026-08-19T02:35:28.918Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32022026-08-19T02:35:28.992Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32032026-08-19T02:35:29.045Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32042026-08-19T02:35:29.074Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32052026-08-19T02:35:29.100Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32062026-08-19T02:35:29.121Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32072026-08-19T02:35:29.217Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32082026-08-19T02:35:29.242Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32092026-08-19T02:35:29.652Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32102026-08-19T02:35:30.015Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32112026-08-19T02:35:30.040Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32122026-08-19T02:35:30.355Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32132026-08-19T02:35:30.484Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32142026-08-19T02:35:30.683Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32152026-08-19T02:35:30.687Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32162026-08-19T02:35:30.938Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32172026-08-19T02:35:31.003Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32182026-08-19T02:35:31.030Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32192026-08-19T02:35:31.055Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32202026-08-19T02:35:31.233Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32212026-08-19T02:35:31.259Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32222026-08-19T02:35:31.364Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32232026-08-19T02:35:31.688Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32242026-08-19T02:35:32.192Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32252026-08-19T02:35:32.403Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32262026-08-19T02:35:32.432Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32272026-08-19T02:35:32.452Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32282026-08-19T02:35:32.596Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32292026-08-19T02:35:32.740Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32302026-08-19T02:35:32.764Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32312026-08-19T02:35:32.787Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32322026-08-19T02:35:32.812Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32332026-08-19T02:35:32.961Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32342026-08-19T02:35:32.986Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32352026-08-19T02:35:33.009Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32362026-08-19T02:35:33.134Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32372026-08-19T02:35:33.257Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-08-19T02:35:33.282Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32392026-08-19T02:35:33.282Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32402026-08-19T02:35:33.306Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32412026-08-19T02:35:33.486Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32422026-08-19T02:35:33.536Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32432026-08-19T02:35:33.583Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32442026-08-19T02:35:33.612Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32452026-08-19T02:35:33.652Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32462026-08-19T02:35:33.777Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32472026-08-19T02:35:33.827Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32482026-08-19T02:35:33.831Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32492026-08-19T02:35:33.898Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32502026-08-19T02:35:33.902Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32512026-08-19T02:35:33.945Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32522026-08-19T02:35:34.020Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32532026-08-19T02:35:34.071Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32542026-08-19T02:35:34.141Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32552026-08-19T02:35:34.226Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32562026-08-19T02:35:34.270Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32572026-08-19T02:35:34.489Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32582026-08-19T02:35:34.511Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32592026-08-19T02:35:34.579Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32602026-08-19T02:35:35.029Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32612026-08-19T02:35:35.243Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32622026-08-19T02:35:35.528Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32632026-08-19T02:35:36.350Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32642026-08-19T02:35:36.535Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32652026-08-19T02:35:36.559Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32662026-08-19T02:35:36.902Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32672026-08-19T02:35:37.329Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32682026-08-19T02:35:37.425Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32692026-08-19T02:35:37.733Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32702026-08-19T02:35:38.587Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32712026-08-19T02:35:39.275Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32722026-08-19T02:35:39.308Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32732026-08-19T02:35:39.384Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32742026-08-19T02:35:39.648Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32752026-08-19T02:35:39.676Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32762026-08-19T02:35:39.769Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32772026-08-19T02:35:40.507Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32782026-08-19T02:35:40.640Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-08-19T02:35:41.139Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32802026-08-19T02:35:41.246Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32812026-08-19T02:35:41.457Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32822026-08-19T02:35:41.492Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32832026-08-19T02:35:41.679Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32842026-08-19T02:35:41.927Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32852026-08-19T02:35:41.999Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32862026-08-19T02:35:42.787Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32872026-08-19T02:35:42.883Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32882026-08-19T02:35:42.921Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32892026-08-19T02:35:43.417Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32902026-08-19T02:35:43.643Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32912026-08-19T02:35:44.473Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32922026-08-19T02:35:44.941Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32932026-08-19T02:35:45.003Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32942026-08-19T02:35:45.401Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32952026-08-19T02:35:45.659Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32962026-08-19T02:35:45.875Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-08-19T02:35:46.495Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32982026-08-19T02:35:46.521Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32992026-08-19T02:35:46.549Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33002026-08-19T02:35:47.025Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33012026-08-19T02:35:47.523Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33022026-08-19T02:35:48.263Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33032026-08-19T02:35:48.611Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33042026-08-19T02:35:48.860Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-08-19T02:35:48.923Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33062026-08-19T02:35:49.304Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33072026-08-19T02:35:51.181Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33082026-08-19T02:35:53.105Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33092026-08-19T02:35:53.445Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33102026-08-19T02:35:53.751Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33112026-08-19T02:35:54.746Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33122026-08-19T02:35:55.197Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33132026-08-19T02:35:56.549Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33142026-08-19T02:35:56.960Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33152026-08-19T02:35:57.261Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33162026-08-19T02:35:57.417Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33172026-08-19T02:35:58.031Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-08-19T02:35:58.888Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33192026-08-19T02:35:59.248Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33202026-08-19T02:35:59.914Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-08-19T02:35:59.995Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33222026-08-19T02:36:00.568Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33232026-08-19T02:36:00.675Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33242026-08-19T02:36:00.830Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33252026-08-19T02:36:01.338Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-08-19T02:36:01.416Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33272026-08-19T02:36:01.501Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33282026-08-19T02:36:01.527Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33292026-08-19T02:36:02.000Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33302026-08-19T02:36:02.108Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33312026-08-19T02:36:02.812Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33322026-08-19T02:36:02.893Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33332026-08-19T02:36:03.135Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33342026-08-19T02:36:03.241Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33352026-08-19T02:36:03.488Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33362026-08-19T02:36:03.566Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33372026-08-19T02:36:03.890Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33382026-08-19T02:36:04.231Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33392026-08-19T02:36:05.426Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33402026-08-19T02:36:05.807Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33412026-08-19T02:36:06.131Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33422026-08-19T02:36:08.690Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33432026-08-19T02:36:10.159Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33442026-08-19T02:36:10.649Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33452026-08-19T02:36:11.221Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33462026-08-19T02:36:13.008Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33472026-08-19T02:36:14.986Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33482026-08-19T02:36:15.703Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33492026-08-19T02:36:16.187Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33502026-08-19T02:36:17.105Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33512026-08-19T02:36:18.761Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33522026-08-19T02:36:20.192Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33532026-08-19T02:36:20.802Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33542026-08-19T02:36:21.928Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33552026-08-19T02:36:22.378Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33562026-08-19T02:36:23.156Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33572026-08-19T02:36:28.071Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33582026-08-19T02:36:28.870Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33592026-08-19T02:36:29.505Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33602026-08-19T02:36:30.361Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33612026-08-19T02:36:31.274Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33622026-08-19T02:36:32.068Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33632026-08-19T02:36:32.853Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33642026-08-19T02:36:34.488Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33652026-08-19T02:36:34.619Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33662026-08-19T02:36:36.244Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33672026-08-19T02:36:36.353Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33682026-08-19T02:36:36.942Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33692026-08-19T02:36:37.737Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33702026-08-19T02:36:38.726Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33712026-08-19T02:36:41.869Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33722026-08-19T02:36:43.483Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33732026-08-19T02:36:43.993Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33742026-08-19T02:36:44.912Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33752026-08-19T02:36:46.147Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33762026-08-19T02:36:47.176Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33772026-08-19T02:36:48.850Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33782026-08-19T02:36:49.896Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33792026-08-19T02:36:50.890Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33802026-08-19T02:36:51.863Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33812026-08-19T02:36:52.868Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33822026-08-19T02:36:55.926Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33832026-08-19T02:36:56.185Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33842026-08-19T02:36:59.437Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33852026-08-19T02:36:59.921Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33862026-08-19T02:37:00.855Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33872026-08-19T02:37:02.470Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33882026-08-19T02:37:04.536Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33892026-08-19T02:37:05.728Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33902026-08-19T02:37:07.419Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33912026-08-19T02:37:08.983Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33922026-08-19T02:37:10.763Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-08-19T02:37:15.549Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33942026-08-19T02:37:15.575Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33952026-08-19T02:37:17.561Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33962026-08-19T02:37:17.637Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33972026-08-19T02:37:19.246Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33982026-08-19T02:37:21.154Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33992026-08-19T02:37:22.942Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34002026-08-19T02:37:24.987Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34012026-08-19T02:37:26.828Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34022026-08-19T02:37:28.592Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34032026-08-19T02:37:30.315Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34042026-08-19T02:37:32.409Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34052026-08-19T02:37:33.939Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062026-08-19T02:37:35.725Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34072026-08-19T02:37:37.520Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-08-19T02:37:39.304Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34092026-08-19T02:37:41.017Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34102026-08-19T02:37:42.627Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34112026-08-19T02:37:44.614Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34122026-08-19T02:37:46.166Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34132026-08-19T02:37:49.930Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34142026-08-19T02:37:51.765Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34152026-08-19T02:37:53.765Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34162026-08-19T02:37:55.571Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34172026-08-19T02:37:57.291Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34182026-08-19T02:38:01.127Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192026-08-19T02:38:03.531Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34202026-08-19T02:38:06.657Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34212026-08-19T02:38:07.884Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34222026-08-19T02:38:09.848Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34232026-08-19T02:38:12.351Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34242026-08-19T02:38:16.642Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34252026-08-19T02:38:18.951Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34262026-08-19T02:38:21.393Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34272026-08-19T02:38:23.308Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34282026-08-19T02:38:26.123Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34292026-08-19T02:38:29.107Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34302026-08-19T02:38:30.711Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34312026-08-19T02:38:33.683Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34322026-08-19T02:38:35.504Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34332026-08-19T02:38:37.996Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34342026-08-19T02:38:40.785Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34352026-08-19T02:38:43.294Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34362026-08-19T02:38:45.756Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34372026-08-19T02:38:48.291Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34382026-08-19T02:38:50.804Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34392026-08-19T02:38:53.306Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34402026-08-19T02:38:55.775Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34412026-08-19T02:38:58.374Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34422026-08-19T02:39:00.679Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34432026-08-19T02:39:03.433Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34442026-08-19T02:39:05.964Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34452026-08-19T02:39:08.559Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34462026-08-19T02:39:11.052Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34472026-08-19T02:39:13.574Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34482026-08-19T02:39:16.088Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34492026-08-19T02:39:18.785Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34502026-08-19T02:39:21.320Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34512026-08-19T02:39:23.913Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34522026-08-19T02:39:26.508Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34532026-08-19T02:39:29.040Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34542026-08-19T02:39:31.361Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34552026-08-19T02:39:34.030Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34562026-08-19T02:39:36.794Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34572026-08-19T02:39:39.524Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34582026-08-19T02:39:42.130Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34592026-08-19T02:39:44.660Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34602026-08-19T02:39:47.250Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34612026-08-19T02:39:49.803Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34622026-08-19T02:39:52.580Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34632026-08-19T02:39:55.111Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34642026-08-19T02:39:57.721Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34652026-08-19T02:40:00.923Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34662026-08-19T02:40:03.207Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34672026-08-19T02:40:05.838Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34682026-08-19T02:40:08.733Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34692026-08-19T02:40:11.378Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34702026-08-19T02:40:13.941Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34712026-08-19T02:40:16.621Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34722026-08-19T02:40:19.255Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34732026-08-19T02:40:22.076Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34742026-08-19T02:40:24.720Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34752026-08-19T02:40:27.785Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34762026-08-19T02:40:30.538Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34772026-08-19T02:40:33.182Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34782026-08-19T02:40:35.806Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34792026-08-19T02:40:38.622Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802026-08-19T02:40:41.408Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34812026-08-19T02:40:44.259Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34822026-08-19T02:40:47.526Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34832026-08-19T02:40:50.085Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34842026-08-19T02:40:52.879Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34852026-08-19T02:41:00.955Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34862026-08-19T02:41:01.176Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34872026-08-19T02:41:04.960Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34882026-08-19T02:41:09.676Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34892026-08-19T02:41:12.800Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34902026-08-19T02:41:16.652Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34912026-08-19T02:41:20.595Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34922026-08-19T02:41:24.475Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34932026-08-19T02:41:28.320Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34942026-08-19T02:41:32.208Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34952026-08-19T02:41:36.085Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34962026-08-19T02:41:40.057Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34972026-08-19T02:41:43.923Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34982026-08-19T02:41:47.827Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34992026-08-19T02:41:51.991Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35002026-08-19T02:41:55.668Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35012026-08-19T02:41:59.613Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35022026-08-19T02:42:03.534Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35032026-08-19T02:42:07.495Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35042026-08-19T02:42:11.375Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35052026-08-19T02:42:15.203Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35062026-08-19T02:42:19.096Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35072026-08-19T02:42:23.021Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35082026-08-19T02:42:54.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 31s
35092026-08-19T02:42:54.242Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35102026-08-19T02:42:54.242Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35112026-08-19T02:42:54.411Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35122026-08-19T02:42:54.522Z
35132026-08-19T02:42:54.525Zreal 7:31.274835568
35142026-08-19T02:42:54.525Zuser 20:25.644376651
35152026-08-19T02:42:54.525Zsys 4:23.624385648
35162026-08-19T02:42:54.525Ztrap 0.298458564
35172026-08-19T02:42:54.525Ztflt 0.030738601
35182026-08-19T02:42:54.525Zdflt 0.114442978
35192026-08-19T02:42:54.525Zkflt 0.000031540
35202026-08-19T02:42:54.525Zlock 7:10:21.923188321
35212026-08-19T02:42:54.525Zslp 2:31:29.110875929
35222026-08-19T02:42:54.525Zlat 35.582527192
35232026-08-19T02:42:54.525Zstop 2:09.717432517
35242026-08-19T02:42:54.525Zprocess exited: duration 835942 ms, exit code 0
 
35252026-08-19T02:42:54.531Zfound 0 output files